|
|
|
1 | 2023-11-16T20:28:14.788Z | job assigned to worker 01HFCX12Q3KWCX3YPWGS8TYFJQ (queued for 1 m 33 s) |
|
2 | 2023-11-16T20:28:15.003Z | starting task 0: "setup" |
3 | 2023-11-16T20:28:15.066Z | ++ uname -s |
4 | 2023-11-16T20:28:15.069Z | + kern=SunOS |
5 | 2023-11-16T20:28:15.072Z | + case "$kern" in |
6 | 2023-11-16T20:28:15.075Z | + groupadd -g 12345 build |
7 | 2023-11-16T20:28:15.078Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-16T20:28:17.083Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-16T20:28:17.249Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-16T20:28:17.252Z | + home_fs=zfs |
11 | 2023-11-16T20:28:17.255Z | + [[ zfs == autofs ]] |
12 | 2023-11-16T20:28:17.258Z | + mkdir -p /home/build |
13 | 2023-11-16T20:28:17.261Z | + chown build:build /home/build /work |
14 | 2023-11-16T20:28:19.258Z | + chmod 0700 /home/build /work |
15 | 2023-11-16T20:28:19.262Z | process exited: duration 4254 ms, exit code 0 |
|
16 | 2023-11-16T20:28:19.267Z | starting task 1: "rust-toolchain" |
17 | 2023-11-16T20:28:19.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-16T20:28:19.282Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-16T20:28:19.644Z | info: downloading installer |
20 | 2023-11-16T20:28:22.681Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-16T20:28:22.684Z | warning: /opt/ooce/bin |
22 | 2023-11-16T20:28:22.687Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-16T20:28:22.689Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-16T20:28:22.693Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-16T20:28:22.697Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-16T20:28:22.699Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-16T20:28:22.702Z | error: cannot install while Rust is installed |
28 | 2023-11-16T20:28:22.705Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-16T20:28:23.294Z | info: profile set to 'default' |
30 | 2023-11-16T20:28:23.299Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-16T20:28:23.306Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-16T20:28:23.483Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-16T20:28:23.486Z | info: downloading component 'cargo' |
34 | 2023-11-16T20:28:24.322Z | info: downloading component 'clippy' |
35 | 2023-11-16T20:28:24.615Z | info: downloading component 'rust-docs' |
36 | 2023-11-16T20:28:25.648Z | info: downloading component 'rust-std' |
37 | 2023-11-16T20:28:27.488Z | info: downloading component 'rustc' |
38 | 2023-11-16T20:28:31.961Z | info: downloading component 'rustfmt' |
39 | 2023-11-16T20:28:32.210Z | info: installing component 'cargo' |
40 | 2023-11-16T20:28:34.439Z | info: installing component 'clippy' |
41 | 2023-11-16T20:28:35.583Z | info: installing component 'rust-docs' |
42 | 2023-11-16T20:28:38.306Z | info: installing component 'rust-std' |
43 | 2023-11-16T20:28:42.972Z | info: installing component 'rustc' |
44 | 2023-11-16T20:28:54.162Z | info: installing component 'rustfmt' |
45 | 2023-11-16T20:28:54.636Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-16T20:28:54.638Z | |
47 | 2023-11-16T20:28:54.823Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-16T20:28:54.826Z | |
49 | 2023-11-16T20:28:54.829Z | |
50 | 2023-11-16T20:28:54.832Z | Rust is installed now. Great! |
51 | 2023-11-16T20:28:54.835Z | |
52 | 2023-11-16T20:28:54.841Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-16T20:28:54.844Z | environment variable. This has not been done automatically. |
54 | 2023-11-16T20:28:54.847Z | |
55 | 2023-11-16T20:28:54.849Z | To configure your current shell, run: |
56 | 2023-11-16T20:28:54.852Z | source "$HOME/.cargo/env" |
57 | 2023-11-16T20:28:54.921Z | + rustc --version |
58 | 2023-11-16T20:28:55.028Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-16T20:28:55.035Z | process exited: duration 35764 ms, exit code 0 |
|
60 | 2023-11-16T20:28:55.045Z | starting task 2: "authentication" |
61 | 2023-11-16T20:28:55.080Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-16T20:28:55.085Z | starting task 3: "clone repository" |
63 | 2023-11-16T20:28:55.095Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-16T20:28:55.098Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-16T20:28:55.136Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-16T20:29:00.497Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-16T20:29:00.500Z | + [[ -n '' ]] |
68 | 2023-11-16T20:29:00.503Z | + git fetch origin 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
69 | 2023-11-16T20:29:01.195Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-16T20:29:01.198Z | * branch 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 -> FETCH_HEAD |
71 | 2023-11-16T20:29:01.203Z | + git reset --hard 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
72 | 2023-11-16T20:29:01.361Z | HEAD is now at 278a9825 Merge branch 'main' into omdb_db_validate |
73 | 2023-11-16T20:29:01.365Z | process exited: duration 6275 ms, exit code 0 |
|
74 | 2023-11-16T20:29:01.372Z | starting task 4: "build" |
75 | 2023-11-16T20:29:01.383Z | + cargo --version |
76 | 2023-11-16T20:29:01.390Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
77 | 2023-11-16T20:29:01.615Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
78 | 2023-11-16T20:29:01.619Z | info: downloading component 'cargo' |
79 | 2023-11-16T20:29:02.521Z | info: downloading component 'clippy' |
80 | 2023-11-16T20:29:02.841Z | info: downloading component 'rust-docs' |
81 | 2023-11-16T20:29:04.019Z | info: downloading component 'rust-std' |
82 | 2023-11-16T20:29:05.862Z | info: downloading component 'rustc' |
83 | 2023-11-16T20:29:10.915Z | info: downloading component 'rustfmt' |
84 | 2023-11-16T20:29:11.272Z | info: installing component 'cargo' |
85 | 2023-11-16T20:29:12.489Z | info: installing component 'clippy' |
86 | 2023-11-16T20:29:13.000Z | info: installing component 'rust-docs' |
87 | 2023-11-16T20:29:15.651Z | info: installing component 'rust-std' |
88 | 2023-11-16T20:29:18.197Z | info: installing component 'rustc' |
89 | 2023-11-16T20:29:24.566Z | info: installing component 'rustfmt' |
90 | 2023-11-16T20:29:25.093Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
91 | 2023-11-16T20:29:25.097Z | + rustc --version |
92 | 2023-11-16T20:29:25.228Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
93 | 2023-11-16T20:29:25.235Z | ++ git rev-parse HEAD |
94 | 2023-11-16T20:29:25.250Z | + COMMIT=278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
95 | 2023-11-16T20:29:25.253Z | + VERSION=1.0.4-0.ci+git278a9825218 |
96 | 2023-11-16T20:29:25.255Z | + echo 1.0.4-0.ci+git278a9825218 |
97 | 2023-11-16T20:29:25.258Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2023-11-16T20:29:35.300Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2023-11-16T20:29:36.345Z | Startup: Caching catalogs ... Done |
100 | 2023-11-16T20:29:41.627Z | Planning: Solver setup ... Done (4.995s) |
101 | 2023-11-16T20:29:41.751Z | Planning: Running solver ... Done (0.123s) |
102 | 2023-11-16T20:29:41.808Z | Planning: Finding local manifests ... Done (0.003s) |
103 | 2023-11-16T20:29:41.823Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2023-11-16T20:29:42.270Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2023-11-16T20:29:42.351Z | Planning: Package planning ... Done (0.081s) |
106 | 2023-11-16T20:29:42.438Z | Planning: Merging actions ... Done (0.087s) |
107 | 2023-11-16T20:29:43.136Z | Planning: Checking for conflicting actions ... Done (0.697s) |
108 | 2023-11-16T20:29:43.153Z | Planning: Consolidating action changes ... Done (0.017s) |
109 | 2023-11-16T20:29:48.057Z | Planning: Evaluating mediators ... Done (4.903s) |
110 | 2023-11-16T20:29:48.072Z | Planning: Planning completed in 11.67 seconds |
111 | 2023-11-16T20:29:50.668Z | Packages to install: 4 |
112 | 2023-11-16T20:29:50.672Z | Mediators to change: 2 |
113 | 2023-11-16T20:29:50.675Z | Services to change: 1 |
114 | 2023-11-16T20:29:50.678Z | Estimated space available: 148.90 GB |
115 | 2023-11-16T20:29:50.680Z | Estimated space to be consumed: 1.37 GB |
116 | 2023-11-16T20:29:50.683Z | Create boot environment: No |
117 | 2023-11-16T20:29:50.686Z | Create backup boot environment: No |
118 | 2023-11-16T20:29:50.689Z | Rebuild boot archive: No |
119 | 2023-11-16T20:29:50.692Z | |
120 | 2023-11-16T20:29:50.695Z | Changed mediators: |
121 | 2023-11-16T20:29:50.698Z | mediator clang: |
122 | 2023-11-16T20:29:50.701Z | version: None -> 15 (system default) |
123 | 2023-11-16T20:29:50.704Z | |
124 | 2023-11-16T20:29:50.707Z | mediator llvm: |
125 | 2023-11-16T20:29:50.710Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-11-16T20:29:50.713Z | |
127 | 2023-11-16T20:29:50.716Z | Changed packages: |
128 | 2023-11-16T20:29:50.718Z | helios-dev |
129 | 2023-11-16T20:29:50.721Z | developer/build-essential |
130 | 2023-11-16T20:29:50.724Z | None -> 11-2.0 |
131 | 2023-11-16T20:29:50.727Z | library/libxmlsec1 |
132 | 2023-11-16T20:29:50.730Z | None -> 1.2.35-2.0 |
133 | 2023-11-16T20:29:50.732Z | ooce/developer/clang-15 |
134 | 2023-11-16T20:29:50.735Z | None -> 15.0.7-2.0 |
135 | 2023-11-16T20:29:50.738Z | ooce/developer/llvm-15 |
136 | 2023-11-16T20:29:50.741Z | None -> 15.0.7-2.0 |
137 | 2023-11-16T20:29:50.744Z | |
138 | 2023-11-16T20:29:50.747Z | Services: |
139 | 2023-11-16T20:29:50.750Z | restart_fmri: |
140 | 2023-11-16T20:29:50.753Z | svc:/system/update-man-index:default |
141 | 2023-11-16T20:29:50.848Z | |
142 | 2023-11-16T20:29:50.852Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2023-11-16T20:29:55.857Z | Download: 990/3290 items 16.4/212.6MB 7% complete (3.3M/s) |
144 | 2023-11-16T20:30:00.858Z | Download: 1974/3290 items 118.7/212.6MB 55% complete (12.0M/s) |
145 | 2023-11-16T20:30:05.858Z | Download: 3248/3290 items 184.5/212.6MB 86% complete (16.7M/s) |
146 | 2023-11-16T20:30:07.594Z | Download: Completed 212.60 MB in 16.75 seconds (12.7M/s) |
147 | 2023-11-16T20:30:08.067Z | Actions: 1/3687 actions (Installing new actions) |
148 | 2023-11-16T20:30:13.424Z | Actions: 3028/3687 actions (Installing new actions) |
149 | 2023-11-16T20:30:16.350Z | Actions: Completed 3687 actions in 8.29 seconds. |
150 | 2023-11-16T20:30:16.538Z | Done (0.181s) |
151 | 2023-11-16T20:30:16.542Z | Done (0.000s) |
152 | 2023-11-16T20:30:17.166Z | Done (0.219s) |
153 | 2023-11-16T20:30:24.489Z | Done (7.615s) |
154 | 2023-11-16T20:30:24.766Z | Done (0.173s) |
155 | 2023-11-16T20:30:24.769Z | Done (0.000s) |
156 | 2023-11-16T20:30:25.014Z | Done (0.000s) |
157 | 2023-11-16T20:30:25.725Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-11-16T20:30:26.012Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-11-16T20:30:26.015Z | Planning: Consolidating action changes ... Done |
160 | 2023-11-16T20:30:26.454Z | Planning: Evaluating mediators ... Done |
161 | 2023-11-16T20:30:26.457Z | Planning: Planning completed in 0.73 seconds |
162 | 2023-11-16T20:30:26.509Z | Mediators to change: 2 |
163 | 2023-11-16T20:30:26.513Z | Create boot environment: No |
164 | 2023-11-16T20:30:26.516Z | Create backup boot environment: No |
165 | 2023-11-16T20:30:26.597Z | Done |
166 | 2023-11-16T20:30:26.602Z | Done |
167 | 2023-11-16T20:30:26.737Z | Done |
168 | 2023-11-16T20:30:32.883Z | Done |
169 | 2023-11-16T20:30:33.016Z | Done |
170 | 2023-11-16T20:30:33.026Z | Done |
171 | 2023-11-16T20:30:33.141Z | Done |
172 | 2023-11-16T20:30:34.164Z | Planning: Evaluating mediator changes ... Done |
173 | 2023-11-16T20:30:34.167Z | Planning: Merging actions ... Done |
174 | 2023-11-16T20:30:34.517Z | Planning: Checking for conflicting actions ... Done |
175 | 2023-11-16T20:30:34.530Z | Planning: Consolidating action changes ... Done |
176 | 2023-11-16T20:30:34.942Z | Planning: Evaluating mediators ... Done |
177 | 2023-11-16T20:30:35.035Z | Planning: Planning completed in 1.31 seconds |
178 | 2023-11-16T20:30:35.092Z | Packages to change: 1 |
179 | 2023-11-16T20:30:35.094Z | Mediators to change: 1 |
180 | 2023-11-16T20:30:35.098Z | Services to change: 1 |
181 | 2023-11-16T20:30:35.103Z | Create boot environment: No |
182 | 2023-11-16T20:30:35.106Z | Create backup boot environment: Yes |
183 | 2023-11-16T20:30:37.048Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2023-11-16T20:30:37.056Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2023-11-16T20:30:37.085Z | Done |
186 | 2023-11-16T20:30:37.092Z | Done |
187 | 2023-11-16T20:30:37.100Z | Done |
188 | 2023-11-16T20:30:43.162Z | Done |
189 | 2023-11-16T20:30:43.321Z | Done |
190 | 2023-11-16T20:30:43.337Z | Done |
191 | 2023-11-16T20:30:43.405Z | Done |
192 | 2023-11-16T20:30:44.106Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2023-11-16T20:30:44.114Z | clang system 15 system |
194 | 2023-11-16T20:30:44.533Z | csh system system illumos |
195 | 2023-11-16T20:30:44.541Z | ctags system system illumos |
196 | 2023-11-16T20:30:44.984Z | gcc vendor 12 vendor |
197 | 2023-11-16T20:30:44.987Z | gcc system 10 system |
198 | 2023-11-16T20:30:44.990Z | gcc system 7 system |
199 | 2023-11-16T20:30:44.993Z | go system 1.20 system |
200 | 2023-11-16T20:30:44.996Z | go system 1.19 system |
201 | 2023-11-16T20:30:44.999Z | llvm system 15 system |
202 | 2023-11-16T20:30:45.003Z | llvm system 14 system |
203 | 2023-11-16T20:30:45.005Z | mariadb system 10.6 system |
204 | 2023-11-16T20:30:45.008Z | mta vendor vendor dma |
205 | 2023-11-16T20:30:45.011Z | openjdk system 17 system |
206 | 2023-11-16T20:30:45.014Z | openjdk system 11 system |
207 | 2023-11-16T20:30:45.023Z | openjdk system 1.8 system |
208 | 2023-11-16T20:30:45.026Z | openssl vendor 3 vendor |
209 | 2023-11-16T20:30:45.029Z | perl system 5.36 system |
210 | 2023-11-16T20:30:45.032Z | postgresql system 15 system |
211 | 2023-11-16T20:30:45.034Z | postgresql system 13 system |
212 | 2023-11-16T20:30:45.038Z | python vendor 3 vendor |
213 | 2023-11-16T20:30:45.041Z | python system 2 system |
214 | 2023-11-16T20:30:45.044Z | python3 system 3.11 system |
215 | 2023-11-16T20:30:45.047Z | ruby system 3.0 system |
216 | 2023-11-16T20:30:45.051Z | words vendor vendor american-english |
217 | 2023-11-16T20:30:45.054Z | words system system australian-english |
218 | 2023-11-16T20:30:45.058Z | words system system british-english |
219 | 2023-11-16T20:30:45.061Z | words system system canadian-english |
220 | 2023-11-16T20:30:45.064Z | words system system french |
221 | 2023-11-16T20:30:45.067Z | words system system italian |
222 | 2023-11-16T20:30:45.071Z | words system system ngerman |
223 | 2023-11-16T20:30:45.073Z | words system system ogerman |
224 | 2023-11-16T20:30:45.076Z | words system system spanish |
225 | 2023-11-16T20:30:45.080Z | FMRI IFO |
226 | 2023-11-16T20:30:45.083Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2023-11-16T20:30:45.090Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2023-11-16T20:30:45.099Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2023-11-16T20:30:45.103Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
230 | 2023-11-16T20:30:45.106Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2023-11-16T20:30:45.109Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
232 | 2023-11-16T20:30:45.112Z | + set -o errexit |
233 | 2023-11-16T20:30:45.115Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2023-11-16T20:30:45.118Z | ++ cd ./tools |
235 | 2023-11-16T20:30:45.121Z | ++ pwd |
236 | 2023-11-16T20:30:45.125Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2023-11-16T20:30:45.128Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2023-11-16T20:30:45.131Z | + ARG0=ci_download_cockroachdb |
239 | 2023-11-16T20:30:45.134Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2023-11-16T20:30:45.137Z | + CIDL_VERSION=v22.1.9 |
241 | 2023-11-16T20:30:45.140Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2023-11-16T20:30:45.143Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2023-11-16T20:30:45.146Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2023-11-16T20:30:45.149Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2023-11-16T20:30:45.151Z | + TARGET_DIR=out |
246 | 2023-11-16T20:30:45.154Z | + DOWNLOAD_DIR=out/downloads |
247 | 2023-11-16T20:30:45.158Z | + DEST_DIR=./out/cockroachdb |
248 | 2023-11-16T20:30:45.161Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2023-11-16T20:30:45.164Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2023-11-16T20:30:45.170Z | + main |
251 | 2023-11-16T20:30:45.173Z | + [[ 0 != 0 ]] |
252 | 2023-11-16T20:30:45.182Z | + CIDL_OS=solaris2.11 |
253 | 2023-11-16T20:30:45.185Z | + [[ 0 != 0 ]] |
254 | 2023-11-16T20:30:45.188Z | + configure_os solaris2.11 |
255 | 2023-11-16T20:30:45.191Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2023-11-16T20:30:45.195Z | current directory: /work/oxidecomputer/omicron |
257 | 2023-11-16T20:30:45.198Z | + echo 'configuring based on OS: "solaris2.11"' |
258 | 2023-11-16T20:30:45.200Z | configuring based on OS: "solaris2.11" |
259 | 2023-11-16T20:30:45.205Z | + case "$1" in |
260 | 2023-11-16T20:30:45.208Z | + CIDL_BUILD=illumos |
261 | 2023-11-16T20:30:45.211Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-11-16T20:30:45.214Z | + CIDL_SUFFIX=tar.gz |
263 | 2023-11-16T20:30:45.218Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-11-16T20:30:45.221Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-11-16T20:30:45.225Z | Downloading... |
266 | 2023-11-16T20:30:45.228Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-16T20:30:45.232Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-16T20:30:45.242Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-16T20:30:45.245Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-16T20:30:45.248Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-16T20:30:45.251Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-16T20:30:45.254Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-16T20:30:45.257Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-16T20:30:45.260Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-16T20:30:45.264Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-16T20:30:45.267Z | + mkdir -p out/downloads |
277 | 2023-11-16T20:30:45.270Z | + mkdir -p ./out/cockroachdb |
278 | 2023-11-16T20:30:45.273Z | + local DO_DOWNLOAD=true |
279 | 2023-11-16T20:30:45.276Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2023-11-16T20:30:45.279Z | + '[' true == true ']' |
281 | 2023-11-16T20:30:45.282Z | + echo Downloading... |
282 | 2023-11-16T20:30:45.286Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-16T20:30:45.288Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-16T20:30:47.665Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-16T20:30:47.668Z | ++ md5sum |
286 | 2023-11-16T20:30:47.671Z | ++ awk '{print $1}' |
287 | 2023-11-16T20:30:47.854Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2023-11-16T20:30:47.873Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
289 | 2023-11-16T20:30:47.885Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-16T20:30:47.904Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2023-11-16T20:30:51.190Z | + do_assemble_illumos |
292 | 2023-11-16T20:30:51.193Z | + rm -r ./out/cockroachdb |
293 | 2023-11-16T20:30:51.196Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2023-11-16T20:30:51.811Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2023-11-16T20:30:52.158Z | Build Tag: v22.1.9-dirty |
296 | 2023-11-16T20:30:52.173Z | Build Time: 2022/10/26 21:17:46 |
297 | 2023-11-16T20:30:52.177Z | Distribution: OSS |
298 | 2023-11-16T20:30:52.182Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2023-11-16T20:30:52.186Z | Go Version: go1.17.13 |
300 | 2023-11-16T20:30:52.190Z | C Compiler: gcc 10.3.0 |
301 | 2023-11-16T20:30:52.194Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2023-11-16T20:30:52.198Z | Build Type: release |
303 | 2023-11-16T20:30:52.205Z | + set -o errexit |
304 | 2023-11-16T20:30:52.210Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2023-11-16T20:30:52.214Z | ++ cd ./tools |
306 | 2023-11-16T20:30:52.219Z | ++ pwd |
307 | 2023-11-16T20:30:52.225Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2023-11-16T20:30:52.230Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2023-11-16T20:30:52.235Z | + ARG0=ci_download_clickhouse |
310 | 2023-11-16T20:30:52.238Z | + TARGET_DIR=out |
311 | 2023-11-16T20:30:52.241Z | + DOWNLOAD_DIR=out/downloads |
312 | 2023-11-16T20:30:52.244Z | + DEST_DIR=./out/clickhouse |
313 | 2023-11-16T20:30:52.248Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2023-11-16T20:30:52.253Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2023-11-16T20:30:52.260Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2023-11-16T20:30:52.264Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2023-11-16T20:30:52.675Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2023-11-16T20:30:52.683Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2023-11-16T20:30:52.688Z | + main |
320 | 2023-11-16T20:30:52.691Z | + [[ 0 != 0 ]] |
321 | 2023-11-16T20:30:52.694Z | + CIDL_OS=solaris2.11 |
322 | 2023-11-16T20:30:52.697Z | + [[ 0 != 0 ]] |
323 | 2023-11-16T20:30:52.700Z | + configure_os solaris2.11 |
324 | 2023-11-16T20:30:52.703Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2023-11-16T20:30:52.706Z | current directory: /work/oxidecomputer/omicron |
326 | 2023-11-16T20:30:52.709Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2023-11-16T20:30:52.714Z | configuring based on OS: "solaris2.11" |
328 | 2023-11-16T20:30:52.717Z | + CIDL_DASHREV= |
329 | 2023-11-16T20:30:52.720Z | + case "$1" in |
330 | 2023-11-16T20:30:52.724Z | + CIDL_PLATFORM=illumos |
331 | 2023-11-16T20:30:52.727Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2023-11-16T20:30:52.730Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2023-11-16T20:30:52.733Z | + CIDL_DASHREV=-1 |
334 | 2023-11-16T20:30:52.736Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2023-11-16T20:30:52.739Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-16T20:30:52.742Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-16T20:30:52.745Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-16T20:30:52.748Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-11-16T20:30:52.751Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-16T20:30:52.754Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-11-16T20:30:52.757Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-16T20:30:52.760Z | + mkdir -p out/downloads |
343 | 2023-11-16T20:30:52.763Z | + mkdir -p ./out/clickhouse |
344 | 2023-11-16T20:30:52.766Z | + local DO_DOWNLOAD=true |
345 | 2023-11-16T20:30:52.769Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2023-11-16T20:30:52.772Z | + '[' true == true ']' |
347 | 2023-11-16T20:30:52.775Z | + echo Downloading... |
348 | 2023-11-16T20:30:52.866Z | Downloading... |
349 | 2023-11-16T20:30:52.871Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-16T20:30:52.875Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-11-16T20:30:53.669Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-11-16T20:30:53.674Z | ++ md5sum |
353 | 2023-11-16T20:30:53.681Z | ++ awk '{print $1}' |
354 | 2023-11-16T20:30:53.923Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-11-16T20:30:53.930Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
356 | 2023-11-16T20:30:53.935Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2023-11-16T20:30:53.940Z | + mkdir -p ./out/clickhouse |
358 | 2023-11-16T20:30:53.948Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2023-11-16T20:30:58.664Z | + ./out/clickhouse/clickhouse server --version |
360 | 2023-11-16T20:30:58.717Z | ClickHouse server version 22.8.9.1. |
361 | 2023-11-16T20:30:58.741Z | + set -o errexit |
362 | 2023-11-16T20:30:58.745Z | +++ dirname ./tools/ci_download_console |
363 | 2023-11-16T20:30:58.748Z | ++ cd ./tools |
364 | 2023-11-16T20:30:58.752Z | ++ pwd |
365 | 2023-11-16T20:30:58.757Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2023-11-16T20:30:58.766Z | ++ basename ./tools/ci_download_console |
367 | 2023-11-16T20:30:58.777Z | + ARG0=ci_download_console |
368 | 2023-11-16T20:30:58.785Z | + TARGET_DIR=out |
369 | 2023-11-16T20:30:58.788Z | + DOWNLOAD_DIR=out/downloads |
370 | 2023-11-16T20:30:58.793Z | + DEST_DIR=./out/console-assets |
371 | 2023-11-16T20:30:58.796Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2023-11-16T20:30:58.798Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
373 | 2023-11-16T20:30:58.802Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
374 | 2023-11-16T20:30:58.805Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
375 | 2023-11-16T20:30:58.808Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2023-11-16T20:30:58.811Z | + main |
377 | 2023-11-16T20:30:58.814Z | + [[ 0 != 0 ]] |
378 | 2023-11-16T20:30:58.817Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
379 | 2023-11-16T20:30:58.820Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-16T20:30:58.823Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2023-11-16T20:30:58.826Z | Local file: out/downloads/console.tar.gz |
382 | 2023-11-16T20:30:58.829Z | + local DO_DOWNLOAD=true |
383 | 2023-11-16T20:30:58.837Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2023-11-16T20:30:58.840Z | + mkdir -p out/downloads |
385 | 2023-11-16T20:30:58.843Z | + '[' true == true ']' |
386 | 2023-11-16T20:30:58.846Z | + echo Downloading... |
387 | 2023-11-16T20:30:58.849Z | Downloading... |
388 | 2023-11-16T20:30:58.852Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
389 | 2023-11-16T20:30:58.855Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-11-16T20:30:59.422Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2023-11-16T20:30:59.426Z | ++ case "$OSTYPE" in |
392 | 2023-11-16T20:30:59.429Z | ++ SHA=sha256sum |
393 | 2023-11-16T20:30:59.432Z | ++ sha256sum |
394 | 2023-11-16T20:30:59.436Z | ++ awk '{print $1}' |
395 | 2023-11-16T20:30:59.447Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-11-16T20:30:59.450Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
397 | 2023-11-16T20:30:59.454Z | + rm -rf ./out/console-assets |
398 | 2023-11-16T20:30:59.457Z | + mkdir -p ./out/console-assets |
399 | 2023-11-16T20:30:59.459Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2023-11-16T20:30:59.463Z | + mkdir -p ./out/console-assets |
401 | 2023-11-16T20:30:59.465Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2023-11-16T20:31:00.009Z | + set -o errexit |
403 | 2023-11-16T20:31:00.040Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2023-11-16T20:31:00.057Z | ++ cd ./tools |
405 | 2023-11-16T20:31:00.075Z | ++ pwd |
406 | 2023-11-16T20:31:00.087Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2023-11-16T20:31:00.095Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2023-11-16T20:31:00.103Z | + ARG0=ci_download_maghemite_openapi |
409 | 2023-11-16T20:31:00.112Z | + TARGET_DIR=out |
410 | 2023-11-16T20:31:00.120Z | + DOWNLOAD_DIR=out/downloads |
411 | 2023-11-16T20:31:00.125Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2023-11-16T20:31:00.132Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
413 | 2023-11-16T20:31:00.138Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
414 | 2023-11-16T20:31:00.143Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
415 | 2023-11-16T20:31:00.149Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
416 | 2023-11-16T20:31:00.156Z | + main |
417 | 2023-11-16T20:31:00.163Z | + [[ 0 != 0 ]] |
418 | 2023-11-16T20:31:00.170Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
419 | 2023-11-16T20:31:00.177Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
420 | 2023-11-16T20:31:00.182Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
421 | 2023-11-16T20:31:00.186Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
422 | 2023-11-16T20:31:00.191Z | + local DO_DOWNLOAD=true |
423 | 2023-11-16T20:31:00.196Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
424 | 2023-11-16T20:31:00.202Z | + mkdir -p out/downloads |
425 | 2023-11-16T20:31:00.206Z | + '[' true == true ']' |
426 | 2023-11-16T20:31:00.211Z | + echo Downloading... |
427 | 2023-11-16T20:31:00.218Z | Downloading... |
428 | 2023-11-16T20:31:00.226Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
429 | 2023-11-16T20:31:00.234Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
430 | 2023-11-16T20:31:00.239Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
431 | 2023-11-16T20:31:00.243Z | ++ case "$OSTYPE" in |
432 | 2023-11-16T20:31:00.248Z | ++ SHA=sha256sum |
433 | 2023-11-16T20:31:00.254Z | ++ sha256sum |
434 | 2023-11-16T20:31:00.263Z | ++ awk '{print $1}' |
435 | 2023-11-16T20:31:00.269Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-11-16T20:31:00.274Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
437 | 2023-11-16T20:31:00.281Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2023-11-16T20:31:00.295Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
439 | 2023-11-16T20:31:00.714Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
440 | 2023-11-16T20:31:00.725Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
441 | 2023-11-16T20:31:01.142Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
442 | 2023-11-16T20:31:01.158Z | + main |
443 | 2023-11-16T20:31:01.168Z | + [[ 0 != 0 ]] |
444 | 2023-11-16T20:31:01.178Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
445 | 2023-11-16T20:31:01.187Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
446 | 2023-11-16T20:31:01.602Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
447 | 2023-11-16T20:31:02.021Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
448 | 2023-11-16T20:31:02.025Z | + local DO_DOWNLOAD=true |
449 | 2023-11-16T20:31:02.028Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
450 | 2023-11-16T20:31:02.032Z | + mkdir -p out/downloads |
451 | 2023-11-16T20:31:02.093Z | + '[' true == true ']' |
452 | 2023-11-16T20:31:02.129Z | + echo Downloading... |
453 | 2023-11-16T20:31:02.149Z | Downloading... |
454 | 2023-11-16T20:31:02.164Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-16T20:31:02.184Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
456 | 2023-11-16T20:31:02.194Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
457 | 2023-11-16T20:31:02.201Z | ++ case "$OSTYPE" in |
458 | 2023-11-16T20:31:02.216Z | ++ SHA=sha256sum |
459 | 2023-11-16T20:31:02.229Z | ++ sha256sum |
460 | 2023-11-16T20:31:02.245Z | ++ awk '{print $1}' |
461 | 2023-11-16T20:31:02.260Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
462 | 2023-11-16T20:31:02.279Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
463 | 2023-11-16T20:31:02.284Z | + set -o errexit |
464 | 2023-11-16T20:31:02.291Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2023-11-16T20:31:02.299Z | ++ cd ./tools |
466 | 2023-11-16T20:31:02.305Z | ++ pwd |
467 | 2023-11-16T20:31:02.314Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2023-11-16T20:31:02.320Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2023-11-16T20:31:02.329Z | + ARG0=ci_download_dendrite_openapi |
470 | 2023-11-16T20:31:02.335Z | + TARGET_DIR=out |
471 | 2023-11-16T20:31:02.340Z | + DOWNLOAD_DIR=out/downloads |
472 | 2023-11-16T20:31:02.346Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-11-16T20:31:02.352Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
474 | 2023-11-16T20:31:02.358Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
475 | 2023-11-16T20:31:02.365Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
476 | 2023-11-16T20:31:02.373Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
477 | 2023-11-16T20:31:02.381Z | + main |
478 | 2023-11-16T20:31:02.388Z | + [[ 0 != 0 ]] |
479 | 2023-11-16T20:31:02.396Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
480 | 2023-11-16T20:31:02.404Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
481 | 2023-11-16T20:31:02.417Z | + local DO_DOWNLOAD=true |
482 | 2023-11-16T20:31:02.424Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
483 | 2023-11-16T20:31:02.431Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
484 | 2023-11-16T20:31:02.457Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
485 | 2023-11-16T20:31:02.463Z | + mkdir -p out/downloads |
486 | 2023-11-16T20:31:02.472Z | + '[' true == true ']' |
487 | 2023-11-16T20:31:02.481Z | + echo Downloading... |
488 | 2023-11-16T20:31:02.489Z | Downloading... |
489 | 2023-11-16T20:31:02.498Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
490 | 2023-11-16T20:31:02.504Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
491 | 2023-11-16T20:31:02.513Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
492 | 2023-11-16T20:31:02.521Z | ++ case "$OSTYPE" in |
493 | 2023-11-16T20:31:02.528Z | ++ SHA=sha256sum |
494 | 2023-11-16T20:31:02.535Z | ++ sha256sum |
495 | 2023-11-16T20:31:02.546Z | ++ awk '{print $1}' |
496 | 2023-11-16T20:31:02.559Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
497 | 2023-11-16T20:31:02.571Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
498 | 2023-11-16T20:31:02.578Z | + set -o errexit |
499 | 2023-11-16T20:31:02.591Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2023-11-16T20:31:02.602Z | ++ cd ./tools |
501 | 2023-11-16T20:31:02.616Z | ++ pwd |
502 | 2023-11-16T20:31:02.624Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2023-11-16T20:31:02.643Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2023-11-16T20:31:03.057Z | + ARG0=ci_download_dendrite_stub |
505 | 2023-11-16T20:31:03.471Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2023-11-16T20:31:03.501Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
507 | 2023-11-16T20:31:03.915Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
508 | 2023-11-16T20:31:03.923Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
509 | 2023-11-16T20:31:03.929Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2023-11-16T20:31:03.937Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
511 | 2023-11-16T20:31:03.944Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
512 | 2023-11-16T20:31:03.952Z | + TARGET_DIR=out |
513 | 2023-11-16T20:31:03.959Z | current directory: /work/oxidecomputer/omicron |
514 | 2023-11-16T20:31:03.967Z | + DOWNLOAD_DIR=out/downloads |
515 | 2023-11-16T20:31:03.974Z | configuring based on OS: "solaris2.11" |
516 | 2023-11-16T20:31:03.978Z | + DEST_DIR=./out/dendrite-stub |
517 | 2023-11-16T20:31:03.982Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
518 | 2023-11-16T20:31:03.986Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-11-16T20:31:03.989Z | Local file: out/downloads/dendrite-stub.tar.gz |
520 | 2023-11-16T20:31:04.004Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2023-11-16T20:31:04.008Z | Downloading... |
522 | 2023-11-16T20:31:04.011Z | + REPO=oxidecomputer/dendrite |
523 | 2023-11-16T20:31:04.014Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
524 | 2023-11-16T20:31:04.017Z | + main |
525 | 2023-11-16T20:31:04.020Z | + [[ 0 != 0 ]] |
526 | 2023-11-16T20:31:04.024Z | + CIDL_OS=solaris2.11 |
527 | 2023-11-16T20:31:04.028Z | + [[ 0 != 0 ]] |
528 | 2023-11-16T20:31:04.032Z | + configure_os solaris2.11 |
529 | 2023-11-16T20:31:04.037Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2023-11-16T20:31:04.041Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2023-11-16T20:31:04.045Z | + case "$1" in |
532 | 2023-11-16T20:31:04.049Z | + SET_BINARIES= |
533 | 2023-11-16T20:31:04.054Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
534 | 2023-11-16T20:31:04.059Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2023-11-16T20:31:04.066Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2023-11-16T20:31:04.070Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
537 | 2023-11-16T20:31:04.074Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-16T20:31:04.080Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
539 | 2023-11-16T20:31:04.085Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2023-11-16T20:31:04.091Z | + mkdir -p out/downloads |
541 | 2023-11-16T20:31:04.102Z | + mkdir -p ./out/dendrite-stub |
542 | 2023-11-16T20:31:04.111Z | + fetch_and_verify |
543 | 2023-11-16T20:31:04.120Z | + local DO_DOWNLOAD=true |
544 | 2023-11-16T20:31:04.133Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2023-11-16T20:31:04.141Z | + '[' true == true ']' |
546 | 2023-11-16T20:31:04.191Z | + echo Downloading... |
547 | 2023-11-16T20:31:04.198Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-16T20:31:04.204Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
549 | 2023-11-16T20:31:08.739Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2023-11-16T20:31:08.742Z | ++ sha256sum |
551 | 2023-11-16T20:31:08.744Z | ++ awk '{print $1}' |
552 | 2023-11-16T20:31:08.834Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
553 | 2023-11-16T20:31:08.837Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
554 | 2023-11-16T20:31:08.840Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-16T20:31:08.843Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2023-11-16T20:31:09.724Z | + do_assemble |
557 | 2023-11-16T20:31:09.727Z | + rm -r ./out/dendrite-stub |
558 | 2023-11-16T20:31:09.730Z | + mkdir ./out/dendrite-stub |
559 | 2023-11-16T20:31:09.733Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2023-11-16T20:31:09.892Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2023-11-16T20:31:09.902Z | + set -o errexit |
562 | 2023-11-16T20:31:10.330Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2023-11-16T20:31:10.338Z | ++ cd ./tools |
564 | 2023-11-16T20:31:10.776Z | ++ pwd |
565 | 2023-11-16T20:31:10.787Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2023-11-16T20:31:10.809Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2023-11-16T20:31:10.820Z | + ARG0=ci_download_maghemite_mgd |
568 | 2023-11-16T20:31:10.827Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2023-11-16T20:31:11.244Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
570 | 2023-11-16T20:31:11.254Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
571 | 2023-11-16T20:31:11.264Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2023-11-16T20:31:11.275Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
573 | 2023-11-16T20:31:11.695Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
574 | 2023-11-16T20:31:11.704Z | + TARGET_DIR=out |
575 | 2023-11-16T20:31:11.711Z | + DOWNLOAD_DIR=out/downloads |
576 | 2023-11-16T20:31:11.718Z | + DEST_DIR=./out/mgd |
577 | 2023-11-16T20:31:12.149Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2023-11-16T20:31:12.166Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2023-11-16T20:31:12.180Z | + REPO=oxidecomputer/maghemite |
580 | 2023-11-16T20:31:12.192Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
581 | 2023-11-16T20:31:12.199Z | + main |
582 | 2023-11-16T20:31:12.204Z | + [[ 0 != 0 ]] |
583 | 2023-11-16T20:31:12.207Z | + CIDL_OS=solaris2.11 |
584 | 2023-11-16T20:31:12.213Z | + [[ 0 != 0 ]] |
585 | 2023-11-16T20:31:12.216Z | + configure_os solaris2.11 |
586 | 2023-11-16T20:31:12.219Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2023-11-16T20:31:12.223Z | current directory: /work/oxidecomputer/omicron |
588 | 2023-11-16T20:31:12.226Z | configuring based on OS: "solaris2.11" |
589 | 2023-11-16T20:31:12.230Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2023-11-16T20:31:12.234Z | + case "$1" in |
591 | 2023-11-16T20:31:12.238Z | + SET_BINARIES= |
592 | 2023-11-16T20:31:12.241Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2023-11-16T20:31:12.245Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2023-11-16T20:31:12.248Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
595 | 2023-11-16T20:31:12.251Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2023-11-16T20:31:12.254Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
597 | 2023-11-16T20:31:12.258Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
598 | 2023-11-16T20:31:12.261Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2023-11-16T20:31:12.264Z | Local file: out/downloads/mgd.tar.gz |
600 | 2023-11-16T20:31:12.267Z | + mkdir -p out/downloads |
601 | 2023-11-16T20:31:12.270Z | + mkdir -p ./out/mgd |
602 | 2023-11-16T20:31:12.273Z | + fetch_and_verify |
603 | 2023-11-16T20:31:12.276Z | + local DO_DOWNLOAD=true |
604 | 2023-11-16T20:31:12.279Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2023-11-16T20:31:12.282Z | + '[' true == true ']' |
606 | 2023-11-16T20:31:12.285Z | + echo Downloading... |
607 | 2023-11-16T20:31:12.288Z | Downloading... |
608 | 2023-11-16T20:31:12.291Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2023-11-16T20:31:12.294Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
610 | 2023-11-16T20:31:17.505Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2023-11-16T20:31:17.508Z | ++ sha256sum |
612 | 2023-11-16T20:31:17.512Z | ++ awk '{print $1}' |
613 | 2023-11-16T20:31:17.591Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
614 | 2023-11-16T20:31:17.608Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
615 | 2023-11-16T20:31:17.620Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2023-11-16T20:31:17.625Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2023-11-16T20:31:18.232Z | + do_assemble |
618 | 2023-11-16T20:31:18.235Z | + rm -r ./out/mgd |
619 | 2023-11-16T20:31:18.239Z | + mkdir ./out/mgd |
620 | 2023-11-16T20:31:18.242Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2023-11-16T20:31:18.442Z | + set -o errexit |
622 | 2023-11-16T20:31:18.448Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2023-11-16T20:31:18.452Z | ++ cd ./tools |
624 | 2023-11-16T20:31:18.456Z | ++ pwd |
625 | 2023-11-16T20:31:18.459Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2023-11-16T20:31:18.463Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2023-11-16T20:31:18.473Z | + ARG0=ci_download_transceiver_control |
628 | 2023-11-16T20:31:18.480Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2023-11-16T20:31:18.485Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-11-16T20:31:18.911Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2023-11-16T20:31:18.914Z | + TARGET_DIR=out |
632 | 2023-11-16T20:31:18.917Z | + DOWNLOAD_DIR=out/downloads |
633 | 2023-11-16T20:31:18.920Z | + DEST_DIR=./out/transceiver-control |
634 | 2023-11-16T20:31:18.923Z | + BIN_DIR=/opt/oxide/bin |
635 | 2023-11-16T20:31:18.926Z | + BINARY=xcvradm |
636 | 2023-11-16T20:31:18.929Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2023-11-16T20:31:18.933Z | + REPO=oxidecomputer/transceiver-control |
638 | 2023-11-16T20:31:18.936Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2023-11-16T20:31:18.940Z | + main |
640 | 2023-11-16T20:31:18.943Z | + [[ 0 != 0 ]] |
641 | 2023-11-16T20:31:18.946Z | + CIDL_OS=solaris2.11 |
642 | 2023-11-16T20:31:18.948Z | + [[ 0 != 0 ]] |
643 | 2023-11-16T20:31:18.961Z | + configure_os solaris2.11 |
644 | 2023-11-16T20:31:18.964Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2023-11-16T20:31:18.968Z | current directory: /work/oxidecomputer/omicron |
646 | 2023-11-16T20:31:18.971Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2023-11-16T20:31:18.974Z | configuring based on OS: "solaris2.11" |
648 | 2023-11-16T20:31:18.978Z | + case "$1" in |
649 | 2023-11-16T20:31:18.981Z | + SET_BINARIES= |
650 | 2023-11-16T20:31:18.984Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2023-11-16T20:31:18.989Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2023-11-16T20:31:18.992Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2023-11-16T20:31:18.995Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2023-11-16T20:31:18.998Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2023-11-16T20:31:19.001Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2023-11-16T20:31:19.004Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-16T20:31:19.007Z | + echo 'Local file: out/downloads/xcvradm.gz' |
658 | 2023-11-16T20:31:19.010Z | Local file: out/downloads/xcvradm.gz |
659 | 2023-11-16T20:31:19.013Z | + mkdir -p out/downloads |
660 | 2023-11-16T20:31:19.016Z | + mkdir -p ./out/transceiver-control |
661 | 2023-11-16T20:31:19.019Z | + fetch_and_verify |
662 | 2023-11-16T20:31:19.022Z | + local DO_DOWNLOAD=true |
663 | 2023-11-16T20:31:19.026Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2023-11-16T20:31:19.029Z | + '[' true == true ']' |
665 | 2023-11-16T20:31:19.032Z | + echo Downloading... |
666 | 2023-11-16T20:31:19.035Z | Downloading... |
667 | 2023-11-16T20:31:19.038Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2023-11-16T20:31:19.041Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-11-16T20:31:21.670Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2023-11-16T20:31:21.676Z | ++ sha256sum |
671 | 2023-11-16T20:31:21.679Z | ++ awk '{print $1}' |
672 | 2023-11-16T20:31:21.693Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-11-16T20:31:21.696Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
674 | 2023-11-16T20:31:21.699Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2023-11-16T20:31:21.702Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2023-11-16T20:31:21.705Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2023-11-16T20:31:21.894Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2023-11-16T20:31:21.898Z | + do_assemble |
679 | 2023-11-16T20:31:21.901Z | + rm -r ./out/transceiver-control |
680 | 2023-11-16T20:31:21.906Z | + mkdir ./out/transceiver-control |
681 | 2023-11-16T20:31:21.909Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2023-11-16T20:31:22.083Z | All prerequisites installed successfully |
683 | 2023-11-16T20:31:22.087Z | |
684 | 2023-11-16T20:31:22.093Z | real 1:56.841520642 |
685 | 2023-11-16T20:31:22.102Z | user 53.755878238 |
686 | 2023-11-16T20:31:22.106Z | sys 9.775161313 |
687 | 2023-11-16T20:31:22.109Z | trap 0.021370307 |
688 | 2023-11-16T20:31:22.112Z | tflt 0.170775986 |
689 | 2023-11-16T20:31:22.115Z | dflt 0.647737826 |
690 | 2023-11-16T20:31:22.118Z | kflt 0.296804429 |
691 | 2023-11-16T20:31:22.122Z | lock 2.203735540 |
692 | 2023-11-16T20:31:22.129Z | slp 3:35.400923179 |
693 | 2023-11-16T20:31:22.136Z | lat 3.377558825 |
694 | 2023-11-16T20:31:22.140Z | stop 0.064590186 |
695 | 2023-11-16T20:31:22.143Z | + ptime -m ./tools/ci_download_softnpu_machinery |
696 | 2023-11-16T20:31:22.147Z | fetching npuzone |
697 | 2023-11-16T20:31:22.150Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
698 | 2023-11-16T20:31:22.154Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
699 | 2023-11-16T20:31:22.157Z | Getting hash for npuzone |
700 | 2023-11-16T20:31:22.259Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
701 | 2023-11-16T20:31:32.682Z | npuzone downloaded successfully |
702 | 2023-11-16T20:31:32.687Z | |
703 | 2023-11-16T20:31:32.691Z | real 10.592889798 |
704 | 2023-11-16T20:31:32.697Z | user 0.586580055 |
705 | 2023-11-16T20:31:32.703Z | sys 0.169895885 |
706 | 2023-11-16T20:31:32.709Z | trap 0.000256349 |
707 | 2023-11-16T20:31:32.713Z | tflt 0.000000000 |
708 | 2023-11-16T20:31:32.716Z | dflt 0.000000000 |
709 | 2023-11-16T20:31:32.719Z | kflt 0.000000000 |
710 | 2023-11-16T20:31:32.725Z | lock 0.000000000 |
711 | 2023-11-16T20:31:32.730Z | slp 30.834624048 |
712 | 2023-11-16T20:31:32.736Z | lat 0.150145344 |
713 | 2023-11-16T20:31:32.743Z | stop 0.000278667 |
714 | 2023-11-16T20:31:32.746Z | + export CARGO_INCREMENTAL=0 |
715 | 2023-11-16T20:31:32.750Z | + CARGO_INCREMENTAL=0 |
716 | 2023-11-16T20:31:32.755Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
717 | 2023-11-16T20:31:33.015Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
718 | 2023-11-16T20:31:33.383Z | Updating crates.io index |
719 | 2023-11-16T20:31:33.423Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
720 | 2023-11-16T20:31:34.229Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
721 | 2023-11-16T20:31:36.126Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
722 | 2023-11-16T20:31:36.749Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
723 | 2023-11-16T20:31:37.291Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
724 | 2023-11-16T20:31:37.593Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
725 | 2023-11-16T20:31:37.890Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
726 | 2023-11-16T20:31:38.830Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
727 | 2023-11-16T20:31:40.786Z | Updating git repository `https://github.com/oxidecomputer/opte` |
728 | 2023-11-16T20:31:42.215Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
729 | 2023-11-16T20:31:42.567Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
730 | 2023-11-16T20:31:43.147Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
731 | 2023-11-16T20:31:43.484Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
732 | 2023-11-16T20:31:43.823Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
733 | 2023-11-16T20:31:44.243Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
734 | 2023-11-16T20:31:44.542Z | Updating git repository `https://github.com/njaremko/samael` |
735 | 2023-11-16T20:31:44.992Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
736 | 2023-11-16T20:31:45.623Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
737 | 2023-11-16T20:31:46.029Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
738 | 2023-11-16T20:31:46.413Z | Updating git repository `https://github.com/jgallagher/nix` |
739 | 2023-11-16T20:31:48.221Z | Updating git repository `https://github.com/cbiffle/hubpack` |
740 | 2023-11-16T20:31:48.706Z | Updating git repository `https://github.com/oxidecomputer/typify` |
741 | 2023-11-16T20:31:49.687Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
742 | 2023-11-16T20:31:50.088Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
743 | 2023-11-16T20:31:50.428Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
744 | 2023-11-16T20:31:51.846Z | Downloading crates ... |
745 | 2023-11-16T20:31:52.094Z | Downloaded crossbeam v0.8.2 |
746 | 2023-11-16T20:31:52.098Z | Downloaded colored v2.0.4 |
747 | 2023-11-16T20:31:52.103Z | Downloaded linear-map v1.2.0 |
748 | 2023-11-16T20:31:52.107Z | Downloaded num-derive v0.4.0 |
749 | 2023-11-16T20:31:52.112Z | Downloaded managed v0.8.0 |
750 | 2023-11-16T20:31:52.116Z | Downloaded cargo_toml v0.17.0 |
751 | 2023-11-16T20:31:52.124Z | Downloaded matches v0.1.10 |
752 | 2023-11-16T20:31:52.129Z | Downloaded atty v0.2.14 |
753 | 2023-11-16T20:31:52.133Z | Downloaded impl-trait-for-tuples v0.2.2 |
754 | 2023-11-16T20:31:52.141Z | Downloaded atomicwrites v0.4.2 |
755 | 2023-11-16T20:31:52.145Z | Downloaded cpufeatures v0.2.9 |
756 | 2023-11-16T20:31:52.153Z | Downloaded is_ci v1.1.1 |
757 | 2023-11-16T20:31:52.155Z | Downloaded ciborium-ll v0.2.1 |
758 | 2023-11-16T20:31:52.159Z | Downloaded ciborium-io v0.2.1 |
759 | 2023-11-16T20:31:52.163Z | Downloaded static_assertions v1.1.0 |
760 | 2023-11-16T20:31:52.168Z | Downloaded libloading v0.7.4 |
761 | 2023-11-16T20:31:52.174Z | Downloaded bytecount v0.6.3 |
762 | 2023-11-16T20:31:52.183Z | Downloaded keccak v0.1.4 |
763 | 2023-11-16T20:31:52.193Z | Downloaded cassowary v0.3.0 |
764 | 2023-11-16T20:31:52.202Z | Downloaded normalize-line-endings v0.3.0 |
765 | 2023-11-16T20:31:52.206Z | Downloaded indoc v1.0.9 |
766 | 2023-11-16T20:31:52.209Z | Downloaded corncobs v0.1.3 |
767 | 2023-11-16T20:31:52.212Z | Downloaded clap v4.4.3 |
768 | 2023-11-16T20:31:52.225Z | Downloaded colorchoice v1.0.0 |
769 | 2023-11-16T20:31:52.228Z | Downloaded new_debug_unreachable v1.0.4 |
770 | 2023-11-16T20:31:52.231Z | Downloaded nibble_vec v0.1.0 |
771 | 2023-11-16T20:31:52.234Z | Downloaded crypto-common v0.1.6 |
772 | 2023-11-16T20:31:52.237Z | Downloaded ipnet v2.8.0 |
773 | 2023-11-16T20:31:52.240Z | Downloaded num_threads v0.1.6 |
774 | 2023-11-16T20:31:52.243Z | Downloaded newtype_derive v0.1.6 |
775 | 2023-11-16T20:31:52.247Z | Downloaded instant v0.1.12 |
776 | 2023-11-16T20:31:52.251Z | Downloaded openssl-probe v0.1.5 |
777 | 2023-11-16T20:31:52.254Z | Downloaded crunchy v0.2.2 |
778 | 2023-11-16T20:31:52.257Z | Downloaded crucible-workspace-hack v0.1.0 |
779 | 2023-11-16T20:31:52.262Z | Downloaded buf-list v1.0.3 |
780 | 2023-11-16T20:31:52.265Z | Downloaded itoa v1.0.9 |
781 | 2023-11-16T20:31:52.271Z | Downloaded cexpr v0.6.0 |
782 | 2023-11-16T20:31:52.274Z | Downloaded bb8 v0.8.1 |
783 | 2023-11-16T20:31:52.277Z | Downloaded nanorand v0.7.0 |
784 | 2023-11-16T20:31:52.280Z | Downloaded num v0.4.1 |
785 | 2023-11-16T20:31:52.283Z | Downloaded mockall v0.11.4 |
786 | 2023-11-16T20:31:52.286Z | Downloaded clap_lex v0.5.1 |
787 | 2023-11-16T20:31:52.290Z | Downloaded adler v1.0.2 |
788 | 2023-11-16T20:31:52.293Z | Downloaded num-iter v0.1.43 |
789 | 2023-11-16T20:31:52.297Z | Downloaded num-integer v0.1.45 |
790 | 2023-11-16T20:31:52.299Z | Downloaded byteorder v1.5.0 |
791 | 2023-11-16T20:31:52.303Z | Downloaded bzip2 v0.4.4 |
792 | 2023-11-16T20:31:52.306Z | Downloaded ansi_term v0.12.1 |
793 | 2023-11-16T20:31:52.311Z | Downloaded lru-cache v0.1.2 |
794 | 2023-11-16T20:31:52.313Z | Downloaded termcolor v1.2.0 |
795 | 2023-11-16T20:31:52.317Z | Downloaded thread-id v4.2.0 |
796 | 2023-11-16T20:31:52.320Z | Downloaded packed_struct_codegen v0.10.1 |
797 | 2023-11-16T20:31:52.322Z | Downloaded mime v0.3.17 |
798 | 2023-11-16T20:31:52.325Z | Downloaded crossbeam-deque v0.8.3 |
799 | 2023-11-16T20:31:52.329Z | Downloaded lazycell v1.3.0 |
800 | 2023-11-16T20:31:52.331Z | Downloaded parse-display v0.8.2 |
801 | 2023-11-16T20:31:52.334Z | Downloaded camino-tempfile v1.0.2 |
802 | 2023-11-16T20:31:52.338Z | Downloaded foreign-types-macros v0.2.3 |
803 | 2023-11-16T20:31:52.341Z | Downloaded thread_local v1.1.7 |
804 | 2023-11-16T20:31:52.344Z | Downloaded lock_api v0.4.10 |
805 | 2023-11-16T20:31:52.347Z | Downloaded foreign-types v0.3.2 |
806 | 2023-11-16T20:31:52.350Z | Downloaded num_cpus v1.16.0 |
807 | 2023-11-16T20:31:52.354Z | Downloaded ahash v0.8.3 |
808 | 2023-11-16T20:31:52.360Z | Downloaded precomputed-hash v0.1.1 |
809 | 2023-11-16T20:31:52.363Z | Downloaded blake2 v0.10.6 |
810 | 2023-11-16T20:31:52.366Z | Downloaded addr2line v0.21.0 |
811 | 2023-11-16T20:31:52.371Z | Downloaded subtle v2.5.0 |
812 | 2023-11-16T20:31:52.376Z | Downloaded structopt-derive v0.4.18 |
813 | 2023-11-16T20:31:52.379Z | Downloaded http-range v0.1.5 |
814 | 2023-11-16T20:31:52.382Z | Downloaded darling_macro v0.20.3 |
815 | 2023-11-16T20:31:52.384Z | Downloaded tinyvec_macros v0.1.1 |
816 | 2023-11-16T20:31:52.387Z | Downloaded serde-big-array v0.4.1 |
817 | 2023-11-16T20:31:52.390Z | Downloaded stable_deref_trait v1.2.0 |
818 | 2023-11-16T20:31:52.398Z | Downloaded ppv-lite86 v0.2.17 |
819 | 2023-11-16T20:31:52.401Z | Downloaded once_cell v1.18.0 |
820 | 2023-11-16T20:31:52.403Z | Downloaded crc32fast v1.3.2 |
821 | 2023-11-16T20:31:52.406Z | Downloaded heck v0.3.3 |
822 | 2023-11-16T20:31:52.409Z | Downloaded fallible-iterator v0.2.0 |
823 | 2023-11-16T20:31:52.411Z | Downloaded r2d2 v0.8.10 |
824 | 2023-11-16T20:31:52.414Z | Downloaded http-body v0.4.5 |
825 | 2023-11-16T20:31:52.417Z | Downloaded fxhash v0.2.1 |
826 | 2023-11-16T20:31:52.420Z | Downloaded tokio-stream v0.1.14 |
827 | 2023-11-16T20:31:52.423Z | Downloaded miniz_oxide v0.7.1 |
828 | 2023-11-16T20:31:52.427Z | Downloaded either v1.9.0 |
829 | 2023-11-16T20:31:52.430Z | Downloaded dtrace-parser v0.1.14 |
830 | 2023-11-16T20:31:52.433Z | Downloaded slog v2.7.0 |
831 | 2023-11-16T20:31:52.437Z | Downloaded rustls-pemfile v1.0.3 |
832 | 2023-11-16T20:31:52.469Z | Downloaded phf_shared v0.10.0 |
833 | 2023-11-16T20:31:52.474Z | Downloaded wait-timeout v0.2.0 |
834 | 2023-11-16T20:31:52.477Z | Downloaded rustversion v1.0.14 |
835 | 2023-11-16T20:31:52.480Z | Downloaded slog-stdlog v4.1.1 |
836 | 2023-11-16T20:31:52.482Z | Downloaded term v0.7.0 |
837 | 2023-11-16T20:31:52.486Z | Downloaded waitgroup v0.1.2 |
838 | 2023-11-16T20:31:52.488Z | Downloaded rusty-fork v0.3.0 |
839 | 2023-11-16T20:31:52.491Z | Downloaded xattr v1.0.1 |
840 | 2023-11-16T20:31:52.494Z | Downloaded parking_lot_core v0.9.8 |
841 | 2023-11-16T20:31:52.497Z | Downloaded version_check v0.9.4 |
842 | 2023-11-16T20:31:52.499Z | Downloaded parking_lot v0.11.2 |
843 | 2023-11-16T20:31:52.502Z | Downloaded papergrid v0.10.0 |
844 | 2023-11-16T20:31:52.505Z | Downloaded hubpack_derive v0.1.1 |
845 | 2023-11-16T20:31:52.508Z | Downloaded home v0.5.5 |
846 | 2023-11-16T20:31:52.511Z | Downloaded zone_cfg_derive v0.3.0 |
847 | 2023-11-16T20:31:52.513Z | Downloaded scheduled-thread-pool v0.2.7 |
848 | 2023-11-16T20:31:52.517Z | Downloaded zone v0.3.0 |
849 | 2023-11-16T20:31:52.520Z | Downloaded fragile v2.0.0 |
850 | 2023-11-16T20:31:52.523Z | Downloaded humantime v2.1.0 |
851 | 2023-11-16T20:31:52.526Z | Downloaded pem v1.1.1 |
852 | 2023-11-16T20:31:52.529Z | Downloaded ff v0.13.0 |
853 | 2023-11-16T20:31:52.532Z | Downloaded want v0.3.1 |
854 | 2023-11-16T20:31:52.541Z | Downloaded globset v0.4.13 |
855 | 2023-11-16T20:31:52.545Z | Downloaded fixedbitset v0.4.2 |
856 | 2023-11-16T20:31:52.548Z | Downloaded filetime v0.2.22 |
857 | 2023-11-16T20:31:52.550Z | Downloaded vte v0.11.1 |
858 | 2023-11-16T20:31:52.553Z | Downloaded shell-words v1.1.0 |
859 | 2023-11-16T20:31:52.556Z | Downloaded tokio-native-tls v0.3.1 |
860 | 2023-11-16T20:31:52.559Z | Downloaded serde_repr v0.1.16 |
861 | 2023-11-16T20:31:52.562Z | Downloaded uuid v1.5.0 |
862 | 2023-11-16T20:31:52.564Z | Downloaded pretty-hex v0.2.1 |
863 | 2023-11-16T20:31:52.567Z | Downloaded tungstenite v0.18.0 |
864 | 2023-11-16T20:31:52.570Z | Downloaded stringprep v0.1.3 |
865 | 2023-11-16T20:31:52.573Z | Downloaded time-macros v0.2.13 |
866 | 2023-11-16T20:31:52.576Z | Downloaded crypto-bigint v0.5.2 |
867 | 2023-11-16T20:31:52.578Z | Downloaded futures-macro v0.3.29 |
868 | 2023-11-16T20:31:52.582Z | Downloaded parking_lot v0.12.1 |
869 | 2023-11-16T20:31:52.584Z | Downloaded predicates-tree v1.0.9 |
870 | 2023-11-16T20:31:52.587Z | Downloaded thiserror-impl v1.0.49 |
871 | 2023-11-16T20:31:52.590Z | Downloaded slog-scope v4.4.0 |
872 | 2023-11-16T20:31:52.592Z | Downloaded rustc_version v0.1.7 |
873 | 2023-11-16T20:31:52.595Z | Downloaded funty v2.0.0 |
874 | 2023-11-16T20:31:52.603Z | Downloaded serde-big-array v0.5.1 |
875 | 2023-11-16T20:31:52.606Z | Downloaded rand_chacha v0.3.1 |
876 | 2023-11-16T20:31:52.609Z | Downloaded float-cmp v0.9.0 |
877 | 2023-11-16T20:31:52.612Z | Downloaded rand_core v0.6.4 |
878 | 2023-11-16T20:31:52.615Z | Downloaded headers-core v0.2.0 |
879 | 2023-11-16T20:31:52.617Z | Downloaded backtrace v0.3.69 |
880 | 2023-11-16T20:31:52.624Z | Downloaded slog-envlogger v2.2.0 |
881 | 2023-11-16T20:31:52.628Z | Downloaded tower-service v0.3.2 |
882 | 2023-11-16T20:31:52.632Z | Downloaded signal-hook-tokio v0.3.1 |
883 | 2023-11-16T20:31:52.638Z | Downloaded enum-as-inner v0.5.1 |
884 | 2023-11-16T20:31:52.642Z | Downloaded tinyvec v1.6.0 |
885 | 2023-11-16T20:31:52.645Z | Downloaded highway v1.1.0 |
886 | 2023-11-16T20:31:52.649Z | Downloaded walkdir v2.4.0 |
887 | 2023-11-16T20:31:52.652Z | Downloaded pkcs1 v0.7.5 |
888 | 2023-11-16T20:31:52.655Z | Downloaded tokio-tungstenite v0.20.1 |
889 | 2023-11-16T20:31:52.658Z | Downloaded foreign-types-shared v0.3.1 |
890 | 2023-11-16T20:31:52.661Z | Downloaded hubpack v0.1.2 |
891 | 2023-11-16T20:31:52.664Z | Downloaded equivalent v1.0.1 |
892 | 2023-11-16T20:31:52.667Z | Downloaded proc-macro-crate v1.3.1 |
893 | 2023-11-16T20:31:52.669Z | Downloaded same-file v1.0.6 |
894 | 2023-11-16T20:31:52.673Z | Downloaded topological-sort v0.2.2 |
895 | 2023-11-16T20:31:52.676Z | Downloaded phf_shared v0.11.2 |
896 | 2023-11-16T20:31:52.679Z | Downloaded getopts v0.2.21 |
897 | 2023-11-16T20:31:52.682Z | Downloaded futures-io v0.3.29 |
898 | 2023-11-16T20:31:52.685Z | Downloaded termtree v0.4.1 |
899 | 2023-11-16T20:31:52.688Z | Downloaded vec_map v0.8.2 |
900 | 2023-11-16T20:31:52.691Z | Downloaded rsa v0.9.2 |
901 | 2023-11-16T20:31:52.694Z | Downloaded toolchain_find v0.2.0 |
902 | 2023-11-16T20:31:52.697Z | Downloaded tiny-keccak v2.0.2 |
903 | 2023-11-16T20:31:52.700Z | Downloaded signal-hook-registry v1.4.1 |
904 | 2023-11-16T20:31:52.703Z | Downloaded postgres-types v0.2.6 |
905 | 2023-11-16T20:31:52.706Z | Downloaded display-error-chain v0.2.0 |
906 | 2023-11-16T20:31:52.709Z | Downloaded which v4.4.0 |
907 | 2023-11-16T20:31:52.712Z | Downloaded deranged v0.3.8 |
908 | 2023-11-16T20:31:52.715Z | Downloaded signature v2.1.0 |
909 | 2023-11-16T20:31:52.719Z | Downloaded signature v1.6.4 |
910 | 2023-11-16T20:31:52.722Z | Downloaded predicates-core v1.0.6 |
911 | 2023-11-16T20:31:52.725Z | Downloaded futures v0.3.29 |
912 | 2023-11-16T20:31:52.728Z | Downloaded glob v0.3.1 |
913 | 2023-11-16T20:31:52.731Z | Downloaded tokio-tungstenite v0.18.0 |
914 | 2023-11-16T20:31:52.733Z | Downloaded vte_generate_state_changes v0.1.1 |
915 | 2023-11-16T20:31:52.736Z | Downloaded scopeguard v1.2.0 |
916 | 2023-11-16T20:31:52.820Z | Downloaded generic-array v0.14.7 |
917 | 2023-11-16T20:31:52.823Z | Downloaded half v1.8.2 |
918 | 2023-11-16T20:31:52.826Z | Downloaded rustc_version v0.4.0 |
919 | 2023-11-16T20:31:52.829Z | Downloaded aho-corasick v1.0.4 |
920 | 2023-11-16T20:31:52.831Z | Downloaded strum v0.25.0 |
921 | 2023-11-16T20:31:52.834Z | Downloaded usdt-macro v0.3.5 |
922 | 2023-11-16T20:31:52.837Z | Downloaded predicates v3.0.4 |
923 | 2023-11-16T20:31:52.840Z | Downloaded rand_xorshift v0.3.0 |
924 | 2023-11-16T20:31:52.843Z | Downloaded hashbrown v0.12.3 |
925 | 2023-11-16T20:31:52.845Z | Downloaded proc-macro-error v1.0.4 |
926 | 2023-11-16T20:31:52.848Z | Downloaded number_prefix v0.4.0 |
927 | 2023-11-16T20:31:52.851Z | Downloaded oso-derive v0.27.0 |
928 | 2023-11-16T20:31:52.854Z | Downloaded group v0.13.0 |
929 | 2023-11-16T20:31:52.857Z | Downloaded siphasher v0.3.11 |
930 | 2023-11-16T20:31:52.865Z | Downloaded spin v0.5.2 |
931 | 2023-11-16T20:31:52.874Z | Downloaded getrandom v0.2.10 |
932 | 2023-11-16T20:31:52.878Z | Downloaded snafu-derive v0.7.5 |
933 | 2023-11-16T20:31:52.881Z | Downloaded der v0.7.8 |
934 | 2023-11-16T20:31:52.884Z | Downloaded swrite v0.1.0 |
935 | 2023-11-16T20:31:52.887Z | Downloaded path-dedot v3.1.0 |
936 | 2023-11-16T20:31:52.890Z | Downloaded ryu v1.0.15 |
937 | 2023-11-16T20:31:52.893Z | Downloaded hmac v0.12.1 |
938 | 2023-11-16T20:31:52.896Z | Downloaded ron v0.8.1 |
939 | 2023-11-16T20:31:52.899Z | Downloaded endian-type v0.1.2 |
940 | 2023-11-16T20:31:52.902Z | Downloaded difflib v0.4.0 |
941 | 2023-11-16T20:31:52.904Z | Downloaded try-lock v0.2.4 |
942 | 2023-11-16T20:31:52.907Z | Downloaded rayon-core v1.12.0 |
943 | 2023-11-16T20:31:52.911Z | Downloaded strum_macros v0.24.3 |
944 | 2023-11-16T20:31:52.914Z | Downloaded proc-macro2 v1.0.69 |
945 | 2023-11-16T20:31:52.917Z | Downloaded form_urlencoded v1.2.0 |
946 | 2023-11-16T20:31:52.920Z | Downloaded pest_meta v2.7.2 |
947 | 2023-11-16T20:31:52.923Z | Downloaded spki v0.7.2 |
948 | 2023-11-16T20:31:52.926Z | Downloaded pest_generator v2.7.2 |
949 | 2023-11-16T20:31:52.929Z | Downloaded x509-cert v0.2.4 |
950 | 2023-11-16T20:31:52.933Z | Downloaded unicode-bidi v0.3.13 |
951 | 2023-11-16T20:31:52.935Z | Downloaded tap v1.0.1 |
952 | 2023-11-16T20:31:52.938Z | Downloaded structmeta v0.2.0 |
953 | 2023-11-16T20:31:52.941Z | Downloaded structmeta-derive v0.2.0 |
954 | 2023-11-16T20:31:52.944Z | Downloaded proc-macro-error-attr v1.0.4 |
955 | 2023-11-16T20:31:52.946Z | Downloaded serde_plain v1.0.2 |
956 | 2023-11-16T20:31:52.950Z | Downloaded usdt-attr-macro v0.3.5 |
957 | 2023-11-16T20:31:52.953Z | Downloaded crossterm v0.27.0 |
958 | 2023-11-16T20:31:52.956Z | Downloaded fastrand v2.0.0 |
959 | 2023-11-16T20:31:52.959Z | Downloaded slog-bunyan v2.4.0 |
960 | 2023-11-16T20:31:52.963Z | Downloaded thiserror v1.0.49 |
961 | 2023-11-16T20:31:52.965Z | Downloaded unicode-width v0.1.11 |
962 | 2023-11-16T20:31:52.969Z | Downloaded phf v0.11.2 |
963 | 2023-11-16T20:31:52.972Z | Downloaded strum_macros v0.25.2 |
964 | 2023-11-16T20:31:52.974Z | Downloaded string_cache v0.8.7 |
965 | 2023-11-16T20:31:52.977Z | Downloaded hex v0.4.3 |
966 | 2023-11-16T20:31:52.980Z | Downloaded rtoolbox v0.0.1 |
967 | 2023-11-16T20:31:52.982Z | Downloaded slab v0.4.9 |
968 | 2023-11-16T20:31:52.985Z | Downloaded rustfmt-wrapper v0.2.0 |
969 | 2023-11-16T20:31:52.987Z | Downloaded zerocopy v0.3.0 |
970 | 2023-11-16T20:31:52.990Z | Downloaded diff v0.1.13 |
971 | 2023-11-16T20:31:52.993Z | Downloaded unsafe-libyaml v0.2.9 |
972 | 2023-11-16T20:31:52.996Z | Downloaded whoami v1.4.1 |
973 | 2023-11-16T20:31:52.999Z | Downloaded zip v0.6.6 |
974 | 2023-11-16T20:31:53.002Z | Downloaded platforms v3.0.2 |
975 | 2023-11-16T20:31:53.004Z | Downloaded debug-ignore v1.0.5 |
976 | 2023-11-16T20:31:53.007Z | Downloaded data-encoding v2.4.0 |
977 | 2023-11-16T20:31:53.010Z | Downloaded dof v0.1.5 |
978 | 2023-11-16T20:31:53.012Z | Downloaded utf8parse v0.2.1 |
979 | 2023-11-16T20:31:53.015Z | Downloaded predicates v2.1.5 |
980 | 2023-11-16T20:31:53.018Z | Downloaded fs-err v2.9.0 |
981 | 2023-11-16T20:31:53.021Z | Downloaded test-strategy v0.3.1 |
982 | 2023-11-16T20:31:53.024Z | Downloaded socket2 v0.5.4 |
983 | 2023-11-16T20:31:53.027Z | Downloaded trust-dns-resolver v0.22.0 |
984 | 2023-11-16T20:31:53.029Z | Downloaded url v2.4.1 |
985 | 2023-11-16T20:31:53.032Z | Downloaded oso v0.27.0 |
986 | 2023-11-16T20:31:53.035Z | Downloaded ref-cast v1.0.20 |
987 | 2023-11-16T20:31:53.038Z | Downloaded zeroize v1.6.0 |
988 | 2023-11-16T20:31:53.041Z | Downloaded tar v0.4.40 |
989 | 2023-11-16T20:31:53.045Z | Downloaded derive_builder_core v0.12.0 |
990 | 2023-11-16T20:31:53.049Z | Downloaded salty v0.2.0 |
991 | 2023-11-16T20:31:53.052Z | Downloaded trust-dns-client v0.22.0 |
992 | 2023-11-16T20:31:53.055Z | Downloaded toml v0.7.8 |
993 | 2023-11-16T20:31:53.057Z | Downloaded pest v2.7.2 |
994 | 2023-11-16T20:31:53.060Z | Downloaded flume v0.11.0 |
995 | 2023-11-16T20:31:53.063Z | Downloaded prettyplease v0.2.12 |
996 | 2023-11-16T20:31:53.065Z | Downloaded trust-dns-server v0.22.1 |
997 | 2023-11-16T20:31:53.068Z | Downloaded darling_core v0.14.4 |
998 | 2023-11-16T20:31:53.071Z | Downloaded unicode-normalization v0.1.22 |
999 | 2023-11-16T20:31:53.074Z | Downloaded flate2 v1.0.28 |
1000 | 2023-11-16T20:31:53.083Z | Downloaded reedline v0.25.0 |
1001 | 2023-11-16T20:31:53.095Z | Downloaded quick-xml v0.23.1 |
1002 | 2023-11-16T20:31:53.109Z | Downloaded rustls-webpki v0.101.7 |
1003 | 2023-11-16T20:31:53.136Z | Downloaded serde_json v1.0.108 |
1004 | 2023-11-16T20:31:53.149Z | Downloaded futures-util v0.3.29 |
1005 | 2023-11-16T20:31:53.173Z | Downloaded regex-automata v0.1.10 |
1006 | 2023-11-16T20:31:53.182Z | Downloaded rayon v1.8.0 |
1007 | 2023-11-16T20:31:53.199Z | Downloaded winnow v0.5.15 |
1008 | 2023-11-16T20:31:53.213Z | Downloaded portable-atomic v1.4.3 |
1009 | 2023-11-16T20:31:53.224Z | Downloaded smoltcp v0.9.1 |
1010 | 2023-11-16T20:31:53.244Z | Downloaded hashbrown v0.14.2 |
1011 | 2023-11-16T20:31:53.254Z | Downloaded petgraph v0.6.4 |
1012 | 2023-11-16T20:31:53.279Z | Downloaded webpki-roots v0.25.2 |
1013 | 2023-11-16T20:31:53.287Z | Downloaded object v0.30.4 |
1014 | 2023-11-16T20:31:53.305Z | Downloaded regress v0.7.1 |
1015 | 2023-11-16T20:31:53.319Z | Downloaded vcpkg v0.2.15 |
1016 | 2023-11-16T20:31:53.394Z | Downloaded syn v2.0.32 |
1017 | 2023-11-16T20:31:53.414Z | Downloaded ratatui v0.23.0 |
1018 | 2023-11-16T20:31:53.435Z | Downloaded proptest v1.3.1 |
1019 | 2023-11-16T20:31:53.453Z | Downloaded rustix v0.37.23 |
1020 | 2023-11-16T20:31:53.494Z | Downloaded openapiv3 v2.0.0-rc.1 |
1021 | 2023-11-16T20:31:53.513Z | Downloaded diesel v2.1.3 |
1022 | 2023-11-16T20:31:53.549Z | Downloaded rustix v0.38.9 |
1023 | 2023-11-16T20:31:53.589Z | Downloaded regex-syntax v0.7.5 |
1024 | 2023-11-16T20:31:53.604Z | Downloaded regex-syntax v0.8.2 |
1025 | 2023-11-16T20:31:53.621Z | Downloaded zerocopy-derive v0.2.0 |
1026 | 2023-11-16T20:31:53.639Z | Downloaded zerocopy-derive v0.6.4 |
1027 | 2023-11-16T20:31:53.659Z | Downloaded regex-automata v0.3.8 |
1028 | 2023-11-16T20:31:53.699Z | Downloaded tokio v1.33.0 |
1029 | 2023-11-16T20:31:53.764Z | Downloaded libc v0.2.150 |
1030 | 2023-11-16T20:31:53.810Z | Downloaded sha3 v0.10.8 |
1031 | 2023-11-16T20:31:53.823Z | Downloaded regex-automata v0.4.3 |
1032 | 2023-11-16T20:31:53.855Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1033 | 2023-11-16T20:31:53.880Z | Downloaded encoding_rs v0.8.33 |
1034 | 2023-11-16T20:31:53.924Z | Downloaded trust-dns-proto v0.22.0 |
1035 | 2023-11-16T20:31:53.949Z | Downloaded polar-core v0.27.0 |
1036 | 2023-11-16T20:31:53.966Z | Downloaded gimli v0.28.0 |
1037 | 2023-11-16T20:31:53.981Z | Downloaded smoltcp v0.8.2 |
1038 | 2023-11-16T20:31:54.000Z | Downloaded bstr v1.6.0 |
1039 | 2023-11-16T20:31:54.021Z | Downloaded regex v1.10.2 |
1040 | 2023-11-16T20:31:54.045Z | Downloaded bstr v0.2.17 |
1041 | 2023-11-16T20:31:54.063Z | Downloaded sled v0.34.7 |
1042 | 2023-11-16T20:31:54.087Z | Downloaded syn v1.0.109 |
1043 | 2023-11-16T20:31:54.108Z | Downloaded rustls v0.21.8 |
1044 | 2023-11-16T20:31:54.129Z | Downloaded radix_trie v0.2.1 |
1045 | 2023-11-16T20:31:54.139Z | Downloaded openssl v0.10.57 |
1046 | 2023-11-16T20:31:54.156Z | Downloaded ring v0.17.5 |
1047 | 2023-11-16T20:31:54.292Z | Downloaded object v0.32.1 |
1048 | 2023-11-16T20:31:54.310Z | Downloaded curve25519-dalek v4.1.0 |
1049 | 2023-11-16T20:31:54.326Z | Downloaded regex-syntax v0.6.29 |
1050 | 2023-11-16T20:31:54.340Z | Downloaded hyper v0.14.27 |
1051 | 2023-11-16T20:31:54.354Z | Downloaded idna v0.2.3 |
1052 | 2023-11-16T20:31:54.367Z | Downloaded tabled v0.14.0 |
1053 | 2023-11-16T20:31:54.393Z | Downloaded ring v0.16.20 |
1054 | 2023-11-16T20:31:54.556Z | Downloaded lalrpop v0.19.12 |
1055 | 2023-11-16T20:31:54.579Z | Downloaded idna v0.4.0 |
1056 | 2023-11-16T20:31:54.591Z | Downloaded h2 v0.3.21 |
1057 | 2023-11-16T20:31:54.602Z | Downloaded bindgen v0.65.1 |
1058 | 2023-11-16T20:31:54.610Z | Downloaded bitvec v1.0.1 |
1059 | 2023-11-16T20:31:54.636Z | Downloaded reqwest v0.11.22 |
1060 | 2023-11-16T20:31:54.649Z | Downloaded hkdf v0.12.3 |
1061 | 2023-11-16T20:31:54.653Z | Downloaded tokio-postgres v0.7.10 |
1062 | 2023-11-16T20:31:54.661Z | Downloaded steno v0.4.0 |
1063 | 2023-11-16T20:31:54.668Z | Downloaded clap v2.34.0 |
1064 | 2023-11-16T20:31:54.680Z | Downloaded unicode-ident v1.0.12 |
1065 | 2023-11-16T20:31:54.684Z | Downloaded subprocess v0.2.9 |
1066 | 2023-11-16T20:31:54.688Z | Downloaded toml_edit v0.19.15 |
1067 | 2023-11-16T20:31:54.717Z | Downloaded serde_with v2.3.3 |
1068 | 2023-11-16T20:31:54.728Z | Downloaded tough v0.14.0 |
1069 | 2023-11-16T20:31:54.795Z | Downloaded clap_builder v4.4.2 |
1070 | 2023-11-16T20:31:54.798Z | Downloaded tungstenite v0.20.1 |
1071 | 2023-11-16T20:31:54.801Z | Downloaded pest_derive v2.7.2 |
1072 | 2023-11-16T20:31:54.804Z | Downloaded serde-hex v0.1.0 |
1073 | 2023-11-16T20:31:54.807Z | Downloaded zerocopy v0.6.4 |
1074 | 2023-11-16T20:31:54.810Z | Downloaded http v0.2.9 |
1075 | 2023-11-16T20:31:54.813Z | Downloaded itertools v0.11.0 |
1076 | 2023-11-16T20:31:54.816Z | Downloaded unicode-segmentation v1.10.1 |
1077 | 2023-11-16T20:31:54.819Z | Downloaded toml v0.5.11 |
1078 | 2023-11-16T20:31:54.823Z | Downloaded tokio-util v0.7.10 |
1079 | 2023-11-16T20:31:54.825Z | Downloaded chrono v0.4.31 |
1080 | 2023-11-16T20:31:54.828Z | Downloaded pkcs8 v0.10.2 |
1081 | 2023-11-16T20:31:54.831Z | Downloaded socket2 v0.4.9 |
1082 | 2023-11-16T20:31:54.834Z | Downloaded rand v0.8.5 |
1083 | 2023-11-16T20:31:54.837Z | Downloaded tracing-core v0.1.31 |
1084 | 2023-11-16T20:31:54.840Z | Downloaded mockall_derive v0.11.4 |
1085 | 2023-11-16T20:31:54.843Z | Downloaded heapless v0.7.16 |
1086 | 2023-11-16T20:31:54.848Z | Downloaded futures-sink v0.3.29 |
1087 | 2023-11-16T20:31:54.851Z | Downloaded der_derive v0.7.2 |
1088 | 2023-11-16T20:31:54.854Z | Downloaded futures-channel v0.3.29 |
1089 | 2023-11-16T20:31:54.857Z | Downloaded fd-lock v3.0.13 |
1090 | 2023-11-16T20:31:54.859Z | Downloaded snafu v0.7.5 |
1091 | 2023-11-16T20:31:54.868Z | Downloaded toml_edit v0.21.0 |
1092 | 2023-11-16T20:31:54.906Z | Downloaded postgres-protocol v0.6.6 |
1093 | 2023-11-16T20:31:54.909Z | Downloaded env_logger v0.10.0 |
1094 | 2023-11-16T20:31:54.913Z | Downloaded ena v0.14.2 |
1095 | 2023-11-16T20:31:54.915Z | Downloaded diesel_derives v2.1.1 |
1096 | 2023-11-16T20:31:54.921Z | Downloaded futures-core v0.3.29 |
1097 | 2023-11-16T20:31:54.924Z | Downloaded synstructure v0.12.6 |
1098 | 2023-11-16T20:31:54.926Z | Downloaded semver v0.1.20 |
1099 | 2023-11-16T20:31:54.929Z | Downloaded num-bigint-dig v0.8.4 |
1100 | 2023-11-16T20:31:54.934Z | Downloaded nom v7.1.3 |
1101 | 2023-11-16T20:31:54.944Z | Downloaded httparse v1.8.0 |
1102 | 2023-11-16T20:31:54.947Z | Downloaded serde v1.0.192 |
1103 | 2023-11-16T20:31:54.952Z | Downloaded rustls-native-certs v0.6.3 |
1104 | 2023-11-16T20:31:54.956Z | Downloaded quick-error v1.2.3 |
1105 | 2023-11-16T20:31:54.959Z | Downloaded quote v1.0.33 |
1106 | 2023-11-16T20:31:54.963Z | Downloaded darling_core v0.20.3 |
1107 | 2023-11-16T20:31:54.969Z | Downloaded headers v0.3.9 |
1108 | 2023-11-16T20:31:54.978Z | Downloaded pem-rfc7468 v0.7.0 |
1109 | 2023-11-16T20:31:54.981Z | Downloaded usdt v0.3.5 |
1110 | 2023-11-16T20:31:54.984Z | Downloaded universal-hash v0.5.1 |
1111 | 2023-11-16T20:31:54.987Z | Downloaded serde_path_to_error v0.1.14 |
1112 | 2023-11-16T20:31:54.990Z | Downloaded ed25519 v1.5.3 |
1113 | 2023-11-16T20:31:54.993Z | Downloaded foreign-types-shared v0.1.1 |
1114 | 2023-11-16T20:31:55.004Z | Downloaded darling_macro v0.14.4 |
1115 | 2023-11-16T20:31:55.007Z | Downloaded foreign-types v0.5.0 |
1116 | 2023-11-16T20:31:55.009Z | Downloaded untrusted v0.7.1 |
1117 | 2023-11-16T20:31:55.012Z | Downloaded mio v0.8.8 |
1118 | 2023-11-16T20:31:55.015Z | Downloaded sha2 v0.10.8 |
1119 | 2023-11-16T20:31:55.018Z | Downloaded derive-where v1.2.5 |
1120 | 2023-11-16T20:31:55.021Z | Downloaded derive_more v0.99.17 |
1121 | 2023-11-16T20:31:55.024Z | Downloaded time v0.3.27 |
1122 | 2023-11-16T20:31:55.033Z | Downloaded unicode-xid v0.2.4 |
1123 | 2023-11-16T20:31:55.036Z | Downloaded vsss-rs v3.3.1 |
1124 | 2023-11-16T20:31:55.039Z | Downloaded futures-executor v0.3.29 |
1125 | 2023-11-16T20:31:55.042Z | Downloaded tempfile v3.8.0 |
1126 | 2023-11-16T20:31:55.045Z | Downloaded schemars_derive v0.8.13 |
1127 | 2023-11-16T20:31:55.048Z | Downloaded schemars v0.8.13 |
1128 | 2023-11-16T20:31:55.066Z | Downloaded rcgen v0.11.3 |
1129 | 2023-11-16T20:31:55.071Z | Downloaded libm v0.2.7 |
1130 | 2023-11-16T20:31:55.088Z | Downloaded take_mut v0.2.2 |
1131 | 2023-11-16T20:31:55.091Z | Downloaded shlex v1.1.0 |
1132 | 2023-11-16T20:31:55.094Z | Downloaded poly1305 v0.8.0 |
1133 | 2023-11-16T20:31:55.097Z | Downloaded fatfs v0.3.6 |
1134 | 2023-11-16T20:31:55.102Z | Downloaded toml v0.8.8 |
1135 | 2023-11-16T20:31:55.105Z | Downloaded rustc-demangle v0.1.23 |
1136 | 2023-11-16T20:31:55.108Z | Downloaded postcard v0.7.3 |
1137 | 2023-11-16T20:31:55.111Z | Downloaded libxml v0.3.3 |
1138 | 2023-11-16T20:31:55.119Z | Downloaded hashbrown v0.13.2 |
1139 | 2023-11-16T20:31:55.127Z | Downloaded strsim v0.10.0 |
1140 | 2023-11-16T20:31:55.130Z | Downloaded percent-encoding v2.3.0 |
1141 | 2023-11-16T20:31:55.133Z | Downloaded downcast v0.11.0 |
1142 | 2023-11-16T20:31:55.137Z | Downloaded serde_tokenstream v0.2.0 |
1143 | 2023-11-16T20:31:55.141Z | Downloaded darling v0.20.3 |
1144 | 2023-11-16T20:31:55.144Z | Downloaded paste v1.0.14 |
1145 | 2023-11-16T20:31:55.147Z | Downloaded elliptic-curve v0.13.5 |
1146 | 2023-11-16T20:31:55.153Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1147 | 2023-11-16T20:31:55.157Z | Downloaded yasna v0.5.2 |
1148 | 2023-11-16T20:31:55.167Z | Downloaded smallvec v1.11.0 |
1149 | 2023-11-16T20:31:55.177Z | Downloaded serde_with_macros v2.3.3 |
1150 | 2023-11-16T20:31:55.189Z | Downloaded wyz v0.5.1 |
1151 | 2023-11-16T20:31:55.192Z | Downloaded futures-task v0.3.29 |
1152 | 2023-11-16T20:31:55.195Z | Downloaded strsim v0.8.0 |
1153 | 2023-11-16T20:31:55.197Z | Downloaded textwrap v0.11.0 |
1154 | 2023-11-16T20:31:55.200Z | Downloaded flagset v0.4.3 |
1155 | 2023-11-16T20:31:55.203Z | Downloaded openssl-sys v0.9.93 |
1156 | 2023-11-16T20:31:55.205Z | Downloaded textwrap v0.16.0 |
1157 | 2023-11-16T20:31:55.208Z | Downloaded path-slash v0.1.5 |
1158 | 2023-11-16T20:31:55.211Z | Downloaded serde_urlencoded v0.7.1 |
1159 | 2023-11-16T20:31:55.214Z | Downloaded pin-project-lite v0.2.13 |
1160 | 2023-11-16T20:31:55.217Z | Downloaded chacha20poly1305 v0.10.1 |
1161 | 2023-11-16T20:31:55.219Z | Downloaded num-bigint v0.4.4 |
1162 | 2023-11-16T20:31:55.222Z | Downloaded utf-8 v0.7.6 |
1163 | 2023-11-16T20:31:55.225Z | Downloaded pkg-config v0.3.27 |
1164 | 2023-11-16T20:31:55.228Z | Downloaded tracing v0.1.37 |
1165 | 2023-11-16T20:31:55.241Z | Downloaded ucd-trie v0.1.6 |
1166 | 2023-11-16T20:31:55.244Z | Downloaded typenum v1.16.0 |
1167 | 2023-11-16T20:31:55.248Z | Downloaded password-hash v0.5.0 |
1168 | 2023-11-16T20:31:55.252Z | Downloaded tokio-macros v2.1.0 |
1169 | 2023-11-16T20:31:55.254Z | Downloaded pem v3.0.2 |
1170 | 2023-11-16T20:31:55.258Z | Downloaded toml_datetime v0.6.5 |
1171 | 2023-11-16T20:31:55.261Z | Downloaded smf v0.2.2 |
1172 | 2023-11-16T20:31:55.264Z | Downloaded slog-json v2.6.1 |
1173 | 2023-11-16T20:31:55.267Z | Downloaded pin-utils v0.1.0 |
1174 | 2023-11-16T20:31:55.269Z | Downloaded fnv v1.0.7 |
1175 | 2023-11-16T20:31:55.272Z | Downloaded dirs-sys-next v0.1.2 |
1176 | 2023-11-16T20:31:55.275Z | Downloaded ref-cast-impl v1.0.20 |
1177 | 2023-11-16T20:31:55.280Z | Downloaded crossbeam-channel v0.5.8 |
1178 | 2023-11-16T20:31:55.285Z | Downloaded strip-ansi-escapes v0.2.0 |
1179 | 2023-11-16T20:31:55.288Z | Downloaded tokio-rustls v0.24.1 |
1180 | 2023-11-16T20:31:55.291Z | Downloaded indicatif v0.17.7 |
1181 | 2023-11-16T20:31:55.294Z | Downloaded base64 v0.21.5 |
1182 | 2023-11-16T20:31:55.296Z | Downloaded serde_yaml v0.9.25 |
1183 | 2023-11-16T20:31:55.299Z | Downloaded minimal-lexical v0.2.1 |
1184 | 2023-11-16T20:31:55.302Z | Downloaded similar v2.2.1 |
1185 | 2023-11-16T20:31:55.305Z | Downloaded num-traits v0.2.16 |
1186 | 2023-11-16T20:31:55.309Z | Downloaded crc-any v2.4.3 |
1187 | 2023-11-16T20:31:55.312Z | Downloaded crossbeam-epoch v0.9.15 |
1188 | 2023-11-16T20:31:55.315Z | Downloaded parse-display-derive v0.8.2 |
1189 | 2023-11-16T20:31:55.323Z | Downloaded bytes v1.5.0 |
1190 | 2023-11-16T20:31:55.327Z | Downloaded base64 v0.13.1 |
1191 | 2023-11-16T20:31:55.330Z | Downloaded thiserror-no-std v2.0.2 |
1192 | 2023-11-16T20:31:55.333Z | Downloaded thiserror-impl-no-std v2.0.2 |
1193 | 2023-11-16T20:31:55.337Z | Downloaded smawk v0.3.1 |
1194 | 2023-11-16T20:31:55.341Z | Downloaded slog-dtrace v0.2.3 |
1195 | 2023-11-16T20:31:55.343Z | Downloaded dirs-next v2.0.0 |
1196 | 2023-11-16T20:31:55.346Z | Downloaded digest v0.10.7 |
1197 | 2023-11-16T20:31:55.349Z | Downloaded semver v0.11.0 |
1198 | 2023-11-16T20:31:55.352Z | Downloaded cc v1.0.83 |
1199 | 2023-11-16T20:31:55.354Z | Downloaded heck v0.4.1 |
1200 | 2023-11-16T20:31:55.357Z | Downloaded tracing-attributes v0.1.26 |
1201 | 2023-11-16T20:31:55.360Z | Downloaded itertools v0.10.5 |
1202 | 2023-11-16T20:31:55.364Z | Downloaded httpdate v1.0.3 |
1203 | 2023-11-16T20:31:55.366Z | Downloaded structopt v0.3.26 |
1204 | 2023-11-16T20:31:55.373Z | Downloaded memchr v2.6.3 |
1205 | 2023-11-16T20:31:55.381Z | Downloaded rustc-hash v1.1.0 |
1206 | 2023-11-16T20:31:55.384Z | Downloaded rpassword v7.2.0 |
1207 | 2023-11-16T20:31:55.387Z | Downloaded resolv-conf v0.7.0 |
1208 | 2023-11-16T20:31:55.390Z | Downloaded radium v0.7.0 |
1209 | 2023-11-16T20:31:55.393Z | Downloaded unicase v2.7.0 |
1210 | 2023-11-16T20:31:55.396Z | Downloaded usdt-impl v0.3.5 |
1211 | 2023-11-16T20:31:55.399Z | Downloaded parking_lot_core v0.8.6 |
1212 | 2023-11-16T20:31:55.405Z | Downloaded signal-hook v0.3.17 |
1213 | 2023-11-16T20:31:55.408Z | Downloaded serde_derive v1.0.192 |
1214 | 2023-11-16T20:31:55.410Z | Downloaded unarray v0.1.4 |
1215 | 2023-11-16T20:31:55.414Z | Downloaded num-complex v0.4.4 |
1216 | 2023-11-16T20:31:55.417Z | Downloaded log v0.4.20 |
1217 | 2023-11-16T20:31:55.423Z | Downloaded console v0.15.7 |
1218 | 2023-11-16T20:31:55.426Z | Downloaded hash32 v0.2.1 |
1219 | 2023-11-16T20:31:55.835Z | Downloaded tui-tree-widget v0.13.0 |
1220 | 2023-11-16T20:31:55.839Z | Downloaded owo-colors v3.5.0 |
1221 | 2023-11-16T20:31:55.842Z | Downloaded omicron-zone-package v0.8.3 |
1222 | 2023-11-16T20:31:55.846Z | Downloaded anyhow v1.0.75 |
1223 | 2023-11-16T20:31:55.849Z | Downloaded base64ct v1.6.0 |
1224 | 2023-11-16T20:31:55.852Z | Downloaded const-oid v0.9.5 |
1225 | 2023-11-16T20:31:55.855Z | Downloaded cancel-safe-futures v0.1.5 |
1226 | 2023-11-16T20:31:55.857Z | Downloaded derive_builder v0.12.0 |
1227 | 2023-11-16T20:31:55.860Z | Downloaded secrecy v0.8.0 |
1228 | 2023-11-16T20:31:55.863Z | Downloaded olpc-cjson v0.1.3 |
1229 | 2023-11-16T20:31:55.865Z | Downloaded num-rational v0.4.1 |
1230 | 2023-11-16T20:31:55.868Z | Downloaded clap_derive v4.4.2 |
1231 | 2023-11-16T20:31:55.871Z | Downloaded ciborium v0.2.1 |
1232 | 2023-11-16T20:31:55.873Z | Downloaded dyn-clone v1.0.13 |
1233 | 2023-11-16T20:31:55.876Z | Downloaded hyper-rustls v0.24.2 |
1234 | 2023-11-16T20:31:55.879Z | Downloaded arc-swap v1.6.0 |
1235 | 2023-11-16T20:31:55.882Z | Downloaded semver v1.0.20 |
1236 | 2023-11-16T20:31:55.884Z | Downloaded native-tls v0.2.11 |
1237 | 2023-11-16T20:31:55.887Z | Downloaded cookie v0.16.2 |
1238 | 2023-11-16T20:31:55.889Z | Downloaded postcard-cobs v0.1.5-pre |
1239 | 2023-11-16T20:31:55.892Z | Downloaded hostname v0.3.1 |
1240 | 2023-11-16T20:31:55.895Z | Downloaded serde_tokenstream v0.1.7 |
1241 | 2023-11-16T20:31:55.898Z | Downloaded convert_case v0.4.0 |
1242 | 2023-11-16T20:31:55.901Z | Downloaded num_enum v0.5.11 |
1243 | 2023-11-16T20:31:55.903Z | Downloaded pretty-hex v0.3.0 |
1244 | 2023-11-16T20:31:55.906Z | Downloaded peeking_take_while v0.1.2 |
1245 | 2023-11-16T20:31:55.908Z | Downloaded path-absolutize v3.1.0 |
1246 | 2023-11-16T20:31:55.911Z | Downloaded errno v0.3.2 |
1247 | 2023-11-16T20:31:55.914Z | Downloaded unicode-linebreak v0.1.5 |
1248 | 2023-11-16T20:31:55.917Z | Downloaded packed_struct v0.10.1 |
1249 | 2023-11-16T20:31:55.920Z | Downloaded bcs v0.1.6 |
1250 | 2023-11-16T20:31:55.922Z | Downloaded slog-term v2.9.0 |
1251 | 2023-11-16T20:31:55.925Z | Downloaded kstat-rs v0.2.3 |
1252 | 2023-11-16T20:31:55.927Z | Downloaded clang-sys v1.6.1 |
1253 | 2023-11-16T20:31:55.930Z | Downloaded bytesize v1.3.0 |
1254 | 2023-11-16T20:31:55.933Z | Downloaded camino v1.1.6 |
1255 | 2023-11-16T20:31:55.936Z | Downloaded darling v0.14.4 |
1256 | 2023-11-16T20:31:55.942Z | Downloaded zeroize_derive v1.4.2 |
1257 | 2023-11-16T20:31:55.945Z | Downloaded untrusted v0.9.0 |
1258 | 2023-11-16T20:31:55.947Z | Downloaded termios v0.3.3 |
1259 | 2023-11-16T20:31:55.950Z | Downloaded terminal_size v0.2.6 |
1260 | 2023-11-16T20:31:55.953Z | Downloaded tabled_derive v0.6.0 |
1261 | 2023-11-16T20:31:55.955Z | Downloaded base16ct v0.2.0 |
1262 | 2023-11-16T20:31:55.958Z | Downloaded serde_derive_internals v0.26.0 |
1263 | 2023-11-16T20:31:55.961Z | Downloaded semver-parser v0.10.2 |
1264 | 2023-11-16T20:31:55.964Z | Downloaded sct v0.7.0 |
1265 | 2023-11-16T20:31:55.967Z | Downloaded mime_guess v2.0.4 |
1266 | 2023-11-16T20:31:55.970Z | Downloaded inout v0.1.3 |
1267 | 2023-11-16T20:31:55.973Z | Downloaded indoc v2.0.3 |
1268 | 2023-11-16T20:31:55.975Z | Downloaded crc v3.0.1 |
1269 | 2023-11-16T20:31:55.978Z | Downloaded anstream v0.5.0 |
1270 | 2023-11-16T20:31:55.981Z | Downloaded iana-time-zone v0.1.57 |
1271 | 2023-11-16T20:31:55.984Z | Downloaded hyper-staticfile v0.9.5 |
1272 | 2023-11-16T20:31:55.986Z | Downloaded cargo_metadata v0.18.0 |
1273 | 2023-11-16T20:31:55.989Z | Downloaded chacha20 v0.9.1 |
1274 | 2023-11-16T20:31:55.992Z | Downloaded doc-comment v0.3.3 |
1275 | 2023-11-16T20:31:55.996Z | Downloaded derive_builder_macro v0.12.0 |
1276 | 2023-11-16T20:31:55.998Z | Downloaded num_enum_derive v0.5.11 |
1277 | 2023-11-16T20:31:56.001Z | Downloaded openssl-macros v0.1.1 |
1278 | 2023-11-16T20:31:56.004Z | Downloaded opaque-debug v0.3.0 |
1279 | 2023-11-16T20:31:56.009Z | Downloaded time-core v0.1.1 |
1280 | 2023-11-16T20:31:56.013Z | Downloaded argon2 v0.5.2 |
1281 | 2023-11-16T20:31:56.017Z | Downloaded nu-ansi-term v0.49.0 |
1282 | 2023-11-16T20:31:56.020Z | Downloaded crossbeam-utils v0.8.16 |
1283 | 2023-11-16T20:31:56.023Z | Downloaded bit-vec v0.6.3 |
1284 | 2023-11-16T20:31:56.026Z | Downloaded cargo-platform v0.1.3 |
1285 | 2023-11-16T20:31:56.035Z | Downloaded hyper-tls v0.5.0 |
1286 | 2023-11-16T20:31:56.041Z | Downloaded bit-set v0.5.3 |
1287 | 2023-11-16T20:31:56.046Z | Downloaded bitflags v1.3.2 |
1288 | 2023-11-16T20:31:56.052Z | Downloaded atomic-waker v1.1.1 |
1289 | 2023-11-16T20:31:56.058Z | Downloaded lazy_static v1.4.0 |
1290 | 2023-11-16T20:31:56.065Z | Downloaded nodrop v0.1.14 |
1291 | 2023-11-16T20:31:56.070Z | Downloaded curve25519-dalek-derive v0.1.0 |
1292 | 2023-11-16T20:31:56.075Z | Downloaded lalrpop-util v0.19.12 |
1293 | 2023-11-16T20:31:56.082Z | Downloaded indexmap v2.1.0 |
1294 | 2023-11-16T20:31:56.087Z | Downloaded bitflags v2.4.0 |
1295 | 2023-11-16T20:31:56.093Z | Downloaded async-stream v0.3.5 |
1296 | 2023-11-16T20:31:56.099Z | Downloaded backoff v0.4.0 |
1297 | 2023-11-16T20:31:56.105Z | Downloaded bitfield v0.14.0 |
1298 | 2023-11-16T20:31:56.116Z | Downloaded array-init v0.0.4 |
1299 | 2023-11-16T20:31:56.119Z | Downloaded async-trait v0.1.74 |
1300 | 2023-11-16T20:31:56.122Z | Downloaded ascii-canvas v3.0.0 |
1301 | 2023-11-16T20:31:56.125Z | Downloaded anstyle-parse v0.2.1 |
1302 | 2023-11-16T20:31:56.128Z | Downloaded supports-color v2.1.0 |
1303 | 2023-11-16T20:31:56.130Z | Downloaded signal-hook-mio v0.2.3 |
1304 | 2023-11-16T20:31:56.133Z | Downloaded serde_spanned v0.6.4 |
1305 | 2023-11-16T20:31:56.136Z | Downloaded libsw v3.3.0 |
1306 | 2023-11-16T20:31:56.139Z | Downloaded ident_case v1.0.1 |
1307 | 2023-11-16T20:31:56.147Z | Downloaded block-buffer v0.10.4 |
1308 | 2023-11-16T20:31:56.149Z | Downloaded cipher v0.4.4 |
1309 | 2023-11-16T20:31:56.152Z | Downloaded is-terminal v0.4.9 |
1310 | 2023-11-16T20:31:56.155Z | Downloaded ipnetwork v0.20.0 |
1311 | 2023-11-16T20:31:56.158Z | Downloaded indexmap v1.9.3 |
1312 | 2023-11-16T20:31:56.160Z | Downloaded anstyle v1.0.2 |
1313 | 2023-11-16T20:31:56.163Z | Downloaded block-padding v0.3.3 |
1314 | 2023-11-16T20:31:56.167Z | Downloaded autocfg v1.1.0 |
1315 | 2023-11-16T20:31:56.172Z | Downloaded spin v0.9.8 |
1316 | 2023-11-16T20:31:56.176Z | Downloaded smallvec v0.6.14 |
1317 | 2023-11-16T20:31:56.179Z | Downloaded slog-async v2.8.0 |
1318 | 2023-11-16T20:31:56.182Z | Downloaded anstyle-query v1.0.0 |
1319 | 2023-11-16T20:31:56.184Z | Downloaded memoffset v0.9.0 |
1320 | 2023-11-16T20:31:56.187Z | Downloaded maybe-uninit v2.0.0 |
1321 | 2023-11-16T20:31:56.190Z | Downloaded maplit v1.0.2 |
1322 | 2023-11-16T20:31:56.193Z | Downloaded linked-hash-map v0.5.6 |
1323 | 2023-11-16T20:31:56.196Z | Downloaded async-stream-impl v0.3.5 |
1324 | 2023-11-16T20:31:56.198Z | Downloaded assert_matches v1.5.0 |
1325 | 2023-11-16T20:31:56.201Z | Downloaded multer v2.1.0 |
1326 | 2023-11-16T20:31:56.204Z | Downloaded cfg-if v1.0.0 |
1327 | 2023-11-16T20:31:56.207Z | Downloaded aead v0.5.2 |
1328 | 2023-11-16T20:31:56.209Z | Downloaded md-5 v0.10.5 |
1329 | 2023-11-16T20:31:56.212Z | Downloaded macaddr v1.0.1 |
1330 | 2023-11-16T20:31:56.215Z | Downloaded sha1 v0.10.6 |
1331 | 2023-11-16T20:31:56.218Z | Downloaded memoffset v0.7.1 |
1332 | 2023-11-16T20:31:56.221Z | Downloaded match_cfg v0.1.0 |
1333 | 2023-11-16T20:31:56.223Z | Downloaded crc-catalog v2.2.0 |
1334 | 2023-11-16T20:31:56.226Z | Downloaded libefi-sys v0.1.0 |
1335 | 2023-11-16T20:31:56.229Z | Downloaded cstr-argument v0.1.2 |
1336 | 2023-11-16T20:31:56.231Z | Downloaded io-lifetimes v1.0.11 |
1337 | 2023-11-16T20:31:56.235Z | Downloaded crossbeam-queue v0.3.8 |
1338 | 2023-11-16T20:31:56.238Z | Downloaded cfg-if v0.1.10 |
1339 | 2023-11-16T20:31:56.241Z | Compiling proc-macro2 v1.0.69 |
1340 | 2023-11-16T20:31:56.244Z | Compiling unicode-ident v1.0.12 |
1341 | 2023-11-16T20:31:56.247Z | Compiling libc v0.2.150 |
1342 | 2023-11-16T20:31:56.250Z | Compiling serde v1.0.192 |
1343 | 2023-11-16T20:31:56.253Z | Compiling autocfg v1.1.0 |
1344 | 2023-11-16T20:31:56.256Z | Compiling cfg-if v1.0.0 |
1345 | 2023-11-16T20:31:56.259Z | Compiling version_check v0.9.4 |
1346 | 2023-11-16T20:31:56.321Z | Compiling syn v1.0.109 |
1347 | 2023-11-16T20:31:56.324Z | Compiling once_cell v1.18.0 |
1348 | 2023-11-16T20:31:56.432Z | Compiling parking_lot_core v0.9.8 |
1349 | 2023-11-16T20:31:57.051Z | Compiling libm v0.2.7 |
1350 | 2023-11-16T20:31:57.206Z | Compiling futures-core v0.3.29 |
1351 | 2023-11-16T20:31:57.304Z | Compiling lock_api v0.4.10 |
1352 | 2023-11-16T20:31:58.128Z | Compiling num-traits v0.2.16 |
1353 | 2023-11-16T20:31:58.131Z | Compiling thiserror v1.0.49 |
1354 | 2023-11-16T20:31:58.297Z | Compiling scopeguard v1.2.0 |
1355 | 2023-11-16T20:31:58.364Z | Compiling typenum v1.16.0 |
1356 | 2023-11-16T20:31:58.386Z | Compiling memchr v2.6.3 |
1357 | 2023-11-16T20:31:58.636Z | Compiling generic-array v0.14.7 |
1358 | 2023-11-16T20:31:58.850Z | Compiling itoa v1.0.9 |
1359 | 2023-11-16T20:31:59.207Z | Compiling pkg-config v0.3.27 |
1360 | 2023-11-16T20:32:00.058Z | Compiling quote v1.0.33 |
1361 | 2023-11-16T20:32:00.423Z | Compiling cc v1.0.83 |
1362 | 2023-11-16T20:32:00.740Z | Compiling syn v2.0.32 |
1363 | 2023-11-16T20:32:00.903Z | Compiling getrandom v0.2.10 |
1364 | 2023-11-16T20:32:01.134Z | Compiling slab v0.4.9 |
1365 | 2023-11-16T20:32:01.568Z | Compiling futures-channel v0.3.29 |
1366 | 2023-11-16T20:32:01.591Z | Compiling futures-task v0.3.29 |
1367 | 2023-11-16T20:32:02.095Z | Compiling log v0.4.20 |
1368 | 2023-11-16T20:32:02.320Z | Compiling futures-util v0.3.29 |
1369 | 2023-11-16T20:32:02.817Z | Compiling ryu v1.0.15 |
1370 | 2023-11-16T20:32:03.021Z | Compiling smallvec v1.11.0 |
1371 | 2023-11-16T20:32:03.046Z | Compiling pin-project-lite v0.2.13 |
1372 | 2023-11-16T20:32:03.220Z | Compiling serde_json v1.0.108 |
1373 | 2023-11-16T20:32:03.291Z | Compiling vcpkg v0.2.15 |
1374 | 2023-11-16T20:32:03.492Z | Compiling heck v0.4.1 |
1375 | 2023-11-16T20:32:03.785Z | Compiling schemars v0.8.13 |
1376 | 2023-11-16T20:32:04.541Z | Compiling parking_lot v0.12.1 |
1377 | 2023-11-16T20:32:05.194Z | Compiling ring v0.17.5 |
1378 | 2023-11-16T20:32:06.070Z | Compiling openssl-sys v0.9.93 |
1379 | 2023-11-16T20:32:06.884Z | Compiling signal-hook-registry v1.4.1 |
1380 | 2023-11-16T20:32:08.996Z | Compiling ring v0.16.20 |
1381 | 2023-11-16T20:32:09.027Z | Compiling mio v0.8.8 |
1382 | 2023-11-16T20:32:09.316Z | Compiling indexmap v1.9.3 |
1383 | 2023-11-16T20:32:09.405Z | Compiling hashbrown v0.14.2 |
1384 | 2023-11-16T20:32:09.741Z | Compiling equivalent v1.0.1 |
1385 | 2023-11-16T20:32:09.889Z | Compiling byteorder v1.5.0 |
1386 | 2023-11-16T20:32:10.934Z | Compiling ahash v0.8.3 |
1387 | 2023-11-16T20:32:10.937Z | Compiling httparse v1.8.0 |
1388 | 2023-11-16T20:32:11.016Z | Compiling socket2 v0.5.4 |
1389 | 2023-11-16T20:32:11.085Z | Compiling num_cpus v1.16.0 |
1390 | 2023-11-16T20:32:11.159Z | Compiling spin v0.5.2 |
1391 | 2023-11-16T20:32:11.259Z | Compiling rand_core v0.6.4 |
1392 | 2023-11-16T20:32:11.730Z | Compiling openssl v0.10.57 |
1393 | 2023-11-16T20:32:11.758Z | Compiling fnv v1.0.7 |
1394 | 2023-11-16T20:32:11.988Z | Compiling semver v1.0.20 |
1395 | 2023-11-16T20:32:12.651Z | Compiling serde_derive_internals v0.26.0 |
1396 | 2023-11-16T20:32:12.709Z | Compiling iana-time-zone v0.1.57 |
1397 | 2023-11-16T20:32:12.779Z | Compiling rustls v0.21.8 |
1398 | 2023-11-16T20:32:13.237Z | Compiling ucd-trie v0.1.6 |
1399 | 2023-11-16T20:32:13.906Z | Compiling crossbeam-utils v0.8.16 |
1400 | 2023-11-16T20:32:14.009Z | Compiling native-tls v0.2.11 |
1401 | 2023-11-16T20:32:14.101Z | Compiling unicode-xid v0.2.4 |
1402 | 2023-11-16T20:32:14.330Z | Compiling synstructure v0.12.6 |
1403 | 2023-11-16T20:32:14.574Z | Compiling futures-sink v0.3.29 |
1404 | 2023-11-16T20:32:14.806Z | Compiling io-lifetimes v1.0.11 |
1405 | 2023-11-16T20:32:15.693Z | Compiling backtrace v0.3.69 |
1406 | 2023-11-16T20:32:16.252Z | Compiling winnow v0.5.15 |
1407 | 2023-11-16T20:32:16.283Z | Compiling dyn-clone v1.0.13 |
1408 | 2023-11-16T20:32:16.763Z | Compiling tinyvec_macros v0.1.1 |
1409 | 2023-11-16T20:32:16.772Z | Compiling tinyvec v1.6.0 |
1410 | 2023-11-16T20:32:17.631Z | Compiling tracing-core v0.1.31 |
1411 | 2023-11-16T20:32:17.768Z | Compiling num-integer v0.1.45 |
1412 | 2023-11-16T20:32:17.813Z | Compiling memoffset v0.9.0 |
1413 | 2023-11-16T20:32:18.050Z | Compiling pin-utils v0.1.0 |
1414 | 2023-11-16T20:32:18.196Z | Compiling futures-io v0.3.29 |
1415 | 2023-11-16T20:32:18.253Z | Compiling rustix v0.37.23 |
1416 | 2023-11-16T20:32:18.558Z | Compiling rustix v0.38.9 |
1417 | 2023-11-16T20:32:18.863Z | Compiling hashbrown v0.13.2 |
1418 | 2023-11-16T20:32:19.094Z | Compiling unicode-normalization v0.1.22 |
1419 | 2023-11-16T20:32:19.118Z | Compiling spin v0.9.8 |
1420 | 2023-11-16T20:32:19.721Z | Compiling usdt-impl v0.3.5 |
1421 | 2023-11-16T20:32:20.223Z | Compiling anyhow v1.0.75 |
1422 | 2023-11-16T20:32:20.675Z | Compiling time-core v0.1.1 |
1423 | 2023-11-16T20:32:20.908Z | Compiling crc32fast v1.3.2 |
1424 | 2023-11-16T20:32:20.934Z | Compiling slog v2.7.0 |
1425 | 2023-11-16T20:32:21.062Z | Compiling unicode-bidi v0.3.13 |
1426 | 2023-11-16T20:32:21.545Z | Compiling bitflags v1.3.2 |
1427 | 2023-11-16T20:32:21.690Z | Compiling time-macros v0.2.13 |
1428 | 2023-11-16T20:32:22.252Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1429 | 2023-11-16T20:32:22.319Z | Compiling aho-corasick v1.0.4 |
1430 | 2023-11-16T20:32:22.344Z | Compiling serde_derive v1.0.192 |
1431 | 2023-11-16T20:32:22.596Z | Compiling thiserror-impl v1.0.49 |
1432 | 2023-11-16T20:32:22.869Z | Compiling tokio-macros v2.1.0 |
1433 | 2023-11-16T20:32:23.137Z | Compiling zeroize_derive v1.4.2 |
1434 | 2023-11-16T20:32:24.320Z | Compiling futures-macro v0.3.29 |
1435 | 2023-11-16T20:32:25.271Z | Compiling tracing-attributes v0.1.26 |
1436 | 2023-11-16T20:32:25.274Z | Compiling schemars_derive v0.8.13 |
1437 | 2023-11-16T20:32:25.315Z | Compiling zeroize v1.6.0 |
1438 | 2023-11-16T20:32:26.376Z | Compiling openssl-macros v0.1.1 |
1439 | 2023-11-16T20:32:27.210Z | Compiling pest v2.7.2 |
1440 | 2023-11-16T20:32:27.468Z | Compiling zerocopy-derive v0.2.0 |
1441 | 2023-11-16T20:32:28.032Z | Compiling crypto-common v0.1.6 |
1442 | 2023-11-16T20:32:30.115Z | Compiling block-buffer v0.10.4 |
1443 | 2023-11-16T20:32:30.189Z | Compiling crossbeam-epoch v0.9.15 |
1444 | 2023-11-16T20:32:30.329Z | Compiling rustversion v1.0.14 |
1445 | 2023-11-16T20:32:30.463Z | Compiling ppv-lite86 v0.2.17 |
1446 | 2023-11-16T20:32:30.576Z | Compiling tracing v0.1.37 |
1447 | 2023-11-16T20:32:31.201Z | Compiling async-trait v0.1.74 |
1448 | 2023-11-16T20:32:31.566Z | Compiling pest_meta v2.7.2 |
1449 | 2023-11-16T20:32:31.905Z | Compiling signal-hook v0.3.17 |
1450 | 2023-11-16T20:32:31.942Z | Compiling subtle v2.5.0 |
1451 | 2023-11-16T20:32:31.999Z | Compiling const-oid v0.9.5 |
1452 | 2023-11-16T20:32:32.023Z | Compiling regex-syntax v0.8.2 |
1453 | 2023-11-16T20:32:32.375Z | Compiling rand_chacha v0.3.1 |
1454 | 2023-11-16T20:32:32.515Z | Compiling zerocopy v0.3.0 |
1455 | 2023-11-16T20:32:33.726Z | Compiling pest_generator v2.7.2 |
1456 | 2023-11-16T20:32:36.182Z | Compiling digest v0.10.7 |
1457 | 2023-11-16T20:32:36.572Z | Compiling zerocopy-derive v0.6.4 |
1458 | 2023-11-16T20:32:38.215Z | Compiling regex-automata v0.4.3 |
1459 | 2023-11-16T20:32:38.303Z | Compiling pest_derive v2.7.2 |
1460 | 2023-11-16T20:32:39.494Z | Compiling strsim v0.10.0 |
1461 | 2023-11-16T20:32:39.650Z | Compiling base64 v0.21.5 |
1462 | 2023-11-16T20:32:40.473Z | Compiling dtrace-parser v0.1.14 |
1463 | 2023-11-16T20:32:40.728Z | Compiling dof v0.1.5 |
1464 | 2023-11-16T20:32:42.104Z | Compiling rand v0.8.5 |
1465 | 2023-11-16T20:32:44.292Z | Compiling bytes v1.5.0 |
1466 | 2023-11-16T20:32:44.545Z | Compiling indexmap v2.1.0 |
1467 | 2023-11-16T20:32:45.204Z | Compiling uuid v1.5.0 |
1468 | 2023-11-16T20:32:46.304Z | Compiling chrono v0.4.31 |
1469 | 2023-11-16T20:32:46.441Z | Compiling tokio v1.33.0 |
1470 | 2023-11-16T20:32:46.605Z | Compiling bitflags v2.4.0 |
1471 | 2023-11-16T20:32:49.253Z | Compiling toml_datetime v0.6.5 |
1472 | 2023-11-16T20:32:49.836Z | Compiling serde_spanned v0.6.4 |
1473 | 2023-11-16T20:32:51.847Z | Compiling toml_edit v0.19.15 |
1474 | 2023-11-16T20:32:52.661Z | Compiling rustc_version v0.4.0 |
1475 | 2023-11-16T20:32:53.461Z | Compiling http v0.2.9 |
1476 | 2023-11-16T20:32:54.705Z | Compiling heapless v0.7.16 |
1477 | 2023-11-16T20:32:57.687Z | Compiling regex v1.10.2 |
1478 | 2023-11-16T20:32:59.328Z | Compiling tokio-util v0.7.10 |
1479 | 2023-11-16T20:33:02.399Z | Compiling errno v0.3.2 |
1480 | 2023-11-16T20:33:02.712Z | Compiling thread-id v4.2.0 |
1481 | 2023-11-16T20:33:02.927Z | Compiling num-bigint v0.4.4 |
1482 | 2023-11-16T20:33:03.675Z | Compiling untrusted v0.9.0 |
1483 | 2023-11-16T20:33:03.886Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1484 | 2023-11-16T20:33:04.863Z | Compiling hashbrown v0.12.3 |
1485 | 2023-11-16T20:33:05.794Z | Compiling openssl-probe v0.1.5 |
1486 | 2023-11-16T20:33:06.136Z | Compiling foreign-types-shared v0.1.1 |
1487 | 2023-11-16T20:33:06.444Z | Compiling percent-encoding v2.3.0 |
1488 | 2023-11-16T20:33:06.947Z | Compiling untrusted v0.7.1 |
1489 | 2023-11-16T20:33:06.952Z | Compiling smoltcp v0.9.1 |
1490 | 2023-11-16T20:33:08.573Z | Compiling foreign-types v0.3.2 |
1491 | 2023-11-16T20:33:13.108Z | Compiling strum_macros v0.25.2 |
1492 | 2023-11-16T20:33:13.169Z | Compiling serde_tokenstream v0.1.7 |
1493 | 2023-11-16T20:33:14.404Z | Compiling lazy_static v1.4.0 |
1494 | 2023-11-16T20:33:14.676Z | Compiling socket2 v0.4.9 |
1495 | 2023-11-16T20:33:16.610Z | Compiling adler v1.0.2 |
1496 | 2023-11-16T20:33:16.687Z | Compiling try-lock v0.2.4 |
1497 | 2023-11-16T20:33:16.896Z | Compiling unicode-width v0.1.11 |
1498 | 2023-11-16T20:33:17.172Z | Compiling siphasher v0.3.11 |
1499 | 2023-11-16T20:33:17.215Z | Compiling unicode-segmentation v1.10.1 |
1500 | 2023-11-16T20:33:18.393Z | Compiling miniz_oxide v0.7.1 |
1501 | 2023-11-16T20:33:18.539Z | Compiling want v0.3.1 |
1502 | 2023-11-16T20:33:23.746Z | Compiling rustls-webpki v0.101.7 |
1503 | 2023-11-16T20:33:24.951Z | Compiling sct v0.7.0 |
1504 | 2023-11-16T20:33:26.260Z | Compiling h2 v0.3.21 |
1505 | 2023-11-16T20:33:27.249Z | Compiling form_urlencoded v1.2.0 |
1506 | 2023-11-16T20:33:27.937Z | Compiling http-body v0.4.5 |
1507 | 2023-11-16T20:33:28.841Z | Compiling hubpack_derive v0.1.1 |
1508 | 2023-11-16T20:33:29.727Z | Compiling num-iter v0.1.43 |
1509 | 2023-11-16T20:33:50.353Z | Compiling anstyle v1.0.2 |
1510 | 2023-11-16T20:33:50.396Z | Compiling utf8parse v0.2.1 |
1511 | 2023-11-16T20:33:50.633Z | Compiling cpufeatures v0.2.9 |
1512 | 2023-11-16T20:33:50.844Z | Compiling httpdate v1.0.3 |
1513 | 2023-11-16T20:33:50.914Z | Compiling tower-service v0.3.2 |
1514 | 2023-11-16T20:33:51.128Z | Compiling sha2 v0.10.8 |
1515 | 2023-11-16T20:33:51.138Z | Compiling anstyle-parse v0.2.1 |
1516 | 2023-11-16T20:33:51.162Z | Compiling usdt-macro v0.3.5 |
1517 | 2023-11-16T20:33:51.219Z | Compiling usdt-attr-macro v0.3.5 |
1518 | 2023-11-16T20:33:51.288Z | Compiling hyper v0.14.27 |
1519 | 2023-11-16T20:33:51.339Z | Compiling openapiv3 v2.0.0-rc.1 |
1520 | 2023-11-16T20:33:51.362Z | Compiling serde_tokenstream v0.2.0 |
1521 | 2023-11-16T20:33:51.378Z | Compiling rustls-pemfile v1.0.3 |
1522 | 2023-11-16T20:33:51.422Z | Compiling hmac v0.12.1 |
1523 | 2023-11-16T20:33:51.486Z | Compiling md-5 v0.10.5 |
1524 | 2023-11-16T20:33:51.566Z | Compiling stringprep v0.1.3 |
1525 | 2023-11-16T20:33:51.578Z | Compiling idna v0.4.0 |
1526 | 2023-11-16T20:33:51.596Z | Compiling diesel_table_macro_syntax v0.1.0 |
1527 | 2023-11-16T20:33:51.601Z | Compiling hash32 v0.2.1 |
1528 | 2023-11-16T20:33:51.682Z | Compiling fallible-iterator v0.2.0 |
1529 | 2023-11-16T20:33:51.714Z | Compiling gimli v0.28.0 |
1530 | 2023-11-16T20:33:51.744Z | Compiling stable_deref_trait v1.2.0 |
1531 | 2023-11-16T20:33:51.777Z | Compiling colorchoice v1.0.0 |
1532 | 2023-11-16T20:33:51.808Z | Compiling anstyle-query v1.0.0 |
1533 | 2023-11-16T20:33:51.835Z | Compiling either v1.9.0 |
1534 | 2023-11-16T20:33:51.840Z | Compiling anstream v0.5.0 |
1535 | 2023-11-16T20:33:51.866Z | Compiling postgres-protocol v0.6.6 |
1536 | 2023-11-16T20:33:51.882Z | Compiling url v2.4.1 |
1537 | 2023-11-16T20:33:51.907Z | Compiling diesel_derives v2.1.1 |
1538 | 2023-11-16T20:33:51.943Z | Compiling tokio-rustls v0.24.1 |
1539 | 2023-11-16T20:33:51.982Z | Compiling addr2line v0.21.0 |
1540 | 2023-11-16T20:33:52.004Z | Compiling rustls-native-certs v0.6.3 |
1541 | 2023-11-16T20:33:52.019Z | Compiling terminal_size v0.2.6 |
1542 | 2023-11-16T20:33:52.053Z | Compiling tokio-native-tls v0.3.1 |
1543 | 2023-11-16T20:33:52.084Z | Compiling phf_shared v0.11.2 |
1544 | 2023-11-16T20:33:52.995Z | Compiling block-padding v0.3.3 |
1545 | 2023-11-16T20:33:53.166Z | Compiling enum-as-inner v0.5.1 |
1546 | 2023-11-16T20:33:53.237Z | Compiling serde_repr v0.1.16 |
1547 | 2023-11-16T20:33:53.314Z | Compiling clap_derive v4.4.2 |
1548 | 2023-11-16T20:33:54.642Z | Compiling regress v0.7.1 |
1549 | 2023-11-16T20:33:55.554Z | Compiling scheduled-thread-pool v0.2.7 |
1550 | 2023-11-16T20:33:56.373Z | Compiling object v0.32.1 |
1551 | 2023-11-16T20:34:02.779Z | Compiling bit-vec v0.6.3 |
1552 | 2023-11-16T20:34:03.439Z | Compiling regex-automata v0.1.10 |
1553 | 2023-11-16T20:34:04.247Z | Compiling managed v0.8.0 |
1554 | 2023-11-16T20:34:05.161Z | Compiling ipnet v2.8.0 |
1555 | 2023-11-16T20:34:07.291Z | Compiling clap_lex v0.5.1 |
1556 | 2023-11-16T20:34:07.563Z | Compiling rustc-demangle v0.1.23 |
1557 | 2023-11-16T20:34:07.906Z | Compiling num_threads v0.1.6 |
1558 | 2023-11-16T20:34:08.129Z | Compiling matches v0.1.10 |
1559 | 2023-11-16T20:34:08.280Z | Compiling deranged v0.3.8 |
1560 | 2023-11-16T20:34:11.342Z | Compiling time v0.3.27 |
1561 | 2023-11-16T20:34:14.443Z | Compiling idna v0.2.3 |
1562 | 2023-11-16T20:34:15.834Z | Compiling clap_builder v4.4.2 |
1563 | 2023-11-16T20:34:15.991Z | Compiling bstr v0.2.17 |
1564 | 2023-11-16T20:34:16.818Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1565 | 2023-11-16T20:34:18.222Z | Compiling r2d2 v0.8.10 |
1566 | 2023-11-16T20:34:19.468Z | Compiling inout v0.1.3 |
1567 | 2023-11-16T20:34:20.400Z | Compiling phf v0.11.2 |
1568 | 2023-11-16T20:34:20.536Z | Compiling hyper-tls v0.5.0 |
1569 | 2023-11-16T20:34:20.834Z | Compiling hyper-rustls v0.24.2 |
1570 | 2023-11-16T20:34:21.091Z | Compiling signal-hook-mio v0.2.3 |
1571 | 2023-11-16T20:34:21.277Z | Compiling bzip2 v0.4.4 |
1572 | 2023-11-16T20:34:21.679Z | Compiling flate2 v1.0.28 |
1573 | 2023-11-16T20:34:21.938Z | Compiling postgres-types v0.2.6 |
1574 | 2023-11-16T20:34:23.161Z | Compiling itertools v0.11.0 |
1575 | 2023-11-16T20:34:24.345Z | Compiling hubpack v0.1.2 |
1576 | 2023-11-16T20:34:25.032Z | Compiling serde_urlencoded v0.7.1 |
1577 | 2023-11-16T20:34:25.556Z | Compiling phf_shared v0.10.0 |
1578 | 2023-11-16T20:34:25.875Z | Compiling ipnetwork v0.20.0 |
1579 | 2023-11-16T20:34:27.390Z | Compiling zerocopy v0.6.4 |
1580 | 2023-11-16T20:34:27.469Z | Compiling futures-executor v0.3.29 |
1581 | 2023-11-16T20:34:28.498Z | Compiling float-cmp v0.9.0 |
1582 | 2023-11-16T20:34:28.657Z | Compiling proc-macro-error-attr v1.0.4 |
1583 | 2023-11-16T20:34:28.711Z | Compiling encoding_rs v0.8.33 |
1584 | 2023-11-16T20:34:29.115Z | Compiling mime v0.3.17 |
1585 | 2023-11-16T20:34:30.117Z | Compiling precomputed-hash v0.1.1 |
1586 | 2023-11-16T20:34:30.283Z | Compiling difflib v0.4.0 |
1587 | 2023-11-16T20:34:30.684Z | Compiling new_debug_unreachable v1.0.4 |
1588 | 2023-11-16T20:34:30.808Z | Compiling data-encoding v2.4.0 |
1589 | 2023-11-16T20:34:32.409Z | Compiling fixedbitset v0.4.2 |
1590 | 2023-11-16T20:34:33.009Z | Compiling regex-automata v0.3.8 |
1591 | 2023-11-16T20:34:34.904Z | Compiling normalize-line-endings v0.3.0 |
1592 | 2023-11-16T20:34:35.376Z | Compiling webpki-roots v0.25.2 |
1593 | 2023-11-16T20:34:35.488Z | Compiling static_assertions v1.1.0 |
1594 | 2023-11-16T20:34:36.051Z | Compiling whoami v1.4.1 |
1595 | 2023-11-16T20:34:36.759Z | Compiling predicates-core v1.0.6 |
1596 | 2023-11-16T20:34:36.890Z | Compiling tokio-postgres v0.7.10 |
1597 | 2023-11-16T20:34:37.115Z | Compiling predicates v3.0.4 |
1598 | 2023-11-16T20:34:37.484Z | Compiling bstr v1.6.0 |
1599 | 2023-11-16T20:34:39.498Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1600 | 2023-11-16T20:34:40.209Z | Compiling reqwest v0.11.22 |
1601 | 2023-11-16T20:34:40.216Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1602 | 2023-11-16T20:34:47.181Z | Compiling petgraph v0.6.4 |
1603 | 2023-11-16T20:34:49.167Z | Compiling trust-dns-proto v0.22.0 |
1604 | 2023-11-16T20:34:49.887Z | Compiling string_cache v0.8.7 |
1605 | 2023-11-16T20:34:58.633Z | Compiling futures v0.3.29 |
1606 | 2023-11-16T20:34:58.794Z | Compiling diesel v2.1.3 |
1607 | 2023-11-16T20:34:59.678Z | Compiling yasna v0.5.2 |
1608 | 2023-11-16T20:35:00.013Z | Compiling zip v0.6.6 |
1609 | 2023-11-16T20:35:00.184Z | Compiling crossterm v0.27.0 |
1610 | 2023-11-16T20:35:01.091Z | Compiling clap v4.4.3 |
1611 | 2023-11-16T20:35:01.253Z | Compiling cipher v0.4.4 |
1612 | 2023-11-16T20:35:01.981Z | Compiling similar v2.2.1 |
1613 | 2023-11-16T20:35:02.399Z | Compiling bit-set v0.5.3 |
1614 | 2023-11-16T20:35:02.811Z | Compiling itertools v0.10.5 |
1615 | 2023-11-16T20:35:03.724Z | Compiling usdt v0.3.5 |
1616 | 2023-11-16T20:35:04.106Z | Compiling console v0.15.7 |
1617 | 2023-11-16T20:35:05.340Z | Compiling tokio-stream v0.1.14 |
1618 | 2023-11-16T20:35:05.369Z | Compiling proc-macro-crate v1.3.1 |
1619 | 2023-11-16T20:35:05.692Z | Compiling toml v0.7.8 |
1620 | 2023-11-16T20:35:06.149Z | Compiling toml_edit v0.21.0 |
1621 | 2023-11-16T20:35:06.761Z | Compiling hex v0.4.3 |
1622 | 2023-11-16T20:35:06.802Z | Compiling signature v2.1.0 |
1623 | 2023-11-16T20:35:07.335Z | Compiling proc-macro-error v1.0.4 |
1624 | 2023-11-16T20:35:08.144Z | Compiling lalrpop-util v0.19.12 |
1625 | 2023-11-16T20:35:10.431Z | Compiling num_enum_derive v0.5.11 |
1626 | 2023-11-16T20:35:14.791Z | Compiling atty v0.2.14 |
1627 | 2023-11-16T20:35:15.253Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1628 | 2023-11-16T20:35:15.686Z | Compiling ident_case v1.0.1 |
1629 | 2023-11-16T20:35:15.925Z | Compiling darling_core v0.20.3 |
1630 | 2023-11-16T20:35:20.688Z | Compiling num_enum v0.5.11 |
1631 | 2023-11-16T20:35:40.850Z | Compiling dirs-sys-next v0.1.2 |
1632 | 2023-11-16T20:35:42.969Z | Compiling postcard-cobs v0.1.5-pre |
1633 | 2023-11-16T20:35:45.784Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1634 | 2023-11-16T20:35:47.512Z | Compiling postcard v0.7.3 |
1635 | 2023-11-16T20:35:51.338Z | Compiling dirs-next v2.0.0 |
1636 | 2023-11-16T20:35:58.141Z | Compiling darling_macro v0.20.3 |
1637 | 2023-11-16T20:35:58.144Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1638 | 2023-11-16T20:36:06.336Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1639 | 2023-11-16T20:36:06.597Z | Compiling smoltcp v0.8.2 |
1640 | 2023-11-16T20:36:06.766Z | Compiling getopts v0.2.21 |
1641 | 2023-11-16T20:36:11.292Z | Compiling structmeta-derive v0.2.0 |
1642 | 2023-11-16T20:36:20.955Z | Compiling foreign-types-macros v0.2.3 |
1643 | 2023-11-16T20:36:21.012Z | Compiling thread_local v1.1.7 |
1644 | 2023-11-16T20:36:21.025Z | Compiling multer v2.1.0 |
1645 | 2023-11-16T20:36:21.463Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1646 | 2023-11-16T20:36:21.915Z | Compiling foreign-types-shared v0.3.1 |
1647 | 2023-11-16T20:36:22.096Z | Compiling slog-async v2.8.0 |
1648 | 2023-11-16T20:36:23.575Z | Compiling cfg-if v0.1.10 |
1649 | 2023-11-16T20:36:26.431Z | Compiling camino v1.1.6 |
1650 | 2023-11-16T20:36:27.011Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1651 | 2023-11-16T20:36:27.428Z | Compiling unsafe-libyaml v0.2.9 |
1652 | 2023-11-16T20:36:29.362Z | Compiling paste v1.0.14 |
1653 | 2023-11-16T20:36:30.042Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1654 | 2023-11-16T20:36:30.378Z | Compiling match_cfg v0.1.0 |
1655 | 2023-11-16T20:36:30.406Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1656 | 2023-11-16T20:36:30.522Z | Compiling hostname v0.3.1 |
1657 | 2023-11-16T20:36:31.010Z | Compiling serde_yaml v0.9.25 |
1658 | 2023-11-16T20:36:38.884Z | Compiling foreign-types v0.5.0 |
1659 | 2023-11-16T20:36:40.364Z | Compiling structmeta v0.2.0 |
1660 | 2023-11-16T20:36:42.526Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1661 | 2023-11-16T20:36:48.667Z | Compiling darling v0.20.3 |
1662 | 2023-11-16T20:36:49.853Z | Compiling term v0.7.0 |
1663 | 2023-11-16T20:36:53.392Z | Compiling slog-json v2.6.1 |
1664 | 2023-11-16T20:36:54.185Z | Compiling is-terminal v0.4.9 |
1665 | 2023-11-16T20:36:54.367Z | Compiling crossbeam-channel v0.5.8 |
1666 | 2023-11-16T20:36:58.883Z | Compiling strum v0.25.0 |
1667 | 2023-11-16T20:36:59.128Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1668 | 2023-11-16T20:36:59.580Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1669 | 2023-11-16T20:36:59.756Z | Compiling async-stream-impl v0.3.5 |
1670 | 2023-11-16T20:37:00.411Z | Compiling cstr-argument v0.1.2 |
1671 | 2023-11-16T20:37:00.447Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1672 | 2023-11-16T20:37:00.937Z | Compiling regex-syntax v0.7.5 |
1673 | 2023-11-16T20:37:00.981Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1674 | 2023-11-16T20:37:01.680Z | Compiling take_mut v0.2.2 |
1675 | 2023-11-16T20:37:01.944Z | Compiling crucible-workspace-hack v0.1.0 |
1676 | 2023-11-16T20:37:02.363Z | Compiling atomic-waker v1.1.1 |
1677 | 2023-11-16T20:37:02.669Z | Compiling pretty-hex v0.2.1 |
1678 | 2023-11-16T20:37:11.308Z | Compiling parse-display-derive v0.8.2 |
1679 | 2023-11-16T20:37:14.472Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1680 | 2023-11-16T20:37:14.785Z | Compiling waitgroup v0.1.2 |
1681 | 2023-11-16T20:37:17.499Z | Compiling async-stream v0.3.5 |
1682 | 2023-11-16T20:37:20.235Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1683 | 2023-11-16T20:37:20.992Z | Compiling colored v2.0.4 |
1684 | 2023-11-16T20:37:21.530Z | Compiling slog-bunyan v2.4.0 |
1685 | 2023-11-16T20:37:21.582Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1686 | 2023-11-16T20:37:23.213Z | Compiling slog-term v2.9.0 |
1687 | 2023-11-16T20:37:27.091Z | Compiling serde_with_macros v2.3.3 |
1688 | 2023-11-16T20:37:35.566Z | Compiling toml v0.8.8 |
1689 | 2023-11-16T20:37:36.322Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1690 | 2023-11-16T20:37:36.516Z | Compiling sha1 v0.10.6 |
1691 | 2023-11-16T20:37:38.038Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1692 | 2023-11-16T20:37:38.715Z | Compiling textwrap v0.11.0 |
1693 | 2023-11-16T20:37:40.451Z | Compiling heck v0.3.3 |
1694 | 2023-11-16T20:37:40.990Z | Compiling serde_path_to_error v0.1.14 |
1695 | 2023-11-16T20:37:41.286Z | Compiling instant v0.1.12 |
1696 | 2023-11-16T20:37:41.512Z | Compiling strsim v0.8.0 |
1697 | 2023-11-16T20:37:42.615Z | Compiling debug-ignore v1.0.5 |
1698 | 2023-11-16T20:37:42.840Z | Compiling rayon-core v1.12.0 |
1699 | 2023-11-16T20:37:43.272Z | Compiling libefi-sys v0.1.0 |
1700 | 2023-11-16T20:37:43.375Z | Compiling ansi_term v0.12.1 |
1701 | 2023-11-16T20:37:43.708Z | Compiling vec_map v0.8.2 |
1702 | 2023-11-16T20:37:44.193Z | Compiling clap v2.34.0 |
1703 | 2023-11-16T20:37:44.630Z | Compiling backoff v0.4.0 |
1704 | 2023-11-16T20:37:44.795Z | Compiling structopt-derive v0.4.18 |
1705 | 2023-11-16T20:37:45.185Z | Compiling serde_with v2.3.3 |
1706 | 2023-11-16T20:37:46.923Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1707 | 2023-11-16T20:37:47.237Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1708 | 2023-11-16T20:37:49.311Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1709 | 2023-11-16T20:37:51.903Z | Compiling parse-display v0.8.2 |
1710 | 2023-11-16T20:37:52.344Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2023-11-16T20:37:52.590Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1712 | 2023-11-16T20:37:52.865Z | Compiling zone_cfg_derive v0.3.0 |
1713 | 2023-11-16T20:37:53.376Z | Compiling crossbeam-deque v0.8.3 |
1714 | 2023-11-16T20:37:53.783Z | Compiling macaddr v1.0.1 |
1715 | 2023-11-16T20:37:54.006Z | Compiling num-derive v0.4.0 |
1716 | 2023-11-16T20:37:54.937Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1717 | 2023-11-16T20:37:55.040Z | Compiling portable-atomic v1.4.3 |
1718 | 2023-11-16T20:37:55.696Z | Compiling zone v0.3.0 |
1719 | 2023-11-16T20:37:57.635Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1720 | 2023-11-16T20:38:00.502Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1721 | 2023-11-16T20:38:01.360Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1722 | 2023-11-16T20:38:01.603Z | Compiling structopt v0.3.26 |
1723 | 2023-11-16T20:38:02.442Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1724 | 2023-11-16T20:38:03.319Z | Compiling smf v0.2.2 |
1725 | 2023-11-16T20:38:04.331Z | Compiling xattr v1.0.1 |
1726 | 2023-11-16T20:38:04.545Z | Compiling filetime v0.2.22 |
1727 | 2023-11-16T20:38:04.768Z | Compiling same-file v1.0.6 |
1728 | 2023-11-16T20:38:05.012Z | Compiling fastrand v2.0.0 |
1729 | 2023-11-16T20:38:05.229Z | Compiling walkdir v2.4.0 |
1730 | 2023-11-16T20:38:05.865Z | Compiling tempfile v3.8.0 |
1731 | 2023-11-16T20:38:06.101Z | Compiling tar v0.4.40 |
1732 | 2023-11-16T20:38:08.103Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1733 | 2023-11-16T20:38:08.744Z | Compiling rayon v1.8.0 |
1734 | 2023-11-16T20:38:09.987Z | Compiling number_prefix v0.4.0 |
1735 | 2023-11-16T20:38:10.367Z | Compiling omicron-zone-package v0.8.3 |
1736 | 2023-11-16T20:38:12.264Z | Compiling swrite v0.1.0 |
1737 | 2023-11-16T20:38:12.446Z | Compiling topological-sort v0.2.2 |
1738 | 2023-11-16T20:38:17.914Z | Compiling indicatif v0.17.7 |
1739 | 2023-11-16T20:38:32.970Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1740 | 2023-11-16T20:38:43.244Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1741 | 2023-11-16T20:38:46.510Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1742 | 2023-11-16T20:38:47.976Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1743 | 2023-11-16T20:39:14.391Z | Finished release [optimized] target(s) in 7m 41s |
1744 | 2023-11-16T20:39:14.621Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1745 | 2023-11-16T20:39:14.705Z | Created new build target 'test' and set it as active |
1746 | 2023-11-16T20:39:14.708Z | |
1747 | 2023-11-16T20:39:14.711Z | real 7:42.034979447 |
1748 | 2023-11-16T20:39:14.713Z | user 49:15.940755795 |
1749 | 2023-11-16T20:39:14.716Z | sys 4:21.197329613 |
1750 | 2023-11-16T20:39:14.719Z | trap 1.778390860 |
1751 | 2023-11-16T20:39:14.722Z | tflt 4.086667707 |
1752 | 2023-11-16T20:39:14.725Z | dflt 4.840105630 |
1753 | 2023-11-16T20:39:14.727Z | kflt 0.021530781 |
1754 | 2023-11-16T20:39:14.730Z | lock 1:46:47.655200662 |
1755 | 2023-11-16T20:39:14.733Z | slp 2:19:12.154340098 |
1756 | 2023-11-16T20:39:14.736Z | lat 2:00.637898087 |
1757 | 2023-11-16T20:39:14.794Z | stop 3:30.732694563 |
1758 | 2023-11-16T20:39:14.797Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1759 | 2023-11-16T20:39:15.785Z | Finished release [optimized] target(s) in 0.98s |
1760 | 2023-11-16T20:39:15.818Z | Running `target/release/omicron-package -t test package` |
1761 | 2023-11-16T20:39:15.856Z | Nov 16 20:39:15.857 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1762 | 2023-11-16T20:39:16.988Z | Compiling serde_json v1.0.108 |
1763 | 2023-11-16T20:39:17.034Z | Compiling base64ct v1.6.0 |
1764 | 2023-11-16T20:39:17.042Z | Compiling linked-hash-map v0.5.6 |
1765 | 2023-11-16T20:39:17.045Z | Compiling blake2 v0.10.6 |
1766 | 2023-11-16T20:39:17.048Z | Compiling same-file v1.0.6 |
1767 | 2023-11-16T20:39:17.051Z | Compiling semver-parser v0.10.2 |
1768 | 2023-11-16T20:39:17.061Z | Compiling fastrand v2.0.0 |
1769 | 2023-11-16T20:39:17.064Z | Compiling quick-error v1.2.3 |
1770 | 2023-11-16T20:39:17.262Z | Compiling walkdir v2.4.0 |
1771 | 2023-11-16T20:39:17.350Z | Compiling resolv-conf v0.7.0 |
1772 | 2023-11-16T20:39:17.613Z | Compiling lru-cache v0.1.2 |
1773 | 2023-11-16T20:39:17.803Z | Compiling password-hash v0.5.0 |
1774 | 2023-11-16T20:39:17.894Z | Compiling tempfile v3.8.0 |
1775 | 2023-11-16T20:39:18.228Z | Compiling semver v0.11.0 |
1776 | 2023-11-16T20:39:18.290Z | Compiling filetime v0.2.22 |
1777 | 2023-11-16T20:39:18.685Z | Compiling argon2 v0.5.2 |
1778 | 2023-11-16T20:39:19.074Z | Compiling xattr v1.0.1 |
1779 | 2023-11-16T20:39:19.254Z | Compiling slog-dtrace v0.2.3 |
1780 | 2023-11-16T20:39:19.316Z | Compiling home v0.5.5 |
1781 | 2023-11-16T20:39:19.421Z | Compiling tar v0.4.40 |
1782 | 2023-11-16T20:39:19.613Z | Compiling toolchain_find v0.2.0 |
1783 | 2023-11-16T20:39:19.765Z | Compiling trust-dns-resolver v0.22.0 |
1784 | 2023-11-16T20:39:20.096Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1785 | 2023-11-16T20:39:20.388Z | Compiling schemars v0.8.13 |
1786 | 2023-11-16T20:39:20.427Z | Compiling reqwest v0.11.22 |
1787 | 2023-11-16T20:39:20.658Z | Compiling openapiv3 v2.0.0-rc.1 |
1788 | 2023-11-16T20:39:21.941Z | Compiling usdt-impl v0.3.5 |
1789 | 2023-11-16T20:39:22.486Z | Compiling postgres-types v0.2.6 |
1790 | 2023-11-16T20:39:23.243Z | Compiling usdt v0.3.5 |
1791 | 2023-11-16T20:39:24.019Z | Compiling ipnetwork v0.20.0 |
1792 | 2023-11-16T20:39:28.809Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1793 | 2023-11-16T20:39:29.721Z | Compiling diesel v2.1.3 |
1794 | 2023-11-16T20:39:33.343Z | Compiling tokio-postgres v0.7.10 |
1795 | 2023-11-16T20:39:35.904Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1796 | 2023-11-16T20:39:36.093Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1797 | 2023-11-16T20:39:37.640Z | Compiling slog-json v2.6.1 |
1798 | 2023-11-16T20:39:38.311Z | Compiling slog-bunyan v2.4.0 |
1799 | 2023-11-16T20:39:38.415Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1800 | 2023-11-16T20:39:38.685Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1801 | 2023-11-16T20:39:44.622Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1802 | 2023-11-16T20:39:44.911Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1803 | 2023-11-16T20:39:45.213Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1804 | 2023-11-16T20:39:49.710Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1805 | 2023-11-16T20:39:54.207Z | Compiling toml v0.5.11 |
1806 | 2023-11-16T20:39:57.806Z | Compiling rustfmt-wrapper v0.2.0 |
1807 | 2023-11-16T20:39:58.823Z | Compiling omicron-zone-package v0.8.3 |
1808 | 2023-11-16T20:39:59.220Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1809 | 2023-11-16T20:39:59.612Z | Compiling toml v0.8.8 |
1810 | 2023-11-16T20:39:59.672Z | Compiling num-rational v0.4.1 |
1811 | 2023-11-16T20:40:00.117Z | Compiling cancel-safe-futures v0.1.5 |
1812 | 2023-11-16T20:40:00.980Z | Compiling utf-8 v0.7.6 |
1813 | 2023-11-16T20:40:01.581Z | Compiling convert_case v0.4.0 |
1814 | 2023-11-16T20:40:02.868Z | Compiling derive_more v0.99.17 |
1815 | 2023-11-16T20:40:05.371Z | Compiling pem-rfc7468 v0.7.0 |
1816 | 2023-11-16T20:40:06.505Z | Compiling num-complex v0.4.4 |
1817 | 2023-11-16T20:40:08.215Z | Compiling der_derive v0.7.2 |
1818 | 2023-11-16T20:40:08.636Z | Compiling flagset v0.4.3 |
1819 | 2023-11-16T20:40:08.968Z | Compiling semver v0.1.20 |
1820 | 2023-11-16T20:40:09.885Z | Compiling rustc_version v0.1.7 |
1821 | 2023-11-16T20:40:10.488Z | Compiling num v0.4.1 |
1822 | 2023-11-16T20:40:10.633Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1823 | 2023-11-16T20:40:11.992Z | Compiling der v0.7.8 |
1824 | 2023-11-16T20:40:12.259Z | Compiling hkdf v0.12.3 |
1825 | 2023-11-16T20:40:12.631Z | Compiling fxhash v0.2.1 |
1826 | 2023-11-16T20:40:12.969Z | Compiling unicase v2.7.0 |
1827 | 2023-11-16T20:40:13.431Z | Compiling radium v0.7.0 |
1828 | 2023-11-16T20:40:14.076Z | Compiling newtype_derive v0.1.6 |
1829 | 2023-11-16T20:40:14.519Z | Compiling ciborium-io v0.2.1 |
1830 | 2023-11-16T20:40:14.686Z | Compiling keccak v0.1.4 |
1831 | 2023-11-16T20:40:14.984Z | Compiling arc-swap v1.6.0 |
1832 | 2023-11-16T20:40:16.181Z | Compiling spki v0.7.2 |
1833 | 2023-11-16T20:40:16.302Z | Compiling maybe-uninit v2.0.0 |
1834 | 2023-11-16T20:40:17.020Z | Compiling base64 v0.13.1 |
1835 | 2023-11-16T20:40:17.059Z | Compiling tap v1.0.1 |
1836 | 2023-11-16T20:40:17.329Z | Compiling half v1.8.2 |
1837 | 2023-11-16T20:40:18.438Z | Compiling ciborium-ll v0.2.1 |
1838 | 2023-11-16T20:40:19.244Z | Compiling wyz v0.5.1 |
1839 | 2023-11-16T20:40:19.397Z | Compiling slog-scope v4.4.0 |
1840 | 2023-11-16T20:40:19.984Z | Compiling sha3 v0.10.8 |
1841 | 2023-11-16T20:40:21.408Z | Compiling secrecy v0.8.0 |
1842 | 2023-11-16T20:40:21.788Z | Compiling parking_lot_core v0.8.6 |
1843 | 2023-11-16T20:40:21.799Z | Compiling crc-catalog v2.2.0 |
1844 | 2023-11-16T20:40:22.002Z | Compiling funty v2.0.0 |
1845 | 2023-11-16T20:40:22.387Z | Compiling packed_struct v0.10.1 |
1846 | 2023-11-16T20:40:22.981Z | Compiling num-bigint-dig v0.8.4 |
1847 | 2023-11-16T20:40:23.479Z | Compiling crc v3.0.1 |
1848 | 2023-11-16T20:40:24.588Z | Compiling bitvec v1.0.1 |
1849 | 2023-11-16T20:40:25.639Z | Compiling slog-stdlog v4.1.1 |
1850 | 2023-11-16T20:40:26.002Z | Compiling ciborium v0.2.1 |
1851 | 2023-11-16T20:40:26.837Z | Compiling pkcs8 v0.10.2 |
1852 | 2023-11-16T20:40:27.347Z | Compiling nibble_vec v0.1.0 |
1853 | 2023-11-16T20:40:27.657Z | Compiling packed_struct_codegen v0.10.1 |
1854 | 2023-11-16T20:40:29.679Z | Compiling dirs-sys-next v0.1.2 |
1855 | 2023-11-16T20:40:29.805Z | Compiling nodrop v0.1.14 |
1856 | 2023-11-16T20:40:29.972Z | Compiling doc-comment v0.3.3 |
1857 | 2023-11-16T20:40:30.459Z | Compiling endian-type v0.1.2 |
1858 | 2023-11-16T20:40:30.706Z | Compiling crunchy v0.2.2 |
1859 | 2023-11-16T20:40:30.811Z | Compiling glob v0.3.1 |
1860 | 2023-11-16T20:40:31.390Z | Compiling radix_trie v0.2.1 |
1861 | 2023-11-16T20:40:32.146Z | Compiling dirs-next v2.0.0 |
1862 | 2023-11-16T20:40:32.161Z | Compiling clang-sys v1.6.1 |
1863 | 2023-11-16T20:40:32.396Z | Compiling array-init v0.0.4 |
1864 | 2023-11-16T20:40:33.135Z | Compiling pkcs1 v0.7.5 |
1865 | 2023-11-16T20:40:33.389Z | Compiling smallvec v0.6.14 |
1866 | 2023-11-16T20:40:34.067Z | Compiling slog-envlogger v2.2.0 |
1867 | 2023-11-16T20:40:34.467Z | Compiling steno v0.4.0 |
1868 | 2023-11-16T20:40:38.582Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1869 | 2023-11-16T20:40:39.182Z | Compiling prettyplease v0.2.12 |
1870 | 2023-11-16T20:40:39.597Z | Compiling bitfield v0.14.0 |
1871 | 2023-11-16T20:40:40.070Z | Compiling platforms v3.0.2 |
1872 | 2023-11-16T20:40:40.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1873 | 2023-11-16T20:40:40.685Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1874 | 2023-11-16T20:40:43.007Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1875 | 2023-11-16T20:40:45.196Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1876 | 2023-11-16T20:40:46.140Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1877 | 2023-11-16T20:40:54.894Z | Compiling termcolor v1.2.0 |
1878 | 2023-11-16T20:40:55.047Z | Compiling tiny-keccak v2.0.2 |
1879 | 2023-11-16T20:40:55.489Z | Compiling rsa v0.9.2 |
1880 | 2023-11-16T20:40:56.973Z | Compiling env_logger v0.10.0 |
1881 | 2023-11-16T20:40:57.164Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1882 | 2023-11-16T20:40:59.688Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1883 | 2023-11-16T20:41:03.113Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1884 | 2023-11-16T20:41:03.430Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1885 | 2023-11-16T20:41:04.351Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1886 | 2023-11-16T20:41:13.561Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1887 | 2023-11-16T20:41:14.623Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1888 | 2023-11-16T20:41:17.015Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1889 | 2023-11-16T20:41:20.198Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1890 | 2023-11-16T20:41:25.646Z | Compiling parking_lot v0.11.2 |
1891 | 2023-11-16T20:41:29.572Z | Compiling serde-hex v0.1.0 |
1892 | 2023-11-16T20:41:32.244Z | Compiling mime_guess v2.0.4 |
1893 | 2023-11-16T20:41:32.746Z | Compiling term v0.7.0 |
1894 | 2023-11-16T20:41:34.252Z | Compiling trust-dns-client v0.22.0 |
1895 | 2023-11-16T20:41:34.975Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1896 | 2023-11-16T20:41:35.498Z | Compiling x509-cert v0.2.4 |
1897 | 2023-11-16T20:41:36.300Z | Compiling tungstenite v0.20.1 |
1898 | 2023-11-16T20:41:38.671Z | Compiling darling_core v0.14.4 |
1899 | 2023-11-16T20:41:40.056Z | Compiling ron v0.8.1 |
1900 | 2023-11-16T20:41:45.829Z | Compiling snafu-derive v0.7.5 |
1901 | 2023-11-16T20:41:50.707Z | Compiling crc-any v2.4.3 |
1902 | 2023-11-16T20:41:52.144Z | Compiling minimal-lexical v0.2.1 |
1903 | 2023-11-16T20:41:52.308Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1904 | 2023-11-16T20:41:52.897Z | Compiling nom v7.1.3 |
1905 | 2023-11-16T20:41:53.871Z | Compiling snafu v0.7.5 |
1906 | 2023-11-16T20:41:55.860Z | Compiling trust-dns-server v0.22.1 |
1907 | 2023-11-16T20:41:57.444Z | Compiling darling_macro v0.14.4 |
1908 | 2023-11-16T20:41:58.824Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1909 | 2023-11-16T20:41:59.157Z | Compiling tokio-tungstenite v0.20.1 |
1910 | 2023-11-16T20:42:01.587Z | Compiling ascii-canvas v3.0.0 |
1911 | 2023-11-16T20:42:01.831Z | Compiling sled v0.34.7 |
1912 | 2023-11-16T20:42:04.153Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1913 | 2023-11-16T20:42:18.595Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1914 | 2023-11-16T20:42:22.786Z | Compiling object v0.30.4 |
1915 | 2023-11-16T20:42:29.989Z | Compiling is-terminal v0.4.9 |
1916 | 2023-11-16T20:42:30.161Z | Compiling libsw v3.3.0 |
1917 | 2023-11-16T20:42:30.667Z | Compiling ena v0.14.2 |
1918 | 2023-11-16T20:42:31.297Z | Compiling derive-where v1.2.5 |
1919 | 2023-11-16T20:42:31.766Z | Compiling libloading v0.7.4 |
1920 | 2023-11-16T20:42:32.300Z | Compiling linear-map v1.2.0 |
1921 | 2023-11-16T20:42:32.938Z | Compiling owo-colors v3.5.0 |
1922 | 2023-11-16T20:42:32.947Z | Compiling pretty-hex v0.3.0 |
1923 | 2023-11-16T20:42:33.293Z | Compiling regex-syntax v0.6.29 |
1924 | 2023-11-16T20:42:36.564Z | Compiling bindgen v0.65.1 |
1925 | 2023-11-16T20:42:37.187Z | Compiling diff v0.1.13 |
1926 | 2023-11-16T20:42:38.026Z | Compiling path-slash v0.1.5 |
1927 | 2023-11-16T20:42:38.336Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1928 | 2023-11-16T20:42:38.561Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1929 | 2023-11-16T20:42:39.740Z | Compiling lalrpop v0.19.12 |
1930 | 2023-11-16T20:42:42.749Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1931 | 2023-11-16T20:42:48.785Z | Compiling curve25519-dalek v4.1.0 |
1932 | 2023-11-16T20:42:52.322Z | Compiling darling v0.14.4 |
1933 | 2023-11-16T20:42:52.474Z | Compiling cexpr v0.6.0 |
1934 | 2023-11-16T20:42:54.902Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1935 | 2023-11-16T20:42:57.120Z | Compiling which v4.4.0 |
1936 | 2023-11-16T20:42:57.550Z | Compiling ff v0.13.0 |
1937 | 2023-11-16T20:42:57.909Z | Compiling kstat-rs v0.2.3 |
1938 | 2023-11-16T20:42:57.939Z | Compiling path-dedot v3.1.0 |
1939 | 2023-11-16T20:42:58.289Z | Compiling memoffset v0.7.1 |
1940 | 2023-11-16T20:42:58.742Z | Compiling lazycell v1.3.0 |
1941 | 2023-11-16T20:42:58.981Z | Compiling shlex v1.1.0 |
1942 | 2023-11-16T20:42:59.350Z | Compiling peeking_take_while v0.1.2 |
1943 | 2023-11-16T20:42:59.536Z | Compiling display-error-chain v0.2.0 |
1944 | 2023-11-16T20:42:59.788Z | Compiling rustc-hash v1.1.0 |
1945 | 2023-11-16T20:42:59.912Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1946 | 2023-11-16T20:43:01.609Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1947 | 2023-11-16T20:43:02.258Z | Compiling path-absolutize v3.1.0 |
1948 | 2023-11-16T20:43:02.546Z | Compiling group v0.13.0 |
1949 | 2023-11-16T20:43:02.803Z | Compiling derive_builder_core v0.12.0 |
1950 | 2023-11-16T20:43:06.384Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1951 | 2023-11-16T20:43:14.684Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1952 | 2023-11-16T20:43:14.741Z | Compiling pem v1.1.1 |
1953 | 2023-11-16T20:43:16.134Z | Compiling camino-tempfile v1.0.2 |
1954 | 2023-11-16T20:43:17.267Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1955 | 2023-11-16T20:43:17.510Z | Compiling olpc-cjson v0.1.3 |
1956 | 2023-11-16T20:43:18.376Z | Compiling globset v0.4.13 |
1957 | 2023-11-16T20:43:22.919Z | Compiling universal-hash v0.5.1 |
1958 | 2023-11-16T20:43:23.235Z | Compiling crypto-bigint v0.5.2 |
1959 | 2023-11-16T20:43:24.655Z | Compiling bcs v0.1.6 |
1960 | 2023-11-16T20:43:26.140Z | Compiling libxml v0.3.3 |
1961 | 2023-11-16T20:43:26.660Z | Compiling serde_plain v1.0.2 |
1962 | 2023-11-16T20:43:26.663Z | Compiling curve25519-dalek-derive v0.1.0 |
1963 | 2023-11-16T20:43:27.482Z | Compiling polar-core v0.27.0 |
1964 | 2023-11-16T20:43:27.508Z | Compiling thiserror-impl-no-std v2.0.2 |
1965 | 2023-11-16T20:43:28.779Z | Compiling ref-cast v1.0.20 |
1966 | 2023-11-16T20:43:28.855Z | Compiling highway v1.1.0 |
1967 | 2023-11-16T20:43:29.238Z | Compiling buf-list v1.0.3 |
1968 | 2023-11-16T20:43:29.438Z | Compiling base16ct v0.2.0 |
1969 | 2023-11-16T20:43:29.647Z | Compiling opaque-debug v0.3.0 |
1970 | 2023-11-16T20:43:29.772Z | Compiling poly1305 v0.8.0 |
1971 | 2023-11-16T20:43:29.992Z | Compiling elliptic-curve v0.13.5 |
1972 | 2023-11-16T20:43:30.849Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1973 | 2023-11-16T20:43:31.927Z | Compiling thiserror-no-std v2.0.2 |
1974 | 2023-11-16T20:43:32.098Z | Compiling tough v0.14.0 |
1975 | 2023-11-16T20:43:32.459Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1976 | 2023-11-16T20:43:34.786Z | Compiling derive_builder_macro v0.12.0 |
1977 | 2023-11-16T20:43:36.086Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1978 | 2023-11-16T20:43:38.773Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1979 | 2023-11-16T20:43:44.130Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1980 | 2023-11-16T20:43:45.707Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1981 | 2023-11-16T20:43:46.129Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1982 | 2023-11-16T20:43:46.543Z | Compiling chacha20 v0.9.1 |
1983 | 2023-11-16T20:43:47.284Z | Compiling strum_macros v0.24.3 |
1984 | 2023-11-16T20:43:47.722Z | Compiling aead v0.5.2 |
1985 | 2023-11-16T20:43:48.200Z | Compiling ref-cast-impl v1.0.20 |
1986 | 2023-11-16T20:43:49.987Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1987 | 2023-11-16T20:43:50.425Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1988 | 2023-11-16T20:43:50.871Z | Compiling cookie v0.16.2 |
1989 | 2023-11-16T20:43:50.885Z | Compiling signature v1.6.4 |
1990 | 2023-11-16T20:43:51.101Z | Compiling indoc v1.0.9 |
1991 | 2023-11-16T20:43:51.316Z | Compiling salty v0.2.0 |
1992 | 2023-11-16T20:43:52.039Z | Compiling ed25519 v1.5.3 |
1993 | 2023-11-16T20:43:52.698Z | Compiling chacha20poly1305 v0.10.1 |
1994 | 2023-11-16T20:43:52.843Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1995 | 2023-11-16T20:43:53.009Z | Compiling derive_builder v0.12.0 |
1996 | 2023-11-16T20:43:58.636Z | Compiling vsss-rs v3.3.1 |
1997 | 2023-11-16T20:44:06.842Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1998 | 2023-11-16T20:44:07.581Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1999 | 2023-11-16T20:44:08.245Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2000 | 2023-11-16T20:44:08.763Z | Compiling tungstenite v0.18.0 |
2001 | 2023-11-16T20:44:10.510Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2002 | 2023-11-16T20:44:10.936Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2003 | 2023-11-16T20:44:14.203Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2004 | 2023-11-16T20:44:16.456Z | Compiling headers-core v0.2.0 |
2005 | 2023-11-16T20:44:16.690Z | Compiling bb8 v0.8.1 |
2006 | 2023-11-16T20:44:17.571Z | Compiling quick-xml v0.23.1 |
2007 | 2023-11-16T20:44:18.319Z | Compiling serde-big-array v0.5.1 |
2008 | 2023-11-16T20:44:18.337Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2009 | 2023-11-16T20:44:18.664Z | Compiling impl-trait-for-tuples v0.2.2 |
2010 | 2023-11-16T20:44:19.148Z | Compiling oso-derive v0.27.0 |
2011 | 2023-11-16T20:44:19.554Z | Compiling http-range v0.1.5 |
2012 | 2023-11-16T20:44:20.532Z | Compiling maplit v1.0.2 |
2013 | 2023-11-16T20:44:20.655Z | Compiling hyper-staticfile v0.9.5 |
2014 | 2023-11-16T20:44:20.692Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2015 | 2023-11-16T20:44:34.497Z | Compiling oso v0.27.0 |
2016 | 2023-11-16T20:44:37.114Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2017 | 2023-11-16T20:44:37.616Z | Compiling headers v0.3.9 |
2018 | 2023-11-16T20:44:38.156Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2019 | 2023-11-16T20:44:44.763Z | Compiling tokio-tungstenite v0.18.0 |
2020 | 2023-11-16T20:45:03.834Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2021 | 2023-11-16T20:45:05.781Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2022 | 2023-11-16T20:45:06.213Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2023 | 2023-11-16T20:45:08.187Z | Compiling signal-hook-tokio v0.3.1 |
2024 | 2023-11-16T20:45:08.315Z | Compiling serde-big-array v0.4.1 |
2025 | 2023-11-16T20:45:08.480Z | Compiling cassowary v0.3.0 |
2026 | 2023-11-16T20:45:08.578Z | Compiling indoc v2.0.3 |
2027 | 2023-11-16T20:45:10.062Z | Compiling ratatui v0.23.0 |
2028 | 2023-11-16T20:45:10.074Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2029 | 2023-11-16T20:45:12.599Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2030 | 2023-11-16T20:45:13.967Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2031 | 2023-11-16T20:45:15.977Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2032 | 2023-11-16T20:45:26.607Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2033 | 2023-11-16T20:45:27.223Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2034 | 2023-11-16T20:45:35.306Z | Compiling fatfs v0.3.6 |
2035 | 2023-11-16T20:45:37.212Z | Compiling bytesize v1.3.0 |
2036 | 2023-11-16T20:45:38.132Z | Compiling nanorand v0.7.0 |
2037 | 2023-11-16T20:45:39.321Z | Compiling rtoolbox v0.0.1 |
2038 | 2023-11-16T20:45:39.984Z | Compiling assert_matches v1.5.0 |
2039 | 2023-11-16T20:45:40.126Z | Compiling smawk v0.3.1 |
2040 | 2023-11-16T20:45:40.482Z | Compiling fs-err v2.9.0 |
2041 | 2023-11-16T20:45:40.800Z | Compiling corncobs v0.1.3 |
2042 | 2023-11-16T20:45:41.417Z | Compiling unicode-linebreak v0.1.5 |
2043 | 2023-11-16T20:45:41.751Z | Compiling is_ci v1.1.1 |
2044 | 2023-11-16T20:45:42.179Z | Compiling textwrap v0.16.0 |
2045 | 2023-11-16T20:45:42.346Z | Compiling supports-color v2.1.0 |
2046 | 2023-11-16T20:45:42.933Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2047 | 2023-11-16T20:45:43.410Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2048 | 2023-11-16T20:45:44.196Z | Compiling rpassword v7.2.0 |
2049 | 2023-11-16T20:45:44.849Z | Compiling flume v0.11.0 |
2050 | 2023-11-16T20:45:46.116Z | Compiling tui-tree-widget v0.13.0 |
2051 | 2023-11-16T20:45:49.497Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2052 | 2023-11-16T20:45:49.539Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2053 | 2023-11-16T20:46:17.930Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2054 | 2023-11-16T20:47:02.996Z | Compiling humantime v2.1.0 |
2055 | 2023-11-16T20:47:04.439Z | Compiling shell-words v1.1.0 |
2056 | 2023-11-16T20:47:05.147Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2057 | 2023-11-16T20:47:10.974Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2058 | 2023-11-16T20:48:09.913Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2059 | 2023-11-16T20:50:17.481Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2060 | 2023-11-16T20:59:08.650Z | Finished release [optimized] target(s) in 19m 52s |
2061 | 2023-11-16T21:00:23.417Z | |
2062 | 2023-11-16T21:00:23.421Z | real 21:08.736446123 |
2063 | 2023-11-16T21:00:23.425Z | user 2:26:37.717576339 |
2064 | 2023-11-16T21:00:23.428Z | sys 5:41.481580577 |
2065 | 2023-11-16T21:00:23.431Z | trap 4.672805830 |
2066 | 2023-11-16T21:00:23.434Z | tflt 1.366384527 |
2067 | 2023-11-16T21:00:23.437Z | dflt 1.621458836 |
2068 | 2023-11-16T21:00:23.440Z | kflt 0.007174404 |
2069 | 2023-11-16T21:00:23.443Z | lock 8:32:29.442570391 |
2070 | 2023-11-16T21:00:23.445Z | slp 5:39:58.695972765 |
2071 | 2023-11-16T21:00:23.448Z | lat 2:40.664164746 |
2072 | 2023-11-16T21:00:23.453Z | stop 41.903974992 |
2073 | 2023-11-16T21:00:23.456Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2074 | 2023-11-16T21:00:23.459Z | + pfexec mkdir -p /work |
2075 | 2023-11-16T21:00:23.462Z | + pfexec chown build /work |
2076 | 2023-11-16T21:00:23.466Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2077 | 2023-11-16T21:00:36.545Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2078 | 2023-11-16T21:00:36.549Z | a out/mg-ddm-gz.tar 61253K |
2079 | 2023-11-16T21:00:36.553Z | a out/omicron-sled-agent.tar 108960K |
2080 | 2023-11-16T21:00:36.556Z | a out/target/test 1K |
2081 | 2023-11-16T21:00:36.559Z | a out/npuzone/npuzone 36505K |
2082 | 2023-11-16T21:00:36.563Z | a package-manifest.toml 22K |
2083 | 2023-11-16T21:00:36.566Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2084 | 2023-11-16T21:00:36.569Z | a target/release/omicron-package 41425K |
2085 | 2023-11-16T21:00:36.572Z | a tools/create_virtual_hardware.sh 4K |
2086 | 2023-11-16T21:00:36.575Z | a tools/virtual_hardware.sh 4K |
2087 | 2023-11-16T21:00:36.578Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2088 | 2023-11-16T21:00:36.581Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2089 | 2023-11-16T21:00:36.584Z | a tools/scrimlet/softnpu-init.sh 3K |
2090 | 2023-11-16T21:00:36.587Z | a tools/scrimlet/softnpu-zone.txt 1K |
2091 | 2023-11-16T21:00:36.590Z | a tools/scrimlet/softnpu.toml 1K |
2092 | 2023-11-16T21:00:36.593Z | |
2093 | 2023-11-16T21:00:36.596Z | real 13.116946060 |
2094 | 2023-11-16T21:00:36.599Z | user 12.552600784 |
2095 | 2023-11-16T21:00:36.602Z | sys 1.022922830 |
2096 | 2023-11-16T21:00:36.605Z | trap 0.003385850 |
2097 | 2023-11-16T21:00:36.608Z | tflt 0.000000000 |
2098 | 2023-11-16T21:00:36.611Z | dflt 0.000000000 |
2099 | 2023-11-16T21:00:36.614Z | kflt 0.000000000 |
2100 | 2023-11-16T21:00:36.620Z | lock 0.000000000 |
2101 | 2023-11-16T21:00:36.624Z | slp 12.275356315 |
2102 | 2023-11-16T21:00:36.627Z | lat 0.376017032 |
2103 | 2023-11-16T21:00:36.630Z | stop 0.000229056 |
2104 | 2023-11-16T21:00:36.632Z | ++ pwd |
2105 | 2023-11-16T21:00:36.635Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2106 | 2023-11-16T21:00:36.638Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2107 | 2023-11-16T21:00:36.641Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2108 | 2023-11-16T21:00:37.646Z | Finished release [optimized] target(s) in 1.00s |
2109 | 2023-11-16T21:00:37.679Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2110 | 2023-11-16T21:00:37.721Z | Created new build target 'host' and set it as active |
2111 | 2023-11-16T21:00:37.725Z | |
2112 | 2023-11-16T21:00:37.729Z | real 1.164719377 |
2113 | 2023-11-16T21:00:37.732Z | user 0.819751701 |
2114 | 2023-11-16T21:00:37.736Z | sys 0.345547642 |
2115 | 2023-11-16T21:00:37.739Z | trap 0.000204934 |
2116 | 2023-11-16T21:00:37.742Z | tflt 0.000003429 |
2117 | 2023-11-16T21:00:37.745Z | dflt 0.000042107 |
2118 | 2023-11-16T21:00:37.748Z | kflt 0.000000000 |
2119 | 2023-11-16T21:00:37.751Z | lock 0.035451544 |
2120 | 2023-11-16T21:00:37.754Z | slp 0.021360779 |
2121 | 2023-11-16T21:00:37.758Z | lat 0.001991061 |
2122 | 2023-11-16T21:00:37.760Z | stop 0.000214314 |
2123 | 2023-11-16T21:00:37.763Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2124 | 2023-11-16T21:00:38.790Z | Finished release [optimized] target(s) in 0.97s |
2125 | 2023-11-16T21:00:38.821Z | Running `target/release/omicron-package -t host package` |
2126 | 2023-11-16T21:00:38.862Z | Nov 16 21:00:38.863 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2127 | 2023-11-16T21:00:39.953Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2023-11-16T21:04:08.299Z | Finished release [optimized] target(s) in 3m 29s |
2129 | 2023-11-16T21:05:24.789Z | |
2130 | 2023-11-16T21:05:24.792Z | real 4:47.063347207 |
2131 | 2023-11-16T21:05:24.795Z | user 20:34.511686581 |
2132 | 2023-11-16T21:05:24.798Z | sys 1:01.892005813 |
2133 | 2023-11-16T21:05:24.812Z | trap 0.549150732 |
2134 | 2023-11-16T21:05:24.815Z | tflt 0.023389024 |
2135 | 2023-11-16T21:05:24.817Z | dflt 1.739181354 |
2136 | 2023-11-16T21:05:24.820Z | kflt 0.000000000 |
2137 | 2023-11-16T21:05:24.823Z | lock 1:09:56.373198490 |
2138 | 2023-11-16T21:05:24.826Z | slp 17:08.835832556 |
2139 | 2023-11-16T21:05:24.828Z | lat 9.062909819 |
2140 | 2023-11-16T21:05:24.831Z | stop 0.641938139 |
2141 | 2023-11-16T21:05:24.834Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2142 | 2023-11-16T21:05:24.836Z | + for package in "$@" |
2143 | 2023-11-16T21:05:24.839Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2144 | 2023-11-16T21:05:24.842Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git278a9825218 |
2145 | 2023-11-16T21:05:25.835Z | Finished release [optimized] target(s) in 0.96s |
2146 | 2023-11-16T21:05:25.863Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git278a9825218` |
2147 | 2023-11-16T21:05:25.903Z | Nov 16 21:05:25.904 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2148 | 2023-11-16T21:05:26.429Z | Created: out/versioned/omicron-sled-agent.tar |
2149 | 2023-11-16T21:05:26.433Z | + for package in "$@" |
2150 | 2023-11-16T21:05:26.435Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2151 | 2023-11-16T21:05:26.438Z | + echo 0.0.0 |
2152 | 2023-11-16T21:05:26.441Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2153 | 2023-11-16T21:05:26.444Z | a VERSION 1K |
2154 | 2023-11-16T21:05:26.446Z | + rm VERSION |
2155 | 2023-11-16T21:05:26.449Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git278a9825218 |
2156 | 2023-11-16T21:05:27.534Z | Finished release [optimized] target(s) in 1.01s |
2157 | 2023-11-16T21:05:27.568Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git278a9825218` |
2158 | 2023-11-16T21:05:27.608Z | Nov 16 21:05:27.609 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2159 | 2023-11-16T21:05:27.882Z | Created: out/versioned/mg-ddm-gz.tar |
2160 | 2023-11-16T21:05:27.886Z | + for package in "$@" |
2161 | 2023-11-16T21:05:27.889Z | + [[ propolis-server == mg-ddm-gz ]] |
2162 | 2023-11-16T21:05:27.891Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git278a9825218 |
2163 | 2023-11-16T21:05:28.902Z | Finished release [optimized] target(s) in 0.93s |
2164 | 2023-11-16T21:05:28.930Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git278a9825218` |
2165 | 2023-11-16T21:05:28.969Z | Nov 16 21:05:28.970 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2166 | 2023-11-16T21:05:30.721Z | Created: out/versioned/propolis-server.tar.gz |
2167 | 2023-11-16T21:05:30.725Z | + for package in "$@" |
2168 | 2023-11-16T21:05:30.728Z | + [[ overlay == mg-ddm-gz ]] |
2169 | 2023-11-16T21:05:30.730Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git278a9825218 |
2170 | 2023-11-16T21:05:31.732Z | Finished release [optimized] target(s) in 0.92s |
2171 | 2023-11-16T21:05:31.768Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git278a9825218` |
2172 | 2023-11-16T21:05:31.820Z | Nov 16 21:05:31.821 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2173 | 2023-11-16T21:05:31.823Z | Created: out/versioned/overlay.tar.gz |
2174 | 2023-11-16T21:05:31.827Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2175 | 2023-11-16T21:05:31.838Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2176 | 2023-11-16T21:05:31.842Z | ++ cd -- ./tools |
2177 | 2023-11-16T21:05:31.845Z | ++ pwd |
2178 | 2023-11-16T21:05:31.848Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2179 | 2023-11-16T21:05:31.850Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2180 | 2023-11-16T21:05:31.853Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2181 | 2023-11-16T21:05:31.856Z | ++ readlink -f /work |
2182 | 2023-11-16T21:05:31.859Z | + out_dir=/work |
2183 | 2023-11-16T21:05:31.862Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2184 | 2023-11-16T21:05:31.865Z | + for dep in "${deps[@]}" |
2185 | 2023-11-16T21:05:31.868Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2186 | 2023-11-16T21:05:31.871Z | + for dep in "${deps[@]}" |
2187 | 2023-11-16T21:05:31.874Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2188 | 2023-11-16T21:05:31.877Z | + for dep in "${deps[@]}" |
2189 | 2023-11-16T21:05:31.880Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2190 | 2023-11-16T21:05:31.883Z | + for dep in "${deps[@]}" |
2191 | 2023-11-16T21:05:31.886Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2192 | 2023-11-16T21:05:31.890Z | ++ mktemp -d |
2193 | 2023-11-16T21:05:31.893Z | + tmp_gz=/tmp/tmp.nZayvh |
2194 | 2023-11-16T21:05:31.896Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2195 | 2023-11-16T21:05:31.899Z | + echo '{"v":"1","t":"layer"}' |
2196 | 2023-11-16T21:05:31.902Z | + pkg_dir=/tmp/tmp.nZayvh/root/opt/oxide/sled-agent |
2197 | 2023-11-16T21:05:31.905Z | + mkdir -p /tmp/tmp.nZayvh/root/opt/oxide/sled-agent |
2198 | 2023-11-16T21:05:31.908Z | + cd /tmp/tmp.nZayvh/root/opt/oxide/sled-agent |
2199 | 2023-11-16T21:05:31.911Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2200 | 2023-11-16T21:05:31.980Z | x ., 0 bytes, 0 tape blocks |
2201 | 2023-11-16T21:05:31.983Z | x zone-bundle, 41029024 bytes, 80135 tape blocks |
2202 | 2023-11-16T21:05:31.986Z | x sled-agent, 70525720 bytes, 137746 tape blocks |
2203 | 2023-11-16T21:05:31.989Z | x pkg, 0 bytes, 0 tape blocks |
2204 | 2023-11-16T21:05:31.992Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2205 | 2023-11-16T21:05:31.995Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2206 | 2023-11-16T21:05:31.998Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2207 | 2023-11-16T21:05:32.001Z | x VERSION, 25 bytes, 1 tape blocks |
2208 | 2023-11-16T21:05:32.005Z | + mkdir -p /tmp/tmp.nZayvh/root/lib/svc/manifest/site/ |
2209 | 2023-11-16T21:05:32.007Z | + mv pkg/manifest.xml /tmp/tmp.nZayvh/root/lib/svc/manifest/site/sled-agent.xml |
2210 | 2023-11-16T21:05:32.010Z | + cd - |
2211 | 2023-11-16T21:05:32.013Z | /work/oxidecomputer/omicron |
2212 | 2023-11-16T21:05:32.016Z | + pkg_dir=/tmp/tmp.nZayvh/root/opt/oxide/mg-ddm |
2213 | 2023-11-16T21:05:32.019Z | + mkdir -p /tmp/tmp.nZayvh/root/opt/oxide/mg-ddm |
2214 | 2023-11-16T21:05:32.023Z | + cd /tmp/tmp.nZayvh/root/opt/oxide/mg-ddm |
2215 | 2023-11-16T21:05:32.026Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2216 | 2023-11-16T21:05:32.067Z | x ., 0 bytes, 0 tape blocks |
2217 | 2023-11-16T21:05:32.072Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2218 | 2023-11-16T21:05:32.076Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2219 | 2023-11-16T21:05:32.079Z | x pkg, 0 bytes, 0 tape blocks |
2220 | 2023-11-16T21:05:32.082Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2221 | 2023-11-16T21:05:32.085Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2222 | 2023-11-16T21:05:32.088Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2223 | 2023-11-16T21:05:32.091Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2224 | 2023-11-16T21:05:32.095Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2225 | 2023-11-16T21:05:32.098Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2226 | 2023-11-16T21:05:32.101Z | x VERSION, 25 bytes, 1 tape blocks |
2227 | 2023-11-16T21:05:32.104Z | + cd - |
2228 | 2023-11-16T21:05:32.109Z | /work/oxidecomputer/omicron |
2229 | 2023-11-16T21:05:32.112Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.nZayvh/root/opt/oxide |
2230 | 2023-11-16T21:05:32.185Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.nZayvh/root/opt/oxide |
2231 | 2023-11-16T21:05:32.190Z | + cd /tmp/tmp.nZayvh |
2232 | 2023-11-16T21:05:32.193Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2233 | 2023-11-16T21:05:43.655Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2234 | 2023-11-16T21:05:43.658Z | a oxide.json 1K |
2235 | 2023-11-16T21:05:43.661Z | a root/ 0K |
2236 | 2023-11-16T21:05:43.664Z | a root/opt/ 0K |
2237 | 2023-11-16T21:05:43.667Z | a root/opt/oxide/ 0K |
2238 | 2023-11-16T21:05:43.670Z | a root/opt/oxide/sled-agent/ 0K |
2239 | 2023-11-16T21:05:43.672Z | a root/opt/oxide/sled-agent/zone-bundle 40068K |
2240 | 2023-11-16T21:05:43.675Z | a root/opt/oxide/sled-agent/sled-agent 68873K |
2241 | 2023-11-16T21:05:43.678Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2242 | 2023-11-16T21:05:43.681Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2243 | 2023-11-16T21:05:43.683Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2244 | 2023-11-16T21:05:43.686Z | a root/opt/oxide/sled-agent/VERSION 1K |
2245 | 2023-11-16T21:05:43.689Z | a root/opt/oxide/mg-ddm/ 0K |
2246 | 2023-11-16T21:05:43.691Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2247 | 2023-11-16T21:05:43.694Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2248 | 2023-11-16T21:05:43.697Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2249 | 2023-11-16T21:05:43.700Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2250 | 2023-11-16T21:05:43.703Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2251 | 2023-11-16T21:05:43.706Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2252 | 2023-11-16T21:05:43.708Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2253 | 2023-11-16T21:05:43.711Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2254 | 2023-11-16T21:05:43.714Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2255 | 2023-11-16T21:05:43.717Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2256 | 2023-11-16T21:05:43.720Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2257 | 2023-11-16T21:05:43.748Z | a root/opt/oxide/overlay.tar.gz 2K |
2258 | 2023-11-16T21:05:43.752Z | a root/lib/ 0K |
2259 | 2023-11-16T21:05:43.755Z | a root/lib/svc/ 0K |
2260 | 2023-11-16T21:05:43.758Z | a root/lib/svc/manifest/ 0K |
2261 | 2023-11-16T21:05:43.761Z | a root/lib/svc/manifest/site/ 0K |
2262 | 2023-11-16T21:05:43.764Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2263 | 2023-11-16T21:05:43.767Z | + cd / |
2264 | 2023-11-16T21:05:43.769Z | + rm -rf /tmp/tmp.nZayvh |
2265 | 2023-11-16T21:05:43.772Z | |
2266 | 2023-11-16T21:05:43.775Z | real 11.874261284 |
2267 | 2023-11-16T21:05:43.777Z | user 10.992646198 |
2268 | 2023-11-16T21:05:43.780Z | sys 0.940727140 |
2269 | 2023-11-16T21:05:43.783Z | trap 0.002216546 |
2270 | 2023-11-16T21:05:43.785Z | tflt 0.000000000 |
2271 | 2023-11-16T21:05:43.788Z | dflt 0.000000000 |
2272 | 2023-11-16T21:05:43.791Z | kflt 0.000000000 |
2273 | 2023-11-16T21:05:43.793Z | lock 0.000000000 |
2274 | 2023-11-16T21:05:43.796Z | slp 22.919744372 |
2275 | 2023-11-16T21:05:43.798Z | lat 0.343176183 |
2276 | 2023-11-16T21:05:43.801Z | stop 0.000490675 |
2277 | 2023-11-16T21:05:43.804Z | + mkdir -p /work/zones |
2278 | 2023-11-16T21:05:43.808Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2279 | 2023-11-16T21:05:43.811Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2280 | 2023-11-16T21:05:47.355Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2281 | 2023-11-16T21:05:48.476Z | Finished release [optimized] target(s) in 1.03s |
2282 | 2023-11-16T21:05:48.505Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2283 | 2023-11-16T21:05:48.547Z | Created new build target 'recovery' and set it as active |
2284 | 2023-11-16T21:05:48.550Z | |
2285 | 2023-11-16T21:05:48.553Z | real 1.188148943 |
2286 | 2023-11-16T21:05:48.556Z | user 0.842204183 |
2287 | 2023-11-16T21:05:48.559Z | sys 0.344882968 |
2288 | 2023-11-16T21:05:48.564Z | trap 0.000701121 |
2289 | 2023-11-16T21:05:48.567Z | tflt 0.000016159 |
2290 | 2023-11-16T21:05:48.570Z | dflt 0.000028100 |
2291 | 2023-11-16T21:05:48.573Z | kflt 0.000000000 |
2292 | 2023-11-16T21:05:48.575Z | lock 0.037390443 |
2293 | 2023-11-16T21:05:48.578Z | slp 0.022313486 |
2294 | 2023-11-16T21:05:48.581Z | lat 0.003045804 |
2295 | 2023-11-16T21:05:48.584Z | stop 0.000207924 |
2296 | 2023-11-16T21:05:48.587Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2297 | 2023-11-16T21:05:49.630Z | Finished release [optimized] target(s) in 0.99s |
2298 | 2023-11-16T21:05:49.666Z | Running `target/release/omicron-package -t recovery package` |
2299 | 2023-11-16T21:05:49.707Z | Nov 16 21:05:49.708 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2300 | 2023-11-16T21:05:50.659Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2301 | 2023-11-16T21:05:54.477Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2302 | 2023-11-16T21:06:26.102Z | Finished release [optimized] target(s) in 36.30s |
2303 | 2023-11-16T21:06:49.295Z | |
2304 | 2023-11-16T21:06:49.300Z | real 1:00.737050288 |
2305 | 2023-11-16T21:06:49.303Z | user 2:31.247147155 |
2306 | 2023-11-16T21:06:49.306Z | sys 11.777827978 |
2307 | 2023-11-16T21:06:49.309Z | trap 0.073901018 |
2308 | 2023-11-16T21:06:49.312Z | tflt 0.217251766 |
2309 | 2023-11-16T21:06:49.315Z | dflt 0.844910146 |
2310 | 2023-11-16T21:06:49.318Z | kflt 0.000000000 |
2311 | 2023-11-16T21:06:49.322Z | lock 13:08.257042544 |
2312 | 2023-11-16T21:06:49.325Z | slp 2:39.751753047 |
2313 | 2023-11-16T21:06:49.328Z | lat 1.986932651 |
2314 | 2023-11-16T21:06:49.331Z | stop 0.182926406 |
2315 | 2023-11-16T21:06:49.334Z | + stamp_packages installinator mg-ddm-gz |
2316 | 2023-11-16T21:06:49.337Z | + for package in "$@" |
2317 | 2023-11-16T21:06:49.340Z | + [[ installinator == mg-ddm-gz ]] |
2318 | 2023-11-16T21:06:49.343Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git278a9825218 |
2319 | 2023-11-16T21:06:50.345Z | Finished release [optimized] target(s) in 0.96s |
2320 | 2023-11-16T21:06:50.375Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git278a9825218` |
2321 | 2023-11-16T21:06:50.415Z | Nov 16 21:06:50.416 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2322 | 2023-11-16T21:06:50.568Z | Created: out/versioned/installinator.tar |
2323 | 2023-11-16T21:06:50.572Z | + for package in "$@" |
2324 | 2023-11-16T21:06:50.575Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2325 | 2023-11-16T21:06:50.578Z | + echo 0.0.0 |
2326 | 2023-11-16T21:06:50.582Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2327 | 2023-11-16T21:06:50.585Z | a VERSION 1K |
2328 | 2023-11-16T21:06:50.588Z | + rm VERSION |
2329 | 2023-11-16T21:06:50.591Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git278a9825218 |
2330 | 2023-11-16T21:06:51.609Z | Finished release [optimized] target(s) in 0.94s |
2331 | 2023-11-16T21:06:51.638Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git278a9825218` |
2332 | 2023-11-16T21:06:51.678Z | Nov 16 21:06:51.679 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2333 | 2023-11-16T21:06:51.847Z | Created: out/versioned/mg-ddm-gz.tar |
2334 | 2023-11-16T21:06:51.851Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2335 | 2023-11-16T21:06:51.864Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2336 | 2023-11-16T21:06:51.867Z | ++ cd -- ./tools |
2337 | 2023-11-16T21:06:51.870Z | ++ pwd |
2338 | 2023-11-16T21:06:51.881Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2339 | 2023-11-16T21:06:51.884Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2340 | 2023-11-16T21:06:51.887Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2341 | 2023-11-16T21:06:51.889Z | ++ readlink -f /work |
2342 | 2023-11-16T21:06:51.892Z | + out_dir=/work |
2343 | 2023-11-16T21:06:51.895Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2344 | 2023-11-16T21:06:51.898Z | + for dep in "${deps[@]}" |
2345 | 2023-11-16T21:06:51.901Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2346 | 2023-11-16T21:06:51.904Z | + for dep in "${deps[@]}" |
2347 | 2023-11-16T21:06:51.907Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2348 | 2023-11-16T21:06:51.910Z | ++ mktemp -d |
2349 | 2023-11-16T21:06:51.913Z | + tmp_trampoline=/tmp/tmp.LvaWzh |
2350 | 2023-11-16T21:06:51.916Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2351 | 2023-11-16T21:06:51.919Z | + echo '{"v":"1","t":"layer"}' |
2352 | 2023-11-16T21:06:51.922Z | + pkg_dir=/tmp/tmp.LvaWzh/root/opt/oxide/installinator |
2353 | 2023-11-16T21:06:51.925Z | + mkdir -p /tmp/tmp.LvaWzh/root/opt/oxide/installinator |
2354 | 2023-11-16T21:06:51.928Z | + cd /tmp/tmp.LvaWzh/root/opt/oxide/installinator |
2355 | 2023-11-16T21:06:51.933Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2356 | 2023-11-16T21:06:51.939Z | x ., 0 bytes, 0 tape blocks |
2357 | 2023-11-16T21:06:51.942Z | x installinator, 53182864 bytes, 103873 tape blocks |
2358 | 2023-11-16T21:06:51.945Z | x pkg, 0 bytes, 0 tape blocks |
2359 | 2023-11-16T21:06:51.948Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2360 | 2023-11-16T21:06:51.951Z | x VERSION, 25 bytes, 1 tape blocks |
2361 | 2023-11-16T21:06:51.954Z | + mkdir -p /tmp/tmp.LvaWzh/root/lib/svc/manifest/site/ |
2362 | 2023-11-16T21:06:51.957Z | + mv pkg/manifest.xml /tmp/tmp.LvaWzh/root/lib/svc/manifest/site/installinator.xml |
2363 | 2023-11-16T21:06:51.960Z | + cd - |
2364 | 2023-11-16T21:06:51.962Z | /work/oxidecomputer/omicron |
2365 | 2023-11-16T21:06:51.965Z | + pkg_dir=/tmp/tmp.LvaWzh/root/opt/oxide/mg-ddm |
2366 | 2023-11-16T21:06:51.968Z | + mkdir -p /tmp/tmp.LvaWzh/root/opt/oxide/mg-ddm |
2367 | 2023-11-16T21:06:51.971Z | + cd /tmp/tmp.LvaWzh/root/opt/oxide/mg-ddm |
2368 | 2023-11-16T21:06:51.974Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2369 | 2023-11-16T21:06:52.015Z | x ., 0 bytes, 0 tape blocks |
2370 | 2023-11-16T21:06:52.018Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2371 | 2023-11-16T21:06:52.021Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2372 | 2023-11-16T21:06:52.024Z | x pkg, 0 bytes, 0 tape blocks |
2373 | 2023-11-16T21:06:52.027Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2374 | 2023-11-16T21:06:52.030Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2375 | 2023-11-16T21:06:52.033Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2376 | 2023-11-16T21:06:52.036Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2377 | 2023-11-16T21:06:52.039Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2378 | 2023-11-16T21:06:52.042Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2379 | 2023-11-16T21:06:52.047Z | x VERSION, 25 bytes, 1 tape blocks |
2380 | 2023-11-16T21:06:52.050Z | + cd - |
2381 | 2023-11-16T21:06:52.053Z | /work/oxidecomputer/omicron |
2382 | 2023-11-16T21:06:52.056Z | + cd /tmp/tmp.LvaWzh |
2383 | 2023-11-16T21:06:52.059Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2384 | 2023-11-16T21:06:58.024Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2385 | 2023-11-16T21:06:58.027Z | a oxide.json 1K |
2386 | 2023-11-16T21:06:58.029Z | a root/ 0K |
2387 | 2023-11-16T21:06:58.032Z | a root/opt/ 0K |
2388 | 2023-11-16T21:06:58.035Z | a root/opt/oxide/ 0K |
2389 | 2023-11-16T21:06:58.038Z | a root/opt/oxide/installinator/ 0K |
2390 | 2023-11-16T21:06:58.041Z | a root/opt/oxide/installinator/installinator 51937K |
2391 | 2023-11-16T21:06:58.044Z | a root/opt/oxide/installinator/pkg/ 0K |
2392 | 2023-11-16T21:06:58.046Z | a root/opt/oxide/installinator/VERSION 1K |
2393 | 2023-11-16T21:06:58.049Z | a root/opt/oxide/mg-ddm/ 0K |
2394 | 2023-11-16T21:06:58.052Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2395 | 2023-11-16T21:06:58.055Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2396 | 2023-11-16T21:06:58.058Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2397 | 2023-11-16T21:06:58.060Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2398 | 2023-11-16T21:06:58.063Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2399 | 2023-11-16T21:06:58.066Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2400 | 2023-11-16T21:06:58.069Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2401 | 2023-11-16T21:06:58.072Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2402 | 2023-11-16T21:06:58.075Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2403 | 2023-11-16T21:06:58.078Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2404 | 2023-11-16T21:06:58.081Z | a root/lib/ 0K |
2405 | 2023-11-16T21:06:58.083Z | a root/lib/svc/ 0K |
2406 | 2023-11-16T21:06:58.086Z | a root/lib/svc/manifest/ 0K |
2407 | 2023-11-16T21:06:58.089Z | a root/lib/svc/manifest/site/ 0K |
2408 | 2023-11-16T21:06:58.091Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2409 | 2023-11-16T21:06:58.094Z | + cd / |
2410 | 2023-11-16T21:06:58.097Z | + rm -rf /tmp/tmp.LvaWzh |
2411 | 2023-11-16T21:06:58.099Z | |
2412 | 2023-11-16T21:06:58.102Z | real 6.194008312 |
2413 | 2023-11-16T21:06:58.105Z | user 5.802618238 |
2414 | 2023-11-16T21:06:58.108Z | sys 0.420240784 |
2415 | 2023-11-16T21:06:58.111Z | trap 0.001335003 |
2416 | 2023-11-16T21:06:58.114Z | tflt 0.000000000 |
2417 | 2023-11-16T21:06:58.118Z | dflt 0.000000000 |
2418 | 2023-11-16T21:06:58.121Z | kflt 0.000000000 |
2419 | 2023-11-16T21:06:58.124Z | lock 0.000000000 |
2420 | 2023-11-16T21:06:58.126Z | slp 11.988504627 |
2421 | 2023-11-16T21:06:58.129Z | lat 0.167013762 |
2422 | 2023-11-16T21:06:58.132Z | stop 0.000288542 |
2423 | 2023-11-16T21:06:58.135Z | process exited: duration 2276748 ms, exit code 0 |
|
2424 | 2023-11-16T21:06:58.149Z | found 21 output files |
2425 | 2023-11-16T21:06:58.152Z | uploading: /work/version.txt (26 bytes) |
2426 | 2023-11-16T21:06:59.156Z | uploaded: /work/version.txt |
2427 | 2023-11-16T21:06:59.173Z | uploading: /work/package.tar.gz (79995896 bytes) |
2428 | 2023-11-16T21:07:29.716Z | uploaded: /work/package.tar.gz |
2429 | 2023-11-16T21:07:29.728Z | uploading: /work/global-zone-packages.tar.gz (121069929 bytes) |
2430 | 2023-11-16T21:08:04.220Z | uploaded: /work/global-zone-packages.tar.gz |
2431 | 2023-11-16T21:08:04.226Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36797391 bytes) |
2432 | 2023-11-16T21:08:20.241Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2433 | 2023-11-16T21:08:20.252Z | uploading: /work/zones/clickhouse.tar.gz (181744919 bytes) |
2434 | 2023-11-16T21:09:23.150Z | uploaded: /work/zones/clickhouse.tar.gz |
2435 | 2023-11-16T21:09:23.167Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181743729 bytes) |
2436 | 2023-11-16T21:10:23.411Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2437 | 2023-11-16T21:10:23.423Z | uploading: /work/zones/cockroachdb.tar.gz (118814255 bytes) |
2438 | 2023-11-16T21:10:59.859Z | uploaded: /work/zones/cockroachdb.tar.gz |
2439 | 2023-11-16T21:10:59.882Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2440 | 2023-11-16T21:11:07.724Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2441 | 2023-11-16T21:11:07.735Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2442 | 2023-11-16T21:11:25.017Z | uploaded: /work/zones/crucible.tar.gz |
2443 | 2023-11-16T21:11:25.028Z | uploading: /work/zones/external-dns.tar.gz (24181230 bytes) |
2444 | 2023-11-16T21:11:32.784Z | uploaded: /work/zones/external-dns.tar.gz |
2445 | 2023-11-16T21:11:32.795Z | uploading: /work/zones/internal-dns.tar.gz (24181229 bytes) |
2446 | 2023-11-16T21:11:40.953Z | uploaded: /work/zones/internal-dns.tar.gz |
2447 | 2023-11-16T21:11:40.956Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2448 | 2023-11-16T21:11:41.979Z | uploaded: /work/zones/ntp.tar.gz |
2449 | 2023-11-16T21:11:41.991Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18133513 bytes) |
2450 | 2023-11-16T21:11:48.810Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2451 | 2023-11-16T21:11:48.821Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18130224 bytes) |
2452 | 2023-11-16T21:11:56.923Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2453 | 2023-11-16T21:11:56.935Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74681946 bytes) |
2454 | 2023-11-16T21:12:18.747Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2455 | 2023-11-16T21:12:18.759Z | uploading: /work/zones/omicron-nexus.tar.gz (74669827 bytes) |
2456 | 2023-11-16T21:12:46.112Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2457 | 2023-11-16T21:12:46.115Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2458 | 2023-11-16T21:12:47.122Z | uploaded: /work/zones/overlay.tar.gz |
2459 | 2023-11-16T21:12:47.133Z | uploading: /work/zones/oximeter-collector.tar.gz (34020364 bytes) |
2460 | 2023-11-16T21:12:56.637Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2461 | 2023-11-16T21:12:56.649Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2462 | 2023-11-16T21:13:22.916Z | uploaded: /work/zones/propolis-server.tar.gz |
2463 | 2023-11-16T21:13:22.928Z | uploading: /work/zones/switch-asic.tar.gz (242298212 bytes) |
2464 | 2023-11-16T21:14:46.161Z | uploaded: /work/zones/switch-asic.tar.gz |
2465 | 2023-11-16T21:14:46.189Z | uploading: /work/zones/switch-softnpu.tar.gz (166158385 bytes) |
2466 | 2023-11-16T21:15:38.219Z | uploaded: /work/zones/switch-softnpu.tar.gz |