|
|
|
1 | 2023-10-04T20:52:20.856Z | job assigned to worker 01HBY7AE6AZ5GQBVPQ9WJRXX6P (queued for 1 m 25 s) |
|
2 | 2023-10-04T20:52:21.835Z | starting task 0: "setup" |
3 | 2023-10-04T20:52:21.896Z | ++ uname -s |
4 | 2023-10-04T20:52:21.901Z | + kern=SunOS |
5 | 2023-10-04T20:52:21.905Z | + case "$kern" in |
6 | 2023-10-04T20:52:21.909Z | + groupadd -g 12345 build |
7 | 2023-10-04T20:52:21.913Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T20:52:23.928Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T20:52:24.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T20:52:24.015Z | + home_fs=zfs |
11 | 2023-10-04T20:52:24.019Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T20:52:24.021Z | + mkdir -p /home/build |
13 | 2023-10-04T20:52:24.024Z | + chown build:build /home/build /work |
14 | 2023-10-04T20:52:26.021Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T20:52:26.024Z | process exited: duration 4182 ms, exit code 0 |
|
16 | 2023-10-04T20:52:26.031Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T20:52:26.043Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T20:52:26.046Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T20:52:26.219Z | info: downloading installer |
20 | 2023-10-04T20:52:29.532Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T20:52:29.536Z | warning: /opt/ooce/bin |
22 | 2023-10-04T20:52:29.556Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T20:52:29.560Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T20:52:29.566Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T20:52:29.569Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T20:52:29.573Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T20:52:29.576Z | error: cannot install while Rust is installed |
28 | 2023-10-04T20:52:29.579Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T20:52:30.022Z | info: profile set to 'default' |
30 | 2023-10-04T20:52:30.026Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T20:52:30.030Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T20:52:30.203Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T20:52:30.206Z | info: downloading component 'cargo' |
34 | 2023-10-04T20:52:30.987Z | info: downloading component 'clippy' |
35 | 2023-10-04T20:52:31.266Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T20:52:32.262Z | info: downloading component 'rust-std' |
37 | 2023-10-04T20:52:34.015Z | info: downloading component 'rustc' |
38 | 2023-10-04T20:52:38.426Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T20:52:38.679Z | info: installing component 'cargo' |
40 | 2023-10-04T20:52:40.601Z | info: installing component 'clippy' |
41 | 2023-10-04T20:52:41.427Z | info: installing component 'rust-docs' |
42 | 2023-10-04T20:52:44.139Z | info: installing component 'rust-std' |
43 | 2023-10-04T20:52:48.004Z | info: installing component 'rustc' |
44 | 2023-10-04T20:52:57.324Z | info: installing component 'rustfmt' |
45 | 2023-10-04T20:52:57.731Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T20:52:57.734Z | |
47 | 2023-10-04T20:52:57.897Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T20:52:57.900Z | |
49 | 2023-10-04T20:52:57.905Z | |
50 | 2023-10-04T20:52:57.908Z | Rust is installed now. Great! |
51 | 2023-10-04T20:52:57.911Z | |
52 | 2023-10-04T20:52:57.913Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T20:52:57.916Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T20:52:57.919Z | |
55 | 2023-10-04T20:52:57.922Z | To configure your current shell, run: |
56 | 2023-10-04T20:52:57.925Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T20:52:57.982Z | + rustc --version |
58 | 2023-10-04T20:52:58.105Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T20:52:58.114Z | process exited: duration 32067 ms, exit code 0 |
|
60 | 2023-10-04T20:52:58.122Z | starting task 2: "authentication" |
61 | 2023-10-04T20:52:58.158Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-10-04T20:52:58.164Z | starting task 3: "clone repository" |
63 | 2023-10-04T20:52:58.173Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T20:52:58.176Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T20:52:58.239Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T20:53:05.668Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T20:53:05.671Z | + [[ -n alan/new-c-bull ]] |
68 | 2023-10-04T20:53:05.674Z | + git fetch origin alan/new-c-bull |
69 | 2023-10-04T20:53:06.081Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T20:53:06.087Z | * branch alan/new-c-bull -> FETCH_HEAD |
71 | 2023-10-04T20:53:06.096Z | + git checkout -B alan/new-c-bull remotes/origin/alan/new-c-bull |
72 | 2023-10-04T20:53:06.174Z | Switched to a new branch 'alan/new-c-bull' |
73 | 2023-10-04T20:53:06.177Z | branch 'alan/new-c-bull' set up to track 'origin/alan/new-c-bull'. |
74 | 2023-10-04T20:53:06.180Z | + git reset --hard e1d680b7673239f44095a466b28550625604c412 |
75 | 2023-10-04T20:53:06.191Z | HEAD is now at e1d680b7 Use the Default |
76 | 2023-10-04T20:53:06.201Z | process exited: duration 8026 ms, exit code 0 |
|
77 | 2023-10-04T20:53:06.208Z | starting task 4: "build" |
78 | 2023-10-04T20:53:06.220Z | + cargo --version |
79 | 2023-10-04T20:53:06.305Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T20:53:06.308Z | + rustc --version |
81 | 2023-10-04T20:53:06.411Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T20:53:06.414Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-04T20:53:15.145Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-04T20:53:15.737Z | Startup: Caching catalogs ... Done |
85 | 2023-10-04T20:53:18.506Z | Planning: Solver setup ... Done (2.556s) |
86 | 2023-10-04T20:53:18.677Z | Planning: Running solver ... Done (0.171s) |
87 | 2023-10-04T20:53:18.710Z | Planning: Finding local manifests ... Done (0.004s) |
88 | 2023-10-04T20:53:18.768Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-04T20:53:19.059Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-04T20:53:19.142Z | Planning: Package planning ... Done (0.084s) |
91 | 2023-10-04T20:53:19.226Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-04T20:53:19.994Z | Planning: Checking for conflicting actions ... Done (0.768s) |
93 | 2023-10-04T20:53:20.012Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-04T20:53:24.197Z | Planning: Evaluating mediators ... Done (4.185s) |
95 | 2023-10-04T20:53:24.213Z | Planning: Planning completed in 8.42 seconds |
96 | 2023-10-04T20:53:24.268Z | Packages to install: 4 |
97 | 2023-10-04T20:53:24.271Z | Mediators to change: 2 |
98 | 2023-10-04T20:53:24.275Z | Services to change: 1 |
99 | 2023-10-04T20:53:24.278Z | Estimated space available: 149.39 GB |
100 | 2023-10-04T20:53:24.281Z | Estimated space to be consumed: 1.35 GB |
101 | 2023-10-04T20:53:24.284Z | Create boot environment: No |
102 | 2023-10-04T20:53:24.288Z | Create backup boot environment: No |
103 | 2023-10-04T20:53:24.291Z | Rebuild boot archive: No |
104 | 2023-10-04T20:53:24.296Z | |
105 | 2023-10-04T20:53:24.299Z | Changed mediators: |
106 | 2023-10-04T20:53:24.302Z | mediator clang: |
107 | 2023-10-04T20:53:24.306Z | version: None -> 15 (system default) |
108 | 2023-10-04T20:53:24.309Z | |
109 | 2023-10-04T20:53:24.312Z | mediator llvm: |
110 | 2023-10-04T20:53:24.315Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-04T20:53:24.318Z | |
112 | 2023-10-04T20:53:24.321Z | Changed packages: |
113 | 2023-10-04T20:53:24.325Z | helios-dev |
114 | 2023-10-04T20:53:24.328Z | developer/build-essential |
115 | 2023-10-04T20:53:24.332Z | None -> 11-2.0 |
116 | 2023-10-04T20:53:24.336Z | library/libxmlsec1 |
117 | 2023-10-04T20:53:24.339Z | None -> 1.2.35-2.0 |
118 | 2023-10-04T20:53:24.343Z | ooce/developer/clang-15 |
119 | 2023-10-04T20:53:24.346Z | None -> 15.0.7-2.0 |
120 | 2023-10-04T20:53:24.350Z | ooce/developer/llvm-15 |
121 | 2023-10-04T20:53:24.354Z | None -> 15.0.7-2.0 |
122 | 2023-10-04T20:53:24.357Z | |
123 | 2023-10-04T20:53:24.360Z | Services: |
124 | 2023-10-04T20:53:24.363Z | restart_fmri: |
125 | 2023-10-04T20:53:24.366Z | svc:/system/update-man-index:default |
126 | 2023-10-04T20:53:24.531Z | |
127 | 2023-10-04T20:53:24.534Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-04T20:53:29.530Z | Download: 404/3290 items 16.5/212.6MB 7% complete (3.4M/s) |
129 | 2023-10-04T20:53:34.530Z | Download: 1135/3290 items 43.9/212.6MB 20% complete (4.3M/s) |
130 | 2023-10-04T20:53:39.932Z | Download: 1197/3290 items 83.3/212.6MB 39% complete (8.2M/s) |
131 | 2023-10-04T20:53:44.935Z | Download: 1791/3290 items 117.7/212.6MB 55% complete (5.7M/s) |
132 | 2023-10-04T20:53:50.078Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (5.0M/s) |
133 | 2023-10-04T20:53:55.104Z | Download: 2623/3290 items 120.6/212.6MB 56% complete (306k/s) |
134 | 2023-10-04T20:54:00.103Z | Download: 3126/3290 items 138.0/212.6MB 64% complete (1.8M/s) |
135 | 2023-10-04T20:54:05.181Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (8.3M/s) |
136 | 2023-10-04T20:54:15.670Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
137 | 2023-10-04T20:54:16.808Z | Download: Completed 212.60 MB in 52.28 seconds (4.1M/s) |
138 | 2023-10-04T20:54:17.109Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-10-04T20:54:22.131Z | Actions: 2506/3687 actions (Installing new actions) |
140 | 2023-10-04T20:54:25.281Z | Actions: Completed 3687 actions in 8.13 seconds. |
141 | 2023-10-04T20:54:25.292Z | Done (0.053s) |
142 | 2023-10-04T20:54:25.295Z | Done (0.000s) |
143 | 2023-10-04T20:54:25.431Z | Done (0.138s) |
144 | 2023-10-04T20:54:33.138Z | Done (7.604s) |
145 | 2023-10-04T20:54:33.431Z | Done (0.195s) |
146 | 2023-10-04T20:54:33.446Z | Done (0.000s) |
147 | 2023-10-04T20:54:33.681Z | Done (0.000s) |
148 | 2023-10-04T20:54:34.321Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-10-04T20:54:34.600Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-10-04T20:54:34.604Z | Planning: Consolidating action changes ... Done |
151 | 2023-10-04T20:54:35.029Z | Planning: Evaluating mediators ... Done |
152 | 2023-10-04T20:54:35.032Z | Planning: Planning completed in 0.71 seconds |
153 | 2023-10-04T20:54:35.083Z | Mediators to change: 2 |
154 | 2023-10-04T20:54:35.086Z | Create boot environment: No |
155 | 2023-10-04T20:54:35.089Z | Create backup boot environment: No |
156 | 2023-10-04T20:54:35.173Z | Done |
157 | 2023-10-04T20:54:35.592Z | Done |
158 | 2023-10-04T20:54:35.595Z | Done |
159 | 2023-10-04T20:54:41.052Z | Done |
160 | 2023-10-04T20:54:41.168Z | Done |
161 | 2023-10-04T20:54:41.171Z | Done |
162 | 2023-10-04T20:54:41.287Z | Done |
163 | 2023-10-04T20:54:42.306Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-04T20:54:42.309Z | Planning: Merging actions ... Done |
165 | 2023-10-04T20:54:42.637Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-10-04T20:54:42.640Z | Planning: Consolidating action changes ... Done |
167 | 2023-10-04T20:54:43.064Z | Planning: Evaluating mediators ... Done |
168 | 2023-10-04T20:54:43.155Z | Planning: Planning completed in 1.30 seconds |
169 | 2023-10-04T20:54:43.210Z | Packages to change: 1 |
170 | 2023-10-04T20:54:43.213Z | Mediators to change: 1 |
171 | 2023-10-04T20:54:43.216Z | Services to change: 1 |
172 | 2023-10-04T20:54:43.219Z | Create boot environment: No |
173 | 2023-10-04T20:54:43.223Z | Create backup boot environment: Yes |
174 | 2023-10-04T20:54:45.800Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-10-04T20:54:45.803Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-10-04T20:54:45.806Z | Done |
177 | 2023-10-04T20:54:45.809Z | Done |
178 | 2023-10-04T20:54:45.812Z | Done |
179 | 2023-10-04T20:54:51.685Z | Done |
180 | 2023-10-04T20:54:51.804Z | Done |
181 | 2023-10-04T20:54:51.807Z | Done |
182 | 2023-10-04T20:54:51.903Z | Done |
183 | 2023-10-04T20:54:52.564Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-10-04T20:54:52.568Z | clang system 15 system |
185 | 2023-10-04T20:54:52.571Z | csh system system illumos |
186 | 2023-10-04T20:54:52.574Z | ctags system system illumos |
187 | 2023-10-04T20:54:52.577Z | gcc vendor 12 vendor |
188 | 2023-10-04T20:54:52.580Z | gcc system 10 system |
189 | 2023-10-04T20:54:52.583Z | gcc system 7 system |
190 | 2023-10-04T20:54:52.586Z | go system 1.20 system |
191 | 2023-10-04T20:54:52.589Z | go system 1.19 system |
192 | 2023-10-04T20:54:52.592Z | llvm system 15 system |
193 | 2023-10-04T20:54:52.596Z | llvm system 14 system |
194 | 2023-10-04T20:54:52.599Z | mariadb system 10.6 system |
195 | 2023-10-04T20:54:52.602Z | mta vendor vendor dma |
196 | 2023-10-04T20:54:52.605Z | openjdk system 17 system |
197 | 2023-10-04T20:54:52.608Z | openjdk system 11 system |
198 | 2023-10-04T20:54:52.611Z | openjdk system 1.8 system |
199 | 2023-10-04T20:54:52.615Z | openssl vendor 3 vendor |
200 | 2023-10-04T20:54:52.618Z | perl system 5.36 system |
201 | 2023-10-04T20:54:52.621Z | postgresql system 15 system |
202 | 2023-10-04T20:54:52.624Z | postgresql system 13 system |
203 | 2023-10-04T20:54:52.627Z | python vendor 3 vendor |
204 | 2023-10-04T20:54:52.630Z | python system 2 system |
205 | 2023-10-04T20:54:52.633Z | python3 system 3.11 system |
206 | 2023-10-04T20:54:52.635Z | ruby system 3.0 system |
207 | 2023-10-04T20:54:52.639Z | words vendor vendor american-english |
208 | 2023-10-04T20:54:52.641Z | words system system australian-english |
209 | 2023-10-04T20:54:52.644Z | words system system british-english |
210 | 2023-10-04T20:54:52.647Z | words system system canadian-english |
211 | 2023-10-04T20:54:52.650Z | words system system french |
212 | 2023-10-04T20:54:52.654Z | words system system italian |
213 | 2023-10-04T20:54:52.658Z | words system system ngerman |
214 | 2023-10-04T20:54:52.661Z | words system system ogerman |
215 | 2023-10-04T20:54:52.664Z | words system system spanish |
216 | 2023-10-04T20:54:53.170Z | FMRI IFO |
217 | 2023-10-04T20:54:53.179Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-10-04T20:54:53.182Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-10-04T20:54:53.186Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-10-04T20:54:53.190Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-10-04T20:54:53.193Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-10-04T20:54:53.199Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-10-04T20:54:53.207Z | + set -o errexit |
224 | 2023-10-04T20:54:53.217Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-10-04T20:54:53.220Z | ++ cd ./tools |
226 | 2023-10-04T20:54:53.224Z | ++ pwd |
227 | 2023-10-04T20:54:53.238Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-10-04T20:54:53.278Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-10-04T20:54:53.280Z | + ARG0=ci_download_cockroachdb |
230 | 2023-10-04T20:54:53.284Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-10-04T20:54:53.287Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-10-04T20:54:53.293Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-10-04T20:54:53.299Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-10-04T20:54:53.303Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-10-04T20:54:53.306Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-10-04T20:54:53.310Z | + TARGET_DIR=out |
237 | 2023-10-04T20:54:53.313Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-10-04T20:54:53.316Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-10-04T20:54:53.320Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-10-04T20:54:53.323Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-10-04T20:54:53.326Z | + main |
242 | 2023-10-04T20:54:53.329Z | + [[ 0 != 0 ]] |
243 | 2023-10-04T20:54:53.332Z | + CIDL_OS=solaris2.11 |
244 | 2023-10-04T20:54:53.336Z | + [[ 0 != 0 ]] |
245 | 2023-10-04T20:54:53.339Z | + configure_os solaris2.11 |
246 | 2023-10-04T20:54:53.342Z | + echo 'current directory: /work/oxidecomputer/omicron' |
247 | 2023-10-04T20:54:53.346Z | current directory: /work/oxidecomputer/omicron |
248 | 2023-10-04T20:54:53.350Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-10-04T20:54:53.354Z | configuring based on OS: "solaris2.11" |
250 | 2023-10-04T20:54:53.357Z | + case "$1" in |
251 | 2023-10-04T20:54:53.360Z | + CIDL_BUILD=illumos |
252 | 2023-10-04T20:54:53.364Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-10-04T20:54:53.370Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-10-04T20:54:53.374Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-10-04T20:54:53.377Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-10-04T20:54:53.381Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-10-04T20:54:53.385Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-10-04T20:54:53.388Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-04T20:54:53.391Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-04T20:54:53.395Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-10-04T20:54:53.398Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-04T20:54:53.401Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-04T20:54:53.404Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-04T20:54:53.408Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-10-04T20:54:53.411Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-04T20:54:53.415Z | + mkdir -p out/downloads |
267 | 2023-10-04T20:54:53.418Z | + mkdir -p ./out/cockroachdb |
268 | 2023-10-04T20:54:53.421Z | + local DO_DOWNLOAD=true |
269 | 2023-10-04T20:54:53.428Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-10-04T20:54:53.431Z | + '[' true == true ']' |
271 | 2023-10-04T20:54:53.435Z | + echo Downloading... |
272 | 2023-10-04T20:54:53.438Z | Downloading... |
273 | 2023-10-04T20:54:53.441Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-04T20:54:53.445Z | + 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 |
275 | 2023-10-04T20:54:59.957Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-04T20:54:59.960Z | ++ md5sum |
277 | 2023-10-04T20:54:59.963Z | ++ awk '{print $1}' |
278 | 2023-10-04T20:55:00.142Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-10-04T20:55:00.145Z | + [[ 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 ]] |
280 | 2023-10-04T20:55:00.148Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-04T20:55:00.151Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
282 | 2023-10-04T20:55:03.546Z | + do_assemble_illumos |
283 | 2023-10-04T20:55:03.575Z | + rm -r ./out/cockroachdb |
284 | 2023-10-04T20:55:03.582Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
285 | 2023-10-04T20:55:04.139Z | + ./out/cockroachdb/bin/cockroach version |
286 | 2023-10-04T20:55:04.352Z | Build Tag: v22.1.9-dirty |
287 | 2023-10-04T20:55:04.361Z | Build Time: 2022/10/26 21:17:46 |
288 | 2023-10-04T20:55:04.368Z | Distribution: OSS |
289 | 2023-10-04T20:55:04.373Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
290 | 2023-10-04T20:55:04.382Z | Go Version: go1.17.13 |
291 | 2023-10-04T20:55:04.396Z | C Compiler: gcc 10.3.0 |
292 | 2023-10-04T20:55:04.406Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
293 | 2023-10-04T20:55:04.416Z | Build Type: release |
294 | 2023-10-04T20:55:04.435Z | + set -o errexit |
295 | 2023-10-04T20:55:04.859Z | +++ dirname ./tools/ci_download_clickhouse |
296 | 2023-10-04T20:55:04.864Z | ++ cd ./tools |
297 | 2023-10-04T20:55:04.871Z | ++ pwd |
298 | 2023-10-04T20:55:05.289Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
299 | 2023-10-04T20:55:05.293Z | ++ basename ./tools/ci_download_clickhouse |
300 | 2023-10-04T20:55:05.296Z | + ARG0=ci_download_clickhouse |
301 | 2023-10-04T20:55:05.300Z | + TARGET_DIR=out |
302 | 2023-10-04T20:55:05.305Z | + DOWNLOAD_DIR=out/downloads |
303 | 2023-10-04T20:55:05.312Z | + DEST_DIR=./out/clickhouse |
304 | 2023-10-04T20:55:05.317Z | + CIDL_VERSION=v22.8.9.24 |
305 | 2023-10-04T20:55:05.321Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
306 | 2023-10-04T20:55:05.325Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
307 | 2023-10-04T20:55:05.329Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
308 | 2023-10-04T20:55:05.333Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
309 | 2023-10-04T20:55:05.336Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
310 | 2023-10-04T20:55:05.339Z | + main |
311 | 2023-10-04T20:55:05.344Z | + [[ 0 != 0 ]] |
312 | 2023-10-04T20:55:05.349Z | + CIDL_OS=solaris2.11 |
313 | 2023-10-04T20:55:05.353Z | + [[ 0 != 0 ]] |
314 | 2023-10-04T20:55:05.358Z | + configure_os solaris2.11 |
315 | 2023-10-04T20:55:05.366Z | + echo 'current directory: /work/oxidecomputer/omicron' |
316 | 2023-10-04T20:55:05.376Z | current directory: /work/oxidecomputer/omicron |
317 | 2023-10-04T20:55:05.393Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-10-04T20:55:05.408Z | configuring based on OS: "solaris2.11" |
319 | 2023-10-04T20:55:05.824Z | + CIDL_DASHREV= |
320 | 2023-10-04T20:55:05.833Z | + case "$1" in |
321 | 2023-10-04T20:55:05.841Z | + CIDL_PLATFORM=illumos |
322 | 2023-10-04T20:55:05.850Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-10-04T20:55:05.856Z | + CIDL_MD5FUNC=do_md5sum |
324 | 2023-10-04T20:55:05.864Z | + CIDL_DASHREV=-1 |
325 | 2023-10-04T20:55:05.875Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
326 | 2023-10-04T20:55:05.883Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-04T20:55:05.890Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-04T20:55:05.899Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-04T20:55:05.908Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-04T20:55:05.914Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-04T20:55:05.921Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-10-04T20:55:05.972Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-04T20:55:05.979Z | + mkdir -p out/downloads |
334 | 2023-10-04T20:55:05.986Z | + mkdir -p ./out/clickhouse |
335 | 2023-10-04T20:55:05.989Z | + local DO_DOWNLOAD=true |
336 | 2023-10-04T20:55:05.994Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
337 | 2023-10-04T20:55:05.999Z | + '[' true == true ']' |
338 | 2023-10-04T20:55:06.006Z | + echo Downloading... |
339 | 2023-10-04T20:55:06.011Z | Downloading... |
340 | 2023-10-04T20:55:06.016Z | + 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 |
341 | 2023-10-04T20:55:06.020Z | + 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 |
342 | 2023-10-04T20:55:06.024Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-04T20:55:06.028Z | ++ md5sum |
344 | 2023-10-04T20:55:06.033Z | ++ awk '{print $1}' |
345 | 2023-10-04T20:55:06.079Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-10-04T20:55:06.084Z | + [[ 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 ]] |
347 | 2023-10-04T20:55:06.087Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
348 | 2023-10-04T20:55:06.091Z | + mkdir -p ./out/clickhouse |
349 | 2023-10-04T20:55:06.094Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
350 | 2023-10-04T20:55:11.066Z | + ./out/clickhouse/clickhouse server --version |
351 | 2023-10-04T20:55:11.188Z | ClickHouse server version 22.8.9.1. |
352 | 2023-10-04T20:55:11.202Z | + set -o errexit |
353 | 2023-10-04T20:55:11.222Z | +++ dirname ./tools/ci_download_console |
354 | 2023-10-04T20:55:11.234Z | ++ cd ./tools |
355 | 2023-10-04T20:55:11.251Z | ++ pwd |
356 | 2023-10-04T20:55:11.261Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
357 | 2023-10-04T20:55:11.265Z | ++ basename ./tools/ci_download_console |
358 | 2023-10-04T20:55:11.269Z | + ARG0=ci_download_console |
359 | 2023-10-04T20:55:11.274Z | + TARGET_DIR=out |
360 | 2023-10-04T20:55:11.280Z | + DOWNLOAD_DIR=out/downloads |
361 | 2023-10-04T20:55:11.285Z | + DEST_DIR=./out/console-assets |
362 | 2023-10-04T20:55:11.288Z | + source /work/oxidecomputer/omicron/tools/console_version |
363 | 2023-10-04T20:55:11.295Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
364 | 2023-10-04T20:55:11.299Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
365 | 2023-10-04T20:55:11.304Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
366 | 2023-10-04T20:55:11.313Z | + TARBALL_FILE=out/downloads/console.tar.gz |
367 | 2023-10-04T20:55:11.317Z | + main |
368 | 2023-10-04T20:55:11.321Z | + [[ 0 != 0 ]] |
369 | 2023-10-04T20:55:11.325Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
370 | 2023-10-04T20:55:11.329Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
371 | 2023-10-04T20:55:11.333Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-10-04T20:55:11.336Z | Local file: out/downloads/console.tar.gz |
373 | 2023-10-04T20:55:11.340Z | + local DO_DOWNLOAD=true |
374 | 2023-10-04T20:55:11.344Z | + [[ -f out/downloads/console.tar.gz ]] |
375 | 2023-10-04T20:55:11.350Z | + mkdir -p out/downloads |
376 | 2023-10-04T20:55:11.392Z | + '[' true == true ']' |
377 | 2023-10-04T20:55:11.418Z | + echo Downloading... |
378 | 2023-10-04T20:55:11.429Z | Downloading... |
379 | 2023-10-04T20:55:11.852Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
380 | 2023-10-04T20:55:11.864Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
381 | 2023-10-04T20:55:11.901Z | ++ do_sha256sum out/downloads/console.tar.gz |
382 | 2023-10-04T20:55:11.913Z | ++ case "$OSTYPE" in |
383 | 2023-10-04T20:55:11.924Z | ++ SHA=sha256sum |
384 | 2023-10-04T20:55:11.934Z | ++ sha256sum |
385 | 2023-10-04T20:55:11.943Z | ++ awk '{print $1}' |
386 | 2023-10-04T20:55:11.952Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
387 | 2023-10-04T20:55:11.964Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
388 | 2023-10-04T20:55:11.974Z | + rm -rf ./out/console-assets |
389 | 2023-10-04T20:55:11.986Z | + mkdir -p ./out/console-assets |
390 | 2023-10-04T20:55:12.400Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
391 | 2023-10-04T20:55:12.404Z | + mkdir -p ./out/console-assets |
392 | 2023-10-04T20:55:12.408Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
393 | 2023-10-04T20:55:12.412Z | + set -o errexit |
394 | 2023-10-04T20:55:12.416Z | +++ dirname ./tools/ci_download_maghemite_openapi |
395 | 2023-10-04T20:55:12.420Z | ++ cd ./tools |
396 | 2023-10-04T20:55:12.425Z | ++ pwd |
397 | 2023-10-04T20:55:12.430Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-10-04T20:55:12.436Z | ++ basename ./tools/ci_download_maghemite_openapi |
399 | 2023-10-04T20:55:12.442Z | + ARG0=ci_download_maghemite_openapi |
400 | 2023-10-04T20:55:12.449Z | + TARGET_DIR=out |
401 | 2023-10-04T20:55:12.462Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-10-04T20:55:12.476Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
403 | 2023-10-04T20:55:12.495Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
404 | 2023-10-04T20:55:12.502Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
405 | 2023-10-04T20:55:12.512Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
406 | 2023-10-04T20:55:12.523Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
407 | 2023-10-04T20:55:12.533Z | + main |
408 | 2023-10-04T20:55:12.551Z | + [[ 0 != 0 ]] |
409 | 2023-10-04T20:55:12.559Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
410 | 2023-10-04T20:55:12.582Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
411 | 2023-10-04T20:55:12.723Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
412 | 2023-10-04T20:55:12.752Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
413 | 2023-10-04T20:55:13.179Z | + local DO_DOWNLOAD=true |
414 | 2023-10-04T20:55:13.600Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
415 | 2023-10-04T20:55:13.653Z | + mkdir -p out/downloads |
416 | 2023-10-04T20:55:13.675Z | + '[' true == true ']' |
417 | 2023-10-04T20:55:14.103Z | + echo Downloading... |
418 | 2023-10-04T20:55:14.119Z | Downloading... |
419 | 2023-10-04T20:55:14.135Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
420 | 2023-10-04T20:55:14.159Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
421 | 2023-10-04T20:55:14.213Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-10-04T20:55:14.233Z | ++ case "$OSTYPE" in |
423 | 2023-10-04T20:55:14.251Z | ++ SHA=sha256sum |
424 | 2023-10-04T20:55:14.267Z | ++ sha256sum |
425 | 2023-10-04T20:55:14.280Z | ++ awk '{print $1}' |
426 | 2023-10-04T20:55:14.370Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-04T20:55:14.395Z | + [[ 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 ]] |
428 | 2023-10-04T20:55:14.415Z | + set -o errexit |
429 | 2023-10-04T20:55:14.427Z | +++ dirname ./tools/ci_download_dendrite_openapi |
430 | 2023-10-04T20:55:14.450Z | ++ cd ./tools |
431 | 2023-10-04T20:55:14.485Z | ++ pwd |
432 | 2023-10-04T20:55:14.506Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2023-10-04T20:55:14.535Z | ++ basename ./tools/ci_download_dendrite_openapi |
434 | 2023-10-04T20:55:14.549Z | + ARG0=ci_download_dendrite_openapi |
435 | 2023-10-04T20:55:14.569Z | + TARGET_DIR=out |
436 | 2023-10-04T20:55:14.612Z | + DOWNLOAD_DIR=out/downloads |
437 | 2023-10-04T20:55:14.634Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
438 | 2023-10-04T20:55:14.649Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
439 | 2023-10-04T20:55:14.667Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
440 | 2023-10-04T20:55:14.684Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
441 | 2023-10-04T20:55:14.698Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
442 | 2023-10-04T20:55:14.708Z | + main |
443 | 2023-10-04T20:55:14.725Z | + [[ 0 != 0 ]] |
444 | 2023-10-04T20:55:14.740Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
445 | 2023-10-04T20:55:14.751Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
446 | 2023-10-04T20:55:14.769Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
447 | 2023-10-04T20:55:14.783Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
448 | 2023-10-04T20:55:14.791Z | + local DO_DOWNLOAD=true |
449 | 2023-10-04T20:55:14.798Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
450 | 2023-10-04T20:55:14.809Z | + mkdir -p out/downloads |
451 | 2023-10-04T20:55:14.822Z | + '[' true == true ']' |
452 | 2023-10-04T20:55:15.257Z | + echo Downloading... |
453 | 2023-10-04T20:55:15.272Z | Downloading... |
454 | 2023-10-04T20:55:15.281Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
455 | 2023-10-04T20:55:15.288Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
456 | 2023-10-04T20:55:15.292Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
457 | 2023-10-04T20:55:15.296Z | ++ case "$OSTYPE" in |
458 | 2023-10-04T20:55:15.301Z | ++ SHA=sha256sum |
459 | 2023-10-04T20:55:15.361Z | ++ sha256sum |
460 | 2023-10-04T20:55:15.419Z | ++ awk '{print $1}' |
461 | 2023-10-04T20:55:15.429Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
462 | 2023-10-04T20:55:15.435Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
463 | 2023-10-04T20:55:15.443Z | + set -o errexit |
464 | 2023-10-04T20:55:15.449Z | +++ dirname ./tools/ci_download_dendrite_stub |
465 | 2023-10-04T20:55:15.454Z | ++ cd ./tools |
466 | 2023-10-04T20:55:15.478Z | ++ pwd |
467 | 2023-10-04T20:55:15.497Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2023-10-04T20:55:15.929Z | ++ basename ./tools/ci_download_dendrite_stub |
469 | 2023-10-04T20:55:16.757Z | + ARG0=ci_download_dendrite_stub |
470 | 2023-10-04T20:55:16.774Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
471 | 2023-10-04T20:55:16.790Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
472 | 2023-10-04T20:55:16.804Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
473 | 2023-10-04T20:55:16.817Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
474 | 2023-10-04T20:55:16.830Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2023-10-04T20:55:16.838Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
476 | 2023-10-04T20:55:16.846Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
477 | 2023-10-04T20:55:16.854Z | + TARGET_DIR=out |
478 | 2023-10-04T20:55:16.858Z | current directory: /work/oxidecomputer/omicron |
479 | 2023-10-04T20:55:16.865Z | + DOWNLOAD_DIR=out/downloads |
480 | 2023-10-04T20:55:16.870Z | configuring based on OS: "solaris2.11" |
481 | 2023-10-04T20:55:16.874Z | + DEST_DIR=./out/dendrite-stub |
482 | 2023-10-04T20:55:16.884Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
483 | 2023-10-04T20:55:16.889Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
484 | 2023-10-04T20:55:16.892Z | Local file: out/downloads/dendrite-stub.tar.gz |
485 | 2023-10-04T20:55:16.897Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
486 | 2023-10-04T20:55:16.901Z | Downloading... |
487 | 2023-10-04T20:55:16.905Z | + REPO=oxidecomputer/dendrite |
488 | 2023-10-04T20:55:16.918Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
489 | 2023-10-04T20:55:17.349Z | + main |
490 | 2023-10-04T20:55:17.359Z | + [[ 0 != 0 ]] |
491 | 2023-10-04T20:55:17.364Z | + CIDL_OS=solaris2.11 |
492 | 2023-10-04T20:55:17.381Z | + [[ 0 != 0 ]] |
493 | 2023-10-04T20:55:17.386Z | + configure_os solaris2.11 |
494 | 2023-10-04T20:55:17.400Z | + echo 'current directory: /work/oxidecomputer/omicron' |
495 | 2023-10-04T20:55:17.407Z | + echo 'configuring based on OS: "solaris2.11"' |
496 | 2023-10-04T20:55:17.414Z | + case "$1" in |
497 | 2023-10-04T20:55:17.423Z | + SET_BINARIES= |
498 | 2023-10-04T20:55:17.433Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
499 | 2023-10-04T20:55:17.437Z | + CIDL_SHA256FUNC=do_sha256sum |
500 | 2023-10-04T20:55:17.441Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
501 | 2023-10-04T20:55:17.445Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
502 | 2023-10-04T20:55:17.452Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
503 | 2023-10-04T20:55:17.489Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
504 | 2023-10-04T20:55:17.494Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
505 | 2023-10-04T20:55:17.508Z | + mkdir -p out/downloads |
506 | 2023-10-04T20:55:17.512Z | + mkdir -p ./out/dendrite-stub |
507 | 2023-10-04T20:55:17.515Z | + fetch_and_verify |
508 | 2023-10-04T20:55:17.525Z | + local DO_DOWNLOAD=true |
509 | 2023-10-04T20:55:17.534Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
510 | 2023-10-04T20:55:17.555Z | + '[' true == true ']' |
511 | 2023-10-04T20:55:17.566Z | + echo Downloading... |
512 | 2023-10-04T20:55:17.577Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
513 | 2023-10-04T20:55:17.590Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
514 | 2023-10-04T20:55:24.221Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
515 | 2023-10-04T20:55:24.225Z | ++ sha256sum |
516 | 2023-10-04T20:55:24.229Z | ++ awk '{print $1}' |
517 | 2023-10-04T20:55:24.320Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
518 | 2023-10-04T20:55:24.323Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
519 | 2023-10-04T20:55:24.327Z | + do_untar out/downloads/dendrite-stub.tar.gz |
520 | 2023-10-04T20:55:24.330Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
521 | 2023-10-04T20:55:25.272Z | + do_assemble |
522 | 2023-10-04T20:55:25.280Z | + rm -r ./out/dendrite-stub |
523 | 2023-10-04T20:55:25.290Z | + mkdir ./out/dendrite-stub |
524 | 2023-10-04T20:55:25.719Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
525 | 2023-10-04T20:55:25.753Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
526 | 2023-10-04T20:55:25.774Z | + set -o errexit |
527 | 2023-10-04T20:55:26.209Z | +++ dirname ./tools/ci_download_transceiver_control |
528 | 2023-10-04T20:55:26.628Z | ++ cd ./tools |
529 | 2023-10-04T20:55:26.644Z | ++ pwd |
530 | 2023-10-04T20:55:26.660Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-10-04T20:55:26.676Z | ++ basename ./tools/ci_download_transceiver_control |
532 | 2023-10-04T20:55:27.114Z | + ARG0=ci_download_transceiver_control |
533 | 2023-10-04T20:55:27.151Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
534 | 2023-10-04T20:55:27.164Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
535 | 2023-10-04T20:55:27.173Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
536 | 2023-10-04T20:55:27.177Z | + TARGET_DIR=out |
537 | 2023-10-04T20:55:27.190Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-10-04T20:55:27.195Z | + DEST_DIR=./out/transceiver-control |
539 | 2023-10-04T20:55:27.199Z | + BIN_DIR=/opt/oxide/bin |
540 | 2023-10-04T20:55:27.206Z | + BINARY=xcvradm |
541 | 2023-10-04T20:55:27.217Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2023-10-04T20:55:27.224Z | + REPO=oxidecomputer/transceiver-control |
543 | 2023-10-04T20:55:27.229Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
544 | 2023-10-04T20:55:27.238Z | + main |
545 | 2023-10-04T20:55:27.247Z | + [[ 0 != 0 ]] |
546 | 2023-10-04T20:55:27.256Z | + CIDL_OS=solaris2.11 |
547 | 2023-10-04T20:55:27.262Z | + [[ 0 != 0 ]] |
548 | 2023-10-04T20:55:27.267Z | + configure_os solaris2.11 |
549 | 2023-10-04T20:55:27.274Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2023-10-04T20:55:27.285Z | current directory: /work/oxidecomputer/omicron |
551 | 2023-10-04T20:55:27.299Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2023-10-04T20:55:27.306Z | configuring based on OS: "solaris2.11" |
553 | 2023-10-04T20:55:27.313Z | + case "$1" in |
554 | 2023-10-04T20:55:27.320Z | + SET_BINARIES= |
555 | 2023-10-04T20:55:27.326Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
556 | 2023-10-04T20:55:27.336Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2023-10-04T20:55:27.343Z | + ARCHIVE_FILENAME=xcvradm.gz |
558 | 2023-10-04T20:55:27.356Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
559 | 2023-10-04T20:55:27.363Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
560 | 2023-10-04T20:55:27.370Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
561 | 2023-10-04T20:55:27.378Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
562 | 2023-10-04T20:55:27.385Z | + echo 'Local file: out/downloads/xcvradm.gz' |
563 | 2023-10-04T20:55:27.397Z | Local file: out/downloads/xcvradm.gz |
564 | 2023-10-04T20:55:27.408Z | + mkdir -p out/downloads |
565 | 2023-10-04T20:55:27.420Z | + mkdir -p ./out/transceiver-control |
566 | 2023-10-04T20:55:27.449Z | + fetch_and_verify |
567 | 2023-10-04T20:55:27.466Z | + local DO_DOWNLOAD=true |
568 | 2023-10-04T20:55:27.480Z | + [[ -f out/downloads/xcvradm.gz ]] |
569 | 2023-10-04T20:55:27.496Z | + '[' true == true ']' |
570 | 2023-10-04T20:55:27.517Z | + echo Downloading... |
571 | 2023-10-04T20:55:27.538Z | Downloading... |
572 | 2023-10-04T20:55:27.549Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
573 | 2023-10-04T20:55:27.567Z | + 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 |
574 | 2023-10-04T20:55:27.584Z | ++ do_sha256sum out/downloads/xcvradm.gz |
575 | 2023-10-04T20:55:27.602Z | ++ sha256sum |
576 | 2023-10-04T20:55:27.623Z | ++ awk '{print $1}' |
577 | 2023-10-04T20:55:27.642Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
578 | 2023-10-04T20:55:27.660Z | + [[ 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 ]] |
579 | 2023-10-04T20:55:27.677Z | + do_unpack out/downloads/xcvradm.gz |
580 | 2023-10-04T20:55:27.698Z | + mkdir -p out/downloads/root//opt/oxide/bin |
581 | 2023-10-04T20:55:27.719Z | + gzip -dc out/downloads/xcvradm.gz |
582 | 2023-10-04T20:55:27.739Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
583 | 2023-10-04T20:55:27.759Z | + do_assemble |
584 | 2023-10-04T20:55:28.185Z | + rm -r ./out/transceiver-control |
585 | 2023-10-04T20:55:28.197Z | + mkdir ./out/transceiver-control |
586 | 2023-10-04T20:55:28.207Z | + cp -r out/downloads/root ./out/transceiver-control/root |
587 | 2023-10-04T20:55:28.216Z | All prerequisites installed successfully |
588 | 2023-10-04T20:55:28.634Z | |
589 | 2023-10-04T20:55:28.639Z | real 2:20.888321279 |
590 | 2023-10-04T20:55:28.644Z | user 48.598187397 |
591 | 2023-10-04T20:55:28.648Z | sys 9.285079791 |
592 | 2023-10-04T20:55:28.653Z | trap 0.018101878 |
593 | 2023-10-04T20:55:28.664Z | tflt 0.168284195 |
594 | 2023-10-04T20:55:28.667Z | dflt 0.615477353 |
595 | 2023-10-04T20:55:28.671Z | kflt 0.122428068 |
596 | 2023-10-04T20:55:28.685Z | lock 1.581569678 |
597 | 2023-10-04T20:55:29.097Z | slp 4:25.653094743 |
598 | 2023-10-04T20:55:29.100Z | lat 3.172603119 |
599 | 2023-10-04T20:55:29.104Z | stop 0.065876508 |
600 | 2023-10-04T20:55:29.107Z | + banner end-to-end-tests |
601 | 2023-10-04T20:55:29.110Z | |
602 | 2023-10-04T20:55:29.113Z | ###### # # ##### ##### #### ###### # # ##### |
603 | 2023-10-04T20:55:29.117Z | # ## # # # # # # # ## # # # |
604 | 2023-10-04T20:55:29.128Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
605 | 2023-10-04T20:55:29.148Z | # # # # # # # # # # # # # # # |
606 | 2023-10-04T20:55:29.569Z | # # ## # # # # # # # ## # # |
607 | 2023-10-04T20:55:29.572Z | ###### # # ##### # #### ###### # # ##### |
608 | 2023-10-04T20:55:29.577Z | |
609 | 2023-10-04T20:55:29.590Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
610 | 2023-10-04T20:55:29.609Z | + CARGO_PROFILE_DEV_DEBUG=1 |
611 | 2023-10-04T20:55:29.627Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
612 | 2023-10-04T20:55:29.646Z | + CARGO_PROFILE_TEST_DEBUG=1 |
613 | 2023-10-04T20:55:29.662Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
614 | 2023-10-04T20:55:29.693Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
615 | 2023-10-04T20:55:29.709Z | Updating crates.io index |
616 | 2023-10-04T20:55:29.727Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
617 | 2023-10-04T20:55:29.743Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
618 | 2023-10-04T20:55:30.627Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
619 | 2023-10-04T20:55:31.264Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
620 | 2023-10-04T20:55:31.612Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
621 | 2023-10-04T20:55:31.924Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
622 | 2023-10-04T20:55:32.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
623 | 2023-10-04T20:55:33.423Z | Updating git repository `https://github.com/oxidecomputer/opte` |
624 | 2023-10-04T20:55:34.624Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
625 | 2023-10-04T20:55:35.102Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
626 | 2023-10-04T20:55:35.417Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
627 | 2023-10-04T20:55:35.765Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
628 | 2023-10-04T20:55:36.091Z | Updating git repository `https://github.com/njaremko/samael` |
629 | 2023-10-04T20:55:36.460Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
630 | 2023-10-04T20:55:38.188Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
631 | 2023-10-04T20:55:38.807Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
632 | 2023-10-04T20:55:39.315Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
633 | 2023-10-04T20:55:40.019Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
634 | 2023-10-04T20:55:40.535Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
635 | 2023-10-04T20:55:40.958Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
636 | 2023-10-04T20:55:49.722Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
637 | 2023-10-04T20:55:50.105Z | Updating git repository `https://github.com/jgallagher/nix` |
638 | 2023-10-04T20:55:51.386Z | Updating git repository `https://github.com/cbiffle/hubpack` |
639 | 2023-10-04T20:55:51.802Z | Updating git repository `https://github.com/oxidecomputer/typify` |
640 | 2023-10-04T20:55:52.841Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
641 | 2023-10-04T20:55:53.324Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
642 | 2023-10-04T20:55:53.656Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
643 | 2023-10-04T20:55:55.208Z | Downloading crates ... |
644 | 2023-10-04T20:55:55.461Z | Downloaded autocfg v1.1.0 |
645 | 2023-10-04T20:55:55.479Z | Downloaded ciborium-ll v0.2.1 |
646 | 2023-10-04T20:55:55.489Z | Downloaded curve25519-dalek-derive v0.1.0 |
647 | 2023-10-04T20:55:55.496Z | Downloaded colorchoice v1.0.0 |
648 | 2023-10-04T20:55:55.500Z | Downloaded clap_lex v0.5.1 |
649 | 2023-10-04T20:55:55.505Z | Downloaded password-hash v0.4.2 |
650 | 2023-10-04T20:55:55.513Z | Downloaded proc-macro-crate v1.3.1 |
651 | 2023-10-04T20:55:55.517Z | Downloaded polyval v0.6.1 |
652 | 2023-10-04T20:55:55.523Z | Downloaded num_enum_derive v0.7.0 |
653 | 2023-10-04T20:55:55.532Z | Downloaded parse-display v0.7.0 |
654 | 2023-10-04T20:55:55.541Z | Downloaded cstr-argument v0.1.2 |
655 | 2023-10-04T20:55:55.548Z | Downloaded cpufeatures v0.2.9 |
656 | 2023-10-04T20:55:55.556Z | Downloaded num_cpus v1.16.0 |
657 | 2023-10-04T20:55:55.565Z | Downloaded atty v0.2.14 |
658 | 2023-10-04T20:55:55.569Z | Downloaded parking_lot v0.11.2 |
659 | 2023-10-04T20:55:55.576Z | Downloaded crypto-bigint v0.5.2 |
660 | 2023-10-04T20:55:55.592Z | Downloaded diesel_table_macro_syntax v0.1.0 |
661 | 2023-10-04T20:55:55.595Z | Downloaded parse-display-derive v0.7.0 |
662 | 2023-10-04T20:55:55.598Z | Downloaded pkcs8 v0.10.2 |
663 | 2023-10-04T20:55:55.605Z | Downloaded proc-macro-error v1.0.4 |
664 | 2023-10-04T20:55:55.614Z | Downloaded pkg-config v0.3.27 |
665 | 2023-10-04T20:55:55.620Z | Downloaded blake2 v0.10.6 |
666 | 2023-10-04T20:55:55.626Z | Downloaded data-encoding v2.4.0 |
667 | 2023-10-04T20:55:55.629Z | Downloaded block-padding v0.3.3 |
668 | 2023-10-04T20:55:55.633Z | Downloaded time-core v0.1.1 |
669 | 2023-10-04T20:55:55.638Z | Downloaded block-buffer v0.10.4 |
670 | 2023-10-04T20:55:55.641Z | Downloaded aes-gcm-siv v0.11.1 |
671 | 2023-10-04T20:55:55.644Z | Downloaded pbkdf2 v0.11.0 |
672 | 2023-10-04T20:55:55.649Z | Downloaded multer v2.1.0 |
673 | 2023-10-04T20:55:55.656Z | Downloaded crossbeam-epoch v0.9.15 |
674 | 2023-10-04T20:55:55.664Z | Downloaded pest_meta v2.7.2 |
675 | 2023-10-04T20:55:55.673Z | Downloaded chacha20poly1305 v0.10.1 |
676 | 2023-10-04T20:55:55.682Z | Downloaded nibble_vec v0.1.0 |
677 | 2023-10-04T20:55:55.688Z | Downloaded instant v0.1.12 |
678 | 2023-10-04T20:55:55.692Z | Downloaded password-hash v0.5.0 |
679 | 2023-10-04T20:55:55.697Z | Downloaded ed25519 v2.2.2 |
680 | 2023-10-04T20:55:55.703Z | Downloaded pest_derive v2.7.2 |
681 | 2023-10-04T20:55:55.710Z | Downloaded foreign-types-shared v0.3.1 |
682 | 2023-10-04T20:55:55.713Z | Downloaded hash32 v0.2.1 |
683 | 2023-10-04T20:55:55.716Z | Downloaded group v0.13.0 |
684 | 2023-10-04T20:55:55.719Z | Downloaded zone_cfg_derive v0.2.0 |
685 | 2023-10-04T20:55:55.722Z | Downloaded tower-service v0.3.2 |
686 | 2023-10-04T20:55:55.726Z | Downloaded ahash v0.8.3 |
687 | 2023-10-04T20:55:55.732Z | Downloaded iana-time-zone v0.1.57 |
688 | 2023-10-04T20:55:55.737Z | Downloaded http-range v0.1.5 |
689 | 2023-10-04T20:55:55.740Z | Downloaded thiserror-impl v1.0.49 |
690 | 2023-10-04T20:55:55.745Z | Downloaded static_assertions v1.1.0 |
691 | 2023-10-04T20:55:55.748Z | Downloaded secrecy v0.8.0 |
692 | 2023-10-04T20:55:55.751Z | Downloaded argon2 v0.5.2 |
693 | 2023-10-04T20:55:55.755Z | Downloaded crossbeam-utils v0.8.16 |
694 | 2023-10-04T20:55:55.761Z | Downloaded generic-array v0.14.7 |
695 | 2023-10-04T20:55:55.765Z | Downloaded whoami v1.4.1 |
696 | 2023-10-04T20:55:55.770Z | Downloaded smf v0.2.2 |
697 | 2023-10-04T20:55:55.773Z | Downloaded derive_more v0.99.17 |
698 | 2023-10-04T20:55:55.786Z | Downloaded home v0.5.5 |
699 | 2023-10-04T20:55:55.789Z | Downloaded allocator-api2 v0.2.16 |
700 | 2023-10-04T20:55:55.866Z | Downloaded ipnetwork v0.20.0 |
701 | 2023-10-04T20:55:55.873Z | Downloaded lazy_static v1.4.0 |
702 | 2023-10-04T20:55:55.877Z | Downloaded httpdate v1.0.3 |
703 | 2023-10-04T20:55:55.880Z | Downloaded semver v1.0.18 |
704 | 2023-10-04T20:55:55.883Z | Downloaded slog-async v2.8.0 |
705 | 2023-10-04T20:55:55.886Z | Downloaded serde_derive_internals v0.26.0 |
706 | 2023-10-04T20:55:55.889Z | Downloaded spin v0.5.2 |
707 | 2023-10-04T20:55:55.892Z | Downloaded russh-cryptovec v0.7.0 |
708 | 2023-10-04T20:55:55.895Z | Downloaded diesel_derives v2.1.1 |
709 | 2023-10-04T20:55:55.898Z | Downloaded backtrace v0.3.69 |
710 | 2023-10-04T20:55:55.901Z | Downloaded enum-as-inner v0.5.1 |
711 | 2023-10-04T20:55:55.903Z | Downloaded thiserror-impl-no-std v2.0.2 |
712 | 2023-10-04T20:55:55.906Z | Downloaded hyper-tls v0.5.0 |
713 | 2023-10-04T20:55:55.909Z | Downloaded spki v0.7.2 |
714 | 2023-10-04T20:55:55.912Z | Downloaded filetime v0.2.22 |
715 | 2023-10-04T20:55:55.915Z | Downloaded strum_macros v0.25.2 |
716 | 2023-10-04T20:55:55.918Z | Downloaded http-body v0.4.5 |
717 | 2023-10-04T20:55:55.921Z | Downloaded semver v0.11.0 |
718 | 2023-10-04T20:55:55.926Z | Downloaded fallible-streaming-iterator v0.1.9 |
719 | 2023-10-04T20:55:55.930Z | Downloaded zeroize v1.6.0 |
720 | 2023-10-04T20:55:55.933Z | Downloaded slog-dtrace v0.2.3 |
721 | 2023-10-04T20:55:55.937Z | Downloaded rustfmt-wrapper v0.2.0 |
722 | 2023-10-04T20:55:55.940Z | Downloaded stringprep v0.1.3 |
723 | 2023-10-04T20:55:55.943Z | Downloaded rand_core v0.6.4 |
724 | 2023-10-04T20:55:55.946Z | Downloaded slog-stdlog v4.1.1 |
725 | 2023-10-04T20:55:55.949Z | Downloaded siphasher v0.3.11 |
726 | 2023-10-04T20:55:55.952Z | Downloaded serde_tokenstream v0.1.7 |
727 | 2023-10-04T20:55:55.955Z | Downloaded either v1.9.0 |
728 | 2023-10-04T20:55:55.959Z | Downloaded is-terminal v0.4.9 |
729 | 2023-10-04T20:55:55.962Z | Downloaded humantime v2.1.0 |
730 | 2023-10-04T20:55:55.964Z | Downloaded zerocopy v0.6.3 |
731 | 2023-10-04T20:55:55.967Z | Downloaded futures-executor v0.3.28 |
732 | 2023-10-04T20:55:55.970Z | Downloaded futures-core v0.3.28 |
733 | 2023-10-04T20:55:55.973Z | Downloaded hyper-staticfile v0.9.5 |
734 | 2023-10-04T20:55:55.976Z | Downloaded tinyvec_macros v0.1.1 |
735 | 2023-10-04T20:55:55.980Z | Downloaded usdt-attr-macro v0.3.5 |
736 | 2023-10-04T20:55:55.983Z | Downloaded ringbuffer v0.15.0 |
737 | 2023-10-04T20:55:55.986Z | Downloaded synstructure v0.12.6 |
738 | 2023-10-04T20:55:55.989Z | Downloaded env_logger v0.9.3 |
739 | 2023-10-04T20:55:56.054Z | Downloaded rand_chacha v0.2.2 |
740 | 2023-10-04T20:55:56.058Z | Downloaded slog-scope v4.4.0 |
741 | 2023-10-04T20:55:56.062Z | Downloaded sha2 v0.10.7 |
742 | 2023-10-04T20:55:56.066Z | Downloaded headers v0.3.9 |
743 | 2023-10-04T20:55:56.068Z | Downloaded dtrace-parser v0.1.14 |
744 | 2023-10-04T20:55:56.072Z | Downloaded socket2 v0.4.9 |
745 | 2023-10-04T20:55:56.134Z | Downloaded serde_urlencoded v0.7.1 |
746 | 2023-10-04T20:55:56.137Z | Downloaded socket2 v0.5.3 |
747 | 2023-10-04T20:55:56.140Z | Downloaded der v0.7.8 |
748 | 2023-10-04T20:55:56.144Z | Downloaded rustc_version v0.4.0 |
749 | 2023-10-04T20:55:56.147Z | Downloaded base64 v0.21.4 |
750 | 2023-10-04T20:55:56.154Z | Downloaded rand_chacha v0.3.1 |
751 | 2023-10-04T20:55:56.157Z | Downloaded ident_case v1.0.1 |
752 | 2023-10-04T20:55:56.160Z | Downloaded utf8parse v0.2.1 |
753 | 2023-10-04T20:55:56.163Z | Downloaded usdt v0.3.5 |
754 | 2023-10-04T20:55:56.182Z | Downloaded resolv-conf v0.7.0 |
755 | 2023-10-04T20:55:56.192Z | Downloaded ryu v1.0.15 |
756 | 2023-10-04T20:55:56.198Z | Downloaded typenum v1.16.0 |
757 | 2023-10-04T20:55:56.202Z | Downloaded foreign-types v0.3.2 |
758 | 2023-10-04T20:55:56.206Z | Downloaded unicode-ident v1.0.12 |
759 | 2023-10-04T20:55:56.212Z | Downloaded itoa v1.0.9 |
760 | 2023-10-04T20:55:56.327Z | Downloaded ff v0.13.0 |
761 | 2023-10-04T20:55:56.452Z | Downloaded rustc-demangle v0.1.23 |
762 | 2023-10-04T20:55:56.533Z | Downloaded slog v2.7.0 |
763 | 2023-10-04T20:55:56.544Z | Downloaded fixedbitset v0.4.2 |
764 | 2023-10-04T20:55:56.554Z | Downloaded untrusted v0.7.1 |
765 | 2023-10-04T20:55:56.624Z | Downloaded zerocopy v0.3.0 |
766 | 2023-10-04T20:55:56.635Z | Downloaded unicode-segmentation v1.10.1 |
767 | 2023-10-04T20:55:56.643Z | Downloaded signature v2.1.0 |
768 | 2023-10-04T20:55:56.646Z | Downloaded string_cache v0.8.7 |
769 | 2023-10-04T20:55:56.652Z | Downloaded slog-term v2.9.0 |
770 | 2023-10-04T20:55:56.655Z | Downloaded slog-envlogger v2.2.0 |
771 | 2023-10-04T20:55:56.660Z | Downloaded glob v0.3.1 |
772 | 2023-10-04T20:55:56.666Z | Downloaded subtle v2.5.0 |
773 | 2023-10-04T20:55:56.743Z | Downloaded structmeta v0.1.6 |
774 | 2023-10-04T20:55:56.754Z | Downloaded rand v0.4.6 |
775 | 2023-10-04T20:55:56.758Z | Downloaded serde v1.0.188 |
776 | 2023-10-04T20:55:56.762Z | Downloaded tokio-tungstenite v0.20.1 |
777 | 2023-10-04T20:55:56.765Z | Downloaded rcgen v0.10.0 |
778 | 2023-10-04T20:55:56.768Z | Downloaded scopeguard v1.2.0 |
779 | 2023-10-04T20:55:56.771Z | Downloaded smallvec v1.11.0 |
780 | 2023-10-04T20:55:56.777Z | Downloaded hyper-rustls v0.24.1 |
781 | 2023-10-04T20:55:56.782Z | Downloaded winnow v0.5.15 |
782 | 2023-10-04T20:55:56.786Z | Downloaded tokio-stream v0.1.14 |
783 | 2023-10-04T20:55:56.789Z | Downloaded uuid v1.4.1 |
784 | 2023-10-04T20:55:56.792Z | Downloaded tungstenite v0.20.1 |
785 | 2023-10-04T20:55:56.795Z | Downloaded lalrpop-util v0.19.12 |
786 | 2023-10-04T20:55:56.798Z | Downloaded trust-dns-resolver v0.22.0 |
787 | 2023-10-04T20:55:56.857Z | Downloaded indexmap v1.9.3 |
788 | 2023-10-04T20:55:56.874Z | Downloaded zip v0.6.6 |
789 | 2023-10-04T20:55:56.883Z | Downloaded schemars v0.8.13 |
790 | 2023-10-04T20:55:56.900Z | Downloaded url v2.4.1 |
791 | 2023-10-04T20:55:56.908Z | Downloaded toml_edit v0.20.0 |
792 | 2023-10-04T20:55:56.925Z | Downloaded unsafe-libyaml v0.2.9 |
793 | 2023-10-04T20:55:56.932Z | Downloaded toml_edit v0.19.15 |
794 | 2023-10-04T20:55:56.938Z | Downloaded trust-dns-client v0.22.0 |
795 | 2023-10-04T20:55:57.012Z | Downloaded clap_builder v4.4.2 |
796 | 2023-10-04T20:55:57.019Z | Downloaded time v0.3.27 |
797 | 2023-10-04T20:55:57.023Z | Downloaded hashbrown v0.14.0 |
798 | 2023-10-04T20:55:57.028Z | Downloaded rand v0.7.3 |
799 | 2023-10-04T20:55:57.039Z | Downloaded hashbrown v0.13.2 |
800 | 2023-10-04T20:55:57.042Z | Downloaded rustls-webpki v0.101.4 |
801 | 2023-10-04T20:55:57.045Z | Downloaded serde_json v1.0.107 |
802 | 2023-10-04T20:55:57.048Z | Downloaded git2 v0.17.2 |
803 | 2023-10-04T20:55:57.051Z | Downloaded unicode-normalization v0.1.22 |
804 | 2023-10-04T20:55:57.055Z | Downloaded webpki-roots v0.25.2 |
805 | 2023-10-04T20:55:57.058Z | Downloaded hyper v0.14.27 |
806 | 2023-10-04T20:55:57.062Z | Downloaded syn v1.0.109 |
807 | 2023-10-04T20:55:57.065Z | Downloaded vcpkg v0.2.15 |
808 | 2023-10-04T20:55:57.068Z | Downloaded gimli v0.28.0 |
809 | 2023-10-04T20:55:57.071Z | Downloaded trust-dns-proto v0.22.0 |
810 | 2023-10-04T20:55:57.074Z | Downloaded rustix v0.37.23 |
811 | 2023-10-04T20:55:57.077Z | Downloaded rustix v0.38.9 |
812 | 2023-10-04T20:55:57.080Z | Downloaded regress v0.7.1 |
813 | 2023-10-04T20:55:57.083Z | Downloaded rustls v0.21.7 |
814 | 2023-10-04T20:55:57.086Z | Downloaded regex-syntax v0.6.29 |
815 | 2023-10-04T20:55:57.089Z | Downloaded idna v0.2.3 |
816 | 2023-10-04T20:55:57.093Z | Downloaded zerocopy-derive v0.6.3 |
817 | 2023-10-04T20:55:57.096Z | Downloaded openapiv3 v1.0.3 |
818 | 2023-10-04T20:55:57.100Z | Downloaded libc v0.2.148 |
819 | 2023-10-04T20:55:57.104Z | Downloaded idna v0.4.0 |
820 | 2023-10-04T20:55:57.107Z | Downloaded zerocopy-derive v0.2.0 |
821 | 2023-10-04T20:55:57.110Z | Downloaded sled v0.34.7 |
822 | 2023-10-04T20:55:57.113Z | Downloaded regex-automata v0.3.8 |
823 | 2023-10-04T20:55:57.116Z | Downloaded tokio v1.32.0 |
824 | 2023-10-04T20:55:57.119Z | Downloaded sha3 v0.10.8 |
825 | 2023-10-04T20:55:57.122Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
826 | 2023-10-04T20:55:57.125Z | Downloaded regex-syntax v0.7.5 |
827 | 2023-10-04T20:55:57.128Z | Downloaded winapi v0.3.9 |
828 | 2023-10-04T20:55:57.131Z | Downloaded bstr v1.6.0 |
829 | 2023-10-04T20:55:57.192Z | Downloaded smoltcp v0.8.2 |
830 | 2023-10-04T20:55:57.199Z | Downloaded encoding_rs v0.8.33 |
831 | 2023-10-04T20:55:57.203Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
832 | 2023-10-04T20:55:57.304Z | Downloaded bstr v0.2.17 |
833 | 2023-10-04T20:55:57.323Z | Downloaded syn v2.0.32 |
834 | 2023-10-04T20:55:57.434Z | Downloaded diesel v2.1.1 |
835 | 2023-10-04T20:55:57.437Z | Downloaded smoltcp v0.9.1 |
836 | 2023-10-04T20:55:57.521Z | Downloaded regex v1.9.5 |
837 | 2023-10-04T20:55:57.525Z | Downloaded openssl v0.10.57 |
838 | 2023-10-04T20:55:57.530Z | Downloaded nix v0.26.2 |
839 | 2023-10-04T20:55:57.533Z | Downloaded object v0.32.1 |
840 | 2023-10-04T20:55:57.537Z | Downloaded hkdf v0.12.3 |
841 | 2023-10-04T20:55:57.540Z | Downloaded curve25519-dalek v4.1.0 |
842 | 2023-10-04T20:55:57.543Z | Downloaded itertools v0.11.0 |
843 | 2023-10-04T20:55:57.547Z | Downloaded bitvec v1.0.1 |
844 | 2023-10-04T20:55:57.551Z | Downloaded itertools v0.10.5 |
845 | 2023-10-04T20:55:57.556Z | Downloaded serde_with v2.3.3 |
846 | 2023-10-04T20:55:57.565Z | Downloaded reqwest v0.11.20 |
847 | 2023-10-04T20:55:57.578Z | Downloaded radix_trie v0.2.1 |
848 | 2023-10-04T20:55:57.588Z | Downloaded rusqlite v0.29.0 |
849 | 2023-10-04T20:55:57.657Z | Downloaded chrono v0.4.31 |
850 | 2023-10-04T20:55:57.660Z | Downloaded h2 v0.3.21 |
851 | 2023-10-04T20:55:57.664Z | Downloaded aho-corasick v1.0.4 |
852 | 2023-10-04T20:55:57.667Z | Downloaded clap v2.34.0 |
853 | 2023-10-04T20:55:57.671Z | Downloaded aes-gcm v0.10.2 |
854 | 2023-10-04T20:55:57.674Z | Downloaded futures-util v0.3.28 |
855 | 2023-10-04T20:55:57.680Z | Downloaded regex-automata v0.1.10 |
856 | 2023-10-04T20:55:57.689Z | Downloaded tinyvec v1.6.0 |
857 | 2023-10-04T20:55:57.695Z | Downloaded russh v0.38.0 |
858 | 2023-10-04T20:55:57.704Z | Downloaded subprocess v0.2.9 |
859 | 2023-10-04T20:55:57.708Z | Downloaded petgraph v0.6.4 |
860 | 2023-10-04T20:55:57.733Z | Downloaded toml v0.5.11 |
861 | 2023-10-04T20:55:57.778Z | Downloaded http v0.2.9 |
862 | 2023-10-04T20:55:57.782Z | Downloaded rand v0.8.5 |
863 | 2023-10-04T20:55:57.849Z | Downloaded hashbrown v0.12.3 |
864 | 2023-10-04T20:55:57.857Z | Downloaded libz-sys v1.1.12 |
865 | 2023-10-04T20:55:57.884Z | Downloaded libm v0.2.7 |
866 | 2023-10-04T20:55:57.900Z | Downloaded elliptic-curve v0.13.5 |
867 | 2023-10-04T20:55:57.907Z | Downloaded ron v0.7.1 |
868 | 2023-10-04T20:55:57.916Z | Downloaded aes v0.8.3 |
869 | 2023-10-04T20:55:57.923Z | Downloaded vergen v8.2.4 |
870 | 2023-10-04T20:55:57.928Z | Downloaded similar v2.2.1 |
871 | 2023-10-04T20:55:57.995Z | Downloaded tungstenite v0.18.0 |
872 | 2023-10-04T20:55:57.999Z | Downloaded tokio-util v0.7.8 |
873 | 2023-10-04T20:55:58.003Z | Downloaded strsim v0.10.0 |
874 | 2023-10-04T20:55:58.006Z | Downloaded schemars_derive v0.8.13 |
875 | 2023-10-04T20:55:58.009Z | Downloaded scheduled-thread-pool v0.2.7 |
876 | 2023-10-04T20:55:58.071Z | Downloaded tokio-rustls v0.24.1 |
877 | 2023-10-04T20:55:58.080Z | Downloaded keccak v0.1.4 |
878 | 2023-10-04T20:55:58.086Z | Downloaded serde_yaml v0.9.25 |
879 | 2023-10-04T20:55:58.089Z | Downloaded same-file v1.0.6 |
880 | 2023-10-04T20:55:58.093Z | Downloaded tap v1.0.1 |
881 | 2023-10-04T20:55:58.096Z | Downloaded vec_map v0.8.2 |
882 | 2023-10-04T20:55:58.099Z | Downloaded indexmap v2.0.0 |
883 | 2023-10-04T20:55:58.102Z | Downloaded pest v2.7.2 |
884 | 2023-10-04T20:55:58.106Z | Downloaded dirs-sys v0.4.1 |
885 | 2023-10-04T20:55:58.109Z | Downloaded serde_tokenstream v0.2.0 |
886 | 2023-10-04T20:55:58.116Z | Downloaded ipnet v2.8.0 |
887 | 2023-10-04T20:55:58.119Z | Downloaded tracing-core v0.1.31 |
888 | 2023-10-04T20:55:58.123Z | Downloaded sct v0.7.0 |
889 | 2023-10-04T20:55:58.126Z | Downloaded unicode-bidi v0.3.13 |
890 | 2023-10-04T20:55:58.129Z | Downloaded termcolor v1.2.0 |
891 | 2023-10-04T20:55:58.132Z | Downloaded tempfile v3.8.0 |
892 | 2023-10-04T20:55:58.134Z | Downloaded serde_with_macros v2.3.3 |
893 | 2023-10-04T20:55:58.140Z | Downloaded structopt v0.3.26 |
894 | 2023-10-04T20:55:58.143Z | Downloaded serde_derive v1.0.188 |
895 | 2023-10-04T20:55:58.146Z | Downloaded rustversion v1.0.14 |
896 | 2023-10-04T20:55:58.150Z | Downloaded slog-json v2.6.1 |
897 | 2023-10-04T20:55:58.153Z | Downloaded futures-channel v0.3.28 |
898 | 2023-10-04T20:55:58.157Z | Downloaded stable_deref_trait v1.2.0 |
899 | 2023-10-04T20:55:58.160Z | Downloaded signal-hook-registry v1.4.1 |
900 | 2023-10-04T20:55:58.163Z | Downloaded sha1 v0.10.5 |
901 | 2023-10-04T20:55:58.166Z | Downloaded futures-io v0.3.28 |
902 | 2023-10-04T20:55:58.169Z | Downloaded crossbeam-channel v0.5.8 |
903 | 2023-10-04T20:55:58.172Z | Downloaded tracing v0.1.37 |
904 | 2023-10-04T20:55:58.175Z | Downloaded heapless v0.7.16 |
905 | 2023-10-04T20:55:58.178Z | Downloaded tokio-postgres v0.7.10 |
906 | 2023-10-04T20:55:58.181Z | Downloaded want v0.3.1 |
907 | 2023-10-04T20:55:58.188Z | Downloaded fastrand v2.0.0 |
908 | 2023-10-04T20:55:58.199Z | Downloaded structopt-derive v0.4.18 |
909 | 2023-10-04T20:55:58.204Z | Downloaded tokio-macros v2.1.0 |
910 | 2023-10-04T20:55:58.207Z | Downloaded dirs-sys-next v0.1.2 |
911 | 2023-10-04T20:55:58.214Z | Downloaded twox-hash v1.6.3 |
912 | 2023-10-04T20:55:58.217Z | Downloaded rustls-native-certs v0.6.3 |
913 | 2023-10-04T20:55:58.314Z | Downloaded toml v0.7.8 |
914 | 2023-10-04T20:55:58.318Z | Downloaded libsqlite3-sys v0.26.0 |
915 | 2023-10-04T20:55:58.322Z | Downloaded ring v0.16.20 |
916 | 2023-10-04T20:55:58.437Z | Downloaded xattr v1.0.1 |
917 | 2023-10-04T20:55:58.440Z | Downloaded const_format v0.2.31 |
918 | 2023-10-04T20:55:58.446Z | Downloaded half v1.8.2 |
919 | 2023-10-04T20:55:58.449Z | Downloaded ed25519-dalek v2.0.0 |
920 | 2023-10-04T20:55:58.454Z | Downloaded jobserver v0.1.26 |
921 | 2023-10-04T20:55:58.458Z | Downloaded tar v0.4.40 |
922 | 2023-10-04T20:55:58.462Z | Downloaded io-lifetimes v1.0.11 |
923 | 2023-10-04T20:55:58.466Z | Downloaded rustls-pemfile v1.0.3 |
924 | 2023-10-04T20:55:58.469Z | Downloaded terminal_size v0.2.6 |
925 | 2023-10-04T20:55:58.472Z | Downloaded hubpack_derive v0.1.1 |
926 | 2023-10-04T20:55:58.476Z | Downloaded futures v0.3.28 |
927 | 2023-10-04T20:55:58.481Z | Downloaded trust-dns-server v0.22.1 |
928 | 2023-10-04T20:55:58.489Z | Downloaded rand_core v0.5.1 |
929 | 2023-10-04T20:55:58.550Z | Downloaded getrandom v0.1.16 |
930 | 2023-10-04T20:55:58.554Z | Downloaded flate2 v1.0.27 |
931 | 2023-10-04T20:55:58.557Z | Downloaded yasna v0.5.2 |
932 | 2023-10-04T20:55:58.560Z | Downloaded heck v0.4.1 |
933 | 2023-10-04T20:55:58.562Z | Downloaded ghash v0.5.0 |
934 | 2023-10-04T20:55:58.565Z | Downloaded hubpack v0.1.2 |
935 | 2023-10-04T20:55:58.568Z | Downloaded spin v0.9.8 |
936 | 2023-10-04T20:55:58.571Z | Downloaded httparse v1.8.0 |
937 | 2023-10-04T20:55:58.574Z | Downloaded dof v0.1.5 |
938 | 2023-10-04T20:55:58.637Z | Downloaded fallible-iterator v0.2.0 |
939 | 2023-10-04T20:55:58.640Z | Downloaded russh-keys v0.38.0 |
940 | 2023-10-04T20:55:58.644Z | Downloaded tokio-tungstenite v0.18.0 |
941 | 2023-10-04T20:55:58.647Z | Downloaded arc-swap v1.6.0 |
942 | 2023-10-04T20:55:58.650Z | Downloaded num-bigint v0.4.4 |
943 | 2023-10-04T20:55:58.652Z | Downloaded memchr v2.6.3 |
944 | 2023-10-04T20:55:58.655Z | Downloaded hmac v0.12.1 |
945 | 2023-10-04T20:55:58.658Z | Downloaded thiserror-no-std v2.0.2 |
946 | 2023-10-04T20:55:58.661Z | Downloaded structmeta-derive v0.1.6 |
947 | 2023-10-04T20:55:58.664Z | Downloaded serde_repr v0.1.16 |
948 | 2023-10-04T20:55:58.667Z | Downloaded serde_arrays v0.1.0 |
949 | 2023-10-04T20:55:58.670Z | Downloaded openssl-sys v0.9.93 |
950 | 2023-10-04T20:55:58.674Z | Downloaded slab v0.4.9 |
951 | 2023-10-04T20:55:58.684Z | Downloaded foreign-types-macros v0.2.3 |
952 | 2023-10-04T20:55:58.687Z | Downloaded digest v0.10.7 |
953 | 2023-10-04T20:55:58.689Z | Downloaded walkdir v2.4.0 |
954 | 2023-10-04T20:55:58.692Z | Downloaded unicode-linebreak v0.1.5 |
955 | 2023-10-04T20:55:58.695Z | Downloaded endian-type v0.1.2 |
956 | 2023-10-04T20:55:58.756Z | Downloaded semver-parser v0.10.2 |
957 | 2023-10-04T20:55:58.759Z | Downloaded inout v0.1.3 |
958 | 2023-10-04T20:55:58.762Z | Downloaded ucd-trie v0.1.6 |
959 | 2023-10-04T20:55:58.768Z | Downloaded futures-macro v0.3.28 |
960 | 2023-10-04T20:55:58.771Z | Downloaded toml v0.8.0 |
961 | 2023-10-04T20:55:58.774Z | Downloaded thread_local v1.1.7 |
962 | 2023-10-04T20:55:58.777Z | Downloaded foreign-types-shared v0.1.1 |
963 | 2023-10-04T20:55:58.779Z | Downloaded foreign-types v0.5.0 |
964 | 2023-10-04T20:55:58.783Z | Downloaded form_urlencoded v1.2.0 |
965 | 2023-10-04T20:55:58.786Z | Downloaded version_check v0.9.4 |
966 | 2023-10-04T20:55:58.789Z | Downloaded cc v1.0.83 |
967 | 2023-10-04T20:55:58.791Z | Downloaded bytes v1.5.0 |
968 | 2023-10-04T20:55:58.898Z | Downloaded hostname v0.3.1 |
969 | 2023-10-04T20:55:58.901Z | Downloaded getrandom v0.2.10 |
970 | 2023-10-04T20:55:58.904Z | Downloaded futures-sink v0.3.28 |
971 | 2023-10-04T20:55:58.907Z | Downloaded textwrap v0.16.0 |
972 | 2023-10-04T20:55:58.910Z | Downloaded ahash v0.7.6 |
973 | 2023-10-04T20:55:58.913Z | Downloaded strum v0.25.0 |
974 | 2023-10-04T20:55:58.916Z | Downloaded serde_spanned v0.6.3 |
975 | 2023-10-04T20:55:58.919Z | Downloaded postgres-types v0.2.6 |
976 | 2023-10-04T20:55:58.922Z | Downloaded smawk v0.3.1 |
977 | 2023-10-04T20:55:58.925Z | Downloaded getopts v0.2.21 |
978 | 2023-10-04T20:55:58.928Z | Downloaded erased-serde v0.3.30 |
979 | 2023-10-04T20:55:58.931Z | Downloaded vsss-rs v3.3.1 |
980 | 2023-10-04T20:55:58.934Z | Downloaded ppv-lite86 v0.2.17 |
981 | 2023-10-04T20:55:58.937Z | Downloaded poly1305 v0.8.0 |
982 | 2023-10-04T20:55:58.942Z | Downloaded pin-project-lite v0.2.13 |
983 | 2023-10-04T20:55:58.946Z | Downloaded pest_generator v2.7.2 |
984 | 2023-10-04T20:55:58.949Z | Downloaded miniz_oxide v0.7.1 |
985 | 2023-10-04T20:55:58.952Z | Downloaded thiserror v1.0.49 |
986 | 2023-10-04T20:55:58.955Z | Downloaded slog-bunyan v2.4.0 |
987 | 2023-10-04T20:55:58.958Z | Downloaded base64 v0.13.1 |
988 | 2023-10-04T20:55:58.961Z | Downloaded hashlink v0.8.3 |
989 | 2023-10-04T20:55:58.963Z | Downloaded dirs-next v2.0.0 |
990 | 2023-10-04T20:55:59.030Z | Downloaded tracing-attributes v0.1.26 |
991 | 2023-10-04T20:55:59.034Z | Downloaded toolchain_find v0.2.0 |
992 | 2023-10-04T20:55:59.039Z | Downloaded serde_path_to_error v0.1.14 |
993 | 2023-10-04T20:55:59.042Z | Downloaded parking_lot_core v0.9.8 |
994 | 2023-10-04T20:55:59.044Z | Downloaded parking_lot_core v0.8.6 |
995 | 2023-10-04T20:55:59.047Z | Downloaded num_enum v0.5.11 |
996 | 2023-10-04T20:55:59.050Z | Downloaded float-cmp v0.9.0 |
997 | 2023-10-04T20:55:59.053Z | Downloaded hex v0.4.3 |
998 | 2023-10-04T20:55:59.055Z | Downloaded universal-hash v0.5.1 |
999 | 2023-10-04T20:55:59.058Z | Downloaded zone v0.2.0 |
1000 | 2023-10-04T20:55:59.061Z | Downloaded phf v0.11.2 |
1001 | 2023-10-04T20:55:59.066Z | Downloaded heck v0.3.3 |
1002 | 2023-10-04T20:55:59.069Z | Downloaded fxhash v0.2.1 |
1003 | 2023-10-04T20:55:59.072Z | Downloaded futures-task v0.3.28 |
1004 | 2023-10-04T20:55:59.075Z | Downloaded errno v0.3.2 |
1005 | 2023-10-04T20:55:59.078Z | Downloaded bitflags v2.4.0 |
1006 | 2023-10-04T20:55:59.081Z | Downloaded anyhow v1.0.75 |
1007 | 2023-10-04T20:55:59.084Z | Downloaded textwrap v0.11.0 |
1008 | 2023-10-04T20:55:59.147Z | Downloaded term v0.7.0 |
1009 | 2023-10-04T20:55:59.153Z | Downloaded r2d2 v0.8.10 |
1010 | 2023-10-04T20:55:59.156Z | Downloaded unicase v2.7.0 |
1011 | 2023-10-04T20:55:59.159Z | Downloaded blowfish v0.9.1 |
1012 | 2023-10-04T20:55:59.163Z | Downloaded hex-literal v0.4.1 |
1013 | 2023-10-04T20:55:59.165Z | Downloaded funty v2.0.0 |
1014 | 2023-10-04T20:55:59.168Z | Downloaded dyn-clone v1.0.13 |
1015 | 2023-10-04T20:55:59.233Z | Downloaded addr2line v0.21.0 |
1016 | 2023-10-04T20:55:59.240Z | Downloaded fnv v1.0.7 |
1017 | 2023-10-04T20:55:59.244Z | Downloaded dirs v5.0.1 |
1018 | 2023-10-04T20:55:59.246Z | Downloaded zeroize_derive v1.4.2 |
1019 | 2023-10-04T20:55:59.249Z | Downloaded tokio-native-tls v0.3.1 |
1020 | 2023-10-04T20:55:59.252Z | Downloaded radium v0.7.0 |
1021 | 2023-10-04T20:55:59.255Z | Downloaded quick-error v1.2.3 |
1022 | 2023-10-04T20:55:59.258Z | Downloaded proc-macro-error-attr v1.0.4 |
1023 | 2023-10-04T20:55:59.261Z | Downloaded predicates-core v1.0.6 |
1024 | 2023-10-04T20:55:59.264Z | Downloaded postcard-cobs v0.1.5-pre |
1025 | 2023-10-04T20:55:59.267Z | Downloaded pin-utils v0.1.0 |
1026 | 2023-10-04T20:55:59.270Z | Downloaded strsim v0.8.0 |
1027 | 2023-10-04T20:55:59.272Z | Downloaded wyz v0.5.1 |
1028 | 2023-10-04T20:55:59.275Z | Downloaded utf-8 v0.7.6 |
1029 | 2023-10-04T20:55:59.278Z | Downloaded usdt-impl v0.3.5 |
1030 | 2023-10-04T20:55:59.281Z | Downloaded unicode-xid v0.2.4 |
1031 | 2023-10-04T20:55:59.284Z | Downloaded toml_datetime v0.6.3 |
1032 | 2023-10-04T20:55:59.287Z | Downloaded time-macros v0.2.13 |
1033 | 2023-10-04T20:55:59.290Z | Downloaded phf_shared v0.11.2 |
1034 | 2023-10-04T20:55:59.293Z | Downloaded ciborium v0.2.1 |
1035 | 2023-10-04T20:55:59.296Z | Downloaded ansi_term v0.12.1 |
1036 | 2023-10-04T20:55:59.299Z | Downloaded unicode-width v0.1.10 |
1037 | 2023-10-04T20:55:59.302Z | Downloaded thread-id v4.2.0 |
1038 | 2023-10-04T20:55:59.305Z | Downloaded num_enum v0.7.0 |
1039 | 2023-10-04T20:55:59.309Z | Downloaded console v0.15.7 |
1040 | 2023-10-04T20:55:59.312Z | Downloaded camino v1.1.6 |
1041 | 2023-10-04T20:55:59.315Z | Downloaded byteorder v1.4.3 |
1042 | 2023-10-04T20:55:59.381Z | Downloaded num-complex v0.4.4 |
1043 | 2023-10-04T20:55:59.434Z | Downloaded mime_guess v2.0.4 |
1044 | 2023-10-04T20:55:59.450Z | Downloaded crc32fast v1.3.2 |
1045 | 2023-10-04T20:55:59.453Z | Downloaded bzip2 v0.4.4 |
1046 | 2023-10-04T20:55:59.456Z | Downloaded bcrypt-pbkdf v0.10.0 |
1047 | 2023-10-04T20:55:59.459Z | Downloaded cbc v0.1.2 |
1048 | 2023-10-04T20:55:59.462Z | Downloaded bincode v1.3.3 |
1049 | 2023-10-04T20:55:59.468Z | Downloaded const_format_proc_macros v0.2.31 |
1050 | 2023-10-04T20:55:59.473Z | Downloaded cipher v0.4.4 |
1051 | 2023-10-04T20:55:59.476Z | Downloaded anstream v0.5.0 |
1052 | 2023-10-04T20:55:59.479Z | Downloaded chacha20 v0.9.1 |
1053 | 2023-10-04T20:55:59.482Z | Downloaded bit-vec v0.6.3 |
1054 | 2023-10-04T20:55:59.486Z | Downloaded async-recursion v1.0.5 |
1055 | 2023-10-04T20:55:59.489Z | Downloaded libefi-sys v0.1.0 |
1056 | 2023-10-04T20:55:59.492Z | Downloaded clap_derive v4.4.2 |
1057 | 2023-10-04T20:55:59.495Z | Downloaded take_mut v0.2.2 |
1058 | 2023-10-04T20:55:59.498Z | Downloaded openssl-macros v0.1.1 |
1059 | 2023-10-04T20:55:59.501Z | Downloaded cancel-safe-futures v0.1.2 |
1060 | 2023-10-04T20:55:59.506Z | Downloaded base64ct v1.6.0 |
1061 | 2023-10-04T20:55:59.509Z | Downloaded difflib v0.4.0 |
1062 | 2023-10-04T20:55:59.512Z | Downloaded backoff v0.4.0 |
1063 | 2023-10-04T20:55:59.516Z | Downloaded bitflags v1.3.2 |
1064 | 2023-10-04T20:55:59.519Z | Downloaded headers-core v0.2.0 |
1065 | 2023-10-04T20:55:59.523Z | Downloaded equivalent v1.0.1 |
1066 | 2023-10-04T20:55:59.528Z | Downloaded waitgroup v0.1.2 |
1067 | 2023-10-04T20:55:59.532Z | Downloaded usdt-macro v0.3.5 |
1068 | 2023-10-04T20:55:59.535Z | Downloaded try-lock v0.2.4 |
1069 | 2023-10-04T20:55:59.538Z | Downloaded pretty-hex v0.3.0 |
1070 | 2023-10-04T20:55:59.541Z | Downloaded phf_shared v0.10.0 |
1071 | 2023-10-04T20:55:59.544Z | Downloaded once_cell v1.18.0 |
1072 | 2023-10-04T20:55:59.546Z | Downloaded managed v0.8.0 |
1073 | 2023-10-04T20:55:59.550Z | Downloaded percent-encoding v2.3.0 |
1074 | 2023-10-04T20:55:59.553Z | Downloaded num_enum_derive v0.5.11 |
1075 | 2023-10-04T20:55:59.556Z | Downloaded deranged v0.3.8 |
1076 | 2023-10-04T20:55:59.559Z | Downloaded parking_lot v0.12.1 |
1077 | 2023-10-04T20:55:59.562Z | Downloaded bit-set v0.5.3 |
1078 | 2023-10-04T20:55:59.565Z | Downloaded num-rational v0.4.1 |
1079 | 2023-10-04T20:55:59.568Z | Downloaded darling_core v0.20.3 |
1080 | 2023-10-04T20:55:59.571Z | Downloaded darling v0.20.3 |
1081 | 2023-10-04T20:55:59.574Z | Downloaded const-oid v0.9.5 |
1082 | 2023-10-04T20:55:59.577Z | Downloaded async-stream v0.3.5 |
1083 | 2023-10-04T20:55:59.580Z | Downloaded num-traits v0.2.16 |
1084 | 2023-10-04T20:55:59.583Z | Downloaded openssl-probe v0.1.5 |
1085 | 2023-10-04T20:55:59.586Z | Downloaded base16ct v0.2.0 |
1086 | 2023-10-04T20:55:59.589Z | Downloaded aead v0.5.2 |
1087 | 2023-10-04T20:55:59.592Z | Downloaded pretty-hex v0.2.1 |
1088 | 2023-10-04T20:55:59.595Z | Downloaded pbkdf2 v0.12.2 |
1089 | 2023-10-04T20:55:59.598Z | Downloaded option-ext v0.2.0 |
1090 | 2023-10-04T20:55:59.601Z | Downloaded native-tls v0.2.11 |
1091 | 2023-10-04T20:55:59.604Z | Downloaded md5 v0.7.0 |
1092 | 2023-10-04T20:55:59.606Z | Downloaded async-trait v0.1.73 |
1093 | 2023-10-04T20:55:59.609Z | Downloaded postgres-protocol v0.6.6 |
1094 | 2023-10-04T20:55:59.612Z | Downloaded bit_field v0.10.2 |
1095 | 2023-10-04T20:55:59.615Z | Downloaded cfg-if v0.1.10 |
1096 | 2023-10-04T20:55:59.618Z | Downloaded anstyle v1.0.2 |
1097 | 2023-10-04T20:55:59.620Z | Downloaded async-stream-impl v0.3.5 |
1098 | 2023-10-04T20:55:59.623Z | Downloaded num-integer v0.1.45 |
1099 | 2023-10-04T20:55:59.626Z | Downloaded memoffset v0.9.0 |
1100 | 2023-10-04T20:55:59.630Z | Downloaded num v0.4.1 |
1101 | 2023-10-04T20:55:59.633Z | Downloaded mime v0.3.17 |
1102 | 2023-10-04T20:55:59.636Z | Downloaded lru-cache v0.1.2 |
1103 | 2023-10-04T20:55:59.639Z | Downloaded atomic-waker v1.1.1 |
1104 | 2023-10-04T20:55:59.642Z | Downloaded anstyle-query v1.0.0 |
1105 | 2023-10-04T20:55:59.646Z | Downloaded adler v1.0.2 |
1106 | 2023-10-04T20:55:59.650Z | Downloaded bitstruct_derive v0.1.0 |
1107 | 2023-10-04T20:55:59.653Z | Downloaded opaque-debug v0.3.0 |
1108 | 2023-10-04T20:55:59.656Z | Downloaded new_debug_unreachable v1.0.4 |
1109 | 2023-10-04T20:55:59.659Z | Downloaded num_threads v0.1.6 |
1110 | 2023-10-04T20:55:59.662Z | Downloaded quote v1.0.33 |
1111 | 2023-10-04T20:55:59.665Z | Downloaded precomputed-hash v0.1.1 |
1112 | 2023-10-04T20:55:59.668Z | Downloaded postcard v0.7.3 |
1113 | 2023-10-04T20:55:59.670Z | Downloaded normalize-line-endings v0.3.0 |
1114 | 2023-10-04T20:55:59.675Z | Downloaded memoffset v0.7.1 |
1115 | 2023-10-04T20:55:59.681Z | Downloaded matches v0.1.10 |
1116 | 2023-10-04T20:55:59.684Z | Downloaded linked-hash-map v0.5.6 |
1117 | 2023-10-04T20:55:59.687Z | Downloaded proc-macro2 v1.0.67 |
1118 | 2023-10-04T20:55:59.690Z | Downloaded predicates v3.0.3 |
1119 | 2023-10-04T20:55:59.693Z | Downloaded mio v0.8.8 |
1120 | 2023-10-04T20:55:59.695Z | Downloaded md-5 v0.10.5 |
1121 | 2023-10-04T20:55:59.698Z | Downloaded lock_api v0.4.10 |
1122 | 2023-10-04T20:55:59.701Z | Downloaded clap v4.4.3 |
1123 | 2023-10-04T20:55:59.704Z | Downloaded platforms v3.0.2 |
1124 | 2023-10-04T20:55:59.707Z | Downloaded pem v1.1.1 |
1125 | 2023-10-04T20:55:59.710Z | Downloaded paste v1.0.14 |
1126 | 2023-10-04T20:55:59.713Z | Downloaded macaddr v1.0.1 |
1127 | 2023-10-04T20:55:59.716Z | Downloaded log v0.4.20 |
1128 | 2023-10-04T20:55:59.719Z | Downloaded debug-ignore v1.0.5 |
1129 | 2023-10-04T20:55:59.724Z | Downloaded ctr v0.9.2 |
1130 | 2023-10-04T20:55:59.727Z | Downloaded convert_case v0.4.0 |
1131 | 2023-10-04T20:55:59.730Z | Downloaded cfg-if v1.0.0 |
1132 | 2023-10-04T20:55:59.733Z | Downloaded omicron-zone-package v0.8.3 |
1133 | 2023-10-04T20:55:59.736Z | Downloaded num-iter v0.1.43 |
1134 | 2023-10-04T20:55:59.739Z | Downloaded match_cfg v0.1.0 |
1135 | 2023-10-04T20:55:59.742Z | Downloaded darling_macro v0.20.3 |
1136 | 2023-10-04T20:55:59.745Z | Downloaded crypto-common v0.1.6 |
1137 | 2023-10-04T20:55:59.748Z | Downloaded ciborium-io v0.2.1 |
1138 | 2023-10-04T20:55:59.751Z | Downloaded camino-tempfile v1.0.2 |
1139 | 2023-10-04T20:55:59.754Z | Downloaded colored v2.0.4 |
1140 | 2023-10-04T20:55:59.757Z | Downloaded ascii v1.1.0 |
1141 | 2023-10-04T20:55:59.760Z | Downloaded bitstruct v0.1.1 |
1142 | 2023-10-04T20:55:59.763Z | Downloaded anstyle-parse v0.2.1 |
1143 | 2023-10-04T20:55:59.766Z | Compiling proc-macro2 v1.0.67 |
1144 | 2023-10-04T20:55:59.770Z | Compiling unicode-ident v1.0.12 |
1145 | 2023-10-04T20:55:59.773Z | Compiling libc v0.2.148 |
1146 | 2023-10-04T20:55:59.776Z | Compiling serde v1.0.188 |
1147 | 2023-10-04T20:55:59.779Z | Compiling version_check v0.9.4 |
1148 | 2023-10-04T20:55:59.782Z | Compiling autocfg v1.1.0 |
1149 | 2023-10-04T20:55:59.786Z | Compiling cfg-if v1.0.0 |
1150 | 2023-10-04T20:55:59.789Z | Compiling syn v1.0.109 |
1151 | 2023-10-04T20:55:59.944Z | Compiling typenum v1.16.0 |
1152 | 2023-10-04T20:56:00.543Z | Compiling generic-array v0.14.7 |
1153 | 2023-10-04T20:56:00.558Z | Compiling once_cell v1.18.0 |
1154 | 2023-10-04T20:56:01.135Z | Compiling lock_api v0.4.10 |
1155 | 2023-10-04T20:56:01.756Z | Compiling parking_lot_core v0.9.8 |
1156 | 2023-10-04T20:56:01.884Z | Compiling thiserror v1.0.49 |
1157 | 2023-10-04T20:56:01.913Z | Compiling libm v0.2.7 |
1158 | 2023-10-04T20:56:02.053Z | Compiling num-traits v0.2.16 |
1159 | 2023-10-04T20:56:02.058Z | Compiling itoa v1.0.9 |
1160 | 2023-10-04T20:56:02.286Z | Compiling futures-core v0.3.28 |
1161 | 2023-10-04T20:56:02.422Z | Compiling ahash v0.8.3 |
1162 | 2023-10-04T20:56:02.436Z | Compiling memchr v2.6.3 |
1163 | 2023-10-04T20:56:02.726Z | Compiling serde_json v1.0.107 |
1164 | 2023-10-04T20:56:03.018Z | Compiling log v0.4.20 |
1165 | 2023-10-04T20:56:03.045Z | Compiling slab v0.4.9 |
1166 | 2023-10-04T20:56:03.192Z | Compiling quote v1.0.33 |
1167 | 2023-10-04T20:56:03.489Z | Compiling futures-channel v0.3.28 |
1168 | 2023-10-04T20:56:03.522Z | Compiling futures-task v0.3.28 |
1169 | 2023-10-04T20:56:03.780Z | Compiling syn v2.0.32 |
1170 | 2023-10-04T20:56:03.966Z | Compiling getrandom v0.2.10 |
1171 | 2023-10-04T20:56:04.303Z | Compiling jobserver v0.1.26 |
1172 | 2023-10-04T20:56:04.553Z | Compiling rand_core v0.6.4 |
1173 | 2023-10-04T20:56:04.701Z | Compiling futures-util v0.3.28 |
1174 | 2023-10-04T20:56:04.819Z | Compiling cc v1.0.83 |
1175 | 2023-10-04T20:56:04.872Z | Compiling pkg-config v0.3.27 |
1176 | 2023-10-04T20:56:05.387Z | Compiling ryu v1.0.15 |
1177 | 2023-10-04T20:56:05.560Z | Compiling vcpkg v0.2.15 |
1178 | 2023-10-04T20:56:05.900Z | Compiling allocator-api2 v0.2.16 |
1179 | 2023-10-04T20:56:06.575Z | Compiling schemars v0.8.13 |
1180 | 2023-10-04T20:56:06.731Z | Compiling equivalent v1.0.1 |
1181 | 2023-10-04T20:56:06.887Z | Compiling byteorder v1.4.3 |
1182 | 2023-10-04T20:56:07.155Z | Compiling hashbrown v0.14.0 |
1183 | 2023-10-04T20:56:07.724Z | Compiling httparse v1.8.0 |
1184 | 2023-10-04T20:56:08.278Z | Compiling ahash v0.7.6 |
1185 | 2023-10-04T20:56:08.559Z | Compiling scopeguard v1.2.0 |
1186 | 2023-10-04T20:56:08.766Z | Compiling semver v1.0.18 |
1187 | 2023-10-04T20:56:08.888Z | Compiling iana-time-zone v0.1.57 |
1188 | 2023-10-04T20:56:09.511Z | Compiling smallvec v1.11.0 |
1189 | 2023-10-04T20:56:09.597Z | Compiling fnv v1.0.7 |
1190 | 2023-10-04T20:56:09.689Z | Compiling ring v0.16.20 |
1191 | 2023-10-04T20:56:09.786Z | Compiling heck v0.4.1 |
1192 | 2023-10-04T20:56:09.835Z | Compiling indexmap v1.9.3 |
1193 | 2023-10-04T20:56:10.134Z | Compiling time-core v0.1.1 |
1194 | 2023-10-04T20:56:10.157Z | Compiling pin-project-lite v0.2.13 |
1195 | 2023-10-04T20:56:10.272Z | Compiling dyn-clone v1.0.13 |
1196 | 2023-10-04T20:56:10.350Z | Compiling openssl-sys v0.9.93 |
1197 | 2023-10-04T20:56:10.404Z | Compiling time-macros v0.2.13 |
1198 | 2023-10-04T20:56:10.537Z | Compiling subtle v2.5.0 |
1199 | 2023-10-04T20:56:10.592Z | Compiling winnow v0.5.15 |
1200 | 2023-10-04T20:56:11.056Z | Compiling ucd-trie v0.1.6 |
1201 | 2023-10-04T20:56:11.716Z | Compiling parking_lot v0.12.1 |
1202 | 2023-10-04T20:56:12.044Z | Compiling slog v2.7.0 |
1203 | 2023-10-04T20:56:12.760Z | Compiling openssl v0.10.57 |
1204 | 2023-10-04T20:56:13.119Z | Compiling tinyvec_macros v0.1.1 |
1205 | 2023-10-04T20:56:13.232Z | Compiling rustls v0.21.7 |
1206 | 2023-10-04T20:56:13.259Z | Compiling tinyvec v1.6.0 |
1207 | 2023-10-04T20:56:13.419Z | Compiling ppv-lite86 v0.2.17 |
1208 | 2023-10-04T20:56:13.593Z | Compiling socket2 v0.5.3 |
1209 | 2023-10-04T20:56:14.581Z | Compiling mio v0.8.8 |
1210 | 2023-10-04T20:56:15.097Z | Compiling signal-hook-registry v1.4.1 |
1211 | 2023-10-04T20:56:15.117Z | Compiling num_cpus v1.16.0 |
1212 | 2023-10-04T20:56:15.290Z | Compiling native-tls v0.2.11 |
1213 | 2023-10-04T20:56:15.680Z | Compiling unicode-normalization v0.1.22 |
1214 | 2023-10-04T20:56:15.765Z | Compiling unicode-bidi v0.3.13 |
1215 | 2023-10-04T20:56:16.568Z | Compiling spin v0.5.2 |
1216 | 2023-10-04T20:56:16.607Z | Compiling unicode-xid v0.2.4 |
1217 | 2023-10-04T20:56:16.740Z | Compiling serde_derive_internals v0.26.0 |
1218 | 2023-10-04T20:56:16.833Z | Compiling rand_chacha v0.3.1 |
1219 | 2023-10-04T20:56:16.915Z | Compiling percent-encoding v2.3.0 |
1220 | 2023-10-04T20:56:17.497Z | Compiling rand v0.8.5 |
1221 | 2023-10-04T20:56:17.643Z | Compiling form_urlencoded v1.2.0 |
1222 | 2023-10-04T20:56:18.085Z | Compiling futures-sink v0.3.28 |
1223 | 2023-10-04T20:56:18.149Z | Compiling synstructure v0.12.6 |
1224 | 2023-10-04T20:56:18.254Z | Compiling backtrace v0.3.69 |
1225 | 2023-10-04T20:56:18.445Z | Compiling pin-utils v0.1.0 |
1226 | 2023-10-04T20:56:18.616Z | Compiling crossbeam-utils v0.8.16 |
1227 | 2023-10-04T20:56:18.629Z | Compiling async-trait v0.1.73 |
1228 | 2023-10-04T20:56:19.266Z | Compiling idna v0.4.0 |
1229 | 2023-10-04T20:56:20.264Z | Compiling aho-corasick v1.0.4 |
1230 | 2023-10-04T20:56:20.269Z | Compiling regex-syntax v0.7.5 |
1231 | 2023-10-04T20:56:20.590Z | Compiling const-oid v0.9.5 |
1232 | 2023-10-04T20:56:20.717Z | Compiling futures-io v0.3.28 |
1233 | 2023-10-04T20:56:20.724Z | Compiling hashbrown v0.12.3 |
1234 | 2023-10-04T20:56:21.203Z | Compiling url v2.4.1 |
1235 | 2023-10-04T20:56:22.126Z | Compiling anyhow v1.0.75 |
1236 | 2023-10-04T20:56:22.683Z | Compiling unicode-width v0.1.10 |
1237 | 2023-10-04T20:56:23.335Z | Compiling num_threads v0.1.6 |
1238 | 2023-10-04T20:56:23.351Z | Compiling deranged v0.3.8 |
1239 | 2023-10-04T20:56:23.428Z | Compiling usdt-impl v0.3.5 |
1240 | 2023-10-04T20:56:23.813Z | Compiling thread-id v4.2.0 |
1241 | 2023-10-04T20:56:23.969Z | Compiling tracing-core v0.1.31 |
1242 | 2023-10-04T20:56:24.072Z | Compiling hashbrown v0.13.2 |
1243 | 2023-10-04T20:56:25.140Z | Compiling cpufeatures v0.2.9 |
1244 | 2023-10-04T20:56:25.288Z | Compiling adler v1.0.2 |
1245 | 2023-10-04T20:56:25.633Z | Compiling miniz_oxide v0.7.1 |
1246 | 2023-10-04T20:56:26.014Z | Compiling lazy_static v1.4.0 |
1247 | 2023-10-04T20:56:26.184Z | Compiling time v0.3.27 |
1248 | 2023-10-04T20:56:26.532Z | Compiling regex-automata v0.3.8 |
1249 | 2023-10-04T20:56:28.119Z | Compiling rustix v0.38.9 |
1250 | 2023-10-04T20:56:29.057Z | Compiling bitflags v1.3.2 |
1251 | 2023-10-04T20:56:29.087Z | Compiling serde_derive v1.0.188 |
1252 | 2023-10-04T20:56:29.201Z | Compiling zeroize_derive v1.4.2 |
1253 | 2023-10-04T20:56:30.127Z | Compiling thiserror-impl v1.0.49 |
1254 | 2023-10-04T20:56:30.678Z | Compiling tokio-macros v2.1.0 |
1255 | 2023-10-04T20:56:31.366Z | Compiling futures-macro v0.3.28 |
1256 | 2023-10-04T20:56:31.612Z | Compiling tracing-attributes v0.1.26 |
1257 | 2023-10-04T20:56:32.554Z | Compiling schemars_derive v0.8.13 |
1258 | 2023-10-04T20:56:33.192Z | Compiling zeroize v1.6.0 |
1259 | 2023-10-04T20:56:34.608Z | Compiling openssl-macros v0.1.1 |
1260 | 2023-10-04T20:56:34.938Z | Compiling pest v2.7.2 |
1261 | 2023-10-04T20:56:35.670Z | Compiling zerocopy-derive v0.2.0 |
1262 | 2023-10-04T20:56:36.182Z | Compiling crypto-common v0.1.6 |
1263 | 2023-10-04T20:56:36.566Z | Compiling block-buffer v0.10.4 |
1264 | 2023-10-04T20:56:36.854Z | Compiling digest v0.10.7 |
1265 | 2023-10-04T20:56:37.532Z | Compiling regex v1.9.5 |
1266 | 2023-10-04T20:56:37.564Z | Compiling tracing v0.1.37 |
1267 | 2023-10-04T20:56:38.513Z | Compiling zerocopy v0.3.0 |
1268 | 2023-10-04T20:56:38.924Z | Compiling gimli v0.28.0 |
1269 | 2023-10-04T20:56:39.387Z | Compiling pest_meta v2.7.2 |
1270 | 2023-10-04T20:56:39.881Z | Compiling dof v0.1.5 |
1271 | 2023-10-04T20:56:41.417Z | Compiling object v0.32.1 |
1272 | 2023-10-04T20:56:41.494Z | Compiling siphasher v0.3.11 |
1273 | 2023-10-04T20:56:42.178Z | Compiling pest_generator v2.7.2 |
1274 | 2023-10-04T20:56:45.219Z | Compiling rustc-demangle v0.1.23 |
1275 | 2023-10-04T20:56:45.339Z | Compiling untrusted v0.7.1 |
1276 | 2023-10-04T20:56:45.655Z | Compiling base64 v0.21.4 |
1277 | 2023-10-04T20:56:46.187Z | Compiling addr2line v0.21.0 |
1278 | 2023-10-04T20:56:46.871Z | Compiling pest_derive v2.7.2 |
1279 | 2023-10-04T20:56:46.970Z | Compiling socket2 v0.4.9 |
1280 | 2023-10-04T20:56:47.604Z | Compiling phf_shared v0.11.2 |
1281 | 2023-10-04T20:56:47.997Z | Compiling try-lock v0.2.4 |
1282 | 2023-10-04T20:56:48.016Z | Compiling dtrace-parser v0.1.14 |
1283 | 2023-10-04T20:56:48.210Z | Compiling httpdate v1.0.3 |
1284 | 2023-10-04T20:56:48.237Z | Compiling want v0.3.1 |
1285 | 2023-10-04T20:56:48.667Z | Compiling mime v0.3.17 |
1286 | 2023-10-04T20:56:48.682Z | Compiling tower-service v0.3.2 |
1287 | 2023-10-04T20:56:48.857Z | Compiling strsim v0.10.0 |
1288 | 2023-10-04T20:56:48.966Z | Compiling foreign-types-shared v0.1.1 |
1289 | 2023-10-04T20:56:49.121Z | Compiling openssl-probe v0.1.5 |
1290 | 2023-10-04T20:56:49.630Z | Compiling foreign-types v0.3.2 |
1291 | 2023-10-04T20:56:49.968Z | Compiling ipnet v2.8.0 |
1292 | 2023-10-04T20:56:50.943Z | Compiling rustls-webpki v0.101.4 |
1293 | 2023-10-04T20:56:51.482Z | Compiling sct v0.7.0 |
1294 | 2023-10-04T20:56:52.095Z | Compiling rustls-pemfile v1.0.3 |
1295 | 2023-10-04T20:56:52.207Z | Compiling regress v0.7.1 |
1296 | 2023-10-04T20:56:52.700Z | Compiling bytes v1.5.0 |
1297 | 2023-10-04T20:56:53.003Z | Compiling indexmap v2.0.0 |
1298 | 2023-10-04T20:56:53.168Z | Compiling chrono v0.4.31 |
1299 | 2023-10-04T20:56:53.374Z | Compiling uuid v1.4.1 |
1300 | 2023-10-04T20:56:54.525Z | Compiling toml_datetime v0.6.3 |
1301 | 2023-10-04T20:56:54.871Z | Compiling serde_spanned v0.6.3 |
1302 | 2023-10-04T20:56:55.025Z | Compiling http v0.2.9 |
1303 | 2023-10-04T20:56:55.246Z | Compiling toml_edit v0.19.15 |
1304 | 2023-10-04T20:56:55.286Z | Compiling tokio v1.32.0 |
1305 | 2023-10-04T20:56:57.805Z | Compiling openapiv3 v1.0.3 |
1306 | 2023-10-04T20:56:59.401Z | Compiling serde_tokenstream v0.1.7 |
1307 | 2023-10-04T20:56:59.940Z | Compiling bitflags v2.4.0 |
1308 | 2023-10-04T20:57:00.199Z | Compiling rustc_version v0.4.0 |
1309 | 2023-10-04T20:57:01.481Z | Compiling usdt-macro v0.3.5 |
1310 | 2023-10-04T20:57:01.801Z | Compiling usdt-attr-macro v0.3.5 |
1311 | 2023-10-04T20:57:02.816Z | Compiling http-body v0.4.5 |
1312 | 2023-10-04T20:57:02.978Z | Compiling serde_tokenstream v0.2.0 |
1313 | 2023-10-04T20:57:04.186Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1314 | 2023-10-04T20:57:04.194Z | Compiling encoding_rs v0.8.33 |
1315 | 2023-10-04T20:57:04.681Z | Compiling serde_urlencoded v0.7.1 |
1316 | 2023-10-04T20:57:05.534Z | Compiling rustls-native-certs v0.6.3 |
1317 | 2023-10-04T20:57:06.264Z | Compiling webpki-roots v0.25.2 |
1318 | 2023-10-04T20:57:06.516Z | Compiling errno v0.3.2 |
1319 | 2023-10-04T20:57:06.796Z | Compiling getopts v0.2.21 |
1320 | 2023-10-04T20:57:07.684Z | Compiling unsafe-libyaml v0.2.9 |
1321 | 2023-10-04T20:57:08.539Z | Compiling tokio-util v0.7.8 |
1322 | 2023-10-04T20:57:09.258Z | Compiling futures-executor v0.3.28 |
1323 | 2023-10-04T20:57:10.275Z | Compiling h2 v0.3.21 |
1324 | 2023-10-04T20:57:10.847Z | Compiling tokio-rustls v0.24.1 |
1325 | 2023-10-04T20:57:11.012Z | Compiling serde_yaml v0.9.25 |
1326 | 2023-10-04T20:57:15.930Z | Compiling tokio-native-tls v0.3.1 |
1327 | 2023-10-04T20:57:16.348Z | Compiling hmac v0.12.1 |
1328 | 2023-10-04T20:57:16.669Z | Compiling num-integer v0.1.45 |
1329 | 2023-10-04T20:57:17.078Z | Compiling rustversion v1.0.14 |
1330 | 2023-10-04T20:57:17.429Z | Compiling usdt v0.3.5 |
1331 | 2023-10-04T20:57:17.835Z | Compiling hex v0.4.3 |
1332 | 2023-10-04T20:57:18.076Z | Compiling sha2 v0.10.7 |
1333 | 2023-10-04T20:57:18.602Z | Compiling block-padding v0.3.3 |
1334 | 2023-10-04T20:57:18.888Z | Compiling inout v0.1.3 |
1335 | 2023-10-04T20:57:19.070Z | Compiling toml v0.7.8 |
1336 | 2023-10-04T20:57:19.272Z | Compiling cipher v0.4.4 |
1337 | 2023-10-04T20:57:21.563Z | Compiling fallible-iterator v0.2.0 |
1338 | 2023-10-04T20:57:21.589Z | Compiling crc32fast v1.3.2 |
1339 | 2023-10-04T20:57:22.008Z | Compiling hyper v0.14.27 |
1340 | 2023-10-04T20:57:22.317Z | Compiling futures v0.3.28 |
1341 | 2023-10-04T20:57:22.481Z | Compiling ipnetwork v0.20.0 |
1342 | 2023-10-04T20:57:22.877Z | Compiling spin v0.9.8 |
1343 | 2023-10-04T20:57:23.332Z | Compiling either v1.9.0 |
1344 | 2023-10-04T20:57:23.869Z | Compiling md-5 v0.10.5 |
1345 | 2023-10-04T20:57:23.958Z | Compiling stringprep v0.1.3 |
1346 | 2023-10-04T20:57:24.228Z | Compiling io-lifetimes v1.0.11 |
1347 | 2023-10-04T20:57:24.900Z | Compiling postgres-protocol v0.6.6 |
1348 | 2023-10-04T20:57:25.378Z | Compiling enum-as-inner v0.5.1 |
1349 | 2023-10-04T20:57:25.968Z | Compiling slog-async v2.8.0 |
1350 | 2023-10-04T20:57:27.022Z | Compiling postgres-types v0.2.6 |
1351 | 2023-10-04T20:57:27.197Z | Compiling phf v0.11.2 |
1352 | 2023-10-04T20:57:27.223Z | Compiling console v0.15.7 |
1353 | 2023-10-04T20:57:27.268Z | Compiling num-bigint v0.4.4 |
1354 | 2023-10-04T20:57:27.667Z | Compiling whoami v1.4.1 |
1355 | 2023-10-04T20:57:27.926Z | Compiling rustix v0.37.23 |
1356 | 2023-10-04T20:57:28.783Z | Compiling data-encoding v2.4.0 |
1357 | 2023-10-04T20:57:28.843Z | Compiling tokio-postgres v0.7.10 |
1358 | 2023-10-04T20:57:29.783Z | Compiling zerocopy-derive v0.6.3 |
1359 | 2023-10-04T20:57:31.188Z | Compiling static_assertions v1.1.0 |
1360 | 2023-10-04T20:57:33.494Z | Compiling hyper-rustls v0.24.1 |
1361 | 2023-10-04T20:57:34.111Z | Compiling hyper-tls v0.5.0 |
1362 | 2023-10-04T20:57:34.410Z | Compiling ident_case v1.0.1 |
1363 | 2023-10-04T20:57:34.653Z | Compiling reqwest v0.11.20 |
1364 | 2023-10-04T20:57:34.691Z | Compiling darling_core v0.20.3 |
1365 | 2023-10-04T20:57:35.259Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1366 | 2023-10-04T20:57:36.137Z | Compiling camino v1.1.6 |
1367 | 2023-10-04T20:57:37.149Z | Compiling flate2 v1.0.27 |
1368 | 2023-10-04T20:57:37.813Z | Compiling strum_macros v0.25.2 |
1369 | 2023-10-04T20:57:38.791Z | Compiling heapless v0.7.16 |
1370 | 2023-10-04T20:57:39.325Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2023-10-04T20:57:39.397Z | Compiling memoffset v0.9.0 |
1372 | 2023-10-04T20:57:39.930Z | Compiling unicode-segmentation v1.10.1 |
1373 | 2023-10-04T20:57:39.965Z | Compiling managed v0.8.0 |
1374 | 2023-10-04T20:57:40.696Z | Compiling matches v0.1.10 |
1375 | 2023-10-04T20:57:40.850Z | Compiling radium v0.7.0 |
1376 | 2023-10-04T20:57:41.495Z | Compiling idna v0.2.3 |
1377 | 2023-10-04T20:57:42.821Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1378 | 2023-10-04T20:57:43.018Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1379 | 2023-10-04T20:57:43.877Z | Compiling darling_macro v0.20.3 |
1380 | 2023-10-04T20:57:44.014Z | Compiling multer v2.1.0 |
1381 | 2023-10-04T20:57:44.020Z | Compiling trust-dns-proto v0.22.0 |
1382 | 2023-10-04T20:57:44.834Z | Compiling async-stream-impl v0.3.5 |
1383 | 2023-10-04T20:57:45.309Z | Compiling darling v0.20.3 |
1384 | 2023-10-04T20:57:45.466Z | Compiling serde_with_macros v2.3.3 |
1385 | 2023-10-04T20:57:46.559Z | Compiling crossbeam-epoch v0.9.15 |
1386 | 2023-10-04T20:57:46.678Z | Compiling num-iter v0.1.43 |
1387 | 2023-10-04T20:57:46.914Z | Compiling smoltcp v0.9.1 |
1388 | 2023-10-04T20:57:47.143Z | Compiling anstyle v1.0.2 |
1389 | 2023-10-04T20:57:47.817Z | Compiling bit-vec v0.6.3 |
1390 | 2023-10-04T20:57:47.888Z | Compiling paste v1.0.14 |
1391 | 2023-10-04T20:57:48.159Z | Compiling utf8parse v0.2.1 |
1392 | 2023-10-04T20:57:48.423Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1393 | 2023-10-04T20:57:48.541Z | Compiling anstyle-parse v0.2.1 |
1394 | 2023-10-04T20:57:50.392Z | Compiling zerocopy v0.6.3 |
1395 | 2023-10-04T20:57:52.146Z | Compiling signature v2.1.0 |
1396 | 2023-10-04T20:57:52.490Z | Compiling hubpack_derive v0.1.1 |
1397 | 2023-10-04T20:57:52.935Z | Compiling clap_derive v4.4.2 |
1398 | 2023-10-04T20:57:53.275Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1399 | 2023-10-04T20:57:53.679Z | Compiling anstyle-query v1.0.0 |
1400 | 2023-10-04T20:57:53.764Z | Compiling colorchoice v1.0.0 |
1401 | 2023-10-04T20:57:53.972Z | Compiling anstream v0.5.0 |
1402 | 2023-10-04T20:57:54.015Z | Compiling terminal_size v0.2.6 |
1403 | 2023-10-04T20:57:54.302Z | Compiling yasna v0.5.2 |
1404 | 2023-10-04T20:57:55.284Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1405 | 2023-10-04T20:57:56.322Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1406 | 2023-10-04T20:57:56.812Z | Compiling structmeta-derive v0.1.6 |
1407 | 2023-10-04T20:57:57.615Z | Compiling diesel_table_macro_syntax v0.1.0 |
1408 | 2023-10-04T20:57:57.658Z | Compiling hash32 v0.2.1 |
1409 | 2023-10-04T20:57:58.198Z | Compiling tap v1.0.1 |
1410 | 2023-10-04T20:57:58.466Z | Compiling clap_lex v0.5.1 |
1411 | 2023-10-04T20:57:58.640Z | Compiling stable_deref_trait v1.2.0 |
1412 | 2023-10-04T20:57:58.803Z | Compiling wyz v0.5.1 |
1413 | 2023-10-04T20:57:58.868Z | Compiling clap_builder v4.4.2 |
1414 | 2023-10-04T20:57:59.264Z | Compiling diesel_derives v2.1.1 |
1415 | 2023-10-04T20:58:00.380Z | Compiling itertools v0.10.5 |
1416 | 2023-10-04T20:58:00.484Z | Compiling tokio-stream v0.1.14 |
1417 | 2023-10-04T20:58:00.724Z | Compiling serde_repr v0.1.16 |
1418 | 2023-10-04T20:58:00.874Z | Compiling scheduled-thread-pool v0.2.7 |
1419 | 2023-10-04T20:58:01.295Z | Compiling structmeta v0.1.6 |
1420 | 2023-10-04T20:58:01.875Z | Compiling funty v2.0.0 |
1421 | 2023-10-04T20:58:01.933Z | Compiling regex-syntax v0.6.29 |
1422 | 2023-10-04T20:58:02.155Z | Compiling regex-automata v0.1.10 |
1423 | 2023-10-04T20:58:02.506Z | Compiling r2d2 v0.8.10 |
1424 | 2023-10-04T20:58:03.007Z | Compiling bstr v0.2.17 |
1425 | 2023-10-04T20:58:05.229Z | Compiling clap v4.4.3 |
1426 | 2023-10-04T20:58:05.304Z | Compiling bitvec v1.0.1 |
1427 | 2023-10-04T20:58:06.077Z | Compiling hubpack v0.1.2 |
1428 | 2023-10-04T20:58:06.911Z | Compiling phf_shared v0.10.0 |
1429 | 2023-10-04T20:58:07.092Z | Compiling float-cmp v0.9.0 |
1430 | 2023-10-04T20:58:07.306Z | Compiling unicode-linebreak v0.1.5 |
1431 | 2023-10-04T20:58:07.451Z | Compiling predicates-core v1.0.6 |
1432 | 2023-10-04T20:58:07.545Z | Compiling fixedbitset v0.4.2 |
1433 | 2023-10-04T20:58:08.025Z | Compiling smawk v0.3.1 |
1434 | 2023-10-04T20:58:08.190Z | Compiling precomputed-hash v0.1.1 |
1435 | 2023-10-04T20:58:08.283Z | Compiling difflib v0.4.0 |
1436 | 2023-10-04T20:58:08.350Z | Compiling normalize-line-endings v0.3.0 |
1437 | 2023-10-04T20:58:08.353Z | Compiling new_debug_unreachable v1.0.4 |
1438 | 2023-10-04T20:58:08.531Z | Compiling string_cache v0.8.7 |
1439 | 2023-10-04T20:58:08.540Z | Compiling textwrap v0.16.0 |
1440 | 2023-10-04T20:58:09.284Z | Compiling predicates v3.0.3 |
1441 | 2023-10-04T20:58:10.758Z | Compiling petgraph v0.6.4 |
1442 | 2023-10-04T20:58:11.149Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1443 | 2023-10-04T20:58:11.637Z | Compiling parse-display-derive v0.7.0 |
1444 | 2023-10-04T20:58:12.214Z | Compiling similar v2.2.1 |
1445 | 2023-10-04T20:58:12.871Z | Compiling bit-set v0.5.3 |
1446 | 2023-10-04T20:58:13.495Z | Compiling bstr v1.6.0 |
1447 | 2023-10-04T20:58:16.265Z | Compiling lalrpop-util v0.19.12 |
1448 | 2023-10-04T20:58:23.420Z | Compiling diesel v2.1.1 |
1449 | 2023-10-04T20:58:32.970Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1450 | 2023-10-04T20:58:33.353Z | Compiling proc-macro-crate v1.3.1 |
1451 | 2023-10-04T20:58:41.624Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1452 | 2023-10-04T20:59:05.836Z | Compiling atty v0.2.14 |
1453 | 2023-10-04T20:59:07.144Z | Compiling sha1 v0.10.5 |
1454 | 2023-10-04T20:59:07.832Z | Compiling match_cfg v0.1.0 |
1455 | 2023-10-04T20:59:07.962Z | Compiling hostname v0.3.1 |
1456 | 2023-10-04T20:59:10.033Z | Compiling dirs-sys-next v0.1.2 |
1457 | 2023-10-04T20:59:10.590Z | Compiling dirs-next v2.0.0 |
1458 | 2023-10-04T20:59:11.384Z | Compiling thread_local v1.1.7 |
1459 | 2023-10-04T20:59:12.601Z | Compiling term v0.7.0 |
1460 | 2023-10-04T20:59:13.251Z | Compiling crossbeam-channel v0.5.8 |
1461 | 2023-10-04T20:59:14.318Z | Compiling take_mut v0.2.2 |
1462 | 2023-10-04T20:59:15.124Z | Compiling slog-term v2.9.0 |
1463 | 2023-10-04T20:59:16.742Z | Compiling slog-json v2.6.1 |
1464 | 2023-10-04T20:59:17.292Z | Compiling instant v0.1.12 |
1465 | 2023-10-04T20:59:17.509Z | Compiling slog-bunyan v2.4.0 |
1466 | 2023-10-04T20:59:19.028Z | Compiling strum v0.25.0 |
1467 | 2023-10-04T20:59:19.394Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1468 | 2023-10-04T20:59:19.640Z | Compiling atomic-waker v1.1.1 |
1469 | 2023-10-04T20:59:19.925Z | Compiling waitgroup v0.1.2 |
1470 | 2023-10-04T20:59:20.268Z | Compiling num_enum_derive v0.5.11 |
1471 | 2023-10-04T20:59:20.402Z | Compiling serde_with v2.3.3 |
1472 | 2023-10-04T20:59:21.078Z | Compiling async-stream v0.3.5 |
1473 | 2023-10-04T20:59:22.476Z | Compiling serde_path_to_error v0.1.14 |
1474 | 2023-10-04T20:59:23.164Z | Compiling libz-sys v1.1.12 |
1475 | 2023-10-04T20:59:23.587Z | Compiling debug-ignore v1.0.5 |
1476 | 2023-10-04T20:59:25.865Z | Compiling proc-macro-error-attr v1.0.4 |
1477 | 2023-10-04T20:59:26.274Z | Compiling slog-dtrace v0.2.3 |
1478 | 2023-10-04T20:59:27.298Z | Compiling fastrand v2.0.0 |
1479 | 2023-10-04T20:59:28.201Z | Compiling tempfile v3.8.0 |
1480 | 2023-10-04T20:59:30.969Z | Compiling backoff v0.4.0 |
1481 | 2023-10-04T20:59:31.331Z | Compiling parse-display v0.7.0 |
1482 | 2023-10-04T20:59:32.519Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1483 | 2023-10-04T20:59:32.750Z | Compiling macaddr v1.0.1 |
1484 | 2023-10-04T20:59:32.876Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1485 | 2023-10-04T20:59:33.483Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1486 | 2023-10-04T20:59:33.676Z | Compiling proc-macro-error v1.0.4 |
1487 | 2023-10-04T20:59:33.957Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1488 | 2023-10-04T20:59:36.023Z | Compiling libsqlite3-sys v0.26.0 |
1489 | 2023-10-04T20:59:36.129Z | Compiling memoffset v0.7.1 |
1490 | 2023-10-04T20:59:36.664Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1491 | 2023-10-04T20:59:38.681Z | Compiling vergen v8.2.4 |
1492 | 2023-10-04T20:59:38.915Z | Compiling foreign-types-macros v0.2.3 |
1493 | 2023-10-04T20:59:39.330Z | Compiling base64ct v1.6.0 |
1494 | 2023-10-04T20:59:42.061Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1495 | 2023-10-04T20:59:42.170Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1496 | 2023-10-04T20:59:46.562Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1497 | 2023-10-04T20:59:47.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1498 | 2023-10-04T20:59:48.105Z | Compiling platforms v3.0.2 |
1499 | 2023-10-04T20:59:48.985Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1500 | 2023-10-04T20:59:49.126Z | Compiling num_enum_derive v0.7.0 |
1501 | 2023-10-04T20:59:49.194Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1502 | 2023-10-04T20:59:49.422Z | Compiling cfg-if v0.1.10 |
1503 | 2023-10-04T20:59:49.573Z | Compiling password-hash v0.5.0 |
1504 | 2023-10-04T20:59:49.990Z | Compiling curve25519-dalek v4.1.0 |
1505 | 2023-10-04T20:59:50.545Z | Compiling heck v0.3.3 |
1506 | 2023-10-04T20:59:50.842Z | Compiling blake2 v0.10.6 |
1507 | 2023-10-04T20:59:51.159Z | Compiling libefi-sys v0.1.0 |
1508 | 2023-10-04T20:59:51.328Z | Compiling structopt-derive v0.4.18 |
1509 | 2023-10-04T20:59:51.579Z | Compiling argon2 v0.5.2 |
1510 | 2023-10-04T20:59:52.108Z | Compiling zone_cfg_derive v0.2.0 |
1511 | 2023-10-04T20:59:53.332Z | Compiling curve25519-dalek-derive v0.1.0 |
1512 | 2023-10-04T20:59:53.336Z | Compiling same-file v1.0.6 |
1513 | 2023-10-04T20:59:53.707Z | Compiling walkdir v2.4.0 |
1514 | 2023-10-04T20:59:53.984Z | Compiling toml v0.5.11 |
1515 | 2023-10-04T20:59:54.289Z | Compiling semver-parser v0.10.2 |
1516 | 2023-10-04T20:59:54.774Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1517 | 2023-10-04T20:59:55.315Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1518 | 2023-10-04T20:59:55.570Z | Compiling erased-serde v0.3.30 |
1519 | 2023-10-04T20:59:55.824Z | Compiling getrandom v0.1.16 |
1520 | 2023-10-04T20:59:55.957Z | Compiling semver v0.11.0 |
1521 | 2023-10-04T20:59:56.467Z | Compiling universal-hash v0.5.1 |
1522 | 2023-10-04T20:59:56.556Z | Compiling bitstruct_derive v0.1.0 |
1523 | 2023-10-04T20:59:56.759Z | Compiling async-recursion v1.0.5 |
1524 | 2023-10-04T20:59:57.032Z | Compiling xattr v1.0.1 |
1525 | 2023-10-04T20:59:57.069Z | Compiling filetime v0.2.22 |
1526 | 2023-10-04T20:59:57.455Z | Compiling home v0.5.5 |
1527 | 2023-10-04T20:59:57.561Z | Compiling opaque-debug v0.3.0 |
1528 | 2023-10-04T20:59:57.658Z | Compiling toolchain_find v0.2.0 |
1529 | 2023-10-04T20:59:57.703Z | Compiling tar v0.4.40 |
1530 | 2023-10-04T20:59:58.109Z | Compiling num-rational v0.4.1 |
1531 | 2023-10-04T20:59:58.300Z | Compiling unicase v2.7.0 |
1532 | 2023-10-04T20:59:58.525Z | Compiling parking_lot_core v0.8.6 |
1533 | 2023-10-04T20:59:58.619Z | Compiling rustfmt-wrapper v0.2.0 |
1534 | 2023-10-04T20:59:58.845Z | Compiling num_enum v0.5.11 |
1535 | 2023-10-04T20:59:59.024Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1536 | 2023-10-04T20:59:59.069Z | Compiling aead v0.5.2 |
1537 | 2023-10-04T20:59:59.096Z | Compiling postcard-cobs v0.1.5-pre |
1538 | 2023-10-04T20:59:59.157Z | Compiling omicron-zone-package v0.8.3 |
1539 | 2023-10-04T20:59:59.533Z | Compiling winapi v0.3.9 |
1540 | 2023-10-04T20:59:59.628Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1541 | 2023-10-04T20:59:59.714Z | Compiling postcard v0.7.3 |
1542 | 2023-10-04T21:00:00.543Z | Compiling polyval v0.6.1 |
1543 | 2023-10-04T21:00:00.613Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1544 | 2023-10-04T21:00:01.447Z | Compiling smoltcp v0.8.2 |
1545 | 2023-10-04T21:00:01.504Z | Compiling aes v0.8.3 |
1546 | 2023-10-04T21:00:01.657Z | Compiling ctr v0.9.2 |
1547 | 2023-10-04T21:00:01.999Z | Compiling thiserror-impl-no-std v2.0.2 |
1548 | 2023-10-04T21:00:02.179Z | Compiling foreign-types-shared v0.3.1 |
1549 | 2023-10-04T21:00:02.427Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1550 | 2023-10-04T21:00:02.830Z | Compiling foreign-types v0.5.0 |
1551 | 2023-10-04T21:00:03.547Z | Compiling mime_guess v2.0.4 |
1552 | 2023-10-04T21:00:06.068Z | Compiling is-terminal v0.4.9 |
1553 | 2023-10-04T21:00:06.245Z | Compiling toml_edit v0.20.0 |
1554 | 2023-10-04T21:00:06.681Z | Compiling hashlink v0.8.3 |
1555 | 2023-10-04T21:00:07.752Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1556 | 2023-10-04T21:00:08.246Z | Compiling cstr-argument v0.1.2 |
1557 | 2023-10-04T21:00:08.635Z | Compiling rand v0.4.6 |
1558 | 2023-10-04T21:00:11.366Z | Compiling fallible-streaming-iterator v0.1.9 |
1559 | 2023-10-04T21:00:11.446Z | Compiling pretty-hex v0.2.1 |
1560 | 2023-10-04T21:00:11.753Z | Compiling rusqlite v0.29.0 |
1561 | 2023-10-04T21:00:12.077Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1562 | 2023-10-04T21:00:12.625Z | Compiling toml v0.8.0 |
1563 | 2023-10-04T21:00:14.673Z | Compiling twox-hash v1.6.3 |
1564 | 2023-10-04T21:00:15.475Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1565 | 2023-10-04T21:00:15.606Z | Compiling colored v2.0.4 |
1566 | 2023-10-04T21:00:15.843Z | Compiling nix v0.26.2 |
1567 | 2023-10-04T21:00:16.364Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1568 | 2023-10-04T21:00:18.091Z | Compiling hkdf v0.12.3 |
1569 | 2023-10-04T21:00:18.465Z | Compiling textwrap v0.11.0 |
1570 | 2023-10-04T21:00:18.750Z | Compiling const_format_proc_macros v0.2.31 |
1571 | 2023-10-04T21:00:20.648Z | Compiling linked-hash-map v0.5.6 |
1572 | 2023-10-04T21:00:21.238Z | Compiling ansi_term v0.12.1 |
1573 | 2023-10-04T21:00:21.921Z | Compiling quick-error v1.2.3 |
1574 | 2023-10-04T21:00:22.099Z | Compiling vec_map v0.8.2 |
1575 | 2023-10-04T21:00:22.125Z | Compiling strsim v0.8.0 |
1576 | 2023-10-04T21:00:22.425Z | Compiling base64 v0.13.1 |
1577 | 2023-10-04T21:00:22.545Z | Compiling clap v2.34.0 |
1578 | 2023-10-04T21:00:23.033Z | Compiling resolv-conf v0.7.0 |
1579 | 2023-10-04T21:00:23.169Z | Compiling lru-cache v0.1.2 |
1580 | 2023-10-04T21:00:25.409Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1581 | 2023-10-04T21:00:25.543Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1582 | 2023-10-04T21:00:27.924Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1583 | 2023-10-04T21:00:28.950Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1584 | 2023-10-04T21:00:29.274Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1585 | 2023-10-04T21:00:32.245Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1586 | 2023-10-04T21:00:34.504Z | Compiling num_enum v0.7.0 |
1587 | 2023-10-04T21:00:35.102Z | Compiling bincode v1.3.3 |
1588 | 2023-10-04T21:00:36.074Z | Compiling cancel-safe-futures v0.1.2 |
1589 | 2023-10-04T21:00:36.209Z | Compiling convert_case v0.4.0 |
1590 | 2023-10-04T21:00:36.800Z | Compiling keccak v0.1.4 |
1591 | 2023-10-04T21:00:38.253Z | Compiling utf-8 v0.7.6 |
1592 | 2023-10-04T21:00:38.470Z | Compiling humantime v2.1.0 |
1593 | 2023-10-04T21:00:38.503Z | Compiling termcolor v1.2.0 |
1594 | 2023-10-04T21:00:38.762Z | Compiling derive_more v0.99.17 |
1595 | 2023-10-04T21:00:39.341Z | Compiling env_logger v0.9.3 |
1596 | 2023-10-04T21:00:40.055Z | Compiling sha3 v0.10.8 |
1597 | 2023-10-04T21:00:42.065Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1598 | 2023-10-04T21:00:48.878Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1599 | 2023-10-04T21:00:49.516Z | Compiling structopt v0.3.26 |
1600 | 2023-10-04T21:00:49.764Z | Compiling trust-dns-resolver v0.22.0 |
1601 | 2023-10-04T21:00:51.303Z | Compiling aes-gcm-siv v0.11.1 |
1602 | 2023-10-04T21:00:51.874Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1603 | 2023-10-04T21:00:52.650Z | Compiling zone v0.2.0 |
1604 | 2023-10-04T21:00:53.266Z | Compiling itertools v0.11.0 |
1605 | 2023-10-04T21:00:54.026Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1606 | 2023-10-04T21:00:54.894Z | Compiling smf v0.2.2 |
1607 | 2023-10-04T21:00:55.915Z | Compiling secrecy v0.8.0 |
1608 | 2023-10-04T21:00:56.378Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1609 | 2023-10-04T21:00:57.099Z | Compiling ascii v1.1.0 |
1610 | 2023-10-04T21:00:57.314Z | Compiling ringbuffer v0.15.0 |
1611 | 2023-10-04T21:00:59.468Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1612 | 2023-10-04T21:00:59.598Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1613 | 2023-10-04T21:00:59.699Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1614 | 2023-10-04T21:01:00.363Z | Compiling bitstruct v0.1.1 |
1615 | 2023-10-04T21:01:01.279Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1616 | 2023-10-04T21:01:02.342Z | Compiling serde_arrays v0.1.0 |
1617 | 2023-10-04T21:01:02.583Z | Compiling ff v0.13.0 |
1618 | 2023-10-04T21:01:02.910Z | Compiling nibble_vec v0.1.0 |
1619 | 2023-10-04T21:01:03.166Z | Compiling arc-swap v1.6.0 |
1620 | 2023-10-04T21:01:03.221Z | Compiling endian-type v0.1.2 |
1621 | 2023-10-04T21:01:03.557Z | Compiling radix_trie v0.2.1 |
1622 | 2023-10-04T21:01:03.994Z | Compiling slog-scope v4.4.0 |
1623 | 2023-10-04T21:01:04.490Z | Compiling group v0.13.0 |
1624 | 2023-10-04T21:01:04.699Z | Compiling rand_core v0.5.1 |
1625 | 2023-10-04T21:01:04.854Z | Compiling tungstenite v0.20.1 |
1626 | 2023-10-04T21:01:06.227Z | Compiling poly1305 v0.8.0 |
1627 | 2023-10-04T21:01:06.381Z | Compiling chacha20 v0.9.1 |
1628 | 2023-10-04T21:01:07.073Z | Compiling crypto-bigint v0.5.2 |
1629 | 2023-10-04T21:01:07.243Z | Compiling num-complex v0.4.4 |
1630 | 2023-10-04T21:01:07.507Z | Compiling half v1.8.2 |
1631 | 2023-10-04T21:01:07.540Z | Compiling ciborium-io v0.2.1 |
1632 | 2023-10-04T21:01:07.993Z | Compiling base16ct v0.2.0 |
1633 | 2023-10-04T21:01:08.304Z | Compiling option-ext v0.2.0 |
1634 | 2023-10-04T21:01:08.503Z | Compiling dirs-sys v0.4.1 |
1635 | 2023-10-04T21:01:08.528Z | Compiling ciborium-ll v0.2.1 |
1636 | 2023-10-04T21:01:08.727Z | Compiling tokio-tungstenite v0.20.1 |
1637 | 2023-10-04T21:01:08.817Z | Compiling num v0.4.1 |
1638 | 2023-10-04T21:01:09.010Z | Compiling parking_lot v0.11.2 |
1639 | 2023-10-04T21:01:09.590Z | Compiling rand_chacha v0.2.2 |
1640 | 2023-10-04T21:01:09.600Z | Compiling slog-stdlog v4.1.1 |
1641 | 2023-10-04T21:01:09.614Z | Compiling trust-dns-client v0.22.0 |
1642 | 2023-10-04T21:01:09.633Z | Compiling thiserror-no-std v2.0.2 |
1643 | 2023-10-04T21:01:10.252Z | Compiling elliptic-curve v0.13.5 |
1644 | 2023-10-04T21:01:10.952Z | Compiling password-hash v0.4.2 |
1645 | 2023-10-04T21:01:11.094Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1646 | 2023-10-04T21:01:11.260Z | Compiling ed25519 v2.2.2 |
1647 | 2023-10-04T21:01:12.208Z | Compiling blowfish v0.9.1 |
1648 | 2023-10-04T21:01:12.302Z | Compiling pbkdf2 v0.12.2 |
1649 | 2023-10-04T21:01:12.495Z | Compiling fxhash v0.2.1 |
1650 | 2023-10-04T21:01:13.044Z | Compiling sled v0.34.7 |
1651 | 2023-10-04T21:01:13.051Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1652 | 2023-10-04T21:01:13.458Z | Compiling bcrypt-pbkdf v0.10.0 |
1653 | 2023-10-04T21:01:13.857Z | Compiling trust-dns-server v0.22.1 |
1654 | 2023-10-04T21:01:13.946Z | Compiling pbkdf2 v0.11.0 |
1655 | 2023-10-04T21:01:14.214Z | Compiling ed25519-dalek v2.0.0 |
1656 | 2023-10-04T21:01:14.541Z | Compiling vsss-rs v3.3.1 |
1657 | 2023-10-04T21:01:15.017Z | Compiling rand v0.7.3 |
1658 | 2023-10-04T21:01:15.877Z | Compiling russh-cryptovec v0.7.0 |
1659 | 2023-10-04T21:01:15.942Z | Compiling slog-envlogger v2.2.0 |
1660 | 2023-10-04T21:01:16.452Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1661 | 2023-10-04T21:01:18.211Z | Compiling ciborium v0.2.1 |
1662 | 2023-10-04T21:01:18.278Z | Compiling dirs v5.0.1 |
1663 | 2023-10-04T21:01:18.371Z | Compiling chacha20poly1305 v0.10.1 |
1664 | 2023-10-04T21:01:18.572Z | Compiling tungstenite v0.18.0 |
1665 | 2023-10-04T21:01:18.666Z | Compiling pem v1.1.1 |
1666 | 2023-10-04T21:01:19.786Z | Compiling ron v0.7.1 |
1667 | 2023-10-04T21:01:20.850Z | Compiling const_format v0.2.31 |
1668 | 2023-10-04T21:01:22.034Z | Compiling ghash v0.5.0 |
1669 | 2023-10-04T21:01:23.537Z | Compiling cbc v0.1.2 |
1670 | 2023-10-04T21:01:23.823Z | Compiling headers-core v0.2.0 |
1671 | 2023-10-04T21:01:23.876Z | Compiling bit_field v0.10.2 |
1672 | 2023-10-04T21:01:24.019Z | Compiling http-range v0.1.5 |
1673 | 2023-10-04T21:01:24.069Z | Compiling md5 v0.7.0 |
1674 | 2023-10-04T21:01:24.333Z | Compiling pretty-hex v0.3.0 |
1675 | 2023-10-04T21:01:24.585Z | Compiling russh-keys v0.38.0 |
1676 | 2023-10-04T21:01:24.613Z | Compiling hyper-staticfile v0.9.5 |
1677 | 2023-10-04T21:01:25.088Z | Compiling headers v0.3.9 |
1678 | 2023-10-04T21:01:29.520Z | Compiling aes-gcm v0.10.2 |
1679 | 2023-10-04T21:01:29.996Z | Compiling tokio-tungstenite v0.18.0 |
1680 | 2023-10-04T21:01:30.146Z | Compiling rcgen v0.10.0 |
1681 | 2023-10-04T21:01:36.541Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1682 | 2023-10-04T21:01:37.012Z | Compiling camino-tempfile v1.0.2 |
1683 | 2023-10-04T21:01:37.602Z | Compiling subprocess v0.2.9 |
1684 | 2023-10-04T21:01:38.259Z | Compiling glob v0.3.1 |
1685 | 2023-10-04T21:01:38.291Z | Compiling hex-literal v0.4.1 |
1686 | 2023-10-04T21:01:38.515Z | Compiling russh v0.38.0 |
1687 | 2023-10-04T21:01:46.278Z | Compiling bzip2 v0.4.4 |
1688 | 2023-10-04T21:01:46.575Z | Compiling zip v0.6.6 |
1689 | 2023-10-04T21:01:49.682Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2023-10-04T21:01:49.969Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1691 | 2023-10-04T21:01:50.224Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1692 | 2023-10-04T21:01:50.379Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1693 | 2023-10-04T21:01:50.690Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1694 | 2023-10-04T21:01:50.793Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1695 | 2023-10-04T21:01:50.974Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1696 | 2023-10-04T21:01:50.985Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1697 | 2023-10-04T21:01:51.013Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1698 | 2023-10-04T21:01:52.476Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1699 | 2023-10-04T21:02:00.191Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
1700 | 2023-10-04T21:02:07.408Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1701 | 2023-10-04T21:02:07.509Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1702 | 2023-10-04T21:02:12.593Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1703 | 2023-10-04T21:02:26.499Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1704 | 2023-10-04T21:02:29.385Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1705 | 2023-10-04T21:02:34.760Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1706 | 2023-10-04T21:02:36.237Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1707 | 2023-10-04T21:02:39.919Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1708 | 2023-10-04T21:02:41.917Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1709 | 2023-10-04T21:02:50.323Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1710 | 2023-10-04T21:03:17.475Z | Compiling git2 v0.17.2 |
1711 | 2023-10-04T21:03:23.883Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1712 | 2023-10-04T21:03:25.831Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1713 | 2023-10-04T21:03:37.768Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1714 | 2023-10-04T21:03:53.933Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1715 | 2023-10-04T21:03:54.207Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1716 | 2023-10-04T21:03:54.723Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1717 | 2023-10-04T21:03:58.329Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1718 | 2023-10-04T21:04:34.950Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1719 | 2023-10-04T21:06:02.611Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 35s |
1720 | 2023-10-04T21:06:02.964Z | |
1721 | 2023-10-04T21:06:02.968Z | real 10:35.481893324 |
1722 | 2023-10-04T21:06:02.971Z | user 58:16.959892708 |
1723 | 2023-10-04T21:06:02.974Z | sys 9:24.198567369 |
1724 | 2023-10-04T21:06:02.977Z | trap 2.248908017 |
1725 | 2023-10-04T21:06:02.981Z | tflt 4.046622813 |
1726 | 2023-10-04T21:06:02.984Z | dflt 7.318576633 |
1727 | 2023-10-04T21:06:02.988Z | kflt 0.019911915 |
1728 | 2023-10-04T21:06:02.991Z | lock 1:47:23.455490931 |
1729 | 2023-10-04T21:06:02.995Z | slp 3:02:36.110095717 |
1730 | 2023-10-04T21:06:02.998Z | lat 2:26.753472434 |
1731 | 2023-10-04T21:06:03.002Z | stop 6:17.960055501 |
1732 | 2023-10-04T21:06:03.005Z | + mkdir -p /work/end-to-end-tests |
1733 | 2023-10-04T21:06:03.008Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1734 | 2023-10-04T21:06:03.565Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1735 | 2023-10-04T21:06:03.568Z | + ptime -m gzip |
1736 | 2023-10-04T21:06:03.571Z | ++ basename target/debug/bootstrap |
1737 | 2023-10-04T21:06:20.264Z | |
1738 | 2023-10-04T21:06:20.268Z | real 16.692476808 |
1739 | 2023-10-04T21:06:20.271Z | user 16.505424899 |
1740 | 2023-10-04T21:06:20.273Z | sys 0.165554794 |
1741 | 2023-10-04T21:06:20.276Z | trap 0.006253832 |
1742 | 2023-10-04T21:06:20.279Z | tflt 0.000000000 |
1743 | 2023-10-04T21:06:20.282Z | dflt 0.000000000 |
1744 | 2023-10-04T21:06:20.284Z | kflt 0.000000000 |
1745 | 2023-10-04T21:06:20.287Z | lock 0.000000000 |
1746 | 2023-10-04T21:06:20.291Z | slp 0.000000000 |
1747 | 2023-10-04T21:06:20.294Z | lat 0.014871849 |
1748 | 2023-10-04T21:06:20.297Z | stop 0.000270928 |
1749 | 2023-10-04T21:06:20.300Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1750 | 2023-10-04T21:06:20.303Z | + ptime -m gzip |
1751 | 2023-10-04T21:06:20.305Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ac529dfcb46b38db |
1752 | 2023-10-04T21:06:21.360Z | |
1753 | 2023-10-04T21:06:21.363Z | real 1.086830348 |
1754 | 2023-10-04T21:06:21.366Z | user 1.073875450 |
1755 | 2023-10-04T21:06:21.369Z | sys 0.011544160 |
1756 | 2023-10-04T21:06:21.372Z | trap 0.000614696 |
1757 | 2023-10-04T21:06:21.375Z | tflt 0.000000000 |
1758 | 2023-10-04T21:06:21.377Z | dflt 0.000000000 |
1759 | 2023-10-04T21:06:21.380Z | kflt 0.000000000 |
1760 | 2023-10-04T21:06:21.383Z | lock 0.000000000 |
1761 | 2023-10-04T21:06:21.387Z | slp 0.000000000 |
1762 | 2023-10-04T21:06:21.390Z | lat 0.000411979 |
1763 | 2023-10-04T21:06:21.393Z | stop 0.000265861 |
1764 | 2023-10-04T21:06:21.396Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1765 | 2023-10-04T21:06:21.399Z | + ptime -m gzip |
1766 | 2023-10-04T21:06:21.402Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-945f15bf4d3e823e |
1767 | 2023-10-04T21:06:40.341Z | |
1768 | 2023-10-04T21:06:40.344Z | real 18.972675122 |
1769 | 2023-10-04T21:06:40.347Z | user 18.792728030 |
1770 | 2023-10-04T21:06:40.350Z | sys 0.175973905 |
1771 | 2023-10-04T21:06:40.353Z | trap 0.002865237 |
1772 | 2023-10-04T21:06:40.355Z | tflt 0.000000000 |
1773 | 2023-10-04T21:06:40.358Z | dflt 0.000000000 |
1774 | 2023-10-04T21:06:40.361Z | kflt 0.000000000 |
1775 | 2023-10-04T21:06:40.364Z | lock 0.000000000 |
1776 | 2023-10-04T21:06:40.367Z | slp 0.000000000 |
1777 | 2023-10-04T21:06:40.370Z | lat 0.000701205 |
1778 | 2023-10-04T21:06:40.373Z | stop 0.000279065 |
1779 | 2023-10-04T21:06:40.376Z | + banner caboose-util |
1780 | 2023-10-04T21:06:40.380Z | |
1781 | 2023-10-04T21:06:40.383Z | #### ## ##### #### #### #### ###### # # ##### |
1782 | 2023-10-04T21:06:40.386Z | # # # # # # # # # # # # # # # |
1783 | 2023-10-04T21:06:40.389Z | # # # ##### # # # # #### ##### ##### # # # |
1784 | 2023-10-04T21:06:40.392Z | # ###### # # # # # # # # # # # |
1785 | 2023-10-04T21:06:40.395Z | # # # # # # # # # # # # # # # # |
1786 | 2023-10-04T21:06:40.398Z | #### # # ##### #### #### #### ###### #### # |
1787 | 2023-10-04T21:06:40.401Z | |
1788 | 2023-10-04T21:06:40.404Z | + ptime -m cargo build --locked -p caboose-util --release |
1789 | 2023-10-04T21:06:41.080Z | Downloading crates ... |
1790 | 2023-10-04T21:06:41.353Z | Downloaded array-init v0.0.4 |
1791 | 2023-10-04T21:06:41.370Z | Downloaded path-slash v0.1.5 |
1792 | 2023-10-04T21:06:41.374Z | Downloaded nodrop v0.1.14 |
1793 | 2023-10-04T21:06:41.381Z | Downloaded crc v3.0.1 |
1794 | 2023-10-04T21:06:41.384Z | Downloaded maybe-uninit v2.0.0 |
1795 | 2023-10-04T21:06:41.387Z | Downloaded smallvec v0.6.14 |
1796 | 2023-10-04T21:06:41.390Z | Downloaded packed_struct_codegen v0.10.1 |
1797 | 2023-10-04T21:06:41.393Z | Downloaded der_derive v0.7.2 |
1798 | 2023-10-04T21:06:41.396Z | Downloaded bitfield v0.14.0 |
1799 | 2023-10-04T21:06:41.400Z | Downloaded flagset v0.4.3 |
1800 | 2023-10-04T21:06:41.403Z | Downloaded pkcs1 v0.7.5 |
1801 | 2023-10-04T21:06:41.406Z | Downloaded packed_struct v0.10.1 |
1802 | 2023-10-04T21:06:41.409Z | Downloaded crc-any v2.4.3 |
1803 | 2023-10-04T21:06:41.412Z | Downloaded rsa v0.9.2 |
1804 | 2023-10-04T21:06:41.415Z | Downloaded ron v0.8.1 |
1805 | 2023-10-04T21:06:41.429Z | Downloaded num-bigint-dig v0.8.4 |
1806 | 2023-10-04T21:06:41.437Z | Downloaded object v0.30.4 |
1807 | 2023-10-04T21:06:41.453Z | Downloaded x509-cert v0.2.4 |
1808 | 2023-10-04T21:06:41.463Z | Downloaded serde-hex v0.1.0 |
1809 | 2023-10-04T21:06:41.466Z | Downloaded env_logger v0.10.0 |
1810 | 2023-10-04T21:06:41.469Z | Downloaded crc-catalog v2.2.0 |
1811 | 2023-10-04T21:06:41.473Z | Downloaded pem-rfc7468 v0.7.0 |
1812 | 2023-10-04T21:06:41.638Z | Compiling proc-macro2 v1.0.67 |
1813 | 2023-10-04T21:06:41.654Z | Compiling unicode-ident v1.0.12 |
1814 | 2023-10-04T21:06:41.674Z | Compiling libc v0.2.148 |
1815 | 2023-10-04T21:06:41.678Z | Compiling serde v1.0.188 |
1816 | 2023-10-04T21:06:41.683Z | Compiling autocfg v1.1.0 |
1817 | 2023-10-04T21:06:41.686Z | Compiling version_check v0.9.4 |
1818 | 2023-10-04T21:06:41.691Z | Compiling cfg-if v1.0.0 |
1819 | 2023-10-04T21:06:41.764Z | Compiling once_cell v1.18.0 |
1820 | 2023-10-04T21:06:41.803Z | Compiling syn v1.0.109 |
1821 | 2023-10-04T21:06:41.901Z | Compiling parking_lot_core v0.9.8 |
1822 | 2023-10-04T21:06:42.374Z | Compiling typenum v1.16.0 |
1823 | 2023-10-04T21:06:42.444Z | Compiling libm v0.2.7 |
1824 | 2023-10-04T21:06:42.716Z | Compiling generic-array v0.14.7 |
1825 | 2023-10-04T21:06:42.924Z | Compiling lock_api v0.4.10 |
1826 | 2023-10-04T21:06:42.927Z | Compiling num-traits v0.2.16 |
1827 | 2023-10-04T21:06:43.101Z | Compiling futures-core v0.3.28 |
1828 | 2023-10-04T21:06:43.153Z | Compiling pkg-config v0.3.27 |
1829 | 2023-10-04T21:06:43.176Z | Compiling slab v0.4.9 |
1830 | 2023-10-04T21:06:43.244Z | Compiling serde_json v1.0.107 |
1831 | 2023-10-04T21:06:43.537Z | Compiling futures-task v0.3.28 |
1832 | 2023-10-04T21:06:43.579Z | Compiling futures-channel v0.3.28 |
1833 | 2023-10-04T21:06:43.682Z | Compiling scopeguard v1.2.0 |
1834 | 2023-10-04T21:06:43.841Z | Compiling quote v1.0.33 |
1835 | 2023-10-04T21:06:43.859Z | Compiling thiserror v1.0.49 |
1836 | 2023-10-04T21:06:44.007Z | Compiling memchr v2.6.3 |
1837 | 2023-10-04T21:06:44.140Z | Compiling futures-util v0.3.28 |
1838 | 2023-10-04T21:06:44.512Z | Compiling syn v2.0.32 |
1839 | 2023-10-04T21:06:44.575Z | Compiling jobserver v0.1.26 |
1840 | 2023-10-04T21:06:44.882Z | Compiling getrandom v0.2.10 |
1841 | 2023-10-04T21:06:45.130Z | Compiling cc v1.0.83 |
1842 | 2023-10-04T21:06:45.531Z | Compiling itoa v1.0.9 |
1843 | 2023-10-04T21:06:46.313Z | Compiling ahash v0.7.6 |
1844 | 2023-10-04T21:06:46.456Z | Compiling ahash v0.8.3 |
1845 | 2023-10-04T21:06:46.661Z | Compiling smallvec v1.11.0 |
1846 | 2023-10-04T21:06:46.918Z | Compiling log v0.4.20 |
1847 | 2023-10-04T21:06:47.399Z | Compiling vcpkg v0.2.15 |
1848 | 2023-10-04T21:06:48.185Z | Compiling byteorder v1.4.3 |
1849 | 2023-10-04T21:06:48.615Z | Compiling rand_core v0.6.4 |
1850 | 2023-10-04T21:06:49.382Z | Compiling pin-project-lite v0.2.13 |
1851 | 2023-10-04T21:06:49.501Z | Compiling parking_lot v0.12.1 |
1852 | 2023-10-04T21:06:49.865Z | Compiling indexmap v1.9.3 |
1853 | 2023-10-04T21:06:50.005Z | Compiling ring v0.16.20 |
1854 | 2023-10-04T21:06:50.350Z | Compiling openssl-sys v0.9.93 |
1855 | 2023-10-04T21:06:51.897Z | Compiling io-lifetimes v1.0.11 |
1856 | 2023-10-04T21:06:52.508Z | Compiling num-integer v0.1.45 |
1857 | 2023-10-04T21:06:52.649Z | Compiling const-oid v0.9.5 |
1858 | 2023-10-04T21:06:52.914Z | Compiling semver v1.0.18 |
1859 | 2023-10-04T21:06:53.656Z | Compiling ryu v1.0.15 |
1860 | 2023-10-04T21:06:53.993Z | Compiling spin v0.5.2 |
1861 | 2023-10-04T21:06:54.834Z | Compiling rustix v0.37.23 |
1862 | 2023-10-04T21:06:55.719Z | Compiling mio v0.8.8 |
1863 | 2023-10-04T21:06:55.973Z | Compiling signal-hook-registry v1.4.1 |
1864 | 2023-10-04T21:06:56.287Z | Compiling num_cpus v1.16.0 |
1865 | 2023-10-04T21:06:56.414Z | Compiling socket2 v0.5.3 |
1866 | 2023-10-04T21:06:56.470Z | Compiling openssl v0.10.57 |
1867 | 2023-10-04T21:06:57.010Z | Compiling ucd-trie v0.1.6 |
1868 | 2023-10-04T21:06:57.023Z | Compiling unicode-xid v0.2.4 |
1869 | 2023-10-04T21:06:57.253Z | Compiling futures-sink v0.3.28 |
1870 | 2023-10-04T21:06:57.328Z | Compiling httparse v1.8.0 |
1871 | 2023-10-04T21:06:57.784Z | Compiling tinyvec_macros v0.1.1 |
1872 | 2023-10-04T21:06:57.899Z | Compiling tinyvec v1.6.0 |
1873 | 2023-10-04T21:06:58.242Z | Compiling synstructure v0.12.6 |
1874 | 2023-10-04T21:06:59.553Z | Compiling pin-utils v0.1.0 |
1875 | 2023-10-04T21:06:59.915Z | Compiling radium v0.7.0 |
1876 | 2023-10-04T21:07:00.505Z | Compiling crc32fast v1.3.2 |
1877 | 2023-10-04T21:07:00.565Z | Compiling futures-io v0.3.28 |
1878 | 2023-10-04T21:07:00.840Z | Compiling native-tls v0.2.11 |
1879 | 2023-10-04T21:07:00.993Z | Compiling rustls v0.21.7 |
1880 | 2023-10-04T21:07:01.153Z | Compiling ppv-lite86 v0.2.17 |
1881 | 2023-10-04T21:07:01.185Z | Compiling unicode-normalization v0.1.22 |
1882 | 2023-10-04T21:07:01.262Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1883 | 2023-10-04T21:07:01.352Z | Compiling tracing-core v0.1.31 |
1884 | 2023-10-04T21:07:01.356Z | Compiling unicode-bidi v0.3.13 |
1885 | 2023-10-04T21:07:01.875Z | Compiling subtle v2.5.0 |
1886 | 2023-10-04T21:07:02.374Z | Compiling heck v0.4.1 |
1887 | 2023-10-04T21:07:02.496Z | Compiling rand_chacha v0.3.1 |
1888 | 2023-10-04T21:07:03.484Z | Compiling rand v0.8.5 |
1889 | 2023-10-04T21:07:04.083Z | Compiling errno v0.3.2 |
1890 | 2023-10-04T21:07:04.278Z | Compiling num-iter v0.1.43 |
1891 | 2023-10-04T21:07:04.410Z | Compiling usdt-impl v0.3.5 |
1892 | 2023-10-04T21:07:04.676Z | Compiling base64 v0.21.4 |
1893 | 2023-10-04T21:07:04.871Z | Compiling rustix v0.38.9 |
1894 | 2023-10-04T21:07:06.632Z | Compiling schemars v0.8.13 |
1895 | 2023-10-04T21:07:07.126Z | Compiling serde_derive v1.0.188 |
1896 | 2023-10-04T21:07:07.433Z | Compiling zeroize_derive v1.4.2 |
1897 | 2023-10-04T21:07:07.492Z | Compiling tokio-macros v2.1.0 |
1898 | 2023-10-04T21:07:07.823Z | Compiling thiserror-impl v1.0.49 |
1899 | 2023-10-04T21:07:08.308Z | Compiling futures-macro v0.3.28 |
1900 | 2023-10-04T21:07:08.608Z | Compiling tracing-attributes v0.1.26 |
1901 | 2023-10-04T21:07:08.807Z | Compiling zerocopy-derive v0.2.0 |
1902 | 2023-10-04T21:07:08.874Z | Compiling openssl-macros v0.1.1 |
1903 | 2023-10-04T21:07:09.677Z | Compiling zeroize v1.6.0 |
1904 | 2023-10-04T21:07:09.901Z | Compiling zerocopy-derive v0.6.3 |
1905 | 2023-10-04T21:07:12.584Z | Compiling pest v2.7.2 |
1906 | 2023-10-04T21:07:12.818Z | Compiling crypto-common v0.1.6 |
1907 | 2023-10-04T21:07:12.846Z | Compiling block-buffer v0.10.4 |
1908 | 2023-10-04T21:07:13.235Z | Compiling digest v0.10.7 |
1909 | 2023-10-04T21:07:13.993Z | Compiling serde_derive_internals v0.26.0 |
1910 | 2023-10-04T21:07:14.028Z | Compiling tracing v0.1.37 |
1911 | 2023-10-04T21:07:14.789Z | Compiling bitflags v1.3.2 |
1912 | 2023-10-04T21:07:17.410Z | Compiling pest_meta v2.7.2 |
1913 | 2023-10-04T21:07:18.041Z | Compiling fnv v1.0.7 |
1914 | 2023-10-04T21:07:19.205Z | Compiling untrusted v0.7.1 |
1915 | 2023-10-04T21:07:19.360Z | Compiling schemars_derive v0.8.13 |
1916 | 2023-10-04T21:07:21.627Z | Compiling pest_generator v2.7.2 |
1917 | 2023-10-04T21:07:23.334Z | Compiling zerocopy v0.3.0 |
1918 | 2023-10-04T21:07:24.303Z | Compiling hashbrown v0.12.3 |
1919 | 2023-10-04T21:07:24.604Z | Compiling lazy_static v1.4.0 |
1920 | 2023-10-04T21:07:24.630Z | Compiling pest_derive v2.7.2 |
1921 | 2023-10-04T21:07:25.267Z | Compiling backtrace v0.3.69 |
1922 | 2023-10-04T21:07:25.279Z | Compiling memoffset v0.9.0 |
1923 | 2023-10-04T21:07:25.685Z | Compiling num-bigint v0.4.4 |
1924 | 2023-10-04T21:07:25.757Z | Compiling openssl-probe v0.1.5 |
1925 | 2023-10-04T21:07:25.850Z | Compiling iana-time-zone v0.1.57 |
1926 | 2023-10-04T21:07:26.184Z | Compiling foreign-types-shared v0.1.1 |
1927 | 2023-10-04T21:07:26.242Z | Compiling allocator-api2 v0.2.16 |
1928 | 2023-10-04T21:07:26.256Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1929 | 2023-10-04T21:07:26.327Z | Compiling async-trait v0.1.73 |
1930 | 2023-10-04T21:07:26.351Z | Compiling crossbeam-utils v0.8.16 |
1931 | 2023-10-04T21:07:26.522Z | Compiling base64ct v1.6.0 |
1932 | 2023-10-04T21:07:26.526Z | Compiling smoltcp v0.9.1 |
1933 | 2023-10-04T21:07:26.945Z | Compiling percent-encoding v2.3.0 |
1934 | 2023-10-04T21:07:27.072Z | Compiling foreign-types v0.3.2 |
1935 | 2023-10-04T21:07:27.196Z | Compiling dtrace-parser v0.1.14 |
1936 | 2023-10-04T21:07:27.420Z | Compiling hashbrown v0.14.0 |
1937 | 2023-10-04T21:07:27.461Z | Compiling pem-rfc7468 v0.7.0 |
1938 | 2023-10-04T21:07:27.533Z | Compiling dof v0.1.5 |
1939 | 2023-10-04T21:07:27.769Z | Compiling der_derive v0.7.2 |
1940 | 2023-10-04T21:07:28.827Z | Compiling clap_derive v4.4.2 |
1941 | 2023-10-04T21:07:30.131Z | Compiling thread-id v4.2.0 |
1942 | 2023-10-04T21:07:30.237Z | Compiling try-lock v0.2.4 |
1943 | 2023-10-04T21:07:30.281Z | Compiling flagset v0.4.3 |
1944 | 2023-10-04T21:07:30.451Z | Compiling bytes v1.5.0 |
1945 | 2023-10-04T21:07:30.943Z | Compiling bitflags v2.4.0 |
1946 | 2023-10-04T21:07:31.539Z | Compiling rustc_version v0.4.0 |
1947 | 2023-10-04T21:07:31.871Z | Compiling tokio v1.32.0 |
1948 | 2023-10-04T21:07:32.575Z | Compiling heapless v0.7.16 |
1949 | 2023-10-04T21:07:32.605Z | Compiling http v0.2.9 |
1950 | 2023-10-04T21:07:32.673Z | Compiling uuid v1.4.1 |
1951 | 2023-10-04T21:07:34.749Z | Compiling chrono v0.4.31 |
1952 | 2023-10-04T21:07:35.578Z | Compiling anstyle v1.0.2 |
1953 | 2023-10-04T21:07:36.475Z | Compiling equivalent v1.0.1 |
1954 | 2023-10-04T21:07:36.494Z | Compiling adler v1.0.2 |
1955 | 2023-10-04T21:07:36.570Z | Compiling time-core v0.1.1 |
1956 | 2023-10-04T21:07:36.698Z | Compiling utf8parse v0.2.1 |
1957 | 2023-10-04T21:07:36.807Z | Compiling siphasher v0.3.11 |
1958 | 2023-10-04T21:07:36.967Z | Compiling cpufeatures v0.2.9 |
1959 | 2023-10-04T21:07:37.109Z | Compiling sha2 v0.10.7 |
1960 | 2023-10-04T21:07:37.435Z | Compiling anstyle-parse v0.2.1 |
1961 | 2023-10-04T21:07:38.069Z | Compiling time-macros v0.2.13 |
1962 | 2023-10-04T21:07:40.289Z | Compiling miniz_oxide v0.7.1 |
1963 | 2023-10-04T21:07:41.257Z | Compiling indexmap v2.0.0 |
1964 | 2023-10-04T21:07:42.530Z | Compiling http-body v0.4.5 |
1965 | 2023-10-04T21:07:43.132Z | Compiling der v0.7.8 |
1966 | 2023-10-04T21:07:45.161Z | Compiling tokio-util v0.7.8 |
1967 | 2023-10-04T21:07:45.427Z | Compiling serde_tokenstream v0.1.7 |
1968 | 2023-10-04T21:07:45.494Z | Compiling want v0.3.1 |
1969 | 2023-10-04T21:07:47.411Z | Compiling h2 v0.3.21 |
1970 | 2023-10-04T21:07:50.145Z | Compiling form_urlencoded v1.2.0 |
1971 | 2023-10-04T21:07:50.607Z | Compiling sct v0.7.0 |
1972 | 2023-10-04T21:07:51.087Z | Compiling rustls-webpki v0.101.4 |
1973 | 2023-10-04T21:07:54.005Z | Compiling hubpack_derive v0.1.1 |
1974 | 2023-10-04T21:07:54.560Z | Compiling aho-corasick v1.0.4 |
1975 | 2023-10-04T21:07:54.737Z | Compiling socket2 v0.4.9 |
1976 | 2023-10-04T21:07:55.651Z | Compiling crossbeam-epoch v0.9.15 |
1977 | 2023-10-04T21:07:55.974Z | Compiling anstyle-query v1.0.0 |
1978 | 2023-10-04T21:07:56.136Z | Compiling anyhow v1.0.75 |
1979 | 2023-10-04T21:07:57.037Z | Compiling tap v1.0.1 |
1980 | 2023-10-04T21:07:57.240Z | Compiling httpdate v1.0.3 |
1981 | 2023-10-04T21:07:57.302Z | Compiling regex-syntax v0.7.5 |
1982 | 2023-10-04T21:07:57.316Z | Compiling tower-service v0.3.2 |
1983 | 2023-10-04T21:07:57.613Z | Compiling colorchoice v1.0.0 |
1984 | 2023-10-04T21:07:58.036Z | Compiling slog v2.7.0 |
1985 | 2023-10-04T21:07:58.437Z | Compiling anstream v0.5.0 |
1986 | 2023-10-04T21:07:59.919Z | Compiling hyper v0.14.27 |
1987 | 2023-10-04T21:08:00.140Z | Compiling wyz v0.5.1 |
1988 | 2023-10-04T21:08:05.817Z | Compiling regex-automata v0.3.8 |
1989 | 2023-10-04T21:08:17.495Z | Compiling terminal_size v0.2.6 |
1990 | 2023-10-04T21:08:18.126Z | Compiling spki v0.7.2 |
1991 | 2023-10-04T21:08:18.397Z | Compiling rustls-pemfile v1.0.3 |
1992 | 2023-10-04T21:08:18.424Z | Compiling md-5 v0.10.5 |
1993 | 2023-10-04T21:08:18.699Z | Compiling hmac v0.12.1 |
1994 | 2023-10-04T21:08:18.755Z | Compiling zerocopy v0.6.3 |
1995 | 2023-10-04T21:08:18.765Z | Compiling stringprep v0.1.3 |
1996 | 2023-10-04T21:08:18.844Z | Compiling idna v0.4.0 |
1997 | 2023-10-04T21:08:18.862Z | Compiling diesel_table_macro_syntax v0.1.0 |
1998 | 2023-10-04T21:08:18.955Z | Compiling hash32 v0.2.1 |
1999 | 2023-10-04T21:08:19.119Z | Compiling spin v0.9.8 |
2000 | 2023-10-04T21:08:19.164Z | Compiling maybe-uninit v2.0.0 |
2001 | 2023-10-04T21:08:19.319Z | Compiling dyn-clone v1.0.13 |
2002 | 2023-10-04T21:08:19.352Z | Compiling funty v2.0.0 |
2003 | 2023-10-04T21:08:19.529Z | Compiling fallible-iterator v0.2.0 |
2004 | 2023-10-04T21:08:19.729Z | Compiling gimli v0.28.0 |
2005 | 2023-10-04T21:08:19.863Z | Compiling strsim v0.10.0 |
2006 | 2023-10-04T21:08:19.906Z | Compiling stable_deref_trait v1.2.0 |
2007 | 2023-10-04T21:08:19.968Z | Compiling clap_lex v0.5.1 |
2008 | 2023-10-04T21:08:20.004Z | Compiling clap_builder v4.4.2 |
2009 | 2023-10-04T21:08:20.016Z | Compiling bitvec v1.0.1 |
2010 | 2023-10-04T21:08:20.035Z | Compiling postgres-protocol v0.6.6 |
2011 | 2023-10-04T21:08:20.171Z | Compiling tokio-rustls v0.24.1 |
2012 | 2023-10-04T21:08:20.445Z | Compiling url v2.4.1 |
2013 | 2023-10-04T21:08:20.913Z | Compiling addr2line v0.21.0 |
2014 | 2023-10-04T21:08:20.928Z | Compiling diesel_derives v2.1.1 |
2015 | 2023-10-04T21:08:23.543Z | Compiling rustls-native-certs v0.6.3 |
2016 | 2023-10-04T21:08:24.092Z | Compiling tokio-native-tls v0.3.1 |
2017 | 2023-10-04T21:08:26.558Z | Compiling usdt-macro v0.3.5 |
2018 | 2023-10-04T21:08:27.866Z | Compiling usdt-attr-macro v0.3.5 |
2019 | 2023-10-04T21:08:29.085Z | Compiling phf_shared v0.11.2 |
2020 | 2023-10-04T21:08:29.677Z | Compiling serde_spanned v0.6.3 |
2021 | 2023-10-04T21:08:29.989Z | Compiling toml_datetime v0.6.3 |
2022 | 2023-10-04T21:08:30.750Z | Compiling block-padding v0.3.3 |
2023 | 2023-10-04T21:08:30.899Z | Compiling enum-as-inner v0.5.1 |
2024 | 2023-10-04T21:08:31.117Z | Compiling serde_repr v0.1.16 |
2025 | 2023-10-04T21:08:32.381Z | Compiling scheduled-thread-pool v0.2.7 |
2026 | 2023-10-04T21:08:32.732Z | Compiling object v0.32.1 |
2027 | 2023-10-04T21:08:33.162Z | Compiling regex-automata v0.1.10 |
2028 | 2023-10-04T21:08:33.984Z | Compiling rustc-demangle v0.1.23 |
2029 | 2023-10-04T21:08:35.434Z | Compiling num-bigint-dig v0.8.4 |
2030 | 2023-10-04T21:08:37.160Z | Compiling deranged v0.3.8 |
2031 | 2023-10-04T21:08:40.366Z | Compiling packed_struct v0.10.1 |
2032 | 2023-10-04T21:08:43.384Z | Compiling matches v0.1.10 |
2033 | 2023-10-04T21:08:43.522Z | Compiling managed v0.8.0 |
2034 | 2023-10-04T21:08:44.218Z | Compiling bit-vec v0.6.3 |
2035 | 2023-10-04T21:08:44.367Z | Compiling num_threads v0.1.6 |
2036 | 2023-10-04T21:08:44.614Z | Compiling either v1.9.0 |
2037 | 2023-10-04T21:08:44.704Z | Compiling ipnet v2.8.0 |
2038 | 2023-10-04T21:08:44.858Z | Compiling unicode-width v0.1.10 |
2039 | 2023-10-04T21:08:45.082Z | Compiling winnow v0.5.15 |
2040 | 2023-10-04T21:08:51.728Z | Compiling toml_edit v0.19.15 |
2041 | 2023-10-04T21:08:52.016Z | Compiling itertools v0.10.5 |
2042 | 2023-10-04T21:08:54.845Z | Compiling time v0.3.27 |
2043 | 2023-10-04T21:08:59.737Z | Compiling idna v0.2.3 |
2044 | 2023-10-04T21:09:03.207Z | Compiling bstr v0.2.17 |
2045 | 2023-10-04T21:09:04.204Z | Compiling r2d2 v0.8.10 |
2046 | 2023-10-04T21:09:05.404Z | Compiling inout v0.1.3 |
2047 | 2023-10-04T21:09:06.838Z | Compiling phf v0.11.2 |
2048 | 2023-10-04T21:09:06.902Z | Compiling hyper-tls v0.5.0 |
2049 | 2023-10-04T21:09:07.284Z | Compiling hyper-rustls v0.24.1 |
2050 | 2023-10-04T21:09:07.413Z | Compiling ipnetwork v0.20.0 |
2051 | 2023-10-04T21:09:07.537Z | Compiling flate2 v1.0.27 |
2052 | 2023-10-04T21:09:08.349Z | Compiling clap v4.4.3 |
2053 | 2023-10-04T21:09:08.648Z | Compiling postgres-types v0.2.6 |
2054 | 2023-10-04T21:09:08.652Z | Compiling regex v1.9.5 |
2055 | 2023-10-04T21:09:09.088Z | Compiling pkcs8 v0.10.2 |
2056 | 2023-10-04T21:09:10.172Z | Compiling hubpack v0.1.2 |
2057 | 2023-10-04T21:09:10.303Z | Compiling serde_urlencoded v0.7.1 |
2058 | 2023-10-04T21:09:10.887Z | Compiling phf_shared v0.10.0 |
2059 | 2023-10-04T21:09:11.408Z | Compiling futures-executor v0.3.28 |
2060 | 2023-10-04T21:09:12.167Z | Compiling signature v2.1.0 |
2061 | 2023-10-04T21:09:12.834Z | Compiling packed_struct_codegen v0.10.1 |
2062 | 2023-10-04T21:09:14.283Z | Compiling float-cmp v0.9.0 |
2063 | 2023-10-04T21:09:15.373Z | Compiling encoding_rs v0.8.33 |
2064 | 2023-10-04T21:09:15.876Z | Compiling smawk v0.3.1 |
2065 | 2023-10-04T21:09:16.284Z | Compiling unicode-linebreak v0.1.5 |
2066 | 2023-10-04T21:09:29.978Z | Compiling difflib v0.4.0 |
2067 | 2023-10-04T21:09:31.113Z | Compiling fixedbitset v0.4.2 |
2068 | 2023-10-04T21:09:31.364Z | Compiling predicates-core v1.0.6 |
2069 | 2023-10-04T21:09:31.638Z | Compiling crc-catalog v2.2.0 |
2070 | 2023-10-04T21:09:31.912Z | Compiling data-encoding v2.4.0 |
2071 | 2023-10-04T21:09:31.945Z | Compiling precomputed-hash v0.1.1 |
2072 | 2023-10-04T21:09:32.302Z | Compiling static_assertions v1.1.0 |
2073 | 2023-10-04T21:09:32.534Z | Compiling new_debug_unreachable v1.0.4 |
2074 | 2023-10-04T21:09:32.816Z | Compiling normalize-line-endings v0.3.0 |
2075 | 2023-10-04T21:09:33.051Z | Compiling webpki-roots v0.25.2 |
2076 | 2023-10-04T21:09:33.199Z | Compiling mime v0.3.17 |
2077 | 2023-10-04T21:09:33.392Z | Compiling unicode-segmentation v1.10.1 |
2078 | 2023-10-04T21:09:33.584Z | Compiling nodrop v0.1.14 |
2079 | 2023-10-04T21:09:33.668Z | Compiling whoami v1.4.1 |
2080 | 2023-10-04T21:09:33.748Z | Compiling similar v2.2.1 |
2081 | 2023-10-04T21:09:33.870Z | Compiling tokio-postgres v0.7.10 |
2082 | 2023-10-04T21:09:33.949Z | Compiling array-init v0.0.4 |
2083 | 2023-10-04T21:09:34.031Z | Compiling reqwest v0.11.20 |
2084 | 2023-10-04T21:09:34.151Z | Compiling predicates v3.0.3 |
2085 | 2023-10-04T21:09:34.254Z | Compiling string_cache v0.8.7 |
2086 | 2023-10-04T21:09:34.287Z | Compiling trust-dns-proto v0.22.0 |
2087 | 2023-10-04T21:09:34.356Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2088 | 2023-10-04T21:09:40.407Z | Compiling crc v3.0.1 |
2089 | 2023-10-04T21:09:40.927Z | Compiling petgraph v0.6.4 |
2090 | 2023-10-04T21:09:43.539Z | Compiling textwrap v0.16.0 |
2091 | 2023-10-04T21:09:49.130Z | Compiling futures v0.3.28 |
2092 | 2023-10-04T21:09:50.653Z | Compiling yasna v0.5.2 |
2093 | 2023-10-04T21:09:51.201Z | Compiling pkcs1 v0.7.5 |
2094 | 2023-10-04T21:09:52.795Z | Compiling smallvec v0.6.14 |
2095 | 2023-10-04T21:09:53.526Z | Compiling diesel v2.1.1 |
2096 | 2023-10-04T21:09:53.543Z | Compiling cipher v0.4.4 |
2097 | 2023-10-04T21:09:57.609Z | Compiling toml v0.7.8 |
2098 | 2023-10-04T21:09:57.989Z | Compiling console v0.15.7 |
2099 | 2023-10-04T21:10:00.125Z | Compiling bit-set v0.5.3 |
2100 | 2023-10-04T21:10:00.232Z | Compiling usdt v0.3.5 |
2101 | 2023-10-04T21:10:00.595Z | Compiling is-terminal v0.4.9 |
2102 | 2023-10-04T21:10:01.523Z | Compiling bstr v1.6.0 |
2103 | 2023-10-04T21:10:02.375Z | Compiling tokio-stream v0.1.14 |
2104 | 2023-10-04T21:10:03.035Z | Compiling openapiv3 v1.0.3 |
2105 | 2023-10-04T21:10:03.960Z | Compiling hex v0.4.3 |
2106 | 2023-10-04T21:10:05.811Z | Compiling hashbrown v0.13.2 |
2107 | 2023-10-04T21:10:11.167Z | Compiling bitfield v0.14.0 |
2108 | 2023-10-04T21:10:11.667Z | Compiling lalrpop-util v0.19.12 |
2109 | 2023-10-04T21:10:14.253Z | Compiling termcolor v1.2.0 |
2110 | 2023-10-04T21:10:15.029Z | Compiling env_logger v0.10.0 |
2111 | 2023-10-04T21:10:22.415Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2112 | 2023-10-04T21:10:31.209Z | Compiling rsa v0.9.2 |
2113 | 2023-10-04T21:10:38.347Z | Compiling serde-hex v0.1.0 |
2114 | 2023-10-04T21:10:40.144Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2115 | 2023-10-04T21:10:47.936Z | Compiling x509-cert v0.2.4 |
2116 | 2023-10-04T21:10:48.810Z | Compiling ron v0.8.1 |
2117 | 2023-10-04T21:11:03.475Z | Compiling crc-any v2.4.3 |
2118 | 2023-10-04T21:11:04.247Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2119 | 2023-10-04T21:11:18.271Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2120 | 2023-10-04T21:11:34.936Z | Compiling object v0.30.4 |
2121 | 2023-10-04T21:11:44.917Z | Compiling path-slash v0.1.5 |
2122 | 2023-10-04T21:11:56.760Z | Compiling bzip2 v0.4.4 |
2123 | 2023-10-04T21:11:57.389Z | Compiling zip v0.6.6 |
2124 | 2023-10-04T21:11:59.527Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2125 | 2023-10-04T21:11:59.928Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2126 | 2023-10-04T21:12:32.565Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2127 | 2023-10-04T21:12:33.621Z | Finished release [optimized] target(s) in 5m 53s |
2128 | 2023-10-04T21:12:33.709Z | |
2129 | 2023-10-04T21:12:33.713Z | real 5:53.349164985 |
2130 | 2023-10-04T21:12:33.717Z | user 40:39.629423957 |
2131 | 2023-10-04T21:12:33.720Z | sys 3:36.264519906 |
2132 | 2023-10-04T21:12:33.730Z | trap 1.623271180 |
2133 | 2023-10-04T21:12:33.733Z | tflt 1.224077294 |
2134 | 2023-10-04T21:12:33.735Z | dflt 0.566775565 |
2135 | 2023-10-04T21:12:33.740Z | kflt 0.000876473 |
2136 | 2023-10-04T21:12:33.743Z | lock 1:33:52.074332452 |
2137 | 2023-10-04T21:12:33.746Z | slp 2:21:22.213989957 |
2138 | 2023-10-04T21:12:33.750Z | lat 1:42.492464986 |
2139 | 2023-10-04T21:12:33.753Z | stop 1:19.862856409 |
2140 | 2023-10-04T21:12:33.756Z | + ptime -m gzip |
2141 | 2023-10-04T21:12:34.373Z | |
2142 | 2023-10-04T21:12:34.379Z | real 0.657103561 |
2143 | 2023-10-04T21:12:34.387Z | user 0.647911555 |
2144 | 2023-10-04T21:12:34.391Z | sys 0.008611152 |
2145 | 2023-10-04T21:12:34.399Z | trap 0.000065698 |
2146 | 2023-10-04T21:12:34.411Z | tflt 0.000000000 |
2147 | 2023-10-04T21:12:34.418Z | dflt 0.000000000 |
2148 | 2023-10-04T21:12:34.432Z | kflt 0.000000000 |
2149 | 2023-10-04T21:12:34.440Z | lock 0.000000000 |
2150 | 2023-10-04T21:12:34.445Z | slp 0.000000000 |
2151 | 2023-10-04T21:12:34.451Z | lat 0.000177048 |
2152 | 2023-10-04T21:12:34.459Z | stop 0.000233126 |
2153 | 2023-10-04T21:12:34.500Z | + banner tufaceous |
2154 | 2023-10-04T21:12:34.507Z | |
2155 | 2023-10-04T21:12:34.521Z | ##### # # ###### ## #### ###### #### # # #### |
2156 | 2023-10-04T21:12:34.534Z | # # # # # # # # # # # # # # |
2157 | 2023-10-04T21:12:34.540Z | # # # ##### # # # ##### # # # # #### |
2158 | 2023-10-04T21:12:34.543Z | # # # # ###### # # # # # # # |
2159 | 2023-10-04T21:12:34.547Z | # # # # # # # # # # # # # # # |
2160 | 2023-10-04T21:12:34.561Z | # #### # # # #### ###### #### #### #### |
2161 | 2023-10-04T21:12:34.566Z | |
2162 | 2023-10-04T21:12:34.623Z | + ptime -m cargo build --locked -p tufaceous --release |
2163 | 2023-10-04T21:12:35.517Z | Downloading crates ... |
2164 | 2023-10-04T21:12:35.529Z | Downloaded serde_plain v1.0.2 |
2165 | 2023-10-04T21:12:35.542Z | Downloaded globset v0.4.13 |
2166 | 2023-10-04T21:12:35.551Z | Downloaded doc-comment v0.3.3 |
2167 | 2023-10-04T21:12:35.961Z | Downloaded olpc-cjson v0.1.3 |
2168 | 2023-10-04T21:12:35.965Z | Downloaded fs-err v2.9.0 |
2169 | 2023-10-04T21:12:35.971Z | Downloaded path-absolutize v3.1.0 |
2170 | 2023-10-04T21:12:35.975Z | Downloaded bytesize v1.3.0 |
2171 | 2023-10-04T21:12:35.978Z | Downloaded path-dedot v3.1.0 |
2172 | 2023-10-04T21:12:35.981Z | Downloaded buf-list v1.0.3 |
2173 | 2023-10-04T21:12:35.984Z | Downloaded snafu v0.7.5 |
2174 | 2023-10-04T21:12:35.988Z | Downloaded tough v0.12.5 |
2175 | 2023-10-04T21:12:35.991Z | Downloaded snafu-derive v0.7.5 |
2176 | 2023-10-04T21:12:35.995Z | Compiling serde_tokenstream v0.2.0 |
2177 | 2023-10-04T21:12:35.999Z | Compiling regress v0.7.1 |
2178 | 2023-10-04T21:12:36.004Z | Compiling dirs-sys-next v0.1.2 |
2179 | 2023-10-04T21:12:36.007Z | Compiling ident_case v1.0.1 |
2180 | 2023-10-04T21:12:36.012Z | Compiling thread_local v1.1.7 |
2181 | 2023-10-04T21:12:36.019Z | Compiling heck v0.4.1 |
2182 | 2023-10-04T21:12:36.040Z | Compiling rustversion v1.0.14 |
2183 | 2023-10-04T21:12:36.058Z | Compiling dirs-next v2.0.0 |
2184 | 2023-10-04T21:12:36.316Z | Compiling darling_core v0.20.3 |
2185 | 2023-10-04T21:12:36.466Z | Compiling slog-async v2.8.0 |
2186 | 2023-10-04T21:12:36.583Z | Compiling camino v1.1.6 |
2187 | 2023-10-04T21:12:37.039Z | Compiling term v0.7.0 |
2188 | 2023-10-04T21:12:37.189Z | Compiling crossbeam-channel v0.5.8 |
2189 | 2023-10-04T21:12:37.444Z | Compiling getopts v0.2.21 |
2190 | 2023-10-04T21:12:37.476Z | Compiling structmeta-derive v0.1.6 |
2191 | 2023-10-04T21:12:37.697Z | Compiling atty v0.2.14 |
2192 | 2023-10-04T21:12:38.312Z | Compiling multer v2.1.0 |
2193 | 2023-10-04T21:12:38.322Z | Compiling match_cfg v0.1.0 |
2194 | 2023-10-04T21:12:38.455Z | Compiling doc-comment v0.3.3 |
2195 | 2023-10-04T21:12:38.941Z | Compiling take_mut v0.2.2 |
2196 | 2023-10-04T21:12:39.132Z | Compiling unsafe-libyaml v0.2.9 |
2197 | 2023-10-04T21:12:39.174Z | Compiling paste v1.0.14 |
2198 | 2023-10-04T21:12:40.136Z | Compiling hostname v0.3.1 |
2199 | 2023-10-04T21:12:40.591Z | Compiling slog-term v2.9.0 |
2200 | 2023-10-04T21:12:41.830Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2201 | 2023-10-04T21:12:44.009Z | Compiling structmeta v0.1.6 |
2202 | 2023-10-04T21:12:44.629Z | Compiling serde_yaml v0.9.25 |
2203 | 2023-10-04T21:12:45.507Z | Compiling darling_macro v0.20.3 |
2204 | 2023-10-04T21:12:45.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2205 | 2023-10-04T21:12:46.989Z | Compiling darling v0.20.3 |
2206 | 2023-10-04T21:12:47.197Z | Compiling slog-json v2.6.1 |
2207 | 2023-10-04T21:12:47.664Z | Compiling async-stream-impl v0.3.5 |
2208 | 2023-10-04T21:12:48.043Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2209 | 2023-10-04T21:12:48.378Z | Compiling regex-syntax v0.6.29 |
2210 | 2023-10-04T21:12:48.453Z | Compiling atomic-waker v1.1.1 |
2211 | 2023-10-04T21:12:48.744Z | Compiling fastrand v2.0.0 |
2212 | 2023-10-04T21:12:49.577Z | Compiling async-stream v0.3.5 |
2213 | 2023-10-04T21:12:49.653Z | Compiling tempfile v3.8.0 |
2214 | 2023-10-04T21:12:49.895Z | Compiling waitgroup v0.1.2 |
2215 | 2023-10-04T21:12:50.243Z | Compiling strum_macros v0.25.2 |
2216 | 2023-10-04T21:12:50.254Z | Compiling slog-bunyan v2.4.0 |
2217 | 2023-10-04T21:12:50.643Z | Compiling serde_with_macros v2.3.3 |
2218 | 2023-10-04T21:12:54.241Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2219 | 2023-10-04T21:12:54.608Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2220 | 2023-10-04T21:12:54.919Z | Compiling sha1 v0.10.5 |
2221 | 2023-10-04T21:12:56.156Z | Compiling snafu-derive v0.7.5 |
2222 | 2023-10-04T21:12:56.433Z | Compiling serde_path_to_error v0.1.14 |
2223 | 2023-10-04T21:12:56.468Z | Compiling path-dedot v3.1.0 |
2224 | 2023-10-04T21:12:56.817Z | Compiling instant v0.1.12 |
2225 | 2023-10-04T21:12:56.995Z | Compiling arc-swap v1.6.0 |
2226 | 2023-10-04T21:12:57.046Z | Compiling base64 v0.13.1 |
2227 | 2023-10-04T21:12:57.519Z | Compiling buf-list v1.0.3 |
2228 | 2023-10-04T21:12:58.097Z | Compiling same-file v1.0.6 |
2229 | 2023-10-04T21:12:58.105Z | Compiling parse-display-derive v0.7.0 |
2230 | 2023-10-04T21:12:58.225Z | Compiling debug-ignore v1.0.5 |
2231 | 2023-10-04T21:12:58.393Z | Compiling walkdir v2.4.0 |
2232 | 2023-10-04T21:12:58.511Z | Compiling pem v1.1.1 |
2233 | 2023-10-04T21:12:58.570Z | Compiling slog-scope v4.4.0 |
2234 | 2023-10-04T21:13:00.080Z | Compiling backoff v0.4.0 |
2235 | 2023-10-04T21:13:00.177Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2236 | 2023-10-04T21:13:00.714Z | Compiling path-absolutize v3.1.0 |
2237 | 2023-10-04T21:13:00.961Z | Compiling strum v0.25.0 |
2238 | 2023-10-04T21:13:01.036Z | Compiling serde_with v2.3.3 |
2239 | 2023-10-04T21:13:01.232Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2240 | 2023-10-04T21:13:01.355Z | Compiling globset v0.4.13 |
2241 | 2023-10-04T21:13:02.252Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2242 | 2023-10-04T21:13:02.505Z | Compiling olpc-cjson v0.1.3 |
2243 | 2023-10-04T21:13:03.411Z | Compiling macaddr v1.0.1 |
2244 | 2023-10-04T21:13:04.434Z | Compiling snafu v0.7.5 |
2245 | 2023-10-04T21:13:04.454Z | Compiling parse-display v0.7.0 |
2246 | 2023-10-04T21:13:04.570Z | Compiling serde_plain v1.0.2 |
2247 | 2023-10-04T21:13:04.756Z | Compiling filetime v0.2.22 |
2248 | 2023-10-04T21:13:05.248Z | Compiling xattr v1.0.1 |
2249 | 2023-10-04T21:13:05.409Z | Compiling tough v0.12.5 |
2250 | 2023-10-04T21:13:05.764Z | Compiling tar v0.4.40 |
2251 | 2023-10-04T21:13:06.489Z | Compiling slog-stdlog v4.1.1 |
2252 | 2023-10-04T21:13:07.371Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2253 | 2023-10-04T21:13:07.899Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2254 | 2023-10-04T21:13:10.517Z | Compiling camino-tempfile v1.0.2 |
2255 | 2023-10-04T21:13:11.846Z | Compiling itertools v0.11.0 |
2256 | 2023-10-04T21:13:15.735Z | Compiling bytesize v1.3.0 |
2257 | 2023-10-04T21:13:15.993Z | Compiling fs-err v2.9.0 |
2258 | 2023-10-04T21:13:16.682Z | Compiling slog-envlogger v2.2.0 |
2259 | 2023-10-04T21:13:17.332Z | Compiling humantime v2.1.0 |
2260 | 2023-10-04T21:13:18.622Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2261 | 2023-10-04T21:13:39.453Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2262 | 2023-10-04T21:13:39.754Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2263 | 2023-10-04T21:13:52.618Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2264 | 2023-10-04T21:13:55.283Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2265 | 2023-10-04T21:14:17.797Z | Finished release [optimized] target(s) in 1m 43s |
2266 | 2023-10-04T21:14:17.899Z | |
2267 | 2023-10-04T21:14:17.919Z | real 1:43.487134525 |
2268 | 2023-10-04T21:14:17.925Z | user 11:37.003014544 |
2269 | 2023-10-04T21:14:17.988Z | sys 46.643939400 |
2270 | 2023-10-04T21:14:17.997Z | trap 0.424780173 |
2271 | 2023-10-04T21:14:18.018Z | tflt 0.311681223 |
2272 | 2023-10-04T21:14:18.037Z | dflt 0.448258328 |
2273 | 2023-10-04T21:14:18.055Z | kflt 0.000063374 |
2274 | 2023-10-04T21:14:18.080Z | lock 23:05.880917690 |
2275 | 2023-10-04T21:14:18.089Z | slp 24:58.550730079 |
2276 | 2023-10-04T21:14:18.105Z | lat 21.726986864 |
2277 | 2023-10-04T21:14:18.112Z | stop 12.709126836 |
2278 | 2023-10-04T21:14:18.120Z | + ptime -m gzip |
2279 | 2023-10-04T21:14:19.996Z | |
2280 | 2023-10-04T21:14:20.000Z | real 2.103945501 |
2281 | 2023-10-04T21:14:20.003Z | user 2.079436227 |
2282 | 2023-10-04T21:14:20.006Z | sys 0.023776130 |
2283 | 2023-10-04T21:14:20.011Z | trap 0.000219447 |
2284 | 2023-10-04T21:14:20.063Z | tflt 0.000000000 |
2285 | 2023-10-04T21:14:20.068Z | dflt 0.000000000 |
2286 | 2023-10-04T21:14:20.072Z | kflt 0.000000000 |
2287 | 2023-10-04T21:14:20.075Z | lock 0.000000000 |
2288 | 2023-10-04T21:14:20.078Z | slp 0.000000000 |
2289 | 2023-10-04T21:14:20.082Z | lat 0.000175601 |
2290 | 2023-10-04T21:14:20.086Z | stop 0.000232677 |
2291 | 2023-10-04T21:14:20.091Z | process exited: duration 1273850 ms, exit code 0 |
|
2292 | 2023-10-04T21:14:20.110Z | found 5 output files |
2293 | 2023-10-04T21:14:20.120Z | uploading: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz (6376902 bytes) |
2294 | 2023-10-04T21:14:24.498Z | uploaded: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz |
2295 | 2023-10-04T21:14:24.509Z | uploading: /work/end-to-end-tests/bootstrap.gz (95902248 bytes) |
2296 | 2023-10-04T21:15:05.344Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2297 | 2023-10-04T21:15:05.349Z | uploading: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz (109500143 bytes) |
2298 | 2023-10-04T21:15:43.057Z | uploaded: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz |
2299 | 2023-10-04T21:15:43.135Z | uploading: /work/caboose-util.gz (4109461 bytes) |
2300 | 2023-10-04T21:15:45.017Z | uploaded: /work/caboose-util.gz |
2301 | 2023-10-04T21:15:45.031Z | uploading: /work/tufaceous.gz (13402378 bytes) |
2302 | 2023-10-04T21:15:48.259Z | uploaded: /work/tufaceous.gz |