|
|
|
1 | 2023-12-01T19:29:17.039Z | job assigned to worker 01HGKDKWYJNEYYCRTNPPXH7MJJ (queued for 1 m 38 s) |
|
2 | 2023-12-01T19:29:17.938Z | starting task 0: "setup" |
3 | 2023-12-01T19:29:17.997Z | ++ uname -s |
4 | 2023-12-01T19:29:18.003Z | + kern=SunOS |
5 | 2023-12-01T19:29:18.003Z | + case "$kern" in |
6 | 2023-12-01T19:29:18.003Z | + groupadd -g 12345 build |
7 | 2023-12-01T19:29:18.003Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-01T19:29:20.011Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-01T19:29:20.404Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-01T19:29:20.407Z | + home_fs=zfs |
11 | 2023-12-01T19:29:20.407Z | + [[ zfs == autofs ]] |
12 | 2023-12-01T19:29:20.407Z | + mkdir -p /home/build |
13 | 2023-12-01T19:29:20.410Z | + chown build:build /home/build /work |
14 | 2023-12-01T19:29:22.377Z | + chmod 0700 /home/build /work |
15 | 2023-12-01T19:29:22.381Z | process exited: duration 4444 ms, exit code 0 |
|
16 | 2023-12-01T19:29:22.387Z | starting task 1: "rust-toolchain" |
17 | 2023-12-01T19:29:22.396Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-01T19:29:22.399Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-01T19:29:22.619Z | info: downloading installer |
20 | 2023-12-01T19:29:25.152Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-01T19:29:25.152Z | warning: /opt/ooce/bin |
22 | 2023-12-01T19:29:25.152Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-01T19:29:25.152Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-01T19:29:25.152Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-01T19:29:25.152Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-01T19:29:25.152Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-01T19:29:25.152Z | error: cannot install while Rust is installed |
28 | 2023-12-01T19:29:25.152Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-01T19:29:25.772Z | info: profile set to 'default' |
30 | 2023-12-01T19:29:25.772Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-01T19:29:25.781Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-01T19:29:25.930Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-01T19:29:25.931Z | info: downloading component 'cargo' |
34 | 2023-12-01T19:29:26.571Z | info: downloading component 'clippy' |
35 | 2023-12-01T19:29:26.802Z | info: downloading component 'rust-docs' |
36 | 2023-12-01T19:29:27.621Z | info: downloading component 'rust-std' |
37 | 2023-12-01T19:29:29.084Z | info: downloading component 'rustc' |
38 | 2023-12-01T19:29:33.313Z | info: downloading component 'rustfmt' |
39 | 2023-12-01T19:29:33.317Z | info: installing component 'cargo' |
40 | 2023-12-01T19:29:35.042Z | info: installing component 'clippy' |
41 | 2023-12-01T19:29:35.896Z | info: installing component 'rust-docs' |
42 | 2023-12-01T19:29:38.532Z | info: installing component 'rust-std' |
43 | 2023-12-01T19:29:42.884Z | info: installing component 'rustc' |
44 | 2023-12-01T19:29:51.105Z | info: installing component 'rustfmt' |
45 | 2023-12-01T19:29:51.552Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-01T19:29:51.552Z | |
47 | 2023-12-01T19:29:51.687Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-01T19:29:51.687Z | |
49 | 2023-12-01T19:29:51.690Z | |
50 | 2023-12-01T19:29:51.690Z | Rust is installed now. Great! |
51 | 2023-12-01T19:29:51.690Z | |
52 | 2023-12-01T19:29:51.690Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-01T19:29:51.690Z | environment variable. This has not been done automatically. |
54 | 2023-12-01T19:29:51.690Z | |
55 | 2023-12-01T19:29:51.690Z | To configure your current shell, run: |
56 | 2023-12-01T19:29:51.690Z | source "$HOME/.cargo/env" |
57 | 2023-12-01T19:29:51.777Z | + rustc --version |
58 | 2023-12-01T19:29:51.885Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-01T19:29:51.891Z | process exited: duration 29503 ms, exit code 0 |
|
60 | 2023-12-01T19:29:51.896Z | starting task 2: "authentication" |
61 | 2023-12-01T19:29:51.946Z | process exited: duration 25 ms, exit code 0 |
|
62 | 2023-12-01T19:29:51.951Z | starting task 3: "clone repository" |
63 | 2023-12-01T19:29:51.958Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-01T19:29:51.961Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-01T19:29:51.999Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-01T19:29:57.694Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-01T19:29:57.694Z | + [[ -n oa3-2 ]] |
68 | 2023-12-01T19:29:57.696Z | + git fetch origin oa3-2 |
69 | 2023-12-01T19:29:58.065Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-01T19:29:58.065Z | * branch oa3-2 -> FETCH_HEAD |
71 | 2023-12-01T19:29:58.076Z | + git checkout -B oa3-2 remotes/origin/oa3-2 |
72 | 2023-12-01T19:29:58.175Z | Switched to a new branch 'oa3-2' |
73 | 2023-12-01T19:29:58.178Z | branch 'oa3-2' set up to track 'origin/oa3-2'. |
74 | 2023-12-01T19:29:58.178Z | + git reset --hard 0e75e51708e254209178161a28a203e175d399c2 |
75 | 2023-12-01T19:29:58.193Z | HEAD is now at 0e75e517 Merge branch 'main' into oa3-2 |
76 | 2023-12-01T19:29:58.196Z | process exited: duration 6243 ms, exit code 0 |
|
77 | 2023-12-01T19:29:58.201Z | starting task 4: "build" |
78 | 2023-12-01T19:29:58.208Z | + cargo --version |
79 | 2023-12-01T19:29:58.216Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-01T19:29:58.423Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-01T19:29:58.427Z | info: downloading component 'cargo' |
82 | 2023-12-01T19:29:59.280Z | info: downloading component 'clippy' |
83 | 2023-12-01T19:29:59.547Z | info: downloading component 'rust-docs' |
84 | 2023-12-01T19:30:00.600Z | info: downloading component 'rust-std' |
85 | 2023-12-01T19:30:02.445Z | info: downloading component 'rustc' |
86 | 2023-12-01T19:30:06.863Z | info: downloading component 'rustfmt' |
87 | 2023-12-01T19:30:07.113Z | info: installing component 'cargo' |
88 | 2023-12-01T19:30:08.427Z | info: installing component 'clippy' |
89 | 2023-12-01T19:30:08.876Z | info: installing component 'rust-docs' |
90 | 2023-12-01T19:30:11.753Z | info: installing component 'rust-std' |
91 | 2023-12-01T19:30:14.422Z | info: installing component 'rustc' |
92 | 2023-12-01T19:30:20.693Z | info: installing component 'rustfmt' |
93 | 2023-12-01T19:30:21.233Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-01T19:30:21.236Z | + rustc --version |
95 | 2023-12-01T19:30:21.388Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-01T19:30:21.395Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-01T19:30:34.590Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-01T19:30:35.842Z | Startup: Caching catalogs ... Done |
99 | 2023-12-01T19:30:42.005Z | Planning: Solver setup ... Done (5.833s) |
100 | 2023-12-01T19:30:42.143Z | Planning: Running solver ... Done (0.138s) |
101 | 2023-12-01T19:30:42.207Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-12-01T19:30:42.222Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-12-01T19:30:42.450Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-12-01T19:30:42.531Z | Planning: Package planning ... Done (0.081s) |
105 | 2023-12-01T19:30:42.615Z | Planning: Merging actions ... Done (0.084s) |
106 | 2023-12-01T19:30:43.785Z | Planning: Checking for conflicting actions ... Done (1.166s) |
107 | 2023-12-01T19:30:43.800Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2023-12-01T19:30:51.144Z | Planning: Evaluating mediators ... Done (7.344s) |
109 | 2023-12-01T19:30:51.159Z | Planning: Planning completed in 15.26 seconds |
110 | 2023-12-01T19:30:51.182Z | Packages to install: 4 |
111 | 2023-12-01T19:30:51.183Z | Mediators to change: 2 |
112 | 2023-12-01T19:30:51.186Z | Services to change: 1 |
113 | 2023-12-01T19:30:51.186Z | Estimated space available: 148.88 GB |
114 | 2023-12-01T19:30:51.186Z | Estimated space to be consumed: 1.38 GB |
115 | 2023-12-01T19:30:51.186Z | Create boot environment: No |
116 | 2023-12-01T19:30:51.186Z | Create backup boot environment: No |
117 | 2023-12-01T19:30:51.186Z | Rebuild boot archive: No |
118 | 2023-12-01T19:30:51.186Z | |
119 | 2023-12-01T19:30:51.186Z | Changed mediators: |
120 | 2023-12-01T19:30:51.186Z | mediator clang: |
121 | 2023-12-01T19:30:51.186Z | version: None -> 15 (system default) |
122 | 2023-12-01T19:30:51.186Z | |
123 | 2023-12-01T19:30:51.186Z | mediator llvm: |
124 | 2023-12-01T19:30:51.186Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-12-01T19:30:51.186Z | |
126 | 2023-12-01T19:30:51.186Z | Changed packages: |
127 | 2023-12-01T19:30:51.186Z | helios-dev |
128 | 2023-12-01T19:30:51.186Z | developer/build-essential |
129 | 2023-12-01T19:30:51.186Z | None -> 11-2.0 |
130 | 2023-12-01T19:30:51.186Z | library/libxmlsec1 |
131 | 2023-12-01T19:30:51.186Z | None -> 1.2.35-2.0 |
132 | 2023-12-01T19:30:51.186Z | ooce/developer/clang-15 |
133 | 2023-12-01T19:30:51.186Z | None -> 15.0.7-2.0 |
134 | 2023-12-01T19:30:51.186Z | ooce/developer/llvm-15 |
135 | 2023-12-01T19:30:51.186Z | None -> 15.0.7-2.0 |
136 | 2023-12-01T19:30:51.186Z | |
137 | 2023-12-01T19:30:51.186Z | Services: |
138 | 2023-12-01T19:30:51.186Z | restart_fmri: |
139 | 2023-12-01T19:30:51.186Z | svc:/system/update-man-index:default |
140 | 2023-12-01T19:30:51.609Z | |
141 | 2023-12-01T19:30:51.610Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-12-01T19:30:56.610Z | Download: 1263/3290 items 95.1/212.6MB 44% complete (18.9M/s) |
143 | 2023-12-01T19:31:01.625Z | Download: 2273/3290 items 119.5/212.6MB 56% complete (12.3M/s) |
144 | 2023-12-01T19:31:06.627Z | Download: 2798/3290 items 120.7/212.6MB 56% complete (3.0M/s) |
145 | 2023-12-01T19:31:12.104Z | Download: 3276/3290 items 209.0/212.6MB 98% complete (8.9M/s) |
146 | 2023-12-01T19:31:16.965Z | Download: Completed 212.60 MB in 25.36 seconds (8.4M/s) |
147 | 2023-12-01T19:31:17.224Z | Actions: 1/3687 actions (Installing new actions) |
148 | 2023-12-01T19:31:22.230Z | Actions: 2459/3687 actions (Installing new actions) |
149 | 2023-12-01T19:31:26.142Z | Actions: Completed 3687 actions in 8.92 seconds. |
150 | 2023-12-01T19:31:26.341Z | Done (0.193s) |
151 | 2023-12-01T19:31:26.341Z | Done (0.000s) |
152 | 2023-12-01T19:31:26.591Z | Done (0.249s) |
153 | 2023-12-01T19:31:35.395Z | Done (8.685s) |
154 | 2023-12-01T19:31:35.803Z | Done (0.309s) |
155 | 2023-12-01T19:31:35.806Z | Done (0.000s) |
156 | 2023-12-01T19:31:36.029Z | Done (0.000s) |
157 | 2023-12-01T19:31:36.783Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-12-01T19:31:37.072Z | Planning: Checking for conflicting actions ... Done |
159 | 2023-12-01T19:31:37.076Z | Planning: Consolidating action changes ... Done |
160 | 2023-12-01T19:31:37.507Z | Planning: Evaluating mediators ... Done |
161 | 2023-12-01T19:31:37.510Z | Planning: Planning completed in 0.73 seconds |
162 | 2023-12-01T19:31:37.562Z | Mediators to change: 2 |
163 | 2023-12-01T19:31:37.565Z | Create boot environment: No |
164 | 2023-12-01T19:31:37.565Z | Create backup boot environment: No |
165 | 2023-12-01T19:31:37.664Z | Done |
166 | 2023-12-01T19:31:37.664Z | Done |
167 | 2023-12-01T19:31:37.813Z | Done |
168 | 2023-12-01T19:31:43.602Z | Done |
169 | 2023-12-01T19:31:43.724Z | Done |
170 | 2023-12-01T19:31:43.727Z | Done |
171 | 2023-12-01T19:31:43.842Z | Done |
172 | 2023-12-01T19:31:44.857Z | Planning: Evaluating mediator changes ... Done |
173 | 2023-12-01T19:31:44.862Z | Planning: Merging actions ... Done |
174 | 2023-12-01T19:31:45.191Z | Planning: Checking for conflicting actions ... Done |
175 | 2023-12-01T19:31:45.194Z | Planning: Consolidating action changes ... Done |
176 | 2023-12-01T19:31:45.653Z | Planning: Evaluating mediators ... Done |
177 | 2023-12-01T19:31:45.718Z | Planning: Planning completed in 1.31 seconds |
178 | 2023-12-01T19:31:45.777Z | Packages to change: 1 |
179 | 2023-12-01T19:31:45.777Z | Mediators to change: 1 |
180 | 2023-12-01T19:31:45.780Z | Services to change: 1 |
181 | 2023-12-01T19:31:45.780Z | Create boot environment: No |
182 | 2023-12-01T19:31:45.780Z | Create backup boot environment: Yes |
183 | 2023-12-01T19:31:46.783Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2023-12-01T19:31:46.786Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2023-12-01T19:31:46.786Z | Done |
186 | 2023-12-01T19:31:46.786Z | Done |
187 | 2023-12-01T19:31:46.843Z | Done |
188 | 2023-12-01T19:31:52.635Z | Done |
189 | 2023-12-01T19:31:52.756Z | Done |
190 | 2023-12-01T19:31:52.761Z | Done |
191 | 2023-12-01T19:31:52.883Z | Done |
192 | 2023-12-01T19:31:53.534Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2023-12-01T19:31:53.534Z | clang system 15 system |
194 | 2023-12-01T19:31:53.534Z | csh system system illumos |
195 | 2023-12-01T19:31:53.534Z | ctags system system illumos |
196 | 2023-12-01T19:31:53.534Z | gcc vendor 12 vendor |
197 | 2023-12-01T19:31:53.534Z | gcc system 10 system |
198 | 2023-12-01T19:31:53.534Z | gcc system 7 system |
199 | 2023-12-01T19:31:53.534Z | go system 1.20 system |
200 | 2023-12-01T19:31:53.534Z | go system 1.19 system |
201 | 2023-12-01T19:31:53.534Z | llvm system 15 system |
202 | 2023-12-01T19:31:53.534Z | llvm system 14 system |
203 | 2023-12-01T19:31:53.534Z | mariadb system 10.6 system |
204 | 2023-12-01T19:31:53.534Z | mta vendor vendor dma |
205 | 2023-12-01T19:31:53.534Z | openjdk system 17 system |
206 | 2023-12-01T19:31:53.534Z | openjdk system 11 system |
207 | 2023-12-01T19:31:53.534Z | openjdk system 1.8 system |
208 | 2023-12-01T19:31:53.534Z | openssl vendor 3 vendor |
209 | 2023-12-01T19:31:53.534Z | perl system 5.36 system |
210 | 2023-12-01T19:31:53.534Z | postgresql system 15 system |
211 | 2023-12-01T19:31:53.534Z | postgresql system 13 system |
212 | 2023-12-01T19:31:53.535Z | python vendor 3 vendor |
213 | 2023-12-01T19:31:53.535Z | python system 2 system |
214 | 2023-12-01T19:31:53.537Z | python3 system 3.11 system |
215 | 2023-12-01T19:31:53.537Z | ruby system 3.0 system |
216 | 2023-12-01T19:31:53.537Z | words vendor vendor american-english |
217 | 2023-12-01T19:31:53.537Z | words system system australian-english |
218 | 2023-12-01T19:31:53.537Z | words system system british-english |
219 | 2023-12-01T19:31:53.537Z | words system system canadian-english |
220 | 2023-12-01T19:31:53.537Z | words system system french |
221 | 2023-12-01T19:31:53.537Z | words system system italian |
222 | 2023-12-01T19:31:53.537Z | words system system ngerman |
223 | 2023-12-01T19:31:53.537Z | words system system ogerman |
224 | 2023-12-01T19:31:53.537Z | words system system spanish |
225 | 2023-12-01T19:31:54.072Z | FMRI IFO |
226 | 2023-12-01T19:31:54.072Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2023-12-01T19:31:54.072Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2023-12-01T19:31:54.072Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2023-12-01T19:31:54.072Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
230 | 2023-12-01T19:31:54.072Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2023-12-01T19:31:54.072Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
232 | 2023-12-01T19:31:54.147Z | + set -o errexit |
233 | 2023-12-01T19:31:54.149Z | +++ dirname ./tools/ci_download_cockroachdb |
234 | 2023-12-01T19:31:54.149Z | ++ cd ./tools |
235 | 2023-12-01T19:31:54.149Z | ++ pwd |
236 | 2023-12-01T19:31:54.152Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
237 | 2023-12-01T19:31:54.152Z | ++ basename ./tools/ci_download_cockroachdb |
238 | 2023-12-01T19:31:54.155Z | + ARG0=ci_download_cockroachdb |
239 | 2023-12-01T19:31:54.155Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
240 | 2023-12-01T19:31:54.158Z | + CIDL_VERSION=v22.1.9 |
241 | 2023-12-01T19:31:54.158Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
242 | 2023-12-01T19:31:54.158Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
243 | 2023-12-01T19:31:54.158Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
244 | 2023-12-01T19:31:54.158Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
245 | 2023-12-01T19:31:54.158Z | + TARGET_DIR=out |
246 | 2023-12-01T19:31:54.158Z | + DOWNLOAD_DIR=out/downloads |
247 | 2023-12-01T19:31:54.158Z | + DEST_DIR=./out/cockroachdb |
248 | 2023-12-01T19:31:54.158Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
249 | 2023-12-01T19:31:54.158Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
250 | 2023-12-01T19:31:54.158Z | + main |
251 | 2023-12-01T19:31:54.158Z | + [[ 0 != 0 ]] |
252 | 2023-12-01T19:31:54.158Z | + CIDL_OS=solaris2.11 |
253 | 2023-12-01T19:31:54.159Z | + [[ 0 != 0 ]] |
254 | 2023-12-01T19:31:54.159Z | + configure_os solaris2.11 |
255 | 2023-12-01T19:31:54.159Z | + echo 'current directory: /work/oxidecomputer/omicron' |
256 | 2023-12-01T19:31:54.159Z | current directory: /work/oxidecomputer/omicron |
257 | 2023-12-01T19:31:54.159Z | configuring based on OS: "solaris2.11" |
258 | 2023-12-01T19:31:54.159Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2023-12-01T19:31:54.159Z | + case "$1" in |
260 | 2023-12-01T19:31:54.159Z | + CIDL_BUILD=illumos |
261 | 2023-12-01T19:31:54.159Z | + CIDL_SUFFIX=tar.gz |
262 | 2023-12-01T19:31:54.159Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
263 | 2023-12-01T19:31:54.159Z | + CIDL_MD5FUNC=do_md5sum |
264 | 2023-12-01T19:31:54.159Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2023-12-01T19:31:54.159Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2023-12-01T19:31:54.159Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2023-12-01T19:31:54.159Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-12-01T19:31:54.159Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-12-01T19:31:54.159Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2023-12-01T19:31:54.159Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-12-01T19:31:54.159Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2023-12-01T19:31:54.159Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-12-01T19:31:54.159Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-12-01T19:31:54.159Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-12-01T19:31:54.159Z | + mkdir -p out/downloads |
276 | 2023-12-01T19:31:54.162Z | + mkdir -p ./out/cockroachdb |
277 | 2023-12-01T19:31:54.162Z | + local DO_DOWNLOAD=true |
278 | 2023-12-01T19:31:54.162Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2023-12-01T19:31:54.163Z | + '[' true == true ']' |
280 | 2023-12-01T19:31:54.163Z | + echo Downloading... |
281 | 2023-12-01T19:31:54.163Z | Downloading... |
282 | 2023-12-01T19:31:54.163Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-01T19:31:54.166Z | + 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 |
284 | 2023-12-01T19:31:56.963Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-01T19:31:56.966Z | ++ md5sum |
286 | 2023-12-01T19:31:56.966Z | ++ awk '{print $1}' |
287 | 2023-12-01T19:31:57.148Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
288 | 2023-12-01T19:31:57.148Z | + [[ 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 ]] |
289 | 2023-12-01T19:31:57.148Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-01T19:31:57.151Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
291 | 2023-12-01T19:32:00.546Z | + do_assemble_illumos |
292 | 2023-12-01T19:32:00.546Z | + rm -r ./out/cockroachdb |
293 | 2023-12-01T19:32:00.550Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
294 | 2023-12-01T19:32:01.175Z | + ./out/cockroachdb/bin/cockroach version |
295 | 2023-12-01T19:32:01.392Z | Build Tag: v22.1.9-dirty |
296 | 2023-12-01T19:32:01.392Z | Build Time: 2022/10/26 21:17:46 |
297 | 2023-12-01T19:32:01.392Z | Distribution: OSS |
298 | 2023-12-01T19:32:01.392Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
299 | 2023-12-01T19:32:01.392Z | Go Version: go1.17.13 |
300 | 2023-12-01T19:32:01.392Z | C Compiler: gcc 10.3.0 |
301 | 2023-12-01T19:32:01.392Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
302 | 2023-12-01T19:32:01.392Z | Build Type: release |
303 | 2023-12-01T19:32:01.417Z | + set -o errexit |
304 | 2023-12-01T19:32:01.420Z | +++ dirname ./tools/ci_download_clickhouse |
305 | 2023-12-01T19:32:01.423Z | ++ cd ./tools |
306 | 2023-12-01T19:32:01.423Z | ++ pwd |
307 | 2023-12-01T19:32:01.423Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
308 | 2023-12-01T19:32:01.426Z | ++ basename ./tools/ci_download_clickhouse |
309 | 2023-12-01T19:32:01.428Z | + ARG0=ci_download_clickhouse |
310 | 2023-12-01T19:32:01.428Z | + TARGET_DIR=out |
311 | 2023-12-01T19:32:01.428Z | + DOWNLOAD_DIR=out/downloads |
312 | 2023-12-01T19:32:01.428Z | + DEST_DIR=./out/clickhouse |
313 | 2023-12-01T19:32:01.428Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2023-12-01T19:32:01.428Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2023-12-01T19:32:01.428Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2023-12-01T19:32:01.428Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2023-12-01T19:32:01.428Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2023-12-01T19:32:01.428Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2023-12-01T19:32:01.428Z | + main |
320 | 2023-12-01T19:32:01.428Z | + [[ 0 != 0 ]] |
321 | 2023-12-01T19:32:01.429Z | + CIDL_OS=solaris2.11 |
322 | 2023-12-01T19:32:01.429Z | + [[ 0 != 0 ]] |
323 | 2023-12-01T19:32:01.429Z | + configure_os solaris2.11 |
324 | 2023-12-01T19:32:01.429Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2023-12-01T19:32:01.429Z | current directory: /work/oxidecomputer/omicron |
326 | 2023-12-01T19:32:01.429Z | + echo 'configuring based on OS: "solaris2.11"' |
327 | 2023-12-01T19:32:01.429Z | + CIDL_DASHREV= |
328 | 2023-12-01T19:32:01.429Z | + case "$1" in |
329 | 2023-12-01T19:32:01.429Z | configuring based on OS: "solaris2.11" |
330 | 2023-12-01T19:32:01.429Z | + CIDL_PLATFORM=illumos |
331 | 2023-12-01T19:32:01.429Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2023-12-01T19:32:01.429Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2023-12-01T19:32:01.429Z | + CIDL_DASHREV=-1 |
334 | 2023-12-01T19:32:01.429Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2023-12-01T19:32:01.429Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-12-01T19:32:01.429Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-12-01T19:32:01.431Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-12-01T19:32:01.431Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2023-12-01T19:32:01.431Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-12-01T19:32:01.431Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-12-01T19:32:01.431Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-12-01T19:32:01.431Z | + mkdir -p out/downloads |
343 | 2023-12-01T19:32:01.435Z | + mkdir -p ./out/clickhouse |
344 | 2023-12-01T19:32:01.435Z | + local DO_DOWNLOAD=true |
345 | 2023-12-01T19:32:01.435Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2023-12-01T19:32:01.435Z | + '[' true == true ']' |
347 | 2023-12-01T19:32:01.435Z | + echo Downloading... |
348 | 2023-12-01T19:32:01.435Z | Downloading... |
349 | 2023-12-01T19:32:01.435Z | + 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 |
350 | 2023-12-01T19:32:01.435Z | + 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 |
351 | 2023-12-01T19:32:04.359Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-01T19:32:04.363Z | ++ md5sum |
353 | 2023-12-01T19:32:04.363Z | ++ awk '{print $1}' |
354 | 2023-12-01T19:32:04.620Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2023-12-01T19:32:04.620Z | + [[ 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 ]] |
356 | 2023-12-01T19:32:04.620Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2023-12-01T19:32:04.623Z | + mkdir -p ./out/clickhouse |
358 | 2023-12-01T19:32:04.623Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2023-12-01T19:32:09.459Z | + ./out/clickhouse/clickhouse server --version |
360 | 2023-12-01T19:32:09.512Z | ClickHouse server version 22.8.9.1. |
361 | 2023-12-01T19:32:09.534Z | + set -o errexit |
362 | 2023-12-01T19:32:09.537Z | +++ dirname ./tools/ci_download_console |
363 | 2023-12-01T19:32:09.539Z | ++ cd ./tools |
364 | 2023-12-01T19:32:09.539Z | ++ pwd |
365 | 2023-12-01T19:32:09.539Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2023-12-01T19:32:09.542Z | ++ basename ./tools/ci_download_console |
367 | 2023-12-01T19:32:09.542Z | + ARG0=ci_download_console |
368 | 2023-12-01T19:32:09.542Z | + TARGET_DIR=out |
369 | 2023-12-01T19:32:09.542Z | + DOWNLOAD_DIR=out/downloads |
370 | 2023-12-01T19:32:09.542Z | + DEST_DIR=./out/console-assets |
371 | 2023-12-01T19:32:09.542Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2023-12-01T19:32:09.543Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
373 | 2023-12-01T19:32:09.543Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
374 | 2023-12-01T19:32:09.543Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
375 | 2023-12-01T19:32:09.543Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2023-12-01T19:32:09.546Z | + main |
377 | 2023-12-01T19:32:09.546Z | + [[ 0 != 0 ]] |
378 | 2023-12-01T19:32:09.546Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
379 | 2023-12-01T19:32:09.546Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-12-01T19:32:09.546Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2023-12-01T19:32:09.547Z | Local file: out/downloads/console.tar.gz |
382 | 2023-12-01T19:32:09.547Z | + local DO_DOWNLOAD=true |
383 | 2023-12-01T19:32:09.547Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2023-12-01T19:32:09.547Z | + mkdir -p out/downloads |
385 | 2023-12-01T19:32:09.547Z | + '[' true == true ']' |
386 | 2023-12-01T19:32:09.547Z | + echo Downloading... |
387 | 2023-12-01T19:32:09.547Z | Downloading... |
388 | 2023-12-01T19:32:09.547Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
389 | 2023-12-01T19:32:09.547Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-12-01T19:32:10.178Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2023-12-01T19:32:10.181Z | ++ case "$OSTYPE" in |
392 | 2023-12-01T19:32:10.181Z | ++ SHA=sha256sum |
393 | 2023-12-01T19:32:10.181Z | ++ sha256sum |
394 | 2023-12-01T19:32:10.181Z | ++ awk '{print $1}' |
395 | 2023-12-01T19:32:10.202Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-12-01T19:32:10.204Z | + [[ 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 ]] |
397 | 2023-12-01T19:32:10.207Z | + rm -rf ./out/console-assets |
398 | 2023-12-01T19:32:10.207Z | + mkdir -p ./out/console-assets |
399 | 2023-12-01T19:32:10.209Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2023-12-01T19:32:10.209Z | + mkdir -p ./out/console-assets |
401 | 2023-12-01T19:32:10.212Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2023-12-01T19:32:10.348Z | + set -o errexit |
403 | 2023-12-01T19:32:10.351Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2023-12-01T19:32:10.353Z | ++ cd ./tools |
405 | 2023-12-01T19:32:10.353Z | ++ pwd |
406 | 2023-12-01T19:32:10.353Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2023-12-01T19:32:10.356Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2023-12-01T19:32:10.356Z | + ARG0=ci_download_maghemite_openapi |
409 | 2023-12-01T19:32:10.356Z | + TARGET_DIR=out |
410 | 2023-12-01T19:32:10.356Z | + DOWNLOAD_DIR=out/downloads |
411 | 2023-12-01T19:32:10.356Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2023-12-01T19:32:10.356Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
413 | 2023-12-01T19:32:10.356Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
414 | 2023-12-01T19:32:10.356Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
415 | 2023-12-01T19:32:10.356Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
416 | 2023-12-01T19:32:10.356Z | + main |
417 | 2023-12-01T19:32:10.356Z | + [[ 0 != 0 ]] |
418 | 2023-12-01T19:32:10.356Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
419 | 2023-12-01T19:32:10.356Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
420 | 2023-12-01T19:32:10.356Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
421 | 2023-12-01T19:32:10.356Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
422 | 2023-12-01T19:32:10.356Z | + local DO_DOWNLOAD=true |
423 | 2023-12-01T19:32:10.359Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
424 | 2023-12-01T19:32:10.359Z | + mkdir -p out/downloads |
425 | 2023-12-01T19:32:10.359Z | + '[' true == true ']' |
426 | 2023-12-01T19:32:10.359Z | + echo Downloading... |
427 | 2023-12-01T19:32:10.359Z | Downloading... |
428 | 2023-12-01T19:32:10.359Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
429 | 2023-12-01T19:32:10.359Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
430 | 2023-12-01T19:32:10.584Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
431 | 2023-12-01T19:32:10.584Z | ++ case "$OSTYPE" in |
432 | 2023-12-01T19:32:10.587Z | ++ SHA=sha256sum |
433 | 2023-12-01T19:32:10.587Z | ++ sha256sum |
434 | 2023-12-01T19:32:10.587Z | ++ awk '{print $1}' |
435 | 2023-12-01T19:32:10.590Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-12-01T19:32:10.593Z | + [[ 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 ]] |
437 | 2023-12-01T19:32:10.593Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2023-12-01T19:32:10.593Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
439 | 2023-12-01T19:32:10.593Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
440 | 2023-12-01T19:32:10.593Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
441 | 2023-12-01T19:32:10.594Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
442 | 2023-12-01T19:32:10.594Z | + main |
443 | 2023-12-01T19:32:10.594Z | + [[ 0 != 0 ]] |
444 | 2023-12-01T19:32:10.594Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
445 | 2023-12-01T19:32:10.594Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
446 | 2023-12-01T19:32:10.594Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
447 | 2023-12-01T19:32:10.594Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
448 | 2023-12-01T19:32:10.594Z | + local DO_DOWNLOAD=true |
449 | 2023-12-01T19:32:10.594Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
450 | 2023-12-01T19:32:10.594Z | + mkdir -p out/downloads |
451 | 2023-12-01T19:32:10.597Z | + '[' true == true ']' |
452 | 2023-12-01T19:32:10.598Z | + echo Downloading... |
453 | 2023-12-01T19:32:10.598Z | Downloading... |
454 | 2023-12-01T19:32:10.598Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
455 | 2023-12-01T19:32:10.598Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
456 | 2023-12-01T19:32:10.729Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-12-01T19:32:10.732Z | ++ case "$OSTYPE" in |
458 | 2023-12-01T19:32:10.732Z | ++ SHA=sha256sum |
459 | 2023-12-01T19:32:10.732Z | ++ sha256sum |
460 | 2023-12-01T19:32:10.732Z | ++ awk '{print $1}' |
461 | 2023-12-01T19:32:10.735Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
462 | 2023-12-01T19:32:10.735Z | + [[ 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 ]] |
463 | 2023-12-01T19:32:10.745Z | + set -o errexit |
464 | 2023-12-01T19:32:10.747Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2023-12-01T19:32:10.750Z | ++ cd ./tools |
466 | 2023-12-01T19:32:10.751Z | ++ pwd |
467 | 2023-12-01T19:32:10.751Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2023-12-01T19:32:10.754Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2023-12-01T19:32:10.754Z | + ARG0=ci_download_dendrite_openapi |
470 | 2023-12-01T19:32:10.754Z | + TARGET_DIR=out |
471 | 2023-12-01T19:32:10.754Z | + DOWNLOAD_DIR=out/downloads |
472 | 2023-12-01T19:32:10.754Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-12-01T19:32:10.754Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
474 | 2023-12-01T19:32:10.754Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
475 | 2023-12-01T19:32:10.754Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
476 | 2023-12-01T19:32:10.754Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
477 | 2023-12-01T19:32:10.754Z | + main |
478 | 2023-12-01T19:32:10.754Z | + [[ 0 != 0 ]] |
479 | 2023-12-01T19:32:10.754Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
480 | 2023-12-01T19:32:10.754Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
481 | 2023-12-01T19:32:10.754Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
482 | 2023-12-01T19:32:10.755Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
483 | 2023-12-01T19:32:10.755Z | + local DO_DOWNLOAD=true |
484 | 2023-12-01T19:32:10.755Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
485 | 2023-12-01T19:32:10.755Z | + mkdir -p out/downloads |
486 | 2023-12-01T19:32:10.758Z | + '[' true == true ']' |
487 | 2023-12-01T19:32:10.758Z | + echo Downloading... |
488 | 2023-12-01T19:32:10.758Z | Downloading... |
489 | 2023-12-01T19:32:10.758Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
490 | 2023-12-01T19:32:10.758Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
491 | 2023-12-01T19:32:10.911Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
492 | 2023-12-01T19:32:10.911Z | ++ case "$OSTYPE" in |
493 | 2023-12-01T19:32:10.911Z | ++ SHA=sha256sum |
494 | 2023-12-01T19:32:10.914Z | ++ sha256sum |
495 | 2023-12-01T19:32:10.914Z | ++ awk '{print $1}' |
496 | 2023-12-01T19:32:10.918Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2023-12-01T19:32:10.918Z | + [[ 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 ]] |
498 | 2023-12-01T19:32:10.927Z | + set -o errexit |
499 | 2023-12-01T19:32:10.930Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2023-12-01T19:32:10.933Z | ++ cd ./tools |
501 | 2023-12-01T19:32:10.933Z | ++ pwd |
502 | 2023-12-01T19:32:10.933Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2023-12-01T19:32:10.936Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2023-12-01T19:32:10.936Z | + ARG0=ci_download_dendrite_stub |
505 | 2023-12-01T19:32:10.936Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2023-12-01T19:32:10.936Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
507 | 2023-12-01T19:32:10.936Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
508 | 2023-12-01T19:32:10.936Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
509 | 2023-12-01T19:32:10.936Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2023-12-01T19:32:10.936Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
511 | 2023-12-01T19:32:10.936Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
512 | 2023-12-01T19:32:10.936Z | + TARGET_DIR=out |
513 | 2023-12-01T19:32:10.936Z | + DOWNLOAD_DIR=out/downloads |
514 | 2023-12-01T19:32:10.936Z | + DEST_DIR=./out/dendrite-stub |
515 | 2023-12-01T19:32:10.936Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2023-12-01T19:32:10.936Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2023-12-01T19:32:10.936Z | + REPO=oxidecomputer/dendrite |
518 | 2023-12-01T19:32:10.936Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
519 | 2023-12-01T19:32:10.939Z | + main |
520 | 2023-12-01T19:32:10.939Z | + [[ 0 != 0 ]] |
521 | 2023-12-01T19:32:10.939Z | + CIDL_OS=solaris2.11 |
522 | 2023-12-01T19:32:10.939Z | + [[ 0 != 0 ]] |
523 | 2023-12-01T19:32:10.939Z | + configure_os solaris2.11 |
524 | 2023-12-01T19:32:10.939Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2023-12-01T19:32:10.939Z | current directory: /work/oxidecomputer/omicron |
526 | 2023-12-01T19:32:10.939Z | + echo 'configuring based on OS: "solaris2.11"' |
527 | 2023-12-01T19:32:10.939Z | configuring based on OS: "solaris2.11" |
528 | 2023-12-01T19:32:10.939Z | + case "$1" in |
529 | 2023-12-01T19:32:10.939Z | + SET_BINARIES= |
530 | 2023-12-01T19:32:10.942Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
531 | 2023-12-01T19:32:10.942Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2023-12-01T19:32:10.942Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2023-12-01T19:32:10.942Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
534 | 2023-12-01T19:32:10.942Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2023-12-01T19:32:10.942Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
536 | 2023-12-01T19:32:10.942Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
537 | 2023-12-01T19:32:10.942Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
538 | 2023-12-01T19:32:10.942Z | Local file: out/downloads/dendrite-stub.tar.gz |
539 | 2023-12-01T19:32:10.942Z | + mkdir -p out/downloads |
540 | 2023-12-01T19:32:10.942Z | + mkdir -p ./out/dendrite-stub |
541 | 2023-12-01T19:32:10.945Z | + fetch_and_verify |
542 | 2023-12-01T19:32:10.945Z | + local DO_DOWNLOAD=true |
543 | 2023-12-01T19:32:10.945Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2023-12-01T19:32:10.945Z | + '[' true == true ']' |
545 | 2023-12-01T19:32:10.945Z | + echo Downloading... |
546 | 2023-12-01T19:32:10.945Z | Downloading... |
547 | 2023-12-01T19:32:10.945Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2023-12-01T19:32:10.945Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
549 | 2023-12-01T19:32:19.770Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2023-12-01T19:32:19.779Z | ++ sha256sum |
551 | 2023-12-01T19:32:19.779Z | ++ awk '{print $1}' |
552 | 2023-12-01T19:32:19.863Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
553 | 2023-12-01T19:32:19.863Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
554 | 2023-12-01T19:32:19.866Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2023-12-01T19:32:19.866Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2023-12-01T19:32:20.856Z | + do_assemble |
557 | 2023-12-01T19:32:20.856Z | + rm -r ./out/dendrite-stub |
558 | 2023-12-01T19:32:20.866Z | + mkdir ./out/dendrite-stub |
559 | 2023-12-01T19:32:20.866Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2023-12-01T19:32:20.997Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2023-12-01T19:32:21.005Z | + set -o errexit |
562 | 2023-12-01T19:32:21.009Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2023-12-01T19:32:21.009Z | ++ cd ./tools |
564 | 2023-12-01T19:32:21.555Z | ++ pwd |
565 | 2023-12-01T19:32:21.555Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2023-12-01T19:32:21.555Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2023-12-01T19:32:21.555Z | + ARG0=ci_download_maghemite_mgd |
568 | 2023-12-01T19:32:21.557Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2023-12-01T19:32:21.557Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
570 | 2023-12-01T19:32:21.558Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
571 | 2023-12-01T19:32:21.558Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2023-12-01T19:32:21.558Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
573 | 2023-12-01T19:32:21.558Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
574 | 2023-12-01T19:32:21.558Z | + TARGET_DIR=out |
575 | 2023-12-01T19:32:21.558Z | + DOWNLOAD_DIR=out/downloads |
576 | 2023-12-01T19:32:21.558Z | + DEST_DIR=./out/mgd |
577 | 2023-12-01T19:32:21.558Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2023-12-01T19:32:21.558Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2023-12-01T19:32:21.558Z | + REPO=oxidecomputer/maghemite |
580 | 2023-12-01T19:32:21.558Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
581 | 2023-12-01T19:32:21.558Z | + main |
582 | 2023-12-01T19:32:21.558Z | + [[ 0 != 0 ]] |
583 | 2023-12-01T19:32:21.558Z | + CIDL_OS=solaris2.11 |
584 | 2023-12-01T19:32:21.558Z | + [[ 0 != 0 ]] |
585 | 2023-12-01T19:32:21.558Z | + configure_os solaris2.11 |
586 | 2023-12-01T19:32:21.558Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2023-12-01T19:32:21.558Z | current directory: /work/oxidecomputer/omicron |
588 | 2023-12-01T19:32:21.558Z | + echo 'configuring based on OS: "solaris2.11"' |
589 | 2023-12-01T19:32:21.559Z | + case "$1" in |
590 | 2023-12-01T19:32:21.559Z | + SET_BINARIES= |
591 | 2023-12-01T19:32:21.559Z | configuring based on OS: "solaris2.11" |
592 | 2023-12-01T19:32:21.559Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2023-12-01T19:32:21.559Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2023-12-01T19:32:21.560Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
595 | 2023-12-01T19:32:21.560Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2023-12-01T19:32:21.560Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
597 | 2023-12-01T19:32:21.560Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
598 | 2023-12-01T19:32:21.560Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
599 | 2023-12-01T19:32:21.560Z | Local file: out/downloads/mgd.tar.gz |
600 | 2023-12-01T19:32:21.560Z | + mkdir -p out/downloads |
601 | 2023-12-01T19:32:21.560Z | + mkdir -p ./out/mgd |
602 | 2023-12-01T19:32:21.568Z | + fetch_and_verify |
603 | 2023-12-01T19:32:21.568Z | + local DO_DOWNLOAD=true |
604 | 2023-12-01T19:32:21.568Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2023-12-01T19:32:21.569Z | + '[' true == true ']' |
606 | 2023-12-01T19:32:21.569Z | + echo Downloading... |
607 | 2023-12-01T19:32:21.569Z | Downloading... |
608 | 2023-12-01T19:32:21.569Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2023-12-01T19:32:21.569Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
610 | 2023-12-01T19:32:26.634Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2023-12-01T19:32:26.636Z | ++ sha256sum |
612 | 2023-12-01T19:32:26.636Z | ++ awk '{print $1}' |
613 | 2023-12-01T19:32:26.710Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
614 | 2023-12-01T19:32:26.713Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
615 | 2023-12-01T19:32:26.713Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2023-12-01T19:32:26.713Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2023-12-01T19:32:27.379Z | + do_assemble |
618 | 2023-12-01T19:32:27.379Z | + rm -r ./out/mgd |
619 | 2023-12-01T19:32:27.382Z | + mkdir ./out/mgd |
620 | 2023-12-01T19:32:27.385Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2023-12-01T19:32:27.607Z | + set -o errexit |
622 | 2023-12-01T19:32:28.246Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2023-12-01T19:32:28.246Z | ++ cd ./tools |
624 | 2023-12-01T19:32:28.246Z | ++ pwd |
625 | 2023-12-01T19:32:28.246Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2023-12-01T19:32:28.246Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2023-12-01T19:32:28.246Z | + ARG0=ci_download_transceiver_control |
628 | 2023-12-01T19:32:28.246Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2023-12-01T19:32:28.246Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2023-12-01T19:32:28.246Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2023-12-01T19:32:28.246Z | + TARGET_DIR=out |
632 | 2023-12-01T19:32:28.246Z | + DOWNLOAD_DIR=out/downloads |
633 | 2023-12-01T19:32:28.246Z | + DEST_DIR=./out/transceiver-control |
634 | 2023-12-01T19:32:28.246Z | + BIN_DIR=/opt/oxide/bin |
635 | 2023-12-01T19:32:28.246Z | + BINARY=xcvradm |
636 | 2023-12-01T19:32:28.246Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2023-12-01T19:32:28.246Z | + REPO=oxidecomputer/transceiver-control |
638 | 2023-12-01T19:32:28.246Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2023-12-01T19:32:28.246Z | + main |
640 | 2023-12-01T19:32:28.246Z | + [[ 0 != 0 ]] |
641 | 2023-12-01T19:32:28.246Z | + CIDL_OS=solaris2.11 |
642 | 2023-12-01T19:32:28.246Z | + [[ 0 != 0 ]] |
643 | 2023-12-01T19:32:28.246Z | + configure_os solaris2.11 |
644 | 2023-12-01T19:32:28.246Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2023-12-01T19:32:28.246Z | current directory: /work/oxidecomputer/omicron |
646 | 2023-12-01T19:32:28.246Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2023-12-01T19:32:28.246Z | configuring based on OS: "solaris2.11" |
648 | 2023-12-01T19:32:28.246Z | + case "$1" in |
649 | 2023-12-01T19:32:28.246Z | + SET_BINARIES= |
650 | 2023-12-01T19:32:28.246Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2023-12-01T19:32:28.246Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2023-12-01T19:32:28.246Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2023-12-01T19:32:28.246Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2023-12-01T19:32:28.248Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2023-12-01T19:32:28.248Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2023-12-01T19:32:28.248Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2023-12-01T19:32:28.248Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-12-01T19:32:28.248Z | Local file: out/downloads/xcvradm.gz |
659 | 2023-12-01T19:32:28.248Z | + mkdir -p out/downloads |
660 | 2023-12-01T19:32:28.248Z | + mkdir -p ./out/transceiver-control |
661 | 2023-12-01T19:32:28.251Z | + fetch_and_verify |
662 | 2023-12-01T19:32:28.251Z | + local DO_DOWNLOAD=true |
663 | 2023-12-01T19:32:28.251Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2023-12-01T19:32:28.251Z | + '[' true == true ']' |
665 | 2023-12-01T19:32:28.251Z | + echo Downloading... |
666 | 2023-12-01T19:32:28.253Z | Downloading... |
667 | 2023-12-01T19:32:28.253Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2023-12-01T19:32:28.253Z | + 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 |
669 | 2023-12-01T19:32:28.626Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2023-12-01T19:32:28.631Z | ++ sha256sum |
671 | 2023-12-01T19:32:28.631Z | ++ awk '{print $1}' |
672 | 2023-12-01T19:32:28.652Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-12-01T19:32:28.652Z | + [[ 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 ]] |
674 | 2023-12-01T19:32:28.656Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2023-12-01T19:32:28.656Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2023-12-01T19:32:28.656Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2023-12-01T19:32:28.835Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2023-12-01T19:32:28.837Z | + do_assemble |
679 | 2023-12-01T19:32:28.837Z | + rm -r ./out/transceiver-control |
680 | 2023-12-01T19:32:28.840Z | + mkdir ./out/transceiver-control |
681 | 2023-12-01T19:32:28.843Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2023-12-01T19:32:29.097Z | All prerequisites installed successfully |
683 | 2023-12-01T19:32:29.100Z | |
684 | 2023-12-01T19:32:29.100Z | real 2:07.699051720 |
685 | 2023-12-01T19:32:29.100Z | user 54.095732223 |
686 | 2023-12-01T19:32:29.100Z | sys 10.095429423 |
687 | 2023-12-01T19:32:29.100Z | trap 0.019338922 |
688 | 2023-12-01T19:32:29.100Z | tflt 0.310737834 |
689 | 2023-12-01T19:32:29.100Z | dflt 1.065748773 |
690 | 2023-12-01T19:32:29.100Z | kflt 0.385035051 |
691 | 2023-12-01T19:32:29.100Z | lock 1.707083586 |
692 | 2023-12-01T19:32:29.100Z | slp 3:53.319174505 |
693 | 2023-12-01T19:32:29.100Z | lat 3.448496714 |
694 | 2023-12-01T19:32:29.100Z | stop 0.073695416 |
695 | 2023-12-01T19:32:29.100Z | + banner end-to-end-tests |
696 | 2023-12-01T19:32:29.191Z | |
697 | 2023-12-01T19:32:29.191Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2023-12-01T19:32:29.191Z | # ## # # # # # # # ## # # # |
699 | 2023-12-01T19:32:29.191Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2023-12-01T19:32:29.191Z | # # # # # # # # # # # # # # # |
701 | 2023-12-01T19:32:29.191Z | # # ## # # # # # # # ## # # |
702 | 2023-12-01T19:32:29.191Z | ###### # # ##### # #### ###### # # ##### |
703 | 2023-12-01T19:32:29.191Z | |
704 | 2023-12-01T19:32:29.194Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2023-12-01T19:32:29.194Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2023-12-01T19:32:29.194Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2023-12-01T19:32:29.194Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2023-12-01T19:32:29.194Z | + export CARGO_INCREMENTAL=0 |
709 | 2023-12-01T19:32:29.194Z | + CARGO_INCREMENTAL=0 |
710 | 2023-12-01T19:32:29.194Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2023-12-01T19:32:29.531Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2023-12-01T19:32:30.035Z | Updating crates.io index |
713 | 2023-12-01T19:32:30.142Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
714 | 2023-12-01T19:32:31.013Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
715 | 2023-12-01T19:32:32.901Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
716 | 2023-12-01T19:32:33.344Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
717 | 2023-12-01T19:32:33.898Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
718 | 2023-12-01T19:32:34.300Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
719 | 2023-12-01T19:32:34.732Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
720 | 2023-12-01T19:32:35.740Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
721 | 2023-12-01T19:32:37.634Z | Updating git repository `https://github.com/oxidecomputer/opte` |
722 | 2023-12-01T19:32:38.697Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
723 | 2023-12-01T19:32:39.285Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
724 | 2023-12-01T19:32:40.196Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2023-12-01T19:32:40.685Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
726 | 2023-12-01T19:32:41.183Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
727 | 2023-12-01T19:32:41.688Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
728 | 2023-12-01T19:32:42.256Z | Updating git repository `https://github.com/njaremko/samael` |
729 | 2023-12-01T19:32:43.093Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
730 | 2023-12-01T19:32:43.683Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
731 | 2023-12-01T19:32:44.097Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
732 | 2023-12-01T19:32:44.412Z | Updating git repository `https://github.com/jgallagher/nix` |
733 | 2023-12-01T19:32:45.725Z | Updating git repository `https://github.com/cbiffle/hubpack` |
734 | 2023-12-01T19:32:46.226Z | Updating git repository `https://github.com/oxidecomputer/typify` |
735 | 2023-12-01T19:32:47.300Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
736 | 2023-12-01T19:32:47.739Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
737 | 2023-12-01T19:32:48.075Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
738 | 2023-12-01T19:32:49.809Z | Downloading crates ... |
739 | 2023-12-01T19:32:50.032Z | Downloaded password-hash v0.4.2 |
740 | 2023-12-01T19:32:50.038Z | Downloaded paste v1.0.14 |
741 | 2023-12-01T19:32:50.051Z | Downloaded cpufeatures v0.2.9 |
742 | 2023-12-01T19:32:50.057Z | Downloaded ciborium-io v0.2.1 |
743 | 2023-12-01T19:32:50.059Z | Downloaded normalize-line-endings v0.3.0 |
744 | 2023-12-01T19:32:50.062Z | Downloaded phf v0.11.2 |
745 | 2023-12-01T19:32:50.065Z | Downloaded memoffset v0.9.0 |
746 | 2023-12-01T19:32:50.068Z | Downloaded clap_lex v0.5.1 |
747 | 2023-12-01T19:32:50.071Z | Downloaded dyn-clone v1.0.13 |
748 | 2023-12-01T19:32:50.075Z | Downloaded crucible-workspace-hack v0.1.0 |
749 | 2023-12-01T19:32:50.077Z | Downloaded parse-display v0.8.2 |
750 | 2023-12-01T19:32:50.080Z | Downloaded difflib v0.4.0 |
751 | 2023-12-01T19:32:50.082Z | Downloaded doc-comment v0.3.3 |
752 | 2023-12-01T19:32:50.086Z | Downloaded dtrace-parser v0.1.14 |
753 | 2023-12-01T19:32:50.089Z | Downloaded atty v0.2.14 |
754 | 2023-12-01T19:32:50.097Z | Downloaded bit-vec v0.6.3 |
755 | 2023-12-01T19:32:50.103Z | Downloaded precomputed-hash v0.1.1 |
756 | 2023-12-01T19:32:50.107Z | Downloaded predicates v3.0.4 |
757 | 2023-12-01T19:32:50.114Z | Downloaded pretty-hex v0.4.0 |
758 | 2023-12-01T19:32:50.119Z | Downloaded deranged v0.3.8 |
759 | 2023-12-01T19:32:50.124Z | Downloaded parking_lot v0.12.1 |
760 | 2023-12-01T19:32:50.131Z | Downloaded rand_chacha v0.2.2 |
761 | 2023-12-01T19:32:50.134Z | Downloaded clap v4.4.3 |
762 | 2023-12-01T19:32:50.154Z | Downloaded proc-macro-crate v1.3.1 |
763 | 2023-12-01T19:32:50.158Z | Downloaded pretty-hex v0.2.1 |
764 | 2023-12-01T19:32:50.161Z | Downloaded postgres-protocol v0.6.6 |
765 | 2023-12-01T19:32:50.165Z | Downloaded http-range v0.1.5 |
766 | 2023-12-01T19:32:50.168Z | Downloaded colored v2.0.4 |
767 | 2023-12-01T19:32:50.172Z | Downloaded bit-set v0.5.3 |
768 | 2023-12-01T19:32:50.175Z | Downloaded percent-encoding v2.3.1 |
769 | 2023-12-01T19:32:50.177Z | Downloaded num-iter v0.1.43 |
770 | 2023-12-01T19:32:50.180Z | Downloaded pem v1.1.1 |
771 | 2023-12-01T19:32:50.183Z | Downloaded ctr v0.9.2 |
772 | 2023-12-01T19:32:50.188Z | Downloaded proc-macro-error-attr v1.0.4 |
773 | 2023-12-01T19:32:50.190Z | Downloaded adler v1.0.2 |
774 | 2023-12-01T19:32:50.194Z | Downloaded foreign-types-shared v0.3.1 |
775 | 2023-12-01T19:32:50.197Z | Downloaded resolv-conf v0.7.0 |
776 | 2023-12-01T19:32:50.199Z | Downloaded parking_lot_core v0.8.6 |
777 | 2023-12-01T19:32:50.204Z | Downloaded base16ct v0.2.0 |
778 | 2023-12-01T19:32:50.207Z | Downloaded omicron-zone-package v0.9.1 |
779 | 2023-12-01T19:32:50.212Z | Downloaded ident_case v1.0.1 |
780 | 2023-12-01T19:32:50.215Z | Downloaded fallible-iterator v0.2.0 |
781 | 2023-12-01T19:32:50.218Z | Downloaded mime_guess v2.0.4 |
782 | 2023-12-01T19:32:50.221Z | Downloaded home v0.5.5 |
783 | 2023-12-01T19:32:50.224Z | Downloaded http-body v0.4.5 |
784 | 2023-12-01T19:32:50.229Z | Downloaded lru-cache v0.1.2 |
785 | 2023-12-01T19:32:50.229Z | Downloaded quote v1.0.33 |
786 | 2023-12-01T19:32:50.235Z | Downloaded once_cell v1.18.0 |
787 | 2023-12-01T19:32:50.239Z | Downloaded postcard v0.7.3 |
788 | 2023-12-01T19:32:50.244Z | Downloaded errno v0.3.2 |
789 | 2023-12-01T19:32:50.246Z | Downloaded proc-macro2 v1.0.69 |
790 | 2023-12-01T19:32:50.252Z | Downloaded secrecy v0.8.0 |
791 | 2023-12-01T19:32:50.254Z | Downloaded hostname v0.3.1 |
792 | 2023-12-01T19:32:50.257Z | Downloaded foreign-types-macros v0.2.3 |
793 | 2023-12-01T19:32:50.260Z | Downloaded hubpack_derive v0.1.1 |
794 | 2023-12-01T19:32:50.263Z | Downloaded platforms v3.0.2 |
795 | 2023-12-01T19:32:50.265Z | Downloaded siphasher v0.3.11 |
796 | 2023-12-01T19:32:50.269Z | Downloaded futures-executor v0.3.29 |
797 | 2023-12-01T19:32:50.271Z | Downloaded filetime v0.2.22 |
798 | 2023-12-01T19:32:50.275Z | Downloaded thread_local v1.1.7 |
799 | 2023-12-01T19:32:50.278Z | Downloaded strum v0.25.0 |
800 | 2023-12-01T19:32:50.280Z | Downloaded getrandom v0.1.16 |
801 | 2023-12-01T19:32:50.284Z | Downloaded rcgen v0.11.3 |
802 | 2023-12-01T19:32:50.290Z | Downloaded crossbeam-utils v0.8.16 |
803 | 2023-12-01T19:32:50.296Z | Downloaded slog-envlogger v2.2.0 |
804 | 2023-12-01T19:32:50.299Z | Downloaded tinyvec_macros v0.1.1 |
805 | 2023-12-01T19:32:50.302Z | Downloaded zone_cfg_derive v0.3.0 |
806 | 2023-12-01T19:32:50.304Z | Downloaded foreign-types-shared v0.1.1 |
807 | 2023-12-01T19:32:50.307Z | Downloaded slog-async v2.8.0 |
808 | 2023-12-01T19:32:50.309Z | Downloaded futures-core v0.3.29 |
809 | 2023-12-01T19:32:50.312Z | Downloaded usdt-attr-macro v0.3.5 |
810 | 2023-12-01T19:32:50.312Z | Downloaded foreign-types v0.5.0 |
811 | 2023-12-01T19:32:50.315Z | Downloaded managed v0.8.0 |
812 | 2023-12-01T19:32:50.319Z | Downloaded semver-parser v0.10.2 |
813 | 2023-12-01T19:32:50.321Z | Downloaded semver v0.11.0 |
814 | 2023-12-01T19:32:50.324Z | Downloaded hubpack v0.1.2 |
815 | 2023-12-01T19:32:50.327Z | Downloaded glob v0.3.1 |
816 | 2023-12-01T19:32:50.330Z | Downloaded strsim v0.8.0 |
817 | 2023-12-01T19:32:50.333Z | Downloaded toml v0.5.11 |
818 | 2023-12-01T19:32:50.338Z | Downloaded diesel_derives v2.1.2 |
819 | 2023-12-01T19:32:50.345Z | Downloaded ucd-trie v0.1.6 |
820 | 2023-12-01T19:32:50.348Z | Downloaded libefi-sys v0.1.0 |
821 | 2023-12-01T19:32:50.351Z | Downloaded arc-swap v1.6.0 |
822 | 2023-12-01T19:32:50.358Z | Downloaded want v0.3.1 |
823 | 2023-12-01T19:32:50.361Z | Downloaded instant v0.1.12 |
824 | 2023-12-01T19:32:50.364Z | Downloaded waitgroup v0.1.2 |
825 | 2023-12-01T19:32:50.366Z | Downloaded headers-core v0.2.0 |
826 | 2023-12-01T19:32:50.369Z | Downloaded flate2 v1.0.28 |
827 | 2023-12-01T19:32:50.377Z | Downloaded rustversion v1.0.14 |
828 | 2023-12-01T19:32:50.382Z | Downloaded slog-scope v4.4.0 |
829 | 2023-12-01T19:32:50.385Z | Downloaded slab v0.4.9 |
830 | 2023-12-01T19:32:50.387Z | Downloaded tower-service v0.3.2 |
831 | 2023-12-01T19:32:50.390Z | Downloaded matches v0.1.10 |
832 | 2023-12-01T19:32:50.393Z | Downloaded thiserror-no-std v2.0.2 |
833 | 2023-12-01T19:32:50.398Z | Downloaded spki v0.7.2 |
834 | 2023-12-01T19:32:50.402Z | Downloaded tinyvec v1.6.0 |
835 | 2023-12-01T19:32:50.408Z | Downloaded unicase v2.7.0 |
836 | 2023-12-01T19:32:50.411Z | Downloaded walkdir v2.4.0 |
837 | 2023-12-01T19:32:50.414Z | Downloaded zip v0.6.6 |
838 | 2023-12-01T19:32:50.422Z | Downloaded heck v0.4.1 |
839 | 2023-12-01T19:32:50.425Z | Downloaded whoami v1.4.1 |
840 | 2023-12-01T19:32:50.427Z | Downloaded serde_spanned v0.6.4 |
841 | 2023-12-01T19:32:50.430Z | Downloaded trust-dns-client v0.22.0 |
842 | 2023-12-01T19:32:50.439Z | Downloaded iana-time-zone v0.1.57 |
843 | 2023-12-01T19:32:50.443Z | Downloaded usdt-impl v0.3.5 |
844 | 2023-12-01T19:32:50.446Z | Downloaded term v0.7.0 |
845 | 2023-12-01T19:32:50.452Z | Downloaded getopts v0.2.21 |
846 | 2023-12-01T19:32:50.454Z | Downloaded take_mut v0.2.2 |
847 | 2023-12-01T19:32:50.457Z | Downloaded usdt-macro v0.3.5 |
848 | 2023-12-01T19:32:50.460Z | Downloaded try-lock v0.2.4 |
849 | 2023-12-01T19:32:50.460Z | Downloaded subprocess v0.2.9 |
850 | 2023-12-01T19:32:50.464Z | Downloaded time-macros v0.2.13 |
851 | 2023-12-01T19:32:50.467Z | Downloaded inout v0.1.3 |
852 | 2023-12-01T19:32:50.470Z | Downloaded md-5 v0.10.5 |
853 | 2023-12-01T19:32:50.472Z | Downloaded unicode-bidi v0.3.13 |
854 | 2023-12-01T19:32:50.476Z | Downloaded serde_tokenstream v0.1.7 |
855 | 2023-12-01T19:32:50.482Z | Downloaded fnv v1.0.7 |
856 | 2023-12-01T19:32:50.485Z | Downloaded macaddr v1.0.1 |
857 | 2023-12-01T19:32:50.488Z | Downloaded zerocopy v0.3.0 |
858 | 2023-12-01T19:32:50.492Z | Downloaded slog-bunyan v2.4.0 |
859 | 2023-12-01T19:32:50.492Z | Downloaded stable_deref_trait v1.2.0 |
860 | 2023-12-01T19:32:50.494Z | Downloaded futures-channel v0.3.29 |
861 | 2023-12-01T19:32:50.497Z | Downloaded fixedbitset v0.4.2 |
862 | 2023-12-01T19:32:50.500Z | Downloaded zerocopy v0.6.4 |
863 | 2023-12-01T19:32:50.504Z | Downloaded smallvec v1.11.0 |
864 | 2023-12-01T19:32:50.507Z | Downloaded vec_map v0.8.2 |
865 | 2023-12-01T19:32:50.509Z | Downloaded untrusted v0.9.0 |
866 | 2023-12-01T19:32:50.512Z | Downloaded version_check v0.9.4 |
867 | 2023-12-01T19:32:50.515Z | Downloaded structmeta v0.2.0 |
868 | 2023-12-01T19:32:50.517Z | Downloaded is-terminal v0.4.9 |
869 | 2023-12-01T19:32:50.517Z | Downloaded rustfmt-wrapper v0.2.0 |
870 | 2023-12-01T19:32:50.520Z | Downloaded lalrpop-util v0.19.12 |
871 | 2023-12-01T19:32:50.523Z | Downloaded strsim v0.10.0 |
872 | 2023-12-01T19:32:50.526Z | Downloaded tempfile v3.8.1 |
873 | 2023-12-01T19:32:50.529Z | Downloaded tracing-attributes v0.1.26 |
874 | 2023-12-01T19:32:50.533Z | Downloaded headers v0.3.9 |
875 | 2023-12-01T19:32:50.543Z | Downloaded utf8parse v0.2.1 |
876 | 2023-12-01T19:32:50.546Z | Downloaded string_cache v0.8.7 |
877 | 2023-12-01T19:32:50.548Z | Downloaded hashbrown v0.12.3 |
878 | 2023-12-01T19:32:50.556Z | Downloaded serde_yaml v0.9.25 |
879 | 2023-12-01T19:32:50.562Z | Downloaded tokio-native-tls v0.3.1 |
880 | 2023-12-01T19:32:50.565Z | Downloaded serde_derive v1.0.192 |
881 | 2023-12-01T19:32:50.570Z | Downloaded indexmap v2.1.0 |
882 | 2023-12-01T19:32:50.577Z | Downloaded signal-hook v0.3.17 |
883 | 2023-12-01T19:32:50.582Z | Downloaded aes v0.8.3 |
884 | 2023-12-01T19:32:50.589Z | Downloaded static_assertions v1.1.0 |
885 | 2023-12-01T19:32:50.591Z | Downloaded indexmap v1.9.3 |
886 | 2023-12-01T19:32:50.597Z | Downloaded snafu v0.7.5 |
887 | 2023-12-01T19:32:50.608Z | Downloaded tracing v0.1.37 |
888 | 2023-12-01T19:32:50.615Z | Downloaded reqwest v0.11.22 |
889 | 2023-12-01T19:32:50.629Z | Downloaded trust-dns-resolver v0.22.0 |
890 | 2023-12-01T19:32:50.637Z | Downloaded itertools v0.12.0 |
891 | 2023-12-01T19:32:50.649Z | Downloaded memchr v2.6.3 |
892 | 2023-12-01T19:32:50.659Z | Downloaded tokio-postgres v0.7.10 |
893 | 2023-12-01T19:32:50.680Z | Downloaded time v0.3.27 |
894 | 2023-12-01T19:32:50.692Z | Downloaded libm v0.2.7 |
895 | 2023-12-01T19:32:50.710Z | Downloaded hkdf v0.12.3 |
896 | 2023-12-01T19:32:50.714Z | Downloaded unicode-normalization v0.1.22 |
897 | 2023-12-01T19:32:50.721Z | Downloaded itertools v0.11.0 |
898 | 2023-12-01T19:32:50.734Z | Downloaded regex v1.10.2 |
899 | 2023-12-01T19:32:50.758Z | Downloaded hashbrown v0.13.2 |
900 | 2023-12-01T19:32:50.766Z | Downloaded hashbrown v0.14.2 |
901 | 2023-12-01T19:32:50.776Z | Downloaded idna v0.2.3 |
902 | 2023-12-01T19:32:50.788Z | Downloaded regress v0.7.1 |
903 | 2023-12-01T19:32:50.801Z | Downloaded rustls v0.21.9 |
904 | 2023-12-01T19:32:50.822Z | Downloaded smoltcp v0.8.2 |
905 | 2023-12-01T19:32:50.839Z | Downloaded vcpkg v0.2.15 |
906 | 2023-12-01T19:32:50.915Z | Downloaded syn v1.0.109 |
907 | 2023-12-01T19:32:50.945Z | Downloaded bstr v1.6.0 |
908 | 2023-12-01T19:32:50.956Z | Downloaded trust-dns-proto v0.22.0 |
909 | 2023-12-01T19:32:50.978Z | Downloaded rustix v0.38.25 |
910 | 2023-12-01T19:32:51.020Z | Downloaded webpki-roots v0.25.2 |
911 | 2023-12-01T19:32:51.027Z | Downloaded diesel v2.1.4 |
912 | 2023-12-01T19:32:51.060Z | Downloaded rustix v0.37.23 |
913 | 2023-12-01T19:32:51.096Z | Downloaded openapiv3 v2.0.0-rc.1 |
914 | 2023-12-01T19:32:51.117Z | Downloaded bstr v0.2.17 |
915 | 2023-12-01T19:32:51.134Z | Downloaded regex-automata v0.4.3 |
916 | 2023-12-01T19:32:51.166Z | Downloaded sled v0.34.7 |
917 | 2023-12-01T19:32:51.185Z | Downloaded libc v0.2.150 |
918 | 2023-12-01T19:32:51.233Z | Downloaded tokio v1.34.0 |
919 | 2023-12-01T19:32:51.302Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
920 | 2023-12-01T19:32:51.324Z | Downloaded zerocopy-derive v0.6.4 |
921 | 2023-12-01T19:32:51.343Z | Downloaded encoding_rs v0.8.33 |
922 | 2023-12-01T19:32:51.384Z | Downloaded sha3 v0.10.8 |
923 | 2023-12-01T19:32:51.396Z | Downloaded zerocopy-derive v0.2.0 |
924 | 2023-12-01T19:32:51.411Z | Downloaded winapi v0.3.9 |
925 | 2023-12-01T19:32:51.484Z | Downloaded regex-automata v0.3.8 |
926 | 2023-12-01T19:32:51.513Z | Downloaded idna v0.5.0 |
927 | 2023-12-01T19:32:51.525Z | Downloaded openssl v0.10.60 |
928 | 2023-12-01T19:32:51.542Z | Downloaded gimli v0.28.0 |
929 | 2023-12-01T19:32:51.556Z | Downloaded object v0.32.1 |
930 | 2023-12-01T19:32:51.574Z | Downloaded curve25519-dalek v4.1.0 |
931 | 2023-12-01T19:32:51.589Z | Downloaded smoltcp v0.9.1 |
932 | 2023-12-01T19:32:51.608Z | Downloaded regex-syntax v0.8.2 |
933 | 2023-12-01T19:32:51.623Z | Downloaded regex-syntax v0.7.5 |
934 | 2023-12-01T19:32:51.637Z | Downloaded hyper v0.14.27 |
935 | 2023-12-01T19:32:51.651Z | Downloaded syn v2.0.32 |
936 | 2023-12-01T19:32:51.669Z | Downloaded serde_json v1.0.108 |
937 | 2023-12-01T19:32:51.682Z | Downloaded h2 v0.3.21 |
938 | 2023-12-01T19:32:51.693Z | Downloaded rustls-webpki v0.101.7 |
939 | 2023-12-01T19:32:51.719Z | Downloaded futures-util v0.3.29 |
940 | 2023-12-01T19:32:51.742Z | Downloaded chrono v0.4.31 |
941 | 2023-12-01T19:32:51.762Z | Downloaded aho-corasick v1.0.4 |
942 | 2023-12-01T19:32:51.780Z | Downloaded radix_trie v0.2.1 |
943 | 2023-12-01T19:32:51.802Z | Downloaded itertools v0.10.5 |
944 | 2023-12-01T19:32:51.820Z | Downloaded aes-gcm v0.10.3 |
945 | 2023-12-01T19:32:51.826Z | Downloaded ed25519-dalek v2.0.0 |
946 | 2023-12-01T19:32:51.832Z | Downloaded clap v2.34.0 |
947 | 2023-12-01T19:32:51.846Z | Downloaded serde_with v2.3.3 |
948 | 2023-12-01T19:32:51.856Z | Downloaded petgraph v0.6.4 |
949 | 2023-12-01T19:32:51.879Z | Downloaded socket2 v0.4.9 |
950 | 2023-12-01T19:32:51.882Z | Downloaded unsafe-libyaml v0.2.9 |
951 | 2023-12-01T19:32:51.891Z | Downloaded futures v0.3.29 |
952 | 2023-12-01T19:32:51.896Z | Downloaded toml_edit v0.19.15 |
953 | 2023-12-01T19:32:51.927Z | Downloaded ring v0.17.5 |
954 | 2023-12-01T19:32:52.070Z | Downloaded winnow v0.5.15 |
955 | 2023-12-01T19:32:52.084Z | Downloaded tar v0.4.40 |
956 | 2023-12-01T19:32:52.088Z | Downloaded tracing-core v0.1.31 |
957 | 2023-12-01T19:32:52.093Z | Downloaded crossterm v0.27.0 |
958 | 2023-12-01T19:32:52.105Z | Downloaded russh v0.39.0 |
959 | 2023-12-01T19:32:52.114Z | Downloaded ring v0.16.20 |
960 | 2023-12-01T19:32:52.290Z | Downloaded log v0.4.20 |
961 | 2023-12-01T19:32:52.294Z | Downloaded num-bigint v0.4.4 |
962 | 2023-12-01T19:32:52.303Z | Downloaded serde v1.0.192 |
963 | 2023-12-01T19:32:52.309Z | Downloaded trust-dns-server v0.22.1 |
964 | 2023-12-01T19:32:52.319Z | Downloaded unicode-ident v1.0.12 |
965 | 2023-12-01T19:32:52.323Z | Downloaded clap_builder v4.4.2 |
966 | 2023-12-01T19:32:52.336Z | Downloaded rand v0.7.3 |
967 | 2023-12-01T19:32:52.346Z | Downloaded unicode-segmentation v1.10.1 |
968 | 2023-12-01T19:32:52.352Z | Downloaded heapless v0.7.16 |
969 | 2023-12-01T19:32:52.359Z | Downloaded regex-automata v0.1.10 |
970 | 2023-12-01T19:32:52.369Z | Downloaded schemars v0.8.13 |
971 | 2023-12-01T19:32:52.390Z | Downloaded http v0.2.11 |
972 | 2023-12-01T19:32:52.397Z | Downloaded snafu-derive v0.7.5 |
973 | 2023-12-01T19:32:52.400Z | Downloaded tokio-util v0.7.10 |
974 | 2023-12-01T19:32:52.412Z | Downloaded rustc-demangle v0.1.23 |
975 | 2023-12-01T19:32:52.415Z | Downloaded russh-keys v0.38.0 |
976 | 2023-12-01T19:32:52.419Z | Downloaded slog v2.7.0 |
977 | 2023-12-01T19:32:52.423Z | Downloaded structopt v0.3.26 |
978 | 2023-12-01T19:32:52.436Z | Downloaded pest v2.7.2 |
979 | 2023-12-01T19:32:52.445Z | Downloaded uuid v1.6.1 |
980 | 2023-12-01T19:32:52.451Z | Downloaded crossbeam-channel v0.5.8 |
981 | 2023-12-01T19:32:52.459Z | Downloaded url v2.5.0 |
982 | 2023-12-01T19:32:52.464Z | Downloaded group v0.13.0 |
983 | 2023-12-01T19:32:52.466Z | Downloaded match_cfg v0.1.0 |
984 | 2023-12-01T19:32:52.469Z | Downloaded socket2 v0.5.5 |
985 | 2023-12-01T19:32:52.471Z | Downloaded tungstenite v0.20.1 |
986 | 2023-12-01T19:32:52.476Z | Downloaded ipnet v2.8.0 |
987 | 2023-12-01T19:32:52.479Z | Downloaded io-lifetimes v1.0.11 |
988 | 2023-12-01T19:32:52.482Z | Downloaded universal-hash v0.5.1 |
989 | 2023-12-01T19:32:52.486Z | Downloaded slog-json v2.6.1 |
990 | 2023-12-01T19:32:52.488Z | Downloaded yasna v0.5.2 |
991 | 2023-12-01T19:32:52.491Z | Downloaded lazy_static v1.4.0 |
992 | 2023-12-01T19:32:52.494Z | Downloaded ryu v1.0.15 |
993 | 2023-12-01T19:32:52.497Z | Downloaded stringprep v0.1.3 |
994 | 2023-12-01T19:32:52.499Z | Downloaded toml v0.8.8 |
995 | 2023-12-01T19:32:52.505Z | Downloaded toml_edit v0.21.0 |
996 | 2023-12-01T19:32:52.544Z | Downloaded hmac v0.12.1 |
997 | 2023-12-01T19:32:52.547Z | Downloaded ed25519 v2.2.2 |
998 | 2023-12-01T19:32:52.549Z | Downloaded zeroize_derive v1.4.2 |
999 | 2023-12-01T19:32:52.552Z | Downloaded synstructure v0.12.6 |
1000 | 2023-12-01T19:32:52.554Z | Downloaded rustc_version v0.4.0 |
1001 | 2023-12-01T19:32:52.557Z | Downloaded toml_datetime v0.6.5 |
1002 | 2023-12-01T19:32:52.557Z | Downloaded lock_api v0.4.10 |
1003 | 2023-12-01T19:32:52.560Z | Downloaded toml v0.7.8 |
1004 | 2023-12-01T19:32:52.564Z | Downloaded serde_tokenstream v0.2.0 |
1005 | 2023-12-01T19:32:52.569Z | Downloaded kstat-rs v0.2.3 |
1006 | 2023-12-01T19:32:52.572Z | Downloaded thread-id v4.2.0 |
1007 | 2023-12-01T19:32:52.575Z | Downloaded hyper-tls v0.5.0 |
1008 | 2023-12-01T19:32:52.577Z | Downloaded untrusted v0.7.1 |
1009 | 2023-12-01T19:32:52.577Z | Downloaded slog-term v2.9.0 |
1010 | 2023-12-01T19:32:52.580Z | Downloaded slog-stdlog v4.1.1 |
1011 | 2023-12-01T19:32:52.583Z | Downloaded hex v0.4.3 |
1012 | 2023-12-01T19:32:52.585Z | Downloaded generic-array v0.14.7 |
1013 | 2023-12-01T19:32:52.588Z | Downloaded futures-macro v0.3.29 |
1014 | 2023-12-01T19:32:52.591Z | Downloaded tokio-tungstenite v0.20.1 |
1015 | 2023-12-01T19:32:52.593Z | Downloaded spin v0.9.8 |
1016 | 2023-12-01T19:32:52.596Z | Downloaded serde_urlencoded v0.7.1 |
1017 | 2023-12-01T19:32:52.599Z | Downloaded signal-hook-mio v0.2.3 |
1018 | 2023-12-01T19:32:52.601Z | Downloaded sha1 v0.10.6 |
1019 | 2023-12-01T19:32:52.604Z | Downloaded serde_repr v0.1.16 |
1020 | 2023-12-01T19:32:52.606Z | Downloaded hex-literal v0.4.1 |
1021 | 2023-12-01T19:32:52.609Z | Downloaded thiserror-impl-no-std v2.0.2 |
1022 | 2023-12-01T19:32:52.613Z | Downloaded thiserror-impl v1.0.49 |
1023 | 2023-12-01T19:32:52.614Z | Downloaded vsss-rs v3.3.1 |
1024 | 2023-12-01T19:32:52.616Z | Downloaded textwrap v0.11.0 |
1025 | 2023-12-01T19:32:52.619Z | Downloaded unicode-xid v0.2.4 |
1026 | 2023-12-01T19:32:52.627Z | Downloaded structmeta-derive v0.2.0 |
1027 | 2023-12-01T19:32:52.627Z | Downloaded rand v0.8.5 |
1028 | 2023-12-01T19:32:52.630Z | Downloaded linked-hash-map v0.5.6 |
1029 | 2023-12-01T19:32:52.630Z | Downloaded tokio-stream v0.1.14 |
1030 | 2023-12-01T19:32:52.637Z | Downloaded thiserror v1.0.49 |
1031 | 2023-12-01T19:32:52.643Z | Downloaded httparse v1.8.0 |
1032 | 2023-12-01T19:32:52.647Z | Downloaded hyper-rustls v0.24.2 |
1033 | 2023-12-01T19:32:52.651Z | Downloaded openssl-sys v0.9.96 |
1034 | 2023-12-01T19:32:52.659Z | Downloaded elliptic-curve v0.13.5 |
1035 | 2023-12-01T19:32:52.666Z | Downloaded md5 v0.7.0 |
1036 | 2023-12-01T19:32:52.668Z | Downloaded spin v0.5.2 |
1037 | 2023-12-01T19:32:52.671Z | Downloaded smf v0.2.2 |
1038 | 2023-12-01T19:32:52.671Z | Downloaded serde_with_macros v2.3.3 |
1039 | 2023-12-01T19:32:52.674Z | Downloaded enum-as-inner v0.5.1 |
1040 | 2023-12-01T19:32:52.676Z | Downloaded ghash v0.5.0 |
1041 | 2023-12-01T19:32:52.679Z | Downloaded zone v0.3.0 |
1042 | 2023-12-01T19:32:52.681Z | Downloaded signal-hook-registry v1.4.1 |
1043 | 2023-12-01T19:32:52.681Z | Downloaded sha2 v0.10.8 |
1044 | 2023-12-01T19:32:52.685Z | Downloaded serde_path_to_error v0.1.14 |
1045 | 2023-12-01T19:32:52.688Z | Downloaded serde_derive_internals v0.26.0 |
1046 | 2023-12-01T19:32:52.690Z | Downloaded terminal_size v0.2.6 |
1047 | 2023-12-01T19:32:52.693Z | Downloaded keccak v0.1.4 |
1048 | 2023-12-01T19:32:52.695Z | Downloaded base64 v0.21.5 |
1049 | 2023-12-01T19:32:52.701Z | Downloaded crossbeam-epoch v0.9.15 |
1050 | 2023-12-01T19:32:52.705Z | Downloaded darling_core v0.20.3 |
1051 | 2023-12-01T19:32:52.712Z | Downloaded pin-project v1.1.3 |
1052 | 2023-12-01T19:32:52.733Z | Downloaded zeroize v1.7.0 |
1053 | 2023-12-01T19:32:52.736Z | Downloaded httpdate v1.0.3 |
1054 | 2023-12-01T19:32:52.739Z | Downloaded structopt-derive v0.4.18 |
1055 | 2023-12-01T19:32:52.739Z | Downloaded half v1.8.2 |
1056 | 2023-12-01T19:32:52.742Z | Downloaded hyper-staticfile v0.9.5 |
1057 | 2023-12-01T19:32:52.745Z | Downloaded rustls-native-certs v0.6.3 |
1058 | 2023-12-01T19:32:52.749Z | Downloaded getrandom v0.2.10 |
1059 | 2023-12-01T19:32:52.754Z | Downloaded similar v2.2.1 |
1060 | 2023-12-01T19:32:52.762Z | Downloaded itoa v1.0.9 |
1061 | 2023-12-01T19:32:52.765Z | Downloaded postgres-types v0.2.6 |
1062 | 2023-12-01T19:32:52.768Z | Downloaded subtle v2.5.0 |
1063 | 2023-12-01T19:32:52.771Z | Downloaded strum_macros v0.25.2 |
1064 | 2023-12-01T19:32:52.774Z | Downloaded typenum v1.16.0 |
1065 | 2023-12-01T19:32:52.777Z | Downloaded semver v1.0.20 |
1066 | 2023-12-01T19:32:52.781Z | Downloaded sct v0.7.0 |
1067 | 2023-12-01T19:32:52.787Z | Downloaded postcard-cobs v0.1.5-pre |
1068 | 2023-12-01T19:32:52.790Z | Downloaded signature v2.1.0 |
1069 | 2023-12-01T19:32:52.793Z | Downloaded schemars_derive v0.8.13 |
1070 | 2023-12-01T19:32:52.796Z | Downloaded scheduled-thread-pool v0.2.7 |
1071 | 2023-12-01T19:32:52.796Z | Downloaded crypto-bigint v0.5.2 |
1072 | 2023-12-01T19:32:52.805Z | Downloaded fastrand v2.0.0 |
1073 | 2023-12-01T19:32:52.808Z | Downloaded utf-8 v0.7.6 |
1074 | 2023-12-01T19:32:52.811Z | Downloaded same-file v1.0.6 |
1075 | 2023-12-01T19:32:52.813Z | Downloaded pin-project-internal v1.1.3 |
1076 | 2023-12-01T19:32:52.816Z | Downloaded anyhow v1.0.75 |
1077 | 2023-12-01T19:32:52.820Z | Downloaded password-hash v0.5.0 |
1078 | 2023-12-01T19:32:52.823Z | Downloaded ahash v0.8.3 |
1079 | 2023-12-01T19:32:52.827Z | Downloaded num-traits v0.2.16 |
1080 | 2023-12-01T19:32:52.832Z | Downloaded slog-dtrace v0.2.3 |
1081 | 2023-12-01T19:32:52.834Z | Downloaded native-tls v0.2.11 |
1082 | 2023-12-01T19:32:52.837Z | Downloaded scopeguard v1.2.0 |
1083 | 2023-12-01T19:32:52.839Z | Downloaded ff v0.13.0 |
1084 | 2023-12-01T19:32:52.842Z | Downloaded rustls-pemfile v1.0.3 |
1085 | 2023-12-01T19:32:52.844Z | Downloaded hash32 v0.2.1 |
1086 | 2023-12-01T19:32:52.848Z | Downloaded futures-io v0.3.29 |
1087 | 2023-12-01T19:32:52.850Z | Downloaded bytes v1.5.0 |
1088 | 2023-12-01T19:32:52.854Z | Downloaded futures-task v0.3.29 |
1089 | 2023-12-01T19:32:52.856Z | Downloaded tokio-rustls v0.24.1 |
1090 | 2023-12-01T19:32:52.861Z | Downloaded time-core v0.1.1 |
1091 | 2023-12-01T19:32:52.861Z | Downloaded ipnetwork v0.20.0 |
1092 | 2023-12-01T19:32:52.863Z | Downloaded foreign-types v0.3.2 |
1093 | 2023-12-01T19:32:52.866Z | Downloaded equivalent v1.0.1 |
1094 | 2023-12-01T19:32:52.866Z | Downloaded russh-cryptovec v0.7.0 |
1095 | 2023-12-01T19:32:52.868Z | Downloaded endian-type v0.1.2 |
1096 | 2023-12-01T19:32:52.868Z | Downloaded backtrace v0.3.69 |
1097 | 2023-12-01T19:32:52.875Z | Downloaded const-oid v0.9.5 |
1098 | 2023-12-01T19:32:52.879Z | Downloaded chacha20poly1305 v0.10.1 |
1099 | 2023-12-01T19:32:52.882Z | Downloaded futures-sink v0.3.29 |
1100 | 2023-12-01T19:32:52.884Z | Downloaded form_urlencoded v1.2.1 |
1101 | 2023-12-01T19:32:52.884Z | Downloaded pest_derive v2.7.2 |
1102 | 2023-12-01T19:32:52.888Z | Downloaded argon2 v0.5.2 |
1103 | 2023-12-01T19:32:52.890Z | Downloaded base64ct v1.6.0 |
1104 | 2023-12-01T19:32:52.894Z | Downloaded ansi_term v0.12.1 |
1105 | 2023-12-01T19:32:52.897Z | Downloaded multer v2.1.0 |
1106 | 2023-12-01T19:32:52.901Z | Downloaded pkcs8 v0.10.2 |
1107 | 2023-12-01T19:32:52.906Z | Downloaded pest_meta v2.7.2 |
1108 | 2023-12-01T19:32:52.909Z | Downloaded proc-macro-error v1.0.4 |
1109 | 2023-12-01T19:32:52.914Z | Downloaded predicates-core v1.0.6 |
1110 | 2023-12-01T19:32:52.917Z | Downloaded async-trait v0.1.74 |
1111 | 2023-12-01T19:32:52.921Z | Downloaded float-cmp v0.9.0 |
1112 | 2023-12-01T19:32:52.924Z | Downloaded rand_core v0.5.1 |
1113 | 2023-12-01T19:32:52.926Z | Downloaded darling v0.20.3 |
1114 | 2023-12-01T19:32:52.931Z | Downloaded either v1.9.0 |
1115 | 2023-12-01T19:32:52.935Z | Downloaded xattr v1.0.1 |
1116 | 2023-12-01T19:32:52.935Z | Downloaded cancel-safe-futures v0.1.5 |
1117 | 2023-12-01T19:32:52.940Z | Downloaded heck v0.3.3 |
1118 | 2023-12-01T19:32:52.943Z | Downloaded unicode-width v0.1.11 |
1119 | 2023-12-01T19:32:52.946Z | Downloaded ppv-lite86 v0.2.17 |
1120 | 2023-12-01T19:32:52.948Z | Downloaded fxhash v0.2.1 |
1121 | 2023-12-01T19:32:52.948Z | Downloaded num-complex v0.4.4 |
1122 | 2023-12-01T19:32:52.951Z | Downloaded usdt v0.3.5 |
1123 | 2023-12-01T19:32:52.953Z | Downloaded tokio-macros v2.2.0 |
1124 | 2023-12-01T19:32:52.953Z | Downloaded pkg-config v0.3.27 |
1125 | 2023-12-01T19:32:52.956Z | Downloaded quick-error v1.2.3 |
1126 | 2023-12-01T19:32:52.960Z | Downloaded poly1305 v0.8.0 |
1127 | 2023-12-01T19:32:52.963Z | Downloaded parking_lot v0.11.2 |
1128 | 2023-12-01T19:32:52.965Z | Downloaded num-rational v0.4.1 |
1129 | 2023-12-01T19:32:52.968Z | Downloaded base64 v0.13.1 |
1130 | 2023-12-01T19:32:52.973Z | Downloaded rand_core v0.6.4 |
1131 | 2023-12-01T19:32:52.975Z | Downloaded parse-display-derive v0.8.2 |
1132 | 2023-12-01T19:32:53.008Z | Downloaded clap_derive v4.4.2 |
1133 | 2023-12-01T19:32:53.012Z | Downloaded r2d2 v0.8.10 |
1134 | 2023-12-01T19:32:53.012Z | Downloaded rand_chacha v0.3.1 |
1135 | 2023-12-01T19:32:53.012Z | Downloaded block-padding v0.3.3 |
1136 | 2023-12-01T19:32:53.012Z | Downloaded bitflags v1.3.2 |
1137 | 2023-12-01T19:32:53.012Z | Downloaded num-integer v0.1.45 |
1138 | 2023-12-01T19:32:53.012Z | Downloaded pbkdf2 v0.11.0 |
1139 | 2023-12-01T19:32:53.012Z | Downloaded pbkdf2 v0.12.2 |
1140 | 2023-12-01T19:32:53.012Z | Downloaded debug-ignore v1.0.5 |
1141 | 2023-12-01T19:32:53.012Z | Downloaded crc32fast v1.3.2 |
1142 | 2023-12-01T19:32:53.012Z | Downloaded aead v0.5.2 |
1143 | 2023-12-01T19:32:53.013Z | Downloaded mime v0.3.17 |
1144 | 2023-12-01T19:32:53.013Z | Downloaded digest v0.10.7 |
1145 | 2023-12-01T19:32:53.015Z | Downloaded cc v1.0.83 |
1146 | 2023-12-01T19:32:53.019Z | Downloaded pest_generator v2.7.2 |
1147 | 2023-12-01T19:32:53.019Z | Downloaded camino v1.1.6 |
1148 | 2023-12-01T19:32:53.022Z | Downloaded num_enum v0.5.11 |
1149 | 2023-12-01T19:32:53.030Z | Downloaded blake2 v0.10.6 |
1150 | 2023-12-01T19:32:53.033Z | Downloaded bcrypt-pbkdf v0.10.0 |
1151 | 2023-12-01T19:32:53.036Z | Downloaded backoff v0.4.0 |
1152 | 2023-12-01T19:32:53.039Z | Downloaded num_cpus v1.16.0 |
1153 | 2023-12-01T19:32:53.043Z | Downloaded nibble_vec v0.1.0 |
1154 | 2023-12-01T19:32:53.045Z | Downloaded data-encoding v2.4.0 |
1155 | 2023-12-01T19:32:53.048Z | Downloaded cipher v0.4.4 |
1156 | 2023-12-01T19:32:53.050Z | Downloaded phf_shared v0.11.2 |
1157 | 2023-12-01T19:32:53.050Z | Downloaded autocfg v1.1.0 |
1158 | 2023-12-01T19:32:53.053Z | Downloaded cstr-argument v0.1.2 |
1159 | 2023-12-01T19:32:53.055Z | Downloaded num v0.4.1 |
1160 | 2023-12-01T19:32:53.056Z | Downloaded dirs-sys-next v0.1.2 |
1161 | 2023-12-01T19:32:53.058Z | Downloaded crypto-common v0.1.6 |
1162 | 2023-12-01T19:32:53.058Z | Downloaded toolchain_find v0.2.0 |
1163 | 2023-12-01T19:32:53.061Z | Downloaded num_threads v0.1.6 |
1164 | 2023-12-01T19:32:53.061Z | Downloaded dirs v5.0.1 |
1165 | 2023-12-01T19:32:53.064Z | Downloaded miniz_oxide v0.7.1 |
1166 | 2023-12-01T19:32:53.067Z | Downloaded polyval v0.6.1 |
1167 | 2023-12-01T19:32:53.069Z | Downloaded parking_lot_core v0.9.8 |
1168 | 2023-12-01T19:32:53.073Z | Downloaded anstyle-parse v0.2.1 |
1169 | 2023-12-01T19:32:53.076Z | Downloaded bitflags v2.4.0 |
1170 | 2023-12-01T19:32:53.080Z | Downloaded num-derive v0.4.0 |
1171 | 2023-12-01T19:32:53.082Z | Downloaded console v0.15.7 |
1172 | 2023-12-01T19:32:53.087Z | Downloaded chacha20 v0.9.1 |
1173 | 2023-12-01T19:32:53.090Z | Downloaded dof v0.1.5 |
1174 | 2023-12-01T19:32:53.093Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1175 | 2023-12-01T19:32:53.093Z | Downloaded convert_case v0.4.0 |
1176 | 2023-12-01T19:32:53.095Z | Downloaded ciborium v0.2.1 |
1177 | 2023-12-01T19:32:53.099Z | Downloaded dirs-next v2.0.0 |
1178 | 2023-12-01T19:32:53.101Z | Downloaded cfg-if v0.1.10 |
1179 | 2023-12-01T19:32:53.104Z | Downloaded atomicwrites v0.4.2 |
1180 | 2023-12-01T19:32:53.104Z | Downloaded opaque-debug v0.3.0 |
1181 | 2023-12-01T19:32:53.106Z | Downloaded darling_macro v0.20.3 |
1182 | 2023-12-01T19:32:53.106Z | Downloaded dirs-sys v0.4.1 |
1183 | 2023-12-01T19:32:53.109Z | Downloaded cfg-if v1.0.0 |
1184 | 2023-12-01T19:32:53.109Z | Downloaded anstream v0.5.0 |
1185 | 2023-12-01T19:32:53.112Z | Downloaded openssl-probe v0.1.5 |
1186 | 2023-12-01T19:32:53.114Z | Downloaded curve25519-dalek-derive v0.1.0 |
1187 | 2023-12-01T19:32:53.117Z | Downloaded async-stream-impl v0.3.5 |
1188 | 2023-12-01T19:32:53.117Z | Downloaded async-stream v0.3.5 |
1189 | 2023-12-01T19:32:53.120Z | Downloaded anstyle v1.0.2 |
1190 | 2023-12-01T19:32:53.122Z | Downloaded anstyle-query v1.0.0 |
1191 | 2023-12-01T19:32:53.126Z | Downloaded openssl-macros v0.1.1 |
1192 | 2023-12-01T19:32:53.126Z | Downloaded new_debug_unreachable v1.0.4 |
1193 | 2023-12-01T19:32:53.126Z | Downloaded phf_shared v0.10.0 |
1194 | 2023-12-01T19:32:53.126Z | Downloaded block-buffer v0.10.4 |
1195 | 2023-12-01T19:32:53.129Z | Downloaded pem v3.0.2 |
1196 | 2023-12-01T19:32:53.131Z | Downloaded option-ext v0.2.0 |
1197 | 2023-12-01T19:32:53.131Z | Downloaded num_enum_derive v0.5.11 |
1198 | 2023-12-01T19:32:53.134Z | Downloaded derive_more v0.99.17 |
1199 | 2023-12-01T19:32:53.141Z | Downloaded atomic-waker v1.1.1 |
1200 | 2023-12-01T19:32:53.144Z | Downloaded mio v0.8.9 |
1201 | 2023-12-01T19:32:53.152Z | Downloaded der v0.7.8 |
1202 | 2023-12-01T19:32:53.161Z | Downloaded cbc v0.1.2 |
1203 | 2023-12-01T19:32:53.164Z | Downloaded pin-project-lite v0.2.13 |
1204 | 2023-12-01T19:32:53.171Z | Downloaded addr2line v0.21.0 |
1205 | 2023-12-01T19:32:53.175Z | Downloaded bzip2 v0.4.4 |
1206 | 2023-12-01T19:32:53.177Z | Downloaded byteorder v1.5.0 |
1207 | 2023-12-01T19:32:53.180Z | Downloaded ciborium-ll v0.2.1 |
1208 | 2023-12-01T19:32:53.182Z | Downloaded blowfish v0.9.1 |
1209 | 2023-12-01T19:32:53.185Z | Downloaded pin-utils v0.1.0 |
1210 | 2023-12-01T19:32:53.188Z | Downloaded colorchoice v1.0.0 |
1211 | 2023-12-01T19:32:53.188Z | Downloaded camino-tempfile v1.1.1 |
1212 | 2023-12-01T19:32:53.569Z | Compiling proc-macro2 v1.0.69 |
1213 | 2023-12-01T19:32:53.569Z | Compiling unicode-ident v1.0.12 |
1214 | 2023-12-01T19:32:53.572Z | Compiling libc v0.2.150 |
1215 | 2023-12-01T19:32:53.572Z | Compiling serde v1.0.192 |
1216 | 2023-12-01T19:32:53.572Z | Compiling autocfg v1.1.0 |
1217 | 2023-12-01T19:32:53.572Z | Compiling version_check v0.9.4 |
1218 | 2023-12-01T19:32:53.601Z | Compiling cfg-if v1.0.0 |
1219 | 2023-12-01T19:32:53.605Z | Compiling syn v1.0.109 |
1220 | 2023-12-01T19:32:53.953Z | Compiling parking_lot_core v0.9.8 |
1221 | 2023-12-01T19:32:54.675Z | Compiling typenum v1.16.0 |
1222 | 2023-12-01T19:32:54.708Z | Compiling lock_api v0.4.10 |
1223 | 2023-12-01T19:32:57.126Z | Compiling libm v0.2.7 |
1224 | 2023-12-01T19:32:57.142Z | Compiling generic-array v0.14.7 |
1225 | 2023-12-01T19:32:57.142Z | Compiling once_cell v1.18.0 |
1226 | 2023-12-01T19:32:57.262Z | Compiling num-traits v0.2.16 |
1227 | 2023-12-01T19:32:57.351Z | Compiling thiserror v1.0.49 |
1228 | 2023-12-01T19:32:57.601Z | Compiling futures-core v0.3.29 |
1229 | 2023-12-01T19:32:57.671Z | Compiling serde_json v1.0.108 |
1230 | 2023-12-01T19:32:57.800Z | Compiling slab v0.4.9 |
1231 | 2023-12-01T19:32:57.835Z | Compiling futures-task v0.3.29 |
1232 | 2023-12-01T19:32:58.112Z | Compiling futures-channel v0.3.29 |
1233 | 2023-12-01T19:32:58.156Z | Compiling memchr v2.6.3 |
1234 | 2023-12-01T19:32:58.159Z | Compiling futures-util v0.3.29 |
1235 | 2023-12-01T19:32:58.233Z | Compiling itoa v1.0.9 |
1236 | 2023-12-01T19:32:58.323Z | Compiling pkg-config v0.3.27 |
1237 | 2023-12-01T19:32:58.570Z | Compiling quote v1.0.33 |
1238 | 2023-12-01T19:32:59.150Z | Compiling syn v2.0.32 |
1239 | 2023-12-01T19:32:59.718Z | Compiling cc v1.0.83 |
1240 | 2023-12-01T19:32:59.984Z | Compiling getrandom v0.2.10 |
1241 | 2023-12-01T19:33:00.554Z | Compiling rand_core v0.6.4 |
1242 | 2023-12-01T19:33:00.727Z | Compiling log v0.4.20 |
1243 | 2023-12-01T19:33:00.866Z | Compiling scopeguard v1.2.0 |
1244 | 2023-12-01T19:33:01.383Z | Compiling heck v0.4.1 |
1245 | 2023-12-01T19:33:02.187Z | Compiling ryu v1.0.15 |
1246 | 2023-12-01T19:33:02.402Z | Compiling smallvec v1.11.0 |
1247 | 2023-12-01T19:33:02.779Z | Compiling schemars v0.8.13 |
1248 | 2023-12-01T19:33:03.026Z | Compiling vcpkg v0.2.15 |
1249 | 2023-12-01T19:33:03.262Z | Compiling httparse v1.8.0 |
1250 | 2023-12-01T19:33:03.508Z | Compiling subtle v2.5.0 |
1251 | 2023-12-01T19:33:03.863Z | Compiling indexmap v1.9.3 |
1252 | 2023-12-01T19:33:04.019Z | Compiling equivalent v1.0.1 |
1253 | 2023-12-01T19:33:04.173Z | Compiling hashbrown v0.14.2 |
1254 | 2023-12-01T19:33:04.335Z | Compiling pin-project-lite v0.2.13 |
1255 | 2023-12-01T19:33:04.519Z | Compiling semver v1.0.20 |
1256 | 2023-12-01T19:33:04.902Z | Compiling ring v0.17.5 |
1257 | 2023-12-01T19:33:05.326Z | Compiling ring v0.16.20 |
1258 | 2023-12-01T19:33:06.274Z | Compiling parking_lot v0.12.1 |
1259 | 2023-12-01T19:33:06.819Z | Compiling openssl-sys v0.9.96 |
1260 | 2023-12-01T19:33:06.847Z | Compiling ahash v0.8.3 |
1261 | 2023-12-01T19:33:07.172Z | Compiling fnv v1.0.7 |
1262 | 2023-12-01T19:33:07.970Z | Compiling openssl v0.10.60 |
1263 | 2023-12-01T19:33:08.480Z | Compiling signal-hook-registry v1.4.1 |
1264 | 2023-12-01T19:33:08.572Z | Compiling iana-time-zone v0.1.57 |
1265 | 2023-12-01T19:33:08.602Z | Compiling rustls v0.21.9 |
1266 | 2023-12-01T19:33:08.782Z | Compiling ucd-trie v0.1.6 |
1267 | 2023-12-01T19:33:09.223Z | Compiling mio v0.8.9 |
1268 | 2023-12-01T19:33:09.611Z | Compiling native-tls v0.2.11 |
1269 | 2023-12-01T19:33:10.100Z | Compiling socket2 v0.5.5 |
1270 | 2023-12-01T19:33:10.124Z | Compiling num_cpus v1.16.0 |
1271 | 2023-12-01T19:33:10.465Z | Compiling spin v0.5.2 |
1272 | 2023-12-01T19:33:10.701Z | Compiling byteorder v1.5.0 |
1273 | 2023-12-01T19:33:11.428Z | Compiling async-trait v0.1.74 |
1274 | 2023-12-01T19:33:11.451Z | Compiling futures-sink v0.3.29 |
1275 | 2023-12-01T19:33:11.652Z | Compiling serde_derive_internals v0.26.0 |
1276 | 2023-12-01T19:33:11.675Z | Compiling dyn-clone v1.0.13 |
1277 | 2023-12-01T19:33:12.055Z | Compiling aho-corasick v1.0.4 |
1278 | 2023-12-01T19:33:12.539Z | Compiling rustix v0.38.25 |
1279 | 2023-12-01T19:33:12.587Z | Compiling regex-syntax v0.8.2 |
1280 | 2023-12-01T19:33:12.608Z | Compiling tinyvec_macros v0.1.1 |
1281 | 2023-12-01T19:33:13.079Z | Compiling const-oid v0.9.5 |
1282 | 2023-12-01T19:33:13.189Z | Compiling tinyvec v1.6.0 |
1283 | 2023-12-01T19:33:14.084Z | Compiling hashbrown v0.13.2 |
1284 | 2023-12-01T19:33:16.281Z | Compiling backtrace v0.3.69 |
1285 | 2023-12-01T19:33:16.450Z | Compiling pin-utils v0.1.0 |
1286 | 2023-12-01T19:33:16.527Z | Compiling winnow v0.5.15 |
1287 | 2023-12-01T19:33:16.582Z | Compiling futures-io v0.3.29 |
1288 | 2023-12-01T19:33:16.953Z | Compiling unicode-normalization v0.1.22 |
1289 | 2023-12-01T19:33:17.072Z | Compiling spin v0.9.8 |
1290 | 2023-12-01T19:33:17.262Z | Compiling tracing-core v0.1.31 |
1291 | 2023-12-01T19:33:17.652Z | Compiling unicode-bidi v0.3.13 |
1292 | 2023-12-01T19:33:18.773Z | Compiling regex-automata v0.4.3 |
1293 | 2023-12-01T19:33:20.147Z | Compiling anyhow v1.0.75 |
1294 | 2023-12-01T19:33:20.180Z | Compiling crc32fast v1.3.2 |
1295 | 2023-12-01T19:33:20.826Z | Compiling cpufeatures v0.2.9 |
1296 | 2023-12-01T19:33:22.052Z | Compiling base64 v0.21.5 |
1297 | 2023-12-01T19:33:22.656Z | Compiling time-core v0.1.1 |
1298 | 2023-12-01T19:33:23.119Z | Compiling time-macros v0.2.13 |
1299 | 2023-12-01T19:33:23.217Z | Compiling serde_derive v1.0.192 |
1300 | 2023-12-01T19:33:23.504Z | Compiling zeroize_derive v1.4.2 |
1301 | 2023-12-01T19:33:23.733Z | Compiling thiserror-impl v1.0.49 |
1302 | 2023-12-01T19:33:24.570Z | Compiling tokio-macros v2.2.0 |
1303 | 2023-12-01T19:33:25.024Z | Compiling futures-macro v0.3.29 |
1304 | 2023-12-01T19:33:25.911Z | Compiling zeroize v1.7.0 |
1305 | 2023-12-01T19:33:26.449Z | Compiling tracing-attributes v0.1.26 |
1306 | 2023-12-01T19:33:28.469Z | Compiling schemars_derive v0.8.13 |
1307 | 2023-12-01T19:33:28.499Z | Compiling openssl-macros v0.1.1 |
1308 | 2023-12-01T19:33:29.142Z | Compiling pest v2.7.2 |
1309 | 2023-12-01T19:33:29.627Z | Compiling crypto-common v0.1.6 |
1310 | 2023-12-01T19:33:29.893Z | Compiling block-buffer v0.10.4 |
1311 | 2023-12-01T19:33:30.282Z | Compiling digest v0.10.7 |
1312 | 2023-12-01T19:33:31.417Z | Compiling regex v1.10.2 |
1313 | 2023-12-01T19:33:33.113Z | Compiling tracing v0.1.37 |
1314 | 2023-12-01T19:33:34.132Z | Compiling num-integer v0.1.45 |
1315 | 2023-12-01T19:33:34.364Z | Compiling slog v2.7.0 |
1316 | 2023-12-01T19:33:34.564Z | Compiling percent-encoding v2.3.1 |
1317 | 2023-12-01T19:33:34.721Z | Compiling openssl-probe v0.1.5 |
1318 | 2023-12-01T19:33:34.806Z | Compiling untrusted v0.9.0 |
1319 | 2023-12-01T19:33:35.071Z | Compiling unicode-width v0.1.11 |
1320 | 2023-12-01T19:33:35.121Z | Compiling untrusted v0.7.1 |
1321 | 2023-12-01T19:33:35.143Z | Compiling hashbrown v0.12.3 |
1322 | 2023-12-01T19:33:35.200Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2023-12-01T19:33:35.304Z | Compiling unicode-xid v0.2.4 |
1324 | 2023-12-01T19:33:35.348Z | Compiling foreign-types v0.3.2 |
1325 | 2023-12-01T19:33:35.539Z | Compiling synstructure v0.12.6 |
1326 | 2023-12-01T19:33:39.376Z | Compiling errno v0.3.2 |
1327 | 2023-12-01T19:33:39.772Z | Compiling try-lock v0.2.4 |
1328 | 2023-12-01T19:33:39.971Z | Compiling ppv-lite86 v0.2.17 |
1329 | 2023-12-01T19:33:41.247Z | Compiling sct v0.7.0 |
1330 | 2023-12-01T19:33:41.278Z | Compiling want v0.3.1 |
1331 | 2023-12-01T19:33:41.718Z | Compiling rustls-webpki v0.101.7 |
1332 | 2023-12-01T19:33:42.084Z | Compiling zerocopy-derive v0.2.0 |
1333 | 2023-12-01T19:33:42.881Z | Compiling form_urlencoded v1.2.1 |
1334 | 2023-12-01T19:33:43.373Z | Compiling pest_meta v2.7.2 |
1335 | 2023-12-01T19:33:43.592Z | Compiling socket2 v0.4.9 |
1336 | 2023-12-01T19:33:43.981Z | Compiling httpdate v1.0.3 |
1337 | 2023-12-01T19:33:44.824Z | Compiling tower-service v0.3.2 |
1338 | 2023-12-01T19:33:44.980Z | Compiling io-lifetimes v1.0.11 |
1339 | 2023-12-01T19:33:45.396Z | Compiling pest_generator v2.7.2 |
1340 | 2023-12-01T19:33:45.886Z | Compiling rustls-pemfile v1.0.3 |
1341 | 2023-12-01T19:33:45.991Z | Compiling idna v0.5.0 |
1342 | 2023-12-01T19:33:46.440Z | Compiling lazy_static v1.4.0 |
1343 | 2023-12-01T19:33:46.590Z | Compiling adler v1.0.2 |
1344 | 2023-12-01T19:33:46.975Z | Compiling bytes v1.5.0 |
1345 | 2023-12-01T19:33:47.617Z | Compiling indexmap v2.1.0 |
1346 | 2023-12-01T19:33:48.718Z | Compiling uuid v1.6.1 |
1347 | 2023-12-01T19:33:49.114Z | Compiling chrono v0.4.31 |
1348 | 2023-12-01T19:33:49.542Z | Compiling http v0.2.11 |
1349 | 2023-12-01T19:33:49.669Z | Compiling tokio v1.34.0 |
1350 | 2023-12-01T19:33:51.353Z | Compiling serde_spanned v0.6.4 |
1351 | 2023-12-01T19:33:51.727Z | Compiling toml_datetime v0.6.5 |
1352 | 2023-12-01T19:33:51.930Z | Compiling bitflags v2.4.0 |
1353 | 2023-12-01T19:33:52.606Z | Compiling toml_edit v0.19.15 |
1354 | 2023-12-01T19:33:52.707Z | Compiling rustc_version v0.4.0 |
1355 | 2023-12-01T19:33:55.752Z | Compiling http-body v0.4.5 |
1356 | 2023-12-01T19:33:56.376Z | Compiling openapiv3 v2.0.0-rc.1 |
1357 | 2023-12-01T19:33:59.051Z | Compiling crossbeam-utils v0.8.16 |
1358 | 2023-12-01T19:33:59.994Z | Compiling pest_derive v2.7.2 |
1359 | 2023-12-01T19:34:01.271Z | Compiling url v2.5.0 |
1360 | 2023-12-01T19:34:03.121Z | Compiling tokio-util v0.7.10 |
1361 | 2023-12-01T19:34:05.175Z | Compiling h2 v0.3.21 |
1362 | 2023-12-01T19:34:05.440Z | Compiling tokio-native-tls v0.3.1 |
1363 | 2023-12-01T19:34:05.623Z | Compiling tokio-rustls v0.24.1 |
1364 | 2023-12-01T19:34:06.239Z | Compiling miniz_oxide v0.7.1 |
1365 | 2023-12-01T19:34:06.258Z | Compiling rustls-native-certs v0.6.3 |
1366 | 2023-12-01T19:34:06.500Z | Compiling rand_chacha v0.3.1 |
1367 | 2023-12-01T19:34:06.954Z | Compiling usdt-impl v0.3.5 |
1368 | 2023-12-01T19:34:08.482Z | Compiling ipnet v2.8.0 |
1369 | 2023-12-01T19:34:08.507Z | Compiling rustix v0.37.23 |
1370 | 2023-12-01T19:34:09.483Z | Compiling rand v0.8.5 |
1371 | 2023-12-01T19:34:09.564Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2023-12-01T19:34:10.316Z | Compiling encoding_rs v0.8.33 |
1373 | 2023-12-01T19:34:10.370Z | Compiling webpki-roots v0.25.2 |
1374 | 2023-12-01T19:34:10.573Z | Compiling gimli v0.28.0 |
1375 | 2023-12-01T19:34:10.604Z | Compiling mime v0.3.17 |
1376 | 2023-12-01T19:34:13.406Z | Compiling zerocopy v0.3.0 |
1377 | 2023-12-01T19:34:14.065Z | Compiling object v0.32.1 |
1378 | 2023-12-01T19:34:14.668Z | Compiling num-bigint v0.4.4 |
1379 | 2023-12-01T19:34:15.379Z | Compiling rustc-demangle v0.1.23 |
1380 | 2023-12-01T19:34:16.007Z | Compiling dof v0.1.5 |
1381 | 2023-12-01T19:34:16.025Z | Compiling flate2 v1.0.28 |
1382 | 2023-12-01T19:34:16.802Z | Compiling hyper v0.14.27 |
1383 | 2023-12-01T19:34:17.044Z | Compiling dtrace-parser v0.1.14 |
1384 | 2023-12-01T19:34:17.558Z | Compiling heapless v0.7.16 |
1385 | 2023-12-01T19:34:17.698Z | Compiling serde_tokenstream v0.2.0 |
1386 | 2023-12-01T19:34:18.190Z | Compiling addr2line v0.21.0 |
1387 | 2023-12-01T19:34:18.808Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1388 | 2023-12-01T19:34:18.953Z | Compiling thread-id v4.2.0 |
1389 | 2023-12-01T19:34:19.108Z | Compiling signal-hook v0.3.17 |
1390 | 2023-12-01T19:34:19.129Z | Compiling rustversion v1.0.14 |
1391 | 2023-12-01T19:34:20.385Z | Compiling toml v0.7.8 |
1392 | 2023-12-01T19:34:20.792Z | Compiling toml_edit v0.21.0 |
1393 | 2023-12-01T19:34:23.044Z | Compiling serde_tokenstream v0.1.7 |
1394 | 2023-12-01T19:34:23.285Z | Compiling hex v0.4.3 |
1395 | 2023-12-01T19:34:23.363Z | Compiling zerocopy-derive v0.6.4 |
1396 | 2023-12-01T19:34:23.389Z | Compiling regress v0.7.1 |
1397 | 2023-12-01T19:34:23.887Z | Compiling memoffset v0.9.0 |
1398 | 2023-12-01T19:34:24.780Z | Compiling strsim v0.10.0 |
1399 | 2023-12-01T19:34:27.553Z | Compiling smoltcp v0.9.1 |
1400 | 2023-12-01T19:34:28.648Z | Compiling hyper-rustls v0.24.2 |
1401 | 2023-12-01T19:34:29.501Z | Compiling hyper-tls v0.5.0 |
1402 | 2023-12-01T19:34:29.704Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1403 | 2023-12-01T19:34:29.762Z | Compiling bitflags v1.3.2 |
1404 | 2023-12-01T19:34:29.902Z | Compiling doc-comment v0.3.3 |
1405 | 2023-12-01T19:34:30.018Z | Compiling reqwest v0.11.22 |
1406 | 2023-12-01T19:34:30.698Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1407 | 2023-12-01T19:34:31.792Z | Compiling strum_macros v0.25.2 |
1408 | 2023-12-01T19:34:32.668Z | Compiling usdt-macro v0.3.5 |
1409 | 2023-12-01T19:34:33.208Z | Compiling usdt-attr-macro v0.3.5 |
1410 | 2023-12-01T19:34:34.783Z | Compiling enum-as-inner v0.5.1 |
1411 | 2023-12-01T19:34:35.626Z | Compiling crossbeam-epoch v0.9.15 |
1412 | 2023-12-01T19:34:36.196Z | Compiling num-iter v0.1.43 |
1413 | 2023-12-01T19:34:36.312Z | Compiling siphasher v0.3.11 |
1414 | 2023-12-01T19:34:36.416Z | Compiling unicode-segmentation v1.10.1 |
1415 | 2023-12-01T19:34:37.214Z | Compiling hubpack_derive v0.1.1 |
1416 | 2023-12-01T19:34:37.967Z | Compiling pin-project-internal v1.1.3 |
1417 | 2023-12-01T19:34:38.846Z | Compiling deranged v0.3.8 |
1418 | 2023-12-01T19:34:38.876Z | Compiling anstyle v1.0.2 |
1419 | 2023-12-01T19:34:39.936Z | Compiling utf8parse v0.2.1 |
1420 | 2023-12-01T19:34:40.171Z | Compiling num_threads v0.1.6 |
1421 | 2023-12-01T19:34:40.343Z | Compiling anstyle-parse v0.2.1 |
1422 | 2023-12-01T19:34:41.902Z | Compiling time v0.3.27 |
1423 | 2023-12-01T19:34:42.784Z | Compiling sha2 v0.10.8 |
1424 | 2023-12-01T19:34:43.979Z | Compiling md-5 v0.10.5 |
1425 | 2023-12-01T19:34:44.375Z | Compiling hmac v0.12.1 |
1426 | 2023-12-01T19:34:44.900Z | Compiling block-padding v0.3.3 |
1427 | 2023-12-01T19:34:45.287Z | Compiling clap_derive v4.4.2 |
1428 | 2023-12-01T19:34:45.706Z | Compiling stringprep v0.1.3 |
1429 | 2023-12-01T19:34:45.839Z | Compiling hash32 v0.2.1 |
1430 | 2023-12-01T19:34:46.434Z | Compiling diesel_table_macro_syntax v0.1.0 |
1431 | 2023-12-01T19:34:47.112Z | Compiling stable_deref_trait v1.2.0 |
1432 | 2023-12-01T19:34:47.286Z | Compiling anstyle-query v1.0.0 |
1433 | 2023-12-01T19:34:47.399Z | Compiling either v1.9.0 |
1434 | 2023-12-01T19:34:47.468Z | Compiling colorchoice v1.0.0 |
1435 | 2023-12-01T19:34:47.471Z | Compiling fallible-iterator v0.2.0 |
1436 | 2023-12-01T19:34:48.640Z | Compiling postgres-protocol v0.6.6 |
1437 | 2023-12-01T19:34:49.211Z | Compiling anstream v0.5.0 |
1438 | 2023-12-01T19:34:50.895Z | Compiling diesel_derives v2.1.2 |
1439 | 2023-12-01T19:34:51.094Z | Compiling terminal_size v0.2.6 |
1440 | 2023-12-01T19:34:51.242Z | Compiling inout v0.1.3 |
1441 | 2023-12-01T19:34:52.748Z | Compiling phf_shared v0.11.2 |
1442 | 2023-12-01T19:34:54.081Z | Compiling getopts v0.2.21 |
1443 | 2023-12-01T19:34:54.313Z | Compiling snafu-derive v0.7.5 |
1444 | 2023-12-01T19:34:54.423Z | Compiling serde_repr v0.1.16 |
1445 | 2023-12-01T19:34:55.055Z | Compiling scheduled-thread-pool v0.2.7 |
1446 | 2023-12-01T19:34:55.918Z | Compiling bit-vec v0.6.3 |
1447 | 2023-12-01T19:34:55.987Z | Compiling regex-automata v0.1.10 |
1448 | 2023-12-01T19:34:56.269Z | Compiling managed v0.8.0 |
1449 | 2023-12-01T19:34:56.748Z | Compiling clap_lex v0.5.1 |
1450 | 2023-12-01T19:34:56.886Z | Compiling matches v0.1.10 |
1451 | 2023-12-01T19:34:57.051Z | Compiling unsafe-libyaml v0.2.9 |
1452 | 2023-12-01T19:34:57.146Z | Compiling idna v0.2.3 |
1453 | 2023-12-01T19:34:57.596Z | Compiling clap_builder v4.4.2 |
1454 | 2023-12-01T19:35:00.014Z | Compiling serde_yaml v0.9.25 |
1455 | 2023-12-01T19:35:01.274Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1456 | 2023-12-01T19:35:04.327Z | Compiling bstr v0.2.17 |
1457 | 2023-12-01T19:35:06.973Z | Compiling r2d2 v0.8.10 |
1458 | 2023-12-01T19:35:09.657Z | Compiling phf v0.11.2 |
1459 | 2023-12-01T19:35:10.011Z | Compiling signal-hook-mio v0.2.3 |
1460 | 2023-12-01T19:35:10.030Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1461 | 2023-12-01T19:35:10.217Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1462 | 2023-12-01T19:35:10.241Z | Compiling cipher v0.4.4 |
1463 | 2023-12-01T19:35:10.705Z | Compiling bzip2 v0.4.4 |
1464 | 2023-12-01T19:35:11.060Z | Compiling postgres-types v0.2.6 |
1465 | 2023-12-01T19:35:11.297Z | Compiling itertools v0.11.0 |
1466 | 2023-12-01T19:35:13.678Z | Compiling pin-project v1.1.3 |
1467 | 2023-12-01T19:35:13.893Z | Compiling hubpack v0.1.2 |
1468 | 2023-12-01T19:35:14.135Z | Compiling phf_shared v0.10.0 |
1469 | 2023-12-01T19:35:14.820Z | Compiling zerocopy v0.6.4 |
1470 | 2023-12-01T19:35:14.943Z | Compiling ipnetwork v0.20.0 |
1471 | 2023-12-01T19:35:16.191Z | Compiling futures-executor v0.3.29 |
1472 | 2023-12-01T19:35:16.280Z | Compiling float-cmp v0.9.0 |
1473 | 2023-12-01T19:35:16.628Z | Compiling fixedbitset v0.4.2 |
1474 | 2023-12-01T19:35:17.177Z | Compiling predicates-core v1.0.6 |
1475 | 2023-12-01T19:35:17.353Z | Compiling regex-automata v0.3.8 |
1476 | 2023-12-01T19:35:17.746Z | Compiling difflib v0.4.0 |
1477 | 2023-12-01T19:35:18.455Z | Compiling data-encoding v2.4.0 |
1478 | 2023-12-01T19:35:18.655Z | Compiling normalize-line-endings v0.3.0 |
1479 | 2023-12-01T19:35:20.483Z | Compiling whoami v1.4.1 |
1480 | 2023-12-01T19:35:21.105Z | Compiling precomputed-hash v0.1.1 |
1481 | 2023-12-01T19:35:21.266Z | Compiling new_debug_unreachable v1.0.4 |
1482 | 2023-12-01T19:35:21.400Z | Compiling static_assertions v1.1.0 |
1483 | 2023-12-01T19:35:21.492Z | Compiling string_cache v0.8.7 |
1484 | 2023-12-01T19:35:21.545Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1485 | 2023-12-01T19:35:22.241Z | Compiling tokio-postgres v0.7.10 |
1486 | 2023-12-01T19:35:22.505Z | Compiling bstr v1.6.0 |
1487 | 2023-12-01T19:35:23.444Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1488 | 2023-12-01T19:35:24.281Z | Compiling trust-dns-proto v0.22.0 |
1489 | 2023-12-01T19:35:25.486Z | Compiling predicates v3.0.4 |
1490 | 2023-12-01T19:35:25.658Z | Compiling diesel v2.1.4 |
1491 | 2023-12-01T19:35:28.345Z | Compiling petgraph v0.6.4 |
1492 | 2023-12-01T19:35:30.692Z | Compiling futures v0.3.29 |
1493 | 2023-12-01T19:35:32.890Z | Compiling snafu v0.7.5 |
1494 | 2023-12-01T19:35:34.311Z | Compiling yasna v0.5.2 |
1495 | 2023-12-01T19:35:35.119Z | Compiling zip v0.6.6 |
1496 | 2023-12-01T19:35:37.496Z | Compiling crossterm v0.27.0 |
1497 | 2023-12-01T19:35:38.451Z | Compiling similar v2.2.1 |
1498 | 2023-12-01T19:35:38.508Z | Compiling clap v4.4.3 |
1499 | 2023-12-01T19:35:38.666Z | Compiling bit-set v0.5.3 |
1500 | 2023-12-01T19:35:39.097Z | Compiling itertools v0.10.5 |
1501 | 2023-12-01T19:35:41.637Z | Compiling usdt v0.3.5 |
1502 | 2023-12-01T19:35:42.661Z | Compiling signature v2.1.0 |
1503 | 2023-12-01T19:35:42.717Z | Compiling tokio-stream v0.1.14 |
1504 | 2023-12-01T19:35:43.031Z | Compiling console v0.15.7 |
1505 | 2023-12-01T19:35:44.011Z | Compiling lalrpop-util v0.19.12 |
1506 | 2023-12-01T19:36:26.522Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1507 | 2023-12-01T19:36:34.172Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1508 | 2023-12-01T19:36:34.523Z | Compiling sha1 v0.10.6 |
1509 | 2023-12-01T19:36:35.036Z | Compiling atty v0.2.14 |
1510 | 2023-12-01T19:36:36.378Z | Compiling match_cfg v0.1.0 |
1511 | 2023-12-01T19:36:41.245Z | Compiling hostname v0.3.1 |
1512 | 2023-12-01T19:36:42.716Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1513 | 2023-12-01T19:36:44.964Z | Compiling dirs-sys-next v0.1.2 |
1514 | 2023-12-01T19:36:45.994Z | Compiling dirs-next v2.0.0 |
1515 | 2023-12-01T19:36:46.205Z | Compiling thread_local v1.1.7 |
1516 | 2023-12-01T19:36:46.262Z | Compiling slog-async v2.8.0 |
1517 | 2023-12-01T19:36:46.506Z | Compiling camino v1.1.6 |
1518 | 2023-12-01T19:36:48.063Z | Compiling ident_case v1.0.1 |
1519 | 2023-12-01T19:36:48.066Z | Compiling darling_core v0.20.3 |
1520 | 2023-12-01T19:36:48.066Z | Compiling term v0.7.0 |
1521 | 2023-12-01T19:36:48.066Z | Compiling crossbeam-channel v0.5.8 |
1522 | 2023-12-01T19:36:48.066Z | Compiling multer v2.1.0 |
1523 | 2023-12-01T19:36:48.066Z | Compiling instant v0.1.12 |
1524 | 2023-12-01T19:36:48.235Z | Compiling paste v1.0.14 |
1525 | 2023-12-01T19:36:48.997Z | Compiling take_mut v0.2.2 |
1526 | 2023-12-01T19:36:49.381Z | Compiling slog-term v2.9.0 |
1527 | 2023-12-01T19:36:50.274Z | Compiling slog-json v2.6.1 |
1528 | 2023-12-01T19:36:50.588Z | Compiling async-stream-impl v0.3.5 |
1529 | 2023-12-01T19:36:50.648Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1530 | 2023-12-01T19:36:50.859Z | Compiling atomic-waker v1.1.1 |
1531 | 2023-12-01T19:36:51.136Z | Compiling waitgroup v0.1.2 |
1532 | 2023-12-01T19:36:51.188Z | Compiling slog-bunyan v2.4.0 |
1533 | 2023-12-01T19:36:51.450Z | Compiling toml v0.8.8 |
1534 | 2023-12-01T19:36:51.475Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1535 | 2023-12-01T19:36:51.714Z | Compiling serde_path_to_error v0.1.14 |
1536 | 2023-12-01T19:36:52.918Z | Compiling async-stream v0.3.5 |
1537 | 2023-12-01T19:36:53.113Z | Compiling structmeta-derive v0.2.0 |
1538 | 2023-12-01T19:36:53.136Z | Compiling debug-ignore v1.0.5 |
1539 | 2023-12-01T19:36:53.338Z | Compiling strum v0.25.0 |
1540 | 2023-12-01T19:36:53.392Z | Compiling regex-syntax v0.7.5 |
1541 | 2023-12-01T19:36:53.507Z | Compiling backoff v0.4.0 |
1542 | 2023-12-01T19:36:53.588Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1543 | 2023-12-01T19:36:54.038Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1544 | 2023-12-01T19:36:54.259Z | Compiling macaddr v1.0.1 |
1545 | 2023-12-01T19:36:54.373Z | Compiling proc-macro-error-attr v1.0.4 |
1546 | 2023-12-01T19:36:54.746Z | Compiling proc-macro-crate v1.3.1 |
1547 | 2023-12-01T19:36:54.911Z | Compiling proc-macro-error v1.0.4 |
1548 | 2023-12-01T19:36:55.556Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1549 | 2023-12-01T19:36:56.109Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1550 | 2023-12-01T19:36:56.539Z | Compiling same-file v1.0.6 |
1551 | 2023-12-01T19:36:56.583Z | Compiling num_enum_derive v0.5.11 |
1552 | 2023-12-01T19:36:56.989Z | Compiling postcard-cobs v0.1.5-pre |
1553 | 2023-12-01T19:36:57.436Z | Compiling fastrand v2.0.0 |
1554 | 2023-12-01T19:36:57.590Z | Compiling postcard v0.7.3 |
1555 | 2023-12-01T19:36:57.789Z | Compiling darling_macro v0.20.3 |
1556 | 2023-12-01T19:36:58.234Z | Compiling structmeta v0.2.0 |
1557 | 2023-12-01T19:36:58.313Z | Compiling tempfile v3.8.1 |
1558 | 2023-12-01T19:36:58.381Z | Compiling walkdir v2.4.0 |
1559 | 2023-12-01T19:36:58.943Z | Compiling smoltcp v0.8.2 |
1560 | 2023-12-01T19:36:59.409Z | Compiling darling v0.20.3 |
1561 | 2023-12-01T19:36:59.577Z | Compiling serde_with_macros v2.3.3 |
1562 | 2023-12-01T19:36:59.672Z | Compiling semver-parser v0.10.2 |
1563 | 2023-12-01T19:36:59.700Z | Compiling foreign-types-macros v0.2.3 |
1564 | 2023-12-01T19:37:01.258Z | Compiling num_enum v0.5.11 |
1565 | 2023-12-01T19:37:01.492Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1566 | 2023-12-01T19:37:01.798Z | Compiling crucible-workspace-hack v0.1.0 |
1567 | 2023-12-01T19:37:02.006Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1568 | 2023-12-01T19:37:02.226Z | Compiling foreign-types-shared v0.3.1 |
1569 | 2023-12-01T19:37:02.423Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1570 | 2023-12-01T19:37:02.706Z | Compiling cfg-if v0.1.10 |
1571 | 2023-12-01T19:37:02.880Z | Compiling foreign-types v0.5.0 |
1572 | 2023-12-01T19:37:03.432Z | Compiling semver v0.11.0 |
1573 | 2023-12-01T19:37:03.985Z | Compiling is-terminal v0.4.9 |
1574 | 2023-12-01T19:37:04.163Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1575 | 2023-12-01T19:37:04.215Z | Compiling serde_with v2.3.3 |
1576 | 2023-12-01T19:37:04.469Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1577 | 2023-12-01T19:37:04.777Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1578 | 2023-12-01T19:37:05.146Z | Compiling parse-display-derive v0.8.2 |
1579 | 2023-12-01T19:37:05.493Z | Compiling cstr-argument v0.1.2 |
1580 | 2023-12-01T19:37:05.855Z | Compiling filetime v0.2.22 |
1581 | 2023-12-01T19:37:06.225Z | Compiling xattr v1.0.1 |
1582 | 2023-12-01T19:37:06.330Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1583 | 2023-12-01T19:37:06.622Z | Compiling home v0.5.5 |
1584 | 2023-12-01T19:37:06.774Z | Compiling pretty-hex v0.2.1 |
1585 | 2023-12-01T19:37:07.084Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1586 | 2023-12-01T19:37:07.110Z | Compiling toolchain_find v0.2.0 |
1587 | 2023-12-01T19:37:07.991Z | Compiling tar v0.4.40 |
1588 | 2023-12-01T19:37:08.091Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1589 | 2023-12-01T19:37:08.345Z | Compiling colored v2.0.4 |
1590 | 2023-12-01T19:37:08.699Z | Compiling textwrap v0.11.0 |
1591 | 2023-12-01T19:37:08.974Z | Compiling heck v0.3.3 |
1592 | 2023-12-01T19:37:09.499Z | Compiling toml v0.5.11 |
1593 | 2023-12-01T19:37:09.529Z | Compiling platforms v3.0.2 |
1594 | 2023-12-01T19:37:09.604Z | Compiling strsim v0.8.0 |
1595 | 2023-12-01T19:37:09.626Z | Compiling libefi-sys v0.1.0 |
1596 | 2023-12-01T19:37:10.012Z | Compiling ansi_term v0.12.1 |
1597 | 2023-12-01T19:37:10.055Z | Compiling vec_map v0.8.2 |
1598 | 2023-12-01T19:37:10.515Z | Compiling clap v2.34.0 |
1599 | 2023-12-01T19:37:10.702Z | Compiling structopt-derive v0.4.18 |
1600 | 2023-12-01T19:37:11.127Z | Compiling omicron-zone-package v0.9.1 |
1601 | 2023-12-01T19:37:11.479Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1602 | 2023-12-01T19:37:12.863Z | Compiling parse-display v0.8.2 |
1603 | 2023-12-01T19:37:13.150Z | Compiling rustfmt-wrapper v0.2.0 |
1604 | 2023-12-01T19:37:14.156Z | Compiling camino-tempfile v1.1.1 |
1605 | 2023-12-01T19:37:14.417Z | Compiling zone_cfg_derive v0.3.0 |
1606 | 2023-12-01T19:37:14.848Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1607 | 2023-12-01T19:37:15.810Z | Compiling num-derive v0.4.0 |
1608 | 2023-12-01T19:37:16.017Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1609 | 2023-12-01T19:37:16.529Z | Compiling base64ct v1.6.0 |
1610 | 2023-12-01T19:37:16.932Z | Compiling zone v0.3.0 |
1611 | 2023-12-01T19:37:17.798Z | Compiling structopt v0.3.26 |
1612 | 2023-12-01T19:37:17.822Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1613 | 2023-12-01T19:37:18.035Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1614 | 2023-12-01T19:37:18.457Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1615 | 2023-12-01T19:37:19.155Z | Compiling smf v0.2.2 |
1616 | 2023-12-01T19:37:19.361Z | Compiling unicase v2.7.0 |
1617 | 2023-12-01T19:37:19.468Z | Compiling curve25519-dalek v4.1.0 |
1618 | 2023-12-01T19:37:19.564Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1619 | 2023-12-01T19:37:19.777Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1620 | 2023-12-01T19:37:19.805Z | Compiling universal-hash v0.5.1 |
1621 | 2023-12-01T19:37:20.094Z | Compiling opaque-debug v0.3.0 |
1622 | 2023-12-01T19:37:20.120Z | Compiling hkdf v0.12.3 |
1623 | 2023-12-01T19:37:20.231Z | Compiling curve25519-dalek-derive v0.1.0 |
1624 | 2023-12-01T19:37:20.412Z | Compiling num-rational v0.4.1 |
1625 | 2023-12-01T19:37:20.493Z | Compiling getrandom v0.1.16 |
1626 | 2023-12-01T19:37:20.805Z | Compiling keccak v0.1.4 |
1627 | 2023-12-01T19:37:21.229Z | Compiling quick-error v1.2.3 |
1628 | 2023-12-01T19:37:21.346Z | Compiling parking_lot_core v0.8.6 |
1629 | 2023-12-01T19:37:21.349Z | Compiling linked-hash-map v0.5.6 |
1630 | 2023-12-01T19:37:21.435Z | Compiling resolv-conf v0.7.0 |
1631 | 2023-12-01T19:37:21.928Z | Compiling lru-cache v0.1.2 |
1632 | 2023-12-01T19:37:22.121Z | Compiling sha3 v0.10.8 |
1633 | 2023-12-01T19:37:22.502Z | Compiling password-hash v0.5.0 |
1634 | 2023-12-01T19:37:22.890Z | Compiling blake2 v0.10.6 |
1635 | 2023-12-01T19:37:23.085Z | Compiling aead v0.5.2 |
1636 | 2023-12-01T19:37:23.607Z | Compiling secrecy v0.8.0 |
1637 | 2023-12-01T19:37:23.689Z | Compiling num-complex v0.4.4 |
1638 | 2023-12-01T19:37:24.017Z | Compiling ff v0.13.0 |
1639 | 2023-12-01T19:37:24.225Z | Compiling nibble_vec v0.1.0 |
1640 | 2023-12-01T19:37:24.343Z | Compiling slog-dtrace v0.2.3 |
1641 | 2023-12-01T19:37:24.513Z | Compiling utf-8 v0.7.6 |
1642 | 2023-12-01T19:37:24.785Z | Compiling arc-swap v1.6.0 |
1643 | 2023-12-01T19:37:25.004Z | Compiling endian-type v0.1.2 |
1644 | 2023-12-01T19:37:25.264Z | Compiling convert_case v0.4.0 |
1645 | 2023-12-01T19:37:25.339Z | Compiling winapi v0.3.9 |
1646 | 2023-12-01T19:37:25.366Z | Compiling num v0.4.1 |
1647 | 2023-12-01T19:37:25.491Z | Compiling radix_trie v0.2.1 |
1648 | 2023-12-01T19:37:25.513Z | Compiling slog-scope v4.4.0 |
1649 | 2023-12-01T19:37:25.784Z | Compiling tungstenite v0.20.1 |
1650 | 2023-12-01T19:37:25.955Z | Compiling group v0.13.0 |
1651 | 2023-12-01T19:37:26.182Z | Compiling argon2 v0.5.2 |
1652 | 2023-12-01T19:37:26.373Z | Compiling mime_guess v2.0.4 |
1653 | 2023-12-01T19:37:26.565Z | Compiling trust-dns-resolver v0.22.0 |
1654 | 2023-12-01T19:37:26.860Z | Compiling derive_more v0.99.17 |
1655 | 2023-12-01T19:37:28.157Z | Compiling rand_core v0.5.1 |
1656 | 2023-12-01T19:37:28.607Z | Compiling poly1305 v0.8.0 |
1657 | 2023-12-01T19:37:29.201Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1658 | 2023-12-01T19:37:29.466Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1659 | 2023-12-01T19:37:29.935Z | Compiling chacha20 v0.9.1 |
1660 | 2023-12-01T19:37:30.670Z | Compiling crypto-bigint v0.5.2 |
1661 | 2023-12-01T19:37:31.081Z | Compiling thiserror-impl-no-std v2.0.2 |
1662 | 2023-12-01T19:37:31.466Z | Compiling ciborium-io v0.2.1 |
1663 | 2023-12-01T19:37:31.491Z | Compiling option-ext v0.2.0 |
1664 | 2023-12-01T19:37:31.650Z | Compiling half v1.8.2 |
1665 | 2023-12-01T19:37:31.674Z | Compiling base16ct v0.2.0 |
1666 | 2023-12-01T19:37:32.119Z | Compiling dirs-sys v0.4.1 |
1667 | 2023-12-01T19:37:32.693Z | Compiling ciborium-ll v0.2.1 |
1668 | 2023-12-01T19:37:33.136Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1669 | 2023-12-01T19:37:33.633Z | Compiling rand_chacha v0.2.2 |
1670 | 2023-12-01T19:37:33.992Z | Compiling elliptic-curve v0.13.5 |
1671 | 2023-12-01T19:37:34.888Z | Compiling parking_lot v0.11.2 |
1672 | 2023-12-01T19:37:36.043Z | Compiling tokio-tungstenite v0.20.1 |
1673 | 2023-12-01T19:37:36.599Z | Compiling trust-dns-client v0.22.0 |
1674 | 2023-12-01T19:37:36.683Z | Compiling thiserror-no-std v2.0.2 |
1675 | 2023-12-01T19:37:36.902Z | Compiling slog-stdlog v4.1.1 |
1676 | 2023-12-01T19:37:36.925Z | Compiling polyval v0.6.1 |
1677 | 2023-12-01T19:37:37.362Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1678 | 2023-12-01T19:37:37.477Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1679 | 2023-12-01T19:37:37.578Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1680 | 2023-12-01T19:37:37.602Z | Compiling password-hash v0.4.2 |
1681 | 2023-12-01T19:37:37.700Z | Compiling ed25519 v2.2.2 |
1682 | 2023-12-01T19:37:38.439Z | Compiling ctr v0.9.2 |
1683 | 2023-12-01T19:37:38.991Z | Compiling aes v0.8.3 |
1684 | 2023-12-01T19:37:39.182Z | Compiling blowfish v0.9.1 |
1685 | 2023-12-01T19:37:41.534Z | Compiling pbkdf2 v0.12.2 |
1686 | 2023-12-01T19:37:41.681Z | Compiling fxhash v0.2.1 |
1687 | 2023-12-01T19:37:42.232Z | Compiling glob v0.3.1 |
1688 | 2023-12-01T19:37:42.518Z | Compiling cancel-safe-futures v0.1.5 |
1689 | 2023-12-01T19:37:43.077Z | Compiling trust-dns-server v0.22.1 |
1690 | 2023-12-01T19:37:44.027Z | Compiling sled v0.34.7 |
1691 | 2023-12-01T19:37:46.326Z | Compiling bcrypt-pbkdf v0.10.0 |
1692 | 2023-12-01T19:37:47.294Z | Compiling pbkdf2 v0.11.0 |
1693 | 2023-12-01T19:37:47.544Z | Compiling ed25519-dalek v2.0.0 |
1694 | 2023-12-01T19:37:48.015Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1695 | 2023-12-01T19:37:49.188Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1696 | 2023-12-01T19:37:51.517Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1697 | 2023-12-01T19:37:51.656Z | Compiling ghash v0.5.0 |
1698 | 2023-12-01T19:37:51.957Z | Compiling slog-envlogger v2.2.0 |
1699 | 2023-12-01T19:37:52.166Z | Compiling vsss-rs v3.3.1 |
1700 | 2023-12-01T19:37:53.180Z | Compiling russh-cryptovec v0.7.0 |
1701 | 2023-12-01T19:37:53.634Z | Compiling rand v0.7.3 |
1702 | 2023-12-01T19:37:56.683Z | Compiling ciborium v0.2.1 |
1703 | 2023-12-01T19:37:58.708Z | Compiling dirs v5.0.1 |
1704 | 2023-12-01T19:37:59.016Z | Compiling chacha20poly1305 v0.10.1 |
1705 | 2023-12-01T19:37:59.312Z | Compiling cbc v0.1.2 |
1706 | 2023-12-01T19:37:59.356Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1707 | 2023-12-01T19:37:59.705Z | Compiling pem v3.0.2 |
1708 | 2023-12-01T19:37:59.965Z | Compiling headers-core v0.2.0 |
1709 | 2023-12-01T19:38:00.208Z | Compiling kstat-rs v0.2.3 |
1710 | 2023-12-01T19:38:00.488Z | Compiling http-range v0.1.5 |
1711 | 2023-12-01T19:38:01.020Z | Compiling base64 v0.13.1 |
1712 | 2023-12-01T19:38:01.045Z | Compiling md5 v0.7.0 |
1713 | 2023-12-01T19:38:01.311Z | Compiling pretty-hex v0.4.0 |
1714 | 2023-12-01T19:38:01.654Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1715 | 2023-12-01T19:38:01.875Z | Compiling pem v1.1.1 |
1716 | 2023-12-01T19:38:02.027Z | Compiling russh-keys v0.38.0 |
1717 | 2023-12-01T19:38:02.963Z | Compiling hyper-staticfile v0.9.5 |
1718 | 2023-12-01T19:38:03.487Z | Compiling rcgen v0.11.3 |
1719 | 2023-12-01T19:38:03.624Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1720 | 2023-12-01T19:38:04.185Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1721 | 2023-12-01T19:38:04.286Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1722 | 2023-12-01T19:38:04.528Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1723 | 2023-12-01T19:38:07.219Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1724 | 2023-12-01T19:38:08.071Z | Compiling headers v0.3.9 |
1725 | 2023-12-01T19:38:11.529Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1726 | 2023-12-01T19:38:11.834Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1727 | 2023-12-01T19:38:12.727Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1728 | 2023-12-01T19:38:13.025Z | Compiling aes-gcm v0.10.3 |
1729 | 2023-12-01T19:38:13.491Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1730 | 2023-12-01T19:38:16.272Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1731 | 2023-12-01T19:38:19.773Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1732 | 2023-12-01T19:38:20.919Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1733 | 2023-12-01T19:38:22.243Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1734 | 2023-12-01T19:38:24.164Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1735 | 2023-12-01T19:38:28.329Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1736 | 2023-12-01T19:38:30.936Z | Compiling atomicwrites v0.4.2 |
1737 | 2023-12-01T19:38:31.488Z | Compiling itertools v0.12.0 |
1738 | 2023-12-01T19:38:34.856Z | Compiling subprocess v0.2.9 |
1739 | 2023-12-01T19:38:35.154Z | Compiling hex-literal v0.4.1 |
1740 | 2023-12-01T19:38:35.377Z | Compiling russh v0.39.0 |
1741 | 2023-12-01T19:38:36.122Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1742 | 2023-12-01T19:38:36.753Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1743 | 2023-12-01T19:38:38.389Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1744 | 2023-12-01T19:39:07.406Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1745 | 2023-12-01T19:40:26.513Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 57s |
1746 | 2023-12-01T19:40:26.922Z | |
1747 | 2023-12-01T19:40:26.925Z | real 7:57.615984219 |
1748 | 2023-12-01T19:40:26.925Z | user 43:46.860131112 |
1749 | 2023-12-01T19:40:26.925Z | sys 6:37.589666284 |
1750 | 2023-12-01T19:40:26.925Z | trap 1.612372647 |
1751 | 2023-12-01T19:40:26.928Z | tflt 8.439692635 |
1752 | 2023-12-01T19:40:26.928Z | dflt 9.595943342 |
1753 | 2023-12-01T19:40:26.928Z | kflt 0.025711723 |
1754 | 2023-12-01T19:40:26.928Z | lock 1:23:44.389018704 |
1755 | 2023-12-01T19:40:26.928Z | slp 2:06:11.979189802 |
1756 | 2023-12-01T19:40:26.928Z | lat 1:57.729572967 |
1757 | 2023-12-01T19:40:26.928Z | stop 4:19.778392984 |
1758 | 2023-12-01T19:40:26.928Z | + mkdir -p /work/end-to-end-tests |
1759 | 2023-12-01T19:40:26.931Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1760 | 2023-12-01T19:40:27.871Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1761 | 2023-12-01T19:40:27.872Z | + ptime -m gzip |
1762 | 2023-12-01T19:40:27.874Z | ++ basename target/debug/bootstrap |
1763 | 2023-12-01T19:40:44.379Z | |
1764 | 2023-12-01T19:40:44.382Z | real 16.499378579 |
1765 | 2023-12-01T19:40:44.382Z | user 16.339146340 |
1766 | 2023-12-01T19:40:44.382Z | sys 0.155144280 |
1767 | 2023-12-01T19:40:44.383Z | trap 0.003368735 |
1768 | 2023-12-01T19:40:44.383Z | tflt 0.000000000 |
1769 | 2023-12-01T19:40:44.383Z | dflt 0.000000000 |
1770 | 2023-12-01T19:40:44.383Z | kflt 0.000000000 |
1771 | 2023-12-01T19:40:44.383Z | lock 0.000000000 |
1772 | 2023-12-01T19:40:44.384Z | slp 0.000015834 |
1773 | 2023-12-01T19:40:44.384Z | lat 0.001344007 |
1774 | 2023-12-01T19:40:44.384Z | stop 0.000239226 |
1775 | 2023-12-01T19:40:44.384Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1776 | 2023-12-01T19:40:44.384Z | + ptime -m gzip |
1777 | 2023-12-01T19:40:44.386Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7a35cfb1c9365afc |
1778 | 2023-12-01T19:40:45.463Z | |
1779 | 2023-12-01T19:40:45.466Z | real 1.075535952 |
1780 | 2023-12-01T19:40:45.466Z | user 1.064046235 |
1781 | 2023-12-01T19:40:45.467Z | sys 0.010832017 |
1782 | 2023-12-01T19:40:45.467Z | trap 0.000112801 |
1783 | 2023-12-01T19:40:45.467Z | tflt 0.000000000 |
1784 | 2023-12-01T19:40:45.467Z | dflt 0.000000000 |
1785 | 2023-12-01T19:40:45.467Z | kflt 0.000000000 |
1786 | 2023-12-01T19:40:45.467Z | lock 0.000000000 |
1787 | 2023-12-01T19:40:45.467Z | slp 0.000000000 |
1788 | 2023-12-01T19:40:45.467Z | lat 0.000181544 |
1789 | 2023-12-01T19:40:45.467Z | stop 0.000238776 |
1790 | 2023-12-01T19:40:45.467Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1791 | 2023-12-01T19:40:45.467Z | + ptime -m gzip |
1792 | 2023-12-01T19:40:45.470Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-be479211b7b081a6 |
1793 | 2023-12-01T19:41:02.604Z | |
1794 | 2023-12-01T19:41:02.607Z | real 17.131598640 |
1795 | 2023-12-01T19:41:02.607Z | user 16.950112109 |
1796 | 2023-12-01T19:41:02.607Z | sys 0.174486881 |
1797 | 2023-12-01T19:41:02.607Z | trap 0.004529116 |
1798 | 2023-12-01T19:41:02.607Z | tflt 0.000000000 |
1799 | 2023-12-01T19:41:02.607Z | dflt 0.000000000 |
1800 | 2023-12-01T19:41:02.607Z | kflt 0.000000000 |
1801 | 2023-12-01T19:41:02.607Z | lock 0.000000000 |
1802 | 2023-12-01T19:41:02.607Z | slp 0.000000000 |
1803 | 2023-12-01T19:41:02.608Z | lat 0.002078182 |
1804 | 2023-12-01T19:41:02.608Z | stop 0.000274165 |
1805 | 2023-12-01T19:41:02.608Z | + banner caboose-util |
1806 | 2023-12-01T19:41:02.612Z | |
1807 | 2023-12-01T19:41:02.612Z | #### ## ##### #### #### #### ###### # # ##### |
1808 | 2023-12-01T19:41:02.612Z | # # # # # # # # # # # # # # # |
1809 | 2023-12-01T19:41:02.612Z | # # # ##### # # # # #### ##### ##### # # # |
1810 | 2023-12-01T19:41:02.612Z | # ###### # # # # # # # # # # # |
1811 | 2023-12-01T19:41:02.612Z | # # # # # # # # # # # # # # # # |
1812 | 2023-12-01T19:41:02.612Z | #### # # ##### #### #### #### ###### #### # |
1813 | 2023-12-01T19:41:02.612Z | |
1814 | 2023-12-01T19:41:02.612Z | + ptime -m cargo build --locked -p caboose-util --release |
1815 | 2023-12-01T19:41:03.261Z | Downloading crates ... |
1816 | 2023-12-01T19:41:03.539Z | Downloaded funty v2.0.0 |
1817 | 2023-12-01T19:41:03.547Z | Downloaded pkcs1 v0.7.5 |
1818 | 2023-12-01T19:41:03.552Z | Downloaded crc v3.0.1 |
1819 | 2023-12-01T19:41:03.556Z | Downloaded path-slash v0.1.5 |
1820 | 2023-12-01T19:41:03.559Z | Downloaded nodrop v0.1.14 |
1821 | 2023-12-01T19:41:03.567Z | Downloaded wyz v0.5.1 |
1822 | 2023-12-01T19:41:03.570Z | Downloaded bitfield v0.14.0 |
1823 | 2023-12-01T19:41:03.574Z | Downloaded radium v0.7.0 |
1824 | 2023-12-01T19:41:03.577Z | Downloaded tap v1.0.1 |
1825 | 2023-12-01T19:41:03.580Z | Downloaded crc-catalog v2.2.0 |
1826 | 2023-12-01T19:41:03.580Z | Downloaded termcolor v1.2.0 |
1827 | 2023-12-01T19:41:03.583Z | Downloaded serde-hex v0.1.0 |
1828 | 2023-12-01T19:41:03.587Z | Downloaded maybe-uninit v2.0.0 |
1829 | 2023-12-01T19:41:03.591Z | Downloaded smallvec v0.6.14 |
1830 | 2023-12-01T19:41:03.593Z | Downloaded pem-rfc7468 v0.7.0 |
1831 | 2023-12-01T19:41:03.597Z | Downloaded der_derive v0.7.2 |
1832 | 2023-12-01T19:41:03.597Z | Downloaded crc-any v2.4.3 |
1833 | 2023-12-01T19:41:03.600Z | Downloaded env_logger v0.10.0 |
1834 | 2023-12-01T19:41:03.604Z | Downloaded ron v0.8.1 |
1835 | 2023-12-01T19:41:03.615Z | Downloaded x509-cert v0.2.4 |
1836 | 2023-12-01T19:41:03.625Z | Downloaded bitvec v1.0.1 |
1837 | 2023-12-01T19:41:03.652Z | Downloaded object v0.30.4 |
1838 | 2023-12-01T19:41:03.669Z | Downloaded rsa v0.9.2 |
1839 | 2023-12-01T19:41:03.676Z | Downloaded num-bigint-dig v0.8.4 |
1840 | 2023-12-01T19:41:03.684Z | Downloaded array-init v0.0.4 |
1841 | 2023-12-01T19:41:03.689Z | Downloaded packed_struct_codegen v0.10.1 |
1842 | 2023-12-01T19:41:03.692Z | Downloaded flagset v0.4.3 |
1843 | 2023-12-01T19:41:03.692Z | Downloaded packed_struct v0.10.1 |
1844 | 2023-12-01T19:41:03.859Z | Compiling proc-macro2 v1.0.69 |
1845 | 2023-12-01T19:41:03.863Z | Compiling unicode-ident v1.0.12 |
1846 | 2023-12-01T19:41:03.863Z | Compiling libc v0.2.150 |
1847 | 2023-12-01T19:41:03.863Z | Compiling autocfg v1.1.0 |
1848 | 2023-12-01T19:41:03.863Z | Compiling serde v1.0.192 |
1849 | 2023-12-01T19:41:03.881Z | Compiling cfg-if v1.0.0 |
1850 | 2023-12-01T19:41:03.884Z | Compiling version_check v0.9.4 |
1851 | 2023-12-01T19:41:03.977Z | Compiling syn v1.0.109 |
1852 | 2023-12-01T19:41:03.998Z | Compiling parking_lot_core v0.9.8 |
1853 | 2023-12-01T19:41:04.117Z | Compiling typenum v1.16.0 |
1854 | 2023-12-01T19:41:04.545Z | Compiling futures-core v0.3.29 |
1855 | 2023-12-01T19:41:04.708Z | Compiling libm v0.2.7 |
1856 | 2023-12-01T19:41:04.882Z | Compiling generic-array v0.14.7 |
1857 | 2023-12-01T19:41:04.957Z | Compiling lock_api v0.4.10 |
1858 | 2023-12-01T19:41:05.005Z | Compiling num-traits v0.2.16 |
1859 | 2023-12-01T19:41:05.155Z | Compiling once_cell v1.18.0 |
1860 | 2023-12-01T19:41:05.273Z | Compiling pkg-config v0.3.27 |
1861 | 2023-12-01T19:41:05.368Z | Compiling scopeguard v1.2.0 |
1862 | 2023-12-01T19:41:05.702Z | Compiling slab v0.4.9 |
1863 | 2023-12-01T19:41:05.713Z | Compiling futures-task v0.3.29 |
1864 | 2023-12-01T19:41:05.745Z | Compiling futures-channel v0.3.29 |
1865 | 2023-12-01T19:41:06.131Z | Compiling quote v1.0.33 |
1866 | 2023-12-01T19:41:06.164Z | Compiling serde_json v1.0.108 |
1867 | 2023-12-01T19:41:06.295Z | Compiling thiserror v1.0.49 |
1868 | 2023-12-01T19:41:06.605Z | Compiling futures-util v0.3.29 |
1869 | 2023-12-01T19:41:06.991Z | Compiling syn v2.0.32 |
1870 | 2023-12-01T19:41:07.045Z | Compiling cc v1.0.83 |
1871 | 2023-12-01T19:41:07.126Z | Compiling getrandom v0.2.10 |
1872 | 2023-12-01T19:41:07.234Z | Compiling itoa v1.0.9 |
1873 | 2023-12-01T19:41:07.380Z | Compiling memchr v2.6.3 |
1874 | 2023-12-01T19:41:07.689Z | Compiling log v0.4.20 |
1875 | 2023-12-01T19:41:07.750Z | Compiling smallvec v1.11.0 |
1876 | 2023-12-01T19:41:09.186Z | Compiling vcpkg v0.2.15 |
1877 | 2023-12-01T19:41:09.320Z | Compiling byteorder v1.5.0 |
1878 | 2023-12-01T19:41:10.139Z | Compiling parking_lot v0.12.1 |
1879 | 2023-12-01T19:41:10.182Z | Compiling rand_core v0.6.4 |
1880 | 2023-12-01T19:41:11.126Z | Compiling pin-project-lite v0.2.13 |
1881 | 2023-12-01T19:41:11.180Z | Compiling ring v0.17.5 |
1882 | 2023-12-01T19:41:11.575Z | Compiling indexmap v1.9.3 |
1883 | 2023-12-01T19:41:12.021Z | Compiling openssl-sys v0.9.96 |
1884 | 2023-12-01T19:41:13.285Z | Compiling signal-hook-registry v1.4.1 |
1885 | 2023-12-01T19:41:13.786Z | Compiling heck v0.4.1 |
1886 | 2023-12-01T19:41:14.286Z | Compiling io-lifetimes v1.0.11 |
1887 | 2023-12-01T19:41:14.386Z | Compiling ring v0.16.20 |
1888 | 2023-12-01T19:41:15.023Z | Compiling mio v0.8.9 |
1889 | 2023-12-01T19:41:16.014Z | Compiling num-integer v0.1.45 |
1890 | 2023-12-01T19:41:16.024Z | Compiling ryu v1.0.15 |
1891 | 2023-12-01T19:41:16.431Z | Compiling const-oid v0.9.5 |
1892 | 2023-12-01T19:41:16.434Z | Compiling semver v1.0.20 |
1893 | 2023-12-01T19:41:17.558Z | Compiling spin v0.5.2 |
1894 | 2023-12-01T19:41:17.909Z | Compiling rustix v0.37.23 |
1895 | 2023-12-01T19:41:18.712Z | Compiling socket2 v0.5.5 |
1896 | 2023-12-01T19:41:18.972Z | Compiling num_cpus v1.16.0 |
1897 | 2023-12-01T19:41:19.129Z | Compiling openssl v0.10.60 |
1898 | 2023-12-01T19:41:19.675Z | Compiling futures-sink v0.3.29 |
1899 | 2023-12-01T19:41:19.688Z | Compiling httparse v1.8.0 |
1900 | 2023-12-01T19:41:19.881Z | Compiling unicode-xid v0.2.4 |
1901 | 2023-12-01T19:41:20.052Z | Compiling ucd-trie v0.1.6 |
1902 | 2023-12-01T19:41:20.117Z | Compiling synstructure v0.12.6 |
1903 | 2023-12-01T19:41:20.285Z | Compiling tinyvec_macros v0.1.1 |
1904 | 2023-12-01T19:41:20.722Z | Compiling tinyvec v1.6.0 |
1905 | 2023-12-01T19:41:21.664Z | Compiling pin-utils v0.1.0 |
1906 | 2023-12-01T19:41:21.675Z | Compiling crc32fast v1.3.2 |
1907 | 2023-12-01T19:41:21.816Z | Compiling rustls v0.21.9 |
1908 | 2023-12-01T19:41:22.278Z | Compiling futures-io v0.3.29 |
1909 | 2023-12-01T19:41:22.332Z | Compiling ppv-lite86 v0.2.17 |
1910 | 2023-12-01T19:41:22.407Z | Compiling native-tls v0.2.11 |
1911 | 2023-12-01T19:41:22.634Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1912 | 2023-12-01T19:41:22.667Z | Compiling spin v0.9.8 |
1913 | 2023-12-01T19:41:23.073Z | Compiling tracing-core v0.1.31 |
1914 | 2023-12-01T19:41:23.266Z | Compiling unicode-normalization v0.1.22 |
1915 | 2023-12-01T19:41:23.475Z | Compiling subtle v2.5.0 |
1916 | 2023-12-01T19:41:23.671Z | Compiling rand_chacha v0.3.1 |
1917 | 2023-12-01T19:41:23.963Z | Compiling unicode-bidi v0.3.13 |
1918 | 2023-12-01T19:41:24.445Z | Compiling rand v0.8.5 |
1919 | 2023-12-01T19:41:25.703Z | Compiling errno v0.3.2 |
1920 | 2023-12-01T19:41:26.064Z | Compiling num-iter v0.1.43 |
1921 | 2023-12-01T19:41:26.079Z | Compiling ahash v0.8.3 |
1922 | 2023-12-01T19:41:26.202Z | Compiling usdt-impl v0.3.5 |
1923 | 2023-12-01T19:41:26.310Z | Compiling rustix v0.38.25 |
1924 | 2023-12-01T19:41:26.482Z | Compiling base64 v0.21.5 |
1925 | 2023-12-01T19:41:26.670Z | Compiling schemars v0.8.13 |
1926 | 2023-12-01T19:41:27.003Z | Compiling signal-hook v0.3.17 |
1927 | 2023-12-01T19:41:27.860Z | Compiling serde_derive_internals v0.26.0 |
1928 | 2023-12-01T19:41:28.810Z | Compiling zerocopy-derive v0.2.0 |
1929 | 2023-12-01T19:41:28.852Z | Compiling serde_derive v1.0.192 |
1930 | 2023-12-01T19:41:29.764Z | Compiling zeroize_derive v1.4.2 |
1931 | 2023-12-01T19:41:30.039Z | Compiling tokio-macros v2.2.0 |
1932 | 2023-12-01T19:41:30.101Z | Compiling thiserror-impl v1.0.49 |
1933 | 2023-12-01T19:41:31.610Z | Compiling futures-macro v0.3.29 |
1934 | 2023-12-01T19:41:31.699Z | Compiling tracing-attributes v0.1.26 |
1935 | 2023-12-01T19:41:32.124Z | Compiling zeroize v1.7.0 |
1936 | 2023-12-01T19:41:32.717Z | Compiling openssl-macros v0.1.1 |
1937 | 2023-12-01T19:41:32.948Z | Compiling zerocopy-derive v0.6.4 |
1938 | 2023-12-01T19:41:34.507Z | Compiling fnv v1.0.7 |
1939 | 2023-12-01T19:41:34.830Z | Compiling pest v2.7.2 |
1940 | 2023-12-01T19:41:35.075Z | Compiling crypto-common v0.1.6 |
1941 | 2023-12-01T19:41:35.376Z | Compiling block-buffer v0.10.4 |
1942 | 2023-12-01T19:41:35.748Z | Compiling digest v0.10.7 |
1943 | 2023-12-01T19:41:36.453Z | Compiling bitflags v1.3.2 |
1944 | 2023-12-01T19:41:36.856Z | Compiling schemars_derive v0.8.13 |
1945 | 2023-12-01T19:41:37.029Z | Compiling tracing v0.1.37 |
1946 | 2023-12-01T19:41:37.790Z | Compiling zerocopy v0.3.0 |
1947 | 2023-12-01T19:41:38.881Z | Compiling pest_meta v2.7.2 |
1948 | 2023-12-01T19:41:39.498Z | Compiling lazy_static v1.4.0 |
1949 | 2023-12-01T19:41:40.975Z | Compiling pest_generator v2.7.2 |
1950 | 2023-12-01T19:41:41.725Z | Compiling backtrace v0.3.69 |
1951 | 2023-12-01T19:41:42.377Z | Compiling num-bigint v0.4.4 |
1952 | 2023-12-01T19:41:42.893Z | Compiling memoffset v0.9.0 |
1953 | 2023-12-01T19:41:43.139Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1954 | 2023-12-01T19:41:43.311Z | Compiling foreign-types-shared v0.1.1 |
1955 | 2023-12-01T19:41:43.459Z | Compiling hashbrown v0.12.3 |
1956 | 2023-12-01T19:41:44.144Z | Compiling untrusted v0.7.1 |
1957 | 2023-12-01T19:41:44.426Z | Compiling untrusted v0.9.0 |
1958 | 2023-12-01T19:41:44.654Z | Compiling iana-time-zone v0.1.57 |
1959 | 2023-12-01T19:41:44.712Z | Compiling crossbeam-utils v0.8.16 |
1960 | 2023-12-01T19:41:45.195Z | Compiling smoltcp v0.9.1 |
1961 | 2023-12-01T19:41:45.375Z | Compiling hashbrown v0.14.2 |
1962 | 2023-12-01T19:41:45.519Z | Compiling percent-encoding v2.3.1 |
1963 | 2023-12-01T19:41:45.544Z | Compiling pest_derive v2.7.2 |
1964 | 2023-12-01T19:41:45.797Z | Compiling doc-comment v0.3.3 |
1965 | 2023-12-01T19:41:45.997Z | Compiling openssl-probe v0.1.5 |
1966 | 2023-12-01T19:41:46.073Z | Compiling base64ct v1.6.0 |
1967 | 2023-12-01T19:41:46.396Z | Compiling async-trait v0.1.74 |
1968 | 2023-12-01T19:41:46.500Z | Compiling equivalent v1.0.1 |
1969 | 2023-12-01T19:41:46.617Z | Compiling dtrace-parser v0.1.14 |
1970 | 2023-12-01T19:41:47.174Z | Compiling pem-rfc7468 v0.7.0 |
1971 | 2023-12-01T19:41:48.135Z | Compiling foreign-types v0.3.2 |
1972 | 2023-12-01T19:41:48.957Z | Compiling dof v0.1.5 |
1973 | 2023-12-01T19:41:49.334Z | Compiling der_derive v0.7.2 |
1974 | 2023-12-01T19:41:50.088Z | Compiling clap_derive v4.4.2 |
1975 | 2023-12-01T19:41:51.998Z | Compiling bytes v1.5.0 |
1976 | 2023-12-01T19:41:53.044Z | Compiling bitflags v2.4.0 |
1977 | 2023-12-01T19:41:53.832Z | Compiling tokio v1.34.0 |
1978 | 2023-12-01T19:41:53.928Z | Compiling rustc_version v0.4.0 |
1979 | 2023-12-01T19:41:54.909Z | Compiling heapless v0.7.16 |
1980 | 2023-12-01T19:41:55.500Z | Compiling http v0.2.11 |
1981 | 2023-12-01T19:41:55.814Z | Compiling uuid v1.6.1 |
1982 | 2023-12-01T19:41:56.987Z | Compiling chrono v0.4.31 |
1983 | 2023-12-01T19:41:57.690Z | Compiling indexmap v2.1.0 |
1984 | 2023-12-01T19:41:59.358Z | Compiling thread-id v4.2.0 |
1985 | 2023-12-01T19:41:59.494Z | Compiling flagset v0.4.3 |
1986 | 2023-12-01T19:41:59.820Z | Compiling try-lock v0.2.4 |
1987 | 2023-12-01T19:41:59.881Z | Compiling cpufeatures v0.2.9 |
1988 | 2023-12-01T19:42:00.013Z | Compiling time-core v0.1.1 |
1989 | 2023-12-01T19:42:00.016Z | Compiling siphasher v0.3.11 |
1990 | 2023-12-01T19:42:00.252Z | Compiling utf8parse v0.2.1 |
1991 | 2023-12-01T19:42:00.624Z | Compiling adler v1.0.2 |
1992 | 2023-12-01T19:42:00.687Z | Compiling rustversion v1.0.14 |
1993 | 2023-12-01T19:42:00.915Z | Compiling anstyle v1.0.2 |
1994 | 2023-12-01T19:42:01.614Z | Compiling miniz_oxide v0.7.1 |
1995 | 2023-12-01T19:42:02.856Z | Compiling anstyle-parse v0.2.1 |
1996 | 2023-12-01T19:42:03.480Z | Compiling time-macros v0.2.13 |
1997 | 2023-12-01T19:42:03.868Z | Compiling sha2 v0.10.8 |
1998 | 2023-12-01T19:42:04.328Z | Compiling want v0.3.1 |
1999 | 2023-12-01T19:42:04.700Z | Compiling der v0.7.8 |
2000 | 2023-12-01T19:42:08.357Z | Compiling tokio-util v0.7.10 |
2001 | 2023-12-01T19:42:10.185Z | Compiling h2 v0.3.21 |
2002 | 2023-12-01T19:42:10.298Z | Compiling http-body v0.4.5 |
2003 | 2023-12-01T19:42:12.466Z | Compiling serde_tokenstream v0.1.7 |
2004 | 2023-12-01T19:42:13.255Z | Compiling rustls-webpki v0.101.7 |
2005 | 2023-12-01T19:42:13.343Z | Compiling sct v0.7.0 |
2006 | 2023-12-01T19:42:16.089Z | Compiling form_urlencoded v1.2.1 |
2007 | 2023-12-01T19:42:16.125Z | Compiling pin-project-internal v1.1.3 |
2008 | 2023-12-01T19:42:16.519Z | Compiling hubpack_derive v0.1.1 |
2009 | 2023-12-01T19:42:16.954Z | Compiling socket2 v0.4.9 |
2010 | 2023-12-01T19:42:17.768Z | Compiling crossbeam-epoch v0.9.15 |
2011 | 2023-12-01T19:42:18.305Z | Compiling radium v0.7.0 |
2012 | 2023-12-01T19:42:18.383Z | Compiling slog v2.7.0 |
2013 | 2023-12-01T19:42:18.917Z | Compiling colorchoice v1.0.0 |
2014 | 2023-12-01T19:42:18.978Z | Compiling httpdate v1.0.3 |
2015 | 2023-12-01T19:42:19.030Z | Compiling anstyle-query v1.0.0 |
2016 | 2023-12-01T19:42:19.824Z | Compiling tower-service v0.3.2 |
2017 | 2023-12-01T19:42:19.956Z | Compiling anyhow v1.0.75 |
2018 | 2023-12-01T19:42:21.879Z | Compiling hyper v0.14.27 |
2019 | 2023-12-01T19:42:24.370Z | Compiling anstream v0.5.0 |
2020 | 2023-12-01T19:42:29.999Z | Compiling terminal_size v0.2.6 |
2021 | 2023-12-01T19:42:30.290Z | Compiling spki v0.7.2 |
2022 | 2023-12-01T19:42:33.322Z | Compiling serde_spanned v0.6.4 |
2023 | 2023-12-01T19:42:33.660Z | Compiling toml_datetime v0.6.5 |
2024 | 2023-12-01T19:42:34.311Z | Compiling rustls-pemfile v1.0.3 |
2025 | 2023-12-01T19:42:34.793Z | Compiling md-5 v0.10.5 |
2026 | 2023-12-01T19:42:34.946Z | Compiling hmac v0.12.1 |
2027 | 2023-12-01T19:42:35.135Z | Compiling zerocopy v0.6.4 |
2028 | 2023-12-01T19:42:35.428Z | Compiling stringprep v0.1.3 |
2029 | 2023-12-01T19:42:35.546Z | Compiling idna v0.5.0 |
2030 | 2023-12-01T19:42:36.774Z | Compiling diesel_table_macro_syntax v0.1.0 |
2031 | 2023-12-01T19:42:36.790Z | Compiling hash32 v0.2.1 |
2032 | 2023-12-01T19:42:36.819Z | Compiling aho-corasick v1.0.4 |
2033 | 2023-12-01T19:42:37.134Z | Compiling gimli v0.28.0 |
2034 | 2023-12-01T19:42:37.350Z | Compiling stable_deref_trait v1.2.0 |
2035 | 2023-12-01T19:42:37.477Z | Compiling clap_lex v0.5.1 |
2036 | 2023-12-01T19:42:37.531Z | Compiling strsim v0.10.0 |
2037 | 2023-12-01T19:42:37.967Z | Compiling maybe-uninit v2.0.0 |
2038 | 2023-12-01T19:42:38.568Z | Compiling tap v1.0.1 |
2039 | 2023-12-01T19:42:38.627Z | Compiling winnow v0.5.15 |
2040 | 2023-12-01T19:42:38.630Z | Compiling fallible-iterator v0.2.0 |
2041 | 2023-12-01T19:42:38.824Z | Compiling dyn-clone v1.0.13 |
2042 | 2023-12-01T19:42:39.092Z | Compiling either v1.9.0 |
2043 | 2023-12-01T19:42:39.790Z | Compiling regex-syntax v0.8.2 |
2044 | 2023-12-01T19:42:40.820Z | Compiling postgres-protocol v0.6.6 |
2045 | 2023-12-01T19:42:41.325Z | Compiling wyz v0.5.1 |
2046 | 2023-12-01T19:42:42.183Z | Compiling clap_builder v4.4.2 |
2047 | 2023-12-01T19:42:42.778Z | Compiling diesel_derives v2.1.2 |
2048 | 2023-12-01T19:42:43.184Z | Compiling url v2.5.0 |
2049 | 2023-12-01T19:42:44.423Z | Compiling addr2line v0.21.0 |
2050 | 2023-12-01T19:42:45.948Z | Compiling regex-automata v0.4.3 |
2051 | 2023-12-01T19:42:46.510Z | Compiling rustls-native-certs v0.6.3 |
2052 | 2023-12-01T19:42:47.080Z | Compiling tokio-rustls v0.24.1 |
2053 | 2023-12-01T19:42:47.682Z | Compiling strum_macros v0.25.2 |
2054 | 2023-12-01T19:42:52.941Z | Compiling tokio-native-tls v0.3.1 |
2055 | 2023-12-01T19:42:53.812Z | Compiling usdt-attr-macro v0.3.5 |
2056 | 2023-12-01T19:42:54.254Z | Compiling usdt-macro v0.3.5 |
2057 | 2023-12-01T19:42:56.085Z | Compiling phf_shared v0.11.2 |
2058 | 2023-12-01T19:42:57.977Z | Compiling block-padding v0.3.3 |
2059 | 2023-12-01T19:42:58.053Z | Compiling serde_repr v0.1.16 |
2060 | 2023-12-01T19:42:58.308Z | Compiling snafu-derive v0.7.5 |
2061 | 2023-12-01T19:42:58.778Z | Compiling enum-as-inner v0.5.1 |
2062 | 2023-12-01T19:42:59.964Z | Compiling scheduled-thread-pool v0.2.7 |
2063 | 2023-12-01T19:43:00.276Z | Compiling object v0.32.1 |
2064 | 2023-12-01T19:43:04.514Z | Compiling num-bigint-dig v0.8.4 |
2065 | 2023-12-01T19:43:06.472Z | Compiling matches v0.1.10 |
2066 | 2023-12-01T19:43:06.537Z | Compiling bit-vec v0.6.3 |
2067 | 2023-12-01T19:43:06.591Z | Compiling rustc-demangle v0.1.23 |
2068 | 2023-12-01T19:43:08.066Z | Compiling funty v2.0.0 |
2069 | 2023-12-01T19:43:08.512Z | Compiling regex-automata v0.1.10 |
2070 | 2023-12-01T19:43:09.303Z | Compiling managed v0.8.0 |
2071 | 2023-12-01T19:43:09.512Z | Compiling deranged v0.3.8 |
2072 | 2023-12-01T19:43:10.019Z | Compiling packed_struct v0.10.1 |
2073 | 2023-12-01T19:43:10.616Z | Compiling num_threads v0.1.6 |
2074 | 2023-12-01T19:43:10.783Z | Compiling ipnet v2.8.0 |
2075 | 2023-12-01T19:43:12.557Z | Compiling time v0.3.27 |
2076 | 2023-12-01T19:43:12.936Z | Compiling bitvec v1.0.1 |
2077 | 2023-12-01T19:43:14.325Z | Compiling bstr v0.2.17 |
2078 | 2023-12-01T19:43:16.752Z | Compiling idna v0.2.3 |
2079 | 2023-12-01T19:43:19.113Z | Compiling r2d2 v0.8.10 |
2080 | 2023-12-01T19:43:20.451Z | Compiling inout v0.1.3 |
2081 | 2023-12-01T19:43:22.669Z | Compiling phf v0.11.2 |
2082 | 2023-12-01T19:43:23.115Z | Compiling hyper-tls v0.5.0 |
2083 | 2023-12-01T19:43:23.360Z | Compiling regex v1.10.2 |
2084 | 2023-12-01T19:43:23.593Z | Compiling clap v4.4.3 |
2085 | 2023-12-01T19:43:23.748Z | Compiling hyper-rustls v0.24.2 |
2086 | 2023-12-01T19:43:24.663Z | Compiling signal-hook-mio v0.2.3 |
2087 | 2023-12-01T19:43:24.749Z | Compiling flate2 v1.0.28 |
2088 | 2023-12-01T19:43:25.063Z | Compiling ipnetwork v0.20.0 |
2089 | 2023-12-01T19:43:25.511Z | Compiling toml_edit v0.19.15 |
2090 | 2023-12-01T19:43:26.292Z | Compiling bzip2 v0.4.4 |
2091 | 2023-12-01T19:43:26.407Z | Compiling postgres-types v0.2.6 |
2092 | 2023-12-01T19:43:26.444Z | Compiling itertools v0.11.0 |
2093 | 2023-12-01T19:43:26.853Z | Compiling pkcs8 v0.10.2 |
2094 | 2023-12-01T19:43:28.762Z | Compiling pin-project v1.1.3 |
2095 | 2023-12-01T19:43:29.006Z | Compiling hubpack v0.1.2 |
2096 | 2023-12-01T19:43:29.111Z | Compiling serde_urlencoded v0.7.1 |
2097 | 2023-12-01T19:43:29.691Z | Compiling phf_shared v0.10.0 |
2098 | 2023-12-01T19:43:29.899Z | Compiling futures-executor v0.3.29 |
2099 | 2023-12-01T19:43:30.290Z | Compiling signature v2.1.0 |
2100 | 2023-12-01T19:43:32.007Z | Compiling packed_struct_codegen v0.10.1 |
2101 | 2023-12-01T19:43:33.020Z | Compiling float-cmp v0.9.0 |
2102 | 2023-12-01T19:43:34.050Z | Compiling encoding_rs v0.8.33 |
2103 | 2023-12-01T19:43:36.337Z | Compiling webpki-roots v0.25.2 |
2104 | 2023-12-01T19:43:36.399Z | Compiling new_debug_unreachable v1.0.4 |
2105 | 2023-12-01T19:43:36.522Z | Compiling data-encoding v2.4.0 |
2106 | 2023-12-01T19:43:36.568Z | Compiling static_assertions v1.1.0 |
2107 | 2023-12-01T19:43:36.582Z | Compiling regex-automata v0.3.8 |
2108 | 2023-12-01T19:43:36.700Z | Compiling normalize-line-endings v0.3.0 |
2109 | 2023-12-01T19:43:38.213Z | Compiling nodrop v0.1.14 |
2110 | 2023-12-01T19:43:38.389Z | Compiling difflib v0.4.0 |
2111 | 2023-12-01T19:43:39.561Z | Compiling unicode-width v0.1.11 |
2112 | 2023-12-01T19:43:39.796Z | Compiling whoami v1.4.1 |
2113 | 2023-12-01T19:43:40.234Z | Compiling crc-catalog v2.2.0 |
2114 | 2023-12-01T19:43:40.440Z | Compiling unicode-segmentation v1.10.1 |
2115 | 2023-12-01T19:43:40.518Z | Compiling precomputed-hash v0.1.1 |
2116 | 2023-12-01T19:43:40.693Z | Compiling fixedbitset v0.4.2 |
2117 | 2023-12-01T19:43:41.037Z | Compiling mime v0.3.17 |
2118 | 2023-12-01T19:43:41.340Z | Compiling predicates-core v1.0.6 |
2119 | 2023-12-01T19:43:41.811Z | Compiling predicates v3.0.4 |
2120 | 2023-12-01T19:43:41.839Z | Compiling similar v2.2.1 |
2121 | 2023-12-01T19:43:41.859Z | Compiling reqwest v0.11.22 |
2122 | 2023-12-01T19:43:45.252Z | Compiling petgraph v0.6.4 |
2123 | 2023-12-01T19:43:52.910Z | Compiling string_cache v0.8.7 |
2124 | 2023-12-01T19:43:53.055Z | Compiling crc v3.0.1 |
2125 | 2023-12-01T19:43:53.551Z | Compiling tokio-postgres v0.7.10 |
2126 | 2023-12-01T19:43:54.199Z | Compiling console v0.15.7 |
2127 | 2023-12-01T19:43:55.716Z | Compiling bstr v1.6.0 |
2128 | 2023-12-01T19:43:56.315Z | Compiling array-init v0.0.4 |
2129 | 2023-12-01T19:43:58.508Z | Compiling trust-dns-proto v0.22.0 |
2130 | 2023-12-01T19:44:01.305Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2131 | 2023-12-01T19:44:11.194Z | Compiling toml v0.7.8 |
2132 | 2023-12-01T19:44:11.365Z | Compiling futures v0.3.29 |
2133 | 2023-12-01T19:44:13.741Z | Compiling snafu v0.7.5 |
2134 | 2023-12-01T19:44:14.153Z | Compiling pkcs1 v0.7.5 |
2135 | 2023-12-01T19:44:14.211Z | Compiling zip v0.6.6 |
2136 | 2023-12-01T19:44:14.420Z | Compiling smallvec v0.6.14 |
2137 | 2023-12-01T19:44:14.866Z | Compiling diesel v2.1.4 |
2138 | 2023-12-01T19:44:14.963Z | Compiling yasna v0.5.2 |
2139 | 2023-12-01T19:44:15.135Z | Compiling crossterm v0.27.0 |
2140 | 2023-12-01T19:44:16.757Z | Compiling hashbrown v0.13.2 |
2141 | 2023-12-01T19:44:17.858Z | Compiling cipher v0.4.4 |
2142 | 2023-12-01T19:44:21.031Z | Compiling bit-set v0.5.3 |
2143 | 2023-12-01T19:44:21.436Z | Compiling usdt v0.3.5 |
2144 | 2023-12-01T19:44:21.511Z | Compiling is-terminal v0.4.9 |
2145 | 2023-12-01T19:44:21.837Z | Compiling toml_edit v0.21.0 |
2146 | 2023-12-01T19:44:24.180Z | Compiling itertools v0.10.5 |
2147 | 2023-12-01T19:44:28.105Z | Compiling tokio-stream v0.1.14 |
2148 | 2023-12-01T19:44:28.884Z | Compiling openapiv3 v2.0.0-rc.1 |
2149 | 2023-12-01T19:44:29.678Z | Compiling hex v0.4.3 |
2150 | 2023-12-01T19:44:37.242Z | Compiling termcolor v1.2.0 |
2151 | 2023-12-01T19:44:38.192Z | Compiling lalrpop-util v0.19.12 |
2152 | 2023-12-01T19:44:38.714Z | Compiling bitfield v0.14.0 |
2153 | 2023-12-01T19:44:48.720Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2154 | 2023-12-01T19:44:49.863Z | Compiling env_logger v0.10.0 |
2155 | 2023-12-01T19:45:06.736Z | Compiling rsa v0.9.2 |
2156 | 2023-12-01T19:45:13.744Z | Compiling serde-hex v0.1.0 |
2157 | 2023-12-01T19:45:16.940Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2158 | 2023-12-01T19:45:22.672Z | Compiling x509-cert v0.2.4 |
2159 | 2023-12-01T19:45:22.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2160 | 2023-12-01T19:45:23.421Z | Compiling ron v0.8.1 |
2161 | 2023-12-01T19:45:25.516Z | Compiling crc-any v2.4.3 |
2162 | 2023-12-01T19:45:44.899Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2163 | 2023-12-01T19:45:45.365Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2164 | 2023-12-01T19:46:05.317Z | Compiling object v0.30.4 |
2165 | 2023-12-01T19:46:17.445Z | Compiling path-slash v0.1.5 |
2166 | 2023-12-01T19:46:17.755Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2167 | 2023-12-01T19:47:01.818Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2168 | 2023-12-01T19:47:02.970Z | Finished release [optimized] target(s) in 6m 00s |
2169 | 2023-12-01T19:47:03.053Z | |
2170 | 2023-12-01T19:47:03.053Z | real 6:00.421532805 |
2171 | 2023-12-01T19:47:03.053Z | user 42:04.532063257 |
2172 | 2023-12-01T19:47:03.053Z | sys 3:37.319376362 |
2173 | 2023-12-01T19:47:03.053Z | trap 1.655139540 |
2174 | 2023-12-01T19:47:03.053Z | tflt 0.994866098 |
2175 | 2023-12-01T19:47:03.057Z | dflt 0.429169138 |
2176 | 2023-12-01T19:47:03.057Z | kflt 0.000648796 |
2177 | 2023-12-01T19:47:03.057Z | lock 1:34:17.181114895 |
2178 | 2023-12-01T19:47:03.057Z | slp 1:59:05.342851406 |
2179 | 2023-12-01T19:47:03.057Z | lat 1:47.717858701 |
2180 | 2023-12-01T19:47:03.057Z | stop 1:19.852423707 |
2181 | 2023-12-01T19:47:03.057Z | + ptime -m gzip |
2182 | 2023-12-01T19:47:03.712Z | |
2183 | 2023-12-01T19:47:03.712Z | real 0.653360490 |
2184 | 2023-12-01T19:47:03.716Z | user 0.646136994 |
2185 | 2023-12-01T19:47:03.716Z | sys 0.006626811 |
2186 | 2023-12-01T19:47:03.716Z | trap 0.000071298 |
2187 | 2023-12-01T19:47:03.716Z | tflt 0.000000000 |
2188 | 2023-12-01T19:47:03.716Z | dflt 0.000000000 |
2189 | 2023-12-01T19:47:03.717Z | kflt 0.000000000 |
2190 | 2023-12-01T19:47:03.717Z | lock 0.000000000 |
2191 | 2023-12-01T19:47:03.717Z | slp 0.000000000 |
2192 | 2023-12-01T19:47:03.717Z | lat 0.000183367 |
2193 | 2023-12-01T19:47:03.717Z | stop 0.000237431 |
2194 | 2023-12-01T19:47:03.717Z | + banner tufaceous |
2195 | 2023-12-01T19:47:03.717Z | |
2196 | 2023-12-01T19:47:03.717Z | ##### # # ###### ## #### ###### #### # # #### |
2197 | 2023-12-01T19:47:03.717Z | # # # # # # # # # # # # # # |
2198 | 2023-12-01T19:47:03.717Z | # # # ##### # # # ##### # # # # #### |
2199 | 2023-12-01T19:47:03.717Z | # # # # ###### # # # # # # # |
2200 | 2023-12-01T19:47:03.717Z | # # # # # # # # # # # # # # # |
2201 | 2023-12-01T19:47:03.717Z | # #### # # # #### ###### #### #### #### |
2202 | 2023-12-01T19:47:03.717Z | |
2203 | 2023-12-01T19:47:03.720Z | + ptime -m cargo build --locked -p tufaceous --release |
2204 | 2023-12-01T19:47:04.355Z | Downloading crates ... |
2205 | 2023-12-01T19:47:04.704Z | Downloaded humantime v2.1.0 |
2206 | 2023-12-01T19:47:04.718Z | Downloaded async-recursion v1.0.5 |
2207 | 2023-12-01T19:47:04.721Z | Downloaded tough v0.15.0 |
2208 | 2023-12-01T19:47:04.735Z | Downloaded fs-err v2.11.0 |
2209 | 2023-12-01T19:47:04.740Z | Downloaded globset v0.4.13 |
2210 | 2023-12-01T19:47:04.743Z | Downloaded olpc-cjson v0.1.3 |
2211 | 2023-12-01T19:47:04.743Z | Downloaded bytesize v1.3.0 |
2212 | 2023-12-01T19:47:04.745Z | Downloaded buf-list v1.0.3 |
2213 | 2023-12-01T19:47:04.748Z | Downloaded typed-path v0.6.0 |
2214 | 2023-12-01T19:47:04.757Z | Downloaded serde_plain v1.0.2 |
2215 | 2023-12-01T19:47:04.915Z | Compiling serde_tokenstream v0.2.0 |
2216 | 2023-12-01T19:47:04.937Z | Compiling regress v0.7.1 |
2217 | 2023-12-01T19:47:04.971Z | Compiling dirs-sys-next v0.1.2 |
2218 | 2023-12-01T19:47:04.975Z | Compiling ident_case v1.0.1 |
2219 | 2023-12-01T19:47:04.975Z | Compiling thread_local v1.1.7 |
2220 | 2023-12-01T19:47:04.978Z | Compiling slog-async v2.8.0 |
2221 | 2023-12-01T19:47:04.978Z | Compiling camino v1.1.6 |
2222 | 2023-12-01T19:47:05.168Z | Compiling dirs-next v2.0.0 |
2223 | 2023-12-01T19:47:05.514Z | Compiling darling_core v0.20.3 |
2224 | 2023-12-01T19:47:05.614Z | Compiling heck v0.4.1 |
2225 | 2023-12-01T19:47:05.778Z | Compiling term v0.7.0 |
2226 | 2023-12-01T19:47:05.845Z | Compiling crossbeam-channel v0.5.8 |
2227 | 2023-12-01T19:47:06.228Z | Compiling getopts v0.2.21 |
2228 | 2023-12-01T19:47:06.736Z | Compiling structmeta-derive v0.2.0 |
2229 | 2023-12-01T19:47:07.691Z | Compiling atty v0.2.14 |
2230 | 2023-12-01T19:47:07.703Z | Compiling multer v2.1.0 |
2231 | 2023-12-01T19:47:07.894Z | Compiling match_cfg v0.1.0 |
2232 | 2023-12-01T19:47:08.028Z | Compiling take_mut v0.2.2 |
2233 | 2023-12-01T19:47:08.123Z | Compiling unsafe-libyaml v0.2.9 |
2234 | 2023-12-01T19:47:08.255Z | Compiling paste v1.0.14 |
2235 | 2023-12-01T19:47:09.088Z | Compiling hostname v0.3.1 |
2236 | 2023-12-01T19:47:09.426Z | Compiling slog-term v2.9.0 |
2237 | 2023-12-01T19:47:10.963Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2238 | 2023-12-01T19:47:12.950Z | Compiling structmeta v0.2.0 |
2239 | 2023-12-01T19:47:13.555Z | Compiling serde_yaml v0.9.25 |
2240 | 2023-12-01T19:47:14.341Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2241 | 2023-12-01T19:47:14.364Z | Compiling slog-json v2.6.1 |
2242 | 2023-12-01T19:47:14.558Z | Compiling darling_macro v0.20.3 |
2243 | 2023-12-01T19:47:15.146Z | Compiling async-stream-impl v0.3.5 |
2244 | 2023-12-01T19:47:16.009Z | Compiling darling v0.20.3 |
2245 | 2023-12-01T19:47:16.166Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2246 | 2023-12-01T19:47:16.608Z | Compiling atomic-waker v1.1.1 |
2247 | 2023-12-01T19:47:16.903Z | Compiling fastrand v2.0.0 |
2248 | 2023-12-01T19:47:17.056Z | Compiling regex-syntax v0.7.5 |
2249 | 2023-12-01T19:47:17.164Z | Compiling async-stream v0.3.5 |
2250 | 2023-12-01T19:47:17.612Z | Compiling tempfile v3.8.1 |
2251 | 2023-12-01T19:47:17.777Z | Compiling waitgroup v0.1.2 |
2252 | 2023-12-01T19:47:18.050Z | Compiling serde_with_macros v2.3.3 |
2253 | 2023-12-01T19:47:18.120Z | Compiling slog-bunyan v2.4.0 |
2254 | 2023-12-01T19:47:20.840Z | Compiling toml v0.8.8 |
2255 | 2023-12-01T19:47:21.642Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2256 | 2023-12-01T19:47:21.929Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2257 | 2023-12-01T19:47:23.438Z | Compiling sha1 v0.10.6 |
2258 | 2023-12-01T19:47:23.611Z | Compiling serde_path_to_error v0.1.14 |
2259 | 2023-12-01T19:47:24.313Z | Compiling instant v0.1.12 |
2260 | 2023-12-01T19:47:24.539Z | Compiling fs-err v2.11.0 |
2261 | 2023-12-01T19:47:24.835Z | Compiling arc-swap v1.6.0 |
2262 | 2023-12-01T19:47:24.967Z | Compiling buf-list v1.0.3 |
2263 | 2023-12-01T19:47:24.970Z | Compiling same-file v1.0.6 |
2264 | 2023-12-01T19:47:25.264Z | Compiling debug-ignore v1.0.5 |
2265 | 2023-12-01T19:47:25.417Z | Compiling walkdir v2.4.0 |
2266 | 2023-12-01T19:47:25.847Z | Compiling slog-scope v4.4.0 |
2267 | 2023-12-01T19:47:26.187Z | Compiling backoff v0.4.0 |
2268 | 2023-12-01T19:47:26.753Z | Compiling serde_with v2.3.3 |
2269 | 2023-12-01T19:47:27.320Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2270 | 2023-12-01T19:47:27.410Z | Compiling parse-display-derive v0.8.2 |
2271 | 2023-12-01T19:47:28.343Z | Compiling globset v0.4.13 |
2272 | 2023-12-01T19:47:28.382Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2273 | 2023-12-01T19:47:28.617Z | Compiling strum v0.25.0 |
2274 | 2023-12-01T19:47:28.877Z | Compiling olpc-cjson v0.1.3 |
2275 | 2023-12-01T19:47:29.771Z | Compiling pem v3.0.2 |
2276 | 2023-12-01T19:47:29.925Z | Compiling macaddr v1.0.1 |
2277 | 2023-12-01T19:47:30.080Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2278 | 2023-12-01T19:47:31.070Z | Compiling serde_plain v1.0.2 |
2279 | 2023-12-01T19:47:31.953Z | Compiling async-recursion v1.0.5 |
2280 | 2023-12-01T19:47:32.461Z | Compiling xattr v1.0.1 |
2281 | 2023-12-01T19:47:32.897Z | Compiling filetime v0.2.22 |
2282 | 2023-12-01T19:47:33.372Z | Compiling typed-path v0.6.0 |
2283 | 2023-12-01T19:47:33.432Z | Compiling tar v0.4.40 |
2284 | 2023-12-01T19:47:33.674Z | Compiling parse-display v0.8.2 |
2285 | 2023-12-01T19:47:34.531Z | Compiling slog-stdlog v4.1.1 |
2286 | 2023-12-01T19:47:36.051Z | Compiling camino-tempfile v1.1.1 |
2287 | 2023-12-01T19:47:37.095Z | Compiling itertools v0.12.0 |
2288 | 2023-12-01T19:47:37.287Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2289 | 2023-12-01T19:47:37.477Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2290 | 2023-12-01T19:47:43.087Z | Compiling tough v0.15.0 |
2291 | 2023-12-01T19:47:43.090Z | Compiling bytesize v1.3.0 |
2292 | 2023-12-01T19:47:43.194Z | Compiling slog-envlogger v2.2.0 |
2293 | 2023-12-01T19:47:44.012Z | Compiling humantime v2.1.0 |
2294 | 2023-12-01T19:47:47.275Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2295 | 2023-12-01T19:48:11.784Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2296 | 2023-12-01T19:48:12.083Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2023-12-01T19:48:22.602Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2298 | 2023-12-01T19:48:24.974Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2299 | 2023-12-01T19:48:54.215Z | Finished release [optimized] target(s) in 1m 50s |
2300 | 2023-12-01T19:48:54.304Z | |
2301 | 2023-12-01T19:48:54.305Z | real 1:50.560368353 |
2302 | 2023-12-01T19:48:54.305Z | user 11:51.228375615 |
2303 | 2023-12-01T19:48:54.305Z | sys 44.921547147 |
2304 | 2023-12-01T19:48:54.305Z | trap 0.436482197 |
2305 | 2023-12-01T19:48:54.305Z | tflt 0.389214304 |
2306 | 2023-12-01T19:48:54.308Z | dflt 0.484271862 |
2307 | 2023-12-01T19:48:54.308Z | kflt 0.000396280 |
2308 | 2023-12-01T19:48:54.308Z | lock 21:58.551918793 |
2309 | 2023-12-01T19:48:54.308Z | slp 23:39.904845018 |
2310 | 2023-12-01T19:48:54.308Z | lat 21.679861765 |
2311 | 2023-12-01T19:48:54.308Z | stop 11.448096449 |
2312 | 2023-12-01T19:48:54.308Z | + ptime -m gzip |
2313 | 2023-12-01T19:48:56.681Z | |
2314 | 2023-12-01T19:48:56.681Z | real 2.371305663 |
2315 | 2023-12-01T19:48:56.681Z | user 2.342717640 |
2316 | 2023-12-01T19:48:56.681Z | sys 0.027739623 |
2317 | 2023-12-01T19:48:56.681Z | trap 0.000309177 |
2318 | 2023-12-01T19:48:56.681Z | tflt 0.000000000 |
2319 | 2023-12-01T19:48:56.681Z | dflt 0.000000000 |
2320 | 2023-12-01T19:48:56.684Z | kflt 0.000000000 |
2321 | 2023-12-01T19:48:56.685Z | lock 0.000000000 |
2322 | 2023-12-01T19:48:56.685Z | slp 0.000000000 |
2323 | 2023-12-01T19:48:56.685Z | lat 0.000181171 |
2324 | 2023-12-01T19:48:56.685Z | stop 0.000237228 |
2325 | 2023-12-01T19:48:56.685Z | process exited: duration 1138503 ms, exit code 0 |
|
2326 | 2023-12-01T19:48:56.704Z | found 5 output files |
2327 | 2023-12-01T19:48:56.704Z | uploading: /work/end-to-end-tests/bootstrap-7a35cfb1c9365afc.gz (6319260 bytes) |
2328 | 2023-12-01T19:49:00.387Z | uploaded: /work/end-to-end-tests/bootstrap-7a35cfb1c9365afc.gz |
2329 | 2023-12-01T19:49:00.387Z | uploading: /work/end-to-end-tests/bootstrap.gz (95846511 bytes) |
2330 | 2023-12-01T19:49:32.536Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2331 | 2023-12-01T19:49:32.536Z | uploading: /work/end-to-end-tests/end_to_end_tests-be479211b7b081a6.gz (99129568 bytes) |
2332 | 2023-12-01T19:50:01.369Z | uploaded: /work/end-to-end-tests/end_to_end_tests-be479211b7b081a6.gz |
2333 | 2023-12-01T19:50:01.369Z | uploading: /work/caboose-util.gz (4091465 bytes) |
2334 | 2023-12-01T19:50:04.135Z | uploaded: /work/caboose-util.gz |
2335 | 2023-12-01T19:50:04.136Z | uploading: /work/tufaceous.gz (14958995 bytes) |
2336 | 2023-12-01T19:50:10.452Z | uploaded: /work/tufaceous.gz |