|
|
|
1 | 2024-02-10T00:08:59.774Z | job assigned to worker 01HP85F3KHCPJ99HGESGG45CPW (queued for 1 m 11 s) |
|
2 | 2024-02-10T00:08:59.998Z | starting task 0: "setup" |
3 | 2024-02-10T00:09:00.088Z | ++ uname -s |
4 | 2024-02-10T00:09:00.093Z | + kern=SunOS |
5 | 2024-02-10T00:09:00.093Z | + case "$kern" in |
6 | 2024-02-10T00:09:00.093Z | + groupadd -g 12345 build |
7 | 2024-02-10T00:09:00.097Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-10T00:09:02.104Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-10T00:09:02.201Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-10T00:09:02.206Z | + home_fs=zfs |
11 | 2024-02-10T00:09:02.206Z | + [[ zfs == autofs ]] |
12 | 2024-02-10T00:09:02.206Z | + mkdir -p /home/build |
13 | 2024-02-10T00:09:02.207Z | + chown build:build /home/build /work |
14 | 2024-02-10T00:09:04.217Z | + chmod 0700 /home/build /work |
15 | 2024-02-10T00:09:04.656Z | process exited: duration 4211 ms, exit code 0 |
|
16 | 2024-02-10T00:09:04.679Z | starting task 1: "rust-toolchain" |
17 | 2024-02-10T00:09:04.689Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-10T00:09:04.689Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-10T00:09:04.802Z | info: downloading installer |
20 | 2024-02-10T00:09:06.437Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-10T00:09:06.437Z | warning: /opt/ooce/bin |
22 | 2024-02-10T00:09:06.437Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-10T00:09:06.437Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-10T00:09:06.437Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-10T00:09:06.437Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-10T00:09:06.437Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-10T00:09:06.440Z | error: cannot install while Rust is installed |
28 | 2024-02-10T00:09:06.440Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-10T00:09:06.556Z | info: profile set to 'default' |
30 | 2024-02-10T00:09:06.556Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-10T00:09:06.569Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-10T00:09:06.736Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-10T00:09:06.736Z | info: downloading component 'cargo' |
34 | 2024-02-10T00:09:07.447Z | info: downloading component 'clippy' |
35 | 2024-02-10T00:09:07.709Z | info: downloading component 'rust-docs' |
36 | 2024-02-10T00:09:08.624Z | info: downloading component 'rust-std' |
37 | 2024-02-10T00:09:10.279Z | info: downloading component 'rustc' |
38 | 2024-02-10T00:09:14.116Z | info: downloading component 'rustfmt' |
39 | 2024-02-10T00:09:14.348Z | info: installing component 'cargo' |
40 | 2024-02-10T00:09:15.232Z | info: installing component 'clippy' |
41 | 2024-02-10T00:09:15.630Z | info: installing component 'rust-docs' |
42 | 2024-02-10T00:09:17.153Z | info: installing component 'rust-std' |
43 | 2024-02-10T00:09:19.033Z | info: installing component 'rustc' |
44 | 2024-02-10T00:09:23.108Z | info: installing component 'rustfmt' |
45 | 2024-02-10T00:09:23.471Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-10T00:09:23.471Z | |
47 | 2024-02-10T00:09:23.704Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-10T00:09:23.704Z | |
49 | 2024-02-10T00:09:23.707Z | |
50 | 2024-02-10T00:09:23.707Z | Rust is installed now. Great! |
51 | 2024-02-10T00:09:23.707Z | |
52 | 2024-02-10T00:09:23.707Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-10T00:09:23.707Z | environment variable. This has not been done automatically. |
54 | 2024-02-10T00:09:23.707Z | |
55 | 2024-02-10T00:09:23.708Z | To configure your current shell, run: |
56 | 2024-02-10T00:09:23.708Z | source "$HOME/.cargo/env" |
57 | 2024-02-10T00:09:23.756Z | + rustc --version |
58 | 2024-02-10T00:09:23.822Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-10T00:09:23.830Z | process exited: duration 19147 ms, exit code 0 |
|
60 | 2024-02-10T00:09:23.837Z | starting task 2: "authentication" |
61 | 2024-02-10T00:09:23.861Z | process exited: duration 22 ms, exit code 0 |
|
62 | 2024-02-10T00:09:23.871Z | starting task 3: "clone repository" |
63 | 2024-02-10T00:09:23.876Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-10T00:09:23.883Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-10T00:09:24.094Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-10T00:09:29.152Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-10T00:09:29.164Z | + git fetch origin 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
68 | 2024-02-10T00:09:29.451Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-10T00:09:29.452Z | * branch 3ac1010b32ad2df3fc64e347b2500d4660dd5894 -> FETCH_HEAD |
70 | 2024-02-10T00:09:29.457Z | + [[ -n dendrite-integration ]] |
71 | 2024-02-10T00:09:29.462Z | ++ git branch --show-current |
72 | 2024-02-10T00:09:29.462Z | + current=main |
73 | 2024-02-10T00:09:29.462Z | + [[ main != dendrite-integration ]] |
74 | 2024-02-10T00:09:29.462Z | + git branch -f dendrite-integration 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
75 | 2024-02-10T00:09:29.472Z | + git checkout -f dendrite-integration |
76 | 2024-02-10T00:09:29.575Z | Switched to branch 'dendrite-integration' |
77 | 2024-02-10T00:09:29.579Z | + git reset --hard 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
78 | 2024-02-10T00:09:29.585Z | HEAD is now at 3ac1010b3 Update with latest version |
79 | 2024-02-10T00:09:29.589Z | process exited: duration 5715 ms, exit code 0 |
|
80 | 2024-02-10T00:09:29.600Z | starting task 4: "build" |
81 | 2024-02-10T00:09:29.604Z | + cargo --version |
82 | 2024-02-10T00:09:29.609Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-10T00:09:29.831Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-10T00:09:29.845Z | info: downloading component 'cargo' |
85 | 2024-02-10T00:09:31.139Z | info: downloading component 'clippy' |
86 | 2024-02-10T00:09:31.587Z | info: downloading component 'rust-docs' |
87 | 2024-02-10T00:09:33.182Z | info: downloading component 'rust-std' |
88 | 2024-02-10T00:09:35.075Z | info: downloading component 'rustc' |
89 | 2024-02-10T00:09:40.155Z | info: downloading component 'rustfmt' |
90 | 2024-02-10T00:09:40.440Z | info: installing component 'cargo' |
91 | 2024-02-10T00:09:41.303Z | info: installing component 'clippy' |
92 | 2024-02-10T00:09:42.065Z | info: installing component 'rust-docs' |
93 | 2024-02-10T00:09:43.203Z | info: installing component 'rust-std' |
94 | 2024-02-10T00:09:44.875Z | info: installing component 'rustc' |
95 | 2024-02-10T00:09:48.815Z | info: installing component 'rustfmt' |
96 | 2024-02-10T00:09:49.205Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-10T00:09:49.210Z | + rustc --version |
98 | 2024-02-10T00:09:49.328Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-10T00:09:49.333Z | ++ git rev-parse HEAD |
100 | 2024-02-10T00:09:49.333Z | + COMMIT=3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
101 | 2024-02-10T00:09:49.334Z | + VERSION=6.0.0-0.ci+git3ac1010b32a |
102 | 2024-02-10T00:09:49.334Z | + echo 6.0.0-0.ci+git3ac1010b32a |
103 | 2024-02-10T00:09:49.334Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-10T00:09:57.700Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-10T00:09:58.873Z | Startup: Caching catalogs ... Done |
106 | 2024-02-10T00:10:00.031Z | Planning: Solver setup ... Done (0.835s) |
107 | 2024-02-10T00:10:00.050Z | Planning: Running solver ... Done (0.018s) |
108 | 2024-02-10T00:10:00.218Z | Planning: Finding local manifests ... Done (0.151s) |
109 | 2024-02-10T00:10:00.233Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-10T00:10:00.439Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-10T00:10:00.487Z | Planning: Package planning ... Done (0.048s) |
112 | 2024-02-10T00:10:00.538Z | Planning: Merging actions ... Done (0.051s) |
113 | 2024-02-10T00:10:01.377Z | Planning: Checking for conflicting actions ... Done (0.833s) |
114 | 2024-02-10T00:10:01.383Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-10T00:10:04.848Z | Planning: Evaluating mediators ... Done (3.464s) |
116 | 2024-02-10T00:10:04.858Z | Planning: Planning completed in 5.93 seconds |
117 | 2024-02-10T00:10:04.873Z | Packages to install: 4 |
118 | 2024-02-10T00:10:04.873Z | Mediators to change: 2 |
119 | 2024-02-10T00:10:04.878Z | Services to change: 1 |
120 | 2024-02-10T00:10:04.878Z | Estimated space available: 148.87 GB |
121 | 2024-02-10T00:10:04.878Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-10T00:10:04.878Z | Create boot environment: No |
123 | 2024-02-10T00:10:04.878Z | Create backup boot environment: No |
124 | 2024-02-10T00:10:04.878Z | Rebuild boot archive: No |
125 | 2024-02-10T00:10:04.879Z | |
126 | 2024-02-10T00:10:04.879Z | Changed mediators: |
127 | 2024-02-10T00:10:04.879Z | mediator clang: |
128 | 2024-02-10T00:10:04.879Z | version: None -> 15 (system default) |
129 | 2024-02-10T00:10:04.879Z | |
130 | 2024-02-10T00:10:04.879Z | mediator llvm: |
131 | 2024-02-10T00:10:04.879Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-10T00:10:04.879Z | |
133 | 2024-02-10T00:10:04.879Z | Changed packages: |
134 | 2024-02-10T00:10:04.880Z | helios-dev |
135 | 2024-02-10T00:10:04.880Z | developer/build-essential |
136 | 2024-02-10T00:10:04.880Z | None -> 11-2.0 |
137 | 2024-02-10T00:10:04.880Z | library/libxmlsec1 |
138 | 2024-02-10T00:10:04.880Z | None -> 1.2.35-2.0 |
139 | 2024-02-10T00:10:04.880Z | ooce/developer/clang-15 |
140 | 2024-02-10T00:10:04.880Z | None -> 15.0.7-2.0 |
141 | 2024-02-10T00:10:04.880Z | ooce/developer/llvm-15 |
142 | 2024-02-10T00:10:04.881Z | None -> 15.0.7-2.0 |
143 | 2024-02-10T00:10:04.881Z | |
144 | 2024-02-10T00:10:04.881Z | Services: |
145 | 2024-02-10T00:10:04.881Z | restart_fmri: |
146 | 2024-02-10T00:10:04.881Z | svc:/system/update-man-index:default |
147 | 2024-02-10T00:10:05.178Z | |
148 | 2024-02-10T00:10:05.178Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-10T00:10:11.281Z | Download: 205/3290 items 1.3/212.6MB 0% complete (413k/s) |
150 | 2024-02-10T00:10:16.293Z | Download: 1189/3290 items 58.7/212.6MB 27% complete (5.8M/s) |
151 | 2024-02-10T00:10:21.283Z | Download: 1216/3290 items 85.8/212.6MB 40% complete (8.4M/s) |
152 | 2024-02-10T00:10:26.378Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.9M/s) |
153 | 2024-02-10T00:10:31.277Z | Download: Completed 212.60 MB in 26.11 seconds (8.1M/s) |
154 | 2024-02-10T00:10:31.634Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-02-10T00:10:36.745Z | Actions: 3547/3689 actions (Installing new actions) |
156 | 2024-02-10T00:10:36.939Z | Actions: Completed 3689 actions in 5.30 seconds. |
157 | 2024-02-10T00:10:37.102Z | Done (0.158s) |
158 | 2024-02-10T00:10:37.103Z | Done (0.000s) |
159 | 2024-02-10T00:10:37.312Z | Done (0.207s) |
160 | 2024-02-10T00:10:43.172Z | Done (5.743s) |
161 | 2024-02-10T00:10:43.451Z | Done (0.208s) |
162 | 2024-02-10T00:10:43.456Z | Done (0.000s) |
163 | 2024-02-10T00:10:43.638Z | Done (0.000s) |
164 | 2024-02-10T00:10:44.150Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-02-10T00:10:44.313Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-02-10T00:10:44.318Z | Planning: Consolidating action changes ... Done |
167 | 2024-02-10T00:10:44.622Z | Planning: Evaluating mediators ... Done |
168 | 2024-02-10T00:10:44.626Z | Planning: Planning completed in 0.47 seconds |
169 | 2024-02-10T00:10:44.658Z | Mediators to change: 2 |
170 | 2024-02-10T00:10:44.658Z | Create boot environment: No |
171 | 2024-02-10T00:10:44.662Z | Create backup boot environment: No |
172 | 2024-02-10T00:10:44.732Z | Done |
173 | 2024-02-10T00:10:44.732Z | Done |
174 | 2024-02-10T00:10:44.861Z | Done |
175 | 2024-02-10T00:10:48.750Z | Done |
176 | 2024-02-10T00:10:48.839Z | Done |
177 | 2024-02-10T00:10:48.844Z | Done |
178 | 2024-02-10T00:10:48.951Z | Done |
179 | 2024-02-10T00:10:49.624Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-02-10T00:10:49.629Z | Planning: Merging actions ... Done |
181 | 2024-02-10T00:10:49.819Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-02-10T00:10:49.825Z | Planning: Consolidating action changes ... Done |
183 | 2024-02-10T00:10:50.091Z | Planning: Evaluating mediators ... Done |
184 | 2024-02-10T00:10:50.149Z | Planning: Planning completed in 0.82 seconds |
185 | 2024-02-10T00:10:50.186Z | Packages to change: 1 |
186 | 2024-02-10T00:10:50.191Z | Mediators to change: 1 |
187 | 2024-02-10T00:10:50.192Z | Services to change: 1 |
188 | 2024-02-10T00:10:50.192Z | Create boot environment: No |
189 | 2024-02-10T00:10:50.192Z | Create backup boot environment: Yes |
190 | 2024-02-10T00:10:52.034Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-02-10T00:10:52.065Z | Actions: Completed 6 actions in 0.03 seconds. |
192 | 2024-02-10T00:10:52.069Z | Done |
193 | 2024-02-10T00:10:52.069Z | Done |
194 | 2024-02-10T00:10:52.112Z | Done |
195 | 2024-02-10T00:10:55.792Z | Done |
196 | 2024-02-10T00:10:55.877Z | Done |
197 | 2024-02-10T00:10:55.881Z | Done |
198 | 2024-02-10T00:10:55.991Z | Done |
199 | 2024-02-10T00:10:56.444Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-02-10T00:10:56.444Z | clang system 15 system |
201 | 2024-02-10T00:10:56.444Z | csh system system illumos |
202 | 2024-02-10T00:10:56.444Z | ctags system system illumos |
203 | 2024-02-10T00:10:56.444Z | gcc vendor 12 vendor |
204 | 2024-02-10T00:10:56.444Z | gcc system 10 system |
205 | 2024-02-10T00:10:56.444Z | gcc system 7 system |
206 | 2024-02-10T00:10:56.444Z | go system 1.20 system |
207 | 2024-02-10T00:10:56.444Z | go system 1.19 system |
208 | 2024-02-10T00:10:56.444Z | llvm system 15 system |
209 | 2024-02-10T00:10:56.444Z | llvm system 14 system |
210 | 2024-02-10T00:10:56.445Z | mariadb system 10.6 system |
211 | 2024-02-10T00:10:56.445Z | mta vendor vendor dma |
212 | 2024-02-10T00:10:56.445Z | openjdk system 17 system |
213 | 2024-02-10T00:10:56.445Z | openjdk system 11 system |
214 | 2024-02-10T00:10:56.445Z | openjdk system 1.8 system |
215 | 2024-02-10T00:10:56.445Z | openssl vendor 3 vendor |
216 | 2024-02-10T00:10:56.445Z | perl system 5.36 system |
217 | 2024-02-10T00:10:56.445Z | postgresql system 15 system |
218 | 2024-02-10T00:10:56.445Z | postgresql system 13 system |
219 | 2024-02-10T00:10:56.445Z | python vendor 3 vendor |
220 | 2024-02-10T00:10:56.445Z | python system 2 system |
221 | 2024-02-10T00:10:56.445Z | python3 system 3.11 system |
222 | 2024-02-10T00:10:56.445Z | ruby system 3.0 system |
223 | 2024-02-10T00:10:56.446Z | words vendor vendor american-english |
224 | 2024-02-10T00:10:56.446Z | words system system australian-english |
225 | 2024-02-10T00:10:56.446Z | words system system british-english |
226 | 2024-02-10T00:10:56.446Z | words system system canadian-english |
227 | 2024-02-10T00:10:56.446Z | words system system french |
228 | 2024-02-10T00:10:56.446Z | words system system italian |
229 | 2024-02-10T00:10:56.446Z | words system system ngerman |
230 | 2024-02-10T00:10:56.446Z | words system system ogerman |
231 | 2024-02-10T00:10:56.446Z | words system system spanish |
232 | 2024-02-10T00:10:56.781Z | FMRI IFO |
233 | 2024-02-10T00:10:56.781Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-02-10T00:10:56.781Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-02-10T00:10:56.781Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-02-10T00:10:56.781Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-02-10T00:10:56.781Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-02-10T00:10:56.782Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-02-10T00:10:56.782Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-02-10T00:10:56.782Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-02-10T00:10:56.829Z | + set -o errexit |
242 | 2024-02-10T00:10:56.832Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-02-10T00:10:56.835Z | ++ cd ./tools |
244 | 2024-02-10T00:10:56.835Z | ++ pwd |
245 | 2024-02-10T00:10:56.836Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-02-10T00:10:56.836Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-02-10T00:10:56.836Z | + ARG0=ci_download_cockroachdb |
248 | 2024-02-10T00:10:56.840Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-02-10T00:10:56.840Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-02-10T00:10:56.840Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-02-10T00:10:56.840Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
252 | 2024-02-10T00:10:56.840Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
253 | 2024-02-10T00:10:56.840Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
254 | 2024-02-10T00:10:56.840Z | + TARGET_DIR=out |
255 | 2024-02-10T00:10:56.840Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-02-10T00:10:56.840Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-02-10T00:10:56.840Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-02-10T00:10:56.840Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-02-10T00:10:56.840Z | + main |
260 | 2024-02-10T00:10:56.840Z | + [[ 0 != 0 ]] |
261 | 2024-02-10T00:10:56.841Z | + CIDL_OS=solaris2.11 |
262 | 2024-02-10T00:10:56.841Z | + [[ 0 != 0 ]] |
263 | 2024-02-10T00:10:56.841Z | + configure_os solaris2.11 |
264 | 2024-02-10T00:10:56.841Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-02-10T00:10:56.841Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-10T00:10:56.841Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-02-10T00:10:56.841Z | configuring based on OS: "solaris2.11" |
268 | 2024-02-10T00:10:56.841Z | + case "$1" in |
269 | 2024-02-10T00:10:56.841Z | + CIDL_BUILD=illumos |
270 | 2024-02-10T00:10:56.841Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-02-10T00:10:56.841Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-02-10T00:10:56.841Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-02-10T00:10:56.842Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-02-10T00:10:56.842Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-02-10T00:10:56.842Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-10T00:10:56.842Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-10T00:10:56.842Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-02-10T00:10:56.842Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-10T00:10:56.842Z | + CIDL_SHA256FUNC=do_sha256sum |
280 | 2024-02-10T00:10:56.842Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-10T00:10:56.842Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-10T00:10:56.842Z | + mkdir -p out/downloads |
283 | 2024-02-10T00:10:56.842Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-10T00:10:56.842Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2024-02-10T00:10:56.846Z | + mkdir -p ./out/cockroachdb |
286 | 2024-02-10T00:10:56.846Z | + local DO_DOWNLOAD=true |
287 | 2024-02-10T00:10:56.846Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-02-10T00:10:56.846Z | + '[' true == true ']' |
289 | 2024-02-10T00:10:56.846Z | + echo Downloading... |
290 | 2024-02-10T00:10:56.847Z | Downloading... |
291 | 2024-02-10T00:10:56.847Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-10T00:10:56.847Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-10T00:11:01.271Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-10T00:11:01.275Z | ++ sha256sum |
295 | 2024-02-10T00:11:01.275Z | ++ awk '{print $1}' |
296 | 2024-02-10T00:11:01.417Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
297 | 2024-02-10T00:11:01.429Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
298 | 2024-02-10T00:11:01.429Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-10T00:11:01.430Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-02-10T00:11:03.569Z | + do_assemble_illumos |
301 | 2024-02-10T00:11:03.574Z | + rm -r ./out/cockroachdb |
302 | 2024-02-10T00:11:03.574Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-02-10T00:11:03.998Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-02-10T00:11:04.203Z | Build Tag: v22.1.9-dirty |
305 | 2024-02-10T00:11:04.203Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-02-10T00:11:04.203Z | Distribution: OSS |
307 | 2024-02-10T00:11:04.203Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-02-10T00:11:04.203Z | Go Version: go1.17.13 |
309 | 2024-02-10T00:11:04.203Z | C Compiler: gcc 10.3.0 |
310 | 2024-02-10T00:11:04.203Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-02-10T00:11:04.203Z | Build Type: release |
312 | 2024-02-10T00:11:04.241Z | + set -o errexit |
313 | 2024-02-10T00:11:04.273Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-02-10T00:11:04.273Z | ++ cd ./tools |
315 | 2024-02-10T00:11:04.273Z | ++ pwd |
316 | 2024-02-10T00:11:04.273Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-02-10T00:11:04.274Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-02-10T00:11:04.274Z | + ARG0=ci_download_clickhouse |
319 | 2024-02-10T00:11:04.274Z | + TARGET_DIR=out |
320 | 2024-02-10T00:11:04.274Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-02-10T00:11:04.274Z | + DEST_DIR=./out/clickhouse |
322 | 2024-02-10T00:11:04.274Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
323 | 2024-02-10T00:11:04.274Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2024-02-10T00:11:04.274Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2024-02-10T00:11:04.275Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2024-02-10T00:11:04.275Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2024-02-10T00:11:04.275Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2024-02-10T00:11:04.275Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2024-02-10T00:11:04.275Z | + main |
330 | 2024-02-10T00:11:04.275Z | + [[ 0 != 0 ]] |
331 | 2024-02-10T00:11:04.275Z | + CIDL_OS=solaris2.11 |
332 | 2024-02-10T00:11:04.275Z | + [[ 0 != 0 ]] |
333 | 2024-02-10T00:11:04.276Z | + configure_os solaris2.11 |
334 | 2024-02-10T00:11:04.276Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2024-02-10T00:11:04.276Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-02-10T00:11:04.276Z | current directory: /work/oxidecomputer/omicron |
337 | 2024-02-10T00:11:04.276Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-10T00:11:04.276Z | + CIDL_DASHREV= |
339 | 2024-02-10T00:11:04.276Z | + case "$1" in |
340 | 2024-02-10T00:11:04.276Z | + CIDL_PLATFORM=illumos |
341 | 2024-02-10T00:11:04.276Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2024-02-10T00:11:04.277Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2024-02-10T00:11:04.277Z | + CIDL_DASHREV=-1 |
344 | 2024-02-10T00:11:04.277Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2024-02-10T00:11:04.277Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-10T00:11:04.277Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-10T00:11:04.277Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-10T00:11:04.277Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-10T00:11:04.277Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-10T00:11:04.277Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-10T00:11:04.278Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-10T00:11:04.278Z | + mkdir -p out/downloads |
353 | 2024-02-10T00:11:04.278Z | + mkdir -p ./out/clickhouse |
354 | 2024-02-10T00:11:04.278Z | + local DO_DOWNLOAD=true |
355 | 2024-02-10T00:11:04.278Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2024-02-10T00:11:04.278Z | + '[' true == true ']' |
357 | 2024-02-10T00:11:04.278Z | + echo Downloading... |
358 | 2024-02-10T00:11:04.278Z | Downloading... |
359 | 2024-02-10T00:11:04.278Z | + 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 |
360 | 2024-02-10T00:11:04.278Z | + 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 |
361 | 2024-02-10T00:11:05.670Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-10T00:11:05.675Z | ++ md5sum |
363 | 2024-02-10T00:11:05.675Z | ++ awk '{print $1}' |
364 | 2024-02-10T00:11:05.853Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-02-10T00:11:05.853Z | + [[ 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 ]] |
366 | 2024-02-10T00:11:05.857Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2024-02-10T00:11:05.857Z | + mkdir -p ./out/clickhouse |
368 | 2024-02-10T00:11:05.857Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2024-02-10T00:11:08.988Z | + ./out/clickhouse/clickhouse server --version |
370 | 2024-02-10T00:11:09.027Z | ClickHouse server version 22.8.9.1. |
371 | 2024-02-10T00:11:09.041Z | + set -o errexit |
372 | 2024-02-10T00:11:09.045Z | +++ dirname ./tools/ci_download_console |
373 | 2024-02-10T00:11:09.045Z | ++ cd ./tools |
374 | 2024-02-10T00:11:09.045Z | ++ pwd |
375 | 2024-02-10T00:11:09.050Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2024-02-10T00:11:09.050Z | ++ basename ./tools/ci_download_console |
377 | 2024-02-10T00:11:09.050Z | + ARG0=ci_download_console |
378 | 2024-02-10T00:11:09.050Z | + TARGET_DIR=out |
379 | 2024-02-10T00:11:09.051Z | + DOWNLOAD_DIR=out/downloads |
380 | 2024-02-10T00:11:09.051Z | + DEST_DIR=./out/console-assets |
381 | 2024-02-10T00:11:09.051Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2024-02-10T00:11:09.051Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
383 | 2024-02-10T00:11:09.051Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
384 | 2024-02-10T00:11:09.051Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
385 | 2024-02-10T00:11:09.052Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2024-02-10T00:11:09.052Z | + main |
387 | 2024-02-10T00:11:09.052Z | + [[ 0 != 0 ]] |
388 | 2024-02-10T00:11:09.052Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
389 | 2024-02-10T00:11:09.052Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
390 | 2024-02-10T00:11:09.053Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2024-02-10T00:11:09.053Z | Local file: out/downloads/console.tar.gz |
392 | 2024-02-10T00:11:09.053Z | + local DO_DOWNLOAD=true |
393 | 2024-02-10T00:11:09.053Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2024-02-10T00:11:09.053Z | + mkdir -p out/downloads |
395 | 2024-02-10T00:11:09.058Z | + '[' true == true ']' |
396 | 2024-02-10T00:11:09.059Z | + echo Downloading... |
397 | 2024-02-10T00:11:09.059Z | Downloading... |
398 | 2024-02-10T00:11:09.059Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
399 | 2024-02-10T00:11:09.059Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
400 | 2024-02-10T00:11:09.643Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2024-02-10T00:11:09.647Z | ++ case "$OSTYPE" in |
402 | 2024-02-10T00:11:09.647Z | ++ SHA=sha256sum |
403 | 2024-02-10T00:11:09.647Z | ++ sha256sum |
404 | 2024-02-10T00:11:09.648Z | ++ awk '{print $1}' |
405 | 2024-02-10T00:11:09.652Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
406 | 2024-02-10T00:11:09.656Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
407 | 2024-02-10T00:11:09.656Z | + rm -rf ./out/console-assets |
408 | 2024-02-10T00:11:09.656Z | + mkdir -p ./out/console-assets |
409 | 2024-02-10T00:11:09.656Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2024-02-10T00:11:09.656Z | + mkdir -p ./out/console-assets |
411 | 2024-02-10T00:11:09.660Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2024-02-10T00:11:09.750Z | + set -o errexit |
413 | 2024-02-10T00:11:09.755Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2024-02-10T00:11:09.756Z | ++ cd ./tools |
415 | 2024-02-10T00:11:09.756Z | ++ pwd |
416 | 2024-02-10T00:11:09.756Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2024-02-10T00:11:09.761Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2024-02-10T00:11:09.761Z | + ARG0=ci_download_maghemite_openapi |
419 | 2024-02-10T00:11:09.762Z | + TARGET_DIR=out |
420 | 2024-02-10T00:11:09.762Z | + DOWNLOAD_DIR=out/downloads |
421 | 2024-02-10T00:11:09.762Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2024-02-10T00:11:09.762Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
423 | 2024-02-10T00:11:09.762Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
424 | 2024-02-10T00:11:09.762Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
425 | 2024-02-10T00:11:09.762Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
426 | 2024-02-10T00:11:09.762Z | + main |
427 | 2024-02-10T00:11:09.762Z | + [[ 0 != 0 ]] |
428 | 2024-02-10T00:11:09.762Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
429 | 2024-02-10T00:11:09.762Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
430 | 2024-02-10T00:11:09.763Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
431 | 2024-02-10T00:11:09.763Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
432 | 2024-02-10T00:11:09.763Z | + local DO_DOWNLOAD=true |
433 | 2024-02-10T00:11:09.763Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
434 | 2024-02-10T00:11:09.763Z | + mkdir -p out/downloads |
435 | 2024-02-10T00:11:09.763Z | + '[' true == true ']' |
436 | 2024-02-10T00:11:09.763Z | + echo Downloading... |
437 | 2024-02-10T00:11:09.763Z | Downloading... |
438 | 2024-02-10T00:11:09.763Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-10T00:11:09.763Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
440 | 2024-02-10T00:11:10.066Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
441 | 2024-02-10T00:11:10.071Z | ++ case "$OSTYPE" in |
442 | 2024-02-10T00:11:10.071Z | ++ SHA=sha256sum |
443 | 2024-02-10T00:11:10.071Z | ++ sha256sum |
444 | 2024-02-10T00:11:10.071Z | ++ awk '{print $1}' |
445 | 2024-02-10T00:11:10.076Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
446 | 2024-02-10T00:11:10.076Z | + [[ 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 ]] |
447 | 2024-02-10T00:11:10.076Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2024-02-10T00:11:10.076Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
449 | 2024-02-10T00:11:10.077Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
450 | 2024-02-10T00:11:10.077Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
451 | 2024-02-10T00:11:10.077Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
452 | 2024-02-10T00:11:10.077Z | + main |
453 | 2024-02-10T00:11:10.077Z | + [[ 0 != 0 ]] |
454 | 2024-02-10T00:11:10.077Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
455 | 2024-02-10T00:11:10.077Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
456 | 2024-02-10T00:11:10.077Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
457 | 2024-02-10T00:11:10.077Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
458 | 2024-02-10T00:11:10.078Z | + local DO_DOWNLOAD=true |
459 | 2024-02-10T00:11:10.078Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
460 | 2024-02-10T00:11:10.078Z | + mkdir -p out/downloads |
461 | 2024-02-10T00:11:10.079Z | + '[' true == true ']' |
462 | 2024-02-10T00:11:10.079Z | + echo Downloading... |
463 | 2024-02-10T00:11:10.079Z | Downloading... |
464 | 2024-02-10T00:11:10.079Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-10T00:11:10.079Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
466 | 2024-02-10T00:11:10.326Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
467 | 2024-02-10T00:11:10.330Z | ++ case "$OSTYPE" in |
468 | 2024-02-10T00:11:10.330Z | ++ SHA=sha256sum |
469 | 2024-02-10T00:11:10.330Z | ++ sha256sum |
470 | 2024-02-10T00:11:10.330Z | ++ awk '{print $1}' |
471 | 2024-02-10T00:11:10.334Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
472 | 2024-02-10T00:11:10.334Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
473 | 2024-02-10T00:11:10.339Z | + set -o errexit |
474 | 2024-02-10T00:11:10.342Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2024-02-10T00:11:10.345Z | ++ cd ./tools |
476 | 2024-02-10T00:11:10.345Z | ++ pwd |
477 | 2024-02-10T00:11:10.345Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2024-02-10T00:11:10.345Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2024-02-10T00:11:10.349Z | + ARG0=ci_download_dendrite_openapi |
480 | 2024-02-10T00:11:10.350Z | + TARGET_DIR=out |
481 | 2024-02-10T00:11:10.350Z | + DOWNLOAD_DIR=out/downloads |
482 | 2024-02-10T00:11:10.350Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2024-02-10T00:11:10.350Z | ++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697 |
484 | 2024-02-10T00:11:10.350Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
485 | 2024-02-10T00:11:10.350Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
486 | 2024-02-10T00:11:10.350Z | + LOCAL_FILE=out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
487 | 2024-02-10T00:11:10.350Z | + main |
488 | 2024-02-10T00:11:10.350Z | + [[ 0 != 0 ]] |
489 | 2024-02-10T00:11:10.350Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json' |
490 | 2024-02-10T00:11:10.350Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
491 | 2024-02-10T00:11:10.350Z | Local file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
492 | 2024-02-10T00:11:10.350Z | + echo 'Local file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json' |
493 | 2024-02-10T00:11:10.350Z | + local DO_DOWNLOAD=true |
494 | 2024-02-10T00:11:10.350Z | + [[ -f out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json ]] |
495 | 2024-02-10T00:11:10.350Z | + mkdir -p out/downloads |
496 | 2024-02-10T00:11:10.350Z | + '[' true == true ']' |
497 | 2024-02-10T00:11:10.350Z | + echo Downloading... |
498 | 2024-02-10T00:11:10.350Z | Downloading... |
499 | 2024-02-10T00:11:10.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
500 | 2024-02-10T00:11:10.350Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
501 | 2024-02-10T00:11:10.522Z | ++ do_sha256sum out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
502 | 2024-02-10T00:11:10.522Z | ++ case "$OSTYPE" in |
503 | 2024-02-10T00:11:10.535Z | ++ SHA=sha256sum |
504 | 2024-02-10T00:11:10.535Z | ++ sha256sum |
505 | 2024-02-10T00:11:10.535Z | ++ awk '{print $1}' |
506 | 2024-02-10T00:11:10.535Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
507 | 2024-02-10T00:11:10.535Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
508 | 2024-02-10T00:11:10.536Z | + set -o errexit |
509 | 2024-02-10T00:11:10.547Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2024-02-10T00:11:10.547Z | ++ cd ./tools |
511 | 2024-02-10T00:11:10.547Z | ++ pwd |
512 | 2024-02-10T00:11:10.547Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2024-02-10T00:11:10.548Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2024-02-10T00:11:10.548Z | + ARG0=ci_download_dendrite_stub |
515 | 2024-02-10T00:11:10.548Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2024-02-10T00:11:10.548Z | ++ CIDL_SHA256_ILLUMOS=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
517 | 2024-02-10T00:11:10.548Z | ++ CIDL_SHA256_LINUX_DPD=b6d45d713a879f1d03422eb0bbfa33767da776b05b0d5fbb855b602974ceba01 |
518 | 2024-02-10T00:11:10.548Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
519 | 2024-02-10T00:11:10.548Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2024-02-10T00:11:10.549Z | ++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697 |
521 | 2024-02-10T00:11:10.549Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
522 | 2024-02-10T00:11:10.549Z | + TARGET_DIR=out |
523 | 2024-02-10T00:11:10.549Z | + DOWNLOAD_DIR=out/downloads |
524 | 2024-02-10T00:11:10.549Z | + DEST_DIR=./out/dendrite-stub |
525 | 2024-02-10T00:11:10.549Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2024-02-10T00:11:10.549Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2024-02-10T00:11:10.549Z | + REPO=oxidecomputer/dendrite |
528 | 2024-02-10T00:11:10.549Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697 |
529 | 2024-02-10T00:11:10.549Z | + main |
530 | 2024-02-10T00:11:10.549Z | + [[ 0 != 0 ]] |
531 | 2024-02-10T00:11:10.550Z | + CIDL_OS=solaris2.11 |
532 | 2024-02-10T00:11:10.550Z | + [[ 0 != 0 ]] |
533 | 2024-02-10T00:11:10.550Z | + configure_os solaris2.11 |
534 | 2024-02-10T00:11:10.550Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2024-02-10T00:11:10.550Z | current directory: /work/oxidecomputer/omicron |
536 | 2024-02-10T00:11:10.550Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2024-02-10T00:11:10.551Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-10T00:11:10.551Z | + case "$1" in |
539 | 2024-02-10T00:11:10.551Z | + SET_BINARIES= |
540 | 2024-02-10T00:11:10.551Z | + CIDL_SHA256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
541 | 2024-02-10T00:11:10.551Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2024-02-10T00:11:10.551Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2024-02-10T00:11:10.552Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
544 | 2024-02-10T00:11:10.552Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
545 | 2024-02-10T00:11:10.553Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-10T00:11:10.553Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-10T00:11:10.553Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz' |
548 | 2024-02-10T00:11:10.554Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2024-02-10T00:11:10.554Z | + mkdir -p out/downloads |
550 | 2024-02-10T00:11:10.554Z | + mkdir -p ./out/dendrite-stub |
551 | 2024-02-10T00:11:10.554Z | + fetch_and_verify |
552 | 2024-02-10T00:11:10.555Z | + local DO_DOWNLOAD=true |
553 | 2024-02-10T00:11:10.555Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2024-02-10T00:11:10.556Z | + '[' true == true ']' |
555 | 2024-02-10T00:11:10.556Z | + echo Downloading... |
556 | 2024-02-10T00:11:10.556Z | Downloading... |
557 | 2024-02-10T00:11:10.556Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-10T00:11:10.557Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
559 | 2024-02-10T00:11:16.879Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-10T00:11:16.883Z | ++ sha256sum |
561 | 2024-02-10T00:11:16.883Z | ++ awk '{print $1}' |
562 | 2024-02-10T00:11:16.904Z | + calculated_sha256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
563 | 2024-02-10T00:11:16.904Z | + [[ d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 != \d\4\8\4\0\8\a\c\1\c\1\2\3\3\2\c\0\b\f\9\5\8\3\4\a\9\3\7\2\f\2\0\d\9\f\f\5\3\e\f\a\1\d\7\9\5\1\3\e\a\8\6\8\f\6\1\6\a\9\1\c\b\9\7 ]] |
564 | 2024-02-10T00:11:16.909Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-10T00:11:16.909Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2024-02-10T00:11:17.595Z | + do_assemble |
567 | 2024-02-10T00:11:17.596Z | + rm -r ./out/dendrite-stub |
568 | 2024-02-10T00:11:17.607Z | + mkdir ./out/dendrite-stub |
569 | 2024-02-10T00:11:17.607Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2024-02-10T00:11:17.691Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2024-02-10T00:11:17.702Z | + set -o errexit |
572 | 2024-02-10T00:11:17.705Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2024-02-10T00:11:17.706Z | ++ cd ./tools |
574 | 2024-02-10T00:11:17.706Z | ++ pwd |
575 | 2024-02-10T00:11:17.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2024-02-10T00:11:17.723Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2024-02-10T00:11:17.723Z | + ARG0=ci_download_maghemite_mgd |
578 | 2024-02-10T00:11:17.723Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2024-02-10T00:11:17.723Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
580 | 2024-02-10T00:11:17.723Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
581 | 2024-02-10T00:11:17.723Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2024-02-10T00:11:17.723Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
583 | 2024-02-10T00:11:17.723Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
584 | 2024-02-10T00:11:17.724Z | + TARGET_DIR=out |
585 | 2024-02-10T00:11:17.724Z | + DOWNLOAD_DIR=out/downloads |
586 | 2024-02-10T00:11:17.724Z | + DEST_DIR=./out/mgd |
587 | 2024-02-10T00:11:17.724Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2024-02-10T00:11:17.724Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2024-02-10T00:11:17.724Z | + REPO=oxidecomputer/maghemite |
590 | 2024-02-10T00:11:17.724Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
591 | 2024-02-10T00:11:17.724Z | + main |
592 | 2024-02-10T00:11:17.724Z | + [[ 0 != 0 ]] |
593 | 2024-02-10T00:11:17.724Z | + CIDL_OS=solaris2.11 |
594 | 2024-02-10T00:11:17.724Z | + [[ 0 != 0 ]] |
595 | 2024-02-10T00:11:17.725Z | + configure_os solaris2.11 |
596 | 2024-02-10T00:11:17.725Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2024-02-10T00:11:17.725Z | current directory: /work/oxidecomputer/omicron |
598 | 2024-02-10T00:11:17.725Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-02-10T00:11:17.725Z | + case "$1" in |
600 | 2024-02-10T00:11:17.725Z | + SET_BINARIES= |
601 | 2024-02-10T00:11:17.725Z | configuring based on OS: "solaris2.11" |
602 | 2024-02-10T00:11:17.725Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2024-02-10T00:11:17.725Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2024-02-10T00:11:17.725Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
605 | 2024-02-10T00:11:17.725Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2024-02-10T00:11:17.725Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
607 | 2024-02-10T00:11:17.726Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
608 | 2024-02-10T00:11:17.726Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2024-02-10T00:11:17.726Z | + mkdir -p out/downloads |
610 | 2024-02-10T00:11:17.726Z | Local file: out/downloads/mgd.tar.gz |
611 | 2024-02-10T00:11:17.730Z | + mkdir -p ./out/mgd |
612 | 2024-02-10T00:11:17.730Z | + fetch_and_verify |
613 | 2024-02-10T00:11:17.730Z | + local DO_DOWNLOAD=true |
614 | 2024-02-10T00:11:17.731Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2024-02-10T00:11:17.731Z | + '[' true == true ']' |
616 | 2024-02-10T00:11:17.731Z | + echo Downloading... |
617 | 2024-02-10T00:11:17.731Z | Downloading... |
618 | 2024-02-10T00:11:17.731Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2024-02-10T00:11:17.731Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
620 | 2024-02-10T00:11:23.207Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2024-02-10T00:11:23.210Z | ++ sha256sum |
622 | 2024-02-10T00:11:23.210Z | ++ awk '{print $1}' |
623 | 2024-02-10T00:11:23.227Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
624 | 2024-02-10T00:11:23.233Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
625 | 2024-02-10T00:11:23.233Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2024-02-10T00:11:23.233Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2024-02-10T00:11:23.688Z | + do_assemble |
628 | 2024-02-10T00:11:23.697Z | + rm -r ./out/mgd |
629 | 2024-02-10T00:11:23.697Z | + mkdir ./out/mgd |
630 | 2024-02-10T00:11:23.697Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2024-02-10T00:11:23.841Z | + set -o errexit |
632 | 2024-02-10T00:11:23.864Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2024-02-10T00:11:23.864Z | ++ cd ./tools |
634 | 2024-02-10T00:11:23.864Z | ++ pwd |
635 | 2024-02-10T00:11:23.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2024-02-10T00:11:23.864Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2024-02-10T00:11:23.864Z | + ARG0=ci_download_transceiver_control |
638 | 2024-02-10T00:11:23.864Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2024-02-10T00:11:23.864Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-02-10T00:11:23.864Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2024-02-10T00:11:23.864Z | + TARGET_DIR=out |
642 | 2024-02-10T00:11:23.864Z | + DOWNLOAD_DIR=out/downloads |
643 | 2024-02-10T00:11:23.864Z | + DEST_DIR=./out/transceiver-control |
644 | 2024-02-10T00:11:23.864Z | + BIN_DIR=/opt/oxide/bin |
645 | 2024-02-10T00:11:23.865Z | + BINARY=xcvradm |
646 | 2024-02-10T00:11:23.865Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2024-02-10T00:11:23.865Z | + REPO=oxidecomputer/transceiver-control |
648 | 2024-02-10T00:11:23.865Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-02-10T00:11:23.865Z | + main |
650 | 2024-02-10T00:11:23.865Z | + [[ 0 != 0 ]] |
651 | 2024-02-10T00:11:23.865Z | + CIDL_OS=solaris2.11 |
652 | 2024-02-10T00:11:23.865Z | + [[ 0 != 0 ]] |
653 | 2024-02-10T00:11:23.865Z | + configure_os solaris2.11 |
654 | 2024-02-10T00:11:23.865Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2024-02-10T00:11:23.865Z | current directory: /work/oxidecomputer/omicron |
656 | 2024-02-10T00:11:23.865Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-10T00:11:23.865Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-02-10T00:11:23.865Z | + case "$1" in |
659 | 2024-02-10T00:11:23.865Z | + SET_BINARIES= |
660 | 2024-02-10T00:11:23.865Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-10T00:11:23.865Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2024-02-10T00:11:23.865Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2024-02-10T00:11:23.865Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-10T00:11:23.865Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2024-02-10T00:11:23.865Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2024-02-10T00:11:23.866Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2024-02-10T00:11:23.866Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-02-10T00:11:23.866Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2024-02-10T00:11:23.866Z | + mkdir -p out/downloads |
670 | 2024-02-10T00:11:23.866Z | + mkdir -p ./out/transceiver-control |
671 | 2024-02-10T00:11:23.866Z | + fetch_and_verify |
672 | 2024-02-10T00:11:23.866Z | + local DO_DOWNLOAD=true |
673 | 2024-02-10T00:11:23.866Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2024-02-10T00:11:23.866Z | + '[' true == true ']' |
675 | 2024-02-10T00:11:23.866Z | + echo Downloading... |
676 | 2024-02-10T00:11:23.866Z | Downloading... |
677 | 2024-02-10T00:11:23.866Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2024-02-10T00:11:23.866Z | + 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 |
679 | 2024-02-10T00:11:25.491Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2024-02-10T00:11:25.533Z | ++ sha256sum |
681 | 2024-02-10T00:11:25.533Z | ++ awk '{print $1}' |
682 | 2024-02-10T00:11:25.534Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2024-02-10T00:11:25.534Z | + [[ 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 ]] |
684 | 2024-02-10T00:11:25.535Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2024-02-10T00:11:25.535Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2024-02-10T00:11:25.535Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2024-02-10T00:11:25.620Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2024-02-10T00:11:25.637Z | + do_assemble |
689 | 2024-02-10T00:11:25.638Z | + rm -r ./out/transceiver-control |
690 | 2024-02-10T00:11:25.638Z | + mkdir ./out/transceiver-control |
691 | 2024-02-10T00:11:25.638Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2024-02-10T00:11:25.807Z | All prerequisites installed successfully |
693 | 2024-02-10T00:11:25.841Z | |
694 | 2024-02-10T00:11:25.841Z | real 1:36.467480856 |
695 | 2024-02-10T00:11:25.841Z | user 34.192472840 |
696 | 2024-02-10T00:11:25.841Z | sys 6.649518070 |
697 | 2024-02-10T00:11:25.841Z | trap 0.007312978 |
698 | 2024-02-10T00:11:25.841Z | tflt 0.174645297 |
699 | 2024-02-10T00:11:25.841Z | dflt 0.391343711 |
700 | 2024-02-10T00:11:25.842Z | kflt 0.152101948 |
701 | 2024-02-10T00:11:25.842Z | lock 1.429444614 |
702 | 2024-02-10T00:11:25.842Z | slp 3:06.952996872 |
703 | 2024-02-10T00:11:25.842Z | lat 1.805704953 |
704 | 2024-02-10T00:11:25.842Z | stop 0.132217001 |
705 | 2024-02-10T00:11:25.842Z | + ptime -m ./tools/ci_download_softnpu_machinery |
706 | 2024-02-10T00:11:25.842Z | fetching npuzone |
707 | 2024-02-10T00:11:25.843Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
708 | 2024-02-10T00:11:25.843Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
709 | 2024-02-10T00:11:25.843Z | Getting hash for npuzone |
710 | 2024-02-10T00:11:26.014Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
711 | 2024-02-10T00:11:34.170Z | npuzone downloaded successfully |
712 | 2024-02-10T00:11:34.182Z | |
713 | 2024-02-10T00:11:34.182Z | real 8.366949766 |
714 | 2024-02-10T00:11:34.182Z | user 0.349720226 |
715 | 2024-02-10T00:11:34.182Z | sys 0.132160793 |
716 | 2024-02-10T00:11:34.182Z | trap 0.000041305 |
717 | 2024-02-10T00:11:34.182Z | tflt 0.000000000 |
718 | 2024-02-10T00:11:34.182Z | dflt 0.000000000 |
719 | 2024-02-10T00:11:34.182Z | kflt 0.000000000 |
720 | 2024-02-10T00:11:34.182Z | lock 0.000000000 |
721 | 2024-02-10T00:11:34.182Z | slp 24.492803407 |
722 | 2024-02-10T00:11:34.182Z | lat 0.096013374 |
723 | 2024-02-10T00:11:34.182Z | stop 0.000170791 |
724 | 2024-02-10T00:11:34.182Z | + export CARGO_INCREMENTAL=0 |
725 | 2024-02-10T00:11:34.183Z | + CARGO_INCREMENTAL=0 |
726 | 2024-02-10T00:11:34.183Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
727 | 2024-02-10T00:11:34.392Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-02-10T00:11:34.689Z | Updating git repository `https://github.com/oxidecomputer/samael` |
729 | 2024-02-10T00:11:36.122Z | Updating crates.io index |
730 | 2024-02-10T00:11:36.122Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-02-10T00:11:36.122Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-02-10T00:11:37.592Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-02-10T00:11:37.867Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2024-02-10T00:11:38.176Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2024-02-10T00:11:38.442Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2024-02-10T00:11:38.683Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2024-02-10T00:11:39.590Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2024-02-10T00:11:41.574Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2024-02-10T00:11:42.474Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2024-02-10T00:11:42.756Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2024-02-10T00:11:43.260Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-02-10T00:11:43.555Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2024-02-10T00:11:43.851Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2024-02-10T00:11:44.143Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2024-02-10T00:11:44.492Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2024-02-10T00:11:44.996Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
747 | 2024-02-10T00:11:45.270Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2024-02-10T00:11:45.607Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2024-02-10T00:11:45.940Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2024-02-10T00:11:46.255Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2024-02-10T00:11:47.263Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2024-02-10T00:11:47.654Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2024-02-10T00:11:48.844Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2024-02-10T00:11:49.215Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2024-02-10T00:11:49.500Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2024-02-10T00:11:50.734Z | Downloading crates ... |
757 | 2024-02-10T00:11:50.979Z | Downloaded crunchy v0.2.2 |
758 | 2024-02-10T00:11:50.983Z | Downloaded crc v3.0.1 |
759 | 2024-02-10T00:11:50.986Z | Downloaded aead v0.5.2 |
760 | 2024-02-10T00:11:50.986Z | Downloaded libsw v3.3.1 |
761 | 2024-02-10T00:11:50.990Z | Downloaded console v0.15.8 |
762 | 2024-02-10T00:11:50.993Z | Downloaded is-terminal v0.4.9 |
763 | 2024-02-10T00:11:50.996Z | Downloaded maplit v1.0.2 |
764 | 2024-02-10T00:11:51.000Z | Downloaded corncobs v0.1.3 |
765 | 2024-02-10T00:11:51.003Z | Downloaded log v0.4.20 |
766 | 2024-02-10T00:11:51.006Z | Downloaded convert_case v0.4.0 |
767 | 2024-02-10T00:11:51.010Z | Downloaded num-traits v0.2.16 |
768 | 2024-02-10T00:11:51.013Z | Downloaded libloading v0.7.4 |
769 | 2024-02-10T00:11:51.016Z | Downloaded macaddr v1.0.1 |
770 | 2024-02-10T00:11:51.019Z | Downloaded constant_time_eq v0.3.0 |
771 | 2024-02-10T00:11:51.023Z | Downloaded match_cfg v0.1.0 |
772 | 2024-02-10T00:11:51.023Z | Downloaded colored v2.0.4 |
773 | 2024-02-10T00:11:51.029Z | Downloaded async-stream v0.3.5 |
774 | 2024-02-10T00:11:51.034Z | Downloaded clang-sys v1.6.1 |
775 | 2024-02-10T00:11:51.034Z | Downloaded bitflags v1.3.2 |
776 | 2024-02-10T00:11:51.037Z | Downloaded cobs v0.2.3 |
777 | 2024-02-10T00:11:51.041Z | Downloaded atty v0.2.14 |
778 | 2024-02-10T00:11:51.041Z | Downloaded rustls-pemfile v2.0.0 |
779 | 2024-02-10T00:11:51.045Z | Downloaded crc-catalog v2.2.0 |
780 | 2024-02-10T00:11:51.050Z | Downloaded scopeguard v1.2.0 |
781 | 2024-02-10T00:11:51.060Z | Downloaded crossbeam-queue v0.3.8 |
782 | 2024-02-10T00:11:51.060Z | Downloaded addr2line v0.21.0 |
783 | 2024-02-10T00:11:51.063Z | Downloaded semver v1.0.21 |
784 | 2024-02-10T00:11:51.063Z | Downloaded atomicwrites v0.4.3 |
785 | 2024-02-10T00:11:51.063Z | Downloaded signal-hook-mio v0.2.3 |
786 | 2024-02-10T00:11:51.066Z | Downloaded compact_str v0.7.1 |
787 | 2024-02-10T00:11:51.069Z | Downloaded ryu v1.0.15 |
788 | 2024-02-10T00:11:51.072Z | Downloaded autocfg v1.1.0 |
789 | 2024-02-10T00:11:51.075Z | Downloaded linked-hash-map v0.5.6 |
790 | 2024-02-10T00:11:51.078Z | Downloaded anstream v0.5.0 |
791 | 2024-02-10T00:11:51.081Z | Downloaded ident_case v1.0.1 |
792 | 2024-02-10T00:11:51.088Z | Downloaded signal-hook v0.3.17 |
793 | 2024-02-10T00:11:51.091Z | Downloaded instant v0.1.12 |
794 | 2024-02-10T00:11:51.091Z | Downloaded new_debug_unreachable v1.0.4 |
795 | 2024-02-10T00:11:51.095Z | Downloaded hubpack_derive v0.1.1 |
796 | 2024-02-10T00:11:51.095Z | Downloaded http-range v0.1.5 |
797 | 2024-02-10T00:11:51.098Z | Downloaded ciborium-io v0.2.2 |
798 | 2024-02-10T00:11:51.099Z | Downloaded libm v0.2.7 |
799 | 2024-02-10T00:11:51.109Z | Downloaded mime v0.3.17 |
800 | 2024-02-10T00:11:51.113Z | Downloaded memoffset v0.9.0 |
801 | 2024-02-10T00:11:51.113Z | Downloaded ascii-canvas v3.0.0 |
802 | 2024-02-10T00:11:51.117Z | Downloaded is_ci v1.1.1 |
803 | 2024-02-10T00:11:51.117Z | Downloaded heck v0.4.1 |
804 | 2024-02-10T00:11:51.121Z | Downloaded bb8 v0.8.3 |
805 | 2024-02-10T00:11:51.121Z | Downloaded base16ct v0.2.0 |
806 | 2024-02-10T00:11:51.126Z | Downloaded time-core v0.1.1 |
807 | 2024-02-10T00:11:51.126Z | Downloaded take_mut v0.2.2 |
808 | 2024-02-10T00:11:51.126Z | Downloaded termtree v0.4.1 |
809 | 2024-02-10T00:11:51.130Z | Downloaded atomic-waker v1.1.1 |
810 | 2024-02-10T00:11:51.130Z | Downloaded async-recursion v1.0.5 |
811 | 2024-02-10T00:11:51.134Z | Downloaded indoc v1.0.9 |
812 | 2024-02-10T00:11:51.137Z | Downloaded crypto-common v0.1.6 |
813 | 2024-02-10T00:11:51.138Z | Downloaded bit-set v0.5.3 |
814 | 2024-02-10T00:11:51.142Z | Downloaded argon2 v0.5.3 |
815 | 2024-02-10T00:11:51.142Z | Downloaded cfg-if v1.0.0 |
816 | 2024-02-10T00:11:51.146Z | Downloaded humantime v2.1.0 |
817 | 2024-02-10T00:11:51.146Z | Downloaded castaway v0.2.2 |
818 | 2024-02-10T00:11:51.149Z | Downloaded hostname v0.3.1 |
819 | 2024-02-10T00:11:51.150Z | Downloaded iana-time-zone v0.1.57 |
820 | 2024-02-10T00:11:51.154Z | Downloaded cassowary v0.3.0 |
821 | 2024-02-10T00:11:51.157Z | Downloaded lazy_static v1.4.0 |
822 | 2024-02-10T00:11:51.157Z | Downloaded keccak v0.1.4 |
823 | 2024-02-10T00:11:51.157Z | Downloaded hyper-staticfile v0.9.5 |
824 | 2024-02-10T00:11:51.161Z | Downloaded ipnet v2.9.0 |
825 | 2024-02-10T00:11:51.169Z | Downloaded cpufeatures v0.2.12 |
826 | 2024-02-10T00:11:51.169Z | Downloaded ipnetwork v0.20.0 |
827 | 2024-02-10T00:11:51.169Z | Downloaded tinyvec_macros v0.1.1 |
828 | 2024-02-10T00:11:51.174Z | Downloaded thread_local v1.1.7 |
829 | 2024-02-10T00:11:51.174Z | Downloaded structmeta v0.3.0 |
830 | 2024-02-10T00:11:51.174Z | Downloaded clap_lex v0.5.1 |
831 | 2024-02-10T00:11:51.178Z | Downloaded backoff v0.4.0 |
832 | 2024-02-10T00:11:51.178Z | Downloaded impl-trait-for-tuples v0.2.2 |
833 | 2024-02-10T00:11:51.195Z | Downloaded io-lifetimes v1.0.11 |
834 | 2024-02-10T00:11:51.202Z | Downloaded slog-term v2.9.0 |
835 | 2024-02-10T00:11:51.202Z | Downloaded dtrace-parser v0.1.14 |
836 | 2024-02-10T00:11:51.202Z | Downloaded float-cmp v0.9.0 |
837 | 2024-02-10T00:11:51.202Z | Downloaded opaque-debug v0.3.0 |
838 | 2024-02-10T00:11:51.203Z | Downloaded tokio-macros v2.2.0 |
839 | 2024-02-10T00:11:51.203Z | Downloaded tabled_derive v0.7.0 |
840 | 2024-02-10T00:11:51.203Z | Downloaded curve25519-dalek-derive v0.1.0 |
841 | 2024-02-10T00:11:51.203Z | Downloaded httparse v1.8.0 |
842 | 2024-02-10T00:11:51.207Z | Downloaded anstyle-parse v0.2.1 |
843 | 2024-02-10T00:11:51.207Z | Downloaded clap_derive v4.4.2 |
844 | 2024-02-10T00:11:51.207Z | Downloaded parse-display v0.9.0 |
845 | 2024-02-10T00:11:51.207Z | Downloaded nu-ansi-term v0.49.0 |
846 | 2024-02-10T00:11:51.211Z | Downloaded hyper-rustls v0.24.2 |
847 | 2024-02-10T00:11:51.214Z | Downloaded termios v0.3.3 |
848 | 2024-02-10T00:11:51.218Z | Downloaded indoc v2.0.3 |
849 | 2024-02-10T00:11:51.222Z | Downloaded fxhash v0.2.1 |
850 | 2024-02-10T00:11:51.222Z | Downloaded tokio-stream v0.1.14 |
851 | 2024-02-10T00:11:51.226Z | Downloaded futures-task v0.3.30 |
852 | 2024-02-10T00:11:51.232Z | Downloaded dirs-next v2.0.0 |
853 | 2024-02-10T00:11:51.232Z | Downloaded tokio-tungstenite v0.20.1 |
854 | 2024-02-10T00:11:51.236Z | Downloaded crossbeam v0.8.2 |
855 | 2024-02-10T00:11:51.236Z | Downloaded terminal_size v0.2.6 |
856 | 2024-02-10T00:11:51.236Z | Downloaded openssl-macros v0.1.1 |
857 | 2024-02-10T00:11:51.237Z | Downloaded tokio-native-tls v0.3.1 |
858 | 2024-02-10T00:11:51.241Z | Downloaded ppv-lite86 v0.2.17 |
859 | 2024-02-10T00:11:51.241Z | Downloaded pretty-hex v0.2.1 |
860 | 2024-02-10T00:11:51.244Z | Downloaded fastrand v2.0.1 |
861 | 2024-02-10T00:11:51.245Z | Downloaded fallible-iterator v0.2.0 |
862 | 2024-02-10T00:11:51.248Z | Downloaded precomputed-hash v0.1.1 |
863 | 2024-02-10T00:11:51.248Z | Downloaded darling_macro v0.20.3 |
864 | 2024-02-10T00:11:51.248Z | Downloaded embedded-io v0.4.0 |
865 | 2024-02-10T00:11:51.252Z | Downloaded pem v3.0.2 |
866 | 2024-02-10T00:11:51.252Z | Downloaded const-oid v0.9.5 |
867 | 2024-02-10T00:11:51.257Z | Downloaded rustc_version v0.1.7 |
868 | 2024-02-10T00:11:51.257Z | Downloaded toml v0.5.11 |
869 | 2024-02-10T00:11:51.264Z | Downloaded hmac v0.12.1 |
870 | 2024-02-10T00:11:51.264Z | Downloaded signal-hook-tokio v0.3.1 |
871 | 2024-02-10T00:11:51.264Z | Downloaded snafu v0.7.5 |
872 | 2024-02-10T00:11:51.269Z | Downloaded zeroize v1.7.0 |
873 | 2024-02-10T00:11:51.273Z | Downloaded foreign-types-shared v0.3.1 |
874 | 2024-02-10T00:11:51.273Z | Downloaded pin-utils v0.1.0 |
875 | 2024-02-10T00:11:51.277Z | Downloaded hex v0.4.3 |
876 | 2024-02-10T00:11:51.277Z | Downloaded cexpr v0.6.0 |
877 | 2024-02-10T00:11:51.282Z | Downloaded mockall_derive v0.12.0 |
878 | 2024-02-10T00:11:51.282Z | Downloaded miniz_oxide v0.7.1 |
879 | 2024-02-10T00:11:51.287Z | Downloaded derive_builder_core v0.12.0 |
880 | 2024-02-10T00:11:51.287Z | Downloaded same-file v1.0.6 |
881 | 2024-02-10T00:11:51.287Z | Downloaded hash32 v0.2.1 |
882 | 2024-02-10T00:11:51.291Z | Downloaded pkcs1 v0.7.5 |
883 | 2024-02-10T00:11:51.295Z | Downloaded unarray v0.1.4 |
884 | 2024-02-10T00:11:51.295Z | Downloaded tui-tree-widget v0.17.0 |
885 | 2024-02-10T00:11:51.295Z | Downloaded arc-swap v1.6.0 |
886 | 2024-02-10T00:11:51.299Z | Downloaded unicode-linebreak v0.1.5 |
887 | 2024-02-10T00:11:51.303Z | Downloaded env_logger v0.10.0 |
888 | 2024-02-10T00:11:51.306Z | Downloaded clap v4.4.3 |
889 | 2024-02-10T00:11:51.313Z | Downloaded openssl-probe v0.1.5 |
890 | 2024-02-10T00:11:51.317Z | Downloaded rustc_version v0.4.0 |
891 | 2024-02-10T00:11:51.317Z | Downloaded proc-macro-crate v1.3.1 |
892 | 2024-02-10T00:11:51.321Z | Downloaded getopts v0.2.21 |
893 | 2024-02-10T00:11:51.321Z | Downloaded fragile v2.0.0 |
894 | 2024-02-10T00:11:51.325Z | Downloaded sqlformat v0.2.3 |
895 | 2024-02-10T00:11:51.325Z | Downloaded pin-project-internal v1.1.3 |
896 | 2024-02-10T00:11:51.329Z | Downloaded chacha20poly1305 v0.10.1 |
897 | 2024-02-10T00:11:51.329Z | Downloaded csv-core v0.1.11 |
898 | 2024-02-10T00:11:51.330Z | Downloaded bytes v1.5.0 |
899 | 2024-02-10T00:11:51.335Z | Downloaded crypto-bigint v0.5.2 |
900 | 2024-02-10T00:11:51.340Z | Downloaded tower-service v0.3.2 |
901 | 2024-02-10T00:11:51.344Z | Downloaded signature v1.6.4 |
902 | 2024-02-10T00:11:51.344Z | Downloaded wait-timeout v0.2.0 |
903 | 2024-02-10T00:11:51.350Z | Downloaded derive_builder_macro v0.12.0 |
904 | 2024-02-10T00:11:51.350Z | Downloaded predicates v3.1.0 |
905 | 2024-02-10T00:11:51.350Z | Downloaded managed v0.8.0 |
906 | 2024-02-10T00:11:51.355Z | Downloaded parse-display-derive v0.9.0 |
907 | 2024-02-10T00:11:51.355Z | Downloaded ref-cast-impl v1.0.20 |
908 | 2024-02-10T00:11:51.355Z | Downloaded usdt v0.5.0 |
909 | 2024-02-10T00:11:51.355Z | Downloaded block-padding v0.3.3 |
910 | 2024-02-10T00:11:51.360Z | Downloaded ref-cast v1.0.20 |
911 | 2024-02-10T00:11:51.360Z | Downloaded oso-derive v0.27.0 |
912 | 2024-02-10T00:11:51.361Z | Downloaded serde_with_macros v3.6.0 |
913 | 2024-02-10T00:11:51.367Z | Downloaded yasna v0.5.2 |
914 | 2024-02-10T00:11:51.367Z | Downloaded spin v0.5.2 |
915 | 2024-02-10T00:11:51.367Z | Downloaded termcolor v1.2.0 |
916 | 2024-02-10T00:11:51.372Z | Downloaded derive-where v1.2.7 |
917 | 2024-02-10T00:11:51.372Z | Downloaded foreign-types-shared v0.1.1 |
918 | 2024-02-10T00:11:51.372Z | Downloaded glob v0.3.1 |
919 | 2024-02-10T00:11:51.376Z | Downloaded darling_macro v0.14.4 |
920 | 2024-02-10T00:11:51.376Z | Downloaded http v1.0.0 |
921 | 2024-02-10T00:11:51.393Z | Downloaded pretty-hex v0.4.1 |
922 | 2024-02-10T00:11:51.393Z | Downloaded structmeta v0.2.0 |
923 | 2024-02-10T00:11:51.397Z | Downloaded num_cpus v1.16.0 |
924 | 2024-02-10T00:11:51.397Z | Downloaded mio v0.8.9 |
925 | 2024-02-10T00:11:51.397Z | Downloaded slab v0.4.9 |
926 | 2024-02-10T00:11:51.398Z | Downloaded downcast v0.11.0 |
927 | 2024-02-10T00:11:51.398Z | Downloaded display-error-chain v0.2.0 |
928 | 2024-02-10T00:11:51.398Z | Downloaded indexmap v2.2.2 |
929 | 2024-02-10T00:11:51.402Z | Downloaded usdt-attr-macro v0.3.5 |
930 | 2024-02-10T00:11:51.403Z | Downloaded unicase v2.7.0 |
931 | 2024-02-10T00:11:51.403Z | Downloaded zeroize_derive v1.4.2 |
932 | 2024-02-10T00:11:51.407Z | Downloaded futures-macro v0.3.30 |
933 | 2024-02-10T00:11:51.407Z | Downloaded defmt-macros v0.3.6 |
934 | 2024-02-10T00:11:51.407Z | Downloaded half v2.3.1 |
935 | 2024-02-10T00:11:51.412Z | Downloaded diff v0.1.13 |
936 | 2024-02-10T00:11:51.415Z | Downloaded path-slash v0.1.5 |
937 | 2024-02-10T00:11:51.416Z | Downloaded derive_builder v0.12.0 |
938 | 2024-02-10T00:11:51.420Z | Downloaded strsim v0.8.0 |
939 | 2024-02-10T00:11:51.424Z | Downloaded chacha20 v0.9.1 |
940 | 2024-02-10T00:11:51.424Z | Downloaded darling v0.20.3 |
941 | 2024-02-10T00:11:51.430Z | Downloaded untrusted v0.7.1 |
942 | 2024-02-10T00:11:51.430Z | Downloaded rustc-hash v1.1.0 |
943 | 2024-02-10T00:11:51.434Z | Downloaded libefi-sys v0.1.0 |
944 | 2024-02-10T00:11:51.434Z | Downloaded slog-stdlog v4.1.1 |
945 | 2024-02-10T00:11:51.434Z | Downloaded zerocopy v0.3.0 |
946 | 2024-02-10T00:11:51.435Z | Downloaded cookie v0.18.0 |
947 | 2024-02-10T00:11:51.439Z | Downloaded parse-size v1.0.0 |
948 | 2024-02-10T00:11:51.439Z | Downloaded funty v2.0.0 |
949 | 2024-02-10T00:11:51.439Z | Downloaded usdt-macro v0.3.5 |
950 | 2024-02-10T00:11:51.444Z | Downloaded password-hash v0.5.0 |
951 | 2024-02-10T00:11:51.444Z | Downloaded toolchain_find v0.2.0 |
952 | 2024-02-10T00:11:51.444Z | Downloaded peeking_take_while v0.1.2 |
953 | 2024-02-10T00:11:51.444Z | Downloaded difflib v0.4.0 |
954 | 2024-02-10T00:11:51.448Z | Downloaded debug-ignore v1.0.5 |
955 | 2024-02-10T00:11:51.448Z | Downloaded unicode-width v0.1.11 |
956 | 2024-02-10T00:11:51.454Z | Downloaded strum_macros v0.24.3 |
957 | 2024-02-10T00:11:51.454Z | Downloaded r2d2 v0.8.10 |
958 | 2024-02-10T00:11:51.454Z | Downloaded pin-project-lite v0.2.13 |
959 | 2024-02-10T00:11:51.465Z | Downloaded slog-scope v4.4.0 |
960 | 2024-02-10T00:11:51.466Z | Downloaded steno v0.4.0 |
961 | 2024-02-10T00:11:51.472Z | Downloaded generic-array v0.14.7 |
962 | 2024-02-10T00:11:51.473Z | Downloaded term v0.7.0 |
963 | 2024-02-10T00:11:51.473Z | Downloaded swrite v0.1.0 |
964 | 2024-02-10T00:11:51.473Z | Downloaded tokio-rustls v0.25.0 |
965 | 2024-02-10T00:11:51.479Z | Downloaded fd-lock v4.0.2 |
966 | 2024-02-10T00:11:51.479Z | Downloaded heapless v0.8.0 |
967 | 2024-02-10T00:11:51.479Z | Downloaded gethostname v0.4.3 |
968 | 2024-02-10T00:11:51.485Z | Downloaded parking_lot_core v0.8.6 |
969 | 2024-02-10T00:11:51.485Z | Downloaded defmt-parser v0.3.3 |
970 | 2024-02-10T00:11:51.486Z | Downloaded crossterm v0.27.0 |
971 | 2024-02-10T00:11:51.492Z | Downloaded group v0.13.0 |
972 | 2024-02-10T00:11:51.499Z | Downloaded globset v0.4.13 |
973 | 2024-02-10T00:11:51.499Z | Downloaded strsim v0.10.0 |
974 | 2024-02-10T00:11:51.499Z | Downloaded xattr v1.0.1 |
975 | 2024-02-10T00:11:51.507Z | Downloaded tokio-util v0.7.10 |
976 | 2024-02-10T00:11:51.515Z | Downloaded socket2 v0.5.5 |
977 | 2024-02-10T00:11:51.516Z | Downloaded untrusted v0.9.0 |
978 | 2024-02-10T00:11:51.516Z | Downloaded itertools v0.12.1 |
979 | 2024-02-10T00:11:51.524Z | Downloaded fatfs v0.3.6 |
980 | 2024-02-10T00:11:51.537Z | Downloaded defmt v0.3.5 |
981 | 2024-02-10T00:11:51.537Z | Downloaded usdt-impl v0.5.0 |
982 | 2024-02-10T00:11:51.538Z | Downloaded rayon-core v1.12.0 |
983 | 2024-02-10T00:11:51.549Z | Downloaded wyz v0.5.1 |
984 | 2024-02-10T00:11:51.549Z | Downloaded packed_struct v0.10.1 |
985 | 2024-02-10T00:11:51.549Z | Downloaded zip v0.6.6 |
986 | 2024-02-10T00:11:51.549Z | Downloaded scheduled-thread-pool v0.2.7 |
987 | 2024-02-10T00:11:51.549Z | Downloaded pem-rfc7468 v0.7.0 |
988 | 2024-02-10T00:11:51.550Z | Downloaded semver v0.11.0 |
989 | 2024-02-10T00:11:51.559Z | Downloaded socket2 v0.4.9 |
990 | 2024-02-10T00:11:51.560Z | Downloaded toml v0.7.8 |
991 | 2024-02-10T00:11:51.560Z | Downloaded postgres-protocol v0.6.6 |
992 | 2024-02-10T00:11:51.573Z | Downloaded parking_lot v0.12.1 |
993 | 2024-02-10T00:11:51.573Z | Downloaded trust-dns-client v0.22.0 |
994 | 2024-02-10T00:11:51.584Z | Downloaded reedline v0.28.0 |
995 | 2024-02-10T00:11:51.584Z | Downloaded zerocopy-derive v0.7.32 |
996 | 2024-02-10T00:11:51.584Z | Downloaded x509-cert v0.2.4 |
997 | 2024-02-10T00:11:52.594Z | Downloaded doc-comment v0.3.3 |
998 | 2024-02-10T00:11:52.594Z | Downloaded trust-dns-resolver v0.22.0 |
999 | 2024-02-10T00:11:52.602Z | Downloaded predicates-tree v1.0.9 |
1000 | 2024-02-10T00:11:52.602Z | Downloaded reqwest v0.11.22 |
1001 | 2024-02-10T00:11:52.603Z | Downloaded darling_core v0.14.4 |
1002 | 2024-02-10T00:11:52.603Z | Downloaded prettyplease v0.2.16 |
1003 | 2024-02-10T00:11:52.603Z | Downloaded foreign-types v0.3.2 |
1004 | 2024-02-10T00:11:52.603Z | Downloaded stability v0.1.1 |
1005 | 2024-02-10T00:11:52.603Z | Downloaded winnow v0.5.15 |
1006 | 2024-02-10T00:11:52.603Z | Downloaded headers-core v0.2.0 |
1007 | 2024-02-10T00:11:52.604Z | Downloaded either v1.9.0 |
1008 | 2024-02-10T00:11:52.604Z | Downloaded futures v0.3.30 |
1009 | 2024-02-10T00:11:52.604Z | Downloaded unicode_categories v0.1.1 |
1010 | 2024-02-10T00:11:52.604Z | Downloaded ed25519 v1.5.3 |
1011 | 2024-02-10T00:11:52.604Z | Downloaded dof v0.3.0 |
1012 | 2024-02-10T00:11:52.604Z | Downloaded dof v0.1.5 |
1013 | 2024-02-10T00:11:52.604Z | Downloaded fixedbitset v0.4.2 |
1014 | 2024-02-10T00:11:52.604Z | Downloaded shlex v1.3.0 |
1015 | 2024-02-10T00:11:52.604Z | Downloaded fnv v1.0.7 |
1016 | 2024-02-10T00:11:52.605Z | Downloaded tap v1.0.1 |
1017 | 2024-02-10T00:11:52.605Z | Downloaded flagset v0.4.3 |
1018 | 2024-02-10T00:11:52.605Z | Downloaded rustversion v1.0.14 |
1019 | 2024-02-10T00:11:52.605Z | Downloaded scroll v0.12.0 |
1020 | 2024-02-10T00:11:52.606Z | Downloaded flate2 v1.0.28 |
1021 | 2024-02-10T00:11:52.606Z | Downloaded strum_macros v0.25.2 |
1022 | 2024-02-10T00:11:52.606Z | Downloaded strip-ansi-escapes v0.2.0 |
1023 | 2024-02-10T00:11:52.606Z | Downloaded rusty-fork v0.3.0 |
1024 | 2024-02-10T00:11:52.606Z | Downloaded sha1 v0.10.6 |
1025 | 2024-02-10T00:11:52.606Z | Downloaded futures-executor v0.3.30 |
1026 | 2024-02-10T00:11:52.607Z | Downloaded futures-channel v0.3.30 |
1027 | 2024-02-10T00:11:52.607Z | Downloaded slog-async v2.8.0 |
1028 | 2024-02-10T00:11:52.607Z | Downloaded shell-words v1.1.0 |
1029 | 2024-02-10T00:11:52.607Z | Downloaded usdt v0.3.5 |
1030 | 2024-02-10T00:11:52.607Z | Downloaded thiserror-impl-no-std v2.0.2 |
1031 | 2024-02-10T00:11:52.607Z | Downloaded sct v0.7.0 |
1032 | 2024-02-10T00:11:52.608Z | Downloaded slog-envlogger v2.2.0 |
1033 | 2024-02-10T00:11:52.608Z | Downloaded elliptic-curve v0.13.8 |
1034 | 2024-02-10T00:11:52.608Z | Downloaded thiserror v1.0.56 |
1035 | 2024-02-10T00:11:52.608Z | Downloaded zerocopy v0.7.32 |
1036 | 2024-02-10T00:11:52.608Z | Downloaded tracing v0.1.37 |
1037 | 2024-02-10T00:11:52.609Z | Downloaded tar v0.4.40 |
1038 | 2024-02-10T00:11:52.609Z | Downloaded rsa v0.9.2 |
1039 | 2024-02-10T00:11:52.609Z | Downloaded futures-util v0.3.30 |
1040 | 2024-02-10T00:11:52.609Z | Downloaded phf_shared v0.10.0 |
1041 | 2024-02-10T00:11:52.609Z | Downloaded num_threads v0.1.6 |
1042 | 2024-02-10T00:11:52.609Z | Downloaded h2 v0.3.24 |
1043 | 2024-02-10T00:11:52.609Z | Downloaded rand v0.8.5 |
1044 | 2024-02-10T00:11:52.610Z | Downloaded rand_xorshift v0.3.0 |
1045 | 2024-02-10T00:11:52.610Z | Downloaded spin v0.9.8 |
1046 | 2024-02-10T00:11:52.610Z | Downloaded poly1305 v0.8.0 |
1047 | 2024-02-10T00:11:52.610Z | Downloaded usdt-macro v0.5.0 |
1048 | 2024-02-10T00:11:52.610Z | Downloaded strum v0.25.0 |
1049 | 2024-02-10T00:11:52.611Z | Downloaded serde_yaml v0.9.25 |
1050 | 2024-02-10T00:11:52.611Z | Downloaded serde-hex v0.1.0 |
1051 | 2024-02-10T00:11:52.611Z | Downloaded olpc-cjson v0.1.3 |
1052 | 2024-02-10T00:11:52.611Z | Downloaded radium v0.7.0 |
1053 | 2024-02-10T00:11:52.611Z | Downloaded strum_macros v0.26.1 |
1054 | 2024-02-10T00:11:52.612Z | Downloaded rayon v1.8.0 |
1055 | 2024-02-10T00:11:52.612Z | Downloaded tabled v0.15.0 |
1056 | 2024-02-10T00:11:52.612Z | Downloaded proc-macro-error v1.0.4 |
1057 | 2024-02-10T00:11:52.612Z | Downloaded parking_lot v0.11.2 |
1058 | 2024-02-10T00:11:52.612Z | Downloaded number_prefix v0.4.0 |
1059 | 2024-02-10T00:11:52.612Z | Downloaded toml_edit v0.21.1 |
1060 | 2024-02-10T00:11:52.612Z | Downloaded num-bigint-dig v0.8.4 |
1061 | 2024-02-10T00:11:52.613Z | Downloaded proc-macro2 v1.0.78 |
1062 | 2024-02-10T00:11:52.613Z | Downloaded structopt-derive v0.4.18 |
1063 | 2024-02-10T00:11:52.613Z | Downloaded serde_derive v1.0.196 |
1064 | 2024-02-10T00:11:52.613Z | Downloaded quick-error v1.2.3 |
1065 | 2024-02-10T00:11:52.613Z | Downloaded smf v0.2.2 |
1066 | 2024-02-10T00:11:52.613Z | Downloaded uuid v1.7.0 |
1067 | 2024-02-10T00:11:52.615Z | Downloaded typenum v1.16.0 |
1068 | 2024-02-10T00:11:52.615Z | Downloaded toml_edit v0.19.15 |
1069 | 2024-02-10T00:11:52.615Z | Downloaded unicode-normalization v0.1.22 |
1070 | 2024-02-10T00:11:52.615Z | Downloaded openssl-sys v0.9.96 |
1071 | 2024-02-10T00:11:52.615Z | Downloaded num_enum_derive v0.5.11 |
1072 | 2024-02-10T00:11:52.615Z | Downloaded subtle v2.5.0 |
1073 | 2024-02-10T00:11:52.615Z | Downloaded ucd-trie v0.1.6 |
1074 | 2024-02-10T00:11:52.615Z | Downloaded subprocess v0.2.9 |
1075 | 2024-02-10T00:11:52.615Z | Downloaded papergrid v0.11.0 |
1076 | 2024-02-10T00:11:52.616Z | Downloaded dyn-clone v1.0.16 |
1077 | 2024-02-10T00:11:52.616Z | Downloaded openssl v0.10.60 |
1078 | 2024-02-10T00:11:52.616Z | Downloaded slog v2.7.0 |
1079 | 2024-02-10T00:11:52.616Z | Downloaded pest_meta v2.7.6 |
1080 | 2024-02-10T00:11:52.616Z | Downloaded postcard v1.0.8 |
1081 | 2024-02-10T00:11:52.616Z | Downloaded unicode-segmentation v1.10.1 |
1082 | 2024-02-10T00:11:52.616Z | Downloaded serde_derive_internals v0.26.0 |
1083 | 2024-02-10T00:11:52.616Z | Downloaded gimli v0.28.0 |
1084 | 2024-02-10T00:11:52.616Z | Downloaded tough v0.16.0 |
1085 | 2024-02-10T00:11:52.616Z | Downloaded syn v1.0.109 |
1086 | 2024-02-10T00:11:52.617Z | Downloaded quick-xml v0.30.0 |
1087 | 2024-02-10T00:11:52.617Z | Downloaded regex-automata v0.1.10 |
1088 | 2024-02-10T00:11:52.617Z | Downloaded semver-parser v0.10.2 |
1089 | 2024-02-10T00:11:52.617Z | Downloaded salty v0.2.0 |
1090 | 2024-02-10T00:11:52.617Z | Downloaded vte v0.11.1 |
1091 | 2024-02-10T00:11:52.617Z | Downloaded pest v2.7.6 |
1092 | 2024-02-10T00:11:52.617Z | Downloaded rustls-webpki v0.102.1 |
1093 | 2024-02-10T00:11:52.617Z | Downloaded headers v0.3.9 |
1094 | 2024-02-10T00:11:52.618Z | Downloaded hyper v0.14.27 |
1095 | 2024-02-10T00:11:52.618Z | Downloaded openapiv3 v2.0.0 |
1096 | 2024-02-10T00:11:52.618Z | Downloaded hkdf v0.12.4 |
1097 | 2024-02-10T00:11:52.618Z | Downloaded bitvec v1.0.1 |
1098 | 2024-02-10T00:11:52.618Z | Downloaded rustix v0.38.31 |
1099 | 2024-02-10T00:11:52.623Z | Downloaded goblin v0.8.0 |
1100 | 2024-02-10T00:11:52.624Z | Downloaded hashbrown v0.12.3 |
1101 | 2024-02-10T00:11:52.624Z | Downloaded portable-atomic v1.4.3 |
1102 | 2024-02-10T00:11:52.624Z | Downloaded radix_trie v0.2.1 |
1103 | 2024-02-10T00:11:52.624Z | Downloaded regex-syntax v0.6.29 |
1104 | 2024-02-10T00:11:52.624Z | Downloaded object v0.30.4 |
1105 | 2024-02-10T00:11:52.624Z | Downloaded object v0.32.1 |
1106 | 2024-02-10T00:11:52.625Z | Downloaded regex v1.10.3 |
1107 | 2024-02-10T00:11:52.625Z | Downloaded hashbrown v0.13.2 |
1108 | 2024-02-10T00:11:52.625Z | Downloaded vcpkg v0.2.15 |
1109 | 2024-02-10T00:11:52.625Z | Downloaded serde_json v1.0.113 |
1110 | 2024-02-10T00:11:52.625Z | Downloaded syn v2.0.48 |
1111 | 2024-02-10T00:11:52.625Z | Downloaded nix v0.27.1 |
1112 | 2024-02-10T00:11:52.626Z | Downloaded regress v0.7.1 |
1113 | 2024-02-10T00:11:52.626Z | Downloaded sled v0.34.7 |
1114 | 2024-02-10T00:11:52.626Z | Downloaded ratatui v0.26.0 |
1115 | 2024-02-10T00:11:52.626Z | Downloaded petgraph v0.6.4 |
1116 | 2024-02-10T00:11:52.626Z | Downloaded tokio v1.36.0 |
1117 | 2024-02-10T00:11:52.626Z | Downloaded proptest v1.4.0 |
1118 | 2024-02-10T00:11:52.626Z | Downloaded regex-automata v0.3.8 |
1119 | 2024-02-10T00:11:52.626Z | Downloaded regex-automata v0.4.4 |
1120 | 2024-02-10T00:11:52.627Z | Downloaded csv v1.3.0 |
1121 | 2024-02-10T00:11:52.627Z | Downloaded polar-core v0.27.0 |
1122 | 2024-02-10T00:11:52.627Z | Downloaded bstr v1.6.0 |
1123 | 2024-02-10T00:11:52.627Z | Downloaded smoltcp v0.9.1 |
1124 | 2024-02-10T00:11:52.627Z | Downloaded rustls v0.21.9 |
1125 | 2024-02-10T00:11:52.627Z | Downloaded trust-dns-proto v0.22.0 |
1126 | 2024-02-10T00:11:52.627Z | Downloaded encoding_rs v0.8.33 |
1127 | 2024-02-10T00:11:52.627Z | Downloaded regex-syntax v0.8.2 |
1128 | 2024-02-10T00:11:52.627Z | Downloaded rustls v0.22.2 |
1129 | 2024-02-10T00:11:52.627Z | Downloaded zerocopy-derive v0.6.4 |
1130 | 2024-02-10T00:11:52.628Z | Downloaded libc v0.2.153 |
1131 | 2024-02-10T00:11:52.628Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1132 | 2024-02-10T00:11:52.628Z | Downloaded zerocopy-derive v0.2.0 |
1133 | 2024-02-10T00:11:52.628Z | Downloaded diesel v2.1.4 |
1134 | 2024-02-10T00:11:52.628Z | Downloaded sha3 v0.10.8 |
1135 | 2024-02-10T00:11:52.628Z | Downloaded bstr v0.2.17 |
1136 | 2024-02-10T00:11:52.629Z | Downloaded hashbrown v0.14.2 |
1137 | 2024-02-10T00:11:52.629Z | Downloaded rustls-webpki v0.101.7 |
1138 | 2024-02-10T00:11:52.629Z | Downloaded webpki-roots v0.25.2 |
1139 | 2024-02-10T00:11:52.629Z | Downloaded chrono v0.4.31 |
1140 | 2024-02-10T00:11:52.629Z | Downloaded heapless v0.7.16 |
1141 | 2024-02-10T00:11:52.629Z | Downloaded bindgen v0.69.2 |
1142 | 2024-02-10T00:11:52.629Z | Downloaded sqlparser v0.43.1 |
1143 | 2024-02-10T00:11:52.629Z | Downloaded unsafe-libyaml v0.2.10 |
1144 | 2024-02-10T00:11:52.629Z | Downloaded curve25519-dalek v4.1.1 |
1145 | 2024-02-10T00:11:52.629Z | Downloaded pin-project v1.1.3 |
1146 | 2024-02-10T00:11:52.630Z | Downloaded oso v0.27.0 |
1147 | 2024-02-10T00:11:52.630Z | Downloaded smoltcp v0.11.0 |
1148 | 2024-02-10T00:11:52.630Z | Downloaded quote v1.0.35 |
1149 | 2024-02-10T00:11:52.630Z | Downloaded platforms v3.0.2 |
1150 | 2024-02-10T00:11:52.630Z | Downloaded idna v0.5.0 |
1151 | 2024-02-10T00:11:52.630Z | Downloaded pkg-config v0.3.27 |
1152 | 2024-02-10T00:11:52.630Z | Downloaded pkcs8 v0.10.2 |
1153 | 2024-02-10T00:11:52.631Z | Downloaded pest_derive v2.7.6 |
1154 | 2024-02-10T00:11:52.631Z | Downloaded vsss-rs v3.3.4 |
1155 | 2024-02-10T00:11:52.631Z | Downloaded blake3 v1.5.0 |
1156 | 2024-02-10T00:11:52.631Z | Downloaded proc-macro-error-attr v1.0.4 |
1157 | 2024-02-10T00:11:52.631Z | Downloaded url v2.5.0 |
1158 | 2024-02-10T00:11:52.631Z | Downloaded idna v0.2.3 |
1159 | 2024-02-10T00:11:52.631Z | Downloaded ring v0.16.20 |
1160 | 2024-02-10T00:11:52.700Z | Downloaded thiserror-impl v1.0.56 |
1161 | 2024-02-10T00:11:52.710Z | Downloaded sha2 v0.10.8 |
1162 | 2024-02-10T00:11:52.710Z | Downloaded clap v2.34.0 |
1163 | 2024-02-10T00:11:52.710Z | Downloaded ena v0.14.2 |
1164 | 2024-02-10T00:11:52.710Z | Downloaded thiserror-no-std v2.0.2 |
1165 | 2024-02-10T00:11:52.710Z | Downloaded ron v0.8.1 |
1166 | 2024-02-10T00:11:52.710Z | Downloaded aho-corasick v1.0.4 |
1167 | 2024-02-10T00:11:52.714Z | Downloaded phf_shared v0.11.2 |
1168 | 2024-02-10T00:11:52.714Z | Downloaded packed_struct_codegen v0.10.1 |
1169 | 2024-02-10T00:11:52.714Z | Downloaded futures-io v0.3.30 |
1170 | 2024-02-10T00:11:52.718Z | Downloaded futures-core v0.3.30 |
1171 | 2024-02-10T00:11:52.718Z | Downloaded stable_deref_trait v1.2.0 |
1172 | 2024-02-10T00:11:52.718Z | Downloaded serde_tokenstream v0.1.7 |
1173 | 2024-02-10T00:11:52.722Z | Downloaded rustls-pemfile v1.0.3 |
1174 | 2024-02-10T00:11:52.722Z | Downloaded phf v0.11.2 |
1175 | 2024-02-10T00:11:52.726Z | Downloaded pest_generator v2.7.6 |
1176 | 2024-02-10T00:11:52.726Z | Downloaded lalrpop v0.19.12 |
1177 | 2024-02-10T00:11:52.741Z | Downloaded utf-8 v0.7.6 |
1178 | 2024-02-10T00:11:52.741Z | Downloaded rustix v0.37.23 |
1179 | 2024-02-10T00:11:52.754Z | Downloaded textwrap v0.16.0 |
1180 | 2024-02-10T00:11:52.757Z | Downloaded version_check v0.9.4 |
1181 | 2024-02-10T00:11:52.757Z | Downloaded utf8parse v0.2.1 |
1182 | 2024-02-10T00:11:52.760Z | Downloaded scroll_derive v0.12.0 |
1183 | 2024-02-10T00:11:52.760Z | Downloaded textwrap v0.11.0 |
1184 | 2024-02-10T00:11:52.760Z | Downloaded rtoolbox v0.0.1 |
1185 | 2024-02-10T00:11:52.763Z | Downloaded rpassword v7.3.1 |
1186 | 2024-02-10T00:11:52.763Z | Downloaded resolv-conf v0.7.0 |
1187 | 2024-02-10T00:11:52.767Z | Downloaded plain v0.2.3 |
1188 | 2024-02-10T00:11:52.767Z | Downloaded want v0.3.1 |
1189 | 2024-02-10T00:11:52.767Z | Downloaded typed-path v0.7.0 |
1190 | 2024-02-10T00:11:52.771Z | Downloaded dtrace-parser v0.2.0 |
1191 | 2024-02-10T00:11:52.774Z | Downloaded vte_generate_state_changes v0.1.1 |
1192 | 2024-02-10T00:11:52.774Z | Downloaded clap_builder v4.4.2 |
1193 | 2024-02-10T00:11:52.779Z | Downloaded http v0.2.11 |
1194 | 2024-02-10T00:11:52.782Z | Downloaded itertools v0.10.5 |
1195 | 2024-02-10T00:11:52.788Z | Downloaded backtrace v0.3.69 |
1196 | 2024-02-10T00:11:52.792Z | Downloaded derive_more v0.99.17 |
1197 | 2024-02-10T00:11:52.797Z | Downloaded ring v0.17.7 |
1198 | 2024-02-10T00:11:52.865Z | Downloaded darling_core v0.20.3 |
1199 | 2024-02-10T00:11:52.870Z | Downloaded flume v0.11.0 |
1200 | 2024-02-10T00:11:52.873Z | Downloaded serde v1.0.196 |
1201 | 2024-02-10T00:11:52.876Z | Downloaded tempfile v3.10.0 |
1202 | 2024-02-10T00:11:52.879Z | Downloaded rcgen v0.12.1 |
1203 | 2024-02-10T00:11:52.882Z | Downloaded time v0.3.27 |
1204 | 2024-02-10T00:11:52.886Z | Downloaded rand_core v0.6.4 |
1205 | 2024-02-10T00:11:52.889Z | Downloaded trust-dns-server v0.22.1 |
1206 | 2024-02-10T00:11:52.893Z | Downloaded deranged v0.3.8 |
1207 | 2024-02-10T00:11:52.896Z | Downloaded tracing-core v0.1.31 |
1208 | 2024-02-10T00:11:52.899Z | Downloaded percent-encoding v2.3.1 |
1209 | 2024-02-10T00:11:52.899Z | Downloaded smallvec v1.13.1 |
1210 | 2024-02-10T00:11:52.901Z | Downloaded schemars v0.8.16 |
1211 | 2024-02-10T00:11:53.911Z | Downloaded tungstenite v0.20.1 |
1212 | 2024-02-10T00:11:53.920Z | Downloaded futures-sink v0.3.30 |
1213 | 2024-02-10T00:11:53.920Z | Downloaded universal-hash v0.5.1 |
1214 | 2024-02-10T00:11:53.920Z | Downloaded walkdir v2.4.0 |
1215 | 2024-02-10T00:11:53.920Z | Downloaded zone v0.3.0 |
1216 | 2024-02-10T00:11:53.920Z | Downloaded toml v0.8.9 |
1217 | 2024-02-10T00:11:53.920Z | Downloaded topological-sort v0.2.2 |
1218 | 2024-02-10T00:11:53.920Z | Downloaded darling v0.14.4 |
1219 | 2024-02-10T00:11:53.920Z | Downloaded zerocopy v0.6.4 |
1220 | 2024-02-10T00:11:53.920Z | Downloaded structmeta-derive v0.3.0 |
1221 | 2024-02-10T00:11:53.920Z | Downloaded omicron-zone-package v0.11.0 |
1222 | 2024-02-10T00:11:53.920Z | Downloaded der v0.7.8 |
1223 | 2024-02-10T00:11:53.920Z | Downloaded tokio-postgres v0.7.10 |
1224 | 2024-02-10T00:11:53.920Z | Downloaded postgres-types v0.2.6 |
1225 | 2024-02-10T00:11:53.921Z | Downloaded sec1 v0.7.3 |
1226 | 2024-02-10T00:11:53.921Z | Downloaded parking_lot_core v0.9.8 |
1227 | 2024-02-10T00:11:53.921Z | Downloaded diesel_derives v2.1.2 |
1228 | 2024-02-10T00:11:53.921Z | Downloaded structopt v0.3.26 |
1229 | 2024-02-10T00:11:53.921Z | Downloaded slog-json v2.6.1 |
1230 | 2024-02-10T00:11:53.921Z | Downloaded test-strategy v0.3.1 |
1231 | 2024-02-10T00:11:53.921Z | Downloaded tracing-attributes v0.1.26 |
1232 | 2024-02-10T00:11:53.921Z | Downloaded synstructure v0.12.6 |
1233 | 2024-02-10T00:11:53.921Z | Downloaded usdt-impl v0.3.5 |
1234 | 2024-02-10T00:11:53.921Z | Downloaded signature v2.1.0 |
1235 | 2024-02-10T00:11:53.921Z | Downloaded unicode-xid v0.2.4 |
1236 | 2024-02-10T00:11:53.921Z | Downloaded memchr v2.6.3 |
1237 | 2024-02-10T00:11:53.921Z | Downloaded minimal-lexical v0.2.1 |
1238 | 2024-02-10T00:11:53.921Z | Downloaded libxml v0.3.3 |
1239 | 2024-02-10T00:11:53.921Z | Downloaded getrandom v0.2.10 |
1240 | 2024-02-10T00:11:53.921Z | Downloaded unicode-ident v1.0.12 |
1241 | 2024-02-10T00:11:53.921Z | Downloaded toml_datetime v0.6.5 |
1242 | 2024-02-10T00:11:53.921Z | Downloaded once_cell v1.19.0 |
1243 | 2024-02-10T00:11:53.921Z | Downloaded unicode-bidi v0.3.13 |
1244 | 2024-02-10T00:11:53.921Z | Downloaded base64 v0.21.7 |
1245 | 2024-02-10T00:11:53.921Z | Downloaded static_assertions v1.1.0 |
1246 | 2024-02-10T00:11:53.921Z | Downloaded serde_tokenstream v0.2.0 |
1247 | 2024-02-10T00:11:53.921Z | Downloaded smawk v0.3.1 |
1248 | 2024-02-10T00:11:53.921Z | Downloaded form_urlencoded v1.2.1 |
1249 | 2024-02-10T00:11:53.921Z | Downloaded spki v0.7.2 |
1250 | 2024-02-10T00:11:53.921Z | Downloaded ff v0.13.0 |
1251 | 2024-02-10T00:11:53.922Z | Downloaded rand_chacha v0.3.1 |
1252 | 2024-02-10T00:11:53.922Z | Downloaded foreign-types-macros v0.2.3 |
1253 | 2024-02-10T00:11:53.922Z | Downloaded semver v0.1.20 |
1254 | 2024-02-10T00:11:53.922Z | Downloaded paste v1.0.14 |
1255 | 2024-02-10T00:11:53.922Z | Downloaded bitfield v0.14.0 |
1256 | 2024-02-10T00:11:53.922Z | Downloaded allocator-api2 v0.2.16 |
1257 | 2024-02-10T00:11:53.922Z | Downloaded similar v2.3.0 |
1258 | 2024-02-10T00:11:53.922Z | Downloaded cc v1.0.83 |
1259 | 2024-02-10T00:11:53.922Z | Downloaded whoami v1.4.1 |
1260 | 2024-02-10T00:11:53.922Z | Downloaded which v4.4.0 |
1261 | 2024-02-10T00:11:53.922Z | Downloaded itoa v1.0.9 |
1262 | 2024-02-10T00:11:53.922Z | Downloaded signal-hook-registry v1.4.1 |
1263 | 2024-02-10T00:11:53.922Z | Downloaded enum-as-inner v0.5.1 |
1264 | 2024-02-10T00:11:53.922Z | Downloaded foreign-types v0.5.0 |
1265 | 2024-02-10T00:11:53.922Z | Downloaded filetime v0.2.23 |
1266 | 2024-02-10T00:11:53.922Z | Downloaded errno v0.3.8 |
1267 | 2024-02-10T00:11:53.922Z | Downloaded digest v0.10.7 |
1268 | 2024-02-10T00:11:53.922Z | Downloaded data-encoding v2.4.0 |
1269 | 2024-02-10T00:11:53.922Z | Downloaded indexmap v1.9.3 |
1270 | 2024-02-10T00:11:53.922Z | Downloaded tinyvec v1.6.0 |
1271 | 2024-02-10T00:11:53.922Z | Downloaded owo-colors v4.0.0 |
1272 | 2024-02-10T00:11:53.922Z | Downloaded der_derive v0.7.2 |
1273 | 2024-02-10T00:11:53.922Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1274 | 2024-02-10T00:11:53.922Z | Downloaded usdt-attr-macro v0.5.0 |
1275 | 2024-02-10T00:11:53.922Z | Downloaded endian-type v0.1.2 |
1276 | 2024-02-10T00:11:53.922Z | Downloaded waitgroup v0.1.2 |
1277 | 2024-02-10T00:11:53.923Z | Downloaded vec_map v0.8.2 |
1278 | 2024-02-10T00:11:53.923Z | Downloaded serde_repr v0.1.16 |
1279 | 2024-02-10T00:11:53.923Z | Downloaded crossbeam-utils v0.8.16 |
1280 | 2024-02-10T00:11:53.923Z | Downloaded crc32fast v1.3.2 |
1281 | 2024-02-10T00:11:53.923Z | Downloaded try-lock v0.2.4 |
1282 | 2024-02-10T00:11:53.923Z | Downloaded bzip2 v0.4.4 |
1283 | 2024-02-10T00:11:53.923Z | Downloaded predicates-core v1.0.6 |
1284 | 2024-02-10T00:11:53.923Z | Downloaded tokio-rustls v0.24.1 |
1285 | 2024-02-10T00:11:53.923Z | Downloaded memmap2 v0.7.1 |
1286 | 2024-02-10T00:11:53.923Z | Downloaded smallvec v0.6.14 |
1287 | 2024-02-10T00:11:53.923Z | Downloaded base64ct v1.6.0 |
1288 | 2024-02-10T00:11:53.923Z | Downloaded supports-color v2.1.0 |
1289 | 2024-02-10T00:11:53.923Z | Downloaded byteorder v1.5.0 |
1290 | 2024-02-10T00:11:53.923Z | Downloaded hubpack v0.1.2 |
1291 | 2024-02-10T00:11:53.923Z | Downloaded serde_spanned v0.6.5 |
1292 | 2024-02-10T00:11:53.923Z | Downloaded snafu-derive v0.7.5 |
1293 | 2024-02-10T00:11:53.923Z | Downloaded nanorand v0.7.0 |
1294 | 2024-02-10T00:11:53.923Z | Downloaded num_enum v0.5.11 |
1295 | 2024-02-10T00:11:53.923Z | Downloaded hash32 v0.3.1 |
1296 | 2024-02-10T00:11:53.923Z | Downloaded camino v1.1.6 |
1297 | 2024-02-10T00:11:53.923Z | Downloaded async-trait v0.1.77 |
1298 | 2024-02-10T00:11:53.923Z | Downloaded bitflags v2.4.0 |
1299 | 2024-02-10T00:11:53.923Z | Downloaded fs-err v2.11.0 |
1300 | 2024-02-10T00:11:53.923Z | Downloaded time-macros v0.2.13 |
1301 | 2024-02-10T00:11:53.923Z | Downloaded camino-tempfile v1.1.1 |
1302 | 2024-02-10T00:11:53.923Z | Downloaded inout v0.1.3 |
1303 | 2024-02-10T00:11:53.924Z | Downloaded cancel-safe-futures v0.1.5 |
1304 | 2024-02-10T00:11:53.924Z | Downloaded crossbeam-channel v0.5.8 |
1305 | 2024-02-10T00:11:53.924Z | Downloaded bcs v0.1.6 |
1306 | 2024-02-10T00:11:53.924Z | Downloaded lalrpop-util v0.19.12 |
1307 | 2024-02-10T00:11:53.924Z | Downloaded bit-vec v0.6.3 |
1308 | 2024-02-10T00:11:53.924Z | Downloaded heck v0.3.3 |
1309 | 2024-02-10T00:11:53.924Z | Downloaded dirs-sys-next v0.1.2 |
1310 | 2024-02-10T00:11:53.924Z | Downloaded thread-id v4.2.0 |
1311 | 2024-02-10T00:11:53.924Z | Downloaded siphasher v0.3.11 |
1312 | 2024-02-10T00:11:53.928Z | Downloaded serde_plain v1.0.2 |
1313 | 2024-02-10T00:11:53.928Z | Downloaded schemars_derive v0.8.16 |
1314 | 2024-02-10T00:11:53.928Z | Downloaded tiny-keccak v2.0.2 |
1315 | 2024-02-10T00:11:53.928Z | Downloaded arrayvec v0.7.4 |
1316 | 2024-02-10T00:11:53.929Z | Downloaded fd-lock v3.0.13 |
1317 | 2024-02-10T00:11:53.929Z | Downloaded string_cache v0.8.7 |
1318 | 2024-02-10T00:11:53.929Z | Downloaded structmeta-derive v0.2.0 |
1319 | 2024-02-10T00:11:53.929Z | Downloaded multimap v0.8.3 |
1320 | 2024-02-10T00:11:53.929Z | Downloaded anyhow v1.0.75 |
1321 | 2024-02-10T00:11:53.929Z | Downloaded ahash v0.8.7 |
1322 | 2024-02-10T00:11:53.929Z | Downloaded stringprep v0.1.3 |
1323 | 2024-02-10T00:11:53.929Z | Downloaded indicatif v0.17.7 |
1324 | 2024-02-10T00:11:53.929Z | Downloaded num v0.4.1 |
1325 | 2024-02-10T00:11:53.929Z | Downloaded kstat-rs v0.2.3 |
1326 | 2024-02-10T00:11:53.929Z | Downloaded http-body v0.4.5 |
1327 | 2024-02-10T00:11:53.929Z | Downloaded buf-list v1.0.3 |
1328 | 2024-02-10T00:11:53.929Z | Downloaded memmap v0.7.0 |
1329 | 2024-02-10T00:11:53.929Z | Downloaded highway v1.1.0 |
1330 | 2024-02-10T00:11:53.929Z | Downloaded crossbeam-epoch v0.9.15 |
1331 | 2024-02-10T00:11:53.929Z | Downloaded zone_cfg_derive v0.3.0 |
1332 | 2024-02-10T00:11:53.929Z | Downloaded cipher v0.4.4 |
1333 | 2024-02-10T00:11:53.929Z | Downloaded md-5 v0.10.5 |
1334 | 2024-02-10T00:11:53.929Z | Downloaded maybe-uninit v2.0.0 |
1335 | 2024-02-10T00:11:53.929Z | Downloaded memoffset v0.7.1 |
1336 | 2024-02-10T00:11:53.929Z | Downloaded block-buffer v0.10.4 |
1337 | 2024-02-10T00:11:53.929Z | Downloaded slog-dtrace v0.3.0 |
1338 | 2024-02-10T00:11:53.929Z | Downloaded mime_guess v2.0.4 |
1339 | 2024-02-10T00:11:53.929Z | Downloaded ciborium-ll v0.2.2 |
1340 | 2024-02-10T00:11:53.929Z | Downloaded hyper-tls v0.5.0 |
1341 | 2024-02-10T00:11:53.929Z | Downloaded httpdate v1.0.3 |
1342 | 2024-02-10T00:11:53.930Z | Downloaded bytecount v0.6.3 |
1343 | 2024-02-10T00:11:53.930Z | Downloaded mockall v0.12.0 |
1344 | 2024-02-10T00:11:53.930Z | Downloaded nibble_vec v0.1.0 |
1345 | 2024-02-10T00:11:53.930Z | Downloaded linear-map v1.2.0 |
1346 | 2024-02-10T00:11:53.930Z | Downloaded equivalent v1.0.1 |
1347 | 2024-02-10T00:11:53.930Z | Downloaded slog-bunyan v2.5.0 |
1348 | 2024-02-10T00:11:53.930Z | Downloaded ansi_term v0.12.1 |
1349 | 2024-02-10T00:11:53.930Z | Downloaded strum v0.26.1 |
1350 | 2024-02-10T00:11:53.930Z | Downloaded crucible-workspace-hack v0.1.0 |
1351 | 2024-02-10T00:11:53.930Z | Downloaded home v0.5.5 |
1352 | 2024-02-10T00:11:53.930Z | Downloaded blake2 v0.10.6 |
1353 | 2024-02-10T00:11:53.930Z | Downloaded anstyle-query v1.0.0 |
1354 | 2024-02-10T00:11:53.930Z | Downloaded adler v1.0.2 |
1355 | 2024-02-10T00:11:53.930Z | Downloaded sqlparser_derive v0.2.2 |
1356 | 2024-02-10T00:11:53.930Z | Downloaded serde_with v3.6.0 |
1357 | 2024-02-10T00:11:53.930Z | Downloaded nom v7.1.3 |
1358 | 2024-02-10T00:11:53.930Z | Downloaded nodrop v0.1.14 |
1359 | 2024-02-10T00:11:53.930Z | Downloaded serde-big-array v0.5.1 |
1360 | 2024-02-10T00:11:53.930Z | Downloaded newtype_derive v0.1.6 |
1361 | 2024-02-10T00:11:53.930Z | Downloaded rustyline v13.0.0 |
1362 | 2024-02-10T00:11:53.930Z | Downloaded matches v0.1.10 |
1363 | 2024-02-10T00:11:53.930Z | Downloaded num-bigint v0.4.4 |
1364 | 2024-02-10T00:11:53.930Z | Downloaded cstr-argument v0.1.2 |
1365 | 2024-02-10T00:11:53.930Z | Downloaded lru v0.12.1 |
1366 | 2024-02-10T00:11:53.930Z | Downloaded serde_path_to_error v0.1.15 |
1367 | 2024-02-10T00:11:53.930Z | Downloaded num-complex v0.4.4 |
1368 | 2024-02-10T00:11:53.931Z | Downloaded multer v3.0.0 |
1369 | 2024-02-10T00:11:53.931Z | Downloaded serde_urlencoded v0.7.1 |
1370 | 2024-02-10T00:11:53.931Z | Downloaded secrecy v0.8.0 |
1371 | 2024-02-10T00:11:53.931Z | Downloaded rustc-demangle v0.1.23 |
1372 | 2024-02-10T00:11:53.931Z | Downloaded lock_api v0.4.10 |
1373 | 2024-02-10T00:11:53.931Z | Downloaded array-init v0.0.4 |
1374 | 2024-02-10T00:11:53.931Z | Downloaded assert_matches v1.5.0 |
1375 | 2024-02-10T00:11:53.931Z | Downloaded serde-big-array v0.4.1 |
1376 | 2024-02-10T00:11:53.931Z | Downloaded num-rational v0.4.1 |
1377 | 2024-02-10T00:11:53.931Z | Downloaded rustfmt-wrapper v0.2.0 |
1378 | 2024-02-10T00:11:53.931Z | Downloaded num-integer v0.1.45 |
1379 | 2024-02-10T00:11:53.931Z | Downloaded num-derive v0.4.0 |
1380 | 2024-02-10T00:11:53.931Z | Downloaded anstyle v1.0.2 |
1381 | 2024-02-10T00:11:53.931Z | Downloaded native-tls v0.2.11 |
1382 | 2024-02-10T00:11:53.931Z | Downloaded ciborium v0.2.2 |
1383 | 2024-02-10T00:11:53.931Z | Downloaded arrayref v0.3.7 |
1384 | 2024-02-10T00:11:53.931Z | Downloaded rustls-pki-types v1.1.0 |
1385 | 2024-02-10T00:11:53.931Z | Downloaded crc-any v2.4.3 |
1386 | 2024-02-10T00:11:53.931Z | Downloaded num-iter v0.1.43 |
1387 | 2024-02-10T00:11:53.931Z | Downloaded normalize-line-endings v0.3.0 |
1388 | 2024-02-10T00:11:53.931Z | Downloaded lru-cache v0.1.2 |
1389 | 2024-02-10T00:11:53.931Z | Downloaded crossbeam-deque v0.8.3 |
1390 | 2024-02-10T00:11:53.931Z | Downloaded lazycell v1.3.0 |
1391 | 2024-02-10T00:11:53.931Z | Downloaded colorchoice v1.0.0 |
1392 | 2024-02-10T00:11:53.931Z | Downloaded async-stream-impl v0.3.5 |
1393 | 2024-02-10T00:11:53.932Z | Compiling proc-macro2 v1.0.78 |
1394 | 2024-02-10T00:11:53.932Z | Compiling unicode-ident v1.0.12 |
1395 | 2024-02-10T00:11:53.932Z | Compiling libc v0.2.153 |
1396 | 2024-02-10T00:11:53.932Z | Compiling serde v1.0.196 |
1397 | 2024-02-10T00:11:53.932Z | Compiling autocfg v1.1.0 |
1398 | 2024-02-10T00:11:53.932Z | Compiling version_check v0.9.4 |
1399 | 2024-02-10T00:11:53.932Z | Compiling cfg-if v1.0.0 |
1400 | 2024-02-10T00:11:53.932Z | Compiling once_cell v1.19.0 |
1401 | 2024-02-10T00:11:53.932Z | Compiling syn v1.0.109 |
1402 | 2024-02-10T00:11:53.932Z | Compiling byteorder v1.5.0 |
1403 | 2024-02-10T00:11:54.222Z | Compiling memchr v2.6.3 |
1404 | 2024-02-10T00:11:54.341Z | Compiling parking_lot_core v0.9.8 |
1405 | 2024-02-10T00:11:54.396Z | Compiling ahash v0.8.7 |
1406 | 2024-02-10T00:11:54.475Z | Compiling lock_api v0.4.10 |
1407 | 2024-02-10T00:11:54.794Z | Compiling libm v0.2.7 |
1408 | 2024-02-10T00:11:54.806Z | Compiling serde_json v1.0.113 |
1409 | 2024-02-10T00:11:54.988Z | Compiling num-traits v0.2.16 |
1410 | 2024-02-10T00:11:55.457Z | Compiling thiserror v1.0.56 |
1411 | 2024-02-10T00:11:55.458Z | Compiling scopeguard v1.2.0 |
1412 | 2024-02-10T00:11:55.473Z | Compiling typenum v1.16.0 |
1413 | 2024-02-10T00:11:55.506Z | Compiling generic-array v0.14.7 |
1414 | 2024-02-10T00:11:55.847Z | Compiling itoa v1.0.9 |
1415 | 2024-02-10T00:11:55.865Z | Compiling quote v1.0.35 |
1416 | 2024-02-10T00:11:56.115Z | Compiling log v0.4.20 |
1417 | 2024-02-10T00:11:56.467Z | Compiling syn v2.0.48 |
1418 | 2024-02-10T00:11:56.517Z | Compiling cc v1.0.83 |
1419 | 2024-02-10T00:11:56.535Z | Compiling getrandom v0.2.10 |
1420 | 2024-02-10T00:11:56.964Z | Compiling pkg-config v0.3.27 |
1421 | 2024-02-10T00:11:57.146Z | Compiling slab v0.4.9 |
1422 | 2024-02-10T00:11:57.518Z | Compiling ryu v1.0.15 |
1423 | 2024-02-10T00:11:57.587Z | Compiling pin-project-lite v0.2.13 |
1424 | 2024-02-10T00:11:57.708Z | Compiling smallvec v1.13.1 |
1425 | 2024-02-10T00:11:57.791Z | Compiling allocator-api2 v0.2.16 |
1426 | 2024-02-10T00:11:58.052Z | Compiling equivalent v1.0.1 |
1427 | 2024-02-10T00:11:58.111Z | Compiling heck v0.4.1 |
1428 | 2024-02-10T00:11:58.198Z | Compiling vcpkg v0.2.15 |
1429 | 2024-02-10T00:11:58.517Z | Compiling schemars v0.8.16 |
1430 | 2024-02-10T00:11:58.611Z | Compiling parking_lot v0.12.1 |
1431 | 2024-02-10T00:11:59.050Z | Compiling ring v0.17.7 |
1432 | 2024-02-10T00:11:59.873Z | Compiling signal-hook-registry v1.4.1 |
1433 | 2024-02-10T00:11:59.947Z | Compiling openssl-sys v0.9.96 |
1434 | 2024-02-10T00:12:00.855Z | Compiling rand_core v0.6.4 |
1435 | 2024-02-10T00:12:01.157Z | Compiling mio v0.8.9 |
1436 | 2024-02-10T00:12:02.064Z | Compiling ring v0.16.20 |
1437 | 2024-02-10T00:12:03.066Z | Compiling num_cpus v1.16.0 |
1438 | 2024-02-10T00:12:03.138Z | Compiling socket2 v0.5.5 |
1439 | 2024-02-10T00:12:03.219Z | Compiling ucd-trie v0.1.6 |
1440 | 2024-02-10T00:12:03.237Z | Compiling httparse v1.8.0 |
1441 | 2024-02-10T00:12:03.324Z | Compiling futures-core v0.3.30 |
1442 | 2024-02-10T00:12:03.614Z | Compiling openssl v0.10.60 |
1443 | 2024-02-10T00:12:03.646Z | Compiling crossbeam-utils v0.8.16 |
1444 | 2024-02-10T00:12:03.668Z | Compiling fnv v1.0.7 |
1445 | 2024-02-10T00:12:03.731Z | Compiling spin v0.5.2 |
1446 | 2024-02-10T00:12:03.815Z | Compiling semver v1.0.21 |
1447 | 2024-02-10T00:12:04.003Z | Compiling serde_derive_internals v0.26.0 |
1448 | 2024-02-10T00:12:04.312Z | Compiling iana-time-zone v0.1.57 |
1449 | 2024-02-10T00:12:04.612Z | Compiling native-tls v0.2.11 |
1450 | 2024-02-10T00:12:04.667Z | Compiling subtle v2.5.0 |
1451 | 2024-02-10T00:12:04.974Z | Compiling unicode-xid v0.2.4 |
1452 | 2024-02-10T00:12:05.011Z | Compiling rustls v0.21.9 |
1453 | 2024-02-10T00:12:05.144Z | Compiling const-oid v0.9.5 |
1454 | 2024-02-10T00:12:05.211Z | Compiling synstructure v0.12.6 |
1455 | 2024-02-10T00:12:05.307Z | Compiling spin v0.9.8 |
1456 | 2024-02-10T00:12:05.816Z | Compiling memoffset v0.9.0 |
1457 | 2024-02-10T00:12:05.993Z | Compiling futures-sink v0.3.30 |
1458 | 2024-02-10T00:12:06.161Z | Compiling io-lifetimes v1.0.11 |
1459 | 2024-02-10T00:12:06.654Z | Compiling backtrace v0.3.69 |
1460 | 2024-02-10T00:12:06.832Z | Compiling winnow v0.5.15 |
1461 | 2024-02-10T00:12:06.860Z | Compiling dyn-clone v1.0.16 |
1462 | 2024-02-10T00:12:07.018Z | Compiling tinyvec_macros v0.1.1 |
1463 | 2024-02-10T00:12:07.036Z | Compiling rustix v0.38.31 |
1464 | 2024-02-10T00:12:07.101Z | Compiling tinyvec v1.6.0 |
1465 | 2024-02-10T00:12:07.287Z | Compiling futures-channel v0.3.30 |
1466 | 2024-02-10T00:12:07.677Z | Compiling tracing-core v0.1.31 |
1467 | 2024-02-10T00:12:07.722Z | Compiling num-integer v0.1.45 |
1468 | 2024-02-10T00:12:07.948Z | Compiling crossbeam-epoch v0.9.15 |
1469 | 2024-02-10T00:12:08.049Z | Compiling pin-utils v0.1.0 |
1470 | 2024-02-10T00:12:08.326Z | Compiling futures-io v0.3.30 |
1471 | 2024-02-10T00:12:08.528Z | Compiling rustix v0.37.23 |
1472 | 2024-02-10T00:12:08.599Z | Compiling slog v2.7.0 |
1473 | 2024-02-10T00:12:09.094Z | Compiling futures-task v0.3.30 |
1474 | 2024-02-10T00:12:09.493Z | Compiling unicode-normalization v0.1.22 |
1475 | 2024-02-10T00:12:09.801Z | Compiling serde_derive v1.0.196 |
1476 | 2024-02-10T00:12:09.843Z | Compiling zerocopy-derive v0.7.32 |
1477 | 2024-02-10T00:12:10.042Z | Compiling zeroize_derive v1.4.2 |
1478 | 2024-02-10T00:12:10.242Z | Compiling thiserror-impl v1.0.56 |
1479 | 2024-02-10T00:12:10.277Z | Compiling tokio-macros v2.2.0 |
1480 | 2024-02-10T00:12:10.414Z | Compiling futures-macro v0.3.30 |
1481 | 2024-02-10T00:12:10.434Z | Compiling tracing-attributes v0.1.26 |
1482 | 2024-02-10T00:12:11.449Z | Compiling zeroize v1.7.0 |
1483 | 2024-02-10T00:12:11.691Z | Compiling schemars_derive v0.8.16 |
1484 | 2024-02-10T00:12:11.740Z | Compiling zerocopy v0.7.32 |
1485 | 2024-02-10T00:12:13.296Z | Compiling pest v2.7.6 |
1486 | 2024-02-10T00:12:13.612Z | Compiling hashbrown v0.14.2 |
1487 | 2024-02-10T00:12:13.848Z | Compiling openssl-macros v0.1.1 |
1488 | 2024-02-10T00:12:14.549Z | Compiling zerocopy-derive v0.2.0 |
1489 | 2024-02-10T00:12:14.646Z | Compiling crypto-common v0.1.6 |
1490 | 2024-02-10T00:12:14.833Z | Compiling der_derive v0.7.2 |
1491 | 2024-02-10T00:12:14.977Z | Compiling block-buffer v0.10.4 |
1492 | 2024-02-10T00:12:15.087Z | Compiling tracing v0.1.37 |
1493 | 2024-02-10T00:12:15.212Z | Compiling hashbrown v0.13.2 |
1494 | 2024-02-10T00:12:15.778Z | Compiling pest_meta v2.7.6 |
1495 | 2024-02-10T00:12:15.917Z | Compiling futures-util v0.3.30 |
1496 | 2024-02-10T00:12:16.281Z | Compiling usdt-impl v0.3.5 |
1497 | 2024-02-10T00:12:16.902Z | Compiling bitflags v1.3.2 |
1498 | 2024-02-10T00:12:17.010Z | Compiling pest_generator v2.7.6 |
1499 | 2024-02-10T00:12:17.621Z | Compiling crc32fast v1.3.2 |
1500 | 2024-02-10T00:12:18.072Z | Compiling unicode-bidi v0.3.13 |
1501 | 2024-02-10T00:12:18.894Z | Compiling time-core v0.1.1 |
1502 | 2024-02-10T00:12:19.090Z | Compiling anyhow v1.0.75 |
1503 | 2024-02-10T00:12:19.425Z | Compiling time-macros v0.2.13 |
1504 | 2024-02-10T00:12:20.032Z | Compiling pest_derive v2.7.6 |
1505 | 2024-02-10T00:12:20.784Z | Compiling digest v0.10.7 |
1506 | 2024-02-10T00:12:21.224Z | Compiling scroll_derive v0.12.0 |
1507 | 2024-02-10T00:12:22.084Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1508 | 2024-02-10T00:12:22.105Z | Compiling aho-corasick v1.0.4 |
1509 | 2024-02-10T00:12:22.369Z | Compiling async-trait v0.1.77 |
1510 | 2024-02-10T00:12:22.521Z | Compiling untrusted v0.9.0 |
1511 | 2024-02-10T00:12:22.646Z | Compiling rustversion v1.0.14 |
1512 | 2024-02-10T00:12:22.712Z | Compiling regex-syntax v0.8.2 |
1513 | 2024-02-10T00:12:22.808Z | Compiling ppv-lite86 v0.2.17 |
1514 | 2024-02-10T00:12:22.855Z | Compiling signal-hook v0.3.17 |
1515 | 2024-02-10T00:12:23.284Z | Compiling zerocopy v0.3.0 |
1516 | 2024-02-10T00:12:23.596Z | Compiling bytes v1.5.0 |
1517 | 2024-02-10T00:12:24.313Z | Compiling indexmap v2.2.2 |
1518 | 2024-02-10T00:12:24.887Z | Compiling tokio v1.36.0 |
1519 | 2024-02-10T00:12:25.604Z | Compiling uuid v1.7.0 |
1520 | 2024-02-10T00:12:25.796Z | Compiling chrono v0.4.31 |
1521 | 2024-02-10T00:12:25.816Z | Compiling bitflags v2.4.0 |
1522 | 2024-02-10T00:12:27.929Z | Compiling serde_spanned v0.6.5 |
1523 | 2024-02-10T00:12:28.174Z | Compiling toml_datetime v0.6.5 |
1524 | 2024-02-10T00:12:29.016Z | Compiling toml_edit v0.19.15 |
1525 | 2024-02-10T00:12:29.444Z | Compiling rustc_version v0.4.0 |
1526 | 2024-02-10T00:12:29.482Z | Compiling http v0.2.11 |
1527 | 2024-02-10T00:12:30.108Z | Compiling heapless v0.7.16 |
1528 | 2024-02-10T00:12:30.988Z | Compiling regex-automata v0.4.4 |
1529 | 2024-02-10T00:12:32.052Z | Compiling rand_chacha v0.3.1 |
1530 | 2024-02-10T00:12:33.106Z | Compiling errno v0.3.8 |
1531 | 2024-02-10T00:12:33.389Z | Compiling thread-id v4.2.0 |
1532 | 2024-02-10T00:12:35.348Z | Compiling strsim v0.10.0 |
1533 | 2024-02-10T00:12:36.006Z | Compiling regex v1.10.3 |
1534 | 2024-02-10T00:12:36.078Z | Compiling tokio-util v0.7.10 |
1535 | 2024-02-10T00:12:37.408Z | Compiling rand v0.8.5 |
1536 | 2024-02-10T00:12:39.103Z | Compiling dof v0.1.5 |
1537 | 2024-02-10T00:12:40.001Z | Compiling dtrace-parser v0.1.14 |
1538 | 2024-02-10T00:12:41.144Z | Compiling num-bigint v0.4.4 |
1539 | 2024-02-10T00:12:41.216Z | Compiling untrusted v0.7.1 |
1540 | 2024-02-10T00:12:41.432Z | Compiling base64ct v1.6.0 |
1541 | 2024-02-10T00:12:41.616Z | Compiling percent-encoding v2.3.1 |
1542 | 2024-02-10T00:12:41.675Z | Compiling smoltcp v0.9.1 |
1543 | 2024-02-10T00:12:42.030Z | Compiling foreign-types-shared v0.1.1 |
1544 | 2024-02-10T00:12:42.162Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1545 | 2024-02-10T00:12:42.298Z | Compiling foreign-types v0.3.2 |
1546 | 2024-02-10T00:12:42.317Z | Compiling pem-rfc7468 v0.7.0 |
1547 | 2024-02-10T00:12:42.894Z | Compiling strum_macros v0.25.2 |
1548 | 2024-02-10T00:12:44.748Z | Compiling serde_tokenstream v0.1.7 |
1549 | 2024-02-10T00:12:45.505Z | Compiling hmac v0.12.1 |
1550 | 2024-02-10T00:12:45.859Z | Compiling lazy_static v1.4.0 |
1551 | 2024-02-10T00:12:46.038Z | Compiling socket2 v0.4.9 |
1552 | 2024-02-10T00:12:46.543Z | Compiling base64 v0.21.7 |
1553 | 2024-02-10T00:12:46.543Z | Compiling adler v1.0.2 |
1554 | 2024-02-10T00:12:46.656Z | Compiling try-lock v0.2.4 |
1555 | 2024-02-10T00:12:46.688Z | Compiling siphasher v0.3.11 |
1556 | 2024-02-10T00:12:46.723Z | Compiling unicode-width v0.1.11 |
1557 | 2024-02-10T00:12:46.889Z | Compiling flagset v0.4.3 |
1558 | 2024-02-10T00:12:47.075Z | Compiling unicode-segmentation v1.10.1 |
1559 | 2024-02-10T00:12:47.103Z | Compiling der v0.7.8 |
1560 | 2024-02-10T00:12:47.129Z | Compiling miniz_oxide v0.7.1 |
1561 | 2024-02-10T00:12:47.545Z | Compiling want v0.3.1 |
1562 | 2024-02-10T00:12:49.094Z | Compiling sct v0.7.0 |
1563 | 2024-02-10T00:12:49.116Z | Compiling rustls-webpki v0.101.7 |
1564 | 2024-02-10T00:12:49.205Z | Compiling form_urlencoded v1.2.1 |
1565 | 2024-02-10T00:12:49.251Z | Compiling h2 v0.3.24 |
1566 | 2024-02-10T00:12:49.431Z | Compiling http-body v0.4.5 |
1567 | 2024-02-10T00:12:49.529Z | Compiling hubpack_derive v0.1.1 |
1568 | 2024-02-10T00:12:49.844Z | Compiling zerocopy-derive v0.6.4 |
1569 | 2024-02-10T00:12:50.806Z | Compiling num-iter v0.1.43 |
1570 | 2024-02-10T00:12:50.861Z | Compiling usdt-impl v0.5.0 |
1571 | 2024-02-10T00:12:51.325Z | Compiling cpufeatures v0.2.12 |
1572 | 2024-02-10T00:12:51.432Z | Compiling anstyle v1.0.2 |
1573 | 2024-02-10T00:12:51.782Z | Compiling stable_deref_trait v1.2.0 |
1574 | 2024-02-10T00:12:51.840Z | Compiling utf8parse v0.2.1 |
1575 | 2024-02-10T00:12:51.856Z | Compiling httpdate v1.0.3 |
1576 | 2024-02-10T00:12:51.893Z | Compiling openssl-probe v0.1.5 |
1577 | 2024-02-10T00:12:52.005Z | Compiling tower-service v0.3.2 |
1578 | 2024-02-10T00:12:52.140Z | Compiling anstyle-parse v0.2.1 |
1579 | 2024-02-10T00:12:52.374Z | Compiling sha2 v0.10.8 |
1580 | 2024-02-10T00:12:53.173Z | Compiling spki v0.7.2 |
1581 | 2024-02-10T00:12:54.195Z | Compiling usdt-attr-macro v0.3.5 |
1582 | 2024-02-10T00:12:54.466Z | Compiling usdt-macro v0.3.5 |
1583 | 2024-02-10T00:12:55.804Z | Compiling openapiv3 v2.0.0 |
1584 | 2024-02-10T00:12:56.080Z | Compiling scroll v0.12.0 |
1585 | 2024-02-10T00:12:56.496Z | Compiling hyper v0.14.27 |
1586 | 2024-02-10T00:12:56.689Z | Compiling md-5 v0.10.5 |
1587 | 2024-02-10T00:12:56.871Z | Compiling idna v0.5.0 |
1588 | 2024-02-10T00:12:56.929Z | Compiling stringprep v0.1.3 |
1589 | 2024-02-10T00:12:58.129Z | Compiling diesel_table_macro_syntax v0.1.0 |
1590 | 2024-02-10T00:12:58.343Z | Compiling hash32 v0.2.1 |
1591 | 2024-02-10T00:12:58.516Z | Compiling colorchoice v1.0.0 |
1592 | 2024-02-10T00:12:58.699Z | Compiling fallible-iterator v0.2.0 |
1593 | 2024-02-10T00:12:58.874Z | Compiling gimli v0.28.0 |
1594 | 2024-02-10T00:12:59.451Z | Compiling anstyle-query v1.0.0 |
1595 | 2024-02-10T00:12:59.530Z | Compiling plain v0.2.3 |
1596 | 2024-02-10T00:13:00.667Z | Compiling goblin v0.8.0 |
1597 | 2024-02-10T00:13:00.769Z | Compiling anstream v0.5.0 |
1598 | 2024-02-10T00:13:01.084Z | Compiling postgres-protocol v0.6.6 |
1599 | 2024-02-10T00:13:03.585Z | Compiling addr2line v0.21.0 |
1600 | 2024-02-10T00:13:04.453Z | Compiling diesel_derives v2.1.2 |
1601 | 2024-02-10T00:13:05.449Z | Compiling url v2.5.0 |
1602 | 2024-02-10T00:13:06.237Z | Compiling tokio-rustls v0.24.1 |
1603 | 2024-02-10T00:13:06.953Z | Compiling tokio-native-tls v0.3.1 |
1604 | 2024-02-10T00:13:07.251Z | Compiling terminal_size v0.2.6 |
1605 | 2024-02-10T00:13:07.437Z | Compiling pkcs8 v0.10.2 |
1606 | 2024-02-10T00:13:07.980Z | Compiling phf_shared v0.11.2 |
1607 | 2024-02-10T00:13:09.679Z | Compiling serde_tokenstream v0.2.0 |
1608 | 2024-02-10T00:13:09.769Z | Compiling block-padding v0.3.3 |
1609 | 2024-02-10T00:13:10.019Z | Compiling enum-as-inner v0.5.1 |
1610 | 2024-02-10T00:13:10.191Z | Compiling clap_derive v4.4.2 |
1611 | 2024-02-10T00:13:10.613Z | Compiling serde_repr v0.1.16 |
1612 | 2024-02-10T00:13:11.451Z | Compiling ff v0.13.0 |
1613 | 2024-02-10T00:13:11.732Z | Compiling scheduled-thread-pool v0.2.7 |
1614 | 2024-02-10T00:13:11.746Z | Compiling object v0.32.1 |
1615 | 2024-02-10T00:13:13.890Z | Compiling regex-automata v0.1.10 |
1616 | 2024-02-10T00:13:14.422Z | Compiling managed v0.8.0 |
1617 | 2024-02-10T00:13:15.059Z | Compiling ipnet v2.9.0 |
1618 | 2024-02-10T00:13:15.454Z | Compiling deranged v0.3.8 |
1619 | 2024-02-10T00:13:16.190Z | Compiling bit-vec v0.6.3 |
1620 | 2024-02-10T00:13:17.190Z | Compiling base16ct v0.2.0 |
1621 | 2024-02-10T00:13:17.318Z | Compiling matches v0.1.10 |
1622 | 2024-02-10T00:13:17.419Z | Compiling pretty-hex v0.4.1 |
1623 | 2024-02-10T00:13:17.473Z | Compiling num_threads v0.1.6 |
1624 | 2024-02-10T00:13:17.490Z | Compiling rustc-demangle v0.1.23 |
1625 | 2024-02-10T00:13:17.646Z | Compiling clap_lex v0.5.1 |
1626 | 2024-02-10T00:13:19.508Z | Compiling clap_builder v4.4.2 |
1627 | 2024-02-10T00:13:20.171Z | Compiling dof v0.3.0 |
1628 | 2024-02-10T00:13:20.936Z | Compiling time v0.3.27 |
1629 | 2024-02-10T00:13:21.623Z | Compiling idna v0.2.3 |
1630 | 2024-02-10T00:13:22.111Z | Compiling sec1 v0.7.3 |
1631 | 2024-02-10T00:13:22.830Z | Compiling bstr v0.2.17 |
1632 | 2024-02-10T00:13:23.099Z | Compiling r2d2 v0.8.10 |
1633 | 2024-02-10T00:13:23.481Z | Compiling group v0.13.0 |
1634 | 2024-02-10T00:13:24.222Z | Compiling inout v0.1.3 |
1635 | 2024-02-10T00:13:25.165Z | Compiling phf v0.11.2 |
1636 | 2024-02-10T00:13:25.278Z | Compiling hyper-tls v0.5.0 |
1637 | 2024-02-10T00:13:25.324Z | Compiling signal-hook-mio v0.2.3 |
1638 | 2024-02-10T00:13:25.459Z | Compiling bzip2 v0.4.4 |
1639 | 2024-02-10T00:13:25.486Z | Compiling hyper-rustls v0.24.2 |
1640 | 2024-02-10T00:13:25.631Z | Compiling flate2 v1.0.28 |
1641 | 2024-02-10T00:13:26.117Z | Compiling postgres-types v0.2.6 |
1642 | 2024-02-10T00:13:26.121Z | Compiling zerocopy v0.6.4 |
1643 | 2024-02-10T00:13:26.150Z | Compiling hubpack v0.1.2 |
1644 | 2024-02-10T00:13:26.584Z | Compiling serde_urlencoded v0.7.1 |
1645 | 2024-02-10T00:13:26.588Z | Compiling phf_shared v0.10.0 |
1646 | 2024-02-10T00:13:26.736Z | Compiling rustls-pemfile v1.0.3 |
1647 | 2024-02-10T00:13:26.964Z | Compiling hkdf v0.12.4 |
1648 | 2024-02-10T00:13:27.134Z | Compiling ipnetwork v0.20.0 |
1649 | 2024-02-10T00:13:27.403Z | Compiling futures-executor v0.3.30 |
1650 | 2024-02-10T00:13:27.432Z | Compiling dtrace-parser v0.2.0 |
1651 | 2024-02-10T00:13:27.990Z | Compiling regress v0.7.1 |
1652 | 2024-02-10T00:13:28.052Z | Compiling crypto-bigint v0.5.2 |
1653 | 2024-02-10T00:13:28.225Z | Compiling float-cmp v0.9.0 |
1654 | 2024-02-10T00:13:28.443Z | Compiling encoding_rs v0.8.33 |
1655 | 2024-02-10T00:13:30.239Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-02-10T00:13:30.593Z | Compiling predicates-core v1.0.6 |
1657 | 2024-02-10T00:13:30.646Z | Compiling mime v0.3.17 |
1658 | 2024-02-10T00:13:30.751Z | Compiling difflib v0.4.0 |
1659 | 2024-02-10T00:13:31.051Z | Compiling either v1.9.0 |
1660 | 2024-02-10T00:13:31.431Z | Compiling fixedbitset v0.4.2 |
1661 | 2024-02-10T00:13:31.855Z | Compiling regex-automata v0.3.8 |
1662 | 2024-02-10T00:13:32.806Z | Compiling whoami v1.4.1 |
1663 | 2024-02-10T00:13:32.849Z | Compiling precomputed-hash v0.1.1 |
1664 | 2024-02-10T00:13:32.970Z | Compiling webpki-roots v0.25.2 |
1665 | 2024-02-10T00:13:33.141Z | Compiling static_assertions v1.1.0 |
1666 | 2024-02-10T00:13:33.252Z | Compiling new_debug_unreachable v1.0.4 |
1667 | 2024-02-10T00:13:33.352Z | Compiling data-encoding v2.4.0 |
1668 | 2024-02-10T00:13:33.369Z | Compiling normalize-line-endings v0.3.0 |
1669 | 2024-02-10T00:13:34.574Z | Compiling itertools v0.10.5 |
1670 | 2024-02-10T00:13:36.657Z | Compiling trust-dns-proto v0.22.0 |
1671 | 2024-02-10T00:13:36.908Z | Compiling reqwest v0.11.22 |
1672 | 2024-02-10T00:13:41.064Z | Compiling bstr v1.6.0 |
1673 | 2024-02-10T00:13:41.378Z | Compiling predicates v3.1.0 |
1674 | 2024-02-10T00:13:42.579Z | Compiling string_cache v0.8.7 |
1675 | 2024-02-10T00:13:42.903Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1676 | 2024-02-10T00:13:43.016Z | Compiling tokio-postgres v0.7.10 |
1677 | 2024-02-10T00:13:44.558Z | Compiling petgraph v0.6.4 |
1678 | 2024-02-10T00:13:57.840Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1679 | 2024-02-10T00:13:58.157Z | Compiling nom v7.1.3 |
1680 | 2024-02-10T00:13:58.157Z | Compiling elliptic-curve v0.13.8 |
1681 | 2024-02-10T00:13:58.157Z | Compiling futures v0.3.30 |
1682 | 2024-02-10T00:13:58.269Z | Compiling diesel v2.1.4 |
1683 | 2024-02-10T00:13:58.269Z | Compiling yasna v0.5.2 |
1684 | 2024-02-10T00:13:58.269Z | Compiling zip v0.6.6 |
1685 | 2024-02-10T00:13:58.269Z | Compiling crossterm v0.27.0 |
1686 | 2024-02-10T00:13:58.269Z | Compiling cipher v0.4.4 |
1687 | 2024-02-10T00:13:58.269Z | Compiling similar v2.3.0 |
1688 | 2024-02-10T00:13:58.269Z | Compiling clap v4.4.3 |
1689 | 2024-02-10T00:13:58.269Z | Compiling bit-set v0.5.3 |
1690 | 2024-02-10T00:13:58.269Z | Compiling usdt v0.3.5 |
1691 | 2024-02-10T00:13:58.270Z | Compiling console v0.15.8 |
1692 | 2024-02-10T00:13:58.270Z | Compiling tokio-stream v0.1.14 |
1693 | 2024-02-10T00:13:58.270Z | Compiling toml v0.7.8 |
1694 | 2024-02-10T00:13:58.270Z | Compiling toml_edit v0.21.1 |
1695 | 2024-02-10T00:13:58.347Z | Compiling hex v0.4.3 |
1696 | 2024-02-10T00:13:59.220Z | Compiling proc-macro-error-attr v1.0.4 |
1697 | 2024-02-10T00:13:59.556Z | Compiling lalrpop-util v0.19.12 |
1698 | 2024-02-10T00:14:00.251Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1699 | 2024-02-10T00:14:03.406Z | Compiling proc-macro-crate v1.3.1 |
1700 | 2024-02-10T00:14:04.687Z | Compiling proc-macro-error v1.0.4 |
1701 | 2024-02-10T00:14:04.714Z | Compiling camino v1.1.6 |
1702 | 2024-02-10T00:14:05.009Z | Compiling heapless v0.8.0 |
1703 | 2024-02-10T00:14:07.530Z | Compiling num_enum_derive v0.5.11 |
1704 | 2024-02-10T00:14:15.911Z | Compiling atty v0.2.14 |
1705 | 2024-02-10T00:14:16.498Z | Compiling hash32 v0.3.1 |
1706 | 2024-02-10T00:14:16.773Z | Compiling smoltcp v0.11.0 |
1707 | 2024-02-10T00:14:17.420Z | Compiling rustls-pki-types v1.1.0 |
1708 | 2024-02-10T00:14:18.811Z | Compiling ident_case v1.0.1 |
1709 | 2024-02-10T00:14:19.006Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1710 | 2024-02-10T00:14:22.425Z | Compiling darling_core v0.20.3 |
1711 | 2024-02-10T00:14:27.505Z | Compiling num_enum v0.5.11 |
1712 | 2024-02-10T00:14:35.658Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1713 | 2024-02-10T00:14:39.294Z | Compiling dirs-sys-next v0.1.2 |
1714 | 2024-02-10T00:14:41.745Z | Compiling embedded-io v0.4.0 |
1715 | 2024-02-10T00:14:42.417Z | Compiling rustls v0.22.2 |
1716 | 2024-02-10T00:14:43.759Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1717 | 2024-02-10T00:14:44.075Z | Compiling cobs v0.2.3 |
1718 | 2024-02-10T00:14:44.601Z | Compiling postcard v1.0.8 |
1719 | 2024-02-10T00:14:53.336Z | Compiling dirs-next v2.0.0 |
1720 | 2024-02-10T00:14:57.761Z | Compiling darling_macro v0.20.3 |
1721 | 2024-02-10T00:14:59.695Z | Compiling rustls-webpki v0.102.1 |
1722 | 2024-02-10T00:15:02.882Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1723 | 2024-02-10T00:15:05.849Z | Compiling getopts v0.2.21 |
1724 | 2024-02-10T00:15:06.773Z | Compiling structmeta-derive v0.3.0 |
1725 | 2024-02-10T00:15:07.317Z | Compiling foreign-types-macros v0.2.3 |
1726 | 2024-02-10T00:15:08.580Z | Compiling thread_local v1.1.7 |
1727 | 2024-02-10T00:15:08.862Z | Compiling multer v3.0.0 |
1728 | 2024-02-10T00:15:09.127Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1729 | 2024-02-10T00:15:09.197Z | Compiling unsafe-libyaml v0.2.10 |
1730 | 2024-02-10T00:15:09.416Z | Compiling foreign-types-shared v0.3.1 |
1731 | 2024-02-10T00:15:09.472Z | Compiling rayon-core v1.12.0 |
1732 | 2024-02-10T00:15:09.811Z | Compiling slog-async v2.8.0 |
1733 | 2024-02-10T00:15:10.977Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1734 | 2024-02-10T00:15:11.049Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1735 | 2024-02-10T00:15:11.137Z | Compiling paste v1.0.14 |
1736 | 2024-02-10T00:15:11.310Z | Compiling match_cfg v0.1.0 |
1737 | 2024-02-10T00:15:11.416Z | Compiling hostname v0.3.1 |
1738 | 2024-02-10T00:15:11.705Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1739 | 2024-02-10T00:15:15.649Z | Compiling serde_yaml v0.9.25 |
1740 | 2024-02-10T00:15:19.545Z | Compiling structmeta v0.3.0 |
1741 | 2024-02-10T00:15:19.975Z | Compiling foreign-types v0.5.0 |
1742 | 2024-02-10T00:15:20.248Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1743 | 2024-02-10T00:15:26.575Z | Compiling darling v0.20.3 |
1744 | 2024-02-10T00:15:30.821Z | Compiling term v0.7.0 |
1745 | 2024-02-10T00:15:31.489Z | Compiling slog-json v2.6.1 |
1746 | 2024-02-10T00:15:31.572Z | Compiling crossbeam-deque v0.8.3 |
1747 | 2024-02-10T00:15:31.992Z | Compiling is-terminal v0.4.9 |
1748 | 2024-02-10T00:15:32.141Z | Compiling strum v0.25.0 |
1749 | 2024-02-10T00:15:32.343Z | Compiling crossbeam-channel v0.5.8 |
1750 | 2024-02-10T00:15:34.287Z | Compiling http v1.0.0 |
1751 | 2024-02-10T00:15:35.481Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1752 | 2024-02-10T00:15:35.698Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1753 | 2024-02-10T00:15:36.299Z | Compiling async-stream-impl v0.3.5 |
1754 | 2024-02-10T00:15:36.522Z | Compiling cstr-argument v0.1.2 |
1755 | 2024-02-10T00:15:36.539Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1756 | 2024-02-10T00:15:36.794Z | Compiling pretty-hex v0.2.1 |
1757 | 2024-02-10T00:15:36.894Z | Compiling crucible-workspace-hack v0.1.0 |
1758 | 2024-02-10T00:15:37.036Z | Compiling fastrand v2.0.1 |
1759 | 2024-02-10T00:15:37.261Z | Compiling atomic-waker v1.1.1 |
1760 | 2024-02-10T00:15:37.478Z | Compiling take_mut v0.2.2 |
1761 | 2024-02-10T00:15:37.641Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1762 | 2024-02-10T00:15:37.964Z | Compiling async-stream v0.3.5 |
1763 | 2024-02-10T00:15:38.035Z | Compiling tempfile v3.10.0 |
1764 | 2024-02-10T00:15:38.306Z | Compiling waitgroup v0.1.2 |
1765 | 2024-02-10T00:15:38.596Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1766 | 2024-02-10T00:15:39.128Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1767 | 2024-02-10T00:15:40.021Z | Compiling colored v2.0.4 |
1768 | 2024-02-10T00:15:40.999Z | Compiling slog-bunyan v2.5.0 |
1769 | 2024-02-10T00:15:41.392Z | Compiling slog-term v2.9.0 |
1770 | 2024-02-10T00:15:41.487Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1771 | 2024-02-10T00:15:42.812Z | Compiling tokio-rustls v0.25.0 |
1772 | 2024-02-10T00:15:43.291Z | Compiling serde_with_macros v3.6.0 |
1773 | 2024-02-10T00:15:43.796Z | Compiling parse-display-derive v0.9.0 |
1774 | 2024-02-10T00:15:45.521Z | Compiling toml v0.8.9 |
1775 | 2024-02-10T00:15:46.175Z | Compiling rustls-pemfile v2.0.0 |
1776 | 2024-02-10T00:15:46.921Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1777 | 2024-02-10T00:15:47.836Z | Compiling sha1 v0.10.6 |
1778 | 2024-02-10T00:15:48.448Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1779 | 2024-02-10T00:15:48.969Z | Compiling textwrap v0.11.0 |
1780 | 2024-02-10T00:15:49.227Z | Compiling heck v0.3.3 |
1781 | 2024-02-10T00:15:49.611Z | Compiling serde_path_to_error v0.1.15 |
1782 | 2024-02-10T00:15:49.925Z | Compiling instant v0.1.12 |
1783 | 2024-02-10T00:15:50.095Z | Compiling vec_map v0.8.2 |
1784 | 2024-02-10T00:15:50.417Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1785 | 2024-02-10T00:15:50.574Z | Compiling libefi-sys v0.1.0 |
1786 | 2024-02-10T00:15:50.671Z | Compiling debug-ignore v1.0.5 |
1787 | 2024-02-10T00:15:50.808Z | Compiling strsim v0.8.0 |
1788 | 2024-02-10T00:15:50.829Z | Compiling ansi_term v0.12.1 |
1789 | 2024-02-10T00:15:51.349Z | Compiling clap v2.34.0 |
1790 | 2024-02-10T00:15:51.707Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1791 | 2024-02-10T00:15:52.236Z | Compiling backoff v0.4.0 |
1792 | 2024-02-10T00:15:52.618Z | Compiling structopt-derive v0.4.18 |
1793 | 2024-02-10T00:15:54.763Z | Compiling parse-display v0.9.0 |
1794 | 2024-02-10T00:15:55.435Z | Compiling serde_with v3.6.0 |
1795 | 2024-02-10T00:15:56.278Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1796 | 2024-02-10T00:15:56.697Z | Compiling rayon v1.8.0 |
1797 | 2024-02-10T00:15:57.346Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1798 | 2024-02-10T00:15:57.694Z | Compiling camino-tempfile v1.1.1 |
1799 | 2024-02-10T00:15:58.524Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1800 | 2024-02-10T00:15:59.030Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1801 | 2024-02-10T00:15:59.229Z | Compiling zone_cfg_derive v0.3.0 |
1802 | 2024-02-10T00:16:00.284Z | Compiling macaddr v1.0.1 |
1803 | 2024-02-10T00:16:00.624Z | Compiling num-derive v0.4.0 |
1804 | 2024-02-10T00:16:01.051Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1805 | 2024-02-10T00:16:01.441Z | Compiling blake3 v1.5.0 |
1806 | 2024-02-10T00:16:02.038Z | Compiling portable-atomic v1.4.3 |
1807 | 2024-02-10T00:16:02.872Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1808 | 2024-02-10T00:16:02.982Z | Compiling zone v0.3.0 |
1809 | 2024-02-10T00:16:03.232Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1810 | 2024-02-10T00:16:04.686Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1811 | 2024-02-10T00:16:05.254Z | Compiling structopt v0.3.26 |
1812 | 2024-02-10T00:16:06.335Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1813 | 2024-02-10T00:16:06.383Z | Compiling smf v0.2.2 |
1814 | 2024-02-10T00:16:06.792Z | Compiling xattr v1.0.1 |
1815 | 2024-02-10T00:16:07.081Z | Compiling memmap2 v0.7.1 |
1816 | 2024-02-10T00:16:07.101Z | Compiling filetime v0.2.23 |
1817 | 2024-02-10T00:16:07.475Z | Compiling arrayvec v0.7.4 |
1818 | 2024-02-10T00:16:07.520Z | Compiling arrayref v0.3.7 |
1819 | 2024-02-10T00:16:07.630Z | Compiling same-file v1.0.6 |
1820 | 2024-02-10T00:16:07.666Z | Compiling constant_time_eq v0.3.0 |
1821 | 2024-02-10T00:16:07.862Z | Compiling walkdir v2.4.0 |
1822 | 2024-02-10T00:16:07.975Z | Compiling tar v0.4.40 |
1823 | 2024-02-10T00:16:09.595Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-02-10T00:16:10.464Z | Compiling gethostname v0.4.3 |
1825 | 2024-02-10T00:16:10.727Z | Compiling number_prefix v0.4.0 |
1826 | 2024-02-10T00:16:10.749Z | Compiling topological-sort v0.2.2 |
1827 | 2024-02-10T00:16:10.994Z | Compiling omicron-zone-package v0.11.0 |
1828 | 2024-02-10T00:16:11.012Z | Compiling swrite v0.1.0 |
1829 | 2024-02-10T00:16:12.057Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1830 | 2024-02-10T00:16:13.809Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1831 | 2024-02-10T00:16:14.659Z | Compiling indicatif v0.17.7 |
1832 | 2024-02-10T00:16:22.102Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1833 | 2024-02-10T00:16:24.559Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1834 | 2024-02-10T00:16:27.182Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1835 | 2024-02-10T00:16:44.605Z | Finished release [optimized] target(s) in 5m 10s |
1836 | 2024-02-10T00:16:44.813Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1837 | 2024-02-10T00:16:44.868Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1838 | 2024-02-10T00:16:44.871Z | Created new build target 'test' and set it as active |
1839 | 2024-02-10T00:16:44.871Z | |
1840 | 2024-02-10T00:16:44.872Z | real 5:10.648079885 |
1841 | 2024-02-10T00:16:44.872Z | user 33:12.657692996 |
1842 | 2024-02-10T00:16:44.872Z | sys 3:53.832184333 |
1843 | 2024-02-10T00:16:44.872Z | trap 0.952409965 |
1844 | 2024-02-10T00:16:44.872Z | tflt 6.679247582 |
1845 | 2024-02-10T00:16:44.872Z | dflt 3.516197779 |
1846 | 2024-02-10T00:16:44.872Z | kflt 0.069744155 |
1847 | 2024-02-10T00:16:44.872Z | lock 1:10:33.373778604 |
1848 | 2024-02-10T00:16:44.872Z | slp 1:34:42.127463335 |
1849 | 2024-02-10T00:16:44.872Z | lat 2:07.291656939 |
1850 | 2024-02-10T00:16:44.872Z | stop 3:18.410137299 |
1851 | 2024-02-10T00:16:44.872Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1852 | 2024-02-10T00:16:45.541Z | Finished release [optimized] target(s) in 0.62s |
1853 | 2024-02-10T00:16:45.560Z | Running `target/release/omicron-package -t test package` |
1854 | 2024-02-10T00:16:45.588Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1855 | 2024-02-10T00:16:46.306Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1856 | 2024-02-10T00:16:46.309Z | Compiling linked-hash-map v0.5.6 |
1857 | 2024-02-10T00:16:46.309Z | Compiling usdt-macro v0.5.0 |
1858 | 2024-02-10T00:16:46.309Z | Compiling usdt-attr-macro v0.5.0 |
1859 | 2024-02-10T00:16:46.309Z | Compiling memmap v0.7.0 |
1860 | 2024-02-10T00:16:46.309Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1861 | 2024-02-10T00:16:46.369Z | Compiling password-hash v0.5.0 |
1862 | 2024-02-10T00:16:46.382Z | Compiling blake2 v0.10.6 |
1863 | 2024-02-10T00:16:46.731Z | Compiling lru-cache v0.1.2 |
1864 | 2024-02-10T00:16:46.841Z | Compiling semver v0.1.20 |
1865 | 2024-02-10T00:16:46.944Z | Compiling argon2 v0.5.3 |
1866 | 2024-02-10T00:16:47.435Z | Compiling rustc_version v0.1.7 |
1867 | 2024-02-10T00:16:47.722Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1868 | 2024-02-10T00:16:47.761Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1869 | 2024-02-10T00:16:47.833Z | Compiling newtype_derive v0.1.6 |
1870 | 2024-02-10T00:16:47.890Z | Compiling usdt v0.5.0 |
1871 | 2024-02-10T00:16:48.019Z | Compiling rayon-core v1.12.0 |
1872 | 2024-02-10T00:16:48.039Z | Compiling crossbeam-deque v0.8.3 |
1873 | 2024-02-10T00:16:48.157Z | Compiling fastrand v2.0.1 |
1874 | 2024-02-10T00:16:48.357Z | Compiling quick-error v1.2.3 |
1875 | 2024-02-10T00:16:48.379Z | Compiling same-file v1.0.6 |
1876 | 2024-02-10T00:16:48.500Z | Compiling resolv-conf v0.7.0 |
1877 | 2024-02-10T00:16:48.610Z | Compiling walkdir v2.4.0 |
1878 | 2024-02-10T00:16:48.677Z | Compiling tempfile v3.10.0 |
1879 | 2024-02-10T00:16:49.410Z | Compiling itertools v0.12.1 |
1880 | 2024-02-10T00:16:49.476Z | Compiling camino v1.1.6 |
1881 | 2024-02-10T00:16:49.480Z | Compiling semver-parser v0.10.2 |
1882 | 2024-02-10T00:16:49.533Z | Compiling slog-dtrace v0.3.0 |
1883 | 2024-02-10T00:16:49.801Z | Compiling rayon v1.8.0 |
1884 | 2024-02-10T00:16:49.917Z | Compiling blake3 v1.5.0 |
1885 | 2024-02-10T00:16:50.503Z | Compiling semver v0.11.0 |
1886 | 2024-02-10T00:16:50.663Z | Compiling trust-dns-resolver v0.22.0 |
1887 | 2024-02-10T00:16:51.140Z | Compiling nibble_vec v0.1.0 |
1888 | 2024-02-10T00:16:51.190Z | Compiling filetime v0.2.23 |
1889 | 2024-02-10T00:16:51.359Z | Compiling xattr v1.0.1 |
1890 | 2024-02-10T00:16:51.407Z | Compiling memmap2 v0.7.1 |
1891 | 2024-02-10T00:16:51.490Z | Compiling arrayref v0.3.7 |
1892 | 2024-02-10T00:16:51.588Z | Compiling arrayvec v0.7.4 |
1893 | 2024-02-10T00:16:51.600Z | Compiling endian-type v0.1.2 |
1894 | 2024-02-10T00:16:51.802Z | Compiling constant_time_eq v0.3.0 |
1895 | 2024-02-10T00:16:51.838Z | Compiling home v0.5.5 |
1896 | 2024-02-10T00:16:51.949Z | Compiling radix_trie v0.2.1 |
1897 | 2024-02-10T00:16:52.005Z | Compiling toolchain_find v0.2.0 |
1898 | 2024-02-10T00:16:52.061Z | Compiling tar v0.4.40 |
1899 | 2024-02-10T00:16:52.533Z | Compiling camino-tempfile v1.1.1 |
1900 | 2024-02-10T00:16:52.845Z | Compiling steno v0.4.0 |
1901 | 2024-02-10T00:16:53.300Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1902 | 2024-02-10T00:16:53.996Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1903 | 2024-02-10T00:16:54.568Z | Compiling toml v0.5.11 |
1904 | 2024-02-10T00:16:54.594Z | Compiling num-rational v0.4.1 |
1905 | 2024-02-10T00:16:54.628Z | Compiling radium v0.7.0 |
1906 | 2024-02-10T00:16:54.926Z | Compiling topological-sort v0.2.2 |
1907 | 2024-02-10T00:16:55.101Z | Compiling omicron-zone-package v0.11.0 |
1908 | 2024-02-10T00:16:55.397Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1909 | 2024-02-10T00:16:55.617Z | Compiling toml v0.8.9 |
1910 | 2024-02-10T00:16:55.877Z | Compiling maybe-uninit v2.0.0 |
1911 | 2024-02-10T00:16:56.343Z | Compiling tap v1.0.1 |
1912 | 2024-02-10T00:16:56.543Z | Compiling rustfmt-wrapper v0.2.0 |
1913 | 2024-02-10T00:16:57.164Z | Compiling cancel-safe-futures v0.1.5 |
1914 | 2024-02-10T00:16:57.241Z | Compiling wyz v0.5.1 |
1915 | 2024-02-10T00:16:57.921Z | Compiling num-complex v0.4.4 |
1916 | 2024-02-10T00:16:58.299Z | Compiling num-bigint-dig v0.8.4 |
1917 | 2024-02-10T00:16:58.605Z | Compiling packed_struct v0.10.1 |
1918 | 2024-02-10T00:16:59.075Z | Compiling crc-catalog v2.2.0 |
1919 | 2024-02-10T00:16:59.224Z | Compiling funty v2.0.0 |
1920 | 2024-02-10T00:16:59.337Z | Compiling crc v3.0.1 |
1921 | 2024-02-10T00:17:00.461Z | Compiling num v0.4.1 |
1922 | 2024-02-10T00:17:00.477Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1923 | 2024-02-10T00:17:00.766Z | Compiling bitvec v1.0.1 |
1924 | 2024-02-10T00:17:00.970Z | Compiling fxhash v0.2.1 |
1925 | 2024-02-10T00:17:01.198Z | Compiling packed_struct_codegen v0.10.1 |
1926 | 2024-02-10T00:17:01.323Z | Compiling indexmap v1.9.3 |
1927 | 2024-02-10T00:17:01.655Z | Compiling nodrop v0.1.14 |
1928 | 2024-02-10T00:17:01.783Z | Compiling utf-8 v0.7.6 |
1929 | 2024-02-10T00:17:02.196Z | Compiling tungstenite v0.20.1 |
1930 | 2024-02-10T00:17:02.293Z | Compiling array-init v0.0.4 |
1931 | 2024-02-10T00:17:03.601Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1932 | 2024-02-10T00:17:03.913Z | Compiling smallvec v0.6.14 |
1933 | 2024-02-10T00:17:06.441Z | Compiling pkcs1 v0.7.5 |
1934 | 2024-02-10T00:17:08.142Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1935 | 2024-02-10T00:17:09.831Z | Compiling signature v2.1.0 |
1936 | 2024-02-10T00:17:10.082Z | Compiling half v2.3.1 |
1937 | 2024-02-10T00:17:10.173Z | Compiling unicase v2.7.0 |
1938 | 2024-02-10T00:17:10.529Z | Compiling ciborium-io v0.2.2 |
1939 | 2024-02-10T00:17:10.656Z | Compiling hashbrown v0.12.3 |
1940 | 2024-02-10T00:17:10.881Z | Compiling bitfield v0.14.0 |
1941 | 2024-02-10T00:17:11.195Z | Compiling termcolor v1.2.0 |
1942 | 2024-02-10T00:17:12.489Z | Compiling env_logger v0.10.0 |
1943 | 2024-02-10T00:17:13.002Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1944 | 2024-02-10T00:17:13.279Z | Compiling ciborium-ll v0.2.2 |
1945 | 2024-02-10T00:17:13.883Z | Compiling rsa v0.9.2 |
1946 | 2024-02-10T00:17:16.450Z | Compiling serde-hex v0.1.0 |
1947 | 2024-02-10T00:17:16.620Z | Compiling tokio-tungstenite v0.20.1 |
1948 | 2024-02-10T00:17:17.219Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1949 | 2024-02-10T00:17:17.586Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1950 | 2024-02-10T00:17:19.275Z | Compiling x509-cert v0.2.4 |
1951 | 2024-02-10T00:17:19.477Z | Compiling ron v0.8.1 |
1952 | 2024-02-10T00:17:21.933Z | Compiling crc-any v2.4.3 |
1953 | 2024-02-10T00:17:22.903Z | Compiling arc-swap v1.6.0 |
1954 | 2024-02-10T00:17:23.708Z | Compiling display-error-chain v0.2.0 |
1955 | 2024-02-10T00:17:23.905Z | Compiling slog-scope v4.4.0 |
1956 | 2024-02-10T00:17:24.822Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1957 | 2024-02-10T00:17:26.119Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1958 | 2024-02-10T00:17:26.587Z | Compiling ciborium v0.2.2 |
1959 | 2024-02-10T00:17:28.964Z | Compiling object v0.30.4 |
1960 | 2024-02-10T00:17:31.850Z | Compiling libsw v3.3.1 |
1961 | 2024-02-10T00:17:32.195Z | Compiling derive-where v1.2.7 |
1962 | 2024-02-10T00:17:32.787Z | Compiling parking_lot_core v0.8.6 |
1963 | 2024-02-10T00:17:33.216Z | Compiling linear-map v1.2.0 |
1964 | 2024-02-10T00:17:33.632Z | Compiling path-slash v0.1.5 |
1965 | 2024-02-10T00:17:33.867Z | Compiling owo-colors v4.0.0 |
1966 | 2024-02-10T00:17:35.635Z | Compiling slog-stdlog v4.1.1 |
1967 | 2024-02-10T00:17:36.549Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1968 | 2024-02-10T00:17:37.187Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1969 | 2024-02-10T00:17:39.953Z | Compiling dirs-sys-next v0.1.2 |
1970 | 2024-02-10T00:17:40.470Z | Compiling convert_case v0.4.0 |
1971 | 2024-02-10T00:17:41.263Z | Compiling crunchy v0.2.2 |
1972 | 2024-02-10T00:17:41.733Z | Compiling glob v0.3.1 |
1973 | 2024-02-10T00:17:42.607Z | Compiling clang-sys v1.6.1 |
1974 | 2024-02-10T00:17:43.344Z | Compiling derive_more v0.99.17 |
1975 | 2024-02-10T00:17:44.492Z | Compiling dirs-next v2.0.0 |
1976 | 2024-02-10T00:17:44.672Z | Compiling slog-envlogger v2.2.0 |
1977 | 2024-02-10T00:17:46.006Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1978 | 2024-02-10T00:17:47.393Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1979 | 2024-02-10T00:17:47.537Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1980 | 2024-02-10T00:17:48.166Z | Compiling prettyplease v0.2.16 |
1981 | 2024-02-10T00:17:48.476Z | Compiling tiny-keccak v2.0.2 |
1982 | 2024-02-10T00:17:48.800Z | Compiling platforms v3.0.2 |
1983 | 2024-02-10T00:17:49.199Z | Compiling parking_lot v0.11.2 |
1984 | 2024-02-10T00:17:50.838Z | Compiling mime_guess v2.0.4 |
1985 | 2024-02-10T00:17:51.593Z | Compiling term v0.7.0 |
1986 | 2024-02-10T00:17:52.154Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1987 | 2024-02-10T00:17:53.084Z | Compiling trust-dns-client v0.22.0 |
1988 | 2024-02-10T00:17:54.248Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1989 | 2024-02-10T00:17:54.943Z | Compiling darling_core v0.14.4 |
1990 | 2024-02-10T00:17:59.321Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1991 | 2024-02-10T00:18:00.321Z | Compiling pem v3.0.2 |
1992 | 2024-02-10T00:18:01.993Z | Compiling darling_macro v0.14.4 |
1993 | 2024-02-10T00:18:02.955Z | Compiling trust-dns-server v0.22.1 |
1994 | 2024-02-10T00:18:04.073Z | Compiling ascii-canvas v3.0.0 |
1995 | 2024-02-10T00:18:04.585Z | Compiling sled v0.34.7 |
1996 | 2024-02-10T00:18:05.327Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1997 | 2024-02-10T00:18:10.440Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1998 | 2024-02-10T00:18:10.663Z | Compiling is-terminal v0.4.9 |
1999 | 2024-02-10T00:18:10.795Z | Compiling ena v0.14.2 |
2000 | 2024-02-10T00:18:11.234Z | Compiling vte_generate_state_changes v0.1.1 |
2001 | 2024-02-10T00:18:11.268Z | Compiling libloading v0.7.4 |
2002 | 2024-02-10T00:18:11.623Z | Compiling diff v0.1.13 |
2003 | 2024-02-10T00:18:11.856Z | Compiling bindgen v0.69.2 |
2004 | 2024-02-10T00:18:12.157Z | Compiling regex-syntax v0.6.29 |
2005 | 2024-02-10T00:18:12.333Z | Compiling vte v0.11.1 |
2006 | 2024-02-10T00:18:18.007Z | Compiling lalrpop v0.19.12 |
2007 | 2024-02-10T00:18:19.486Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2008 | 2024-02-10T00:18:25.913Z | Compiling curve25519-dalek v4.1.1 |
2009 | 2024-02-10T00:18:26.326Z | Compiling darling v0.14.4 |
2010 | 2024-02-10T00:18:27.983Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2011 | 2024-02-10T00:18:29.238Z | Compiling cexpr v0.6.0 |
2012 | 2024-02-10T00:18:30.735Z | Compiling which v4.4.0 |
2013 | 2024-02-10T00:18:31.244Z | Compiling kstat-rs v0.2.3 |
2014 | 2024-02-10T00:18:32.528Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2015 | 2024-02-10T00:18:33.254Z | Compiling memoffset v0.7.1 |
2016 | 2024-02-10T00:18:33.604Z | Compiling lazycell v1.3.0 |
2017 | 2024-02-10T00:18:33.794Z | Compiling doc-comment v0.3.3 |
2018 | 2024-02-10T00:18:34.322Z | Compiling shlex v1.3.0 |
2019 | 2024-02-10T00:18:34.714Z | Compiling buf-list v1.0.3 |
2020 | 2024-02-10T00:18:35.265Z | Compiling peeking_take_while v0.1.2 |
2021 | 2024-02-10T00:18:35.401Z | Compiling bytecount v0.6.3 |
2022 | 2024-02-10T00:18:35.726Z | Compiling keccak v0.1.4 |
2023 | 2024-02-10T00:18:36.705Z | Compiling rustc-hash v1.1.0 |
2024 | 2024-02-10T00:18:36.909Z | Compiling sha3 v0.10.8 |
2025 | 2024-02-10T00:18:37.785Z | Compiling papergrid v0.11.0 |
2026 | 2024-02-10T00:18:42.024Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2027 | 2024-02-10T00:18:42.103Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2028 | 2024-02-10T00:18:42.233Z | Compiling derive_builder_core v0.12.0 |
2029 | 2024-02-10T00:18:45.605Z | Compiling strip-ansi-escapes v0.2.0 |
2030 | 2024-02-10T00:18:46.354Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2031 | 2024-02-10T00:18:47.118Z | Compiling polar-core v0.27.0 |
2032 | 2024-02-10T00:18:47.658Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2033 | 2024-02-10T00:18:48.610Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2034 | 2024-02-10T00:18:49.666Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2035 | 2024-02-10T00:18:51.308Z | Compiling tabled_derive v0.7.0 |
2036 | 2024-02-10T00:18:56.192Z | Compiling fd-lock v4.0.2 |
2037 | 2024-02-10T00:18:56.224Z | Compiling fd-lock v3.0.13 |
2038 | 2024-02-10T00:18:56.224Z | Compiling headers-core v0.2.0 |
2039 | 2024-02-10T00:18:56.224Z | Compiling universal-hash v0.5.1 |
2040 | 2024-02-10T00:18:56.224Z | Compiling nix v0.27.1 |
2041 | 2024-02-10T00:18:56.224Z | Compiling secrecy v0.8.0 |
2042 | 2024-02-10T00:18:56.224Z | Compiling libxml v0.3.3 |
2043 | 2024-02-10T00:18:56.224Z | Compiling pin-project-internal v1.1.3 |
2044 | 2024-02-10T00:18:56.224Z | Compiling thiserror-impl-no-std v2.0.2 |
2045 | 2024-02-10T00:18:56.236Z | Compiling sqlparser_derive v0.2.2 |
2046 | 2024-02-10T00:18:56.236Z | Compiling curve25519-dalek-derive v0.1.0 |
2047 | 2024-02-10T00:18:56.410Z | Compiling opaque-debug v0.3.0 |
2048 | 2024-02-10T00:18:56.510Z | Compiling unicode_categories v0.1.1 |
2049 | 2024-02-10T00:18:56.868Z | Compiling ref-cast v1.0.20 |
2050 | 2024-02-10T00:18:57.085Z | Compiling nu-ansi-term v0.49.0 |
2051 | 2024-02-10T00:18:57.091Z | Compiling thiserror-no-std v2.0.2 |
2052 | 2024-02-10T00:18:57.202Z | Compiling rustyline v13.0.0 |
2053 | 2024-02-10T00:18:57.424Z | Compiling pin-project v1.1.3 |
2054 | 2024-02-10T00:18:57.561Z | Compiling reedline v0.28.0 |
2055 | 2024-02-10T00:18:58.511Z | Compiling sqlformat v0.2.3 |
2056 | 2024-02-10T00:18:58.648Z | Compiling poly1305 v0.8.0 |
2057 | 2024-02-10T00:18:59.071Z | Compiling sqlparser v0.43.1 |
2058 | 2024-02-10T00:19:00.361Z | Compiling tabled v0.15.0 |
2059 | 2024-02-10T00:19:05.181Z | Compiling headers v0.3.9 |
2060 | 2024-02-10T00:19:07.472Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2061 | 2024-02-10T00:19:09.159Z | Compiling derive_builder_macro v0.12.0 |
2062 | 2024-02-10T00:19:10.704Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2063 | 2024-02-10T00:19:10.989Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2064 | 2024-02-10T00:19:11.303Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2065 | 2024-02-10T00:19:11.614Z | Compiling chacha20 v0.9.1 |
2066 | 2024-02-10T00:19:12.095Z | Compiling aead v0.5.2 |
2067 | 2024-02-10T00:19:12.423Z | Compiling strum_macros v0.24.3 |
2068 | 2024-02-10T00:19:15.975Z | Compiling bcs v0.1.6 |
2069 | 2024-02-10T00:19:16.912Z | Compiling snafu-derive v0.7.5 |
2070 | 2024-02-10T00:19:18.424Z | Compiling ref-cast-impl v1.0.20 |
2071 | 2024-02-10T00:19:19.597Z | Compiling cookie v0.18.0 |
2072 | 2024-02-10T00:19:19.921Z | Compiling fs-err v2.11.0 |
2073 | 2024-02-10T00:19:20.027Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2074 | 2024-02-10T00:19:20.237Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2075 | 2024-02-10T00:19:20.353Z | Compiling salty v0.2.0 |
2076 | 2024-02-10T00:19:20.557Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2077 | 2024-02-10T00:19:20.775Z | Compiling highway v1.1.0 |
2078 | 2024-02-10T00:19:20.883Z | Compiling signature v1.6.4 |
2079 | 2024-02-10T00:19:20.899Z | Compiling indoc v1.0.9 |
2080 | 2024-02-10T00:19:21.044Z | Compiling ed25519 v1.5.3 |
2081 | 2024-02-10T00:19:21.369Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2082 | 2024-02-10T00:19:21.905Z | Compiling snafu v0.7.5 |
2083 | 2024-02-10T00:19:22.691Z | Compiling chacha20poly1305 v0.10.1 |
2084 | 2024-02-10T00:19:22.956Z | Compiling derive_builder v0.12.0 |
2085 | 2024-02-10T00:19:23.155Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2086 | 2024-02-10T00:19:28.301Z | Compiling vsss-rs v3.3.4 |
2087 | 2024-02-10T00:19:30.760Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2088 | 2024-02-10T00:19:31.245Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2089 | 2024-02-10T00:19:31.491Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2090 | 2024-02-10T00:19:31.595Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2091 | 2024-02-10T00:19:31.713Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2092 | 2024-02-10T00:19:31.798Z | Compiling globset v0.4.13 |
2093 | 2024-02-10T00:19:33.566Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2094 | 2024-02-10T00:19:36.730Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2095 | 2024-02-10T00:19:37.114Z | Compiling olpc-cjson v0.1.3 |
2096 | 2024-02-10T00:19:37.686Z | Compiling bb8 v0.8.3 |
2097 | 2024-02-10T00:19:38.265Z | Compiling quick-xml v0.30.0 |
2098 | 2024-02-10T00:19:38.313Z | Compiling serde-big-array v0.5.1 |
2099 | 2024-02-10T00:19:38.571Z | Compiling serde_plain v1.0.2 |
2100 | 2024-02-10T00:19:39.138Z | Compiling async-recursion v1.0.5 |
2101 | 2024-02-10T00:19:39.595Z | Compiling oso-derive v0.27.0 |
2102 | 2024-02-10T00:19:40.146Z | Compiling impl-trait-for-tuples v0.2.2 |
2103 | 2024-02-10T00:19:40.600Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-02-10T00:19:40.719Z | Compiling http-range v0.1.5 |
2105 | 2024-02-10T00:19:40.757Z | Compiling maplit v1.0.2 |
2106 | 2024-02-10T00:19:40.877Z | Compiling typed-path v0.7.0 |
2107 | 2024-02-10T00:19:41.453Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2108 | 2024-02-10T00:19:41.971Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2109 | 2024-02-10T00:19:43.534Z | Compiling tough v0.16.0 |
2110 | 2024-02-10T00:19:48.339Z | Compiling hyper-staticfile v0.9.5 |
2111 | 2024-02-10T00:19:50.254Z | Compiling oso v0.27.0 |
2112 | 2024-02-10T00:19:51.780Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2113 | 2024-02-10T00:19:52.570Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2114 | 2024-02-10T00:20:21.582Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2115 | 2024-02-10T00:20:22.040Z | Compiling signal-hook-tokio v0.3.1 |
2116 | 2024-02-10T00:20:22.259Z | Compiling serde-big-array v0.4.1 |
2117 | 2024-02-10T00:20:22.449Z | Compiling parse-size v1.0.0 |
2118 | 2024-02-10T00:20:22.790Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2119 | 2024-02-10T00:20:22.976Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2120 | 2024-02-10T00:20:23.027Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2121 | 2024-02-10T00:20:24.672Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2122 | 2024-02-10T00:20:26.750Z | Compiling strum_macros v0.26.1 |
2123 | 2024-02-10T00:20:31.619Z | Compiling castaway v0.2.2 |
2124 | 2024-02-10T00:20:31.813Z | Compiling corncobs v0.1.3 |
2125 | 2024-02-10T00:20:32.248Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2126 | 2024-02-10T00:20:33.085Z | Compiling compact_str v0.7.1 |
2127 | 2024-02-10T00:20:34.813Z | Compiling strum v0.26.1 |
2128 | 2024-02-10T00:20:35.012Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2129 | 2024-02-10T00:20:36.793Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2130 | 2024-02-10T00:20:40.214Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2131 | 2024-02-10T00:20:40.603Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2132 | 2024-02-10T00:20:40.662Z | Compiling lru v0.12.1 |
2133 | 2024-02-10T00:20:40.915Z | Compiling stability v0.1.1 |
2134 | 2024-02-10T00:20:40.999Z | Compiling cassowary v0.3.0 |
2135 | 2024-02-10T00:20:41.880Z | Compiling indoc v2.0.3 |
2136 | 2024-02-10T00:20:42.911Z | Compiling ratatui v0.26.0 |
2137 | 2024-02-10T00:20:45.668Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2138 | 2024-02-10T00:20:45.899Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2139 | 2024-02-10T00:20:50.975Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2140 | 2024-02-10T00:20:51.845Z | Compiling rcgen v0.12.1 |
2141 | 2024-02-10T00:20:59.990Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2142 | 2024-02-10T00:21:01.972Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2143 | 2024-02-10T00:21:02.290Z | Compiling atomicwrites v0.4.3 |
2144 | 2024-02-10T00:21:02.842Z | Compiling subprocess v0.2.9 |
2145 | 2024-02-10T00:21:03.281Z | Compiling unicode-linebreak v0.1.5 |
2146 | 2024-02-10T00:21:03.874Z | Compiling smawk v0.3.1 |
2147 | 2024-02-10T00:21:04.124Z | Compiling textwrap v0.16.0 |
2148 | 2024-02-10T00:21:07.935Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2149 | 2024-02-10T00:21:08.451Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2150 | 2024-02-10T00:21:24.549Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2151 | 2024-02-10T00:21:24.786Z | Compiling fatfs v0.3.6 |
2152 | 2024-02-10T00:21:24.786Z | Compiling nanorand v0.7.0 |
2153 | 2024-02-10T00:21:24.786Z | Compiling rtoolbox v0.0.1 |
2154 | 2024-02-10T00:21:24.786Z | Compiling humantime v2.1.0 |
2155 | 2024-02-10T00:21:24.786Z | Compiling is_ci v1.1.1 |
2156 | 2024-02-10T00:21:24.786Z | Compiling assert_matches v1.5.0 |
2157 | 2024-02-10T00:21:24.786Z | Compiling supports-color v2.1.0 |
2158 | 2024-02-10T00:21:24.786Z | Compiling rpassword v7.3.1 |
2159 | 2024-02-10T00:21:24.786Z | Compiling flume v0.11.0 |
2160 | 2024-02-10T00:21:24.786Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2161 | 2024-02-10T00:21:24.883Z | Compiling tui-tree-widget v0.17.0 |
2162 | 2024-02-10T00:21:25.276Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2163 | 2024-02-10T00:21:32.916Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2164 | 2024-02-10T00:21:33.245Z | Compiling csv-core v0.1.11 |
2165 | 2024-02-10T00:21:34.306Z | Compiling shell-words v1.1.0 |
2166 | 2024-02-10T00:21:34.768Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2167 | 2024-02-10T00:21:38.646Z | Compiling csv v1.3.0 |
2168 | 2024-02-10T00:21:41.039Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2169 | 2024-02-10T00:22:22.695Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2170 | 2024-02-10T00:22:32.439Z | Compiling multimap v0.8.3 |
2171 | 2024-02-10T00:23:46.386Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2172 | 2024-02-10T00:23:59.747Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2173 | 2024-02-10T00:24:04.300Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2174 | 2024-02-10T00:30:15.094Z | Finished release [optimized] target(s) in 13m 29s |
2175 | 2024-02-10T00:31:09.312Z | |
2176 | 2024-02-10T00:31:09.313Z | real 14:24.326829431 |
2177 | 2024-02-10T00:31:09.313Z | user 1:39:22.835153995 |
2178 | 2024-02-10T00:31:09.313Z | sys 4:28.875049807 |
2179 | 2024-02-10T00:31:09.313Z | trap 2.258707339 |
2180 | 2024-02-10T00:31:09.317Z | tflt 1.749243052 |
2181 | 2024-02-10T00:31:09.317Z | dflt 2.657880068 |
2182 | 2024-02-10T00:31:09.317Z | kflt 0.078161304 |
2183 | 2024-02-10T00:31:09.318Z | lock 6:03:55.302651888 |
2184 | 2024-02-10T00:31:09.318Z | slp 3:51:16.197324617 |
2185 | 2024-02-10T00:31:09.318Z | lat 2:08.842954100 |
2186 | 2024-02-10T00:31:09.318Z | stop 50.127473471 |
2187 | 2024-02-10T00:31:09.318Z | + 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/*) |
2188 | 2024-02-10T00:31:09.319Z | + pfexec mkdir -p /work |
2189 | 2024-02-10T00:31:09.319Z | + pfexec chown build /work |
2190 | 2024-02-10T00:31:09.323Z | + 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 |
2191 | 2024-02-10T00:31:19.401Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2192 | 2024-02-10T00:31:19.401Z | a out/mg-ddm-gz.tar 67684K |
2193 | 2024-02-10T00:31:19.401Z | a out/omicron-sled-agent.tar 119701K |
2194 | 2024-02-10T00:31:19.401Z | a out/oxlog.tar 8186K |
2195 | 2024-02-10T00:31:19.401Z | a out/target/test 1K |
2196 | 2024-02-10T00:31:19.402Z | a out/npuzone/npuzone 36313K |
2197 | 2024-02-10T00:31:19.402Z | a package-manifest.toml 24K |
2198 | 2024-02-10T00:31:19.402Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2199 | 2024-02-10T00:31:19.402Z | a target/release/omicron-package 44647K |
2200 | 2024-02-10T00:31:19.402Z | a tools/create_virtual_hardware.sh 4K |
2201 | 2024-02-10T00:31:19.402Z | a tools/virtual_hardware.sh 4K |
2202 | 2024-02-10T00:31:19.403Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2203 | 2024-02-10T00:31:19.403Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2204 | 2024-02-10T00:31:19.403Z | a tools/scrimlet/softnpu-init.sh 3K |
2205 | 2024-02-10T00:31:19.403Z | a tools/scrimlet/softnpu-zone.txt 1K |
2206 | 2024-02-10T00:31:19.403Z | a tools/scrimlet/softnpu.toml 1K |
2207 | 2024-02-10T00:31:19.407Z | |
2208 | 2024-02-10T00:31:19.408Z | real 10.078630503 |
2209 | 2024-02-10T00:31:19.408Z | user 9.738799747 |
2210 | 2024-02-10T00:31:19.408Z | sys 0.688253524 |
2211 | 2024-02-10T00:31:19.408Z | trap 0.002142278 |
2212 | 2024-02-10T00:31:19.408Z | tflt 0.000000000 |
2213 | 2024-02-10T00:31:19.408Z | dflt 0.000000000 |
2214 | 2024-02-10T00:31:19.408Z | kflt 0.000000000 |
2215 | 2024-02-10T00:31:19.408Z | lock 0.000000000 |
2216 | 2024-02-10T00:31:19.409Z | slp 9.494545091 |
2217 | 2024-02-10T00:31:19.409Z | lat 0.230678048 |
2218 | 2024-02-10T00:31:19.409Z | stop 0.000174898 |
2219 | 2024-02-10T00:31:19.409Z | ++ pwd |
2220 | 2024-02-10T00:31:19.409Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2221 | 2024-02-10T00:31:19.409Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2222 | 2024-02-10T00:31:19.410Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2223 | 2024-02-10T00:31:20.089Z | Finished release [optimized] target(s) in 0.63s |
2224 | 2024-02-10T00:31:20.108Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2225 | 2024-02-10T00:31:20.160Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2226 | 2024-02-10T00:31:20.179Z | Created new build target 'host' and set it as active |
2227 | 2024-02-10T00:31:20.184Z | |
2228 | 2024-02-10T00:31:20.184Z | real 0.730302790 |
2229 | 2024-02-10T00:31:20.184Z | user 0.493672303 |
2230 | 2024-02-10T00:31:20.184Z | sys 0.237382803 |
2231 | 2024-02-10T00:31:20.184Z | trap 0.000039907 |
2232 | 2024-02-10T00:31:20.184Z | tflt 0.000016929 |
2233 | 2024-02-10T00:31:20.184Z | dflt 0.000053566 |
2234 | 2024-02-10T00:31:20.184Z | kflt 0.000000000 |
2235 | 2024-02-10T00:31:20.184Z | lock 0.021973224 |
2236 | 2024-02-10T00:31:20.185Z | slp 0.014172979 |
2237 | 2024-02-10T00:31:20.185Z | lat 0.001077454 |
2238 | 2024-02-10T00:31:20.185Z | stop 0.000163612 |
2239 | 2024-02-10T00:31:20.185Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2240 | 2024-02-10T00:31:20.802Z | Finished release [optimized] target(s) in 0.61s |
2241 | 2024-02-10T00:31:20.821Z | Running `target/release/omicron-package -t host package` |
2242 | 2024-02-10T00:31:20.851Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2243 | 2024-02-10T00:31:21.535Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2244 | 2024-02-10T00:31:35.317Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2245 | 2024-02-10T00:32:45.271Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2246 | 2024-02-10T00:34:13.855Z | Finished release [optimized] target(s) in 2m 52s |
2247 | 2024-02-10T00:34:38.211Z | |
2248 | 2024-02-10T00:34:38.215Z | real 3:18.036200894 |
2249 | 2024-02-10T00:34:38.215Z | user 17:19.030354578 |
2250 | 2024-02-10T00:34:38.215Z | sys 43.117180987 |
2251 | 2024-02-10T00:34:38.215Z | trap 0.268902319 |
2252 | 2024-02-10T00:34:38.215Z | tflt 0.060934490 |
2253 | 2024-02-10T00:34:38.215Z | dflt 6.744637849 |
2254 | 2024-02-10T00:34:38.215Z | kflt 0.054050356 |
2255 | 2024-02-10T00:34:38.215Z | lock 1:07:02.587634019 |
2256 | 2024-02-10T00:34:38.215Z | slp 19:47.884780088 |
2257 | 2024-02-10T00:34:38.215Z | lat 6.672706933 |
2258 | 2024-02-10T00:34:38.215Z | stop 3.005812411 |
2259 | 2024-02-10T00:34:38.215Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2260 | 2024-02-10T00:34:38.215Z | + for package in "$@" |
2261 | 2024-02-10T00:34:38.215Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2262 | 2024-02-10T00:34:38.215Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git3ac1010b32a |
2263 | 2024-02-10T00:34:38.892Z | Finished release [optimized] target(s) in 0.63s |
2264 | 2024-02-10T00:34:38.916Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git3ac1010b32a` |
2265 | 2024-02-10T00:34:38.946Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2266 | 2024-02-10T00:34:39.125Z | Created: out/versioned/omicron-sled-agent.tar |
2267 | 2024-02-10T00:34:39.129Z | + for package in "$@" |
2268 | 2024-02-10T00:34:39.130Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2269 | 2024-02-10T00:34:39.130Z | + echo 0.0.0 |
2270 | 2024-02-10T00:34:39.130Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2271 | 2024-02-10T00:34:39.133Z | a VERSION 1K |
2272 | 2024-02-10T00:34:39.133Z | + rm VERSION |
2273 | 2024-02-10T00:34:39.141Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git3ac1010b32a |
2274 | 2024-02-10T00:34:39.812Z | Finished release [optimized] target(s) in 0.62s |
2275 | 2024-02-10T00:34:39.832Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git3ac1010b32a` |
2276 | 2024-02-10T00:34:39.862Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2277 | 2024-02-10T00:34:39.980Z | Created: out/versioned/mg-ddm-gz.tar |
2278 | 2024-02-10T00:34:39.983Z | + for package in "$@" |
2279 | 2024-02-10T00:34:39.983Z | + [[ propolis-server == mg-ddm-gz ]] |
2280 | 2024-02-10T00:34:39.983Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git3ac1010b32a |
2281 | 2024-02-10T00:34:40.655Z | Finished release [optimized] target(s) in 0.62s |
2282 | 2024-02-10T00:34:40.673Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git3ac1010b32a` |
2283 | 2024-02-10T00:34:40.703Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2284 | 2024-02-10T00:34:41.738Z | Created: out/versioned/propolis-server.tar.gz |
2285 | 2024-02-10T00:34:41.741Z | + for package in "$@" |
2286 | 2024-02-10T00:34:41.741Z | + [[ overlay == mg-ddm-gz ]] |
2287 | 2024-02-10T00:34:41.741Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git3ac1010b32a |
2288 | 2024-02-10T00:34:42.386Z | Finished release [optimized] target(s) in 0.60s |
2289 | 2024-02-10T00:34:42.404Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git3ac1010b32a` |
2290 | 2024-02-10T00:34:42.434Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2291 | 2024-02-10T00:34:42.437Z | Created: out/versioned/overlay.tar.gz |
2292 | 2024-02-10T00:34:42.437Z | + for package in "$@" |
2293 | 2024-02-10T00:34:42.437Z | + [[ oxlog == mg-ddm-gz ]] |
2294 | 2024-02-10T00:34:42.437Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git3ac1010b32a |
2295 | 2024-02-10T00:34:43.091Z | Finished release [optimized] target(s) in 0.60s |
2296 | 2024-02-10T00:34:43.110Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git3ac1010b32a` |
2297 | 2024-02-10T00:34:43.140Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2298 | 2024-02-10T00:34:43.162Z | Created: out/versioned/oxlog.tar |
2299 | 2024-02-10T00:34:43.166Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2300 | 2024-02-10T00:34:43.174Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2301 | 2024-02-10T00:34:43.177Z | ++ cd -- ./tools |
2302 | 2024-02-10T00:34:43.177Z | ++ pwd |
2303 | 2024-02-10T00:34:43.177Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2304 | 2024-02-10T00:34:43.183Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2305 | 2024-02-10T00:34:43.183Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2306 | 2024-02-10T00:34:43.186Z | ++ readlink -f /work |
2307 | 2024-02-10T00:34:43.186Z | + out_dir=/work |
2308 | 2024-02-10T00:34:43.186Z | + 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") |
2309 | 2024-02-10T00:34:43.186Z | + for dep in "${deps[@]}" |
2310 | 2024-02-10T00:34:43.186Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2311 | 2024-02-10T00:34:43.187Z | + for dep in "${deps[@]}" |
2312 | 2024-02-10T00:34:43.187Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2313 | 2024-02-10T00:34:43.187Z | + for dep in "${deps[@]}" |
2314 | 2024-02-10T00:34:43.187Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2315 | 2024-02-10T00:34:43.187Z | + for dep in "${deps[@]}" |
2316 | 2024-02-10T00:34:43.187Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2317 | 2024-02-10T00:34:43.187Z | + for dep in "${deps[@]}" |
2318 | 2024-02-10T00:34:43.187Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2319 | 2024-02-10T00:34:43.187Z | ++ mktemp -d |
2320 | 2024-02-10T00:34:43.187Z | + tmp_gz=/tmp/tmp.IDaiVh |
2321 | 2024-02-10T00:34:43.187Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2322 | 2024-02-10T00:34:43.187Z | + echo '{"v":"1","t":"layer"}' |
2323 | 2024-02-10T00:34:43.187Z | + pkg_dir=/tmp/tmp.IDaiVh/root/opt/oxide/sled-agent |
2324 | 2024-02-10T00:34:43.187Z | + mkdir -p /tmp/tmp.IDaiVh/root/opt/oxide/sled-agent |
2325 | 2024-02-10T00:34:43.190Z | + cd /tmp/tmp.IDaiVh/root/opt/oxide/sled-agent |
2326 | 2024-02-10T00:34:43.190Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2327 | 2024-02-10T00:34:43.273Z | x ., 0 bytes, 0 tape blocks |
2328 | 2024-02-10T00:34:43.273Z | x zone-bundle, 41729360 bytes, 81503 tape blocks |
2329 | 2024-02-10T00:34:43.273Z | x sled-agent, 80833424 bytes, 157878 tape blocks |
2330 | 2024-02-10T00:34:43.273Z | x pkg, 0 bytes, 0 tape blocks |
2331 | 2024-02-10T00:34:43.273Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2332 | 2024-02-10T00:34:43.273Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2333 | 2024-02-10T00:34:43.273Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2334 | 2024-02-10T00:34:43.273Z | x VERSION, 25 bytes, 1 tape blocks |
2335 | 2024-02-10T00:34:43.276Z | + mkdir -p /tmp/tmp.IDaiVh/root/lib/svc/manifest/site/ |
2336 | 2024-02-10T00:34:43.276Z | + mv pkg/manifest.xml /tmp/tmp.IDaiVh/root/lib/svc/manifest/site/sled-agent.xml |
2337 | 2024-02-10T00:34:43.279Z | + cd - |
2338 | 2024-02-10T00:34:43.279Z | /work/oxidecomputer/omicron |
2339 | 2024-02-10T00:34:43.279Z | + pkg_dir=/tmp/tmp.IDaiVh/root/opt/oxide/mg-ddm |
2340 | 2024-02-10T00:34:43.279Z | + mkdir -p /tmp/tmp.IDaiVh/root/opt/oxide/mg-ddm |
2341 | 2024-02-10T00:34:43.282Z | + cd /tmp/tmp.IDaiVh/root/opt/oxide/mg-ddm |
2342 | 2024-02-10T00:34:43.282Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2343 | 2024-02-10T00:34:43.329Z | x ., 0 bytes, 0 tape blocks |
2344 | 2024-02-10T00:34:43.329Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2345 | 2024-02-10T00:34:43.329Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2346 | 2024-02-10T00:34:43.329Z | x pkg, 0 bytes, 0 tape blocks |
2347 | 2024-02-10T00:34:43.329Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2348 | 2024-02-10T00:34:43.329Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2349 | 2024-02-10T00:34:43.330Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2350 | 2024-02-10T00:34:43.330Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2351 | 2024-02-10T00:34:43.330Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2352 | 2024-02-10T00:34:43.330Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2353 | 2024-02-10T00:34:43.330Z | x VERSION, 25 bytes, 1 tape blocks |
2354 | 2024-02-10T00:34:43.333Z | + cd - |
2355 | 2024-02-10T00:34:43.333Z | /work/oxidecomputer/omicron |
2356 | 2024-02-10T00:34:43.333Z | + pkg_dir=/tmp/tmp.IDaiVh/root/opt/oxide/oxlog |
2357 | 2024-02-10T00:34:43.333Z | + mkdir -p /tmp/tmp.IDaiVh/root/opt/oxide/oxlog |
2358 | 2024-02-10T00:34:43.333Z | + cd /tmp/tmp.IDaiVh/root/opt/oxide/oxlog |
2359 | 2024-02-10T00:34:43.333Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2360 | 2024-02-10T00:34:43.339Z | x ., 0 bytes, 0 tape blocks |
2361 | 2024-02-10T00:34:43.339Z | x oxlog, 8379568 bytes, 16367 tape blocks |
2362 | 2024-02-10T00:34:43.339Z | x VERSION, 25 bytes, 1 tape blocks |
2363 | 2024-02-10T00:34:43.342Z | + cd - |
2364 | 2024-02-10T00:34:43.342Z | /work/oxidecomputer/omicron |
2365 | 2024-02-10T00:34:43.342Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.IDaiVh/root/opt/oxide |
2366 | 2024-02-10T00:34:43.419Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.IDaiVh/root/opt/oxide |
2367 | 2024-02-10T00:34:43.422Z | + cd /tmp/tmp.IDaiVh |
2368 | 2024-02-10T00:34:43.422Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2369 | 2024-02-10T00:34:52.114Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2370 | 2024-02-10T00:34:52.114Z | a oxide.json 1K |
2371 | 2024-02-10T00:34:52.114Z | a root/ 0K |
2372 | 2024-02-10T00:34:52.114Z | a root/opt/ 0K |
2373 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/ 0K |
2374 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/sled-agent/ 0K |
2375 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/sled-agent/zone-bundle 40752K |
2376 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/sled-agent/sled-agent 78939K |
2377 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2378 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2379 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2380 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/sled-agent/VERSION 1K |
2381 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/mg-ddm/ 0K |
2382 | 2024-02-10T00:34:52.114Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2383 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2384 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2385 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2386 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2387 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2388 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2389 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2390 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2391 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2392 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/oxlog/ 0K |
2393 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/oxlog/oxlog 8184K |
2394 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/oxlog/VERSION 1K |
2395 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2396 | 2024-02-10T00:34:52.115Z | a root/opt/oxide/overlay.tar.gz 3K |
2397 | 2024-02-10T00:34:52.115Z | a root/lib/ 0K |
2398 | 2024-02-10T00:34:52.115Z | a root/lib/svc/ 0K |
2399 | 2024-02-10T00:34:52.115Z | a root/lib/svc/manifest/ 0K |
2400 | 2024-02-10T00:34:52.115Z | a root/lib/svc/manifest/site/ 0K |
2401 | 2024-02-10T00:34:52.115Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2402 | 2024-02-10T00:34:52.118Z | + cd / |
2403 | 2024-02-10T00:34:52.119Z | + rm -rf /tmp/tmp.IDaiVh |
2404 | 2024-02-10T00:34:52.143Z | |
2405 | 2024-02-10T00:34:52.146Z | real 8.974104983 |
2406 | 2024-02-10T00:34:52.146Z | user 8.423739738 |
2407 | 2024-02-10T00:34:52.146Z | sys 0.574483128 |
2408 | 2024-02-10T00:34:52.146Z | trap 0.002174016 |
2409 | 2024-02-10T00:34:52.146Z | tflt 0.000000000 |
2410 | 2024-02-10T00:34:52.146Z | dflt 0.000000000 |
2411 | 2024-02-10T00:34:52.146Z | kflt 0.000000000 |
2412 | 2024-02-10T00:34:52.146Z | lock 0.000000000 |
2413 | 2024-02-10T00:34:52.146Z | slp 17.413546320 |
2414 | 2024-02-10T00:34:52.146Z | lat 0.206280324 |
2415 | 2024-02-10T00:34:52.146Z | stop 0.000213634 |
2416 | 2024-02-10T00:34:52.147Z | + mkdir -p /work/zones |
2417 | 2024-02-10T00:34:52.147Z | + 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) |
2418 | 2024-02-10T00:34:52.150Z | + 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/ |
2419 | 2024-02-10T00:34:54.585Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2420 | 2024-02-10T00:34:55.299Z | Finished release [optimized] target(s) in 0.65s |
2421 | 2024-02-10T00:34:55.319Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2422 | 2024-02-10T00:34:55.346Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2423 | 2024-02-10T00:34:55.349Z | Created new build target 'recovery' and set it as active |
2424 | 2024-02-10T00:34:55.349Z | |
2425 | 2024-02-10T00:34:55.349Z | real 0.760258769 |
2426 | 2024-02-10T00:34:55.350Z | user 0.518468590 |
2427 | 2024-02-10T00:34:55.350Z | sys 0.240176767 |
2428 | 2024-02-10T00:34:55.350Z | trap 0.000610263 |
2429 | 2024-02-10T00:34:55.350Z | tflt 0.000000000 |
2430 | 2024-02-10T00:34:55.350Z | dflt 0.000022188 |
2431 | 2024-02-10T00:34:55.350Z | kflt 0.000000000 |
2432 | 2024-02-10T00:34:55.350Z | lock 0.022774200 |
2433 | 2024-02-10T00:34:55.350Z | slp 0.013411924 |
2434 | 2024-02-10T00:34:55.350Z | lat 0.002706420 |
2435 | 2024-02-10T00:34:55.350Z | stop 0.000155056 |
2436 | 2024-02-10T00:34:55.350Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2437 | 2024-02-10T00:34:56.027Z | Finished release [optimized] target(s) in 0.62s |
2438 | 2024-02-10T00:34:56.048Z | Running `target/release/omicron-package -t recovery package` |
2439 | 2024-02-10T00:34:56.078Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2440 | 2024-02-10T00:34:56.672Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2441 | 2024-02-10T00:34:59.083Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2442 | 2024-02-10T00:35:18.775Z | Finished release [optimized] target(s) in 22.64s |
2443 | 2024-02-10T00:35:30.655Z | |
2444 | 2024-02-10T00:35:30.658Z | real 35.295078692 |
2445 | 2024-02-10T00:35:30.658Z | user 1:42.429313576 |
2446 | 2024-02-10T00:35:30.659Z | sys 7.247899142 |
2447 | 2024-02-10T00:35:30.659Z | trap 0.073821198 |
2448 | 2024-02-10T00:35:30.659Z | tflt 0.111962742 |
2449 | 2024-02-10T00:35:30.659Z | dflt 0.421729805 |
2450 | 2024-02-10T00:35:30.659Z | kflt 0.000050946 |
2451 | 2024-02-10T00:35:30.659Z | lock 9:57.740448667 |
2452 | 2024-02-10T00:35:30.659Z | slp 1:40.450118255 |
2453 | 2024-02-10T00:35:30.659Z | lat 1.662943435 |
2454 | 2024-02-10T00:35:30.659Z | stop 0.516963819 |
2455 | 2024-02-10T00:35:30.659Z | + stamp_packages installinator mg-ddm-gz |
2456 | 2024-02-10T00:35:30.659Z | + for package in "$@" |
2457 | 2024-02-10T00:35:30.659Z | + [[ installinator == mg-ddm-gz ]] |
2458 | 2024-02-10T00:35:30.659Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git3ac1010b32a |
2459 | 2024-02-10T00:35:31.327Z | Finished release [optimized] target(s) in 0.62s |
2460 | 2024-02-10T00:35:31.346Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git3ac1010b32a` |
2461 | 2024-02-10T00:35:31.378Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2462 | 2024-02-10T00:35:31.450Z | Created: out/versioned/installinator.tar |
2463 | 2024-02-10T00:35:31.453Z | + for package in "$@" |
2464 | 2024-02-10T00:35:31.453Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2465 | 2024-02-10T00:35:31.453Z | + echo 0.0.0 |
2466 | 2024-02-10T00:35:31.453Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2467 | 2024-02-10T00:35:31.457Z | a VERSION 1K |
2468 | 2024-02-10T00:35:31.457Z | + rm VERSION |
2469 | 2024-02-10T00:35:31.460Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git3ac1010b32a |
2470 | 2024-02-10T00:35:32.111Z | Finished release [optimized] target(s) in 0.60s |
2471 | 2024-02-10T00:35:32.129Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git3ac1010b32a` |
2472 | 2024-02-10T00:35:32.160Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2473 | 2024-02-10T00:35:32.272Z | Created: out/versioned/mg-ddm-gz.tar |
2474 | 2024-02-10T00:35:32.275Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2475 | 2024-02-10T00:35:32.284Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2476 | 2024-02-10T00:35:32.287Z | ++ cd -- ./tools |
2477 | 2024-02-10T00:35:32.287Z | ++ pwd |
2478 | 2024-02-10T00:35:32.288Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2479 | 2024-02-10T00:35:32.291Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2480 | 2024-02-10T00:35:32.291Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2481 | 2024-02-10T00:35:32.291Z | ++ readlink -f /work |
2482 | 2024-02-10T00:35:32.294Z | + out_dir=/work |
2483 | 2024-02-10T00:35:32.294Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2484 | 2024-02-10T00:35:32.294Z | + for dep in "${deps[@]}" |
2485 | 2024-02-10T00:35:32.294Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2486 | 2024-02-10T00:35:32.294Z | + for dep in "${deps[@]}" |
2487 | 2024-02-10T00:35:32.294Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2488 | 2024-02-10T00:35:32.294Z | ++ mktemp -d |
2489 | 2024-02-10T00:35:32.294Z | + tmp_trampoline=/tmp/tmp.WCaWZh |
2490 | 2024-02-10T00:35:32.294Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2491 | 2024-02-10T00:35:32.297Z | + echo '{"v":"1","t":"layer"}' |
2492 | 2024-02-10T00:35:32.297Z | + pkg_dir=/tmp/tmp.WCaWZh/root/opt/oxide/installinator |
2493 | 2024-02-10T00:35:32.297Z | + mkdir -p /tmp/tmp.WCaWZh/root/opt/oxide/installinator |
2494 | 2024-02-10T00:35:32.297Z | + cd /tmp/tmp.WCaWZh/root/opt/oxide/installinator |
2495 | 2024-02-10T00:35:32.297Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2496 | 2024-02-10T00:35:32.335Z | x ., 0 bytes, 0 tape blocks |
2497 | 2024-02-10T00:35:32.335Z | x installinator, 55127608 bytes, 107672 tape blocks |
2498 | 2024-02-10T00:35:32.335Z | x pkg, 0 bytes, 0 tape blocks |
2499 | 2024-02-10T00:35:32.335Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2500 | 2024-02-10T00:35:32.335Z | x VERSION, 25 bytes, 1 tape blocks |
2501 | 2024-02-10T00:35:32.338Z | + mkdir -p /tmp/tmp.WCaWZh/root/lib/svc/manifest/site/ |
2502 | 2024-02-10T00:35:32.338Z | + mv pkg/manifest.xml /tmp/tmp.WCaWZh/root/lib/svc/manifest/site/installinator.xml |
2503 | 2024-02-10T00:35:32.341Z | + cd - |
2504 | 2024-02-10T00:35:32.341Z | /work/oxidecomputer/omicron |
2505 | 2024-02-10T00:35:32.341Z | + pkg_dir=/tmp/tmp.WCaWZh/root/opt/oxide/mg-ddm |
2506 | 2024-02-10T00:35:32.341Z | + mkdir -p /tmp/tmp.WCaWZh/root/opt/oxide/mg-ddm |
2507 | 2024-02-10T00:35:32.345Z | + cd /tmp/tmp.WCaWZh/root/opt/oxide/mg-ddm |
2508 | 2024-02-10T00:35:32.345Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2509 | 2024-02-10T00:35:32.394Z | x ., 0 bytes, 0 tape blocks |
2510 | 2024-02-10T00:35:32.394Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2511 | 2024-02-10T00:35:32.394Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2512 | 2024-02-10T00:35:32.394Z | x pkg, 0 bytes, 0 tape blocks |
2513 | 2024-02-10T00:35:32.394Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2514 | 2024-02-10T00:35:32.394Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2515 | 2024-02-10T00:35:32.394Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2516 | 2024-02-10T00:35:32.395Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2517 | 2024-02-10T00:35:32.395Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2518 | 2024-02-10T00:35:32.395Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2519 | 2024-02-10T00:35:32.395Z | x VERSION, 25 bytes, 1 tape blocks |
2520 | 2024-02-10T00:35:32.400Z | + cd - |
2521 | 2024-02-10T00:35:32.400Z | /work/oxidecomputer/omicron |
2522 | 2024-02-10T00:35:32.400Z | + cd /tmp/tmp.WCaWZh |
2523 | 2024-02-10T00:35:32.400Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2524 | 2024-02-10T00:35:36.886Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2525 | 2024-02-10T00:35:36.886Z | a oxide.json 1K |
2526 | 2024-02-10T00:35:36.886Z | a root/ 0K |
2527 | 2024-02-10T00:35:36.886Z | a root/opt/ 0K |
2528 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/ 0K |
2529 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/installinator/ 0K |
2530 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/installinator/installinator 53836K |
2531 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/installinator/pkg/ 0K |
2532 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/installinator/VERSION 1K |
2533 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/ 0K |
2534 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2535 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2536 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2537 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2538 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2539 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2540 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2541 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2542 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2543 | 2024-02-10T00:35:36.886Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2544 | 2024-02-10T00:35:36.886Z | a root/lib/ 0K |
2545 | 2024-02-10T00:35:36.886Z | a root/lib/svc/ 0K |
2546 | 2024-02-10T00:35:36.887Z | a root/lib/svc/manifest/ 0K |
2547 | 2024-02-10T00:35:36.887Z | a root/lib/svc/manifest/site/ 0K |
2548 | 2024-02-10T00:35:36.887Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2549 | 2024-02-10T00:35:36.890Z | + cd / |
2550 | 2024-02-10T00:35:36.891Z | + rm -rf /tmp/tmp.WCaWZh |
2551 | 2024-02-10T00:35:36.902Z | |
2552 | 2024-02-10T00:35:36.905Z | real 4.623460043 |
2553 | 2024-02-10T00:35:36.905Z | user 4.369745127 |
2554 | 2024-02-10T00:35:36.905Z | sys 0.267440700 |
2555 | 2024-02-10T00:35:36.905Z | trap 0.000857174 |
2556 | 2024-02-10T00:35:36.905Z | tflt 0.000000000 |
2557 | 2024-02-10T00:35:36.905Z | dflt 0.000000000 |
2558 | 2024-02-10T00:35:36.905Z | kflt 0.000000000 |
2559 | 2024-02-10T00:35:36.905Z | lock 0.000000000 |
2560 | 2024-02-10T00:35:36.905Z | slp 8.987437901 |
2561 | 2024-02-10T00:35:36.905Z | lat 0.097210281 |
2562 | 2024-02-10T00:35:36.905Z | stop 0.000201848 |
2563 | 2024-02-10T00:35:36.905Z | process exited: duration 1567107 ms, exit code 0 |
|
2564 | 2024-02-10T00:35:36.917Z | found 21 output files |
2565 | 2024-02-10T00:35:36.917Z | uploading: /work/version.txt (26 bytes) |
2566 | 2024-02-10T00:35:37.931Z | uploaded: /work/version.txt |
2567 | 2024-02-10T00:35:37.931Z | uploading: /work/package.tar.gz (88037264 bytes) |
2568 | 2024-02-10T00:36:05.793Z | uploaded: /work/package.tar.gz |
2569 | 2024-02-10T00:36:05.793Z | uploading: /work/global-zone-packages.tar.gz (128020638 bytes) |
2570 | 2024-02-10T00:36:42.571Z | uploaded: /work/global-zone-packages.tar.gz |
2571 | 2024-02-10T00:36:42.571Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38942519 bytes) |
2572 | 2024-02-10T00:36:54.431Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2573 | 2024-02-10T00:36:54.431Z | uploading: /work/zones/clickhouse.tar.gz (194431484 bytes) |
2574 | 2024-02-10T00:37:46.499Z | uploaded: /work/zones/clickhouse.tar.gz |
2575 | 2024-02-10T00:37:46.499Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194432273 bytes) |
2576 | 2024-02-10T00:38:39.219Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2577 | 2024-02-10T00:38:39.219Z | uploading: /work/zones/cockroachdb.tar.gz (131520144 bytes) |
2578 | 2024-02-10T00:39:12.726Z | uploaded: /work/zones/cockroachdb.tar.gz |
2579 | 2024-02-10T00:39:12.726Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2580 | 2024-02-10T00:39:17.774Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2581 | 2024-02-10T00:39:17.774Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2582 | 2024-02-10T00:39:24.867Z | uploaded: /work/zones/crucible.tar.gz |
2583 | 2024-02-10T00:39:24.875Z | uploading: /work/zones/external-dns.tar.gz (23600012 bytes) |
2584 | 2024-02-10T00:39:33.478Z | uploaded: /work/zones/external-dns.tar.gz |
2585 | 2024-02-10T00:39:33.478Z | uploading: /work/zones/internal-dns.tar.gz (23600012 bytes) |
2586 | 2024-02-10T00:39:40.826Z | uploaded: /work/zones/internal-dns.tar.gz |
2587 | 2024-02-10T00:39:40.827Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2588 | 2024-02-10T00:39:41.837Z | uploaded: /work/zones/ntp.tar.gz |
2589 | 2024-02-10T00:39:41.837Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19548107 bytes) |
2590 | 2024-02-10T00:39:47.009Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2591 | 2024-02-10T00:39:47.009Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19549880 bytes) |
2592 | 2024-02-10T00:39:53.011Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2593 | 2024-02-10T00:39:53.019Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87663602 bytes) |
2594 | 2024-02-10T00:40:18.387Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2595 | 2024-02-10T00:40:18.387Z | uploading: /work/zones/omicron-nexus.tar.gz (87671439 bytes) |
2596 | 2024-02-10T00:40:39.528Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2597 | 2024-02-10T00:40:39.528Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2598 | 2024-02-10T00:40:40.542Z | uploaded: /work/zones/overlay.tar.gz |
2599 | 2024-02-10T00:40:40.542Z | uploading: /work/zones/oximeter.tar.gz (55835419 bytes) |
2600 | 2024-02-10T00:40:54.382Z | uploaded: /work/zones/oximeter.tar.gz |
2601 | 2024-02-10T00:40:54.382Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2602 | 2024-02-10T00:41:14.263Z | uploaded: /work/zones/propolis-server.tar.gz |
2603 | 2024-02-10T00:41:14.263Z | uploading: /work/zones/switch-asic.tar.gz (284947514 bytes) |
2604 | 2024-02-10T00:42:31.173Z | uploaded: /work/zones/switch-asic.tar.gz |
2605 | 2024-02-10T00:42:31.173Z | uploading: /work/zones/switch-softnpu.tar.gz (209102592 bytes) |
2606 | 2024-02-10T00:43:25.403Z | uploaded: /work/zones/switch-softnpu.tar.gz |