|
|
|
1 | 2024-02-16T05:11:48.540Z | job assigned to worker 01HPR55WYQNP7G01XYKHMYCHM7 (queued for 1 m 56 s) |
|
2 | 2024-02-16T05:11:48.996Z | starting task 0: "setup" |
3 | 2024-02-16T05:11:49.018Z | ++ uname -s |
4 | 2024-02-16T05:11:49.039Z | + kern=SunOS |
5 | 2024-02-16T05:11:49.039Z | + case "$kern" in |
6 | 2024-02-16T05:11:49.039Z | + groupadd -g 12345 build |
7 | 2024-02-16T05:11:49.039Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-16T05:11:51.034Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-16T05:11:51.157Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-16T05:11:51.168Z | + home_fs=zfs |
11 | 2024-02-16T05:11:51.169Z | + [[ zfs == autofs ]] |
12 | 2024-02-16T05:11:51.169Z | + mkdir -p /home/build |
13 | 2024-02-16T05:11:51.169Z | + chown build:build /home/build /work |
14 | 2024-02-16T05:11:53.582Z | + chmod 0700 /home/build /work |
15 | 2024-02-16T05:11:53.601Z | process exited: duration 4177 ms, exit code 0 |
|
16 | 2024-02-16T05:11:53.643Z | starting task 1: "rust-toolchain" |
17 | 2024-02-16T05:11:53.663Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-16T05:11:53.663Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-16T05:11:53.972Z | info: downloading installer |
20 | 2024-02-16T05:11:56.889Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-16T05:11:56.889Z | warning: /opt/ooce/bin |
22 | 2024-02-16T05:11:56.889Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-16T05:11:56.889Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-16T05:11:56.889Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-16T05:11:56.890Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-16T05:11:56.890Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-16T05:11:56.890Z | error: cannot install while Rust is installed |
28 | 2024-02-16T05:11:56.891Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-16T05:11:57.174Z | info: profile set to 'default' |
30 | 2024-02-16T05:11:57.174Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-16T05:11:57.196Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-16T05:11:57.510Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-16T05:11:57.511Z | info: downloading component 'cargo' |
34 | 2024-02-16T05:11:59.495Z | info: downloading component 'clippy' |
35 | 2024-02-16T05:12:00.229Z | info: downloading component 'rust-docs' |
36 | 2024-02-16T05:12:02.700Z | info: downloading component 'rust-std' |
37 | 2024-02-16T05:12:07.237Z | info: downloading component 'rustc' |
38 | 2024-02-16T05:12:18.453Z | info: downloading component 'rustfmt' |
39 | 2024-02-16T05:12:18.727Z | info: installing component 'cargo' |
40 | 2024-02-16T05:12:19.782Z | info: installing component 'clippy' |
41 | 2024-02-16T05:12:20.337Z | info: installing component 'rust-docs' |
42 | 2024-02-16T05:12:21.948Z | info: installing component 'rust-std' |
43 | 2024-02-16T05:12:24.098Z | info: installing component 'rustc' |
44 | 2024-02-16T05:12:28.913Z | info: installing component 'rustfmt' |
45 | 2024-02-16T05:12:29.453Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-16T05:12:29.453Z | |
47 | 2024-02-16T05:12:29.936Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-16T05:12:29.936Z | |
49 | 2024-02-16T05:12:29.936Z | |
50 | 2024-02-16T05:12:29.936Z | Rust is installed now. Great! |
51 | 2024-02-16T05:12:29.936Z | |
52 | 2024-02-16T05:12:29.936Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-16T05:12:29.936Z | environment variable. This has not been done automatically. |
54 | 2024-02-16T05:12:29.936Z | |
55 | 2024-02-16T05:12:29.936Z | To configure your current shell, run: |
56 | 2024-02-16T05:12:29.936Z | source "$HOME/.cargo/env" |
57 | 2024-02-16T05:12:29.936Z | + rustc --version |
58 | 2024-02-16T05:12:29.937Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-16T05:12:29.937Z | process exited: duration 36216 ms, exit code 0 |
|
60 | 2024-02-16T05:12:30.369Z | starting task 2: "authentication" |
61 | 2024-02-16T05:12:30.385Z | process exited: duration 60 ms, exit code 0 |
|
62 | 2024-02-16T05:12:31.767Z | starting task 3: "clone repository" |
63 | 2024-02-16T05:12:31.777Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-16T05:12:31.777Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-16T05:12:32.330Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-16T05:12:38.213Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-16T05:12:38.228Z | + git fetch origin 5ed157e52777790e313da2ab829aef158de0108d |
68 | 2024-02-16T05:12:38.940Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-16T05:12:38.941Z | * branch 5ed157e52777790e313da2ab829aef158de0108d -> FETCH_HEAD |
70 | 2024-02-16T05:12:38.958Z | + [[ -n renovate/headers-0.x ]] |
71 | 2024-02-16T05:12:38.958Z | ++ git branch --show-current |
72 | 2024-02-16T05:12:38.958Z | + current=main |
73 | 2024-02-16T05:12:38.958Z | + [[ main != renovate/headers-0.x ]] |
74 | 2024-02-16T05:12:38.958Z | + git branch -f renovate/headers-0.x 5ed157e52777790e313da2ab829aef158de0108d |
75 | 2024-02-16T05:12:38.958Z | + git checkout -f renovate/headers-0.x |
76 | 2024-02-16T05:12:38.959Z | Switched to branch 'renovate/headers-0.x' |
77 | 2024-02-16T05:12:38.959Z | + git reset --hard 5ed157e52777790e313da2ab829aef158de0108d |
78 | 2024-02-16T05:12:38.959Z | HEAD is now at 5ed157e52 chore(deps): update rust crate headers to 0.4.0 |
79 | 2024-02-16T05:12:38.959Z | process exited: duration 6900 ms, exit code 0 |
|
80 | 2024-02-16T05:12:38.993Z | starting task 4: "build" |
81 | 2024-02-16T05:12:39.015Z | + cargo --version |
82 | 2024-02-16T05:12:39.016Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-16T05:12:40.445Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-16T05:12:40.445Z | info: downloading component 'cargo' |
85 | 2024-02-16T05:12:41.423Z | info: downloading component 'clippy' |
86 | 2024-02-16T05:12:42.093Z | info: downloading component 'rust-docs' |
87 | 2024-02-16T05:12:44.681Z | info: downloading component 'rust-std' |
88 | 2024-02-16T05:12:48.465Z | info: downloading component 'rustc' |
89 | 2024-02-16T05:12:59.363Z | info: downloading component 'rustfmt' |
90 | 2024-02-16T05:12:59.963Z | info: installing component 'cargo' |
91 | 2024-02-16T05:13:00.852Z | info: installing component 'clippy' |
92 | 2024-02-16T05:13:01.627Z | info: installing component 'rust-docs' |
93 | 2024-02-16T05:13:02.762Z | info: installing component 'rust-std' |
94 | 2024-02-16T05:13:04.480Z | info: installing component 'rustc' |
95 | 2024-02-16T05:13:09.021Z | info: installing component 'rustfmt' |
96 | 2024-02-16T05:13:09.038Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-16T05:13:09.038Z | + rustc --version |
98 | 2024-02-16T05:13:09.597Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-16T05:13:09.598Z | ++ git rev-parse HEAD |
100 | 2024-02-16T05:13:09.598Z | + COMMIT=5ed157e52777790e313da2ab829aef158de0108d |
101 | 2024-02-16T05:13:09.598Z | + VERSION=7.0.0-0.ci+git5ed157e5277 |
102 | 2024-02-16T05:13:09.598Z | + echo 7.0.0-0.ci+git5ed157e5277 |
103 | 2024-02-16T05:13:09.598Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-16T05:13:19.186Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-16T05:13:19.952Z | Startup: Caching catalogs ... Done |
106 | 2024-02-16T05:13:21.311Z | Planning: Solver setup ... Done (0.985s) |
107 | 2024-02-16T05:13:22.575Z | Planning: Running solver ... Done (0.024s) |
108 | 2024-02-16T05:13:22.591Z | Planning: Finding local manifests ... Done (0.321s) |
109 | 2024-02-16T05:13:22.591Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-16T05:13:22.591Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-16T05:13:22.591Z | Planning: Package planning ... Done (0.049s) |
112 | 2024-02-16T05:13:22.591Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-02-16T05:13:23.137Z | Planning: Checking for conflicting actions ... Done (1.025s) |
114 | 2024-02-16T05:13:23.569Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-16T05:13:26.907Z | Planning: Evaluating mediators ... Done (3.750s) |
116 | 2024-02-16T05:13:26.946Z | Planning: Planning completed in 6.90 seconds |
117 | 2024-02-16T05:13:26.946Z | Packages to install: 4 |
118 | 2024-02-16T05:13:26.946Z | Mediators to change: 2 |
119 | 2024-02-16T05:13:26.946Z | Services to change: 1 |
120 | 2024-02-16T05:13:26.946Z | Estimated space available: 148.87 GB |
121 | 2024-02-16T05:13:26.947Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-16T05:13:26.947Z | Create boot environment: No |
123 | 2024-02-16T05:13:26.947Z | Create backup boot environment: No |
124 | 2024-02-16T05:13:26.947Z | Rebuild boot archive: No |
125 | 2024-02-16T05:13:26.947Z | |
126 | 2024-02-16T05:13:26.947Z | Changed mediators: |
127 | 2024-02-16T05:13:26.947Z | mediator clang: |
128 | 2024-02-16T05:13:26.948Z | version: None -> 15 (system default) |
129 | 2024-02-16T05:13:26.948Z | |
130 | 2024-02-16T05:13:26.948Z | mediator llvm: |
131 | 2024-02-16T05:13:26.948Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-16T05:13:26.948Z | |
133 | 2024-02-16T05:13:26.948Z | Changed packages: |
134 | 2024-02-16T05:13:26.948Z | helios-dev |
135 | 2024-02-16T05:13:26.949Z | developer/build-essential |
136 | 2024-02-16T05:13:26.949Z | None -> 11-2.0 |
137 | 2024-02-16T05:13:26.949Z | library/libxmlsec1 |
138 | 2024-02-16T05:13:26.949Z | None -> 1.2.35-2.0 |
139 | 2024-02-16T05:13:26.949Z | ooce/developer/clang-15 |
140 | 2024-02-16T05:13:26.949Z | None -> 15.0.7-2.0 |
141 | 2024-02-16T05:13:26.949Z | ooce/developer/llvm-15 |
142 | 2024-02-16T05:13:26.949Z | None -> 15.0.7-2.0 |
143 | 2024-02-16T05:13:26.950Z | |
144 | 2024-02-16T05:13:26.950Z | Services: |
145 | 2024-02-16T05:13:26.950Z | restart_fmri: |
146 | 2024-02-16T05:13:26.950Z | svc:/system/update-man-index:default |
147 | 2024-02-16T05:13:27.199Z | |
148 | 2024-02-16T05:13:27.199Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-16T05:13:32.202Z | Download: 792/3290 items 18.3/212.6MB 8% complete (3.8M/s) |
150 | 2024-02-16T05:13:37.221Z | Download: 1195/3290 items 82.3/212.6MB 38% complete (9.2M/s) |
151 | 2024-02-16T05:13:42.286Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (10.2M/s) |
152 | 2024-02-16T05:13:47.290Z | Download: 3288/3290 items 210.2/212.6MB 98% complete (13.0M/s) |
153 | 2024-02-16T05:13:47.770Z | Download: Completed 212.60 MB in 20.16 seconds (10.6M/s) |
154 | 2024-02-16T05:13:47.796Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-02-16T05:13:52.561Z | Actions: 3600/3689 actions (Installing new actions) |
156 | 2024-02-16T05:13:52.752Z | Actions: Completed 3689 actions in 5.20 seconds. |
157 | 2024-02-16T05:13:52.910Z | Done (0.170s) |
158 | 2024-02-16T05:13:52.910Z | Done (0.000s) |
159 | 2024-02-16T05:13:53.550Z | Done (0.217s) |
160 | 2024-02-16T05:13:58.923Z | Done (5.251s) |
161 | 2024-02-16T05:13:58.952Z | Done (0.081s) |
162 | 2024-02-16T05:13:58.952Z | Done (0.000s) |
163 | 2024-02-16T05:13:58.952Z | Done (0.000s) |
164 | 2024-02-16T05:13:59.768Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-02-16T05:13:59.793Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-02-16T05:13:59.793Z | Planning: Consolidating action changes ... Done |
167 | 2024-02-16T05:13:59.854Z | Planning: Evaluating mediators ... Done |
168 | 2024-02-16T05:14:01.111Z | Planning: Planning completed in 0.48 seconds |
169 | 2024-02-16T05:14:01.125Z | Mediators to change: 2 |
170 | 2024-02-16T05:14:01.125Z | Create boot environment: No |
171 | 2024-02-16T05:14:01.125Z | Create backup boot environment: No |
172 | 2024-02-16T05:14:01.125Z | Done |
173 | 2024-02-16T05:14:01.126Z | Done |
174 | 2024-02-16T05:14:01.126Z | Done |
175 | 2024-02-16T05:14:03.879Z | Done |
176 | 2024-02-16T05:14:03.965Z | Done |
177 | 2024-02-16T05:14:03.977Z | Done |
178 | 2024-02-16T05:14:04.448Z | Done |
179 | 2024-02-16T05:14:05.363Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-02-16T05:14:05.363Z | Planning: Merging actions ... Done |
181 | 2024-02-16T05:14:05.363Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-02-16T05:14:05.363Z | Planning: Consolidating action changes ... Done |
183 | 2024-02-16T05:14:05.363Z | Planning: Evaluating mediators ... Done |
184 | 2024-02-16T05:14:07.167Z | Planning: Planning completed in 0.90 seconds |
185 | 2024-02-16T05:14:07.167Z | Packages to change: 1 |
186 | 2024-02-16T05:14:07.167Z | Mediators to change: 1 |
187 | 2024-02-16T05:14:07.167Z | Services to change: 1 |
188 | 2024-02-16T05:14:07.167Z | Create boot environment: No |
189 | 2024-02-16T05:14:07.167Z | Create backup boot environment: Yes |
190 | 2024-02-16T05:14:07.332Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-02-16T05:14:07.359Z | Actions: Completed 6 actions in 0.03 seconds. |
192 | 2024-02-16T05:14:07.362Z | Done |
193 | 2024-02-16T05:14:07.362Z | Done |
194 | 2024-02-16T05:14:07.411Z | Done |
195 | 2024-02-16T05:14:11.423Z | Done |
196 | 2024-02-16T05:14:11.529Z | Done |
197 | 2024-02-16T05:14:11.545Z | Done |
198 | 2024-02-16T05:14:11.657Z | Done |
199 | 2024-02-16T05:14:12.101Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-02-16T05:14:12.101Z | clang system 15 system |
201 | 2024-02-16T05:14:12.101Z | csh system system illumos |
202 | 2024-02-16T05:14:12.101Z | ctags system system illumos |
203 | 2024-02-16T05:14:12.102Z | gcc vendor 12 vendor |
204 | 2024-02-16T05:14:12.102Z | gcc system 10 system |
205 | 2024-02-16T05:14:12.102Z | gcc system 7 system |
206 | 2024-02-16T05:14:12.102Z | go system 1.20 system |
207 | 2024-02-16T05:14:12.102Z | go system 1.19 system |
208 | 2024-02-16T05:14:12.102Z | llvm system 15 system |
209 | 2024-02-16T05:14:12.102Z | llvm system 14 system |
210 | 2024-02-16T05:14:12.102Z | mariadb system 10.6 system |
211 | 2024-02-16T05:14:12.103Z | mta vendor vendor dma |
212 | 2024-02-16T05:14:12.103Z | openjdk system 17 system |
213 | 2024-02-16T05:14:12.103Z | openjdk system 11 system |
214 | 2024-02-16T05:14:12.103Z | openjdk system 1.8 system |
215 | 2024-02-16T05:14:12.103Z | openssl vendor 3 vendor |
216 | 2024-02-16T05:14:12.104Z | perl system 5.36 system |
217 | 2024-02-16T05:14:12.104Z | postgresql system 15 system |
218 | 2024-02-16T05:14:12.104Z | postgresql system 13 system |
219 | 2024-02-16T05:14:12.104Z | python vendor 3 vendor |
220 | 2024-02-16T05:14:12.104Z | python system 2 system |
221 | 2024-02-16T05:14:12.104Z | python3 system 3.11 system |
222 | 2024-02-16T05:14:12.104Z | ruby system 3.0 system |
223 | 2024-02-16T05:14:12.105Z | words vendor vendor american-english |
224 | 2024-02-16T05:14:12.105Z | words system system australian-english |
225 | 2024-02-16T05:14:12.105Z | words system system british-english |
226 | 2024-02-16T05:14:12.105Z | words system system canadian-english |
227 | 2024-02-16T05:14:12.106Z | words system system french |
228 | 2024-02-16T05:14:12.106Z | words system system italian |
229 | 2024-02-16T05:14:12.106Z | words system system ngerman |
230 | 2024-02-16T05:14:12.106Z | words system system ogerman |
231 | 2024-02-16T05:14:12.106Z | words system system spanish |
232 | 2024-02-16T05:14:12.440Z | FMRI IFO |
233 | 2024-02-16T05:14:12.441Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-02-16T05:14:12.441Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-02-16T05:14:12.441Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-02-16T05:14:12.441Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-02-16T05:14:12.441Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-02-16T05:14:12.442Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-02-16T05:14:12.442Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-02-16T05:14:12.442Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-02-16T05:14:12.912Z | + set -o errexit |
242 | 2024-02-16T05:14:12.935Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-02-16T05:14:12.935Z | ++ cd ./tools |
244 | 2024-02-16T05:14:12.935Z | ++ pwd |
245 | 2024-02-16T05:14:12.935Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-02-16T05:14:12.935Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-02-16T05:14:12.936Z | + ARG0=ci_download_cockroachdb |
248 | 2024-02-16T05:14:12.936Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-02-16T05:14:12.936Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-02-16T05:14:12.936Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-02-16T05:14:12.936Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
252 | 2024-02-16T05:14:12.936Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
253 | 2024-02-16T05:14:12.936Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
254 | 2024-02-16T05:14:12.936Z | + TARGET_DIR=out |
255 | 2024-02-16T05:14:12.936Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-02-16T05:14:12.936Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-02-16T05:14:12.936Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-02-16T05:14:12.936Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-02-16T05:14:12.937Z | + main |
260 | 2024-02-16T05:14:12.937Z | + [[ 0 != 0 ]] |
261 | 2024-02-16T05:14:12.937Z | + CIDL_OS=solaris2.11 |
262 | 2024-02-16T05:14:12.937Z | + [[ 0 != 0 ]] |
263 | 2024-02-16T05:14:12.937Z | + configure_os solaris2.11 |
264 | 2024-02-16T05:14:12.937Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-02-16T05:14:12.937Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-16T05:14:12.938Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-02-16T05:14:12.938Z | configuring based on OS: "solaris2.11" |
268 | 2024-02-16T05:14:12.938Z | + case "$1" in |
269 | 2024-02-16T05:14:12.939Z | + CIDL_BUILD=illumos |
270 | 2024-02-16T05:14:12.940Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-02-16T05:14:12.940Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-02-16T05:14:12.940Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-02-16T05:14:12.940Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-02-16T05:14:12.940Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-02-16T05:14:12.940Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-16T05:14:12.941Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-16T05:14:12.941Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-02-16T05:14:12.941Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-16T05:14:12.941Z | + CIDL_SHA256FUNC=do_sha256sum |
280 | 2024-02-16T05:14:12.941Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-16T05:14:12.941Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-16T05:14:12.942Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-16T05:14:12.942Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2024-02-16T05:14:12.942Z | + mkdir -p out/downloads |
285 | 2024-02-16T05:14:12.942Z | + mkdir -p ./out/cockroachdb |
286 | 2024-02-16T05:14:12.943Z | + local DO_DOWNLOAD=true |
287 | 2024-02-16T05:14:12.943Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-02-16T05:14:12.943Z | + '[' true == true ']' |
289 | 2024-02-16T05:14:12.943Z | + echo Downloading... |
290 | 2024-02-16T05:14:12.943Z | Downloading... |
291 | 2024-02-16T05:14:12.944Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-16T05:14:12.944Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-16T05:14:18.125Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-16T05:14:18.139Z | ++ sha256sum |
295 | 2024-02-16T05:14:18.140Z | ++ awk '{print $1}' |
296 | 2024-02-16T05:14:18.213Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
297 | 2024-02-16T05:14:18.301Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
298 | 2024-02-16T05:14:18.301Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-16T05:14:18.301Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-02-16T05:14:20.469Z | + do_assemble_illumos |
301 | 2024-02-16T05:14:20.469Z | + rm -r ./out/cockroachdb |
302 | 2024-02-16T05:14:20.484Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-02-16T05:14:20.816Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-02-16T05:14:21.011Z | Build Tag: v22.1.9-dirty |
305 | 2024-02-16T05:14:21.011Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-02-16T05:14:21.011Z | Distribution: OSS |
307 | 2024-02-16T05:14:21.011Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-02-16T05:14:21.012Z | Go Version: go1.17.13 |
309 | 2024-02-16T05:14:21.012Z | C Compiler: gcc 10.3.0 |
310 | 2024-02-16T05:14:21.012Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-02-16T05:14:21.013Z | Build Type: release |
312 | 2024-02-16T05:14:21.032Z | + set -o errexit |
313 | 2024-02-16T05:14:21.054Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-02-16T05:14:21.054Z | ++ cd ./tools |
315 | 2024-02-16T05:14:21.054Z | ++ pwd |
316 | 2024-02-16T05:14:21.055Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-02-16T05:14:21.055Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-02-16T05:14:21.055Z | + ARG0=ci_download_clickhouse |
319 | 2024-02-16T05:14:21.055Z | + TARGET_DIR=out |
320 | 2024-02-16T05:14:21.055Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-02-16T05:14:21.055Z | + DEST_DIR=./out/clickhouse |
322 | 2024-02-16T05:14:21.055Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
323 | 2024-02-16T05:14:21.056Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2024-02-16T05:14:21.056Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2024-02-16T05:14:21.056Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2024-02-16T05:14:21.056Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2024-02-16T05:14:21.056Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2024-02-16T05:14:21.056Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2024-02-16T05:14:21.056Z | + main |
330 | 2024-02-16T05:14:21.056Z | + [[ 0 != 0 ]] |
331 | 2024-02-16T05:14:21.057Z | + CIDL_OS=solaris2.11 |
332 | 2024-02-16T05:14:21.057Z | + [[ 0 != 0 ]] |
333 | 2024-02-16T05:14:21.057Z | + configure_os solaris2.11 |
334 | 2024-02-16T05:14:21.057Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2024-02-16T05:14:21.057Z | current directory: /work/oxidecomputer/omicron |
336 | 2024-02-16T05:14:21.057Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-02-16T05:14:21.057Z | + CIDL_DASHREV= |
338 | 2024-02-16T05:14:21.057Z | + case "$1" in |
339 | 2024-02-16T05:14:21.057Z | configuring based on OS: "solaris2.11" |
340 | 2024-02-16T05:14:21.057Z | + CIDL_PLATFORM=illumos |
341 | 2024-02-16T05:14:21.057Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2024-02-16T05:14:21.058Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2024-02-16T05:14:21.058Z | + CIDL_DASHREV=-1 |
344 | 2024-02-16T05:14:21.058Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2024-02-16T05:14:21.058Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-16T05:14:21.058Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-16T05:14:21.058Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-16T05:14:21.059Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-16T05:14:21.059Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-16T05:14:21.059Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-16T05:14:21.059Z | + mkdir -p out/downloads |
352 | 2024-02-16T05:14:21.059Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-16T05:14:21.059Z | + mkdir -p ./out/clickhouse |
354 | 2024-02-16T05:14:21.060Z | + local DO_DOWNLOAD=true |
355 | 2024-02-16T05:14:21.060Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2024-02-16T05:14:21.060Z | + '[' true == true ']' |
357 | 2024-02-16T05:14:21.060Z | + echo Downloading... |
358 | 2024-02-16T05:14:21.060Z | Downloading... |
359 | 2024-02-16T05:14:21.061Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-16T05:14:21.061Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-16T05:14:22.335Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-16T05:14:22.357Z | ++ md5sum |
363 | 2024-02-16T05:14:22.357Z | ++ awk '{print $1}' |
364 | 2024-02-16T05:14:22.527Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-02-16T05:14:22.527Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
366 | 2024-02-16T05:14:22.528Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2024-02-16T05:14:22.546Z | + mkdir -p ./out/clickhouse |
368 | 2024-02-16T05:14:22.546Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2024-02-16T05:14:25.672Z | + ./out/clickhouse/clickhouse server --version |
370 | 2024-02-16T05:14:26.142Z | ClickHouse server version 22.8.9.1. |
371 | 2024-02-16T05:14:26.142Z | + set -o errexit |
372 | 2024-02-16T05:14:26.142Z | +++ dirname ./tools/ci_download_console |
373 | 2024-02-16T05:14:26.143Z | ++ cd ./tools |
374 | 2024-02-16T05:14:26.143Z | ++ pwd |
375 | 2024-02-16T05:14:26.143Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2024-02-16T05:14:26.143Z | ++ basename ./tools/ci_download_console |
377 | 2024-02-16T05:14:26.143Z | + ARG0=ci_download_console |
378 | 2024-02-16T05:14:26.143Z | + TARGET_DIR=out |
379 | 2024-02-16T05:14:26.143Z | + DOWNLOAD_DIR=out/downloads |
380 | 2024-02-16T05:14:26.143Z | + DEST_DIR=./out/console-assets |
381 | 2024-02-16T05:14:26.144Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2024-02-16T05:14:26.144Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
383 | 2024-02-16T05:14:26.144Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
384 | 2024-02-16T05:14:26.144Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
385 | 2024-02-16T05:14:26.144Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2024-02-16T05:14:26.144Z | + main |
387 | 2024-02-16T05:14:26.144Z | + [[ 0 != 0 ]] |
388 | 2024-02-16T05:14:26.145Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
389 | 2024-02-16T05:14:26.145Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
390 | 2024-02-16T05:14:26.145Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-16T05:14:26.145Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2024-02-16T05:14:26.145Z | + local DO_DOWNLOAD=true |
393 | 2024-02-16T05:14:26.145Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2024-02-16T05:14:26.145Z | + mkdir -p out/downloads |
395 | 2024-02-16T05:14:26.146Z | + '[' true == true ']' |
396 | 2024-02-16T05:14:26.146Z | + echo Downloading... |
397 | 2024-02-16T05:14:26.146Z | Downloading... |
398 | 2024-02-16T05:14:26.146Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
399 | 2024-02-16T05:14:26.146Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
400 | 2024-02-16T05:14:26.227Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2024-02-16T05:14:26.658Z | ++ case "$OSTYPE" in |
402 | 2024-02-16T05:14:26.658Z | ++ SHA=sha256sum |
403 | 2024-02-16T05:14:26.658Z | ++ sha256sum |
404 | 2024-02-16T05:14:26.658Z | ++ awk '{print $1}' |
405 | 2024-02-16T05:14:26.658Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
406 | 2024-02-16T05:14:26.659Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
407 | 2024-02-16T05:14:26.659Z | + rm -rf ./out/console-assets |
408 | 2024-02-16T05:14:26.659Z | + mkdir -p ./out/console-assets |
409 | 2024-02-16T05:14:26.659Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2024-02-16T05:14:26.659Z | + mkdir -p ./out/console-assets |
411 | 2024-02-16T05:14:26.659Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2024-02-16T05:14:26.659Z | + set -o errexit |
413 | 2024-02-16T05:14:26.659Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2024-02-16T05:14:26.660Z | ++ cd ./tools |
415 | 2024-02-16T05:14:26.660Z | ++ pwd |
416 | 2024-02-16T05:14:26.660Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2024-02-16T05:14:26.660Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2024-02-16T05:14:26.660Z | + ARG0=ci_download_maghemite_openapi |
419 | 2024-02-16T05:14:26.660Z | + TARGET_DIR=out |
420 | 2024-02-16T05:14:26.660Z | + DOWNLOAD_DIR=out/downloads |
421 | 2024-02-16T05:14:26.660Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2024-02-16T05:14:26.660Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
423 | 2024-02-16T05:14:26.661Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
424 | 2024-02-16T05:14:26.661Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
425 | 2024-02-16T05:14:26.661Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
426 | 2024-02-16T05:14:26.661Z | + main |
427 | 2024-02-16T05:14:26.661Z | + [[ 0 != 0 ]] |
428 | 2024-02-16T05:14:26.661Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
429 | 2024-02-16T05:14:26.661Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
430 | 2024-02-16T05:14:26.661Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
431 | 2024-02-16T05:14:26.661Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
432 | 2024-02-16T05:14:26.661Z | + local DO_DOWNLOAD=true |
433 | 2024-02-16T05:14:26.661Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
434 | 2024-02-16T05:14:26.662Z | + mkdir -p out/downloads |
435 | 2024-02-16T05:14:26.662Z | + '[' true == true ']' |
436 | 2024-02-16T05:14:26.662Z | + echo Downloading... |
437 | 2024-02-16T05:14:26.662Z | Downloading... |
438 | 2024-02-16T05:14:26.662Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-16T05:14:26.662Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
440 | 2024-02-16T05:14:27.011Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
441 | 2024-02-16T05:14:27.011Z | ++ case "$OSTYPE" in |
442 | 2024-02-16T05:14:27.012Z | ++ SHA=sha256sum |
443 | 2024-02-16T05:14:27.027Z | ++ sha256sum |
444 | 2024-02-16T05:14:27.027Z | ++ awk '{print $1}' |
445 | 2024-02-16T05:14:27.027Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
446 | 2024-02-16T05:14:27.027Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
447 | 2024-02-16T05:14:27.027Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2024-02-16T05:14:27.028Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
449 | 2024-02-16T05:14:27.028Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
450 | 2024-02-16T05:14:27.028Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
451 | 2024-02-16T05:14:27.028Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
452 | 2024-02-16T05:14:27.028Z | + main |
453 | 2024-02-16T05:14:27.029Z | + [[ 0 != 0 ]] |
454 | 2024-02-16T05:14:27.029Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
455 | 2024-02-16T05:14:27.029Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
456 | 2024-02-16T05:14:27.030Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
457 | 2024-02-16T05:14:27.030Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
458 | 2024-02-16T05:14:27.030Z | + local DO_DOWNLOAD=true |
459 | 2024-02-16T05:14:27.031Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
460 | 2024-02-16T05:14:27.031Z | + mkdir -p out/downloads |
461 | 2024-02-16T05:14:27.031Z | + '[' true == true ']' |
462 | 2024-02-16T05:14:27.031Z | + echo Downloading... |
463 | 2024-02-16T05:14:27.032Z | Downloading... |
464 | 2024-02-16T05:14:27.032Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-16T05:14:27.032Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
466 | 2024-02-16T05:14:27.200Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
467 | 2024-02-16T05:14:27.696Z | ++ case "$OSTYPE" in |
468 | 2024-02-16T05:14:27.696Z | ++ SHA=sha256sum |
469 | 2024-02-16T05:14:27.696Z | ++ sha256sum |
470 | 2024-02-16T05:14:27.696Z | ++ awk '{print $1}' |
471 | 2024-02-16T05:14:27.696Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
472 | 2024-02-16T05:14:27.696Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
473 | 2024-02-16T05:14:27.696Z | + set -o errexit |
474 | 2024-02-16T05:14:27.697Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2024-02-16T05:14:27.697Z | ++ cd ./tools |
476 | 2024-02-16T05:14:27.697Z | ++ pwd |
477 | 2024-02-16T05:14:27.697Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2024-02-16T05:14:27.697Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2024-02-16T05:14:27.697Z | + ARG0=ci_download_dendrite_openapi |
480 | 2024-02-16T05:14:27.698Z | + TARGET_DIR=out |
481 | 2024-02-16T05:14:27.698Z | + DOWNLOAD_DIR=out/downloads |
482 | 2024-02-16T05:14:27.698Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2024-02-16T05:14:27.698Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
484 | 2024-02-16T05:14:27.698Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
485 | 2024-02-16T05:14:27.698Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
486 | 2024-02-16T05:14:27.698Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
487 | 2024-02-16T05:14:27.699Z | + main |
488 | 2024-02-16T05:14:27.699Z | + [[ 0 != 0 ]] |
489 | 2024-02-16T05:14:27.699Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
490 | 2024-02-16T05:14:27.699Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
491 | 2024-02-16T05:14:27.699Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
492 | 2024-02-16T05:14:27.699Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
493 | 2024-02-16T05:14:27.699Z | + local DO_DOWNLOAD=true |
494 | 2024-02-16T05:14:27.699Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
495 | 2024-02-16T05:14:27.699Z | + mkdir -p out/downloads |
496 | 2024-02-16T05:14:27.700Z | + '[' true == true ']' |
497 | 2024-02-16T05:14:27.700Z | + echo Downloading... |
498 | 2024-02-16T05:14:27.700Z | Downloading... |
499 | 2024-02-16T05:14:27.700Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-16T05:14:27.700Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
501 | 2024-02-16T05:14:36.125Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
502 | 2024-02-16T05:14:36.125Z | ++ case "$OSTYPE" in |
503 | 2024-02-16T05:14:36.126Z | ++ SHA=sha256sum |
504 | 2024-02-16T05:14:36.572Z | ++ sha256sum |
505 | 2024-02-16T05:14:36.572Z | ++ awk '{print $1}' |
506 | 2024-02-16T05:14:36.572Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
507 | 2024-02-16T05:14:36.572Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
508 | 2024-02-16T05:14:36.572Z | + set -o errexit |
509 | 2024-02-16T05:14:36.572Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2024-02-16T05:14:36.573Z | ++ cd ./tools |
511 | 2024-02-16T05:14:36.573Z | ++ pwd |
512 | 2024-02-16T05:14:36.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2024-02-16T05:14:36.573Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2024-02-16T05:14:36.573Z | + ARG0=ci_download_dendrite_stub |
515 | 2024-02-16T05:14:36.573Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2024-02-16T05:14:36.574Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
517 | 2024-02-16T05:14:36.574Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
518 | 2024-02-16T05:14:36.574Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
519 | 2024-02-16T05:14:36.574Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2024-02-16T05:14:36.574Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
521 | 2024-02-16T05:14:36.574Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
522 | 2024-02-16T05:14:36.574Z | + TARGET_DIR=out |
523 | 2024-02-16T05:14:36.574Z | + DOWNLOAD_DIR=out/downloads |
524 | 2024-02-16T05:14:36.574Z | + DEST_DIR=./out/dendrite-stub |
525 | 2024-02-16T05:14:36.574Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2024-02-16T05:14:36.575Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2024-02-16T05:14:36.575Z | + REPO=oxidecomputer/dendrite |
528 | 2024-02-16T05:14:36.575Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
529 | 2024-02-16T05:14:36.575Z | + main |
530 | 2024-02-16T05:14:36.575Z | + [[ 0 != 0 ]] |
531 | 2024-02-16T05:14:36.575Z | + CIDL_OS=solaris2.11 |
532 | 2024-02-16T05:14:36.575Z | + [[ 0 != 0 ]] |
533 | 2024-02-16T05:14:36.575Z | + configure_os solaris2.11 |
534 | 2024-02-16T05:14:36.575Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2024-02-16T05:14:36.575Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-02-16T05:14:36.576Z | current directory: /work/oxidecomputer/omicron |
537 | 2024-02-16T05:14:36.576Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-16T05:14:36.576Z | + case "$1" in |
539 | 2024-02-16T05:14:36.576Z | + SET_BINARIES= |
540 | 2024-02-16T05:14:36.576Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
541 | 2024-02-16T05:14:36.576Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2024-02-16T05:14:36.576Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2024-02-16T05:14:36.576Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
544 | 2024-02-16T05:14:36.576Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2024-02-16T05:14:36.576Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
546 | 2024-02-16T05:14:36.576Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-02-16T05:14:36.577Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
548 | 2024-02-16T05:14:36.577Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2024-02-16T05:14:36.577Z | + mkdir -p out/downloads |
550 | 2024-02-16T05:14:36.577Z | + mkdir -p ./out/dendrite-stub |
551 | 2024-02-16T05:14:36.577Z | + fetch_and_verify |
552 | 2024-02-16T05:14:36.577Z | + local DO_DOWNLOAD=true |
553 | 2024-02-16T05:14:36.577Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2024-02-16T05:14:36.577Z | + '[' true == true ']' |
555 | 2024-02-16T05:14:36.578Z | + echo Downloading... |
556 | 2024-02-16T05:14:36.578Z | Downloading... |
557 | 2024-02-16T05:14:36.578Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-16T05:14:36.578Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
559 | 2024-02-16T05:15:25.419Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-16T05:15:25.426Z | ++ sha256sum |
561 | 2024-02-16T05:15:25.426Z | ++ awk '{print $1}' |
562 | 2024-02-16T05:15:25.450Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
563 | 2024-02-16T05:15:25.469Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
564 | 2024-02-16T05:15:25.469Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-16T05:15:25.469Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2024-02-16T05:15:26.140Z | + do_assemble |
567 | 2024-02-16T05:15:26.140Z | + rm -r ./out/dendrite-stub |
568 | 2024-02-16T05:15:26.158Z | + mkdir ./out/dendrite-stub |
569 | 2024-02-16T05:15:26.159Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2024-02-16T05:15:27.033Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2024-02-16T05:15:27.033Z | + set -o errexit |
572 | 2024-02-16T05:15:27.033Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2024-02-16T05:15:27.033Z | ++ cd ./tools |
574 | 2024-02-16T05:15:27.033Z | ++ pwd |
575 | 2024-02-16T05:15:27.033Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2024-02-16T05:15:27.034Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2024-02-16T05:15:27.034Z | + ARG0=ci_download_maghemite_mgd |
578 | 2024-02-16T05:15:27.034Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2024-02-16T05:15:27.034Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
580 | 2024-02-16T05:15:27.034Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
581 | 2024-02-16T05:15:27.034Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2024-02-16T05:15:27.034Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
583 | 2024-02-16T05:15:27.034Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
584 | 2024-02-16T05:15:27.035Z | + TARGET_DIR=out |
585 | 2024-02-16T05:15:27.035Z | + DOWNLOAD_DIR=out/downloads |
586 | 2024-02-16T05:15:27.035Z | + DEST_DIR=./out/mgd |
587 | 2024-02-16T05:15:27.035Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2024-02-16T05:15:27.035Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2024-02-16T05:15:27.035Z | + REPO=oxidecomputer/maghemite |
590 | 2024-02-16T05:15:27.036Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
591 | 2024-02-16T05:15:27.036Z | + main |
592 | 2024-02-16T05:15:27.036Z | + [[ 0 != 0 ]] |
593 | 2024-02-16T05:15:27.036Z | + CIDL_OS=solaris2.11 |
594 | 2024-02-16T05:15:27.036Z | + [[ 0 != 0 ]] |
595 | 2024-02-16T05:15:27.036Z | + configure_os solaris2.11 |
596 | 2024-02-16T05:15:27.037Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2024-02-16T05:15:27.037Z | current directory: /work/oxidecomputer/omicron |
598 | 2024-02-16T05:15:27.037Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-02-16T05:15:27.037Z | configuring based on OS: "solaris2.11" |
600 | 2024-02-16T05:15:27.037Z | + case "$1" in |
601 | 2024-02-16T05:15:27.037Z | + SET_BINARIES= |
602 | 2024-02-16T05:15:27.037Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2024-02-16T05:15:27.037Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2024-02-16T05:15:27.037Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
605 | 2024-02-16T05:15:27.038Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2024-02-16T05:15:27.038Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
607 | 2024-02-16T05:15:27.038Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-02-16T05:15:27.038Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
609 | 2024-02-16T05:15:27.038Z | Local file: out/downloads/mgd.tar.gz |
610 | 2024-02-16T05:15:27.038Z | + mkdir -p out/downloads |
611 | 2024-02-16T05:15:27.038Z | + mkdir -p ./out/mgd |
612 | 2024-02-16T05:15:27.038Z | + fetch_and_verify |
613 | 2024-02-16T05:15:27.038Z | + local DO_DOWNLOAD=true |
614 | 2024-02-16T05:15:27.039Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2024-02-16T05:15:27.039Z | + '[' true == true ']' |
616 | 2024-02-16T05:15:27.039Z | + echo Downloading... |
617 | 2024-02-16T05:15:27.039Z | Downloading... |
618 | 2024-02-16T05:15:27.039Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2024-02-16T05:15:27.039Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
620 | 2024-02-16T05:15:41.374Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2024-02-16T05:15:41.387Z | ++ sha256sum |
622 | 2024-02-16T05:15:41.388Z | ++ awk '{print $1}' |
623 | 2024-02-16T05:15:41.408Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
624 | 2024-02-16T05:15:41.408Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
625 | 2024-02-16T05:15:41.409Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2024-02-16T05:15:41.409Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2024-02-16T05:15:41.848Z | + do_assemble |
628 | 2024-02-16T05:15:41.848Z | + rm -r ./out/mgd |
629 | 2024-02-16T05:15:42.281Z | + mkdir ./out/mgd |
630 | 2024-02-16T05:15:42.282Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2024-02-16T05:15:42.306Z | + set -o errexit |
632 | 2024-02-16T05:15:42.306Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2024-02-16T05:15:42.306Z | ++ cd ./tools |
634 | 2024-02-16T05:15:42.306Z | ++ pwd |
635 | 2024-02-16T05:15:42.306Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2024-02-16T05:15:42.306Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2024-02-16T05:15:42.307Z | + ARG0=ci_download_transceiver_control |
638 | 2024-02-16T05:15:42.307Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2024-02-16T05:15:42.307Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-02-16T05:15:42.307Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2024-02-16T05:15:42.307Z | + TARGET_DIR=out |
642 | 2024-02-16T05:15:42.307Z | + DOWNLOAD_DIR=out/downloads |
643 | 2024-02-16T05:15:42.307Z | + DEST_DIR=./out/transceiver-control |
644 | 2024-02-16T05:15:42.307Z | + BIN_DIR=/opt/oxide/bin |
645 | 2024-02-16T05:15:42.307Z | + BINARY=xcvradm |
646 | 2024-02-16T05:15:42.307Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2024-02-16T05:15:42.307Z | + REPO=oxidecomputer/transceiver-control |
648 | 2024-02-16T05:15:42.307Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-02-16T05:15:42.308Z | + main |
650 | 2024-02-16T05:15:42.308Z | + [[ 0 != 0 ]] |
651 | 2024-02-16T05:15:42.308Z | + CIDL_OS=solaris2.11 |
652 | 2024-02-16T05:15:42.308Z | + [[ 0 != 0 ]] |
653 | 2024-02-16T05:15:42.308Z | + configure_os solaris2.11 |
654 | 2024-02-16T05:15:42.308Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2024-02-16T05:15:42.308Z | current directory: /work/oxidecomputer/omicron |
656 | 2024-02-16T05:15:42.308Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2024-02-16T05:15:42.308Z | + case "$1" in |
658 | 2024-02-16T05:15:42.308Z | configuring based on OS: "solaris2.11" |
659 | 2024-02-16T05:15:42.308Z | + SET_BINARIES= |
660 | 2024-02-16T05:15:42.309Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-16T05:15:42.309Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2024-02-16T05:15:42.309Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2024-02-16T05:15:42.309Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-16T05:15:42.309Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2024-02-16T05:15:42.309Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2024-02-16T05:15:42.309Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2024-02-16T05:15:42.309Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-02-16T05:15:42.309Z | + echo 'Local file: out/downloads/xcvradm.gz' |
669 | 2024-02-16T05:15:42.309Z | + mkdir -p out/downloads |
670 | 2024-02-16T05:15:42.309Z | + mkdir -p ./out/transceiver-control |
671 | 2024-02-16T05:15:42.309Z | + fetch_and_verify |
672 | 2024-02-16T05:15:42.309Z | + local DO_DOWNLOAD=true |
673 | 2024-02-16T05:15:42.309Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2024-02-16T05:15:42.310Z | + '[' true == true ']' |
675 | 2024-02-16T05:15:42.310Z | + echo Downloading... |
676 | 2024-02-16T05:15:42.310Z | Downloading... |
677 | 2024-02-16T05:15:42.310Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2024-02-16T05:15:42.310Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-02-16T05:15:49.572Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2024-02-16T05:15:49.580Z | ++ sha256sum |
681 | 2024-02-16T05:15:49.580Z | ++ awk '{print $1}' |
682 | 2024-02-16T05:15:49.581Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2024-02-16T05:15:49.581Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
684 | 2024-02-16T05:15:49.581Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2024-02-16T05:15:49.581Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2024-02-16T05:15:49.598Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2024-02-16T05:15:50.121Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2024-02-16T05:15:50.559Z | + do_assemble |
689 | 2024-02-16T05:15:50.559Z | + rm -r ./out/transceiver-control |
690 | 2024-02-16T05:15:50.559Z | + mkdir ./out/transceiver-control |
691 | 2024-02-16T05:15:50.559Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2024-02-16T05:15:50.559Z | All prerequisites installed successfully |
693 | 2024-02-16T05:15:50.559Z | |
694 | 2024-02-16T05:15:50.559Z | real 2:40.709521940 |
695 | 2024-02-16T05:15:50.559Z | user 34.870704840 |
696 | 2024-02-16T05:15:50.559Z | sys 6.519612326 |
697 | 2024-02-16T05:15:50.559Z | trap 0.007392450 |
698 | 2024-02-16T05:15:50.560Z | tflt 0.170390359 |
699 | 2024-02-16T05:15:50.560Z | dflt 0.541692830 |
700 | 2024-02-16T05:15:50.560Z | kflt 0.136502929 |
701 | 2024-02-16T05:15:50.560Z | lock 1.451032128 |
702 | 2024-02-16T05:15:50.560Z | slp 6:22.649504021 |
703 | 2024-02-16T05:15:50.560Z | lat 1.770104431 |
704 | 2024-02-16T05:15:50.560Z | stop 0.131922477 |
705 | 2024-02-16T05:15:50.560Z | + ptime -m ./tools/ci_download_softnpu_machinery |
706 | 2024-02-16T05:15:50.560Z | fetching npuzone |
707 | 2024-02-16T05:15:50.561Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
708 | 2024-02-16T05:15:50.561Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
709 | 2024-02-16T05:15:50.561Z | Getting hash for npuzone |
710 | 2024-02-16T05:15:50.581Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
711 | 2024-02-16T05:16:31.245Z | npuzone downloaded successfully |
712 | 2024-02-16T05:16:31.260Z | |
713 | 2024-02-16T05:16:31.260Z | real 41.371645823 |
714 | 2024-02-16T05:16:31.260Z | user 0.348141001 |
715 | 2024-02-16T05:16:31.261Z | sys 0.125506105 |
716 | 2024-02-16T05:16:31.261Z | trap 0.000092040 |
717 | 2024-02-16T05:16:31.261Z | tflt 0.000000000 |
718 | 2024-02-16T05:16:31.261Z | dflt 0.000000000 |
719 | 2024-02-16T05:16:31.262Z | kflt 0.000000000 |
720 | 2024-02-16T05:16:31.262Z | lock 0.000000000 |
721 | 2024-02-16T05:16:31.262Z | slp 2:03.533082853 |
722 | 2024-02-16T05:16:31.262Z | lat 0.083501697 |
723 | 2024-02-16T05:16:31.262Z | stop 0.000179755 |
724 | 2024-02-16T05:16:31.263Z | + export CARGO_INCREMENTAL=0 |
725 | 2024-02-16T05:16:31.263Z | + CARGO_INCREMENTAL=0 |
726 | 2024-02-16T05:16:31.263Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
727 | 2024-02-16T05:16:31.871Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-02-16T05:16:31.882Z | Updating git repository `https://github.com/oxidecomputer/samael` |
729 | 2024-02-16T05:16:32.170Z | Updating crates.io index |
730 | 2024-02-16T05:16:32.185Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-02-16T05:16:33.001Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-02-16T05:16:34.796Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-02-16T05:16:35.362Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2024-02-16T05:16:36.044Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2024-02-16T05:16:36.071Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2024-02-16T05:16:36.188Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2024-02-16T05:16:37.120Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2024-02-16T05:16:39.164Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2024-02-16T05:16:40.067Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2024-02-16T05:16:40.379Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2024-02-16T05:16:40.903Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-02-16T05:16:41.213Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2024-02-16T05:16:41.524Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2024-02-16T05:16:41.835Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2024-02-16T05:16:42.195Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2024-02-16T05:16:42.659Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
747 | 2024-02-16T05:16:43.015Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2024-02-16T05:16:43.497Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2024-02-16T05:16:43.804Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2024-02-16T05:16:44.135Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2024-02-16T05:16:45.125Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2024-02-16T05:16:45.958Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2024-02-16T05:16:46.794Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2024-02-16T05:16:47.132Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2024-02-16T05:16:47.424Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2024-02-16T05:16:49.160Z | Downloading crates ... |
757 | 2024-02-16T05:16:49.619Z | Downloaded csv-core v0.1.11 |
758 | 2024-02-16T05:16:49.649Z | Downloaded crypto-common v0.1.6 |
759 | 2024-02-16T05:16:49.649Z | Downloaded addr2line v0.21.0 |
760 | 2024-02-16T05:16:49.649Z | Downloaded httparse v1.8.0 |
761 | 2024-02-16T05:16:49.649Z | Downloaded hmac v0.12.1 |
762 | 2024-02-16T05:16:49.649Z | Downloaded http-range v0.1.5 |
763 | 2024-02-16T05:16:49.650Z | Downloaded httpdate v1.0.3 |
764 | 2024-02-16T05:16:49.650Z | Downloaded http-body v0.4.5 |
765 | 2024-02-16T05:16:49.650Z | Downloaded hostname v0.3.1 |
766 | 2024-02-16T05:16:49.650Z | Downloaded impl-trait-for-tuples v0.2.2 |
767 | 2024-02-16T05:16:49.651Z | Downloaded highway v1.1.0 |
768 | 2024-02-16T05:16:49.651Z | Downloaded iana-time-zone v0.1.57 |
769 | 2024-02-16T05:16:49.651Z | Downloaded ipnet v2.9.0 |
770 | 2024-02-16T05:16:49.651Z | Downloaded colored v2.0.4 |
771 | 2024-02-16T05:16:49.652Z | Downloaded nibble_vec v0.1.0 |
772 | 2024-02-16T05:16:49.652Z | Downloaded normalize-line-endings v0.3.0 |
773 | 2024-02-16T05:16:49.652Z | Downloaded hyper-staticfile v0.9.5 |
774 | 2024-02-16T05:16:49.652Z | Downloaded instant v0.1.12 |
775 | 2024-02-16T05:16:49.652Z | Downloaded humantime v2.1.0 |
776 | 2024-02-16T05:16:49.652Z | Downloaded serde-big-array v0.4.1 |
777 | 2024-02-16T05:16:49.653Z | Downloaded num-complex v0.4.4 |
778 | 2024-02-16T05:16:49.653Z | Downloaded adler v1.0.2 |
779 | 2024-02-16T05:16:49.653Z | Downloaded scopeguard v1.2.0 |
780 | 2024-02-16T05:16:49.654Z | Downloaded assert_matches v1.5.0 |
781 | 2024-02-16T05:16:49.654Z | Downloaded nu-ansi-term v0.49.0 |
782 | 2024-02-16T05:16:49.654Z | Downloaded secrecy v0.8.0 |
783 | 2024-02-16T05:16:49.654Z | Downloaded async-stream-impl v0.3.5 |
784 | 2024-02-16T05:16:49.655Z | Downloaded atty v0.2.14 |
785 | 2024-02-16T05:16:49.655Z | Downloaded async-recursion v1.0.5 |
786 | 2024-02-16T05:16:49.655Z | Downloaded anstyle-query v1.0.0 |
787 | 2024-02-16T05:16:49.655Z | Downloaded array-init v0.0.4 |
788 | 2024-02-16T05:16:49.656Z | Downloaded atomicwrites v0.4.3 |
789 | 2024-02-16T05:16:49.656Z | Downloaded ahash v0.8.7 |
790 | 2024-02-16T05:16:49.656Z | Downloaded arrayref v0.3.7 |
791 | 2024-02-16T05:16:49.656Z | Downloaded anstream v0.5.0 |
792 | 2024-02-16T05:16:49.656Z | Downloaded aead v0.5.2 |
793 | 2024-02-16T05:16:49.656Z | Downloaded num-traits v0.2.16 |
794 | 2024-02-16T05:16:49.656Z | Downloaded ident_case v1.0.1 |
795 | 2024-02-16T05:16:49.657Z | Downloaded anstyle-parse v0.2.1 |
796 | 2024-02-16T05:16:49.657Z | Downloaded serde_spanned v0.6.5 |
797 | 2024-02-16T05:16:49.657Z | Downloaded colorchoice v1.0.0 |
798 | 2024-02-16T05:16:49.657Z | Downloaded libloading v0.7.4 |
799 | 2024-02-16T05:16:49.658Z | Downloaded const-oid v0.9.5 |
800 | 2024-02-16T05:16:49.658Z | Downloaded newtype_derive v0.1.6 |
801 | 2024-02-16T05:16:49.658Z | Downloaded itertools v0.10.5 |
802 | 2024-02-16T05:16:49.659Z | Downloaded maybe-uninit v2.0.0 |
803 | 2024-02-16T05:16:49.659Z | Downloaded block-buffer v0.10.4 |
804 | 2024-02-16T05:16:49.659Z | Downloaded bitflags v1.3.2 |
805 | 2024-02-16T05:16:49.659Z | Downloaded bit-set v0.5.3 |
806 | 2024-02-16T05:16:49.660Z | Downloaded cassowary v0.3.0 |
807 | 2024-02-16T05:16:49.660Z | Downloaded bitvec v1.0.1 |
808 | 2024-02-16T05:16:49.660Z | Downloaded libm v0.2.7 |
809 | 2024-02-16T05:16:49.661Z | Downloaded match_cfg v0.1.0 |
810 | 2024-02-16T05:16:49.661Z | Downloaded usdt-macro v0.3.5 |
811 | 2024-02-16T05:16:49.661Z | Downloaded matches v0.1.10 |
812 | 2024-02-16T05:16:49.661Z | Downloaded linked-hash-map v0.5.6 |
813 | 2024-02-16T05:16:49.662Z | Downloaded num-iter v0.1.43 |
814 | 2024-02-16T05:16:49.662Z | Downloaded crunchy v0.2.2 |
815 | 2024-02-16T05:16:49.662Z | Downloaded backoff v0.4.0 |
816 | 2024-02-16T05:16:49.662Z | Downloaded stable_deref_trait v1.2.0 |
817 | 2024-02-16T05:16:49.663Z | Downloaded base64ct v1.6.0 |
818 | 2024-02-16T05:16:49.663Z | Downloaded cancel-safe-futures v0.1.5 |
819 | 2024-02-16T05:16:49.663Z | Downloaded bitflags v2.4.0 |
820 | 2024-02-16T05:16:49.663Z | Downloaded crc v3.0.1 |
821 | 2024-02-16T05:16:49.664Z | Downloaded block-padding v0.3.3 |
822 | 2024-02-16T05:16:49.664Z | Downloaded waitgroup v0.1.2 |
823 | 2024-02-16T05:16:49.664Z | Downloaded crucible-workspace-hack v0.1.0 |
824 | 2024-02-16T05:16:49.664Z | Downloaded cstr-argument v0.1.2 |
825 | 2024-02-16T05:16:49.664Z | Downloaded darling_macro v0.14.4 |
826 | 2024-02-16T05:16:49.664Z | Downloaded utf8parse v0.2.1 |
827 | 2024-02-16T05:16:49.665Z | Downloaded new_debug_unreachable v1.0.4 |
828 | 2024-02-16T05:16:49.665Z | Downloaded mime v0.3.17 |
829 | 2024-02-16T05:16:49.665Z | Downloaded memoffset v0.9.0 |
830 | 2024-02-16T05:16:49.665Z | Downloaded managed v0.8.0 |
831 | 2024-02-16T05:16:49.665Z | Downloaded is_ci v1.1.1 |
832 | 2024-02-16T05:16:49.665Z | Downloaded unicase v2.7.0 |
833 | 2024-02-16T05:16:49.665Z | Downloaded textwrap v0.11.0 |
834 | 2024-02-16T05:16:49.666Z | Downloaded signal-hook-registry v1.4.1 |
835 | 2024-02-16T05:16:49.666Z | Downloaded nanorand v0.7.0 |
836 | 2024-02-16T05:16:49.666Z | Downloaded rustc-hash v1.1.0 |
837 | 2024-02-16T05:16:49.666Z | Downloaded crossbeam-deque v0.8.3 |
838 | 2024-02-16T05:16:49.666Z | Downloaded num-rational v0.4.1 |
839 | 2024-02-16T05:16:49.666Z | Downloaded slog-async v2.8.0 |
840 | 2024-02-16T05:16:49.667Z | Downloaded toolchain_find v0.2.0 |
841 | 2024-02-16T05:16:49.667Z | Downloaded arc-swap v1.6.0 |
842 | 2024-02-16T05:16:49.667Z | Downloaded zone_cfg_derive v0.3.0 |
843 | 2024-02-16T05:16:49.667Z | Downloaded foreign-types-shared v0.1.1 |
844 | 2024-02-16T05:16:49.667Z | Downloaded foreign-types v0.3.2 |
845 | 2024-02-16T05:16:49.667Z | Downloaded ciborium v0.2.2 |
846 | 2024-02-16T05:16:49.667Z | Downloaded signal-hook-mio v0.2.3 |
847 | 2024-02-16T05:16:49.667Z | Downloaded multimap v0.8.3 |
848 | 2024-02-16T05:16:49.667Z | Downloaded same-file v1.0.6 |
849 | 2024-02-16T05:16:49.668Z | Downloaded lru-cache v0.1.2 |
850 | 2024-02-16T05:16:49.668Z | Downloaded rustfmt-wrapper v0.2.0 |
851 | 2024-02-16T05:16:49.668Z | Downloaded clap v4.4.3 |
852 | 2024-02-16T05:16:49.668Z | Downloaded diesel_table_macro_syntax v0.1.0 |
853 | 2024-02-16T05:16:49.669Z | Downloaded multer v3.0.0 |
854 | 2024-02-16T05:16:49.669Z | Downloaded deranged v0.3.8 |
855 | 2024-02-16T05:16:49.669Z | Downloaded xattr v1.0.1 |
856 | 2024-02-16T05:16:49.669Z | Downloaded clap_derive v4.4.2 |
857 | 2024-02-16T05:16:49.669Z | Downloaded fixedbitset v0.4.2 |
858 | 2024-02-16T05:16:50.928Z | Downloaded path-slash v0.1.5 |
859 | 2024-02-16T05:16:50.928Z | Downloaded opaque-debug v0.3.0 |
860 | 2024-02-16T05:16:50.929Z | Downloaded precomputed-hash v0.1.1 |
861 | 2024-02-16T05:16:50.929Z | Downloaded proc-macro-crate v1.3.1 |
862 | 2024-02-16T05:16:50.929Z | Downloaded flagset v0.4.3 |
863 | 2024-02-16T05:16:50.929Z | Downloaded plain v0.2.3 |
864 | 2024-02-16T05:16:50.929Z | Downloaded parking_lot_core v0.8.6 |
865 | 2024-02-16T05:16:50.929Z | Downloaded vsss-rs v3.3.4 |
866 | 2024-02-16T05:16:50.929Z | Downloaded bytes v1.5.0 |
867 | 2024-02-16T05:16:50.929Z | Downloaded endian-type v0.1.2 |
868 | 2024-02-16T05:16:50.929Z | Downloaded memmap2 v0.7.1 |
869 | 2024-02-16T05:16:50.929Z | Downloaded foreign-types-shared v0.3.1 |
870 | 2024-02-16T05:16:50.929Z | Downloaded structopt v0.3.26 |
871 | 2024-02-16T05:16:50.929Z | Downloaded stability v0.1.1 |
872 | 2024-02-16T05:16:50.929Z | Downloaded scroll_derive v0.12.0 |
873 | 2024-02-16T05:16:50.929Z | Downloaded pin-utils v0.1.0 |
874 | 2024-02-16T05:16:50.930Z | Downloaded rustc_version v0.4.0 |
875 | 2024-02-16T05:16:50.930Z | Downloaded topological-sort v0.2.2 |
876 | 2024-02-16T05:16:50.930Z | Downloaded futures-sink v0.3.30 |
877 | 2024-02-16T05:16:50.930Z | Downloaded compact_str v0.7.1 |
878 | 2024-02-16T05:16:50.930Z | Downloaded ppv-lite86 v0.2.17 |
879 | 2024-02-16T05:16:50.930Z | Downloaded platforms v3.0.2 |
880 | 2024-02-16T05:16:50.930Z | Downloaded crossbeam-utils v0.8.16 |
881 | 2024-02-16T05:16:50.930Z | Downloaded usdt v0.5.0 |
882 | 2024-02-16T05:16:50.930Z | Downloaded structmeta-derive v0.3.0 |
883 | 2024-02-16T05:16:50.930Z | Downloaded der_derive v0.7.2 |
884 | 2024-02-16T05:16:50.931Z | Downloaded darling v0.20.3 |
885 | 2024-02-16T05:16:50.931Z | Downloaded foreign-types v0.5.0 |
886 | 2024-02-16T05:16:50.931Z | Downloaded form_urlencoded v1.2.1 |
887 | 2024-02-16T05:16:50.931Z | Downloaded enum-as-inner v0.5.1 |
888 | 2024-02-16T05:16:50.931Z | Downloaded tokio-macros v2.2.0 |
889 | 2024-02-16T05:16:50.931Z | Downloaded tokio-native-tls v0.3.1 |
890 | 2024-02-16T05:16:50.931Z | Downloaded version_check v0.9.4 |
891 | 2024-02-16T05:16:50.931Z | Downloaded vec_map v0.8.2 |
892 | 2024-02-16T05:16:50.932Z | Downloaded thiserror v1.0.57 |
893 | 2024-02-16T05:16:50.932Z | Downloaded darling_macro v0.20.3 |
894 | 2024-02-16T05:16:50.932Z | Downloaded backtrace v0.3.69 |
895 | 2024-02-16T05:16:50.932Z | Downloaded derive_builder_macro v0.12.0 |
896 | 2024-02-16T05:16:50.932Z | Downloaded termtree v0.4.1 |
897 | 2024-02-16T05:16:50.932Z | Downloaded pkg-config v0.3.27 |
898 | 2024-02-16T05:16:50.932Z | Downloaded time-core v0.1.1 |
899 | 2024-02-16T05:16:50.932Z | Downloaded smallvec v1.13.1 |
900 | 2024-02-16T05:16:50.933Z | Downloaded slog-stdlog v4.1.1 |
901 | 2024-02-16T05:16:50.933Z | Downloaded slog-scope v4.4.0 |
902 | 2024-02-16T05:16:50.933Z | Downloaded futures-task v0.3.30 |
903 | 2024-02-16T05:16:50.933Z | Downloaded pkcs1 v0.7.5 |
904 | 2024-02-16T05:16:50.933Z | Downloaded rpassword v7.3.1 |
905 | 2024-02-16T05:16:50.933Z | Downloaded slog-json v2.6.1 |
906 | 2024-02-16T05:16:50.933Z | Downloaded structmeta-derive v0.2.0 |
907 | 2024-02-16T05:16:50.934Z | Downloaded structmeta v0.3.0 |
908 | 2024-02-16T05:16:50.934Z | Downloaded difflib v0.4.0 |
909 | 2024-02-16T05:16:50.934Z | Downloaded universal-hash v0.5.1 |
910 | 2024-02-16T05:16:50.934Z | Downloaded futures-core v0.3.30 |
911 | 2024-02-16T05:16:50.934Z | Downloaded tungstenite v0.20.1 |
912 | 2024-02-16T05:16:50.934Z | Downloaded derive-where v1.2.7 |
913 | 2024-02-16T05:16:50.934Z | Downloaded usdt-attr-macro v0.5.0 |
914 | 2024-02-16T05:16:50.934Z | Downloaded usdt-attr-macro v0.3.5 |
915 | 2024-02-16T05:16:50.934Z | Downloaded signal-hook-tokio v0.3.1 |
916 | 2024-02-16T05:16:50.934Z | Downloaded fnv v1.0.7 |
917 | 2024-02-16T05:16:50.934Z | Downloaded rusty-fork v0.3.0 |
918 | 2024-02-16T05:16:50.934Z | Downloaded vte_generate_state_changes v0.1.1 |
919 | 2024-02-16T05:16:50.934Z | Downloaded wyz v0.5.1 |
920 | 2024-02-16T05:16:50.934Z | Downloaded smf v0.2.2 |
921 | 2024-02-16T05:16:50.935Z | Downloaded slog-bunyan v2.5.0 |
922 | 2024-02-16T05:16:50.935Z | Downloaded num_threads v0.1.6 |
923 | 2024-02-16T05:16:50.935Z | Downloaded omicron-zone-package v0.11.0 |
924 | 2024-02-16T05:16:50.935Z | Downloaded fxhash v0.2.1 |
925 | 2024-02-16T05:16:50.935Z | Downloaded proc-macro-error-attr v1.0.4 |
926 | 2024-02-16T05:16:50.935Z | Downloaded debug-ignore v1.0.5 |
927 | 2024-02-16T05:16:50.936Z | Downloaded serde_repr v0.1.16 |
928 | 2024-02-16T05:16:50.936Z | Downloaded scroll v0.12.0 |
929 | 2024-02-16T05:16:50.936Z | Downloaded rustls-pemfile v1.0.3 |
930 | 2024-02-16T05:16:50.936Z | Downloaded usdt-impl v0.5.0 |
931 | 2024-02-16T05:16:50.936Z | Downloaded usdt v0.3.5 |
932 | 2024-02-16T05:16:50.936Z | Downloaded memchr v2.6.3 |
933 | 2024-02-16T05:16:50.936Z | Downloaded fs-err v2.11.0 |
934 | 2024-02-16T05:16:50.937Z | Downloaded fd-lock v3.0.13 |
935 | 2024-02-16T05:16:50.937Z | Downloaded rustls-pki-types v1.1.0 |
936 | 2024-02-16T05:16:50.937Z | Downloaded dirs-sys-next v0.1.2 |
937 | 2024-02-16T05:16:50.937Z | Downloaded globset v0.4.13 |
938 | 2024-02-16T05:16:50.937Z | Downloaded derive_more v0.99.17 |
939 | 2024-02-16T05:16:50.937Z | Downloaded structmeta v0.2.0 |
940 | 2024-02-16T05:16:50.937Z | Downloaded darling_core v0.20.3 |
941 | 2024-02-16T05:16:50.938Z | Downloaded display-error-chain v0.2.0 |
942 | 2024-02-16T05:16:50.938Z | Downloaded minimal-lexical v0.2.1 |
943 | 2024-02-16T05:16:50.938Z | Downloaded sqlparser_derive v0.2.2 |
944 | 2024-02-16T05:16:50.938Z | Downloaded rustls-pemfile v2.0.0 |
945 | 2024-02-16T05:16:50.938Z | Downloaded rand_core v0.6.4 |
946 | 2024-02-16T05:16:50.938Z | Downloaded thiserror-impl v1.0.57 |
947 | 2024-02-16T05:16:50.939Z | Downloaded thiserror-impl-no-std v2.0.2 |
948 | 2024-02-16T05:16:50.939Z | Downloaded rand_chacha v0.3.1 |
949 | 2024-02-16T05:16:50.939Z | Downloaded sqlformat v0.2.3 |
950 | 2024-02-16T05:16:50.939Z | Downloaded tokio-rustls v0.25.0 |
951 | 2024-02-16T05:16:50.939Z | Downloaded derive_builder_core v0.12.0 |
952 | 2024-02-16T05:16:50.939Z | Downloaded slab v0.4.9 |
953 | 2024-02-16T05:16:50.939Z | Downloaded prettyplease v0.2.16 |
954 | 2024-02-16T05:16:50.939Z | Downloaded strsim v0.10.0 |
955 | 2024-02-16T05:16:50.940Z | Downloaded rtoolbox v0.0.1 |
956 | 2024-02-16T05:16:50.940Z | Downloaded pem v3.0.2 |
957 | 2024-02-16T05:16:50.940Z | Downloaded rsa v0.9.2 |
958 | 2024-02-16T05:16:51.422Z | Downloaded r2d2 v0.8.10 |
959 | 2024-02-16T05:16:51.422Z | Downloaded toml v0.7.8 |
960 | 2024-02-16T05:16:51.422Z | Downloaded swrite v0.1.0 |
961 | 2024-02-16T05:16:51.422Z | Downloaded percent-encoding v2.3.1 |
962 | 2024-02-16T05:16:51.423Z | Downloaded getrandom v0.2.10 |
963 | 2024-02-16T05:16:51.423Z | Downloaded ff v0.13.0 |
964 | 2024-02-16T05:16:51.423Z | Downloaded packed_struct v0.10.1 |
965 | 2024-02-16T05:16:51.423Z | Downloaded whoami v1.4.1 |
966 | 2024-02-16T05:16:51.423Z | Downloaded strsim v0.8.0 |
967 | 2024-02-16T05:16:51.424Z | Downloaded openssl-probe v0.1.5 |
968 | 2024-02-16T05:16:51.424Z | Downloaded number_prefix v0.4.0 |
969 | 2024-02-16T05:16:51.424Z | Downloaded data-encoding v2.4.0 |
970 | 2024-02-16T05:16:51.424Z | Downloaded signature v1.6.4 |
971 | 2024-02-16T05:16:51.425Z | Downloaded phf v0.11.2 |
972 | 2024-02-16T05:16:51.425Z | Downloaded thread_local v1.1.7 |
973 | 2024-02-16T05:16:51.425Z | Downloaded zeroize v1.7.0 |
974 | 2024-02-16T05:16:51.425Z | Downloaded futures-macro v0.3.30 |
975 | 2024-02-16T05:16:51.426Z | Downloaded unarray v0.1.4 |
976 | 2024-02-16T05:16:51.426Z | Downloaded pest_derive v2.7.6 |
977 | 2024-02-16T05:16:51.426Z | Downloaded darling v0.14.4 |
978 | 2024-02-16T05:16:51.426Z | Downloaded tracing-attributes v0.1.26 |
979 | 2024-02-16T05:16:51.426Z | Downloaded stringprep v0.1.3 |
980 | 2024-02-16T05:16:51.426Z | Downloaded fastrand v2.0.1 |
981 | 2024-02-16T05:16:51.427Z | Downloaded hash32 v0.3.1 |
982 | 2024-02-16T05:16:51.427Z | Downloaded derive_builder v0.12.0 |
983 | 2024-02-16T05:16:51.427Z | Downloaded radium v0.7.0 |
984 | 2024-02-16T05:16:51.427Z | Downloaded typed-path v0.7.0 |
985 | 2024-02-16T05:16:51.428Z | Downloaded peeking_take_while v0.1.2 |
986 | 2024-02-16T05:16:51.428Z | Downloaded equivalent v1.0.1 |
987 | 2024-02-16T05:16:51.428Z | Downloaded defmt-macros v0.3.6 |
988 | 2024-02-16T05:16:51.428Z | Downloaded thiserror-no-std v2.0.2 |
989 | 2024-02-16T05:16:51.428Z | Downloaded tower-service v0.3.2 |
990 | 2024-02-16T05:16:51.428Z | Downloaded test-strategy v0.3.1 |
991 | 2024-02-16T05:16:51.429Z | Downloaded untrusted v0.9.0 |
992 | 2024-02-16T05:16:51.429Z | Downloaded take_mut v0.2.2 |
993 | 2024-02-16T05:16:51.429Z | Downloaded tiny-keccak v2.0.2 |
994 | 2024-02-16T05:16:51.429Z | Downloaded itertools v0.12.1 |
995 | 2024-02-16T05:16:51.429Z | Downloaded pretty-hex v0.4.1 |
996 | 2024-02-16T05:16:51.429Z | Downloaded group v0.13.0 |
997 | 2024-02-16T05:16:51.430Z | Downloaded postgres-protocol v0.6.6 |
998 | 2024-02-16T05:16:51.430Z | Downloaded ed25519 v1.5.3 |
999 | 2024-02-16T05:16:51.430Z | Downloaded zerocopy-derive v0.7.32 |
1000 | 2024-02-16T05:16:51.430Z | Downloaded resolv-conf v0.7.0 |
1001 | 2024-02-16T05:16:51.430Z | Downloaded strum_macros v0.25.2 |
1002 | 2024-02-16T05:16:51.430Z | Downloaded steno v0.4.0 |
1003 | 2024-02-16T05:16:51.431Z | Downloaded downcast v0.11.0 |
1004 | 2024-02-16T05:16:51.431Z | Downloaded unicode-xid v0.2.4 |
1005 | 2024-02-16T05:16:51.431Z | Downloaded generic-array v0.14.7 |
1006 | 2024-02-16T05:16:51.431Z | Downloaded semver v0.11.0 |
1007 | 2024-02-16T05:16:51.431Z | Downloaded strum_macros v0.26.1 |
1008 | 2024-02-16T05:16:51.432Z | Downloaded unicode-ident v1.0.12 |
1009 | 2024-02-16T05:16:51.432Z | Downloaded float-cmp v0.9.0 |
1010 | 2024-02-16T05:16:51.432Z | Downloaded yasna v0.5.2 |
1011 | 2024-02-16T05:16:51.433Z | Downloaded toml_datetime v0.6.5 |
1012 | 2024-02-16T05:16:51.433Z | Downloaded tap v1.0.1 |
1013 | 2024-02-16T05:16:51.433Z | Downloaded glob v0.3.1 |
1014 | 2024-02-16T05:16:51.433Z | Downloaded half v2.3.1 |
1015 | 2024-02-16T05:16:51.434Z | Downloaded tracing v0.1.37 |
1016 | 2024-02-16T05:16:51.434Z | Downloaded sct v0.7.0 |
1017 | 2024-02-16T05:16:51.434Z | Downloaded unicode-linebreak v0.1.5 |
1018 | 2024-02-16T05:16:51.434Z | Downloaded hashbrown v0.12.3 |
1019 | 2024-02-16T05:16:51.434Z | Downloaded toml v0.8.10 |
1020 | 2024-02-16T05:16:51.434Z | Downloaded tinyvec v1.6.0 |
1021 | 2024-02-16T05:16:51.435Z | Downloaded portable-atomic v1.4.3 |
1022 | 2024-02-16T05:16:51.435Z | Downloaded spin v0.9.8 |
1023 | 2024-02-16T05:16:51.435Z | Downloaded textwrap v0.16.0 |
1024 | 2024-02-16T05:16:51.435Z | Downloaded tokio-postgres v0.7.10 |
1025 | 2024-02-16T05:16:51.436Z | Downloaded diff v0.1.13 |
1026 | 2024-02-16T05:16:51.436Z | Downloaded darling_core v0.14.4 |
1027 | 2024-02-16T05:16:51.436Z | Downloaded rcgen v0.12.1 |
1028 | 2024-02-16T05:16:51.436Z | Downloaded openssl-sys v0.9.96 |
1029 | 2024-02-16T05:16:51.436Z | Downloaded unicode-bidi v0.3.13 |
1030 | 2024-02-16T05:16:51.437Z | Downloaded rayon-core v1.12.0 |
1031 | 2024-02-16T05:16:51.437Z | Downloaded rustyline v13.0.0 |
1032 | 2024-02-16T05:16:51.437Z | Downloaded unicode-normalization v0.1.22 |
1033 | 2024-02-16T05:16:51.437Z | Downloaded idna v0.5.0 |
1034 | 2024-02-16T05:16:51.437Z | Downloaded flume v0.11.0 |
1035 | 2024-02-16T05:16:51.440Z | Downloaded serde_with v3.6.1 |
1036 | 2024-02-16T05:16:51.440Z | Downloaded serde_yaml v0.9.25 |
1037 | 2024-02-16T05:16:51.440Z | Downloaded ron v0.8.1 |
1038 | 2024-02-16T05:16:51.441Z | Downloaded tracing-core v0.1.31 |
1039 | 2024-02-16T05:16:51.441Z | Downloaded parse-size v1.0.0 |
1040 | 2024-02-16T05:16:51.441Z | Downloaded tar v0.4.40 |
1041 | 2024-02-16T05:16:51.441Z | Downloaded flate2 v1.0.28 |
1042 | 2024-02-16T05:16:51.442Z | Downloaded packed_struct_codegen v0.10.1 |
1043 | 2024-02-16T05:16:51.442Z | Downloaded try-lock v0.2.4 |
1044 | 2024-02-16T05:16:51.442Z | Downloaded quick-xml v0.30.0 |
1045 | 2024-02-16T05:16:51.442Z | Downloaded zerocopy v0.3.0 |
1046 | 2024-02-16T05:16:51.442Z | Downloaded oso-derive v0.27.0 |
1047 | 2024-02-16T05:16:51.443Z | Downloaded openssl-macros v0.1.1 |
1048 | 2024-02-16T05:16:51.443Z | Downloaded heapless v0.8.0 |
1049 | 2024-02-16T05:16:51.443Z | Downloaded hashbrown v0.13.2 |
1050 | 2024-02-16T05:16:51.443Z | Downloaded digest v0.10.7 |
1051 | 2024-02-16T05:16:51.443Z | Downloaded termcolor v1.2.0 |
1052 | 2024-02-16T05:16:51.444Z | Downloaded ref-cast-impl v1.0.20 |
1053 | 2024-02-16T05:16:51.444Z | Downloaded ref-cast v1.0.20 |
1054 | 2024-02-16T05:16:51.444Z | Downloaded der v0.7.8 |
1055 | 2024-02-16T05:16:51.444Z | Downloaded goblin v0.8.0 |
1056 | 2024-02-16T05:16:51.444Z | Downloaded either v1.9.0 |
1057 | 2024-02-16T05:16:51.444Z | Downloaded dirs-next v2.0.0 |
1058 | 2024-02-16T05:16:51.990Z | Downloaded tui-tree-widget v0.17.0 |
1059 | 2024-02-16T05:16:51.990Z | Downloaded serde_path_to_error v0.1.15 |
1060 | 2024-02-16T05:16:51.990Z | Downloaded errno v0.3.8 |
1061 | 2024-02-16T05:16:51.990Z | Downloaded parse-display v0.9.0 |
1062 | 2024-02-16T05:16:51.990Z | Downloaded ena v0.14.2 |
1063 | 2024-02-16T05:16:51.990Z | Downloaded sqlparser v0.43.1 |
1064 | 2024-02-16T05:16:51.990Z | Downloaded phf_shared v0.10.0 |
1065 | 2024-02-16T05:16:51.990Z | Downloaded rand_xorshift v0.3.0 |
1066 | 2024-02-16T05:16:51.990Z | Downloaded parse-display-derive v0.9.0 |
1067 | 2024-02-16T05:16:51.991Z | Downloaded terminal_size v0.2.6 |
1068 | 2024-02-16T05:16:51.991Z | Downloaded chrono v0.4.31 |
1069 | 2024-02-16T05:16:51.991Z | Downloaded hashbrown v0.14.3 |
1070 | 2024-02-16T05:16:51.991Z | Downloaded pin-project v1.1.3 |
1071 | 2024-02-16T05:16:51.991Z | Downloaded time v0.3.27 |
1072 | 2024-02-16T05:16:51.991Z | Downloaded rustls-webpki v0.101.7 |
1073 | 2024-02-16T05:16:51.991Z | Downloaded proptest v1.4.0 |
1074 | 2024-02-16T05:16:51.992Z | Downloaded unicode_categories v0.1.1 |
1075 | 2024-02-16T05:16:51.992Z | Downloaded embedded-io v0.4.0 |
1076 | 2024-02-16T05:16:51.992Z | Downloaded zerocopy v0.6.4 |
1077 | 2024-02-16T05:16:51.992Z | Downloaded regex-automata v0.1.10 |
1078 | 2024-02-16T05:16:51.992Z | Downloaded futures-util v0.3.30 |
1079 | 2024-02-16T05:16:51.992Z | Downloaded bindgen v0.69.2 |
1080 | 2024-02-16T05:16:51.992Z | Downloaded parking_lot v0.12.1 |
1081 | 2024-02-16T05:16:51.992Z | Downloaded smoltcp v0.9.1 |
1082 | 2024-02-16T05:16:51.992Z | Downloaded petgraph v0.6.4 |
1083 | 2024-02-16T05:16:51.992Z | Downloaded syn v1.0.109 |
1084 | 2024-02-16T05:16:51.992Z | Downloaded smoltcp v0.11.0 |
1085 | 2024-02-16T05:16:51.993Z | Downloaded winnow v0.5.15 |
1086 | 2024-02-16T05:16:51.993Z | Downloaded h2 v0.3.24 |
1087 | 2024-02-16T05:16:51.993Z | Downloaded regex-syntax v0.8.2 |
1088 | 2024-02-16T05:16:51.993Z | Downloaded openapiv3 v2.0.0 |
1089 | 2024-02-16T05:16:51.993Z | Downloaded reqwest v0.11.22 |
1090 | 2024-02-16T05:16:51.993Z | Downloaded trust-dns-client v0.22.0 |
1091 | 2024-02-16T05:16:51.993Z | Downloaded trust-dns-server v0.22.1 |
1092 | 2024-02-16T05:16:51.993Z | Downloaded libc v0.2.153 |
1093 | 2024-02-16T05:16:51.993Z | Downloaded tokio-util v0.7.10 |
1094 | 2024-02-16T05:16:51.993Z | Downloaded zerocopy-derive v0.6.4 |
1095 | 2024-02-16T05:16:51.993Z | Downloaded tabled v0.15.0 |
1096 | 2024-02-16T05:16:51.994Z | Downloaded regex-automata v0.3.8 |
1097 | 2024-02-16T05:16:51.994Z | Downloaded polar-core v0.27.0 |
1098 | 2024-02-16T05:16:51.994Z | Downloaded tokio v1.36.0 |
1099 | 2024-02-16T05:16:51.994Z | Downloaded rayon v1.8.0 |
1100 | 2024-02-16T05:16:51.994Z | Downloaded regress v0.8.0 |
1101 | 2024-02-16T05:16:51.994Z | Downloaded rustix v0.37.23 |
1102 | 2024-02-16T05:16:51.994Z | Downloaded regex-syntax v0.6.29 |
1103 | 2024-02-16T05:16:51.994Z | Downloaded zerocopy v0.7.32 |
1104 | 2024-02-16T05:16:51.994Z | Downloaded rustix v0.38.31 |
1105 | 2024-02-16T05:16:51.994Z | Downloaded openssl v0.10.60 |
1106 | 2024-02-16T05:16:51.994Z | Downloaded regex v1.10.3 |
1107 | 2024-02-16T05:16:51.994Z | Downloaded rustls v0.22.2 |
1108 | 2024-02-16T05:16:51.995Z | Downloaded trust-dns-proto v0.22.0 |
1109 | 2024-02-16T05:16:51.995Z | Downloaded sled v0.34.7 |
1110 | 2024-02-16T05:16:51.995Z | Downloaded bstr v1.6.0 |
1111 | 2024-02-16T05:16:51.995Z | Downloaded csv v1.3.0 |
1112 | 2024-02-16T05:16:51.995Z | Downloaded ratatui v0.26.1 |
1113 | 2024-02-16T05:16:51.995Z | Downloaded regex-automata v0.4.4 |
1114 | 2024-02-16T05:16:51.995Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1115 | 2024-02-16T05:16:51.995Z | Downloaded ring v0.17.7 |
1116 | 2024-02-16T05:16:51.996Z | Downloaded sha3 v0.10.8 |
1117 | 2024-02-16T05:16:51.996Z | Downloaded gimli v0.28.0 |
1118 | 2024-02-16T05:16:51.996Z | Downloaded serde_json v1.0.113 |
1119 | 2024-02-16T05:16:51.996Z | Downloaded rustls v0.21.9 |
1120 | 2024-02-16T05:16:51.996Z | Downloaded bstr v0.2.17 |
1121 | 2024-02-16T05:16:51.996Z | Downloaded reedline v0.28.0 |
1122 | 2024-02-16T05:16:51.996Z | Downloaded zerocopy-derive v0.2.0 |
1123 | 2024-02-16T05:16:51.996Z | Downloaded object v0.30.4 |
1124 | 2024-02-16T05:16:51.996Z | Downloaded nix v0.27.1 |
1125 | 2024-02-16T05:16:51.996Z | Downloaded encoding_rs v0.8.33 |
1126 | 2024-02-16T05:16:51.996Z | Downloaded trust-dns-resolver v0.22.0 |
1127 | 2024-02-16T05:16:51.996Z | Downloaded owo-colors v4.0.0 |
1128 | 2024-02-16T05:16:51.996Z | Downloaded tough v0.16.0 |
1129 | 2024-02-16T05:16:51.997Z | Downloaded radix_trie v0.2.1 |
1130 | 2024-02-16T05:16:51.997Z | Downloaded object v0.32.1 |
1131 | 2024-02-16T05:16:51.997Z | Downloaded elliptic-curve v0.13.8 |
1132 | 2024-02-16T05:16:51.997Z | Downloaded diesel v2.1.4 |
1133 | 2024-02-16T05:16:51.997Z | Downloaded schemars v0.8.16 |
1134 | 2024-02-16T05:16:51.997Z | Downloaded toml v0.5.11 |
1135 | 2024-02-16T05:16:51.997Z | Downloaded papergrid v0.11.0 |
1136 | 2024-02-16T05:16:51.997Z | Downloaded oso v0.27.0 |
1137 | 2024-02-16T05:16:51.997Z | Downloaded curve25519-dalek v4.1.1 |
1138 | 2024-02-16T05:16:51.998Z | Downloaded futures v0.3.30 |
1139 | 2024-02-16T05:16:51.998Z | Downloaded lalrpop v0.19.12 |
1140 | 2024-02-16T05:16:51.998Z | Downloaded pin-project-lite v0.2.13 |
1141 | 2024-02-16T05:16:51.998Z | Downloaded phf_shared v0.11.2 |
1142 | 2024-02-16T05:16:51.998Z | Downloaded parking_lot v0.11.2 |
1143 | 2024-02-16T05:16:51.998Z | Downloaded semver v1.0.21 |
1144 | 2024-02-16T05:16:51.998Z | Downloaded term v0.7.0 |
1145 | 2024-02-16T05:16:51.998Z | Downloaded password-hash v0.5.0 |
1146 | 2024-02-16T05:16:51.998Z | Downloaded rustls-webpki v0.102.1 |
1147 | 2024-02-16T05:16:51.999Z | Downloaded webpki-roots v0.25.2 |
1148 | 2024-02-16T05:16:51.999Z | Downloaded syn v2.0.48 |
1149 | 2024-02-16T05:16:51.999Z | Downloaded smallvec v0.6.14 |
1150 | 2024-02-16T05:16:51.999Z | Downloaded tokio-tungstenite v0.20.1 |
1151 | 2024-02-16T05:16:51.999Z | Downloaded tokio-stream v0.1.14 |
1152 | 2024-02-16T05:16:51.999Z | Downloaded vcpkg v0.2.15 |
1153 | 2024-02-16T05:16:51.999Z | Downloaded pest v2.7.6 |
1154 | 2024-02-16T05:16:51.999Z | Downloaded pin-project-internal v1.1.3 |
1155 | 2024-02-16T05:16:52.000Z | Downloaded filetime v0.2.23 |
1156 | 2024-02-16T05:16:52.000Z | Downloaded scheduled-thread-pool v0.2.7 |
1157 | 2024-02-16T05:16:52.000Z | Downloaded clap v2.34.0 |
1158 | 2024-02-16T05:16:52.033Z | Downloaded unicode-segmentation v1.10.1 |
1159 | 2024-02-16T05:16:52.033Z | Downloaded serde v1.0.196 |
1160 | 2024-02-16T05:16:52.033Z | Downloaded clap_builder v4.4.2 |
1161 | 2024-02-16T05:16:52.033Z | Downloaded blake3 v1.5.0 |
1162 | 2024-02-16T05:16:52.034Z | Downloaded ring v0.16.20 |
1163 | 2024-02-16T05:16:52.034Z | Downloaded serde_derive v1.0.196 |
1164 | 2024-02-16T05:16:52.034Z | Downloaded url v2.5.0 |
1165 | 2024-02-16T05:16:52.034Z | Downloaded wait-timeout v0.2.0 |
1166 | 2024-02-16T05:16:52.034Z | Downloaded headers v0.4.0 |
1167 | 2024-02-16T05:16:52.034Z | Downloaded heapless v0.7.16 |
1168 | 2024-02-16T05:16:52.034Z | Downloaded idna v0.2.3 |
1169 | 2024-02-16T05:16:52.035Z | Downloaded rand v0.8.5 |
1170 | 2024-02-16T05:16:52.035Z | Downloaded tempfile v3.10.0 |
1171 | 2024-02-16T05:16:52.035Z | Downloaded rustc-demangle v0.1.23 |
1172 | 2024-02-16T05:16:52.035Z | Downloaded defmt v0.3.5 |
1173 | 2024-02-16T05:16:52.035Z | Downloaded postgres-types v0.2.6 |
1174 | 2024-02-16T05:16:52.035Z | Downloaded strip-ansi-escapes v0.2.0 |
1175 | 2024-02-16T05:16:52.035Z | Downloaded toml_edit v0.21.1 |
1176 | 2024-02-16T05:16:52.035Z | Downloaded heck v0.3.3 |
1177 | 2024-02-16T05:16:52.036Z | Downloaded hash32 v0.2.1 |
1178 | 2024-02-16T05:16:52.036Z | Downloaded similar v2.3.0 |
1179 | 2024-02-16T05:16:52.036Z | Downloaded crossterm v0.27.0 |
1180 | 2024-02-16T05:16:52.036Z | Downloaded untrusted v0.7.1 |
1181 | 2024-02-16T05:16:52.036Z | Downloaded paste v1.0.14 |
1182 | 2024-02-16T05:16:52.036Z | Downloaded sha2 v0.10.8 |
1183 | 2024-02-16T05:16:52.037Z | Downloaded aho-corasick v1.0.4 |
1184 | 2024-02-16T05:16:52.037Z | Downloaded nom v7.1.3 |
1185 | 2024-02-16T05:16:52.037Z | Downloaded sha1 v0.10.6 |
1186 | 2024-02-16T05:16:52.037Z | Downloaded shlex v1.3.0 |
1187 | 2024-02-16T05:16:52.037Z | Downloaded snafu v0.7.5 |
1188 | 2024-02-16T05:16:52.037Z | Downloaded unsafe-libyaml v0.2.10 |
1189 | 2024-02-16T05:16:52.038Z | Downloaded toml_edit v0.22.4 |
1190 | 2024-02-16T05:16:52.038Z | Downloaded quick-error v1.2.3 |
1191 | 2024-02-16T05:16:52.038Z | Downloaded predicates-core v1.0.6 |
1192 | 2024-02-16T05:16:52.038Z | Downloaded predicates v3.1.0 |
1193 | 2024-02-16T05:16:52.038Z | Downloaded once_cell v1.19.0 |
1194 | 2024-02-16T05:16:52.038Z | Downloaded serde_derive_internals v0.26.0 |
1195 | 2024-02-16T05:16:52.038Z | Downloaded ucd-trie v0.1.6 |
1196 | 2024-02-16T05:16:52.039Z | Downloaded slog-envlogger v2.2.0 |
1197 | 2024-02-16T05:16:52.039Z | Downloaded proc-macro2 v1.0.78 |
1198 | 2024-02-16T05:16:52.039Z | Downloaded toml_edit v0.19.15 |
1199 | 2024-02-16T05:16:52.039Z | Downloaded fatfs v0.3.6 |
1200 | 2024-02-16T05:16:52.039Z | Downloaded tabled_derive v0.7.0 |
1201 | 2024-02-16T05:16:52.039Z | Downloaded slog-term v2.9.0 |
1202 | 2024-02-16T05:16:52.039Z | Downloaded libxml v0.3.3 |
1203 | 2024-02-16T05:16:52.040Z | Downloaded x509-cert v0.2.4 |
1204 | 2024-02-16T05:16:52.040Z | Downloaded fd-lock v4.0.2 |
1205 | 2024-02-16T05:16:52.040Z | Downloaded socket2 v0.5.5 |
1206 | 2024-02-16T05:16:52.040Z | Downloaded socket2 v0.4.9 |
1207 | 2024-02-16T05:16:52.040Z | Downloaded salty v0.2.0 |
1208 | 2024-02-16T05:16:52.040Z | Downloaded crossbeam-channel v0.5.8 |
1209 | 2024-02-16T05:16:52.040Z | Downloaded signature v2.1.0 |
1210 | 2024-02-16T05:16:52.040Z | Downloaded proc-macro-error v1.0.4 |
1211 | 2024-02-16T05:16:52.041Z | Downloaded crypto-bigint v0.5.2 |
1212 | 2024-02-16T05:16:52.041Z | Downloaded olpc-cjson v0.1.3 |
1213 | 2024-02-16T05:16:52.041Z | Downloaded num_enum_derive v0.5.11 |
1214 | 2024-02-16T05:16:52.041Z | Downloaded hex v0.4.3 |
1215 | 2024-02-16T05:16:52.041Z | Downloaded heck v0.4.1 |
1216 | 2024-02-16T05:16:52.041Z | Downloaded pest_meta v2.7.6 |
1217 | 2024-02-16T05:16:52.041Z | Downloaded postcard v1.0.8 |
1218 | 2024-02-16T05:16:52.041Z | Downloaded thread-id v4.2.0 |
1219 | 2024-02-16T05:16:52.042Z | Downloaded supports-color v2.1.0 |
1220 | 2024-02-16T05:16:52.042Z | Downloaded subtle v2.5.0 |
1221 | 2024-02-16T05:16:52.042Z | Downloaded snafu-derive v0.7.5 |
1222 | 2024-02-16T05:16:52.042Z | Downloaded ryu v1.0.15 |
1223 | 2024-02-16T05:16:52.042Z | Downloaded zip v0.6.6 |
1224 | 2024-02-16T05:16:52.042Z | Downloaded uuid v1.7.0 |
1225 | 2024-02-16T05:16:52.043Z | Downloaded serde_with_macros v3.6.1 |
1226 | 2024-02-16T05:16:52.043Z | Downloaded spki v0.7.2 |
1227 | 2024-02-16T05:16:52.043Z | Downloaded unicode-width v0.1.11 |
1228 | 2024-02-16T05:16:52.043Z | Downloaded mio v0.8.9 |
1229 | 2024-02-16T05:16:52.043Z | Downloaded env_logger v0.10.0 |
1230 | 2024-02-16T05:16:52.043Z | Downloaded poly1305 v0.8.0 |
1231 | 2024-02-16T05:16:52.043Z | Downloaded subprocess v0.2.9 |
1232 | 2024-02-16T05:16:52.044Z | Downloaded pkcs8 v0.10.2 |
1233 | 2024-02-16T05:16:52.044Z | Downloaded rustc_version v0.1.7 |
1234 | 2024-02-16T05:16:52.044Z | Downloaded mockall_derive v0.12.0 |
1235 | 2024-02-16T05:16:52.044Z | Downloaded smawk v0.3.1 |
1236 | 2024-02-16T05:16:52.044Z | Downloaded pem-rfc7468 v0.7.0 |
1237 | 2024-02-16T05:16:52.044Z | Downloaded zeroize_derive v1.4.2 |
1238 | 2024-02-16T05:16:52.044Z | Downloaded headers-core v0.3.0 |
1239 | 2024-02-16T05:16:52.044Z | Downloaded semver-parser v0.10.2 |
1240 | 2024-02-16T05:16:52.044Z | Downloaded diesel_derives v2.1.2 |
1241 | 2024-02-16T05:16:52.044Z | Downloaded predicates-tree v1.0.9 |
1242 | 2024-02-16T05:16:52.044Z | Downloaded fallible-iterator v0.2.0 |
1243 | 2024-02-16T05:16:52.045Z | Downloaded getopts v0.2.21 |
1244 | 2024-02-16T05:16:52.045Z | Downloaded gethostname v0.4.3 |
1245 | 2024-02-16T05:16:52.045Z | Downloaded slog-dtrace v0.3.0 |
1246 | 2024-02-16T05:16:52.045Z | Downloaded sec1 v0.7.3 |
1247 | 2024-02-16T05:16:52.045Z | Downloaded native-tls v0.2.11 |
1248 | 2024-02-16T05:16:52.045Z | Downloaded spin v0.5.2 |
1249 | 2024-02-16T05:16:52.045Z | Downloaded pest_generator v2.7.6 |
1250 | 2024-02-16T05:16:52.046Z | Downloaded serde_plain v1.0.2 |
1251 | 2024-02-16T05:16:52.046Z | Downloaded parking_lot_core v0.9.8 |
1252 | 2024-02-16T05:16:52.046Z | Downloaded typenum v1.16.0 |
1253 | 2024-02-16T05:16:52.046Z | Downloaded hyper v0.14.27 |
1254 | 2024-02-16T05:16:52.046Z | Downloaded usdt-impl v0.3.5 |
1255 | 2024-02-16T05:16:52.046Z | Downloaded termios v0.3.3 |
1256 | 2024-02-16T05:16:52.046Z | Downloaded slog v2.7.0 |
1257 | 2024-02-16T05:16:52.046Z | Downloaded futures-channel v0.3.30 |
1258 | 2024-02-16T05:16:52.083Z | Downloaded static_assertions v1.1.0 |
1259 | 2024-02-16T05:16:52.083Z | Downloaded dyn-clone v1.0.16 |
1260 | 2024-02-16T05:16:52.083Z | Downloaded shell-words v1.1.0 |
1261 | 2024-02-16T05:16:52.083Z | Downloaded crossbeam-epoch v0.9.15 |
1262 | 2024-02-16T05:16:52.084Z | Downloaded futures-io v0.3.30 |
1263 | 2024-02-16T05:16:52.084Z | Downloaded futures-executor v0.3.30 |
1264 | 2024-02-16T05:16:52.084Z | Downloaded siphasher v0.3.11 |
1265 | 2024-02-16T05:16:52.084Z | Downloaded funty v2.0.0 |
1266 | 2024-02-16T05:16:52.084Z | Downloaded quote v1.0.35 |
1267 | 2024-02-16T05:16:52.084Z | Downloaded crc-any v2.4.3 |
1268 | 2024-02-16T05:16:52.085Z | Downloaded chacha20poly1305 v0.10.1 |
1269 | 2024-02-16T05:16:52.085Z | Downloaded walkdir v2.4.0 |
1270 | 2024-02-16T05:16:52.085Z | Downloaded tokio-rustls v0.24.1 |
1271 | 2024-02-16T05:16:52.085Z | Downloaded cc v1.0.83 |
1272 | 2024-02-16T05:16:52.085Z | Downloaded strum_macros v0.24.3 |
1273 | 2024-02-16T05:16:52.085Z | Downloaded base64 v0.21.7 |
1274 | 2024-02-16T05:16:52.085Z | Downloaded structopt-derive v0.4.18 |
1275 | 2024-02-16T05:16:52.086Z | Downloaded blake2 v0.10.6 |
1276 | 2024-02-16T05:16:52.086Z | Downloaded newtype-uuid v1.0.1 |
1277 | 2024-02-16T05:16:52.086Z | Downloaded dof v0.1.5 |
1278 | 2024-02-16T05:16:52.086Z | Downloaded string_cache v0.8.7 |
1279 | 2024-02-16T05:16:52.086Z | Downloaded crc32fast v1.3.2 |
1280 | 2024-02-16T05:16:52.086Z | Downloaded defmt-parser v0.3.3 |
1281 | 2024-02-16T05:16:52.086Z | Downloaded fragile v2.0.0 |
1282 | 2024-02-16T05:16:52.086Z | Downloaded which v4.4.0 |
1283 | 2024-02-16T05:16:52.086Z | Downloaded clang-sys v1.6.1 |
1284 | 2024-02-16T05:16:52.086Z | Downloaded vte v0.11.1 |
1285 | 2024-02-16T05:16:52.086Z | Downloaded synstructure v0.12.6 |
1286 | 2024-02-16T05:16:52.086Z | Downloaded miniz_oxide v0.7.1 |
1287 | 2024-02-16T05:16:52.087Z | Downloaded memoffset v0.7.1 |
1288 | 2024-02-16T05:16:52.087Z | Downloaded macaddr v1.0.1 |
1289 | 2024-02-16T05:16:52.087Z | Downloaded libsw v3.3.1 |
1290 | 2024-02-16T05:16:52.087Z | Downloaded lazy_static v1.4.0 |
1291 | 2024-02-16T05:16:52.087Z | Downloaded kstat-rs v0.2.3 |
1292 | 2024-02-16T05:16:52.087Z | Downloaded mime_guess v2.0.4 |
1293 | 2024-02-16T05:16:52.087Z | Downloaded corncobs v0.1.3 |
1294 | 2024-02-16T05:16:52.087Z | Downloaded maplit v1.0.2 |
1295 | 2024-02-16T05:16:52.087Z | Downloaded cpufeatures v0.2.12 |
1296 | 2024-02-16T05:16:52.087Z | Downloaded cipher v0.4.4 |
1297 | 2024-02-16T05:16:52.088Z | Downloaded dof v0.3.0 |
1298 | 2024-02-16T05:16:52.088Z | Downloaded dtrace-parser v0.1.14 |
1299 | 2024-02-16T05:16:52.088Z | Downloaded zone v0.3.0 |
1300 | 2024-02-16T05:16:52.088Z | Downloaded strum v0.25.0 |
1301 | 2024-02-16T05:16:52.088Z | Downloaded indexmap v1.9.3 |
1302 | 2024-02-16T05:16:52.088Z | Downloaded num-integer v0.1.46 |
1303 | 2024-02-16T05:16:52.088Z | Downloaded buf-list v1.0.3 |
1304 | 2024-02-16T05:16:52.088Z | Downloaded memmap v0.7.0 |
1305 | 2024-02-16T05:16:52.088Z | Downloaded crc-catalog v2.2.0 |
1306 | 2024-02-16T05:16:52.088Z | Downloaded argon2 v0.5.3 |
1307 | 2024-02-16T05:16:52.088Z | Downloaded pretty-hex v0.2.1 |
1308 | 2024-02-16T05:16:52.089Z | Downloaded foreign-types-macros v0.2.3 |
1309 | 2024-02-16T05:16:52.089Z | Downloaded curve25519-dalek-derive v0.1.0 |
1310 | 2024-02-16T05:16:52.089Z | Downloaded log v0.4.20 |
1311 | 2024-02-16T05:16:52.089Z | Downloaded doc-comment v0.3.3 |
1312 | 2024-02-16T05:16:52.089Z | Downloaded dtrace-parser v0.2.0 |
1313 | 2024-02-16T05:16:52.089Z | Downloaded tinyvec_macros v0.1.1 |
1314 | 2024-02-16T05:16:52.089Z | Downloaded strum v0.26.1 |
1315 | 2024-02-16T05:16:52.089Z | Downloaded lru v0.12.1 |
1316 | 2024-02-16T05:16:52.089Z | Downloaded time-macros v0.2.13 |
1317 | 2024-02-16T05:16:52.089Z | Downloaded nodrop v0.1.14 |
1318 | 2024-02-16T05:16:52.090Z | Downloaded chacha20 v0.9.1 |
1319 | 2024-02-16T05:16:52.090Z | Downloaded utf-8 v0.7.6 |
1320 | 2024-02-16T05:16:52.090Z | Downloaded bzip2 v0.4.4 |
1321 | 2024-02-16T05:16:52.090Z | Downloaded usdt-macro v0.5.0 |
1322 | 2024-02-16T05:16:52.090Z | Downloaded camino-tempfile v1.1.1 |
1323 | 2024-02-16T05:16:52.090Z | Downloaded cookie v0.18.0 |
1324 | 2024-02-16T05:16:52.090Z | Downloaded md-5 v0.10.5 |
1325 | 2024-02-16T05:16:52.090Z | Downloaded linear-map v1.2.0 |
1326 | 2024-02-16T05:16:52.090Z | Downloaded anyhow v1.0.75 |
1327 | 2024-02-16T05:16:52.090Z | Downloaded allocator-api2 v0.2.16 |
1328 | 2024-02-16T05:16:52.091Z | Downloaded camino v1.1.6 |
1329 | 2024-02-16T05:16:52.091Z | Downloaded serde_tokenstream v0.1.7 |
1330 | 2024-02-16T05:16:52.091Z | Downloaded semver v0.1.20 |
1331 | 2024-02-16T05:16:52.091Z | Downloaded schemars_derive v0.8.16 |
1332 | 2024-02-16T05:16:52.091Z | Downloaded libefi-sys v0.1.0 |
1333 | 2024-02-16T05:16:52.092Z | Downloaded constant_time_eq v0.3.0 |
1334 | 2024-02-16T05:16:52.092Z | Downloaded bcs v0.1.6 |
1335 | 2024-02-16T05:16:52.092Z | Downloaded async-trait v0.1.77 |
1336 | 2024-02-16T05:16:52.092Z | Downloaded ipnetwork v0.20.0 |
1337 | 2024-02-16T05:16:52.092Z | Downloaded convert_case v0.4.0 |
1338 | 2024-02-16T05:16:52.092Z | Downloaded cobs v0.2.3 |
1339 | 2024-02-16T05:16:52.092Z | Downloaded clap_lex v0.5.1 |
1340 | 2024-02-16T05:16:52.092Z | Downloaded mockall v0.12.0 |
1341 | 2024-02-16T05:16:52.092Z | Downloaded cfg-if v1.0.0 |
1342 | 2024-02-16T05:16:52.092Z | Downloaded castaway v0.2.2 |
1343 | 2024-02-16T05:16:52.093Z | Downloaded want v0.3.1 |
1344 | 2024-02-16T05:16:52.093Z | Downloaded signal-hook v0.3.17 |
1345 | 2024-02-16T05:16:52.093Z | Downloaded lalrpop-util v0.19.12 |
1346 | 2024-02-16T05:16:52.093Z | Downloaded keccak v0.1.4 |
1347 | 2024-02-16T05:16:52.093Z | Downloaded indicatif v0.17.8 |
1348 | 2024-02-16T05:16:52.093Z | Downloaded hyper-rustls v0.24.2 |
1349 | 2024-02-16T05:16:52.093Z | Downloaded bytecount v0.6.3 |
1350 | 2024-02-16T05:16:52.093Z | Downloaded cexpr v0.6.0 |
1351 | 2024-02-16T05:16:52.094Z | Downloaded ciborium-ll v0.2.2 |
1352 | 2024-02-16T05:16:52.094Z | Downloaded byteorder v1.5.0 |
1353 | 2024-02-16T05:16:52.094Z | Downloaded bit-vec v0.6.3 |
1354 | 2024-02-16T05:16:52.094Z | Downloaded hubpack v0.1.2 |
1355 | 2024-02-16T05:16:52.094Z | Downloaded bitfield v0.14.0 |
1356 | 2024-02-16T05:16:52.094Z | Downloaded bb8 v0.8.3 |
1357 | 2024-02-16T05:16:52.094Z | Downloaded ascii-canvas v3.0.0 |
1358 | 2024-02-16T05:16:52.534Z | Downloaded itoa v1.0.9 |
1359 | 2024-02-16T05:16:52.535Z | Downloaded anstyle v1.0.2 |
1360 | 2024-02-16T05:16:52.535Z | Downloaded lock_api v0.4.10 |
1361 | 2024-02-16T05:16:52.535Z | Downloaded console v0.15.8 |
1362 | 2024-02-16T05:16:52.535Z | Downloaded lazycell v1.3.0 |
1363 | 2024-02-16T05:16:52.535Z | Downloaded base16ct v0.2.0 |
1364 | 2024-02-16T05:16:52.536Z | Downloaded atomic-waker v1.1.1 |
1365 | 2024-02-16T05:16:52.536Z | Downloaded autocfg v1.1.0 |
1366 | 2024-02-16T05:16:52.536Z | Downloaded arrayvec v0.7.4 |
1367 | 2024-02-16T05:16:52.536Z | Downloaded async-stream v0.3.5 |
1368 | 2024-02-16T05:16:52.536Z | Downloaded serde_urlencoded v0.7.1 |
1369 | 2024-02-16T05:16:52.536Z | Downloaded serde-hex v0.1.0 |
1370 | 2024-02-16T05:16:52.536Z | Downloaded hyper-tls v0.5.0 |
1371 | 2024-02-16T05:16:52.536Z | Downloaded serde_tokenstream v0.2.0 |
1372 | 2024-02-16T05:16:52.537Z | Downloaded ciborium-io v0.2.2 |
1373 | 2024-02-16T05:16:52.537Z | Downloaded hubpack_derive v0.1.1 |
1374 | 2024-02-16T05:16:52.537Z | Downloaded ansi_term v0.12.1 |
1375 | 2024-02-16T05:16:52.537Z | Downloaded serde-big-array v0.5.1 |
1376 | 2024-02-16T05:16:52.538Z | Downloaded num-bigint-dig v0.8.4 |
1377 | 2024-02-16T05:16:52.538Z | Downloaded rustversion v1.0.14 |
1378 | 2024-02-16T05:16:52.538Z | Downloaded num_enum v0.5.11 |
1379 | 2024-02-16T05:16:52.538Z | Downloaded num_cpus v1.16.0 |
1380 | 2024-02-16T05:16:52.538Z | Downloaded num-derive v0.4.0 |
1381 | 2024-02-16T05:16:52.538Z | Downloaded num v0.4.1 |
1382 | 2024-02-16T05:16:52.538Z | Downloaded hkdf v0.12.4 |
1383 | 2024-02-16T05:16:52.538Z | Downloaded io-lifetimes v1.0.11 |
1384 | 2024-02-16T05:16:52.538Z | Downloaded inout v0.1.3 |
1385 | 2024-02-16T05:16:52.538Z | Downloaded indoc v2.0.3 |
1386 | 2024-02-16T05:16:52.539Z | Downloaded indoc v1.0.9 |
1387 | 2024-02-16T05:16:52.539Z | Downloaded indexmap v2.2.3 |
1388 | 2024-02-16T05:16:52.539Z | Downloaded http v0.2.11 |
1389 | 2024-02-16T05:16:52.539Z | Downloaded num-bigint v0.4.4 |
1390 | 2024-02-16T05:16:52.539Z | Downloaded is-terminal v0.4.9 |
1391 | 2024-02-16T05:16:52.539Z | Downloaded http v1.0.0 |
1392 | 2024-02-16T05:16:52.539Z | Downloaded home v0.5.5 |
1393 | 2024-02-16T05:16:52.539Z | Compiling proc-macro2 v1.0.78 |
1394 | 2024-02-16T05:16:52.539Z | Compiling unicode-ident v1.0.12 |
1395 | 2024-02-16T05:16:52.539Z | Compiling libc v0.2.153 |
1396 | 2024-02-16T05:16:52.539Z | Compiling serde v1.0.196 |
1397 | 2024-02-16T05:16:52.539Z | Compiling autocfg v1.1.0 |
1398 | 2024-02-16T05:16:52.539Z | Compiling version_check v0.9.4 |
1399 | 2024-02-16T05:16:52.540Z | Compiling cfg-if v1.0.0 |
1400 | 2024-02-16T05:16:52.540Z | Compiling syn v1.0.109 |
1401 | 2024-02-16T05:16:52.540Z | Compiling once_cell v1.19.0 |
1402 | 2024-02-16T05:16:52.540Z | Compiling memchr v2.6.3 |
1403 | 2024-02-16T05:16:52.575Z | Compiling byteorder v1.5.0 |
1404 | 2024-02-16T05:16:52.575Z | Compiling ahash v0.8.7 |
1405 | 2024-02-16T05:16:52.575Z | Compiling lock_api v0.4.10 |
1406 | 2024-02-16T05:16:52.598Z | Compiling parking_lot_core v0.9.8 |
1407 | 2024-02-16T05:16:53.134Z | Compiling libm v0.2.7 |
1408 | 2024-02-16T05:16:53.134Z | Compiling serde_json v1.0.113 |
1409 | 2024-02-16T05:16:53.163Z | Compiling num-traits v0.2.16 |
1410 | 2024-02-16T05:16:53.183Z | Compiling thiserror v1.0.57 |
1411 | 2024-02-16T05:16:53.337Z | Compiling typenum v1.16.0 |
1412 | 2024-02-16T05:16:53.459Z | Compiling scopeguard v1.2.0 |
1413 | 2024-02-16T05:16:53.615Z | Compiling generic-array v0.14.7 |
1414 | 2024-02-16T05:16:54.111Z | Compiling itoa v1.0.9 |
1415 | 2024-02-16T05:16:54.134Z | Compiling quote v1.0.35 |
1416 | 2024-02-16T05:16:54.564Z | Compiling log v0.4.20 |
1417 | 2024-02-16T05:16:54.580Z | Compiling pkg-config v0.3.27 |
1418 | 2024-02-16T05:16:55.013Z | Compiling syn v2.0.48 |
1419 | 2024-02-16T05:16:55.032Z | Compiling cc v1.0.83 |
1420 | 2024-02-16T05:16:55.032Z | Compiling getrandom v0.2.10 |
1421 | 2024-02-16T05:16:55.391Z | Compiling slab v0.4.9 |
1422 | 2024-02-16T05:16:56.491Z | Compiling allocator-api2 v0.2.16 |
1423 | 2024-02-16T05:16:56.491Z | Compiling ryu v1.0.15 |
1424 | 2024-02-16T05:16:56.491Z | Compiling heck v0.4.1 |
1425 | 2024-02-16T05:16:56.588Z | Compiling schemars v0.8.16 |
1426 | 2024-02-16T05:16:56.588Z | Compiling smallvec v1.13.1 |
1427 | 2024-02-16T05:16:56.588Z | Compiling pin-project-lite v0.2.13 |
1428 | 2024-02-16T05:16:57.013Z | Compiling vcpkg v0.2.15 |
1429 | 2024-02-16T05:16:57.032Z | Compiling equivalent v1.0.1 |
1430 | 2024-02-16T05:16:57.141Z | Compiling parking_lot v0.12.1 |
1431 | 2024-02-16T05:16:57.334Z | Compiling ring v0.17.7 |
1432 | 2024-02-16T05:16:58.587Z | Compiling signal-hook-registry v1.4.1 |
1433 | 2024-02-16T05:16:58.801Z | Compiling openssl-sys v0.9.96 |
1434 | 2024-02-16T05:16:59.310Z | Compiling rand_core v0.6.4 |
1435 | 2024-02-16T05:16:59.605Z | Compiling mio v0.8.9 |
1436 | 2024-02-16T05:17:00.153Z | Compiling ring v0.16.20 |
1437 | 2024-02-16T05:17:00.775Z | Compiling num_cpus v1.16.0 |
1438 | 2024-02-16T05:17:00.910Z | Compiling socket2 v0.5.5 |
1439 | 2024-02-16T05:17:01.332Z | Compiling httparse v1.8.0 |
1440 | 2024-02-16T05:17:01.404Z | Compiling ucd-trie v0.1.6 |
1441 | 2024-02-16T05:17:01.672Z | Compiling futures-core v0.3.30 |
1442 | 2024-02-16T05:17:01.866Z | Compiling fnv v1.0.7 |
1443 | 2024-02-16T05:17:01.923Z | Compiling serde_derive_internals v0.26.0 |
1444 | 2024-02-16T05:17:01.961Z | Compiling crossbeam-utils v0.8.16 |
1445 | 2024-02-16T05:17:02.006Z | Compiling openssl v0.10.60 |
1446 | 2024-02-16T05:17:02.363Z | Compiling semver v1.0.21 |
1447 | 2024-02-16T05:17:02.398Z | Compiling spin v0.5.2 |
1448 | 2024-02-16T05:17:02.714Z | Compiling iana-time-zone v0.1.57 |
1449 | 2024-02-16T05:17:03.048Z | Compiling const-oid v0.9.5 |
1450 | 2024-02-16T05:17:03.065Z | Compiling rustls v0.21.9 |
1451 | 2024-02-16T05:17:03.367Z | Compiling unicode-xid v0.2.4 |
1452 | 2024-02-16T05:17:03.426Z | Compiling native-tls v0.2.11 |
1453 | 2024-02-16T05:17:03.518Z | Compiling subtle v2.5.0 |
1454 | 2024-02-16T05:17:03.537Z | Compiling synstructure v0.12.6 |
1455 | 2024-02-16T05:17:03.778Z | Compiling spin v0.9.8 |
1456 | 2024-02-16T05:17:04.135Z | Compiling memoffset v0.9.0 |
1457 | 2024-02-16T05:17:04.207Z | Compiling futures-sink v0.3.30 |
1458 | 2024-02-16T05:17:04.367Z | Compiling io-lifetimes v1.0.11 |
1459 | 2024-02-16T05:17:05.097Z | Compiling backtrace v0.3.69 |
1460 | 2024-02-16T05:17:05.116Z | Compiling rustversion v1.0.14 |
1461 | 2024-02-16T05:17:05.116Z | Compiling tinyvec_macros v0.1.1 |
1462 | 2024-02-16T05:17:05.116Z | Compiling rustix v0.38.31 |
1463 | 2024-02-16T05:17:05.116Z | Compiling dyn-clone v1.0.16 |
1464 | 2024-02-16T05:17:05.116Z | Compiling tinyvec v1.6.0 |
1465 | 2024-02-16T05:17:05.620Z | Compiling futures-channel v0.3.30 |
1466 | 2024-02-16T05:17:05.620Z | Compiling tracing-core v0.1.31 |
1467 | 2024-02-16T05:17:06.052Z | Compiling crossbeam-epoch v0.9.15 |
1468 | 2024-02-16T05:17:06.066Z | Compiling pin-utils v0.1.0 |
1469 | 2024-02-16T05:17:06.066Z | Compiling futures-task v0.3.30 |
1470 | 2024-02-16T05:17:06.096Z | Compiling futures-io v0.3.30 |
1471 | 2024-02-16T05:17:06.385Z | Compiling winnow v0.5.15 |
1472 | 2024-02-16T05:17:06.573Z | Compiling rustix v0.37.23 |
1473 | 2024-02-16T05:17:06.989Z | Compiling slog v2.7.0 |
1474 | 2024-02-16T05:17:07.069Z | Compiling unicode-normalization v0.1.22 |
1475 | 2024-02-16T05:17:07.605Z | Compiling serde_derive v1.0.196 |
1476 | 2024-02-16T05:17:07.642Z | Compiling zerocopy-derive v0.7.32 |
1477 | 2024-02-16T05:17:07.847Z | Compiling zeroize_derive v1.4.2 |
1478 | 2024-02-16T05:17:07.986Z | Compiling thiserror-impl v1.0.57 |
1479 | 2024-02-16T05:17:08.088Z | Compiling tokio-macros v2.2.0 |
1480 | 2024-02-16T05:17:08.792Z | Compiling futures-macro v0.3.30 |
1481 | 2024-02-16T05:17:09.181Z | Compiling tracing-attributes v0.1.26 |
1482 | 2024-02-16T05:17:09.558Z | Compiling schemars_derive v0.8.16 |
1483 | 2024-02-16T05:17:09.631Z | Compiling zerocopy v0.7.32 |
1484 | 2024-02-16T05:17:10.716Z | Compiling zeroize v1.7.0 |
1485 | 2024-02-16T05:17:11.333Z | Compiling pest v2.7.6 |
1486 | 2024-02-16T05:17:11.824Z | Compiling hashbrown v0.14.3 |
1487 | 2024-02-16T05:17:12.606Z | Compiling openssl-macros v0.1.1 |
1488 | 2024-02-16T05:17:12.643Z | Compiling zerocopy-derive v0.2.0 |
1489 | 2024-02-16T05:17:13.265Z | Compiling crypto-common v0.1.6 |
1490 | 2024-02-16T05:17:13.321Z | Compiling der_derive v0.7.2 |
1491 | 2024-02-16T05:17:13.465Z | Compiling block-buffer v0.10.4 |
1492 | 2024-02-16T05:17:13.692Z | Compiling pest_meta v2.7.6 |
1493 | 2024-02-16T05:17:13.921Z | Compiling tracing v0.1.37 |
1494 | 2024-02-16T05:17:13.941Z | Compiling futures-util v0.3.30 |
1495 | 2024-02-16T05:17:14.735Z | Compiling usdt-impl v0.3.5 |
1496 | 2024-02-16T05:17:15.092Z | Compiling pest_generator v2.7.6 |
1497 | 2024-02-16T05:17:16.147Z | Compiling crc32fast v1.3.2 |
1498 | 2024-02-16T05:17:16.761Z | Compiling bitflags v1.3.2 |
1499 | 2024-02-16T05:17:17.283Z | Compiling anyhow v1.0.75 |
1500 | 2024-02-16T05:17:17.283Z | Compiling unicode-bidi v0.3.13 |
1501 | 2024-02-16T05:17:17.707Z | Compiling time-core v0.1.1 |
1502 | 2024-02-16T05:17:17.727Z | Compiling pest_derive v2.7.6 |
1503 | 2024-02-16T05:17:17.898Z | Compiling time-macros v0.2.13 |
1504 | 2024-02-16T05:17:18.989Z | Compiling digest v0.10.7 |
1505 | 2024-02-16T05:17:19.374Z | Compiling scroll_derive v0.12.0 |
1506 | 2024-02-16T05:17:19.589Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1507 | 2024-02-16T05:17:19.796Z | Compiling aho-corasick v1.0.4 |
1508 | 2024-02-16T05:17:20.046Z | Compiling regex-syntax v0.8.2 |
1509 | 2024-02-16T05:17:20.970Z | Compiling untrusted v0.9.0 |
1510 | 2024-02-16T05:17:20.970Z | Compiling async-trait v0.1.77 |
1511 | 2024-02-16T05:17:20.996Z | Compiling ppv-lite86 v0.2.17 |
1512 | 2024-02-16T05:17:20.996Z | Compiling signal-hook v0.3.17 |
1513 | 2024-02-16T05:17:21.145Z | Compiling zerocopy v0.3.0 |
1514 | 2024-02-16T05:17:21.548Z | Compiling bytes v1.5.0 |
1515 | 2024-02-16T05:17:22.499Z | Compiling indexmap v2.2.3 |
1516 | 2024-02-16T05:17:22.702Z | Compiling uuid v1.7.0 |
1517 | 2024-02-16T05:17:23.478Z | Compiling tokio v1.36.0 |
1518 | 2024-02-16T05:17:23.540Z | Compiling chrono v0.4.31 |
1519 | 2024-02-16T05:17:24.436Z | Compiling bitflags v2.4.0 |
1520 | 2024-02-16T05:17:27.139Z | Compiling toml_datetime v0.6.5 |
1521 | 2024-02-16T05:17:27.971Z | Compiling serde_spanned v0.6.5 |
1522 | 2024-02-16T05:17:27.991Z | Compiling toml_edit v0.19.15 |
1523 | 2024-02-16T05:17:28.488Z | Compiling rustc_version v0.4.0 |
1524 | 2024-02-16T05:17:29.397Z | Compiling http v0.2.11 |
1525 | 2024-02-16T05:17:29.786Z | Compiling heapless v0.7.16 |
1526 | 2024-02-16T05:17:30.201Z | Compiling regex-automata v0.4.4 |
1527 | 2024-02-16T05:17:30.372Z | Compiling rand_chacha v0.3.1 |
1528 | 2024-02-16T05:17:31.559Z | Compiling errno v0.3.8 |
1529 | 2024-02-16T05:17:31.830Z | Compiling thread-id v4.2.0 |
1530 | 2024-02-16T05:17:32.262Z | Compiling strsim v0.10.0 |
1531 | 2024-02-16T05:17:34.770Z | Compiling tokio-util v0.7.10 |
1532 | 2024-02-16T05:17:35.721Z | Compiling regex v1.10.3 |
1533 | 2024-02-16T05:17:35.809Z | Compiling rand v0.8.5 |
1534 | 2024-02-16T05:17:36.491Z | Compiling dof v0.1.5 |
1535 | 2024-02-16T05:17:37.446Z | Compiling dtrace-parser v0.1.14 |
1536 | 2024-02-16T05:17:38.991Z | Compiling strum_macros v0.25.2 |
1537 | 2024-02-16T05:17:39.135Z | Compiling num-bigint v0.4.4 |
1538 | 2024-02-16T05:17:39.707Z | Compiling smoltcp v0.9.1 |
1539 | 2024-02-16T05:17:39.723Z | Compiling percent-encoding v2.3.1 |
1540 | 2024-02-16T05:17:39.790Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1541 | 2024-02-16T05:17:39.925Z | Compiling base64ct v1.6.0 |
1542 | 2024-02-16T05:17:40.070Z | Compiling untrusted v0.7.1 |
1543 | 2024-02-16T05:17:40.300Z | Compiling foreign-types-shared v0.1.1 |
1544 | 2024-02-16T05:17:40.428Z | Compiling foreign-types v0.3.2 |
1545 | 2024-02-16T05:17:40.500Z | Compiling pem-rfc7468 v0.7.0 |
1546 | 2024-02-16T05:17:42.354Z | Compiling serde_tokenstream v0.1.7 |
1547 | 2024-02-16T05:17:43.110Z | Compiling hmac v0.12.1 |
1548 | 2024-02-16T05:17:43.125Z | Compiling lazy_static v1.4.0 |
1549 | 2024-02-16T05:17:43.125Z | Compiling socket2 v0.4.9 |
1550 | 2024-02-16T05:17:43.347Z | Compiling try-lock v0.2.4 |
1551 | 2024-02-16T05:17:43.496Z | Compiling flagset v0.4.3 |
1552 | 2024-02-16T05:17:43.724Z | Compiling unicode-segmentation v1.10.1 |
1553 | 2024-02-16T05:17:43.860Z | Compiling adler v1.0.2 |
1554 | 2024-02-16T05:17:43.977Z | Compiling base64 v0.21.7 |
1555 | 2024-02-16T05:17:44.476Z | Compiling unicode-width v0.1.11 |
1556 | 2024-02-16T05:17:44.477Z | Compiling siphasher v0.3.11 |
1557 | 2024-02-16T05:17:44.477Z | Compiling miniz_oxide v0.7.1 |
1558 | 2024-02-16T05:17:44.745Z | Compiling der v0.7.8 |
1559 | 2024-02-16T05:17:44.792Z | Compiling want v0.3.1 |
1560 | 2024-02-16T05:17:45.356Z | Compiling sct v0.7.0 |
1561 | 2024-02-16T05:17:45.652Z | Compiling rustls-webpki v0.101.7 |
1562 | 2024-02-16T05:17:45.724Z | Compiling form_urlencoded v1.2.1 |
1563 | 2024-02-16T05:17:45.789Z | Compiling h2 v0.3.24 |
1564 | 2024-02-16T05:17:46.042Z | Compiling http-body v0.4.5 |
1565 | 2024-02-16T05:17:46.242Z | Compiling hubpack_derive v0.1.1 |
1566 | 2024-02-16T05:17:46.873Z | Compiling zerocopy-derive v0.6.4 |
1567 | 2024-02-16T05:17:48.002Z | Compiling num-iter v0.1.43 |
1568 | 2024-02-16T05:17:48.131Z | Compiling usdt-impl v0.5.0 |
1569 | 2024-02-16T05:17:48.295Z | Compiling openssl-probe v0.1.5 |
1570 | 2024-02-16T05:17:48.440Z | Compiling utf8parse v0.2.1 |
1571 | 2024-02-16T05:17:48.564Z | Compiling anstyle v1.0.2 |
1572 | 2024-02-16T05:17:48.604Z | Compiling cpufeatures v0.2.12 |
1573 | 2024-02-16T05:17:48.727Z | Compiling httpdate v1.0.3 |
1574 | 2024-02-16T05:17:49.015Z | Compiling tower-service v0.3.2 |
1575 | 2024-02-16T05:17:49.542Z | Compiling stable_deref_trait v1.2.0 |
1576 | 2024-02-16T05:17:49.561Z | Compiling sha2 v0.10.8 |
1577 | 2024-02-16T05:17:49.561Z | Compiling anstyle-parse v0.2.1 |
1578 | 2024-02-16T05:17:49.572Z | Compiling spki v0.7.2 |
1579 | 2024-02-16T05:17:50.787Z | Compiling usdt-macro v0.3.5 |
1580 | 2024-02-16T05:17:51.493Z | Compiling usdt-attr-macro v0.3.5 |
1581 | 2024-02-16T05:17:52.859Z | Compiling hyper v0.14.27 |
1582 | 2024-02-16T05:17:53.522Z | Compiling openapiv3 v2.0.0 |
1583 | 2024-02-16T05:17:53.618Z | Compiling scroll v0.12.0 |
1584 | 2024-02-16T05:17:54.553Z | Compiling md-5 v0.10.5 |
1585 | 2024-02-16T05:17:54.569Z | Compiling stringprep v0.1.3 |
1586 | 2024-02-16T05:17:54.569Z | Compiling idna v0.5.0 |
1587 | 2024-02-16T05:17:55.595Z | Compiling diesel_table_macro_syntax v0.1.0 |
1588 | 2024-02-16T05:17:55.955Z | Compiling num-integer v0.1.46 |
1589 | 2024-02-16T05:17:55.971Z | Compiling hash32 v0.2.1 |
1590 | 2024-02-16T05:17:56.075Z | Compiling colorchoice v1.0.0 |
1591 | 2024-02-16T05:17:56.229Z | Compiling gimli v0.28.0 |
1592 | 2024-02-16T05:17:56.482Z | Compiling fallible-iterator v0.2.0 |
1593 | 2024-02-16T05:17:56.768Z | Compiling plain v0.2.3 |
1594 | 2024-02-16T05:17:57.222Z | Compiling anstyle-query v1.0.0 |
1595 | 2024-02-16T05:17:57.825Z | Compiling anstream v0.5.0 |
1596 | 2024-02-16T05:17:58.300Z | Compiling postgres-protocol v0.6.6 |
1597 | 2024-02-16T05:17:58.449Z | Compiling goblin v0.8.0 |
1598 | 2024-02-16T05:18:01.152Z | Compiling addr2line v0.21.0 |
1599 | 2024-02-16T05:18:01.675Z | Compiling diesel_derives v2.1.2 |
1600 | 2024-02-16T05:18:01.676Z | Compiling url v2.5.0 |
1601 | 2024-02-16T05:18:03.587Z | Compiling tokio-rustls v0.24.1 |
1602 | 2024-02-16T05:18:04.272Z | Compiling tokio-native-tls v0.3.1 |
1603 | 2024-02-16T05:18:04.970Z | Compiling terminal_size v0.2.6 |
1604 | 2024-02-16T05:18:04.986Z | Compiling pkcs8 v0.10.2 |
1605 | 2024-02-16T05:18:05.491Z | Compiling phf_shared v0.11.2 |
1606 | 2024-02-16T05:18:06.732Z | Compiling serde_tokenstream v0.2.0 |
1607 | 2024-02-16T05:18:06.870Z | Compiling block-padding v0.3.3 |
1608 | 2024-02-16T05:18:06.918Z | Compiling enum-as-inner v0.5.1 |
1609 | 2024-02-16T05:18:07.111Z | Compiling clap_derive v4.4.2 |
1610 | 2024-02-16T05:18:07.898Z | Compiling serde_repr v0.1.16 |
1611 | 2024-02-16T05:18:08.343Z | Compiling ff v0.13.0 |
1612 | 2024-02-16T05:18:08.625Z | Compiling scheduled-thread-pool v0.2.7 |
1613 | 2024-02-16T05:18:09.153Z | Compiling object v0.32.1 |
1614 | 2024-02-16T05:18:11.009Z | Compiling base16ct v0.2.0 |
1615 | 2024-02-16T05:18:11.308Z | Compiling managed v0.8.0 |
1616 | 2024-02-16T05:18:11.872Z | Compiling rustc-demangle v0.1.23 |
1617 | 2024-02-16T05:18:12.370Z | Compiling num_threads v0.1.6 |
1618 | 2024-02-16T05:18:13.186Z | Compiling ipnet v2.9.0 |
1619 | 2024-02-16T05:18:13.868Z | Compiling pretty-hex v0.4.1 |
1620 | 2024-02-16T05:18:13.938Z | Compiling bit-vec v0.6.3 |
1621 | 2024-02-16T05:18:14.636Z | Compiling deranged v0.3.8 |
1622 | 2024-02-16T05:18:14.659Z | Compiling regex-automata v0.1.10 |
1623 | 2024-02-16T05:18:15.046Z | Compiling clap_lex v0.5.1 |
1624 | 2024-02-16T05:18:15.070Z | Compiling matches v0.1.10 |
1625 | 2024-02-16T05:18:15.173Z | Compiling idna v0.2.3 |
1626 | 2024-02-16T05:18:15.512Z | Compiling clap_builder v4.4.2 |
1627 | 2024-02-16T05:18:16.299Z | Compiling time v0.3.27 |
1628 | 2024-02-16T05:18:16.614Z | Compiling bstr v0.2.17 |
1629 | 2024-02-16T05:18:18.363Z | Compiling dof v0.3.0 |
1630 | 2024-02-16T05:18:19.568Z | Compiling sec1 v0.7.3 |
1631 | 2024-02-16T05:18:20.128Z | Compiling r2d2 v0.8.10 |
1632 | 2024-02-16T05:18:20.512Z | Compiling group v0.13.0 |
1633 | 2024-02-16T05:18:22.425Z | Compiling inout v0.1.3 |
1634 | 2024-02-16T05:18:22.511Z | Compiling phf v0.11.2 |
1635 | 2024-02-16T05:18:22.511Z | Compiling hyper-tls v0.5.0 |
1636 | 2024-02-16T05:18:22.511Z | Compiling signal-hook-mio v0.2.3 |
1637 | 2024-02-16T05:18:22.511Z | Compiling hyper-rustls v0.24.2 |
1638 | 2024-02-16T05:18:22.511Z | Compiling bzip2 v0.4.4 |
1639 | 2024-02-16T05:18:22.511Z | Compiling flate2 v1.0.28 |
1640 | 2024-02-16T05:18:23.423Z | Compiling postgres-types v0.2.6 |
1641 | 2024-02-16T05:18:23.423Z | Compiling zerocopy v0.6.4 |
1642 | 2024-02-16T05:18:23.423Z | Compiling hubpack v0.1.2 |
1643 | 2024-02-16T05:18:23.430Z | Compiling serde_urlencoded v0.7.1 |
1644 | 2024-02-16T05:18:23.431Z | Compiling phf_shared v0.10.0 |
1645 | 2024-02-16T05:18:23.431Z | Compiling rustls-pemfile v1.0.3 |
1646 | 2024-02-16T05:18:23.596Z | Compiling hkdf v0.12.4 |
1647 | 2024-02-16T05:18:23.710Z | Compiling ipnetwork v0.20.0 |
1648 | 2024-02-16T05:18:23.908Z | Compiling futures-executor v0.3.30 |
1649 | 2024-02-16T05:18:24.044Z | Compiling dtrace-parser v0.2.0 |
1650 | 2024-02-16T05:18:24.555Z | Compiling regress v0.8.0 |
1651 | 2024-02-16T05:18:24.592Z | Compiling crypto-bigint v0.5.2 |
1652 | 2024-02-16T05:18:25.406Z | Compiling float-cmp v0.9.0 |
1653 | 2024-02-16T05:18:25.428Z | Compiling encoding_rs v0.8.33 |
1654 | 2024-02-16T05:18:26.902Z | Compiling webpki-roots v0.25.2 |
1655 | 2024-02-16T05:18:27.514Z | Compiling difflib v0.4.0 |
1656 | 2024-02-16T05:18:27.530Z | Compiling precomputed-hash v0.1.1 |
1657 | 2024-02-16T05:18:27.655Z | Compiling mime v0.3.17 |
1658 | 2024-02-16T05:18:28.102Z | Compiling static_assertions v1.1.0 |
1659 | 2024-02-16T05:18:28.317Z | Compiling either v1.9.0 |
1660 | 2024-02-16T05:18:28.692Z | Compiling data-encoding v2.4.0 |
1661 | 2024-02-16T05:18:29.261Z | Compiling new_debug_unreachable v1.0.4 |
1662 | 2024-02-16T05:18:29.280Z | Compiling minimal-lexical v0.2.1 |
1663 | 2024-02-16T05:18:29.596Z | Compiling fixedbitset v0.4.2 |
1664 | 2024-02-16T05:18:29.901Z | Compiling regex-automata v0.3.8 |
1665 | 2024-02-16T05:18:30.447Z | Compiling predicates-core v1.0.6 |
1666 | 2024-02-16T05:18:30.669Z | Compiling whoami v1.4.1 |
1667 | 2024-02-16T05:18:31.426Z | Compiling normalize-line-endings v0.3.0 |
1668 | 2024-02-16T05:18:31.557Z | Compiling predicates v3.1.0 |
1669 | 2024-02-16T05:18:32.641Z | Compiling bstr v1.6.0 |
1670 | 2024-02-16T05:18:33.694Z | Compiling tokio-postgres v0.7.10 |
1671 | 2024-02-16T05:18:34.369Z | Compiling petgraph v0.6.4 |
1672 | 2024-02-16T05:18:38.292Z | Compiling nom v7.1.3 |
1673 | 2024-02-16T05:18:38.321Z | Compiling trust-dns-proto v0.22.0 |
1674 | 2024-02-16T05:18:38.565Z | Compiling string_cache v0.8.7 |
1675 | 2024-02-16T05:18:38.586Z | Compiling itertools v0.10.5 |
1676 | 2024-02-16T05:18:39.008Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1677 | 2024-02-16T05:18:41.940Z | Compiling reqwest v0.11.22 |
1678 | 2024-02-16T05:18:42.154Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1679 | 2024-02-16T05:18:46.074Z | Compiling elliptic-curve v0.13.8 |
1680 | 2024-02-16T05:18:49.024Z | Compiling yasna v0.5.2 |
1681 | 2024-02-16T05:18:49.428Z | Compiling futures v0.3.30 |
1682 | 2024-02-16T05:18:49.566Z | Compiling diesel v2.1.4 |
1683 | 2024-02-16T05:18:49.788Z | Compiling zip v0.6.6 |
1684 | 2024-02-16T05:18:50.070Z | Compiling crossterm v0.27.0 |
1685 | 2024-02-16T05:18:51.168Z | Compiling cipher v0.4.4 |
1686 | 2024-02-16T05:18:51.178Z | Compiling clap v4.4.3 |
1687 | 2024-02-16T05:18:51.637Z | Compiling similar v2.3.0 |
1688 | 2024-02-16T05:18:51.644Z | Compiling bit-set v0.5.3 |
1689 | 2024-02-16T05:18:51.847Z | Compiling usdt v0.3.5 |
1690 | 2024-02-16T05:18:52.751Z | Compiling console v0.15.8 |
1691 | 2024-02-16T05:18:53.723Z | Compiling strum v0.25.0 |
1692 | 2024-02-16T05:18:53.803Z | Compiling tokio-stream v0.1.14 |
1693 | 2024-02-16T05:18:53.868Z | Compiling toml v0.7.8 |
1694 | 2024-02-16T05:18:53.981Z | Compiling hex v0.4.3 |
1695 | 2024-02-16T05:18:54.725Z | Compiling proc-macro-error-attr v1.0.4 |
1696 | 2024-02-16T05:18:55.040Z | Compiling lalrpop-util v0.19.12 |
1697 | 2024-02-16T05:18:55.444Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1698 | 2024-02-16T05:18:58.381Z | Compiling proc-macro-crate v1.3.1 |
1699 | 2024-02-16T05:18:59.090Z | Compiling proc-macro-error v1.0.4 |
1700 | 2024-02-16T05:18:59.602Z | Compiling camino v1.1.6 |
1701 | 2024-02-16T05:18:59.660Z | Compiling heapless v0.8.0 |
1702 | 2024-02-16T05:19:02.014Z | Compiling num_enum_derive v0.5.11 |
1703 | 2024-02-16T05:19:11.494Z | Compiling atty v0.2.14 |
1704 | 2024-02-16T05:19:11.637Z | Compiling hash32 v0.3.1 |
1705 | 2024-02-16T05:19:13.915Z | Compiling smoltcp v0.11.0 |
1706 | 2024-02-16T05:19:14.317Z | Compiling ident_case v1.0.1 |
1707 | 2024-02-16T05:19:14.445Z | Compiling rustls-pki-types v1.1.0 |
1708 | 2024-02-16T05:19:14.501Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1709 | 2024-02-16T05:19:14.890Z | Compiling darling_core v0.20.3 |
1710 | 2024-02-16T05:19:20.345Z | Compiling num_enum v0.5.11 |
1711 | 2024-02-16T05:19:31.007Z | Compiling dirs-sys-next v0.1.2 |
1712 | 2024-02-16T05:19:31.843Z | Compiling embedded-io v0.4.0 |
1713 | 2024-02-16T05:19:32.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1714 | 2024-02-16T05:19:32.854Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2024-02-16T05:19:34.211Z | Compiling cobs v0.2.3 |
1716 | 2024-02-16T05:19:34.748Z | Compiling rustls v0.22.2 |
1717 | 2024-02-16T05:19:36.196Z | Compiling postcard v1.0.8 |
1718 | 2024-02-16T05:19:43.626Z | Compiling dirs-next v2.0.0 |
1719 | 2024-02-16T05:19:52.155Z | Compiling darling_macro v0.20.3 |
1720 | 2024-02-16T05:19:53.119Z | Compiling rustls-webpki v0.102.1 |
1721 | 2024-02-16T05:19:53.546Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1722 | 2024-02-16T05:19:58.618Z | Compiling getopts v0.2.21 |
1723 | 2024-02-16T05:19:59.114Z | Compiling foreign-types-macros v0.2.3 |
1724 | 2024-02-16T05:19:59.462Z | Compiling structmeta-derive v0.3.0 |
1725 | 2024-02-16T05:20:00.642Z | Compiling thread_local v1.1.7 |
1726 | 2024-02-16T05:20:01.469Z | Compiling multer v3.0.0 |
1727 | 2024-02-16T05:20:01.496Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1728 | 2024-02-16T05:20:02.405Z | Compiling unsafe-libyaml v0.2.10 |
1729 | 2024-02-16T05:20:02.482Z | Compiling slog-async v2.8.0 |
1730 | 2024-02-16T05:20:02.950Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1731 | 2024-02-16T05:20:03.270Z | Compiling match_cfg v0.1.0 |
1732 | 2024-02-16T05:20:03.366Z | Compiling rayon-core v1.12.0 |
1733 | 2024-02-16T05:20:03.639Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1734 | 2024-02-16T05:20:03.676Z | Compiling foreign-types-shared v0.3.1 |
1735 | 2024-02-16T05:20:03.786Z | Compiling paste v1.0.14 |
1736 | 2024-02-16T05:20:04.578Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1737 | 2024-02-16T05:20:06.867Z | Compiling foreign-types v0.5.0 |
1738 | 2024-02-16T05:20:06.980Z | Compiling serde_yaml v0.9.25 |
1739 | 2024-02-16T05:20:07.421Z | Compiling hostname v0.3.1 |
1740 | 2024-02-16T05:20:10.142Z | Compiling structmeta v0.3.0 |
1741 | 2024-02-16T05:20:12.392Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1742 | 2024-02-16T05:20:17.519Z | Compiling darling v0.20.3 |
1743 | 2024-02-16T05:20:23.881Z | Compiling term v0.7.0 |
1744 | 2024-02-16T05:20:24.857Z | Compiling slog-json v2.6.1 |
1745 | 2024-02-16T05:20:24.971Z | Compiling toml_edit v0.22.4 |
1746 | 2024-02-16T05:20:25.395Z | Compiling crossbeam-deque v0.8.3 |
1747 | 2024-02-16T05:20:26.208Z | Compiling is-terminal v0.4.9 |
1748 | 2024-02-16T05:20:26.954Z | Compiling crossbeam-channel v0.5.8 |
1749 | 2024-02-16T05:20:28.152Z | Compiling http v1.0.0 |
1750 | 2024-02-16T05:20:29.162Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1751 | 2024-02-16T05:20:29.189Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1752 | 2024-02-16T05:20:29.189Z | Compiling async-stream-impl v0.3.5 |
1753 | 2024-02-16T05:20:29.531Z | Compiling cstr-argument v0.1.2 |
1754 | 2024-02-16T05:20:29.598Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1755 | 2024-02-16T05:20:29.905Z | Compiling fastrand v2.0.1 |
1756 | 2024-02-16T05:20:30.069Z | Compiling pretty-hex v0.2.1 |
1757 | 2024-02-16T05:20:30.155Z | Compiling atomic-waker v1.1.1 |
1758 | 2024-02-16T05:20:30.351Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1759 | 2024-02-16T05:20:30.391Z | Compiling crucible-workspace-hack v0.1.0 |
1760 | 2024-02-16T05:20:30.630Z | Compiling take_mut v0.2.2 |
1761 | 2024-02-16T05:20:30.693Z | Compiling tempfile v3.10.0 |
1762 | 2024-02-16T05:20:30.751Z | Compiling waitgroup v0.1.2 |
1763 | 2024-02-16T05:20:31.002Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1764 | 2024-02-16T05:20:31.417Z | Compiling async-stream v0.3.5 |
1765 | 2024-02-16T05:20:31.819Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1766 | 2024-02-16T05:20:33.212Z | Compiling toml v0.8.10 |
1767 | 2024-02-16T05:20:34.044Z | Compiling colored v2.0.4 |
1768 | 2024-02-16T05:20:36.017Z | Compiling slog-bunyan v2.5.0 |
1769 | 2024-02-16T05:20:36.418Z | Compiling slog-term v2.9.0 |
1770 | 2024-02-16T05:20:38.980Z | Compiling tokio-rustls v0.25.0 |
1771 | 2024-02-16T05:20:39.115Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1772 | 2024-02-16T05:20:39.423Z | Compiling serde_with_macros v3.6.1 |
1773 | 2024-02-16T05:20:39.446Z | Compiling parse-display-derive v0.9.0 |
1774 | 2024-02-16T05:20:42.250Z | Compiling rustls-pemfile v2.0.0 |
1775 | 2024-02-16T05:20:42.996Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1776 | 2024-02-16T05:20:43.168Z | Compiling sha1 v0.10.6 |
1777 | 2024-02-16T05:20:43.412Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1778 | 2024-02-16T05:20:44.120Z | Compiling textwrap v0.11.0 |
1779 | 2024-02-16T05:20:44.458Z | Compiling heck v0.3.3 |
1780 | 2024-02-16T05:20:44.972Z | Compiling newtype-uuid v1.0.1 |
1781 | 2024-02-16T05:20:45.597Z | Compiling serde_path_to_error v0.1.15 |
1782 | 2024-02-16T05:20:45.600Z | Compiling strum_macros v0.26.1 |
1783 | 2024-02-16T05:20:45.601Z | Compiling instant v0.1.12 |
1784 | 2024-02-16T05:20:45.605Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1785 | 2024-02-16T05:20:46.016Z | Compiling libefi-sys v0.1.0 |
1786 | 2024-02-16T05:20:46.231Z | Compiling strsim v0.8.0 |
1787 | 2024-02-16T05:20:46.324Z | Compiling debug-ignore v1.0.5 |
1788 | 2024-02-16T05:20:46.481Z | Compiling ansi_term v0.12.1 |
1789 | 2024-02-16T05:20:47.392Z | Compiling vec_map v0.8.2 |
1790 | 2024-02-16T05:20:47.732Z | Compiling clap v2.34.0 |
1791 | 2024-02-16T05:20:49.154Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1792 | 2024-02-16T05:20:50.020Z | Compiling strum v0.26.1 |
1793 | 2024-02-16T05:20:50.240Z | Compiling backoff v0.4.0 |
1794 | 2024-02-16T05:20:50.288Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1795 | 2024-02-16T05:20:50.614Z | Compiling structopt-derive v0.4.18 |
1796 | 2024-02-16T05:20:51.065Z | Compiling parse-display v0.9.0 |
1797 | 2024-02-16T05:20:52.158Z | Compiling serde_with v3.6.1 |
1798 | 2024-02-16T05:20:52.621Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1799 | 2024-02-16T05:20:53.365Z | Compiling rayon v1.8.0 |
1800 | 2024-02-16T05:20:54.947Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1801 | 2024-02-16T05:20:55.178Z | Compiling camino-tempfile v1.1.1 |
1802 | 2024-02-16T05:20:56.136Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1803 | 2024-02-16T05:20:56.320Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1804 | 2024-02-16T05:20:56.841Z | Compiling zone_cfg_derive v0.3.0 |
1805 | 2024-02-16T05:20:56.920Z | Compiling macaddr v1.0.1 |
1806 | 2024-02-16T05:20:57.664Z | Compiling num-derive v0.4.0 |
1807 | 2024-02-16T05:20:58.636Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1808 | 2024-02-16T05:20:58.639Z | Compiling blake3 v1.5.0 |
1809 | 2024-02-16T05:20:58.894Z | Compiling portable-atomic v1.4.3 |
1810 | 2024-02-16T05:20:59.737Z | Compiling zone v0.3.0 |
1811 | 2024-02-16T05:20:59.854Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1812 | 2024-02-16T05:20:59.912Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1813 | 2024-02-16T05:21:00.448Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1814 | 2024-02-16T05:21:01.686Z | Compiling structopt v0.3.26 |
1815 | 2024-02-16T05:21:02.784Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1816 | 2024-02-16T05:21:03.173Z | Compiling smf v0.2.2 |
1817 | 2024-02-16T05:21:03.616Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1818 | 2024-02-16T05:21:03.776Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1819 | 2024-02-16T05:21:03.963Z | Compiling memmap2 v0.7.1 |
1820 | 2024-02-16T05:21:04.580Z | Compiling xattr v1.0.1 |
1821 | 2024-02-16T05:21:04.875Z | Compiling filetime v0.2.23 |
1822 | 2024-02-16T05:21:05.242Z | Compiling arrayvec v0.7.4 |
1823 | 2024-02-16T05:21:05.710Z | Compiling same-file v1.0.6 |
1824 | 2024-02-16T05:21:06.027Z | Compiling constant_time_eq v0.3.0 |
1825 | 2024-02-16T05:21:06.557Z | Compiling arrayref v0.3.7 |
1826 | 2024-02-16T05:21:06.558Z | Compiling walkdir v2.4.0 |
1827 | 2024-02-16T05:21:06.708Z | Compiling tar v0.4.40 |
1828 | 2024-02-16T05:21:09.068Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1829 | 2024-02-16T05:21:09.482Z | Compiling gethostname v0.4.3 |
1830 | 2024-02-16T05:21:09.752Z | Compiling number_prefix v0.4.0 |
1831 | 2024-02-16T05:21:10.045Z | Compiling topological-sort v0.2.2 |
1832 | 2024-02-16T05:21:10.291Z | Compiling omicron-zone-package v0.11.0 |
1833 | 2024-02-16T05:21:11.168Z | Compiling indicatif v0.17.8 |
1834 | 2024-02-16T05:21:11.424Z | Compiling swrite v0.1.0 |
1835 | 2024-02-16T05:21:14.997Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1836 | 2024-02-16T05:21:18.778Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1837 | 2024-02-16T05:21:22.044Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1838 | 2024-02-16T05:21:38.661Z | Finished release [optimized] target(s) in 5m 07s |
1839 | 2024-02-16T05:21:40.093Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1840 | 2024-02-16T05:21:40.104Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1841 | 2024-02-16T05:21:40.104Z | Created new build target 'test' and set it as active |
1842 | 2024-02-16T05:21:40.104Z | |
1843 | 2024-02-16T05:21:40.104Z | real 5:07.656451368 |
1844 | 2024-02-16T05:21:40.104Z | user 33:10.462114657 |
1845 | 2024-02-16T05:21:40.104Z | sys 3:47.306685616 |
1846 | 2024-02-16T05:21:40.104Z | trap 0.959940642 |
1847 | 2024-02-16T05:21:40.105Z | tflt 4.594198249 |
1848 | 2024-02-16T05:21:40.105Z | dflt 2.378270417 |
1849 | 2024-02-16T05:21:40.105Z | kflt 0.118257165 |
1850 | 2024-02-16T05:21:40.105Z | lock 1:10:19.611644981 |
1851 | 2024-02-16T05:21:40.105Z | slp 1:33:50.990109708 |
1852 | 2024-02-16T05:21:40.105Z | lat 2:08.652927553 |
1853 | 2024-02-16T05:21:40.105Z | stop 3:27.984854371 |
1854 | 2024-02-16T05:21:40.105Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1855 | 2024-02-16T05:21:40.106Z | Finished release [optimized] target(s) in 0.63s |
1856 | 2024-02-16T05:21:40.106Z | Running `target/release/omicron-package -t test package` |
1857 | 2024-02-16T05:21:40.106Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1858 | 2024-02-16T05:21:40.403Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1859 | 2024-02-16T05:21:40.407Z | Compiling linked-hash-map v0.5.6 |
1860 | 2024-02-16T05:21:40.407Z | Compiling usdt-macro v0.5.0 |
1861 | 2024-02-16T05:21:40.407Z | Compiling usdt-attr-macro v0.5.0 |
1862 | 2024-02-16T05:21:40.466Z | Compiling memmap v0.7.0 |
1863 | 2024-02-16T05:21:40.470Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1864 | 2024-02-16T05:21:40.470Z | Compiling password-hash v0.5.0 |
1865 | 2024-02-16T05:21:40.473Z | Compiling blake2 v0.10.6 |
1866 | 2024-02-16T05:21:40.827Z | Compiling lru-cache v0.1.2 |
1867 | 2024-02-16T05:21:40.927Z | Compiling argon2 v0.5.3 |
1868 | 2024-02-16T05:21:41.029Z | Compiling semver v0.1.20 |
1869 | 2024-02-16T05:21:42.039Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1870 | 2024-02-16T05:21:42.044Z | Compiling rustc_version v0.1.7 |
1871 | 2024-02-16T05:21:42.044Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1872 | 2024-02-16T05:21:42.044Z | Compiling usdt v0.5.0 |
1873 | 2024-02-16T05:21:42.055Z | Compiling rayon-core v1.12.0 |
1874 | 2024-02-16T05:21:42.072Z | Compiling crossbeam-deque v0.8.3 |
1875 | 2024-02-16T05:21:42.173Z | Compiling newtype_derive v0.1.6 |
1876 | 2024-02-16T05:21:42.223Z | Compiling quick-error v1.2.3 |
1877 | 2024-02-16T05:21:42.361Z | Compiling same-file v1.0.6 |
1878 | 2024-02-16T05:21:42.395Z | Compiling fastrand v2.0.1 |
1879 | 2024-02-16T05:21:42.534Z | Compiling walkdir v2.4.0 |
1880 | 2024-02-16T05:21:42.889Z | Compiling tempfile v3.10.0 |
1881 | 2024-02-16T05:21:42.991Z | Compiling resolv-conf v0.7.0 |
1882 | 2024-02-16T05:21:43.203Z | Compiling itertools v0.12.1 |
1883 | 2024-02-16T05:21:43.516Z | Compiling camino v1.1.6 |
1884 | 2024-02-16T05:21:43.579Z | Compiling semver-parser v0.10.2 |
1885 | 2024-02-16T05:21:44.068Z | Compiling slog-dtrace v0.3.0 |
1886 | 2024-02-16T05:21:44.076Z | Compiling blake3 v1.5.0 |
1887 | 2024-02-16T05:21:44.077Z | Compiling rayon v1.8.0 |
1888 | 2024-02-16T05:21:44.164Z | Compiling trust-dns-resolver v0.22.0 |
1889 | 2024-02-16T05:21:44.897Z | Compiling semver v0.11.0 |
1890 | 2024-02-16T05:21:45.109Z | Compiling nibble_vec v0.1.0 |
1891 | 2024-02-16T05:21:45.352Z | Compiling filetime v0.2.23 |
1892 | 2024-02-16T05:21:45.479Z | Compiling xattr v1.0.1 |
1893 | 2024-02-16T05:21:45.603Z | Compiling memmap2 v0.7.1 |
1894 | 2024-02-16T05:21:45.657Z | Compiling constant_time_eq v0.3.0 |
1895 | 2024-02-16T05:21:46.120Z | Compiling arrayvec v0.7.4 |
1896 | 2024-02-16T05:21:46.130Z | Compiling arrayref v0.3.7 |
1897 | 2024-02-16T05:21:46.130Z | Compiling endian-type v0.1.2 |
1898 | 2024-02-16T05:21:46.130Z | Compiling home v0.5.5 |
1899 | 2024-02-16T05:21:46.130Z | Compiling radix_trie v0.2.1 |
1900 | 2024-02-16T05:21:46.130Z | Compiling toolchain_find v0.2.0 |
1901 | 2024-02-16T05:21:46.196Z | Compiling tar v0.4.40 |
1902 | 2024-02-16T05:21:46.581Z | Compiling steno v0.4.0 |
1903 | 2024-02-16T05:21:46.955Z | Compiling camino-tempfile v1.1.1 |
1904 | 2024-02-16T05:21:47.349Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1905 | 2024-02-16T05:21:48.042Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1906 | 2024-02-16T05:21:48.557Z | Compiling toml_edit v0.22.4 |
1907 | 2024-02-16T05:21:48.573Z | Compiling toml v0.5.11 |
1908 | 2024-02-16T05:21:48.833Z | Compiling derive-where v1.2.7 |
1909 | 2024-02-16T05:21:49.915Z | Compiling num-rational v0.4.1 |
1910 | 2024-02-16T05:21:50.270Z | Compiling radium v0.7.0 |
1911 | 2024-02-16T05:21:50.725Z | Compiling topological-sort v0.2.2 |
1912 | 2024-02-16T05:21:50.977Z | Compiling omicron-zone-package v0.11.0 |
1913 | 2024-02-16T05:21:51.960Z | Compiling toml v0.8.10 |
1914 | 2024-02-16T05:21:52.137Z | Compiling rustfmt-wrapper v0.2.0 |
1915 | 2024-02-16T05:21:52.974Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1916 | 2024-02-16T05:21:53.188Z | Compiling maybe-uninit v2.0.0 |
1917 | 2024-02-16T05:21:53.551Z | Compiling tap v1.0.1 |
1918 | 2024-02-16T05:21:54.082Z | Compiling cancel-safe-futures v0.1.5 |
1919 | 2024-02-16T05:21:54.088Z | Compiling wyz v0.5.1 |
1920 | 2024-02-16T05:21:54.786Z | Compiling num-complex v0.4.4 |
1921 | 2024-02-16T05:21:56.113Z | Compiling packed_struct v0.10.1 |
1922 | 2024-02-16T05:21:56.555Z | Compiling crc-catalog v2.2.0 |
1923 | 2024-02-16T05:21:56.582Z | Compiling funty v2.0.0 |
1924 | 2024-02-16T05:21:56.582Z | Compiling num-bigint-dig v0.8.4 |
1925 | 2024-02-16T05:21:56.582Z | Compiling crc v3.0.1 |
1926 | 2024-02-16T05:21:56.620Z | Compiling num v0.4.1 |
1927 | 2024-02-16T05:21:56.818Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1928 | 2024-02-16T05:21:57.692Z | Compiling fxhash v0.2.1 |
1929 | 2024-02-16T05:21:57.695Z | Compiling bitvec v1.0.1 |
1930 | 2024-02-16T05:21:57.696Z | Compiling packed_struct_codegen v0.10.1 |
1931 | 2024-02-16T05:21:57.887Z | Compiling indexmap v1.9.3 |
1932 | 2024-02-16T05:21:58.203Z | Compiling utf-8 v0.7.6 |
1933 | 2024-02-16T05:21:58.602Z | Compiling nodrop v0.1.14 |
1934 | 2024-02-16T05:21:58.721Z | Compiling array-init v0.0.4 |
1935 | 2024-02-16T05:21:59.113Z | Compiling tungstenite v0.20.1 |
1936 | 2024-02-16T05:22:00.018Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1937 | 2024-02-16T05:22:00.051Z | Compiling smallvec v0.6.14 |
1938 | 2024-02-16T05:22:04.527Z | Compiling pkcs1 v0.7.5 |
1939 | 2024-02-16T05:22:04.793Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1940 | 2024-02-16T05:22:05.012Z | Compiling signature v2.1.0 |
1941 | 2024-02-16T05:22:05.262Z | Compiling unicase v2.7.0 |
1942 | 2024-02-16T05:22:05.610Z | Compiling half v2.3.1 |
1943 | 2024-02-16T05:22:06.372Z | Compiling bitfield v0.14.0 |
1944 | 2024-02-16T05:22:06.664Z | Compiling hashbrown v0.12.3 |
1945 | 2024-02-16T05:22:06.988Z | Compiling ciborium-io v0.2.2 |
1946 | 2024-02-16T05:22:07.115Z | Compiling termcolor v1.2.0 |
1947 | 2024-02-16T05:22:08.437Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1948 | 2024-02-16T05:22:08.927Z | Compiling env_logger v0.10.0 |
1949 | 2024-02-16T05:22:09.089Z | Compiling ciborium-ll v0.2.2 |
1950 | 2024-02-16T05:22:09.662Z | Compiling rsa v0.9.2 |
1951 | 2024-02-16T05:22:12.438Z | Compiling serde-hex v0.1.0 |
1952 | 2024-02-16T05:22:12.818Z | Compiling tokio-tungstenite v0.20.1 |
1953 | 2024-02-16T05:22:12.942Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1954 | 2024-02-16T05:22:13.282Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1955 | 2024-02-16T05:22:13.416Z | Compiling x509-cert v0.2.4 |
1956 | 2024-02-16T05:22:15.037Z | Compiling ron v0.8.1 |
1957 | 2024-02-16T05:22:17.959Z | Compiling hashbrown v0.13.2 |
1958 | 2024-02-16T05:22:19.361Z | Compiling arc-swap v1.6.0 |
1959 | 2024-02-16T05:22:20.111Z | Compiling display-error-chain v0.2.0 |
1960 | 2024-02-16T05:22:20.320Z | Compiling crc-any v2.4.3 |
1961 | 2024-02-16T05:22:21.287Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1962 | 2024-02-16T05:22:21.641Z | Compiling slog-scope v4.4.0 |
1963 | 2024-02-16T05:22:22.588Z | Compiling object v0.30.4 |
1964 | 2024-02-16T05:22:26.896Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1965 | 2024-02-16T05:22:28.478Z | Compiling ciborium v0.2.2 |
1966 | 2024-02-16T05:22:28.673Z | Compiling libsw v3.3.1 |
1967 | 2024-02-16T05:22:28.978Z | Compiling parking_lot_core v0.8.6 |
1968 | 2024-02-16T05:22:29.400Z | Compiling owo-colors v4.0.0 |
1969 | 2024-02-16T05:22:30.761Z | Compiling linear-map v1.2.0 |
1970 | 2024-02-16T05:22:31.167Z | Compiling path-slash v0.1.5 |
1971 | 2024-02-16T05:22:31.377Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1972 | 2024-02-16T05:22:32.765Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1973 | 2024-02-16T05:22:35.303Z | Compiling slog-stdlog v4.1.1 |
1974 | 2024-02-16T05:22:36.489Z | Compiling dirs-sys-next v0.1.2 |
1975 | 2024-02-16T05:22:38.525Z | Compiling glob v0.3.1 |
1976 | 2024-02-16T05:22:38.571Z | Compiling convert_case v0.4.0 |
1977 | 2024-02-16T05:22:38.571Z | Compiling crunchy v0.2.2 |
1978 | 2024-02-16T05:22:38.571Z | Compiling derive_more v0.99.17 |
1979 | 2024-02-16T05:22:38.586Z | Compiling clang-sys v1.6.1 |
1980 | 2024-02-16T05:22:39.275Z | Compiling dirs-next v2.0.0 |
1981 | 2024-02-16T05:22:39.746Z | Compiling slog-envlogger v2.2.0 |
1982 | 2024-02-16T05:22:40.754Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1983 | 2024-02-16T05:22:42.513Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1984 | 2024-02-16T05:22:42.994Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1985 | 2024-02-16T05:22:43.202Z | Compiling platforms v3.0.2 |
1986 | 2024-02-16T05:22:43.548Z | Compiling tiny-keccak v2.0.2 |
1987 | 2024-02-16T05:22:43.855Z | Compiling prettyplease v0.2.16 |
1988 | 2024-02-16T05:22:44.214Z | Compiling parking_lot v0.11.2 |
1989 | 2024-02-16T05:22:45.937Z | Compiling mime_guess v2.0.4 |
1990 | 2024-02-16T05:22:46.651Z | Compiling term v0.7.0 |
1991 | 2024-02-16T05:22:47.289Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1992 | 2024-02-16T05:22:48.057Z | Compiling trust-dns-client v0.22.0 |
1993 | 2024-02-16T05:22:49.723Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1994 | 2024-02-16T05:22:49.901Z | Compiling darling_core v0.14.4 |
1995 | 2024-02-16T05:22:54.536Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1996 | 2024-02-16T05:22:55.338Z | Compiling pem v3.0.2 |
1997 | 2024-02-16T05:22:56.917Z | Compiling darling_macro v0.14.4 |
1998 | 2024-02-16T05:22:57.932Z | Compiling trust-dns-server v0.22.1 |
1999 | 2024-02-16T05:22:58.209Z | Compiling ascii-canvas v3.0.0 |
2000 | 2024-02-16T05:22:58.694Z | Compiling sled v0.34.7 |
2001 | 2024-02-16T05:22:59.669Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2002 | 2024-02-16T05:23:05.679Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2003 | 2024-02-16T05:23:05.916Z | Compiling is-terminal v0.4.9 |
2004 | 2024-02-16T05:23:06.043Z | Compiling ena v0.14.2 |
2005 | 2024-02-16T05:23:06.438Z | Compiling vte_generate_state_changes v0.1.1 |
2006 | 2024-02-16T05:23:06.471Z | Compiling libloading v0.7.4 |
2007 | 2024-02-16T05:23:06.835Z | Compiling bindgen v0.69.2 |
2008 | 2024-02-16T05:23:07.063Z | Compiling diff v0.1.13 |
2009 | 2024-02-16T05:23:07.291Z | Compiling regex-syntax v0.6.29 |
2010 | 2024-02-16T05:23:07.818Z | Compiling vte v0.11.1 |
2011 | 2024-02-16T05:23:12.880Z | Compiling lalrpop v0.19.12 |
2012 | 2024-02-16T05:23:13.800Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2013 | 2024-02-16T05:23:20.633Z | Compiling curve25519-dalek v4.1.1 |
2014 | 2024-02-16T05:23:21.440Z | Compiling darling v0.14.4 |
2015 | 2024-02-16T05:23:22.888Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2016 | 2024-02-16T05:23:24.336Z | Compiling cexpr v0.6.0 |
2017 | 2024-02-16T05:23:25.857Z | Compiling which v4.4.0 |
2018 | 2024-02-16T05:23:26.388Z | Compiling kstat-rs v0.2.3 |
2019 | 2024-02-16T05:23:27.713Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2020 | 2024-02-16T05:23:28.512Z | Compiling memoffset v0.7.1 |
2021 | 2024-02-16T05:23:28.858Z | Compiling buf-list v1.0.3 |
2022 | 2024-02-16T05:23:30.102Z | Compiling bytecount v0.6.3 |
2023 | 2024-02-16T05:23:30.159Z | Compiling doc-comment v0.3.3 |
2024 | 2024-02-16T05:23:30.283Z | Compiling peeking_take_while v0.1.2 |
2025 | 2024-02-16T05:23:30.414Z | Compiling rustc-hash v1.1.0 |
2026 | 2024-02-16T05:23:30.580Z | Compiling shlex v1.3.0 |
2027 | 2024-02-16T05:23:31.076Z | Compiling lazycell v1.3.0 |
2028 | 2024-02-16T05:23:31.121Z | Compiling keccak v0.1.4 |
2029 | 2024-02-16T05:23:32.092Z | Compiling sha3 v0.10.8 |
2030 | 2024-02-16T05:23:33.198Z | Compiling papergrid v0.11.0 |
2031 | 2024-02-16T05:23:35.560Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2032 | 2024-02-16T05:23:35.738Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2033 | 2024-02-16T05:23:36.767Z | Compiling derive_builder_core v0.12.0 |
2034 | 2024-02-16T05:23:40.196Z | Compiling strip-ansi-escapes v0.2.0 |
2035 | 2024-02-16T05:23:40.999Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2036 | 2024-02-16T05:23:41.566Z | Compiling polar-core v0.27.0 |
2037 | 2024-02-16T05:23:41.651Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2038 | 2024-02-16T05:23:42.975Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2039 | 2024-02-16T05:23:44.052Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2040 | 2024-02-16T05:23:46.263Z | Compiling tabled_derive v0.7.0 |
2041 | 2024-02-16T05:23:47.632Z | Compiling headers-core v0.3.0 |
2042 | 2024-02-16T05:23:47.802Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2043 | 2024-02-16T05:23:48.023Z | Compiling fd-lock v4.0.2 |
2044 | 2024-02-16T05:23:48.179Z | Compiling fd-lock v3.0.13 |
2045 | 2024-02-16T05:23:48.244Z | Compiling universal-hash v0.5.1 |
2046 | 2024-02-16T05:23:48.367Z | Compiling nix v0.27.1 |
2047 | 2024-02-16T05:23:48.454Z | Compiling secrecy v0.8.0 |
2048 | 2024-02-16T05:23:48.743Z | Compiling libxml v0.3.3 |
2049 | 2024-02-16T05:23:49.109Z | Compiling sqlparser_derive v0.2.2 |
2050 | 2024-02-16T05:23:49.243Z | Compiling curve25519-dalek-derive v0.1.0 |
2051 | 2024-02-16T05:23:49.747Z | Compiling thiserror-impl-no-std v2.0.2 |
2052 | 2024-02-16T05:23:50.272Z | Compiling pin-project-internal v1.1.3 |
2053 | 2024-02-16T05:23:50.672Z | Compiling unicode_categories v0.1.1 |
2054 | 2024-02-16T05:23:50.698Z | Compiling opaque-debug v0.3.0 |
2055 | 2024-02-16T05:23:50.788Z | Compiling ref-cast v1.0.20 |
2056 | 2024-02-16T05:23:51.022Z | Compiling nu-ansi-term v0.49.0 |
2057 | 2024-02-16T05:23:51.329Z | Compiling sqlformat v0.2.3 |
2058 | 2024-02-16T05:23:52.109Z | Compiling rustyline v13.0.0 |
2059 | 2024-02-16T05:23:52.404Z | Compiling reedline v0.28.0 |
2060 | 2024-02-16T05:23:52.610Z | Compiling thiserror-no-std v2.0.2 |
2061 | 2024-02-16T05:23:52.731Z | Compiling poly1305 v0.8.0 |
2062 | 2024-02-16T05:23:52.985Z | Compiling pin-project v1.1.3 |
2063 | 2024-02-16T05:23:54.353Z | Compiling sqlparser v0.43.1 |
2064 | 2024-02-16T05:23:55.172Z | Compiling tabled v0.15.0 |
2065 | 2024-02-16T05:24:00.374Z | Compiling headers v0.4.0 |
2066 | 2024-02-16T05:24:01.123Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2067 | 2024-02-16T05:24:02.808Z | Compiling derive_builder_macro v0.12.0 |
2068 | 2024-02-16T05:24:06.121Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2069 | 2024-02-16T05:24:06.124Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2070 | 2024-02-16T05:24:06.416Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2071 | 2024-02-16T05:24:06.706Z | Compiling chacha20 v0.9.1 |
2072 | 2024-02-16T05:24:07.173Z | Compiling aead v0.5.2 |
2073 | 2024-02-16T05:24:07.497Z | Compiling strum_macros v0.24.3 |
2074 | 2024-02-16T05:24:11.119Z | Compiling bcs v0.1.6 |
2075 | 2024-02-16T05:24:11.974Z | Compiling snafu-derive v0.7.5 |
2076 | 2024-02-16T05:24:13.397Z | Compiling ref-cast-impl v1.0.20 |
2077 | 2024-02-16T05:24:13.810Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2078 | 2024-02-16T05:24:14.127Z | Compiling cookie v0.18.0 |
2079 | 2024-02-16T05:24:14.443Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2080 | 2024-02-16T05:24:14.519Z | Compiling fs-err v2.11.0 |
2081 | 2024-02-16T05:24:15.171Z | Compiling highway v1.1.0 |
2082 | 2024-02-16T05:24:15.174Z | Compiling signature v1.6.4 |
2083 | 2024-02-16T05:24:15.174Z | Compiling indoc v1.0.9 |
2084 | 2024-02-16T05:24:15.174Z | Compiling salty v0.2.0 |
2085 | 2024-02-16T05:24:15.409Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2086 | 2024-02-16T05:24:15.789Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2087 | 2024-02-16T05:24:16.225Z | Compiling ed25519 v1.5.3 |
2088 | 2024-02-16T05:24:16.970Z | Compiling snafu v0.7.5 |
2089 | 2024-02-16T05:24:16.989Z | Compiling chacha20poly1305 v0.10.1 |
2090 | 2024-02-16T05:24:17.247Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2091 | 2024-02-16T05:24:18.423Z | Compiling derive_builder v0.12.0 |
2092 | 2024-02-16T05:24:23.081Z | Compiling vsss-rs v3.3.4 |
2093 | 2024-02-16T05:24:25.336Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2094 | 2024-02-16T05:24:26.116Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2095 | 2024-02-16T05:24:26.417Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2096 | 2024-02-16T05:24:26.640Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2097 | 2024-02-16T05:24:26.777Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2098 | 2024-02-16T05:24:26.952Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2099 | 2024-02-16T05:24:28.595Z | Compiling globset v0.4.13 |
2100 | 2024-02-16T05:24:29.500Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2101 | 2024-02-16T05:24:31.579Z | Compiling olpc-cjson v0.1.3 |
2102 | 2024-02-16T05:24:32.147Z | Compiling bb8 v0.8.3 |
2103 | 2024-02-16T05:24:32.332Z | Compiling quick-xml v0.30.0 |
2104 | 2024-02-16T05:24:32.418Z | Compiling serde_plain v1.0.2 |
2105 | 2024-02-16T05:24:32.697Z | Compiling serde-big-array v0.5.1 |
2106 | 2024-02-16T05:24:32.949Z | Compiling oso-derive v0.27.0 |
2107 | 2024-02-16T05:24:32.966Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2108 | 2024-02-16T05:24:34.220Z | Compiling async-recursion v1.0.5 |
2109 | 2024-02-16T05:24:34.239Z | Compiling impl-trait-for-tuples v0.2.2 |
2110 | 2024-02-16T05:24:34.795Z | Compiling typed-path v0.7.0 |
2111 | 2024-02-16T05:24:36.116Z | Compiling maplit v1.0.2 |
2112 | 2024-02-16T05:24:36.639Z | Compiling http-range v0.1.5 |
2113 | 2024-02-16T05:24:37.167Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2114 | 2024-02-16T05:24:39.033Z | Compiling tough v0.16.0 |
2115 | 2024-02-16T05:24:42.162Z | Compiling hyper-staticfile v0.9.5 |
2116 | 2024-02-16T05:24:43.942Z | Compiling oso v0.27.0 |
2117 | 2024-02-16T05:24:45.188Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2118 | 2024-02-16T05:24:45.706Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2119 | 2024-02-16T05:24:46.478Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2120 | 2024-02-16T05:25:16.261Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2121 | 2024-02-16T05:25:17.620Z | Compiling signal-hook-tokio v0.3.1 |
2122 | 2024-02-16T05:25:18.079Z | Compiling serde-big-array v0.4.1 |
2123 | 2024-02-16T05:25:18.080Z | Compiling parse-size v1.0.0 |
2124 | 2024-02-16T05:25:18.080Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2125 | 2024-02-16T05:25:18.080Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2126 | 2024-02-16T05:25:18.636Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2127 | 2024-02-16T05:25:19.452Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2024-02-16T05:25:20.117Z | Compiling castaway v0.2.2 |
2129 | 2024-02-16T05:25:20.300Z | Compiling corncobs v0.1.3 |
2130 | 2024-02-16T05:25:20.740Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2131 | 2024-02-16T05:25:21.552Z | Compiling compact_str v0.7.1 |
2132 | 2024-02-16T05:25:23.130Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2133 | 2024-02-16T05:25:28.746Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2134 | 2024-02-16T05:25:31.422Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2135 | 2024-02-16T05:25:31.757Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2136 | 2024-02-16T05:25:31.993Z | Compiling lru v0.12.1 |
2137 | 2024-02-16T05:25:32.326Z | Compiling stability v0.1.1 |
2138 | 2024-02-16T05:25:33.391Z | Compiling cassowary v0.3.0 |
2139 | 2024-02-16T05:25:34.984Z | Compiling indoc v2.0.3 |
2140 | 2024-02-16T05:25:35.873Z | Compiling ratatui v0.26.1 |
2141 | 2024-02-16T05:25:38.336Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2142 | 2024-02-16T05:25:38.857Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2143 | 2024-02-16T05:25:56.223Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2144 | 2024-02-16T05:25:56.565Z | Compiling rcgen v0.12.1 |
2145 | 2024-02-16T05:25:56.565Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2146 | 2024-02-16T05:25:56.565Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2147 | 2024-02-16T05:25:57.011Z | Compiling atomicwrites v0.4.3 |
2148 | 2024-02-16T05:25:57.011Z | Compiling subprocess v0.2.9 |
2149 | 2024-02-16T05:25:58.265Z | Compiling smawk v0.3.1 |
2150 | 2024-02-16T05:25:58.455Z | Compiling unicode-linebreak v0.1.5 |
2151 | 2024-02-16T05:26:01.201Z | Compiling textwrap v0.16.0 |
2152 | 2024-02-16T05:26:01.507Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2153 | 2024-02-16T05:26:01.507Z | error[E0277]: the trait bound `http::HeaderValue: From<headers::HeaderValue>` is not satisfied |
2154 | 2024-02-16T05:26:01.507Z | --> test-utils/src/lib.rs:37:10 |
2155 | 2024-02-16T05:26:01.507Z | | |
2156 | 2024-02-16T05:26:01.507Z | 37 | .header(http::header::AUTHORIZATION, header_value.0.encode()) |
2157 | 2024-02-16T05:26:01.508Z | | ^^^^^^ the trait `From<headers::HeaderValue>` is not implemented for `http::HeaderValue` |
2158 | 2024-02-16T05:26:01.508Z | | |
2159 | 2024-02-16T05:26:01.508Z | = help: the following other types implement trait `From<T>`: |
2160 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<isize>> |
2161 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<i16>> |
2162 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<i32>> |
2163 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<i64>> |
2164 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<usize>> |
2165 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<u16>> |
2166 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<u32>> |
2167 | 2024-02-16T05:26:01.508Z | <http::HeaderValue as From<u64>> |
2168 | 2024-02-16T05:26:01.508Z | and 2 others |
2169 | 2024-02-16T05:26:01.508Z | = note: required for `headers::HeaderValue` to implement `Into<http::HeaderValue>` |
2170 | 2024-02-16T05:26:01.508Z | = note: required for `http::HeaderValue` to implement `TryFrom<headers::HeaderValue>` |
2171 | 2024-02-16T05:26:01.508Z | |
2172 | 2024-02-16T05:26:01.585Z | For more information about this error, try `rustc --explain E0277`. |
2173 | 2024-02-16T05:26:01.633Z | error: could not compile `omicron-test-utils` (lib) due to previous error |
2174 | 2024-02-16T05:26:01.633Z | warning: build failed, waiting for other jobs to finish... |
2175 | 2024-02-16T05:27:35.013Z | Error: Failed to build packages |
2176 | 2024-02-16T05:27:35.016Z | |
2177 | 2024-02-16T05:27:35.016Z | real 5:56.039802860 |
2178 | 2024-02-16T05:27:35.016Z | user 42:43.885130600 |
2179 | 2024-02-16T05:27:35.016Z | sys 2:32.409648947 |
2180 | 2024-02-16T05:27:35.016Z | trap 1.056552727 |
2181 | 2024-02-16T05:27:35.016Z | tflt 1.243679825 |
2182 | 2024-02-16T05:27:35.016Z | dflt 0.447781912 |
2183 | 2024-02-16T05:27:35.016Z | kflt 0.001645722 |
2184 | 2024-02-16T05:27:35.016Z | lock 2:35:39.416229640 |
2185 | 2024-02-16T05:27:35.016Z | slp 1:56:21.152191974 |
2186 | 2024-02-16T05:27:35.016Z | lat 1:27.806135104 |
2187 | 2024-02-16T05:27:35.016Z | stop 40.024375732 |
2188 | 2024-02-16T05:27:35.016Z | process exited: duration 895935 ms, exit code 1 |
|
2189 | 2024-02-16T05:27:35.028Z | found 1 output files |
2190 | 2024-02-16T05:27:35.028Z | uploading: /work/version.txt (26 bytes) |
2191 | 2024-02-16T05:27:36.051Z | uploaded: /work/version.txt |
2192 | 2024-02-16T05:27:36.051Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |
2193 | 2024-02-16T05:27:36.051Z | upload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used |
2194 | 2024-02-16T05:27:36.052Z | upload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used |
2195 | 2024-02-16T05:27:36.052Z | upload error: rule "/work/zones/*.tar.gz" required a match, but was not used |