|
|
|
1 | 2023-11-04T19:49:12.751Z | job assigned to worker 01HEDY1DKJ19N0R7059P6AYX87 (queued for 1 m 25 s) |
|
2 | 2023-11-04T19:49:13.068Z | starting task 0: "setup" |
3 | 2023-11-04T19:49:13.129Z | ++ uname -s |
4 | 2023-11-04T19:49:13.134Z | + kern=SunOS |
5 | 2023-11-04T19:49:13.139Z | + case "$kern" in |
6 | 2023-11-04T19:49:13.142Z | + groupadd -g 12345 build |
7 | 2023-11-04T19:49:13.147Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-04T19:49:15.146Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-04T19:49:15.238Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-04T19:49:15.245Z | + home_fs=zfs |
11 | 2023-11-04T19:49:15.263Z | + [[ zfs == autofs ]] |
12 | 2023-11-04T19:49:15.273Z | + mkdir -p /home/build |
13 | 2023-11-04T19:49:15.285Z | + chown build:build /home/build /work |
14 | 2023-11-04T19:49:16.648Z | + chmod 0700 /home/build /work |
15 | 2023-11-04T19:49:16.651Z | process exited: duration 3175 ms, exit code 0 |
|
16 | 2023-11-04T19:49:16.657Z | starting task 1: "rust-toolchain" |
17 | 2023-11-04T19:49:16.670Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-04T19:49:16.674Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-04T19:49:16.865Z | info: downloading installer |
20 | 2023-11-04T19:49:18.876Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-04T19:49:18.879Z | warning: /opt/ooce/bin |
22 | 2023-11-04T19:49:18.881Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-04T19:49:18.884Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-04T19:49:18.887Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-04T19:49:18.889Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-04T19:49:18.893Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-04T19:49:18.895Z | error: cannot install while Rust is installed |
28 | 2023-11-04T19:49:18.898Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-04T19:49:18.958Z | info: profile set to 'default' |
30 | 2023-11-04T19:49:18.963Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-04T19:49:18.969Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-04T19:49:19.130Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-04T19:49:19.133Z | info: downloading component 'cargo' |
34 | 2023-11-04T19:49:19.885Z | info: downloading component 'clippy' |
35 | 2023-11-04T19:49:20.157Z | info: downloading component 'rust-docs' |
36 | 2023-11-04T19:49:21.104Z | info: downloading component 'rust-std' |
37 | 2023-11-04T19:49:22.809Z | info: downloading component 'rustc' |
38 | 2023-11-04T19:49:26.768Z | info: downloading component 'rustfmt' |
39 | 2023-11-04T19:49:27.067Z | info: installing component 'cargo' |
40 | 2023-11-04T19:49:28.470Z | info: installing component 'clippy' |
41 | 2023-11-04T19:49:29.068Z | info: installing component 'rust-docs' |
42 | 2023-11-04T19:49:32.011Z | info: installing component 'rust-std' |
43 | 2023-11-04T19:49:36.536Z | info: installing component 'rustc' |
44 | 2023-11-04T19:49:47.894Z | info: installing component 'rustfmt' |
45 | 2023-11-04T19:49:48.699Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-04T19:49:48.702Z | |
47 | 2023-11-04T19:49:48.836Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-04T19:49:48.839Z | |
49 | 2023-11-04T19:49:48.842Z | |
50 | 2023-11-04T19:49:48.845Z | Rust is installed now. Great! |
51 | 2023-11-04T19:49:48.848Z | |
52 | 2023-11-04T19:49:48.851Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-04T19:49:48.853Z | environment variable. This has not been done automatically. |
54 | 2023-11-04T19:49:48.856Z | |
55 | 2023-11-04T19:49:48.859Z | To configure your current shell, run: |
56 | 2023-11-04T19:49:48.862Z | source "$HOME/.cargo/env" |
57 | 2023-11-04T19:49:48.925Z | + rustc --version |
58 | 2023-11-04T19:49:49.040Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-04T19:49:49.048Z | process exited: duration 32383 ms, exit code 0 |
|
60 | 2023-11-04T19:49:49.059Z | starting task 2: "authentication" |
61 | 2023-11-04T19:49:49.101Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-11-04T19:49:49.115Z | starting task 3: "clone repository" |
63 | 2023-11-04T19:49:49.132Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-04T19:49:49.141Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-04T19:49:49.178Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-04T19:49:55.448Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-04T19:49:55.451Z | + [[ -n '' ]] |
68 | 2023-11-04T19:49:55.454Z | + git fetch origin e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 |
69 | 2023-11-04T19:49:55.841Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-04T19:49:55.844Z | * branch e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 -> FETCH_HEAD |
71 | 2023-11-04T19:49:55.854Z | + git reset --hard e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 |
72 | 2023-11-04T19:49:56.007Z | HEAD is now at e335ba6f Bump web console (minor fixes) |
73 | 2023-11-04T19:49:56.011Z | process exited: duration 6887 ms, exit code 0 |
|
74 | 2023-11-04T19:49:56.016Z | starting task 4: "build" |
75 | 2023-11-04T19:49:56.026Z | + cargo --version |
76 | 2023-11-04T19:49:56.116Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
77 | 2023-11-04T19:49:56.119Z | + rustc --version |
78 | 2023-11-04T19:49:56.222Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
79 | 2023-11-04T19:49:56.227Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
80 | 2023-11-04T19:50:06.374Z | Startup: Refreshing catalog 'helios-dev' ... Done |
81 | 2023-11-04T19:50:07.305Z | Startup: Caching catalogs ... Done |
82 | 2023-11-04T19:50:12.036Z | Planning: Solver setup ... Done (4.439s) |
83 | 2023-11-04T19:50:12.150Z | Planning: Running solver ... Done (0.114s) |
84 | 2023-11-04T19:50:12.200Z | Planning: Finding local manifests ... Done (0.003s) |
85 | 2023-11-04T19:50:12.231Z | Planning: Fetching manifests: 0/4 0% complete |
86 | 2023-11-04T19:50:12.480Z | Planning: Fetching manifests: 4/4 100% complete |
87 | 2023-11-04T19:50:12.560Z | Planning: Package planning ... Done (0.080s) |
88 | 2023-11-04T19:50:12.647Z | Planning: Merging actions ... Done (0.086s) |
89 | 2023-11-04T19:50:13.344Z | Planning: Checking for conflicting actions ... Done (0.697s) |
90 | 2023-11-04T19:50:13.362Z | Planning: Consolidating action changes ... Done (0.017s) |
91 | 2023-11-04T19:50:17.368Z | Planning: Evaluating mediators ... Done (4.006s) |
92 | 2023-11-04T19:50:17.383Z | Planning: Planning completed in 10.02 seconds |
93 | 2023-11-04T19:50:17.405Z | Packages to install: 4 |
94 | 2023-11-04T19:50:17.408Z | Mediators to change: 2 |
95 | 2023-11-04T19:50:17.411Z | Services to change: 1 |
96 | 2023-11-04T19:50:17.413Z | Estimated space available: 149.39 GB |
97 | 2023-11-04T19:50:17.416Z | Estimated space to be consumed: 1.37 GB |
98 | 2023-11-04T19:50:17.420Z | Create boot environment: No |
99 | 2023-11-04T19:50:17.422Z | Create backup boot environment: No |
100 | 2023-11-04T19:50:17.425Z | Rebuild boot archive: No |
101 | 2023-11-04T19:50:17.428Z | |
102 | 2023-11-04T19:50:17.433Z | Changed mediators: |
103 | 2023-11-04T19:50:17.436Z | mediator clang: |
104 | 2023-11-04T19:50:17.439Z | version: None -> 15 (system default) |
105 | 2023-11-04T19:50:17.442Z | |
106 | 2023-11-04T19:50:17.445Z | mediator llvm: |
107 | 2023-11-04T19:50:17.447Z | version: 14 (system default) -> 15 (system default) |
108 | 2023-11-04T19:50:17.452Z | |
109 | 2023-11-04T19:50:17.455Z | Changed packages: |
110 | 2023-11-04T19:50:17.459Z | helios-dev |
111 | 2023-11-04T19:50:17.462Z | developer/build-essential |
112 | 2023-11-04T19:50:17.465Z | None -> 11-2.0 |
113 | 2023-11-04T19:50:17.470Z | library/libxmlsec1 |
114 | 2023-11-04T19:50:17.474Z | None -> 1.2.35-2.0 |
115 | 2023-11-04T19:50:17.477Z | ooce/developer/clang-15 |
116 | 2023-11-04T19:50:17.488Z | None -> 15.0.7-2.0 |
117 | 2023-11-04T19:50:17.492Z | ooce/developer/llvm-15 |
118 | 2023-11-04T19:50:17.494Z | None -> 15.0.7-2.0 |
119 | 2023-11-04T19:50:17.497Z | |
120 | 2023-11-04T19:50:17.500Z | Services: |
121 | 2023-11-04T19:50:17.503Z | restart_fmri: |
122 | 2023-11-04T19:50:17.505Z | svc:/system/update-man-index:default |
123 | 2023-11-04T19:50:17.647Z | |
124 | 2023-11-04T19:50:17.651Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
125 | 2023-11-04T19:50:22.649Z | Download: 1054/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
126 | 2023-11-04T19:50:27.651Z | Download: 1350/3290 items 115.2/212.6MB 54% complete (11.6M/s) |
127 | 2023-11-04T19:50:32.656Z | Download: 2368/3290 items 119.9/212.6MB 56% complete (10.0M/s) |
128 | 2023-11-04T19:50:37.656Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.7M/s) |
129 | 2023-11-04T19:50:41.433Z | Download: Completed 212.60 MB in 23.79 seconds (8.9M/s) |
130 | 2023-11-04T19:50:41.667Z | Actions: 1/3687 actions (Installing new actions) |
131 | 2023-11-04T19:50:47.041Z | Actions: 2573/3687 actions (Installing new actions) |
132 | 2023-11-04T19:50:50.008Z | Actions: Completed 3687 actions in 8.34 seconds. |
133 | 2023-11-04T19:50:50.167Z | Done (0.153s) |
134 | 2023-11-04T19:50:50.172Z | Done (0.000s) |
135 | 2023-11-04T19:50:50.373Z | Done (0.205s) |
136 | 2023-11-04T19:50:58.002Z | Done (7.515s) |
137 | 2023-11-04T19:50:58.288Z | Done (0.187s) |
138 | 2023-11-04T19:50:58.292Z | Done (0.000s) |
139 | 2023-11-04T19:50:58.512Z | Done (0.000s) |
140 | 2023-11-04T19:50:59.205Z | Planning: Evaluating mediator changes ... Done |
141 | 2023-11-04T19:50:59.489Z | Planning: Checking for conflicting actions ... Done |
142 | 2023-11-04T19:50:59.492Z | Planning: Consolidating action changes ... Done |
143 | 2023-11-04T19:50:59.931Z | Planning: Evaluating mediators ... Done |
144 | 2023-11-04T19:50:59.934Z | Planning: Planning completed in 0.73 seconds |
145 | 2023-11-04T19:50:59.985Z | Mediators to change: 2 |
146 | 2023-11-04T19:50:59.988Z | Create boot environment: No |
147 | 2023-11-04T19:50:59.991Z | Create backup boot environment: No |
148 | 2023-11-04T19:51:00.317Z | Done |
149 | 2023-11-04T19:51:00.320Z | Done |
150 | 2023-11-04T19:51:00.448Z | Done |
151 | 2023-11-04T19:51:06.478Z | Done |
152 | 2023-11-04T19:51:06.600Z | Done |
153 | 2023-11-04T19:51:06.603Z | Done |
154 | 2023-11-04T19:51:06.855Z | Done |
155 | 2023-11-04T19:51:07.864Z | Planning: Evaluating mediator changes ... Done |
156 | 2023-11-04T19:51:07.868Z | Planning: Merging actions ... Done |
157 | 2023-11-04T19:51:08.196Z | Planning: Checking for conflicting actions ... Done |
158 | 2023-11-04T19:51:08.200Z | Planning: Consolidating action changes ... Done |
159 | 2023-11-04T19:51:08.632Z | Planning: Evaluating mediators ... Done |
160 | 2023-11-04T19:51:08.724Z | Planning: Planning completed in 1.31 seconds |
161 | 2023-11-04T19:51:08.781Z | Packages to change: 1 |
162 | 2023-11-04T19:51:08.784Z | Mediators to change: 1 |
163 | 2023-11-04T19:51:08.787Z | Services to change: 1 |
164 | 2023-11-04T19:51:08.790Z | Create boot environment: No |
165 | 2023-11-04T19:51:08.793Z | Create backup boot environment: Yes |
166 | 2023-11-04T19:51:11.277Z | Actions: 1/6 actions (Updating modified actions) |
167 | 2023-11-04T19:51:11.280Z | Actions: Completed 6 actions in 0.00 seconds. |
168 | 2023-11-04T19:51:11.282Z | Done |
169 | 2023-11-04T19:51:11.285Z | Done |
170 | 2023-11-04T19:51:11.328Z | Done |
171 | 2023-11-04T19:51:17.285Z | Done |
172 | 2023-11-04T19:51:17.413Z | Done |
173 | 2023-11-04T19:51:17.416Z | Done |
174 | 2023-11-04T19:51:17.631Z | Done |
175 | 2023-11-04T19:51:18.303Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
176 | 2023-11-04T19:51:18.306Z | clang system 15 system |
177 | 2023-11-04T19:51:18.309Z | csh system system illumos |
178 | 2023-11-04T19:51:18.312Z | ctags system system illumos |
179 | 2023-11-04T19:51:18.314Z | gcc vendor 12 vendor |
180 | 2023-11-04T19:51:18.317Z | gcc system 10 system |
181 | 2023-11-04T19:51:18.320Z | gcc system 7 system |
182 | 2023-11-04T19:51:18.323Z | go system 1.20 system |
183 | 2023-11-04T19:51:18.325Z | go system 1.19 system |
184 | 2023-11-04T19:51:18.328Z | llvm system 15 system |
185 | 2023-11-04T19:51:18.332Z | llvm system 14 system |
186 | 2023-11-04T19:51:18.334Z | mariadb system 10.6 system |
187 | 2023-11-04T19:51:18.337Z | mta vendor vendor dma |
188 | 2023-11-04T19:51:18.339Z | openjdk system 17 system |
189 | 2023-11-04T19:51:18.342Z | openjdk system 11 system |
190 | 2023-11-04T19:51:18.344Z | openjdk system 1.8 system |
191 | 2023-11-04T19:51:18.347Z | openssl vendor 3 vendor |
192 | 2023-11-04T19:51:18.350Z | perl system 5.36 system |
193 | 2023-11-04T19:51:18.353Z | postgresql system 15 system |
194 | 2023-11-04T19:51:18.355Z | postgresql system 13 system |
195 | 2023-11-04T19:51:18.358Z | python vendor 3 vendor |
196 | 2023-11-04T19:51:18.360Z | python system 2 system |
197 | 2023-11-04T19:51:18.363Z | python3 system 3.11 system |
198 | 2023-11-04T19:51:18.366Z | ruby system 3.0 system |
199 | 2023-11-04T19:51:18.368Z | words vendor vendor american-english |
200 | 2023-11-04T19:51:18.372Z | words system system australian-english |
201 | 2023-11-04T19:51:18.376Z | words system system british-english |
202 | 2023-11-04T19:51:18.378Z | words system system canadian-english |
203 | 2023-11-04T19:51:18.381Z | words system system french |
204 | 2023-11-04T19:51:18.384Z | words system system italian |
205 | 2023-11-04T19:51:18.386Z | words system system ngerman |
206 | 2023-11-04T19:51:18.389Z | words system system ogerman |
207 | 2023-11-04T19:51:18.392Z | words system system spanish |
208 | 2023-11-04T19:51:18.836Z | FMRI IFO |
209 | 2023-11-04T19:51:18.839Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
210 | 2023-11-04T19:51:18.841Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
211 | 2023-11-04T19:51:18.844Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
212 | 2023-11-04T19:51:18.847Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
213 | 2023-11-04T19:51:18.850Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
214 | 2023-11-04T19:51:18.852Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
215 | 2023-11-04T19:51:18.912Z | + set -o errexit |
216 | 2023-11-04T19:51:18.915Z | +++ dirname ./tools/ci_download_cockroachdb |
217 | 2023-11-04T19:51:18.918Z | ++ cd ./tools |
218 | 2023-11-04T19:51:18.921Z | ++ pwd |
219 | 2023-11-04T19:51:18.923Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
220 | 2023-11-04T19:51:18.927Z | ++ basename ./tools/ci_download_cockroachdb |
221 | 2023-11-04T19:51:18.930Z | + ARG0=ci_download_cockroachdb |
222 | 2023-11-04T19:51:18.933Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
223 | 2023-11-04T19:51:18.937Z | + CIDL_VERSION=v22.1.9 |
224 | 2023-11-04T19:51:18.939Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
225 | 2023-11-04T19:51:18.942Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
226 | 2023-11-04T19:51:18.944Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
227 | 2023-11-04T19:51:18.947Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
228 | 2023-11-04T19:51:18.950Z | + TARGET_DIR=out |
229 | 2023-11-04T19:51:18.952Z | + DOWNLOAD_DIR=out/downloads |
230 | 2023-11-04T19:51:18.955Z | + DEST_DIR=./out/cockroachdb |
231 | 2023-11-04T19:51:18.957Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
232 | 2023-11-04T19:51:18.960Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
233 | 2023-11-04T19:51:18.963Z | + main |
234 | 2023-11-04T19:51:18.966Z | + [[ 0 != 0 ]] |
235 | 2023-11-04T19:51:18.968Z | + CIDL_OS=solaris2.11 |
236 | 2023-11-04T19:51:18.971Z | + [[ 0 != 0 ]] |
237 | 2023-11-04T19:51:18.974Z | + configure_os solaris2.11 |
238 | 2023-11-04T19:51:18.977Z | + echo 'current directory: /work/oxidecomputer/omicron' |
239 | 2023-11-04T19:51:18.979Z | current directory: /work/oxidecomputer/omicron |
240 | 2023-11-04T19:51:18.982Z | + echo 'configuring based on OS: "solaris2.11"' |
241 | 2023-11-04T19:51:18.984Z | configuring based on OS: "solaris2.11" |
242 | 2023-11-04T19:51:18.987Z | + case "$1" in |
243 | 2023-11-04T19:51:18.990Z | + CIDL_BUILD=illumos |
244 | 2023-11-04T19:51:18.992Z | + CIDL_SUFFIX=tar.gz |
245 | 2023-11-04T19:51:18.995Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
246 | 2023-11-04T19:51:18.998Z | + CIDL_MD5FUNC=do_md5sum |
247 | 2023-11-04T19:51:19.001Z | + CIDL_URL_BASE=https://illumos.org/downloads |
248 | 2023-11-04T19:51:19.004Z | + CIDL_ASSEMBLE=do_assemble_illumos |
249 | 2023-11-04T19:51:19.007Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
250 | 2023-11-04T19:51:19.010Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
251 | 2023-11-04T19:51:19.013Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
252 | 2023-11-04T19:51:19.015Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
253 | 2023-11-04T19:51:19.018Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-11-04T19:51:19.021Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
255 | 2023-11-04T19:51:19.024Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-11-04T19:51:19.027Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-11-04T19:51:19.030Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-11-04T19:51:19.032Z | + mkdir -p out/downloads |
259 | 2023-11-04T19:51:19.035Z | + mkdir -p ./out/cockroachdb |
260 | 2023-11-04T19:51:19.037Z | + local DO_DOWNLOAD=true |
261 | 2023-11-04T19:51:19.040Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
262 | 2023-11-04T19:51:19.043Z | + '[' true == true ']' |
263 | 2023-11-04T19:51:19.047Z | + echo Downloading... |
264 | 2023-11-04T19:51:19.050Z | Downloading... |
265 | 2023-11-04T19:51:19.054Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-11-04T19:51:19.057Z | + 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 |
267 | 2023-11-04T19:51:23.928Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-11-04T19:51:23.931Z | ++ md5sum |
269 | 2023-11-04T19:51:23.933Z | ++ awk '{print $1}' |
270 | 2023-11-04T19:51:24.112Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-11-04T19:51:24.115Z | + [[ 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 ]] |
272 | 2023-11-04T19:51:24.118Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-04T19:51:24.121Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
274 | 2023-11-04T19:51:27.718Z | + do_assemble_illumos |
275 | 2023-11-04T19:51:27.721Z | + rm -r ./out/cockroachdb |
276 | 2023-11-04T19:51:27.724Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
277 | 2023-11-04T19:51:28.284Z | + ./out/cockroachdb/bin/cockroach version |
278 | 2023-11-04T19:51:28.498Z | Build Tag: v22.1.9-dirty |
279 | 2023-11-04T19:51:28.501Z | Build Time: 2022/10/26 21:17:46 |
280 | 2023-11-04T19:51:28.504Z | Distribution: OSS |
281 | 2023-11-04T19:51:28.507Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
282 | 2023-11-04T19:51:28.511Z | Go Version: go1.17.13 |
283 | 2023-11-04T19:51:28.514Z | C Compiler: gcc 10.3.0 |
284 | 2023-11-04T19:51:28.516Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
285 | 2023-11-04T19:51:28.520Z | Build Type: release |
286 | 2023-11-04T19:51:28.524Z | + set -o errexit |
287 | 2023-11-04T19:51:28.527Z | +++ dirname ./tools/ci_download_clickhouse |
288 | 2023-11-04T19:51:28.529Z | ++ cd ./tools |
289 | 2023-11-04T19:51:28.532Z | ++ pwd |
290 | 2023-11-04T19:51:28.536Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
291 | 2023-11-04T19:51:28.538Z | ++ basename ./tools/ci_download_clickhouse |
292 | 2023-11-04T19:51:28.541Z | + ARG0=ci_download_clickhouse |
293 | 2023-11-04T19:51:28.544Z | + TARGET_DIR=out |
294 | 2023-11-04T19:51:28.547Z | + DOWNLOAD_DIR=out/downloads |
295 | 2023-11-04T19:51:28.551Z | + DEST_DIR=./out/clickhouse |
296 | 2023-11-04T19:51:28.553Z | + CIDL_VERSION=v22.8.9.24 |
297 | 2023-11-04T19:51:28.556Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
298 | 2023-11-04T19:51:28.559Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
299 | 2023-11-04T19:51:28.562Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
300 | 2023-11-04T19:51:28.565Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
301 | 2023-11-04T19:51:28.568Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
302 | 2023-11-04T19:51:28.570Z | + main |
303 | 2023-11-04T19:51:28.573Z | + [[ 0 != 0 ]] |
304 | 2023-11-04T19:51:28.575Z | + CIDL_OS=solaris2.11 |
305 | 2023-11-04T19:51:28.578Z | + [[ 0 != 0 ]] |
306 | 2023-11-04T19:51:28.580Z | + configure_os solaris2.11 |
307 | 2023-11-04T19:51:28.583Z | + echo 'current directory: /work/oxidecomputer/omicron' |
308 | 2023-11-04T19:51:28.586Z | current directory: /work/oxidecomputer/omicron |
309 | 2023-11-04T19:51:28.588Z | + echo 'configuring based on OS: "solaris2.11"' |
310 | 2023-11-04T19:51:28.591Z | + CIDL_DASHREV= |
311 | 2023-11-04T19:51:28.593Z | + case "$1" in |
312 | 2023-11-04T19:51:28.596Z | configuring based on OS: "solaris2.11" |
313 | 2023-11-04T19:51:28.599Z | + CIDL_PLATFORM=illumos |
314 | 2023-11-04T19:51:28.602Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
315 | 2023-11-04T19:51:28.605Z | + CIDL_MD5FUNC=do_md5sum |
316 | 2023-11-04T19:51:28.608Z | + CIDL_DASHREV=-1 |
317 | 2023-11-04T19:51:28.610Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
318 | 2023-11-04T19:51:28.613Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
319 | 2023-11-04T19:51:28.616Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
320 | 2023-11-04T19:51:28.618Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-11-04T19:51:28.621Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
322 | 2023-11-04T19:51:28.624Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-11-04T19:51:28.627Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
324 | 2023-11-04T19:51:28.633Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-11-04T19:51:28.635Z | + mkdir -p out/downloads |
326 | 2023-11-04T19:51:28.639Z | + mkdir -p ./out/clickhouse |
327 | 2023-11-04T19:51:28.642Z | + local DO_DOWNLOAD=true |
328 | 2023-11-04T19:51:28.645Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
329 | 2023-11-04T19:51:28.647Z | + '[' true == true ']' |
330 | 2023-11-04T19:51:28.650Z | + echo Downloading... |
331 | 2023-11-04T19:51:28.653Z | Downloading... |
332 | 2023-11-04T19:51:28.655Z | + 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 |
333 | 2023-11-04T19:51:28.658Z | + 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 |
334 | 2023-11-04T19:51:29.945Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-04T19:51:29.955Z | ++ md5sum |
336 | 2023-11-04T19:51:29.962Z | ++ awk '{print $1}' |
337 | 2023-11-04T19:51:30.211Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
338 | 2023-11-04T19:51:30.217Z | + [[ 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 ]] |
339 | 2023-11-04T19:51:30.224Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
340 | 2023-11-04T19:51:30.230Z | + mkdir -p ./out/clickhouse |
341 | 2023-11-04T19:51:30.237Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
342 | 2023-11-04T19:51:35.469Z | + ./out/clickhouse/clickhouse server --version |
343 | 2023-11-04T19:51:35.520Z | ClickHouse server version 22.8.9.1. |
344 | 2023-11-04T19:51:35.542Z | + set -o errexit |
345 | 2023-11-04T19:51:35.546Z | +++ dirname ./tools/ci_download_console |
346 | 2023-11-04T19:51:35.549Z | ++ cd ./tools |
347 | 2023-11-04T19:51:35.555Z | ++ pwd |
348 | 2023-11-04T19:51:35.558Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
349 | 2023-11-04T19:51:35.562Z | ++ basename ./tools/ci_download_console |
350 | 2023-11-04T19:51:35.571Z | + ARG0=ci_download_console |
351 | 2023-11-04T19:51:35.575Z | + TARGET_DIR=out |
352 | 2023-11-04T19:51:35.580Z | + DOWNLOAD_DIR=out/downloads |
353 | 2023-11-04T19:51:35.590Z | + DEST_DIR=./out/console-assets |
354 | 2023-11-04T19:51:35.593Z | + source /work/oxidecomputer/omicron/tools/console_version |
355 | 2023-11-04T19:51:35.597Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
356 | 2023-11-04T19:51:35.636Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
357 | 2023-11-04T19:51:35.640Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
358 | 2023-11-04T19:51:35.643Z | + TARBALL_FILE=out/downloads/console.tar.gz |
359 | 2023-11-04T19:51:35.646Z | + main |
360 | 2023-11-04T19:51:35.649Z | + [[ 0 != 0 ]] |
361 | 2023-11-04T19:51:35.652Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
362 | 2023-11-04T19:51:35.655Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
363 | 2023-11-04T19:51:35.658Z | + echo 'Local file: out/downloads/console.tar.gz' |
364 | 2023-11-04T19:51:35.663Z | Local file: out/downloads/console.tar.gz |
365 | 2023-11-04T19:51:35.666Z | + local DO_DOWNLOAD=true |
366 | 2023-11-04T19:51:35.669Z | + [[ -f out/downloads/console.tar.gz ]] |
367 | 2023-11-04T19:51:35.672Z | + mkdir -p out/downloads |
368 | 2023-11-04T19:51:35.675Z | + '[' true == true ']' |
369 | 2023-11-04T19:51:35.679Z | + echo Downloading... |
370 | 2023-11-04T19:51:35.682Z | Downloading... |
371 | 2023-11-04T19:51:35.685Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
372 | 2023-11-04T19:51:35.689Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
373 | 2023-11-04T19:51:36.124Z | ++ do_sha256sum out/downloads/console.tar.gz |
374 | 2023-11-04T19:51:36.127Z | ++ case "$OSTYPE" in |
375 | 2023-11-04T19:51:36.130Z | ++ SHA=sha256sum |
376 | 2023-11-04T19:51:36.133Z | ++ sha256sum |
377 | 2023-11-04T19:51:36.136Z | ++ awk '{print $1}' |
378 | 2023-11-04T19:51:36.146Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-11-04T19:51:36.149Z | + [[ 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 ]] |
380 | 2023-11-04T19:51:36.152Z | + rm -rf ./out/console-assets |
381 | 2023-11-04T19:51:36.154Z | + mkdir -p ./out/console-assets |
382 | 2023-11-04T19:51:36.157Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
383 | 2023-11-04T19:51:36.160Z | + mkdir -p ./out/console-assets |
384 | 2023-11-04T19:51:36.163Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
385 | 2023-11-04T19:51:36.299Z | + set -o errexit |
386 | 2023-11-04T19:51:36.303Z | +++ dirname ./tools/ci_download_maghemite_openapi |
387 | 2023-11-04T19:51:36.306Z | ++ cd ./tools |
388 | 2023-11-04T19:51:36.309Z | ++ pwd |
389 | 2023-11-04T19:51:36.312Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2023-11-04T19:51:36.315Z | ++ basename ./tools/ci_download_maghemite_openapi |
391 | 2023-11-04T19:51:36.317Z | + ARG0=ci_download_maghemite_openapi |
392 | 2023-11-04T19:51:36.321Z | + TARGET_DIR=out |
393 | 2023-11-04T19:51:36.324Z | + DOWNLOAD_DIR=out/downloads |
394 | 2023-11-04T19:51:36.327Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
395 | 2023-11-04T19:51:36.330Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
396 | 2023-11-04T19:51:36.332Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
397 | 2023-11-04T19:51:36.335Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
398 | 2023-11-04T19:51:36.338Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
399 | 2023-11-04T19:51:36.340Z | + main |
400 | 2023-11-04T19:51:36.343Z | + [[ 0 != 0 ]] |
401 | 2023-11-04T19:51:36.346Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
402 | 2023-11-04T19:51:36.348Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
403 | 2023-11-04T19:51:36.351Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
404 | 2023-11-04T19:51:36.354Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
405 | 2023-11-04T19:51:36.358Z | + local DO_DOWNLOAD=true |
406 | 2023-11-04T19:51:36.361Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
407 | 2023-11-04T19:51:36.363Z | + mkdir -p out/downloads |
408 | 2023-11-04T19:51:36.366Z | + '[' true == true ']' |
409 | 2023-11-04T19:51:36.369Z | + echo Downloading... |
410 | 2023-11-04T19:51:36.372Z | Downloading... |
411 | 2023-11-04T19:51:36.375Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
412 | 2023-11-04T19:51:36.378Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
413 | 2023-11-04T19:51:36.500Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
414 | 2023-11-04T19:51:36.504Z | ++ case "$OSTYPE" in |
415 | 2023-11-04T19:51:36.507Z | ++ SHA=sha256sum |
416 | 2023-11-04T19:51:36.509Z | ++ sha256sum |
417 | 2023-11-04T19:51:36.512Z | ++ awk '{print $1}' |
418 | 2023-11-04T19:51:36.515Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-04T19:51:36.517Z | + [[ 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 ]] |
420 | 2023-11-04T19:51:36.520Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
421 | 2023-11-04T19:51:36.522Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
422 | 2023-11-04T19:51:36.525Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
423 | 2023-11-04T19:51:36.530Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
424 | 2023-11-04T19:51:36.532Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
425 | 2023-11-04T19:51:36.535Z | + main |
426 | 2023-11-04T19:51:36.538Z | + [[ 0 != 0 ]] |
427 | 2023-11-04T19:51:36.541Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
428 | 2023-11-04T19:51:36.544Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
429 | 2023-11-04T19:51:36.547Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
430 | 2023-11-04T19:51:36.550Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
431 | 2023-11-04T19:51:36.553Z | + local DO_DOWNLOAD=true |
432 | 2023-11-04T19:51:36.556Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
433 | 2023-11-04T19:51:36.559Z | + mkdir -p out/downloads |
434 | 2023-11-04T19:51:36.562Z | + '[' true == true ']' |
435 | 2023-11-04T19:51:36.565Z | + echo Downloading... |
436 | 2023-11-04T19:51:36.567Z | Downloading... |
437 | 2023-11-04T19:51:36.570Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
438 | 2023-11-04T19:51:36.573Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
439 | 2023-11-04T19:51:36.672Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
440 | 2023-11-04T19:51:36.675Z | ++ case "$OSTYPE" in |
441 | 2023-11-04T19:51:36.678Z | ++ SHA=sha256sum |
442 | 2023-11-04T19:51:36.680Z | ++ sha256sum |
443 | 2023-11-04T19:51:36.683Z | ++ awk '{print $1}' |
444 | 2023-11-04T19:51:36.686Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
445 | 2023-11-04T19:51:36.689Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
446 | 2023-11-04T19:51:36.691Z | + set -o errexit |
447 | 2023-11-04T19:51:36.694Z | +++ dirname ./tools/ci_download_dendrite_openapi |
448 | 2023-11-04T19:51:36.697Z | ++ cd ./tools |
449 | 2023-11-04T19:51:36.700Z | ++ pwd |
450 | 2023-11-04T19:51:36.703Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
451 | 2023-11-04T19:51:36.705Z | ++ basename ./tools/ci_download_dendrite_openapi |
452 | 2023-11-04T19:51:36.708Z | + ARG0=ci_download_dendrite_openapi |
453 | 2023-11-04T19:51:36.710Z | + TARGET_DIR=out |
454 | 2023-11-04T19:51:36.714Z | + DOWNLOAD_DIR=out/downloads |
455 | 2023-11-04T19:51:36.719Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
456 | 2023-11-04T19:51:36.721Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
457 | 2023-11-04T19:51:36.724Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
458 | 2023-11-04T19:51:36.726Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
459 | 2023-11-04T19:51:36.730Z | + LOCAL_FILE=out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
460 | 2023-11-04T19:51:36.732Z | + main |
461 | 2023-11-04T19:51:36.735Z | + [[ 0 != 0 ]] |
462 | 2023-11-04T19:51:36.738Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json' |
463 | 2023-11-04T19:51:36.741Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
464 | 2023-11-04T19:51:36.744Z | + echo 'Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json' |
465 | 2023-11-04T19:51:36.747Z | Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
466 | 2023-11-04T19:51:36.750Z | + local DO_DOWNLOAD=true |
467 | 2023-11-04T19:51:36.753Z | + [[ -f out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json ]] |
468 | 2023-11-04T19:51:36.756Z | + mkdir -p out/downloads |
469 | 2023-11-04T19:51:36.759Z | + '[' true == true ']' |
470 | 2023-11-04T19:51:36.764Z | + echo Downloading... |
471 | 2023-11-04T19:51:36.767Z | Downloading... |
472 | 2023-11-04T19:51:36.771Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
473 | 2023-11-04T19:51:36.774Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
474 | 2023-11-04T19:51:36.851Z | ++ do_sha256sum out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
475 | 2023-11-04T19:51:36.857Z | ++ case "$OSTYPE" in |
476 | 2023-11-04T19:51:36.863Z | ++ SHA=sha256sum |
477 | 2023-11-04T19:51:36.868Z | ++ sha256sum |
478 | 2023-11-04T19:51:36.872Z | ++ awk '{print $1}' |
479 | 2023-11-04T19:51:36.875Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
480 | 2023-11-04T19:51:36.879Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
481 | 2023-11-04T19:51:36.882Z | + set -o errexit |
482 | 2023-11-04T19:51:36.888Z | +++ dirname ./tools/ci_download_dendrite_stub |
483 | 2023-11-04T19:51:37.314Z | ++ cd ./tools |
484 | 2023-11-04T19:51:37.324Z | ++ pwd |
485 | 2023-11-04T19:51:37.331Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2023-11-04T19:51:37.337Z | ++ basename ./tools/ci_download_dendrite_stub |
487 | 2023-11-04T19:51:37.345Z | + ARG0=ci_download_dendrite_stub |
488 | 2023-11-04T19:51:37.358Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
489 | 2023-11-04T19:51:37.374Z | ++ CIDL_SHA256_ILLUMOS=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
490 | 2023-11-04T19:51:37.389Z | ++ CIDL_SHA256_LINUX_DPD=d7da0aaed4e824a8e98b1a39e9ee41ad934ce38b0faa140ab4e7e2ca8c194e4e |
491 | 2023-11-04T19:51:37.407Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
492 | 2023-11-04T19:51:37.423Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
493 | 2023-11-04T19:51:37.450Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
494 | 2023-11-04T19:51:37.470Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
495 | 2023-11-04T19:51:37.480Z | + TARGET_DIR=out |
496 | 2023-11-04T19:51:37.899Z | + DOWNLOAD_DIR=out/downloads |
497 | 2023-11-04T19:51:38.309Z | + DEST_DIR=./out/dendrite-stub |
498 | 2023-11-04T19:51:38.312Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
499 | 2023-11-04T19:51:38.319Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
500 | 2023-11-04T19:51:38.322Z | + REPO=oxidecomputer/dendrite |
501 | 2023-11-04T19:51:38.342Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390 |
502 | 2023-11-04T19:51:38.355Z | + main |
503 | 2023-11-04T19:51:38.365Z | + [[ 0 != 0 ]] |
504 | 2023-11-04T19:51:38.796Z | + CIDL_OS=solaris2.11 |
505 | 2023-11-04T19:51:38.801Z | + [[ 0 != 0 ]] |
506 | 2023-11-04T19:51:38.812Z | + configure_os solaris2.11 |
507 | 2023-11-04T19:51:38.825Z | + echo 'current directory: /work/oxidecomputer/omicron' |
508 | 2023-11-04T19:51:38.835Z | current directory: /work/oxidecomputer/omicron |
509 | 2023-11-04T19:51:39.254Z | + echo 'configuring based on OS: "solaris2.11"' |
510 | 2023-11-04T19:51:39.267Z | configuring based on OS: "solaris2.11" |
511 | 2023-11-04T19:51:39.281Z | + case "$1" in |
512 | 2023-11-04T19:51:39.294Z | + SET_BINARIES= |
513 | 2023-11-04T19:51:39.320Z | + CIDL_SHA256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
514 | 2023-11-04T19:51:39.339Z | + CIDL_SHA256FUNC=do_sha256sum |
515 | 2023-11-04T19:51:39.755Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
516 | 2023-11-04T19:51:39.765Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
517 | 2023-11-04T19:51:39.772Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
518 | 2023-11-04T19:51:39.779Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz' |
519 | 2023-11-04T19:51:39.784Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
520 | 2023-11-04T19:51:39.793Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
521 | 2023-11-04T19:51:39.809Z | Local file: out/downloads/dendrite-stub.tar.gz |
522 | 2023-11-04T19:51:39.824Z | + mkdir -p out/downloads |
523 | 2023-11-04T19:51:39.836Z | + mkdir -p ./out/dendrite-stub |
524 | 2023-11-04T19:51:39.848Z | + fetch_and_verify |
525 | 2023-11-04T19:51:39.857Z | + local DO_DOWNLOAD=true |
526 | 2023-11-04T19:51:39.865Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
527 | 2023-11-04T19:51:39.879Z | + '[' true == true ']' |
528 | 2023-11-04T19:51:39.887Z | + echo Downloading... |
529 | 2023-11-04T19:51:39.895Z | Downloading... |
530 | 2023-11-04T19:51:39.904Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
531 | 2023-11-04T19:51:39.913Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
532 | 2023-11-04T19:51:42.223Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
533 | 2023-11-04T19:51:42.232Z | ++ sha256sum |
534 | 2023-11-04T19:51:42.237Z | ++ awk '{print $1}' |
535 | 2023-11-04T19:51:42.314Z | + calculated_sha256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
536 | 2023-11-04T19:51:42.319Z | + [[ ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa != \c\e\1\4\c\1\f\0\4\8\1\b\1\3\c\e\4\7\a\2\5\3\8\6\a\3\b\1\e\4\9\d\9\5\7\0\f\4\c\1\c\3\1\c\a\d\3\f\1\3\c\1\4\f\7\5\b\1\3\0\d\a\f\a ]] |
537 | 2023-11-04T19:51:42.328Z | + do_untar out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-04T19:51:42.338Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
539 | 2023-11-04T19:51:43.275Z | + do_assemble |
540 | 2023-11-04T19:51:43.277Z | + rm -r ./out/dendrite-stub |
541 | 2023-11-04T19:51:43.280Z | + mkdir ./out/dendrite-stub |
542 | 2023-11-04T19:51:43.283Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
543 | 2023-11-04T19:51:43.386Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
544 | 2023-11-04T19:51:43.399Z | + set -o errexit |
545 | 2023-11-04T19:51:43.401Z | +++ dirname ./tools/ci_download_maghemite_mgd |
546 | 2023-11-04T19:51:43.404Z | ++ cd ./tools |
547 | 2023-11-04T19:51:43.408Z | ++ pwd |
548 | 2023-11-04T19:51:43.412Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
549 | 2023-11-04T19:51:43.416Z | ++ basename ./tools/ci_download_maghemite_mgd |
550 | 2023-11-04T19:51:43.422Z | + ARG0=ci_download_maghemite_mgd |
551 | 2023-11-04T19:51:43.427Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
552 | 2023-11-04T19:51:43.431Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
553 | 2023-11-04T19:51:43.438Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
554 | 2023-11-04T19:51:43.441Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
555 | 2023-11-04T19:51:43.446Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
556 | 2023-11-04T19:51:43.452Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
557 | 2023-11-04T19:51:43.462Z | + TARGET_DIR=out |
558 | 2023-11-04T19:51:43.480Z | + DOWNLOAD_DIR=out/downloads |
559 | 2023-11-04T19:51:43.489Z | + DEST_DIR=./out/mgd |
560 | 2023-11-04T19:51:43.505Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
561 | 2023-11-04T19:51:43.521Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
562 | 2023-11-04T19:51:43.532Z | + REPO=oxidecomputer/maghemite |
563 | 2023-11-04T19:51:43.543Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
564 | 2023-11-04T19:51:43.559Z | + main |
565 | 2023-11-04T19:51:43.573Z | + [[ 0 != 0 ]] |
566 | 2023-11-04T19:51:43.585Z | + CIDL_OS=solaris2.11 |
567 | 2023-11-04T19:51:43.595Z | + [[ 0 != 0 ]] |
568 | 2023-11-04T19:51:43.603Z | + configure_os solaris2.11 |
569 | 2023-11-04T19:51:43.609Z | + echo 'current directory: /work/oxidecomputer/omicron' |
570 | 2023-11-04T19:51:43.617Z | current directory: /work/oxidecomputer/omicron |
571 | 2023-11-04T19:51:43.627Z | + echo 'configuring based on OS: "solaris2.11"' |
572 | 2023-11-04T19:51:43.632Z | configuring based on OS: "solaris2.11" |
573 | 2023-11-04T19:51:43.636Z | + case "$1" in |
574 | 2023-11-04T19:51:43.639Z | + SET_BINARIES= |
575 | 2023-11-04T19:51:43.646Z | + CIDL_SHA256FUNC=do_sha256sum |
576 | 2023-11-04T19:51:43.650Z | + TARBALL_FILENAME=mgd.tar.gz |
577 | 2023-11-04T19:51:43.655Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
578 | 2023-11-04T19:51:43.663Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
579 | 2023-11-04T19:51:43.668Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
580 | 2023-11-04T19:51:43.672Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
581 | 2023-11-04T19:51:43.676Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
582 | 2023-11-04T19:51:43.680Z | Local file: out/downloads/mgd.tar.gz |
583 | 2023-11-04T19:51:43.688Z | + mkdir -p out/downloads |
584 | 2023-11-04T19:51:43.697Z | + mkdir -p ./out/mgd |
585 | 2023-11-04T19:51:43.705Z | + fetch_and_verify |
586 | 2023-11-04T19:51:43.710Z | + local DO_DOWNLOAD=true |
587 | 2023-11-04T19:51:43.714Z | + [[ -f out/downloads/mgd.tar.gz ]] |
588 | 2023-11-04T19:51:43.722Z | + '[' true == true ']' |
589 | 2023-11-04T19:51:43.734Z | + echo Downloading... |
590 | 2023-11-04T19:51:44.145Z | Downloading... |
591 | 2023-11-04T19:51:44.154Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
592 | 2023-11-04T19:51:44.162Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
593 | 2023-11-04T19:51:48.078Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
594 | 2023-11-04T19:51:48.081Z | ++ sha256sum |
595 | 2023-11-04T19:51:48.083Z | ++ awk '{print $1}' |
596 | 2023-11-04T19:51:48.156Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
597 | 2023-11-04T19:51:48.159Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
598 | 2023-11-04T19:51:48.162Z | + do_untar out/downloads/mgd.tar.gz |
599 | 2023-11-04T19:51:48.164Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
600 | 2023-11-04T19:51:48.849Z | + do_assemble |
601 | 2023-11-04T19:51:48.861Z | + rm -r ./out/mgd |
602 | 2023-11-04T19:51:48.870Z | + mkdir ./out/mgd |
603 | 2023-11-04T19:51:48.876Z | + cp -r out/downloads/root ./out/mgd/root |
604 | 2023-11-04T19:51:49.068Z | + set -o errexit |
605 | 2023-11-04T19:51:49.079Z | +++ dirname ./tools/ci_download_transceiver_control |
606 | 2023-11-04T19:51:49.087Z | ++ cd ./tools |
607 | 2023-11-04T19:51:49.095Z | ++ pwd |
608 | 2023-11-04T19:51:49.123Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
609 | 2023-11-04T19:51:49.127Z | ++ basename ./tools/ci_download_transceiver_control |
610 | 2023-11-04T19:51:49.131Z | + ARG0=ci_download_transceiver_control |
611 | 2023-11-04T19:51:49.135Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
612 | 2023-11-04T19:51:49.138Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
613 | 2023-11-04T19:51:49.140Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
614 | 2023-11-04T19:51:49.143Z | + TARGET_DIR=out |
615 | 2023-11-04T19:51:49.155Z | + DOWNLOAD_DIR=out/downloads |
616 | 2023-11-04T19:51:49.163Z | + DEST_DIR=./out/transceiver-control |
617 | 2023-11-04T19:51:49.174Z | + BIN_DIR=/opt/oxide/bin |
618 | 2023-11-04T19:51:49.189Z | + BINARY=xcvradm |
619 | 2023-11-04T19:51:49.199Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
620 | 2023-11-04T19:51:49.211Z | + REPO=oxidecomputer/transceiver-control |
621 | 2023-11-04T19:51:49.218Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
622 | 2023-11-04T19:51:49.232Z | + main |
623 | 2023-11-04T19:51:49.237Z | + [[ 0 != 0 ]] |
624 | 2023-11-04T19:51:49.251Z | + CIDL_OS=solaris2.11 |
625 | 2023-11-04T19:51:49.259Z | + [[ 0 != 0 ]] |
626 | 2023-11-04T19:51:49.266Z | + configure_os solaris2.11 |
627 | 2023-11-04T19:51:49.271Z | + echo 'current directory: /work/oxidecomputer/omicron' |
628 | 2023-11-04T19:51:49.277Z | current directory: /work/oxidecomputer/omicron |
629 | 2023-11-04T19:51:49.283Z | + echo 'configuring based on OS: "solaris2.11"' |
630 | 2023-11-04T19:51:49.288Z | configuring based on OS: "solaris2.11" |
631 | 2023-11-04T19:51:49.293Z | + case "$1" in |
632 | 2023-11-04T19:51:49.299Z | + SET_BINARIES= |
633 | 2023-11-04T19:51:49.305Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-04T19:51:49.309Z | + CIDL_SHA256FUNC=do_sha256sum |
635 | 2023-11-04T19:51:49.315Z | + ARCHIVE_FILENAME=xcvradm.gz |
636 | 2023-11-04T19:51:49.320Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
637 | 2023-11-04T19:51:49.326Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
638 | 2023-11-04T19:51:49.331Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
639 | 2023-11-04T19:51:49.340Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
640 | 2023-11-04T19:51:49.357Z | Local file: out/downloads/xcvradm.gz |
641 | 2023-11-04T19:51:49.370Z | + echo 'Local file: out/downloads/xcvradm.gz' |
642 | 2023-11-04T19:51:49.381Z | + mkdir -p out/downloads |
643 | 2023-11-04T19:51:49.790Z | + mkdir -p ./out/transceiver-control |
644 | 2023-11-04T19:51:49.793Z | + fetch_and_verify |
645 | 2023-11-04T19:51:49.796Z | + local DO_DOWNLOAD=true |
646 | 2023-11-04T19:51:49.808Z | + [[ -f out/downloads/xcvradm.gz ]] |
647 | 2023-11-04T19:51:49.811Z | + '[' true == true ']' |
648 | 2023-11-04T19:51:49.814Z | + echo Downloading... |
649 | 2023-11-04T19:51:49.816Z | Downloading... |
650 | 2023-11-04T19:51:49.819Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
651 | 2023-11-04T19:51:49.822Z | + 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 |
652 | 2023-11-04T19:51:50.920Z | ++ do_sha256sum out/downloads/xcvradm.gz |
653 | 2023-11-04T19:51:50.924Z | ++ sha256sum |
654 | 2023-11-04T19:51:50.927Z | ++ awk '{print $1}' |
655 | 2023-11-04T19:51:50.933Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-04T19:51:50.936Z | + [[ 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 ]] |
657 | 2023-11-04T19:51:50.938Z | + do_unpack out/downloads/xcvradm.gz |
658 | 2023-11-04T19:51:50.941Z | + mkdir -p out/downloads/root//opt/oxide/bin |
659 | 2023-11-04T19:51:50.944Z | + gzip -dc out/downloads/xcvradm.gz |
660 | 2023-11-04T19:51:51.116Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
661 | 2023-11-04T19:51:51.119Z | + do_assemble |
662 | 2023-11-04T19:51:51.122Z | + rm -r ./out/transceiver-control |
663 | 2023-11-04T19:51:51.177Z | + mkdir ./out/transceiver-control |
664 | 2023-11-04T19:51:51.180Z | + cp -r out/downloads/root ./out/transceiver-control/root |
665 | 2023-11-04T19:51:51.339Z | All prerequisites installed successfully |
666 | 2023-11-04T19:51:51.343Z | |
667 | 2023-11-04T19:51:51.346Z | real 1:55.027660503 |
668 | 2023-11-04T19:51:51.349Z | user 52.777538273 |
669 | 2023-11-04T19:51:51.352Z | sys 10.471736795 |
670 | 2023-11-04T19:51:51.355Z | trap 0.027803299 |
671 | 2023-11-04T19:51:51.358Z | tflt 0.219206176 |
672 | 2023-11-04T19:51:51.363Z | dflt 0.647789063 |
673 | 2023-11-04T19:51:51.365Z | kflt 0.140841300 |
674 | 2023-11-04T19:51:51.368Z | lock 1.710618468 |
675 | 2023-11-04T19:51:51.373Z | slp 3:26.768581593 |
676 | 2023-11-04T19:51:51.376Z | lat 4.267840526 |
677 | 2023-11-04T19:51:51.379Z | stop 0.086410572 |
678 | 2023-11-04T19:51:51.382Z | + banner end-to-end-tests |
679 | 2023-11-04T19:51:51.446Z | |
680 | 2023-11-04T19:51:51.449Z | ###### # # ##### ##### #### ###### # # ##### |
681 | 2023-11-04T19:51:51.452Z | # ## # # # # # # # ## # # # |
682 | 2023-11-04T19:51:51.456Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
683 | 2023-11-04T19:51:51.459Z | # # # # # # # # # # # # # # # |
684 | 2023-11-04T19:51:51.463Z | # # ## # # # # # # # ## # # |
685 | 2023-11-04T19:51:51.466Z | ###### # # ##### # #### ###### # # ##### |
686 | 2023-11-04T19:51:51.469Z | |
687 | 2023-11-04T19:51:51.472Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
688 | 2023-11-04T19:51:51.475Z | + CARGO_PROFILE_DEV_DEBUG=1 |
689 | 2023-11-04T19:51:51.478Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
690 | 2023-11-04T19:51:51.481Z | + CARGO_PROFILE_TEST_DEBUG=1 |
691 | 2023-11-04T19:51:51.484Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
692 | 2023-11-04T19:51:51.809Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
693 | 2023-11-04T19:51:52.170Z | Updating crates.io index |
694 | 2023-11-04T19:51:52.173Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
695 | 2023-11-04T19:51:52.953Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
696 | 2023-11-04T19:51:54.491Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
697 | 2023-11-04T19:51:54.836Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
698 | 2023-11-04T19:51:55.131Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
699 | 2023-11-04T19:51:55.547Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
700 | 2023-11-04T19:51:55.845Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
701 | 2023-11-04T19:51:56.712Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
702 | 2023-11-04T19:51:58.312Z | Updating git repository `https://github.com/oxidecomputer/opte` |
703 | 2023-11-04T19:51:59.173Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
704 | 2023-11-04T19:51:59.522Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
705 | 2023-11-04T19:51:59.834Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
706 | 2023-11-04T19:52:00.386Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
707 | 2023-11-04T19:52:00.690Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
708 | 2023-11-04T19:52:01.097Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
709 | 2023-11-04T19:52:01.439Z | Updating git repository `https://github.com/njaremko/samael` |
710 | 2023-11-04T19:52:02.271Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
711 | 2023-11-04T19:52:02.668Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
712 | 2023-11-04T19:52:03.045Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
713 | 2023-11-04T19:52:03.342Z | Updating git repository `https://github.com/jgallagher/nix` |
714 | 2023-11-04T19:52:04.763Z | Updating git repository `https://github.com/cbiffle/hubpack` |
715 | 2023-11-04T19:52:05.113Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
716 | 2023-11-04T19:52:15.244Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
717 | 2023-11-04T19:52:15.736Z | Updating git repository `https://github.com/oxidecomputer/typify` |
718 | 2023-11-04T19:52:16.741Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
719 | 2023-11-04T19:52:17.169Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
720 | 2023-11-04T19:52:17.470Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
721 | 2023-11-04T19:52:19.027Z | Downloading crates ... |
722 | 2023-11-04T19:52:19.283Z | Downloaded md5 v0.7.0 |
723 | 2023-11-04T19:52:19.286Z | Downloaded native-tls v0.2.11 |
724 | 2023-11-04T19:52:19.295Z | Downloaded multer v2.1.0 |
725 | 2023-11-04T19:52:19.302Z | Downloaded mime_guess v2.0.4 |
726 | 2023-11-04T19:52:19.308Z | Downloaded memchr v2.6.3 |
727 | 2023-11-04T19:52:19.322Z | Downloaded colorchoice v1.0.0 |
728 | 2023-11-04T19:52:19.326Z | Downloaded anyhow v1.0.75 |
729 | 2023-11-04T19:52:19.336Z | Downloaded const_format v0.2.31 |
730 | 2023-11-04T19:52:19.350Z | Downloaded pin-project-lite v0.2.13 |
731 | 2023-11-04T19:52:19.365Z | Downloaded pkg-config v0.3.27 |
732 | 2023-11-04T19:52:19.372Z | Downloaded ciborium v0.2.1 |
733 | 2023-11-04T19:52:19.376Z | Downloaded num_enum v0.5.11 |
734 | 2023-11-04T19:52:19.387Z | Downloaded ciborium-io v0.2.1 |
735 | 2023-11-04T19:52:19.390Z | Downloaded aes v0.8.3 |
736 | 2023-11-04T19:52:19.397Z | Downloaded opaque-debug v0.3.0 |
737 | 2023-11-04T19:52:19.399Z | Downloaded predicates v3.0.4 |
738 | 2023-11-04T19:52:19.405Z | Downloaded poly1305 v0.8.0 |
739 | 2023-11-04T19:52:19.411Z | Downloaded linked-hash-map v0.5.6 |
740 | 2023-11-04T19:52:19.415Z | Downloaded argon2 v0.5.2 |
741 | 2023-11-04T19:52:19.419Z | Downloaded parking_lot_core v0.9.8 |
742 | 2023-11-04T19:52:19.425Z | Downloaded anstyle-query v1.0.0 |
743 | 2023-11-04T19:52:19.428Z | Downloaded mime v0.3.17 |
744 | 2023-11-04T19:52:19.431Z | Downloaded derive_more v0.99.17 |
745 | 2023-11-04T19:52:19.442Z | Downloaded once_cell v1.18.0 |
746 | 2023-11-04T19:52:19.449Z | Downloaded base64ct v1.6.0 |
747 | 2023-11-04T19:52:19.452Z | Downloaded bitflags v2.4.0 |
748 | 2023-11-04T19:52:19.458Z | Downloaded backoff v0.4.0 |
749 | 2023-11-04T19:52:19.464Z | Downloaded phf v0.11.2 |
750 | 2023-11-04T19:52:19.468Z | Downloaded proc-macro-error-attr v1.0.4 |
751 | 2023-11-04T19:52:19.471Z | Downloaded lazy_static v1.4.0 |
752 | 2023-11-04T19:52:19.476Z | Downloaded camino v1.1.6 |
753 | 2023-11-04T19:52:19.480Z | Downloaded camino-tempfile v1.0.2 |
754 | 2023-11-04T19:52:19.483Z | Downloaded log v0.4.20 |
755 | 2023-11-04T19:52:19.486Z | Downloaded ascii v1.1.0 |
756 | 2023-11-04T19:52:19.489Z | Downloaded cc v1.0.83 |
757 | 2023-11-04T19:52:19.495Z | Downloaded clap_lex v0.5.1 |
758 | 2023-11-04T19:52:19.498Z | Downloaded cfg-if v1.0.0 |
759 | 2023-11-04T19:52:19.501Z | Downloaded clap_builder v4.4.2 |
760 | 2023-11-04T19:52:19.511Z | Downloaded block-buffer v0.10.4 |
761 | 2023-11-04T19:52:19.514Z | Downloaded atomicwrites v0.4.2 |
762 | 2023-11-04T19:52:19.518Z | Downloaded pem v1.1.1 |
763 | 2023-11-04T19:52:19.520Z | Downloaded ansi_term v0.12.1 |
764 | 2023-11-04T19:52:19.523Z | Downloaded bincode v1.3.3 |
765 | 2023-11-04T19:52:19.527Z | Downloaded clap v2.34.0 |
766 | 2023-11-04T19:52:19.540Z | Downloaded usdt-attr-macro v0.3.5 |
767 | 2023-11-04T19:52:19.543Z | Downloaded typenum v1.16.0 |
768 | 2023-11-04T19:52:19.547Z | Downloaded zerocopy v0.3.0 |
769 | 2023-11-04T19:52:19.550Z | Downloaded unicase v2.7.0 |
770 | 2023-11-04T19:52:19.552Z | Downloaded ucd-trie v0.1.6 |
771 | 2023-11-04T19:52:19.556Z | Downloaded diesel_table_macro_syntax v0.1.0 |
772 | 2023-11-04T19:52:19.558Z | Downloaded polyval v0.6.1 |
773 | 2023-11-04T19:52:19.561Z | Downloaded lock_api v0.4.10 |
774 | 2023-11-04T19:52:19.564Z | Downloaded clap v4.4.3 |
775 | 2023-11-04T19:52:19.582Z | Downloaded usdt-impl v0.3.5 |
776 | 2023-11-04T19:52:19.587Z | Downloaded pretty-hex v0.3.0 |
777 | 2023-11-04T19:52:19.590Z | Downloaded predicates-core v1.0.6 |
778 | 2023-11-04T19:52:19.593Z | Downloaded trust-dns-server v0.22.1 |
779 | 2023-11-04T19:52:19.599Z | Downloaded heapless v0.7.16 |
780 | 2023-11-04T19:52:19.608Z | Downloaded itoa v1.0.9 |
781 | 2023-11-04T19:52:19.611Z | Downloaded itertools v0.10.5 |
782 | 2023-11-04T19:52:19.622Z | Downloaded lru-cache v0.1.2 |
783 | 2023-11-04T19:52:19.625Z | Downloaded bstr v1.6.0 |
784 | 2023-11-04T19:52:19.645Z | Downloaded zone v0.2.0 |
785 | 2023-11-04T19:52:19.647Z | Downloaded zip v0.6.6 |
786 | 2023-11-04T19:52:19.654Z | Downloaded sha1 v0.10.5 |
787 | 2023-11-04T19:52:19.657Z | Downloaded indexmap v1.9.3 |
788 | 2023-11-04T19:52:19.664Z | Downloaded hyper-rustls v0.24.2 |
789 | 2023-11-04T19:52:19.669Z | Downloaded heck v0.3.3 |
790 | 2023-11-04T19:52:19.672Z | Downloaded syn v1.0.109 |
791 | 2023-11-04T19:52:19.691Z | Downloaded inout v0.1.3 |
792 | 2023-11-04T19:52:19.694Z | Downloaded ident_case v1.0.1 |
793 | 2023-11-04T19:52:19.697Z | Downloaded hyper-tls v0.5.0 |
794 | 2023-11-04T19:52:19.700Z | Downloaded smoltcp v0.8.2 |
795 | 2023-11-04T19:52:19.714Z | Downloaded russh-keys v0.38.0 |
796 | 2023-11-04T19:52:19.717Z | Downloaded indexmap v2.1.0 |
797 | 2023-11-04T19:52:19.724Z | Downloaded httparse v1.8.0 |
798 | 2023-11-04T19:52:19.730Z | Downloaded russh v0.38.0 |
799 | 2023-11-04T19:52:19.738Z | Downloaded rusqlite v0.29.0 |
800 | 2023-11-04T19:52:19.748Z | Downloaded unicode-xid v0.2.4 |
801 | 2023-11-04T19:52:19.751Z | Downloaded url v2.4.1 |
802 | 2023-11-04T19:52:19.757Z | Downloaded io-lifetimes v1.0.11 |
803 | 2023-11-04T19:52:19.762Z | Downloaded untrusted v0.9.0 |
804 | 2023-11-04T19:52:19.766Z | Downloaded bstr v0.2.17 |
805 | 2023-11-04T19:52:19.782Z | Downloaded instant v0.1.12 |
806 | 2023-11-04T19:52:19.785Z | Downloaded radix_trie v0.2.1 |
807 | 2023-11-04T19:52:19.796Z | Downloaded zeroize_derive v1.4.2 |
808 | 2023-11-04T19:52:19.799Z | Downloaded headers v0.3.9 |
809 | 2023-11-04T19:52:19.807Z | Downloaded similar v2.2.1 |
810 | 2023-11-04T19:52:19.818Z | Downloaded rustls-native-certs v0.6.3 |
811 | 2023-11-04T19:52:19.821Z | Downloaded r2d2 v0.8.10 |
812 | 2023-11-04T19:52:19.825Z | Downloaded rustls-pemfile v1.0.3 |
813 | 2023-11-04T19:52:19.829Z | Downloaded hkdf v0.12.3 |
814 | 2023-11-04T19:52:19.834Z | Downloaded tempfile v3.8.0 |
815 | 2023-11-04T19:52:19.838Z | Downloaded elliptic-curve v0.13.5 |
816 | 2023-11-04T19:52:19.846Z | Downloaded quote v1.0.33 |
817 | 2023-11-04T19:52:19.850Z | Downloaded endian-type v0.1.2 |
818 | 2023-11-04T19:52:19.853Z | Downloaded proc-macro2 v1.0.67 |
819 | 2023-11-04T19:52:19.857Z | Downloaded ipnet v2.8.0 |
820 | 2023-11-04T19:52:19.860Z | Downloaded tracing-core v0.1.31 |
821 | 2023-11-04T19:52:19.864Z | Downloaded git2 v0.17.2 |
822 | 2023-11-04T19:52:19.914Z | Downloaded usdt v0.3.5 |
823 | 2023-11-04T19:52:19.918Z | Downloaded trust-dns-client v0.22.0 |
824 | 2023-11-04T19:52:19.923Z | Downloaded want v0.3.1 |
825 | 2023-11-04T19:52:19.926Z | Downloaded walkdir v2.4.0 |
826 | 2023-11-04T19:52:19.933Z | Downloaded utf8parse v0.2.1 |
827 | 2023-11-04T19:52:19.936Z | Downloaded ipnetwork v0.20.0 |
828 | 2023-11-04T19:52:19.940Z | Downloaded pretty-hex v0.2.1 |
829 | 2023-11-04T19:52:19.943Z | Downloaded stable_deref_trait v1.2.0 |
830 | 2023-11-04T19:52:19.946Z | Downloaded futures-task v0.3.29 |
831 | 2023-11-04T19:52:19.949Z | Downloaded tower-service v0.3.2 |
832 | 2023-11-04T19:52:19.953Z | Downloaded fxhash v0.2.1 |
833 | 2023-11-04T19:52:19.956Z | Downloaded toml v0.7.8 |
834 | 2023-11-04T19:52:19.964Z | Downloaded fixedbitset v0.4.2 |
835 | 2023-11-04T19:52:19.967Z | Downloaded jobserver v0.1.26 |
836 | 2023-11-04T19:52:19.996Z | Downloaded static_assertions v1.1.0 |
837 | 2023-11-04T19:52:19.999Z | Downloaded serde_tokenstream v0.1.7 |
838 | 2023-11-04T19:52:20.003Z | Downloaded getrandom v0.1.16 |
839 | 2023-11-04T19:52:20.008Z | Downloaded vec_map v0.8.2 |
840 | 2023-11-04T19:52:20.012Z | Downloaded sct v0.7.0 |
841 | 2023-11-04T19:52:20.015Z | Downloaded socket2 v0.4.9 |
842 | 2023-11-04T19:52:20.019Z | Downloaded secrecy v0.8.0 |
843 | 2023-11-04T19:52:20.022Z | Downloaded ryu v1.0.15 |
844 | 2023-11-04T19:52:20.025Z | Downloaded vsss-rs v3.3.1 |
845 | 2023-11-04T19:52:20.028Z | Downloaded siphasher v0.3.11 |
846 | 2023-11-04T19:52:20.032Z | Downloaded strum_macros v0.25.2 |
847 | 2023-11-04T19:52:20.035Z | Downloaded terminal_size v0.2.6 |
848 | 2023-11-04T19:52:20.039Z | Downloaded tinyvec v1.6.0 |
849 | 2023-11-04T19:52:20.042Z | Downloaded serde_path_to_error v0.1.14 |
850 | 2023-11-04T19:52:20.045Z | Downloaded serde_urlencoded v0.7.1 |
851 | 2023-11-04T19:52:20.050Z | Downloaded tracing-attributes v0.1.26 |
852 | 2023-11-04T19:52:20.053Z | Downloaded home v0.5.5 |
853 | 2023-11-04T19:52:20.056Z | Downloaded regex v1.10.2 |
854 | 2023-11-04T19:52:20.059Z | Downloaded thread_local v1.1.7 |
855 | 2023-11-04T19:52:20.063Z | Downloaded tap v1.0.1 |
856 | 2023-11-04T19:52:20.066Z | Downloaded strsim v0.10.0 |
857 | 2023-11-04T19:52:20.069Z | Downloaded stringprep v0.1.3 |
858 | 2023-11-04T19:52:20.076Z | Downloaded string_cache v0.8.7 |
859 | 2023-11-04T19:52:20.079Z | Downloaded foreign-types-shared v0.1.1 |
860 | 2023-11-04T19:52:20.082Z | Downloaded dyn-clone v1.0.13 |
861 | 2023-11-04T19:52:20.085Z | Downloaded form_urlencoded v1.2.0 |
862 | 2023-11-04T19:52:20.087Z | Downloaded base16ct v0.2.0 |
863 | 2023-11-04T19:52:20.092Z | Downloaded ed25519-dalek v2.0.0 |
864 | 2023-11-04T19:52:20.095Z | Downloaded time-core v0.1.1 |
865 | 2023-11-04T19:52:20.098Z | Downloaded rand_core v0.6.4 |
866 | 2023-11-04T19:52:20.103Z | Downloaded twox-hash v1.6.3 |
867 | 2023-11-04T19:52:20.105Z | Downloaded hyper-staticfile v0.9.5 |
868 | 2023-11-04T19:52:20.108Z | Downloaded serde v1.0.188 |
869 | 2023-11-04T19:52:20.111Z | Downloaded dirs v5.0.1 |
870 | 2023-11-04T19:52:20.115Z | Downloaded unicode-ident v1.0.12 |
871 | 2023-11-04T19:52:20.118Z | Downloaded slog-async v2.8.0 |
872 | 2023-11-04T19:52:20.121Z | Downloaded slog v2.7.0 |
873 | 2023-11-04T19:52:20.124Z | Downloaded unicode-normalization v0.1.22 |
874 | 2023-11-04T19:52:20.126Z | Downloaded uuid v1.4.1 |
875 | 2023-11-04T19:52:20.129Z | Downloaded dirs-next v2.0.0 |
876 | 2023-11-04T19:52:20.132Z | Downloaded serde_yaml v0.9.25 |
877 | 2023-11-04T19:52:20.134Z | Downloaded hashlink v0.8.3 |
878 | 2023-11-04T19:52:20.137Z | Downloaded fnv v1.0.7 |
879 | 2023-11-04T19:52:20.140Z | Downloaded float-cmp v0.9.0 |
880 | 2023-11-04T19:52:20.143Z | Downloaded rand v0.7.3 |
881 | 2023-11-04T19:52:20.146Z | Downloaded hashbrown v0.14.2 |
882 | 2023-11-04T19:52:20.148Z | Downloaded ff v0.13.0 |
883 | 2023-11-04T19:52:20.151Z | Downloaded ghash v0.5.0 |
884 | 2023-11-04T19:52:20.154Z | Downloaded hmac v0.12.1 |
885 | 2023-11-04T19:52:20.158Z | Downloaded version_check v0.9.4 |
886 | 2023-11-04T19:52:20.161Z | Downloaded futures-io v0.3.29 |
887 | 2023-11-04T19:52:20.164Z | Downloaded socket2 v0.5.4 |
888 | 2023-11-04T19:52:20.166Z | Downloaded trust-dns-proto v0.22.0 |
889 | 2023-11-04T19:52:20.169Z | Downloaded slog-term v2.9.0 |
890 | 2023-11-04T19:52:20.172Z | Downloaded lalrpop-util v0.19.12 |
891 | 2023-11-04T19:52:20.174Z | Downloaded http v0.2.9 |
892 | 2023-11-04T19:52:20.177Z | Downloaded ctr v0.9.2 |
893 | 2023-11-04T19:52:20.179Z | Downloaded zone_cfg_derive v0.2.0 |
894 | 2023-11-04T19:52:20.182Z | Downloaded digest v0.10.7 |
895 | 2023-11-04T19:52:20.185Z | Downloaded slog-scope v4.4.0 |
896 | 2023-11-04T19:52:20.187Z | Downloaded spki v0.7.2 |
897 | 2023-11-04T19:52:20.190Z | Downloaded enum-as-inner v0.5.1 |
898 | 2023-11-04T19:52:20.193Z | Downloaded rustls v0.21.8 |
899 | 2023-11-04T19:52:20.205Z | Downloaded httpdate v1.0.3 |
900 | 2023-11-04T19:52:20.207Z | Downloaded futures-macro v0.3.29 |
901 | 2023-11-04T19:52:20.210Z | Downloaded try-lock v0.2.4 |
902 | 2023-11-04T19:52:20.213Z | Downloaded rand_chacha v0.2.2 |
903 | 2023-11-04T19:52:20.216Z | Downloaded half v1.8.2 |
904 | 2023-11-04T19:52:20.219Z | Downloaded smoltcp v0.9.1 |
905 | 2023-11-04T19:52:20.234Z | Downloaded futures-util v0.3.29 |
906 | 2023-11-04T19:52:20.255Z | Downloaded tokio-stream v0.1.14 |
907 | 2023-11-04T19:52:20.262Z | Downloaded rand v0.8.5 |
908 | 2023-11-04T19:52:20.269Z | Downloaded hubpack v0.1.2 |
909 | 2023-11-04T19:52:20.272Z | Downloaded zerocopy-derive v0.2.0 |
910 | 2023-11-04T19:52:20.289Z | Downloaded regex-syntax v0.7.5 |
911 | 2023-11-04T19:52:20.305Z | Downloaded regex-automata v0.4.3 |
912 | 2023-11-04T19:52:20.337Z | Downloaded regex-automata v0.3.8 |
913 | 2023-11-04T19:52:20.368Z | Downloaded sled v0.34.7 |
914 | 2023-11-04T19:52:20.387Z | Downloaded tinyvec_macros v0.1.1 |
915 | 2023-11-04T19:52:20.389Z | Downloaded toml v0.5.11 |
916 | 2023-11-04T19:52:20.392Z | Downloaded slog-envlogger v2.2.0 |
917 | 2023-11-04T19:52:20.395Z | Downloaded winapi v0.3.9 |
918 | 2023-11-04T19:52:20.466Z | Downloaded tokio v1.33.0 |
919 | 2023-11-04T19:52:20.528Z | Downloaded tokio-postgres v0.7.10 |
920 | 2023-11-04T19:52:20.536Z | Downloaded heck v0.4.1 |
921 | 2023-11-04T19:52:20.539Z | Downloaded headers-core v0.2.0 |
922 | 2023-11-04T19:52:20.542Z | Downloaded hashbrown v0.12.3 |
923 | 2023-11-04T19:52:20.548Z | Downloaded either v1.9.0 |
924 | 2023-11-04T19:52:20.551Z | Downloaded dtrace-parser v0.1.14 |
925 | 2023-11-04T19:52:20.554Z | Downloaded regress v0.7.1 |
926 | 2023-11-04T19:52:20.564Z | Downloaded rustix v0.37.23 |
927 | 2023-11-04T19:52:20.598Z | Downloaded hash32 v0.2.1 |
928 | 2023-11-04T19:52:20.601Z | Downloaded difflib v0.4.0 |
929 | 2023-11-04T19:52:20.604Z | Downloaded tokio-rustls v0.24.1 |
930 | 2023-11-04T19:52:20.606Z | Downloaded serde_json v1.0.108 |
931 | 2023-11-04T19:52:20.618Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
932 | 2023-11-04T19:52:20.719Z | Downloaded sha3 v0.10.8 |
933 | 2023-11-04T19:52:20.732Z | Downloaded rustc-demangle v0.1.23 |
934 | 2023-11-04T19:52:20.735Z | Downloaded futures-executor v0.3.29 |
935 | 2023-11-04T19:52:20.738Z | Downloaded foreign-types-shared v0.3.1 |
936 | 2023-11-04T19:52:20.740Z | Downloaded usdt-macro v0.3.5 |
937 | 2023-11-04T19:52:20.743Z | Downloaded slog-bunyan v2.4.0 |
938 | 2023-11-04T19:52:20.746Z | Downloaded regex-syntax v0.8.2 |
939 | 2023-11-04T19:52:20.758Z | Downloaded quick-error v1.2.3 |
940 | 2023-11-04T19:52:20.760Z | Downloaded hostname v0.3.1 |
941 | 2023-11-04T19:52:20.763Z | Downloaded structopt v0.3.26 |
942 | 2023-11-04T19:52:20.775Z | Downloaded regex-automata v0.1.10 |
943 | 2023-11-04T19:52:20.784Z | Downloaded encoding_rs v0.8.33 |
944 | 2023-11-04T19:52:20.827Z | Downloaded flate2 v1.0.28 |
945 | 2023-11-04T19:52:20.840Z | Downloaded regex-syntax v0.6.29 |
946 | 2023-11-04T19:52:20.855Z | Downloaded gimli v0.28.0 |
947 | 2023-11-04T19:52:20.870Z | Downloaded semver v1.0.20 |
948 | 2023-11-04T19:52:20.874Z | Downloaded tungstenite v0.20.1 |
949 | 2023-11-04T19:52:20.881Z | Downloaded serde_with v2.3.3 |
950 | 2023-11-04T19:52:20.892Z | Downloaded ring v0.16.20 |
951 | 2023-11-04T19:52:21.052Z | Downloaded utf-8 v0.7.6 |
952 | 2023-11-04T19:52:21.054Z | Downloaded num-bigint v0.4.4 |
953 | 2023-11-04T19:52:21.061Z | Downloaded tungstenite v0.18.0 |
954 | 2023-11-04T19:52:21.066Z | Downloaded signal-hook-registry v1.4.1 |
955 | 2023-11-04T19:52:21.069Z | Downloaded spin v0.5.2 |
956 | 2023-11-04T19:52:21.072Z | Downloaded slog-dtrace v0.2.3 |
957 | 2023-11-04T19:52:21.086Z | Downloaded serde_with_macros v2.3.3 |
958 | 2023-11-04T19:52:21.089Z | Downloaded hubpack_derive v0.1.1 |
959 | 2023-11-04T19:52:21.092Z | Downloaded rustc_version v0.4.0 |
960 | 2023-11-04T19:52:21.094Z | Downloaded slog-json v2.6.1 |
961 | 2023-11-04T19:52:21.097Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
962 | 2023-11-04T19:52:21.104Z | Downloaded openapiv3 v1.0.3 |
963 | 2023-11-04T19:52:21.127Z | Downloaded waitgroup v0.1.2 |
964 | 2023-11-04T19:52:21.130Z | Downloaded generic-array v0.14.7 |
965 | 2023-11-04T19:52:21.133Z | Downloaded dirs-sys-next v0.1.2 |
966 | 2023-11-04T19:52:21.136Z | Downloaded unicode-segmentation v1.10.1 |
967 | 2023-11-04T19:52:21.139Z | Downloaded rustix v0.38.9 |
968 | 2023-11-04T19:52:21.176Z | Downloaded unicode-bidi v0.3.13 |
969 | 2023-11-04T19:52:21.180Z | Downloaded toml v0.8.6 |
970 | 2023-11-04T19:52:21.185Z | Downloaded radium v0.7.0 |
971 | 2023-11-04T19:52:21.188Z | Downloaded zerocopy-derive v0.6.4 |
972 | 2023-11-04T19:52:21.207Z | Downloaded libz-sys v1.1.12 |
973 | 2023-11-04T19:52:21.327Z | Downloaded equivalent v1.0.1 |
974 | 2023-11-04T19:52:21.332Z | Downloaded humantime v2.1.0 |
975 | 2023-11-04T19:52:21.336Z | Downloaded funty v2.0.0 |
976 | 2023-11-04T19:52:21.338Z | Downloaded tokio-tungstenite v0.18.0 |
977 | 2023-11-04T19:52:21.341Z | Downloaded semver-parser v0.10.2 |
978 | 2023-11-04T19:52:21.344Z | Downloaded libc v0.2.149 |
979 | 2023-11-04T19:52:21.385Z | Downloaded time-macros v0.2.13 |
980 | 2023-11-04T19:52:21.388Z | Downloaded signature v2.1.0 |
981 | 2023-11-04T19:52:21.391Z | Downloaded errno v0.3.2 |
982 | 2023-11-04T19:52:21.394Z | Downloaded erased-serde v0.3.30 |
983 | 2023-11-04T19:52:21.397Z | Downloaded tar v0.4.40 |
984 | 2023-11-04T19:52:21.401Z | Downloaded fallible-iterator v0.2.0 |
985 | 2023-11-04T19:52:21.404Z | Downloaded term v0.7.0 |
986 | 2023-11-04T19:52:21.408Z | Downloaded http-body v0.4.5 |
987 | 2023-11-04T19:52:21.411Z | Downloaded foreign-types v0.5.0 |
988 | 2023-11-04T19:52:21.414Z | Downloaded rustfmt-wrapper v0.2.0 |
989 | 2023-11-04T19:52:21.417Z | Downloaded foreign-types v0.3.2 |
990 | 2023-11-04T19:52:21.420Z | Downloaded getopts v0.2.21 |
991 | 2023-11-04T19:52:21.422Z | Downloaded unicode-width v0.1.11 |
992 | 2023-11-04T19:52:21.425Z | Downloaded time v0.3.27 |
993 | 2023-11-04T19:52:21.432Z | Downloaded strsim v0.8.0 |
994 | 2023-11-04T19:52:21.434Z | Downloaded spin v0.9.8 |
995 | 2023-11-04T19:52:21.438Z | Downloaded slog-stdlog v4.1.1 |
996 | 2023-11-04T19:52:21.440Z | Downloaded semver v0.11.0 |
997 | 2023-11-04T19:52:21.443Z | Downloaded idna v0.4.0 |
998 | 2023-11-04T19:52:21.457Z | Downloaded idna v0.2.3 |
999 | 2023-11-04T19:52:21.470Z | Downloaded serde_tokenstream v0.2.0 |
1000 | 2023-11-04T19:52:21.476Z | Downloaded serde_spanned v0.6.4 |
1001 | 2023-11-04T19:52:21.479Z | Downloaded serde_repr v0.1.16 |
1002 | 2023-11-04T19:52:21.481Z | Downloaded serde_arrays v0.1.0 |
1003 | 2023-11-04T19:52:21.484Z | Downloaded toml_datetime v0.6.5 |
1004 | 2023-11-04T19:52:21.487Z | Downloaded sha2 v0.10.8 |
1005 | 2023-11-04T19:52:21.490Z | Downloaded env_logger v0.9.3 |
1006 | 2023-11-04T19:52:21.493Z | Downloaded scopeguard v1.2.0 |
1007 | 2023-11-04T19:52:21.498Z | Downloaded futures-core v0.3.29 |
1008 | 2023-11-04T19:52:21.501Z | Downloaded slab v0.4.9 |
1009 | 2023-11-04T19:52:21.505Z | Downloaded tracing v0.1.37 |
1010 | 2023-11-04T19:52:21.509Z | Downloaded ring v0.17.5 |
1011 | 2023-11-04T19:52:21.646Z | Downloaded subprocess v0.2.9 |
1012 | 2023-11-04T19:52:21.649Z | Downloaded strum v0.25.0 |
1013 | 2023-11-04T19:52:21.652Z | Downloaded getrandom v0.2.10 |
1014 | 2023-11-04T19:52:21.655Z | Downloaded russh-cryptovec v0.7.0 |
1015 | 2023-11-04T19:52:21.658Z | Downloaded keccak v0.1.4 |
1016 | 2023-11-04T19:52:21.660Z | Downloaded vergen v8.2.4 |
1017 | 2023-11-04T19:52:21.663Z | Downloaded libsqlite3-sys v0.26.0 |
1018 | 2023-11-04T19:52:21.804Z | Downloaded futures v0.3.29 |
1019 | 2023-11-04T19:52:21.812Z | Downloaded foreign-types-macros v0.2.3 |
1020 | 2023-11-04T19:52:21.815Z | Downloaded filetime v0.2.22 |
1021 | 2023-11-04T19:52:21.820Z | Downloaded rustversion v1.0.14 |
1022 | 2023-11-04T19:52:21.824Z | Downloaded diesel v2.1.3 |
1023 | 2023-11-04T19:52:21.875Z | Downloaded vcpkg v0.2.15 |
1024 | 2023-11-04T19:52:21.970Z | Downloaded serde_derive v1.0.188 |
1025 | 2023-11-04T19:52:21.974Z | Downloaded yasna v0.5.2 |
1026 | 2023-11-04T19:52:21.977Z | Downloaded xattr v1.0.1 |
1027 | 2023-11-04T19:52:21.980Z | Downloaded winnow v0.5.15 |
1028 | 2023-11-04T19:52:21.994Z | Downloaded fastrand v2.0.0 |
1029 | 2023-11-04T19:52:21.997Z | Downloaded fallible-streaming-iterator v0.1.9 |
1030 | 2023-11-04T19:52:22.000Z | Downloaded thread-id v4.2.0 |
1031 | 2023-11-04T19:52:22.003Z | Downloaded wyz v0.5.1 |
1032 | 2023-11-04T19:52:22.006Z | Downloaded textwrap v0.11.0 |
1033 | 2023-11-04T19:52:22.009Z | Downloaded futures-channel v0.3.29 |
1034 | 2023-11-04T19:52:22.012Z | Downloaded rustls-webpki v0.101.7 |
1035 | 2023-11-04T19:52:22.049Z | Downloaded postcard-cobs v0.1.5-pre |
1036 | 2023-11-04T19:52:22.052Z | Downloaded zeroize v1.6.0 |
1037 | 2023-11-04T19:52:22.055Z | Downloaded hashbrown v0.13.2 |
1038 | 2023-11-04T19:52:22.058Z | Downloaded group v0.13.0 |
1039 | 2023-11-04T19:52:22.061Z | Downloaded glob v0.3.1 |
1040 | 2023-11-04T19:52:22.063Z | Downloaded h2 v0.3.21 |
1041 | 2023-11-04T19:52:22.066Z | Downloaded untrusted v0.7.1 |
1042 | 2023-11-04T19:52:22.069Z | Downloaded dof v0.1.5 |
1043 | 2023-11-04T19:52:22.072Z | Downloaded webpki-roots v0.25.2 |
1044 | 2023-11-04T19:52:22.076Z | Downloaded schemars_derive v0.8.13 |
1045 | 2023-11-04T19:52:22.085Z | Downloaded schemars v0.8.13 |
1046 | 2023-11-04T19:52:22.098Z | Downloaded ron v0.7.1 |
1047 | 2023-11-04T19:52:22.106Z | Downloaded hyper v0.14.27 |
1048 | 2023-11-04T19:52:22.122Z | Downloaded http-range v0.1.5 |
1049 | 2023-11-04T19:52:22.125Z | Downloaded scheduled-thread-pool v0.2.7 |
1050 | 2023-11-04T19:52:22.128Z | Downloaded same-file v1.0.6 |
1051 | 2023-11-04T19:52:22.131Z | Downloaded ringbuffer v0.15.0 |
1052 | 2023-11-04T19:52:22.134Z | Downloaded hex v0.4.3 |
1053 | 2023-11-04T19:52:22.138Z | Downloaded iana-time-zone v0.1.57 |
1054 | 2023-11-04T19:52:22.141Z | Downloaded syn v2.0.32 |
1055 | 2023-11-04T19:52:22.158Z | Downloaded hex-literal v0.4.1 |
1056 | 2023-11-04T19:52:22.161Z | Downloaded structmeta-derive v0.2.0 |
1057 | 2023-11-04T19:52:22.164Z | Downloaded structmeta-derive v0.1.6 |
1058 | 2023-11-04T19:52:22.167Z | Downloaded structmeta v0.2.0 |
1059 | 2023-11-04T19:52:22.169Z | Downloaded structmeta v0.1.6 |
1060 | 2023-11-04T19:52:22.172Z | Downloaded smf v0.2.2 |
1061 | 2023-11-04T19:52:22.175Z | Downloaded smallvec v1.11.0 |
1062 | 2023-11-04T19:52:22.178Z | Downloaded rcgen v0.11.3 |
1063 | 2023-11-04T19:52:23.186Z | Downloaded zerocopy v0.6.4 |
1064 | 2023-11-04T19:52:23.193Z | Downloaded atomic-waker v1.1.1 |
1065 | 2023-11-04T19:52:23.196Z | Downloaded console v0.15.7 |
1066 | 2023-11-04T19:52:23.199Z | Downloaded serde_derive_internals v0.26.0 |
1067 | 2023-11-04T19:52:23.202Z | Downloaded resolv-conf v0.7.0 |
1068 | 2023-11-04T19:52:23.204Z | Downloaded reqwest v0.11.20 |
1069 | 2023-11-04T19:52:23.207Z | Downloaded is-terminal v0.4.9 |
1070 | 2023-11-04T19:52:23.210Z | Downloaded toml_edit v0.20.7 |
1071 | 2023-11-04T19:52:23.214Z | Downloaded rand_core v0.5.1 |
1072 | 2023-11-04T19:52:23.217Z | Downloaded rand_chacha v0.3.1 |
1073 | 2023-11-04T19:52:23.221Z | Downloaded itertools v0.11.0 |
1074 | 2023-11-04T19:52:23.224Z | Downloaded curve25519-dalek v4.1.0 |
1075 | 2023-11-04T19:52:23.227Z | Downloaded futures-sink v0.3.29 |
1076 | 2023-11-04T19:52:23.231Z | Downloaded ed25519 v2.2.2 |
1077 | 2023-11-04T19:52:23.234Z | Downloaded dirs-sys v0.4.1 |
1078 | 2023-11-04T19:52:23.238Z | Downloaded ppv-lite86 v0.2.17 |
1079 | 2023-11-04T19:52:23.241Z | Downloaded pbkdf2 v0.11.0 |
1080 | 2023-11-04T19:52:23.244Z | Downloaded whoami v1.4.1 |
1081 | 2023-11-04T19:52:23.247Z | Downloaded tokio-util v0.7.10 |
1082 | 2023-11-04T19:52:23.250Z | Downloaded pest_generator v2.7.2 |
1083 | 2023-11-04T19:52:23.253Z | Downloaded diesel_derives v2.1.1 |
1084 | 2023-11-04T19:52:23.256Z | Downloaded toml_edit v0.19.15 |
1085 | 2023-11-04T19:52:23.260Z | Downloaded tokio-macros v2.1.0 |
1086 | 2023-11-04T19:52:23.263Z | Downloaded cbc v0.1.2 |
1087 | 2023-11-04T19:52:23.266Z | Downloaded openssl v0.10.57 |
1088 | 2023-11-04T19:52:23.269Z | Downloaded unsafe-libyaml v0.2.9 |
1089 | 2023-11-04T19:52:23.272Z | Downloaded tokio-tungstenite v0.20.1 |
1090 | 2023-11-04T19:52:23.274Z | Downloaded object v0.32.1 |
1091 | 2023-11-04T19:52:23.278Z | Downloaded postgres-types v0.2.6 |
1092 | 2023-11-04T19:52:23.281Z | Downloaded postcard v0.7.3 |
1093 | 2023-11-04T19:52:23.284Z | Downloaded paste v1.0.14 |
1094 | 2023-11-04T19:52:23.287Z | Downloaded md-5 v0.10.5 |
1095 | 2023-11-04T19:52:23.290Z | Downloaded blake2 v0.10.6 |
1096 | 2023-11-04T19:52:23.293Z | Downloaded bitvec v1.0.1 |
1097 | 2023-11-04T19:52:23.297Z | Downloaded bcrypt-pbkdf v0.10.0 |
1098 | 2023-11-04T19:52:23.300Z | Downloaded universal-hash v0.5.1 |
1099 | 2023-11-04T19:52:23.303Z | Downloaded trust-dns-resolver v0.22.0 |
1100 | 2023-11-04T19:52:23.306Z | Downloaded toolchain_find v0.2.0 |
1101 | 2023-11-04T19:52:23.308Z | Downloaded aho-corasick v1.0.4 |
1102 | 2023-11-04T19:52:23.311Z | Downloaded async-stream-impl v0.3.5 |
1103 | 2023-11-04T19:52:23.316Z | Downloaded memoffset v0.9.0 |
1104 | 2023-11-04T19:52:23.319Z | Downloaded managed v0.8.0 |
1105 | 2023-11-04T19:52:23.322Z | Downloaded blowfish v0.9.1 |
1106 | 2023-11-04T19:52:23.324Z | Downloaded ciborium-ll v0.2.1 |
1107 | 2023-11-04T19:52:23.327Z | Downloaded chacha20 v0.9.1 |
1108 | 2023-11-04T19:52:23.330Z | Downloaded chrono v0.4.31 |
1109 | 2023-11-04T19:52:23.333Z | Downloaded ahash v0.8.3 |
1110 | 2023-11-04T19:52:23.336Z | Downloaded tokio-native-tls v0.3.1 |
1111 | 2023-11-04T19:52:23.339Z | Downloaded nibble_vec v0.1.0 |
1112 | 2023-11-04T19:52:23.342Z | Downloaded crypto-common v0.1.6 |
1113 | 2023-11-04T19:52:23.345Z | Downloaded convert_case v0.4.0 |
1114 | 2023-11-04T19:52:23.348Z | Downloaded cipher v0.4.4 |
1115 | 2023-11-04T19:52:23.351Z | Downloaded cancel-safe-futures v0.1.5 |
1116 | 2023-11-04T19:52:23.354Z | Downloaded block-padding v0.3.3 |
1117 | 2023-11-04T19:52:23.358Z | Downloaded bit-vec v0.6.3 |
1118 | 2023-11-04T19:52:23.360Z | Downloaded postgres-protocol v0.6.6 |
1119 | 2023-11-04T19:52:23.363Z | Downloaded bytes v1.5.0 |
1120 | 2023-11-04T19:52:23.366Z | Downloaded proc-macro-error v1.0.4 |
1121 | 2023-11-04T19:52:23.369Z | Downloaded proc-macro-crate v1.3.1 |
1122 | 2023-11-04T19:52:23.372Z | Downloaded precomputed-hash v0.1.1 |
1123 | 2023-11-04T19:52:23.376Z | Downloaded pem v3.0.2 |
1124 | 2023-11-04T19:52:23.379Z | Downloaded pbkdf2 v0.12.2 |
1125 | 2023-11-04T19:52:23.382Z | Downloaded byteorder v1.5.0 |
1126 | 2023-11-04T19:52:23.385Z | Downloaded bitstruct v0.1.1 |
1127 | 2023-11-04T19:52:23.388Z | Downloaded bitstruct_derive v0.1.0 |
1128 | 2023-11-04T19:52:23.391Z | Downloaded bit_field v0.10.2 |
1129 | 2023-11-04T19:52:23.394Z | Downloaded petgraph v0.6.4 |
1130 | 2023-11-04T19:52:23.398Z | Downloaded async-stream v0.3.5 |
1131 | 2023-11-04T19:52:23.401Z | Downloaded atty v0.2.14 |
1132 | 2023-11-04T19:52:23.404Z | Downloaded anstream v0.5.0 |
1133 | 2023-11-04T19:52:23.407Z | Downloaded backtrace v0.3.69 |
1134 | 2023-11-04T19:52:23.410Z | Downloaded parse-display v0.8.2 |
1135 | 2023-11-04T19:52:23.413Z | Downloaded curve25519-dalek-derive v0.1.0 |
1136 | 2023-11-04T19:52:23.416Z | Downloaded libefi-sys v0.1.0 |
1137 | 2023-11-04T19:52:23.419Z | Downloaded chacha20poly1305 v0.10.1 |
1138 | 2023-11-04T19:52:23.422Z | Downloaded base64 v0.13.1 |
1139 | 2023-11-04T19:52:23.425Z | Downloaded async-trait v0.1.74 |
1140 | 2023-11-04T19:52:23.429Z | Downloaded aes-gcm-siv v0.11.1 |
1141 | 2023-11-04T19:52:23.432Z | Downloaded password-hash v0.5.0 |
1142 | 2023-11-04T19:52:23.435Z | Downloaded crypto-bigint v0.5.2 |
1143 | 2023-11-04T19:52:23.438Z | Downloaded anstyle-parse v0.2.1 |
1144 | 2023-11-04T19:52:23.441Z | Downloaded adler v1.0.2 |
1145 | 2023-11-04T19:52:23.444Z | Downloaded async-recursion v1.0.5 |
1146 | 2023-11-04T19:52:23.447Z | Downloaded anstyle v1.0.2 |
1147 | 2023-11-04T19:52:23.450Z | Downloaded aead v0.5.2 |
1148 | 2023-11-04T19:52:23.454Z | Downloaded bit-set v0.5.3 |
1149 | 2023-11-04T19:52:23.456Z | Downloaded macaddr v1.0.1 |
1150 | 2023-11-04T19:52:23.459Z | Downloaded arc-swap v1.6.0 |
1151 | 2023-11-04T19:52:23.462Z | Downloaded percent-encoding v2.3.0 |
1152 | 2023-11-04T19:52:23.465Z | Downloaded password-hash v0.4.2 |
1153 | 2023-11-04T19:52:23.468Z | Downloaded parse-display-derive v0.8.2 |
1154 | 2023-11-04T19:52:23.471Z | Downloaded parse-display v0.7.0 |
1155 | 2023-11-04T19:52:23.474Z | Downloaded parking_lot_core v0.8.6 |
1156 | 2023-11-04T19:52:23.477Z | Downloaded parking_lot v0.12.1 |
1157 | 2023-11-04T19:52:23.481Z | Downloaded parking_lot v0.11.2 |
1158 | 2023-11-04T19:52:23.486Z | Downloaded option-ext v0.2.0 |
1159 | 2023-11-04T19:52:23.489Z | Downloaded openssl-sys v0.9.93 |
1160 | 2023-11-04T19:52:23.492Z | Downloaded openssl-probe v0.1.5 |
1161 | 2023-11-04T19:52:23.495Z | Downloaded openssl-macros v0.1.1 |
1162 | 2023-11-04T19:52:23.498Z | Downloaded omicron-zone-package v0.8.3 |
1163 | 2023-11-04T19:52:23.501Z | Downloaded num_threads v0.1.6 |
1164 | 2023-11-04T19:52:23.505Z | Downloaded num_enum_derive v0.7.0 |
1165 | 2023-11-04T19:52:23.508Z | Downloaded num_enum_derive v0.5.11 |
1166 | 2023-11-04T19:52:23.520Z | Downloaded num_enum v0.7.0 |
1167 | 2023-11-04T19:52:23.524Z | Downloaded num_cpus v1.16.0 |
1168 | 2023-11-04T19:52:23.527Z | Downloaded num-traits v0.2.16 |
1169 | 2023-11-04T19:52:23.530Z | Downloaded num-rational v0.4.1 |
1170 | 2023-11-04T19:52:23.533Z | Downloaded num-iter v0.1.43 |
1171 | 2023-11-04T19:52:23.536Z | Downloaded base64 v0.21.5 |
1172 | 2023-11-04T19:52:23.539Z | Downloaded platforms v3.0.2 |
1173 | 2023-11-04T19:52:23.543Z | Downloaded num-integer v0.1.45 |
1174 | 2023-11-04T19:52:23.546Z | Downloaded num-complex v0.4.4 |
1175 | 2023-11-04T19:52:23.549Z | Downloaded pkcs8 v0.10.2 |
1176 | 2023-11-04T19:52:23.552Z | Downloaded pin-utils v0.1.0 |
1177 | 2023-11-04T19:52:23.555Z | Downloaded pest_meta v2.7.2 |
1178 | 2023-11-04T19:52:23.558Z | Downloaded pest v2.7.2 |
1179 | 2023-11-04T19:52:23.561Z | Downloaded parse-display-derive v0.7.0 |
1180 | 2023-11-04T19:52:23.565Z | Downloaded num v0.4.1 |
1181 | 2023-11-04T19:52:23.568Z | Downloaded normalize-line-endings v0.3.0 |
1182 | 2023-11-04T19:52:23.571Z | Downloaded mio v0.8.8 |
1183 | 2023-11-04T19:52:23.574Z | Downloaded der v0.7.8 |
1184 | 2023-11-04T19:52:23.578Z | Downloaded phf_shared v0.11.2 |
1185 | 2023-11-04T19:52:23.581Z | Downloaded phf_shared v0.10.0 |
1186 | 2023-11-04T19:52:23.585Z | Downloaded pest_derive v2.7.2 |
1187 | 2023-11-04T19:52:23.589Z | Downloaded addr2line v0.21.0 |
1188 | 2023-11-04T19:52:23.592Z | Downloaded nix v0.26.2 |
1189 | 2023-11-04T19:52:23.595Z | Downloaded bitflags v1.3.2 |
1190 | 2023-11-04T19:52:23.598Z | Downloaded colored v2.0.4 |
1191 | 2023-11-04T19:52:23.602Z | Downloaded thiserror-no-std v2.0.2 |
1192 | 2023-11-04T19:52:23.605Z | Downloaded thiserror-impl-no-std v2.0.2 |
1193 | 2023-11-04T19:52:23.608Z | Downloaded thiserror-impl v1.0.49 |
1194 | 2023-11-04T19:52:23.611Z | Downloaded thiserror v1.0.49 |
1195 | 2023-11-04T19:52:23.614Z | Downloaded miniz_oxide v0.7.1 |
1196 | 2023-11-04T19:52:23.617Z | Downloaded deranged v0.3.8 |
1197 | 2023-11-04T19:52:23.620Z | Downloaded debug-ignore v1.0.5 |
1198 | 2023-11-04T19:52:23.623Z | Downloaded data-encoding v2.4.0 |
1199 | 2023-11-04T19:52:23.627Z | Downloaded bzip2 v0.4.4 |
1200 | 2023-11-04T19:52:23.631Z | Downloaded num-derive v0.4.0 |
1201 | 2023-11-04T19:52:23.634Z | Downloaded termcolor v1.2.0 |
1202 | 2023-11-04T19:52:23.637Z | Downloaded take_mut v0.2.2 |
1203 | 2023-11-04T19:52:23.656Z | Downloaded synstructure v0.12.6 |
1204 | 2023-11-04T19:52:23.659Z | Downloaded darling_macro v0.20.3 |
1205 | 2023-11-04T19:52:23.662Z | Downloaded darling_core v0.20.3 |
1206 | 2023-11-04T19:52:23.665Z | Downloaded darling v0.20.3 |
1207 | 2023-11-04T19:52:23.669Z | Downloaded cstr-argument v0.1.2 |
1208 | 2023-11-04T19:52:23.672Z | Downloaded crucible-workspace-hack v0.1.0 |
1209 | 2023-11-04T19:52:23.675Z | Downloaded crossbeam-utils v0.8.16 |
1210 | 2023-11-04T19:52:23.678Z | Downloaded crossbeam-channel v0.5.8 |
1211 | 2023-11-04T19:52:23.687Z | Downloaded const-oid v0.9.5 |
1212 | 2023-11-04T19:52:23.696Z | Downloaded new_debug_unreachable v1.0.4 |
1213 | 2023-11-04T19:52:23.700Z | Downloaded allocator-api2 v0.2.16 |
1214 | 2023-11-04T19:52:23.703Z | Downloaded subtle v2.5.0 |
1215 | 2023-11-04T19:52:23.706Z | Downloaded crossbeam-epoch v0.9.15 |
1216 | 2023-11-04T19:52:23.709Z | Downloaded crc32fast v1.3.2 |
1217 | 2023-11-04T19:52:23.712Z | Downloaded cpufeatures v0.2.9 |
1218 | 2023-11-04T19:52:23.715Z | Downloaded aes-gcm v0.10.3 |
1219 | 2023-11-04T19:52:23.718Z | Downloaded matches v0.1.10 |
1220 | 2023-11-04T19:52:23.721Z | Downloaded const_format_proc_macros v0.2.31 |
1221 | 2023-11-04T19:52:23.723Z | Downloaded memoffset v0.7.1 |
1222 | 2023-11-04T19:52:23.726Z | Downloaded match_cfg v0.1.0 |
1223 | 2023-11-04T19:52:23.729Z | Downloaded structopt-derive v0.4.18 |
1224 | 2023-11-04T19:52:23.732Z | Downloaded clap_derive v4.4.2 |
1225 | 2023-11-04T19:52:23.735Z | Downloaded libm v0.2.7 |
1226 | 2023-11-04T19:52:23.739Z | Downloaded cfg-if v0.1.10 |
1227 | 2023-11-04T19:52:23.742Z | Downloaded autocfg v1.1.0 |
1228 | 2023-11-04T19:52:23.745Z | Compiling proc-macro2 v1.0.67 |
1229 | 2023-11-04T19:52:23.748Z | Compiling unicode-ident v1.0.12 |
1230 | 2023-11-04T19:52:23.751Z | Compiling libc v0.2.149 |
1231 | 2023-11-04T19:52:23.754Z | Compiling serde v1.0.188 |
1232 | 2023-11-04T19:52:23.757Z | Compiling version_check v0.9.4 |
1233 | 2023-11-04T19:52:23.760Z | Compiling autocfg v1.1.0 |
1234 | 2023-11-04T19:52:23.765Z | Compiling cfg-if v1.0.0 |
1235 | 2023-11-04T19:52:23.768Z | Compiling syn v1.0.109 |
1236 | 2023-11-04T19:52:23.771Z | Compiling typenum v1.16.0 |
1237 | 2023-11-04T19:52:23.774Z | Compiling once_cell v1.18.0 |
1238 | 2023-11-04T19:52:24.293Z | Compiling thiserror v1.0.49 |
1239 | 2023-11-04T19:52:24.436Z | Compiling generic-array v0.14.7 |
1240 | 2023-11-04T19:52:24.493Z | Compiling lock_api v0.4.10 |
1241 | 2023-11-04T19:52:25.641Z | Compiling libm v0.2.7 |
1242 | 2023-11-04T19:52:25.690Z | Compiling parking_lot_core v0.9.8 |
1243 | 2023-11-04T19:52:25.710Z | Compiling num-traits v0.2.16 |
1244 | 2023-11-04T19:52:25.918Z | Compiling itoa v1.0.9 |
1245 | 2023-11-04T19:52:25.982Z | Compiling memchr v2.6.3 |
1246 | 2023-11-04T19:52:26.091Z | Compiling futures-core v0.3.29 |
1247 | 2023-11-04T19:52:26.263Z | Compiling ahash v0.8.3 |
1248 | 2023-11-04T19:52:26.286Z | Compiling serde_json v1.0.108 |
1249 | 2023-11-04T19:52:26.568Z | Compiling log v0.4.20 |
1250 | 2023-11-04T19:52:26.753Z | Compiling slab v0.4.9 |
1251 | 2023-11-04T19:52:26.917Z | Compiling futures-task v0.3.29 |
1252 | 2023-11-04T19:52:27.313Z | Compiling quote v1.0.33 |
1253 | 2023-11-04T19:52:27.418Z | Compiling futures-channel v0.3.29 |
1254 | 2023-11-04T19:52:27.504Z | Compiling futures-util v0.3.29 |
1255 | 2023-11-04T19:52:27.676Z | Compiling pkg-config v0.3.27 |
1256 | 2023-11-04T19:52:27.958Z | Compiling syn v2.0.32 |
1257 | 2023-11-04T19:52:28.640Z | Compiling getrandom v0.2.10 |
1258 | 2023-11-04T19:52:28.711Z | Compiling jobserver v0.1.26 |
1259 | 2023-11-04T19:52:28.894Z | Compiling ryu v1.0.15 |
1260 | 2023-11-04T19:52:29.323Z | Compiling cc v1.0.83 |
1261 | 2023-11-04T19:52:29.578Z | Compiling rand_core v0.6.4 |
1262 | 2023-11-04T19:52:29.849Z | Compiling vcpkg v0.2.15 |
1263 | 2023-11-04T19:52:29.972Z | Compiling allocator-api2 v0.2.16 |
1264 | 2023-11-04T19:52:30.337Z | Compiling scopeguard v1.2.0 |
1265 | 2023-11-04T19:52:30.422Z | Compiling schemars v0.8.13 |
1266 | 2023-11-04T19:52:30.895Z | Compiling heck v0.4.1 |
1267 | 2023-11-04T19:52:31.245Z | Compiling hashbrown v0.14.2 |
1268 | 2023-11-04T19:52:31.282Z | Compiling equivalent v1.0.1 |
1269 | 2023-11-04T19:52:31.641Z | Compiling smallvec v1.11.0 |
1270 | 2023-11-04T19:52:32.355Z | Compiling byteorder v1.5.0 |
1271 | 2023-11-04T19:52:32.876Z | Compiling fnv v1.0.7 |
1272 | 2023-11-04T19:52:33.068Z | Compiling httparse v1.8.0 |
1273 | 2023-11-04T19:52:33.124Z | Compiling iana-time-zone v0.1.57 |
1274 | 2023-11-04T19:52:33.517Z | Compiling pin-project-lite v0.2.13 |
1275 | 2023-11-04T19:52:33.659Z | Compiling semver v1.0.20 |
1276 | 2023-11-04T19:52:33.802Z | Compiling subtle v2.5.0 |
1277 | 2023-11-04T19:52:34.288Z | Compiling parking_lot v0.12.1 |
1278 | 2023-11-04T19:52:34.314Z | Compiling ring v0.16.20 |
1279 | 2023-11-04T19:52:34.433Z | Compiling ring v0.17.5 |
1280 | 2023-11-04T19:52:34.603Z | Compiling indexmap v1.9.3 |
1281 | 2023-11-04T19:52:34.806Z | Compiling tinyvec_macros v0.1.1 |
1282 | 2023-11-04T19:52:34.937Z | Compiling dyn-clone v1.0.13 |
1283 | 2023-11-04T19:52:35.005Z | Compiling time-core v0.1.1 |
1284 | 2023-11-04T19:52:35.066Z | Compiling tinyvec v1.6.0 |
1285 | 2023-11-04T19:52:35.252Z | Compiling openssl-sys v0.9.93 |
1286 | 2023-11-04T19:52:35.281Z | Compiling time-macros v0.2.13 |
1287 | 2023-11-04T19:52:35.956Z | Compiling mio v0.8.8 |
1288 | 2023-11-04T19:52:36.118Z | Compiling num_cpus v1.16.0 |
1289 | 2023-11-04T19:52:36.338Z | Compiling socket2 v0.5.4 |
1290 | 2023-11-04T19:52:36.511Z | Compiling signal-hook-registry v1.4.1 |
1291 | 2023-11-04T19:52:37.673Z | Compiling unicode-normalization v0.1.22 |
1292 | 2023-11-04T19:52:37.859Z | Compiling unicode-bidi v0.3.13 |
1293 | 2023-11-04T19:52:37.894Z | Compiling rustls v0.21.8 |
1294 | 2023-11-04T19:52:38.246Z | Compiling slog v2.7.0 |
1295 | 2023-11-04T19:52:38.894Z | Compiling aho-corasick v1.0.4 |
1296 | 2023-11-04T19:52:39.615Z | Compiling serde_derive_internals v0.26.0 |
1297 | 2023-11-04T19:52:39.941Z | Compiling spin v0.5.2 |
1298 | 2023-11-04T19:52:40.088Z | Compiling regex-syntax v0.8.2 |
1299 | 2023-11-04T19:52:40.152Z | Compiling percent-encoding v2.3.0 |
1300 | 2023-11-04T19:52:40.268Z | Compiling ucd-trie v0.1.6 |
1301 | 2023-11-04T19:52:40.765Z | Compiling backtrace v0.3.69 |
1302 | 2023-11-04T19:52:41.233Z | Compiling async-trait v0.1.74 |
1303 | 2023-11-04T19:52:41.369Z | Compiling form_urlencoded v1.2.0 |
1304 | 2023-11-04T19:52:41.882Z | Compiling openssl v0.10.57 |
1305 | 2023-11-04T19:52:42.025Z | Compiling futures-sink v0.3.29 |
1306 | 2023-11-04T19:52:42.245Z | Compiling pin-utils v0.1.0 |
1307 | 2023-11-04T19:52:42.380Z | Compiling anyhow v1.0.75 |
1308 | 2023-11-04T19:52:42.484Z | Compiling winnow v0.5.15 |
1309 | 2023-11-04T19:52:43.617Z | Compiling idna v0.4.0 |
1310 | 2023-11-04T19:52:44.013Z | Compiling native-tls v0.2.11 |
1311 | 2023-11-04T19:52:44.334Z | Compiling unicode-xid v0.2.4 |
1312 | 2023-11-04T19:52:45.136Z | Compiling url v2.4.1 |
1313 | 2023-11-04T19:52:45.464Z | Compiling rustversion v1.0.14 |
1314 | 2023-11-04T19:52:46.336Z | Compiling regex-automata v0.4.3 |
1315 | 2023-11-04T19:52:46.391Z | Compiling futures-io v0.3.29 |
1316 | 2023-11-04T19:52:46.706Z | Compiling const-oid v0.9.5 |
1317 | 2023-11-04T19:52:48.519Z | Compiling hashbrown v0.13.2 |
1318 | 2023-11-04T19:52:48.911Z | Compiling unicode-width v0.1.11 |
1319 | 2023-11-04T19:52:49.055Z | Compiling synstructure v0.12.6 |
1320 | 2023-11-04T19:52:49.155Z | Compiling crossbeam-utils v0.8.16 |
1321 | 2023-11-04T19:52:49.855Z | Compiling cpufeatures v0.2.9 |
1322 | 2023-11-04T19:52:49.957Z | Compiling tracing-core v0.1.31 |
1323 | 2023-11-04T19:52:49.995Z | Compiling adler v1.0.2 |
1324 | 2023-11-04T19:52:50.343Z | Compiling ppv-lite86 v0.2.17 |
1325 | 2023-11-04T19:52:50.395Z | Compiling miniz_oxide v0.7.1 |
1326 | 2023-11-04T19:52:51.649Z | Compiling rustix v0.38.9 |
1327 | 2023-11-04T19:52:51.689Z | Compiling rand_chacha v0.3.1 |
1328 | 2023-11-04T19:52:52.439Z | Compiling usdt-impl v0.3.5 |
1329 | 2023-11-04T19:52:52.803Z | Compiling gimli v0.28.0 |
1330 | 2023-11-04T19:52:52.886Z | Compiling bitflags v1.3.2 |
1331 | 2023-11-04T19:52:53.090Z | Compiling rand v0.8.5 |
1332 | 2023-11-04T19:52:53.241Z | Compiling object v0.32.1 |
1333 | 2023-11-04T19:52:53.380Z | Compiling serde_derive v1.0.188 |
1334 | 2023-11-04T19:52:53.547Z | Compiling zeroize_derive v1.4.2 |
1335 | 2023-11-04T19:52:53.666Z | Compiling thiserror-impl v1.0.49 |
1336 | 2023-11-04T19:52:53.833Z | Compiling tokio-macros v2.1.0 |
1337 | 2023-11-04T19:52:55.452Z | Compiling futures-macro v0.3.29 |
1338 | 2023-11-04T19:52:55.971Z | Compiling tracing-attributes v0.1.26 |
1339 | 2023-11-04T19:52:56.358Z | Compiling schemars_derive v0.8.13 |
1340 | 2023-11-04T19:52:58.688Z | Compiling zeroize v1.6.0 |
1341 | 2023-11-04T19:52:58.828Z | Compiling pest v2.7.2 |
1342 | 2023-11-04T19:53:01.341Z | Compiling regex v1.10.2 |
1343 | 2023-11-04T19:53:01.635Z | Compiling crypto-common v0.1.6 |
1344 | 2023-11-04T19:53:01.681Z | Compiling openssl-macros v0.1.1 |
1345 | 2023-11-04T19:53:02.002Z | Compiling block-buffer v0.10.4 |
1346 | 2023-11-04T19:53:02.815Z | Compiling digest v0.10.7 |
1347 | 2023-11-04T19:53:03.274Z | Compiling pest_meta v2.7.2 |
1348 | 2023-11-04T19:53:03.378Z | Compiling zerocopy-derive v0.2.0 |
1349 | 2023-11-04T19:53:03.495Z | Compiling tracing v0.1.37 |
1350 | 2023-11-04T19:53:03.904Z | Compiling addr2line v0.21.0 |
1351 | 2023-11-04T19:53:04.970Z | Compiling num_threads v0.1.6 |
1352 | 2023-11-04T19:53:05.150Z | Compiling deranged v0.3.8 |
1353 | 2023-11-04T19:53:05.224Z | Compiling base64 v0.21.5 |
1354 | 2023-11-04T19:53:05.462Z | Compiling pest_generator v2.7.2 |
1355 | 2023-11-04T19:53:06.274Z | Compiling zerocopy v0.3.0 |
1356 | 2023-11-04T19:53:06.557Z | Compiling rustc-demangle v0.1.23 |
1357 | 2023-11-04T19:53:07.680Z | Compiling dof v0.1.5 |
1358 | 2023-11-04T19:53:08.344Z | Compiling time v0.3.27 |
1359 | 2023-11-04T19:53:08.590Z | Compiling spin v0.9.8 |
1360 | 2023-11-04T19:53:09.175Z | Compiling thread-id v4.2.0 |
1361 | 2023-11-04T19:53:09.341Z | Compiling lazy_static v1.4.0 |
1362 | 2023-11-04T19:53:10.850Z | Compiling pest_derive v2.7.2 |
1363 | 2023-11-04T19:53:10.918Z | Compiling strum_macros v0.25.2 |
1364 | 2023-11-04T19:53:12.012Z | Compiling dtrace-parser v0.1.14 |
1365 | 2023-11-04T19:53:13.068Z | Compiling untrusted v0.7.1 |
1366 | 2023-11-04T19:53:13.384Z | Compiling strsim v0.10.0 |
1367 | 2023-11-04T19:53:15.526Z | Compiling untrusted v0.9.0 |
1368 | 2023-11-04T19:53:15.550Z | Compiling regress v0.7.1 |
1369 | 2023-11-04T19:53:15.795Z | Compiling socket2 v0.4.9 |
1370 | 2023-11-04T19:53:17.113Z | Compiling bytes v1.5.0 |
1371 | 2023-11-04T19:53:17.310Z | Compiling indexmap v2.1.0 |
1372 | 2023-11-04T19:53:17.646Z | Compiling chrono v0.4.31 |
1373 | 2023-11-04T19:53:17.823Z | Compiling uuid v1.4.1 |
1374 | 2023-11-04T19:53:18.961Z | Compiling http v0.2.9 |
1375 | 2023-11-04T19:53:19.224Z | Compiling tokio v1.33.0 |
1376 | 2023-11-04T19:53:19.363Z | Compiling toml_datetime v0.6.5 |
1377 | 2023-11-04T19:53:19.438Z | Compiling serde_spanned v0.6.4 |
1378 | 2023-11-04T19:53:19.820Z | Compiling toml_edit v0.19.15 |
1379 | 2023-11-04T19:53:20.112Z | Compiling bitflags v2.4.0 |
1380 | 2023-11-04T19:53:20.810Z | Compiling rustc_version v0.4.0 |
1381 | 2023-11-04T19:53:21.312Z | Compiling openapiv3 v1.0.3 |
1382 | 2023-11-04T19:53:24.606Z | Compiling serde_tokenstream v0.1.7 |
1383 | 2023-11-04T19:53:24.860Z | Compiling serde_tokenstream v0.2.0 |
1384 | 2023-11-04T19:53:25.246Z | Compiling hashbrown v0.12.3 |
1385 | 2023-11-04T19:53:25.410Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1386 | 2023-11-04T19:53:25.681Z | Compiling sct v0.7.0 |
1387 | 2023-11-04T19:53:26.183Z | Compiling httpdate v1.0.3 |
1388 | 2023-11-04T19:53:26.430Z | Compiling usdt-macro v0.3.5 |
1389 | 2023-11-04T19:53:26.947Z | Compiling usdt-attr-macro v0.3.5 |
1390 | 2023-11-04T19:53:28.154Z | Compiling try-lock v0.2.4 |
1391 | 2023-11-04T19:53:28.369Z | Compiling want v0.3.1 |
1392 | 2023-11-04T19:53:28.439Z | Compiling http-body v0.4.5 |
1393 | 2023-11-04T19:53:28.587Z | Compiling rustls-pemfile v1.0.3 |
1394 | 2023-11-04T19:53:28.823Z | Compiling openssl-probe v0.1.5 |
1395 | 2023-11-04T19:53:29.113Z | Compiling foreign-types-shared v0.1.1 |
1396 | 2023-11-04T19:53:29.179Z | Compiling mime v0.3.17 |
1397 | 2023-11-04T19:53:29.212Z | Compiling tower-service v0.3.2 |
1398 | 2023-11-04T19:53:29.358Z | Compiling foreign-types v0.3.2 |
1399 | 2023-11-04T19:53:29.495Z | Compiling errno v0.3.2 |
1400 | 2023-11-04T19:53:29.721Z | Compiling ipnet v2.8.0 |
1401 | 2023-11-04T19:53:29.916Z | Compiling getopts v0.2.21 |
1402 | 2023-11-04T19:53:30.156Z | Compiling encoding_rs v0.8.33 |
1403 | 2023-11-04T19:53:31.482Z | Compiling unsafe-libyaml v0.2.9 |
1404 | 2023-11-04T19:53:31.836Z | Compiling regex-syntax v0.6.29 |
1405 | 2023-11-04T19:53:31.899Z | Compiling rustls-native-certs v0.6.3 |
1406 | 2023-11-04T19:53:32.602Z | Compiling tokio-util v0.7.10 |
1407 | 2023-11-04T19:53:33.877Z | Compiling serde_yaml v0.9.25 |
1408 | 2023-11-04T19:53:34.749Z | Compiling h2 v0.3.21 |
1409 | 2023-11-04T19:53:35.144Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2023-11-04T19:53:36.673Z | Compiling webpki-roots v0.25.2 |
1411 | 2023-11-04T19:53:39.730Z | Compiling hmac v0.12.1 |
1412 | 2023-11-04T19:53:40.058Z | Compiling num-integer v0.1.45 |
1413 | 2023-11-04T19:53:40.494Z | Compiling sha2 v0.10.8 |
1414 | 2023-11-04T19:53:41.483Z | Compiling block-padding v0.3.3 |
1415 | 2023-11-04T19:53:41.997Z | Compiling inout v0.1.3 |
1416 | 2023-11-04T19:53:42.378Z | Compiling futures-executor v0.3.29 |
1417 | 2023-11-04T19:53:43.173Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2023-11-04T19:53:43.356Z | Compiling cipher v0.4.4 |
1419 | 2023-11-04T19:53:43.628Z | Compiling toml v0.7.8 |
1420 | 2023-11-04T19:53:44.080Z | Compiling crc32fast v1.3.2 |
1421 | 2023-11-04T19:53:44.303Z | Compiling fallible-iterator v0.2.0 |
1422 | 2023-11-04T19:53:44.811Z | Compiling futures v0.3.29 |
1423 | 2023-11-04T19:53:44.981Z | Compiling ipnetwork v0.20.0 |
1424 | 2023-11-04T19:53:45.531Z | Compiling siphasher v0.3.11 |
1425 | 2023-11-04T19:53:45.956Z | Compiling usdt v0.3.5 |
1426 | 2023-11-04T19:53:46.445Z | Compiling hyper v0.14.27 |
1427 | 2023-11-04T19:53:47.083Z | Compiling md-5 v0.10.5 |
1428 | 2023-11-04T19:53:47.210Z | Compiling stringprep v0.1.3 |
1429 | 2023-11-04T19:53:47.440Z | Compiling io-lifetimes v1.0.11 |
1430 | 2023-11-04T19:53:48.237Z | Compiling postgres-protocol v0.6.6 |
1431 | 2023-11-04T19:53:48.590Z | Compiling phf_shared v0.11.2 |
1432 | 2023-11-04T19:53:48.935Z | Compiling hex v0.4.3 |
1433 | 2023-11-04T19:53:48.962Z | Compiling enum-as-inner v0.5.1 |
1434 | 2023-11-04T19:53:49.567Z | Compiling slog-async v2.8.0 |
1435 | 2023-11-04T19:53:49.973Z | Compiling postgres-types v0.2.6 |
1436 | 2023-11-04T19:53:50.311Z | Compiling phf v0.11.2 |
1437 | 2023-11-04T19:53:50.470Z | Compiling num-bigint v0.4.4 |
1438 | 2023-11-04T19:53:50.754Z | Compiling data-encoding v2.4.0 |
1439 | 2023-11-04T19:53:51.100Z | Compiling whoami v1.4.1 |
1440 | 2023-11-04T19:53:51.103Z | Compiling rustix v0.37.23 |
1441 | 2023-11-04T19:53:52.173Z | Compiling tokio-postgres v0.7.10 |
1442 | 2023-11-04T19:53:52.753Z | Compiling zerocopy-derive v0.6.4 |
1443 | 2023-11-04T19:53:53.333Z | Compiling static_assertions v1.1.0 |
1444 | 2023-11-04T19:53:55.700Z | Compiling ident_case v1.0.1 |
1445 | 2023-11-04T19:53:55.968Z | Compiling either v1.9.0 |
1446 | 2023-11-04T19:53:56.223Z | Compiling darling_core v0.20.3 |
1447 | 2023-11-04T19:53:57.081Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1448 | 2023-11-04T19:53:57.343Z | Compiling camino v1.1.6 |
1449 | 2023-11-04T19:53:57.982Z | Compiling flate2 v1.0.28 |
1450 | 2023-11-04T19:53:58.134Z | Compiling hyper-tls v0.5.0 |
1451 | 2023-11-04T19:53:58.652Z | Compiling heapless v0.7.16 |
1452 | 2023-11-04T19:53:58.677Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1453 | 2023-11-04T19:53:59.226Z | Compiling memoffset v0.9.0 |
1454 | 2023-11-04T19:53:59.318Z | Compiling matches v0.1.10 |
1455 | 2023-11-04T19:53:59.653Z | Compiling unicode-segmentation v1.10.1 |
1456 | 2023-11-04T19:53:59.679Z | Compiling managed v0.8.0 |
1457 | 2023-11-04T19:54:00.437Z | Compiling radium v0.7.0 |
1458 | 2023-11-04T19:54:00.943Z | Compiling idna v0.2.3 |
1459 | 2023-11-04T19:54:01.201Z | Compiling itertools v0.11.0 |
1460 | 2023-11-04T19:54:02.493Z | Compiling multer v2.1.0 |
1461 | 2023-11-04T19:54:03.059Z | Compiling trust-dns-proto v0.22.0 |
1462 | 2023-11-04T19:54:03.812Z | Compiling async-stream-impl v0.3.5 |
1463 | 2023-11-04T19:54:04.088Z | Compiling crossbeam-epoch v0.9.15 |
1464 | 2023-11-04T19:54:04.216Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1465 | 2023-11-04T19:54:04.421Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1466 | 2023-11-04T19:54:04.668Z | Compiling num-iter v0.1.43 |
1467 | 2023-11-04T19:54:05.080Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1468 | 2023-11-04T19:54:05.549Z | Compiling darling_macro v0.20.3 |
1469 | 2023-11-04T19:54:05.850Z | Compiling anstyle v1.0.2 |
1470 | 2023-11-04T19:54:06.086Z | Compiling paste v1.0.14 |
1471 | 2023-11-04T19:54:06.393Z | Compiling bit-vec v0.6.3 |
1472 | 2023-11-04T19:54:06.635Z | Compiling utf8parse v0.2.1 |
1473 | 2023-11-04T19:54:06.760Z | Compiling smoltcp v0.9.1 |
1474 | 2023-11-04T19:54:06.913Z | Compiling anstyle-parse v0.2.1 |
1475 | 2023-11-04T19:54:07.079Z | Compiling darling v0.20.3 |
1476 | 2023-11-04T19:54:07.251Z | Compiling serde_with_macros v2.3.3 |
1477 | 2023-11-04T19:54:09.275Z | Compiling zerocopy v0.6.4 |
1478 | 2023-11-04T19:54:10.072Z | Compiling signature v2.1.0 |
1479 | 2023-11-04T19:54:10.440Z | Compiling hubpack_derive v0.1.1 |
1480 | 2023-11-04T19:54:10.660Z | Compiling clap_derive v4.4.2 |
1481 | 2023-11-04T19:54:11.165Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1482 | 2023-11-04T19:54:11.646Z | Compiling anstyle-query v1.0.0 |
1483 | 2023-11-04T19:54:11.791Z | Compiling colorchoice v1.0.0 |
1484 | 2023-11-04T19:54:12.124Z | Compiling yasna v0.5.2 |
1485 | 2023-11-04T19:54:12.362Z | Compiling anstream v0.5.0 |
1486 | 2023-11-04T19:54:13.628Z | Compiling terminal_size v0.2.6 |
1487 | 2023-11-04T19:54:14.177Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1488 | 2023-11-04T19:54:15.583Z | Compiling diesel_table_macro_syntax v0.1.0 |
1489 | 2023-11-04T19:54:16.187Z | Compiling hash32 v0.2.1 |
1490 | 2023-11-04T19:54:16.263Z | Compiling stable_deref_trait v1.2.0 |
1491 | 2023-11-04T19:54:16.416Z | Compiling clap_lex v0.5.1 |
1492 | 2023-11-04T19:54:16.558Z | Compiling tap v1.0.1 |
1493 | 2023-11-04T19:54:16.882Z | Compiling clap_builder v4.4.2 |
1494 | 2023-11-04T19:54:17.289Z | Compiling wyz v0.5.1 |
1495 | 2023-11-04T19:54:17.914Z | Compiling diesel_derives v2.1.1 |
1496 | 2023-11-04T19:54:17.942Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1497 | 2023-11-04T19:54:18.704Z | Compiling tokio-stream v0.1.14 |
1498 | 2023-11-04T19:54:19.434Z | Compiling serde_repr v0.1.16 |
1499 | 2023-11-04T19:54:19.597Z | Compiling scheduled-thread-pool v0.2.7 |
1500 | 2023-11-04T19:54:19.710Z | Compiling regex-automata v0.1.10 |
1501 | 2023-11-04T19:54:20.330Z | Compiling funty v2.0.0 |
1502 | 2023-11-04T19:54:20.508Z | Compiling bstr v0.2.17 |
1503 | 2023-11-04T19:54:21.160Z | Compiling r2d2 v0.8.10 |
1504 | 2023-11-04T19:54:23.071Z | Compiling bitvec v1.0.1 |
1505 | 2023-11-04T19:54:23.146Z | Compiling clap v4.4.3 |
1506 | 2023-11-04T19:54:23.298Z | Compiling hubpack v0.1.2 |
1507 | 2023-11-04T19:54:23.854Z | Compiling itertools v0.10.5 |
1508 | 2023-11-04T19:54:24.061Z | Compiling phf_shared v0.10.0 |
1509 | 2023-11-04T19:54:24.691Z | Compiling float-cmp v0.9.0 |
1510 | 2023-11-04T19:54:24.847Z | Compiling fixedbitset v0.4.2 |
1511 | 2023-11-04T19:54:25.053Z | Compiling new_debug_unreachable v1.0.4 |
1512 | 2023-11-04T19:54:25.185Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2023-11-04T19:54:25.276Z | Compiling precomputed-hash v0.1.1 |
1514 | 2023-11-04T19:54:25.363Z | Compiling regex-automata v0.3.8 |
1515 | 2023-11-04T19:54:25.436Z | Compiling predicates-core v1.0.6 |
1516 | 2023-11-04T19:54:26.012Z | Compiling difflib v0.4.0 |
1517 | 2023-11-04T19:54:28.180Z | Compiling predicates v3.0.4 |
1518 | 2023-11-04T19:54:28.778Z | Compiling bstr v1.6.0 |
1519 | 2023-11-04T19:54:29.575Z | Compiling string_cache v0.8.7 |
1520 | 2023-11-04T19:54:30.343Z | Compiling petgraph v0.6.4 |
1521 | 2023-11-04T19:54:30.636Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1522 | 2023-11-04T19:54:31.034Z | Compiling similar v2.2.1 |
1523 | 2023-11-04T19:54:31.455Z | Compiling bit-set v0.5.3 |
1524 | 2023-11-04T19:54:31.913Z | Compiling console v0.15.7 |
1525 | 2023-11-04T19:54:33.102Z | Compiling lalrpop-util v0.19.12 |
1526 | 2023-11-04T19:54:42.020Z | Compiling diesel v2.1.3 |
1527 | 2023-11-04T19:54:45.434Z | Compiling proc-macro-crate v1.3.1 |
1528 | 2023-11-04T19:54:53.911Z | Compiling crucible-workspace-hack v0.1.0 |
1529 | 2023-11-04T19:55:12.179Z | Compiling atty v0.2.14 |
1530 | 2023-11-04T19:55:13.063Z | Compiling structmeta-derive v0.2.0 |
1531 | 2023-11-04T19:55:15.816Z | Compiling toml_edit v0.20.7 |
1532 | 2023-11-04T19:55:17.057Z | Compiling sha1 v0.10.5 |
1533 | 2023-11-04T19:55:17.547Z | Compiling structmeta v0.2.0 |
1534 | 2023-11-04T19:55:17.737Z | Compiling match_cfg v0.1.0 |
1535 | 2023-11-04T19:55:17.964Z | Compiling regex-syntax v0.7.5 |
1536 | 2023-11-04T19:55:18.174Z | Compiling hostname v0.3.1 |
1537 | 2023-11-04T19:55:23.791Z | Compiling toml v0.8.6 |
1538 | 2023-11-04T19:55:28.636Z | Compiling dirs-sys-next v0.1.2 |
1539 | 2023-11-04T19:55:28.714Z | Compiling parse-display-derive v0.8.2 |
1540 | 2023-11-04T19:55:29.676Z | Compiling dirs-next v2.0.0 |
1541 | 2023-11-04T19:55:32.039Z | Compiling thread_local v1.1.7 |
1542 | 2023-11-04T19:55:33.009Z | Compiling term v0.7.0 |
1543 | 2023-11-04T19:55:33.640Z | Compiling crossbeam-channel v0.5.8 |
1544 | 2023-11-04T19:55:35.842Z | Compiling take_mut v0.2.2 |
1545 | 2023-11-04T19:55:36.356Z | Compiling slog-term v2.9.0 |
1546 | 2023-11-04T19:55:38.229Z | Compiling slog-json v2.6.1 |
1547 | 2023-11-04T19:55:38.475Z | Compiling instant v0.1.12 |
1548 | 2023-11-04T19:55:38.823Z | Compiling slog-bunyan v2.4.0 |
1549 | 2023-11-04T19:55:39.650Z | Compiling structmeta-derive v0.1.6 |
1550 | 2023-11-04T19:55:40.685Z | Compiling strum v0.25.0 |
1551 | 2023-11-04T19:55:40.767Z | Compiling atomic-waker v1.1.1 |
1552 | 2023-11-04T19:55:41.069Z | Compiling waitgroup v0.1.2 |
1553 | 2023-11-04T19:55:41.368Z | Compiling num_enum_derive v0.5.11 |
1554 | 2023-11-04T19:55:41.469Z | Compiling serde_with v2.3.3 |
1555 | 2023-11-04T19:55:42.406Z | Compiling async-stream v0.3.5 |
1556 | 2023-11-04T19:55:44.013Z | Compiling serde_path_to_error v0.1.14 |
1557 | 2023-11-04T19:55:44.057Z | Compiling structmeta v0.1.6 |
1558 | 2023-11-04T19:55:44.697Z | Compiling libz-sys v1.1.12 |
1559 | 2023-11-04T19:55:44.723Z | Compiling parse-display-derive v0.7.0 |
1560 | 2023-11-04T19:55:45.430Z | Compiling fastrand v2.0.0 |
1561 | 2023-11-04T19:55:45.470Z | Compiling debug-ignore v1.0.5 |
1562 | 2023-11-04T19:55:46.312Z | Compiling tempfile v3.8.0 |
1563 | 2023-11-04T19:55:47.415Z | Compiling proc-macro-error-attr v1.0.4 |
1564 | 2023-11-04T19:55:47.789Z | Compiling slog-dtrace v0.2.3 |
1565 | 2023-11-04T19:55:49.048Z | Compiling backoff v0.4.0 |
1566 | 2023-11-04T19:55:49.555Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1567 | 2023-11-04T19:55:50.341Z | Compiling macaddr v1.0.1 |
1568 | 2023-11-04T19:55:50.905Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1569 | 2023-11-04T19:55:51.101Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1570 | 2023-11-04T19:55:51.124Z | Compiling proc-macro-error v1.0.4 |
1571 | 2023-11-04T19:55:51.151Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1572 | 2023-11-04T19:55:52.821Z | Compiling libsqlite3-sys v0.26.0 |
1573 | 2023-11-04T19:55:52.882Z | Compiling memoffset v0.7.1 |
1574 | 2023-11-04T19:55:53.242Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1575 | 2023-11-04T19:55:55.605Z | Compiling foreign-types-macros v0.2.3 |
1576 | 2023-11-04T19:55:55.982Z | Compiling vergen v8.2.4 |
1577 | 2023-11-04T19:55:56.390Z | Compiling base64ct v1.6.0 |
1578 | 2023-11-04T19:56:00.447Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1579 | 2023-11-04T19:56:01.763Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1580 | 2023-11-04T19:56:06.924Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1581 | 2023-11-04T19:56:07.593Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1582 | 2023-11-04T19:56:08.109Z | Compiling platforms v3.0.2 |
1583 | 2023-11-04T19:56:08.597Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1584 | 2023-11-04T19:56:08.832Z | Compiling num_enum_derive v0.7.0 |
1585 | 2023-11-04T19:56:08.859Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1586 | 2023-11-04T19:56:09.042Z | Compiling password-hash v0.5.0 |
1587 | 2023-11-04T19:56:09.229Z | Compiling heck v0.3.3 |
1588 | 2023-11-04T19:56:09.715Z | Compiling curve25519-dalek v4.1.0 |
1589 | 2023-11-04T19:56:09.788Z | Compiling blake2 v0.10.6 |
1590 | 2023-11-04T19:56:10.204Z | Compiling libefi-sys v0.1.0 |
1591 | 2023-11-04T19:56:10.420Z | Compiling structopt-derive v0.4.18 |
1592 | 2023-11-04T19:56:10.490Z | Compiling argon2 v0.5.2 |
1593 | 2023-11-04T19:56:10.836Z | Compiling zone_cfg_derive v0.2.0 |
1594 | 2023-11-04T19:56:12.463Z | Compiling num-derive v0.4.0 |
1595 | 2023-11-04T19:56:13.081Z | Compiling curve25519-dalek-derive v0.1.0 |
1596 | 2023-11-04T19:56:13.109Z | Compiling same-file v1.0.6 |
1597 | 2023-11-04T19:56:13.446Z | Compiling walkdir v2.4.0 |
1598 | 2023-11-04T19:56:14.552Z | Compiling toml v0.5.11 |
1599 | 2023-11-04T19:56:15.035Z | Compiling semver-parser v0.10.2 |
1600 | 2023-11-04T19:56:15.327Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1601 | 2023-11-04T19:56:15.854Z | Compiling xattr v1.0.1 |
1602 | 2023-11-04T19:56:15.980Z | Compiling filetime v0.2.22 |
1603 | 2023-11-04T19:56:15.983Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1604 | 2023-11-04T19:56:16.197Z | Compiling erased-serde v0.3.30 |
1605 | 2023-11-04T19:56:16.293Z | Compiling getrandom v0.1.16 |
1606 | 2023-11-04T19:56:16.480Z | Compiling tar v0.4.40 |
1607 | 2023-11-04T19:56:16.528Z | Compiling semver v0.11.0 |
1608 | 2023-11-04T19:56:17.041Z | Compiling parse-display v0.8.2 |
1609 | 2023-11-04T19:56:17.237Z | Compiling universal-hash v0.5.1 |
1610 | 2023-11-04T19:56:17.361Z | Compiling bitstruct_derive v0.1.0 |
1611 | 2023-11-04T19:56:17.543Z | Compiling async-recursion v1.0.5 |
1612 | 2023-11-04T19:56:17.759Z | Compiling opaque-debug v0.3.0 |
1613 | 2023-11-04T19:56:17.907Z | Compiling home v0.5.5 |
1614 | 2023-11-04T19:56:18.259Z | Compiling toolchain_find v0.2.0 |
1615 | 2023-11-04T19:56:18.712Z | Compiling num-rational v0.4.1 |
1616 | 2023-11-04T19:56:18.939Z | Compiling unicase v2.7.0 |
1617 | 2023-11-04T19:56:19.096Z | Compiling parking_lot_core v0.8.6 |
1618 | 2023-11-04T19:56:19.258Z | Compiling rustfmt-wrapper v0.2.0 |
1619 | 2023-11-04T19:56:19.528Z | Compiling parse-display v0.7.0 |
1620 | 2023-11-04T19:56:19.640Z | Compiling num_enum v0.5.11 |
1621 | 2023-11-04T19:56:19.705Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1622 | 2023-11-04T19:56:19.810Z | Compiling aead v0.5.2 |
1623 | 2023-11-04T19:56:19.876Z | Compiling winapi v0.3.9 |
1624 | 2023-11-04T19:56:20.251Z | Compiling postcard-cobs v0.1.5-pre |
1625 | 2023-11-04T19:56:20.277Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1626 | 2023-11-04T19:56:20.432Z | Compiling polyval v0.6.1 |
1627 | 2023-11-04T19:56:20.698Z | Compiling postcard v0.7.3 |
1628 | 2023-11-04T19:56:21.208Z | Compiling smoltcp v0.8.2 |
1629 | 2023-11-04T19:56:21.295Z | Compiling aes v0.8.3 |
1630 | 2023-11-04T19:56:21.351Z | Compiling ctr v0.9.2 |
1631 | 2023-11-04T19:56:21.509Z | Compiling thiserror-impl-no-std v2.0.2 |
1632 | 2023-11-04T19:56:21.882Z | Compiling foreign-types-shared v0.3.1 |
1633 | 2023-11-04T19:56:21.908Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1634 | 2023-11-04T19:56:21.932Z | Compiling cfg-if v0.1.10 |
1635 | 2023-11-04T19:56:22.113Z | Compiling foreign-types v0.5.0 |
1636 | 2023-11-04T19:56:22.251Z | Compiling mime_guess v2.0.4 |
1637 | 2023-11-04T19:56:24.119Z | Compiling is-terminal v0.4.9 |
1638 | 2023-11-04T19:56:24.283Z | Compiling hashlink v0.8.3 |
1639 | 2023-11-04T19:56:24.309Z | Compiling cstr-argument v0.1.2 |
1640 | 2023-11-04T19:56:24.701Z | Compiling fallible-streaming-iterator v0.1.9 |
1641 | 2023-11-04T19:56:24.790Z | Compiling pretty-hex v0.2.1 |
1642 | 2023-11-04T19:56:25.107Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1643 | 2023-11-04T19:56:25.325Z | Compiling rusqlite v0.29.0 |
1644 | 2023-11-04T19:56:25.515Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1645 | 2023-11-04T19:56:25.721Z | Compiling colored v2.0.4 |
1646 | 2023-11-04T19:56:26.142Z | Compiling nix v0.26.2 |
1647 | 2023-11-04T19:56:26.168Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1648 | 2023-11-04T19:56:26.484Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1649 | 2023-11-04T19:56:28.379Z | Compiling twox-hash v1.6.3 |
1650 | 2023-11-04T19:56:29.549Z | Compiling hkdf v0.12.3 |
1651 | 2023-11-04T19:56:29.942Z | Compiling textwrap v0.11.0 |
1652 | 2023-11-04T19:56:30.140Z | Compiling const_format_proc_macros v0.2.31 |
1653 | 2023-11-04T19:56:30.288Z | Compiling quick-error v1.2.3 |
1654 | 2023-11-04T19:56:30.510Z | Compiling strsim v0.8.0 |
1655 | 2023-11-04T19:56:30.839Z | Compiling linked-hash-map v0.5.6 |
1656 | 2023-11-04T19:56:30.903Z | Compiling ansi_term v0.12.1 |
1657 | 2023-11-04T19:56:31.694Z | Compiling vec_map v0.8.2 |
1658 | 2023-11-04T19:56:32.202Z | Compiling clap v2.34.0 |
1659 | 2023-11-04T19:56:32.387Z | Compiling lru-cache v0.1.2 |
1660 | 2023-11-04T19:56:32.684Z | Compiling resolv-conf v0.7.0 |
1661 | 2023-11-04T19:56:32.912Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1662 | 2023-11-04T19:56:35.186Z | Compiling num_enum v0.7.0 |
1663 | 2023-11-04T19:56:35.444Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1664 | 2023-11-04T19:56:36.485Z | Compiling bincode v1.3.3 |
1665 | 2023-11-04T19:56:37.083Z | Compiling termcolor v1.2.0 |
1666 | 2023-11-04T19:56:37.364Z | Compiling utf-8 v0.7.6 |
1667 | 2023-11-04T19:56:37.969Z | Compiling base64 v0.13.1 |
1668 | 2023-11-04T19:56:38.193Z | Compiling cancel-safe-futures v0.1.5 |
1669 | 2023-11-04T19:56:38.563Z | Compiling humantime v2.1.0 |
1670 | 2023-11-04T19:56:38.668Z | Compiling convert_case v0.4.0 |
1671 | 2023-11-04T19:56:38.863Z | Compiling keccak v0.1.4 |
1672 | 2023-11-04T19:56:39.898Z | Compiling sha3 v0.10.8 |
1673 | 2023-11-04T19:56:39.947Z | Compiling derive_more v0.99.17 |
1674 | 2023-11-04T19:56:40.309Z | Compiling env_logger v0.9.3 |
1675 | 2023-11-04T19:56:40.944Z | Compiling structopt v0.3.26 |
1676 | 2023-11-04T19:56:41.056Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1677 | 2023-11-04T19:56:42.585Z | Compiling trust-dns-resolver v0.22.0 |
1678 | 2023-11-04T19:56:43.009Z | Compiling aes-gcm-siv v0.11.1 |
1679 | 2023-11-04T19:56:43.438Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1680 | 2023-11-04T19:56:44.538Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1681 | 2023-11-04T19:56:46.462Z | Compiling zone v0.2.0 |
1682 | 2023-11-04T19:56:48.741Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1683 | 2023-11-04T19:56:49.557Z | Compiling secrecy v0.8.0 |
1684 | 2023-11-04T19:56:49.626Z | Compiling smf v0.2.2 |
1685 | 2023-11-04T19:56:49.968Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1686 | 2023-11-04T19:56:50.960Z | Compiling ringbuffer v0.15.0 |
1687 | 2023-11-04T19:56:51.616Z | Compiling ascii v1.1.0 |
1688 | 2023-11-04T19:56:52.679Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1689 | 2023-11-04T19:56:53.034Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1690 | 2023-11-04T19:56:53.055Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1691 | 2023-11-04T19:56:54.182Z | Compiling bitstruct v0.1.1 |
1692 | 2023-11-04T19:56:55.325Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1693 | 2023-11-04T19:56:56.487Z | Compiling serde_arrays v0.1.0 |
1694 | 2023-11-04T19:56:56.725Z | Compiling ff v0.13.0 |
1695 | 2023-11-04T19:56:56.841Z | Compiling nibble_vec v0.1.0 |
1696 | 2023-11-04T19:56:57.138Z | Compiling endian-type v0.1.2 |
1697 | 2023-11-04T19:56:57.174Z | Compiling arc-swap v1.6.0 |
1698 | 2023-11-04T19:56:57.494Z | Compiling radix_trie v0.2.1 |
1699 | 2023-11-04T19:56:58.076Z | Compiling slog-scope v4.4.0 |
1700 | 2023-11-04T19:56:58.364Z | Compiling group v0.13.0 |
1701 | 2023-11-04T19:56:58.644Z | Compiling rand_core v0.5.1 |
1702 | 2023-11-04T19:56:58.965Z | Compiling tungstenite v0.20.1 |
1703 | 2023-11-04T19:56:59.628Z | Compiling poly1305 v0.8.0 |
1704 | 2023-11-04T19:57:00.913Z | Compiling chacha20 v0.9.1 |
1705 | 2023-11-04T19:57:01.628Z | Compiling crypto-bigint v0.5.2 |
1706 | 2023-11-04T19:57:01.798Z | Compiling num-complex v0.4.4 |
1707 | 2023-11-04T19:57:01.842Z | Compiling base16ct v0.2.0 |
1708 | 2023-11-04T19:57:02.441Z | Compiling half v1.8.2 |
1709 | 2023-11-04T19:57:02.447Z | Compiling ciborium-io v0.2.1 |
1710 | 2023-11-04T19:57:02.636Z | Compiling option-ext v0.2.0 |
1711 | 2023-11-04T19:57:02.822Z | Compiling dirs-sys v0.4.1 |
1712 | 2023-11-04T19:57:03.582Z | Compiling num v0.4.1 |
1713 | 2023-11-04T19:57:03.711Z | Compiling ciborium-ll v0.2.1 |
1714 | 2023-11-04T19:57:03.744Z | Compiling tokio-tungstenite v0.20.1 |
1715 | 2023-11-04T19:57:03.768Z | Compiling parking_lot v0.11.2 |
1716 | 2023-11-04T19:57:03.815Z | Compiling rand_chacha v0.2.2 |
1717 | 2023-11-04T19:57:03.862Z | Compiling slog-stdlog v4.1.1 |
1718 | 2023-11-04T19:57:04.281Z | Compiling trust-dns-client v0.22.0 |
1719 | 2023-11-04T19:57:04.450Z | Compiling thiserror-no-std v2.0.2 |
1720 | 2023-11-04T19:57:04.717Z | Compiling elliptic-curve v0.13.5 |
1721 | 2023-11-04T19:57:05.529Z | Compiling password-hash v0.4.2 |
1722 | 2023-11-04T19:57:05.729Z | Compiling ed25519 v2.2.2 |
1723 | 2023-11-04T19:57:06.273Z | Compiling blowfish v0.9.1 |
1724 | 2023-11-04T19:57:07.030Z | Compiling pbkdf2 v0.12.2 |
1725 | 2023-11-04T19:57:07.168Z | Compiling fxhash v0.2.1 |
1726 | 2023-11-04T19:57:08.107Z | Compiling sled v0.34.7 |
1727 | 2023-11-04T19:57:08.130Z | Compiling bcrypt-pbkdf v0.10.0 |
1728 | 2023-11-04T19:57:08.313Z | Compiling trust-dns-server v0.22.1 |
1729 | 2023-11-04T19:57:08.715Z | Compiling pbkdf2 v0.11.0 |
1730 | 2023-11-04T19:57:09.030Z | Compiling ed25519-dalek v2.0.0 |
1731 | 2023-11-04T19:57:09.318Z | Compiling vsss-rs v3.3.1 |
1732 | 2023-11-04T19:57:09.632Z | Compiling russh-cryptovec v0.7.0 |
1733 | 2023-11-04T19:57:10.104Z | Compiling rand v0.7.3 |
1734 | 2023-11-04T19:57:10.493Z | Compiling ciborium v0.2.1 |
1735 | 2023-11-04T19:57:10.766Z | Compiling slog-envlogger v2.2.0 |
1736 | 2023-11-04T19:57:13.061Z | Compiling dirs v5.0.1 |
1737 | 2023-11-04T19:57:13.132Z | Compiling chacha20poly1305 v0.10.1 |
1738 | 2023-11-04T19:57:13.359Z | Compiling tungstenite v0.18.0 |
1739 | 2023-11-04T19:57:13.445Z | Compiling ron v0.7.1 |
1740 | 2023-11-04T19:57:13.551Z | Compiling const_format v0.2.31 |
1741 | 2023-11-04T19:57:14.725Z | Compiling ghash v0.5.0 |
1742 | 2023-11-04T19:57:16.140Z | Compiling camino-tempfile v1.0.2 |
1743 | 2023-11-04T19:57:16.913Z | Compiling cbc v0.1.2 |
1744 | 2023-11-04T19:57:17.096Z | Compiling headers-core v0.2.0 |
1745 | 2023-11-04T19:57:17.125Z | Compiling pem v3.0.2 |
1746 | 2023-11-04T19:57:17.335Z | Compiling bit_field v0.10.2 |
1747 | 2023-11-04T19:57:17.585Z | Compiling http-range v0.1.5 |
1748 | 2023-11-04T19:57:17.728Z | Compiling pretty-hex v0.3.0 |
1749 | 2023-11-04T19:57:17.752Z | Compiling md5 v0.7.0 |
1750 | 2023-11-04T19:57:17.780Z | Compiling rcgen v0.11.3 |
1751 | 2023-11-04T19:57:18.025Z | Compiling hyper-staticfile v0.9.5 |
1752 | 2023-11-04T19:57:18.321Z | Compiling russh-keys v0.38.0 |
1753 | 2023-11-04T19:57:18.454Z | Compiling headers v0.3.9 |
1754 | 2023-11-04T19:57:22.633Z | Compiling tokio-tungstenite v0.18.0 |
1755 | 2023-11-04T19:57:22.975Z | Compiling aes-gcm v0.10.3 |
1756 | 2023-11-04T19:57:26.664Z | Compiling pem v1.1.1 |
1757 | 2023-11-04T19:57:28.127Z | Compiling atomicwrites v0.4.2 |
1758 | 2023-11-04T19:57:28.687Z | Compiling subprocess v0.2.9 |
1759 | 2023-11-04T19:57:29.262Z | Compiling hex-literal v0.4.1 |
1760 | 2023-11-04T19:57:29.490Z | Compiling glob v0.3.1 |
1761 | 2023-11-04T19:57:29.494Z | Compiling russh v0.38.0 |
1762 | 2023-11-04T19:57:36.141Z | Compiling bzip2 v0.4.4 |
1763 | 2023-11-04T19:57:36.571Z | Compiling zip v0.6.6 |
1764 | 2023-11-04T19:57:43.207Z | Compiling rustls-webpki v0.101.7 |
1765 | 2023-11-04T19:57:49.693Z | Compiling tokio-rustls v0.24.1 |
1766 | 2023-11-04T19:57:49.953Z | Compiling git2 v0.17.2 |
1767 | 2023-11-04T19:57:50.236Z | Compiling hyper-rustls v0.24.2 |
1768 | 2023-11-04T19:57:50.897Z | Compiling reqwest v0.11.20 |
1769 | 2023-11-04T19:57:55.239Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1770 | 2023-11-04T19:57:55.897Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1771 | 2023-11-04T19:57:56.133Z | Compiling omicron-zone-package v0.8.3 |
1772 | 2023-11-04T19:57:56.367Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1773 | 2023-11-04T19:57:58.965Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1774 | 2023-11-04T19:58:01.892Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1775 | 2023-11-04T19:58:02.824Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1776 | 2023-11-04T19:58:03.891Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1777 | 2023-11-04T19:58:06.533Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1778 | 2023-11-04T19:58:13.465Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1779 | 2023-11-04T19:58:15.224Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1780 | 2023-11-04T19:58:17.023Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1781 | 2023-11-04T19:58:17.677Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1782 | 2023-11-04T19:58:18.975Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1783 | 2023-11-04T19:58:21.045Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1784 | 2023-11-04T19:58:21.073Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1785 | 2023-11-04T19:58:21.633Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1786 | 2023-11-04T19:58:22.022Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1787 | 2023-11-04T19:58:22.149Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1788 | 2023-11-04T19:58:22.833Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1789 | 2023-11-04T19:58:27.530Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1790 | 2023-11-04T19:58:33.826Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1791 | 2023-11-04T19:58:36.796Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1792 | 2023-11-04T19:58:39.462Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1793 | 2023-11-04T19:58:43.232Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1794 | 2023-11-04T19:58:44.900Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1795 | 2023-11-04T19:58:47.222Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1796 | 2023-11-04T19:58:59.920Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1797 | 2023-11-04T19:59:16.418Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1798 | 2023-11-04T19:59:16.746Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1799 | 2023-11-04T19:59:16.791Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1800 | 2023-11-04T19:59:17.012Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-11-04T19:59:17.197Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1802 | 2023-11-04T19:59:18.078Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1803 | 2023-11-04T19:59:25.521Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1804 | 2023-11-04T19:59:26.769Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1805 | 2023-11-04T19:59:33.216Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1806 | 2023-11-04T19:59:33.845Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1807 | 2023-11-04T19:59:43.204Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1808 | 2023-11-04T20:00:01.623Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1809 | 2023-11-04T20:00:06.348Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1810 | 2023-11-04T20:00:49.583Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1811 | 2023-11-04T20:02:23.731Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 32s |
1812 | 2023-11-04T20:02:24.085Z | |
1813 | 2023-11-04T20:02:24.088Z | real 10:32.590852080 |
1814 | 2023-11-04T20:02:24.091Z | user 1:01:00.614591752 |
1815 | 2023-11-04T20:02:24.094Z | sys 9:37.724686720 |
1816 | 2023-11-04T20:02:24.097Z | trap 2.693811272 |
1817 | 2023-11-04T20:02:24.099Z | tflt 4.781197215 |
1818 | 2023-11-04T20:02:24.102Z | dflt 8.600785329 |
1819 | 2023-11-04T20:02:24.105Z | kflt 0.024260313 |
1820 | 2023-11-04T20:02:24.108Z | lock 1:55:32.323327194 |
1821 | 2023-11-04T20:02:24.111Z | slp 3:29:31.208065888 |
1822 | 2023-11-04T20:02:24.113Z | lat 2:35.345969339 |
1823 | 2023-11-04T20:02:24.116Z | stop 6:35.407946404 |
1824 | 2023-11-04T20:02:24.119Z | + mkdir -p /work/end-to-end-tests |
1825 | 2023-11-04T20:02:24.121Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1826 | 2023-11-04T20:02:25.040Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1827 | 2023-11-04T20:02:25.043Z | + ptime -m gzip |
1828 | 2023-11-04T20:02:25.045Z | ++ basename target/debug/bootstrap |
1829 | 2023-11-04T20:02:42.983Z | |
1830 | 2023-11-04T20:02:42.986Z | real 17.525699914 |
1831 | 2023-11-04T20:02:42.989Z | user 17.315270010 |
1832 | 2023-11-04T20:02:42.992Z | sys 0.192293709 |
1833 | 2023-11-04T20:02:43.132Z | trap 0.006538608 |
1834 | 2023-11-04T20:02:43.135Z | tflt 0.000000000 |
1835 | 2023-11-04T20:02:43.138Z | dflt 0.000000000 |
1836 | 2023-11-04T20:02:43.144Z | kflt 0.000000000 |
1837 | 2023-11-04T20:02:43.147Z | lock 0.000000000 |
1838 | 2023-11-04T20:02:43.153Z | slp 0.000000000 |
1839 | 2023-11-04T20:02:43.156Z | lat 0.011249936 |
1840 | 2023-11-04T20:02:43.159Z | stop 0.000234859 |
1841 | 2023-11-04T20:02:43.162Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1842 | 2023-11-04T20:02:43.164Z | + ptime -m gzip |
1843 | 2023-11-04T20:02:43.167Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-346a6c0cadffef35 |
1844 | 2023-11-04T20:02:43.697Z | |
1845 | 2023-11-04T20:02:43.700Z | real 1.115612198 |
1846 | 2023-11-04T20:02:43.703Z | user 1.101423833 |
1847 | 2023-11-04T20:02:43.706Z | sys 0.013356893 |
1848 | 2023-11-04T20:02:43.709Z | trap 0.000181146 |
1849 | 2023-11-04T20:02:43.712Z | tflt 0.000000000 |
1850 | 2023-11-04T20:02:43.715Z | dflt 0.000000000 |
1851 | 2023-11-04T20:02:43.720Z | kflt 0.000000000 |
1852 | 2023-11-04T20:02:43.723Z | lock 0.000000000 |
1853 | 2023-11-04T20:02:43.726Z | slp 0.000000000 |
1854 | 2023-11-04T20:02:43.729Z | lat 0.000309980 |
1855 | 2023-11-04T20:02:43.731Z | stop 0.000224682 |
1856 | 2023-11-04T20:02:43.734Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1857 | 2023-11-04T20:02:43.737Z | + ptime -m gzip |
1858 | 2023-11-04T20:02:43.740Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ad8d578e5459ec9d |
1859 | 2023-11-04T20:03:03.457Z | |
1860 | 2023-11-04T20:03:03.876Z | real 19.750792314 |
1861 | 2023-11-04T20:03:03.880Z | user 19.532172486 |
1862 | 2023-11-04T20:03:03.883Z | sys 0.211391704 |
1863 | 2023-11-04T20:03:03.886Z | trap 0.004755173 |
1864 | 2023-11-04T20:03:03.891Z | tflt 0.000000000 |
1865 | 2023-11-04T20:03:03.895Z | dflt 0.000000000 |
1866 | 2023-11-04T20:03:03.908Z | kflt 0.000000000 |
1867 | 2023-11-04T20:03:03.925Z | lock 0.000000000 |
1868 | 2023-11-04T20:03:04.356Z | slp 0.000000000 |
1869 | 2023-11-04T20:03:04.366Z | lat 0.002134439 |
1870 | 2023-11-04T20:03:04.782Z | stop 0.000221979 |
1871 | 2023-11-04T20:03:04.786Z | + banner caboose-util |
1872 | 2023-11-04T20:03:04.789Z | |
1873 | 2023-11-04T20:03:04.792Z | #### ## ##### #### #### #### ###### # # ##### |
1874 | 2023-11-04T20:03:04.795Z | # # # # # # # # # # # # # # # |
1875 | 2023-11-04T20:03:04.799Z | # # # ##### # # # # #### ##### ##### # # # |
1876 | 2023-11-04T20:03:04.809Z | # ###### # # # # # # # # # # # |
1877 | 2023-11-04T20:03:04.822Z | # # # # # # # # # # # # # # # # |
1878 | 2023-11-04T20:03:05.238Z | #### # # ##### #### #### #### ###### #### # |
1879 | 2023-11-04T20:03:05.250Z | |
1880 | 2023-11-04T20:03:05.266Z | + ptime -m cargo build --locked -p caboose-util --release |
1881 | 2023-11-04T20:03:05.320Z | Downloading crates ... |
1882 | 2023-11-04T20:03:05.326Z | Downloaded bitfield v0.14.0 |
1883 | 2023-11-04T20:03:05.339Z | Downloaded der_derive v0.7.2 |
1884 | 2023-11-04T20:03:05.344Z | Downloaded crc-any v2.4.3 |
1885 | 2023-11-04T20:03:05.348Z | Downloaded path-slash v0.1.5 |
1886 | 2023-11-04T20:03:05.352Z | Downloaded maybe-uninit v2.0.0 |
1887 | 2023-11-04T20:03:05.356Z | Downloaded crc v3.0.1 |
1888 | 2023-11-04T20:03:05.360Z | Downloaded nodrop v0.1.14 |
1889 | 2023-11-04T20:03:05.363Z | Downloaded flagset v0.4.3 |
1890 | 2023-11-04T20:03:05.367Z | Downloaded packed_struct v0.10.1 |
1891 | 2023-11-04T20:03:05.370Z | Downloaded smallvec v0.6.14 |
1892 | 2023-11-04T20:03:05.373Z | Downloaded pem-rfc7468 v0.7.0 |
1893 | 2023-11-04T20:03:05.376Z | Downloaded packed_struct_codegen v0.10.1 |
1894 | 2023-11-04T20:03:05.379Z | Downloaded crc-catalog v2.2.0 |
1895 | 2023-11-04T20:03:05.382Z | Downloaded serde-hex v0.1.0 |
1896 | 2023-11-04T20:03:05.388Z | Downloaded array-init v0.0.4 |
1897 | 2023-11-04T20:03:05.392Z | Downloaded env_logger v0.10.0 |
1898 | 2023-11-04T20:03:05.396Z | Downloaded rsa v0.9.2 |
1899 | 2023-11-04T20:03:05.403Z | Downloaded ron v0.8.1 |
1900 | 2023-11-04T20:03:05.408Z | Downloaded object v0.30.4 |
1901 | 2023-11-04T20:03:05.412Z | Downloaded x509-cert v0.2.4 |
1902 | 2023-11-04T20:03:05.415Z | Downloaded num-bigint-dig v0.8.4 |
1903 | 2023-11-04T20:03:05.418Z | Downloaded pkcs1 v0.7.5 |
1904 | 2023-11-04T20:03:05.421Z | Compiling proc-macro2 v1.0.67 |
1905 | 2023-11-04T20:03:05.424Z | Compiling unicode-ident v1.0.12 |
1906 | 2023-11-04T20:03:05.427Z | Compiling libc v0.2.149 |
1907 | 2023-11-04T20:03:05.430Z | Compiling autocfg v1.1.0 |
1908 | 2023-11-04T20:03:05.433Z | Compiling serde v1.0.188 |
1909 | 2023-11-04T20:03:05.436Z | Compiling cfg-if v1.0.0 |
1910 | 2023-11-04T20:03:05.439Z | Compiling version_check v0.9.4 |
1911 | 2023-11-04T20:03:05.442Z | Compiling syn v1.0.109 |
1912 | 2023-11-04T20:03:05.446Z | Compiling parking_lot_core v0.9.8 |
1913 | 2023-11-04T20:03:05.449Z | Compiling once_cell v1.18.0 |
1914 | 2023-11-04T20:03:05.550Z | Compiling typenum v1.16.0 |
1915 | 2023-11-04T20:03:05.745Z | Compiling libm v0.2.7 |
1916 | 2023-11-04T20:03:05.781Z | Compiling futures-core v0.3.29 |
1917 | 2023-11-04T20:03:05.855Z | Compiling generic-array v0.14.7 |
1918 | 2023-11-04T20:03:05.951Z | Compiling lock_api v0.4.10 |
1919 | 2023-11-04T20:03:06.176Z | Compiling num-traits v0.2.16 |
1920 | 2023-11-04T20:03:06.217Z | Compiling pkg-config v0.3.27 |
1921 | 2023-11-04T20:03:06.361Z | Compiling scopeguard v1.2.0 |
1922 | 2023-11-04T20:03:06.573Z | Compiling slab v0.4.9 |
1923 | 2023-11-04T20:03:06.984Z | Compiling serde_json v1.0.108 |
1924 | 2023-11-04T20:03:07.061Z | Compiling quote v1.0.33 |
1925 | 2023-11-04T20:03:08.323Z | Compiling futures-task v0.3.29 |
1926 | 2023-11-04T20:03:08.332Z | Compiling futures-channel v0.3.29 |
1927 | 2023-11-04T20:03:08.335Z | Compiling syn v2.0.32 |
1928 | 2023-11-04T20:03:08.338Z | Compiling thiserror v1.0.49 |
1929 | 2023-11-04T20:03:08.341Z | Compiling jobserver v0.1.26 |
1930 | 2023-11-04T20:03:08.344Z | Compiling getrandom v0.2.10 |
1931 | 2023-11-04T20:03:08.492Z | Compiling cc v1.0.83 |
1932 | 2023-11-04T20:03:08.759Z | Compiling itoa v1.0.9 |
1933 | 2023-11-04T20:03:08.801Z | Compiling memchr v2.6.3 |
1934 | 2023-11-04T20:03:09.101Z | Compiling futures-util v0.3.29 |
1935 | 2023-11-04T20:03:09.290Z | Compiling ahash v0.8.3 |
1936 | 2023-11-04T20:03:09.532Z | Compiling smallvec v1.11.0 |
1937 | 2023-11-04T20:03:09.731Z | Compiling log v0.4.20 |
1938 | 2023-11-04T20:03:09.987Z | Compiling vcpkg v0.2.15 |
1939 | 2023-11-04T20:03:10.279Z | Compiling byteorder v1.5.0 |
1940 | 2023-11-04T20:03:11.407Z | Compiling rand_core v0.6.4 |
1941 | 2023-11-04T20:03:11.811Z | Compiling pin-project-lite v0.2.13 |
1942 | 2023-11-04T20:03:12.542Z | Compiling parking_lot v0.12.1 |
1943 | 2023-11-04T20:03:12.794Z | Compiling indexmap v1.9.3 |
1944 | 2023-11-04T20:03:13.368Z | Compiling openssl-sys v0.9.93 |
1945 | 2023-11-04T20:03:13.950Z | Compiling ring v0.17.5 |
1946 | 2023-11-04T20:03:15.327Z | Compiling io-lifetimes v1.0.11 |
1947 | 2023-11-04T20:03:15.747Z | Compiling ring v0.16.20 |
1948 | 2023-11-04T20:03:16.210Z | Compiling num-integer v0.1.45 |
1949 | 2023-11-04T20:03:16.614Z | Compiling const-oid v0.9.5 |
1950 | 2023-11-04T20:03:17.309Z | Compiling semver v1.0.20 |
1951 | 2023-11-04T20:03:17.639Z | Compiling ryu v1.0.15 |
1952 | 2023-11-04T20:03:18.412Z | Compiling rustix v0.37.23 |
1953 | 2023-11-04T20:03:19.237Z | Compiling spin v0.5.2 |
1954 | 2023-11-04T20:03:19.340Z | Compiling mio v0.8.8 |
1955 | 2023-11-04T20:03:19.658Z | Compiling socket2 v0.5.4 |
1956 | 2023-11-04T20:03:20.029Z | Compiling num_cpus v1.16.0 |
1957 | 2023-11-04T20:03:20.205Z | Compiling signal-hook-registry v1.4.1 |
1958 | 2023-11-04T20:03:20.297Z | Compiling heck v0.4.1 |
1959 | 2023-11-04T20:03:20.531Z | Compiling openssl v0.10.57 |
1960 | 2023-11-04T20:03:20.917Z | Compiling ucd-trie v0.1.6 |
1961 | 2023-11-04T20:03:21.082Z | Compiling unicode-xid v0.2.4 |
1962 | 2023-11-04T20:03:21.113Z | Compiling futures-sink v0.3.29 |
1963 | 2023-11-04T20:03:21.116Z | Compiling httparse v1.8.0 |
1964 | 2023-11-04T20:03:21.280Z | Compiling synstructure v0.12.6 |
1965 | 2023-11-04T20:03:21.649Z | Compiling tinyvec_macros v0.1.1 |
1966 | 2023-11-04T20:03:21.765Z | Compiling tinyvec v1.6.0 |
1967 | 2023-11-04T20:03:23.226Z | Compiling futures-io v0.3.29 |
1968 | 2023-11-04T20:03:23.879Z | Compiling crc32fast v1.3.2 |
1969 | 2023-11-04T20:03:23.893Z | Compiling radium v0.7.0 |
1970 | 2023-11-04T20:03:24.514Z | Compiling rustls v0.21.8 |
1971 | 2023-11-04T20:03:24.533Z | Compiling ppv-lite86 v0.2.17 |
1972 | 2023-11-04T20:03:24.561Z | Compiling native-tls v0.2.11 |
1973 | 2023-11-04T20:03:24.892Z | Compiling pin-utils v0.1.0 |
1974 | 2023-11-04T20:03:25.013Z | Compiling unicode-normalization v0.1.22 |
1975 | 2023-11-04T20:03:25.028Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1976 | 2023-11-04T20:03:25.147Z | Compiling spin v0.9.8 |
1977 | 2023-11-04T20:03:25.662Z | Compiling tracing-core v0.1.31 |
1978 | 2023-11-04T20:03:25.748Z | Compiling unicode-bidi v0.3.13 |
1979 | 2023-11-04T20:03:25.842Z | Compiling rand_chacha v0.3.1 |
1980 | 2023-11-04T20:03:25.949Z | Compiling subtle v2.5.0 |
1981 | 2023-11-04T20:03:26.855Z | Compiling rand v0.8.5 |
1982 | 2023-11-04T20:03:28.106Z | Compiling errno v0.3.2 |
1983 | 2023-11-04T20:03:28.169Z | Compiling num-iter v0.1.43 |
1984 | 2023-11-04T20:03:28.432Z | Compiling usdt-impl v0.3.5 |
1985 | 2023-11-04T20:03:28.566Z | Compiling base64 v0.21.5 |
1986 | 2023-11-04T20:03:28.894Z | Compiling rustix v0.38.9 |
1987 | 2023-11-04T20:03:29.325Z | Compiling schemars v0.8.13 |
1988 | 2023-11-04T20:03:30.475Z | Compiling serde_derive v1.0.188 |
1989 | 2023-11-04T20:03:30.614Z | Compiling zeroize_derive v1.4.2 |
1990 | 2023-11-04T20:03:30.663Z | Compiling tokio-macros v2.1.0 |
1991 | 2023-11-04T20:03:30.676Z | Compiling thiserror-impl v1.0.49 |
1992 | 2023-11-04T20:03:30.732Z | Compiling futures-macro v0.3.29 |
1993 | 2023-11-04T20:03:30.965Z | Compiling tracing-attributes v0.1.26 |
1994 | 2023-11-04T20:03:31.567Z | Compiling zerocopy-derive v0.2.0 |
1995 | 2023-11-04T20:03:32.138Z | Compiling openssl-macros v0.1.1 |
1996 | 2023-11-04T20:03:32.965Z | Compiling zeroize v1.6.0 |
1997 | 2023-11-04T20:03:33.163Z | Compiling zerocopy-derive v0.6.4 |
1998 | 2023-11-04T20:03:35.454Z | Compiling pest v2.7.2 |
1999 | 2023-11-04T20:03:35.980Z | Compiling crypto-common v0.1.6 |
2000 | 2023-11-04T20:03:36.079Z | Compiling block-buffer v0.10.4 |
2001 | 2023-11-04T20:03:36.464Z | Compiling digest v0.10.7 |
2002 | 2023-11-04T20:03:36.534Z | Compiling tracing v0.1.37 |
2003 | 2023-11-04T20:03:37.288Z | Compiling serde_derive_internals v0.26.0 |
2004 | 2023-11-04T20:03:37.930Z | Compiling bitflags v1.3.2 |
2005 | 2023-11-04T20:03:39.212Z | Compiling fnv v1.0.7 |
2006 | 2023-11-04T20:03:40.446Z | Compiling pest_meta v2.7.2 |
2007 | 2023-11-04T20:03:41.282Z | Compiling schemars_derive v0.8.13 |
2008 | 2023-11-04T20:03:42.488Z | Compiling zerocopy v0.3.0 |
2009 | 2023-11-04T20:03:43.247Z | Compiling pest_generator v2.7.2 |
2010 | 2023-11-04T20:03:44.294Z | Compiling lazy_static v1.4.0 |
2011 | 2023-11-04T20:03:44.941Z | Compiling backtrace v0.3.69 |
2012 | 2023-11-04T20:03:45.603Z | Compiling memoffset v0.9.0 |
2013 | 2023-11-04T20:03:46.029Z | Compiling num-bigint v0.4.4 |
2014 | 2023-11-04T20:03:46.284Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2015 | 2023-11-04T20:03:46.304Z | Compiling allocator-api2 v0.2.16 |
2016 | 2023-11-04T20:03:46.324Z | Compiling iana-time-zone v0.1.57 |
2017 | 2023-11-04T20:03:46.665Z | Compiling untrusted v0.7.1 |
2018 | 2023-11-04T20:03:46.885Z | Compiling async-trait v0.1.74 |
2019 | 2023-11-04T20:03:47.179Z | Compiling hashbrown v0.12.3 |
2020 | 2023-11-04T20:03:47.314Z | Compiling percent-encoding v2.3.0 |
2021 | 2023-11-04T20:03:47.478Z | Compiling pest_derive v2.7.2 |
2022 | 2023-11-04T20:03:47.515Z | Compiling base64ct v1.6.0 |
2023 | 2023-11-04T20:03:47.568Z | Compiling crossbeam-utils v0.8.16 |
2024 | 2023-11-04T20:03:47.671Z | Compiling foreign-types-shared v0.1.1 |
2025 | 2023-11-04T20:03:47.819Z | Compiling untrusted v0.9.0 |
2026 | 2023-11-04T20:03:47.824Z | Compiling openssl-probe v0.1.5 |
2027 | 2023-11-04T20:03:48.200Z | Compiling smoltcp v0.9.1 |
2028 | 2023-11-04T20:03:48.271Z | Compiling foreign-types v0.3.2 |
2029 | 2023-11-04T20:03:48.396Z | Compiling pem-rfc7468 v0.7.0 |
2030 | 2023-11-04T20:03:48.513Z | Compiling dtrace-parser v0.1.14 |
2031 | 2023-11-04T20:03:49.201Z | Compiling hashbrown v0.14.2 |
2032 | 2023-11-04T20:03:51.348Z | Compiling dof v0.1.5 |
2033 | 2023-11-04T20:03:51.361Z | Compiling clap_derive v4.4.2 |
2034 | 2023-11-04T20:03:51.374Z | Compiling der_derive v0.7.2 |
2035 | 2023-11-04T20:03:54.408Z | Compiling bytes v1.5.0 |
2036 | 2023-11-04T20:03:55.220Z | Compiling bitflags v2.4.0 |
2037 | 2023-11-04T20:03:56.156Z | Compiling tokio v1.33.0 |
2038 | 2023-11-04T20:03:56.332Z | Compiling rustc_version v0.4.0 |
2039 | 2023-11-04T20:03:57.396Z | Compiling heapless v0.7.16 |
2040 | 2023-11-04T20:03:58.579Z | Compiling http v0.2.9 |
2041 | 2023-11-04T20:03:59.210Z | Compiling uuid v1.4.1 |
2042 | 2023-11-04T20:03:59.414Z | Compiling chrono v0.4.31 |
2043 | 2023-11-04T20:04:00.249Z | Compiling thread-id v4.2.0 |
2044 | 2023-11-04T20:04:00.676Z | Compiling siphasher v0.3.11 |
2045 | 2023-11-04T20:04:01.283Z | Compiling rustversion v1.0.14 |
2046 | 2023-11-04T20:04:01.410Z | Compiling flagset v0.4.3 |
2047 | 2023-11-04T20:04:01.742Z | Compiling try-lock v0.2.4 |
2048 | 2023-11-04T20:04:01.995Z | Compiling cpufeatures v0.2.9 |
2049 | 2023-11-04T20:04:02.135Z | Compiling equivalent v1.0.1 |
2050 | 2023-11-04T20:04:02.193Z | Compiling adler v1.0.2 |
2051 | 2023-11-04T20:04:02.283Z | Compiling anstyle v1.0.2 |
2052 | 2023-11-04T20:04:02.706Z | Compiling utf8parse v0.2.1 |
2053 | 2023-11-04T20:04:02.967Z | Compiling time-core v0.1.1 |
2054 | 2023-11-04T20:04:03.211Z | Compiling anstyle-parse v0.2.1 |
2055 | 2023-11-04T20:04:03.225Z | Compiling time-macros v0.2.13 |
2056 | 2023-11-04T20:04:05.301Z | Compiling miniz_oxide v0.7.1 |
2057 | 2023-11-04T20:04:06.110Z | Compiling indexmap v2.1.0 |
2058 | 2023-11-04T20:04:07.651Z | Compiling sha2 v0.10.8 |
2059 | 2023-11-04T20:04:07.811Z | Compiling want v0.3.1 |
2060 | 2023-11-04T20:04:08.200Z | Compiling der v0.7.8 |
2061 | 2023-11-04T20:04:08.248Z | Compiling http-body v0.4.5 |
2062 | 2023-11-04T20:04:10.781Z | Compiling tokio-util v0.7.10 |
2063 | 2023-11-04T20:04:11.953Z | Compiling serde_tokenstream v0.1.7 |
2064 | 2023-11-04T20:04:12.750Z | Compiling h2 v0.3.21 |
2065 | 2023-11-04T20:04:14.927Z | Compiling sct v0.7.0 |
2066 | 2023-11-04T20:04:15.367Z | Compiling form_urlencoded v1.2.0 |
2067 | 2023-11-04T20:04:15.821Z | Compiling hubpack_derive v0.1.1 |
2068 | 2023-11-04T20:04:16.672Z | Compiling socket2 v0.4.9 |
2069 | 2023-11-04T20:04:17.087Z | Compiling crossbeam-epoch v0.9.15 |
2070 | 2023-11-04T20:04:17.781Z | Compiling anstyle-query v1.0.0 |
2071 | 2023-11-04T20:04:18.877Z | Compiling tap v1.0.1 |
2072 | 2023-11-04T20:04:19.227Z | Compiling colorchoice v1.0.0 |
2073 | 2023-11-04T20:04:19.633Z | Compiling slog v2.7.0 |
2074 | 2023-11-04T20:04:19.808Z | Compiling tower-service v0.3.2 |
2075 | 2023-11-04T20:04:20.141Z | Compiling anyhow v1.0.75 |
2076 | 2023-11-04T20:04:20.154Z | Compiling httpdate v1.0.3 |
2077 | 2023-11-04T20:04:20.989Z | Compiling anstream v0.5.0 |
2078 | 2023-11-04T20:04:22.390Z | Compiling wyz v0.5.1 |
2079 | 2023-11-04T20:04:25.264Z | Compiling hyper v0.14.27 |
2080 | 2023-11-04T20:04:26.115Z | Compiling terminal_size v0.2.6 |
2081 | 2023-11-04T20:04:26.421Z | Compiling spki v0.7.2 |
2082 | 2023-11-04T20:04:29.584Z | Compiling rustls-pemfile v1.0.3 |
2083 | 2023-11-04T20:04:30.021Z | Compiling hmac v0.12.1 |
2084 | 2023-11-04T20:04:30.123Z | Compiling md-5 v0.10.5 |
2085 | 2023-11-04T20:04:30.329Z | Compiling zerocopy v0.6.4 |
2086 | 2023-11-04T20:04:30.853Z | Compiling idna v0.4.0 |
2087 | 2023-11-04T20:04:31.416Z | Compiling stringprep v0.1.3 |
2088 | 2023-11-04T20:04:32.090Z | Compiling diesel_table_macro_syntax v0.1.0 |
2089 | 2023-11-04T20:04:32.675Z | Compiling hash32 v0.2.1 |
2090 | 2023-11-04T20:04:32.735Z | Compiling aho-corasick v1.0.4 |
2091 | 2023-11-04T20:04:32.839Z | Compiling fallible-iterator v0.2.0 |
2092 | 2023-11-04T20:04:33.428Z | Compiling strsim v0.10.0 |
2093 | 2023-11-04T20:04:34.045Z | Compiling gimli v0.28.0 |
2094 | 2023-11-04T20:04:34.273Z | Compiling clap_lex v0.5.1 |
2095 | 2023-11-04T20:04:34.547Z | Compiling dyn-clone v1.0.13 |
2096 | 2023-11-04T20:04:34.832Z | Compiling funty v2.0.0 |
2097 | 2023-11-04T20:04:35.435Z | Compiling stable_deref_trait v1.2.0 |
2098 | 2023-11-04T20:04:35.590Z | Compiling regex-syntax v0.8.2 |
2099 | 2023-11-04T20:04:37.085Z | Compiling either v1.9.0 |
2100 | 2023-11-04T20:04:37.491Z | Compiling maybe-uninit v2.0.0 |
2101 | 2023-11-04T20:04:38.251Z | Compiling bitvec v1.0.1 |
2102 | 2023-11-04T20:04:39.741Z | Compiling clap_builder v4.4.2 |
2103 | 2023-11-04T20:04:41.036Z | Compiling postgres-protocol v0.6.6 |
2104 | 2023-11-04T20:04:41.364Z | Compiling addr2line v0.21.0 |
2105 | 2023-11-04T20:04:42.393Z | Compiling regex-automata v0.4.3 |
2106 | 2023-11-04T20:04:42.406Z | Compiling diesel_derives v2.1.1 |
2107 | 2023-11-04T20:04:43.118Z | Compiling url v2.4.1 |
2108 | 2023-11-04T20:04:47.116Z | Compiling rustls-native-certs v0.6.3 |
2109 | 2023-11-04T20:04:47.131Z | Compiling strum_macros v0.25.2 |
2110 | 2023-11-04T20:04:50.340Z | Compiling tokio-native-tls v0.3.1 |
2111 | 2023-11-04T20:04:51.092Z | Compiling usdt-macro v0.3.5 |
2112 | 2023-11-04T20:04:51.718Z | Compiling usdt-attr-macro v0.3.5 |
2113 | 2023-11-04T20:04:53.846Z | Compiling phf_shared v0.11.2 |
2114 | 2023-11-04T20:04:54.166Z | Compiling toml_datetime v0.6.5 |
2115 | 2023-11-04T20:04:54.454Z | Compiling serde_spanned v0.6.4 |
2116 | 2023-11-04T20:04:54.986Z | Compiling block-padding v0.3.3 |
2117 | 2023-11-04T20:04:55.059Z | Compiling enum-as-inner v0.5.1 |
2118 | 2023-11-04T20:04:55.316Z | Compiling serde_repr v0.1.16 |
2119 | 2023-11-04T20:04:56.516Z | Compiling scheduled-thread-pool v0.2.7 |
2120 | 2023-11-04T20:04:56.614Z | Compiling object v0.32.1 |
2121 | 2023-11-04T20:04:57.759Z | Compiling num_threads v0.1.6 |
2122 | 2023-11-04T20:04:58.201Z | Compiling rustc-demangle v0.1.23 |
2123 | 2023-11-04T20:04:58.648Z | Compiling num-bigint-dig v0.8.4 |
2124 | 2023-11-04T20:04:59.046Z | Compiling matches v0.1.10 |
2125 | 2023-11-04T20:04:59.176Z | Compiling regex-automata v0.1.10 |
2126 | 2023-11-04T20:04:59.683Z | Compiling ipnet v2.8.0 |
2127 | 2023-11-04T20:05:00.878Z | Compiling packed_struct v0.10.1 |
2128 | 2023-11-04T20:05:01.461Z | Compiling bit-vec v0.6.3 |
2129 | 2023-11-04T20:05:01.484Z | Compiling managed v0.8.0 |
2130 | 2023-11-04T20:05:02.171Z | Compiling deranged v0.3.8 |
2131 | 2023-11-04T20:05:02.302Z | Compiling winnow v0.5.15 |
2132 | 2023-11-04T20:05:05.423Z | Compiling time v0.3.27 |
2133 | 2023-11-04T20:05:08.516Z | Compiling toml_edit v0.19.15 |
2134 | 2023-11-04T20:05:13.748Z | Compiling bstr v0.2.17 |
2135 | 2023-11-04T20:05:13.771Z | Compiling idna v0.2.3 |
2136 | 2023-11-04T20:05:16.254Z | Compiling r2d2 v0.8.10 |
2137 | 2023-11-04T20:05:17.417Z | Compiling inout v0.1.3 |
2138 | 2023-11-04T20:05:18.309Z | Compiling phf v0.11.2 |
2139 | 2023-11-04T20:05:18.789Z | Compiling hyper-tls v0.5.0 |
2140 | 2023-11-04T20:05:19.308Z | Compiling regex v1.10.2 |
2141 | 2023-11-04T20:05:19.582Z | Compiling flate2 v1.0.28 |
2142 | 2023-11-04T20:05:20.673Z | Compiling clap v4.4.3 |
2143 | 2023-11-04T20:05:20.830Z | Compiling postgres-types v0.2.6 |
2144 | 2023-11-04T20:05:21.036Z | Compiling ipnetwork v0.20.0 |
2145 | 2023-11-04T20:05:21.241Z | Compiling itertools v0.11.0 |
2146 | 2023-11-04T20:05:22.327Z | Compiling pkcs8 v0.10.2 |
2147 | 2023-11-04T20:05:23.337Z | Compiling hubpack v0.1.2 |
2148 | 2023-11-04T20:05:23.498Z | Compiling serde_urlencoded v0.7.1 |
2149 | 2023-11-04T20:05:24.050Z | Compiling phf_shared v0.10.0 |
2150 | 2023-11-04T20:05:25.087Z | Compiling futures-executor v0.3.29 |
2151 | 2023-11-04T20:05:25.855Z | Compiling signature v2.1.0 |
2152 | 2023-11-04T20:05:26.506Z | Compiling packed_struct_codegen v0.10.1 |
2153 | 2023-11-04T20:05:27.843Z | Compiling float-cmp v0.9.0 |
2154 | 2023-11-04T20:05:28.270Z | Compiling encoding_rs v0.8.33 |
2155 | 2023-11-04T20:05:28.561Z | Compiling unicode-width v0.1.11 |
2156 | 2023-11-04T20:05:28.805Z | Compiling predicates-core v1.0.6 |
2157 | 2023-11-04T20:05:31.033Z | Compiling data-encoding v2.4.0 |
2158 | 2023-11-04T20:05:31.470Z | Compiling unicode-segmentation v1.10.1 |
2159 | 2023-11-04T20:05:32.701Z | Compiling regex-automata v0.3.8 |
2160 | 2023-11-04T20:05:32.906Z | Compiling normalize-line-endings v0.3.0 |
2161 | 2023-11-04T20:05:33.076Z | Compiling difflib v0.4.0 |
2162 | 2023-11-04T20:05:34.133Z | Compiling crc-catalog v2.2.0 |
2163 | 2023-11-04T20:05:34.303Z | Compiling fixedbitset v0.4.2 |
2164 | 2023-11-04T20:05:34.707Z | Compiling mime v0.3.17 |
2165 | 2023-11-04T20:05:34.956Z | Compiling new_debug_unreachable v1.0.4 |
2166 | 2023-11-04T20:05:35.086Z | Compiling nodrop v0.1.14 |
2167 | 2023-11-04T20:05:35.262Z | Compiling webpki-roots v0.25.2 |
2168 | 2023-11-04T20:05:35.590Z | Compiling static_assertions v1.1.0 |
2169 | 2023-11-04T20:05:35.726Z | Compiling precomputed-hash v0.1.1 |
2170 | 2023-11-04T20:05:35.881Z | Compiling whoami v1.4.1 |
2171 | 2023-11-04T20:05:36.622Z | Compiling tokio-postgres v0.7.10 |
2172 | 2023-11-04T20:05:36.790Z | Compiling string_cache v0.8.7 |
2173 | 2023-11-04T20:05:37.239Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2174 | 2023-11-04T20:05:45.041Z | Compiling bstr v1.6.0 |
2175 | 2023-11-04T20:05:47.054Z | Compiling array-init v0.0.4 |
2176 | 2023-11-04T20:05:47.119Z | Compiling petgraph v0.6.4 |
2177 | 2023-11-04T20:05:47.460Z | Compiling crc v3.0.1 |
2178 | 2023-11-04T20:05:48.593Z | Compiling predicates v3.0.4 |
2179 | 2023-11-04T20:05:50.276Z | Compiling similar v2.2.1 |
2180 | 2023-11-04T20:05:51.059Z | Compiling trust-dns-proto v0.22.0 |
2181 | 2023-11-04T20:05:54.135Z | Compiling console v0.15.7 |
2182 | 2023-11-04T20:06:04.498Z | Compiling futures v0.3.29 |
2183 | 2023-11-04T20:06:05.898Z | Compiling pkcs1 v0.7.5 |
2184 | 2023-11-04T20:06:06.388Z | Compiling diesel v2.1.3 |
2185 | 2023-11-04T20:06:06.898Z | Compiling smallvec v0.6.14 |
2186 | 2023-11-04T20:06:06.911Z | Compiling yasna v0.5.2 |
2187 | 2023-11-04T20:06:07.791Z | Compiling cipher v0.4.4 |
2188 | 2023-11-04T20:06:09.881Z | Compiling toml v0.7.8 |
2189 | 2023-11-04T20:06:12.438Z | Compiling bit-set v0.5.3 |
2190 | 2023-11-04T20:06:12.477Z | Compiling usdt v0.3.5 |
2191 | 2023-11-04T20:06:12.872Z | Compiling is-terminal v0.4.9 |
2192 | 2023-11-04T20:06:13.058Z | Compiling itertools v0.10.5 |
2193 | 2023-11-04T20:06:16.048Z | Compiling tokio-stream v0.1.14 |
2194 | 2023-11-04T20:06:17.673Z | Compiling openapiv3 v1.0.3 |
2195 | 2023-11-04T20:06:17.990Z | Compiling hex v0.4.3 |
2196 | 2023-11-04T20:06:21.218Z | Compiling hashbrown v0.13.2 |
2197 | 2023-11-04T20:06:23.517Z | Compiling bitfield v0.14.0 |
2198 | 2023-11-04T20:06:24.011Z | Compiling regex-syntax v0.6.29 |
2199 | 2023-11-04T20:06:26.984Z | Compiling lalrpop-util v0.19.12 |
2200 | 2023-11-04T20:06:28.570Z | Compiling termcolor v1.2.0 |
2201 | 2023-11-04T20:06:34.019Z | Compiling env_logger v0.10.0 |
2202 | 2023-11-04T20:06:40.574Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2203 | 2023-11-04T20:06:56.477Z | Compiling rsa v0.9.2 |
2204 | 2023-11-04T20:06:57.177Z | Compiling serde-hex v0.1.0 |
2205 | 2023-11-04T20:07:04.747Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2206 | 2023-11-04T20:07:07.269Z | Compiling x509-cert v0.2.4 |
2207 | 2023-11-04T20:07:08.156Z | Compiling ron v0.8.1 |
2208 | 2023-11-04T20:07:21.479Z | Compiling crc-any v2.4.3 |
2209 | 2023-11-04T20:07:23.149Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2210 | 2023-11-04T20:07:41.310Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2211 | 2023-11-04T20:07:48.429Z | Compiling object v0.30.4 |
2212 | 2023-11-04T20:07:56.937Z | Compiling path-slash v0.1.5 |
2213 | 2023-11-04T20:08:08.528Z | Compiling bzip2 v0.4.4 |
2214 | 2023-11-04T20:08:09.114Z | Compiling zip v0.6.6 |
2215 | 2023-11-04T20:08:12.798Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2216 | 2023-11-04T20:08:20.549Z | Compiling rustls-webpki v0.101.7 |
2217 | 2023-11-04T20:08:29.891Z | Compiling tokio-rustls v0.24.1 |
2218 | 2023-11-04T20:08:30.539Z | Compiling hyper-rustls v0.24.2 |
2219 | 2023-11-04T20:08:31.366Z | Compiling reqwest v0.11.20 |
2220 | 2023-11-04T20:08:44.399Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2221 | 2023-11-04T20:09:01.667Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2222 | 2023-11-04T20:09:02.789Z | Finished release [optimized] target(s) in 5m 59s |
2223 | 2023-11-04T20:09:02.878Z | |
2224 | 2023-11-04T20:09:02.883Z | real 5:59.406666769 |
2225 | 2023-11-04T20:09:02.886Z | user 42:12.849128372 |
2226 | 2023-11-04T20:09:02.890Z | sys 3:53.025763692 |
2227 | 2023-11-04T20:09:02.893Z | trap 1.934198691 |
2228 | 2023-11-04T20:09:02.895Z | tflt 1.106438245 |
2229 | 2023-11-04T20:09:02.898Z | dflt 1.607219438 |
2230 | 2023-11-04T20:09:02.901Z | kflt 0.000108501 |
2231 | 2023-11-04T20:09:02.907Z | lock 1:33:38.540097013 |
2232 | 2023-11-04T20:09:02.911Z | slp 2:55:39.235483090 |
2233 | 2023-11-04T20:09:02.914Z | lat 1:48.169794691 |
2234 | 2023-11-04T20:09:02.917Z | stop 1:36.504697907 |
2235 | 2023-11-04T20:09:02.920Z | + ptime -m gzip |
2236 | 2023-11-04T20:09:03.542Z | |
2237 | 2023-11-04T20:09:03.546Z | real 0.656555438 |
2238 | 2023-11-04T20:09:03.549Z | user 0.648812228 |
2239 | 2023-11-04T20:09:03.552Z | sys 0.007030784 |
2240 | 2023-11-04T20:09:03.555Z | trap 0.000080325 |
2241 | 2023-11-04T20:09:03.559Z | tflt 0.000000000 |
2242 | 2023-11-04T20:09:03.562Z | dflt 0.000000000 |
2243 | 2023-11-04T20:09:03.566Z | kflt 0.000000000 |
2244 | 2023-11-04T20:09:03.569Z | lock 0.000000000 |
2245 | 2023-11-04T20:09:03.573Z | slp 0.000000000 |
2246 | 2023-11-04T20:09:03.576Z | lat 0.000305323 |
2247 | 2023-11-04T20:09:03.580Z | stop 0.000222952 |
2248 | 2023-11-04T20:09:03.584Z | + banner tufaceous |
2249 | 2023-11-04T20:09:03.587Z | |
2250 | 2023-11-04T20:09:03.591Z | ##### # # ###### ## #### ###### #### # # #### |
2251 | 2023-11-04T20:09:03.594Z | # # # # # # # # # # # # # # |
2252 | 2023-11-04T20:09:03.598Z | # # # ##### # # # ##### # # # # #### |
2253 | 2023-11-04T20:09:03.601Z | # # # # ###### # # # # # # # |
2254 | 2023-11-04T20:09:03.604Z | # # # # # # # # # # # # # # # |
2255 | 2023-11-04T20:09:03.612Z | # #### # # # #### ###### #### #### #### |
2256 | 2023-11-04T20:09:03.615Z | |
2257 | 2023-11-04T20:09:03.617Z | + ptime -m cargo build --locked -p tufaceous --release |
2258 | 2023-11-04T20:09:04.285Z | Downloading crates ... |
2259 | 2023-11-04T20:09:04.649Z | Downloaded buf-list v1.0.3 |
2260 | 2023-11-04T20:09:04.653Z | Downloaded fs-err v2.9.0 |
2261 | 2023-11-04T20:09:04.656Z | Downloaded doc-comment v0.3.3 |
2262 | 2023-11-04T20:09:04.659Z | Downloaded serde_plain v1.0.2 |
2263 | 2023-11-04T20:09:04.662Z | Downloaded olpc-cjson v0.1.3 |
2264 | 2023-11-04T20:09:04.665Z | Downloaded path-absolutize v3.1.0 |
2265 | 2023-11-04T20:09:04.668Z | Downloaded path-dedot v3.1.0 |
2266 | 2023-11-04T20:09:04.671Z | Downloaded bytesize v1.3.0 |
2267 | 2023-11-04T20:09:04.674Z | Downloaded snafu-derive v0.7.5 |
2268 | 2023-11-04T20:09:04.677Z | Downloaded globset v0.4.13 |
2269 | 2023-11-04T20:09:04.680Z | Downloaded snafu v0.7.5 |
2270 | 2023-11-04T20:09:04.684Z | Downloaded tough v0.12.5 |
2271 | 2023-11-04T20:09:04.856Z | Compiling serde_tokenstream v0.2.0 |
2272 | 2023-11-04T20:09:04.872Z | Compiling regress v0.7.1 |
2273 | 2023-11-04T20:09:04.887Z | Compiling dirs-sys-next v0.1.2 |
2274 | 2023-11-04T20:09:04.890Z | Compiling ident_case v1.0.1 |
2275 | 2023-11-04T20:09:04.930Z | Compiling thread_local v1.1.7 |
2276 | 2023-11-04T20:09:04.934Z | Compiling slog-async v2.8.0 |
2277 | 2023-11-04T20:09:04.938Z | Compiling heck v0.4.1 |
2278 | 2023-11-04T20:09:05.128Z | Compiling dirs-next v2.0.0 |
2279 | 2023-11-04T20:09:05.488Z | Compiling darling_core v0.20.3 |
2280 | 2023-11-04T20:09:05.572Z | Compiling camino v1.1.6 |
2281 | 2023-11-04T20:09:05.741Z | Compiling term v0.7.0 |
2282 | 2023-11-04T20:09:06.172Z | Compiling crossbeam-channel v0.5.8 |
2283 | 2023-11-04T20:09:06.450Z | Compiling getopts v0.2.21 |
2284 | 2023-11-04T20:09:06.714Z | Compiling structmeta-derive v0.2.0 |
2285 | 2023-11-04T20:09:06.981Z | Compiling atty v0.2.14 |
2286 | 2023-11-04T20:09:07.190Z | Compiling multer v2.1.0 |
2287 | 2023-11-04T20:09:08.012Z | Compiling doc-comment v0.3.3 |
2288 | 2023-11-04T20:09:08.020Z | Compiling paste v1.0.14 |
2289 | 2023-11-04T20:09:08.309Z | Compiling take_mut v0.2.2 |
2290 | 2023-11-04T20:09:08.565Z | Compiling match_cfg v0.1.0 |
2291 | 2023-11-04T20:09:08.649Z | Compiling unsafe-libyaml v0.2.9 |
2292 | 2023-11-04T20:09:08.694Z | Compiling hostname v0.3.1 |
2293 | 2023-11-04T20:09:09.471Z | Compiling slog-term v2.9.0 |
2294 | 2023-11-04T20:09:11.088Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2295 | 2023-11-04T20:09:13.144Z | Compiling structmeta v0.2.0 |
2296 | 2023-11-04T20:09:13.788Z | Compiling serde_yaml v0.9.25 |
2297 | 2023-11-04T20:09:14.852Z | Compiling darling_macro v0.20.3 |
2298 | 2023-11-04T20:09:15.110Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2299 | 2023-11-04T20:09:15.134Z | Compiling slog-json v2.6.1 |
2300 | 2023-11-04T20:09:16.001Z | Compiling async-stream-impl v0.3.5 |
2301 | 2023-11-04T20:09:16.301Z | Compiling darling v0.20.3 |
2302 | 2023-11-04T20:09:16.463Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2303 | 2023-11-04T20:09:16.912Z | Compiling fastrand v2.0.0 |
2304 | 2023-11-04T20:09:17.177Z | Compiling atomic-waker v1.1.1 |
2305 | 2023-11-04T20:09:17.458Z | Compiling regex-syntax v0.7.5 |
2306 | 2023-11-04T20:09:18.013Z | Compiling async-stream v0.3.5 |
2307 | 2023-11-04T20:09:18.093Z | Compiling tempfile v3.8.0 |
2308 | 2023-11-04T20:09:18.195Z | Compiling waitgroup v0.1.2 |
2309 | 2023-11-04T20:09:18.612Z | Compiling serde_with_macros v2.3.3 |
2310 | 2023-11-04T20:09:18.644Z | Compiling slog-bunyan v2.4.0 |
2311 | 2023-11-04T20:09:21.458Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2312 | 2023-11-04T20:09:22.146Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2313 | 2023-11-04T20:09:22.584Z | Compiling toml_edit v0.20.7 |
2314 | 2023-11-04T20:09:23.730Z | Compiling sha1 v0.10.5 |
2315 | 2023-11-04T20:09:24.217Z | Compiling snafu-derive v0.7.5 |
2316 | 2023-11-04T20:09:24.533Z | Compiling serde_path_to_error v0.1.14 |
2317 | 2023-11-04T20:09:24.794Z | Compiling path-dedot v3.1.0 |
2318 | 2023-11-04T20:09:25.145Z | Compiling instant v0.1.12 |
2319 | 2023-11-04T20:09:25.217Z | Compiling same-file v1.0.6 |
2320 | 2023-11-04T20:09:25.374Z | Compiling base64 v0.13.1 |
2321 | 2023-11-04T20:09:25.663Z | Compiling debug-ignore v1.0.5 |
2322 | 2023-11-04T20:09:25.881Z | Compiling buf-list v1.0.3 |
2323 | 2023-11-04T20:09:26.303Z | Compiling arc-swap v1.6.0 |
2324 | 2023-11-04T20:09:26.804Z | Compiling pem v1.1.1 |
2325 | 2023-11-04T20:09:27.629Z | Compiling toml v0.8.6 |
2326 | 2023-11-04T20:09:28.413Z | Compiling parse-display-derive v0.8.2 |
2327 | 2023-11-04T20:09:29.302Z | Compiling slog-scope v4.4.0 |
2328 | 2023-11-04T20:09:29.818Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2329 | 2023-11-04T20:09:30.904Z | Compiling walkdir v2.4.0 |
2330 | 2023-11-04T20:09:32.636Z | Compiling snafu v0.7.5 |
2331 | 2023-11-04T20:09:33.869Z | Compiling backoff v0.4.0 |
2332 | 2023-11-04T20:09:34.446Z | Compiling path-absolutize v3.1.0 |
2333 | 2023-11-04T20:09:34.623Z | Compiling serde_with v2.3.3 |
2334 | 2023-11-04T20:09:34.759Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2335 | 2023-11-04T20:09:34.866Z | Compiling parse-display v0.8.2 |
2336 | 2023-11-04T20:09:35.179Z | Compiling globset v0.4.13 |
2337 | 2023-11-04T20:09:35.782Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2338 | 2023-11-04T20:09:36.023Z | Compiling strum v0.25.0 |
2339 | 2023-11-04T20:09:36.299Z | Compiling olpc-cjson v0.1.3 |
2340 | 2023-11-04T20:09:37.096Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2341 | 2023-11-04T20:09:37.224Z | Compiling macaddr v1.0.1 |
2342 | 2023-11-04T20:09:37.288Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2343 | 2023-11-04T20:09:38.419Z | Compiling serde_plain v1.0.2 |
2344 | 2023-11-04T20:09:39.301Z | Compiling xattr v1.0.1 |
2345 | 2023-11-04T20:09:39.776Z | Compiling filetime v0.2.22 |
2346 | 2023-11-04T20:09:40.282Z | Compiling tar v0.4.40 |
2347 | 2023-11-04T20:09:42.436Z | Compiling tough v0.12.5 |
2348 | 2023-11-04T20:09:48.637Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2349 | 2023-11-04T20:09:50.189Z | Compiling slog-stdlog v4.1.1 |
2350 | 2023-11-04T20:09:51.725Z | Compiling camino-tempfile v1.0.2 |
2351 | 2023-11-04T20:09:52.057Z | Compiling bytesize v1.3.0 |
2352 | 2023-11-04T20:09:52.965Z | Compiling fs-err v2.9.0 |
2353 | 2023-11-04T20:09:53.029Z | Compiling slog-envlogger v2.2.0 |
2354 | 2023-11-04T20:09:54.325Z | Compiling humantime v2.1.0 |
2355 | 2023-11-04T20:10:13.846Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2356 | 2023-11-04T20:10:14.155Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2357 | 2023-11-04T20:10:27.654Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2358 | 2023-11-04T20:10:30.644Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2359 | 2023-11-04T20:10:55.612Z | Finished release [optimized] target(s) in 1m 51s |
2360 | 2023-11-04T20:10:55.700Z | |
2361 | 2023-11-04T20:10:55.703Z | real 1:52.131425526 |
2362 | 2023-11-04T20:10:55.706Z | user 12:39.193136468 |
2363 | 2023-11-04T20:10:55.709Z | sys 44.750261514 |
2364 | 2023-11-04T20:10:55.712Z | trap 0.510755259 |
2365 | 2023-11-04T20:10:55.715Z | tflt 0.384513350 |
2366 | 2023-11-04T20:10:55.717Z | dflt 0.674802264 |
2367 | 2023-11-04T20:10:55.721Z | kflt 0.000477336 |
2368 | 2023-11-04T20:10:55.723Z | lock 25:15.579605599 |
2369 | 2023-11-04T20:10:55.726Z | slp 28:10.378067787 |
2370 | 2023-11-04T20:10:55.729Z | lat 23.971551857 |
2371 | 2023-11-04T20:10:55.733Z | stop 12.928477609 |
2372 | 2023-11-04T20:10:55.735Z | + ptime -m gzip |
2373 | 2023-11-04T20:10:58.038Z | |
2374 | 2023-11-04T20:10:58.041Z | real 2.331757842 |
2375 | 2023-11-04T20:10:58.046Z | user 2.304640529 |
2376 | 2023-11-04T20:10:58.049Z | sys 0.024213926 |
2377 | 2023-11-04T20:10:58.052Z | trap 0.001359251 |
2378 | 2023-11-04T20:10:58.054Z | tflt 0.000000000 |
2379 | 2023-11-04T20:10:58.060Z | dflt 0.000000000 |
2380 | 2023-11-04T20:10:58.065Z | kflt 0.000000000 |
2381 | 2023-11-04T20:10:58.483Z | lock 0.000000000 |
2382 | 2023-11-04T20:10:58.494Z | slp 0.000000000 |
2383 | 2023-11-04T20:10:58.910Z | lat 0.001177340 |
2384 | 2023-11-04T20:10:58.913Z | stop 0.000262271 |
2385 | 2023-11-04T20:10:58.916Z | process exited: duration 1262089 ms, exit code 0 |
|
2386 | 2023-11-04T20:10:58.923Z | found 5 output files |
2387 | 2023-11-04T20:10:58.937Z | uploading: /work/end-to-end-tests/bootstrap-346a6c0cadffef35.gz (6514605 bytes) |
2388 | 2023-11-04T20:11:02.162Z | uploaded: /work/end-to-end-tests/bootstrap-346a6c0cadffef35.gz |
2389 | 2023-11-04T20:11:02.176Z | uploading: /work/end-to-end-tests/bootstrap.gz (100093776 bytes) |
2390 | 2023-11-04T20:11:29.146Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2391 | 2023-11-04T20:11:29.166Z | uploading: /work/end-to-end-tests/end_to_end_tests-ad8d578e5459ec9d.gz (114573122 bytes) |
2392 | 2023-11-04T20:11:58.965Z | uploaded: /work/end-to-end-tests/end_to_end_tests-ad8d578e5459ec9d.gz |
2393 | 2023-11-04T20:11:58.981Z | uploading: /work/caboose-util.gz (4111190 bytes) |
2394 | 2023-11-04T20:12:01.278Z | uploaded: /work/caboose-util.gz |
2395 | 2023-11-04T20:12:01.283Z | uploading: /work/tufaceous.gz (14762097 bytes) |
2396 | 2023-11-04T20:12:06.790Z | uploaded: /work/tufaceous.gz |