|
|
|
1 | 2024-01-31T19:08:18.348Z | job assigned to worker 01HNGEPH1V2EBKQPVTM54Z1JZX (queued for 2 m 56 s) |
|
2 | 2024-01-31T19:08:18.418Z | starting task 0: "setup" |
3 | 2024-01-31T19:08:18.423Z | ++ uname -s |
4 | 2024-01-31T19:08:18.423Z | + kern=SunOS |
5 | 2024-01-31T19:08:18.423Z | + case "$kern" in |
6 | 2024-01-31T19:08:18.423Z | + groupadd -g 12345 build |
7 | 2024-01-31T19:08:18.424Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-31T19:08:20.459Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-31T19:08:20.596Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-31T19:08:20.613Z | + home_fs=zfs |
11 | 2024-01-31T19:08:20.613Z | + [[ zfs == autofs ]] |
12 | 2024-01-31T19:08:20.613Z | + mkdir -p /home/build |
13 | 2024-01-31T19:08:20.613Z | + chown build:build /home/build /work |
14 | 2024-01-31T19:08:23.012Z | + chmod 0700 /home/build /work |
15 | 2024-01-31T19:08:23.016Z | process exited: duration 4203 ms, exit code 0 |
|
16 | 2024-01-31T19:08:23.024Z | starting task 1: "rust-toolchain" |
17 | 2024-01-31T19:08:23.033Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-31T19:08:23.037Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-31T19:08:23.399Z | info: downloading installer |
20 | 2024-01-31T19:08:25.433Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-31T19:08:25.433Z | warning: /opt/ooce/bin |
22 | 2024-01-31T19:08:25.433Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-31T19:08:25.433Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-31T19:08:25.433Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-31T19:08:25.433Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-31T19:08:25.433Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-31T19:08:25.439Z | error: cannot install while Rust is installed |
28 | 2024-01-31T19:08:25.439Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-31T19:08:26.822Z | info: profile set to 'default' |
30 | 2024-01-31T19:08:26.822Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-31T19:08:26.829Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-31T19:08:26.829Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-31T19:08:26.829Z | info: downloading component 'cargo' |
34 | 2024-01-31T19:08:26.829Z | info: downloading component 'clippy' |
35 | 2024-01-31T19:08:26.943Z | info: downloading component 'rust-docs' |
36 | 2024-01-31T19:08:27.978Z | info: downloading component 'rust-std' |
37 | 2024-01-31T19:08:29.828Z | info: downloading component 'rustc' |
38 | 2024-01-31T19:08:34.312Z | info: downloading component 'rustfmt' |
39 | 2024-01-31T19:08:34.629Z | info: installing component 'cargo' |
40 | 2024-01-31T19:08:36.132Z | info: installing component 'clippy' |
41 | 2024-01-31T19:08:36.772Z | info: installing component 'rust-docs' |
42 | 2024-01-31T19:08:39.541Z | info: installing component 'rust-std' |
43 | 2024-01-31T19:08:42.914Z | info: installing component 'rustc' |
44 | 2024-01-31T19:08:49.887Z | info: installing component 'rustfmt' |
45 | 2024-01-31T19:08:50.339Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-31T19:08:50.340Z | |
47 | 2024-01-31T19:08:50.467Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-31T19:08:50.467Z | |
49 | 2024-01-31T19:08:50.471Z | |
50 | 2024-01-31T19:08:50.471Z | Rust is installed now. Great! |
51 | 2024-01-31T19:08:50.472Z | |
52 | 2024-01-31T19:08:50.472Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-31T19:08:50.472Z | environment variable. This has not been done automatically. |
54 | 2024-01-31T19:08:50.472Z | |
55 | 2024-01-31T19:08:50.472Z | To configure your current shell, run: |
56 | 2024-01-31T19:08:50.472Z | source "$HOME/.cargo/env" |
57 | 2024-01-31T19:08:50.561Z | + rustc --version |
58 | 2024-01-31T19:08:50.679Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-31T19:08:50.684Z | process exited: duration 27662 ms, exit code 0 |
|
60 | 2024-01-31T19:08:50.703Z | starting task 2: "authentication" |
61 | 2024-01-31T19:08:50.733Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2024-01-31T19:08:50.746Z | starting task 3: "clone repository" |
63 | 2024-01-31T19:08:50.803Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-31T19:08:50.804Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-31T19:08:50.882Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-31T19:08:57.820Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-31T19:08:57.823Z | + git fetch origin b0125c4be763ef6b753d166cf25ce341fcd30ecb |
68 | 2024-01-31T19:08:58.224Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-31T19:08:58.224Z | * branch b0125c4be763ef6b753d166cf25ce341fcd30ecb -> FETCH_HEAD |
70 | 2024-01-31T19:08:58.237Z | + [[ -n pc-baseboard-hostname-serial ]] |
71 | 2024-01-31T19:08:58.241Z | ++ git branch --show-current |
72 | 2024-01-31T19:08:58.244Z | + current=main |
73 | 2024-01-31T19:08:58.244Z | + [[ main != pc-baseboard-hostname-serial ]] |
74 | 2024-01-31T19:08:58.244Z | + git branch -f pc-baseboard-hostname-serial b0125c4be763ef6b753d166cf25ce341fcd30ecb |
75 | 2024-01-31T19:08:58.249Z | + git checkout -f pc-baseboard-hostname-serial |
76 | 2024-01-31T19:08:58.434Z | Switched to branch 'pc-baseboard-hostname-serial' |
77 | 2024-01-31T19:08:58.857Z | + git reset --hard b0125c4be763ef6b753d166cf25ce341fcd30ecb |
78 | 2024-01-31T19:08:58.865Z | HEAD is now at b0125c4be move gethostname to workspace |
79 | 2024-01-31T19:08:58.865Z | process exited: duration 7732 ms, exit code 0 |
|
80 | 2024-01-31T19:08:58.875Z | starting task 4: "build" |
81 | 2024-01-31T19:08:58.881Z | + cargo --version |
82 | 2024-01-31T19:08:58.889Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-31T19:08:59.101Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-31T19:08:59.116Z | info: downloading component 'cargo' |
85 | 2024-01-31T19:08:59.978Z | info: downloading component 'clippy' |
86 | 2024-01-31T19:09:00.230Z | info: downloading component 'rust-docs' |
87 | 2024-01-31T19:09:01.279Z | info: downloading component 'rust-std' |
88 | 2024-01-31T19:09:02.826Z | info: downloading component 'rustc' |
89 | 2024-01-31T19:09:07.373Z | info: downloading component 'rustfmt' |
90 | 2024-01-31T19:09:07.629Z | info: installing component 'cargo' |
91 | 2024-01-31T19:09:08.953Z | info: installing component 'clippy' |
92 | 2024-01-31T19:09:09.444Z | info: installing component 'rust-docs' |
93 | 2024-01-31T19:09:12.320Z | info: installing component 'rust-std' |
94 | 2024-01-31T19:09:14.815Z | info: installing component 'rustc' |
95 | 2024-01-31T19:09:21.197Z | info: installing component 'rustfmt' |
96 | 2024-01-31T19:09:21.766Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-31T19:09:21.777Z | + rustc --version |
98 | 2024-01-31T19:09:21.905Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-31T19:09:21.921Z | ++ git rev-parse HEAD |
100 | 2024-01-31T19:09:21.921Z | + COMMIT=b0125c4be763ef6b753d166cf25ce341fcd30ecb |
101 | 2024-01-31T19:09:21.921Z | + VERSION=6.0.0-0.ci+gitb0125c4be76 |
102 | 2024-01-31T19:09:21.921Z | + echo 6.0.0-0.ci+gitb0125c4be76 |
103 | 2024-01-31T19:09:21.921Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-01-31T19:09:31.404Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-01-31T19:09:33.791Z | Startup: Caching catalogs ... Done |
106 | 2024-01-31T19:09:36.083Z | Planning: Solver setup ... Done (2.391s) |
107 | 2024-01-31T19:09:36.146Z | Planning: Running solver ... Done (0.065s) |
108 | 2024-01-31T19:09:36.187Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-01-31T19:09:36.229Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-01-31T19:09:36.515Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-01-31T19:09:36.597Z | Planning: Package planning ... Done (0.081s) |
112 | 2024-01-31T19:09:36.687Z | Planning: Merging actions ... Done (0.085s) |
113 | 2024-01-31T19:09:37.534Z | Planning: Checking for conflicting actions ... Done (0.824s) |
114 | 2024-01-31T19:09:37.593Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-01-31T19:09:47.315Z | Planning: Evaluating mediators ... Done (4.185s) |
116 | 2024-01-31T19:09:47.618Z | Planning: Planning completed in 8.49 seconds |
117 | 2024-01-31T19:09:47.757Z | Packages to install: 4 |
118 | 2024-01-31T19:09:47.758Z | Mediators to change: 2 |
119 | 2024-01-31T19:09:47.758Z | Services to change: 1 |
120 | 2024-01-31T19:09:47.758Z | Estimated space available: 148.87 GB |
121 | 2024-01-31T19:09:47.758Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-01-31T19:09:47.758Z | Create boot environment: No |
123 | 2024-01-31T19:09:47.759Z | Create backup boot environment: No |
124 | 2024-01-31T19:09:47.759Z | Rebuild boot archive: No |
125 | 2024-01-31T19:09:47.759Z | |
126 | 2024-01-31T19:09:47.759Z | Changed mediators: |
127 | 2024-01-31T19:09:47.759Z | mediator clang: |
128 | 2024-01-31T19:09:47.759Z | version: None -> 15 (system default) |
129 | 2024-01-31T19:09:47.760Z | |
130 | 2024-01-31T19:09:47.760Z | mediator llvm: |
131 | 2024-01-31T19:09:47.760Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-01-31T19:09:47.760Z | |
133 | 2024-01-31T19:09:47.760Z | Changed packages: |
134 | 2024-01-31T19:09:47.760Z | helios-dev |
135 | 2024-01-31T19:09:47.761Z | developer/build-essential |
136 | 2024-01-31T19:09:47.761Z | None -> 11-2.0 |
137 | 2024-01-31T19:09:47.761Z | library/libxmlsec1 |
138 | 2024-01-31T19:09:47.761Z | None -> 1.2.35-2.0 |
139 | 2024-01-31T19:09:47.762Z | ooce/developer/clang-15 |
140 | 2024-01-31T19:09:47.763Z | None -> 15.0.7-2.0 |
141 | 2024-01-31T19:09:47.763Z | ooce/developer/llvm-15 |
142 | 2024-01-31T19:09:47.763Z | None -> 15.0.7-2.0 |
143 | 2024-01-31T19:09:47.763Z | |
144 | 2024-01-31T19:09:47.763Z | Services: |
145 | 2024-01-31T19:09:47.763Z | restart_fmri: |
146 | 2024-01-31T19:09:47.763Z | svc:/system/update-man-index:default |
147 | 2024-01-31T19:09:47.764Z | |
148 | 2024-01-31T19:09:47.764Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-01-31T19:09:49.763Z | Download: 209/3290 items 1.3/212.6MB 0% complete (584k/s) |
150 | 2024-01-31T19:09:54.743Z | Download: 1186/3290 items 76.0/212.6MB 35% complete (7.4M/s) |
151 | 2024-01-31T19:09:59.760Z | Download: 1940/3290 items 118.6/212.6MB 55% complete (11.9M/s) |
152 | 2024-01-31T19:10:04.759Z | Download: 2479/3290 items 120.2/212.6MB 56% complete (4.7M/s) |
153 | 2024-01-31T19:10:09.354Z | Download: Completed 212.60 MB in 25.74 seconds (8.3M/s) |
154 | 2024-01-31T19:10:10.101Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-01-31T19:10:15.140Z | Actions: 2422/3689 actions (Installing new actions) |
156 | 2024-01-31T19:10:17.680Z | Actions: Completed 3689 actions in 7.58 seconds. |
157 | 2024-01-31T19:10:17.937Z | Done (0.250s) |
158 | 2024-01-31T19:10:17.937Z | Done (0.000s) |
159 | 2024-01-31T19:10:18.270Z | Done (0.335s) |
160 | 2024-01-31T19:10:25.829Z | Done (7.412s) |
161 | 2024-01-31T19:10:26.011Z | Done (0.087s) |
162 | 2024-01-31T19:10:26.015Z | Done (0.000s) |
163 | 2024-01-31T19:10:26.256Z | Done (0.000s) |
164 | 2024-01-31T19:10:27.130Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-01-31T19:10:27.294Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-01-31T19:10:27.298Z | Planning: Consolidating action changes ... Done |
167 | 2024-01-31T19:10:27.747Z | Planning: Evaluating mediators ... Done |
168 | 2024-01-31T19:10:27.757Z | Planning: Planning completed in 0.74 seconds |
169 | 2024-01-31T19:10:27.805Z | Mediators to change: 2 |
170 | 2024-01-31T19:10:27.806Z | Create boot environment: No |
171 | 2024-01-31T19:10:27.806Z | Create backup boot environment: No |
172 | 2024-01-31T19:10:27.903Z | Done |
173 | 2024-01-31T19:10:27.903Z | Done |
174 | 2024-01-31T19:10:28.121Z | Done |
175 | 2024-01-31T19:10:34.004Z | Done |
176 | 2024-01-31T19:10:34.129Z | Done |
177 | 2024-01-31T19:10:34.133Z | Done |
178 | 2024-01-31T19:10:34.320Z | Done |
179 | 2024-01-31T19:10:35.345Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-01-31T19:10:35.350Z | Planning: Merging actions ... Done |
181 | 2024-01-31T19:10:35.683Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-01-31T19:10:35.687Z | Planning: Consolidating action changes ... Done |
183 | 2024-01-31T19:10:36.129Z | Planning: Evaluating mediators ... Done |
184 | 2024-01-31T19:10:36.224Z | Planning: Planning completed in 1.33 seconds |
185 | 2024-01-31T19:10:36.290Z | Packages to change: 1 |
186 | 2024-01-31T19:10:36.290Z | Mediators to change: 1 |
187 | 2024-01-31T19:10:36.304Z | Services to change: 1 |
188 | 2024-01-31T19:10:36.304Z | Create boot environment: No |
189 | 2024-01-31T19:10:36.305Z | Create backup boot environment: Yes |
190 | 2024-01-31T19:10:38.219Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-01-31T19:10:38.234Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-01-31T19:10:38.234Z | Done |
193 | 2024-01-31T19:10:38.234Z | Done |
194 | 2024-01-31T19:10:38.300Z | Done |
195 | 2024-01-31T19:10:44.457Z | Done |
196 | 2024-01-31T19:10:44.585Z | Done |
197 | 2024-01-31T19:10:44.595Z | Done |
198 | 2024-01-31T19:10:44.714Z | Done |
199 | 2024-01-31T19:10:45.402Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-01-31T19:10:45.402Z | clang system 15 system |
201 | 2024-01-31T19:10:45.402Z | csh system system illumos |
202 | 2024-01-31T19:10:45.402Z | ctags system system illumos |
203 | 2024-01-31T19:10:45.402Z | gcc vendor 12 vendor |
204 | 2024-01-31T19:10:45.403Z | gcc system 10 system |
205 | 2024-01-31T19:10:45.403Z | gcc system 7 system |
206 | 2024-01-31T19:10:45.403Z | go system 1.20 system |
207 | 2024-01-31T19:10:45.403Z | go system 1.19 system |
208 | 2024-01-31T19:10:45.403Z | llvm system 15 system |
209 | 2024-01-31T19:10:45.403Z | llvm system 14 system |
210 | 2024-01-31T19:10:45.403Z | mariadb system 10.6 system |
211 | 2024-01-31T19:10:45.403Z | mta vendor vendor dma |
212 | 2024-01-31T19:10:45.403Z | openjdk system 17 system |
213 | 2024-01-31T19:10:45.403Z | openjdk system 11 system |
214 | 2024-01-31T19:10:45.403Z | openjdk system 1.8 system |
215 | 2024-01-31T19:10:45.404Z | openssl vendor 3 vendor |
216 | 2024-01-31T19:10:45.404Z | perl system 5.36 system |
217 | 2024-01-31T19:10:45.404Z | postgresql system 15 system |
218 | 2024-01-31T19:10:45.404Z | postgresql system 13 system |
219 | 2024-01-31T19:10:45.404Z | python vendor 3 vendor |
220 | 2024-01-31T19:10:45.404Z | python system 2 system |
221 | 2024-01-31T19:10:45.404Z | python3 system 3.11 system |
222 | 2024-01-31T19:10:45.404Z | ruby system 3.0 system |
223 | 2024-01-31T19:10:45.404Z | words vendor vendor american-english |
224 | 2024-01-31T19:10:45.404Z | words system system australian-english |
225 | 2024-01-31T19:10:45.404Z | words system system british-english |
226 | 2024-01-31T19:10:45.404Z | words system system canadian-english |
227 | 2024-01-31T19:10:45.404Z | words system system french |
228 | 2024-01-31T19:10:45.404Z | words system system italian |
229 | 2024-01-31T19:10:45.404Z | words system system ngerman |
230 | 2024-01-31T19:10:45.405Z | words system system ogerman |
231 | 2024-01-31T19:10:45.405Z | words system system spanish |
232 | 2024-01-31T19:10:45.956Z | FMRI IFO |
233 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-01-31T19:10:45.956Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-01-31T19:10:46.036Z | + set -o errexit |
242 | 2024-01-31T19:10:46.039Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-01-31T19:10:46.043Z | ++ cd ./tools |
244 | 2024-01-31T19:10:46.043Z | ++ pwd |
245 | 2024-01-31T19:10:46.043Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-01-31T19:10:46.043Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-01-31T19:10:46.046Z | + ARG0=ci_download_cockroachdb |
248 | 2024-01-31T19:10:46.046Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-01-31T19:10:46.050Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-01-31T19:10:46.050Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-01-31T19:10:46.050Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
252 | 2024-01-31T19:10:46.050Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
253 | 2024-01-31T19:10:46.050Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
254 | 2024-01-31T19:10:46.050Z | + TARGET_DIR=out |
255 | 2024-01-31T19:10:46.051Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-01-31T19:10:46.051Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-01-31T19:10:46.051Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-01-31T19:10:46.051Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-01-31T19:10:46.051Z | + main |
260 | 2024-01-31T19:10:46.051Z | + [[ 0 != 0 ]] |
261 | 2024-01-31T19:10:46.051Z | + CIDL_OS=solaris2.11 |
262 | 2024-01-31T19:10:46.051Z | + [[ 0 != 0 ]] |
263 | 2024-01-31T19:10:46.051Z | + configure_os solaris2.11 |
264 | 2024-01-31T19:10:46.051Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-01-31T19:10:46.051Z | current directory: /work/oxidecomputer/omicron |
266 | 2024-01-31T19:10:46.052Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2024-01-31T19:10:46.052Z | + case "$1" in |
268 | 2024-01-31T19:10:46.052Z | configuring based on OS: "solaris2.11" |
269 | 2024-01-31T19:10:46.052Z | + CIDL_BUILD=illumos |
270 | 2024-01-31T19:10:46.052Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-01-31T19:10:46.053Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
272 | 2024-01-31T19:10:46.053Z | + CIDL_MD5FUNC=do_md5sum |
273 | 2024-01-31T19:10:46.053Z | + CIDL_URL_BASE=https://illumos.org/downloads |
274 | 2024-01-31T19:10:46.053Z | + CIDL_ASSEMBLE=do_assemble_illumos |
275 | 2024-01-31T19:10:46.053Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
276 | 2024-01-31T19:10:46.054Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-01-31T19:10:46.054Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-31T19:10:46.054Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
279 | 2024-01-31T19:10:46.054Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-31T19:10:46.054Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-01-31T19:10:46.054Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-01-31T19:10:46.054Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-01-31T19:10:46.054Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-01-31T19:10:46.054Z | + mkdir -p out/downloads |
285 | 2024-01-31T19:10:46.058Z | + mkdir -p ./out/cockroachdb |
286 | 2024-01-31T19:10:46.058Z | + local DO_DOWNLOAD=true |
287 | 2024-01-31T19:10:46.059Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-01-31T19:10:46.059Z | + '[' true == true ']' |
289 | 2024-01-31T19:10:46.059Z | + echo Downloading... |
290 | 2024-01-31T19:10:46.059Z | Downloading... |
291 | 2024-01-31T19:10:46.059Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-01-31T19:10:46.059Z | + 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 |
293 | 2024-01-31T19:10:47.801Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-31T19:10:47.804Z | ++ md5sum |
295 | 2024-01-31T19:10:47.804Z | ++ awk '{print $1}' |
296 | 2024-01-31T19:10:48.019Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
297 | 2024-01-31T19:10:48.019Z | + [[ 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 ]] |
298 | 2024-01-31T19:10:48.019Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-31T19:10:48.024Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-01-31T19:10:53.171Z | + do_assemble_illumos |
301 | 2024-01-31T19:10:53.171Z | + rm -r ./out/cockroachdb |
302 | 2024-01-31T19:10:53.477Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-01-31T19:10:53.477Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-01-31T19:10:53.477Z | Build Tag: v22.1.9-dirty |
305 | 2024-01-31T19:10:53.477Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-01-31T19:10:53.477Z | Distribution: OSS |
307 | 2024-01-31T19:10:53.477Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-01-31T19:10:53.477Z | Go Version: go1.17.13 |
309 | 2024-01-31T19:10:53.477Z | C Compiler: gcc 10.3.0 |
310 | 2024-01-31T19:10:53.477Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-01-31T19:10:53.477Z | Build Type: release |
312 | 2024-01-31T19:10:53.477Z | + set -o errexit |
313 | 2024-01-31T19:10:53.477Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-01-31T19:10:53.477Z | ++ cd ./tools |
315 | 2024-01-31T19:10:53.477Z | ++ pwd |
316 | 2024-01-31T19:10:53.477Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-01-31T19:10:53.478Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-01-31T19:10:53.478Z | + ARG0=ci_download_clickhouse |
319 | 2024-01-31T19:10:53.478Z | + TARGET_DIR=out |
320 | 2024-01-31T19:10:53.478Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-01-31T19:10:53.478Z | + DEST_DIR=./out/clickhouse |
322 | 2024-01-31T19:10:53.478Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2024-01-31T19:10:53.478Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-01-31T19:10:53.478Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2024-01-31T19:10:53.478Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2024-01-31T19:10:53.478Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2024-01-31T19:10:53.478Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-01-31T19:10:53.478Z | + main |
329 | 2024-01-31T19:10:53.478Z | + [[ 0 != 0 ]] |
330 | 2024-01-31T19:10:53.478Z | + CIDL_OS=solaris2.11 |
331 | 2024-01-31T19:10:53.478Z | + [[ 0 != 0 ]] |
332 | 2024-01-31T19:10:53.478Z | + configure_os solaris2.11 |
333 | 2024-01-31T19:10:53.478Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-01-31T19:10:53.478Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-01-31T19:10:53.478Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-01-31T19:10:53.478Z | + CIDL_DASHREV= |
337 | 2024-01-31T19:10:53.478Z | + case "$1" in |
338 | 2024-01-31T19:10:53.479Z | configuring based on OS: "solaris2.11" |
339 | 2024-01-31T19:10:53.479Z | + CIDL_PLATFORM=illumos |
340 | 2024-01-31T19:10:53.479Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-01-31T19:10:53.479Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-01-31T19:10:53.479Z | + CIDL_DASHREV=-1 |
343 | 2024-01-31T19:10:53.479Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2024-01-31T19:10:53.479Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-31T19:10:53.479Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-01-31T19:10:53.479Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-01-31T19:10:53.479Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-01-31T19:10:53.479Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-01-31T19:10:53.479Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-01-31T19:10:53.479Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-01-31T19:10:53.479Z | + mkdir -p out/downloads |
352 | 2024-01-31T19:10:53.479Z | + mkdir -p ./out/clickhouse |
353 | 2024-01-31T19:10:53.479Z | + local DO_DOWNLOAD=true |
354 | 2024-01-31T19:10:53.479Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-01-31T19:10:53.479Z | + '[' true == true ']' |
356 | 2024-01-31T19:10:53.479Z | + echo Downloading... |
357 | 2024-01-31T19:10:53.479Z | Downloading... |
358 | 2024-01-31T19:10:53.479Z | + 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 |
359 | 2024-01-31T19:10:53.479Z | + 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 |
360 | 2024-01-31T19:10:53.763Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-01-31T19:10:53.780Z | ++ md5sum |
362 | 2024-01-31T19:10:53.780Z | ++ awk '{print $1}' |
363 | 2024-01-31T19:10:54.013Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2024-01-31T19:10:54.013Z | + [[ 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 ]] |
365 | 2024-01-31T19:10:54.013Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2024-01-31T19:10:54.045Z | + mkdir -p ./out/clickhouse |
367 | 2024-01-31T19:10:54.045Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-01-31T19:10:58.916Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-01-31T19:10:58.987Z | ClickHouse server version 22.8.9.1. |
370 | 2024-01-31T19:10:59.014Z | + set -o errexit |
371 | 2024-01-31T19:10:59.021Z | +++ dirname ./tools/ci_download_console |
372 | 2024-01-31T19:10:59.021Z | ++ cd ./tools |
373 | 2024-01-31T19:10:59.021Z | ++ pwd |
374 | 2024-01-31T19:10:59.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-01-31T19:10:59.029Z | ++ basename ./tools/ci_download_console |
376 | 2024-01-31T19:10:59.030Z | + ARG0=ci_download_console |
377 | 2024-01-31T19:10:59.030Z | + TARGET_DIR=out |
378 | 2024-01-31T19:10:59.030Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-01-31T19:10:59.030Z | + DEST_DIR=./out/console-assets |
380 | 2024-01-31T19:10:59.030Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-01-31T19:10:59.030Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
382 | 2024-01-31T19:10:59.030Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
383 | 2024-01-31T19:10:59.031Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
384 | 2024-01-31T19:10:59.031Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-01-31T19:10:59.031Z | + main |
386 | 2024-01-31T19:10:59.031Z | + [[ 0 != 0 ]] |
387 | 2024-01-31T19:10:59.031Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
388 | 2024-01-31T19:10:59.031Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
389 | 2024-01-31T19:10:59.031Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-01-31T19:10:59.031Z | Local file: out/downloads/console.tar.gz |
391 | 2024-01-31T19:10:59.032Z | + local DO_DOWNLOAD=true |
392 | 2024-01-31T19:10:59.032Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-01-31T19:10:59.032Z | + mkdir -p out/downloads |
394 | 2024-01-31T19:10:59.032Z | + '[' true == true ']' |
395 | 2024-01-31T19:10:59.032Z | + echo Downloading... |
396 | 2024-01-31T19:10:59.032Z | Downloading... |
397 | 2024-01-31T19:10:59.032Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
398 | 2024-01-31T19:10:59.033Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
399 | 2024-01-31T19:10:59.726Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-01-31T19:10:59.731Z | ++ case "$OSTYPE" in |
401 | 2024-01-31T19:10:59.731Z | ++ SHA=sha256sum |
402 | 2024-01-31T19:10:59.731Z | ++ sha256sum |
403 | 2024-01-31T19:10:59.732Z | ++ awk '{print $1}' |
404 | 2024-01-31T19:11:00.209Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
405 | 2024-01-31T19:11:00.210Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
406 | 2024-01-31T19:11:00.210Z | + rm -rf ./out/console-assets |
407 | 2024-01-31T19:11:00.222Z | + mkdir -p ./out/console-assets |
408 | 2024-01-31T19:11:00.222Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-01-31T19:11:00.222Z | + mkdir -p ./out/console-assets |
410 | 2024-01-31T19:11:00.222Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-01-31T19:11:00.222Z | + set -o errexit |
412 | 2024-01-31T19:11:00.223Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2024-01-31T19:11:00.223Z | ++ cd ./tools |
414 | 2024-01-31T19:11:00.223Z | ++ pwd |
415 | 2024-01-31T19:11:00.223Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-01-31T19:11:00.223Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2024-01-31T19:11:00.223Z | + ARG0=ci_download_maghemite_openapi |
418 | 2024-01-31T19:11:00.223Z | + TARGET_DIR=out |
419 | 2024-01-31T19:11:00.223Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-01-31T19:11:00.223Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2024-01-31T19:11:00.223Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
422 | 2024-01-31T19:11:00.224Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
423 | 2024-01-31T19:11:00.224Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
424 | 2024-01-31T19:11:00.224Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
425 | 2024-01-31T19:11:00.224Z | + main |
426 | 2024-01-31T19:11:00.225Z | + [[ 0 != 0 ]] |
427 | 2024-01-31T19:11:00.225Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
428 | 2024-01-31T19:11:00.225Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
429 | 2024-01-31T19:11:00.225Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
430 | 2024-01-31T19:11:00.225Z | + local DO_DOWNLOAD=true |
431 | 2024-01-31T19:11:00.225Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
432 | 2024-01-31T19:11:00.225Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
433 | 2024-01-31T19:11:00.225Z | + mkdir -p out/downloads |
434 | 2024-01-31T19:11:00.225Z | + '[' true == true ']' |
435 | 2024-01-31T19:11:00.225Z | + echo Downloading... |
436 | 2024-01-31T19:11:00.226Z | Downloading... |
437 | 2024-01-31T19:11:00.226Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
438 | 2024-01-31T19:11:00.226Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
439 | 2024-01-31T19:11:00.226Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
440 | 2024-01-31T19:11:00.226Z | ++ case "$OSTYPE" in |
441 | 2024-01-31T19:11:00.226Z | ++ SHA=sha256sum |
442 | 2024-01-31T19:11:00.226Z | ++ sha256sum |
443 | 2024-01-31T19:11:00.226Z | ++ awk '{print $1}' |
444 | 2024-01-31T19:11:00.226Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-01-31T19:11:00.226Z | + [[ 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 ]] |
446 | 2024-01-31T19:11:00.226Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2024-01-31T19:11:00.226Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
448 | 2024-01-31T19:11:00.226Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
449 | 2024-01-31T19:11:00.227Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
450 | 2024-01-31T19:11:00.227Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
451 | 2024-01-31T19:11:00.227Z | + main |
452 | 2024-01-31T19:11:00.227Z | + [[ 0 != 0 ]] |
453 | 2024-01-31T19:11:00.227Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
454 | 2024-01-31T19:11:00.227Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
455 | 2024-01-31T19:11:00.227Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
456 | 2024-01-31T19:11:00.227Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
457 | 2024-01-31T19:11:00.227Z | + local DO_DOWNLOAD=true |
458 | 2024-01-31T19:11:00.227Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
459 | 2024-01-31T19:11:00.227Z | + mkdir -p out/downloads |
460 | 2024-01-31T19:11:00.227Z | + '[' true == true ']' |
461 | 2024-01-31T19:11:00.227Z | + echo Downloading... |
462 | 2024-01-31T19:11:00.227Z | Downloading... |
463 | 2024-01-31T19:11:00.228Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
464 | 2024-01-31T19:11:00.228Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
465 | 2024-01-31T19:11:00.390Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
466 | 2024-01-31T19:11:00.397Z | ++ case "$OSTYPE" in |
467 | 2024-01-31T19:11:00.398Z | ++ SHA=sha256sum |
468 | 2024-01-31T19:11:00.398Z | ++ sha256sum |
469 | 2024-01-31T19:11:00.398Z | ++ awk '{print $1}' |
470 | 2024-01-31T19:11:00.398Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
471 | 2024-01-31T19:11:00.398Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
472 | 2024-01-31T19:11:00.405Z | + set -o errexit |
473 | 2024-01-31T19:11:00.406Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2024-01-31T19:11:00.411Z | ++ cd ./tools |
475 | 2024-01-31T19:11:00.411Z | ++ pwd |
476 | 2024-01-31T19:11:00.411Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-01-31T19:11:00.411Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2024-01-31T19:11:00.411Z | + ARG0=ci_download_dendrite_openapi |
479 | 2024-01-31T19:11:00.411Z | + TARGET_DIR=out |
480 | 2024-01-31T19:11:00.411Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-01-31T19:11:00.411Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-01-31T19:11:00.411Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
483 | 2024-01-31T19:11:00.412Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
484 | 2024-01-31T19:11:00.412Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
485 | 2024-01-31T19:11:00.412Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
486 | 2024-01-31T19:11:00.412Z | + main |
487 | 2024-01-31T19:11:00.412Z | + [[ 0 != 0 ]] |
488 | 2024-01-31T19:11:00.412Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
489 | 2024-01-31T19:11:00.412Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
490 | 2024-01-31T19:11:00.413Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
491 | 2024-01-31T19:11:00.414Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
492 | 2024-01-31T19:11:00.414Z | + local DO_DOWNLOAD=true |
493 | 2024-01-31T19:11:00.414Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
494 | 2024-01-31T19:11:00.414Z | + mkdir -p out/downloads |
495 | 2024-01-31T19:11:00.419Z | + '[' true == true ']' |
496 | 2024-01-31T19:11:00.419Z | + echo Downloading... |
497 | 2024-01-31T19:11:00.420Z | Downloading... |
498 | 2024-01-31T19:11:00.420Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
499 | 2024-01-31T19:11:00.420Z | + 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 |
500 | 2024-01-31T19:11:00.642Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
501 | 2024-01-31T19:11:00.643Z | ++ case "$OSTYPE" in |
502 | 2024-01-31T19:11:00.649Z | ++ SHA=sha256sum |
503 | 2024-01-31T19:11:00.649Z | ++ sha256sum |
504 | 2024-01-31T19:11:00.649Z | ++ awk '{print $1}' |
505 | 2024-01-31T19:11:00.654Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
506 | 2024-01-31T19:11:00.654Z | + [[ 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 ]] |
507 | 2024-01-31T19:11:00.663Z | + set -o errexit |
508 | 2024-01-31T19:11:00.669Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2024-01-31T19:11:00.669Z | ++ cd ./tools |
510 | 2024-01-31T19:11:00.669Z | ++ pwd |
511 | 2024-01-31T19:11:00.670Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-01-31T19:11:00.670Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2024-01-31T19:11:00.670Z | + ARG0=ci_download_dendrite_stub |
514 | 2024-01-31T19:11:00.670Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2024-01-31T19:11:00.671Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
516 | 2024-01-31T19:11:00.671Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
517 | 2024-01-31T19:11:00.671Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
518 | 2024-01-31T19:11:00.671Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-01-31T19:11:00.672Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
520 | 2024-01-31T19:11:00.672Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
521 | 2024-01-31T19:11:00.672Z | + TARGET_DIR=out |
522 | 2024-01-31T19:11:00.673Z | + DOWNLOAD_DIR=out/downloads |
523 | 2024-01-31T19:11:00.673Z | + DEST_DIR=./out/dendrite-stub |
524 | 2024-01-31T19:11:00.674Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2024-01-31T19:11:00.674Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2024-01-31T19:11:00.674Z | + REPO=oxidecomputer/dendrite |
527 | 2024-01-31T19:11:00.674Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
528 | 2024-01-31T19:11:00.674Z | + main |
529 | 2024-01-31T19:11:00.674Z | + [[ 0 != 0 ]] |
530 | 2024-01-31T19:11:00.675Z | + CIDL_OS=solaris2.11 |
531 | 2024-01-31T19:11:00.675Z | + [[ 0 != 0 ]] |
532 | 2024-01-31T19:11:00.675Z | + configure_os solaris2.11 |
533 | 2024-01-31T19:11:00.675Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-01-31T19:11:00.675Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-01-31T19:11:00.675Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-01-31T19:11:00.676Z | configuring based on OS: "solaris2.11" |
537 | 2024-01-31T19:11:00.676Z | + case "$1" in |
538 | 2024-01-31T19:11:00.676Z | + SET_BINARIES= |
539 | 2024-01-31T19:11:00.676Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
540 | 2024-01-31T19:11:00.676Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-01-31T19:11:00.677Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-01-31T19:11:00.677Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
543 | 2024-01-31T19:11:00.677Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2024-01-31T19:11:00.678Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
545 | 2024-01-31T19:11:00.678Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-01-31T19:11:00.678Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
547 | 2024-01-31T19:11:00.678Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-01-31T19:11:00.678Z | + mkdir -p out/downloads |
549 | 2024-01-31T19:11:00.687Z | + mkdir -p ./out/dendrite-stub |
550 | 2024-01-31T19:11:00.687Z | + fetch_and_verify |
551 | 2024-01-31T19:11:00.687Z | + local DO_DOWNLOAD=true |
552 | 2024-01-31T19:11:00.687Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2024-01-31T19:11:00.687Z | + '[' true == true ']' |
554 | 2024-01-31T19:11:00.688Z | + echo Downloading... |
555 | 2024-01-31T19:11:00.688Z | Downloading... |
556 | 2024-01-31T19:11:00.688Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2024-01-31T19:11:00.688Z | + 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 |
558 | 2024-01-31T19:11:12.916Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2024-01-31T19:11:12.928Z | ++ sha256sum |
560 | 2024-01-31T19:11:12.929Z | ++ awk '{print $1}' |
561 | 2024-01-31T19:11:13.021Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
562 | 2024-01-31T19:11:13.021Z | + [[ 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 ]] |
563 | 2024-01-31T19:11:13.036Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2024-01-31T19:11:13.036Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2024-01-31T19:11:14.293Z | + do_assemble |
566 | 2024-01-31T19:11:14.293Z | + rm -r ./out/dendrite-stub |
567 | 2024-01-31T19:11:14.311Z | + mkdir ./out/dendrite-stub |
568 | 2024-01-31T19:11:14.311Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2024-01-31T19:11:14.312Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2024-01-31T19:11:14.312Z | + set -o errexit |
571 | 2024-01-31T19:11:14.312Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2024-01-31T19:11:14.312Z | ++ cd ./tools |
573 | 2024-01-31T19:11:14.312Z | ++ pwd |
574 | 2024-01-31T19:11:14.312Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-01-31T19:11:14.312Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2024-01-31T19:11:14.312Z | + ARG0=ci_download_maghemite_mgd |
577 | 2024-01-31T19:11:14.313Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2024-01-31T19:11:14.313Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
579 | 2024-01-31T19:11:14.314Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
580 | 2024-01-31T19:11:14.314Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2024-01-31T19:11:14.314Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
582 | 2024-01-31T19:11:14.314Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
583 | 2024-01-31T19:11:14.314Z | + TARGET_DIR=out |
584 | 2024-01-31T19:11:14.314Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-01-31T19:11:14.314Z | + DEST_DIR=./out/mgd |
586 | 2024-01-31T19:11:14.314Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2024-01-31T19:11:14.314Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2024-01-31T19:11:14.314Z | + REPO=oxidecomputer/maghemite |
589 | 2024-01-31T19:11:14.314Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
590 | 2024-01-31T19:11:14.314Z | + main |
591 | 2024-01-31T19:11:14.314Z | + [[ 0 != 0 ]] |
592 | 2024-01-31T19:11:14.315Z | + CIDL_OS=solaris2.11 |
593 | 2024-01-31T19:11:14.315Z | + [[ 0 != 0 ]] |
594 | 2024-01-31T19:11:14.315Z | + configure_os solaris2.11 |
595 | 2024-01-31T19:11:14.315Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2024-01-31T19:11:14.315Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-01-31T19:11:14.315Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2024-01-31T19:11:14.315Z | + case "$1" in |
599 | 2024-01-31T19:11:14.315Z | + SET_BINARIES= |
600 | 2024-01-31T19:11:14.315Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-01-31T19:11:14.315Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-01-31T19:11:14.315Z | configuring based on OS: "solaris2.11" |
603 | 2024-01-31T19:11:14.316Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
604 | 2024-01-31T19:11:14.316Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2024-01-31T19:11:14.316Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
606 | 2024-01-31T19:11:14.316Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
607 | 2024-01-31T19:11:14.317Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-01-31T19:11:14.317Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-01-31T19:11:14.317Z | + mkdir -p out/downloads |
610 | 2024-01-31T19:11:14.317Z | + mkdir -p ./out/mgd |
611 | 2024-01-31T19:11:14.317Z | + fetch_and_verify |
612 | 2024-01-31T19:11:14.317Z | + local DO_DOWNLOAD=true |
613 | 2024-01-31T19:11:14.317Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2024-01-31T19:11:14.317Z | + '[' true == true ']' |
615 | 2024-01-31T19:11:14.317Z | + echo Downloading... |
616 | 2024-01-31T19:11:14.317Z | Downloading... |
617 | 2024-01-31T19:11:14.317Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2024-01-31T19:11:14.317Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
619 | 2024-01-31T19:11:19.410Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2024-01-31T19:11:19.414Z | ++ sha256sum |
621 | 2024-01-31T19:11:19.414Z | ++ awk '{print $1}' |
622 | 2024-01-31T19:11:19.488Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
623 | 2024-01-31T19:11:19.489Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
624 | 2024-01-31T19:11:19.492Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2024-01-31T19:11:19.493Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2024-01-31T19:11:20.167Z | + do_assemble |
627 | 2024-01-31T19:11:20.167Z | + rm -r ./out/mgd |
628 | 2024-01-31T19:11:20.173Z | + mkdir ./out/mgd |
629 | 2024-01-31T19:11:20.173Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2024-01-31T19:11:20.804Z | + set -o errexit |
631 | 2024-01-31T19:11:20.808Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2024-01-31T19:11:20.808Z | ++ cd ./tools |
633 | 2024-01-31T19:11:20.808Z | ++ pwd |
634 | 2024-01-31T19:11:20.808Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2024-01-31T19:11:20.808Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2024-01-31T19:11:20.808Z | + ARG0=ci_download_transceiver_control |
637 | 2024-01-31T19:11:20.808Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2024-01-31T19:11:20.808Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-01-31T19:11:20.808Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-01-31T19:11:20.808Z | + TARGET_DIR=out |
641 | 2024-01-31T19:11:20.808Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-01-31T19:11:20.808Z | + DEST_DIR=./out/transceiver-control |
643 | 2024-01-31T19:11:20.808Z | + BIN_DIR=/opt/oxide/bin |
644 | 2024-01-31T19:11:20.808Z | + BINARY=xcvradm |
645 | 2024-01-31T19:11:20.808Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2024-01-31T19:11:20.808Z | + REPO=oxidecomputer/transceiver-control |
647 | 2024-01-31T19:11:20.808Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-01-31T19:11:20.808Z | + main |
649 | 2024-01-31T19:11:20.808Z | + [[ 0 != 0 ]] |
650 | 2024-01-31T19:11:20.808Z | + CIDL_OS=solaris2.11 |
651 | 2024-01-31T19:11:20.809Z | + [[ 0 != 0 ]] |
652 | 2024-01-31T19:11:20.809Z | + configure_os solaris2.11 |
653 | 2024-01-31T19:11:20.809Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-01-31T19:11:20.809Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-01-31T19:11:20.809Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2024-01-31T19:11:20.809Z | + case "$1" in |
657 | 2024-01-31T19:11:20.809Z | configuring based on OS: "solaris2.11" |
658 | 2024-01-31T19:11:20.809Z | + SET_BINARIES= |
659 | 2024-01-31T19:11:20.809Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-01-31T19:11:20.809Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2024-01-31T19:11:20.809Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2024-01-31T19:11:20.809Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-01-31T19:11:20.809Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2024-01-31T19:11:20.809Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2024-01-31T19:11:20.809Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-01-31T19:11:20.809Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-01-31T19:11:20.809Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-01-31T19:11:20.809Z | + mkdir -p out/downloads |
669 | 2024-01-31T19:11:20.809Z | + mkdir -p ./out/transceiver-control |
670 | 2024-01-31T19:11:20.809Z | + fetch_and_verify |
671 | 2024-01-31T19:11:20.809Z | + local DO_DOWNLOAD=true |
672 | 2024-01-31T19:11:20.809Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2024-01-31T19:11:20.809Z | + '[' true == true ']' |
674 | 2024-01-31T19:11:20.810Z | + echo Downloading... |
675 | 2024-01-31T19:11:20.810Z | Downloading... |
676 | 2024-01-31T19:11:20.810Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2024-01-31T19:11:20.810Z | + 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 |
678 | 2024-01-31T19:11:23.656Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2024-01-31T19:11:23.659Z | ++ sha256sum |
680 | 2024-01-31T19:11:23.659Z | ++ awk '{print $1}' |
681 | 2024-01-31T19:11:23.683Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-01-31T19:11:23.683Z | + [[ 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 ]] |
683 | 2024-01-31T19:11:23.687Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2024-01-31T19:11:23.687Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2024-01-31T19:11:23.687Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2024-01-31T19:11:23.864Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2024-01-31T19:11:23.867Z | + do_assemble |
688 | 2024-01-31T19:11:23.867Z | + rm -r ./out/transceiver-control |
689 | 2024-01-31T19:11:23.872Z | + mkdir ./out/transceiver-control |
690 | 2024-01-31T19:11:23.875Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2024-01-31T19:11:24.079Z | All prerequisites installed successfully |
692 | 2024-01-31T19:11:24.082Z | |
693 | 2024-01-31T19:11:24.082Z | real 2:02.151101842 |
694 | 2024-01-31T19:11:24.082Z | user 53.015777215 |
695 | 2024-01-31T19:11:24.082Z | sys 10.415400440 |
696 | 2024-01-31T19:11:24.082Z | trap 0.024354240 |
697 | 2024-01-31T19:11:24.082Z | tflt 0.227839509 |
698 | 2024-01-31T19:11:24.082Z | dflt 0.333848534 |
699 | 2024-01-31T19:11:24.082Z | kflt 0.190172013 |
700 | 2024-01-31T19:11:24.082Z | lock 1.969724549 |
701 | 2024-01-31T19:11:24.082Z | slp 3:47.502142574 |
702 | 2024-01-31T19:11:24.082Z | lat 3.278225444 |
703 | 2024-01-31T19:11:24.083Z | stop 0.067774598 |
704 | 2024-01-31T19:11:24.084Z | + ptime -m ./tools/ci_download_softnpu_machinery |
705 | 2024-01-31T19:11:24.103Z | fetching npuzone |
706 | 2024-01-31T19:11:24.107Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
707 | 2024-01-31T19:11:24.107Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
708 | 2024-01-31T19:11:24.107Z | Getting hash for npuzone |
709 | 2024-01-31T19:11:24.294Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
710 | 2024-01-31T19:11:33.734Z | npuzone downloaded successfully |
711 | 2024-01-31T19:11:33.778Z | |
712 | 2024-01-31T19:11:33.778Z | real 9.452693820 |
713 | 2024-01-31T19:11:33.778Z | user 0.564967287 |
714 | 2024-01-31T19:11:33.778Z | sys 0.164692253 |
715 | 2024-01-31T19:11:33.778Z | trap 0.000233701 |
716 | 2024-01-31T19:11:33.778Z | tflt 0.000000000 |
717 | 2024-01-31T19:11:33.778Z | dflt 0.000000000 |
718 | 2024-01-31T19:11:33.778Z | kflt 0.000000000 |
719 | 2024-01-31T19:11:33.778Z | lock 0.000000000 |
720 | 2024-01-31T19:11:33.778Z | slp 27.434716001 |
721 | 2024-01-31T19:11:33.778Z | lat 0.157919935 |
722 | 2024-01-31T19:11:33.778Z | stop 0.000262708 |
723 | 2024-01-31T19:11:33.778Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-01-31T19:11:33.778Z | + CARGO_INCREMENTAL=0 |
725 | 2024-01-31T19:11:33.778Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
726 | 2024-01-31T19:11:33.889Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-01-31T19:11:34.240Z | Updating crates.io index |
728 | 2024-01-31T19:11:34.352Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-01-31T19:11:35.217Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-01-31T19:11:37.613Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-01-31T19:11:38.283Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-01-31T19:11:38.647Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-01-31T19:11:38.923Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-01-31T19:11:39.209Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-01-31T19:11:40.285Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-01-31T19:11:42.951Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-01-31T19:11:44.173Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-01-31T19:11:44.524Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-01-31T19:11:45.063Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-01-31T19:11:45.439Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-01-31T19:11:45.855Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-01-31T19:11:46.109Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-01-31T19:11:46.621Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-01-31T19:11:47.153Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-01-31T19:11:47.442Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-01-31T19:11:48.134Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2024-01-31T19:11:48.376Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-01-31T19:11:48.746Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-01-31T19:11:50.195Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-01-31T19:11:50.616Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-01-31T19:11:52.390Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-01-31T19:11:52.887Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-01-31T19:11:53.140Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-01-31T19:11:54.922Z | Downloading crates ... |
755 | 2024-01-31T19:11:55.173Z | Downloaded managed v0.8.0 |
756 | 2024-01-31T19:11:55.178Z | Downloaded async-recursion v1.0.5 |
757 | 2024-01-31T19:11:55.185Z | Downloaded assert_matches v1.5.0 |
758 | 2024-01-31T19:11:55.189Z | Downloaded ahash v0.8.6 |
759 | 2024-01-31T19:11:55.194Z | Downloaded base16ct v0.2.0 |
760 | 2024-01-31T19:11:55.198Z | Downloaded block-buffer v0.10.4 |
761 | 2024-01-31T19:11:55.205Z | Downloaded async-trait v0.1.77 |
762 | 2024-01-31T19:11:55.217Z | Downloaded memmap v0.7.0 |
763 | 2024-01-31T19:11:55.226Z | Downloaded bb8 v0.8.1 |
764 | 2024-01-31T19:11:55.235Z | Downloaded anstyle-query v1.0.0 |
765 | 2024-01-31T19:11:55.246Z | Downloaded nanorand v0.7.0 |
766 | 2024-01-31T19:11:55.255Z | Downloaded anyhow v1.0.75 |
767 | 2024-01-31T19:11:55.258Z | Downloaded colorchoice v1.0.0 |
768 | 2024-01-31T19:11:55.258Z | Downloaded console v0.15.8 |
769 | 2024-01-31T19:11:55.267Z | Downloaded ciborium-io v0.2.2 |
770 | 2024-01-31T19:11:55.270Z | Downloaded hubpack_derive v0.1.1 |
771 | 2024-01-31T19:11:55.274Z | Downloaded atomicwrites v0.4.3 |
772 | 2024-01-31T19:11:55.278Z | Downloaded impl-trait-for-tuples v0.2.2 |
773 | 2024-01-31T19:11:55.284Z | Downloaded crossbeam-deque v0.8.3 |
774 | 2024-01-31T19:11:55.291Z | Downloaded newtype_derive v0.1.6 |
775 | 2024-01-31T19:11:55.295Z | Downloaded is-terminal v0.4.9 |
776 | 2024-01-31T19:11:55.299Z | Downloaded lazy_static v1.4.0 |
777 | 2024-01-31T19:11:55.303Z | Downloaded crossbeam v0.8.2 |
778 | 2024-01-31T19:11:55.307Z | Downloaded cipher v0.4.4 |
779 | 2024-01-31T19:11:55.311Z | Downloaded cassowary v0.3.0 |
780 | 2024-01-31T19:11:55.316Z | Downloaded crunchy v0.2.2 |
781 | 2024-01-31T19:11:55.320Z | Downloaded hyper-tls v0.5.0 |
782 | 2024-01-31T19:11:55.324Z | Downloaded curve25519-dalek-derive v0.1.0 |
783 | 2024-01-31T19:11:55.327Z | Downloaded num-derive v0.4.0 |
784 | 2024-01-31T19:11:55.331Z | Downloaded match_cfg v0.1.0 |
785 | 2024-01-31T19:11:55.334Z | Downloaded tower-service v0.3.2 |
786 | 2024-01-31T19:11:55.337Z | Downloaded maybe-uninit v2.0.0 |
787 | 2024-01-31T19:11:55.340Z | Downloaded cpufeatures v0.2.12 |
788 | 2024-01-31T19:11:55.346Z | Downloaded num v0.4.1 |
789 | 2024-01-31T19:11:55.350Z | Downloaded waitgroup v0.1.2 |
790 | 2024-01-31T19:11:55.350Z | Downloaded crypto-bigint v0.5.2 |
791 | 2024-01-31T19:11:55.364Z | Downloaded crossbeam-queue v0.3.8 |
792 | 2024-01-31T19:11:55.368Z | Downloaded foreign-types v0.3.2 |
793 | 2024-01-31T19:11:55.372Z | Downloaded miniz_oxide v0.7.1 |
794 | 2024-01-31T19:11:55.375Z | Downloaded crc-catalog v2.2.0 |
795 | 2024-01-31T19:11:55.379Z | Downloaded clap_derive v4.4.2 |
796 | 2024-01-31T19:11:55.384Z | Downloaded libsw v3.3.1 |
797 | 2024-01-31T19:11:55.388Z | Downloaded semver v0.11.0 |
798 | 2024-01-31T19:11:55.393Z | Downloaded linked-hash-map v0.5.6 |
799 | 2024-01-31T19:11:55.398Z | Downloaded corncobs v0.1.3 |
800 | 2024-01-31T19:11:55.401Z | Downloaded tinyvec_macros v0.1.1 |
801 | 2024-01-31T19:11:55.405Z | Downloaded arc-swap v1.6.0 |
802 | 2024-01-31T19:11:55.411Z | Downloaded debug-ignore v1.0.5 |
803 | 2024-01-31T19:11:55.415Z | Downloaded usdt-attr-macro v0.5.0 |
804 | 2024-01-31T19:11:55.419Z | Downloaded darling v0.14.4 |
805 | 2024-01-31T19:11:55.425Z | Downloaded fragile v2.0.0 |
806 | 2024-01-31T19:11:55.447Z | Downloaded crc32fast v1.3.2 |
807 | 2024-01-31T19:11:55.447Z | Downloaded semver v1.0.21 |
808 | 2024-01-31T19:11:55.447Z | Downloaded darling v0.20.3 |
809 | 2024-01-31T19:11:55.452Z | Downloaded utf8parse v0.2.1 |
810 | 2024-01-31T19:11:55.452Z | Downloaded data-encoding v2.4.0 |
811 | 2024-01-31T19:11:55.452Z | Downloaded ipnet v2.9.0 |
812 | 2024-01-31T19:11:55.452Z | Downloaded dyn-clone v1.0.13 |
813 | 2024-01-31T19:11:55.456Z | Downloaded slab v0.4.9 |
814 | 2024-01-31T19:11:55.471Z | Downloaded dof v0.3.0 |
815 | 2024-01-31T19:11:55.471Z | Downloaded oso-derive v0.27.0 |
816 | 2024-01-31T19:11:55.476Z | Downloaded clang-sys v1.6.1 |
817 | 2024-01-31T19:11:55.476Z | Downloaded test-strategy v0.3.1 |
818 | 2024-01-31T19:11:55.476Z | Downloaded time-core v0.1.1 |
819 | 2024-01-31T19:11:55.480Z | Downloaded signature v1.6.4 |
820 | 2024-01-31T19:11:55.483Z | Downloaded strum_macros v0.24.3 |
821 | 2024-01-31T19:11:55.487Z | Downloaded num-complex v0.4.4 |
822 | 2024-01-31T19:11:55.492Z | Downloaded crossbeam-utils v0.8.16 |
823 | 2024-01-31T19:11:55.496Z | Downloaded phf_shared v0.10.0 |
824 | 2024-01-31T19:11:55.498Z | Downloaded crossbeam-epoch v0.9.15 |
825 | 2024-01-31T19:11:55.502Z | Downloaded string_cache v0.8.7 |
826 | 2024-01-31T19:11:55.506Z | Downloaded rustls-pki-types v1.1.0 |
827 | 2024-01-31T19:11:55.510Z | Downloaded predicates-core v1.0.6 |
828 | 2024-01-31T19:11:55.511Z | Downloaded wyz v0.5.1 |
829 | 2024-01-31T19:11:55.514Z | Downloaded term v0.7.0 |
830 | 2024-01-31T19:11:55.519Z | Downloaded futures-core v0.3.30 |
831 | 2024-01-31T19:11:55.523Z | Downloaded zerocopy v0.6.4 |
832 | 2024-01-31T19:11:55.527Z | Downloaded defmt v0.3.5 |
833 | 2024-01-31T19:11:55.545Z | Downloaded darling_macro v0.20.3 |
834 | 2024-01-31T19:11:55.550Z | Downloaded darling_macro v0.14.4 |
835 | 2024-01-31T19:11:55.550Z | Downloaded serde-big-array v0.4.1 |
836 | 2024-01-31T19:11:55.551Z | Downloaded toml v0.5.11 |
837 | 2024-01-31T19:11:55.551Z | Downloaded time-macros v0.2.13 |
838 | 2024-01-31T19:11:55.556Z | Downloaded base64 v0.21.7 |
839 | 2024-01-31T19:11:55.563Z | Downloaded pest_generator v2.7.6 |
840 | 2024-01-31T19:11:55.563Z | Downloaded phf v0.11.2 |
841 | 2024-01-31T19:11:55.567Z | Downloaded termios v0.3.3 |
842 | 2024-01-31T19:11:55.570Z | Downloaded termcolor v1.2.0 |
843 | 2024-01-31T19:11:55.571Z | Downloaded sha2 v0.10.8 |
844 | 2024-01-31T19:11:55.575Z | Downloaded bytes v1.5.0 |
845 | 2024-01-31T19:11:55.583Z | Downloaded openssl-macros v0.1.1 |
846 | 2024-01-31T19:11:55.594Z | Downloaded openssl-probe v0.1.5 |
847 | 2024-01-31T19:11:55.597Z | Downloaded pin-project-lite v0.2.13 |
848 | 2024-01-31T19:11:55.597Z | Downloaded usdt-attr-macro v0.3.5 |
849 | 2024-01-31T19:11:55.601Z | Downloaded pkg-config v0.3.27 |
850 | 2024-01-31T19:11:55.604Z | Downloaded sqlparser_derive v0.2.2 |
851 | 2024-01-31T19:11:55.604Z | Downloaded postgres-types v0.2.6 |
852 | 2024-01-31T19:11:55.607Z | Downloaded proc-macro-error-attr v1.0.4 |
853 | 2024-01-31T19:11:55.610Z | Downloaded toolchain_find v0.2.0 |
854 | 2024-01-31T19:11:55.613Z | Downloaded fastrand v2.0.0 |
855 | 2024-01-31T19:11:55.616Z | Downloaded structmeta v0.2.0 |
856 | 2024-01-31T19:11:55.619Z | Downloaded path-slash v0.1.5 |
857 | 2024-01-31T19:11:55.621Z | Downloaded tokio-rustls v0.24.1 |
858 | 2024-01-31T19:11:55.625Z | Downloaded packed_struct_codegen v0.10.1 |
859 | 2024-01-31T19:11:55.628Z | Downloaded predicates v3.1.0 |
860 | 2024-01-31T19:11:55.634Z | Downloaded ryu v1.0.15 |
861 | 2024-01-31T19:11:55.640Z | Downloaded peeking_take_while v0.1.2 |
862 | 2024-01-31T19:11:55.643Z | Downloaded rustls-pemfile v2.0.0 |
863 | 2024-01-31T19:11:55.647Z | Downloaded foreign-types v0.5.0 |
864 | 2024-01-31T19:11:55.650Z | Downloaded ron v0.8.1 |
865 | 2024-01-31T19:11:55.665Z | Downloaded utf-8 v0.7.6 |
866 | 2024-01-31T19:11:55.671Z | Downloaded parse-display-derive v0.8.2 |
867 | 2024-01-31T19:11:55.671Z | Downloaded diesel_table_macro_syntax v0.1.0 |
868 | 2024-01-31T19:11:55.671Z | Downloaded equivalent v1.0.1 |
869 | 2024-01-31T19:11:55.671Z | Downloaded rpassword v7.3.1 |
870 | 2024-01-31T19:11:55.680Z | Downloaded snafu v0.7.5 |
871 | 2024-01-31T19:11:55.799Z | Downloaded headers-core v0.2.0 |
872 | 2024-01-31T19:11:55.814Z | Downloaded group v0.13.0 |
873 | 2024-01-31T19:11:55.814Z | Downloaded shlex v1.3.0 |
874 | 2024-01-31T19:11:55.815Z | Downloaded toml v0.8.8 |
875 | 2024-01-31T19:11:55.815Z | Downloaded try-lock v0.2.4 |
876 | 2024-01-31T19:11:55.815Z | Downloaded rand_core v0.6.4 |
877 | 2024-01-31T19:11:55.815Z | Downloaded textwrap v0.16.0 |
878 | 2024-01-31T19:11:55.815Z | Downloaded flume v0.11.0 |
879 | 2024-01-31T19:11:55.815Z | Downloaded matches v0.1.10 |
880 | 2024-01-31T19:11:55.815Z | Downloaded pretty-hex v0.4.1 |
881 | 2024-01-31T19:11:55.815Z | Downloaded xattr v1.0.1 |
882 | 2024-01-31T19:11:55.815Z | Downloaded foreign-types-macros v0.2.3 |
883 | 2024-01-31T19:11:55.815Z | Downloaded parking_lot v0.11.2 |
884 | 2024-01-31T19:11:55.816Z | Downloaded strum v0.25.0 |
885 | 2024-01-31T19:11:55.816Z | Downloaded fd-lock v3.0.13 |
886 | 2024-01-31T19:11:55.816Z | Downloaded unicode-ident v1.0.12 |
887 | 2024-01-31T19:11:55.816Z | Downloaded signal-hook v0.3.17 |
888 | 2024-01-31T19:11:55.816Z | Downloaded vte_generate_state_changes v0.1.1 |
889 | 2024-01-31T19:11:55.816Z | Downloaded typenum v1.16.0 |
890 | 2024-01-31T19:11:55.816Z | Downloaded pem v3.0.2 |
891 | 2024-01-31T19:11:55.816Z | Downloaded unarray v0.1.4 |
892 | 2024-01-31T19:11:55.816Z | Downloaded unicode_categories v0.1.1 |
893 | 2024-01-31T19:11:55.816Z | Downloaded doc-comment v0.3.3 |
894 | 2024-01-31T19:11:55.817Z | Downloaded usdt-macro v0.3.5 |
895 | 2024-01-31T19:11:55.817Z | Downloaded usdt-impl v0.5.0 |
896 | 2024-01-31T19:11:55.817Z | Downloaded subtle v2.5.0 |
897 | 2024-01-31T19:11:55.817Z | Downloaded slog-envlogger v2.2.0 |
898 | 2024-01-31T19:11:55.817Z | Downloaded derive_builder v0.12.0 |
899 | 2024-01-31T19:11:55.817Z | Downloaded zone_cfg_derive v0.3.0 |
900 | 2024-01-31T19:11:55.817Z | Downloaded version_check v0.9.4 |
901 | 2024-01-31T19:11:55.817Z | Downloaded tiny-keccak v2.0.2 |
902 | 2024-01-31T19:11:55.818Z | Downloaded dof v0.1.5 |
903 | 2024-01-31T19:11:55.818Z | Downloaded radium v0.7.0 |
904 | 2024-01-31T19:11:55.818Z | Downloaded untrusted v0.7.1 |
905 | 2024-01-31T19:11:55.818Z | Downloaded fallible-iterator v0.2.0 |
906 | 2024-01-31T19:11:55.822Z | Downloaded scroll v0.12.0 |
907 | 2024-01-31T19:11:55.822Z | Downloaded usdt v0.3.5 |
908 | 2024-01-31T19:11:55.822Z | Downloaded untrusted v0.9.0 |
909 | 2024-01-31T19:11:55.822Z | Downloaded parse-display v0.8.2 |
910 | 2024-01-31T19:11:55.823Z | Downloaded futures-io v0.3.30 |
911 | 2024-01-31T19:11:55.823Z | Downloaded stability v0.1.1 |
912 | 2024-01-31T19:11:55.823Z | Downloaded fd-lock v4.0.2 |
913 | 2024-01-31T19:11:55.827Z | Downloaded serde_tokenstream v0.1.7 |
914 | 2024-01-31T19:11:55.831Z | Downloaded serde_yaml v0.9.25 |
915 | 2024-01-31T19:11:55.836Z | Downloaded unicode-bidi v0.3.13 |
916 | 2024-01-31T19:11:55.840Z | Downloaded slog-scope v4.4.0 |
917 | 2024-01-31T19:11:55.846Z | Downloaded structmeta-derive v0.2.0 |
918 | 2024-01-31T19:11:55.846Z | Downloaded slog-dtrace v0.3.0 |
919 | 2024-01-31T19:11:55.851Z | Downloaded once_cell v1.19.0 |
920 | 2024-01-31T19:11:55.855Z | Downloaded olpc-cjson v0.1.3 |
921 | 2024-01-31T19:11:55.855Z | Downloaded heck v0.4.1 |
922 | 2024-01-31T19:11:55.863Z | Downloaded derive_builder_macro v0.12.0 |
923 | 2024-01-31T19:11:55.863Z | Downloaded scopeguard v1.2.0 |
924 | 2024-01-31T19:11:55.868Z | Downloaded thiserror-no-std v2.0.2 |
925 | 2024-01-31T19:11:55.872Z | Downloaded want v0.3.1 |
926 | 2024-01-31T19:11:55.872Z | Downloaded zerocopy-derive v0.7.32 |
927 | 2024-01-31T19:11:55.879Z | Downloaded proc-macro-crate v1.3.1 |
928 | 2024-01-31T19:11:55.884Z | Downloaded secrecy v0.8.0 |
929 | 2024-01-31T19:11:55.884Z | Downloaded downcast v0.11.0 |
930 | 2024-01-31T19:11:55.901Z | Downloaded pin-utils v0.1.0 |
931 | 2024-01-31T19:11:55.902Z | Downloaded ff v0.13.0 |
932 | 2024-01-31T19:11:55.907Z | Downloaded either v1.9.0 |
933 | 2024-01-31T19:11:55.907Z | Downloaded heapless v0.8.0 |
934 | 2024-01-31T19:11:55.907Z | Downloaded ref-cast-impl v1.0.20 |
935 | 2024-01-31T19:11:55.907Z | Downloaded percent-encoding v2.3.1 |
936 | 2024-01-31T19:11:55.909Z | Downloaded plain v0.2.3 |
937 | 2024-01-31T19:11:55.909Z | Downloaded structopt-derive v0.4.18 |
938 | 2024-01-31T19:11:55.924Z | Downloaded rustc_version v0.1.7 |
939 | 2024-01-31T19:11:55.924Z | Downloaded postcard v1.0.8 |
940 | 2024-01-31T19:11:55.924Z | Downloaded url v2.5.0 |
941 | 2024-01-31T19:11:55.929Z | Downloaded rustc_version v0.4.0 |
942 | 2024-01-31T19:11:55.929Z | Downloaded pem-rfc7468 v0.7.0 |
943 | 2024-01-31T19:11:55.929Z | Downloaded deranged v0.3.8 |
944 | 2024-01-31T19:11:55.935Z | Downloaded dirs-sys-next v0.1.2 |
945 | 2024-01-31T19:11:55.935Z | Downloaded tabled_derive v0.7.0 |
946 | 2024-01-31T19:11:55.940Z | Downloaded serde_spanned v0.6.4 |
947 | 2024-01-31T19:11:55.941Z | Downloaded packed_struct v0.10.1 |
948 | 2024-01-31T19:11:55.941Z | Downloaded difflib v0.4.0 |
949 | 2024-01-31T19:11:55.941Z | Downloaded serde_derive_internals v0.26.0 |
950 | 2024-01-31T19:11:55.946Z | Downloaded openssl-sys v0.9.96 |
951 | 2024-01-31T19:11:55.958Z | Downloaded semver-parser v0.10.2 |
952 | 2024-01-31T19:11:55.976Z | Downloaded sct v0.7.0 |
953 | 2024-01-31T19:11:55.976Z | Downloaded slog v2.7.0 |
954 | 2024-01-31T19:11:55.984Z | Downloaded parking_lot_core v0.8.6 |
955 | 2024-01-31T19:11:55.984Z | Downloaded stringprep v0.1.3 |
956 | 2024-01-31T19:11:55.984Z | Downloaded thiserror-impl-no-std v2.0.2 |
957 | 2024-01-31T19:11:55.984Z | Downloaded parking_lot_core v0.9.8 |
958 | 2024-01-31T19:11:55.984Z | Downloaded defmt-macros v0.3.6 |
959 | 2024-01-31T19:11:55.988Z | Downloaded aho-corasick v1.0.4 |
960 | 2024-01-31T19:11:55.995Z | Downloaded pkcs8 v0.10.2 |
961 | 2024-01-31T19:11:56.003Z | Downloaded socket2 v0.4.9 |
962 | 2024-01-31T19:11:56.008Z | Downloaded proc-macro-error v1.0.4 |
963 | 2024-01-31T19:11:56.011Z | Downloaded fnv v1.0.7 |
964 | 2024-01-31T19:11:56.015Z | Downloaded trust-dns-client v0.22.0 |
965 | 2024-01-31T19:11:56.022Z | Downloaded diesel_derives v2.1.2 |
966 | 2024-01-31T19:11:56.028Z | Downloaded serde_with_macros v3.5.1 |
967 | 2024-01-31T19:11:56.032Z | Downloaded unsafe-libyaml v0.2.10 |
968 | 2024-01-31T19:11:56.038Z | Downloaded toml_edit v0.21.0 |
969 | 2024-01-31T19:11:56.081Z | Downloaded serde_derive v1.0.195 |
970 | 2024-01-31T19:11:56.092Z | Downloaded socket2 v0.5.5 |
971 | 2024-01-31T19:11:56.092Z | Downloaded papergrid v0.11.0 |
972 | 2024-01-31T19:11:56.102Z | Downloaded tracing-core v0.1.31 |
973 | 2024-01-31T19:11:56.116Z | Downloaded goblin v0.8.0 |
974 | 2024-01-31T19:11:56.119Z | Downloaded x509-cert v0.2.4 |
975 | 2024-01-31T19:11:56.123Z | Downloaded bindgen v0.69.2 |
976 | 2024-01-31T19:11:56.137Z | Downloaded rustls-webpki v0.102.1 |
977 | 2024-01-31T19:11:56.171Z | Downloaded der v0.7.8 |
978 | 2024-01-31T19:11:56.180Z | Downloaded tracing v0.1.37 |
979 | 2024-01-31T19:11:56.188Z | Downloaded tokio-postgres v0.7.10 |
980 | 2024-01-31T19:11:56.197Z | Downloaded quick-xml v0.30.0 |
981 | 2024-01-31T19:11:56.207Z | Downloaded http v0.2.11 |
982 | 2024-01-31T19:11:56.214Z | Downloaded hashbrown v0.13.2 |
983 | 2024-01-31T19:11:56.223Z | Downloaded unicode-segmentation v1.10.1 |
984 | 2024-01-31T19:11:56.239Z | Downloaded tabled v0.15.0 |
985 | 2024-01-31T19:11:56.258Z | Downloaded reedline v0.28.0 |
986 | 2024-01-31T19:11:56.271Z | Downloaded h2 v0.3.24 |
987 | 2024-01-31T19:11:56.283Z | Downloaded reqwest v0.11.22 |
988 | 2024-01-31T19:11:56.298Z | Downloaded trust-dns-proto v0.22.0 |
989 | 2024-01-31T19:11:56.320Z | Downloaded sqlparser v0.43.1 |
990 | 2024-01-31T19:11:56.331Z | Downloaded rustls-webpki v0.101.7 |
991 | 2024-01-31T19:11:56.359Z | Downloaded smoltcp v0.9.1 |
992 | 2024-01-31T19:11:56.388Z | Downloaded radix_trie v0.2.1 |
993 | 2024-01-31T19:11:56.804Z | Downloaded rustls v0.21.9 |
994 | 2024-01-31T19:11:56.807Z | Downloaded diesel v2.1.4 |
995 | 2024-01-31T19:11:56.807Z | Downloaded object v0.32.1 |
996 | 2024-01-31T19:11:56.808Z | Downloaded regress v0.7.1 |
997 | 2024-01-31T19:11:56.808Z | Downloaded regex-syntax v0.7.5 |
998 | 2024-01-31T19:11:56.808Z | Downloaded webpki-roots v0.25.2 |
999 | 2024-01-31T19:11:56.808Z | Downloaded regex-syntax v0.6.29 |
1000 | 2024-01-31T19:11:56.808Z | Downloaded polar-core v0.27.0 |
1001 | 2024-01-31T19:11:56.808Z | Downloaded smoltcp v0.11.0 |
1002 | 2024-01-31T19:11:56.808Z | Downloaded rustix v0.38.30 |
1003 | 2024-01-31T19:11:56.808Z | Downloaded regex-automata v0.4.4 |
1004 | 2024-01-31T19:11:56.808Z | Downloaded regex-automata v0.3.8 |
1005 | 2024-01-31T19:11:56.808Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1006 | 2024-01-31T19:11:56.808Z | Downloaded libc v0.2.152 |
1007 | 2024-01-31T19:11:56.808Z | Downloaded tokio v1.35.1 |
1008 | 2024-01-31T19:11:56.845Z | Downloaded sha3 v0.10.8 |
1009 | 2024-01-31T19:11:56.859Z | Downloaded regex-syntax v0.8.2 |
1010 | 2024-01-31T19:11:56.875Z | Downloaded openapiv3 v2.0.0 |
1011 | 2024-01-31T19:11:56.900Z | Downloaded zerocopy-derive v0.2.0 |
1012 | 2024-01-31T19:11:56.920Z | Downloaded zerocopy-derive v0.6.4 |
1013 | 2024-01-31T19:11:56.945Z | Downloaded sled v0.34.7 |
1014 | 2024-01-31T19:11:56.962Z | Downloaded encoding_rs v0.8.33 |
1015 | 2024-01-31T19:11:57.007Z | Downloaded rustls v0.22.2 |
1016 | 2024-01-31T19:11:57.033Z | Downloaded bstr v1.6.0 |
1017 | 2024-01-31T19:11:57.054Z | Downloaded ratatui v0.25.0 |
1018 | 2024-01-31T19:11:57.081Z | Downloaded openssl v0.10.60 |
1019 | 2024-01-31T19:11:57.099Z | Downloaded bstr v0.2.17 |
1020 | 2024-01-31T19:11:57.118Z | Downloaded rustix v0.37.23 |
1021 | 2024-01-31T19:11:57.158Z | Downloaded curve25519-dalek v4.1.1 |
1022 | 2024-01-31T19:11:57.175Z | Downloaded syn v1.0.109 |
1023 | 2024-01-31T19:11:57.197Z | Downloaded ring v0.16.20 |
1024 | 2024-01-31T19:11:57.366Z | Downloaded idna v0.2.3 |
1025 | 2024-01-31T19:11:57.378Z | Downloaded regex v1.10.3 |
1026 | 2024-01-31T19:11:57.400Z | Downloaded ring v0.17.7 |
1027 | 2024-01-31T19:11:57.537Z | Downloaded petgraph v0.6.4 |
1028 | 2024-01-31T19:11:57.592Z | Downloaded nix v0.27.1 |
1029 | 2024-01-31T19:11:57.596Z | Downloaded gimli v0.28.0 |
1030 | 2024-01-31T19:11:57.600Z | Downloaded syn v2.0.48 |
1031 | 2024-01-31T19:11:57.617Z | Downloaded idna v0.5.0 |
1032 | 2024-01-31T19:11:57.630Z | Downloaded hkdf v0.12.4 |
1033 | 2024-01-31T19:11:57.634Z | Downloaded object v0.30.4 |
1034 | 2024-01-31T19:11:57.653Z | Downloaded futures-util v0.3.30 |
1035 | 2024-01-31T19:11:57.674Z | Downloaded serde_json v1.0.113 |
1036 | 2024-01-31T19:11:57.728Z | Downloaded proptest v1.4.0 |
1037 | 2024-01-31T19:11:57.732Z | Downloaded vcpkg v0.2.15 |
1038 | 2024-01-31T19:11:57.779Z | Downloaded libxml v0.3.3 |
1039 | 2024-01-31T19:11:57.820Z | Downloaded rayon v1.8.0 |
1040 | 2024-01-31T19:11:57.820Z | Downloaded rayon-core v1.12.0 |
1041 | 2024-01-31T19:11:57.821Z | Downloaded steno v0.4.0 |
1042 | 2024-01-31T19:11:57.824Z | Downloaded trust-dns-server v0.22.1 |
1043 | 2024-01-31T19:11:57.832Z | Downloaded time v0.3.27 |
1044 | 2024-01-31T19:11:57.844Z | Downloaded bitvec v1.0.1 |
1045 | 2024-01-31T19:11:57.868Z | Downloaded hashbrown v0.14.2 |
1046 | 2024-01-31T19:11:57.878Z | Downloaded lalrpop v0.19.12 |
1047 | 2024-01-31T19:11:57.899Z | Downloaded clap v2.34.0 |
1048 | 2024-01-31T19:11:57.911Z | Downloaded rand v0.8.5 |
1049 | 2024-01-31T19:11:57.918Z | Downloaded rcgen v0.12.1 |
1050 | 2024-01-31T19:11:57.923Z | Downloaded portable-atomic v1.4.3 |
1051 | 2024-01-31T19:11:57.932Z | Downloaded unicode-normalization v0.1.22 |
1052 | 2024-01-31T19:11:57.939Z | Downloaded pest v2.7.6 |
1053 | 2024-01-31T19:11:57.948Z | Downloaded serde_with v3.5.1 |
1054 | 2024-01-31T19:11:57.962Z | Downloaded hyper v0.14.27 |
1055 | 2024-01-31T19:11:57.976Z | Downloaded toml_edit v0.19.15 |
1056 | 2024-01-31T19:11:58.009Z | Downloaded schemars v0.8.16 |
1057 | 2024-01-31T19:11:58.027Z | Downloaded hashbrown v0.12.3 |
1058 | 2024-01-31T19:11:58.034Z | Downloaded zerocopy v0.7.32 |
1059 | 2024-01-31T19:11:58.063Z | Downloaded rustyline v13.0.0 |
1060 | 2024-01-31T19:11:58.072Z | Downloaded clap_builder v4.4.2 |
1061 | 2024-01-31T19:11:58.085Z | Downloaded typed-path v0.7.0 |
1062 | 2024-01-31T19:11:58.095Z | Downloaded regex-automata v0.1.10 |
1063 | 2024-01-31T19:11:58.104Z | Downloaded winnow v0.5.15 |
1064 | 2024-01-31T19:11:58.119Z | Downloaded rand_xorshift v0.3.0 |
1065 | 2024-01-31T19:11:58.122Z | Downloaded proc-macro2 v1.0.78 |
1066 | 2024-01-31T19:11:58.125Z | Downloaded pest_meta v2.7.6 |
1067 | 2024-01-31T19:11:58.128Z | Downloaded similar v2.3.0 |
1068 | 2024-01-31T19:11:58.136Z | Downloaded vte v0.11.1 |
1069 | 2024-01-31T19:11:58.140Z | Downloaded rsa v0.9.2 |
1070 | 2024-01-31T19:11:58.148Z | Downloaded tokio-util v0.7.10 |
1071 | 2024-01-31T19:11:58.159Z | Downloaded itertools v0.12.0 |
1072 | 2024-01-31T19:11:58.172Z | Downloaded heapless v0.7.16 |
1073 | 2024-01-31T19:11:58.179Z | Downloaded hash32 v0.2.1 |
1074 | 2024-01-31T19:11:58.182Z | Downloaded enum-as-inner v0.5.1 |
1075 | 2024-01-31T19:11:58.185Z | Downloaded schemars_derive v0.8.16 |
1076 | 2024-01-31T19:11:58.188Z | Downloaded hmac v0.12.1 |
1077 | 2024-01-31T19:11:58.191Z | Downloaded futures-executor v0.3.30 |
1078 | 2024-01-31T19:11:58.191Z | Downloaded usdt v0.5.0 |
1079 | 2024-01-31T19:11:58.194Z | Downloaded env_logger v0.10.0 |
1080 | 2024-01-31T19:11:58.197Z | Downloaded vsss-rs v3.3.4 |
1081 | 2024-01-31T19:11:58.202Z | Downloaded salty v0.2.0 |
1082 | 2024-01-31T19:11:58.218Z | Downloaded crossterm v0.27.0 |
1083 | 2024-01-31T19:11:58.228Z | Downloaded futures-macro v0.3.30 |
1084 | 2024-01-31T19:11:58.236Z | Downloaded fatfs v0.3.6 |
1085 | 2024-01-31T19:11:58.236Z | Downloaded serde v1.0.195 |
1086 | 2024-01-31T19:11:58.247Z | Downloaded tough v0.16.0 |
1087 | 2024-01-31T19:11:58.253Z | Downloaded slog-async v2.8.0 |
1088 | 2024-01-31T19:11:58.253Z | Downloaded glob v0.3.1 |
1089 | 2024-01-31T19:11:58.258Z | Downloaded gethostname v0.4.3 |
1090 | 2024-01-31T19:11:58.258Z | Downloaded thread_local v1.1.7 |
1091 | 2024-01-31T19:11:58.262Z | Downloaded home v0.5.5 |
1092 | 2024-01-31T19:11:58.262Z | Downloaded nom v7.1.3 |
1093 | 2024-01-31T19:11:58.269Z | Downloaded itertools v0.10.5 |
1094 | 2024-01-31T19:11:58.281Z | Downloaded serde_plain v1.0.2 |
1095 | 2024-01-31T19:11:58.284Z | Downloaded diff v0.1.13 |
1096 | 2024-01-31T19:11:58.289Z | Downloaded headers v0.3.9 |
1097 | 2024-01-31T19:11:58.299Z | Downloaded sec1 v0.7.3 |
1098 | 2024-01-31T19:11:58.302Z | Downloaded lru-cache v0.1.2 |
1099 | 2024-01-31T19:11:58.306Z | Downloaded parse-size v1.0.0 |
1100 | 2024-01-31T19:11:58.306Z | Downloaded mockall v0.12.0 |
1101 | 2024-01-31T19:11:58.309Z | Downloaded quote v1.0.35 |
1102 | 2024-01-31T19:11:58.312Z | Downloaded oso v0.27.0 |
1103 | 2024-01-31T19:11:58.317Z | Downloaded libm v0.2.7 |
1104 | 2024-01-31T19:11:58.339Z | Downloaded textwrap v0.11.0 |
1105 | 2024-01-31T19:11:58.342Z | Downloaded tracing-attributes v0.1.26 |
1106 | 2024-01-31T19:11:58.342Z | Downloaded form_urlencoded v1.2.1 |
1107 | 2024-01-31T19:11:58.342Z | Downloaded foreign-types-shared v0.3.1 |
1108 | 2024-01-31T19:11:58.345Z | Downloaded foreign-types-shared v0.1.1 |
1109 | 2024-01-31T19:11:58.345Z | Downloaded hex v0.4.3 |
1110 | 2024-01-31T19:11:58.349Z | Downloaded unicase v2.7.0 |
1111 | 2024-01-31T19:11:58.353Z | Downloaded r2d2 v0.8.10 |
1112 | 2024-01-31T19:11:58.353Z | Downloaded parking_lot v0.12.1 |
1113 | 2024-01-31T19:11:58.357Z | Downloaded pin-project v1.1.3 |
1114 | 2024-01-31T19:11:58.378Z | Downloaded owo-colors v4.0.0 |
1115 | 2024-01-31T19:11:58.388Z | Downloaded tungstenite v0.20.1 |
1116 | 2024-01-31T19:11:58.391Z | Downloaded which v4.4.0 |
1117 | 2024-01-31T19:11:58.391Z | Downloaded quick-error v1.2.3 |
1118 | 2024-01-31T19:11:58.391Z | Downloaded tokio-stream v0.1.14 |
1119 | 2024-01-31T19:11:58.398Z | Downloaded pretty-hex v0.2.1 |
1120 | 2024-01-31T19:11:58.402Z | Downloaded usdt-macro v0.5.0 |
1121 | 2024-01-31T19:11:58.402Z | Downloaded password-hash v0.5.0 |
1122 | 2024-01-31T19:11:58.405Z | Downloaded derive_builder_core v0.12.0 |
1123 | 2024-01-31T19:11:58.408Z | Downloaded supports-color v2.1.0 |
1124 | 2024-01-31T19:11:58.411Z | Downloaded signal-hook-tokio v0.3.1 |
1125 | 2024-01-31T19:11:58.414Z | Downloaded signal-hook-registry v1.4.1 |
1126 | 2024-01-31T19:11:58.414Z | Downloaded resolv-conf v0.7.0 |
1127 | 2024-01-31T19:11:58.418Z | Downloaded zip v0.6.6 |
1128 | 2024-01-31T19:11:58.424Z | Downloaded crossbeam-channel v0.5.8 |
1129 | 2024-01-31T19:11:58.433Z | Downloaded num-bigint-dig v0.8.4 |
1130 | 2024-01-31T19:11:58.440Z | Downloaded toml_datetime v0.6.5 |
1131 | 2024-01-31T19:11:58.443Z | Downloaded shell-words v1.1.0 |
1132 | 2024-01-31T19:11:58.446Z | Downloaded slog-bunyan v2.5.0 |
1133 | 2024-01-31T19:11:58.446Z | Downloaded rand_chacha v0.3.1 |
1134 | 2024-01-31T19:11:58.449Z | Downloaded getopts v0.2.21 |
1135 | 2024-01-31T19:11:58.454Z | Downloaded generic-array v0.14.7 |
1136 | 2024-01-31T19:11:58.457Z | Downloaded tinyvec v1.6.0 |
1137 | 2024-01-31T19:11:58.457Z | Downloaded zone v0.3.0 |
1138 | 2024-01-31T19:11:58.460Z | Downloaded zeroize_derive v1.4.2 |
1139 | 2024-01-31T19:11:58.460Z | Downloaded prettyplease v0.2.16 |
1140 | 2024-01-31T19:11:58.465Z | Downloaded highway v1.1.0 |
1141 | 2024-01-31T19:11:58.485Z | Downloaded zeroize v1.7.0 |
1142 | 2024-01-31T19:11:58.509Z | Downloaded whoami v1.4.1 |
1143 | 2024-01-31T19:11:58.512Z | Downloaded tokio-tungstenite v0.20.1 |
1144 | 2024-01-31T19:11:58.516Z | Downloaded poly1305 v0.8.0 |
1145 | 2024-01-31T19:11:58.522Z | Downloaded platforms v3.0.2 |
1146 | 2024-01-31T19:11:58.528Z | Downloaded uuid v1.7.0 |
1147 | 2024-01-31T19:11:58.535Z | Downloaded wait-timeout v0.2.0 |
1148 | 2024-01-31T19:11:58.542Z | Downloaded vec_map v0.8.2 |
1149 | 2024-01-31T19:11:58.545Z | Downloaded sha1 v0.10.6 |
1150 | 2024-01-31T19:11:58.548Z | Downloaded pkcs1 v0.7.5 |
1151 | 2024-01-31T19:11:58.552Z | Downloaded futures v0.3.30 |
1152 | 2024-01-31T19:11:58.565Z | Downloaded half v2.3.1 |
1153 | 2024-01-31T19:11:58.572Z | Downloaded flate2 v1.0.28 |
1154 | 2024-01-31T19:11:58.585Z | Downloaded memchr v2.6.3 |
1155 | 2024-01-31T19:11:58.611Z | Downloaded futures-sink v0.3.30 |
1156 | 2024-01-31T19:11:58.614Z | Downloaded derive_more v0.99.17 |
1157 | 2024-01-31T19:11:58.615Z | Downloaded elliptic-curve v0.13.8 |
1158 | 2024-01-31T19:11:58.623Z | Downloaded num-bigint v0.4.4 |
1159 | 2024-01-31T19:11:58.629Z | Downloaded pin-project-internal v1.1.3 |
1160 | 2024-01-31T19:11:58.632Z | Downloaded pest_derive v2.7.6 |
1161 | 2024-01-31T19:11:58.635Z | Downloaded tokio-rustls v0.25.0 |
1162 | 2024-01-31T19:11:58.639Z | Downloaded structopt v0.3.26 |
1163 | 2024-01-31T19:11:58.659Z | Downloaded serde_path_to_error v0.1.15 |
1164 | 2024-01-31T19:11:58.665Z | Downloaded globset v0.4.13 |
1165 | 2024-01-31T19:11:58.665Z | Downloaded hostname v0.3.1 |
1166 | 2024-01-31T19:11:58.665Z | Downloaded samael v0.0.14 |
1167 | 2024-01-31T19:11:59.072Z | Downloaded derive-where v1.2.7 |
1168 | 2024-01-31T19:11:59.078Z | Downloaded yasna v0.5.2 |
1169 | 2024-01-31T19:11:59.078Z | Downloaded endian-type v0.1.2 |
1170 | 2024-01-31T19:11:59.079Z | Downloaded fxhash v0.2.1 |
1171 | 2024-01-31T19:11:59.079Z | Downloaded ref-cast v1.0.20 |
1172 | 2024-01-31T19:11:59.079Z | Downloaded heck v0.3.3 |
1173 | 2024-01-31T19:11:59.079Z | Downloaded unicode-linebreak v0.1.5 |
1174 | 2024-01-31T19:11:59.079Z | Downloaded semver v0.1.20 |
1175 | 2024-01-31T19:11:59.079Z | Downloaded rusty-fork v0.3.0 |
1176 | 2024-01-31T19:11:59.079Z | Downloaded topological-sort v0.2.2 |
1177 | 2024-01-31T19:11:59.079Z | Downloaded slog-term v2.9.0 |
1178 | 2024-01-31T19:11:59.079Z | Downloaded postgres-protocol v0.6.6 |
1179 | 2024-01-31T19:11:59.079Z | Downloaded rtoolbox v0.0.1 |
1180 | 2024-01-31T19:11:59.079Z | Downloaded embedded-io v0.4.0 |
1181 | 2024-01-31T19:11:59.079Z | Downloaded thiserror v1.0.56 |
1182 | 2024-01-31T19:11:59.079Z | Downloaded terminal_size v0.2.6 |
1183 | 2024-01-31T19:11:59.079Z | Downloaded der_derive v0.7.2 |
1184 | 2024-01-31T19:11:59.079Z | Downloaded errno v0.3.8 |
1185 | 2024-01-31T19:11:59.079Z | Downloaded universal-hash v0.5.1 |
1186 | 2024-01-31T19:11:59.079Z | Downloaded tokio-native-tls v0.3.1 |
1187 | 2024-01-31T19:11:59.079Z | Downloaded thiserror-impl v1.0.56 |
1188 | 2024-01-31T19:11:59.079Z | Downloaded tar v0.4.40 |
1189 | 2024-01-31T19:11:59.079Z | Downloaded thread-id v4.2.0 |
1190 | 2024-01-31T19:11:59.079Z | Downloaded tap v1.0.1 |
1191 | 2024-01-31T19:11:59.079Z | Downloaded scheduled-thread-pool v0.2.7 |
1192 | 2024-01-31T19:11:59.079Z | Downloaded tui-tree-widget v0.16.0 |
1193 | 2024-01-31T19:11:59.079Z | Downloaded snafu-derive v0.7.5 |
1194 | 2024-01-31T19:11:59.080Z | Downloaded futures-task v0.3.30 |
1195 | 2024-01-31T19:11:59.080Z | Downloaded zerocopy v0.3.0 |
1196 | 2024-01-31T19:11:59.080Z | Downloaded phf_shared v0.11.2 |
1197 | 2024-01-31T19:11:59.080Z | Downloaded serde_tokenstream v0.2.0 |
1198 | 2024-01-31T19:11:59.080Z | Downloaded serde-big-array v0.5.1 |
1199 | 2024-01-31T19:11:59.080Z | Downloaded ucd-trie v0.1.6 |
1200 | 2024-01-31T19:11:59.080Z | Downloaded indicatif v0.17.7 |
1201 | 2024-01-31T19:11:59.080Z | Downloaded futures-channel v0.3.30 |
1202 | 2024-01-31T19:11:59.080Z | Downloaded ppv-lite86 v0.2.17 |
1203 | 2024-01-31T19:11:59.080Z | Downloaded serde_urlencoded v0.7.1 |
1204 | 2024-01-31T19:11:59.080Z | Downloaded darling_core v0.20.3 |
1205 | 2024-01-31T19:11:59.080Z | Downloaded darling_core v0.14.4 |
1206 | 2024-01-31T19:11:59.080Z | Downloaded smallvec v1.11.2 |
1207 | 2024-01-31T19:11:59.080Z | Downloaded static_assertions v1.1.0 |
1208 | 2024-01-31T19:11:59.080Z | Downloaded stable_deref_trait v1.2.0 |
1209 | 2024-01-31T19:11:59.080Z | Downloaded rustfmt-wrapper v0.2.0 |
1210 | 2024-01-31T19:11:59.080Z | Downloaded getrandom v0.2.10 |
1211 | 2024-01-31T19:11:59.080Z | Downloaded subprocess v0.2.9 |
1212 | 2024-01-31T19:11:59.080Z | Downloaded clap v4.4.3 |
1213 | 2024-01-31T19:11:59.080Z | Downloaded mockall_derive v0.12.0 |
1214 | 2024-01-31T19:11:59.080Z | Downloaded rustc-hash v1.1.0 |
1215 | 2024-01-31T19:11:59.080Z | Downloaded defmt-parser v0.3.3 |
1216 | 2024-01-31T19:11:59.080Z | Downloaded smallvec v0.6.14 |
1217 | 2024-01-31T19:11:59.080Z | Downloaded slog-stdlog v4.1.1 |
1218 | 2024-01-31T19:11:59.081Z | Downloaded siphasher v0.3.11 |
1219 | 2024-01-31T19:11:59.081Z | Downloaded signature v2.1.0 |
1220 | 2024-01-31T19:11:59.081Z | Downloaded signal-hook-mio v0.2.3 |
1221 | 2024-01-31T19:11:59.081Z | Downloaded indexmap v1.9.3 |
1222 | 2024-01-31T19:11:59.081Z | Downloaded cc v1.0.83 |
1223 | 2024-01-31T19:11:59.081Z | Downloaded take_mut v0.2.2 |
1224 | 2024-01-31T19:11:59.081Z | Downloaded swrite v0.1.0 |
1225 | 2024-01-31T19:11:59.081Z | Downloaded precomputed-hash v0.1.1 |
1226 | 2024-01-31T19:11:59.081Z | Downloaded kstat-rs v0.2.3 |
1227 | 2024-01-31T19:11:59.081Z | Downloaded num-traits v0.2.16 |
1228 | 2024-01-31T19:11:59.081Z | Downloaded ansi_term v0.12.1 |
1229 | 2024-01-31T19:11:59.081Z | Downloaded paste v1.0.14 |
1230 | 2024-01-31T19:11:59.081Z | Downloaded predicates-tree v1.0.9 |
1231 | 2024-01-31T19:11:59.081Z | Downloaded cookie v0.18.0 |
1232 | 2024-01-31T19:11:59.081Z | Downloaded http v1.0.0 |
1233 | 2024-01-31T19:11:59.082Z | Downloaded chacha20poly1305 v0.10.1 |
1234 | 2024-01-31T19:11:59.082Z | Downloaded mio v0.8.9 |
1235 | 2024-01-31T19:11:59.082Z | Downloaded rustc-demangle v0.1.23 |
1236 | 2024-01-31T19:11:59.082Z | Downloaded bitflags v2.4.0 |
1237 | 2024-01-31T19:11:59.082Z | Downloaded hash32 v0.3.1 |
1238 | 2024-01-31T19:11:59.082Z | Downloaded ena v0.14.2 |
1239 | 2024-01-31T19:11:59.082Z | Downloaded unicode-width v0.1.11 |
1240 | 2024-01-31T19:11:59.082Z | Downloaded tempfile v3.9.0 |
1241 | 2024-01-31T19:11:59.083Z | Downloaded nu-ansi-term v0.49.0 |
1242 | 2024-01-31T19:11:59.083Z | Downloaded httparse v1.8.0 |
1243 | 2024-01-31T19:11:59.083Z | Downloaded spin v0.9.8 |
1244 | 2024-01-31T19:11:59.083Z | Downloaded walkdir v2.4.0 |
1245 | 2024-01-31T19:11:59.083Z | Downloaded num_enum_derive v0.5.11 |
1246 | 2024-01-31T19:11:59.083Z | Downloaded spki v0.7.2 |
1247 | 2024-01-31T19:11:59.083Z | Downloaded multer v3.0.0 |
1248 | 2024-01-31T19:11:59.083Z | Downloaded display-error-chain v0.2.0 |
1249 | 2024-01-31T19:11:59.083Z | Downloaded indexmap v2.1.0 |
1250 | 2024-01-31T19:11:59.083Z | Downloaded tokio-macros v2.2.0 |
1251 | 2024-01-31T19:11:59.083Z | Downloaded fs-err v2.11.0 |
1252 | 2024-01-31T19:11:59.083Z | Downloaded flagset v0.4.3 |
1253 | 2024-01-31T19:11:59.083Z | Downloaded filetime v0.2.23 |
1254 | 2024-01-31T19:11:59.083Z | Downloaded ed25519 v1.5.3 |
1255 | 2024-01-31T19:11:59.083Z | Downloaded dtrace-parser v0.2.0 |
1256 | 2024-01-31T19:11:59.083Z | Downloaded dtrace-parser v0.1.14 |
1257 | 2024-01-31T19:11:59.083Z | Downloaded log v0.4.20 |
1258 | 2024-01-31T19:11:59.083Z | Downloaded io-lifetimes v1.0.11 |
1259 | 2024-01-31T19:11:59.083Z | Downloaded cancel-safe-futures v0.1.5 |
1260 | 2024-01-31T19:11:59.083Z | Downloaded omicron-zone-package v0.10.1 |
1261 | 2024-01-31T19:11:59.083Z | Downloaded dirs-next v2.0.0 |
1262 | 2024-01-31T19:11:59.083Z | Downloaded digest v0.10.7 |
1263 | 2024-01-31T19:11:59.084Z | Downloaded crc-any v2.4.3 |
1264 | 2024-01-31T19:11:59.084Z | Downloaded ciborium v0.2.2 |
1265 | 2024-01-31T19:11:59.084Z | Downloaded funty v2.0.0 |
1266 | 2024-01-31T19:11:59.084Z | Downloaded float-cmp v0.9.0 |
1267 | 2024-01-31T19:11:59.084Z | Downloaded fixedbitset v0.4.2 |
1268 | 2024-01-31T19:11:59.090Z | Downloaded usdt-impl v0.3.5 |
1269 | 2024-01-31T19:11:59.090Z | Downloaded libloading v0.7.4 |
1270 | 2024-01-31T19:11:59.091Z | Downloaded num-rational v0.4.1 |
1271 | 2024-01-31T19:11:59.091Z | Downloaded bzip2 v0.4.4 |
1272 | 2024-01-31T19:11:59.091Z | Downloaded unicode-xid v0.2.4 |
1273 | 2024-01-31T19:11:59.091Z | Downloaded hyper-rustls v0.24.2 |
1274 | 2024-01-31T19:11:59.091Z | Downloaded crc v3.0.1 |
1275 | 2024-01-31T19:11:59.091Z | Downloaded same-file v1.0.6 |
1276 | 2024-01-31T19:11:59.091Z | Downloaded rustls-pemfile v1.0.3 |
1277 | 2024-01-31T19:11:59.091Z | Downloaded num-integer v0.1.45 |
1278 | 2024-01-31T19:11:59.091Z | Downloaded ipnetwork v0.20.0 |
1279 | 2024-01-31T19:11:59.091Z | Downloaded synstructure v0.12.6 |
1280 | 2024-01-31T19:11:59.092Z | Downloaded serde-hex v0.1.0 |
1281 | 2024-01-31T19:11:59.092Z | Downloaded camino v1.1.6 |
1282 | 2024-01-31T19:11:59.092Z | Downloaded sqlformat v0.2.3 |
1283 | 2024-01-31T19:11:59.092Z | Downloaded rustversion v1.0.14 |
1284 | 2024-01-31T19:11:59.092Z | Downloaded num_enum v0.5.11 |
1285 | 2024-01-31T19:11:59.092Z | Downloaded num_cpus v1.16.0 |
1286 | 2024-01-31T19:11:59.092Z | Downloaded num-iter v0.1.43 |
1287 | 2024-01-31T19:11:59.093Z | Downloaded lazycell v1.3.0 |
1288 | 2024-01-31T19:11:59.093Z | Downloaded strsim v0.10.0 |
1289 | 2024-01-31T19:11:59.093Z | Downloaded strip-ansi-escapes v0.2.0 |
1290 | 2024-01-31T19:11:59.094Z | Downloaded spin v0.5.2 |
1291 | 2024-01-31T19:11:59.094Z | Downloaded lalrpop-util v0.19.12 |
1292 | 2024-01-31T19:11:59.094Z | Downloaded macaddr v1.0.1 |
1293 | 2024-01-31T19:11:59.094Z | Downloaded keccak v0.1.4 |
1294 | 2024-01-31T19:11:59.094Z | Downloaded humantime v2.1.0 |
1295 | 2024-01-31T19:11:59.094Z | Downloaded cexpr v0.6.0 |
1296 | 2024-01-31T19:11:59.107Z | Downloaded linear-map v1.2.0 |
1297 | 2024-01-31T19:11:59.107Z | Downloaded nibble_vec v0.1.0 |
1298 | 2024-01-31T19:11:59.107Z | Downloaded inout v0.1.3 |
1299 | 2024-01-31T19:11:59.107Z | Downloaded indoc v2.0.3 |
1300 | 2024-01-31T19:11:59.107Z | Downloaded indoc v1.0.9 |
1301 | 2024-01-31T19:11:59.117Z | Downloaded iana-time-zone v0.1.57 |
1302 | 2024-01-31T19:11:59.117Z | Downloaded cstr-argument v0.1.2 |
1303 | 2024-01-31T19:11:59.117Z | Downloaded crucible-workspace-hack v0.1.0 |
1304 | 2024-01-31T19:11:59.117Z | Downloaded num_threads v0.1.6 |
1305 | 2024-01-31T19:11:59.118Z | Downloaded atomic-waker v1.1.1 |
1306 | 2024-01-31T19:11:59.118Z | Downloaded cfg-if v1.0.0 |
1307 | 2024-01-31T19:11:59.118Z | Downloaded blake2 v0.10.6 |
1308 | 2024-01-31T19:11:59.125Z | Downloaded termtree v0.4.1 |
1309 | 2024-01-31T19:11:59.125Z | Downloaded scroll_derive v0.12.0 |
1310 | 2024-01-31T19:11:59.125Z | Downloaded opaque-debug v0.3.0 |
1311 | 2024-01-31T19:11:59.125Z | Downloaded ident_case v1.0.1 |
1312 | 2024-01-31T19:11:59.125Z | Downloaded itoa v1.0.9 |
1313 | 2024-01-31T19:11:59.132Z | Downloaded chacha20 v0.9.1 |
1314 | 2024-01-31T19:11:59.132Z | Downloaded block-padding v0.3.3 |
1315 | 2024-01-31T19:11:59.132Z | Downloaded buf-list v1.0.3 |
1316 | 2024-01-31T19:11:59.138Z | Downloaded hyper-staticfile v0.9.5 |
1317 | 2024-01-31T19:11:59.142Z | Downloaded camino-tempfile v1.1.1 |
1318 | 2024-01-31T19:11:59.142Z | Downloaded colored v2.0.4 |
1319 | 2024-01-31T19:11:59.146Z | Downloaded clap_lex v0.5.1 |
1320 | 2024-01-31T19:11:59.147Z | Downloaded ciborium-ll v0.2.2 |
1321 | 2024-01-31T19:11:59.151Z | Downloaded const-oid v0.9.5 |
1322 | 2024-01-31T19:11:59.152Z | Downloaded bitfield v0.14.0 |
1323 | 2024-01-31T19:11:59.156Z | Downloaded is_ci v1.1.1 |
1324 | 2024-01-31T19:11:59.160Z | Downloaded new_debug_unreachable v1.0.4 |
1325 | 2024-01-31T19:11:59.160Z | Downloaded instant v0.1.12 |
1326 | 2024-01-31T19:11:59.164Z | Downloaded number_prefix v0.4.0 |
1327 | 2024-01-31T19:11:59.164Z | Downloaded cobs v0.2.3 |
1328 | 2024-01-31T19:11:59.164Z | Downloaded chrono v0.4.31 |
1329 | 2024-01-31T19:11:59.178Z | Downloaded httpdate v1.0.3 |
1330 | 2024-01-31T19:11:59.183Z | Downloaded bytecount v0.6.3 |
1331 | 2024-01-31T19:11:59.187Z | Downloaded bitflags v1.3.2 |
1332 | 2024-01-31T19:11:59.192Z | Downloaded http-body v0.4.5 |
1333 | 2024-01-31T19:11:59.192Z | Downloaded bit-set v0.5.3 |
1334 | 2024-01-31T19:11:59.195Z | Downloaded memoffset v0.9.0 |
1335 | 2024-01-31T19:11:59.195Z | Downloaded lru v0.12.1 |
1336 | 2024-01-31T19:11:59.205Z | Downloaded trust-dns-resolver v0.22.0 |
1337 | 2024-01-31T19:11:59.205Z | Downloaded toml v0.7.8 |
1338 | 2024-01-31T19:11:59.212Z | Downloaded lock_api v0.4.10 |
1339 | 2024-01-31T19:11:59.234Z | Downloaded libefi-sys v0.1.0 |
1340 | 2024-01-31T19:11:59.234Z | Downloaded argon2 v0.5.3 |
1341 | 2024-01-31T19:11:59.235Z | Downloaded addr2line v0.21.0 |
1342 | 2024-01-31T19:11:59.235Z | Downloaded convert_case v0.4.0 |
1343 | 2024-01-31T19:11:59.235Z | Downloaded hubpack v0.1.2 |
1344 | 2024-01-31T19:11:59.235Z | Downloaded async-stream v0.3.5 |
1345 | 2024-01-31T19:11:59.235Z | Downloaded byteorder v1.5.0 |
1346 | 2024-01-31T19:11:59.240Z | Downloaded bit-vec v0.6.3 |
1347 | 2024-01-31T19:11:59.240Z | Downloaded strum_macros v0.25.2 |
1348 | 2024-01-31T19:11:59.240Z | Downloaded strsim v0.8.0 |
1349 | 2024-01-31T19:11:59.244Z | Downloaded smf v0.2.2 |
1350 | 2024-01-31T19:11:59.244Z | Downloaded serde_repr v0.1.16 |
1351 | 2024-01-31T19:11:59.249Z | Downloaded memoffset v0.7.1 |
1352 | 2024-01-31T19:11:59.249Z | Downloaded maplit v1.0.2 |
1353 | 2024-01-31T19:11:59.252Z | Downloaded mime v0.3.17 |
1354 | 2024-01-31T19:11:59.252Z | Downloaded allocator-api2 v0.2.16 |
1355 | 2024-01-31T19:11:59.258Z | Downloaded http-range v0.1.5 |
1356 | 2024-01-31T19:11:59.273Z | Downloaded backoff v0.4.0 |
1357 | 2024-01-31T19:11:59.276Z | Downloaded atty v0.2.14 |
1358 | 2024-01-31T19:11:59.276Z | Downloaded smawk v0.3.1 |
1359 | 2024-01-31T19:11:59.276Z | Downloaded slog-json v2.6.1 |
1360 | 2024-01-31T19:11:59.277Z | Downloaded adler v1.0.2 |
1361 | 2024-01-31T19:11:59.277Z | Downloaded nodrop v0.1.14 |
1362 | 2024-01-31T19:11:59.277Z | Downloaded anstream v0.5.0 |
1363 | 2024-01-31T19:11:59.282Z | Downloaded anstyle-parse v0.2.1 |
1364 | 2024-01-31T19:11:59.285Z | Downloaded async-stream-impl v0.3.5 |
1365 | 2024-01-31T19:11:59.286Z | Downloaded autocfg v1.1.0 |
1366 | 2024-01-31T19:11:59.286Z | Downloaded normalize-line-endings v0.3.0 |
1367 | 2024-01-31T19:11:59.289Z | Downloaded minimal-lexical v0.2.1 |
1368 | 2024-01-31T19:11:59.295Z | Downloaded ascii-canvas v3.0.0 |
1369 | 2024-01-31T19:11:59.298Z | Downloaded base64ct v1.6.0 |
1370 | 2024-01-31T19:11:59.308Z | Downloaded bcs v0.1.6 |
1371 | 2024-01-31T19:11:59.308Z | Downloaded array-init v0.0.4 |
1372 | 2024-01-31T19:11:59.308Z | Downloaded anstyle v1.0.2 |
1373 | 2024-01-31T19:11:59.316Z | Downloaded backtrace v0.3.69 |
1374 | 2024-01-31T19:11:59.321Z | Downloaded native-tls v0.2.11 |
1375 | 2024-01-31T19:11:59.327Z | Downloaded md-5 v0.10.5 |
1376 | 2024-01-31T19:11:59.327Z | Downloaded mime_guess v2.0.4 |
1377 | 2024-01-31T19:11:59.331Z | Downloaded crypto-common v0.1.6 |
1378 | 2024-01-31T19:11:59.331Z | Downloaded aead v0.5.2 |
1379 | 2024-01-31T19:11:59.733Z | Compiling proc-macro2 v1.0.78 |
1380 | 2024-01-31T19:11:59.733Z | Compiling unicode-ident v1.0.12 |
1381 | 2024-01-31T19:11:59.737Z | Compiling libc v0.2.152 |
1382 | 2024-01-31T19:11:59.737Z | Compiling serde v1.0.195 |
1383 | 2024-01-31T19:11:59.737Z | Compiling autocfg v1.1.0 |
1384 | 2024-01-31T19:11:59.742Z | Compiling version_check v0.9.4 |
1385 | 2024-01-31T19:11:59.749Z | Compiling cfg-if v1.0.0 |
1386 | 2024-01-31T19:11:59.939Z | Compiling once_cell v1.19.0 |
1387 | 2024-01-31T19:12:00.087Z | Compiling syn v1.0.109 |
1388 | 2024-01-31T19:12:00.506Z | Compiling byteorder v1.5.0 |
1389 | 2024-01-31T19:12:00.753Z | Compiling ahash v0.8.6 |
1390 | 2024-01-31T19:12:00.765Z | Compiling lock_api v0.4.10 |
1391 | 2024-01-31T19:12:01.070Z | Compiling memchr v2.6.3 |
1392 | 2024-01-31T19:12:01.157Z | Compiling parking_lot_core v0.9.8 |
1393 | 2024-01-31T19:12:01.304Z | Compiling libm v0.2.7 |
1394 | 2024-01-31T19:12:01.325Z | Compiling serde_json v1.0.113 |
1395 | 2024-01-31T19:12:01.368Z | Compiling num-traits v0.2.16 |
1396 | 2024-01-31T19:12:01.676Z | Compiling thiserror v1.0.56 |
1397 | 2024-01-31T19:12:01.775Z | Compiling typenum v1.16.0 |
1398 | 2024-01-31T19:12:02.347Z | Compiling scopeguard v1.2.0 |
1399 | 2024-01-31T19:12:02.550Z | Compiling generic-array v0.14.7 |
1400 | 2024-01-31T19:12:02.959Z | Compiling quote v1.0.35 |
1401 | 2024-01-31T19:12:03.255Z | Compiling cc v1.0.83 |
1402 | 2024-01-31T19:12:03.370Z | Compiling getrandom v0.2.10 |
1403 | 2024-01-31T19:12:03.768Z | Compiling syn v2.0.48 |
1404 | 2024-01-31T19:12:04.011Z | Compiling itoa v1.0.9 |
1405 | 2024-01-31T19:12:04.526Z | Compiling log v0.4.20 |
1406 | 2024-01-31T19:12:04.864Z | Compiling pkg-config v0.3.27 |
1407 | 2024-01-31T19:12:05.502Z | Compiling slab v0.4.9 |
1408 | 2024-01-31T19:12:05.793Z | Compiling ryu v1.0.15 |
1409 | 2024-01-31T19:12:06.023Z | Compiling allocator-api2 v0.2.16 |
1410 | 2024-01-31T19:12:06.246Z | Compiling pin-project-lite v0.2.13 |
1411 | 2024-01-31T19:12:06.863Z | Compiling smallvec v1.11.2 |
1412 | 2024-01-31T19:12:06.872Z | Compiling equivalent v1.0.1 |
1413 | 2024-01-31T19:12:06.872Z | Compiling schemars v0.8.16 |
1414 | 2024-01-31T19:12:06.872Z | Compiling vcpkg v0.2.15 |
1415 | 2024-01-31T19:12:07.116Z | Compiling heck v0.4.1 |
1416 | 2024-01-31T19:12:07.525Z | Compiling ring v0.17.7 |
1417 | 2024-01-31T19:12:08.748Z | Compiling parking_lot v0.12.1 |
1418 | 2024-01-31T19:12:08.797Z | Compiling signal-hook-registry v1.4.1 |
1419 | 2024-01-31T19:12:09.596Z | Compiling openssl-sys v0.9.96 |
1420 | 2024-01-31T19:12:10.898Z | Compiling mio v0.8.9 |
1421 | 2024-01-31T19:12:11.390Z | Compiling rand_core v0.6.4 |
1422 | 2024-01-31T19:12:13.072Z | Compiling ring v0.16.20 |
1423 | 2024-01-31T19:12:14.310Z | Compiling socket2 v0.5.5 |
1424 | 2024-01-31T19:12:14.396Z | Compiling num_cpus v1.16.0 |
1425 | 2024-01-31T19:12:14.671Z | Compiling httparse v1.8.0 |
1426 | 2024-01-31T19:12:14.706Z | Compiling ucd-trie v0.1.6 |
1427 | 2024-01-31T19:12:14.780Z | Compiling futures-core v0.3.30 |
1428 | 2024-01-31T19:12:15.221Z | Compiling openssl v0.10.60 |
1429 | 2024-01-31T19:12:15.414Z | Compiling spin v0.5.2 |
1430 | 2024-01-31T19:12:15.447Z | Compiling fnv v1.0.7 |
1431 | 2024-01-31T19:12:15.496Z | Compiling semver v1.0.21 |
1432 | 2024-01-31T19:12:15.631Z | Compiling serde_derive_internals v0.26.0 |
1433 | 2024-01-31T19:12:15.938Z | Compiling iana-time-zone v0.1.57 |
1434 | 2024-01-31T19:12:16.476Z | Compiling native-tls v0.2.11 |
1435 | 2024-01-31T19:12:16.494Z | Compiling subtle v2.5.0 |
1436 | 2024-01-31T19:12:16.938Z | Compiling const-oid v0.9.5 |
1437 | 2024-01-31T19:12:16.942Z | Compiling unicode-xid v0.2.4 |
1438 | 2024-01-31T19:12:17.212Z | Compiling crossbeam-utils v0.8.16 |
1439 | 2024-01-31T19:12:17.527Z | Compiling rustls v0.21.9 |
1440 | 2024-01-31T19:12:17.871Z | Compiling synstructure v0.12.6 |
1441 | 2024-01-31T19:12:17.924Z | Compiling spin v0.9.8 |
1442 | 2024-01-31T19:12:18.653Z | Compiling futures-sink v0.3.30 |
1443 | 2024-01-31T19:12:19.141Z | Compiling io-lifetimes v1.0.11 |
1444 | 2024-01-31T19:12:19.815Z | Compiling backtrace v0.3.69 |
1445 | 2024-01-31T19:12:20.227Z | Compiling winnow v0.5.15 |
1446 | 2024-01-31T19:12:20.381Z | Compiling tinyvec_macros v0.1.1 |
1447 | 2024-01-31T19:12:20.385Z | Compiling rustix v0.38.30 |
1448 | 2024-01-31T19:12:20.407Z | Compiling dyn-clone v1.0.13 |
1449 | 2024-01-31T19:12:20.499Z | Compiling tinyvec v1.6.0 |
1450 | 2024-01-31T19:12:20.988Z | Compiling futures-channel v0.3.30 |
1451 | 2024-01-31T19:12:21.313Z | Compiling tracing-core v0.1.31 |
1452 | 2024-01-31T19:12:21.523Z | Compiling memoffset v0.9.0 |
1453 | 2024-01-31T19:12:21.739Z | Compiling num-integer v0.1.45 |
1454 | 2024-01-31T19:12:21.969Z | Compiling rustix v0.37.23 |
1455 | 2024-01-31T19:12:22.717Z | Compiling futures-task v0.3.30 |
1456 | 2024-01-31T19:12:23.179Z | Compiling futures-io v0.3.30 |
1457 | 2024-01-31T19:12:23.311Z | Compiling pin-utils v0.1.0 |
1458 | 2024-01-31T19:12:23.895Z | Compiling unicode-normalization v0.1.22 |
1459 | 2024-01-31T19:12:24.542Z | Compiling usdt-impl v0.3.5 |
1460 | 2024-01-31T19:12:24.960Z | Compiling serde_derive v1.0.195 |
1461 | 2024-01-31T19:12:25.050Z | Compiling zerocopy-derive v0.7.32 |
1462 | 2024-01-31T19:12:25.536Z | Compiling zeroize_derive v1.4.2 |
1463 | 2024-01-31T19:12:25.579Z | Compiling thiserror-impl v1.0.56 |
1464 | 2024-01-31T19:12:25.711Z | Compiling tokio-macros v2.2.0 |
1465 | 2024-01-31T19:12:25.866Z | Compiling futures-macro v0.3.30 |
1466 | 2024-01-31T19:12:26.121Z | Compiling tracing-attributes v0.1.26 |
1467 | 2024-01-31T19:12:27.858Z | Compiling zeroize v1.7.0 |
1468 | 2024-01-31T19:12:28.058Z | Compiling schemars_derive v0.8.16 |
1469 | 2024-01-31T19:12:28.332Z | Compiling zerocopy v0.7.32 |
1470 | 2024-01-31T19:12:30.438Z | Compiling pest v2.7.6 |
1471 | 2024-01-31T19:12:31.931Z | Compiling openssl-macros v0.1.1 |
1472 | 2024-01-31T19:12:32.098Z | Compiling hashbrown v0.14.2 |
1473 | 2024-01-31T19:12:33.012Z | Compiling zerocopy-derive v0.2.0 |
1474 | 2024-01-31T19:12:33.050Z | Compiling crypto-common v0.1.6 |
1475 | 2024-01-31T19:12:33.343Z | Compiling der_derive v0.7.2 |
1476 | 2024-01-31T19:12:33.927Z | Compiling hashbrown v0.13.2 |
1477 | 2024-01-31T19:12:34.283Z | Compiling block-buffer v0.10.4 |
1478 | 2024-01-31T19:12:34.622Z | Compiling pest_meta v2.7.6 |
1479 | 2024-01-31T19:12:34.808Z | Compiling tracing v0.1.37 |
1480 | 2024-01-31T19:12:35.066Z | Compiling futures-util v0.3.30 |
1481 | 2024-01-31T19:12:36.551Z | Compiling crc32fast v1.3.2 |
1482 | 2024-01-31T19:12:36.774Z | Compiling pest_generator v2.7.6 |
1483 | 2024-01-31T19:12:37.261Z | Compiling slog v2.7.0 |
1484 | 2024-01-31T19:12:37.921Z | Compiling time-core v0.1.1 |
1485 | 2024-01-31T19:12:38.160Z | Compiling bitflags v1.3.2 |
1486 | 2024-01-31T19:12:38.306Z | Compiling unicode-bidi v0.3.13 |
1487 | 2024-01-31T19:12:40.150Z | Compiling anyhow v1.0.75 |
1488 | 2024-01-31T19:12:40.464Z | Compiling time-macros v0.2.13 |
1489 | 2024-01-31T19:12:41.581Z | Compiling pest_derive v2.7.6 |
1490 | 2024-01-31T19:12:41.636Z | Compiling digest v0.10.7 |
1491 | 2024-01-31T19:12:42.311Z | Compiling scroll_derive v0.12.0 |
1492 | 2024-01-31T19:12:42.760Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1493 | 2024-01-31T19:12:43.231Z | Compiling aho-corasick v1.0.4 |
1494 | 2024-01-31T19:12:43.389Z | Compiling crossbeam-epoch v0.9.15 |
1495 | 2024-01-31T19:12:43.992Z | Compiling rustversion v1.0.14 |
1496 | 2024-01-31T19:12:44.639Z | Compiling untrusted v0.9.0 |
1497 | 2024-01-31T19:12:44.857Z | Compiling regex-syntax v0.8.2 |
1498 | 2024-01-31T19:12:44.924Z | Compiling signal-hook v0.3.17 |
1499 | 2024-01-31T19:12:45.057Z | Compiling ppv-lite86 v0.2.17 |
1500 | 2024-01-31T19:12:45.341Z | Compiling async-trait v0.1.77 |
1501 | 2024-01-31T19:12:46.337Z | Compiling rand_chacha v0.3.1 |
1502 | 2024-01-31T19:12:47.025Z | Compiling zerocopy v0.3.0 |
1503 | 2024-01-31T19:12:47.817Z | Compiling bytes v1.5.0 |
1504 | 2024-01-31T19:12:48.712Z | Compiling indexmap v2.1.0 |
1505 | 2024-01-31T19:12:49.427Z | Compiling uuid v1.7.0 |
1506 | 2024-01-31T19:12:49.858Z | Compiling tokio v1.35.1 |
1507 | 2024-01-31T19:12:50.504Z | Compiling chrono v0.4.31 |
1508 | 2024-01-31T19:12:50.576Z | Compiling bitflags v2.4.0 |
1509 | 2024-01-31T19:12:55.184Z | Compiling toml_datetime v0.6.5 |
1510 | 2024-01-31T19:12:55.813Z | Compiling serde_spanned v0.6.4 |
1511 | 2024-01-31T19:12:57.539Z | Compiling rustc_version v0.4.0 |
1512 | 2024-01-31T19:12:57.627Z | Compiling toml_edit v0.19.15 |
1513 | 2024-01-31T19:12:58.585Z | Compiling http v0.2.11 |
1514 | 2024-01-31T19:12:59.750Z | Compiling heapless v0.7.16 |
1515 | 2024-01-31T19:13:00.994Z | Compiling regex-automata v0.4.4 |
1516 | 2024-01-31T19:13:01.924Z | Compiling errno v0.3.8 |
1517 | 2024-01-31T19:13:02.320Z | Compiling thread-id v4.2.0 |
1518 | 2024-01-31T19:13:03.088Z | Compiling strsim v0.10.0 |
1519 | 2024-01-31T19:13:04.129Z | Compiling tokio-util v0.7.10 |
1520 | 2024-01-31T19:13:08.772Z | Compiling regex v1.10.3 |
1521 | 2024-01-31T19:13:09.235Z | Compiling dof v0.1.5 |
1522 | 2024-01-31T19:13:10.254Z | Compiling rand v0.8.5 |
1523 | 2024-01-31T19:13:13.485Z | Compiling dtrace-parser v0.1.14 |
1524 | 2024-01-31T19:13:14.992Z | Compiling num-bigint v0.4.4 |
1525 | 2024-01-31T19:13:15.036Z | Compiling camino v1.1.6 |
1526 | 2024-01-31T19:13:15.060Z | Compiling smoltcp v0.9.1 |
1527 | 2024-01-31T19:13:15.601Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1528 | 2024-01-31T19:13:15.666Z | Compiling foreign-types-shared v0.1.1 |
1529 | 2024-01-31T19:13:15.881Z | Compiling untrusted v0.7.1 |
1530 | 2024-01-31T19:13:15.977Z | Compiling base64ct v1.6.0 |
1531 | 2024-01-31T19:13:16.097Z | Compiling percent-encoding v2.3.1 |
1532 | 2024-01-31T19:13:16.117Z | Compiling foreign-types v0.3.2 |
1533 | 2024-01-31T19:13:16.242Z | Compiling strum_macros v0.25.2 |
1534 | 2024-01-31T19:13:16.917Z | Compiling pem-rfc7468 v0.7.0 |
1535 | 2024-01-31T19:13:23.371Z | Compiling serde_tokenstream v0.1.7 |
1536 | 2024-01-31T19:13:41.245Z | Compiling hmac v0.12.1 |
1537 | 2024-01-31T19:13:41.245Z | Compiling lazy_static v1.4.0 |
1538 | 2024-01-31T19:13:41.246Z | Compiling socket2 v0.4.9 |
1539 | 2024-01-31T19:13:41.246Z | Compiling try-lock v0.2.4 |
1540 | 2024-01-31T19:13:41.246Z | Compiling base64 v0.21.7 |
1541 | 2024-01-31T19:13:41.246Z | Compiling adler v1.0.2 |
1542 | 2024-01-31T19:13:41.246Z | Compiling unicode-segmentation v1.10.1 |
1543 | 2024-01-31T19:13:41.246Z | Compiling siphasher v0.3.11 |
1544 | 2024-01-31T19:13:41.688Z | Compiling flagset v0.4.3 |
1545 | 2024-01-31T19:13:41.688Z | Compiling unicode-width v0.1.11 |
1546 | 2024-01-31T19:13:42.649Z | Compiling der v0.7.8 |
1547 | 2024-01-31T19:13:42.649Z | Compiling miniz_oxide v0.7.1 |
1548 | 2024-01-31T19:13:42.649Z | Compiling want v0.3.1 |
1549 | 2024-01-31T19:13:42.649Z | Compiling sct v0.7.0 |
1550 | 2024-01-31T19:13:42.649Z | Compiling rustls-webpki v0.101.7 |
1551 | 2024-01-31T19:13:42.649Z | Compiling form_urlencoded v1.2.1 |
1552 | 2024-01-31T19:13:42.649Z | Compiling h2 v0.3.24 |
1553 | 2024-01-31T19:13:42.650Z | Compiling http-body v0.4.5 |
1554 | 2024-01-31T19:13:42.650Z | Compiling hubpack_derive v0.1.1 |
1555 | 2024-01-31T19:13:42.650Z | Compiling zerocopy-derive v0.6.4 |
1556 | 2024-01-31T19:13:42.650Z | Compiling num-iter v0.1.43 |
1557 | 2024-01-31T19:13:42.650Z | Compiling usdt-impl v0.5.0 |
1558 | 2024-01-31T19:13:42.650Z | Compiling tower-service v0.3.2 |
1559 | 2024-01-31T19:13:42.650Z | Compiling cpufeatures v0.2.12 |
1560 | 2024-01-31T19:13:43.226Z | Compiling httpdate v1.0.3 |
1561 | 2024-01-31T19:13:43.226Z | Compiling utf8parse v0.2.1 |
1562 | 2024-01-31T19:13:43.226Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-01-31T19:13:43.226Z | Compiling stable_deref_trait v1.2.0 |
1564 | 2024-01-31T19:13:43.227Z | Compiling anstyle v1.0.2 |
1565 | 2024-01-31T19:13:43.227Z | Compiling anstyle-parse v0.2.1 |
1566 | 2024-01-31T19:13:43.227Z | Compiling sha2 v0.10.8 |
1567 | 2024-01-31T19:13:43.227Z | Compiling spki v0.7.2 |
1568 | 2024-01-31T19:13:43.227Z | Compiling usdt-attr-macro v0.3.5 |
1569 | 2024-01-31T19:13:43.227Z | Compiling usdt-macro v0.3.5 |
1570 | 2024-01-31T19:13:43.228Z | Compiling hyper v0.14.27 |
1571 | 2024-01-31T19:13:43.228Z | Compiling openapiv3 v2.0.0 |
1572 | 2024-01-31T19:13:43.228Z | Compiling scroll v0.12.0 |
1573 | 2024-01-31T19:13:43.228Z | Compiling md-5 v0.10.5 |
1574 | 2024-01-31T19:13:43.228Z | Compiling idna v0.5.0 |
1575 | 2024-01-31T19:13:43.228Z | Compiling stringprep v0.1.3 |
1576 | 2024-01-31T19:13:43.228Z | Compiling diesel_table_macro_syntax v0.1.0 |
1577 | 2024-01-31T19:13:43.395Z | Compiling hash32 v0.2.1 |
1578 | 2024-01-31T19:13:43.395Z | Compiling plain v0.2.3 |
1579 | 2024-01-31T19:13:43.395Z | Compiling anstyle-query v1.0.0 |
1580 | 2024-01-31T19:13:43.782Z | Compiling colorchoice v1.0.0 |
1581 | 2024-01-31T19:13:43.815Z | Compiling gimli v0.28.0 |
1582 | 2024-01-31T19:13:44.431Z | Compiling fallible-iterator v0.2.0 |
1583 | 2024-01-31T19:13:46.192Z | Compiling postgres-protocol v0.6.6 |
1584 | 2024-01-31T19:13:47.739Z | Compiling anstream v0.5.0 |
1585 | 2024-01-31T19:13:48.689Z | Compiling goblin v0.8.0 |
1586 | 2024-01-31T19:13:48.941Z | Compiling diesel_derives v2.1.2 |
1587 | 2024-01-31T19:13:51.805Z | Compiling addr2line v0.21.0 |
1588 | 2024-01-31T19:13:53.905Z | Compiling url v2.5.0 |
1589 | 2024-01-31T19:13:55.200Z | Compiling tokio-rustls v0.24.1 |
1590 | 2024-01-31T19:13:56.793Z | Compiling tokio-native-tls v0.3.1 |
1591 | 2024-01-31T19:13:56.846Z | Compiling terminal_size v0.2.6 |
1592 | 2024-01-31T19:13:57.103Z | Compiling pkcs8 v0.10.2 |
1593 | 2024-01-31T19:13:57.944Z | Compiling phf_shared v0.11.2 |
1594 | 2024-01-31T19:13:59.102Z | Compiling serde_tokenstream v0.2.0 |
1595 | 2024-01-31T19:13:59.984Z | Compiling block-padding v0.3.3 |
1596 | 2024-01-31T19:14:00.330Z | Compiling enum-as-inner v0.5.1 |
1597 | 2024-01-31T19:14:00.575Z | Compiling serde_repr v0.1.16 |
1598 | 2024-01-31T19:14:01.868Z | Compiling clap_derive v4.4.2 |
1599 | 2024-01-31T19:14:02.572Z | Compiling ff v0.13.0 |
1600 | 2024-01-31T19:14:02.900Z | Compiling scheduled-thread-pool v0.2.7 |
1601 | 2024-01-31T19:14:03.716Z | Compiling object v0.32.1 |
1602 | 2024-01-31T19:14:07.264Z | Compiling matches v0.1.10 |
1603 | 2024-01-31T19:14:07.272Z | Compiling rustc-demangle v0.1.23 |
1604 | 2024-01-31T19:14:09.853Z | Compiling ipnet v2.9.0 |
1605 | 2024-01-31T19:14:11.447Z | Compiling deranged v0.3.8 |
1606 | 2024-01-31T19:14:11.640Z | Compiling managed v0.8.0 |
1607 | 2024-01-31T19:14:12.722Z | Compiling regex-automata v0.1.10 |
1608 | 2024-01-31T19:14:12.971Z | Compiling base16ct v0.2.0 |
1609 | 2024-01-31T19:14:13.396Z | Compiling bit-vec v0.6.3 |
1610 | 2024-01-31T19:14:14.064Z | Compiling num_threads v0.1.6 |
1611 | 2024-01-31T19:14:14.244Z | Compiling pretty-hex v0.4.1 |
1612 | 2024-01-31T19:14:14.515Z | Compiling clap_lex v0.5.1 |
1613 | 2024-01-31T19:14:14.922Z | Compiling clap_builder v4.4.2 |
1614 | 2024-01-31T19:14:15.568Z | Compiling dof v0.3.0 |
1615 | 2024-01-31T19:14:16.872Z | Compiling time v0.3.27 |
1616 | 2024-01-31T19:14:18.646Z | Compiling bstr v0.2.17 |
1617 | 2024-01-31T19:14:18.858Z | Compiling sec1 v0.7.3 |
1618 | 2024-01-31T19:14:20.537Z | Compiling idna v0.2.3 |
1619 | 2024-01-31T19:14:20.704Z | Compiling r2d2 v0.8.10 |
1620 | 2024-01-31T19:14:20.809Z | Compiling group v0.13.0 |
1621 | 2024-01-31T19:14:22.868Z | Compiling inout v0.1.3 |
1622 | 2024-01-31T19:14:23.809Z | Compiling phf v0.11.2 |
1623 | 2024-01-31T19:14:24.253Z | Compiling hyper-tls v0.5.0 |
1624 | 2024-01-31T19:14:24.742Z | Compiling signal-hook-mio v0.2.3 |
1625 | 2024-01-31T19:14:24.839Z | Compiling hyper-rustls v0.24.2 |
1626 | 2024-01-31T19:14:24.842Z | Compiling bzip2 v0.4.4 |
1627 | 2024-01-31T19:14:24.962Z | Compiling flate2 v1.0.28 |
1628 | 2024-01-31T19:14:25.340Z | Compiling postgres-types v0.2.6 |
1629 | 2024-01-31T19:14:25.445Z | Compiling zerocopy v0.6.4 |
1630 | 2024-01-31T19:14:26.261Z | Compiling hubpack v0.1.2 |
1631 | 2024-01-31T19:14:26.430Z | Compiling serde_urlencoded v0.7.1 |
1632 | 2024-01-31T19:14:26.817Z | Compiling phf_shared v0.10.0 |
1633 | 2024-01-31T19:14:26.920Z | Compiling rustls-pemfile v1.0.3 |
1634 | 2024-01-31T19:14:27.264Z | Compiling hkdf v0.12.4 |
1635 | 2024-01-31T19:14:27.495Z | Compiling ipnetwork v0.20.0 |
1636 | 2024-01-31T19:14:27.748Z | Compiling futures-executor v0.3.30 |
1637 | 2024-01-31T19:14:28.199Z | Compiling dtrace-parser v0.2.0 |
1638 | 2024-01-31T19:14:28.854Z | Compiling regress v0.7.1 |
1639 | 2024-01-31T19:14:28.878Z | Compiling crypto-bigint v0.5.2 |
1640 | 2024-01-31T19:14:29.099Z | Compiling float-cmp v0.9.0 |
1641 | 2024-01-31T19:14:29.418Z | Compiling encoding_rs v0.8.33 |
1642 | 2024-01-31T19:14:32.271Z | Compiling predicates-core v1.0.6 |
1643 | 2024-01-31T19:14:33.385Z | Compiling whoami v1.4.1 |
1644 | 2024-01-31T19:14:34.377Z | Compiling normalize-line-endings v0.3.0 |
1645 | 2024-01-31T19:14:34.954Z | Compiling difflib v0.4.0 |
1646 | 2024-01-31T19:14:36.607Z | Compiling mime v0.3.17 |
1647 | 2024-01-31T19:14:37.066Z | Compiling webpki-roots v0.25.2 |
1648 | 2024-01-31T19:14:37.137Z | Compiling either v1.9.0 |
1649 | 2024-01-31T19:14:37.434Z | Compiling minimal-lexical v0.2.1 |
1650 | 2024-01-31T19:14:37.507Z | Compiling fixedbitset v0.4.2 |
1651 | 2024-01-31T19:14:37.684Z | Compiling static_assertions v1.1.0 |
1652 | 2024-01-31T19:14:37.838Z | Compiling precomputed-hash v0.1.1 |
1653 | 2024-01-31T19:14:38.147Z | Compiling data-encoding v2.4.0 |
1654 | 2024-01-31T19:14:38.208Z | Compiling new_debug_unreachable v1.0.4 |
1655 | 2024-01-31T19:14:39.841Z | Compiling regex-automata v0.3.8 |
1656 | 2024-01-31T19:14:41.177Z | Compiling trust-dns-proto v0.22.0 |
1657 | 2024-01-31T19:14:43.717Z | Compiling bstr v1.6.0 |
1658 | 2024-01-31T19:14:43.754Z | Compiling string_cache v0.8.7 |
1659 | 2024-01-31T19:14:44.396Z | Compiling nom v7.1.3 |
1660 | 2024-01-31T19:14:50.488Z | Compiling petgraph v0.6.4 |
1661 | 2024-01-31T19:14:50.729Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1662 | 2024-01-31T19:14:51.005Z | Compiling itertools v0.10.5 |
1663 | 2024-01-31T19:14:53.885Z | Compiling reqwest v0.11.22 |
1664 | 2024-01-31T19:14:55.828Z | Compiling predicates v3.1.0 |
1665 | 2024-01-31T19:14:57.234Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1666 | 2024-01-31T19:14:58.205Z | Compiling tokio-postgres v0.7.10 |
1667 | 2024-01-31T19:15:00.257Z | Compiling elliptic-curve v0.13.8 |
1668 | 2024-01-31T19:15:09.557Z | Compiling diesel v2.1.4 |
1669 | 2024-01-31T19:15:09.879Z | Compiling futures v0.3.30 |
1670 | 2024-01-31T19:15:10.826Z | Compiling yasna v0.5.2 |
1671 | 2024-01-31T19:15:11.711Z | Compiling zip v0.6.6 |
1672 | 2024-01-31T19:15:11.974Z | Compiling crossterm v0.27.0 |
1673 | 2024-01-31T19:15:13.714Z | Compiling cipher v0.4.4 |
1674 | 2024-01-31T19:15:13.737Z | Compiling clap v4.4.3 |
1675 | 2024-01-31T19:15:13.898Z | Compiling similar v2.3.0 |
1676 | 2024-01-31T19:15:14.438Z | Compiling bit-set v0.5.3 |
1677 | 2024-01-31T19:15:14.785Z | Compiling usdt v0.3.5 |
1678 | 2024-01-31T19:15:15.192Z | Compiling console v0.15.8 |
1679 | 2024-01-31T19:15:16.863Z | Compiling tokio-stream v0.1.14 |
1680 | 2024-01-31T19:15:17.578Z | Compiling toml v0.7.8 |
1681 | 2024-01-31T19:15:17.583Z | Compiling toml_edit v0.21.0 |
1682 | 2024-01-31T19:15:17.583Z | Compiling hex v0.4.3 |
1683 | 2024-01-31T19:15:18.961Z | Compiling proc-macro-error-attr v1.0.4 |
1684 | 2024-01-31T19:15:19.749Z | Compiling lalrpop-util v0.19.12 |
1685 | 2024-01-31T19:15:22.981Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1686 | 2024-01-31T19:15:26.273Z | Compiling proc-macro-crate v1.3.1 |
1687 | 2024-01-31T19:15:29.273Z | Compiling proc-macro-error v1.0.4 |
1688 | 2024-01-31T19:15:29.716Z | Compiling heapless v0.8.0 |
1689 | 2024-01-31T19:15:34.388Z | Compiling num_enum_derive v0.5.11 |
1690 | 2024-01-31T19:15:45.894Z | Compiling atty v0.2.14 |
1691 | 2024-01-31T19:15:46.771Z | Compiling hash32 v0.3.1 |
1692 | 2024-01-31T19:15:47.149Z | Compiling rustls-pki-types v1.1.0 |
1693 | 2024-01-31T19:15:50.889Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1694 | 2024-01-31T19:15:51.384Z | Compiling smoltcp v0.11.0 |
1695 | 2024-01-31T19:15:52.839Z | Compiling ident_case v1.0.1 |
1696 | 2024-01-31T19:15:53.111Z | Compiling darling_core v0.20.3 |
1697 | 2024-01-31T19:16:06.703Z | Compiling num_enum v0.5.11 |
1698 | 2024-01-31T19:16:18.407Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1699 | 2024-01-31T19:16:25.059Z | Compiling dirs-sys-next v0.1.2 |
1700 | 2024-01-31T19:16:28.797Z | Compiling rustls v0.22.2 |
1701 | 2024-01-31T19:16:28.985Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1702 | 2024-01-31T19:16:29.396Z | Compiling embedded-io v0.4.0 |
1703 | 2024-01-31T19:16:31.890Z | Compiling cobs v0.2.3 |
1704 | 2024-01-31T19:16:32.687Z | Compiling postcard v1.0.8 |
1705 | 2024-01-31T19:17:01.184Z | Compiling dirs-next v2.0.0 |
1706 | 2024-01-31T19:17:01.490Z | Compiling darling_macro v0.20.3 |
1707 | 2024-01-31T19:17:03.654Z | Compiling rustls-webpki v0.102.1 |
1708 | 2024-01-31T19:17:07.861Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1709 | 2024-01-31T19:17:12.756Z | Compiling getopts v0.2.21 |
1710 | 2024-01-31T19:17:13.787Z | Compiling structmeta-derive v0.2.0 |
1711 | 2024-01-31T19:17:14.174Z | Compiling foreign-types-macros v0.2.3 |
1712 | 2024-01-31T19:17:16.492Z | Compiling thread_local v1.1.7 |
1713 | 2024-01-31T19:17:16.697Z | Compiling multer v3.0.0 |
1714 | 2024-01-31T19:17:17.135Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1715 | 2024-01-31T19:17:17.863Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1716 | 2024-01-31T19:17:18.094Z | Compiling slog-async v2.8.0 |
1717 | 2024-01-31T19:17:18.711Z | Compiling unsafe-libyaml v0.2.10 |
1718 | 2024-01-31T19:17:18.877Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1719 | 2024-01-31T19:17:19.154Z | Compiling paste v1.0.14 |
1720 | 2024-01-31T19:17:19.301Z | Compiling foreign-types-shared v0.3.1 |
1721 | 2024-01-31T19:17:21.088Z | Compiling match_cfg v0.1.0 |
1722 | 2024-01-31T19:17:21.262Z | Compiling hostname v0.3.1 |
1723 | 2024-01-31T19:17:21.679Z | Compiling serde_yaml v0.9.25 |
1724 | 2024-01-31T19:17:30.500Z | Compiling foreign-types v0.5.0 |
1725 | 2024-01-31T19:17:31.540Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1726 | 2024-01-31T19:17:33.039Z | Compiling structmeta v0.2.0 |
1727 | 2024-01-31T19:17:33.834Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1728 | 2024-01-31T19:17:41.536Z | Compiling darling v0.20.3 |
1729 | 2024-01-31T19:17:50.972Z | Compiling term v0.7.0 |
1730 | 2024-01-31T19:17:53.451Z | Compiling slog-json v2.6.1 |
1731 | 2024-01-31T19:17:54.258Z | Compiling is-terminal v0.4.9 |
1732 | 2024-01-31T19:17:54.449Z | Compiling crossbeam-channel v0.5.8 |
1733 | 2024-01-31T19:17:57.175Z | Compiling strum v0.25.0 |
1734 | 2024-01-31T19:17:58.116Z | Compiling http v1.0.0 |
1735 | 2024-01-31T19:17:58.882Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1736 | 2024-01-31T19:17:59.206Z | Compiling async-stream-impl v0.3.5 |
1737 | 2024-01-31T19:17:59.550Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1738 | 2024-01-31T19:18:00.074Z | Compiling cstr-argument v0.1.2 |
1739 | 2024-01-31T19:18:00.435Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1740 | 2024-01-31T19:18:00.865Z | Compiling pretty-hex v0.2.1 |
1741 | 2024-01-31T19:18:00.894Z | Compiling crucible-workspace-hack v0.1.0 |
1742 | 2024-01-31T19:18:01.177Z | Compiling fastrand v2.0.0 |
1743 | 2024-01-31T19:18:01.218Z | Compiling take_mut v0.2.2 |
1744 | 2024-01-31T19:18:01.313Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1745 | 2024-01-31T19:18:01.447Z | Compiling regex-syntax v0.7.5 |
1746 | 2024-01-31T19:18:02.236Z | Compiling atomic-waker v1.1.1 |
1747 | 2024-01-31T19:18:02.826Z | Compiling waitgroup v0.1.2 |
1748 | 2024-01-31T19:18:02.841Z | Compiling tempfile v3.9.0 |
1749 | 2024-01-31T19:18:05.862Z | Compiling async-stream v0.3.5 |
1750 | 2024-01-31T19:18:06.369Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1751 | 2024-01-31T19:18:07.025Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1752 | 2024-01-31T19:18:08.223Z | Compiling colored v2.0.4 |
1753 | 2024-01-31T19:18:08.456Z | Compiling slog-bunyan v2.5.0 |
1754 | 2024-01-31T19:18:09.011Z | Compiling slog-term v2.9.0 |
1755 | 2024-01-31T19:18:10.526Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1756 | 2024-01-31T19:18:11.780Z | Compiling parse-display-derive v0.8.2 |
1757 | 2024-01-31T19:18:12.466Z | Compiling tokio-rustls v0.25.0 |
1758 | 2024-01-31T19:18:13.186Z | Compiling serde_with_macros v3.5.1 |
1759 | 2024-01-31T19:18:14.101Z | Compiling toml v0.8.8 |
1760 | 2024-01-31T19:18:14.985Z | Compiling rustls-pemfile v2.0.0 |
1761 | 2024-01-31T19:18:16.192Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1762 | 2024-01-31T19:18:17.748Z | Compiling sha1 v0.10.6 |
1763 | 2024-01-31T19:18:18.050Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1764 | 2024-01-31T19:18:18.677Z | Compiling textwrap v0.11.0 |
1765 | 2024-01-31T19:18:19.336Z | Compiling heck v0.3.3 |
1766 | 2024-01-31T19:18:19.894Z | Compiling serde_path_to_error v0.1.15 |
1767 | 2024-01-31T19:18:20.441Z | Compiling instant v0.1.12 |
1768 | 2024-01-31T19:18:20.673Z | Compiling vec_map v0.8.2 |
1769 | 2024-01-31T19:18:21.175Z | Compiling ansi_term v0.12.1 |
1770 | 2024-01-31T19:18:21.326Z | Compiling debug-ignore v1.0.5 |
1771 | 2024-01-31T19:18:21.552Z | Compiling rayon-core v1.12.0 |
1772 | 2024-01-31T19:18:21.625Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1773 | 2024-01-31T19:18:21.976Z | Compiling libefi-sys v0.1.0 |
1774 | 2024-01-31T19:18:22.218Z | Compiling strsim v0.8.0 |
1775 | 2024-01-31T19:18:22.436Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1776 | 2024-01-31T19:18:22.570Z | Compiling clap v2.34.0 |
1777 | 2024-01-31T19:18:24.518Z | Compiling backoff v0.4.0 |
1778 | 2024-01-31T19:18:25.072Z | Compiling structopt-derive v0.4.18 |
1779 | 2024-01-31T19:18:27.422Z | Compiling parse-display v0.8.2 |
1780 | 2024-01-31T19:18:27.743Z | Compiling serde_with v3.5.1 |
1781 | 2024-01-31T19:18:29.560Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1782 | 2024-01-31T19:18:32.476Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1783 | 2024-01-31T19:18:33.293Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1784 | 2024-01-31T19:18:33.566Z | Compiling zone_cfg_derive v0.3.0 |
1785 | 2024-01-31T19:18:35.619Z | Compiling crossbeam-deque v0.8.3 |
1786 | 2024-01-31T19:18:35.761Z | Compiling macaddr v1.0.1 |
1787 | 2024-01-31T19:18:36.410Z | Compiling num-derive v0.4.0 |
1788 | 2024-01-31T19:18:36.662Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1789 | 2024-01-31T19:18:36.954Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1790 | 2024-01-31T19:18:36.987Z | Compiling portable-atomic v1.4.3 |
1791 | 2024-01-31T19:18:38.775Z | Compiling zone v0.3.0 |
1792 | 2024-01-31T19:18:40.015Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1793 | 2024-01-31T19:18:42.875Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1794 | 2024-01-31T19:18:43.752Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1795 | 2024-01-31T19:18:44.473Z | Compiling structopt v0.3.26 |
1796 | 2024-01-31T19:18:44.720Z | Compiling camino-tempfile v1.1.1 |
1797 | 2024-01-31T19:18:45.954Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1798 | 2024-01-31T19:18:46.268Z | Compiling smf v0.2.2 |
1799 | 2024-01-31T19:18:46.944Z | Compiling filetime v0.2.23 |
1800 | 2024-01-31T19:18:47.488Z | Compiling xattr v1.0.1 |
1801 | 2024-01-31T19:18:47.891Z | Compiling same-file v1.0.6 |
1802 | 2024-01-31T19:18:48.317Z | Compiling tar v0.4.40 |
1803 | 2024-01-31T19:18:48.349Z | Compiling walkdir v2.4.0 |
1804 | 2024-01-31T19:18:49.899Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1805 | 2024-01-31T19:18:50.942Z | Compiling rayon v1.8.0 |
1806 | 2024-01-31T19:18:51.278Z | Compiling gethostname v0.4.3 |
1807 | 2024-01-31T19:18:51.710Z | Compiling number_prefix v0.4.0 |
1808 | 2024-01-31T19:18:52.090Z | Compiling topological-sort v0.2.2 |
1809 | 2024-01-31T19:18:52.449Z | Compiling omicron-zone-package v0.10.1 |
1810 | 2024-01-31T19:18:54.183Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1811 | 2024-01-31T19:18:57.646Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1812 | 2024-01-31T19:18:59.621Z | Compiling indicatif v0.17.7 |
1813 | 2024-01-31T19:19:02.659Z | Compiling swrite v0.1.0 |
1814 | 2024-01-31T19:19:10.944Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1815 | 2024-01-31T19:19:14.624Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1816 | 2024-01-31T19:19:16.596Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1817 | 2024-01-31T19:19:43.865Z | Finished release [optimized] target(s) in 8m 10s |
1818 | 2024-01-31T19:19:44.128Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1819 | 2024-01-31T19:19:44.217Z | Created new build target 'test' and set it as active |
1820 | 2024-01-31T19:19:44.221Z | |
1821 | 2024-01-31T19:19:44.221Z | real 8:10.721198544 |
1822 | 2024-01-31T19:19:44.221Z | user 55:05.848875013 |
1823 | 2024-01-31T19:19:44.222Z | sys 4:42.890785833 |
1824 | 2024-01-31T19:19:44.222Z | trap 2.140374714 |
1825 | 2024-01-31T19:19:44.222Z | tflt 3.551468138 |
1826 | 2024-01-31T19:19:44.222Z | dflt 3.269845096 |
1827 | 2024-01-31T19:19:44.222Z | kflt 0.019932347 |
1828 | 2024-01-31T19:19:44.222Z | lock 2:01:04.398617636 |
1829 | 2024-01-31T19:19:44.222Z | slp 2:35:39.468790730 |
1830 | 2024-01-31T19:19:44.222Z | lat 2:32.350518624 |
1831 | 2024-01-31T19:19:44.222Z | stop 3:58.177964288 |
1832 | 2024-01-31T19:19:44.225Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1833 | 2024-01-31T19:19:45.358Z | Finished release [optimized] target(s) in 1.05s |
1834 | 2024-01-31T19:19:45.394Z | Running `target/release/omicron-package -t test package` |
1835 | 2024-01-31T19:19:45.429Z | Jan 31 19:19:45.407 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1836 | 2024-01-31T19:19:46.644Z | Compiling linked-hash-map v0.5.6 |
1837 | 2024-01-31T19:19:46.647Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1838 | 2024-01-31T19:19:46.647Z | Compiling usdt-macro v0.5.0 |
1839 | 2024-01-31T19:19:46.647Z | Compiling usdt-attr-macro v0.5.0 |
1840 | 2024-01-31T19:19:46.648Z | Compiling memmap v0.7.0 |
1841 | 2024-01-31T19:19:46.666Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1842 | 2024-01-31T19:19:46.670Z | Compiling password-hash v0.5.0 |
1843 | 2024-01-31T19:19:46.676Z | Compiling blake2 v0.10.6 |
1844 | 2024-01-31T19:19:47.367Z | Compiling lru-cache v0.1.2 |
1845 | 2024-01-31T19:19:47.379Z | Compiling semver v0.1.20 |
1846 | 2024-01-31T19:19:47.504Z | Compiling argon2 v0.5.3 |
1847 | 2024-01-31T19:19:48.288Z | Compiling rustc_version v0.1.7 |
1848 | 2024-01-31T19:19:48.790Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1849 | 2024-01-31T19:19:48.902Z | Compiling quick-error v1.2.3 |
1850 | 2024-01-31T19:19:48.994Z | Compiling usdt v0.5.0 |
1851 | 2024-01-31T19:19:49.004Z | Compiling same-file v1.0.6 |
1852 | 2024-01-31T19:19:49.082Z | Compiling resolv-conf v0.7.0 |
1853 | 2024-01-31T19:19:49.326Z | Compiling walkdir v2.4.0 |
1854 | 2024-01-31T19:19:49.767Z | Compiling newtype_derive v0.1.6 |
1855 | 2024-01-31T19:19:50.198Z | Compiling itertools v0.12.0 |
1856 | 2024-01-31T19:19:50.416Z | Compiling semver-parser v0.10.2 |
1857 | 2024-01-31T19:19:50.866Z | Compiling slog-dtrace v0.3.0 |
1858 | 2024-01-31T19:19:51.300Z | Compiling fastrand v2.0.0 |
1859 | 2024-01-31T19:19:51.569Z | Compiling semver v0.11.0 |
1860 | 2024-01-31T19:19:52.070Z | Compiling tempfile v3.9.0 |
1861 | 2024-01-31T19:19:52.240Z | Compiling trust-dns-resolver v0.22.0 |
1862 | 2024-01-31T19:19:52.317Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1863 | 2024-01-31T19:19:52.644Z | Compiling nibble_vec v0.1.0 |
1864 | 2024-01-31T19:19:52.715Z | Compiling xattr v1.0.1 |
1865 | 2024-01-31T19:19:52.964Z | Compiling filetime v0.2.23 |
1866 | 2024-01-31T19:19:53.066Z | Compiling home v0.5.5 |
1867 | 2024-01-31T19:19:53.252Z | Compiling endian-type v0.1.2 |
1868 | 2024-01-31T19:19:53.384Z | Compiling toolchain_find v0.2.0 |
1869 | 2024-01-31T19:19:53.408Z | Compiling tar v0.4.40 |
1870 | 2024-01-31T19:19:53.627Z | Compiling radix_trie v0.2.1 |
1871 | 2024-01-31T19:19:54.236Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1872 | 2024-01-31T19:19:54.856Z | Compiling toml v0.5.11 |
1873 | 2024-01-31T19:19:55.022Z | Compiling topological-sort v0.2.2 |
1874 | 2024-01-31T19:19:55.332Z | Compiling radium v0.7.0 |
1875 | 2024-01-31T19:19:55.956Z | Compiling omicron-zone-package v0.10.1 |
1876 | 2024-01-31T19:19:56.086Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1877 | 2024-01-31T19:19:56.277Z | Compiling steno v0.4.0 |
1878 | 2024-01-31T19:19:56.375Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1879 | 2024-01-31T19:19:56.457Z | Compiling toml v0.8.8 |
1880 | 2024-01-31T19:19:59.019Z | Compiling rustfmt-wrapper v0.2.0 |
1881 | 2024-01-31T19:19:59.975Z | Compiling num-rational v0.4.1 |
1882 | 2024-01-31T19:20:00.147Z | Compiling cancel-safe-futures v0.1.5 |
1883 | 2024-01-31T19:20:00.363Z | Compiling maybe-uninit v2.0.0 |
1884 | 2024-01-31T19:20:00.436Z | Compiling tap v1.0.1 |
1885 | 2024-01-31T19:20:00.691Z | Compiling wyz v0.5.1 |
1886 | 2024-01-31T19:20:01.103Z | Compiling funty v2.0.0 |
1887 | 2024-01-31T19:20:01.435Z | Compiling num-bigint-dig v0.8.4 |
1888 | 2024-01-31T19:20:01.845Z | Compiling packed_struct v0.10.1 |
1889 | 2024-01-31T19:20:01.904Z | Compiling crc-catalog v2.2.0 |
1890 | 2024-01-31T19:20:02.124Z | Compiling crc v3.0.1 |
1891 | 2024-01-31T19:20:03.277Z | Compiling bitvec v1.0.1 |
1892 | 2024-01-31T19:20:03.750Z | Compiling num-complex v0.4.4 |
1893 | 2024-01-31T19:20:06.006Z | Compiling fxhash v0.2.1 |
1894 | 2024-01-31T19:20:06.036Z | Compiling packed_struct_codegen v0.10.1 |
1895 | 2024-01-31T19:20:06.340Z | Compiling indexmap v1.9.3 |
1896 | 2024-01-31T19:20:06.782Z | Compiling utf-8 v0.7.6 |
1897 | 2024-01-31T19:20:06.982Z | Compiling nodrop v0.1.14 |
1898 | 2024-01-31T19:20:07.560Z | Compiling array-init v0.0.4 |
1899 | 2024-01-31T19:20:07.571Z | Compiling tungstenite v0.20.1 |
1900 | 2024-01-31T19:20:09.304Z | Compiling num v0.4.1 |
1901 | 2024-01-31T19:20:09.449Z | Compiling smallvec v0.6.14 |
1902 | 2024-01-31T19:20:10.319Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1903 | 2024-01-31T19:20:11.923Z | Compiling pkcs1 v0.7.5 |
1904 | 2024-01-31T19:20:17.253Z | Compiling signature v2.1.0 |
1905 | 2024-01-31T19:20:17.619Z | Compiling half v2.3.1 |
1906 | 2024-01-31T19:20:18.191Z | Compiling unicase v2.7.0 |
1907 | 2024-01-31T19:20:18.308Z | Compiling hashbrown v0.12.3 |
1908 | 2024-01-31T19:20:18.647Z | Compiling bitfield v0.14.0 |
1909 | 2024-01-31T19:20:18.918Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1910 | 2024-01-31T19:20:19.113Z | Compiling ciborium-io v0.2.2 |
1911 | 2024-01-31T19:20:19.285Z | Compiling termcolor v1.2.0 |
1912 | 2024-01-31T19:20:19.418Z | Compiling ciborium-ll v0.2.2 |
1913 | 2024-01-31T19:20:20.391Z | Compiling env_logger v0.10.0 |
1914 | 2024-01-31T19:20:21.429Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1915 | 2024-01-31T19:20:21.986Z | Compiling rsa v0.9.2 |
1916 | 2024-01-31T19:20:26.787Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1917 | 2024-01-31T19:20:30.252Z | Compiling serde-hex v0.1.0 |
1918 | 2024-01-31T19:20:30.643Z | Compiling tokio-tungstenite v0.20.1 |
1919 | 2024-01-31T19:20:30.966Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1920 | 2024-01-31T19:20:31.459Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1921 | 2024-01-31T19:20:31.538Z | Compiling x509-cert v0.2.4 |
1922 | 2024-01-31T19:20:39.226Z | Compiling ron v0.8.1 |
1923 | 2024-01-31T19:20:40.441Z | Compiling crc-any v2.4.3 |
1924 | 2024-01-31T19:20:41.992Z | Compiling arc-swap v1.6.0 |
1925 | 2024-01-31T19:20:43.176Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1926 | 2024-01-31T19:20:49.813Z | Compiling slog-scope v4.4.0 |
1927 | 2024-01-31T19:20:51.287Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1928 | 2024-01-31T19:20:54.192Z | Compiling object v0.30.4 |
1929 | 2024-01-31T19:20:54.219Z | Compiling ciborium v0.2.2 |
1930 | 2024-01-31T19:20:58.005Z | Compiling libsw v3.3.1 |
1931 | 2024-01-31T19:20:58.506Z | Compiling derive-where v1.2.7 |
1932 | 2024-01-31T19:21:03.894Z | Compiling display-error-chain v0.2.0 |
1933 | 2024-01-31T19:21:04.145Z | Compiling parking_lot_core v0.8.6 |
1934 | 2024-01-31T19:21:04.723Z | Compiling owo-colors v4.0.0 |
1935 | 2024-01-31T19:21:09.119Z | Compiling linear-map v1.2.0 |
1936 | 2024-01-31T19:21:09.741Z | Compiling path-slash v0.1.5 |
1937 | 2024-01-31T19:21:10.128Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1938 | 2024-01-31T19:21:10.167Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1939 | 2024-01-31T19:21:13.707Z | Compiling slog-stdlog v4.1.1 |
1940 | 2024-01-31T19:21:14.247Z | Compiling convert_case v0.4.0 |
1941 | 2024-01-31T19:21:15.505Z | Compiling derive_more v0.99.17 |
1942 | 2024-01-31T19:21:15.720Z | Compiling slog-envlogger v2.2.0 |
1943 | 2024-01-31T19:21:20.431Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1944 | 2024-01-31T19:21:21.746Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1945 | 2024-01-31T19:21:27.719Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1946 | 2024-01-31T19:21:28.219Z | Compiling dirs-sys-next v0.1.2 |
1947 | 2024-01-31T19:21:28.694Z | Compiling crunchy v0.2.2 |
1948 | 2024-01-31T19:21:29.360Z | Compiling glob v0.3.1 |
1949 | 2024-01-31T19:21:29.448Z | Compiling platforms v3.0.2 |
1950 | 2024-01-31T19:21:29.944Z | Compiling dirs-next v2.0.0 |
1951 | 2024-01-31T19:21:30.180Z | Compiling parking_lot v0.11.2 |
1952 | 2024-01-31T19:21:30.718Z | Compiling clang-sys v1.6.1 |
1953 | 2024-01-31T19:21:31.768Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1954 | 2024-01-31T19:21:34.273Z | Compiling mime_guess v2.0.4 |
1955 | 2024-01-31T19:21:34.625Z | Compiling trust-dns-client v0.22.0 |
1956 | 2024-01-31T19:21:36.393Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1957 | 2024-01-31T19:21:38.877Z | Compiling pem v3.0.2 |
1958 | 2024-01-31T19:21:39.020Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1959 | 2024-01-31T19:21:43.713Z | Compiling prettyplease v0.2.16 |
1960 | 2024-01-31T19:21:44.135Z | Compiling tiny-keccak v2.0.2 |
1961 | 2024-01-31T19:21:44.578Z | Compiling trust-dns-server v0.22.1 |
1962 | 2024-01-31T19:21:49.423Z | Compiling sled v0.34.7 |
1963 | 2024-01-31T19:21:53.092Z | Compiling term v0.7.0 |
1964 | 2024-01-31T19:21:56.127Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1965 | 2024-01-31T19:21:59.032Z | Compiling darling_core v0.14.4 |
1966 | 2024-01-31T19:22:04.748Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1967 | 2024-01-31T19:22:05.072Z | Compiling vte_generate_state_changes v0.1.1 |
1968 | 2024-01-31T19:22:06.004Z | Compiling vte v0.11.1 |
1969 | 2024-01-31T19:22:07.857Z | Compiling darling_macro v0.14.4 |
1970 | 2024-01-31T19:22:09.377Z | Compiling curve25519-dalek v4.1.1 |
1971 | 2024-01-31T19:22:09.970Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1972 | 2024-01-31T19:22:10.156Z | Compiling ascii-canvas v3.0.0 |
1973 | 2024-01-31T19:22:13.994Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1974 | 2024-01-31T19:22:18.155Z | Compiling is-terminal v0.4.9 |
1975 | 2024-01-31T19:22:18.319Z | Compiling kstat-rs v0.2.3 |
1976 | 2024-01-31T19:22:20.473Z | Compiling ena v0.14.2 |
1977 | 2024-01-31T19:22:21.549Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1978 | 2024-01-31T19:22:22.245Z | Compiling memoffset v0.7.1 |
1979 | 2024-01-31T19:22:22.753Z | Compiling libloading v0.7.4 |
1980 | 2024-01-31T19:22:22.780Z | Compiling diff v0.1.13 |
1981 | 2024-01-31T19:22:23.276Z | Compiling bindgen v0.69.2 |
1982 | 2024-01-31T19:22:23.713Z | Compiling keccak v0.1.4 |
1983 | 2024-01-31T19:22:23.976Z | Compiling bytecount v0.6.3 |
1984 | 2024-01-31T19:22:24.442Z | Compiling buf-list v1.0.3 |
1985 | 2024-01-31T19:22:25.239Z | Compiling regex-syntax v0.6.29 |
1986 | 2024-01-31T19:22:25.330Z | Compiling doc-comment v0.3.3 |
1987 | 2024-01-31T19:22:26.379Z | Compiling sha3 v0.10.8 |
1988 | 2024-01-31T19:22:27.803Z | Compiling papergrid v0.11.0 |
1989 | 2024-01-31T19:22:34.585Z | Compiling lalrpop v0.19.12 |
1990 | 2024-01-31T19:22:41.925Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1991 | 2024-01-31T19:22:42.221Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1992 | 2024-01-31T19:22:55.102Z | Compiling darling v0.14.4 |
1993 | 2024-01-31T19:22:55.255Z | Compiling strip-ansi-escapes v0.2.0 |
1994 | 2024-01-31T19:22:55.617Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1995 | 2024-01-31T19:22:56.642Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1996 | 2024-01-31T19:22:57.572Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1997 | 2024-01-31T19:23:00.919Z | Compiling tabled_derive v0.7.0 |
1998 | 2024-01-31T19:23:01.272Z | Compiling fd-lock v4.0.2 |
1999 | 2024-01-31T19:23:01.578Z | Compiling fd-lock v3.0.13 |
2000 | 2024-01-31T19:23:01.895Z | Compiling cexpr v0.6.0 |
2001 | 2024-01-31T19:23:04.298Z | Compiling which v4.4.0 |
2002 | 2024-01-31T19:23:04.495Z | Compiling universal-hash v0.5.1 |
2003 | 2024-01-31T19:23:04.818Z | Compiling nix v0.27.1 |
2004 | 2024-01-31T19:23:05.081Z | Compiling secrecy v0.8.0 |
2005 | 2024-01-31T19:23:05.475Z | Compiling pin-project-internal v1.1.3 |
2006 | 2024-01-31T19:23:06.918Z | Compiling thiserror-impl-no-std v2.0.2 |
2007 | 2024-01-31T19:23:09.423Z | Compiling sqlparser_derive v0.2.2 |
2008 | 2024-01-31T19:23:10.051Z | Compiling curve25519-dalek-derive v0.1.0 |
2009 | 2024-01-31T19:23:11.117Z | Compiling rustc-hash v1.1.0 |
2010 | 2024-01-31T19:23:11.274Z | Compiling nu-ansi-term v0.49.0 |
2011 | 2024-01-31T19:23:11.377Z | Compiling shlex v1.3.0 |
2012 | 2024-01-31T19:23:11.953Z | Compiling peeking_take_while v0.1.2 |
2013 | 2024-01-31T19:23:12.148Z | Compiling opaque-debug v0.3.0 |
2014 | 2024-01-31T19:23:12.260Z | Compiling lazycell v1.3.0 |
2015 | 2024-01-31T19:23:12.513Z | Compiling unicode_categories v0.1.1 |
2016 | 2024-01-31T19:23:13.090Z | Compiling sqlformat v0.2.3 |
2017 | 2024-01-31T19:23:13.583Z | Compiling rustyline v13.0.0 |
2018 | 2024-01-31T19:23:17.263Z | Compiling poly1305 v0.8.0 |
2019 | 2024-01-31T19:23:21.844Z | Compiling reedline v0.28.0 |
2020 | 2024-01-31T19:23:23.474Z | Compiling polar-core v0.27.0 |
2021 | 2024-01-31T19:23:43.436Z | Compiling thiserror-no-std v2.0.2 |
2022 | 2024-01-31T19:23:43.436Z | Compiling sqlparser v0.43.1 |
2023 | 2024-01-31T19:23:44.018Z | Compiling pin-project v1.1.3 |
2024 | 2024-01-31T19:23:44.237Z | Compiling tabled v0.15.0 |
2025 | 2024-01-31T19:23:44.646Z | Compiling derive_builder_core v0.12.0 |
2026 | 2024-01-31T19:23:44.646Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2027 | 2024-01-31T19:23:44.646Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2028 | 2024-01-31T19:23:44.646Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2029 | 2024-01-31T19:23:44.646Z | Compiling chacha20 v0.9.1 |
2030 | 2024-01-31T19:23:44.646Z | Compiling headers-core v0.2.0 |
2031 | 2024-01-31T19:23:44.646Z | Compiling aead v0.5.2 |
2032 | 2024-01-31T19:23:44.646Z | Compiling bcs v0.1.6 |
2033 | 2024-01-31T19:23:44.646Z | Compiling libxml v0.3.3 |
2034 | 2024-01-31T19:23:44.647Z | Compiling snafu-derive v0.7.5 |
2035 | 2024-01-31T19:23:44.647Z | Compiling fs-err v2.11.0 |
2036 | 2024-01-31T19:23:44.647Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2037 | 2024-01-31T19:23:44.647Z | Compiling highway v1.1.0 |
2038 | 2024-01-31T19:23:44.647Z | Compiling signature v1.6.4 |
2039 | 2024-01-31T19:23:44.647Z | Compiling salty v0.2.0 |
2040 | 2024-01-31T19:23:44.647Z | Compiling ref-cast v1.0.20 |
2041 | 2024-01-31T19:23:44.647Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2042 | 2024-01-31T19:23:44.691Z | Compiling ed25519 v1.5.3 |
2043 | 2024-01-31T19:23:45.007Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2044 | 2024-01-31T19:23:46.818Z | Compiling snafu v0.7.5 |
2045 | 2024-01-31T19:23:49.111Z | Compiling chacha20poly1305 v0.10.1 |
2046 | 2024-01-31T19:23:49.239Z | Compiling headers v0.3.9 |
2047 | 2024-01-31T19:23:49.838Z | Compiling samael v0.0.14 |
2048 | 2024-01-31T19:23:52.050Z | Compiling derive_builder_macro v0.12.0 |
2049 | 2024-01-31T19:23:53.277Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2050 | 2024-01-31T19:23:55.477Z | Compiling vsss-rs v3.3.4 |
2051 | 2024-01-31T19:24:03.718Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2052 | 2024-01-31T19:24:04.859Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2053 | 2024-01-31T19:24:05.396Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2054 | 2024-01-31T19:24:05.830Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2055 | 2024-01-31T19:24:06.565Z | Compiling globset v0.4.13 |
2056 | 2024-01-31T19:24:10.272Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2057 | 2024-01-31T19:24:11.324Z | Compiling olpc-cjson v0.1.3 |
2058 | 2024-01-31T19:24:12.205Z | Compiling strum_macros v0.24.3 |
2059 | 2024-01-31T19:24:14.882Z | Compiling serde_plain v1.0.2 |
2060 | 2024-01-31T19:24:15.738Z | Compiling serde-big-array v0.5.1 |
2061 | 2024-01-31T19:24:16.089Z | Compiling async-recursion v1.0.5 |
2062 | 2024-01-31T19:24:17.573Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2063 | 2024-01-31T19:24:17.587Z | Compiling ref-cast-impl v1.0.20 |
2064 | 2024-01-31T19:24:18.120Z | Compiling cookie v0.18.0 |
2065 | 2024-01-31T19:24:18.573Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2066 | 2024-01-31T19:24:18.857Z | Compiling typed-path v0.7.0 |
2067 | 2024-01-31T19:24:19.450Z | Compiling http-range v0.1.5 |
2068 | 2024-01-31T19:24:20.428Z | Compiling indoc v1.0.9 |
2069 | 2024-01-31T19:24:20.922Z | Compiling hyper-staticfile v0.9.5 |
2070 | 2024-01-31T19:24:21.229Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2071 | 2024-01-31T19:24:21.779Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2072 | 2024-01-31T19:24:26.138Z | Compiling tough v0.16.0 |
2073 | 2024-01-31T19:24:26.563Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2074 | 2024-01-31T19:24:34.625Z | Compiling derive_builder v0.12.0 |
2075 | 2024-01-31T19:24:55.761Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2076 | 2024-01-31T19:24:56.189Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2077 | 2024-01-31T19:24:56.509Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2078 | 2024-01-31T19:24:59.652Z | Compiling signal-hook-tokio v0.3.1 |
2079 | 2024-01-31T19:24:59.870Z | Compiling bb8 v0.8.1 |
2080 | 2024-01-31T19:25:00.764Z | Compiling quick-xml v0.30.0 |
2081 | 2024-01-31T19:25:01.560Z | Compiling serde-big-array v0.4.1 |
2082 | 2024-01-31T19:25:01.834Z | Compiling oso-derive v0.27.0 |
2083 | 2024-01-31T19:25:03.340Z | Compiling impl-trait-for-tuples v0.2.2 |
2084 | 2024-01-31T19:25:05.069Z | Compiling parse-size v1.0.0 |
2085 | 2024-01-31T19:25:05.573Z | Compiling maplit v1.0.2 |
2086 | 2024-01-31T19:25:05.802Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2087 | 2024-01-31T19:25:19.591Z | Compiling oso v0.27.0 |
2088 | 2024-01-31T19:25:20.331Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2089 | 2024-01-31T19:25:41.044Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2090 | 2024-01-31T19:25:42.354Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2091 | 2024-01-31T19:25:42.792Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2092 | 2024-01-31T19:25:54.284Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2093 | 2024-01-31T19:25:54.571Z | Compiling corncobs v0.1.3 |
2094 | 2024-01-31T19:25:54.571Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2095 | 2024-01-31T19:25:54.571Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2096 | 2024-01-31T19:25:54.571Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2097 | 2024-01-31T19:25:54.571Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2098 | 2024-01-31T19:25:54.697Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2099 | 2024-01-31T19:26:02.276Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2100 | 2024-01-31T19:26:07.071Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2101 | 2024-01-31T19:26:18.026Z | Compiling rcgen v0.12.1 |
2102 | 2024-01-31T19:26:36.844Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2103 | 2024-01-31T19:26:37.978Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2104 | 2024-01-31T19:26:38.401Z | Compiling atomicwrites v0.4.3 |
2105 | 2024-01-31T19:26:39.262Z | Compiling lru v0.12.1 |
2106 | 2024-01-31T19:26:39.755Z | Compiling stability v0.1.1 |
2107 | 2024-01-31T19:26:41.215Z | Compiling subprocess v0.2.9 |
2108 | 2024-01-31T19:26:50.634Z | Compiling unicode-linebreak v0.1.5 |
2109 | 2024-01-31T19:26:50.634Z | Compiling indoc v2.0.3 |
2110 | 2024-01-31T19:26:50.689Z | Compiling smawk v0.3.1 |
2111 | 2024-01-31T19:26:50.806Z | Compiling cassowary v0.3.0 |
2112 | 2024-01-31T19:26:51.547Z | Compiling ratatui v0.25.0 |
2113 | 2024-01-31T19:26:58.408Z | Compiling textwrap v0.16.0 |
2114 | 2024-01-31T19:27:04.767Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2115 | 2024-01-31T19:27:09.367Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2116 | 2024-01-31T19:27:19.296Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2117 | 2024-01-31T19:27:20.571Z | Compiling fatfs v0.3.6 |
2118 | 2024-01-31T19:27:26.006Z | Compiling nanorand v0.7.0 |
2119 | 2024-01-31T19:27:27.177Z | Compiling rtoolbox v0.0.1 |
2120 | 2024-01-31T19:27:27.932Z | Compiling humantime v2.1.0 |
2121 | 2024-01-31T19:27:27.956Z | Compiling is_ci v1.1.1 |
2122 | 2024-01-31T19:27:28.303Z | Compiling assert_matches v1.5.0 |
2123 | 2024-01-31T19:27:28.441Z | Compiling supports-color v2.1.0 |
2124 | 2024-01-31T19:27:28.966Z | Compiling rpassword v7.3.1 |
2125 | 2024-01-31T19:27:29.579Z | Compiling flume v0.11.0 |
2126 | 2024-01-31T19:27:29.623Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2127 | 2024-01-31T19:27:30.926Z | Compiling tui-tree-widget v0.16.0 |
2128 | 2024-01-31T19:27:31.415Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2129 | 2024-01-31T19:27:31.717Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2130 | 2024-01-31T19:27:32.128Z | Compiling shell-words v1.1.0 |
2131 | 2024-01-31T19:27:32.817Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2132 | 2024-01-31T19:27:55.429Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2133 | 2024-01-31T19:28:43.773Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2134 | 2024-01-31T19:31:03.574Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2135 | 2024-01-31T19:31:29.789Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2136 | 2024-01-31T19:31:51.152Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2137 | 2024-01-31T19:41:49.006Z | Finished release [optimized] target(s) in 22m 03s |
2138 | 2024-01-31T19:43:23.459Z | |
2139 | 2024-01-31T19:43:23.895Z | real 23:39.349523530 |
2140 | 2024-01-31T19:43:23.895Z | user 2:41:57.619300304 |
2141 | 2024-01-31T19:43:23.895Z | sys 6:04.558647275 |
2142 | 2024-01-31T19:43:23.895Z | trap 5.289047628 |
2143 | 2024-01-31T19:43:23.895Z | tflt 1.254357971 |
2144 | 2024-01-31T19:43:23.895Z | dflt 1.393677454 |
2145 | 2024-01-31T19:43:23.895Z | kflt 0.010559157 |
2146 | 2024-01-31T19:43:23.895Z | lock 9:40:35.830733347 |
2147 | 2024-01-31T19:43:23.895Z | slp 6:25:22.823538042 |
2148 | 2024-01-31T19:43:23.895Z | lat 3:01.662005966 |
2149 | 2024-01-31T19:43:23.895Z | stop 48.296392181 |
2150 | 2024-01-31T19:43:23.895Z | + 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/*) |
2151 | 2024-01-31T19:43:23.895Z | + pfexec mkdir -p /work |
2152 | 2024-01-31T19:43:23.895Z | + pfexec chown build /work |
2153 | 2024-01-31T19:43:23.895Z | + 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 |
2154 | 2024-01-31T19:43:37.644Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2155 | 2024-01-31T19:43:37.644Z | a out/mg-ddm-gz.tar 61586K |
2156 | 2024-01-31T19:43:37.645Z | a out/omicron-sled-agent.tar 119347K |
2157 | 2024-01-31T19:43:37.645Z | a out/oxlog.tar 8187K |
2158 | 2024-01-31T19:43:37.645Z | a out/target/test 1K |
2159 | 2024-01-31T19:43:37.645Z | a out/npuzone/npuzone 36313K |
2160 | 2024-01-31T19:43:37.646Z | a package-manifest.toml 24K |
2161 | 2024-01-31T19:43:37.646Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2162 | 2024-01-31T19:43:37.646Z | a target/release/omicron-package 43542K |
2163 | 2024-01-31T19:43:37.647Z | a tools/create_virtual_hardware.sh 4K |
2164 | 2024-01-31T19:43:37.647Z | a tools/virtual_hardware.sh 4K |
2165 | 2024-01-31T19:43:37.647Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2166 | 2024-01-31T19:43:37.647Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2167 | 2024-01-31T19:43:37.648Z | a tools/scrimlet/softnpu-init.sh 3K |
2168 | 2024-01-31T19:43:37.648Z | a tools/scrimlet/softnpu-zone.txt 1K |
2169 | 2024-01-31T19:43:37.648Z | a tools/scrimlet/softnpu.toml 1K |
2170 | 2024-01-31T19:43:37.723Z | |
2171 | 2024-01-31T19:43:37.723Z | real 14.166249856 |
2172 | 2024-01-31T19:43:37.723Z | user 13.554822484 |
2173 | 2024-01-31T19:43:37.724Z | sys 1.095596556 |
2174 | 2024-01-31T19:43:37.724Z | trap 0.004258258 |
2175 | 2024-01-31T19:43:37.725Z | tflt 0.000000000 |
2176 | 2024-01-31T19:43:37.725Z | dflt 0.000000000 |
2177 | 2024-01-31T19:43:37.726Z | kflt 0.000000000 |
2178 | 2024-01-31T19:43:37.726Z | lock 0.000000000 |
2179 | 2024-01-31T19:43:37.726Z | slp 13.264130975 |
2180 | 2024-01-31T19:43:37.726Z | lat 0.410239763 |
2181 | 2024-01-31T19:43:37.726Z | stop 0.000243558 |
2182 | 2024-01-31T19:43:37.726Z | ++ pwd |
2183 | 2024-01-31T19:43:37.726Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2184 | 2024-01-31T19:43:37.726Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2185 | 2024-01-31T19:43:37.726Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2186 | 2024-01-31T19:43:38.829Z | Finished release [optimized] target(s) in 1.09s |
2187 | 2024-01-31T19:43:38.856Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2188 | 2024-01-31T19:43:38.897Z | Created new build target 'host' and set it as active |
2189 | 2024-01-31T19:43:38.916Z | |
2190 | 2024-01-31T19:43:38.916Z | real 1.252180225 |
2191 | 2024-01-31T19:43:38.916Z | user 0.885183352 |
2192 | 2024-01-31T19:43:38.916Z | sys 0.366657848 |
2193 | 2024-01-31T19:43:38.916Z | trap 0.000308414 |
2194 | 2024-01-31T19:43:38.917Z | tflt 0.000010857 |
2195 | 2024-01-31T19:43:38.917Z | dflt 0.000004589 |
2196 | 2024-01-31T19:43:38.917Z | kflt 0.000000000 |
2197 | 2024-01-31T19:43:38.917Z | lock 0.034716311 |
2198 | 2024-01-31T19:43:38.917Z | slp 0.022168750 |
2199 | 2024-01-31T19:43:38.917Z | lat 0.002620048 |
2200 | 2024-01-31T19:43:38.917Z | stop 0.000214703 |
2201 | 2024-01-31T19:43:38.917Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2202 | 2024-01-31T19:43:40.020Z | Finished release [optimized] target(s) in 1.03s |
2203 | 2024-01-31T19:43:40.048Z | Running `target/release/omicron-package -t host package` |
2204 | 2024-01-31T19:43:40.505Z | Jan 31 19:43:40.193 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2205 | 2024-01-31T19:43:41.241Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2206 | 2024-01-31T19:44:03.838Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2207 | 2024-01-31T19:46:03.803Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2208 | 2024-01-31T19:48:15.165Z | Finished release [optimized] target(s) in 4m 35s |
2209 | 2024-01-31T19:50:13.241Z | |
2210 | 2024-01-31T19:50:13.244Z | real 6:34.369661701 |
2211 | 2024-01-31T19:50:13.244Z | user 28:42.926626467 |
2212 | 2024-01-31T19:50:13.244Z | sys 1:19.265052765 |
2213 | 2024-01-31T19:50:13.244Z | trap 0.786121528 |
2214 | 2024-01-31T19:50:13.244Z | tflt 0.138947518 |
2215 | 2024-01-31T19:50:13.244Z | dflt 1.371798310 |
2216 | 2024-01-31T19:50:13.244Z | kflt 0.000027339 |
2217 | 2024-01-31T19:50:13.244Z | lock 1:43:00.179271044 |
2218 | 2024-01-31T19:50:13.244Z | slp 31:48.203959038 |
2219 | 2024-01-31T19:50:13.244Z | lat 13.164107505 |
2220 | 2024-01-31T19:50:13.244Z | stop 1.289321244 |
2221 | 2024-01-31T19:50:13.244Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2222 | 2024-01-31T19:50:13.244Z | + for package in "$@" |
2223 | 2024-01-31T19:50:13.244Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2224 | 2024-01-31T19:50:13.245Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+gitb0125c4be76 |
2225 | 2024-01-31T19:50:14.401Z | Finished release [optimized] target(s) in 1.07s |
2226 | 2024-01-31T19:50:14.428Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+gitb0125c4be76` |
2227 | 2024-01-31T19:50:14.468Z | Jan 31 19:50:14.612 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2228 | 2024-01-31T19:50:15.037Z | Created: out/versioned/omicron-sled-agent.tar |
2229 | 2024-01-31T19:50:15.040Z | + for package in "$@" |
2230 | 2024-01-31T19:50:15.040Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2231 | 2024-01-31T19:50:15.041Z | + echo 0.0.0 |
2232 | 2024-01-31T19:50:15.041Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2233 | 2024-01-31T19:50:15.043Z | a VERSION 1K |
2234 | 2024-01-31T19:50:15.046Z | + rm VERSION |
2235 | 2024-01-31T19:50:15.049Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitb0125c4be76 |
2236 | 2024-01-31T19:50:16.140Z | Finished release [optimized] target(s) in 1.01s |
2237 | 2024-01-31T19:50:16.180Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitb0125c4be76` |
2238 | 2024-01-31T19:50:16.229Z | Jan 31 19:50:16.361 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2239 | 2024-01-31T19:50:16.534Z | Created: out/versioned/mg-ddm-gz.tar |
2240 | 2024-01-31T19:50:16.953Z | + for package in "$@" |
2241 | 2024-01-31T19:50:16.954Z | + [[ propolis-server == mg-ddm-gz ]] |
2242 | 2024-01-31T19:50:16.954Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+gitb0125c4be76 |
2243 | 2024-01-31T19:50:17.677Z | Finished release [optimized] target(s) in 1.03s |
2244 | 2024-01-31T19:50:17.696Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+gitb0125c4be76` |
2245 | 2024-01-31T19:50:17.721Z | Jan 31 19:50:17.860 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2246 | 2024-01-31T19:50:19.541Z | Created: out/versioned/propolis-server.tar.gz |
2247 | 2024-01-31T19:50:19.545Z | + for package in "$@" |
2248 | 2024-01-31T19:50:19.545Z | + [[ overlay == mg-ddm-gz ]] |
2249 | 2024-01-31T19:50:19.545Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+gitb0125c4be76 |
2250 | 2024-01-31T19:50:20.676Z | Finished release [optimized] target(s) in 1.04s |
2251 | 2024-01-31T19:50:20.712Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+gitb0125c4be76` |
2252 | 2024-01-31T19:50:20.753Z | Jan 31 19:50:20.889 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2253 | 2024-01-31T19:50:20.756Z | Created: out/versioned/overlay.tar.gz |
2254 | 2024-01-31T19:50:20.756Z | + for package in "$@" |
2255 | 2024-01-31T19:50:20.756Z | + [[ oxlog == mg-ddm-gz ]] |
2256 | 2024-01-31T19:50:20.756Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+gitb0125c4be76 |
2257 | 2024-01-31T19:50:21.971Z | Finished release [optimized] target(s) in 1.05s |
2258 | 2024-01-31T19:50:21.976Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+gitb0125c4be76` |
2259 | 2024-01-31T19:50:21.976Z | Jan 31 19:50:22.101 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2260 | 2024-01-31T19:50:21.993Z | Created: out/versioned/oxlog.tar |
2261 | 2024-01-31T19:50:22.002Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2262 | 2024-01-31T19:50:22.008Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2263 | 2024-01-31T19:50:22.013Z | ++ cd -- ./tools |
2264 | 2024-01-31T19:50:22.013Z | ++ pwd |
2265 | 2024-01-31T19:50:22.013Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2266 | 2024-01-31T19:50:22.013Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2267 | 2024-01-31T19:50:22.087Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2268 | 2024-01-31T19:50:22.101Z | ++ readlink -f /work |
2269 | 2024-01-31T19:50:22.101Z | + out_dir=/work |
2270 | 2024-01-31T19:50:22.101Z | + 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") |
2271 | 2024-01-31T19:50:22.101Z | + for dep in "${deps[@]}" |
2272 | 2024-01-31T19:50:22.101Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2273 | 2024-01-31T19:50:22.101Z | + for dep in "${deps[@]}" |
2274 | 2024-01-31T19:50:22.101Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2275 | 2024-01-31T19:50:22.102Z | + for dep in "${deps[@]}" |
2276 | 2024-01-31T19:50:22.102Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2277 | 2024-01-31T19:50:22.102Z | + for dep in "${deps[@]}" |
2278 | 2024-01-31T19:50:22.102Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2279 | 2024-01-31T19:50:22.103Z | + for dep in "${deps[@]}" |
2280 | 2024-01-31T19:50:22.103Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2281 | 2024-01-31T19:50:22.103Z | ++ mktemp -d |
2282 | 2024-01-31T19:50:22.103Z | + tmp_gz=/tmp/tmp.y0aiJh |
2283 | 2024-01-31T19:50:22.103Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2284 | 2024-01-31T19:50:22.103Z | + echo '{"v":"1","t":"layer"}' |
2285 | 2024-01-31T19:50:22.103Z | + pkg_dir=/tmp/tmp.y0aiJh/root/opt/oxide/sled-agent |
2286 | 2024-01-31T19:50:22.103Z | + mkdir -p /tmp/tmp.y0aiJh/root/opt/oxide/sled-agent |
2287 | 2024-01-31T19:50:22.103Z | + cd /tmp/tmp.y0aiJh/root/opt/oxide/sled-agent |
2288 | 2024-01-31T19:50:22.104Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2289 | 2024-01-31T19:50:23.675Z | x ., 0 bytes, 0 tape blocks |
2290 | 2024-01-31T19:50:23.676Z | x zone-bundle, 41502864 bytes, 81061 tape blocks |
2291 | 2024-01-31T19:50:23.676Z | x sled-agent, 80688128 bytes, 157594 tape blocks |
2292 | 2024-01-31T19:50:23.676Z | x pkg, 0 bytes, 0 tape blocks |
2293 | 2024-01-31T19:50:23.676Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2294 | 2024-01-31T19:50:23.676Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2295 | 2024-01-31T19:50:23.676Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2296 | 2024-01-31T19:50:23.676Z | x VERSION, 25 bytes, 1 tape blocks |
2297 | 2024-01-31T19:50:23.676Z | + mkdir -p /tmp/tmp.y0aiJh/root/lib/svc/manifest/site/ |
2298 | 2024-01-31T19:50:23.676Z | + mv pkg/manifest.xml /tmp/tmp.y0aiJh/root/lib/svc/manifest/site/sled-agent.xml |
2299 | 2024-01-31T19:50:23.676Z | + cd - |
2300 | 2024-01-31T19:50:23.676Z | /work/oxidecomputer/omicron |
2301 | 2024-01-31T19:50:23.676Z | + pkg_dir=/tmp/tmp.y0aiJh/root/opt/oxide/mg-ddm |
2302 | 2024-01-31T19:50:23.676Z | + mkdir -p /tmp/tmp.y0aiJh/root/opt/oxide/mg-ddm |
2303 | 2024-01-31T19:50:23.677Z | + cd /tmp/tmp.y0aiJh/root/opt/oxide/mg-ddm |
2304 | 2024-01-31T19:50:23.677Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2305 | 2024-01-31T19:50:23.677Z | x ., 0 bytes, 0 tape blocks |
2306 | 2024-01-31T19:50:23.677Z | x ddmadm, 33100776 bytes, 64650 tape blocks |
2307 | 2024-01-31T19:50:23.677Z | x ddmd, 29949640 bytes, 58496 tape blocks |
2308 | 2024-01-31T19:50:23.677Z | x pkg, 0 bytes, 0 tape blocks |
2309 | 2024-01-31T19:50:23.677Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2310 | 2024-01-31T19:50:23.677Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2311 | 2024-01-31T19:50:23.677Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2312 | 2024-01-31T19:50:23.677Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2313 | 2024-01-31T19:50:23.677Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2314 | 2024-01-31T19:50:23.677Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2315 | 2024-01-31T19:50:23.678Z | x VERSION, 25 bytes, 1 tape blocks |
2316 | 2024-01-31T19:50:23.678Z | + cd - |
2317 | 2024-01-31T19:50:23.678Z | /work/oxidecomputer/omicron |
2318 | 2024-01-31T19:50:23.678Z | + pkg_dir=/tmp/tmp.y0aiJh/root/opt/oxide/oxlog |
2319 | 2024-01-31T19:50:23.678Z | + mkdir -p /tmp/tmp.y0aiJh/root/opt/oxide/oxlog |
2320 | 2024-01-31T19:50:23.678Z | + cd /tmp/tmp.y0aiJh/root/opt/oxide/oxlog |
2321 | 2024-01-31T19:50:23.678Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2322 | 2024-01-31T19:50:23.678Z | x ., 0 bytes, 0 tape blocks |
2323 | 2024-01-31T19:50:23.678Z | x oxlog, 8379928 bytes, 16368 tape blocks |
2324 | 2024-01-31T19:50:23.678Z | x VERSION, 25 bytes, 1 tape blocks |
2325 | 2024-01-31T19:50:23.678Z | + cd - |
2326 | 2024-01-31T19:50:23.678Z | /work/oxidecomputer/omicron |
2327 | 2024-01-31T19:50:23.678Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.y0aiJh/root/opt/oxide |
2328 | 2024-01-31T19:50:23.678Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.y0aiJh/root/opt/oxide |
2329 | 2024-01-31T19:50:23.679Z | + cd /tmp/tmp.y0aiJh |
2330 | 2024-01-31T19:50:23.679Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2331 | 2024-01-31T19:50:34.768Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2332 | 2024-01-31T19:50:34.768Z | a oxide.json 1K |
2333 | 2024-01-31T19:50:34.768Z | a root/ 0K |
2334 | 2024-01-31T19:50:34.768Z | a root/opt/ 0K |
2335 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/ 0K |
2336 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/sled-agent/ 0K |
2337 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/sled-agent/zone-bundle 40531K |
2338 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/sled-agent/sled-agent 78797K |
2339 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2340 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2341 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2342 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/sled-agent/VERSION 1K |
2343 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/mg-ddm/ 0K |
2344 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/mg-ddm/ddmadm 32325K |
2345 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/mg-ddm/ddmd 29248K |
2346 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2347 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2348 | 2024-01-31T19:50:34.769Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2349 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2350 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2351 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2352 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2353 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2354 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/oxlog/ 0K |
2355 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/oxlog/oxlog 8184K |
2356 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/oxlog/VERSION 1K |
2357 | 2024-01-31T19:50:34.770Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2358 | 2024-01-31T19:50:34.771Z | a root/opt/oxide/overlay.tar.gz 3K |
2359 | 2024-01-31T19:50:34.772Z | a root/lib/ 0K |
2360 | 2024-01-31T19:50:34.772Z | a root/lib/svc/ 0K |
2361 | 2024-01-31T19:50:34.772Z | a root/lib/svc/manifest/ 0K |
2362 | 2024-01-31T19:50:34.772Z | a root/lib/svc/manifest/site/ 0K |
2363 | 2024-01-31T19:50:34.772Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2364 | 2024-01-31T19:50:34.789Z | + cd / |
2365 | 2024-01-31T19:50:34.789Z | + rm -rf /tmp/tmp.y0aiJh |
2366 | 2024-01-31T19:50:34.823Z | |
2367 | 2024-01-31T19:50:34.828Z | real 12.820827263 |
2368 | 2024-01-31T19:50:34.828Z | user 11.823764083 |
2369 | 2024-01-31T19:50:34.829Z | sys 0.996477052 |
2370 | 2024-01-31T19:50:34.829Z | trap 0.004357015 |
2371 | 2024-01-31T19:50:34.829Z | tflt 0.000000000 |
2372 | 2024-01-31T19:50:34.829Z | dflt 0.000000000 |
2373 | 2024-01-31T19:50:34.829Z | kflt 0.000000000 |
2374 | 2024-01-31T19:50:34.829Z | lock 0.000000000 |
2375 | 2024-01-31T19:50:34.829Z | slp 24.767801393 |
2376 | 2024-01-31T19:50:34.829Z | lat 0.374513250 |
2377 | 2024-01-31T19:50:34.829Z | stop 0.000337876 |
2378 | 2024-01-31T19:50:34.829Z | + mkdir -p /work/zones |
2379 | 2024-01-31T19:50:34.829Z | + 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) |
2380 | 2024-01-31T19:50:34.829Z | + 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/ |
2381 | 2024-01-31T19:50:39.006Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2382 | 2024-01-31T19:50:40.215Z | Finished release [optimized] target(s) in 1.11s |
2383 | 2024-01-31T19:50:40.257Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2384 | 2024-01-31T19:50:40.296Z | Created new build target 'recovery' and set it as active |
2385 | 2024-01-31T19:50:41.611Z | |
2386 | 2024-01-31T19:50:41.611Z | real 1.281257307 |
2387 | 2024-01-31T19:50:41.611Z | user 0.907768222 |
2388 | 2024-01-31T19:50:41.611Z | sys 0.372337348 |
2389 | 2024-01-31T19:50:41.612Z | trap 0.000727067 |
2390 | 2024-01-31T19:50:41.612Z | tflt 0.000015989 |
2391 | 2024-01-31T19:50:41.612Z | dflt 0.000021991 |
2392 | 2024-01-31T19:50:41.612Z | kflt 0.000000000 |
2393 | 2024-01-31T19:50:41.612Z | lock 0.036054255 |
2394 | 2024-01-31T19:50:41.612Z | slp 0.023808549 |
2395 | 2024-01-31T19:50:41.612Z | lat 0.003557489 |
2396 | 2024-01-31T19:50:41.612Z | stop 0.000240962 |
2397 | 2024-01-31T19:50:41.612Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2398 | 2024-01-31T19:50:41.612Z | Finished release [optimized] target(s) in 1.13s |
2399 | 2024-01-31T19:50:41.612Z | Running `target/release/omicron-package -t recovery package` |
2400 | 2024-01-31T19:50:41.613Z | Jan 31 19:50:41.734 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2401 | 2024-01-31T19:50:42.608Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2402 | 2024-01-31T19:50:46.626Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2403 | 2024-01-31T19:51:19.063Z | Finished release [optimized] target(s) in 37.38s |
2404 | 2024-01-31T19:52:07.995Z | |
2405 | 2024-01-31T19:52:07.995Z | real 1:27.702776331 |
2406 | 2024-01-31T19:52:07.995Z | user 2:48.293288270 |
2407 | 2024-01-31T19:52:07.995Z | sys 11.960104853 |
2408 | 2024-01-31T19:52:07.995Z | trap 0.087311709 |
2409 | 2024-01-31T19:52:07.999Z | tflt 0.175863265 |
2410 | 2024-01-31T19:52:08.000Z | dflt 1.069809151 |
2411 | 2024-01-31T19:52:08.000Z | kflt 0.000000000 |
2412 | 2024-01-31T19:52:08.000Z | lock 18:24.931979031 |
2413 | 2024-01-31T19:52:08.000Z | slp 3:14.327901539 |
2414 | 2024-01-31T19:52:08.000Z | lat 2.030323955 |
2415 | 2024-01-31T19:52:08.000Z | stop 0.194824976 |
2416 | 2024-01-31T19:52:08.000Z | + stamp_packages installinator mg-ddm-gz |
2417 | 2024-01-31T19:52:08.000Z | + for package in "$@" |
2418 | 2024-01-31T19:52:08.000Z | + [[ installinator == mg-ddm-gz ]] |
2419 | 2024-01-31T19:52:08.000Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+gitb0125c4be76 |
2420 | 2024-01-31T19:52:09.175Z | Finished release [optimized] target(s) in 1.09s |
2421 | 2024-01-31T19:52:09.200Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+gitb0125c4be76` |
2422 | 2024-01-31T19:52:09.239Z | Jan 31 19:52:09.392 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2423 | 2024-01-31T19:52:09.382Z | Created: out/versioned/installinator.tar |
2424 | 2024-01-31T19:52:09.391Z | + for package in "$@" |
2425 | 2024-01-31T19:52:09.391Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2426 | 2024-01-31T19:52:09.391Z | + echo 0.0.0 |
2427 | 2024-01-31T19:52:09.391Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2428 | 2024-01-31T19:52:09.391Z | a VERSION 1K |
2429 | 2024-01-31T19:52:09.392Z | + rm VERSION |
2430 | 2024-01-31T19:52:09.392Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+gitb0125c4be76 |
2431 | 2024-01-31T19:52:10.534Z | Finished release [optimized] target(s) in 1.05s |
2432 | 2024-01-31T19:52:10.565Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+gitb0125c4be76` |
2433 | 2024-01-31T19:52:10.600Z | Jan 31 19:52:10.750 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2434 | 2024-01-31T19:52:10.781Z | Created: out/versioned/mg-ddm-gz.tar |
2435 | 2024-01-31T19:52:10.790Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2436 | 2024-01-31T19:52:10.800Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2437 | 2024-01-31T19:52:10.808Z | ++ cd -- ./tools |
2438 | 2024-01-31T19:52:10.808Z | ++ pwd |
2439 | 2024-01-31T19:52:10.808Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2440 | 2024-01-31T19:52:10.808Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2441 | 2024-01-31T19:52:10.808Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2442 | 2024-01-31T19:52:10.809Z | ++ readlink -f /work |
2443 | 2024-01-31T19:52:10.809Z | + out_dir=/work |
2444 | 2024-01-31T19:52:10.809Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2445 | 2024-01-31T19:52:10.809Z | + for dep in "${deps[@]}" |
2446 | 2024-01-31T19:52:10.809Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2447 | 2024-01-31T19:52:10.809Z | + for dep in "${deps[@]}" |
2448 | 2024-01-31T19:52:10.809Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2449 | 2024-01-31T19:52:10.809Z | ++ mktemp -d |
2450 | 2024-01-31T19:52:10.820Z | + tmp_trampoline=/tmp/tmp.pxaWNh |
2451 | 2024-01-31T19:52:10.820Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2452 | 2024-01-31T19:52:10.820Z | + echo '{"v":"1","t":"layer"}' |
2453 | 2024-01-31T19:52:10.821Z | + pkg_dir=/tmp/tmp.pxaWNh/root/opt/oxide/installinator |
2454 | 2024-01-31T19:52:10.821Z | + mkdir -p /tmp/tmp.pxaWNh/root/opt/oxide/installinator |
2455 | 2024-01-31T19:52:10.821Z | + cd /tmp/tmp.pxaWNh/root/opt/oxide/installinator |
2456 | 2024-01-31T19:52:10.821Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2457 | 2024-01-31T19:52:10.872Z | x ., 0 bytes, 0 tape blocks |
2458 | 2024-01-31T19:52:10.872Z | x installinator, 54613640 bytes, 106668 tape blocks |
2459 | 2024-01-31T19:52:10.873Z | x pkg, 0 bytes, 0 tape blocks |
2460 | 2024-01-31T19:52:10.874Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2461 | 2024-01-31T19:52:10.874Z | x VERSION, 25 bytes, 1 tape blocks |
2462 | 2024-01-31T19:52:10.891Z | + mkdir -p /tmp/tmp.pxaWNh/root/lib/svc/manifest/site/ |
2463 | 2024-01-31T19:52:10.891Z | + mv pkg/manifest.xml /tmp/tmp.pxaWNh/root/lib/svc/manifest/site/installinator.xml |
2464 | 2024-01-31T19:52:10.891Z | + cd - |
2465 | 2024-01-31T19:52:10.891Z | /work/oxidecomputer/omicron |
2466 | 2024-01-31T19:52:10.891Z | + pkg_dir=/tmp/tmp.pxaWNh/root/opt/oxide/mg-ddm |
2467 | 2024-01-31T19:52:10.891Z | + mkdir -p /tmp/tmp.pxaWNh/root/opt/oxide/mg-ddm |
2468 | 2024-01-31T19:52:10.891Z | + cd /tmp/tmp.pxaWNh/root/opt/oxide/mg-ddm |
2469 | 2024-01-31T19:52:10.891Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2470 | 2024-01-31T19:52:10.943Z | x ., 0 bytes, 0 tape blocks |
2471 | 2024-01-31T19:52:10.943Z | x ddmadm, 33100776 bytes, 64650 tape blocks |
2472 | 2024-01-31T19:52:10.943Z | x ddmd, 29949640 bytes, 58496 tape blocks |
2473 | 2024-01-31T19:52:10.943Z | x pkg, 0 bytes, 0 tape blocks |
2474 | 2024-01-31T19:52:10.943Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2475 | 2024-01-31T19:52:10.943Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2476 | 2024-01-31T19:52:10.943Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2477 | 2024-01-31T19:52:10.943Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2478 | 2024-01-31T19:52:10.943Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2479 | 2024-01-31T19:52:10.943Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2480 | 2024-01-31T19:52:10.943Z | x VERSION, 25 bytes, 1 tape blocks |
2481 | 2024-01-31T19:52:10.949Z | + cd - |
2482 | 2024-01-31T19:52:10.950Z | /work/oxidecomputer/omicron |
2483 | 2024-01-31T19:52:10.950Z | + cd /tmp/tmp.pxaWNh |
2484 | 2024-01-31T19:52:10.960Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2485 | 2024-01-31T19:52:17.033Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2486 | 2024-01-31T19:52:17.033Z | a oxide.json 1K |
2487 | 2024-01-31T19:52:17.033Z | a root/ 0K |
2488 | 2024-01-31T19:52:17.033Z | a root/opt/ 0K |
2489 | 2024-01-31T19:52:17.033Z | a root/opt/oxide/ 0K |
2490 | 2024-01-31T19:52:17.033Z | a root/opt/oxide/installinator/ 0K |
2491 | 2024-01-31T19:52:17.033Z | a root/opt/oxide/installinator/installinator 53334K |
2492 | 2024-01-31T19:52:17.033Z | a root/opt/oxide/installinator/pkg/ 0K |
2493 | 2024-01-31T19:52:17.033Z | a root/opt/oxide/installinator/VERSION 1K |
2494 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/ 0K |
2495 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/ddmadm 32325K |
2496 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/ddmd 29248K |
2497 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2498 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2499 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2500 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2501 | 2024-01-31T19:52:17.034Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2502 | 2024-01-31T19:52:17.035Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2503 | 2024-01-31T19:52:17.035Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2504 | 2024-01-31T19:52:17.036Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2505 | 2024-01-31T19:52:17.036Z | a root/lib/ 0K |
2506 | 2024-01-31T19:52:17.036Z | a root/lib/svc/ 0K |
2507 | 2024-01-31T19:52:17.036Z | a root/lib/svc/manifest/ 0K |
2508 | 2024-01-31T19:52:17.036Z | a root/lib/svc/manifest/site/ 0K |
2509 | 2024-01-31T19:52:17.036Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2510 | 2024-01-31T19:52:17.047Z | + cd / |
2511 | 2024-01-31T19:52:17.047Z | + rm -rf /tmp/tmp.pxaWNh |
2512 | 2024-01-31T19:52:17.060Z | |
2513 | 2024-01-31T19:52:17.060Z | real 6.267803265 |
2514 | 2024-01-31T19:52:17.060Z | user 5.880361905 |
2515 | 2024-01-31T19:52:17.060Z | sys 0.413579931 |
2516 | 2024-01-31T19:52:17.060Z | trap 0.002213517 |
2517 | 2024-01-31T19:52:17.060Z | tflt 0.000000000 |
2518 | 2024-01-31T19:52:17.060Z | dflt 0.000000000 |
2519 | 2024-01-31T19:52:17.061Z | kflt 0.000000000 |
2520 | 2024-01-31T19:52:17.061Z | lock 0.000000000 |
2521 | 2024-01-31T19:52:17.061Z | slp 12.139432133 |
2522 | 2024-01-31T19:52:17.061Z | lat 0.173026675 |
2523 | 2024-01-31T19:52:17.061Z | stop 0.000292031 |
2524 | 2024-01-31T19:52:17.074Z | process exited: duration 2598408 ms, exit code 0 |
|
2525 | 2024-01-31T19:52:17.098Z | found 21 output files |
2526 | 2024-01-31T19:52:17.098Z | uploading: /work/version.txt (26 bytes) |
2527 | 2024-01-31T19:52:18.131Z | uploaded: /work/version.txt |
2528 | 2024-01-31T19:52:18.131Z | uploading: /work/package.tar.gz (85926136 bytes) |
2529 | 2024-01-31T19:53:15.190Z | uploaded: /work/package.tar.gz |
2530 | 2024-01-31T19:53:15.190Z | uploading: /work/global-zone-packages.tar.gz (126372612 bytes) |
2531 | 2024-01-31T19:54:10.645Z | uploaded: /work/global-zone-packages.tar.gz |
2532 | 2024-01-31T19:54:10.649Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37202801 bytes) |
2533 | 2024-01-31T19:54:28.098Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2534 | 2024-01-31T19:54:28.098Z | uploading: /work/zones/clickhouse.tar.gz (193975157 bytes) |
2535 | 2024-01-31T19:56:00.530Z | uploaded: /work/zones/clickhouse.tar.gz |
2536 | 2024-01-31T19:56:00.530Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193982152 bytes) |
2537 | 2024-01-31T19:58:40.834Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2538 | 2024-01-31T19:58:40.834Z | uploading: /work/zones/cockroachdb.tar.gz (131074065 bytes) |
2539 | 2024-01-31T19:59:36.294Z | uploaded: /work/zones/cockroachdb.tar.gz |
2540 | 2024-01-31T19:59:36.294Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2541 | 2024-01-31T19:59:43.700Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2542 | 2024-01-31T19:59:43.701Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2543 | 2024-01-31T19:59:59.739Z | uploaded: /work/zones/crucible.tar.gz |
2544 | 2024-01-31T19:59:59.739Z | uploading: /work/zones/external-dns.tar.gz (23582183 bytes) |
2545 | 2024-01-31T20:00:09.036Z | uploaded: /work/zones/external-dns.tar.gz |
2546 | 2024-01-31T20:00:09.036Z | uploading: /work/zones/internal-dns.tar.gz (23582183 bytes) |
2547 | 2024-01-31T20:00:23.112Z | uploaded: /work/zones/internal-dns.tar.gz |
2548 | 2024-01-31T20:00:23.113Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2549 | 2024-01-31T20:00:24.156Z | uploaded: /work/zones/ntp.tar.gz |
2550 | 2024-01-31T20:00:24.156Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19313699 bytes) |
2551 | 2024-01-31T20:00:35.833Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2552 | 2024-01-31T20:00:35.834Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19314025 bytes) |
2553 | 2024-01-31T20:00:47.420Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2554 | 2024-01-31T20:00:47.420Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (86759354 bytes) |
2555 | 2024-01-31T20:01:36.241Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2556 | 2024-01-31T20:01:36.241Z | uploading: /work/zones/omicron-nexus.tar.gz (86762017 bytes) |
2557 | 2024-01-31T20:02:15.119Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2558 | 2024-01-31T20:02:15.119Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2559 | 2024-01-31T20:02:16.575Z | uploaded: /work/zones/overlay.tar.gz |
2560 | 2024-01-31T20:02:16.575Z | uploading: /work/zones/oximeter.tar.gz (55275503 bytes) |
2561 | 2024-01-31T20:02:46.671Z | uploaded: /work/zones/oximeter.tar.gz |
2562 | 2024-01-31T20:02:46.671Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2563 | 2024-01-31T20:03:13.771Z | uploaded: /work/zones/propolis-server.tar.gz |
2564 | 2024-01-31T20:03:13.771Z | uploading: /work/zones/switch-asic.tar.gz (280828887 bytes) |
2565 | 2024-01-31T20:05:24.546Z | uploaded: /work/zones/switch-asic.tar.gz |
2566 | 2024-01-31T20:05:24.546Z | uploading: /work/zones/switch-softnpu.tar.gz (204790720 bytes) |
2567 | 2024-01-31T20:07:21.307Z | uploaded: /work/zones/switch-softnpu.tar.gz |