|
|
|
1 | 2024-01-19T21:38:37.075Z | job assigned to worker 01HMHTGXH3E3RQMXWMRSREDP4F (queued for 18 m 32 s) |
|
2 | 2024-01-19T21:38:37.356Z | starting task 0: "setup" |
3 | 2024-01-19T21:38:37.474Z | ++ uname -s |
4 | 2024-01-19T21:38:37.738Z | + kern=SunOS |
5 | 2024-01-19T21:38:37.738Z | + case "$kern" in |
6 | 2024-01-19T21:38:37.738Z | + groupadd -g 12345 build |
7 | 2024-01-19T21:38:37.738Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-19T21:38:39.461Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-19T21:38:39.587Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-19T21:38:39.591Z | + home_fs=zfs |
11 | 2024-01-19T21:38:39.591Z | + [[ zfs == autofs ]] |
12 | 2024-01-19T21:38:39.591Z | + mkdir -p /home/build |
13 | 2024-01-19T21:38:39.595Z | + chown build:build /home/build /work |
14 | 2024-01-19T21:38:41.595Z | + chmod 0700 /home/build /work |
15 | 2024-01-19T21:38:41.599Z | process exited: duration 4241 ms, exit code 0 |
|
16 | 2024-01-19T21:38:41.608Z | starting task 1: "rust-toolchain" |
17 | 2024-01-19T21:38:41.616Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-19T21:38:41.619Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-19T21:38:41.815Z | info: downloading installer |
20 | 2024-01-19T21:38:43.559Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-19T21:38:43.559Z | warning: /opt/ooce/bin |
22 | 2024-01-19T21:38:43.559Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-19T21:38:43.559Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-19T21:38:43.559Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-19T21:38:43.559Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-19T21:38:43.559Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-19T21:38:43.559Z | error: cannot install while Rust is installed |
28 | 2024-01-19T21:38:43.559Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-19T21:38:43.683Z | info: profile set to 'default' |
30 | 2024-01-19T21:38:43.683Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-19T21:38:43.692Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-19T21:38:43.856Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-19T21:38:43.856Z | info: downloading component 'cargo' |
34 | 2024-01-19T21:38:44.519Z | info: downloading component 'clippy' |
35 | 2024-01-19T21:38:44.832Z | info: downloading component 'rust-docs' |
36 | 2024-01-19T21:38:45.666Z | info: downloading component 'rust-std' |
37 | 2024-01-19T21:38:47.140Z | info: downloading component 'rustc' |
38 | 2024-01-19T21:38:50.666Z | info: downloading component 'rustfmt' |
39 | 2024-01-19T21:38:50.875Z | info: installing component 'cargo' |
40 | 2024-01-19T21:38:52.291Z | info: installing component 'clippy' |
41 | 2024-01-19T21:38:52.886Z | info: installing component 'rust-docs' |
42 | 2024-01-19T21:38:55.590Z | info: installing component 'rust-std' |
43 | 2024-01-19T21:38:58.703Z | info: installing component 'rustc' |
44 | 2024-01-19T21:39:05.322Z | info: installing component 'rustfmt' |
45 | 2024-01-19T21:39:05.814Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-19T21:39:05.814Z | |
47 | 2024-01-19T21:39:05.957Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-19T21:39:05.959Z | |
49 | 2024-01-19T21:39:05.960Z | |
50 | 2024-01-19T21:39:05.960Z | Rust is installed now. Great! |
51 | 2024-01-19T21:39:05.960Z | |
52 | 2024-01-19T21:39:05.960Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-19T21:39:05.960Z | environment variable. This has not been done automatically. |
54 | 2024-01-19T21:39:05.960Z | |
55 | 2024-01-19T21:39:05.960Z | To configure your current shell, run: |
56 | 2024-01-19T21:39:05.960Z | source "$HOME/.cargo/env" |
57 | 2024-01-19T21:39:06.046Z | + rustc --version |
58 | 2024-01-19T21:39:06.155Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-19T21:39:06.160Z | process exited: duration 24553 ms, exit code 0 |
|
60 | 2024-01-19T21:39:06.167Z | starting task 2: "authentication" |
61 | 2024-01-19T21:39:06.226Z | process exited: duration 59 ms, exit code 0 |
|
62 | 2024-01-19T21:39:06.232Z | starting task 3: "clone repository" |
63 | 2024-01-19T21:39:06.239Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-19T21:39:06.242Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-19T21:39:06.338Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-19T21:39:12.235Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-19T21:39:12.239Z | + [[ -n silo-ip-pools-endpoint ]] |
68 | 2024-01-19T21:39:12.239Z | + git fetch origin silo-ip-pools-endpoint |
69 | 2024-01-19T21:39:12.605Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-19T21:39:12.605Z | * branch silo-ip-pools-endpoint -> FETCH_HEAD |
71 | 2024-01-19T21:39:12.618Z | + git checkout -B silo-ip-pools-endpoint remotes/origin/silo-ip-pools-endpoint |
72 | 2024-01-19T21:39:12.732Z | Switched to a new branch 'silo-ip-pools-endpoint' |
73 | 2024-01-19T21:39:12.736Z | branch 'silo-ip-pools-endpoint' set up to track 'origin/silo-ip-pools-endpoint'. |
74 | 2024-01-19T21:39:12.736Z | + git reset --hard 9e8500d11143c7c0601e5b08509958a07f032470 |
75 | 2024-01-19T21:39:12.765Z | HEAD is now at 9e8500d11 share query to fetch pools for silo |
76 | 2024-01-19T21:39:12.770Z | process exited: duration 6534 ms, exit code 0 |
|
77 | 2024-01-19T21:39:12.776Z | starting task 4: "build" |
78 | 2024-01-19T21:39:12.782Z | + cargo --version |
79 | 2024-01-19T21:39:12.789Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-19T21:39:12.981Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-19T21:39:12.985Z | info: downloading component 'cargo' |
82 | 2024-01-19T21:39:13.670Z | info: downloading component 'clippy' |
83 | 2024-01-19T21:39:13.990Z | info: downloading component 'rust-docs' |
84 | 2024-01-19T21:39:14.743Z | info: downloading component 'rust-std' |
85 | 2024-01-19T21:39:16.098Z | info: downloading component 'rustc' |
86 | 2024-01-19T21:39:19.698Z | info: downloading component 'rustfmt' |
87 | 2024-01-19T21:39:19.902Z | info: installing component 'cargo' |
88 | 2024-01-19T21:39:21.181Z | info: installing component 'clippy' |
89 | 2024-01-19T21:39:21.667Z | info: installing component 'rust-docs' |
90 | 2024-01-19T21:39:24.555Z | info: installing component 'rust-std' |
91 | 2024-01-19T21:39:26.972Z | info: installing component 'rustc' |
92 | 2024-01-19T21:39:33.170Z | info: installing component 'rustfmt' |
93 | 2024-01-19T21:39:34.127Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-19T21:39:34.132Z | + rustc --version |
95 | 2024-01-19T21:39:34.132Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-19T21:39:34.132Z | ++ git rev-parse HEAD |
97 | 2024-01-19T21:39:34.132Z | + COMMIT=9e8500d11143c7c0601e5b08509958a07f032470 |
98 | 2024-01-19T21:39:34.132Z | + VERSION=5.0.0-0.ci+git9e8500d1114 |
99 | 2024-01-19T21:39:34.132Z | + echo 5.0.0-0.ci+git9e8500d1114 |
100 | 2024-01-19T21:39:34.132Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2024-01-19T21:39:49.493Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2024-01-19T21:39:51.305Z | Startup: Caching catalogs ... Done |
103 | 2024-01-19T21:39:53.707Z | Planning: Solver setup ... Done (1.911s) |
104 | 2024-01-19T21:39:53.749Z | Planning: Running solver ... Done (0.053s) |
105 | 2024-01-19T21:39:53.777Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2024-01-19T21:39:53.803Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2024-01-19T21:39:54.130Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2024-01-19T21:39:54.206Z | Planning: Package planning ... Done (0.086s) |
109 | 2024-01-19T21:39:54.293Z | Planning: Merging actions ... Done (0.087s) |
110 | 2024-01-19T21:39:55.288Z | Planning: Checking for conflicting actions ... Done (0.995s) |
111 | 2024-01-19T21:39:55.306Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2024-01-19T21:40:01.066Z | Planning: Evaluating mediators ... Done (5.760s) |
113 | 2024-01-19T21:40:01.082Z | Planning: Planning completed in 9.72 seconds |
114 | 2024-01-19T21:40:04.777Z | Packages to install: 4 |
115 | 2024-01-19T21:40:04.777Z | Mediators to change: 2 |
116 | 2024-01-19T21:40:04.810Z | Services to change: 1 |
117 | 2024-01-19T21:40:04.810Z | Estimated space available: 148.87 GB |
118 | 2024-01-19T21:40:04.810Z | Estimated space to be consumed: 1.40 GB |
119 | 2024-01-19T21:40:04.811Z | Create boot environment: No |
120 | 2024-01-19T21:40:04.811Z | Create backup boot environment: No |
121 | 2024-01-19T21:40:04.811Z | Rebuild boot archive: No |
122 | 2024-01-19T21:40:04.811Z | |
123 | 2024-01-19T21:40:04.811Z | Changed mediators: |
124 | 2024-01-19T21:40:04.811Z | mediator clang: |
125 | 2024-01-19T21:40:04.811Z | version: None -> 15 (system default) |
126 | 2024-01-19T21:40:04.811Z | |
127 | 2024-01-19T21:40:04.811Z | mediator llvm: |
128 | 2024-01-19T21:40:04.811Z | version: 14 (system default) -> 15 (system default) |
129 | 2024-01-19T21:40:04.811Z | |
130 | 2024-01-19T21:40:04.811Z | Changed packages: |
131 | 2024-01-19T21:40:04.811Z | helios-dev |
132 | 2024-01-19T21:40:04.811Z | developer/build-essential |
133 | 2024-01-19T21:40:04.812Z | None -> 11-2.0 |
134 | 2024-01-19T21:40:04.812Z | library/libxmlsec1 |
135 | 2024-01-19T21:40:04.812Z | None -> 1.2.35-2.0 |
136 | 2024-01-19T21:40:04.812Z | ooce/developer/clang-15 |
137 | 2024-01-19T21:40:04.812Z | None -> 15.0.7-2.0 |
138 | 2024-01-19T21:40:04.812Z | ooce/developer/llvm-15 |
139 | 2024-01-19T21:40:04.812Z | None -> 15.0.7-2.0 |
140 | 2024-01-19T21:40:04.812Z | |
141 | 2024-01-19T21:40:04.812Z | Services: |
142 | 2024-01-19T21:40:04.812Z | restart_fmri: |
143 | 2024-01-19T21:40:04.812Z | svc:/system/update-man-index:default |
144 | 2024-01-19T21:40:13.244Z | |
145 | 2024-01-19T21:40:13.244Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2024-01-19T21:40:13.593Z | Download: 1107/3290 items 19.8/212.6MB 9% complete (4.0M/s) |
147 | 2024-01-19T21:40:15.626Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (12.4M/s) |
148 | 2024-01-19T21:40:28.107Z | Download: 3009/3290 items 121.1/212.6MB 56% complete (7.7M/s) |
149 | 2024-01-19T21:40:28.913Z | Download: 3287/3290 items 212.5/212.6MB 99% complete (9.3M/s) |
150 | 2024-01-19T21:40:28.913Z | Download: Completed 212.60 MB in 22.14 seconds (9.6M/s) |
151 | 2024-01-19T21:40:29.115Z | Actions: 1/3689 actions (Installing new actions) |
152 | 2024-01-19T21:40:32.920Z | Actions: 3132/3689 actions (Installing new actions) |
153 | 2024-01-19T21:40:35.266Z | Actions: Completed 3689 actions in 7.76 seconds. |
154 | 2024-01-19T21:40:35.516Z | Done (0.243s) |
155 | 2024-01-19T21:40:35.516Z | Done (0.000s) |
156 | 2024-01-19T21:40:35.829Z | Done (0.313s) |
157 | 2024-01-19T21:40:43.648Z | Done (7.671s) |
158 | 2024-01-19T21:40:43.868Z | Done (0.131s) |
159 | 2024-01-19T21:40:43.871Z | Done (0.000s) |
160 | 2024-01-19T21:40:44.098Z | Done (0.000s) |
161 | 2024-01-19T21:40:44.831Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-01-19T21:40:45.108Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-01-19T21:40:45.111Z | Planning: Consolidating action changes ... Done |
164 | 2024-01-19T21:40:45.556Z | Planning: Evaluating mediators ... Done |
165 | 2024-01-19T21:40:45.565Z | Planning: Planning completed in 0.73 seconds |
166 | 2024-01-19T21:40:45.608Z | Mediators to change: 2 |
167 | 2024-01-19T21:40:45.612Z | Create boot environment: No |
168 | 2024-01-19T21:40:45.612Z | Create backup boot environment: No |
169 | 2024-01-19T21:40:45.735Z | Done |
170 | 2024-01-19T21:40:45.735Z | Done |
171 | 2024-01-19T21:40:45.897Z | Done |
172 | 2024-01-19T21:40:51.633Z | Done |
173 | 2024-01-19T21:40:51.756Z | Done |
174 | 2024-01-19T21:40:51.759Z | Done |
175 | 2024-01-19T21:40:51.864Z | Done |
176 | 2024-01-19T21:40:52.864Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-01-19T21:40:52.868Z | Planning: Merging actions ... Done |
178 | 2024-01-19T21:40:53.195Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-01-19T21:40:53.202Z | Planning: Consolidating action changes ... Done |
180 | 2024-01-19T21:40:53.634Z | Planning: Evaluating mediators ... Done |
181 | 2024-01-19T21:40:53.712Z | Planning: Planning completed in 1.28 seconds |
182 | 2024-01-19T21:40:53.770Z | Packages to change: 1 |
183 | 2024-01-19T21:40:53.775Z | Mediators to change: 1 |
184 | 2024-01-19T21:40:53.775Z | Services to change: 1 |
185 | 2024-01-19T21:40:53.775Z | Create boot environment: No |
186 | 2024-01-19T21:40:53.776Z | Create backup boot environment: Yes |
187 | 2024-01-19T21:40:55.737Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-01-19T21:40:55.741Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-01-19T21:40:55.741Z | Done |
190 | 2024-01-19T21:40:55.741Z | Done |
191 | 2024-01-19T21:40:55.811Z | Done |
192 | 2024-01-19T21:41:01.712Z | Done |
193 | 2024-01-19T21:41:01.839Z | Done |
194 | 2024-01-19T21:41:01.845Z | Done |
195 | 2024-01-19T21:41:01.939Z | Done |
196 | 2024-01-19T21:41:02.625Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-01-19T21:41:02.625Z | clang system 15 system |
198 | 2024-01-19T21:41:02.625Z | csh system system illumos |
199 | 2024-01-19T21:41:02.625Z | ctags system system illumos |
200 | 2024-01-19T21:41:02.625Z | gcc vendor 12 vendor |
201 | 2024-01-19T21:41:02.631Z | gcc system 10 system |
202 | 2024-01-19T21:41:02.631Z | gcc system 7 system |
203 | 2024-01-19T21:41:02.631Z | go system 1.20 system |
204 | 2024-01-19T21:41:02.631Z | go system 1.19 system |
205 | 2024-01-19T21:41:02.631Z | llvm system 15 system |
206 | 2024-01-19T21:41:02.631Z | llvm system 14 system |
207 | 2024-01-19T21:41:02.631Z | mariadb system 10.6 system |
208 | 2024-01-19T21:41:02.631Z | mta vendor vendor dma |
209 | 2024-01-19T21:41:02.631Z | openjdk system 17 system |
210 | 2024-01-19T21:41:02.631Z | openjdk system 11 system |
211 | 2024-01-19T21:41:02.632Z | openjdk system 1.8 system |
212 | 2024-01-19T21:41:02.632Z | openssl vendor 3 vendor |
213 | 2024-01-19T21:41:02.632Z | perl system 5.36 system |
214 | 2024-01-19T21:41:02.632Z | postgresql system 15 system |
215 | 2024-01-19T21:41:02.632Z | postgresql system 13 system |
216 | 2024-01-19T21:41:02.632Z | python vendor 3 vendor |
217 | 2024-01-19T21:41:02.632Z | python system 2 system |
218 | 2024-01-19T21:41:02.632Z | python3 system 3.11 system |
219 | 2024-01-19T21:41:02.632Z | ruby system 3.0 system |
220 | 2024-01-19T21:41:02.632Z | words vendor vendor american-english |
221 | 2024-01-19T21:41:02.633Z | words system system australian-english |
222 | 2024-01-19T21:41:02.633Z | words system system british-english |
223 | 2024-01-19T21:41:02.633Z | words system system canadian-english |
224 | 2024-01-19T21:41:02.633Z | words system system french |
225 | 2024-01-19T21:41:02.633Z | words system system italian |
226 | 2024-01-19T21:41:02.633Z | words system system ngerman |
227 | 2024-01-19T21:41:02.636Z | words system system ogerman |
228 | 2024-01-19T21:41:02.636Z | words system system spanish |
229 | 2024-01-19T21:41:03.163Z | FMRI IFO |
230 | 2024-01-19T21:41:03.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-01-19T21:41:03.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-01-19T21:41:03.163Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-01-19T21:41:03.164Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-01-19T21:41:03.164Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-01-19T21:41:03.164Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
236 | 2024-01-19T21:41:03.166Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-01-19T21:41:03.166Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
238 | 2024-01-19T21:41:03.238Z | + set -o errexit |
239 | 2024-01-19T21:41:03.243Z | +++ dirname ./tools/ci_download_cockroachdb |
240 | 2024-01-19T21:41:03.243Z | ++ cd ./tools |
241 | 2024-01-19T21:41:03.243Z | ++ pwd |
242 | 2024-01-19T21:41:03.247Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
243 | 2024-01-19T21:41:03.247Z | ++ basename ./tools/ci_download_cockroachdb |
244 | 2024-01-19T21:41:03.247Z | + ARG0=ci_download_cockroachdb |
245 | 2024-01-19T21:41:03.247Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
246 | 2024-01-19T21:41:03.252Z | + CIDL_VERSION=v22.1.9 |
247 | 2024-01-19T21:41:03.252Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
248 | 2024-01-19T21:41:03.252Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
249 | 2024-01-19T21:41:03.252Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
250 | 2024-01-19T21:41:03.252Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
251 | 2024-01-19T21:41:03.252Z | + TARGET_DIR=out |
252 | 2024-01-19T21:41:03.252Z | + DOWNLOAD_DIR=out/downloads |
253 | 2024-01-19T21:41:03.253Z | + DEST_DIR=./out/cockroachdb |
254 | 2024-01-19T21:41:03.253Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
255 | 2024-01-19T21:41:03.253Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
256 | 2024-01-19T21:41:03.260Z | + main |
257 | 2024-01-19T21:41:03.261Z | + [[ 0 != 0 ]] |
258 | 2024-01-19T21:41:03.261Z | + CIDL_OS=solaris2.11 |
259 | 2024-01-19T21:41:03.261Z | + [[ 0 != 0 ]] |
260 | 2024-01-19T21:41:03.261Z | + configure_os solaris2.11 |
261 | 2024-01-19T21:41:03.261Z | + echo 'current directory: /work/oxidecomputer/omicron' |
262 | 2024-01-19T21:41:03.261Z | current directory: /work/oxidecomputer/omicron |
263 | 2024-01-19T21:41:03.261Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2024-01-19T21:41:03.261Z | + case "$1" in |
265 | 2024-01-19T21:41:03.261Z | configuring based on OS: "solaris2.11" |
266 | 2024-01-19T21:41:03.262Z | + CIDL_BUILD=illumos |
267 | 2024-01-19T21:41:03.262Z | + CIDL_SUFFIX=tar.gz |
268 | 2024-01-19T21:41:03.262Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
269 | 2024-01-19T21:41:03.262Z | + CIDL_MD5FUNC=do_md5sum |
270 | 2024-01-19T21:41:03.262Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-01-19T21:41:03.262Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-01-19T21:41:03.262Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-01-19T21:41:03.262Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-01-19T21:41:03.262Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-19T21:41:03.262Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-01-19T21:41:03.262Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-01-19T21:41:03.262Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-01-19T21:41:03.262Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-01-19T21:41:03.262Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-19T21:41:03.262Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-01-19T21:41:03.262Z | + mkdir -p out/downloads |
282 | 2024-01-19T21:41:03.269Z | + mkdir -p ./out/cockroachdb |
283 | 2024-01-19T21:41:03.269Z | + local DO_DOWNLOAD=true |
284 | 2024-01-19T21:41:03.269Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
285 | 2024-01-19T21:41:03.269Z | + '[' true == true ']' |
286 | 2024-01-19T21:41:03.269Z | + echo Downloading... |
287 | 2024-01-19T21:41:03.269Z | Downloading... |
288 | 2024-01-19T21:41:03.269Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-01-19T21:41:03.270Z | + 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 |
290 | 2024-01-19T21:41:05.399Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-01-19T21:41:05.417Z | ++ md5sum |
292 | 2024-01-19T21:41:05.417Z | ++ awk '{print $1}' |
293 | 2024-01-19T21:41:05.626Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
294 | 2024-01-19T21:41:05.627Z | + [[ 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 ]] |
295 | 2024-01-19T21:41:05.627Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-01-19T21:41:05.631Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
297 | 2024-01-19T21:41:09.093Z | + do_assemble_illumos |
298 | 2024-01-19T21:41:09.093Z | + rm -r ./out/cockroachdb |
299 | 2024-01-19T21:41:09.098Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
300 | 2024-01-19T21:41:09.725Z | + ./out/cockroachdb/bin/cockroach version |
301 | 2024-01-19T21:41:10.029Z | Build Tag: v22.1.9-dirty |
302 | 2024-01-19T21:41:10.029Z | Build Time: 2022/10/26 21:17:46 |
303 | 2024-01-19T21:41:10.029Z | Distribution: OSS |
304 | 2024-01-19T21:41:10.030Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
305 | 2024-01-19T21:41:10.030Z | Go Version: go1.17.13 |
306 | 2024-01-19T21:41:10.030Z | C Compiler: gcc 10.3.0 |
307 | 2024-01-19T21:41:10.030Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
308 | 2024-01-19T21:41:10.030Z | Build Type: release |
309 | 2024-01-19T21:41:10.056Z | + set -o errexit |
310 | 2024-01-19T21:41:10.063Z | +++ dirname ./tools/ci_download_clickhouse |
311 | 2024-01-19T21:41:10.063Z | ++ cd ./tools |
312 | 2024-01-19T21:41:10.063Z | ++ pwd |
313 | 2024-01-19T21:41:10.063Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
314 | 2024-01-19T21:41:10.063Z | ++ basename ./tools/ci_download_clickhouse |
315 | 2024-01-19T21:41:10.071Z | + ARG0=ci_download_clickhouse |
316 | 2024-01-19T21:41:10.071Z | + TARGET_DIR=out |
317 | 2024-01-19T21:41:10.071Z | + DOWNLOAD_DIR=out/downloads |
318 | 2024-01-19T21:41:10.071Z | + DEST_DIR=./out/clickhouse |
319 | 2024-01-19T21:41:10.071Z | + CIDL_VERSION=v22.8.9.24 |
320 | 2024-01-19T21:41:10.072Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
321 | 2024-01-19T21:41:10.072Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
322 | 2024-01-19T21:41:10.072Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
323 | 2024-01-19T21:41:10.072Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
324 | 2024-01-19T21:41:10.072Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
325 | 2024-01-19T21:41:10.072Z | + main |
326 | 2024-01-19T21:41:10.072Z | + [[ 0 != 0 ]] |
327 | 2024-01-19T21:41:10.072Z | + CIDL_OS=solaris2.11 |
328 | 2024-01-19T21:41:10.072Z | + [[ 0 != 0 ]] |
329 | 2024-01-19T21:41:10.072Z | + configure_os solaris2.11 |
330 | 2024-01-19T21:41:10.072Z | + echo 'current directory: /work/oxidecomputer/omicron' |
331 | 2024-01-19T21:41:10.072Z | current directory: /work/oxidecomputer/omicron |
332 | 2024-01-19T21:41:10.072Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2024-01-19T21:41:10.072Z | configuring based on OS: "solaris2.11" |
334 | 2024-01-19T21:41:10.072Z | + CIDL_DASHREV= |
335 | 2024-01-19T21:41:10.072Z | + case "$1" in |
336 | 2024-01-19T21:41:10.072Z | + CIDL_PLATFORM=illumos |
337 | 2024-01-19T21:41:10.072Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
338 | 2024-01-19T21:41:10.073Z | + CIDL_MD5FUNC=do_md5sum |
339 | 2024-01-19T21:41:10.073Z | + CIDL_DASHREV=-1 |
340 | 2024-01-19T21:41:10.073Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
341 | 2024-01-19T21:41:10.074Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-01-19T21:41:10.074Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-01-19T21:41:10.074Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-01-19T21:41:10.074Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-01-19T21:41:10.074Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-01-19T21:41:10.074Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-01-19T21:41:10.074Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-01-19T21:41:10.074Z | + mkdir -p out/downloads |
349 | 2024-01-19T21:41:10.074Z | + mkdir -p ./out/clickhouse |
350 | 2024-01-19T21:41:10.074Z | + local DO_DOWNLOAD=true |
351 | 2024-01-19T21:41:10.074Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
352 | 2024-01-19T21:41:10.074Z | + '[' true == true ']' |
353 | 2024-01-19T21:41:10.075Z | + echo Downloading... |
354 | 2024-01-19T21:41:10.075Z | Downloading... |
355 | 2024-01-19T21:41:10.075Z | + 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 |
356 | 2024-01-19T21:41:10.075Z | + 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 |
357 | 2024-01-19T21:41:12.070Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-01-19T21:41:12.073Z | ++ md5sum |
359 | 2024-01-19T21:41:12.082Z | ++ awk '{print $1}' |
360 | 2024-01-19T21:41:12.340Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2024-01-19T21:41:12.340Z | + [[ 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 ]] |
362 | 2024-01-19T21:41:12.340Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
363 | 2024-01-19T21:41:12.346Z | + mkdir -p ./out/clickhouse |
364 | 2024-01-19T21:41:12.346Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
365 | 2024-01-19T21:41:17.190Z | + ./out/clickhouse/clickhouse server --version |
366 | 2024-01-19T21:41:17.224Z | ClickHouse server version 22.8.9.1. |
367 | 2024-01-19T21:41:17.248Z | + set -o errexit |
368 | 2024-01-19T21:41:17.252Z | +++ dirname ./tools/ci_download_console |
369 | 2024-01-19T21:41:17.252Z | ++ cd ./tools |
370 | 2024-01-19T21:41:17.252Z | ++ pwd |
371 | 2024-01-19T21:41:17.252Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
372 | 2024-01-19T21:41:17.256Z | ++ basename ./tools/ci_download_console |
373 | 2024-01-19T21:41:17.256Z | + ARG0=ci_download_console |
374 | 2024-01-19T21:41:17.256Z | + TARGET_DIR=out |
375 | 2024-01-19T21:41:17.256Z | + DOWNLOAD_DIR=out/downloads |
376 | 2024-01-19T21:41:17.256Z | + DEST_DIR=./out/console-assets |
377 | 2024-01-19T21:41:17.256Z | + source /work/oxidecomputer/omicron/tools/console_version |
378 | 2024-01-19T21:41:17.256Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
379 | 2024-01-19T21:41:17.256Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
380 | 2024-01-19T21:41:17.257Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
381 | 2024-01-19T21:41:17.257Z | + TARBALL_FILE=out/downloads/console.tar.gz |
382 | 2024-01-19T21:41:17.257Z | + main |
383 | 2024-01-19T21:41:17.257Z | + [[ 0 != 0 ]] |
384 | 2024-01-19T21:41:17.257Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
385 | 2024-01-19T21:41:17.257Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
386 | 2024-01-19T21:41:17.257Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2024-01-19T21:41:17.257Z | Local file: out/downloads/console.tar.gz |
388 | 2024-01-19T21:41:17.257Z | + local DO_DOWNLOAD=true |
389 | 2024-01-19T21:41:17.257Z | + [[ -f out/downloads/console.tar.gz ]] |
390 | 2024-01-19T21:41:17.257Z | + mkdir -p out/downloads |
391 | 2024-01-19T21:41:17.262Z | + '[' true == true ']' |
392 | 2024-01-19T21:41:17.263Z | + echo Downloading... |
393 | 2024-01-19T21:41:17.263Z | Downloading... |
394 | 2024-01-19T21:41:17.263Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
395 | 2024-01-19T21:41:17.263Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
396 | 2024-01-19T21:41:18.095Z | ++ do_sha256sum out/downloads/console.tar.gz |
397 | 2024-01-19T21:41:18.096Z | ++ case "$OSTYPE" in |
398 | 2024-01-19T21:41:18.100Z | ++ SHA=sha256sum |
399 | 2024-01-19T21:41:18.101Z | ++ sha256sum |
400 | 2024-01-19T21:41:18.101Z | ++ awk '{print $1}' |
401 | 2024-01-19T21:41:18.194Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
402 | 2024-01-19T21:41:18.195Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
403 | 2024-01-19T21:41:18.233Z | + rm -rf ./out/console-assets |
404 | 2024-01-19T21:41:18.233Z | + mkdir -p ./out/console-assets |
405 | 2024-01-19T21:41:18.233Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
406 | 2024-01-19T21:41:18.233Z | + mkdir -p ./out/console-assets |
407 | 2024-01-19T21:41:18.233Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
408 | 2024-01-19T21:41:18.337Z | + set -o errexit |
409 | 2024-01-19T21:41:18.342Z | +++ dirname ./tools/ci_download_maghemite_openapi |
410 | 2024-01-19T21:41:18.342Z | ++ cd ./tools |
411 | 2024-01-19T21:41:18.342Z | ++ pwd |
412 | 2024-01-19T21:41:18.342Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
413 | 2024-01-19T21:41:18.343Z | ++ basename ./tools/ci_download_maghemite_openapi |
414 | 2024-01-19T21:41:18.346Z | + ARG0=ci_download_maghemite_openapi |
415 | 2024-01-19T21:41:18.346Z | + TARGET_DIR=out |
416 | 2024-01-19T21:41:18.347Z | + DOWNLOAD_DIR=out/downloads |
417 | 2024-01-19T21:41:18.347Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
418 | 2024-01-19T21:41:18.347Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
419 | 2024-01-19T21:41:18.347Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2024-01-19T21:41:18.347Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
421 | 2024-01-19T21:41:18.347Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
422 | 2024-01-19T21:41:18.350Z | + main |
423 | 2024-01-19T21:41:18.350Z | + [[ 0 != 0 ]] |
424 | 2024-01-19T21:41:18.350Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
425 | 2024-01-19T21:41:18.350Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
426 | 2024-01-19T21:41:18.350Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
427 | 2024-01-19T21:41:18.350Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
428 | 2024-01-19T21:41:18.350Z | + local DO_DOWNLOAD=true |
429 | 2024-01-19T21:41:18.350Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
430 | 2024-01-19T21:41:18.350Z | + mkdir -p out/downloads |
431 | 2024-01-19T21:41:18.350Z | + '[' true == true ']' |
432 | 2024-01-19T21:41:18.350Z | + echo Downloading... |
433 | 2024-01-19T21:41:18.350Z | Downloading... |
434 | 2024-01-19T21:41:18.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
435 | 2024-01-19T21:41:18.351Z | + 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 |
436 | 2024-01-19T21:41:18.680Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
437 | 2024-01-19T21:41:18.680Z | ++ case "$OSTYPE" in |
438 | 2024-01-19T21:41:18.680Z | ++ SHA=sha256sum |
439 | 2024-01-19T21:41:18.685Z | ++ sha256sum |
440 | 2024-01-19T21:41:18.686Z | ++ awk '{print $1}' |
441 | 2024-01-19T21:41:18.694Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2024-01-19T21:41:18.694Z | + [[ 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 ]] |
443 | 2024-01-19T21:41:18.694Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
444 | 2024-01-19T21:41:18.695Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
445 | 2024-01-19T21:41:18.695Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
446 | 2024-01-19T21:41:18.695Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
447 | 2024-01-19T21:41:18.695Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
448 | 2024-01-19T21:41:18.695Z | + main |
449 | 2024-01-19T21:41:18.696Z | + [[ 0 != 0 ]] |
450 | 2024-01-19T21:41:18.696Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
451 | 2024-01-19T21:41:18.696Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
452 | 2024-01-19T21:41:18.696Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
453 | 2024-01-19T21:41:18.696Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2024-01-19T21:41:18.696Z | + local DO_DOWNLOAD=true |
455 | 2024-01-19T21:41:18.696Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
456 | 2024-01-19T21:41:18.696Z | + mkdir -p out/downloads |
457 | 2024-01-19T21:41:18.696Z | + '[' true == true ']' |
458 | 2024-01-19T21:41:18.696Z | + echo Downloading... |
459 | 2024-01-19T21:41:18.696Z | Downloading... |
460 | 2024-01-19T21:41:18.697Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
461 | 2024-01-19T21:41:18.697Z | + 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 |
462 | 2024-01-19T21:41:18.849Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2024-01-19T21:41:18.853Z | ++ case "$OSTYPE" in |
464 | 2024-01-19T21:41:18.853Z | ++ SHA=sha256sum |
465 | 2024-01-19T21:41:18.853Z | ++ sha256sum |
466 | 2024-01-19T21:41:18.853Z | ++ awk '{print $1}' |
467 | 2024-01-19T21:41:18.857Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
468 | 2024-01-19T21:41:18.857Z | + [[ 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 ]] |
469 | 2024-01-19T21:41:18.864Z | + set -o errexit |
470 | 2024-01-19T21:41:19.287Z | +++ dirname ./tools/ci_download_dendrite_openapi |
471 | 2024-01-19T21:41:19.293Z | ++ cd ./tools |
472 | 2024-01-19T21:41:19.293Z | ++ pwd |
473 | 2024-01-19T21:41:19.293Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
474 | 2024-01-19T21:41:19.293Z | ++ basename ./tools/ci_download_dendrite_openapi |
475 | 2024-01-19T21:41:19.293Z | + ARG0=ci_download_dendrite_openapi |
476 | 2024-01-19T21:41:19.293Z | + TARGET_DIR=out |
477 | 2024-01-19T21:41:19.293Z | + DOWNLOAD_DIR=out/downloads |
478 | 2024-01-19T21:41:19.293Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
479 | 2024-01-19T21:41:19.293Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
480 | 2024-01-19T21:41:19.293Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
481 | 2024-01-19T21:41:19.293Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
482 | 2024-01-19T21:41:19.294Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
483 | 2024-01-19T21:41:19.294Z | + main |
484 | 2024-01-19T21:41:19.294Z | + [[ 0 != 0 ]] |
485 | 2024-01-19T21:41:19.294Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
486 | 2024-01-19T21:41:19.294Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
487 | 2024-01-19T21:41:19.294Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
488 | 2024-01-19T21:41:19.294Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
489 | 2024-01-19T21:41:19.294Z | + local DO_DOWNLOAD=true |
490 | 2024-01-19T21:41:19.295Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
491 | 2024-01-19T21:41:19.295Z | + mkdir -p out/downloads |
492 | 2024-01-19T21:41:19.295Z | + '[' true == true ']' |
493 | 2024-01-19T21:41:19.295Z | + echo Downloading... |
494 | 2024-01-19T21:41:19.295Z | Downloading... |
495 | 2024-01-19T21:41:19.295Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
496 | 2024-01-19T21:41:19.295Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
497 | 2024-01-19T21:41:19.632Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
498 | 2024-01-19T21:41:19.632Z | ++ case "$OSTYPE" in |
499 | 2024-01-19T21:41:19.632Z | ++ SHA=sha256sum |
500 | 2024-01-19T21:41:19.636Z | ++ sha256sum |
501 | 2024-01-19T21:41:19.636Z | ++ awk '{print $1}' |
502 | 2024-01-19T21:41:19.640Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
503 | 2024-01-19T21:41:19.640Z | + [[ 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 ]] |
504 | 2024-01-19T21:41:19.652Z | + set -o errexit |
505 | 2024-01-19T21:41:19.655Z | +++ dirname ./tools/ci_download_dendrite_stub |
506 | 2024-01-19T21:41:19.655Z | ++ cd ./tools |
507 | 2024-01-19T21:41:19.655Z | ++ pwd |
508 | 2024-01-19T21:41:19.655Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2024-01-19T21:41:19.655Z | ++ basename ./tools/ci_download_dendrite_stub |
510 | 2024-01-19T21:41:19.660Z | + ARG0=ci_download_dendrite_stub |
511 | 2024-01-19T21:41:19.660Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
512 | 2024-01-19T21:41:19.660Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
513 | 2024-01-19T21:41:19.660Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
514 | 2024-01-19T21:41:19.660Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
515 | 2024-01-19T21:41:19.660Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
516 | 2024-01-19T21:41:19.660Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
517 | 2024-01-19T21:41:19.660Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
518 | 2024-01-19T21:41:19.660Z | + TARGET_DIR=out |
519 | 2024-01-19T21:41:19.660Z | + DOWNLOAD_DIR=out/downloads |
520 | 2024-01-19T21:41:19.660Z | + DEST_DIR=./out/dendrite-stub |
521 | 2024-01-19T21:41:19.660Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
522 | 2024-01-19T21:41:19.661Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
523 | 2024-01-19T21:41:19.661Z | + REPO=oxidecomputer/dendrite |
524 | 2024-01-19T21:41:19.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
525 | 2024-01-19T21:41:19.661Z | + main |
526 | 2024-01-19T21:41:19.661Z | + [[ 0 != 0 ]] |
527 | 2024-01-19T21:41:19.661Z | + CIDL_OS=solaris2.11 |
528 | 2024-01-19T21:41:19.661Z | + [[ 0 != 0 ]] |
529 | 2024-01-19T21:41:19.661Z | + configure_os solaris2.11 |
530 | 2024-01-19T21:41:19.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
531 | 2024-01-19T21:41:19.661Z | current directory: /work/oxidecomputer/omicron |
532 | 2024-01-19T21:41:19.661Z | + echo 'configuring based on OS: "solaris2.11"' |
533 | 2024-01-19T21:41:19.661Z | configuring based on OS: "solaris2.11" |
534 | 2024-01-19T21:41:19.661Z | + case "$1" in |
535 | 2024-01-19T21:41:19.661Z | + SET_BINARIES= |
536 | 2024-01-19T21:41:19.661Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
537 | 2024-01-19T21:41:19.662Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2024-01-19T21:41:19.662Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2024-01-19T21:41:19.662Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
540 | 2024-01-19T21:41:19.662Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
541 | 2024-01-19T21:41:19.662Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
542 | 2024-01-19T21:41:19.662Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
543 | 2024-01-19T21:41:19.662Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2024-01-19T21:41:19.662Z | + mkdir -p out/downloads |
545 | 2024-01-19T21:41:19.662Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-01-19T21:41:19.667Z | + mkdir -p ./out/dendrite-stub |
547 | 2024-01-19T21:41:19.667Z | + fetch_and_verify |
548 | 2024-01-19T21:41:19.667Z | + local DO_DOWNLOAD=true |
549 | 2024-01-19T21:41:19.667Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
550 | 2024-01-19T21:41:19.667Z | + '[' true == true ']' |
551 | 2024-01-19T21:41:19.667Z | + echo Downloading... |
552 | 2024-01-19T21:41:19.667Z | Downloading... |
553 | 2024-01-19T21:41:19.667Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
554 | 2024-01-19T21:41:19.667Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
555 | 2024-01-19T21:41:27.000Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
556 | 2024-01-19T21:41:27.007Z | ++ sha256sum |
557 | 2024-01-19T21:41:27.007Z | ++ awk '{print $1}' |
558 | 2024-01-19T21:41:27.105Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
559 | 2024-01-19T21:41:27.105Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
560 | 2024-01-19T21:41:27.110Z | + do_untar out/downloads/dendrite-stub.tar.gz |
561 | 2024-01-19T21:41:27.111Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
562 | 2024-01-19T21:41:28.210Z | + do_assemble |
563 | 2024-01-19T21:41:28.210Z | + rm -r ./out/dendrite-stub |
564 | 2024-01-19T21:41:28.213Z | + mkdir ./out/dendrite-stub |
565 | 2024-01-19T21:41:28.217Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
566 | 2024-01-19T21:41:28.386Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
567 | 2024-01-19T21:41:28.397Z | + set -o errexit |
568 | 2024-01-19T21:41:28.401Z | +++ dirname ./tools/ci_download_maghemite_mgd |
569 | 2024-01-19T21:41:28.407Z | ++ cd ./tools |
570 | 2024-01-19T21:41:28.407Z | ++ pwd |
571 | 2024-01-19T21:41:28.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
572 | 2024-01-19T21:41:28.408Z | ++ basename ./tools/ci_download_maghemite_mgd |
573 | 2024-01-19T21:41:28.411Z | + ARG0=ci_download_maghemite_mgd |
574 | 2024-01-19T21:41:28.411Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
575 | 2024-01-19T21:41:28.411Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
576 | 2024-01-19T21:41:28.412Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
577 | 2024-01-19T21:41:28.412Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
578 | 2024-01-19T21:41:28.414Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
579 | 2024-01-19T21:41:28.414Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
580 | 2024-01-19T21:41:28.414Z | + TARGET_DIR=out |
581 | 2024-01-19T21:41:28.414Z | + DOWNLOAD_DIR=out/downloads |
582 | 2024-01-19T21:41:28.414Z | + DEST_DIR=./out/mgd |
583 | 2024-01-19T21:41:28.414Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
584 | 2024-01-19T21:41:28.414Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
585 | 2024-01-19T21:41:28.414Z | + REPO=oxidecomputer/maghemite |
586 | 2024-01-19T21:41:28.414Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
587 | 2024-01-19T21:41:28.414Z | + main |
588 | 2024-01-19T21:41:28.414Z | + [[ 0 != 0 ]] |
589 | 2024-01-19T21:41:28.414Z | + CIDL_OS=solaris2.11 |
590 | 2024-01-19T21:41:28.414Z | + [[ 0 != 0 ]] |
591 | 2024-01-19T21:41:28.415Z | + configure_os solaris2.11 |
592 | 2024-01-19T21:41:28.415Z | + echo 'current directory: /work/oxidecomputer/omicron' |
593 | 2024-01-19T21:41:28.415Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2024-01-19T21:41:28.415Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-01-19T21:41:28.415Z | + case "$1" in |
596 | 2024-01-19T21:41:28.415Z | configuring based on OS: "solaris2.11" |
597 | 2024-01-19T21:41:28.415Z | + SET_BINARIES= |
598 | 2024-01-19T21:41:28.415Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2024-01-19T21:41:28.415Z | + TARBALL_FILENAME=mgd.tar.gz |
600 | 2024-01-19T21:41:28.415Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
601 | 2024-01-19T21:41:28.415Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
602 | 2024-01-19T21:41:28.415Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
603 | 2024-01-19T21:41:28.416Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
604 | 2024-01-19T21:41:28.416Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
605 | 2024-01-19T21:41:28.416Z | + mkdir -p out/downloads |
606 | 2024-01-19T21:41:28.417Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-01-19T21:41:28.417Z | + mkdir -p ./out/mgd |
608 | 2024-01-19T21:41:28.421Z | + fetch_and_verify |
609 | 2024-01-19T21:41:28.421Z | + local DO_DOWNLOAD=true |
610 | 2024-01-19T21:41:28.421Z | + [[ -f out/downloads/mgd.tar.gz ]] |
611 | 2024-01-19T21:41:28.421Z | + '[' true == true ']' |
612 | 2024-01-19T21:41:28.421Z | + echo Downloading... |
613 | 2024-01-19T21:41:28.421Z | Downloading... |
614 | 2024-01-19T21:41:28.421Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
615 | 2024-01-19T21:41:28.421Z | + 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 |
616 | 2024-01-19T21:41:38.110Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
617 | 2024-01-19T21:41:38.114Z | ++ sha256sum |
618 | 2024-01-19T21:41:38.114Z | ++ awk '{print $1}' |
619 | 2024-01-19T21:41:38.186Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
620 | 2024-01-19T21:41:38.186Z | + [[ 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 ]] |
621 | 2024-01-19T21:41:38.203Z | + do_untar out/downloads/mgd.tar.gz |
622 | 2024-01-19T21:41:38.203Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
623 | 2024-01-19T21:41:38.841Z | + do_assemble |
624 | 2024-01-19T21:41:38.842Z | + rm -r ./out/mgd |
625 | 2024-01-19T21:41:38.845Z | + mkdir ./out/mgd |
626 | 2024-01-19T21:41:38.850Z | + cp -r out/downloads/root ./out/mgd/root |
627 | 2024-01-19T21:41:39.071Z | + set -o errexit |
628 | 2024-01-19T21:41:39.075Z | +++ dirname ./tools/ci_download_transceiver_control |
629 | 2024-01-19T21:41:39.075Z | ++ cd ./tools |
630 | 2024-01-19T21:41:39.079Z | ++ pwd |
631 | 2024-01-19T21:41:39.079Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
632 | 2024-01-19T21:41:39.079Z | ++ basename ./tools/ci_download_transceiver_control |
633 | 2024-01-19T21:41:39.079Z | + ARG0=ci_download_transceiver_control |
634 | 2024-01-19T21:41:39.079Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
635 | 2024-01-19T21:41:39.080Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
636 | 2024-01-19T21:41:39.080Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2024-01-19T21:41:39.080Z | + TARGET_DIR=out |
638 | 2024-01-19T21:41:39.081Z | + DOWNLOAD_DIR=out/downloads |
639 | 2024-01-19T21:41:39.081Z | + DEST_DIR=./out/transceiver-control |
640 | 2024-01-19T21:41:39.081Z | + BIN_DIR=/opt/oxide/bin |
641 | 2024-01-19T21:41:39.081Z | + BINARY=xcvradm |
642 | 2024-01-19T21:41:39.081Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
643 | 2024-01-19T21:41:39.081Z | + REPO=oxidecomputer/transceiver-control |
644 | 2024-01-19T21:41:39.081Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
645 | 2024-01-19T21:41:39.086Z | + main |
646 | 2024-01-19T21:41:39.086Z | + [[ 0 != 0 ]] |
647 | 2024-01-19T21:41:39.086Z | + CIDL_OS=solaris2.11 |
648 | 2024-01-19T21:41:39.086Z | + [[ 0 != 0 ]] |
649 | 2024-01-19T21:41:39.086Z | + configure_os solaris2.11 |
650 | 2024-01-19T21:41:39.086Z | + echo 'current directory: /work/oxidecomputer/omicron' |
651 | 2024-01-19T21:41:39.086Z | current directory: /work/oxidecomputer/omicron |
652 | 2024-01-19T21:41:39.088Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2024-01-19T21:41:39.088Z | + case "$1" in |
654 | 2024-01-19T21:41:39.088Z | configuring based on OS: "solaris2.11" |
655 | 2024-01-19T21:41:39.088Z | + SET_BINARIES= |
656 | 2024-01-19T21:41:39.088Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-01-19T21:41:39.088Z | + CIDL_SHA256FUNC=do_sha256sum |
658 | 2024-01-19T21:41:39.088Z | + ARCHIVE_FILENAME=xcvradm.gz |
659 | 2024-01-19T21:41:39.089Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2024-01-19T21:41:39.089Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
661 | 2024-01-19T21:41:39.089Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
662 | 2024-01-19T21:41:39.089Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-01-19T21:41:39.089Z | + echo 'Local file: out/downloads/xcvradm.gz' |
664 | 2024-01-19T21:41:39.089Z | Local file: out/downloads/xcvradm.gz |
665 | 2024-01-19T21:41:39.089Z | + mkdir -p out/downloads |
666 | 2024-01-19T21:41:39.089Z | + mkdir -p ./out/transceiver-control |
667 | 2024-01-19T21:41:39.090Z | + fetch_and_verify |
668 | 2024-01-19T21:41:39.090Z | + local DO_DOWNLOAD=true |
669 | 2024-01-19T21:41:39.090Z | + [[ -f out/downloads/xcvradm.gz ]] |
670 | 2024-01-19T21:41:39.090Z | + '[' true == true ']' |
671 | 2024-01-19T21:41:39.090Z | + echo Downloading... |
672 | 2024-01-19T21:41:39.090Z | Downloading... |
673 | 2024-01-19T21:41:39.090Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
674 | 2024-01-19T21:41:39.091Z | + 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 |
675 | 2024-01-19T21:41:43.673Z | ++ do_sha256sum out/downloads/xcvradm.gz |
676 | 2024-01-19T21:41:43.677Z | ++ sha256sum |
677 | 2024-01-19T21:41:43.677Z | ++ awk '{print $1}' |
678 | 2024-01-19T21:41:43.698Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-01-19T21:41:43.701Z | + [[ 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 ]] |
680 | 2024-01-19T21:41:43.701Z | + do_unpack out/downloads/xcvradm.gz |
681 | 2024-01-19T21:41:43.702Z | + mkdir -p out/downloads/root//opt/oxide/bin |
682 | 2024-01-19T21:41:43.702Z | + gzip -dc out/downloads/xcvradm.gz |
683 | 2024-01-19T21:41:43.874Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
684 | 2024-01-19T21:41:43.879Z | + do_assemble |
685 | 2024-01-19T21:41:43.879Z | + rm -r ./out/transceiver-control |
686 | 2024-01-19T21:41:43.880Z | + mkdir ./out/transceiver-control |
687 | 2024-01-19T21:41:43.886Z | + cp -r out/downloads/root ./out/transceiver-control/root |
688 | 2024-01-19T21:41:44.090Z | All prerequisites installed successfully |
689 | 2024-01-19T21:41:44.094Z | |
690 | 2024-01-19T21:41:44.094Z | real 2:10.180251607 |
691 | 2024-01-19T21:41:44.095Z | user 52.186907023 |
692 | 2024-01-19T21:41:44.095Z | sys 9.955697264 |
693 | 2024-01-19T21:41:44.095Z | trap 0.025510746 |
694 | 2024-01-19T21:41:44.095Z | tflt 0.282309386 |
695 | 2024-01-19T21:41:44.095Z | dflt 0.576539778 |
696 | 2024-01-19T21:41:44.095Z | kflt 0.382768461 |
697 | 2024-01-19T21:41:44.095Z | lock 2.565392562 |
698 | 2024-01-19T21:41:44.096Z | slp 4:07.429496116 |
699 | 2024-01-19T21:41:44.096Z | lat 3.411700738 |
700 | 2024-01-19T21:41:44.096Z | stop 0.067079685 |
701 | 2024-01-19T21:41:44.096Z | + ptime -m ./tools/ci_download_softnpu_machinery |
702 | 2024-01-19T21:41:44.104Z | fetching npuzone |
703 | 2024-01-19T21:41:44.112Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
704 | 2024-01-19T21:41:44.112Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
705 | 2024-01-19T21:41:44.112Z | Getting hash for npuzone |
706 | 2024-01-19T21:41:44.277Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
707 | 2024-01-19T21:41:54.521Z | npuzone downloaded successfully |
708 | 2024-01-19T21:41:54.544Z | |
709 | 2024-01-19T21:41:54.545Z | real 10.422743539 |
710 | 2024-01-19T21:41:54.545Z | user 0.551910930 |
711 | 2024-01-19T21:41:54.545Z | sys 0.147046510 |
712 | 2024-01-19T21:41:54.545Z | trap 0.000047324 |
713 | 2024-01-19T21:41:54.545Z | tflt 0.000000000 |
714 | 2024-01-19T21:41:54.546Z | dflt 0.000000000 |
715 | 2024-01-19T21:41:54.546Z | kflt 0.000000000 |
716 | 2024-01-19T21:41:54.546Z | lock 0.000000000 |
717 | 2024-01-19T21:41:54.546Z | slp 30.408239790 |
718 | 2024-01-19T21:41:54.546Z | lat 0.126464551 |
719 | 2024-01-19T21:41:54.547Z | stop 0.000263051 |
720 | 2024-01-19T21:41:54.547Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-01-19T21:41:54.547Z | + CARGO_INCREMENTAL=0 |
722 | 2024-01-19T21:41:54.547Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
723 | 2024-01-19T21:41:54.866Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
724 | 2024-01-19T21:41:55.315Z | Updating crates.io index |
725 | 2024-01-19T21:41:55.406Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
726 | 2024-01-19T21:41:56.207Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2024-01-19T21:41:58.492Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
728 | 2024-01-19T21:41:59.093Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
729 | 2024-01-19T21:41:59.623Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
730 | 2024-01-19T21:41:59.898Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
731 | 2024-01-19T21:42:00.194Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
732 | 2024-01-19T21:42:01.325Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
733 | 2024-01-19T21:42:04.231Z | Updating git repository `https://github.com/oxidecomputer/opte` |
734 | 2024-01-19T21:42:04.788Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
735 | 2024-01-19T21:42:05.304Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
736 | 2024-01-19T21:42:06.312Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
737 | 2024-01-19T21:42:06.876Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
738 | 2024-01-19T21:42:22.977Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
739 | 2024-01-19T21:42:23.029Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
740 | 2024-01-19T21:42:23.207Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
741 | 2024-01-19T21:42:23.207Z | Updating git repository `https://github.com/njaremko/samael` |
742 | 2024-01-19T21:42:23.302Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
743 | 2024-01-19T21:42:23.302Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
744 | 2024-01-19T21:42:23.302Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
745 | 2024-01-19T21:42:23.302Z | Updating git repository `https://github.com/jgallagher/nix` |
746 | 2024-01-19T21:42:23.303Z | Updating git repository `https://github.com/cbiffle/hubpack` |
747 | 2024-01-19T21:42:23.303Z | Updating git repository `https://github.com/oxidecomputer/typify` |
748 | 2024-01-19T21:42:23.303Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
749 | 2024-01-19T21:42:23.303Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
750 | 2024-01-19T21:42:23.303Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
751 | 2024-01-19T21:42:23.304Z | Downloading crates ... |
752 | 2024-01-19T21:42:23.304Z | Downloaded atty v0.2.14 |
753 | 2024-01-19T21:42:23.304Z | Downloaded async-stream-impl v0.3.5 |
754 | 2024-01-19T21:42:23.304Z | Downloaded anstyle-parse v0.2.1 |
755 | 2024-01-19T21:42:23.304Z | Downloaded nodrop v0.1.14 |
756 | 2024-01-19T21:42:23.304Z | Downloaded crc v3.0.1 |
757 | 2024-01-19T21:42:23.304Z | Downloaded managed v0.8.0 |
758 | 2024-01-19T21:42:23.304Z | Downloaded bit-vec v0.6.3 |
759 | 2024-01-19T21:42:23.304Z | Downloaded camino-tempfile v1.1.1 |
760 | 2024-01-19T21:42:23.304Z | Downloaded slog-async v2.8.0 |
761 | 2024-01-19T21:42:23.304Z | Downloaded cstr-argument v0.1.2 |
762 | 2024-01-19T21:42:23.304Z | Downloaded crossbeam v0.8.2 |
763 | 2024-01-19T21:42:23.304Z | Downloaded crunchy v0.2.2 |
764 | 2024-01-19T21:42:23.304Z | Downloaded darling v0.20.3 |
765 | 2024-01-19T21:42:23.304Z | Downloaded lazy_static v1.4.0 |
766 | 2024-01-19T21:42:23.304Z | Downloaded cexpr v0.6.0 |
767 | 2024-01-19T21:42:23.304Z | Downloaded matches v0.1.10 |
768 | 2024-01-19T21:42:23.304Z | Downloaded impl-trait-for-tuples v0.2.2 |
769 | 2024-01-19T21:42:23.304Z | Downloaded convert_case v0.4.0 |
770 | 2024-01-19T21:42:23.305Z | Downloaded assert_matches v1.5.0 |
771 | 2024-01-19T21:42:23.305Z | Downloaded curve25519-dalek-derive v0.1.0 |
772 | 2024-01-19T21:42:23.305Z | Downloaded crucible-workspace-hack v0.1.0 |
773 | 2024-01-19T21:42:23.305Z | Downloaded instant v0.1.12 |
774 | 2024-01-19T21:42:23.305Z | Downloaded num_threads v0.1.6 |
775 | 2024-01-19T21:42:23.305Z | Downloaded number_prefix v0.4.0 |
776 | 2024-01-19T21:42:23.305Z | Downloaded opaque-debug v0.3.0 |
777 | 2024-01-19T21:42:23.305Z | Downloaded chacha20 v0.9.1 |
778 | 2024-01-19T21:42:23.305Z | Downloaded strum v0.25.0 |
779 | 2024-01-19T21:42:23.310Z | Downloaded openssl-probe v0.1.5 |
780 | 2024-01-19T21:42:23.310Z | Downloaded num-derive v0.4.0 |
781 | 2024-01-19T21:42:23.310Z | Downloaded io-lifetimes v1.0.11 |
782 | 2024-01-19T21:42:23.310Z | Downloaded bcs v0.1.6 |
783 | 2024-01-19T21:42:23.310Z | Downloaded num-iter v0.1.43 |
784 | 2024-01-19T21:42:23.310Z | Downloaded nibble_vec v0.1.0 |
785 | 2024-01-19T21:42:23.310Z | Downloaded crossbeam-deque v0.8.3 |
786 | 2024-01-19T21:42:23.310Z | Downloaded memoffset v0.7.1 |
787 | 2024-01-19T21:42:23.310Z | Downloaded macaddr v1.0.1 |
788 | 2024-01-19T21:42:23.310Z | Downloaded strsim v0.8.0 |
789 | 2024-01-19T21:42:23.310Z | Downloaded strum_macros v0.24.3 |
790 | 2024-01-19T21:42:23.310Z | Downloaded foreign-types-shared v0.1.1 |
791 | 2024-01-19T21:42:23.311Z | Downloaded dtrace-parser v0.1.14 |
792 | 2024-01-19T21:42:23.311Z | Downloaded fnv v1.0.7 |
793 | 2024-01-19T21:42:23.311Z | Downloaded float-cmp v0.9.0 |
794 | 2024-01-19T21:42:23.311Z | Downloaded phf_shared v0.10.0 |
795 | 2024-01-19T21:42:23.311Z | Downloaded signature v1.6.4 |
796 | 2024-01-19T21:42:23.311Z | Downloaded zone v0.3.0 |
797 | 2024-01-19T21:42:23.311Z | Downloaded try-lock v0.2.4 |
798 | 2024-01-19T21:42:23.311Z | Downloaded vsss-rs v3.3.4 |
799 | 2024-01-19T21:42:23.311Z | Downloaded pretty-hex v0.2.1 |
800 | 2024-01-19T21:42:23.311Z | Downloaded precomputed-hash v0.1.1 |
801 | 2024-01-19T21:42:23.311Z | Downloaded once_cell v1.19.0 |
802 | 2024-01-19T21:42:23.311Z | Downloaded zeroize_derive v1.4.2 |
803 | 2024-01-19T21:42:23.311Z | Downloaded errno v0.3.2 |
804 | 2024-01-19T21:42:23.311Z | Downloaded socket2 v0.4.9 |
805 | 2024-01-19T21:42:23.311Z | Downloaded peeking_take_while v0.1.2 |
806 | 2024-01-19T21:42:23.311Z | Downloaded parse-size v1.0.0 |
807 | 2024-01-19T21:42:23.313Z | Downloaded time-core v0.1.1 |
808 | 2024-01-19T21:42:23.314Z | Downloaded tokio-tungstenite v0.20.1 |
809 | 2024-01-19T21:42:23.314Z | Downloaded tokio-stream v0.1.14 |
810 | 2024-01-19T21:42:23.314Z | Downloaded thread_local v1.1.7 |
811 | 2024-01-19T21:42:23.314Z | Downloaded secrecy v0.8.0 |
812 | 2024-01-19T21:42:23.314Z | Downloaded want v0.3.1 |
813 | 2024-01-19T21:42:23.314Z | Downloaded globset v0.4.13 |
814 | 2024-01-19T21:42:23.314Z | Downloaded der_derive v0.7.2 |
815 | 2024-01-19T21:42:23.314Z | Downloaded usdt v0.3.5 |
816 | 2024-01-19T21:42:23.314Z | Downloaded funty v2.0.0 |
817 | 2024-01-19T21:42:23.314Z | Downloaded fxhash v0.2.1 |
818 | 2024-01-19T21:42:23.314Z | Downloaded derive_builder v0.12.0 |
819 | 2024-01-19T21:42:23.316Z | Downloaded shlex v1.1.0 |
820 | 2024-01-19T21:42:23.316Z | Downloaded diesel_derives v2.1.2 |
821 | 2024-01-19T21:42:23.316Z | Downloaded derive_builder_core v0.12.0 |
822 | 2024-01-19T21:42:23.316Z | Downloaded display-error-chain v0.2.0 |
823 | 2024-01-19T21:42:23.316Z | Downloaded time-macros v0.2.13 |
824 | 2024-01-19T21:42:23.317Z | Downloaded zeroize v1.7.0 |
825 | 2024-01-19T21:42:23.317Z | Downloaded zerocopy v0.3.0 |
826 | 2024-01-19T21:42:23.317Z | Downloaded pretty-hex v0.4.1 |
827 | 2024-01-19T21:42:23.317Z | Downloaded diesel_table_macro_syntax v0.1.0 |
828 | 2024-01-19T21:42:23.317Z | Downloaded darling_core v0.14.4 |
829 | 2024-01-19T21:42:23.317Z | Downloaded termtree v0.4.1 |
830 | 2024-01-19T21:42:23.317Z | Downloaded httpdate v1.0.3 |
831 | 2024-01-19T21:42:23.317Z | Downloaded pkcs1 v0.7.5 |
832 | 2024-01-19T21:42:23.317Z | Downloaded serde_urlencoded v0.7.1 |
833 | 2024-01-19T21:42:23.317Z | Downloaded shell-words v1.1.0 |
834 | 2024-01-19T21:42:23.317Z | Downloaded unicode-bidi v0.3.13 |
835 | 2024-01-19T21:42:23.319Z | Downloaded static_assertions v1.1.0 |
836 | 2024-01-19T21:42:23.319Z | Downloaded foreign-types-shared v0.3.1 |
837 | 2024-01-19T21:42:23.319Z | Downloaded dirs-next v2.0.0 |
838 | 2024-01-19T21:42:23.319Z | Downloaded pest_meta v2.7.2 |
839 | 2024-01-19T21:42:23.319Z | Downloaded rtoolbox v0.0.1 |
840 | 2024-01-19T21:42:23.319Z | Downloaded similar v2.3.0 |
841 | 2024-01-19T21:42:23.319Z | Downloaded heck v0.4.1 |
842 | 2024-01-19T21:42:23.349Z | Downloaded httparse v1.8.0 |
843 | 2024-01-19T21:42:23.350Z | Downloaded equivalent v1.0.1 |
844 | 2024-01-19T21:42:23.350Z | Downloaded hubpack_derive v0.1.1 |
845 | 2024-01-19T21:42:23.350Z | Downloaded rpassword v7.3.1 |
846 | 2024-01-19T21:42:23.350Z | Downloaded spki v0.7.2 |
847 | 2024-01-19T21:42:23.351Z | Downloaded walkdir v2.4.0 |
848 | 2024-01-19T21:42:23.351Z | Downloaded percent-encoding v2.3.1 |
849 | 2024-01-19T21:42:23.351Z | Downloaded foreign-types-macros v0.2.3 |
850 | 2024-01-19T21:42:23.351Z | Downloaded darling_macro v0.20.3 |
851 | 2024-01-19T21:42:23.351Z | Downloaded num-bigint v0.4.4 |
852 | 2024-01-19T21:42:23.351Z | Downloaded rustls-pemfile v2.0.0 |
853 | 2024-01-19T21:42:23.351Z | Downloaded path-slash v0.1.5 |
854 | 2024-01-19T21:42:23.351Z | Downloaded tracing-attributes v0.1.26 |
855 | 2024-01-19T21:42:23.351Z | Downloaded papergrid v0.10.0 |
856 | 2024-01-19T21:42:23.351Z | Downloaded paste v1.0.14 |
857 | 2024-01-19T21:42:23.351Z | Downloaded tower-service v0.3.2 |
858 | 2024-01-19T21:42:23.352Z | Downloaded unicode-xid v0.2.4 |
859 | 2024-01-19T21:42:23.352Z | Downloaded rustversion v1.0.14 |
860 | 2024-01-19T21:42:23.353Z | Downloaded hubpack v0.1.2 |
861 | 2024-01-19T21:42:23.353Z | Downloaded filetime v0.2.23 |
862 | 2024-01-19T21:42:23.353Z | Downloaded ff v0.13.0 |
863 | 2024-01-19T21:42:23.353Z | Downloaded fallible-iterator v0.2.0 |
864 | 2024-01-19T21:42:23.353Z | Downloaded either v1.9.0 |
865 | 2024-01-19T21:42:23.353Z | Downloaded quote v1.0.35 |
866 | 2024-01-19T21:42:23.353Z | Downloaded structmeta-derive v0.2.0 |
867 | 2024-01-19T21:42:23.353Z | Downloaded strsim v0.10.0 |
868 | 2024-01-19T21:42:23.353Z | Downloaded derive_builder_macro v0.12.0 |
869 | 2024-01-19T21:42:23.353Z | Downloaded pem v3.0.2 |
870 | 2024-01-19T21:42:23.353Z | Downloaded r2d2 v0.8.10 |
871 | 2024-01-19T21:42:23.353Z | Downloaded unicode_categories v0.1.1 |
872 | 2024-01-19T21:42:23.353Z | Downloaded predicates-tree v1.0.9 |
873 | 2024-01-19T21:42:23.353Z | Downloaded fixedbitset v0.4.2 |
874 | 2024-01-19T21:42:23.353Z | Downloaded fd-lock v3.0.13 |
875 | 2024-01-19T21:42:23.353Z | Downloaded rand_xorshift v0.3.0 |
876 | 2024-01-19T21:42:23.354Z | Downloaded defmt-parser v0.3.3 |
877 | 2024-01-19T21:42:23.354Z | Downloaded sec1 v0.7.3 |
878 | 2024-01-19T21:42:23.354Z | Downloaded unicode-width v0.1.11 |
879 | 2024-01-19T21:42:23.354Z | Downloaded toml_edit v0.21.0 |
880 | 2024-01-19T21:42:23.354Z | Downloaded usdt-macro v0.3.5 |
881 | 2024-01-19T21:42:23.354Z | Downloaded resolv-conf v0.7.0 |
882 | 2024-01-19T21:42:23.354Z | Downloaded smawk v0.3.1 |
883 | 2024-01-19T21:42:23.354Z | Downloaded vte_generate_state_changes v0.1.1 |
884 | 2024-01-19T21:42:23.354Z | Downloaded itertools v0.10.5 |
885 | 2024-01-19T21:42:23.354Z | Downloaded ed25519 v1.5.3 |
886 | 2024-01-19T21:42:23.354Z | Downloaded nom v7.1.3 |
887 | 2024-01-19T21:42:23.354Z | Downloaded test-strategy v0.3.1 |
888 | 2024-01-19T21:42:23.356Z | Downloaded x509-cert v0.2.4 |
889 | 2024-01-19T21:42:23.356Z | Downloaded group v0.13.0 |
890 | 2024-01-19T21:42:23.356Z | Downloaded glob v0.3.1 |
891 | 2024-01-19T21:42:23.356Z | Downloaded reedline v0.28.0 |
892 | 2024-01-19T21:42:23.356Z | Downloaded ppv-lite86 v0.2.17 |
893 | 2024-01-19T21:42:23.356Z | Downloaded schemars_derive v0.8.16 |
894 | 2024-01-19T21:42:23.356Z | Downloaded stringprep v0.1.3 |
895 | 2024-01-19T21:42:23.357Z | Downloaded textwrap v0.16.0 |
896 | 2024-01-19T21:42:23.357Z | Downloaded env_logger v0.10.0 |
897 | 2024-01-19T21:42:23.357Z | Downloaded hashbrown v0.13.2 |
898 | 2024-01-19T21:42:23.357Z | Downloaded pin-utils v0.1.0 |
899 | 2024-01-19T21:42:23.357Z | Downloaded portable-atomic v1.4.3 |
900 | 2024-01-19T21:42:23.357Z | Downloaded vec_map v0.8.2 |
901 | 2024-01-19T21:42:23.357Z | Downloaded derive_more v0.99.17 |
902 | 2024-01-19T21:42:23.357Z | Downloaded schemars v0.8.16 |
903 | 2024-01-19T21:42:23.357Z | Downloaded tempfile v3.8.1 |
904 | 2024-01-19T21:42:23.357Z | Downloaded postcard v1.0.8 |
905 | 2024-01-19T21:42:23.357Z | Downloaded subprocess v0.2.9 |
906 | 2024-01-19T21:42:23.357Z | Downloaded ucd-trie v0.1.6 |
907 | 2024-01-19T21:42:23.357Z | Downloaded rayon-core v1.12.0 |
908 | 2024-01-19T21:42:23.357Z | Downloaded flume v0.11.0 |
909 | 2024-01-19T21:42:23.357Z | Downloaded tracing v0.1.37 |
910 | 2024-01-19T21:42:23.357Z | Downloaded http v1.0.0 |
911 | 2024-01-19T21:42:23.358Z | Downloaded heapless v0.7.16 |
912 | 2024-01-19T21:42:23.358Z | Downloaded zerocopy v0.7.31 |
913 | 2024-01-19T21:42:23.358Z | Downloaded tokio-postgres v0.7.10 |
914 | 2024-01-19T21:42:23.358Z | Downloaded chrono v0.4.31 |
915 | 2024-01-19T21:42:23.358Z | Downloaded hashbrown v0.14.2 |
916 | 2024-01-19T21:42:23.359Z | Downloaded idna v0.5.0 |
917 | 2024-01-19T21:42:23.359Z | Downloaded steno v0.4.0 |
918 | 2024-01-19T21:42:23.359Z | Downloaded lalrpop v0.19.12 |
919 | 2024-01-19T21:42:23.359Z | Downloaded tough v0.16.0 |
920 | 2024-01-19T21:42:23.359Z | Downloaded rustyline v12.0.0 |
921 | 2024-01-19T21:42:23.359Z | Downloaded unicode-normalization v0.1.22 |
922 | 2024-01-19T21:42:23.359Z | Downloaded serde_with v3.4.0 |
923 | 2024-01-19T21:42:23.359Z | Downloaded object v0.30.4 |
924 | 2024-01-19T21:42:23.363Z | Downloaded proptest v1.4.0 |
925 | 2024-01-19T21:42:23.363Z | Downloaded syn v1.0.109 |
926 | 2024-01-19T21:42:23.363Z | Downloaded rayon v1.8.0 |
927 | 2024-01-19T21:42:23.363Z | Downloaded rustls v0.21.9 |
928 | 2024-01-19T21:42:23.363Z | Downloaded radix_trie v0.2.1 |
929 | 2024-01-19T21:42:23.363Z | Downloaded gimli v0.28.0 |
930 | 2024-01-19T21:42:23.364Z | Downloaded regex v1.10.2 |
931 | 2024-01-19T21:42:23.364Z | Downloaded rustix v0.37.23 |
932 | 2024-01-19T21:42:23.364Z | Downloaded diesel v2.1.4 |
933 | 2024-01-19T21:42:23.364Z | Downloaded regex-syntax v0.7.5 |
934 | 2024-01-19T21:42:23.364Z | Downloaded rustix v0.38.25 |
935 | 2024-01-19T21:42:23.364Z | Downloaded sled v0.34.7 |
936 | 2024-01-19T21:42:23.364Z | Downloaded libc v0.2.152 |
937 | 2024-01-19T21:42:23.364Z | Downloaded zerocopy-derive v0.6.4 |
938 | 2024-01-19T21:42:23.364Z | Downloaded tokio v1.35.1 |
939 | 2024-01-19T21:42:23.364Z | Downloaded zerocopy-derive v0.2.0 |
940 | 2024-01-19T21:42:23.364Z | Downloaded regex-automata v0.3.8 |
941 | 2024-01-19T21:42:23.364Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
942 | 2024-01-19T21:42:23.403Z | Downloaded zerocopy-derive v0.7.31 |
943 | 2024-01-19T21:42:23.403Z | Downloaded regex-automata v0.4.3 |
944 | 2024-01-19T21:42:23.403Z | Downloaded encoding_rs v0.8.33 |
945 | 2024-01-19T21:42:23.403Z | Downloaded smoltcp v0.10.0 |
946 | 2024-01-19T21:42:23.403Z | Downloaded smoltcp v0.9.1 |
947 | 2024-01-19T21:42:23.403Z | Downloaded polar-core v0.27.0 |
948 | 2024-01-19T21:42:23.404Z | Downloaded regex-syntax v0.8.2 |
949 | 2024-01-19T21:42:23.404Z | Downloaded openapiv3 v2.0.0 |
950 | 2024-01-19T21:42:23.404Z | Downloaded regex-syntax v0.6.29 |
951 | 2024-01-19T21:42:23.404Z | Downloaded bstr v1.6.0 |
952 | 2024-01-19T21:42:23.404Z | Downloaded webpki-roots v0.25.2 |
953 | 2024-01-19T21:42:23.404Z | Downloaded sha3 v0.10.8 |
954 | 2024-01-19T21:42:23.404Z | Downloaded regress v0.7.1 |
955 | 2024-01-19T21:42:23.404Z | Downloaded ring v0.16.20 |
956 | 2024-01-19T21:42:23.404Z | Downloaded ratatui v0.23.0 |
957 | 2024-01-19T21:42:23.404Z | Downloaded ring v0.17.7 |
958 | 2024-01-19T21:42:23.404Z | Downloaded trust-dns-proto v0.22.0 |
959 | 2024-01-19T21:42:23.404Z | Downloaded curve25519-dalek v4.1.1 |
960 | 2024-01-19T21:42:23.404Z | Downloaded bstr v0.2.17 |
961 | 2024-01-19T21:42:23.404Z | Downloaded openssl v0.10.60 |
962 | 2024-01-19T21:42:23.404Z | Downloaded object v0.32.1 |
963 | 2024-01-19T21:42:23.404Z | Downloaded time v0.3.27 |
964 | 2024-01-19T21:42:23.404Z | Downloaded winnow v0.5.15 |
965 | 2024-01-19T21:42:23.405Z | Downloaded hkdf v0.12.4 |
966 | 2024-01-19T21:42:23.406Z | Downloaded futures-util v0.3.30 |
967 | 2024-01-19T21:42:23.406Z | Downloaded vcpkg v0.2.15 |
968 | 2024-01-19T21:42:23.406Z | Downloaded regex-automata v0.1.10 |
969 | 2024-01-19T21:42:23.406Z | Downloaded quick-xml v0.23.1 |
970 | 2024-01-19T21:42:23.406Z | Downloaded bitvec v1.0.1 |
971 | 2024-01-19T21:42:23.407Z | Downloaded syn v2.0.46 |
972 | 2024-01-19T21:42:23.407Z | Downloaded toml_edit v0.19.15 |
973 | 2024-01-19T21:42:23.407Z | Downloaded reqwest v0.11.22 |
974 | 2024-01-19T21:42:23.407Z | Downloaded petgraph v0.6.4 |
975 | 2024-01-19T21:42:23.407Z | Downloaded idna v0.2.3 |
976 | 2024-01-19T21:42:23.407Z | Downloaded serde_json v1.0.111 |
977 | 2024-01-19T21:42:23.407Z | Downloaded rustls-webpki v0.101.7 |
978 | 2024-01-19T21:42:23.407Z | Downloaded nix v0.26.4 |
979 | 2024-01-19T21:42:23.407Z | Downloaded sqlparser v0.36.1 |
980 | 2024-01-19T21:42:23.407Z | Downloaded hyper v0.14.27 |
981 | 2024-01-19T21:42:23.407Z | Downloaded bindgen v0.65.1 |
982 | 2024-01-19T21:42:23.407Z | Downloaded tabled v0.14.0 |
983 | 2024-01-19T21:42:23.407Z | Downloaded h2 v0.3.21 |
984 | 2024-01-19T21:42:23.407Z | Downloaded der v0.7.8 |
985 | 2024-01-19T21:42:23.407Z | Downloaded pest v2.7.2 |
986 | 2024-01-19T21:42:23.407Z | Downloaded clap v2.34.0 |
987 | 2024-01-19T21:42:23.407Z | Downloaded serde_derive v1.0.195 |
988 | 2024-01-19T21:42:23.407Z | Downloaded serde_yaml v0.9.25 |
989 | 2024-01-19T21:42:23.407Z | Downloaded hashbrown v0.12.3 |
990 | 2024-01-19T21:42:23.407Z | Downloaded ryu v1.0.15 |
991 | 2024-01-19T21:42:23.407Z | Downloaded headers v0.3.9 |
992 | 2024-01-19T21:42:23.407Z | Downloaded password-hash v0.5.0 |
993 | 2024-01-19T21:42:23.407Z | Downloaded half v1.8.2 |
994 | 2024-01-19T21:42:23.408Z | Downloaded tokio-rustls v0.24.1 |
995 | 2024-01-19T21:42:23.408Z | Downloaded pkcs8 v0.10.2 |
996 | 2024-01-19T21:42:23.408Z | Downloaded tar v0.4.40 |
997 | 2024-01-19T21:42:23.408Z | Downloaded flate2 v1.0.28 |
998 | 2024-01-19T21:42:23.408Z | Downloaded itertools v0.11.0 |
999 | 2024-01-19T21:42:23.408Z | Downloaded unicode-segmentation v1.10.1 |
1000 | 2024-01-19T21:42:23.408Z | Downloaded thiserror-impl v1.0.49 |
1001 | 2024-01-19T21:42:23.408Z | Downloaded tap v1.0.1 |
1002 | 2024-01-19T21:42:23.408Z | Downloaded serde_tokenstream v0.2.0 |
1003 | 2024-01-19T21:42:23.410Z | Downloaded universal-hash v0.5.1 |
1004 | 2024-01-19T21:42:23.410Z | Downloaded pin-project-internal v1.1.3 |
1005 | 2024-01-19T21:42:23.410Z | Downloaded getrandom v0.2.10 |
1006 | 2024-01-19T21:42:23.410Z | Downloaded platforms v3.0.2 |
1007 | 2024-01-19T21:42:23.410Z | Downloaded clap_builder v4.4.2 |
1008 | 2024-01-19T21:42:23.410Z | Downloaded untrusted v0.9.0 |
1009 | 2024-01-19T21:42:23.410Z | Downloaded ena v0.14.2 |
1010 | 2024-01-19T21:42:23.410Z | Downloaded pkg-config v0.3.27 |
1011 | 2024-01-19T21:42:23.410Z | Downloaded postgres-types v0.2.6 |
1012 | 2024-01-19T21:42:23.411Z | Downloaded postgres-protocol v0.6.6 |
1013 | 2024-01-19T21:42:23.411Z | Downloaded rustls-native-certs v0.6.3 |
1014 | 2024-01-19T21:42:23.411Z | Downloaded strum_macros v0.25.2 |
1015 | 2024-01-19T21:42:23.411Z | Downloaded unicode-ident v1.0.12 |
1016 | 2024-01-19T21:42:23.411Z | Downloaded ron v0.8.1 |
1017 | 2024-01-19T21:42:23.411Z | Downloaded prettyplease v0.2.16 |
1018 | 2024-01-19T21:42:23.411Z | Downloaded rand v0.8.5 |
1019 | 2024-01-19T21:42:23.411Z | Downloaded proc-macro2 v1.0.74 |
1020 | 2024-01-19T21:42:23.411Z | Downloaded smf v0.2.2 |
1021 | 2024-01-19T21:42:23.411Z | Downloaded spin v0.9.8 |
1022 | 2024-01-19T21:42:23.411Z | Downloaded packed_struct_codegen v0.10.1 |
1023 | 2024-01-19T21:42:23.412Z | Downloaded futures-sink v0.3.30 |
1024 | 2024-01-19T21:42:23.412Z | Downloaded serde_tokenstream v0.1.7 |
1025 | 2024-01-19T21:42:23.412Z | Downloaded rand_core v0.6.4 |
1026 | 2024-01-19T21:42:23.412Z | Downloaded pest_generator v2.7.2 |
1027 | 2024-01-19T21:42:23.412Z | Downloaded tabled_derive v0.6.0 |
1028 | 2024-01-19T21:42:23.412Z | Downloaded toml v0.7.8 |
1029 | 2024-01-19T21:42:23.412Z | Downloaded proc-macro-error v1.0.4 |
1030 | 2024-01-19T21:42:23.412Z | Downloaded poly1305 v0.8.0 |
1031 | 2024-01-19T21:42:23.412Z | Downloaded sqlformat v0.2.3 |
1032 | 2024-01-19T21:42:23.412Z | Downloaded whoami v1.4.1 |
1033 | 2024-01-19T21:42:23.412Z | Downloaded enum-as-inner v0.5.1 |
1034 | 2024-01-19T21:42:23.412Z | Downloaded unicase v2.7.0 |
1035 | 2024-01-19T21:42:23.412Z | Downloaded unarray v0.1.4 |
1036 | 2024-01-19T21:42:23.412Z | Downloaded structmeta v0.2.0 |
1037 | 2024-01-19T21:42:23.412Z | Downloaded humantime v2.1.0 |
1038 | 2024-01-19T21:42:23.412Z | Downloaded typed-path v0.7.0 |
1039 | 2024-01-19T21:42:23.412Z | Downloaded parking_lot v0.11.2 |
1040 | 2024-01-19T21:42:23.412Z | Downloaded url v2.5.0 |
1041 | 2024-01-19T21:42:23.412Z | Downloaded dof v0.1.5 |
1042 | 2024-01-19T21:42:23.438Z | Downloaded hmac v0.12.1 |
1043 | 2024-01-19T21:42:23.438Z | Downloaded pest_derive v2.7.2 |
1044 | 2024-01-19T21:42:23.438Z | Downloaded parking_lot_core v0.9.8 |
1045 | 2024-01-19T21:42:23.439Z | Downloaded num-bigint-dig v0.8.4 |
1046 | 2024-01-19T21:42:23.439Z | Downloaded http v0.2.11 |
1047 | 2024-01-19T21:42:23.439Z | Downloaded term v0.7.0 |
1048 | 2024-01-19T21:42:23.439Z | Downloaded diff v0.1.13 |
1049 | 2024-01-19T21:42:23.439Z | Downloaded trust-dns-server v0.22.1 |
1050 | 2024-01-19T21:42:23.439Z | Downloaded trust-dns-resolver v0.22.0 |
1051 | 2024-01-19T21:42:23.439Z | Downloaded serde v1.0.195 |
1052 | 2024-01-19T21:42:23.439Z | Downloaded structopt v0.3.26 |
1053 | 2024-01-19T21:42:23.439Z | Downloaded rustls-pki-types v1.1.0 |
1054 | 2024-01-19T21:42:23.439Z | Downloaded rustls-pemfile v1.0.3 |
1055 | 2024-01-19T21:42:23.439Z | Downloaded ref-cast v1.0.20 |
1056 | 2024-01-19T21:42:23.439Z | Downloaded http-body v0.4.5 |
1057 | 2024-01-19T21:42:23.440Z | Downloaded pem-rfc7468 v0.7.0 |
1058 | 2024-01-19T21:42:23.440Z | Downloaded parking_lot v0.12.1 |
1059 | 2024-01-19T21:42:23.440Z | Downloaded usdt-attr-macro v0.3.5 |
1060 | 2024-01-19T21:42:23.440Z | Downloaded downcast v0.11.0 |
1061 | 2024-01-19T21:42:23.440Z | Downloaded ref-cast-impl v1.0.20 |
1062 | 2024-01-19T21:42:23.440Z | Downloaded rustc_version v0.1.7 |
1063 | 2024-01-19T21:42:23.440Z | Downloaded libm v0.2.7 |
1064 | 2024-01-19T21:42:23.440Z | Downloaded data-encoding v2.4.0 |
1065 | 2024-01-19T21:42:23.440Z | Downloaded rustfmt-wrapper v0.2.0 |
1066 | 2024-01-19T21:42:23.440Z | Downloaded rustc_version v0.4.0 |
1067 | 2024-01-19T21:42:23.440Z | Downloaded parking_lot_core v0.8.6 |
1068 | 2024-01-19T21:42:23.440Z | Downloaded rsa v0.9.2 |
1069 | 2024-01-19T21:42:23.440Z | Downloaded toml v0.5.11 |
1070 | 2024-01-19T21:42:23.441Z | Downloaded tokio-util v0.7.10 |
1071 | 2024-01-19T21:42:23.441Z | Downloaded itertools v0.12.0 |
1072 | 2024-01-19T21:42:23.441Z | Downloaded aho-corasick v1.0.4 |
1073 | 2024-01-19T21:42:23.441Z | Downloaded signal-hook v0.3.17 |
1074 | 2024-01-19T21:42:23.441Z | Downloaded salty v0.2.0 |
1075 | 2024-01-19T21:42:23.441Z | Downloaded memchr v2.6.3 |
1076 | 2024-01-19T21:42:23.441Z | Downloaded tungstenite v0.20.1 |
1077 | 2024-01-19T21:42:23.441Z | Downloaded proc-macro-crate v1.3.1 |
1078 | 2024-01-19T21:42:23.442Z | Downloaded rustc-demangle v0.1.23 |
1079 | 2024-01-19T21:42:23.442Z | Downloaded tokio-macros v2.2.0 |
1080 | 2024-01-19T21:42:23.442Z | Downloaded trust-dns-client v0.22.0 |
1081 | 2024-01-19T21:42:23.442Z | Downloaded foreign-types v0.5.0 |
1082 | 2024-01-19T21:42:23.442Z | Downloaded fastrand v2.0.0 |
1083 | 2024-01-19T21:42:23.442Z | Downloaded hostname v0.3.1 |
1084 | 2024-01-19T21:42:23.442Z | Downloaded home v0.5.5 |
1085 | 2024-01-19T21:42:23.442Z | Downloaded defmt v0.3.5 |
1086 | 2024-01-19T21:42:23.442Z | Downloaded derive-where v1.2.7 |
1087 | 2024-01-19T21:42:23.442Z | Downloaded supports-color v2.1.0 |
1088 | 2024-01-19T21:42:23.443Z | Downloaded zerocopy v0.6.4 |
1089 | 2024-01-19T21:42:23.443Z | Downloaded slog-stdlog v4.1.1 |
1090 | 2024-01-19T21:42:23.443Z | Downloaded rcgen v0.12.0 |
1091 | 2024-01-19T21:42:23.443Z | Downloaded pin-project v1.1.3 |
1092 | 2024-01-19T21:42:23.443Z | Downloaded serde_with_macros v3.4.0 |
1093 | 2024-01-19T21:42:23.443Z | Downloaded toml v0.8.8 |
1094 | 2024-01-19T21:42:23.443Z | Downloaded tinyvec v1.6.0 |
1095 | 2024-01-19T21:42:23.444Z | Downloaded signal-hook-tokio v0.3.1 |
1096 | 2024-01-19T21:42:23.444Z | Downloaded uuid v1.6.1 |
1097 | 2024-01-19T21:42:23.444Z | Downloaded heck v0.3.3 |
1098 | 2024-01-19T21:42:23.444Z | Downloaded radium v0.7.0 |
1099 | 2024-01-19T21:42:23.444Z | Downloaded quick-error v1.2.3 |
1100 | 2024-01-19T21:42:23.444Z | Downloaded textwrap v0.11.0 |
1101 | 2024-01-19T21:42:23.444Z | Downloaded elliptic-curve v0.13.8 |
1102 | 2024-01-19T21:42:23.444Z | Downloaded tracing-core v0.1.31 |
1103 | 2024-01-19T21:42:23.444Z | Downloaded mio v0.8.9 |
1104 | 2024-01-19T21:42:23.444Z | Downloaded fragile v2.0.0 |
1105 | 2024-01-19T21:42:23.444Z | Downloaded subtle v2.5.0 |
1106 | 2024-01-19T21:42:23.444Z | Downloaded difflib v0.4.0 |
1107 | 2024-01-19T21:42:23.444Z | Downloaded dirs-sys-next v0.1.2 |
1108 | 2024-01-19T21:42:23.444Z | Downloaded yasna v0.5.2 |
1109 | 2024-01-19T21:42:23.444Z | Downloaded socket2 v0.5.5 |
1110 | 2024-01-19T21:42:23.444Z | Downloaded foreign-types v0.3.2 |
1111 | 2024-01-19T21:42:23.444Z | Downloaded signal-hook-mio v0.2.3 |
1112 | 2024-01-19T21:42:23.444Z | Downloaded zip v0.6.6 |
1113 | 2024-01-19T21:42:23.444Z | Downloaded unsafe-libyaml v0.2.10 |
1114 | 2024-01-19T21:42:23.444Z | Downloaded predicates-core v1.0.6 |
1115 | 2024-01-19T21:42:23.444Z | Downloaded rusty-fork v0.3.0 |
1116 | 2024-01-19T21:42:23.444Z | Downloaded futures-task v0.3.30 |
1117 | 2024-01-19T21:42:23.445Z | Downloaded string_cache v0.8.7 |
1118 | 2024-01-19T21:42:23.445Z | Downloaded debug-ignore v1.0.5 |
1119 | 2024-01-19T21:42:23.445Z | Downloaded version_check v0.9.4 |
1120 | 2024-01-19T21:42:23.445Z | Downloaded which v4.4.0 |
1121 | 2024-01-19T21:42:23.445Z | Downloaded getopts v0.2.21 |
1122 | 2024-01-19T21:42:23.445Z | Downloaded slog-dtrace v0.2.3 |
1123 | 2024-01-19T21:42:23.445Z | Downloaded serde_path_to_error v0.1.15 |
1124 | 2024-01-19T21:42:23.445Z | Downloaded dyn-clone v1.0.13 |
1125 | 2024-01-19T21:42:23.445Z | Downloaded siphasher v0.3.11 |
1126 | 2024-01-19T21:42:23.445Z | Downloaded generic-array v0.14.7 |
1127 | 2024-01-19T21:42:23.445Z | Downloaded fatfs v0.3.6 |
1128 | 2024-01-19T21:42:23.445Z | Downloaded defmt-macros v0.3.6 |
1129 | 2024-01-19T21:42:23.445Z | Downloaded openssl-sys v0.9.96 |
1130 | 2024-01-19T21:42:23.445Z | Downloaded futures v0.3.30 |
1131 | 2024-01-19T21:42:23.445Z | Downloaded snafu v0.7.5 |
1132 | 2024-01-19T21:42:23.445Z | Downloaded hash32 v0.2.1 |
1133 | 2024-01-19T21:42:23.445Z | Downloaded signal-hook-registry v1.4.1 |
1134 | 2024-01-19T21:42:23.447Z | Downloaded xattr v1.0.1 |
1135 | 2024-01-19T21:42:23.447Z | Downloaded utf8parse v0.2.1 |
1136 | 2024-01-19T21:42:23.447Z | Downloaded utf-8 v0.7.6 |
1137 | 2024-01-19T21:42:23.447Z | Downloaded tiny-keccak v2.0.2 |
1138 | 2024-01-19T21:42:23.447Z | Downloaded serde_derive_internals v0.26.0 |
1139 | 2024-01-19T21:42:23.447Z | Downloaded form_urlencoded v1.2.1 |
1140 | 2024-01-19T21:42:23.447Z | Downloaded wyz v0.5.1 |
1141 | 2024-01-19T21:42:23.447Z | Downloaded darling_core v0.20.3 |
1142 | 2024-01-19T21:42:23.465Z | Downloaded zone_cfg_derive v0.3.0 |
1143 | 2024-01-19T21:42:23.465Z | Downloaded vte v0.11.1 |
1144 | 2024-01-19T21:42:23.465Z | Downloaded tokio-native-tls v0.3.1 |
1145 | 2024-01-19T21:42:23.465Z | Downloaded waitgroup v0.1.2 |
1146 | 2024-01-19T21:42:23.465Z | Downloaded indicatif v0.17.7 |
1147 | 2024-01-19T21:42:23.465Z | Downloaded typenum v1.16.0 |
1148 | 2024-01-19T21:42:23.465Z | Downloaded pin-project-lite v0.2.13 |
1149 | 2024-01-19T21:42:23.465Z | Downloaded swrite v0.1.0 |
1150 | 2024-01-19T21:42:23.466Z | Downloaded embedded-io v0.4.0 |
1151 | 2024-01-19T21:42:23.466Z | Downloaded toml_datetime v0.6.5 |
1152 | 2024-01-19T21:42:23.466Z | Downloaded proc-macro-error-attr v1.0.4 |
1153 | 2024-01-19T21:42:23.466Z | Downloaded parse-display-derive v0.8.2 |
1154 | 2024-01-19T21:42:23.466Z | Downloaded wait-timeout v0.2.0 |
1155 | 2024-01-19T21:42:23.466Z | Downloaded usdt-impl v0.3.5 |
1156 | 2024-01-19T21:42:23.466Z | Downloaded semver v1.0.21 |
1157 | 2024-01-19T21:42:23.466Z | Downloaded slog-json v2.6.1 |
1158 | 2024-01-19T21:42:23.466Z | Downloaded oso v0.27.0 |
1159 | 2024-01-19T21:42:23.466Z | Downloaded chacha20poly1305 v0.10.1 |
1160 | 2024-01-19T21:42:23.466Z | Downloaded cc v1.0.83 |
1161 | 2024-01-19T21:42:23.466Z | Downloaded slab v0.4.9 |
1162 | 2024-01-19T21:42:23.466Z | Downloaded predicates v3.1.0 |
1163 | 2024-01-19T21:42:23.466Z | Downloaded packed_struct v0.10.1 |
1164 | 2024-01-19T21:42:23.466Z | Downloaded thiserror v1.0.49 |
1165 | 2024-01-19T21:42:23.466Z | Downloaded headers-core v0.2.0 |
1166 | 2024-01-19T21:42:23.466Z | Downloaded crossbeam-epoch v0.9.15 |
1167 | 2024-01-19T21:42:23.467Z | Downloaded slog-term v2.9.0 |
1168 | 2024-01-19T21:42:23.468Z | Downloaded slog-scope v4.4.0 |
1169 | 2024-01-19T21:42:23.468Z | Downloaded slog-envlogger v2.2.0 |
1170 | 2024-01-19T21:42:23.468Z | Downloaded rand_chacha v0.3.1 |
1171 | 2024-01-19T21:42:23.468Z | Downloaded num-traits v0.2.16 |
1172 | 2024-01-19T21:42:23.468Z | Downloaded multer v3.0.0 |
1173 | 2024-01-19T21:42:23.468Z | Downloaded base64 v0.21.7 |
1174 | 2024-01-19T21:42:23.468Z | Downloaded futures-channel v0.3.30 |
1175 | 2024-01-19T21:42:23.468Z | Downloaded backtrace v0.3.69 |
1176 | 2024-01-19T21:42:23.468Z | Downloaded take_mut v0.2.2 |
1177 | 2024-01-19T21:42:23.468Z | Downloaded parse-display v0.8.2 |
1178 | 2024-01-19T21:42:23.468Z | Downloaded indexmap v2.1.0 |
1179 | 2024-01-19T21:42:23.468Z | Downloaded crypto-bigint v0.5.2 |
1180 | 2024-01-19T21:42:23.468Z | Downloaded smallvec v1.11.2 |
1181 | 2024-01-19T21:42:23.468Z | Downloaded digest v0.10.7 |
1182 | 2024-01-19T21:42:23.468Z | Downloaded semver-parser v0.10.2 |
1183 | 2024-01-19T21:42:23.468Z | Downloaded same-file v1.0.6 |
1184 | 2024-01-19T21:42:23.468Z | Downloaded hex v0.4.3 |
1185 | 2024-01-19T21:42:23.468Z | Downloaded deranged v0.3.8 |
1186 | 2024-01-19T21:42:23.469Z | Downloaded thiserror-impl-no-std v2.0.2 |
1187 | 2024-01-19T21:42:23.470Z | Downloaded owo-colors v3.5.0 |
1188 | 2024-01-19T21:42:23.470Z | Downloaded log v0.4.20 |
1189 | 2024-01-19T21:42:23.470Z | Downloaded phf_shared v0.11.2 |
1190 | 2024-01-19T21:42:23.470Z | Downloaded phf v0.11.2 |
1191 | 2024-01-19T21:42:23.470Z | Downloaded highway v1.1.0 |
1192 | 2024-01-19T21:42:23.470Z | Downloaded snafu-derive v0.7.5 |
1193 | 2024-01-19T21:42:23.470Z | Downloaded num_cpus v1.16.0 |
1194 | 2024-01-19T21:42:23.470Z | Downloaded mime_guess v2.0.4 |
1195 | 2024-01-19T21:42:23.470Z | Downloaded slog v2.7.0 |
1196 | 2024-01-19T21:42:23.471Z | Downloaded miniz_oxide v0.7.1 |
1197 | 2024-01-19T21:42:23.471Z | Downloaded spin v0.5.2 |
1198 | 2024-01-19T21:42:23.471Z | Downloaded rustc-hash v1.1.0 |
1199 | 2024-01-19T21:42:23.471Z | Downloaded bytes v1.5.0 |
1200 | 2024-01-19T21:42:23.471Z | Downloaded omicron-zone-package v0.10.1 |
1201 | 2024-01-19T21:42:23.471Z | Downloaded minimal-lexical v0.2.1 |
1202 | 2024-01-19T21:42:23.471Z | Downloaded serde-big-array v0.4.1 |
1203 | 2024-01-19T21:42:23.471Z | Downloaded crypto-common v0.1.6 |
1204 | 2024-01-19T21:42:23.471Z | Downloaded arc-swap v1.6.0 |
1205 | 2024-01-19T21:42:23.471Z | Downloaded untrusted v0.7.1 |
1206 | 2024-01-19T21:42:23.471Z | Downloaded num-rational v0.4.1 |
1207 | 2024-01-19T21:42:23.471Z | Downloaded num-complex v0.4.4 |
1208 | 2024-01-19T21:42:23.471Z | Downloaded native-tls v0.2.11 |
1209 | 2024-01-19T21:42:23.471Z | Downloaded futures-io v0.3.30 |
1210 | 2024-01-19T21:42:23.471Z | Downloaded futures-executor v0.3.30 |
1211 | 2024-01-19T21:42:23.471Z | Downloaded futures-core v0.3.30 |
1212 | 2024-01-19T21:42:23.471Z | Downloaded fs-err v2.11.0 |
1213 | 2024-01-19T21:42:23.471Z | Downloaded scopeguard v1.2.0 |
1214 | 2024-01-19T21:42:23.471Z | Downloaded sct v0.7.0 |
1215 | 2024-01-19T21:42:23.471Z | Downloaded http-range v0.1.5 |
1216 | 2024-01-19T21:42:23.471Z | Downloaded topological-sort v0.2.2 |
1217 | 2024-01-19T21:42:23.471Z | Downloaded clap v4.4.3 |
1218 | 2024-01-19T21:42:23.471Z | Downloaded unicode-linebreak v0.1.5 |
1219 | 2024-01-19T21:42:23.472Z | Downloaded synstructure v0.12.6 |
1220 | 2024-01-19T21:42:23.472Z | Downloaded flagset v0.4.3 |
1221 | 2024-01-19T21:42:23.472Z | Downloaded thiserror-no-std v2.0.2 |
1222 | 2024-01-19T21:42:23.472Z | Downloaded crossbeam-channel v0.5.8 |
1223 | 2024-01-19T21:42:23.472Z | Downloaded futures-macro v0.3.30 |
1224 | 2024-01-19T21:42:23.472Z | Downloaded cookie v0.18.0 |
1225 | 2024-01-19T21:42:23.472Z | Downloaded const-oid v0.9.5 |
1226 | 2024-01-19T21:42:23.473Z | Downloaded clang-sys v1.6.1 |
1227 | 2024-01-19T21:42:23.473Z | Downloaded ciborium v0.2.1 |
1228 | 2024-01-19T21:42:23.473Z | Downloaded bitflags v2.4.0 |
1229 | 2024-01-19T21:42:23.473Z | Downloaded endian-type v0.1.2 |
1230 | 2024-01-19T21:42:23.473Z | Downloaded termcolor v1.2.0 |
1231 | 2024-01-19T21:42:23.473Z | Downloaded memoffset v0.9.0 |
1232 | 2024-01-19T21:42:23.473Z | Downloaded lock_api v0.4.10 |
1233 | 2024-01-19T21:42:23.473Z | Downloaded thread-id v4.2.0 |
1234 | 2024-01-19T21:42:23.473Z | Downloaded strip-ansi-escapes v0.2.0 |
1235 | 2024-01-19T21:42:23.473Z | Downloaded itoa v1.0.9 |
1236 | 2024-01-19T21:42:23.473Z | Downloaded num-integer v0.1.45 |
1237 | 2024-01-19T21:42:23.473Z | Downloaded hyper-staticfile v0.9.5 |
1238 | 2024-01-19T21:42:23.473Z | Downloaded num_enum_derive v0.5.11 |
1239 | 2024-01-19T21:42:23.473Z | Downloaded num_enum v0.5.11 |
1240 | 2024-01-19T21:42:23.473Z | Downloaded nanorand v0.7.0 |
1241 | 2024-01-19T21:42:23.473Z | Downloaded bzip2 v0.4.4 |
1242 | 2024-01-19T21:42:23.556Z | Downloaded tui-tree-widget v0.13.0 |
1243 | 2024-01-19T21:42:23.557Z | Downloaded terminal_size v0.2.6 |
1244 | 2024-01-19T21:42:23.557Z | Downloaded ipnet v2.9.0 |
1245 | 2024-01-19T21:42:23.557Z | Downloaded cpufeatures v0.2.9 |
1246 | 2024-01-19T21:42:23.557Z | Downloaded cancel-safe-futures v0.1.5 |
1247 | 2024-01-19T21:42:23.557Z | Downloaded termios v0.3.3 |
1248 | 2024-01-19T21:42:23.557Z | Downloaded smallvec v0.6.14 |
1249 | 2024-01-19T21:42:23.558Z | Downloaded md-5 v0.10.5 |
1250 | 2024-01-19T21:42:23.558Z | Downloaded indoc v2.0.3 |
1251 | 2024-01-19T21:42:23.559Z | Downloaded crossterm v0.27.0 |
1252 | 2024-01-19T21:42:23.559Z | Downloaded clap_derive v4.4.2 |
1253 | 2024-01-19T21:42:23.559Z | Downloaded base64ct v1.6.0 |
1254 | 2024-01-19T21:42:23.559Z | Downloaded structopt-derive v0.4.18 |
1255 | 2024-01-19T21:42:23.559Z | Downloaded stable_deref_trait v1.2.0 |
1256 | 2024-01-19T21:42:23.559Z | Downloaded buf-list v1.0.3 |
1257 | 2024-01-19T21:42:23.560Z | Downloaded doc-comment v0.3.3 |
1258 | 2024-01-19T21:42:23.560Z | Downloaded num v0.4.1 |
1259 | 2024-01-19T21:42:23.560Z | Downloaded maybe-uninit v2.0.0 |
1260 | 2024-01-19T21:42:23.560Z | Downloaded maplit v1.0.2 |
1261 | 2024-01-19T21:42:23.560Z | Downloaded linked-hash-map v0.5.6 |
1262 | 2024-01-19T21:42:23.560Z | Downloaded crossbeam-utils v0.8.16 |
1263 | 2024-01-19T21:42:23.560Z | Downloaded camino v1.1.6 |
1264 | 2024-01-19T21:42:23.560Z | Downloaded toolchain_find v0.2.0 |
1265 | 2024-01-19T21:42:23.560Z | Downloaded slog-bunyan v2.5.0 |
1266 | 2024-01-19T21:42:23.560Z | Downloaded serde_plain v1.0.2 |
1267 | 2024-01-19T21:42:23.560Z | Downloaded openssl-macros v0.1.1 |
1268 | 2024-01-19T21:42:23.560Z | Downloaded console v0.15.8 |
1269 | 2024-01-19T21:42:23.561Z | Downloaded blake2 v0.10.6 |
1270 | 2024-01-19T21:42:23.561Z | Downloaded anstyle v1.0.2 |
1271 | 2024-01-19T21:42:23.561Z | Downloaded backoff v0.4.0 |
1272 | 2024-01-19T21:42:23.561Z | Downloaded ahash v0.8.6 |
1273 | 2024-01-19T21:42:23.561Z | Downloaded tinyvec_macros v0.1.1 |
1274 | 2024-01-19T21:42:23.561Z | Downloaded sqlparser_derive v0.1.1 |
1275 | 2024-01-19T21:42:23.561Z | Downloaded semver v0.11.0 |
1276 | 2024-01-19T21:42:23.561Z | Downloaded base16ct v0.2.0 |
1277 | 2024-01-19T21:42:23.561Z | Downloaded semver v0.1.20 |
1278 | 2024-01-19T21:42:23.562Z | Downloaded scheduled-thread-pool v0.2.7 |
1279 | 2024-01-19T21:42:23.563Z | Downloaded olpc-cjson v0.1.3 |
1280 | 2024-01-19T21:42:23.564Z | Downloaded lru-cache v0.1.2 |
1281 | 2024-01-19T21:42:23.564Z | Downloaded libefi-sys v0.1.0 |
1282 | 2024-01-19T21:42:23.564Z | Downloaded keccak v0.1.4 |
1283 | 2024-01-19T21:42:23.564Z | Downloaded new_debug_unreachable v1.0.4 |
1284 | 2024-01-19T21:42:23.564Z | Downloaded corncobs v0.1.3 |
1285 | 2024-01-19T21:42:23.564Z | Downloaded cfg-if v1.0.0 |
1286 | 2024-01-19T21:42:23.564Z | Downloaded cassowary v0.3.0 |
1287 | 2024-01-19T21:42:23.564Z | Downloaded cipher v0.4.4 |
1288 | 2024-01-19T21:42:23.564Z | Downloaded bitfield v0.14.0 |
1289 | 2024-01-19T21:42:23.564Z | Downloaded async-stream v0.3.5 |
1290 | 2024-01-19T21:42:23.564Z | Downloaded block-padding v0.3.3 |
1291 | 2024-01-19T21:42:23.564Z | Downloaded indexmap v1.9.3 |
1292 | 2024-01-19T21:42:23.564Z | Downloaded cobs v0.2.3 |
1293 | 2024-01-19T21:42:23.564Z | Downloaded bitflags v1.3.2 |
1294 | 2024-01-19T21:42:23.564Z | Downloaded bytecount v0.6.3 |
1295 | 2024-01-19T21:42:23.564Z | Downloaded bit-set v0.5.3 |
1296 | 2024-01-19T21:42:23.564Z | Downloaded anstyle-query v1.0.0 |
1297 | 2024-01-19T21:42:23.564Z | Downloaded is_ci v1.1.1 |
1298 | 2024-01-19T21:42:23.564Z | Downloaded is-terminal v0.4.9 |
1299 | 2024-01-19T21:42:23.565Z | Downloaded indoc v1.0.9 |
1300 | 2024-01-19T21:42:23.565Z | Downloaded hyper-tls v0.5.0 |
1301 | 2024-01-19T21:42:23.565Z | Downloaded autocfg v1.1.0 |
1302 | 2024-01-19T21:42:23.565Z | Downloaded mockall_derive v0.12.0 |
1303 | 2024-01-19T21:42:23.565Z | Downloaded libxml v0.3.3 |
1304 | 2024-01-19T21:42:23.565Z | Downloaded iana-time-zone v0.1.57 |
1305 | 2024-01-19T21:42:23.565Z | Downloaded byteorder v1.5.0 |
1306 | 2024-01-19T21:42:23.565Z | Downloaded anyhow v1.0.75 |
1307 | 2024-01-19T21:42:23.565Z | Downloaded oso-derive v0.27.0 |
1308 | 2024-01-19T21:42:23.565Z | Downloaded clap_lex v0.5.1 |
1309 | 2024-01-19T21:42:23.565Z | Downloaded colored v2.0.4 |
1310 | 2024-01-19T21:42:23.565Z | Downloaded argon2 v0.5.2 |
1311 | 2024-01-19T21:42:23.565Z | Downloaded linear-map v1.2.0 |
1312 | 2024-01-19T21:42:23.565Z | Downloaded ciborium-ll v0.2.1 |
1313 | 2024-01-19T21:42:23.565Z | Downloaded array-init v0.0.4 |
1314 | 2024-01-19T21:42:23.565Z | Downloaded async-trait v0.1.77 |
1315 | 2024-01-19T21:42:23.565Z | Downloaded async-recursion v1.0.5 |
1316 | 2024-01-19T21:42:23.565Z | Downloaded newtype_derive v0.1.6 |
1317 | 2024-01-19T21:42:23.565Z | Downloaded lalrpop-util v0.19.12 |
1318 | 2024-01-19T21:42:23.565Z | Downloaded inout v0.1.3 |
1319 | 2024-01-19T21:42:23.565Z | Downloaded ident_case v1.0.1 |
1320 | 2024-01-19T21:42:23.565Z | Downloaded hyper-rustls v0.24.2 |
1321 | 2024-01-19T21:42:23.565Z | Downloaded crossbeam-queue v0.3.8 |
1322 | 2024-01-19T21:42:23.566Z | Downloaded darling v0.14.4 |
1323 | 2024-01-19T21:42:23.566Z | Downloaded colorchoice v1.0.0 |
1324 | 2024-01-19T21:42:23.566Z | Downloaded darling_macro v0.14.4 |
1325 | 2024-01-19T21:42:23.566Z | Downloaded addr2line v0.21.0 |
1326 | 2024-01-19T21:42:23.566Z | Downloaded crc-any v2.4.3 |
1327 | 2024-01-19T21:42:23.566Z | Downloaded block-buffer v0.10.4 |
1328 | 2024-01-19T21:42:23.566Z | Downloaded bb8 v0.8.1 |
1329 | 2024-01-19T21:42:23.566Z | Downloaded match_cfg v0.1.0 |
1330 | 2024-01-19T21:42:23.566Z | Downloaded ciborium-io v0.2.1 |
1331 | 2024-01-19T21:42:23.566Z | Downloaded atomicwrites v0.4.3 |
1332 | 2024-01-19T21:42:23.566Z | Downloaded atomic-waker v1.1.1 |
1333 | 2024-01-19T21:42:23.566Z | Downloaded serde-hex v0.1.0 |
1334 | 2024-01-19T21:42:23.566Z | Downloaded adler v1.0.2 |
1335 | 2024-01-19T21:42:23.568Z | Downloaded ansi_term v0.12.1 |
1336 | 2024-01-19T21:42:23.568Z | Downloaded signature v2.1.0 |
1337 | 2024-01-19T21:42:23.568Z | Downloaded sha2 v0.10.8 |
1338 | 2024-01-19T21:42:23.568Z | Downloaded serde_repr v0.1.16 |
1339 | 2024-01-19T21:42:23.568Z | Downloaded nu-ansi-term v0.49.0 |
1340 | 2024-01-19T21:42:23.568Z | Downloaded ascii-canvas v3.0.0 |
1341 | 2024-01-19T21:42:23.568Z | Downloaded anstream v0.5.0 |
1342 | 2024-01-19T21:42:23.576Z | Downloaded sha1 v0.10.6 |
1343 | 2024-01-19T21:42:23.576Z | Downloaded serde_spanned v0.6.4 |
1344 | 2024-01-19T21:42:23.576Z | Downloaded serde-big-array v0.5.1 |
1345 | 2024-01-19T21:42:23.576Z | Downloaded mockall v0.12.0 |
1346 | 2024-01-19T21:42:23.576Z | Downloaded libsw v3.3.1 |
1347 | 2024-01-19T21:42:23.576Z | Downloaded normalize-line-endings v0.3.0 |
1348 | 2024-01-19T21:42:23.576Z | Downloaded lazycell v1.3.0 |
1349 | 2024-01-19T21:42:23.576Z | Downloaded crc32fast v1.3.2 |
1350 | 2024-01-19T21:42:23.577Z | Downloaded crc-catalog v2.2.0 |
1351 | 2024-01-19T21:42:23.577Z | Downloaded kstat-rs v0.2.3 |
1352 | 2024-01-19T21:42:23.577Z | Downloaded mime v0.3.17 |
1353 | 2024-01-19T21:42:23.577Z | Downloaded libloading v0.7.4 |
1354 | 2024-01-19T21:42:23.577Z | Downloaded ipnetwork v0.20.0 |
1355 | 2024-01-19T21:42:23.577Z | Downloaded aead v0.5.2 |
1356 | 2024-01-19T21:42:23.577Z | Compiling proc-macro2 v1.0.74 |
1357 | 2024-01-19T21:42:23.577Z | Compiling unicode-ident v1.0.12 |
1358 | 2024-01-19T21:42:23.577Z | Compiling libc v0.2.152 |
1359 | 2024-01-19T21:42:23.577Z | Compiling serde v1.0.195 |
1360 | 2024-01-19T21:42:23.578Z | Compiling autocfg v1.1.0 |
1361 | 2024-01-19T21:42:23.578Z | Compiling cfg-if v1.0.0 |
1362 | 2024-01-19T21:42:23.578Z | Compiling version_check v0.9.4 |
1363 | 2024-01-19T21:42:23.579Z | Compiling syn v1.0.109 |
1364 | 2024-01-19T21:42:23.579Z | Compiling once_cell v1.19.0 |
1365 | 2024-01-19T21:42:23.579Z | Compiling parking_lot_core v0.9.8 |
1366 | 2024-01-19T21:42:23.839Z | Compiling libm v0.2.7 |
1367 | 2024-01-19T21:42:24.021Z | Compiling serde_json v1.0.111 |
1368 | 2024-01-19T21:42:24.084Z | Compiling lock_api v0.4.10 |
1369 | 2024-01-19T21:42:25.000Z | Compiling num-traits v0.2.16 |
1370 | 2024-01-19T21:42:25.019Z | Compiling typenum v1.16.0 |
1371 | 2024-01-19T21:42:25.022Z | Compiling scopeguard v1.2.0 |
1372 | 2024-01-19T21:42:25.194Z | Compiling thiserror v1.0.49 |
1373 | 2024-01-19T21:42:25.218Z | Compiling generic-array v0.14.7 |
1374 | 2024-01-19T21:42:25.406Z | Compiling memchr v2.6.3 |
1375 | 2024-01-19T21:42:25.855Z | Compiling itoa v1.0.9 |
1376 | 2024-01-19T21:42:26.303Z | Compiling pkg-config v0.3.27 |
1377 | 2024-01-19T21:42:26.578Z | Compiling byteorder v1.5.0 |
1378 | 2024-01-19T21:42:26.803Z | Compiling quote v1.0.35 |
1379 | 2024-01-19T21:42:27.346Z | Compiling cc v1.0.83 |
1380 | 2024-01-19T21:42:27.806Z | Compiling syn v2.0.46 |
1381 | 2024-01-19T21:42:27.834Z | Compiling getrandom v0.2.10 |
1382 | 2024-01-19T21:42:28.208Z | Compiling slab v0.4.9 |
1383 | 2024-01-19T21:42:28.564Z | Compiling log v0.4.20 |
1384 | 2024-01-19T21:42:29.365Z | Compiling heck v0.4.1 |
1385 | 2024-01-19T21:42:29.486Z | Compiling ryu v1.0.15 |
1386 | 2024-01-19T21:42:29.604Z | Compiling smallvec v1.11.2 |
1387 | 2024-01-19T21:42:29.937Z | Compiling pin-project-lite v0.2.13 |
1388 | 2024-01-19T21:42:30.166Z | Compiling vcpkg v0.2.15 |
1389 | 2024-01-19T21:42:30.207Z | Compiling schemars v0.8.16 |
1390 | 2024-01-19T21:42:31.384Z | Compiling parking_lot v0.12.1 |
1391 | 2024-01-19T21:42:31.879Z | Compiling ring v0.17.7 |
1392 | 2024-01-19T21:42:33.364Z | Compiling semver v1.0.21 |
1393 | 2024-01-19T21:42:33.368Z | Compiling openssl-sys v0.9.96 |
1394 | 2024-01-19T21:42:33.622Z | Compiling rand_core v0.6.4 |
1395 | 2024-01-19T21:42:34.215Z | Compiling signal-hook-registry v1.4.1 |
1396 | 2024-01-19T21:42:35.975Z | Compiling ring v0.16.20 |
1397 | 2024-01-19T21:42:36.130Z | Compiling mio v0.8.9 |
1398 | 2024-01-19T21:42:36.267Z | Compiling indexmap v1.9.3 |
1399 | 2024-01-19T21:42:36.479Z | Compiling hashbrown v0.14.2 |
1400 | 2024-01-19T21:42:36.680Z | Compiling equivalent v1.0.1 |
1401 | 2024-01-19T21:42:37.798Z | Compiling ahash v0.8.6 |
1402 | 2024-01-19T21:42:38.200Z | Compiling httparse v1.8.0 |
1403 | 2024-01-19T21:42:38.272Z | Compiling futures-core v0.3.30 |
1404 | 2024-01-19T21:42:38.477Z | Compiling num_cpus v1.16.0 |
1405 | 2024-01-19T21:42:38.514Z | Compiling socket2 v0.5.5 |
1406 | 2024-01-19T21:42:38.631Z | Compiling spin v0.5.2 |
1407 | 2024-01-19T21:42:39.139Z | Compiling openssl v0.10.60 |
1408 | 2024-01-19T21:42:39.164Z | Compiling fnv v1.0.7 |
1409 | 2024-01-19T21:42:39.338Z | Compiling serde_derive_internals v0.26.0 |
1410 | 2024-01-19T21:42:39.638Z | Compiling spin v0.9.8 |
1411 | 2024-01-19T21:42:39.783Z | Compiling rustls v0.21.9 |
1412 | 2024-01-19T21:42:40.169Z | Compiling iana-time-zone v0.1.57 |
1413 | 2024-01-19T21:42:40.223Z | Compiling crossbeam-utils v0.8.16 |
1414 | 2024-01-19T21:42:40.688Z | Compiling unicode-xid v0.2.4 |
1415 | 2024-01-19T21:42:40.887Z | Compiling native-tls v0.2.11 |
1416 | 2024-01-19T21:42:40.926Z | Compiling ucd-trie v0.1.6 |
1417 | 2024-01-19T21:42:41.246Z | Compiling subtle v2.5.0 |
1418 | 2024-01-19T21:42:41.383Z | Compiling const-oid v0.9.5 |
1419 | 2024-01-19T21:42:41.619Z | Compiling synstructure v0.12.6 |
1420 | 2024-01-19T21:42:41.863Z | Compiling futures-sink v0.3.30 |
1421 | 2024-01-19T21:42:41.921Z | Compiling io-lifetimes v1.0.11 |
1422 | 2024-01-19T21:42:43.026Z | Compiling backtrace v0.3.69 |
1423 | 2024-01-19T21:42:43.194Z | Compiling tinyvec_macros v0.1.1 |
1424 | 2024-01-19T21:42:43.309Z | Compiling dyn-clone v1.0.13 |
1425 | 2024-01-19T21:42:43.350Z | Compiling rustix v0.38.25 |
1426 | 2024-01-19T21:42:43.576Z | Compiling winnow v0.5.15 |
1427 | 2024-01-19T21:42:43.696Z | Compiling tinyvec v1.6.0 |
1428 | 2024-01-19T21:42:44.053Z | Compiling futures-channel v0.3.30 |
1429 | 2024-01-19T21:42:44.596Z | Compiling tracing-core v0.1.31 |
1430 | 2024-01-19T21:42:44.607Z | Compiling num-integer v0.1.45 |
1431 | 2024-01-19T21:42:44.776Z | Compiling memoffset v0.9.0 |
1432 | 2024-01-19T21:42:44.883Z | Compiling futures-io v0.3.30 |
1433 | 2024-01-19T21:42:44.909Z | Compiling pin-utils v0.1.0 |
1434 | 2024-01-19T21:42:45.042Z | Compiling rustix v0.37.23 |
1435 | 2024-01-19T21:42:45.210Z | Compiling futures-task v0.3.30 |
1436 | 2024-01-19T21:42:46.265Z | Compiling unicode-normalization v0.1.22 |
1437 | 2024-01-19T21:42:46.678Z | Compiling usdt-impl v0.3.5 |
1438 | 2024-01-19T21:42:47.289Z | Compiling bitflags v1.3.2 |
1439 | 2024-01-19T21:42:47.431Z | Compiling slog v2.7.0 |
1440 | 2024-01-19T21:42:48.130Z | Compiling time-core v0.1.1 |
1441 | 2024-01-19T21:42:48.228Z | Compiling crc32fast v1.3.2 |
1442 | 2024-01-19T21:42:48.377Z | Compiling unicode-bidi v0.3.13 |
1443 | 2024-01-19T21:42:48.808Z | Compiling anyhow v1.0.75 |
1444 | 2024-01-19T21:42:48.855Z | Compiling time-macros v0.2.13 |
1445 | 2024-01-19T21:42:49.203Z | Compiling serde_derive v1.0.195 |
1446 | 2024-01-19T21:42:49.318Z | Compiling zeroize_derive v1.4.2 |
1447 | 2024-01-19T21:42:49.343Z | Compiling thiserror-impl v1.0.49 |
1448 | 2024-01-19T21:42:49.479Z | Compiling tokio-macros v2.2.0 |
1449 | 2024-01-19T21:42:49.579Z | Compiling futures-macro v0.3.30 |
1450 | 2024-01-19T21:42:50.443Z | Compiling tracing-attributes v0.1.26 |
1451 | 2024-01-19T21:42:51.790Z | Compiling zeroize v1.7.0 |
1452 | 2024-01-19T21:42:51.839Z | Compiling schemars_derive v0.8.16 |
1453 | 2024-01-19T21:42:51.865Z | Compiling zerocopy-derive v0.7.31 |
1454 | 2024-01-19T21:42:54.848Z | Compiling openssl-macros v0.1.1 |
1455 | 2024-01-19T21:42:54.848Z | Compiling pest v2.7.2 |
1456 | 2024-01-19T21:42:54.848Z | Compiling zerocopy-derive v0.2.0 |
1457 | 2024-01-19T21:42:54.848Z | Compiling crypto-common v0.1.6 |
1458 | 2024-01-19T21:42:55.080Z | Compiling zerocopy v0.7.31 |
1459 | 2024-01-19T21:42:55.575Z | Compiling der_derive v0.7.2 |
1460 | 2024-01-19T21:42:55.575Z | Compiling block-buffer v0.10.4 |
1461 | 2024-01-19T21:42:55.708Z | Compiling futures-util v0.3.30 |
1462 | 2024-01-19T21:42:55.714Z | Compiling tracing v0.1.37 |
1463 | 2024-01-19T21:42:57.493Z | Compiling digest v0.10.7 |
1464 | 2024-01-19T21:42:58.123Z | Compiling pest_meta v2.7.2 |
1465 | 2024-01-19T21:42:58.635Z | Compiling hashbrown v0.13.2 |
1466 | 2024-01-19T21:42:58.722Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1467 | 2024-01-19T21:42:58.759Z | Compiling aho-corasick v1.0.4 |
1468 | 2024-01-19T21:42:59.291Z | Compiling crossbeam-epoch v0.9.15 |
1469 | 2024-01-19T21:42:59.811Z | Compiling async-trait v0.1.77 |
1470 | 2024-01-19T21:43:00.244Z | Compiling pest_generator v2.7.2 |
1471 | 2024-01-19T21:43:00.406Z | Compiling regex-syntax v0.8.2 |
1472 | 2024-01-19T21:43:03.101Z | Compiling ppv-lite86 v0.2.17 |
1473 | 2024-01-19T21:43:04.339Z | Compiling signal-hook v0.3.17 |
1474 | 2024-01-19T21:43:04.701Z | Compiling rustversion v1.0.14 |
1475 | 2024-01-19T21:43:04.726Z | Compiling rand_chacha v0.3.1 |
1476 | 2024-01-19T21:43:04.730Z | Compiling pest_derive v2.7.2 |
1477 | 2024-01-19T21:43:05.729Z | Compiling zerocopy v0.3.0 |
1478 | 2024-01-19T21:43:06.337Z | Compiling regex-automata v0.4.3 |
1479 | 2024-01-19T21:43:06.985Z | Compiling errno v0.3.2 |
1480 | 2024-01-19T21:43:08.185Z | Compiling base64 v0.21.7 |
1481 | 2024-01-19T21:43:10.522Z | Compiling strsim v0.10.0 |
1482 | 2024-01-19T21:43:11.064Z | Compiling bytes v1.5.0 |
1483 | 2024-01-19T21:43:11.547Z | Compiling indexmap v2.1.0 |
1484 | 2024-01-19T21:43:13.108Z | Compiling uuid v1.6.1 |
1485 | 2024-01-19T21:43:13.545Z | Compiling chrono v0.4.31 |
1486 | 2024-01-19T21:43:14.004Z | Compiling tokio v1.35.1 |
1487 | 2024-01-19T21:43:14.263Z | Compiling rustc_version v0.4.0 |
1488 | 2024-01-19T21:43:15.237Z | Compiling heapless v0.7.16 |
1489 | 2024-01-19T21:43:15.473Z | Compiling bitflags v2.4.0 |
1490 | 2024-01-19T21:43:18.782Z | Compiling toml_datetime v0.6.5 |
1491 | 2024-01-19T21:43:19.806Z | Compiling serde_spanned v0.6.4 |
1492 | 2024-01-19T21:43:19.813Z | Compiling toml_edit v0.19.15 |
1493 | 2024-01-19T21:43:19.813Z | Compiling http v0.2.11 |
1494 | 2024-01-19T21:43:24.719Z | Compiling regex v1.10.2 |
1495 | 2024-01-19T21:43:24.948Z | Compiling dof v0.1.5 |
1496 | 2024-01-19T21:43:26.259Z | Compiling dtrace-parser v0.1.14 |
1497 | 2024-01-19T21:43:28.885Z | Compiling tokio-util v0.7.10 |
1498 | 2024-01-19T21:43:30.879Z | Compiling rand v0.8.5 |
1499 | 2024-01-19T21:43:31.650Z | Compiling thread-id v4.2.0 |
1500 | 2024-01-19T21:43:32.029Z | Compiling num-bigint v0.4.4 |
1501 | 2024-01-19T21:43:32.161Z | Compiling hashbrown v0.12.3 |
1502 | 2024-01-19T21:43:32.669Z | Compiling foreign-types-shared v0.1.1 |
1503 | 2024-01-19T21:43:32.674Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1504 | 2024-01-19T21:43:32.788Z | Compiling smoltcp v0.9.1 |
1505 | 2024-01-19T21:43:33.475Z | Compiling doc-comment v0.3.3 |
1506 | 2024-01-19T21:43:33.715Z | Compiling untrusted v0.7.1 |
1507 | 2024-01-19T21:43:34.002Z | Compiling untrusted v0.9.0 |
1508 | 2024-01-19T21:43:34.211Z | Compiling percent-encoding v2.3.1 |
1509 | 2024-01-19T21:43:34.228Z | Compiling base64ct v1.6.0 |
1510 | 2024-01-19T21:43:34.255Z | Compiling openssl-probe v0.1.5 |
1511 | 2024-01-19T21:43:35.172Z | Compiling pem-rfc7468 v0.7.0 |
1512 | 2024-01-19T21:43:36.096Z | Compiling foreign-types v0.3.2 |
1513 | 2024-01-19T21:43:36.312Z | Compiling strum_macros v0.25.2 |
1514 | 2024-01-19T21:43:39.966Z | Compiling serde_tokenstream v0.1.7 |
1515 | 2024-01-19T21:43:40.403Z | Compiling hmac v0.12.1 |
1516 | 2024-01-19T21:43:40.749Z | Compiling lazy_static v1.4.0 |
1517 | 2024-01-19T21:43:41.232Z | Compiling socket2 v0.4.9 |
1518 | 2024-01-19T21:43:42.780Z | Compiling unicode-width v0.1.11 |
1519 | 2024-01-19T21:43:42.977Z | Compiling unicode-segmentation v1.10.1 |
1520 | 2024-01-19T21:43:43.051Z | Compiling siphasher v0.3.11 |
1521 | 2024-01-19T21:43:43.563Z | Compiling flagset v0.4.3 |
1522 | 2024-01-19T21:43:43.586Z | Compiling adler v1.0.2 |
1523 | 2024-01-19T21:43:43.691Z | Compiling try-lock v0.2.4 |
1524 | 2024-01-19T21:43:43.967Z | Compiling miniz_oxide v0.7.1 |
1525 | 2024-01-19T21:43:44.012Z | Compiling want v0.3.1 |
1526 | 2024-01-19T21:43:44.369Z | Compiling der v0.7.8 |
1527 | 2024-01-19T21:43:48.149Z | Compiling rustls-webpki v0.101.7 |
1528 | 2024-01-19T21:43:48.570Z | Compiling sct v0.7.0 |
1529 | 2024-01-19T21:43:49.566Z | Compiling h2 v0.3.21 |
1530 | 2024-01-19T21:43:50.081Z | Compiling form_urlencoded v1.2.1 |
1531 | 2024-01-19T21:43:50.525Z | Compiling http-body v0.4.5 |
1532 | 2024-01-19T21:43:51.183Z | Compiling hubpack_derive v0.1.1 |
1533 | 2024-01-19T21:43:52.424Z | Compiling zerocopy-derive v0.6.4 |
1534 | 2024-01-19T21:43:52.988Z | Compiling pin-project-internal v1.1.3 |
1535 | 2024-01-19T21:43:55.542Z | Compiling num-iter v0.1.43 |
1536 | 2024-01-19T21:43:55.599Z | Compiling cpufeatures v0.2.9 |
1537 | 2024-01-19T21:43:55.929Z | Compiling tower-service v0.3.2 |
1538 | 2024-01-19T21:43:56.149Z | Compiling utf8parse v0.2.1 |
1539 | 2024-01-19T21:43:57.209Z | Compiling httpdate v1.0.3 |
1540 | 2024-01-19T21:43:57.209Z | Compiling anstyle v1.0.2 |
1541 | 2024-01-19T21:43:57.985Z | Compiling anstyle-parse v0.2.1 |
1542 | 2024-01-19T21:43:58.195Z | Compiling sha2 v0.10.8 |
1543 | 2024-01-19T21:44:00.236Z | Compiling spki v0.7.2 |
1544 | 2024-01-19T21:44:01.211Z | Compiling hyper v0.14.27 |
1545 | 2024-01-19T21:44:02.280Z | Compiling usdt-attr-macro v0.3.5 |
1546 | 2024-01-19T21:44:02.383Z | Compiling usdt-macro v0.3.5 |
1547 | 2024-01-19T21:44:04.557Z | Compiling openapiv3 v2.0.0 |
1548 | 2024-01-19T21:44:04.899Z | Compiling serde_tokenstream v0.2.0 |
1549 | 2024-01-19T21:44:05.438Z | Compiling rustls-pemfile v1.0.3 |
1550 | 2024-01-19T21:44:05.924Z | Compiling md-5 v0.10.5 |
1551 | 2024-01-19T21:44:05.953Z | Compiling stringprep v0.1.3 |
1552 | 2024-01-19T21:44:06.350Z | Compiling idna v0.5.0 |
1553 | 2024-01-19T21:44:07.172Z | Compiling diesel_table_macro_syntax v0.1.0 |
1554 | 2024-01-19T21:44:07.315Z | Compiling hash32 v0.2.1 |
1555 | 2024-01-19T21:44:07.934Z | Compiling gimli v0.28.0 |
1556 | 2024-01-19T21:44:08.287Z | Compiling colorchoice v1.0.0 |
1557 | 2024-01-19T21:44:08.506Z | Compiling anstyle-query v1.0.0 |
1558 | 2024-01-19T21:44:08.695Z | Compiling stable_deref_trait v1.2.0 |
1559 | 2024-01-19T21:44:08.890Z | Compiling fallible-iterator v0.2.0 |
1560 | 2024-01-19T21:44:10.123Z | Compiling postgres-protocol v0.6.6 |
1561 | 2024-01-19T21:44:12.133Z | Compiling anstream v0.5.0 |
1562 | 2024-01-19T21:44:13.108Z | Compiling url v2.5.0 |
1563 | 2024-01-19T21:44:13.108Z | Compiling diesel_derives v2.1.2 |
1564 | 2024-01-19T21:44:15.246Z | Compiling addr2line v0.21.0 |
1565 | 2024-01-19T21:44:16.790Z | Compiling tokio-rustls v0.24.1 |
1566 | 2024-01-19T21:44:17.234Z | Compiling rustls-native-certs v0.6.3 |
1567 | 2024-01-19T21:44:18.206Z | Compiling terminal_size v0.2.6 |
1568 | 2024-01-19T21:44:18.463Z | Compiling pkcs8 v0.10.2 |
1569 | 2024-01-19T21:44:19.292Z | Compiling tokio-native-tls v0.3.1 |
1570 | 2024-01-19T21:44:20.056Z | Compiling phf_shared v0.11.2 |
1571 | 2024-01-19T21:44:21.866Z | Compiling regress v0.7.1 |
1572 | 2024-01-19T21:44:22.306Z | Compiling block-padding v0.3.3 |
1573 | 2024-01-19T21:44:22.656Z | Compiling snafu-derive v0.7.5 |
1574 | 2024-01-19T21:44:22.964Z | Compiling enum-as-inner v0.5.1 |
1575 | 2024-01-19T21:44:24.469Z | Compiling serde_repr v0.1.16 |
1576 | 2024-01-19T21:44:26.125Z | Compiling clap_derive v4.4.2 |
1577 | 2024-01-19T21:44:31.824Z | Compiling ff v0.13.0 |
1578 | 2024-01-19T21:44:32.937Z | Compiling scheduled-thread-pool v0.2.7 |
1579 | 2024-01-19T21:44:32.937Z | Compiling object v0.32.1 |
1580 | 2024-01-19T21:44:34.240Z | Compiling bit-vec v0.6.3 |
1581 | 2024-01-19T21:44:35.348Z | Compiling base16ct v0.2.0 |
1582 | 2024-01-19T21:44:35.761Z | Compiling regex-automata v0.1.10 |
1583 | 2024-01-19T21:44:36.183Z | Compiling ipnet v2.9.0 |
1584 | 2024-01-19T21:44:36.635Z | Compiling num_threads v0.1.6 |
1585 | 2024-01-19T21:44:36.866Z | Compiling managed v0.8.0 |
1586 | 2024-01-19T21:44:37.744Z | Compiling rustc-demangle v0.1.23 |
1587 | 2024-01-19T21:44:38.195Z | Compiling clap_lex v0.5.1 |
1588 | 2024-01-19T21:44:38.366Z | Compiling deranged v0.3.8 |
1589 | 2024-01-19T21:44:38.870Z | Compiling matches v0.1.10 |
1590 | 2024-01-19T21:44:39.008Z | Compiling idna v0.2.3 |
1591 | 2024-01-19T21:44:59.548Z | Compiling time v0.3.27 |
1592 | 2024-01-19T21:45:00.166Z | Compiling clap_builder v4.4.2 |
1593 | 2024-01-19T21:45:00.320Z | Compiling bstr v0.2.17 |
1594 | 2024-01-19T21:45:00.320Z | Compiling sec1 v0.7.3 |
1595 | 2024-01-19T21:45:00.320Z | Compiling r2d2 v0.8.10 |
1596 | 2024-01-19T21:45:00.320Z | Compiling group v0.13.0 |
1597 | 2024-01-19T21:45:00.320Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1598 | 2024-01-19T21:45:00.320Z | Compiling inout v0.1.3 |
1599 | 2024-01-19T21:45:00.320Z | Compiling phf v0.11.2 |
1600 | 2024-01-19T21:45:00.320Z | Compiling hyper-tls v0.5.0 |
1601 | 2024-01-19T21:45:00.330Z | Compiling signal-hook-mio v0.2.3 |
1602 | 2024-01-19T21:45:00.331Z | Compiling hyper-rustls v0.24.2 |
1603 | 2024-01-19T21:45:00.331Z | Compiling bzip2 v0.4.4 |
1604 | 2024-01-19T21:45:00.331Z | Compiling flate2 v1.0.28 |
1605 | 2024-01-19T21:45:00.331Z | Compiling postgres-types v0.2.6 |
1606 | 2024-01-19T21:45:00.331Z | Compiling pin-project v1.1.3 |
1607 | 2024-01-19T21:45:00.331Z | Compiling zerocopy v0.6.4 |
1608 | 2024-01-19T21:45:00.331Z | Compiling hubpack v0.1.2 |
1609 | 2024-01-19T21:45:00.331Z | Compiling serde_urlencoded v0.7.1 |
1610 | 2024-01-19T21:45:00.331Z | Compiling phf_shared v0.10.0 |
1611 | 2024-01-19T21:45:00.332Z | Compiling hkdf v0.12.4 |
1612 | 2024-01-19T21:45:00.332Z | Compiling ipnetwork v0.20.0 |
1613 | 2024-01-19T21:45:00.332Z | Compiling futures-executor v0.3.30 |
1614 | 2024-01-19T21:45:00.332Z | Compiling crypto-bigint v0.5.2 |
1615 | 2024-01-19T21:45:00.332Z | Compiling float-cmp v0.9.0 |
1616 | 2024-01-19T21:45:00.332Z | Compiling proc-macro-error-attr v1.0.4 |
1617 | 2024-01-19T21:45:00.332Z | Compiling encoding_rs v0.8.33 |
1618 | 2024-01-19T21:45:00.332Z | Compiling normalize-line-endings v0.3.0 |
1619 | 2024-01-19T21:45:00.332Z | Compiling minimal-lexical v0.2.1 |
1620 | 2024-01-19T21:45:00.332Z | Compiling precomputed-hash v0.1.1 |
1621 | 2024-01-19T21:45:00.332Z | Compiling whoami v1.4.1 |
1622 | 2024-01-19T21:45:00.332Z | Compiling fixedbitset v0.4.2 |
1623 | 2024-01-19T21:45:00.332Z | Compiling static_assertions v1.1.0 |
1624 | 2024-01-19T21:45:00.587Z | Compiling new_debug_unreachable v1.0.4 |
1625 | 2024-01-19T21:45:00.664Z | Compiling predicates-core v1.0.6 |
1626 | 2024-01-19T21:45:00.664Z | Compiling webpki-roots v0.25.2 |
1627 | 2024-01-19T21:45:00.778Z | Compiling either v1.9.0 |
1628 | 2024-01-19T21:45:01.303Z | Compiling regex-automata v0.3.8 |
1629 | 2024-01-19T21:45:01.444Z | Compiling mime v0.3.17 |
1630 | 2024-01-19T21:45:02.282Z | Compiling difflib v0.4.0 |
1631 | 2024-01-19T21:45:04.365Z | Compiling data-encoding v2.4.0 |
1632 | 2024-01-19T21:45:07.074Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1633 | 2024-01-19T21:45:07.272Z | Compiling trust-dns-proto v0.22.0 |
1634 | 2024-01-19T21:45:14.166Z | Compiling bstr v1.6.0 |
1635 | 2024-01-19T21:45:14.944Z | Compiling predicates v3.1.0 |
1636 | 2024-01-19T21:45:16.644Z | Compiling reqwest v0.11.22 |
1637 | 2024-01-19T21:45:16.897Z | Compiling itertools v0.10.5 |
1638 | 2024-01-19T21:45:17.296Z | Compiling petgraph v0.6.4 |
1639 | 2024-01-19T21:45:17.799Z | Compiling string_cache v0.8.7 |
1640 | 2024-01-19T21:45:18.027Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1641 | 2024-01-19T21:45:19.929Z | Compiling tokio-postgres v0.7.10 |
1642 | 2024-01-19T21:45:21.524Z | Compiling nom v7.1.3 |
1643 | 2024-01-19T21:45:23.946Z | Compiling elliptic-curve v0.13.8 |
1644 | 2024-01-19T21:45:30.968Z | Compiling futures v0.3.30 |
1645 | 2024-01-19T21:45:31.160Z | Compiling diesel v2.1.4 |
1646 | 2024-01-19T21:45:31.293Z | Compiling yasna v0.5.2 |
1647 | 2024-01-19T21:45:32.082Z | Compiling zip v0.6.6 |
1648 | 2024-01-19T21:45:32.237Z | Compiling snafu v0.7.5 |
1649 | 2024-01-19T21:45:32.467Z | Compiling crossterm v0.27.0 |
1650 | 2024-01-19T21:45:33.439Z | Compiling cipher v0.4.4 |
1651 | 2024-01-19T21:45:34.040Z | Compiling clap v4.4.3 |
1652 | 2024-01-19T21:45:34.198Z | Compiling similar v2.3.0 |
1653 | 2024-01-19T21:45:34.577Z | Compiling bit-set v0.5.3 |
1654 | 2024-01-19T21:45:35.004Z | Compiling usdt v0.3.5 |
1655 | 2024-01-19T21:45:35.392Z | Compiling console v0.15.8 |
1656 | 2024-01-19T21:45:36.199Z | Compiling tokio-stream v0.1.14 |
1657 | 2024-01-19T21:45:36.407Z | Compiling toml v0.7.8 |
1658 | 2024-01-19T21:45:37.452Z | Compiling proc-macro-crate v1.3.1 |
1659 | 2024-01-19T21:45:37.601Z | Compiling toml_edit v0.21.0 |
1660 | 2024-01-19T21:45:37.657Z | Compiling hex v0.4.3 |
1661 | 2024-01-19T21:45:38.603Z | Compiling proc-macro-error v1.0.4 |
1662 | 2024-01-19T21:45:38.829Z | Compiling lalrpop-util v0.19.12 |
1663 | 2024-01-19T21:45:40.899Z | Compiling num_enum_derive v0.5.11 |
1664 | 2024-01-19T21:45:46.323Z | Compiling atty v0.2.14 |
1665 | 2024-01-19T21:45:47.162Z | Compiling smoltcp v0.10.0 |
1666 | 2024-01-19T21:45:47.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1667 | 2024-01-19T21:45:47.781Z | Compiling ident_case v1.0.1 |
1668 | 2024-01-19T21:45:49.145Z | Compiling darling_core v0.20.3 |
1669 | 2024-01-19T21:45:55.810Z | Compiling num_enum v0.5.11 |
1670 | 2024-01-19T21:46:15.124Z | Compiling dirs-sys-next v0.1.2 |
1671 | 2024-01-19T21:46:30.017Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1672 | 2024-01-19T21:46:30.378Z | Compiling embedded-io v0.4.0 |
1673 | 2024-01-19T21:46:30.619Z | Compiling camino v1.1.6 |
1674 | 2024-01-19T21:46:30.619Z | Compiling cobs v0.2.3 |
1675 | 2024-01-19T21:46:30.620Z | Compiling postcard v1.0.8 |
1676 | 2024-01-19T21:46:30.620Z | Compiling dirs-next v2.0.0 |
1677 | 2024-01-19T21:46:30.620Z | Compiling darling_macro v0.20.3 |
1678 | 2024-01-19T21:46:30.620Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1679 | 2024-01-19T21:46:38.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1680 | 2024-01-19T21:46:38.958Z | Compiling getopts v0.2.21 |
1681 | 2024-01-19T21:46:44.368Z | Compiling foreign-types-macros v0.2.3 |
1682 | 2024-01-19T21:46:44.666Z | Compiling structmeta-derive v0.2.0 |
1683 | 2024-01-19T21:46:49.298Z | Compiling thread_local v1.1.7 |
1684 | 2024-01-19T21:46:49.308Z | Compiling multer v3.0.0 |
1685 | 2024-01-19T21:46:49.406Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1686 | 2024-01-19T21:46:51.009Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1687 | 2024-01-19T21:46:51.120Z | Compiling unsafe-libyaml v0.2.10 |
1688 | 2024-01-19T21:46:54.043Z | Compiling foreign-types-shared v0.3.1 |
1689 | 2024-01-19T21:46:54.201Z | Compiling slog-async v2.8.0 |
1690 | 2024-01-19T21:46:54.866Z | Compiling match_cfg v0.1.0 |
1691 | 2024-01-19T21:46:55.024Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1692 | 2024-01-19T21:46:55.416Z | Compiling paste v1.0.14 |
1693 | 2024-01-19T21:46:59.430Z | Compiling hostname v0.3.1 |
1694 | 2024-01-19T21:46:59.890Z | Compiling foreign-types v0.5.0 |
1695 | 2024-01-19T21:47:00.056Z | Compiling serde_yaml v0.9.25 |
1696 | 2024-01-19T21:47:18.401Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1697 | 2024-01-19T21:47:18.439Z | Compiling structmeta v0.2.0 |
1698 | 2024-01-19T21:47:18.439Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1699 | 2024-01-19T21:47:33.416Z | Compiling darling v0.20.3 |
1700 | 2024-01-19T21:47:33.764Z | Compiling term v0.7.0 |
1701 | 2024-01-19T21:47:33.764Z | Compiling slog-json v2.6.1 |
1702 | 2024-01-19T21:47:33.764Z | Compiling is-terminal v0.4.9 |
1703 | 2024-01-19T21:47:33.764Z | Compiling crossbeam-channel v0.5.8 |
1704 | 2024-01-19T21:47:33.764Z | Compiling strum v0.25.0 |
1705 | 2024-01-19T21:47:33.764Z | Compiling http v1.0.0 |
1706 | 2024-01-19T21:47:34.244Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1707 | 2024-01-19T21:47:35.109Z | Compiling async-stream-impl v0.3.5 |
1708 | 2024-01-19T21:47:35.460Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1709 | 2024-01-19T21:47:35.941Z | Compiling cstr-argument v0.1.2 |
1710 | 2024-01-19T21:47:36.320Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1711 | 2024-01-19T21:47:36.760Z | Compiling rustls-pki-types v1.1.0 |
1712 | 2024-01-19T21:47:37.242Z | Compiling take_mut v0.2.2 |
1713 | 2024-01-19T21:47:38.290Z | Compiling pretty-hex v0.2.1 |
1714 | 2024-01-19T21:47:38.824Z | Compiling crucible-workspace-hack v0.1.0 |
1715 | 2024-01-19T21:47:39.242Z | Compiling fastrand v2.0.0 |
1716 | 2024-01-19T21:47:42.258Z | Compiling atomic-waker v1.1.1 |
1717 | 2024-01-19T21:47:42.369Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1718 | 2024-01-19T21:47:42.369Z | Compiling regex-syntax v0.7.5 |
1719 | 2024-01-19T21:47:47.841Z | Compiling waitgroup v0.1.2 |
1720 | 2024-01-19T21:47:48.188Z | Compiling tempfile v3.8.1 |
1721 | 2024-01-19T21:47:50.410Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1722 | 2024-01-19T21:47:51.382Z | Compiling parse-display-derive v0.8.2 |
1723 | 2024-01-19T21:47:55.479Z | Compiling rustls-pemfile v2.0.0 |
1724 | 2024-01-19T21:47:56.693Z | Compiling async-stream v0.3.5 |
1725 | 2024-01-19T21:47:57.571Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1726 | 2024-01-19T21:47:59.984Z | Compiling slog-bunyan v2.5.0 |
1727 | 2024-01-19T21:48:00.376Z | Compiling colored v2.0.4 |
1728 | 2024-01-19T21:48:01.773Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1729 | 2024-01-19T21:48:02.790Z | Compiling slog-term v2.9.0 |
1730 | 2024-01-19T21:48:03.646Z | Compiling serde_with_macros v3.4.0 |
1731 | 2024-01-19T21:48:10.775Z | Compiling toml v0.8.8 |
1732 | 2024-01-19T21:48:12.257Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1733 | 2024-01-19T21:48:13.465Z | Compiling sha1 v0.10.6 |
1734 | 2024-01-19T21:48:14.605Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d) |
1735 | 2024-01-19T21:48:14.962Z | Compiling textwrap v0.11.0 |
1736 | 2024-01-19T21:48:16.769Z | Compiling heck v0.3.3 |
1737 | 2024-01-19T21:48:17.831Z | Compiling serde_path_to_error v0.1.15 |
1738 | 2024-01-19T21:48:18.926Z | Compiling instant v0.1.12 |
1739 | 2024-01-19T21:48:19.154Z | Compiling rayon-core v1.12.0 |
1740 | 2024-01-19T21:48:19.360Z | Compiling strsim v0.8.0 |
1741 | 2024-01-19T21:48:19.572Z | Compiling vec_map v0.8.2 |
1742 | 2024-01-19T21:48:19.706Z | Compiling ansi_term v0.12.1 |
1743 | 2024-01-19T21:48:20.034Z | Compiling libefi-sys v0.1.0 |
1744 | 2024-01-19T21:48:20.039Z | Compiling debug-ignore v1.0.5 |
1745 | 2024-01-19T21:48:20.476Z | Compiling clap v2.34.0 |
1746 | 2024-01-19T21:48:21.141Z | Compiling backoff v0.4.0 |
1747 | 2024-01-19T21:48:21.669Z | Compiling structopt-derive v0.4.18 |
1748 | 2024-01-19T21:48:21.693Z | Compiling serde_with v3.4.0 |
1749 | 2024-01-19T21:48:26.037Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2024-01-19T21:48:27.683Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1751 | 2024-01-19T21:48:27.989Z | Compiling parse-display v0.8.2 |
1752 | 2024-01-19T21:48:28.263Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1753 | 2024-01-19T21:48:28.445Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1754 | 2024-01-19T21:48:29.224Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1755 | 2024-01-19T21:48:29.472Z | Compiling zone_cfg_derive v0.3.0 |
1756 | 2024-01-19T21:48:29.496Z | Compiling crossbeam-deque v0.8.3 |
1757 | 2024-01-19T21:48:30.104Z | Compiling macaddr v1.0.1 |
1758 | 2024-01-19T21:48:31.412Z | Compiling num-derive v0.4.0 |
1759 | 2024-01-19T21:48:31.633Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1760 | 2024-01-19T21:48:32.176Z | Compiling portable-atomic v1.4.3 |
1761 | 2024-01-19T21:48:33.081Z | Compiling zone v0.3.0 |
1762 | 2024-01-19T21:48:33.588Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1763 | 2024-01-19T21:48:35.014Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1764 | 2024-01-19T21:48:38.198Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1765 | 2024-01-19T21:48:39.036Z | Compiling structopt v0.3.26 |
1766 | 2024-01-19T21:48:39.285Z | Compiling camino-tempfile v1.1.1 |
1767 | 2024-01-19T21:48:40.503Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1768 | 2024-01-19T21:48:40.527Z | Compiling smf v0.2.2 |
1769 | 2024-01-19T21:48:42.393Z | Compiling filetime v0.2.23 |
1770 | 2024-01-19T21:48:42.935Z | Compiling xattr v1.0.1 |
1771 | 2024-01-19T21:48:43.202Z | Compiling same-file v1.0.6 |
1772 | 2024-01-19T21:48:43.384Z | Compiling tar v0.4.40 |
1773 | 2024-01-19T21:48:43.662Z | Compiling walkdir v2.4.0 |
1774 | 2024-01-19T21:48:45.232Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1775 | 2024-01-19T21:48:45.855Z | Compiling rayon v1.8.0 |
1776 | 2024-01-19T21:48:46.491Z | Compiling number_prefix v0.4.0 |
1777 | 2024-01-19T21:48:48.289Z | Compiling topological-sort v0.2.2 |
1778 | 2024-01-19T21:48:48.331Z | Compiling omicron-zone-package v0.10.1 |
1779 | 2024-01-19T21:48:48.954Z | Compiling swrite v0.1.0 |
1780 | 2024-01-19T21:48:53.967Z | Compiling indicatif v0.17.7 |
1781 | 2024-01-19T21:49:09.831Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1782 | 2024-01-19T21:49:20.098Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1783 | 2024-01-19T21:49:23.631Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1784 | 2024-01-19T21:49:40.724Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1785 | 2024-01-19T21:49:52.700Z | Finished release [optimized] target(s) in 7m 58s |
1786 | 2024-01-19T21:49:52.962Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1787 | 2024-01-19T21:49:53.049Z | Created new build target 'test' and set it as active |
1788 | 2024-01-19T21:49:53.052Z | |
1789 | 2024-01-19T21:49:53.052Z | real 7:58.534923886 |
1790 | 2024-01-19T21:49:53.052Z | user 51:27.242947673 |
1791 | 2024-01-19T21:49:53.052Z | sys 4:29.966328547 |
1792 | 2024-01-19T21:49:53.052Z | trap 1.949528166 |
1793 | 2024-01-19T21:49:53.052Z | tflt 4.237458147 |
1794 | 2024-01-19T21:49:53.053Z | dflt 6.346496452 |
1795 | 2024-01-19T21:49:53.053Z | kflt 0.089084241 |
1796 | 2024-01-19T21:49:53.053Z | lock 1:57:53.048491458 |
1797 | 2024-01-19T21:49:53.053Z | slp 2:23:52.983703467 |
1798 | 2024-01-19T21:49:53.053Z | lat 2:26.804321450 |
1799 | 2024-01-19T21:49:53.053Z | stop 4:12.338020949 |
1800 | 2024-01-19T21:49:53.053Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1801 | 2024-01-19T21:49:54.182Z | Finished release [optimized] target(s) in 1.04s |
1802 | 2024-01-19T21:49:54.207Z | Running `target/release/omicron-package -t test package` |
1803 | 2024-01-19T21:49:54.245Z | Jan 19 21:49:52.949 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1804 | 2024-01-19T21:49:55.405Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1805 | 2024-01-19T21:49:55.406Z | Compiling linked-hash-map v0.5.6 |
1806 | 2024-01-19T21:49:55.411Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1807 | 2024-01-19T21:49:55.411Z | Compiling password-hash v0.5.0 |
1808 | 2024-01-19T21:49:55.440Z | Compiling blake2 v0.10.6 |
1809 | 2024-01-19T21:49:55.443Z | Compiling semver v0.1.20 |
1810 | 2024-01-19T21:49:55.444Z | Compiling same-file v1.0.6 |
1811 | 2024-01-19T21:49:55.445Z | Compiling quick-error v1.2.3 |
1812 | 2024-01-19T21:49:55.644Z | Compiling walkdir v2.4.0 |
1813 | 2024-01-19T21:49:55.736Z | Compiling resolv-conf v0.7.0 |
1814 | 2024-01-19T21:49:56.001Z | Compiling lru-cache v0.1.2 |
1815 | 2024-01-19T21:49:56.325Z | Compiling argon2 v0.5.2 |
1816 | 2024-01-19T21:49:56.389Z | Compiling rustc_version v0.1.7 |
1817 | 2024-01-19T21:49:56.754Z | Compiling semver-parser v0.10.2 |
1818 | 2024-01-19T21:49:56.972Z | Compiling newtype_derive v0.1.6 |
1819 | 2024-01-19T21:49:57.388Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1820 | 2024-01-19T21:49:57.734Z | Compiling fastrand v2.0.0 |
1821 | 2024-01-19T21:49:58.339Z | Compiling tempfile v3.8.1 |
1822 | 2024-01-19T21:49:58.512Z | Compiling semver v0.11.0 |
1823 | 2024-01-19T21:49:58.951Z | Compiling trust-dns-resolver v0.22.0 |
1824 | 2024-01-19T21:49:59.529Z | Compiling nibble_vec v0.1.0 |
1825 | 2024-01-19T21:49:59.541Z | Compiling xattr v1.0.1 |
1826 | 2024-01-19T21:49:59.560Z | Compiling filetime v0.2.23 |
1827 | 2024-01-19T21:49:59.784Z | Compiling slog-dtrace v0.2.3 |
1828 | 2024-01-19T21:49:59.841Z | Compiling home v0.5.5 |
1829 | 2024-01-19T21:49:59.881Z | Compiling endian-type v0.1.2 |
1830 | 2024-01-19T21:49:59.996Z | Compiling tar v0.4.40 |
1831 | 2024-01-19T21:50:00.161Z | Compiling radix_trie v0.2.1 |
1832 | 2024-01-19T21:50:00.214Z | Compiling toolchain_find v0.2.0 |
1833 | 2024-01-19T21:50:00.431Z | Compiling itertools v0.12.0 |
1834 | 2024-01-19T21:50:00.880Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1835 | 2024-01-19T21:50:01.001Z | Compiling toml v0.5.11 |
1836 | 2024-01-19T21:50:01.486Z | Compiling topological-sort v0.2.2 |
1837 | 2024-01-19T21:50:01.554Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1838 | 2024-01-19T21:50:01.802Z | Compiling omicron-zone-package v0.10.1 |
1839 | 2024-01-19T21:50:01.845Z | Compiling steno v0.4.0 |
1840 | 2024-01-19T21:50:05.518Z | Compiling rustfmt-wrapper v0.2.0 |
1841 | 2024-01-19T21:50:06.214Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1842 | 2024-01-19T21:50:06.470Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1843 | 2024-01-19T21:50:06.487Z | Compiling toml v0.8.8 |
1844 | 2024-01-19T21:50:07.591Z | Compiling num-rational v0.4.1 |
1845 | 2024-01-19T21:50:07.624Z | Compiling cancel-safe-futures v0.1.5 |
1846 | 2024-01-19T21:50:08.794Z | Compiling num-complex v0.4.4 |
1847 | 2024-01-19T21:50:08.976Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1848 | 2024-01-19T21:50:09.413Z | Compiling fxhash v0.2.1 |
1849 | 2024-01-19T21:50:09.758Z | Compiling unicase v2.7.0 |
1850 | 2024-01-19T21:50:10.156Z | Compiling utf-8 v0.7.6 |
1851 | 2024-01-19T21:50:10.568Z | Compiling num v0.4.1 |
1852 | 2024-01-19T21:50:10.717Z | Compiling radium v0.7.0 |
1853 | 2024-01-19T21:50:10.727Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1854 | 2024-01-19T21:50:10.843Z | Compiling tungstenite v0.20.1 |
1855 | 2024-01-19T21:50:11.398Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1856 | 2024-01-19T21:50:12.388Z | Compiling arc-swap v1.6.0 |
1857 | 2024-01-19T21:50:13.584Z | Compiling tap v1.0.1 |
1858 | 2024-01-19T21:50:13.854Z | Compiling maybe-uninit v2.0.0 |
1859 | 2024-01-19T21:50:14.507Z | Compiling ciborium-io v0.2.1 |
1860 | 2024-01-19T21:50:14.675Z | Compiling half v1.8.2 |
1861 | 2024-01-19T21:50:16.645Z | Compiling ciborium-ll v0.2.1 |
1862 | 2024-01-19T21:50:17.545Z | Compiling wyz v0.5.1 |
1863 | 2024-01-19T21:50:18.283Z | Compiling slog-scope v4.4.0 |
1864 | 2024-01-19T21:50:20.885Z | Compiling tokio-tungstenite v0.20.1 |
1865 | 2024-01-19T21:50:20.901Z | Compiling libsw v3.3.1 |
1866 | 2024-01-19T21:50:21.133Z | Compiling derive-where v1.2.7 |
1867 | 2024-01-19T21:50:21.276Z | Compiling crc-catalog v2.2.0 |
1868 | 2024-01-19T21:50:21.478Z | Compiling display-error-chain v0.2.0 |
1869 | 2024-01-19T21:50:21.726Z | Compiling num-bigint-dig v0.8.4 |
1870 | 2024-01-19T21:50:22.138Z | Compiling funty v2.0.0 |
1871 | 2024-01-19T21:50:26.437Z | Compiling packed_struct v0.10.1 |
1872 | 2024-01-19T21:50:26.469Z | Compiling owo-colors v3.5.0 |
1873 | 2024-01-19T21:50:26.969Z | Compiling linear-map v1.2.0 |
1874 | 2024-01-19T21:50:27.016Z | Compiling parking_lot_core v0.8.6 |
1875 | 2024-01-19T21:50:27.606Z | Compiling bitvec v1.0.1 |
1876 | 2024-01-19T21:50:27.635Z | Compiling crc v3.0.1 |
1877 | 2024-01-19T21:50:28.772Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1878 | 2024-01-19T21:50:31.948Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1879 | 2024-01-19T21:50:34.941Z | Compiling slog-stdlog v4.1.1 |
1880 | 2024-01-19T21:50:36.470Z | Compiling ciborium v0.2.1 |
1881 | 2024-01-19T21:50:36.826Z | Compiling packed_struct_codegen v0.10.1 |
1882 | 2024-01-19T21:50:40.193Z | Compiling nodrop v0.1.14 |
1883 | 2024-01-19T21:50:40.362Z | Compiling array-init v0.0.4 |
1884 | 2024-01-19T21:50:43.006Z | Compiling smallvec v0.6.14 |
1885 | 2024-01-19T21:50:44.334Z | Compiling slog-envlogger v2.2.0 |
1886 | 2024-01-19T21:50:48.330Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1887 | 2024-01-19T21:50:48.574Z | Compiling pkcs1 v0.7.5 |
1888 | 2024-01-19T21:50:49.485Z | Compiling signature v2.1.0 |
1889 | 2024-01-19T21:50:49.688Z | Compiling dirs-sys-next v0.1.2 |
1890 | 2024-01-19T21:50:49.828Z | Compiling platforms v3.0.2 |
1891 | 2024-01-19T21:50:50.281Z | Compiling termcolor v1.2.0 |
1892 | 2024-01-19T21:50:50.449Z | Compiling crunchy v0.2.2 |
1893 | 2024-01-19T21:50:51.098Z | Compiling bitfield v0.14.0 |
1894 | 2024-01-19T21:50:51.575Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1895 | 2024-01-19T21:50:52.488Z | Compiling glob v0.3.1 |
1896 | 2024-01-19T21:50:53.821Z | Compiling convert_case v0.4.0 |
1897 | 2024-01-19T21:50:54.671Z | Compiling clang-sys v1.6.1 |
1898 | 2024-01-19T21:50:55.039Z | Compiling derive_more v0.99.17 |
1899 | 2024-01-19T21:50:55.671Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1900 | 2024-01-19T21:50:56.992Z | Compiling env_logger v0.10.0 |
1901 | 2024-01-19T21:51:03.382Z | Compiling dirs-next v2.0.0 |
1902 | 2024-01-19T21:51:03.645Z | Compiling rsa v0.9.2 |
1903 | 2024-01-19T21:51:05.130Z | Compiling parking_lot v0.11.2 |
1904 | 2024-01-19T21:51:07.407Z | Compiling serde-hex v0.1.0 |
1905 | 2024-01-19T21:51:09.092Z | Compiling mime_guess v2.0.4 |
1906 | 2024-01-19T21:51:10.820Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1907 | 2024-01-19T21:51:10.847Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1908 | 2024-01-19T21:51:11.673Z | Compiling trust-dns-client v0.22.0 |
1909 | 2024-01-19T21:51:12.518Z | Compiling x509-cert v0.2.4 |
1910 | 2024-01-19T21:51:16.367Z | Compiling ron v0.8.1 |
1911 | 2024-01-19T21:51:26.899Z | Compiling prettyplease v0.2.16 |
1912 | 2024-01-19T21:51:27.301Z | Compiling tiny-keccak v2.0.2 |
1913 | 2024-01-19T21:51:27.728Z | Compiling crc-any v2.4.3 |
1914 | 2024-01-19T21:51:29.234Z | Compiling buf-list v1.0.3 |
1915 | 2024-01-19T21:51:29.892Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1916 | 2024-01-19T21:51:30.151Z | Compiling trust-dns-server v0.22.1 |
1917 | 2024-01-19T21:51:35.100Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1918 | 2024-01-19T21:51:39.194Z | Compiling sled v0.34.7 |
1919 | 2024-01-19T21:51:44.340Z | Compiling term v0.7.0 |
1920 | 2024-01-19T21:51:47.428Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1921 | 2024-01-19T21:51:57.846Z | Compiling darling_core v0.14.4 |
1922 | 2024-01-19T21:52:00.367Z | Compiling object v0.30.4 |
1923 | 2024-01-19T21:52:06.556Z | Compiling vte_generate_state_changes v0.1.1 |
1924 | 2024-01-19T21:52:06.681Z | Compiling path-slash v0.1.5 |
1925 | 2024-01-19T21:52:06.995Z | Compiling pretty-hex v0.4.1 |
1926 | 2024-01-19T21:52:07.426Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1927 | 2024-01-19T21:52:07.439Z | Compiling vte v0.11.1 |
1928 | 2024-01-19T21:52:07.479Z | Compiling darling_macro v0.14.4 |
1929 | 2024-01-19T21:52:08.939Z | Compiling curve25519-dalek v4.1.1 |
1930 | 2024-01-19T21:52:09.582Z | Compiling ascii-canvas v3.0.0 |
1931 | 2024-01-19T21:52:10.830Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1932 | 2024-01-19T21:52:12.051Z | Compiling fd-lock v3.0.13 |
1933 | 2024-01-19T21:52:12.346Z | Compiling is-terminal v0.4.9 |
1934 | 2024-01-19T21:52:12.516Z | Compiling kstat-rs v0.2.3 |
1935 | 2024-01-19T21:52:12.581Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1936 | 2024-01-19T21:52:14.546Z | Compiling ena v0.14.2 |
1937 | 2024-01-19T21:52:15.176Z | Compiling libloading v0.7.4 |
1938 | 2024-01-19T21:52:15.715Z | Compiling diff v0.1.13 |
1939 | 2024-01-19T21:52:16.596Z | Compiling bindgen v0.65.1 |
1940 | 2024-01-19T21:52:17.219Z | Compiling regex-syntax v0.6.29 |
1941 | 2024-01-19T21:52:26.483Z | Compiling bytecount v0.6.3 |
1942 | 2024-01-19T21:52:26.652Z | Compiling keccak v0.1.4 |
1943 | 2024-01-19T21:52:26.951Z | Compiling papergrid v0.10.0 |
1944 | 2024-01-19T21:52:28.257Z | Compiling sha3 v0.10.8 |
1945 | 2024-01-19T21:52:29.728Z | Compiling lalrpop v0.19.12 |
1946 | 2024-01-19T21:52:32.290Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1947 | 2024-01-19T21:52:40.143Z | Compiling strip-ansi-escapes v0.2.0 |
1948 | 2024-01-19T21:52:41.424Z | Compiling darling v0.14.4 |
1949 | 2024-01-19T21:52:50.778Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1950 | 2024-01-19T21:52:51.098Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1951 | 2024-01-19T21:52:51.867Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1952 | 2024-01-19T21:52:53.286Z | Compiling tabled_derive v0.6.0 |
1953 | 2024-01-19T21:52:53.444Z | Compiling globset v0.4.13 |
1954 | 2024-01-19T21:52:56.856Z | Compiling cexpr v0.6.0 |
1955 | 2024-01-19T21:52:59.224Z | Compiling nix v0.26.4 |
1956 | 2024-01-19T21:52:59.519Z | Compiling pem v3.0.2 |
1957 | 2024-01-19T21:52:59.532Z | Compiling olpc-cjson v0.1.3 |
1958 | 2024-01-19T21:53:00.420Z | Compiling which v4.4.0 |
1959 | 2024-01-19T21:53:01.014Z | Compiling universal-hash v0.5.1 |
1960 | 2024-01-19T21:53:01.300Z | Compiling secrecy v0.8.0 |
1961 | 2024-01-19T21:53:01.337Z | Compiling serde_plain v1.0.2 |
1962 | 2024-01-19T21:53:01.685Z | Compiling async-recursion v1.0.5 |
1963 | 2024-01-19T21:53:02.192Z | Compiling sqlparser_derive v0.1.1 |
1964 | 2024-01-19T21:53:02.208Z | Compiling curve25519-dalek-derive v0.1.0 |
1965 | 2024-01-19T21:53:03.258Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1966 | 2024-01-19T21:53:03.755Z | Compiling thiserror-impl-no-std v2.0.2 |
1967 | 2024-01-19T21:53:04.307Z | Compiling memoffset v0.7.1 |
1968 | 2024-01-19T21:53:04.326Z | Compiling lazycell v1.3.0 |
1969 | 2024-01-19T21:53:04.709Z | Compiling typed-path v0.7.0 |
1970 | 2024-01-19T21:53:04.956Z | Compiling nu-ansi-term v0.49.0 |
1971 | 2024-01-19T21:53:05.587Z | Compiling peeking_take_while v0.1.2 |
1972 | 2024-01-19T21:53:05.762Z | Compiling opaque-debug v0.3.0 |
1973 | 2024-01-19T21:53:05.889Z | Compiling unicode_categories v0.1.1 |
1974 | 2024-01-19T21:53:06.529Z | Compiling shlex v1.1.0 |
1975 | 2024-01-19T21:53:06.891Z | Compiling rustc-hash v1.1.0 |
1976 | 2024-01-19T21:53:07.638Z | Compiling sqlformat v0.2.3 |
1977 | 2024-01-19T21:53:08.230Z | Compiling thiserror-no-std v2.0.2 |
1978 | 2024-01-19T21:53:08.237Z | Compiling poly1305 v0.8.0 |
1979 | 2024-01-19T21:53:08.386Z | Compiling reedline v0.28.0 |
1980 | 2024-01-19T21:53:10.836Z | Compiling tough v0.16.0 |
1981 | 2024-01-19T21:53:16.670Z | Compiling rustyline v12.0.0 |
1982 | 2024-01-19T21:53:16.892Z | Compiling polar-core v0.27.0 |
1983 | 2024-01-19T21:53:21.969Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1984 | 2024-01-19T21:53:22.261Z | Compiling sqlparser v0.36.1 |
1985 | 2024-01-19T21:53:25.285Z | Compiling tabled v0.14.0 |
1986 | 2024-01-19T21:53:29.677Z | Compiling derive_builder_core v0.12.0 |
1987 | 2024-01-19T21:53:33.318Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1988 | 2024-01-19T21:53:34.798Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1989 | 2024-01-19T21:53:39.169Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1990 | 2024-01-19T21:53:39.585Z | Compiling chacha20 v0.9.1 |
1991 | 2024-01-19T21:53:40.310Z | Compiling aead v0.5.2 |
1992 | 2024-01-19T21:53:40.775Z | Compiling bcs v0.1.6 |
1993 | 2024-01-19T21:53:42.274Z | Compiling libxml v0.3.3 |
1994 | 2024-01-19T21:53:42.771Z | Compiling highway v1.1.0 |
1995 | 2024-01-19T21:53:42.922Z | Compiling ref-cast v1.0.20 |
1996 | 2024-01-19T21:53:43.686Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1997 | 2024-01-19T21:53:45.250Z | Compiling chacha20poly1305 v0.10.1 |
1998 | 2024-01-19T21:53:45.531Z | Compiling derive_builder_macro v0.12.0 |
1999 | 2024-01-19T21:53:46.735Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2000 | 2024-01-19T21:53:46.782Z | Compiling vsss-rs v3.3.4 |
2001 | 2024-01-19T21:53:55.013Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2002 | 2024-01-19T21:53:56.100Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2003 | 2024-01-19T21:53:56.450Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2004 | 2024-01-19T21:54:02.378Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2005 | 2024-01-19T21:54:07.056Z | Compiling strum_macros v0.24.3 |
2006 | 2024-01-19T21:54:09.362Z | Compiling ref-cast-impl v1.0.20 |
2007 | 2024-01-19T21:54:09.686Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2008 | 2024-01-19T21:54:10.107Z | Compiling cookie v0.18.0 |
2009 | 2024-01-19T21:54:10.537Z | Compiling fs-err v2.11.0 |
2010 | 2024-01-19T21:54:10.972Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2011 | 2024-01-19T21:54:11.155Z | Compiling indoc v1.0.9 |
2012 | 2024-01-19T21:54:11.426Z | Compiling salty v0.2.0 |
2013 | 2024-01-19T21:54:12.016Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2014 | 2024-01-19T21:54:12.026Z | Compiling signature v1.6.4 |
2015 | 2024-01-19T21:54:12.241Z | Compiling http-range v0.1.5 |
2016 | 2024-01-19T21:54:12.479Z | Compiling hyper-staticfile v0.9.5 |
2017 | 2024-01-19T21:54:12.528Z | Compiling ed25519 v1.5.3 |
2018 | 2024-01-19T21:54:13.016Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2019 | 2024-01-19T21:54:13.779Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
2020 | 2024-01-19T21:54:14.224Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2021 | 2024-01-19T21:54:24.127Z | Compiling derive_builder v0.12.0 |
2022 | 2024-01-19T21:54:25.272Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2023 | 2024-01-19T21:54:27.373Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2024 | 2024-01-19T21:54:27.890Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2025 | 2024-01-19T21:54:28.295Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2026 | 2024-01-19T21:54:34.912Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2027 | 2024-01-19T21:54:37.024Z | Compiling headers-core v0.2.0 |
2028 | 2024-01-19T21:54:37.262Z | Compiling bb8 v0.8.1 |
2029 | 2024-01-19T21:54:38.149Z | Compiling quick-xml v0.23.1 |
2030 | 2024-01-19T21:54:38.754Z | Compiling serde-big-array v0.5.1 |
2031 | 2024-01-19T21:54:39.132Z | Compiling impl-trait-for-tuples v0.2.2 |
2032 | 2024-01-19T21:54:39.780Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2033 | 2024-01-19T21:54:41.040Z | Compiling oso-derive v0.27.0 |
2034 | 2024-01-19T21:54:42.513Z | Compiling maplit v1.0.2 |
2035 | 2024-01-19T21:54:42.669Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2036 | 2024-01-19T21:54:55.257Z | Compiling oso v0.27.0 |
2037 | 2024-01-19T21:54:58.882Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2038 | 2024-01-19T21:55:00.065Z | Compiling headers v0.3.9 |
2039 | 2024-01-19T21:55:07.256Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2040 | 2024-01-19T21:55:10.061Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2041 | 2024-01-19T21:55:26.799Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2042 | 2024-01-19T21:55:27.206Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2043 | 2024-01-19T21:55:29.362Z | Compiling signal-hook-tokio v0.3.1 |
2044 | 2024-01-19T21:55:29.637Z | Compiling itertools v0.11.0 |
2045 | 2024-01-19T21:55:29.958Z | Compiling serde-big-array v0.4.1 |
2046 | 2024-01-19T21:55:30.228Z | Compiling indoc v2.0.3 |
2047 | 2024-01-19T21:55:30.468Z | Compiling cassowary v0.3.0 |
2048 | 2024-01-19T21:55:31.738Z | Compiling parse-size v1.0.0 |
2049 | 2024-01-19T21:55:32.237Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2050 | 2024-01-19T21:55:35.045Z | Compiling ratatui v0.23.0 |
2051 | 2024-01-19T21:55:37.976Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2052 | 2024-01-19T21:55:40.619Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2053 | 2024-01-19T21:56:00.451Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2054 | 2024-01-19T21:56:01.019Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2055 | 2024-01-19T21:56:03.351Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2056 | 2024-01-19T21:56:10.431Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
2057 | 2024-01-19T21:56:17.143Z | Compiling fatfs v0.3.6 |
2058 | 2024-01-19T21:56:22.549Z | Compiling nanorand v0.7.0 |
2059 | 2024-01-19T21:56:23.754Z | Compiling rtoolbox v0.0.1 |
2060 | 2024-01-19T21:56:24.403Z | Compiling is_ci v1.1.1 |
2061 | 2024-01-19T21:56:24.813Z | Compiling assert_matches v1.5.0 |
2062 | 2024-01-19T21:56:24.947Z | Compiling smawk v0.3.1 |
2063 | 2024-01-19T21:56:25.298Z | Compiling corncobs v0.1.3 |
2064 | 2024-01-19T21:56:25.944Z | Compiling unicode-linebreak v0.1.5 |
2065 | 2024-01-19T21:56:26.863Z | Compiling textwrap v0.16.0 |
2066 | 2024-01-19T21:56:32.507Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2067 | 2024-01-19T21:56:33.155Z | Compiling supports-color v2.1.0 |
2068 | 2024-01-19T21:56:33.754Z | Compiling rpassword v7.3.1 |
2069 | 2024-01-19T21:56:35.602Z | Compiling flume v0.11.0 |
2070 | 2024-01-19T21:56:35.756Z | Compiling tui-tree-widget v0.13.0 |
2071 | 2024-01-19T21:56:35.756Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2072 | 2024-01-19T21:56:35.756Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2073 | 2024-01-19T21:56:35.973Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2074 | 2024-01-19T21:56:37.854Z | Compiling shell-words v1.1.0 |
2075 | 2024-01-19T21:56:38.590Z | Compiling humantime v2.1.0 |
2076 | 2024-01-19T21:56:39.980Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2077 | 2024-01-19T21:56:43.126Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2078 | 2024-01-19T21:58:49.617Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2079 | 2024-01-19T22:00:31.726Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2080 | 2024-01-19T22:00:38.635Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2081 | 2024-01-19T22:09:45.907Z | Finished release [optimized] target(s) in 19m 46s |
2082 | 2024-01-19T22:11:02.751Z | |
2083 | 2024-01-19T22:11:02.807Z | real 21:00.750182867 |
2084 | 2024-01-19T22:11:02.807Z | user 2:26:00.082885972 |
2085 | 2024-01-19T22:11:02.807Z | sys 5:07.413007647 |
2086 | 2024-01-19T22:11:02.807Z | trap 4.398253161 |
2087 | 2024-01-19T22:11:02.807Z | tflt 1.174707471 |
2088 | 2024-01-19T22:11:02.807Z | dflt 1.967008234 |
2089 | 2024-01-19T22:11:02.807Z | kflt 0.030954195 |
2090 | 2024-01-19T22:11:02.807Z | lock 8:32:12.101082285 |
2091 | 2024-01-19T22:11:02.807Z | slp 5:40:20.290524868 |
2092 | 2024-01-19T22:11:02.807Z | lat 2:37.534750582 |
2093 | 2024-01-19T22:11:02.807Z | stop 39.294176741 |
2094 | 2024-01-19T22:11:02.807Z | + 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/*) |
2095 | 2024-01-19T22:11:02.807Z | + pfexec mkdir -p /work |
2096 | 2024-01-19T22:11:02.807Z | + pfexec chown build /work |
2097 | 2024-01-19T22:11:02.807Z | + 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 |
2098 | 2024-01-19T22:11:07.209Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2099 | 2024-01-19T22:11:07.211Z | a out/mg-ddm-gz.tar 61253K |
2100 | 2024-01-19T22:11:07.211Z | a out/omicron-sled-agent.tar 115002K |
2101 | 2024-01-19T22:11:07.211Z | a out/target/test 1K |
2102 | 2024-01-19T22:11:07.211Z | a out/npuzone/npuzone 36313K |
2103 | 2024-01-19T22:11:07.211Z | a package-manifest.toml 23K |
2104 | 2024-01-19T22:11:07.211Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2105 | 2024-01-19T22:11:07.211Z | a target/release/omicron-package 42078K |
2106 | 2024-01-19T22:11:07.212Z | a tools/create_virtual_hardware.sh 4K |
2107 | 2024-01-19T22:11:07.212Z | a tools/virtual_hardware.sh 4K |
2108 | 2024-01-19T22:11:07.212Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2109 | 2024-01-19T22:11:07.212Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2110 | 2024-01-19T22:11:07.212Z | a tools/scrimlet/softnpu-init.sh 3K |
2111 | 2024-01-19T22:11:07.212Z | a tools/scrimlet/softnpu-zone.txt 1K |
2112 | 2024-01-19T22:11:07.212Z | a tools/scrimlet/softnpu.toml 1K |
2113 | 2024-01-19T22:11:07.216Z | |
2114 | 2024-01-19T22:11:07.216Z | real 13.404406838 |
2115 | 2024-01-19T22:11:07.216Z | user 12.825716760 |
2116 | 2024-01-19T22:11:07.217Z | sys 1.032157183 |
2117 | 2024-01-19T22:11:07.227Z | trap 0.003807700 |
2118 | 2024-01-19T22:11:07.227Z | tflt 0.000000000 |
2119 | 2024-01-19T22:11:07.227Z | dflt 0.000000000 |
2120 | 2024-01-19T22:11:07.227Z | kflt 0.000000000 |
2121 | 2024-01-19T22:11:07.227Z | lock 0.000000000 |
2122 | 2024-01-19T22:11:07.227Z | slp 12.546527854 |
2123 | 2024-01-19T22:11:07.227Z | lat 0.397196265 |
2124 | 2024-01-19T22:11:07.227Z | stop 0.000231038 |
2125 | 2024-01-19T22:11:07.227Z | ++ pwd |
2126 | 2024-01-19T22:11:07.227Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2127 | 2024-01-19T22:11:07.227Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2128 | 2024-01-19T22:11:07.245Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2129 | 2024-01-19T22:11:08.340Z | Finished release [optimized] target(s) in 1.03s |
2130 | 2024-01-19T22:11:08.366Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2131 | 2024-01-19T22:11:08.455Z | Created new build target 'host' and set it as active |
2132 | 2024-01-19T22:11:08.466Z | |
2133 | 2024-01-19T22:11:08.466Z | real 1.186449768 |
2134 | 2024-01-19T22:11:08.466Z | user 0.834548306 |
2135 | 2024-01-19T22:11:08.466Z | sys 0.352889650 |
2136 | 2024-01-19T22:11:08.466Z | trap 0.000083073 |
2137 | 2024-01-19T22:11:08.466Z | tflt 0.000035006 |
2138 | 2024-01-19T22:11:08.466Z | dflt 0.000024034 |
2139 | 2024-01-19T22:11:08.466Z | kflt 0.000000000 |
2140 | 2024-01-19T22:11:08.467Z | lock 0.034813624 |
2141 | 2024-01-19T22:11:08.467Z | slp 0.021250287 |
2142 | 2024-01-19T22:11:08.467Z | lat 0.001911175 |
2143 | 2024-01-19T22:11:08.467Z | stop 0.000214743 |
2144 | 2024-01-19T22:11:08.467Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2145 | 2024-01-19T22:11:09.488Z | Finished release [optimized] target(s) in 0.99s |
2146 | 2024-01-19T22:11:09.515Z | Running `target/release/omicron-package -t host package` |
2147 | 2024-01-19T22:11:09.555Z | Jan 19 22:11:08.281 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2148 | 2024-01-19T22:11:10.660Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2149 | 2024-01-19T22:14:48.526Z | Finished release [optimized] target(s) in 3m 38s |
2150 | 2024-01-19T22:15:57.836Z | |
2151 | 2024-01-19T22:15:57.836Z | real 4:49.333405883 |
2152 | 2024-01-19T22:15:57.836Z | user 20:53.147116566 |
2153 | 2024-01-19T22:15:57.836Z | sys 1:00.609789521 |
2154 | 2024-01-19T22:15:57.836Z | trap 0.509181344 |
2155 | 2024-01-19T22:15:57.836Z | tflt 0.032730892 |
2156 | 2024-01-19T22:15:57.837Z | dflt 1.588638601 |
2157 | 2024-01-19T22:15:57.837Z | kflt 0.001083494 |
2158 | 2024-01-19T22:15:57.882Z | lock 1:10:05.747124081 |
2159 | 2024-01-19T22:15:57.882Z | slp 18:38.456308936 |
2160 | 2024-01-19T22:15:57.882Z | lat 8.609589550 |
2161 | 2024-01-19T22:15:57.882Z | stop 0.776788663 |
2162 | 2024-01-19T22:15:57.882Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2163 | 2024-01-19T22:15:57.882Z | + for package in "$@" |
2164 | 2024-01-19T22:15:57.882Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2165 | 2024-01-19T22:15:57.882Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git9e8500d1114 |
2166 | 2024-01-19T22:15:58.839Z | Finished release [optimized] target(s) in 1.00s |
2167 | 2024-01-19T22:15:58.866Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git9e8500d1114` |
2168 | 2024-01-19T22:15:58.907Z | Jan 19 22:15:57.637 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2169 | 2024-01-19T22:15:59.454Z | Created: out/versioned/omicron-sled-agent.tar |
2170 | 2024-01-19T22:15:59.467Z | + for package in "$@" |
2171 | 2024-01-19T22:15:59.467Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2172 | 2024-01-19T22:15:59.468Z | + echo 0.0.0 |
2173 | 2024-01-19T22:15:59.468Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2174 | 2024-01-19T22:15:59.468Z | a VERSION 1K |
2175 | 2024-01-19T22:15:59.468Z | + rm VERSION |
2176 | 2024-01-19T22:15:59.468Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git9e8500d1114 |
2177 | 2024-01-19T22:16:00.547Z | Finished release [optimized] target(s) in 0.99s |
2178 | 2024-01-19T22:16:00.575Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git9e8500d1114` |
2179 | 2024-01-19T22:16:00.648Z | Jan 19 22:15:59.346 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2180 | 2024-01-19T22:16:00.912Z | Created: out/versioned/mg-ddm-gz.tar |
2181 | 2024-01-19T22:16:00.916Z | + for package in "$@" |
2182 | 2024-01-19T22:16:00.916Z | + [[ propolis-server == mg-ddm-gz ]] |
2183 | 2024-01-19T22:16:00.916Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git9e8500d1114 |
2184 | 2024-01-19T22:16:02.112Z | Finished release [optimized] target(s) in 1.08s |
2185 | 2024-01-19T22:16:02.133Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git9e8500d1114` |
2186 | 2024-01-19T22:16:02.173Z | Jan 19 22:16:00.903 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2187 | 2024-01-19T22:16:03.848Z | Created: out/versioned/propolis-server.tar.gz |
2188 | 2024-01-19T22:16:03.851Z | + for package in "$@" |
2189 | 2024-01-19T22:16:03.852Z | + [[ overlay == mg-ddm-gz ]] |
2190 | 2024-01-19T22:16:03.852Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git9e8500d1114 |
2191 | 2024-01-19T22:16:04.928Z | Finished release [optimized] target(s) in 0.99s |
2192 | 2024-01-19T22:16:04.962Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git9e8500d1114` |
2193 | 2024-01-19T22:16:05.003Z | Jan 19 22:16:03.733 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2194 | 2024-01-19T22:16:05.006Z | Created: out/versioned/overlay.tar.gz |
2195 | 2024-01-19T22:16:05.010Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2196 | 2024-01-19T22:16:05.021Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2197 | 2024-01-19T22:16:05.030Z | ++ cd -- ./tools |
2198 | 2024-01-19T22:16:05.030Z | ++ pwd |
2199 | 2024-01-19T22:16:05.030Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2200 | 2024-01-19T22:16:05.030Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2201 | 2024-01-19T22:16:05.177Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2202 | 2024-01-19T22:16:05.190Z | ++ readlink -f /work |
2203 | 2024-01-19T22:16:05.191Z | + out_dir=/work |
2204 | 2024-01-19T22:16:05.191Z | + 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") |
2205 | 2024-01-19T22:16:05.191Z | + for dep in "${deps[@]}" |
2206 | 2024-01-19T22:16:05.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2207 | 2024-01-19T22:16:05.191Z | + for dep in "${deps[@]}" |
2208 | 2024-01-19T22:16:05.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2209 | 2024-01-19T22:16:05.191Z | + for dep in "${deps[@]}" |
2210 | 2024-01-19T22:16:05.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2211 | 2024-01-19T22:16:05.191Z | + for dep in "${deps[@]}" |
2212 | 2024-01-19T22:16:05.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2213 | 2024-01-19T22:16:05.192Z | ++ mktemp -d |
2214 | 2024-01-19T22:16:05.193Z | + tmp_gz=/tmp/tmp.fbaGxh |
2215 | 2024-01-19T22:16:05.193Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2216 | 2024-01-19T22:16:05.193Z | + echo '{"v":"1","t":"layer"}' |
2217 | 2024-01-19T22:16:05.193Z | + pkg_dir=/tmp/tmp.fbaGxh/root/opt/oxide/sled-agent |
2218 | 2024-01-19T22:16:05.193Z | + mkdir -p /tmp/tmp.fbaGxh/root/opt/oxide/sled-agent |
2219 | 2024-01-19T22:16:05.193Z | + cd /tmp/tmp.fbaGxh/root/opt/oxide/sled-agent |
2220 | 2024-01-19T22:16:05.193Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2221 | 2024-01-19T22:16:05.308Z | x ., 0 bytes, 0 tape blocks |
2222 | 2024-01-19T22:16:05.308Z | x zone-bundle, 39949520 bytes, 78027 tape blocks |
2223 | 2024-01-19T22:16:05.308Z | x sled-agent, 77861776 bytes, 152074 tape blocks |
2224 | 2024-01-19T22:16:05.308Z | x pkg, 0 bytes, 0 tape blocks |
2225 | 2024-01-19T22:16:05.308Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2226 | 2024-01-19T22:16:05.308Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2227 | 2024-01-19T22:16:05.308Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2228 | 2024-01-19T22:16:05.308Z | x VERSION, 25 bytes, 1 tape blocks |
2229 | 2024-01-19T22:16:05.312Z | + mkdir -p /tmp/tmp.fbaGxh/root/lib/svc/manifest/site/ |
2230 | 2024-01-19T22:16:05.312Z | + mv pkg/manifest.xml /tmp/tmp.fbaGxh/root/lib/svc/manifest/site/sled-agent.xml |
2231 | 2024-01-19T22:16:05.315Z | + cd - |
2232 | 2024-01-19T22:16:05.315Z | /work/oxidecomputer/omicron |
2233 | 2024-01-19T22:16:05.315Z | + pkg_dir=/tmp/tmp.fbaGxh/root/opt/oxide/mg-ddm |
2234 | 2024-01-19T22:16:05.315Z | + mkdir -p /tmp/tmp.fbaGxh/root/opt/oxide/mg-ddm |
2235 | 2024-01-19T22:16:05.321Z | + cd /tmp/tmp.fbaGxh/root/opt/oxide/mg-ddm |
2236 | 2024-01-19T22:16:05.321Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2237 | 2024-01-19T22:16:05.385Z | x ., 0 bytes, 0 tape blocks |
2238 | 2024-01-19T22:16:05.385Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2239 | 2024-01-19T22:16:05.386Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2240 | 2024-01-19T22:16:05.386Z | x pkg, 0 bytes, 0 tape blocks |
2241 | 2024-01-19T22:16:05.386Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2242 | 2024-01-19T22:16:05.386Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2243 | 2024-01-19T22:16:05.386Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2244 | 2024-01-19T22:16:05.386Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2245 | 2024-01-19T22:16:05.386Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2246 | 2024-01-19T22:16:05.386Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2247 | 2024-01-19T22:16:05.387Z | x VERSION, 25 bytes, 1 tape blocks |
2248 | 2024-01-19T22:16:05.391Z | + cd - |
2249 | 2024-01-19T22:16:05.391Z | /work/oxidecomputer/omicron |
2250 | 2024-01-19T22:16:05.391Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.fbaGxh/root/opt/oxide |
2251 | 2024-01-19T22:16:05.495Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.fbaGxh/root/opt/oxide |
2252 | 2024-01-19T22:16:05.498Z | + cd /tmp/tmp.fbaGxh |
2253 | 2024-01-19T22:16:05.498Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2254 | 2024-01-19T22:16:17.153Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2255 | 2024-01-19T22:16:17.153Z | a oxide.json 1K |
2256 | 2024-01-19T22:16:17.153Z | a root/ 0K |
2257 | 2024-01-19T22:16:17.153Z | a root/opt/ 0K |
2258 | 2024-01-19T22:16:17.154Z | a root/opt/oxide/ 0K |
2259 | 2024-01-19T22:16:17.154Z | a root/opt/oxide/sled-agent/ 0K |
2260 | 2024-01-19T22:16:17.154Z | a root/opt/oxide/sled-agent/zone-bundle 39014K |
2261 | 2024-01-19T22:16:17.154Z | a root/opt/oxide/sled-agent/sled-agent 76037K |
2262 | 2024-01-19T22:16:17.154Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2263 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2264 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2265 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/sled-agent/VERSION 1K |
2266 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/ 0K |
2267 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2268 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2269 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2270 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2271 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2272 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2273 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2274 | 2024-01-19T22:16:17.155Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2275 | 2024-01-19T22:16:17.156Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2276 | 2024-01-19T22:16:17.156Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2277 | 2024-01-19T22:16:17.156Z | a root/opt/oxide/propolis-server.tar.gz 62463K |
2278 | 2024-01-19T22:16:17.156Z | a root/opt/oxide/overlay.tar.gz 3K |
2279 | 2024-01-19T22:16:17.156Z | a root/lib/ 0K |
2280 | 2024-01-19T22:16:17.156Z | a root/lib/svc/ 0K |
2281 | 2024-01-19T22:16:17.156Z | a root/lib/svc/manifest/ 0K |
2282 | 2024-01-19T22:16:17.156Z | a root/lib/svc/manifest/site/ 0K |
2283 | 2024-01-19T22:16:17.156Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2284 | 2024-01-19T22:16:17.160Z | + cd / |
2285 | 2024-01-19T22:16:17.160Z | + rm -rf /tmp/tmp.fbaGxh |
2286 | 2024-01-19T22:16:17.205Z | |
2287 | 2024-01-19T22:16:17.209Z | real 12.189888615 |
2288 | 2024-01-19T22:16:17.209Z | user 11.165106420 |
2289 | 2024-01-19T22:16:17.209Z | sys 0.936168396 |
2290 | 2024-01-19T22:16:17.210Z | trap 0.004057298 |
2291 | 2024-01-19T22:16:17.210Z | tflt 0.000000000 |
2292 | 2024-01-19T22:16:17.210Z | dflt 0.000000000 |
2293 | 2024-01-19T22:16:17.210Z | kflt 0.000000000 |
2294 | 2024-01-19T22:16:17.210Z | lock 0.000000000 |
2295 | 2024-01-19T22:16:17.210Z | slp 23.551819454 |
2296 | 2024-01-19T22:16:17.210Z | lat 0.361677706 |
2297 | 2024-01-19T22:16:17.210Z | stop 0.000304348 |
2298 | 2024-01-19T22:16:17.210Z | + mkdir -p /work/zones |
2299 | 2024-01-19T22:16:17.210Z | + 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) |
2300 | 2024-01-19T22:16:17.210Z | + 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/ |
2301 | 2024-01-19T22:16:21.072Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2302 | 2024-01-19T22:16:22.239Z | Finished release [optimized] target(s) in 1.07s |
2303 | 2024-01-19T22:16:22.269Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2304 | 2024-01-19T22:16:22.306Z | Created new build target 'recovery' and set it as active |
2305 | 2024-01-19T22:16:22.309Z | |
2306 | 2024-01-19T22:16:22.309Z | real 1.231318587 |
2307 | 2024-01-19T22:16:22.309Z | user 0.870207674 |
2308 | 2024-01-19T22:16:22.310Z | sys 0.359784664 |
2309 | 2024-01-19T22:16:22.310Z | trap 0.000737621 |
2310 | 2024-01-19T22:16:22.310Z | tflt 0.000015797 |
2311 | 2024-01-19T22:16:22.310Z | dflt 0.000057968 |
2312 | 2024-01-19T22:16:22.310Z | kflt 0.000000000 |
2313 | 2024-01-19T22:16:22.310Z | lock 0.034429690 |
2314 | 2024-01-19T22:16:22.310Z | slp 0.021747639 |
2315 | 2024-01-19T22:16:22.310Z | lat 0.003247395 |
2316 | 2024-01-19T22:16:22.310Z | stop 0.000273657 |
2317 | 2024-01-19T22:16:22.311Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2318 | 2024-01-19T22:16:23.447Z | Finished release [optimized] target(s) in 1.04s |
2319 | 2024-01-19T22:16:23.512Z | Running `target/release/omicron-package -t recovery package` |
2320 | 2024-01-19T22:16:23.519Z | Jan 19 22:16:22.245 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2321 | 2024-01-19T22:16:24.475Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2322 | 2024-01-19T22:16:28.233Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2323 | 2024-01-19T22:16:58.178Z | Finished release [optimized] target(s) in 34.57s |
2324 | 2024-01-19T22:17:24.113Z | |
2325 | 2024-01-19T22:17:24.113Z | real 1:01.753580726 |
2326 | 2024-01-19T22:17:24.113Z | user 2:35.521954151 |
2327 | 2024-01-19T22:17:24.122Z | sys 11.556255029 |
2328 | 2024-01-19T22:17:24.122Z | trap 0.074441506 |
2329 | 2024-01-19T22:17:24.123Z | tflt 0.123529368 |
2330 | 2024-01-19T22:17:24.123Z | dflt 0.552007395 |
2331 | 2024-01-19T22:17:24.123Z | kflt 0.000002810 |
2332 | 2024-01-19T22:17:24.124Z | lock 13:42.622892542 |
2333 | 2024-01-19T22:17:24.124Z | slp 2:39.898127728 |
2334 | 2024-01-19T22:17:24.124Z | lat 1.913059342 |
2335 | 2024-01-19T22:17:24.124Z | stop 0.184568251 |
2336 | 2024-01-19T22:17:24.124Z | + stamp_packages installinator mg-ddm-gz |
2337 | 2024-01-19T22:17:24.124Z | + for package in "$@" |
2338 | 2024-01-19T22:17:24.124Z | + [[ installinator == mg-ddm-gz ]] |
2339 | 2024-01-19T22:17:24.125Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git9e8500d1114 |
2340 | 2024-01-19T22:17:25.554Z | Finished release [optimized] target(s) in 1.01s |
2341 | 2024-01-19T22:17:25.590Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git9e8500d1114` |
2342 | 2024-01-19T22:17:25.590Z | Jan 19 22:17:23.975 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2343 | 2024-01-19T22:17:25.590Z | Created: out/versioned/installinator.tar |
2344 | 2024-01-19T22:17:25.590Z | + for package in "$@" |
2345 | 2024-01-19T22:17:25.591Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2346 | 2024-01-19T22:17:25.591Z | + echo 0.0.0 |
2347 | 2024-01-19T22:17:25.591Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2348 | 2024-01-19T22:17:25.591Z | a VERSION 1K |
2349 | 2024-01-19T22:17:25.591Z | + rm VERSION |
2350 | 2024-01-19T22:17:25.592Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git9e8500d1114 |
2351 | 2024-01-19T22:17:26.518Z | Finished release [optimized] target(s) in 0.97s |
2352 | 2024-01-19T22:17:26.538Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git9e8500d1114` |
2353 | 2024-01-19T22:17:26.538Z | Jan 19 22:17:25.246 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2354 | 2024-01-19T22:17:26.698Z | Created: out/versioned/mg-ddm-gz.tar |
2355 | 2024-01-19T22:17:26.704Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2356 | 2024-01-19T22:17:26.716Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2357 | 2024-01-19T22:17:26.719Z | ++ cd -- ./tools |
2358 | 2024-01-19T22:17:26.719Z | ++ pwd |
2359 | 2024-01-19T22:17:26.720Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2360 | 2024-01-19T22:17:26.720Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2361 | 2024-01-19T22:17:26.720Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2362 | 2024-01-19T22:17:26.723Z | ++ readlink -f /work |
2363 | 2024-01-19T22:17:26.723Z | + out_dir=/work |
2364 | 2024-01-19T22:17:26.723Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2365 | 2024-01-19T22:17:26.724Z | + for dep in "${deps[@]}" |
2366 | 2024-01-19T22:17:26.724Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2367 | 2024-01-19T22:17:26.724Z | + for dep in "${deps[@]}" |
2368 | 2024-01-19T22:17:26.724Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2369 | 2024-01-19T22:17:26.724Z | ++ mktemp -d |
2370 | 2024-01-19T22:17:26.728Z | + tmp_trampoline=/tmp/tmp.q7a4Bh |
2371 | 2024-01-19T22:17:26.728Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2372 | 2024-01-19T22:17:26.728Z | + echo '{"v":"1","t":"layer"}' |
2373 | 2024-01-19T22:17:26.728Z | + pkg_dir=/tmp/tmp.q7a4Bh/root/opt/oxide/installinator |
2374 | 2024-01-19T22:17:26.728Z | + mkdir -p /tmp/tmp.q7a4Bh/root/opt/oxide/installinator |
2375 | 2024-01-19T22:17:26.731Z | + cd /tmp/tmp.q7a4Bh/root/opt/oxide/installinator |
2376 | 2024-01-19T22:17:26.731Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2377 | 2024-01-19T22:17:26.785Z | x ., 0 bytes, 0 tape blocks |
2378 | 2024-01-19T22:17:26.786Z | x installinator, 52821960 bytes, 103168 tape blocks |
2379 | 2024-01-19T22:17:26.786Z | x pkg, 0 bytes, 0 tape blocks |
2380 | 2024-01-19T22:17:26.786Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2381 | 2024-01-19T22:17:26.786Z | x VERSION, 25 bytes, 1 tape blocks |
2382 | 2024-01-19T22:17:26.792Z | + mkdir -p /tmp/tmp.q7a4Bh/root/lib/svc/manifest/site/ |
2383 | 2024-01-19T22:17:26.792Z | + mv pkg/manifest.xml /tmp/tmp.q7a4Bh/root/lib/svc/manifest/site/installinator.xml |
2384 | 2024-01-19T22:17:26.817Z | + cd - |
2385 | 2024-01-19T22:17:26.817Z | /work/oxidecomputer/omicron |
2386 | 2024-01-19T22:17:26.817Z | + pkg_dir=/tmp/tmp.q7a4Bh/root/opt/oxide/mg-ddm |
2387 | 2024-01-19T22:17:26.817Z | + mkdir -p /tmp/tmp.q7a4Bh/root/opt/oxide/mg-ddm |
2388 | 2024-01-19T22:17:26.817Z | + cd /tmp/tmp.q7a4Bh/root/opt/oxide/mg-ddm |
2389 | 2024-01-19T22:17:26.817Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2390 | 2024-01-19T22:17:26.869Z | x ., 0 bytes, 0 tape blocks |
2391 | 2024-01-19T22:17:26.869Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2392 | 2024-01-19T22:17:26.869Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2393 | 2024-01-19T22:17:26.869Z | x pkg, 0 bytes, 0 tape blocks |
2394 | 2024-01-19T22:17:26.870Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2395 | 2024-01-19T22:17:26.870Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2396 | 2024-01-19T22:17:26.870Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2397 | 2024-01-19T22:17:26.870Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2398 | 2024-01-19T22:17:26.871Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2399 | 2024-01-19T22:17:26.871Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2400 | 2024-01-19T22:17:26.871Z | x VERSION, 25 bytes, 1 tape blocks |
2401 | 2024-01-19T22:17:26.930Z | + cd - |
2402 | 2024-01-19T22:17:26.930Z | /work/oxidecomputer/omicron |
2403 | 2024-01-19T22:17:26.930Z | + cd /tmp/tmp.q7a4Bh |
2404 | 2024-01-19T22:17:26.930Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2405 | 2024-01-19T22:17:43.139Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2406 | 2024-01-19T22:17:43.297Z | a oxide.json 1K |
2407 | 2024-01-19T22:17:43.299Z | a root/ 0K |
2408 | 2024-01-19T22:17:43.299Z | a root/opt/ 0K |
2409 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/ 0K |
2410 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/installinator/ 0K |
2411 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/installinator/installinator 51584K |
2412 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/installinator/pkg/ 0K |
2413 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/installinator/VERSION 1K |
2414 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/mg-ddm/ 0K |
2415 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2416 | 2024-01-19T22:17:43.299Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2417 | 2024-01-19T22:17:43.300Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2418 | 2024-01-19T22:17:43.300Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2419 | 2024-01-19T22:17:43.300Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2420 | 2024-01-19T22:17:43.300Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2421 | 2024-01-19T22:17:43.300Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2422 | 2024-01-19T22:17:43.301Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2423 | 2024-01-19T22:17:43.301Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2424 | 2024-01-19T22:17:43.301Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2425 | 2024-01-19T22:17:43.301Z | a root/lib/ 0K |
2426 | 2024-01-19T22:17:43.301Z | a root/lib/svc/ 0K |
2427 | 2024-01-19T22:17:43.302Z | a root/lib/svc/manifest/ 0K |
2428 | 2024-01-19T22:17:43.302Z | a root/lib/svc/manifest/site/ 0K |
2429 | 2024-01-19T22:17:43.302Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2430 | 2024-01-19T22:17:43.302Z | + cd / |
2431 | 2024-01-19T22:17:43.302Z | + rm -rf /tmp/tmp.q7a4Bh |
2432 | 2024-01-19T22:17:43.302Z | |
2433 | 2024-01-19T22:17:43.302Z | real 6.170021194 |
2434 | 2024-01-19T22:17:43.303Z | user 5.783411864 |
2435 | 2024-01-19T22:17:43.310Z | sys 0.414030340 |
2436 | 2024-01-19T22:17:43.311Z | trap 0.001616126 |
2437 | 2024-01-19T22:17:43.311Z | tflt 0.000000000 |
2438 | 2024-01-19T22:17:43.311Z | dflt 0.000000000 |
2439 | 2024-01-19T22:17:43.311Z | kflt 0.000000000 |
2440 | 2024-01-19T22:17:43.311Z | lock 0.000000000 |
2441 | 2024-01-19T22:17:43.311Z | slp 11.941825203 |
2442 | 2024-01-19T22:17:43.311Z | lat 0.172592165 |
2443 | 2024-01-19T22:17:43.311Z | stop 0.000289675 |
2444 | 2024-01-19T22:17:43.311Z | process exited: duration 2300131 ms, exit code 0 |
|
2445 | 2024-01-19T22:17:43.453Z | found 21 output files |
2446 | 2024-01-19T22:17:43.454Z | uploading: /work/version.txt (26 bytes) |
2447 | 2024-01-19T22:17:44.573Z | uploaded: /work/version.txt |
2448 | 2024-01-19T22:17:44.573Z | uploading: /work/package.tar.gz (81359765 bytes) |
2449 | 2024-01-19T22:18:16.483Z | uploaded: /work/package.tar.gz |
2450 | 2024-01-19T22:18:16.483Z | uploading: /work/global-zone-packages.tar.gz (120190395 bytes) |
2451 | 2024-01-19T22:19:14.315Z | uploaded: /work/global-zone-packages.tar.gz |
2452 | 2024-01-19T22:19:14.316Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36660192 bytes) |
2453 | 2024-01-19T22:19:23.804Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2454 | 2024-01-19T22:19:23.804Z | uploading: /work/zones/clickhouse.tar.gz (195359164 bytes) |
2455 | 2024-01-19T22:20:35.897Z | uploaded: /work/zones/clickhouse.tar.gz |
2456 | 2024-01-19T22:20:35.897Z | uploading: /work/zones/clickhouse_keeper.tar.gz (195355324 bytes) |
2457 | 2024-01-19T22:22:45.537Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2458 | 2024-01-19T22:22:45.537Z | uploading: /work/zones/cockroachdb.tar.gz (132454913 bytes) |
2459 | 2024-01-19T22:23:54.727Z | uploaded: /work/zones/cockroachdb.tar.gz |
2460 | 2024-01-19T22:23:54.728Z | uploading: /work/zones/crucible-pantry.tar.gz (15794064 bytes) |
2461 | 2024-01-19T22:24:02.951Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2462 | 2024-01-19T22:24:02.951Z | uploading: /work/zones/crucible.tar.gz (29810824 bytes) |
2463 | 2024-01-19T22:24:19.084Z | uploaded: /work/zones/crucible.tar.gz |
2464 | 2024-01-19T22:24:19.084Z | uploading: /work/zones/external-dns.tar.gz (24290879 bytes) |
2465 | 2024-01-19T22:24:28.150Z | uploaded: /work/zones/external-dns.tar.gz |
2466 | 2024-01-19T22:24:28.150Z | uploading: /work/zones/internal-dns.tar.gz (24290878 bytes) |
2467 | 2024-01-19T22:24:35.853Z | uploaded: /work/zones/internal-dns.tar.gz |
2468 | 2024-01-19T22:24:35.853Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2469 | 2024-01-19T22:24:36.863Z | uploaded: /work/zones/ntp.tar.gz |
2470 | 2024-01-19T22:24:36.864Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18437276 bytes) |
2471 | 2024-01-19T22:24:42.138Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2472 | 2024-01-19T22:24:42.139Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18437390 bytes) |
2473 | 2024-01-19T22:24:52.821Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2474 | 2024-01-19T22:24:52.821Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (78761645 bytes) |
2475 | 2024-01-19T22:25:28.574Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2476 | 2024-01-19T22:25:28.574Z | uploading: /work/zones/omicron-nexus.tar.gz (78763905 bytes) |
2477 | 2024-01-19T22:25:52.983Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2478 | 2024-01-19T22:25:52.984Z | uploading: /work/zones/overlay.tar.gz (2613 bytes) |
2479 | 2024-01-19T22:25:53.997Z | uploaded: /work/zones/overlay.tar.gz |
2480 | 2024-01-19T22:25:53.998Z | uploading: /work/zones/oximeter-collector.tar.gz (37663051 bytes) |
2481 | 2024-01-19T22:26:02.668Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2482 | 2024-01-19T22:26:02.668Z | uploading: /work/zones/propolis-server.tar.gz (63957558 bytes) |
2483 | 2024-01-19T22:26:20.137Z | uploaded: /work/zones/propolis-server.tar.gz |
2484 | 2024-01-19T22:26:20.137Z | uploading: /work/zones/switch-asic.tar.gz (248071117 bytes) |
2485 | 2024-01-19T22:27:58.355Z | uploaded: /work/zones/switch-asic.tar.gz |
2486 | 2024-01-19T22:27:58.355Z | uploading: /work/zones/switch-softnpu.tar.gz (171252907 bytes) |
2487 | 2024-01-19T22:29:24.996Z | uploaded: /work/zones/switch-softnpu.tar.gz |