|
|
|
1 | 2023-11-21T06:28:30.257Z | job assigned to worker 01HFR8YSV60VP1QG3K70ZAZ9K8 (queued for 1 m 38 s) |
|
2 | 2023-11-21T06:28:30.524Z | starting task 0: "setup" |
3 | 2023-11-21T06:28:30.904Z | ++ uname -s |
4 | 2023-11-21T06:28:30.911Z | + kern=SunOS |
5 | 2023-11-21T06:28:30.912Z | + case "$kern" in |
6 | 2023-11-21T06:28:30.912Z | + groupadd -g 12345 build |
7 | 2023-11-21T06:28:30.912Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T06:28:32.976Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T06:28:33.354Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T06:28:33.357Z | + home_fs=zfs |
11 | 2023-11-21T06:28:33.357Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T06:28:33.357Z | + mkdir -p /home/build |
13 | 2023-11-21T06:28:33.361Z | + chown build:build /home/build /work |
14 | 2023-11-21T06:28:35.366Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T06:28:35.374Z | process exited: duration 4841 ms, exit code 0 |
|
16 | 2023-11-21T06:28:35.383Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T06:28:35.393Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T06:28:35.398Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T06:28:35.565Z | info: downloading installer |
20 | 2023-11-21T06:28:38.094Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T06:28:38.094Z | warning: /opt/ooce/bin |
22 | 2023-11-21T06:28:38.094Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T06:28:38.094Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T06:28:38.094Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T06:28:38.094Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T06:28:38.095Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T06:28:38.095Z | error: cannot install while Rust is installed |
28 | 2023-11-21T06:28:38.095Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T06:28:38.178Z | info: profile set to 'default' |
30 | 2023-11-21T06:28:38.178Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T06:28:38.200Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T06:28:38.342Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T06:28:38.342Z | info: downloading component 'cargo' |
34 | 2023-11-21T06:28:38.954Z | info: downloading component 'clippy' |
35 | 2023-11-21T06:28:39.189Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T06:28:39.955Z | info: downloading component 'rust-std' |
37 | 2023-11-21T06:28:41.334Z | info: downloading component 'rustc' |
38 | 2023-11-21T06:28:44.765Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T06:28:44.959Z | info: installing component 'cargo' |
40 | 2023-11-21T06:28:46.781Z | info: installing component 'clippy' |
41 | 2023-11-21T06:28:47.703Z | info: installing component 'rust-docs' |
42 | 2023-11-21T06:28:50.548Z | info: installing component 'rust-std' |
43 | 2023-11-21T06:28:54.363Z | info: installing component 'rustc' |
44 | 2023-11-21T06:29:04.424Z | info: installing component 'rustfmt' |
45 | 2023-11-21T06:29:04.865Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T06:29:04.865Z | |
47 | 2023-11-21T06:29:05.030Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T06:29:05.030Z | |
49 | 2023-11-21T06:29:05.037Z | |
50 | 2023-11-21T06:29:05.038Z | Rust is installed now. Great! |
51 | 2023-11-21T06:29:05.038Z | |
52 | 2023-11-21T06:29:05.038Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T06:29:05.038Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T06:29:05.038Z | |
55 | 2023-11-21T06:29:05.038Z | To configure your current shell, run: |
56 | 2023-11-21T06:29:05.038Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T06:29:05.116Z | + rustc --version |
58 | 2023-11-21T06:29:05.225Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T06:29:05.230Z | process exited: duration 29848 ms, exit code 0 |
|
60 | 2023-11-21T06:29:05.239Z | starting task 2: "authentication" |
61 | 2023-11-21T06:29:05.271Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-21T06:29:05.290Z | starting task 3: "clone repository" |
63 | 2023-11-21T06:29:05.296Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T06:29:05.301Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T06:29:05.339Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T06:29:10.685Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T06:29:10.690Z | + [[ -n renovate/foreign-types-0.x ]] |
68 | 2023-11-21T06:29:10.690Z | + git fetch origin renovate/foreign-types-0.x |
69 | 2023-11-21T06:29:11.032Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T06:29:11.032Z | * branch renovate/foreign-types-0.x -> FETCH_HEAD |
71 | 2023-11-21T06:29:11.046Z | + git checkout -B renovate/foreign-types-0.x remotes/origin/renovate/foreign-types-0.x |
72 | 2023-11-21T06:29:11.132Z | Switched to a new branch 'renovate/foreign-types-0.x' |
73 | 2023-11-21T06:29:11.136Z | branch 'renovate/foreign-types-0.x' set up to track 'origin/renovate/foreign-types-0.x'. |
74 | 2023-11-21T06:29:11.136Z | + git reset --hard ca030086610065406b12a80efc0af6271f45f233 |
75 | 2023-11-21T06:29:11.288Z | HEAD is now at ca030086 Update Rust crate foreign-types to 0.5.0 |
76 | 2023-11-21T06:29:11.292Z | process exited: duration 5999 ms, exit code 0 |
|
77 | 2023-11-21T06:29:11.303Z | starting task 4: "build" |
78 | 2023-11-21T06:29:11.308Z | + cargo --version |
79 | 2023-11-21T06:29:11.315Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T06:29:11.500Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T06:29:11.505Z | info: downloading component 'cargo' |
82 | 2023-11-21T06:29:12.108Z | info: downloading component 'clippy' |
83 | 2023-11-21T06:29:12.333Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T06:29:13.116Z | info: downloading component 'rust-std' |
85 | 2023-11-21T06:29:14.370Z | info: downloading component 'rustc' |
86 | 2023-11-21T06:29:17.827Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T06:29:18.006Z | info: installing component 'cargo' |
88 | 2023-11-21T06:29:19.203Z | info: installing component 'clippy' |
89 | 2023-11-21T06:29:19.706Z | info: installing component 'rust-docs' |
90 | 2023-11-21T06:29:22.491Z | info: installing component 'rust-std' |
91 | 2023-11-21T06:29:25.040Z | info: installing component 'rustc' |
92 | 2023-11-21T06:29:31.119Z | info: installing component 'rustfmt' |
93 | 2023-11-21T06:29:31.658Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T06:29:31.663Z | + rustc --version |
95 | 2023-11-21T06:29:31.788Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T06:29:31.794Z | ++ git rev-parse HEAD |
97 | 2023-11-21T06:29:31.794Z | + COMMIT=ca030086610065406b12a80efc0af6271f45f233 |
98 | 2023-11-21T06:29:31.794Z | + VERSION=1.0.4-0.ci+gitca030086610 |
99 | 2023-11-21T06:29:31.794Z | + echo 1.0.4-0.ci+gitca030086610 |
100 | 2023-11-21T06:29:31.794Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-21T06:29:40.543Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-21T06:29:41.534Z | Startup: Caching catalogs ... Done |
103 | 2023-11-21T06:29:46.983Z | Planning: Solver setup ... Done (5.097s) |
104 | 2023-11-21T06:29:47.107Z | Planning: Running solver ... Done (0.127s) |
105 | 2023-11-21T06:29:47.164Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-11-21T06:29:47.180Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-21T06:29:47.818Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-21T06:29:47.901Z | Planning: Package planning ... Done (0.082s) |
109 | 2023-11-21T06:29:47.987Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-11-21T06:29:48.766Z | Planning: Checking for conflicting actions ... Done (0.714s) |
111 | 2023-11-21T06:29:48.775Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-21T06:29:52.827Z | Planning: Evaluating mediators ... Done (4.111s) |
113 | 2023-11-21T06:29:52.847Z | Planning: Planning completed in 11.25 seconds |
114 | 2023-11-21T06:29:52.908Z | Packages to install: 4 |
115 | 2023-11-21T06:29:52.912Z | Mediators to change: 2 |
116 | 2023-11-21T06:29:52.912Z | Services to change: 1 |
117 | 2023-11-21T06:29:52.912Z | Estimated space available: 148.90 GB |
118 | 2023-11-21T06:29:52.912Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-21T06:29:52.912Z | Create boot environment: No |
120 | 2023-11-21T06:29:52.912Z | Create backup boot environment: No |
121 | 2023-11-21T06:29:52.912Z | Rebuild boot archive: No |
122 | 2023-11-21T06:29:52.912Z | |
123 | 2023-11-21T06:29:52.912Z | Changed mediators: |
124 | 2023-11-21T06:29:52.912Z | mediator clang: |
125 | 2023-11-21T06:29:52.912Z | version: None -> 15 (system default) |
126 | 2023-11-21T06:29:52.912Z | |
127 | 2023-11-21T06:29:52.912Z | mediator llvm: |
128 | 2023-11-21T06:29:52.912Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-21T06:29:52.912Z | |
130 | 2023-11-21T06:29:52.912Z | Changed packages: |
131 | 2023-11-21T06:29:52.912Z | helios-dev |
132 | 2023-11-21T06:29:52.912Z | developer/build-essential |
133 | 2023-11-21T06:29:52.912Z | None -> 11-2.0 |
134 | 2023-11-21T06:29:52.912Z | library/libxmlsec1 |
135 | 2023-11-21T06:29:52.912Z | None -> 1.2.35-2.0 |
136 | 2023-11-21T06:29:52.912Z | ooce/developer/clang-15 |
137 | 2023-11-21T06:29:52.912Z | None -> 15.0.7-2.0 |
138 | 2023-11-21T06:29:52.912Z | ooce/developer/llvm-15 |
139 | 2023-11-21T06:29:52.912Z | None -> 15.0.7-2.0 |
140 | 2023-11-21T06:29:52.912Z | |
141 | 2023-11-21T06:29:52.912Z | Services: |
142 | 2023-11-21T06:29:52.912Z | restart_fmri: |
143 | 2023-11-21T06:29:52.912Z | svc:/system/update-man-index:default |
144 | 2023-11-21T06:29:53.491Z | |
145 | 2023-11-21T06:29:53.492Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-21T06:29:59.241Z | Download: 211/3290 items 1.3/212.6MB 0% complete (593k/s) |
147 | 2023-11-21T06:30:04.213Z | Download: 1134/3290 items 52.0/212.6MB 24% complete (5.1M/s) |
148 | 2023-11-21T06:30:09.212Z | Download: 1220/3290 items 89.9/212.6MB 42% complete (8.8M/s) |
149 | 2023-11-21T06:30:14.325Z | Download: 2216/3290 items 118.4/212.6MB 55% complete (7.4M/s) |
150 | 2023-11-21T06:30:19.324Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (10.6M/s) |
151 | 2023-11-21T06:30:22.742Z | Download: Completed 212.60 MB in 29.68 seconds (7.2M/s) |
152 | 2023-11-21T06:30:23.260Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-11-21T06:30:28.816Z | Actions: 2258/3687 actions (Installing new actions) |
154 | 2023-11-21T06:30:31.528Z | Actions: Completed 3687 actions in 8.30 seconds. |
155 | 2023-11-21T06:30:31.626Z | Done (0.089s) |
156 | 2023-11-21T06:30:31.626Z | Done (0.000s) |
157 | 2023-11-21T06:30:31.849Z | Done (0.224s) |
158 | 2023-11-21T06:30:39.149Z | Done (7.183s) |
159 | 2023-11-21T06:30:39.412Z | Done (0.167s) |
160 | 2023-11-21T06:30:39.415Z | Done (0.000s) |
161 | 2023-11-21T06:30:39.657Z | Done (0.000s) |
162 | 2023-11-21T06:30:40.345Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-21T06:30:40.627Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-11-21T06:30:40.632Z | Planning: Consolidating action changes ... Done |
165 | 2023-11-21T06:30:41.062Z | Planning: Evaluating mediators ... Done |
166 | 2023-11-21T06:30:41.065Z | Planning: Planning completed in 0.72 seconds |
167 | 2023-11-21T06:30:41.118Z | Mediators to change: 2 |
168 | 2023-11-21T06:30:41.121Z | Create boot environment: No |
169 | 2023-11-21T06:30:41.122Z | Create backup boot environment: No |
170 | 2023-11-21T06:30:41.260Z | Done |
171 | 2023-11-21T06:30:41.260Z | Done |
172 | 2023-11-21T06:30:41.400Z | Done |
173 | 2023-11-21T06:30:47.063Z | Done |
174 | 2023-11-21T06:30:47.181Z | Done |
175 | 2023-11-21T06:30:47.186Z | Done |
176 | 2023-11-21T06:30:47.280Z | Done |
177 | 2023-11-21T06:30:48.325Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-11-21T06:30:48.329Z | Planning: Merging actions ... Done |
179 | 2023-11-21T06:30:48.637Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-21T06:30:48.641Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-21T06:30:49.073Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-21T06:30:49.166Z | Planning: Planning completed in 1.31 seconds |
183 | 2023-11-21T06:30:49.224Z | Packages to change: 1 |
184 | 2023-11-21T06:30:49.224Z | Mediators to change: 1 |
185 | 2023-11-21T06:30:49.228Z | Services to change: 1 |
186 | 2023-11-21T06:30:49.228Z | Create boot environment: No |
187 | 2023-11-21T06:30:49.228Z | Create backup boot environment: Yes |
188 | 2023-11-21T06:30:51.247Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-11-21T06:30:51.250Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-11-21T06:30:51.250Z | Done |
191 | 2023-11-21T06:30:51.250Z | Done |
192 | 2023-11-21T06:30:51.305Z | Done |
193 | 2023-11-21T06:30:57.053Z | Done |
194 | 2023-11-21T06:30:57.174Z | Done |
195 | 2023-11-21T06:30:57.178Z | Done |
196 | 2023-11-21T06:30:57.288Z | Done |
197 | 2023-11-21T06:30:57.966Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-11-21T06:30:57.966Z | clang system 15 system |
199 | 2023-11-21T06:30:57.966Z | csh system system illumos |
200 | 2023-11-21T06:30:57.966Z | ctags system system illumos |
201 | 2023-11-21T06:30:57.966Z | gcc vendor 12 vendor |
202 | 2023-11-21T06:30:57.966Z | gcc system 10 system |
203 | 2023-11-21T06:30:57.966Z | gcc system 7 system |
204 | 2023-11-21T06:30:57.966Z | go system 1.20 system |
205 | 2023-11-21T06:30:57.966Z | go system 1.19 system |
206 | 2023-11-21T06:30:57.966Z | llvm system 15 system |
207 | 2023-11-21T06:30:57.966Z | llvm system 14 system |
208 | 2023-11-21T06:30:57.966Z | mariadb system 10.6 system |
209 | 2023-11-21T06:30:57.966Z | mta vendor vendor dma |
210 | 2023-11-21T06:30:57.966Z | openjdk system 17 system |
211 | 2023-11-21T06:30:57.966Z | openjdk system 11 system |
212 | 2023-11-21T06:30:57.966Z | openjdk system 1.8 system |
213 | 2023-11-21T06:30:57.966Z | openssl vendor 3 vendor |
214 | 2023-11-21T06:30:57.966Z | perl system 5.36 system |
215 | 2023-11-21T06:30:57.966Z | postgresql system 15 system |
216 | 2023-11-21T06:30:57.966Z | postgresql system 13 system |
217 | 2023-11-21T06:30:57.966Z | python vendor 3 vendor |
218 | 2023-11-21T06:30:57.966Z | python system 2 system |
219 | 2023-11-21T06:30:57.966Z | python3 system 3.11 system |
220 | 2023-11-21T06:30:57.966Z | ruby system 3.0 system |
221 | 2023-11-21T06:30:57.966Z | words vendor vendor american-english |
222 | 2023-11-21T06:30:57.966Z | words system system australian-english |
223 | 2023-11-21T06:30:57.966Z | words system system british-english |
224 | 2023-11-21T06:30:57.967Z | words system system canadian-english |
225 | 2023-11-21T06:30:57.967Z | words system system french |
226 | 2023-11-21T06:30:57.967Z | words system system italian |
227 | 2023-11-21T06:30:57.967Z | words system system ngerman |
228 | 2023-11-21T06:30:57.967Z | words system system ogerman |
229 | 2023-11-21T06:30:57.967Z | words system system spanish |
230 | 2023-11-21T06:30:58.505Z | FMRI IFO |
231 | 2023-11-21T06:30:58.505Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-11-21T06:30:58.505Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-11-21T06:30:58.505Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-11-21T06:30:58.505Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-11-21T06:30:58.505Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-11-21T06:30:58.505Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-11-21T06:30:58.579Z | + set -o errexit |
238 | 2023-11-21T06:30:58.583Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-11-21T06:30:58.587Z | ++ cd ./tools |
240 | 2023-11-21T06:30:58.587Z | ++ pwd |
241 | 2023-11-21T06:30:58.587Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-11-21T06:30:58.587Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-11-21T06:30:58.591Z | + ARG0=ci_download_cockroachdb |
244 | 2023-11-21T06:30:58.591Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-11-21T06:30:58.591Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-11-21T06:30:58.591Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-11-21T06:30:58.591Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-11-21T06:30:58.591Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-11-21T06:30:58.591Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-21T06:30:58.591Z | + TARGET_DIR=out |
251 | 2023-11-21T06:30:58.591Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-11-21T06:30:58.591Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-11-21T06:30:58.591Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-11-21T06:30:58.591Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-11-21T06:30:58.594Z | + main |
256 | 2023-11-21T06:30:58.594Z | + [[ 0 != 0 ]] |
257 | 2023-11-21T06:30:58.594Z | + CIDL_OS=solaris2.11 |
258 | 2023-11-21T06:30:58.594Z | + [[ 0 != 0 ]] |
259 | 2023-11-21T06:30:58.594Z | + configure_os solaris2.11 |
260 | 2023-11-21T06:30:58.594Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-11-21T06:30:58.594Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-11-21T06:30:58.594Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-11-21T06:30:58.594Z | + case "$1" in |
264 | 2023-11-21T06:30:58.594Z | configuring based on OS: "solaris2.11" |
265 | 2023-11-21T06:30:58.594Z | + CIDL_BUILD=illumos |
266 | 2023-11-21T06:30:58.594Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-11-21T06:30:58.594Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-21T06:30:58.594Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-11-21T06:30:58.594Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-11-21T06:30:58.595Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-11-21T06:30:58.595Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-11-21T06:30:58.595Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-21T06:30:58.595Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-21T06:30:58.595Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-11-21T06:30:58.595Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-21T06:30:58.595Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-21T06:30:58.595Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-21T06:30:58.595Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-11-21T06:30:58.595Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-21T06:30:58.595Z | + mkdir -p out/downloads |
281 | 2023-11-21T06:30:58.595Z | + mkdir -p ./out/cockroachdb |
282 | 2023-11-21T06:30:58.598Z | + local DO_DOWNLOAD=true |
283 | 2023-11-21T06:30:58.598Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-11-21T06:30:58.598Z | + '[' true == true ']' |
285 | 2023-11-21T06:30:58.598Z | + echo Downloading... |
286 | 2023-11-21T06:30:58.598Z | Downloading... |
287 | 2023-11-21T06:30:58.598Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-21T06:30:58.598Z | + 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 |
289 | 2023-11-21T06:31:01.096Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-21T06:31:01.100Z | ++ md5sum |
291 | 2023-11-21T06:31:01.100Z | ++ awk '{print $1}' |
292 | 2023-11-21T06:31:01.280Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-11-21T06:31:01.280Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
294 | 2023-11-21T06:31:01.280Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-21T06:31:01.285Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-11-21T06:31:04.854Z | + do_assemble_illumos |
297 | 2023-11-21T06:31:04.854Z | + rm -r ./out/cockroachdb |
298 | 2023-11-21T06:31:04.857Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-11-21T06:31:05.498Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-11-21T06:31:05.711Z | Build Tag: v22.1.9-dirty |
301 | 2023-11-21T06:31:05.711Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-11-21T06:31:05.711Z | Distribution: OSS |
303 | 2023-11-21T06:31:05.712Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-11-21T06:31:05.712Z | Go Version: go1.17.13 |
305 | 2023-11-21T06:31:05.712Z | C Compiler: gcc 10.3.0 |
306 | 2023-11-21T06:31:05.712Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-11-21T06:31:05.712Z | Build Type: release |
308 | 2023-11-21T06:31:05.741Z | + set -o errexit |
309 | 2023-11-21T06:31:05.761Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-11-21T06:31:05.761Z | ++ cd ./tools |
311 | 2023-11-21T06:31:05.761Z | ++ pwd |
312 | 2023-11-21T06:31:05.761Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-11-21T06:31:05.761Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-11-21T06:31:05.762Z | + ARG0=ci_download_clickhouse |
315 | 2023-11-21T06:31:05.762Z | + TARGET_DIR=out |
316 | 2023-11-21T06:31:05.762Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-11-21T06:31:05.762Z | + DEST_DIR=./out/clickhouse |
318 | 2023-11-21T06:31:05.762Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-11-21T06:31:05.762Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-11-21T06:31:05.762Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-11-21T06:31:05.762Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-11-21T06:31:05.762Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-11-21T06:31:05.762Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-11-21T06:31:05.762Z | + main |
325 | 2023-11-21T06:31:05.762Z | + [[ 0 != 0 ]] |
326 | 2023-11-21T06:31:05.762Z | + CIDL_OS=solaris2.11 |
327 | 2023-11-21T06:31:05.762Z | + [[ 0 != 0 ]] |
328 | 2023-11-21T06:31:05.762Z | + configure_os solaris2.11 |
329 | 2023-11-21T06:31:05.762Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-11-21T06:31:05.762Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-11-21T06:31:05.762Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-11-21T06:31:05.762Z | + CIDL_DASHREV= |
333 | 2023-11-21T06:31:05.762Z | + case "$1" in |
334 | 2023-11-21T06:31:05.763Z | configuring based on OS: "solaris2.11" |
335 | 2023-11-21T06:31:05.763Z | + CIDL_PLATFORM=illumos |
336 | 2023-11-21T06:31:05.763Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-11-21T06:31:05.763Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-11-21T06:31:05.763Z | + CIDL_DASHREV=-1 |
339 | 2023-11-21T06:31:05.763Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-11-21T06:31:05.763Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-21T06:31:05.763Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-21T06:31:05.763Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-21T06:31:05.763Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-21T06:31:05.763Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-21T06:31:05.763Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-21T06:31:05.763Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-11-21T06:31:05.764Z | + mkdir -p out/downloads |
348 | 2023-11-21T06:31:05.764Z | + mkdir -p ./out/clickhouse |
349 | 2023-11-21T06:31:05.764Z | + local DO_DOWNLOAD=true |
350 | 2023-11-21T06:31:05.764Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-11-21T06:31:05.764Z | + '[' true == true ']' |
352 | 2023-11-21T06:31:05.764Z | + echo Downloading... |
353 | 2023-11-21T06:31:05.764Z | Downloading... |
354 | 2023-11-21T06:31:05.764Z | + 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 |
355 | 2023-11-21T06:31:05.764Z | + 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 |
356 | 2023-11-21T06:31:07.400Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-21T06:31:07.409Z | ++ md5sum |
358 | 2023-11-21T06:31:07.409Z | ++ awk '{print $1}' |
359 | 2023-11-21T06:31:07.683Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-21T06:31:07.683Z | + [[ 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 ]] |
361 | 2023-11-21T06:31:07.683Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-11-21T06:31:07.699Z | + mkdir -p ./out/clickhouse |
363 | 2023-11-21T06:31:07.700Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-11-21T06:31:12.788Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-11-21T06:31:12.846Z | ClickHouse server version 22.8.9.1. |
366 | 2023-11-21T06:31:13.279Z | + set -o errexit |
367 | 2023-11-21T06:31:13.714Z | +++ dirname ./tools/ci_download_console |
368 | 2023-11-21T06:31:13.714Z | ++ cd ./tools |
369 | 2023-11-21T06:31:13.714Z | ++ pwd |
370 | 2023-11-21T06:31:13.714Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-11-21T06:31:13.714Z | ++ basename ./tools/ci_download_console |
372 | 2023-11-21T06:31:13.714Z | + ARG0=ci_download_console |
373 | 2023-11-21T06:31:13.714Z | + TARGET_DIR=out |
374 | 2023-11-21T06:31:13.714Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-11-21T06:31:13.714Z | + DEST_DIR=./out/console-assets |
376 | 2023-11-21T06:31:13.714Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-11-21T06:31:13.714Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
378 | 2023-11-21T06:31:13.714Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-11-21T06:31:13.714Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-21T06:31:13.714Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-11-21T06:31:13.714Z | + main |
382 | 2023-11-21T06:31:13.714Z | + [[ 0 != 0 ]] |
383 | 2023-11-21T06:31:13.714Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
384 | 2023-11-21T06:31:13.714Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-11-21T06:31:13.714Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-11-21T06:31:13.714Z | Local file: out/downloads/console.tar.gz |
387 | 2023-11-21T06:31:13.714Z | + local DO_DOWNLOAD=true |
388 | 2023-11-21T06:31:13.715Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-11-21T06:31:13.715Z | + mkdir -p out/downloads |
390 | 2023-11-21T06:31:13.715Z | + '[' true == true ']' |
391 | 2023-11-21T06:31:13.715Z | + echo Downloading... |
392 | 2023-11-21T06:31:13.715Z | Downloading... |
393 | 2023-11-21T06:31:13.715Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-11-21T06:31:13.715Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-11-21T06:31:13.722Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-11-21T06:31:13.722Z | ++ case "$OSTYPE" in |
397 | 2023-11-21T06:31:13.722Z | ++ SHA=sha256sum |
398 | 2023-11-21T06:31:13.722Z | ++ sha256sum |
399 | 2023-11-21T06:31:13.722Z | ++ awk '{print $1}' |
400 | 2023-11-21T06:31:13.722Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-11-21T06:31:13.722Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
402 | 2023-11-21T06:31:13.722Z | + rm -rf ./out/console-assets |
403 | 2023-11-21T06:31:13.722Z | + mkdir -p ./out/console-assets |
404 | 2023-11-21T06:31:13.722Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-11-21T06:31:13.722Z | + mkdir -p ./out/console-assets |
406 | 2023-11-21T06:31:13.722Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-11-21T06:31:13.722Z | + set -o errexit |
408 | 2023-11-21T06:31:13.722Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-11-21T06:31:13.722Z | ++ cd ./tools |
410 | 2023-11-21T06:31:13.722Z | ++ pwd |
411 | 2023-11-21T06:31:13.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-11-21T06:31:13.722Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-11-21T06:31:13.722Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-11-21T06:31:13.722Z | + TARGET_DIR=out |
415 | 2023-11-21T06:31:13.722Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-11-21T06:31:13.722Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-11-21T06:31:13.722Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
418 | 2023-11-21T06:31:13.722Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-21T06:31:13.722Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
420 | 2023-11-21T06:31:13.722Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
421 | 2023-11-21T06:31:13.723Z | + main |
422 | 2023-11-21T06:31:13.723Z | + [[ 0 != 0 ]] |
423 | 2023-11-21T06:31:13.723Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
424 | 2023-11-21T06:31:13.723Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
425 | 2023-11-21T06:31:13.723Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
426 | 2023-11-21T06:31:13.723Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
427 | 2023-11-21T06:31:13.723Z | + local DO_DOWNLOAD=true |
428 | 2023-11-21T06:31:13.723Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
429 | 2023-11-21T06:31:13.723Z | + mkdir -p out/downloads |
430 | 2023-11-21T06:31:13.723Z | + '[' true == true ']' |
431 | 2023-11-21T06:31:13.723Z | + echo Downloading... |
432 | 2023-11-21T06:31:13.723Z | Downloading... |
433 | 2023-11-21T06:31:13.723Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
434 | 2023-11-21T06:31:13.723Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
435 | 2023-11-21T06:31:13.912Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
436 | 2023-11-21T06:31:13.913Z | ++ case "$OSTYPE" in |
437 | 2023-11-21T06:31:13.922Z | ++ SHA=sha256sum |
438 | 2023-11-21T06:31:13.922Z | ++ sha256sum |
439 | 2023-11-21T06:31:13.922Z | ++ awk '{print $1}' |
440 | 2023-11-21T06:31:13.922Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-11-21T06:31:13.922Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
442 | 2023-11-21T06:31:13.922Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2023-11-21T06:31:13.922Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
444 | 2023-11-21T06:31:13.922Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
445 | 2023-11-21T06:31:13.923Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
446 | 2023-11-21T06:31:13.923Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
447 | 2023-11-21T06:31:13.923Z | + main |
448 | 2023-11-21T06:31:13.923Z | + [[ 0 != 0 ]] |
449 | 2023-11-21T06:31:13.923Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
450 | 2023-11-21T06:31:13.923Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
451 | 2023-11-21T06:31:13.923Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
452 | 2023-11-21T06:31:13.923Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-21T06:31:13.923Z | + local DO_DOWNLOAD=true |
454 | 2023-11-21T06:31:13.923Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
455 | 2023-11-21T06:31:13.923Z | + mkdir -p out/downloads |
456 | 2023-11-21T06:31:13.923Z | + '[' true == true ']' |
457 | 2023-11-21T06:31:13.923Z | Downloading... |
458 | 2023-11-21T06:31:13.923Z | + echo Downloading... |
459 | 2023-11-21T06:31:13.923Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
460 | 2023-11-21T06:31:13.923Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
461 | 2023-11-21T06:31:14.614Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
462 | 2023-11-21T06:31:14.646Z | ++ case "$OSTYPE" in |
463 | 2023-11-21T06:31:14.646Z | ++ SHA=sha256sum |
464 | 2023-11-21T06:31:14.647Z | ++ sha256sum |
465 | 2023-11-21T06:31:14.647Z | ++ awk '{print $1}' |
466 | 2023-11-21T06:31:14.647Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
467 | 2023-11-21T06:31:14.647Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
468 | 2023-11-21T06:31:14.648Z | + set -o errexit |
469 | 2023-11-21T06:31:14.648Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2023-11-21T06:31:14.648Z | ++ cd ./tools |
471 | 2023-11-21T06:31:14.648Z | ++ pwd |
472 | 2023-11-21T06:31:14.649Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2023-11-21T06:31:14.649Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2023-11-21T06:31:14.649Z | + ARG0=ci_download_dendrite_openapi |
475 | 2023-11-21T06:31:14.649Z | + TARGET_DIR=out |
476 | 2023-11-21T06:31:14.649Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-11-21T06:31:14.649Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-11-21T06:31:14.649Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
479 | 2023-11-21T06:31:14.649Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
480 | 2023-11-21T06:31:14.650Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
481 | 2023-11-21T06:31:14.650Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
482 | 2023-11-21T06:31:14.650Z | + main |
483 | 2023-11-21T06:31:14.650Z | + [[ 0 != 0 ]] |
484 | 2023-11-21T06:31:14.650Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
485 | 2023-11-21T06:31:14.650Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
486 | 2023-11-21T06:31:14.650Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
487 | 2023-11-21T06:31:14.651Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
488 | 2023-11-21T06:31:14.651Z | + local DO_DOWNLOAD=true |
489 | 2023-11-21T06:31:14.651Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
490 | 2023-11-21T06:31:14.651Z | + mkdir -p out/downloads |
491 | 2023-11-21T06:31:14.651Z | + '[' true == true ']' |
492 | 2023-11-21T06:31:14.651Z | + echo Downloading... |
493 | 2023-11-21T06:31:14.651Z | Downloading... |
494 | 2023-11-21T06:31:14.651Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
495 | 2023-11-21T06:31:14.651Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
496 | 2023-11-21T06:31:14.813Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
497 | 2023-11-21T06:31:14.813Z | ++ case "$OSTYPE" in |
498 | 2023-11-21T06:31:14.831Z | ++ SHA=sha256sum |
499 | 2023-11-21T06:31:14.831Z | ++ sha256sum |
500 | 2023-11-21T06:31:14.831Z | ++ awk '{print $1}' |
501 | 2023-11-21T06:31:14.831Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
502 | 2023-11-21T06:31:14.831Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
503 | 2023-11-21T06:31:14.862Z | + set -o errexit |
504 | 2023-11-21T06:31:14.862Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2023-11-21T06:31:14.862Z | ++ cd ./tools |
506 | 2023-11-21T06:31:14.862Z | ++ pwd |
507 | 2023-11-21T06:31:14.862Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2023-11-21T06:31:14.862Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2023-11-21T06:31:14.862Z | + ARG0=ci_download_dendrite_stub |
510 | 2023-11-21T06:31:14.862Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2023-11-21T06:31:14.862Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
512 | 2023-11-21T06:31:14.862Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
513 | 2023-11-21T06:31:14.862Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
514 | 2023-11-21T06:31:14.862Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-11-21T06:31:14.862Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
516 | 2023-11-21T06:31:14.862Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
517 | 2023-11-21T06:31:14.862Z | + TARGET_DIR=out |
518 | 2023-11-21T06:31:14.863Z | + DOWNLOAD_DIR=out/downloads |
519 | 2023-11-21T06:31:14.863Z | + DEST_DIR=./out/dendrite-stub |
520 | 2023-11-21T06:31:14.863Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2023-11-21T06:31:14.863Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2023-11-21T06:31:14.863Z | + REPO=oxidecomputer/dendrite |
523 | 2023-11-21T06:31:14.863Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
524 | 2023-11-21T06:31:14.863Z | + main |
525 | 2023-11-21T06:31:14.863Z | + [[ 0 != 0 ]] |
526 | 2023-11-21T06:31:14.863Z | + CIDL_OS=solaris2.11 |
527 | 2023-11-21T06:31:14.863Z | + [[ 0 != 0 ]] |
528 | 2023-11-21T06:31:14.863Z | + configure_os solaris2.11 |
529 | 2023-11-21T06:31:14.863Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2023-11-21T06:31:14.863Z | current directory: /work/oxidecomputer/omicron |
531 | 2023-11-21T06:31:14.863Z | + echo 'configuring based on OS: "solaris2.11"' |
532 | 2023-11-21T06:31:14.863Z | + case "$1" in |
533 | 2023-11-21T06:31:14.863Z | configuring based on OS: "solaris2.11" |
534 | 2023-11-21T06:31:14.863Z | + SET_BINARIES= |
535 | 2023-11-21T06:31:14.863Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
536 | 2023-11-21T06:31:14.863Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2023-11-21T06:31:14.863Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2023-11-21T06:31:14.863Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
539 | 2023-11-21T06:31:14.863Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-21T06:31:14.863Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
541 | 2023-11-21T06:31:14.863Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
542 | 2023-11-21T06:31:14.863Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2023-11-21T06:31:14.863Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2023-11-21T06:31:14.863Z | + mkdir -p out/downloads |
545 | 2023-11-21T06:31:14.863Z | + mkdir -p ./out/dendrite-stub |
546 | 2023-11-21T06:31:14.863Z | + fetch_and_verify |
547 | 2023-11-21T06:31:14.863Z | + local DO_DOWNLOAD=true |
548 | 2023-11-21T06:31:14.863Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2023-11-21T06:31:14.863Z | + '[' true == true ']' |
550 | 2023-11-21T06:31:14.863Z | + echo Downloading... |
551 | 2023-11-21T06:31:14.864Z | Downloading... |
552 | 2023-11-21T06:31:14.864Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-21T06:31:14.864Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
554 | 2023-11-21T06:31:25.818Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-21T06:31:25.827Z | ++ sha256sum |
556 | 2023-11-21T06:31:25.827Z | ++ awk '{print $1}' |
557 | 2023-11-21T06:31:25.938Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
558 | 2023-11-21T06:31:25.938Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
559 | 2023-11-21T06:31:25.959Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-21T06:31:25.959Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-11-21T06:31:27.035Z | + do_assemble |
562 | 2023-11-21T06:31:27.035Z | + rm -r ./out/dendrite-stub |
563 | 2023-11-21T06:31:27.043Z | + mkdir ./out/dendrite-stub |
564 | 2023-11-21T06:31:27.043Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-11-21T06:31:27.241Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-11-21T06:31:27.246Z | + set -o errexit |
567 | 2023-11-21T06:31:27.246Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-11-21T06:31:27.246Z | ++ cd ./tools |
569 | 2023-11-21T06:31:27.246Z | ++ pwd |
570 | 2023-11-21T06:31:27.246Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-11-21T06:31:27.246Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-11-21T06:31:27.246Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-11-21T06:31:27.246Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-11-21T06:31:27.246Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
575 | 2023-11-21T06:31:27.246Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
576 | 2023-11-21T06:31:27.246Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-11-21T06:31:27.246Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
578 | 2023-11-21T06:31:27.246Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
579 | 2023-11-21T06:31:27.246Z | + TARGET_DIR=out |
580 | 2023-11-21T06:31:27.246Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-11-21T06:31:27.246Z | + DEST_DIR=./out/mgd |
582 | 2023-11-21T06:31:27.246Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-11-21T06:31:27.246Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-11-21T06:31:27.246Z | + REPO=oxidecomputer/maghemite |
585 | 2023-11-21T06:31:27.246Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
586 | 2023-11-21T06:31:27.247Z | + main |
587 | 2023-11-21T06:31:27.247Z | + [[ 0 != 0 ]] |
588 | 2023-11-21T06:31:27.247Z | + CIDL_OS=solaris2.11 |
589 | 2023-11-21T06:31:27.247Z | + [[ 0 != 0 ]] |
590 | 2023-11-21T06:31:27.247Z | + configure_os solaris2.11 |
591 | 2023-11-21T06:31:27.247Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-11-21T06:31:27.247Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-11-21T06:31:27.247Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-11-21T06:31:27.247Z | + case "$1" in |
595 | 2023-11-21T06:31:27.247Z | + SET_BINARIES= |
596 | 2023-11-21T06:31:27.247Z | configuring based on OS: "solaris2.11" |
597 | 2023-11-21T06:31:27.247Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-11-21T06:31:27.247Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-11-21T06:31:27.247Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
600 | 2023-11-21T06:31:27.247Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-11-21T06:31:27.247Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
602 | 2023-11-21T06:31:27.247Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
603 | 2023-11-21T06:31:27.247Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-21T06:31:27.247Z | Local file: out/downloads/mgd.tar.gz |
605 | 2023-11-21T06:31:27.247Z | + mkdir -p out/downloads |
606 | 2023-11-21T06:31:27.247Z | + mkdir -p ./out/mgd |
607 | 2023-11-21T06:31:27.247Z | + fetch_and_verify |
608 | 2023-11-21T06:31:27.247Z | + local DO_DOWNLOAD=true |
609 | 2023-11-21T06:31:27.247Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-11-21T06:31:27.247Z | + '[' true == true ']' |
611 | 2023-11-21T06:31:27.247Z | + echo Downloading... |
612 | 2023-11-21T06:31:27.247Z | Downloading... |
613 | 2023-11-21T06:31:27.247Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-11-21T06:31:27.247Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
615 | 2023-11-21T06:31:36.300Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-11-21T06:31:36.308Z | ++ sha256sum |
617 | 2023-11-21T06:31:36.308Z | ++ awk '{print $1}' |
618 | 2023-11-21T06:31:36.386Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
619 | 2023-11-21T06:31:36.386Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
620 | 2023-11-21T06:31:36.395Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-11-21T06:31:36.395Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-11-21T06:31:37.063Z | + do_assemble |
623 | 2023-11-21T06:31:37.063Z | + rm -r ./out/mgd |
624 | 2023-11-21T06:31:37.069Z | + mkdir ./out/mgd |
625 | 2023-11-21T06:31:37.069Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-11-21T06:31:37.286Z | + set -o errexit |
627 | 2023-11-21T06:31:37.289Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-11-21T06:31:37.292Z | ++ cd ./tools |
629 | 2023-11-21T06:31:37.292Z | ++ pwd |
630 | 2023-11-21T06:31:37.293Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-11-21T06:31:37.293Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-11-21T06:31:37.296Z | + ARG0=ci_download_transceiver_control |
633 | 2023-11-21T06:31:37.296Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-11-21T06:31:37.296Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-11-21T06:31:37.296Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-21T06:31:37.296Z | + TARGET_DIR=out |
637 | 2023-11-21T06:31:37.296Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-11-21T06:31:37.296Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-11-21T06:31:37.296Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-11-21T06:31:37.296Z | + BINARY=xcvradm |
641 | 2023-11-21T06:31:37.296Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-11-21T06:31:37.296Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-11-21T06:31:37.296Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-11-21T06:31:37.296Z | + main |
645 | 2023-11-21T06:31:37.296Z | + [[ 0 != 0 ]] |
646 | 2023-11-21T06:31:37.296Z | + CIDL_OS=solaris2.11 |
647 | 2023-11-21T06:31:37.296Z | + [[ 0 != 0 ]] |
648 | 2023-11-21T06:31:37.296Z | + configure_os solaris2.11 |
649 | 2023-11-21T06:31:37.296Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-11-21T06:31:37.296Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2023-11-21T06:31:37.296Z | current directory: /work/oxidecomputer/omicron |
652 | 2023-11-21T06:31:37.296Z | configuring based on OS: "solaris2.11" |
653 | 2023-11-21T06:31:37.296Z | + case "$1" in |
654 | 2023-11-21T06:31:37.296Z | + SET_BINARIES= |
655 | 2023-11-21T06:31:37.297Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-21T06:31:37.297Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-11-21T06:31:37.297Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-11-21T06:31:37.297Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-21T06:31:37.297Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-11-21T06:31:37.297Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-11-21T06:31:37.297Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-11-21T06:31:37.297Z | Local file: out/downloads/xcvradm.gz |
663 | 2023-11-21T06:31:37.297Z | + echo 'Local file: out/downloads/xcvradm.gz' |
664 | 2023-11-21T06:31:37.297Z | + mkdir -p out/downloads |
665 | 2023-11-21T06:31:37.300Z | + mkdir -p ./out/transceiver-control |
666 | 2023-11-21T06:31:37.303Z | + fetch_and_verify |
667 | 2023-11-21T06:31:37.303Z | + local DO_DOWNLOAD=true |
668 | 2023-11-21T06:31:37.303Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-11-21T06:31:37.303Z | + '[' true == true ']' |
670 | 2023-11-21T06:31:37.303Z | + echo Downloading... |
671 | 2023-11-21T06:31:37.303Z | Downloading... |
672 | 2023-11-21T06:31:37.303Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-11-21T06:31:37.303Z | + 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 |
674 | 2023-11-21T06:31:40.971Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-11-21T06:31:40.976Z | ++ sha256sum |
676 | 2023-11-21T06:31:40.976Z | ++ awk '{print $1}' |
677 | 2023-11-21T06:31:40.996Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-11-21T06:31:40.996Z | + [[ 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 ]] |
679 | 2023-11-21T06:31:41.005Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-11-21T06:31:41.005Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-11-21T06:31:41.005Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-11-21T06:31:41.180Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-11-21T06:31:41.183Z | + do_assemble |
684 | 2023-11-21T06:31:41.183Z | + rm -r ./out/transceiver-control |
685 | 2023-11-21T06:31:41.189Z | + mkdir ./out/transceiver-control |
686 | 2023-11-21T06:31:41.189Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-11-21T06:31:41.408Z | All prerequisites installed successfully |
688 | 2023-11-21T06:31:41.413Z | |
689 | 2023-11-21T06:31:41.413Z | real 2:09.579274712 |
690 | 2023-11-21T06:31:41.413Z | user 52.813329306 |
691 | 2023-11-21T06:31:41.413Z | sys 10.509822100 |
692 | 2023-11-21T06:31:41.413Z | trap 0.030840873 |
693 | 2023-11-21T06:31:41.413Z | tflt 0.133285296 |
694 | 2023-11-21T06:31:41.413Z | dflt 0.652645085 |
695 | 2023-11-21T06:31:41.413Z | kflt 0.136126302 |
696 | 2023-11-21T06:31:41.413Z | lock 1.721262588 |
697 | 2023-11-21T06:31:41.413Z | slp 4:06.375155200 |
698 | 2023-11-21T06:31:41.413Z | lat 4.261116582 |
699 | 2023-11-21T06:31:41.413Z | stop 0.069829042 |
700 | 2023-11-21T06:31:41.413Z | + ptime -m ./tools/ci_download_softnpu_machinery |
701 | 2023-11-21T06:31:41.433Z | fetching npuzone |
702 | 2023-11-21T06:31:41.457Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
703 | 2023-11-21T06:31:41.457Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
704 | 2023-11-21T06:31:41.457Z | Getting hash for npuzone |
705 | 2023-11-21T06:31:41.603Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
706 | 2023-11-21T06:31:51.228Z | npuzone downloaded successfully |
707 | 2023-11-21T06:31:51.233Z | |
708 | 2023-11-21T06:31:51.237Z | real 9.817674376 |
709 | 2023-11-21T06:31:51.237Z | user 0.609249543 |
710 | 2023-11-21T06:31:51.238Z | sys 0.177568708 |
711 | 2023-11-21T06:31:51.238Z | trap 0.000942759 |
712 | 2023-11-21T06:31:51.238Z | tflt 0.000000000 |
713 | 2023-11-21T06:31:51.238Z | dflt 0.000000000 |
714 | 2023-11-21T06:31:51.238Z | kflt 0.000000000 |
715 | 2023-11-21T06:31:51.238Z | lock 0.000000000 |
716 | 2023-11-21T06:31:51.238Z | slp 28.411051982 |
717 | 2023-11-21T06:31:51.238Z | lat 0.206389843 |
718 | 2023-11-21T06:31:51.238Z | stop 0.001238184 |
719 | 2023-11-21T06:31:51.238Z | + export CARGO_INCREMENTAL=0 |
720 | 2023-11-21T06:31:51.238Z | + CARGO_INCREMENTAL=0 |
721 | 2023-11-21T06:31:51.238Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
722 | 2023-11-21T06:31:51.577Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
723 | 2023-11-21T06:31:51.957Z | Updating crates.io index |
724 | 2023-11-21T06:31:51.961Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2023-11-21T06:31:52.798Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2023-11-21T06:31:54.575Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2023-11-21T06:31:56.187Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2023-11-21T06:31:56.516Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2023-11-21T06:31:56.829Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2023-11-21T06:31:57.108Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2023-11-21T06:31:58.019Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2023-11-21T06:31:59.963Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2023-11-21T06:32:01.011Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2023-11-21T06:32:01.343Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2023-11-21T06:32:02.027Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2023-11-21T06:32:02.404Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2023-11-21T06:32:02.772Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2023-11-21T06:32:03.153Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2023-11-21T06:32:03.494Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2023-11-21T06:32:03.929Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2023-11-21T06:32:04.622Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2023-11-21T06:32:05.021Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2023-11-21T06:32:05.351Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2023-11-21T06:32:07.061Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2023-11-21T06:32:07.522Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-11-21T06:32:08.501Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-11-21T06:32:08.891Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-11-21T06:32:09.309Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-11-21T06:32:10.785Z | Downloading crates ... |
750 | 2023-11-21T06:32:11.013Z | Downloaded cfg-if v0.1.10 |
751 | 2023-11-21T06:32:11.018Z | Downloaded cexpr v0.6.0 |
752 | 2023-11-21T06:32:11.022Z | Downloaded base64 v0.13.1 |
753 | 2023-11-21T06:32:11.029Z | Downloaded cancel-safe-futures v0.1.5 |
754 | 2023-11-21T06:32:11.040Z | Downloaded openssl-macros v0.1.1 |
755 | 2023-11-21T06:32:11.044Z | Downloaded async-stream-impl v0.3.5 |
756 | 2023-11-21T06:32:11.048Z | Downloaded oso-derive v0.27.0 |
757 | 2023-11-21T06:32:11.048Z | Downloaded packed_struct_codegen v0.10.1 |
758 | 2023-11-21T06:32:11.052Z | Downloaded oso v0.27.0 |
759 | 2023-11-21T06:32:11.060Z | Downloaded openssl-sys v0.9.93 |
760 | 2023-11-21T06:32:11.074Z | Downloaded itertools v0.10.5 |
761 | 2023-11-21T06:32:11.090Z | Downloaded ipnetwork v0.20.0 |
762 | 2023-11-21T06:32:11.109Z | Downloaded nanorand v0.7.0 |
763 | 2023-11-21T06:32:11.526Z | Downloaded curve25519-dalek v4.1.0 |
764 | 2023-11-21T06:32:11.526Z | Downloaded libefi-sys v0.1.0 |
765 | 2023-11-21T06:32:11.526Z | Downloaded instant v0.1.12 |
766 | 2023-11-21T06:32:11.526Z | Downloaded cargo-platform v0.1.3 |
767 | 2023-11-21T06:32:11.526Z | Downloaded camino-tempfile v1.0.2 |
768 | 2023-11-21T06:32:11.526Z | Downloaded adler v1.0.2 |
769 | 2023-11-21T06:32:11.526Z | Downloaded bitflags v1.3.2 |
770 | 2023-11-21T06:32:11.527Z | Downloaded olpc-cjson v0.1.3 |
771 | 2023-11-21T06:32:11.527Z | Downloaded cassowary v0.3.0 |
772 | 2023-11-21T06:32:11.527Z | Downloaded num_threads v0.1.6 |
773 | 2023-11-21T06:32:11.527Z | Downloaded block-padding v0.3.3 |
774 | 2023-11-21T06:32:11.527Z | Downloaded impl-trait-for-tuples v0.2.2 |
775 | 2023-11-21T06:32:11.527Z | Downloaded num-integer v0.1.45 |
776 | 2023-11-21T06:32:11.527Z | Downloaded argon2 v0.5.2 |
777 | 2023-11-21T06:32:11.527Z | Downloaded num-derive v0.4.0 |
778 | 2023-11-21T06:32:11.527Z | Downloaded num v0.4.1 |
779 | 2023-11-21T06:32:11.527Z | Downloaded arc-swap v1.6.0 |
780 | 2023-11-21T06:32:11.527Z | Downloaded num_enum_derive v0.5.11 |
781 | 2023-11-21T06:32:11.527Z | Downloaded untrusted v0.7.1 |
782 | 2023-11-21T06:32:11.527Z | Downloaded derive_builder_macro v0.12.0 |
783 | 2023-11-21T06:32:11.527Z | Downloaded serde_tokenstream v0.1.7 |
784 | 2023-11-21T06:32:11.527Z | Downloaded base64ct v1.6.0 |
785 | 2023-11-21T06:32:11.527Z | Downloaded zeroize_derive v1.4.2 |
786 | 2023-11-21T06:32:11.527Z | Downloaded toolchain_find v0.2.0 |
787 | 2023-11-21T06:32:11.527Z | Downloaded once_cell v1.18.0 |
788 | 2023-11-21T06:32:11.527Z | Downloaded serde_spanned v0.6.4 |
789 | 2023-11-21T06:32:11.527Z | Downloaded want v0.3.1 |
790 | 2023-11-21T06:32:11.527Z | Downloaded semver v0.11.0 |
791 | 2023-11-21T06:32:11.527Z | Downloaded humantime v2.1.0 |
792 | 2023-11-21T06:32:11.527Z | Downloaded usdt-attr-macro v0.3.5 |
793 | 2023-11-21T06:32:11.527Z | Downloaded vec_map v0.8.2 |
794 | 2023-11-21T06:32:11.527Z | Downloaded thiserror v1.0.49 |
795 | 2023-11-21T06:32:11.527Z | Downloaded tower-service v0.3.2 |
796 | 2023-11-21T06:32:11.527Z | Downloaded futures-channel v0.3.29 |
797 | 2023-11-21T06:32:11.527Z | Downloaded bzip2 v0.4.4 |
798 | 2023-11-21T06:32:11.527Z | Downloaded utf8parse v0.2.1 |
799 | 2023-11-21T06:32:11.527Z | Downloaded anyhow v1.0.75 |
800 | 2023-11-21T06:32:11.527Z | Downloaded stable_deref_trait v1.2.0 |
801 | 2023-11-21T06:32:11.527Z | Downloaded der_derive v0.7.2 |
802 | 2023-11-21T06:32:11.527Z | Downloaded futures-task v0.3.29 |
803 | 2023-11-21T06:32:11.527Z | Downloaded pretty-hex v0.3.0 |
804 | 2023-11-21T06:32:11.527Z | Downloaded tinyvec_macros v0.1.1 |
805 | 2023-11-21T06:32:11.527Z | Downloaded take_mut v0.2.2 |
806 | 2023-11-21T06:32:11.527Z | Downloaded dirs-sys-next v0.1.2 |
807 | 2023-11-21T06:32:11.528Z | Downloaded float-cmp v0.9.0 |
808 | 2023-11-21T06:32:11.528Z | Downloaded tokio-stream v0.1.14 |
809 | 2023-11-21T06:32:11.528Z | Downloaded flagset v0.4.3 |
810 | 2023-11-21T06:32:11.528Z | Downloaded r2d2 v0.8.10 |
811 | 2023-11-21T06:32:11.528Z | Downloaded serde_repr v0.1.16 |
812 | 2023-11-21T06:32:11.528Z | Downloaded indicatif v0.17.7 |
813 | 2023-11-21T06:32:11.528Z | Downloaded precomputed-hash v0.1.1 |
814 | 2023-11-21T06:32:11.528Z | Downloaded strum v0.25.0 |
815 | 2023-11-21T06:32:11.528Z | Downloaded mio v0.8.8 |
816 | 2023-11-21T06:32:11.528Z | Downloaded waitgroup v0.1.2 |
817 | 2023-11-21T06:32:11.528Z | Downloaded utf-8 v0.7.6 |
818 | 2023-11-21T06:32:11.528Z | Downloaded zeroize v1.6.0 |
819 | 2023-11-21T06:32:11.528Z | Downloaded zip v0.6.6 |
820 | 2023-11-21T06:32:11.528Z | Downloaded slog-bunyan v2.4.0 |
821 | 2023-11-21T06:32:11.528Z | Downloaded pretty-hex v0.2.1 |
822 | 2023-11-21T06:32:11.528Z | Downloaded shlex v1.1.0 |
823 | 2023-11-21T06:32:11.528Z | Downloaded test-strategy v0.3.1 |
824 | 2023-11-21T06:32:11.528Z | Downloaded secrecy v0.8.0 |
825 | 2023-11-21T06:32:11.528Z | Downloaded rustversion v1.0.14 |
826 | 2023-11-21T06:32:11.528Z | Downloaded predicates-core v1.0.6 |
827 | 2023-11-21T06:32:11.528Z | Downloaded endian-type v0.1.2 |
828 | 2023-11-21T06:32:11.528Z | Downloaded ref-cast v1.0.20 |
829 | 2023-11-21T06:32:11.528Z | Downloaded zone v0.3.0 |
830 | 2023-11-21T06:32:11.528Z | Downloaded spin v0.5.2 |
831 | 2023-11-21T06:32:11.528Z | Downloaded url v2.4.1 |
832 | 2023-11-21T06:32:11.528Z | Downloaded ppv-lite86 v0.2.17 |
833 | 2023-11-21T06:32:11.528Z | Downloaded termios v0.3.3 |
834 | 2023-11-21T06:32:11.529Z | Downloaded unicase v2.7.0 |
835 | 2023-11-21T06:32:11.529Z | Downloaded parse-display v0.8.2 |
836 | 2023-11-21T06:32:11.529Z | Downloaded serde_urlencoded v0.7.1 |
837 | 2023-11-21T06:32:11.529Z | Downloaded shell-words v1.1.0 |
838 | 2023-11-21T06:32:11.529Z | Downloaded poly1305 v0.8.0 |
839 | 2023-11-21T06:32:11.529Z | Downloaded heck v0.4.1 |
840 | 2023-11-21T06:32:11.529Z | Downloaded scopeguard v1.2.0 |
841 | 2023-11-21T06:32:11.529Z | Downloaded percent-encoding v2.3.0 |
842 | 2023-11-21T06:32:11.529Z | Downloaded rcgen v0.11.3 |
843 | 2023-11-21T06:32:11.529Z | Downloaded enum-as-inner v0.5.1 |
844 | 2023-11-21T06:32:11.529Z | Downloaded tracing-core v0.1.31 |
845 | 2023-11-21T06:32:11.529Z | Downloaded display-error-chain v0.2.0 |
846 | 2023-11-21T06:32:11.529Z | Downloaded headers-core v0.2.0 |
847 | 2023-11-21T06:32:11.529Z | Downloaded proc-macro2 v1.0.69 |
848 | 2023-11-21T06:32:11.529Z | Downloaded radium v0.7.0 |
849 | 2023-11-21T06:32:11.529Z | Downloaded platforms v3.0.2 |
850 | 2023-11-21T06:32:11.529Z | Downloaded vte_generate_state_changes v0.1.1 |
851 | 2023-11-21T06:32:11.529Z | Downloaded foreign-types-shared v0.1.1 |
852 | 2023-11-21T06:32:11.529Z | Downloaded foreign-types-macros v0.2.3 |
853 | 2023-11-21T06:32:11.529Z | Downloaded signal-hook-tokio v0.3.1 |
854 | 2023-11-21T06:32:11.529Z | Downloaded foreign-types v0.5.0 |
855 | 2023-11-21T06:32:11.529Z | Downloaded proc-macro-error-attr v1.0.4 |
856 | 2023-11-21T06:32:11.529Z | Downloaded rand_xorshift v0.3.0 |
857 | 2023-11-21T06:32:11.529Z | Downloaded rand_core v0.6.4 |
858 | 2023-11-21T06:32:11.529Z | Downloaded darling_macro v0.14.4 |
859 | 2023-11-21T06:32:11.529Z | Downloaded quote v1.0.33 |
860 | 2023-11-21T06:32:11.552Z | Downloaded quick-error v1.2.3 |
861 | 2023-11-21T06:32:11.552Z | Downloaded hubpack_derive v0.1.1 |
862 | 2023-11-21T06:32:11.552Z | Downloaded postcard v0.7.3 |
863 | 2023-11-21T06:32:11.552Z | Downloaded ed25519 v1.5.3 |
864 | 2023-11-21T06:32:11.552Z | Downloaded slog v2.7.0 |
865 | 2023-11-21T06:32:11.571Z | Downloaded rayon-core v1.12.0 |
866 | 2023-11-21T06:32:11.572Z | Downloaded parking_lot_core v0.9.8 |
867 | 2023-11-21T06:32:11.572Z | Downloaded structopt v0.3.26 |
868 | 2023-11-21T06:32:11.984Z | Downloaded http-range v0.1.5 |
869 | 2023-11-21T06:32:11.984Z | Downloaded typenum v1.16.0 |
870 | 2023-11-21T06:32:11.984Z | Downloaded password-hash v0.5.0 |
871 | 2023-11-21T06:32:11.984Z | Downloaded universal-hash v0.5.1 |
872 | 2023-11-21T06:32:11.984Z | Downloaded unicode-width v0.1.11 |
873 | 2023-11-21T06:32:11.984Z | Downloaded which v4.4.0 |
874 | 2023-11-21T06:32:11.985Z | Downloaded pin-project v1.1.3 |
875 | 2023-11-21T06:32:11.985Z | Downloaded fxhash v0.2.1 |
876 | 2023-11-21T06:32:11.985Z | Downloaded peeking_take_while v0.1.2 |
877 | 2023-11-21T06:32:11.985Z | Downloaded path-slash v0.1.5 |
878 | 2023-11-21T06:32:11.985Z | Downloaded darling_macro v0.20.3 |
879 | 2023-11-21T06:32:11.985Z | Downloaded supports-color v2.1.0 |
880 | 2023-11-21T06:32:11.985Z | Downloaded dtrace-parser v0.1.14 |
881 | 2023-11-21T06:32:11.985Z | Downloaded downcast v0.11.0 |
882 | 2023-11-21T06:32:11.985Z | Downloaded pkcs1 v0.7.5 |
883 | 2023-11-21T06:32:11.985Z | Downloaded futures-io v0.3.29 |
884 | 2023-11-21T06:32:11.985Z | Downloaded filetime v0.2.22 |
885 | 2023-11-21T06:32:11.985Z | Downloaded rustc-demangle v0.1.23 |
886 | 2023-11-21T06:32:11.985Z | Downloaded unicode-ident v1.0.12 |
887 | 2023-11-21T06:32:11.985Z | Downloaded heck v0.3.3 |
888 | 2023-11-21T06:32:11.985Z | Downloaded rustc_version v0.4.0 |
889 | 2023-11-21T06:32:11.985Z | Downloaded slog-dtrace v0.2.3 |
890 | 2023-11-21T06:32:11.985Z | Downloaded httpdate v1.0.3 |
891 | 2023-11-21T06:32:11.985Z | Downloaded generic-array v0.14.7 |
892 | 2023-11-21T06:32:11.985Z | Downloaded darling v0.20.3 |
893 | 2023-11-21T06:32:11.985Z | Downloaded debug-ignore v1.0.5 |
894 | 2023-11-21T06:32:11.985Z | Downloaded rustfmt-wrapper v0.2.0 |
895 | 2023-11-21T06:32:11.985Z | Downloaded phf v0.11.2 |
896 | 2023-11-21T06:32:11.985Z | Downloaded socket2 v0.5.4 |
897 | 2023-11-21T06:32:11.985Z | Downloaded pem v3.0.2 |
898 | 2023-11-21T06:32:11.985Z | Downloaded pkcs8 v0.10.2 |
899 | 2023-11-21T06:32:11.985Z | Downloaded httparse v1.8.0 |
900 | 2023-11-21T06:32:11.985Z | Downloaded rand v0.8.5 |
901 | 2023-11-21T06:32:11.985Z | Downloaded getopts v0.2.21 |
902 | 2023-11-21T06:32:11.985Z | Downloaded serde_derive v1.0.192 |
903 | 2023-11-21T06:32:11.985Z | Downloaded pkg-config v0.3.27 |
904 | 2023-11-21T06:32:11.985Z | Downloaded signature v2.1.0 |
905 | 2023-11-21T06:32:11.985Z | Downloaded similar v2.2.1 |
906 | 2023-11-21T06:32:11.985Z | Downloaded signature v1.6.4 |
907 | 2023-11-21T06:32:11.985Z | Downloaded parking_lot_core v0.8.6 |
908 | 2023-11-21T06:32:11.985Z | Downloaded trust-dns-server v0.22.1 |
909 | 2023-11-21T06:32:11.985Z | Downloaded data-encoding v2.4.0 |
910 | 2023-11-21T06:32:11.985Z | Downloaded semver v1.0.20 |
911 | 2023-11-21T06:32:11.985Z | Downloaded headers v0.3.9 |
912 | 2023-11-21T06:32:11.985Z | Downloaded hmac v0.12.1 |
913 | 2023-11-21T06:32:11.985Z | Downloaded zerocopy v0.6.4 |
914 | 2023-11-21T06:32:11.985Z | Downloaded prettyplease v0.2.12 |
915 | 2023-11-21T06:32:11.985Z | Downloaded fatfs v0.3.6 |
916 | 2023-11-21T06:32:11.985Z | Downloaded unsafe-libyaml v0.2.9 |
917 | 2023-11-21T06:32:11.985Z | Downloaded schemars v0.8.13 |
918 | 2023-11-21T06:32:11.985Z | Downloaded tracing-attributes v0.1.26 |
919 | 2023-11-21T06:32:11.985Z | Downloaded elliptic-curve v0.13.5 |
920 | 2023-11-21T06:32:11.985Z | Downloaded flate2 v1.0.28 |
921 | 2023-11-21T06:32:11.985Z | Downloaded hashbrown v0.12.3 |
922 | 2023-11-21T06:32:11.985Z | Downloaded time v0.3.27 |
923 | 2023-11-21T06:32:11.985Z | Downloaded serde_with v2.3.3 |
924 | 2023-11-21T06:32:11.985Z | Downloaded trust-dns-client v0.22.0 |
925 | 2023-11-21T06:32:11.985Z | Downloaded serde v1.0.192 |
926 | 2023-11-21T06:32:11.985Z | Downloaded hyper v0.14.27 |
927 | 2023-11-21T06:32:11.985Z | Downloaded reedline v0.26.0 |
928 | 2023-11-21T06:32:11.986Z | Downloaded http v0.2.11 |
929 | 2023-11-21T06:32:11.986Z | Downloaded reqwest v0.11.22 |
930 | 2023-11-21T06:32:11.986Z | Downloaded quick-xml v0.23.1 |
931 | 2023-11-21T06:32:11.986Z | Downloaded rustls-webpki v0.101.7 |
932 | 2023-11-21T06:32:11.986Z | Downloaded serde_json v1.0.108 |
933 | 2023-11-21T06:32:11.986Z | Downloaded proptest v1.4.0 |
934 | 2023-11-21T06:32:11.986Z | Downloaded futures-util v0.3.29 |
935 | 2023-11-21T06:32:11.993Z | Downloaded hkdf v0.12.3 |
936 | 2023-11-21T06:32:12.004Z | Downloaded idna v0.2.3 |
937 | 2023-11-21T06:32:12.015Z | Downloaded petgraph v0.6.4 |
938 | 2023-11-21T06:32:12.036Z | Downloaded webpki-roots v0.25.2 |
939 | 2023-11-21T06:32:12.044Z | Downloaded gimli v0.28.0 |
940 | 2023-11-21T06:32:12.061Z | Downloaded radix_trie v0.2.1 |
941 | 2023-11-21T06:32:12.072Z | Downloaded regress v0.7.1 |
942 | 2023-11-21T06:32:12.112Z | Downloaded trust-dns-proto v0.22.0 |
943 | 2023-11-21T06:32:12.121Z | Downloaded rustix v0.38.9 |
944 | 2023-11-21T06:32:12.150Z | Downloaded regex-syntax v0.7.5 |
945 | 2023-11-21T06:32:12.166Z | Downloaded bstr v1.6.0 |
946 | 2023-11-21T06:32:12.188Z | Downloaded zerocopy-derive v0.6.4 |
947 | 2023-11-21T06:32:12.212Z | Downloaded zerocopy-derive v0.2.0 |
948 | 2023-11-21T06:32:12.229Z | Downloaded libc v0.2.150 |
949 | 2023-11-21T06:32:12.280Z | Downloaded tokio v1.33.0 |
950 | 2023-11-21T06:32:12.349Z | Downloaded sha3 v0.10.8 |
951 | 2023-11-21T06:32:12.361Z | Downloaded regex-automata v0.4.3 |
952 | 2023-11-21T06:32:12.395Z | Downloaded encoding_rs v0.8.33 |
953 | 2023-11-21T06:32:12.437Z | Downloaded regex-automata v0.3.8 |
954 | 2023-11-21T06:32:12.883Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
955 | 2023-11-21T06:32:12.887Z | Downloaded sled v0.34.7 |
956 | 2023-11-21T06:32:12.887Z | Downloaded rustls v0.21.9 |
957 | 2023-11-21T06:32:12.887Z | Downloaded regex-syntax v0.8.2 |
958 | 2023-11-21T06:32:12.887Z | Downloaded bstr v0.2.17 |
959 | 2023-11-21T06:32:12.887Z | Downloaded rustix v0.37.23 |
960 | 2023-11-21T06:32:12.887Z | Downloaded diesel v2.1.4 |
961 | 2023-11-21T06:32:12.887Z | Downloaded syn v1.0.109 |
962 | 2023-11-21T06:32:12.887Z | Downloaded regex v1.10.2 |
963 | 2023-11-21T06:32:12.887Z | Downloaded smoltcp v0.9.1 |
964 | 2023-11-21T06:32:12.887Z | Downloaded openapiv3 v2.0.0-rc.1 |
965 | 2023-11-21T06:32:12.887Z | Downloaded ratatui v0.23.0 |
966 | 2023-11-21T06:32:12.887Z | Downloaded polar-core v0.27.0 |
967 | 2023-11-21T06:32:12.887Z | Downloaded regex-syntax v0.6.29 |
968 | 2023-11-21T06:32:12.887Z | Downloaded idna v0.4.0 |
969 | 2023-11-21T06:32:12.887Z | Downloaded bitvec v1.0.1 |
970 | 2023-11-21T06:32:12.887Z | Downloaded syn v2.0.32 |
971 | 2023-11-21T06:32:12.887Z | Downloaded object v0.32.1 |
972 | 2023-11-21T06:32:12.887Z | Downloaded bindgen v0.65.1 |
973 | 2023-11-21T06:32:12.887Z | Downloaded rayon v1.8.0 |
974 | 2023-11-21T06:32:12.896Z | Downloaded vcpkg v0.2.15 |
975 | 2023-11-21T06:32:12.969Z | Downloaded smoltcp v0.8.2 |
976 | 2023-11-21T06:32:12.987Z | Downloaded object v0.30.4 |
977 | 2023-11-21T06:32:13.007Z | Downloaded ring v0.17.5 |
978 | 2023-11-21T06:32:13.142Z | Downloaded chrono v0.4.31 |
979 | 2023-11-21T06:32:13.156Z | Downloaded heapless v0.7.16 |
980 | 2023-11-21T06:32:13.163Z | Downloaded hashbrown v0.13.2 |
981 | 2023-11-21T06:32:13.172Z | Downloaded unicode-segmentation v1.10.1 |
982 | 2023-11-21T06:32:13.179Z | Downloaded unicode-normalization v0.1.22 |
983 | 2023-11-21T06:32:13.186Z | Downloaded ring v0.16.20 |
984 | 2023-11-21T06:32:13.346Z | Downloaded pest v2.7.2 |
985 | 2023-11-21T06:32:13.355Z | Downloaded h2 v0.3.21 |
986 | 2023-11-21T06:32:13.367Z | Downloaded winnow v0.5.15 |
987 | 2023-11-21T06:32:13.381Z | Downloaded clap_builder v4.4.2 |
988 | 2023-11-21T06:32:13.393Z | Downloaded clap v2.34.0 |
989 | 2023-11-21T06:32:13.406Z | Downloaded tabled v0.14.0 |
990 | 2023-11-21T06:32:13.434Z | Downloaded portable-atomic v1.4.3 |
991 | 2023-11-21T06:32:13.442Z | Downloaded derive-where v1.2.5 |
992 | 2023-11-21T06:32:13.447Z | Downloaded toml_edit v0.19.15 |
993 | 2023-11-21T06:32:13.477Z | Downloaded hashbrown v0.14.2 |
994 | 2023-11-21T06:32:13.486Z | Downloaded tokio-util v0.7.10 |
995 | 2023-11-21T06:32:13.497Z | Downloaded getrandom v0.2.10 |
996 | 2023-11-21T06:32:13.502Z | Downloaded rsa v0.9.2 |
997 | 2023-11-21T06:32:13.510Z | Downloaded ucd-trie v0.1.6 |
998 | 2023-11-21T06:32:13.513Z | Downloaded typed-path v0.6.0 |
999 | 2023-11-21T06:32:13.523Z | Downloaded lalrpop v0.19.12 |
1000 | 2023-11-21T06:32:13.546Z | Downloaded slog-json v2.6.1 |
1001 | 2023-11-21T06:32:13.557Z | Downloaded signal-hook v0.3.17 |
1002 | 2023-11-21T06:32:13.557Z | Downloaded regex-automata v0.1.10 |
1003 | 2023-11-21T06:32:13.568Z | Downloaded tungstenite v0.20.1 |
1004 | 2023-11-21T06:32:13.981Z | Downloaded trust-dns-resolver v0.22.0 |
1005 | 2023-11-21T06:32:13.986Z | Downloaded aho-corasick v1.0.4 |
1006 | 2023-11-21T06:32:13.986Z | Downloaded salty v0.2.0 |
1007 | 2023-11-21T06:32:13.986Z | Downloaded derive_builder_core v0.12.0 |
1008 | 2023-11-21T06:32:13.986Z | Downloaded papergrid v0.10.0 |
1009 | 2023-11-21T06:32:13.986Z | Downloaded highway v1.1.0 |
1010 | 2023-11-21T06:32:13.986Z | Downloaded semver-parser v0.10.2 |
1011 | 2023-11-21T06:32:13.986Z | Downloaded hex v0.4.3 |
1012 | 2023-11-21T06:32:13.986Z | Downloaded slog-async v2.8.0 |
1013 | 2023-11-21T06:32:13.986Z | Downloaded ron v0.8.1 |
1014 | 2023-11-21T06:32:13.986Z | Downloaded slog-envlogger v2.2.0 |
1015 | 2023-11-21T06:32:13.986Z | Downloaded scheduled-thread-pool v0.2.7 |
1016 | 2023-11-21T06:32:13.986Z | Downloaded smallvec v0.6.14 |
1017 | 2023-11-21T06:32:13.986Z | Downloaded unicode-xid v0.2.4 |
1018 | 2023-11-21T06:32:13.986Z | Downloaded itertools v0.11.0 |
1019 | 2023-11-21T06:32:13.986Z | Downloaded rustc_version v0.1.7 |
1020 | 2023-11-21T06:32:13.986Z | Downloaded static_assertions v1.1.0 |
1021 | 2023-11-21T06:32:13.986Z | Downloaded spin v0.9.8 |
1022 | 2023-11-21T06:32:13.986Z | Downloaded x509-cert v0.2.4 |
1023 | 2023-11-21T06:32:13.986Z | Downloaded libxml v0.3.3 |
1024 | 2023-11-21T06:32:13.986Z | Downloaded ff v0.13.0 |
1025 | 2023-11-21T06:32:13.986Z | Downloaded dof v0.1.5 |
1026 | 2023-11-21T06:32:13.986Z | Downloaded usdt v0.3.5 |
1027 | 2023-11-21T06:32:13.986Z | Downloaded http-body v0.4.5 |
1028 | 2023-11-21T06:32:13.986Z | Downloaded proc-macro-error v1.0.4 |
1029 | 2023-11-21T06:32:13.986Z | Downloaded parking_lot v0.12.1 |
1030 | 2023-11-21T06:32:13.986Z | Downloaded tracing v0.1.37 |
1031 | 2023-11-21T06:32:13.986Z | Downloaded libm v0.2.7 |
1032 | 2023-11-21T06:32:13.986Z | Downloaded unarray v0.1.4 |
1033 | 2023-11-21T06:32:13.986Z | Downloaded darling v0.14.4 |
1034 | 2023-11-21T06:32:13.986Z | Downloaded serde_with_macros v2.3.3 |
1035 | 2023-11-21T06:32:13.986Z | Downloaded parking_lot v0.11.2 |
1036 | 2023-11-21T06:32:13.986Z | Downloaded futures v0.3.29 |
1037 | 2023-11-21T06:32:13.987Z | Downloaded toml_edit v0.21.0 |
1038 | 2023-11-21T06:32:13.987Z | Downloaded tough v0.15.0 |
1039 | 2023-11-21T06:32:13.987Z | Downloaded form_urlencoded v1.2.0 |
1040 | 2023-11-21T06:32:13.987Z | Downloaded pest_meta v2.7.2 |
1041 | 2023-11-21T06:32:13.987Z | Downloaded pem-rfc7468 v0.7.0 |
1042 | 2023-11-21T06:32:13.987Z | Downloaded glob v0.3.1 |
1043 | 2023-11-21T06:32:13.987Z | Downloaded steno v0.4.0 |
1044 | 2023-11-21T06:32:13.987Z | Downloaded phf_shared v0.10.0 |
1045 | 2023-11-21T06:32:13.987Z | Downloaded rustc-hash v1.1.0 |
1046 | 2023-11-21T06:32:13.987Z | Downloaded fragile v2.0.0 |
1047 | 2023-11-21T06:32:13.987Z | Downloaded parse-display-derive v0.8.2 |
1048 | 2023-11-21T06:32:13.987Z | Downloaded resolv-conf v0.7.0 |
1049 | 2023-11-21T06:32:13.987Z | Downloaded proc-macro-crate v1.3.1 |
1050 | 2023-11-21T06:32:13.987Z | Downloaded crossterm v0.27.0 |
1051 | 2023-11-21T06:32:13.987Z | Downloaded nom v7.1.3 |
1052 | 2023-11-21T06:32:13.987Z | Downloaded ryu v1.0.15 |
1053 | 2023-11-21T06:32:13.987Z | Downloaded toml v0.7.8 |
1054 | 2023-11-21T06:32:13.987Z | Downloaded wait-timeout v0.2.0 |
1055 | 2023-11-21T06:32:13.987Z | Downloaded rpassword v7.2.0 |
1056 | 2023-11-21T06:32:13.987Z | Downloaded sct v0.7.0 |
1057 | 2023-11-21T06:32:13.987Z | Downloaded fd-lock v3.0.13 |
1058 | 2023-11-21T06:32:13.987Z | Downloaded env_logger v0.10.0 |
1059 | 2023-11-21T06:32:13.987Z | Downloaded tokio-postgres v0.7.10 |
1060 | 2023-11-21T06:32:13.987Z | Downloaded toml v0.5.11 |
1061 | 2023-11-21T06:32:13.987Z | Downloaded pest_derive v2.7.2 |
1062 | 2023-11-21T06:32:13.987Z | Downloaded serde-big-array v0.4.1 |
1063 | 2023-11-21T06:32:13.987Z | Downloaded foreign-types-shared v0.3.1 |
1064 | 2023-11-21T06:32:13.987Z | Downloaded rand_chacha v0.3.1 |
1065 | 2023-11-21T06:32:13.987Z | Downloaded globset v0.4.13 |
1066 | 2023-11-21T06:32:13.987Z | Downloaded ena v0.14.2 |
1067 | 2023-11-21T06:32:13.987Z | Downloaded tar v0.4.40 |
1068 | 2023-11-21T06:32:13.987Z | Downloaded serde_yaml v0.9.25 |
1069 | 2023-11-21T06:32:13.987Z | Downloaded toml_datetime v0.6.5 |
1070 | 2023-11-21T06:32:13.987Z | Downloaded num-bigint-dig v0.8.4 |
1071 | 2023-11-21T06:32:13.987Z | Downloaded hostname v0.3.1 |
1072 | 2023-11-21T06:32:13.987Z | Downloaded home v0.5.5 |
1073 | 2023-11-21T06:32:13.987Z | Downloaded postgres-types v0.2.6 |
1074 | 2023-11-21T06:32:13.988Z | Downloaded postgres-protocol v0.6.6 |
1075 | 2023-11-21T06:32:13.988Z | Downloaded serde_derive_internals v0.26.0 |
1076 | 2023-11-21T06:32:13.988Z | Downloaded diesel_derives v2.1.1 |
1077 | 2023-11-21T06:32:13.988Z | Downloaded pem v1.1.1 |
1078 | 2023-11-21T06:32:13.988Z | Downloaded paste v1.0.14 |
1079 | 2023-11-21T06:32:13.988Z | Downloaded predicates-tree v1.0.9 |
1080 | 2023-11-21T06:32:13.988Z | Downloaded fs-err v2.11.0 |
1081 | 2023-11-21T06:32:13.988Z | Downloaded either v1.9.0 |
1082 | 2023-11-21T06:32:13.988Z | Downloaded whoami v1.4.1 |
1083 | 2023-11-21T06:32:13.988Z | Downloaded der v0.7.8 |
1084 | 2023-11-21T06:32:13.988Z | Downloaded darling_core v0.20.3 |
1085 | 2023-11-21T06:32:13.988Z | Downloaded tempfile v3.8.0 |
1086 | 2023-11-21T06:32:13.988Z | Downloaded diff v0.1.13 |
1087 | 2023-11-21T06:32:13.988Z | Downloaded flume v0.11.0 |
1088 | 2023-11-21T06:32:13.988Z | Downloaded smallvec v1.11.0 |
1089 | 2023-11-21T06:32:13.988Z | Downloaded itertools v0.12.0 |
1090 | 2023-11-21T06:32:13.993Z | Downloaded usdt-macro v0.3.5 |
1091 | 2023-11-21T06:32:13.993Z | Downloaded snafu v0.7.5 |
1092 | 2023-11-21T06:32:14.003Z | Downloaded hubpack v0.1.2 |
1093 | 2023-11-21T06:32:14.014Z | Downloaded futures-core v0.3.29 |
1094 | 2023-11-21T06:32:14.014Z | Downloaded derive_builder v0.12.0 |
1095 | 2023-11-21T06:32:14.033Z | Downloaded socket2 v0.4.9 |
1096 | 2023-11-21T06:32:14.033Z | Downloaded slog-term v2.9.0 |
1097 | 2023-11-21T06:32:14.033Z | Downloaded postcard-cobs v0.1.5-pre |
1098 | 2023-11-21T06:32:14.033Z | Downloaded rustls-native-certs v0.6.3 |
1099 | 2023-11-21T06:32:14.046Z | Downloaded toml v0.8.8 |
1100 | 2023-11-21T06:32:14.046Z | Downloaded pest_generator v2.7.2 |
1101 | 2023-11-21T06:32:14.047Z | Downloaded wyz v0.5.1 |
1102 | 2023-11-21T06:32:14.047Z | Downloaded tabled_derive v0.6.0 |
1103 | 2023-11-21T06:32:14.047Z | Downloaded subtle v2.5.0 |
1104 | 2023-11-21T06:32:14.047Z | Downloaded base64 v0.21.5 |
1105 | 2023-11-21T06:32:14.060Z | Downloaded predicates v3.0.4 |
1106 | 2023-11-21T06:32:14.060Z | Downloaded predicates v2.1.5 |
1107 | 2023-11-21T06:32:14.060Z | Downloaded darling_core v0.14.4 |
1108 | 2023-11-21T06:32:14.075Z | Downloaded rtoolbox v0.0.1 |
1109 | 2023-11-21T06:32:14.075Z | Downloaded thiserror-no-std v2.0.2 |
1110 | 2023-11-21T06:32:14.075Z | Downloaded thiserror-impl-no-std v2.0.2 |
1111 | 2023-11-21T06:32:14.095Z | Downloaded strum_macros v0.24.3 |
1112 | 2023-11-21T06:32:14.095Z | Downloaded memchr v2.6.3 |
1113 | 2023-11-21T06:32:14.095Z | Downloaded num-bigint v0.4.4 |
1114 | 2023-11-21T06:32:14.113Z | Downloaded equivalent v1.0.1 |
1115 | 2023-11-21T06:32:14.114Z | Downloaded same-file v1.0.6 |
1116 | 2023-11-21T06:32:14.114Z | Downloaded rusty-fork v0.3.0 |
1117 | 2023-11-21T06:32:14.114Z | Downloaded deranged v0.3.8 |
1118 | 2023-11-21T06:32:14.114Z | Downloaded xattr v1.0.1 |
1119 | 2023-11-21T06:32:14.114Z | Downloaded time-core v0.1.1 |
1120 | 2023-11-21T06:32:14.125Z | Downloaded pin-project-lite v0.2.13 |
1121 | 2023-11-21T06:32:14.125Z | Downloaded pin-project-internal v1.1.3 |
1122 | 2023-11-21T06:32:14.125Z | Downloaded phf_shared v0.11.2 |
1123 | 2023-11-21T06:32:14.125Z | Downloaded textwrap v0.16.0 |
1124 | 2023-11-21T06:32:14.125Z | Downloaded smawk v0.3.1 |
1125 | 2023-11-21T06:32:14.125Z | Downloaded tokio-native-tls v0.3.1 |
1126 | 2023-11-21T06:32:14.138Z | Downloaded tokio-macros v2.1.0 |
1127 | 2023-11-21T06:32:14.139Z | Downloaded thread_local v1.1.7 |
1128 | 2023-11-21T06:32:14.139Z | Downloaded thread-id v4.2.0 |
1129 | 2023-11-21T06:32:14.139Z | Downloaded structopt-derive v0.4.18 |
1130 | 2023-11-21T06:32:14.139Z | Downloaded strsim v0.8.0 |
1131 | 2023-11-21T06:32:14.161Z | Downloaded term v0.7.0 |
1132 | 2023-11-21T06:32:14.161Z | Downloaded crypto-bigint v0.5.2 |
1133 | 2023-11-21T06:32:14.172Z | Downloaded backtrace v0.3.69 |
1134 | 2023-11-21T06:32:14.172Z | Downloaded minimal-lexical v0.2.1 |
1135 | 2023-11-21T06:32:14.172Z | Downloaded crossbeam-channel v0.5.8 |
1136 | 2023-11-21T06:32:14.186Z | Downloaded derive_more v0.99.17 |
1137 | 2023-11-21T06:32:14.201Z | Downloaded uuid v1.5.0 |
1138 | 2023-11-21T06:32:14.201Z | Downloaded tokio-rustls v0.24.1 |
1139 | 2023-11-21T06:32:14.201Z | Downloaded tap v1.0.1 |
1140 | 2023-11-21T06:32:14.201Z | Downloaded indexmap v2.1.0 |
1141 | 2023-11-21T06:32:14.216Z | Downloaded half v1.8.2 |
1142 | 2023-11-21T06:32:14.217Z | Downloaded serde_path_to_error v0.1.14 |
1143 | 2023-11-21T06:32:14.217Z | Downloaded bytes v1.5.0 |
1144 | 2023-11-21T06:32:14.631Z | Downloaded num-traits v0.2.16 |
1145 | 2023-11-21T06:32:14.631Z | Downloaded textwrap v0.11.0 |
1146 | 2023-11-21T06:32:14.631Z | Downloaded pin-utils v0.1.0 |
1147 | 2023-11-21T06:32:14.631Z | Downloaded ref-cast-impl v1.0.20 |
1148 | 2023-11-21T06:32:14.631Z | Downloaded fixedbitset v0.4.2 |
1149 | 2023-11-21T06:32:14.636Z | Downloaded zone_cfg_derive v0.3.0 |
1150 | 2023-11-21T06:32:14.636Z | Downloaded swrite v0.1.0 |
1151 | 2023-11-21T06:32:14.636Z | Downloaded group v0.13.0 |
1152 | 2023-11-21T06:32:14.636Z | Downloaded usdt-impl v0.3.5 |
1153 | 2023-11-21T06:32:14.636Z | Downloaded yasna v0.5.2 |
1154 | 2023-11-21T06:32:14.636Z | Downloaded unicode-bidi v0.3.13 |
1155 | 2023-11-21T06:32:14.636Z | Downloaded tungstenite v0.18.0 |
1156 | 2023-11-21T06:32:14.636Z | Downloaded rustls-pemfile v1.0.3 |
1157 | 2023-11-21T06:32:14.636Z | Downloaded stringprep v0.1.3 |
1158 | 2023-11-21T06:32:14.637Z | Downloaded strsim v0.10.0 |
1159 | 2023-11-21T06:32:14.637Z | Downloaded strip-ansi-escapes v0.2.0 |
1160 | 2023-11-21T06:32:14.637Z | Downloaded subprocess v0.2.9 |
1161 | 2023-11-21T06:32:14.637Z | Downloaded mockall_derive v0.11.4 |
1162 | 2023-11-21T06:32:14.637Z | Downloaded hash32 v0.2.1 |
1163 | 2023-11-21T06:32:14.637Z | Downloaded walkdir v2.4.0 |
1164 | 2023-11-21T06:32:14.637Z | Downloaded futures-sink v0.3.29 |
1165 | 2023-11-21T06:32:14.637Z | Downloaded futures-macro v0.3.29 |
1166 | 2023-11-21T06:32:14.637Z | Downloaded digest v0.10.7 |
1167 | 2023-11-21T06:32:14.637Z | Downloaded tinyvec v1.6.0 |
1168 | 2023-11-21T06:32:14.637Z | Downloaded cookie v0.18.0 |
1169 | 2023-11-21T06:32:14.637Z | Downloaded ahash v0.8.3 |
1170 | 2023-11-21T06:32:14.637Z | Downloaded addr2line v0.21.0 |
1171 | 2023-11-21T06:32:14.637Z | Downloaded indexmap v1.9.3 |
1172 | 2023-11-21T06:32:14.637Z | Downloaded tokio-tungstenite v0.18.0 |
1173 | 2023-11-21T06:32:14.637Z | Downloaded blake2 v0.10.6 |
1174 | 2023-11-21T06:32:14.637Z | Downloaded bitflags v2.4.0 |
1175 | 2023-11-21T06:32:14.637Z | Downloaded fastrand v2.0.0 |
1176 | 2023-11-21T06:32:14.637Z | Downloaded zerocopy v0.3.0 |
1177 | 2023-11-21T06:32:14.637Z | Downloaded vte v0.11.1 |
1178 | 2023-11-21T06:32:14.637Z | Downloaded vsss-rs v3.3.1 |
1179 | 2023-11-21T06:32:14.637Z | Downloaded tokio-tungstenite v0.20.1 |
1180 | 2023-11-21T06:32:14.637Z | Downloaded snafu-derive v0.7.5 |
1181 | 2023-11-21T06:32:14.637Z | Downloaded sha2 v0.10.8 |
1182 | 2023-11-21T06:32:14.637Z | Downloaded funty v2.0.0 |
1183 | 2023-11-21T06:32:14.637Z | Downloaded dyn-clone v1.0.13 |
1184 | 2023-11-21T06:32:14.637Z | Downloaded fallible-iterator v0.2.0 |
1185 | 2023-11-21T06:32:14.637Z | Downloaded errno v0.3.2 |
1186 | 2023-11-21T06:32:14.637Z | Downloaded futures-executor v0.3.29 |
1187 | 2023-11-21T06:32:14.638Z | Downloaded strum_macros v0.25.2 |
1188 | 2023-11-21T06:32:14.638Z | Downloaded structmeta-derive v0.2.0 |
1189 | 2023-11-21T06:32:14.638Z | Downloaded structmeta v0.2.0 |
1190 | 2023-11-21T06:32:14.638Z | Downloaded slog-scope v4.4.0 |
1191 | 2023-11-21T06:32:14.638Z | Downloaded serde-hex v0.1.0 |
1192 | 2023-11-21T06:32:14.638Z | Downloaded clang-sys v1.6.1 |
1193 | 2023-11-21T06:32:14.638Z | Downloaded dirs-next v2.0.0 |
1194 | 2023-11-21T06:32:14.638Z | Downloaded corncobs v0.1.3 |
1195 | 2023-11-21T06:32:14.638Z | Downloaded io-lifetimes v1.0.11 |
1196 | 2023-11-21T06:32:14.638Z | Downloaded log v0.4.20 |
1197 | 2023-11-21T06:32:14.638Z | Downloaded smf v0.2.2 |
1198 | 2023-11-21T06:32:14.638Z | Downloaded slog-stdlog v4.1.1 |
1199 | 2023-11-21T06:32:14.638Z | Downloaded slab v0.4.9 |
1200 | 2023-11-21T06:32:14.638Z | Downloaded siphasher v0.3.11 |
1201 | 2023-11-21T06:32:14.638Z | Downloaded omicron-zone-package v0.9.1 |
1202 | 2023-11-21T06:32:14.638Z | Downloaded bb8 v0.8.1 |
1203 | 2023-11-21T06:32:14.638Z | Downloaded num-rational v0.4.1 |
1204 | 2023-11-21T06:32:14.638Z | Downloaded nu-ansi-term v0.49.0 |
1205 | 2023-11-21T06:32:14.638Z | Downloaded multer v2.1.0 |
1206 | 2023-11-21T06:32:14.638Z | Downloaded termtree v0.4.1 |
1207 | 2023-11-21T06:32:14.638Z | Downloaded doc-comment v0.3.3 |
1208 | 2023-11-21T06:32:14.638Z | Downloaded difflib v0.4.0 |
1209 | 2023-11-21T06:32:14.638Z | Downloaded fnv v1.0.7 |
1210 | 2023-11-21T06:32:14.638Z | Downloaded string_cache v0.8.7 |
1211 | 2023-11-21T06:32:14.638Z | Downloaded indoc v2.0.3 |
1212 | 2023-11-21T06:32:14.638Z | Downloaded inout v0.1.3 |
1213 | 2023-11-21T06:32:14.638Z | Downloaded anstyle-parse v0.2.1 |
1214 | 2023-11-21T06:32:14.638Z | Downloaded ipnet v2.8.0 |
1215 | 2023-11-21T06:32:14.638Z | Downloaded hyper-rustls v0.24.2 |
1216 | 2023-11-21T06:32:14.638Z | Downloaded unicode-linebreak v0.1.5 |
1217 | 2023-11-21T06:32:14.638Z | Downloaded termcolor v1.2.0 |
1218 | 2023-11-21T06:32:14.638Z | Downloaded synstructure v0.12.6 |
1219 | 2023-11-21T06:32:14.638Z | Downloaded spki v0.7.2 |
1220 | 2023-11-21T06:32:14.638Z | Downloaded serde_tokenstream v0.2.0 |
1221 | 2023-11-21T06:32:14.638Z | Downloaded version_check v0.9.4 |
1222 | 2023-11-21T06:32:14.638Z | Downloaded untrusted v0.9.0 |
1223 | 2023-11-21T06:32:14.638Z | Downloaded tui-tree-widget v0.13.0 |
1224 | 2023-11-21T06:32:14.638Z | Downloaded terminal_size v0.2.6 |
1225 | 2023-11-21T06:32:14.638Z | Downloaded signal-hook-registry v1.4.1 |
1226 | 2023-11-21T06:32:14.638Z | Downloaded colored v2.0.4 |
1227 | 2023-11-21T06:32:14.638Z | Downloaded lock_api v0.4.10 |
1228 | 2023-11-21T06:32:14.638Z | Downloaded libsw v3.3.0 |
1229 | 2023-11-21T06:32:14.639Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1230 | 2023-11-21T06:32:14.639Z | Downloaded bcs v0.1.6 |
1231 | 2023-11-21T06:32:14.639Z | Downloaded tiny-keccak v2.0.2 |
1232 | 2023-11-21T06:32:14.639Z | Downloaded time-macros v0.2.13 |
1233 | 2023-11-21T06:32:14.639Z | Downloaded thiserror-impl v1.0.49 |
1234 | 2023-11-21T06:32:14.639Z | Downloaded serde_plain v1.0.2 |
1235 | 2023-11-21T06:32:14.639Z | Downloaded semver v0.1.20 |
1236 | 2023-11-21T06:32:14.639Z | Downloaded schemars_derive v0.8.13 |
1237 | 2023-11-21T06:32:14.639Z | Downloaded crc-any v2.4.3 |
1238 | 2023-11-21T06:32:14.639Z | Downloaded chacha20poly1305 v0.10.1 |
1239 | 2023-11-21T06:32:14.639Z | Downloaded num_enum v0.5.11 |
1240 | 2023-11-21T06:32:14.639Z | Downloaded num_cpus v1.16.0 |
1241 | 2023-11-21T06:32:14.639Z | Downloaded num-iter v0.1.43 |
1242 | 2023-11-21T06:32:14.639Z | Downloaded indoc v1.0.9 |
1243 | 2023-11-21T06:32:14.639Z | Downloaded itoa v1.0.9 |
1244 | 2023-11-21T06:32:14.639Z | Downloaded miniz_oxide v0.7.1 |
1245 | 2023-11-21T06:32:14.639Z | Downloaded cc v1.0.83 |
1246 | 2023-11-21T06:32:14.639Z | Downloaded foreign-types v0.3.2 |
1247 | 2023-11-21T06:32:14.639Z | Downloaded try-lock v0.2.4 |
1248 | 2023-11-21T06:32:14.639Z | Downloaded bytecount v0.6.3 |
1249 | 2023-11-21T06:32:14.645Z | Downloaded hyper-tls v0.5.0 |
1250 | 2023-11-21T06:32:14.646Z | Downloaded topological-sort v0.2.2 |
1251 | 2023-11-21T06:32:14.646Z | Downloaded signal-hook-mio v0.2.3 |
1252 | 2023-11-21T06:32:14.646Z | Downloaded sha1 v0.10.6 |
1253 | 2023-11-21T06:32:14.646Z | Downloaded cpufeatures v0.2.9 |
1254 | 2023-11-21T06:32:14.646Z | Downloaded bit-vec v0.6.3 |
1255 | 2023-11-21T06:32:14.646Z | Downloaded cipher v0.4.4 |
1256 | 2023-11-21T06:32:14.646Z | Downloaded cfg-if v1.0.0 |
1257 | 2023-11-21T06:32:14.646Z | Downloaded cargo_toml v0.17.0 |
1258 | 2023-11-21T06:32:14.646Z | Downloaded bytesize v1.3.0 |
1259 | 2023-11-21T06:32:14.646Z | Downloaded hyper-staticfile v0.9.5 |
1260 | 2023-11-21T06:32:14.646Z | Downloaded bitfield v0.14.0 |
1261 | 2023-11-21T06:32:14.646Z | Downloaded bit-set v0.5.3 |
1262 | 2023-11-21T06:32:14.646Z | Downloaded anstyle v1.0.2 |
1263 | 2023-11-21T06:32:14.646Z | Downloaded serde-big-array v0.5.1 |
1264 | 2023-11-21T06:32:14.646Z | Downloaded num-complex v0.4.4 |
1265 | 2023-11-21T06:32:14.646Z | Downloaded backoff v0.4.0 |
1266 | 2023-11-21T06:32:14.646Z | Downloaded async-trait v0.1.74 |
1267 | 2023-11-21T06:32:14.646Z | Downloaded const-oid v0.9.5 |
1268 | 2023-11-21T06:32:14.646Z | Downloaded ciborium v0.2.1 |
1269 | 2023-11-21T06:32:14.646Z | Downloaded block-buffer v0.10.4 |
1270 | 2023-11-21T06:32:14.647Z | Downloaded aead v0.5.2 |
1271 | 2023-11-21T06:32:14.647Z | Downloaded autocfg v1.1.0 |
1272 | 2023-11-21T06:32:14.647Z | Downloaded async-stream v0.3.5 |
1273 | 2023-11-21T06:32:14.647Z | Downloaded async-recursion v1.0.5 |
1274 | 2023-11-21T06:32:14.647Z | Downloaded array-init v0.0.4 |
1275 | 2023-11-21T06:32:14.647Z | Downloaded chacha20 v0.9.1 |
1276 | 2023-11-21T06:32:14.647Z | Downloaded lazycell v1.3.0 |
1277 | 2023-11-21T06:32:14.647Z | Downloaded iana-time-zone v0.1.57 |
1278 | 2023-11-21T06:32:14.647Z | Downloaded ciborium-ll v0.2.1 |
1279 | 2023-11-21T06:32:14.647Z | Downloaded cargo_metadata v0.18.0 |
1280 | 2023-11-21T06:32:14.647Z | Downloaded byteorder v1.5.0 |
1281 | 2023-11-21T06:32:14.647Z | Downloaded normalize-line-endings v0.3.0 |
1282 | 2023-11-21T06:32:14.647Z | Downloaded nodrop v0.1.14 |
1283 | 2023-11-21T06:32:14.647Z | Downloaded nibble_vec v0.1.0 |
1284 | 2023-11-21T06:32:14.647Z | Downloaded newtype_derive v0.1.6 |
1285 | 2023-11-21T06:32:14.647Z | Downloaded new_debug_unreachable v1.0.4 |
1286 | 2023-11-21T06:32:14.647Z | Downloaded cstr-argument v0.1.2 |
1287 | 2023-11-21T06:32:14.647Z | Downloaded crypto-common v0.1.6 |
1288 | 2023-11-21T06:32:14.647Z | Downloaded kstat-rs v0.2.3 |
1289 | 2023-11-21T06:32:14.647Z | Downloaded atty v0.2.14 |
1290 | 2023-11-21T06:32:14.647Z | Downloaded base16ct v0.2.0 |
1291 | 2023-11-21T06:32:14.647Z | Downloaded ascii-canvas v3.0.0 |
1292 | 2023-11-21T06:32:14.647Z | Downloaded mockall v0.11.4 |
1293 | 2023-11-21T06:32:14.647Z | Downloaded mime_guess v2.0.4 |
1294 | 2023-11-21T06:32:14.648Z | Downloaded managed v0.8.0 |
1295 | 2023-11-21T06:32:14.648Z | Downloaded clap v4.4.3 |
1296 | 2023-11-21T06:32:14.648Z | Downloaded is-terminal v0.4.9 |
1297 | 2023-11-21T06:32:14.648Z | Downloaded curve25519-dalek-derive v0.1.0 |
1298 | 2023-11-21T06:32:14.648Z | Downloaded atomic-waker v1.1.1 |
1299 | 2023-11-21T06:32:14.648Z | Downloaded assert_matches v1.5.0 |
1300 | 2023-11-21T06:32:14.648Z | Downloaded anstream v0.5.0 |
1301 | 2023-11-21T06:32:14.648Z | Downloaded native-tls v0.2.11 |
1302 | 2023-11-21T06:32:14.648Z | Downloaded crunchy v0.2.2 |
1303 | 2023-11-21T06:32:14.648Z | Downloaded crossbeam-epoch v0.9.15 |
1304 | 2023-11-21T06:32:14.648Z | Downloaded crc v3.0.1 |
1305 | 2023-11-21T06:32:14.648Z | Downloaded clap_derive v4.4.2 |
1306 | 2023-11-21T06:32:14.669Z | Downloaded keccak v0.1.4 |
1307 | 2023-11-21T06:32:14.669Z | Downloaded lazy_static v1.4.0 |
1308 | 2023-11-21T06:32:14.669Z | Downloaded lalrpop-util v0.19.12 |
1309 | 2023-11-21T06:32:14.669Z | Downloaded is_ci v1.1.1 |
1310 | 2023-11-21T06:32:14.669Z | Downloaded ident_case v1.0.1 |
1311 | 2023-11-21T06:32:14.669Z | Downloaded mime v0.3.17 |
1312 | 2023-11-21T06:32:14.669Z | Downloaded memoffset v0.7.1 |
1313 | 2023-11-21T06:32:14.669Z | Downloaded maybe-uninit v2.0.0 |
1314 | 2023-11-21T06:32:14.669Z | Downloaded lru-cache v0.1.2 |
1315 | 2023-11-21T06:32:14.684Z | Downloaded libloading v0.7.4 |
1316 | 2023-11-21T06:32:14.684Z | Downloaded crc32fast v1.3.2 |
1317 | 2023-11-21T06:32:14.684Z | Downloaded console v0.15.7 |
1318 | 2023-11-21T06:32:14.684Z | Downloaded camino v1.1.6 |
1319 | 2023-11-21T06:32:14.688Z | Downloaded packed_struct v0.10.1 |
1320 | 2023-11-21T06:32:14.688Z | Downloaded openssl v0.10.57 |
1321 | 2023-11-21T06:32:14.694Z | Downloaded md-5 v0.10.5 |
1322 | 2023-11-21T06:32:14.700Z | Downloaded maplit v1.0.2 |
1323 | 2023-11-21T06:32:14.700Z | Downloaded macaddr v1.0.1 |
1324 | 2023-11-21T06:32:14.700Z | Downloaded linear-map v1.2.0 |
1325 | 2023-11-21T06:32:14.705Z | Downloaded matches v0.1.10 |
1326 | 2023-11-21T06:32:14.705Z | Downloaded match_cfg v0.1.0 |
1327 | 2023-11-21T06:32:14.708Z | Downloaded convert_case v0.4.0 |
1328 | 2023-11-21T06:32:14.708Z | Downloaded memoffset v0.9.0 |
1329 | 2023-11-21T06:32:14.708Z | Downloaded linked-hash-map v0.5.6 |
1330 | 2023-11-21T06:32:14.711Z | Downloaded crossbeam v0.8.2 |
1331 | 2023-11-21T06:32:14.711Z | Downloaded crc-catalog v2.2.0 |
1332 | 2023-11-21T06:32:14.715Z | Downloaded owo-colors v3.5.0 |
1333 | 2023-11-21T06:32:14.718Z | Downloaded openssl-probe v0.1.5 |
1334 | 2023-11-21T06:32:14.721Z | Downloaded opaque-debug v0.3.0 |
1335 | 2023-11-21T06:32:14.721Z | Downloaded crucible-workspace-hack v0.1.0 |
1336 | 2023-11-21T06:32:14.721Z | Downloaded crossbeam-utils v0.8.16 |
1337 | 2023-11-21T06:32:14.725Z | Downloaded crossbeam-queue v0.3.8 |
1338 | 2023-11-21T06:32:14.728Z | Downloaded number_prefix v0.4.0 |
1339 | 2023-11-21T06:32:14.731Z | Downloaded crossbeam-deque v0.8.3 |
1340 | 2023-11-21T06:32:14.734Z | Downloaded colorchoice v1.0.0 |
1341 | 2023-11-21T06:32:14.734Z | Downloaded clap_lex v0.5.1 |
1342 | 2023-11-21T06:32:14.738Z | Downloaded buf-list v1.0.3 |
1343 | 2023-11-21T06:32:14.741Z | Downloaded anstyle-query v1.0.0 |
1344 | 2023-11-21T06:32:14.741Z | Downloaded ciborium-io v0.2.1 |
1345 | 2023-11-21T06:32:14.744Z | Downloaded ansi_term v0.12.1 |
1346 | 2023-11-21T06:32:14.744Z | Downloaded atomicwrites v0.4.2 |
1347 | 2023-11-21T06:32:15.090Z | Compiling proc-macro2 v1.0.69 |
1348 | 2023-11-21T06:32:15.094Z | Compiling unicode-ident v1.0.12 |
1349 | 2023-11-21T06:32:15.095Z | Compiling libc v0.2.150 |
1350 | 2023-11-21T06:32:15.095Z | Compiling serde v1.0.192 |
1351 | 2023-11-21T06:32:15.095Z | Compiling autocfg v1.1.0 |
1352 | 2023-11-21T06:32:15.098Z | Compiling cfg-if v1.0.0 |
1353 | 2023-11-21T06:32:15.102Z | Compiling version_check v0.9.4 |
1354 | 2023-11-21T06:32:15.102Z | Compiling syn v1.0.109 |
1355 | 2023-11-21T06:32:15.430Z | Compiling once_cell v1.18.0 |
1356 | 2023-11-21T06:32:15.474Z | Compiling parking_lot_core v0.9.8 |
1357 | 2023-11-21T06:32:15.928Z | Compiling libm v0.2.7 |
1358 | 2023-11-21T06:32:16.077Z | Compiling futures-core v0.3.29 |
1359 | 2023-11-21T06:32:16.129Z | Compiling lock_api v0.4.10 |
1360 | 2023-11-21T06:32:17.090Z | Compiling num-traits v0.2.16 |
1361 | 2023-11-21T06:32:17.096Z | Compiling thiserror v1.0.49 |
1362 | 2023-11-21T06:32:17.127Z | Compiling scopeguard v1.2.0 |
1363 | 2023-11-21T06:32:17.271Z | Compiling typenum v1.16.0 |
1364 | 2023-11-21T06:32:17.297Z | Compiling memchr v2.6.3 |
1365 | 2023-11-21T06:32:17.586Z | Compiling generic-array v0.14.7 |
1366 | 2023-11-21T06:32:17.820Z | Compiling itoa v1.0.9 |
1367 | 2023-11-21T06:32:18.192Z | Compiling pkg-config v0.3.27 |
1368 | 2023-11-21T06:32:19.139Z | Compiling quote v1.0.33 |
1369 | 2023-11-21T06:32:19.531Z | Compiling cc v1.0.83 |
1370 | 2023-11-21T06:32:19.844Z | Compiling syn v2.0.32 |
1371 | 2023-11-21T06:32:20.030Z | Compiling getrandom v0.2.10 |
1372 | 2023-11-21T06:32:20.230Z | Compiling slab v0.4.9 |
1373 | 2023-11-21T06:32:20.605Z | Compiling futures-channel v0.3.29 |
1374 | 2023-11-21T06:32:20.701Z | Compiling futures-task v0.3.29 |
1375 | 2023-11-21T06:32:21.077Z | Compiling log v0.4.20 |
1376 | 2023-11-21T06:32:21.273Z | Compiling futures-util v0.3.29 |
1377 | 2023-11-21T06:32:21.859Z | Compiling heck v0.4.1 |
1378 | 2023-11-21T06:32:22.060Z | Compiling ryu v1.0.15 |
1379 | 2023-11-21T06:32:22.311Z | Compiling smallvec v1.11.0 |
1380 | 2023-11-21T06:32:22.490Z | Compiling pin-project-lite v0.2.13 |
1381 | 2023-11-21T06:32:22.512Z | Compiling serde_json v1.0.108 |
1382 | 2023-11-21T06:32:22.691Z | Compiling schemars v0.8.13 |
1383 | 2023-11-21T06:32:22.721Z | Compiling vcpkg v0.2.15 |
1384 | 2023-11-21T06:32:23.617Z | Compiling parking_lot v0.12.1 |
1385 | 2023-11-21T06:32:24.284Z | Compiling ring v0.17.5 |
1386 | 2023-11-21T06:32:25.586Z | Compiling openssl-sys v0.9.93 |
1387 | 2023-11-21T06:32:25.893Z | Compiling signal-hook-registry v1.4.1 |
1388 | 2023-11-21T06:32:28.013Z | Compiling ring v0.16.20 |
1389 | 2023-11-21T06:32:28.197Z | Compiling mio v0.8.8 |
1390 | 2023-11-21T06:32:28.554Z | Compiling indexmap v1.9.3 |
1391 | 2023-11-21T06:32:28.594Z | Compiling byteorder v1.5.0 |
1392 | 2023-11-21T06:32:28.824Z | Compiling equivalent v1.0.1 |
1393 | 2023-11-21T06:32:28.967Z | Compiling hashbrown v0.14.2 |
1394 | 2023-11-21T06:32:29.356Z | Compiling ahash v0.8.3 |
1395 | 2023-11-21T06:32:29.552Z | Compiling httparse v1.8.0 |
1396 | 2023-11-21T06:32:30.007Z | Compiling socket2 v0.5.4 |
1397 | 2023-11-21T06:32:30.135Z | Compiling num_cpus v1.16.0 |
1398 | 2023-11-21T06:32:30.240Z | Compiling spin v0.5.2 |
1399 | 2023-11-21T06:32:30.597Z | Compiling rand_core v0.6.4 |
1400 | 2023-11-21T06:32:31.141Z | Compiling openssl v0.10.57 |
1401 | 2023-11-21T06:32:31.194Z | Compiling semver v1.0.20 |
1402 | 2023-11-21T06:32:31.447Z | Compiling fnv v1.0.7 |
1403 | 2023-11-21T06:32:31.876Z | Compiling rustls v0.21.9 |
1404 | 2023-11-21T06:32:31.927Z | Compiling serde_derive_internals v0.26.0 |
1405 | 2023-11-21T06:32:31.943Z | Compiling iana-time-zone v0.1.57 |
1406 | 2023-11-21T06:32:32.456Z | Compiling ucd-trie v0.1.6 |
1407 | 2023-11-21T06:32:33.011Z | Compiling unicode-xid v0.2.4 |
1408 | 2023-11-21T06:32:33.203Z | Compiling native-tls v0.2.11 |
1409 | 2023-11-21T06:32:33.228Z | Compiling crossbeam-utils v0.8.16 |
1410 | 2023-11-21T06:32:33.254Z | Compiling synstructure v0.12.6 |
1411 | 2023-11-21T06:32:33.889Z | Compiling futures-sink v0.3.29 |
1412 | 2023-11-21T06:32:34.110Z | Compiling io-lifetimes v1.0.11 |
1413 | 2023-11-21T06:32:34.904Z | Compiling backtrace v0.3.69 |
1414 | 2023-11-21T06:32:35.445Z | Compiling dyn-clone v1.0.13 |
1415 | 2023-11-21T06:32:35.506Z | Compiling winnow v0.5.15 |
1416 | 2023-11-21T06:32:35.708Z | Compiling tinyvec_macros v0.1.1 |
1417 | 2023-11-21T06:32:35.835Z | Compiling tinyvec v1.6.0 |
1418 | 2023-11-21T06:32:36.809Z | Compiling tracing-core v0.1.31 |
1419 | 2023-11-21T06:32:36.917Z | Compiling memoffset v0.9.0 |
1420 | 2023-11-21T06:32:37.038Z | Compiling num-integer v0.1.45 |
1421 | 2023-11-21T06:32:37.354Z | Compiling rustix v0.37.23 |
1422 | 2023-11-21T06:32:37.385Z | Compiling rustix v0.38.9 |
1423 | 2023-11-21T06:32:37.458Z | Compiling futures-io v0.3.29 |
1424 | 2023-11-21T06:32:38.019Z | Compiling pin-utils v0.1.0 |
1425 | 2023-11-21T06:32:38.292Z | Compiling hashbrown v0.13.2 |
1426 | 2023-11-21T06:32:38.348Z | Compiling spin v0.9.8 |
1427 | 2023-11-21T06:32:38.463Z | Compiling unicode-normalization v0.1.22 |
1428 | 2023-11-21T06:32:38.926Z | Compiling usdt-impl v0.3.5 |
1429 | 2023-11-21T06:32:39.417Z | Compiling bitflags v1.3.2 |
1430 | 2023-11-21T06:32:39.703Z | Compiling slog v2.7.0 |
1431 | 2023-11-21T06:32:40.113Z | Compiling crc32fast v1.3.2 |
1432 | 2023-11-21T06:32:40.528Z | Compiling anyhow v1.0.75 |
1433 | 2023-11-21T06:32:40.528Z | Compiling time-core v0.1.1 |
1434 | 2023-11-21T06:32:40.621Z | Compiling unicode-bidi v0.3.13 |
1435 | 2023-11-21T06:32:40.724Z | Compiling time-macros v0.2.13 |
1436 | 2023-11-21T06:32:41.381Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1437 | 2023-11-21T06:32:41.525Z | Compiling aho-corasick v1.0.4 |
1438 | 2023-11-21T06:32:41.787Z | Compiling serde_derive v1.0.192 |
1439 | 2023-11-21T06:32:41.991Z | Compiling thiserror-impl v1.0.49 |
1440 | 2023-11-21T06:32:42.017Z | Compiling tokio-macros v2.1.0 |
1441 | 2023-11-21T06:32:42.749Z | Compiling zeroize_derive v1.4.2 |
1442 | 2023-11-21T06:32:43.631Z | Compiling futures-macro v0.3.29 |
1443 | 2023-11-21T06:32:44.148Z | Compiling tracing-attributes v0.1.26 |
1444 | 2023-11-21T06:32:44.424Z | Compiling schemars_derive v0.8.13 |
1445 | 2023-11-21T06:32:44.951Z | Compiling zeroize v1.6.0 |
1446 | 2023-11-21T06:32:45.331Z | Compiling openssl-macros v0.1.1 |
1447 | 2023-11-21T06:32:46.543Z | Compiling pest v2.7.2 |
1448 | 2023-11-21T06:32:46.744Z | Compiling zerocopy-derive v0.2.0 |
1449 | 2023-11-21T06:32:47.782Z | Compiling crypto-common v0.1.6 |
1450 | 2023-11-21T06:32:49.213Z | Compiling block-buffer v0.10.4 |
1451 | 2023-11-21T06:32:49.517Z | Compiling crossbeam-epoch v0.9.15 |
1452 | 2023-11-21T06:32:49.530Z | Compiling tracing v0.1.37 |
1453 | 2023-11-21T06:32:49.591Z | Compiling ppv-lite86 v0.2.17 |
1454 | 2023-11-21T06:32:50.085Z | Compiling const-oid v0.9.5 |
1455 | 2023-11-21T06:32:50.313Z | Compiling subtle v2.5.0 |
1456 | 2023-11-21T06:32:50.745Z | Compiling pest_meta v2.7.2 |
1457 | 2023-11-21T06:32:50.835Z | Compiling async-trait v0.1.74 |
1458 | 2023-11-21T06:32:50.859Z | Compiling rustversion v1.0.14 |
1459 | 2023-11-21T06:32:51.517Z | Compiling regex-syntax v0.8.2 |
1460 | 2023-11-21T06:32:51.585Z | Compiling signal-hook v0.3.17 |
1461 | 2023-11-21T06:32:51.973Z | Compiling rand_chacha v0.3.1 |
1462 | 2023-11-21T06:32:52.070Z | Compiling zerocopy v0.3.0 |
1463 | 2023-11-21T06:32:53.281Z | Compiling pest_generator v2.7.2 |
1464 | 2023-11-21T06:32:53.347Z | Compiling digest v0.10.7 |
1465 | 2023-11-21T06:32:55.707Z | Compiling zerocopy-derive v0.6.4 |
1466 | 2023-11-21T06:32:57.508Z | Compiling pest_derive v2.7.2 |
1467 | 2023-11-21T06:32:58.051Z | Compiling regex-automata v0.4.3 |
1468 | 2023-11-21T06:32:58.667Z | Compiling strsim v0.10.0 |
1469 | 2023-11-21T06:32:58.704Z | Compiling base64 v0.21.5 |
1470 | 2023-11-21T06:32:59.795Z | Compiling dtrace-parser v0.1.14 |
1471 | 2023-11-21T06:32:59.933Z | Compiling dof v0.1.5 |
1472 | 2023-11-21T06:33:01.240Z | Compiling rand v0.8.5 |
1473 | 2023-11-21T06:33:03.771Z | Compiling bytes v1.5.0 |
1474 | 2023-11-21T06:33:05.180Z | Compiling indexmap v2.1.0 |
1475 | 2023-11-21T06:33:05.586Z | Compiling uuid v1.5.0 |
1476 | 2023-11-21T06:33:05.668Z | Compiling chrono v0.4.31 |
1477 | 2023-11-21T06:33:06.230Z | Compiling tokio v1.33.0 |
1478 | 2023-11-21T06:33:07.665Z | Compiling bitflags v2.4.0 |
1479 | 2023-11-21T06:33:08.652Z | Compiling toml_datetime v0.6.5 |
1480 | 2023-11-21T06:33:09.285Z | Compiling serde_spanned v0.6.4 |
1481 | 2023-11-21T06:33:10.502Z | Compiling rustc_version v0.4.0 |
1482 | 2023-11-21T06:33:11.544Z | Compiling toml_edit v0.19.15 |
1483 | 2023-11-21T06:33:11.639Z | Compiling http v0.2.11 |
1484 | 2023-11-21T06:33:11.778Z | Compiling heapless v0.7.16 |
1485 | 2023-11-21T06:33:15.306Z | Compiling regex v1.10.2 |
1486 | 2023-11-21T06:33:21.312Z | Compiling tokio-util v0.7.10 |
1487 | 2023-11-21T06:33:23.263Z | Compiling errno v0.3.2 |
1488 | 2023-11-21T06:33:23.556Z | Compiling thread-id v4.2.0 |
1489 | 2023-11-21T06:33:23.610Z | Compiling num-bigint v0.4.4 |
1490 | 2023-11-21T06:33:23.681Z | Compiling untrusted v0.9.0 |
1491 | 2023-11-21T06:33:23.712Z | Compiling untrusted v0.7.1 |
1492 | 2023-11-21T06:33:23.941Z | Compiling doc-comment v0.3.3 |
1493 | 2023-11-21T06:33:24.022Z | Compiling smoltcp v0.9.1 |
1494 | 2023-11-21T06:33:24.827Z | Compiling percent-encoding v2.3.0 |
1495 | 2023-11-21T06:33:24.934Z | Compiling openssl-probe v0.1.5 |
1496 | 2023-11-21T06:33:25.206Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1497 | 2023-11-21T06:33:25.359Z | Compiling foreign-types-shared v0.1.1 |
1498 | 2023-11-21T06:33:25.643Z | Compiling hashbrown v0.12.3 |
1499 | 2023-11-21T06:33:27.648Z | Compiling foreign-types v0.3.2 |
1500 | 2023-11-21T06:33:31.403Z | Compiling strum_macros v0.25.2 |
1501 | 2023-11-21T06:33:33.238Z | Compiling serde_tokenstream v0.1.7 |
1502 | 2023-11-21T06:33:33.872Z | Compiling lazy_static v1.4.0 |
1503 | 2023-11-21T06:33:33.999Z | Compiling socket2 v0.4.9 |
1504 | 2023-11-21T06:33:34.306Z | Compiling try-lock v0.2.4 |
1505 | 2023-11-21T06:33:34.422Z | Compiling siphasher v0.3.11 |
1506 | 2023-11-21T06:33:34.516Z | Compiling adler v1.0.2 |
1507 | 2023-11-21T06:33:34.540Z | Compiling unicode-segmentation v1.10.1 |
1508 | 2023-11-21T06:33:34.971Z | Compiling unicode-width v0.1.11 |
1509 | 2023-11-21T06:33:36.321Z | Compiling miniz_oxide v0.7.1 |
1510 | 2023-11-21T06:33:37.481Z | Compiling want v0.3.1 |
1511 | 2023-11-21T06:33:39.196Z | Compiling rustls-webpki v0.101.7 |
1512 | 2023-11-21T06:33:40.020Z | Compiling sct v0.7.0 |
1513 | 2023-11-21T06:33:40.451Z | Compiling h2 v0.3.21 |
1514 | 2023-11-21T06:33:42.005Z | Compiling form_urlencoded v1.2.0 |
1515 | 2023-11-21T06:33:42.443Z | Compiling http-body v0.4.5 |
1516 | 2023-11-21T06:33:42.906Z | Compiling hubpack_derive v0.1.1 |
1517 | 2023-11-21T06:33:43.050Z | Compiling pin-project-internal v1.1.3 |
1518 | 2023-11-21T06:33:44.882Z | Compiling num-iter v0.1.43 |
1519 | 2023-11-21T06:33:45.474Z | Compiling tower-service v0.3.2 |
1520 | 2023-11-21T06:33:45.652Z | Compiling anstyle v1.0.2 |
1521 | 2023-11-21T06:33:47.006Z | Compiling utf8parse v0.2.1 |
1522 | 2023-11-21T06:33:47.013Z | Compiling cpufeatures v0.2.9 |
1523 | 2023-11-21T06:33:47.013Z | Compiling httpdate v1.0.3 |
1524 | 2023-11-21T06:33:48.093Z | Compiling sha2 v0.10.8 |
1525 | 2023-11-21T06:33:48.164Z | Compiling anstyle-parse v0.2.1 |
1526 | 2023-11-21T06:33:52.214Z | Compiling hyper v0.14.27 |
1527 | 2023-11-21T06:33:52.302Z | Compiling usdt-macro v0.3.5 |
1528 | 2023-11-21T06:33:52.325Z | Compiling usdt-attr-macro v0.3.5 |
1529 | 2023-11-21T06:33:55.249Z | Compiling openapiv3 v2.0.0-rc.1 |
1530 | 2023-11-21T06:33:56.732Z | Compiling serde_tokenstream v0.2.0 |
1531 | 2023-11-21T06:33:56.911Z | Compiling rustls-pemfile v1.0.3 |
1532 | 2023-11-21T06:33:57.190Z | Compiling md-5 v0.10.5 |
1533 | 2023-11-21T06:33:57.388Z | Compiling hmac v0.12.1 |
1534 | 2023-11-21T06:33:57.581Z | Compiling idna v0.4.0 |
1535 | 2023-11-21T06:33:57.718Z | Compiling stringprep v0.1.3 |
1536 | 2023-11-21T06:33:58.449Z | Compiling diesel_table_macro_syntax v0.1.0 |
1537 | 2023-11-21T06:33:58.639Z | Compiling hash32 v0.2.1 |
1538 | 2023-11-21T06:33:59.005Z | Compiling gimli v0.28.0 |
1539 | 2023-11-21T06:33:59.125Z | Compiling colorchoice v1.0.0 |
1540 | 2023-11-21T06:33:59.183Z | Compiling either v1.9.0 |
1541 | 2023-11-21T06:33:59.352Z | Compiling fallible-iterator v0.2.0 |
1542 | 2023-11-21T06:33:59.886Z | Compiling stable_deref_trait v1.2.0 |
1543 | 2023-11-21T06:34:00.506Z | Compiling anstyle-query v1.0.0 |
1544 | 2023-11-21T06:34:00.861Z | Compiling anstream v0.5.0 |
1545 | 2023-11-21T06:34:01.275Z | Compiling postgres-protocol v0.6.6 |
1546 | 2023-11-21T06:34:03.228Z | Compiling diesel_derives v2.1.1 |
1547 | 2023-11-21T06:34:03.262Z | Compiling url v2.4.1 |
1548 | 2023-11-21T06:34:05.880Z | Compiling rustls-native-certs v0.6.3 |
1549 | 2023-11-21T06:34:06.040Z | Compiling addr2line v0.21.0 |
1550 | 2023-11-21T06:34:06.456Z | Compiling tokio-rustls v0.24.1 |
1551 | 2023-11-21T06:34:07.100Z | Compiling terminal_size v0.2.6 |
1552 | 2023-11-21T06:34:07.893Z | Compiling tokio-native-tls v0.3.1 |
1553 | 2023-11-21T06:34:08.760Z | Compiling phf_shared v0.11.2 |
1554 | 2023-11-21T06:34:11.495Z | Compiling block-padding v0.3.3 |
1555 | 2023-11-21T06:34:11.531Z | Compiling enum-as-inner v0.5.1 |
1556 | 2023-11-21T06:34:11.737Z | Compiling snafu-derive v0.7.5 |
1557 | 2023-11-21T06:34:11.846Z | Compiling serde_repr v0.1.16 |
1558 | 2023-11-21T06:34:13.010Z | Compiling clap_derive v4.4.2 |
1559 | 2023-11-21T06:34:13.498Z | Compiling regress v0.7.1 |
1560 | 2023-11-21T06:34:20.290Z | Compiling scheduled-thread-pool v0.2.7 |
1561 | 2023-11-21T06:34:20.710Z | Compiling object v0.32.1 |
1562 | 2023-11-21T06:34:21.723Z | Compiling clap_lex v0.5.1 |
1563 | 2023-11-21T06:34:22.392Z | Compiling rustc-demangle v0.1.23 |
1564 | 2023-11-21T06:34:26.684Z | Compiling regex-automata v0.1.10 |
1565 | 2023-11-21T06:34:26.835Z | Compiling managed v0.8.0 |
1566 | 2023-11-21T06:34:27.478Z | Compiling matches v0.1.10 |
1567 | 2023-11-21T06:34:27.639Z | Compiling ipnet v2.8.0 |
1568 | 2023-11-21T06:34:29.045Z | Compiling num_threads v0.1.6 |
1569 | 2023-11-21T06:34:29.161Z | Compiling bit-vec v0.6.3 |
1570 | 2023-11-21T06:34:29.218Z | Compiling deranged v0.3.8 |
1571 | 2023-11-21T06:34:29.781Z | Compiling idna v0.2.3 |
1572 | 2023-11-21T06:34:32.099Z | Compiling time v0.3.27 |
1573 | 2023-11-21T06:34:33.614Z | Compiling bstr v0.2.17 |
1574 | 2023-11-21T06:34:35.745Z | Compiling clap_builder v4.4.2 |
1575 | 2023-11-21T06:34:35.913Z | Compiling r2d2 v0.8.10 |
1576 | 2023-11-21T06:34:37.036Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1577 | 2023-11-21T06:34:38.778Z | Compiling inout v0.1.3 |
1578 | 2023-11-21T06:34:39.815Z | Compiling phf v0.11.2 |
1579 | 2023-11-21T06:34:40.245Z | Compiling hyper-tls v0.5.0 |
1580 | 2023-11-21T06:34:40.271Z | Compiling hyper-rustls v0.24.2 |
1581 | 2023-11-21T06:34:40.729Z | Compiling signal-hook-mio v0.2.3 |
1582 | 2023-11-21T06:34:40.955Z | Compiling flate2 v1.0.28 |
1583 | 2023-11-21T06:34:41.456Z | Compiling bzip2 v0.4.4 |
1584 | 2023-11-21T06:34:41.636Z | Compiling postgres-types v0.2.6 |
1585 | 2023-11-21T06:34:42.505Z | Compiling itertools v0.11.0 |
1586 | 2023-11-21T06:34:43.883Z | Compiling pin-project v1.1.3 |
1587 | 2023-11-21T06:34:44.258Z | Compiling hubpack v0.1.2 |
1588 | 2023-11-21T06:34:44.694Z | Compiling serde_urlencoded v0.7.1 |
1589 | 2023-11-21T06:34:44.797Z | Compiling phf_shared v0.10.0 |
1590 | 2023-11-21T06:34:44.939Z | Compiling ipnetwork v0.20.0 |
1591 | 2023-11-21T06:34:46.149Z | Compiling zerocopy v0.6.4 |
1592 | 2023-11-21T06:34:46.802Z | Compiling futures-executor v0.3.29 |
1593 | 2023-11-21T06:34:47.736Z | Compiling float-cmp v0.9.0 |
1594 | 2023-11-21T06:34:47.876Z | Compiling proc-macro-error-attr v1.0.4 |
1595 | 2023-11-21T06:34:48.063Z | Compiling encoding_rs v0.8.33 |
1596 | 2023-11-21T06:34:51.470Z | Compiling difflib v0.4.0 |
1597 | 2023-11-21T06:34:51.702Z | Compiling static_assertions v1.1.0 |
1598 | 2023-11-21T06:34:51.841Z | Compiling fixedbitset v0.4.2 |
1599 | 2023-11-21T06:34:52.475Z | Compiling normalize-line-endings v0.3.0 |
1600 | 2023-11-21T06:34:52.655Z | Compiling data-encoding v2.4.0 |
1601 | 2023-11-21T06:34:52.743Z | Compiling mime v0.3.17 |
1602 | 2023-11-21T06:34:53.567Z | Compiling regex-automata v0.3.8 |
1603 | 2023-11-21T06:34:53.773Z | Compiling predicates-core v1.0.6 |
1604 | 2023-11-21T06:34:54.219Z | Compiling new_debug_unreachable v1.0.4 |
1605 | 2023-11-21T06:34:54.347Z | Compiling whoami v1.4.1 |
1606 | 2023-11-21T06:34:55.556Z | Compiling webpki-roots v0.25.2 |
1607 | 2023-11-21T06:34:55.793Z | Compiling precomputed-hash v0.1.1 |
1608 | 2023-11-21T06:34:55.921Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1609 | 2023-11-21T06:34:55.951Z | Compiling string_cache v0.8.7 |
1610 | 2023-11-21T06:34:56.608Z | Compiling bstr v1.6.0 |
1611 | 2023-11-21T06:34:57.394Z | Compiling reqwest v0.11.22 |
1612 | 2023-11-21T06:34:59.008Z | Compiling tokio-postgres v0.7.10 |
1613 | 2023-11-21T06:35:03.004Z | Compiling predicates v3.0.4 |
1614 | 2023-11-21T06:35:05.463Z | Compiling trust-dns-proto v0.22.0 |
1615 | 2023-11-21T06:35:06.975Z | Compiling petgraph v0.6.4 |
1616 | 2023-11-21T06:35:09.252Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1617 | 2023-11-21T06:35:18.350Z | Compiling futures v0.3.29 |
1618 | 2023-11-21T06:35:18.376Z | Compiling diesel v2.1.4 |
1619 | 2023-11-21T06:35:18.782Z | Compiling snafu v0.7.5 |
1620 | 2023-11-21T06:35:18.828Z | Compiling yasna v0.5.2 |
1621 | 2023-11-21T06:35:19.190Z | Compiling zip v0.6.6 |
1622 | 2023-11-21T06:35:19.868Z | Compiling clap v4.4.3 |
1623 | 2023-11-21T06:35:20.019Z | Compiling crossterm v0.27.0 |
1624 | 2023-11-21T06:35:20.045Z | Compiling cipher v0.4.4 |
1625 | 2023-11-21T06:35:21.285Z | Compiling similar v2.2.1 |
1626 | 2023-11-21T06:35:21.563Z | Compiling bit-set v0.5.3 |
1627 | 2023-11-21T06:35:23.196Z | Compiling itertools v0.10.5 |
1628 | 2023-11-21T06:35:23.286Z | Compiling usdt v0.3.5 |
1629 | 2023-11-21T06:35:24.646Z | Compiling console v0.15.7 |
1630 | 2023-11-21T06:35:24.682Z | Compiling tokio-stream v0.1.14 |
1631 | 2023-11-21T06:35:25.733Z | Compiling toml v0.7.8 |
1632 | 2023-11-21T06:35:26.126Z | Compiling proc-macro-crate v1.3.1 |
1633 | 2023-11-21T06:35:26.784Z | Compiling toml_edit v0.21.0 |
1634 | 2023-11-21T06:35:27.550Z | Compiling hex v0.4.3 |
1635 | 2023-11-21T06:35:27.827Z | Compiling signature v2.1.0 |
1636 | 2023-11-21T06:35:28.158Z | Compiling proc-macro-error v1.0.4 |
1637 | 2023-11-21T06:35:28.597Z | Compiling lalrpop-util v0.19.12 |
1638 | 2023-11-21T06:35:30.690Z | Compiling num_enum_derive v0.5.11 |
1639 | 2023-11-21T06:35:35.437Z | Compiling atty v0.2.14 |
1640 | 2023-11-21T06:35:35.640Z | Compiling ident_case v1.0.1 |
1641 | 2023-11-21T06:35:35.998Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1642 | 2023-11-21T06:35:36.567Z | Compiling darling_core v0.20.3 |
1643 | 2023-11-21T06:35:42.191Z | Compiling num_enum v0.5.11 |
1644 | 2023-11-21T06:36:02.785Z | Compiling dirs-sys-next v0.1.2 |
1645 | 2023-11-21T06:36:04.754Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2023-11-21T06:36:05.383Z | Compiling postcard-cobs v0.1.5-pre |
1647 | 2023-11-21T06:36:12.192Z | Compiling postcard v0.7.3 |
1648 | 2023-11-21T06:36:12.879Z | Compiling dirs-next v2.0.0 |
1649 | 2023-11-21T06:36:13.252Z | Compiling darling_macro v0.20.3 |
1650 | 2023-11-21T06:36:17.440Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1651 | 2023-11-21T06:36:26.702Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1652 | 2023-11-21T06:36:27.135Z | Compiling smoltcp v0.8.2 |
1653 | 2023-11-21T06:36:28.246Z | Compiling getopts v0.2.21 |
1654 | 2023-11-21T06:36:34.127Z | Compiling foreign-types-macros v0.2.3 |
1655 | 2023-11-21T06:36:36.033Z | Compiling structmeta-derive v0.2.0 |
1656 | 2023-11-21T06:36:42.660Z | Compiling thread_local v1.1.7 |
1657 | 2023-11-21T06:36:43.992Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1658 | 2023-11-21T06:36:44.450Z | Compiling multer v2.1.0 |
1659 | 2023-11-21T06:36:46.051Z | Compiling match_cfg v0.1.0 |
1660 | 2023-11-21T06:36:46.185Z | Compiling paste v1.0.14 |
1661 | 2023-11-21T06:36:46.872Z | Compiling cfg-if v0.1.10 |
1662 | 2023-11-21T06:36:47.014Z | Compiling slog-async v2.8.0 |
1663 | 2023-11-21T06:36:47.243Z | Compiling camino v1.1.6 |
1664 | 2023-11-21T06:36:48.079Z | Compiling foreign-types-shared v0.3.1 |
1665 | 2023-11-21T06:36:48.624Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1666 | 2023-11-21T06:36:49.040Z | Compiling unsafe-libyaml v0.2.9 |
1667 | 2023-11-21T06:36:52.022Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1668 | 2023-11-21T06:36:52.487Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-11-21T06:36:56.921Z | Compiling serde_yaml v0.9.25 |
1670 | 2023-11-21T06:36:58.889Z | Compiling foreign-types v0.5.0 |
1671 | 2023-11-21T06:36:59.339Z | Compiling hostname v0.3.1 |
1672 | 2023-11-21T06:37:00.598Z | Compiling structmeta v0.2.0 |
1673 | 2023-11-21T06:37:04.030Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1674 | 2023-11-21T06:37:09.698Z | Compiling darling v0.20.3 |
1675 | 2023-11-21T06:37:10.880Z | Compiling term v0.7.0 |
1676 | 2023-11-21T06:37:14.202Z | Compiling slog-json v2.6.1 |
1677 | 2023-11-21T06:37:15.060Z | Compiling is-terminal v0.4.9 |
1678 | 2023-11-21T06:37:15.247Z | Compiling crossbeam-channel v0.5.8 |
1679 | 2023-11-21T06:37:20.039Z | Compiling strum v0.25.0 |
1680 | 2023-11-21T06:37:20.255Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1681 | 2023-11-21T06:37:20.303Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1682 | 2023-11-21T06:37:20.361Z | Compiling async-stream-impl v0.3.5 |
1683 | 2023-11-21T06:37:21.552Z | Compiling cstr-argument v0.1.2 |
1684 | 2023-11-21T06:37:21.615Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1685 | 2023-11-21T06:37:22.497Z | Compiling crucible-workspace-hack v0.1.0 |
1686 | 2023-11-21T06:37:22.699Z | Compiling pretty-hex v0.2.1 |
1687 | 2023-11-21T06:37:23.027Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1688 | 2023-11-21T06:37:23.465Z | Compiling take_mut v0.2.2 |
1689 | 2023-11-21T06:37:24.033Z | Compiling regex-syntax v0.7.5 |
1690 | 2023-11-21T06:37:24.430Z | Compiling atomic-waker v1.1.1 |
1691 | 2023-11-21T06:37:24.815Z | Compiling waitgroup v0.1.2 |
1692 | 2023-11-21T06:37:34.411Z | Compiling parse-display-derive v0.8.2 |
1693 | 2023-11-21T06:37:40.634Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1694 | 2023-11-21T06:37:41.258Z | Compiling async-stream v0.3.5 |
1695 | 2023-11-21T06:37:41.407Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1696 | 2023-11-21T06:37:42.756Z | Compiling colored v2.0.4 |
1697 | 2023-11-21T06:37:44.078Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1698 | 2023-11-21T06:37:44.631Z | Compiling slog-bunyan v2.4.0 |
1699 | 2023-11-21T06:37:45.030Z | Compiling slog-term v2.9.0 |
1700 | 2023-11-21T06:37:48.061Z | Compiling serde_with_macros v2.3.3 |
1701 | 2023-11-21T06:37:56.773Z | Compiling toml v0.8.8 |
1702 | 2023-11-21T06:37:57.013Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1703 | 2023-11-21T06:37:57.113Z | Compiling sha1 v0.10.6 |
1704 | 2023-11-21T06:37:58.654Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1705 | 2023-11-21T06:37:59.440Z | Compiling textwrap v0.11.0 |
1706 | 2023-11-21T06:38:01.607Z | Compiling heck v0.3.3 |
1707 | 2023-11-21T06:38:01.954Z | Compiling serde_path_to_error v0.1.14 |
1708 | 2023-11-21T06:38:02.179Z | Compiling instant v0.1.12 |
1709 | 2023-11-21T06:38:02.401Z | Compiling vec_map v0.8.2 |
1710 | 2023-11-21T06:38:02.900Z | Compiling libefi-sys v0.1.0 |
1711 | 2023-11-21T06:38:03.329Z | Compiling rayon-core v1.12.0 |
1712 | 2023-11-21T06:38:03.550Z | Compiling ansi_term v0.12.1 |
1713 | 2023-11-21T06:38:03.766Z | Compiling debug-ignore v1.0.5 |
1714 | 2023-11-21T06:38:04.011Z | Compiling strsim v0.8.0 |
1715 | 2023-11-21T06:38:04.383Z | Compiling clap v2.34.0 |
1716 | 2023-11-21T06:38:06.013Z | Compiling backoff v0.4.0 |
1717 | 2023-11-21T06:38:06.310Z | Compiling structopt-derive v0.4.18 |
1718 | 2023-11-21T06:38:06.650Z | Compiling serde_with v2.3.3 |
1719 | 2023-11-21T06:38:09.725Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1720 | 2023-11-21T06:38:10.039Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1721 | 2023-11-21T06:38:11.089Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1722 | 2023-11-21T06:38:14.368Z | Compiling parse-display v0.8.2 |
1723 | 2023-11-21T06:38:14.704Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1724 | 2023-11-21T06:38:15.472Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1725 | 2023-11-21T06:38:15.613Z | Compiling zone_cfg_derive v0.3.0 |
1726 | 2023-11-21T06:38:15.717Z | Compiling crossbeam-deque v0.8.3 |
1727 | 2023-11-21T06:38:16.365Z | Compiling macaddr v1.0.1 |
1728 | 2023-11-21T06:38:17.536Z | Compiling num-derive v0.4.0 |
1729 | 2023-11-21T06:38:17.776Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1730 | 2023-11-21T06:38:18.063Z | Compiling portable-atomic v1.4.3 |
1731 | 2023-11-21T06:38:18.532Z | Compiling zone v0.3.0 |
1732 | 2023-11-21T06:38:21.134Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1733 | 2023-11-21T06:38:24.146Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1734 | 2023-11-21T06:38:24.489Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1735 | 2023-11-21T06:38:24.997Z | Compiling structopt v0.3.26 |
1736 | 2023-11-21T06:38:25.518Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1737 | 2023-11-21T06:38:26.786Z | Compiling smf v0.2.2 |
1738 | 2023-11-21T06:38:27.105Z | Compiling xattr v1.0.1 |
1739 | 2023-11-21T06:38:27.444Z | Compiling filetime v0.2.22 |
1740 | 2023-11-21T06:38:27.535Z | Compiling fastrand v2.0.0 |
1741 | 2023-11-21T06:38:27.920Z | Compiling same-file v1.0.6 |
1742 | 2023-11-21T06:38:28.381Z | Compiling walkdir v2.4.0 |
1743 | 2023-11-21T06:38:28.635Z | Compiling tempfile v3.8.0 |
1744 | 2023-11-21T06:38:29.074Z | Compiling tar v0.4.40 |
1745 | 2023-11-21T06:38:31.396Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1746 | 2023-11-21T06:38:31.959Z | Compiling rayon v1.8.0 |
1747 | 2023-11-21T06:38:33.219Z | Compiling number_prefix v0.4.0 |
1748 | 2023-11-21T06:38:33.601Z | Compiling omicron-zone-package v0.9.1 |
1749 | 2023-11-21T06:38:35.280Z | Compiling swrite v0.1.0 |
1750 | 2023-11-21T06:38:35.335Z | Compiling topological-sort v0.2.2 |
1751 | 2023-11-21T06:38:41.121Z | Compiling indicatif v0.17.7 |
1752 | 2023-11-21T06:38:55.271Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1753 | 2023-11-21T06:39:05.444Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1754 | 2023-11-21T06:39:08.725Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1755 | 2023-11-21T06:39:10.408Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1756 | 2023-11-21T06:39:37.782Z | Finished release [optimized] target(s) in 7m 46s |
1757 | 2023-11-21T06:39:38.030Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1758 | 2023-11-21T06:39:38.111Z | Created new build target 'test' and set it as active |
1759 | 2023-11-21T06:39:38.114Z | |
1760 | 2023-11-21T06:39:38.114Z | real 7:46.907146070 |
1761 | 2023-11-21T06:39:38.114Z | user 50:21.216122846 |
1762 | 2023-11-21T06:39:38.114Z | sys 4:31.680466352 |
1763 | 2023-11-21T06:39:38.114Z | trap 2.074849438 |
1764 | 2023-11-21T06:39:38.114Z | tflt 3.945895874 |
1765 | 2023-11-21T06:39:38.114Z | dflt 3.973912365 |
1766 | 2023-11-21T06:39:38.114Z | kflt 0.098379997 |
1767 | 2023-11-21T06:39:38.114Z | lock 1:49:16.253311885 |
1768 | 2023-11-21T06:39:38.114Z | slp 2:21:25.841416682 |
1769 | 2023-11-21T06:39:38.114Z | lat 2:21.455992568 |
1770 | 2023-11-21T06:39:38.114Z | stop 3:50.556497817 |
1771 | 2023-11-21T06:39:38.117Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1772 | 2023-11-21T06:39:39.172Z | Finished release [optimized] target(s) in 0.97s |
1773 | 2023-11-21T06:39:39.200Z | Running `target/release/omicron-package -t test package` |
1774 | 2023-11-21T06:39:39.238Z | Nov 21 06:39:39.239 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1775 | 2023-11-21T06:39:40.343Z | Compiling serde_json v1.0.108 |
1776 | 2023-11-21T06:39:40.389Z | Compiling base64ct v1.6.0 |
1777 | 2023-11-21T06:39:40.400Z | Compiling linked-hash-map v0.5.6 |
1778 | 2023-11-21T06:39:40.403Z | Compiling blake2 v0.10.6 |
1779 | 2023-11-21T06:39:40.403Z | Compiling same-file v1.0.6 |
1780 | 2023-11-21T06:39:40.403Z | Compiling semver-parser v0.10.2 |
1781 | 2023-11-21T06:39:40.409Z | Compiling fastrand v2.0.0 |
1782 | 2023-11-21T06:39:40.412Z | Compiling quick-error v1.2.3 |
1783 | 2023-11-21T06:39:41.367Z | Compiling resolv-conf v0.7.0 |
1784 | 2023-11-21T06:39:41.367Z | Compiling walkdir v2.4.0 |
1785 | 2023-11-21T06:39:41.367Z | Compiling lru-cache v0.1.2 |
1786 | 2023-11-21T06:39:41.367Z | Compiling password-hash v0.5.0 |
1787 | 2023-11-21T06:39:41.371Z | Compiling tempfile v3.8.0 |
1788 | 2023-11-21T06:39:41.641Z | Compiling semver v0.11.0 |
1789 | 2023-11-21T06:39:41.792Z | Compiling filetime v0.2.22 |
1790 | 2023-11-21T06:39:42.194Z | Compiling argon2 v0.5.2 |
1791 | 2023-11-21T06:39:42.519Z | Compiling xattr v1.0.1 |
1792 | 2023-11-21T06:39:42.678Z | Compiling slog-dtrace v0.2.3 |
1793 | 2023-11-21T06:39:42.709Z | Compiling home v0.5.5 |
1794 | 2023-11-21T06:39:42.859Z | Compiling tar v0.4.40 |
1795 | 2023-11-21T06:39:43.021Z | Compiling toolchain_find v0.2.0 |
1796 | 2023-11-21T06:39:43.190Z | Compiling trust-dns-resolver v0.22.0 |
1797 | 2023-11-21T06:39:43.573Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1798 | 2023-11-21T06:39:43.786Z | Compiling schemars v0.8.13 |
1799 | 2023-11-21T06:39:43.804Z | Compiling reqwest v0.11.22 |
1800 | 2023-11-21T06:39:44.163Z | Compiling openapiv3 v2.0.0-rc.1 |
1801 | 2023-11-21T06:39:45.448Z | Compiling usdt-impl v0.3.5 |
1802 | 2023-11-21T06:39:45.895Z | Compiling postgres-types v0.2.6 |
1803 | 2023-11-21T06:39:46.856Z | Compiling usdt v0.3.5 |
1804 | 2023-11-21T06:39:47.605Z | Compiling ipnetwork v0.20.0 |
1805 | 2023-11-21T06:39:52.254Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1806 | 2023-11-21T06:39:53.419Z | Compiling diesel v2.1.4 |
1807 | 2023-11-21T06:39:56.884Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1808 | 2023-11-21T06:39:57.100Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1809 | 2023-11-21T06:39:59.450Z | Compiling tokio-postgres v0.7.10 |
1810 | 2023-11-21T06:40:00.963Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1811 | 2023-11-21T06:40:01.255Z | Compiling slog-json v2.6.1 |
1812 | 2023-11-21T06:40:02.050Z | Compiling slog-bunyan v2.4.0 |
1813 | 2023-11-21T06:40:02.098Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-11-21T06:40:02.436Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1815 | 2023-11-21T06:40:08.351Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1816 | 2023-11-21T06:40:08.649Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1817 | 2023-11-21T06:40:13.119Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1818 | 2023-11-21T06:40:17.726Z | Compiling toml v0.5.11 |
1819 | 2023-11-21T06:40:21.600Z | Compiling rustfmt-wrapper v0.2.0 |
1820 | 2023-11-21T06:40:22.575Z | Compiling omicron-zone-package v0.9.1 |
1821 | 2023-11-21T06:40:23.561Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1822 | 2023-11-21T06:40:23.945Z | Compiling toml v0.8.8 |
1823 | 2023-11-21T06:40:24.958Z | Compiling num-rational v0.4.1 |
1824 | 2023-11-21T06:40:25.407Z | Compiling cancel-safe-futures v0.1.5 |
1825 | 2023-11-21T06:40:26.288Z | Compiling convert_case v0.4.0 |
1826 | 2023-11-21T06:40:26.603Z | Compiling utf-8 v0.7.6 |
1827 | 2023-11-21T06:40:27.547Z | Compiling derive_more v0.99.17 |
1828 | 2023-11-21T06:40:29.483Z | Compiling pem-rfc7468 v0.7.0 |
1829 | 2023-11-21T06:40:31.536Z | Compiling num-complex v0.4.4 |
1830 | 2023-11-21T06:40:32.391Z | Compiling der_derive v0.7.2 |
1831 | 2023-11-21T06:40:33.711Z | Compiling semver v0.1.20 |
1832 | 2023-11-21T06:40:34.626Z | Compiling flagset v0.4.3 |
1833 | 2023-11-21T06:40:34.959Z | Compiling rustc_version v0.1.7 |
1834 | 2023-11-21T06:40:35.562Z | Compiling num v0.4.1 |
1835 | 2023-11-21T06:40:35.702Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1836 | 2023-11-21T06:40:36.170Z | Compiling der v0.7.8 |
1837 | 2023-11-21T06:40:37.306Z | Compiling hkdf v0.12.3 |
1838 | 2023-11-21T06:40:37.668Z | Compiling fxhash v0.2.1 |
1839 | 2023-11-21T06:40:37.994Z | Compiling unicase v2.7.0 |
1840 | 2023-11-21T06:40:38.463Z | Compiling radium v0.7.0 |
1841 | 2023-11-21T06:40:39.123Z | Compiling newtype_derive v0.1.6 |
1842 | 2023-11-21T06:40:39.563Z | Compiling ciborium-io v0.2.1 |
1843 | 2023-11-21T06:40:39.727Z | Compiling arc-swap v1.6.0 |
1844 | 2023-11-21T06:40:39.848Z | Compiling spki v0.7.2 |
1845 | 2023-11-21T06:40:40.689Z | Compiling half v1.8.2 |
1846 | 2023-11-21T06:40:40.932Z | Compiling tap v1.0.1 |
1847 | 2023-11-21T06:40:41.204Z | Compiling maybe-uninit v2.0.0 |
1848 | 2023-11-21T06:40:41.902Z | Compiling keccak v0.1.4 |
1849 | 2023-11-21T06:40:42.749Z | Compiling sha3 v0.10.8 |
1850 | 2023-11-21T06:40:43.621Z | Compiling ciborium-ll v0.2.1 |
1851 | 2023-11-21T06:40:44.173Z | Compiling wyz v0.5.1 |
1852 | 2023-11-21T06:40:44.460Z | Compiling slog-scope v4.4.0 |
1853 | 2023-11-21T06:40:45.844Z | Compiling secrecy v0.8.0 |
1854 | 2023-11-21T06:40:45.932Z | Compiling num-bigint-dig v0.8.4 |
1855 | 2023-11-21T06:40:46.236Z | Compiling parking_lot_core v0.8.6 |
1856 | 2023-11-21T06:40:46.387Z | Compiling crc-catalog v2.2.0 |
1857 | 2023-11-21T06:40:46.589Z | Compiling packed_struct v0.10.1 |
1858 | 2023-11-21T06:40:46.853Z | Compiling funty v2.0.0 |
1859 | 2023-11-21T06:40:47.234Z | Compiling crc v3.0.1 |
1860 | 2023-11-21T06:40:48.539Z | Compiling slog-stdlog v4.1.1 |
1861 | 2023-11-21T06:40:49.961Z | Compiling bitvec v1.0.1 |
1862 | 2023-11-21T06:40:50.026Z | Compiling ciborium v0.2.1 |
1863 | 2023-11-21T06:40:50.331Z | Compiling pkcs8 v0.10.2 |
1864 | 2023-11-21T06:40:51.938Z | Compiling nibble_vec v0.1.0 |
1865 | 2023-11-21T06:40:52.254Z | Compiling packed_struct_codegen v0.10.1 |
1866 | 2023-11-21T06:40:53.351Z | Compiling dirs-sys-next v0.1.2 |
1867 | 2023-11-21T06:40:53.835Z | Compiling nodrop v0.1.14 |
1868 | 2023-11-21T06:40:53.997Z | Compiling glob v0.3.1 |
1869 | 2023-11-21T06:40:54.116Z | Compiling crunchy v0.2.2 |
1870 | 2023-11-21T06:40:54.788Z | Compiling endian-type v0.1.2 |
1871 | 2023-11-21T06:40:55.129Z | Compiling radix_trie v0.2.1 |
1872 | 2023-11-21T06:40:55.348Z | Compiling clang-sys v1.6.1 |
1873 | 2023-11-21T06:40:56.383Z | Compiling array-init v0.0.4 |
1874 | 2023-11-21T06:40:56.455Z | Compiling dirs-next v2.0.0 |
1875 | 2023-11-21T06:40:56.692Z | Compiling pkcs1 v0.7.5 |
1876 | 2023-11-21T06:40:57.088Z | Compiling smallvec v0.6.14 |
1877 | 2023-11-21T06:40:57.861Z | Compiling slog-envlogger v2.2.0 |
1878 | 2023-11-21T06:40:58.377Z | Compiling steno v0.4.0 |
1879 | 2023-11-21T06:41:02.989Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1880 | 2023-11-21T06:41:03.913Z | Compiling tiny-keccak v2.0.2 |
1881 | 2023-11-21T06:41:04.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1882 | 2023-11-21T06:41:04.518Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1883 | 2023-11-21T06:41:05.000Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1884 | 2023-11-21T06:41:09.551Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1885 | 2023-11-21T06:41:16.645Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1886 | 2023-11-21T06:41:18.818Z | Compiling prettyplease v0.2.12 |
1887 | 2023-11-21T06:41:19.190Z | Compiling bitfield v0.14.0 |
1888 | 2023-11-21T06:41:19.246Z | Compiling termcolor v1.2.0 |
1889 | 2023-11-21T06:41:19.671Z | Compiling platforms v3.0.2 |
1890 | 2023-11-21T06:41:20.170Z | Compiling env_logger v0.10.0 |
1891 | 2023-11-21T06:41:21.314Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1892 | 2023-11-21T06:41:21.462Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1893 | 2023-11-21T06:41:24.855Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1894 | 2023-11-21T06:41:26.714Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1895 | 2023-11-21T06:41:26.821Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1896 | 2023-11-21T06:41:37.333Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1897 | 2023-11-21T06:41:38.398Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1898 | 2023-11-21T06:41:42.128Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1899 | 2023-11-21T06:41:43.979Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1900 | 2023-11-21T06:41:49.566Z | Compiling parking_lot v0.11.2 |
1901 | 2023-11-21T06:41:53.593Z | Compiling rsa v0.9.2 |
1902 | 2023-11-21T06:41:54.195Z | Compiling serde-hex v0.1.0 |
1903 | 2023-11-21T06:41:57.069Z | Compiling mime_guess v2.0.4 |
1904 | 2023-11-21T06:41:58.857Z | Compiling term v0.7.0 |
1905 | 2023-11-21T06:42:00.439Z | Compiling trust-dns-client v0.22.0 |
1906 | 2023-11-21T06:42:00.941Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1907 | 2023-11-21T06:42:01.501Z | Compiling x509-cert v0.2.4 |
1908 | 2023-11-21T06:42:02.422Z | Compiling tungstenite v0.20.1 |
1909 | 2023-11-21T06:42:02.528Z | Compiling darling_core v0.14.4 |
1910 | 2023-11-21T06:42:03.216Z | Compiling ron v0.8.1 |
1911 | 2023-11-21T06:42:11.989Z | Compiling minimal-lexical v0.2.1 |
1912 | 2023-11-21T06:42:12.777Z | Compiling buf-list v1.0.3 |
1913 | 2023-11-21T06:42:13.594Z | Compiling crc-any v2.4.3 |
1914 | 2023-11-21T06:42:14.084Z | Compiling nom v7.1.3 |
1915 | 2023-11-21T06:42:15.178Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1916 | 2023-11-21T06:42:18.645Z | Compiling trust-dns-server v0.22.1 |
1917 | 2023-11-21T06:42:20.416Z | Compiling darling_macro v0.14.4 |
1918 | 2023-11-21T06:42:21.869Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1919 | 2023-11-21T06:42:23.741Z | Compiling tokio-tungstenite v0.20.1 |
1920 | 2023-11-21T06:42:25.408Z | Compiling ascii-canvas v3.0.0 |
1921 | 2023-11-21T06:42:25.533Z | Compiling sled v0.34.7 |
1922 | 2023-11-21T06:42:28.317Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1923 | 2023-11-21T06:42:45.404Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1924 | 2023-11-21T06:42:45.577Z | Compiling object v0.30.4 |
1925 | 2023-11-21T06:42:54.301Z | Compiling itertools v0.12.0 |
1926 | 2023-11-21T06:42:55.644Z | Compiling is-terminal v0.4.9 |
1927 | 2023-11-21T06:42:55.808Z | Compiling libsw v3.3.0 |
1928 | 2023-11-21T06:42:56.169Z | Compiling ena v0.14.2 |
1929 | 2023-11-21T06:42:56.335Z | Compiling derive-where v1.2.5 |
1930 | 2023-11-21T06:42:56.795Z | Compiling libloading v0.7.4 |
1931 | 2023-11-21T06:42:57.554Z | Compiling regex-syntax v0.6.29 |
1932 | 2023-11-21T06:43:00.137Z | Compiling pretty-hex v0.3.0 |
1933 | 2023-11-21T06:43:00.481Z | Compiling bindgen v0.65.1 |
1934 | 2023-11-21T06:43:01.128Z | Compiling path-slash v0.1.5 |
1935 | 2023-11-21T06:43:01.456Z | Compiling owo-colors v3.5.0 |
1936 | 2023-11-21T06:43:01.714Z | Compiling diff v0.1.13 |
1937 | 2023-11-21T06:43:02.612Z | Compiling linear-map v1.2.0 |
1938 | 2023-11-21T06:43:03.216Z | Compiling lalrpop v0.19.12 |
1939 | 2023-11-21T06:43:06.821Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1940 | 2023-11-21T06:43:06.912Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1941 | 2023-11-21T06:43:06.966Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1942 | 2023-11-21T06:43:12.038Z | Compiling curve25519-dalek v4.1.0 |
1943 | 2023-11-21T06:43:15.531Z | Compiling darling v0.14.4 |
1944 | 2023-11-21T06:43:15.692Z | Compiling cexpr v0.6.0 |
1945 | 2023-11-21T06:43:22.645Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1946 | 2023-11-21T06:43:22.719Z | Compiling which v4.4.0 |
1947 | 2023-11-21T06:43:23.572Z | Compiling ff v0.13.0 |
1948 | 2023-11-21T06:43:23.927Z | Compiling kstat-rs v0.2.3 |
1949 | 2023-11-21T06:43:25.731Z | Compiling memoffset v0.7.1 |
1950 | 2023-11-21T06:43:25.966Z | Compiling rustc-hash v1.1.0 |
1951 | 2023-11-21T06:43:26.159Z | Compiling peeking_take_while v0.1.2 |
1952 | 2023-11-21T06:43:26.175Z | Compiling display-error-chain v0.2.0 |
1953 | 2023-11-21T06:43:26.368Z | Compiling shlex v1.1.0 |
1954 | 2023-11-21T06:43:26.433Z | Compiling lazycell v1.3.0 |
1955 | 2023-11-21T06:43:26.560Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1956 | 2023-11-21T06:43:26.891Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1957 | 2023-11-21T06:43:27.409Z | error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
1958 | 2023-11-21T06:43:27.409Z | --> certificates/src/openssl_ext.rs:55:22 |
1959 | 2023-11-21T06:43:27.409Z | | |
1960 | 2023-11-21T06:43:27.409Z | 55 | self.as_ptr(), |
1961 | 2023-11-21T06:43:27.409Z | | ^^^^^^ method not found in `&X509Ref` |
1962 | 2023-11-21T06:43:27.409Z | | |
1963 | 2023-11-21T06:43:27.409Z | = help: items from traits can only be used if the trait is in scope |
1964 | 2023-11-21T06:43:27.409Z | help: the following trait is implemented but not in scope; perhaps add a `use` for it: |
1965 | 2023-11-21T06:43:27.409Z | | |
1966 | 2023-11-21T06:43:27.409Z | 8 + use foreign_types_shared::ForeignTypeRef; |
1967 | 2023-11-21T06:43:27.409Z | | |
1968 | 2023-11-21T06:43:27.409Z | |
1969 | 2023-11-21T06:43:27.441Z | error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
1970 | 2023-11-21T06:43:27.441Z | --> certificates/src/openssl_ext.rs:114:65 |
1971 | 2023-11-21T06:43:27.441Z | | |
1972 | 2023-11-21T06:43:27.441Z | 114 | unsafe { openssl_sys::X509_get_extension_flags(self.as_ptr()) }; |
1973 | 2023-11-21T06:43:27.441Z | | ^^^^^^ method not found in `&X509Ref` |
1974 | 2023-11-21T06:43:27.441Z | | |
1975 | 2023-11-21T06:43:27.441Z | = help: items from traits can only be used if the trait is in scope |
1976 | 2023-11-21T06:43:27.441Z | help: the following trait is implemented but not in scope; perhaps add a `use` for it: |
1977 | 2023-11-21T06:43:27.441Z | | |
1978 | 2023-11-21T06:43:27.441Z | 8 + use foreign_types_shared::ForeignTypeRef; |
1979 | 2023-11-21T06:43:27.441Z | | |
1980 | 2023-11-21T06:43:27.441Z | |
1981 | 2023-11-21T06:43:27.450Z | error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
1982 | 2023-11-21T06:43:27.450Z | --> certificates/src/openssl_ext.rs:121:68 |
1983 | 2023-11-21T06:43:27.450Z | | |
1984 | 2023-11-21T06:43:27.450Z | 121 | unsafe { openssl_sys::X509_get_extended_key_usage(self.as_ptr()) }; |
1985 | 2023-11-21T06:43:27.450Z | | ^^^^^^ method not found in `&X509Ref` |
1986 | 2023-11-21T06:43:27.450Z | | |
1987 | 2023-11-21T06:43:27.450Z | = help: items from traits can only be used if the trait is in scope |
1988 | 2023-11-21T06:43:27.450Z | help: the following trait is implemented but not in scope; perhaps add a `use` for it: |
1989 | 2023-11-21T06:43:27.450Z | | |
1990 | 2023-11-21T06:43:27.450Z | 8 + use foreign_types_shared::ForeignTypeRef; |
1991 | 2023-11-21T06:43:27.450Z | | |
1992 | 2023-11-21T06:43:27.450Z | |
1993 | 2023-11-21T06:43:27.479Z | warning: unused import: `foreign_types::ForeignTypeRef` |
1994 | 2023-11-21T06:43:27.479Z | --> certificates/src/openssl_ext.rs:8:5 |
1995 | 2023-11-21T06:43:27.479Z | | |
1996 | 2023-11-21T06:43:27.479Z | 8 | use foreign_types::ForeignTypeRef; |
1997 | 2023-11-21T06:43:27.479Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
1998 | 2023-11-21T06:43:27.479Z | | |
1999 | 2023-11-21T06:43:27.479Z | = note: `#[warn(unused_imports)]` on by default |
2000 | 2023-11-21T06:43:27.479Z | |
2001 | 2023-11-21T06:43:27.517Z | For more information about this error, try `rustc --explain E0599`. |
2002 | 2023-11-21T06:43:27.577Z | warning: `omicron-certificates` (lib) generated 1 warning |
2003 | 2023-11-21T06:43:27.577Z | error: could not compile `omicron-certificates` (lib) due to 3 previous errors; 1 warning emitted |
2004 | 2023-11-21T06:43:27.577Z | warning: build failed, waiting for other jobs to finish... |
2005 | 2023-11-21T06:43:44.982Z | Error: Failed to build packages |
2006 | 2023-11-21T06:43:44.985Z | |
2007 | 2023-11-21T06:43:44.985Z | real 4:06.880903967 |
2008 | 2023-11-21T06:43:44.985Z | user 30:19.200630660 |
2009 | 2023-11-21T06:43:44.985Z | sys 1:46.005262392 |
2010 | 2023-11-21T06:43:44.985Z | trap 1.193612826 |
2011 | 2023-11-21T06:43:44.985Z | tflt 0.560715110 |
2012 | 2023-11-21T06:43:44.985Z | dflt 0.605900160 |
2013 | 2023-11-21T06:43:44.985Z | kflt 0.000002771 |
2014 | 2023-11-21T06:43:44.985Z | lock 1:56:39.608005172 |
2015 | 2023-11-21T06:43:44.985Z | slp 1:34:17.328869836 |
2016 | 2023-11-21T06:43:44.985Z | lat 1:05.418134754 |
2017 | 2023-11-21T06:43:44.985Z | stop 23.418001752 |
2018 | 2023-11-21T06:43:44.988Z | process exited: duration 873746 ms, exit code 1 |
|
2019 | 2023-11-21T06:43:45.002Z | found 1 output files |
2020 | 2023-11-21T06:43:45.002Z | uploading: /work/version.txt (26 bytes) |
2021 | 2023-11-21T06:43:46.012Z | uploaded: /work/version.txt |
2022 | 2023-11-21T06:43:46.015Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |
2023 | 2023-11-21T06:43:46.015Z | upload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used |
2024 | 2023-11-21T06:43:46.015Z | upload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used |
2025 | 2023-11-21T06:43:46.015Z | upload error: rule "/work/zones/*.tar.gz" required a match, but was not used |