|
|
|
1 | 2023-10-02T23:12:42.132Z | job assigned to worker 01HBSAHD2DQW69RWZXV88WK675 (queued for 10 m 46 s) |
|
2 | 2023-10-02T23:12:42.993Z | starting task 0: "setup" |
3 | 2023-10-02T23:12:43.199Z | ++ uname -s |
4 | 2023-10-02T23:12:43.203Z | + kern=SunOS |
5 | 2023-10-02T23:12:43.206Z | + case "$kern" in |
6 | 2023-10-02T23:12:43.208Z | + groupadd -g 12345 build |
7 | 2023-10-02T23:12:43.212Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-02T23:12:45.217Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-02T23:12:45.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-02T23:12:45.318Z | + home_fs=zfs |
11 | 2023-10-02T23:12:45.322Z | + [[ zfs == autofs ]] |
12 | 2023-10-02T23:12:45.325Z | + mkdir -p /home/build |
13 | 2023-10-02T23:12:45.328Z | + chown build:build /home/build /work |
14 | 2023-10-02T23:12:47.329Z | + chmod 0700 /home/build /work |
15 | 2023-10-02T23:12:47.348Z | process exited: duration 4327 ms, exit code 0 |
|
16 | 2023-10-02T23:12:47.408Z | starting task 1: "rust-toolchain" |
17 | 2023-10-02T23:12:47.437Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-02T23:12:47.450Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-02T23:12:47.602Z | info: downloading installer |
20 | 2023-10-02T23:12:49.322Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-02T23:12:49.325Z | warning: /opt/ooce/bin |
22 | 2023-10-02T23:12:49.328Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-02T23:12:49.331Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-02T23:12:49.334Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-02T23:12:49.340Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-02T23:12:49.344Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-02T23:12:49.346Z | error: cannot install while Rust is installed |
28 | 2023-10-02T23:12:49.349Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-02T23:12:49.606Z | info: profile set to 'default' |
30 | 2023-10-02T23:12:49.609Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-02T23:12:49.612Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-02T23:12:49.766Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-02T23:12:49.769Z | info: downloading component 'cargo' |
34 | 2023-10-02T23:12:50.385Z | info: downloading component 'clippy' |
35 | 2023-10-02T23:12:50.601Z | info: downloading component 'rust-docs' |
36 | 2023-10-02T23:12:51.374Z | info: downloading component 'rust-std' |
37 | 2023-10-02T23:12:52.750Z | info: downloading component 'rustc' |
38 | 2023-10-02T23:12:56.115Z | info: downloading component 'rustfmt' |
39 | 2023-10-02T23:12:56.307Z | info: installing component 'cargo' |
40 | 2023-10-02T23:12:58.306Z | info: installing component 'clippy' |
41 | 2023-10-02T23:12:59.136Z | info: installing component 'rust-docs' |
42 | 2023-10-02T23:13:01.879Z | info: installing component 'rust-std' |
43 | 2023-10-02T23:13:05.554Z | info: installing component 'rustc' |
44 | 2023-10-02T23:13:14.300Z | info: installing component 'rustfmt' |
45 | 2023-10-02T23:13:14.734Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-02T23:13:14.737Z | |
47 | 2023-10-02T23:13:14.883Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-02T23:13:14.889Z | |
49 | 2023-10-02T23:13:14.892Z | |
50 | 2023-10-02T23:13:14.895Z | Rust is installed now. Great! |
51 | 2023-10-02T23:13:14.898Z | |
52 | 2023-10-02T23:13:14.902Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-02T23:13:14.905Z | environment variable. This has not been done automatically. |
54 | 2023-10-02T23:13:14.909Z | |
55 | 2023-10-02T23:13:14.914Z | To configure your current shell, run: |
56 | 2023-10-02T23:13:14.918Z | source "$HOME/.cargo/env" |
57 | 2023-10-02T23:13:14.960Z | + rustc --version |
58 | 2023-10-02T23:13:15.074Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-02T23:13:15.080Z | process exited: duration 27651 ms, exit code 0 |
|
60 | 2023-10-02T23:13:15.086Z | starting task 2: "authentication" |
61 | 2023-10-02T23:13:15.114Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-10-02T23:13:25.342Z | process exited: duration 10254 ms, exit code 0 |
|
63 | 2023-10-02T23:13:25.348Z | starting task 3: "clone repository" |
64 | 2023-10-02T23:13:25.358Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-10-02T23:13:25.362Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-10-02T23:13:25.399Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-10-02T23:13:30.772Z | + cd /work/oxidecomputer/omicron |
68 | 2023-10-02T23:13:30.776Z | + [[ -n dependabot/cargo/hubtools-2481445 ]] |
69 | 2023-10-02T23:13:30.779Z | + git fetch origin dependabot/cargo/hubtools-2481445 |
70 | 2023-10-02T23:13:31.697Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-10-02T23:13:31.724Z | * branch dependabot/cargo/hubtools-2481445 -> FETCH_HEAD |
72 | 2023-10-02T23:13:31.750Z | + git checkout -B dependabot/cargo/hubtools-2481445 remotes/origin/dependabot/cargo/hubtools-2481445 |
73 | 2023-10-02T23:13:31.768Z | Switched to a new branch 'dependabot/cargo/hubtools-2481445' |
74 | 2023-10-02T23:13:31.779Z | branch 'dependabot/cargo/hubtools-2481445' set up to track 'origin/dependabot/cargo/hubtools-2481445'. |
75 | 2023-10-02T23:13:31.788Z | + git reset --hard 441864106bc9dce694bb955de25773ea182fb144 |
76 | 2023-10-02T23:13:31.795Z | HEAD is now at 44186410 Bump hubtools from `0c642f6` to `2481445` |
77 | 2023-10-02T23:13:31.802Z | process exited: duration 5905 ms, exit code 0 |
|
78 | 2023-10-02T23:13:31.815Z | starting task 4: "build" |
79 | 2023-10-02T23:13:31.839Z | + cargo --version |
80 | 2023-10-02T23:13:31.913Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-10-02T23:13:31.916Z | + rustc --version |
82 | 2023-10-02T23:13:32.019Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-10-02T23:13:32.022Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2023-10-02T23:13:39.105Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2023-10-02T23:13:39.663Z | Startup: Caching catalogs ... Done |
86 | 2023-10-02T23:13:42.233Z | Planning: Solver setup ... Done (2.373s) |
87 | 2023-10-02T23:13:42.309Z | Planning: Running solver ... Done (0.077s) |
88 | 2023-10-02T23:13:42.342Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2023-10-02T23:13:42.356Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2023-10-02T23:13:42.589Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2023-10-02T23:13:42.686Z | Planning: Package planning ... Done (0.085s) |
92 | 2023-10-02T23:13:42.764Z | Planning: Merging actions ... Done (0.085s) |
93 | 2023-10-02T23:13:43.436Z | Planning: Checking for conflicting actions ... Done (0.679s) |
94 | 2023-10-02T23:13:43.454Z | Planning: Consolidating action changes ... Done (0.017s) |
95 | 2023-10-02T23:13:47.086Z | Planning: Evaluating mediators ... Done (3.629s) |
96 | 2023-10-02T23:13:47.101Z | Planning: Planning completed in 7.39 seconds |
97 | 2023-10-02T23:13:47.129Z | Packages to install: 4 |
98 | 2023-10-02T23:13:47.143Z | Mediators to change: 2 |
99 | 2023-10-02T23:13:47.967Z | Services to change: 1 |
100 | 2023-10-02T23:13:47.977Z | Estimated space available: 149.39 GB |
101 | 2023-10-02T23:13:47.986Z | Estimated space to be consumed: 1.35 GB |
102 | 2023-10-02T23:13:47.995Z | Create boot environment: No |
103 | 2023-10-02T23:13:48.000Z | Create backup boot environment: No |
104 | 2023-10-02T23:13:48.006Z | Rebuild boot archive: No |
105 | 2023-10-02T23:13:48.019Z | |
106 | 2023-10-02T23:13:48.025Z | Changed mediators: |
107 | 2023-10-02T23:13:48.033Z | mediator clang: |
108 | 2023-10-02T23:13:48.040Z | version: None -> 15 (system default) |
109 | 2023-10-02T23:13:48.051Z | |
110 | 2023-10-02T23:13:48.060Z | mediator llvm: |
111 | 2023-10-02T23:13:48.066Z | version: 14 (system default) -> 15 (system default) |
112 | 2023-10-02T23:13:48.072Z | |
113 | 2023-10-02T23:13:48.076Z | Changed packages: |
114 | 2023-10-02T23:13:48.080Z | helios-dev |
115 | 2023-10-02T23:13:48.085Z | developer/build-essential |
116 | 2023-10-02T23:13:48.101Z | None -> 11-2.0 |
117 | 2023-10-02T23:13:48.109Z | library/libxmlsec1 |
118 | 2023-10-02T23:13:48.114Z | None -> 1.2.35-2.0 |
119 | 2023-10-02T23:13:48.117Z | ooce/developer/clang-15 |
120 | 2023-10-02T23:13:48.120Z | None -> 15.0.7-2.0 |
121 | 2023-10-02T23:13:48.123Z | ooce/developer/llvm-15 |
122 | 2023-10-02T23:13:48.126Z | None -> 15.0.7-2.0 |
123 | 2023-10-02T23:13:48.129Z | |
124 | 2023-10-02T23:13:48.131Z | Services: |
125 | 2023-10-02T23:13:48.136Z | restart_fmri: |
126 | 2023-10-02T23:13:48.139Z | svc:/system/update-man-index:default |
127 | 2023-10-02T23:13:48.142Z | |
128 | 2023-10-02T23:13:48.145Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2023-10-02T23:13:52.373Z | Download: 1305/3290 items 97.7/212.6MB 45% complete (19.8M/s) |
130 | 2023-10-02T23:13:57.780Z | Download: 3145/3290 items 141.7/212.6MB 66% complete (14.1M/s) |
131 | 2023-10-02T23:14:01.074Z | Download: Completed 212.60 MB in 13.71 seconds (15.5M/s) |
132 | 2023-10-02T23:14:01.299Z | Actions: 1/3687 actions (Installing new actions) |
133 | 2023-10-02T23:14:06.379Z | Actions: 2531/3687 actions (Installing new actions) |
134 | 2023-10-02T23:14:09.404Z | Actions: Completed 3687 actions in 8.11 seconds. |
135 | 2023-10-02T23:14:09.517Z | Done (0.106s) |
136 | 2023-10-02T23:14:09.520Z | Done (0.000s) |
137 | 2023-10-02T23:14:09.698Z | Done (0.131s) |
138 | 2023-10-02T23:14:17.320Z | Done (7.564s) |
139 | 2023-10-02T23:14:17.544Z | Done (0.126s) |
140 | 2023-10-02T23:14:17.547Z | Done (0.000s) |
141 | 2023-10-02T23:14:17.764Z | Done (0.000s) |
142 | 2023-10-02T23:14:18.400Z | Planning: Evaluating mediator changes ... Done |
143 | 2023-10-02T23:14:18.677Z | Planning: Checking for conflicting actions ... Done |
144 | 2023-10-02T23:14:18.680Z | Planning: Consolidating action changes ... Done |
145 | 2023-10-02T23:14:19.107Z | Planning: Evaluating mediators ... Done |
146 | 2023-10-02T23:14:19.109Z | Planning: Planning completed in 0.71 seconds |
147 | 2023-10-02T23:14:19.160Z | Mediators to change: 2 |
148 | 2023-10-02T23:14:19.163Z | Create boot environment: No |
149 | 2023-10-02T23:14:19.167Z | Create backup boot environment: No |
150 | 2023-10-02T23:14:19.255Z | Done |
151 | 2023-10-02T23:14:19.259Z | Done |
152 | 2023-10-02T23:14:19.326Z | Done |
153 | 2023-10-02T23:14:25.072Z | Done |
154 | 2023-10-02T23:14:25.173Z | Done |
155 | 2023-10-02T23:14:25.177Z | Done |
156 | 2023-10-02T23:14:25.307Z | Done |
157 | 2023-10-02T23:14:26.293Z | Planning: Evaluating mediator changes ... Done |
158 | 2023-10-02T23:14:26.297Z | Planning: Merging actions ... Done |
159 | 2023-10-02T23:14:26.637Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-10-02T23:14:26.641Z | Planning: Consolidating action changes ... Done |
161 | 2023-10-02T23:14:27.045Z | Planning: Evaluating mediators ... Done |
162 | 2023-10-02T23:14:27.136Z | Planning: Planning completed in 1.28 seconds |
163 | 2023-10-02T23:14:27.193Z | Packages to change: 1 |
164 | 2023-10-02T23:14:27.197Z | Mediators to change: 1 |
165 | 2023-10-02T23:14:27.200Z | Services to change: 1 |
166 | 2023-10-02T23:14:27.203Z | Create boot environment: No |
167 | 2023-10-02T23:14:27.206Z | Create backup boot environment: Yes |
168 | 2023-10-02T23:14:29.032Z | Actions: 1/6 actions (Updating modified actions) |
169 | 2023-10-02T23:14:29.035Z | Actions: Completed 6 actions in 0.00 seconds. |
170 | 2023-10-02T23:14:29.039Z | Done |
171 | 2023-10-02T23:14:29.042Z | Done |
172 | 2023-10-02T23:14:29.066Z | Done |
173 | 2023-10-02T23:14:34.810Z | Done |
174 | 2023-10-02T23:14:34.938Z | Done |
175 | 2023-10-02T23:14:34.946Z | Done |
176 | 2023-10-02T23:14:35.037Z | Done |
177 | 2023-10-02T23:14:35.705Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
178 | 2023-10-02T23:14:35.711Z | clang system 15 system |
179 | 2023-10-02T23:14:35.717Z | csh system system illumos |
180 | 2023-10-02T23:14:35.721Z | ctags system system illumos |
181 | 2023-10-02T23:14:35.724Z | gcc vendor 12 vendor |
182 | 2023-10-02T23:14:35.727Z | gcc system 10 system |
183 | 2023-10-02T23:14:35.730Z | gcc system 7 system |
184 | 2023-10-02T23:14:35.733Z | go system 1.20 system |
185 | 2023-10-02T23:14:35.736Z | go system 1.19 system |
186 | 2023-10-02T23:14:35.738Z | llvm system 15 system |
187 | 2023-10-02T23:14:35.741Z | llvm system 14 system |
188 | 2023-10-02T23:14:35.744Z | mariadb system 10.6 system |
189 | 2023-10-02T23:14:35.747Z | mta vendor vendor dma |
190 | 2023-10-02T23:14:35.750Z | openjdk system 17 system |
191 | 2023-10-02T23:14:35.753Z | openjdk system 11 system |
192 | 2023-10-02T23:14:35.757Z | openjdk system 1.8 system |
193 | 2023-10-02T23:14:35.760Z | openssl vendor 3 vendor |
194 | 2023-10-02T23:14:35.765Z | perl system 5.36 system |
195 | 2023-10-02T23:14:35.773Z | postgresql system 15 system |
196 | 2023-10-02T23:14:35.780Z | postgresql system 13 system |
197 | 2023-10-02T23:14:35.785Z | python vendor 3 vendor |
198 | 2023-10-02T23:14:35.793Z | python system 2 system |
199 | 2023-10-02T23:14:35.800Z | python3 system 3.11 system |
200 | 2023-10-02T23:14:35.807Z | ruby system 3.0 system |
201 | 2023-10-02T23:14:35.816Z | words vendor vendor american-english |
202 | 2023-10-02T23:14:35.824Z | words system system australian-english |
203 | 2023-10-02T23:14:35.837Z | words system system british-english |
204 | 2023-10-02T23:14:35.846Z | words system system canadian-english |
205 | 2023-10-02T23:14:35.855Z | words system system french |
206 | 2023-10-02T23:14:35.867Z | words system system italian |
207 | 2023-10-02T23:14:35.878Z | words system system ngerman |
208 | 2023-10-02T23:14:35.890Z | words system system ogerman |
209 | 2023-10-02T23:14:35.900Z | words system system spanish |
210 | 2023-10-02T23:14:36.240Z | FMRI IFO |
211 | 2023-10-02T23:14:36.250Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
212 | 2023-10-02T23:14:36.267Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
213 | 2023-10-02T23:14:36.275Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
214 | 2023-10-02T23:14:36.282Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
215 | 2023-10-02T23:14:36.297Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
216 | 2023-10-02T23:14:36.314Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
217 | 2023-10-02T23:14:36.376Z | + set -o errexit |
218 | 2023-10-02T23:14:36.389Z | +++ dirname ./tools/ci_download_cockroachdb |
219 | 2023-10-02T23:14:36.399Z | ++ cd ./tools |
220 | 2023-10-02T23:14:36.410Z | ++ pwd |
221 | 2023-10-02T23:14:36.425Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
222 | 2023-10-02T23:14:36.433Z | ++ basename ./tools/ci_download_cockroachdb |
223 | 2023-10-02T23:14:36.451Z | + ARG0=ci_download_cockroachdb |
224 | 2023-10-02T23:14:36.465Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
225 | 2023-10-02T23:14:36.477Z | + CIDL_VERSION=v22.1.9 |
226 | 2023-10-02T23:14:36.487Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
227 | 2023-10-02T23:14:36.496Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
228 | 2023-10-02T23:14:36.506Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
229 | 2023-10-02T23:14:36.515Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
230 | 2023-10-02T23:14:36.521Z | + TARGET_DIR=out |
231 | 2023-10-02T23:14:36.528Z | + DOWNLOAD_DIR=out/downloads |
232 | 2023-10-02T23:14:36.532Z | + DEST_DIR=./out/cockroachdb |
233 | 2023-10-02T23:14:36.542Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
234 | 2023-10-02T23:14:36.549Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
235 | 2023-10-02T23:14:36.560Z | + main |
236 | 2023-10-02T23:14:36.568Z | + [[ 0 != 0 ]] |
237 | 2023-10-02T23:14:36.574Z | + CIDL_OS=solaris2.11 |
238 | 2023-10-02T23:14:36.587Z | + [[ 0 != 0 ]] |
239 | 2023-10-02T23:14:36.594Z | + configure_os solaris2.11 |
240 | 2023-10-02T23:14:36.600Z | + echo 'current directory: /work/oxidecomputer/omicron' |
241 | 2023-10-02T23:14:36.606Z | current directory: /work/oxidecomputer/omicron |
242 | 2023-10-02T23:14:36.620Z | + echo 'configuring based on OS: "solaris2.11"' |
243 | 2023-10-02T23:14:36.635Z | configuring based on OS: "solaris2.11" |
244 | 2023-10-02T23:14:36.645Z | + case "$1" in |
245 | 2023-10-02T23:14:36.657Z | + CIDL_BUILD=illumos |
246 | 2023-10-02T23:14:36.671Z | + CIDL_SUFFIX=tar.gz |
247 | 2023-10-02T23:14:36.682Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-10-02T23:14:36.689Z | + CIDL_MD5FUNC=do_md5sum |
249 | 2023-10-02T23:14:36.710Z | + CIDL_URL_BASE=https://illumos.org/downloads |
250 | 2023-10-02T23:14:36.721Z | + CIDL_ASSEMBLE=do_assemble_illumos |
251 | 2023-10-02T23:14:36.729Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
252 | 2023-10-02T23:14:36.735Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
253 | 2023-10-02T23:14:36.739Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-10-02T23:14:36.747Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
255 | 2023-10-02T23:14:36.752Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-02T23:14:37.185Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
257 | 2023-10-02T23:14:37.200Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-02T23:14:37.215Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-02T23:14:37.224Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-02T23:14:37.233Z | + mkdir -p out/downloads |
261 | 2023-10-02T23:14:37.244Z | + mkdir -p ./out/cockroachdb |
262 | 2023-10-02T23:14:37.259Z | + local DO_DOWNLOAD=true |
263 | 2023-10-02T23:14:37.281Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
264 | 2023-10-02T23:14:37.697Z | + '[' true == true ']' |
265 | 2023-10-02T23:14:37.703Z | + echo Downloading... |
266 | 2023-10-02T23:14:37.708Z | Downloading... |
267 | 2023-10-02T23:14:37.715Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-02T23:14:37.731Z | + 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 |
269 | 2023-10-02T23:14:38.792Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-02T23:14:38.796Z | ++ md5sum |
271 | 2023-10-02T23:14:38.801Z | ++ awk '{print $1}' |
272 | 2023-10-02T23:14:38.974Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-10-02T23:14:38.988Z | + [[ 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 ]] |
274 | 2023-10-02T23:14:39.002Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-02T23:14:39.427Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
276 | 2023-10-02T23:14:42.352Z | + do_assemble_illumos |
277 | 2023-10-02T23:14:42.361Z | + rm -r ./out/cockroachdb |
278 | 2023-10-02T23:14:42.364Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
279 | 2023-10-02T23:14:42.982Z | + ./out/cockroachdb/bin/cockroach version |
280 | 2023-10-02T23:14:43.420Z | Build Tag: v22.1.9-dirty |
281 | 2023-10-02T23:14:43.424Z | Build Time: 2022/10/26 21:17:46 |
282 | 2023-10-02T23:14:43.428Z | Distribution: OSS |
283 | 2023-10-02T23:14:43.432Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
284 | 2023-10-02T23:14:43.437Z | Go Version: go1.17.13 |
285 | 2023-10-02T23:14:43.441Z | C Compiler: gcc 10.3.0 |
286 | 2023-10-02T23:14:43.446Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
287 | 2023-10-02T23:14:43.450Z | Build Type: release |
288 | 2023-10-02T23:14:43.460Z | + set -o errexit |
289 | 2023-10-02T23:14:43.464Z | +++ dirname ./tools/ci_download_clickhouse |
290 | 2023-10-02T23:14:43.468Z | ++ cd ./tools |
291 | 2023-10-02T23:14:43.471Z | ++ pwd |
292 | 2023-10-02T23:14:43.474Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
293 | 2023-10-02T23:14:43.478Z | ++ basename ./tools/ci_download_clickhouse |
294 | 2023-10-02T23:14:43.483Z | + ARG0=ci_download_clickhouse |
295 | 2023-10-02T23:14:43.487Z | + TARGET_DIR=out |
296 | 2023-10-02T23:14:43.490Z | + DOWNLOAD_DIR=out/downloads |
297 | 2023-10-02T23:14:43.495Z | + DEST_DIR=./out/clickhouse |
298 | 2023-10-02T23:14:43.501Z | + CIDL_VERSION=v22.8.9.24 |
299 | 2023-10-02T23:14:43.505Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
300 | 2023-10-02T23:14:43.510Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
301 | 2023-10-02T23:14:43.514Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
302 | 2023-10-02T23:14:43.517Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
303 | 2023-10-02T23:14:43.521Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
304 | 2023-10-02T23:14:43.525Z | + main |
305 | 2023-10-02T23:14:43.529Z | + [[ 0 != 0 ]] |
306 | 2023-10-02T23:14:43.533Z | + CIDL_OS=solaris2.11 |
307 | 2023-10-02T23:14:43.537Z | + [[ 0 != 0 ]] |
308 | 2023-10-02T23:14:43.541Z | + configure_os solaris2.11 |
309 | 2023-10-02T23:14:43.545Z | + echo 'current directory: /work/oxidecomputer/omicron' |
310 | 2023-10-02T23:14:43.549Z | current directory: /work/oxidecomputer/omicron |
311 | 2023-10-02T23:14:43.553Z | + echo 'configuring based on OS: "solaris2.11"' |
312 | 2023-10-02T23:14:43.556Z | + CIDL_DASHREV= |
313 | 2023-10-02T23:14:43.561Z | + case "$1" in |
314 | 2023-10-02T23:14:43.571Z | configuring based on OS: "solaris2.11" |
315 | 2023-10-02T23:14:43.588Z | + CIDL_PLATFORM=illumos |
316 | 2023-10-02T23:14:43.610Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-10-02T23:14:43.621Z | + CIDL_MD5FUNC=do_md5sum |
318 | 2023-10-02T23:14:43.632Z | + CIDL_DASHREV=-1 |
319 | 2023-10-02T23:14:43.636Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
320 | 2023-10-02T23:14:43.669Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
321 | 2023-10-02T23:14:43.673Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
322 | 2023-10-02T23:14:43.715Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-02T23:14:43.720Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
324 | 2023-10-02T23:14:43.726Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-02T23:14:43.730Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-10-02T23:14:43.733Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-02T23:14:43.737Z | + mkdir -p out/downloads |
328 | 2023-10-02T23:14:43.746Z | + mkdir -p ./out/clickhouse |
329 | 2023-10-02T23:14:43.751Z | + local DO_DOWNLOAD=true |
330 | 2023-10-02T23:14:43.756Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
331 | 2023-10-02T23:14:43.761Z | + '[' true == true ']' |
332 | 2023-10-02T23:14:43.770Z | + echo Downloading... |
333 | 2023-10-02T23:14:43.777Z | Downloading... |
334 | 2023-10-02T23:14:43.786Z | + 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 |
335 | 2023-10-02T23:14:43.798Z | + 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 |
336 | 2023-10-02T23:14:44.817Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-02T23:14:44.823Z | ++ md5sum |
338 | 2023-10-02T23:14:44.831Z | ++ awk '{print $1}' |
339 | 2023-10-02T23:14:45.079Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-02T23:14:45.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 ]] |
341 | 2023-10-02T23:14:45.091Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
342 | 2023-10-02T23:14:45.101Z | + mkdir -p ./out/clickhouse |
343 | 2023-10-02T23:14:45.108Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
344 | 2023-10-02T23:14:49.850Z | + ./out/clickhouse/clickhouse server --version |
345 | 2023-10-02T23:14:49.905Z | ClickHouse server version 22.8.9.1. |
346 | 2023-10-02T23:14:49.928Z | + set -o errexit |
347 | 2023-10-02T23:14:49.930Z | +++ dirname ./tools/ci_download_console |
348 | 2023-10-02T23:14:49.933Z | ++ cd ./tools |
349 | 2023-10-02T23:14:49.936Z | ++ pwd |
350 | 2023-10-02T23:14:49.939Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2023-10-02T23:14:49.942Z | ++ basename ./tools/ci_download_console |
352 | 2023-10-02T23:14:49.944Z | + ARG0=ci_download_console |
353 | 2023-10-02T23:14:49.947Z | + TARGET_DIR=out |
354 | 2023-10-02T23:14:49.950Z | + DOWNLOAD_DIR=out/downloads |
355 | 2023-10-02T23:14:49.952Z | + DEST_DIR=./out/console-assets |
356 | 2023-10-02T23:14:49.956Z | + source /work/oxidecomputer/omicron/tools/console_version |
357 | 2023-10-02T23:14:49.958Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
358 | 2023-10-02T23:14:49.961Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
359 | 2023-10-02T23:14:49.964Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
360 | 2023-10-02T23:14:49.967Z | + TARBALL_FILE=out/downloads/console.tar.gz |
361 | 2023-10-02T23:14:49.970Z | + main |
362 | 2023-10-02T23:14:49.973Z | + [[ 0 != 0 ]] |
363 | 2023-10-02T23:14:49.976Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
364 | 2023-10-02T23:14:49.978Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
365 | 2023-10-02T23:14:49.981Z | + echo 'Local file: out/downloads/console.tar.gz' |
366 | 2023-10-02T23:14:49.984Z | Local file: out/downloads/console.tar.gz |
367 | 2023-10-02T23:14:49.987Z | + local DO_DOWNLOAD=true |
368 | 2023-10-02T23:14:49.990Z | + [[ -f out/downloads/console.tar.gz ]] |
369 | 2023-10-02T23:14:49.993Z | + mkdir -p out/downloads |
370 | 2023-10-02T23:14:49.996Z | + '[' true == true ']' |
371 | 2023-10-02T23:14:49.999Z | + echo Downloading... |
372 | 2023-10-02T23:14:50.003Z | Downloading... |
373 | 2023-10-02T23:14:50.006Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
374 | 2023-10-02T23:14:50.009Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
375 | 2023-10-02T23:14:51.034Z | ++ do_sha256sum out/downloads/console.tar.gz |
376 | 2023-10-02T23:14:51.044Z | ++ case "$OSTYPE" in |
377 | 2023-10-02T23:14:51.055Z | ++ SHA=sha256sum |
378 | 2023-10-02T23:14:51.073Z | ++ sha256sum |
379 | 2023-10-02T23:14:51.086Z | ++ awk '{print $1}' |
380 | 2023-10-02T23:14:51.098Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
381 | 2023-10-02T23:14:51.111Z | + [[ 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 ]] |
382 | 2023-10-02T23:14:51.124Z | + rm -rf ./out/console-assets |
383 | 2023-10-02T23:14:51.129Z | + mkdir -p ./out/console-assets |
384 | 2023-10-02T23:14:51.135Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
385 | 2023-10-02T23:14:51.145Z | + mkdir -p ./out/console-assets |
386 | 2023-10-02T23:14:51.161Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
387 | 2023-10-02T23:14:51.176Z | + set -o errexit |
388 | 2023-10-02T23:14:51.185Z | +++ dirname ./tools/ci_download_maghemite_openapi |
389 | 2023-10-02T23:14:51.191Z | ++ cd ./tools |
390 | 2023-10-02T23:14:51.201Z | ++ pwd |
391 | 2023-10-02T23:14:51.218Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2023-10-02T23:14:51.638Z | ++ basename ./tools/ci_download_maghemite_openapi |
393 | 2023-10-02T23:14:51.649Z | + ARG0=ci_download_maghemite_openapi |
394 | 2023-10-02T23:14:51.659Z | + TARGET_DIR=out |
395 | 2023-10-02T23:14:51.667Z | + DOWNLOAD_DIR=out/downloads |
396 | 2023-10-02T23:14:51.677Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
397 | 2023-10-02T23:14:51.684Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
398 | 2023-10-02T23:14:51.698Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
399 | 2023-10-02T23:14:51.714Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
400 | 2023-10-02T23:14:51.724Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
401 | 2023-10-02T23:14:51.733Z | + main |
402 | 2023-10-02T23:14:51.741Z | + [[ 0 != 0 ]] |
403 | 2023-10-02T23:14:51.747Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
404 | 2023-10-02T23:14:51.769Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
405 | 2023-10-02T23:14:51.775Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
406 | 2023-10-02T23:14:51.784Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
407 | 2023-10-02T23:14:51.794Z | + local DO_DOWNLOAD=true |
408 | 2023-10-02T23:14:51.803Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
409 | 2023-10-02T23:14:51.812Z | + mkdir -p out/downloads |
410 | 2023-10-02T23:14:51.823Z | + '[' true == true ']' |
411 | 2023-10-02T23:14:51.832Z | + echo Downloading... |
412 | 2023-10-02T23:14:51.844Z | Downloading... |
413 | 2023-10-02T23:14:51.853Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
414 | 2023-10-02T23:14:51.864Z | + 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 |
415 | 2023-10-02T23:14:51.872Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
416 | 2023-10-02T23:14:51.946Z | ++ case "$OSTYPE" in |
417 | 2023-10-02T23:14:51.974Z | ++ SHA=sha256sum |
418 | 2023-10-02T23:14:51.985Z | ++ sha256sum |
419 | 2023-10-02T23:14:51.996Z | ++ awk '{print $1}' |
420 | 2023-10-02T23:14:52.003Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
421 | 2023-10-02T23:14:52.013Z | + [[ 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 ]] |
422 | 2023-10-02T23:14:52.021Z | + set -o errexit |
423 | 2023-10-02T23:14:52.038Z | +++ dirname ./tools/ci_download_dendrite_openapi |
424 | 2023-10-02T23:14:52.056Z | ++ cd ./tools |
425 | 2023-10-02T23:14:52.080Z | ++ pwd |
426 | 2023-10-02T23:14:52.090Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
427 | 2023-10-02T23:14:52.099Z | ++ basename ./tools/ci_download_dendrite_openapi |
428 | 2023-10-02T23:14:52.108Z | + ARG0=ci_download_dendrite_openapi |
429 | 2023-10-02T23:14:52.113Z | + TARGET_DIR=out |
430 | 2023-10-02T23:14:52.117Z | + DOWNLOAD_DIR=out/downloads |
431 | 2023-10-02T23:14:52.124Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
432 | 2023-10-02T23:14:52.131Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
433 | 2023-10-02T23:14:52.137Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
434 | 2023-10-02T23:14:52.144Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
435 | 2023-10-02T23:14:52.150Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
436 | 2023-10-02T23:14:52.159Z | + main |
437 | 2023-10-02T23:14:52.168Z | + [[ 0 != 0 ]] |
438 | 2023-10-02T23:14:52.177Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
439 | 2023-10-02T23:14:52.183Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
440 | 2023-10-02T23:14:52.197Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
441 | 2023-10-02T23:14:52.204Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
442 | 2023-10-02T23:14:52.208Z | + local DO_DOWNLOAD=true |
443 | 2023-10-02T23:14:52.212Z | Downloading... |
444 | 2023-10-02T23:14:52.217Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
445 | 2023-10-02T23:14:52.224Z | + mkdir -p out/downloads |
446 | 2023-10-02T23:14:52.234Z | + '[' true == true ']' |
447 | 2023-10-02T23:14:52.244Z | + echo Downloading... |
448 | 2023-10-02T23:14:52.253Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
449 | 2023-10-02T23:14:52.272Z | + 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 |
450 | 2023-10-02T23:14:52.278Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
451 | 2023-10-02T23:14:52.284Z | ++ case "$OSTYPE" in |
452 | 2023-10-02T23:14:52.289Z | ++ SHA=sha256sum |
453 | 2023-10-02T23:14:52.294Z | ++ sha256sum |
454 | 2023-10-02T23:14:52.303Z | ++ awk '{print $1}' |
455 | 2023-10-02T23:14:52.310Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
456 | 2023-10-02T23:14:52.319Z | + [[ 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 ]] |
457 | 2023-10-02T23:14:52.324Z | + set -o errexit |
458 | 2023-10-02T23:14:52.336Z | +++ dirname ./tools/ci_download_dendrite_stub |
459 | 2023-10-02T23:14:52.340Z | ++ cd ./tools |
460 | 2023-10-02T23:14:52.350Z | ++ pwd |
461 | 2023-10-02T23:14:52.360Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
462 | 2023-10-02T23:14:52.375Z | ++ basename ./tools/ci_download_dendrite_stub |
463 | 2023-10-02T23:14:52.385Z | current directory: /work/oxidecomputer/omicron |
464 | 2023-10-02T23:14:52.395Z | + ARG0=ci_download_dendrite_stub |
465 | 2023-10-02T23:14:52.810Z | configuring based on OS: "solaris2.11" |
466 | 2023-10-02T23:14:52.818Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
467 | 2023-10-02T23:14:52.825Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
468 | 2023-10-02T23:14:52.830Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
469 | 2023-10-02T23:14:52.837Z | Local file: out/downloads/dendrite-stub.tar.gz |
470 | 2023-10-02T23:14:52.848Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
471 | 2023-10-02T23:14:52.859Z | Downloading... |
472 | 2023-10-02T23:14:52.883Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
473 | 2023-10-02T23:14:53.299Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-10-02T23:14:53.311Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
475 | 2023-10-02T23:14:53.321Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
476 | 2023-10-02T23:14:53.348Z | + TARGET_DIR=out |
477 | 2023-10-02T23:14:53.353Z | + DOWNLOAD_DIR=out/downloads |
478 | 2023-10-02T23:14:53.361Z | + DEST_DIR=./out/dendrite-stub |
479 | 2023-10-02T23:14:53.369Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
480 | 2023-10-02T23:14:53.380Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
481 | 2023-10-02T23:14:53.388Z | + REPO=oxidecomputer/dendrite |
482 | 2023-10-02T23:14:53.397Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
483 | 2023-10-02T23:14:53.404Z | + main |
484 | 2023-10-02T23:14:53.415Z | + [[ 0 != 0 ]] |
485 | 2023-10-02T23:14:53.425Z | + CIDL_OS=solaris2.11 |
486 | 2023-10-02T23:14:53.436Z | + [[ 0 != 0 ]] |
487 | 2023-10-02T23:14:53.452Z | + configure_os solaris2.11 |
488 | 2023-10-02T23:14:53.471Z | + echo 'current directory: /work/oxidecomputer/omicron' |
489 | 2023-10-02T23:14:53.488Z | + echo 'configuring based on OS: "solaris2.11"' |
490 | 2023-10-02T23:14:53.512Z | + case "$1" in |
491 | 2023-10-02T23:14:53.533Z | + SET_BINARIES= |
492 | 2023-10-02T23:14:53.551Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
493 | 2023-10-02T23:14:53.564Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2023-10-02T23:14:53.574Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2023-10-02T23:14:53.585Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
496 | 2023-10-02T23:14:53.595Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2023-10-02T23:14:53.606Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
498 | 2023-10-02T23:14:53.615Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
499 | 2023-10-02T23:14:53.675Z | + mkdir -p out/downloads |
500 | 2023-10-02T23:14:53.681Z | + mkdir -p ./out/dendrite-stub |
501 | 2023-10-02T23:14:53.688Z | + fetch_and_verify |
502 | 2023-10-02T23:14:53.695Z | + local DO_DOWNLOAD=true |
503 | 2023-10-02T23:14:53.704Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
504 | 2023-10-02T23:14:53.712Z | + '[' true == true ']' |
505 | 2023-10-02T23:14:53.721Z | + echo Downloading... |
506 | 2023-10-02T23:14:53.742Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
507 | 2023-10-02T23:14:53.749Z | + 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 |
508 | 2023-10-02T23:15:01.740Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
509 | 2023-10-02T23:15:01.743Z | ++ sha256sum |
510 | 2023-10-02T23:15:01.747Z | ++ awk '{print $1}' |
511 | 2023-10-02T23:15:01.840Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
512 | 2023-10-02T23:15:01.844Z | + [[ 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 ]] |
513 | 2023-10-02T23:15:01.847Z | + do_untar out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-02T23:15:01.851Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
515 | 2023-10-02T23:15:02.790Z | + do_assemble |
516 | 2023-10-02T23:15:02.793Z | + rm -r ./out/dendrite-stub |
517 | 2023-10-02T23:15:02.796Z | + mkdir ./out/dendrite-stub |
518 | 2023-10-02T23:15:02.799Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
519 | 2023-10-02T23:15:02.911Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
520 | 2023-10-02T23:15:02.923Z | + set -o errexit |
521 | 2023-10-02T23:15:02.926Z | +++ dirname ./tools/ci_download_transceiver_control |
522 | 2023-10-02T23:15:02.931Z | ++ cd ./tools |
523 | 2023-10-02T23:15:02.936Z | ++ pwd |
524 | 2023-10-02T23:15:02.939Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-10-02T23:15:02.942Z | ++ basename ./tools/ci_download_transceiver_control |
526 | 2023-10-02T23:15:02.945Z | + ARG0=ci_download_transceiver_control |
527 | 2023-10-02T23:15:02.949Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
528 | 2023-10-02T23:15:02.953Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
529 | 2023-10-02T23:15:02.958Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
530 | 2023-10-02T23:15:02.962Z | + TARGET_DIR=out |
531 | 2023-10-02T23:15:02.965Z | + DOWNLOAD_DIR=out/downloads |
532 | 2023-10-02T23:15:02.968Z | + DEST_DIR=./out/transceiver-control |
533 | 2023-10-02T23:15:02.972Z | + BIN_DIR=/opt/oxide/bin |
534 | 2023-10-02T23:15:02.975Z | + BINARY=xcvradm |
535 | 2023-10-02T23:15:02.978Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
536 | 2023-10-02T23:15:02.982Z | + REPO=oxidecomputer/transceiver-control |
537 | 2023-10-02T23:15:02.985Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
538 | 2023-10-02T23:15:03.001Z | + main |
539 | 2023-10-02T23:15:03.004Z | + [[ 0 != 0 ]] |
540 | 2023-10-02T23:15:03.007Z | + CIDL_OS=solaris2.11 |
541 | 2023-10-02T23:15:03.010Z | + [[ 0 != 0 ]] |
542 | 2023-10-02T23:15:03.016Z | + configure_os solaris2.11 |
543 | 2023-10-02T23:15:03.021Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2023-10-02T23:15:03.025Z | current directory: /work/oxidecomputer/omicron |
545 | 2023-10-02T23:15:03.028Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2023-10-02T23:15:03.031Z | configuring based on OS: "solaris2.11" |
547 | 2023-10-02T23:15:03.036Z | + case "$1" in |
548 | 2023-10-02T23:15:03.040Z | + SET_BINARIES= |
549 | 2023-10-02T23:15:03.044Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
550 | 2023-10-02T23:15:03.050Z | + CIDL_SHA256FUNC=do_sha256sum |
551 | 2023-10-02T23:15:03.054Z | + ARCHIVE_FILENAME=xcvradm.gz |
552 | 2023-10-02T23:15:03.057Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
553 | 2023-10-02T23:15:03.061Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
554 | 2023-10-02T23:15:03.065Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
555 | 2023-10-02T23:15:03.071Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
556 | 2023-10-02T23:15:03.077Z | + echo 'Local file: out/downloads/xcvradm.gz' |
557 | 2023-10-02T23:15:03.094Z | Local file: out/downloads/xcvradm.gz |
558 | 2023-10-02T23:15:03.102Z | + mkdir -p out/downloads |
559 | 2023-10-02T23:15:03.116Z | + mkdir -p ./out/transceiver-control |
560 | 2023-10-02T23:15:03.125Z | + fetch_and_verify |
561 | 2023-10-02T23:15:03.129Z | + local DO_DOWNLOAD=true |
562 | 2023-10-02T23:15:03.134Z | + [[ -f out/downloads/xcvradm.gz ]] |
563 | 2023-10-02T23:15:03.138Z | + '[' true == true ']' |
564 | 2023-10-02T23:15:03.143Z | + echo Downloading... |
565 | 2023-10-02T23:15:03.150Z | Downloading... |
566 | 2023-10-02T23:15:03.155Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
567 | 2023-10-02T23:15:03.161Z | + 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 |
568 | 2023-10-02T23:15:04.998Z | ++ do_sha256sum out/downloads/xcvradm.gz |
569 | 2023-10-02T23:15:05.018Z | ++ sha256sum |
570 | 2023-10-02T23:15:05.034Z | ++ awk '{print $1}' |
571 | 2023-10-02T23:15:05.039Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
572 | 2023-10-02T23:15:05.044Z | + [[ 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 ]] |
573 | 2023-10-02T23:15:05.049Z | + do_unpack out/downloads/xcvradm.gz |
574 | 2023-10-02T23:15:05.054Z | + mkdir -p out/downloads/root//opt/oxide/bin |
575 | 2023-10-02T23:15:05.058Z | + gzip -dc out/downloads/xcvradm.gz |
576 | 2023-10-02T23:15:05.197Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
577 | 2023-10-02T23:15:05.205Z | + do_assemble |
578 | 2023-10-02T23:15:05.216Z | + rm -r ./out/transceiver-control |
579 | 2023-10-02T23:15:05.227Z | + mkdir ./out/transceiver-control |
580 | 2023-10-02T23:15:05.237Z | + cp -r out/downloads/root ./out/transceiver-control/root |
581 | 2023-10-02T23:15:05.351Z | All prerequisites installed successfully |
582 | 2023-10-02T23:15:05.362Z | |
583 | 2023-10-02T23:15:05.373Z | real 1:33.294411657 |
584 | 2023-10-02T23:15:05.385Z | user 47.732394387 |
585 | 2023-10-02T23:15:05.401Z | sys 8.935259825 |
586 | 2023-10-02T23:15:05.419Z | trap 0.022904925 |
587 | 2023-10-02T23:15:05.432Z | tflt 0.120831684 |
588 | 2023-10-02T23:15:05.443Z | dflt 0.453210457 |
589 | 2023-10-02T23:15:05.450Z | kflt 0.191198258 |
590 | 2023-10-02T23:15:05.458Z | lock 1.605928822 |
591 | 2023-10-02T23:15:05.467Z | slp 2:46.282049742 |
592 | 2023-10-02T23:15:05.479Z | lat 3.087305952 |
593 | 2023-10-02T23:15:05.490Z | stop 0.067518764 |
594 | 2023-10-02T23:15:05.501Z | + banner end-to-end-tests |
595 | 2023-10-02T23:15:05.508Z | |
596 | 2023-10-02T23:15:05.517Z | ###### # # ##### ##### #### ###### # # ##### |
597 | 2023-10-02T23:15:05.527Z | # ## # # # # # # # ## # # # |
598 | 2023-10-02T23:15:05.536Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
599 | 2023-10-02T23:15:05.544Z | # # # # # # # # # # # # # # # |
600 | 2023-10-02T23:15:05.556Z | # # ## # # # # # # # ## # # |
601 | 2023-10-02T23:15:05.566Z | ###### # # ##### # #### ###### # # ##### |
602 | 2023-10-02T23:15:05.585Z | |
603 | 2023-10-02T23:15:05.598Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
604 | 2023-10-02T23:15:05.606Z | + CARGO_PROFILE_DEV_DEBUG=1 |
605 | 2023-10-02T23:15:05.614Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
606 | 2023-10-02T23:15:05.623Z | + CARGO_PROFILE_TEST_DEBUG=1 |
607 | 2023-10-02T23:15:05.632Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
608 | 2023-10-02T23:15:05.769Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
609 | 2023-10-02T23:15:06.152Z | Updating crates.io index |
610 | 2023-10-02T23:15:06.178Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
611 | 2023-10-02T23:15:06.765Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
612 | 2023-10-02T23:15:07.935Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
613 | 2023-10-02T23:15:09.236Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
614 | 2023-10-02T23:15:09.863Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
615 | 2023-10-02T23:15:10.225Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
616 | 2023-10-02T23:15:10.512Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
617 | 2023-10-02T23:15:10.813Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
618 | 2023-10-02T23:15:11.671Z | Updating git repository `https://github.com/oxidecomputer/opte` |
619 | 2023-10-02T23:15:12.655Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
620 | 2023-10-02T23:15:13.007Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
621 | 2023-10-02T23:15:13.328Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
622 | 2023-10-02T23:15:13.646Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
623 | 2023-10-02T23:15:13.998Z | Updating git repository `https://github.com/njaremko/samael` |
624 | 2023-10-02T23:15:14.397Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
625 | 2023-10-02T23:15:16.031Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
626 | 2023-10-02T23:15:16.483Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
627 | 2023-10-02T23:15:17.154Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
628 | 2023-10-02T23:15:17.529Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
629 | 2023-10-02T23:15:17.883Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
630 | 2023-10-02T23:15:26.864Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
631 | 2023-10-02T23:15:27.386Z | Updating git repository `https://github.com/jgallagher/nix` |
632 | 2023-10-02T23:15:28.581Z | Updating git repository `https://github.com/cbiffle/hubpack` |
633 | 2023-10-02T23:15:28.948Z | Updating git repository `https://github.com/oxidecomputer/typify` |
634 | 2023-10-02T23:15:30.018Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
635 | 2023-10-02T23:15:30.772Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
636 | 2023-10-02T23:15:31.151Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
637 | 2023-10-02T23:15:32.849Z | Downloading crates ... |
638 | 2023-10-02T23:15:33.098Z | Downloaded backoff v0.4.0 |
639 | 2023-10-02T23:15:33.779Z | Downloaded base64 v0.21.4 |
640 | 2023-10-02T23:15:33.799Z | Downloaded new_debug_unreachable v1.0.4 |
641 | 2023-10-02T23:15:33.811Z | Downloaded postcard-cobs v0.1.5-pre |
642 | 2023-10-02T23:15:33.820Z | Downloaded bitstruct v0.1.1 |
643 | 2023-10-02T23:15:33.830Z | Downloaded md5 v0.7.0 |
644 | 2023-10-02T23:15:33.834Z | Downloaded predicates v3.0.3 |
645 | 2023-10-02T23:15:33.840Z | Downloaded const-oid v0.9.5 |
646 | 2023-10-02T23:15:33.844Z | Downloaded colorchoice v1.0.0 |
647 | 2023-10-02T23:15:33.849Z | Downloaded openssl-macros v0.1.1 |
648 | 2023-10-02T23:15:33.854Z | Downloaded crossbeam-utils v0.8.16 |
649 | 2023-10-02T23:15:33.857Z | Downloaded atomic-waker v1.1.1 |
650 | 2023-10-02T23:15:33.862Z | Downloaded option-ext v0.2.0 |
651 | 2023-10-02T23:15:33.865Z | Downloaded cstr-argument v0.1.2 |
652 | 2023-10-02T23:15:33.868Z | Downloaded deranged v0.3.8 |
653 | 2023-10-02T23:15:33.871Z | Downloaded pest_derive v2.7.2 |
654 | 2023-10-02T23:15:33.874Z | Downloaded mime v0.3.17 |
655 | 2023-10-02T23:15:33.877Z | Downloaded convert_case v0.4.0 |
656 | 2023-10-02T23:15:33.880Z | Downloaded base16ct v0.2.0 |
657 | 2023-10-02T23:15:33.883Z | Downloaded password-hash v0.5.0 |
658 | 2023-10-02T23:15:33.886Z | Downloaded diesel_table_macro_syntax v0.1.0 |
659 | 2023-10-02T23:15:33.889Z | Downloaded parking_lot v0.11.2 |
660 | 2023-10-02T23:15:33.892Z | Downloaded phf_shared v0.10.0 |
661 | 2023-10-02T23:15:33.896Z | Downloaded parse-display v0.7.0 |
662 | 2023-10-02T23:15:33.899Z | Downloaded opaque-debug v0.3.0 |
663 | 2023-10-02T23:15:33.903Z | Downloaded bincode v1.3.3 |
664 | 2023-10-02T23:15:33.919Z | Downloaded curve25519-dalek-derive v0.1.0 |
665 | 2023-10-02T23:15:33.922Z | Downloaded toolchain_find v0.2.0 |
666 | 2023-10-02T23:15:33.926Z | Downloaded multer v2.1.0 |
667 | 2023-10-02T23:15:33.935Z | Downloaded cpufeatures v0.2.9 |
668 | 2023-10-02T23:15:33.939Z | Downloaded thiserror-impl-no-std v2.0.2 |
669 | 2023-10-02T23:15:33.943Z | Downloaded const_format v0.2.31 |
670 | 2023-10-02T23:15:33.947Z | Downloaded bcrypt-pbkdf v0.10.0 |
671 | 2023-10-02T23:15:33.950Z | Downloaded num-iter v0.1.43 |
672 | 2023-10-02T23:15:33.953Z | Downloaded data-encoding v2.4.0 |
673 | 2023-10-02T23:15:33.956Z | Downloaded pem v1.1.1 |
674 | 2023-10-02T23:15:33.959Z | Downloaded platforms v3.0.2 |
675 | 2023-10-02T23:15:33.962Z | Downloaded lock_api v0.4.10 |
676 | 2023-10-02T23:15:33.965Z | Downloaded phf v0.11.2 |
677 | 2023-10-02T23:15:33.969Z | Downloaded foreign-types-macros v0.2.3 |
678 | 2023-10-02T23:15:33.979Z | Downloaded foreign-types v0.3.2 |
679 | 2023-10-02T23:15:33.985Z | Downloaded crossbeam-epoch v0.9.15 |
680 | 2023-10-02T23:15:33.993Z | Downloaded clap v4.4.3 |
681 | 2023-10-02T23:15:33.999Z | Downloaded async-trait v0.1.73 |
682 | 2023-10-02T23:15:34.009Z | Downloaded anyhow v1.0.75 |
683 | 2023-10-02T23:15:34.015Z | Downloaded want v0.3.1 |
684 | 2023-10-02T23:15:34.020Z | Downloaded http-range v0.1.5 |
685 | 2023-10-02T23:15:34.023Z | Downloaded bitflags v2.4.0 |
686 | 2023-10-02T23:15:34.026Z | Downloaded serde_spanned v0.6.3 |
687 | 2023-10-02T23:15:34.036Z | Downloaded slog-envlogger v2.2.0 |
688 | 2023-10-02T23:15:34.039Z | Downloaded strum v0.25.0 |
689 | 2023-10-02T23:15:34.042Z | Downloaded tower-service v0.3.2 |
690 | 2023-10-02T23:15:34.046Z | Downloaded postgres-protocol v0.6.6 |
691 | 2023-10-02T23:15:34.049Z | Downloaded darling v0.20.3 |
692 | 2023-10-02T23:15:34.052Z | Downloaded diesel_derives v2.1.1 |
693 | 2023-10-02T23:15:34.054Z | Downloaded heck v0.3.3 |
694 | 2023-10-02T23:15:34.057Z | Downloaded ahash v0.8.3 |
695 | 2023-10-02T23:15:34.060Z | Downloaded dirs-sys v0.4.1 |
696 | 2023-10-02T23:15:34.063Z | Downloaded slab v0.4.9 |
697 | 2023-10-02T23:15:34.066Z | Downloaded siphasher v0.3.11 |
698 | 2023-10-02T23:15:34.069Z | Downloaded structmeta v0.1.6 |
699 | 2023-10-02T23:15:34.072Z | Downloaded futures-macro v0.3.28 |
700 | 2023-10-02T23:15:34.075Z | Downloaded erased-serde v0.3.30 |
701 | 2023-10-02T23:15:34.078Z | Downloaded futures-executor v0.3.28 |
702 | 2023-10-02T23:15:34.080Z | Downloaded slog-scope v4.4.0 |
703 | 2023-10-02T23:15:34.083Z | Downloaded futures-core v0.3.28 |
704 | 2023-10-02T23:15:34.086Z | Downloaded semver-parser v0.10.2 |
705 | 2023-10-02T23:15:34.089Z | Downloaded slog-json v2.6.1 |
706 | 2023-10-02T23:15:34.093Z | Downloaded errno v0.3.2 |
707 | 2023-10-02T23:15:34.096Z | Downloaded base64 v0.13.1 |
708 | 2023-10-02T23:15:34.098Z | Downloaded instant v0.1.12 |
709 | 2023-10-02T23:15:34.102Z | Downloaded take_mut v0.2.2 |
710 | 2023-10-02T23:15:34.105Z | Downloaded universal-hash v0.5.1 |
711 | 2023-10-02T23:15:34.109Z | Downloaded rustls-native-certs v0.6.3 |
712 | 2023-10-02T23:15:34.116Z | Downloaded strum_macros v0.25.2 |
713 | 2023-10-02T23:15:34.121Z | Downloaded allocator-api2 v0.2.16 |
714 | 2023-10-02T23:15:34.124Z | Downloaded iana-time-zone v0.1.57 |
715 | 2023-10-02T23:15:34.126Z | Downloaded itoa v1.0.9 |
716 | 2023-10-02T23:15:34.130Z | Downloaded jobserver v0.1.26 |
717 | 2023-10-02T23:15:34.133Z | Downloaded scheduled-thread-pool v0.2.7 |
718 | 2023-10-02T23:15:34.135Z | Downloaded thiserror-impl v1.0.48 |
719 | 2023-10-02T23:15:34.138Z | Downloaded ringbuffer v0.14.2 |
720 | 2023-10-02T23:15:34.141Z | Downloaded rustversion v1.0.14 |
721 | 2023-10-02T23:15:34.145Z | Downloaded tinyvec_macros v0.1.1 |
722 | 2023-10-02T23:15:34.152Z | Downloaded same-file v1.0.6 |
723 | 2023-10-02T23:15:34.160Z | Downloaded russh-cryptovec v0.7.0 |
724 | 2023-10-02T23:15:34.575Z | Downloaded endian-type v0.1.2 |
725 | 2023-10-02T23:15:34.578Z | Downloaded rustc_version v0.4.0 |
726 | 2023-10-02T23:15:34.580Z | Downloaded secrecy v0.8.0 |
727 | 2023-10-02T23:15:34.583Z | Downloaded sha2 v0.10.7 |
728 | 2023-10-02T23:15:34.590Z | Downloaded hubpack_derive v0.1.1 |
729 | 2023-10-02T23:15:34.593Z | Downloaded termcolor v1.2.0 |
730 | 2023-10-02T23:15:34.597Z | Downloaded tinyvec v1.6.0 |
731 | 2023-10-02T23:15:34.600Z | Downloaded darling_core v0.20.3 |
732 | 2023-10-02T23:15:34.604Z | Downloaded precomputed-hash v0.1.1 |
733 | 2023-10-02T23:15:34.607Z | Downloaded schemars_derive v0.8.13 |
734 | 2023-10-02T23:15:34.611Z | Downloaded zerocopy v0.3.0 |
735 | 2023-10-02T23:15:34.616Z | Downloaded textwrap v0.11.0 |
736 | 2023-10-02T23:15:34.619Z | Downloaded openssl-sys v0.9.93 |
737 | 2023-10-02T23:15:34.622Z | Downloaded synstructure v0.12.6 |
738 | 2023-10-02T23:15:34.625Z | Downloaded utf-8 v0.7.6 |
739 | 2023-10-02T23:15:34.630Z | Downloaded ipnet v2.8.0 |
740 | 2023-10-02T23:15:34.632Z | Downloaded http-body v0.4.5 |
741 | 2023-10-02T23:15:34.636Z | Downloaded home v0.5.5 |
742 | 2023-10-02T23:15:34.639Z | Downloaded signature v2.1.0 |
743 | 2023-10-02T23:15:34.642Z | Downloaded time-core v0.1.1 |
744 | 2023-10-02T23:15:34.646Z | Downloaded hubpack v0.1.2 |
745 | 2023-10-02T23:15:34.649Z | Downloaded httpdate v1.0.3 |
746 | 2023-10-02T23:15:34.653Z | Downloaded headers-core v0.2.0 |
747 | 2023-10-02T23:15:34.656Z | Downloaded subtle v2.5.0 |
748 | 2023-10-02T23:15:34.659Z | Downloaded lalrpop-util v0.19.12 |
749 | 2023-10-02T23:15:34.662Z | Downloaded spki v0.7.2 |
750 | 2023-10-02T23:15:34.665Z | Downloaded pest_generator v2.7.2 |
751 | 2023-10-02T23:15:34.672Z | Downloaded either v1.9.0 |
752 | 2023-10-02T23:15:34.675Z | Downloaded thiserror v1.0.48 |
753 | 2023-10-02T23:15:34.678Z | Downloaded dirs v5.0.1 |
754 | 2023-10-02T23:15:34.681Z | Downloaded zone v0.2.0 |
755 | 2023-10-02T23:15:34.684Z | Downloaded enum-as-inner v0.5.1 |
756 | 2023-10-02T23:15:34.690Z | Downloaded usdt-attr-macro v0.3.5 |
757 | 2023-10-02T23:15:34.695Z | Downloaded vergen v8.2.4 |
758 | 2023-10-02T23:15:34.707Z | Downloaded enum-iterator v1.4.1 |
759 | 2023-10-02T23:15:34.716Z | Downloaded filetime v0.2.22 |
760 | 2023-10-02T23:15:34.728Z | Downloaded serde_path_to_error v0.1.14 |
761 | 2023-10-02T23:15:34.746Z | Downloaded tokio-native-tls v0.3.1 |
762 | 2023-10-02T23:15:34.758Z | Downloaded unicode-linebreak v0.1.5 |
763 | 2023-10-02T23:15:35.166Z | Downloaded try-lock v0.2.4 |
764 | 2023-10-02T23:15:35.171Z | Downloaded enum-iterator-derive v1.2.1 |
765 | 2023-10-02T23:15:35.180Z | Downloaded static_assertions v1.1.0 |
766 | 2023-10-02T23:15:35.186Z | Downloaded radium v0.7.0 |
767 | 2023-10-02T23:15:35.191Z | Downloaded proc-macro-crate v1.3.1 |
768 | 2023-10-02T23:15:35.197Z | Downloaded proc-macro2 v1.0.67 |
769 | 2023-10-02T23:15:35.201Z | Downloaded usdt-macro v0.3.5 |
770 | 2023-10-02T23:15:35.207Z | Downloaded toml_datetime v0.6.3 |
771 | 2023-10-02T23:15:35.213Z | Downloaded pest v2.7.2 |
772 | 2023-10-02T23:15:35.218Z | Downloaded rand v0.8.5 |
773 | 2023-10-02T23:15:35.225Z | Downloaded form_urlencoded v1.2.0 |
774 | 2023-10-02T23:15:35.232Z | Downloaded hostname v0.3.1 |
775 | 2023-10-02T23:15:35.237Z | Downloaded tracing-attributes v0.1.26 |
776 | 2023-10-02T23:15:35.244Z | Downloaded serde_yaml v0.9.25 |
777 | 2023-10-02T23:15:35.258Z | Downloaded foreign-types-shared v0.1.1 |
778 | 2023-10-02T23:15:35.261Z | Downloaded semver v0.11.0 |
779 | 2023-10-02T23:15:35.265Z | Downloaded terminal_size v0.2.6 |
780 | 2023-10-02T23:15:35.269Z | Downloaded version_check v0.9.4 |
781 | 2023-10-02T23:15:35.272Z | Downloaded toml v0.5.11 |
782 | 2023-10-02T23:15:35.275Z | Downloaded tokio-postgres v0.7.10 |
783 | 2023-10-02T23:15:35.278Z | Downloaded semver v1.0.18 |
784 | 2023-10-02T23:15:35.281Z | Downloaded serde_tokenstream v0.2.0 |
785 | 2023-10-02T23:15:35.284Z | Downloaded rand_core v0.6.4 |
786 | 2023-10-02T23:15:35.287Z | Downloaded keccak v0.1.4 |
787 | 2023-10-02T23:15:35.290Z | Downloaded serde_arrays v0.1.0 |
788 | 2023-10-02T23:15:35.293Z | Downloaded vsss-rs v3.3.1 |
789 | 2023-10-02T23:15:35.295Z | Downloaded trust-dns-server v0.22.1 |
790 | 2023-10-02T23:15:35.298Z | Downloaded slog-async v2.8.0 |
791 | 2023-10-02T23:15:35.301Z | Downloaded aes-gcm v0.10.2 |
792 | 2023-10-02T23:15:35.305Z | Downloaded dirs-next v2.0.0 |
793 | 2023-10-02T23:15:35.307Z | Downloaded structmeta-derive v0.1.6 |
794 | 2023-10-02T23:15:35.331Z | Downloaded unicode-bidi v0.3.13 |
795 | 2023-10-02T23:15:35.339Z | Downloaded indexmap v1.9.3 |
796 | 2023-10-02T23:15:35.346Z | Downloaded slog-stdlog v4.1.1 |
797 | 2023-10-02T23:15:35.350Z | Downloaded toml v0.7.8 |
798 | 2023-10-02T23:15:35.353Z | Downloaded zip v0.6.6 |
799 | 2023-10-02T23:15:35.356Z | Downloaded hashbrown v0.13.2 |
800 | 2023-10-02T23:15:35.358Z | Downloaded ucd-trie v0.1.6 |
801 | 2023-10-02T23:15:35.362Z | Downloaded indexmap v2.0.0 |
802 | 2023-10-02T23:15:35.364Z | Downloaded serde_json v1.0.107 |
803 | 2023-10-02T23:15:35.367Z | Downloaded getrandom v0.2.10 |
804 | 2023-10-02T23:15:35.370Z | Downloaded socket2 v0.5.3 |
805 | 2023-10-02T23:15:35.377Z | Downloaded structopt v0.3.26 |
806 | 2023-10-02T23:15:35.380Z | Downloaded spin v0.9.8 |
807 | 2023-10-02T23:15:35.383Z | Downloaded itertools v0.10.5 |
808 | 2023-10-02T23:15:35.386Z | Downloaded serde_with v2.3.3 |
809 | 2023-10-02T23:15:35.389Z | Downloaded rustls-webpki v0.101.4 |
810 | 2023-10-02T23:15:35.393Z | Downloaded textwrap v0.16.0 |
811 | 2023-10-02T23:15:35.396Z | Downloaded trust-dns-resolver v0.22.0 |
812 | 2023-10-02T23:15:35.398Z | Downloaded http v0.2.9 |
813 | 2023-10-02T23:15:35.401Z | Downloaded winnow v0.5.15 |
814 | 2023-10-02T23:15:35.404Z | Downloaded russh v0.38.0 |
815 | 2023-10-02T23:15:35.407Z | Downloaded smoltcp v0.8.2 |
816 | 2023-10-02T23:15:35.409Z | Downloaded regex-syntax v0.6.29 |
817 | 2023-10-02T23:15:35.412Z | Downloaded h2 v0.3.21 |
818 | 2023-10-02T23:15:35.415Z | Downloaded openapiv3 v1.0.3 |
819 | 2023-10-02T23:15:35.418Z | Downloaded regex v1.9.5 |
820 | 2023-10-02T23:15:35.421Z | Downloaded rusqlite v0.29.0 |
821 | 2023-10-02T23:15:35.424Z | Downloaded chrono v0.4.31 |
822 | 2023-10-02T23:15:35.427Z | Downloaded regex-syntax v0.7.5 |
823 | 2023-10-02T23:15:35.429Z | Downloaded hkdf v0.12.3 |
824 | 2023-10-02T23:15:35.433Z | Downloaded bstr v1.6.0 |
825 | 2023-10-02T23:15:35.436Z | Downloaded regex-automata v0.1.10 |
826 | 2023-10-02T23:15:35.439Z | Downloaded hyper v0.14.27 |
827 | 2023-10-02T23:15:35.441Z | Downloaded zerocopy-derive v0.2.0 |
828 | 2023-10-02T23:15:35.444Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
829 | 2023-10-02T23:15:35.447Z | Downloaded reqwest v0.11.20 |
830 | 2023-10-02T23:15:35.449Z | Downloaded libc v0.2.148 |
831 | 2023-10-02T23:15:35.452Z | Downloaded petgraph v0.6.4 |
832 | 2023-10-02T23:15:35.455Z | Downloaded webpki-roots v0.25.2 |
833 | 2023-10-02T23:15:35.457Z | Downloaded object v0.32.1 |
834 | 2023-10-02T23:15:35.460Z | Downloaded openssl v0.10.57 |
835 | 2023-10-02T23:15:35.465Z | Downloaded syn v1.0.109 |
836 | 2023-10-02T23:15:35.468Z | Downloaded idna v0.4.0 |
837 | 2023-10-02T23:15:35.471Z | Downloaded regress v0.7.1 |
838 | 2023-10-02T23:15:35.473Z | Downloaded smoltcp v0.9.1 |
839 | 2023-10-02T23:15:35.476Z | Downloaded idna v0.2.3 |
840 | 2023-10-02T23:15:35.479Z | Downloaded rustix v0.37.23 |
841 | 2023-10-02T23:15:35.482Z | Downloaded rustix v0.38.9 |
842 | 2023-10-02T23:15:35.485Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
843 | 2023-10-02T23:15:35.488Z | Downloaded diesel v2.1.1 |
844 | 2023-10-02T23:15:35.491Z | Downloaded gimli v0.28.0 |
845 | 2023-10-02T23:15:35.493Z | Downloaded sled v0.34.7 |
846 | 2023-10-02T23:15:35.497Z | Downloaded trust-dns-proto v0.22.0 |
847 | 2023-10-02T23:15:35.499Z | Downloaded radix_trie v0.2.1 |
848 | 2023-10-02T23:15:35.502Z | Downloaded rustls v0.21.7 |
849 | 2023-10-02T23:15:35.505Z | Downloaded curve25519-dalek v4.1.0 |
850 | 2023-10-02T23:15:35.508Z | Downloaded regex-automata v0.3.8 |
851 | 2023-10-02T23:15:35.511Z | Downloaded vcpkg v0.2.15 |
852 | 2023-10-02T23:15:35.513Z | Downloaded tokio v1.32.0 |
853 | 2023-10-02T23:15:35.516Z | Downloaded sha3 v0.10.8 |
854 | 2023-10-02T23:15:35.519Z | Downloaded libz-sys v1.1.12 |
855 | 2023-10-02T23:15:35.522Z | Downloaded git2 v0.17.2 |
856 | 2023-10-02T23:15:35.524Z | Downloaded zerocopy-derive v0.6.3 |
857 | 2023-10-02T23:15:35.527Z | Downloaded winapi v0.3.9 |
858 | 2023-10-02T23:15:35.530Z | Downloaded encoding_rs v0.8.33 |
859 | 2023-10-02T23:15:35.533Z | Downloaded syn v2.0.32 |
860 | 2023-10-02T23:15:35.535Z | Downloaded libsqlite3-sys v0.26.0 |
861 | 2023-10-02T23:15:35.538Z | Downloaded nix v0.26.2 |
862 | 2023-10-02T23:15:35.542Z | Downloaded hashbrown v0.14.0 |
863 | 2023-10-02T23:15:35.556Z | Downloaded bstr v0.2.17 |
864 | 2023-10-02T23:15:35.560Z | Downloaded hashbrown v0.12.3 |
865 | 2023-10-02T23:15:35.564Z | Downloaded ryu v1.0.15 |
866 | 2023-10-02T23:15:35.567Z | Downloaded futures-util v0.3.28 |
867 | 2023-10-02T23:15:35.570Z | Downloaded socket2 v0.4.9 |
868 | 2023-10-02T23:15:35.573Z | Downloaded tokio-util v0.7.8 |
869 | 2023-10-02T23:15:35.576Z | Downloaded rand v0.4.6 |
870 | 2023-10-02T23:15:35.579Z | Downloaded clap_builder v4.4.2 |
871 | 2023-10-02T23:15:35.582Z | Downloaded clap v2.34.0 |
872 | 2023-10-02T23:15:35.585Z | Downloaded unicode-normalization v0.1.22 |
873 | 2023-10-02T23:15:35.588Z | Downloaded itertools v0.11.0 |
874 | 2023-10-02T23:15:35.591Z | Downloaded bitvec v1.0.1 |
875 | 2023-10-02T23:15:35.594Z | Downloaded pbkdf2 v0.12.2 |
876 | 2023-10-02T23:15:35.597Z | Downloaded serde v1.0.188 |
877 | 2023-10-02T23:15:35.600Z | Downloaded tracing v0.1.37 |
878 | 2023-10-02T23:15:35.605Z | Downloaded slog v2.7.0 |
879 | 2023-10-02T23:15:35.608Z | Downloaded sct v0.7.0 |
880 | 2023-10-02T23:15:35.611Z | Downloaded serde_derive v1.0.188 |
881 | 2023-10-02T23:15:35.614Z | Downloaded ed25519-dalek v2.0.0 |
882 | 2023-10-02T23:15:35.617Z | Downloaded tracing-core v0.1.31 |
883 | 2023-10-02T23:15:35.619Z | Downloaded unicode-ident v1.0.12 |
884 | 2023-10-02T23:15:35.622Z | Downloaded russh-keys v0.38.0 |
885 | 2023-10-02T23:15:35.628Z | Downloaded pbkdf2 v0.11.0 |
886 | 2023-10-02T23:15:35.631Z | Downloaded smf v0.2.2 |
887 | 2023-10-02T23:15:35.634Z | Downloaded serde_repr v0.1.16 |
888 | 2023-10-02T23:15:35.637Z | Downloaded heapless v0.7.16 |
889 | 2023-10-02T23:15:35.639Z | Downloaded tokio-rustls v0.24.1 |
890 | 2023-10-02T23:15:35.642Z | Downloaded yasna v0.5.2 |
891 | 2023-10-02T23:15:35.645Z | Downloaded fastrand v2.0.0 |
892 | 2023-10-02T23:15:35.648Z | Downloaded fallible-iterator v0.2.0 |
893 | 2023-10-02T23:15:35.651Z | Downloaded zeroize v1.6.0 |
894 | 2023-10-02T23:15:35.654Z | Downloaded smawk v0.3.1 |
895 | 2023-10-02T23:15:35.657Z | Downloaded pin-project-lite v0.2.13 |
896 | 2023-10-02T23:15:35.661Z | Downloaded stringprep v0.1.3 |
897 | 2023-10-02T23:15:35.665Z | Downloaded rand v0.7.3 |
898 | 2023-10-02T23:15:35.669Z | Downloaded aes v0.8.3 |
899 | 2023-10-02T23:15:35.673Z | Downloaded tungstenite v0.17.3 |
900 | 2023-10-02T23:15:35.676Z | Downloaded ed25519 v2.2.2 |
901 | 2023-10-02T23:15:35.679Z | Downloaded xattr v1.0.1 |
902 | 2023-10-02T23:15:35.683Z | Downloaded wyz v0.5.1 |
903 | 2023-10-02T23:15:35.686Z | Downloaded similar v2.2.1 |
904 | 2023-10-02T23:15:35.688Z | Downloaded der v0.7.8 |
905 | 2023-10-02T23:15:35.691Z | Downloaded flate2 v1.0.27 |
906 | 2023-10-02T23:15:35.695Z | Downloaded serde_with_macros v2.3.3 |
907 | 2023-10-02T23:15:35.698Z | Downloaded ring v0.16.20 |
908 | 2023-10-02T23:15:35.815Z | Downloaded time v0.3.27 |
909 | 2023-10-02T23:15:35.824Z | Downloaded usdt-impl v0.3.5 |
910 | 2023-10-02T23:15:35.829Z | Downloaded untrusted v0.7.1 |
911 | 2023-10-02T23:15:35.835Z | Downloaded zeroize_derive v1.4.2 |
912 | 2023-10-02T23:15:35.841Z | Downloaded slog-bunyan v2.4.0 |
913 | 2023-10-02T23:15:35.854Z | Downloaded dyn-clone v1.0.13 |
914 | 2023-10-02T23:15:35.860Z | Downloaded time-macros v0.2.13 |
915 | 2023-10-02T23:15:35.869Z | Downloaded quote v1.0.33 |
916 | 2023-10-02T23:15:35.879Z | Downloaded trust-dns-client v0.22.0 |
917 | 2023-10-02T23:15:35.889Z | Downloaded strsim v0.10.0 |
918 | 2023-10-02T23:15:35.903Z | Downloaded strsim v0.8.0 |
919 | 2023-10-02T23:15:35.910Z | Downloaded unicase v2.7.0 |
920 | 2023-10-02T23:15:35.915Z | Downloaded structopt-derive v0.4.18 |
921 | 2023-10-02T23:15:35.925Z | Downloaded headers v0.3.9 |
922 | 2023-10-02T23:15:35.933Z | Downloaded unicode-segmentation v1.10.1 |
923 | 2023-10-02T23:15:35.946Z | Downloaded zone_cfg_derive v0.2.0 |
924 | 2023-10-02T23:15:35.956Z | Downloaded httparse v1.8.0 |
925 | 2023-10-02T23:15:36.378Z | Downloaded unsafe-libyaml v0.2.9 |
926 | 2023-10-02T23:15:36.390Z | Downloaded dtrace-parser v0.1.14 |
927 | 2023-10-02T23:15:36.399Z | Downloaded tokio-stream v0.1.14 |
928 | 2023-10-02T23:15:36.407Z | Downloaded signal-hook-registry v1.4.1 |
929 | 2023-10-02T23:15:36.415Z | Downloaded stable_deref_trait v1.2.0 |
930 | 2023-10-02T23:15:36.424Z | Downloaded thread-id v4.2.0 |
931 | 2023-10-02T23:15:36.435Z | Downloaded schemars v0.8.13 |
932 | 2023-10-02T23:15:36.443Z | Downloaded humantime v2.1.0 |
933 | 2023-10-02T23:15:36.461Z | Downloaded serde_tokenstream v0.1.7 |
934 | 2023-10-02T23:15:36.469Z | Downloaded toml_edit v0.19.15 |
935 | 2023-10-02T23:15:36.484Z | Downloaded rustc-demangle v0.1.23 |
936 | 2023-10-02T23:15:36.494Z | Downloaded string_cache v0.8.7 |
937 | 2023-10-02T23:15:36.500Z | Downloaded ff v0.13.0 |
938 | 2023-10-02T23:15:36.505Z | Downloaded spin v0.5.2 |
939 | 2023-10-02T23:15:36.511Z | Downloaded num-bigint v0.4.4 |
940 | 2023-10-02T23:15:36.515Z | Downloaded mio v0.8.8 |
941 | 2023-10-02T23:15:36.518Z | Downloaded crossbeam-channel v0.5.8 |
942 | 2023-10-02T23:15:36.521Z | Downloaded elliptic-curve v0.13.5 |
943 | 2023-10-02T23:15:36.524Z | Downloaded whoami v1.4.1 |
944 | 2023-10-02T23:15:36.528Z | Downloaded is-terminal v0.4.9 |
945 | 2023-10-02T23:15:36.531Z | Downloaded url v2.4.1 |
946 | 2023-10-02T23:15:36.534Z | Downloaded futures v0.3.28 |
947 | 2023-10-02T23:15:36.537Z | Downloaded serde_derive_internals v0.26.0 |
948 | 2023-10-02T23:15:36.539Z | Downloaded thiserror-no-std v2.0.2 |
949 | 2023-10-02T23:15:36.542Z | Downloaded hmac v0.12.1 |
950 | 2023-10-02T23:15:36.545Z | Downloaded half v1.8.2 |
951 | 2023-10-02T23:15:36.548Z | Downloaded hex v0.4.3 |
952 | 2023-10-02T23:15:36.551Z | Downloaded heck v0.4.1 |
953 | 2023-10-02T23:15:36.554Z | Downloaded getopts v0.2.21 |
954 | 2023-10-02T23:15:36.558Z | Downloaded funty v2.0.0 |
955 | 2023-10-02T23:15:36.561Z | Downloaded serde_urlencoded v0.7.1 |
956 | 2023-10-02T23:15:36.563Z | Downloaded rustfmt-wrapper v0.2.0 |
957 | 2023-10-02T23:15:36.566Z | Downloaded io-lifetimes v1.0.11 |
958 | 2023-10-02T23:15:36.569Z | Downloaded ron v0.7.1 |
959 | 2023-10-02T23:15:36.572Z | Downloaded subprocess v0.2.9 |
960 | 2023-10-02T23:15:36.576Z | Downloaded futures-channel v0.3.28 |
961 | 2023-10-02T23:15:36.578Z | Downloaded parking_lot_core v0.9.8 |
962 | 2023-10-02T23:15:36.582Z | Downloaded hyper-tls v0.5.0 |
963 | 2023-10-02T23:15:36.585Z | Downloaded scopeguard v1.2.0 |
964 | 2023-10-02T23:15:36.588Z | Downloaded waitgroup v0.1.2 |
965 | 2023-10-02T23:15:36.592Z | Downloaded smallvec v1.11.0 |
966 | 2023-10-02T23:15:36.595Z | Downloaded slog-term v2.9.0 |
967 | 2023-10-02T23:15:36.598Z | Downloaded hex-literal v0.4.1 |
968 | 2023-10-02T23:15:36.601Z | Downloaded tap v1.0.1 |
969 | 2023-10-02T23:15:36.604Z | Downloaded slog-dtrace v0.2.3 |
970 | 2023-10-02T23:15:36.607Z | Downloaded ipnetwork v0.20.0 |
971 | 2023-10-02T23:15:36.609Z | Downloaded backtrace v0.3.69 |
972 | 2023-10-02T23:15:36.612Z | Downloaded zerocopy v0.6.3 |
973 | 2023-10-02T23:15:36.615Z | Downloaded sha1 v0.10.5 |
974 | 2023-10-02T23:15:36.620Z | Downloaded sha-1 v0.10.1 |
975 | 2023-10-02T23:15:36.623Z | Downloaded inout v0.1.3 |
976 | 2023-10-02T23:15:36.630Z | Downloaded glob v0.3.1 |
977 | 2023-10-02T23:15:36.633Z | Downloaded uuid v1.4.1 |
978 | 2023-10-02T23:15:36.636Z | Downloaded tungstenite v0.18.0 |
979 | 2023-10-02T23:15:36.640Z | Downloaded getrandom v0.1.16 |
980 | 2023-10-02T23:15:36.642Z | Downloaded usdt v0.3.5 |
981 | 2023-10-02T23:15:36.646Z | Downloaded tar v0.4.40 |
982 | 2023-10-02T23:15:36.649Z | Downloaded password-hash v0.4.2 |
983 | 2023-10-02T23:15:36.652Z | Downloaded rcgen v0.10.0 |
984 | 2023-10-02T23:15:36.658Z | Downloaded fallible-streaming-iterator v0.1.9 |
985 | 2023-10-02T23:15:36.668Z | Downloaded ppv-lite86 v0.2.17 |
986 | 2023-10-02T23:15:37.084Z | Downloaded typenum v1.16.0 |
987 | 2023-10-02T23:15:37.092Z | Downloaded walkdir v2.4.0 |
988 | 2023-10-02T23:15:37.097Z | Downloaded hyper-staticfile v0.9.5 |
989 | 2023-10-02T23:15:37.100Z | Downloaded hyper-rustls v0.24.1 |
990 | 2023-10-02T23:15:37.103Z | Downloaded memchr v2.6.3 |
991 | 2023-10-02T23:15:37.106Z | Downloaded hashlink v0.8.3 |
992 | 2023-10-02T23:15:37.109Z | Downloaded phf_shared v0.11.2 |
993 | 2023-10-02T23:15:37.112Z | Downloaded rustls-pemfile v1.0.3 |
994 | 2023-10-02T23:15:37.115Z | Downloaded unicode-xid v0.2.4 |
995 | 2023-10-02T23:15:37.118Z | Downloaded poly1305 v0.8.0 |
996 | 2023-10-02T23:15:37.122Z | Downloaded derive_more v0.99.17 |
997 | 2023-10-02T23:15:37.125Z | Downloaded arc-swap v1.6.0 |
998 | 2023-10-02T23:15:37.128Z | Downloaded parse-display-derive v0.7.0 |
999 | 2023-10-02T23:15:37.131Z | Downloaded env_logger v0.9.3 |
1000 | 2023-10-02T23:15:37.140Z | Downloaded pretty-hex v0.2.1 |
1001 | 2023-10-02T23:15:37.143Z | Downloaded rand_chacha v0.2.2 |
1002 | 2023-10-02T23:15:37.147Z | Downloaded group v0.13.0 |
1003 | 2023-10-02T23:15:37.152Z | Downloaded generic-array v0.14.7 |
1004 | 2023-10-02T23:15:37.160Z | Downloaded futures-io v0.3.28 |
1005 | 2023-10-02T23:15:37.163Z | Downloaded fixedbitset v0.4.2 |
1006 | 2023-10-02T23:15:37.166Z | Downloaded chacha20poly1305 v0.10.1 |
1007 | 2023-10-02T23:15:37.169Z | Downloaded cc v1.0.83 |
1008 | 2023-10-02T23:15:37.172Z | Downloaded num-traits v0.2.16 |
1009 | 2023-10-02T23:15:37.177Z | Downloaded miniz_oxide v0.7.1 |
1010 | 2023-10-02T23:15:37.180Z | Downloaded hash32 v0.2.1 |
1011 | 2023-10-02T23:15:37.183Z | Downloaded ghash v0.5.0 |
1012 | 2023-10-02T23:15:37.187Z | Downloaded libm v0.2.7 |
1013 | 2023-10-02T23:15:37.192Z | Downloaded rand_core v0.5.1 |
1014 | 2023-10-02T23:15:37.198Z | Downloaded futures-task v0.3.28 |
1015 | 2023-10-02T23:15:37.201Z | Downloaded parking_lot_core v0.8.6 |
1016 | 2023-10-02T23:15:37.204Z | Downloaded resolv-conf v0.7.0 |
1017 | 2023-10-02T23:15:37.208Z | Downloaded rand_chacha v0.3.1 |
1018 | 2023-10-02T23:15:37.210Z | Downloaded float-cmp v0.9.0 |
1019 | 2023-10-02T23:15:37.213Z | Downloaded term v0.7.0 |
1020 | 2023-10-02T23:15:37.217Z | Downloaded ident_case v1.0.1 |
1021 | 2023-10-02T23:15:37.220Z | Downloaded pkcs8 v0.10.2 |
1022 | 2023-10-02T23:15:37.223Z | Downloaded dirs-sys-next v0.1.2 |
1023 | 2023-10-02T23:15:37.226Z | Downloaded tempfile v3.8.0 |
1024 | 2023-10-02T23:15:37.230Z | Downloaded pest_meta v2.7.2 |
1025 | 2023-10-02T23:15:37.233Z | Downloaded pkg-config v0.3.27 |
1026 | 2023-10-02T23:15:37.237Z | Downloaded dof v0.1.5 |
1027 | 2023-10-02T23:15:37.240Z | Downloaded addr2line v0.21.0 |
1028 | 2023-10-02T23:15:37.245Z | Downloaded vec_map v0.8.2 |
1029 | 2023-10-02T23:15:37.249Z | Downloaded proc-macro-error v1.0.4 |
1030 | 2023-10-02T23:15:37.253Z | Downloaded log v0.4.20 |
1031 | 2023-10-02T23:15:37.258Z | Downloaded paste v1.0.14 |
1032 | 2023-10-02T23:15:37.261Z | Downloaded block-buffer v0.10.4 |
1033 | 2023-10-02T23:15:37.265Z | Downloaded bit-vec v0.6.3 |
1034 | 2023-10-02T23:15:37.269Z | Downloaded aes-gcm-siv v0.11.1 |
1035 | 2023-10-02T23:15:37.272Z | Downloaded fxhash v0.2.1 |
1036 | 2023-10-02T23:15:37.276Z | Downloaded futures-sink v0.3.28 |
1037 | 2023-10-02T23:15:37.279Z | Downloaded utf8parse v0.2.1 |
1038 | 2023-10-02T23:15:37.282Z | Downloaded unicode-width v0.1.10 |
1039 | 2023-10-02T23:15:37.285Z | Downloaded twox-hash v1.6.3 |
1040 | 2023-10-02T23:15:37.289Z | Downloaded tokio-macros v2.1.0 |
1041 | 2023-10-02T23:15:37.292Z | Downloaded console v0.15.7 |
1042 | 2023-10-02T23:15:37.295Z | Downloaded ascii v1.1.0 |
1043 | 2023-10-02T23:15:37.299Z | Downloaded foreign-types-shared v0.3.1 |
1044 | 2023-10-02T23:15:37.302Z | Downloaded foreign-types v0.5.0 |
1045 | 2023-10-02T23:15:37.305Z | Downloaded tokio-tungstenite v0.18.0 |
1046 | 2023-10-02T23:15:37.309Z | Downloaded tokio-tungstenite v0.17.2 |
1047 | 2023-10-02T23:15:37.312Z | Downloaded thread_local v1.1.7 |
1048 | 2023-10-02T23:15:37.315Z | Downloaded difflib v0.4.0 |
1049 | 2023-10-02T23:15:37.318Z | Downloaded crc32fast v1.3.2 |
1050 | 2023-10-02T23:15:37.322Z | Downloaded fnv v1.0.7 |
1051 | 2023-10-02T23:15:37.326Z | Downloaded postgres-types v0.2.6 |
1052 | 2023-10-02T23:15:37.329Z | Downloaded pin-utils v0.1.0 |
1053 | 2023-10-02T23:15:37.332Z | Downloaded debug-ignore v1.0.5 |
1054 | 2023-10-02T23:15:37.335Z | Downloaded polyval v0.6.1 |
1055 | 2023-10-02T23:15:37.338Z | Downloaded crypto-common v0.1.6 |
1056 | 2023-10-02T23:15:37.343Z | Downloaded base64ct v1.6.0 |
1057 | 2023-10-02T23:15:37.346Z | Downloaded autocfg v1.1.0 |
1058 | 2023-10-02T23:15:37.349Z | Downloaded ansi_term v0.12.1 |
1059 | 2023-10-02T23:15:37.352Z | Downloaded argon2 v0.5.2 |
1060 | 2023-10-02T23:15:37.359Z | Downloaded equivalent v1.0.1 |
1061 | 2023-10-02T23:15:37.362Z | Downloaded num_enum_derive v0.5.11 |
1062 | 2023-10-02T23:15:37.389Z | Downloaded anstyle-parse v0.2.1 |
1063 | 2023-10-02T23:15:37.395Z | Downloaded num_enum v0.7.0 |
1064 | 2023-10-02T23:15:37.398Z | Downloaded num-integer v0.1.45 |
1065 | 2023-10-02T23:15:37.402Z | Downloaded num-complex v0.4.4 |
1066 | 2023-10-02T23:15:37.415Z | Downloaded colored v2.0.4 |
1067 | 2023-10-02T23:15:37.418Z | Downloaded anstyle v1.0.2 |
1068 | 2023-10-02T23:15:37.421Z | Downloaded const_format_proc_macros v0.2.31 |
1069 | 2023-10-02T23:15:37.426Z | Downloaded camino-tempfile v1.0.2 |
1070 | 2023-10-02T23:15:37.429Z | Downloaded crypto-bigint v0.5.2 |
1071 | 2023-10-02T23:15:37.432Z | Downloaded bitflags v1.3.2 |
1072 | 2023-10-02T23:15:37.435Z | Downloaded r2d2 v0.8.10 |
1073 | 2023-10-02T23:15:37.438Z | Downloaded camino v1.1.6 |
1074 | 2023-10-02T23:15:37.442Z | Downloaded bytes v1.5.0 |
1075 | 2023-10-02T23:15:37.446Z | Downloaded percent-encoding v2.3.0 |
1076 | 2023-10-02T23:15:37.450Z | Downloaded openssl-probe v0.1.5 |
1077 | 2023-10-02T23:15:37.453Z | Downloaded byteorder v1.4.3 |
1078 | 2023-10-02T23:15:37.456Z | Downloaded async-stream v0.3.5 |
1079 | 2023-10-02T23:15:37.460Z | Downloaded pretty-hex v0.3.0 |
1080 | 2023-10-02T23:15:37.463Z | Downloaded darling_macro v0.20.3 |
1081 | 2023-10-02T23:15:37.466Z | Downloaded anstream v0.5.0 |
1082 | 2023-10-02T23:15:37.469Z | Downloaded adler v1.0.2 |
1083 | 2023-10-02T23:15:37.472Z | Downloaded aead v0.5.2 |
1084 | 2023-10-02T23:15:37.475Z | Downloaded num_enum v0.5.11 |
1085 | 2023-10-02T23:15:37.479Z | Downloaded macaddr v1.0.1 |
1086 | 2023-10-02T23:15:37.482Z | Downloaded num_threads v0.1.6 |
1087 | 2023-10-02T23:15:37.485Z | Downloaded num_cpus v1.16.0 |
1088 | 2023-10-02T23:15:37.488Z | Downloaded md-5 v0.10.5 |
1089 | 2023-10-02T23:15:37.491Z | Downloaded digest v0.10.7 |
1090 | 2023-10-02T23:15:37.493Z | Downloaded cfg-if v1.0.0 |
1091 | 2023-10-02T23:15:37.497Z | Downloaded matches v0.1.10 |
1092 | 2023-10-02T23:15:37.500Z | Downloaded once_cell v1.18.0 |
1093 | 2023-10-02T23:15:37.503Z | Downloaded omicron-zone-package v0.8.3 |
1094 | 2023-10-02T23:15:37.506Z | Downloaded mime_guess v2.0.4 |
1095 | 2023-10-02T23:15:37.511Z | Downloaded block-padding v0.3.3 |
1096 | 2023-10-02T23:15:37.514Z | Downloaded cancel-safe-futures v0.1.2 |
1097 | 2023-10-02T23:15:37.517Z | Downloaded memoffset v0.9.0 |
1098 | 2023-10-02T23:15:37.520Z | Downloaded async-recursion v1.0.5 |
1099 | 2023-10-02T23:15:37.524Z | Downloaded proc-macro-error-attr v1.0.4 |
1100 | 2023-10-02T23:15:37.529Z | Downloaded predicates-core v1.0.6 |
1101 | 2023-10-02T23:15:37.532Z | Downloaded lazy_static v1.4.0 |
1102 | 2023-10-02T23:15:37.535Z | Downloaded parking_lot v0.12.1 |
1103 | 2023-10-02T23:15:37.538Z | Downloaded num-rational v0.4.1 |
1104 | 2023-10-02T23:15:37.545Z | Downloaded lru-cache v0.1.2 |
1105 | 2023-10-02T23:15:37.548Z | Downloaded ctr v0.9.2 |
1106 | 2023-10-02T23:15:37.551Z | Downloaded bit-set v0.5.3 |
1107 | 2023-10-02T23:15:37.554Z | Downloaded atty v0.2.14 |
1108 | 2023-10-02T23:15:37.558Z | Downloaded native-tls v0.2.11 |
1109 | 2023-10-02T23:15:37.561Z | Downloaded ciborium v0.2.1 |
1110 | 2023-10-02T23:15:37.564Z | Downloaded clap_lex v0.5.1 |
1111 | 2023-10-02T23:15:37.567Z | Downloaded num v0.4.1 |
1112 | 2023-10-02T23:15:37.572Z | Downloaded anstyle-query v1.0.0 |
1113 | 2023-10-02T23:15:37.577Z | Downloaded postcard v0.7.3 |
1114 | 2023-10-02T23:15:37.581Z | Downloaded async-stream-impl v0.3.5 |
1115 | 2023-10-02T23:15:37.584Z | Downloaded linked-hash-map v0.5.6 |
1116 | 2023-10-02T23:15:37.587Z | Downloaded normalize-line-endings v0.3.0 |
1117 | 2023-10-02T23:15:37.590Z | Downloaded ciborium-ll v0.2.1 |
1118 | 2023-10-02T23:15:37.593Z | Downloaded ciborium-io v0.2.1 |
1119 | 2023-10-02T23:15:37.596Z | Downloaded chacha20 v0.9.1 |
1120 | 2023-10-02T23:15:37.599Z | Downloaded clap_derive v4.4.2 |
1121 | 2023-10-02T23:15:37.602Z | Downloaded bzip2 v0.4.4 |
1122 | 2023-10-02T23:15:37.605Z | Downloaded blake2 v0.10.6 |
1123 | 2023-10-02T23:15:37.610Z | Downloaded bit_field v0.10.2 |
1124 | 2023-10-02T23:15:37.615Z | Downloaded quick-error v1.2.3 |
1125 | 2023-10-02T23:15:37.619Z | Downloaded num_enum_derive v0.7.0 |
1126 | 2023-10-02T23:15:37.628Z | Downloaded aho-corasick v1.0.4 |
1127 | 2023-10-02T23:15:37.631Z | Downloaded nibble_vec v0.1.0 |
1128 | 2023-10-02T23:15:37.634Z | Downloaded managed v0.8.0 |
1129 | 2023-10-02T23:15:37.637Z | Downloaded cipher v0.4.4 |
1130 | 2023-10-02T23:15:37.640Z | Downloaded cfg-if v0.1.10 |
1131 | 2023-10-02T23:15:37.644Z | Downloaded cbc v0.1.2 |
1132 | 2023-10-02T23:15:37.647Z | Downloaded blowfish v0.9.1 |
1133 | 2023-10-02T23:15:37.654Z | Downloaded libefi-sys v0.1.0 |
1134 | 2023-10-02T23:15:37.657Z | Downloaded memoffset v0.7.1 |
1135 | 2023-10-02T23:15:37.660Z | Downloaded match_cfg v0.1.0 |
1136 | 2023-10-02T23:15:37.663Z | Downloaded bitstruct_derive v0.1.0 |
1137 | 2023-10-02T23:15:37.667Z | Compiling proc-macro2 v1.0.67 |
1138 | 2023-10-02T23:15:37.670Z | Compiling unicode-ident v1.0.12 |
1139 | 2023-10-02T23:15:37.673Z | Compiling libc v0.2.148 |
1140 | 2023-10-02T23:15:37.676Z | Compiling serde v1.0.188 |
1141 | 2023-10-02T23:15:37.679Z | Compiling version_check v0.9.4 |
1142 | 2023-10-02T23:15:37.683Z | Compiling autocfg v1.1.0 |
1143 | 2023-10-02T23:15:37.686Z | Compiling cfg-if v1.0.0 |
1144 | 2023-10-02T23:15:37.689Z | Compiling syn v1.0.109 |
1145 | 2023-10-02T23:15:37.692Z | Compiling once_cell v1.18.0 |
1146 | 2023-10-02T23:15:37.695Z | Compiling typenum v1.16.0 |
1147 | 2023-10-02T23:15:37.953Z | Compiling thiserror v1.0.48 |
1148 | 2023-10-02T23:15:38.056Z | Compiling generic-array v0.14.7 |
1149 | 2023-10-02T23:15:38.068Z | Compiling lock_api v0.4.10 |
1150 | 2023-10-02T23:15:39.080Z | Compiling parking_lot_core v0.9.8 |
1151 | 2023-10-02T23:15:39.176Z | Compiling libm v0.2.7 |
1152 | 2023-10-02T23:15:39.204Z | Compiling num-traits v0.2.16 |
1153 | 2023-10-02T23:15:39.263Z | Compiling itoa v1.0.9 |
1154 | 2023-10-02T23:15:39.444Z | Compiling ahash v0.8.3 |
1155 | 2023-10-02T23:15:39.654Z | Compiling memchr v2.6.3 |
1156 | 2023-10-02T23:15:39.753Z | Compiling futures-core v0.3.28 |
1157 | 2023-10-02T23:15:39.770Z | Compiling serde_json v1.0.107 |
1158 | 2023-10-02T23:15:40.114Z | Compiling log v0.4.20 |
1159 | 2023-10-02T23:15:40.303Z | Compiling slab v0.4.9 |
1160 | 2023-10-02T23:15:40.324Z | Compiling futures-channel v0.3.28 |
1161 | 2023-10-02T23:15:40.722Z | Compiling quote v1.0.33 |
1162 | 2023-10-02T23:15:40.755Z | Compiling futures-task v0.3.28 |
1163 | 2023-10-02T23:15:41.068Z | Compiling futures-util v0.3.28 |
1164 | 2023-10-02T23:15:41.226Z | Compiling pkg-config v0.3.27 |
1165 | 2023-10-02T23:15:41.505Z | Compiling syn v2.0.32 |
1166 | 2023-10-02T23:15:41.862Z | Compiling getrandom v0.2.10 |
1167 | 2023-10-02T23:15:41.900Z | Compiling jobserver v0.1.26 |
1168 | 2023-10-02T23:15:41.973Z | Compiling allocator-api2 v0.2.16 |
1169 | 2023-10-02T23:15:42.092Z | Compiling ryu v1.0.15 |
1170 | 2023-10-02T23:15:42.451Z | Compiling cc v1.0.83 |
1171 | 2023-10-02T23:15:42.664Z | Compiling rand_core v0.6.4 |
1172 | 2023-10-02T23:15:42.984Z | Compiling equivalent v1.0.1 |
1173 | 2023-10-02T23:15:43.010Z | Compiling vcpkg v0.2.15 |
1174 | 2023-10-02T23:15:43.140Z | Compiling hashbrown v0.14.0 |
1175 | 2023-10-02T23:15:43.268Z | Compiling schemars v0.8.13 |
1176 | 2023-10-02T23:15:43.337Z | Compiling scopeguard v1.2.0 |
1177 | 2023-10-02T23:15:45.166Z | Compiling smallvec v1.11.0 |
1178 | 2023-10-02T23:15:45.314Z | Compiling byteorder v1.4.3 |
1179 | 2023-10-02T23:15:45.850Z | Compiling fnv v1.0.7 |
1180 | 2023-10-02T23:15:45.996Z | Compiling httparse v1.8.0 |
1181 | 2023-10-02T23:15:46.040Z | Compiling pin-project-lite v0.2.13 |
1182 | 2023-10-02T23:15:46.105Z | Compiling iana-time-zone v0.1.57 |
1183 | 2023-10-02T23:15:46.655Z | Compiling heck v0.4.1 |
1184 | 2023-10-02T23:15:46.667Z | Compiling subtle v2.5.0 |
1185 | 2023-10-02T23:15:46.828Z | Compiling parking_lot v0.12.1 |
1186 | 2023-10-02T23:15:47.092Z | Compiling semver v1.0.18 |
1187 | 2023-10-02T23:15:47.182Z | Compiling ring v0.16.20 |
1188 | 2023-10-02T23:15:47.307Z | Compiling mio v0.8.8 |
1189 | 2023-10-02T23:15:47.373Z | Compiling socket2 v0.5.3 |
1190 | 2023-10-02T23:15:47.809Z | Compiling signal-hook-registry v1.4.1 |
1191 | 2023-10-02T23:15:48.091Z | Compiling num_cpus v1.16.0 |
1192 | 2023-10-02T23:15:48.261Z | Compiling indexmap v1.9.3 |
1193 | 2023-10-02T23:15:48.535Z | Compiling dyn-clone v1.0.13 |
1194 | 2023-10-02T23:15:48.656Z | Compiling tinyvec_macros v0.1.1 |
1195 | 2023-10-02T23:15:48.784Z | Compiling winnow v0.5.15 |
1196 | 2023-10-02T23:15:48.901Z | Compiling time-core v0.1.1 |
1197 | 2023-10-02T23:15:48.958Z | Compiling tinyvec v1.6.0 |
1198 | 2023-10-02T23:15:49.131Z | Compiling time-macros v0.2.13 |
1199 | 2023-10-02T23:15:49.283Z | Compiling spin v0.5.2 |
1200 | 2023-10-02T23:15:49.326Z | Compiling openssl-sys v0.9.93 |
1201 | 2023-10-02T23:15:49.975Z | Compiling rustls v0.21.7 |
1202 | 2023-10-02T23:15:50.346Z | Compiling unicode-bidi v0.3.13 |
1203 | 2023-10-02T23:15:50.938Z | Compiling slog v2.7.0 |
1204 | 2023-10-02T23:15:51.462Z | Compiling unicode-normalization v0.1.22 |
1205 | 2023-10-02T23:15:51.668Z | Compiling ucd-trie v0.1.6 |
1206 | 2023-10-02T23:15:52.652Z | Compiling percent-encoding v2.3.0 |
1207 | 2023-10-02T23:15:52.803Z | Compiling backtrace v0.3.69 |
1208 | 2023-10-02T23:15:53.267Z | Compiling serde_derive_internals v0.26.0 |
1209 | 2023-10-02T23:15:53.305Z | Compiling futures-sink v0.3.28 |
1210 | 2023-10-02T23:15:53.386Z | Compiling pin-utils v0.1.0 |
1211 | 2023-10-02T23:15:53.508Z | Compiling async-trait v0.1.73 |
1212 | 2023-10-02T23:15:53.574Z | Compiling form_urlencoded v1.2.0 |
1213 | 2023-10-02T23:15:53.827Z | Compiling aho-corasick v1.0.4 |
1214 | 2023-10-02T23:15:54.151Z | Compiling regex-syntax v0.7.5 |
1215 | 2023-10-02T23:15:54.277Z | Compiling openssl v0.10.57 |
1216 | 2023-10-02T23:15:54.788Z | Compiling anyhow v1.0.75 |
1217 | 2023-10-02T23:15:54.888Z | Compiling idna v0.4.0 |
1218 | 2023-10-02T23:15:56.469Z | Compiling native-tls v0.2.11 |
1219 | 2023-10-02T23:15:56.604Z | Compiling futures-io v0.3.28 |
1220 | 2023-10-02T23:15:56.901Z | Compiling const-oid v0.9.5 |
1221 | 2023-10-02T23:15:57.108Z | Compiling url v2.4.1 |
1222 | 2023-10-02T23:15:57.268Z | Compiling unicode-xid v0.2.4 |
1223 | 2023-10-02T23:15:57.503Z | Compiling cpufeatures v0.2.9 |
1224 | 2023-10-02T23:15:57.579Z | Compiling unicode-width v0.1.10 |
1225 | 2023-10-02T23:15:57.646Z | Compiling hashbrown v0.13.2 |
1226 | 2023-10-02T23:15:57.819Z | Compiling tracing-core v0.1.31 |
1227 | 2023-10-02T23:15:59.607Z | Compiling synstructure v0.12.6 |
1228 | 2023-10-02T23:16:00.031Z | Compiling crossbeam-utils v0.8.16 |
1229 | 2023-10-02T23:16:00.396Z | Compiling regex-automata v0.3.8 |
1230 | 2023-10-02T23:16:00.460Z | Compiling adler v1.0.2 |
1231 | 2023-10-02T23:16:00.709Z | Compiling miniz_oxide v0.7.1 |
1232 | 2023-10-02T23:16:00.803Z | Compiling ppv-lite86 v0.2.17 |
1233 | 2023-10-02T23:16:02.107Z | Compiling usdt-impl v0.3.5 |
1234 | 2023-10-02T23:16:02.582Z | Compiling gimli v0.28.0 |
1235 | 2023-10-02T23:16:02.724Z | Compiling rustix v0.38.9 |
1236 | 2023-10-02T23:16:03.430Z | Compiling bitflags v1.3.2 |
1237 | 2023-10-02T23:16:03.788Z | Compiling rand_chacha v0.3.1 |
1238 | 2023-10-02T23:16:03.811Z | Compiling object v0.32.1 |
1239 | 2023-10-02T23:16:05.216Z | Compiling num_threads v0.1.6 |
1240 | 2023-10-02T23:16:05.391Z | Compiling deranged v0.3.8 |
1241 | 2023-10-02T23:16:05.705Z | Compiling rustc-demangle v0.1.23 |
1242 | 2023-10-02T23:16:06.298Z | Compiling base64 v0.21.4 |
1243 | 2023-10-02T23:16:06.405Z | Compiling serde_derive v1.0.188 |
1244 | 2023-10-02T23:16:07.123Z | Compiling zeroize_derive v1.4.2 |
1245 | 2023-10-02T23:16:07.391Z | Compiling thiserror-impl v1.0.48 |
1246 | 2023-10-02T23:16:07.562Z | Compiling tokio-macros v2.1.0 |
1247 | 2023-10-02T23:16:08.529Z | Compiling futures-macro v0.3.28 |
1248 | 2023-10-02T23:16:09.542Z | Compiling tracing-attributes v0.1.26 |
1249 | 2023-10-02T23:16:10.015Z | Compiling schemars_derive v0.8.13 |
1250 | 2023-10-02T23:16:11.318Z | Compiling zeroize v1.6.0 |
1251 | 2023-10-02T23:16:12.243Z | Compiling pest v2.7.2 |
1252 | 2023-10-02T23:16:14.178Z | Compiling crypto-common v0.1.6 |
1253 | 2023-10-02T23:16:14.474Z | Compiling openssl-macros v0.1.1 |
1254 | 2023-10-02T23:16:14.958Z | Compiling block-buffer v0.10.4 |
1255 | 2023-10-02T23:16:15.323Z | Compiling digest v0.10.7 |
1256 | 2023-10-02T23:16:15.502Z | Compiling regex v1.9.5 |
1257 | 2023-10-02T23:16:15.612Z | Compiling tracing v0.1.37 |
1258 | 2023-10-02T23:16:15.891Z | Compiling zerocopy-derive v0.2.0 |
1259 | 2023-10-02T23:16:15.989Z | Compiling addr2line v0.21.0 |
1260 | 2023-10-02T23:16:16.389Z | Compiling pest_meta v2.7.2 |
1261 | 2023-10-02T23:16:17.419Z | Compiling time v0.3.27 |
1262 | 2023-10-02T23:16:17.610Z | Compiling rand v0.8.5 |
1263 | 2023-10-02T23:16:18.765Z | Compiling pest_generator v2.7.2 |
1264 | 2023-10-02T23:16:19.069Z | Compiling zerocopy v0.3.0 |
1265 | 2023-10-02T23:16:20.376Z | Compiling dof v0.1.5 |
1266 | 2023-10-02T23:16:21.897Z | Compiling lazy_static v1.4.0 |
1267 | 2023-10-02T23:16:22.064Z | Compiling thread-id v4.2.0 |
1268 | 2023-10-02T23:16:23.063Z | Compiling untrusted v0.7.1 |
1269 | 2023-10-02T23:16:23.819Z | Compiling pest_derive v2.7.2 |
1270 | 2023-10-02T23:16:24.960Z | Compiling dtrace-parser v0.1.14 |
1271 | 2023-10-02T23:16:25.490Z | Compiling socket2 v0.4.9 |
1272 | 2023-10-02T23:16:26.132Z | Compiling hashbrown v0.12.3 |
1273 | 2023-10-02T23:16:26.946Z | Compiling strsim v0.10.0 |
1274 | 2023-10-02T23:16:26.998Z | Compiling sct v0.7.0 |
1275 | 2023-10-02T23:16:27.166Z | Compiling rustls-webpki v0.101.4 |
1276 | 2023-10-02T23:16:27.470Z | Compiling try-lock v0.2.4 |
1277 | 2023-10-02T23:16:27.675Z | Compiling httpdate v1.0.3 |
1278 | 2023-10-02T23:16:28.259Z | Compiling want v0.3.1 |
1279 | 2023-10-02T23:16:28.697Z | Compiling rustls-pemfile v1.0.3 |
1280 | 2023-10-02T23:16:29.195Z | Compiling regress v0.7.1 |
1281 | 2023-10-02T23:16:29.361Z | Compiling mime v0.3.17 |
1282 | 2023-10-02T23:16:29.458Z | Compiling bytes v1.5.0 |
1283 | 2023-10-02T23:16:29.954Z | Compiling indexmap v2.0.0 |
1284 | 2023-10-02T23:16:30.337Z | Compiling chrono v0.4.31 |
1285 | 2023-10-02T23:16:30.422Z | Compiling uuid v1.4.1 |
1286 | 2023-10-02T23:16:30.615Z | Compiling toml_datetime v0.6.3 |
1287 | 2023-10-02T23:16:31.366Z | Compiling serde_spanned v0.6.3 |
1288 | 2023-10-02T23:16:31.582Z | Compiling http v0.2.9 |
1289 | 2023-10-02T23:16:31.623Z | Compiling tokio v1.32.0 |
1290 | 2023-10-02T23:16:31.943Z | Compiling toml_edit v0.19.15 |
1291 | 2023-10-02T23:16:33.020Z | Compiling bitflags v2.4.0 |
1292 | 2023-10-02T23:16:33.698Z | Compiling rustc_version v0.4.0 |
1293 | 2023-10-02T23:16:35.908Z | Compiling openapiv3 v1.0.3 |
1294 | 2023-10-02T23:16:37.171Z | Compiling serde_tokenstream v0.1.7 |
1295 | 2023-10-02T23:16:37.968Z | Compiling serde_tokenstream v0.2.0 |
1296 | 2023-10-02T23:16:38.570Z | Compiling http-body v0.4.5 |
1297 | 2023-10-02T23:16:38.775Z | Compiling foreign-types-shared v0.1.1 |
1298 | 2023-10-02T23:16:38.989Z | Compiling tower-service v0.3.2 |
1299 | 2023-10-02T23:16:39.165Z | Compiling openssl-probe v0.1.5 |
1300 | 2023-10-02T23:16:39.699Z | Compiling foreign-types v0.3.2 |
1301 | 2023-10-02T23:16:39.827Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1302 | 2023-10-02T23:16:39.986Z | Compiling usdt-attr-macro v0.3.5 |
1303 | 2023-10-02T23:16:40.245Z | Compiling usdt-macro v0.3.5 |
1304 | 2023-10-02T23:16:42.180Z | Compiling ipnet v2.8.0 |
1305 | 2023-10-02T23:16:42.211Z | Compiling errno v0.3.2 |
1306 | 2023-10-02T23:16:44.015Z | Compiling encoding_rs v0.8.33 |
1307 | 2023-10-02T23:16:44.199Z | Compiling rustls-native-certs v0.6.3 |
1308 | 2023-10-02T23:16:44.341Z | Compiling serde_urlencoded v0.7.1 |
1309 | 2023-10-02T23:16:44.623Z | Compiling getopts v0.2.21 |
1310 | 2023-10-02T23:16:44.813Z | Compiling tokio-util v0.7.8 |
1311 | 2023-10-02T23:16:45.258Z | Compiling tokio-rustls v0.24.1 |
1312 | 2023-10-02T23:16:45.820Z | Compiling num-integer v0.1.45 |
1313 | 2023-10-02T23:16:45.881Z | Compiling webpki-roots v0.25.2 |
1314 | 2023-10-02T23:16:46.123Z | Compiling unsafe-libyaml v0.2.9 |
1315 | 2023-10-02T23:16:47.203Z | Compiling h2 v0.3.21 |
1316 | 2023-10-02T23:16:47.540Z | Compiling toml v0.7.8 |
1317 | 2023-10-02T23:16:49.278Z | Compiling serde_yaml v0.9.25 |
1318 | 2023-10-02T23:16:50.468Z | Compiling hmac v0.12.1 |
1319 | 2023-10-02T23:16:51.569Z | Compiling sha2 v0.10.7 |
1320 | 2023-10-02T23:16:52.284Z | Compiling block-padding v0.3.3 |
1321 | 2023-10-02T23:16:52.635Z | Compiling crc32fast v1.3.2 |
1322 | 2023-10-02T23:16:52.998Z | Compiling inout v0.1.3 |
1323 | 2023-10-02T23:16:53.382Z | Compiling futures-executor v0.3.28 |
1324 | 2023-10-02T23:16:54.421Z | Compiling cipher v0.4.4 |
1325 | 2023-10-02T23:16:55.148Z | Compiling tokio-native-tls v0.3.1 |
1326 | 2023-10-02T23:16:55.568Z | Compiling fallible-iterator v0.2.0 |
1327 | 2023-10-02T23:16:55.684Z | Compiling futures v0.3.28 |
1328 | 2023-10-02T23:16:55.850Z | Compiling ipnetwork v0.20.0 |
1329 | 2023-10-02T23:16:55.888Z | Compiling spin v0.9.8 |
1330 | 2023-10-02T23:16:56.493Z | Compiling io-lifetimes v1.0.11 |
1331 | 2023-10-02T23:16:56.705Z | Compiling siphasher v0.3.11 |
1332 | 2023-10-02T23:16:57.307Z | Compiling usdt v0.3.5 |
1333 | 2023-10-02T23:16:57.641Z | Compiling enum-as-inner v0.5.1 |
1334 | 2023-10-02T23:16:58.788Z | Compiling hyper v0.14.27 |
1335 | 2023-10-02T23:16:59.134Z | Compiling md-5 v0.10.5 |
1336 | 2023-10-02T23:16:59.210Z | Compiling stringprep v0.1.3 |
1337 | 2023-10-02T23:16:59.238Z | Compiling num-bigint v0.4.4 |
1338 | 2023-10-02T23:16:59.470Z | Compiling rustix v0.37.23 |
1339 | 2023-10-02T23:17:00.297Z | Compiling postgres-protocol v0.6.6 |
1340 | 2023-10-02T23:17:00.416Z | Compiling phf_shared v0.11.2 |
1341 | 2023-10-02T23:17:00.464Z | Compiling hex v0.4.3 |
1342 | 2023-10-02T23:17:00.921Z | Compiling zerocopy-derive v0.6.3 |
1343 | 2023-10-02T23:17:01.381Z | Compiling phf v0.11.2 |
1344 | 2023-10-02T23:17:01.866Z | Compiling postgres-types v0.2.6 |
1345 | 2023-10-02T23:17:02.371Z | Compiling whoami v1.4.1 |
1346 | 2023-10-02T23:17:02.526Z | Compiling rustversion v1.0.14 |
1347 | 2023-10-02T23:17:04.210Z | Compiling tokio-postgres v0.7.10 |
1348 | 2023-10-02T23:17:04.470Z | Compiling static_assertions v1.1.0 |
1349 | 2023-10-02T23:17:04.615Z | Compiling slog-async v2.8.0 |
1350 | 2023-10-02T23:17:05.261Z | Compiling data-encoding v2.4.0 |
1351 | 2023-10-02T23:17:07.684Z | Compiling flate2 v1.0.27 |
1352 | 2023-10-02T23:17:07.911Z | Compiling heapless v0.7.16 |
1353 | 2023-10-02T23:17:08.604Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1354 | 2023-10-02T23:17:08.877Z | Compiling memoffset v0.9.0 |
1355 | 2023-10-02T23:17:09.288Z | Compiling managed v0.8.0 |
1356 | 2023-10-02T23:17:09.305Z | Compiling either v1.9.0 |
1357 | 2023-10-02T23:17:09.637Z | Compiling radium v0.7.0 |
1358 | 2023-10-02T23:17:09.975Z | Compiling matches v0.1.10 |
1359 | 2023-10-02T23:17:09.999Z | Compiling unicode-segmentation v1.10.1 |
1360 | 2023-10-02T23:17:10.108Z | Compiling idna v0.2.3 |
1361 | 2023-10-02T23:17:10.235Z | Compiling hyper-rustls v0.24.1 |
1362 | 2023-10-02T23:17:10.651Z | Compiling hyper-tls v0.5.0 |
1363 | 2023-10-02T23:17:10.931Z | Compiling reqwest v0.11.20 |
1364 | 2023-10-02T23:17:11.303Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1365 | 2023-10-02T23:17:11.655Z | Compiling trust-dns-proto v0.22.0 |
1366 | 2023-10-02T23:17:12.002Z | Compiling crossbeam-epoch v0.9.15 |
1367 | 2023-10-02T23:17:12.588Z | Compiling num-iter v0.1.43 |
1368 | 2023-10-02T23:17:12.891Z | Compiling utf8parse v0.2.1 |
1369 | 2023-10-02T23:17:13.011Z | Compiling smoltcp v0.9.1 |
1370 | 2023-10-02T23:17:13.033Z | Compiling bit-vec v0.6.3 |
1371 | 2023-10-02T23:17:13.149Z | Compiling anstyle v1.0.2 |
1372 | 2023-10-02T23:17:13.734Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1373 | 2023-10-02T23:17:13.862Z | Compiling ident_case v1.0.1 |
1374 | 2023-10-02T23:17:14.022Z | Compiling anstyle-parse v0.2.1 |
1375 | 2023-10-02T23:17:14.175Z | Compiling darling_core v0.20.3 |
1376 | 2023-10-02T23:17:15.985Z | Compiling zerocopy v0.6.3 |
1377 | 2023-10-02T23:17:17.311Z | Compiling signature v2.1.0 |
1378 | 2023-10-02T23:17:17.412Z | Compiling hubpack_derive v0.1.1 |
1379 | 2023-10-02T23:17:17.642Z | Compiling clap_derive v4.4.2 |
1380 | 2023-10-02T23:17:18.798Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1381 | 2023-10-02T23:17:19.042Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1382 | 2023-10-02T23:17:20.208Z | Compiling anstyle-query v1.0.0 |
1383 | 2023-10-02T23:17:20.391Z | Compiling colorchoice v1.0.0 |
1384 | 2023-10-02T23:17:20.642Z | Compiling camino v1.1.6 |
1385 | 2023-10-02T23:17:21.539Z | Compiling anstream v0.5.0 |
1386 | 2023-10-02T23:17:21.964Z | Compiling yasna v0.5.2 |
1387 | 2023-10-02T23:17:22.687Z | Compiling terminal_size v0.2.6 |
1388 | 2023-10-02T23:17:22.975Z | Compiling diesel_table_macro_syntax v0.1.0 |
1389 | 2023-10-02T23:17:23.303Z | Compiling darling_macro v0.20.3 |
1390 | 2023-10-02T23:17:23.559Z | Compiling hash32 v0.2.1 |
1391 | 2023-10-02T23:17:24.226Z | Compiling stable_deref_trait v1.2.0 |
1392 | 2023-10-02T23:17:24.369Z | Compiling tap v1.0.1 |
1393 | 2023-10-02T23:17:24.647Z | Compiling clap_lex v0.5.1 |
1394 | 2023-10-02T23:17:24.781Z | Compiling darling v0.20.3 |
1395 | 2023-10-02T23:17:24.940Z | Compiling wyz v0.5.1 |
1396 | 2023-10-02T23:17:25.225Z | Compiling clap_builder v4.4.2 |
1397 | 2023-10-02T23:17:25.530Z | Compiling diesel_derives v2.1.1 |
1398 | 2023-10-02T23:17:26.293Z | Compiling itertools v0.10.5 |
1399 | 2023-10-02T23:17:26.553Z | Compiling tokio-stream v0.1.14 |
1400 | 2023-10-02T23:17:27.526Z | Compiling serde_repr v0.1.16 |
1401 | 2023-10-02T23:17:28.123Z | Compiling scheduled-thread-pool v0.2.7 |
1402 | 2023-10-02T23:17:29.131Z | Compiling multer v2.1.0 |
1403 | 2023-10-02T23:17:29.292Z | Compiling regex-automata v0.1.10 |
1404 | 2023-10-02T23:17:30.080Z | Compiling funty v2.0.0 |
1405 | 2023-10-02T23:17:31.488Z | Compiling clap v4.4.3 |
1406 | 2023-10-02T23:17:31.655Z | Compiling bstr v0.2.17 |
1407 | 2023-10-02T23:17:32.035Z | Compiling bitvec v1.0.1 |
1408 | 2023-10-02T23:17:32.530Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1409 | 2023-10-02T23:17:33.441Z | Compiling r2d2 v0.8.10 |
1410 | 2023-10-02T23:17:35.423Z | Compiling serde_with_macros v2.3.3 |
1411 | 2023-10-02T23:17:36.407Z | Compiling hubpack v0.1.2 |
1412 | 2023-10-02T23:17:37.832Z | Compiling phf_shared v0.10.0 |
1413 | 2023-10-02T23:17:38.003Z | Compiling async-stream-impl v0.3.5 |
1414 | 2023-10-02T23:17:38.466Z | Compiling float-cmp v0.9.0 |
1415 | 2023-10-02T23:17:38.820Z | Compiling paste v1.0.14 |
1416 | 2023-10-02T23:17:39.004Z | Compiling difflib v0.4.0 |
1417 | 2023-10-02T23:17:39.371Z | Compiling smawk v0.3.1 |
1418 | 2023-10-02T23:17:39.463Z | Compiling fixedbitset v0.4.2 |
1419 | 2023-10-02T23:17:39.625Z | Compiling predicates-core v1.0.6 |
1420 | 2023-10-02T23:17:39.686Z | Compiling normalize-line-endings v0.3.0 |
1421 | 2023-10-02T23:17:39.862Z | Compiling unicode-linebreak v0.1.5 |
1422 | 2023-10-02T23:17:40.060Z | Compiling precomputed-hash v0.1.1 |
1423 | 2023-10-02T23:17:40.199Z | Compiling new_debug_unreachable v1.0.4 |
1424 | 2023-10-02T23:17:40.240Z | Compiling predicates v3.0.3 |
1425 | 2023-10-02T23:17:40.324Z | Compiling string_cache v0.8.7 |
1426 | 2023-10-02T23:17:40.723Z | Compiling textwrap v0.16.0 |
1427 | 2023-10-02T23:17:41.093Z | Compiling petgraph v0.6.4 |
1428 | 2023-10-02T23:17:41.904Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1429 | 2023-10-02T23:17:42.205Z | Compiling similar v2.2.1 |
1430 | 2023-10-02T23:17:42.916Z | Compiling bit-set v0.5.3 |
1431 | 2023-10-02T23:17:42.985Z | Compiling console v0.15.7 |
1432 | 2023-10-02T23:17:43.111Z | Compiling bstr v1.6.0 |
1433 | 2023-10-02T23:17:45.733Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1434 | 2023-10-02T23:17:45.834Z | Compiling lalrpop-util v0.19.12 |
1435 | 2023-10-02T23:17:46.999Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1436 | 2023-10-02T23:17:47.995Z | Compiling structmeta-derive v0.1.6 |
1437 | 2023-10-02T23:17:49.683Z | Compiling diesel v2.1.1 |
1438 | 2023-10-02T23:17:50.511Z | Compiling regex-syntax v0.6.29 |
1439 | 2023-10-02T23:17:50.840Z | Compiling strum_macros v0.25.2 |
1440 | 2023-10-02T23:17:52.121Z | Compiling proc-macro-crate v1.3.1 |
1441 | 2023-10-02T23:17:52.431Z | Compiling structmeta v0.1.6 |
1442 | 2023-10-02T23:18:00.135Z | Compiling parse-display-derive v0.7.0 |
1443 | 2023-10-02T23:18:04.648Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1444 | 2023-10-02T23:18:05.970Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1445 | 2023-10-02T23:18:07.548Z | Compiling num_enum_derive v0.5.11 |
1446 | 2023-10-02T23:18:36.059Z | Compiling atty v0.2.14 |
1447 | 2023-10-02T23:18:44.752Z | Compiling match_cfg v0.1.0 |
1448 | 2023-10-02T23:18:44.886Z | Compiling hostname v0.3.1 |
1449 | 2023-10-02T23:18:47.888Z | Compiling dirs-sys-next v0.1.2 |
1450 | 2023-10-02T23:18:48.471Z | Compiling dirs-next v2.0.0 |
1451 | 2023-10-02T23:18:49.314Z | Compiling thread_local v1.1.7 |
1452 | 2023-10-02T23:18:50.906Z | Compiling term v0.7.0 |
1453 | 2023-10-02T23:18:51.266Z | Compiling crossbeam-channel v0.5.8 |
1454 | 2023-10-02T23:18:52.805Z | Compiling sha1 v0.10.5 |
1455 | 2023-10-02T23:18:53.526Z | Compiling take_mut v0.2.2 |
1456 | 2023-10-02T23:18:53.628Z | Compiling slog-term v2.9.0 |
1457 | 2023-10-02T23:18:56.172Z | Compiling slog-json v2.6.1 |
1458 | 2023-10-02T23:18:56.567Z | Compiling instant v0.1.12 |
1459 | 2023-10-02T23:18:57.595Z | Compiling slog-bunyan v2.4.0 |
1460 | 2023-10-02T23:18:58.994Z | Compiling proc-macro-error-attr v1.0.4 |
1461 | 2023-10-02T23:18:59.512Z | Compiling atomic-waker v1.1.1 |
1462 | 2023-10-02T23:18:59.926Z | Compiling waitgroup v0.1.2 |
1463 | 2023-10-02T23:19:00.227Z | Compiling async-stream v0.3.5 |
1464 | 2023-10-02T23:19:00.231Z | Compiling serde_with v2.3.3 |
1465 | 2023-10-02T23:19:02.612Z | Compiling serde_path_to_error v0.1.14 |
1466 | 2023-10-02T23:19:02.617Z | Compiling proc-macro-error v1.0.4 |
1467 | 2023-10-02T23:19:02.620Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1468 | 2023-10-02T23:19:02.913Z | Compiling debug-ignore v1.0.5 |
1469 | 2023-10-02T23:19:05.645Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1470 | 2023-10-02T23:19:06.294Z | Compiling fastrand v2.0.0 |
1471 | 2023-10-02T23:19:07.595Z | Compiling tempfile v3.8.0 |
1472 | 2023-10-02T23:19:10.043Z | Compiling backoff v0.4.0 |
1473 | 2023-10-02T23:19:10.197Z | Compiling parse-display v0.7.0 |
1474 | 2023-10-02T23:19:10.500Z | Compiling strum v0.25.0 |
1475 | 2023-10-02T23:19:11.501Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1476 | 2023-10-02T23:19:11.722Z | Compiling macaddr v1.0.1 |
1477 | 2023-10-02T23:19:12.348Z | Compiling foreign-types-macros v0.2.3 |
1478 | 2023-10-02T23:19:12.432Z | Compiling libz-sys v1.1.12 |
1479 | 2023-10-02T23:19:16.736Z | Compiling slog-dtrace v0.2.3 |
1480 | 2023-10-02T23:19:16.836Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1481 | 2023-10-02T23:19:17.553Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1482 | 2023-10-02T23:19:22.282Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1483 | 2023-10-02T23:19:22.362Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1484 | 2023-10-02T23:19:22.965Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1485 | 2023-10-02T23:19:23.589Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1486 | 2023-10-02T23:19:23.615Z | Compiling base64ct v1.6.0 |
1487 | 2023-10-02T23:19:23.816Z | Compiling platforms v3.0.2 |
1488 | 2023-10-02T23:19:24.776Z | Compiling libsqlite3-sys v0.26.0 |
1489 | 2023-10-02T23:19:24.806Z | Compiling memoffset v0.7.1 |
1490 | 2023-10-02T23:19:24.822Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1491 | 2023-10-02T23:19:24.951Z | Compiling vergen v8.2.4 |
1492 | 2023-10-02T23:19:25.067Z | Compiling num_enum v0.5.11 |
1493 | 2023-10-02T23:19:25.100Z | Compiling heck v0.3.3 |
1494 | 2023-10-02T23:19:25.166Z | Compiling libefi-sys v0.1.0 |
1495 | 2023-10-02T23:19:25.385Z | Compiling zone_cfg_derive v0.2.0 |
1496 | 2023-10-02T23:19:25.697Z | Compiling curve25519-dalek-derive v0.1.0 |
1497 | 2023-10-02T23:19:25.742Z | Compiling cfg-if v0.1.10 |
1498 | 2023-10-02T23:19:25.819Z | Compiling structopt-derive v0.4.18 |
1499 | 2023-10-02T23:19:25.834Z | Compiling curve25519-dalek v4.1.0 |
1500 | 2023-10-02T23:19:25.864Z | Compiling same-file v1.0.6 |
1501 | 2023-10-02T23:19:25.888Z | Compiling password-hash v0.5.0 |
1502 | 2023-10-02T23:19:26.152Z | Compiling walkdir v2.4.0 |
1503 | 2023-10-02T23:19:26.457Z | Compiling toml v0.5.11 |
1504 | 2023-10-02T23:19:27.211Z | Compiling semver-parser v0.10.2 |
1505 | 2023-10-02T23:19:27.577Z | Compiling blake2 v0.10.6 |
1506 | 2023-10-02T23:19:27.697Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1507 | 2023-10-02T23:19:28.041Z | Compiling getrandom v0.1.16 |
1508 | 2023-10-02T23:19:28.379Z | Compiling argon2 v0.5.2 |
1509 | 2023-10-02T23:19:28.654Z | Compiling semver v0.11.0 |
1510 | 2023-10-02T23:19:29.239Z | Compiling num_enum_derive v0.7.0 |
1511 | 2023-10-02T23:19:30.399Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1512 | 2023-10-02T23:19:30.565Z | Compiling filetime v0.2.22 |
1513 | 2023-10-02T23:19:31.781Z | Compiling xattr v1.0.1 |
1514 | 2023-10-02T23:19:31.803Z | Compiling home v0.5.5 |
1515 | 2023-10-02T23:19:31.857Z | Compiling toolchain_find v0.2.0 |
1516 | 2023-10-02T23:19:31.883Z | Compiling tar v0.4.40 |
1517 | 2023-10-02T23:19:32.026Z | Compiling num-rational v0.4.1 |
1518 | 2023-10-02T23:19:32.181Z | Compiling unicase v2.7.0 |
1519 | 2023-10-02T23:19:32.475Z | Compiling parking_lot_core v0.8.6 |
1520 | 2023-10-02T23:19:34.228Z | Compiling omicron-zone-package v0.8.3 |
1521 | 2023-10-02T23:19:34.258Z | Compiling rustfmt-wrapper v0.2.0 |
1522 | 2023-10-02T23:19:34.344Z | Compiling universal-hash v0.5.1 |
1523 | 2023-10-02T23:19:34.371Z | Compiling opaque-debug v0.3.0 |
1524 | 2023-10-02T23:19:34.392Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1525 | 2023-10-02T23:19:34.420Z | Compiling postcard-cobs v0.1.5-pre |
1526 | 2023-10-02T23:19:34.849Z | Compiling erased-serde v0.3.30 |
1527 | 2023-10-02T23:19:34.867Z | Compiling winapi v0.3.9 |
1528 | 2023-10-02T23:19:35.389Z | Compiling base64 v0.13.1 |
1529 | 2023-10-02T23:19:35.399Z | Compiling postcard v0.7.3 |
1530 | 2023-10-02T23:19:35.417Z | Compiling smoltcp v0.8.2 |
1531 | 2023-10-02T23:19:35.449Z | Compiling bitstruct_derive v0.1.0 |
1532 | 2023-10-02T23:19:35.879Z | Compiling thiserror-impl-no-std v2.0.2 |
1533 | 2023-10-02T23:19:35.888Z | Compiling async-recursion v1.0.5 |
1534 | 2023-10-02T23:19:35.916Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1535 | 2023-10-02T23:19:36.143Z | Compiling foreign-types-shared v0.3.1 |
1536 | 2023-10-02T23:19:36.796Z | Compiling foreign-types v0.5.0 |
1537 | 2023-10-02T23:19:36.960Z | Compiling mime_guess v2.0.4 |
1538 | 2023-10-02T23:19:37.578Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1539 | 2023-10-02T23:19:37.846Z | Compiling is-terminal v0.4.9 |
1540 | 2023-10-02T23:19:37.871Z | Compiling aead v0.5.2 |
1541 | 2023-10-02T23:19:38.042Z | Compiling cstr-argument v0.1.2 |
1542 | 2023-10-02T23:19:39.110Z | Compiling pretty-hex v0.2.1 |
1543 | 2023-10-02T23:19:39.118Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1544 | 2023-10-02T23:19:39.131Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1545 | 2023-10-02T23:19:39.688Z | Compiling colored v2.0.4 |
1546 | 2023-10-02T23:19:39.693Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1547 | 2023-10-02T23:19:39.916Z | Compiling polyval v0.6.1 |
1548 | 2023-10-02T23:19:40.132Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1549 | 2023-10-02T23:19:40.579Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1550 | 2023-10-02T23:19:41.003Z | Compiling ctr v0.9.2 |
1551 | 2023-10-02T23:19:41.041Z | Compiling aes v0.8.3 |
1552 | 2023-10-02T23:19:41.279Z | Compiling hkdf v0.12.3 |
1553 | 2023-10-02T23:19:41.655Z | Compiling enum-iterator-derive v1.2.1 |
1554 | 2023-10-02T23:19:42.402Z | Compiling textwrap v0.11.0 |
1555 | 2023-10-02T23:19:43.641Z | Compiling const_format_proc_macros v0.2.31 |
1556 | 2023-10-02T23:19:44.231Z | Compiling strsim v0.8.0 |
1557 | 2023-10-02T23:19:44.796Z | Compiling linked-hash-map v0.5.6 |
1558 | 2023-10-02T23:19:44.918Z | Compiling ansi_term v0.12.1 |
1559 | 2023-10-02T23:19:45.368Z | Compiling vec_map v0.8.2 |
1560 | 2023-10-02T23:19:45.592Z | Compiling quick-error v1.2.3 |
1561 | 2023-10-02T23:19:45.808Z | Compiling clap v2.34.0 |
1562 | 2023-10-02T23:19:45.833Z | Compiling resolv-conf v0.7.0 |
1563 | 2023-10-02T23:19:46.678Z | Compiling lru-cache v0.1.2 |
1564 | 2023-10-02T23:19:46.715Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1565 | 2023-10-02T23:19:47.666Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1566 | 2023-10-02T23:19:47.854Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1567 | 2023-10-02T23:19:54.405Z | Compiling hashlink v0.8.3 |
1568 | 2023-10-02T23:19:55.040Z | Compiling rand v0.4.6 |
1569 | 2023-10-02T23:19:55.471Z | Compiling fallible-streaming-iterator v0.1.9 |
1570 | 2023-10-02T23:19:56.952Z | Compiling cancel-safe-futures v0.1.2 |
1571 | 2023-10-02T23:19:58.388Z | Compiling utf-8 v0.7.6 |
1572 | 2023-10-02T23:19:58.681Z | Compiling convert_case v0.4.0 |
1573 | 2023-10-02T23:19:58.915Z | Compiling keccak v0.1.4 |
1574 | 2023-10-02T23:19:59.993Z | Compiling derive_more v0.99.17 |
1575 | 2023-10-02T23:20:00.366Z | Compiling sha3 v0.10.8 |
1576 | 2023-10-02T23:20:01.748Z | Compiling twox-hash v1.6.3 |
1577 | 2023-10-02T23:20:02.876Z | Compiling rusqlite v0.29.0 |
1578 | 2023-10-02T23:20:03.212Z | Compiling structopt v0.3.26 |
1579 | 2023-10-02T23:20:03.450Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1580 | 2023-10-02T23:20:07.681Z | Compiling nix v0.26.2 |
1581 | 2023-10-02T23:20:08.165Z | Compiling trust-dns-resolver v0.22.0 |
1582 | 2023-10-02T23:20:11.587Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1583 | 2023-10-02T23:20:11.614Z | Compiling zone v0.2.0 |
1584 | 2023-10-02T23:20:13.187Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1585 | 2023-10-02T23:20:14.334Z | Compiling smf v0.2.2 |
1586 | 2023-10-02T23:20:14.918Z | Compiling secrecy v0.8.0 |
1587 | 2023-10-02T23:20:17.634Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1588 | 2023-10-02T23:20:18.051Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1589 | 2023-10-02T23:20:18.389Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1590 | 2023-10-02T23:20:18.756Z | Compiling num_enum v0.7.0 |
1591 | 2023-10-02T23:20:22.307Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1592 | 2023-10-02T23:20:23.884Z | Compiling bincode v1.3.3 |
1593 | 2023-10-02T23:20:24.339Z | Compiling sha-1 v0.10.1 |
1594 | 2023-10-02T23:20:24.751Z | Compiling ff v0.13.0 |
1595 | 2023-10-02T23:20:25.072Z | Compiling nibble_vec v0.1.0 |
1596 | 2023-10-02T23:20:26.502Z | Compiling endian-type v0.1.2 |
1597 | 2023-10-02T23:20:26.580Z | Compiling humantime v2.1.0 |
1598 | 2023-10-02T23:20:26.624Z | Compiling termcolor v1.2.0 |
1599 | 2023-10-02T23:20:26.643Z | Compiling arc-swap v1.6.0 |
1600 | 2023-10-02T23:20:26.659Z | Compiling radix_trie v0.2.1 |
1601 | 2023-10-02T23:20:26.672Z | Compiling group v0.13.0 |
1602 | 2023-10-02T23:20:26.684Z | Compiling slog-scope v4.4.0 |
1603 | 2023-10-02T23:20:26.689Z | Compiling env_logger v0.9.3 |
1604 | 2023-10-02T23:20:26.716Z | Compiling tungstenite v0.17.3 |
1605 | 2023-10-02T23:20:27.087Z | Compiling rand_core v0.5.1 |
1606 | 2023-10-02T23:20:27.744Z | Compiling aes-gcm-siv v0.11.1 |
1607 | 2023-10-02T23:20:27.822Z | Compiling poly1305 v0.8.0 |
1608 | 2023-10-02T23:20:29.253Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1609 | 2023-10-02T23:20:30.168Z | Compiling itertools v0.11.0 |
1610 | 2023-10-02T23:20:31.035Z | Compiling chacha20 v0.9.1 |
1611 | 2023-10-02T23:20:31.637Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1612 | 2023-10-02T23:20:31.880Z | Compiling crypto-bigint v0.5.2 |
1613 | 2023-10-02T23:20:32.193Z | Compiling num-complex v0.4.4 |
1614 | 2023-10-02T23:20:33.371Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1615 | 2023-10-02T23:20:33.568Z | Compiling ringbuffer v0.14.2 |
1616 | 2023-10-02T23:20:33.682Z | Compiling option-ext v0.2.0 |
1617 | 2023-10-02T23:20:34.029Z | Compiling half v1.8.2 |
1618 | 2023-10-02T23:20:34.486Z | Compiling ciborium-io v0.2.1 |
1619 | 2023-10-02T23:20:34.569Z | Compiling ascii v1.1.0 |
1620 | 2023-10-02T23:20:34.778Z | Compiling base16ct v0.2.0 |
1621 | 2023-10-02T23:20:35.158Z | Compiling elliptic-curve v0.13.5 |
1622 | 2023-10-02T23:20:35.232Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1623 | 2023-10-02T23:20:35.522Z | Compiling ciborium-ll v0.2.1 |
1624 | 2023-10-02T23:20:36.152Z | Compiling dirs-sys v0.4.1 |
1625 | 2023-10-02T23:20:36.231Z | Compiling num v0.4.1 |
1626 | 2023-10-02T23:20:36.367Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1627 | 2023-10-02T23:20:36.760Z | Compiling parking_lot v0.11.2 |
1628 | 2023-10-02T23:20:37.204Z | Compiling tokio-tungstenite v0.17.2 |
1629 | 2023-10-02T23:20:37.301Z | Compiling rand_chacha v0.2.2 |
1630 | 2023-10-02T23:20:37.824Z | Compiling slog-stdlog v4.1.1 |
1631 | 2023-10-02T23:20:37.987Z | Compiling trust-dns-client v0.22.0 |
1632 | 2023-10-02T23:20:38.400Z | Compiling thiserror-no-std v2.0.2 |
1633 | 2023-10-02T23:20:38.427Z | Compiling bitstruct v0.1.1 |
1634 | 2023-10-02T23:20:39.803Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1635 | 2023-10-02T23:20:40.061Z | Compiling password-hash v0.4.2 |
1636 | 2023-10-02T23:20:41.113Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1637 | 2023-10-02T23:20:41.624Z | Compiling ed25519 v2.2.2 |
1638 | 2023-10-02T23:20:41.703Z | Compiling blowfish v0.9.1 |
1639 | 2023-10-02T23:20:42.554Z | Compiling serde_arrays v0.1.0 |
1640 | 2023-10-02T23:20:42.570Z | Compiling pbkdf2 v0.12.2 |
1641 | 2023-10-02T23:20:42.585Z | Compiling fxhash v0.2.1 |
1642 | 2023-10-02T23:20:43.630Z | Compiling sled v0.34.7 |
1643 | 2023-10-02T23:20:43.635Z | Compiling bcrypt-pbkdf v0.10.0 |
1644 | 2023-10-02T23:20:44.315Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1645 | 2023-10-02T23:20:44.375Z | Compiling ed25519-dalek v2.0.0 |
1646 | 2023-10-02T23:20:44.557Z | Compiling pbkdf2 v0.11.0 |
1647 | 2023-10-02T23:20:44.951Z | Compiling trust-dns-server v0.22.1 |
1648 | 2023-10-02T23:20:45.272Z | Compiling russh-cryptovec v0.7.0 |
1649 | 2023-10-02T23:20:45.754Z | Compiling vsss-rs v3.3.1 |
1650 | 2023-10-02T23:20:45.898Z | Compiling slog-envlogger v2.2.0 |
1651 | 2023-10-02T23:20:46.439Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1652 | 2023-10-02T23:20:46.461Z | Compiling rand v0.7.3 |
1653 | 2023-10-02T23:20:47.156Z | Compiling dirs v5.0.1 |
1654 | 2023-10-02T23:20:47.453Z | Compiling ciborium v0.2.1 |
1655 | 2023-10-02T23:20:49.570Z | Compiling chacha20poly1305 v0.10.1 |
1656 | 2023-10-02T23:20:49.753Z | Compiling tungstenite v0.18.0 |
1657 | 2023-10-02T23:20:49.864Z | Compiling const_format v0.2.31 |
1658 | 2023-10-02T23:20:50.017Z | Compiling enum-iterator v1.4.1 |
1659 | 2023-10-02T23:20:50.912Z | Compiling ghash v0.5.0 |
1660 | 2023-10-02T23:20:53.222Z | Compiling ron v0.7.1 |
1661 | 2023-10-02T23:20:53.253Z | Compiling pem v1.1.1 |
1662 | 2023-10-02T23:20:56.015Z | Compiling cbc v0.1.2 |
1663 | 2023-10-02T23:20:56.104Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1664 | 2023-10-02T23:20:56.247Z | Compiling headers-core v0.2.0 |
1665 | 2023-10-02T23:20:56.621Z | Compiling md5 v0.7.0 |
1666 | 2023-10-02T23:20:57.137Z | Compiling pretty-hex v0.3.0 |
1667 | 2023-10-02T23:20:57.162Z | Compiling http-range v0.1.5 |
1668 | 2023-10-02T23:20:57.243Z | Compiling bit_field v0.10.2 |
1669 | 2023-10-02T23:20:57.460Z | Compiling hyper-staticfile v0.9.5 |
1670 | 2023-10-02T23:20:57.660Z | Compiling russh-keys v0.38.0 |
1671 | 2023-10-02T23:20:57.681Z | Compiling headers v0.3.9 |
1672 | 2023-10-02T23:21:02.452Z | Compiling rcgen v0.10.0 |
1673 | 2023-10-02T23:21:02.560Z | Compiling tokio-tungstenite v0.18.0 |
1674 | 2023-10-02T23:21:03.390Z | Compiling aes-gcm v0.10.2 |
1675 | 2023-10-02T23:21:09.275Z | Compiling camino-tempfile v1.0.2 |
1676 | 2023-10-02T23:21:09.980Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1677 | 2023-10-02T23:21:10.673Z | Compiling subprocess v0.2.9 |
1678 | 2023-10-02T23:21:10.896Z | Compiling glob v0.3.1 |
1679 | 2023-10-02T23:21:10.994Z | Compiling hex-literal v0.4.1 |
1680 | 2023-10-02T23:21:12.570Z | Compiling russh v0.38.0 |
1681 | 2023-10-02T23:21:19.037Z | Compiling bzip2 v0.4.4 |
1682 | 2023-10-02T23:21:19.633Z | Compiling zip v0.6.6 |
1683 | 2023-10-02T23:21:21.931Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1684 | 2023-10-02T23:21:22.491Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1685 | 2023-10-02T23:21:22.525Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1686 | 2023-10-02T23:21:22.588Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1687 | 2023-10-02T23:21:22.669Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1688 | 2023-10-02T23:21:22.875Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1689 | 2023-10-02T23:21:23.013Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1690 | 2023-10-02T23:21:23.515Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1691 | 2023-10-02T23:21:23.777Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1692 | 2023-10-02T23:21:25.796Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1693 | 2023-10-02T23:21:33.272Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
1694 | 2023-10-02T23:21:40.566Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1695 | 2023-10-02T23:21:45.333Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1696 | 2023-10-02T23:21:47.140Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1697 | 2023-10-02T23:22:00.423Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1698 | 2023-10-02T23:22:00.796Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1699 | 2023-10-02T23:22:07.952Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1700 | 2023-10-02T23:22:11.860Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1701 | 2023-10-02T23:22:12.735Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1702 | 2023-10-02T23:22:13.671Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1703 | 2023-10-02T23:22:23.048Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1704 | 2023-10-02T23:22:49.656Z | Compiling git2 v0.17.2 |
1705 | 2023-10-02T23:22:56.116Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1706 | 2023-10-02T23:22:58.033Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1707 | 2023-10-02T23:23:10.382Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1708 | 2023-10-02T23:23:26.154Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1709 | 2023-10-02T23:23:28.410Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1710 | 2023-10-02T23:24:04.560Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1711 | 2023-10-02T23:25:32.778Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 26s |
1712 | 2023-10-02T23:25:33.194Z | |
1713 | 2023-10-02T23:25:33.200Z | real 10:27.248906159 |
1714 | 2023-10-02T23:25:33.870Z | user 57:36.189596465 |
1715 | 2023-10-02T23:25:33.874Z | sys 9:15.255647256 |
1716 | 2023-10-02T23:25:33.877Z | trap 2.208964938 |
1717 | 2023-10-02T23:25:33.880Z | tflt 2.378854916 |
1718 | 2023-10-02T23:25:33.891Z | dflt 6.219111805 |
1719 | 2023-10-02T23:25:33.896Z | kflt 0.020029229 |
1720 | 2023-10-02T23:25:33.899Z | lock 1:43:45.125105184 |
1721 | 2023-10-02T23:25:33.903Z | slp 2:59:04.508803345 |
1722 | 2023-10-02T23:25:33.907Z | lat 2:22.516024572 |
1723 | 2023-10-02T23:25:33.911Z | stop 6:07.283380187 |
1724 | 2023-10-02T23:25:33.914Z | + mkdir -p /work/end-to-end-tests |
1725 | 2023-10-02T23:25:33.917Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1726 | 2023-10-02T23:25:33.922Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1727 | 2023-10-02T23:25:33.926Z | + ptime -m gzip |
1728 | 2023-10-02T23:25:33.929Z | ++ basename target/debug/bootstrap |
1729 | 2023-10-02T23:25:49.901Z | |
1730 | 2023-10-02T23:25:49.906Z | real 16.713823095 |
1731 | 2023-10-02T23:25:49.912Z | user 16.525675665 |
1732 | 2023-10-02T23:25:49.920Z | sys 0.171082703 |
1733 | 2023-10-02T23:25:49.925Z | trap 0.006405422 |
1734 | 2023-10-02T23:25:49.930Z | tflt 0.000000000 |
1735 | 2023-10-02T23:25:49.934Z | dflt 0.000000000 |
1736 | 2023-10-02T23:25:49.946Z | kflt 0.000000000 |
1737 | 2023-10-02T23:25:49.951Z | lock 0.000000000 |
1738 | 2023-10-02T23:25:49.955Z | slp 0.000000000 |
1739 | 2023-10-02T23:25:49.958Z | lat 0.010315992 |
1740 | 2023-10-02T23:25:49.961Z | stop 0.000229368 |
1741 | 2023-10-02T23:25:49.964Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1742 | 2023-10-02T23:25:49.967Z | + ptime -m gzip |
1743 | 2023-10-02T23:25:49.971Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-67d7e7d9b3f91f65 |
1744 | 2023-10-02T23:25:50.991Z | |
1745 | 2023-10-02T23:25:51.006Z | real 1.079160844 |
1746 | 2023-10-02T23:25:51.016Z | user 1.067614895 |
1747 | 2023-10-02T23:25:51.026Z | sys 0.010937135 |
1748 | 2023-10-02T23:25:51.038Z | trap 0.000109790 |
1749 | 2023-10-02T23:25:51.048Z | tflt 0.000000000 |
1750 | 2023-10-02T23:25:51.058Z | dflt 0.000000000 |
1751 | 2023-10-02T23:25:51.073Z | kflt 0.000000000 |
1752 | 2023-10-02T23:25:51.084Z | lock 0.000000000 |
1753 | 2023-10-02T23:25:51.095Z | slp 0.000000000 |
1754 | 2023-10-02T23:25:51.110Z | lat 0.000163285 |
1755 | 2023-10-02T23:25:51.522Z | stop 0.000227746 |
1756 | 2023-10-02T23:25:51.530Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1757 | 2023-10-02T23:25:51.535Z | + ptime -m gzip |
1758 | 2023-10-02T23:25:51.549Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a4c2a20f9530257a |
1759 | 2023-10-02T23:26:09.860Z | |
1760 | 2023-10-02T23:26:09.864Z | real 18.862516238 |
1761 | 2023-10-02T23:26:09.867Z | user 18.681334642 |
1762 | 2023-10-02T23:26:09.870Z | sys 0.175464512 |
1763 | 2023-10-02T23:26:09.873Z | trap 0.003914171 |
1764 | 2023-10-02T23:26:09.875Z | tflt 0.000000000 |
1765 | 2023-10-02T23:26:09.878Z | dflt 0.000000000 |
1766 | 2023-10-02T23:26:09.883Z | kflt 0.000000000 |
1767 | 2023-10-02T23:26:09.887Z | lock 0.000000000 |
1768 | 2023-10-02T23:26:09.889Z | slp 0.000016569 |
1769 | 2023-10-02T23:26:09.892Z | lat 0.001450802 |
1770 | 2023-10-02T23:26:09.895Z | stop 0.000221618 |
1771 | 2023-10-02T23:26:09.899Z | + banner caboose-util |
1772 | 2023-10-02T23:26:09.902Z | |
1773 | 2023-10-02T23:26:09.905Z | #### ## ##### #### #### #### ###### # # ##### |
1774 | 2023-10-02T23:26:09.907Z | # # # # # # # # # # # # # # # |
1775 | 2023-10-02T23:26:09.910Z | # # # ##### # # # # #### ##### ##### # # # |
1776 | 2023-10-02T23:26:09.914Z | # ###### # # # # # # # # # # # |
1777 | 2023-10-02T23:26:09.918Z | # # # # # # # # # # # # # # # # |
1778 | 2023-10-02T23:26:09.921Z | #### # # ##### #### #### #### ###### #### # |
1779 | 2023-10-02T23:26:09.933Z | |
1780 | 2023-10-02T23:26:09.935Z | + ptime -m cargo build --locked -p caboose-util --release |
1781 | 2023-10-02T23:26:10.570Z | Downloading crates ... |
1782 | 2023-10-02T23:26:10.888Z | Downloaded flagset v0.4.3 |
1783 | 2023-10-02T23:26:10.901Z | Downloaded pem-rfc7468 v0.7.0 |
1784 | 2023-10-02T23:26:10.909Z | Downloaded packed_struct_codegen v0.10.1 |
1785 | 2023-10-02T23:26:10.920Z | Downloaded maybe-uninit v2.0.0 |
1786 | 2023-10-02T23:26:11.330Z | Downloaded smallvec v0.6.14 |
1787 | 2023-10-02T23:26:11.337Z | Downloaded crc-catalog v2.2.0 |
1788 | 2023-10-02T23:26:11.345Z | Downloaded serde-hex v0.1.0 |
1789 | 2023-10-02T23:26:11.352Z | Downloaded path-slash v0.1.5 |
1790 | 2023-10-02T23:26:11.360Z | Downloaded packed_struct v0.10.1 |
1791 | 2023-10-02T23:26:11.367Z | Downloaded crc v3.0.1 |
1792 | 2023-10-02T23:26:11.372Z | Downloaded array-init v0.0.4 |
1793 | 2023-10-02T23:26:11.378Z | Downloaded rsa v0.9.2 |
1794 | 2023-10-02T23:26:11.386Z | Downloaded nodrop v0.1.14 |
1795 | 2023-10-02T23:26:11.398Z | Downloaded env_logger v0.10.0 |
1796 | 2023-10-02T23:26:11.411Z | Downloaded der_derive v0.7.2 |
1797 | 2023-10-02T23:26:11.434Z | Downloaded crc-any v2.4.3 |
1798 | 2023-10-02T23:26:11.445Z | Downloaded pkcs1 v0.7.5 |
1799 | 2023-10-02T23:26:11.458Z | Downloaded ron v0.8.1 |
1800 | 2023-10-02T23:26:11.462Z | Downloaded x509-cert v0.2.4 |
1801 | 2023-10-02T23:26:11.467Z | Downloaded object v0.30.4 |
1802 | 2023-10-02T23:26:11.471Z | Downloaded num-bigint-dig v0.8.4 |
1803 | 2023-10-02T23:26:11.479Z | Downloaded bitfield v0.14.0 |
1804 | 2023-10-02T23:26:11.486Z | Compiling proc-macro2 v1.0.67 |
1805 | 2023-10-02T23:26:11.491Z | Compiling unicode-ident v1.0.12 |
1806 | 2023-10-02T23:26:11.496Z | Compiling libc v0.2.148 |
1807 | 2023-10-02T23:26:11.503Z | Compiling autocfg v1.1.0 |
1808 | 2023-10-02T23:26:11.510Z | Compiling serde v1.0.188 |
1809 | 2023-10-02T23:26:11.517Z | Compiling version_check v0.9.4 |
1810 | 2023-10-02T23:26:11.526Z | Compiling cfg-if v1.0.0 |
1811 | 2023-10-02T23:26:11.534Z | Compiling parking_lot_core v0.9.8 |
1812 | 2023-10-02T23:26:11.545Z | Compiling once_cell v1.18.0 |
1813 | 2023-10-02T23:26:11.555Z | Compiling syn v1.0.109 |
1814 | 2023-10-02T23:26:11.902Z | Compiling typenum v1.16.0 |
1815 | 2023-10-02T23:26:11.913Z | Compiling libm v0.2.7 |
1816 | 2023-10-02T23:26:11.917Z | Compiling futures-core v0.3.28 |
1817 | 2023-10-02T23:26:12.276Z | Compiling generic-array v0.14.7 |
1818 | 2023-10-02T23:26:12.317Z | Compiling lock_api v0.4.10 |
1819 | 2023-10-02T23:26:12.334Z | Compiling num-traits v0.2.16 |
1820 | 2023-10-02T23:26:12.352Z | Compiling pkg-config v0.3.27 |
1821 | 2023-10-02T23:26:12.697Z | Compiling slab v0.4.9 |
1822 | 2023-10-02T23:26:12.719Z | Compiling serde_json v1.0.107 |
1823 | 2023-10-02T23:26:13.104Z | Compiling futures-task v0.3.28 |
1824 | 2023-10-02T23:26:13.162Z | Compiling futures-channel v0.3.28 |
1825 | 2023-10-02T23:26:13.312Z | Compiling quote v1.0.33 |
1826 | 2023-10-02T23:26:13.351Z | Compiling scopeguard v1.2.0 |
1827 | 2023-10-02T23:26:13.540Z | Compiling thiserror v1.0.48 |
1828 | 2023-10-02T23:26:13.586Z | Compiling itoa v1.0.9 |
1829 | 2023-10-02T23:26:13.725Z | Compiling futures-util v0.3.28 |
1830 | 2023-10-02T23:26:14.009Z | Compiling syn v2.0.32 |
1831 | 2023-10-02T23:26:14.200Z | Compiling jobserver v0.1.26 |
1832 | 2023-10-02T23:26:14.295Z | Compiling getrandom v0.2.10 |
1833 | 2023-10-02T23:26:14.422Z | Compiling memchr v2.6.3 |
1834 | 2023-10-02T23:26:14.648Z | Compiling cc v1.0.83 |
1835 | 2023-10-02T23:26:15.858Z | Compiling ahash v0.8.3 |
1836 | 2023-10-02T23:26:16.017Z | Compiling smallvec v1.11.0 |
1837 | 2023-10-02T23:26:16.318Z | Compiling log v0.4.20 |
1838 | 2023-10-02T23:26:16.743Z | Compiling vcpkg v0.2.15 |
1839 | 2023-10-02T23:26:17.063Z | Compiling byteorder v1.4.3 |
1840 | 2023-10-02T23:26:17.644Z | Compiling rand_core v0.6.4 |
1841 | 2023-10-02T23:26:17.959Z | Compiling pin-project-lite v0.2.13 |
1842 | 2023-10-02T23:26:18.761Z | Compiling parking_lot v0.12.1 |
1843 | 2023-10-02T23:26:18.989Z | Compiling indexmap v1.9.3 |
1844 | 2023-10-02T23:26:19.364Z | Compiling ring v0.16.20 |
1845 | 2023-10-02T23:26:19.766Z | Compiling openssl-sys v0.9.93 |
1846 | 2023-10-02T23:26:21.160Z | Compiling io-lifetimes v1.0.11 |
1847 | 2023-10-02T23:26:21.921Z | Compiling num-integer v0.1.45 |
1848 | 2023-10-02T23:26:21.931Z | Compiling ryu v1.0.15 |
1849 | 2023-10-02T23:26:22.305Z | Compiling spin v0.5.2 |
1850 | 2023-10-02T23:26:22.394Z | Compiling const-oid v0.9.5 |
1851 | 2023-10-02T23:26:22.650Z | Compiling semver v1.0.18 |
1852 | 2023-10-02T23:26:24.657Z | Compiling rustix v0.37.23 |
1853 | 2023-10-02T23:26:25.235Z | Compiling mio v0.8.8 |
1854 | 2023-10-02T23:26:25.292Z | Compiling socket2 v0.5.3 |
1855 | 2023-10-02T23:26:25.495Z | Compiling num_cpus v1.16.0 |
1856 | 2023-10-02T23:26:25.657Z | Compiling signal-hook-registry v1.4.1 |
1857 | 2023-10-02T23:26:26.092Z | Compiling unicode-xid v0.2.4 |
1858 | 2023-10-02T23:26:26.317Z | Compiling futures-sink v0.3.28 |
1859 | 2023-10-02T23:26:26.328Z | Compiling httparse v1.8.0 |
1860 | 2023-10-02T23:26:26.530Z | Compiling ucd-trie v0.1.6 |
1861 | 2023-10-02T23:26:26.717Z | Compiling openssl v0.10.57 |
1862 | 2023-10-02T23:26:26.849Z | Compiling synstructure v0.12.6 |
1863 | 2023-10-02T23:26:27.667Z | Compiling tinyvec_macros v0.1.1 |
1864 | 2023-10-02T23:26:27.673Z | Compiling tinyvec v1.6.0 |
1865 | 2023-10-02T23:26:29.085Z | Compiling native-tls v0.2.11 |
1866 | 2023-10-02T23:26:29.449Z | Compiling pin-utils v0.1.0 |
1867 | 2023-10-02T23:26:29.525Z | Compiling crc32fast v1.3.2 |
1868 | 2023-10-02T23:26:29.579Z | Compiling radium v0.7.0 |
1869 | 2023-10-02T23:26:30.104Z | Compiling futures-io v0.3.28 |
1870 | 2023-10-02T23:26:30.147Z | Compiling rustls v0.21.7 |
1871 | 2023-10-02T23:26:30.161Z | Compiling ppv-lite86 v0.2.17 |
1872 | 2023-10-02T23:26:30.504Z | Compiling unicode-normalization v0.1.22 |
1873 | 2023-10-02T23:26:30.508Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1874 | 2023-10-02T23:26:30.805Z | Compiling tracing-core v0.1.31 |
1875 | 2023-10-02T23:26:30.952Z | Compiling heck v0.4.1 |
1876 | 2023-10-02T23:26:31.154Z | Compiling unicode-bidi v0.3.13 |
1877 | 2023-10-02T23:26:31.885Z | Compiling rand_chacha v0.3.1 |
1878 | 2023-10-02T23:26:31.891Z | Compiling subtle v2.5.0 |
1879 | 2023-10-02T23:26:32.311Z | Compiling rand v0.8.5 |
1880 | 2023-10-02T23:26:33.586Z | Compiling errno v0.3.2 |
1881 | 2023-10-02T23:26:33.745Z | Compiling num-iter v0.1.43 |
1882 | 2023-10-02T23:26:33.950Z | Compiling usdt-impl v0.3.5 |
1883 | 2023-10-02T23:26:34.204Z | Compiling schemars v0.8.13 |
1884 | 2023-10-02T23:26:34.221Z | Compiling base64 v0.21.4 |
1885 | 2023-10-02T23:26:34.900Z | Compiling rustix v0.38.9 |
1886 | 2023-10-02T23:26:36.268Z | Compiling serde_derive_internals v0.26.0 |
1887 | 2023-10-02T23:26:36.382Z | Compiling serde_derive v1.0.188 |
1888 | 2023-10-02T23:26:36.416Z | Compiling zeroize_derive v1.4.2 |
1889 | 2023-10-02T23:26:36.925Z | Compiling tokio-macros v2.1.0 |
1890 | 2023-10-02T23:26:37.038Z | Compiling thiserror-impl v1.0.48 |
1891 | 2023-10-02T23:26:37.205Z | Compiling futures-macro v0.3.28 |
1892 | 2023-10-02T23:26:38.089Z | Compiling tracing-attributes v0.1.26 |
1893 | 2023-10-02T23:26:38.241Z | Compiling zerocopy-derive v0.2.0 |
1894 | 2023-10-02T23:26:38.665Z | Compiling zeroize v1.6.0 |
1895 | 2023-10-02T23:26:40.368Z | Compiling openssl-macros v0.1.1 |
1896 | 2023-10-02T23:26:41.000Z | Compiling zerocopy-derive v0.6.3 |
1897 | 2023-10-02T23:26:42.583Z | Compiling pest v2.7.2 |
1898 | 2023-10-02T23:26:42.738Z | Compiling crypto-common v0.1.6 |
1899 | 2023-10-02T23:26:42.816Z | Compiling block-buffer v0.10.4 |
1900 | 2023-10-02T23:26:42.866Z | Compiling digest v0.10.7 |
1901 | 2023-10-02T23:26:43.554Z | Compiling tracing v0.1.37 |
1902 | 2023-10-02T23:26:44.190Z | Compiling bitflags v1.3.2 |
1903 | 2023-10-02T23:26:44.292Z | Compiling fnv v1.0.7 |
1904 | 2023-10-02T23:26:44.372Z | Compiling untrusted v0.7.1 |
1905 | 2023-10-02T23:26:46.954Z | Compiling pest_meta v2.7.2 |
1906 | 2023-10-02T23:26:48.637Z | Compiling pest_generator v2.7.2 |
1907 | 2023-10-02T23:26:50.838Z | Compiling zerocopy v0.3.0 |
1908 | 2023-10-02T23:26:51.653Z | Compiling schemars_derive v0.8.13 |
1909 | 2023-10-02T23:26:52.095Z | Compiling lazy_static v1.4.0 |
1910 | 2023-10-02T23:26:52.754Z | Compiling backtrace v0.3.69 |
1911 | 2023-10-02T23:26:53.266Z | Compiling num-bigint v0.4.4 |
1912 | 2023-10-02T23:26:53.288Z | Compiling memoffset v0.9.0 |
1913 | 2023-10-02T23:26:53.313Z | Compiling smoltcp v0.9.1 |
1914 | 2023-10-02T23:26:53.379Z | Compiling allocator-api2 v0.2.16 |
1915 | 2023-10-02T23:26:53.397Z | Compiling iana-time-zone v0.1.57 |
1916 | 2023-10-02T23:26:53.459Z | Compiling pest_derive v2.7.2 |
1917 | 2023-10-02T23:26:53.986Z | Compiling crossbeam-utils v0.8.16 |
1918 | 2023-10-02T23:26:54.067Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1919 | 2023-10-02T23:26:54.258Z | Compiling openssl-probe v0.1.5 |
1920 | 2023-10-02T23:26:54.576Z | Compiling async-trait v0.1.73 |
1921 | 2023-10-02T23:26:54.621Z | Compiling hashbrown v0.12.3 |
1922 | 2023-10-02T23:26:54.674Z | Compiling percent-encoding v2.3.0 |
1923 | 2023-10-02T23:26:55.083Z | Compiling foreign-types-shared v0.1.1 |
1924 | 2023-10-02T23:26:55.187Z | Compiling base64ct v1.6.0 |
1925 | 2023-10-02T23:26:55.237Z | Compiling foreign-types v0.3.2 |
1926 | 2023-10-02T23:26:55.280Z | Compiling dtrace-parser v0.1.14 |
1927 | 2023-10-02T23:26:55.356Z | Compiling hashbrown v0.14.0 |
1928 | 2023-10-02T23:26:56.641Z | Compiling pem-rfc7468 v0.7.0 |
1929 | 2023-10-02T23:26:57.331Z | Compiling dof v0.1.5 |
1930 | 2023-10-02T23:26:57.807Z | Compiling clap_derive v4.4.2 |
1931 | 2023-10-02T23:26:58.079Z | Compiling der_derive v0.7.2 |
1932 | 2023-10-02T23:26:59.170Z | Compiling thread-id v4.2.0 |
1933 | 2023-10-02T23:26:59.214Z | Compiling utf8parse v0.2.1 |
1934 | 2023-10-02T23:26:59.318Z | Compiling cpufeatures v0.2.9 |
1935 | 2023-10-02T23:26:59.454Z | Compiling equivalent v1.0.1 |
1936 | 2023-10-02T23:26:59.483Z | Compiling flagset v0.4.3 |
1937 | 2023-10-02T23:26:59.495Z | Compiling siphasher v0.3.11 |
1938 | 2023-10-02T23:26:59.599Z | Compiling bytes v1.5.0 |
1939 | 2023-10-02T23:27:00.521Z | Compiling bitflags v2.4.0 |
1940 | 2023-10-02T23:27:00.680Z | Compiling uuid v1.4.1 |
1941 | 2023-10-02T23:27:00.734Z | Compiling rustc_version v0.4.0 |
1942 | 2023-10-02T23:27:01.703Z | Compiling tokio v1.32.0 |
1943 | 2023-10-02T23:27:01.772Z | Compiling heapless v0.7.16 |
1944 | 2023-10-02T23:27:02.112Z | Compiling http v0.2.9 |
1945 | 2023-10-02T23:27:02.330Z | Compiling chrono v0.4.31 |
1946 | 2023-10-02T23:27:04.237Z | Compiling time-core v0.1.1 |
1947 | 2023-10-02T23:27:04.288Z | Compiling anstyle v1.0.2 |
1948 | 2023-10-02T23:27:04.477Z | Compiling adler v1.0.2 |
1949 | 2023-10-02T23:27:04.773Z | Compiling try-lock v0.2.4 |
1950 | 2023-10-02T23:27:05.268Z | Compiling want v0.3.1 |
1951 | 2023-10-02T23:27:05.634Z | Compiling miniz_oxide v0.7.1 |
1952 | 2023-10-02T23:27:05.645Z | Compiling http-body v0.4.5 |
1953 | 2023-10-02T23:27:06.011Z | Compiling time-macros v0.2.13 |
1954 | 2023-10-02T23:27:08.431Z | Compiling der v0.7.8 |
1955 | 2023-10-02T23:27:12.701Z | Compiling indexmap v2.0.0 |
1956 | 2023-10-02T23:27:12.848Z | Compiling serde_tokenstream v0.1.7 |
1957 | 2023-10-02T23:27:13.670Z | Compiling sha2 v0.10.7 |
1958 | 2023-10-02T23:27:14.721Z | Compiling tokio-util v0.7.8 |
1959 | 2023-10-02T23:27:15.156Z | Compiling anstyle-parse v0.2.1 |
1960 | 2023-10-02T23:27:16.942Z | Compiling h2 v0.3.21 |
1961 | 2023-10-02T23:27:22.413Z | Compiling form_urlencoded v1.2.0 |
1962 | 2023-10-02T23:27:22.484Z | Compiling sct v0.7.0 |
1963 | 2023-10-02T23:27:22.508Z | Compiling rustls-webpki v0.101.4 |
1964 | 2023-10-02T23:27:22.539Z | Compiling hubpack_derive v0.1.1 |
1965 | 2023-10-02T23:27:23.345Z | Compiling aho-corasick v1.0.4 |
1966 | 2023-10-02T23:27:23.779Z | Compiling socket2 v0.4.9 |
1967 | 2023-10-02T23:27:24.447Z | Compiling crossbeam-epoch v0.9.15 |
1968 | 2023-10-02T23:27:25.163Z | Compiling tap v1.0.1 |
1969 | 2023-10-02T23:27:25.407Z | Compiling colorchoice v1.0.0 |
1970 | 2023-10-02T23:27:25.444Z | Compiling slog v2.7.0 |
1971 | 2023-10-02T23:27:25.832Z | Compiling httpdate v1.0.3 |
1972 | 2023-10-02T23:27:26.062Z | Compiling anyhow v1.0.75 |
1973 | 2023-10-02T23:27:26.076Z | Compiling regex-syntax v0.7.5 |
1974 | 2023-10-02T23:27:26.093Z | Compiling tower-service v0.3.2 |
1975 | 2023-10-02T23:27:26.409Z | Compiling anstyle-query v1.0.0 |
1976 | 2023-10-02T23:27:26.608Z | Compiling anstream v0.5.0 |
1977 | 2023-10-02T23:27:28.312Z | Compiling wyz v0.5.1 |
1978 | 2023-10-02T23:27:29.118Z | Compiling hyper v0.14.27 |
1979 | 2023-10-02T23:27:32.567Z | Compiling regex-automata v0.3.8 |
1980 | 2023-10-02T23:27:37.018Z | Compiling terminal_size v0.2.6 |
1981 | 2023-10-02T23:27:37.201Z | Compiling spki v0.7.2 |
1982 | 2023-10-02T23:27:37.793Z | Compiling rustls-pemfile v1.0.3 |
1983 | 2023-10-02T23:27:38.061Z | Compiling zerocopy v0.6.3 |
1984 | 2023-10-02T23:27:38.312Z | Compiling md-5 v0.10.5 |
1985 | 2023-10-02T23:27:38.659Z | Compiling hmac v0.12.1 |
1986 | 2023-10-02T23:27:39.372Z | Compiling idna v0.4.0 |
1987 | 2023-10-02T23:27:39.556Z | Compiling stringprep v0.1.3 |
1988 | 2023-10-02T23:27:41.123Z | Compiling diesel_table_macro_syntax v0.1.0 |
1989 | 2023-10-02T23:27:41.707Z | Compiling hash32 v0.2.1 |
1990 | 2023-10-02T23:27:41.847Z | Compiling spin v0.9.8 |
1991 | 2023-10-02T23:27:42.012Z | Compiling stable_deref_trait v1.2.0 |
1992 | 2023-10-02T23:27:42.290Z | Compiling maybe-uninit v2.0.0 |
1993 | 2023-10-02T23:27:42.358Z | Compiling fallible-iterator v0.2.0 |
1994 | 2023-10-02T23:27:42.378Z | Compiling clap_lex v0.5.1 |
1995 | 2023-10-02T23:27:42.925Z | Compiling gimli v0.28.0 |
1996 | 2023-10-02T23:27:43.539Z | Compiling strsim v0.10.0 |
1997 | 2023-10-02T23:27:43.547Z | Compiling dyn-clone v1.0.13 |
1998 | 2023-10-02T23:27:44.855Z | Compiling funty v2.0.0 |
1999 | 2023-10-02T23:27:46.257Z | Compiling clap_builder v4.4.2 |
2000 | 2023-10-02T23:27:46.993Z | Compiling bitvec v1.0.1 |
2001 | 2023-10-02T23:27:47.470Z | Compiling postgres-protocol v0.6.6 |
2002 | 2023-10-02T23:27:48.466Z | Compiling diesel_derives v2.1.1 |
2003 | 2023-10-02T23:27:50.201Z | Compiling addr2line v0.21.0 |
2004 | 2023-10-02T23:27:50.683Z | Compiling url v2.4.1 |
2005 | 2023-10-02T23:27:51.213Z | Compiling tokio-rustls v0.24.1 |
2006 | 2023-10-02T23:27:51.855Z | Compiling rustls-native-certs v0.6.3 |
2007 | 2023-10-02T23:27:52.502Z | Compiling tokio-native-tls v0.3.1 |
2008 | 2023-10-02T23:27:53.862Z | Compiling usdt-attr-macro v0.3.5 |
2009 | 2023-10-02T23:27:55.517Z | Compiling usdt-macro v0.3.5 |
2010 | 2023-10-02T23:27:57.350Z | Compiling phf_shared v0.11.2 |
2011 | 2023-10-02T23:27:57.466Z | Compiling serde_spanned v0.6.3 |
2012 | 2023-10-02T23:27:57.800Z | Compiling toml_datetime v0.6.3 |
2013 | 2023-10-02T23:27:58.598Z | Compiling block-padding v0.3.3 |
2014 | 2023-10-02T23:27:58.676Z | Compiling enum-as-inner v0.5.1 |
2015 | 2023-10-02T23:27:58.978Z | Compiling serde_repr v0.1.16 |
2016 | 2023-10-02T23:28:00.209Z | Compiling scheduled-thread-pool v0.2.7 |
2017 | 2023-10-02T23:28:00.625Z | Compiling object v0.32.1 |
2018 | 2023-10-02T23:28:06.460Z | Compiling matches v0.1.10 |
2019 | 2023-10-02T23:28:06.580Z | Compiling either v1.9.0 |
2020 | 2023-10-02T23:28:08.163Z | Compiling unicode-width v0.1.10 |
2021 | 2023-10-02T23:28:11.400Z | Compiling winnow v0.5.15 |
2022 | 2023-10-02T23:28:14.451Z | Compiling managed v0.8.0 |
2023 | 2023-10-02T23:28:16.688Z | Compiling regex-automata v0.1.10 |
2024 | 2023-10-02T23:28:17.487Z | Compiling packed_struct v0.10.1 |
2025 | 2023-10-02T23:28:18.055Z | Compiling num_threads v0.1.6 |
2026 | 2023-10-02T23:28:18.064Z | Compiling ipnet v2.8.0 |
2027 | 2023-10-02T23:28:18.067Z | Compiling bit-vec v0.6.3 |
2028 | 2023-10-02T23:28:18.070Z | Compiling rustc-demangle v0.1.23 |
2029 | 2023-10-02T23:28:18.477Z | Compiling deranged v0.3.8 |
2030 | 2023-10-02T23:28:19.385Z | Compiling num-bigint-dig v0.8.4 |
2031 | 2023-10-02T23:28:19.787Z | Compiling bstr v0.2.17 |
2032 | 2023-10-02T23:28:20.339Z | Compiling toml_edit v0.19.15 |
2033 | 2023-10-02T23:28:21.671Z | Compiling time v0.3.27 |
2034 | 2023-10-02T23:28:29.782Z | Compiling itertools v0.10.5 |
2035 | 2023-10-02T23:28:29.917Z | Compiling idna v0.2.3 |
2036 | 2023-10-02T23:28:32.353Z | Compiling r2d2 v0.8.10 |
2037 | 2023-10-02T23:28:32.921Z | Compiling inout v0.1.3 |
2038 | 2023-10-02T23:28:35.081Z | Compiling phf v0.11.2 |
2039 | 2023-10-02T23:28:35.329Z | Compiling hyper-tls v0.5.0 |
2040 | 2023-10-02T23:28:35.542Z | Compiling clap v4.4.3 |
2041 | 2023-10-02T23:28:35.691Z | Compiling hyper-rustls v0.24.1 |
2042 | 2023-10-02T23:28:35.829Z | Compiling ipnetwork v0.20.0 |
2043 | 2023-10-02T23:28:36.753Z | Compiling flate2 v1.0.27 |
2044 | 2023-10-02T23:28:37.050Z | Compiling postgres-types v0.2.6 |
2045 | 2023-10-02T23:28:38.368Z | Compiling regex v1.9.5 |
2046 | 2023-10-02T23:28:39.099Z | Compiling pkcs8 v0.10.2 |
2047 | 2023-10-02T23:28:40.070Z | Compiling hubpack v0.1.2 |
2048 | 2023-10-02T23:28:40.235Z | Compiling serde_urlencoded v0.7.1 |
2049 | 2023-10-02T23:28:41.672Z | Compiling phf_shared v0.10.0 |
2050 | 2023-10-02T23:28:41.883Z | Compiling futures-executor v0.3.28 |
2051 | 2023-10-02T23:28:42.670Z | Compiling signature v2.1.0 |
2052 | 2023-10-02T23:28:43.770Z | Compiling packed_struct_codegen v0.10.1 |
2053 | 2023-10-02T23:28:46.621Z | Compiling float-cmp v0.9.0 |
2054 | 2023-10-02T23:28:47.894Z | Compiling encoding_rs v0.8.33 |
2055 | 2023-10-02T23:28:48.095Z | Compiling nodrop v0.1.14 |
2056 | 2023-10-02T23:28:48.123Z | Compiling fixedbitset v0.4.2 |
2057 | 2023-10-02T23:28:48.264Z | Compiling crc-catalog v2.2.0 |
2058 | 2023-10-02T23:28:48.488Z | Compiling normalize-line-endings v0.3.0 |
2059 | 2023-10-02T23:28:48.734Z | Compiling webpki-roots v0.25.2 |
2060 | 2023-10-02T23:28:49.014Z | Compiling precomputed-hash v0.1.1 |
2061 | 2023-10-02T23:28:49.163Z | Compiling predicates-core v1.0.6 |
2062 | 2023-10-02T23:28:49.627Z | Compiling difflib v0.4.0 |
2063 | 2023-10-02T23:28:49.907Z | Compiling mime v0.3.17 |
2064 | 2023-10-02T23:28:50.751Z | Compiling smawk v0.3.1 |
2065 | 2023-10-02T23:28:51.052Z | Compiling whoami v1.4.1 |
2066 | 2023-10-02T23:28:51.930Z | Compiling new_debug_unreachable v1.0.4 |
2067 | 2023-10-02T23:28:52.194Z | Compiling unicode-linebreak v0.1.5 |
2068 | 2023-10-02T23:28:53.014Z | Compiling unicode-segmentation v1.10.1 |
2069 | 2023-10-02T23:28:54.375Z | Compiling static_assertions v1.1.0 |
2070 | 2023-10-02T23:28:54.448Z | Compiling data-encoding v2.4.0 |
2071 | 2023-10-02T23:28:57.597Z | Compiling trust-dns-proto v0.22.0 |
2072 | 2023-10-02T23:28:59.017Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2073 | 2023-10-02T23:29:00.591Z | Compiling similar v2.2.1 |
2074 | 2023-10-02T23:29:04.037Z | Compiling textwrap v0.16.0 |
2075 | 2023-10-02T23:29:05.488Z | Compiling reqwest v0.11.20 |
2076 | 2023-10-02T23:29:05.807Z | Compiling string_cache v0.8.7 |
2077 | 2023-10-02T23:29:06.453Z | Compiling tokio-postgres v0.7.10 |
2078 | 2023-10-02T23:29:06.924Z | Compiling predicates v3.0.3 |
2079 | 2023-10-02T23:29:09.420Z | Compiling petgraph v0.6.4 |
2080 | 2023-10-02T23:29:10.541Z | Compiling crc v3.0.1 |
2081 | 2023-10-02T23:29:12.849Z | Compiling array-init v0.0.4 |
2082 | 2023-10-02T23:29:19.215Z | Compiling futures v0.3.28 |
2083 | 2023-10-02T23:29:21.780Z | Compiling pkcs1 v0.7.5 |
2084 | 2023-10-02T23:29:21.793Z | Compiling smallvec v0.6.14 |
2085 | 2023-10-02T23:29:22.212Z | Compiling yasna v0.5.2 |
2086 | 2023-10-02T23:29:22.503Z | Compiling diesel v2.1.1 |
2087 | 2023-10-02T23:29:25.177Z | Compiling cipher v0.4.4 |
2088 | 2023-10-02T23:29:26.330Z | Compiling toml v0.7.8 |
2089 | 2023-10-02T23:29:28.507Z | Compiling bit-set v0.5.3 |
2090 | 2023-10-02T23:29:28.903Z | Compiling console v0.15.7 |
2091 | 2023-10-02T23:29:28.942Z | Compiling usdt v0.3.5 |
2092 | 2023-10-02T23:29:29.330Z | Compiling is-terminal v0.4.9 |
2093 | 2023-10-02T23:29:31.045Z | Compiling bstr v1.6.0 |
2094 | 2023-10-02T23:29:31.233Z | Compiling tokio-stream v0.1.14 |
2095 | 2023-10-02T23:29:31.832Z | Compiling openapiv3 v1.0.3 |
2096 | 2023-10-02T23:29:33.126Z | Compiling hex v0.4.3 |
2097 | 2023-10-02T23:29:35.124Z | Compiling hashbrown v0.13.2 |
2098 | 2023-10-02T23:29:40.772Z | Compiling lalrpop-util v0.19.12 |
2099 | 2023-10-02T23:29:40.918Z | Compiling bitfield v0.14.0 |
2100 | 2023-10-02T23:29:41.116Z | Compiling termcolor v1.2.0 |
2101 | 2023-10-02T23:29:42.047Z | Compiling env_logger v0.10.0 |
2102 | 2023-10-02T23:29:43.009Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2103 | 2023-10-02T23:30:00.028Z | Compiling rsa v0.9.2 |
2104 | 2023-10-02T23:30:07.621Z | Compiling serde-hex v0.1.0 |
2105 | 2023-10-02T23:30:10.290Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2106 | 2023-10-02T23:30:16.121Z | Compiling x509-cert v0.2.4 |
2107 | 2023-10-02T23:30:18.120Z | Compiling ron v0.8.1 |
2108 | 2023-10-02T23:30:28.812Z | Compiling crc-any v2.4.3 |
2109 | 2023-10-02T23:30:38.477Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2110 | 2023-10-02T23:30:46.963Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2111 | 2023-10-02T23:31:05.151Z | Compiling object v0.30.4 |
2112 | 2023-10-02T23:31:10.472Z | Compiling path-slash v0.1.5 |
2113 | 2023-10-02T23:31:17.687Z | Compiling bzip2 v0.4.4 |
2114 | 2023-10-02T23:31:18.434Z | Compiling zip v0.6.6 |
2115 | 2023-10-02T23:31:20.509Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2116 | 2023-10-02T23:31:23.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2117 | 2023-10-02T23:32:00.965Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2118 | 2023-10-02T23:32:02.014Z | Finished release [optimized] target(s) in 5m 52s |
2119 | 2023-10-02T23:32:02.097Z | |
2120 | 2023-10-02T23:32:02.101Z | real 5:52.214168628 |
2121 | 2023-10-02T23:32:02.107Z | user 40:27.312926683 |
2122 | 2023-10-02T23:32:02.111Z | sys 3:33.774218460 |
2123 | 2023-10-02T23:32:02.117Z | trap 1.573022784 |
2124 | 2023-10-02T23:32:02.120Z | tflt 1.103495312 |
2125 | 2023-10-02T23:32:02.125Z | dflt 0.672101907 |
2126 | 2023-10-02T23:32:02.130Z | kflt 0.007078010 |
2127 | 2023-10-02T23:32:02.134Z | lock 1:32:51.770422337 |
2128 | 2023-10-02T23:32:02.145Z | slp 2:16:17.096402371 |
2129 | 2023-10-02T23:32:02.151Z | lat 1:36.349437706 |
2130 | 2023-10-02T23:32:02.155Z | stop 1:15.039598260 |
2131 | 2023-10-02T23:32:02.161Z | + ptime -m gzip |
2132 | 2023-10-02T23:32:02.774Z | |
2133 | 2023-10-02T23:32:02.781Z | real 0.657742566 |
2134 | 2023-10-02T23:32:02.824Z | user 0.648682631 |
2135 | 2023-10-02T23:32:02.853Z | sys 0.008483557 |
2136 | 2023-10-02T23:32:02.881Z | trap 0.000068547 |
2137 | 2023-10-02T23:32:02.929Z | tflt 0.000000000 |
2138 | 2023-10-02T23:32:02.941Z | dflt 0.000000000 |
2139 | 2023-10-02T23:32:02.973Z | kflt 0.000000000 |
2140 | 2023-10-02T23:32:02.991Z | lock 0.000000000 |
2141 | 2023-10-02T23:32:02.997Z | slp 0.000000000 |
2142 | 2023-10-02T23:32:03.411Z | lat 0.000160548 |
2143 | 2023-10-02T23:32:03.418Z | stop 0.000228779 |
2144 | 2023-10-02T23:32:03.423Z | + banner tufaceous |
2145 | 2023-10-02T23:32:03.434Z | |
2146 | 2023-10-02T23:32:03.450Z | ##### # # ###### ## #### ###### #### # # #### |
2147 | 2023-10-02T23:32:03.464Z | # # # # # # # # # # # # # # |
2148 | 2023-10-02T23:32:03.472Z | # # # ##### # # # ##### # # # # #### |
2149 | 2023-10-02T23:32:03.476Z | # # # # ###### # # # # # # # |
2150 | 2023-10-02T23:32:03.479Z | # # # # # # # # # # # # # # # |
2151 | 2023-10-02T23:32:03.484Z | # #### # # # #### ###### #### #### #### |
2152 | 2023-10-02T23:32:03.491Z | |
2153 | 2023-10-02T23:32:03.495Z | + ptime -m cargo build --locked -p tufaceous --release |
2154 | 2023-10-02T23:32:03.507Z | Downloading crates ... |
2155 | 2023-10-02T23:32:03.857Z | Downloaded tough v0.12.5 |
2156 | 2023-10-02T23:32:03.872Z | Downloaded globset v0.4.13 |
2157 | 2023-10-02T23:32:03.875Z | Downloaded olpc-cjson v0.1.3 |
2158 | 2023-10-02T23:32:03.878Z | Downloaded path-dedot v3.1.0 |
2159 | 2023-10-02T23:32:03.882Z | Downloaded snafu v0.7.5 |
2160 | 2023-10-02T23:32:03.888Z | Downloaded path-absolutize v3.1.0 |
2161 | 2023-10-02T23:32:03.891Z | Downloaded serde_plain v1.0.2 |
2162 | 2023-10-02T23:32:03.894Z | Downloaded snafu-derive v0.7.5 |
2163 | 2023-10-02T23:32:03.898Z | Downloaded fs-err v2.9.0 |
2164 | 2023-10-02T23:32:03.903Z | Downloaded doc-comment v0.3.3 |
2165 | 2023-10-02T23:32:03.906Z | Downloaded buf-list v1.0.3 |
2166 | 2023-10-02T23:32:03.911Z | Downloaded bytesize v1.3.0 |
2167 | 2023-10-02T23:32:04.058Z | Compiling serde_tokenstream v0.2.0 |
2168 | 2023-10-02T23:32:04.080Z | Compiling regress v0.7.1 |
2169 | 2023-10-02T23:32:04.096Z | Compiling dirs-sys-next v0.1.2 |
2170 | 2023-10-02T23:32:04.109Z | Compiling ident_case v1.0.1 |
2171 | 2023-10-02T23:32:04.134Z | Compiling thread_local v1.1.7 |
2172 | 2023-10-02T23:32:04.146Z | Compiling rustversion v1.0.14 |
2173 | 2023-10-02T23:32:04.154Z | Compiling slog-async v2.8.0 |
2174 | 2023-10-02T23:32:04.572Z | Compiling dirs-next v2.0.0 |
2175 | 2023-10-02T23:32:04.706Z | Compiling darling_core v0.20.3 |
2176 | 2023-10-02T23:32:04.764Z | Compiling heck v0.4.1 |
2177 | 2023-10-02T23:32:04.870Z | Compiling camino v1.1.6 |
2178 | 2023-10-02T23:32:05.121Z | Compiling term v0.7.0 |
2179 | 2023-10-02T23:32:05.356Z | Compiling crossbeam-channel v0.5.8 |
2180 | 2023-10-02T23:32:05.736Z | Compiling getopts v0.2.21 |
2181 | 2023-10-02T23:32:05.928Z | Compiling structmeta-derive v0.1.6 |
2182 | 2023-10-02T23:32:07.191Z | Compiling atty v0.2.14 |
2183 | 2023-10-02T23:32:07.196Z | Compiling multer v2.1.0 |
2184 | 2023-10-02T23:32:07.683Z | Compiling paste v1.0.14 |
2185 | 2023-10-02T23:32:07.688Z | Compiling unsafe-libyaml v0.2.9 |
2186 | 2023-10-02T23:32:07.832Z | Compiling doc-comment v0.3.3 |
2187 | 2023-10-02T23:32:08.180Z | Compiling match_cfg v0.1.0 |
2188 | 2023-10-02T23:32:08.314Z | Compiling take_mut v0.2.2 |
2189 | 2023-10-02T23:32:08.752Z | Compiling hostname v0.3.1 |
2190 | 2023-10-02T23:32:10.550Z | Compiling slog-term v2.9.0 |
2191 | 2023-10-02T23:32:10.553Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2192 | 2023-10-02T23:32:12.278Z | Compiling structmeta v0.1.6 |
2193 | 2023-10-02T23:32:12.897Z | Compiling serde_yaml v0.9.25 |
2194 | 2023-10-02T23:32:13.961Z | Compiling darling_macro v0.20.3 |
2195 | 2023-10-02T23:32:14.457Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2196 | 2023-10-02T23:32:15.642Z | Compiling darling v0.20.3 |
2197 | 2023-10-02T23:32:15.659Z | Compiling slog-json v2.6.1 |
2198 | 2023-10-02T23:32:16.233Z | Compiling async-stream-impl v0.3.5 |
2199 | 2023-10-02T23:32:16.317Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2200 | 2023-10-02T23:32:16.456Z | Compiling regex-syntax v0.6.29 |
2201 | 2023-10-02T23:32:16.734Z | Compiling fastrand v2.0.0 |
2202 | 2023-10-02T23:32:17.955Z | Compiling atomic-waker v1.1.1 |
2203 | 2023-10-02T23:32:18.122Z | Compiling tempfile v3.8.0 |
2204 | 2023-10-02T23:32:18.186Z | Compiling async-stream v0.3.5 |
2205 | 2023-10-02T23:32:18.234Z | Compiling waitgroup v0.1.2 |
2206 | 2023-10-02T23:32:18.668Z | Compiling strum_macros v0.25.2 |
2207 | 2023-10-02T23:32:18.775Z | Compiling slog-bunyan v2.4.0 |
2208 | 2023-10-02T23:32:19.195Z | Compiling serde_with_macros v2.3.3 |
2209 | 2023-10-02T23:32:22.838Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2210 | 2023-10-02T23:32:23.251Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2211 | 2023-10-02T23:32:23.260Z | Compiling sha1 v0.10.5 |
2212 | 2023-10-02T23:32:24.419Z | Compiling snafu-derive v0.7.5 |
2213 | 2023-10-02T23:32:24.673Z | Compiling serde_path_to_error v0.1.14 |
2214 | 2023-10-02T23:32:24.864Z | Compiling path-dedot v3.1.0 |
2215 | 2023-10-02T23:32:25.235Z | Compiling instant v0.1.12 |
2216 | 2023-10-02T23:32:25.450Z | Compiling buf-list v1.0.3 |
2217 | 2023-10-02T23:32:25.873Z | Compiling arc-swap v1.6.0 |
2218 | 2023-10-02T23:32:25.988Z | Compiling parse-display-derive v0.7.0 |
2219 | 2023-10-02T23:32:26.084Z | Compiling same-file v1.0.6 |
2220 | 2023-10-02T23:32:26.228Z | Compiling debug-ignore v1.0.5 |
2221 | 2023-10-02T23:32:26.359Z | Compiling base64 v0.13.1 |
2222 | 2023-10-02T23:32:26.549Z | Compiling walkdir v2.4.0 |
2223 | 2023-10-02T23:32:26.781Z | Compiling slog-scope v4.4.0 |
2224 | 2023-10-02T23:32:27.863Z | Compiling pem v1.1.1 |
2225 | 2023-10-02T23:32:28.729Z | Compiling backoff v0.4.0 |
2226 | 2023-10-02T23:32:28.734Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2227 | 2023-10-02T23:32:28.919Z | Compiling path-absolutize v3.1.0 |
2228 | 2023-10-02T23:32:29.218Z | Compiling strum v0.25.0 |
2229 | 2023-10-02T23:32:29.450Z | Compiling serde_with v2.3.3 |
2230 | 2023-10-02T23:32:29.479Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2231 | 2023-10-02T23:32:30.708Z | Compiling globset v0.4.13 |
2232 | 2023-10-02T23:32:30.713Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2233 | 2023-10-02T23:32:30.732Z | Compiling olpc-cjson v0.1.3 |
2234 | 2023-10-02T23:32:31.583Z | Compiling serde_plain v1.0.2 |
2235 | 2023-10-02T23:32:32.266Z | Compiling parse-display v0.7.0 |
2236 | 2023-10-02T23:32:32.437Z | Compiling macaddr v1.0.1 |
2237 | 2023-10-02T23:32:32.574Z | Compiling filetime v0.2.22 |
2238 | 2023-10-02T23:32:32.780Z | Compiling snafu v0.7.5 |
2239 | 2023-10-02T23:32:33.065Z | Compiling xattr v1.0.1 |
2240 | 2023-10-02T23:32:33.506Z | Compiling tar v0.4.40 |
2241 | 2023-10-02T23:32:33.612Z | Compiling tough v0.12.5 |
2242 | 2023-10-02T23:32:34.864Z | Compiling slog-stdlog v4.1.1 |
2243 | 2023-10-02T23:32:35.915Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2244 | 2023-10-02T23:32:36.517Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2245 | 2023-10-02T23:32:38.884Z | Compiling camino-tempfile v1.0.2 |
2246 | 2023-10-02T23:32:40.168Z | Compiling itertools v0.11.0 |
2247 | 2023-10-02T23:32:44.297Z | Compiling bytesize v1.3.0 |
2248 | 2023-10-02T23:32:44.376Z | Compiling fs-err v2.9.0 |
2249 | 2023-10-02T23:32:45.036Z | Compiling slog-envlogger v2.2.0 |
2250 | 2023-10-02T23:32:45.689Z | Compiling humantime v2.1.0 |
2251 | 2023-10-02T23:32:51.028Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2252 | 2023-10-02T23:33:17.819Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2253 | 2023-10-02T23:33:18.473Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2254 | 2023-10-02T23:33:25.014Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2255 | 2023-10-02T23:33:27.213Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2256 | 2023-10-02T23:33:49.343Z | Finished release [optimized] target(s) in 1m 46s |
2257 | 2023-10-02T23:33:49.430Z | |
2258 | 2023-10-02T23:33:49.434Z | real 1:46.639196232 |
2259 | 2023-10-02T23:33:49.442Z | user 11:30.338403479 |
2260 | 2023-10-02T23:33:49.452Z | sys 44.186397809 |
2261 | 2023-10-02T23:33:49.464Z | trap 0.414632930 |
2262 | 2023-10-02T23:33:49.468Z | tflt 0.293719547 |
2263 | 2023-10-02T23:33:49.473Z | dflt 0.546862620 |
2264 | 2023-10-02T23:33:49.480Z | kflt 0.000081095 |
2265 | 2023-10-02T23:33:49.483Z | lock 21:53.701330999 |
2266 | 2023-10-02T23:33:49.487Z | slp 24:53.327968942 |
2267 | 2023-10-02T23:33:49.490Z | lat 22.210161062 |
2268 | 2023-10-02T23:33:49.505Z | stop 11.023525747 |
2269 | 2023-10-02T23:33:49.510Z | + ptime -m gzip |
2270 | 2023-10-02T23:33:52.371Z | |
2271 | 2023-10-02T23:33:52.634Z | real 2.106939186 |
2272 | 2023-10-02T23:33:52.704Z | user 2.082146278 |
2273 | 2023-10-02T23:33:52.713Z | sys 0.024074038 |
2274 | 2023-10-02T23:33:52.723Z | trap 0.000208909 |
2275 | 2023-10-02T23:33:52.734Z | tflt 0.000000000 |
2276 | 2023-10-02T23:33:52.748Z | dflt 0.000000000 |
2277 | 2023-10-02T23:33:52.764Z | kflt 0.000000000 |
2278 | 2023-10-02T23:33:52.787Z | lock 0.000000000 |
2279 | 2023-10-02T23:33:53.345Z | slp 0.000000000 |
2280 | 2023-10-02T23:33:53.364Z | lat 0.000170768 |
2281 | 2023-10-02T23:33:53.371Z | stop 0.000237759 |
2282 | 2023-10-02T23:33:53.379Z | process exited: duration 1219758 ms, exit code 0 |
|
2283 | 2023-10-02T23:33:53.590Z | found 5 output files |
2284 | 2023-10-02T23:33:53.711Z | uploading: /work/end-to-end-tests/bootstrap-67d7e7d9b3f91f65.gz (6377321 bytes) |
2285 | 2023-10-02T23:33:57.002Z | uploaded: /work/end-to-end-tests/bootstrap-67d7e7d9b3f91f65.gz |
2286 | 2023-10-02T23:33:57.016Z | uploading: /work/end-to-end-tests/bootstrap.gz (95412711 bytes) |
2287 | 2023-10-02T23:35:00.004Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2288 | 2023-10-02T23:35:00.180Z | uploading: /work/end-to-end-tests/end_to_end_tests-a4c2a20f9530257a.gz (109041331 bytes) |
2289 | 2023-10-02T23:36:08.825Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a4c2a20f9530257a.gz |
2290 | 2023-10-02T23:36:09.171Z | uploading: /work/caboose-util.gz (4110080 bytes) |
2291 | 2023-10-02T23:36:16.683Z | uploaded: /work/caboose-util.gz |
2292 | 2023-10-02T23:36:16.902Z | uploading: /work/tufaceous.gz (13433546 bytes) |
2293 | 2023-10-02T23:36:25.143Z | uploaded: /work/tufaceous.gz |