|
|
|
1 | 2024-02-01T07:24:25.979Z | job assigned to worker 01HNHRT28229FCX9HT1KA33457 (queued for 1 m 45 s) |
|
2 | 2024-02-01T07:24:27.236Z | starting task 0: "setup" |
3 | 2024-02-01T07:24:27.666Z | ++ uname -s |
4 | 2024-02-01T07:24:27.666Z | + kern=SunOS |
5 | 2024-02-01T07:24:27.666Z | + case "$kern" in |
6 | 2024-02-01T07:24:27.667Z | + groupadd -g 12345 build |
7 | 2024-02-01T07:24:27.667Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T07:24:29.339Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T07:24:29.457Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T07:24:29.481Z | + home_fs=zfs |
11 | 2024-02-01T07:24:29.481Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T07:24:29.481Z | + mkdir -p /home/build |
13 | 2024-02-01T07:24:29.481Z | + chown build:build /home/build /work |
14 | 2024-02-01T07:24:31.462Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T07:24:31.467Z | process exited: duration 4235 ms, exit code 0 |
|
16 | 2024-02-01T07:24:31.474Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T07:24:31.482Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T07:24:31.486Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T07:24:31.661Z | info: downloading installer |
20 | 2024-02-01T07:24:33.567Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T07:24:33.567Z | warning: /opt/ooce/bin |
22 | 2024-02-01T07:24:33.567Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T07:24:33.567Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T07:24:33.568Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T07:24:33.568Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T07:24:33.568Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T07:24:33.571Z | error: cannot install while Rust is installed |
28 | 2024-02-01T07:24:33.571Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T07:24:33.718Z | info: profile set to 'default' |
30 | 2024-02-01T07:24:33.718Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T07:24:33.726Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T07:24:33.916Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T07:24:33.931Z | info: downloading component 'cargo' |
34 | 2024-02-01T07:24:34.696Z | info: downloading component 'clippy' |
35 | 2024-02-01T07:24:35.003Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T07:24:36.002Z | info: downloading component 'rust-std' |
37 | 2024-02-01T07:24:37.798Z | info: downloading component 'rustc' |
38 | 2024-02-01T07:24:42.134Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T07:24:43.065Z | info: installing component 'cargo' |
40 | 2024-02-01T07:24:43.893Z | info: installing component 'clippy' |
41 | 2024-02-01T07:24:44.502Z | info: installing component 'rust-docs' |
42 | 2024-02-01T07:24:47.246Z | info: installing component 'rust-std' |
43 | 2024-02-01T07:24:50.376Z | info: installing component 'rustc' |
44 | 2024-02-01T07:24:59.260Z | info: installing component 'rustfmt' |
45 | 2024-02-01T07:24:59.442Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T07:24:59.442Z | |
47 | 2024-02-01T07:24:59.584Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T07:24:59.584Z | |
49 | 2024-02-01T07:24:59.620Z | |
50 | 2024-02-01T07:24:59.620Z | Rust is installed now. Great! |
51 | 2024-02-01T07:24:59.620Z | |
52 | 2024-02-01T07:24:59.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T07:24:59.620Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T07:24:59.620Z | |
55 | 2024-02-01T07:24:59.620Z | To configure your current shell, run: |
56 | 2024-02-01T07:24:59.620Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T07:24:59.668Z | + rustc --version |
58 | 2024-02-01T07:24:59.777Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T07:24:59.785Z | process exited: duration 28304 ms, exit code 0 |
|
60 | 2024-02-01T07:24:59.799Z | starting task 2: "authentication" |
61 | 2024-02-01T07:24:59.825Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-01T07:24:59.832Z | starting task 3: "clone repository" |
63 | 2024-02-01T07:24:59.839Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T07:24:59.845Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T07:25:00.062Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T07:25:06.282Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T07:25:06.282Z | + git fetch origin 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 |
68 | 2024-02-01T07:25:06.656Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T07:25:06.656Z | * branch 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 -> FETCH_HEAD |
70 | 2024-02-01T07:25:06.671Z | + [[ -n renovate/itertools-0.x ]] |
71 | 2024-02-01T07:25:06.671Z | ++ git branch --show-current |
72 | 2024-02-01T07:25:06.672Z | + current=main |
73 | 2024-02-01T07:25:06.672Z | + [[ main != renovate/itertools-0.x ]] |
74 | 2024-02-01T07:25:06.672Z | + git branch -f renovate/itertools-0.x 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 |
75 | 2024-02-01T07:25:06.672Z | + git checkout -f renovate/itertools-0.x |
76 | 2024-02-01T07:25:06.856Z | Switched to branch 'renovate/itertools-0.x' |
77 | 2024-02-01T07:25:06.874Z | + git reset --hard 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 |
78 | 2024-02-01T07:25:07.033Z | HEAD is now at 4f230b334 Update Rust crate itertools to 0.12.1 |
79 | 2024-02-01T07:25:07.040Z | process exited: duration 7201 ms, exit code 0 |
|
80 | 2024-02-01T07:25:07.058Z | starting task 4: "build" |
81 | 2024-02-01T07:25:07.066Z | + cargo --version |
82 | 2024-02-01T07:25:07.081Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-01T07:25:07.292Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-01T07:25:07.306Z | info: downloading component 'cargo' |
85 | 2024-02-01T07:25:08.143Z | info: downloading component 'clippy' |
86 | 2024-02-01T07:25:08.416Z | info: downloading component 'rust-docs' |
87 | 2024-02-01T07:25:09.879Z | info: downloading component 'rust-std' |
88 | 2024-02-01T07:25:11.046Z | info: downloading component 'rustc' |
89 | 2024-02-01T07:25:15.510Z | info: downloading component 'rustfmt' |
90 | 2024-02-01T07:25:15.762Z | info: installing component 'cargo' |
91 | 2024-02-01T07:25:17.062Z | info: installing component 'clippy' |
92 | 2024-02-01T07:25:17.556Z | info: installing component 'rust-docs' |
93 | 2024-02-01T07:25:20.393Z | info: installing component 'rust-std' |
94 | 2024-02-01T07:25:22.850Z | info: installing component 'rustc' |
95 | 2024-02-01T07:25:29.115Z | info: installing component 'rustfmt' |
96 | 2024-02-01T07:25:29.676Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-01T07:25:29.683Z | + rustc --version |
98 | 2024-02-01T07:25:29.820Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-01T07:25:29.830Z | ++ git rev-parse HEAD |
100 | 2024-02-01T07:25:29.834Z | + COMMIT=4f230b334444ec11ebda1809ef1ca8abd69a5ff6 |
101 | 2024-02-01T07:25:29.840Z | + VERSION=6.0.0-0.ci+git4f230b33444 |
102 | 2024-02-01T07:25:29.841Z | + echo 6.0.0-0.ci+git4f230b33444 |
103 | 2024-02-01T07:25:29.841Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-01T07:25:39.519Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-01T07:25:41.251Z | Startup: Caching catalogs ... Done |
106 | 2024-02-01T07:25:44.171Z | Planning: Solver setup ... Done (2.394s) |
107 | 2024-02-01T07:25:44.245Z | Planning: Running solver ... Done (0.073s) |
108 | 2024-02-01T07:25:44.278Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-01T07:25:44.322Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-01T07:25:44.622Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-01T07:25:44.727Z | Planning: Package planning ... Done (0.080s) |
112 | 2024-02-01T07:25:44.799Z | Planning: Merging actions ... Done (0.084s) |
113 | 2024-02-01T07:25:45.543Z | Planning: Checking for conflicting actions ... Done (0.752s) |
114 | 2024-02-01T07:25:45.559Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-02-01T07:25:49.557Z | Planning: Evaluating mediators ... Done (3.998s) |
116 | 2024-02-01T07:25:49.571Z | Planning: Planning completed in 8.26 seconds |
117 | 2024-02-01T07:25:51.171Z | Packages to install: 4 |
118 | 2024-02-01T07:25:51.171Z | Mediators to change: 2 |
119 | 2024-02-01T07:25:51.171Z | Services to change: 1 |
120 | 2024-02-01T07:25:51.175Z | Estimated space available: 148.87 GB |
121 | 2024-02-01T07:25:51.175Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-02-01T07:25:51.175Z | Create boot environment: No |
123 | 2024-02-01T07:25:51.175Z | Create backup boot environment: No |
124 | 2024-02-01T07:25:51.175Z | Rebuild boot archive: No |
125 | 2024-02-01T07:25:51.175Z | |
126 | 2024-02-01T07:25:51.176Z | Changed mediators: |
127 | 2024-02-01T07:25:51.176Z | mediator clang: |
128 | 2024-02-01T07:25:51.176Z | version: None -> 15 (system default) |
129 | 2024-02-01T07:25:51.176Z | |
130 | 2024-02-01T07:25:51.176Z | mediator llvm: |
131 | 2024-02-01T07:25:51.176Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-01T07:25:51.176Z | |
133 | 2024-02-01T07:25:51.176Z | Changed packages: |
134 | 2024-02-01T07:25:51.176Z | helios-dev |
135 | 2024-02-01T07:25:51.176Z | developer/build-essential |
136 | 2024-02-01T07:25:51.176Z | None -> 11-2.0 |
137 | 2024-02-01T07:25:51.176Z | library/libxmlsec1 |
138 | 2024-02-01T07:25:51.176Z | None -> 1.2.35-2.0 |
139 | 2024-02-01T07:25:51.176Z | ooce/developer/clang-15 |
140 | 2024-02-01T07:25:51.176Z | None -> 15.0.7-2.0 |
141 | 2024-02-01T07:25:51.176Z | ooce/developer/llvm-15 |
142 | 2024-02-01T07:25:51.176Z | None -> 15.0.7-2.0 |
143 | 2024-02-01T07:25:51.176Z | |
144 | 2024-02-01T07:25:51.176Z | Services: |
145 | 2024-02-01T07:25:51.176Z | restart_fmri: |
146 | 2024-02-01T07:25:51.176Z | svc:/system/update-man-index:default |
147 | 2024-02-01T07:25:51.342Z | |
148 | 2024-02-01T07:25:51.343Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-01T07:25:57.489Z | Download: 211/3290 items 1.3/212.6MB 0% complete (508k/s) |
150 | 2024-02-01T07:26:02.607Z | Download: 383/3290 items 16.6/212.6MB 7% complete (1.6M/s) |
151 | 2024-02-01T07:26:07.628Z | Download: 789/3290 items 18.3/212.6MB 8% complete (1.8M/s) |
152 | 2024-02-01T07:26:12.653Z | Download: 1215/3290 items 89.0/212.6MB 41% complete (7.1M/s) |
153 | 2024-02-01T07:26:17.650Z | Download: 1518/3290 items 115.8/212.6MB 54% complete (9.8M/s) |
154 | 2024-02-01T07:26:22.656Z | Download: 1867/3290 items 117.6/212.6MB 55% complete (2.9M/s) |
155 | 2024-02-01T07:26:32.135Z | Download: 2217/3290 items 118.3/212.6MB 55% complete (277k/s) |
156 | 2024-02-01T07:26:37.642Z | Download: 2219/3290 items 118.4/212.6MB 55% complete |
157 | 2024-02-01T07:26:42.426Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (151k/s) |
158 | 2024-02-01T07:26:47.426Z | Download: 3242/3290 items 180.4/212.6MB 84% complete (6.1M/s) |
159 | 2024-02-01T07:26:50.630Z | Download: Completed 212.60 MB in 59.29 seconds (3.6M/s) |
160 | 2024-02-01T07:26:50.893Z | Actions: 1/3689 actions (Installing new actions) |
161 | 2024-02-01T07:26:55.934Z | Actions: 2164/3689 actions (Installing new actions) |
162 | 2024-02-01T07:26:58.593Z | Actions: Completed 3689 actions in 7.71 seconds. |
163 | 2024-02-01T07:26:58.856Z | Done (0.254s) |
164 | 2024-02-01T07:26:58.856Z | Done (0.000s) |
165 | 2024-02-01T07:26:59.180Z | Done (0.326s) |
166 | 2024-02-01T07:27:06.833Z | Done (7.515s) |
167 | 2024-02-01T07:27:07.027Z | Done (0.095s) |
168 | 2024-02-01T07:27:07.030Z | Done (0.000s) |
169 | 2024-02-01T07:27:07.257Z | Done (0.000s) |
170 | 2024-02-01T07:27:08.008Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-02-01T07:27:08.294Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-02-01T07:27:08.300Z | Planning: Consolidating action changes ... Done |
173 | 2024-02-01T07:27:08.740Z | Planning: Evaluating mediators ... Done |
174 | 2024-02-01T07:27:08.743Z | Planning: Planning completed in 0.73 seconds |
175 | 2024-02-01T07:27:08.796Z | Mediators to change: 2 |
176 | 2024-02-01T07:27:08.806Z | Create boot environment: No |
177 | 2024-02-01T07:27:08.806Z | Create backup boot environment: No |
178 | 2024-02-01T07:27:08.897Z | Done |
179 | 2024-02-01T07:27:08.897Z | Done |
180 | 2024-02-01T07:27:09.115Z | Done |
181 | 2024-02-01T07:27:14.851Z | Done |
182 | 2024-02-01T07:27:14.968Z | Done |
183 | 2024-02-01T07:27:14.971Z | Done |
184 | 2024-02-01T07:27:15.085Z | Done |
185 | 2024-02-01T07:27:16.085Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-02-01T07:27:16.088Z | Planning: Merging actions ... Done |
187 | 2024-02-01T07:27:16.420Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-02-01T07:27:16.425Z | Planning: Consolidating action changes ... Done |
189 | 2024-02-01T07:27:16.859Z | Planning: Evaluating mediators ... Done |
190 | 2024-02-01T07:27:16.954Z | Planning: Planning completed in 1.31 seconds |
191 | 2024-02-01T07:27:17.011Z | Packages to change: 1 |
192 | 2024-02-01T07:27:17.011Z | Mediators to change: 1 |
193 | 2024-02-01T07:27:17.014Z | Services to change: 1 |
194 | 2024-02-01T07:27:17.014Z | Create boot environment: No |
195 | 2024-02-01T07:27:17.014Z | Create backup boot environment: Yes |
196 | 2024-02-01T07:27:19.100Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-02-01T07:27:19.115Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2024-02-01T07:27:19.115Z | Done |
199 | 2024-02-01T07:27:19.115Z | Done |
200 | 2024-02-01T07:27:19.178Z | Done |
201 | 2024-02-01T07:27:25.275Z | Done |
202 | 2024-02-01T07:27:25.396Z | Done |
203 | 2024-02-01T07:27:25.398Z | Done |
204 | 2024-02-01T07:27:25.510Z | Done |
205 | 2024-02-01T07:27:26.187Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-02-01T07:27:26.187Z | clang system 15 system |
207 | 2024-02-01T07:27:26.187Z | csh system system illumos |
208 | 2024-02-01T07:27:26.187Z | ctags system system illumos |
209 | 2024-02-01T07:27:26.188Z | gcc vendor 12 vendor |
210 | 2024-02-01T07:27:26.188Z | gcc system 10 system |
211 | 2024-02-01T07:27:26.188Z | gcc system 7 system |
212 | 2024-02-01T07:27:26.188Z | go system 1.20 system |
213 | 2024-02-01T07:27:26.189Z | go system 1.19 system |
214 | 2024-02-01T07:27:26.189Z | llvm system 15 system |
215 | 2024-02-01T07:27:26.189Z | llvm system 14 system |
216 | 2024-02-01T07:27:26.189Z | mariadb system 10.6 system |
217 | 2024-02-01T07:27:26.189Z | mta vendor vendor dma |
218 | 2024-02-01T07:27:26.189Z | openjdk system 17 system |
219 | 2024-02-01T07:27:26.190Z | openjdk system 11 system |
220 | 2024-02-01T07:27:26.190Z | openjdk system 1.8 system |
221 | 2024-02-01T07:27:26.190Z | openssl vendor 3 vendor |
222 | 2024-02-01T07:27:26.190Z | perl system 5.36 system |
223 | 2024-02-01T07:27:26.190Z | postgresql system 15 system |
224 | 2024-02-01T07:27:26.190Z | postgresql system 13 system |
225 | 2024-02-01T07:27:26.190Z | python vendor 3 vendor |
226 | 2024-02-01T07:27:26.190Z | python system 2 system |
227 | 2024-02-01T07:27:26.190Z | python3 system 3.11 system |
228 | 2024-02-01T07:27:26.190Z | ruby system 3.0 system |
229 | 2024-02-01T07:27:26.190Z | words vendor vendor american-english |
230 | 2024-02-01T07:27:26.190Z | words system system australian-english |
231 | 2024-02-01T07:27:26.190Z | words system system british-english |
232 | 2024-02-01T07:27:26.190Z | words system system canadian-english |
233 | 2024-02-01T07:27:26.190Z | words system system french |
234 | 2024-02-01T07:27:26.190Z | words system system italian |
235 | 2024-02-01T07:27:26.190Z | words system system ngerman |
236 | 2024-02-01T07:27:26.190Z | words system system ogerman |
237 | 2024-02-01T07:27:26.190Z | words system system spanish |
238 | 2024-02-01T07:27:26.731Z | FMRI IFO |
239 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-02-01T07:27:26.731Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-02-01T07:27:26.820Z | + set -o errexit |
248 | 2024-02-01T07:27:26.825Z | +++ dirname ./tools/ci_download_cockroachdb |
249 | 2024-02-01T07:27:26.828Z | ++ cd ./tools |
250 | 2024-02-01T07:27:26.828Z | ++ pwd |
251 | 2024-02-01T07:27:26.828Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
252 | 2024-02-01T07:27:26.828Z | ++ basename ./tools/ci_download_cockroachdb |
253 | 2024-02-01T07:27:26.829Z | + ARG0=ci_download_cockroachdb |
254 | 2024-02-01T07:27:26.829Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
255 | 2024-02-01T07:27:26.833Z | + CIDL_VERSION=v22.1.9 |
256 | 2024-02-01T07:27:26.833Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
257 | 2024-02-01T07:27:26.833Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
258 | 2024-02-01T07:27:26.833Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
259 | 2024-02-01T07:27:26.833Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
260 | 2024-02-01T07:27:26.834Z | + TARGET_DIR=out |
261 | 2024-02-01T07:27:26.834Z | + DOWNLOAD_DIR=out/downloads |
262 | 2024-02-01T07:27:26.834Z | + DEST_DIR=./out/cockroachdb |
263 | 2024-02-01T07:27:26.834Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
264 | 2024-02-01T07:27:26.834Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
265 | 2024-02-01T07:27:26.834Z | + main |
266 | 2024-02-01T07:27:26.834Z | + [[ 0 != 0 ]] |
267 | 2024-02-01T07:27:26.834Z | + CIDL_OS=solaris2.11 |
268 | 2024-02-01T07:27:26.834Z | + [[ 0 != 0 ]] |
269 | 2024-02-01T07:27:26.834Z | + configure_os solaris2.11 |
270 | 2024-02-01T07:27:26.835Z | + echo 'current directory: /work/oxidecomputer/omicron' |
271 | 2024-02-01T07:27:26.835Z | current directory: /work/oxidecomputer/omicron |
272 | 2024-02-01T07:27:26.835Z | + echo 'configuring based on OS: "solaris2.11"' |
273 | 2024-02-01T07:27:26.835Z | + case "$1" in |
274 | 2024-02-01T07:27:26.835Z | configuring based on OS: "solaris2.11" |
275 | 2024-02-01T07:27:26.835Z | + CIDL_BUILD=illumos |
276 | 2024-02-01T07:27:26.835Z | + CIDL_SUFFIX=tar.gz |
277 | 2024-02-01T07:27:26.835Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
278 | 2024-02-01T07:27:26.835Z | + CIDL_MD5FUNC=do_md5sum |
279 | 2024-02-01T07:27:26.835Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2024-02-01T07:27:26.835Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2024-02-01T07:27:26.835Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2024-02-01T07:27:26.836Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-01T07:27:26.836Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-01T07:27:26.836Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2024-02-01T07:27:26.836Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-01T07:27:26.836Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2024-02-01T07:27:26.836Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-01T07:27:26.836Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-02-01T07:27:26.836Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-01T07:27:26.836Z | + mkdir -p out/downloads |
291 | 2024-02-01T07:27:26.836Z | + mkdir -p ./out/cockroachdb |
292 | 2024-02-01T07:27:26.836Z | + local DO_DOWNLOAD=true |
293 | 2024-02-01T07:27:26.836Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
294 | 2024-02-01T07:27:26.836Z | + '[' true == true ']' |
295 | 2024-02-01T07:27:26.836Z | + echo Downloading... |
296 | 2024-02-01T07:27:26.836Z | Downloading... |
297 | 2024-02-01T07:27:26.836Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-01T07:27:26.836Z | + 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 |
299 | 2024-02-01T07:27:39.090Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-02-01T07:27:39.099Z | ++ md5sum |
301 | 2024-02-01T07:27:39.099Z | ++ awk '{print $1}' |
302 | 2024-02-01T07:27:39.361Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
303 | 2024-02-01T07:27:39.361Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
304 | 2024-02-01T07:27:39.362Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-01T07:27:39.367Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
306 | 2024-02-01T07:27:42.779Z | + do_assemble_illumos |
307 | 2024-02-01T07:27:42.779Z | + rm -r ./out/cockroachdb |
308 | 2024-02-01T07:27:42.782Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
309 | 2024-02-01T07:27:43.391Z | + ./out/cockroachdb/bin/cockroach version |
310 | 2024-02-01T07:27:43.631Z | Build Tag: v22.1.9-dirty |
311 | 2024-02-01T07:27:43.631Z | Build Time: 2022/10/26 21:17:46 |
312 | 2024-02-01T07:27:43.631Z | Distribution: OSS |
313 | 2024-02-01T07:27:43.631Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
314 | 2024-02-01T07:27:43.631Z | Go Version: go1.17.13 |
315 | 2024-02-01T07:27:43.631Z | C Compiler: gcc 10.3.0 |
316 | 2024-02-01T07:27:43.631Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
317 | 2024-02-01T07:27:43.631Z | Build Type: release |
318 | 2024-02-01T07:27:43.657Z | + set -o errexit |
319 | 2024-02-01T07:27:43.662Z | +++ dirname ./tools/ci_download_clickhouse |
320 | 2024-02-01T07:27:43.662Z | ++ cd ./tools |
321 | 2024-02-01T07:27:43.662Z | ++ pwd |
322 | 2024-02-01T07:27:43.662Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
323 | 2024-02-01T07:27:43.666Z | ++ basename ./tools/ci_download_clickhouse |
324 | 2024-02-01T07:27:43.666Z | + ARG0=ci_download_clickhouse |
325 | 2024-02-01T07:27:43.666Z | + TARGET_DIR=out |
326 | 2024-02-01T07:27:43.666Z | + DOWNLOAD_DIR=out/downloads |
327 | 2024-02-01T07:27:43.666Z | + DEST_DIR=./out/clickhouse |
328 | 2024-02-01T07:27:43.666Z | + CIDL_VERSION=v22.8.9.24 |
329 | 2024-02-01T07:27:43.666Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
330 | 2024-02-01T07:27:43.666Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
331 | 2024-02-01T07:27:43.666Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
332 | 2024-02-01T07:27:43.666Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
333 | 2024-02-01T07:27:43.666Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
334 | 2024-02-01T07:27:43.666Z | + main |
335 | 2024-02-01T07:27:43.667Z | + [[ 0 != 0 ]] |
336 | 2024-02-01T07:27:43.667Z | + CIDL_OS=solaris2.11 |
337 | 2024-02-01T07:27:43.667Z | + [[ 0 != 0 ]] |
338 | 2024-02-01T07:27:43.667Z | + configure_os solaris2.11 |
339 | 2024-02-01T07:27:43.667Z | + echo 'current directory: /work/oxidecomputer/omicron' |
340 | 2024-02-01T07:27:43.667Z | current directory: /work/oxidecomputer/omicron |
341 | 2024-02-01T07:27:43.667Z | + echo 'configuring based on OS: "solaris2.11"' |
342 | 2024-02-01T07:27:43.667Z | + CIDL_DASHREV= |
343 | 2024-02-01T07:27:43.667Z | + case "$1" in |
344 | 2024-02-01T07:27:43.667Z | configuring based on OS: "solaris2.11" |
345 | 2024-02-01T07:27:43.667Z | + CIDL_PLATFORM=illumos |
346 | 2024-02-01T07:27:43.667Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
347 | 2024-02-01T07:27:43.667Z | + CIDL_MD5FUNC=do_md5sum |
348 | 2024-02-01T07:27:43.667Z | + CIDL_DASHREV=-1 |
349 | 2024-02-01T07:27:43.667Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
350 | 2024-02-01T07:27:43.667Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-01T07:27:43.667Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-01T07:27:43.667Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-01T07:27:43.667Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2024-02-01T07:27:43.667Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
355 | 2024-02-01T07:27:43.667Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2024-02-01T07:27:43.667Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2024-02-01T07:27:43.668Z | + mkdir -p out/downloads |
358 | 2024-02-01T07:27:43.671Z | + mkdir -p ./out/clickhouse |
359 | 2024-02-01T07:27:43.671Z | + local DO_DOWNLOAD=true |
360 | 2024-02-01T07:27:43.671Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
361 | 2024-02-01T07:27:43.671Z | + '[' true == true ']' |
362 | 2024-02-01T07:27:43.671Z | + echo Downloading... |
363 | 2024-02-01T07:27:43.671Z | Downloading... |
364 | 2024-02-01T07:27:43.671Z | + 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 |
365 | 2024-02-01T07:27:43.671Z | + 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 |
366 | 2024-02-01T07:27:45.356Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-01T07:27:45.359Z | ++ md5sum |
368 | 2024-02-01T07:27:45.359Z | ++ awk '{print $1}' |
369 | 2024-02-01T07:27:45.626Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
370 | 2024-02-01T07:27:45.626Z | + [[ 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 ]] |
371 | 2024-02-01T07:27:45.629Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
372 | 2024-02-01T07:27:45.629Z | + mkdir -p ./out/clickhouse |
373 | 2024-02-01T07:27:45.629Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
374 | 2024-02-01T07:27:50.503Z | + ./out/clickhouse/clickhouse server --version |
375 | 2024-02-01T07:27:50.571Z | ClickHouse server version 22.8.9.1. |
376 | 2024-02-01T07:27:50.578Z | + set -o errexit |
377 | 2024-02-01T07:27:50.589Z | +++ dirname ./tools/ci_download_console |
378 | 2024-02-01T07:27:50.590Z | ++ cd ./tools |
379 | 2024-02-01T07:27:50.590Z | ++ pwd |
380 | 2024-02-01T07:27:50.590Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
381 | 2024-02-01T07:27:50.590Z | ++ basename ./tools/ci_download_console |
382 | 2024-02-01T07:27:50.590Z | + ARG0=ci_download_console |
383 | 2024-02-01T07:27:50.590Z | + TARGET_DIR=out |
384 | 2024-02-01T07:27:50.590Z | + DOWNLOAD_DIR=out/downloads |
385 | 2024-02-01T07:27:50.590Z | + DEST_DIR=./out/console-assets |
386 | 2024-02-01T07:27:50.590Z | + source /work/oxidecomputer/omicron/tools/console_version |
387 | 2024-02-01T07:27:50.590Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
388 | 2024-02-01T07:27:50.590Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
389 | 2024-02-01T07:27:50.590Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
390 | 2024-02-01T07:27:50.590Z | + TARBALL_FILE=out/downloads/console.tar.gz |
391 | 2024-02-01T07:27:50.591Z | + main |
392 | 2024-02-01T07:27:50.591Z | + [[ 0 != 0 ]] |
393 | 2024-02-01T07:27:50.591Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
394 | 2024-02-01T07:27:50.591Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
395 | 2024-02-01T07:27:50.591Z | + echo 'Local file: out/downloads/console.tar.gz' |
396 | 2024-02-01T07:27:50.591Z | Local file: out/downloads/console.tar.gz |
397 | 2024-02-01T07:27:50.591Z | + local DO_DOWNLOAD=true |
398 | 2024-02-01T07:27:50.591Z | + [[ -f out/downloads/console.tar.gz ]] |
399 | 2024-02-01T07:27:50.591Z | + mkdir -p out/downloads |
400 | 2024-02-01T07:27:50.591Z | + '[' true == true ']' |
401 | 2024-02-01T07:27:50.591Z | + echo Downloading... |
402 | 2024-02-01T07:27:50.591Z | Downloading... |
403 | 2024-02-01T07:27:50.591Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
404 | 2024-02-01T07:27:50.592Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
405 | 2024-02-01T07:27:51.282Z | ++ do_sha256sum out/downloads/console.tar.gz |
406 | 2024-02-01T07:27:51.288Z | ++ case "$OSTYPE" in |
407 | 2024-02-01T07:27:51.289Z | ++ SHA=sha256sum |
408 | 2024-02-01T07:27:51.289Z | ++ sha256sum |
409 | 2024-02-01T07:27:51.289Z | ++ awk '{print $1}' |
410 | 2024-02-01T07:27:51.346Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
411 | 2024-02-01T07:27:51.347Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
412 | 2024-02-01T07:27:51.359Z | + rm -rf ./out/console-assets |
413 | 2024-02-01T07:27:51.359Z | + mkdir -p ./out/console-assets |
414 | 2024-02-01T07:27:51.359Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
415 | 2024-02-01T07:27:51.359Z | + mkdir -p ./out/console-assets |
416 | 2024-02-01T07:27:51.360Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
417 | 2024-02-01T07:27:51.490Z | + set -o errexit |
418 | 2024-02-01T07:27:51.499Z | +++ dirname ./tools/ci_download_maghemite_openapi |
419 | 2024-02-01T07:27:51.499Z | ++ cd ./tools |
420 | 2024-02-01T07:27:51.499Z | ++ pwd |
421 | 2024-02-01T07:27:51.499Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
422 | 2024-02-01T07:27:51.500Z | ++ basename ./tools/ci_download_maghemite_openapi |
423 | 2024-02-01T07:27:51.500Z | + ARG0=ci_download_maghemite_openapi |
424 | 2024-02-01T07:27:51.500Z | + TARGET_DIR=out |
425 | 2024-02-01T07:27:51.500Z | + DOWNLOAD_DIR=out/downloads |
426 | 2024-02-01T07:27:51.507Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
427 | 2024-02-01T07:27:51.508Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
428 | 2024-02-01T07:27:51.508Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
429 | 2024-02-01T07:27:51.508Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
430 | 2024-02-01T07:27:51.508Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
431 | 2024-02-01T07:27:51.508Z | + main |
432 | 2024-02-01T07:27:51.508Z | + [[ 0 != 0 ]] |
433 | 2024-02-01T07:27:51.508Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
434 | 2024-02-01T07:27:51.509Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
435 | 2024-02-01T07:27:51.509Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
436 | 2024-02-01T07:27:51.509Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
437 | 2024-02-01T07:27:51.510Z | + local DO_DOWNLOAD=true |
438 | 2024-02-01T07:27:51.510Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
439 | 2024-02-01T07:27:51.510Z | + mkdir -p out/downloads |
440 | 2024-02-01T07:27:51.510Z | + '[' true == true ']' |
441 | 2024-02-01T07:27:51.510Z | + echo Downloading... |
442 | 2024-02-01T07:27:51.511Z | Downloading... |
443 | 2024-02-01T07:27:51.511Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
444 | 2024-02-01T07:27:51.511Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
445 | 2024-02-01T07:27:52.707Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
446 | 2024-02-01T07:27:52.718Z | ++ case "$OSTYPE" in |
447 | 2024-02-01T07:27:52.718Z | ++ SHA=sha256sum |
448 | 2024-02-01T07:27:52.718Z | ++ sha256sum |
449 | 2024-02-01T07:27:52.719Z | ++ awk '{print $1}' |
450 | 2024-02-01T07:27:52.719Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
451 | 2024-02-01T07:27:52.719Z | + [[ 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 ]] |
452 | 2024-02-01T07:27:52.720Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
453 | 2024-02-01T07:27:52.720Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
454 | 2024-02-01T07:27:52.720Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
455 | 2024-02-01T07:27:52.721Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
456 | 2024-02-01T07:27:52.721Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
457 | 2024-02-01T07:27:52.721Z | + main |
458 | 2024-02-01T07:27:52.721Z | + [[ 0 != 0 ]] |
459 | 2024-02-01T07:27:52.722Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
460 | 2024-02-01T07:27:52.722Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
461 | 2024-02-01T07:27:52.722Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
462 | 2024-02-01T07:27:52.723Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
463 | 2024-02-01T07:27:52.723Z | + local DO_DOWNLOAD=true |
464 | 2024-02-01T07:27:52.723Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
465 | 2024-02-01T07:27:52.723Z | + mkdir -p out/downloads |
466 | 2024-02-01T07:27:52.724Z | + '[' true == true ']' |
467 | 2024-02-01T07:27:52.724Z | + echo Downloading... |
468 | 2024-02-01T07:27:52.724Z | Downloading... |
469 | 2024-02-01T07:27:52.725Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
470 | 2024-02-01T07:27:52.725Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
471 | 2024-02-01T07:27:52.725Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
472 | 2024-02-01T07:27:52.726Z | ++ case "$OSTYPE" in |
473 | 2024-02-01T07:27:52.726Z | ++ SHA=sha256sum |
474 | 2024-02-01T07:27:52.727Z | ++ sha256sum |
475 | 2024-02-01T07:27:52.727Z | ++ awk '{print $1}' |
476 | 2024-02-01T07:27:52.727Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
477 | 2024-02-01T07:27:52.727Z | + [[ 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 ]] |
478 | 2024-02-01T07:27:52.728Z | + set -o errexit |
479 | 2024-02-01T07:27:52.728Z | +++ dirname ./tools/ci_download_dendrite_openapi |
480 | 2024-02-01T07:27:52.728Z | ++ cd ./tools |
481 | 2024-02-01T07:27:52.728Z | ++ pwd |
482 | 2024-02-01T07:27:52.729Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
483 | 2024-02-01T07:27:52.729Z | ++ basename ./tools/ci_download_dendrite_openapi |
484 | 2024-02-01T07:27:52.729Z | + ARG0=ci_download_dendrite_openapi |
485 | 2024-02-01T07:27:52.730Z | + TARGET_DIR=out |
486 | 2024-02-01T07:27:52.731Z | + DOWNLOAD_DIR=out/downloads |
487 | 2024-02-01T07:27:52.731Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
488 | 2024-02-01T07:27:52.731Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
489 | 2024-02-01T07:27:52.731Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
490 | 2024-02-01T07:27:52.732Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
491 | 2024-02-01T07:27:52.732Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
492 | 2024-02-01T07:27:52.732Z | + main |
493 | 2024-02-01T07:27:52.732Z | + [[ 0 != 0 ]] |
494 | 2024-02-01T07:27:52.733Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
495 | 2024-02-01T07:27:52.733Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
496 | 2024-02-01T07:27:52.733Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
497 | 2024-02-01T07:27:52.733Z | + local DO_DOWNLOAD=true |
498 | 2024-02-01T07:27:52.734Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
499 | 2024-02-01T07:27:52.734Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
500 | 2024-02-01T07:27:52.734Z | + mkdir -p out/downloads |
501 | 2024-02-01T07:27:52.734Z | + '[' true == true ']' |
502 | 2024-02-01T07:27:52.734Z | + echo Downloading... |
503 | 2024-02-01T07:27:52.735Z | Downloading... |
504 | 2024-02-01T07:27:52.735Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
505 | 2024-02-01T07:27:52.735Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
506 | 2024-02-01T07:27:53.003Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
507 | 2024-02-01T07:27:53.003Z | ++ case "$OSTYPE" in |
508 | 2024-02-01T07:27:53.008Z | ++ SHA=sha256sum |
509 | 2024-02-01T07:27:53.008Z | ++ sha256sum |
510 | 2024-02-01T07:27:53.008Z | ++ awk '{print $1}' |
511 | 2024-02-01T07:27:53.009Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
512 | 2024-02-01T07:27:53.009Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
513 | 2024-02-01T07:27:53.019Z | + set -o errexit |
514 | 2024-02-01T07:27:53.046Z | +++ dirname ./tools/ci_download_dendrite_stub |
515 | 2024-02-01T07:27:53.046Z | ++ cd ./tools |
516 | 2024-02-01T07:27:53.047Z | ++ pwd |
517 | 2024-02-01T07:27:53.047Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
518 | 2024-02-01T07:27:53.047Z | ++ basename ./tools/ci_download_dendrite_stub |
519 | 2024-02-01T07:27:53.048Z | + ARG0=ci_download_dendrite_stub |
520 | 2024-02-01T07:27:53.048Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
521 | 2024-02-01T07:27:53.048Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
522 | 2024-02-01T07:27:53.048Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
523 | 2024-02-01T07:27:53.049Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
524 | 2024-02-01T07:27:53.050Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
525 | 2024-02-01T07:27:53.051Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
526 | 2024-02-01T07:27:53.051Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
527 | 2024-02-01T07:27:53.052Z | + TARGET_DIR=out |
528 | 2024-02-01T07:27:53.052Z | + DOWNLOAD_DIR=out/downloads |
529 | 2024-02-01T07:27:53.052Z | + DEST_DIR=./out/dendrite-stub |
530 | 2024-02-01T07:27:53.052Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
531 | 2024-02-01T07:27:53.052Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
532 | 2024-02-01T07:27:53.053Z | + REPO=oxidecomputer/dendrite |
533 | 2024-02-01T07:27:53.053Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
534 | 2024-02-01T07:27:53.053Z | + main |
535 | 2024-02-01T07:27:53.053Z | + [[ 0 != 0 ]] |
536 | 2024-02-01T07:27:53.053Z | + CIDL_OS=solaris2.11 |
537 | 2024-02-01T07:27:53.053Z | + [[ 0 != 0 ]] |
538 | 2024-02-01T07:27:53.053Z | + configure_os solaris2.11 |
539 | 2024-02-01T07:27:53.054Z | + echo 'current directory: /work/oxidecomputer/omicron' |
540 | 2024-02-01T07:27:53.054Z | current directory: /work/oxidecomputer/omicron |
541 | 2024-02-01T07:27:53.054Z | + echo 'configuring based on OS: "solaris2.11"' |
542 | 2024-02-01T07:27:53.057Z | configuring based on OS: "solaris2.11" |
543 | 2024-02-01T07:27:53.057Z | + case "$1" in |
544 | 2024-02-01T07:27:53.057Z | + SET_BINARIES= |
545 | 2024-02-01T07:27:53.057Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
546 | 2024-02-01T07:27:53.057Z | + CIDL_SHA256FUNC=do_sha256sum |
547 | 2024-02-01T07:27:53.058Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
548 | 2024-02-01T07:27:53.058Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
549 | 2024-02-01T07:27:53.058Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-01T07:27:53.058Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
551 | 2024-02-01T07:27:53.058Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
552 | 2024-02-01T07:27:53.058Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
553 | 2024-02-01T07:27:53.059Z | Local file: out/downloads/dendrite-stub.tar.gz |
554 | 2024-02-01T07:27:53.059Z | + mkdir -p out/downloads |
555 | 2024-02-01T07:27:53.087Z | + mkdir -p ./out/dendrite-stub |
556 | 2024-02-01T07:27:53.087Z | + fetch_and_verify |
557 | 2024-02-01T07:27:53.087Z | + local DO_DOWNLOAD=true |
558 | 2024-02-01T07:27:53.087Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
559 | 2024-02-01T07:27:53.087Z | + '[' true == true ']' |
560 | 2024-02-01T07:27:53.088Z | + echo Downloading... |
561 | 2024-02-01T07:27:53.088Z | Downloading... |
562 | 2024-02-01T07:27:53.088Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-01T07:27:53.089Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
564 | 2024-02-01T07:28:10.387Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-01T07:28:10.390Z | ++ sha256sum |
566 | 2024-02-01T07:28:10.391Z | ++ awk '{print $1}' |
567 | 2024-02-01T07:28:10.491Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
568 | 2024-02-01T07:28:10.491Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
569 | 2024-02-01T07:28:10.495Z | + do_untar out/downloads/dendrite-stub.tar.gz |
570 | 2024-02-01T07:28:10.495Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
571 | 2024-02-01T07:28:11.696Z | + do_assemble |
572 | 2024-02-01T07:28:11.696Z | + rm -r ./out/dendrite-stub |
573 | 2024-02-01T07:28:11.712Z | + mkdir ./out/dendrite-stub |
574 | 2024-02-01T07:28:11.712Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
575 | 2024-02-01T07:28:11.747Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
576 | 2024-02-01T07:28:11.760Z | + set -o errexit |
577 | 2024-02-01T07:28:11.763Z | +++ dirname ./tools/ci_download_maghemite_mgd |
578 | 2024-02-01T07:28:11.767Z | ++ cd ./tools |
579 | 2024-02-01T07:28:11.767Z | ++ pwd |
580 | 2024-02-01T07:28:11.767Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
581 | 2024-02-01T07:28:11.771Z | ++ basename ./tools/ci_download_maghemite_mgd |
582 | 2024-02-01T07:28:11.771Z | + ARG0=ci_download_maghemite_mgd |
583 | 2024-02-01T07:28:11.771Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
584 | 2024-02-01T07:28:11.772Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
585 | 2024-02-01T07:28:11.772Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
586 | 2024-02-01T07:28:11.772Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
587 | 2024-02-01T07:28:11.772Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
588 | 2024-02-01T07:28:11.772Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
589 | 2024-02-01T07:28:11.772Z | + TARGET_DIR=out |
590 | 2024-02-01T07:28:11.772Z | + DOWNLOAD_DIR=out/downloads |
591 | 2024-02-01T07:28:11.772Z | + DEST_DIR=./out/mgd |
592 | 2024-02-01T07:28:11.772Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
593 | 2024-02-01T07:28:11.772Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
594 | 2024-02-01T07:28:11.772Z | + REPO=oxidecomputer/maghemite |
595 | 2024-02-01T07:28:11.772Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
596 | 2024-02-01T07:28:11.772Z | + main |
597 | 2024-02-01T07:28:11.772Z | + [[ 0 != 0 ]] |
598 | 2024-02-01T07:28:11.772Z | + CIDL_OS=solaris2.11 |
599 | 2024-02-01T07:28:11.772Z | + [[ 0 != 0 ]] |
600 | 2024-02-01T07:28:11.772Z | + configure_os solaris2.11 |
601 | 2024-02-01T07:28:11.773Z | + echo 'current directory: /work/oxidecomputer/omicron' |
602 | 2024-02-01T07:28:11.773Z | current directory: /work/oxidecomputer/omicron |
603 | 2024-02-01T07:28:11.773Z | + echo 'configuring based on OS: "solaris2.11"' |
604 | 2024-02-01T07:28:11.773Z | + case "$1" in |
605 | 2024-02-01T07:28:11.773Z | configuring based on OS: "solaris2.11" |
606 | 2024-02-01T07:28:11.773Z | + SET_BINARIES= |
607 | 2024-02-01T07:28:11.773Z | + CIDL_SHA256FUNC=do_sha256sum |
608 | 2024-02-01T07:28:11.773Z | + TARBALL_FILENAME=mgd.tar.gz |
609 | 2024-02-01T07:28:11.773Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
610 | 2024-02-01T07:28:11.773Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
611 | 2024-02-01T07:28:11.774Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
612 | 2024-02-01T07:28:11.774Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
613 | 2024-02-01T07:28:11.774Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
614 | 2024-02-01T07:28:11.774Z | Local file: out/downloads/mgd.tar.gz |
615 | 2024-02-01T07:28:11.774Z | + mkdir -p out/downloads |
616 | 2024-02-01T07:28:11.777Z | + mkdir -p ./out/mgd |
617 | 2024-02-01T07:28:11.777Z | + fetch_and_verify |
618 | 2024-02-01T07:28:11.777Z | + local DO_DOWNLOAD=true |
619 | 2024-02-01T07:28:11.777Z | + [[ -f out/downloads/mgd.tar.gz ]] |
620 | 2024-02-01T07:28:11.777Z | + '[' true == true ']' |
621 | 2024-02-01T07:28:11.777Z | + echo Downloading... |
622 | 2024-02-01T07:28:11.777Z | Downloading... |
623 | 2024-02-01T07:28:11.777Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
624 | 2024-02-01T07:28:11.777Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
625 | 2024-02-01T07:28:17.185Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
626 | 2024-02-01T07:28:17.200Z | ++ sha256sum |
627 | 2024-02-01T07:28:17.200Z | ++ awk '{print $1}' |
628 | 2024-02-01T07:28:17.252Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
629 | 2024-02-01T07:28:17.252Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
630 | 2024-02-01T07:28:17.260Z | + do_untar out/downloads/mgd.tar.gz |
631 | 2024-02-01T07:28:17.260Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
632 | 2024-02-01T07:28:17.943Z | + do_assemble |
633 | 2024-02-01T07:28:17.943Z | + rm -r ./out/mgd |
634 | 2024-02-01T07:28:17.978Z | + mkdir ./out/mgd |
635 | 2024-02-01T07:28:17.978Z | + cp -r out/downloads/root ./out/mgd/root |
636 | 2024-02-01T07:28:18.164Z | + set -o errexit |
637 | 2024-02-01T07:28:18.184Z | +++ dirname ./tools/ci_download_transceiver_control |
638 | 2024-02-01T07:28:18.184Z | ++ cd ./tools |
639 | 2024-02-01T07:28:18.184Z | ++ pwd |
640 | 2024-02-01T07:28:18.184Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
641 | 2024-02-01T07:28:18.184Z | ++ basename ./tools/ci_download_transceiver_control |
642 | 2024-02-01T07:28:18.184Z | + ARG0=ci_download_transceiver_control |
643 | 2024-02-01T07:28:18.185Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
644 | 2024-02-01T07:28:18.185Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
645 | 2024-02-01T07:28:18.185Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
646 | 2024-02-01T07:28:18.185Z | + TARGET_DIR=out |
647 | 2024-02-01T07:28:18.185Z | + DOWNLOAD_DIR=out/downloads |
648 | 2024-02-01T07:28:18.186Z | + DEST_DIR=./out/transceiver-control |
649 | 2024-02-01T07:28:18.187Z | + BIN_DIR=/opt/oxide/bin |
650 | 2024-02-01T07:28:18.187Z | + BINARY=xcvradm |
651 | 2024-02-01T07:28:18.187Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
652 | 2024-02-01T07:28:18.187Z | + REPO=oxidecomputer/transceiver-control |
653 | 2024-02-01T07:28:18.187Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2024-02-01T07:28:18.187Z | + main |
655 | 2024-02-01T07:28:18.188Z | + [[ 0 != 0 ]] |
656 | 2024-02-01T07:28:18.188Z | + CIDL_OS=solaris2.11 |
657 | 2024-02-01T07:28:18.188Z | + [[ 0 != 0 ]] |
658 | 2024-02-01T07:28:18.188Z | + configure_os solaris2.11 |
659 | 2024-02-01T07:28:18.188Z | + echo 'current directory: /work/oxidecomputer/omicron' |
660 | 2024-02-01T07:28:18.188Z | current directory: /work/oxidecomputer/omicron |
661 | 2024-02-01T07:28:18.189Z | + echo 'configuring based on OS: "solaris2.11"' |
662 | 2024-02-01T07:28:18.189Z | + case "$1" in |
663 | 2024-02-01T07:28:18.189Z | configuring based on OS: "solaris2.11" |
664 | 2024-02-01T07:28:18.189Z | + SET_BINARIES= |
665 | 2024-02-01T07:28:18.189Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
666 | 2024-02-01T07:28:18.189Z | + CIDL_SHA256FUNC=do_sha256sum |
667 | 2024-02-01T07:28:18.189Z | + ARCHIVE_FILENAME=xcvradm.gz |
668 | 2024-02-01T07:28:18.189Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2024-02-01T07:28:18.190Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
670 | 2024-02-01T07:28:18.190Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
671 | 2024-02-01T07:28:18.190Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2024-02-01T07:28:18.190Z | Local file: out/downloads/xcvradm.gz |
673 | 2024-02-01T07:28:18.190Z | + echo 'Local file: out/downloads/xcvradm.gz' |
674 | 2024-02-01T07:28:18.190Z | + mkdir -p out/downloads |
675 | 2024-02-01T07:28:18.190Z | + mkdir -p ./out/transceiver-control |
676 | 2024-02-01T07:28:18.204Z | + fetch_and_verify |
677 | 2024-02-01T07:28:18.204Z | + local DO_DOWNLOAD=true |
678 | 2024-02-01T07:28:18.204Z | + [[ -f out/downloads/xcvradm.gz ]] |
679 | 2024-02-01T07:28:18.204Z | + '[' true == true ']' |
680 | 2024-02-01T07:28:18.204Z | + echo Downloading... |
681 | 2024-02-01T07:28:18.204Z | Downloading... |
682 | 2024-02-01T07:28:18.204Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
683 | 2024-02-01T07:28:18.205Z | + 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 |
684 | 2024-02-01T07:28:23.408Z | ++ do_sha256sum out/downloads/xcvradm.gz |
685 | 2024-02-01T07:28:23.413Z | ++ sha256sum |
686 | 2024-02-01T07:28:23.413Z | ++ awk '{print $1}' |
687 | 2024-02-01T07:28:23.434Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
688 | 2024-02-01T07:28:23.434Z | + [[ 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 ]] |
689 | 2024-02-01T07:28:23.437Z | + do_unpack out/downloads/xcvradm.gz |
690 | 2024-02-01T07:28:23.437Z | + mkdir -p out/downloads/root//opt/oxide/bin |
691 | 2024-02-01T07:28:23.437Z | + gzip -dc out/downloads/xcvradm.gz |
692 | 2024-02-01T07:28:23.633Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
693 | 2024-02-01T07:28:23.643Z | + do_assemble |
694 | 2024-02-01T07:28:23.643Z | + rm -r ./out/transceiver-control |
695 | 2024-02-01T07:28:23.643Z | + mkdir ./out/transceiver-control |
696 | 2024-02-01T07:28:23.644Z | + cp -r out/downloads/root ./out/transceiver-control/root |
697 | 2024-02-01T07:28:23.833Z | All prerequisites installed successfully |
698 | 2024-02-01T07:28:23.842Z | |
699 | 2024-02-01T07:28:23.842Z | real 2:53.952939825 |
700 | 2024-02-01T07:28:23.842Z | user 52.354525114 |
701 | 2024-02-01T07:28:23.842Z | sys 10.209237991 |
702 | 2024-02-01T07:28:23.842Z | trap 0.024686389 |
703 | 2024-02-01T07:28:23.842Z | tflt 0.182985284 |
704 | 2024-02-01T07:28:23.843Z | dflt 0.302486267 |
705 | 2024-02-01T07:28:23.843Z | kflt 0.148767616 |
706 | 2024-02-01T07:28:23.843Z | lock 1.990887944 |
707 | 2024-02-01T07:28:23.843Z | slp 5:51.528151727 |
708 | 2024-02-01T07:28:23.843Z | lat 3.376956952 |
709 | 2024-02-01T07:28:23.843Z | stop 0.075278110 |
710 | 2024-02-01T07:28:23.843Z | + ptime -m ./tools/ci_download_softnpu_machinery |
711 | 2024-02-01T07:28:23.843Z | fetching npuzone |
712 | 2024-02-01T07:28:23.858Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
713 | 2024-02-01T07:28:23.858Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
714 | 2024-02-01T07:28:23.858Z | Getting hash for npuzone |
715 | 2024-02-01T07:28:23.984Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
716 | 2024-02-01T07:28:32.846Z | npuzone downloaded successfully |
717 | 2024-02-01T07:28:32.850Z | |
718 | 2024-02-01T07:28:32.854Z | real 9.026261486 |
719 | 2024-02-01T07:28:32.854Z | user 0.559685375 |
720 | 2024-02-01T07:28:32.854Z | sys 0.157305367 |
721 | 2024-02-01T07:28:32.854Z | trap 0.000081263 |
722 | 2024-02-01T07:28:32.854Z | tflt 0.000000000 |
723 | 2024-02-01T07:28:32.854Z | dflt 0.000000000 |
724 | 2024-02-01T07:28:32.854Z | kflt 0.000000000 |
725 | 2024-02-01T07:28:32.854Z | lock 0.000000000 |
726 | 2024-02-01T07:28:32.854Z | slp 26.170028435 |
727 | 2024-02-01T07:28:32.854Z | lat 0.153625609 |
728 | 2024-02-01T07:28:32.859Z | stop 0.000254019 |
729 | 2024-02-01T07:28:32.859Z | + export CARGO_INCREMENTAL=0 |
730 | 2024-02-01T07:28:32.859Z | + CARGO_INCREMENTAL=0 |
731 | 2024-02-01T07:28:32.859Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
732 | 2024-02-01T07:28:33.201Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
733 | 2024-02-01T07:28:33.532Z | Updating crates.io index |
734 | 2024-02-01T07:28:33.613Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2024-02-01T07:28:34.451Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2024-02-01T07:28:36.908Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2024-02-01T07:28:37.403Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2024-02-01T07:28:37.711Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2024-02-01T07:28:38.003Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2024-02-01T07:28:38.291Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2024-02-01T07:28:39.409Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2024-02-01T07:28:41.851Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2024-02-01T07:28:42.951Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2024-02-01T07:28:43.285Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2024-02-01T07:28:43.859Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2024-02-01T07:28:44.225Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
747 | 2024-02-01T07:28:44.523Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2024-02-01T07:28:44.834Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2024-02-01T07:28:45.275Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2024-02-01T07:28:45.770Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-02-01T07:28:46.050Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-02-01T07:28:46.595Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2024-02-01T07:28:46.951Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-02-01T07:28:47.260Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2024-02-01T07:28:50.467Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2024-02-01T07:28:50.889Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-02-01T07:28:52.627Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-02-01T07:28:52.990Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-02-01T07:28:53.304Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-02-01T07:28:55.024Z | Downloading crates ... |
761 | 2024-02-01T07:28:55.308Z | Downloaded nanorand v0.7.0 |
762 | 2024-02-01T07:28:55.327Z | Downloaded normalize-line-endings v0.3.0 |
763 | 2024-02-01T07:28:55.333Z | Downloaded async-trait v0.1.77 |
764 | 2024-02-01T07:28:55.342Z | Downloaded block-padding v0.3.3 |
765 | 2024-02-01T07:28:55.346Z | Downloaded ciborium-ll v0.2.2 |
766 | 2024-02-01T07:28:55.355Z | Downloaded mime v0.3.17 |
767 | 2024-02-01T07:28:55.362Z | Downloaded http-body v0.4.5 |
768 | 2024-02-01T07:28:55.368Z | Downloaded hubpack_derive v0.1.1 |
769 | 2024-02-01T07:28:55.375Z | Downloaded ascii-canvas v3.0.0 |
770 | 2024-02-01T07:28:55.379Z | Downloaded anstyle-query v1.0.0 |
771 | 2024-02-01T07:28:55.385Z | Downloaded maplit v1.0.2 |
772 | 2024-02-01T07:28:55.390Z | Downloaded curve25519-dalek-derive v0.1.0 |
773 | 2024-02-01T07:28:55.393Z | Downloaded num-derive v0.4.0 |
774 | 2024-02-01T07:28:55.400Z | Downloaded atty v0.2.14 |
775 | 2024-02-01T07:28:55.406Z | Downloaded cancel-safe-futures v0.1.5 |
776 | 2024-02-01T07:28:55.411Z | Downloaded http-range v0.1.5 |
777 | 2024-02-01T07:28:55.415Z | Downloaded colored v2.0.4 |
778 | 2024-02-01T07:28:55.421Z | Downloaded argon2 v0.5.3 |
779 | 2024-02-01T07:28:55.426Z | Downloaded bytecount v0.6.3 |
780 | 2024-02-01T07:28:55.432Z | Downloaded usdt-macro v0.5.0 |
781 | 2024-02-01T07:28:55.437Z | Downloaded inout v0.1.3 |
782 | 2024-02-01T07:28:55.440Z | Downloaded httparse v1.8.0 |
783 | 2024-02-01T07:28:55.447Z | Downloaded ident_case v1.0.1 |
784 | 2024-02-01T07:28:55.451Z | Downloaded httpdate v1.0.3 |
785 | 2024-02-01T07:28:55.455Z | Downloaded vsss-rs v3.3.4 |
786 | 2024-02-01T07:28:55.468Z | Downloaded serde_repr v0.1.16 |
787 | 2024-02-01T07:28:55.471Z | Downloaded cstr-argument v0.1.2 |
788 | 2024-02-01T07:28:55.479Z | Downloaded scroll_derive v0.12.0 |
789 | 2024-02-01T07:28:55.479Z | Downloaded new_debug_unreachable v1.0.4 |
790 | 2024-02-01T07:28:55.483Z | Downloaded cpufeatures v0.2.12 |
791 | 2024-02-01T07:28:55.483Z | Downloaded is_ci v1.1.1 |
792 | 2024-02-01T07:28:55.489Z | Downloaded either v1.9.0 |
793 | 2024-02-01T07:28:55.489Z | Downloaded lazy_static v1.4.0 |
794 | 2024-02-01T07:28:55.494Z | Downloaded serde-big-array v0.5.1 |
795 | 2024-02-01T07:28:55.501Z | Downloaded darling_macro v0.14.4 |
796 | 2024-02-01T07:28:55.501Z | Downloaded want v0.3.1 |
797 | 2024-02-01T07:28:55.519Z | Downloaded pin-utils v0.1.0 |
798 | 2024-02-01T07:28:55.519Z | Downloaded crossbeam-epoch v0.9.15 |
799 | 2024-02-01T07:28:55.519Z | Downloaded memoffset v0.7.1 |
800 | 2024-02-01T07:28:55.524Z | Downloaded console v0.15.8 |
801 | 2024-02-01T07:28:55.524Z | Downloaded indoc v1.0.9 |
802 | 2024-02-01T07:28:55.530Z | Downloaded crypto-common v0.1.6 |
803 | 2024-02-01T07:28:55.537Z | Downloaded crossbeam-deque v0.8.3 |
804 | 2024-02-01T07:28:55.537Z | Downloaded crc-catalog v2.2.0 |
805 | 2024-02-01T07:28:55.541Z | Downloaded backtrace v0.3.69 |
806 | 2024-02-01T07:28:55.544Z | Downloaded sct v0.7.0 |
807 | 2024-02-01T07:28:55.552Z | Downloaded phf_shared v0.10.0 |
808 | 2024-02-01T07:28:55.556Z | Downloaded radium v0.7.0 |
809 | 2024-02-01T07:28:55.556Z | Downloaded signal-hook-registry v1.4.1 |
810 | 2024-02-01T07:28:55.560Z | Downloaded lru v0.12.1 |
811 | 2024-02-01T07:28:55.564Z | Downloaded ed25519 v1.5.3 |
812 | 2024-02-01T07:28:55.568Z | Downloaded signal-hook-mio v0.2.3 |
813 | 2024-02-01T07:28:55.568Z | Downloaded walkdir v2.4.0 |
814 | 2024-02-01T07:28:55.573Z | Downloaded clang-sys v1.6.1 |
815 | 2024-02-01T07:28:55.585Z | Downloaded foreign-types-shared v0.3.1 |
816 | 2024-02-01T07:28:55.585Z | Downloaded anyhow v1.0.75 |
817 | 2024-02-01T07:28:55.588Z | Downloaded once_cell v1.19.0 |
818 | 2024-02-01T07:28:55.591Z | Downloaded scheduled-thread-pool v0.2.7 |
819 | 2024-02-01T07:28:55.594Z | Downloaded equivalent v1.0.1 |
820 | 2024-02-01T07:28:55.600Z | Downloaded stability v0.1.1 |
821 | 2024-02-01T07:28:55.603Z | Downloaded indicatif v0.17.7 |
822 | 2024-02-01T07:28:55.606Z | Downloaded hash32 v0.2.1 |
823 | 2024-02-01T07:28:55.609Z | Downloaded openssl-macros v0.1.1 |
824 | 2024-02-01T07:28:55.612Z | Downloaded which v4.4.0 |
825 | 2024-02-01T07:28:55.615Z | Downloaded indexmap v1.9.3 |
826 | 2024-02-01T07:28:55.619Z | Downloaded env_logger v0.10.0 |
827 | 2024-02-01T07:28:55.625Z | Downloaded packed_struct v0.10.1 |
828 | 2024-02-01T07:28:55.629Z | Downloaded tui-tree-widget v0.16.0 |
829 | 2024-02-01T07:28:55.632Z | Downloaded topological-sort v0.2.2 |
830 | 2024-02-01T07:28:55.635Z | Downloaded unicode-linebreak v0.1.5 |
831 | 2024-02-01T07:28:55.637Z | Downloaded tinyvec_macros v0.1.1 |
832 | 2024-02-01T07:28:55.637Z | Downloaded display-error-chain v0.2.0 |
833 | 2024-02-01T07:28:55.640Z | Downloaded unicase v2.7.0 |
834 | 2024-02-01T07:28:55.643Z | Downloaded darling_core v0.20.3 |
835 | 2024-02-01T07:28:55.652Z | Downloaded diesel_table_macro_syntax v0.1.0 |
836 | 2024-02-01T07:28:55.655Z | Downloaded usdt-impl v0.5.0 |
837 | 2024-02-01T07:28:55.657Z | Downloaded crc32fast v1.3.2 |
838 | 2024-02-01T07:28:55.664Z | Downloaded crossbeam-utils v0.8.16 |
839 | 2024-02-01T07:28:55.671Z | Downloaded strsim v0.8.0 |
840 | 2024-02-01T07:28:55.673Z | Downloaded tokio-macros v2.2.0 |
841 | 2024-02-01T07:28:55.673Z | Downloaded slog-bunyan v2.5.0 |
842 | 2024-02-01T07:28:55.678Z | Downloaded typenum v1.16.0 |
843 | 2024-02-01T07:28:55.682Z | Downloaded proc-macro-crate v1.3.1 |
844 | 2024-02-01T07:28:55.684Z | Downloaded serde_spanned v0.6.4 |
845 | 2024-02-01T07:28:55.694Z | Downloaded pest_meta v2.7.6 |
846 | 2024-02-01T07:28:55.694Z | Downloaded sqlparser_derive v0.2.2 |
847 | 2024-02-01T07:28:55.694Z | Downloaded parking_lot_core v0.8.6 |
848 | 2024-02-01T07:28:55.698Z | Downloaded supports-color v2.1.0 |
849 | 2024-02-01T07:28:55.701Z | Downloaded termtree v0.4.1 |
850 | 2024-02-01T07:28:55.701Z | Downloaded tokio-native-tls v0.3.1 |
851 | 2024-02-01T07:28:55.705Z | Downloaded pretty-hex v0.2.1 |
852 | 2024-02-01T07:28:55.707Z | Downloaded stable_deref_trait v1.2.0 |
853 | 2024-02-01T07:28:55.710Z | Downloaded crypto-bigint v0.5.2 |
854 | 2024-02-01T07:28:55.724Z | Downloaded deranged v0.3.8 |
855 | 2024-02-01T07:28:55.727Z | Downloaded peeking_take_while v0.1.2 |
856 | 2024-02-01T07:28:55.727Z | Downloaded usdt-impl v0.3.5 |
857 | 2024-02-01T07:28:55.729Z | Downloaded thread_local v1.1.7 |
858 | 2024-02-01T07:28:55.733Z | Downloaded secrecy v0.8.0 |
859 | 2024-02-01T07:28:55.736Z | Downloaded waitgroup v0.1.2 |
860 | 2024-02-01T07:28:55.739Z | Downloaded home v0.5.5 |
861 | 2024-02-01T07:28:55.742Z | Downloaded usdt v0.5.0 |
862 | 2024-02-01T07:28:55.742Z | Downloaded tokio-stream v0.1.14 |
863 | 2024-02-01T07:28:55.750Z | Downloaded tokio-tungstenite v0.20.1 |
864 | 2024-02-01T07:28:55.755Z | Downloaded filetime v0.2.23 |
865 | 2024-02-01T07:28:55.758Z | Downloaded postcard v1.0.8 |
866 | 2024-02-01T07:28:55.764Z | Downloaded der_derive v0.7.2 |
867 | 2024-02-01T07:28:55.768Z | Downloaded smawk v0.3.1 |
868 | 2024-02-01T07:28:55.774Z | Downloaded static_assertions v1.1.0 |
869 | 2024-02-01T07:28:55.776Z | Downloaded fatfs v0.3.6 |
870 | 2024-02-01T07:28:55.780Z | Downloaded headers-core v0.2.0 |
871 | 2024-02-01T07:28:55.783Z | Downloaded fastrand v2.0.0 |
872 | 2024-02-01T07:28:55.786Z | Downloaded precomputed-hash v0.1.1 |
873 | 2024-02-01T07:28:55.789Z | Downloaded toolchain_find v0.2.0 |
874 | 2024-02-01T07:28:55.789Z | Downloaded derive_builder v0.12.0 |
875 | 2024-02-01T07:28:55.798Z | Downloaded is-terminal v0.4.9 |
876 | 2024-02-01T07:28:55.801Z | Downloaded ryu v1.0.15 |
877 | 2024-02-01T07:28:55.807Z | Downloaded fs-err v2.11.0 |
878 | 2024-02-01T07:28:55.810Z | Downloaded form_urlencoded v1.2.1 |
879 | 2024-02-01T07:28:55.813Z | Downloaded foreign-types v0.3.2 |
880 | 2024-02-01T07:28:55.816Z | Downloaded serde_path_to_error v0.1.15 |
881 | 2024-02-01T07:28:55.819Z | Downloaded slog-stdlog v4.1.1 |
882 | 2024-02-01T07:28:55.822Z | Downloaded number_prefix v0.4.0 |
883 | 2024-02-01T07:28:55.827Z | Downloaded similar v2.3.0 |
884 | 2024-02-01T07:28:55.833Z | Downloaded lalrpop-util v0.19.12 |
885 | 2024-02-01T07:28:55.836Z | Downloaded oso v0.27.0 |
886 | 2024-02-01T07:28:55.842Z | Downloaded zone_cfg_derive v0.3.0 |
887 | 2024-02-01T07:28:55.845Z | Downloaded diesel_derives v2.1.2 |
888 | 2024-02-01T07:28:55.851Z | Downloaded match_cfg v0.1.0 |
889 | 2024-02-01T07:28:55.854Z | Downloaded spin v0.9.8 |
890 | 2024-02-01T07:28:55.857Z | Downloaded tiny-keccak v2.0.2 |
891 | 2024-02-01T07:28:55.863Z | Downloaded parse-display v0.8.2 |
892 | 2024-02-01T07:28:55.867Z | Downloaded ena v0.14.2 |
893 | 2024-02-01T07:28:55.870Z | Downloaded owo-colors v4.0.0 |
894 | 2024-02-01T07:28:55.873Z | Downloaded rtoolbox v0.0.1 |
895 | 2024-02-01T07:28:55.877Z | Downloaded pkg-config v0.3.27 |
896 | 2024-02-01T07:28:55.880Z | Downloaded try-lock v0.2.4 |
897 | 2024-02-01T07:28:55.883Z | Downloaded rustls-pemfile v1.0.3 |
898 | 2024-02-01T07:28:55.886Z | Downloaded pin-project-internal v1.1.3 |
899 | 2024-02-01T07:28:55.889Z | Downloaded serde_derive v1.0.195 |
900 | 2024-02-01T07:28:55.898Z | Downloaded serde_derive_internals v0.26.0 |
901 | 2024-02-01T07:28:55.900Z | Downloaded async-stream-impl v0.3.5 |
902 | 2024-02-01T07:28:55.903Z | Downloaded shell-words v1.1.0 |
903 | 2024-02-01T07:28:55.903Z | Downloaded ref-cast-impl v1.0.20 |
904 | 2024-02-01T07:28:55.906Z | Downloaded wait-timeout v0.2.0 |
905 | 2024-02-01T07:28:55.910Z | Downloaded time v0.3.27 |
906 | 2024-02-01T07:28:55.921Z | Downloaded thread-id v4.2.0 |
907 | 2024-02-01T07:28:55.924Z | Downloaded array-init v0.0.4 |
908 | 2024-02-01T07:28:55.927Z | Downloaded darling_macro v0.20.3 |
909 | 2024-02-01T07:28:55.930Z | Downloaded anstyle v1.0.2 |
910 | 2024-02-01T07:28:55.930Z | Downloaded strum v0.25.0 |
911 | 2024-02-01T07:28:55.933Z | Downloaded parse-display-derive v0.8.2 |
912 | 2024-02-01T07:28:55.936Z | Downloaded pem v3.0.2 |
913 | 2024-02-01T07:28:55.942Z | Downloaded diff v0.1.13 |
914 | 2024-02-01T07:28:55.948Z | Downloaded tabled_derive v0.7.0 |
915 | 2024-02-01T07:28:55.952Z | Downloaded term v0.7.0 |
916 | 2024-02-01T07:28:55.955Z | Downloaded quick-error v1.2.3 |
917 | 2024-02-01T07:28:55.958Z | Downloaded foreign-types-macros v0.2.3 |
918 | 2024-02-01T07:28:55.958Z | Downloaded zip v0.6.6 |
919 | 2024-02-01T07:28:55.965Z | Downloaded take_mut v0.2.2 |
920 | 2024-02-01T07:28:55.968Z | Downloaded group v0.13.0 |
921 | 2024-02-01T07:28:55.973Z | Downloaded vec_map v0.8.2 |
922 | 2024-02-01T07:28:55.976Z | Downloaded heapless v0.8.0 |
923 | 2024-02-01T07:28:55.981Z | Downloaded snafu v0.7.5 |
924 | 2024-02-01T07:28:55.995Z | Downloaded parse-size v1.0.0 |
925 | 2024-02-01T07:28:56.008Z | Downloaded funty v2.0.0 |
926 | 2024-02-01T07:28:56.008Z | Downloaded zone v0.3.0 |
927 | 2024-02-01T07:28:56.419Z | Downloaded omicron-zone-package v0.10.1 |
928 | 2024-02-01T07:28:56.420Z | Downloaded data-encoding v2.4.0 |
929 | 2024-02-01T07:28:56.421Z | Downloaded headers v0.3.9 |
930 | 2024-02-01T07:28:56.424Z | Downloaded plain v0.2.3 |
931 | 2024-02-01T07:28:56.424Z | Downloaded vte_generate_state_changes v0.1.1 |
932 | 2024-02-01T07:28:56.424Z | Downloaded assert_matches v1.5.0 |
933 | 2024-02-01T07:28:56.424Z | Downloaded rcgen v0.12.1 |
934 | 2024-02-01T07:28:56.424Z | Downloaded endian-type v0.1.2 |
935 | 2024-02-01T07:28:56.425Z | Downloaded heck v0.4.1 |
936 | 2024-02-01T07:28:56.425Z | Downloaded paste v1.0.14 |
937 | 2024-02-01T07:28:56.425Z | Downloaded dtrace-parser v0.2.0 |
938 | 2024-02-01T07:28:56.425Z | Downloaded dtrace-parser v0.1.14 |
939 | 2024-02-01T07:28:56.425Z | Downloaded dirs-sys-next v0.1.2 |
940 | 2024-02-01T07:28:56.425Z | Downloaded fixedbitset v0.4.2 |
941 | 2024-02-01T07:28:56.425Z | Downloaded highway v1.1.0 |
942 | 2024-02-01T07:28:56.425Z | Downloaded foreign-types-shared v0.1.1 |
943 | 2024-02-01T07:28:56.427Z | Downloaded subtle v2.5.0 |
944 | 2024-02-01T07:28:56.427Z | Downloaded rustc-demangle v0.1.23 |
945 | 2024-02-01T07:28:56.427Z | Downloaded num-bigint-dig v0.8.4 |
946 | 2024-02-01T07:28:56.427Z | Downloaded digest v0.10.7 |
947 | 2024-02-01T07:28:56.427Z | Downloaded samael v0.0.14 |
948 | 2024-02-01T07:28:56.427Z | Downloaded doc-comment v0.3.3 |
949 | 2024-02-01T07:28:56.427Z | Downloaded derive_builder_macro v0.12.0 |
950 | 2024-02-01T07:28:56.427Z | Downloaded path-slash v0.1.5 |
951 | 2024-02-01T07:28:56.427Z | Downloaded scopeguard v1.2.0 |
952 | 2024-02-01T07:28:56.427Z | Downloaded pretty-hex v0.4.1 |
953 | 2024-02-01T07:28:56.427Z | Downloaded ron v0.8.1 |
954 | 2024-02-01T07:28:56.427Z | Downloaded rustc-hash v1.1.0 |
955 | 2024-02-01T07:28:56.427Z | Downloaded futures-io v0.3.30 |
956 | 2024-02-01T07:28:56.428Z | Downloaded downcast v0.11.0 |
957 | 2024-02-01T07:28:56.428Z | Downloaded heck v0.3.3 |
958 | 2024-02-01T07:28:56.428Z | Downloaded portable-atomic v1.4.3 |
959 | 2024-02-01T07:28:56.428Z | Downloaded foreign-types v0.5.0 |
960 | 2024-02-01T07:28:56.428Z | Downloaded rustc_version v0.4.0 |
961 | 2024-02-01T07:28:56.428Z | Downloaded smallvec v1.11.2 |
962 | 2024-02-01T07:28:56.428Z | Downloaded rand_core v0.6.4 |
963 | 2024-02-01T07:28:56.428Z | Downloaded structopt v0.3.26 |
964 | 2024-02-01T07:28:56.428Z | Downloaded serde_tokenstream v0.2.0 |
965 | 2024-02-01T07:28:56.428Z | Downloaded futures-channel v0.3.30 |
966 | 2024-02-01T07:28:56.428Z | Downloaded futures-core v0.3.30 |
967 | 2024-02-01T07:28:56.428Z | Downloaded resolv-conf v0.7.0 |
968 | 2024-02-01T07:28:56.428Z | Downloaded macaddr v1.0.1 |
969 | 2024-02-01T07:28:56.428Z | Downloaded fnv v1.0.7 |
970 | 2024-02-01T07:28:56.428Z | Downloaded postgres-protocol v0.6.6 |
971 | 2024-02-01T07:28:56.429Z | Downloaded hash32 v0.3.1 |
972 | 2024-02-01T07:28:56.429Z | Downloaded serde_yaml v0.9.25 |
973 | 2024-02-01T07:28:56.429Z | Downloaded rand_chacha v0.3.1 |
974 | 2024-02-01T07:28:56.429Z | Downloaded strum_macros v0.25.2 |
975 | 2024-02-01T07:28:56.429Z | Downloaded xattr v1.0.1 |
976 | 2024-02-01T07:28:56.429Z | Downloaded futures-macro v0.3.30 |
977 | 2024-02-01T07:28:56.429Z | Downloaded yasna v0.5.2 |
978 | 2024-02-01T07:28:56.429Z | Downloaded embedded-io v0.4.0 |
979 | 2024-02-01T07:28:56.429Z | Downloaded defmt-parser v0.3.3 |
980 | 2024-02-01T07:28:56.429Z | Downloaded trust-dns-proto v0.22.0 |
981 | 2024-02-01T07:28:56.429Z | Downloaded scroll v0.12.0 |
982 | 2024-02-01T07:28:56.429Z | Downloaded futures v0.3.30 |
983 | 2024-02-01T07:28:56.429Z | Downloaded errno v0.3.8 |
984 | 2024-02-01T07:28:56.429Z | Downloaded pkcs1 v0.7.5 |
985 | 2024-02-01T07:28:56.429Z | Downloaded parking_lot v0.11.2 |
986 | 2024-02-01T07:28:56.429Z | Downloaded slog-term v2.9.0 |
987 | 2024-02-01T07:28:56.429Z | Downloaded zerocopy-derive v0.7.32 |
988 | 2024-02-01T07:28:56.429Z | Downloaded semver v1.0.21 |
989 | 2024-02-01T07:28:56.429Z | Downloaded miniz_oxide v0.7.1 |
990 | 2024-02-01T07:28:56.429Z | Downloaded password-hash v0.5.0 |
991 | 2024-02-01T07:28:56.429Z | Downloaded zerocopy v0.7.32 |
992 | 2024-02-01T07:28:56.429Z | Downloaded glob v0.3.1 |
993 | 2024-02-01T07:28:56.430Z | Downloaded tar v0.4.40 |
994 | 2024-02-01T07:28:56.430Z | Downloaded zerocopy v0.6.4 |
995 | 2024-02-01T07:28:56.430Z | Downloaded prettyplease v0.2.16 |
996 | 2024-02-01T07:28:56.430Z | Downloaded openssl-sys v0.9.96 |
997 | 2024-02-01T07:28:56.430Z | Downloaded unicode-normalization v0.1.22 |
998 | 2024-02-01T07:28:56.430Z | Downloaded clap v2.34.0 |
999 | 2024-02-01T07:28:56.430Z | Downloaded itertools v0.10.5 |
1000 | 2024-02-01T07:28:56.430Z | Downloaded sqlparser v0.43.1 |
1001 | 2024-02-01T07:28:56.430Z | Downloaded lalrpop v0.19.12 |
1002 | 2024-02-01T07:28:56.430Z | Downloaded typed-path v0.7.0 |
1003 | 2024-02-01T07:28:56.430Z | Downloaded rustls-webpki v0.101.7 |
1004 | 2024-02-01T07:28:56.433Z | Downloaded rayon v1.8.0 |
1005 | 2024-02-01T07:28:56.448Z | Downloaded nix v0.27.1 |
1006 | 2024-02-01T07:28:56.477Z | Downloaded hkdf v0.12.4 |
1007 | 2024-02-01T07:28:56.481Z | Downloaded proptest v1.4.0 |
1008 | 2024-02-01T07:28:56.497Z | Downloaded aho-corasick v1.0.4 |
1009 | 2024-02-01T07:28:56.504Z | Downloaded bitvec v1.0.1 |
1010 | 2024-02-01T07:28:56.534Z | Downloaded syn v2.0.48 |
1011 | 2024-02-01T07:28:56.557Z | Downloaded h2 v0.3.24 |
1012 | 2024-02-01T07:28:56.571Z | Downloaded smoltcp v0.9.1 |
1013 | 2024-02-01T07:28:56.591Z | Downloaded serde_json v1.0.113 |
1014 | 2024-02-01T07:28:56.605Z | Downloaded quick-xml v0.30.0 |
1015 | 2024-02-01T07:28:56.616Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1016 | 2024-02-01T07:28:56.652Z | Downloaded rustls v0.22.2 |
1017 | 2024-02-01T07:28:56.672Z | Downloaded regress v0.7.1 |
1018 | 2024-02-01T07:28:56.683Z | Downloaded futures-util v0.3.30 |
1019 | 2024-02-01T07:28:56.707Z | Downloaded gimli v0.28.0 |
1020 | 2024-02-01T07:28:56.725Z | Downloaded rustix v0.38.30 |
1021 | 2024-02-01T07:28:56.768Z | Downloaded webpki-roots v0.25.2 |
1022 | 2024-02-01T07:28:56.776Z | Downloaded radix_trie v0.2.1 |
1023 | 2024-02-01T07:28:56.787Z | Downloaded openapiv3 v2.0.0 |
1024 | 2024-02-01T07:28:56.812Z | Downloaded regex-syntax v0.6.29 |
1025 | 2024-02-01T07:28:56.841Z | Downloaded regex-syntax v0.7.5 |
1026 | 2024-02-01T07:28:56.846Z | Downloaded rustls v0.21.9 |
1027 | 2024-02-01T07:28:56.866Z | Downloaded rustix v0.37.23 |
1028 | 2024-02-01T07:28:56.907Z | Downloaded diesel v2.1.4 |
1029 | 2024-02-01T07:28:56.945Z | Downloaded sled v0.34.7 |
1030 | 2024-02-01T07:28:56.960Z | Downloaded ratatui v0.25.0 |
1031 | 2024-02-01T07:28:57.092Z | Downloaded smoltcp v0.11.0 |
1032 | 2024-02-01T07:28:57.106Z | Downloaded zerocopy-derive v0.2.0 |
1033 | 2024-02-01T07:28:57.106Z | Downloaded ring v0.17.7 |
1034 | 2024-02-01T07:28:57.168Z | Downloaded zerocopy-derive v0.6.4 |
1035 | 2024-02-01T07:28:57.189Z | Downloaded regex-automata v0.3.8 |
1036 | 2024-02-01T07:28:57.224Z | Downloaded libc v0.2.152 |
1037 | 2024-02-01T07:28:57.274Z | Downloaded tokio v1.35.1 |
1038 | 2024-02-01T07:28:57.343Z | Downloaded regex-automata v0.4.4 |
1039 | 2024-02-01T07:28:57.382Z | Downloaded sha3 v0.10.8 |
1040 | 2024-02-01T07:28:57.389Z | Downloaded regex-syntax v0.8.2 |
1041 | 2024-02-01T07:28:57.406Z | Downloaded object v0.30.4 |
1042 | 2024-02-01T07:28:57.424Z | Downloaded regex v1.10.3 |
1043 | 2024-02-01T07:28:57.449Z | Downloaded object v0.32.1 |
1044 | 2024-02-01T07:28:57.468Z | Downloaded bstr v1.6.0 |
1045 | 2024-02-01T07:28:57.490Z | Downloaded encoding_rs v0.8.33 |
1046 | 2024-02-01T07:28:57.532Z | Downloaded openssl v0.10.60 |
1047 | 2024-02-01T07:28:57.549Z | Downloaded curve25519-dalek v4.1.1 |
1048 | 2024-02-01T07:28:57.566Z | Downloaded vcpkg v0.2.15 |
1049 | 2024-02-01T07:28:57.641Z | Downloaded bstr v0.2.17 |
1050 | 2024-02-01T07:28:57.658Z | Downloaded polar-core v0.27.0 |
1051 | 2024-02-01T07:28:57.675Z | Downloaded rustls-webpki v0.102.1 |
1052 | 2024-02-01T07:28:57.710Z | Downloaded syn v1.0.109 |
1053 | 2024-02-01T07:28:57.730Z | Downloaded idna v0.5.0 |
1054 | 2024-02-01T07:28:57.743Z | Downloaded idna v0.2.3 |
1055 | 2024-02-01T07:28:57.756Z | Downloaded regex-automata v0.1.10 |
1056 | 2024-02-01T07:28:57.765Z | Downloaded reqwest v0.11.22 |
1057 | 2024-02-01T07:28:57.779Z | Downloaded winnow v0.5.15 |
1058 | 2024-02-01T07:28:57.793Z | Downloaded tabled v0.15.0 |
1059 | 2024-02-01T07:28:57.825Z | Downloaded petgraph v0.6.4 |
1060 | 2024-02-01T07:28:57.846Z | Downloaded der v0.7.8 |
1061 | 2024-02-01T07:28:57.855Z | Downloaded unicode_categories v0.1.1 |
1062 | 2024-02-01T07:28:57.859Z | Downloaded heapless v0.7.16 |
1063 | 2024-02-01T07:28:57.866Z | Downloaded num-bigint v0.4.4 |
1064 | 2024-02-01T07:28:57.874Z | Downloaded rustyline v13.0.0 |
1065 | 2024-02-01T07:28:57.887Z | Downloaded unicode-segmentation v1.10.1 |
1066 | 2024-02-01T07:28:57.890Z | Downloaded ring v0.16.20 |
1067 | 2024-02-01T07:28:58.053Z | Downloaded libm v0.2.7 |
1068 | 2024-02-01T07:28:58.069Z | Downloaded tokio-util v0.7.10 |
1069 | 2024-02-01T07:28:58.080Z | Downloaded hashbrown v0.14.2 |
1070 | 2024-02-01T07:28:58.089Z | Downloaded hyper v0.14.27 |
1071 | 2024-02-01T07:28:58.104Z | Downloaded pest v2.7.6 |
1072 | 2024-02-01T07:28:58.114Z | Downloaded toml v0.5.11 |
1073 | 2024-02-01T07:28:58.117Z | Downloaded goblin v0.8.0 |
1074 | 2024-02-01T07:28:58.128Z | Downloaded elliptic-curve v0.13.8 |
1075 | 2024-02-01T07:28:58.134Z | Downloaded arc-swap v1.6.0 |
1076 | 2024-02-01T07:28:58.141Z | Downloaded trust-dns-server v0.22.1 |
1077 | 2024-02-01T07:28:58.150Z | Downloaded trust-dns-resolver v0.22.0 |
1078 | 2024-02-01T07:28:58.157Z | Downloaded rsa v0.9.2 |
1079 | 2024-02-01T07:28:58.165Z | Downloaded http v0.2.11 |
1080 | 2024-02-01T07:28:58.175Z | Downloaded chrono v0.4.31 |
1081 | 2024-02-01T07:28:58.199Z | Downloaded slog v2.7.0 |
1082 | 2024-02-01T07:28:58.203Z | Downloaded clap_builder v4.4.2 |
1083 | 2024-02-01T07:28:58.203Z | Downloaded serde_with v3.5.1 |
1084 | 2024-02-01T07:28:58.215Z | Downloaded poly1305 v0.8.0 |
1085 | 2024-02-01T07:28:58.220Z | Downloaded subprocess v0.2.9 |
1086 | 2024-02-01T07:28:58.224Z | Downloaded http v1.0.0 |
1087 | 2024-02-01T07:28:58.230Z | Downloaded float-cmp v0.9.0 |
1088 | 2024-02-01T07:28:58.233Z | Downloaded dyn-clone v1.0.13 |
1089 | 2024-02-01T07:28:58.236Z | Downloaded getrandom v0.2.10 |
1090 | 2024-02-01T07:28:58.240Z | Downloaded adler v1.0.2 |
1091 | 2024-02-01T07:28:58.242Z | Downloaded steno v0.4.0 |
1092 | 2024-02-01T07:28:58.249Z | Downloaded hex v0.4.3 |
1093 | 2024-02-01T07:28:58.256Z | Downloaded fallible-iterator v0.2.0 |
1094 | 2024-02-01T07:28:58.259Z | Downloaded tracing-attributes v0.1.26 |
1095 | 2024-02-01T07:28:58.259Z | Downloaded postgres-types v0.2.6 |
1096 | 2024-02-01T07:28:58.264Z | Downloaded schemars v0.8.16 |
1097 | 2024-02-01T07:28:58.281Z | Downloaded tough v0.16.0 |
1098 | 2024-02-01T07:28:58.295Z | Downloaded zerocopy v0.3.0 |
1099 | 2024-02-01T07:28:58.298Z | Downloaded uuid v1.7.0 |
1100 | 2024-02-01T07:28:58.301Z | Downloaded synstructure v0.12.6 |
1101 | 2024-02-01T07:28:58.304Z | Downloaded debug-ignore v1.0.5 |
1102 | 2024-02-01T07:28:58.306Z | Downloaded enum-as-inner v0.5.1 |
1103 | 2024-02-01T07:28:58.309Z | Downloaded proc-macro-error v1.0.4 |
1104 | 2024-02-01T07:28:58.315Z | Downloaded papergrid v0.11.0 |
1105 | 2024-02-01T07:28:58.322Z | Downloaded futures-executor v0.3.30 |
1106 | 2024-02-01T07:28:58.328Z | Downloaded unicode-ident v1.0.12 |
1107 | 2024-02-01T07:28:58.331Z | Downloaded parking_lot v0.12.1 |
1108 | 2024-02-01T07:28:58.337Z | Downloaded reedline v0.28.0 |
1109 | 2024-02-01T07:28:58.345Z | Downloaded rustfmt-wrapper v0.2.0 |
1110 | 2024-02-01T07:28:58.348Z | Downloaded rand_xorshift v0.3.0 |
1111 | 2024-02-01T07:28:58.351Z | Downloaded percent-encoding v2.3.1 |
1112 | 2024-02-01T07:28:58.351Z | Downloaded slog-async v2.8.0 |
1113 | 2024-02-01T07:28:58.356Z | Downloaded siphasher v0.3.11 |
1114 | 2024-02-01T07:28:58.368Z | Downloaded shlex v1.3.0 |
1115 | 2024-02-01T07:28:58.368Z | Downloaded rand v0.8.5 |
1116 | 2024-02-01T07:28:58.372Z | Downloaded itertools v0.12.1 |
1117 | 2024-02-01T07:28:58.379Z | Downloaded semver-parser v0.10.2 |
1118 | 2024-02-01T07:28:58.382Z | Downloaded ipnet v2.9.0 |
1119 | 2024-02-01T07:28:58.385Z | Downloaded darling v0.20.3 |
1120 | 2024-02-01T07:28:58.387Z | Downloaded darling v0.14.4 |
1121 | 2024-02-01T07:28:58.393Z | Downloaded mockall_derive v0.12.0 |
1122 | 2024-02-01T07:28:58.396Z | Downloaded ff v0.13.0 |
1123 | 2024-02-01T07:28:58.399Z | Downloaded fd-lock v4.0.2 |
1124 | 2024-02-01T07:28:58.402Z | Downloaded derive_more v0.99.17 |
1125 | 2024-02-01T07:28:58.413Z | Downloaded fxhash v0.2.1 |
1126 | 2024-02-01T07:28:58.416Z | Downloaded spin v0.5.2 |
1127 | 2024-02-01T07:28:58.416Z | Downloaded unicode-bidi v0.3.13 |
1128 | 2024-02-01T07:28:58.419Z | Downloaded hashbrown v0.12.3 |
1129 | 2024-02-01T07:28:58.425Z | Downloaded hashbrown v0.13.2 |
1130 | 2024-02-01T07:28:58.432Z | Downloaded thiserror-no-std v2.0.2 |
1131 | 2024-02-01T07:28:58.441Z | Downloaded strum_macros v0.24.3 |
1132 | 2024-02-01T07:28:58.445Z | Downloaded rayon-core v1.12.0 |
1133 | 2024-02-01T07:28:58.448Z | Downloaded num_cpus v1.16.0 |
1134 | 2024-02-01T07:28:58.452Z | Downloaded libxml v0.3.3 |
1135 | 2024-02-01T07:28:58.463Z | Downloaded smf v0.2.2 |
1136 | 2024-02-01T07:28:58.465Z | Downloaded smallvec v0.6.14 |
1137 | 2024-02-01T07:28:58.468Z | Downloaded nom v7.1.3 |
1138 | 2024-02-01T07:28:58.476Z | Downloaded x509-cert v0.2.4 |
1139 | 2024-02-01T07:28:58.486Z | Downloaded derive_builder_core v0.12.0 |
1140 | 2024-02-01T07:28:58.490Z | Downloaded pkcs8 v0.10.2 |
1141 | 2024-02-01T07:28:58.494Z | Downloaded sha2 v0.10.8 |
1142 | 2024-02-01T07:28:58.498Z | Downloaded tracing v0.1.37 |
1143 | 2024-02-01T07:28:58.506Z | Downloaded crossterm v0.27.0 |
1144 | 2024-02-01T07:28:58.518Z | Downloaded trust-dns-client v0.22.0 |
1145 | 2024-02-01T07:28:58.525Z | Downloaded dof v0.3.0 |
1146 | 2024-02-01T07:28:58.527Z | Downloaded serde_urlencoded v0.7.1 |
1147 | 2024-02-01T07:28:58.530Z | Downloaded serde v1.0.195 |
1148 | 2024-02-01T07:28:58.535Z | Downloaded salty v0.2.0 |
1149 | 2024-02-01T07:28:58.544Z | Downloaded difflib v0.4.0 |
1150 | 2024-02-01T07:28:58.547Z | Downloaded log v0.4.20 |
1151 | 2024-02-01T07:28:58.550Z | Downloaded structmeta-derive v0.2.0 |
1152 | 2024-02-01T07:28:58.552Z | Downloaded pest_generator v2.7.6 |
1153 | 2024-02-01T07:28:58.556Z | Downloaded phf_shared v0.11.2 |
1154 | 2024-02-01T07:28:58.556Z | Downloaded utf8parse v0.2.1 |
1155 | 2024-02-01T07:28:58.560Z | Downloaded globset v0.4.13 |
1156 | 2024-02-01T07:28:58.560Z | Downloaded proc-macro2 v1.0.78 |
1157 | 2024-02-01T07:28:58.563Z | Downloaded hmac v0.12.1 |
1158 | 2024-02-01T07:28:58.566Z | Downloaded textwrap v0.16.0 |
1159 | 2024-02-01T07:28:58.570Z | Downloaded swrite v0.1.0 |
1160 | 2024-02-01T07:28:58.573Z | Downloaded memchr v2.6.3 |
1161 | 2024-02-01T07:28:58.582Z | Downloaded slog-envlogger v2.2.0 |
1162 | 2024-02-01T07:28:58.585Z | Downloaded slog-dtrace v0.3.0 |
1163 | 2024-02-01T07:28:58.588Z | Downloaded slab v0.4.9 |
1164 | 2024-02-01T07:28:58.588Z | Downloaded r2d2 v0.8.10 |
1165 | 2024-02-01T07:28:58.595Z | Downloaded toml_edit v0.21.0 |
1166 | 2024-02-01T07:28:58.628Z | Downloaded slog-json v2.6.1 |
1167 | 2024-02-01T07:28:58.632Z | Downloaded serde_with_macros v3.5.1 |
1168 | 2024-02-01T07:28:58.635Z | Downloaded minimal-lexical v0.2.1 |
1169 | 2024-02-01T07:28:58.641Z | Downloaded crossbeam-channel v0.5.8 |
1170 | 2024-02-01T07:28:58.651Z | Downloaded flume v0.11.0 |
1171 | 2024-02-01T07:28:58.658Z | Downloaded tungstenite v0.20.1 |
1172 | 2024-02-01T07:28:58.662Z | Downloaded derive-where v1.2.7 |
1173 | 2024-02-01T07:28:58.669Z | Downloaded tinyvec v1.6.0 |
1174 | 2024-02-01T07:28:58.676Z | Downloaded test-strategy v0.3.1 |
1175 | 2024-02-01T07:28:58.683Z | Downloaded flate2 v1.0.28 |
1176 | 2024-02-01T07:28:58.688Z | Downloaded unsafe-libyaml v0.2.10 |
1177 | 2024-02-01T07:28:58.696Z | Downloaded termcolor v1.2.0 |
1178 | 2024-02-01T07:28:58.709Z | Downloaded async-recursion v1.0.5 |
1179 | 2024-02-01T07:28:58.709Z | Downloaded generic-array v0.14.7 |
1180 | 2024-02-01T07:28:58.709Z | Downloaded futures-task v0.3.30 |
1181 | 2024-02-01T07:28:58.710Z | Downloaded pin-project-lite v0.2.13 |
1182 | 2024-02-01T07:28:58.712Z | Downloaded wyz v0.5.1 |
1183 | 2024-02-01T07:28:58.712Z | Downloaded toml v0.8.8 |
1184 | 2024-02-01T07:28:58.716Z | Downloaded toml v0.7.8 |
1185 | 2024-02-01T07:28:58.722Z | Downloaded pin-project v1.1.3 |
1186 | 2024-02-01T07:28:58.741Z | Downloaded slog-scope v4.4.0 |
1187 | 2024-02-01T07:28:58.744Z | Downloaded half v2.3.1 |
1188 | 2024-02-01T07:28:58.748Z | Downloaded string_cache v0.8.7 |
1189 | 2024-02-01T07:28:58.754Z | Downloaded schemars_derive v0.8.16 |
1190 | 2024-02-01T07:28:58.756Z | Downloaded platforms v3.0.2 |
1191 | 2024-02-01T07:28:58.756Z | Downloaded defmt v0.3.5 |
1192 | 2024-02-01T07:28:58.762Z | Downloaded predicates-tree v1.0.9 |
1193 | 2024-02-01T07:28:58.764Z | Downloaded predicates-core v1.0.6 |
1194 | 2024-02-01T07:28:58.767Z | Downloaded hostname v0.3.1 |
1195 | 2024-02-01T07:28:58.770Z | Downloaded phf v0.11.2 |
1196 | 2024-02-01T07:28:58.770Z | Downloaded defmt-macros v0.3.6 |
1197 | 2024-02-01T07:28:58.774Z | Downloaded socket2 v0.5.5 |
1198 | 2024-02-01T07:28:58.778Z | Downloaded socket2 v0.4.9 |
1199 | 2024-02-01T07:28:58.781Z | Downloaded chacha20poly1305 v0.10.1 |
1200 | 2024-02-01T07:28:58.784Z | Downloaded tokio-postgres v0.7.10 |
1201 | 2024-02-01T07:28:58.792Z | Downloaded semver v0.11.0 |
1202 | 2024-02-01T07:28:58.796Z | Downloaded linear-map v1.2.0 |
1203 | 2024-02-01T07:28:58.803Z | Downloaded libsw v3.3.1 |
1204 | 2024-02-01T07:28:58.820Z | Downloaded fragile v2.0.0 |
1205 | 2024-02-01T07:28:58.820Z | Downloaded serde-hex v0.1.0 |
1206 | 2024-02-01T07:28:58.820Z | Downloaded linked-hash-map v0.5.6 |
1207 | 2024-02-01T07:28:58.824Z | Downloaded dirs-next v2.0.0 |
1208 | 2024-02-01T07:28:58.824Z | Downloaded bindgen v0.69.2 |
1209 | 2024-02-01T07:28:58.824Z | Downloaded tracing-core v0.1.31 |
1210 | 2024-02-01T07:28:58.829Z | Downloaded textwrap v0.11.0 |
1211 | 2024-02-01T07:28:58.832Z | Downloaded structopt-derive v0.4.18 |
1212 | 2024-02-01T07:28:58.832Z | Downloaded darling_core v0.14.4 |
1213 | 2024-02-01T07:28:58.842Z | Downloaded indexmap v2.2.2 |
1214 | 2024-02-01T07:28:58.847Z | Downloaded universal-hash v0.5.1 |
1215 | 2024-02-01T07:28:58.850Z | Downloaded allocator-api2 v0.2.16 |
1216 | 2024-02-01T07:28:58.855Z | Downloaded const-oid v0.9.5 |
1217 | 2024-02-01T07:28:58.858Z | Downloaded signal-hook v0.3.17 |
1218 | 2024-02-01T07:28:58.863Z | Downloaded url v2.5.0 |
1219 | 2024-02-01T07:28:58.869Z | Downloaded vte v0.11.1 |
1220 | 2024-02-01T07:28:58.872Z | Downloaded semver v0.1.20 |
1221 | 2024-02-01T07:28:58.875Z | Downloaded tap v1.0.1 |
1222 | 2024-02-01T07:28:58.876Z | Downloaded strsim v0.10.0 |
1223 | 2024-02-01T07:28:58.880Z | Downloaded strip-ansi-escapes v0.2.0 |
1224 | 2024-02-01T07:28:58.880Z | Downloaded stringprep v0.1.3 |
1225 | 2024-02-01T07:28:58.885Z | Downloaded signature v2.1.0 |
1226 | 2024-02-01T07:28:58.885Z | Downloaded signature v1.6.4 |
1227 | 2024-02-01T07:28:58.889Z | Downloaded structmeta v0.2.0 |
1228 | 2024-02-01T07:28:58.889Z | Downloaded sqlformat v0.2.3 |
1229 | 2024-02-01T07:28:58.892Z | Downloaded pest_derive v2.7.6 |
1230 | 2024-02-01T07:28:58.897Z | Downloaded pem-rfc7468 v0.7.0 |
1231 | 2024-02-01T07:28:58.899Z | Downloaded parking_lot_core v0.9.8 |
1232 | 2024-02-01T07:28:58.920Z | Downloaded spki v0.7.2 |
1233 | 2024-02-01T07:28:58.920Z | Downloaded untrusted v0.7.1 |
1234 | 2024-02-01T07:28:58.920Z | Downloaded rustls-pki-types v1.1.0 |
1235 | 2024-02-01T07:28:58.924Z | Downloaded fd-lock v3.0.13 |
1236 | 2024-02-01T07:28:58.924Z | Downloaded mio v0.8.9 |
1237 | 2024-02-01T07:28:58.924Z | Downloaded cc v1.0.83 |
1238 | 2024-02-01T07:28:58.928Z | Downloaded clap_derive v4.4.2 |
1239 | 2024-02-01T07:28:58.932Z | Downloaded clap v4.4.3 |
1240 | 2024-02-01T07:28:58.943Z | Downloaded crc-any v2.4.3 |
1241 | 2024-02-01T07:28:58.946Z | Downloaded cookie v0.18.0 |
1242 | 2024-02-01T07:28:58.950Z | Downloaded oso-derive v0.27.0 |
1243 | 2024-02-01T07:28:58.953Z | Downloaded signal-hook-tokio v0.3.1 |
1244 | 2024-02-01T07:28:58.953Z | Downloaded rpassword v7.3.1 |
1245 | 2024-02-01T07:28:58.957Z | Downloaded quote v1.0.35 |
1246 | 2024-02-01T07:28:58.964Z | Downloaded flagset v0.4.3 |
1247 | 2024-02-01T07:28:58.964Z | Downloaded getopts v0.2.21 |
1248 | 2024-02-01T07:28:58.967Z | Downloaded usdt-macro v0.3.5 |
1249 | 2024-02-01T07:28:58.967Z | Downloaded usdt-attr-macro v0.5.0 |
1250 | 2024-02-01T07:28:58.967Z | Downloaded usdt-attr-macro v0.3.5 |
1251 | 2024-02-01T07:28:58.967Z | Downloaded anstyle-parse v0.2.1 |
1252 | 2024-02-01T07:28:58.970Z | Downloaded blake2 v0.10.6 |
1253 | 2024-02-01T07:28:58.974Z | Downloaded thiserror-impl-no-std v2.0.2 |
1254 | 2024-02-01T07:28:58.976Z | Downloaded predicates v3.1.0 |
1255 | 2024-02-01T07:28:58.979Z | Downloaded tempfile v3.9.0 |
1256 | 2024-02-01T07:28:58.982Z | Downloaded num-traits v0.2.16 |
1257 | 2024-02-01T07:28:58.987Z | Downloaded crossbeam-queue v0.3.8 |
1258 | 2024-02-01T07:28:58.991Z | Downloaded libefi-sys v0.1.0 |
1259 | 2024-02-01T07:28:58.995Z | Downloaded multer v3.0.0 |
1260 | 2024-02-01T07:28:59.010Z | Downloaded serde_tokenstream v0.1.7 |
1261 | 2024-02-01T07:28:59.014Z | Downloaded rustc_version v0.1.7 |
1262 | 2024-02-01T07:28:59.014Z | Downloaded camino v1.1.6 |
1263 | 2024-02-01T07:28:59.014Z | Downloaded ref-cast v1.0.20 |
1264 | 2024-02-01T07:28:59.015Z | Downloaded tower-service v0.3.2 |
1265 | 2024-02-01T07:28:59.015Z | Downloaded libloading v0.7.4 |
1266 | 2024-02-01T07:28:59.015Z | Downloaded backoff v0.4.0 |
1267 | 2024-02-01T07:28:59.018Z | Downloaded futures-sink v0.3.30 |
1268 | 2024-02-01T07:28:59.022Z | Downloaded lock_api v0.4.10 |
1269 | 2024-02-01T07:28:59.022Z | Downloaded io-lifetimes v1.0.11 |
1270 | 2024-02-01T07:28:59.027Z | Downloaded cipher v0.4.4 |
1271 | 2024-02-01T07:28:59.030Z | Downloaded ciborium v0.2.2 |
1272 | 2024-02-01T07:28:59.034Z | Downloaded bzip2 v0.4.4 |
1273 | 2024-02-01T07:28:59.034Z | Downloaded ppv-lite86 v0.2.17 |
1274 | 2024-02-01T07:28:59.038Z | Downloaded packed_struct_codegen v0.10.1 |
1275 | 2024-02-01T07:28:59.043Z | Downloaded dof v0.1.5 |
1276 | 2024-02-01T07:28:59.043Z | Downloaded tokio-rustls v0.25.0 |
1277 | 2024-02-01T07:28:59.043Z | Downloaded corncobs v0.1.3 |
1278 | 2024-02-01T07:28:59.047Z | Downloaded clap_lex v0.5.1 |
1279 | 2024-02-01T07:28:59.047Z | Downloaded itoa v1.0.9 |
1280 | 2024-02-01T07:28:59.054Z | Downloaded serde_plain v1.0.2 |
1281 | 2024-02-01T07:28:59.054Z | Downloaded rusty-fork v0.3.0 |
1282 | 2024-02-01T07:28:59.058Z | Downloaded lazycell v1.3.0 |
1283 | 2024-02-01T07:28:59.058Z | Downloaded rustversion v1.0.14 |
1284 | 2024-02-01T07:28:59.062Z | Downloaded num-iter v0.1.43 |
1285 | 2024-02-01T07:28:59.062Z | Downloaded zeroize_derive v1.4.2 |
1286 | 2024-02-01T07:28:59.062Z | Downloaded bit-set v0.5.3 |
1287 | 2024-02-01T07:28:59.065Z | Downloaded proc-macro-error-attr v1.0.4 |
1288 | 2024-02-01T07:28:59.065Z | Downloaded num-rational v0.4.1 |
1289 | 2024-02-01T07:28:59.070Z | Downloaded autocfg v1.1.0 |
1290 | 2024-02-01T07:28:59.070Z | Downloaded camino-tempfile v1.1.1 |
1291 | 2024-02-01T07:28:59.073Z | Downloaded bitflags v2.4.0 |
1292 | 2024-02-01T07:28:59.080Z | Downloaded tokio-rustls v0.24.1 |
1293 | 2024-02-01T07:28:59.083Z | Downloaded toml_edit v0.19.15 |
1294 | 2024-02-01T07:28:59.113Z | Downloaded matches v0.1.10 |
1295 | 2024-02-01T07:28:59.126Z | Downloaded aead v0.5.2 |
1296 | 2024-02-01T07:28:59.126Z | Downloaded crc v3.0.1 |
1297 | 2024-02-01T07:28:59.126Z | Downloaded sha1 v0.10.6 |
1298 | 2024-02-01T07:28:59.126Z | Downloaded same-file v1.0.6 |
1299 | 2024-02-01T07:28:59.139Z | Downloaded nodrop v0.1.14 |
1300 | 2024-02-01T07:28:59.139Z | Downloaded cobs v0.2.3 |
1301 | 2024-02-01T07:28:59.139Z | Downloaded kstat-rs v0.2.3 |
1302 | 2024-02-01T07:28:59.139Z | Downloaded lru-cache v0.1.2 |
1303 | 2024-02-01T07:28:59.139Z | Downloaded iana-time-zone v0.1.57 |
1304 | 2024-02-01T07:28:59.140Z | Downloaded sec1 v0.7.3 |
1305 | 2024-02-01T07:28:59.163Z | Downloaded rustls-pemfile v2.0.0 |
1306 | 2024-02-01T07:28:59.163Z | Downloaded nibble_vec v0.1.0 |
1307 | 2024-02-01T07:28:59.163Z | Downloaded mockall v0.12.0 |
1308 | 2024-02-01T07:28:59.163Z | Downloaded thiserror-impl v1.0.56 |
1309 | 2024-02-01T07:28:59.163Z | Downloaded byteorder v1.5.0 |
1310 | 2024-02-01T07:28:59.163Z | Downloaded chacha20 v0.9.1 |
1311 | 2024-02-01T07:28:59.167Z | Downloaded hyper-staticfile v0.9.5 |
1312 | 2024-02-01T07:28:59.167Z | Downloaded terminal_size v0.2.6 |
1313 | 2024-02-01T07:28:59.167Z | Downloaded num_enum v0.5.11 |
1314 | 2024-02-01T07:28:59.167Z | Downloaded impl-trait-for-tuples v0.2.2 |
1315 | 2024-02-01T07:28:59.169Z | Downloaded num_enum_derive v0.5.11 |
1316 | 2024-02-01T07:28:59.170Z | Downloaded crunchy v0.2.2 |
1317 | 2024-02-01T07:28:59.170Z | Downloaded crossbeam v0.8.2 |
1318 | 2024-02-01T07:28:59.172Z | Downloaded bitflags v1.3.2 |
1319 | 2024-02-01T07:28:59.176Z | Downloaded indoc v2.0.3 |
1320 | 2024-02-01T07:28:59.183Z | Downloaded convert_case v0.4.0 |
1321 | 2024-02-01T07:28:59.186Z | Downloaded openssl-probe v0.1.5 |
1322 | 2024-02-01T07:28:59.186Z | Downloaded num_threads v0.1.6 |
1323 | 2024-02-01T07:28:59.186Z | Downloaded keccak v0.1.4 |
1324 | 2024-02-01T07:28:59.189Z | Downloaded hyper-rustls v0.24.2 |
1325 | 2024-02-01T07:28:59.192Z | Downloaded base64 v0.21.7 |
1326 | 2024-02-01T07:28:59.198Z | Downloaded num-integer v0.1.45 |
1327 | 2024-02-01T07:28:59.201Z | Downloaded utf-8 v0.7.6 |
1328 | 2024-02-01T07:28:59.203Z | Downloaded untrusted v0.9.0 |
1329 | 2024-02-01T07:28:59.206Z | Downloaded unicode-width v0.1.11 |
1330 | 2024-02-01T07:28:59.213Z | Downloaded thiserror v1.0.56 |
1331 | 2024-02-01T07:28:59.217Z | Downloaded buf-list v1.0.3 |
1332 | 2024-02-01T07:28:59.236Z | Downloaded opaque-debug v0.3.0 |
1333 | 2024-02-01T07:28:59.236Z | Downloaded newtype_derive v0.1.6 |
1334 | 2024-02-01T07:28:59.236Z | Downloaded crucible-workspace-hack v0.1.0 |
1335 | 2024-02-01T07:28:59.236Z | Downloaded ipnetwork v0.20.0 |
1336 | 2024-02-01T07:28:59.236Z | Downloaded hubpack v0.1.2 |
1337 | 2024-02-01T07:28:59.236Z | Downloaded cassowary v0.3.0 |
1338 | 2024-02-01T07:28:59.236Z | Downloaded cfg-if v1.0.0 |
1339 | 2024-02-01T07:28:59.236Z | Downloaded whoami v1.4.1 |
1340 | 2024-02-01T07:28:59.236Z | Downloaded usdt v0.3.5 |
1341 | 2024-02-01T07:28:59.239Z | Downloaded unicode-xid v0.2.4 |
1342 | 2024-02-01T07:28:59.239Z | Downloaded toml_datetime v0.6.5 |
1343 | 2024-02-01T07:28:59.239Z | Downloaded num v0.4.1 |
1344 | 2024-02-01T07:28:59.243Z | Downloaded zeroize v1.7.0 |
1345 | 2024-02-01T07:28:59.243Z | Downloaded ucd-trie v0.1.6 |
1346 | 2024-02-01T07:28:59.246Z | Downloaded serde-big-array v0.4.1 |
1347 | 2024-02-01T07:28:59.249Z | Downloaded colorchoice v1.0.0 |
1348 | 2024-02-01T07:28:59.252Z | Downloaded ciborium-io v0.2.2 |
1349 | 2024-02-01T07:28:59.252Z | Downloaded instant v0.1.12 |
1350 | 2024-02-01T07:28:59.252Z | Downloaded version_check v0.9.4 |
1351 | 2024-02-01T07:28:59.268Z | Downloaded snafu-derive v0.7.5 |
1352 | 2024-02-01T07:28:59.271Z | Downloaded unarray v0.1.4 |
1353 | 2024-02-01T07:28:59.271Z | Downloaded olpc-cjson v0.1.3 |
1354 | 2024-02-01T07:28:59.271Z | Downloaded memoffset v0.9.0 |
1355 | 2024-02-01T07:28:59.271Z | Downloaded memmap v0.7.0 |
1356 | 2024-02-01T07:28:59.271Z | Downloaded async-stream v0.3.5 |
1357 | 2024-02-01T07:28:59.271Z | Downloaded maybe-uninit v2.0.0 |
1358 | 2024-02-01T07:28:59.271Z | Downloaded mime_guess v2.0.4 |
1359 | 2024-02-01T07:28:59.276Z | Downloaded bytes v1.5.0 |
1360 | 2024-02-01T07:28:59.319Z | Downloaded time-macros v0.2.13 |
1361 | 2024-02-01T07:28:59.319Z | Downloaded anstream v0.5.0 |
1362 | 2024-02-01T07:28:59.322Z | Downloaded ansi_term v0.12.1 |
1363 | 2024-02-01T07:28:59.327Z | Downloaded time-core v0.1.1 |
1364 | 2024-02-01T07:28:59.327Z | Downloaded termios v0.3.3 |
1365 | 2024-02-01T07:28:59.327Z | Downloaded nu-ansi-term v0.49.0 |
1366 | 2024-02-01T07:28:59.330Z | Downloaded num-complex v0.4.4 |
1367 | 2024-02-01T07:28:59.337Z | Downloaded humantime v2.1.0 |
1368 | 2024-02-01T07:28:59.340Z | Downloaded block-buffer v0.10.4 |
1369 | 2024-02-01T07:28:59.340Z | Downloaded atomic-waker v1.1.1 |
1370 | 2024-02-01T07:28:59.343Z | Downloaded hyper-tls v0.5.0 |
1371 | 2024-02-01T07:28:59.346Z | Downloaded cexpr v0.6.0 |
1372 | 2024-02-01T07:28:59.351Z | Downloaded base16ct v0.2.0 |
1373 | 2024-02-01T07:28:59.355Z | Downloaded base64ct v1.6.0 |
1374 | 2024-02-01T07:28:59.358Z | Downloaded md-5 v0.10.5 |
1375 | 2024-02-01T07:28:59.361Z | Downloaded native-tls v0.2.11 |
1376 | 2024-02-01T07:28:59.367Z | Downloaded bitfield v0.14.0 |
1377 | 2024-02-01T07:28:59.370Z | Downloaded managed v0.8.0 |
1378 | 2024-02-01T07:28:59.373Z | Downloaded bcs v0.1.6 |
1379 | 2024-02-01T07:28:59.377Z | Downloaded bit-vec v0.6.3 |
1380 | 2024-02-01T07:28:59.380Z | Downloaded bb8 v0.8.1 |
1381 | 2024-02-01T07:28:59.386Z | Downloaded ahash v0.8.6 |
1382 | 2024-02-01T07:28:59.389Z | Downloaded atomicwrites v0.4.3 |
1383 | 2024-02-01T07:28:59.392Z | Downloaded addr2line v0.21.0 |
1384 | 2024-02-01T07:28:59.782Z | Compiling proc-macro2 v1.0.78 |
1385 | 2024-02-01T07:28:59.785Z | Compiling unicode-ident v1.0.12 |
1386 | 2024-02-01T07:28:59.785Z | Compiling libc v0.2.152 |
1387 | 2024-02-01T07:28:59.785Z | Compiling serde v1.0.195 |
1388 | 2024-02-01T07:28:59.785Z | Compiling autocfg v1.1.0 |
1389 | 2024-02-01T07:28:59.804Z | Compiling version_check v0.9.4 |
1390 | 2024-02-01T07:28:59.807Z | Compiling cfg-if v1.0.0 |
1391 | 2024-02-01T07:29:00.068Z | Compiling once_cell v1.19.0 |
1392 | 2024-02-01T07:29:00.092Z | Compiling syn v1.0.109 |
1393 | 2024-02-01T07:29:00.189Z | Compiling byteorder v1.5.0 |
1394 | 2024-02-01T07:29:00.764Z | Compiling memchr v2.6.3 |
1395 | 2024-02-01T07:29:01.001Z | Compiling parking_lot_core v0.9.8 |
1396 | 2024-02-01T07:29:01.035Z | Compiling ahash v0.8.6 |
1397 | 2024-02-01T07:29:01.063Z | Compiling lock_api v0.4.10 |
1398 | 2024-02-01T07:29:01.508Z | Compiling libm v0.2.7 |
1399 | 2024-02-01T07:29:01.555Z | Compiling serde_json v1.0.113 |
1400 | 2024-02-01T07:29:01.593Z | Compiling num-traits v0.2.16 |
1401 | 2024-02-01T07:29:01.641Z | Compiling thiserror v1.0.56 |
1402 | 2024-02-01T07:29:02.058Z | Compiling typenum v1.16.0 |
1403 | 2024-02-01T07:29:02.303Z | Compiling scopeguard v1.2.0 |
1404 | 2024-02-01T07:29:02.518Z | Compiling generic-array v0.14.7 |
1405 | 2024-02-01T07:29:02.834Z | Compiling quote v1.0.35 |
1406 | 2024-02-01T07:29:03.416Z | Compiling syn v2.0.48 |
1407 | 2024-02-01T07:29:03.503Z | Compiling cc v1.0.83 |
1408 | 2024-02-01T07:29:03.644Z | Compiling getrandom v0.2.10 |
1409 | 2024-02-01T07:29:03.970Z | Compiling itoa v1.0.9 |
1410 | 2024-02-01T07:29:04.355Z | Compiling log v0.4.20 |
1411 | 2024-02-01T07:29:05.016Z | Compiling pkg-config v0.3.27 |
1412 | 2024-02-01T07:29:05.426Z | Compiling slab v0.4.9 |
1413 | 2024-02-01T07:29:05.741Z | Compiling ryu v1.0.15 |
1414 | 2024-02-01T07:29:05.951Z | Compiling allocator-api2 v0.2.16 |
1415 | 2024-02-01T07:29:06.197Z | Compiling smallvec v1.11.2 |
1416 | 2024-02-01T07:29:06.598Z | Compiling pin-project-lite v0.2.13 |
1417 | 2024-02-01T07:29:06.725Z | Compiling equivalent v1.0.1 |
1418 | 2024-02-01T07:29:06.821Z | Compiling heck v0.4.1 |
1419 | 2024-02-01T07:29:06.944Z | Compiling vcpkg v0.2.15 |
1420 | 2024-02-01T07:29:07.128Z | Compiling schemars v0.8.16 |
1421 | 2024-02-01T07:29:07.579Z | Compiling ring v0.17.7 |
1422 | 2024-02-01T07:29:07.605Z | Compiling parking_lot v0.12.1 |
1423 | 2024-02-01T07:29:09.309Z | Compiling signal-hook-registry v1.4.1 |
1424 | 2024-02-01T07:29:09.784Z | Compiling openssl-sys v0.9.96 |
1425 | 2024-02-01T07:29:11.063Z | Compiling mio v0.8.9 |
1426 | 2024-02-01T07:29:11.520Z | Compiling rand_core v0.6.4 |
1427 | 2024-02-01T07:29:12.786Z | Compiling ring v0.16.20 |
1428 | 2024-02-01T07:29:14.301Z | Compiling num_cpus v1.16.0 |
1429 | 2024-02-01T07:29:14.345Z | Compiling socket2 v0.5.5 |
1430 | 2024-02-01T07:29:14.474Z | Compiling httparse v1.8.0 |
1431 | 2024-02-01T07:29:14.500Z | Compiling ucd-trie v0.1.6 |
1432 | 2024-02-01T07:29:14.724Z | Compiling futures-core v0.3.30 |
1433 | 2024-02-01T07:29:15.060Z | Compiling spin v0.5.2 |
1434 | 2024-02-01T07:29:15.082Z | Compiling openssl v0.10.60 |
1435 | 2024-02-01T07:29:15.105Z | Compiling fnv v1.0.7 |
1436 | 2024-02-01T07:29:15.224Z | Compiling semver v1.0.21 |
1437 | 2024-02-01T07:29:15.627Z | Compiling serde_derive_internals v0.26.0 |
1438 | 2024-02-01T07:29:16.004Z | Compiling iana-time-zone v0.1.57 |
1439 | 2024-02-01T07:29:16.288Z | Compiling rustls v0.21.9 |
1440 | 2024-02-01T07:29:16.534Z | Compiling unicode-xid v0.2.4 |
1441 | 2024-02-01T07:29:16.691Z | Compiling const-oid v0.9.5 |
1442 | 2024-02-01T07:29:16.780Z | Compiling native-tls v0.2.11 |
1443 | 2024-02-01T07:29:17.567Z | Compiling crossbeam-utils v0.8.16 |
1444 | 2024-02-01T07:29:17.573Z | Compiling subtle v2.5.0 |
1445 | 2024-02-01T07:29:17.733Z | Compiling synstructure v0.12.6 |
1446 | 2024-02-01T07:29:17.797Z | Compiling spin v0.9.8 |
1447 | 2024-02-01T07:29:18.426Z | Compiling futures-sink v0.3.30 |
1448 | 2024-02-01T07:29:18.551Z | Compiling io-lifetimes v1.0.11 |
1449 | 2024-02-01T07:29:19.536Z | Compiling backtrace v0.3.69 |
1450 | 2024-02-01T07:29:19.890Z | Compiling rustix v0.38.30 |
1451 | 2024-02-01T07:29:19.920Z | Compiling tinyvec_macros v0.1.1 |
1452 | 2024-02-01T07:29:20.042Z | Compiling dyn-clone v1.0.13 |
1453 | 2024-02-01T07:29:20.158Z | Compiling winnow v0.5.15 |
1454 | 2024-02-01T07:29:20.280Z | Compiling tinyvec v1.6.0 |
1455 | 2024-02-01T07:29:20.692Z | Compiling futures-channel v0.3.30 |
1456 | 2024-02-01T07:29:20.856Z | Compiling tracing-core v0.1.31 |
1457 | 2024-02-01T07:29:21.384Z | Compiling num-integer v0.1.45 |
1458 | 2024-02-01T07:29:21.453Z | Compiling memoffset v0.9.0 |
1459 | 2024-02-01T07:29:21.769Z | Compiling pin-utils v0.1.0 |
1460 | 2024-02-01T07:29:21.836Z | Compiling futures-io v0.3.30 |
1461 | 2024-02-01T07:29:22.333Z | Compiling futures-task v0.3.30 |
1462 | 2024-02-01T07:29:22.735Z | Compiling rustix v0.37.23 |
1463 | 2024-02-01T07:29:23.579Z | Compiling unicode-normalization v0.1.22 |
1464 | 2024-02-01T07:29:24.223Z | Compiling usdt-impl v0.3.5 |
1465 | 2024-02-01T07:29:24.349Z | Compiling serde_derive v1.0.195 |
1466 | 2024-02-01T07:29:24.766Z | Compiling zerocopy-derive v0.7.32 |
1467 | 2024-02-01T07:29:25.141Z | Compiling zeroize_derive v1.4.2 |
1468 | 2024-02-01T07:29:25.195Z | Compiling thiserror-impl v1.0.56 |
1469 | 2024-02-01T07:29:25.384Z | Compiling tokio-macros v2.2.0 |
1470 | 2024-02-01T07:29:25.770Z | Compiling futures-macro v0.3.30 |
1471 | 2024-02-01T07:29:25.917Z | Compiling tracing-attributes v0.1.26 |
1472 | 2024-02-01T07:29:27.410Z | Compiling zeroize v1.7.0 |
1473 | 2024-02-01T07:29:27.737Z | Compiling schemars_derive v0.8.16 |
1474 | 2024-02-01T07:29:27.965Z | Compiling zerocopy v0.7.32 |
1475 | 2024-02-01T07:29:29.976Z | Compiling pest v2.7.6 |
1476 | 2024-02-01T07:29:31.102Z | Compiling openssl-macros v0.1.1 |
1477 | 2024-02-01T07:29:31.519Z | Compiling hashbrown v0.14.2 |
1478 | 2024-02-01T07:29:32.144Z | Compiling zerocopy-derive v0.2.0 |
1479 | 2024-02-01T07:29:32.608Z | Compiling crypto-common v0.1.6 |
1480 | 2024-02-01T07:29:32.905Z | Compiling der_derive v0.7.2 |
1481 | 2024-02-01T07:29:33.234Z | Compiling hashbrown v0.13.2 |
1482 | 2024-02-01T07:29:33.622Z | Compiling tracing v0.1.37 |
1483 | 2024-02-01T07:29:34.618Z | Compiling pest_meta v2.7.6 |
1484 | 2024-02-01T07:29:34.891Z | Compiling block-buffer v0.10.4 |
1485 | 2024-02-01T07:29:34.978Z | Compiling futures-util v0.3.30 |
1486 | 2024-02-01T07:29:35.345Z | Compiling anyhow v1.0.75 |
1487 | 2024-02-01T07:29:36.062Z | Compiling slog v2.7.0 |
1488 | 2024-02-01T07:29:36.674Z | Compiling pest_generator v2.7.6 |
1489 | 2024-02-01T07:29:37.334Z | Compiling time-core v0.1.1 |
1490 | 2024-02-01T07:29:37.582Z | Compiling bitflags v1.3.2 |
1491 | 2024-02-01T07:29:37.735Z | Compiling unicode-bidi v0.3.13 |
1492 | 2024-02-01T07:29:39.123Z | Compiling crc32fast v1.3.2 |
1493 | 2024-02-01T07:29:39.692Z | Compiling time-macros v0.2.13 |
1494 | 2024-02-01T07:29:40.547Z | Compiling digest v0.10.7 |
1495 | 2024-02-01T07:29:41.192Z | Compiling scroll_derive v0.12.0 |
1496 | 2024-02-01T07:29:41.406Z | Compiling pest_derive v2.7.6 |
1497 | 2024-02-01T07:29:42.533Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1498 | 2024-02-01T07:29:42.595Z | Compiling aho-corasick v1.0.4 |
1499 | 2024-02-01T07:29:43.159Z | Compiling crossbeam-epoch v0.9.15 |
1500 | 2024-02-01T07:29:43.437Z | Compiling regex-syntax v0.8.2 |
1501 | 2024-02-01T07:29:43.754Z | Compiling ppv-lite86 v0.2.17 |
1502 | 2024-02-01T07:29:44.563Z | Compiling untrusted v0.9.0 |
1503 | 2024-02-01T07:29:44.640Z | Compiling async-trait v0.1.77 |
1504 | 2024-02-01T07:29:44.850Z | Compiling signal-hook v0.3.17 |
1505 | 2024-02-01T07:29:44.995Z | Compiling rustversion v1.0.14 |
1506 | 2024-02-01T07:29:45.279Z | Compiling rand_chacha v0.3.1 |
1507 | 2024-02-01T07:29:45.944Z | Compiling zerocopy v0.3.0 |
1508 | 2024-02-01T07:29:46.819Z | Compiling bytes v1.5.0 |
1509 | 2024-02-01T07:29:47.877Z | Compiling indexmap v2.2.2 |
1510 | 2024-02-01T07:29:48.573Z | Compiling tokio v1.35.1 |
1511 | 2024-02-01T07:29:48.717Z | Compiling uuid v1.7.0 |
1512 | 2024-02-01T07:29:49.934Z | Compiling chrono v0.4.31 |
1513 | 2024-02-01T07:29:50.240Z | Compiling bitflags v2.4.0 |
1514 | 2024-02-01T07:29:53.643Z | Compiling serde_spanned v0.6.4 |
1515 | 2024-02-01T07:29:54.384Z | Compiling toml_datetime v0.6.5 |
1516 | 2024-02-01T07:29:56.270Z | Compiling toml_edit v0.19.15 |
1517 | 2024-02-01T07:29:56.803Z | Compiling rustc_version v0.4.0 |
1518 | 2024-02-01T07:29:57.801Z | Compiling http v0.2.11 |
1519 | 2024-02-01T07:29:59.459Z | Compiling heapless v0.7.16 |
1520 | 2024-02-01T07:30:00.076Z | Compiling regex-automata v0.4.4 |
1521 | 2024-02-01T07:30:00.707Z | Compiling thread-id v4.2.0 |
1522 | 2024-02-01T07:30:00.863Z | Compiling errno v0.3.8 |
1523 | 2024-02-01T07:30:01.852Z | Compiling strsim v0.10.0 |
1524 | 2024-02-01T07:30:05.141Z | Compiling tokio-util v0.7.10 |
1525 | 2024-02-01T07:30:07.448Z | Compiling regex v1.10.3 |
1526 | 2024-02-01T07:30:07.661Z | Compiling dof v0.1.5 |
1527 | 2024-02-01T07:30:09.086Z | Compiling rand v0.8.5 |
1528 | 2024-02-01T07:30:11.685Z | Compiling dtrace-parser v0.1.14 |
1529 | 2024-02-01T07:30:13.930Z | Compiling num-bigint v0.4.4 |
1530 | 2024-02-01T07:30:14.375Z | Compiling foreign-types-shared v0.1.1 |
1531 | 2024-02-01T07:30:14.530Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1532 | 2024-02-01T07:30:14.765Z | Compiling smoltcp v0.9.1 |
1533 | 2024-02-01T07:30:14.894Z | Compiling camino v1.1.6 |
1534 | 2024-02-01T07:30:14.917Z | Compiling untrusted v0.7.1 |
1535 | 2024-02-01T07:30:15.195Z | Compiling percent-encoding v2.3.1 |
1536 | 2024-02-01T07:30:15.692Z | Compiling base64ct v1.6.0 |
1537 | 2024-02-01T07:30:15.740Z | Compiling foreign-types v0.3.2 |
1538 | 2024-02-01T07:30:15.863Z | Compiling strum_macros v0.25.2 |
1539 | 2024-02-01T07:30:16.578Z | Compiling pem-rfc7468 v0.7.0 |
1540 | 2024-02-01T07:30:18.149Z | Compiling serde_tokenstream v0.1.7 |
1541 | 2024-02-01T07:30:20.804Z | Compiling hmac v0.12.1 |
1542 | 2024-02-01T07:30:21.267Z | Compiling lazy_static v1.4.0 |
1543 | 2024-02-01T07:30:21.468Z | Compiling socket2 v0.4.9 |
1544 | 2024-02-01T07:30:21.515Z | Compiling siphasher v0.3.11 |
1545 | 2024-02-01T07:30:21.515Z | Compiling try-lock v0.2.4 |
1546 | 2024-02-01T07:30:21.518Z | Compiling base64 v0.21.7 |
1547 | 2024-02-01T07:30:21.722Z | Compiling adler v1.0.2 |
1548 | 2024-02-01T07:30:21.756Z | Compiling unicode-segmentation v1.10.1 |
1549 | 2024-02-01T07:30:21.788Z | Compiling flagset v0.4.3 |
1550 | 2024-02-01T07:30:22.457Z | Compiling unicode-width v0.1.11 |
1551 | 2024-02-01T07:30:22.697Z | Compiling miniz_oxide v0.7.1 |
1552 | 2024-02-01T07:30:22.750Z | Compiling der v0.7.8 |
1553 | 2024-02-01T07:30:23.097Z | Compiling want v0.3.1 |
1554 | 2024-02-01T07:30:24.232Z | Compiling sct v0.7.0 |
1555 | 2024-02-01T07:30:24.510Z | Compiling rustls-webpki v0.101.7 |
1556 | 2024-02-01T07:30:24.693Z | Compiling form_urlencoded v1.2.1 |
1557 | 2024-02-01T07:30:25.068Z | Compiling h2 v0.3.24 |
1558 | 2024-02-01T07:30:25.169Z | Compiling http-body v0.4.5 |
1559 | 2024-02-01T07:30:25.329Z | Compiling hubpack_derive v0.1.1 |
1560 | 2024-02-01T07:30:25.777Z | Compiling zerocopy-derive v0.6.4 |
1561 | 2024-02-01T07:30:27.845Z | Compiling num-iter v0.1.43 |
1562 | 2024-02-01T07:30:28.213Z | Compiling usdt-impl v0.5.0 |
1563 | 2024-02-01T07:30:28.701Z | Compiling httpdate v1.0.3 |
1564 | 2024-02-01T07:30:28.831Z | Compiling cpufeatures v0.2.12 |
1565 | 2024-02-01T07:30:28.974Z | Compiling utf8parse v0.2.1 |
1566 | 2024-02-01T07:30:29.020Z | Compiling tower-service v0.3.2 |
1567 | 2024-02-01T07:30:29.191Z | Compiling anstyle v1.0.2 |
1568 | 2024-02-01T07:30:29.345Z | Compiling openssl-probe v0.1.5 |
1569 | 2024-02-01T07:30:29.763Z | Compiling stable_deref_trait v1.2.0 |
1570 | 2024-02-01T07:30:29.943Z | Compiling anstyle-parse v0.2.1 |
1571 | 2024-02-01T07:30:30.056Z | Compiling sha2 v0.10.8 |
1572 | 2024-02-01T07:30:31.574Z | Compiling spki v0.7.2 |
1573 | 2024-02-01T07:30:33.517Z | Compiling usdt-macro v0.3.5 |
1574 | 2024-02-01T07:30:34.216Z | Compiling usdt-attr-macro v0.3.5 |
1575 | 2024-02-01T07:30:36.552Z | Compiling hyper v0.14.27 |
1576 | 2024-02-01T07:30:36.900Z | Compiling openapiv3 v2.0.0 |
1577 | 2024-02-01T07:30:37.069Z | Compiling scroll v0.12.0 |
1578 | 2024-02-01T07:30:37.908Z | Compiling md-5 v0.10.5 |
1579 | 2024-02-01T07:30:38.334Z | Compiling stringprep v0.1.3 |
1580 | 2024-02-01T07:30:39.001Z | Compiling idna v0.5.0 |
1581 | 2024-02-01T07:30:39.874Z | Compiling diesel_table_macro_syntax v0.1.0 |
1582 | 2024-02-01T07:30:40.399Z | Compiling hash32 v0.2.1 |
1583 | 2024-02-01T07:30:40.960Z | Compiling anstyle-query v1.0.0 |
1584 | 2024-02-01T07:30:41.155Z | Compiling plain v0.2.3 |
1585 | 2024-02-01T07:30:41.515Z | Compiling gimli v0.28.0 |
1586 | 2024-02-01T07:30:41.584Z | Compiling fallible-iterator v0.2.0 |
1587 | 2024-02-01T07:30:41.603Z | Compiling colorchoice v1.0.0 |
1588 | 2024-02-01T07:30:43.060Z | Compiling postgres-protocol v0.6.6 |
1589 | 2024-02-01T07:30:44.707Z | Compiling anstream v0.5.0 |
1590 | 2024-02-01T07:30:45.666Z | Compiling goblin v0.8.0 |
1591 | 2024-02-01T07:30:46.856Z | Compiling url v2.5.0 |
1592 | 2024-02-01T07:30:48.810Z | Compiling addr2line v0.21.0 |
1593 | 2024-02-01T07:30:49.414Z | Compiling diesel_derives v2.1.2 |
1594 | 2024-02-01T07:30:52.273Z | Compiling tokio-rustls v0.24.1 |
1595 | 2024-02-01T07:30:54.245Z | Compiling tokio-native-tls v0.3.1 |
1596 | 2024-02-01T07:30:54.361Z | Compiling terminal_size v0.2.6 |
1597 | 2024-02-01T07:30:54.632Z | Compiling pkcs8 v0.10.2 |
1598 | 2024-02-01T07:30:55.476Z | Compiling phf_shared v0.11.2 |
1599 | 2024-02-01T07:30:57.307Z | Compiling serde_tokenstream v0.2.0 |
1600 | 2024-02-01T07:30:58.120Z | Compiling block-padding v0.3.3 |
1601 | 2024-02-01T07:30:58.149Z | Compiling enum-as-inner v0.5.1 |
1602 | 2024-02-01T07:30:58.451Z | Compiling clap_derive v4.4.2 |
1603 | 2024-02-01T07:30:59.636Z | Compiling serde_repr v0.1.16 |
1604 | 2024-02-01T07:31:01.171Z | Compiling ff v0.13.0 |
1605 | 2024-02-01T07:31:01.276Z | Compiling scheduled-thread-pool v0.2.7 |
1606 | 2024-02-01T07:31:01.518Z | Compiling object v0.32.1 |
1607 | 2024-02-01T07:31:04.837Z | Compiling pretty-hex v0.4.1 |
1608 | 2024-02-01T07:31:05.147Z | Compiling num_threads v0.1.6 |
1609 | 2024-02-01T07:31:05.326Z | Compiling rustc-demangle v0.1.23 |
1610 | 2024-02-01T07:31:06.746Z | Compiling ipnet v2.9.0 |
1611 | 2024-02-01T07:31:06.983Z | Compiling bit-vec v0.6.3 |
1612 | 2024-02-01T07:31:07.690Z | Compiling managed v0.8.0 |
1613 | 2024-02-01T07:31:08.400Z | Compiling regex-automata v0.1.10 |
1614 | 2024-02-01T07:31:10.043Z | Compiling base16ct v0.2.0 |
1615 | 2024-02-01T07:31:10.498Z | Compiling matches v0.1.10 |
1616 | 2024-02-01T07:31:10.730Z | Compiling deranged v0.3.8 |
1617 | 2024-02-01T07:31:12.814Z | Compiling clap_lex v0.5.1 |
1618 | 2024-02-01T07:31:13.512Z | Compiling clap_builder v4.4.2 |
1619 | 2024-02-01T07:31:13.767Z | Compiling time v0.3.27 |
1620 | 2024-02-01T07:31:16.163Z | Compiling idna v0.2.3 |
1621 | 2024-02-01T07:31:17.691Z | Compiling sec1 v0.7.3 |
1622 | 2024-02-01T07:31:18.196Z | Compiling bstr v0.2.17 |
1623 | 2024-02-01T07:31:19.314Z | Compiling dof v0.3.0 |
1624 | 2024-02-01T07:31:20.307Z | Compiling r2d2 v0.8.10 |
1625 | 2024-02-01T07:31:20.446Z | Compiling group v0.13.0 |
1626 | 2024-02-01T07:31:20.917Z | Compiling inout v0.1.3 |
1627 | 2024-02-01T07:31:21.989Z | Compiling phf v0.11.2 |
1628 | 2024-02-01T07:31:22.062Z | Compiling hyper-tls v0.5.0 |
1629 | 2024-02-01T07:31:22.314Z | Compiling signal-hook-mio v0.2.3 |
1630 | 2024-02-01T07:31:22.356Z | Compiling hyper-rustls v0.24.2 |
1631 | 2024-02-01T07:31:22.419Z | Compiling flate2 v1.0.28 |
1632 | 2024-02-01T07:31:22.676Z | Compiling bzip2 v0.4.4 |
1633 | 2024-02-01T07:31:22.680Z | Compiling postgres-types v0.2.6 |
1634 | 2024-02-01T07:31:22.869Z | Compiling zerocopy v0.6.4 |
1635 | 2024-02-01T07:31:23.481Z | Compiling hubpack v0.1.2 |
1636 | 2024-02-01T07:31:23.900Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-02-01T07:31:24.150Z | Compiling rustls-pemfile v1.0.3 |
1638 | 2024-02-01T07:31:24.200Z | Compiling phf_shared v0.10.0 |
1639 | 2024-02-01T07:31:24.715Z | Compiling hkdf v0.12.4 |
1640 | 2024-02-01T07:31:24.796Z | Compiling ipnetwork v0.20.0 |
1641 | 2024-02-01T07:31:25.216Z | Compiling futures-executor v0.3.30 |
1642 | 2024-02-01T07:31:26.054Z | Compiling dtrace-parser v0.2.0 |
1643 | 2024-02-01T07:31:26.278Z | Compiling regress v0.7.1 |
1644 | 2024-02-01T07:31:26.457Z | Compiling crypto-bigint v0.5.2 |
1645 | 2024-02-01T07:31:26.844Z | Compiling float-cmp v0.9.0 |
1646 | 2024-02-01T07:31:27.182Z | Compiling encoding_rs v0.8.33 |
1647 | 2024-02-01T07:31:42.751Z | Compiling mime v0.3.17 |
1648 | 2024-02-01T07:31:43.598Z | Compiling new_debug_unreachable v1.0.4 |
1649 | 2024-02-01T07:31:43.598Z | Compiling webpki-roots v0.25.2 |
1650 | 2024-02-01T07:31:43.598Z | Compiling precomputed-hash v0.1.1 |
1651 | 2024-02-01T07:31:43.598Z | Compiling difflib v0.4.0 |
1652 | 2024-02-01T07:31:43.598Z | Compiling data-encoding v2.4.0 |
1653 | 2024-02-01T07:31:44.178Z | Compiling regex-automata v0.3.8 |
1654 | 2024-02-01T07:31:44.178Z | Compiling minimal-lexical v0.2.1 |
1655 | 2024-02-01T07:31:44.178Z | Compiling static_assertions v1.1.0 |
1656 | 2024-02-01T07:31:44.178Z | Compiling normalize-line-endings v0.3.0 |
1657 | 2024-02-01T07:31:44.178Z | Compiling fixedbitset v0.4.2 |
1658 | 2024-02-01T07:31:44.178Z | Compiling predicates-core v1.0.6 |
1659 | 2024-02-01T07:31:44.178Z | Compiling either v1.9.0 |
1660 | 2024-02-01T07:31:44.178Z | Compiling whoami v1.4.1 |
1661 | 2024-02-01T07:31:44.179Z | Compiling tokio-postgres v0.7.10 |
1662 | 2024-02-01T07:31:44.179Z | Compiling bstr v1.6.0 |
1663 | 2024-02-01T07:31:44.179Z | Compiling itertools v0.10.5 |
1664 | 2024-02-01T07:31:44.179Z | Compiling petgraph v0.6.4 |
1665 | 2024-02-01T07:31:44.179Z | Compiling predicates v3.1.0 |
1666 | 2024-02-01T07:31:46.995Z | Compiling nom v7.1.3 |
1667 | 2024-02-01T07:31:48.359Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1668 | 2024-02-01T07:31:48.879Z | Compiling trust-dns-proto v0.22.0 |
1669 | 2024-02-01T07:31:49.499Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1670 | 2024-02-01T07:31:53.054Z | Compiling string_cache v0.8.7 |
1671 | 2024-02-01T07:31:53.710Z | Compiling reqwest v0.11.22 |
1672 | 2024-02-01T07:31:57.665Z | Compiling elliptic-curve v0.13.8 |
1673 | 2024-02-01T07:32:06.788Z | Compiling futures v0.3.30 |
1674 | 2024-02-01T07:32:06.954Z | Compiling yasna v0.5.2 |
1675 | 2024-02-01T07:32:07.039Z | Compiling diesel v2.1.4 |
1676 | 2024-02-01T07:32:08.870Z | Compiling zip v0.6.6 |
1677 | 2024-02-01T07:32:09.434Z | Compiling crossterm v0.27.0 |
1678 | 2024-02-01T07:32:09.438Z | Compiling cipher v0.4.4 |
1679 | 2024-02-01T07:32:09.678Z | Compiling similar v2.3.0 |
1680 | 2024-02-01T07:32:10.173Z | Compiling clap v4.4.3 |
1681 | 2024-02-01T07:32:10.779Z | Compiling bit-set v0.5.3 |
1682 | 2024-02-01T07:32:10.976Z | Compiling usdt v0.3.5 |
1683 | 2024-02-01T07:32:11.383Z | Compiling console v0.15.8 |
1684 | 2024-02-01T07:32:13.471Z | Compiling tokio-stream v0.1.14 |
1685 | 2024-02-01T07:32:13.574Z | Compiling toml v0.7.8 |
1686 | 2024-02-01T07:32:14.908Z | Compiling toml_edit v0.21.0 |
1687 | 2024-02-01T07:32:15.012Z | Compiling hex v0.4.3 |
1688 | 2024-02-01T07:32:16.071Z | Compiling proc-macro-error-attr v1.0.4 |
1689 | 2024-02-01T07:32:16.494Z | Compiling lalrpop-util v0.19.12 |
1690 | 2024-02-01T07:32:20.458Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1691 | 2024-02-01T07:32:22.422Z | Compiling proc-macro-crate v1.3.1 |
1692 | 2024-02-01T07:32:25.743Z | Compiling proc-macro-error v1.0.4 |
1693 | 2024-02-01T07:32:26.200Z | Compiling heapless v0.8.0 |
1694 | 2024-02-01T07:32:31.586Z | Compiling num_enum_derive v0.5.11 |
1695 | 2024-02-01T07:32:42.690Z | Compiling atty v0.2.14 |
1696 | 2024-02-01T07:32:43.531Z | Compiling hash32 v0.3.1 |
1697 | 2024-02-01T07:32:45.636Z | Compiling ident_case v1.0.1 |
1698 | 2024-02-01T07:32:45.907Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1699 | 2024-02-01T07:32:46.388Z | Compiling smoltcp v0.11.0 |
1700 | 2024-02-01T07:32:47.314Z | Compiling rustls-pki-types v1.1.0 |
1701 | 2024-02-01T07:32:49.594Z | Compiling darling_core v0.20.3 |
1702 | 2024-02-01T07:33:01.227Z | Compiling num_enum v0.5.11 |
1703 | 2024-02-01T07:33:13.905Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1704 | 2024-02-01T07:33:21.021Z | Compiling dirs-sys-next v0.1.2 |
1705 | 2024-02-01T07:33:22.877Z | Compiling rustls v0.22.2 |
1706 | 2024-02-01T07:33:23.499Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1707 | 2024-02-01T07:33:23.909Z | Compiling cobs v0.2.3 |
1708 | 2024-02-01T07:33:24.437Z | Compiling embedded-io v0.4.0 |
1709 | 2024-02-01T07:33:38.207Z | Compiling postcard v1.0.8 |
1710 | 2024-02-01T07:33:45.614Z | Compiling dirs-next v2.0.0 |
1711 | 2024-02-01T07:33:51.374Z | Compiling darling_macro v0.20.3 |
1712 | 2024-02-01T07:33:56.072Z | Compiling rustls-webpki v0.102.1 |
1713 | 2024-02-01T07:33:59.116Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1714 | 2024-02-01T07:34:04.642Z | Compiling getopts v0.2.21 |
1715 | 2024-02-01T07:34:05.366Z | Compiling structmeta-derive v0.2.0 |
1716 | 2024-02-01T07:34:06.047Z | Compiling foreign-types-macros v0.2.3 |
1717 | 2024-02-01T07:34:08.316Z | Compiling thread_local v1.1.7 |
1718 | 2024-02-01T07:34:08.639Z | Compiling multer v3.0.0 |
1719 | 2024-02-01T07:34:09.063Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1720 | 2024-02-01T07:34:09.658Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1721 | 2024-02-01T07:34:10.073Z | Compiling unsafe-libyaml v0.2.10 |
1722 | 2024-02-01T07:34:10.680Z | Compiling paste v1.0.14 |
1723 | 2024-02-01T07:34:11.372Z | Compiling slog-async v2.8.0 |
1724 | 2024-02-01T07:34:11.924Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1725 | 2024-02-01T07:34:12.033Z | Compiling match_cfg v0.1.0 |
1726 | 2024-02-01T07:34:12.259Z | Compiling foreign-types-shared v0.3.1 |
1727 | 2024-02-01T07:34:18.438Z | Compiling foreign-types v0.5.0 |
1728 | 2024-02-01T07:34:18.556Z | Compiling serde_yaml v0.9.25 |
1729 | 2024-02-01T07:34:18.699Z | Compiling hostname v0.3.1 |
1730 | 2024-02-01T07:34:19.072Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1731 | 2024-02-01T07:34:25.235Z | Compiling structmeta v0.2.0 |
1732 | 2024-02-01T07:34:25.819Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1733 | 2024-02-01T07:34:36.812Z | Compiling darling v0.20.3 |
1734 | 2024-02-01T07:34:41.278Z | Compiling term v0.7.0 |
1735 | 2024-02-01T07:34:44.657Z | Compiling slog-json v2.6.1 |
1736 | 2024-02-01T07:34:44.736Z | Compiling is-terminal v0.4.9 |
1737 | 2024-02-01T07:34:44.923Z | Compiling crossbeam-channel v0.5.8 |
1738 | 2024-02-01T07:34:47.691Z | Compiling strum v0.25.0 |
1739 | 2024-02-01T07:34:49.021Z | Compiling http v1.0.0 |
1740 | 2024-02-01T07:34:49.256Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1741 | 2024-02-01T07:34:50.060Z | Compiling async-stream-impl v0.3.5 |
1742 | 2024-02-01T07:34:50.456Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1743 | 2024-02-01T07:34:51.708Z | Compiling cstr-argument v0.1.2 |
1744 | 2024-02-01T07:34:52.040Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1745 | 2024-02-01T07:34:52.075Z | Compiling pretty-hex v0.2.1 |
1746 | 2024-02-01T07:34:52.435Z | Compiling atomic-waker v1.1.1 |
1747 | 2024-02-01T07:34:52.476Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1748 | 2024-02-01T07:34:52.707Z | Compiling crucible-workspace-hack v0.1.0 |
1749 | 2024-02-01T07:34:52.911Z | Compiling take_mut v0.2.2 |
1750 | 2024-02-01T07:34:53.161Z | Compiling regex-syntax v0.7.5 |
1751 | 2024-02-01T07:34:53.701Z | Compiling fastrand v2.0.0 |
1752 | 2024-02-01T07:34:54.332Z | Compiling tempfile v3.9.0 |
1753 | 2024-02-01T07:34:55.182Z | Compiling waitgroup v0.1.2 |
1754 | 2024-02-01T07:34:55.651Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1755 | 2024-02-01T07:34:56.267Z | Compiling async-stream v0.3.5 |
1756 | 2024-02-01T07:34:56.744Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1757 | 2024-02-01T07:34:58.088Z | Compiling slog-bunyan v2.5.0 |
1758 | 2024-02-01T07:34:58.484Z | Compiling colored v2.0.4 |
1759 | 2024-02-01T07:35:00.261Z | Compiling slog-term v2.9.0 |
1760 | 2024-02-01T07:35:00.791Z | Compiling tokio-rustls v0.25.0 |
1761 | 2024-02-01T07:35:01.511Z | Compiling serde_with_macros v3.5.1 |
1762 | 2024-02-01T07:35:02.879Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1763 | 2024-02-01T07:35:03.423Z | Compiling parse-display-derive v0.8.2 |
1764 | 2024-02-01T07:35:06.041Z | Compiling toml v0.8.8 |
1765 | 2024-02-01T07:35:06.873Z | Compiling rustls-pemfile v2.0.0 |
1766 | 2024-02-01T07:35:08.045Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1767 | 2024-02-01T07:35:09.620Z | Compiling sha1 v0.10.6 |
1768 | 2024-02-01T07:35:10.436Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1769 | 2024-02-01T07:35:11.133Z | Compiling textwrap v0.11.0 |
1770 | 2024-02-01T07:35:12.906Z | Compiling heck v0.3.3 |
1771 | 2024-02-01T07:35:13.461Z | Compiling serde_path_to_error v0.1.15 |
1772 | 2024-02-01T07:35:13.638Z | Compiling instant v0.1.12 |
1773 | 2024-02-01T07:35:13.873Z | Compiling debug-ignore v1.0.5 |
1774 | 2024-02-01T07:35:14.103Z | Compiling vec_map v0.8.2 |
1775 | 2024-02-01T07:35:14.194Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1776 | 2024-02-01T07:35:14.605Z | Compiling rayon-core v1.12.0 |
1777 | 2024-02-01T07:35:14.831Z | Compiling libefi-sys v0.1.0 |
1778 | 2024-02-01T07:35:14.894Z | Compiling strsim v0.8.0 |
1779 | 2024-02-01T07:35:15.025Z | Compiling ansi_term v0.12.1 |
1780 | 2024-02-01T07:35:15.296Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1781 | 2024-02-01T07:35:16.407Z | Compiling clap v2.34.0 |
1782 | 2024-02-01T07:35:17.198Z | Compiling backoff v0.4.0 |
1783 | 2024-02-01T07:35:17.760Z | Compiling structopt-derive v0.4.18 |
1784 | 2024-02-01T07:35:20.140Z | Compiling parse-display v0.8.2 |
1785 | 2024-02-01T07:35:20.451Z | Compiling serde_with v3.5.1 |
1786 | 2024-02-01T07:35:22.300Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1787 | 2024-02-01T07:35:26.951Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1788 | 2024-02-01T07:35:27.742Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1789 | 2024-02-01T07:35:28.024Z | Compiling zone_cfg_derive v0.3.0 |
1790 | 2024-02-01T07:35:28.051Z | Compiling crossbeam-deque v0.8.3 |
1791 | 2024-02-01T07:35:28.559Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1792 | 2024-02-01T07:35:28.671Z | Compiling macaddr v1.0.1 |
1793 | 2024-02-01T07:35:28.880Z | Compiling num-derive v0.4.0 |
1794 | 2024-02-01T07:35:29.882Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1795 | 2024-02-01T07:35:30.281Z | Compiling portable-atomic v1.4.3 |
1796 | 2024-02-01T07:35:30.615Z | Compiling zone v0.3.0 |
1797 | 2024-02-01T07:35:32.486Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1798 | 2024-02-01T07:35:35.739Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1799 | 2024-02-01T07:35:36.202Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1800 | 2024-02-01T07:35:36.543Z | Compiling structopt v0.3.26 |
1801 | 2024-02-01T07:35:37.574Z | Compiling camino-tempfile v1.1.1 |
1802 | 2024-02-01T07:35:38.277Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1803 | 2024-02-01T07:35:38.817Z | Compiling smf v0.2.2 |
1804 | 2024-02-01T07:35:39.534Z | Compiling xattr v1.0.1 |
1805 | 2024-02-01T07:35:39.987Z | Compiling filetime v0.2.23 |
1806 | 2024-02-01T07:35:40.193Z | Compiling same-file v1.0.6 |
1807 | 2024-02-01T07:35:40.517Z | Compiling walkdir v2.4.0 |
1808 | 2024-02-01T07:35:40.929Z | Compiling tar v0.4.40 |
1809 | 2024-02-01T07:35:43.068Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1810 | 2024-02-01T07:35:43.354Z | Compiling rayon v1.8.0 |
1811 | 2024-02-01T07:35:43.709Z | Compiling topological-sort v0.2.2 |
1812 | 2024-02-01T07:35:44.081Z | Compiling number_prefix v0.4.0 |
1813 | 2024-02-01T07:35:44.474Z | Compiling omicron-zone-package v0.10.1 |
1814 | 2024-02-01T07:35:46.640Z | Compiling swrite v0.1.0 |
1815 | 2024-02-01T07:35:47.001Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1816 | 2024-02-01T07:35:50.041Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1817 | 2024-02-01T07:35:51.794Z | Compiling indicatif v0.17.7 |
1818 | 2024-02-01T07:36:04.798Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1819 | 2024-02-01T07:36:08.334Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1820 | 2024-02-01T07:36:14.864Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1821 | 2024-02-01T07:36:38.021Z | Finished release [optimized] target(s) in 8m 05s |
1822 | 2024-02-01T07:36:38.289Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1823 | 2024-02-01T07:36:38.800Z | Created new build target 'test' and set it as active |
1824 | 2024-02-01T07:36:38.815Z | |
1825 | 2024-02-01T07:36:38.815Z | real 8:05.556135529 |
1826 | 2024-02-01T07:36:38.816Z | user 53:58.962197133 |
1827 | 2024-02-01T07:36:38.816Z | sys 4:39.323444378 |
1828 | 2024-02-01T07:36:38.816Z | trap 2.098999826 |
1829 | 2024-02-01T07:36:38.816Z | tflt 2.763807777 |
1830 | 2024-02-01T07:36:38.816Z | dflt 2.827376763 |
1831 | 2024-02-01T07:36:38.816Z | kflt 0.019787883 |
1832 | 2024-02-01T07:36:38.816Z | lock 1:58:12.182137762 |
1833 | 2024-02-01T07:36:38.816Z | slp 2:32:15.248783243 |
1834 | 2024-02-01T07:36:38.816Z | lat 2:35.225882140 |
1835 | 2024-02-01T07:36:38.816Z | stop 3:57.004519156 |
1836 | 2024-02-01T07:36:38.816Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1837 | 2024-02-01T07:36:39.570Z | Finished release [optimized] target(s) in 1.10s |
1838 | 2024-02-01T07:36:39.595Z | Running `target/release/omicron-package -t test package` |
1839 | 2024-02-01T07:36:39.635Z | Feb 01 07:36:38.830 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1840 | 2024-02-01T07:36:40.878Z | Compiling linked-hash-map v0.5.6 |
1841 | 2024-02-01T07:36:40.881Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1842 | 2024-02-01T07:36:40.881Z | Compiling usdt-macro v0.5.0 |
1843 | 2024-02-01T07:36:40.881Z | Compiling usdt-attr-macro v0.5.0 |
1844 | 2024-02-01T07:36:40.900Z | Compiling memmap v0.7.0 |
1845 | 2024-02-01T07:36:40.903Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1846 | 2024-02-01T07:36:40.903Z | Compiling password-hash v0.5.0 |
1847 | 2024-02-01T07:36:40.909Z | Compiling blake2 v0.10.6 |
1848 | 2024-02-01T07:36:41.451Z | Compiling lru-cache v0.1.2 |
1849 | 2024-02-01T07:36:41.615Z | Compiling argon2 v0.5.3 |
1850 | 2024-02-01T07:36:41.751Z | Compiling semver v0.1.20 |
1851 | 2024-02-01T07:36:42.655Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1852 | 2024-02-01T07:36:42.954Z | Compiling rustc_version v0.1.7 |
1853 | 2024-02-01T07:36:43.163Z | Compiling same-file v1.0.6 |
1854 | 2024-02-01T07:36:43.185Z | Compiling usdt v0.5.0 |
1855 | 2024-02-01T07:36:43.469Z | Compiling quick-error v1.2.3 |
1856 | 2024-02-01T07:36:43.541Z | Compiling newtype_derive v0.1.6 |
1857 | 2024-02-01T07:36:43.608Z | Compiling walkdir v2.4.0 |
1858 | 2024-02-01T07:36:43.670Z | Compiling resolv-conf v0.7.0 |
1859 | 2024-02-01T07:36:43.969Z | Compiling itertools v0.12.1 |
1860 | 2024-02-01T07:36:44.697Z | Compiling semver-parser v0.10.2 |
1861 | 2024-02-01T07:36:45.035Z | Compiling slog-dtrace v0.3.0 |
1862 | 2024-02-01T07:36:45.464Z | Compiling fastrand v2.0.0 |
1863 | 2024-02-01T07:36:45.765Z | Compiling trust-dns-resolver v0.22.0 |
1864 | 2024-02-01T07:36:46.217Z | Compiling tempfile v3.9.0 |
1865 | 2024-02-01T07:36:46.303Z | Compiling semver v0.11.0 |
1866 | 2024-02-01T07:36:46.929Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1867 | 2024-02-01T07:36:47.303Z | Compiling nibble_vec v0.1.0 |
1868 | 2024-02-01T07:36:47.384Z | Compiling filetime v0.2.23 |
1869 | 2024-02-01T07:36:47.397Z | Compiling xattr v1.0.1 |
1870 | 2024-02-01T07:36:47.614Z | Compiling home v0.5.5 |
1871 | 2024-02-01T07:36:47.682Z | Compiling endian-type v0.1.2 |
1872 | 2024-02-01T07:36:47.732Z | Compiling tar v0.4.40 |
1873 | 2024-02-01T07:36:47.830Z | Compiling toolchain_find v0.2.0 |
1874 | 2024-02-01T07:36:48.026Z | Compiling radix_trie v0.2.1 |
1875 | 2024-02-01T07:36:48.629Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1876 | 2024-02-01T07:36:49.226Z | Compiling toml v0.5.11 |
1877 | 2024-02-01T07:36:49.448Z | Compiling radium v0.7.0 |
1878 | 2024-02-01T07:36:49.889Z | Compiling topological-sort v0.2.2 |
1879 | 2024-02-01T07:36:50.067Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1880 | 2024-02-01T07:36:50.197Z | Compiling omicron-zone-package v0.10.1 |
1881 | 2024-02-01T07:36:50.361Z | Compiling steno v0.4.0 |
1882 | 2024-02-01T07:36:50.668Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1883 | 2024-02-01T07:36:50.683Z | Compiling toml v0.8.8 |
1884 | 2024-02-01T07:36:53.194Z | Compiling rustfmt-wrapper v0.2.0 |
1885 | 2024-02-01T07:36:53.962Z | Compiling num-rational v0.4.1 |
1886 | 2024-02-01T07:36:54.139Z | Compiling cancel-safe-futures v0.1.5 |
1887 | 2024-02-01T07:36:54.411Z | Compiling tap v1.0.1 |
1888 | 2024-02-01T07:36:54.521Z | Compiling maybe-uninit v2.0.0 |
1889 | 2024-02-01T07:36:54.665Z | Compiling wyz v0.5.1 |
1890 | 2024-02-01T07:36:55.258Z | Compiling crc-catalog v2.2.0 |
1891 | 2024-02-01T07:36:55.393Z | Compiling num-bigint-dig v0.8.4 |
1892 | 2024-02-01T07:36:55.461Z | Compiling packed_struct v0.10.1 |
1893 | 2024-02-01T07:36:55.788Z | Compiling funty v2.0.0 |
1894 | 2024-02-01T07:36:55.884Z | Compiling crc v3.0.1 |
1895 | 2024-02-01T07:36:57.016Z | Compiling num-complex v0.4.4 |
1896 | 2024-02-01T07:36:57.759Z | Compiling bitvec v1.0.1 |
1897 | 2024-02-01T07:36:59.162Z | Compiling fxhash v0.2.1 |
1898 | 2024-02-01T07:36:59.546Z | Compiling packed_struct_codegen v0.10.1 |
1899 | 2024-02-01T07:37:00.521Z | Compiling indexmap v1.9.3 |
1900 | 2024-02-01T07:37:00.578Z | Compiling nodrop v0.1.14 |
1901 | 2024-02-01T07:37:00.747Z | Compiling utf-8 v0.7.6 |
1902 | 2024-02-01T07:37:00.983Z | Compiling array-init v0.0.4 |
1903 | 2024-02-01T07:37:01.340Z | Compiling tungstenite v0.20.1 |
1904 | 2024-02-01T07:37:03.086Z | Compiling num v0.4.1 |
1905 | 2024-02-01T07:37:03.230Z | Compiling smallvec v0.6.14 |
1906 | 2024-02-01T07:37:03.970Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1907 | 2024-02-01T07:37:05.538Z | Compiling pkcs1 v0.7.5 |
1908 | 2024-02-01T07:37:11.029Z | Compiling signature v2.1.0 |
1909 | 2024-02-01T07:37:11.366Z | Compiling half v2.3.1 |
1910 | 2024-02-01T07:37:11.725Z | Compiling unicase v2.7.0 |
1911 | 2024-02-01T07:37:12.157Z | Compiling ciborium-io v0.2.2 |
1912 | 2024-02-01T07:37:12.335Z | Compiling hashbrown v0.12.3 |
1913 | 2024-02-01T07:37:12.569Z | Compiling termcolor v1.2.0 |
1914 | 2024-02-01T07:37:12.625Z | Compiling bitfield v0.14.0 |
1915 | 2024-02-01T07:37:12.665Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1916 | 2024-02-01T07:37:13.086Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1917 | 2024-02-01T07:37:14.687Z | Compiling env_logger v0.10.0 |
1918 | 2024-02-01T07:37:16.108Z | Compiling ciborium-ll v0.2.2 |
1919 | 2024-02-01T07:37:16.987Z | Compiling rsa v0.9.2 |
1920 | 2024-02-01T07:37:20.870Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1921 | 2024-02-01T07:37:23.091Z | Compiling serde-hex v0.1.0 |
1922 | 2024-02-01T07:37:24.281Z | Compiling tokio-tungstenite v0.20.1 |
1923 | 2024-02-01T07:37:25.159Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1924 | 2024-02-01T07:37:25.678Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1925 | 2024-02-01T07:37:25.757Z | Compiling x509-cert v0.2.4 |
1926 | 2024-02-01T07:37:31.970Z | Compiling ron v0.8.1 |
1927 | 2024-02-01T07:37:33.286Z | Compiling crc-any v2.4.3 |
1928 | 2024-02-01T07:37:34.859Z | Compiling arc-swap v1.6.0 |
1929 | 2024-02-01T07:37:36.021Z | Compiling slog-scope v4.4.0 |
1930 | 2024-02-01T07:37:37.462Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1931 | 2024-02-01T07:37:40.365Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1932 | 2024-02-01T07:37:42.440Z | Compiling ciborium v0.2.2 |
1933 | 2024-02-01T07:37:46.201Z | Compiling object v0.30.4 |
1934 | 2024-02-01T07:37:47.998Z | Compiling libsw v3.3.1 |
1935 | 2024-02-01T07:37:48.486Z | Compiling derive-where v1.2.7 |
1936 | 2024-02-01T07:37:53.778Z | Compiling owo-colors v4.0.0 |
1937 | 2024-02-01T07:37:59.261Z | Compiling linear-map v1.2.0 |
1938 | 2024-02-01T07:37:59.887Z | Compiling parking_lot_core v0.8.6 |
1939 | 2024-02-01T07:38:00.475Z | Compiling display-error-chain v0.2.0 |
1940 | 2024-02-01T07:38:00.729Z | Compiling path-slash v0.1.5 |
1941 | 2024-02-01T07:38:01.089Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1942 | 2024-02-01T07:38:02.023Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1943 | 2024-02-01T07:38:06.405Z | Compiling slog-stdlog v4.1.1 |
1944 | 2024-02-01T07:38:08.118Z | Compiling convert_case v0.4.0 |
1945 | 2024-02-01T07:38:09.336Z | Compiling derive_more v0.99.17 |
1946 | 2024-02-01T07:38:11.371Z | Compiling slog-envlogger v2.2.0 |
1947 | 2024-02-01T07:38:13.689Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1948 | 2024-02-01T07:38:15.862Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1949 | 2024-02-01T07:38:19.310Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1950 | 2024-02-01T07:38:20.210Z | Compiling dirs-sys-next v0.1.2 |
1951 | 2024-02-01T07:38:20.988Z | Compiling crunchy v0.2.2 |
1952 | 2024-02-01T07:38:21.332Z | Compiling platforms v3.0.2 |
1953 | 2024-02-01T07:38:21.610Z | Compiling glob v0.3.1 |
1954 | 2024-02-01T07:38:21.852Z | Compiling dirs-next v2.0.0 |
1955 | 2024-02-01T07:38:22.102Z | Compiling parking_lot v0.11.2 |
1956 | 2024-02-01T07:38:22.964Z | Compiling clang-sys v1.6.1 |
1957 | 2024-02-01T07:38:23.963Z | Compiling mime_guess v2.0.4 |
1958 | 2024-02-01T07:38:24.370Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1959 | 2024-02-01T07:38:26.014Z | Compiling trust-dns-client v0.22.0 |
1960 | 2024-02-01T07:38:28.751Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1961 | 2024-02-01T07:38:30.260Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1962 | 2024-02-01T07:38:31.130Z | Compiling pem v3.0.2 |
1963 | 2024-02-01T07:38:36.101Z | Compiling tiny-keccak v2.0.2 |
1964 | 2024-02-01T07:38:36.501Z | Compiling prettyplease v0.2.16 |
1965 | 2024-02-01T07:38:36.936Z | Compiling trust-dns-server v0.22.1 |
1966 | 2024-02-01T07:38:42.452Z | Compiling sled v0.34.7 |
1967 | 2024-02-01T07:38:44.035Z | Compiling term v0.7.0 |
1968 | 2024-02-01T07:38:47.145Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1969 | 2024-02-01T07:38:50.806Z | Compiling darling_core v0.14.4 |
1970 | 2024-02-01T07:38:55.724Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1971 | 2024-02-01T07:38:56.045Z | Compiling vte_generate_state_changes v0.1.1 |
1972 | 2024-02-01T07:38:56.949Z | Compiling vte v0.11.1 |
1973 | 2024-02-01T07:38:59.406Z | Compiling darling_macro v0.14.4 |
1974 | 2024-02-01T07:39:00.335Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1975 | 2024-02-01T07:39:00.870Z | Compiling curve25519-dalek v4.1.1 |
1976 | 2024-02-01T07:39:02.148Z | Compiling ascii-canvas v3.0.0 |
1977 | 2024-02-01T07:39:06.012Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1978 | 2024-02-01T07:39:08.756Z | Compiling is-terminal v0.4.9 |
1979 | 2024-02-01T07:39:08.928Z | Compiling kstat-rs v0.2.3 |
1980 | 2024-02-01T07:39:11.047Z | Compiling ena v0.14.2 |
1981 | 2024-02-01T07:39:11.686Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1982 | 2024-02-01T07:39:12.753Z | Compiling libloading v0.7.4 |
1983 | 2024-02-01T07:39:13.297Z | Compiling memoffset v0.7.1 |
1984 | 2024-02-01T07:39:13.750Z | Compiling bytecount v0.6.3 |
1985 | 2024-02-01T07:39:14.252Z | Compiling buf-list v1.0.3 |
1986 | 2024-02-01T07:39:14.324Z | Compiling diff v0.1.13 |
1987 | 2024-02-01T07:39:15.042Z | Compiling keccak v0.1.4 |
1988 | 2024-02-01T07:39:15.173Z | Compiling bindgen v0.69.2 |
1989 | 2024-02-01T07:39:15.805Z | Compiling doc-comment v0.3.3 |
1990 | 2024-02-01T07:39:16.552Z | Compiling regex-syntax v0.6.29 |
1991 | 2024-02-01T07:39:16.866Z | Compiling sha3 v0.10.8 |
1992 | 2024-02-01T07:39:18.353Z | Compiling papergrid v0.11.0 |
1993 | 2024-02-01T07:39:25.779Z | Compiling lalrpop v0.19.12 |
1994 | 2024-02-01T07:39:28.148Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1995 | 2024-02-01T07:39:28.430Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1996 | 2024-02-01T07:39:44.927Z | Compiling darling v0.14.4 |
1997 | 2024-02-01T07:39:45.094Z | Compiling strip-ansi-escapes v0.2.0 |
1998 | 2024-02-01T07:39:46.283Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1999 | 2024-02-01T07:39:47.206Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2000 | 2024-02-01T07:39:49.475Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2001 | 2024-02-01T07:39:51.275Z | Compiling tabled_derive v0.7.0 |
2002 | 2024-02-01T07:39:53.120Z | Compiling fd-lock v4.0.2 |
2003 | 2024-02-01T07:39:53.428Z | Compiling fd-lock v3.0.13 |
2004 | 2024-02-01T07:39:53.741Z | Compiling cexpr v0.6.0 |
2005 | 2024-02-01T07:39:54.845Z | Compiling which v4.4.0 |
2006 | 2024-02-01T07:39:55.425Z | Compiling universal-hash v0.5.1 |
2007 | 2024-02-01T07:39:55.659Z | Compiling nix v0.27.1 |
2008 | 2024-02-01T07:39:55.858Z | Compiling secrecy v0.8.0 |
2009 | 2024-02-01T07:39:56.132Z | Compiling curve25519-dalek-derive v0.1.0 |
2010 | 2024-02-01T07:39:56.168Z | Compiling sqlparser_derive v0.2.2 |
2011 | 2024-02-01T07:39:57.737Z | Compiling pin-project-internal v1.1.3 |
2012 | 2024-02-01T07:39:58.249Z | Compiling thiserror-impl-no-std v2.0.2 |
2013 | 2024-02-01T07:39:58.817Z | Compiling nu-ansi-term v0.49.0 |
2014 | 2024-02-01T07:40:01.495Z | Compiling unicode_categories v0.1.1 |
2015 | 2024-02-01T07:40:02.081Z | Compiling rustc-hash v1.1.0 |
2016 | 2024-02-01T07:40:02.247Z | Compiling shlex v1.3.0 |
2017 | 2024-02-01T07:40:02.295Z | Compiling lazycell v1.3.0 |
2018 | 2024-02-01T07:40:02.544Z | Compiling opaque-debug v0.3.0 |
2019 | 2024-02-01T07:40:02.688Z | Compiling peeking_take_while v0.1.2 |
2020 | 2024-02-01T07:40:02.698Z | Compiling thiserror-no-std v2.0.2 |
2021 | 2024-02-01T07:40:02.811Z | Compiling poly1305 v0.8.0 |
2022 | 2024-02-01T07:40:02.903Z | Compiling pin-project v1.1.3 |
2023 | 2024-02-01T07:40:03.083Z | Compiling sqlformat v0.2.3 |
2024 | 2024-02-01T07:40:05.509Z | Compiling rustyline v13.0.0 |
2025 | 2024-02-01T07:40:06.446Z | Compiling reedline v0.28.0 |
2026 | 2024-02-01T07:40:12.982Z | Compiling polar-core v0.27.0 |
2027 | 2024-02-01T07:40:15.198Z | Compiling sqlparser v0.43.1 |
2028 | 2024-02-01T07:40:17.741Z | Compiling tabled v0.15.0 |
2029 | 2024-02-01T07:40:20.806Z | Compiling derive_builder_core v0.12.0 |
2030 | 2024-02-01T07:40:26.335Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2031 | 2024-02-01T07:40:26.501Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2032 | 2024-02-01T07:40:27.832Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2033 | 2024-02-01T07:40:27.896Z | Compiling chacha20 v0.9.1 |
2034 | 2024-02-01T07:40:28.246Z | Compiling headers-core v0.2.0 |
2035 | 2024-02-01T07:40:28.483Z | Compiling aead v0.5.2 |
2036 | 2024-02-01T07:40:28.634Z | Compiling bcs v0.1.6 |
2037 | 2024-02-01T07:40:28.972Z | Compiling snafu-derive v0.7.5 |
2038 | 2024-02-01T07:40:30.066Z | Compiling libxml v0.3.3 |
2039 | 2024-02-01T07:40:30.570Z | Compiling fs-err v2.11.0 |
2040 | 2024-02-01T07:40:31.002Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2041 | 2024-02-01T07:40:31.481Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2042 | 2024-02-01T07:40:31.919Z | Compiling highway v1.1.0 |
2043 | 2024-02-01T07:40:34.265Z | Compiling salty v0.2.0 |
2044 | 2024-02-01T07:40:34.847Z | Compiling signature v1.6.4 |
2045 | 2024-02-01T07:40:35.076Z | Compiling ref-cast v1.0.20 |
2046 | 2024-02-01T07:40:35.817Z | Compiling ed25519 v1.5.3 |
2047 | 2024-02-01T07:40:36.313Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2048 | 2024-02-01T07:40:37.198Z | Compiling snafu v0.7.5 |
2049 | 2024-02-01T07:40:38.116Z | Compiling chacha20poly1305 v0.10.1 |
2050 | 2024-02-01T07:40:38.417Z | Compiling headers v0.3.9 |
2051 | 2024-02-01T07:40:39.557Z | Compiling samael v0.0.14 |
2052 | 2024-02-01T07:40:40.871Z | Compiling derive_builder_macro v0.12.0 |
2053 | 2024-02-01T07:40:42.061Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2054 | 2024-02-01T07:40:45.583Z | Compiling vsss-rs v3.3.4 |
2055 | 2024-02-01T07:40:53.398Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2056 | 2024-02-01T07:40:54.529Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2057 | 2024-02-01T07:40:54.957Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2058 | 2024-02-01T07:40:55.048Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2059 | 2024-02-01T07:40:55.365Z | Compiling globset v0.4.13 |
2060 | 2024-02-01T07:40:58.844Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2061 | 2024-02-01T07:41:01.072Z | Compiling olpc-cjson v0.1.3 |
2062 | 2024-02-01T07:41:01.517Z | Compiling strum_macros v0.24.3 |
2063 | 2024-02-01T07:41:02.973Z | Compiling serde_plain v1.0.2 |
2064 | 2024-02-01T07:41:03.432Z | Compiling serde-big-array v0.5.1 |
2065 | 2024-02-01T07:41:03.795Z | Compiling async-recursion v1.0.5 |
2066 | 2024-02-01T07:41:03.808Z | Compiling ref-cast-impl v1.0.20 |
2067 | 2024-02-01T07:41:05.277Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2068 | 2024-02-01T07:41:05.563Z | Compiling cookie v0.18.0 |
2069 | 2024-02-01T07:41:06.003Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2070 | 2024-02-01T07:41:06.461Z | Compiling typed-path v0.7.0 |
2071 | 2024-02-01T07:41:06.544Z | Compiling indoc v1.0.9 |
2072 | 2024-02-01T07:41:07.965Z | Compiling http-range v0.1.5 |
2073 | 2024-02-01T07:41:08.811Z | Compiling hyper-staticfile v0.9.5 |
2074 | 2024-02-01T07:41:09.954Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2075 | 2024-02-01T07:41:10.249Z | Compiling tough v0.16.0 |
2076 | 2024-02-01T07:41:10.853Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2077 | 2024-02-01T07:41:14.329Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2078 | 2024-02-01T07:41:22.778Z | Compiling derive_builder v0.12.0 |
2079 | 2024-02-01T07:41:44.169Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2080 | 2024-02-01T07:41:44.204Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2081 | 2024-02-01T07:41:44.590Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2082 | 2024-02-01T07:41:46.712Z | Compiling signal-hook-tokio v0.3.1 |
2083 | 2024-02-01T07:41:46.990Z | Compiling bb8 v0.8.1 |
2084 | 2024-02-01T07:41:47.866Z | Compiling quick-xml v0.30.0 |
2085 | 2024-02-01T07:41:49.547Z | Compiling serde-big-array v0.4.1 |
2086 | 2024-02-01T07:41:49.803Z | Compiling oso-derive v0.27.0 |
2087 | 2024-02-01T07:41:51.273Z | Compiling impl-trait-for-tuples v0.2.2 |
2088 | 2024-02-01T07:41:52.922Z | Compiling maplit v1.0.2 |
2089 | 2024-02-01T07:41:53.085Z | Compiling parse-size v1.0.0 |
2090 | 2024-02-01T07:41:53.568Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2091 | 2024-02-01T07:42:07.329Z | Compiling oso v0.27.0 |
2092 | 2024-02-01T07:42:09.659Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2093 | 2024-02-01T07:42:14.174Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2094 | 2024-02-01T07:42:15.377Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2095 | 2024-02-01T07:42:20.896Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2096 | 2024-02-01T07:42:37.243Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2097 | 2024-02-01T07:42:38.187Z | Compiling corncobs v0.1.3 |
2098 | 2024-02-01T07:42:38.865Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2099 | 2024-02-01T07:42:39.453Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2100 | 2024-02-01T07:42:40.136Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2101 | 2024-02-01T07:42:40.480Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2102 | 2024-02-01T07:42:41.083Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2103 | 2024-02-01T07:42:48.485Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2104 | 2024-02-01T07:42:53.744Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2105 | 2024-02-01T07:43:04.138Z | Compiling rcgen v0.12.1 |
2106 | 2024-02-01T07:43:22.717Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2107 | 2024-02-01T07:43:24.243Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2108 | 2024-02-01T07:43:24.662Z | Compiling atomicwrites v0.4.3 |
2109 | 2024-02-01T07:43:25.488Z | Compiling lru v0.12.1 |
2110 | 2024-02-01T07:43:25.999Z | Compiling stability v0.1.1 |
2111 | 2024-02-01T07:43:27.361Z | Compiling subprocess v0.2.9 |
2112 | 2024-02-01T07:43:32.829Z | Compiling unicode-linebreak v0.1.5 |
2113 | 2024-02-01T07:43:33.788Z | Compiling indoc v2.0.3 |
2114 | 2024-02-01T07:43:35.277Z | Compiling smawk v0.3.1 |
2115 | 2024-02-01T07:43:35.630Z | Compiling cassowary v0.3.0 |
2116 | 2024-02-01T07:43:36.474Z | Compiling ratatui v0.25.0 |
2117 | 2024-02-01T07:43:43.112Z | Compiling textwrap v0.16.0 |
2118 | 2024-02-01T07:43:49.393Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2119 | 2024-02-01T07:43:54.219Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2120 | 2024-02-01T07:43:59.621Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2121 | 2024-02-01T07:44:04.824Z | Compiling fatfs v0.3.6 |
2122 | 2024-02-01T07:44:10.255Z | Compiling nanorand v0.7.0 |
2123 | 2024-02-01T07:44:11.452Z | Compiling rtoolbox v0.0.1 |
2124 | 2024-02-01T07:44:11.685Z | Compiling is_ci v1.1.1 |
2125 | 2024-02-01T07:44:12.117Z | Compiling humantime v2.1.0 |
2126 | 2024-02-01T07:44:12.618Z | Compiling assert_matches v1.5.0 |
2127 | 2024-02-01T07:44:12.618Z | Compiling supports-color v2.1.0 |
2128 | 2024-02-01T07:44:13.437Z | Compiling rpassword v7.3.1 |
2129 | 2024-02-01T07:44:13.522Z | Compiling flume v0.11.0 |
2130 | 2024-02-01T07:44:13.854Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2131 | 2024-02-01T07:44:14.088Z | Compiling tui-tree-widget v0.16.0 |
2132 | 2024-02-01T07:44:14.660Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2133 | 2024-02-01T07:44:14.745Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2134 | 2024-02-01T07:44:15.967Z | Compiling shell-words v1.1.0 |
2135 | 2024-02-01T07:44:16.034Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2136 | 2024-02-01T07:44:28.147Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2137 | 2024-02-01T07:45:26.097Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2138 | 2024-02-01T07:48:05.503Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2139 | 2024-02-01T07:48:13.128Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2140 | 2024-02-01T07:48:26.125Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2141 | 2024-02-01T07:57:58.034Z | Finished release [optimized] target(s) in 21m 18s |
2142 | 2024-02-01T07:59:27.026Z | |
2143 | 2024-02-01T07:59:27.026Z | real 22:42.387864474 |
2144 | 2024-02-01T07:59:27.026Z | user 2:39:44.694694426 |
2145 | 2024-02-01T07:59:27.026Z | sys 6:04.876386994 |
2146 | 2024-02-01T07:59:27.026Z | trap 5.067747633 |
2147 | 2024-02-01T07:59:27.026Z | tflt 1.198819597 |
2148 | 2024-02-01T07:59:27.026Z | dflt 1.792954619 |
2149 | 2024-02-01T07:59:27.026Z | kflt 0.016391403 |
2150 | 2024-02-01T07:59:27.026Z | lock 9:14:02.937845568 |
2151 | 2024-02-01T07:59:27.026Z | slp 6:19:00.562237497 |
2152 | 2024-02-01T07:59:27.026Z | lat 2:54.706971259 |
2153 | 2024-02-01T07:59:27.026Z | stop 46.926769017 |
2154 | 2024-02-01T07:59:27.026Z | + 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/*) |
2155 | 2024-02-01T07:59:27.026Z | + pfexec mkdir -p /work |
2156 | 2024-02-01T07:59:27.026Z | + pfexec chown build /work |
2157 | 2024-02-01T07:59:27.027Z | + 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 |
2158 | 2024-02-01T07:59:34.803Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2159 | 2024-02-01T07:59:34.804Z | a out/mg-ddm-gz.tar 61599K |
2160 | 2024-02-01T07:59:34.804Z | a out/omicron-sled-agent.tar 119383K |
2161 | 2024-02-01T07:59:34.804Z | a out/oxlog.tar 8187K |
2162 | 2024-02-01T07:59:34.804Z | a out/target/test 1K |
2163 | 2024-02-01T07:59:34.804Z | a out/npuzone/npuzone 36313K |
2164 | 2024-02-01T07:59:34.804Z | a package-manifest.toml 24K |
2165 | 2024-02-01T07:59:34.804Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2166 | 2024-02-01T07:59:34.804Z | a target/release/omicron-package 43526K |
2167 | 2024-02-01T07:59:34.804Z | a tools/create_virtual_hardware.sh 4K |
2168 | 2024-02-01T07:59:34.804Z | a tools/virtual_hardware.sh 4K |
2169 | 2024-02-01T07:59:34.804Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2170 | 2024-02-01T07:59:34.804Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2171 | 2024-02-01T07:59:34.804Z | a tools/scrimlet/softnpu-init.sh 3K |
2172 | 2024-02-01T07:59:34.804Z | a tools/scrimlet/softnpu-zone.txt 1K |
2173 | 2024-02-01T07:59:34.804Z | a tools/scrimlet/softnpu.toml 1K |
2174 | 2024-02-01T07:59:34.808Z | |
2175 | 2024-02-01T07:59:34.808Z | real 14.105863818 |
2176 | 2024-02-01T07:59:34.808Z | user 13.492555102 |
2177 | 2024-02-01T07:59:34.808Z | sys 1.094061564 |
2178 | 2024-02-01T07:59:34.808Z | trap 0.004008464 |
2179 | 2024-02-01T07:59:34.808Z | tflt 0.000000000 |
2180 | 2024-02-01T07:59:34.808Z | dflt 0.000000000 |
2181 | 2024-02-01T07:59:34.808Z | kflt 0.000000000 |
2182 | 2024-02-01T07:59:34.808Z | lock 0.000000000 |
2183 | 2024-02-01T07:59:34.808Z | slp 13.193044229 |
2184 | 2024-02-01T07:59:34.808Z | lat 0.424715957 |
2185 | 2024-02-01T07:59:34.808Z | stop 0.000237797 |
2186 | 2024-02-01T07:59:34.811Z | ++ pwd |
2187 | 2024-02-01T07:59:34.811Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2188 | 2024-02-01T07:59:34.811Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2189 | 2024-02-01T07:59:34.828Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2190 | 2024-02-01T07:59:35.962Z | Finished release [optimized] target(s) in 1.06s |
2191 | 2024-02-01T07:59:35.991Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2192 | 2024-02-01T07:59:36.041Z | Created new build target 'host' and set it as active |
2193 | 2024-02-01T07:59:36.047Z | |
2194 | 2024-02-01T07:59:36.047Z | real 1.218492748 |
2195 | 2024-02-01T07:59:36.047Z | user 0.859057622 |
2196 | 2024-02-01T07:59:36.047Z | sys 0.360362319 |
2197 | 2024-02-01T07:59:36.047Z | trap 0.000078772 |
2198 | 2024-02-01T07:59:36.047Z | tflt 0.000001927 |
2199 | 2024-02-01T07:59:36.047Z | dflt 0.000000000 |
2200 | 2024-02-01T07:59:36.047Z | kflt 0.000000000 |
2201 | 2024-02-01T07:59:36.047Z | lock 0.033386886 |
2202 | 2024-02-01T07:59:36.047Z | slp 0.021516044 |
2203 | 2024-02-01T07:59:36.047Z | lat 0.001531111 |
2204 | 2024-02-01T07:59:36.047Z | stop 0.000211858 |
2205 | 2024-02-01T07:59:36.047Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2206 | 2024-02-01T07:59:37.140Z | Finished release [optimized] target(s) in 1.02s |
2207 | 2024-02-01T07:59:37.168Z | Running `target/release/omicron-package -t host package` |
2208 | 2024-02-01T07:59:37.210Z | Feb 01 07:59:36.498 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2209 | 2024-02-01T07:59:38.401Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2210 | 2024-02-01T08:00:00.109Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2211 | 2024-02-01T08:01:56.450Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2212 | 2024-02-01T08:04:06.009Z | Finished release [optimized] target(s) in 4m 28s |
2213 | 2024-02-01T08:05:26.411Z | |
2214 | 2024-02-01T08:05:26.658Z | real 5:43.834494179 |
2215 | 2024-02-01T08:05:26.658Z | user 28:10.910529184 |
2216 | 2024-02-01T08:05:26.658Z | sys 1:14.238467572 |
2217 | 2024-02-01T08:05:26.658Z | trap 0.747742429 |
2218 | 2024-02-01T08:05:26.659Z | tflt 0.041624337 |
2219 | 2024-02-01T08:05:26.659Z | dflt 0.970085353 |
2220 | 2024-02-01T08:05:26.659Z | kflt 0.000000000 |
2221 | 2024-02-01T08:05:26.659Z | lock 1:28:21.429870396 |
2222 | 2024-02-01T08:05:26.659Z | slp 29:17.165669259 |
2223 | 2024-02-01T08:05:26.659Z | lat 13.018116406 |
2224 | 2024-02-01T08:05:26.659Z | stop 1.260878321 |
2225 | 2024-02-01T08:05:26.659Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2226 | 2024-02-01T08:05:26.659Z | + for package in "$@" |
2227 | 2024-02-01T08:05:26.659Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2228 | 2024-02-01T08:05:26.659Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git4f230b33444 |
2229 | 2024-02-01T08:05:26.659Z | Finished release [optimized] target(s) in 1.06s |
2230 | 2024-02-01T08:05:26.665Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git4f230b33444` |
2231 | 2024-02-01T08:05:26.665Z | Feb 01 08:05:20.384 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2232 | 2024-02-01T08:05:26.665Z | Created: out/versioned/omicron-sled-agent.tar |
2233 | 2024-02-01T08:05:26.665Z | + for package in "$@" |
2234 | 2024-02-01T08:05:26.665Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2235 | 2024-02-01T08:05:26.665Z | + echo 0.0.0 |
2236 | 2024-02-01T08:05:26.665Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2237 | 2024-02-01T08:05:26.665Z | a VERSION 1K |
2238 | 2024-02-01T08:05:26.666Z | + rm VERSION |
2239 | 2024-02-01T08:05:26.666Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git4f230b33444 |
2240 | 2024-02-01T08:05:26.666Z | Finished release [optimized] target(s) in 1.03s |
2241 | 2024-02-01T08:05:26.666Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git4f230b33444` |
2242 | 2024-02-01T08:05:26.666Z | Feb 01 08:05:22.155 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2243 | 2024-02-01T08:05:26.666Z | Created: out/versioned/mg-ddm-gz.tar |
2244 | 2024-02-01T08:05:26.666Z | + for package in "$@" |
2245 | 2024-02-01T08:05:26.666Z | + [[ propolis-server == mg-ddm-gz ]] |
2246 | 2024-02-01T08:05:26.666Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git4f230b33444 |
2247 | 2024-02-01T08:05:26.667Z | Finished release [optimized] target(s) in 1.09s |
2248 | 2024-02-01T08:05:26.667Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git4f230b33444` |
2249 | 2024-02-01T08:05:26.667Z | Feb 01 08:05:23.714 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2250 | 2024-02-01T08:05:26.667Z | Created: out/versioned/propolis-server.tar.gz |
2251 | 2024-02-01T08:05:26.667Z | + for package in "$@" |
2252 | 2024-02-01T08:05:26.667Z | + [[ overlay == mg-ddm-gz ]] |
2253 | 2024-02-01T08:05:26.671Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git4f230b33444 |
2254 | 2024-02-01T08:05:29.119Z | Finished release [optimized] target(s) in 1.03s |
2255 | 2024-02-01T08:05:29.536Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git4f230b33444` |
2256 | 2024-02-01T08:05:29.536Z | Feb 01 08:05:26.671 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2257 | 2024-02-01T08:05:29.537Z | Created: out/versioned/overlay.tar.gz |
2258 | 2024-02-01T08:05:29.537Z | + for package in "$@" |
2259 | 2024-02-01T08:05:29.537Z | + [[ oxlog == mg-ddm-gz ]] |
2260 | 2024-02-01T08:05:29.541Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git4f230b33444 |
2261 | 2024-02-01T08:05:29.542Z | Finished release [optimized] target(s) in 1.03s |
2262 | 2024-02-01T08:05:29.542Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git4f230b33444` |
2263 | 2024-02-01T08:05:29.542Z | Feb 01 08:05:27.865 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2264 | 2024-02-01T08:05:29.542Z | Created: out/versioned/oxlog.tar |
2265 | 2024-02-01T08:05:29.542Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2266 | 2024-02-01T08:05:29.542Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2267 | 2024-02-01T08:05:29.542Z | ++ cd -- ./tools |
2268 | 2024-02-01T08:05:29.542Z | ++ pwd |
2269 | 2024-02-01T08:05:29.542Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2270 | 2024-02-01T08:05:29.542Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2271 | 2024-02-01T08:05:29.542Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2272 | 2024-02-01T08:05:29.542Z | ++ readlink -f /work |
2273 | 2024-02-01T08:05:29.542Z | + out_dir=/work |
2274 | 2024-02-01T08:05:29.542Z | + 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") |
2275 | 2024-02-01T08:05:29.542Z | + for dep in "${deps[@]}" |
2276 | 2024-02-01T08:05:29.542Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2277 | 2024-02-01T08:05:29.543Z | + for dep in "${deps[@]}" |
2278 | 2024-02-01T08:05:29.543Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2279 | 2024-02-01T08:05:29.543Z | + for dep in "${deps[@]}" |
2280 | 2024-02-01T08:05:29.543Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2281 | 2024-02-01T08:05:29.543Z | + for dep in "${deps[@]}" |
2282 | 2024-02-01T08:05:29.543Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2283 | 2024-02-01T08:05:29.543Z | + for dep in "${deps[@]}" |
2284 | 2024-02-01T08:05:29.545Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2285 | 2024-02-01T08:05:29.545Z | ++ mktemp -d |
2286 | 2024-02-01T08:05:29.546Z | + tmp_gz=/tmp/tmp.U1aaJh |
2287 | 2024-02-01T08:05:29.546Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2288 | 2024-02-01T08:05:29.546Z | + echo '{"v":"1","t":"layer"}' |
2289 | 2024-02-01T08:05:29.546Z | + pkg_dir=/tmp/tmp.U1aaJh/root/opt/oxide/sled-agent |
2290 | 2024-02-01T08:05:29.546Z | + mkdir -p /tmp/tmp.U1aaJh/root/opt/oxide/sled-agent |
2291 | 2024-02-01T08:05:29.546Z | + cd /tmp/tmp.U1aaJh/root/opt/oxide/sled-agent |
2292 | 2024-02-01T08:05:29.546Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2293 | 2024-02-01T08:05:29.547Z | x ., 0 bytes, 0 tape blocks |
2294 | 2024-02-01T08:05:29.547Z | x zone-bundle, 41499184 bytes, 81054 tape blocks |
2295 | 2024-02-01T08:05:29.547Z | x sled-agent, 80699216 bytes, 157616 tape blocks |
2296 | 2024-02-01T08:05:29.547Z | x pkg, 0 bytes, 0 tape blocks |
2297 | 2024-02-01T08:05:29.547Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2298 | 2024-02-01T08:05:29.548Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2299 | 2024-02-01T08:05:29.548Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2300 | 2024-02-01T08:05:29.548Z | x VERSION, 25 bytes, 1 tape blocks |
2301 | 2024-02-01T08:05:29.548Z | + mkdir -p /tmp/tmp.U1aaJh/root/lib/svc/manifest/site/ |
2302 | 2024-02-01T08:05:29.548Z | + mv pkg/manifest.xml /tmp/tmp.U1aaJh/root/lib/svc/manifest/site/sled-agent.xml |
2303 | 2024-02-01T08:05:29.549Z | + cd - |
2304 | 2024-02-01T08:05:29.549Z | /work/oxidecomputer/omicron |
2305 | 2024-02-01T08:05:29.549Z | + pkg_dir=/tmp/tmp.U1aaJh/root/opt/oxide/mg-ddm |
2306 | 2024-02-01T08:05:29.549Z | + mkdir -p /tmp/tmp.U1aaJh/root/opt/oxide/mg-ddm |
2307 | 2024-02-01T08:05:29.549Z | + cd /tmp/tmp.U1aaJh/root/opt/oxide/mg-ddm |
2308 | 2024-02-01T08:05:29.549Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2309 | 2024-02-01T08:05:29.550Z | x ., 0 bytes, 0 tape blocks |
2310 | 2024-02-01T08:05:29.550Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2311 | 2024-02-01T08:05:29.551Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2312 | 2024-02-01T08:05:29.551Z | x pkg, 0 bytes, 0 tape blocks |
2313 | 2024-02-01T08:05:29.552Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2314 | 2024-02-01T08:05:29.552Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2315 | 2024-02-01T08:05:29.552Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2316 | 2024-02-01T08:05:29.552Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2317 | 2024-02-01T08:05:29.552Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2318 | 2024-02-01T08:05:29.552Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2319 | 2024-02-01T08:05:29.553Z | x VERSION, 25 bytes, 1 tape blocks |
2320 | 2024-02-01T08:05:29.553Z | + cd - |
2321 | 2024-02-01T08:05:29.553Z | /work/oxidecomputer/omicron |
2322 | 2024-02-01T08:05:29.553Z | + pkg_dir=/tmp/tmp.U1aaJh/root/opt/oxide/oxlog |
2323 | 2024-02-01T08:05:29.553Z | + mkdir -p /tmp/tmp.U1aaJh/root/opt/oxide/oxlog |
2324 | 2024-02-01T08:05:29.553Z | + cd /tmp/tmp.U1aaJh/root/opt/oxide/oxlog |
2325 | 2024-02-01T08:05:29.554Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2326 | 2024-02-01T08:05:29.554Z | x ., 0 bytes, 0 tape blocks |
2327 | 2024-02-01T08:05:29.554Z | x oxlog, 8379936 bytes, 16368 tape blocks |
2328 | 2024-02-01T08:05:29.554Z | x VERSION, 25 bytes, 1 tape blocks |
2329 | 2024-02-01T08:05:29.554Z | + cd - |
2330 | 2024-02-01T08:05:29.554Z | /work/oxidecomputer/omicron |
2331 | 2024-02-01T08:05:29.555Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.U1aaJh/root/opt/oxide |
2332 | 2024-02-01T08:05:29.555Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.U1aaJh/root/opt/oxide |
2333 | 2024-02-01T08:05:29.555Z | + cd /tmp/tmp.U1aaJh |
2334 | 2024-02-01T08:05:29.555Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2335 | 2024-02-01T08:05:41.531Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2336 | 2024-02-01T08:05:41.531Z | a oxide.json 1K |
2337 | 2024-02-01T08:05:41.531Z | a root/ 0K |
2338 | 2024-02-01T08:05:41.531Z | a root/opt/ 0K |
2339 | 2024-02-01T08:05:41.531Z | a root/opt/oxide/ 0K |
2340 | 2024-02-01T08:05:41.532Z | a root/opt/oxide/sled-agent/ 0K |
2341 | 2024-02-01T08:05:41.532Z | a root/opt/oxide/sled-agent/zone-bundle 40527K |
2342 | 2024-02-01T08:05:41.532Z | a root/opt/oxide/sled-agent/sled-agent 78808K |
2343 | 2024-02-01T08:05:41.532Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2344 | 2024-02-01T08:05:41.532Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2345 | 2024-02-01T08:05:41.534Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2346 | 2024-02-01T08:05:41.534Z | a root/opt/oxide/sled-agent/VERSION 1K |
2347 | 2024-02-01T08:05:41.534Z | a root/opt/oxide/mg-ddm/ 0K |
2348 | 2024-02-01T08:05:41.534Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2349 | 2024-02-01T08:05:41.534Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2350 | 2024-02-01T08:05:41.537Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2351 | 2024-02-01T08:05:41.537Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2352 | 2024-02-01T08:05:41.537Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2353 | 2024-02-01T08:05:41.538Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2354 | 2024-02-01T08:05:41.538Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2355 | 2024-02-01T08:05:41.538Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2356 | 2024-02-01T08:05:41.538Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2357 | 2024-02-01T08:05:41.538Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2358 | 2024-02-01T08:05:41.539Z | a root/opt/oxide/oxlog/ 0K |
2359 | 2024-02-01T08:05:41.539Z | a root/opt/oxide/oxlog/oxlog 8184K |
2360 | 2024-02-01T08:05:41.539Z | a root/opt/oxide/oxlog/VERSION 1K |
2361 | 2024-02-01T08:05:41.539Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2362 | 2024-02-01T08:05:41.539Z | a root/opt/oxide/overlay.tar.gz 3K |
2363 | 2024-02-01T08:05:41.539Z | a root/lib/ 0K |
2364 | 2024-02-01T08:05:41.539Z | a root/lib/svc/ 0K |
2365 | 2024-02-01T08:05:41.539Z | a root/lib/svc/manifest/ 0K |
2366 | 2024-02-01T08:05:41.540Z | a root/lib/svc/manifest/site/ 0K |
2367 | 2024-02-01T08:05:41.540Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2368 | 2024-02-01T08:05:41.565Z | + cd / |
2369 | 2024-02-01T08:05:41.565Z | + rm -rf /tmp/tmp.U1aaJh |
2370 | 2024-02-01T08:05:41.565Z | |
2371 | 2024-02-01T08:05:41.565Z | real 12.907986177 |
2372 | 2024-02-01T08:05:41.565Z | user 11.854008089 |
2373 | 2024-02-01T08:05:41.567Z | sys 0.998427975 |
2374 | 2024-02-01T08:05:41.567Z | trap 0.003704567 |
2375 | 2024-02-01T08:05:41.567Z | tflt 0.000000000 |
2376 | 2024-02-01T08:05:41.567Z | dflt 0.000000000 |
2377 | 2024-02-01T08:05:41.567Z | kflt 0.000000000 |
2378 | 2024-02-01T08:05:41.568Z | lock 0.000000000 |
2379 | 2024-02-01T08:05:41.568Z | slp 24.932083769 |
2380 | 2024-02-01T08:05:41.568Z | lat 0.385128397 |
2381 | 2024-02-01T08:05:41.568Z | stop 0.000311706 |
2382 | 2024-02-01T08:05:41.568Z | + mkdir -p /work/zones |
2383 | 2024-02-01T08:05:41.568Z | + 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) |
2384 | 2024-02-01T08:05:41.568Z | + 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/ |
2385 | 2024-02-01T08:05:45.653Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2386 | 2024-02-01T08:05:46.868Z | Finished release [optimized] target(s) in 1.11s |
2387 | 2024-02-01T08:05:46.898Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2388 | 2024-02-01T08:05:46.939Z | Created new build target 'recovery' and set it as active |
2389 | 2024-02-01T08:05:46.958Z | |
2390 | 2024-02-01T08:05:46.958Z | real 1.279154407 |
2391 | 2024-02-01T08:05:46.958Z | user 0.906865996 |
2392 | 2024-02-01T08:05:46.958Z | sys 0.371061101 |
2393 | 2024-02-01T08:05:46.959Z | trap 0.000699534 |
2394 | 2024-02-01T08:05:46.959Z | tflt 0.000060951 |
2395 | 2024-02-01T08:05:46.959Z | dflt 0.000100056 |
2396 | 2024-02-01T08:05:46.960Z | kflt 0.000000000 |
2397 | 2024-02-01T08:05:46.960Z | lock 0.037285045 |
2398 | 2024-02-01T08:05:46.961Z | slp 0.023063532 |
2399 | 2024-02-01T08:05:46.961Z | lat 0.003674885 |
2400 | 2024-02-01T08:05:46.961Z | stop 0.000239958 |
2401 | 2024-02-01T08:05:46.961Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2402 | 2024-02-01T08:05:48.146Z | Finished release [optimized] target(s) in 1.11s |
2403 | 2024-02-01T08:05:48.179Z | Running `target/release/omicron-package -t recovery package` |
2404 | 2024-02-01T08:05:48.216Z | Feb 01 08:05:47.524 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2405 | 2024-02-01T08:05:49.629Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2406 | 2024-02-01T08:05:53.203Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2407 | 2024-02-01T08:06:24.950Z | Finished release [optimized] target(s) in 36.64s |
2408 | 2024-02-01T08:06:54.021Z | |
2409 | 2024-02-01T08:06:54.465Z | real 1:00.876373981 |
2410 | 2024-02-01T08:06:54.465Z | user 2:44.844827002 |
2411 | 2024-02-01T08:06:54.465Z | sys 11.595785924 |
2412 | 2024-02-01T08:06:54.465Z | trap 0.088793140 |
2413 | 2024-02-01T08:06:54.465Z | tflt 0.171381584 |
2414 | 2024-02-01T08:06:54.465Z | dflt 0.945860528 |
2415 | 2024-02-01T08:06:54.465Z | kflt 0.000008431 |
2416 | 2024-02-01T08:06:54.465Z | lock 13:31.899062524 |
2417 | 2024-02-01T08:06:54.465Z | slp 2:44.782131142 |
2418 | 2024-02-01T08:06:54.465Z | lat 2.031014667 |
2419 | 2024-02-01T08:06:54.465Z | stop 0.192034285 |
2420 | 2024-02-01T08:06:54.465Z | + stamp_packages installinator mg-ddm-gz |
2421 | 2024-02-01T08:06:54.465Z | + for package in "$@" |
2422 | 2024-02-01T08:06:54.465Z | + [[ installinator == mg-ddm-gz ]] |
2423 | 2024-02-01T08:06:54.466Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git4f230b33444 |
2424 | 2024-02-01T08:06:54.466Z | Finished release [optimized] target(s) in 1.04s |
2425 | 2024-02-01T08:06:54.466Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git4f230b33444` |
2426 | 2024-02-01T08:06:54.466Z | Feb 01 08:06:48.335 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2427 | 2024-02-01T08:06:54.466Z | Created: out/versioned/installinator.tar |
2428 | 2024-02-01T08:06:54.466Z | + for package in "$@" |
2429 | 2024-02-01T08:06:54.467Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2430 | 2024-02-01T08:06:54.467Z | + echo 0.0.0 |
2431 | 2024-02-01T08:06:54.467Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2432 | 2024-02-01T08:06:54.467Z | a VERSION 1K |
2433 | 2024-02-01T08:06:54.467Z | + rm VERSION |
2434 | 2024-02-01T08:06:54.467Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git4f230b33444 |
2435 | 2024-02-01T08:06:54.467Z | Finished release [optimized] target(s) in 1.08s |
2436 | 2024-02-01T08:06:54.467Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git4f230b33444` |
2437 | 2024-02-01T08:06:54.467Z | Feb 01 08:06:49.717 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2438 | 2024-02-01T08:06:54.467Z | Created: out/versioned/mg-ddm-gz.tar |
2439 | 2024-02-01T08:06:54.467Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2440 | 2024-02-01T08:06:54.467Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2441 | 2024-02-01T08:06:54.467Z | ++ cd -- ./tools |
2442 | 2024-02-01T08:06:54.467Z | ++ pwd |
2443 | 2024-02-01T08:06:54.467Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2444 | 2024-02-01T08:06:54.467Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2445 | 2024-02-01T08:06:54.467Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2446 | 2024-02-01T08:06:54.467Z | ++ readlink -f /work |
2447 | 2024-02-01T08:06:54.467Z | + out_dir=/work |
2448 | 2024-02-01T08:06:54.468Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2449 | 2024-02-01T08:06:54.470Z | + for dep in "${deps[@]}" |
2450 | 2024-02-01T08:06:54.470Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2451 | 2024-02-01T08:06:54.470Z | + for dep in "${deps[@]}" |
2452 | 2024-02-01T08:06:54.470Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2453 | 2024-02-01T08:06:54.470Z | ++ mktemp -d |
2454 | 2024-02-01T08:06:54.470Z | + tmp_trampoline=/tmp/tmp.50aONh |
2455 | 2024-02-01T08:06:54.470Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2456 | 2024-02-01T08:06:54.470Z | + echo '{"v":"1","t":"layer"}' |
2457 | 2024-02-01T08:06:54.470Z | + pkg_dir=/tmp/tmp.50aONh/root/opt/oxide/installinator |
2458 | 2024-02-01T08:06:54.470Z | + mkdir -p /tmp/tmp.50aONh/root/opt/oxide/installinator |
2459 | 2024-02-01T08:06:54.470Z | + cd /tmp/tmp.50aONh/root/opt/oxide/installinator |
2460 | 2024-02-01T08:06:54.470Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2461 | 2024-02-01T08:06:54.471Z | x ., 0 bytes, 0 tape blocks |
2462 | 2024-02-01T08:06:54.471Z | x installinator, 54581656 bytes, 106605 tape blocks |
2463 | 2024-02-01T08:06:54.471Z | x pkg, 0 bytes, 0 tape blocks |
2464 | 2024-02-01T08:06:54.471Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2465 | 2024-02-01T08:06:54.471Z | x VERSION, 25 bytes, 1 tape blocks |
2466 | 2024-02-01T08:06:54.471Z | + mkdir -p /tmp/tmp.50aONh/root/lib/svc/manifest/site/ |
2467 | 2024-02-01T08:06:54.471Z | + mv pkg/manifest.xml /tmp/tmp.50aONh/root/lib/svc/manifest/site/installinator.xml |
2468 | 2024-02-01T08:06:54.471Z | + cd - |
2469 | 2024-02-01T08:06:54.471Z | /work/oxidecomputer/omicron |
2470 | 2024-02-01T08:06:54.471Z | + pkg_dir=/tmp/tmp.50aONh/root/opt/oxide/mg-ddm |
2471 | 2024-02-01T08:06:54.471Z | + mkdir -p /tmp/tmp.50aONh/root/opt/oxide/mg-ddm |
2472 | 2024-02-01T08:06:54.471Z | + cd /tmp/tmp.50aONh/root/opt/oxide/mg-ddm |
2473 | 2024-02-01T08:06:54.471Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2474 | 2024-02-01T08:06:54.473Z | x ., 0 bytes, 0 tape blocks |
2475 | 2024-02-01T08:06:54.473Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2476 | 2024-02-01T08:06:54.473Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2477 | 2024-02-01T08:06:54.473Z | x pkg, 0 bytes, 0 tape blocks |
2478 | 2024-02-01T08:06:54.473Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2479 | 2024-02-01T08:06:54.473Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2480 | 2024-02-01T08:06:54.473Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2481 | 2024-02-01T08:06:54.473Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2482 | 2024-02-01T08:06:54.473Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2483 | 2024-02-01T08:06:54.473Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2484 | 2024-02-01T08:06:54.473Z | x VERSION, 25 bytes, 1 tape blocks |
2485 | 2024-02-01T08:06:54.473Z | + cd - |
2486 | 2024-02-01T08:06:54.473Z | /work/oxidecomputer/omicron |
2487 | 2024-02-01T08:06:54.473Z | + cd /tmp/tmp.50aONh |
2488 | 2024-02-01T08:06:54.473Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2489 | 2024-02-01T08:06:56.833Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2490 | 2024-02-01T08:06:56.834Z | a oxide.json 1K |
2491 | 2024-02-01T08:06:56.834Z | a root/ 0K |
2492 | 2024-02-01T08:06:56.836Z | a root/opt/ 0K |
2493 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/ 0K |
2494 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/installinator/ 0K |
2495 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/installinator/installinator 53303K |
2496 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/installinator/pkg/ 0K |
2497 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/installinator/VERSION 1K |
2498 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/ 0K |
2499 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2500 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2501 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2502 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2503 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2504 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2505 | 2024-02-01T08:06:56.836Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2506 | 2024-02-01T08:06:56.837Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2507 | 2024-02-01T08:06:56.837Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2508 | 2024-02-01T08:06:56.837Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2509 | 2024-02-01T08:06:56.837Z | a root/lib/ 0K |
2510 | 2024-02-01T08:06:56.837Z | a root/lib/svc/ 0K |
2511 | 2024-02-01T08:06:56.837Z | a root/lib/svc/manifest/ 0K |
2512 | 2024-02-01T08:06:56.837Z | a root/lib/svc/manifest/site/ 0K |
2513 | 2024-02-01T08:06:56.837Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2514 | 2024-02-01T08:06:56.844Z | + cd / |
2515 | 2024-02-01T08:06:56.844Z | + rm -rf /tmp/tmp.50aONh |
2516 | 2024-02-01T08:06:56.861Z | |
2517 | 2024-02-01T08:06:56.865Z | real 6.284680799 |
2518 | 2024-02-01T08:06:56.866Z | user 5.881348996 |
2519 | 2024-02-01T08:06:56.866Z | sys 0.432877109 |
2520 | 2024-02-01T08:06:56.869Z | trap 0.001489241 |
2521 | 2024-02-01T08:06:56.869Z | tflt 0.000000000 |
2522 | 2024-02-01T08:06:56.870Z | dflt 0.000000000 |
2523 | 2024-02-01T08:06:56.870Z | kflt 0.000000000 |
2524 | 2024-02-01T08:06:56.870Z | lock 0.000000000 |
2525 | 2024-02-01T08:06:56.870Z | slp 12.156098454 |
2526 | 2024-02-01T08:06:56.870Z | lat 0.176767252 |
2527 | 2024-02-01T08:06:56.870Z | stop 0.000290066 |
2528 | 2024-02-01T08:06:56.870Z | process exited: duration 2509972 ms, exit code 0 |
|
2529 | 2024-02-01T08:06:56.901Z | found 21 output files |
2530 | 2024-02-01T08:06:56.901Z | uploading: /work/version.txt (26 bytes) |
2531 | 2024-02-01T08:06:57.941Z | uploaded: /work/version.txt |
2532 | 2024-02-01T08:06:57.941Z | uploading: /work/package.tar.gz (85942461 bytes) |
2533 | 2024-02-01T08:07:27.178Z | uploaded: /work/package.tar.gz |
2534 | 2024-02-01T08:07:27.178Z | uploading: /work/global-zone-packages.tar.gz (126385199 bytes) |
2535 | 2024-02-01T08:08:27.787Z | uploaded: /work/global-zone-packages.tar.gz |
2536 | 2024-02-01T08:08:27.790Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37192544 bytes) |
2537 | 2024-02-01T08:08:41.945Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2538 | 2024-02-01T08:08:41.945Z | uploading: /work/zones/clickhouse.tar.gz (193965357 bytes) |
2539 | 2024-02-01T08:10:03.820Z | uploaded: /work/zones/clickhouse.tar.gz |
2540 | 2024-02-01T08:10:03.820Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193966597 bytes) |
2541 | 2024-02-01T08:11:18.863Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2542 | 2024-02-01T08:11:18.863Z | uploading: /work/zones/cockroachdb.tar.gz (131067857 bytes) |
2543 | 2024-02-01T08:11:59.709Z | uploaded: /work/zones/cockroachdb.tar.gz |
2544 | 2024-02-01T08:11:59.709Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2545 | 2024-02-01T08:12:10.307Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2546 | 2024-02-01T08:12:10.308Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2547 | 2024-02-01T08:12:18.693Z | uploaded: /work/zones/crucible.tar.gz |
2548 | 2024-02-01T08:12:18.693Z | uploading: /work/zones/external-dns.tar.gz (23577898 bytes) |
2549 | 2024-02-01T08:12:24.655Z | uploaded: /work/zones/external-dns.tar.gz |
2550 | 2024-02-01T08:12:24.655Z | uploading: /work/zones/internal-dns.tar.gz (23577894 bytes) |
2551 | 2024-02-01T08:12:31.424Z | uploaded: /work/zones/internal-dns.tar.gz |
2552 | 2024-02-01T08:12:31.426Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2553 | 2024-02-01T08:12:32.447Z | uploaded: /work/zones/ntp.tar.gz |
2554 | 2024-02-01T08:12:32.447Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19305573 bytes) |
2555 | 2024-02-01T08:12:39.908Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2556 | 2024-02-01T08:12:39.908Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19304703 bytes) |
2557 | 2024-02-01T08:12:49.659Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2558 | 2024-02-01T08:12:49.659Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87234829 bytes) |
2559 | 2024-02-01T08:13:13.723Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2560 | 2024-02-01T08:13:13.723Z | uploading: /work/zones/omicron-nexus.tar.gz (87246098 bytes) |
2561 | 2024-02-01T08:13:35.516Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2562 | 2024-02-01T08:13:35.516Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2563 | 2024-02-01T08:13:36.585Z | uploaded: /work/zones/overlay.tar.gz |
2564 | 2024-02-01T08:13:36.585Z | uploading: /work/zones/oximeter.tar.gz (55281741 bytes) |
2565 | 2024-02-01T08:13:55.852Z | uploaded: /work/zones/oximeter.tar.gz |
2566 | 2024-02-01T08:13:55.853Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2567 | 2024-02-01T08:14:24.978Z | uploaded: /work/zones/propolis-server.tar.gz |
2568 | 2024-02-01T08:14:24.978Z | uploading: /work/zones/switch-asic.tar.gz (281183899 bytes) |
2569 | 2024-02-01T08:16:05.187Z | uploaded: /work/zones/switch-asic.tar.gz |
2570 | 2024-02-01T08:16:05.187Z | uploading: /work/zones/switch-softnpu.tar.gz (205138206 bytes) |
2571 | 2024-02-01T08:17:54.866Z | uploaded: /work/zones/switch-softnpu.tar.gz |