|
|
|
1 | 2023-11-28T01:54:21.225Z | job assigned to worker 01HG9T1KM3YC7JGG405BSDBBAP (queued for 1 m 41 s) |
|
2 | 2023-11-28T01:54:21.316Z | starting task 0: "setup" |
3 | 2023-11-28T01:54:21.542Z | ++ uname -s |
4 | 2023-11-28T01:54:21.551Z | + kern=SunOS |
5 | 2023-11-28T01:54:21.551Z | + case "$kern" in |
6 | 2023-11-28T01:54:21.551Z | + groupadd -g 12345 build |
7 | 2023-11-28T01:54:21.551Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-28T01:54:23.559Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-28T01:54:23.707Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-28T01:54:23.733Z | + home_fs=zfs |
11 | 2023-11-28T01:54:23.733Z | + [[ zfs == autofs ]] |
12 | 2023-11-28T01:54:23.733Z | + mkdir -p /home/build |
13 | 2023-11-28T01:54:23.733Z | + chown build:build /home/build /work |
14 | 2023-11-28T01:54:25.682Z | + chmod 0700 /home/build /work |
15 | 2023-11-28T01:54:25.698Z | process exited: duration 4361 ms, exit code 0 |
|
16 | 2023-11-28T01:54:26.166Z | starting task 1: "rust-toolchain" |
17 | 2023-11-28T01:54:26.174Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-28T01:54:26.179Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-28T01:54:26.356Z | info: downloading installer |
20 | 2023-11-28T01:54:28.869Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-28T01:54:28.869Z | warning: /opt/ooce/bin |
22 | 2023-11-28T01:54:28.869Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-28T01:54:28.869Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-28T01:54:28.869Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-28T01:54:28.869Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-28T01:54:28.869Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-28T01:54:28.869Z | error: cannot install while Rust is installed |
28 | 2023-11-28T01:54:28.869Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-28T01:54:29.146Z | info: profile set to 'default' |
30 | 2023-11-28T01:54:29.146Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-28T01:54:29.151Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-28T01:54:29.319Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-28T01:54:29.731Z | info: downloading component 'cargo' |
34 | 2023-11-28T01:54:29.984Z | info: downloading component 'clippy' |
35 | 2023-11-28T01:54:30.235Z | info: downloading component 'rust-docs' |
36 | 2023-11-28T01:54:31.077Z | info: downloading component 'rust-std' |
37 | 2023-11-28T01:54:32.581Z | info: downloading component 'rustc' |
38 | 2023-11-28T01:54:36.211Z | info: downloading component 'rustfmt' |
39 | 2023-11-28T01:54:36.430Z | info: installing component 'cargo' |
40 | 2023-11-28T01:54:38.406Z | info: installing component 'clippy' |
41 | 2023-11-28T01:54:39.283Z | info: installing component 'rust-docs' |
42 | 2023-11-28T01:54:42.459Z | info: installing component 'rust-std' |
43 | 2023-11-28T01:54:45.777Z | info: installing component 'rustc' |
44 | 2023-11-28T01:54:55.942Z | info: installing component 'rustfmt' |
45 | 2023-11-28T01:54:56.499Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-28T01:54:56.499Z | |
47 | 2023-11-28T01:54:56.661Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-28T01:54:56.661Z | |
49 | 2023-11-28T01:54:56.664Z | |
50 | 2023-11-28T01:54:56.664Z | Rust is installed now. Great! |
51 | 2023-11-28T01:54:56.664Z | |
52 | 2023-11-28T01:54:56.664Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-28T01:54:56.664Z | environment variable. This has not been done automatically. |
54 | 2023-11-28T01:54:56.664Z | |
55 | 2023-11-28T01:54:56.664Z | To configure your current shell, run: |
56 | 2023-11-28T01:54:56.664Z | source "$HOME/.cargo/env" |
57 | 2023-11-28T01:54:56.750Z | + rustc --version |
58 | 2023-11-28T01:54:56.865Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-28T01:54:56.871Z | process exited: duration 30703 ms, exit code 0 |
|
60 | 2023-11-28T01:54:56.899Z | starting task 2: "authentication" |
61 | 2023-11-28T01:54:56.930Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-28T01:54:56.940Z | starting task 3: "clone repository" |
63 | 2023-11-28T01:54:56.945Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-28T01:54:56.949Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-28T01:54:56.988Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-28T01:55:03.067Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-28T01:55:03.071Z | + [[ -n '' ]] |
68 | 2023-11-28T01:55:03.071Z | + git fetch origin d8329ac62bb1c4204af385baba4b0f02419b6af4 |
69 | 2023-11-28T01:55:03.470Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-28T01:55:03.470Z | * branch d8329ac62bb1c4204af385baba4b0f02419b6af4 -> FETCH_HEAD |
71 | 2023-11-28T01:55:03.482Z | + git reset --hard d8329ac62bb1c4204af385baba4b0f02419b6af4 |
72 | 2023-11-28T01:55:03.642Z | HEAD is now at d8329ac6 debug -> trace |
73 | 2023-11-28T01:55:03.648Z | process exited: duration 6706 ms, exit code 0 |
|
74 | 2023-11-28T01:55:03.655Z | starting task 4: "build" |
75 | 2023-11-28T01:55:03.662Z | + cargo --version |
76 | 2023-11-28T01:55:03.669Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
77 | 2023-11-28T01:55:03.903Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
78 | 2023-11-28T01:55:03.908Z | info: downloading component 'cargo' |
79 | 2023-11-28T01:55:04.758Z | info: downloading component 'clippy' |
80 | 2023-11-28T01:55:05.026Z | info: downloading component 'rust-docs' |
81 | 2023-11-28T01:55:06.093Z | info: downloading component 'rust-std' |
82 | 2023-11-28T01:55:07.829Z | info: downloading component 'rustc' |
83 | 2023-11-28T01:55:12.165Z | info: downloading component 'rustfmt' |
84 | 2023-11-28T01:55:12.424Z | info: installing component 'cargo' |
85 | 2023-11-28T01:55:13.712Z | info: installing component 'clippy' |
86 | 2023-11-28T01:55:14.175Z | info: installing component 'rust-docs' |
87 | 2023-11-28T01:55:17.093Z | info: installing component 'rust-std' |
88 | 2023-11-28T01:55:19.659Z | info: installing component 'rustc' |
89 | 2023-11-28T01:55:25.845Z | info: installing component 'rustfmt' |
90 | 2023-11-28T01:55:26.388Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
91 | 2023-11-28T01:55:26.392Z | + rustc --version |
92 | 2023-11-28T01:55:26.519Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
93 | 2023-11-28T01:55:26.525Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2023-11-28T01:55:35.579Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2023-11-28T01:55:36.637Z | Startup: Caching catalogs ... Done |
96 | 2023-11-28T01:55:42.018Z | Planning: Solver setup ... Done (5.034s) |
97 | 2023-11-28T01:55:42.144Z | Planning: Running solver ... Done (0.125s) |
98 | 2023-11-28T01:55:42.205Z | Planning: Finding local manifests ... Done (0.003s) |
99 | 2023-11-28T01:55:42.214Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2023-11-28T01:55:42.494Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2023-11-28T01:55:42.576Z | Planning: Package planning ... Done (0.079s) |
102 | 2023-11-28T01:55:42.655Z | Planning: Merging actions ... Done (0.083s) |
103 | 2023-11-28T01:55:43.302Z | Planning: Checking for conflicting actions ... Done (0.648s) |
104 | 2023-11-28T01:55:43.320Z | Planning: Consolidating action changes ... Done (0.017s) |
105 | 2023-11-28T01:55:46.742Z | Planning: Evaluating mediators ... Done (3.421s) |
106 | 2023-11-28T01:55:46.757Z | Planning: Planning completed in 10.07 seconds |
107 | 2023-11-28T01:55:46.783Z | Packages to install: 4 |
108 | 2023-11-28T01:55:46.783Z | Mediators to change: 2 |
109 | 2023-11-28T01:55:46.812Z | Services to change: 1 |
110 | 2023-11-28T01:55:46.812Z | Estimated space available: 148.88 GB |
111 | 2023-11-28T01:55:46.813Z | Estimated space to be consumed: 1.37 GB |
112 | 2023-11-28T01:55:46.813Z | Create boot environment: No |
113 | 2023-11-28T01:55:46.813Z | Create backup boot environment: No |
114 | 2023-11-28T01:55:46.813Z | Rebuild boot archive: No |
115 | 2023-11-28T01:55:46.813Z | |
116 | 2023-11-28T01:55:46.813Z | Changed mediators: |
117 | 2023-11-28T01:55:46.813Z | mediator clang: |
118 | 2023-11-28T01:55:46.813Z | version: None -> 15 (system default) |
119 | 2023-11-28T01:55:46.813Z | |
120 | 2023-11-28T01:55:46.813Z | mediator llvm: |
121 | 2023-11-28T01:55:46.813Z | version: 14 (system default) -> 15 (system default) |
122 | 2023-11-28T01:55:46.813Z | |
123 | 2023-11-28T01:55:46.813Z | Changed packages: |
124 | 2023-11-28T01:55:46.813Z | helios-dev |
125 | 2023-11-28T01:55:46.813Z | developer/build-essential |
126 | 2023-11-28T01:55:46.813Z | None -> 11-2.0 |
127 | 2023-11-28T01:55:46.813Z | library/libxmlsec1 |
128 | 2023-11-28T01:55:46.813Z | None -> 1.2.35-2.0 |
129 | 2023-11-28T01:55:46.815Z | ooce/developer/clang-15 |
130 | 2023-11-28T01:55:46.815Z | None -> 15.0.7-2.0 |
131 | 2023-11-28T01:55:46.815Z | ooce/developer/llvm-15 |
132 | 2023-11-28T01:55:46.815Z | None -> 15.0.7-2.0 |
133 | 2023-11-28T01:55:46.815Z | |
134 | 2023-11-28T01:55:46.815Z | Services: |
135 | 2023-11-28T01:55:46.815Z | restart_fmri: |
136 | 2023-11-28T01:55:46.821Z | svc:/system/update-man-index:default |
137 | 2023-11-28T01:55:46.950Z | |
138 | 2023-11-28T01:55:46.951Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2023-11-28T01:55:51.958Z | Download: 1195/3290 items 75.5/212.6MB 35% complete (15.3M/s) |
140 | 2023-11-28T01:55:56.946Z | Download: 1660/3290 items 117.9/212.6MB 55% complete (12.1M/s) |
141 | 2023-11-28T01:56:07.739Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (9.7M/s) |
142 | 2023-11-28T01:56:13.044Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (18.0M/s) |
143 | 2023-11-28T01:56:20.352Z | Download: 3287/3290 items 212.6/212.6MB 99% complete (12.3M/s) |
144 | 2023-11-28T01:56:20.399Z | Download: Completed 212.60 MB in 33.46 seconds (6.3M/s) |
145 | 2023-11-28T01:56:21.037Z | Actions: 1/3687 actions (Installing new actions) |
146 | 2023-11-28T01:56:25.703Z | Actions: 3006/3687 actions (Installing new actions) |
147 | 2023-11-28T01:56:28.888Z | Actions: Completed 3687 actions in 8.26 seconds. |
148 | 2023-11-28T01:56:28.984Z | Done (0.091s) |
149 | 2023-11-28T01:56:28.984Z | Done (0.000s) |
150 | 2023-11-28T01:56:29.207Z | Done (0.227s) |
151 | 2023-11-28T01:56:36.491Z | Done (7.169s) |
152 | 2023-11-28T01:56:36.776Z | Done (0.130s) |
153 | 2023-11-28T01:56:36.786Z | Done (0.000s) |
154 | 2023-11-28T01:56:36.938Z | Done (0.000s) |
155 | 2023-11-28T01:56:37.634Z | Planning: Evaluating mediator changes ... Done |
156 | 2023-11-28T01:56:37.915Z | Planning: Checking for conflicting actions ... Done |
157 | 2023-11-28T01:56:37.920Z | Planning: Consolidating action changes ... Done |
158 | 2023-11-28T01:56:38.363Z | Planning: Evaluating mediators ... Done |
159 | 2023-11-28T01:56:38.383Z | Planning: Planning completed in 0.72 seconds |
160 | 2023-11-28T01:56:38.412Z | Mediators to change: 2 |
161 | 2023-11-28T01:56:38.412Z | Create boot environment: No |
162 | 2023-11-28T01:56:38.430Z | Create backup boot environment: No |
163 | 2023-11-28T01:56:38.517Z | Done |
164 | 2023-11-28T01:56:38.517Z | Done |
165 | 2023-11-28T01:56:38.659Z | Done |
166 | 2023-11-28T01:56:44.469Z | Done |
167 | 2023-11-28T01:56:44.602Z | Done |
168 | 2023-11-28T01:56:44.618Z | Done |
169 | 2023-11-28T01:56:44.699Z | Done |
170 | 2023-11-28T01:56:45.725Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-11-28T01:56:45.740Z | Planning: Merging actions ... Done |
172 | 2023-11-28T01:56:46.055Z | Planning: Checking for conflicting actions ... Done |
173 | 2023-11-28T01:56:46.071Z | Planning: Consolidating action changes ... Done |
174 | 2023-11-28T01:56:46.489Z | Planning: Evaluating mediators ... Done |
175 | 2023-11-28T01:56:46.583Z | Planning: Planning completed in 1.31 seconds |
176 | 2023-11-28T01:56:46.652Z | Packages to change: 1 |
177 | 2023-11-28T01:56:46.652Z | Mediators to change: 1 |
178 | 2023-11-28T01:56:46.663Z | Services to change: 1 |
179 | 2023-11-28T01:56:46.663Z | Create boot environment: No |
180 | 2023-11-28T01:56:46.663Z | Create backup boot environment: Yes |
181 | 2023-11-28T01:56:49.254Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2023-11-28T01:56:49.261Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2023-11-28T01:56:49.261Z | Done |
184 | 2023-11-28T01:56:49.261Z | Done |
185 | 2023-11-28T01:56:49.310Z | Done |
186 | 2023-11-28T01:56:55.047Z | Done |
187 | 2023-11-28T01:56:55.171Z | Done |
188 | 2023-11-28T01:56:55.183Z | Done |
189 | 2023-11-28T01:56:55.291Z | Done |
190 | 2023-11-28T01:56:55.968Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2023-11-28T01:56:55.968Z | clang system 15 system |
192 | 2023-11-28T01:56:55.969Z | csh system system illumos |
193 | 2023-11-28T01:56:55.969Z | ctags system system illumos |
194 | 2023-11-28T01:56:55.969Z | gcc vendor 12 vendor |
195 | 2023-11-28T01:56:55.969Z | gcc system 10 system |
196 | 2023-11-28T01:56:55.969Z | gcc system 7 system |
197 | 2023-11-28T01:56:55.969Z | go system 1.20 system |
198 | 2023-11-28T01:56:55.969Z | go system 1.19 system |
199 | 2023-11-28T01:56:55.969Z | llvm system 15 system |
200 | 2023-11-28T01:56:55.969Z | llvm system 14 system |
201 | 2023-11-28T01:56:55.969Z | mariadb system 10.6 system |
202 | 2023-11-28T01:56:55.969Z | mta vendor vendor dma |
203 | 2023-11-28T01:56:55.969Z | openjdk system 17 system |
204 | 2023-11-28T01:56:55.969Z | openjdk system 11 system |
205 | 2023-11-28T01:56:55.969Z | openjdk system 1.8 system |
206 | 2023-11-28T01:56:55.969Z | openssl vendor 3 vendor |
207 | 2023-11-28T01:56:55.969Z | perl system 5.36 system |
208 | 2023-11-28T01:56:55.969Z | postgresql system 15 system |
209 | 2023-11-28T01:56:55.969Z | postgresql system 13 system |
210 | 2023-11-28T01:56:55.969Z | python vendor 3 vendor |
211 | 2023-11-28T01:56:55.969Z | python system 2 system |
212 | 2023-11-28T01:56:55.969Z | python3 system 3.11 system |
213 | 2023-11-28T01:56:55.969Z | ruby system 3.0 system |
214 | 2023-11-28T01:56:55.969Z | words vendor vendor american-english |
215 | 2023-11-28T01:56:55.969Z | words system system australian-english |
216 | 2023-11-28T01:56:55.969Z | words system system british-english |
217 | 2023-11-28T01:56:55.969Z | words system system canadian-english |
218 | 2023-11-28T01:56:55.969Z | words system system french |
219 | 2023-11-28T01:56:55.971Z | words system system italian |
220 | 2023-11-28T01:56:55.971Z | words system system ngerman |
221 | 2023-11-28T01:56:55.971Z | words system system ogerman |
222 | 2023-11-28T01:56:55.971Z | words system system spanish |
223 | 2023-11-28T01:56:56.495Z | FMRI IFO |
224 | 2023-11-28T01:56:56.495Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2023-11-28T01:56:56.495Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2023-11-28T01:56:56.495Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2023-11-28T01:56:56.495Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
228 | 2023-11-28T01:56:56.495Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2023-11-28T01:56:56.495Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
230 | 2023-11-28T01:56:56.985Z | + set -o errexit |
231 | 2023-11-28T01:56:57.413Z | +++ dirname ./tools/ci_download_cockroachdb |
232 | 2023-11-28T01:56:57.413Z | ++ cd ./tools |
233 | 2023-11-28T01:56:57.413Z | ++ pwd |
234 | 2023-11-28T01:56:57.413Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
235 | 2023-11-28T01:56:57.414Z | ++ basename ./tools/ci_download_cockroachdb |
236 | 2023-11-28T01:56:57.414Z | + ARG0=ci_download_cockroachdb |
237 | 2023-11-28T01:56:57.414Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
238 | 2023-11-28T01:56:57.414Z | + CIDL_VERSION=v22.1.9 |
239 | 2023-11-28T01:56:57.414Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
240 | 2023-11-28T01:56:57.414Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
241 | 2023-11-28T01:56:57.414Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
242 | 2023-11-28T01:56:57.414Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
243 | 2023-11-28T01:56:57.414Z | + TARGET_DIR=out |
244 | 2023-11-28T01:56:57.414Z | + DOWNLOAD_DIR=out/downloads |
245 | 2023-11-28T01:56:57.414Z | + DEST_DIR=./out/cockroachdb |
246 | 2023-11-28T01:56:57.414Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
247 | 2023-11-28T01:56:57.414Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
248 | 2023-11-28T01:56:57.414Z | + main |
249 | 2023-11-28T01:56:57.414Z | + [[ 0 != 0 ]] |
250 | 2023-11-28T01:56:57.414Z | + CIDL_OS=solaris2.11 |
251 | 2023-11-28T01:56:57.414Z | + [[ 0 != 0 ]] |
252 | 2023-11-28T01:56:57.414Z | + configure_os solaris2.11 |
253 | 2023-11-28T01:56:57.415Z | + echo 'current directory: /work/oxidecomputer/omicron' |
254 | 2023-11-28T01:56:57.415Z | current directory: /work/oxidecomputer/omicron |
255 | 2023-11-28T01:56:57.415Z | configuring based on OS: "solaris2.11" |
256 | 2023-11-28T01:56:57.415Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2023-11-28T01:56:57.415Z | + case "$1" in |
258 | 2023-11-28T01:56:57.415Z | + CIDL_BUILD=illumos |
259 | 2023-11-28T01:56:57.415Z | + CIDL_SUFFIX=tar.gz |
260 | 2023-11-28T01:56:57.415Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
261 | 2023-11-28T01:56:57.415Z | + CIDL_MD5FUNC=do_md5sum |
262 | 2023-11-28T01:56:57.415Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2023-11-28T01:56:57.416Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2023-11-28T01:56:57.416Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2023-11-28T01:56:57.416Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-11-28T01:56:57.416Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-11-28T01:56:57.416Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2023-11-28T01:56:57.416Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-28T01:56:57.416Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2023-11-28T01:56:57.416Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-28T01:56:57.416Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-28T01:56:57.416Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-28T01:56:57.416Z | + mkdir -p out/downloads |
274 | 2023-11-28T01:56:57.416Z | + mkdir -p ./out/cockroachdb |
275 | 2023-11-28T01:56:57.416Z | + local DO_DOWNLOAD=true |
276 | 2023-11-28T01:56:57.416Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
277 | 2023-11-28T01:56:57.416Z | + '[' true == true ']' |
278 | 2023-11-28T01:56:57.416Z | + echo Downloading... |
279 | 2023-11-28T01:56:57.416Z | Downloading... |
280 | 2023-11-28T01:56:57.416Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-11-28T01:56:57.416Z | + 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 |
282 | 2023-11-28T01:56:58.595Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-28T01:56:58.602Z | ++ md5sum |
284 | 2023-11-28T01:56:58.602Z | ++ awk '{print $1}' |
285 | 2023-11-28T01:56:58.789Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-11-28T01:56:58.789Z | + [[ 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 ]] |
287 | 2023-11-28T01:56:58.789Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-28T01:56:58.796Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
289 | 2023-11-28T01:57:02.188Z | + do_assemble_illumos |
290 | 2023-11-28T01:57:02.188Z | + rm -r ./out/cockroachdb |
291 | 2023-11-28T01:57:02.198Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
292 | 2023-11-28T01:57:02.786Z | + ./out/cockroachdb/bin/cockroach version |
293 | 2023-11-28T01:57:02.998Z | Build Tag: v22.1.9-dirty |
294 | 2023-11-28T01:57:02.998Z | Build Time: 2022/10/26 21:17:46 |
295 | 2023-11-28T01:57:02.998Z | Distribution: OSS |
296 | 2023-11-28T01:57:02.998Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
297 | 2023-11-28T01:57:02.998Z | Go Version: go1.17.13 |
298 | 2023-11-28T01:57:02.998Z | C Compiler: gcc 10.3.0 |
299 | 2023-11-28T01:57:02.998Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
300 | 2023-11-28T01:57:02.998Z | Build Type: release |
301 | 2023-11-28T01:57:03.018Z | + set -o errexit |
302 | 2023-11-28T01:57:03.022Z | +++ dirname ./tools/ci_download_clickhouse |
303 | 2023-11-28T01:57:03.026Z | ++ cd ./tools |
304 | 2023-11-28T01:57:03.026Z | ++ pwd |
305 | 2023-11-28T01:57:03.026Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
306 | 2023-11-28T01:57:03.026Z | ++ basename ./tools/ci_download_clickhouse |
307 | 2023-11-28T01:57:03.026Z | + ARG0=ci_download_clickhouse |
308 | 2023-11-28T01:57:03.026Z | + TARGET_DIR=out |
309 | 2023-11-28T01:57:03.026Z | + DOWNLOAD_DIR=out/downloads |
310 | 2023-11-28T01:57:03.026Z | + DEST_DIR=./out/clickhouse |
311 | 2023-11-28T01:57:03.026Z | + CIDL_VERSION=v22.8.9.24 |
312 | 2023-11-28T01:57:03.026Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
313 | 2023-11-28T01:57:03.026Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
314 | 2023-11-28T01:57:03.026Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
315 | 2023-11-28T01:57:03.026Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
316 | 2023-11-28T01:57:03.026Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
317 | 2023-11-28T01:57:03.030Z | + main |
318 | 2023-11-28T01:57:03.030Z | + [[ 0 != 0 ]] |
319 | 2023-11-28T01:57:03.030Z | + CIDL_OS=solaris2.11 |
320 | 2023-11-28T01:57:03.030Z | + [[ 0 != 0 ]] |
321 | 2023-11-28T01:57:03.030Z | + configure_os solaris2.11 |
322 | 2023-11-28T01:57:03.030Z | + echo 'current directory: /work/oxidecomputer/omicron' |
323 | 2023-11-28T01:57:03.030Z | current directory: /work/oxidecomputer/omicron |
324 | 2023-11-28T01:57:03.030Z | configuring based on OS: "solaris2.11" |
325 | 2023-11-28T01:57:03.030Z | + echo 'configuring based on OS: "solaris2.11"' |
326 | 2023-11-28T01:57:03.030Z | + CIDL_DASHREV= |
327 | 2023-11-28T01:57:03.030Z | + case "$1" in |
328 | 2023-11-28T01:57:03.030Z | + CIDL_PLATFORM=illumos |
329 | 2023-11-28T01:57:03.031Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-11-28T01:57:03.031Z | + CIDL_MD5FUNC=do_md5sum |
331 | 2023-11-28T01:57:03.031Z | + CIDL_DASHREV=-1 |
332 | 2023-11-28T01:57:03.031Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
333 | 2023-11-28T01:57:03.031Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-11-28T01:57:03.031Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-28T01:57:03.031Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-28T01:57:03.031Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
337 | 2023-11-28T01:57:03.031Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-28T01:57:03.031Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-28T01:57:03.031Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2023-11-28T01:57:03.031Z | + mkdir -p out/downloads |
341 | 2023-11-28T01:57:03.031Z | + mkdir -p ./out/clickhouse |
342 | 2023-11-28T01:57:03.034Z | + local DO_DOWNLOAD=true |
343 | 2023-11-28T01:57:03.035Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
344 | 2023-11-28T01:57:03.035Z | + '[' true == true ']' |
345 | 2023-11-28T01:57:03.035Z | + echo Downloading... |
346 | 2023-11-28T01:57:03.035Z | Downloading... |
347 | 2023-11-28T01:57:03.035Z | + 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 |
348 | 2023-11-28T01:57:03.035Z | + 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 |
349 | 2023-11-28T01:57:04.493Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-28T01:57:04.496Z | ++ md5sum |
351 | 2023-11-28T01:57:04.496Z | ++ awk '{print $1}' |
352 | 2023-11-28T01:57:04.775Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-11-28T01:57:04.775Z | + [[ 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 ]] |
354 | 2023-11-28T01:57:04.775Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
355 | 2023-11-28T01:57:04.787Z | + mkdir -p ./out/clickhouse |
356 | 2023-11-28T01:57:04.787Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
357 | 2023-11-28T01:57:09.680Z | + ./out/clickhouse/clickhouse server --version |
358 | 2023-11-28T01:57:09.740Z | ClickHouse server version 22.8.9.1. |
359 | 2023-11-28T01:57:09.766Z | + set -o errexit |
360 | 2023-11-28T01:57:09.773Z | +++ dirname ./tools/ci_download_console |
361 | 2023-11-28T01:57:09.773Z | ++ cd ./tools |
362 | 2023-11-28T01:57:09.774Z | ++ pwd |
363 | 2023-11-28T01:57:09.774Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
364 | 2023-11-28T01:57:09.774Z | ++ basename ./tools/ci_download_console |
365 | 2023-11-28T01:57:09.774Z | + ARG0=ci_download_console |
366 | 2023-11-28T01:57:09.774Z | + TARGET_DIR=out |
367 | 2023-11-28T01:57:09.774Z | + DOWNLOAD_DIR=out/downloads |
368 | 2023-11-28T01:57:09.774Z | + DEST_DIR=./out/console-assets |
369 | 2023-11-28T01:57:09.774Z | + source /work/oxidecomputer/omicron/tools/console_version |
370 | 2023-11-28T01:57:09.774Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
371 | 2023-11-28T01:57:09.774Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
372 | 2023-11-28T01:57:09.774Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
373 | 2023-11-28T01:57:09.774Z | + TARBALL_FILE=out/downloads/console.tar.gz |
374 | 2023-11-28T01:57:09.774Z | + main |
375 | 2023-11-28T01:57:09.774Z | + [[ 0 != 0 ]] |
376 | 2023-11-28T01:57:09.774Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
377 | 2023-11-28T01:57:09.774Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-28T01:57:09.774Z | + echo 'Local file: out/downloads/console.tar.gz' |
379 | 2023-11-28T01:57:09.774Z | Local file: out/downloads/console.tar.gz |
380 | 2023-11-28T01:57:09.774Z | + local DO_DOWNLOAD=true |
381 | 2023-11-28T01:57:09.774Z | + [[ -f out/downloads/console.tar.gz ]] |
382 | 2023-11-28T01:57:09.774Z | + mkdir -p out/downloads |
383 | 2023-11-28T01:57:09.783Z | + '[' true == true ']' |
384 | 2023-11-28T01:57:09.783Z | + echo Downloading... |
385 | 2023-11-28T01:57:09.784Z | Downloading... |
386 | 2023-11-28T01:57:09.784Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
387 | 2023-11-28T01:57:09.784Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
388 | 2023-11-28T01:57:10.551Z | ++ do_sha256sum out/downloads/console.tar.gz |
389 | 2023-11-28T01:57:10.563Z | ++ case "$OSTYPE" in |
390 | 2023-11-28T01:57:10.564Z | ++ SHA=sha256sum |
391 | 2023-11-28T01:57:10.564Z | ++ sha256sum |
392 | 2023-11-28T01:57:10.564Z | ++ awk '{print $1}' |
393 | 2023-11-28T01:57:10.577Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
394 | 2023-11-28T01:57:10.577Z | + [[ 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 ]] |
395 | 2023-11-28T01:57:10.577Z | + rm -rf ./out/console-assets |
396 | 2023-11-28T01:57:10.591Z | + mkdir -p ./out/console-assets |
397 | 2023-11-28T01:57:10.592Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
398 | 2023-11-28T01:57:10.592Z | + mkdir -p ./out/console-assets |
399 | 2023-11-28T01:57:10.592Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
400 | 2023-11-28T01:57:10.713Z | + set -o errexit |
401 | 2023-11-28T01:57:10.721Z | +++ dirname ./tools/ci_download_maghemite_openapi |
402 | 2023-11-28T01:57:10.721Z | ++ cd ./tools |
403 | 2023-11-28T01:57:10.721Z | ++ pwd |
404 | 2023-11-28T01:57:10.721Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2023-11-28T01:57:10.722Z | ++ basename ./tools/ci_download_maghemite_openapi |
406 | 2023-11-28T01:57:10.722Z | + ARG0=ci_download_maghemite_openapi |
407 | 2023-11-28T01:57:10.722Z | + TARGET_DIR=out |
408 | 2023-11-28T01:57:10.722Z | + DOWNLOAD_DIR=out/downloads |
409 | 2023-11-28T01:57:10.722Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
410 | 2023-11-28T01:57:10.730Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
411 | 2023-11-28T01:57:10.730Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
412 | 2023-11-28T01:57:10.730Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
413 | 2023-11-28T01:57:10.730Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
414 | 2023-11-28T01:57:10.730Z | + main |
415 | 2023-11-28T01:57:10.730Z | + [[ 0 != 0 ]] |
416 | 2023-11-28T01:57:10.730Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
417 | 2023-11-28T01:57:10.730Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
418 | 2023-11-28T01:57:10.730Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
419 | 2023-11-28T01:57:10.730Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
420 | 2023-11-28T01:57:10.730Z | + local DO_DOWNLOAD=true |
421 | 2023-11-28T01:57:10.730Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
422 | 2023-11-28T01:57:10.730Z | + mkdir -p out/downloads |
423 | 2023-11-28T01:57:10.730Z | + '[' true == true ']' |
424 | 2023-11-28T01:57:10.730Z | + echo Downloading... |
425 | 2023-11-28T01:57:10.730Z | Downloading... |
426 | 2023-11-28T01:57:10.730Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
427 | 2023-11-28T01:57:10.730Z | + 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 |
428 | 2023-11-28T01:57:11.080Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
429 | 2023-11-28T01:57:11.098Z | ++ case "$OSTYPE" in |
430 | 2023-11-28T01:57:11.098Z | ++ SHA=sha256sum |
431 | 2023-11-28T01:57:11.099Z | ++ sha256sum |
432 | 2023-11-28T01:57:11.099Z | ++ awk '{print $1}' |
433 | 2023-11-28T01:57:11.099Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
434 | 2023-11-28T01:57:11.100Z | + [[ 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 ]] |
435 | 2023-11-28T01:57:11.100Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
436 | 2023-11-28T01:57:11.100Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
437 | 2023-11-28T01:57:11.100Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
438 | 2023-11-28T01:57:11.100Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
439 | 2023-11-28T01:57:11.100Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
440 | 2023-11-28T01:57:11.100Z | + main |
441 | 2023-11-28T01:57:11.100Z | + [[ 0 != 0 ]] |
442 | 2023-11-28T01:57:11.100Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
443 | 2023-11-28T01:57:11.100Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
444 | 2023-11-28T01:57:11.100Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
445 | 2023-11-28T01:57:11.100Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-28T01:57:11.100Z | + local DO_DOWNLOAD=true |
447 | 2023-11-28T01:57:11.100Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
448 | 2023-11-28T01:57:11.100Z | + mkdir -p out/downloads |
449 | 2023-11-28T01:57:11.100Z | + '[' true == true ']' |
450 | 2023-11-28T01:57:11.100Z | + echo Downloading... |
451 | 2023-11-28T01:57:11.100Z | Downloading... |
452 | 2023-11-28T01:57:11.100Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-28T01:57:11.100Z | + 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 |
454 | 2023-11-28T01:57:11.236Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-28T01:57:11.239Z | ++ case "$OSTYPE" in |
456 | 2023-11-28T01:57:11.239Z | ++ SHA=sha256sum |
457 | 2023-11-28T01:57:11.239Z | ++ sha256sum |
458 | 2023-11-28T01:57:11.239Z | ++ awk '{print $1}' |
459 | 2023-11-28T01:57:11.242Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
460 | 2023-11-28T01:57:11.242Z | + [[ 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 ]] |
461 | 2023-11-28T01:57:11.252Z | + set -o errexit |
462 | 2023-11-28T01:57:11.256Z | +++ dirname ./tools/ci_download_dendrite_openapi |
463 | 2023-11-28T01:57:11.256Z | ++ cd ./tools |
464 | 2023-11-28T01:57:11.257Z | ++ pwd |
465 | 2023-11-28T01:57:11.260Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-11-28T01:57:11.260Z | ++ basename ./tools/ci_download_dendrite_openapi |
467 | 2023-11-28T01:57:11.260Z | + ARG0=ci_download_dendrite_openapi |
468 | 2023-11-28T01:57:11.260Z | + TARGET_DIR=out |
469 | 2023-11-28T01:57:11.260Z | + DOWNLOAD_DIR=out/downloads |
470 | 2023-11-28T01:57:11.260Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
471 | 2023-11-28T01:57:11.260Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
472 | 2023-11-28T01:57:11.260Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
473 | 2023-11-28T01:57:11.260Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
474 | 2023-11-28T01:57:11.260Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
475 | 2023-11-28T01:57:11.260Z | + main |
476 | 2023-11-28T01:57:11.264Z | + [[ 0 != 0 ]] |
477 | 2023-11-28T01:57:11.264Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
478 | 2023-11-28T01:57:11.267Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
479 | 2023-11-28T01:57:11.267Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
480 | 2023-11-28T01:57:11.267Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
481 | 2023-11-28T01:57:11.267Z | + local DO_DOWNLOAD=true |
482 | 2023-11-28T01:57:11.267Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
483 | 2023-11-28T01:57:11.267Z | + mkdir -p out/downloads |
484 | 2023-11-28T01:57:11.267Z | + '[' true == true ']' |
485 | 2023-11-28T01:57:11.267Z | + echo Downloading... |
486 | 2023-11-28T01:57:11.267Z | Downloading... |
487 | 2023-11-28T01:57:11.267Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
488 | 2023-11-28T01:57:11.267Z | + 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 |
489 | 2023-11-28T01:57:11.413Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
490 | 2023-11-28T01:57:11.417Z | ++ case "$OSTYPE" in |
491 | 2023-11-28T01:57:11.417Z | ++ SHA=sha256sum |
492 | 2023-11-28T01:57:11.417Z | ++ sha256sum |
493 | 2023-11-28T01:57:11.417Z | ++ awk '{print $1}' |
494 | 2023-11-28T01:57:11.420Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
495 | 2023-11-28T01:57:11.423Z | + [[ 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 ]] |
496 | 2023-11-28T01:57:11.429Z | + set -o errexit |
497 | 2023-11-28T01:57:11.432Z | +++ dirname ./tools/ci_download_dendrite_stub |
498 | 2023-11-28T01:57:11.435Z | ++ cd ./tools |
499 | 2023-11-28T01:57:11.436Z | ++ pwd |
500 | 2023-11-28T01:57:11.436Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
501 | 2023-11-28T01:57:11.439Z | ++ basename ./tools/ci_download_dendrite_stub |
502 | 2023-11-28T01:57:11.439Z | + ARG0=ci_download_dendrite_stub |
503 | 2023-11-28T01:57:11.439Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
504 | 2023-11-28T01:57:11.439Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
505 | 2023-11-28T01:57:11.439Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
506 | 2023-11-28T01:57:11.439Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
507 | 2023-11-28T01:57:11.439Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2023-11-28T01:57:11.439Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
509 | 2023-11-28T01:57:11.439Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
510 | 2023-11-28T01:57:11.439Z | + TARGET_DIR=out |
511 | 2023-11-28T01:57:11.439Z | + DOWNLOAD_DIR=out/downloads |
512 | 2023-11-28T01:57:11.439Z | + DEST_DIR=./out/dendrite-stub |
513 | 2023-11-28T01:57:11.439Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
514 | 2023-11-28T01:57:11.439Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
515 | 2023-11-28T01:57:11.439Z | + REPO=oxidecomputer/dendrite |
516 | 2023-11-28T01:57:11.439Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
517 | 2023-11-28T01:57:11.439Z | + main |
518 | 2023-11-28T01:57:11.439Z | + [[ 0 != 0 ]] |
519 | 2023-11-28T01:57:11.439Z | + CIDL_OS=solaris2.11 |
520 | 2023-11-28T01:57:11.439Z | + [[ 0 != 0 ]] |
521 | 2023-11-28T01:57:11.439Z | + configure_os solaris2.11 |
522 | 2023-11-28T01:57:11.439Z | + echo 'current directory: /work/oxidecomputer/omicron' |
523 | 2023-11-28T01:57:11.439Z | current directory: /work/oxidecomputer/omicron |
524 | 2023-11-28T01:57:11.442Z | + echo 'configuring based on OS: "solaris2.11"' |
525 | 2023-11-28T01:57:11.442Z | + case "$1" in |
526 | 2023-11-28T01:57:11.442Z | configuring based on OS: "solaris2.11" |
527 | 2023-11-28T01:57:11.442Z | + SET_BINARIES= |
528 | 2023-11-28T01:57:11.442Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
529 | 2023-11-28T01:57:11.442Z | + CIDL_SHA256FUNC=do_sha256sum |
530 | 2023-11-28T01:57:11.442Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
531 | 2023-11-28T01:57:11.442Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
532 | 2023-11-28T01:57:11.443Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
533 | 2023-11-28T01:57:11.443Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
534 | 2023-11-28T01:57:11.443Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
535 | 2023-11-28T01:57:11.443Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
536 | 2023-11-28T01:57:11.443Z | + mkdir -p out/downloads |
537 | 2023-11-28T01:57:11.443Z | Local file: out/downloads/dendrite-stub.tar.gz |
538 | 2023-11-28T01:57:11.443Z | + mkdir -p ./out/dendrite-stub |
539 | 2023-11-28T01:57:11.446Z | + fetch_and_verify |
540 | 2023-11-28T01:57:11.446Z | + local DO_DOWNLOAD=true |
541 | 2023-11-28T01:57:11.446Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
542 | 2023-11-28T01:57:11.446Z | + '[' true == true ']' |
543 | 2023-11-28T01:57:11.446Z | + echo Downloading... |
544 | 2023-11-28T01:57:11.446Z | Downloading... |
545 | 2023-11-28T01:57:11.446Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
546 | 2023-11-28T01:57:11.446Z | + 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 |
547 | 2023-11-28T01:57:19.226Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-28T01:57:19.228Z | ++ sha256sum |
549 | 2023-11-28T01:57:19.228Z | ++ awk '{print $1}' |
550 | 2023-11-28T01:57:19.334Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
551 | 2023-11-28T01:57:19.334Z | + [[ 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 ]] |
552 | 2023-11-28T01:57:19.337Z | + do_untar out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-28T01:57:19.337Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
554 | 2023-11-28T01:57:20.382Z | + do_assemble |
555 | 2023-11-28T01:57:20.382Z | + rm -r ./out/dendrite-stub |
556 | 2023-11-28T01:57:20.388Z | + mkdir ./out/dendrite-stub |
557 | 2023-11-28T01:57:20.393Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
558 | 2023-11-28T01:57:20.509Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
559 | 2023-11-28T01:57:20.540Z | + set -o errexit |
560 | 2023-11-28T01:57:20.555Z | +++ dirname ./tools/ci_download_maghemite_mgd |
561 | 2023-11-28T01:57:20.555Z | ++ cd ./tools |
562 | 2023-11-28T01:57:20.555Z | ++ pwd |
563 | 2023-11-28T01:57:20.555Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
564 | 2023-11-28T01:57:20.555Z | ++ basename ./tools/ci_download_maghemite_mgd |
565 | 2023-11-28T01:57:20.555Z | + ARG0=ci_download_maghemite_mgd |
566 | 2023-11-28T01:57:20.555Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
567 | 2023-11-28T01:57:20.555Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
568 | 2023-11-28T01:57:20.555Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
569 | 2023-11-28T01:57:20.555Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
570 | 2023-11-28T01:57:20.555Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
571 | 2023-11-28T01:57:20.555Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
572 | 2023-11-28T01:57:20.555Z | + TARGET_DIR=out |
573 | 2023-11-28T01:57:20.555Z | + DOWNLOAD_DIR=out/downloads |
574 | 2023-11-28T01:57:20.555Z | + DEST_DIR=./out/mgd |
575 | 2023-11-28T01:57:20.556Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
576 | 2023-11-28T01:57:20.556Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
577 | 2023-11-28T01:57:20.556Z | + REPO=oxidecomputer/maghemite |
578 | 2023-11-28T01:57:20.556Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
579 | 2023-11-28T01:57:20.556Z | + main |
580 | 2023-11-28T01:57:20.556Z | + [[ 0 != 0 ]] |
581 | 2023-11-28T01:57:20.556Z | + CIDL_OS=solaris2.11 |
582 | 2023-11-28T01:57:20.556Z | + [[ 0 != 0 ]] |
583 | 2023-11-28T01:57:20.556Z | + configure_os solaris2.11 |
584 | 2023-11-28T01:57:20.556Z | + echo 'current directory: /work/oxidecomputer/omicron' |
585 | 2023-11-28T01:57:20.556Z | current directory: /work/oxidecomputer/omicron |
586 | 2023-11-28T01:57:20.556Z | + echo 'configuring based on OS: "solaris2.11"' |
587 | 2023-11-28T01:57:20.556Z | + case "$1" in |
588 | 2023-11-28T01:57:20.556Z | + SET_BINARIES= |
589 | 2023-11-28T01:57:20.556Z | configuring based on OS: "solaris2.11" |
590 | 2023-11-28T01:57:20.556Z | + CIDL_SHA256FUNC=do_sha256sum |
591 | 2023-11-28T01:57:20.556Z | + TARBALL_FILENAME=mgd.tar.gz |
592 | 2023-11-28T01:57:20.556Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
593 | 2023-11-28T01:57:20.557Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
594 | 2023-11-28T01:57:20.557Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
595 | 2023-11-28T01:57:20.557Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
596 | 2023-11-28T01:57:20.557Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
597 | 2023-11-28T01:57:20.557Z | + mkdir -p out/downloads |
598 | 2023-11-28T01:57:20.558Z | Local file: out/downloads/mgd.tar.gz |
599 | 2023-11-28T01:57:20.558Z | + mkdir -p ./out/mgd |
600 | 2023-11-28T01:57:20.558Z | + fetch_and_verify |
601 | 2023-11-28T01:57:20.558Z | + local DO_DOWNLOAD=true |
602 | 2023-11-28T01:57:20.558Z | + [[ -f out/downloads/mgd.tar.gz ]] |
603 | 2023-11-28T01:57:20.558Z | + '[' true == true ']' |
604 | 2023-11-28T01:57:20.558Z | + echo Downloading... |
605 | 2023-11-28T01:57:20.558Z | Downloading... |
606 | 2023-11-28T01:57:20.558Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
607 | 2023-11-28T01:57:20.558Z | + 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 |
608 | 2023-11-28T01:57:28.472Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
609 | 2023-11-28T01:57:28.600Z | ++ sha256sum |
610 | 2023-11-28T01:57:28.601Z | ++ awk '{print $1}' |
611 | 2023-11-28T01:57:28.651Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
612 | 2023-11-28T01:57:28.651Z | + [[ 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 ]] |
613 | 2023-11-28T01:57:28.651Z | + do_untar out/downloads/mgd.tar.gz |
614 | 2023-11-28T01:57:28.651Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
615 | 2023-11-28T01:57:29.199Z | + do_assemble |
616 | 2023-11-28T01:57:29.199Z | + rm -r ./out/mgd |
617 | 2023-11-28T01:57:29.211Z | + mkdir ./out/mgd |
618 | 2023-11-28T01:57:29.211Z | + cp -r out/downloads/root ./out/mgd/root |
619 | 2023-11-28T01:57:29.408Z | + set -o errexit |
620 | 2023-11-28T01:57:29.411Z | +++ dirname ./tools/ci_download_transceiver_control |
621 | 2023-11-28T01:57:29.414Z | ++ cd ./tools |
622 | 2023-11-28T01:57:29.414Z | ++ pwd |
623 | 2023-11-28T01:57:29.414Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
624 | 2023-11-28T01:57:29.417Z | ++ basename ./tools/ci_download_transceiver_control |
625 | 2023-11-28T01:57:29.417Z | + ARG0=ci_download_transceiver_control |
626 | 2023-11-28T01:57:29.417Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
627 | 2023-11-28T01:57:29.417Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
628 | 2023-11-28T01:57:29.417Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
629 | 2023-11-28T01:57:29.417Z | + TARGET_DIR=out |
630 | 2023-11-28T01:57:29.417Z | + DOWNLOAD_DIR=out/downloads |
631 | 2023-11-28T01:57:29.417Z | + DEST_DIR=./out/transceiver-control |
632 | 2023-11-28T01:57:29.417Z | + BIN_DIR=/opt/oxide/bin |
633 | 2023-11-28T01:57:29.417Z | + BINARY=xcvradm |
634 | 2023-11-28T01:57:29.417Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
635 | 2023-11-28T01:57:29.417Z | + REPO=oxidecomputer/transceiver-control |
636 | 2023-11-28T01:57:29.417Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2023-11-28T01:57:29.417Z | + main |
638 | 2023-11-28T01:57:29.417Z | + [[ 0 != 0 ]] |
639 | 2023-11-28T01:57:29.417Z | + CIDL_OS=solaris2.11 |
640 | 2023-11-28T01:57:29.417Z | + [[ 0 != 0 ]] |
641 | 2023-11-28T01:57:29.417Z | + configure_os solaris2.11 |
642 | 2023-11-28T01:57:29.421Z | + echo 'current directory: /work/oxidecomputer/omicron' |
643 | 2023-11-28T01:57:29.421Z | current directory: /work/oxidecomputer/omicron |
644 | 2023-11-28T01:57:29.421Z | + echo 'configuring based on OS: "solaris2.11"' |
645 | 2023-11-28T01:57:29.421Z | + case "$1" in |
646 | 2023-11-28T01:57:29.421Z | + SET_BINARIES= |
647 | 2023-11-28T01:57:29.421Z | configuring based on OS: "solaris2.11" |
648 | 2023-11-28T01:57:29.421Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
649 | 2023-11-28T01:57:29.421Z | + CIDL_SHA256FUNC=do_sha256sum |
650 | 2023-11-28T01:57:29.421Z | + ARCHIVE_FILENAME=xcvradm.gz |
651 | 2023-11-28T01:57:29.421Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
652 | 2023-11-28T01:57:29.421Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
653 | 2023-11-28T01:57:29.421Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
654 | 2023-11-28T01:57:29.422Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-11-28T01:57:29.422Z | Local file: out/downloads/xcvradm.gz |
656 | 2023-11-28T01:57:29.422Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2023-11-28T01:57:29.422Z | + mkdir -p out/downloads |
658 | 2023-11-28T01:57:29.422Z | + mkdir -p ./out/transceiver-control |
659 | 2023-11-28T01:57:29.424Z | + fetch_and_verify |
660 | 2023-11-28T01:57:29.424Z | + local DO_DOWNLOAD=true |
661 | 2023-11-28T01:57:29.425Z | + [[ -f out/downloads/xcvradm.gz ]] |
662 | 2023-11-28T01:57:29.425Z | + '[' true == true ']' |
663 | 2023-11-28T01:57:29.425Z | + echo Downloading... |
664 | 2023-11-28T01:57:29.425Z | Downloading... |
665 | 2023-11-28T01:57:29.425Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
666 | 2023-11-28T01:57:29.425Z | + 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 |
667 | 2023-11-28T01:57:31.808Z | ++ do_sha256sum out/downloads/xcvradm.gz |
668 | 2023-11-28T01:57:31.811Z | ++ sha256sum |
669 | 2023-11-28T01:57:31.811Z | ++ awk '{print $1}' |
670 | 2023-11-28T01:57:31.833Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2023-11-28T01:57:31.833Z | + [[ 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 ]] |
672 | 2023-11-28T01:57:31.836Z | + do_unpack out/downloads/xcvradm.gz |
673 | 2023-11-28T01:57:31.836Z | + mkdir -p out/downloads/root//opt/oxide/bin |
674 | 2023-11-28T01:57:31.836Z | + gzip -dc out/downloads/xcvradm.gz |
675 | 2023-11-28T01:57:32.450Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
676 | 2023-11-28T01:57:32.458Z | + do_assemble |
677 | 2023-11-28T01:57:32.458Z | + rm -r ./out/transceiver-control |
678 | 2023-11-28T01:57:32.458Z | + mkdir ./out/transceiver-control |
679 | 2023-11-28T01:57:32.458Z | + cp -r out/downloads/root ./out/transceiver-control/root |
680 | 2023-11-28T01:57:32.458Z | All prerequisites installed successfully |
681 | 2023-11-28T01:57:32.458Z | |
682 | 2023-11-28T01:57:32.459Z | real 2:05.753026901 |
683 | 2023-11-28T01:57:32.459Z | user 53.279711483 |
684 | 2023-11-28T01:57:32.459Z | sys 10.186378680 |
685 | 2023-11-28T01:57:32.459Z | trap 0.025636985 |
686 | 2023-11-28T01:57:32.459Z | tflt 0.215530662 |
687 | 2023-11-28T01:57:32.459Z | dflt 0.552096777 |
688 | 2023-11-28T01:57:32.459Z | kflt 0.140058331 |
689 | 2023-11-28T01:57:32.459Z | lock 1.560451167 |
690 | 2023-11-28T01:57:32.459Z | slp 3:51.950738651 |
691 | 2023-11-28T01:57:32.459Z | lat 3.495317722 |
692 | 2023-11-28T01:57:32.459Z | stop 0.062054315 |
693 | 2023-11-28T01:57:32.459Z | + banner end-to-end-tests |
694 | 2023-11-28T01:57:32.459Z | |
695 | 2023-11-28T01:57:32.459Z | ###### # # ##### ##### #### ###### # # ##### |
696 | 2023-11-28T01:57:32.459Z | # ## # # # # # # # ## # # # |
697 | 2023-11-28T01:57:32.460Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
698 | 2023-11-28T01:57:32.460Z | # # # # # # # # # # # # # # # |
699 | 2023-11-28T01:57:32.460Z | # # ## # # # # # # # ## # # |
700 | 2023-11-28T01:57:32.460Z | ###### # # ##### # #### ###### # # ##### |
701 | 2023-11-28T01:57:32.460Z | |
702 | 2023-11-28T01:57:32.461Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
703 | 2023-11-28T01:57:32.461Z | + CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-11-28T01:57:32.461Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
705 | 2023-11-28T01:57:32.461Z | + CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-11-28T01:57:32.461Z | + export CARGO_INCREMENTAL=0 |
707 | 2023-11-28T01:57:32.461Z | + CARGO_INCREMENTAL=0 |
708 | 2023-11-28T01:57:32.461Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
709 | 2023-11-28T01:57:32.694Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
710 | 2023-11-28T01:57:33.075Z | Updating crates.io index |
711 | 2023-11-28T01:57:33.078Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
712 | 2023-11-28T01:57:33.907Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
713 | 2023-11-28T01:57:35.713Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
714 | 2023-11-28T01:57:36.830Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
715 | 2023-11-28T01:57:36.830Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
716 | 2023-11-28T01:57:36.941Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
717 | 2023-11-28T01:57:37.275Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
718 | 2023-11-28T01:57:38.153Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
719 | 2023-11-28T01:57:40.179Z | Updating git repository `https://github.com/oxidecomputer/opte` |
720 | 2023-11-28T01:57:41.208Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
721 | 2023-11-28T01:57:41.648Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
722 | 2023-11-28T01:57:42.288Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
723 | 2023-11-28T01:57:42.683Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
724 | 2023-11-28T01:57:42.981Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
725 | 2023-11-28T01:57:43.514Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
726 | 2023-11-28T01:57:43.834Z | Updating git repository `https://github.com/njaremko/samael` |
727 | 2023-11-28T01:57:44.691Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
728 | 2023-11-28T01:57:44.987Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
729 | 2023-11-28T01:57:45.414Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
730 | 2023-11-28T01:57:45.754Z | Updating git repository `https://github.com/jgallagher/nix` |
731 | 2023-11-28T01:57:46.977Z | Updating git repository `https://github.com/cbiffle/hubpack` |
732 | 2023-11-28T01:57:47.444Z | Updating git repository `https://github.com/oxidecomputer/typify` |
733 | 2023-11-28T01:57:48.566Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
734 | 2023-11-28T01:57:48.957Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
735 | 2023-11-28T01:57:49.277Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
736 | 2023-11-28T01:57:50.914Z | Downloading crates ... |
737 | 2023-11-28T01:57:51.168Z | Downloaded atty v0.2.14 |
738 | 2023-11-28T01:57:51.182Z | Downloaded doc-comment v0.3.3 |
739 | 2023-11-28T01:57:51.182Z | Downloaded async-stream-impl v0.3.5 |
740 | 2023-11-28T01:57:51.607Z | Downloaded crucible-workspace-hack v0.1.0 |
741 | 2023-11-28T01:57:51.607Z | Downloaded async-stream v0.3.5 |
742 | 2023-11-28T01:57:51.607Z | Downloaded phf_shared v0.10.0 |
743 | 2023-11-28T01:57:51.607Z | Downloaded cancel-safe-futures v0.1.5 |
744 | 2023-11-28T01:57:51.620Z | Downloaded ciborium-io v0.2.1 |
745 | 2023-11-28T01:57:51.623Z | Downloaded cfg-if v1.0.0 |
746 | 2023-11-28T01:57:51.623Z | Downloaded openssl-probe v0.1.5 |
747 | 2023-11-28T01:57:51.623Z | Downloaded parse-display v0.8.2 |
748 | 2023-11-28T01:57:51.623Z | Downloaded option-ext v0.2.0 |
749 | 2023-11-28T01:57:51.623Z | Downloaded anstyle-query v1.0.0 |
750 | 2023-11-28T01:57:51.623Z | Downloaded phf_shared v0.11.2 |
751 | 2023-11-28T01:57:51.623Z | Downloaded polyval v0.6.1 |
752 | 2023-11-28T01:57:51.623Z | Downloaded paste v1.0.14 |
753 | 2023-11-28T01:57:51.623Z | Downloaded cstr-argument v0.1.2 |
754 | 2023-11-28T01:57:51.623Z | Downloaded darling_macro v0.20.3 |
755 | 2023-11-28T01:57:51.623Z | Downloaded normalize-line-endings v0.3.0 |
756 | 2023-11-28T01:57:51.623Z | Downloaded predicates-core v1.0.6 |
757 | 2023-11-28T01:57:51.623Z | Downloaded new_debug_unreachable v1.0.4 |
758 | 2023-11-28T01:57:51.623Z | Downloaded percent-encoding v2.3.0 |
759 | 2023-11-28T01:57:51.623Z | Downloaded pem v1.1.1 |
760 | 2023-11-28T01:57:51.623Z | Downloaded camino v1.1.6 |
761 | 2023-11-28T01:57:51.623Z | Downloaded openssl-macros v0.1.1 |
762 | 2023-11-28T01:57:51.623Z | Downloaded phf v0.11.2 |
763 | 2023-11-28T01:57:51.623Z | Downloaded num-iter v0.1.43 |
764 | 2023-11-28T01:57:51.623Z | Downloaded curve25519-dalek-derive v0.1.0 |
765 | 2023-11-28T01:57:51.623Z | Downloaded difflib v0.4.0 |
766 | 2023-11-28T01:57:51.623Z | Downloaded cbc v0.1.2 |
767 | 2023-11-28T01:57:51.623Z | Downloaded pin-utils v0.1.0 |
768 | 2023-11-28T01:57:51.623Z | Downloaded num_threads v0.1.6 |
769 | 2023-11-28T01:57:51.623Z | Downloaded ciborium-ll v0.2.1 |
770 | 2023-11-28T01:57:51.623Z | Downloaded byteorder v1.5.0 |
771 | 2023-11-28T01:57:51.623Z | Downloaded atomicwrites v0.4.2 |
772 | 2023-11-28T01:57:51.623Z | Downloaded num_enum_derive v0.5.11 |
773 | 2023-11-28T01:57:51.627Z | Downloaded clap_derive v4.4.2 |
774 | 2023-11-28T01:57:51.627Z | Downloaded pretty-hex v0.2.1 |
775 | 2023-11-28T01:57:51.627Z | Downloaded num_cpus v1.16.0 |
776 | 2023-11-28T01:57:51.627Z | Downloaded poly1305 v0.8.0 |
777 | 2023-11-28T01:57:51.627Z | Downloaded foreign-types-shared v0.1.1 |
778 | 2023-11-28T01:57:51.627Z | Downloaded take_mut v0.2.2 |
779 | 2023-11-28T01:57:51.627Z | Downloaded usdt-macro v0.3.5 |
780 | 2023-11-28T01:57:51.627Z | Downloaded http-range v0.1.5 |
781 | 2023-11-28T01:57:51.627Z | Downloaded cpufeatures v0.2.9 |
782 | 2023-11-28T01:57:51.627Z | Downloaded dyn-clone v1.0.13 |
783 | 2023-11-28T01:57:51.627Z | Downloaded tower-service v0.3.2 |
784 | 2023-11-28T01:57:51.627Z | Downloaded anstream v0.5.0 |
785 | 2023-11-28T01:57:51.627Z | Downloaded deranged v0.3.8 |
786 | 2023-11-28T01:57:51.627Z | Downloaded proc-macro-error-attr v1.0.4 |
787 | 2023-11-28T01:57:51.627Z | Downloaded block-buffer v0.10.4 |
788 | 2023-11-28T01:57:51.627Z | Downloaded adler v1.0.2 |
789 | 2023-11-28T01:57:51.627Z | Downloaded pkg-config v0.3.27 |
790 | 2023-11-28T01:57:51.627Z | Downloaded rand_core v0.5.1 |
791 | 2023-11-28T01:57:51.627Z | Downloaded parse-display-derive v0.8.2 |
792 | 2023-11-28T01:57:51.627Z | Downloaded num_enum v0.5.11 |
793 | 2023-11-28T01:57:51.627Z | Downloaded match_cfg v0.1.0 |
794 | 2023-11-28T01:57:51.627Z | Downloaded unicode-width v0.1.11 |
795 | 2023-11-28T01:57:51.627Z | Downloaded rand_core v0.6.4 |
796 | 2023-11-28T01:57:51.627Z | Downloaded cipher v0.4.4 |
797 | 2023-11-28T01:57:51.627Z | Downloaded parking_lot v0.12.1 |
798 | 2023-11-28T01:57:51.627Z | Downloaded anstyle-parse v0.2.1 |
799 | 2023-11-28T01:57:51.627Z | Downloaded unicase v2.7.0 |
800 | 2023-11-28T01:57:51.627Z | Downloaded fastrand v2.0.0 |
801 | 2023-11-28T01:57:51.628Z | Downloaded base64ct v1.6.0 |
802 | 2023-11-28T01:57:51.628Z | Downloaded hubpack_derive v0.1.1 |
803 | 2023-11-28T01:57:51.628Z | Downloaded hubpack v0.1.2 |
804 | 2023-11-28T01:57:51.628Z | Downloaded rcgen v0.11.3 |
805 | 2023-11-28T01:57:51.628Z | Downloaded usdt-impl v0.3.5 |
806 | 2023-11-28T01:57:51.628Z | Downloaded num-integer v0.1.45 |
807 | 2023-11-28T01:57:51.628Z | Downloaded platforms v3.0.2 |
808 | 2023-11-28T01:57:51.628Z | Downloaded untrusted v0.9.0 |
809 | 2023-11-28T01:57:51.628Z | Downloaded home v0.5.5 |
810 | 2023-11-28T01:57:51.628Z | Downloaded proc-macro-error v1.0.4 |
811 | 2023-11-28T01:57:51.628Z | Downloaded slog-dtrace v0.2.3 |
812 | 2023-11-28T01:57:51.628Z | Downloaded keccak v0.1.4 |
813 | 2023-11-28T01:57:51.628Z | Downloaded utf8parse v0.2.1 |
814 | 2023-11-28T01:57:51.628Z | Downloaded crossbeam-utils v0.8.16 |
815 | 2023-11-28T01:57:51.628Z | Downloaded native-tls v0.2.11 |
816 | 2023-11-28T01:57:51.628Z | Downloaded instant v0.1.12 |
817 | 2023-11-28T01:57:51.628Z | Downloaded anyhow v1.0.75 |
818 | 2023-11-28T01:57:51.629Z | Downloaded tinyvec_macros v0.1.1 |
819 | 2023-11-28T01:57:51.629Z | Downloaded ff v0.13.0 |
820 | 2023-11-28T01:57:51.629Z | Downloaded strum_macros v0.25.2 |
821 | 2023-11-28T01:57:51.629Z | Downloaded ident_case v1.0.1 |
822 | 2023-11-28T01:57:51.629Z | Downloaded strum v0.25.0 |
823 | 2023-11-28T01:57:51.629Z | Downloaded lru-cache v0.1.2 |
824 | 2023-11-28T01:57:51.629Z | Downloaded slab v0.4.9 |
825 | 2023-11-28T01:57:51.629Z | Downloaded md-5 v0.10.5 |
826 | 2023-11-28T01:57:51.629Z | Downloaded tempfile v3.8.0 |
827 | 2023-11-28T01:57:51.629Z | Downloaded num-traits v0.2.16 |
828 | 2023-11-28T01:57:51.629Z | Downloaded either v1.9.0 |
829 | 2023-11-28T01:57:51.629Z | Downloaded usdt-attr-macro v0.3.5 |
830 | 2023-11-28T01:57:51.629Z | Downloaded thiserror-impl-no-std v2.0.2 |
831 | 2023-11-28T01:57:51.629Z | Downloaded schemars_derive v0.8.13 |
832 | 2023-11-28T01:57:51.629Z | Downloaded want v0.3.1 |
833 | 2023-11-28T01:57:51.629Z | Downloaded tracing-attributes v0.1.26 |
834 | 2023-11-28T01:57:51.629Z | Downloaded futures-task v0.3.29 |
835 | 2023-11-28T01:57:51.629Z | Downloaded toml_datetime v0.6.5 |
836 | 2023-11-28T01:57:51.629Z | Downloaded zerocopy v0.3.0 |
837 | 2023-11-28T01:57:51.629Z | Downloaded derive_more v0.99.17 |
838 | 2023-11-28T01:57:51.629Z | Downloaded siphasher v0.3.11 |
839 | 2023-11-28T01:57:51.629Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2023-11-28T01:57:51.629Z | Downloaded foreign-types v0.3.2 |
841 | 2023-11-28T01:57:51.629Z | Downloaded thiserror-impl v1.0.49 |
842 | 2023-11-28T01:57:51.629Z | Downloaded rand v0.8.5 |
843 | 2023-11-28T01:57:51.629Z | Downloaded inout v0.1.3 |
844 | 2023-11-28T01:57:52.039Z | Downloaded crc32fast v1.3.2 |
845 | 2023-11-28T01:57:52.039Z | Downloaded signal-hook-registry v1.4.1 |
846 | 2023-11-28T01:57:52.039Z | Downloaded synstructure v0.12.6 |
847 | 2023-11-28T01:57:52.039Z | Downloaded stringprep v0.1.3 |
848 | 2023-11-28T01:57:52.039Z | Downloaded smallvec v1.11.0 |
849 | 2023-11-28T01:57:52.039Z | Downloaded zone_cfg_derive v0.3.0 |
850 | 2023-11-28T01:57:52.039Z | Downloaded float-cmp v0.9.0 |
851 | 2023-11-28T01:57:52.039Z | Downloaded zone v0.3.0 |
852 | 2023-11-28T01:57:52.039Z | Downloaded serde_repr v0.1.16 |
853 | 2023-11-28T01:57:52.039Z | Downloaded thread_local v1.1.7 |
854 | 2023-11-28T01:57:52.039Z | Downloaded httparse v1.8.0 |
855 | 2023-11-28T01:57:52.039Z | Downloaded fxhash v0.2.1 |
856 | 2023-11-28T01:57:52.039Z | Downloaded subprocess v0.2.9 |
857 | 2023-11-28T01:57:52.039Z | Downloaded fallible-iterator v0.2.0 |
858 | 2023-11-28T01:57:52.039Z | Downloaded openssl-sys v0.9.93 |
859 | 2023-11-28T01:57:52.039Z | Downloaded futures-io v0.3.29 |
860 | 2023-11-28T01:57:52.039Z | Downloaded subtle v2.5.0 |
861 | 2023-11-28T01:57:52.039Z | Downloaded futures-channel v0.3.29 |
862 | 2023-11-28T01:57:52.039Z | Downloaded foreign-types-shared v0.3.1 |
863 | 2023-11-28T01:57:52.039Z | Downloaded endian-type v0.1.2 |
864 | 2023-11-28T01:57:52.039Z | Downloaded kstat-rs v0.2.3 |
865 | 2023-11-28T01:57:52.039Z | Downloaded lalrpop-util v0.19.12 |
866 | 2023-11-28T01:57:52.039Z | Downloaded semver v0.11.0 |
867 | 2023-11-28T01:57:52.039Z | Downloaded hex v0.4.3 |
868 | 2023-11-28T01:57:52.039Z | Downloaded russh-keys v0.38.0 |
869 | 2023-11-28T01:57:52.039Z | Downloaded unicode-bidi v0.3.13 |
870 | 2023-11-28T01:57:52.039Z | Downloaded futures-core v0.3.29 |
871 | 2023-11-28T01:57:52.039Z | Downloaded slog v2.7.0 |
872 | 2023-11-28T01:57:52.039Z | Downloaded headers-core v0.2.0 |
873 | 2023-11-28T01:57:52.039Z | Downloaded untrusted v0.7.1 |
874 | 2023-11-28T01:57:52.039Z | Downloaded structmeta v0.2.0 |
875 | 2023-11-28T01:57:52.039Z | Downloaded strsim v0.10.0 |
876 | 2023-11-28T01:57:52.043Z | Downloaded try-lock v0.2.4 |
877 | 2023-11-28T01:57:52.043Z | Downloaded spin v0.5.2 |
878 | 2023-11-28T01:57:52.043Z | Downloaded vec_map v0.8.2 |
879 | 2023-11-28T01:57:52.043Z | Downloaded generic-array v0.14.7 |
880 | 2023-11-28T01:57:52.043Z | Downloaded universal-hash v0.5.1 |
881 | 2023-11-28T01:57:52.043Z | Downloaded hyper-tls v0.5.0 |
882 | 2023-11-28T01:57:52.043Z | Downloaded http-body v0.4.5 |
883 | 2023-11-28T01:57:52.043Z | Downloaded ghash v0.5.0 |
884 | 2023-11-28T01:57:52.043Z | Downloaded trust-dns-resolver v0.22.0 |
885 | 2023-11-28T01:57:52.043Z | Downloaded time-core v0.1.1 |
886 | 2023-11-28T01:57:52.043Z | Downloaded ipnetwork v0.20.0 |
887 | 2023-11-28T01:57:52.043Z | Downloaded ed25519-dalek v2.0.0 |
888 | 2023-11-28T01:57:52.043Z | Downloaded hostname v0.3.1 |
889 | 2023-11-28T01:57:52.043Z | Downloaded signal-hook-mio v0.2.3 |
890 | 2023-11-28T01:57:52.043Z | Downloaded matches v0.1.10 |
891 | 2023-11-28T01:57:52.043Z | Downloaded tar v0.4.40 |
892 | 2023-11-28T01:57:52.043Z | Downloaded usdt v0.3.5 |
893 | 2023-11-28T01:57:52.043Z | Downloaded aes v0.8.3 |
894 | 2023-11-28T01:57:52.043Z | Downloaded fnv v1.0.7 |
895 | 2023-11-28T01:57:52.044Z | Downloaded serde_path_to_error v0.1.14 |
896 | 2023-11-28T01:57:52.044Z | Downloaded managed v0.8.0 |
897 | 2023-11-28T01:57:52.044Z | Downloaded indexmap v1.9.3 |
898 | 2023-11-28T01:57:52.044Z | Downloaded serde_spanned v0.6.4 |
899 | 2023-11-28T01:57:52.044Z | Downloaded foreign-types v0.5.0 |
900 | 2023-11-28T01:57:52.044Z | Downloaded rustc-demangle v0.1.23 |
901 | 2023-11-28T01:57:52.044Z | Downloaded structopt-derive v0.4.18 |
902 | 2023-11-28T01:57:52.044Z | Downloaded serde_yaml v0.9.25 |
903 | 2023-11-28T01:57:52.044Z | Downloaded sha2 v0.10.8 |
904 | 2023-11-28T01:57:52.044Z | Downloaded httpdate v1.0.3 |
905 | 2023-11-28T01:57:52.044Z | Downloaded thiserror v1.0.49 |
906 | 2023-11-28T01:57:52.044Z | Downloaded itoa v1.0.9 |
907 | 2023-11-28T01:57:52.044Z | Downloaded rustls-pemfile v1.0.3 |
908 | 2023-11-28T01:57:52.044Z | Downloaded zeroize_derive v1.4.2 |
909 | 2023-11-28T01:57:52.044Z | Downloaded structopt v0.3.26 |
910 | 2023-11-28T01:57:52.044Z | Downloaded slog-envlogger v2.2.0 |
911 | 2023-11-28T01:57:52.044Z | Downloaded unicode-xid v0.2.4 |
912 | 2023-11-28T01:57:52.044Z | Downloaded getrandom v0.2.10 |
913 | 2023-11-28T01:57:52.044Z | Downloaded macaddr v1.0.1 |
914 | 2023-11-28T01:57:52.044Z | Downloaded is-terminal v0.4.9 |
915 | 2023-11-28T01:57:52.044Z | Downloaded strsim v0.8.0 |
916 | 2023-11-28T01:57:52.044Z | Downloaded same-file v1.0.6 |
917 | 2023-11-28T01:57:52.044Z | Downloaded zeroize v1.6.0 |
918 | 2023-11-28T01:57:52.044Z | Downloaded serde_tokenstream v0.1.7 |
919 | 2023-11-28T01:57:52.044Z | Downloaded semver-parser v0.10.2 |
920 | 2023-11-28T01:57:52.044Z | Downloaded slog-json v2.6.1 |
921 | 2023-11-28T01:57:52.044Z | Downloaded vsss-rs v3.3.1 |
922 | 2023-11-28T01:57:52.044Z | Downloaded serde_urlencoded v0.7.1 |
923 | 2023-11-28T01:57:52.044Z | Downloaded fixedbitset v0.4.2 |
924 | 2023-11-28T01:57:52.044Z | Downloaded sct v0.7.0 |
925 | 2023-11-28T01:57:52.044Z | Downloaded tracing-core v0.1.31 |
926 | 2023-11-28T01:57:52.044Z | Downloaded tinyvec v1.6.0 |
927 | 2023-11-28T01:57:52.044Z | Downloaded indexmap v2.1.0 |
928 | 2023-11-28T01:57:52.044Z | Downloaded rustls-native-certs v0.6.3 |
929 | 2023-11-28T01:57:52.044Z | Downloaded socket2 v0.4.9 |
930 | 2023-11-28T01:57:52.044Z | Downloaded serde_derive v1.0.192 |
931 | 2023-11-28T01:57:52.044Z | Downloaded textwrap v0.11.0 |
932 | 2023-11-28T01:57:52.044Z | Downloaded signal-hook v0.3.17 |
933 | 2023-11-28T01:57:52.044Z | Downloaded hmac v0.12.1 |
934 | 2023-11-28T01:57:52.044Z | Downloaded zip v0.6.6 |
935 | 2023-11-28T01:57:52.044Z | Downloaded term v0.7.0 |
936 | 2023-11-28T01:57:52.044Z | Downloaded num-bigint v0.4.4 |
937 | 2023-11-28T01:57:52.044Z | Downloaded socket2 v0.5.5 |
938 | 2023-11-28T01:57:52.044Z | Downloaded clap_builder v4.4.2 |
939 | 2023-11-28T01:57:52.044Z | Downloaded ucd-trie v0.1.6 |
940 | 2023-11-28T01:57:52.045Z | Downloaded trust-dns-server v0.22.1 |
941 | 2023-11-28T01:57:52.045Z | Downloaded uuid v1.6.1 |
942 | 2023-11-28T01:57:52.045Z | Downloaded reqwest v0.11.22 |
943 | 2023-11-28T01:57:52.045Z | Downloaded libm v0.2.7 |
944 | 2023-11-28T01:57:52.045Z | Downloaded elliptic-curve v0.13.5 |
945 | 2023-11-28T01:57:52.045Z | Downloaded hashbrown v0.12.3 |
946 | 2023-11-28T01:57:52.045Z | Downloaded http v0.2.11 |
947 | 2023-11-28T01:57:52.045Z | Downloaded toml_edit v0.19.15 |
948 | 2023-11-28T01:57:52.045Z | Downloaded time v0.3.27 |
949 | 2023-11-28T01:57:52.045Z | Downloaded unicode-normalization v0.1.22 |
950 | 2023-11-28T01:57:52.045Z | Downloaded itertools v0.10.5 |
951 | 2023-11-28T01:57:52.048Z | Downloaded unicode-segmentation v1.10.1 |
952 | 2023-11-28T01:57:52.048Z | Downloaded itertools v0.11.0 |
953 | 2023-11-28T01:57:52.048Z | Downloaded serde_with v2.3.3 |
954 | 2023-11-28T01:57:52.052Z | Downloaded tokio-util v0.7.10 |
955 | 2023-11-28T01:57:52.059Z | Downloaded chrono v0.4.31 |
956 | 2023-11-28T01:57:52.075Z | Downloaded h2 v0.3.21 |
957 | 2023-11-28T01:57:52.088Z | Downloaded hyper v0.14.27 |
958 | 2023-11-28T01:57:52.103Z | Downloaded serde_json v1.0.108 |
959 | 2023-11-28T01:57:52.115Z | Downloaded vcpkg v0.2.15 |
960 | 2023-11-28T01:57:52.196Z | Downloaded regex v1.10.2 |
961 | 2023-11-28T01:57:52.213Z | Downloaded syn v1.0.109 |
962 | 2023-11-28T01:57:52.232Z | Downloaded idna v0.4.0 |
963 | 2023-11-28T01:57:52.244Z | Downloaded bstr v0.2.17 |
964 | 2023-11-28T01:57:52.265Z | Downloaded diesel v2.1.4 |
965 | 2023-11-28T01:57:52.296Z | Downloaded syn v2.0.32 |
966 | 2023-11-28T01:57:52.315Z | Downloaded webpki-roots v0.25.2 |
967 | 2023-11-28T01:57:52.322Z | Downloaded openapiv3 v2.0.0-rc.1 |
968 | 2023-11-28T01:57:52.344Z | Downloaded trust-dns-proto v0.22.0 |
969 | 2023-11-28T01:57:52.366Z | Downloaded rustix v0.38.9 |
970 | 2023-11-28T01:57:52.406Z | Downloaded rustix v0.37.23 |
971 | 2023-11-28T01:57:52.442Z | Downloaded sha3 v0.10.8 |
972 | 2023-11-28T01:57:52.454Z | Downloaded tokio v1.34.0 |
973 | 2023-11-28T01:57:52.521Z | Downloaded zerocopy-derive v0.6.4 |
974 | 2023-11-28T01:57:52.540Z | Downloaded regex-syntax v0.7.5 |
975 | 2023-11-28T01:57:52.556Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
976 | 2023-11-28T01:57:52.580Z | Downloaded zerocopy-derive v0.2.0 |
977 | 2023-11-28T01:57:52.596Z | Downloaded regex-automata v0.4.3 |
978 | 2023-11-28T01:57:52.636Z | Downloaded regex-automata v0.3.8 |
979 | 2023-11-28T01:57:52.661Z | Downloaded sled v0.34.7 |
980 | 2023-11-28T01:57:52.681Z | Downloaded regex-syntax v0.8.2 |
981 | 2023-11-28T01:57:52.696Z | Downloaded libc v0.2.150 |
982 | 2023-11-28T01:57:52.746Z | Downloaded bstr v1.6.0 |
983 | 2023-11-28T01:57:52.766Z | Downloaded idna v0.2.3 |
984 | 2023-11-28T01:57:52.880Z | Downloaded rustls v0.21.9 |
985 | 2023-11-28T01:57:52.889Z | Downloaded smoltcp v0.9.1 |
986 | 2023-11-28T01:57:52.889Z | Downloaded smoltcp v0.8.2 |
987 | 2023-11-28T01:57:52.889Z | Downloaded regress v0.7.1 |
988 | 2023-11-28T01:57:52.889Z | Downloaded object v0.32.1 |
989 | 2023-11-28T01:57:52.889Z | Downloaded gimli v0.28.0 |
990 | 2023-11-28T01:57:52.890Z | Downloaded radix_trie v0.2.1 |
991 | 2023-11-28T01:57:52.913Z | Downloaded hkdf v0.12.3 |
992 | 2023-11-28T01:57:52.924Z | Downloaded futures-util v0.3.29 |
993 | 2023-11-28T01:57:52.924Z | Downloaded winapi v0.3.9 |
994 | 2023-11-28T01:57:53.057Z | Downloaded encoding_rs v0.8.33 |
995 | 2023-11-28T01:57:53.113Z | Downloaded openssl v0.10.57 |
996 | 2023-11-28T01:57:53.113Z | Downloaded rustls-webpki v0.101.7 |
997 | 2023-11-28T01:57:53.138Z | Downloaded curve25519-dalek v4.1.0 |
998 | 2023-11-28T01:57:53.138Z | Downloaded itertools v0.12.0 |
999 | 2023-11-28T01:57:53.138Z | Downloaded aho-corasick v1.0.4 |
1000 | 2023-11-28T01:57:53.138Z | Downloaded hashbrown v0.14.2 |
1001 | 2023-11-28T01:57:53.145Z | Downloaded winnow v0.5.15 |
1002 | 2023-11-28T01:57:53.148Z | Downloaded aes-gcm v0.10.3 |
1003 | 2023-11-28T01:57:53.152Z | Downloaded hashbrown v0.13.2 |
1004 | 2023-11-28T01:57:53.161Z | Downloaded memchr v2.6.3 |
1005 | 2023-11-28T01:57:53.170Z | Downloaded petgraph v0.6.4 |
1006 | 2023-11-28T01:57:53.194Z | Downloaded toml_edit v0.21.0 |
1007 | 2023-11-28T01:57:53.234Z | Downloaded russh v0.39.0 |
1008 | 2023-11-28T01:57:53.242Z | Downloaded heapless v0.7.16 |
1009 | 2023-11-28T01:57:53.249Z | Downloaded trust-dns-client v0.22.0 |
1010 | 2023-11-28T01:57:53.260Z | Downloaded flate2 v1.0.28 |
1011 | 2023-11-28T01:57:53.268Z | Downloaded tokio-postgres v0.7.10 |
1012 | 2023-11-28T01:57:53.278Z | Downloaded regex-automata v0.1.10 |
1013 | 2023-11-28T01:57:53.288Z | Downloaded slog-stdlog v4.1.1 |
1014 | 2023-11-28T01:57:53.291Z | Downloaded getrandom v0.1.16 |
1015 | 2023-11-28T01:57:53.295Z | Downloaded serde_with_macros v2.3.3 |
1016 | 2023-11-28T01:57:53.298Z | Downloaded snafu-derive v0.7.5 |
1017 | 2023-11-28T01:57:53.302Z | Downloaded typenum v1.16.0 |
1018 | 2023-11-28T01:57:53.305Z | Downloaded yasna v0.5.2 |
1019 | 2023-11-28T01:57:53.309Z | Downloaded form_urlencoded v1.2.0 |
1020 | 2023-11-28T01:57:53.313Z | Downloaded glob v0.3.1 |
1021 | 2023-11-28T01:57:53.316Z | Downloaded scheduled-thread-pool v0.2.7 |
1022 | 2023-11-28T01:57:53.316Z | Downloaded schemars v0.8.13 |
1023 | 2023-11-28T01:57:53.336Z | Downloaded rustversion v1.0.14 |
1024 | 2023-11-28T01:57:53.340Z | Downloaded ed25519 v2.2.2 |
1025 | 2023-11-28T01:57:53.345Z | Downloaded futures-macro v0.3.29 |
1026 | 2023-11-28T01:57:53.345Z | Downloaded ryu v1.0.15 |
1027 | 2023-11-28T01:57:53.350Z | Downloaded unsafe-libyaml v0.2.9 |
1028 | 2023-11-28T01:57:53.357Z | Downloaded snafu v0.7.5 |
1029 | 2023-11-28T01:57:53.368Z | Downloaded pest v2.7.2 |
1030 | 2023-11-28T01:57:53.377Z | Downloaded mio v0.8.9 |
1031 | 2023-11-28T01:57:53.388Z | Downloaded group v0.13.0 |
1032 | 2023-11-28T01:57:53.391Z | Downloaded slog-bunyan v2.4.0 |
1033 | 2023-11-28T01:57:53.394Z | Downloaded whoami v1.4.1 |
1034 | 2023-11-28T01:57:53.398Z | Downloaded zerocopy v0.6.4 |
1035 | 2023-11-28T01:57:53.401Z | Downloaded serde v1.0.192 |
1036 | 2023-11-28T01:57:53.405Z | Downloaded tungstenite v0.20.1 |
1037 | 2023-11-28T01:57:53.412Z | Downloaded tracing v0.1.37 |
1038 | 2023-11-28T01:57:53.419Z | Downloaded smf v0.2.2 |
1039 | 2023-11-28T01:57:53.423Z | Downloaded half v1.8.2 |
1040 | 2023-11-28T01:57:53.426Z | Downloaded terminal_size v0.2.6 |
1041 | 2023-11-28T01:57:53.429Z | Downloaded structmeta-derive v0.2.0 |
1042 | 2023-11-28T01:57:53.432Z | Downloaded string_cache v0.8.7 |
1043 | 2023-11-28T01:57:53.435Z | Downloaded semver v1.0.20 |
1044 | 2023-11-28T01:57:53.439Z | Downloaded futures v0.3.29 |
1045 | 2023-11-28T01:57:53.446Z | Downloaded linked-hash-map v0.5.6 |
1046 | 2023-11-28T01:57:53.449Z | Downloaded rustc_version v0.4.0 |
1047 | 2023-11-28T01:57:53.452Z | Downloaded signature v2.1.0 |
1048 | 2023-11-28T01:57:53.455Z | Downloaded futures-sink v0.3.29 |
1049 | 2023-11-28T01:57:53.455Z | Downloaded crossbeam-channel v0.5.8 |
1050 | 2023-11-28T01:57:53.463Z | Downloaded url v2.4.1 |
1051 | 2023-11-28T01:57:53.469Z | Downloaded similar v2.2.1 |
1052 | 2023-11-28T01:57:53.478Z | Downloaded toml v0.8.8 |
1053 | 2023-11-28T01:57:53.484Z | Downloaded hex-literal v0.4.1 |
1054 | 2023-11-28T01:57:53.488Z | Downloaded futures-executor v0.3.29 |
1055 | 2023-11-28T01:57:53.492Z | Downloaded serde_derive_internals v0.26.0 |
1056 | 2023-11-28T01:57:53.498Z | Downloaded unicode-ident v1.0.12 |
1057 | 2023-11-28T01:57:53.498Z | Downloaded slog-term v2.9.0 |
1058 | 2023-11-28T01:57:53.530Z | Downloaded rand v0.7.3 |
1059 | 2023-11-28T01:57:53.534Z | Downloaded headers v0.3.9 |
1060 | 2023-11-28T01:57:53.534Z | Downloaded ring v0.17.5 |
1061 | 2023-11-28T01:57:53.659Z | Downloaded der v0.7.8 |
1062 | 2023-11-28T01:57:53.668Z | Downloaded serde_tokenstream v0.2.0 |
1063 | 2023-11-28T01:57:53.674Z | Downloaded heck v0.4.1 |
1064 | 2023-11-28T01:57:53.677Z | Downloaded heck v0.3.3 |
1065 | 2023-11-28T01:57:53.691Z | Downloaded rustfmt-wrapper v0.2.0 |
1066 | 2023-11-28T01:57:53.691Z | Downloaded scopeguard v1.2.0 |
1067 | 2023-11-28T01:57:53.691Z | Downloaded xattr v1.0.1 |
1068 | 2023-11-28T01:57:53.691Z | Downloaded lazy_static v1.4.0 |
1069 | 2023-11-28T01:57:53.691Z | Downloaded enum-as-inner v0.5.1 |
1070 | 2023-11-28T01:57:53.691Z | Downloaded filetime v0.2.22 |
1071 | 2023-11-28T01:57:53.699Z | Downloaded io-lifetimes v1.0.11 |
1072 | 2023-11-28T01:57:53.699Z | Downloaded errno v0.3.2 |
1073 | 2023-11-28T01:57:53.704Z | Downloaded tokio-tungstenite v0.20.1 |
1074 | 2023-11-28T01:57:53.707Z | Downloaded pin-project v1.1.3 |
1075 | 2023-11-28T01:57:53.723Z | Downloaded ring v0.16.20 |
1076 | 2023-11-28T01:57:53.889Z | Downloaded spin v0.9.8 |
1077 | 2023-11-28T01:57:53.892Z | Downloaded tokio-rustls v0.24.1 |
1078 | 2023-11-28T01:57:53.896Z | Downloaded secrecy v0.8.0 |
1079 | 2023-11-28T01:57:53.900Z | Downloaded stable_deref_trait v1.2.0 |
1080 | 2023-11-28T01:57:53.900Z | Downloaded darling_core v0.20.3 |
1081 | 2023-11-28T01:57:53.909Z | Downloaded chacha20poly1305 v0.10.1 |
1082 | 2023-11-28T01:57:53.913Z | Downloaded diesel_derives v2.1.1 |
1083 | 2023-11-28T01:57:53.917Z | Downloaded arc-swap v1.6.0 |
1084 | 2023-11-28T01:57:53.972Z | Downloaded libefi-sys v0.1.0 |
1085 | 2023-11-28T01:57:53.977Z | Downloaded getopts v0.2.21 |
1086 | 2023-11-28T01:57:53.977Z | Downloaded ipnet v2.8.0 |
1087 | 2023-11-28T01:57:53.977Z | Downloaded log v0.4.20 |
1088 | 2023-11-28T01:57:53.977Z | Downloaded lock_api v0.4.10 |
1089 | 2023-11-28T01:57:53.977Z | Downloaded cc v1.0.83 |
1090 | 2023-11-28T01:57:53.977Z | Downloaded crossterm v0.27.0 |
1091 | 2023-11-28T01:57:53.977Z | Downloaded time-macros v0.2.13 |
1092 | 2023-11-28T01:57:53.977Z | Downloaded hyper-rustls v0.24.2 |
1093 | 2023-11-28T01:57:53.978Z | Downloaded slog-scope v4.4.0 |
1094 | 2023-11-28T01:57:53.978Z | Downloaded thread-id v4.2.0 |
1095 | 2023-11-28T01:57:53.978Z | Downloaded thiserror-no-std v2.0.2 |
1096 | 2023-11-28T01:57:53.978Z | Downloaded spki v0.7.2 |
1097 | 2023-11-28T01:57:53.978Z | Downloaded backtrace v0.3.69 |
1098 | 2023-11-28T01:57:53.989Z | Downloaded static_assertions v1.1.0 |
1099 | 2023-11-28T01:57:54.010Z | Downloaded toml v0.5.11 |
1100 | 2023-11-28T01:57:54.010Z | Downloaded const-oid v0.9.5 |
1101 | 2023-11-28T01:57:54.010Z | Downloaded crypto-bigint v0.5.2 |
1102 | 2023-11-28T01:57:54.010Z | Downloaded base64 v0.13.1 |
1103 | 2023-11-28T01:57:54.031Z | Downloaded num-rational v0.4.1 |
1104 | 2023-11-28T01:57:54.031Z | Downloaded tokio-native-tls v0.3.1 |
1105 | 2023-11-28T01:57:54.031Z | Downloaded postgres-types v0.2.6 |
1106 | 2023-11-28T01:57:54.067Z | Downloaded md5 v0.7.0 |
1107 | 2023-11-28T01:57:54.067Z | Downloaded base64 v0.21.5 |
1108 | 2023-11-28T01:57:54.067Z | Downloaded clap v2.34.0 |
1109 | 2023-11-28T01:57:54.067Z | Downloaded walkdir v2.4.0 |
1110 | 2023-11-28T01:57:54.067Z | Downloaded sha1 v0.10.6 |
1111 | 2023-11-28T01:57:54.067Z | Downloaded miniz_oxide v0.7.1 |
1112 | 2023-11-28T01:57:54.067Z | Downloaded toml v0.7.8 |
1113 | 2023-11-28T01:57:54.067Z | Downloaded darling v0.20.3 |
1114 | 2023-11-28T01:57:54.067Z | Downloaded crossbeam-epoch v0.9.15 |
1115 | 2023-11-28T01:57:54.067Z | Downloaded rand_chacha v0.3.1 |
1116 | 2023-11-28T01:57:54.082Z | Downloaded version_check v0.9.4 |
1117 | 2023-11-28T01:57:54.082Z | Downloaded digest v0.10.7 |
1118 | 2023-11-28T01:57:54.082Z | Downloaded slog-async v2.8.0 |
1119 | 2023-11-28T01:57:54.082Z | Downloaded clap v4.4.3 |
1120 | 2023-11-28T01:57:54.090Z | Downloaded rand_chacha v0.2.2 |
1121 | 2023-11-28T01:57:54.091Z | Downloaded dirs-sys-next v0.1.2 |
1122 | 2023-11-28T01:57:54.091Z | Downloaded tokio-stream v0.1.14 |
1123 | 2023-11-28T01:57:54.509Z | Downloaded crypto-common v0.1.6 |
1124 | 2023-11-28T01:57:54.509Z | Downloaded postgres-protocol v0.6.6 |
1125 | 2023-11-28T01:57:54.509Z | Downloaded proc-macro2 v1.0.69 |
1126 | 2023-11-28T01:57:54.509Z | Downloaded parking_lot v0.11.2 |
1127 | 2023-11-28T01:57:54.509Z | Downloaded iana-time-zone v0.1.57 |
1128 | 2023-11-28T01:57:54.509Z | Downloaded hyper-staticfile v0.9.5 |
1129 | 2023-11-28T01:57:54.510Z | Downloaded hash32 v0.2.1 |
1130 | 2023-11-28T01:57:54.510Z | Downloaded utf-8 v0.7.6 |
1131 | 2023-11-28T01:57:54.511Z | Downloaded bytes v1.5.0 |
1132 | 2023-11-28T01:57:54.511Z | Downloaded russh-cryptovec v0.7.0 |
1133 | 2023-11-28T01:57:54.511Z | Downloaded ansi_term v0.12.1 |
1134 | 2023-11-28T01:57:54.511Z | Downloaded omicron-zone-package v0.9.1 |
1135 | 2023-11-28T01:57:54.511Z | Downloaded password-hash v0.5.0 |
1136 | 2023-11-28T01:57:54.511Z | Downloaded once_cell v1.18.0 |
1137 | 2023-11-28T01:57:54.511Z | Downloaded mime_guess v2.0.4 |
1138 | 2023-11-28T01:57:54.511Z | Downloaded resolv-conf v0.7.0 |
1139 | 2023-11-28T01:57:54.511Z | Downloaded ciborium v0.2.1 |
1140 | 2023-11-28T01:57:54.511Z | Downloaded quick-error v1.2.3 |
1141 | 2023-11-28T01:57:54.511Z | Downloaded num-complex v0.4.4 |
1142 | 2023-11-28T01:57:54.512Z | Downloaded multer v2.1.0 |
1143 | 2023-11-28T01:57:54.512Z | Downloaded console v0.15.7 |
1144 | 2023-11-28T01:57:54.512Z | Downloaded bzip2 v0.4.4 |
1145 | 2023-11-28T01:57:54.512Z | Downloaded dirs v5.0.1 |
1146 | 2023-11-28T01:57:54.512Z | Downloaded predicates v3.0.4 |
1147 | 2023-11-28T01:57:54.512Z | Downloaded dirs-sys v0.4.1 |
1148 | 2023-11-28T01:57:54.512Z | Downloaded pest_generator v2.7.2 |
1149 | 2023-11-28T01:57:54.512Z | Downloaded ctr v0.9.2 |
1150 | 2023-11-28T01:57:54.512Z | Downloaded tokio-macros v2.2.0 |
1151 | 2023-11-28T01:57:54.512Z | Downloaded atomic-waker v1.1.1 |
1152 | 2023-11-28T01:57:54.512Z | Downloaded proc-macro-crate v1.3.1 |
1153 | 2023-11-28T01:57:54.512Z | Downloaded aead v0.5.2 |
1154 | 2023-11-28T01:57:54.512Z | Downloaded num-derive v0.4.0 |
1155 | 2023-11-28T01:57:54.512Z | Downloaded num v0.4.1 |
1156 | 2023-11-28T01:57:54.512Z | Downloaded dirs-next v2.0.0 |
1157 | 2023-11-28T01:57:54.512Z | Downloaded debug-ignore v1.0.5 |
1158 | 2023-11-28T01:57:54.512Z | Downloaded bit-set v0.5.3 |
1159 | 2023-11-28T01:57:54.512Z | Downloaded postcard-cobs v0.1.5-pre |
1160 | 2023-11-28T01:57:54.512Z | Downloaded dof v0.1.5 |
1161 | 2023-11-28T01:57:54.512Z | Downloaded colored v2.0.4 |
1162 | 2023-11-28T01:57:54.512Z | Downloaded toolchain_find v0.2.0 |
1163 | 2023-11-28T01:57:54.512Z | Downloaded addr2line v0.21.0 |
1164 | 2023-11-28T01:57:54.512Z | Downloaded pest_derive v2.7.2 |
1165 | 2023-11-28T01:57:54.512Z | Downloaded blake2 v0.10.6 |
1166 | 2023-11-28T01:57:54.512Z | Downloaded async-trait v0.1.74 |
1167 | 2023-11-28T01:57:54.512Z | Downloaded postcard v0.7.3 |
1168 | 2023-11-28T01:57:54.512Z | Downloaded pest_meta v2.7.2 |
1169 | 2023-11-28T01:57:54.512Z | Downloaded data-encoding v2.4.0 |
1170 | 2023-11-28T01:57:54.512Z | Downloaded chacha20 v0.9.1 |
1171 | 2023-11-28T01:57:54.512Z | Downloaded equivalent v1.0.1 |
1172 | 2023-11-28T01:57:54.512Z | Downloaded mime v0.3.17 |
1173 | 2023-11-28T01:57:54.512Z | Downloaded precomputed-hash v0.1.1 |
1174 | 2023-11-28T01:57:54.512Z | Downloaded pkcs8 v0.10.2 |
1175 | 2023-11-28T01:57:54.512Z | Downloaded password-hash v0.4.2 |
1176 | 2023-11-28T01:57:54.513Z | Downloaded bitflags v2.4.0 |
1177 | 2023-11-28T01:57:54.513Z | Downloaded waitgroup v0.1.2 |
1178 | 2023-11-28T01:57:54.513Z | Downloaded parking_lot_core v0.9.8 |
1179 | 2023-11-28T01:57:54.513Z | Downloaded clap_lex v0.5.1 |
1180 | 2023-11-28T01:57:54.513Z | Downloaded bit-vec v0.6.3 |
1181 | 2023-11-28T01:57:54.513Z | Downloaded base16ct v0.2.0 |
1182 | 2023-11-28T01:57:54.513Z | Downloaded pem v3.0.2 |
1183 | 2023-11-28T01:57:54.513Z | Downloaded pin-project-lite v0.2.13 |
1184 | 2023-11-28T01:57:54.513Z | Downloaded pin-project-internal v1.1.3 |
1185 | 2023-11-28T01:57:54.513Z | Downloaded parking_lot_core v0.8.6 |
1186 | 2023-11-28T01:57:54.513Z | Downloaded r2d2 v0.8.10 |
1187 | 2023-11-28T01:57:54.514Z | Downloaded pbkdf2 v0.11.0 |
1188 | 2023-11-28T01:57:54.514Z | Downloaded quote v1.0.33 |
1189 | 2023-11-28T01:57:54.514Z | Downloaded ahash v0.8.3 |
1190 | 2023-11-28T01:57:54.514Z | Downloaded dtrace-parser v0.1.14 |
1191 | 2023-11-28T01:57:54.514Z | Downloaded pretty-hex v0.3.0 |
1192 | 2023-11-28T01:57:54.516Z | Downloaded cfg-if v0.1.10 |
1193 | 2023-11-28T01:57:54.516Z | Downloaded ppv-lite86 v0.2.17 |
1194 | 2023-11-28T01:57:54.516Z | Downloaded nibble_vec v0.1.0 |
1195 | 2023-11-28T01:57:54.516Z | Downloaded memoffset v0.9.0 |
1196 | 2023-11-28T01:57:54.516Z | Downloaded convert_case v0.4.0 |
1197 | 2023-11-28T01:57:54.516Z | Downloaded bitflags v1.3.2 |
1198 | 2023-11-28T01:57:54.516Z | Downloaded anstyle v1.0.2 |
1199 | 2023-11-28T01:57:54.516Z | Downloaded autocfg v1.1.0 |
1200 | 2023-11-28T01:57:54.516Z | Downloaded colorchoice v1.0.0 |
1201 | 2023-11-28T01:57:54.516Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1202 | 2023-11-28T01:57:54.516Z | Downloaded pbkdf2 v0.12.2 |
1203 | 2023-11-28T01:57:54.516Z | Downloaded backoff v0.4.0 |
1204 | 2023-11-28T01:57:54.516Z | Downloaded camino-tempfile v1.0.2 |
1205 | 2023-11-28T01:57:54.517Z | Downloaded argon2 v0.5.2 |
1206 | 2023-11-28T01:57:54.517Z | Downloaded opaque-debug v0.3.0 |
1207 | 2023-11-28T01:57:54.517Z | Downloaded blowfish v0.9.1 |
1208 | 2023-11-28T01:57:54.517Z | Downloaded bcrypt-pbkdf v0.10.0 |
1209 | 2023-11-28T01:57:54.517Z | Downloaded block-padding v0.3.3 |
1210 | 2023-11-28T01:57:54.830Z | Compiling proc-macro2 v1.0.69 |
1211 | 2023-11-28T01:57:54.830Z | Compiling unicode-ident v1.0.12 |
1212 | 2023-11-28T01:57:54.834Z | Compiling libc v0.2.150 |
1213 | 2023-11-28T01:57:54.834Z | Compiling serde v1.0.192 |
1214 | 2023-11-28T01:57:54.834Z | Compiling autocfg v1.1.0 |
1215 | 2023-11-28T01:57:54.863Z | Compiling version_check v0.9.4 |
1216 | 2023-11-28T01:57:54.870Z | Compiling cfg-if v1.0.0 |
1217 | 2023-11-28T01:57:54.881Z | Compiling syn v1.0.109 |
1218 | 2023-11-28T01:57:55.181Z | Compiling parking_lot_core v0.9.8 |
1219 | 2023-11-28T01:57:55.210Z | Compiling typenum v1.16.0 |
1220 | 2023-11-28T01:57:56.191Z | Compiling libm v0.2.7 |
1221 | 2023-11-28T01:57:56.220Z | Compiling lock_api v0.4.10 |
1222 | 2023-11-28T01:57:57.170Z | Compiling generic-array v0.14.7 |
1223 | 2023-11-28T01:57:57.170Z | Compiling once_cell v1.18.0 |
1224 | 2023-11-28T01:57:57.267Z | Compiling num-traits v0.2.16 |
1225 | 2023-11-28T01:57:57.271Z | Compiling thiserror v1.0.49 |
1226 | 2023-11-28T01:57:57.577Z | Compiling futures-core v0.3.29 |
1227 | 2023-11-28T01:57:57.603Z | Compiling serde_json v1.0.108 |
1228 | 2023-11-28T01:57:57.625Z | Compiling slab v0.4.9 |
1229 | 2023-11-28T01:57:57.760Z | Compiling futures-channel v0.3.29 |
1230 | 2023-11-28T01:57:57.971Z | Compiling futures-task v0.3.29 |
1231 | 2023-11-28T01:57:58.054Z | Compiling memchr v2.6.3 |
1232 | 2023-11-28T01:57:58.080Z | Compiling futures-util v0.3.29 |
1233 | 2023-11-28T01:57:58.080Z | Compiling itoa v1.0.9 |
1234 | 2023-11-28T01:57:58.232Z | Compiling pkg-config v0.3.27 |
1235 | 2023-11-28T01:57:58.554Z | Compiling quote v1.0.33 |
1236 | 2023-11-28T01:57:58.951Z | Compiling scopeguard v1.2.0 |
1237 | 2023-11-28T01:57:59.140Z | Compiling syn v2.0.32 |
1238 | 2023-11-28T01:57:59.726Z | Compiling cc v1.0.83 |
1239 | 2023-11-28T01:58:00.141Z | Compiling getrandom v0.2.10 |
1240 | 2023-11-28T01:58:00.597Z | Compiling rand_core v0.6.4 |
1241 | 2023-11-28T01:58:00.980Z | Compiling log v0.4.20 |
1242 | 2023-11-28T01:58:01.414Z | Compiling heck v0.4.1 |
1243 | 2023-11-28T01:58:02.068Z | Compiling ryu v1.0.15 |
1244 | 2023-11-28T01:58:02.346Z | Compiling smallvec v1.11.0 |
1245 | 2023-11-28T01:58:02.647Z | Compiling schemars v0.8.13 |
1246 | 2023-11-28T01:58:02.980Z | Compiling vcpkg v0.2.15 |
1247 | 2023-11-28T01:58:03.184Z | Compiling subtle v2.5.0 |
1248 | 2023-11-28T01:58:03.319Z | Compiling httparse v1.8.0 |
1249 | 2023-11-28T01:58:03.681Z | Compiling indexmap v1.9.3 |
1250 | 2023-11-28T01:58:03.932Z | Compiling hashbrown v0.14.2 |
1251 | 2023-11-28T01:58:04.109Z | Compiling equivalent v1.0.1 |
1252 | 2023-11-28T01:58:04.286Z | Compiling pin-project-lite v0.2.13 |
1253 | 2023-11-28T01:58:04.491Z | Compiling semver v1.0.20 |
1254 | 2023-11-28T01:58:04.866Z | Compiling ring v0.17.5 |
1255 | 2023-11-28T01:58:05.403Z | Compiling ring v0.16.20 |
1256 | 2023-11-28T01:58:06.006Z | Compiling parking_lot v0.12.1 |
1257 | 2023-11-28T01:58:06.737Z | Compiling openssl-sys v0.9.93 |
1258 | 2023-11-28T01:58:06.807Z | Compiling ahash v0.8.3 |
1259 | 2023-11-28T01:58:07.216Z | Compiling fnv v1.0.7 |
1260 | 2023-11-28T01:58:07.847Z | Compiling openssl v0.10.57 |
1261 | 2023-11-28T01:58:08.313Z | Compiling signal-hook-registry v1.4.1 |
1262 | 2023-11-28T01:58:08.472Z | Compiling ucd-trie v0.1.6 |
1263 | 2023-11-28T01:58:08.489Z | Compiling rustls v0.21.9 |
1264 | 2023-11-28T01:58:08.688Z | Compiling iana-time-zone v0.1.57 |
1265 | 2023-11-28T01:58:09.336Z | Compiling mio v0.8.9 |
1266 | 2023-11-28T01:58:09.536Z | Compiling native-tls v0.2.11 |
1267 | 2023-11-28T01:58:10.006Z | Compiling socket2 v0.5.5 |
1268 | 2023-11-28T01:58:10.030Z | Compiling num_cpus v1.16.0 |
1269 | 2023-11-28T01:58:10.371Z | Compiling byteorder v1.5.0 |
1270 | 2023-11-28T01:58:10.725Z | Compiling spin v0.5.2 |
1271 | 2023-11-28T01:58:11.386Z | Compiling async-trait v0.1.74 |
1272 | 2023-11-28T01:58:11.392Z | Compiling futures-sink v0.3.29 |
1273 | 2023-11-28T01:58:11.517Z | Compiling dyn-clone v1.0.13 |
1274 | 2023-11-28T01:58:11.615Z | Compiling serde_derive_internals v0.26.0 |
1275 | 2023-11-28T01:58:11.814Z | Compiling aho-corasick v1.0.4 |
1276 | 2023-11-28T01:58:12.388Z | Compiling rustix v0.38.9 |
1277 | 2023-11-28T01:58:12.418Z | Compiling const-oid v0.9.5 |
1278 | 2023-11-28T01:58:12.492Z | Compiling tinyvec_macros v0.1.1 |
1279 | 2023-11-28T01:58:12.625Z | Compiling regex-syntax v0.8.2 |
1280 | 2023-11-28T01:58:13.488Z | Compiling tinyvec v1.6.0 |
1281 | 2023-11-28T01:58:15.485Z | Compiling hashbrown v0.13.2 |
1282 | 2023-11-28T01:58:15.727Z | Compiling backtrace v0.3.69 |
1283 | 2023-11-28T01:58:16.094Z | Compiling winnow v0.5.15 |
1284 | 2023-11-28T01:58:16.342Z | Compiling futures-io v0.3.29 |
1285 | 2023-11-28T01:58:16.384Z | Compiling pin-utils v0.1.0 |
1286 | 2023-11-28T01:58:16.808Z | Compiling unicode-normalization v0.1.22 |
1287 | 2023-11-28T01:58:17.066Z | Compiling spin v0.9.8 |
1288 | 2023-11-28T01:58:17.386Z | Compiling tracing-core v0.1.31 |
1289 | 2023-11-28T01:58:18.018Z | Compiling unicode-bidi v0.3.13 |
1290 | 2023-11-28T01:58:18.613Z | Compiling regex-automata v0.4.3 |
1291 | 2023-11-28T01:58:20.060Z | Compiling crc32fast v1.3.2 |
1292 | 2023-11-28T01:58:20.178Z | Compiling anyhow v1.0.75 |
1293 | 2023-11-28T01:58:20.756Z | Compiling cpufeatures v0.2.9 |
1294 | 2023-11-28T01:58:21.733Z | Compiling time-core v0.1.1 |
1295 | 2023-11-28T01:58:21.970Z | Compiling base64 v0.21.5 |
1296 | 2023-11-28T01:58:22.105Z | Compiling time-macros v0.2.13 |
1297 | 2023-11-28T01:58:23.335Z | Compiling serde_derive v1.0.192 |
1298 | 2023-11-28T01:58:23.970Z | Compiling zeroize_derive v1.4.2 |
1299 | 2023-11-28T01:58:24.008Z | Compiling thiserror-impl v1.0.49 |
1300 | 2023-11-28T01:58:24.580Z | Compiling tokio-macros v2.2.0 |
1301 | 2023-11-28T01:58:25.690Z | Compiling futures-macro v0.3.29 |
1302 | 2023-11-28T01:58:26.778Z | Compiling zeroize v1.6.0 |
1303 | 2023-11-28T01:58:27.304Z | Compiling tracing-attributes v0.1.26 |
1304 | 2023-11-28T01:58:27.431Z | Compiling schemars_derive v0.8.13 |
1305 | 2023-11-28T01:58:27.858Z | Compiling openssl-macros v0.1.1 |
1306 | 2023-11-28T01:58:29.803Z | Compiling crypto-common v0.1.6 |
1307 | 2023-11-28T01:58:29.885Z | Compiling pest v2.7.2 |
1308 | 2023-11-28T01:58:30.301Z | Compiling block-buffer v0.10.4 |
1309 | 2023-11-28T01:58:31.129Z | Compiling digest v0.10.7 |
1310 | 2023-11-28T01:58:31.474Z | Compiling regex v1.10.2 |
1311 | 2023-11-28T01:58:33.602Z | Compiling num-integer v0.1.45 |
1312 | 2023-11-28T01:58:33.847Z | Compiling unicode-xid v0.2.4 |
1313 | 2023-11-28T01:58:33.917Z | Compiling tracing v0.1.37 |
1314 | 2023-11-28T01:58:34.033Z | Compiling openssl-probe v0.1.5 |
1315 | 2023-11-28T01:58:34.096Z | Compiling untrusted v0.7.1 |
1316 | 2023-11-28T01:58:34.463Z | Compiling hashbrown v0.12.3 |
1317 | 2023-11-28T01:58:34.631Z | Compiling untrusted v0.9.0 |
1318 | 2023-11-28T01:58:34.634Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2023-11-28T01:58:34.783Z | Compiling slog v2.7.0 |
1320 | 2023-11-28T01:58:34.827Z | Compiling unicode-width v0.1.11 |
1321 | 2023-11-28T01:58:34.866Z | Compiling percent-encoding v2.3.0 |
1322 | 2023-11-28T01:58:35.082Z | Compiling foreign-types v0.3.2 |
1323 | 2023-11-28T01:58:35.429Z | Compiling synstructure v0.12.6 |
1324 | 2023-11-28T01:58:38.548Z | Compiling errno v0.3.2 |
1325 | 2023-11-28T01:58:38.916Z | Compiling try-lock v0.2.4 |
1326 | 2023-11-28T01:58:39.133Z | Compiling ppv-lite86 v0.2.17 |
1327 | 2023-11-28T01:58:39.455Z | Compiling want v0.3.1 |
1328 | 2023-11-28T01:58:40.646Z | Compiling zerocopy-derive v0.2.0 |
1329 | 2023-11-28T01:58:41.395Z | Compiling sct v0.7.0 |
1330 | 2023-11-28T01:58:41.521Z | Compiling rustls-webpki v0.101.7 |
1331 | 2023-11-28T01:58:41.551Z | Compiling form_urlencoded v1.2.0 |
1332 | 2023-11-28T01:58:41.872Z | Compiling pest_meta v2.7.2 |
1333 | 2023-11-28T01:58:42.324Z | Compiling socket2 v0.4.9 |
1334 | 2023-11-28T01:58:43.429Z | Compiling httpdate v1.0.3 |
1335 | 2023-11-28T01:58:43.695Z | Compiling io-lifetimes v1.0.11 |
1336 | 2023-11-28T01:58:43.934Z | Compiling tower-service v0.3.2 |
1337 | 2023-11-28T01:58:44.086Z | Compiling pest_generator v2.7.2 |
1338 | 2023-11-28T01:58:44.783Z | Compiling rustls-pemfile v1.0.3 |
1339 | 2023-11-28T01:58:45.352Z | Compiling idna v0.4.0 |
1340 | 2023-11-28T01:58:45.429Z | Compiling lazy_static v1.4.0 |
1341 | 2023-11-28T01:58:45.597Z | Compiling crossbeam-utils v0.8.16 |
1342 | 2023-11-28T01:58:46.852Z | Compiling adler v1.0.2 |
1343 | 2023-11-28T01:58:46.996Z | Compiling url v2.4.1 |
1344 | 2023-11-28T01:58:47.188Z | Compiling miniz_oxide v0.7.1 |
1345 | 2023-11-28T01:58:48.095Z | Compiling bytes v1.5.0 |
1346 | 2023-11-28T01:58:49.303Z | Compiling indexmap v2.1.0 |
1347 | 2023-11-28T01:58:49.848Z | Compiling uuid v1.6.1 |
1348 | 2023-11-28T01:58:50.180Z | Compiling chrono v0.4.31 |
1349 | 2023-11-28T01:58:50.425Z | Compiling http v0.2.11 |
1350 | 2023-11-28T01:58:50.449Z | Compiling tokio v1.34.0 |
1351 | 2023-11-28T01:58:51.390Z | Compiling serde_spanned v0.6.4 |
1352 | 2023-11-28T01:58:51.747Z | Compiling toml_datetime v0.6.5 |
1353 | 2023-11-28T01:58:52.440Z | Compiling bitflags v2.4.0 |
1354 | 2023-11-28T01:58:53.109Z | Compiling toml_edit v0.19.15 |
1355 | 2023-11-28T01:58:53.467Z | Compiling rustc_version v0.4.0 |
1356 | 2023-11-28T01:58:54.777Z | Compiling http-body v0.4.5 |
1357 | 2023-11-28T01:58:56.753Z | Compiling openapiv3 v2.0.0-rc.1 |
1358 | 2023-11-28T01:58:58.227Z | Compiling pest_derive v2.7.2 |
1359 | 2023-11-28T01:59:00.830Z | Compiling rustls-native-certs v0.6.3 |
1360 | 2023-11-28T01:59:01.479Z | Compiling rand_chacha v0.3.1 |
1361 | 2023-11-28T01:59:02.004Z | Compiling usdt-impl v0.3.5 |
1362 | 2023-11-28T01:59:02.502Z | Compiling rustix v0.37.23 |
1363 | 2023-11-28T01:59:04.431Z | Compiling tokio-util v0.7.10 |
1364 | 2023-11-28T01:59:06.336Z | Compiling h2 v0.3.21 |
1365 | 2023-11-28T01:59:06.354Z | Compiling tokio-native-tls v0.3.1 |
1366 | 2023-11-28T01:59:06.631Z | Compiling tokio-rustls v0.24.1 |
1367 | 2023-11-28T01:59:06.781Z | Compiling ipnet v2.8.0 |
1368 | 2023-11-28T01:59:06.885Z | Compiling rand v0.8.5 |
1369 | 2023-11-28T01:59:07.267Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2023-11-28T01:59:08.360Z | Compiling encoding_rs v0.8.33 |
1371 | 2023-11-28T01:59:08.838Z | Compiling gimli v0.28.0 |
1372 | 2023-11-28T01:59:09.857Z | Compiling mime v0.3.17 |
1373 | 2023-11-28T01:59:10.662Z | Compiling webpki-roots v0.25.2 |
1374 | 2023-11-28T01:59:11.105Z | Compiling zerocopy v0.3.0 |
1375 | 2023-11-28T01:59:11.778Z | Compiling object v0.32.1 |
1376 | 2023-11-28T01:59:15.954Z | Compiling num-bigint v0.4.4 |
1377 | 2023-11-28T01:59:18.217Z | Compiling rustc-demangle v0.1.23 |
1378 | 2023-11-28T01:59:18.217Z | Compiling dof v0.1.5 |
1379 | 2023-11-28T01:59:18.218Z | Compiling flate2 v1.0.28 |
1380 | 2023-11-28T01:59:18.218Z | Compiling addr2line v0.21.0 |
1381 | 2023-11-28T01:59:19.737Z | Compiling dtrace-parser v0.1.14 |
1382 | 2023-11-28T01:59:19.737Z | Compiling heapless v0.7.16 |
1383 | 2023-11-28T01:59:19.737Z | Compiling serde_tokenstream v0.2.0 |
1384 | 2023-11-28T01:59:19.737Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1385 | 2023-11-28T01:59:19.737Z | Compiling hyper v0.14.27 |
1386 | 2023-11-28T01:59:19.737Z | Compiling thread-id v4.2.0 |
1387 | 2023-11-28T01:59:19.737Z | Compiling signal-hook v0.3.17 |
1388 | 2023-11-28T01:59:19.737Z | Compiling rustversion v1.0.14 |
1389 | 2023-11-28T01:59:41.957Z | Compiling toml v0.7.8 |
1390 | 2023-11-28T01:59:42.738Z | Compiling toml_edit v0.21.0 |
1391 | 2023-11-28T01:59:43.005Z | Compiling hex v0.4.3 |
1392 | 2023-11-28T01:59:43.005Z | Compiling serde_tokenstream v0.1.7 |
1393 | 2023-11-28T01:59:43.005Z | Compiling zerocopy-derive v0.6.4 |
1394 | 2023-11-28T01:59:43.005Z | Compiling regress v0.7.1 |
1395 | 2023-11-28T01:59:43.005Z | Compiling memoffset v0.9.0 |
1396 | 2023-11-28T01:59:43.005Z | Compiling strsim v0.10.0 |
1397 | 2023-11-28T01:59:43.005Z | Compiling bitflags v1.3.2 |
1398 | 2023-11-28T01:59:43.005Z | Compiling smoltcp v0.9.1 |
1399 | 2023-11-28T01:59:43.005Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1400 | 2023-11-28T01:59:43.005Z | Compiling doc-comment v0.3.3 |
1401 | 2023-11-28T01:59:43.005Z | Compiling hyper-tls v0.5.0 |
1402 | 2023-11-28T01:59:43.005Z | Compiling hyper-rustls v0.24.2 |
1403 | 2023-11-28T01:59:43.005Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1404 | 2023-11-28T01:59:43.005Z | Compiling strum_macros v0.25.2 |
1405 | 2023-11-28T01:59:43.005Z | Compiling reqwest v0.11.22 |
1406 | 2023-11-28T01:59:43.005Z | Compiling usdt-macro v0.3.5 |
1407 | 2023-11-28T01:59:43.005Z | Compiling usdt-attr-macro v0.3.5 |
1408 | 2023-11-28T01:59:43.005Z | Compiling enum-as-inner v0.5.1 |
1409 | 2023-11-28T01:59:43.005Z | Compiling num-iter v0.1.43 |
1410 | 2023-11-28T01:59:43.005Z | Compiling crossbeam-epoch v0.9.15 |
1411 | 2023-11-28T01:59:43.005Z | Compiling siphasher v0.3.11 |
1412 | 2023-11-28T01:59:43.005Z | Compiling unicode-segmentation v1.10.1 |
1413 | 2023-11-28T01:59:43.005Z | Compiling hubpack_derive v0.1.1 |
1414 | 2023-11-28T01:59:43.005Z | Compiling pin-project-internal v1.1.3 |
1415 | 2023-11-28T01:59:43.005Z | Compiling anstyle v1.0.2 |
1416 | 2023-11-28T01:59:43.005Z | Compiling deranged v0.3.8 |
1417 | 2023-11-28T01:59:43.005Z | Compiling num_threads v0.1.6 |
1418 | 2023-11-28T01:59:43.005Z | Compiling utf8parse v0.2.1 |
1419 | 2023-11-28T01:59:43.005Z | Compiling anstyle-parse v0.2.1 |
1420 | 2023-11-28T01:59:43.005Z | Compiling sha2 v0.10.8 |
1421 | 2023-11-28T01:59:43.005Z | Compiling time v0.3.27 |
1422 | 2023-11-28T01:59:43.005Z | Compiling hmac v0.12.1 |
1423 | 2023-11-28T01:59:43.005Z | Compiling md-5 v0.10.5 |
1424 | 2023-11-28T01:59:43.308Z | Compiling block-padding v0.3.3 |
1425 | 2023-11-28T01:59:43.697Z | Compiling clap_derive v4.4.2 |
1426 | 2023-11-28T01:59:43.858Z | Compiling stringprep v0.1.3 |
1427 | 2023-11-28T01:59:44.220Z | Compiling hash32 v0.2.1 |
1428 | 2023-11-28T01:59:44.776Z | Compiling diesel_table_macro_syntax v0.1.0 |
1429 | 2023-11-28T01:59:45.418Z | Compiling fallible-iterator v0.2.0 |
1430 | 2023-11-28T01:59:46.472Z | Compiling stable_deref_trait v1.2.0 |
1431 | 2023-11-28T01:59:46.611Z | Compiling either v1.9.0 |
1432 | 2023-11-28T01:59:46.639Z | Compiling colorchoice v1.0.0 |
1433 | 2023-11-28T01:59:46.854Z | Compiling anstyle-query v1.0.0 |
1434 | 2023-11-28T01:59:47.036Z | Compiling anstream v0.5.0 |
1435 | 2023-11-28T01:59:47.853Z | Compiling postgres-protocol v0.6.6 |
1436 | 2023-11-28T01:59:49.471Z | Compiling diesel_derives v2.1.1 |
1437 | 2023-11-28T01:59:50.290Z | Compiling terminal_size v0.2.6 |
1438 | 2023-11-28T01:59:50.557Z | Compiling inout v0.1.3 |
1439 | 2023-11-28T01:59:52.081Z | Compiling phf_shared v0.11.2 |
1440 | 2023-11-28T01:59:53.170Z | Compiling getopts v0.2.21 |
1441 | 2023-11-28T01:59:53.202Z | Compiling snafu-derive v0.7.5 |
1442 | 2023-11-28T01:59:53.319Z | Compiling serde_repr v0.1.16 |
1443 | 2023-11-28T01:59:53.512Z | Compiling scheduled-thread-pool v0.2.7 |
1444 | 2023-11-28T01:59:54.835Z | Compiling regex-automata v0.1.10 |
1445 | 2023-11-28T01:59:54.900Z | Compiling unsafe-libyaml v0.2.9 |
1446 | 2023-11-28T01:59:55.198Z | Compiling clap_lex v0.5.1 |
1447 | 2023-11-28T01:59:56.161Z | Compiling bit-vec v0.6.3 |
1448 | 2023-11-28T01:59:56.834Z | Compiling matches v0.1.10 |
1449 | 2023-11-28T01:59:57.195Z | Compiling managed v0.8.0 |
1450 | 2023-11-28T01:59:57.316Z | Compiling serde_yaml v0.9.25 |
1451 | 2023-11-28T01:59:58.050Z | Compiling idna v0.2.3 |
1452 | 2023-11-28T02:00:00.708Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1453 | 2023-11-28T02:00:00.822Z | Compiling clap_builder v4.4.2 |
1454 | 2023-11-28T02:00:01.653Z | Compiling bstr v0.2.17 |
1455 | 2023-11-28T02:00:04.303Z | Compiling r2d2 v0.8.10 |
1456 | 2023-11-28T02:00:07.055Z | Compiling phf v0.11.2 |
1457 | 2023-11-28T02:00:07.514Z | Compiling signal-hook-mio v0.2.3 |
1458 | 2023-11-28T02:00:07.713Z | Compiling cipher v0.4.4 |
1459 | 2023-11-28T02:00:08.551Z | Compiling bzip2 v0.4.4 |
1460 | 2023-11-28T02:00:08.947Z | Compiling postgres-types v0.2.6 |
1461 | 2023-11-28T02:00:09.173Z | Compiling itertools v0.11.0 |
1462 | 2023-11-28T02:00:09.342Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1463 | 2023-11-28T02:00:09.557Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1464 | 2023-11-28T02:00:11.574Z | Compiling pin-project v1.1.3 |
1465 | 2023-11-28T02:00:11.638Z | Compiling hubpack v0.1.2 |
1466 | 2023-11-28T02:00:12.598Z | Compiling phf_shared v0.10.0 |
1467 | 2023-11-28T02:00:13.407Z | Compiling zerocopy v0.6.4 |
1468 | 2023-11-28T02:00:13.981Z | Compiling ipnetwork v0.20.0 |
1469 | 2023-11-28T02:00:14.016Z | Compiling futures-executor v0.3.29 |
1470 | 2023-11-28T02:00:14.996Z | Compiling float-cmp v0.9.0 |
1471 | 2023-11-28T02:00:15.351Z | Compiling data-encoding v2.4.0 |
1472 | 2023-11-28T02:00:15.485Z | Compiling fixedbitset v0.4.2 |
1473 | 2023-11-28T02:00:16.188Z | Compiling predicates-core v1.0.6 |
1474 | 2023-11-28T02:00:16.890Z | Compiling whoami v1.4.1 |
1475 | 2023-11-28T02:00:17.201Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2023-11-28T02:00:17.377Z | Compiling precomputed-hash v0.1.1 |
1477 | 2023-11-28T02:00:17.534Z | Compiling new_debug_unreachable v1.0.4 |
1478 | 2023-11-28T02:00:17.669Z | Compiling regex-automata v0.3.8 |
1479 | 2023-11-28T02:00:19.418Z | Compiling difflib v0.4.0 |
1480 | 2023-11-28T02:00:20.030Z | Compiling static_assertions v1.1.0 |
1481 | 2023-11-28T02:00:20.771Z | Compiling bstr v1.6.0 |
1482 | 2023-11-28T02:00:21.856Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1483 | 2023-11-28T02:00:22.135Z | Compiling predicates v3.0.4 |
1484 | 2023-11-28T02:00:22.260Z | Compiling trust-dns-proto v0.22.0 |
1485 | 2023-11-28T02:00:22.456Z | Compiling string_cache v0.8.7 |
1486 | 2023-11-28T02:00:22.687Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1487 | 2023-11-28T02:00:23.052Z | Compiling tokio-postgres v0.7.10 |
1488 | 2023-11-28T02:00:23.175Z | Compiling diesel v2.1.4 |
1489 | 2023-11-28T02:00:23.386Z | Compiling petgraph v0.6.4 |
1490 | 2023-11-28T02:00:30.447Z | Compiling futures v0.3.29 |
1491 | 2023-11-28T02:00:31.498Z | Compiling snafu v0.7.5 |
1492 | 2023-11-28T02:00:32.718Z | Compiling yasna v0.5.2 |
1493 | 2023-11-28T02:00:32.944Z | Compiling zip v0.6.6 |
1494 | 2023-11-28T02:00:35.277Z | Compiling crossterm v0.27.0 |
1495 | 2023-11-28T02:00:35.972Z | Compiling clap v4.4.3 |
1496 | 2023-11-28T02:00:36.852Z | Compiling similar v2.2.1 |
1497 | 2023-11-28T02:00:36.920Z | Compiling bit-set v0.5.3 |
1498 | 2023-11-28T02:00:37.337Z | Compiling itertools v0.10.5 |
1499 | 2023-11-28T02:00:41.081Z | Compiling usdt v0.3.5 |
1500 | 2023-11-28T02:00:41.602Z | Compiling signature v2.1.0 |
1501 | 2023-11-28T02:00:41.818Z | Compiling tokio-stream v0.1.14 |
1502 | 2023-11-28T02:00:41.959Z | Compiling console v0.15.7 |
1503 | 2023-11-28T02:00:42.375Z | Compiling lalrpop-util v0.19.12 |
1504 | 2023-11-28T02:01:24.998Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1505 | 2023-11-28T02:01:31.025Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1506 | 2023-11-28T02:01:32.310Z | Compiling sha1 v0.10.6 |
1507 | 2023-11-28T02:01:32.808Z | Compiling atty v0.2.14 |
1508 | 2023-11-28T02:01:33.139Z | Compiling match_cfg v0.1.0 |
1509 | 2023-11-28T02:01:39.441Z | Compiling hostname v0.3.1 |
1510 | 2023-11-28T02:01:41.119Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1511 | 2023-11-28T02:01:51.456Z | Compiling dirs-sys-next v0.1.2 |
1512 | 2023-11-28T02:01:51.648Z | Compiling dirs-next v2.0.0 |
1513 | 2023-11-28T02:01:51.648Z | Compiling thread_local v1.1.7 |
1514 | 2023-11-28T02:01:51.648Z | Compiling camino v1.1.6 |
1515 | 2023-11-28T02:01:51.648Z | Compiling ident_case v1.0.1 |
1516 | 2023-11-28T02:01:51.648Z | Compiling slog-async v2.8.0 |
1517 | 2023-11-28T02:01:51.648Z | Compiling darling_core v0.20.3 |
1518 | 2023-11-28T02:01:51.705Z | Compiling term v0.7.0 |
1519 | 2023-11-28T02:01:51.705Z | Compiling crossbeam-channel v0.5.8 |
1520 | 2023-11-28T02:01:51.705Z | Compiling multer v2.1.0 |
1521 | 2023-11-28T02:01:51.705Z | Compiling instant v0.1.12 |
1522 | 2023-11-28T02:01:51.705Z | Compiling take_mut v0.2.2 |
1523 | 2023-11-28T02:01:51.705Z | Compiling paste v1.0.14 |
1524 | 2023-11-28T02:01:51.705Z | Compiling slog-term v2.9.0 |
1525 | 2023-11-28T02:01:51.705Z | Compiling slog-json v2.6.1 |
1526 | 2023-11-28T02:01:51.705Z | Compiling async-stream-impl v0.3.5 |
1527 | 2023-11-28T02:01:51.705Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1528 | 2023-11-28T02:01:51.705Z | Compiling atomic-waker v1.1.1 |
1529 | 2023-11-28T02:01:51.705Z | Compiling slog-bunyan v2.4.0 |
1530 | 2023-11-28T02:01:51.705Z | Compiling waitgroup v0.1.2 |
1531 | 2023-11-28T02:01:51.705Z | Compiling toml v0.8.8 |
1532 | 2023-11-28T02:01:51.705Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1533 | 2023-11-28T02:01:51.705Z | Compiling serde_path_to_error v0.1.14 |
1534 | 2023-11-28T02:01:51.705Z | Compiling async-stream v0.3.5 |
1535 | 2023-11-28T02:01:51.705Z | Compiling structmeta-derive v0.2.0 |
1536 | 2023-11-28T02:01:51.706Z | Compiling debug-ignore v1.0.5 |
1537 | 2023-11-28T02:01:51.706Z | Compiling strum v0.25.0 |
1538 | 2023-11-28T02:01:52.178Z | Compiling regex-syntax v0.7.5 |
1539 | 2023-11-28T02:01:52.178Z | Compiling backoff v0.4.0 |
1540 | 2023-11-28T02:01:52.178Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1541 | 2023-11-28T02:01:52.288Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1542 | 2023-11-28T02:01:52.526Z | Compiling macaddr v1.0.1 |
1543 | 2023-11-28T02:01:52.740Z | Compiling proc-macro-error-attr v1.0.4 |
1544 | 2023-11-28T02:01:53.078Z | Compiling proc-macro-crate v1.3.1 |
1545 | 2023-11-28T02:01:53.243Z | Compiling proc-macro-error v1.0.4 |
1546 | 2023-11-28T02:01:53.896Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1547 | 2023-11-28T02:01:54.528Z | Compiling same-file v1.0.6 |
1548 | 2023-11-28T02:01:54.871Z | Compiling postcard-cobs v0.1.5-pre |
1549 | 2023-11-28T02:01:54.947Z | Compiling num_enum_derive v0.5.11 |
1550 | 2023-11-28T02:01:55.319Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1551 | 2023-11-28T02:01:55.785Z | Compiling postcard v0.7.3 |
1552 | 2023-11-28T02:01:55.828Z | Compiling walkdir v2.4.0 |
1553 | 2023-11-28T02:01:56.258Z | Compiling darling_macro v0.20.3 |
1554 | 2023-11-28T02:01:56.579Z | Compiling structmeta v0.2.0 |
1555 | 2023-11-28T02:01:56.610Z | Compiling smoltcp v0.8.2 |
1556 | 2023-11-28T02:01:57.103Z | Compiling semver-parser v0.10.2 |
1557 | 2023-11-28T02:01:57.214Z | Compiling foreign-types-macros v0.2.3 |
1558 | 2023-11-28T02:01:57.862Z | Compiling darling v0.20.3 |
1559 | 2023-11-28T02:01:59.442Z | Compiling serde_with_macros v2.3.3 |
1560 | 2023-11-28T02:01:59.468Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1561 | 2023-11-28T02:01:59.594Z | Compiling num_enum v0.5.11 |
1562 | 2023-11-28T02:01:59.793Z | Compiling cfg-if v0.1.10 |
1563 | 2023-11-28T02:01:59.818Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1564 | 2023-11-28T02:01:59.933Z | Compiling crucible-workspace-hack v0.1.0 |
1565 | 2023-11-28T02:02:00.247Z | Compiling foreign-types-shared v0.3.1 |
1566 | 2023-11-28T02:02:00.359Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1567 | 2023-11-28T02:02:00.420Z | Compiling fastrand v2.0.0 |
1568 | 2023-11-28T02:02:00.645Z | Compiling foreign-types v0.5.0 |
1569 | 2023-11-28T02:02:00.877Z | Compiling semver v0.11.0 |
1570 | 2023-11-28T02:02:01.189Z | Compiling tempfile v3.8.0 |
1571 | 2023-11-28T02:02:01.608Z | Compiling is-terminal v0.4.9 |
1572 | 2023-11-28T02:02:01.796Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1573 | 2023-11-28T02:02:02.181Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1574 | 2023-11-28T02:02:02.571Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1575 | 2023-11-28T02:02:02.615Z | Compiling serde_with v2.3.3 |
1576 | 2023-11-28T02:02:03.317Z | Compiling parse-display-derive v0.8.2 |
1577 | 2023-11-28T02:02:03.522Z | Compiling cstr-argument v0.1.2 |
1578 | 2023-11-28T02:02:03.885Z | Compiling xattr v1.0.1 |
1579 | 2023-11-28T02:02:04.057Z | Compiling filetime v0.2.22 |
1580 | 2023-11-28T02:02:04.387Z | Compiling pretty-hex v0.2.1 |
1581 | 2023-11-28T02:02:04.610Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1582 | 2023-11-28T02:02:04.663Z | Compiling home v0.5.5 |
1583 | 2023-11-28T02:02:05.053Z | Compiling toolchain_find v0.2.0 |
1584 | 2023-11-28T02:02:05.084Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1585 | 2023-11-28T02:02:05.448Z | Compiling tar v0.4.40 |
1586 | 2023-11-28T02:02:05.930Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1587 | 2023-11-28T02:02:06.213Z | Compiling colored v2.0.4 |
1588 | 2023-11-28T02:02:06.389Z | Compiling textwrap v0.11.0 |
1589 | 2023-11-28T02:02:06.873Z | Compiling heck v0.3.3 |
1590 | 2023-11-28T02:02:07.240Z | Compiling toml v0.5.11 |
1591 | 2023-11-28T02:02:07.368Z | Compiling ansi_term v0.12.1 |
1592 | 2023-11-28T02:02:07.494Z | Compiling libefi-sys v0.1.0 |
1593 | 2023-11-28T02:02:07.859Z | Compiling strsim v0.8.0 |
1594 | 2023-11-28T02:02:07.926Z | Compiling platforms v3.0.2 |
1595 | 2023-11-28T02:02:08.228Z | Compiling vec_map v0.8.2 |
1596 | 2023-11-28T02:02:08.684Z | Compiling clap v2.34.0 |
1597 | 2023-11-28T02:02:08.787Z | Compiling structopt-derive v0.4.18 |
1598 | 2023-11-28T02:02:08.860Z | Compiling omicron-zone-package v0.9.1 |
1599 | 2023-11-28T02:02:09.610Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1600 | 2023-11-28T02:02:10.994Z | Compiling parse-display v0.8.2 |
1601 | 2023-11-28T02:02:11.282Z | Compiling rustfmt-wrapper v0.2.0 |
1602 | 2023-11-28T02:02:12.281Z | Compiling zone_cfg_derive v0.3.0 |
1603 | 2023-11-28T02:02:12.599Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1604 | 2023-11-28T02:02:13.625Z | Compiling num-derive v0.4.0 |
1605 | 2023-11-28T02:02:13.773Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1606 | 2023-11-28T02:02:14.410Z | Compiling base64ct v1.6.0 |
1607 | 2023-11-28T02:02:14.817Z | Compiling zone v0.3.0 |
1608 | 2023-11-28T02:02:15.988Z | Compiling structopt v0.3.26 |
1609 | 2023-11-28T02:02:15.991Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1610 | 2023-11-28T02:02:15.991Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1611 | 2023-11-28T02:02:16.296Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1612 | 2023-11-28T02:02:16.758Z | Compiling smf v0.2.2 |
1613 | 2023-11-28T02:02:17.252Z | Compiling unicase v2.7.0 |
1614 | 2023-11-28T02:02:17.275Z | Compiling curve25519-dalek v4.1.0 |
1615 | 2023-11-28T02:02:17.416Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1616 | 2023-11-28T02:02:17.570Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1617 | 2023-11-28T02:02:17.702Z | Compiling universal-hash v0.5.1 |
1618 | 2023-11-28T02:02:17.955Z | Compiling opaque-debug v0.3.0 |
1619 | 2023-11-28T02:02:17.994Z | Compiling hkdf v0.12.3 |
1620 | 2023-11-28T02:02:18.098Z | Compiling curve25519-dalek-derive v0.1.0 |
1621 | 2023-11-28T02:02:18.197Z | Compiling num-rational v0.4.1 |
1622 | 2023-11-28T02:02:18.323Z | Compiling getrandom v0.1.16 |
1623 | 2023-11-28T02:02:18.664Z | Compiling keccak v0.1.4 |
1624 | 2023-11-28T02:02:19.009Z | Compiling linked-hash-map v0.5.6 |
1625 | 2023-11-28T02:02:19.192Z | Compiling parking_lot_core v0.8.6 |
1626 | 2023-11-28T02:02:19.448Z | Compiling quick-error v1.2.3 |
1627 | 2023-11-28T02:02:19.653Z | Compiling resolv-conf v0.7.0 |
1628 | 2023-11-28T02:02:19.656Z | Compiling lru-cache v0.1.2 |
1629 | 2023-11-28T02:02:19.959Z | Compiling sha3 v0.10.8 |
1630 | 2023-11-28T02:02:21.449Z | Compiling password-hash v0.5.0 |
1631 | 2023-11-28T02:02:21.455Z | Compiling blake2 v0.10.6 |
1632 | 2023-11-28T02:02:21.455Z | Compiling aead v0.5.2 |
1633 | 2023-11-28T02:02:21.522Z | Compiling secrecy v0.8.0 |
1634 | 2023-11-28T02:02:21.865Z | Compiling num-complex v0.4.4 |
1635 | 2023-11-28T02:02:21.921Z | Compiling ff v0.13.0 |
1636 | 2023-11-28T02:02:22.248Z | Compiling nibble_vec v0.1.0 |
1637 | 2023-11-28T02:02:22.562Z | Compiling slog-dtrace v0.2.3 |
1638 | 2023-11-28T02:02:22.769Z | Compiling winapi v0.3.9 |
1639 | 2023-11-28T02:02:23.003Z | Compiling convert_case v0.4.0 |
1640 | 2023-11-28T02:02:23.471Z | Compiling arc-swap v1.6.0 |
1641 | 2023-11-28T02:02:23.685Z | Compiling endian-type v0.1.2 |
1642 | 2023-11-28T02:02:23.733Z | Compiling utf-8 v0.7.6 |
1643 | 2023-11-28T02:02:23.879Z | Compiling num v0.4.1 |
1644 | 2023-11-28T02:02:24.008Z | Compiling radix_trie v0.2.1 |
1645 | 2023-11-28T02:02:24.164Z | Compiling tungstenite v0.20.1 |
1646 | 2023-11-28T02:02:24.271Z | Compiling slog-scope v4.4.0 |
1647 | 2023-11-28T02:02:24.444Z | Compiling group v0.13.0 |
1648 | 2023-11-28T02:02:24.543Z | Compiling derive_more v0.99.17 |
1649 | 2023-11-28T02:02:24.546Z | Compiling argon2 v0.5.2 |
1650 | 2023-11-28T02:02:24.695Z | Compiling mime_guess v2.0.4 |
1651 | 2023-11-28T02:02:25.102Z | Compiling rand_core v0.5.1 |
1652 | 2023-11-28T02:02:25.160Z | Compiling trust-dns-resolver v0.22.0 |
1653 | 2023-11-28T02:02:26.858Z | Compiling poly1305 v0.8.0 |
1654 | 2023-11-28T02:02:27.251Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1655 | 2023-11-28T02:02:27.866Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1656 | 2023-11-28T02:02:28.334Z | Compiling chacha20 v0.9.1 |
1657 | 2023-11-28T02:02:29.051Z | Compiling crypto-bigint v0.5.2 |
1658 | 2023-11-28T02:02:29.071Z | Compiling thiserror-impl-no-std v2.0.2 |
1659 | 2023-11-28T02:02:29.703Z | Compiling ciborium-io v0.2.1 |
1660 | 2023-11-28T02:02:29.706Z | Compiling option-ext v0.2.0 |
1661 | 2023-11-28T02:02:29.900Z | Compiling half v1.8.2 |
1662 | 2023-11-28T02:02:29.906Z | Compiling base16ct v0.2.0 |
1663 | 2023-11-28T02:02:30.334Z | Compiling dirs-sys v0.4.1 |
1664 | 2023-11-28T02:02:30.930Z | Compiling ciborium-ll v0.2.1 |
1665 | 2023-11-28T02:02:31.363Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1666 | 2023-11-28T02:02:31.872Z | Compiling parking_lot v0.11.2 |
1667 | 2023-11-28T02:02:32.188Z | Compiling elliptic-curve v0.13.5 |
1668 | 2023-11-28T02:02:33.088Z | Compiling tokio-tungstenite v0.20.1 |
1669 | 2023-11-28T02:02:33.517Z | Compiling rand_chacha v0.2.2 |
1670 | 2023-11-28T02:02:33.885Z | Compiling trust-dns-client v0.22.0 |
1671 | 2023-11-28T02:02:34.677Z | Compiling thiserror-no-std v2.0.2 |
1672 | 2023-11-28T02:02:34.799Z | Compiling slog-stdlog v4.1.1 |
1673 | 2023-11-28T02:02:35.386Z | Compiling polyval v0.6.1 |
1674 | 2023-11-28T02:02:35.440Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1675 | 2023-11-28T02:02:35.887Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1676 | 2023-11-28T02:02:35.915Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1677 | 2023-11-28T02:02:35.937Z | Compiling password-hash v0.4.2 |
1678 | 2023-11-28T02:02:36.052Z | Compiling ed25519 v2.2.2 |
1679 | 2023-11-28T02:02:36.800Z | Compiling blowfish v0.9.1 |
1680 | 2023-11-28T02:02:37.501Z | Compiling ctr v0.9.2 |
1681 | 2023-11-28T02:02:37.531Z | Compiling aes v0.8.3 |
1682 | 2023-11-28T02:02:39.052Z | Compiling pbkdf2 v0.12.2 |
1683 | 2023-11-28T02:02:39.209Z | Compiling fxhash v0.2.1 |
1684 | 2023-11-28T02:02:39.856Z | Compiling cancel-safe-futures v0.1.5 |
1685 | 2023-11-28T02:02:39.937Z | Compiling glob v0.3.1 |
1686 | 2023-11-28T02:02:41.675Z | Compiling trust-dns-server v0.22.1 |
1687 | 2023-11-28T02:02:42.442Z | Compiling sled v0.34.7 |
1688 | 2023-11-28T02:02:43.949Z | Compiling bcrypt-pbkdf v0.10.0 |
1689 | 2023-11-28T02:02:44.453Z | Compiling pbkdf2 v0.11.0 |
1690 | 2023-11-28T02:02:44.909Z | Compiling ed25519-dalek v2.0.0 |
1691 | 2023-11-28T02:02:45.035Z | Compiling ghash v0.5.0 |
1692 | 2023-11-28T02:02:45.307Z | Compiling slog-envlogger v2.2.0 |
1693 | 2023-11-28T02:02:46.570Z | Compiling russh-cryptovec v0.7.0 |
1694 | 2023-11-28T02:02:46.647Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1695 | 2023-11-28T02:02:47.022Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1696 | 2023-11-28T02:02:49.344Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1697 | 2023-11-28T02:02:49.678Z | Compiling vsss-rs v3.3.1 |
1698 | 2023-11-28T02:02:49.975Z | Compiling rand v0.7.3 |
1699 | 2023-11-28T02:02:54.838Z | Compiling ciborium v0.2.1 |
1700 | 2023-11-28T02:02:55.125Z | Compiling dirs v5.0.1 |
1701 | 2023-11-28T02:02:55.426Z | Compiling chacha20poly1305 v0.10.1 |
1702 | 2023-11-28T02:02:55.777Z | Compiling camino-tempfile v1.0.2 |
1703 | 2023-11-28T02:02:56.505Z | Compiling cbc v0.1.2 |
1704 | 2023-11-28T02:02:56.864Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1705 | 2023-11-28T02:02:57.464Z | Compiling pem v3.0.2 |
1706 | 2023-11-28T02:02:57.519Z | Compiling headers-core v0.2.0 |
1707 | 2023-11-28T02:02:57.763Z | Compiling kstat-rs v0.2.3 |
1708 | 2023-11-28T02:02:58.217Z | Compiling pretty-hex v0.3.0 |
1709 | 2023-11-28T02:02:58.520Z | Compiling base64 v0.13.1 |
1710 | 2023-11-28T02:02:58.788Z | Compiling md5 v0.7.0 |
1711 | 2023-11-28T02:02:58.920Z | Compiling http-range v0.1.5 |
1712 | 2023-11-28T02:02:59.483Z | Compiling hyper-staticfile v0.9.5 |
1713 | 2023-11-28T02:02:59.507Z | Compiling russh-keys v0.38.0 |
1714 | 2023-11-28T02:02:59.618Z | Compiling pem v1.1.1 |
1715 | 2023-11-28T02:03:00.725Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1716 | 2023-11-28T02:03:01.081Z | Compiling rcgen v0.11.3 |
1717 | 2023-11-28T02:03:01.613Z | Compiling headers v0.3.9 |
1718 | 2023-11-28T02:03:01.836Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1719 | 2023-11-28T02:03:02.500Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1720 | 2023-11-28T02:03:02.693Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1721 | 2023-11-28T02:03:03.800Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1722 | 2023-11-28T02:03:04.764Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1723 | 2023-11-28T02:03:05.636Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1724 | 2023-11-28T02:03:10.835Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1725 | 2023-11-28T02:03:11.085Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1726 | 2023-11-28T02:03:11.821Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1727 | 2023-11-28T02:03:14.825Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1728 | 2023-11-28T02:03:15.849Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1729 | 2023-11-28T02:03:19.459Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1730 | 2023-11-28T02:03:22.529Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1731 | 2023-11-28T02:03:22.899Z | Compiling aes-gcm v0.10.3 |
1732 | 2023-11-28T02:03:24.218Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1733 | 2023-11-28T02:03:24.271Z | Compiling atomicwrites v0.4.2 |
1734 | 2023-11-28T02:03:24.314Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1735 | 2023-11-28T02:03:24.795Z | Compiling itertools v0.12.0 |
1736 | 2023-11-28T02:03:26.841Z | Compiling subprocess v0.2.9 |
1737 | 2023-11-28T02:03:29.847Z | Compiling hex-literal v0.4.1 |
1738 | 2023-11-28T02:03:30.075Z | Compiling russh v0.39.0 |
1739 | 2023-11-28T02:03:30.379Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1740 | 2023-11-28T02:03:33.841Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1741 | 2023-11-28T02:03:38.235Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1742 | 2023-11-28T02:04:04.074Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1743 | 2023-11-28T02:05:22.609Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 50s |
1744 | 2023-11-28T02:05:22.937Z | |
1745 | 2023-11-28T02:05:22.942Z | real 7:50.522369897 |
1746 | 2023-11-28T02:05:22.942Z | user 43:23.003422158 |
1747 | 2023-11-28T02:05:22.942Z | sys 6:37.014300463 |
1748 | 2023-11-28T02:05:22.942Z | trap 1.633739020 |
1749 | 2023-11-28T02:05:22.944Z | tflt 2.376099375 |
1750 | 2023-11-28T02:05:22.944Z | dflt 6.082089999 |
1751 | 2023-11-28T02:05:22.944Z | kflt 0.020926938 |
1752 | 2023-11-28T02:05:22.944Z | lock 1:22:49.088176369 |
1753 | 2023-11-28T02:05:22.944Z | slp 2:03:43.487993505 |
1754 | 2023-11-28T02:05:22.944Z | lat 1:58.158977843 |
1755 | 2023-11-28T02:05:22.944Z | stop 4:28.230854209 |
1756 | 2023-11-28T02:05:22.944Z | + mkdir -p /work/end-to-end-tests |
1757 | 2023-11-28T02:05:22.948Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1758 | 2023-11-28T02:05:23.835Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1759 | 2023-11-28T02:05:23.836Z | + ptime -m gzip |
1760 | 2023-11-28T02:05:23.840Z | ++ basename target/debug/bootstrap |
1761 | 2023-11-28T02:05:40.463Z | |
1762 | 2023-11-28T02:05:40.467Z | real 16.620536827 |
1763 | 2023-11-28T02:05:40.467Z | user 16.444178384 |
1764 | 2023-11-28T02:05:40.467Z | sys 0.158503706 |
1765 | 2023-11-28T02:05:40.467Z | trap 0.007539329 |
1766 | 2023-11-28T02:05:40.467Z | tflt 0.000000000 |
1767 | 2023-11-28T02:05:40.467Z | dflt 0.000000000 |
1768 | 2023-11-28T02:05:40.467Z | kflt 0.000000000 |
1769 | 2023-11-28T02:05:40.467Z | lock 0.000000000 |
1770 | 2023-11-28T02:05:40.467Z | slp 0.000000000 |
1771 | 2023-11-28T02:05:40.467Z | lat 0.009943652 |
1772 | 2023-11-28T02:05:40.467Z | stop 0.000256269 |
1773 | 2023-11-28T02:05:40.467Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1774 | 2023-11-28T02:05:40.467Z | + ptime -m gzip |
1775 | 2023-11-28T02:05:40.467Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41a12dce93961f06 |
1776 | 2023-11-28T02:05:42.766Z | |
1777 | 2023-11-28T02:05:42.769Z | real 1.077459119 |
1778 | 2023-11-28T02:05:42.769Z | user 1.065683027 |
1779 | 2023-11-28T02:05:42.769Z | sys 0.011039543 |
1780 | 2023-11-28T02:05:42.769Z | trap 0.000121958 |
1781 | 2023-11-28T02:05:42.769Z | tflt 0.000000000 |
1782 | 2023-11-28T02:05:42.769Z | dflt 0.000000000 |
1783 | 2023-11-28T02:05:42.769Z | kflt 0.000000000 |
1784 | 2023-11-28T02:05:42.769Z | lock 0.000000000 |
1785 | 2023-11-28T02:05:42.769Z | slp 0.000000000 |
1786 | 2023-11-28T02:05:42.771Z | lat 0.000234065 |
1787 | 2023-11-28T02:05:42.771Z | stop 0.000263012 |
1788 | 2023-11-28T02:05:42.771Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1789 | 2023-11-28T02:05:42.771Z | + ptime -m gzip |
1790 | 2023-11-28T02:05:42.771Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-753e572f61c39789 |
1791 | 2023-11-28T02:05:58.560Z | |
1792 | 2023-11-28T02:05:58.560Z | real 17.003731747 |
1793 | 2023-11-28T02:05:58.560Z | user 16.842739090 |
1794 | 2023-11-28T02:05:58.560Z | sys 0.156879048 |
1795 | 2023-11-28T02:05:58.560Z | trap 0.002681329 |
1796 | 2023-11-28T02:05:58.560Z | tflt 0.000000000 |
1797 | 2023-11-28T02:05:58.563Z | dflt 0.000000000 |
1798 | 2023-11-28T02:05:58.563Z | kflt 0.000000000 |
1799 | 2023-11-28T02:05:58.563Z | lock 0.000000000 |
1800 | 2023-11-28T02:05:58.563Z | slp 0.000000000 |
1801 | 2023-11-28T02:05:58.563Z | lat 0.001085919 |
1802 | 2023-11-28T02:05:58.563Z | stop 0.000231894 |
1803 | 2023-11-28T02:05:58.563Z | + banner caboose-util |
1804 | 2023-11-28T02:05:58.564Z | |
1805 | 2023-11-28T02:05:58.564Z | #### ## ##### #### #### #### ###### # # ##### |
1806 | 2023-11-28T02:05:58.564Z | # # # # # # # # # # # # # # # |
1807 | 2023-11-28T02:05:58.564Z | # # # ##### # # # # #### ##### ##### # # # |
1808 | 2023-11-28T02:05:58.564Z | # ###### # # # # # # # # # # # |
1809 | 2023-11-28T02:05:58.564Z | # # # # # # # # # # # # # # # # |
1810 | 2023-11-28T02:05:58.564Z | #### # # ##### #### #### #### ###### #### # |
1811 | 2023-11-28T02:05:58.564Z | |
1812 | 2023-11-28T02:05:58.564Z | + ptime -m cargo build --locked -p caboose-util --release |
1813 | 2023-11-28T02:05:59.210Z | Downloading crates ... |
1814 | 2023-11-28T02:05:59.571Z | Downloaded path-slash v0.1.5 |
1815 | 2023-11-28T02:05:59.583Z | Downloaded radium v0.7.0 |
1816 | 2023-11-28T02:05:59.588Z | Downloaded nodrop v0.1.14 |
1817 | 2023-11-28T02:05:59.592Z | Downloaded crc-catalog v2.2.0 |
1818 | 2023-11-28T02:05:59.592Z | Downloaded funty v2.0.0 |
1819 | 2023-11-28T02:05:59.592Z | Downloaded packed_struct_codegen v0.10.1 |
1820 | 2023-11-28T02:05:59.592Z | Downloaded termcolor v1.2.0 |
1821 | 2023-11-28T02:05:59.595Z | Downloaded wyz v0.5.1 |
1822 | 2023-11-28T02:05:59.598Z | Downloaded array-init v0.0.4 |
1823 | 2023-11-28T02:05:59.600Z | Downloaded smallvec v0.6.14 |
1824 | 2023-11-28T02:05:59.603Z | Downloaded serde-hex v0.1.0 |
1825 | 2023-11-28T02:05:59.603Z | Downloaded pkcs1 v0.7.5 |
1826 | 2023-11-28T02:05:59.608Z | Downloaded env_logger v0.10.0 |
1827 | 2023-11-28T02:05:59.612Z | Downloaded der_derive v0.7.2 |
1828 | 2023-11-28T02:05:59.616Z | Downloaded ron v0.8.1 |
1829 | 2023-11-28T02:05:59.625Z | Downloaded num-bigint-dig v0.8.4 |
1830 | 2023-11-28T02:05:59.635Z | Downloaded object v0.30.4 |
1831 | 2023-11-28T02:05:59.650Z | Downloaded x509-cert v0.2.4 |
1832 | 2023-11-28T02:05:59.660Z | Downloaded rsa v0.9.2 |
1833 | 2023-11-28T02:05:59.668Z | Downloaded crc-any v2.4.3 |
1834 | 2023-11-28T02:05:59.673Z | Downloaded bitvec v1.0.1 |
1835 | 2023-11-28T02:05:59.697Z | Downloaded bitfield v0.14.0 |
1836 | 2023-11-28T02:05:59.700Z | Downloaded tap v1.0.1 |
1837 | 2023-11-28T02:05:59.703Z | Downloaded pem-rfc7468 v0.7.0 |
1838 | 2023-11-28T02:05:59.705Z | Downloaded maybe-uninit v2.0.0 |
1839 | 2023-11-28T02:05:59.708Z | Downloaded packed_struct v0.10.1 |
1840 | 2023-11-28T02:05:59.710Z | Downloaded flagset v0.4.3 |
1841 | 2023-11-28T02:05:59.710Z | Downloaded crc v3.0.1 |
1842 | 2023-11-28T02:05:59.878Z | Compiling proc-macro2 v1.0.69 |
1843 | 2023-11-28T02:05:59.881Z | Compiling unicode-ident v1.0.12 |
1844 | 2023-11-28T02:05:59.881Z | Compiling libc v0.2.150 |
1845 | 2023-11-28T02:05:59.881Z | Compiling autocfg v1.1.0 |
1846 | 2023-11-28T02:05:59.881Z | Compiling serde v1.0.192 |
1847 | 2023-11-28T02:05:59.881Z | Compiling cfg-if v1.0.0 |
1848 | 2023-11-28T02:05:59.900Z | Compiling version_check v0.9.4 |
1849 | 2023-11-28T02:06:00.083Z | Compiling syn v1.0.109 |
1850 | 2023-11-28T02:06:00.087Z | Compiling parking_lot_core v0.9.8 |
1851 | 2023-11-28T02:06:00.138Z | Compiling typenum v1.16.0 |
1852 | 2023-11-28T02:06:00.627Z | Compiling libm v0.2.7 |
1853 | 2023-11-28T02:06:00.659Z | Compiling futures-core v0.3.29 |
1854 | 2023-11-28T02:06:00.907Z | Compiling generic-array v0.14.7 |
1855 | 2023-11-28T02:06:00.979Z | Compiling lock_api v0.4.10 |
1856 | 2023-11-28T02:06:01.100Z | Compiling num-traits v0.2.16 |
1857 | 2023-11-28T02:06:01.110Z | Compiling once_cell v1.18.0 |
1858 | 2023-11-28T02:06:01.296Z | Compiling pkg-config v0.3.27 |
1859 | 2023-11-28T02:06:01.390Z | Compiling scopeguard v1.2.0 |
1860 | 2023-11-28T02:06:01.705Z | Compiling slab v0.4.9 |
1861 | 2023-11-28T02:06:01.726Z | Compiling serde_json v1.0.108 |
1862 | 2023-11-28T02:06:01.872Z | Compiling futures-channel v0.3.29 |
1863 | 2023-11-28T02:06:02.525Z | Compiling quote v1.0.33 |
1864 | 2023-11-28T02:06:02.963Z | Compiling futures-task v0.3.29 |
1865 | 2023-11-28T02:06:02.963Z | Compiling thiserror v1.0.49 |
1866 | 2023-11-28T02:06:03.011Z | Compiling memchr v2.6.3 |
1867 | 2023-11-28T02:06:03.011Z | Compiling syn v2.0.32 |
1868 | 2023-11-28T02:06:03.011Z | Compiling cc v1.0.83 |
1869 | 2023-11-28T02:06:03.055Z | Compiling getrandom v0.2.10 |
1870 | 2023-11-28T02:06:03.350Z | Compiling futures-util v0.3.29 |
1871 | 2023-11-28T02:06:03.575Z | Compiling itoa v1.0.9 |
1872 | 2023-11-28T02:06:03.803Z | Compiling log v0.4.20 |
1873 | 2023-11-28T02:06:04.053Z | Compiling smallvec v1.11.0 |
1874 | 2023-11-28T02:06:06.193Z | Compiling vcpkg v0.2.15 |
1875 | 2023-11-28T02:06:06.543Z | Compiling byteorder v1.5.0 |
1876 | 2023-11-28T02:06:06.543Z | Compiling rand_core v0.6.4 |
1877 | 2023-11-28T02:06:06.543Z | Compiling parking_lot v0.12.1 |
1878 | 2023-11-28T02:06:07.221Z | Compiling pin-project-lite v0.2.13 |
1879 | 2023-11-28T02:06:07.572Z | Compiling ring v0.17.5 |
1880 | 2023-11-28T02:06:07.910Z | Compiling indexmap v1.9.3 |
1881 | 2023-11-28T02:06:08.437Z | Compiling openssl-sys v0.9.93 |
1882 | 2023-11-28T02:06:09.855Z | Compiling signal-hook-registry v1.4.1 |
1883 | 2023-11-28T02:06:10.114Z | Compiling heck v0.4.1 |
1884 | 2023-11-28T02:06:11.432Z | Compiling io-lifetimes v1.0.11 |
1885 | 2023-11-28T02:06:11.705Z | Compiling ring v0.16.20 |
1886 | 2023-11-28T02:06:11.705Z | Compiling mio v0.8.9 |
1887 | 2023-11-28T02:06:31.854Z | Compiling num-integer v0.1.45 |
1888 | 2023-11-28T02:06:32.445Z | Compiling ryu v1.0.15 |
1889 | 2023-11-28T02:06:32.445Z | Compiling semver v1.0.20 |
1890 | 2023-11-28T02:06:32.445Z | Compiling const-oid v0.9.5 |
1891 | 2023-11-28T02:06:32.445Z | Compiling spin v0.5.2 |
1892 | 2023-11-28T02:06:32.445Z | Compiling rustix v0.37.23 |
1893 | 2023-11-28T02:06:32.445Z | Compiling socket2 v0.5.5 |
1894 | 2023-11-28T02:06:32.445Z | Compiling num_cpus v1.16.0 |
1895 | 2023-11-28T02:06:32.445Z | Compiling futures-sink v0.3.29 |
1896 | 2023-11-28T02:06:32.445Z | Compiling httparse v1.8.0 |
1897 | 2023-11-28T02:06:32.445Z | Compiling unicode-xid v0.2.4 |
1898 | 2023-11-28T02:06:32.445Z | Compiling ucd-trie v0.1.6 |
1899 | 2023-11-28T02:06:32.445Z | Compiling openssl v0.10.57 |
1900 | 2023-11-28T02:06:32.445Z | Compiling synstructure v0.12.6 |
1901 | 2023-11-28T02:06:32.922Z | Compiling tinyvec_macros v0.1.1 |
1902 | 2023-11-28T02:06:32.923Z | Compiling tinyvec v1.6.0 |
1903 | 2023-11-28T02:06:32.923Z | Compiling ppv-lite86 v0.2.17 |
1904 | 2023-11-28T02:06:32.923Z | Compiling futures-io v0.3.29 |
1905 | 2023-11-28T02:06:32.923Z | Compiling native-tls v0.2.11 |
1906 | 2023-11-28T02:06:32.923Z | Compiling rustls v0.21.9 |
1907 | 2023-11-28T02:06:32.923Z | Compiling pin-utils v0.1.0 |
1908 | 2023-11-28T02:06:32.923Z | Compiling crc32fast v1.3.2 |
1909 | 2023-11-28T02:06:32.923Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1910 | 2023-11-28T02:06:32.923Z | Compiling spin v0.9.8 |
1911 | 2023-11-28T02:06:32.923Z | Compiling rand_chacha v0.3.1 |
1912 | 2023-11-28T02:06:32.923Z | Compiling unicode-normalization v0.1.22 |
1913 | 2023-11-28T02:06:32.923Z | Compiling tracing-core v0.1.31 |
1914 | 2023-11-28T02:06:32.923Z | Compiling subtle v2.5.0 |
1915 | 2023-11-28T02:06:32.923Z | Compiling unicode-bidi v0.3.13 |
1916 | 2023-11-28T02:06:32.923Z | Compiling rand v0.8.5 |
1917 | 2023-11-28T02:06:32.923Z | Compiling errno v0.3.2 |
1918 | 2023-11-28T02:06:32.923Z | Compiling num-iter v0.1.43 |
1919 | 2023-11-28T02:06:32.923Z | Compiling usdt-impl v0.3.5 |
1920 | 2023-11-28T02:06:32.923Z | Compiling ahash v0.8.3 |
1921 | 2023-11-28T02:06:32.923Z | Compiling signal-hook v0.3.17 |
1922 | 2023-11-28T02:06:32.923Z | Compiling schemars v0.8.13 |
1923 | 2023-11-28T02:06:32.923Z | Compiling base64 v0.21.5 |
1924 | 2023-11-28T02:06:32.923Z | Compiling rustix v0.38.9 |
1925 | 2023-11-28T02:06:32.923Z | Compiling serde_derive_internals v0.26.0 |
1926 | 2023-11-28T02:06:32.923Z | Compiling serde_derive v1.0.192 |
1927 | 2023-11-28T02:06:32.923Z | Compiling zeroize_derive v1.4.2 |
1928 | 2023-11-28T02:06:32.923Z | Compiling tokio-macros v2.2.0 |
1929 | 2023-11-28T02:06:32.923Z | Compiling thiserror-impl v1.0.49 |
1930 | 2023-11-28T02:06:32.923Z | Compiling futures-macro v0.3.29 |
1931 | 2023-11-28T02:06:32.923Z | Compiling tracing-attributes v0.1.26 |
1932 | 2023-11-28T02:06:32.923Z | Compiling zeroize v1.6.0 |
1933 | 2023-11-28T02:06:32.929Z | Compiling zerocopy-derive v0.2.0 |
1934 | 2023-11-28T02:06:32.929Z | Compiling openssl-macros v0.1.1 |
1935 | 2023-11-28T02:06:32.929Z | Compiling pest v2.7.2 |
1936 | 2023-11-28T02:06:32.929Z | Compiling zerocopy-derive v0.6.4 |
1937 | 2023-11-28T02:06:32.929Z | Compiling crypto-common v0.1.6 |
1938 | 2023-11-28T02:06:32.929Z | Compiling block-buffer v0.10.4 |
1939 | 2023-11-28T02:06:32.929Z | Compiling digest v0.10.7 |
1940 | 2023-11-28T02:06:32.929Z | Compiling tracing v0.1.37 |
1941 | 2023-11-28T02:06:32.929Z | Compiling fnv v1.0.7 |
1942 | 2023-11-28T02:06:32.929Z | Compiling bitflags v1.3.2 |
1943 | 2023-11-28T02:06:33.672Z | Compiling pest_meta v2.7.2 |
1944 | 2023-11-28T02:06:34.223Z | Compiling zerocopy v0.3.0 |
1945 | 2023-11-28T02:06:34.268Z | Compiling schemars_derive v0.8.13 |
1946 | 2023-11-28T02:06:35.867Z | Compiling pest_generator v2.7.2 |
1947 | 2023-11-28T02:06:38.203Z | Compiling lazy_static v1.4.0 |
1948 | 2023-11-28T02:06:39.094Z | Compiling backtrace v0.3.69 |
1949 | 2023-11-28T02:06:39.105Z | Compiling num-bigint v0.4.4 |
1950 | 2023-11-28T02:06:39.269Z | Compiling memoffset v0.9.0 |
1951 | 2023-11-28T02:06:39.684Z | Compiling async-trait v0.1.74 |
1952 | 2023-11-28T02:06:39.702Z | Compiling untrusted v0.9.0 |
1953 | 2023-11-28T02:06:39.761Z | Compiling doc-comment v0.3.3 |
1954 | 2023-11-28T02:06:39.956Z | Compiling openssl-probe v0.1.5 |
1955 | 2023-11-28T02:06:40.319Z | Compiling untrusted v0.7.1 |
1956 | 2023-11-28T02:06:40.368Z | Compiling hashbrown v0.12.3 |
1957 | 2023-11-28T02:06:40.425Z | Compiling pest_derive v2.7.2 |
1958 | 2023-11-28T02:06:40.461Z | Compiling iana-time-zone v0.1.57 |
1959 | 2023-11-28T02:06:40.595Z | Compiling base64ct v1.6.0 |
1960 | 2023-11-28T02:06:40.986Z | Compiling foreign-types-shared v0.1.1 |
1961 | 2023-11-28T02:06:41.122Z | Compiling hashbrown v0.14.2 |
1962 | 2023-11-28T02:06:41.879Z | Compiling equivalent v1.0.1 |
1963 | 2023-11-28T02:06:41.883Z | Compiling percent-encoding v2.3.0 |
1964 | 2023-11-28T02:06:41.883Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1965 | 2023-11-28T02:06:42.147Z | Compiling crossbeam-utils v0.8.16 |
1966 | 2023-11-28T02:06:42.461Z | Compiling smoltcp v0.9.1 |
1967 | 2023-11-28T02:06:42.835Z | Compiling dtrace-parser v0.1.14 |
1968 | 2023-11-28T02:06:43.174Z | Compiling pem-rfc7468 v0.7.0 |
1969 | 2023-11-28T02:06:43.460Z | Compiling foreign-types v0.3.2 |
1970 | 2023-11-28T02:06:44.846Z | Compiling dof v0.1.5 |
1971 | 2023-11-28T02:06:45.515Z | Compiling clap_derive v4.4.2 |
1972 | 2023-11-28T02:06:46.116Z | Compiling der_derive v0.7.2 |
1973 | 2023-11-28T02:06:47.413Z | Compiling bytes v1.5.0 |
1974 | 2023-11-28T02:06:48.669Z | Compiling bitflags v2.4.0 |
1975 | 2023-11-28T02:06:49.367Z | Compiling tokio v1.34.0 |
1976 | 2023-11-28T02:06:50.212Z | Compiling rustc_version v0.4.0 |
1977 | 2023-11-28T02:06:51.188Z | Compiling heapless v0.7.16 |
1978 | 2023-11-28T02:06:51.532Z | Compiling http v0.2.11 |
1979 | 2023-11-28T02:06:51.766Z | Compiling uuid v1.6.1 |
1980 | 2023-11-28T02:06:52.909Z | Compiling chrono v0.4.31 |
1981 | 2023-11-28T02:06:53.130Z | Compiling indexmap v2.1.0 |
1982 | 2023-11-28T02:06:55.140Z | Compiling thread-id v4.2.0 |
1983 | 2023-11-28T02:06:55.394Z | Compiling flagset v0.4.3 |
1984 | 2023-11-28T02:06:55.465Z | Compiling siphasher v0.3.11 |
1985 | 2023-11-28T02:06:55.658Z | Compiling rustversion v1.0.14 |
1986 | 2023-11-28T02:06:55.722Z | Compiling adler v1.0.2 |
1987 | 2023-11-28T02:06:56.024Z | Compiling try-lock v0.2.4 |
1988 | 2023-11-28T02:06:56.087Z | Compiling time-core v0.1.1 |
1989 | 2023-11-28T02:06:56.209Z | Compiling utf8parse v0.2.1 |
1990 | 2023-11-28T02:06:56.321Z | Compiling cpufeatures v0.2.9 |
1991 | 2023-11-28T02:06:56.471Z | Compiling anstyle v1.0.2 |
1992 | 2023-11-28T02:06:56.606Z | Compiling sha2 v0.10.8 |
1993 | 2023-11-28T02:06:57.400Z | Compiling anstyle-parse v0.2.1 |
1994 | 2023-11-28T02:06:58.026Z | Compiling time-macros v0.2.13 |
1995 | 2023-11-28T02:06:58.768Z | Compiling want v0.3.1 |
1996 | 2023-11-28T02:06:59.145Z | Compiling miniz_oxide v0.7.1 |
1997 | 2023-11-28T02:07:01.098Z | Compiling der v0.7.8 |
1998 | 2023-11-28T02:07:02.606Z | Compiling tokio-util v0.7.10 |
1999 | 2023-11-28T02:07:04.942Z | Compiling h2 v0.3.21 |
2000 | 2023-11-28T02:07:05.412Z | Compiling http-body v0.4.5 |
2001 | 2023-11-28T02:07:09.105Z | Compiling rustls-webpki v0.101.7 |
2002 | 2023-11-28T02:07:09.613Z | Compiling serde_tokenstream v0.1.7 |
2003 | 2023-11-28T02:07:11.393Z | Compiling sct v0.7.0 |
2004 | 2023-11-28T02:07:11.795Z | Compiling form_urlencoded v1.2.0 |
2005 | 2023-11-28T02:07:11.911Z | Compiling hubpack_derive v0.1.1 |
2006 | 2023-11-28T02:07:12.220Z | Compiling pin-project-internal v1.1.3 |
2007 | 2023-11-28T02:07:13.379Z | Compiling socket2 v0.4.9 |
2008 | 2023-11-28T02:07:13.394Z | Compiling crossbeam-epoch v0.9.15 |
2009 | 2023-11-28T02:07:14.687Z | Compiling anyhow v1.0.75 |
2010 | 2023-11-28T02:07:15.007Z | Compiling httpdate v1.0.3 |
2011 | 2023-11-28T02:07:15.394Z | Compiling tower-service v0.3.2 |
2012 | 2023-11-28T02:07:15.546Z | Compiling colorchoice v1.0.0 |
2013 | 2023-11-28T02:07:15.621Z | Compiling radium v0.7.0 |
2014 | 2023-11-28T02:07:15.800Z | Compiling anstyle-query v1.0.0 |
2015 | 2023-11-28T02:07:16.231Z | Compiling slog v2.7.0 |
2016 | 2023-11-28T02:07:16.705Z | Compiling hyper v0.14.27 |
2017 | 2023-11-28T02:07:17.830Z | Compiling anstream v0.5.0 |
2018 | 2023-11-28T02:07:23.522Z | Compiling terminal_size v0.2.6 |
2019 | 2023-11-28T02:07:44.516Z | Compiling spki v0.7.2 |
2020 | 2023-11-28T02:07:44.876Z | Compiling serde_spanned v0.6.4 |
2021 | 2023-11-28T02:07:44.876Z | Compiling toml_datetime v0.6.5 |
2022 | 2023-11-28T02:07:44.876Z | Compiling rustls-pemfile v1.0.3 |
2023 | 2023-11-28T02:07:44.876Z | Compiling zerocopy v0.6.4 |
2024 | 2023-11-28T02:07:44.876Z | Compiling hmac v0.12.1 |
2025 | 2023-11-28T02:07:44.876Z | Compiling md-5 v0.10.5 |
2026 | 2023-11-28T02:07:45.076Z | Compiling stringprep v0.1.3 |
2027 | 2023-11-28T02:07:45.076Z | Compiling idna v0.4.0 |
2028 | 2023-11-28T02:07:45.076Z | Compiling diesel_table_macro_syntax v0.1.0 |
2029 | 2023-11-28T02:07:45.076Z | Compiling hash32 v0.2.1 |
2030 | 2023-11-28T02:07:45.076Z | Compiling aho-corasick v1.0.4 |
2031 | 2023-11-28T02:07:45.076Z | Compiling maybe-uninit v2.0.0 |
2032 | 2023-11-28T02:07:45.076Z | Compiling strsim v0.10.0 |
2033 | 2023-11-28T02:07:45.076Z | Compiling winnow v0.5.15 |
2034 | 2023-11-28T02:07:45.076Z | Compiling regex-syntax v0.8.2 |
2035 | 2023-11-28T02:07:45.076Z | Compiling either v1.9.0 |
2036 | 2023-11-28T02:07:45.076Z | Compiling dyn-clone v1.0.13 |
2037 | 2023-11-28T02:07:45.076Z | Compiling stable_deref_trait v1.2.0 |
2038 | 2023-11-28T02:07:45.076Z | Compiling clap_lex v0.5.1 |
2039 | 2023-11-28T02:07:45.076Z | Compiling tap v1.0.1 |
2040 | 2023-11-28T02:07:45.076Z | Compiling fallible-iterator v0.2.0 |
2041 | 2023-11-28T02:07:45.076Z | Compiling gimli v0.28.0 |
2042 | 2023-11-28T02:07:45.076Z | Compiling postgres-protocol v0.6.6 |
2043 | 2023-11-28T02:07:45.076Z | Compiling wyz v0.5.1 |
2044 | 2023-11-28T02:07:45.076Z | Compiling clap_builder v4.4.2 |
2045 | 2023-11-28T02:07:45.076Z | Compiling regex-automata v0.4.3 |
2046 | 2023-11-28T02:07:45.076Z | Compiling diesel_derives v2.1.1 |
2047 | 2023-11-28T02:07:45.076Z | Compiling url v2.4.1 |
2048 | 2023-11-28T02:07:45.076Z | Compiling addr2line v0.21.0 |
2049 | 2023-11-28T02:07:45.076Z | Compiling tokio-rustls v0.24.1 |
2050 | 2023-11-28T02:07:45.076Z | Compiling rustls-native-certs v0.6.3 |
2051 | 2023-11-28T02:07:45.076Z | Compiling strum_macros v0.25.2 |
2052 | 2023-11-28T02:07:49.135Z | Compiling tokio-native-tls v0.3.1 |
2053 | 2023-11-28T02:07:50.237Z | Compiling usdt-attr-macro v0.3.5 |
2054 | 2023-11-28T02:07:50.475Z | Compiling usdt-macro v0.3.5 |
2055 | 2023-11-28T02:07:52.313Z | Compiling phf_shared v0.11.2 |
2056 | 2023-11-28T02:07:53.256Z | Compiling block-padding v0.3.3 |
2057 | 2023-11-28T02:07:53.302Z | Compiling snafu-derive v0.7.5 |
2058 | 2023-11-28T02:07:53.456Z | Compiling enum-as-inner v0.5.1 |
2059 | 2023-11-28T02:07:53.558Z | Compiling serde_repr v0.1.16 |
2060 | 2023-11-28T02:07:54.958Z | Compiling scheduled-thread-pool v0.2.7 |
2061 | 2023-11-28T02:07:55.225Z | Compiling object v0.32.1 |
2062 | 2023-11-28T02:07:59.306Z | Compiling deranged v0.3.8 |
2063 | 2023-11-28T02:08:01.402Z | Compiling bit-vec v0.6.3 |
2064 | 2023-11-28T02:08:02.220Z | Compiling funty v2.0.0 |
2065 | 2023-11-28T02:08:02.272Z | Compiling rustc-demangle v0.1.23 |
2066 | 2023-11-28T02:08:02.513Z | Compiling matches v0.1.10 |
2067 | 2023-11-28T02:08:03.875Z | Compiling packed_struct v0.10.1 |
2068 | 2023-11-28T02:08:04.513Z | Compiling ipnet v2.8.0 |
2069 | 2023-11-28T02:08:05.186Z | Compiling managed v0.8.0 |
2070 | 2023-11-28T02:08:05.894Z | Compiling num_threads v0.1.6 |
2071 | 2023-11-28T02:08:06.063Z | Compiling regex-automata v0.1.10 |
2072 | 2023-11-28T02:08:06.380Z | Compiling num-bigint-dig v0.8.4 |
2073 | 2023-11-28T02:08:06.808Z | Compiling bstr v0.2.17 |
2074 | 2023-11-28T02:08:07.096Z | Compiling time v0.3.27 |
2075 | 2023-11-28T02:08:10.679Z | Compiling bitvec v1.0.1 |
2076 | 2023-11-28T02:08:14.050Z | Compiling idna v0.2.3 |
2077 | 2023-11-28T02:08:15.215Z | Compiling r2d2 v0.8.10 |
2078 | 2023-11-28T02:08:17.042Z | Compiling inout v0.1.3 |
2079 | 2023-11-28T02:08:18.026Z | Compiling phf v0.11.2 |
2080 | 2023-11-28T02:08:18.481Z | Compiling hyper-tls v0.5.0 |
2081 | 2023-11-28T02:08:18.978Z | Compiling regex v1.10.2 |
2082 | 2023-11-28T02:08:19.340Z | Compiling hyper-rustls v0.24.2 |
2083 | 2023-11-28T02:08:19.686Z | Compiling clap v4.4.3 |
2084 | 2023-11-28T02:08:19.835Z | Compiling signal-hook-mio v0.2.3 |
2085 | 2023-11-28T02:08:20.056Z | Compiling flate2 v1.0.28 |
2086 | 2023-11-28T02:08:20.093Z | Compiling ipnetwork v0.20.0 |
2087 | 2023-11-28T02:08:21.068Z | Compiling bzip2 v0.4.4 |
2088 | 2023-11-28T02:08:21.240Z | Compiling toml_edit v0.19.15 |
2089 | 2023-11-28T02:08:21.503Z | Compiling postgres-types v0.2.6 |
2090 | 2023-11-28T02:08:21.909Z | Compiling itertools v0.11.0 |
2091 | 2023-11-28T02:08:22.953Z | Compiling pkcs8 v0.10.2 |
2092 | 2023-11-28T02:08:23.623Z | Compiling pin-project v1.1.3 |
2093 | 2023-11-28T02:08:23.965Z | Compiling hubpack v0.1.2 |
2094 | 2023-11-28T02:08:24.006Z | Compiling serde_urlencoded v0.7.1 |
2095 | 2023-11-28T02:08:24.657Z | Compiling phf_shared v0.10.0 |
2096 | 2023-11-28T02:08:24.917Z | Compiling futures-executor v0.3.29 |
2097 | 2023-11-28T02:08:26.438Z | Compiling signature v2.1.0 |
2098 | 2023-11-28T02:08:27.503Z | Compiling packed_struct_codegen v0.10.1 |
2099 | 2023-11-28T02:08:29.167Z | Compiling float-cmp v0.9.0 |
2100 | 2023-11-28T02:08:30.197Z | Compiling encoding_rs v0.8.33 |
2101 | 2023-11-28T02:08:31.315Z | Compiling normalize-line-endings v0.3.0 |
2102 | 2023-11-28T02:08:31.438Z | Compiling unicode-width v0.1.11 |
2103 | 2023-11-28T02:08:31.648Z | Compiling mime v0.3.17 |
2104 | 2023-11-28T02:08:31.778Z | Compiling new_debug_unreachable v1.0.4 |
2105 | 2023-11-28T02:08:31.899Z | Compiling static_assertions v1.1.0 |
2106 | 2023-11-28T02:08:31.967Z | Compiling predicates-core v1.0.6 |
2107 | 2023-11-28T02:08:32.438Z | Compiling precomputed-hash v0.1.1 |
2108 | 2023-11-28T02:08:32.458Z | Compiling nodrop v0.1.14 |
2109 | 2023-11-28T02:08:32.583Z | Compiling regex-automata v0.3.8 |
2110 | 2023-11-28T02:08:32.626Z | Compiling difflib v0.4.0 |
2111 | 2023-11-28T02:08:32.843Z | Compiling data-encoding v2.4.0 |
2112 | 2023-11-28T02:08:34.651Z | Compiling crc-catalog v2.2.0 |
2113 | 2023-11-28T02:08:34.883Z | Compiling unicode-segmentation v1.10.1 |
2114 | 2023-11-28T02:08:35.742Z | Compiling webpki-roots v0.25.2 |
2115 | 2023-11-28T02:08:35.965Z | Compiling whoami v1.4.1 |
2116 | 2023-11-28T02:08:36.340Z | Compiling fixedbitset v0.4.2 |
2117 | 2023-11-28T02:08:36.802Z | Compiling petgraph v0.6.4 |
2118 | 2023-11-28T02:08:36.955Z | Compiling tokio-postgres v0.7.10 |
2119 | 2023-11-28T02:08:45.654Z | Compiling similar v2.2.1 |
2120 | 2023-11-28T02:08:45.788Z | Compiling reqwest v0.11.22 |
2121 | 2023-11-28T02:08:45.829Z | Compiling bstr v1.6.0 |
2122 | 2023-11-28T02:08:48.203Z | Compiling crc v3.0.1 |
2123 | 2023-11-28T02:08:48.412Z | Compiling trust-dns-proto v0.22.0 |
2124 | 2023-11-28T02:08:48.992Z | Compiling predicates v3.0.4 |
2125 | 2023-11-28T02:08:49.364Z | Compiling array-init v0.0.4 |
2126 | 2023-11-28T02:08:51.498Z | Compiling string_cache v0.8.7 |
2127 | 2023-11-28T02:08:51.519Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2128 | 2023-11-28T02:09:00.085Z | Compiling console v0.15.7 |
2129 | 2023-11-28T02:09:10.821Z | Compiling toml v0.7.8 |
2130 | 2023-11-28T02:09:10.832Z | Compiling futures v0.3.29 |
2131 | 2023-11-28T02:09:10.832Z | Compiling snafu v0.7.5 |
2132 | 2023-11-28T02:09:10.832Z | Compiling pkcs1 v0.7.5 |
2133 | 2023-11-28T02:09:10.832Z | Compiling smallvec v0.6.14 |
2134 | 2023-11-28T02:09:10.832Z | Compiling yasna v0.5.2 |
2135 | 2023-11-28T02:09:10.832Z | Compiling zip v0.6.6 |
2136 | 2023-11-28T02:09:10.832Z | Compiling diesel v2.1.4 |
2137 | 2023-11-28T02:09:10.832Z | Compiling crossterm v0.27.0 |
2138 | 2023-11-28T02:09:10.956Z | Compiling cipher v0.4.4 |
2139 | 2023-11-28T02:09:11.379Z | Compiling hashbrown v0.13.2 |
2140 | 2023-11-28T02:09:15.485Z | Compiling bit-set v0.5.3 |
2141 | 2023-11-28T02:09:15.566Z | Compiling usdt v0.3.5 |
2142 | 2023-11-28T02:09:15.876Z | Compiling is-terminal v0.4.9 |
2143 | 2023-11-28T02:09:16.048Z | Compiling toml_edit v0.21.0 |
2144 | 2023-11-28T02:09:19.076Z | Compiling itertools v0.10.5 |
2145 | 2023-11-28T02:09:22.537Z | Compiling tokio-stream v0.1.14 |
2146 | 2023-11-28T02:09:23.557Z | Compiling openapiv3 v2.0.0-rc.1 |
2147 | 2023-11-28T02:09:24.036Z | Compiling hex v0.4.3 |
2148 | 2023-11-28T02:09:34.819Z | Compiling bitfield v0.14.0 |
2149 | 2023-11-28T02:09:36.195Z | Compiling lalrpop-util v0.19.12 |
2150 | 2023-11-28T02:09:36.268Z | Compiling termcolor v1.2.0 |
2151 | 2023-11-28T02:09:38.423Z | Compiling env_logger v0.10.0 |
2152 | 2023-11-28T02:09:44.734Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2153 | 2023-11-28T02:09:59.794Z | Compiling rsa v0.9.2 |
2154 | 2023-11-28T02:10:08.266Z | Compiling serde-hex v0.1.0 |
2155 | 2023-11-28T02:10:11.569Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2156 | 2023-11-28T02:10:16.487Z | Compiling x509-cert v0.2.4 |
2157 | 2023-11-28T02:10:17.064Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2158 | 2023-11-28T02:10:17.293Z | Compiling ron v0.8.1 |
2159 | 2023-11-28T02:10:20.275Z | Compiling crc-any v2.4.3 |
2160 | 2023-11-28T02:10:35.735Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2161 | 2023-11-28T02:10:42.326Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2162 | 2023-11-28T02:11:00.992Z | Compiling object v0.30.4 |
2163 | 2023-11-28T02:11:09.817Z | Compiling path-slash v0.1.5 |
2164 | 2023-11-28T02:11:18.292Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2165 | 2023-11-28T02:11:59.118Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2166 | 2023-11-28T02:12:00.212Z | Finished release [optimized] target(s) in 6m 01s |
2167 | 2023-11-28T02:12:00.299Z | |
2168 | 2023-11-28T02:12:00.303Z | real 6:01.708216119 |
2169 | 2023-11-28T02:12:00.303Z | user 41:49.036173938 |
2170 | 2023-11-28T02:12:00.303Z | sys 3:36.665329196 |
2171 | 2023-11-28T02:12:00.303Z | trap 1.688385671 |
2172 | 2023-11-28T02:12:00.303Z | tflt 0.893052640 |
2173 | 2023-11-28T02:12:00.303Z | dflt 0.436313638 |
2174 | 2023-11-28T02:12:00.303Z | kflt 0.000351913 |
2175 | 2023-11-28T02:12:00.303Z | lock 1:33:41.246575114 |
2176 | 2023-11-28T02:12:00.303Z | slp 1:57:40.743262526 |
2177 | 2023-11-28T02:12:00.303Z | lat 1:46.648813335 |
2178 | 2023-11-28T02:12:00.303Z | stop 1:17.563231527 |
2179 | 2023-11-28T02:12:00.306Z | + ptime -m gzip |
2180 | 2023-11-28T02:12:00.958Z | |
2181 | 2023-11-28T02:12:00.959Z | real 0.653737571 |
2182 | 2023-11-28T02:12:00.959Z | user 0.646365154 |
2183 | 2023-11-28T02:12:00.959Z | sys 0.006788974 |
2184 | 2023-11-28T02:12:01.376Z | trap 0.000063416 |
2185 | 2023-11-28T02:12:01.376Z | tflt 0.000000000 |
2186 | 2023-11-28T02:12:01.376Z | dflt 0.000000000 |
2187 | 2023-11-28T02:12:01.376Z | kflt 0.000000000 |
2188 | 2023-11-28T02:12:01.376Z | lock 0.000000000 |
2189 | 2023-11-28T02:12:01.376Z | slp 0.000000000 |
2190 | 2023-11-28T02:12:01.376Z | lat 0.000181451 |
2191 | 2023-11-28T02:12:01.376Z | stop 0.000234747 |
2192 | 2023-11-28T02:12:01.376Z | + banner tufaceous |
2193 | 2023-11-28T02:12:01.377Z | |
2194 | 2023-11-28T02:12:01.377Z | ##### # # ###### ## #### ###### #### # # #### |
2195 | 2023-11-28T02:12:01.377Z | # # # # # # # # # # # # # # |
2196 | 2023-11-28T02:12:01.377Z | # # # ##### # # # ##### # # # # #### |
2197 | 2023-11-28T02:12:01.377Z | # # # # ###### # # # # # # # |
2198 | 2023-11-28T02:12:01.377Z | # # # # # # # # # # # # # # # |
2199 | 2023-11-28T02:12:01.377Z | # #### # # # #### ###### #### #### #### |
2200 | 2023-11-28T02:12:01.377Z | |
2201 | 2023-11-28T02:12:01.377Z | + ptime -m cargo build --locked -p tufaceous --release |
2202 | 2023-11-28T02:12:01.618Z | Downloading crates ... |
2203 | 2023-11-28T02:12:01.940Z | Downloaded globset v0.4.13 |
2204 | 2023-11-28T02:12:01.958Z | Downloaded olpc-cjson v0.1.3 |
2205 | 2023-11-28T02:12:01.958Z | Downloaded humantime v2.1.0 |
2206 | 2023-11-28T02:12:01.959Z | Downloaded fs-err v2.11.0 |
2207 | 2023-11-28T02:12:01.981Z | Downloaded buf-list v1.0.3 |
2208 | 2023-11-28T02:12:01.981Z | Downloaded async-recursion v1.0.5 |
2209 | 2023-11-28T02:12:01.981Z | Downloaded serde_plain v1.0.2 |
2210 | 2023-11-28T02:12:01.981Z | Downloaded tough v0.15.0 |
2211 | 2023-11-28T02:12:02.406Z | Downloaded typed-path v0.6.0 |
2212 | 2023-11-28T02:12:02.406Z | Downloaded bytesize v1.3.0 |
2213 | 2023-11-28T02:12:02.415Z | Compiling serde_tokenstream v0.2.0 |
2214 | 2023-11-28T02:12:02.415Z | Compiling regress v0.7.1 |
2215 | 2023-11-28T02:12:02.415Z | Compiling dirs-sys-next v0.1.2 |
2216 | 2023-11-28T02:12:02.415Z | Compiling ident_case v1.0.1 |
2217 | 2023-11-28T02:12:02.415Z | Compiling thread_local v1.1.7 |
2218 | 2023-11-28T02:12:02.415Z | Compiling slog-async v2.8.0 |
2219 | 2023-11-28T02:12:02.415Z | Compiling heck v0.4.1 |
2220 | 2023-11-28T02:12:02.415Z | Compiling dirs-next v2.0.0 |
2221 | 2023-11-28T02:12:02.768Z | Compiling darling_core v0.20.3 |
2222 | 2023-11-28T02:12:02.869Z | Compiling camino v1.1.6 |
2223 | 2023-11-28T02:12:03.026Z | Compiling term v0.7.0 |
2224 | 2023-11-28T02:12:03.470Z | Compiling crossbeam-channel v0.5.8 |
2225 | 2023-11-28T02:12:03.720Z | Compiling getopts v0.2.21 |
2226 | 2023-11-28T02:12:03.978Z | Compiling structmeta-derive v0.2.0 |
2227 | 2023-11-28T02:12:04.231Z | Compiling atty v0.2.14 |
2228 | 2023-11-28T02:12:04.738Z | Compiling multer v2.1.0 |
2229 | 2023-11-28T02:12:04.879Z | Compiling match_cfg v0.1.0 |
2230 | 2023-11-28T02:12:05.012Z | Compiling take_mut v0.2.2 |
2231 | 2023-11-28T02:12:05.160Z | Compiling unsafe-libyaml v0.2.9 |
2232 | 2023-11-28T02:12:05.220Z | Compiling paste v1.0.14 |
2233 | 2023-11-28T02:12:06.745Z | Compiling hostname v0.3.1 |
2234 | 2023-11-28T02:12:06.781Z | Compiling slog-term v2.9.0 |
2235 | 2023-11-28T02:12:07.993Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2236 | 2023-11-28T02:12:10.082Z | Compiling structmeta v0.2.0 |
2237 | 2023-11-28T02:12:10.686Z | Compiling serde_yaml v0.9.25 |
2238 | 2023-11-28T02:12:11.731Z | Compiling darling_macro v0.20.3 |
2239 | 2023-11-28T02:12:11.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2240 | 2023-11-28T02:12:11.781Z | Compiling slog-json v2.6.1 |
2241 | 2023-11-28T02:12:12.547Z | Compiling async-stream-impl v0.3.5 |
2242 | 2023-11-28T02:12:13.154Z | Compiling darling v0.20.3 |
2243 | 2023-11-28T02:12:13.311Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2244 | 2023-11-28T02:12:13.767Z | Compiling atomic-waker v1.1.1 |
2245 | 2023-11-28T02:12:14.033Z | Compiling regex-syntax v0.7.5 |
2246 | 2023-11-28T02:12:14.062Z | Compiling fastrand v2.0.0 |
2247 | 2023-11-28T02:12:14.536Z | Compiling async-stream v0.3.5 |
2248 | 2023-11-28T02:12:14.937Z | Compiling tempfile v3.8.0 |
2249 | 2023-11-28T02:12:15.011Z | Compiling waitgroup v0.1.2 |
2250 | 2023-11-28T02:12:15.176Z | Compiling serde_with_macros v2.3.3 |
2251 | 2023-11-28T02:12:15.348Z | Compiling slog-bunyan v2.4.0 |
2252 | 2023-11-28T02:12:18.089Z | Compiling toml v0.8.8 |
2253 | 2023-11-28T02:12:18.744Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2254 | 2023-11-28T02:12:19.050Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2255 | 2023-11-28T02:12:20.714Z | Compiling sha1 v0.10.6 |
2256 | 2023-11-28T02:12:20.794Z | Compiling serde_path_to_error v0.1.14 |
2257 | 2023-11-28T02:12:21.474Z | Compiling instant v0.1.12 |
2258 | 2023-11-28T02:12:21.688Z | Compiling fs-err v2.11.0 |
2259 | 2023-11-28T02:12:21.957Z | Compiling debug-ignore v1.0.5 |
2260 | 2023-11-28T02:12:22.131Z | Compiling arc-swap v1.6.0 |
2261 | 2023-11-28T02:12:22.162Z | Compiling buf-list v1.0.3 |
2262 | 2023-11-28T02:12:22.232Z | Compiling same-file v1.0.6 |
2263 | 2023-11-28T02:12:22.472Z | Compiling walkdir v2.4.0 |
2264 | 2023-11-28T02:12:23.043Z | Compiling slog-scope v4.4.0 |
2265 | 2023-11-28T02:12:23.498Z | Compiling backoff v0.4.0 |
2266 | 2023-11-28T02:12:24.058Z | Compiling serde_with v2.3.3 |
2267 | 2023-11-28T02:12:24.281Z | Compiling parse-display-derive v0.8.2 |
2268 | 2023-11-28T02:12:24.573Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2269 | 2023-11-28T02:12:25.324Z | Compiling globset v0.4.13 |
2270 | 2023-11-28T02:12:25.554Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2271 | 2023-11-28T02:12:25.791Z | Compiling strum v0.25.0 |
2272 | 2023-11-28T02:12:26.055Z | Compiling olpc-cjson v0.1.3 |
2273 | 2023-11-28T02:12:26.944Z | Compiling pem v3.0.2 |
2274 | 2023-11-28T02:12:27.100Z | Compiling macaddr v1.0.1 |
2275 | 2023-11-28T02:12:27.127Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2276 | 2023-11-28T02:12:28.203Z | Compiling serde_plain v1.0.2 |
2277 | 2023-11-28T02:12:29.041Z | Compiling async-recursion v1.0.5 |
2278 | 2023-11-28T02:12:29.617Z | Compiling filetime v0.2.22 |
2279 | 2023-11-28T02:12:30.106Z | Compiling xattr v1.0.1 |
2280 | 2023-11-28T02:12:30.567Z | Compiling typed-path v0.6.0 |
2281 | 2023-11-28T02:12:30.573Z | Compiling parse-display v0.8.2 |
2282 | 2023-11-28T02:12:30.573Z | Compiling tar v0.4.40 |
2283 | 2023-11-28T02:12:31.738Z | Compiling slog-stdlog v4.1.1 |
2284 | 2023-11-28T02:12:33.252Z | Compiling camino-tempfile v1.0.2 |
2285 | 2023-11-28T02:12:33.913Z | Compiling itertools v0.12.0 |
2286 | 2023-11-28T02:12:34.222Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2287 | 2023-11-28T02:12:34.417Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2288 | 2023-11-28T02:12:39.797Z | Compiling tough v0.15.0 |
2289 | 2023-11-28T02:12:40.147Z | Compiling bytesize v1.3.0 |
2290 | 2023-11-28T02:12:40.214Z | Compiling slog-envlogger v2.2.0 |
2291 | 2023-11-28T02:12:41.064Z | Compiling humantime v2.1.0 |
2292 | 2023-11-28T02:12:45.121Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2293 | 2023-11-28T02:13:10.088Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2294 | 2023-11-28T02:13:10.381Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2023-11-28T02:13:19.931Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2296 | 2023-11-28T02:13:23.476Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2297 | 2023-11-28T02:13:52.335Z | Finished release [optimized] target(s) in 1m 50s |
2298 | 2023-11-28T02:13:52.852Z | |
2299 | 2023-11-28T02:13:52.852Z | real 1:50.376228868 |
2300 | 2023-11-28T02:13:52.852Z | user 11:43.921854775 |
2301 | 2023-11-28T02:13:52.852Z | sys 43.903399777 |
2302 | 2023-11-28T02:13:52.852Z | trap 0.455229926 |
2303 | 2023-11-28T02:13:52.852Z | tflt 0.227824615 |
2304 | 2023-11-28T02:13:52.852Z | dflt 0.576094784 |
2305 | 2023-11-28T02:13:52.852Z | kflt 0.000000000 |
2306 | 2023-11-28T02:13:52.852Z | lock 22:05.296010389 |
2307 | 2023-11-28T02:13:52.852Z | slp 23:22.958102384 |
2308 | 2023-11-28T02:13:52.852Z | lat 19.844866611 |
2309 | 2023-11-28T02:13:52.852Z | stop 10.854851218 |
2310 | 2023-11-28T02:13:52.852Z | + ptime -m gzip |
2311 | 2023-11-28T02:13:53.731Z | |
2312 | 2023-11-28T02:13:54.049Z | real 2.364933348 |
2313 | 2023-11-28T02:13:54.049Z | user 2.338434560 |
2314 | 2023-11-28T02:13:54.049Z | sys 0.025722774 |
2315 | 2023-11-28T02:13:54.049Z | trap 0.000235296 |
2316 | 2023-11-28T02:13:54.049Z | tflt 0.000000000 |
2317 | 2023-11-28T02:13:54.049Z | dflt 0.000000000 |
2318 | 2023-11-28T02:13:54.049Z | kflt 0.000000000 |
2319 | 2023-11-28T02:13:54.049Z | lock 0.000000000 |
2320 | 2023-11-28T02:13:54.049Z | slp 0.000000000 |
2321 | 2023-11-28T02:13:54.049Z | lat 0.000181382 |
2322 | 2023-11-28T02:13:54.049Z | stop 0.000257057 |
2323 | 2023-11-28T02:13:54.049Z | process exited: duration 1130101 ms, exit code 0 |
|
2324 | 2023-11-28T02:13:54.254Z | found 5 output files |
2325 | 2023-11-28T02:13:54.254Z | uploading: /work/end-to-end-tests/bootstrap-41a12dce93961f06.gz (6319409 bytes) |
2326 | 2023-11-28T02:14:12.066Z | uploaded: /work/end-to-end-tests/bootstrap-41a12dce93961f06.gz |
2327 | 2023-11-28T02:14:12.066Z | uploading: /work/end-to-end-tests/bootstrap.gz (95332308 bytes) |
2328 | 2023-11-28T02:14:36.993Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2329 | 2023-11-28T02:14:36.994Z | uploading: /work/end-to-end-tests/end_to_end_tests-753e572f61c39789.gz (98605910 bytes) |
2330 | 2023-11-28T02:15:03.016Z | uploaded: /work/end-to-end-tests/end_to_end_tests-753e572f61c39789.gz |
2331 | 2023-11-28T02:15:03.016Z | uploading: /work/caboose-util.gz (4090965 bytes) |
2332 | 2023-11-28T02:15:05.055Z | uploaded: /work/caboose-util.gz |
2333 | 2023-11-28T02:15:05.055Z | uploading: /work/tufaceous.gz (14954309 bytes) |
2334 | 2023-11-28T02:15:10.594Z | uploaded: /work/tufaceous.gz |