|
|
|
1 | 2024-01-28T04:15:36.965Z | job assigned to worker 01HN74DHP4P6Y1EBFK9GDD5QYC (queued for 2 h 58 m 10 s) |
|
2 | 2024-01-28T04:15:37.918Z | starting task 0: "setup" |
3 | 2024-01-28T04:15:37.971Z | ++ uname -s |
4 | 2024-01-28T04:15:37.974Z | + kern=SunOS |
5 | 2024-01-28T04:15:37.974Z | + case "$kern" in |
6 | 2024-01-28T04:15:37.974Z | + groupadd -g 12345 build |
7 | 2024-01-28T04:15:37.974Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-28T04:15:40.016Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-28T04:15:40.135Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-28T04:15:40.139Z | + home_fs=zfs |
11 | 2024-01-28T04:15:40.139Z | + [[ zfs == autofs ]] |
12 | 2024-01-28T04:15:40.139Z | + mkdir -p /home/build |
13 | 2024-01-28T04:15:40.142Z | + chown build:build /home/build /work |
14 | 2024-01-28T04:15:42.143Z | + chmod 0700 /home/build /work |
15 | 2024-01-28T04:15:42.146Z | process exited: duration 4228 ms, exit code 0 |
|
16 | 2024-01-28T04:15:42.152Z | starting task 1: "rust-toolchain" |
17 | 2024-01-28T04:15:42.161Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-28T04:15:42.164Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-28T04:15:42.379Z | info: downloading installer |
20 | 2024-01-28T04:15:44.485Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-28T04:15:44.485Z | warning: /opt/ooce/bin |
22 | 2024-01-28T04:15:44.485Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-28T04:15:44.485Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-28T04:15:44.485Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-28T04:15:44.485Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-28T04:15:44.485Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-28T04:15:44.485Z | error: cannot install while Rust is installed |
28 | 2024-01-28T04:15:44.489Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-28T04:15:44.631Z | info: profile set to 'default' |
30 | 2024-01-28T04:15:44.631Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-28T04:15:44.634Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-28T04:15:44.819Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-28T04:15:44.819Z | info: downloading component 'cargo' |
34 | 2024-01-28T04:15:45.596Z | info: downloading component 'clippy' |
35 | 2024-01-28T04:15:45.868Z | info: downloading component 'rust-docs' |
36 | 2024-01-28T04:15:46.838Z | info: downloading component 'rust-std' |
37 | 2024-01-28T04:15:48.566Z | info: downloading component 'rustc' |
38 | 2024-01-28T04:15:52.801Z | info: downloading component 'rustfmt' |
39 | 2024-01-28T04:15:53.088Z | info: installing component 'cargo' |
40 | 2024-01-28T04:15:54.536Z | info: installing component 'clippy' |
41 | 2024-01-28T04:15:55.139Z | info: installing component 'rust-docs' |
42 | 2024-01-28T04:15:57.883Z | info: installing component 'rust-std' |
43 | 2024-01-28T04:16:01.032Z | info: installing component 'rustc' |
44 | 2024-01-28T04:16:08.100Z | info: installing component 'rustfmt' |
45 | 2024-01-28T04:16:08.634Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-28T04:16:08.635Z | |
47 | 2024-01-28T04:16:08.769Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-28T04:16:08.770Z | |
49 | 2024-01-28T04:16:08.770Z | |
50 | 2024-01-28T04:16:08.770Z | Rust is installed now. Great! |
51 | 2024-01-28T04:16:08.770Z | |
52 | 2024-01-28T04:16:08.773Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-28T04:16:08.773Z | environment variable. This has not been done automatically. |
54 | 2024-01-28T04:16:08.773Z | |
55 | 2024-01-28T04:16:08.774Z | To configure your current shell, run: |
56 | 2024-01-28T04:16:08.774Z | source "$HOME/.cargo/env" |
57 | 2024-01-28T04:16:08.860Z | + rustc --version |
58 | 2024-01-28T04:16:08.971Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-28T04:16:08.977Z | process exited: duration 26826 ms, exit code 0 |
|
60 | 2024-01-28T04:16:08.983Z | starting task 2: "authentication" |
61 | 2024-01-28T04:16:09.015Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-01-28T04:16:09.024Z | starting task 3: "clone repository" |
63 | 2024-01-28T04:16:09.029Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-28T04:16:09.032Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-28T04:16:09.128Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-28T04:16:14.798Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-28T04:16:14.799Z | + git fetch origin 301f95eddc654d74719021a01e891d8c032c7fc6 |
68 | 2024-01-28T04:16:15.154Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-28T04:16:15.154Z | * branch 301f95eddc654d74719021a01e891d8c032c7fc6 -> FETCH_HEAD |
70 | 2024-01-28T04:16:15.167Z | + [[ -n alan/prop-cru-new ]] |
71 | 2024-01-28T04:16:15.170Z | ++ git branch --show-current |
72 | 2024-01-28T04:16:15.173Z | + current=main |
73 | 2024-01-28T04:16:15.173Z | + [[ main != alan/prop-cru-new ]] |
74 | 2024-01-28T04:16:15.173Z | + git branch -f alan/prop-cru-new 301f95eddc654d74719021a01e891d8c032c7fc6 |
75 | 2024-01-28T04:16:15.177Z | + git checkout -f alan/prop-cru-new |
76 | 2024-01-28T04:16:15.364Z | Switched to branch 'alan/prop-cru-new' |
77 | 2024-01-28T04:16:15.368Z | + git reset --hard 301f95eddc654d74719021a01e891d8c032c7fc6 |
78 | 2024-01-28T04:16:15.385Z | HEAD is now at 301f95edd Update crucible and propolis versions |
79 | 2024-01-28T04:16:15.388Z | process exited: duration 6365 ms, exit code 0 |
|
80 | 2024-01-28T04:16:15.394Z | starting task 4: "build" |
81 | 2024-01-28T04:16:15.401Z | + cargo --version |
82 | 2024-01-28T04:16:15.408Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-28T04:16:15.619Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-28T04:16:15.624Z | info: downloading component 'cargo' |
85 | 2024-01-28T04:16:16.455Z | info: downloading component 'clippy' |
86 | 2024-01-28T04:16:16.747Z | info: downloading component 'rust-docs' |
87 | 2024-01-28T04:16:17.769Z | info: downloading component 'rust-std' |
88 | 2024-01-28T04:16:19.392Z | info: downloading component 'rustc' |
89 | 2024-01-28T04:16:23.729Z | info: downloading component 'rustfmt' |
90 | 2024-01-28T04:16:24.031Z | info: installing component 'cargo' |
91 | 2024-01-28T04:16:25.784Z | info: installing component 'clippy' |
92 | 2024-01-28T04:16:26.274Z | info: installing component 'rust-docs' |
93 | 2024-01-28T04:16:29.122Z | info: installing component 'rust-std' |
94 | 2024-01-28T04:16:31.555Z | info: installing component 'rustc' |
95 | 2024-01-28T04:16:37.941Z | info: installing component 'rustfmt' |
96 | 2024-01-28T04:16:38.487Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-28T04:16:38.491Z | + rustc --version |
98 | 2024-01-28T04:16:38.612Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-28T04:16:38.621Z | ++ git rev-parse HEAD |
100 | 2024-01-28T04:16:38.626Z | + COMMIT=301f95eddc654d74719021a01e891d8c032c7fc6 |
101 | 2024-01-28T04:16:38.626Z | + VERSION=6.0.0-0.ci+git301f95eddc6 |
102 | 2024-01-28T04:16:38.626Z | + echo 6.0.0-0.ci+git301f95eddc6 |
103 | 2024-01-28T04:16:38.626Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-01-28T04:16:55.115Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-01-28T04:16:57.047Z | Startup: Caching catalogs ... Done |
106 | 2024-01-28T04:16:59.758Z | Planning: Solver setup ... Done (2.216s) |
107 | 2024-01-28T04:16:59.815Z | Planning: Running solver ... Done (0.057s) |
108 | 2024-01-28T04:16:59.847Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-01-28T04:16:59.861Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-01-28T04:17:00.180Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-01-28T04:17:00.258Z | Planning: Package planning ... Done (0.081s) |
112 | 2024-01-28T04:17:00.343Z | Planning: Merging actions ... Done (0.085s) |
113 | 2024-01-28T04:17:01.535Z | Planning: Checking for conflicting actions ... Done (1.191s) |
114 | 2024-01-28T04:17:01.552Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2024-01-28T04:17:09.503Z | Planning: Evaluating mediators ... Done (7.951s) |
116 | 2024-01-28T04:17:09.520Z | Planning: Planning completed in 12.41 seconds |
117 | 2024-01-28T04:17:14.006Z | Packages to install: 4 |
118 | 2024-01-28T04:17:14.007Z | Mediators to change: 2 |
119 | 2024-01-28T04:17:14.007Z | Services to change: 1 |
120 | 2024-01-28T04:17:14.010Z | Estimated space available: 148.87 GB |
121 | 2024-01-28T04:17:14.010Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-01-28T04:17:14.010Z | Create boot environment: No |
123 | 2024-01-28T04:17:14.010Z | Create backup boot environment: No |
124 | 2024-01-28T04:17:14.010Z | Rebuild boot archive: No |
125 | 2024-01-28T04:17:14.010Z | |
126 | 2024-01-28T04:17:14.010Z | Changed mediators: |
127 | 2024-01-28T04:17:14.010Z | mediator clang: |
128 | 2024-01-28T04:17:14.010Z | version: None -> 15 (system default) |
129 | 2024-01-28T04:17:14.010Z | |
130 | 2024-01-28T04:17:14.010Z | mediator llvm: |
131 | 2024-01-28T04:17:14.010Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-01-28T04:17:14.010Z | |
133 | 2024-01-28T04:17:14.010Z | Changed packages: |
134 | 2024-01-28T04:17:14.010Z | helios-dev |
135 | 2024-01-28T04:17:14.010Z | developer/build-essential |
136 | 2024-01-28T04:17:14.010Z | None -> 11-2.0 |
137 | 2024-01-28T04:17:14.011Z | library/libxmlsec1 |
138 | 2024-01-28T04:17:14.011Z | None -> 1.2.35-2.0 |
139 | 2024-01-28T04:17:14.011Z | ooce/developer/clang-15 |
140 | 2024-01-28T04:17:14.011Z | None -> 15.0.7-2.0 |
141 | 2024-01-28T04:17:14.011Z | ooce/developer/llvm-15 |
142 | 2024-01-28T04:17:14.011Z | None -> 15.0.7-2.0 |
143 | 2024-01-28T04:17:14.011Z | |
144 | 2024-01-28T04:17:14.011Z | Services: |
145 | 2024-01-28T04:17:14.011Z | restart_fmri: |
146 | 2024-01-28T04:17:14.011Z | svc:/system/update-man-index:default |
147 | 2024-01-28T04:17:14.366Z | |
148 | 2024-01-28T04:17:14.366Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-01-28T04:17:19.366Z | Download: 1270/3290 items 95.3/212.6MB 44% complete (19.2M/s) |
150 | 2024-01-28T04:17:24.366Z | Download: 3124/3290 items 131.6/212.6MB 61% complete (13.2M/s) |
151 | 2024-01-28T04:17:28.687Z | Download: Completed 212.60 MB in 14.32 seconds (14.8M/s) |
152 | 2024-01-28T04:17:28.939Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-01-28T04:17:34.070Z | Actions: 2928/3689 actions (Installing new actions) |
154 | 2024-01-28T04:17:36.651Z | Actions: Completed 3689 actions in 7.71 seconds. |
155 | 2024-01-28T04:17:36.794Z | Done (0.135s) |
156 | 2024-01-28T04:17:36.794Z | Done (0.000s) |
157 | 2024-01-28T04:17:37.123Z | Done (0.328s) |
158 | 2024-01-28T04:17:45.508Z | Done (8.247s) |
159 | 2024-01-28T04:17:45.787Z | Done (0.179s) |
160 | 2024-01-28T04:17:45.790Z | Done (0.000s) |
161 | 2024-01-28T04:17:46.030Z | Done (0.000s) |
162 | 2024-01-28T04:17:46.770Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-01-28T04:17:47.054Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-01-28T04:17:47.057Z | Planning: Consolidating action changes ... Done |
165 | 2024-01-28T04:17:47.491Z | Planning: Evaluating mediators ... Done |
166 | 2024-01-28T04:17:47.494Z | Planning: Planning completed in 0.72 seconds |
167 | 2024-01-28T04:17:47.546Z | Mediators to change: 2 |
168 | 2024-01-28T04:17:47.546Z | Create boot environment: No |
169 | 2024-01-28T04:17:47.546Z | Create backup boot environment: No |
170 | 2024-01-28T04:17:47.660Z | Done |
171 | 2024-01-28T04:17:47.660Z | Done |
172 | 2024-01-28T04:17:47.858Z | Done |
173 | 2024-01-28T04:17:53.764Z | Done |
174 | 2024-01-28T04:17:53.889Z | Done |
175 | 2024-01-28T04:17:53.892Z | Done |
176 | 2024-01-28T04:17:53.997Z | Done |
177 | 2024-01-28T04:17:55.032Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-01-28T04:17:55.036Z | Planning: Merging actions ... Done |
179 | 2024-01-28T04:17:55.372Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-01-28T04:17:55.375Z | Planning: Consolidating action changes ... Done |
181 | 2024-01-28T04:17:55.816Z | Planning: Evaluating mediators ... Done |
182 | 2024-01-28T04:17:55.911Z | Planning: Planning completed in 1.34 seconds |
183 | 2024-01-28T04:17:55.969Z | Packages to change: 1 |
184 | 2024-01-28T04:17:55.969Z | Mediators to change: 1 |
185 | 2024-01-28T04:17:55.969Z | Services to change: 1 |
186 | 2024-01-28T04:17:55.975Z | Create boot environment: No |
187 | 2024-01-28T04:17:55.975Z | Create backup boot environment: Yes |
188 | 2024-01-28T04:17:58.082Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-01-28T04:17:58.085Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-01-28T04:17:58.085Z | Done |
191 | 2024-01-28T04:17:58.085Z | Done |
192 | 2024-01-28T04:17:58.086Z | Done |
193 | 2024-01-28T04:18:04.248Z | Done |
194 | 2024-01-28T04:18:04.382Z | Done |
195 | 2024-01-28T04:18:04.387Z | Done |
196 | 2024-01-28T04:18:04.482Z | Done |
197 | 2024-01-28T04:18:05.161Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-01-28T04:18:05.161Z | clang system 15 system |
199 | 2024-01-28T04:18:05.161Z | csh system system illumos |
200 | 2024-01-28T04:18:05.161Z | ctags system system illumos |
201 | 2024-01-28T04:18:05.161Z | gcc vendor 12 vendor |
202 | 2024-01-28T04:18:05.162Z | gcc system 10 system |
203 | 2024-01-28T04:18:05.162Z | gcc system 7 system |
204 | 2024-01-28T04:18:05.162Z | go system 1.20 system |
205 | 2024-01-28T04:18:05.162Z | go system 1.19 system |
206 | 2024-01-28T04:18:05.162Z | llvm system 15 system |
207 | 2024-01-28T04:18:05.162Z | llvm system 14 system |
208 | 2024-01-28T04:18:05.162Z | mariadb system 10.6 system |
209 | 2024-01-28T04:18:05.163Z | mta vendor vendor dma |
210 | 2024-01-28T04:18:05.163Z | openjdk system 17 system |
211 | 2024-01-28T04:18:05.163Z | openjdk system 11 system |
212 | 2024-01-28T04:18:05.163Z | openjdk system 1.8 system |
213 | 2024-01-28T04:18:05.163Z | openssl vendor 3 vendor |
214 | 2024-01-28T04:18:05.163Z | perl system 5.36 system |
215 | 2024-01-28T04:18:05.163Z | postgresql system 15 system |
216 | 2024-01-28T04:18:05.163Z | postgresql system 13 system |
217 | 2024-01-28T04:18:05.163Z | python vendor 3 vendor |
218 | 2024-01-28T04:18:05.163Z | python system 2 system |
219 | 2024-01-28T04:18:05.163Z | python3 system 3.11 system |
220 | 2024-01-28T04:18:05.163Z | ruby system 3.0 system |
221 | 2024-01-28T04:18:05.163Z | words vendor vendor american-english |
222 | 2024-01-28T04:18:05.163Z | words system system australian-english |
223 | 2024-01-28T04:18:05.163Z | words system system british-english |
224 | 2024-01-28T04:18:05.163Z | words system system canadian-english |
225 | 2024-01-28T04:18:05.163Z | words system system french |
226 | 2024-01-28T04:18:05.163Z | words system system italian |
227 | 2024-01-28T04:18:05.163Z | words system system ngerman |
228 | 2024-01-28T04:18:05.163Z | words system system ogerman |
229 | 2024-01-28T04:18:05.163Z | words system system spanish |
230 | 2024-01-28T04:18:05.695Z | FMRI IFO |
231 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-01-28T04:18:05.695Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-01-28T04:18:05.771Z | + set -o errexit |
240 | 2024-01-28T04:18:05.774Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-01-28T04:18:05.777Z | ++ cd ./tools |
242 | 2024-01-28T04:18:05.777Z | ++ pwd |
243 | 2024-01-28T04:18:05.777Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-01-28T04:18:05.778Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-01-28T04:18:05.780Z | + ARG0=ci_download_cockroachdb |
246 | 2024-01-28T04:18:05.780Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-01-28T04:18:05.786Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-01-28T04:18:05.786Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-01-28T04:18:05.786Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
250 | 2024-01-28T04:18:05.786Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
251 | 2024-01-28T04:18:05.786Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
252 | 2024-01-28T04:18:05.787Z | + TARGET_DIR=out |
253 | 2024-01-28T04:18:05.787Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-01-28T04:18:05.787Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-01-28T04:18:05.787Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-01-28T04:18:05.787Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-01-28T04:18:05.787Z | + main |
258 | 2024-01-28T04:18:05.787Z | + [[ 0 != 0 ]] |
259 | 2024-01-28T04:18:05.787Z | + CIDL_OS=solaris2.11 |
260 | 2024-01-28T04:18:05.787Z | + [[ 0 != 0 ]] |
261 | 2024-01-28T04:18:05.787Z | + configure_os solaris2.11 |
262 | 2024-01-28T04:18:05.787Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-01-28T04:18:05.787Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-01-28T04:18:05.787Z | configuring based on OS: "solaris2.11" |
265 | 2024-01-28T04:18:05.787Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-01-28T04:18:05.787Z | + case "$1" in |
267 | 2024-01-28T04:18:05.787Z | + CIDL_BUILD=illumos |
268 | 2024-01-28T04:18:05.787Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-01-28T04:18:05.787Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
270 | 2024-01-28T04:18:05.787Z | + CIDL_MD5FUNC=do_md5sum |
271 | 2024-01-28T04:18:05.787Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-01-28T04:18:05.787Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-01-28T04:18:05.787Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-01-28T04:18:05.787Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-28T04:18:05.787Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-01-28T04:18:05.788Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-01-28T04:18:05.788Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-01-28T04:18:05.788Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-01-28T04:18:05.788Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-28T04:18:05.788Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-01-28T04:18:05.788Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-01-28T04:18:05.788Z | + mkdir -p out/downloads |
283 | 2024-01-28T04:18:05.794Z | + mkdir -p ./out/cockroachdb |
284 | 2024-01-28T04:18:05.794Z | + local DO_DOWNLOAD=true |
285 | 2024-01-28T04:18:05.794Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-01-28T04:18:05.794Z | + '[' true == true ']' |
287 | 2024-01-28T04:18:05.794Z | + echo Downloading... |
288 | 2024-01-28T04:18:05.794Z | Downloading... |
289 | 2024-01-28T04:18:05.794Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-01-28T04:18:05.794Z | + 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 |
291 | 2024-01-28T04:18:09.042Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-01-28T04:18:09.045Z | ++ md5sum |
293 | 2024-01-28T04:18:09.046Z | ++ awk '{print $1}' |
294 | 2024-01-28T04:18:09.305Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
295 | 2024-01-28T04:18:09.306Z | + [[ 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 ]] |
296 | 2024-01-28T04:18:09.306Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-28T04:18:09.309Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-01-28T04:18:12.784Z | + do_assemble_illumos |
299 | 2024-01-28T04:18:12.784Z | + rm -r ./out/cockroachdb |
300 | 2024-01-28T04:18:12.789Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-01-28T04:18:13.476Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-01-28T04:18:13.892Z | Build Tag: v22.1.9-dirty |
303 | 2024-01-28T04:18:13.893Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-01-28T04:18:13.893Z | Distribution: OSS |
305 | 2024-01-28T04:18:13.893Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-01-28T04:18:13.893Z | Go Version: go1.17.13 |
307 | 2024-01-28T04:18:13.893Z | C Compiler: gcc 10.3.0 |
308 | 2024-01-28T04:18:13.893Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-01-28T04:18:13.893Z | Build Type: release |
310 | 2024-01-28T04:18:13.919Z | + set -o errexit |
311 | 2024-01-28T04:18:13.922Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-01-28T04:18:13.925Z | ++ cd ./tools |
313 | 2024-01-28T04:18:13.928Z | ++ pwd |
314 | 2024-01-28T04:18:13.928Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-01-28T04:18:13.931Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-01-28T04:18:13.931Z | + ARG0=ci_download_clickhouse |
317 | 2024-01-28T04:18:13.931Z | + TARGET_DIR=out |
318 | 2024-01-28T04:18:13.931Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-01-28T04:18:13.931Z | + DEST_DIR=./out/clickhouse |
320 | 2024-01-28T04:18:13.931Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-01-28T04:18:13.932Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-01-28T04:18:13.932Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-01-28T04:18:13.932Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-01-28T04:18:13.932Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-01-28T04:18:13.932Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-01-28T04:18:13.932Z | + main |
327 | 2024-01-28T04:18:13.932Z | + [[ 0 != 0 ]] |
328 | 2024-01-28T04:18:13.933Z | + CIDL_OS=solaris2.11 |
329 | 2024-01-28T04:18:13.933Z | + [[ 0 != 0 ]] |
330 | 2024-01-28T04:18:13.933Z | + configure_os solaris2.11 |
331 | 2024-01-28T04:18:13.933Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-01-28T04:18:13.933Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-01-28T04:18:13.933Z | configuring based on OS: "solaris2.11" |
334 | 2024-01-28T04:18:13.933Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-01-28T04:18:13.933Z | + CIDL_DASHREV= |
336 | 2024-01-28T04:18:13.933Z | + case "$1" in |
337 | 2024-01-28T04:18:13.933Z | + CIDL_PLATFORM=illumos |
338 | 2024-01-28T04:18:13.933Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-01-28T04:18:13.933Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-01-28T04:18:13.933Z | + CIDL_DASHREV=-1 |
341 | 2024-01-28T04:18:13.933Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-01-28T04:18:13.933Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-28T04:18:13.933Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-01-28T04:18:13.933Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-28T04:18:13.933Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-01-28T04:18:13.933Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-01-28T04:18:13.933Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-01-28T04:18:13.934Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-01-28T04:18:13.934Z | + mkdir -p out/downloads |
350 | 2024-01-28T04:18:13.934Z | + mkdir -p ./out/clickhouse |
351 | 2024-01-28T04:18:13.938Z | + local DO_DOWNLOAD=true |
352 | 2024-01-28T04:18:13.938Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-01-28T04:18:13.938Z | + '[' true == true ']' |
354 | 2024-01-28T04:18:13.938Z | + echo Downloading... |
355 | 2024-01-28T04:18:13.938Z | Downloading... |
356 | 2024-01-28T04:18:13.938Z | + 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 |
357 | 2024-01-28T04:18:13.938Z | + 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 |
358 | 2024-01-28T04:18:15.870Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-01-28T04:18:15.873Z | ++ md5sum |
360 | 2024-01-28T04:18:15.873Z | ++ awk '{print $1}' |
361 | 2024-01-28T04:18:16.130Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-01-28T04:18:16.130Z | + [[ 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 ]] |
363 | 2024-01-28T04:18:16.130Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-01-28T04:18:16.133Z | + mkdir -p ./out/clickhouse |
365 | 2024-01-28T04:18:16.133Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-01-28T04:18:20.963Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-01-28T04:18:21.017Z | ClickHouse server version 22.8.9.1. |
368 | 2024-01-28T04:18:21.042Z | + set -o errexit |
369 | 2024-01-28T04:18:21.045Z | +++ dirname ./tools/ci_download_console |
370 | 2024-01-28T04:18:21.046Z | ++ cd ./tools |
371 | 2024-01-28T04:18:21.046Z | ++ pwd |
372 | 2024-01-28T04:18:21.046Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-01-28T04:18:21.049Z | ++ basename ./tools/ci_download_console |
374 | 2024-01-28T04:18:21.049Z | + ARG0=ci_download_console |
375 | 2024-01-28T04:18:21.049Z | + TARGET_DIR=out |
376 | 2024-01-28T04:18:21.049Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-01-28T04:18:21.049Z | + DEST_DIR=./out/console-assets |
378 | 2024-01-28T04:18:21.049Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-01-28T04:18:21.049Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
380 | 2024-01-28T04:18:21.049Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
381 | 2024-01-28T04:18:21.049Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
382 | 2024-01-28T04:18:21.049Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-01-28T04:18:21.049Z | + main |
384 | 2024-01-28T04:18:21.049Z | + [[ 0 != 0 ]] |
385 | 2024-01-28T04:18:21.049Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
386 | 2024-01-28T04:18:21.049Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
387 | 2024-01-28T04:18:21.049Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2024-01-28T04:18:21.049Z | Local file: out/downloads/console.tar.gz |
389 | 2024-01-28T04:18:21.049Z | + local DO_DOWNLOAD=true |
390 | 2024-01-28T04:18:21.049Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-01-28T04:18:21.049Z | + mkdir -p out/downloads |
392 | 2024-01-28T04:18:21.053Z | + '[' true == true ']' |
393 | 2024-01-28T04:18:21.053Z | + echo Downloading... |
394 | 2024-01-28T04:18:21.053Z | Downloading... |
395 | 2024-01-28T04:18:21.053Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
396 | 2024-01-28T04:18:21.053Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
397 | 2024-01-28T04:18:22.124Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-01-28T04:18:22.124Z | ++ case "$OSTYPE" in |
399 | 2024-01-28T04:18:22.124Z | ++ SHA=sha256sum |
400 | 2024-01-28T04:18:22.128Z | ++ sha256sum |
401 | 2024-01-28T04:18:22.128Z | ++ awk '{print $1}' |
402 | 2024-01-28T04:18:22.240Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
403 | 2024-01-28T04:18:22.240Z | + [[ 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 ]] |
404 | 2024-01-28T04:18:22.243Z | + rm -rf ./out/console-assets |
405 | 2024-01-28T04:18:22.243Z | + mkdir -p ./out/console-assets |
406 | 2024-01-28T04:18:22.244Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-01-28T04:18:22.244Z | + mkdir -p ./out/console-assets |
408 | 2024-01-28T04:18:22.247Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-01-28T04:18:22.385Z | + set -o errexit |
410 | 2024-01-28T04:18:22.389Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-01-28T04:18:22.392Z | ++ cd ./tools |
412 | 2024-01-28T04:18:22.392Z | ++ pwd |
413 | 2024-01-28T04:18:22.392Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-01-28T04:18:22.393Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-01-28T04:18:22.396Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-01-28T04:18:22.396Z | + TARGET_DIR=out |
417 | 2024-01-28T04:18:22.396Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-01-28T04:18:22.396Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-01-28T04:18:22.396Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
420 | 2024-01-28T04:18:22.396Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-01-28T04:18:22.396Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
422 | 2024-01-28T04:18:22.396Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
423 | 2024-01-28T04:18:22.396Z | + main |
424 | 2024-01-28T04:18:22.396Z | + [[ 0 != 0 ]] |
425 | 2024-01-28T04:18:22.396Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
426 | 2024-01-28T04:18:22.396Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
427 | 2024-01-28T04:18:22.396Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
428 | 2024-01-28T04:18:22.396Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
429 | 2024-01-28T04:18:22.396Z | + local DO_DOWNLOAD=true |
430 | 2024-01-28T04:18:22.396Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
431 | 2024-01-28T04:18:22.396Z | + mkdir -p out/downloads |
432 | 2024-01-28T04:18:22.399Z | + '[' true == true ']' |
433 | 2024-01-28T04:18:22.399Z | + echo Downloading... |
434 | 2024-01-28T04:18:22.399Z | Downloading... |
435 | 2024-01-28T04:18:22.400Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
436 | 2024-01-28T04:18:22.400Z | + 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 |
437 | 2024-01-28T04:18:22.593Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
438 | 2024-01-28T04:18:22.593Z | ++ case "$OSTYPE" in |
439 | 2024-01-28T04:18:22.596Z | ++ SHA=sha256sum |
440 | 2024-01-28T04:18:22.596Z | ++ sha256sum |
441 | 2024-01-28T04:18:22.596Z | ++ awk '{print $1}' |
442 | 2024-01-28T04:18:22.599Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-01-28T04:18:22.599Z | + [[ 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 ]] |
444 | 2024-01-28T04:18:22.602Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-01-28T04:18:22.602Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
446 | 2024-01-28T04:18:22.602Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
447 | 2024-01-28T04:18:22.602Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
448 | 2024-01-28T04:18:22.602Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
449 | 2024-01-28T04:18:22.603Z | + main |
450 | 2024-01-28T04:18:22.603Z | + [[ 0 != 0 ]] |
451 | 2024-01-28T04:18:22.603Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
452 | 2024-01-28T04:18:22.603Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
453 | 2024-01-28T04:18:22.603Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
454 | 2024-01-28T04:18:22.603Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
455 | 2024-01-28T04:18:22.603Z | + local DO_DOWNLOAD=true |
456 | 2024-01-28T04:18:22.603Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
457 | 2024-01-28T04:18:22.603Z | + mkdir -p out/downloads |
458 | 2024-01-28T04:18:22.606Z | + '[' true == true ']' |
459 | 2024-01-28T04:18:22.606Z | + echo Downloading... |
460 | 2024-01-28T04:18:22.606Z | Downloading... |
461 | 2024-01-28T04:18:22.606Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
462 | 2024-01-28T04:18:22.606Z | + 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 |
463 | 2024-01-28T04:18:22.772Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
464 | 2024-01-28T04:18:22.775Z | ++ case "$OSTYPE" in |
465 | 2024-01-28T04:18:22.775Z | ++ SHA=sha256sum |
466 | 2024-01-28T04:18:22.775Z | ++ sha256sum |
467 | 2024-01-28T04:18:22.775Z | ++ awk '{print $1}' |
468 | 2024-01-28T04:18:22.778Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
469 | 2024-01-28T04:18:22.778Z | + [[ 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 ]] |
470 | 2024-01-28T04:18:22.787Z | + set -o errexit |
471 | 2024-01-28T04:18:22.790Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-01-28T04:18:22.793Z | ++ cd ./tools |
473 | 2024-01-28T04:18:22.793Z | ++ pwd |
474 | 2024-01-28T04:18:22.793Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-01-28T04:18:22.797Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-01-28T04:18:22.797Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-01-28T04:18:22.797Z | + TARGET_DIR=out |
478 | 2024-01-28T04:18:22.797Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-01-28T04:18:22.797Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-01-28T04:18:22.797Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
481 | 2024-01-28T04:18:22.798Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
482 | 2024-01-28T04:18:22.798Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
483 | 2024-01-28T04:18:22.798Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
484 | 2024-01-28T04:18:22.798Z | + main |
485 | 2024-01-28T04:18:22.798Z | + [[ 0 != 0 ]] |
486 | 2024-01-28T04:18:22.798Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
487 | 2024-01-28T04:18:22.798Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
488 | 2024-01-28T04:18:22.798Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
489 | 2024-01-28T04:18:22.798Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
490 | 2024-01-28T04:18:22.798Z | + local DO_DOWNLOAD=true |
491 | 2024-01-28T04:18:22.798Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
492 | 2024-01-28T04:18:22.798Z | + mkdir -p out/downloads |
493 | 2024-01-28T04:18:22.801Z | + '[' true == true ']' |
494 | 2024-01-28T04:18:22.801Z | + echo Downloading... |
495 | 2024-01-28T04:18:22.801Z | Downloading... |
496 | 2024-01-28T04:18:22.801Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
497 | 2024-01-28T04:18:22.801Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
498 | 2024-01-28T04:18:22.989Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
499 | 2024-01-28T04:18:22.993Z | ++ case "$OSTYPE" in |
500 | 2024-01-28T04:18:22.993Z | ++ SHA=sha256sum |
501 | 2024-01-28T04:18:22.993Z | ++ sha256sum |
502 | 2024-01-28T04:18:22.993Z | ++ awk '{print $1}' |
503 | 2024-01-28T04:18:22.996Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
504 | 2024-01-28T04:18:22.996Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
505 | 2024-01-28T04:18:23.006Z | + set -o errexit |
506 | 2024-01-28T04:18:23.008Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-01-28T04:18:23.011Z | ++ cd ./tools |
508 | 2024-01-28T04:18:23.011Z | ++ pwd |
509 | 2024-01-28T04:18:23.011Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-01-28T04:18:23.014Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-01-28T04:18:23.014Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-01-28T04:18:23.014Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-01-28T04:18:23.014Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
514 | 2024-01-28T04:18:23.014Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
515 | 2024-01-28T04:18:23.015Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
516 | 2024-01-28T04:18:23.015Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-01-28T04:18:23.015Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
518 | 2024-01-28T04:18:23.015Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
519 | 2024-01-28T04:18:23.015Z | + TARGET_DIR=out |
520 | 2024-01-28T04:18:23.015Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-01-28T04:18:23.015Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-01-28T04:18:23.015Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-01-28T04:18:23.015Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-01-28T04:18:23.015Z | + REPO=oxidecomputer/dendrite |
525 | 2024-01-28T04:18:23.016Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
526 | 2024-01-28T04:18:23.019Z | + main |
527 | 2024-01-28T04:18:23.019Z | + [[ 0 != 0 ]] |
528 | 2024-01-28T04:18:23.019Z | + CIDL_OS=solaris2.11 |
529 | 2024-01-28T04:18:23.019Z | + [[ 0 != 0 ]] |
530 | 2024-01-28T04:18:23.019Z | + configure_os solaris2.11 |
531 | 2024-01-28T04:18:23.019Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-01-28T04:18:23.020Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-01-28T04:18:23.020Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-01-28T04:18:23.020Z | configuring based on OS: "solaris2.11" |
535 | 2024-01-28T04:18:23.020Z | + case "$1" in |
536 | 2024-01-28T04:18:23.020Z | + SET_BINARIES= |
537 | 2024-01-28T04:18:23.020Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
538 | 2024-01-28T04:18:23.020Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-01-28T04:18:23.020Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-01-28T04:18:23.020Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
541 | 2024-01-28T04:18:23.020Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-01-28T04:18:23.020Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
543 | 2024-01-28T04:18:23.020Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
544 | 2024-01-28T04:18:23.020Z | Local file: out/downloads/dendrite-stub.tar.gz |
545 | 2024-01-28T04:18:23.020Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-01-28T04:18:23.020Z | + mkdir -p out/downloads |
547 | 2024-01-28T04:18:23.020Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-01-28T04:18:23.023Z | + fetch_and_verify |
549 | 2024-01-28T04:18:23.023Z | + local DO_DOWNLOAD=true |
550 | 2024-01-28T04:18:23.023Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-01-28T04:18:23.023Z | + '[' true == true ']' |
552 | 2024-01-28T04:18:23.023Z | + echo Downloading... |
553 | 2024-01-28T04:18:23.023Z | Downloading... |
554 | 2024-01-28T04:18:23.024Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-01-28T04:18:23.024Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
556 | 2024-01-28T04:18:28.907Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-01-28T04:18:28.911Z | ++ sha256sum |
558 | 2024-01-28T04:18:28.911Z | ++ awk '{print $1}' |
559 | 2024-01-28T04:18:29.014Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
560 | 2024-01-28T04:18:29.014Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
561 | 2024-01-28T04:18:29.014Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-01-28T04:18:29.017Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-01-28T04:18:30.116Z | + do_assemble |
564 | 2024-01-28T04:18:30.116Z | + rm -r ./out/dendrite-stub |
565 | 2024-01-28T04:18:30.119Z | + mkdir ./out/dendrite-stub |
566 | 2024-01-28T04:18:30.122Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-01-28T04:18:30.294Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-01-28T04:18:30.308Z | + set -o errexit |
569 | 2024-01-28T04:18:30.311Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-01-28T04:18:30.311Z | ++ cd ./tools |
571 | 2024-01-28T04:18:30.311Z | ++ pwd |
572 | 2024-01-28T04:18:30.316Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-01-28T04:18:30.319Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-01-28T04:18:30.319Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-01-28T04:18:30.319Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-01-28T04:18:30.319Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
577 | 2024-01-28T04:18:30.319Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
578 | 2024-01-28T04:18:30.319Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-01-28T04:18:30.319Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
580 | 2024-01-28T04:18:30.319Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
581 | 2024-01-28T04:18:30.319Z | + TARGET_DIR=out |
582 | 2024-01-28T04:18:30.319Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-01-28T04:18:30.320Z | + DEST_DIR=./out/mgd |
584 | 2024-01-28T04:18:30.320Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-01-28T04:18:30.320Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-01-28T04:18:30.320Z | + REPO=oxidecomputer/maghemite |
587 | 2024-01-28T04:18:30.320Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
588 | 2024-01-28T04:18:30.320Z | + main |
589 | 2024-01-28T04:18:30.320Z | + [[ 0 != 0 ]] |
590 | 2024-01-28T04:18:30.320Z | + CIDL_OS=solaris2.11 |
591 | 2024-01-28T04:18:30.320Z | + [[ 0 != 0 ]] |
592 | 2024-01-28T04:18:30.320Z | + configure_os solaris2.11 |
593 | 2024-01-28T04:18:30.320Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-01-28T04:18:30.320Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-01-28T04:18:30.320Z | configuring based on OS: "solaris2.11" |
596 | 2024-01-28T04:18:30.320Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-01-28T04:18:30.320Z | + case "$1" in |
598 | 2024-01-28T04:18:30.321Z | + SET_BINARIES= |
599 | 2024-01-28T04:18:30.321Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-01-28T04:18:30.321Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-01-28T04:18:30.321Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
602 | 2024-01-28T04:18:30.321Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-01-28T04:18:30.321Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
604 | 2024-01-28T04:18:30.321Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
605 | 2024-01-28T04:18:30.321Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
606 | 2024-01-28T04:18:30.321Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-01-28T04:18:30.321Z | + mkdir -p out/downloads |
608 | 2024-01-28T04:18:30.321Z | + mkdir -p ./out/mgd |
609 | 2024-01-28T04:18:30.324Z | + fetch_and_verify |
610 | 2024-01-28T04:18:30.325Z | + local DO_DOWNLOAD=true |
611 | 2024-01-28T04:18:30.325Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-01-28T04:18:30.325Z | + '[' true == true ']' |
613 | 2024-01-28T04:18:30.325Z | + echo Downloading... |
614 | 2024-01-28T04:18:30.325Z | Downloading... |
615 | 2024-01-28T04:18:30.325Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-01-28T04:18:30.325Z | + 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 |
617 | 2024-01-28T04:18:34.252Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-01-28T04:18:34.256Z | ++ sha256sum |
619 | 2024-01-28T04:18:34.256Z | ++ awk '{print $1}' |
620 | 2024-01-28T04:18:34.330Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
621 | 2024-01-28T04:18:34.331Z | + [[ 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 ]] |
622 | 2024-01-28T04:18:34.334Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-01-28T04:18:34.335Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-01-28T04:18:35.002Z | + do_assemble |
625 | 2024-01-28T04:18:35.002Z | + rm -r ./out/mgd |
626 | 2024-01-28T04:18:35.005Z | + mkdir ./out/mgd |
627 | 2024-01-28T04:18:35.008Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-01-28T04:18:35.227Z | + set -o errexit |
629 | 2024-01-28T04:18:35.232Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-01-28T04:18:35.232Z | ++ cd ./tools |
631 | 2024-01-28T04:18:35.233Z | ++ pwd |
632 | 2024-01-28T04:18:35.236Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-01-28T04:18:35.236Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-01-28T04:18:35.236Z | + ARG0=ci_download_transceiver_control |
635 | 2024-01-28T04:18:35.237Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-01-28T04:18:35.237Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-01-28T04:18:35.237Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-01-28T04:18:35.237Z | + TARGET_DIR=out |
639 | 2024-01-28T04:18:35.237Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-01-28T04:18:35.237Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-01-28T04:18:35.237Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-01-28T04:18:35.237Z | + BINARY=xcvradm |
643 | 2024-01-28T04:18:35.237Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-01-28T04:18:35.237Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-01-28T04:18:35.237Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-01-28T04:18:35.237Z | + main |
647 | 2024-01-28T04:18:35.237Z | + [[ 0 != 0 ]] |
648 | 2024-01-28T04:18:35.237Z | + CIDL_OS=solaris2.11 |
649 | 2024-01-28T04:18:35.237Z | + [[ 0 != 0 ]] |
650 | 2024-01-28T04:18:35.237Z | + configure_os solaris2.11 |
651 | 2024-01-28T04:18:35.237Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-01-28T04:18:35.237Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-01-28T04:18:35.238Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-01-28T04:18:35.238Z | configuring based on OS: "solaris2.11" |
655 | 2024-01-28T04:18:35.238Z | + case "$1" in |
656 | 2024-01-28T04:18:35.238Z | + SET_BINARIES= |
657 | 2024-01-28T04:18:35.238Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-01-28T04:18:35.238Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-01-28T04:18:35.238Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-01-28T04:18:35.238Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-01-28T04:18:35.238Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-01-28T04:18:35.238Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-01-28T04:18:35.238Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-01-28T04:18:35.238Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-01-28T04:18:35.238Z | Local file: out/downloads/xcvradm.gz |
666 | 2024-01-28T04:18:35.238Z | + mkdir -p out/downloads |
667 | 2024-01-28T04:18:35.242Z | + mkdir -p ./out/transceiver-control |
668 | 2024-01-28T04:18:35.242Z | + fetch_and_verify |
669 | 2024-01-28T04:18:35.242Z | + local DO_DOWNLOAD=true |
670 | 2024-01-28T04:18:35.242Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-01-28T04:18:35.242Z | + '[' true == true ']' |
672 | 2024-01-28T04:18:35.242Z | Downloading... |
673 | 2024-01-28T04:18:35.242Z | + echo Downloading... |
674 | 2024-01-28T04:18:35.242Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-01-28T04:18:35.242Z | + 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 |
676 | 2024-01-28T04:18:35.677Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-01-28T04:18:35.680Z | ++ sha256sum |
678 | 2024-01-28T04:18:35.680Z | ++ awk '{print $1}' |
679 | 2024-01-28T04:18:35.703Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-01-28T04:18:35.703Z | + [[ 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 ]] |
681 | 2024-01-28T04:18:35.711Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-01-28T04:18:35.711Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-01-28T04:18:35.711Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-01-28T04:18:35.888Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-01-28T04:18:35.891Z | + do_assemble |
686 | 2024-01-28T04:18:35.891Z | + rm -r ./out/transceiver-control |
687 | 2024-01-28T04:18:35.894Z | + mkdir ./out/transceiver-control |
688 | 2024-01-28T04:18:35.897Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-01-28T04:18:36.157Z | All prerequisites installed successfully |
690 | 2024-01-28T04:18:36.161Z | |
691 | 2024-01-28T04:18:36.161Z | real 1:57.457028693 |
692 | 2024-01-28T04:18:36.161Z | user 53.232180230 |
693 | 2024-01-28T04:18:36.161Z | sys 10.201578427 |
694 | 2024-01-28T04:18:36.161Z | trap 0.022328022 |
695 | 2024-01-28T04:18:36.161Z | tflt 0.376537563 |
696 | 2024-01-28T04:18:36.161Z | dflt 0.595840540 |
697 | 2024-01-28T04:18:36.161Z | kflt 0.415685416 |
698 | 2024-01-28T04:18:36.161Z | lock 2.727175467 |
699 | 2024-01-28T04:18:36.161Z | slp 3:30.357955476 |
700 | 2024-01-28T04:18:36.161Z | lat 3.523735331 |
701 | 2024-01-28T04:18:36.161Z | stop 0.056088221 |
702 | 2024-01-28T04:18:36.161Z | + ptime -m ./tools/ci_download_softnpu_machinery |
703 | 2024-01-28T04:18:36.172Z | fetching npuzone |
704 | 2024-01-28T04:18:36.180Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
705 | 2024-01-28T04:18:36.180Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
706 | 2024-01-28T04:18:36.181Z | Getting hash for npuzone |
707 | 2024-01-28T04:18:36.322Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
708 | 2024-01-28T04:18:42.794Z | npuzone downloaded successfully |
709 | 2024-01-28T04:18:42.798Z | |
710 | 2024-01-28T04:18:42.798Z | real 6.636366997 |
711 | 2024-01-28T04:18:42.798Z | user 0.553592689 |
712 | 2024-01-28T04:18:42.802Z | sys 0.151430208 |
713 | 2024-01-28T04:18:42.802Z | trap 0.000119378 |
714 | 2024-01-28T04:18:42.802Z | tflt 0.000000000 |
715 | 2024-01-28T04:18:42.802Z | dflt 0.000000000 |
716 | 2024-01-28T04:18:42.802Z | kflt 0.000000000 |
717 | 2024-01-28T04:18:42.802Z | lock 0.000000000 |
718 | 2024-01-28T04:18:42.802Z | slp 19.039785817 |
719 | 2024-01-28T04:18:42.802Z | lat 0.126951054 |
720 | 2024-01-28T04:18:42.802Z | stop 0.000354730 |
721 | 2024-01-28T04:18:42.802Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-01-28T04:18:42.802Z | + CARGO_INCREMENTAL=0 |
723 | 2024-01-28T04:18:42.802Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
724 | 2024-01-28T04:18:43.142Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
725 | 2024-01-28T04:18:43.602Z | Updating crates.io index |
726 | 2024-01-28T04:18:43.608Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2024-01-28T04:18:44.471Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-01-28T04:18:46.718Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-01-28T04:18:47.236Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2024-01-28T04:18:47.777Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2024-01-28T04:18:48.336Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2024-01-28T04:18:48.409Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2024-01-28T04:18:49.777Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2024-01-28T04:18:52.364Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2024-01-28T04:18:53.433Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2024-01-28T04:18:53.888Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2024-01-28T04:18:54.621Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2024-01-28T04:18:55.054Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
739 | 2024-01-28T04:18:55.471Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-01-28T04:18:55.869Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-01-28T04:18:56.374Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2024-01-28T04:18:56.727Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
743 | 2024-01-28T04:18:57.305Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-01-28T04:18:58.061Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2024-01-28T04:18:58.532Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2024-01-28T04:18:58.857Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-01-28T04:19:00.300Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2024-01-28T04:19:00.721Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
749 | 2024-01-28T04:19:01.938Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2024-01-28T04:19:03.823Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2024-01-28T04:19:04.215Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2024-01-28T04:19:04.518Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2024-01-28T04:19:06.599Z | Downloading crates ... |
754 | 2024-01-28T04:19:06.997Z | Downloaded indexmap v2.1.0 |
755 | 2024-01-28T04:19:07.018Z | Downloaded is_ci v1.1.1 |
756 | 2024-01-28T04:19:07.024Z | Downloaded corncobs v0.1.3 |
757 | 2024-01-28T04:19:07.029Z | Downloaded crc v3.0.1 |
758 | 2024-01-28T04:19:07.038Z | Downloaded cassowary v0.3.0 |
759 | 2024-01-28T04:19:07.042Z | Downloaded mime_guess v2.0.4 |
760 | 2024-01-28T04:19:07.046Z | Downloaded lalrpop-util v0.19.12 |
761 | 2024-01-28T04:19:07.049Z | Downloaded memoffset v0.9.0 |
762 | 2024-01-28T04:19:07.053Z | Downloaded darling v0.20.3 |
763 | 2024-01-28T04:19:07.065Z | Downloaded num_enum_derive v0.5.11 |
764 | 2024-01-28T04:19:07.070Z | Downloaded serde-big-array v0.4.1 |
765 | 2024-01-28T04:19:07.074Z | Downloaded matches v0.1.10 |
766 | 2024-01-28T04:19:07.081Z | Downloaded ryu v1.0.15 |
767 | 2024-01-28T04:19:07.086Z | Downloaded ident_case v1.0.1 |
768 | 2024-01-28T04:19:07.090Z | Downloaded ciborium-io v0.2.2 |
769 | 2024-01-28T04:19:07.093Z | Downloaded atomicwrites v0.4.3 |
770 | 2024-01-28T04:19:07.097Z | Downloaded convert_case v0.4.0 |
771 | 2024-01-28T04:19:07.100Z | Downloaded assert_matches v1.5.0 |
772 | 2024-01-28T04:19:07.103Z | Downloaded shell-words v1.1.0 |
773 | 2024-01-28T04:19:07.106Z | Downloaded async-stream-impl v0.3.5 |
774 | 2024-01-28T04:19:07.109Z | Downloaded serde_derive_internals v0.26.0 |
775 | 2024-01-28T04:19:07.112Z | Downloaded colorchoice v1.0.0 |
776 | 2024-01-28T04:19:07.117Z | Downloaded bit-vec v0.6.3 |
777 | 2024-01-28T04:19:07.120Z | Downloaded hyper-rustls v0.24.2 |
778 | 2024-01-28T04:19:07.125Z | Downloaded bzip2 v0.4.4 |
779 | 2024-01-28T04:19:07.134Z | Downloaded atty v0.2.14 |
780 | 2024-01-28T04:19:07.139Z | Downloaded block-padding v0.3.3 |
781 | 2024-01-28T04:19:07.142Z | Downloaded instant v0.1.12 |
782 | 2024-01-28T04:19:07.145Z | Downloaded normalize-line-endings v0.3.0 |
783 | 2024-01-28T04:19:07.150Z | Downloaded crunchy v0.2.2 |
784 | 2024-01-28T04:19:07.156Z | Downloaded newtype_derive v0.1.6 |
785 | 2024-01-28T04:19:07.159Z | Downloaded cexpr v0.6.0 |
786 | 2024-01-28T04:19:07.159Z | Downloaded crucible-workspace-hack v0.1.0 |
787 | 2024-01-28T04:19:07.162Z | Downloaded cipher v0.4.4 |
788 | 2024-01-28T04:19:07.165Z | Downloaded strsim v0.10.0 |
789 | 2024-01-28T04:19:07.169Z | Downloaded base64ct v1.6.0 |
790 | 2024-01-28T04:19:07.175Z | Downloaded new_debug_unreachable v1.0.4 |
791 | 2024-01-28T04:19:07.177Z | Downloaded maybe-uninit v2.0.0 |
792 | 2024-01-28T04:19:07.181Z | Downloaded strum v0.25.0 |
793 | 2024-01-28T04:19:07.184Z | Downloaded num-derive v0.4.0 |
794 | 2024-01-28T04:19:07.188Z | Downloaded http-range v0.1.5 |
795 | 2024-01-28T04:19:07.191Z | Downloaded crossbeam v0.8.2 |
796 | 2024-01-28T04:19:07.194Z | Downloaded derive_builder_macro v0.12.0 |
797 | 2024-01-28T04:19:07.197Z | Downloaded nodrop v0.1.14 |
798 | 2024-01-28T04:19:07.200Z | Downloaded subtle v2.5.0 |
799 | 2024-01-28T04:19:07.203Z | Downloaded nanorand v0.7.0 |
800 | 2024-01-28T04:19:07.208Z | Downloaded managed v0.8.0 |
801 | 2024-01-28T04:19:07.215Z | Downloaded md-5 v0.10.5 |
802 | 2024-01-28T04:19:07.218Z | Downloaded mockall v0.12.0 |
803 | 2024-01-28T04:19:07.221Z | Downloaded crossbeam-deque v0.8.3 |
804 | 2024-01-28T04:19:07.223Z | Downloaded structmeta-derive v0.2.0 |
805 | 2024-01-28T04:19:07.226Z | Downloaded openssl-macros v0.1.1 |
806 | 2024-01-28T04:19:07.229Z | Downloaded strsim v0.8.0 |
807 | 2024-01-28T04:19:07.232Z | Downloaded try-lock v0.2.4 |
808 | 2024-01-28T04:19:07.235Z | Downloaded http-body v0.4.5 |
809 | 2024-01-28T04:19:07.238Z | Downloaded byteorder v1.5.0 |
810 | 2024-01-28T04:19:07.240Z | Downloaded num_cpus v1.16.0 |
811 | 2024-01-28T04:19:07.246Z | Downloaded synstructure v0.12.6 |
812 | 2024-01-28T04:19:07.249Z | Downloaded structmeta v0.2.0 |
813 | 2024-01-28T04:19:07.252Z | Downloaded num-rational v0.4.1 |
814 | 2024-01-28T04:19:07.254Z | Downloaded num-complex v0.4.4 |
815 | 2024-01-28T04:19:07.258Z | Downloaded rand_chacha v0.3.1 |
816 | 2024-01-28T04:19:07.264Z | Downloaded darling_macro v0.20.3 |
817 | 2024-01-28T04:19:07.266Z | Downloaded darling_macro v0.14.4 |
818 | 2024-01-28T04:19:07.266Z | Downloaded zone_cfg_derive v0.3.0 |
819 | 2024-01-28T04:19:07.267Z | Downloaded crc32fast v1.3.2 |
820 | 2024-01-28T04:19:07.270Z | Downloaded num-iter v0.1.43 |
821 | 2024-01-28T04:19:07.273Z | Downloaded hostname v0.3.1 |
822 | 2024-01-28T04:19:07.276Z | Downloaded multer v3.0.0 |
823 | 2024-01-28T04:19:07.280Z | Downloaded termtree v0.4.1 |
824 | 2024-01-28T04:19:07.283Z | Downloaded clap v4.4.3 |
825 | 2024-01-28T04:19:07.299Z | Downloaded parse-size v1.0.0 |
826 | 2024-01-28T04:19:07.302Z | Downloaded rustversion v1.0.14 |
827 | 2024-01-28T04:19:07.306Z | Downloaded defmt-macros v0.3.6 |
828 | 2024-01-28T04:19:07.312Z | Downloaded sqlformat v0.2.3 |
829 | 2024-01-28T04:19:07.316Z | Downloaded universal-hash v0.5.1 |
830 | 2024-01-28T04:19:07.319Z | Downloaded usdt v0.5.0 |
831 | 2024-01-28T04:19:07.321Z | Downloaded zeroize_derive v1.4.2 |
832 | 2024-01-28T04:19:07.324Z | Downloaded allocator-api2 v0.2.16 |
833 | 2024-01-28T04:19:07.329Z | Downloaded signal-hook-tokio v0.3.1 |
834 | 2024-01-28T04:19:07.332Z | Downloaded zone v0.3.0 |
835 | 2024-01-28T04:19:07.335Z | Downloaded futures-sink v0.3.30 |
836 | 2024-01-28T04:19:07.335Z | Downloaded smf v0.2.2 |
837 | 2024-01-28T04:19:07.340Z | Downloaded hash32 v0.2.1 |
838 | 2024-01-28T04:19:07.343Z | Downloaded serde-big-array v0.5.1 |
839 | 2024-01-28T04:19:07.346Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2024-01-28T04:19:07.349Z | Downloaded doc-comment v0.3.3 |
841 | 2024-01-28T04:19:07.352Z | Downloaded foreign-types v0.5.0 |
842 | 2024-01-28T04:19:07.355Z | Downloaded serde_repr v0.1.16 |
843 | 2024-01-28T04:19:07.358Z | Downloaded number_prefix v0.4.0 |
844 | 2024-01-28T04:19:07.360Z | Downloaded parse-display v0.8.2 |
845 | 2024-01-28T04:19:07.363Z | Downloaded pem-rfc7468 v0.7.0 |
846 | 2024-01-28T04:19:07.367Z | Downloaded fd-lock v4.0.2 |
847 | 2024-01-28T04:19:07.372Z | Downloaded radium v0.7.0 |
848 | 2024-01-28T04:19:07.375Z | Downloaded path-slash v0.1.5 |
849 | 2024-01-28T04:19:07.378Z | Downloaded scopeguard v1.2.0 |
850 | 2024-01-28T04:19:07.381Z | Downloaded waitgroup v0.1.2 |
851 | 2024-01-28T04:19:07.384Z | Downloaded want v0.3.1 |
852 | 2024-01-28T04:19:07.389Z | Downloaded semver v0.1.20 |
853 | 2024-01-28T04:19:07.392Z | Downloaded sec1 v0.7.3 |
854 | 2024-01-28T04:19:07.395Z | Downloaded slab v0.4.9 |
855 | 2024-01-28T04:19:07.398Z | Downloaded slog-envlogger v2.2.0 |
856 | 2024-01-28T04:19:07.401Z | Downloaded form_urlencoded v1.2.1 |
857 | 2024-01-28T04:19:07.403Z | Downloaded float-cmp v0.9.0 |
858 | 2024-01-28T04:19:07.407Z | Downloaded darling_core v0.14.4 |
859 | 2024-01-28T04:19:07.416Z | Downloaded fragile v2.0.0 |
860 | 2024-01-28T04:19:07.420Z | Downloaded precomputed-hash v0.1.1 |
861 | 2024-01-28T04:19:07.423Z | Downloaded scheduled-thread-pool v0.2.7 |
862 | 2024-01-28T04:19:07.426Z | Downloaded pest_derive v2.7.6 |
863 | 2024-01-28T04:19:07.430Z | Downloaded hash32 v0.3.1 |
864 | 2024-01-28T04:19:07.433Z | Downloaded tabled_derive v0.7.0 |
865 | 2024-01-28T04:19:07.436Z | Downloaded tap v1.0.1 |
866 | 2024-01-28T04:19:07.439Z | Downloaded log v0.4.20 |
867 | 2024-01-28T04:19:07.447Z | Downloaded dirs-next v2.0.0 |
868 | 2024-01-28T04:19:07.450Z | Downloaded postcard v1.0.8 |
869 | 2024-01-28T04:19:07.454Z | Downloaded tracing-core v0.1.31 |
870 | 2024-01-28T04:19:07.460Z | Downloaded pkcs8 v0.10.2 |
871 | 2024-01-28T04:19:07.466Z | Downloaded dtrace-parser v0.2.0 |
872 | 2024-01-28T04:19:07.470Z | Downloaded same-file v1.0.6 |
873 | 2024-01-28T04:19:07.473Z | Downloaded ref-cast v1.0.20 |
874 | 2024-01-28T04:19:07.477Z | Downloaded siphasher v0.3.11 |
875 | 2024-01-28T04:19:07.482Z | Downloaded foreign-types-shared v0.3.1 |
876 | 2024-01-28T04:19:07.484Z | Downloaded take_mut v0.2.2 |
877 | 2024-01-28T04:19:07.487Z | Downloaded itertools v0.12.0 |
878 | 2024-01-28T04:19:07.501Z | Downloaded which v4.4.0 |
879 | 2024-01-28T04:19:07.504Z | Downloaded zerocopy v0.3.0 |
880 | 2024-01-28T04:19:07.507Z | Downloaded funty v2.0.0 |
881 | 2024-01-28T04:19:07.509Z | Downloaded thread_local v1.1.7 |
882 | 2024-01-28T04:19:07.512Z | Downloaded home v0.5.5 |
883 | 2024-01-28T04:19:07.515Z | Downloaded toolchain_find v0.2.0 |
884 | 2024-01-28T04:19:07.520Z | Downloaded either v1.9.0 |
885 | 2024-01-28T04:19:07.523Z | Downloaded signal-hook v0.3.17 |
886 | 2024-01-28T04:19:07.526Z | Downloaded openssl-sys v0.9.96 |
887 | 2024-01-28T04:19:07.538Z | Downloaded thiserror-no-std v2.0.2 |
888 | 2024-01-28T04:19:07.548Z | Downloaded phf_shared v0.10.0 |
889 | 2024-01-28T04:19:07.550Z | Downloaded serde_spanned v0.6.4 |
890 | 2024-01-28T04:19:07.553Z | Downloaded predicates-core v1.0.6 |
891 | 2024-01-28T04:19:07.556Z | Downloaded rtoolbox v0.0.1 |
892 | 2024-01-28T04:19:07.559Z | Downloaded opaque-debug v0.3.0 |
893 | 2024-01-28T04:19:07.562Z | Downloaded rustc-hash v1.1.0 |
894 | 2024-01-28T04:19:07.566Z | Downloaded percent-encoding v2.3.1 |
895 | 2024-01-28T04:19:07.566Z | Downloaded signature v2.1.0 |
896 | 2024-01-28T04:19:07.570Z | Downloaded rpassword v7.3.1 |
897 | 2024-01-28T04:19:07.573Z | Downloaded rustc_version v0.1.7 |
898 | 2024-01-28T04:19:07.576Z | Downloaded parking_lot_core v0.9.8 |
899 | 2024-01-28T04:19:07.578Z | Downloaded difflib v0.4.0 |
900 | 2024-01-28T04:19:07.581Z | Downloaded dirs-sys-next v0.1.2 |
901 | 2024-01-28T04:19:07.587Z | Downloaded slog-bunyan v2.5.0 |
902 | 2024-01-28T04:19:07.590Z | Downloaded group v0.13.0 |
903 | 2024-01-28T04:19:07.590Z | Downloaded resolv-conf v0.7.0 |
904 | 2024-01-28T04:19:07.594Z | Downloaded futures-executor v0.3.30 |
905 | 2024-01-28T04:19:07.597Z | Downloaded unicode-xid v0.2.4 |
906 | 2024-01-28T04:19:07.601Z | Downloaded toml v0.8.8 |
907 | 2024-01-28T04:19:07.608Z | Downloaded tiny-keccak v2.0.2 |
908 | 2024-01-28T04:19:07.613Z | Downloaded snafu-derive v0.7.5 |
909 | 2024-01-28T04:19:07.617Z | Downloaded yasna v0.5.2 |
910 | 2024-01-28T04:19:07.622Z | Downloaded downcast v0.11.0 |
911 | 2024-01-28T04:19:07.626Z | Downloaded tinyvec_macros v0.1.1 |
912 | 2024-01-28T04:19:07.628Z | Downloaded usdt-attr-macro v0.5.0 |
913 | 2024-01-28T04:19:07.631Z | Downloaded fixedbitset v0.4.2 |
914 | 2024-01-28T04:19:07.634Z | Downloaded term v0.7.0 |
915 | 2024-01-28T04:19:07.640Z | Downloaded typenum v1.16.0 |
916 | 2024-01-28T04:19:07.646Z | Downloaded fnv v1.0.7 |
917 | 2024-01-28T04:19:07.649Z | Downloaded dtrace-parser v0.1.14 |
918 | 2024-01-28T04:19:07.652Z | Downloaded foreign-types-shared v0.1.1 |
919 | 2024-01-28T04:19:07.658Z | Downloaded futures-io v0.3.30 |
920 | 2024-01-28T04:19:07.658Z | Downloaded wyz v0.5.1 |
921 | 2024-01-28T04:19:07.660Z | Downloaded pest_generator v2.7.6 |
922 | 2024-01-28T04:19:07.666Z | Downloaded hashbrown v0.13.2 |
923 | 2024-01-28T04:19:07.670Z | Downloaded poly1305 v0.8.0 |
924 | 2024-01-28T04:19:07.676Z | Downloaded time-core v0.1.1 |
925 | 2024-01-28T04:19:07.679Z | Downloaded flate2 v1.0.28 |
926 | 2024-01-28T04:19:07.688Z | Downloaded proc-macro-error-attr v1.0.4 |
927 | 2024-01-28T04:19:07.692Z | Downloaded serde_path_to_error v0.1.15 |
928 | 2024-01-28T04:19:07.695Z | Downloaded parking_lot v0.11.2 |
929 | 2024-01-28T04:19:07.700Z | Downloaded usdt-macro v0.5.0 |
930 | 2024-01-28T04:19:07.703Z | Downloaded endian-type v0.1.2 |
931 | 2024-01-28T04:19:07.706Z | Downloaded pin-utils v0.1.0 |
932 | 2024-01-28T04:19:07.706Z | Downloaded rustls-pemfile v1.0.3 |
933 | 2024-01-28T04:19:07.710Z | Downloaded paste v1.0.14 |
934 | 2024-01-28T04:19:07.716Z | Downloaded deranged v0.3.8 |
935 | 2024-01-28T04:19:07.719Z | Downloaded tower-service v0.3.2 |
936 | 2024-01-28T04:19:07.722Z | Downloaded stability v0.1.1 |
937 | 2024-01-28T04:19:07.725Z | Downloaded openssl-probe v0.1.5 |
938 | 2024-01-28T04:19:07.727Z | Downloaded oso-derive v0.27.0 |
939 | 2024-01-28T04:19:07.728Z | Downloaded data-encoding v2.4.0 |
940 | 2024-01-28T04:19:07.733Z | Downloaded rand_xorshift v0.3.0 |
941 | 2024-01-28T04:19:07.736Z | Downloaded flume v0.11.0 |
942 | 2024-01-28T04:19:07.740Z | Downloaded version_check v0.9.4 |
943 | 2024-01-28T04:19:07.743Z | Downloaded vte_generate_state_changes v0.1.1 |
944 | 2024-01-28T04:19:07.746Z | Downloaded vec_map v0.8.2 |
945 | 2024-01-28T04:19:07.749Z | Downloaded num-bigint-dig v0.8.4 |
946 | 2024-01-28T04:19:07.757Z | Downloaded thiserror-impl v1.0.56 |
947 | 2024-01-28T04:19:07.760Z | Downloaded peeking_take_while v0.1.2 |
948 | 2024-01-28T04:19:07.763Z | Downloaded time-macros v0.2.13 |
949 | 2024-01-28T04:19:07.765Z | Downloaded sqlparser_derive v0.2.2 |
950 | 2024-01-28T04:19:07.769Z | Downloaded sha1 v0.10.6 |
951 | 2024-01-28T04:19:07.772Z | Downloaded unarray v0.1.4 |
952 | 2024-01-28T04:19:07.775Z | Downloaded phf v0.11.2 |
953 | 2024-01-28T04:19:07.777Z | Downloaded serde_tokenstream v0.2.0 |
954 | 2024-01-28T04:19:07.783Z | Downloaded utf-8 v0.7.6 |
955 | 2024-01-28T04:19:07.786Z | Downloaded textwrap v0.16.0 |
956 | 2024-01-28T04:19:07.792Z | Downloaded vsss-rs v3.3.4 |
957 | 2024-01-28T04:19:07.795Z | Downloaded pem v3.0.2 |
958 | 2024-01-28T04:19:07.798Z | Downloaded rsa v0.9.2 |
959 | 2024-01-28T04:19:07.807Z | Downloaded tokio-util v0.7.10 |
960 | 2024-01-28T04:19:07.822Z | Downloaded thiserror v1.0.56 |
961 | 2024-01-28T04:19:07.831Z | Downloaded dyn-clone v1.0.13 |
962 | 2024-01-28T04:19:07.835Z | Downloaded termios v0.3.3 |
963 | 2024-01-28T04:19:07.838Z | Downloaded ucd-trie v0.1.6 |
964 | 2024-01-28T04:19:07.842Z | Downloaded phf_shared v0.11.2 |
965 | 2024-01-28T04:19:07.845Z | Downloaded sha2 v0.10.8 |
966 | 2024-01-28T04:19:07.848Z | Downloaded ena v0.14.2 |
967 | 2024-01-28T04:19:07.852Z | Downloaded proc-macro-crate v1.3.1 |
968 | 2024-01-28T04:19:07.855Z | Downloaded unicode_categories v0.1.1 |
969 | 2024-01-28T04:19:07.859Z | Downloaded schemars v0.8.16 |
970 | 2024-01-28T04:19:07.882Z | Downloaded der_derive v0.7.2 |
971 | 2024-01-28T04:19:07.885Z | Downloaded tinyvec v1.6.0 |
972 | 2024-01-28T04:19:07.891Z | Downloaded hmac v0.12.1 |
973 | 2024-01-28T04:19:07.894Z | Downloaded diff v0.1.13 |
974 | 2024-01-28T04:19:07.904Z | Downloaded serde v1.0.195 |
975 | 2024-01-28T04:19:07.914Z | Downloaded x509-cert v0.2.4 |
976 | 2024-01-28T04:19:07.921Z | Downloaded socket2 v0.5.5 |
977 | 2024-01-28T04:19:07.925Z | Downloaded time v0.3.27 |
978 | 2024-01-28T04:19:07.938Z | Downloaded prettyplease v0.2.16 |
979 | 2024-01-28T04:19:07.945Z | Downloaded ron v0.8.1 |
980 | 2024-01-28T04:19:07.958Z | Downloaded quick-xml v0.30.0 |
981 | 2024-01-28T04:19:07.968Z | Downloaded reqwest v0.11.22 |
982 | 2024-01-28T04:19:07.984Z | Downloaded salty v0.2.0 |
983 | 2024-01-28T04:19:07.994Z | Downloaded hashbrown v0.12.3 |
984 | 2024-01-28T04:19:08.003Z | Downloaded idna v0.5.0 |
985 | 2024-01-28T04:19:08.017Z | Downloaded regex-automata v0.1.10 |
986 | 2024-01-28T04:19:08.027Z | Downloaded rustls-webpki v0.102.1 |
987 | 2024-01-28T04:19:08.063Z | Downloaded rustls-webpki v0.101.7 |
988 | 2024-01-28T04:19:08.091Z | Downloaded goblin v0.8.0 |
989 | 2024-01-28T04:19:08.105Z | Downloaded h2 v0.3.24 |
990 | 2024-01-28T04:19:08.117Z | Downloaded tough v0.16.0 |
991 | 2024-01-28T04:19:08.133Z | Downloaded portable-atomic v1.4.3 |
992 | 2024-01-28T04:19:08.144Z | Downloaded futures-util v0.3.30 |
993 | 2024-01-28T04:19:08.167Z | Downloaded rayon v1.8.0 |
994 | 2024-01-28T04:19:08.186Z | Downloaded object v0.32.1 |
995 | 2024-01-28T04:19:08.207Z | Downloaded hkdf v0.12.4 |
996 | 2024-01-28T04:19:08.212Z | Downloaded trust-dns-proto v0.22.0 |
997 | 2024-01-28T04:19:08.236Z | Downloaded regress v0.7.1 |
998 | 2024-01-28T04:19:08.250Z | Downloaded bstr v1.6.0 |
999 | 2024-01-28T04:19:08.273Z | Downloaded polar-core v0.27.0 |
1000 | 2024-01-28T04:19:08.291Z | Downloaded diesel v2.1.4 |
1001 | 2024-01-28T04:19:08.339Z | Downloaded rustls v0.21.9 |
1002 | 2024-01-28T04:19:08.367Z | Downloaded rustls v0.22.2 |
1003 | 2024-01-28T04:19:08.395Z | Downloaded regex-syntax v0.8.2 |
1004 | 2024-01-28T04:19:08.412Z | Downloaded zerocopy-derive v0.2.0 |
1005 | 2024-01-28T04:19:08.430Z | Downloaded regex-automata v0.4.4 |
1006 | 2024-01-28T04:19:08.466Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1007 | 2024-01-28T04:19:08.492Z | Downloaded zerocopy-derive v0.6.4 |
1008 | 2024-01-28T04:19:08.513Z | Downloaded regex-automata v0.3.8 |
1009 | 2024-01-28T04:19:08.548Z | Downloaded libc v0.2.152 |
1010 | 2024-01-28T04:19:08.604Z | Downloaded tokio v1.35.1 |
1011 | 2024-01-28T04:19:08.681Z | Downloaded sha3 v0.10.8 |
1012 | 2024-01-28T04:19:08.695Z | Downloaded rustix v0.38.30 |
1013 | 2024-01-28T04:19:08.743Z | Downloaded rustix v0.37.23 |
1014 | 2024-01-28T04:19:08.781Z | Downloaded smoltcp v0.9.1 |
1015 | 2024-01-28T04:19:08.804Z | Downloaded encoding_rs v0.8.33 |
1016 | 2024-01-28T04:19:08.851Z | Downloaded regex-syntax v0.6.29 |
1017 | 2024-01-28T04:19:08.864Z | Downloaded regex-syntax v0.7.5 |
1018 | 2024-01-28T04:19:08.880Z | Downloaded sled v0.34.7 |
1019 | 2024-01-28T04:19:08.903Z | Downloaded ratatui v0.25.0 |
1020 | 2024-01-28T04:19:08.930Z | Downloaded openssl v0.10.60 |
1021 | 2024-01-28T04:19:08.948Z | Downloaded ring v0.17.7 |
1022 | 2024-01-28T04:19:09.079Z | Downloaded webpki-roots v0.25.2 |
1023 | 2024-01-28T04:19:09.085Z | Downloaded regex v1.10.3 |
1024 | 2024-01-28T04:19:09.110Z | Downloaded openapiv3 v2.0.0 |
1025 | 2024-01-28T04:19:09.131Z | Downloaded gimli v0.28.0 |
1026 | 2024-01-28T04:19:09.149Z | Downloaded bstr v0.2.17 |
1027 | 2024-01-28T04:19:09.164Z | Downloaded nix v0.27.1 |
1028 | 2024-01-28T04:19:09.184Z | Downloaded curve25519-dalek v4.1.1 |
1029 | 2024-01-28T04:19:09.201Z | Downloaded smoltcp v0.11.0 |
1030 | 2024-01-28T04:19:09.226Z | Downloaded radix_trie v0.2.1 |
1031 | 2024-01-28T04:19:09.233Z | Downloaded syn v2.0.48 |
1032 | 2024-01-28T04:19:09.253Z | Downloaded syn v1.0.109 |
1033 | 2024-01-28T04:19:09.272Z | Downloaded sqlparser v0.41.0 |
1034 | 2024-01-28T04:19:09.281Z | Downloaded ring v0.16.20 |
1035 | 2024-01-28T04:19:09.435Z | Downloaded proptest v1.4.0 |
1036 | 2024-01-28T04:19:09.451Z | Downloaded vcpkg v0.2.15 |
1037 | 2024-01-28T04:19:09.523Z | Downloaded tabled v0.15.0 |
1038 | 2024-01-28T04:19:09.554Z | Downloaded petgraph v0.6.4 |
1039 | 2024-01-28T04:19:09.572Z | Downloaded object v0.30.4 |
1040 | 2024-01-28T04:19:09.589Z | Downloaded winnow v0.5.15 |
1041 | 2024-01-28T04:19:09.603Z | Downloaded chrono v0.4.31 |
1042 | 2024-01-28T04:19:09.616Z | Downloaded bindgen v0.69.2 |
1043 | 2024-01-28T04:19:09.628Z | Downloaded lalrpop v0.19.12 |
1044 | 2024-01-28T04:19:09.648Z | Downloaded bitvec v1.0.1 |
1045 | 2024-01-28T04:19:09.675Z | Downloaded socket2 v0.4.9 |
1046 | 2024-01-28T04:19:09.678Z | Downloaded rustyline v13.0.0 |
1047 | 2024-01-28T04:19:09.686Z | Downloaded http v1.0.0 |
1048 | 2024-01-28T04:19:09.692Z | Downloaded hyper v0.14.27 |
1049 | 2024-01-28T04:19:09.706Z | Downloaded idna v0.2.3 |
1050 | 2024-01-28T04:19:09.718Z | Downloaded reedline v0.28.0 |
1051 | 2024-01-28T04:19:09.729Z | Downloaded hashbrown v0.14.2 |
1052 | 2024-01-28T04:19:09.738Z | Downloaded der v0.7.8 |
1053 | 2024-01-28T04:19:09.750Z | Downloaded samael v0.0.14 |
1054 | 2024-01-28T04:19:09.763Z | Downloaded pin-project v1.1.3 |
1055 | 2024-01-28T04:19:09.775Z | Downloaded http v0.2.11 |
1056 | 2024-01-28T04:19:09.782Z | Downloaded toml_edit v0.21.0 |
1057 | 2024-01-28T04:19:09.821Z | Downloaded unicode-normalization v0.1.22 |
1058 | 2024-01-28T04:19:09.828Z | Downloaded zerocopy v0.7.32 |
1059 | 2024-01-28T04:19:09.857Z | Downloaded trust-dns-client v0.22.0 |
1060 | 2024-01-28T04:19:09.867Z | Downloaded topological-sort v0.2.2 |
1061 | 2024-01-28T04:19:09.870Z | Downloaded embedded-io v0.4.0 |
1062 | 2024-01-28T04:19:09.872Z | Downloaded untrusted v0.7.1 |
1063 | 2024-01-28T04:19:09.875Z | Downloaded heck v0.3.3 |
1064 | 2024-01-28T04:19:09.875Z | Downloaded fastrand v2.0.0 |
1065 | 2024-01-28T04:19:09.878Z | Downloaded ppv-lite86 v0.2.17 |
1066 | 2024-01-28T04:19:09.881Z | Downloaded slog-async v2.8.0 |
1067 | 2024-01-28T04:19:09.884Z | Downloaded pin-project-internal v1.1.3 |
1068 | 2024-01-28T04:19:09.884Z | Downloaded headers v0.3.9 |
1069 | 2024-01-28T04:19:09.894Z | Downloaded toml_edit v0.19.15 |
1070 | 2024-01-28T04:19:09.924Z | Downloaded aho-corasick v1.0.4 |
1071 | 2024-01-28T04:19:09.934Z | Downloaded rusty-fork v0.3.0 |
1072 | 2024-01-28T04:19:09.937Z | Downloaded unicode-ident v1.0.12 |
1073 | 2024-01-28T04:19:09.941Z | Downloaded tar v0.4.40 |
1074 | 2024-01-28T04:19:09.945Z | Downloaded clap_builder v4.4.2 |
1075 | 2024-01-28T04:19:09.958Z | Downloaded digest v0.10.7 |
1076 | 2024-01-28T04:19:09.961Z | Downloaded omicron-zone-package v0.10.1 |
1077 | 2024-01-28T04:19:09.965Z | Downloaded rustls-pki-types v1.1.0 |
1078 | 2024-01-28T04:19:09.968Z | Downloaded quote v1.0.35 |
1079 | 2024-01-28T04:19:09.971Z | Downloaded pest v2.7.6 |
1080 | 2024-01-28T04:19:09.981Z | Downloaded futures-macro v0.3.30 |
1081 | 2024-01-28T04:19:09.984Z | Downloaded dof v0.1.5 |
1082 | 2024-01-28T04:19:09.987Z | Downloaded rustc-demangle v0.1.23 |
1083 | 2024-01-28T04:19:09.989Z | Downloaded trust-dns-resolver v0.22.0 |
1084 | 2024-01-28T04:19:09.994Z | Downloaded enum-as-inner v0.5.1 |
1085 | 2024-01-28T04:19:09.997Z | Downloaded secrecy v0.8.0 |
1086 | 2024-01-28T04:19:10.000Z | Downloaded proc-macro-error v1.0.4 |
1087 | 2024-01-28T04:19:10.004Z | Downloaded crossterm v0.27.0 |
1088 | 2024-01-28T04:19:10.015Z | Downloaded pin-project-lite v0.2.13 |
1089 | 2024-01-28T04:19:10.023Z | Downloaded unicode-segmentation v1.10.1 |
1090 | 2024-01-28T04:19:10.029Z | Downloaded filetime v0.2.23 |
1091 | 2024-01-28T04:19:10.032Z | Downloaded rustfmt-wrapper v0.2.0 |
1092 | 2024-01-28T04:19:10.038Z | Downloaded parking_lot_core v0.8.6 |
1093 | 2024-01-28T04:19:10.041Z | Downloaded postgres-protocol v0.6.6 |
1094 | 2024-01-28T04:19:10.041Z | Downloaded fxhash v0.2.1 |
1095 | 2024-01-28T04:19:10.043Z | Downloaded serde_with_macros v3.5.1 |
1096 | 2024-01-28T04:19:10.046Z | Downloaded zerocopy-derive v0.7.32 |
1097 | 2024-01-28T04:19:10.052Z | Downloaded usdt-impl v0.5.0 |
1098 | 2024-01-28T04:19:10.054Z | Downloaded olpc-cjson v0.1.3 |
1099 | 2024-01-28T04:19:10.057Z | Downloaded textwrap v0.11.0 |
1100 | 2024-01-28T04:19:10.060Z | Downloaded rustc_version v0.4.0 |
1101 | 2024-01-28T04:19:10.063Z | Downloaded once_cell v1.19.0 |
1102 | 2024-01-28T04:19:10.065Z | Downloaded heapless v0.8.0 |
1103 | 2024-01-28T04:19:10.071Z | Downloaded rcgen v0.12.0 |
1104 | 2024-01-28T04:19:10.076Z | Downloaded tokio-rustls v0.24.1 |
1105 | 2024-01-28T04:19:10.080Z | Downloaded spin v0.5.2 |
1106 | 2024-01-28T04:19:10.082Z | Downloaded derive_builder_core v0.12.0 |
1107 | 2024-01-28T04:19:10.085Z | Downloaded glob v0.3.1 |
1108 | 2024-01-28T04:19:10.088Z | Downloaded clap v2.34.0 |
1109 | 2024-01-28T04:19:10.103Z | Downloaded unicase v2.7.0 |
1110 | 2024-01-28T04:19:10.106Z | Downloaded r2d2 v0.8.10 |
1111 | 2024-01-28T04:19:10.106Z | Downloaded signal-hook-registry v1.4.1 |
1112 | 2024-01-28T04:19:10.108Z | Downloaded nom v7.1.3 |
1113 | 2024-01-28T04:19:10.116Z | Downloaded quick-error v1.2.3 |
1114 | 2024-01-28T04:19:10.119Z | Downloaded parking_lot v0.12.1 |
1115 | 2024-01-28T04:19:10.124Z | Downloaded tokio-stream v0.1.14 |
1116 | 2024-01-28T04:19:10.129Z | Downloaded libxml v0.3.3 |
1117 | 2024-01-28T04:19:10.140Z | Downloaded untrusted v0.9.0 |
1118 | 2024-01-28T04:19:10.143Z | Downloaded toml v0.5.11 |
1119 | 2024-01-28T04:19:10.147Z | Downloaded tokio-postgres v0.7.10 |
1120 | 2024-01-28T04:19:10.155Z | Downloaded typed-path v0.7.0 |
1121 | 2024-01-28T04:19:10.166Z | Downloaded rayon-core v1.12.0 |
1122 | 2024-01-28T04:19:10.172Z | Downloaded futures-core v0.3.30 |
1123 | 2024-01-28T04:19:10.175Z | Downloaded tungstenite v0.20.1 |
1124 | 2024-01-28T04:19:10.183Z | Downloaded usdt-impl v0.3.5 |
1125 | 2024-01-28T04:19:10.186Z | Downloaded futures-channel v0.3.30 |
1126 | 2024-01-28T04:19:10.186Z | Downloaded test-strategy v0.3.1 |
1127 | 2024-01-28T04:19:10.191Z | Downloaded rand v0.8.5 |
1128 | 2024-01-28T04:19:10.197Z | Downloaded futures v0.3.30 |
1129 | 2024-01-28T04:19:10.206Z | Downloaded unicode-bidi v0.3.13 |
1130 | 2024-01-28T04:19:10.210Z | Downloaded diesel_derives v2.1.2 |
1131 | 2024-01-28T04:19:10.215Z | Downloaded env_logger v0.10.0 |
1132 | 2024-01-28T04:19:10.220Z | Downloaded usdt-attr-macro v0.3.5 |
1133 | 2024-01-28T04:19:10.223Z | Downloaded flagset v0.4.3 |
1134 | 2024-01-28T04:19:10.226Z | Downloaded tokio-tungstenite v0.20.1 |
1135 | 2024-01-28T04:19:10.229Z | Downloaded usdt v0.3.5 |
1136 | 2024-01-28T04:19:10.229Z | Downloaded elliptic-curve v0.13.8 |
1137 | 2024-01-28T04:19:10.235Z | Downloaded serde_yaml v0.9.25 |
1138 | 2024-01-28T04:19:10.241Z | Downloaded semver-parser v0.10.2 |
1139 | 2024-01-28T04:19:10.244Z | Downloaded url v2.5.0 |
1140 | 2024-01-28T04:19:10.249Z | Downloaded trust-dns-server v0.22.1 |
1141 | 2024-01-28T04:19:10.258Z | Downloaded plain v0.2.3 |
1142 | 2024-01-28T04:19:10.261Z | Downloaded toml_datetime v0.6.5 |
1143 | 2024-01-28T04:19:10.264Z | Downloaded smawk v0.3.1 |
1144 | 2024-01-28T04:19:10.264Z | Downloaded postgres-types v0.2.6 |
1145 | 2024-01-28T04:19:10.267Z | Downloaded display-error-chain v0.2.0 |
1146 | 2024-01-28T04:19:10.273Z | Downloaded serde_tokenstream v0.1.7 |
1147 | 2024-01-28T04:19:10.276Z | Downloaded smallvec v1.11.2 |
1148 | 2024-01-28T04:19:10.279Z | Downloaded scroll v0.12.0 |
1149 | 2024-01-28T04:19:10.282Z | Downloaded tokio-macros v2.2.0 |
1150 | 2024-01-28T04:19:10.282Z | Downloaded mio v0.8.9 |
1151 | 2024-01-28T04:19:10.292Z | Downloaded crossbeam-channel v0.5.8 |
1152 | 2024-01-28T04:19:10.299Z | Downloaded num-bigint v0.4.4 |
1153 | 2024-01-28T04:19:10.308Z | Downloaded serde-hex v0.1.0 |
1154 | 2024-01-28T04:19:10.311Z | Downloaded defmt v0.3.5 |
1155 | 2024-01-28T04:19:10.316Z | Downloaded debug-ignore v1.0.5 |
1156 | 2024-01-28T04:19:10.319Z | Downloaded utf8parse v0.2.1 |
1157 | 2024-01-28T04:19:10.322Z | Downloaded fatfs v0.3.6 |
1158 | 2024-01-28T04:19:10.326Z | Downloaded toml v0.7.8 |
1159 | 2024-01-28T04:19:10.331Z | Downloaded heapless v0.7.16 |
1160 | 2024-01-28T04:19:10.338Z | Downloaded zip v0.6.6 |
1161 | 2024-01-28T04:19:10.345Z | Downloaded ed25519 v1.5.3 |
1162 | 2024-01-28T04:19:10.348Z | Downloaded rustls-pemfile v2.0.0 |
1163 | 2024-01-28T04:19:10.354Z | Downloaded ref-cast-impl v1.0.20 |
1164 | 2024-01-28T04:19:10.357Z | Downloaded parse-display-derive v0.8.2 |
1165 | 2024-01-28T04:19:10.357Z | Downloaded password-hash v0.5.0 |
1166 | 2024-01-28T04:19:10.360Z | Downloaded tokio-native-tls v0.3.1 |
1167 | 2024-01-28T04:19:10.362Z | Downloaded pest_meta v2.7.6 |
1168 | 2024-01-28T04:19:10.365Z | Downloaded tracing v0.1.37 |
1169 | 2024-01-28T04:19:10.371Z | Downloaded thread-id v4.2.0 |
1170 | 2024-01-28T04:19:10.374Z | Downloaded thiserror-impl-no-std v2.0.2 |
1171 | 2024-01-28T04:19:10.378Z | Downloaded rand_core v0.6.4 |
1172 | 2024-01-28T04:19:10.378Z | Downloaded schemars_derive v0.8.16 |
1173 | 2024-01-28T04:19:10.381Z | Downloaded unicode-linebreak v0.1.5 |
1174 | 2024-01-28T04:19:10.384Z | Downloaded equivalent v1.0.1 |
1175 | 2024-01-28T04:19:10.384Z | Downloaded termcolor v1.2.0 |
1176 | 2024-01-28T04:19:10.387Z | Downloaded zerocopy v0.6.4 |
1177 | 2024-01-28T04:19:10.389Z | Downloaded unsafe-libyaml v0.2.10 |
1178 | 2024-01-28T04:19:10.394Z | Downloaded serde_with v3.5.1 |
1179 | 2024-01-28T04:19:10.408Z | Downloaded serde_json v1.0.111 |
1180 | 2024-01-28T04:19:10.424Z | Downloaded fs-err v2.11.0 |
1181 | 2024-01-28T04:19:10.426Z | Downloaded tempfile v3.9.0 |
1182 | 2024-01-28T04:19:10.429Z | Downloaded steno v0.4.0 |
1183 | 2024-01-28T04:19:10.435Z | Downloaded derive_more v0.99.17 |
1184 | 2024-01-28T04:19:10.444Z | Downloaded bytes v1.5.0 |
1185 | 2024-01-28T04:19:10.450Z | Downloaded papergrid v0.11.0 |
1186 | 2024-01-28T04:19:10.459Z | Downloaded half v2.3.1 |
1187 | 2024-01-28T04:19:10.464Z | Downloaded slog-term v2.9.0 |
1188 | 2024-01-28T04:19:10.467Z | Downloaded subprocess v0.2.9 |
1189 | 2024-01-28T04:19:10.472Z | Downloaded slog-dtrace v0.3.0 |
1190 | 2024-01-28T04:19:10.475Z | Downloaded tokio-rustls v0.25.0 |
1191 | 2024-01-28T04:19:10.478Z | Downloaded libm v0.2.7 |
1192 | 2024-01-28T04:19:10.494Z | Downloaded signature v1.6.4 |
1193 | 2024-01-28T04:19:10.496Z | Downloaded xattr v1.0.1 |
1194 | 2024-01-28T04:19:10.504Z | Downloaded walkdir v2.4.0 |
1195 | 2024-01-28T04:19:10.507Z | Downloaded whoami v1.4.1 |
1196 | 2024-01-28T04:19:10.507Z | Downloaded oso v0.27.0 |
1197 | 2024-01-28T04:19:10.510Z | Downloaded hex v0.4.3 |
1198 | 2024-01-28T04:19:10.512Z | Downloaded minimal-lexical v0.2.1 |
1199 | 2024-01-28T04:19:10.520Z | Downloaded signal-hook-mio v0.2.3 |
1200 | 2024-01-28T04:19:10.523Z | Downloaded proc-macro2 v1.0.78 |
1201 | 2024-01-28T04:19:10.526Z | Downloaded platforms v3.0.2 |
1202 | 2024-01-28T04:19:10.530Z | Downloaded pkcs1 v0.7.5 |
1203 | 2024-01-28T04:19:10.534Z | Downloaded derive-where v1.2.7 |
1204 | 2024-01-28T04:19:10.540Z | Downloaded miniz_oxide v0.7.1 |
1205 | 2024-01-28T04:19:10.544Z | Downloaded crypto-bigint v0.5.2 |
1206 | 2024-01-28T04:19:10.555Z | Downloaded semver v0.11.0 |
1207 | 2024-01-28T04:19:10.558Z | Downloaded ff v0.13.0 |
1208 | 2024-01-28T04:19:10.561Z | Downloaded fd-lock v3.0.13 |
1209 | 2024-01-28T04:19:10.564Z | Downloaded vte v0.11.1 |
1210 | 2024-01-28T04:19:10.570Z | Downloaded tracing-attributes v0.1.26 |
1211 | 2024-01-28T04:19:10.573Z | Downloaded num-traits v0.2.16 |
1212 | 2024-01-28T04:19:10.576Z | Downloaded backtrace v0.3.69 |
1213 | 2024-01-28T04:19:10.584Z | Downloaded cc v1.0.83 |
1214 | 2024-01-28T04:19:10.589Z | Downloaded uuid v1.7.0 |
1215 | 2024-01-28T04:19:10.593Z | Downloaded derive_builder v0.12.0 |
1216 | 2024-01-28T04:19:10.601Z | Downloaded owo-colors v4.0.0 |
1217 | 2024-01-28T04:19:10.605Z | Downloaded unicode-width v0.1.11 |
1218 | 2024-01-28T04:19:10.608Z | Downloaded headers-core v0.2.0 |
1219 | 2024-01-28T04:19:10.611Z | Downloaded snafu v0.7.5 |
1220 | 2024-01-28T04:19:10.619Z | Downloaded pretty-hex v0.4.1 |
1221 | 2024-01-28T04:19:10.622Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1222 | 2024-01-28T04:19:10.625Z | Downloaded indicatif v0.17.7 |
1223 | 2024-01-28T04:19:10.628Z | Downloaded zeroize v1.7.0 |
1224 | 2024-01-28T04:19:10.631Z | Downloaded smallvec v0.6.14 |
1225 | 2024-01-28T04:19:10.634Z | Downloaded predicates v3.1.0 |
1226 | 2024-01-28T04:19:10.637Z | Downloaded itertools v0.10.5 |
1227 | 2024-01-28T04:19:10.651Z | Downloaded foreign-types v0.3.2 |
1228 | 2024-01-28T04:19:10.654Z | Downloaded globset v0.4.13 |
1229 | 2024-01-28T04:19:10.654Z | Downloaded pkg-config v0.3.27 |
1230 | 2024-01-28T04:19:10.654Z | Downloaded getrandom v0.2.10 |
1231 | 2024-01-28T04:19:10.659Z | Downloaded structopt v0.3.26 |
1232 | 2024-01-28T04:19:10.671Z | Downloaded fallible-iterator v0.2.0 |
1233 | 2024-01-28T04:19:10.674Z | Downloaded errno v0.3.8 |
1234 | 2024-01-28T04:19:10.677Z | Downloaded pretty-hex v0.2.1 |
1235 | 2024-01-28T04:19:10.677Z | Downloaded predicates-tree v1.0.9 |
1236 | 2024-01-28T04:19:10.680Z | Downloaded darling_core v0.20.3 |
1237 | 2024-01-28T04:19:10.686Z | Downloaded memchr v2.6.3 |
1238 | 2024-01-28T04:19:10.696Z | Downloaded dof v0.3.0 |
1239 | 2024-01-28T04:19:10.699Z | Downloaded tui-tree-widget v0.16.0 |
1240 | 2024-01-28T04:19:10.702Z | Downloaded terminal_size v0.2.6 |
1241 | 2024-01-28T04:19:10.702Z | Downloaded futures-task v0.3.30 |
1242 | 2024-01-28T04:19:10.705Z | Downloaded nu-ansi-term v0.49.0 |
1243 | 2024-01-28T04:19:10.707Z | Downloaded serde_plain v1.0.2 |
1244 | 2024-01-28T04:19:10.710Z | Downloaded arc-swap v1.6.0 |
1245 | 2024-01-28T04:19:10.715Z | Downloaded base64 v0.21.7 |
1246 | 2024-01-28T04:19:10.724Z | Downloaded packed_struct_codegen v0.10.1 |
1247 | 2024-01-28T04:19:10.727Z | Downloaded packed_struct v0.10.1 |
1248 | 2024-01-28T04:19:10.727Z | Downloaded heck v0.4.1 |
1249 | 2024-01-28T04:19:10.730Z | Downloaded generic-array v0.14.7 |
1250 | 2024-01-28T04:19:10.733Z | Downloaded blake2 v0.10.6 |
1251 | 2024-01-28T04:19:10.736Z | Downloaded crossbeam-utils v0.8.16 |
1252 | 2024-01-28T04:19:10.739Z | Downloaded defmt-parser v0.3.3 |
1253 | 2024-01-28T04:19:10.742Z | Downloaded highway v1.1.0 |
1254 | 2024-01-28T04:19:10.745Z | Downloaded getopts v0.2.21 |
1255 | 2024-01-28T04:19:10.749Z | Downloaded stringprep v0.1.3 |
1256 | 2024-01-28T04:19:10.749Z | Downloaded native-tls v0.2.11 |
1257 | 2024-01-28T04:19:10.753Z | Downloaded darling v0.14.4 |
1258 | 2024-01-28T04:19:10.757Z | Downloaded bit-set v0.5.3 |
1259 | 2024-01-28T04:19:10.759Z | Downloaded libsw v3.3.1 |
1260 | 2024-01-28T04:19:10.763Z | Downloaded wait-timeout v0.2.0 |
1261 | 2024-01-28T04:19:10.766Z | Downloaded httparse v1.8.0 |
1262 | 2024-01-28T04:19:10.768Z | Downloaded strum_macros v0.25.2 |
1263 | 2024-01-28T04:19:10.774Z | Downloaded nibble_vec v0.1.0 |
1264 | 2024-01-28T04:19:10.777Z | Downloaded indexmap v1.9.3 |
1265 | 2024-01-28T04:19:10.780Z | Downloaded supports-color v2.1.0 |
1266 | 2024-01-28T04:19:10.780Z | Downloaded addr2line v0.21.0 |
1267 | 2024-01-28T04:19:10.784Z | Downloaded strum_macros v0.24.3 |
1268 | 2024-01-28T04:19:10.787Z | Downloaded structopt-derive v0.4.18 |
1269 | 2024-01-28T04:19:10.790Z | Downloaded string_cache v0.8.7 |
1270 | 2024-01-28T04:19:10.793Z | Downloaded spin v0.9.8 |
1271 | 2024-01-28T04:19:10.796Z | Downloaded num v0.4.1 |
1272 | 2024-01-28T04:19:10.799Z | Downloaded const-oid v0.9.5 |
1273 | 2024-01-28T04:19:10.802Z | Downloaded chacha20poly1305 v0.10.1 |
1274 | 2024-01-28T04:19:10.805Z | Downloaded anstyle-parse v0.2.1 |
1275 | 2024-01-28T04:19:10.807Z | Downloaded static_assertions v1.1.0 |
1276 | 2024-01-28T04:19:10.810Z | Downloaded bitflags v2.4.0 |
1277 | 2024-01-28T04:19:10.813Z | Downloaded crypto-common v0.1.6 |
1278 | 2024-01-28T04:19:10.816Z | Downloaded clap_derive v4.4.2 |
1279 | 2024-01-28T04:19:10.819Z | Downloaded lru-cache v0.1.2 |
1280 | 2024-01-28T04:19:10.821Z | Downloaded lru v0.12.1 |
1281 | 2024-01-28T04:19:10.821Z | Downloaded cpufeatures v0.2.12 |
1282 | 2024-01-28T04:19:10.824Z | Downloaded keccak v0.1.4 |
1283 | 2024-01-28T04:19:10.831Z | Downloaded hyper-staticfile v0.9.5 |
1284 | 2024-01-28T04:19:10.833Z | Downloaded console v0.15.8 |
1285 | 2024-01-28T04:19:10.834Z | Downloaded impl-trait-for-tuples v0.2.2 |
1286 | 2024-01-28T04:19:10.837Z | Downloaded usdt-macro v0.3.5 |
1287 | 2024-01-28T04:19:10.840Z | Downloaded lazycell v1.3.0 |
1288 | 2024-01-28T04:19:10.840Z | Downloaded cancel-safe-futures v0.1.5 |
1289 | 2024-01-28T04:19:10.845Z | Downloaded backoff v0.4.0 |
1290 | 2024-01-28T04:19:10.849Z | Downloaded async-trait v0.1.77 |
1291 | 2024-01-28T04:19:10.854Z | Downloaded mime v0.3.17 |
1292 | 2024-01-28T04:19:10.857Z | Downloaded ipnet v2.9.0 |
1293 | 2024-01-28T04:19:10.860Z | Downloaded maplit v1.0.2 |
1294 | 2024-01-28T04:19:10.863Z | Downloaded ciborium-ll v0.2.2 |
1295 | 2024-01-28T04:19:10.863Z | Downloaded num-integer v0.1.45 |
1296 | 2024-01-28T04:19:10.866Z | Downloaded libefi-sys v0.1.0 |
1297 | 2024-01-28T04:19:10.868Z | Downloaded ciborium v0.2.2 |
1298 | 2024-01-28T04:19:10.871Z | Downloaded bytecount v0.6.3 |
1299 | 2024-01-28T04:19:10.874Z | Downloaded slog-stdlog v4.1.1 |
1300 | 2024-01-28T04:19:10.877Z | Downloaded slog-scope v4.4.0 |
1301 | 2024-01-28T04:19:10.880Z | Downloaded hubpack v0.1.2 |
1302 | 2024-01-28T04:19:10.886Z | Downloaded spki v0.7.2 |
1303 | 2024-01-28T04:19:10.888Z | Downloaded slog-json v2.6.1 |
1304 | 2024-01-28T04:19:10.889Z | Downloaded crc-catalog v2.2.0 |
1305 | 2024-01-28T04:19:10.889Z | Downloaded argon2 v0.5.3 |
1306 | 2024-01-28T04:19:10.891Z | Downloaded linked-hash-map v0.5.6 |
1307 | 2024-01-28T04:19:10.894Z | Downloaded slog v2.7.0 |
1308 | 2024-01-28T04:19:10.897Z | Downloaded colored v2.0.4 |
1309 | 2024-01-28T04:19:10.900Z | Downloaded camino-tempfile v1.1.1 |
1310 | 2024-01-28T04:19:10.904Z | Downloaded strip-ansi-escapes v0.2.0 |
1311 | 2024-01-28T04:19:10.908Z | Downloaded stable_deref_trait v1.2.0 |
1312 | 2024-01-28T04:19:10.908Z | Downloaded iana-time-zone v0.1.57 |
1313 | 2024-01-28T04:19:10.911Z | Downloaded serde_derive v1.0.195 |
1314 | 2024-01-28T04:19:10.915Z | Downloaded num_enum v0.5.11 |
1315 | 2024-01-28T04:19:10.923Z | Downloaded lazy_static v1.4.0 |
1316 | 2024-01-28T04:19:10.926Z | Downloaded kstat-rs v0.2.3 |
1317 | 2024-01-28T04:19:10.929Z | Downloaded match_cfg v0.1.0 |
1318 | 2024-01-28T04:19:10.929Z | Downloaded hyper-tls v0.5.0 |
1319 | 2024-01-28T04:19:10.932Z | Downloaded base16ct v0.2.0 |
1320 | 2024-01-28T04:19:10.938Z | Downloaded autocfg v1.1.0 |
1321 | 2024-01-28T04:19:10.938Z | Downloaded is-terminal v0.4.9 |
1322 | 2024-01-28T04:19:10.940Z | Downloaded bitfield v0.14.0 |
1323 | 2024-01-28T04:19:10.941Z | Downloaded anstream v0.5.0 |
1324 | 2024-01-28T04:19:10.944Z | Downloaded macaddr v1.0.1 |
1325 | 2024-01-28T04:19:10.947Z | Downloaded clap_lex v0.5.1 |
1326 | 2024-01-28T04:19:10.947Z | Downloaded anstyle-query v1.0.0 |
1327 | 2024-01-28T04:19:10.950Z | Downloaded bb8 v0.8.1 |
1328 | 2024-01-28T04:19:10.950Z | Downloaded cfg-if v1.0.0 |
1329 | 2024-01-28T04:19:10.953Z | Downloaded ascii-canvas v3.0.0 |
1330 | 2024-01-28T04:19:10.953Z | Downloaded ansi_term v0.12.1 |
1331 | 2024-01-28T04:19:10.956Z | Downloaded swrite v0.1.0 |
1332 | 2024-01-28T04:19:10.959Z | Downloaded similar v2.3.0 |
1333 | 2024-01-28T04:19:10.965Z | Downloaded semver v1.0.21 |
1334 | 2024-01-28T04:19:10.969Z | Downloaded adler v1.0.2 |
1335 | 2024-01-28T04:19:10.972Z | Downloaded memoffset v0.7.1 |
1336 | 2024-01-28T04:19:10.975Z | Downloaded anstyle v1.0.2 |
1337 | 2024-01-28T04:19:10.978Z | Downloaded async-recursion v1.0.5 |
1338 | 2024-01-28T04:19:10.982Z | Downloaded bitflags v1.3.2 |
1339 | 2024-01-28T04:19:10.985Z | Downloaded serde_urlencoded v0.7.1 |
1340 | 2024-01-28T04:19:10.988Z | Downloaded mockall_derive v0.12.0 |
1341 | 2024-01-28T04:19:10.993Z | Downloaded aead v0.5.2 |
1342 | 2024-01-28T04:19:10.996Z | Downloaded io-lifetimes v1.0.11 |
1343 | 2024-01-28T04:19:10.996Z | Downloaded sct v0.7.0 |
1344 | 2024-01-28T04:19:11.001Z | Downloaded num_threads v0.1.6 |
1345 | 2024-01-28T04:19:11.004Z | Downloaded shlex v1.3.0 |
1346 | 2024-01-28T04:19:11.004Z | Downloaded cstr-argument v0.1.2 |
1347 | 2024-01-28T04:19:11.007Z | Downloaded array-init v0.0.4 |
1348 | 2024-01-28T04:19:11.007Z | Downloaded atomic-waker v1.1.1 |
1349 | 2024-01-28T04:19:11.010Z | Downloaded async-stream v0.3.5 |
1350 | 2024-01-28T04:19:11.013Z | Downloaded lock_api v0.4.10 |
1351 | 2024-01-28T04:19:11.016Z | Downloaded linear-map v1.2.0 |
1352 | 2024-01-28T04:19:11.020Z | Downloaded libloading v0.7.4 |
1353 | 2024-01-28T04:19:11.022Z | Downloaded ipnetwork v0.20.0 |
1354 | 2024-01-28T04:19:11.025Z | Downloaded scroll_derive v0.12.0 |
1355 | 2024-01-28T04:19:11.025Z | Downloaded memmap v0.7.0 |
1356 | 2024-01-28T04:19:11.028Z | Downloaded itoa v1.0.9 |
1357 | 2024-01-28T04:19:11.031Z | Downloaded indoc v2.0.3 |
1358 | 2024-01-28T04:19:11.033Z | Downloaded crc-any v2.4.3 |
1359 | 2024-01-28T04:19:11.037Z | Downloaded cookie v0.18.0 |
1360 | 2024-01-28T04:19:11.046Z | Downloaded clang-sys v1.6.1 |
1361 | 2024-01-28T04:19:11.046Z | Downloaded bcs v0.1.6 |
1362 | 2024-01-28T04:19:11.049Z | Downloaded crossbeam-epoch v0.9.15 |
1363 | 2024-01-28T04:19:11.052Z | Downloaded anyhow v1.0.75 |
1364 | 2024-01-28T04:19:11.061Z | Downloaded camino v1.1.6 |
1365 | 2024-01-28T04:19:11.068Z | Downloaded ahash v0.8.6 |
1366 | 2024-01-28T04:19:11.069Z | Downloaded inout v0.1.3 |
1367 | 2024-01-28T04:19:11.069Z | Downloaded indoc v1.0.9 |
1368 | 2024-01-28T04:19:11.072Z | Downloaded humantime v2.1.0 |
1369 | 2024-01-28T04:19:11.075Z | Downloaded httpdate v1.0.3 |
1370 | 2024-01-28T04:19:11.078Z | Downloaded crossbeam-queue v0.3.8 |
1371 | 2024-01-28T04:19:11.078Z | Downloaded chacha20 v0.9.1 |
1372 | 2024-01-28T04:19:11.081Z | Downloaded cobs v0.2.3 |
1373 | 2024-01-28T04:19:11.084Z | Downloaded block-buffer v0.10.4 |
1374 | 2024-01-28T04:19:11.087Z | Downloaded hubpack_derive v0.1.1 |
1375 | 2024-01-28T04:19:11.087Z | Downloaded curve25519-dalek-derive v0.1.0 |
1376 | 2024-01-28T04:19:11.087Z | Downloaded buf-list v1.0.3 |
1377 | 2024-01-28T04:19:11.438Z | Compiling proc-macro2 v1.0.78 |
1378 | 2024-01-28T04:19:11.438Z | Compiling unicode-ident v1.0.12 |
1379 | 2024-01-28T04:19:11.441Z | Compiling libc v0.2.152 |
1380 | 2024-01-28T04:19:11.441Z | Compiling serde v1.0.195 |
1381 | 2024-01-28T04:19:11.441Z | Compiling autocfg v1.1.0 |
1382 | 2024-01-28T04:19:11.441Z | Compiling version_check v0.9.4 |
1383 | 2024-01-28T04:19:11.461Z | Compiling cfg-if v1.0.0 |
1384 | 2024-01-28T04:19:11.652Z | Compiling once_cell v1.19.0 |
1385 | 2024-01-28T04:19:11.719Z | Compiling syn v1.0.109 |
1386 | 2024-01-28T04:19:11.780Z | Compiling byteorder v1.5.0 |
1387 | 2024-01-28T04:19:12.214Z | Compiling memchr v2.6.3 |
1388 | 2024-01-28T04:19:12.418Z | Compiling parking_lot_core v0.9.8 |
1389 | 2024-01-28T04:19:12.424Z | Compiling ahash v0.8.6 |
1390 | 2024-01-28T04:19:12.477Z | Compiling lock_api v0.4.10 |
1391 | 2024-01-28T04:19:13.662Z | Compiling libm v0.2.7 |
1392 | 2024-01-28T04:19:13.666Z | Compiling serde_json v1.0.111 |
1393 | 2024-01-28T04:19:13.864Z | Compiling num-traits v0.2.16 |
1394 | 2024-01-28T04:19:13.868Z | Compiling thiserror v1.0.56 |
1395 | 2024-01-28T04:19:14.326Z | Compiling typenum v1.16.0 |
1396 | 2024-01-28T04:19:14.466Z | Compiling scopeguard v1.2.0 |
1397 | 2024-01-28T04:19:14.653Z | Compiling generic-array v0.14.7 |
1398 | 2024-01-28T04:19:15.055Z | Compiling itoa v1.0.9 |
1399 | 2024-01-28T04:19:15.430Z | Compiling quote v1.0.35 |
1400 | 2024-01-28T04:19:15.466Z | Compiling log v0.4.20 |
1401 | 2024-01-28T04:19:15.848Z | Compiling cc v1.0.83 |
1402 | 2024-01-28T04:19:16.030Z | Compiling syn v2.0.48 |
1403 | 2024-01-28T04:19:16.322Z | Compiling getrandom v0.2.10 |
1404 | 2024-01-28T04:19:16.926Z | Compiling pkg-config v0.3.27 |
1405 | 2024-01-28T04:19:17.163Z | Compiling slab v0.4.9 |
1406 | 2024-01-28T04:19:17.702Z | Compiling ryu v1.0.15 |
1407 | 2024-01-28T04:19:17.923Z | Compiling smallvec v1.11.2 |
1408 | 2024-01-28T04:19:18.146Z | Compiling allocator-api2 v0.2.16 |
1409 | 2024-01-28T04:19:18.637Z | Compiling pin-project-lite v0.2.13 |
1410 | 2024-01-28T04:19:18.722Z | Compiling equivalent v1.0.1 |
1411 | 2024-01-28T04:19:18.860Z | Compiling vcpkg v0.2.15 |
1412 | 2024-01-28T04:19:18.881Z | Compiling schemars v0.8.16 |
1413 | 2024-01-28T04:19:19.362Z | Compiling parking_lot v0.12.1 |
1414 | 2024-01-28T04:19:19.477Z | Compiling heck v0.4.1 |
1415 | 2024-01-28T04:19:20.022Z | Compiling ring v0.17.7 |
1416 | 2024-01-28T04:19:21.247Z | Compiling signal-hook-registry v1.4.1 |
1417 | 2024-01-28T04:19:21.674Z | Compiling openssl-sys v0.9.96 |
1418 | 2024-01-28T04:19:23.047Z | Compiling rand_core v0.6.4 |
1419 | 2024-01-28T04:19:23.279Z | Compiling mio v0.8.9 |
1420 | 2024-01-28T04:19:25.312Z | Compiling ring v0.16.20 |
1421 | 2024-01-28T04:19:26.449Z | Compiling socket2 v0.5.5 |
1422 | 2024-01-28T04:19:26.513Z | Compiling num_cpus v1.16.0 |
1423 | 2024-01-28T04:19:26.792Z | Compiling ucd-trie v0.1.6 |
1424 | 2024-01-28T04:19:26.842Z | Compiling httparse v1.8.0 |
1425 | 2024-01-28T04:19:26.888Z | Compiling futures-core v0.3.30 |
1426 | 2024-01-28T04:19:27.255Z | Compiling fnv v1.0.7 |
1427 | 2024-01-28T04:19:27.280Z | Compiling semver v1.0.21 |
1428 | 2024-01-28T04:19:27.374Z | Compiling spin v0.5.2 |
1429 | 2024-01-28T04:19:27.436Z | Compiling openssl v0.10.60 |
1430 | 2024-01-28T04:19:27.917Z | Compiling serde_derive_internals v0.26.0 |
1431 | 2024-01-28T04:19:28.077Z | Compiling iana-time-zone v0.1.57 |
1432 | 2024-01-28T04:19:28.539Z | Compiling unicode-xid v0.2.4 |
1433 | 2024-01-28T04:19:28.647Z | Compiling crossbeam-utils v0.8.16 |
1434 | 2024-01-28T04:19:29.290Z | Compiling rustls v0.21.9 |
1435 | 2024-01-28T04:19:29.507Z | Compiling const-oid v0.9.5 |
1436 | 2024-01-28T04:19:29.534Z | Compiling subtle v2.5.0 |
1437 | 2024-01-28T04:19:29.679Z | Compiling native-tls v0.2.11 |
1438 | 2024-01-28T04:19:29.976Z | Compiling synstructure v0.12.6 |
1439 | 2024-01-28T04:19:30.086Z | Compiling spin v0.9.8 |
1440 | 2024-01-28T04:19:30.703Z | Compiling futures-sink v0.3.30 |
1441 | 2024-01-28T04:19:30.843Z | Compiling io-lifetimes v1.0.11 |
1442 | 2024-01-28T04:19:31.697Z | Compiling backtrace v0.3.69 |
1443 | 2024-01-28T04:19:32.114Z | Compiling tinyvec_macros v0.1.1 |
1444 | 2024-01-28T04:19:32.248Z | Compiling dyn-clone v1.0.13 |
1445 | 2024-01-28T04:19:32.272Z | Compiling rustix v0.38.30 |
1446 | 2024-01-28T04:19:32.393Z | Compiling winnow v0.5.15 |
1447 | 2024-01-28T04:19:32.494Z | Compiling tinyvec v1.6.0 |
1448 | 2024-01-28T04:19:32.957Z | Compiling futures-channel v0.3.30 |
1449 | 2024-01-28T04:19:33.104Z | Compiling tracing-core v0.1.31 |
1450 | 2024-01-28T04:19:33.675Z | Compiling num-integer v0.1.45 |
1451 | 2024-01-28T04:19:33.694Z | Compiling memoffset v0.9.0 |
1452 | 2024-01-28T04:19:34.106Z | Compiling rustix v0.37.23 |
1453 | 2024-01-28T04:19:34.130Z | Compiling pin-utils v0.1.0 |
1454 | 2024-01-28T04:19:34.263Z | Compiling futures-io v0.3.30 |
1455 | 2024-01-28T04:19:34.838Z | Compiling futures-task v0.3.30 |
1456 | 2024-01-28T04:19:35.342Z | Compiling unicode-normalization v0.1.22 |
1457 | 2024-01-28T04:19:36.389Z | Compiling usdt-impl v0.3.5 |
1458 | 2024-01-28T04:19:36.905Z | Compiling time-core v0.1.1 |
1459 | 2024-01-28T04:19:36.969Z | Compiling bitflags v1.3.2 |
1460 | 2024-01-28T04:19:36.996Z | Compiling serde_derive v1.0.195 |
1461 | 2024-01-28T04:19:37.119Z | Compiling zerocopy-derive v0.7.32 |
1462 | 2024-01-28T04:19:37.150Z | Compiling zeroize_derive v1.4.2 |
1463 | 2024-01-28T04:19:37.465Z | Compiling thiserror-impl v1.0.56 |
1464 | 2024-01-28T04:19:37.874Z | Compiling tokio-macros v2.2.0 |
1465 | 2024-01-28T04:19:38.510Z | Compiling futures-macro v0.3.30 |
1466 | 2024-01-28T04:19:39.005Z | Compiling tracing-attributes v0.1.26 |
1467 | 2024-01-28T04:19:39.504Z | Compiling zeroize v1.7.0 |
1468 | 2024-01-28T04:19:40.048Z | Compiling schemars_derive v0.8.16 |
1469 | 2024-01-28T04:19:40.284Z | Compiling zerocopy v0.7.32 |
1470 | 2024-01-28T04:19:42.365Z | Compiling pest v2.7.6 |
1471 | 2024-01-28T04:19:43.906Z | Compiling hashbrown v0.14.2 |
1472 | 2024-01-28T04:19:44.373Z | Compiling openssl-macros v0.1.1 |
1473 | 2024-01-28T04:19:44.952Z | Compiling zerocopy-derive v0.2.0 |
1474 | 2024-01-28T04:19:45.415Z | Compiling crypto-common v0.1.6 |
1475 | 2024-01-28T04:19:45.695Z | Compiling der_derive v0.7.2 |
1476 | 2024-01-28T04:19:45.978Z | Compiling tracing v0.1.37 |
1477 | 2024-01-28T04:19:46.239Z | Compiling pest_meta v2.7.6 |
1478 | 2024-01-28T04:19:46.904Z | Compiling block-buffer v0.10.4 |
1479 | 2024-01-28T04:19:47.077Z | Compiling hashbrown v0.13.2 |
1480 | 2024-01-28T04:19:47.248Z | Compiling futures-util v0.3.30 |
1481 | 2024-01-28T04:19:47.711Z | Compiling unicode-bidi v0.3.13 |
1482 | 2024-01-28T04:19:49.002Z | Compiling pest_generator v2.7.6 |
1483 | 2024-01-28T04:19:49.867Z | Compiling anyhow v1.0.75 |
1484 | 2024-01-28T04:19:50.770Z | Compiling slog v2.7.0 |
1485 | 2024-01-28T04:19:51.450Z | Compiling crc32fast v1.3.2 |
1486 | 2024-01-28T04:19:52.096Z | Compiling digest v0.10.7 |
1487 | 2024-01-28T04:19:53.113Z | Compiling pest_derive v2.7.6 |
1488 | 2024-01-28T04:19:53.516Z | Compiling time-macros v0.2.13 |
1489 | 2024-01-28T04:19:54.228Z | Compiling scroll_derive v0.12.0 |
1490 | 2024-01-28T04:19:54.725Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1491 | 2024-01-28T04:19:54.749Z | Compiling aho-corasick v1.0.4 |
1492 | 2024-01-28T04:19:55.357Z | Compiling crossbeam-epoch v0.9.15 |
1493 | 2024-01-28T04:19:55.958Z | Compiling rustversion v1.0.14 |
1494 | 2024-01-28T04:19:56.487Z | Compiling signal-hook v0.3.17 |
1495 | 2024-01-28T04:19:56.835Z | Compiling regex-syntax v0.8.2 |
1496 | 2024-01-28T04:19:56.863Z | Compiling async-trait v0.1.77 |
1497 | 2024-01-28T04:19:57.049Z | Compiling ppv-lite86 v0.2.17 |
1498 | 2024-01-28T04:19:57.505Z | Compiling untrusted v0.9.0 |
1499 | 2024-01-28T04:19:58.253Z | Compiling rand_chacha v0.3.1 |
1500 | 2024-01-28T04:19:58.519Z | Compiling zerocopy v0.3.0 |
1501 | 2024-01-28T04:19:59.510Z | Compiling bytes v1.5.0 |
1502 | 2024-01-28T04:20:00.394Z | Compiling indexmap v2.1.0 |
1503 | 2024-01-28T04:20:00.903Z | Compiling uuid v1.7.0 |
1504 | 2024-01-28T04:20:01.651Z | Compiling tokio v1.35.1 |
1505 | 2024-01-28T04:20:02.082Z | Compiling chrono v0.4.31 |
1506 | 2024-01-28T04:20:02.556Z | Compiling bitflags v2.4.0 |
1507 | 2024-01-28T04:20:07.166Z | Compiling toml_datetime v0.6.5 |
1508 | 2024-01-28T04:20:07.794Z | Compiling serde_spanned v0.6.4 |
1509 | 2024-01-28T04:20:09.199Z | Compiling rustc_version v0.4.0 |
1510 | 2024-01-28T04:20:09.271Z | Compiling toml_edit v0.19.15 |
1511 | 2024-01-28T04:20:10.201Z | Compiling http v0.2.11 |
1512 | 2024-01-28T04:20:12.075Z | Compiling heapless v0.7.16 |
1513 | 2024-01-28T04:20:12.680Z | Compiling regex-automata v0.4.4 |
1514 | 2024-01-28T04:20:13.598Z | Compiling errno v0.3.8 |
1515 | 2024-01-28T04:20:13.980Z | Compiling thread-id v4.2.0 |
1516 | 2024-01-28T04:20:14.222Z | Compiling strsim v0.10.0 |
1517 | 2024-01-28T04:20:18.168Z | Compiling tokio-util v0.7.10 |
1518 | 2024-01-28T04:20:20.308Z | Compiling regex v1.10.3 |
1519 | 2024-01-28T04:20:20.864Z | Compiling dof v0.1.5 |
1520 | 2024-01-28T04:20:22.007Z | Compiling rand v0.8.5 |
1521 | 2024-01-28T04:20:24.308Z | Compiling dtrace-parser v0.1.14 |
1522 | 2024-01-28T04:20:25.111Z | Compiling num-bigint v0.4.4 |
1523 | 2024-01-28T04:20:25.776Z | Compiling foreign-types-shared v0.1.1 |
1524 | 2024-01-28T04:20:25.931Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1525 | 2024-01-28T04:20:26.396Z | Compiling camino v1.1.6 |
1526 | 2024-01-28T04:20:26.957Z | Compiling percent-encoding v2.3.1 |
1527 | 2024-01-28T04:20:27.192Z | Compiling base64ct v1.6.0 |
1528 | 2024-01-28T04:20:27.357Z | Compiling smoltcp v0.9.1 |
1529 | 2024-01-28T04:20:27.464Z | Compiling untrusted v0.7.1 |
1530 | 2024-01-28T04:20:27.889Z | Compiling foreign-types v0.3.2 |
1531 | 2024-01-28T04:20:28.020Z | Compiling pem-rfc7468 v0.7.0 |
1532 | 2024-01-28T04:20:28.879Z | Compiling strum_macros v0.25.2 |
1533 | 2024-01-28T04:20:30.673Z | Compiling serde_tokenstream v0.1.7 |
1534 | 2024-01-28T04:20:33.066Z | Compiling hmac v0.12.1 |
1535 | 2024-01-28T04:20:33.409Z | Compiling lazy_static v1.4.0 |
1536 | 2024-01-28T04:20:33.550Z | Compiling socket2 v0.4.9 |
1537 | 2024-01-28T04:20:33.588Z | Compiling adler v1.0.2 |
1538 | 2024-01-28T04:20:33.800Z | Compiling unicode-segmentation v1.10.1 |
1539 | 2024-01-28T04:20:33.926Z | Compiling siphasher v0.3.11 |
1540 | 2024-01-28T04:20:34.345Z | Compiling flagset v0.4.3 |
1541 | 2024-01-28T04:20:34.458Z | Compiling base64 v0.21.7 |
1542 | 2024-01-28T04:20:34.656Z | Compiling try-lock v0.2.4 |
1543 | 2024-01-28T04:20:34.849Z | Compiling unicode-width v0.1.11 |
1544 | 2024-01-28T04:20:34.872Z | Compiling want v0.3.1 |
1545 | 2024-01-28T04:20:35.088Z | Compiling der v0.7.8 |
1546 | 2024-01-28T04:20:35.114Z | Compiling miniz_oxide v0.7.1 |
1547 | 2024-01-28T04:20:37.353Z | Compiling sct v0.7.0 |
1548 | 2024-01-28T04:20:37.585Z | Compiling rustls-webpki v0.101.7 |
1549 | 2024-01-28T04:20:37.610Z | Compiling form_urlencoded v1.2.1 |
1550 | 2024-01-28T04:20:37.755Z | Compiling h2 v0.3.24 |
1551 | 2024-01-28T04:20:38.099Z | Compiling http-body v0.4.5 |
1552 | 2024-01-28T04:20:38.205Z | Compiling hubpack_derive v0.1.1 |
1553 | 2024-01-28T04:20:38.776Z | Compiling zerocopy-derive v0.6.4 |
1554 | 2024-01-28T04:20:40.329Z | Compiling num-iter v0.1.43 |
1555 | 2024-01-28T04:20:40.758Z | Compiling usdt-impl v0.5.0 |
1556 | 2024-01-28T04:20:41.219Z | Compiling anstyle v1.0.2 |
1557 | 2024-01-28T04:20:41.411Z | Compiling utf8parse v0.2.1 |
1558 | 2024-01-28T04:20:41.666Z | Compiling tower-service v0.3.2 |
1559 | 2024-01-28T04:20:41.826Z | Compiling httpdate v1.0.3 |
1560 | 2024-01-28T04:20:41.877Z | Compiling openssl-probe v0.1.5 |
1561 | 2024-01-28T04:20:41.895Z | Compiling stable_deref_trait v1.2.0 |
1562 | 2024-01-28T04:20:42.289Z | Compiling cpufeatures v0.2.12 |
1563 | 2024-01-28T04:20:42.405Z | Compiling sha2 v0.10.8 |
1564 | 2024-01-28T04:20:42.450Z | Compiling anstyle-parse v0.2.1 |
1565 | 2024-01-28T04:20:45.658Z | Compiling spki v0.7.2 |
1566 | 2024-01-28T04:20:45.922Z | Compiling usdt-macro v0.3.5 |
1567 | 2024-01-28T04:20:46.762Z | Compiling usdt-attr-macro v0.3.5 |
1568 | 2024-01-28T04:20:49.574Z | Compiling hyper v0.14.27 |
1569 | 2024-01-28T04:20:49.857Z | Compiling openapiv3 v2.0.0 |
1570 | 2024-01-28T04:20:50.129Z | Compiling scroll v0.12.0 |
1571 | 2024-01-28T04:20:50.999Z | Compiling md-5 v0.10.5 |
1572 | 2024-01-28T04:20:51.344Z | Compiling idna v0.5.0 |
1573 | 2024-01-28T04:20:51.417Z | Compiling stringprep v0.1.3 |
1574 | 2024-01-28T04:20:52.958Z | Compiling diesel_table_macro_syntax v0.1.0 |
1575 | 2024-01-28T04:20:53.573Z | Compiling hash32 v0.2.1 |
1576 | 2024-01-28T04:20:53.928Z | Compiling gimli v0.28.0 |
1577 | 2024-01-28T04:20:54.252Z | Compiling colorchoice v1.0.0 |
1578 | 2024-01-28T04:20:54.481Z | Compiling anstyle-query v1.0.0 |
1579 | 2024-01-28T04:20:54.670Z | Compiling plain v0.2.3 |
1580 | 2024-01-28T04:20:56.164Z | Compiling fallible-iterator v0.2.0 |
1581 | 2024-01-28T04:20:57.167Z | Compiling goblin v0.8.0 |
1582 | 2024-01-28T04:20:57.318Z | Compiling postgres-protocol v0.6.6 |
1583 | 2024-01-28T04:20:57.724Z | Compiling anstream v0.5.0 |
1584 | 2024-01-28T04:21:00.632Z | Compiling diesel_derives v2.1.2 |
1585 | 2024-01-28T04:21:01.668Z | Compiling addr2line v0.21.0 |
1586 | 2024-01-28T04:21:03.097Z | Compiling url v2.5.0 |
1587 | 2024-01-28T04:21:05.839Z | Compiling tokio-rustls v0.24.1 |
1588 | 2024-01-28T04:21:06.452Z | Compiling tokio-native-tls v0.3.1 |
1589 | 2024-01-28T04:21:06.851Z | Compiling pkcs8 v0.10.2 |
1590 | 2024-01-28T04:21:07.138Z | Compiling terminal_size v0.2.6 |
1591 | 2024-01-28T04:21:07.675Z | Compiling phf_shared v0.11.2 |
1592 | 2024-01-28T04:21:10.568Z | Compiling serde_tokenstream v0.2.0 |
1593 | 2024-01-28T04:21:10.960Z | Compiling block-padding v0.3.3 |
1594 | 2024-01-28T04:21:11.300Z | Compiling enum-as-inner v0.5.1 |
1595 | 2024-01-28T04:21:11.378Z | Compiling serde_repr v0.1.16 |
1596 | 2024-01-28T04:21:12.486Z | Compiling clap_derive v4.4.2 |
1597 | 2024-01-28T04:21:13.027Z | Compiling ff v0.13.0 |
1598 | 2024-01-28T04:21:13.088Z | Compiling scheduled-thread-pool v0.2.7 |
1599 | 2024-01-28T04:21:13.419Z | Compiling object v0.32.1 |
1600 | 2024-01-28T04:21:17.145Z | Compiling rustc-demangle v0.1.23 |
1601 | 2024-01-28T04:21:20.176Z | Compiling clap_lex v0.5.1 |
1602 | 2024-01-28T04:21:20.884Z | Compiling bit-vec v0.6.3 |
1603 | 2024-01-28T04:21:21.463Z | Compiling managed v0.8.0 |
1604 | 2024-01-28T04:21:22.200Z | Compiling regex-automata v0.1.10 |
1605 | 2024-01-28T04:21:22.385Z | Compiling ipnet v2.9.0 |
1606 | 2024-01-28T04:21:22.974Z | Compiling deranged v0.3.8 |
1607 | 2024-01-28T04:21:23.904Z | Compiling base16ct v0.2.0 |
1608 | 2024-01-28T04:21:24.868Z | Compiling num_threads v0.1.6 |
1609 | 2024-01-28T04:21:25.050Z | Compiling pretty-hex v0.4.1 |
1610 | 2024-01-28T04:21:25.097Z | Compiling matches v0.1.10 |
1611 | 2024-01-28T04:21:25.227Z | Compiling idna v0.2.3 |
1612 | 2024-01-28T04:21:25.357Z | Compiling dof v0.3.0 |
1613 | 2024-01-28T04:21:26.015Z | Compiling time v0.3.27 |
1614 | 2024-01-28T04:21:28.014Z | Compiling sec1 v0.7.3 |
1615 | 2024-01-28T04:21:28.973Z | Compiling bstr v0.2.17 |
1616 | 2024-01-28T04:21:31.184Z | Compiling clap_builder v4.4.2 |
1617 | 2024-01-28T04:21:31.212Z | Compiling r2d2 v0.8.10 |
1618 | 2024-01-28T04:21:31.810Z | Compiling group v0.13.0 |
1619 | 2024-01-28T04:21:32.519Z | Compiling inout v0.1.3 |
1620 | 2024-01-28T04:21:33.409Z | Compiling phf v0.11.2 |
1621 | 2024-01-28T04:21:33.865Z | Compiling hyper-tls v0.5.0 |
1622 | 2024-01-28T04:21:33.891Z | Compiling signal-hook-mio v0.2.3 |
1623 | 2024-01-28T04:21:33.895Z | Compiling hyper-rustls v0.24.2 |
1624 | 2024-01-28T04:21:34.121Z | Compiling bzip2 v0.4.4 |
1625 | 2024-01-28T04:21:34.380Z | Compiling flate2 v1.0.28 |
1626 | 2024-01-28T04:21:34.441Z | Compiling postgres-types v0.2.6 |
1627 | 2024-01-28T04:21:34.681Z | Compiling zerocopy v0.6.4 |
1628 | 2024-01-28T04:21:35.496Z | Compiling hubpack v0.1.2 |
1629 | 2024-01-28T04:21:35.898Z | Compiling serde_urlencoded v0.7.1 |
1630 | 2024-01-28T04:21:36.046Z | Compiling rustls-pemfile v1.0.3 |
1631 | 2024-01-28T04:21:36.144Z | Compiling phf_shared v0.10.0 |
1632 | 2024-01-28T04:21:36.553Z | Compiling hkdf v0.12.4 |
1633 | 2024-01-28T04:21:36.741Z | Compiling ipnetwork v0.20.0 |
1634 | 2024-01-28T04:21:37.194Z | Compiling futures-executor v0.3.30 |
1635 | 2024-01-28T04:21:38.018Z | Compiling dtrace-parser v0.2.0 |
1636 | 2024-01-28T04:21:38.449Z | Compiling regress v0.7.1 |
1637 | 2024-01-28T04:21:38.471Z | Compiling crypto-bigint v0.5.2 |
1638 | 2024-01-28T04:21:38.901Z | Compiling float-cmp v0.9.0 |
1639 | 2024-01-28T04:21:40.726Z | Compiling encoding_rs v0.8.33 |
1640 | 2024-01-28T04:21:42.664Z | Compiling mime v0.3.17 |
1641 | 2024-01-28T04:21:43.463Z | Compiling either v1.9.0 |
1642 | 2024-01-28T04:21:43.913Z | Compiling data-encoding v2.4.0 |
1643 | 2024-01-28T04:21:46.825Z | Compiling fixedbitset v0.4.2 |
1644 | 2024-01-28T04:21:47.161Z | Compiling whoami v1.4.1 |
1645 | 2024-01-28T04:21:47.470Z | Compiling normalize-line-endings v0.3.0 |
1646 | 2024-01-28T04:21:47.658Z | Compiling webpki-roots v0.25.2 |
1647 | 2024-01-28T04:21:47.901Z | Compiling difflib v0.4.0 |
1648 | 2024-01-28T04:21:48.026Z | Compiling regex-automata v0.3.8 |
1649 | 2024-01-28T04:21:50.178Z | Compiling predicates-core v1.0.6 |
1650 | 2024-01-28T04:21:51.806Z | Compiling static_assertions v1.1.0 |
1651 | 2024-01-28T04:21:51.982Z | Compiling precomputed-hash v0.1.1 |
1652 | 2024-01-28T04:21:52.146Z | Compiling minimal-lexical v0.2.1 |
1653 | 2024-01-28T04:21:52.424Z | Compiling new_debug_unreachable v1.0.4 |
1654 | 2024-01-28T04:21:52.589Z | Compiling string_cache v0.8.7 |
1655 | 2024-01-28T04:21:52.938Z | Compiling nom v7.1.3 |
1656 | 2024-01-28T04:21:53.412Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1657 | 2024-01-28T04:21:56.222Z | Compiling bstr v1.6.0 |
1658 | 2024-01-28T04:21:58.653Z | Compiling predicates v3.1.0 |
1659 | 2024-01-28T04:22:00.746Z | Compiling reqwest v0.11.22 |
1660 | 2024-01-28T04:22:01.012Z | Compiling tokio-postgres v0.7.10 |
1661 | 2024-01-28T04:22:01.600Z | Compiling petgraph v0.6.4 |
1662 | 2024-01-28T04:22:03.136Z | Compiling trust-dns-proto v0.22.0 |
1663 | 2024-01-28T04:22:08.158Z | Compiling itertools v0.10.5 |
1664 | 2024-01-28T04:22:08.726Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1665 | 2024-01-28T04:22:12.916Z | Compiling elliptic-curve v0.13.8 |
1666 | 2024-01-28T04:22:19.168Z | Compiling futures v0.3.30 |
1667 | 2024-01-28T04:22:19.252Z | Compiling diesel v2.1.4 |
1668 | 2024-01-28T04:22:19.333Z | Compiling yasna v0.5.2 |
1669 | 2024-01-28T04:22:19.999Z | Compiling clap v4.4.3 |
1670 | 2024-01-28T04:22:20.162Z | Compiling zip v0.6.6 |
1671 | 2024-01-28T04:22:21.036Z | Compiling crossterm v0.27.0 |
1672 | 2024-01-28T04:22:21.248Z | Compiling cipher v0.4.4 |
1673 | 2024-01-28T04:22:22.008Z | Compiling similar v2.3.0 |
1674 | 2024-01-28T04:22:22.179Z | Compiling bit-set v0.5.3 |
1675 | 2024-01-28T04:22:22.521Z | Compiling usdt v0.3.5 |
1676 | 2024-01-28T04:22:22.931Z | Compiling console v0.15.8 |
1677 | 2024-01-28T04:22:25.463Z | Compiling tokio-stream v0.1.14 |
1678 | 2024-01-28T04:22:26.598Z | Compiling toml v0.7.8 |
1679 | 2024-01-28T04:22:26.999Z | Compiling toml_edit v0.21.0 |
1680 | 2024-01-28T04:22:27.903Z | Compiling hex v0.4.3 |
1681 | 2024-01-28T04:22:29.167Z | Compiling proc-macro-error-attr v1.0.4 |
1682 | 2024-01-28T04:22:30.239Z | Compiling lalrpop-util v0.19.12 |
1683 | 2024-01-28T04:22:32.126Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1684 | 2024-01-28T04:22:35.768Z | Compiling proc-macro-crate v1.3.1 |
1685 | 2024-01-28T04:22:38.803Z | Compiling proc-macro-error v1.0.4 |
1686 | 2024-01-28T04:22:39.188Z | Compiling heapless v0.8.0 |
1687 | 2024-01-28T04:22:44.261Z | Compiling num_enum_derive v0.5.11 |
1688 | 2024-01-28T04:22:55.582Z | Compiling atty v0.2.14 |
1689 | 2024-01-28T04:22:56.426Z | Compiling hash32 v0.3.1 |
1690 | 2024-01-28T04:22:56.798Z | Compiling ident_case v1.0.1 |
1691 | 2024-01-28T04:22:57.060Z | Compiling smoltcp v0.11.0 |
1692 | 2024-01-28T04:23:00.055Z | Compiling rustls-pki-types v1.1.0 |
1693 | 2024-01-28T04:23:02.266Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1694 | 2024-01-28T04:23:07.422Z | Compiling darling_core v0.20.3 |
1695 | 2024-01-28T04:23:16.271Z | Compiling num_enum v0.5.11 |
1696 | 2024-01-28T04:23:26.306Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1697 | 2024-01-28T04:23:34.712Z | Compiling dirs-sys-next v0.1.2 |
1698 | 2024-01-28T04:23:36.971Z | Compiling rustls v0.22.2 |
1699 | 2024-01-28T04:23:37.384Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1700 | 2024-01-28T04:23:39.914Z | Compiling embedded-io v0.4.0 |
1701 | 2024-01-28T04:23:42.172Z | Compiling cobs v0.2.3 |
1702 | 2024-01-28T04:23:43.706Z | Compiling postcard v1.0.8 |
1703 | 2024-01-28T04:24:02.137Z | Compiling dirs-next v2.0.0 |
1704 | 2024-01-28T04:24:07.012Z | Compiling darling_macro v0.20.3 |
1705 | 2024-01-28T04:24:12.752Z | Compiling rustls-webpki v0.102.1 |
1706 | 2024-01-28T04:24:16.287Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1707 | 2024-01-28T04:24:20.564Z | Compiling getopts v0.2.21 |
1708 | 2024-01-28T04:24:20.939Z | Compiling foreign-types-macros v0.2.3 |
1709 | 2024-01-28T04:24:21.964Z | Compiling structmeta-derive v0.2.0 |
1710 | 2024-01-28T04:24:23.248Z | Compiling thread_local v1.1.7 |
1711 | 2024-01-28T04:24:24.609Z | Compiling multer v3.0.0 |
1712 | 2024-01-28T04:24:24.742Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1713 | 2024-01-28T04:24:25.245Z | Compiling unsafe-libyaml v0.2.10 |
1714 | 2024-01-28T04:24:26.043Z | Compiling slog-async v2.8.0 |
1715 | 2024-01-28T04:24:26.721Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1716 | 2024-01-28T04:24:27.297Z | Compiling foreign-types-shared v0.3.1 |
1717 | 2024-01-28T04:24:27.566Z | Compiling paste v1.0.14 |
1718 | 2024-01-28T04:24:28.058Z | Compiling match_cfg v0.1.0 |
1719 | 2024-01-28T04:24:28.197Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1720 | 2024-01-28T04:24:28.432Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1721 | 2024-01-28T04:24:28.563Z | Compiling hostname v0.3.1 |
1722 | 2024-01-28T04:24:34.783Z | Compiling foreign-types v0.5.0 |
1723 | 2024-01-28T04:24:34.952Z | Compiling serde_yaml v0.9.25 |
1724 | 2024-01-28T04:24:41.050Z | Compiling structmeta v0.2.0 |
1725 | 2024-01-28T04:24:42.478Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1726 | 2024-01-28T04:24:55.276Z | Compiling darling v0.20.3 |
1727 | 2024-01-28T04:24:58.636Z | Compiling term v0.7.0 |
1728 | 2024-01-28T04:25:01.650Z | Compiling slog-json v2.6.1 |
1729 | 2024-01-28T04:25:02.478Z | Compiling is-terminal v0.4.9 |
1730 | 2024-01-28T04:25:02.682Z | Compiling crossbeam-channel v0.5.8 |
1731 | 2024-01-28T04:25:05.563Z | Compiling strum v0.25.0 |
1732 | 2024-01-28T04:25:06.066Z | Compiling http v1.0.0 |
1733 | 2024-01-28T04:25:06.774Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1734 | 2024-01-28T04:25:06.966Z | Compiling async-stream-impl v0.3.5 |
1735 | 2024-01-28T04:25:07.895Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1736 | 2024-01-28T04:25:07.944Z | Compiling cstr-argument v0.1.2 |
1737 | 2024-01-28T04:25:08.335Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1738 | 2024-01-28T04:25:08.797Z | Compiling take_mut v0.2.2 |
1739 | 2024-01-28T04:25:08.923Z | Compiling regex-syntax v0.7.5 |
1740 | 2024-01-28T04:25:09.039Z | Compiling pretty-hex v0.2.1 |
1741 | 2024-01-28T04:25:09.370Z | Compiling atomic-waker v1.1.1 |
1742 | 2024-01-28T04:25:09.649Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1743 | 2024-01-28T04:25:09.731Z | Compiling fastrand v2.0.0 |
1744 | 2024-01-28T04:25:09.765Z | Compiling crucible-workspace-hack v0.1.0 |
1745 | 2024-01-28T04:25:10.116Z | Compiling waitgroup v0.1.2 |
1746 | 2024-01-28T04:25:10.219Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1747 | 2024-01-28T04:25:10.465Z | Compiling tempfile v3.9.0 |
1748 | 2024-01-28T04:25:11.098Z | Compiling async-stream v0.3.5 |
1749 | 2024-01-28T04:25:13.674Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1750 | 2024-01-28T04:25:15.015Z | Compiling colored v2.0.4 |
1751 | 2024-01-28T04:25:16.163Z | Compiling slog-bunyan v2.5.0 |
1752 | 2024-01-28T04:25:16.843Z | Compiling slog-term v2.9.0 |
1753 | 2024-01-28T04:25:17.018Z | Compiling tokio-rustls v0.25.0 |
1754 | 2024-01-28T04:25:17.302Z | Compiling serde_with_macros v3.5.1 |
1755 | 2024-01-28T04:25:17.715Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1756 | 2024-01-28T04:25:19.141Z | Compiling parse-display-derive v0.8.2 |
1757 | 2024-01-28T04:25:21.794Z | Compiling toml v0.8.8 |
1758 | 2024-01-28T04:25:23.427Z | Compiling rustls-pemfile v2.0.0 |
1759 | 2024-01-28T04:25:24.124Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1760 | 2024-01-28T04:25:24.573Z | Compiling sha1 v0.10.6 |
1761 | 2024-01-28T04:25:25.325Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1762 | 2024-01-28T04:25:26.156Z | Compiling textwrap v0.11.0 |
1763 | 2024-01-28T04:25:26.515Z | Compiling heck v0.3.3 |
1764 | 2024-01-28T04:25:27.057Z | Compiling serde_path_to_error v0.1.15 |
1765 | 2024-01-28T04:25:27.938Z | Compiling instant v0.1.12 |
1766 | 2024-01-28T04:25:28.167Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1767 | 2024-01-28T04:25:28.590Z | Compiling rayon-core v1.12.0 |
1768 | 2024-01-28T04:25:28.723Z | Compiling ansi_term v0.12.1 |
1769 | 2024-01-28T04:25:28.802Z | Compiling vec_map v0.8.2 |
1770 | 2024-01-28T04:25:29.015Z | Compiling debug-ignore v1.0.5 |
1771 | 2024-01-28T04:25:29.239Z | Compiling strsim v0.8.0 |
1772 | 2024-01-28T04:25:29.289Z | Compiling libefi-sys v0.1.0 |
1773 | 2024-01-28T04:25:29.744Z | Compiling clap v2.34.0 |
1774 | 2024-01-28T04:25:30.836Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1775 | 2024-01-28T04:25:31.526Z | Compiling backoff v0.4.0 |
1776 | 2024-01-28T04:25:32.082Z | Compiling structopt-derive v0.4.18 |
1777 | 2024-01-28T04:25:35.701Z | Compiling parse-display v0.8.2 |
1778 | 2024-01-28T04:25:36.012Z | Compiling serde_with v3.5.1 |
1779 | 2024-01-28T04:25:36.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1780 | 2024-01-28T04:25:43.317Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1781 | 2024-01-28T04:25:43.670Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1782 | 2024-01-28T04:25:43.797Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1783 | 2024-01-28T04:25:44.018Z | Compiling zone_cfg_derive v0.3.0 |
1784 | 2024-01-28T04:25:44.059Z | Compiling crossbeam-deque v0.8.3 |
1785 | 2024-01-28T04:25:44.414Z | Compiling macaddr v1.0.1 |
1786 | 2024-01-28T04:25:44.631Z | Compiling num-derive v0.4.0 |
1787 | 2024-01-28T04:25:45.558Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1788 | 2024-01-28T04:25:46.121Z | Compiling portable-atomic v1.4.3 |
1789 | 2024-01-28T04:25:46.194Z | Compiling zone v0.3.0 |
1790 | 2024-01-28T04:25:48.227Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1791 | 2024-01-28T04:25:51.134Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1792 | 2024-01-28T04:25:51.993Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1793 | 2024-01-28T04:25:52.173Z | Compiling structopt v0.3.26 |
1794 | 2024-01-28T04:25:53.713Z | Compiling camino-tempfile v1.1.1 |
1795 | 2024-01-28T04:25:53.754Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1796 | 2024-01-28T04:25:53.878Z | Compiling smf v0.2.2 |
1797 | 2024-01-28T04:25:54.959Z | Compiling filetime v0.2.23 |
1798 | 2024-01-28T04:25:55.504Z | Compiling xattr v1.0.1 |
1799 | 2024-01-28T04:25:55.656Z | Compiling same-file v1.0.6 |
1800 | 2024-01-28T04:25:55.948Z | Compiling walkdir v2.4.0 |
1801 | 2024-01-28T04:25:56.100Z | Compiling tar v0.4.40 |
1802 | 2024-01-28T04:25:58.543Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1803 | 2024-01-28T04:25:58.798Z | Compiling rayon v1.8.0 |
1804 | 2024-01-28T04:25:59.183Z | Compiling number_prefix v0.4.0 |
1805 | 2024-01-28T04:25:59.565Z | Compiling topological-sort v0.2.2 |
1806 | 2024-01-28T04:25:59.918Z | Compiling omicron-zone-package v0.10.1 |
1807 | 2024-01-28T04:26:02.061Z | Compiling swrite v0.1.0 |
1808 | 2024-01-28T04:26:05.813Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1809 | 2024-01-28T04:26:07.859Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1810 | 2024-01-28T04:26:10.635Z | Compiling indicatif v0.17.7 |
1811 | 2024-01-28T04:26:21.320Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1812 | 2024-01-28T04:26:24.965Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1813 | 2024-01-28T04:26:26.629Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1814 | 2024-01-28T04:26:53.775Z | Finished release [optimized] target(s) in 8m 10s |
1815 | 2024-01-28T04:26:54.044Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1816 | 2024-01-28T04:26:54.132Z | Created new build target 'test' and set it as active |
1817 | 2024-01-28T04:26:54.135Z | |
1818 | 2024-01-28T04:26:54.138Z | real 8:11.362580464 |
1819 | 2024-01-28T04:26:54.138Z | user 54:17.301699557 |
1820 | 2024-01-28T04:26:54.138Z | sys 4:42.428149407 |
1821 | 2024-01-28T04:26:54.138Z | trap 2.035282243 |
1822 | 2024-01-28T04:26:54.138Z | tflt 5.495644884 |
1823 | 2024-01-28T04:26:54.138Z | dflt 6.579712266 |
1824 | 2024-01-28T04:26:54.138Z | kflt 0.026239695 |
1825 | 2024-01-28T04:26:54.138Z | lock 1:58:54.540731693 |
1826 | 2024-01-28T04:26:54.138Z | slp 2:33:25.040411837 |
1827 | 2024-01-28T04:26:54.138Z | lat 2:33.421680676 |
1828 | 2024-01-28T04:26:54.138Z | stop 3:56.470929212 |
1829 | 2024-01-28T04:26:54.138Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1830 | 2024-01-28T04:26:55.301Z | Finished release [optimized] target(s) in 1.08s |
1831 | 2024-01-28T04:26:55.329Z | Running `target/release/omicron-package -t test package` |
1832 | 2024-01-28T04:26:55.370Z | Jan 28 04:26:54.577 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1833 | 2024-01-28T04:26:56.587Z | Compiling linked-hash-map v0.5.6 |
1834 | 2024-01-28T04:26:56.590Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1835 | 2024-01-28T04:26:56.590Z | Compiling usdt-macro v0.5.0 |
1836 | 2024-01-28T04:26:56.590Z | Compiling usdt-attr-macro v0.5.0 |
1837 | 2024-01-28T04:26:56.590Z | Compiling memmap v0.7.0 |
1838 | 2024-01-28T04:26:56.609Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1839 | 2024-01-28T04:26:56.612Z | Compiling password-hash v0.5.0 |
1840 | 2024-01-28T04:26:56.628Z | Compiling blake2 v0.10.6 |
1841 | 2024-01-28T04:26:57.180Z | Compiling lru-cache v0.1.2 |
1842 | 2024-01-28T04:26:57.318Z | Compiling semver v0.1.20 |
1843 | 2024-01-28T04:26:57.465Z | Compiling argon2 v0.5.3 |
1844 | 2024-01-28T04:26:58.231Z | Compiling rustc_version v0.1.7 |
1845 | 2024-01-28T04:26:58.678Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1846 | 2024-01-28T04:26:58.862Z | Compiling quick-error v1.2.3 |
1847 | 2024-01-28T04:26:58.874Z | Compiling usdt v0.5.0 |
1848 | 2024-01-28T04:26:58.949Z | Compiling same-file v1.0.6 |
1849 | 2024-01-28T04:26:59.057Z | Compiling resolv-conf v0.7.0 |
1850 | 2024-01-28T04:26:59.278Z | Compiling walkdir v2.4.0 |
1851 | 2024-01-28T04:26:59.648Z | Compiling newtype_derive v0.1.6 |
1852 | 2024-01-28T04:27:00.064Z | Compiling itertools v0.12.0 |
1853 | 2024-01-28T04:27:00.334Z | Compiling semver-parser v0.10.2 |
1854 | 2024-01-28T04:27:00.719Z | Compiling slog-dtrace v0.3.0 |
1855 | 2024-01-28T04:27:01.137Z | Compiling fastrand v2.0.0 |
1856 | 2024-01-28T04:27:01.444Z | Compiling trust-dns-resolver v0.22.0 |
1857 | 2024-01-28T04:27:01.918Z | Compiling tempfile v3.9.0 |
1858 | 2024-01-28T04:27:02.177Z | Compiling semver v0.11.0 |
1859 | 2024-01-28T04:27:02.181Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1860 | 2024-01-28T04:27:02.531Z | Compiling nibble_vec v0.1.0 |
1861 | 2024-01-28T04:27:02.844Z | Compiling xattr v1.0.1 |
1862 | 2024-01-28T04:27:03.090Z | Compiling filetime v0.2.23 |
1863 | 2024-01-28T04:27:03.186Z | Compiling endian-type v0.1.2 |
1864 | 2024-01-28T04:27:03.213Z | Compiling home v0.5.5 |
1865 | 2024-01-28T04:27:03.488Z | Compiling toolchain_find v0.2.0 |
1866 | 2024-01-28T04:27:03.562Z | Compiling radix_trie v0.2.1 |
1867 | 2024-01-28T04:27:03.575Z | Compiling tar v0.4.40 |
1868 | 2024-01-28T04:27:04.274Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1869 | 2024-01-28T04:27:04.876Z | Compiling toml v0.5.11 |
1870 | 2024-01-28T04:27:04.924Z | Compiling radium v0.7.0 |
1871 | 2024-01-28T04:27:05.524Z | Compiling topological-sort v0.2.2 |
1872 | 2024-01-28T04:27:05.830Z | Compiling omicron-zone-package v0.10.1 |
1873 | 2024-01-28T04:27:05.904Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e) |
1874 | 2024-01-28T04:27:06.131Z | Compiling steno v0.4.0 |
1875 | 2024-01-28T04:27:06.194Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1876 | 2024-01-28T04:27:06.513Z | Compiling toml v0.8.8 |
1877 | 2024-01-28T04:27:09.034Z | Compiling rustfmt-wrapper v0.2.0 |
1878 | 2024-01-28T04:27:09.954Z | Compiling num-rational v0.4.1 |
1879 | 2024-01-28T04:27:09.995Z | Compiling cancel-safe-futures v0.1.5 |
1880 | 2024-01-28T04:27:10.276Z | Compiling maybe-uninit v2.0.0 |
1881 | 2024-01-28T04:27:10.365Z | Compiling tap v1.0.1 |
1882 | 2024-01-28T04:27:10.627Z | Compiling wyz v0.5.1 |
1883 | 2024-01-28T04:27:11.011Z | Compiling funty v2.0.0 |
1884 | 2024-01-28T04:27:11.351Z | Compiling num-bigint-dig v0.8.4 |
1885 | 2024-01-28T04:27:11.648Z | Compiling crc-catalog v2.2.0 |
1886 | 2024-01-28T04:27:11.760Z | Compiling packed_struct v0.10.1 |
1887 | 2024-01-28T04:27:11.833Z | Compiling crc v3.0.1 |
1888 | 2024-01-28T04:27:12.947Z | Compiling bitvec v1.0.1 |
1889 | 2024-01-28T04:27:13.418Z | Compiling num-complex v0.4.4 |
1890 | 2024-01-28T04:27:15.923Z | Compiling fxhash v0.2.1 |
1891 | 2024-01-28T04:27:15.927Z | Compiling packed_struct_codegen v0.10.1 |
1892 | 2024-01-28T04:27:15.928Z | Compiling indexmap v1.9.3 |
1893 | 2024-01-28T04:27:16.271Z | Compiling nodrop v0.1.14 |
1894 | 2024-01-28T04:27:16.441Z | Compiling utf-8 v0.7.6 |
1895 | 2024-01-28T04:27:16.640Z | Compiling array-init v0.0.4 |
1896 | 2024-01-28T04:27:17.038Z | Compiling tungstenite v0.20.1 |
1897 | 2024-01-28T04:27:18.773Z | Compiling num v0.4.1 |
1898 | 2024-01-28T04:27:18.920Z | Compiling smallvec v0.6.14 |
1899 | 2024-01-28T04:27:20.153Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1900 | 2024-01-28T04:27:21.745Z | Compiling pkcs1 v0.7.5 |
1901 | 2024-01-28T04:27:26.519Z | Compiling signature v2.1.0 |
1902 | 2024-01-28T04:27:26.884Z | Compiling half v2.3.1 |
1903 | 2024-01-28T04:27:27.783Z | Compiling unicase v2.7.0 |
1904 | 2024-01-28T04:27:27.937Z | Compiling ciborium-io v0.2.2 |
1905 | 2024-01-28T04:27:28.107Z | Compiling hashbrown v0.12.3 |
1906 | 2024-01-28T04:27:28.166Z | Compiling bitfield v0.14.0 |
1907 | 2024-01-28T04:27:28.236Z | Compiling termcolor v1.2.0 |
1908 | 2024-01-28T04:27:28.570Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1909 | 2024-01-28T04:27:28.700Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1910 | 2024-01-28T04:27:30.351Z | Compiling env_logger v0.10.0 |
1911 | 2024-01-28T04:27:31.823Z | Compiling ciborium-ll v0.2.2 |
1912 | 2024-01-28T04:27:32.700Z | Compiling rsa v0.9.2 |
1913 | 2024-01-28T04:27:36.541Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1914 | 2024-01-28T04:27:38.943Z | Compiling serde-hex v0.1.0 |
1915 | 2024-01-28T04:27:39.974Z | Compiling tokio-tungstenite v0.20.1 |
1916 | 2024-01-28T04:27:40.885Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1917 | 2024-01-28T04:27:41.399Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1918 | 2024-01-28T04:27:41.696Z | Compiling x509-cert v0.2.4 |
1919 | 2024-01-28T04:27:47.877Z | Compiling ron v0.8.1 |
1920 | 2024-01-28T04:27:49.587Z | Compiling crc-any v2.4.3 |
1921 | 2024-01-28T04:27:51.126Z | Compiling arc-swap v1.6.0 |
1922 | 2024-01-28T04:27:52.289Z | Compiling slog-scope v4.4.0 |
1923 | 2024-01-28T04:27:53.748Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1924 | 2024-01-28T04:27:56.670Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1925 | 2024-01-28T04:27:58.403Z | Compiling ciborium v0.2.2 |
1926 | 2024-01-28T04:28:02.159Z | Compiling object v0.30.4 |
1927 | 2024-01-28T04:28:04.108Z | Compiling libsw v3.3.1 |
1928 | 2024-01-28T04:28:04.607Z | Compiling derive-where v1.2.7 |
1929 | 2024-01-28T04:28:09.878Z | Compiling parking_lot_core v0.8.6 |
1930 | 2024-01-28T04:28:10.468Z | Compiling path-slash v0.1.5 |
1931 | 2024-01-28T04:28:10.781Z | Compiling linear-map v1.2.0 |
1932 | 2024-01-28T04:28:11.393Z | Compiling display-error-chain v0.2.0 |
1933 | 2024-01-28T04:28:11.636Z | Compiling owo-colors v4.0.0 |
1934 | 2024-01-28T04:28:17.281Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1935 | 2024-01-28T04:28:17.854Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1936 | 2024-01-28T04:28:22.617Z | Compiling slog-stdlog v4.1.1 |
1937 | 2024-01-28T04:28:24.337Z | Compiling convert_case v0.4.0 |
1938 | 2024-01-28T04:28:25.546Z | Compiling derive_more v0.99.17 |
1939 | 2024-01-28T04:28:27.508Z | Compiling slog-envlogger v2.2.0 |
1940 | 2024-01-28T04:28:29.458Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1941 | 2024-01-28T04:28:31.988Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1942 | 2024-01-28T04:28:34.847Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1943 | 2024-01-28T04:28:36.851Z | Compiling dirs-sys-next v0.1.2 |
1944 | 2024-01-28T04:28:37.638Z | Compiling platforms v3.0.2 |
1945 | 2024-01-28T04:28:37.705Z | Compiling glob v0.3.1 |
1946 | 2024-01-28T04:28:38.109Z | Compiling crunchy v0.2.2 |
1947 | 2024-01-28T04:28:38.825Z | Compiling dirs-next v2.0.0 |
1948 | 2024-01-28T04:28:39.054Z | Compiling clang-sys v1.6.1 |
1949 | 2024-01-28T04:28:39.069Z | Compiling parking_lot v0.11.2 |
1950 | 2024-01-28T04:28:39.844Z | Compiling mime_guess v2.0.4 |
1951 | 2024-01-28T04:28:40.021Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1952 | 2024-01-28T04:28:41.894Z | Compiling trust-dns-client v0.22.0 |
1953 | 2024-01-28T04:28:44.538Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1954 | 2024-01-28T04:28:45.938Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1955 | 2024-01-28T04:28:46.972Z | Compiling pem v3.0.2 |
1956 | 2024-01-28T04:28:51.713Z | Compiling tiny-keccak v2.0.2 |
1957 | 2024-01-28T04:28:52.132Z | Compiling prettyplease v0.2.16 |
1958 | 2024-01-28T04:28:52.590Z | Compiling trust-dns-server v0.22.1 |
1959 | 2024-01-28T04:28:57.144Z | Compiling sled v0.34.7 |
1960 | 2024-01-28T04:29:00.003Z | Compiling term v0.7.0 |
1961 | 2024-01-28T04:29:03.075Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1962 | 2024-01-28T04:29:06.576Z | Compiling darling_core v0.14.4 |
1963 | 2024-01-28T04:29:11.742Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1964 | 2024-01-28T04:29:12.059Z | Compiling vte_generate_state_changes v0.1.1 |
1965 | 2024-01-28T04:29:12.967Z | Compiling vte v0.11.1 |
1966 | 2024-01-28T04:29:15.324Z | Compiling darling_macro v0.14.4 |
1967 | 2024-01-28T04:29:16.764Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1968 | 2024-01-28T04:29:16.901Z | Compiling curve25519-dalek v4.1.1 |
1969 | 2024-01-28T04:29:17.470Z | Compiling ascii-canvas v3.0.0 |
1970 | 2024-01-28T04:29:21.231Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1971 | 2024-01-28T04:29:24.662Z | Compiling is-terminal v0.4.9 |
1972 | 2024-01-28T04:29:24.841Z | Compiling kstat-rs v0.2.3 |
1973 | 2024-01-28T04:29:26.868Z | Compiling ena v0.14.2 |
1974 | 2024-01-28T04:29:27.492Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1975 | 2024-01-28T04:29:28.625Z | Compiling memoffset v0.7.1 |
1976 | 2024-01-28T04:29:29.064Z | Compiling libloading v0.7.4 |
1977 | 2024-01-28T04:29:29.616Z | Compiling bindgen v0.69.2 |
1978 | 2024-01-28T04:29:30.236Z | Compiling bytecount v0.6.3 |
1979 | 2024-01-28T04:29:30.442Z | Compiling diff v0.1.13 |
1980 | 2024-01-28T04:29:30.760Z | Compiling keccak v0.1.4 |
1981 | 2024-01-28T04:29:31.384Z | Compiling doc-comment v0.3.3 |
1982 | 2024-01-28T04:29:32.112Z | Compiling regex-syntax v0.6.29 |
1983 | 2024-01-28T04:29:32.372Z | Compiling buf-list v1.0.3 |
1984 | 2024-01-28T04:29:33.478Z | Compiling sha3 v0.10.8 |
1985 | 2024-01-28T04:29:34.875Z | Compiling papergrid v0.11.0 |
1986 | 2024-01-28T04:29:41.252Z | Compiling lalrpop v0.19.12 |
1987 | 2024-01-28T04:29:46.188Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1988 | 2024-01-28T04:29:46.472Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1989 | 2024-01-28T04:30:01.365Z | Compiling darling v0.14.4 |
1990 | 2024-01-28T04:30:01.528Z | Compiling strip-ansi-escapes v0.2.0 |
1991 | 2024-01-28T04:30:02.192Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1992 | 2024-01-28T04:30:02.682Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1993 | 2024-01-28T04:30:06.532Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1994 | 2024-01-28T04:30:06.826Z | Compiling tabled_derive v0.7.0 |
1995 | 2024-01-28T04:30:07.665Z | Compiling fd-lock v3.0.13 |
1996 | 2024-01-28T04:30:07.978Z | Compiling fd-lock v4.0.2 |
1997 | 2024-01-28T04:30:08.289Z | Compiling cexpr v0.6.0 |
1998 | 2024-01-28T04:30:10.410Z | Compiling which v4.4.0 |
1999 | 2024-01-28T04:30:10.738Z | Compiling universal-hash v0.5.1 |
2000 | 2024-01-28T04:30:11.058Z | Compiling nix v0.27.1 |
2001 | 2024-01-28T04:30:11.255Z | Compiling secrecy v0.8.0 |
2002 | 2024-01-28T04:30:11.640Z | Compiling sqlparser_derive v0.2.2 |
2003 | 2024-01-28T04:30:13.182Z | Compiling curve25519-dalek-derive v0.1.0 |
2004 | 2024-01-28T04:30:13.543Z | Compiling pin-project-internal v1.1.3 |
2005 | 2024-01-28T04:30:15.385Z | Compiling thiserror-impl-no-std v2.0.2 |
2006 | 2024-01-28T04:30:16.106Z | Compiling nu-ansi-term v0.49.0 |
2007 | 2024-01-28T04:30:17.980Z | Compiling unicode_categories v0.1.1 |
2008 | 2024-01-28T04:30:18.336Z | Compiling peeking_take_while v0.1.2 |
2009 | 2024-01-28T04:30:18.524Z | Compiling lazycell v1.3.0 |
2010 | 2024-01-28T04:30:18.649Z | Compiling rustc-hash v1.1.0 |
2011 | 2024-01-28T04:30:19.178Z | Compiling shlex v1.3.0 |
2012 | 2024-01-28T04:30:19.192Z | Compiling opaque-debug v0.3.0 |
2013 | 2024-01-28T04:30:19.193Z | Compiling poly1305 v0.8.0 |
2014 | 2024-01-28T04:30:19.819Z | Compiling thiserror-no-std v2.0.2 |
2015 | 2024-01-28T04:30:19.980Z | Compiling sqlformat v0.2.3 |
2016 | 2024-01-28T04:30:21.500Z | Compiling pin-project v1.1.3 |
2017 | 2024-01-28T04:30:21.670Z | Compiling reedline v0.28.0 |
2018 | 2024-01-28T04:30:22.036Z | Compiling rustyline v13.0.0 |
2019 | 2024-01-28T04:30:28.632Z | Compiling polar-core v0.27.0 |
2020 | 2024-01-28T04:30:30.780Z | Compiling sqlparser v0.41.0 |
2021 | 2024-01-28T04:30:34.744Z | Compiling tabled v0.15.0 |
2022 | 2024-01-28T04:30:37.217Z | Compiling derive_builder_core v0.12.0 |
2023 | 2024-01-28T04:30:42.752Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2024 | 2024-01-28T04:30:42.946Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2025 | 2024-01-28T04:30:44.233Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2026 | 2024-01-28T04:30:44.644Z | Compiling chacha20 v0.9.1 |
2027 | 2024-01-28T04:30:44.682Z | Compiling headers-core v0.2.0 |
2028 | 2024-01-28T04:30:44.914Z | Compiling aead v0.5.2 |
2029 | 2024-01-28T04:30:45.352Z | Compiling bcs v0.1.6 |
2030 | 2024-01-28T04:30:45.372Z | Compiling libxml v0.3.3 |
2031 | 2024-01-28T04:30:45.872Z | Compiling snafu-derive v0.7.5 |
2032 | 2024-01-28T04:30:46.750Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2033 | 2024-01-28T04:30:47.181Z | Compiling fs-err v2.11.0 |
2034 | 2024-01-28T04:30:47.608Z | Compiling signature v1.6.4 |
2035 | 2024-01-28T04:30:47.828Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2036 | 2024-01-28T04:30:48.278Z | Compiling salty v0.2.0 |
2037 | 2024-01-28T04:30:48.900Z | Compiling highway v1.1.0 |
2038 | 2024-01-28T04:30:51.238Z | Compiling ref-cast v1.0.20 |
2039 | 2024-01-28T04:30:51.987Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2040 | 2024-01-28T04:30:53.997Z | Compiling snafu v0.7.5 |
2041 | 2024-01-28T04:30:54.442Z | Compiling ed25519 v1.5.3 |
2042 | 2024-01-28T04:30:55.210Z | Compiling chacha20poly1305 v0.10.1 |
2043 | 2024-01-28T04:30:55.542Z | Compiling headers v0.3.9 |
2044 | 2024-01-28T04:30:56.296Z | Compiling samael v0.0.14 |
2045 | 2024-01-28T04:30:56.376Z | Compiling derive_builder_macro v0.12.0 |
2046 | 2024-01-28T04:30:57.572Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2047 | 2024-01-28T04:31:02.665Z | Compiling vsss-rs v3.3.4 |
2048 | 2024-01-28T04:31:10.621Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2049 | 2024-01-28T04:31:10.788Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2050 | 2024-01-28T04:31:11.309Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2051 | 2024-01-28T04:31:11.725Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2052 | 2024-01-28T04:31:11.738Z | Compiling globset v0.4.13 |
2053 | 2024-01-28T04:31:15.703Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2054 | 2024-01-28T04:31:17.589Z | Compiling olpc-cjson v0.1.3 |
2055 | 2024-01-28T04:31:18.462Z | Compiling strum_macros v0.24.3 |
2056 | 2024-01-28T04:31:19.616Z | Compiling serde-big-array v0.5.1 |
2057 | 2024-01-28T04:31:19.992Z | Compiling serde_plain v1.0.2 |
2058 | 2024-01-28T04:31:20.198Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2059 | 2024-01-28T04:31:20.812Z | Compiling async-recursion v1.0.5 |
2060 | 2024-01-28T04:31:21.483Z | Compiling ref-cast-impl v1.0.20 |
2061 | 2024-01-28T04:31:22.325Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2062 | 2024-01-28T04:31:22.768Z | Compiling cookie v0.18.0 |
2063 | 2024-01-28T04:31:23.220Z | Compiling typed-path v0.7.0 |
2064 | 2024-01-28T04:31:23.231Z | Compiling indoc v1.0.9 |
2065 | 2024-01-28T04:31:24.120Z | Compiling http-range v0.1.5 |
2066 | 2024-01-28T04:31:25.063Z | Compiling hyper-staticfile v0.9.5 |
2067 | 2024-01-28T04:31:26.270Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2068 | 2024-01-28T04:31:27.136Z | Compiling tough v0.16.0 |
2069 | 2024-01-28T04:31:28.436Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2070 | 2024-01-28T04:31:30.528Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2071 | 2024-01-28T04:31:45.880Z | Compiling derive_builder v0.12.0 |
2072 | 2024-01-28T04:32:00.733Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2073 | 2024-01-28T04:32:01.148Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2074 | 2024-01-28T04:32:01.634Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2075 | 2024-01-28T04:32:03.438Z | Compiling signal-hook-tokio v0.3.1 |
2076 | 2024-01-28T04:32:03.718Z | Compiling bb8 v0.8.1 |
2077 | 2024-01-28T04:32:04.615Z | Compiling quick-xml v0.30.0 |
2078 | 2024-01-28T04:32:06.678Z | Compiling serde-big-array v0.4.1 |
2079 | 2024-01-28T04:32:06.936Z | Compiling oso-derive v0.27.0 |
2080 | 2024-01-28T04:32:08.422Z | Compiling impl-trait-for-tuples v0.2.2 |
2081 | 2024-01-28T04:32:09.926Z | Compiling parse-size v1.0.0 |
2082 | 2024-01-28T04:32:10.424Z | Compiling maplit v1.0.2 |
2083 | 2024-01-28T04:32:10.584Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2084 | 2024-01-28T04:32:23.715Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2085 | 2024-01-28T04:32:24.401Z | Compiling oso v0.27.0 |
2086 | 2024-01-28T04:32:27.900Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2087 | 2024-01-28T04:32:29.123Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2088 | 2024-01-28T04:32:30.603Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2089 | 2024-01-28T04:32:53.599Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2090 | 2024-01-28T04:32:55.853Z | Compiling corncobs v0.1.3 |
2091 | 2024-01-28T04:32:56.024Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2092 | 2024-01-28T04:32:56.510Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2093 | 2024-01-28T04:32:57.801Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2094 | 2024-01-28T04:32:58.001Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2095 | 2024-01-28T04:32:58.618Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2096 | 2024-01-28T04:33:05.055Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2097 | 2024-01-28T04:33:11.486Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2098 | 2024-01-28T04:33:22.412Z | Compiling rcgen v0.12.0 |
2099 | 2024-01-28T04:33:41.520Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2100 | 2024-01-28T04:33:42.127Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2101 | 2024-01-28T04:33:42.540Z | Compiling atomicwrites v0.4.3 |
2102 | 2024-01-28T04:33:43.413Z | Compiling lru v0.12.1 |
2103 | 2024-01-28T04:33:43.902Z | Compiling stability v0.1.1 |
2104 | 2024-01-28T04:33:45.275Z | Compiling subprocess v0.2.9 |
2105 | 2024-01-28T04:33:50.627Z | Compiling unicode-linebreak v0.1.5 |
2106 | 2024-01-28T04:33:51.537Z | Compiling smawk v0.3.1 |
2107 | 2024-01-28T04:33:51.881Z | Compiling indoc v2.0.3 |
2108 | 2024-01-28T04:33:53.430Z | Compiling cassowary v0.3.0 |
2109 | 2024-01-28T04:33:54.476Z | Compiling ratatui v0.25.0 |
2110 | 2024-01-28T04:34:00.964Z | Compiling textwrap v0.16.0 |
2111 | 2024-01-28T04:34:07.157Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2112 | 2024-01-28T04:34:13.170Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2113 | 2024-01-28T04:34:23.029Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2114 | 2024-01-28T04:34:23.212Z | Compiling fatfs v0.3.6 |
2115 | 2024-01-28T04:34:28.585Z | Compiling nanorand v0.7.0 |
2116 | 2024-01-28T04:34:29.801Z | Compiling rtoolbox v0.0.1 |
2117 | 2024-01-28T04:34:30.479Z | Compiling humantime v2.1.0 |
2118 | 2024-01-28T04:34:30.822Z | Compiling is_ci v1.1.1 |
2119 | 2024-01-28T04:34:31.238Z | Compiling assert_matches v1.5.0 |
2120 | 2024-01-28T04:34:31.375Z | Compiling supports-color v2.1.0 |
2121 | 2024-01-28T04:34:31.975Z | Compiling rpassword v7.3.1 |
2122 | 2024-01-28T04:34:32.480Z | Compiling flume v0.11.0 |
2123 | 2024-01-28T04:34:32.624Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2124 | 2024-01-28T04:34:33.778Z | Compiling tui-tree-widget v0.16.0 |
2125 | 2024-01-28T04:34:34.318Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2126 | 2024-01-28T04:34:35.101Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2127 | 2024-01-28T04:34:35.590Z | Compiling shell-words v1.1.0 |
2128 | 2024-01-28T04:34:36.180Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2129 | 2024-01-28T04:34:46.985Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2130 | 2024-01-28T04:35:42.851Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2131 | 2024-01-28T04:38:11.491Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2132 | 2024-01-28T04:38:23.729Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2133 | 2024-01-28T04:38:30.315Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2134 | 2024-01-28T04:48:10.756Z | Finished release [optimized] target(s) in 21m 15s |
2135 | 2024-01-28T04:49:27.180Z | |
2136 | 2024-01-28T04:49:27.186Z | real 22:33.119761305 |
2137 | 2024-01-28T04:49:27.186Z | user 2:37:47.912357205 |
2138 | 2024-01-28T04:49:27.186Z | sys 5:53.124296461 |
2139 | 2024-01-28T04:49:27.186Z | trap 4.826554075 |
2140 | 2024-01-28T04:49:27.186Z | tflt 1.298004423 |
2141 | 2024-01-28T04:49:27.186Z | dflt 1.670476241 |
2142 | 2024-01-28T04:49:27.186Z | kflt 0.002272745 |
2143 | 2024-01-28T04:49:27.186Z | lock 9:15:48.673235996 |
2144 | 2024-01-28T04:49:27.187Z | slp 6:10:32.099125389 |
2145 | 2024-01-28T04:49:27.187Z | lat 3:00.611087935 |
2146 | 2024-01-28T04:49:27.187Z | stop 48.483697275 |
2147 | 2024-01-28T04:49:27.187Z | + 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/*) |
2148 | 2024-01-28T04:49:27.187Z | + pfexec mkdir -p /work |
2149 | 2024-01-28T04:49:27.189Z | + pfexec chown build /work |
2150 | 2024-01-28T04:49:27.189Z | + 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 |
2151 | 2024-01-28T04:49:41.366Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2152 | 2024-01-28T04:49:41.366Z | a out/mg-ddm-gz.tar 61586K |
2153 | 2024-01-28T04:49:41.366Z | a out/omicron-sled-agent.tar 119356K |
2154 | 2024-01-28T04:49:41.366Z | a out/oxlog.tar 8186K |
2155 | 2024-01-28T04:49:41.366Z | a out/target/test 1K |
2156 | 2024-01-28T04:49:41.366Z | a out/npuzone/npuzone 36313K |
2157 | 2024-01-28T04:49:41.366Z | a package-manifest.toml 24K |
2158 | 2024-01-28T04:49:41.368Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2159 | 2024-01-28T04:49:41.368Z | a target/release/omicron-package 43540K |
2160 | 2024-01-28T04:49:41.368Z | a tools/create_virtual_hardware.sh 4K |
2161 | 2024-01-28T04:49:41.368Z | a tools/virtual_hardware.sh 4K |
2162 | 2024-01-28T04:49:41.368Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2163 | 2024-01-28T04:49:41.368Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2164 | 2024-01-28T04:49:41.368Z | a tools/scrimlet/softnpu-init.sh 3K |
2165 | 2024-01-28T04:49:41.368Z | a tools/scrimlet/softnpu-zone.txt 1K |
2166 | 2024-01-28T04:49:41.368Z | a tools/scrimlet/softnpu.toml 1K |
2167 | 2024-01-28T04:49:41.372Z | |
2168 | 2024-01-28T04:49:41.372Z | real 14.176733692 |
2169 | 2024-01-28T04:49:41.372Z | user 13.566685428 |
2170 | 2024-01-28T04:49:41.372Z | sys 1.096773306 |
2171 | 2024-01-28T04:49:41.372Z | trap 0.003439858 |
2172 | 2024-01-28T04:49:41.372Z | tflt 0.000000000 |
2173 | 2024-01-28T04:49:41.372Z | dflt 0.000000000 |
2174 | 2024-01-28T04:49:41.372Z | kflt 0.000000000 |
2175 | 2024-01-28T04:49:41.372Z | lock 0.000000000 |
2176 | 2024-01-28T04:49:41.372Z | slp 13.257278353 |
2177 | 2024-01-28T04:49:41.372Z | lat 0.425831465 |
2178 | 2024-01-28T04:49:41.372Z | stop 0.000236063 |
2179 | 2024-01-28T04:49:41.372Z | ++ pwd |
2180 | 2024-01-28T04:49:41.372Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2181 | 2024-01-28T04:49:41.372Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2182 | 2024-01-28T04:49:41.375Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2183 | 2024-01-28T04:49:42.520Z | Finished release [optimized] target(s) in 1.06s |
2184 | 2024-01-28T04:49:42.548Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2185 | 2024-01-28T04:49:42.589Z | Created new build target 'host' and set it as active |
2186 | 2024-01-28T04:49:42.592Z | |
2187 | 2024-01-28T04:49:42.592Z | real 1.213259987 |
2188 | 2024-01-28T04:49:42.592Z | user 0.857259730 |
2189 | 2024-01-28T04:49:42.592Z | sys 0.356768387 |
2190 | 2024-01-28T04:49:42.592Z | trap 0.000108624 |
2191 | 2024-01-28T04:49:42.592Z | tflt 0.000011955 |
2192 | 2024-01-28T04:49:42.593Z | dflt 0.000006857 |
2193 | 2024-01-28T04:49:42.593Z | kflt 0.000000000 |
2194 | 2024-01-28T04:49:42.593Z | lock 0.034529672 |
2195 | 2024-01-28T04:49:42.593Z | slp 0.020314494 |
2196 | 2024-01-28T04:49:42.593Z | lat 0.001595379 |
2197 | 2024-01-28T04:49:42.593Z | stop 0.000247533 |
2198 | 2024-01-28T04:49:42.595Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2199 | 2024-01-28T04:49:43.708Z | Finished release [optimized] target(s) in 1.03s |
2200 | 2024-01-28T04:49:43.737Z | Running `target/release/omicron-package -t host package` |
2201 | 2024-01-28T04:49:43.779Z | Jan 28 04:49:43.074 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2202 | 2024-01-28T04:49:44.930Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2203 | 2024-01-28T04:50:06.785Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2204 | 2024-01-28T04:52:05.924Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2205 | 2024-01-28T04:54:14.115Z | Finished release [optimized] target(s) in 4m 30s |
2206 | 2024-01-28T04:55:20.667Z | |
2207 | 2024-01-28T04:55:20.670Z | real 5:38.087320268 |
2208 | 2024-01-28T04:55:20.670Z | user 27:55.073193620 |
2209 | 2024-01-28T04:55:20.670Z | sys 1:15.262256946 |
2210 | 2024-01-28T04:55:20.670Z | trap 0.750704954 |
2211 | 2024-01-28T04:55:20.671Z | tflt 0.078109784 |
2212 | 2024-01-28T04:55:20.671Z | dflt 1.376078124 |
2213 | 2024-01-28T04:55:20.671Z | kflt 0.000000000 |
2214 | 2024-01-28T04:55:20.671Z | lock 1:28:08.496360393 |
2215 | 2024-01-28T04:55:20.671Z | slp 29:00.756691199 |
2216 | 2024-01-28T04:55:20.671Z | lat 14.001800258 |
2217 | 2024-01-28T04:55:20.671Z | stop 1.171320003 |
2218 | 2024-01-28T04:55:20.671Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2219 | 2024-01-28T04:55:20.671Z | + for package in "$@" |
2220 | 2024-01-28T04:55:20.672Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2221 | 2024-01-28T04:55:20.672Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git301f95eddc6 |
2222 | 2024-01-28T04:55:21.789Z | Finished release [optimized] target(s) in 1.04s |
2223 | 2024-01-28T04:55:21.816Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git301f95eddc6` |
2224 | 2024-01-28T04:55:21.858Z | Jan 28 04:55:21.175 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2225 | 2024-01-28T04:55:22.437Z | Created: out/versioned/omicron-sled-agent.tar |
2226 | 2024-01-28T04:55:22.440Z | + for package in "$@" |
2227 | 2024-01-28T04:55:22.441Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2228 | 2024-01-28T04:55:22.441Z | + echo 0.0.0 |
2229 | 2024-01-28T04:55:22.441Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2230 | 2024-01-28T04:55:22.444Z | a VERSION 1K |
2231 | 2024-01-28T04:55:22.447Z | + rm VERSION |
2232 | 2024-01-28T04:55:22.449Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git301f95eddc6 |
2233 | 2024-01-28T04:55:23.595Z | Finished release [optimized] target(s) in 1.06s |
2234 | 2024-01-28T04:55:23.624Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git301f95eddc6` |
2235 | 2024-01-28T04:55:23.667Z | Jan 28 04:55:22.984 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2236 | 2024-01-28T04:55:23.940Z | Created: out/versioned/mg-ddm-gz.tar |
2237 | 2024-01-28T04:55:23.943Z | + for package in "$@" |
2238 | 2024-01-28T04:55:23.943Z | + [[ propolis-server == mg-ddm-gz ]] |
2239 | 2024-01-28T04:55:23.943Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git301f95eddc6 |
2240 | 2024-01-28T04:55:25.043Z | Finished release [optimized] target(s) in 1.02s |
2241 | 2024-01-28T04:55:25.070Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git301f95eddc6` |
2242 | 2024-01-28T04:55:25.112Z | Jan 28 04:55:24.430 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2243 | 2024-01-28T04:55:26.894Z | Created: out/versioned/propolis-server.tar.gz |
2244 | 2024-01-28T04:55:26.898Z | + for package in "$@" |
2245 | 2024-01-28T04:55:26.901Z | + [[ overlay == mg-ddm-gz ]] |
2246 | 2024-01-28T04:55:26.901Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git301f95eddc6 |
2247 | 2024-01-28T04:55:28.018Z | Finished release [optimized] target(s) in 1.03s |
2248 | 2024-01-28T04:55:28.046Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git301f95eddc6` |
2249 | 2024-01-28T04:55:28.087Z | Jan 28 04:55:27.405 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2250 | 2024-01-28T04:55:28.091Z | Created: out/versioned/overlay.tar.gz |
2251 | 2024-01-28T04:55:28.093Z | + for package in "$@" |
2252 | 2024-01-28T04:55:28.094Z | + [[ oxlog == mg-ddm-gz ]] |
2253 | 2024-01-28T04:55:28.094Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git301f95eddc6 |
2254 | 2024-01-28T04:55:29.240Z | Finished release [optimized] target(s) in 1.06s |
2255 | 2024-01-28T04:55:29.269Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git301f95eddc6` |
2256 | 2024-01-28T04:55:29.312Z | Jan 28 04:55:28.630 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2257 | 2024-01-28T04:55:29.346Z | Created: out/versioned/oxlog.tar |
2258 | 2024-01-28T04:55:29.349Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2259 | 2024-01-28T04:55:29.361Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2260 | 2024-01-28T04:55:29.365Z | ++ cd -- ./tools |
2261 | 2024-01-28T04:55:29.365Z | ++ pwd |
2262 | 2024-01-28T04:55:29.365Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2263 | 2024-01-28T04:55:29.368Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2264 | 2024-01-28T04:55:29.485Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2265 | 2024-01-28T04:55:29.488Z | ++ readlink -f /work |
2266 | 2024-01-28T04:55:29.491Z | + out_dir=/work |
2267 | 2024-01-28T04:55:29.491Z | + 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") |
2268 | 2024-01-28T04:55:29.491Z | + for dep in "${deps[@]}" |
2269 | 2024-01-28T04:55:29.491Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2270 | 2024-01-28T04:55:29.491Z | + for dep in "${deps[@]}" |
2271 | 2024-01-28T04:55:29.491Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2272 | 2024-01-28T04:55:29.491Z | + for dep in "${deps[@]}" |
2273 | 2024-01-28T04:55:29.491Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2274 | 2024-01-28T04:55:29.492Z | + for dep in "${deps[@]}" |
2275 | 2024-01-28T04:55:29.492Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2276 | 2024-01-28T04:55:29.492Z | + for dep in "${deps[@]}" |
2277 | 2024-01-28T04:55:29.492Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2278 | 2024-01-28T04:55:29.492Z | ++ mktemp -d |
2279 | 2024-01-28T04:55:29.495Z | + tmp_gz=/tmp/tmp.P0aWJh |
2280 | 2024-01-28T04:55:29.495Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2281 | 2024-01-28T04:55:29.495Z | + echo '{"v":"1","t":"layer"}' |
2282 | 2024-01-28T04:55:29.495Z | + pkg_dir=/tmp/tmp.P0aWJh/root/opt/oxide/sled-agent |
2283 | 2024-01-28T04:55:29.495Z | + mkdir -p /tmp/tmp.P0aWJh/root/opt/oxide/sled-agent |
2284 | 2024-01-28T04:55:29.495Z | + cd /tmp/tmp.P0aWJh/root/opt/oxide/sled-agent |
2285 | 2024-01-28T04:55:29.498Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2286 | 2024-01-28T04:55:29.623Z | x ., 0 bytes, 0 tape blocks |
2287 | 2024-01-28T04:55:29.623Z | x zone-bundle, 41506496 bytes, 81068 tape blocks |
2288 | 2024-01-28T04:55:29.623Z | x sled-agent, 80694112 bytes, 157606 tape blocks |
2289 | 2024-01-28T04:55:29.623Z | x pkg, 0 bytes, 0 tape blocks |
2290 | 2024-01-28T04:55:29.623Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2291 | 2024-01-28T04:55:29.623Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2292 | 2024-01-28T04:55:29.623Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2293 | 2024-01-28T04:55:29.623Z | x VERSION, 25 bytes, 1 tape blocks |
2294 | 2024-01-28T04:55:29.629Z | + mkdir -p /tmp/tmp.P0aWJh/root/lib/svc/manifest/site/ |
2295 | 2024-01-28T04:55:29.632Z | + mv pkg/manifest.xml /tmp/tmp.P0aWJh/root/lib/svc/manifest/site/sled-agent.xml |
2296 | 2024-01-28T04:55:29.632Z | + cd - |
2297 | 2024-01-28T04:55:29.632Z | /work/oxidecomputer/omicron |
2298 | 2024-01-28T04:55:29.632Z | + pkg_dir=/tmp/tmp.P0aWJh/root/opt/oxide/mg-ddm |
2299 | 2024-01-28T04:55:29.632Z | + mkdir -p /tmp/tmp.P0aWJh/root/opt/oxide/mg-ddm |
2300 | 2024-01-28T04:55:29.632Z | + cd /tmp/tmp.P0aWJh/root/opt/oxide/mg-ddm |
2301 | 2024-01-28T04:55:29.633Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2302 | 2024-01-28T04:55:29.699Z | x ., 0 bytes, 0 tape blocks |
2303 | 2024-01-28T04:55:29.699Z | x ddmadm, 33100776 bytes, 64650 tape blocks |
2304 | 2024-01-28T04:55:29.699Z | x ddmd, 29949640 bytes, 58496 tape blocks |
2305 | 2024-01-28T04:55:29.700Z | x pkg, 0 bytes, 0 tape blocks |
2306 | 2024-01-28T04:55:29.700Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2307 | 2024-01-28T04:55:29.700Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2308 | 2024-01-28T04:55:29.700Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2309 | 2024-01-28T04:55:29.700Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2310 | 2024-01-28T04:55:29.700Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2311 | 2024-01-28T04:55:29.700Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2312 | 2024-01-28T04:55:29.700Z | x VERSION, 25 bytes, 1 tape blocks |
2313 | 2024-01-28T04:55:29.703Z | + cd - |
2314 | 2024-01-28T04:55:29.703Z | /work/oxidecomputer/omicron |
2315 | 2024-01-28T04:55:29.704Z | + pkg_dir=/tmp/tmp.P0aWJh/root/opt/oxide/oxlog |
2316 | 2024-01-28T04:55:29.704Z | + mkdir -p /tmp/tmp.P0aWJh/root/opt/oxide/oxlog |
2317 | 2024-01-28T04:55:29.704Z | + cd /tmp/tmp.P0aWJh/root/opt/oxide/oxlog |
2318 | 2024-01-28T04:55:29.704Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2319 | 2024-01-28T04:55:29.714Z | x ., 0 bytes, 0 tape blocks |
2320 | 2024-01-28T04:55:29.714Z | x oxlog, 8379888 bytes, 16367 tape blocks |
2321 | 2024-01-28T04:55:29.714Z | x VERSION, 25 bytes, 1 tape blocks |
2322 | 2024-01-28T04:55:29.718Z | + cd - |
2323 | 2024-01-28T04:55:29.718Z | /work/oxidecomputer/omicron |
2324 | 2024-01-28T04:55:29.718Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.P0aWJh/root/opt/oxide |
2325 | 2024-01-28T04:55:29.831Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.P0aWJh/root/opt/oxide |
2326 | 2024-01-28T04:55:29.834Z | + cd /tmp/tmp.P0aWJh |
2327 | 2024-01-28T04:55:29.834Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2328 | 2024-01-28T04:55:42.151Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2329 | 2024-01-28T04:55:42.151Z | a oxide.json 1K |
2330 | 2024-01-28T04:55:42.151Z | a root/ 0K |
2331 | 2024-01-28T04:55:42.151Z | a root/opt/ 0K |
2332 | 2024-01-28T04:55:42.151Z | a root/opt/oxide/ 0K |
2333 | 2024-01-28T04:55:42.151Z | a root/opt/oxide/sled-agent/ 0K |
2334 | 2024-01-28T04:55:42.151Z | a root/opt/oxide/sled-agent/zone-bundle 40534K |
2335 | 2024-01-28T04:55:42.151Z | a root/opt/oxide/sled-agent/sled-agent 78803K |
2336 | 2024-01-28T04:55:42.151Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2337 | 2024-01-28T04:55:42.151Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2338 | 2024-01-28T04:55:42.152Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2339 | 2024-01-28T04:55:42.152Z | a root/opt/oxide/sled-agent/VERSION 1K |
2340 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/ 0K |
2341 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/ddmadm 32325K |
2342 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/ddmd 29248K |
2343 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2344 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2345 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2346 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2347 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2348 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2349 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2350 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2351 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/oxlog/ 0K |
2352 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/oxlog/oxlog 8184K |
2353 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/oxlog/VERSION 1K |
2354 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2355 | 2024-01-28T04:55:42.153Z | a root/opt/oxide/overlay.tar.gz 3K |
2356 | 2024-01-28T04:55:42.153Z | a root/lib/ 0K |
2357 | 2024-01-28T04:55:42.153Z | a root/lib/svc/ 0K |
2358 | 2024-01-28T04:55:42.153Z | a root/lib/svc/manifest/ 0K |
2359 | 2024-01-28T04:55:42.153Z | a root/lib/svc/manifest/site/ 0K |
2360 | 2024-01-28T04:55:42.153Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2361 | 2024-01-28T04:55:42.157Z | + cd / |
2362 | 2024-01-28T04:55:42.157Z | + rm -rf /tmp/tmp.P0aWJh |
2363 | 2024-01-28T04:55:42.199Z | |
2364 | 2024-01-28T04:55:42.202Z | real 12.846833391 |
2365 | 2024-01-28T04:55:42.203Z | user 11.809457583 |
2366 | 2024-01-28T04:55:42.203Z | sys 0.988857769 |
2367 | 2024-01-28T04:55:42.203Z | trap 0.002440523 |
2368 | 2024-01-28T04:55:42.203Z | tflt 0.000000000 |
2369 | 2024-01-28T04:55:42.203Z | dflt 0.000000000 |
2370 | 2024-01-28T04:55:42.203Z | kflt 0.000000000 |
2371 | 2024-01-28T04:55:42.203Z | lock 0.000000000 |
2372 | 2024-01-28T04:55:42.203Z | slp 24.815833061 |
2373 | 2024-01-28T04:55:42.203Z | lat 0.377014869 |
2374 | 2024-01-28T04:55:42.204Z | stop 0.000324653 |
2375 | 2024-01-28T04:55:42.204Z | + mkdir -p /work/zones |
2376 | 2024-01-28T04:55:42.207Z | + 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) |
2377 | 2024-01-28T04:55:42.207Z | + 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/ |
2378 | 2024-01-28T04:55:46.289Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2379 | 2024-01-28T04:55:47.469Z | Finished release [optimized] target(s) in 1.09s |
2380 | 2024-01-28T04:55:47.498Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2381 | 2024-01-28T04:55:47.538Z | Created new build target 'recovery' and set it as active |
2382 | 2024-01-28T04:55:47.542Z | |
2383 | 2024-01-28T04:55:47.542Z | real 1.248100030 |
2384 | 2024-01-28T04:55:47.542Z | user 0.882932608 |
2385 | 2024-01-28T04:55:47.542Z | sys 0.362653425 |
2386 | 2024-01-28T04:55:47.543Z | trap 0.001412931 |
2387 | 2024-01-28T04:55:47.543Z | tflt 0.000022238 |
2388 | 2024-01-28T04:55:47.543Z | dflt 0.000041534 |
2389 | 2024-01-28T04:55:47.543Z | kflt 0.000000000 |
2390 | 2024-01-28T04:55:47.543Z | lock 0.036268874 |
2391 | 2024-01-28T04:55:47.543Z | slp 0.021913798 |
2392 | 2024-01-28T04:55:47.543Z | lat 0.004137152 |
2393 | 2024-01-28T04:55:47.543Z | stop 0.000211141 |
2394 | 2024-01-28T04:55:47.546Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2395 | 2024-01-28T04:55:48.702Z | Finished release [optimized] target(s) in 1.07s |
2396 | 2024-01-28T04:55:48.728Z | Running `target/release/omicron-package -t recovery package` |
2397 | 2024-01-28T04:55:48.770Z | Jan 28 04:55:48.089 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2398 | 2024-01-28T04:55:49.775Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2399 | 2024-01-28T04:55:53.786Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2400 | 2024-01-28T04:56:25.823Z | Finished release [optimized] target(s) in 36.97s |
2401 | 2024-01-28T04:56:34.261Z | |
2402 | 2024-01-28T04:56:34.264Z | real 46.714171851 |
2403 | 2024-01-28T04:56:34.265Z | user 2:44.193938853 |
2404 | 2024-01-28T04:56:34.265Z | sys 11.754940145 |
2405 | 2024-01-28T04:56:34.265Z | trap 0.067729745 |
2406 | 2024-01-28T04:56:34.265Z | tflt 0.165629828 |
2407 | 2024-01-28T04:56:34.265Z | dflt 1.023720376 |
2408 | 2024-01-28T04:56:34.266Z | kflt 0.000000000 |
2409 | 2024-01-28T04:56:34.266Z | lock 10:19.510085370 |
2410 | 2024-01-28T04:56:34.266Z | slp 2:30.263450665 |
2411 | 2024-01-28T04:56:34.266Z | lat 1.750109464 |
2412 | 2024-01-28T04:56:34.266Z | stop 0.196441270 |
2413 | 2024-01-28T04:56:34.266Z | + stamp_packages installinator mg-ddm-gz |
2414 | 2024-01-28T04:56:34.267Z | + for package in "$@" |
2415 | 2024-01-28T04:56:34.267Z | + [[ installinator == mg-ddm-gz ]] |
2416 | 2024-01-28T04:56:34.267Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git301f95eddc6 |
2417 | 2024-01-28T04:56:35.364Z | Finished release [optimized] target(s) in 1.02s |
2418 | 2024-01-28T04:56:35.390Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git301f95eddc6` |
2419 | 2024-01-28T04:56:35.429Z | Jan 28 04:56:34.751 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2420 | 2024-01-28T04:56:35.568Z | Created: out/versioned/installinator.tar |
2421 | 2024-01-28T04:56:35.571Z | + for package in "$@" |
2422 | 2024-01-28T04:56:35.571Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2423 | 2024-01-28T04:56:35.572Z | + echo 0.0.0 |
2424 | 2024-01-28T04:56:35.575Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2425 | 2024-01-28T04:56:35.575Z | a VERSION 1K |
2426 | 2024-01-28T04:56:35.578Z | + rm VERSION |
2427 | 2024-01-28T04:56:35.578Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git301f95eddc6 |
2428 | 2024-01-28T04:56:36.658Z | Finished release [optimized] target(s) in 1.00s |
2429 | 2024-01-28T04:56:36.690Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git301f95eddc6` |
2430 | 2024-01-28T04:56:36.730Z | Jan 28 04:56:36.052 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2431 | 2024-01-28T04:56:36.907Z | Created: out/versioned/mg-ddm-gz.tar |
2432 | 2024-01-28T04:56:36.910Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2433 | 2024-01-28T04:56:36.921Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2434 | 2024-01-28T04:56:36.924Z | ++ cd -- ./tools |
2435 | 2024-01-28T04:56:36.924Z | ++ pwd |
2436 | 2024-01-28T04:56:36.924Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2437 | 2024-01-28T04:56:36.931Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2438 | 2024-01-28T04:56:36.931Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2439 | 2024-01-28T04:56:36.931Z | ++ readlink -f /work |
2440 | 2024-01-28T04:56:36.931Z | + out_dir=/work |
2441 | 2024-01-28T04:56:36.931Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2442 | 2024-01-28T04:56:36.931Z | + for dep in "${deps[@]}" |
2443 | 2024-01-28T04:56:36.931Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2444 | 2024-01-28T04:56:36.931Z | + for dep in "${deps[@]}" |
2445 | 2024-01-28T04:56:36.931Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2446 | 2024-01-28T04:56:36.934Z | ++ mktemp -d |
2447 | 2024-01-28T04:56:36.934Z | + tmp_trampoline=/tmp/tmp.FsayOh |
2448 | 2024-01-28T04:56:36.934Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2449 | 2024-01-28T04:56:36.934Z | + echo '{"v":"1","t":"layer"}' |
2450 | 2024-01-28T04:56:36.934Z | + pkg_dir=/tmp/tmp.FsayOh/root/opt/oxide/installinator |
2451 | 2024-01-28T04:56:36.934Z | + mkdir -p /tmp/tmp.FsayOh/root/opt/oxide/installinator |
2452 | 2024-01-28T04:56:36.937Z | + cd /tmp/tmp.FsayOh/root/opt/oxide/installinator |
2453 | 2024-01-28T04:56:36.938Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2454 | 2024-01-28T04:56:36.993Z | x ., 0 bytes, 0 tape blocks |
2455 | 2024-01-28T04:56:36.993Z | x installinator, 54600248 bytes, 106642 tape blocks |
2456 | 2024-01-28T04:56:36.993Z | x pkg, 0 bytes, 0 tape blocks |
2457 | 2024-01-28T04:56:36.994Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2458 | 2024-01-28T04:56:36.994Z | x VERSION, 25 bytes, 1 tape blocks |
2459 | 2024-01-28T04:56:36.996Z | + mkdir -p /tmp/tmp.FsayOh/root/lib/svc/manifest/site/ |
2460 | 2024-01-28T04:56:36.996Z | + mv pkg/manifest.xml /tmp/tmp.FsayOh/root/lib/svc/manifest/site/installinator.xml |
2461 | 2024-01-28T04:56:36.999Z | + cd - |
2462 | 2024-01-28T04:56:36.999Z | /work/oxidecomputer/omicron |
2463 | 2024-01-28T04:56:36.999Z | + pkg_dir=/tmp/tmp.FsayOh/root/opt/oxide/mg-ddm |
2464 | 2024-01-28T04:56:36.999Z | + mkdir -p /tmp/tmp.FsayOh/root/opt/oxide/mg-ddm |
2465 | 2024-01-28T04:56:37.002Z | + cd /tmp/tmp.FsayOh/root/opt/oxide/mg-ddm |
2466 | 2024-01-28T04:56:37.002Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2467 | 2024-01-28T04:56:37.069Z | x ., 0 bytes, 0 tape blocks |
2468 | 2024-01-28T04:56:37.069Z | x ddmadm, 33100776 bytes, 64650 tape blocks |
2469 | 2024-01-28T04:56:37.069Z | x ddmd, 29949640 bytes, 58496 tape blocks |
2470 | 2024-01-28T04:56:37.069Z | x pkg, 0 bytes, 0 tape blocks |
2471 | 2024-01-28T04:56:37.069Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2472 | 2024-01-28T04:56:37.069Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2473 | 2024-01-28T04:56:37.069Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2474 | 2024-01-28T04:56:37.070Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2475 | 2024-01-28T04:56:37.070Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2476 | 2024-01-28T04:56:37.070Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2477 | 2024-01-28T04:56:37.070Z | x VERSION, 25 bytes, 1 tape blocks |
2478 | 2024-01-28T04:56:37.076Z | + cd - |
2479 | 2024-01-28T04:56:37.077Z | /work/oxidecomputer/omicron |
2480 | 2024-01-28T04:56:37.077Z | + cd /tmp/tmp.FsayOh |
2481 | 2024-01-28T04:56:37.077Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2482 | 2024-01-28T04:56:43.173Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2483 | 2024-01-28T04:56:43.173Z | a oxide.json 1K |
2484 | 2024-01-28T04:56:43.173Z | a root/ 0K |
2485 | 2024-01-28T04:56:43.173Z | a root/opt/ 0K |
2486 | 2024-01-28T04:56:43.173Z | a root/opt/oxide/ 0K |
2487 | 2024-01-28T04:56:43.173Z | a root/opt/oxide/installinator/ 0K |
2488 | 2024-01-28T04:56:43.174Z | a root/opt/oxide/installinator/installinator 53321K |
2489 | 2024-01-28T04:56:43.174Z | a root/opt/oxide/installinator/pkg/ 0K |
2490 | 2024-01-28T04:56:43.174Z | a root/opt/oxide/installinator/VERSION 1K |
2491 | 2024-01-28T04:56:43.174Z | a root/opt/oxide/mg-ddm/ 0K |
2492 | 2024-01-28T04:56:43.174Z | a root/opt/oxide/mg-ddm/ddmadm 32325K |
2493 | 2024-01-28T04:56:43.174Z | a root/opt/oxide/mg-ddm/ddmd 29248K |
2494 | 2024-01-28T04:56:43.174Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2495 | 2024-01-28T04:56:43.175Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2496 | 2024-01-28T04:56:43.175Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2497 | 2024-01-28T04:56:43.175Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2498 | 2024-01-28T04:56:43.175Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2499 | 2024-01-28T04:56:43.175Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2500 | 2024-01-28T04:56:43.175Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2501 | 2024-01-28T04:56:43.175Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2502 | 2024-01-28T04:56:43.175Z | a root/lib/ 0K |
2503 | 2024-01-28T04:56:43.175Z | a root/lib/svc/ 0K |
2504 | 2024-01-28T04:56:43.175Z | a root/lib/svc/manifest/ 0K |
2505 | 2024-01-28T04:56:43.176Z | a root/lib/svc/manifest/site/ 0K |
2506 | 2024-01-28T04:56:43.176Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2507 | 2024-01-28T04:56:43.179Z | + cd / |
2508 | 2024-01-28T04:56:43.179Z | + rm -rf /tmp/tmp.FsayOh |
2509 | 2024-01-28T04:56:43.196Z | |
2510 | 2024-01-28T04:56:43.199Z | real 6.283326743 |
2511 | 2024-01-28T04:56:43.199Z | user 5.897481519 |
2512 | 2024-01-28T04:56:43.199Z | sys 0.412188317 |
2513 | 2024-01-28T04:56:43.199Z | trap 0.002450216 |
2514 | 2024-01-28T04:56:43.199Z | tflt 0.000000000 |
2515 | 2024-01-28T04:56:43.199Z | dflt 0.000000000 |
2516 | 2024-01-28T04:56:43.201Z | kflt 0.000000000 |
2517 | 2024-01-28T04:56:43.201Z | lock 0.000000000 |
2518 | 2024-01-28T04:56:43.201Z | slp 12.162198299 |
2519 | 2024-01-28T04:56:43.201Z | lat 0.179832897 |
2520 | 2024-01-28T04:56:43.201Z | stop 0.000289952 |
2521 | 2024-01-28T04:56:43.201Z | process exited: duration 2427960 ms, exit code 0 |
|
2522 | 2024-01-28T04:56:43.215Z | found 21 output files |
2523 | 2024-01-28T04:56:43.215Z | uploading: /work/version.txt (26 bytes) |
2524 | 2024-01-28T04:56:44.224Z | uploaded: /work/version.txt |
2525 | 2024-01-28T04:56:44.224Z | uploading: /work/package.tar.gz (85935606 bytes) |
2526 | 2024-01-28T04:57:05.057Z | uploaded: /work/package.tar.gz |
2527 | 2024-01-28T04:57:05.057Z | uploading: /work/global-zone-packages.tar.gz (126373324 bytes) |
2528 | 2024-01-28T04:57:36.355Z | uploaded: /work/global-zone-packages.tar.gz |
2529 | 2024-01-28T04:57:36.355Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37198502 bytes) |
2530 | 2024-01-28T04:57:46.437Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2531 | 2024-01-28T04:57:46.437Z | uploading: /work/zones/clickhouse.tar.gz (193994422 bytes) |
2532 | 2024-01-28T04:58:36.575Z | uploaded: /work/zones/clickhouse.tar.gz |
2533 | 2024-01-28T04:58:36.575Z | uploading: /work/zones/clickhouse_keeper.tar.gz (193982428 bytes) |
2534 | 2024-01-28T04:59:34.444Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2535 | 2024-01-28T04:59:34.445Z | uploading: /work/zones/cockroachdb.tar.gz (131077167 bytes) |
2536 | 2024-01-28T05:00:08.384Z | uploaded: /work/zones/cockroachdb.tar.gz |
2537 | 2024-01-28T05:00:08.384Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2538 | 2024-01-28T05:00:13.961Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2539 | 2024-01-28T05:00:13.961Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2540 | 2024-01-28T05:00:22.701Z | uploaded: /work/zones/crucible.tar.gz |
2541 | 2024-01-28T05:00:22.702Z | uploading: /work/zones/external-dns.tar.gz (23584735 bytes) |
2542 | 2024-01-28T05:00:28.193Z | uploaded: /work/zones/external-dns.tar.gz |
2543 | 2024-01-28T05:00:28.193Z | uploading: /work/zones/internal-dns.tar.gz (23584734 bytes) |
2544 | 2024-01-28T05:00:35.747Z | uploaded: /work/zones/internal-dns.tar.gz |
2545 | 2024-01-28T05:00:35.748Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2546 | 2024-01-28T05:00:36.756Z | uploaded: /work/zones/ntp.tar.gz |
2547 | 2024-01-28T05:00:36.757Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19315295 bytes) |
2548 | 2024-01-28T05:00:42.077Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2549 | 2024-01-28T05:00:42.077Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19316407 bytes) |
2550 | 2024-01-28T05:00:49.022Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2551 | 2024-01-28T05:00:49.032Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (86563481 bytes) |
2552 | 2024-01-28T05:01:13.360Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2553 | 2024-01-28T05:01:13.360Z | uploading: /work/zones/omicron-nexus.tar.gz (86561469 bytes) |
2554 | 2024-01-28T05:01:36.848Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2555 | 2024-01-28T05:01:36.848Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2556 | 2024-01-28T05:01:37.864Z | uploaded: /work/zones/overlay.tar.gz |
2557 | 2024-01-28T05:01:37.864Z | uploading: /work/zones/oximeter.tar.gz (55143135 bytes) |
2558 | 2024-01-28T05:01:51.369Z | uploaded: /work/zones/oximeter.tar.gz |
2559 | 2024-01-28T05:01:51.369Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2560 | 2024-01-28T05:02:06.602Z | uploaded: /work/zones/propolis-server.tar.gz |
2561 | 2024-01-28T05:02:06.602Z | uploading: /work/zones/switch-asic.tar.gz (283850252 bytes) |
2562 | 2024-01-28T05:03:30.292Z | uploaded: /work/zones/switch-asic.tar.gz |
2563 | 2024-01-28T05:03:30.292Z | uploading: /work/zones/switch-softnpu.tar.gz (207874915 bytes) |
2564 | 2024-01-28T05:04:24.541Z | uploaded: /work/zones/switch-softnpu.tar.gz |