|
|
|
1 | 2024-02-15T04:10:12.210Z | job assigned to worker 01HPNF8T3HM3SFG3QK57R9FY0N (queued for 2 m 31 s) |
|
2 | 2024-02-15T04:10:12.219Z | starting task 0: "setup" |
3 | 2024-02-15T04:10:12.308Z | ++ uname -s |
4 | 2024-02-15T04:10:12.315Z | + kern=SunOS |
5 | 2024-02-15T04:10:12.315Z | + case "$kern" in |
6 | 2024-02-15T04:10:12.316Z | + groupadd -g 12345 build |
7 | 2024-02-15T04:10:12.316Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T04:10:14.325Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T04:10:14.412Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T04:10:14.826Z | + home_fs=zfs |
11 | 2024-02-15T04:10:14.826Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T04:10:14.826Z | + mkdir -p /home/build |
13 | 2024-02-15T04:10:14.826Z | + chown build:build /home/build /work |
14 | 2024-02-15T04:10:16.833Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T04:10:17.675Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-02-15T04:10:18.133Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T04:10:18.160Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T04:10:18.161Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T04:10:18.161Z | info: downloading installer |
20 | 2024-02-15T04:10:19.494Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T04:10:19.494Z | warning: /opt/ooce/bin |
22 | 2024-02-15T04:10:19.494Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T04:10:19.494Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T04:10:19.494Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T04:10:19.494Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T04:10:19.494Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T04:10:19.494Z | error: cannot install while Rust is installed |
28 | 2024-02-15T04:10:19.494Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T04:10:19.719Z | info: profile set to 'default' |
30 | 2024-02-15T04:10:19.720Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T04:10:19.730Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T04:10:19.881Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T04:10:19.881Z | info: downloading component 'cargo' |
34 | 2024-02-15T04:10:20.742Z | info: downloading component 'clippy' |
35 | 2024-02-15T04:10:21.053Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T04:10:22.595Z | info: downloading component 'rust-std' |
37 | 2024-02-15T04:10:24.040Z | info: downloading component 'rustc' |
38 | 2024-02-15T04:10:29.918Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T04:10:30.194Z | info: installing component 'cargo' |
40 | 2024-02-15T04:10:31.506Z | info: installing component 'clippy' |
41 | 2024-02-15T04:10:31.518Z | info: installing component 'rust-docs' |
42 | 2024-02-15T04:10:33.009Z | info: installing component 'rust-std' |
43 | 2024-02-15T04:10:34.940Z | info: installing component 'rustc' |
44 | 2024-02-15T04:10:39.309Z | info: installing component 'rustfmt' |
45 | 2024-02-15T04:10:39.718Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T04:10:39.718Z | |
47 | 2024-02-15T04:10:39.885Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T04:10:39.886Z | |
49 | 2024-02-15T04:10:39.889Z | |
50 | 2024-02-15T04:10:39.889Z | Rust is installed now. Great! |
51 | 2024-02-15T04:10:39.889Z | |
52 | 2024-02-15T04:10:39.889Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T04:10:39.889Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T04:10:39.889Z | |
55 | 2024-02-15T04:10:39.889Z | To configure your current shell, run: |
56 | 2024-02-15T04:10:39.889Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T04:10:39.952Z | + rustc --version |
58 | 2024-02-15T04:10:40.009Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T04:10:40.012Z | process exited: duration 22297 ms, exit code 0 |
|
60 | 2024-02-15T04:10:40.018Z | starting task 2: "authentication" |
61 | 2024-02-15T04:10:40.037Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2024-02-15T04:10:44.056Z | process exited: duration 4037 ms, exit code 0 |
|
63 | 2024-02-15T04:10:44.067Z | starting task 3: "clone repository" |
64 | 2024-02-15T04:10:44.070Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-02-15T04:10:44.070Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-02-15T04:10:44.312Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-02-15T04:10:49.809Z | + cd /work/oxidecomputer/omicron |
68 | 2024-02-15T04:10:49.822Z | + git fetch origin cc614b30014d8b83667c92b9318ea181a4df920c |
69 | 2024-02-15T04:10:50.040Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-02-15T04:10:50.041Z | * branch cc614b30014d8b83667c92b9318ea181a4df920c -> FETCH_HEAD |
71 | 2024-02-15T04:10:50.058Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
72 | 2024-02-15T04:10:50.058Z | ++ git branch --show-current |
73 | 2024-02-15T04:10:50.058Z | + current=main |
74 | 2024-02-15T04:10:50.058Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
75 | 2024-02-15T04:10:50.059Z | + git branch -f renovate/taiki-e-install-action-digest cc614b30014d8b83667c92b9318ea181a4df920c |
76 | 2024-02-15T04:10:50.072Z | + git checkout -f renovate/taiki-e-install-action-digest |
77 | 2024-02-15T04:10:50.170Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
78 | 2024-02-15T04:10:50.180Z | + git reset --hard cc614b30014d8b83667c92b9318ea181a4df920c |
79 | 2024-02-15T04:10:50.286Z | HEAD is now at cc614b300 Update taiki-e/install-action digest to 14422f8 |
80 | 2024-02-15T04:10:50.297Z | process exited: duration 6212 ms, exit code 0 |
|
81 | 2024-02-15T04:10:50.323Z | starting task 4: "build" |
82 | 2024-02-15T04:10:50.338Z | + cargo --version |
83 | 2024-02-15T04:10:50.338Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
84 | 2024-02-15T04:10:50.496Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
85 | 2024-02-15T04:10:50.496Z | info: downloading component 'cargo' |
86 | 2024-02-15T04:10:51.192Z | info: downloading component 'clippy' |
87 | 2024-02-15T04:10:51.405Z | info: downloading component 'rust-docs' |
88 | 2024-02-15T04:10:52.273Z | info: downloading component 'rust-std' |
89 | 2024-02-15T04:10:53.545Z | info: downloading component 'rustc' |
90 | 2024-02-15T04:10:57.156Z | info: downloading component 'rustfmt' |
91 | 2024-02-15T04:10:57.381Z | info: installing component 'cargo' |
92 | 2024-02-15T04:10:58.252Z | info: installing component 'clippy' |
93 | 2024-02-15T04:10:58.602Z | info: installing component 'rust-docs' |
94 | 2024-02-15T04:11:00.164Z | info: installing component 'rust-std' |
95 | 2024-02-15T04:11:01.822Z | info: installing component 'rustc' |
96 | 2024-02-15T04:11:05.943Z | info: installing component 'rustfmt' |
97 | 2024-02-15T04:11:06.332Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
98 | 2024-02-15T04:11:06.347Z | + rustc --version |
99 | 2024-02-15T04:11:06.409Z | rustc 1.74.1 (a28077b28 2023-12-04) |
100 | 2024-02-15T04:11:06.425Z | ++ git rev-parse HEAD |
101 | 2024-02-15T04:11:06.425Z | + COMMIT=cc614b30014d8b83667c92b9318ea181a4df920c |
102 | 2024-02-15T04:11:06.425Z | + VERSION=7.0.0-0.ci+gitcc614b30014 |
103 | 2024-02-15T04:11:06.425Z | + echo 7.0.0-0.ci+gitcc614b30014 |
104 | 2024-02-15T04:11:06.425Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
105 | 2024-02-15T04:11:20.066Z | Startup: Refreshing catalog 'helios-dev' ... Done |
106 | 2024-02-15T04:11:21.404Z | Startup: Caching catalogs ... Done |
107 | 2024-02-15T04:11:22.614Z | Planning: Solver setup ... Done (0.888s) |
108 | 2024-02-15T04:11:22.631Z | Planning: Running solver ... Done (0.020s) |
109 | 2024-02-15T04:11:22.915Z | Planning: Finding local manifests ... Done (0.261s) |
110 | 2024-02-15T04:11:22.934Z | Planning: Fetching manifests: 0/4 0% complete |
111 | 2024-02-15T04:11:23.145Z | Planning: Fetching manifests: 4/4 100% complete |
112 | 2024-02-15T04:11:23.201Z | Planning: Package planning ... Done (0.059s) |
113 | 2024-02-15T04:11:23.253Z | Planning: Merging actions ... Done (0.053s) |
114 | 2024-02-15T04:11:24.590Z | Planning: Checking for conflicting actions ... Done (1.333s) |
115 | 2024-02-15T04:11:24.614Z | Planning: Consolidating action changes ... Done (0.011s) |
116 | 2024-02-15T04:11:30.032Z | Planning: Evaluating mediators ... Done (5.428s) |
117 | 2024-02-15T04:11:30.454Z | Planning: Planning completed in 8.59 seconds |
118 | 2024-02-15T04:11:30.461Z | Packages to install: 4 |
119 | 2024-02-15T04:11:30.461Z | Mediators to change: 2 |
120 | 2024-02-15T04:11:30.461Z | Services to change: 1 |
121 | 2024-02-15T04:11:30.461Z | Estimated space available: 148.87 GB |
122 | 2024-02-15T04:11:30.461Z | Estimated space to be consumed: 1.41 GB |
123 | 2024-02-15T04:11:30.461Z | Create boot environment: No |
124 | 2024-02-15T04:11:30.461Z | Create backup boot environment: No |
125 | 2024-02-15T04:11:30.462Z | Rebuild boot archive: No |
126 | 2024-02-15T04:11:30.462Z | |
127 | 2024-02-15T04:11:30.462Z | Changed mediators: |
128 | 2024-02-15T04:11:30.462Z | mediator clang: |
129 | 2024-02-15T04:11:30.462Z | version: None -> 15 (system default) |
130 | 2024-02-15T04:11:30.462Z | |
131 | 2024-02-15T04:11:30.462Z | mediator llvm: |
132 | 2024-02-15T04:11:30.462Z | version: 14 (system default) -> 15 (system default) |
133 | 2024-02-15T04:11:30.462Z | |
134 | 2024-02-15T04:11:30.463Z | Changed packages: |
135 | 2024-02-15T04:11:30.463Z | helios-dev |
136 | 2024-02-15T04:11:30.463Z | developer/build-essential |
137 | 2024-02-15T04:11:30.463Z | None -> 11-2.0 |
138 | 2024-02-15T04:11:30.463Z | library/libxmlsec1 |
139 | 2024-02-15T04:11:30.463Z | None -> 1.2.35-2.0 |
140 | 2024-02-15T04:11:30.463Z | ooce/developer/clang-15 |
141 | 2024-02-15T04:11:30.463Z | None -> 15.0.7-2.0 |
142 | 2024-02-15T04:11:30.463Z | ooce/developer/llvm-15 |
143 | 2024-02-15T04:11:30.463Z | None -> 15.0.7-2.0 |
144 | 2024-02-15T04:11:30.463Z | |
145 | 2024-02-15T04:11:30.463Z | Services: |
146 | 2024-02-15T04:11:30.463Z | restart_fmri: |
147 | 2024-02-15T04:11:30.463Z | svc:/system/update-man-index:default |
148 | 2024-02-15T04:11:30.464Z | |
149 | 2024-02-15T04:11:30.464Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
150 | 2024-02-15T04:11:35.363Z | Download: 1193/3290 items 68.3/212.6MB 32% complete (13.7M/s) |
151 | 2024-02-15T04:11:40.369Z | Download: 1250/3290 items 91.1/212.6MB 42% complete (9.1M/s) |
152 | 2024-02-15T04:11:45.376Z | Download: 1678/3290 items 117.9/212.6MB 55% complete (5.7M/s) |
153 | 2024-02-15T04:11:54.275Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (3.8M/s) |
154 | 2024-02-15T04:11:59.279Z | Download: 2880/3290 items 121.1/212.6MB 56% complete (199k/s) |
155 | 2024-02-15T04:12:12.950Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (9.4M/s) |
156 | 2024-02-15T04:12:16.116Z | Download: Completed 212.60 MB in 45.75 seconds (4.7M/s) |
157 | 2024-02-15T04:12:16.287Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-02-15T04:12:21.321Z | Actions: 3559/3689 actions (Installing new actions) |
159 | 2024-02-15T04:12:21.505Z | Actions: Completed 3689 actions in 5.21 seconds. |
160 | 2024-02-15T04:12:21.586Z | Done (0.085s) |
161 | 2024-02-15T04:12:21.586Z | Done (0.000s) |
162 | 2024-02-15T04:12:21.799Z | Done (0.213s) |
163 | 2024-02-15T04:12:27.690Z | Done (5.768s) |
164 | 2024-02-15T04:12:27.866Z | Done (0.087s) |
165 | 2024-02-15T04:12:27.886Z | Done (0.000s) |
166 | 2024-02-15T04:12:28.015Z | Done (0.000s) |
167 | 2024-02-15T04:12:28.519Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-02-15T04:12:28.681Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-02-15T04:12:28.685Z | Planning: Consolidating action changes ... Done |
170 | 2024-02-15T04:12:28.956Z | Planning: Evaluating mediators ... Done |
171 | 2024-02-15T04:12:28.966Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-02-15T04:12:28.984Z | Mediators to change: 2 |
173 | 2024-02-15T04:12:28.985Z | Create boot environment: No |
174 | 2024-02-15T04:12:28.994Z | Create backup boot environment: No |
175 | 2024-02-15T04:12:29.054Z | Done |
176 | 2024-02-15T04:12:29.055Z | Done |
177 | 2024-02-15T04:12:29.178Z | Done |
178 | 2024-02-15T04:12:32.922Z | Done |
179 | 2024-02-15T04:12:33.011Z | Done |
180 | 2024-02-15T04:12:33.018Z | Done |
181 | 2024-02-15T04:12:33.114Z | Done |
182 | 2024-02-15T04:12:33.761Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-02-15T04:12:34.172Z | Planning: Merging actions ... Done |
184 | 2024-02-15T04:12:34.172Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-02-15T04:12:34.172Z | Planning: Consolidating action changes ... Done |
186 | 2024-02-15T04:12:34.217Z | Planning: Evaluating mediators ... Done |
187 | 2024-02-15T04:12:34.276Z | Planning: Planning completed in 0.79 seconds |
188 | 2024-02-15T04:12:34.313Z | Packages to change: 1 |
189 | 2024-02-15T04:12:34.313Z | Mediators to change: 1 |
190 | 2024-02-15T04:12:34.313Z | Services to change: 1 |
191 | 2024-02-15T04:12:34.318Z | Create boot environment: No |
192 | 2024-02-15T04:12:34.318Z | Create backup boot environment: Yes |
193 | 2024-02-15T04:12:36.198Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-02-15T04:12:36.277Z | Actions: Completed 6 actions in 0.08 seconds. |
195 | 2024-02-15T04:12:36.277Z | Done |
196 | 2024-02-15T04:12:36.277Z | Done |
197 | 2024-02-15T04:12:36.324Z | Done |
198 | 2024-02-15T04:12:40.077Z | Done |
199 | 2024-02-15T04:12:40.162Z | Done |
200 | 2024-02-15T04:12:40.169Z | Done |
201 | 2024-02-15T04:12:40.277Z | Done |
202 | 2024-02-15T04:12:40.729Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-02-15T04:12:40.730Z | clang system 15 system |
204 | 2024-02-15T04:12:40.730Z | csh system system illumos |
205 | 2024-02-15T04:12:40.730Z | ctags system system illumos |
206 | 2024-02-15T04:12:40.730Z | gcc vendor 12 vendor |
207 | 2024-02-15T04:12:40.731Z | gcc system 10 system |
208 | 2024-02-15T04:12:40.731Z | gcc system 7 system |
209 | 2024-02-15T04:12:40.731Z | go system 1.20 system |
210 | 2024-02-15T04:12:40.731Z | go system 1.19 system |
211 | 2024-02-15T04:12:40.731Z | llvm system 15 system |
212 | 2024-02-15T04:12:40.731Z | llvm system 14 system |
213 | 2024-02-15T04:12:40.732Z | mariadb system 10.6 system |
214 | 2024-02-15T04:12:40.732Z | mta vendor vendor dma |
215 | 2024-02-15T04:12:40.732Z | openjdk system 17 system |
216 | 2024-02-15T04:12:40.732Z | openjdk system 11 system |
217 | 2024-02-15T04:12:40.732Z | openjdk system 1.8 system |
218 | 2024-02-15T04:12:40.732Z | openssl vendor 3 vendor |
219 | 2024-02-15T04:12:40.733Z | perl system 5.36 system |
220 | 2024-02-15T04:12:40.733Z | postgresql system 15 system |
221 | 2024-02-15T04:12:40.733Z | postgresql system 13 system |
222 | 2024-02-15T04:12:40.733Z | python vendor 3 vendor |
223 | 2024-02-15T04:12:40.733Z | python system 2 system |
224 | 2024-02-15T04:12:40.734Z | python3 system 3.11 system |
225 | 2024-02-15T04:12:40.734Z | ruby system 3.0 system |
226 | 2024-02-15T04:12:40.734Z | words vendor vendor american-english |
227 | 2024-02-15T04:12:40.734Z | words system system australian-english |
228 | 2024-02-15T04:12:40.734Z | words system system british-english |
229 | 2024-02-15T04:12:40.734Z | words system system canadian-english |
230 | 2024-02-15T04:12:40.735Z | words system system french |
231 | 2024-02-15T04:12:40.735Z | words system system italian |
232 | 2024-02-15T04:12:40.735Z | words system system ngerman |
233 | 2024-02-15T04:12:40.735Z | words system system ogerman |
234 | 2024-02-15T04:12:40.735Z | words system system spanish |
235 | 2024-02-15T04:12:41.049Z | FMRI IFO |
236 | 2024-02-15T04:12:41.049Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-02-15T04:12:41.049Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-02-15T04:12:41.049Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-02-15T04:12:41.049Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-02-15T04:12:41.049Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-02-15T04:12:41.049Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
242 | 2024-02-15T04:12:41.050Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-02-15T04:12:41.050Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-02-15T04:12:41.099Z | + set -o errexit |
245 | 2024-02-15T04:12:41.107Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2024-02-15T04:12:41.108Z | ++ cd ./tools |
247 | 2024-02-15T04:12:41.108Z | ++ pwd |
248 | 2024-02-15T04:12:41.108Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2024-02-15T04:12:41.108Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2024-02-15T04:12:41.108Z | + ARG0=ci_download_cockroachdb |
251 | 2024-02-15T04:12:41.108Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2024-02-15T04:12:41.108Z | + CIDL_VERSION=v22.1.9 |
253 | 2024-02-15T04:12:41.108Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2024-02-15T04:12:41.108Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
255 | 2024-02-15T04:12:41.108Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
256 | 2024-02-15T04:12:41.108Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
257 | 2024-02-15T04:12:41.109Z | + TARGET_DIR=out |
258 | 2024-02-15T04:12:41.109Z | + DOWNLOAD_DIR=out/downloads |
259 | 2024-02-15T04:12:41.109Z | + DEST_DIR=./out/cockroachdb |
260 | 2024-02-15T04:12:41.109Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2024-02-15T04:12:41.109Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2024-02-15T04:12:41.120Z | + main |
263 | 2024-02-15T04:12:41.120Z | + [[ 0 != 0 ]] |
264 | 2024-02-15T04:12:41.120Z | + CIDL_OS=solaris2.11 |
265 | 2024-02-15T04:12:41.120Z | + [[ 0 != 0 ]] |
266 | 2024-02-15T04:12:41.121Z | + configure_os solaris2.11 |
267 | 2024-02-15T04:12:41.121Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2024-02-15T04:12:41.121Z | current directory: /work/oxidecomputer/omicron |
269 | 2024-02-15T04:12:41.121Z | + echo 'configuring based on OS: "solaris2.11"' |
270 | 2024-02-15T04:12:41.121Z | + case "$1" in |
271 | 2024-02-15T04:12:41.122Z | configuring based on OS: "solaris2.11" |
272 | 2024-02-15T04:12:41.122Z | + CIDL_BUILD=illumos |
273 | 2024-02-15T04:12:41.122Z | + CIDL_SUFFIX=tar.gz |
274 | 2024-02-15T04:12:41.122Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
275 | 2024-02-15T04:12:41.122Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2024-02-15T04:12:41.123Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2024-02-15T04:12:41.123Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2024-02-15T04:12:41.123Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-15T04:12:41.123Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-15T04:12:41.123Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2024-02-15T04:12:41.123Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-15T04:12:41.123Z | + CIDL_SHA256FUNC=do_sha256sum |
283 | 2024-02-15T04:12:41.124Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-02-15T04:12:41.124Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-15T04:12:41.124Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2024-02-15T04:12:41.124Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-02-15T04:12:41.124Z | + mkdir -p out/downloads |
288 | 2024-02-15T04:12:41.124Z | + mkdir -p ./out/cockroachdb |
289 | 2024-02-15T04:12:41.124Z | + local DO_DOWNLOAD=true |
290 | 2024-02-15T04:12:41.124Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2024-02-15T04:12:41.124Z | + '[' true == true ']' |
292 | 2024-02-15T04:12:41.124Z | + echo Downloading... |
293 | 2024-02-15T04:12:41.124Z | Downloading... |
294 | 2024-02-15T04:12:41.124Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-15T04:12:41.124Z | + 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 |
296 | 2024-02-15T04:12:49.534Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-15T04:12:49.544Z | ++ sha256sum |
298 | 2024-02-15T04:12:49.544Z | ++ awk '{print $1}' |
299 | 2024-02-15T04:12:49.664Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
300 | 2024-02-15T04:12:49.664Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
301 | 2024-02-15T04:12:49.680Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-15T04:12:49.681Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2024-02-15T04:12:51.862Z | + do_assemble_illumos |
304 | 2024-02-15T04:12:51.862Z | + rm -r ./out/cockroachdb |
305 | 2024-02-15T04:12:51.873Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2024-02-15T04:12:52.228Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2024-02-15T04:12:52.392Z | Build Tag: v22.1.9-dirty |
308 | 2024-02-15T04:12:52.392Z | Build Time: 2022/10/26 21:17:46 |
309 | 2024-02-15T04:12:52.392Z | Distribution: OSS |
310 | 2024-02-15T04:12:52.392Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2024-02-15T04:12:52.392Z | Go Version: go1.17.13 |
312 | 2024-02-15T04:12:52.392Z | C Compiler: gcc 10.3.0 |
313 | 2024-02-15T04:12:52.392Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2024-02-15T04:12:52.392Z | Build Type: release |
315 | 2024-02-15T04:12:52.412Z | + set -o errexit |
316 | 2024-02-15T04:12:52.421Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2024-02-15T04:12:52.421Z | ++ cd ./tools |
318 | 2024-02-15T04:12:52.421Z | ++ pwd |
319 | 2024-02-15T04:12:52.421Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2024-02-15T04:12:52.421Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2024-02-15T04:12:52.421Z | + ARG0=ci_download_clickhouse |
322 | 2024-02-15T04:12:52.421Z | + TARGET_DIR=out |
323 | 2024-02-15T04:12:52.421Z | + DOWNLOAD_DIR=out/downloads |
324 | 2024-02-15T04:12:52.421Z | + DEST_DIR=./out/clickhouse |
325 | 2024-02-15T04:12:52.421Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
326 | 2024-02-15T04:12:52.421Z | + CIDL_VERSION=v22.8.9.24 |
327 | 2024-02-15T04:12:52.421Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
328 | 2024-02-15T04:12:52.421Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
329 | 2024-02-15T04:12:52.422Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
330 | 2024-02-15T04:12:52.422Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
331 | 2024-02-15T04:12:52.422Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
332 | 2024-02-15T04:12:52.433Z | + main |
333 | 2024-02-15T04:12:52.433Z | + [[ 0 != 0 ]] |
334 | 2024-02-15T04:12:52.434Z | + CIDL_OS=solaris2.11 |
335 | 2024-02-15T04:12:52.434Z | + [[ 0 != 0 ]] |
336 | 2024-02-15T04:12:52.434Z | + configure_os solaris2.11 |
337 | 2024-02-15T04:12:52.434Z | + echo 'current directory: /work/oxidecomputer/omicron' |
338 | 2024-02-15T04:12:52.434Z | current directory: /work/oxidecomputer/omicron |
339 | 2024-02-15T04:12:52.434Z | + echo 'configuring based on OS: "solaris2.11"' |
340 | 2024-02-15T04:12:52.435Z | + CIDL_DASHREV= |
341 | 2024-02-15T04:12:52.435Z | + case "$1" in |
342 | 2024-02-15T04:12:52.435Z | + CIDL_PLATFORM=illumos |
343 | 2024-02-15T04:12:52.435Z | configuring based on OS: "solaris2.11" |
344 | 2024-02-15T04:12:52.436Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2024-02-15T04:12:52.436Z | + CIDL_MD5FUNC=do_md5sum |
346 | 2024-02-15T04:12:52.436Z | + CIDL_DASHREV=-1 |
347 | 2024-02-15T04:12:52.436Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
348 | 2024-02-15T04:12:52.437Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-15T04:12:52.437Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-15T04:12:52.437Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-15T04:12:52.437Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2024-02-15T04:12:52.437Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-15T04:12:52.437Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-15T04:12:52.437Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
355 | 2024-02-15T04:12:52.438Z | + mkdir -p out/downloads |
356 | 2024-02-15T04:12:52.438Z | + mkdir -p ./out/clickhouse |
357 | 2024-02-15T04:12:52.438Z | + local DO_DOWNLOAD=true |
358 | 2024-02-15T04:12:52.438Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
359 | 2024-02-15T04:12:52.438Z | + '[' true == true ']' |
360 | 2024-02-15T04:12:52.439Z | + echo Downloading... |
361 | 2024-02-15T04:12:52.439Z | Downloading... |
362 | 2024-02-15T04:12:52.439Z | + 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 |
363 | 2024-02-15T04:12:52.439Z | + 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 |
364 | 2024-02-15T04:12:53.847Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-02-15T04:12:53.854Z | ++ md5sum |
366 | 2024-02-15T04:12:53.854Z | ++ awk '{print $1}' |
367 | 2024-02-15T04:12:54.031Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
368 | 2024-02-15T04:12:54.031Z | + [[ 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 ]] |
369 | 2024-02-15T04:12:54.039Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
370 | 2024-02-15T04:12:54.039Z | + mkdir -p ./out/clickhouse |
371 | 2024-02-15T04:12:54.040Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
372 | 2024-02-15T04:12:57.116Z | + ./out/clickhouse/clickhouse server --version |
373 | 2024-02-15T04:12:57.141Z | ClickHouse server version 22.8.9.1. |
374 | 2024-02-15T04:12:57.163Z | + set -o errexit |
375 | 2024-02-15T04:12:57.168Z | +++ dirname ./tools/ci_download_console |
376 | 2024-02-15T04:12:57.168Z | ++ cd ./tools |
377 | 2024-02-15T04:12:57.168Z | ++ pwd |
378 | 2024-02-15T04:12:57.168Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
379 | 2024-02-15T04:12:57.168Z | ++ basename ./tools/ci_download_console |
380 | 2024-02-15T04:12:57.168Z | + ARG0=ci_download_console |
381 | 2024-02-15T04:12:57.168Z | + TARGET_DIR=out |
382 | 2024-02-15T04:12:57.169Z | + DOWNLOAD_DIR=out/downloads |
383 | 2024-02-15T04:12:57.169Z | + DEST_DIR=./out/console-assets |
384 | 2024-02-15T04:12:57.169Z | + source /work/oxidecomputer/omicron/tools/console_version |
385 | 2024-02-15T04:12:57.169Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
386 | 2024-02-15T04:12:57.169Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
387 | 2024-02-15T04:12:57.169Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-15T04:12:57.169Z | + TARBALL_FILE=out/downloads/console.tar.gz |
389 | 2024-02-15T04:12:57.169Z | + main |
390 | 2024-02-15T04:12:57.169Z | + [[ 0 != 0 ]] |
391 | 2024-02-15T04:12:57.169Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
392 | 2024-02-15T04:12:57.169Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2024-02-15T04:12:57.169Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
394 | 2024-02-15T04:12:57.169Z | Local file: out/downloads/console.tar.gz |
395 | 2024-02-15T04:12:57.170Z | + local DO_DOWNLOAD=true |
396 | 2024-02-15T04:12:57.170Z | + [[ -f out/downloads/console.tar.gz ]] |
397 | 2024-02-15T04:12:57.170Z | + mkdir -p out/downloads |
398 | 2024-02-15T04:12:57.170Z | + '[' true == true ']' |
399 | 2024-02-15T04:12:57.170Z | + echo Downloading... |
400 | 2024-02-15T04:12:57.170Z | Downloading... |
401 | 2024-02-15T04:12:57.170Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
402 | 2024-02-15T04:12:57.170Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
403 | 2024-02-15T04:12:57.760Z | ++ do_sha256sum out/downloads/console.tar.gz |
404 | 2024-02-15T04:12:57.760Z | ++ case "$OSTYPE" in |
405 | 2024-02-15T04:12:57.760Z | ++ SHA=sha256sum |
406 | 2024-02-15T04:12:57.769Z | ++ sha256sum |
407 | 2024-02-15T04:12:57.769Z | ++ awk '{print $1}' |
408 | 2024-02-15T04:12:57.770Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
409 | 2024-02-15T04:12:57.770Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
410 | 2024-02-15T04:12:57.770Z | + rm -rf ./out/console-assets |
411 | 2024-02-15T04:12:57.778Z | + mkdir -p ./out/console-assets |
412 | 2024-02-15T04:12:57.778Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
413 | 2024-02-15T04:12:57.778Z | + mkdir -p ./out/console-assets |
414 | 2024-02-15T04:12:57.779Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
415 | 2024-02-15T04:12:57.880Z | + set -o errexit |
416 | 2024-02-15T04:12:57.902Z | +++ dirname ./tools/ci_download_maghemite_openapi |
417 | 2024-02-15T04:12:57.903Z | ++ cd ./tools |
418 | 2024-02-15T04:12:57.903Z | ++ pwd |
419 | 2024-02-15T04:12:57.903Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
420 | 2024-02-15T04:12:57.903Z | ++ basename ./tools/ci_download_maghemite_openapi |
421 | 2024-02-15T04:12:57.903Z | + ARG0=ci_download_maghemite_openapi |
422 | 2024-02-15T04:12:57.904Z | + TARGET_DIR=out |
423 | 2024-02-15T04:12:57.904Z | + DOWNLOAD_DIR=out/downloads |
424 | 2024-02-15T04:12:57.904Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
425 | 2024-02-15T04:12:57.904Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
426 | 2024-02-15T04:12:57.904Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
427 | 2024-02-15T04:12:57.904Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-15T04:12:57.904Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
429 | 2024-02-15T04:12:57.904Z | + main |
430 | 2024-02-15T04:12:57.905Z | + [[ 0 != 0 ]] |
431 | 2024-02-15T04:12:57.905Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
432 | 2024-02-15T04:12:57.905Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
433 | 2024-02-15T04:12:57.905Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
434 | 2024-02-15T04:12:57.905Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
435 | 2024-02-15T04:12:57.905Z | + local DO_DOWNLOAD=true |
436 | 2024-02-15T04:12:57.905Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
437 | 2024-02-15T04:12:57.905Z | + mkdir -p out/downloads |
438 | 2024-02-15T04:12:57.905Z | + '[' true == true ']' |
439 | 2024-02-15T04:12:57.906Z | + echo Downloading... |
440 | 2024-02-15T04:12:57.906Z | Downloading... |
441 | 2024-02-15T04:12:57.906Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
442 | 2024-02-15T04:12:57.906Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
443 | 2024-02-15T04:12:58.305Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
444 | 2024-02-15T04:12:58.305Z | ++ case "$OSTYPE" in |
445 | 2024-02-15T04:12:58.357Z | ++ SHA=sha256sum |
446 | 2024-02-15T04:12:58.358Z | ++ sha256sum |
447 | 2024-02-15T04:12:58.358Z | ++ awk '{print $1}' |
448 | 2024-02-15T04:12:58.358Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
449 | 2024-02-15T04:12:58.358Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
450 | 2024-02-15T04:12:58.358Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
451 | 2024-02-15T04:12:58.358Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
452 | 2024-02-15T04:12:58.358Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
453 | 2024-02-15T04:12:58.359Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-15T04:12:58.359Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-15T04:12:58.359Z | + main |
456 | 2024-02-15T04:12:58.360Z | + [[ 0 != 0 ]] |
457 | 2024-02-15T04:12:58.360Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
458 | 2024-02-15T04:12:58.360Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
459 | 2024-02-15T04:12:58.361Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
460 | 2024-02-15T04:12:58.361Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
461 | 2024-02-15T04:12:58.361Z | + local DO_DOWNLOAD=true |
462 | 2024-02-15T04:12:58.361Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
463 | 2024-02-15T04:12:58.362Z | + mkdir -p out/downloads |
464 | 2024-02-15T04:12:58.362Z | + '[' true == true ']' |
465 | 2024-02-15T04:12:58.362Z | + echo Downloading... |
466 | 2024-02-15T04:12:58.363Z | Downloading... |
467 | 2024-02-15T04:12:58.363Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
468 | 2024-02-15T04:12:58.363Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
469 | 2024-02-15T04:13:00.443Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
470 | 2024-02-15T04:13:00.444Z | ++ case "$OSTYPE" in |
471 | 2024-02-15T04:13:00.456Z | ++ SHA=sha256sum |
472 | 2024-02-15T04:13:00.456Z | ++ sha256sum |
473 | 2024-02-15T04:13:00.456Z | ++ awk '{print $1}' |
474 | 2024-02-15T04:13:00.456Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
475 | 2024-02-15T04:13:00.457Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
476 | 2024-02-15T04:13:00.467Z | + set -o errexit |
477 | 2024-02-15T04:13:00.467Z | +++ dirname ./tools/ci_download_dendrite_openapi |
478 | 2024-02-15T04:13:00.467Z | ++ cd ./tools |
479 | 2024-02-15T04:13:00.468Z | ++ pwd |
480 | 2024-02-15T04:13:00.468Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
481 | 2024-02-15T04:13:00.468Z | ++ basename ./tools/ci_download_dendrite_openapi |
482 | 2024-02-15T04:13:00.468Z | + ARG0=ci_download_dendrite_openapi |
483 | 2024-02-15T04:13:00.469Z | + TARGET_DIR=out |
484 | 2024-02-15T04:13:00.469Z | + DOWNLOAD_DIR=out/downloads |
485 | 2024-02-15T04:13:00.469Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
486 | 2024-02-15T04:13:00.470Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
487 | 2024-02-15T04:13:00.470Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
488 | 2024-02-15T04:13:00.470Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-15T04:13:00.470Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
490 | 2024-02-15T04:13:00.470Z | + main |
491 | 2024-02-15T04:13:00.471Z | + [[ 0 != 0 ]] |
492 | 2024-02-15T04:13:00.471Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
493 | 2024-02-15T04:13:00.471Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
494 | 2024-02-15T04:13:00.471Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
495 | 2024-02-15T04:13:00.471Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
496 | 2024-02-15T04:13:00.472Z | + local DO_DOWNLOAD=true |
497 | 2024-02-15T04:13:00.472Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
498 | 2024-02-15T04:13:00.472Z | + mkdir -p out/downloads |
499 | 2024-02-15T04:13:00.508Z | + '[' true == true ']' |
500 | 2024-02-15T04:13:00.508Z | + echo Downloading... |
501 | 2024-02-15T04:13:00.508Z | Downloading... |
502 | 2024-02-15T04:13:00.509Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
503 | 2024-02-15T04:13:00.509Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
504 | 2024-02-15T04:13:00.721Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
505 | 2024-02-15T04:13:00.721Z | ++ case "$OSTYPE" in |
506 | 2024-02-15T04:13:00.737Z | ++ SHA=sha256sum |
507 | 2024-02-15T04:13:00.737Z | ++ sha256sum |
508 | 2024-02-15T04:13:00.737Z | ++ awk '{print $1}' |
509 | 2024-02-15T04:13:00.738Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
510 | 2024-02-15T04:13:00.738Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
511 | 2024-02-15T04:13:00.738Z | + set -o errexit |
512 | 2024-02-15T04:13:00.762Z | +++ dirname ./tools/ci_download_dendrite_stub |
513 | 2024-02-15T04:13:00.762Z | ++ cd ./tools |
514 | 2024-02-15T04:13:00.762Z | ++ pwd |
515 | 2024-02-15T04:13:00.763Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
516 | 2024-02-15T04:13:00.763Z | ++ basename ./tools/ci_download_dendrite_stub |
517 | 2024-02-15T04:13:00.763Z | + ARG0=ci_download_dendrite_stub |
518 | 2024-02-15T04:13:00.763Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
519 | 2024-02-15T04:13:00.763Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
520 | 2024-02-15T04:13:00.763Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
521 | 2024-02-15T04:13:00.763Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
522 | 2024-02-15T04:13:00.764Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
523 | 2024-02-15T04:13:00.764Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
524 | 2024-02-15T04:13:00.764Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
525 | 2024-02-15T04:13:00.764Z | + TARGET_DIR=out |
526 | 2024-02-15T04:13:00.764Z | + DOWNLOAD_DIR=out/downloads |
527 | 2024-02-15T04:13:00.764Z | + DEST_DIR=./out/dendrite-stub |
528 | 2024-02-15T04:13:00.765Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
529 | 2024-02-15T04:13:00.765Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
530 | 2024-02-15T04:13:00.765Z | + REPO=oxidecomputer/dendrite |
531 | 2024-02-15T04:13:00.765Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
532 | 2024-02-15T04:13:00.765Z | + main |
533 | 2024-02-15T04:13:00.765Z | + [[ 0 != 0 ]] |
534 | 2024-02-15T04:13:00.765Z | + CIDL_OS=solaris2.11 |
535 | 2024-02-15T04:13:00.766Z | + [[ 0 != 0 ]] |
536 | 2024-02-15T04:13:00.766Z | + configure_os solaris2.11 |
537 | 2024-02-15T04:13:00.766Z | + echo 'current directory: /work/oxidecomputer/omicron' |
538 | 2024-02-15T04:13:00.766Z | current directory: /work/oxidecomputer/omicron |
539 | 2024-02-15T04:13:00.766Z | + echo 'configuring based on OS: "solaris2.11"' |
540 | 2024-02-15T04:13:00.766Z | + case "$1" in |
541 | 2024-02-15T04:13:00.767Z | configuring based on OS: "solaris2.11" |
542 | 2024-02-15T04:13:00.767Z | + SET_BINARIES= |
543 | 2024-02-15T04:13:00.767Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
544 | 2024-02-15T04:13:00.767Z | + CIDL_SHA256FUNC=do_sha256sum |
545 | 2024-02-15T04:13:00.767Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
546 | 2024-02-15T04:13:00.767Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
547 | 2024-02-15T04:13:00.767Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-15T04:13:00.768Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
549 | 2024-02-15T04:13:00.768Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2024-02-15T04:13:00.768Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
551 | 2024-02-15T04:13:00.768Z | Local file: out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-15T04:13:00.768Z | + mkdir -p out/downloads |
553 | 2024-02-15T04:13:00.768Z | + mkdir -p ./out/dendrite-stub |
554 | 2024-02-15T04:13:00.768Z | + fetch_and_verify |
555 | 2024-02-15T04:13:00.768Z | + local DO_DOWNLOAD=true |
556 | 2024-02-15T04:13:00.769Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
557 | 2024-02-15T04:13:00.769Z | + '[' true == true ']' |
558 | 2024-02-15T04:13:00.769Z | + echo Downloading... |
559 | 2024-02-15T04:13:00.769Z | Downloading... |
560 | 2024-02-15T04:13:00.769Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-15T04:13:00.769Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
562 | 2024-02-15T04:13:13.766Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-15T04:13:13.773Z | ++ sha256sum |
564 | 2024-02-15T04:13:13.774Z | ++ awk '{print $1}' |
565 | 2024-02-15T04:13:13.797Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
566 | 2024-02-15T04:13:13.811Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
567 | 2024-02-15T04:13:13.811Z | + do_untar out/downloads/dendrite-stub.tar.gz |
568 | 2024-02-15T04:13:13.811Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
569 | 2024-02-15T04:13:14.487Z | + do_assemble |
570 | 2024-02-15T04:13:14.488Z | + rm -r ./out/dendrite-stub |
571 | 2024-02-15T04:13:14.503Z | + mkdir ./out/dendrite-stub |
572 | 2024-02-15T04:13:14.503Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
573 | 2024-02-15T04:13:14.568Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
574 | 2024-02-15T04:13:14.581Z | + set -o errexit |
575 | 2024-02-15T04:13:15.014Z | +++ dirname ./tools/ci_download_maghemite_mgd |
576 | 2024-02-15T04:13:15.015Z | ++ cd ./tools |
577 | 2024-02-15T04:13:15.015Z | ++ pwd |
578 | 2024-02-15T04:13:15.015Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
579 | 2024-02-15T04:13:15.015Z | ++ basename ./tools/ci_download_maghemite_mgd |
580 | 2024-02-15T04:13:15.015Z | + ARG0=ci_download_maghemite_mgd |
581 | 2024-02-15T04:13:15.015Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
582 | 2024-02-15T04:13:15.015Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
583 | 2024-02-15T04:13:15.016Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
584 | 2024-02-15T04:13:15.016Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
585 | 2024-02-15T04:13:15.016Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
586 | 2024-02-15T04:13:15.016Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
587 | 2024-02-15T04:13:15.016Z | + TARGET_DIR=out |
588 | 2024-02-15T04:13:15.016Z | + DOWNLOAD_DIR=out/downloads |
589 | 2024-02-15T04:13:15.017Z | + DEST_DIR=./out/mgd |
590 | 2024-02-15T04:13:15.017Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
591 | 2024-02-15T04:13:15.017Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
592 | 2024-02-15T04:13:15.017Z | + REPO=oxidecomputer/maghemite |
593 | 2024-02-15T04:13:15.017Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
594 | 2024-02-15T04:13:15.017Z | + main |
595 | 2024-02-15T04:13:15.017Z | + [[ 0 != 0 ]] |
596 | 2024-02-15T04:13:15.017Z | + CIDL_OS=solaris2.11 |
597 | 2024-02-15T04:13:15.018Z | + [[ 0 != 0 ]] |
598 | 2024-02-15T04:13:15.018Z | + configure_os solaris2.11 |
599 | 2024-02-15T04:13:15.018Z | + echo 'current directory: /work/oxidecomputer/omicron' |
600 | 2024-02-15T04:13:15.018Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2024-02-15T04:13:15.018Z | + case "$1" in |
602 | 2024-02-15T04:13:15.018Z | current directory: /work/oxidecomputer/omicron |
603 | 2024-02-15T04:13:15.019Z | + SET_BINARIES= |
604 | 2024-02-15T04:13:15.019Z | configuring based on OS: "solaris2.11" |
605 | 2024-02-15T04:13:15.019Z | + CIDL_SHA256FUNC=do_sha256sum |
606 | 2024-02-15T04:13:15.019Z | + TARBALL_FILENAME=mgd.tar.gz |
607 | 2024-02-15T04:13:15.019Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
608 | 2024-02-15T04:13:15.019Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
609 | 2024-02-15T04:13:15.020Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
610 | 2024-02-15T04:13:15.020Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
611 | 2024-02-15T04:13:15.020Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
612 | 2024-02-15T04:13:15.020Z | + mkdir -p out/downloads |
613 | 2024-02-15T04:13:15.020Z | Local file: out/downloads/mgd.tar.gz |
614 | 2024-02-15T04:13:15.020Z | + mkdir -p ./out/mgd |
615 | 2024-02-15T04:13:15.021Z | + fetch_and_verify |
616 | 2024-02-15T04:13:15.021Z | + local DO_DOWNLOAD=true |
617 | 2024-02-15T04:13:15.021Z | + [[ -f out/downloads/mgd.tar.gz ]] |
618 | 2024-02-15T04:13:15.021Z | + '[' true == true ']' |
619 | 2024-02-15T04:13:15.021Z | + echo Downloading... |
620 | 2024-02-15T04:13:15.021Z | Downloading... |
621 | 2024-02-15T04:13:15.021Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
622 | 2024-02-15T04:13:15.022Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
623 | 2024-02-15T04:13:28.857Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
624 | 2024-02-15T04:13:28.864Z | ++ sha256sum |
625 | 2024-02-15T04:13:28.864Z | ++ awk '{print $1}' |
626 | 2024-02-15T04:13:28.876Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
627 | 2024-02-15T04:13:28.881Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
628 | 2024-02-15T04:13:28.881Z | + do_untar out/downloads/mgd.tar.gz |
629 | 2024-02-15T04:13:28.881Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
630 | 2024-02-15T04:13:29.327Z | + do_assemble |
631 | 2024-02-15T04:13:29.327Z | + rm -r ./out/mgd |
632 | 2024-02-15T04:13:29.330Z | + mkdir ./out/mgd |
633 | 2024-02-15T04:13:29.333Z | + cp -r out/downloads/root ./out/mgd/root |
634 | 2024-02-15T04:13:29.486Z | + set -o errexit |
635 | 2024-02-15T04:13:29.493Z | +++ dirname ./tools/ci_download_transceiver_control |
636 | 2024-02-15T04:13:29.494Z | ++ cd ./tools |
637 | 2024-02-15T04:13:29.494Z | ++ pwd |
638 | 2024-02-15T04:13:29.494Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
639 | 2024-02-15T04:13:29.494Z | ++ basename ./tools/ci_download_transceiver_control |
640 | 2024-02-15T04:13:29.494Z | + ARG0=ci_download_transceiver_control |
641 | 2024-02-15T04:13:29.494Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
642 | 2024-02-15T04:13:29.494Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2024-02-15T04:13:29.494Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
644 | 2024-02-15T04:13:29.494Z | + TARGET_DIR=out |
645 | 2024-02-15T04:13:29.495Z | + DOWNLOAD_DIR=out/downloads |
646 | 2024-02-15T04:13:29.495Z | + DEST_DIR=./out/transceiver-control |
647 | 2024-02-15T04:13:29.495Z | + BIN_DIR=/opt/oxide/bin |
648 | 2024-02-15T04:13:29.495Z | + BINARY=xcvradm |
649 | 2024-02-15T04:13:29.495Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
650 | 2024-02-15T04:13:29.495Z | + REPO=oxidecomputer/transceiver-control |
651 | 2024-02-15T04:13:29.495Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2024-02-15T04:13:29.495Z | + main |
653 | 2024-02-15T04:13:29.495Z | + [[ 0 != 0 ]] |
654 | 2024-02-15T04:13:29.495Z | + CIDL_OS=solaris2.11 |
655 | 2024-02-15T04:13:29.496Z | + [[ 0 != 0 ]] |
656 | 2024-02-15T04:13:29.496Z | + configure_os solaris2.11 |
657 | 2024-02-15T04:13:29.496Z | + echo 'current directory: /work/oxidecomputer/omicron' |
658 | 2024-02-15T04:13:29.496Z | current directory: /work/oxidecomputer/omicron |
659 | 2024-02-15T04:13:29.496Z | + echo 'configuring based on OS: "solaris2.11"' |
660 | 2024-02-15T04:13:29.496Z | + case "$1" in |
661 | 2024-02-15T04:13:29.496Z | configuring based on OS: "solaris2.11" |
662 | 2024-02-15T04:13:29.496Z | + SET_BINARIES= |
663 | 2024-02-15T04:13:29.496Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
664 | 2024-02-15T04:13:29.496Z | + CIDL_SHA256FUNC=do_sha256sum |
665 | 2024-02-15T04:13:29.496Z | + ARCHIVE_FILENAME=xcvradm.gz |
666 | 2024-02-15T04:13:29.497Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2024-02-15T04:13:29.497Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
668 | 2024-02-15T04:13:29.497Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
669 | 2024-02-15T04:13:29.497Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
670 | 2024-02-15T04:13:29.497Z | Local file: out/downloads/xcvradm.gz |
671 | 2024-02-15T04:13:29.497Z | + echo 'Local file: out/downloads/xcvradm.gz' |
672 | 2024-02-15T04:13:29.497Z | + mkdir -p out/downloads |
673 | 2024-02-15T04:13:29.497Z | + mkdir -p ./out/transceiver-control |
674 | 2024-02-15T04:13:29.497Z | + fetch_and_verify |
675 | 2024-02-15T04:13:29.497Z | + local DO_DOWNLOAD=true |
676 | 2024-02-15T04:13:29.498Z | + [[ -f out/downloads/xcvradm.gz ]] |
677 | 2024-02-15T04:13:29.498Z | + '[' true == true ']' |
678 | 2024-02-15T04:13:29.498Z | + echo Downloading... |
679 | 2024-02-15T04:13:29.498Z | Downloading... |
680 | 2024-02-15T04:13:29.498Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
681 | 2024-02-15T04:13:29.498Z | + 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 |
682 | 2024-02-15T04:13:33.985Z | ++ do_sha256sum out/downloads/xcvradm.gz |
683 | 2024-02-15T04:13:33.992Z | ++ sha256sum |
684 | 2024-02-15T04:13:33.993Z | ++ awk '{print $1}' |
685 | 2024-02-15T04:13:34.001Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
686 | 2024-02-15T04:13:34.001Z | + [[ 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 ]] |
687 | 2024-02-15T04:13:34.001Z | + do_unpack out/downloads/xcvradm.gz |
688 | 2024-02-15T04:13:34.001Z | + mkdir -p out/downloads/root//opt/oxide/bin |
689 | 2024-02-15T04:13:34.002Z | + gzip -dc out/downloads/xcvradm.gz |
690 | 2024-02-15T04:13:34.116Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
691 | 2024-02-15T04:13:34.127Z | + do_assemble |
692 | 2024-02-15T04:13:34.127Z | + rm -r ./out/transceiver-control |
693 | 2024-02-15T04:13:34.127Z | + mkdir ./out/transceiver-control |
694 | 2024-02-15T04:13:34.127Z | + cp -r out/downloads/root ./out/transceiver-control/root |
695 | 2024-02-15T04:13:34.286Z | All prerequisites installed successfully |
696 | 2024-02-15T04:13:34.295Z | |
697 | 2024-02-15T04:13:34.296Z | real 2:27.772188042 |
698 | 2024-02-15T04:13:34.296Z | user 33.907220127 |
699 | 2024-02-15T04:13:34.296Z | sys 6.369433582 |
700 | 2024-02-15T04:13:34.296Z | trap 0.007943525 |
701 | 2024-02-15T04:13:34.296Z | tflt 0.322241054 |
702 | 2024-02-15T04:13:34.296Z | dflt 0.752951728 |
703 | 2024-02-15T04:13:34.296Z | kflt 0.254394075 |
704 | 2024-02-15T04:13:34.296Z | lock 1.190908509 |
705 | 2024-02-15T04:13:34.296Z | slp 5:13.434682395 |
706 | 2024-02-15T04:13:34.297Z | lat 1.850514881 |
707 | 2024-02-15T04:13:34.297Z | stop 0.141754071 |
708 | 2024-02-15T04:13:34.297Z | + ptime -m ./tools/ci_download_softnpu_machinery |
709 | 2024-02-15T04:13:34.297Z | fetching npuzone |
710 | 2024-02-15T04:13:34.317Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
711 | 2024-02-15T04:13:34.317Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
712 | 2024-02-15T04:13:34.317Z | Getting hash for npuzone |
713 | 2024-02-15T04:13:34.403Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
714 | 2024-02-15T04:13:43.849Z | npuzone downloaded successfully |
715 | 2024-02-15T04:13:43.858Z | |
716 | 2024-02-15T04:13:43.858Z | real 9.570603236 |
717 | 2024-02-15T04:13:43.858Z | user 0.350227677 |
718 | 2024-02-15T04:13:43.859Z | sys 0.137855201 |
719 | 2024-02-15T04:13:43.859Z | trap 0.000317783 |
720 | 2024-02-15T04:13:43.859Z | tflt 0.000000000 |
721 | 2024-02-15T04:13:43.859Z | dflt 0.000002380 |
722 | 2024-02-15T04:13:43.859Z | kflt 0.000000000 |
723 | 2024-02-15T04:13:43.860Z | lock 0.000000000 |
724 | 2024-02-15T04:13:43.860Z | slp 28.084767083 |
725 | 2024-02-15T04:13:43.860Z | lat 0.107283472 |
726 | 2024-02-15T04:13:43.860Z | stop 0.000177386 |
727 | 2024-02-15T04:13:43.860Z | + export CARGO_INCREMENTAL=0 |
728 | 2024-02-15T04:13:43.861Z | + CARGO_INCREMENTAL=0 |
729 | 2024-02-15T04:13:43.861Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
730 | 2024-02-15T04:13:44.076Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
731 | 2024-02-15T04:13:44.356Z | Updating git repository `https://github.com/oxidecomputer/samael` |
732 | 2024-02-15T04:13:44.714Z | Updating crates.io index |
733 | 2024-02-15T04:13:44.768Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2024-02-15T04:13:45.439Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2024-02-15T04:13:47.938Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2024-02-15T04:13:47.959Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
737 | 2024-02-15T04:13:48.279Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
738 | 2024-02-15T04:13:48.534Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
739 | 2024-02-15T04:13:48.799Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2024-02-15T04:13:49.668Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2024-02-15T04:13:51.795Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2024-02-15T04:13:52.873Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2024-02-15T04:13:53.198Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2024-02-15T04:13:53.799Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2024-02-15T04:13:54.189Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
746 | 2024-02-15T04:13:54.502Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
747 | 2024-02-15T04:13:54.802Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
748 | 2024-02-15T04:13:55.140Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
749 | 2024-02-15T04:13:55.648Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
750 | 2024-02-15T04:13:55.911Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2024-02-15T04:13:56.461Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
752 | 2024-02-15T04:13:56.802Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2024-02-15T04:13:57.082Z | Updating git repository `https://github.com/jgallagher/nix` |
754 | 2024-02-15T04:13:58.104Z | Updating git repository `https://github.com/cbiffle/hubpack` |
755 | 2024-02-15T04:13:58.518Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2024-02-15T04:13:59.671Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2024-02-15T04:14:00.052Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2024-02-15T04:14:00.311Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2024-02-15T04:14:01.821Z | Downloading crates ... |
760 | 2024-02-15T04:14:02.040Z | Downloaded ansi_term v0.12.1 |
761 | 2024-02-15T04:14:02.045Z | Downloaded base64 v0.21.7 |
762 | 2024-02-15T04:14:02.045Z | Downloaded bit-set v0.5.3 |
763 | 2024-02-15T04:14:02.045Z | Downloaded cancel-safe-futures v0.1.5 |
764 | 2024-02-15T04:14:02.050Z | Downloaded bcs v0.1.6 |
765 | 2024-02-15T04:14:02.055Z | Downloaded block-padding v0.3.3 |
766 | 2024-02-15T04:14:02.058Z | Downloaded castaway v0.2.2 |
767 | 2024-02-15T04:14:02.062Z | Downloaded blake2 v0.10.6 |
768 | 2024-02-15T04:14:02.065Z | Downloaded atomicwrites v0.4.3 |
769 | 2024-02-15T04:14:02.068Z | Downloaded block-buffer v0.10.4 |
770 | 2024-02-15T04:14:02.083Z | Downloaded bindgen v0.69.2 |
771 | 2024-02-15T04:14:02.088Z | Downloaded blake3 v1.5.0 |
772 | 2024-02-15T04:14:02.091Z | Downloaded bitfield v0.14.0 |
773 | 2024-02-15T04:14:02.091Z | Downloaded async-stream-impl v0.3.5 |
774 | 2024-02-15T04:14:02.101Z | Downloaded cassowary v0.3.0 |
775 | 2024-02-15T04:14:02.104Z | Downloaded bstr v0.2.17 |
776 | 2024-02-15T04:14:02.115Z | Downloaded ciborium-io v0.2.2 |
777 | 2024-02-15T04:14:02.119Z | Downloaded chacha20 v0.9.1 |
778 | 2024-02-15T04:14:02.126Z | Downloaded cfg-if v1.0.0 |
779 | 2024-02-15T04:14:02.126Z | Downloaded arrayref v0.3.7 |
780 | 2024-02-15T04:14:02.126Z | Downloaded addr2line v0.21.0 |
781 | 2024-02-15T04:14:02.131Z | Downloaded byteorder v1.5.0 |
782 | 2024-02-15T04:14:02.135Z | Downloaded bit-vec v0.6.3 |
783 | 2024-02-15T04:14:02.138Z | Downloaded clap_lex v0.5.1 |
784 | 2024-02-15T04:14:02.138Z | Downloaded cipher v0.4.4 |
785 | 2024-02-15T04:14:02.138Z | Downloaded cexpr v0.6.0 |
786 | 2024-02-15T04:14:02.141Z | Downloaded bitflags v1.3.2 |
787 | 2024-02-15T04:14:02.145Z | Downloaded clap_derive v4.4.2 |
788 | 2024-02-15T04:14:02.149Z | Downloaded corncobs v0.1.3 |
789 | 2024-02-15T04:14:02.152Z | Downloaded buf-list v1.0.3 |
790 | 2024-02-15T04:14:02.156Z | Downloaded crc-catalog v2.2.0 |
791 | 2024-02-15T04:14:02.156Z | Downloaded convert_case v0.4.0 |
792 | 2024-02-15T04:14:02.156Z | Downloaded constant_time_eq v0.3.0 |
793 | 2024-02-15T04:14:02.160Z | Downloaded bitflags v2.4.0 |
794 | 2024-02-15T04:14:02.163Z | Downloaded camino v1.1.6 |
795 | 2024-02-15T04:14:02.163Z | Downloaded crc v3.0.1 |
796 | 2024-02-15T04:14:02.169Z | Downloaded clap v4.4.3 |
797 | 2024-02-15T04:14:02.179Z | Downloaded crypto-common v0.1.6 |
798 | 2024-02-15T04:14:02.197Z | Downloaded bb8 v0.8.3 |
799 | 2024-02-15T04:14:02.197Z | Downloaded crossbeam-deque v0.8.3 |
800 | 2024-02-15T04:14:02.197Z | Downloaded ciborium-ll v0.2.2 |
801 | 2024-02-15T04:14:02.197Z | Downloaded bzip2 v0.4.4 |
802 | 2024-02-15T04:14:02.197Z | Downloaded http-range v0.1.5 |
803 | 2024-02-15T04:14:02.197Z | Downloaded cpufeatures v0.2.12 |
804 | 2024-02-15T04:14:02.197Z | Downloaded atty v0.2.14 |
805 | 2024-02-15T04:14:02.204Z | Downloaded hubpack_derive v0.1.1 |
806 | 2024-02-15T04:14:02.204Z | Downloaded colored v2.0.4 |
807 | 2024-02-15T04:14:02.204Z | Downloaded clang-sys v1.6.1 |
808 | 2024-02-15T04:14:02.204Z | Downloaded ascii-canvas v3.0.0 |
809 | 2024-02-15T04:14:02.204Z | Downloaded nibble_vec v0.1.0 |
810 | 2024-02-15T04:14:02.204Z | Downloaded cstr-argument v0.1.2 |
811 | 2024-02-15T04:14:02.205Z | Downloaded newtype_derive v0.1.6 |
812 | 2024-02-15T04:14:02.210Z | Downloaded is_ci v1.1.1 |
813 | 2024-02-15T04:14:02.210Z | Downloaded bytes v1.5.0 |
814 | 2024-02-15T04:14:02.214Z | Downloaded anstyle-query v1.0.0 |
815 | 2024-02-15T04:14:02.214Z | Downloaded num-traits v0.2.16 |
816 | 2024-02-15T04:14:02.217Z | Downloaded nu-ansi-term v0.49.0 |
817 | 2024-02-15T04:14:02.220Z | Downloaded async-recursion v1.0.5 |
818 | 2024-02-15T04:14:02.224Z | Downloaded async-stream v0.3.5 |
819 | 2024-02-15T04:14:02.229Z | Downloaded base16ct v0.2.0 |
820 | 2024-02-15T04:14:02.238Z | Downloaded matches v0.1.10 |
821 | 2024-02-15T04:14:02.241Z | Downloaded match_cfg v0.1.0 |
822 | 2024-02-15T04:14:02.241Z | Downloaded serde_yaml v0.9.25 |
823 | 2024-02-15T04:14:02.242Z | Downloaded shlex v1.3.0 |
824 | 2024-02-15T04:14:02.242Z | Downloaded serde_with_macros v3.6.0 |
825 | 2024-02-15T04:14:02.248Z | Downloaded indoc v1.0.9 |
826 | 2024-02-15T04:14:02.251Z | Downloaded async-trait v0.1.77 |
827 | 2024-02-15T04:14:02.255Z | Downloaded strip-ansi-escapes v0.2.0 |
828 | 2024-02-15T04:14:02.258Z | Downloaded base64ct v1.6.0 |
829 | 2024-02-15T04:14:02.261Z | Downloaded synstructure v0.12.6 |
830 | 2024-02-15T04:14:02.265Z | Downloaded maplit v1.0.2 |
831 | 2024-02-15T04:14:02.270Z | Downloaded num_enum_derive v0.5.11 |
832 | 2024-02-15T04:14:02.270Z | Downloaded thiserror v1.0.56 |
833 | 2024-02-15T04:14:02.273Z | Downloaded structmeta-derive v0.2.0 |
834 | 2024-02-15T04:14:02.277Z | Downloaded hmac v0.12.1 |
835 | 2024-02-15T04:14:02.282Z | Downloaded arrayvec v0.7.4 |
836 | 2024-02-15T04:14:02.282Z | Downloaded rustc_version v0.1.7 |
837 | 2024-02-15T04:14:02.287Z | Downloaded mime v0.3.17 |
838 | 2024-02-15T04:14:02.287Z | Downloaded log v0.4.20 |
839 | 2024-02-15T04:14:02.301Z | Downloaded lock_api v0.4.10 |
840 | 2024-02-15T04:14:02.301Z | Downloaded ahash v0.8.7 |
841 | 2024-02-15T04:14:02.302Z | Downloaded nodrop v0.1.14 |
842 | 2024-02-15T04:14:02.725Z | Downloaded instant v0.1.12 |
843 | 2024-02-15T04:14:02.725Z | Downloaded hyper-rustls v0.24.2 |
844 | 2024-02-15T04:14:02.725Z | Downloaded indoc v2.0.3 |
845 | 2024-02-15T04:14:02.725Z | Downloaded mio v0.8.9 |
846 | 2024-02-15T04:14:02.725Z | Downloaded rusty-fork v0.3.0 |
847 | 2024-02-15T04:14:02.725Z | Downloaded managed v0.8.0 |
848 | 2024-02-15T04:14:02.725Z | Downloaded linear-map v1.2.0 |
849 | 2024-02-15T04:14:02.725Z | Downloaded nanorand v0.7.0 |
850 | 2024-02-15T04:14:02.725Z | Downloaded libsw v3.3.1 |
851 | 2024-02-15T04:14:02.726Z | Downloaded anyhow v1.0.75 |
852 | 2024-02-15T04:14:02.726Z | Downloaded allocator-api2 v0.2.16 |
853 | 2024-02-15T04:14:02.726Z | Downloaded libefi-sys v0.1.0 |
854 | 2024-02-15T04:14:02.726Z | Downloaded serde-big-array v0.4.1 |
855 | 2024-02-15T04:14:02.726Z | Downloaded tinyvec v1.6.0 |
856 | 2024-02-15T04:14:02.726Z | Downloaded ipnetwork v0.20.0 |
857 | 2024-02-15T04:14:02.726Z | Downloaded derive_builder v0.12.0 |
858 | 2024-02-15T04:14:02.726Z | Downloaded futures v0.3.30 |
859 | 2024-02-15T04:14:02.726Z | Downloaded lalrpop-util v0.19.12 |
860 | 2024-02-15T04:14:02.726Z | Downloaded num-integer v0.1.45 |
861 | 2024-02-15T04:14:02.727Z | Downloaded trust-dns-client v0.22.0 |
862 | 2024-02-15T04:14:02.727Z | Downloaded arc-swap v1.6.0 |
863 | 2024-02-15T04:14:02.727Z | Downloaded num_enum v0.5.11 |
864 | 2024-02-15T04:14:02.727Z | Downloaded plain v0.2.3 |
865 | 2024-02-15T04:14:02.727Z | Downloaded kstat-rs v0.2.3 |
866 | 2024-02-15T04:14:02.727Z | Downloaded is-terminal v0.4.9 |
867 | 2024-02-15T04:14:02.727Z | Downloaded openssl-macros v0.1.1 |
868 | 2024-02-15T04:14:02.727Z | Downloaded heapless v0.7.16 |
869 | 2024-02-15T04:14:02.727Z | Downloaded libloading v0.7.4 |
870 | 2024-02-15T04:14:02.727Z | Downloaded want v0.3.1 |
871 | 2024-02-15T04:14:02.727Z | Downloaded strum v0.25.0 |
872 | 2024-02-15T04:14:02.728Z | Downloaded platforms v3.0.2 |
873 | 2024-02-15T04:14:02.728Z | Downloaded lazycell v1.3.0 |
874 | 2024-02-15T04:14:02.728Z | Downloaded fallible-iterator v0.2.0 |
875 | 2024-02-15T04:14:02.728Z | Downloaded futures-sink v0.3.30 |
876 | 2024-02-15T04:14:02.728Z | Downloaded waitgroup v0.1.2 |
877 | 2024-02-15T04:14:02.728Z | Downloaded errno v0.3.8 |
878 | 2024-02-15T04:14:02.728Z | Downloaded parse-display v0.9.0 |
879 | 2024-02-15T04:14:02.728Z | Downloaded which v4.4.0 |
880 | 2024-02-15T04:14:02.728Z | Downloaded lazy_static v1.4.0 |
881 | 2024-02-15T04:14:02.729Z | Downloaded vte_generate_state_changes v0.1.1 |
882 | 2024-02-15T04:14:02.729Z | Downloaded http v0.2.11 |
883 | 2024-02-15T04:14:02.729Z | Downloaded dtrace-parser v0.2.0 |
884 | 2024-02-15T04:14:02.729Z | Downloaded snafu-derive v0.7.5 |
885 | 2024-02-15T04:14:02.729Z | Downloaded miniz_oxide v0.7.1 |
886 | 2024-02-15T04:14:02.729Z | Downloaded usdt v0.5.0 |
887 | 2024-02-15T04:14:02.729Z | Downloaded downcast v0.11.0 |
888 | 2024-02-15T04:14:02.729Z | Downloaded scheduled-thread-pool v0.2.7 |
889 | 2024-02-15T04:14:02.729Z | Downloaded omicron-zone-package v0.11.0 |
890 | 2024-02-15T04:14:02.729Z | Downloaded tokio-native-tls v0.3.1 |
891 | 2024-02-15T04:14:02.730Z | Downloaded rand_xorshift v0.3.0 |
892 | 2024-02-15T04:14:02.730Z | Downloaded defmt-parser v0.3.3 |
893 | 2024-02-15T04:14:02.730Z | Downloaded mockall v0.12.0 |
894 | 2024-02-15T04:14:02.730Z | Downloaded dof v0.1.5 |
895 | 2024-02-15T04:14:02.730Z | Downloaded scroll_derive v0.12.0 |
896 | 2024-02-15T04:14:02.730Z | Downloaded dtrace-parser v0.1.14 |
897 | 2024-02-15T04:14:02.730Z | Downloaded vsss-rs v3.3.4 |
898 | 2024-02-15T04:14:02.730Z | Downloaded humantime v2.1.0 |
899 | 2024-02-15T04:14:02.731Z | Downloaded signal-hook-registry v1.4.1 |
900 | 2024-02-15T04:14:02.731Z | Downloaded tracing-attributes v0.1.26 |
901 | 2024-02-15T04:14:02.731Z | Downloaded rand_chacha v0.3.1 |
902 | 2024-02-15T04:14:02.731Z | Downloaded scopeguard v1.2.0 |
903 | 2024-02-15T04:14:02.731Z | Downloaded doc-comment v0.3.3 |
904 | 2024-02-15T04:14:02.731Z | Downloaded dyn-clone v1.0.16 |
905 | 2024-02-15T04:14:02.731Z | Downloaded minimal-lexical v0.2.1 |
906 | 2024-02-15T04:14:02.731Z | Downloaded difflib v0.4.0 |
907 | 2024-02-15T04:14:02.732Z | Downloaded schemars v0.8.16 |
908 | 2024-02-15T04:14:02.732Z | Downloaded termtree v0.4.1 |
909 | 2024-02-15T04:14:02.732Z | Downloaded diff v0.1.13 |
910 | 2024-02-15T04:14:02.732Z | Downloaded zeroize v1.7.0 |
911 | 2024-02-15T04:14:02.732Z | Downloaded unsafe-libyaml v0.2.10 |
912 | 2024-02-15T04:14:02.732Z | Downloaded digest v0.10.7 |
913 | 2024-02-15T04:14:02.732Z | Downloaded termcolor v1.2.0 |
914 | 2024-02-15T04:14:02.732Z | Downloaded pest_derive v2.7.6 |
915 | 2024-02-15T04:14:02.733Z | Downloaded zeroize_derive v1.4.2 |
916 | 2024-02-15T04:14:02.733Z | Downloaded utf-8 v0.7.6 |
917 | 2024-02-15T04:14:02.733Z | Downloaded thiserror-impl-no-std v2.0.2 |
918 | 2024-02-15T04:14:02.733Z | Downloaded strum_macros v0.24.3 |
919 | 2024-02-15T04:14:02.733Z | Downloaded spin v0.5.2 |
920 | 2024-02-15T04:14:02.733Z | Downloaded env_logger v0.10.0 |
921 | 2024-02-15T04:14:02.733Z | Downloaded whoami v1.4.1 |
922 | 2024-02-15T04:14:02.733Z | Downloaded term v0.7.0 |
923 | 2024-02-15T04:14:02.734Z | Downloaded textwrap v0.16.0 |
924 | 2024-02-15T04:14:02.734Z | Downloaded schemars_derive v0.8.16 |
925 | 2024-02-15T04:14:02.734Z | Downloaded polar-core v0.27.0 |
926 | 2024-02-15T04:14:02.734Z | Downloaded heck v0.3.3 |
927 | 2024-02-15T04:14:02.734Z | Downloaded opaque-debug v0.3.0 |
928 | 2024-02-15T04:14:02.734Z | Downloaded winnow v0.5.15 |
929 | 2024-02-15T04:14:02.734Z | Downloaded serde_tokenstream v0.2.0 |
930 | 2024-02-15T04:14:02.734Z | Downloaded heck v0.4.1 |
931 | 2024-02-15T04:14:02.734Z | Downloaded toml v0.5.11 |
932 | 2024-02-15T04:14:02.735Z | Downloaded serde v1.0.196 |
933 | 2024-02-15T04:14:02.735Z | Downloaded indicatif v0.17.7 |
934 | 2024-02-15T04:14:02.735Z | Downloaded rustix v0.37.23 |
935 | 2024-02-15T04:14:02.735Z | Downloaded usdt-macro v0.5.0 |
936 | 2024-02-15T04:14:02.735Z | Downloaded sqlformat v0.2.3 |
937 | 2024-02-15T04:14:02.735Z | Downloaded spin v0.9.8 |
938 | 2024-02-15T04:14:02.735Z | Downloaded string_cache v0.8.7 |
939 | 2024-02-15T04:14:02.735Z | Downloaded xattr v1.0.1 |
940 | 2024-02-15T04:14:02.735Z | Downloaded parking_lot_core v0.9.8 |
941 | 2024-02-15T04:14:02.735Z | Downloaded num-bigint v0.4.4 |
942 | 2024-02-15T04:14:02.752Z | Downloaded quick-xml v0.30.0 |
943 | 2024-02-15T04:14:02.752Z | Downloaded smawk v0.3.1 |
944 | 2024-02-15T04:14:02.752Z | Downloaded parse-size v1.0.0 |
945 | 2024-02-15T04:14:02.752Z | Downloaded diesel_derives v2.1.2 |
946 | 2024-02-15T04:14:02.752Z | Downloaded gimli v0.28.0 |
947 | 2024-02-15T04:14:02.752Z | Downloaded deranged v0.3.8 |
948 | 2024-02-15T04:14:02.752Z | Downloaded topological-sort v0.2.2 |
949 | 2024-02-15T04:14:02.752Z | Downloaded pretty-hex v0.2.1 |
950 | 2024-02-15T04:14:02.753Z | Downloaded enum-as-inner v0.5.1 |
951 | 2024-02-15T04:14:02.753Z | Downloaded der_derive v0.7.2 |
952 | 2024-02-15T04:14:02.753Z | Downloaded pretty-hex v0.4.1 |
953 | 2024-02-15T04:14:02.753Z | Downloaded proc-macro2 v1.0.78 |
954 | 2024-02-15T04:14:02.753Z | Downloaded smallvec v1.13.1 |
955 | 2024-02-15T04:14:02.753Z | Downloaded fixedbitset v0.4.2 |
956 | 2024-02-15T04:14:02.753Z | Downloaded thiserror-impl v1.0.56 |
957 | 2024-02-15T04:14:02.753Z | Downloaded endian-type v0.1.2 |
958 | 2024-02-15T04:14:02.753Z | Downloaded structmeta v0.2.0 |
959 | 2024-02-15T04:14:02.753Z | Downloaded rtoolbox v0.0.1 |
960 | 2024-02-15T04:14:02.753Z | Downloaded rand v0.8.5 |
961 | 2024-02-15T04:14:02.753Z | Downloaded embedded-io v0.4.0 |
962 | 2024-02-15T04:14:02.753Z | Downloaded semver v0.1.20 |
963 | 2024-02-15T04:14:02.753Z | Downloaded syn v2.0.48 |
964 | 2024-02-15T04:14:02.753Z | Downloaded slab v0.4.9 |
965 | 2024-02-15T04:14:02.753Z | Downloaded prettyplease v0.2.16 |
966 | 2024-02-15T04:14:02.754Z | Downloaded getopts v0.2.21 |
967 | 2024-02-15T04:14:02.754Z | Downloaded steno v0.4.0 |
968 | 2024-02-15T04:14:02.754Z | Downloaded syn v1.0.109 |
969 | 2024-02-15T04:14:02.754Z | Downloaded zone_cfg_derive v0.3.0 |
970 | 2024-02-15T04:14:02.754Z | Downloaded sqlparser_derive v0.2.2 |
971 | 2024-02-15T04:14:02.754Z | Downloaded predicates-core v1.0.6 |
972 | 2024-02-15T04:14:02.754Z | Downloaded parking_lot v0.12.1 |
973 | 2024-02-15T04:14:02.754Z | Downloaded tracing v0.1.37 |
974 | 2024-02-15T04:14:02.754Z | Downloaded defmt-macros v0.3.6 |
975 | 2024-02-15T04:14:02.754Z | Downloaded fs-err v2.11.0 |
976 | 2024-02-15T04:14:02.754Z | Downloaded ppv-lite86 v0.2.17 |
977 | 2024-02-15T04:14:02.754Z | Downloaded toml_edit v0.19.15 |
978 | 2024-02-15T04:14:02.754Z | Downloaded tower-service v0.3.2 |
979 | 2024-02-15T04:14:02.754Z | Downloaded fxhash v0.2.1 |
980 | 2024-02-15T04:14:02.754Z | Downloaded futures-task v0.3.30 |
981 | 2024-02-15T04:14:02.754Z | Downloaded der v0.7.8 |
982 | 2024-02-15T04:14:02.754Z | Downloaded stringprep v0.1.3 |
983 | 2024-02-15T04:14:02.754Z | Downloaded defmt v0.3.5 |
984 | 2024-02-15T04:14:02.754Z | Downloaded elliptic-curve v0.13.8 |
985 | 2024-02-15T04:14:02.754Z | Downloaded hkdf v0.12.4 |
986 | 2024-02-15T04:14:02.754Z | Downloaded uuid v1.7.0 |
987 | 2024-02-15T04:14:02.754Z | Downloaded tiny-keccak v2.0.2 |
988 | 2024-02-15T04:14:02.773Z | Downloaded darling v0.20.3 |
989 | 2024-02-15T04:14:02.773Z | Downloaded curve25519-dalek-derive v0.1.0 |
990 | 2024-02-15T04:14:02.773Z | Downloaded utf8parse v0.2.1 |
991 | 2024-02-15T04:14:02.773Z | Downloaded clap v2.34.0 |
992 | 2024-02-15T04:14:02.773Z | Downloaded aho-corasick v1.0.4 |
993 | 2024-02-15T04:14:02.773Z | Downloaded peeking_take_while v0.1.2 |
994 | 2024-02-15T04:14:02.784Z | Downloaded percent-encoding v2.3.1 |
995 | 2024-02-15T04:14:02.784Z | Downloaded openssl-sys v0.9.96 |
996 | 2024-02-15T04:14:02.784Z | Downloaded quick-error v1.2.3 |
997 | 2024-02-15T04:14:02.784Z | Downloaded zerocopy-derive v0.7.32 |
998 | 2024-02-15T04:14:02.785Z | Downloaded headers-core v0.2.0 |
999 | 2024-02-15T04:14:02.795Z | Downloaded trust-dns-server v0.22.1 |
1000 | 2024-02-15T04:14:02.795Z | Downloaded num_threads v0.1.6 |
1001 | 2024-02-15T04:14:02.795Z | Downloaded ff v0.13.0 |
1002 | 2024-02-15T04:14:02.801Z | Downloaded pin-project-lite v0.2.13 |
1003 | 2024-02-15T04:14:02.801Z | Downloaded usdt-attr-macro v0.3.5 |
1004 | 2024-02-15T04:14:02.801Z | Downloaded regex-syntax v0.6.29 |
1005 | 2024-02-15T04:14:02.807Z | Downloaded number_prefix v0.4.0 |
1006 | 2024-02-15T04:14:02.812Z | Downloaded pin-project v1.1.3 |
1007 | 2024-02-15T04:14:02.818Z | Downloaded try-lock v0.2.4 |
1008 | 2024-02-15T04:14:02.824Z | Downloaded strum_macros v0.25.2 |
1009 | 2024-02-15T04:14:02.824Z | Downloaded pkcs8 v0.10.2 |
1010 | 2024-02-15T04:14:02.828Z | Downloaded thiserror-no-std v2.0.2 |
1011 | 2024-02-15T04:14:02.848Z | Downloaded siphasher v0.3.11 |
1012 | 2024-02-15T04:14:02.848Z | Downloaded signature v1.6.4 |
1013 | 2024-02-15T04:14:02.848Z | Downloaded pest_generator v2.7.6 |
1014 | 2024-02-15T04:14:02.862Z | Downloaded oso-derive v0.27.0 |
1015 | 2024-02-15T04:14:02.862Z | Downloaded signal-hook-mio v0.2.3 |
1016 | 2024-02-15T04:14:02.862Z | Downloaded ref-cast v1.0.20 |
1017 | 2024-02-15T04:14:02.862Z | Downloaded slog-json v2.6.1 |
1018 | 2024-02-15T04:14:02.862Z | Downloaded hash32 v0.2.1 |
1019 | 2024-02-15T04:14:02.862Z | Downloaded tokio-stream v0.1.14 |
1020 | 2024-02-15T04:14:02.863Z | Downloaded foreign-types v0.5.0 |
1021 | 2024-02-15T04:14:02.863Z | Downloaded foreign-types v0.3.2 |
1022 | 2024-02-15T04:14:02.863Z | Downloaded vec_map v0.8.2 |
1023 | 2024-02-15T04:14:02.863Z | Downloaded fd-lock v3.0.13 |
1024 | 2024-02-15T04:14:02.863Z | Downloaded futures-core v0.3.30 |
1025 | 2024-02-15T04:14:02.863Z | Downloaded snafu v0.7.5 |
1026 | 2024-02-15T04:14:02.863Z | Downloaded rustc_version v0.4.0 |
1027 | 2024-02-15T04:14:02.863Z | Downloaded foreign-types-shared v0.1.1 |
1028 | 2024-02-15T04:14:02.868Z | Downloaded fatfs v0.3.6 |
1029 | 2024-02-15T04:14:02.868Z | Downloaded flate2 v1.0.28 |
1030 | 2024-02-15T04:14:02.871Z | Downloaded radium v0.7.0 |
1031 | 2024-02-15T04:14:02.871Z | Downloaded data-encoding v2.4.0 |
1032 | 2024-02-15T04:14:02.875Z | Downloaded foreign-types-macros v0.2.3 |
1033 | 2024-02-15T04:14:02.875Z | Downloaded serde_spanned v0.6.5 |
1034 | 2024-02-15T04:14:02.879Z | Downloaded derive_more v0.99.17 |
1035 | 2024-02-15T04:14:02.882Z | Downloaded slog-dtrace v0.3.0 |
1036 | 2024-02-15T04:14:02.886Z | Downloaded tokio-macros v2.2.0 |
1037 | 2024-02-15T04:14:02.886Z | Downloaded phf v0.11.2 |
1038 | 2024-02-15T04:14:02.886Z | Downloaded serde_path_to_error v0.1.15 |
1039 | 2024-02-15T04:14:02.890Z | Downloaded fnv v1.0.7 |
1040 | 2024-02-15T04:14:02.890Z | Downloaded tokio-rustls v0.25.0 |
1041 | 2024-02-15T04:14:02.893Z | Downloaded tokio-rustls v0.24.1 |
1042 | 2024-02-15T04:14:02.893Z | Downloaded predicates-tree v1.0.9 |
1043 | 2024-02-15T04:14:02.896Z | Downloaded take_mut v0.2.2 |
1044 | 2024-02-15T04:14:02.897Z | Downloaded path-slash v0.1.5 |
1045 | 2024-02-15T04:14:02.897Z | Downloaded tinyvec_macros v0.1.1 |
1046 | 2024-02-15T04:14:02.902Z | Downloaded darling_macro v0.14.4 |
1047 | 2024-02-15T04:14:02.902Z | Downloaded usdt-attr-macro v0.5.0 |
1048 | 2024-02-15T04:14:02.902Z | Downloaded usdt-impl v0.3.5 |
1049 | 2024-02-15T04:14:02.902Z | Downloaded group v0.13.0 |
1050 | 2024-02-15T04:14:02.905Z | Downloaded sha1 v0.10.6 |
1051 | 2024-02-15T04:14:02.905Z | Downloaded usdt-impl v0.5.0 |
1052 | 2024-02-15T04:14:02.905Z | Downloaded unarray v0.1.4 |
1053 | 2024-02-15T04:14:02.905Z | Downloaded unicode-bidi v0.3.13 |
1054 | 2024-02-15T04:14:02.909Z | Downloaded unicode-ident v1.0.12 |
1055 | 2024-02-15T04:14:02.913Z | Downloaded fd-lock v4.0.2 |
1056 | 2024-02-15T04:14:02.916Z | Downloaded ucd-trie v0.1.6 |
1057 | 2024-02-15T04:14:02.916Z | Downloaded pkcs1 v0.7.5 |
1058 | 2024-02-15T04:14:02.921Z | Downloaded yasna v0.5.2 |
1059 | 2024-02-15T04:14:02.924Z | Downloaded subprocess v0.2.9 |
1060 | 2024-02-15T04:14:02.924Z | Downloaded slog-scope v4.4.0 |
1061 | 2024-02-15T04:14:02.938Z | Downloaded pem v3.0.2 |
1062 | 2024-02-15T04:14:02.938Z | Downloaded rcgen v0.12.1 |
1063 | 2024-02-15T04:14:02.943Z | Downloaded sha2 v0.10.8 |
1064 | 2024-02-15T04:14:02.943Z | Downloaded toml v0.8.9 |
1065 | 2024-02-15T04:14:02.943Z | Downloaded chrono v0.4.31 |
1066 | 2024-02-15T04:14:02.961Z | Downloaded quote v1.0.35 |
1067 | 2024-02-15T04:14:02.961Z | Downloaded pest_meta v2.7.6 |
1068 | 2024-02-15T04:14:02.966Z | Downloaded derive-where v1.2.7 |
1069 | 2024-02-15T04:14:02.966Z | Downloaded unicode_categories v0.1.1 |
1070 | 2024-02-15T04:14:02.966Z | Downloaded rayon-core v1.12.0 |
1071 | 2024-02-15T04:14:02.967Z | Downloaded parking_lot v0.11.2 |
1072 | 2024-02-15T04:14:02.967Z | Downloaded usdt-macro v0.3.5 |
1073 | 2024-02-15T04:14:02.967Z | Downloaded tap v1.0.1 |
1074 | 2024-02-15T04:14:02.967Z | Downloaded globset v0.4.13 |
1075 | 2024-02-15T04:14:02.973Z | Downloaded debug-ignore v1.0.5 |
1076 | 2024-02-15T04:14:02.973Z | Downloaded darling_core v0.20.3 |
1077 | 2024-02-15T04:14:02.981Z | Downloaded unicode-width v0.1.11 |
1078 | 2024-02-15T04:14:02.981Z | Downloaded thread-id v4.2.0 |
1079 | 2024-02-15T04:14:02.981Z | Downloaded smallvec v0.6.14 |
1080 | 2024-02-15T04:14:02.981Z | Downloaded strsim v0.8.0 |
1081 | 2024-02-15T04:14:02.990Z | Downloaded rustc-demangle v0.1.23 |
1082 | 2024-02-15T04:14:02.991Z | Downloaded flume v0.11.0 |
1083 | 2024-02-15T04:14:02.991Z | Downloaded glob v0.3.1 |
1084 | 2024-02-15T04:14:02.991Z | Downloaded ena v0.14.2 |
1085 | 2024-02-15T04:14:02.991Z | Downloaded oso v0.27.0 |
1086 | 2024-02-15T04:14:03.008Z | Downloaded structmeta v0.3.0 |
1087 | 2024-02-15T04:14:03.008Z | Downloaded rayon v1.8.0 |
1088 | 2024-02-15T04:14:03.018Z | Downloaded derive_builder_macro v0.12.0 |
1089 | 2024-02-15T04:14:03.018Z | Downloaded reedline v0.28.0 |
1090 | 2024-02-15T04:14:03.018Z | Downloaded hyper v0.14.27 |
1091 | 2024-02-15T04:14:03.025Z | Downloaded tokio-postgres v0.7.10 |
1092 | 2024-02-15T04:14:03.028Z | Downloaded time v0.3.27 |
1093 | 2024-02-15T04:14:03.035Z | Downloaded darling_core v0.14.4 |
1094 | 2024-02-15T04:14:03.040Z | Downloaded idna v0.2.3 |
1095 | 2024-02-15T04:14:03.048Z | Downloaded sqlparser v0.43.1 |
1096 | 2024-02-15T04:14:03.064Z | Downloaded postcard v1.0.8 |
1097 | 2024-02-15T04:14:03.071Z | Downloaded papergrid v0.11.0 |
1098 | 2024-02-15T04:14:03.071Z | Downloaded portable-atomic v1.4.3 |
1099 | 2024-02-15T04:14:03.071Z | Downloaded hashbrown v0.13.2 |
1100 | 2024-02-15T04:14:03.075Z | Downloaded tough v0.16.0 |
1101 | 2024-02-15T04:14:03.082Z | Downloaded regex-automata v0.4.4 |
1102 | 2024-02-15T04:14:03.102Z | Downloaded object v0.32.1 |
1103 | 2024-02-15T04:14:03.109Z | Downloaded object v0.30.4 |
1104 | 2024-02-15T04:14:03.121Z | Downloaded zerocopy v0.7.32 |
1105 | 2024-02-15T04:14:03.139Z | Downloaded smoltcp v0.9.1 |
1106 | 2024-02-15T04:14:03.150Z | Downloaded reqwest v0.11.22 |
1107 | 2024-02-15T04:14:03.160Z | Downloaded headers v0.3.9 |
1108 | 2024-02-15T04:14:03.166Z | Downloaded toml_edit v0.21.1 |
1109 | 2024-02-15T04:14:03.597Z | Downloaded encoding_rs v0.8.33 |
1110 | 2024-02-15T04:14:03.601Z | Downloaded h2 v0.3.24 |
1111 | 2024-02-15T04:14:03.601Z | Downloaded unicode-normalization v0.1.22 |
1112 | 2024-02-15T04:14:03.601Z | Downloaded rustls-webpki v0.102.1 |
1113 | 2024-02-15T04:14:03.601Z | Downloaded bstr v1.6.0 |
1114 | 2024-02-15T04:14:03.601Z | Downloaded idna v0.5.0 |
1115 | 2024-02-15T04:14:03.601Z | Downloaded regex-syntax v0.8.2 |
1116 | 2024-02-15T04:14:03.601Z | Downloaded lalrpop v0.19.12 |
1117 | 2024-02-15T04:14:03.601Z | Downloaded proptest v1.4.0 |
1118 | 2024-02-15T04:14:03.601Z | Downloaded hashbrown v0.14.2 |
1119 | 2024-02-15T04:14:03.601Z | Downloaded serde_json v1.0.113 |
1120 | 2024-02-15T04:14:03.601Z | Downloaded nix v0.27.1 |
1121 | 2024-02-15T04:14:03.602Z | Downloaded petgraph v0.6.4 |
1122 | 2024-02-15T04:14:03.602Z | Downloaded rustls v0.21.9 |
1123 | 2024-02-15T04:14:03.602Z | Downloaded tabled v0.15.0 |
1124 | 2024-02-15T04:14:03.602Z | Downloaded vcpkg v0.2.15 |
1125 | 2024-02-15T04:14:03.602Z | Downloaded openssl v0.10.60 |
1126 | 2024-02-15T04:14:03.602Z | Downloaded rustix v0.38.31 |
1127 | 2024-02-15T04:14:03.602Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1128 | 2024-02-15T04:14:03.602Z | Downloaded diesel v2.1.4 |
1129 | 2024-02-15T04:14:03.602Z | Downloaded regex v1.10.3 |
1130 | 2024-02-15T04:14:03.602Z | Downloaded curve25519-dalek v4.1.1 |
1131 | 2024-02-15T04:14:03.602Z | Downloaded radix_trie v0.2.1 |
1132 | 2024-02-15T04:14:03.602Z | Downloaded smoltcp v0.11.0 |
1133 | 2024-02-15T04:14:03.602Z | Downloaded ratatui v0.26.1 |
1134 | 2024-02-15T04:14:03.602Z | Downloaded rustls v0.22.2 |
1135 | 2024-02-15T04:14:03.602Z | Downloaded openapiv3 v2.0.0 |
1136 | 2024-02-15T04:14:03.602Z | Downloaded futures-util v0.3.30 |
1137 | 2024-02-15T04:14:03.602Z | Downloaded regress v0.7.1 |
1138 | 2024-02-15T04:14:03.602Z | Downloaded owo-colors v4.0.0 |
1139 | 2024-02-15T04:14:03.602Z | Downloaded serde_with v3.6.0 |
1140 | 2024-02-15T04:14:03.602Z | Downloaded pkg-config v0.3.27 |
1141 | 2024-02-15T04:14:03.602Z | Downloaded once_cell v1.19.0 |
1142 | 2024-02-15T04:14:03.602Z | Downloaded tungstenite v0.20.1 |
1143 | 2024-02-15T04:14:03.602Z | Downloaded zerocopy-derive v0.2.0 |
1144 | 2024-02-15T04:14:03.602Z | Downloaded tabled_derive v0.7.0 |
1145 | 2024-02-15T04:14:03.603Z | Downloaded semver v1.0.21 |
1146 | 2024-02-15T04:14:03.603Z | Downloaded semver-parser v0.10.2 |
1147 | 2024-02-15T04:14:03.603Z | Downloaded rustc-hash v1.1.0 |
1148 | 2024-02-15T04:14:03.603Z | Downloaded typed-path v0.7.0 |
1149 | 2024-02-15T04:14:03.603Z | Downloaded sled v0.34.7 |
1150 | 2024-02-15T04:14:03.603Z | Downloaded postgres-types v0.2.6 |
1151 | 2024-02-15T04:14:03.603Z | Downloaded serde_derive_internals v0.26.0 |
1152 | 2024-02-15T04:14:03.603Z | Downloaded zerocopy v0.6.4 |
1153 | 2024-02-15T04:14:03.603Z | Downloaded pin-utils v0.1.0 |
1154 | 2024-02-15T04:14:03.603Z | Downloaded pem-rfc7468 v0.7.0 |
1155 | 2024-02-15T04:14:03.606Z | Downloaded serde_tokenstream v0.1.7 |
1156 | 2024-02-15T04:14:03.607Z | Downloaded serde_plain v1.0.2 |
1157 | 2024-02-15T04:14:03.607Z | Downloaded unicase v2.7.0 |
1158 | 2024-02-15T04:14:03.610Z | Downloaded rustyline v13.0.0 |
1159 | 2024-02-15T04:14:03.614Z | Downloaded derive_builder_core v0.12.0 |
1160 | 2024-02-15T04:14:03.620Z | Downloaded foreign-types-shared v0.3.1 |
1161 | 2024-02-15T04:14:03.620Z | Downloaded serde_repr v0.1.16 |
1162 | 2024-02-15T04:14:03.620Z | Downloaded pest v2.7.6 |
1163 | 2024-02-15T04:14:03.632Z | Downloaded rustls-webpki v0.101.7 |
1164 | 2024-02-15T04:14:03.635Z | Downloaded zerocopy-derive v0.6.4 |
1165 | 2024-02-15T04:14:03.646Z | Downloaded regex-automata v0.3.8 |
1166 | 2024-02-15T04:14:03.666Z | Downloaded libc v0.2.153 |
1167 | 2024-02-15T04:14:04.158Z | Downloaded tokio v1.36.0 |
1168 | 2024-02-15T04:14:04.186Z | Downloaded sha3 v0.10.8 |
1169 | 2024-02-15T04:14:04.186Z | Downloaded csv v1.3.0 |
1170 | 2024-02-15T04:14:04.186Z | Downloaded rsa v0.9.2 |
1171 | 2024-02-15T04:14:04.186Z | Downloaded rustfmt-wrapper v0.2.0 |
1172 | 2024-02-15T04:14:04.187Z | Downloaded ref-cast-impl v1.0.20 |
1173 | 2024-02-15T04:14:04.187Z | Downloaded ron v0.8.1 |
1174 | 2024-02-15T04:14:04.187Z | Downloaded hex v0.4.3 |
1175 | 2024-02-15T04:14:04.187Z | Downloaded toolchain_find v0.2.0 |
1176 | 2024-02-15T04:14:04.187Z | Downloaded unicode-linebreak v0.1.5 |
1177 | 2024-02-15T04:14:04.187Z | Downloaded itertools v0.12.1 |
1178 | 2024-02-15T04:14:04.187Z | Downloaded olpc-cjson v0.1.3 |
1179 | 2024-02-15T04:14:04.187Z | Downloaded generic-array v0.14.7 |
1180 | 2024-02-15T04:14:04.187Z | Downloaded tui-tree-widget v0.17.0 |
1181 | 2024-02-15T04:14:04.187Z | Downloaded hash32 v0.3.1 |
1182 | 2024-02-15T04:14:04.188Z | Downloaded zone v0.3.0 |
1183 | 2024-02-15T04:14:04.188Z | Downloaded futures-io v0.3.30 |
1184 | 2024-02-15T04:14:04.188Z | Downloaded float-cmp v0.9.0 |
1185 | 2024-02-15T04:14:04.188Z | Downloaded half v2.3.1 |
1186 | 2024-02-15T04:14:04.188Z | Downloaded filetime v0.2.23 |
1187 | 2024-02-15T04:14:04.188Z | Downloaded regex-automata v0.1.10 |
1188 | 2024-02-15T04:14:04.188Z | Downloaded pin-project-internal v1.1.3 |
1189 | 2024-02-15T04:14:04.188Z | Downloaded phf_shared v0.10.0 |
1190 | 2024-02-15T04:14:04.188Z | Downloaded unicode-segmentation v1.10.1 |
1191 | 2024-02-15T04:14:04.188Z | Downloaded version_check v0.9.4 |
1192 | 2024-02-15T04:14:04.188Z | Downloaded rustls-pemfile v2.0.0 |
1193 | 2024-02-15T04:14:04.188Z | Downloaded libxml v0.3.3 |
1194 | 2024-02-15T04:14:04.188Z | Downloaded slog-envlogger v2.2.0 |
1195 | 2024-02-15T04:14:04.188Z | Downloaded slog v2.7.0 |
1196 | 2024-02-15T04:14:04.189Z | Downloaded zerocopy v0.3.0 |
1197 | 2024-02-15T04:14:04.189Z | Downloaded signal-hook-tokio v0.3.1 |
1198 | 2024-02-15T04:14:04.189Z | Downloaded shell-words v1.1.0 |
1199 | 2024-02-15T04:14:04.189Z | Downloaded password-hash v0.5.0 |
1200 | 2024-02-15T04:14:04.189Z | Downloaded typenum v1.16.0 |
1201 | 2024-02-15T04:14:04.189Z | Downloaded time-core v0.1.1 |
1202 | 2024-02-15T04:14:04.189Z | Downloaded static_assertions v1.1.0 |
1203 | 2024-02-15T04:14:04.189Z | Downloaded r2d2 v0.8.10 |
1204 | 2024-02-15T04:14:04.189Z | Downloaded stability v0.1.1 |
1205 | 2024-02-15T04:14:04.189Z | Downloaded libm v0.2.7 |
1206 | 2024-02-15T04:14:04.189Z | Downloaded zip v0.6.6 |
1207 | 2024-02-15T04:14:04.189Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1208 | 2024-02-15T04:14:04.189Z | Downloaded getrandom v0.2.10 |
1209 | 2024-02-15T04:14:04.189Z | Downloaded gethostname v0.4.3 |
1210 | 2024-02-15T04:14:04.190Z | Downloaded hashbrown v0.12.3 |
1211 | 2024-02-15T04:14:04.190Z | Downloaded bitvec v1.0.1 |
1212 | 2024-02-15T04:14:04.190Z | Downloaded toml_datetime v0.6.5 |
1213 | 2024-02-15T04:14:04.190Z | Downloaded universal-hash v0.5.1 |
1214 | 2024-02-15T04:14:04.190Z | Downloaded rustversion v1.0.14 |
1215 | 2024-02-15T04:14:04.190Z | Downloaded paste v1.0.14 |
1216 | 2024-02-15T04:14:04.190Z | Downloaded itertools v0.10.5 |
1217 | 2024-02-15T04:14:04.190Z | Downloaded form_urlencoded v1.2.1 |
1218 | 2024-02-15T04:14:04.190Z | Downloaded unicode-xid v0.2.4 |
1219 | 2024-02-15T04:14:04.190Z | Downloaded semver v0.11.0 |
1220 | 2024-02-15T04:14:04.190Z | Downloaded rustls-pki-types v1.1.0 |
1221 | 2024-02-15T04:14:04.190Z | Downloaded parking_lot_core v0.8.6 |
1222 | 2024-02-15T04:14:04.190Z | Downloaded strum_macros v0.26.1 |
1223 | 2024-02-15T04:14:04.190Z | Downloaded smf v0.2.2 |
1224 | 2024-02-15T04:14:04.191Z | Downloaded sct v0.7.0 |
1225 | 2024-02-15T04:14:04.191Z | Downloaded proc-macro-error v1.0.4 |
1226 | 2024-02-15T04:14:04.191Z | Downloaded http v1.0.0 |
1227 | 2024-02-15T04:14:04.191Z | Downloaded flagset v0.4.3 |
1228 | 2024-02-15T04:14:04.191Z | Downloaded x509-cert v0.2.4 |
1229 | 2024-02-15T04:14:04.191Z | Downloaded wyz v0.5.1 |
1230 | 2024-02-15T04:14:04.191Z | Downloaded strsim v0.10.0 |
1231 | 2024-02-15T04:14:04.191Z | Downloaded openssl-probe v0.1.5 |
1232 | 2024-02-15T04:14:04.191Z | Downloaded postgres-protocol v0.6.6 |
1233 | 2024-02-15T04:14:04.191Z | Downloaded phf_shared v0.11.2 |
1234 | 2024-02-15T04:14:04.191Z | Downloaded trust-dns-resolver v0.22.0 |
1235 | 2024-02-15T04:14:04.191Z | Downloaded memchr v2.6.3 |
1236 | 2024-02-15T04:14:04.192Z | Downloaded rpassword v7.3.1 |
1237 | 2024-02-15T04:14:04.192Z | Downloaded wait-timeout v0.2.0 |
1238 | 2024-02-15T04:14:04.192Z | Downloaded textwrap v0.11.0 |
1239 | 2024-02-15T04:14:04.192Z | Downloaded proc-macro-error-attr v1.0.4 |
1240 | 2024-02-15T04:14:04.192Z | Downloaded display-error-chain v0.2.0 |
1241 | 2024-02-15T04:14:04.192Z | Downloaded ryu v1.0.15 |
1242 | 2024-02-15T04:14:04.192Z | Downloaded indexmap v2.2.2 |
1243 | 2024-02-15T04:14:04.192Z | Downloaded predicates v3.1.0 |
1244 | 2024-02-15T04:14:04.192Z | Downloaded precomputed-hash v0.1.1 |
1245 | 2024-02-15T04:14:04.192Z | Downloaded serde_urlencoded v0.7.1 |
1246 | 2024-02-15T04:14:04.193Z | Downloaded fragile v2.0.0 |
1247 | 2024-02-15T04:14:04.193Z | Downloaded swrite v0.1.0 |
1248 | 2024-02-15T04:14:04.193Z | Downloaded packed_struct v0.10.1 |
1249 | 2024-02-15T04:14:04.193Z | Downloaded terminal_size v0.2.6 |
1250 | 2024-02-15T04:14:04.193Z | Downloaded proc-macro-crate v1.3.1 |
1251 | 2024-02-15T04:14:04.193Z | Downloaded toml v0.7.8 |
1252 | 2024-02-15T04:14:04.193Z | Downloaded structopt v0.3.26 |
1253 | 2024-02-15T04:14:04.193Z | Downloaded socket2 v0.5.5 |
1254 | 2024-02-15T04:14:04.193Z | Downloaded socket2 v0.4.9 |
1255 | 2024-02-15T04:14:04.194Z | Downloaded tracing-core v0.1.31 |
1256 | 2024-02-15T04:14:04.194Z | Downloaded supports-color v2.1.0 |
1257 | 2024-02-15T04:14:04.194Z | Downloaded either v1.9.0 |
1258 | 2024-02-15T04:14:04.194Z | Downloaded futures-channel v0.3.30 |
1259 | 2024-02-15T04:14:04.194Z | Downloaded funty v2.0.0 |
1260 | 2024-02-15T04:14:04.194Z | Downloaded tempfile v3.10.0 |
1261 | 2024-02-15T04:14:04.194Z | Downloaded resolv-conf v0.7.0 |
1262 | 2024-02-15T04:14:04.194Z | Downloaded trust-dns-proto v0.22.0 |
1263 | 2024-02-15T04:14:04.194Z | Downloaded crossterm v0.27.0 |
1264 | 2024-02-15T04:14:04.194Z | Downloaded futures-executor v0.3.30 |
1265 | 2024-02-15T04:14:04.194Z | Downloaded webpki-roots v0.25.2 |
1266 | 2024-02-15T04:14:04.194Z | Downloaded test-strategy v0.3.1 |
1267 | 2024-02-15T04:14:04.194Z | Downloaded goblin v0.8.0 |
1268 | 2024-02-15T04:14:04.206Z | Downloaded ipnet v2.9.0 |
1269 | 2024-02-15T04:14:04.206Z | Downloaded time-macros v0.2.13 |
1270 | 2024-02-15T04:14:04.206Z | Downloaded poly1305 v0.8.0 |
1271 | 2024-02-15T04:14:04.206Z | Downloaded heapless v0.8.0 |
1272 | 2024-02-15T04:14:04.206Z | Downloaded tokio-util v0.7.10 |
1273 | 2024-02-15T04:14:04.206Z | Downloaded tar v0.4.40 |
1274 | 2024-02-15T04:14:04.207Z | Downloaded salty v0.2.0 |
1275 | 2024-02-15T04:14:04.207Z | Downloaded ed25519 v1.5.3 |
1276 | 2024-02-15T04:14:04.207Z | Downloaded vte v0.11.1 |
1277 | 2024-02-15T04:14:04.207Z | Downloaded packed_struct_codegen v0.10.1 |
1278 | 2024-02-15T04:14:04.207Z | Downloaded tokio-tungstenite v0.20.1 |
1279 | 2024-02-15T04:14:04.207Z | Downloaded similar v2.3.0 |
1280 | 2024-02-15T04:14:04.207Z | Downloaded dirs-sys-next v0.1.2 |
1281 | 2024-02-15T04:14:04.207Z | Downloaded structmeta-derive v0.3.0 |
1282 | 2024-02-15T04:14:04.207Z | Downloaded structopt-derive v0.4.18 |
1283 | 2024-02-15T04:14:04.208Z | Downloaded rand_core v0.6.4 |
1284 | 2024-02-15T04:14:04.208Z | Downloaded futures-macro v0.3.30 |
1285 | 2024-02-15T04:14:04.208Z | Downloaded fastrand v2.0.1 |
1286 | 2024-02-15T04:14:04.208Z | Downloaded macaddr v1.0.1 |
1287 | 2024-02-15T04:14:04.208Z | Downloaded clap_builder v4.4.2 |
1288 | 2024-02-15T04:14:04.208Z | Downloaded keccak v0.1.4 |
1289 | 2024-02-15T04:14:04.208Z | Downloaded usdt v0.3.5 |
1290 | 2024-02-15T04:14:04.208Z | Downloaded darling v0.14.4 |
1291 | 2024-02-15T04:14:04.208Z | Downloaded io-lifetimes v1.0.11 |
1292 | 2024-02-15T04:14:04.208Z | Downloaded parse-display-derive v0.9.0 |
1293 | 2024-02-15T04:14:04.208Z | Downloaded walkdir v2.4.0 |
1294 | 2024-02-15T04:14:04.208Z | Downloaded signature v2.1.0 |
1295 | 2024-02-15T04:14:04.208Z | Downloaded inout v0.1.3 |
1296 | 2024-02-15T04:14:04.208Z | Downloaded crossbeam-channel v0.5.8 |
1297 | 2024-02-15T04:14:04.208Z | Downloaded equivalent v1.0.1 |
1298 | 2024-02-15T04:14:04.208Z | Downloaded dof v0.3.0 |
1299 | 2024-02-15T04:14:04.208Z | Downloaded dirs-next v2.0.0 |
1300 | 2024-02-15T04:14:04.209Z | Downloaded untrusted v0.9.0 |
1301 | 2024-02-15T04:14:04.209Z | Downloaded hyper-tls v0.5.0 |
1302 | 2024-02-15T04:14:04.209Z | Downloaded num_cpus v1.16.0 |
1303 | 2024-02-15T04:14:04.209Z | Downloaded hyper-staticfile v0.9.5 |
1304 | 2024-02-15T04:14:04.209Z | Downloaded darling_macro v0.20.3 |
1305 | 2024-02-15T04:14:04.209Z | Downloaded crypto-bigint v0.5.2 |
1306 | 2024-02-15T04:14:04.209Z | Downloaded rustls-pemfile v1.0.3 |
1307 | 2024-02-15T04:14:04.209Z | Downloaded num v0.4.1 |
1308 | 2024-02-15T04:14:04.209Z | Downloaded termios v0.3.3 |
1309 | 2024-02-15T04:14:04.209Z | Downloaded secrecy v0.8.0 |
1310 | 2024-02-15T04:14:04.209Z | Downloaded same-file v1.0.6 |
1311 | 2024-02-15T04:14:04.209Z | Downloaded multimap v0.8.3 |
1312 | 2024-02-15T04:14:04.209Z | Downloaded indexmap v1.9.3 |
1313 | 2024-02-15T04:14:04.209Z | Downloaded multer v3.0.0 |
1314 | 2024-02-15T04:14:04.209Z | Downloaded memoffset v0.7.1 |
1315 | 2024-02-15T04:14:04.209Z | Downloaded url v2.5.0 |
1316 | 2024-02-15T04:14:04.209Z | Downloaded untrusted v0.7.1 |
1317 | 2024-02-15T04:14:04.209Z | Downloaded thread_local v1.1.7 |
1318 | 2024-02-15T04:14:04.210Z | Downloaded mime_guess v2.0.4 |
1319 | 2024-02-15T04:14:04.210Z | Downloaded memoffset v0.9.0 |
1320 | 2024-02-15T04:14:04.210Z | Downloaded md-5 v0.10.5 |
1321 | 2024-02-15T04:14:04.210Z | Downloaded memmap2 v0.7.1 |
1322 | 2024-02-15T04:14:04.210Z | Downloaded crossbeam-utils v0.8.16 |
1323 | 2024-02-15T04:14:04.210Z | Downloaded crc-any v2.4.3 |
1324 | 2024-02-15T04:14:04.210Z | Downloaded serde-big-array v0.5.1 |
1325 | 2024-02-15T04:14:04.210Z | Downloaded mockall_derive v0.12.0 |
1326 | 2024-02-15T04:14:04.210Z | Downloaded crc32fast v1.3.2 |
1327 | 2024-02-15T04:14:04.210Z | Downloaded maybe-uninit v2.0.0 |
1328 | 2024-02-15T04:14:04.210Z | Downloaded lru-cache v0.1.2 |
1329 | 2024-02-15T04:14:04.210Z | Downloaded itoa v1.0.9 |
1330 | 2024-02-15T04:14:04.210Z | Downloaded scroll v0.12.0 |
1331 | 2024-02-15T04:14:04.210Z | Downloaded num-derive v0.4.0 |
1332 | 2024-02-15T04:14:04.210Z | Downloaded ring v0.17.7 |
1333 | 2024-02-15T04:14:04.210Z | Downloaded normalize-line-endings v0.3.0 |
1334 | 2024-02-15T04:14:04.211Z | Downloaded crossbeam-epoch v0.9.15 |
1335 | 2024-02-15T04:14:04.211Z | Downloaded argon2 v0.5.3 |
1336 | 2024-02-15T04:14:04.211Z | Downloaded anstyle-parse v0.2.1 |
1337 | 2024-02-15T04:14:04.211Z | Downloaded subtle v2.5.0 |
1338 | 2024-02-15T04:14:04.211Z | Downloaded strum v0.26.1 |
1339 | 2024-02-15T04:14:04.211Z | Downloaded slog-bunyan v2.5.0 |
1340 | 2024-02-15T04:14:04.211Z | Downloaded slog-async v2.8.0 |
1341 | 2024-02-15T04:14:04.211Z | Downloaded num-rational v0.4.1 |
1342 | 2024-02-15T04:14:04.211Z | Downloaded httparse v1.8.0 |
1343 | 2024-02-15T04:14:04.211Z | Downloaded http-body v0.4.5 |
1344 | 2024-02-15T04:14:04.211Z | Downloaded stable_deref_trait v1.2.0 |
1345 | 2024-02-15T04:14:04.211Z | Downloaded slog-term v2.9.0 |
1346 | 2024-02-15T04:14:04.211Z | Downloaded memmap v0.7.0 |
1347 | 2024-02-15T04:14:04.211Z | Downloaded lru v0.12.1 |
1348 | 2024-02-15T04:14:04.211Z | Downloaded linked-hash-map v0.5.6 |
1349 | 2024-02-15T04:14:04.211Z | Downloaded home v0.5.5 |
1350 | 2024-02-15T04:14:04.211Z | Downloaded cobs v0.2.3 |
1351 | 2024-02-15T04:14:04.212Z | Downloaded spki v0.7.2 |
1352 | 2024-02-15T04:14:04.212Z | Downloaded signal-hook v0.3.17 |
1353 | 2024-02-15T04:14:04.217Z | Downloaded num-bigint-dig v0.8.4 |
1354 | 2024-02-15T04:14:04.217Z | Downloaded cookie v0.18.0 |
1355 | 2024-02-15T04:14:04.217Z | Downloaded compact_str v0.7.1 |
1356 | 2024-02-15T04:14:04.217Z | Downloaded ring v0.16.20 |
1357 | 2024-02-15T04:14:04.295Z | Downloaded serde-hex v0.1.0 |
1358 | 2024-02-15T04:14:04.299Z | Downloaded num-iter v0.1.43 |
1359 | 2024-02-15T04:14:04.299Z | Downloaded num-complex v0.4.4 |
1360 | 2024-02-15T04:14:04.302Z | Downloaded impl-trait-for-tuples v0.2.2 |
1361 | 2024-02-15T04:14:04.302Z | Downloaded const-oid v0.9.5 |
1362 | 2024-02-15T04:14:04.306Z | Downloaded iana-time-zone v0.1.57 |
1363 | 2024-02-15T04:14:04.306Z | Downloaded httpdate v1.0.3 |
1364 | 2024-02-15T04:14:04.309Z | Downloaded hostname v0.3.1 |
1365 | 2024-02-15T04:14:04.310Z | Downloaded chacha20poly1305 v0.10.1 |
1366 | 2024-02-15T04:14:04.310Z | Downloaded autocfg v1.1.0 |
1367 | 2024-02-15T04:14:04.313Z | Downloaded serde_derive v1.0.196 |
1368 | 2024-02-15T04:14:04.313Z | Downloaded hubpack v0.1.2 |
1369 | 2024-02-15T04:14:04.316Z | Downloaded aead v0.5.2 |
1370 | 2024-02-15T04:14:04.316Z | Downloaded adler v1.0.2 |
1371 | 2024-02-15T04:14:04.316Z | Downloaded ident_case v1.0.1 |
1372 | 2024-02-15T04:14:04.321Z | Downloaded anstyle v1.0.2 |
1373 | 2024-02-15T04:14:04.321Z | Downloaded atomic-waker v1.1.1 |
1374 | 2024-02-15T04:14:04.321Z | Downloaded slog-stdlog v4.1.1 |
1375 | 2024-02-15T04:14:04.327Z | Downloaded sec1 v0.7.3 |
1376 | 2024-02-15T04:14:04.327Z | Downloaded nom v7.1.3 |
1377 | 2024-02-15T04:14:04.330Z | Downloaded csv-core v0.1.11 |
1378 | 2024-02-15T04:14:04.330Z | Downloaded array-init v0.0.4 |
1379 | 2024-02-15T04:14:04.331Z | Downloaded cc v1.0.83 |
1380 | 2024-02-15T04:14:04.334Z | Downloaded new_debug_unreachable v1.0.4 |
1381 | 2024-02-15T04:14:04.334Z | Downloaded crunchy v0.2.2 |
1382 | 2024-02-15T04:14:04.334Z | Downloaded crucible-workspace-hack v0.1.0 |
1383 | 2024-02-15T04:14:04.334Z | Downloaded colorchoice v1.0.0 |
1384 | 2024-02-15T04:14:04.334Z | Downloaded assert_matches v1.5.0 |
1385 | 2024-02-15T04:14:04.337Z | Downloaded anstream v0.5.0 |
1386 | 2024-02-15T04:14:04.337Z | Downloaded native-tls v0.2.11 |
1387 | 2024-02-15T04:14:04.344Z | Downloaded highway v1.1.0 |
1388 | 2024-02-15T04:14:04.344Z | Downloaded console v0.15.8 |
1389 | 2024-02-15T04:14:04.348Z | Downloaded camino-tempfile v1.1.1 |
1390 | 2024-02-15T04:14:04.348Z | Downloaded backoff v0.4.0 |
1391 | 2024-02-15T04:14:04.348Z | Downloaded backtrace v0.3.69 |
1392 | 2024-02-15T04:14:04.352Z | Downloaded ciborium v0.2.2 |
1393 | 2024-02-15T04:14:04.356Z | Downloaded bytecount v0.6.3 |
1394 | 2024-02-15T04:14:04.730Z | Compiling proc-macro2 v1.0.78 |
1395 | 2024-02-15T04:14:04.730Z | Compiling unicode-ident v1.0.12 |
1396 | 2024-02-15T04:14:04.745Z | Compiling libc v0.2.153 |
1397 | 2024-02-15T04:14:04.745Z | Compiling serde v1.0.196 |
1398 | 2024-02-15T04:14:04.745Z | Compiling autocfg v1.1.0 |
1399 | 2024-02-15T04:14:04.745Z | Compiling version_check v0.9.4 |
1400 | 2024-02-15T04:14:04.746Z | Compiling cfg-if v1.0.0 |
1401 | 2024-02-15T04:14:04.905Z | Compiling once_cell v1.19.0 |
1402 | 2024-02-15T04:14:04.905Z | Compiling syn v1.0.109 |
1403 | 2024-02-15T04:14:04.969Z | Compiling byteorder v1.5.0 |
1404 | 2024-02-15T04:14:05.281Z | Compiling memchr v2.6.3 |
1405 | 2024-02-15T04:14:05.358Z | Compiling parking_lot_core v0.9.8 |
1406 | 2024-02-15T04:14:05.371Z | Compiling ahash v0.8.7 |
1407 | 2024-02-15T04:14:05.395Z | Compiling lock_api v0.4.10 |
1408 | 2024-02-15T04:14:06.015Z | Compiling libm v0.2.7 |
1409 | 2024-02-15T04:14:06.023Z | Compiling serde_json v1.0.113 |
1410 | 2024-02-15T04:14:06.023Z | Compiling num-traits v0.2.16 |
1411 | 2024-02-15T04:14:06.562Z | Compiling thiserror v1.0.56 |
1412 | 2024-02-15T04:14:06.606Z | Compiling scopeguard v1.2.0 |
1413 | 2024-02-15T04:14:06.606Z | Compiling typenum v1.16.0 |
1414 | 2024-02-15T04:14:06.606Z | Compiling generic-array v0.14.7 |
1415 | 2024-02-15T04:14:06.825Z | Compiling itoa v1.0.9 |
1416 | 2024-02-15T04:14:07.041Z | Compiling quote v1.0.35 |
1417 | 2024-02-15T04:14:07.198Z | Compiling log v0.4.20 |
1418 | 2024-02-15T04:14:07.390Z | Compiling cc v1.0.83 |
1419 | 2024-02-15T04:14:07.409Z | Compiling syn v2.0.48 |
1420 | 2024-02-15T04:14:07.732Z | Compiling getrandom v0.2.10 |
1421 | 2024-02-15T04:14:08.148Z | Compiling pkg-config v0.3.27 |
1422 | 2024-02-15T04:14:08.338Z | Compiling slab v0.4.9 |
1423 | 2024-02-15T04:14:08.698Z | Compiling ryu v1.0.15 |
1424 | 2024-02-15T04:14:08.811Z | Compiling heck v0.4.1 |
1425 | 2024-02-15T04:14:09.081Z | Compiling allocator-api2 v0.2.16 |
1426 | 2024-02-15T04:14:09.247Z | Compiling pin-project-lite v0.2.13 |
1427 | 2024-02-15T04:14:09.288Z | Compiling smallvec v1.13.1 |
1428 | 2024-02-15T04:14:09.360Z | Compiling equivalent v1.0.1 |
1429 | 2024-02-15T04:14:09.414Z | Compiling schemars v0.8.16 |
1430 | 2024-02-15T04:14:09.474Z | Compiling vcpkg v0.2.15 |
1431 | 2024-02-15T04:14:10.088Z | Compiling ring v0.17.7 |
1432 | 2024-02-15T04:14:10.667Z | Compiling parking_lot v0.12.1 |
1433 | 2024-02-15T04:14:10.821Z | Compiling signal-hook-registry v1.4.1 |
1434 | 2024-02-15T04:14:11.315Z | Compiling openssl-sys v0.9.96 |
1435 | 2024-02-15T04:14:12.235Z | Compiling rand_core v0.6.4 |
1436 | 2024-02-15T04:14:12.438Z | Compiling mio v0.8.9 |
1437 | 2024-02-15T04:14:13.396Z | Compiling ring v0.16.20 |
1438 | 2024-02-15T04:14:14.179Z | Compiling socket2 v0.5.5 |
1439 | 2024-02-15T04:14:14.386Z | Compiling num_cpus v1.16.0 |
1440 | 2024-02-15T04:14:14.541Z | Compiling httparse v1.8.0 |
1441 | 2024-02-15T04:14:14.547Z | Compiling ucd-trie v0.1.6 |
1442 | 2024-02-15T04:14:14.571Z | Compiling futures-core v0.3.30 |
1443 | 2024-02-15T04:14:14.837Z | Compiling spin v0.5.2 |
1444 | 2024-02-15T04:14:14.865Z | Compiling semver v1.0.21 |
1445 | 2024-02-15T04:14:14.950Z | Compiling crossbeam-utils v0.8.16 |
1446 | 2024-02-15T04:14:15.025Z | Compiling fnv v1.0.7 |
1447 | 2024-02-15T04:14:15.086Z | Compiling openssl v0.10.60 |
1448 | 2024-02-15T04:14:15.159Z | Compiling serde_derive_internals v0.26.0 |
1449 | 2024-02-15T04:14:15.509Z | Compiling iana-time-zone v0.1.57 |
1450 | 2024-02-15T04:14:15.863Z | Compiling const-oid v0.9.5 |
1451 | 2024-02-15T04:14:16.007Z | Compiling subtle v2.5.0 |
1452 | 2024-02-15T04:14:16.296Z | Compiling native-tls v0.2.11 |
1453 | 2024-02-15T04:14:16.483Z | Compiling rustls v0.21.9 |
1454 | 2024-02-15T04:14:16.597Z | Compiling unicode-xid v0.2.4 |
1455 | 2024-02-15T04:14:16.755Z | Compiling synstructure v0.12.6 |
1456 | 2024-02-15T04:14:16.875Z | Compiling spin v0.9.8 |
1457 | 2024-02-15T04:14:16.887Z | Compiling memoffset v0.9.0 |
1458 | 2024-02-15T04:14:17.457Z | Compiling futures-sink v0.3.30 |
1459 | 2024-02-15T04:14:17.493Z | Compiling io-lifetimes v1.0.11 |
1460 | 2024-02-15T04:14:17.799Z | Compiling backtrace v0.3.69 |
1461 | 2024-02-15T04:14:17.971Z | Compiling tinyvec_macros v0.1.1 |
1462 | 2024-02-15T04:14:18.043Z | Compiling rustversion v1.0.14 |
1463 | 2024-02-15T04:14:18.058Z | Compiling rustix v0.38.31 |
1464 | 2024-02-15T04:14:18.082Z | Compiling dyn-clone v1.0.16 |
1465 | 2024-02-15T04:14:18.263Z | Compiling winnow v0.5.15 |
1466 | 2024-02-15T04:14:18.400Z | Compiling tinyvec v1.6.0 |
1467 | 2024-02-15T04:14:18.623Z | Compiling futures-channel v0.3.30 |
1468 | 2024-02-15T04:14:18.850Z | Compiling tracing-core v0.1.31 |
1469 | 2024-02-15T04:14:19.064Z | Compiling crossbeam-epoch v0.9.15 |
1470 | 2024-02-15T04:14:19.113Z | Compiling num-integer v0.1.45 |
1471 | 2024-02-15T04:14:19.406Z | Compiling pin-utils v0.1.0 |
1472 | 2024-02-15T04:14:19.487Z | Compiling futures-task v0.3.30 |
1473 | 2024-02-15T04:14:19.755Z | Compiling rustix v0.37.23 |
1474 | 2024-02-15T04:14:20.074Z | Compiling futures-io v0.3.30 |
1475 | 2024-02-15T04:14:20.406Z | Compiling slog v2.7.0 |
1476 | 2024-02-15T04:14:20.423Z | Compiling serde_derive v1.0.196 |
1477 | 2024-02-15T04:14:20.674Z | Compiling zerocopy-derive v0.7.32 |
1478 | 2024-02-15T04:14:20.784Z | Compiling zeroize_derive v1.4.2 |
1479 | 2024-02-15T04:14:20.843Z | Compiling thiserror-impl v1.0.56 |
1480 | 2024-02-15T04:14:21.437Z | Compiling tokio-macros v2.2.0 |
1481 | 2024-02-15T04:14:21.570Z | Compiling futures-macro v0.3.30 |
1482 | 2024-02-15T04:14:21.658Z | Compiling tracing-attributes v0.1.26 |
1483 | 2024-02-15T04:14:22.269Z | Compiling zeroize v1.7.0 |
1484 | 2024-02-15T04:14:22.662Z | Compiling schemars_derive v0.8.16 |
1485 | 2024-02-15T04:14:22.716Z | Compiling zerocopy v0.7.32 |
1486 | 2024-02-15T04:14:23.929Z | Compiling pest v2.7.6 |
1487 | 2024-02-15T04:14:25.027Z | Compiling hashbrown v0.14.2 |
1488 | 2024-02-15T04:14:25.339Z | Compiling openssl-macros v0.1.1 |
1489 | 2024-02-15T04:14:25.736Z | Compiling zerocopy-derive v0.2.0 |
1490 | 2024-02-15T04:14:26.080Z | Compiling crypto-common v0.1.6 |
1491 | 2024-02-15T04:14:26.287Z | Compiling pest_meta v2.7.6 |
1492 | 2024-02-15T04:14:26.373Z | Compiling der_derive v0.7.2 |
1493 | 2024-02-15T04:14:26.418Z | Compiling block-buffer v0.10.4 |
1494 | 2024-02-15T04:14:26.529Z | Compiling hashbrown v0.13.2 |
1495 | 2024-02-15T04:14:26.655Z | Compiling tracing v0.1.37 |
1496 | 2024-02-15T04:14:26.949Z | Compiling futures-util v0.3.30 |
1497 | 2024-02-15T04:14:27.545Z | Compiling pest_generator v2.7.6 |
1498 | 2024-02-15T04:14:27.764Z | Compiling unicode-normalization v0.1.22 |
1499 | 2024-02-15T04:14:29.787Z | Compiling usdt-impl v0.3.5 |
1500 | 2024-02-15T04:14:30.332Z | Compiling anyhow v1.0.75 |
1501 | 2024-02-15T04:14:30.408Z | Compiling pest_derive v2.7.6 |
1502 | 2024-02-15T04:14:30.817Z | Compiling time-core v0.1.1 |
1503 | 2024-02-15T04:14:30.993Z | Compiling bitflags v1.3.2 |
1504 | 2024-02-15T04:14:31.099Z | Compiling crc32fast v1.3.2 |
1505 | 2024-02-15T04:14:31.167Z | Compiling unicode-bidi v0.3.13 |
1506 | 2024-02-15T04:14:31.546Z | Compiling time-macros v0.2.13 |
1507 | 2024-02-15T04:14:32.412Z | Compiling digest v0.10.7 |
1508 | 2024-02-15T04:14:32.451Z | Compiling scroll_derive v0.12.0 |
1509 | 2024-02-15T04:14:33.068Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1510 | 2024-02-15T04:14:33.268Z | Compiling aho-corasick v1.0.4 |
1511 | 2024-02-15T04:14:33.305Z | Compiling signal-hook v0.3.17 |
1512 | 2024-02-15T04:14:33.506Z | Compiling untrusted v0.9.0 |
1513 | 2024-02-15T04:14:33.596Z | Compiling async-trait v0.1.77 |
1514 | 2024-02-15T04:14:33.700Z | Compiling ppv-lite86 v0.2.17 |
1515 | 2024-02-15T04:14:33.876Z | Compiling bytes v1.5.0 |
1516 | 2024-02-15T04:14:34.104Z | Compiling indexmap v2.2.2 |
1517 | 2024-02-15T04:14:34.384Z | Compiling uuid v1.7.0 |
1518 | 2024-02-15T04:14:34.503Z | Compiling chrono v0.4.31 |
1519 | 2024-02-15T04:14:34.601Z | Compiling toml_datetime v0.6.5 |
1520 | 2024-02-15T04:14:35.130Z | Compiling bitflags v2.4.0 |
1521 | 2024-02-15T04:14:36.925Z | Compiling tokio v1.36.0 |
1522 | 2024-02-15T04:14:37.038Z | Compiling serde_spanned v0.6.5 |
1523 | 2024-02-15T04:14:37.266Z | Compiling toml_edit v0.19.15 |
1524 | 2024-02-15T04:14:37.939Z | Compiling rustc_version v0.4.0 |
1525 | 2024-02-15T04:14:38.114Z | Compiling http v0.2.11 |
1526 | 2024-02-15T04:14:38.580Z | Compiling heapless v0.7.16 |
1527 | 2024-02-15T04:14:39.428Z | Compiling regex-syntax v0.8.2 |
1528 | 2024-02-15T04:14:40.529Z | Compiling rand_chacha v0.3.1 |
1529 | 2024-02-15T04:14:42.678Z | Compiling zerocopy v0.3.0 |
1530 | 2024-02-15T04:14:43.060Z | Compiling regex-automata v0.4.4 |
1531 | 2024-02-15T04:14:44.349Z | Compiling thread-id v4.2.0 |
1532 | 2024-02-15T04:14:44.450Z | Compiling errno v0.3.8 |
1533 | 2024-02-15T04:14:44.738Z | Compiling strsim v0.10.0 |
1534 | 2024-02-15T04:14:45.584Z | Compiling tokio-util v0.7.10 |
1535 | 2024-02-15T04:14:47.094Z | Compiling dof v0.1.5 |
1536 | 2024-02-15T04:14:47.966Z | Compiling regex v1.10.3 |
1537 | 2024-02-15T04:14:48.719Z | Compiling rand v0.8.5 |
1538 | 2024-02-15T04:14:50.403Z | Compiling dtrace-parser v0.1.14 |
1539 | 2024-02-15T04:14:50.867Z | Compiling strum_macros v0.25.2 |
1540 | 2024-02-15T04:14:51.518Z | Compiling num-bigint v0.4.4 |
1541 | 2024-02-15T04:14:51.550Z | Compiling smoltcp v0.9.1 |
1542 | 2024-02-15T04:14:51.987Z | Compiling untrusted v0.7.1 |
1543 | 2024-02-15T04:14:52.056Z | Compiling foreign-types-shared v0.1.1 |
1544 | 2024-02-15T04:14:52.161Z | Compiling percent-encoding v2.3.1 |
1545 | 2024-02-15T04:14:52.177Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1546 | 2024-02-15T04:14:52.204Z | Compiling base64ct v1.6.0 |
1547 | 2024-02-15T04:14:52.818Z | Compiling pem-rfc7468 v0.7.0 |
1548 | 2024-02-15T04:14:52.912Z | Compiling foreign-types v0.3.2 |
1549 | 2024-02-15T04:14:54.871Z | Compiling serde_tokenstream v0.1.7 |
1550 | 2024-02-15T04:14:55.481Z | Compiling hmac v0.12.1 |
1551 | 2024-02-15T04:14:55.969Z | Compiling lazy_static v1.4.0 |
1552 | 2024-02-15T04:14:56.381Z | Compiling socket2 v0.4.9 |
1553 | 2024-02-15T04:14:56.761Z | Compiling flagset v0.4.3 |
1554 | 2024-02-15T04:14:56.819Z | Compiling unicode-segmentation v1.10.1 |
1555 | 2024-02-15T04:14:56.935Z | Compiling try-lock v0.2.4 |
1556 | 2024-02-15T04:14:56.971Z | Compiling base64 v0.21.7 |
1557 | 2024-02-15T04:14:57.020Z | Compiling adler v1.0.2 |
1558 | 2024-02-15T04:14:57.079Z | Compiling siphasher v0.3.11 |
1559 | 2024-02-15T04:14:57.457Z | Compiling unicode-width v0.1.11 |
1560 | 2024-02-15T04:14:57.569Z | Compiling miniz_oxide v0.7.1 |
1561 | 2024-02-15T04:14:57.671Z | Compiling want v0.3.1 |
1562 | 2024-02-15T04:14:57.688Z | Compiling der v0.7.8 |
1563 | 2024-02-15T04:14:58.873Z | Compiling sct v0.7.0 |
1564 | 2024-02-15T04:14:58.962Z | Compiling rustls-webpki v0.101.7 |
1565 | 2024-02-15T04:14:59.124Z | Compiling form_urlencoded v1.2.1 |
1566 | 2024-02-15T04:14:59.158Z | Compiling h2 v0.3.24 |
1567 | 2024-02-15T04:14:59.280Z | Compiling http-body v0.4.5 |
1568 | 2024-02-15T04:14:59.462Z | Compiling hubpack_derive v0.1.1 |
1569 | 2024-02-15T04:14:59.680Z | Compiling zerocopy-derive v0.6.4 |
1570 | 2024-02-15T04:15:00.893Z | Compiling num-iter v0.1.43 |
1571 | 2024-02-15T04:15:01.215Z | Compiling usdt-impl v0.5.0 |
1572 | 2024-02-15T04:15:01.434Z | Compiling anstyle v1.0.2 |
1573 | 2024-02-15T04:15:01.488Z | Compiling stable_deref_trait v1.2.0 |
1574 | 2024-02-15T04:15:01.605Z | Compiling tower-service v0.3.2 |
1575 | 2024-02-15T04:15:01.665Z | Compiling httpdate v1.0.3 |
1576 | 2024-02-15T04:15:01.692Z | Compiling cpufeatures v0.2.12 |
1577 | 2024-02-15T04:15:01.879Z | Compiling utf8parse v0.2.1 |
1578 | 2024-02-15T04:15:01.962Z | Compiling openssl-probe v0.1.5 |
1579 | 2024-02-15T04:15:02.278Z | Compiling anstyle-parse v0.2.1 |
1580 | 2024-02-15T04:15:02.303Z | Compiling sha2 v0.10.8 |
1581 | 2024-02-15T04:15:03.116Z | Compiling spki v0.7.2 |
1582 | 2024-02-15T04:15:04.276Z | Compiling usdt-attr-macro v0.3.5 |
1583 | 2024-02-15T04:15:04.577Z | Compiling usdt-macro v0.3.5 |
1584 | 2024-02-15T04:15:06.195Z | Compiling hyper v0.14.27 |
1585 | 2024-02-15T04:15:06.381Z | Compiling openapiv3 v2.0.0 |
1586 | 2024-02-15T04:15:07.155Z | Compiling scroll v0.12.0 |
1587 | 2024-02-15T04:15:07.734Z | Compiling md-5 v0.10.5 |
1588 | 2024-02-15T04:15:07.968Z | Compiling idna v0.5.0 |
1589 | 2024-02-15T04:15:08.262Z | Compiling stringprep v0.1.3 |
1590 | 2024-02-15T04:15:09.429Z | Compiling diesel_table_macro_syntax v0.1.0 |
1591 | 2024-02-15T04:15:09.477Z | Compiling hash32 v0.2.1 |
1592 | 2024-02-15T04:15:09.520Z | Compiling gimli v0.28.0 |
1593 | 2024-02-15T04:15:09.796Z | Compiling fallible-iterator v0.2.0 |
1594 | 2024-02-15T04:15:10.609Z | Compiling anstyle-query v1.0.0 |
1595 | 2024-02-15T04:15:10.774Z | Compiling plain v0.2.3 |
1596 | 2024-02-15T04:15:10.946Z | Compiling colorchoice v1.0.0 |
1597 | 2024-02-15T04:15:11.115Z | Compiling anstream v0.5.0 |
1598 | 2024-02-15T04:15:11.308Z | Compiling goblin v0.8.0 |
1599 | 2024-02-15T04:15:12.619Z | Compiling postgres-protocol v0.6.6 |
1600 | 2024-02-15T04:15:13.841Z | Compiling diesel_derives v2.1.2 |
1601 | 2024-02-15T04:15:14.219Z | Compiling addr2line v0.21.0 |
1602 | 2024-02-15T04:15:16.245Z | Compiling url v2.5.0 |
1603 | 2024-02-15T04:15:17.573Z | Compiling tokio-rustls v0.24.1 |
1604 | 2024-02-15T04:15:17.725Z | Compiling tokio-native-tls v0.3.1 |
1605 | 2024-02-15T04:15:18.004Z | Compiling terminal_size v0.2.6 |
1606 | 2024-02-15T04:15:18.018Z | Compiling pkcs8 v0.10.2 |
1607 | 2024-02-15T04:15:19.011Z | Compiling phf_shared v0.11.2 |
1608 | 2024-02-15T04:15:19.852Z | Compiling serde_tokenstream v0.2.0 |
1609 | 2024-02-15T04:15:20.361Z | Compiling block-padding v0.3.3 |
1610 | 2024-02-15T04:15:20.465Z | Compiling enum-as-inner v0.5.1 |
1611 | 2024-02-15T04:15:20.623Z | Compiling clap_derive v4.4.2 |
1612 | 2024-02-15T04:15:21.164Z | Compiling serde_repr v0.1.16 |
1613 | 2024-02-15T04:15:21.795Z | Compiling ff v0.13.0 |
1614 | 2024-02-15T04:15:21.842Z | Compiling scheduled-thread-pool v0.2.7 |
1615 | 2024-02-15T04:15:22.033Z | Compiling object v0.32.1 |
1616 | 2024-02-15T04:15:24.240Z | Compiling bit-vec v0.6.3 |
1617 | 2024-02-15T04:15:24.675Z | Compiling num_threads v0.1.6 |
1618 | 2024-02-15T04:15:24.805Z | Compiling matches v0.1.10 |
1619 | 2024-02-15T04:15:24.910Z | Compiling clap_lex v0.5.1 |
1620 | 2024-02-15T04:15:25.365Z | Compiling ipnet v2.9.0 |
1621 | 2024-02-15T04:15:25.387Z | Compiling regex-automata v0.1.10 |
1622 | 2024-02-15T04:15:25.882Z | Compiling rustc-demangle v0.1.23 |
1623 | 2024-02-15T04:15:27.763Z | Compiling managed v0.8.0 |
1624 | 2024-02-15T04:15:28.181Z | Compiling pretty-hex v0.4.1 |
1625 | 2024-02-15T04:15:28.386Z | Compiling deranged v0.3.8 |
1626 | 2024-02-15T04:15:28.759Z | Compiling base16ct v0.2.0 |
1627 | 2024-02-15T04:15:29.265Z | Compiling sec1 v0.7.3 |
1628 | 2024-02-15T04:15:29.607Z | Compiling dof v0.3.0 |
1629 | 2024-02-15T04:15:30.282Z | Compiling time v0.3.27 |
1630 | 2024-02-15T04:15:31.558Z | Compiling bstr v0.2.17 |
1631 | 2024-02-15T04:15:32.169Z | Compiling clap_builder v4.4.2 |
1632 | 2024-02-15T04:15:32.530Z | Compiling idna v0.2.3 |
1633 | 2024-02-15T04:15:32.566Z | Compiling r2d2 v0.8.10 |
1634 | 2024-02-15T04:15:32.965Z | Compiling group v0.13.0 |
1635 | 2024-02-15T04:15:34.011Z | Compiling inout v0.1.3 |
1636 | 2024-02-15T04:15:35.151Z | Compiling phf v0.11.2 |
1637 | 2024-02-15T04:15:35.171Z | Compiling hyper-tls v0.5.0 |
1638 | 2024-02-15T04:15:35.175Z | Compiling hyper-rustls v0.24.2 |
1639 | 2024-02-15T04:15:35.211Z | Compiling signal-hook-mio v0.2.3 |
1640 | 2024-02-15T04:15:35.366Z | Compiling bzip2 v0.4.4 |
1641 | 2024-02-15T04:15:35.444Z | Compiling flate2 v1.0.28 |
1642 | 2024-02-15T04:15:35.539Z | Compiling postgres-types v0.2.6 |
1643 | 2024-02-15T04:15:35.559Z | Compiling zerocopy v0.6.4 |
1644 | 2024-02-15T04:15:36.028Z | Compiling hubpack v0.1.2 |
1645 | 2024-02-15T04:15:36.409Z | Compiling serde_urlencoded v0.7.1 |
1646 | 2024-02-15T04:15:36.452Z | Compiling rustls-pemfile v1.0.3 |
1647 | 2024-02-15T04:15:36.482Z | Compiling phf_shared v0.10.0 |
1648 | 2024-02-15T04:15:36.787Z | Compiling hkdf v0.12.4 |
1649 | 2024-02-15T04:15:36.899Z | Compiling ipnetwork v0.20.0 |
1650 | 2024-02-15T04:15:37.655Z | Compiling futures-executor v0.3.30 |
1651 | 2024-02-15T04:15:38.113Z | Compiling dtrace-parser v0.2.0 |
1652 | 2024-02-15T04:15:38.123Z | Compiling regress v0.7.1 |
1653 | 2024-02-15T04:15:38.123Z | Compiling crypto-bigint v0.5.2 |
1654 | 2024-02-15T04:15:38.684Z | Compiling float-cmp v0.9.0 |
1655 | 2024-02-15T04:15:39.447Z | Compiling encoding_rs v0.8.33 |
1656 | 2024-02-15T04:15:40.137Z | Compiling either v1.9.0 |
1657 | 2024-02-15T04:15:40.349Z | Compiling whoami v1.4.1 |
1658 | 2024-02-15T04:15:40.468Z | Compiling normalize-line-endings v0.3.0 |
1659 | 2024-02-15T04:15:40.510Z | Compiling minimal-lexical v0.2.1 |
1660 | 2024-02-15T04:15:41.187Z | Compiling static_assertions v1.1.0 |
1661 | 2024-02-15T04:15:41.235Z | Compiling webpki-roots v0.25.2 |
1662 | 2024-02-15T04:15:41.235Z | Compiling mime v0.3.17 |
1663 | 2024-02-15T04:15:41.330Z | Compiling regex-automata v0.3.8 |
1664 | 2024-02-15T04:15:42.561Z | Compiling new_debug_unreachable v1.0.4 |
1665 | 2024-02-15T04:15:43.105Z | Compiling precomputed-hash v0.1.1 |
1666 | 2024-02-15T04:15:43.209Z | Compiling data-encoding v2.4.0 |
1667 | 2024-02-15T04:15:43.503Z | Compiling predicates-core v1.0.6 |
1668 | 2024-02-15T04:15:43.808Z | Compiling fixedbitset v0.4.2 |
1669 | 2024-02-15T04:15:44.229Z | Compiling difflib v0.4.0 |
1670 | 2024-02-15T04:15:44.954Z | Compiling predicates v3.1.0 |
1671 | 2024-02-15T04:15:46.506Z | Compiling petgraph v0.6.4 |
1672 | 2024-02-15T04:15:47.640Z | Compiling trust-dns-proto v0.22.0 |
1673 | 2024-02-15T04:15:50.702Z | Compiling reqwest v0.11.22 |
1674 | 2024-02-15T04:15:52.201Z | Compiling string_cache v0.8.7 |
1675 | 2024-02-15T04:15:52.642Z | Compiling bstr v1.6.0 |
1676 | 2024-02-15T04:15:54.162Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1677 | 2024-02-15T04:15:54.555Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1678 | 2024-02-15T04:15:55.522Z | Compiling nom v7.1.3 |
1679 | 2024-02-15T04:15:59.378Z | Compiling tokio-postgres v0.7.10 |
1680 | 2024-02-15T04:15:59.483Z | Compiling itertools v0.10.5 |
1681 | 2024-02-15T04:16:00.522Z | Compiling elliptic-curve v0.13.8 |
1682 | 2024-02-15T04:16:03.484Z | Compiling futures v0.3.30 |
1683 | 2024-02-15T04:16:03.605Z | Compiling yasna v0.5.2 |
1684 | 2024-02-15T04:16:03.891Z | Compiling diesel v2.1.4 |
1685 | 2024-02-15T04:16:04.168Z | Compiling zip v0.6.6 |
1686 | 2024-02-15T04:16:04.482Z | Compiling clap v4.4.3 |
1687 | 2024-02-15T04:16:04.604Z | Compiling crossterm v0.27.0 |
1688 | 2024-02-15T04:16:05.188Z | Compiling cipher v0.4.4 |
1689 | 2024-02-15T04:16:05.339Z | Compiling similar v2.3.0 |
1690 | 2024-02-15T04:16:05.658Z | Compiling bit-set v0.5.3 |
1691 | 2024-02-15T04:16:05.739Z | Compiling usdt v0.3.5 |
1692 | 2024-02-15T04:16:06.008Z | Compiling console v0.15.8 |
1693 | 2024-02-15T04:16:06.554Z | Compiling strum v0.25.0 |
1694 | 2024-02-15T04:16:07.347Z | Compiling tokio-stream v0.1.14 |
1695 | 2024-02-15T04:16:07.406Z | Compiling toml v0.7.8 |
1696 | 2024-02-15T04:16:08.055Z | Compiling toml_edit v0.21.1 |
1697 | 2024-02-15T04:16:08.310Z | Compiling hex v0.4.3 |
1698 | 2024-02-15T04:16:09.269Z | Compiling proc-macro-error-attr v1.0.4 |
1699 | 2024-02-15T04:16:09.446Z | Compiling lalrpop-util v0.19.12 |
1700 | 2024-02-15T04:16:10.607Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1701 | 2024-02-15T04:16:13.384Z | Compiling proc-macro-crate v1.3.1 |
1702 | 2024-02-15T04:16:15.142Z | Compiling proc-macro-error v1.0.4 |
1703 | 2024-02-15T04:16:15.171Z | Compiling heapless v0.8.0 |
1704 | 2024-02-15T04:16:15.416Z | Compiling camino v1.1.6 |
1705 | 2024-02-15T04:16:18.351Z | Compiling num_enum_derive v0.5.11 |
1706 | 2024-02-15T04:16:26.418Z | Compiling atty v0.2.14 |
1707 | 2024-02-15T04:16:26.984Z | Compiling hash32 v0.3.1 |
1708 | 2024-02-15T04:16:28.498Z | Compiling ident_case v1.0.1 |
1709 | 2024-02-15T04:16:28.581Z | Compiling smoltcp v0.11.0 |
1710 | 2024-02-15T04:16:29.410Z | Compiling rustls-pki-types v1.1.0 |
1711 | 2024-02-15T04:16:29.945Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1712 | 2024-02-15T04:16:30.495Z | Compiling darling_core v0.20.3 |
1713 | 2024-02-15T04:16:35.887Z | Compiling num_enum v0.5.11 |
1714 | 2024-02-15T04:16:46.635Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1715 | 2024-02-15T04:16:50.300Z | Compiling dirs-sys-next v0.1.2 |
1716 | 2024-02-15T04:16:51.416Z | Compiling embedded-io v0.4.0 |
1717 | 2024-02-15T04:16:52.038Z | Compiling cobs v0.2.3 |
1718 | 2024-02-15T04:16:52.835Z | Compiling rustls v0.22.2 |
1719 | 2024-02-15T04:16:53.137Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1720 | 2024-02-15T04:16:57.455Z | Compiling postcard v1.0.8 |
1721 | 2024-02-15T04:17:05.549Z | Compiling dirs-next v2.0.0 |
1722 | 2024-02-15T04:17:08.532Z | Compiling darling_macro v0.20.3 |
1723 | 2024-02-15T04:17:11.561Z | Compiling rustls-webpki v0.102.1 |
1724 | 2024-02-15T04:17:13.612Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1725 | 2024-02-15T04:17:17.632Z | Compiling getopts v0.2.21 |
1726 | 2024-02-15T04:17:17.904Z | Compiling structmeta-derive v0.3.0 |
1727 | 2024-02-15T04:17:18.489Z | Compiling foreign-types-macros v0.2.3 |
1728 | 2024-02-15T04:17:19.131Z | Compiling thread_local v1.1.7 |
1729 | 2024-02-15T04:17:19.697Z | Compiling multer v3.0.0 |
1730 | 2024-02-15T04:17:19.830Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1731 | 2024-02-15T04:17:20.030Z | Compiling rayon-core v1.12.0 |
1732 | 2024-02-15T04:17:20.581Z | Compiling match_cfg v0.1.0 |
1733 | 2024-02-15T04:17:20.720Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1734 | 2024-02-15T04:17:20.825Z | Compiling slog-async v2.8.0 |
1735 | 2024-02-15T04:17:21.105Z | Compiling paste v1.0.14 |
1736 | 2024-02-15T04:17:21.119Z | Compiling foreign-types-shared v0.3.1 |
1737 | 2024-02-15T04:17:21.159Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1738 | 2024-02-15T04:17:21.389Z | Compiling unsafe-libyaml v0.2.10 |
1739 | 2024-02-15T04:17:22.793Z | Compiling serde_yaml v0.9.25 |
1740 | 2024-02-15T04:17:27.927Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1741 | 2024-02-15T04:17:28.514Z | Compiling foreign-types v0.5.0 |
1742 | 2024-02-15T04:17:28.656Z | Compiling structmeta v0.3.0 |
1743 | 2024-02-15T04:17:29.077Z | Compiling hostname v0.3.1 |
1744 | 2024-02-15T04:17:31.853Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1745 | 2024-02-15T04:17:38.823Z | Compiling darling v0.20.3 |
1746 | 2024-02-15T04:17:39.365Z | Compiling term v0.7.0 |
1747 | 2024-02-15T04:17:43.350Z | Compiling slog-json v2.6.1 |
1748 | 2024-02-15T04:17:43.384Z | Compiling crossbeam-deque v0.8.3 |
1749 | 2024-02-15T04:17:43.783Z | Compiling is-terminal v0.4.9 |
1750 | 2024-02-15T04:17:43.923Z | Compiling crossbeam-channel v0.5.8 |
1751 | 2024-02-15T04:17:44.974Z | Compiling http v1.0.0 |
1752 | 2024-02-15T04:17:46.180Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1753 | 2024-02-15T04:17:46.259Z | Compiling async-stream-impl v0.3.5 |
1754 | 2024-02-15T04:17:46.259Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1755 | 2024-02-15T04:17:46.310Z | Compiling cstr-argument v0.1.2 |
1756 | 2024-02-15T04:17:46.558Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1757 | 2024-02-15T04:17:46.880Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1758 | 2024-02-15T04:17:46.933Z | Compiling pretty-hex v0.2.1 |
1759 | 2024-02-15T04:17:46.992Z | Compiling crucible-workspace-hack v0.1.0 |
1760 | 2024-02-15T04:17:47.194Z | Compiling take_mut v0.2.2 |
1761 | 2024-02-15T04:17:47.307Z | Compiling fastrand v2.0.1 |
1762 | 2024-02-15T04:17:47.365Z | Compiling atomic-waker v1.1.1 |
1763 | 2024-02-15T04:17:47.485Z | Compiling waitgroup v0.1.2 |
1764 | 2024-02-15T04:17:47.717Z | Compiling tempfile v3.10.0 |
1765 | 2024-02-15T04:17:47.754Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1766 | 2024-02-15T04:17:48.013Z | Compiling async-stream v0.3.5 |
1767 | 2024-02-15T04:17:48.426Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1768 | 2024-02-15T04:17:49.703Z | Compiling colored v2.0.4 |
1769 | 2024-02-15T04:17:50.826Z | Compiling slog-bunyan v2.5.0 |
1770 | 2024-02-15T04:17:51.119Z | Compiling slog-term v2.9.0 |
1771 | 2024-02-15T04:17:51.216Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1772 | 2024-02-15T04:17:51.700Z | Compiling serde_with_macros v3.6.0 |
1773 | 2024-02-15T04:17:53.890Z | Compiling tokio-rustls v0.25.0 |
1774 | 2024-02-15T04:17:54.142Z | Compiling parse-display-derive v0.9.0 |
1775 | 2024-02-15T04:17:54.553Z | Compiling toml v0.8.9 |
1776 | 2024-02-15T04:17:55.476Z | Compiling rustls-pemfile v2.0.0 |
1777 | 2024-02-15T04:17:56.212Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1778 | 2024-02-15T04:17:57.719Z | Compiling sha1 v0.10.6 |
1779 | 2024-02-15T04:17:58.129Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1780 | 2024-02-15T04:17:58.645Z | Compiling textwrap v0.11.0 |
1781 | 2024-02-15T04:17:59.746Z | Compiling heck v0.3.3 |
1782 | 2024-02-15T04:18:00.128Z | Compiling serde_path_to_error v0.1.15 |
1783 | 2024-02-15T04:18:00.166Z | Compiling strum_macros v0.26.1 |
1784 | 2024-02-15T04:18:00.377Z | Compiling instant v0.1.12 |
1785 | 2024-02-15T04:18:00.548Z | Compiling debug-ignore v1.0.5 |
1786 | 2024-02-15T04:18:00.709Z | Compiling vec_map v0.8.2 |
1787 | 2024-02-15T04:18:00.747Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1788 | 2024-02-15T04:18:01.056Z | Compiling ansi_term v0.12.1 |
1789 | 2024-02-15T04:18:01.134Z | Compiling strsim v0.8.0 |
1790 | 2024-02-15T04:18:01.145Z | Compiling libefi-sys v0.1.0 |
1791 | 2024-02-15T04:18:01.504Z | Compiling clap v2.34.0 |
1792 | 2024-02-15T04:18:01.965Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1793 | 2024-02-15T04:18:04.991Z | Compiling strum v0.26.1 |
1794 | 2024-02-15T04:18:05.082Z | Compiling backoff v0.4.0 |
1795 | 2024-02-15T04:18:05.185Z | Compiling structopt-derive v0.4.18 |
1796 | 2024-02-15T04:18:05.471Z | Compiling parse-display v0.9.0 |
1797 | 2024-02-15T04:18:07.118Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1798 | 2024-02-15T04:18:07.327Z | Compiling serde_with v3.6.0 |
1799 | 2024-02-15T04:18:07.357Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1800 | 2024-02-15T04:18:07.434Z | Compiling rayon v1.8.0 |
1801 | 2024-02-15T04:18:08.052Z | Compiling camino-tempfile v1.1.1 |
1802 | 2024-02-15T04:18:08.982Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1803 | 2024-02-15T04:18:09.163Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1804 | 2024-02-15T04:18:09.690Z | Compiling zone_cfg_derive v0.3.0 |
1805 | 2024-02-15T04:18:11.112Z | Compiling macaddr v1.0.1 |
1806 | 2024-02-15T04:18:11.833Z | Compiling num-derive v0.4.0 |
1807 | 2024-02-15T04:18:12.215Z | Compiling blake3 v1.5.0 |
1808 | 2024-02-15T04:18:12.827Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1809 | 2024-02-15T04:18:13.160Z | Compiling portable-atomic v1.4.3 |
1810 | 2024-02-15T04:18:13.761Z | Compiling zone v0.3.0 |
1811 | 2024-02-15T04:18:14.057Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1812 | 2024-02-15T04:18:14.106Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1813 | 2024-02-15T04:18:15.814Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1814 | 2024-02-15T04:18:16.384Z | Compiling structopt v0.3.26 |
1815 | 2024-02-15T04:18:17.168Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1816 | 2024-02-15T04:18:17.472Z | Compiling smf v0.2.2 |
1817 | 2024-02-15T04:18:17.802Z | Compiling memmap2 v0.7.1 |
1818 | 2024-02-15T04:18:17.832Z | Compiling filetime v0.2.23 |
1819 | 2024-02-15T04:18:18.195Z | Compiling xattr v1.0.1 |
1820 | 2024-02-15T04:18:18.389Z | Compiling same-file v1.0.6 |
1821 | 2024-02-15T04:18:18.400Z | Compiling constant_time_eq v0.3.0 |
1822 | 2024-02-15T04:18:18.489Z | Compiling arrayref v0.3.7 |
1823 | 2024-02-15T04:18:18.565Z | Compiling arrayvec v0.7.4 |
1824 | 2024-02-15T04:18:20.034Z | Compiling walkdir v2.4.0 |
1825 | 2024-02-15T04:18:20.103Z | Compiling tar v0.4.40 |
1826 | 2024-02-15T04:18:20.407Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1827 | 2024-02-15T04:18:21.551Z | Compiling gethostname v0.4.3 |
1828 | 2024-02-15T04:18:21.809Z | Compiling number_prefix v0.4.0 |
1829 | 2024-02-15T04:18:21.809Z | Compiling topological-sort v0.2.2 |
1830 | 2024-02-15T04:18:22.049Z | Compiling omicron-zone-package v0.11.0 |
1831 | 2024-02-15T04:18:22.070Z | Compiling swrite v0.1.0 |
1832 | 2024-02-15T04:18:22.199Z | Compiling indicatif v0.17.7 |
1833 | 2024-02-15T04:18:24.641Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1834 | 2024-02-15T04:18:25.547Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1835 | 2024-02-15T04:18:33.867Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1836 | 2024-02-15T04:18:36.378Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1837 | 2024-02-15T04:18:40.332Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1838 | 2024-02-15T04:18:56.733Z | Finished release [optimized] target(s) in 5m 12s |
1839 | 2024-02-15T04:18:56.936Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1840 | 2024-02-15T04:18:56.988Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1841 | 2024-02-15T04:18:56.991Z | Created new build target 'test' and set it as active |
1842 | 2024-02-15T04:18:56.991Z | |
1843 | 2024-02-15T04:18:56.991Z | real 5:13.122869402 |
1844 | 2024-02-15T04:18:56.991Z | user 33:25.510710149 |
1845 | 2024-02-15T04:18:56.991Z | sys 3:45.503953470 |
1846 | 2024-02-15T04:18:56.991Z | trap 1.013541226 |
1847 | 2024-02-15T04:18:56.991Z | tflt 4.635351358 |
1848 | 2024-02-15T04:18:56.991Z | dflt 2.555092879 |
1849 | 2024-02-15T04:18:56.991Z | kflt 0.082614737 |
1850 | 2024-02-15T04:18:56.991Z | lock 1:11:05.243836201 |
1851 | 2024-02-15T04:18:56.991Z | slp 1:34:50.750878314 |
1852 | 2024-02-15T04:18:56.991Z | lat 2:07.647166191 |
1853 | 2024-02-15T04:18:56.991Z | stop 3:08.951580703 |
1854 | 2024-02-15T04:18:56.991Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1855 | 2024-02-15T04:18:57.702Z | Finished release [optimized] target(s) in 0.65s |
1856 | 2024-02-15T04:18:57.722Z | Running `target/release/omicron-package -t test package` |
1857 | 2024-02-15T04:18:57.748Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1858 | 2024-02-15T04:18:58.496Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1859 | 2024-02-15T04:18:58.514Z | Compiling linked-hash-map v0.5.6 |
1860 | 2024-02-15T04:18:58.514Z | Compiling usdt-attr-macro v0.5.0 |
1861 | 2024-02-15T04:18:58.514Z | Compiling usdt-macro v0.5.0 |
1862 | 2024-02-15T04:18:58.553Z | Compiling memmap v0.7.0 |
1863 | 2024-02-15T04:18:58.556Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1864 | 2024-02-15T04:18:58.559Z | Compiling password-hash v0.5.0 |
1865 | 2024-02-15T04:18:58.567Z | Compiling blake2 v0.10.6 |
1866 | 2024-02-15T04:18:58.910Z | Compiling lru-cache v0.1.2 |
1867 | 2024-02-15T04:18:58.987Z | Compiling semver v0.1.20 |
1868 | 2024-02-15T04:18:59.107Z | Compiling argon2 v0.5.3 |
1869 | 2024-02-15T04:18:59.578Z | Compiling rustc_version v0.1.7 |
1870 | 2024-02-15T04:18:59.926Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1871 | 2024-02-15T04:18:59.964Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1872 | 2024-02-15T04:18:59.964Z | Compiling newtype_derive v0.1.6 |
1873 | 2024-02-15T04:19:00.085Z | Compiling usdt v0.5.0 |
1874 | 2024-02-15T04:19:00.210Z | Compiling rayon-core v1.12.0 |
1875 | 2024-02-15T04:19:00.230Z | Compiling crossbeam-deque v0.8.3 |
1876 | 2024-02-15T04:19:00.286Z | Compiling quick-error v1.2.3 |
1877 | 2024-02-15T04:19:00.421Z | Compiling same-file v1.0.6 |
1878 | 2024-02-15T04:19:00.556Z | Compiling fastrand v2.0.1 |
1879 | 2024-02-15T04:19:00.580Z | Compiling walkdir v2.4.0 |
1880 | 2024-02-15T04:19:01.009Z | Compiling tempfile v3.10.0 |
1881 | 2024-02-15T04:19:01.052Z | Compiling resolv-conf v0.7.0 |
1882 | 2024-02-15T04:19:01.463Z | Compiling itertools v0.12.1 |
1883 | 2024-02-15T04:19:01.619Z | Compiling camino v1.1.6 |
1884 | 2024-02-15T04:19:01.674Z | Compiling semver-parser v0.10.2 |
1885 | 2024-02-15T04:19:01.745Z | Compiling slog-dtrace v0.3.0 |
1886 | 2024-02-15T04:19:01.966Z | Compiling blake3 v1.5.0 |
1887 | 2024-02-15T04:19:02.245Z | Compiling rayon v1.8.0 |
1888 | 2024-02-15T04:19:02.292Z | Compiling trust-dns-resolver v0.22.0 |
1889 | 2024-02-15T04:19:03.010Z | Compiling semver v0.11.0 |
1890 | 2024-02-15T04:19:03.633Z | Compiling nibble_vec v0.1.0 |
1891 | 2024-02-15T04:19:03.643Z | Compiling memmap2 v0.7.1 |
1892 | 2024-02-15T04:19:03.643Z | Compiling xattr v1.0.1 |
1893 | 2024-02-15T04:19:03.681Z | Compiling filetime v0.2.23 |
1894 | 2024-02-15T04:19:03.854Z | Compiling home v0.5.5 |
1895 | 2024-02-15T04:19:03.885Z | Compiling constant_time_eq v0.3.0 |
1896 | 2024-02-15T04:19:03.968Z | Compiling arrayvec v0.7.4 |
1897 | 2024-02-15T04:19:03.977Z | Compiling endian-type v0.1.2 |
1898 | 2024-02-15T04:19:04.030Z | Compiling arrayref v0.3.7 |
1899 | 2024-02-15T04:19:04.123Z | Compiling toolchain_find v0.2.0 |
1900 | 2024-02-15T04:19:04.197Z | Compiling radix_trie v0.2.1 |
1901 | 2024-02-15T04:19:04.373Z | Compiling tar v0.4.40 |
1902 | 2024-02-15T04:19:04.604Z | Compiling steno v0.4.0 |
1903 | 2024-02-15T04:19:05.064Z | Compiling camino-tempfile v1.1.1 |
1904 | 2024-02-15T04:19:05.485Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1905 | 2024-02-15T04:19:06.211Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1906 | 2024-02-15T04:19:06.636Z | Compiling toml v0.5.11 |
1907 | 2024-02-15T04:19:06.705Z | Compiling num-rational v0.4.1 |
1908 | 2024-02-15T04:19:07.016Z | Compiling radium v0.7.0 |
1909 | 2024-02-15T04:19:07.030Z | Compiling topological-sort v0.2.2 |
1910 | 2024-02-15T04:19:07.446Z | Compiling omicron-zone-package v0.11.0 |
1911 | 2024-02-15T04:19:07.718Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1912 | 2024-02-15T04:19:07.926Z | Compiling toml v0.8.9 |
1913 | 2024-02-15T04:19:08.062Z | Compiling maybe-uninit v2.0.0 |
1914 | 2024-02-15T04:19:08.514Z | Compiling rustfmt-wrapper v0.2.0 |
1915 | 2024-02-15T04:19:09.114Z | Compiling cancel-safe-futures v0.1.5 |
1916 | 2024-02-15T04:19:09.475Z | Compiling tap v1.0.1 |
1917 | 2024-02-15T04:19:09.665Z | Compiling wyz v0.5.1 |
1918 | 2024-02-15T04:19:10.123Z | Compiling num-complex v0.4.4 |
1919 | 2024-02-15T04:19:10.546Z | Compiling crc-catalog v2.2.0 |
1920 | 2024-02-15T04:19:10.684Z | Compiling packed_struct v0.10.1 |
1921 | 2024-02-15T04:19:11.111Z | Compiling funty v2.0.0 |
1922 | 2024-02-15T04:19:11.438Z | Compiling num-bigint-dig v0.8.4 |
1923 | 2024-02-15T04:19:11.766Z | Compiling num v0.4.1 |
1924 | 2024-02-15T04:19:11.888Z | Compiling crc v3.0.1 |
1925 | 2024-02-15T04:19:12.604Z | Compiling bitvec v1.0.1 |
1926 | 2024-02-15T04:19:12.862Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1927 | 2024-02-15T04:19:13.030Z | Compiling fxhash v0.2.1 |
1928 | 2024-02-15T04:19:13.530Z | Compiling packed_struct_codegen v0.10.1 |
1929 | 2024-02-15T04:19:13.925Z | Compiling indexmap v1.9.3 |
1930 | 2024-02-15T04:19:14.183Z | Compiling nodrop v0.1.14 |
1931 | 2024-02-15T04:19:14.249Z | Compiling utf-8 v0.7.6 |
1932 | 2024-02-15T04:19:14.304Z | Compiling array-init v0.0.4 |
1933 | 2024-02-15T04:19:14.651Z | Compiling tungstenite v0.20.1 |
1934 | 2024-02-15T04:19:15.643Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1935 | 2024-02-15T04:19:15.988Z | Compiling smallvec v0.6.14 |
1936 | 2024-02-15T04:19:18.323Z | Compiling pkcs1 v0.7.5 |
1937 | 2024-02-15T04:19:20.675Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1938 | 2024-02-15T04:19:21.880Z | Compiling signature v2.1.0 |
1939 | 2024-02-15T04:19:22.068Z | Compiling half v2.3.1 |
1940 | 2024-02-15T04:19:22.126Z | Compiling unicase v2.7.0 |
1941 | 2024-02-15T04:19:22.448Z | Compiling hashbrown v0.12.3 |
1942 | 2024-02-15T04:19:22.827Z | Compiling bitfield v0.14.0 |
1943 | 2024-02-15T04:19:23.128Z | Compiling termcolor v1.2.0 |
1944 | 2024-02-15T04:19:23.776Z | Compiling ciborium-io v0.2.2 |
1945 | 2024-02-15T04:19:23.896Z | Compiling ciborium-ll v0.2.2 |
1946 | 2024-02-15T04:19:24.474Z | Compiling env_logger v0.10.0 |
1947 | 2024-02-15T04:19:25.412Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1948 | 2024-02-15T04:19:25.467Z | Compiling rsa v0.9.2 |
1949 | 2024-02-15T04:19:28.346Z | Compiling serde-hex v0.1.0 |
1950 | 2024-02-15T04:19:28.696Z | Compiling tokio-tungstenite v0.20.1 |
1951 | 2024-02-15T04:19:29.282Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1952 | 2024-02-15T04:19:29.611Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1953 | 2024-02-15T04:19:30.792Z | Compiling x509-cert v0.2.4 |
1954 | 2024-02-15T04:19:30.979Z | Compiling ron v0.8.1 |
1955 | 2024-02-15T04:19:33.765Z | Compiling display-error-chain v0.2.0 |
1956 | 2024-02-15T04:19:33.937Z | Compiling arc-swap v1.6.0 |
1957 | 2024-02-15T04:19:38.088Z | Compiling crc-any v2.4.3 |
1958 | 2024-02-15T04:19:38.311Z | Compiling slog-scope v4.4.0 |
1959 | 2024-02-15T04:19:38.311Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1960 | 2024-02-15T04:19:38.311Z | Compiling object v0.30.4 |
1961 | 2024-02-15T04:19:38.439Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1962 | 2024-02-15T04:19:43.833Z | Compiling ciborium v0.2.2 |
1963 | 2024-02-15T04:19:44.463Z | Compiling libsw v3.3.1 |
1964 | 2024-02-15T04:19:44.803Z | Compiling derive-where v1.2.7 |
1965 | 2024-02-15T04:19:46.100Z | Compiling owo-colors v4.0.0 |
1966 | 2024-02-15T04:19:48.072Z | Compiling linear-map v1.2.0 |
1967 | 2024-02-15T04:19:48.499Z | Compiling parking_lot_core v0.8.6 |
1968 | 2024-02-15T04:19:48.926Z | Compiling path-slash v0.1.5 |
1969 | 2024-02-15T04:19:49.164Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1970 | 2024-02-15T04:19:49.575Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1971 | 2024-02-15T04:19:52.283Z | Compiling slog-stdlog v4.1.1 |
1972 | 2024-02-15T04:19:53.426Z | Compiling dirs-sys-next v0.1.2 |
1973 | 2024-02-15T04:19:53.733Z | Compiling convert_case v0.4.0 |
1974 | 2024-02-15T04:19:53.944Z | Compiling glob v0.3.1 |
1975 | 2024-02-15T04:19:54.500Z | Compiling crunchy v0.2.2 |
1976 | 2024-02-15T04:19:54.771Z | Compiling clang-sys v1.6.1 |
1977 | 2024-02-15T04:19:54.975Z | Compiling derive_more v0.99.17 |
1978 | 2024-02-15T04:19:55.455Z | Compiling dirs-next v2.0.0 |
1979 | 2024-02-15T04:19:55.988Z | Compiling slog-envlogger v2.2.0 |
1980 | 2024-02-15T04:19:58.132Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1981 | 2024-02-15T04:19:58.702Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1982 | 2024-02-15T04:20:00.357Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1983 | 2024-02-15T04:20:00.920Z | Compiling prettyplease v0.2.16 |
1984 | 2024-02-15T04:20:01.235Z | Compiling tiny-keccak v2.0.2 |
1985 | 2024-02-15T04:20:01.540Z | Compiling platforms v3.0.2 |
1986 | 2024-02-15T04:20:01.945Z | Compiling parking_lot v0.11.2 |
1987 | 2024-02-15T04:20:02.485Z | Compiling mime_guess v2.0.4 |
1988 | 2024-02-15T04:20:03.688Z | Compiling term v0.7.0 |
1989 | 2024-02-15T04:20:04.360Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1990 | 2024-02-15T04:20:05.112Z | Compiling trust-dns-client v0.22.0 |
1991 | 2024-02-15T04:20:07.026Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1992 | 2024-02-15T04:20:08.180Z | Compiling darling_core v0.14.4 |
1993 | 2024-02-15T04:20:11.752Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1994 | 2024-02-15T04:20:13.390Z | Compiling pem v3.0.2 |
1995 | 2024-02-15T04:20:13.451Z | Compiling darling_macro v0.14.4 |
1996 | 2024-02-15T04:20:15.592Z | Compiling trust-dns-server v0.22.1 |
1997 | 2024-02-15T04:20:16.787Z | Compiling ascii-canvas v3.0.0 |
1998 | 2024-02-15T04:20:16.853Z | Compiling sled v0.34.7 |
1999 | 2024-02-15T04:20:17.851Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2000 | 2024-02-15T04:20:22.975Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2001 | 2024-02-15T04:20:23.210Z | Compiling is-terminal v0.4.9 |
2002 | 2024-02-15T04:20:23.335Z | Compiling ena v0.14.2 |
2003 | 2024-02-15T04:20:23.755Z | Compiling vte_generate_state_changes v0.1.1 |
2004 | 2024-02-15T04:20:23.843Z | Compiling libloading v0.7.4 |
2005 | 2024-02-15T04:20:24.191Z | Compiling diff v0.1.13 |
2006 | 2024-02-15T04:20:24.391Z | Compiling regex-syntax v0.6.29 |
2007 | 2024-02-15T04:20:24.738Z | Compiling bindgen v0.69.2 |
2008 | 2024-02-15T04:20:25.208Z | Compiling vte v0.11.1 |
2009 | 2024-02-15T04:20:30.109Z | Compiling lalrpop v0.19.12 |
2010 | 2024-02-15T04:20:43.381Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2011 | 2024-02-15T04:20:44.009Z | Compiling curve25519-dalek v4.1.1 |
2012 | 2024-02-15T04:20:44.246Z | Compiling darling v0.14.4 |
2013 | 2024-02-15T04:20:44.246Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2014 | 2024-02-15T04:20:44.246Z | Compiling cexpr v0.6.0 |
2015 | 2024-02-15T04:20:44.246Z | Compiling which v4.4.0 |
2016 | 2024-02-15T04:20:44.307Z | Compiling kstat-rs v0.2.3 |
2017 | 2024-02-15T04:20:45.415Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2018 | 2024-02-15T04:20:46.151Z | Compiling memoffset v0.7.1 |
2019 | 2024-02-15T04:20:46.506Z | Compiling peeking_take_while v0.1.2 |
2020 | 2024-02-15T04:20:46.638Z | Compiling rustc-hash v1.1.0 |
2021 | 2024-02-15T04:20:46.779Z | Compiling keccak v0.1.4 |
2022 | 2024-02-15T04:20:47.805Z | Compiling shlex v1.3.0 |
2023 | 2024-02-15T04:20:48.170Z | Compiling bytecount v0.6.3 |
2024 | 2024-02-15T04:20:48.486Z | Compiling doc-comment v0.3.3 |
2025 | 2024-02-15T04:20:49.013Z | Compiling lazycell v1.3.0 |
2026 | 2024-02-15T04:20:49.173Z | Compiling buf-list v1.0.3 |
2027 | 2024-02-15T04:20:50.197Z | Compiling papergrid v0.11.0 |
2028 | 2024-02-15T04:20:54.332Z | Compiling sha3 v0.10.8 |
2029 | 2024-02-15T04:20:54.804Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-02-15T04:20:55.009Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2031 | 2024-02-15T04:20:55.231Z | Compiling derive_builder_core v0.12.0 |
2032 | 2024-02-15T04:21:00.891Z | Compiling strip-ansi-escapes v0.2.0 |
2033 | 2024-02-15T04:21:00.891Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2034 | 2024-02-15T04:21:00.891Z | Compiling polar-core v0.27.0 |
2035 | 2024-02-15T04:21:00.891Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2036 | 2024-02-15T04:21:00.891Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2037 | 2024-02-15T04:21:01.472Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2038 | 2024-02-15T04:21:04.185Z | Compiling tabled_derive v0.7.0 |
2039 | 2024-02-15T04:21:04.583Z | Compiling fd-lock v4.0.2 |
2040 | 2024-02-15T04:21:04.805Z | Compiling fd-lock v3.0.13 |
2041 | 2024-02-15T04:21:05.025Z | Compiling headers-core v0.2.0 |
2042 | 2024-02-15T04:21:05.187Z | Compiling universal-hash v0.5.1 |
2043 | 2024-02-15T04:21:05.414Z | Compiling nix v0.27.1 |
2044 | 2024-02-15T04:21:06.454Z | Compiling secrecy v0.8.0 |
2045 | 2024-02-15T04:21:06.715Z | Compiling libxml v0.3.3 |
2046 | 2024-02-15T04:21:06.726Z | Compiling pin-project-internal v1.1.3 |
2047 | 2024-02-15T04:21:07.095Z | Compiling sqlparser_derive v0.2.2 |
2048 | 2024-02-15T04:21:07.305Z | Compiling thiserror-impl-no-std v2.0.2 |
2049 | 2024-02-15T04:21:08.170Z | Compiling curve25519-dalek-derive v0.1.0 |
2050 | 2024-02-15T04:21:08.899Z | Compiling opaque-debug v0.3.0 |
2051 | 2024-02-15T04:21:08.993Z | Compiling ref-cast v1.0.20 |
2052 | 2024-02-15T04:21:09.463Z | Compiling nu-ansi-term v0.49.0 |
2053 | 2024-02-15T04:21:09.575Z | Compiling unicode_categories v0.1.1 |
2054 | 2024-02-15T04:21:09.851Z | Compiling sqlformat v0.2.3 |
2055 | 2024-02-15T04:21:09.920Z | Compiling reedline v0.28.0 |
2056 | 2024-02-15T04:21:10.198Z | Compiling thiserror-no-std v2.0.2 |
2057 | 2024-02-15T04:21:10.310Z | Compiling rustyline v13.0.0 |
2058 | 2024-02-15T04:21:10.853Z | Compiling pin-project v1.1.3 |
2059 | 2024-02-15T04:21:11.929Z | Compiling poly1305 v0.8.0 |
2060 | 2024-02-15T04:21:12.198Z | Compiling sqlparser v0.43.1 |
2061 | 2024-02-15T04:21:13.567Z | Compiling tabled v0.15.0 |
2062 | 2024-02-15T04:21:18.821Z | Compiling headers v0.3.9 |
2063 | 2024-02-15T04:21:19.193Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2064 | 2024-02-15T04:21:20.869Z | Compiling derive_builder_macro v0.12.0 |
2065 | 2024-02-15T04:21:24.035Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2024-02-15T04:21:24.354Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2067 | 2024-02-15T04:21:24.669Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2068 | 2024-02-15T04:21:24.969Z | Compiling chacha20 v0.9.1 |
2069 | 2024-02-15T04:21:25.434Z | Compiling aead v0.5.2 |
2070 | 2024-02-15T04:21:25.759Z | Compiling strum_macros v0.24.3 |
2071 | 2024-02-15T04:21:29.323Z | Compiling bcs v0.1.6 |
2072 | 2024-02-15T04:21:30.213Z | Compiling snafu-derive v0.7.5 |
2073 | 2024-02-15T04:21:30.837Z | Compiling ref-cast-impl v1.0.20 |
2074 | 2024-02-15T04:21:31.896Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2075 | 2024-02-15T04:21:32.005Z | Compiling cookie v0.18.0 |
2076 | 2024-02-15T04:21:32.210Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2077 | 2024-02-15T04:21:32.321Z | Compiling fs-err v2.11.0 |
2078 | 2024-02-15T04:21:32.536Z | Compiling highway v1.1.0 |
2079 | 2024-02-15T04:21:32.629Z | Compiling indoc v1.0.9 |
2080 | 2024-02-15T04:21:33.372Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2081 | 2024-02-15T04:21:33.621Z | Compiling salty v0.2.0 |
2082 | 2024-02-15T04:21:33.685Z | Compiling signature v1.6.4 |
2083 | 2024-02-15T04:21:33.850Z | Compiling ed25519 v1.5.3 |
2084 | 2024-02-15T04:21:34.046Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2085 | 2024-02-15T04:21:34.589Z | Compiling chacha20poly1305 v0.10.1 |
2086 | 2024-02-15T04:21:34.833Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2087 | 2024-02-15T04:21:35.255Z | Compiling snafu v0.7.5 |
2088 | 2024-02-15T04:21:36.771Z | Compiling derive_builder v0.12.0 |
2089 | 2024-02-15T04:21:41.360Z | Compiling vsss-rs v3.3.4 |
2090 | 2024-02-15T04:21:42.888Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-02-15T04:21:43.656Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2092 | 2024-02-15T04:21:44.015Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2093 | 2024-02-15T04:21:44.321Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2094 | 2024-02-15T04:21:44.752Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2095 | 2024-02-15T04:21:45.115Z | Compiling globset v0.4.13 |
2096 | 2024-02-15T04:21:46.682Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2097 | 2024-02-15T04:21:49.935Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2098 | 2024-02-15T04:21:50.142Z | Compiling olpc-cjson v0.1.3 |
2099 | 2024-02-15T04:21:50.503Z | Compiling bb8 v0.8.3 |
2100 | 2024-02-15T04:21:50.712Z | Compiling quick-xml v0.30.0 |
2101 | 2024-02-15T04:21:51.056Z | Compiling serde-big-array v0.5.1 |
2102 | 2024-02-15T04:21:51.307Z | Compiling serde_plain v1.0.2 |
2103 | 2024-02-15T04:21:51.825Z | Compiling impl-trait-for-tuples v0.2.2 |
2104 | 2024-02-15T04:21:52.854Z | Compiling oso-derive v0.27.0 |
2105 | 2024-02-15T04:21:53.784Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2106 | 2024-02-15T04:21:53.860Z | Compiling async-recursion v1.0.5 |
2107 | 2024-02-15T04:21:54.504Z | Compiling http-range v0.1.5 |
2108 | 2024-02-15T04:21:54.629Z | Compiling maplit v1.0.2 |
2109 | 2024-02-15T04:21:54.746Z | Compiling typed-path v0.7.0 |
2110 | 2024-02-15T04:21:54.890Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2111 | 2024-02-15T04:21:55.392Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2112 | 2024-02-15T04:21:56.974Z | Compiling hyper-staticfile v0.9.5 |
2113 | 2024-02-15T04:22:00.396Z | Compiling tough v0.16.0 |
2114 | 2024-02-15T04:22:01.814Z | Compiling oso v0.27.0 |
2115 | 2024-02-15T04:22:03.446Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2116 | 2024-02-15T04:22:04.232Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2117 | 2024-02-15T04:22:34.762Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2118 | 2024-02-15T04:22:35.970Z | Compiling signal-hook-tokio v0.3.1 |
2119 | 2024-02-15T04:22:36.181Z | Compiling serde-big-array v0.4.1 |
2120 | 2024-02-15T04:22:36.203Z | Compiling parse-size v1.0.0 |
2121 | 2024-02-15T04:22:36.358Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2122 | 2024-02-15T04:22:36.534Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2123 | 2024-02-15T04:22:38.178Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2124 | 2024-02-15T04:22:38.274Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2125 | 2024-02-15T04:22:40.263Z | Compiling castaway v0.2.2 |
2126 | 2024-02-15T04:22:40.432Z | Compiling corncobs v0.1.3 |
2127 | 2024-02-15T04:22:40.839Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2128 | 2024-02-15T04:22:41.677Z | Compiling compact_str v0.7.1 |
2129 | 2024-02-15T04:22:43.415Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2130 | 2024-02-15T04:22:48.979Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2131 | 2024-02-15T04:22:49.934Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2132 | 2024-02-15T04:22:50.370Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2133 | 2024-02-15T04:22:50.694Z | Compiling lru v0.12.1 |
2134 | 2024-02-15T04:22:51.029Z | Compiling stability v0.1.1 |
2135 | 2024-02-15T04:22:51.976Z | Compiling cassowary v0.3.0 |
2136 | 2024-02-15T04:22:52.702Z | Compiling indoc v2.0.3 |
2137 | 2024-02-15T04:22:53.518Z | Compiling ratatui v0.26.1 |
2138 | 2024-02-15T04:22:56.662Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2139 | 2024-02-15T04:22:57.954Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2140 | 2024-02-15T04:23:04.032Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2141 | 2024-02-15T04:23:05.766Z | Compiling rcgen v0.12.1 |
2142 | 2024-02-15T04:23:12.169Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2143 | 2024-02-15T04:23:13.060Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2144 | 2024-02-15T04:23:13.373Z | Compiling atomicwrites v0.4.3 |
2145 | 2024-02-15T04:23:13.921Z | Compiling subprocess v0.2.9 |
2146 | 2024-02-15T04:23:17.143Z | Compiling unicode-linebreak v0.1.5 |
2147 | 2024-02-15T04:23:17.720Z | Compiling smawk v0.3.1 |
2148 | 2024-02-15T04:23:18.380Z | Compiling textwrap v0.16.0 |
2149 | 2024-02-15T04:23:19.516Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2150 | 2024-02-15T04:23:21.876Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2151 | 2024-02-15T04:23:31.336Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2152 | 2024-02-15T04:23:31.664Z | Compiling fatfs v0.3.6 |
2153 | 2024-02-15T04:23:34.993Z | Compiling nanorand v0.7.0 |
2154 | 2024-02-15T04:23:35.767Z | Compiling rtoolbox v0.0.1 |
2155 | 2024-02-15T04:23:36.207Z | Compiling assert_matches v1.5.0 |
2156 | 2024-02-15T04:23:36.308Z | Compiling is_ci v1.1.1 |
2157 | 2024-02-15T04:23:36.593Z | Compiling humantime v2.1.0 |
2158 | 2024-02-15T04:23:37.508Z | Compiling supports-color v2.1.0 |
2159 | 2024-02-15T04:23:38.219Z | Compiling rpassword v7.3.1 |
2160 | 2024-02-15T04:23:38.647Z | Compiling flume v0.11.0 |
2161 | 2024-02-15T04:23:38.885Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2162 | 2024-02-15T04:23:39.448Z | Compiling tui-tree-widget v0.17.0 |
2163 | 2024-02-15T04:23:39.828Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2164 | 2024-02-15T04:23:47.918Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2165 | 2024-02-15T04:23:48.416Z | Compiling csv-core v0.1.11 |
2166 | 2024-02-15T04:23:49.322Z | Compiling shell-words v1.1.0 |
2167 | 2024-02-15T04:23:49.473Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2168 | 2024-02-15T04:23:49.776Z | Compiling csv v1.3.0 |
2169 | 2024-02-15T04:23:52.207Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2170 | 2024-02-15T04:24:39.621Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2171 | 2024-02-15T04:24:46.941Z | Compiling multimap v0.8.3 |
2172 | 2024-02-15T04:25:54.760Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2173 | 2024-02-15T04:26:06.721Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2174 | 2024-02-15T04:26:20.095Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2175 | 2024-02-15T04:32:27.683Z | Finished release [optimized] target(s) in 13m 29s |
2176 | 2024-02-15T04:33:22.080Z | |
2177 | 2024-02-15T04:33:22.084Z | real 14:25.044353977 |
2178 | 2024-02-15T04:33:22.084Z | user 1:41:02.605695741 |
2179 | 2024-02-15T04:33:22.084Z | sys 4:19.478558721 |
2180 | 2024-02-15T04:33:22.084Z | trap 2.435726622 |
2181 | 2024-02-15T04:33:22.084Z | tflt 1.615960116 |
2182 | 2024-02-15T04:33:22.084Z | dflt 2.588357980 |
2183 | 2024-02-15T04:33:22.084Z | kflt 0.078707254 |
2184 | 2024-02-15T04:33:22.084Z | lock 6:04:56.010480474 |
2185 | 2024-02-15T04:33:22.085Z | slp 3:59:56.828081629 |
2186 | 2024-02-15T04:33:22.085Z | lat 2:13.818962936 |
2187 | 2024-02-15T04:33:22.085Z | stop 50.683486177 |
2188 | 2024-02-15T04:33:22.085Z | + 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/*) |
2189 | 2024-02-15T04:33:22.085Z | + pfexec mkdir -p /work |
2190 | 2024-02-15T04:33:22.089Z | + pfexec chown build /work |
2191 | 2024-02-15T04:33:22.089Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.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 |
2192 | 2024-02-15T04:33:32.193Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2193 | 2024-02-15T04:33:32.193Z | a out/mg-ddm-gz.tar 67684K |
2194 | 2024-02-15T04:33:32.193Z | a out/omicron-sled-agent.tar 119923K |
2195 | 2024-02-15T04:33:32.193Z | a out/oxlog.tar 8186K |
2196 | 2024-02-15T04:33:32.193Z | a out/target/test 1K |
2197 | 2024-02-15T04:33:32.193Z | a out/npuzone/npuzone 36313K |
2198 | 2024-02-15T04:33:32.193Z | a package-manifest.toml 24K |
2199 | 2024-02-15T04:33:32.193Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2200 | 2024-02-15T04:33:32.194Z | a target/release/omicron-package 44651K |
2201 | 2024-02-15T04:33:32.194Z | a tools/create_virtual_hardware.sh 4K |
2202 | 2024-02-15T04:33:32.194Z | a tools/virtual_hardware.sh 4K |
2203 | 2024-02-15T04:33:32.194Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2204 | 2024-02-15T04:33:32.194Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2205 | 2024-02-15T04:33:32.194Z | a tools/scrimlet/softnpu-init.sh 3K |
2206 | 2024-02-15T04:33:32.194Z | a tools/scrimlet/softnpu-zone.txt 1K |
2207 | 2024-02-15T04:33:32.194Z | a tools/scrimlet/softnpu.toml 1K |
2208 | 2024-02-15T04:33:32.197Z | |
2209 | 2024-02-15T04:33:32.197Z | real 10.104536917 |
2210 | 2024-02-15T04:33:32.197Z | user 9.752946638 |
2211 | 2024-02-15T04:33:32.197Z | sys 0.708389045 |
2212 | 2024-02-15T04:33:32.197Z | trap 0.002557448 |
2213 | 2024-02-15T04:33:32.197Z | tflt 0.000000000 |
2214 | 2024-02-15T04:33:32.197Z | dflt 0.000000000 |
2215 | 2024-02-15T04:33:32.198Z | kflt 0.000000000 |
2216 | 2024-02-15T04:33:32.198Z | lock 0.000000000 |
2217 | 2024-02-15T04:33:32.198Z | slp 9.507109749 |
2218 | 2024-02-15T04:33:32.198Z | lat 0.235170747 |
2219 | 2024-02-15T04:33:32.198Z | stop 0.000195611 |
2220 | 2024-02-15T04:33:32.198Z | ++ pwd |
2221 | 2024-02-15T04:33:32.201Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2222 | 2024-02-15T04:33:32.201Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2223 | 2024-02-15T04:33:32.201Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2224 | 2024-02-15T04:33:32.913Z | Finished release [optimized] target(s) in 0.66s |
2225 | 2024-02-15T04:33:32.935Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2226 | 2024-02-15T04:33:32.965Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2227 | 2024-02-15T04:33:32.968Z | Created new build target 'host' and set it as active |
2228 | 2024-02-15T04:33:32.968Z | |
2229 | 2024-02-15T04:33:32.968Z | real 0.763921794 |
2230 | 2024-02-15T04:33:32.968Z | user 0.522021937 |
2231 | 2024-02-15T04:33:32.968Z | sys 0.242223108 |
2232 | 2024-02-15T04:33:32.968Z | trap 0.000196011 |
2233 | 2024-02-15T04:33:32.968Z | tflt 0.000010699 |
2234 | 2024-02-15T04:33:32.968Z | dflt 0.000010480 |
2235 | 2024-02-15T04:33:32.968Z | kflt 0.000000000 |
2236 | 2024-02-15T04:33:32.968Z | lock 0.023722160 |
2237 | 2024-02-15T04:33:32.968Z | slp 0.015968181 |
2238 | 2024-02-15T04:33:32.969Z | lat 0.001419279 |
2239 | 2024-02-15T04:33:32.969Z | stop 0.000151030 |
2240 | 2024-02-15T04:33:32.972Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2241 | 2024-02-15T04:33:33.638Z | Finished release [optimized] target(s) in 0.61s |
2242 | 2024-02-15T04:33:33.658Z | Running `target/release/omicron-package -t host package` |
2243 | 2024-02-15T04:33:34.099Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2244 | 2024-02-15T04:33:34.391Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-02-15T04:33:48.373Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2246 | 2024-02-15T04:34:59.680Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2247 | 2024-02-15T04:36:28.395Z | Finished release [optimized] target(s) in 2m 54s |
2248 | 2024-02-15T04:37:03.429Z | |
2249 | 2024-02-15T04:37:03.430Z | real 3:30.436734302 |
2250 | 2024-02-15T04:37:03.430Z | user 17:53.597042697 |
2251 | 2024-02-15T04:37:03.430Z | sys 44.274913948 |
2252 | 2024-02-15T04:37:03.430Z | trap 0.326612266 |
2253 | 2024-02-15T04:37:03.430Z | tflt 0.031687532 |
2254 | 2024-02-15T04:37:03.443Z | dflt 6.057222145 |
2255 | 2024-02-15T04:37:03.443Z | kflt 0.140661328 |
2256 | 2024-02-15T04:37:03.444Z | lock 1:25:24.423276555 |
2257 | 2024-02-15T04:37:03.444Z | slp 19:40.898844139 |
2258 | 2024-02-15T04:37:03.444Z | lat 8.973344026 |
2259 | 2024-02-15T04:37:03.444Z | stop 3.349782441 |
2260 | 2024-02-15T04:37:03.444Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2261 | 2024-02-15T04:37:03.444Z | + for package in "$@" |
2262 | 2024-02-15T04:37:03.445Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2263 | 2024-02-15T04:37:03.445Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitcc614b30014 |
2264 | 2024-02-15T04:37:04.138Z | Finished release [optimized] target(s) in 0.65s |
2265 | 2024-02-15T04:37:04.158Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitcc614b30014` |
2266 | 2024-02-15T04:37:04.189Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2267 | 2024-02-15T04:37:04.415Z | Created: out/versioned/omicron-sled-agent.tar |
2268 | 2024-02-15T04:37:04.425Z | + for package in "$@" |
2269 | 2024-02-15T04:37:04.425Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2270 | 2024-02-15T04:37:04.426Z | + echo 0.0.0 |
2271 | 2024-02-15T04:37:04.426Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2272 | 2024-02-15T04:37:04.426Z | a VERSION 1K |
2273 | 2024-02-15T04:37:04.426Z | + rm VERSION |
2274 | 2024-02-15T04:37:04.426Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitcc614b30014 |
2275 | 2024-02-15T04:37:05.084Z | Finished release [optimized] target(s) in 0.62s |
2276 | 2024-02-15T04:37:05.104Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitcc614b30014` |
2277 | 2024-02-15T04:37:05.132Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2278 | 2024-02-15T04:37:05.279Z | Created: out/versioned/mg-ddm-gz.tar |
2279 | 2024-02-15T04:37:05.284Z | + for package in "$@" |
2280 | 2024-02-15T04:37:05.284Z | + [[ propolis-server == mg-ddm-gz ]] |
2281 | 2024-02-15T04:37:05.284Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitcc614b30014 |
2282 | 2024-02-15T04:37:05.974Z | Finished release [optimized] target(s) in 0.62s |
2283 | 2024-02-15T04:37:05.989Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitcc614b30014` |
2284 | 2024-02-15T04:37:06.011Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2285 | 2024-02-15T04:37:07.059Z | Created: out/versioned/propolis-server.tar.gz |
2286 | 2024-02-15T04:37:07.062Z | + for package in "$@" |
2287 | 2024-02-15T04:37:07.063Z | + [[ overlay == mg-ddm-gz ]] |
2288 | 2024-02-15T04:37:07.063Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitcc614b30014 |
2289 | 2024-02-15T04:37:07.770Z | Finished release [optimized] target(s) in 0.65s |
2290 | 2024-02-15T04:37:07.795Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitcc614b30014` |
2291 | 2024-02-15T04:37:07.827Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2292 | 2024-02-15T04:37:07.830Z | Created: out/versioned/overlay.tar.gz |
2293 | 2024-02-15T04:37:07.833Z | + for package in "$@" |
2294 | 2024-02-15T04:37:07.833Z | + [[ oxlog == mg-ddm-gz ]] |
2295 | 2024-02-15T04:37:07.833Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitcc614b30014 |
2296 | 2024-02-15T04:37:08.549Z | Finished release [optimized] target(s) in 0.66s |
2297 | 2024-02-15T04:37:08.573Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitcc614b30014` |
2298 | 2024-02-15T04:37:08.601Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2299 | 2024-02-15T04:37:08.623Z | Created: out/versioned/oxlog.tar |
2300 | 2024-02-15T04:37:08.628Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2301 | 2024-02-15T04:37:08.636Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2302 | 2024-02-15T04:37:08.640Z | ++ cd -- ./tools |
2303 | 2024-02-15T04:37:08.640Z | ++ pwd |
2304 | 2024-02-15T04:37:08.640Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2305 | 2024-02-15T04:37:08.640Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2306 | 2024-02-15T04:37:08.644Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2307 | 2024-02-15T04:37:08.647Z | ++ readlink -f /work |
2308 | 2024-02-15T04:37:08.647Z | + out_dir=/work |
2309 | 2024-02-15T04:37:08.647Z | + 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" "$tarball_src_dir/oxlog.tar") |
2310 | 2024-02-15T04:37:08.648Z | + for dep in "${deps[@]}" |
2311 | 2024-02-15T04:37:08.648Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2312 | 2024-02-15T04:37:08.648Z | + for dep in "${deps[@]}" |
2313 | 2024-02-15T04:37:08.648Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2314 | 2024-02-15T04:37:08.648Z | + for dep in "${deps[@]}" |
2315 | 2024-02-15T04:37:08.648Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2316 | 2024-02-15T04:37:08.648Z | + for dep in "${deps[@]}" |
2317 | 2024-02-15T04:37:08.648Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2318 | 2024-02-15T04:37:08.648Z | + for dep in "${deps[@]}" |
2319 | 2024-02-15T04:37:08.648Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2320 | 2024-02-15T04:37:08.648Z | ++ mktemp -d |
2321 | 2024-02-15T04:37:08.653Z | + tmp_gz=/tmp/tmp.2za4Uh |
2322 | 2024-02-15T04:37:08.653Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2323 | 2024-02-15T04:37:08.654Z | + echo '{"v":"1","t":"layer"}' |
2324 | 2024-02-15T04:37:08.654Z | + pkg_dir=/tmp/tmp.2za4Uh/root/opt/oxide/sled-agent |
2325 | 2024-02-15T04:37:08.654Z | + mkdir -p /tmp/tmp.2za4Uh/root/opt/oxide/sled-agent |
2326 | 2024-02-15T04:37:08.654Z | + cd /tmp/tmp.2za4Uh/root/opt/oxide/sled-agent |
2327 | 2024-02-15T04:37:08.654Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2328 | 2024-02-15T04:37:08.735Z | x ., 0 bytes, 0 tape blocks |
2329 | 2024-02-15T04:37:08.735Z | x zone-bundle, 41758096 bytes, 81559 tape blocks |
2330 | 2024-02-15T04:37:08.735Z | x sled-agent, 81023136 bytes, 158249 tape blocks |
2331 | 2024-02-15T04:37:08.735Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2024-02-15T04:37:08.735Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2333 | 2024-02-15T04:37:08.735Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2334 | 2024-02-15T04:37:08.735Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2335 | 2024-02-15T04:37:08.735Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2024-02-15T04:37:08.739Z | + mkdir -p /tmp/tmp.2za4Uh/root/lib/svc/manifest/site/ |
2337 | 2024-02-15T04:37:08.739Z | + mv pkg/manifest.xml /tmp/tmp.2za4Uh/root/lib/svc/manifest/site/sled-agent.xml |
2338 | 2024-02-15T04:37:08.742Z | + cd - |
2339 | 2024-02-15T04:37:08.742Z | /work/oxidecomputer/omicron |
2340 | 2024-02-15T04:37:08.742Z | + pkg_dir=/tmp/tmp.2za4Uh/root/opt/oxide/mg-ddm |
2341 | 2024-02-15T04:37:08.742Z | + mkdir -p /tmp/tmp.2za4Uh/root/opt/oxide/mg-ddm |
2342 | 2024-02-15T04:37:08.742Z | + cd /tmp/tmp.2za4Uh/root/opt/oxide/mg-ddm |
2343 | 2024-02-15T04:37:08.742Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2344 | 2024-02-15T04:37:08.798Z | x ., 0 bytes, 0 tape blocks |
2345 | 2024-02-15T04:37:08.798Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2346 | 2024-02-15T04:37:08.798Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2347 | 2024-02-15T04:37:08.798Z | x pkg, 0 bytes, 0 tape blocks |
2348 | 2024-02-15T04:37:08.798Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2349 | 2024-02-15T04:37:08.798Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2350 | 2024-02-15T04:37:08.798Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2351 | 2024-02-15T04:37:08.798Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2352 | 2024-02-15T04:37:08.798Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2353 | 2024-02-15T04:37:08.798Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2354 | 2024-02-15T04:37:08.798Z | x VERSION, 25 bytes, 1 tape blocks |
2355 | 2024-02-15T04:37:08.803Z | + cd - |
2356 | 2024-02-15T04:37:08.803Z | /work/oxidecomputer/omicron |
2357 | 2024-02-15T04:37:08.803Z | + pkg_dir=/tmp/tmp.2za4Uh/root/opt/oxide/oxlog |
2358 | 2024-02-15T04:37:08.803Z | + mkdir -p /tmp/tmp.2za4Uh/root/opt/oxide/oxlog |
2359 | 2024-02-15T04:37:08.803Z | + cd /tmp/tmp.2za4Uh/root/opt/oxide/oxlog |
2360 | 2024-02-15T04:37:08.803Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2361 | 2024-02-15T04:37:08.808Z | x ., 0 bytes, 0 tape blocks |
2362 | 2024-02-15T04:37:08.808Z | x oxlog, 8379576 bytes, 16367 tape blocks |
2363 | 2024-02-15T04:37:08.808Z | x VERSION, 25 bytes, 1 tape blocks |
2364 | 2024-02-15T04:37:08.813Z | + cd - |
2365 | 2024-02-15T04:37:08.813Z | /work/oxidecomputer/omicron |
2366 | 2024-02-15T04:37:08.813Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.2za4Uh/root/opt/oxide |
2367 | 2024-02-15T04:37:08.898Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.2za4Uh/root/opt/oxide |
2368 | 2024-02-15T04:37:08.903Z | + cd /tmp/tmp.2za4Uh |
2369 | 2024-02-15T04:37:08.903Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2370 | 2024-02-15T04:37:17.623Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2371 | 2024-02-15T04:37:17.624Z | a oxide.json 1K |
2372 | 2024-02-15T04:37:17.624Z | a root/ 0K |
2373 | 2024-02-15T04:37:17.624Z | a root/opt/ 0K |
2374 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/ 0K |
2375 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/sled-agent/ 0K |
2376 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/sled-agent/zone-bundle 40780K |
2377 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/sled-agent/sled-agent 79125K |
2378 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2379 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2380 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2381 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/sled-agent/VERSION 1K |
2382 | 2024-02-15T04:37:17.624Z | a root/opt/oxide/mg-ddm/ 0K |
2383 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2384 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2385 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2386 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2387 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2388 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2389 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2390 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2391 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2392 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2393 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/oxlog/ 0K |
2394 | 2024-02-15T04:37:17.625Z | a root/opt/oxide/oxlog/oxlog 8184K |
2395 | 2024-02-15T04:37:17.626Z | a root/opt/oxide/oxlog/VERSION 1K |
2396 | 2024-02-15T04:37:17.626Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2397 | 2024-02-15T04:37:17.626Z | a root/opt/oxide/overlay.tar.gz 3K |
2398 | 2024-02-15T04:37:17.626Z | a root/lib/ 0K |
2399 | 2024-02-15T04:37:17.626Z | a root/lib/svc/ 0K |
2400 | 2024-02-15T04:37:17.626Z | a root/lib/svc/manifest/ 0K |
2401 | 2024-02-15T04:37:17.626Z | a root/lib/svc/manifest/site/ 0K |
2402 | 2024-02-15T04:37:17.626Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2403 | 2024-02-15T04:37:17.630Z | + cd / |
2404 | 2024-02-15T04:37:17.630Z | + rm -rf /tmp/tmp.2za4Uh |
2405 | 2024-02-15T04:37:17.653Z | |
2406 | 2024-02-15T04:37:17.657Z | real 9.024212769 |
2407 | 2024-02-15T04:37:17.657Z | user 8.449643122 |
2408 | 2024-02-15T04:37:17.657Z | sys 0.604980448 |
2409 | 2024-02-15T04:37:17.657Z | trap 0.001358606 |
2410 | 2024-02-15T04:37:17.657Z | tflt 0.000000000 |
2411 | 2024-02-15T04:37:17.657Z | dflt 0.000002040 |
2412 | 2024-02-15T04:37:17.657Z | kflt 0.000000000 |
2413 | 2024-02-15T04:37:17.657Z | lock 0.000000000 |
2414 | 2024-02-15T04:37:17.657Z | slp 17.488135542 |
2415 | 2024-02-15T04:37:17.657Z | lat 0.207036314 |
2416 | 2024-02-15T04:37:17.657Z | stop 0.000220498 |
2417 | 2024-02-15T04:37:17.658Z | + mkdir -p /work/zones |
2418 | 2024-02-15T04:37:17.661Z | + 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.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) |
2419 | 2024-02-15T04:37:17.661Z | + 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.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/ |
2420 | 2024-02-15T04:37:20.074Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2421 | 2024-02-15T04:37:20.803Z | Finished release [optimized] target(s) in 0.66s |
2422 | 2024-02-15T04:37:20.827Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2423 | 2024-02-15T04:37:20.854Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-02-15T04:37:20.858Z | Created new build target 'recovery' and set it as active |
2425 | 2024-02-15T04:37:20.859Z | |
2426 | 2024-02-15T04:37:20.859Z | real 0.779417165 |
2427 | 2024-02-15T04:37:20.859Z | user 0.534000914 |
2428 | 2024-02-15T04:37:20.859Z | sys 0.244791274 |
2429 | 2024-02-15T04:37:20.859Z | trap 0.000474293 |
2430 | 2024-02-15T04:37:20.859Z | tflt 0.000071039 |
2431 | 2024-02-15T04:37:20.859Z | dflt 0.000047639 |
2432 | 2024-02-15T04:37:20.859Z | kflt 0.000000000 |
2433 | 2024-02-15T04:37:20.859Z | lock 0.023497945 |
2434 | 2024-02-15T04:37:20.859Z | slp 0.015482754 |
2435 | 2024-02-15T04:37:20.859Z | lat 0.002437720 |
2436 | 2024-02-15T04:37:20.859Z | stop 0.000171388 |
2437 | 2024-02-15T04:37:20.859Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2438 | 2024-02-15T04:37:21.554Z | Finished release [optimized] target(s) in 0.64s |
2439 | 2024-02-15T04:37:21.575Z | Running `target/release/omicron-package -t recovery package` |
2440 | 2024-02-15T04:37:21.603Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2441 | 2024-02-15T04:37:22.210Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2442 | 2024-02-15T04:37:24.710Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2443 | 2024-02-15T04:37:45.252Z | Finished release [optimized] target(s) in 23.59s |
2444 | 2024-02-15T04:38:04.404Z | |
2445 | 2024-02-15T04:38:04.408Z | real 43.539183652 |
2446 | 2024-02-15T04:38:04.408Z | user 1:42.839077666 |
2447 | 2024-02-15T04:38:04.408Z | sys 8.083846944 |
2448 | 2024-02-15T04:38:04.408Z | trap 0.075676485 |
2449 | 2024-02-15T04:38:04.408Z | tflt 0.095218807 |
2450 | 2024-02-15T04:38:04.408Z | dflt 0.309625273 |
2451 | 2024-02-15T04:38:04.408Z | kflt 0.000040030 |
2452 | 2024-02-15T04:38:04.408Z | lock 13:18.459755829 |
2453 | 2024-02-15T04:38:04.408Z | slp 1:50.162848098 |
2454 | 2024-02-15T04:38:04.408Z | lat 1.625715453 |
2455 | 2024-02-15T04:38:04.408Z | stop 0.497039079 |
2456 | 2024-02-15T04:38:04.409Z | + stamp_packages installinator mg-ddm-gz |
2457 | 2024-02-15T04:38:04.409Z | + for package in "$@" |
2458 | 2024-02-15T04:38:04.409Z | + [[ installinator == mg-ddm-gz ]] |
2459 | 2024-02-15T04:38:04.409Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitcc614b30014 |
2460 | 2024-02-15T04:38:05.121Z | Finished release [optimized] target(s) in 0.65s |
2461 | 2024-02-15T04:38:05.137Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitcc614b30014` |
2462 | 2024-02-15T04:38:05.159Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2463 | 2024-02-15T04:38:05.244Z | Created: out/versioned/installinator.tar |
2464 | 2024-02-15T04:38:05.248Z | + for package in "$@" |
2465 | 2024-02-15T04:38:05.248Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2466 | 2024-02-15T04:38:05.248Z | + echo 0.0.0 |
2467 | 2024-02-15T04:38:05.248Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2468 | 2024-02-15T04:38:05.256Z | a VERSION 1K |
2469 | 2024-02-15T04:38:05.256Z | + rm VERSION |
2470 | 2024-02-15T04:38:05.256Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitcc614b30014 |
2471 | 2024-02-15T04:38:05.954Z | Finished release [optimized] target(s) in 0.64s |
2472 | 2024-02-15T04:38:05.976Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitcc614b30014` |
2473 | 2024-02-15T04:38:06.008Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2474 | 2024-02-15T04:38:06.110Z | Created: out/versioned/mg-ddm-gz.tar |
2475 | 2024-02-15T04:38:06.113Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2476 | 2024-02-15T04:38:06.123Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2477 | 2024-02-15T04:38:06.127Z | ++ cd -- ./tools |
2478 | 2024-02-15T04:38:06.127Z | ++ pwd |
2479 | 2024-02-15T04:38:06.127Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2480 | 2024-02-15T04:38:06.130Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2481 | 2024-02-15T04:38:06.130Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2482 | 2024-02-15T04:38:06.130Z | ++ readlink -f /work |
2483 | 2024-02-15T04:38:06.136Z | + out_dir=/work |
2484 | 2024-02-15T04:38:06.136Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2485 | 2024-02-15T04:38:06.136Z | + for dep in "${deps[@]}" |
2486 | 2024-02-15T04:38:06.136Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2487 | 2024-02-15T04:38:06.136Z | + for dep in "${deps[@]}" |
2488 | 2024-02-15T04:38:06.136Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2489 | 2024-02-15T04:38:06.136Z | ++ mktemp -d |
2490 | 2024-02-15T04:38:06.136Z | + tmp_trampoline=/tmp/tmp.cCaGZh |
2491 | 2024-02-15T04:38:06.137Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2492 | 2024-02-15T04:38:06.137Z | + echo '{"v":"1","t":"layer"}' |
2493 | 2024-02-15T04:38:06.137Z | + pkg_dir=/tmp/tmp.cCaGZh/root/opt/oxide/installinator |
2494 | 2024-02-15T04:38:06.137Z | + mkdir -p /tmp/tmp.cCaGZh/root/opt/oxide/installinator |
2495 | 2024-02-15T04:38:06.149Z | + cd /tmp/tmp.cCaGZh/root/opt/oxide/installinator |
2496 | 2024-02-15T04:38:06.150Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2497 | 2024-02-15T04:38:06.183Z | x ., 0 bytes, 0 tape blocks |
2498 | 2024-02-15T04:38:06.184Z | x installinator, 55128744 bytes, 107674 tape blocks |
2499 | 2024-02-15T04:38:06.184Z | x pkg, 0 bytes, 0 tape blocks |
2500 | 2024-02-15T04:38:06.184Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2501 | 2024-02-15T04:38:06.184Z | x VERSION, 25 bytes, 1 tape blocks |
2502 | 2024-02-15T04:38:06.193Z | + mkdir -p /tmp/tmp.cCaGZh/root/lib/svc/manifest/site/ |
2503 | 2024-02-15T04:38:06.193Z | + mv pkg/manifest.xml /tmp/tmp.cCaGZh/root/lib/svc/manifest/site/installinator.xml |
2504 | 2024-02-15T04:38:06.193Z | + cd - |
2505 | 2024-02-15T04:38:06.193Z | /work/oxidecomputer/omicron |
2506 | 2024-02-15T04:38:06.193Z | + pkg_dir=/tmp/tmp.cCaGZh/root/opt/oxide/mg-ddm |
2507 | 2024-02-15T04:38:06.193Z | + mkdir -p /tmp/tmp.cCaGZh/root/opt/oxide/mg-ddm |
2508 | 2024-02-15T04:38:06.193Z | + cd /tmp/tmp.cCaGZh/root/opt/oxide/mg-ddm |
2509 | 2024-02-15T04:38:06.193Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2510 | 2024-02-15T04:38:06.239Z | x ., 0 bytes, 0 tape blocks |
2511 | 2024-02-15T04:38:06.239Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2512 | 2024-02-15T04:38:06.239Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2513 | 2024-02-15T04:38:06.239Z | x pkg, 0 bytes, 0 tape blocks |
2514 | 2024-02-15T04:38:06.239Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2515 | 2024-02-15T04:38:06.239Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2516 | 2024-02-15T04:38:06.239Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2517 | 2024-02-15T04:38:06.239Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2518 | 2024-02-15T04:38:06.239Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2519 | 2024-02-15T04:38:06.239Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2520 | 2024-02-15T04:38:06.240Z | x VERSION, 25 bytes, 1 tape blocks |
2521 | 2024-02-15T04:38:06.244Z | + cd - |
2522 | 2024-02-15T04:38:06.244Z | /work/oxidecomputer/omicron |
2523 | 2024-02-15T04:38:06.244Z | + cd /tmp/tmp.cCaGZh |
2524 | 2024-02-15T04:38:06.245Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2525 | 2024-02-15T04:38:10.665Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2526 | 2024-02-15T04:38:10.665Z | a oxide.json 1K |
2527 | 2024-02-15T04:38:10.665Z | a root/ 0K |
2528 | 2024-02-15T04:38:10.666Z | a root/opt/ 0K |
2529 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/ 0K |
2530 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/installinator/ 0K |
2531 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/installinator/installinator 53837K |
2532 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/installinator/pkg/ 0K |
2533 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/installinator/VERSION 1K |
2534 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/ 0K |
2535 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2536 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2537 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2538 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2539 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2540 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2541 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2542 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2543 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2544 | 2024-02-15T04:38:10.666Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2545 | 2024-02-15T04:38:10.666Z | a root/lib/ 0K |
2546 | 2024-02-15T04:38:10.666Z | a root/lib/svc/ 0K |
2547 | 2024-02-15T04:38:10.666Z | a root/lib/svc/manifest/ 0K |
2548 | 2024-02-15T04:38:10.667Z | a root/lib/svc/manifest/site/ 0K |
2549 | 2024-02-15T04:38:10.667Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2550 | 2024-02-15T04:38:10.670Z | + cd / |
2551 | 2024-02-15T04:38:10.670Z | + rm -rf /tmp/tmp.cCaGZh |
2552 | 2024-02-15T04:38:10.682Z | |
2553 | 2024-02-15T04:38:10.682Z | real 4.565703542 |
2554 | 2024-02-15T04:38:10.682Z | user 4.304321254 |
2555 | 2024-02-15T04:38:10.683Z | sys 0.274843687 |
2556 | 2024-02-15T04:38:10.686Z | trap 0.000279732 |
2557 | 2024-02-15T04:38:10.686Z | tflt 0.000000000 |
2558 | 2024-02-15T04:38:10.686Z | dflt 0.000000000 |
2559 | 2024-02-15T04:38:10.686Z | kflt 0.000000000 |
2560 | 2024-02-15T04:38:10.686Z | lock 0.000000000 |
2561 | 2024-02-15T04:38:10.686Z | slp 8.865713748 |
2562 | 2024-02-15T04:38:10.686Z | lat 0.096654608 |
2563 | 2024-02-15T04:38:10.687Z | stop 0.000281626 |
2564 | 2024-02-15T04:38:10.687Z | process exited: duration 1640298 ms, exit code 0 |
|
2565 | 2024-02-15T04:38:10.705Z | found 21 output files |
2566 | 2024-02-15T04:38:10.705Z | uploading: /work/version.txt (26 bytes) |
2567 | 2024-02-15T04:38:11.716Z | uploaded: /work/version.txt |
2568 | 2024-02-15T04:38:11.729Z | uploading: /work/package.tar.gz (88080476 bytes) |
2569 | 2024-02-15T04:38:42.651Z | uploaded: /work/package.tar.gz |
2570 | 2024-02-15T04:38:42.651Z | uploading: /work/global-zone-packages.tar.gz (128058482 bytes) |
2571 | 2024-02-15T04:39:26.794Z | uploaded: /work/global-zone-packages.tar.gz |
2572 | 2024-02-15T04:39:26.794Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38939801 bytes) |
2573 | 2024-02-15T04:39:41.119Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2574 | 2024-02-15T04:39:41.126Z | uploading: /work/zones/clickhouse.tar.gz (194448200 bytes) |
2575 | 2024-02-15T04:40:41.662Z | uploaded: /work/zones/clickhouse.tar.gz |
2576 | 2024-02-15T04:40:41.662Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194437568 bytes) |
2577 | 2024-02-15T04:41:51.770Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2578 | 2024-02-15T04:41:51.770Z | uploading: /work/zones/cockroachdb.tar.gz (131528397 bytes) |
2579 | 2024-02-15T04:42:39.881Z | uploaded: /work/zones/cockroachdb.tar.gz |
2580 | 2024-02-15T04:42:39.882Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2581 | 2024-02-15T04:42:44.773Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2582 | 2024-02-15T04:42:44.773Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2583 | 2024-02-15T04:42:52.726Z | uploaded: /work/zones/crucible.tar.gz |
2584 | 2024-02-15T04:42:52.726Z | uploading: /work/zones/external-dns.tar.gz (23598300 bytes) |
2585 | 2024-02-15T04:43:03.433Z | uploaded: /work/zones/external-dns.tar.gz |
2586 | 2024-02-15T04:43:03.433Z | uploading: /work/zones/internal-dns.tar.gz (23598299 bytes) |
2587 | 2024-02-15T04:43:13.872Z | uploaded: /work/zones/internal-dns.tar.gz |
2588 | 2024-02-15T04:43:13.879Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2589 | 2024-02-15T04:43:14.909Z | uploaded: /work/zones/ntp.tar.gz |
2590 | 2024-02-15T04:43:14.910Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19542036 bytes) |
2591 | 2024-02-15T04:43:22.335Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2592 | 2024-02-15T04:43:22.335Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19538079 bytes) |
2593 | 2024-02-15T04:43:33.064Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2594 | 2024-02-15T04:43:33.064Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87696710 bytes) |
2595 | 2024-02-15T04:44:02.900Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2596 | 2024-02-15T04:44:02.900Z | uploading: /work/zones/omicron-nexus.tar.gz (87697448 bytes) |
2597 | 2024-02-15T04:44:33.304Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2598 | 2024-02-15T04:44:33.305Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2599 | 2024-02-15T04:44:34.350Z | uploaded: /work/zones/overlay.tar.gz |
2600 | 2024-02-15T04:44:34.350Z | uploading: /work/zones/oximeter.tar.gz (55856025 bytes) |
2601 | 2024-02-15T04:44:50.120Z | uploaded: /work/zones/oximeter.tar.gz |
2602 | 2024-02-15T04:44:50.125Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2603 | 2024-02-15T04:45:10.593Z | uploaded: /work/zones/propolis-server.tar.gz |
2604 | 2024-02-15T04:45:10.593Z | uploading: /work/zones/switch-asic.tar.gz (284976207 bytes) |
2605 | 2024-02-15T04:46:45.291Z | uploaded: /work/zones/switch-asic.tar.gz |
2606 | 2024-02-15T04:46:45.291Z | uploading: /work/zones/switch-softnpu.tar.gz (209178937 bytes) |
2607 | 2024-02-15T04:47:54.399Z | uploaded: /work/zones/switch-softnpu.tar.gz |