|
|
|
1 | 2023-12-09T04:11:21.733Z | job assigned to worker 01HH6C94WWBYBB2Y6RH9CX5HYD (queued for 1 m 24 s) |
|
2 | 2023-12-09T04:11:21.933Z | starting task 0: "setup" |
3 | 2023-12-09T04:11:21.991Z | ++ uname -s |
4 | 2023-12-09T04:11:22.003Z | + kern=SunOS |
5 | 2023-12-09T04:11:22.003Z | + case "$kern" in |
6 | 2023-12-09T04:11:22.003Z | + groupadd -g 12345 build |
7 | 2023-12-09T04:11:22.003Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-09T04:11:24.007Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-09T04:11:24.127Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-09T04:11:24.147Z | + home_fs=zfs |
11 | 2023-12-09T04:11:24.147Z | + [[ zfs == autofs ]] |
12 | 2023-12-09T04:11:24.147Z | + mkdir -p /home/build |
13 | 2023-12-09T04:11:24.148Z | + chown build:build /home/build /work |
14 | 2023-12-09T04:11:26.129Z | + chmod 0700 /home/build /work |
15 | 2023-12-09T04:11:26.134Z | process exited: duration 4208 ms, exit code 0 |
|
16 | 2023-12-09T04:11:26.143Z | starting task 1: "rust-toolchain" |
17 | 2023-12-09T04:11:26.150Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-09T04:11:26.153Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-09T04:11:26.338Z | info: downloading installer |
20 | 2023-12-09T04:11:28.460Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-09T04:11:28.461Z | warning: /opt/ooce/bin |
22 | 2023-12-09T04:11:28.461Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-09T04:11:28.461Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-09T04:11:28.461Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-09T04:11:28.461Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-09T04:11:28.461Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-09T04:11:28.462Z | error: cannot install while Rust is installed |
28 | 2023-12-09T04:11:28.462Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-09T04:11:28.556Z | info: profile set to 'default' |
30 | 2023-12-09T04:11:28.556Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-09T04:11:28.564Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-09T04:11:28.733Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-09T04:11:28.733Z | info: downloading component 'cargo' |
34 | 2023-12-09T04:11:29.493Z | info: downloading component 'clippy' |
35 | 2023-12-09T04:11:29.761Z | info: downloading component 'rust-docs' |
36 | 2023-12-09T04:11:30.730Z | info: downloading component 'rust-std' |
37 | 2023-12-09T04:11:32.450Z | info: downloading component 'rustc' |
38 | 2023-12-09T04:11:36.652Z | info: downloading component 'rustfmt' |
39 | 2023-12-09T04:11:36.968Z | info: installing component 'cargo' |
40 | 2023-12-09T04:11:39.127Z | info: installing component 'clippy' |
41 | 2023-12-09T04:11:39.488Z | info: installing component 'rust-docs' |
42 | 2023-12-09T04:11:42.225Z | info: installing component 'rust-std' |
43 | 2023-12-09T04:11:45.808Z | info: installing component 'rustc' |
44 | 2023-12-09T04:11:53.192Z | info: installing component 'rustfmt' |
45 | 2023-12-09T04:11:54.217Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-09T04:11:54.217Z | |
47 | 2023-12-09T04:11:54.237Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-09T04:11:54.237Z | |
49 | 2023-12-09T04:11:54.237Z | |
50 | 2023-12-09T04:11:54.238Z | Rust is installed now. Great! |
51 | 2023-12-09T04:11:54.238Z | |
52 | 2023-12-09T04:11:54.238Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-09T04:11:54.238Z | environment variable. This has not been done automatically. |
54 | 2023-12-09T04:11:54.238Z | |
55 | 2023-12-09T04:11:54.238Z | To configure your current shell, run: |
56 | 2023-12-09T04:11:54.239Z | source "$HOME/.cargo/env" |
57 | 2023-12-09T04:11:54.239Z | + rustc --version |
58 | 2023-12-09T04:11:54.239Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-09T04:11:54.240Z | process exited: duration 28005 ms, exit code 0 |
|
60 | 2023-12-09T04:11:54.293Z | starting task 2: "authentication" |
61 | 2023-12-09T04:11:54.332Z | process exited: duration 46 ms, exit code 0 |
|
62 | 2023-12-09T04:11:54.785Z | starting task 3: "clone repository" |
63 | 2023-12-09T04:11:54.800Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-09T04:11:54.800Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-09T04:11:54.827Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-09T04:12:01.027Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-09T04:12:01.027Z | + [[ -n renovate/tokio-1.x ]] |
68 | 2023-12-09T04:12:01.045Z | + git fetch origin renovate/tokio-1.x |
69 | 2023-12-09T04:12:01.376Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-09T04:12:01.377Z | * branch renovate/tokio-1.x -> FETCH_HEAD |
71 | 2023-12-09T04:12:01.390Z | + git checkout -B renovate/tokio-1.x remotes/origin/renovate/tokio-1.x |
72 | 2023-12-09T04:12:01.492Z | Switched to a new branch 'renovate/tokio-1.x' |
73 | 2023-12-09T04:12:01.501Z | branch 'renovate/tokio-1.x' set up to track 'origin/renovate/tokio-1.x'. |
74 | 2023-12-09T04:12:01.502Z | + git reset --hard 5ad549ef17d89bc744fb4ecf3accc6b987fa9e55 |
75 | 2023-12-09T04:12:01.662Z | HEAD is now at 5ad549ef Update Rust crate tokio to 1.35.0 |
76 | 2023-12-09T04:12:01.667Z | process exited: duration 6895 ms, exit code 0 |
|
77 | 2023-12-09T04:12:01.676Z | starting task 4: "build" |
78 | 2023-12-09T04:12:01.681Z | + cargo --version |
79 | 2023-12-09T04:12:01.688Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-09T04:12:01.906Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-09T04:12:01.911Z | info: downloading component 'cargo' |
82 | 2023-12-09T04:12:02.743Z | info: downloading component 'clippy' |
83 | 2023-12-09T04:12:03.000Z | info: downloading component 'rust-docs' |
84 | 2023-12-09T04:12:04.031Z | info: downloading component 'rust-std' |
85 | 2023-12-09T04:12:05.727Z | info: downloading component 'rustc' |
86 | 2023-12-09T04:12:10.090Z | info: downloading component 'rustfmt' |
87 | 2023-12-09T04:12:10.326Z | info: installing component 'cargo' |
88 | 2023-12-09T04:12:12.538Z | info: installing component 'clippy' |
89 | 2023-12-09T04:12:12.732Z | info: installing component 'rust-docs' |
90 | 2023-12-09T04:12:15.591Z | info: installing component 'rust-std' |
91 | 2023-12-09T04:12:18.202Z | info: installing component 'rustc' |
92 | 2023-12-09T04:12:24.856Z | info: installing component 'rustfmt' |
93 | 2023-12-09T04:12:24.994Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-09T04:12:25.008Z | + rustc --version |
95 | 2023-12-09T04:12:25.110Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-09T04:12:25.201Z | ++ git rev-parse HEAD |
97 | 2023-12-09T04:12:25.219Z | + COMMIT=5ad549ef17d89bc744fb4ecf3accc6b987fa9e55 |
98 | 2023-12-09T04:12:25.220Z | + VERSION=5.0.0-0.ci+git5ad549ef17d |
99 | 2023-12-09T04:12:25.220Z | + echo 5.0.0-0.ci+git5ad549ef17d |
100 | 2023-12-09T04:12:25.220Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-09T04:12:36.144Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-09T04:12:37.404Z | Startup: Caching catalogs ... Done |
103 | 2023-12-09T04:12:44.413Z | Planning: Solver setup ... Done (6.550s) |
104 | 2023-12-09T04:12:44.517Z | Planning: Running solver ... Done (0.152s) |
105 | 2023-12-09T04:12:44.585Z | Planning: Finding local manifests ... Done (0.005s) |
106 | 2023-12-09T04:12:44.599Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-09T04:12:44.850Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-09T04:12:44.942Z | Planning: Package planning ... Done (0.090s) |
109 | 2023-12-09T04:12:45.029Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-12-09T04:12:45.679Z | Planning: Checking for conflicting actions ... Done (0.654s) |
111 | 2023-12-09T04:12:45.707Z | Planning: Consolidating action changes ... Done (0.019s) |
112 | 2023-12-09T04:12:48.958Z | Planning: Evaluating mediators ... Done (3.264s) |
113 | 2023-12-09T04:12:49.078Z | Planning: Planning completed in 11.62 seconds |
114 | 2023-12-09T04:12:49.102Z | Packages to install: 4 |
115 | 2023-12-09T04:12:49.518Z | Packages to update: 2 |
116 | 2023-12-09T04:12:49.518Z | Mediators to change: 2 |
117 | 2023-12-09T04:12:49.518Z | Services to change: 1 |
118 | 2023-12-09T04:12:49.518Z | Estimated space available: 148.88 GB |
119 | 2023-12-09T04:12:49.518Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-09T04:12:49.518Z | Create boot environment: No |
121 | 2023-12-09T04:12:49.518Z | Create backup boot environment: Yes |
122 | 2023-12-09T04:12:49.519Z | Rebuild boot archive: No |
123 | 2023-12-09T04:12:49.519Z | |
124 | 2023-12-09T04:12:49.519Z | Changed mediators: |
125 | 2023-12-09T04:12:49.519Z | mediator clang: |
126 | 2023-12-09T04:12:49.519Z | version: None -> 15 (system default) |
127 | 2023-12-09T04:12:49.519Z | |
128 | 2023-12-09T04:12:49.519Z | mediator llvm: |
129 | 2023-12-09T04:12:49.520Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-09T04:12:49.520Z | |
131 | 2023-12-09T04:12:49.520Z | Changed packages: |
132 | 2023-12-09T04:12:49.520Z | helios-dev |
133 | 2023-12-09T04:12:49.520Z | developer/build-essential |
134 | 2023-12-09T04:12:49.520Z | None -> 11-2.0 |
135 | 2023-12-09T04:12:49.520Z | library/libxmlsec1 |
136 | 2023-12-09T04:12:49.520Z | None -> 1.2.35-2.0 |
137 | 2023-12-09T04:12:49.520Z | ooce/developer/clang-15 |
138 | 2023-12-09T04:12:49.520Z | None -> 15.0.7-2.0 |
139 | 2023-12-09T04:12:49.520Z | ooce/developer/llvm-15 |
140 | 2023-12-09T04:12:49.520Z | None -> 15.0.7-2.0 |
141 | 2023-12-09T04:12:49.520Z | system/library/g++-runtime |
142 | 2023-12-09T04:12:49.520Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-09T04:12:49.521Z | system/library/gcc-runtime |
144 | 2023-12-09T04:12:49.521Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-09T04:12:49.522Z | |
146 | 2023-12-09T04:12:49.522Z | Services: |
147 | 2023-12-09T04:12:49.522Z | restart_fmri: |
148 | 2023-12-09T04:12:49.523Z | svc:/system/update-man-index:default |
149 | 2023-12-09T04:12:49.534Z | |
150 | 2023-12-09T04:12:49.534Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-09T04:12:56.682Z | Download: 210/3330 items 1.3/221.1MB 0% complete (357k/s) |
152 | 2023-12-09T04:13:03.595Z | Download: 213/3330 items 1.3/221.1MB 0% complete (333k/s) |
153 | 2023-12-09T04:13:08.611Z | Download: 316/3330 items 16.1/221.1MB 7% complete (2.9M/s) |
154 | 2023-12-09T04:13:13.630Z | Download: 654/3330 items 18.0/221.1MB 8% complete (1.7M/s) |
155 | 2023-12-09T04:13:18.626Z | Download: 1089/3330 items 19.7/221.1MB 8% complete (388k/s) |
156 | 2023-12-09T04:13:26.024Z | Download: 1196/3330 items 83.5/221.1MB 37% complete (6.5M/s) |
157 | 2023-12-09T04:13:33.950Z | Download: 1198/3330 items 83.5/221.1MB 37% complete |
158 | 2023-12-09T04:13:38.969Z | Download: 1437/3330 items 117.0/221.1MB 52% complete (7.0M/s) |
159 | 2023-12-09T04:13:43.969Z | Download: 1890/3330 items 118.6/221.1MB 53% complete (3.6M/s) |
160 | 2023-12-09T04:13:49.016Z | Download: 2477/3330 items 120.2/221.1MB 54% complete (324k/s) |
161 | 2023-12-09T04:13:54.012Z | Download: 3125/3330 items 139.5/221.1MB 63% complete (2.0M/s) |
162 | 2023-12-09T04:13:59.834Z | Download: 3248/3330 items 203.1/221.1MB 91% complete (8.4M/s) |
163 | 2023-12-09T04:14:06.354Z | Download: 3287/3330 items 212.6/221.1MB 96% complete (8.9M/s) |
164 | 2023-12-09T04:14:12.766Z | Download: 3289/3330 items 212.6/221.1MB 96% complete (8.3M/s) |
165 | 2023-12-09T04:14:17.473Z | Download: Completed 221.11 MB in 88.20 seconds (2.5M/s) |
166 | 2023-12-09T04:14:19.537Z | Actions: 1/3766 actions (Removing old actions) |
167 | 2023-12-09T04:14:19.538Z | Actions: 5/3766 actions (Installing new actions) |
168 | 2023-12-09T04:14:24.520Z | Actions: 2399/3766 actions (Installing new actions) |
169 | 2023-12-09T04:14:27.672Z | Actions: 3729/3766 actions (Updating modified actions) |
170 | 2023-12-09T04:14:28.125Z | Actions: Completed 3766 actions in 8.60 seconds. |
171 | 2023-12-09T04:14:28.241Z | Done (0.107s) |
172 | 2023-12-09T04:14:28.246Z | Done (0.000s) |
173 | 2023-12-09T04:14:28.511Z | Done (0.272s) |
174 | 2023-12-09T04:14:36.273Z | Done (7.642s) |
175 | 2023-12-09T04:14:36.497Z | Done (0.122s) |
176 | 2023-12-09T04:14:36.500Z | Done (0.000s) |
177 | 2023-12-09T04:14:36.728Z | Done (0.000s) |
178 | 2023-12-09T04:14:37.445Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-12-09T04:14:37.734Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-12-09T04:14:37.737Z | Planning: Consolidating action changes ... Done |
181 | 2023-12-09T04:14:38.179Z | Planning: Evaluating mediators ... Done |
182 | 2023-12-09T04:14:38.186Z | Planning: Planning completed in 0.73 seconds |
183 | 2023-12-09T04:14:38.246Z | Mediators to change: 2 |
184 | 2023-12-09T04:14:38.247Z | Create boot environment: No |
185 | 2023-12-09T04:14:38.329Z | Create backup boot environment: No |
186 | 2023-12-09T04:14:38.342Z | Done |
187 | 2023-12-09T04:14:38.342Z | Done |
188 | 2023-12-09T04:14:38.503Z | Done |
189 | 2023-12-09T04:14:44.335Z | Done |
190 | 2023-12-09T04:14:44.461Z | Done |
191 | 2023-12-09T04:14:44.464Z | Done |
192 | 2023-12-09T04:14:44.572Z | Done |
193 | 2023-12-09T04:14:45.595Z | Planning: Evaluating mediator changes ... Done |
194 | 2023-12-09T04:14:45.611Z | Planning: Merging actions ... Done |
195 | 2023-12-09T04:14:45.930Z | Planning: Checking for conflicting actions ... Done |
196 | 2023-12-09T04:14:45.935Z | Planning: Consolidating action changes ... Done |
197 | 2023-12-09T04:14:46.393Z | Planning: Evaluating mediators ... Done |
198 | 2023-12-09T04:14:46.474Z | Planning: Planning completed in 1.31 seconds |
199 | 2023-12-09T04:14:46.538Z | Packages to change: 1 |
200 | 2023-12-09T04:14:46.538Z | Mediators to change: 1 |
201 | 2023-12-09T04:14:46.550Z | Services to change: 1 |
202 | 2023-12-09T04:14:46.550Z | Create boot environment: No |
203 | 2023-12-09T04:14:46.550Z | Create backup boot environment: Yes |
204 | 2023-12-09T04:14:48.603Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2023-12-09T04:14:48.615Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2023-12-09T04:14:48.615Z | Done |
207 | 2023-12-09T04:14:48.616Z | Done |
208 | 2023-12-09T04:14:48.688Z | Done |
209 | 2023-12-09T04:14:54.489Z | Done |
210 | 2023-12-09T04:14:54.613Z | Done |
211 | 2023-12-09T04:14:54.618Z | Done |
212 | 2023-12-09T04:14:54.724Z | Done |
213 | 2023-12-09T04:14:55.410Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2023-12-09T04:14:55.410Z | clang system 15 system |
215 | 2023-12-09T04:14:55.410Z | csh system system illumos |
216 | 2023-12-09T04:14:55.410Z | ctags system system illumos |
217 | 2023-12-09T04:14:55.410Z | gcc vendor 12 vendor |
218 | 2023-12-09T04:14:55.411Z | gcc system 10 system |
219 | 2023-12-09T04:14:55.411Z | gcc system 7 system |
220 | 2023-12-09T04:14:55.411Z | go system 1.20 system |
221 | 2023-12-09T04:14:55.411Z | go system 1.19 system |
222 | 2023-12-09T04:14:55.411Z | llvm system 15 system |
223 | 2023-12-09T04:14:55.411Z | llvm system 14 system |
224 | 2023-12-09T04:14:55.412Z | mariadb system 10.6 system |
225 | 2023-12-09T04:14:55.412Z | mta vendor vendor dma |
226 | 2023-12-09T04:14:55.412Z | openjdk system 17 system |
227 | 2023-12-09T04:14:55.412Z | openjdk system 11 system |
228 | 2023-12-09T04:14:55.413Z | openjdk system 1.8 system |
229 | 2023-12-09T04:14:55.413Z | openssl vendor 3 vendor |
230 | 2023-12-09T04:14:55.413Z | perl system 5.36 system |
231 | 2023-12-09T04:14:55.413Z | postgresql system 15 system |
232 | 2023-12-09T04:14:55.413Z | postgresql system 13 system |
233 | 2023-12-09T04:14:55.414Z | python vendor 3 vendor |
234 | 2023-12-09T04:14:55.414Z | python system 2 system |
235 | 2023-12-09T04:14:55.414Z | python3 system 3.11 system |
236 | 2023-12-09T04:14:55.414Z | ruby system 3.0 system |
237 | 2023-12-09T04:14:55.414Z | words vendor vendor american-english |
238 | 2023-12-09T04:14:55.414Z | words system system australian-english |
239 | 2023-12-09T04:14:55.417Z | words system system british-english |
240 | 2023-12-09T04:14:55.417Z | words system system canadian-english |
241 | 2023-12-09T04:14:55.417Z | words system system french |
242 | 2023-12-09T04:14:55.418Z | words system system italian |
243 | 2023-12-09T04:14:55.418Z | words system system ngerman |
244 | 2023-12-09T04:14:55.418Z | words system system ogerman |
245 | 2023-12-09T04:14:55.418Z | words system system spanish |
246 | 2023-12-09T04:14:55.979Z | FMRI IFO |
247 | 2023-12-09T04:14:55.979Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2023-12-09T04:14:55.979Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2023-12-09T04:14:55.980Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2023-12-09T04:14:55.980Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
251 | 2023-12-09T04:14:55.980Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2023-12-09T04:14:55.980Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
253 | 2023-12-09T04:14:55.980Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
254 | 2023-12-09T04:14:55.980Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
255 | 2023-12-09T04:14:56.011Z | + set -o errexit |
256 | 2023-12-09T04:14:56.014Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2023-12-09T04:14:56.017Z | ++ cd ./tools |
258 | 2023-12-09T04:14:56.017Z | ++ pwd |
259 | 2023-12-09T04:14:56.017Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2023-12-09T04:14:56.020Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2023-12-09T04:14:56.020Z | + ARG0=ci_download_cockroachdb |
262 | 2023-12-09T04:14:56.020Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2023-12-09T04:14:56.030Z | + CIDL_VERSION=v22.1.9 |
264 | 2023-12-09T04:14:56.030Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2023-12-09T04:14:56.030Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
266 | 2023-12-09T04:14:56.030Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
267 | 2023-12-09T04:14:56.030Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-12-09T04:14:56.030Z | + TARGET_DIR=out |
269 | 2023-12-09T04:14:56.031Z | + DOWNLOAD_DIR=out/downloads |
270 | 2023-12-09T04:14:56.031Z | + DEST_DIR=./out/cockroachdb |
271 | 2023-12-09T04:14:56.031Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2023-12-09T04:14:56.031Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2023-12-09T04:14:56.031Z | + main |
274 | 2023-12-09T04:14:56.031Z | + [[ 0 != 0 ]] |
275 | 2023-12-09T04:14:56.031Z | + CIDL_OS=solaris2.11 |
276 | 2023-12-09T04:14:56.031Z | + [[ 0 != 0 ]] |
277 | 2023-12-09T04:14:56.031Z | + configure_os solaris2.11 |
278 | 2023-12-09T04:14:56.031Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2023-12-09T04:14:56.031Z | current directory: /work/oxidecomputer/omicron |
280 | 2023-12-09T04:14:56.031Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2023-12-09T04:14:56.031Z | + case "$1" in |
282 | 2023-12-09T04:14:56.031Z | configuring based on OS: "solaris2.11" |
283 | 2023-12-09T04:14:56.031Z | + CIDL_BUILD=illumos |
284 | 2023-12-09T04:14:56.031Z | + CIDL_SUFFIX=tar.gz |
285 | 2023-12-09T04:14:56.033Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-12-09T04:14:56.033Z | + CIDL_MD5FUNC=do_md5sum |
287 | 2023-12-09T04:14:56.033Z | + CIDL_URL_BASE=https://illumos.org/downloads |
288 | 2023-12-09T04:14:56.033Z | + CIDL_ASSEMBLE=do_assemble_illumos |
289 | 2023-12-09T04:14:56.033Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
290 | 2023-12-09T04:14:56.033Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-09T04:14:56.033Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-12-09T04:14:56.033Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
293 | 2023-12-09T04:14:56.033Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-09T04:14:56.033Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-12-09T04:14:56.033Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-12-09T04:14:56.033Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-09T04:14:56.034Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-09T04:14:56.034Z | + mkdir -p out/downloads |
299 | 2023-12-09T04:14:56.034Z | + mkdir -p ./out/cockroachdb |
300 | 2023-12-09T04:14:56.037Z | + local DO_DOWNLOAD=true |
301 | 2023-12-09T04:14:56.037Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2023-12-09T04:14:56.038Z | + '[' true == true ']' |
303 | 2023-12-09T04:14:56.038Z | + echo Downloading... |
304 | 2023-12-09T04:14:56.038Z | Downloading... |
305 | 2023-12-09T04:14:56.038Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-09T04:14:56.038Z | + 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 |
307 | 2023-12-09T04:15:00.556Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-09T04:15:00.560Z | ++ md5sum |
309 | 2023-12-09T04:15:00.560Z | ++ awk '{print $1}' |
310 | 2023-12-09T04:15:00.740Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
311 | 2023-12-09T04:15:00.740Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
312 | 2023-12-09T04:15:00.741Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-09T04:15:00.788Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2023-12-09T04:15:04.091Z | + do_assemble_illumos |
315 | 2023-12-09T04:15:04.091Z | + rm -r ./out/cockroachdb |
316 | 2023-12-09T04:15:04.105Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2023-12-09T04:15:04.780Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2023-12-09T04:15:05.061Z | Build Tag: v22.1.9-dirty |
319 | 2023-12-09T04:15:05.061Z | Build Time: 2022/10/26 21:17:46 |
320 | 2023-12-09T04:15:05.061Z | Distribution: OSS |
321 | 2023-12-09T04:15:05.063Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2023-12-09T04:15:05.063Z | Go Version: go1.17.13 |
323 | 2023-12-09T04:15:05.064Z | C Compiler: gcc 10.3.0 |
324 | 2023-12-09T04:15:05.064Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2023-12-09T04:15:05.064Z | Build Type: release |
326 | 2023-12-09T04:15:05.088Z | + set -o errexit |
327 | 2023-12-09T04:15:05.643Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2023-12-09T04:15:05.643Z | ++ cd ./tools |
329 | 2023-12-09T04:15:05.643Z | ++ pwd |
330 | 2023-12-09T04:15:05.644Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2023-12-09T04:15:05.644Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2023-12-09T04:15:05.645Z | + ARG0=ci_download_clickhouse |
333 | 2023-12-09T04:15:05.645Z | + TARGET_DIR=out |
334 | 2023-12-09T04:15:05.645Z | + DOWNLOAD_DIR=out/downloads |
335 | 2023-12-09T04:15:05.645Z | + DEST_DIR=./out/clickhouse |
336 | 2023-12-09T04:15:05.645Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2023-12-09T04:15:05.645Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2023-12-09T04:15:05.645Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2023-12-09T04:15:05.645Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2023-12-09T04:15:05.645Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2023-12-09T04:15:05.645Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2023-12-09T04:15:05.645Z | + main |
343 | 2023-12-09T04:15:05.645Z | + [[ 0 != 0 ]] |
344 | 2023-12-09T04:15:05.646Z | + CIDL_OS=solaris2.11 |
345 | 2023-12-09T04:15:05.646Z | + [[ 0 != 0 ]] |
346 | 2023-12-09T04:15:05.646Z | + configure_os solaris2.11 |
347 | 2023-12-09T04:15:05.646Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2023-12-09T04:15:05.646Z | current directory: /work/oxidecomputer/omicron |
349 | 2023-12-09T04:15:05.646Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2023-12-09T04:15:05.646Z | + CIDL_DASHREV= |
351 | 2023-12-09T04:15:05.646Z | + case "$1" in |
352 | 2023-12-09T04:15:05.646Z | configuring based on OS: "solaris2.11" |
353 | 2023-12-09T04:15:05.647Z | + CIDL_PLATFORM=illumos |
354 | 2023-12-09T04:15:05.647Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-12-09T04:15:05.647Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2023-12-09T04:15:05.647Z | + CIDL_DASHREV=-1 |
357 | 2023-12-09T04:15:05.647Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2023-12-09T04:15:05.647Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-09T04:15:05.647Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-09T04:15:05.647Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-09T04:15:05.647Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-12-09T04:15:05.647Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-09T04:15:05.647Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-12-09T04:15:05.647Z | + mkdir -p out/downloads |
365 | 2023-12-09T04:15:05.648Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-12-09T04:15:05.664Z | + mkdir -p ./out/clickhouse |
367 | 2023-12-09T04:15:05.664Z | + local DO_DOWNLOAD=true |
368 | 2023-12-09T04:15:05.665Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2023-12-09T04:15:05.665Z | + '[' true == true ']' |
370 | 2023-12-09T04:15:05.665Z | + echo Downloading... |
371 | 2023-12-09T04:15:05.665Z | Downloading... |
372 | 2023-12-09T04:15:05.665Z | + 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 |
373 | 2023-12-09T04:15:05.666Z | + 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 |
374 | 2023-12-09T04:15:06.818Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-09T04:15:06.827Z | ++ md5sum |
376 | 2023-12-09T04:15:06.827Z | ++ awk '{print $1}' |
377 | 2023-12-09T04:15:07.331Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2023-12-09T04:15:07.331Z | + [[ 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 ]] |
379 | 2023-12-09T04:15:07.331Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2023-12-09T04:15:07.331Z | + mkdir -p ./out/clickhouse |
381 | 2023-12-09T04:15:07.331Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2023-12-09T04:15:11.923Z | + ./out/clickhouse/clickhouse server --version |
383 | 2023-12-09T04:15:11.978Z | ClickHouse server version 22.8.9.1. |
384 | 2023-12-09T04:15:11.999Z | + set -o errexit |
385 | 2023-12-09T04:15:12.008Z | +++ dirname ./tools/ci_download_console |
386 | 2023-12-09T04:15:12.008Z | ++ cd ./tools |
387 | 2023-12-09T04:15:12.008Z | ++ pwd |
388 | 2023-12-09T04:15:12.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2023-12-09T04:15:12.008Z | ++ basename ./tools/ci_download_console |
390 | 2023-12-09T04:15:12.008Z | + ARG0=ci_download_console |
391 | 2023-12-09T04:15:12.008Z | + TARGET_DIR=out |
392 | 2023-12-09T04:15:12.009Z | + DOWNLOAD_DIR=out/downloads |
393 | 2023-12-09T04:15:12.009Z | + DEST_DIR=./out/console-assets |
394 | 2023-12-09T04:15:12.009Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2023-12-09T04:15:12.009Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
396 | 2023-12-09T04:15:12.009Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
397 | 2023-12-09T04:15:12.009Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
398 | 2023-12-09T04:15:12.009Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2023-12-09T04:15:12.009Z | + main |
400 | 2023-12-09T04:15:12.010Z | + [[ 0 != 0 ]] |
401 | 2023-12-09T04:15:12.010Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
402 | 2023-12-09T04:15:12.010Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
403 | 2023-12-09T04:15:12.010Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2023-12-09T04:15:12.010Z | Local file: out/downloads/console.tar.gz |
405 | 2023-12-09T04:15:12.011Z | + local DO_DOWNLOAD=true |
406 | 2023-12-09T04:15:12.011Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2023-12-09T04:15:12.011Z | + mkdir -p out/downloads |
408 | 2023-12-09T04:15:12.022Z | + '[' true == true ']' |
409 | 2023-12-09T04:15:12.022Z | + echo Downloading... |
410 | 2023-12-09T04:15:12.023Z | Downloading... |
411 | 2023-12-09T04:15:12.023Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
412 | 2023-12-09T04:15:12.023Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
413 | 2023-12-09T04:15:12.686Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2023-12-09T04:15:12.693Z | ++ case "$OSTYPE" in |
415 | 2023-12-09T04:15:12.694Z | ++ SHA=sha256sum |
416 | 2023-12-09T04:15:12.695Z | ++ sha256sum |
417 | 2023-12-09T04:15:12.697Z | ++ awk '{print $1}' |
418 | 2023-12-09T04:15:12.711Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
419 | 2023-12-09T04:15:12.711Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
420 | 2023-12-09T04:15:12.715Z | + rm -rf ./out/console-assets |
421 | 2023-12-09T04:15:12.715Z | + mkdir -p ./out/console-assets |
422 | 2023-12-09T04:15:12.718Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2023-12-09T04:15:12.718Z | + mkdir -p ./out/console-assets |
424 | 2023-12-09T04:15:12.722Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2023-12-09T04:15:12.863Z | + set -o errexit |
426 | 2023-12-09T04:15:12.866Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2023-12-09T04:15:12.866Z | ++ cd ./tools |
428 | 2023-12-09T04:15:12.866Z | ++ pwd |
429 | 2023-12-09T04:15:12.866Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2023-12-09T04:15:12.866Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2023-12-09T04:15:12.866Z | + ARG0=ci_download_maghemite_openapi |
432 | 2023-12-09T04:15:12.866Z | + TARGET_DIR=out |
433 | 2023-12-09T04:15:12.866Z | + DOWNLOAD_DIR=out/downloads |
434 | 2023-12-09T04:15:12.866Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2023-12-09T04:15:12.867Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
436 | 2023-12-09T04:15:12.867Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-12-09T04:15:12.867Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
438 | 2023-12-09T04:15:12.867Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
439 | 2023-12-09T04:15:12.867Z | + main |
440 | 2023-12-09T04:15:12.867Z | + [[ 0 != 0 ]] |
441 | 2023-12-09T04:15:12.867Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
442 | 2023-12-09T04:15:12.867Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
443 | 2023-12-09T04:15:12.867Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
444 | 2023-12-09T04:15:12.867Z | + local DO_DOWNLOAD=true |
445 | 2023-12-09T04:15:12.867Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2023-12-09T04:15:12.867Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
447 | 2023-12-09T04:15:12.867Z | + mkdir -p out/downloads |
448 | 2023-12-09T04:15:12.871Z | + '[' true == true ']' |
449 | 2023-12-09T04:15:12.871Z | + echo Downloading... |
450 | 2023-12-09T04:15:12.871Z | Downloading... |
451 | 2023-12-09T04:15:12.871Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-09T04:15:12.871Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
453 | 2023-12-09T04:15:13.133Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2023-12-09T04:15:13.133Z | ++ case "$OSTYPE" in |
455 | 2023-12-09T04:15:13.137Z | ++ SHA=sha256sum |
456 | 2023-12-09T04:15:13.137Z | ++ sha256sum |
457 | 2023-12-09T04:15:13.137Z | ++ awk '{print $1}' |
458 | 2023-12-09T04:15:13.140Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
459 | 2023-12-09T04:15:13.140Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
460 | 2023-12-09T04:15:13.140Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2023-12-09T04:15:13.141Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
462 | 2023-12-09T04:15:13.141Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
463 | 2023-12-09T04:15:13.141Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
464 | 2023-12-09T04:15:13.141Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-09T04:15:13.141Z | + main |
466 | 2023-12-09T04:15:13.141Z | + [[ 0 != 0 ]] |
467 | 2023-12-09T04:15:13.141Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
468 | 2023-12-09T04:15:13.141Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
469 | 2023-12-09T04:15:13.141Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
470 | 2023-12-09T04:15:13.141Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
471 | 2023-12-09T04:15:13.141Z | + local DO_DOWNLOAD=true |
472 | 2023-12-09T04:15:13.141Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
473 | 2023-12-09T04:15:13.141Z | + mkdir -p out/downloads |
474 | 2023-12-09T04:15:13.144Z | + '[' true == true ']' |
475 | 2023-12-09T04:15:13.144Z | + echo Downloading... |
476 | 2023-12-09T04:15:13.144Z | Downloading... |
477 | 2023-12-09T04:15:13.145Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
478 | 2023-12-09T04:15:13.145Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
479 | 2023-12-09T04:15:13.306Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
480 | 2023-12-09T04:15:13.310Z | ++ case "$OSTYPE" in |
481 | 2023-12-09T04:15:13.310Z | ++ SHA=sha256sum |
482 | 2023-12-09T04:15:13.310Z | ++ sha256sum |
483 | 2023-12-09T04:15:13.310Z | ++ awk '{print $1}' |
484 | 2023-12-09T04:15:13.313Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
485 | 2023-12-09T04:15:13.314Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
486 | 2023-12-09T04:15:13.322Z | + set -o errexit |
487 | 2023-12-09T04:15:13.325Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2023-12-09T04:15:13.335Z | ++ cd ./tools |
489 | 2023-12-09T04:15:13.336Z | ++ pwd |
490 | 2023-12-09T04:15:13.336Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-12-09T04:15:13.336Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2023-12-09T04:15:13.339Z | + ARG0=ci_download_dendrite_openapi |
493 | 2023-12-09T04:15:13.339Z | + TARGET_DIR=out |
494 | 2023-12-09T04:15:13.340Z | + DOWNLOAD_DIR=out/downloads |
495 | 2023-12-09T04:15:13.340Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2023-12-09T04:15:13.340Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
497 | 2023-12-09T04:15:13.340Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2023-12-09T04:15:13.341Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
499 | 2023-12-09T04:15:13.341Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
500 | 2023-12-09T04:15:13.341Z | + main |
501 | 2023-12-09T04:15:13.341Z | + [[ 0 != 0 ]] |
502 | 2023-12-09T04:15:13.341Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
503 | 2023-12-09T04:15:13.341Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
504 | 2023-12-09T04:15:13.341Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
505 | 2023-12-09T04:15:13.341Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
506 | 2023-12-09T04:15:13.341Z | + local DO_DOWNLOAD=true |
507 | 2023-12-09T04:15:13.341Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
508 | 2023-12-09T04:15:13.342Z | + mkdir -p out/downloads |
509 | 2023-12-09T04:15:13.342Z | + '[' true == true ']' |
510 | 2023-12-09T04:15:13.342Z | + echo Downloading... |
511 | 2023-12-09T04:15:13.342Z | Downloading... |
512 | 2023-12-09T04:15:13.342Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
513 | 2023-12-09T04:15:13.342Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
514 | 2023-12-09T04:15:13.567Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
515 | 2023-12-09T04:15:13.567Z | ++ case "$OSTYPE" in |
516 | 2023-12-09T04:15:13.571Z | ++ SHA=sha256sum |
517 | 2023-12-09T04:15:13.571Z | ++ sha256sum |
518 | 2023-12-09T04:15:13.571Z | ++ awk '{print $1}' |
519 | 2023-12-09T04:15:13.571Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
520 | 2023-12-09T04:15:13.571Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
521 | 2023-12-09T04:15:13.580Z | + set -o errexit |
522 | 2023-12-09T04:15:13.585Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2023-12-09T04:15:13.586Z | ++ cd ./tools |
524 | 2023-12-09T04:15:13.586Z | ++ pwd |
525 | 2023-12-09T04:15:13.586Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2023-12-09T04:15:13.593Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2023-12-09T04:15:13.593Z | + ARG0=ci_download_dendrite_stub |
528 | 2023-12-09T04:15:13.593Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2023-12-09T04:15:13.593Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
530 | 2023-12-09T04:15:13.594Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
531 | 2023-12-09T04:15:13.594Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
532 | 2023-12-09T04:15:13.594Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2023-12-09T04:15:13.594Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
534 | 2023-12-09T04:15:13.594Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
535 | 2023-12-09T04:15:13.595Z | + TARGET_DIR=out |
536 | 2023-12-09T04:15:13.595Z | + DOWNLOAD_DIR=out/downloads |
537 | 2023-12-09T04:15:13.595Z | + DEST_DIR=./out/dendrite-stub |
538 | 2023-12-09T04:15:13.595Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2023-12-09T04:15:13.596Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2023-12-09T04:15:13.596Z | + REPO=oxidecomputer/dendrite |
541 | 2023-12-09T04:15:13.596Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
542 | 2023-12-09T04:15:13.596Z | + main |
543 | 2023-12-09T04:15:13.596Z | + [[ 0 != 0 ]] |
544 | 2023-12-09T04:15:13.597Z | + CIDL_OS=solaris2.11 |
545 | 2023-12-09T04:15:13.597Z | + [[ 0 != 0 ]] |
546 | 2023-12-09T04:15:13.597Z | + configure_os solaris2.11 |
547 | 2023-12-09T04:15:13.597Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2023-12-09T04:15:13.598Z | current directory: /work/oxidecomputer/omicron |
549 | 2023-12-09T04:15:13.598Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-12-09T04:15:13.598Z | configuring based on OS: "solaris2.11" |
551 | 2023-12-09T04:15:13.598Z | + case "$1" in |
552 | 2023-12-09T04:15:13.598Z | + SET_BINARIES= |
553 | 2023-12-09T04:15:13.598Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
554 | 2023-12-09T04:15:13.598Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2023-12-09T04:15:13.599Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2023-12-09T04:15:13.599Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
557 | 2023-12-09T04:15:13.599Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-09T04:15:13.599Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
559 | 2023-12-09T04:15:13.599Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
560 | 2023-12-09T04:15:13.599Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
561 | 2023-12-09T04:15:13.599Z | + mkdir -p out/downloads |
562 | 2023-12-09T04:15:13.599Z | Local file: out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-09T04:15:13.599Z | + mkdir -p ./out/dendrite-stub |
564 | 2023-12-09T04:15:13.676Z | + fetch_and_verify |
565 | 2023-12-09T04:15:13.678Z | + local DO_DOWNLOAD=true |
566 | 2023-12-09T04:15:13.678Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2023-12-09T04:15:13.678Z | + '[' true == true ']' |
568 | 2023-12-09T04:15:13.678Z | + echo Downloading... |
569 | 2023-12-09T04:15:13.678Z | Downloading... |
570 | 2023-12-09T04:15:13.678Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2023-12-09T04:15:13.678Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
572 | 2023-12-09T04:15:19.902Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2023-12-09T04:15:19.907Z | ++ sha256sum |
574 | 2023-12-09T04:15:19.908Z | ++ awk '{print $1}' |
575 | 2023-12-09T04:15:19.996Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
576 | 2023-12-09T04:15:19.996Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
577 | 2023-12-09T04:15:20.001Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-09T04:15:20.001Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2023-12-09T04:15:21.097Z | + do_assemble |
580 | 2023-12-09T04:15:21.097Z | + rm -r ./out/dendrite-stub |
581 | 2023-12-09T04:15:21.114Z | + mkdir ./out/dendrite-stub |
582 | 2023-12-09T04:15:21.119Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2023-12-09T04:15:21.296Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2023-12-09T04:15:21.309Z | + set -o errexit |
585 | 2023-12-09T04:15:21.334Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2023-12-09T04:15:21.334Z | ++ cd ./tools |
587 | 2023-12-09T04:15:21.334Z | ++ pwd |
588 | 2023-12-09T04:15:21.334Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2023-12-09T04:15:21.334Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2023-12-09T04:15:21.334Z | + ARG0=ci_download_maghemite_mgd |
591 | 2023-12-09T04:15:21.335Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2023-12-09T04:15:21.335Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
593 | 2023-12-09T04:15:21.335Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
594 | 2023-12-09T04:15:21.335Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2023-12-09T04:15:21.335Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
596 | 2023-12-09T04:15:21.335Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
597 | 2023-12-09T04:15:21.336Z | + TARGET_DIR=out |
598 | 2023-12-09T04:15:21.336Z | + DOWNLOAD_DIR=out/downloads |
599 | 2023-12-09T04:15:21.336Z | + DEST_DIR=./out/mgd |
600 | 2023-12-09T04:15:21.336Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2023-12-09T04:15:21.336Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2023-12-09T04:15:21.336Z | + REPO=oxidecomputer/maghemite |
603 | 2023-12-09T04:15:21.337Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
604 | 2023-12-09T04:15:21.337Z | + main |
605 | 2023-12-09T04:15:21.337Z | + [[ 0 != 0 ]] |
606 | 2023-12-09T04:15:21.337Z | + CIDL_OS=solaris2.11 |
607 | 2023-12-09T04:15:21.337Z | + [[ 0 != 0 ]] |
608 | 2023-12-09T04:15:21.337Z | + configure_os solaris2.11 |
609 | 2023-12-09T04:15:21.337Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2023-12-09T04:15:21.338Z | current directory: /work/oxidecomputer/omicron |
611 | 2023-12-09T04:15:21.338Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2023-12-09T04:15:21.338Z | + case "$1" in |
613 | 2023-12-09T04:15:21.338Z | configuring based on OS: "solaris2.11" |
614 | 2023-12-09T04:15:21.338Z | + SET_BINARIES= |
615 | 2023-12-09T04:15:21.338Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2023-12-09T04:15:21.339Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2023-12-09T04:15:21.339Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
618 | 2023-12-09T04:15:21.339Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2023-12-09T04:15:21.339Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
620 | 2023-12-09T04:15:21.339Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
621 | 2023-12-09T04:15:21.339Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-12-09T04:15:21.340Z | Local file: out/downloads/mgd.tar.gz |
623 | 2023-12-09T04:15:21.340Z | + mkdir -p out/downloads |
624 | 2023-12-09T04:15:21.346Z | + mkdir -p ./out/mgd |
625 | 2023-12-09T04:15:21.347Z | + fetch_and_verify |
626 | 2023-12-09T04:15:21.347Z | + local DO_DOWNLOAD=true |
627 | 2023-12-09T04:15:21.347Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2023-12-09T04:15:21.348Z | + '[' true == true ']' |
629 | 2023-12-09T04:15:21.348Z | + echo Downloading... |
630 | 2023-12-09T04:15:21.348Z | Downloading... |
631 | 2023-12-09T04:15:21.349Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2023-12-09T04:15:21.349Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
633 | 2023-12-09T04:15:26.771Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2023-12-09T04:15:26.778Z | ++ sha256sum |
635 | 2023-12-09T04:15:26.778Z | ++ awk '{print $1}' |
636 | 2023-12-09T04:15:26.848Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
637 | 2023-12-09T04:15:26.848Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
638 | 2023-12-09T04:15:26.853Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2023-12-09T04:15:26.854Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2023-12-09T04:15:27.502Z | + do_assemble |
641 | 2023-12-09T04:15:27.502Z | + rm -r ./out/mgd |
642 | 2023-12-09T04:15:27.507Z | + mkdir ./out/mgd |
643 | 2023-12-09T04:15:27.510Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2023-12-09T04:15:27.721Z | + set -o errexit |
645 | 2023-12-09T04:15:27.724Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2023-12-09T04:15:27.729Z | ++ cd ./tools |
647 | 2023-12-09T04:15:27.729Z | ++ pwd |
648 | 2023-12-09T04:15:27.729Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2023-12-09T04:15:27.732Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2023-12-09T04:15:27.732Z | + ARG0=ci_download_transceiver_control |
651 | 2023-12-09T04:15:27.732Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2023-12-09T04:15:27.732Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2023-12-09T04:15:27.733Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-12-09T04:15:27.733Z | + TARGET_DIR=out |
655 | 2023-12-09T04:15:27.733Z | + DOWNLOAD_DIR=out/downloads |
656 | 2023-12-09T04:15:27.733Z | + DEST_DIR=./out/transceiver-control |
657 | 2023-12-09T04:15:27.733Z | + BIN_DIR=/opt/oxide/bin |
658 | 2023-12-09T04:15:27.733Z | + BINARY=xcvradm |
659 | 2023-12-09T04:15:27.733Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2023-12-09T04:15:27.733Z | + REPO=oxidecomputer/transceiver-control |
661 | 2023-12-09T04:15:27.733Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2023-12-09T04:15:27.733Z | + main |
663 | 2023-12-09T04:15:27.733Z | + [[ 0 != 0 ]] |
664 | 2023-12-09T04:15:27.733Z | + CIDL_OS=solaris2.11 |
665 | 2023-12-09T04:15:27.733Z | + [[ 0 != 0 ]] |
666 | 2023-12-09T04:15:27.733Z | + configure_os solaris2.11 |
667 | 2023-12-09T04:15:27.733Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2023-12-09T04:15:27.733Z | current directory: /work/oxidecomputer/omicron |
669 | 2023-12-09T04:15:27.733Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-12-09T04:15:27.734Z | + case "$1" in |
671 | 2023-12-09T04:15:27.734Z | configuring based on OS: "solaris2.11" |
672 | 2023-12-09T04:15:27.734Z | + SET_BINARIES= |
673 | 2023-12-09T04:15:27.734Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-12-09T04:15:27.734Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2023-12-09T04:15:27.734Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2023-12-09T04:15:27.734Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-12-09T04:15:27.734Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2023-12-09T04:15:27.734Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2023-12-09T04:15:27.734Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2023-12-09T04:15:27.734Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2023-12-09T04:15:27.734Z | Local file: out/downloads/xcvradm.gz |
682 | 2023-12-09T04:15:27.734Z | + mkdir -p out/downloads |
683 | 2023-12-09T04:15:27.737Z | + mkdir -p ./out/transceiver-control |
684 | 2023-12-09T04:15:27.737Z | + fetch_and_verify |
685 | 2023-12-09T04:15:27.737Z | + local DO_DOWNLOAD=true |
686 | 2023-12-09T04:15:27.738Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2023-12-09T04:15:27.738Z | + '[' true == true ']' |
688 | 2023-12-09T04:15:27.738Z | + echo Downloading... |
689 | 2023-12-09T04:15:27.738Z | Downloading... |
690 | 2023-12-09T04:15:27.738Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2023-12-09T04:15:27.738Z | + 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 |
692 | 2023-12-09T04:15:29.460Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2023-12-09T04:15:29.465Z | ++ sha256sum |
694 | 2023-12-09T04:15:29.465Z | ++ awk '{print $1}' |
695 | 2023-12-09T04:15:29.496Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2023-12-09T04:15:29.496Z | + [[ 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 ]] |
697 | 2023-12-09T04:15:29.915Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2023-12-09T04:15:29.915Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2023-12-09T04:15:29.915Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2023-12-09T04:15:29.930Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2023-12-09T04:15:29.930Z | + do_assemble |
702 | 2023-12-09T04:15:29.930Z | + rm -r ./out/transceiver-control |
703 | 2023-12-09T04:15:29.930Z | + mkdir ./out/transceiver-control |
704 | 2023-12-09T04:15:29.930Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2023-12-09T04:15:29.930Z | All prerequisites installed successfully |
706 | 2023-12-09T04:15:29.930Z | |
707 | 2023-12-09T04:15:29.931Z | real 3:04.762635454 |
708 | 2023-12-09T04:15:29.931Z | user 56.355130987 |
709 | 2023-12-09T04:15:29.931Z | sys 10.617839563 |
710 | 2023-12-09T04:15:29.931Z | trap 0.018941755 |
711 | 2023-12-09T04:15:29.931Z | tflt 0.116853636 |
712 | 2023-12-09T04:15:29.933Z | dflt 0.489385561 |
713 | 2023-12-09T04:15:29.933Z | kflt 0.099582077 |
714 | 2023-12-09T04:15:29.933Z | lock 1.862062676 |
715 | 2023-12-09T04:15:29.933Z | slp 5:44.490590272 |
716 | 2023-12-09T04:15:29.933Z | lat 3.614367219 |
717 | 2023-12-09T04:15:29.933Z | stop 0.073800889 |
718 | 2023-12-09T04:15:29.934Z | + ptime -m ./tools/ci_download_softnpu_machinery |
719 | 2023-12-09T04:15:29.947Z | fetching npuzone |
720 | 2023-12-09T04:15:29.947Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
721 | 2023-12-09T04:15:29.947Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
722 | 2023-12-09T04:15:29.947Z | Getting hash for npuzone |
723 | 2023-12-09T04:15:30.103Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
724 | 2023-12-09T04:15:38.044Z | npuzone downloaded successfully |
725 | 2023-12-09T04:15:38.048Z | |
726 | 2023-12-09T04:15:38.051Z | real 8.136344255 |
727 | 2023-12-09T04:15:38.051Z | user 0.568834979 |
728 | 2023-12-09T04:15:38.052Z | sys 0.159594937 |
729 | 2023-12-09T04:15:38.052Z | trap 0.000357741 |
730 | 2023-12-09T04:15:38.052Z | tflt 0.000000000 |
731 | 2023-12-09T04:15:38.052Z | dflt 0.000000000 |
732 | 2023-12-09T04:15:38.052Z | kflt 0.000000000 |
733 | 2023-12-09T04:15:38.052Z | lock 0.000000000 |
734 | 2023-12-09T04:15:38.052Z | slp 23.503855181 |
735 | 2023-12-09T04:15:38.052Z | lat 0.139256021 |
736 | 2023-12-09T04:15:38.052Z | stop 0.000266685 |
737 | 2023-12-09T04:15:38.052Z | + export CARGO_INCREMENTAL=0 |
738 | 2023-12-09T04:15:38.052Z | + CARGO_INCREMENTAL=0 |
739 | 2023-12-09T04:15:38.052Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
740 | 2023-12-09T04:15:38.390Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
741 | 2023-12-09T04:15:38.791Z | Updating crates.io index |
742 | 2023-12-09T04:15:38.795Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
743 | 2023-12-09T04:15:39.641Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
744 | 2023-12-09T04:15:41.446Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
745 | 2023-12-09T04:15:42.028Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
746 | 2023-12-09T04:15:42.371Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
747 | 2023-12-09T04:15:42.660Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
748 | 2023-12-09T04:15:42.984Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
749 | 2023-12-09T04:15:43.813Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
750 | 2023-12-09T04:15:46.163Z | Updating git repository `https://github.com/oxidecomputer/opte` |
751 | 2023-12-09T04:15:47.124Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
752 | 2023-12-09T04:15:47.433Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
753 | 2023-12-09T04:15:48.017Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
754 | 2023-12-09T04:15:48.388Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
755 | 2023-12-09T04:15:48.723Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
756 | 2023-12-09T04:15:49.134Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
757 | 2023-12-09T04:15:49.429Z | Updating git repository `https://github.com/njaremko/samael` |
758 | 2023-12-09T04:15:49.977Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
759 | 2023-12-09T04:15:50.528Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
760 | 2023-12-09T04:15:50.935Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
761 | 2023-12-09T04:15:51.268Z | Updating git repository `https://github.com/jgallagher/nix` |
762 | 2023-12-09T04:15:52.998Z | Updating git repository `https://github.com/cbiffle/hubpack` |
763 | 2023-12-09T04:15:53.028Z | Updating git repository `https://github.com/oxidecomputer/typify` |
764 | 2023-12-09T04:15:53.993Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
765 | 2023-12-09T04:15:54.403Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
766 | 2023-12-09T04:15:54.695Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
767 | 2023-12-09T04:15:56.218Z | Downloading crates ... |
768 | 2023-12-09T04:15:56.486Z | Downloaded nodrop v0.1.14 |
769 | 2023-12-09T04:15:56.491Z | Downloaded assert_matches v1.5.0 |
770 | 2023-12-09T04:15:56.509Z | Downloaded anstream v0.5.0 |
771 | 2023-12-09T04:15:56.510Z | Downloaded aead v0.5.2 |
772 | 2023-12-09T04:15:56.521Z | Downloaded managed v0.8.0 |
773 | 2023-12-09T04:15:56.521Z | Downloaded anstyle-query v1.0.0 |
774 | 2023-12-09T04:15:56.521Z | Downloaded atty v0.2.14 |
775 | 2023-12-09T04:15:56.521Z | Downloaded anstyle-parse v0.2.1 |
776 | 2023-12-09T04:15:56.529Z | Downloaded ansi_term v0.12.1 |
777 | 2023-12-09T04:15:56.529Z | Downloaded colorchoice v1.0.0 |
778 | 2023-12-09T04:15:56.965Z | Downloaded serde-hex v0.1.0 |
779 | 2023-12-09T04:15:56.966Z | Downloaded ciborium-io v0.2.1 |
780 | 2023-12-09T04:15:56.993Z | Downloaded bit-set v0.5.3 |
781 | 2023-12-09T04:15:56.994Z | Downloaded byteorder v1.5.0 |
782 | 2023-12-09T04:15:56.994Z | Downloaded signal-hook v0.3.17 |
783 | 2023-12-09T04:15:56.994Z | Downloaded clap_builder v4.4.2 |
784 | 2023-12-09T04:15:56.994Z | Downloaded ipnetwork v0.20.0 |
785 | 2023-12-09T04:15:56.994Z | Downloaded instant v0.1.12 |
786 | 2023-12-09T04:15:56.994Z | Downloaded openssl-probe v0.1.5 |
787 | 2023-12-09T04:15:56.994Z | Downloaded newtype_derive v0.1.6 |
788 | 2023-12-09T04:15:56.995Z | Downloaded crossbeam v0.8.2 |
789 | 2023-12-09T04:15:56.996Z | Downloaded inout v0.1.3 |
790 | 2023-12-09T04:15:56.996Z | Downloaded crc-catalog v2.2.0 |
791 | 2023-12-09T04:15:56.996Z | Downloaded cassowary v0.3.0 |
792 | 2023-12-09T04:15:56.997Z | Downloaded openssl-macros v0.1.1 |
793 | 2023-12-09T04:15:56.997Z | Downloaded num_threads v0.1.6 |
794 | 2023-12-09T04:15:56.998Z | Downloaded oso-derive v0.27.0 |
795 | 2023-12-09T04:15:56.998Z | Downloaded crucible-workspace-hack v0.1.0 |
796 | 2023-12-09T04:15:56.999Z | Downloaded opaque-debug v0.3.0 |
797 | 2023-12-09T04:15:56.999Z | Downloaded number_prefix v0.4.0 |
798 | 2023-12-09T04:15:57.000Z | Downloaded cobs v0.2.3 |
799 | 2023-12-09T04:15:57.000Z | Downloaded new_debug_unreachable v1.0.4 |
800 | 2023-12-09T04:15:57.003Z | Downloaded camino-tempfile v1.1.1 |
801 | 2023-12-09T04:15:57.004Z | Downloaded linked-hash-map v0.5.6 |
802 | 2023-12-09T04:15:57.004Z | Downloaded slog-envlogger v2.2.0 |
803 | 2023-12-09T04:15:57.004Z | Downloaded time-core v0.1.1 |
804 | 2023-12-09T04:15:57.005Z | Downloaded libloading v0.7.4 |
805 | 2023-12-09T04:15:57.005Z | Downloaded libsw v3.3.0 |
806 | 2023-12-09T04:15:57.006Z | Downloaded io-lifetimes v1.0.11 |
807 | 2023-12-09T04:15:57.006Z | Downloaded vte_generate_state_changes v0.1.1 |
808 | 2023-12-09T04:15:57.006Z | Downloaded lazy_static v1.4.0 |
809 | 2023-12-09T04:15:57.007Z | Downloaded memoffset v0.7.1 |
810 | 2023-12-09T04:15:57.007Z | Downloaded maplit v1.0.2 |
811 | 2023-12-09T04:15:57.009Z | Downloaded olpc-cjson v0.1.3 |
812 | 2023-12-09T04:15:57.009Z | Downloaded bzip2 v0.4.4 |
813 | 2023-12-09T04:15:57.009Z | Downloaded semver v0.11.0 |
814 | 2023-12-09T04:15:57.009Z | Downloaded termios v0.3.3 |
815 | 2023-12-09T04:15:57.010Z | Downloaded hex v0.4.3 |
816 | 2023-12-09T04:15:57.010Z | Downloaded phf_shared v0.10.0 |
817 | 2023-12-09T04:15:57.010Z | Downloaded zone_cfg_derive v0.3.0 |
818 | 2023-12-09T04:15:57.010Z | Downloaded tokio-native-tls v0.3.1 |
819 | 2023-12-09T04:15:57.011Z | Downloaded bitflags v2.4.0 |
820 | 2023-12-09T04:15:57.011Z | Downloaded serde-big-array v0.4.1 |
821 | 2023-12-09T04:15:57.011Z | Downloaded defmt-parser v0.3.3 |
822 | 2023-12-09T04:15:57.011Z | Downloaded utf-8 v0.7.6 |
823 | 2023-12-09T04:15:57.011Z | Downloaded terminal_size v0.2.6 |
824 | 2023-12-09T04:15:57.011Z | Downloaded waitgroup v0.1.2 |
825 | 2023-12-09T04:15:57.011Z | Downloaded omicron-zone-package v0.9.1 |
826 | 2023-12-09T04:15:57.011Z | Downloaded foreign-types v0.5.0 |
827 | 2023-12-09T04:15:57.011Z | Downloaded num-iter v0.1.43 |
828 | 2023-12-09T04:15:57.011Z | Downloaded rtoolbox v0.0.1 |
829 | 2023-12-09T04:15:57.011Z | Downloaded structopt-derive v0.4.18 |
830 | 2023-12-09T04:15:57.011Z | Downloaded generic-array v0.14.7 |
831 | 2023-12-09T04:15:57.011Z | Downloaded tracing-attributes v0.1.26 |
832 | 2023-12-09T04:15:57.012Z | Downloaded log v0.4.20 |
833 | 2023-12-09T04:15:57.012Z | Downloaded thread_local v1.1.7 |
834 | 2023-12-09T04:15:57.012Z | Downloaded getopts v0.2.21 |
835 | 2023-12-09T04:15:57.012Z | Downloaded hostname v0.3.1 |
836 | 2023-12-09T04:15:57.012Z | Downloaded endian-type v0.1.2 |
837 | 2023-12-09T04:15:57.012Z | Downloaded bytes v1.5.0 |
838 | 2023-12-09T04:15:57.012Z | Downloaded zeroize v1.7.0 |
839 | 2023-12-09T04:15:57.012Z | Downloaded strsim v0.8.0 |
840 | 2023-12-09T04:15:57.012Z | Downloaded static_assertions v1.1.0 |
841 | 2023-12-09T04:15:57.012Z | Downloaded mockall_derive v0.11.4 |
842 | 2023-12-09T04:15:57.012Z | Downloaded try-lock v0.2.4 |
843 | 2023-12-09T04:15:57.012Z | Downloaded crc-any v2.4.3 |
844 | 2023-12-09T04:15:57.027Z | Downloaded fragile v2.0.0 |
845 | 2023-12-09T04:15:57.027Z | Downloaded fixedbitset v0.4.2 |
846 | 2023-12-09T04:15:57.027Z | Downloaded toml v0.8.8 |
847 | 2023-12-09T04:15:57.027Z | Downloaded semver v0.1.20 |
848 | 2023-12-09T04:15:57.027Z | Downloaded rustversion v1.0.14 |
849 | 2023-12-09T04:15:57.027Z | Downloaded usdt v0.3.5 |
850 | 2023-12-09T04:15:57.027Z | Downloaded same-file v1.0.6 |
851 | 2023-12-09T04:15:57.027Z | Downloaded rusty-fork v0.3.0 |
852 | 2023-12-09T04:15:57.027Z | Downloaded equivalent v1.0.1 |
853 | 2023-12-09T04:15:57.027Z | Downloaded smawk v0.3.1 |
854 | 2023-12-09T04:15:57.027Z | Downloaded vsss-rs v3.3.1 |
855 | 2023-12-09T04:15:57.027Z | Downloaded dtrace-parser v0.1.14 |
856 | 2023-12-09T04:15:57.027Z | Downloaded diesel_derives v2.1.2 |
857 | 2023-12-09T04:15:57.027Z | Downloaded rustc_version v0.4.0 |
858 | 2023-12-09T04:15:57.027Z | Downloaded darling_macro v0.20.3 |
859 | 2023-12-09T04:15:57.028Z | Downloaded peeking_take_while v0.1.2 |
860 | 2023-12-09T04:15:57.028Z | Downloaded doc-comment v0.3.3 |
861 | 2023-12-09T04:15:57.028Z | Downloaded elliptic-curve v0.13.8 |
862 | 2023-12-09T04:15:57.028Z | Downloaded futures-macro v0.3.29 |
863 | 2023-12-09T04:15:57.028Z | Downloaded structopt v0.3.26 |
864 | 2023-12-09T04:15:57.028Z | Downloaded heck v0.3.3 |
865 | 2023-12-09T04:15:57.028Z | Downloaded subtle v2.5.0 |
866 | 2023-12-09T04:15:57.028Z | Downloaded tokio-rustls v0.24.1 |
867 | 2023-12-09T04:15:57.028Z | Downloaded pretty-hex v0.2.1 |
868 | 2023-12-09T04:15:57.028Z | Downloaded http-range v0.1.5 |
869 | 2023-12-09T04:15:57.028Z | Downloaded pest_derive v2.7.2 |
870 | 2023-12-09T04:15:57.028Z | Downloaded signal-hook-registry v1.4.1 |
871 | 2023-12-09T04:15:57.028Z | Downloaded wait-timeout v0.2.0 |
872 | 2023-12-09T04:15:57.029Z | Downloaded derive_more v0.99.17 |
873 | 2023-12-09T04:15:57.029Z | Downloaded strum v0.25.0 |
874 | 2023-12-09T04:15:57.029Z | Downloaded globset v0.4.13 |
875 | 2023-12-09T04:15:57.029Z | Downloaded zerocopy v0.3.0 |
876 | 2023-12-09T04:15:57.029Z | Downloaded pkcs1 v0.7.5 |
877 | 2023-12-09T04:15:57.030Z | Downloaded crossbeam-channel v0.5.8 |
878 | 2023-12-09T04:15:57.030Z | Downloaded dirs-next v2.0.0 |
879 | 2023-12-09T04:15:57.030Z | Downloaded foreign-types v0.3.2 |
880 | 2023-12-09T04:15:57.043Z | Downloaded serde_derive v1.0.192 |
881 | 2023-12-09T04:15:57.043Z | Downloaded termtree v0.4.1 |
882 | 2023-12-09T04:15:57.043Z | Downloaded derive_builder_macro v0.12.0 |
883 | 2023-12-09T04:15:57.043Z | Downloaded slog-stdlog v4.1.1 |
884 | 2023-12-09T04:15:57.043Z | Downloaded rustc-hash v1.1.0 |
885 | 2023-12-09T04:15:57.043Z | Downloaded slog-dtrace v0.2.3 |
886 | 2023-12-09T04:15:57.043Z | Downloaded fd-lock v3.0.13 |
887 | 2023-12-09T04:15:57.043Z | Downloaded tar v0.4.40 |
888 | 2023-12-09T04:15:57.043Z | Downloaded rand_core v0.6.4 |
889 | 2023-12-09T04:15:57.043Z | Downloaded synstructure v0.12.6 |
890 | 2023-12-09T04:15:57.043Z | Downloaded slog-scope v4.4.0 |
891 | 2023-12-09T04:15:57.044Z | Downloaded minimal-lexical v0.2.1 |
892 | 2023-12-09T04:15:57.047Z | Downloaded tinyvec_macros v0.1.1 |
893 | 2023-12-09T04:15:57.047Z | Downloaded serde_tokenstream v0.1.7 |
894 | 2023-12-09T04:15:57.051Z | Downloaded structmeta-derive v0.2.0 |
895 | 2023-12-09T04:15:57.051Z | Downloaded usdt-macro v0.3.5 |
896 | 2023-12-09T04:15:57.056Z | Downloaded whoami v1.4.1 |
897 | 2023-12-09T04:15:57.059Z | Downloaded slog-term v2.9.0 |
898 | 2023-12-09T04:15:57.064Z | Downloaded precomputed-hash v0.1.1 |
899 | 2023-12-09T04:15:57.064Z | Downloaded foreign-types-shared v0.3.1 |
900 | 2023-12-09T04:15:57.072Z | Downloaded topological-sort v0.2.2 |
901 | 2023-12-09T04:15:57.072Z | Downloaded unicode-width v0.1.11 |
902 | 2023-12-09T04:15:57.072Z | Downloaded salty v0.2.0 |
903 | 2023-12-09T04:15:57.083Z | Downloaded fxhash v0.2.1 |
904 | 2023-12-09T04:15:57.086Z | Downloaded toolchain_find v0.2.0 |
905 | 2023-12-09T04:15:57.089Z | Downloaded vec_map v0.8.2 |
906 | 2023-12-09T04:15:57.089Z | Downloaded path-slash v0.1.5 |
907 | 2023-12-09T04:15:57.092Z | Downloaded libxml v0.3.3 |
908 | 2023-12-09T04:15:57.104Z | Downloaded rpassword v7.3.1 |
909 | 2023-12-09T04:15:57.109Z | Downloaded radium v0.7.0 |
910 | 2023-12-09T04:15:57.114Z | Downloaded predicates-core v1.0.6 |
911 | 2023-12-09T04:15:57.115Z | Downloaded hubpack v0.1.2 |
912 | 2023-12-09T04:15:57.115Z | Downloaded foreign-types-shared v0.1.1 |
913 | 2023-12-09T04:15:57.119Z | Downloaded pin-utils v0.1.0 |
914 | 2023-12-09T04:15:57.119Z | Downloaded paste v1.0.14 |
915 | 2023-12-09T04:15:57.124Z | Downloaded futures-io v0.3.29 |
916 | 2023-12-09T04:15:57.128Z | Downloaded derive_builder_core v0.12.0 |
917 | 2023-12-09T04:15:57.132Z | Downloaded diff v0.1.13 |
918 | 2023-12-09T04:15:57.135Z | Downloaded resolv-conf v0.7.0 |
919 | 2023-12-09T04:15:57.140Z | Downloaded usdt-attr-macro v0.3.5 |
920 | 2023-12-09T04:15:57.143Z | Downloaded crossterm v0.27.0 |
921 | 2023-12-09T04:15:57.158Z | Downloaded parse-display v0.8.2 |
922 | 2023-12-09T04:15:57.166Z | Downloaded foreign-types-macros v0.2.3 |
923 | 2023-12-09T04:15:57.166Z | Downloaded tower-service v0.3.2 |
924 | 2023-12-09T04:15:57.166Z | Downloaded pkg-config v0.3.27 |
925 | 2023-12-09T04:15:57.166Z | Downloaded unicase v2.7.0 |
926 | 2023-12-09T04:15:57.170Z | Downloaded rustls-pemfile v1.0.3 |
927 | 2023-12-09T04:15:57.172Z | Downloaded utf8parse v0.2.1 |
928 | 2023-12-09T04:15:57.172Z | Downloaded ppv-lite86 v0.2.17 |
929 | 2023-12-09T04:15:57.175Z | Downloaded predicates v3.0.4 |
930 | 2023-12-09T04:15:57.180Z | Downloaded proc-macro-crate v1.3.1 |
931 | 2023-12-09T04:15:57.183Z | Downloaded trust-dns-server v0.22.1 |
932 | 2023-12-09T04:15:57.194Z | Downloaded ref-cast v1.0.20 |
933 | 2023-12-09T04:15:57.206Z | Downloaded unicode-ident v1.0.12 |
934 | 2023-12-09T04:15:57.209Z | Downloaded thiserror-no-std v2.0.2 |
935 | 2023-12-09T04:15:57.212Z | Downloaded proc-macro-error-attr v1.0.4 |
936 | 2023-12-09T04:15:57.216Z | Downloaded predicates-tree v1.0.9 |
937 | 2023-12-09T04:15:57.219Z | Downloaded poly1305 v0.8.0 |
938 | 2023-12-09T04:15:57.223Z | Downloaded parking_lot_core v0.9.8 |
939 | 2023-12-09T04:15:57.228Z | Downloaded pin-project-lite v0.2.13 |
940 | 2023-12-09T04:15:57.236Z | Downloaded ref-cast-impl v1.0.20 |
941 | 2023-12-09T04:15:57.240Z | Downloaded ed25519 v1.5.3 |
942 | 2023-12-09T04:15:57.243Z | Downloaded tokio-stream v0.1.14 |
943 | 2023-12-09T04:15:57.251Z | Downloaded papergrid v0.10.0 |
944 | 2023-12-09T04:15:57.260Z | Downloaded hashbrown v0.14.2 |
945 | 2023-12-09T04:15:57.271Z | Downloaded trust-dns-resolver v0.22.0 |
946 | 2023-12-09T04:15:57.280Z | Downloaded subprocess v0.2.9 |
947 | 2023-12-09T04:15:57.288Z | Downloaded rsa v0.9.2 |
948 | 2023-12-09T04:15:57.297Z | Downloaded heapless v0.7.16 |
949 | 2023-12-09T04:15:57.303Z | Downloaded trust-dns-client v0.22.0 |
950 | 2023-12-09T04:15:57.316Z | Downloaded unsafe-libyaml v0.2.9 |
951 | 2023-12-09T04:15:57.322Z | Downloaded snafu v0.7.5 |
952 | 2023-12-09T04:15:57.335Z | Downloaded rcgen v0.11.3 |
953 | 2023-12-09T04:15:57.340Z | Downloaded serde_with v3.4.0 |
954 | 2023-12-09T04:15:57.353Z | Downloaded ron v0.8.1 |
955 | 2023-12-09T04:15:57.366Z | Downloaded bindgen v0.65.1 |
956 | 2023-12-09T04:15:57.382Z | Downloaded der v0.7.8 |
957 | 2023-12-09T04:15:57.392Z | Downloaded lalrpop v0.19.12 |
958 | 2023-12-09T04:15:57.416Z | Downloaded tough v0.16.0 |
959 | 2023-12-09T04:15:57.430Z | Downloaded portable-atomic v1.4.3 |
960 | 2023-12-09T04:15:57.441Z | Downloaded pest v2.7.2 |
961 | 2023-12-09T04:15:57.449Z | Downloaded proptest v1.4.0 |
962 | 2023-12-09T04:15:57.469Z | Downloaded object v0.30.4 |
963 | 2023-12-09T04:15:57.489Z | Downloaded futures-util v0.3.29 |
964 | 2023-12-09T04:15:57.515Z | Downloaded rustls-webpki v0.101.7 |
965 | 2023-12-09T04:15:57.546Z | Downloaded vcpkg v0.2.15 |
966 | 2023-12-09T04:15:58.029Z | Downloaded regex v1.10.2 |
967 | 2023-12-09T04:15:58.055Z | Downloaded ratatui v0.23.0 |
968 | 2023-12-09T04:15:58.055Z | Downloaded gimli v0.28.0 |
969 | 2023-12-09T04:15:58.055Z | Downloaded syn v1.0.109 |
970 | 2023-12-09T04:15:58.055Z | Downloaded regex-syntax v0.7.5 |
971 | 2023-12-09T04:15:58.055Z | Downloaded openapiv3 v2.0.0-rc.1 |
972 | 2023-12-09T04:15:58.056Z | Downloaded rustix v0.38.25 |
973 | 2023-12-09T04:15:58.056Z | Downloaded zerocopy-derive v0.7.26 |
974 | 2023-12-09T04:15:58.056Z | Downloaded zerocopy-derive v0.2.0 |
975 | 2023-12-09T04:15:58.056Z | Downloaded zerocopy-derive v0.6.4 |
976 | 2023-12-09T04:15:58.056Z | Downloaded regex-automata v0.3.8 |
977 | 2023-12-09T04:15:58.057Z | Downloaded regex-automata v0.4.3 |
978 | 2023-12-09T04:15:58.057Z | Downloaded tokio v1.35.0 |
979 | 2023-12-09T04:15:58.057Z | Downloaded sha3 v0.10.8 |
980 | 2023-12-09T04:15:58.058Z | Downloaded libc v0.2.150 |
981 | 2023-12-09T04:15:58.105Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
982 | 2023-12-09T04:15:58.117Z | Downloaded rustix v0.37.23 |
983 | 2023-12-09T04:15:58.131Z | Downloaded trust-dns-proto v0.22.0 |
984 | 2023-12-09T04:15:58.157Z | Downloaded encoding_rs v0.8.33 |
985 | 2023-12-09T04:15:58.207Z | Downloaded regex-syntax v0.8.2 |
986 | 2023-12-09T04:15:58.229Z | Downloaded diesel v2.1.4 |
987 | 2023-12-09T04:15:58.259Z | Downloaded rustls v0.21.9 |
988 | 2023-12-09T04:15:58.319Z | Downloaded bstr v1.6.0 |
989 | 2023-12-09T04:15:58.354Z | Downloaded sled v0.34.7 |
990 | 2023-12-09T04:15:58.354Z | Downloaded ring v0.17.7 |
991 | 2023-12-09T04:15:58.466Z | Downloaded regex-syntax v0.6.29 |
992 | 2023-12-09T04:15:58.487Z | Downloaded radix_trie v0.2.1 |
993 | 2023-12-09T04:15:58.495Z | Downloaded polar-core v0.27.0 |
994 | 2023-12-09T04:15:58.509Z | Downloaded webpki-roots v0.25.2 |
995 | 2023-12-09T04:15:58.517Z | Downloaded bstr v0.2.17 |
996 | 2023-12-09T04:15:58.536Z | Downloaded regress v0.7.1 |
997 | 2023-12-09T04:15:58.554Z | Downloaded syn v2.0.32 |
998 | 2023-12-09T04:15:58.571Z | Downloaded smoltcp v0.10.0 |
999 | 2023-12-09T04:15:58.596Z | Downloaded h2 v0.3.21 |
1000 | 2023-12-09T04:15:58.607Z | Downloaded openssl v0.10.60 |
1001 | 2023-12-09T04:15:58.626Z | Downloaded object v0.32.1 |
1002 | 2023-12-09T04:15:58.645Z | Downloaded curve25519-dalek v4.1.0 |
1003 | 2023-12-09T04:15:58.665Z | Downloaded ring v0.16.20 |
1004 | 2023-12-09T04:15:58.827Z | Downloaded idna v0.5.0 |
1005 | 2023-12-09T04:15:58.846Z | Downloaded petgraph v0.6.4 |
1006 | 2023-12-09T04:15:58.867Z | Downloaded reedline v0.26.0 |
1007 | 2023-12-09T04:15:58.885Z | Downloaded regex-automata v0.1.10 |
1008 | 2023-12-09T04:15:58.899Z | Downloaded rayon v1.8.0 |
1009 | 2023-12-09T04:15:58.914Z | Downloaded chrono v0.4.31 |
1010 | 2023-12-09T04:15:58.920Z | Downloaded winnow v0.5.15 |
1011 | 2023-12-09T04:15:58.930Z | Downloaded idna v0.2.3 |
1012 | 2023-12-09T04:15:58.965Z | Downloaded tabled v0.14.0 |
1013 | 2023-12-09T04:15:58.976Z | Downloaded bitvec v1.0.1 |
1014 | 2023-12-09T04:15:58.998Z | Downloaded slog v2.7.0 |
1015 | 2023-12-09T04:15:59.003Z | Downloaded typed-path v0.7.0 |
1016 | 2023-12-09T04:15:59.012Z | Downloaded unicode-segmentation v1.10.1 |
1017 | 2023-12-09T04:15:59.018Z | Downloaded http v0.2.11 |
1018 | 2023-12-09T04:15:59.024Z | Downloaded quick-xml v0.23.1 |
1019 | 2023-12-09T04:15:59.037Z | Downloaded hyper v0.14.27 |
1020 | 2023-12-09T04:15:59.059Z | Downloaded toml_edit v0.19.15 |
1021 | 2023-12-09T04:15:59.091Z | Downloaded reqwest v0.11.22 |
1022 | 2023-12-09T04:15:59.133Z | Downloaded hkdf v0.12.3 |
1023 | 2023-12-09T04:15:59.133Z | Downloaded clap v2.34.0 |
1024 | 2023-12-09T04:15:59.141Z | Downloaded platforms v3.0.2 |
1025 | 2023-12-09T04:15:59.141Z | Downloaded pkcs8 v0.10.2 |
1026 | 2023-12-09T04:15:59.141Z | Downloaded pin-project-internal v1.1.3 |
1027 | 2023-12-09T04:15:59.141Z | Downloaded parking_lot v0.11.2 |
1028 | 2023-12-09T04:15:59.141Z | Downloaded getrandom v0.2.10 |
1029 | 2023-12-09T04:15:59.141Z | Downloaded derive-where v1.2.6 |
1030 | 2023-12-09T04:15:59.142Z | Downloaded tokio-tungstenite v0.20.1 |
1031 | 2023-12-09T04:15:59.160Z | Downloaded textwrap v0.16.0 |
1032 | 2023-12-09T04:15:59.160Z | Downloaded rustc-demangle v0.1.23 |
1033 | 2023-12-09T04:15:59.160Z | Downloaded socket2 v0.5.5 |
1034 | 2023-12-09T04:15:59.161Z | Downloaded half v1.8.2 |
1035 | 2023-12-09T04:15:59.177Z | Downloaded rand v0.8.5 |
1036 | 2023-12-09T04:15:59.178Z | Downloaded tokio-util v0.7.10 |
1037 | 2023-12-09T04:15:59.191Z | Downloaded rustls-native-certs v0.6.3 |
1038 | 2023-12-09T04:15:59.192Z | Downloaded password-hash v0.5.0 |
1039 | 2023-12-09T04:15:59.192Z | Downloaded zerocopy v0.7.26 |
1040 | 2023-12-09T04:15:59.216Z | Downloaded itertools v0.12.0 |
1041 | 2023-12-09T04:15:59.225Z | Downloaded unicode-normalization v0.1.22 |
1042 | 2023-12-09T04:15:59.234Z | Downloaded serde_json v1.0.108 |
1043 | 2023-12-09T04:15:59.249Z | Downloaded tokio-macros v2.2.0 |
1044 | 2023-12-09T04:15:59.261Z | Downloaded thiserror-impl v1.0.49 |
1045 | 2023-12-09T04:15:59.262Z | Downloaded group v0.13.0 |
1046 | 2023-12-09T04:15:59.262Z | Downloaded glob v0.3.1 |
1047 | 2023-12-09T04:15:59.262Z | Downloaded postgres-types v0.2.6 |
1048 | 2023-12-09T04:15:59.262Z | Downloaded test-strategy v0.3.1 |
1049 | 2023-12-09T04:15:59.276Z | Downloaded tempfile v3.8.1 |
1050 | 2023-12-09T04:15:59.276Z | Downloaded steno v0.4.0 |
1051 | 2023-12-09T04:15:59.277Z | Downloaded proc-macro-error v1.0.4 |
1052 | 2023-12-09T04:15:59.282Z | Downloaded which v4.4.0 |
1053 | 2023-12-09T04:15:59.283Z | Downloaded snafu-derive v0.7.5 |
1054 | 2023-12-09T04:15:59.283Z | Downloaded either v1.9.0 |
1055 | 2023-12-09T04:15:59.283Z | Downloaded toml v0.5.11 |
1056 | 2023-12-09T04:15:59.289Z | Downloaded smoltcp v0.9.1 |
1057 | 2023-12-09T04:15:59.307Z | Downloaded humantime v2.1.0 |
1058 | 2023-12-09T04:15:59.730Z | Downloaded siphasher v0.3.11 |
1059 | 2023-12-09T04:15:59.730Z | Downloaded futures-executor v0.3.29 |
1060 | 2023-12-09T04:15:59.730Z | Downloaded serde v1.0.192 |
1061 | 2023-12-09T04:15:59.747Z | Downloaded digest v0.10.7 |
1062 | 2023-12-09T04:15:59.747Z | Downloaded der_derive v0.7.2 |
1063 | 2023-12-09T04:15:59.747Z | Downloaded yasna v0.5.2 |
1064 | 2023-12-09T04:15:59.747Z | Downloaded term v0.7.0 |
1065 | 2023-12-09T04:15:59.747Z | Downloaded smallvec v1.11.0 |
1066 | 2023-12-09T04:15:59.747Z | Downloaded prettyplease v0.2.12 |
1067 | 2023-12-09T04:15:59.747Z | Downloaded url v2.5.0 |
1068 | 2023-12-09T04:15:59.747Z | Downloaded universal-hash v0.5.1 |
1069 | 2023-12-09T04:15:59.747Z | Downloaded version_check v0.9.4 |
1070 | 2023-12-09T04:15:59.748Z | Downloaded usdt-impl v0.3.5 |
1071 | 2023-12-09T04:15:59.748Z | Downloaded strsim v0.10.0 |
1072 | 2023-12-09T04:15:59.748Z | Downloaded x509-cert v0.2.4 |
1073 | 2023-12-09T04:15:59.748Z | Downloaded zone v0.3.0 |
1074 | 2023-12-09T04:15:59.748Z | Downloaded difflib v0.4.0 |
1075 | 2023-12-09T04:15:59.748Z | Downloaded rand_chacha v0.3.1 |
1076 | 2023-12-09T04:15:59.748Z | Downloaded time-macros v0.2.13 |
1077 | 2023-12-09T04:15:59.748Z | Downloaded dof v0.1.5 |
1078 | 2023-12-09T04:15:59.748Z | Downloaded enum-as-inner v0.5.1 |
1079 | 2023-12-09T04:15:59.749Z | Downloaded hubpack_derive v0.1.1 |
1080 | 2023-12-09T04:15:59.749Z | Downloaded serde_plain v1.0.2 |
1081 | 2023-12-09T04:15:59.750Z | Downloaded itertools v0.11.0 |
1082 | 2023-12-09T04:15:59.750Z | Downloaded tiny-keccak v2.0.2 |
1083 | 2023-12-09T04:15:59.750Z | Downloaded postcard v1.0.8 |
1084 | 2023-12-09T04:15:59.750Z | Downloaded futures v0.3.29 |
1085 | 2023-12-09T04:15:59.750Z | Downloaded flume v0.11.0 |
1086 | 2023-12-09T04:15:59.750Z | Downloaded hashbrown v0.12.3 |
1087 | 2023-12-09T04:15:59.750Z | Downloaded toml_edit v0.21.0 |
1088 | 2023-12-09T04:15:59.750Z | Downloaded num-bigint-dig v0.8.4 |
1089 | 2023-12-09T04:15:59.750Z | Downloaded itertools v0.10.5 |
1090 | 2023-12-09T04:15:59.750Z | Downloaded time v0.3.27 |
1091 | 2023-12-09T04:15:59.750Z | Downloaded unicode-bidi v0.3.13 |
1092 | 2023-12-09T04:15:59.750Z | Downloaded hashbrown v0.13.2 |
1093 | 2023-12-09T04:15:59.751Z | Downloaded smf v0.2.2 |
1094 | 2023-12-09T04:15:59.751Z | Downloaded scheduled-thread-pool v0.2.7 |
1095 | 2023-12-09T04:15:59.751Z | Downloaded pest_generator v2.7.2 |
1096 | 2023-12-09T04:15:59.751Z | Downloaded env_logger v0.10.0 |
1097 | 2023-12-09T04:15:59.751Z | Downloaded toml v0.7.8 |
1098 | 2023-12-09T04:15:59.751Z | Downloaded rustc_version v0.1.7 |
1099 | 2023-12-09T04:15:59.751Z | Downloaded httpdate v1.0.3 |
1100 | 2023-12-09T04:15:59.751Z | Downloaded serde_urlencoded v0.7.1 |
1101 | 2023-12-09T04:15:59.751Z | Downloaded textwrap v0.11.0 |
1102 | 2023-12-09T04:15:59.751Z | Downloaded httparse v1.8.0 |
1103 | 2023-12-09T04:15:59.751Z | Downloaded zerocopy v0.6.4 |
1104 | 2023-12-09T04:15:59.751Z | Downloaded structmeta v0.2.0 |
1105 | 2023-12-09T04:15:59.752Z | Downloaded defmt-macros v0.3.6 |
1106 | 2023-12-09T04:15:59.752Z | Downloaded pin-project v1.1.3 |
1107 | 2023-12-09T04:15:59.753Z | Downloaded nom v7.1.3 |
1108 | 2023-12-09T04:15:59.753Z | Downloaded display-error-chain v0.2.0 |
1109 | 2023-12-09T04:15:59.754Z | Downloaded r2d2 v0.8.10 |
1110 | 2023-12-09T04:15:59.754Z | Downloaded http-body v0.4.5 |
1111 | 2023-12-09T04:15:59.754Z | Downloaded futures-task v0.3.29 |
1112 | 2023-12-09T04:15:59.754Z | Downloaded percent-encoding v2.3.1 |
1113 | 2023-12-09T04:15:59.755Z | Downloaded pem-rfc7468 v0.7.0 |
1114 | 2023-12-09T04:15:59.755Z | Downloaded secrecy v0.8.0 |
1115 | 2023-12-09T04:15:59.755Z | Downloaded parking_lot v0.12.1 |
1116 | 2023-12-09T04:15:59.755Z | Downloaded predicates v2.1.5 |
1117 | 2023-12-09T04:15:59.755Z | Downloaded tokio-postgres v0.7.10 |
1118 | 2023-12-09T04:15:59.756Z | Downloaded num-bigint v0.4.4 |
1119 | 2023-12-09T04:15:59.756Z | Downloaded hmac v0.12.1 |
1120 | 2023-12-09T04:15:59.756Z | Downloaded socket2 v0.4.9 |
1121 | 2023-12-09T04:15:59.756Z | Downloaded strum_macros v0.25.2 |
1122 | 2023-12-09T04:15:59.756Z | Downloaded strum_macros v0.24.3 |
1123 | 2023-12-09T04:15:59.756Z | Downloaded form_urlencoded v1.2.1 |
1124 | 2023-12-09T04:15:59.757Z | Downloaded fastrand v2.0.0 |
1125 | 2023-12-09T04:15:59.757Z | Downloaded errno v0.3.2 |
1126 | 2023-12-09T04:15:59.757Z | Downloaded untrusted v0.7.1 |
1127 | 2023-12-09T04:15:59.758Z | Downloaded pest_meta v2.7.2 |
1128 | 2023-12-09T04:15:59.758Z | Downloaded zip v0.6.6 |
1129 | 2023-12-09T04:15:59.758Z | Downloaded sec1 v0.7.3 |
1130 | 2023-12-09T04:15:59.758Z | Downloaded schemars_derive v0.8.13 |
1131 | 2023-12-09T04:15:59.758Z | Downloaded serde_derive_internals v0.26.0 |
1132 | 2023-12-09T04:15:59.758Z | Downloaded flate2 v1.0.28 |
1133 | 2023-12-09T04:15:59.758Z | Downloaded futures-core v0.3.29 |
1134 | 2023-12-09T04:15:59.758Z | Downloaded parking_lot_core v0.8.6 |
1135 | 2023-12-09T04:15:59.759Z | Downloaded defmt v0.3.5 |
1136 | 2023-12-09T04:15:59.759Z | Downloaded uuid v1.6.1 |
1137 | 2023-12-09T04:15:59.759Z | Downloaded scopeguard v1.2.0 |
1138 | 2023-12-09T04:15:59.759Z | Downloaded rand_xorshift v0.3.0 |
1139 | 2023-12-09T04:15:59.759Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2023-12-09T04:15:59.759Z | Downloaded supports-color v2.1.0 |
1141 | 2023-12-09T04:15:59.759Z | Downloaded ucd-trie v0.1.6 |
1142 | 2023-12-09T04:15:59.760Z | Downloaded similar v2.2.1 |
1143 | 2023-12-09T04:15:59.773Z | Downloaded schemars v0.8.13 |
1144 | 2023-12-09T04:15:59.773Z | Downloaded futures-sink v0.3.29 |
1145 | 2023-12-09T04:15:59.773Z | Downloaded funty v2.0.0 |
1146 | 2023-12-09T04:15:59.773Z | Downloaded fs-err v2.11.0 |
1147 | 2023-12-09T04:15:59.782Z | Downloaded fatfs v0.3.6 |
1148 | 2023-12-09T04:15:59.782Z | Downloaded postgres-protocol v0.6.6 |
1149 | 2023-12-09T04:15:59.783Z | Downloaded ryu v1.0.15 |
1150 | 2023-12-09T04:15:59.792Z | Downloaded signal-hook-tokio v0.3.1 |
1151 | 2023-12-09T04:15:59.792Z | Downloaded serde-big-array v0.5.1 |
1152 | 2023-12-09T04:15:59.793Z | Downloaded unicode-linebreak v0.1.5 |
1153 | 2023-12-09T04:15:59.793Z | Downloaded unarray v0.1.4 |
1154 | 2023-12-09T04:15:59.801Z | Downloaded signature v1.6.4 |
1155 | 2023-12-09T04:15:59.801Z | Downloaded shell-words v1.1.0 |
1156 | 2023-12-09T04:15:59.801Z | Downloaded debug-ignore v1.0.5 |
1157 | 2023-12-09T04:15:59.801Z | Downloaded mio v0.8.9 |
1158 | 2023-12-09T04:15:59.807Z | Downloaded tracing v0.1.37 |
1159 | 2023-12-09T04:15:59.814Z | Downloaded embedded-io v0.4.0 |
1160 | 2023-12-09T04:15:59.925Z | Downloaded data-encoding v2.4.0 |
1161 | 2023-12-09T04:15:59.925Z | Downloaded parse-display-derive v0.8.2 |
1162 | 2023-12-09T04:15:59.926Z | Downloaded smallvec v0.6.14 |
1163 | 2023-12-09T04:15:59.965Z | Downloaded sha2 v0.10.8 |
1164 | 2023-12-09T04:15:59.966Z | Downloaded pem v3.0.2 |
1165 | 2023-12-09T04:15:59.966Z | Downloaded rayon-core v1.12.0 |
1166 | 2023-12-09T04:15:59.967Z | Downloaded headers v0.3.9 |
1167 | 2023-12-09T04:15:59.968Z | Downloaded heck v0.4.1 |
1168 | 2023-12-09T04:15:59.968Z | Downloaded float-cmp v0.9.0 |
1169 | 2023-12-09T04:15:59.968Z | Downloaded zeroize_derive v1.4.2 |
1170 | 2023-12-09T04:15:59.969Z | Downloaded home v0.5.5 |
1171 | 2023-12-09T04:15:59.969Z | Downloaded sha1 v0.10.6 |
1172 | 2023-12-09T04:15:59.969Z | Downloaded base64 v0.21.5 |
1173 | 2023-12-09T04:15:59.969Z | Downloaded tracing-core v0.1.31 |
1174 | 2023-12-09T04:15:59.969Z | Downloaded tinyvec v1.6.0 |
1175 | 2023-12-09T04:15:59.970Z | Downloaded rustfmt-wrapper v0.2.0 |
1176 | 2023-12-09T04:15:59.970Z | Downloaded futures-channel v0.3.29 |
1177 | 2023-12-09T04:15:59.970Z | Downloaded fnv v1.0.7 |
1178 | 2023-12-09T04:15:59.970Z | Downloaded pretty-hex v0.4.0 |
1179 | 2023-12-09T04:15:59.970Z | Downloaded tui-tree-widget v0.13.0 |
1180 | 2023-12-09T04:15:59.970Z | Downloaded termcolor v1.2.0 |
1181 | 2023-12-09T04:15:59.971Z | Downloaded memchr v2.6.3 |
1182 | 2023-12-09T04:15:59.971Z | Downloaded vte v0.11.1 |
1183 | 2023-12-09T04:15:59.971Z | Downloaded oso v0.27.0 |
1184 | 2023-12-09T04:15:59.971Z | Downloaded openssl-sys v0.9.96 |
1185 | 2023-12-09T04:15:59.971Z | Downloaded proc-macro2 v1.0.69 |
1186 | 2023-12-09T04:15:59.971Z | Downloaded derive_builder v0.12.0 |
1187 | 2023-12-09T04:15:59.972Z | Downloaded serde_repr v0.1.16 |
1188 | 2023-12-09T04:15:59.972Z | Downloaded phf_shared v0.11.2 |
1189 | 2023-12-09T04:15:59.972Z | Downloaded fallible-iterator v0.2.0 |
1190 | 2023-12-09T04:15:59.972Z | Downloaded tap v1.0.1 |
1191 | 2023-12-09T04:15:59.972Z | Downloaded slog-bunyan v2.4.0 |
1192 | 2023-12-09T04:15:59.981Z | Downloaded xattr v1.0.1 |
1193 | 2023-12-09T04:15:59.981Z | Downloaded tungstenite v0.20.1 |
1194 | 2023-12-09T04:15:59.981Z | Downloaded dyn-clone v1.0.13 |
1195 | 2023-12-09T04:15:59.981Z | Downloaded slog-async v2.8.0 |
1196 | 2023-12-09T04:15:59.982Z | Downloaded semver-parser v0.10.2 |
1197 | 2023-12-09T04:15:59.982Z | Downloaded thiserror-impl-no-std v2.0.2 |
1198 | 2023-12-09T04:15:59.982Z | Downloaded crypto-bigint v0.5.2 |
1199 | 2023-12-09T04:15:59.982Z | Downloaded backtrace v0.3.69 |
1200 | 2023-12-09T04:15:59.983Z | Downloaded quote v1.0.33 |
1201 | 2023-12-09T04:15:59.983Z | Downloaded filetime v0.2.23 |
1202 | 2023-12-09T04:15:59.983Z | Downloaded hash32 v0.2.1 |
1203 | 2023-12-09T04:15:59.983Z | Downloaded ena v0.14.2 |
1204 | 2023-12-09T04:15:59.998Z | Downloaded stable_deref_trait v1.2.0 |
1205 | 2023-12-09T04:15:59.999Z | Downloaded spki v0.7.2 |
1206 | 2023-12-09T04:15:59.999Z | Downloaded wyz v0.5.1 |
1207 | 2023-12-09T04:16:00.000Z | Downloaded num-traits v0.2.16 |
1208 | 2023-12-09T04:16:00.027Z | Downloaded take_mut v0.2.2 |
1209 | 2023-12-09T04:16:00.028Z | Downloaded walkdir v2.4.0 |
1210 | 2023-12-09T04:16:00.028Z | Downloaded crossbeam-epoch v0.9.15 |
1211 | 2023-12-09T04:16:00.028Z | Downloaded downcast v0.11.0 |
1212 | 2023-12-09T04:16:00.028Z | Downloaded swrite v0.1.0 |
1213 | 2023-12-09T04:16:00.028Z | Downloaded deranged v0.3.8 |
1214 | 2023-12-09T04:16:00.028Z | Downloaded chacha20poly1305 v0.10.1 |
1215 | 2023-12-09T04:16:00.029Z | Downloaded cc v1.0.83 |
1216 | 2023-12-09T04:16:00.029Z | Downloaded clap v4.4.3 |
1217 | 2023-12-09T04:16:00.043Z | Downloaded indexmap v1.9.3 |
1218 | 2023-12-09T04:16:00.043Z | Downloaded sct v0.7.0 |
1219 | 2023-12-09T04:16:00.470Z | Downloaded cookie v0.18.0 |
1220 | 2023-12-09T04:16:00.470Z | Downloaded const-oid v0.9.5 |
1221 | 2023-12-09T04:16:00.471Z | Downloaded darling_core v0.20.3 |
1222 | 2023-12-09T04:16:00.906Z | Downloaded indicatif v0.17.7 |
1223 | 2023-12-09T04:16:00.906Z | Downloaded signature v2.1.0 |
1224 | 2023-12-09T04:16:00.906Z | Downloaded phf v0.11.2 |
1225 | 2023-12-09T04:16:00.906Z | Downloaded thread-id v4.2.0 |
1226 | 2023-12-09T04:16:00.906Z | Downloaded miniz_oxide v0.7.1 |
1227 | 2023-12-09T04:16:00.906Z | Downloaded highway v1.1.0 |
1228 | 2023-12-09T04:16:00.907Z | Downloaded typenum v1.16.0 |
1229 | 2023-12-09T04:16:00.907Z | Downloaded quick-error v1.2.3 |
1230 | 2023-12-09T04:16:00.907Z | Downloaded mime v0.3.17 |
1231 | 2023-12-09T04:16:00.907Z | Downloaded console v0.15.7 |
1232 | 2023-12-09T04:16:00.907Z | Downloaded clap_derive v4.4.2 |
1233 | 2023-12-09T04:16:00.907Z | Downloaded crc32fast v1.3.2 |
1234 | 2023-12-09T04:16:00.907Z | Downloaded owo-colors v3.5.0 |
1235 | 2023-12-09T04:16:00.907Z | Downloaded maybe-uninit v2.0.0 |
1236 | 2023-12-09T04:16:00.907Z | Downloaded flagset v0.4.3 |
1237 | 2023-12-09T04:16:00.907Z | Downloaded ff v0.13.0 |
1238 | 2023-12-09T04:16:00.907Z | Downloaded serde_spanned v0.6.4 |
1239 | 2023-12-09T04:16:00.908Z | Downloaded untrusted v0.9.0 |
1240 | 2023-12-09T04:16:00.908Z | Downloaded want v0.3.1 |
1241 | 2023-12-09T04:16:00.908Z | Downloaded lock_api v0.4.10 |
1242 | 2023-12-09T04:16:00.908Z | Downloaded mockall v0.11.4 |
1243 | 2023-12-09T04:16:00.909Z | Downloaded clang-sys v1.6.1 |
1244 | 2023-12-09T04:16:00.909Z | Downloaded darling_macro v0.14.4 |
1245 | 2023-12-09T04:16:00.909Z | Downloaded anyhow v1.0.75 |
1246 | 2023-12-09T04:16:00.909Z | Downloaded multer v2.1.0 |
1247 | 2023-12-09T04:16:00.909Z | Downloaded unicode-xid v0.2.4 |
1248 | 2023-12-09T04:16:00.909Z | Downloaded once_cell v1.19.0 |
1249 | 2023-12-09T04:16:00.909Z | Downloaded num-integer v0.1.45 |
1250 | 2023-12-09T04:16:00.909Z | Downloaded num-rational v0.4.1 |
1251 | 2023-12-09T04:16:00.909Z | Downloaded num-complex v0.4.4 |
1252 | 2023-12-09T04:16:00.909Z | Downloaded stringprep v0.1.3 |
1253 | 2023-12-09T04:16:00.910Z | Downloaded spin v0.9.8 |
1254 | 2023-12-09T04:16:00.910Z | Downloaded semver v1.0.20 |
1255 | 2023-12-09T04:16:00.910Z | Downloaded cancel-safe-futures v0.1.5 |
1256 | 2023-12-09T04:16:00.910Z | Downloaded toml_datetime v0.6.5 |
1257 | 2023-12-09T04:16:00.910Z | Downloaded nibble_vec v0.1.0 |
1258 | 2023-12-09T04:16:00.910Z | Downloaded num_cpus v1.16.0 |
1259 | 2023-12-09T04:16:00.910Z | Downloaded hyper-rustls v0.24.2 |
1260 | 2023-12-09T04:16:00.910Z | Downloaded blake2 v0.10.6 |
1261 | 2023-12-09T04:16:00.910Z | Downloaded tabled_derive v0.6.0 |
1262 | 2023-12-09T04:16:00.910Z | Downloaded macaddr v1.0.1 |
1263 | 2023-12-09T04:16:00.911Z | Downloaded thiserror v1.0.49 |
1264 | 2023-12-09T04:16:00.911Z | Downloaded strip-ansi-escapes v0.2.0 |
1265 | 2023-12-09T04:16:00.911Z | Downloaded packed_struct_codegen v0.10.1 |
1266 | 2023-12-09T04:16:00.911Z | Downloaded packed_struct v0.10.1 |
1267 | 2023-12-09T04:16:00.911Z | Downloaded libefi-sys v0.1.0 |
1268 | 2023-12-09T04:16:00.911Z | Downloaded lazycell v1.3.0 |
1269 | 2023-12-09T04:16:00.911Z | Downloaded headers-core v0.2.0 |
1270 | 2023-12-09T04:16:00.911Z | Downloaded camino v1.1.6 |
1271 | 2023-12-09T04:16:00.925Z | Downloaded indoc v2.0.3 |
1272 | 2023-12-09T04:16:00.925Z | Downloaded argon2 v0.5.2 |
1273 | 2023-12-09T04:16:00.925Z | Downloaded corncobs v0.1.3 |
1274 | 2023-12-09T04:16:00.925Z | Downloaded string_cache v0.8.7 |
1275 | 2023-12-09T04:16:00.925Z | Downloaded spin v0.5.2 |
1276 | 2023-12-09T04:16:00.925Z | Downloaded nu-ansi-term v0.49.0 |
1277 | 2023-12-09T04:16:00.925Z | Downloaded darling v0.14.4 |
1278 | 2023-12-09T04:16:00.926Z | Downloaded async-trait v0.1.74 |
1279 | 2023-12-09T04:16:00.926Z | Downloaded native-tls v0.2.11 |
1280 | 2023-12-09T04:16:00.926Z | Downloaded lalrpop-util v0.19.12 |
1281 | 2023-12-09T04:16:00.926Z | Downloaded ipnet v2.8.0 |
1282 | 2023-12-09T04:16:00.926Z | Downloaded darling_core v0.14.4 |
1283 | 2023-12-09T04:16:00.926Z | Downloaded indexmap v2.1.0 |
1284 | 2023-12-09T04:16:00.926Z | Downloaded cpufeatures v0.2.9 |
1285 | 2023-12-09T04:16:00.926Z | Downloaded convert_case v0.4.0 |
1286 | 2023-12-09T04:16:00.926Z | Downloaded signal-hook-mio v0.2.3 |
1287 | 2023-12-09T04:16:00.927Z | Downloaded keccak v0.1.4 |
1288 | 2023-12-09T04:16:00.927Z | Downloaded num_enum_derive v0.5.11 |
1289 | 2023-12-09T04:16:00.927Z | Downloaded num-derive v0.4.0 |
1290 | 2023-12-09T04:16:00.927Z | Downloaded num_enum v0.5.11 |
1291 | 2023-12-09T04:16:00.927Z | Downloaded num v0.4.1 |
1292 | 2023-12-09T04:16:00.927Z | Downloaded kstat-rs v0.2.3 |
1293 | 2023-12-09T04:16:00.928Z | Downloaded ciborium v0.2.1 |
1294 | 2023-12-09T04:16:00.928Z | Downloaded hyper-staticfile v0.9.5 |
1295 | 2023-12-09T04:16:00.928Z | Downloaded buf-list v1.0.3 |
1296 | 2023-12-09T04:16:00.928Z | Downloaded bitfield v0.14.0 |
1297 | 2023-12-09T04:16:00.928Z | Downloaded bytecount v0.6.3 |
1298 | 2023-12-09T04:16:00.928Z | Downloaded bcs v0.1.6 |
1299 | 2023-12-09T04:16:00.928Z | Downloaded base64ct v1.6.0 |
1300 | 2023-12-09T04:16:00.928Z | Downloaded block-padding v0.3.3 |
1301 | 2023-12-09T04:16:00.928Z | Downloaded clap_lex v0.5.1 |
1302 | 2023-12-09T04:16:00.929Z | Downloaded chacha20 v0.9.1 |
1303 | 2023-12-09T04:16:00.929Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1304 | 2023-12-09T04:16:00.929Z | Downloaded cexpr v0.6.0 |
1305 | 2023-12-09T04:16:00.929Z | Downloaded hyper-tls v0.5.0 |
1306 | 2023-12-09T04:16:00.937Z | Downloaded bit-vec v0.6.3 |
1307 | 2023-12-09T04:16:00.937Z | Downloaded block-buffer v0.10.4 |
1308 | 2023-12-09T04:16:00.938Z | Downloaded lru-cache v0.1.2 |
1309 | 2023-12-09T04:16:00.938Z | Downloaded cipher v0.4.4 |
1310 | 2023-12-09T04:16:00.938Z | Downloaded bytesize v1.3.0 |
1311 | 2023-12-09T04:16:00.938Z | Downloaded ciborium-ll v0.2.1 |
1312 | 2023-12-09T04:16:00.938Z | Downloaded atomic-waker v1.1.1 |
1313 | 2023-12-09T04:16:00.938Z | Downloaded array-init v0.0.4 |
1314 | 2023-12-09T04:16:00.938Z | Downloaded iana-time-zone v0.1.57 |
1315 | 2023-12-09T04:16:00.939Z | Downloaded anstyle v1.0.2 |
1316 | 2023-12-09T04:16:00.939Z | Downloaded shlex v1.1.0 |
1317 | 2023-12-09T04:16:00.939Z | Downloaded is_ci v1.1.1 |
1318 | 2023-12-09T04:16:00.939Z | Downloaded backoff v0.4.0 |
1319 | 2023-12-09T04:16:00.939Z | Downloaded arc-swap v1.6.0 |
1320 | 2023-12-09T04:16:00.939Z | Downloaded aho-corasick v1.0.4 |
1321 | 2023-12-09T04:16:00.939Z | Downloaded match_cfg v0.1.0 |
1322 | 2023-12-09T04:16:00.995Z | Downloaded cfg-if v1.0.0 |
1323 | 2023-12-09T04:16:00.995Z | Downloaded itoa v1.0.9 |
1324 | 2023-12-09T04:16:00.995Z | Downloaded bitflags v1.3.2 |
1325 | 2023-12-09T04:16:00.995Z | Downloaded md-5 v0.10.5 |
1326 | 2023-12-09T04:16:00.995Z | Downloaded cstr-argument v0.1.2 |
1327 | 2023-12-09T04:16:00.996Z | Downloaded crc v3.0.1 |
1328 | 2023-12-09T04:16:00.996Z | Downloaded normalize-line-endings v0.3.0 |
1329 | 2023-12-09T04:16:00.996Z | Downloaded nanorand v0.7.0 |
1330 | 2023-12-09T04:16:00.996Z | Downloaded linear-map v1.2.0 |
1331 | 2023-12-09T04:16:00.996Z | Downloaded colored v2.0.4 |
1332 | 2023-12-09T04:16:00.996Z | Downloaded indoc v1.0.9 |
1333 | 2023-12-09T04:16:00.996Z | Downloaded impl-trait-for-tuples v0.2.2 |
1334 | 2023-12-09T04:16:00.997Z | Downloaded crunchy v0.2.2 |
1335 | 2023-12-09T04:16:00.997Z | Downloaded crossbeam-deque v0.8.3 |
1336 | 2023-12-09T04:16:00.997Z | Downloaded matches v0.1.10 |
1337 | 2023-12-09T04:16:00.997Z | Downloaded is-terminal v0.4.9 |
1338 | 2023-12-09T04:16:00.997Z | Downloaded ident_case v1.0.1 |
1339 | 2023-12-09T04:16:00.997Z | Downloaded mime_guess v2.0.4 |
1340 | 2023-12-09T04:16:00.997Z | Downloaded crossbeam-queue v0.3.8 |
1341 | 2023-12-09T04:16:00.997Z | Downloaded bb8 v0.8.1 |
1342 | 2023-12-09T04:16:00.998Z | Downloaded autocfg v1.1.0 |
1343 | 2023-12-09T04:16:00.998Z | Downloaded async-recursion v1.0.5 |
1344 | 2023-12-09T04:16:00.998Z | Downloaded ahash v0.8.3 |
1345 | 2023-12-09T04:16:00.999Z | Downloaded serde_yaml v0.9.25 |
1346 | 2023-12-09T04:16:00.999Z | Downloaded darling v0.20.3 |
1347 | 2023-12-09T04:16:00.999Z | Downloaded serde_with_macros v3.4.0 |
1348 | 2023-12-09T04:16:00.999Z | Downloaded async-stream v0.3.5 |
1349 | 2023-12-09T04:16:00.999Z | Downloaded slog-json v2.6.1 |
1350 | 2023-12-09T04:16:01.000Z | Downloaded slab v0.4.9 |
1351 | 2023-12-09T04:16:01.000Z | Downloaded memoffset v0.9.0 |
1352 | 2023-12-09T04:16:01.000Z | Downloaded crypto-common v0.1.6 |
1353 | 2023-12-09T04:16:01.000Z | Downloaded async-stream-impl v0.3.5 |
1354 | 2023-12-09T04:16:01.000Z | Downloaded serde_tokenstream v0.2.0 |
1355 | 2023-12-09T04:16:01.001Z | Downloaded serde_path_to_error v0.1.14 |
1356 | 2023-12-09T04:16:01.001Z | Downloaded atomicwrites v0.4.2 |
1357 | 2023-12-09T04:16:01.002Z | Downloaded libm v0.2.7 |
1358 | 2023-12-09T04:16:01.002Z | Downloaded curve25519-dalek-derive v0.1.0 |
1359 | 2023-12-09T04:16:01.002Z | Downloaded addr2line v0.21.0 |
1360 | 2023-12-09T04:16:01.002Z | Downloaded ascii-canvas v3.0.0 |
1361 | 2023-12-09T04:16:01.002Z | Downloaded base16ct v0.2.0 |
1362 | 2023-12-09T04:16:01.002Z | Downloaded adler v1.0.2 |
1363 | 2023-12-09T04:16:01.002Z | Downloaded crossbeam-utils v0.8.16 |
1364 | 2023-12-09T04:16:01.002Z | Compiling proc-macro2 v1.0.69 |
1365 | 2023-12-09T04:16:01.003Z | Compiling unicode-ident v1.0.12 |
1366 | 2023-12-09T04:16:01.003Z | Compiling libc v0.2.150 |
1367 | 2023-12-09T04:16:01.003Z | Compiling serde v1.0.192 |
1368 | 2023-12-09T04:16:01.003Z | Compiling autocfg v1.1.0 |
1369 | 2023-12-09T04:16:01.003Z | Compiling cfg-if v1.0.0 |
1370 | 2023-12-09T04:16:01.003Z | Compiling version_check v0.9.4 |
1371 | 2023-12-09T04:16:01.172Z | Compiling syn v1.0.109 |
1372 | 2023-12-09T04:16:01.204Z | Compiling once_cell v1.19.0 |
1373 | 2023-12-09T04:16:01.254Z | Compiling parking_lot_core v0.9.8 |
1374 | 2023-12-09T04:16:01.727Z | Compiling libm v0.2.7 |
1375 | 2023-12-09T04:16:01.877Z | Compiling serde_json v1.0.108 |
1376 | 2023-12-09T04:16:01.975Z | Compiling lock_api v0.4.10 |
1377 | 2023-12-09T04:16:02.720Z | Compiling num-traits v0.2.16 |
1378 | 2023-12-09T04:16:02.734Z | Compiling futures-core v0.3.29 |
1379 | 2023-12-09T04:16:02.872Z | Compiling typenum v1.16.0 |
1380 | 2023-12-09T04:16:02.881Z | Compiling scopeguard v1.2.0 |
1381 | 2023-12-09T04:16:02.929Z | Compiling thiserror v1.0.49 |
1382 | 2023-12-09T04:16:03.076Z | Compiling generic-array v0.14.7 |
1383 | 2023-12-09T04:16:03.136Z | Compiling memchr v2.6.3 |
1384 | 2023-12-09T04:16:03.572Z | Compiling itoa v1.0.9 |
1385 | 2023-12-09T04:16:03.892Z | Compiling pkg-config v0.3.27 |
1386 | 2023-12-09T04:16:04.264Z | Compiling quote v1.0.33 |
1387 | 2023-12-09T04:16:04.379Z | Compiling slab v0.4.9 |
1388 | 2023-12-09T04:16:04.910Z | Compiling getrandom v0.2.10 |
1389 | 2023-12-09T04:16:05.401Z | Compiling syn v2.0.32 |
1390 | 2023-12-09T04:16:05.426Z | Compiling cc v1.0.83 |
1391 | 2023-12-09T04:16:05.756Z | Compiling futures-channel v0.3.29 |
1392 | 2023-12-09T04:16:06.197Z | Compiling futures-task v0.3.29 |
1393 | 2023-12-09T04:16:06.212Z | Compiling log v0.4.20 |
1394 | 2023-12-09T04:16:06.799Z | Compiling futures-util v0.3.29 |
1395 | 2023-12-09T04:16:07.129Z | Compiling heck v0.4.1 |
1396 | 2023-12-09T04:16:07.301Z | Compiling ryu v1.0.15 |
1397 | 2023-12-09T04:16:07.486Z | Compiling pin-project-lite v0.2.13 |
1398 | 2023-12-09T04:16:07.662Z | Compiling smallvec v1.11.0 |
1399 | 2023-12-09T04:16:07.761Z | Compiling vcpkg v0.2.15 |
1400 | 2023-12-09T04:16:07.782Z | Compiling schemars v0.8.13 |
1401 | 2023-12-09T04:16:09.345Z | Compiling parking_lot v0.12.1 |
1402 | 2023-12-09T04:16:09.376Z | Compiling ring v0.17.7 |
1403 | 2023-12-09T04:16:10.555Z | Compiling openssl-sys v0.9.96 |
1404 | 2023-12-09T04:16:11.061Z | Compiling semver v1.0.20 |
1405 | 2023-12-09T04:16:11.616Z | Compiling rand_core v0.6.4 |
1406 | 2023-12-09T04:16:11.883Z | Compiling signal-hook-registry v1.4.1 |
1407 | 2023-12-09T04:16:13.275Z | Compiling ring v0.16.20 |
1408 | 2023-12-09T04:16:13.410Z | Compiling mio v0.8.9 |
1409 | 2023-12-09T04:16:14.210Z | Compiling indexmap v1.9.3 |
1410 | 2023-12-09T04:16:14.236Z | Compiling byteorder v1.5.0 |
1411 | 2023-12-09T04:16:14.384Z | Compiling equivalent v1.0.1 |
1412 | 2023-12-09T04:16:14.531Z | Compiling hashbrown v0.14.2 |
1413 | 2023-12-09T04:16:15.291Z | Compiling ahash v0.8.3 |
1414 | 2023-12-09T04:16:15.804Z | Compiling httparse v1.8.0 |
1415 | 2023-12-09T04:16:16.032Z | Compiling num_cpus v1.16.0 |
1416 | 2023-12-09T04:16:16.215Z | Compiling socket2 v0.5.5 |
1417 | 2023-12-09T04:16:16.350Z | Compiling spin v0.5.2 |
1418 | 2023-12-09T04:16:16.979Z | Compiling serde_derive_internals v0.26.0 |
1419 | 2023-12-09T04:16:17.021Z | Compiling fnv v1.0.7 |
1420 | 2023-12-09T04:16:17.061Z | Compiling openssl v0.10.60 |
1421 | 2023-12-09T04:16:17.631Z | Compiling spin v0.9.8 |
1422 | 2023-12-09T04:16:17.824Z | Compiling rustls v0.21.9 |
1423 | 2023-12-09T04:16:18.209Z | Compiling iana-time-zone v0.1.57 |
1424 | 2023-12-09T04:16:18.258Z | Compiling ucd-trie v0.1.6 |
1425 | 2023-12-09T04:16:18.724Z | Compiling unicode-xid v0.2.4 |
1426 | 2023-12-09T04:16:18.980Z | Compiling crossbeam-utils v0.8.16 |
1427 | 2023-12-09T04:16:18.984Z | Compiling subtle v2.5.0 |
1428 | 2023-12-09T04:16:19.010Z | Compiling const-oid v0.9.5 |
1429 | 2023-12-09T04:16:19.196Z | Compiling native-tls v0.2.11 |
1430 | 2023-12-09T04:16:19.443Z | Compiling synstructure v0.12.6 |
1431 | 2023-12-09T04:16:19.697Z | Compiling futures-sink v0.3.29 |
1432 | 2023-12-09T04:16:19.802Z | Compiling io-lifetimes v1.0.11 |
1433 | 2023-12-09T04:16:20.718Z | Compiling backtrace v0.3.69 |
1434 | 2023-12-09T04:16:21.179Z | Compiling rustix v0.38.25 |
1435 | 2023-12-09T04:16:21.229Z | Compiling dyn-clone v1.0.13 |
1436 | 2023-12-09T04:16:21.279Z | Compiling tinyvec_macros v0.1.1 |
1437 | 2023-12-09T04:16:21.402Z | Compiling winnow v0.5.15 |
1438 | 2023-12-09T04:16:21.501Z | Compiling tinyvec v1.6.0 |
1439 | 2023-12-09T04:16:22.738Z | Compiling tracing-core v0.1.31 |
1440 | 2023-12-09T04:16:22.831Z | Compiling num-integer v0.1.45 |
1441 | 2023-12-09T04:16:22.854Z | Compiling memoffset v0.9.0 |
1442 | 2023-12-09T04:16:23.228Z | Compiling futures-io v0.3.29 |
1443 | 2023-12-09T04:16:23.257Z | Compiling rustix v0.37.23 |
1444 | 2023-12-09T04:16:23.737Z | Compiling pin-utils v0.1.0 |
1445 | 2023-12-09T04:16:24.036Z | Compiling unicode-normalization v0.1.22 |
1446 | 2023-12-09T04:16:24.095Z | Compiling hashbrown v0.13.2 |
1447 | 2023-12-09T04:16:24.763Z | Compiling usdt-impl v0.3.5 |
1448 | 2023-12-09T04:16:25.934Z | Compiling anyhow v1.0.75 |
1449 | 2023-12-09T04:16:25.987Z | Compiling slog v2.7.0 |
1450 | 2023-12-09T04:16:26.463Z | Compiling serde_derive v1.0.192 |
1451 | 2023-12-09T04:16:26.623Z | Compiling zeroize_derive v1.4.2 |
1452 | 2023-12-09T04:16:26.648Z | Compiling thiserror-impl v1.0.49 |
1453 | 2023-12-09T04:16:26.756Z | Compiling tokio-macros v2.2.0 |
1454 | 2023-12-09T04:16:27.047Z | Compiling futures-macro v0.3.29 |
1455 | 2023-12-09T04:16:27.319Z | Compiling tracing-attributes v0.1.26 |
1456 | 2023-12-09T04:16:27.375Z | Compiling schemars_derive v0.8.13 |
1457 | 2023-12-09T04:16:27.688Z | Compiling openssl-macros v0.1.1 |
1458 | 2023-12-09T04:16:28.881Z | Compiling zerocopy-derive v0.2.0 |
1459 | 2023-12-09T04:16:28.907Z | Compiling zeroize v1.7.0 |
1460 | 2023-12-09T04:16:30.096Z | Compiling der_derive v0.7.2 |
1461 | 2023-12-09T04:16:31.314Z | Compiling pest v2.7.2 |
1462 | 2023-12-09T04:16:31.687Z | Compiling crypto-common v0.1.6 |
1463 | 2023-12-09T04:16:31.713Z | Compiling block-buffer v0.10.4 |
1464 | 2023-12-09T04:16:32.084Z | Compiling bitflags v1.3.2 |
1465 | 2023-12-09T04:16:32.141Z | Compiling unicode-bidi v0.3.13 |
1466 | 2023-12-09T04:16:32.220Z | Compiling time-core v0.1.1 |
1467 | 2023-12-09T04:16:32.455Z | Compiling crc32fast v1.3.2 |
1468 | 2023-12-09T04:16:32.566Z | Compiling tracing v0.1.37 |
1469 | 2023-12-09T04:16:33.725Z | Compiling time-macros v0.2.13 |
1470 | 2023-12-09T04:16:33.818Z | Compiling digest v0.10.7 |
1471 | 2023-12-09T04:16:34.441Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1472 | 2023-12-09T04:16:35.141Z | Compiling pest_meta v2.7.2 |
1473 | 2023-12-09T04:16:35.623Z | Compiling aho-corasick v1.0.4 |
1474 | 2023-12-09T04:16:35.969Z | Compiling crossbeam-epoch v0.9.15 |
1475 | 2023-12-09T04:16:36.544Z | Compiling rustversion v1.0.14 |
1476 | 2023-12-09T04:16:36.576Z | Compiling signal-hook v0.3.17 |
1477 | 2023-12-09T04:16:37.146Z | Compiling pest_generator v2.7.2 |
1478 | 2023-12-09T04:16:37.389Z | Compiling async-trait v0.1.74 |
1479 | 2023-12-09T04:16:38.014Z | Compiling ppv-lite86 v0.2.17 |
1480 | 2023-12-09T04:16:38.481Z | Compiling regex-syntax v0.8.2 |
1481 | 2023-12-09T04:16:40.125Z | Compiling rand_chacha v0.3.1 |
1482 | 2023-12-09T04:16:41.662Z | Compiling pest_derive v2.7.2 |
1483 | 2023-12-09T04:16:41.690Z | Compiling zerocopy v0.3.0 |
1484 | 2023-12-09T04:16:42.833Z | Compiling errno v0.3.2 |
1485 | 2023-12-09T04:16:43.210Z | Compiling base64 v0.21.5 |
1486 | 2023-12-09T04:16:43.712Z | Compiling strsim v0.10.0 |
1487 | 2023-12-09T04:16:44.261Z | Compiling regex-automata v0.4.3 |
1488 | 2023-12-09T04:16:44.701Z | Compiling dof v0.1.5 |
1489 | 2023-12-09T04:16:45.950Z | Compiling dtrace-parser v0.1.14 |
1490 | 2023-12-09T04:16:48.547Z | Compiling bytes v1.5.0 |
1491 | 2023-12-09T04:16:48.801Z | Compiling indexmap v2.1.0 |
1492 | 2023-12-09T04:16:50.127Z | Compiling rustc_version v0.4.0 |
1493 | 2023-12-09T04:16:50.428Z | Compiling uuid v1.6.1 |
1494 | 2023-12-09T04:16:50.765Z | Compiling chrono v0.4.31 |
1495 | 2023-12-09T04:16:51.103Z | Compiling heapless v0.7.16 |
1496 | 2023-12-09T04:16:51.544Z | Compiling tokio v1.35.0 |
1497 | 2023-12-09T04:16:51.683Z | Compiling bitflags v2.4.0 |
1498 | 2023-12-09T04:16:55.511Z | Compiling serde_spanned v0.6.4 |
1499 | 2023-12-09T04:16:55.855Z | Compiling toml_datetime v0.6.5 |
1500 | 2023-12-09T04:16:56.589Z | Compiling toml_edit v0.19.15 |
1501 | 2023-12-09T04:16:57.729Z | Compiling http v0.2.11 |
1502 | 2023-12-09T04:17:01.491Z | Compiling regex v1.10.2 |
1503 | 2023-12-09T04:17:03.164Z | Compiling rand v0.8.5 |
1504 | 2023-12-09T04:17:05.583Z | Compiling tokio-util v0.7.10 |
1505 | 2023-12-09T04:17:07.861Z | Compiling thread-id v4.2.0 |
1506 | 2023-12-09T04:17:07.989Z | Compiling num-bigint v0.4.4 |
1507 | 2023-12-09T04:17:08.224Z | Compiling base64ct v1.6.0 |
1508 | 2023-12-09T04:17:08.290Z | Compiling untrusted v0.9.0 |
1509 | 2023-12-09T04:17:08.326Z | Compiling openssl-probe v0.1.5 |
1510 | 2023-12-09T04:17:08.717Z | Compiling hashbrown v0.12.3 |
1511 | 2023-12-09T04:17:08.924Z | Compiling doc-comment v0.3.3 |
1512 | 2023-12-09T04:17:09.353Z | Compiling percent-encoding v2.3.1 |
1513 | 2023-12-09T04:17:09.666Z | Compiling foreign-types-shared v0.1.1 |
1514 | 2023-12-09T04:17:09.815Z | Compiling untrusted v0.7.1 |
1515 | 2023-12-09T04:17:09.838Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1516 | 2023-12-09T04:17:10.108Z | Compiling smoltcp v0.9.1 |
1517 | 2023-12-09T04:17:11.019Z | Compiling foreign-types v0.3.2 |
1518 | 2023-12-09T04:17:11.541Z | Compiling pem-rfc7468 v0.7.0 |
1519 | 2023-12-09T04:17:14.411Z | Compiling strum_macros v0.25.2 |
1520 | 2023-12-09T04:17:14.868Z | Compiling serde_tokenstream v0.1.7 |
1521 | 2023-12-09T04:17:16.434Z | Compiling hmac v0.12.1 |
1522 | 2023-12-09T04:17:17.130Z | Compiling lazy_static v1.4.0 |
1523 | 2023-12-09T04:17:17.600Z | Compiling socket2 v0.4.9 |
1524 | 2023-12-09T04:17:17.728Z | Compiling unicode-segmentation v1.10.1 |
1525 | 2023-12-09T04:17:18.308Z | Compiling flagset v0.4.3 |
1526 | 2023-12-09T04:17:18.620Z | Compiling adler v1.0.2 |
1527 | 2023-12-09T04:17:18.925Z | Compiling try-lock v0.2.4 |
1528 | 2023-12-09T04:17:19.154Z | Compiling unicode-width v0.1.11 |
1529 | 2023-12-09T04:17:19.391Z | Compiling siphasher v0.3.11 |
1530 | 2023-12-09T04:17:19.902Z | Compiling miniz_oxide v0.7.1 |
1531 | 2023-12-09T04:17:20.068Z | Compiling want v0.3.1 |
1532 | 2023-12-09T04:17:20.340Z | Compiling der v0.7.8 |
1533 | 2023-12-09T04:17:24.166Z | Compiling rustls-webpki v0.101.7 |
1534 | 2023-12-09T04:17:24.284Z | Compiling sct v0.7.0 |
1535 | 2023-12-09T04:17:25.393Z | Compiling h2 v0.3.21 |
1536 | 2023-12-09T04:17:25.835Z | Compiling form_urlencoded v1.2.1 |
1537 | 2023-12-09T04:17:26.296Z | Compiling http-body v0.4.5 |
1538 | 2023-12-09T04:17:26.981Z | Compiling hubpack_derive v0.1.1 |
1539 | 2023-12-09T04:17:27.001Z | Compiling pin-project-internal v1.1.3 |
1540 | 2023-12-09T04:17:28.214Z | Compiling zerocopy-derive v0.6.4 |
1541 | 2023-12-09T04:17:30.308Z | Compiling num-iter v0.1.43 |
1542 | 2023-12-09T04:17:30.893Z | Compiling httpdate v1.0.3 |
1543 | 2023-12-09T04:17:31.226Z | Compiling utf8parse v0.2.1 |
1544 | 2023-12-09T04:17:31.459Z | Compiling tower-service v0.3.2 |
1545 | 2023-12-09T04:17:31.756Z | Compiling anstyle v1.0.2 |
1546 | 2023-12-09T04:17:31.849Z | Compiling cpufeatures v0.2.9 |
1547 | 2023-12-09T04:17:32.255Z | Compiling sha2 v0.10.8 |
1548 | 2023-12-09T04:17:32.842Z | Compiling anstyle-parse v0.2.1 |
1549 | 2023-12-09T04:17:35.141Z | Compiling spki v0.7.2 |
1550 | 2023-12-09T04:17:36.576Z | Compiling hyper v0.14.27 |
1551 | 2023-12-09T04:17:37.591Z | Compiling usdt-macro v0.3.5 |
1552 | 2023-12-09T04:17:39.125Z | Compiling usdt-attr-macro v0.3.5 |
1553 | 2023-12-09T04:17:40.281Z | Compiling openapiv3 v2.0.0-rc.1 |
1554 | 2023-12-09T04:17:41.389Z | Compiling serde_tokenstream v0.2.0 |
1555 | 2023-12-09T04:17:41.632Z | Compiling rustls-pemfile v1.0.3 |
1556 | 2023-12-09T04:17:42.081Z | Compiling md-5 v0.10.5 |
1557 | 2023-12-09T04:17:42.274Z | Compiling stringprep v0.1.3 |
1558 | 2023-12-09T04:17:42.429Z | Compiling idna v0.5.0 |
1559 | 2023-12-09T04:17:43.086Z | Compiling diesel_table_macro_syntax v0.1.0 |
1560 | 2023-12-09T04:17:43.305Z | Compiling hash32 v0.2.1 |
1561 | 2023-12-09T04:17:43.644Z | Compiling fallible-iterator v0.2.0 |
1562 | 2023-12-09T04:17:43.897Z | Compiling colorchoice v1.0.0 |
1563 | 2023-12-09T04:17:44.117Z | Compiling stable_deref_trait v1.2.0 |
1564 | 2023-12-09T04:17:44.167Z | Compiling gimli v0.28.0 |
1565 | 2023-12-09T04:17:44.809Z | Compiling anstyle-query v1.0.0 |
1566 | 2023-12-09T04:17:45.007Z | Compiling either v1.9.0 |
1567 | 2023-12-09T04:17:45.708Z | Compiling anstream v0.5.0 |
1568 | 2023-12-09T04:17:46.654Z | Compiling postgres-protocol v0.6.6 |
1569 | 2023-12-09T04:17:48.260Z | Compiling url v2.5.0 |
1570 | 2023-12-09T04:17:48.557Z | Compiling diesel_derives v2.1.2 |
1571 | 2023-12-09T04:17:51.196Z | Compiling addr2line v0.21.0 |
1572 | 2023-12-09T04:17:52.176Z | Compiling rustls-native-certs v0.6.3 |
1573 | 2023-12-09T04:17:53.059Z | Compiling tokio-rustls v0.24.1 |
1574 | 2023-12-09T04:17:53.921Z | Compiling terminal_size v0.2.6 |
1575 | 2023-12-09T04:17:54.172Z | Compiling pkcs8 v0.10.2 |
1576 | 2023-12-09T04:17:55.033Z | Compiling tokio-native-tls v0.3.1 |
1577 | 2023-12-09T04:17:55.757Z | Compiling phf_shared v0.11.2 |
1578 | 2023-12-09T04:17:57.528Z | Compiling block-padding v0.3.3 |
1579 | 2023-12-09T04:17:57.667Z | Compiling snafu-derive v0.7.5 |
1580 | 2023-12-09T04:17:57.869Z | Compiling enum-as-inner v0.5.1 |
1581 | 2023-12-09T04:17:58.766Z | Compiling clap_derive v4.4.2 |
1582 | 2023-12-09T04:17:59.427Z | Compiling serde_repr v0.1.16 |
1583 | 2023-12-09T04:18:01.046Z | Compiling regress v0.7.1 |
1584 | 2023-12-09T04:18:06.042Z | Compiling ff v0.13.0 |
1585 | 2023-12-09T04:18:06.435Z | Compiling scheduled-thread-pool v0.2.7 |
1586 | 2023-12-09T04:18:06.524Z | Compiling object v0.32.1 |
1587 | 2023-12-09T04:18:08.914Z | Compiling regex-automata v0.1.10 |
1588 | 2023-12-09T04:18:09.695Z | Compiling matches v0.1.10 |
1589 | 2023-12-09T04:18:09.825Z | Compiling num_threads v0.1.6 |
1590 | 2023-12-09T04:18:10.003Z | Compiling deranged v0.3.8 |
1591 | 2023-12-09T04:18:12.065Z | Compiling managed v0.8.0 |
1592 | 2023-12-09T04:18:12.871Z | Compiling rustc-demangle v0.1.23 |
1593 | 2023-12-09T04:18:13.700Z | Compiling bit-vec v0.6.3 |
1594 | 2023-12-09T04:18:14.329Z | Compiling clap_lex v0.5.1 |
1595 | 2023-12-09T04:18:14.625Z | Compiling ipnet v2.8.0 |
1596 | 2023-12-09T04:18:15.079Z | Compiling base16ct v0.2.0 |
1597 | 2023-12-09T04:18:15.518Z | Compiling sec1 v0.7.3 |
1598 | 2023-12-09T04:18:16.372Z | Compiling clap_builder v4.4.2 |
1599 | 2023-12-09T04:18:20.635Z | Compiling time v0.3.27 |
1600 | 2023-12-09T04:18:20.712Z | Compiling idna v0.2.3 |
1601 | 2023-12-09T04:18:21.257Z | Compiling bstr v0.2.17 |
1602 | 2023-12-09T04:18:21.307Z | Compiling r2d2 v0.8.10 |
1603 | 2023-12-09T04:18:21.868Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1604 | 2023-12-09T04:18:22.346Z | Compiling group v0.13.0 |
1605 | 2023-12-09T04:18:24.101Z | Compiling inout v0.1.3 |
1606 | 2023-12-09T04:18:24.863Z | Compiling phf v0.11.2 |
1607 | 2023-12-09T04:18:25.129Z | Compiling hyper-tls v0.5.0 |
1608 | 2023-12-09T04:18:25.287Z | Compiling hyper-rustls v0.24.2 |
1609 | 2023-12-09T04:18:25.614Z | Compiling signal-hook-mio v0.2.3 |
1610 | 2023-12-09T04:18:25.831Z | Compiling flate2 v1.0.28 |
1611 | 2023-12-09T04:18:26.077Z | Compiling bzip2 v0.4.4 |
1612 | 2023-12-09T04:18:26.626Z | Compiling postgres-types v0.2.6 |
1613 | 2023-12-09T04:18:27.345Z | Compiling itertools v0.11.0 |
1614 | 2023-12-09T04:18:28.330Z | Compiling pin-project v1.1.3 |
1615 | 2023-12-09T04:18:28.505Z | Compiling zerocopy v0.6.4 |
1616 | 2023-12-09T04:18:28.990Z | Compiling hubpack v0.1.2 |
1617 | 2023-12-09T04:18:29.094Z | Compiling serde_urlencoded v0.7.1 |
1618 | 2023-12-09T04:18:29.685Z | Compiling phf_shared v0.10.0 |
1619 | 2023-12-09T04:18:29.951Z | Compiling hkdf v0.12.3 |
1620 | 2023-12-09T04:18:29.955Z | Compiling ipnetwork v0.20.0 |
1621 | 2023-12-09T04:18:30.520Z | Compiling futures-executor v0.3.29 |
1622 | 2023-12-09T04:18:31.255Z | Compiling crypto-bigint v0.5.2 |
1623 | 2023-12-09T04:18:31.927Z | Compiling float-cmp v0.9.0 |
1624 | 2023-12-09T04:18:31.986Z | Compiling proc-macro-error-attr v1.0.4 |
1625 | 2023-12-09T04:18:32.255Z | Compiling encoding_rs v0.8.33 |
1626 | 2023-12-09T04:18:34.684Z | Compiling webpki-roots v0.25.2 |
1627 | 2023-12-09T04:18:36.050Z | Compiling difflib v0.4.0 |
1628 | 2023-12-09T04:18:36.906Z | Compiling data-encoding v2.4.0 |
1629 | 2023-12-09T04:18:38.071Z | Compiling static_assertions v1.1.0 |
1630 | 2023-12-09T04:18:38.223Z | Compiling whoami v1.4.1 |
1631 | 2023-12-09T04:18:38.545Z | Compiling fixedbitset v0.4.2 |
1632 | 2023-12-09T04:18:39.018Z | Compiling new_debug_unreachable v1.0.4 |
1633 | 2023-12-09T04:18:39.147Z | Compiling predicates-core v1.0.6 |
1634 | 2023-12-09T04:18:39.191Z | Compiling regex-automata v0.3.8 |
1635 | 2023-12-09T04:18:39.890Z | Compiling mime v0.3.17 |
1636 | 2023-12-09T04:18:40.355Z | Compiling normalize-line-endings v0.3.0 |
1637 | 2023-12-09T04:18:40.675Z | Compiling precomputed-hash v0.1.1 |
1638 | 2023-12-09T04:18:40.833Z | Compiling string_cache v0.8.7 |
1639 | 2023-12-09T04:18:42.374Z | Compiling bstr v1.6.0 |
1640 | 2023-12-09T04:18:42.974Z | Compiling predicates v3.0.4 |
1641 | 2023-12-09T04:18:44.756Z | Compiling reqwest v0.11.22 |
1642 | 2023-12-09T04:18:45.350Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1643 | 2023-12-09T04:18:50.349Z | Compiling petgraph v0.6.4 |
1644 | 2023-12-09T04:18:52.440Z | Compiling tokio-postgres v0.7.10 |
1645 | 2023-12-09T04:18:52.979Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1646 | 2023-12-09T04:18:53.230Z | Compiling trust-dns-proto v0.22.0 |
1647 | 2023-12-09T04:18:56.986Z | Compiling elliptic-curve v0.13.8 |
1648 | 2023-12-09T04:19:04.829Z | Compiling futures v0.3.29 |
1649 | 2023-12-09T04:19:04.917Z | Compiling diesel v2.1.4 |
1650 | 2023-12-09T04:19:05.264Z | Compiling yasna v0.5.2 |
1651 | 2023-12-09T04:19:05.737Z | Compiling snafu v0.7.5 |
1652 | 2023-12-09T04:19:05.909Z | Compiling zip v0.6.6 |
1653 | 2023-12-09T04:19:05.935Z | Compiling crossterm v0.27.0 |
1654 | 2023-12-09T04:19:06.777Z | Compiling cipher v0.4.4 |
1655 | 2023-12-09T04:19:07.420Z | Compiling similar v2.2.1 |
1656 | 2023-12-09T04:19:07.931Z | Compiling clap v4.4.3 |
1657 | 2023-12-09T04:19:07.990Z | Compiling bit-set v0.5.3 |
1658 | 2023-12-09T04:19:08.433Z | Compiling itertools v0.10.5 |
1659 | 2023-12-09T04:19:09.295Z | Compiling usdt v0.3.5 |
1660 | 2023-12-09T04:19:09.720Z | Compiling console v0.15.7 |
1661 | 2023-12-09T04:19:10.693Z | Compiling tokio-stream v0.1.14 |
1662 | 2023-12-09T04:19:11.397Z | Compiling proc-macro-crate v1.3.1 |
1663 | 2023-12-09T04:19:11.731Z | Compiling toml v0.7.8 |
1664 | 2023-12-09T04:19:12.151Z | Compiling toml_edit v0.21.0 |
1665 | 2023-12-09T04:19:12.184Z | Compiling hex v0.4.3 |
1666 | 2023-12-09T04:19:13.032Z | Compiling proc-macro-error v1.0.4 |
1667 | 2023-12-09T04:19:13.110Z | Compiling lalrpop-util v0.19.12 |
1668 | 2023-12-09T04:19:16.564Z | Compiling num_enum_derive v0.5.11 |
1669 | 2023-12-09T04:19:20.573Z | Compiling atty v0.2.14 |
1670 | 2023-12-09T04:19:21.661Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1671 | 2023-12-09T04:19:21.760Z | Compiling ident_case v1.0.1 |
1672 | 2023-12-09T04:19:22.310Z | Compiling smoltcp v0.10.0 |
1673 | 2023-12-09T04:19:23.580Z | Compiling darling_core v0.20.3 |
1674 | 2023-12-09T04:19:30.221Z | Compiling num_enum v0.5.11 |
1675 | 2023-12-09T04:19:49.555Z | Compiling dirs-sys-next v0.1.2 |
1676 | 2023-12-09T04:19:51.353Z | Compiling cobs v0.2.3 |
1677 | 2023-12-09T04:19:51.839Z | Compiling embedded-io v0.4.0 |
1678 | 2023-12-09T04:19:52.226Z | Compiling camino v1.1.6 |
1679 | 2023-12-09T04:19:53.014Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1680 | 2023-12-09T04:19:53.688Z | Compiling postcard v1.0.8 |
1681 | 2023-12-09T04:19:55.720Z | Compiling dirs-next v2.0.0 |
1682 | 2023-12-09T04:19:59.385Z | Compiling darling_macro v0.20.3 |
1683 | 2023-12-09T04:20:04.361Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1684 | 2023-12-09T04:20:13.316Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2023-12-09T04:20:13.735Z | Compiling getopts v0.2.21 |
1686 | 2023-12-09T04:20:19.056Z | Compiling structmeta-derive v0.2.0 |
1687 | 2023-12-09T04:20:19.221Z | Compiling foreign-types-macros v0.2.3 |
1688 | 2023-12-09T04:20:23.341Z | Compiling thread_local v1.1.7 |
1689 | 2023-12-09T04:20:23.732Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1690 | 2023-12-09T04:20:24.167Z | Compiling multer v2.1.0 |
1691 | 2023-12-09T04:20:24.594Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1692 | 2023-12-09T04:20:24.639Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1693 | 2023-12-09T04:20:24.943Z | Compiling slog-async v2.8.0 |
1694 | 2023-12-09T04:20:25.615Z | Compiling foreign-types-shared v0.3.1 |
1695 | 2023-12-09T04:20:25.744Z | Compiling match_cfg v0.1.0 |
1696 | 2023-12-09T04:20:25.931Z | Compiling paste v1.0.14 |
1697 | 2023-12-09T04:20:26.683Z | Compiling unsafe-libyaml v0.2.9 |
1698 | 2023-12-09T04:20:30.838Z | Compiling serde_yaml v0.9.25 |
1699 | 2023-12-09T04:20:44.716Z | Compiling hostname v0.3.1 |
1700 | 2023-12-09T04:20:44.944Z | Compiling foreign-types v0.5.0 |
1701 | 2023-12-09T04:20:45.228Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1702 | 2023-12-09T04:20:47.647Z | Compiling structmeta v0.2.0 |
1703 | 2023-12-09T04:20:52.245Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1704 | 2023-12-09T04:20:57.374Z | Compiling darling v0.20.3 |
1705 | 2023-12-09T04:20:57.823Z | Compiling term v0.7.0 |
1706 | 2023-12-09T04:21:03.143Z | Compiling slog-json v2.6.1 |
1707 | 2023-12-09T04:21:03.941Z | Compiling is-terminal v0.4.9 |
1708 | 2023-12-09T04:21:04.243Z | Compiling crossbeam-channel v0.5.8 |
1709 | 2023-12-09T04:21:07.958Z | Compiling strum v0.25.0 |
1710 | 2023-12-09T04:21:08.427Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1711 | 2023-12-09T04:21:08.747Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1712 | 2023-12-09T04:21:09.058Z | Compiling async-stream-impl v0.3.5 |
1713 | 2023-12-09T04:21:09.421Z | Compiling zerocopy-derive v0.7.26 |
1714 | 2023-12-09T04:21:10.019Z | Compiling cstr-argument v0.1.2 |
1715 | 2023-12-09T04:21:10.044Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1716 | 2023-12-09T04:21:12.288Z | Compiling pretty-hex v0.2.1 |
1717 | 2023-12-09T04:21:12.472Z | Compiling regex-syntax v0.7.5 |
1718 | 2023-12-09T04:21:12.604Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1719 | 2023-12-09T04:21:13.798Z | Compiling fastrand v2.0.0 |
1720 | 2023-12-09T04:21:14.465Z | Compiling take_mut v0.2.2 |
1721 | 2023-12-09T04:21:14.731Z | Compiling crucible-workspace-hack v0.1.0 |
1722 | 2023-12-09T04:21:15.142Z | Compiling atomic-waker v1.1.1 |
1723 | 2023-12-09T04:21:15.890Z | Compiling waitgroup v0.1.2 |
1724 | 2023-12-09T04:21:17.046Z | Compiling tempfile v3.8.1 |
1725 | 2023-12-09T04:21:21.792Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1726 | 2023-12-09T04:21:22.381Z | Compiling zerocopy v0.7.26 |
1727 | 2023-12-09T04:21:22.604Z | Compiling parse-display-derive v0.8.2 |
1728 | 2023-12-09T04:21:25.468Z | Compiling async-stream v0.3.5 |
1729 | 2023-12-09T04:21:26.066Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1730 | 2023-12-09T04:21:28.664Z | Compiling colored v2.0.4 |
1731 | 2023-12-09T04:21:30.551Z | Compiling slog-bunyan v2.4.0 |
1732 | 2023-12-09T04:21:30.918Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1733 | 2023-12-09T04:21:33.735Z | Compiling slog-term v2.9.0 |
1734 | 2023-12-09T04:21:35.979Z | Compiling serde_with_macros v3.4.0 |
1735 | 2023-12-09T04:21:44.491Z | Compiling toml v0.8.8 |
1736 | 2023-12-09T04:21:45.407Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1737 | 2023-12-09T04:21:45.480Z | Compiling sha1 v0.10.6 |
1738 | 2023-12-09T04:21:47.006Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1739 | 2023-12-09T04:21:47.696Z | Compiling textwrap v0.11.0 |
1740 | 2023-12-09T04:21:49.481Z | Compiling heck v0.3.3 |
1741 | 2023-12-09T04:21:50.203Z | Compiling serde_path_to_error v0.1.14 |
1742 | 2023-12-09T04:21:51.420Z | Compiling instant v0.1.12 |
1743 | 2023-12-09T04:21:51.531Z | Compiling strsim v0.8.0 |
1744 | 2023-12-09T04:21:51.847Z | Compiling debug-ignore v1.0.5 |
1745 | 2023-12-09T04:21:51.962Z | Compiling ansi_term v0.12.1 |
1746 | 2023-12-09T04:21:52.069Z | Compiling vec_map v0.8.2 |
1747 | 2023-12-09T04:21:53.151Z | Compiling libefi-sys v0.1.0 |
1748 | 2023-12-09T04:21:53.327Z | Compiling rayon-core v1.12.0 |
1749 | 2023-12-09T04:21:53.356Z | Compiling clap v2.34.0 |
1750 | 2023-12-09T04:21:53.784Z | Compiling backoff v0.4.0 |
1751 | 2023-12-09T04:21:53.817Z | Compiling structopt-derive v0.4.18 |
1752 | 2023-12-09T04:21:54.332Z | Compiling serde_with v3.4.0 |
1753 | 2023-12-09T04:21:56.231Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1754 | 2023-12-09T04:21:56.546Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1755 | 2023-12-09T04:21:57.856Z | Compiling parse-display v0.8.2 |
1756 | 2023-12-09T04:21:58.127Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1757 | 2023-12-09T04:21:58.324Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1758 | 2023-12-09T04:21:59.078Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1759 | 2023-12-09T04:21:59.328Z | Compiling zone_cfg_derive v0.3.0 |
1760 | 2023-12-09T04:22:01.581Z | Compiling crossbeam-deque v0.8.3 |
1761 | 2023-12-09T04:22:02.073Z | Compiling macaddr v1.0.1 |
1762 | 2023-12-09T04:22:02.197Z | Compiling num-derive v0.4.0 |
1763 | 2023-12-09T04:22:02.755Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1764 | 2023-12-09T04:22:03.227Z | Compiling portable-atomic v1.4.3 |
1765 | 2023-12-09T04:22:04.659Z | Compiling zone v0.3.0 |
1766 | 2023-12-09T04:22:05.861Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1767 | 2023-12-09T04:22:08.806Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1768 | 2023-12-09T04:22:09.446Z | Compiling structopt v0.3.26 |
1769 | 2023-12-09T04:22:09.722Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1770 | 2023-12-09T04:22:10.583Z | Compiling camino-tempfile v1.1.1 |
1771 | 2023-12-09T04:22:11.831Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1772 | 2023-12-09T04:22:11.930Z | Compiling smf v0.2.2 |
1773 | 2023-12-09T04:22:13.359Z | Compiling xattr v1.0.1 |
1774 | 2023-12-09T04:22:13.455Z | Compiling filetime v0.2.23 |
1775 | 2023-12-09T04:22:13.704Z | Compiling same-file v1.0.6 |
1776 | 2023-12-09T04:22:13.806Z | Compiling tar v0.4.40 |
1777 | 2023-12-09T04:22:13.981Z | Compiling walkdir v2.4.0 |
1778 | 2023-12-09T04:22:16.103Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1779 | 2023-12-09T04:22:16.510Z | Compiling rayon v1.8.0 |
1780 | 2023-12-09T04:22:16.795Z | Compiling number_prefix v0.4.0 |
1781 | 2023-12-09T04:22:17.250Z | Compiling omicron-zone-package v0.9.1 |
1782 | 2023-12-09T04:22:19.737Z | Compiling swrite v0.1.0 |
1783 | 2023-12-09T04:22:19.921Z | Compiling topological-sort v0.2.2 |
1784 | 2023-12-09T04:22:25.367Z | Compiling indicatif v0.17.7 |
1785 | 2023-12-09T04:22:41.143Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1786 | 2023-12-09T04:22:50.964Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1787 | 2023-12-09T04:22:54.323Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1788 | 2023-12-09T04:22:59.173Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1789 | 2023-12-09T04:23:22.446Z | Finished release [optimized] target(s) in 7m 44s |
1790 | 2023-12-09T04:23:22.670Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1791 | 2023-12-09T04:23:22.756Z | Created new build target 'test' and set it as active |
1792 | 2023-12-09T04:23:22.759Z | |
1793 | 2023-12-09T04:23:22.759Z | real 7:44.733200704 |
1794 | 2023-12-09T04:23:22.759Z | user 50:15.866021771 |
1795 | 2023-12-09T04:23:22.759Z | sys 4:29.782750308 |
1796 | 2023-12-09T04:23:22.759Z | trap 1.976949308 |
1797 | 2023-12-09T04:23:22.759Z | tflt 3.122088195 |
1798 | 2023-12-09T04:23:22.759Z | dflt 3.942669361 |
1799 | 2023-12-09T04:23:22.760Z | kflt 0.031019439 |
1800 | 2023-12-09T04:23:22.760Z | lock 1:48:16.986092307 |
1801 | 2023-12-09T04:23:22.760Z | slp 2:20:29.697282835 |
1802 | 2023-12-09T04:23:22.760Z | lat 2:27.096673294 |
1803 | 2023-12-09T04:23:22.760Z | stop 3:53.998553647 |
1804 | 2023-12-09T04:23:22.760Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1805 | 2023-12-09T04:23:23.844Z | Finished release [optimized] target(s) in 1.00s |
1806 | 2023-12-09T04:23:23.878Z | Running `target/release/omicron-package -t test package` |
1807 | 2023-12-09T04:23:23.916Z | Dec 09 04:23:23.938 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1808 | 2023-12-09T04:23:25.073Z | Compiling linked-hash-map v0.5.6 |
1809 | 2023-12-09T04:23:25.073Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1810 | 2023-12-09T04:23:25.076Z | Compiling password-hash v0.5.0 |
1811 | 2023-12-09T04:23:25.076Z | Compiling blake2 v0.10.6 |
1812 | 2023-12-09T04:23:25.076Z | Compiling same-file v1.0.6 |
1813 | 2023-12-09T04:23:25.095Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1814 | 2023-12-09T04:23:25.118Z | Compiling semver-parser v0.10.2 |
1815 | 2023-12-09T04:23:25.121Z | Compiling fastrand v2.0.0 |
1816 | 2023-12-09T04:23:25.406Z | Compiling walkdir v2.4.0 |
1817 | 2023-12-09T04:23:25.749Z | Compiling lru-cache v0.1.2 |
1818 | 2023-12-09T04:23:25.866Z | Compiling argon2 v0.5.2 |
1819 | 2023-12-09T04:23:25.958Z | Compiling quick-error v1.2.3 |
1820 | 2023-12-09T04:23:26.155Z | Compiling resolv-conf v0.7.0 |
1821 | 2023-12-09T04:23:26.424Z | Compiling semver v0.11.0 |
1822 | 2023-12-09T04:23:27.408Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1823 | 2023-12-09T04:23:27.519Z | Compiling tempfile v3.8.1 |
1824 | 2023-12-09T04:23:28.088Z | Compiling filetime v0.2.23 |
1825 | 2023-12-09T04:23:28.370Z | Compiling xattr v1.0.1 |
1826 | 2023-12-09T04:23:28.535Z | Compiling slog-dtrace v0.2.3 |
1827 | 2023-12-09T04:23:28.705Z | Compiling home v0.5.5 |
1828 | 2023-12-09T04:23:28.723Z | Compiling tar v0.4.40 |
1829 | 2023-12-09T04:23:29.030Z | Compiling toolchain_find v0.2.0 |
1830 | 2023-12-09T04:23:29.046Z | Compiling trust-dns-resolver v0.22.0 |
1831 | 2023-12-09T04:23:29.078Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1832 | 2023-12-09T04:23:29.244Z | Compiling toml v0.5.11 |
1833 | 2023-12-09T04:23:29.673Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1834 | 2023-12-09T04:23:29.952Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1835 | 2023-12-09T04:23:30.343Z | Compiling omicron-zone-package v0.9.1 |
1836 | 2023-12-09T04:23:30.362Z | Compiling toml v0.8.8 |
1837 | 2023-12-09T04:23:31.734Z | Compiling num-rational v0.4.1 |
1838 | 2023-12-09T04:23:32.136Z | Compiling rustfmt-wrapper v0.2.0 |
1839 | 2023-12-09T04:23:32.304Z | Compiling cancel-safe-futures v0.1.5 |
1840 | 2023-12-09T04:23:32.836Z | Compiling convert_case v0.4.0 |
1841 | 2023-12-09T04:23:34.027Z | Compiling derive_more v0.99.17 |
1842 | 2023-12-09T04:23:34.117Z | Compiling num-complex v0.4.4 |
1843 | 2023-12-09T04:23:34.573Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1844 | 2023-12-09T04:23:36.168Z | Compiling num v0.4.1 |
1845 | 2023-12-09T04:23:36.204Z | Compiling fxhash v0.2.1 |
1846 | 2023-12-09T04:23:36.268Z | Compiling unicase v2.7.0 |
1847 | 2023-12-09T04:23:36.308Z | Compiling utf-8 v0.7.6 |
1848 | 2023-12-09T04:23:36.535Z | Compiling semver v0.1.20 |
1849 | 2023-12-09T04:23:36.562Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1850 | 2023-12-09T04:23:36.701Z | Compiling tungstenite v0.20.1 |
1851 | 2023-12-09T04:23:36.890Z | Compiling half v1.8.2 |
1852 | 2023-12-09T04:23:37.321Z | Compiling rustc_version v0.1.7 |
1853 | 2023-12-09T04:23:37.431Z | Compiling keccak v0.1.4 |
1854 | 2023-12-09T04:23:37.920Z | Compiling ciborium-io v0.2.1 |
1855 | 2023-12-09T04:23:38.094Z | Compiling radium v0.7.0 |
1856 | 2023-12-09T04:23:38.694Z | Compiling arc-swap v1.6.0 |
1857 | 2023-12-09T04:23:38.822Z | Compiling tokio-tungstenite v0.20.1 |
1858 | 2023-12-09T04:23:39.018Z | Compiling ciborium-ll v0.2.1 |
1859 | 2023-12-09T04:23:39.724Z | Compiling slog-scope v4.4.0 |
1860 | 2023-12-09T04:23:39.851Z | Compiling newtype_derive v0.1.6 |
1861 | 2023-12-09T04:23:39.892Z | Compiling sha3 v0.10.8 |
1862 | 2023-12-09T04:23:40.281Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1863 | 2023-12-09T04:23:41.148Z | Compiling libsw v3.3.0 |
1864 | 2023-12-09T04:23:41.304Z | Compiling secrecy v0.8.0 |
1865 | 2023-12-09T04:23:41.639Z | Compiling derive-where v1.2.6 |
1866 | 2023-12-09T04:23:41.697Z | Compiling linear-map v1.2.0 |
1867 | 2023-12-09T04:23:42.285Z | Compiling tap v1.0.1 |
1868 | 2023-12-09T04:23:42.550Z | Compiling maybe-uninit v2.0.0 |
1869 | 2023-12-09T04:23:43.269Z | Compiling owo-colors v3.5.0 |
1870 | 2023-12-09T04:23:46.092Z | Compiling parking_lot_core v0.8.6 |
1871 | 2023-12-09T04:23:46.187Z | Compiling wyz v0.5.1 |
1872 | 2023-12-09T04:23:46.784Z | Compiling slog-stdlog v4.1.1 |
1873 | 2023-12-09T04:23:46.892Z | Compiling ciborium v0.2.1 |
1874 | 2023-12-09T04:23:46.907Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1875 | 2023-12-09T04:23:48.903Z | Compiling nibble_vec v0.1.0 |
1876 | 2023-12-09T04:23:49.131Z | Compiling num-bigint-dig v0.8.4 |
1877 | 2023-12-09T04:23:49.210Z | Compiling endian-type v0.1.2 |
1878 | 2023-12-09T04:23:49.543Z | Compiling packed_struct v0.10.1 |
1879 | 2023-12-09T04:23:49.546Z | Compiling crc-catalog v2.2.0 |
1880 | 2023-12-09T04:23:49.795Z | Compiling display-error-chain v0.2.0 |
1881 | 2023-12-09T04:23:50.046Z | Compiling funty v2.0.0 |
1882 | 2023-12-09T04:23:50.193Z | Compiling crc v3.0.1 |
1883 | 2023-12-09T04:23:50.516Z | Compiling radix_trie v0.2.1 |
1884 | 2023-12-09T04:23:51.859Z | Compiling slog-envlogger v2.2.0 |
1885 | 2023-12-09T04:23:51.931Z | Compiling bitvec v1.0.1 |
1886 | 2023-12-09T04:23:53.889Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1887 | 2023-12-09T04:23:54.781Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1888 | 2023-12-09T04:23:54.931Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1889 | 2023-12-09T04:23:56.309Z | Compiling packed_struct_codegen v0.10.1 |
1890 | 2023-12-09T04:23:59.193Z | Compiling dirs-sys-next v0.1.2 |
1891 | 2023-12-09T04:23:59.999Z | Compiling nodrop v0.1.14 |
1892 | 2023-12-09T04:24:00.173Z | Compiling glob v0.3.1 |
1893 | 2023-12-09T04:24:00.515Z | Compiling platforms v3.0.2 |
1894 | 2023-12-09T04:24:00.981Z | Compiling crunchy v0.2.2 |
1895 | 2023-12-09T04:24:01.677Z | Compiling clang-sys v1.6.1 |
1896 | 2023-12-09T04:24:02.708Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1897 | 2023-12-09T04:24:05.048Z | Compiling array-init v0.0.4 |
1898 | 2023-12-09T04:24:05.841Z | Compiling dirs-next v2.0.0 |
1899 | 2023-12-09T04:24:06.096Z | Compiling smallvec v0.6.14 |
1900 | 2023-12-09T04:24:06.828Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1901 | 2023-12-09T04:24:07.079Z | Compiling parking_lot v0.11.2 |
1902 | 2023-12-09T04:24:10.736Z | Compiling steno v0.4.0 |
1903 | 2023-12-09T04:24:10.857Z | Compiling mime_guess v2.0.4 |
1904 | 2023-12-09T04:24:11.011Z | Compiling trust-dns-client v0.22.0 |
1905 | 2023-12-09T04:24:14.035Z | Compiling pkcs1 v0.7.5 |
1906 | 2023-12-09T04:24:16.682Z | Compiling signature v2.1.0 |
1907 | 2023-12-09T04:24:16.981Z | Compiling bitfield v0.14.0 |
1908 | 2023-12-09T04:24:17.018Z | Compiling prettyplease v0.2.12 |
1909 | 2023-12-09T04:24:17.437Z | Compiling tiny-keccak v2.0.2 |
1910 | 2023-12-09T04:24:17.459Z | Compiling termcolor v1.2.0 |
1911 | 2023-12-09T04:24:17.916Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1912 | 2023-12-09T04:24:19.533Z | Compiling env_logger v0.10.0 |
1913 | 2023-12-09T04:24:20.234Z | Compiling trust-dns-server v0.22.1 |
1914 | 2023-12-09T04:24:28.887Z | Compiling rsa v0.9.2 |
1915 | 2023-12-09T04:24:32.680Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1916 | 2023-12-09T04:24:34.619Z | Compiling sled v0.34.7 |
1917 | 2023-12-09T04:24:37.436Z | Compiling serde-hex v0.1.0 |
1918 | 2023-12-09T04:24:46.050Z | Compiling term v0.7.0 |
1919 | 2023-12-09T04:24:48.101Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1920 | 2023-12-09T04:24:53.322Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1921 | 2023-12-09T04:24:53.860Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1922 | 2023-12-09T04:24:56.980Z | Compiling darling_core v0.14.4 |
1923 | 2023-12-09T04:25:05.673Z | Compiling itertools v0.12.0 |
1924 | 2023-12-09T04:25:11.619Z | Compiling x509-cert v0.2.4 |
1925 | 2023-12-09T04:25:14.934Z | Compiling ron v0.8.1 |
1926 | 2023-12-09T04:25:23.683Z | Compiling minimal-lexical v0.2.1 |
1927 | 2023-12-09T04:25:24.446Z | Compiling pretty-hex v0.4.0 |
1928 | 2023-12-09T04:25:24.880Z | Compiling buf-list v1.0.3 |
1929 | 2023-12-09T04:25:25.385Z | Compiling crc-any v2.4.3 |
1930 | 2023-12-09T04:25:25.757Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1931 | 2023-12-09T04:25:26.928Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1932 | 2023-12-09T04:25:29.366Z | Compiling nom v7.1.3 |
1933 | 2023-12-09T04:25:33.510Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1934 | 2023-12-09T04:25:34.180Z | Compiling darling_macro v0.14.4 |
1935 | 2023-12-09T04:25:35.557Z | Compiling curve25519-dalek v4.1.0 |
1936 | 2023-12-09T04:25:35.684Z | Compiling ascii-canvas v3.0.0 |
1937 | 2023-12-09T04:25:36.141Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1938 | 2023-12-09T04:25:36.414Z | Compiling object v0.30.4 |
1939 | 2023-12-09T04:25:36.435Z | Compiling is-terminal v0.4.9 |
1940 | 2023-12-09T04:25:36.605Z | Compiling kstat-rs v0.2.3 |
1941 | 2023-12-09T04:25:37.355Z | Compiling ena v0.14.2 |
1942 | 2023-12-09T04:25:37.960Z | Compiling libloading v0.7.4 |
1943 | 2023-12-09T04:25:38.511Z | Compiling bindgen v0.65.1 |
1944 | 2023-12-09T04:25:38.596Z | Compiling path-slash v0.1.5 |
1945 | 2023-12-09T04:25:38.844Z | Compiling diff v0.1.13 |
1946 | 2023-12-09T04:25:38.910Z | Compiling regex-syntax v0.6.29 |
1947 | 2023-12-09T04:25:39.738Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1948 | 2023-12-09T04:25:48.044Z | Compiling lalrpop v0.19.12 |
1949 | 2023-12-09T04:25:57.246Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1950 | 2023-12-09T04:25:57.461Z | Compiling darling v0.14.4 |
1951 | 2023-12-09T04:25:57.620Z | Compiling cexpr v0.6.0 |
1952 | 2023-12-09T04:26:02.252Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1953 | 2023-12-09T04:26:04.517Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1954 | 2023-12-09T04:26:06.455Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1955 | 2023-12-09T04:26:07.543Z | Compiling which v4.4.0 |
1956 | 2023-12-09T04:26:08.379Z | Compiling universal-hash v0.5.1 |
1957 | 2023-12-09T04:26:08.694Z | Compiling thiserror-impl-no-std v2.0.2 |
1958 | 2023-12-09T04:26:09.490Z | Compiling curve25519-dalek-derive v0.1.0 |
1959 | 2023-12-09T04:26:10.009Z | Compiling memoffset v0.7.1 |
1960 | 2023-12-09T04:26:10.454Z | Compiling lazycell v1.3.0 |
1961 | 2023-12-09T04:26:10.688Z | Compiling peeking_take_while v0.1.2 |
1962 | 2023-12-09T04:26:10.870Z | Compiling opaque-debug v0.3.0 |
1963 | 2023-12-09T04:26:11.003Z | Compiling shlex v1.1.0 |
1964 | 2023-12-09T04:26:11.369Z | Compiling rustc-hash v1.1.0 |
1965 | 2023-12-09T04:26:13.106Z | Compiling thiserror-no-std v2.0.2 |
1966 | 2023-12-09T04:26:13.267Z | Compiling poly1305 v0.8.0 |
1967 | 2023-12-09T04:26:13.930Z | Compiling derive_builder_core v0.12.0 |
1968 | 2023-12-09T04:26:16.114Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1969 | 2023-12-09T04:26:17.538Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1970 | 2023-12-09T04:26:17.586Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1971 | 2023-12-09T04:26:17.989Z | Compiling chacha20 v0.9.1 |
1972 | 2023-12-09T04:26:18.699Z | Compiling globset v0.4.13 |
1973 | 2023-12-09T04:26:24.488Z | Compiling pem v3.0.2 |
1974 | 2023-12-09T04:26:27.110Z | Compiling olpc-cjson v0.1.3 |
1975 | 2023-12-09T04:26:28.024Z | Compiling aead v0.5.2 |
1976 | 2023-12-09T04:26:28.507Z | Compiling bcs v0.1.6 |
1977 | 2023-12-09T04:26:29.922Z | Compiling serde_plain v1.0.2 |
1978 | 2023-12-09T04:26:30.297Z | Compiling libxml v0.3.3 |
1979 | 2023-12-09T04:26:30.751Z | Compiling async-recursion v1.0.5 |
1980 | 2023-12-09T04:26:30.797Z | Compiling highway v1.1.0 |
1981 | 2023-12-09T04:26:32.225Z | Compiling typed-path v0.7.0 |
1982 | 2023-12-09T04:26:33.099Z | Compiling ref-cast v1.0.20 |
1983 | 2023-12-09T04:26:33.337Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1984 | 2023-12-09T04:26:33.719Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1985 | 2023-12-09T04:26:33.871Z | Compiling chacha20poly1305 v0.10.1 |
1986 | 2023-12-09T04:26:34.209Z | Compiling derive_builder_macro v0.12.0 |
1987 | 2023-12-09T04:26:34.745Z | Compiling polar-core v0.27.0 |
1988 | 2023-12-09T04:26:35.466Z | Compiling vsss-rs v3.3.1 |
1989 | 2023-12-09T04:26:36.103Z | Compiling tough v0.16.0 |
1990 | 2023-12-09T04:26:36.684Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1991 | 2023-12-09T04:26:37.113Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1992 | 2023-12-09T04:26:43.194Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1993 | 2023-12-09T04:26:43.822Z | Compiling strum_macros v0.24.3 |
1994 | 2023-12-09T04:26:46.551Z | Compiling ref-cast-impl v1.0.20 |
1995 | 2023-12-09T04:26:47.422Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1996 | 2023-12-09T04:26:47.853Z | Compiling cookie v0.18.0 |
1997 | 2023-12-09T04:26:48.285Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1998 | 2023-12-09T04:26:48.288Z | Compiling indoc v1.0.9 |
1999 | 2023-12-09T04:26:48.720Z | Compiling salty v0.2.0 |
2000 | 2023-12-09T04:26:49.296Z | Compiling signature v1.6.4 |
2001 | 2023-12-09T04:26:49.374Z | Compiling http-range v0.1.5 |
2002 | 2023-12-09T04:26:49.511Z | Compiling ed25519 v1.5.3 |
2003 | 2023-12-09T04:26:49.654Z | Compiling hyper-staticfile v0.9.5 |
2004 | 2023-12-09T04:26:50.367Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2005 | 2023-12-09T04:26:51.996Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2006 | 2023-12-09T04:27:01.035Z | Compiling derive_builder v0.12.0 |
2007 | 2023-12-09T04:27:04.852Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2008 | 2023-12-09T04:27:11.904Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2009 | 2023-12-09T04:27:12.439Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2010 | 2023-12-09T04:27:12.852Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2011 | 2023-12-09T04:27:16.306Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2012 | 2023-12-09T04:27:18.355Z | Compiling headers-core v0.2.0 |
2013 | 2023-12-09T04:27:18.599Z | Compiling bb8 v0.8.1 |
2014 | 2023-12-09T04:27:19.490Z | Compiling quick-xml v0.23.1 |
2015 | 2023-12-09T04:27:21.306Z | Compiling serde-big-array v0.5.1 |
2016 | 2023-12-09T04:27:21.604Z | Compiling impl-trait-for-tuples v0.2.2 |
2017 | 2023-12-09T04:27:21.653Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2018 | 2023-12-09T04:27:21.684Z | Compiling oso-derive v0.27.0 |
2019 | 2023-12-09T04:27:22.890Z | Compiling fs-err v2.11.0 |
2020 | 2023-12-09T04:27:23.173Z | Compiling maplit v1.0.2 |
2021 | 2023-12-09T04:27:23.332Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2022 | 2023-12-09T04:27:37.409Z | Compiling oso v0.27.0 |
2023 | 2023-12-09T04:27:38.683Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2024 | 2023-12-09T04:27:39.869Z | Compiling headers v0.3.9 |
2025 | 2023-12-09T04:27:41.163Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2026 | 2023-12-09T04:27:46.870Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2027 | 2023-12-09T04:27:58.953Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2028 | 2023-12-09T04:27:59.578Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2029 | 2023-12-09T04:27:59.944Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2030 | 2023-12-09T04:28:02.045Z | Compiling signal-hook-tokio v0.3.1 |
2031 | 2023-12-09T04:28:02.327Z | Compiling serde-big-array v0.4.1 |
2032 | 2023-12-09T04:28:02.596Z | Compiling cassowary v0.3.0 |
2033 | 2023-12-09T04:28:03.116Z | Compiling indoc v2.0.3 |
2034 | 2023-12-09T04:28:04.641Z | Compiling ratatui v0.23.0 |
2035 | 2023-12-09T04:28:08.810Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2036 | 2023-12-09T04:28:10.092Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2037 | 2023-12-09T04:28:12.535Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2038 | 2023-12-09T04:28:25.972Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2039 | 2023-12-09T04:28:26.566Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2040 | 2023-12-09T04:28:29.417Z | Compiling fatfs v0.3.6 |
2041 | 2023-12-09T04:28:34.746Z | Compiling bytesize v1.3.0 |
2042 | 2023-12-09T04:28:35.664Z | Compiling nanorand v0.7.0 |
2043 | 2023-12-09T04:28:36.379Z | Compiling rtoolbox v0.0.1 |
2044 | 2023-12-09T04:28:36.824Z | Compiling unicode-linebreak v0.1.5 |
2045 | 2023-12-09T04:28:37.051Z | Compiling assert_matches v1.5.0 |
2046 | 2023-12-09T04:28:37.184Z | Compiling smawk v0.3.1 |
2047 | 2023-12-09T04:28:37.537Z | Compiling is_ci v1.1.1 |
2048 | 2023-12-09T04:28:37.713Z | Compiling corncobs v0.1.3 |
2049 | 2023-12-09T04:28:37.944Z | Compiling supports-color v2.1.0 |
2050 | 2023-12-09T04:28:38.359Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2051 | 2023-12-09T04:28:39.045Z | Compiling textwrap v0.16.0 |
2052 | 2023-12-09T04:28:39.651Z | Compiling rpassword v7.3.1 |
2053 | 2023-12-09T04:28:40.303Z | Compiling flume v0.11.0 |
2054 | 2023-12-09T04:28:41.522Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2055 | 2023-12-09T04:28:44.060Z | Compiling tui-tree-widget v0.13.0 |
2056 | 2023-12-09T04:28:45.319Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2057 | 2023-12-09T04:28:47.445Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2058 | 2023-12-09T04:28:52.741Z | Compiling shell-words v1.1.0 |
2059 | 2023-12-09T04:28:53.434Z | Compiling humantime v2.1.0 |
2060 | 2023-12-09T04:28:54.865Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2061 | 2023-12-09T04:29:24.886Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2062 | 2023-12-09T04:30:03.251Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2063 | 2023-12-09T04:32:43.832Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2064 | 2023-12-09T04:41:41.996Z | Finished release [optimized] target(s) in 18m 18s |
2065 | 2023-12-09T04:43:11.482Z | |
2066 | 2023-12-09T04:43:11.485Z | real 19:48.793181516 |
2067 | 2023-12-09T04:43:11.485Z | user 2:13:41.640839376 |
2068 | 2023-12-09T04:43:11.485Z | sys 5:35.766037418 |
2069 | 2023-12-09T04:43:11.485Z | trap 4.310566748 |
2070 | 2023-12-09T04:43:11.485Z | tflt 0.916955423 |
2071 | 2023-12-09T04:43:11.485Z | dflt 3.211693731 |
2072 | 2023-12-09T04:43:11.486Z | kflt 0.007306729 |
2073 | 2023-12-09T04:43:11.486Z | lock 7:47:39.937135459 |
2074 | 2023-12-09T04:43:11.486Z | slp 5:08:14.607905837 |
2075 | 2023-12-09T04:43:11.486Z | lat 2:22.602233158 |
2076 | 2023-12-09T04:43:11.486Z | stop 39.498878388 |
2077 | 2023-12-09T04:43:11.486Z | + 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/*) |
2078 | 2023-12-09T04:43:11.486Z | + pfexec mkdir -p /work |
2079 | 2023-12-09T04:43:11.489Z | + pfexec chown build /work |
2080 | 2023-12-09T04:43:11.493Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.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 |
2081 | 2023-12-09T04:43:24.612Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2082 | 2023-12-09T04:43:24.613Z | a out/mg-ddm-gz.tar 61253K |
2083 | 2023-12-09T04:43:24.613Z | a out/omicron-sled-agent.tar 109213K |
2084 | 2023-12-09T04:43:24.613Z | a out/target/test 1K |
2085 | 2023-12-09T04:43:24.613Z | a out/npuzone/npuzone 36313K |
2086 | 2023-12-09T04:43:24.613Z | a package-manifest.toml 22K |
2087 | 2023-12-09T04:43:24.613Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2088 | 2023-12-09T04:43:24.613Z | a target/release/omicron-package 41511K |
2089 | 2023-12-09T04:43:24.613Z | a tools/create_virtual_hardware.sh 4K |
2090 | 2023-12-09T04:43:24.613Z | a tools/virtual_hardware.sh 4K |
2091 | 2023-12-09T04:43:24.613Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2092 | 2023-12-09T04:43:24.613Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2093 | 2023-12-09T04:43:24.613Z | a tools/scrimlet/softnpu-init.sh 3K |
2094 | 2023-12-09T04:43:24.613Z | a tools/scrimlet/softnpu-zone.txt 1K |
2095 | 2023-12-09T04:43:24.613Z | a tools/scrimlet/softnpu.toml 1K |
2096 | 2023-12-09T04:43:24.617Z | |
2097 | 2023-12-09T04:43:24.617Z | real 13.119469614 |
2098 | 2023-12-09T04:43:24.617Z | user 12.541040379 |
2099 | 2023-12-09T04:43:24.617Z | sys 1.019418966 |
2100 | 2023-12-09T04:43:24.617Z | trap 0.003676609 |
2101 | 2023-12-09T04:43:24.618Z | tflt 0.000000000 |
2102 | 2023-12-09T04:43:24.618Z | dflt 0.000000000 |
2103 | 2023-12-09T04:43:24.618Z | kflt 0.000000000 |
2104 | 2023-12-09T04:43:24.618Z | lock 0.000000000 |
2105 | 2023-12-09T04:43:24.618Z | slp 12.272822940 |
2106 | 2023-12-09T04:43:24.618Z | lat 0.398393395 |
2107 | 2023-12-09T04:43:24.618Z | stop 0.000232492 |
2108 | 2023-12-09T04:43:24.618Z | ++ pwd |
2109 | 2023-12-09T04:43:24.622Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2110 | 2023-12-09T04:43:24.622Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2111 | 2023-12-09T04:43:24.622Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2112 | 2023-12-09T04:43:25.686Z | Finished release [optimized] target(s) in 0.98s |
2113 | 2023-12-09T04:43:25.722Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2114 | 2023-12-09T04:43:25.754Z | Created new build target 'host' and set it as active |
2115 | 2023-12-09T04:43:25.757Z | |
2116 | 2023-12-09T04:43:25.757Z | real 1.130377817 |
2117 | 2023-12-09T04:43:25.757Z | user 0.796643173 |
2118 | 2023-12-09T04:43:25.757Z | sys 0.334767050 |
2119 | 2023-12-09T04:43:25.757Z | trap 0.000068587 |
2120 | 2023-12-09T04:43:25.757Z | tflt 0.000020716 |
2121 | 2023-12-09T04:43:25.757Z | dflt 0.000023367 |
2122 | 2023-12-09T04:43:25.757Z | kflt 0.000000000 |
2123 | 2023-12-09T04:43:25.757Z | lock 0.031860432 |
2124 | 2023-12-09T04:43:25.758Z | slp 0.020820679 |
2125 | 2023-12-09T04:43:25.758Z | lat 0.001809028 |
2126 | 2023-12-09T04:43:25.758Z | stop 0.000270419 |
2127 | 2023-12-09T04:43:25.765Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2128 | 2023-12-09T04:43:26.787Z | Finished release [optimized] target(s) in 0.94s |
2129 | 2023-12-09T04:43:26.816Z | Running `target/release/omicron-package -t host package` |
2130 | 2023-12-09T04:43:26.856Z | Dec 09 04:43:26.851 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2131 | 2023-12-09T04:43:27.927Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2132 | 2023-12-09T04:47:00.500Z | Finished release [optimized] target(s) in 3m 33s |
2133 | 2023-12-09T04:48:23.772Z | |
2134 | 2023-12-09T04:48:23.791Z | real 4:58.022971470 |
2135 | 2023-12-09T04:48:23.791Z | user 20:47.424633802 |
2136 | 2023-12-09T04:48:23.791Z | sys 1:03.735279537 |
2137 | 2023-12-09T04:48:23.791Z | trap 0.535965371 |
2138 | 2023-12-09T04:48:23.791Z | tflt 0.025934667 |
2139 | 2023-12-09T04:48:23.791Z | dflt 1.844077094 |
2140 | 2023-12-09T04:48:23.791Z | kflt 0.032982423 |
2141 | 2023-12-09T04:48:23.791Z | lock 1:12:59.736602991 |
2142 | 2023-12-09T04:48:23.791Z | slp 18:40.261508011 |
2143 | 2023-12-09T04:48:23.792Z | lat 9.549636863 |
2144 | 2023-12-09T04:48:23.792Z | stop 0.749623638 |
2145 | 2023-12-09T04:48:23.792Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2146 | 2023-12-09T04:48:23.792Z | + for package in "$@" |
2147 | 2023-12-09T04:48:23.792Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2148 | 2023-12-09T04:48:23.792Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git5ad549ef17d |
2149 | 2023-12-09T04:48:24.858Z | Finished release [optimized] target(s) in 1.00s |
2150 | 2023-12-09T04:48:24.891Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git5ad549ef17d` |
2151 | 2023-12-09T04:48:24.931Z | Dec 09 04:48:24.928 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2152 | 2023-12-09T04:48:25.445Z | Created: out/versioned/omicron-sled-agent.tar |
2153 | 2023-12-09T04:48:25.449Z | + for package in "$@" |
2154 | 2023-12-09T04:48:25.449Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2155 | 2023-12-09T04:48:25.449Z | + echo 0.0.0 |
2156 | 2023-12-09T04:48:25.449Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2157 | 2023-12-09T04:48:25.453Z | a VERSION 1K |
2158 | 2023-12-09T04:48:25.459Z | + rm VERSION |
2159 | 2023-12-09T04:48:25.459Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git5ad549ef17d |
2160 | 2023-12-09T04:48:26.486Z | Finished release [optimized] target(s) in 0.95s |
2161 | 2023-12-09T04:48:26.515Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git5ad549ef17d` |
2162 | 2023-12-09T04:48:26.584Z | Dec 09 04:48:26.551 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2163 | 2023-12-09T04:48:26.852Z | Created: out/versioned/mg-ddm-gz.tar |
2164 | 2023-12-09T04:48:26.855Z | + for package in "$@" |
2165 | 2023-12-09T04:48:26.856Z | + [[ propolis-server == mg-ddm-gz ]] |
2166 | 2023-12-09T04:48:26.856Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git5ad549ef17d |
2167 | 2023-12-09T04:48:27.893Z | Finished release [optimized] target(s) in 0.95s |
2168 | 2023-12-09T04:48:27.922Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git5ad549ef17d` |
2169 | 2023-12-09T04:48:27.962Z | Dec 09 04:48:27.959 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2170 | 2023-12-09T04:48:29.767Z | Created: out/versioned/propolis-server.tar.gz |
2171 | 2023-12-09T04:48:29.771Z | + for package in "$@" |
2172 | 2023-12-09T04:48:29.771Z | + [[ overlay == mg-ddm-gz ]] |
2173 | 2023-12-09T04:48:29.772Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git5ad549ef17d |
2174 | 2023-12-09T04:48:30.813Z | Finished release [optimized] target(s) in 0.95s |
2175 | 2023-12-09T04:48:30.842Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git5ad549ef17d` |
2176 | 2023-12-09T04:48:30.885Z | Dec 09 04:48:30.879 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2177 | 2023-12-09T04:48:30.888Z | Created: out/versioned/overlay.tar.gz |
2178 | 2023-12-09T04:48:30.888Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2179 | 2023-12-09T04:48:30.898Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2180 | 2023-12-09T04:48:30.901Z | ++ cd -- ./tools |
2181 | 2023-12-09T04:48:30.901Z | ++ pwd |
2182 | 2023-12-09T04:48:30.901Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2183 | 2023-12-09T04:48:30.904Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2184 | 2023-12-09T04:48:30.907Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2185 | 2023-12-09T04:48:30.910Z | ++ readlink -f /work |
2186 | 2023-12-09T04:48:30.910Z | + out_dir=/work |
2187 | 2023-12-09T04:48:30.910Z | + 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") |
2188 | 2023-12-09T04:48:30.910Z | + for dep in "${deps[@]}" |
2189 | 2023-12-09T04:48:30.910Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2190 | 2023-12-09T04:48:30.910Z | + for dep in "${deps[@]}" |
2191 | 2023-12-09T04:48:30.910Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2192 | 2023-12-09T04:48:30.910Z | + for dep in "${deps[@]}" |
2193 | 2023-12-09T04:48:30.910Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2194 | 2023-12-09T04:48:30.911Z | + for dep in "${deps[@]}" |
2195 | 2023-12-09T04:48:30.911Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2196 | 2023-12-09T04:48:30.913Z | ++ mktemp -d |
2197 | 2023-12-09T04:48:30.913Z | + tmp_gz=/tmp/tmp.9saOxh |
2198 | 2023-12-09T04:48:30.914Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2199 | 2023-12-09T04:48:30.914Z | + echo '{"v":"1","t":"layer"}' |
2200 | 2023-12-09T04:48:30.914Z | + pkg_dir=/tmp/tmp.9saOxh/root/opt/oxide/sled-agent |
2201 | 2023-12-09T04:48:30.914Z | + mkdir -p /tmp/tmp.9saOxh/root/opt/oxide/sled-agent |
2202 | 2023-12-09T04:48:30.918Z | + cd /tmp/tmp.9saOxh/root/opt/oxide/sled-agent |
2203 | 2023-12-09T04:48:30.918Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2204 | 2023-12-09T04:48:31.039Z | x ., 0 bytes, 0 tape blocks |
2205 | 2023-12-09T04:48:31.039Z | x zone-bundle, 39179648 bytes, 76523 tape blocks |
2206 | 2023-12-09T04:48:31.039Z | x sled-agent, 72623224 bytes, 141843 tape blocks |
2207 | 2023-12-09T04:48:31.039Z | x pkg, 0 bytes, 0 tape blocks |
2208 | 2023-12-09T04:48:31.040Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2209 | 2023-12-09T04:48:31.040Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2210 | 2023-12-09T04:48:31.040Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2211 | 2023-12-09T04:48:31.040Z | x VERSION, 25 bytes, 1 tape blocks |
2212 | 2023-12-09T04:48:31.044Z | + mkdir -p /tmp/tmp.9saOxh/root/lib/svc/manifest/site/ |
2213 | 2023-12-09T04:48:31.044Z | + mv pkg/manifest.xml /tmp/tmp.9saOxh/root/lib/svc/manifest/site/sled-agent.xml |
2214 | 2023-12-09T04:48:31.044Z | + cd - |
2215 | 2023-12-09T04:48:31.044Z | /work/oxidecomputer/omicron |
2216 | 2023-12-09T04:48:31.044Z | + pkg_dir=/tmp/tmp.9saOxh/root/opt/oxide/mg-ddm |
2217 | 2023-12-09T04:48:31.045Z | + mkdir -p /tmp/tmp.9saOxh/root/opt/oxide/mg-ddm |
2218 | 2023-12-09T04:48:31.048Z | + cd /tmp/tmp.9saOxh/root/opt/oxide/mg-ddm |
2219 | 2023-12-09T04:48:31.049Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2220 | 2023-12-09T04:48:31.117Z | x ., 0 bytes, 0 tape blocks |
2221 | 2023-12-09T04:48:31.118Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2222 | 2023-12-09T04:48:31.119Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2223 | 2023-12-09T04:48:31.121Z | x pkg, 0 bytes, 0 tape blocks |
2224 | 2023-12-09T04:48:31.122Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2225 | 2023-12-09T04:48:31.122Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2226 | 2023-12-09T04:48:31.123Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2227 | 2023-12-09T04:48:31.123Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2228 | 2023-12-09T04:48:31.124Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2229 | 2023-12-09T04:48:31.125Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2230 | 2023-12-09T04:48:31.126Z | x VERSION, 25 bytes, 1 tape blocks |
2231 | 2023-12-09T04:48:31.183Z | + cd - |
2232 | 2023-12-09T04:48:31.183Z | /work/oxidecomputer/omicron |
2233 | 2023-12-09T04:48:31.183Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.9saOxh/root/opt/oxide |
2234 | 2023-12-09T04:48:31.271Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.9saOxh/root/opt/oxide |
2235 | 2023-12-09T04:48:31.275Z | + cd /tmp/tmp.9saOxh |
2236 | 2023-12-09T04:48:31.275Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2237 | 2023-12-09T04:48:42.709Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2238 | 2023-12-09T04:48:42.709Z | a oxide.json 1K |
2239 | 2023-12-09T04:48:42.709Z | a root/ 0K |
2240 | 2023-12-09T04:48:42.709Z | a root/opt/ 0K |
2241 | 2023-12-09T04:48:42.709Z | a root/opt/oxide/ 0K |
2242 | 2023-12-09T04:48:42.709Z | a root/opt/oxide/sled-agent/ 0K |
2243 | 2023-12-09T04:48:42.712Z | a root/opt/oxide/sled-agent/zone-bundle 38262K |
2244 | 2023-12-09T04:48:42.712Z | a root/opt/oxide/sled-agent/sled-agent 70922K |
2245 | 2023-12-09T04:48:42.712Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2246 | 2023-12-09T04:48:42.712Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2247 | 2023-12-09T04:48:42.712Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2248 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/sled-agent/VERSION 1K |
2249 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/ 0K |
2250 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2251 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2252 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2253 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2254 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2255 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2256 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2257 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2258 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2259 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2260 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2261 | 2023-12-09T04:48:42.713Z | a root/opt/oxide/overlay.tar.gz 2K |
2262 | 2023-12-09T04:48:42.713Z | a root/lib/ 0K |
2263 | 2023-12-09T04:48:42.713Z | a root/lib/svc/ 0K |
2264 | 2023-12-09T04:48:42.713Z | a root/lib/svc/manifest/ 0K |
2265 | 2023-12-09T04:48:42.714Z | a root/lib/svc/manifest/site/ 0K |
2266 | 2023-12-09T04:48:42.715Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2267 | 2023-12-09T04:48:42.721Z | + cd / |
2268 | 2023-12-09T04:48:42.721Z | + rm -rf /tmp/tmp.9saOxh |
2269 | 2023-12-09T04:48:42.755Z | |
2270 | 2023-12-09T04:48:42.760Z | real 11.864053014 |
2271 | 2023-12-09T04:48:42.760Z | user 10.997170850 |
2272 | 2023-12-09T04:48:42.760Z | sys 0.928561238 |
2273 | 2023-12-09T04:48:42.761Z | trap 0.002906670 |
2274 | 2023-12-09T04:48:42.761Z | tflt 0.000000000 |
2275 | 2023-12-09T04:48:42.761Z | dflt 0.000000000 |
2276 | 2023-12-09T04:48:42.761Z | kflt 0.000000000 |
2277 | 2023-12-09T04:48:42.761Z | lock 0.000000000 |
2278 | 2023-12-09T04:48:42.761Z | slp 22.890026672 |
2279 | 2023-12-09T04:48:42.761Z | lat 0.367530265 |
2280 | 2023-12-09T04:48:42.761Z | stop 0.000354303 |
2281 | 2023-12-09T04:48:42.761Z | + mkdir -p /work/zones |
2282 | 2023-12-09T04:48:42.761Z | + 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-collector.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) |
2283 | 2023-12-09T04:48:42.761Z | + 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-collector.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/ |
2284 | 2023-12-09T04:48:46.431Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2285 | 2023-12-09T04:48:47.550Z | Finished release [optimized] target(s) in 1.03s |
2286 | 2023-12-09T04:48:47.581Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2287 | 2023-12-09T04:48:47.623Z | Created new build target 'recovery' and set it as active |
2288 | 2023-12-09T04:48:47.627Z | |
2289 | 2023-12-09T04:48:47.627Z | real 1.189530984 |
2290 | 2023-12-09T04:48:47.627Z | user 0.845758065 |
2291 | 2023-12-09T04:48:47.627Z | sys 0.342551840 |
2292 | 2023-12-09T04:48:47.627Z | trap 0.000853494 |
2293 | 2023-12-09T04:48:47.628Z | tflt 0.000000000 |
2294 | 2023-12-09T04:48:47.628Z | dflt 0.000018958 |
2295 | 2023-12-09T04:48:47.628Z | kflt 0.000000000 |
2296 | 2023-12-09T04:48:47.628Z | lock 0.035587283 |
2297 | 2023-12-09T04:48:47.628Z | slp 0.023498262 |
2298 | 2023-12-09T04:48:47.628Z | lat 0.003194574 |
2299 | 2023-12-09T04:48:47.628Z | stop 0.000225821 |
2300 | 2023-12-09T04:48:47.628Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2301 | 2023-12-09T04:48:48.708Z | Finished release [optimized] target(s) in 0.99s |
2302 | 2023-12-09T04:48:48.743Z | Running `target/release/omicron-package -t recovery package` |
2303 | 2023-12-09T04:48:48.788Z | Dec 09 04:48:48.779 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2304 | 2023-12-09T04:48:49.773Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2305 | 2023-12-09T04:48:53.365Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2306 | 2023-12-09T04:49:22.697Z | Finished release [optimized] target(s) in 33.82s |
2307 | 2023-12-09T04:49:34.369Z | |
2308 | 2023-12-09T04:49:34.372Z | real 46.739291834 |
2309 | 2023-12-09T04:49:34.372Z | user 2:26.227129583 |
2310 | 2023-12-09T04:49:34.372Z | sys 11.203152398 |
2311 | 2023-12-09T04:49:34.372Z | trap 0.073784874 |
2312 | 2023-12-09T04:49:34.373Z | tflt 0.062141544 |
2313 | 2023-12-09T04:49:34.373Z | dflt 0.711792233 |
2314 | 2023-12-09T04:49:34.373Z | kflt 0.000000000 |
2315 | 2023-12-09T04:49:34.373Z | lock 10:15.794615942 |
2316 | 2023-12-09T04:49:34.373Z | slp 2:22.085669118 |
2317 | 2023-12-09T04:49:34.373Z | lat 1.924907924 |
2318 | 2023-12-09T04:49:34.373Z | stop 0.179830184 |
2319 | 2023-12-09T04:49:34.373Z | + stamp_packages installinator mg-ddm-gz |
2320 | 2023-12-09T04:49:34.375Z | + for package in "$@" |
2321 | 2023-12-09T04:49:34.375Z | + [[ installinator == mg-ddm-gz ]] |
2322 | 2023-12-09T04:49:34.375Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git5ad549ef17d |
2323 | 2023-12-09T04:49:35.454Z | Finished release [optimized] target(s) in 0.99s |
2324 | 2023-12-09T04:49:35.480Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git5ad549ef17d` |
2325 | 2023-12-09T04:49:35.522Z | Dec 09 04:49:35.516 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2326 | 2023-12-09T04:49:35.646Z | Created: out/versioned/installinator.tar |
2327 | 2023-12-09T04:49:35.650Z | + for package in "$@" |
2328 | 2023-12-09T04:49:35.650Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2329 | 2023-12-09T04:49:35.650Z | + echo 0.0.0 |
2330 | 2023-12-09T04:49:35.653Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2331 | 2023-12-09T04:49:35.655Z | a VERSION 1K |
2332 | 2023-12-09T04:49:35.655Z | + rm VERSION |
2333 | 2023-12-09T04:49:35.658Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git5ad549ef17d |
2334 | 2023-12-09T04:49:36.689Z | Finished release [optimized] target(s) in 0.95s |
2335 | 2023-12-09T04:49:36.718Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git5ad549ef17d` |
2336 | 2023-12-09T04:49:36.757Z | Dec 09 04:49:36.754 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2337 | 2023-12-09T04:49:36.942Z | Created: out/versioned/mg-ddm-gz.tar |
2338 | 2023-12-09T04:49:36.946Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2339 | 2023-12-09T04:49:36.958Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2340 | 2023-12-09T04:49:36.961Z | ++ cd -- ./tools |
2341 | 2023-12-09T04:49:36.961Z | ++ pwd |
2342 | 2023-12-09T04:49:36.962Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2343 | 2023-12-09T04:49:36.964Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2344 | 2023-12-09T04:49:36.964Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2345 | 2023-12-09T04:49:36.967Z | ++ readlink -f /work |
2346 | 2023-12-09T04:49:36.968Z | + out_dir=/work |
2347 | 2023-12-09T04:49:36.968Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2348 | 2023-12-09T04:49:36.968Z | + for dep in "${deps[@]}" |
2349 | 2023-12-09T04:49:36.968Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2350 | 2023-12-09T04:49:36.971Z | + for dep in "${deps[@]}" |
2351 | 2023-12-09T04:49:36.971Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2352 | 2023-12-09T04:49:36.971Z | ++ mktemp -d |
2353 | 2023-12-09T04:49:36.971Z | + tmp_trampoline=/tmp/tmp.hBaaCh |
2354 | 2023-12-09T04:49:36.971Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2355 | 2023-12-09T04:49:36.971Z | + echo '{"v":"1","t":"layer"}' |
2356 | 2023-12-09T04:49:36.974Z | + pkg_dir=/tmp/tmp.hBaaCh/root/opt/oxide/installinator |
2357 | 2023-12-09T04:49:36.974Z | + mkdir -p /tmp/tmp.hBaaCh/root/opt/oxide/installinator |
2358 | 2023-12-09T04:49:36.974Z | + cd /tmp/tmp.hBaaCh/root/opt/oxide/installinator |
2359 | 2023-12-09T04:49:36.975Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2360 | 2023-12-09T04:49:37.028Z | x ., 0 bytes, 0 tape blocks |
2361 | 2023-12-09T04:49:37.028Z | x installinator, 52067576 bytes, 101695 tape blocks |
2362 | 2023-12-09T04:49:37.028Z | x pkg, 0 bytes, 0 tape blocks |
2363 | 2023-12-09T04:49:37.028Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2364 | 2023-12-09T04:49:37.028Z | x VERSION, 25 bytes, 1 tape blocks |
2365 | 2023-12-09T04:49:37.031Z | + mkdir -p /tmp/tmp.hBaaCh/root/lib/svc/manifest/site/ |
2366 | 2023-12-09T04:49:37.031Z | + mv pkg/manifest.xml /tmp/tmp.hBaaCh/root/lib/svc/manifest/site/installinator.xml |
2367 | 2023-12-09T04:49:37.034Z | + cd - |
2368 | 2023-12-09T04:49:37.034Z | /work/oxidecomputer/omicron |
2369 | 2023-12-09T04:49:37.034Z | + pkg_dir=/tmp/tmp.hBaaCh/root/opt/oxide/mg-ddm |
2370 | 2023-12-09T04:49:37.034Z | + mkdir -p /tmp/tmp.hBaaCh/root/opt/oxide/mg-ddm |
2371 | 2023-12-09T04:49:37.037Z | + cd /tmp/tmp.hBaaCh/root/opt/oxide/mg-ddm |
2372 | 2023-12-09T04:49:37.037Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2373 | 2023-12-09T04:49:37.103Z | x ., 0 bytes, 0 tape blocks |
2374 | 2023-12-09T04:49:37.103Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2375 | 2023-12-09T04:49:37.103Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2376 | 2023-12-09T04:49:37.103Z | x pkg, 0 bytes, 0 tape blocks |
2377 | 2023-12-09T04:49:37.103Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2378 | 2023-12-09T04:49:37.103Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2379 | 2023-12-09T04:49:37.103Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2380 | 2023-12-09T04:49:37.103Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2381 | 2023-12-09T04:49:37.105Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2382 | 2023-12-09T04:49:37.105Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2383 | 2023-12-09T04:49:37.105Z | x VERSION, 25 bytes, 1 tape blocks |
2384 | 2023-12-09T04:49:37.109Z | + cd - |
2385 | 2023-12-09T04:49:37.109Z | /work/oxidecomputer/omicron |
2386 | 2023-12-09T04:49:37.110Z | + cd /tmp/tmp.hBaaCh |
2387 | 2023-12-09T04:49:37.110Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2388 | 2023-12-09T04:49:43.084Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2389 | 2023-12-09T04:49:43.084Z | a oxide.json 1K |
2390 | 2023-12-09T04:49:43.084Z | a root/ 0K |
2391 | 2023-12-09T04:49:43.084Z | a root/opt/ 0K |
2392 | 2023-12-09T04:49:43.084Z | a root/opt/oxide/ 0K |
2393 | 2023-12-09T04:49:43.084Z | a root/opt/oxide/installinator/ 0K |
2394 | 2023-12-09T04:49:43.084Z | a root/opt/oxide/installinator/installinator 50848K |
2395 | 2023-12-09T04:49:43.084Z | a root/opt/oxide/installinator/pkg/ 0K |
2396 | 2023-12-09T04:49:43.085Z | a root/opt/oxide/installinator/VERSION 1K |
2397 | 2023-12-09T04:49:43.085Z | a root/opt/oxide/mg-ddm/ 0K |
2398 | 2023-12-09T04:49:43.085Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2399 | 2023-12-09T04:49:43.085Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2400 | 2023-12-09T04:49:43.085Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2401 | 2023-12-09T04:49:43.086Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2402 | 2023-12-09T04:49:43.086Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2403 | 2023-12-09T04:49:43.086Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2404 | 2023-12-09T04:49:43.086Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2405 | 2023-12-09T04:49:43.086Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2406 | 2023-12-09T04:49:43.086Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2407 | 2023-12-09T04:49:43.086Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2408 | 2023-12-09T04:49:43.086Z | a root/lib/ 0K |
2409 | 2023-12-09T04:49:43.086Z | a root/lib/svc/ 0K |
2410 | 2023-12-09T04:49:43.086Z | a root/lib/svc/manifest/ 0K |
2411 | 2023-12-09T04:49:43.086Z | a root/lib/svc/manifest/site/ 0K |
2412 | 2023-12-09T04:49:43.086Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2413 | 2023-12-09T04:49:43.090Z | + cd / |
2414 | 2023-12-09T04:49:43.090Z | + rm -rf /tmp/tmp.hBaaCh |
2415 | 2023-12-09T04:49:43.108Z | |
2416 | 2023-12-09T04:49:43.111Z | real 6.158097813 |
2417 | 2023-12-09T04:49:43.112Z | user 5.768580650 |
2418 | 2023-12-09T04:49:43.112Z | sys 0.417945197 |
2419 | 2023-12-09T04:49:43.112Z | trap 0.001450314 |
2420 | 2023-12-09T04:49:43.112Z | tflt 0.000000000 |
2421 | 2023-12-09T04:49:43.112Z | dflt 0.000000000 |
2422 | 2023-12-09T04:49:43.112Z | kflt 0.000000000 |
2423 | 2023-12-09T04:49:43.112Z | lock 0.000000000 |
2424 | 2023-12-09T04:49:43.112Z | slp 11.914140120 |
2425 | 2023-12-09T04:49:43.112Z | lat 0.180742885 |
2426 | 2023-12-09T04:49:43.112Z | stop 0.000283153 |
2427 | 2023-12-09T04:49:43.112Z | process exited: duration 2261588 ms, exit code 0 |
|
2428 | 2023-12-09T04:49:43.127Z | found 21 output files |
2429 | 2023-12-09T04:49:43.127Z | uploading: /work/version.txt (26 bytes) |
2430 | 2023-12-09T04:49:44.571Z | uploaded: /work/version.txt |
2431 | 2023-12-09T04:49:44.572Z | uploading: /work/package.tar.gz (79785998 bytes) |
2432 | 2023-12-09T04:50:15.264Z | uploaded: /work/package.tar.gz |
2433 | 2023-12-09T04:50:15.265Z | uploading: /work/global-zone-packages.tar.gz (121338038 bytes) |
2434 | 2023-12-09T04:50:53.088Z | uploaded: /work/global-zone-packages.tar.gz |
2435 | 2023-12-09T04:50:53.088Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36452381 bytes) |
2436 | 2023-12-09T04:51:06.969Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2437 | 2023-12-09T04:51:06.969Z | uploading: /work/zones/clickhouse.tar.gz (181771966 bytes) |
2438 | 2023-12-09T04:51:53.991Z | uploaded: /work/zones/clickhouse.tar.gz |
2439 | 2023-12-09T04:51:53.991Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181774028 bytes) |
2440 | 2023-12-09T04:52:53.856Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2441 | 2023-12-09T04:52:53.857Z | uploading: /work/zones/cockroachdb.tar.gz (118851680 bytes) |
2442 | 2023-12-09T04:53:39.277Z | uploaded: /work/zones/cockroachdb.tar.gz |
2443 | 2023-12-09T04:53:39.277Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2444 | 2023-12-09T04:53:44.497Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2445 | 2023-12-09T04:53:44.497Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2446 | 2023-12-09T04:53:58.908Z | uploaded: /work/zones/crucible.tar.gz |
2447 | 2023-12-09T04:53:58.908Z | uploading: /work/zones/external-dns.tar.gz (24141473 bytes) |
2448 | 2023-12-09T04:54:07.744Z | uploaded: /work/zones/external-dns.tar.gz |
2449 | 2023-12-09T04:54:07.744Z | uploading: /work/zones/internal-dns.tar.gz (24141472 bytes) |
2450 | 2023-12-09T04:54:14.452Z | uploaded: /work/zones/internal-dns.tar.gz |
2451 | 2023-12-09T04:54:14.453Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2452 | 2023-12-09T04:54:15.468Z | uploaded: /work/zones/ntp.tar.gz |
2453 | 2023-12-09T04:54:15.468Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18208488 bytes) |
2454 | 2023-12-09T04:54:20.876Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2455 | 2023-12-09T04:54:20.887Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18205154 bytes) |
2456 | 2023-12-09T04:54:26.587Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2457 | 2023-12-09T04:54:26.587Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73825768 bytes) |
2458 | 2023-12-09T04:54:50.683Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2459 | 2023-12-09T04:54:50.683Z | uploading: /work/zones/omicron-nexus.tar.gz (73828575 bytes) |
2460 | 2023-12-09T04:55:12.469Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2461 | 2023-12-09T04:55:12.469Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2462 | 2023-12-09T04:55:13.497Z | uploaded: /work/zones/overlay.tar.gz |
2463 | 2023-12-09T04:55:13.498Z | uploading: /work/zones/oximeter-collector.tar.gz (34194802 bytes) |
2464 | 2023-12-09T04:55:26.407Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2465 | 2023-12-09T04:55:26.407Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2466 | 2023-12-09T04:55:50.074Z | uploaded: /work/zones/propolis-server.tar.gz |
2467 | 2023-12-09T04:55:50.074Z | uploading: /work/zones/switch-asic.tar.gz (247088780 bytes) |
2468 | 2023-12-09T04:57:11.746Z | uploaded: /work/zones/switch-asic.tar.gz |
2469 | 2023-12-09T04:57:11.746Z | uploading: /work/zones/switch-softnpu.tar.gz (169857352 bytes) |
2470 | 2023-12-09T04:58:23.320Z | uploaded: /work/zones/switch-softnpu.tar.gz |