|
|
|
1 | 2023-10-17T22:48:49.236Z | job assigned to worker 01HCZX67SVMNVGX1AJCAWYEVXX (queued for 1 m 0 s) |
|
2 | 2023-10-17T22:48:50.106Z | starting task 0: "setup" |
3 | 2023-10-17T22:48:50.163Z | ++ uname -s |
4 | 2023-10-17T22:48:50.167Z | + kern=SunOS |
5 | 2023-10-17T22:48:50.172Z | + case "$kern" in |
6 | 2023-10-17T22:48:50.176Z | + groupadd -g 12345 build |
7 | 2023-10-17T22:48:50.179Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-17T22:48:52.180Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-17T22:48:52.248Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-17T22:48:52.251Z | + home_fs=zfs |
11 | 2023-10-17T22:48:52.254Z | + [[ zfs == autofs ]] |
12 | 2023-10-17T22:48:52.262Z | + mkdir -p /home/build |
13 | 2023-10-17T22:48:52.265Z | + chown build:build /home/build /work |
14 | 2023-10-17T22:48:54.256Z | + chmod 0700 /home/build /work |
15 | 2023-10-17T22:48:54.259Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2023-10-17T22:48:54.266Z | starting task 1: "rust-toolchain" |
17 | 2023-10-17T22:48:54.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-17T22:48:54.283Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-17T22:48:54.466Z | info: downloading installer |
20 | 2023-10-17T22:48:56.265Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-17T22:48:56.271Z | warning: /opt/ooce/bin |
22 | 2023-10-17T22:48:56.279Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-17T22:48:56.295Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-17T22:48:56.313Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-17T22:48:56.320Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-17T22:48:56.329Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-17T22:48:56.341Z | error: cannot install while Rust is installed |
28 | 2023-10-17T22:48:56.349Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-17T22:48:56.354Z | info: profile set to 'default' |
30 | 2023-10-17T22:48:56.361Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-17T22:48:56.370Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-17T22:48:56.499Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-17T22:48:56.505Z | info: downloading component 'cargo' |
34 | 2023-10-17T22:48:57.161Z | info: downloading component 'clippy' |
35 | 2023-10-17T22:48:57.394Z | info: downloading component 'rust-docs' |
36 | 2023-10-17T22:48:58.315Z | info: downloading component 'rust-std' |
37 | 2023-10-17T22:48:59.912Z | info: downloading component 'rustc' |
38 | 2023-10-17T22:49:03.798Z | info: downloading component 'rustfmt' |
39 | 2023-10-17T22:49:04.475Z | info: installing component 'cargo' |
40 | 2023-10-17T22:49:05.451Z | info: installing component 'clippy' |
41 | 2023-10-17T22:49:06.059Z | info: installing component 'rust-docs' |
42 | 2023-10-17T22:49:08.785Z | info: installing component 'rust-std' |
43 | 2023-10-17T22:49:11.842Z | info: installing component 'rustc' |
44 | 2023-10-17T22:49:18.884Z | info: installing component 'rustfmt' |
45 | 2023-10-17T22:49:19.389Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-17T22:49:19.395Z | |
47 | 2023-10-17T22:49:19.405Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-17T22:49:19.417Z | |
49 | 2023-10-17T22:49:19.437Z | |
50 | 2023-10-17T22:49:19.469Z | Rust is installed now. Great! |
51 | 2023-10-17T22:49:19.476Z | |
52 | 2023-10-17T22:49:19.481Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-17T22:49:19.485Z | environment variable. This has not been done automatically. |
54 | 2023-10-17T22:49:19.489Z | |
55 | 2023-10-17T22:49:19.493Z | To configure your current shell, run: |
56 | 2023-10-17T22:49:19.498Z | source "$HOME/.cargo/env" |
57 | 2023-10-17T22:49:19.503Z | + rustc --version |
58 | 2023-10-17T22:49:19.507Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-17T22:49:19.519Z | process exited: duration 25085 ms, exit code 0 |
|
60 | 2023-10-17T22:49:19.526Z | starting task 2: "authentication" |
61 | 2023-10-17T22:49:19.565Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2023-10-17T22:49:19.572Z | starting task 3: "clone repository" |
63 | 2023-10-17T22:49:19.582Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-17T22:49:19.585Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-17T22:49:19.639Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-17T22:49:25.037Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-17T22:49:25.045Z | + [[ -n dbinit-order ]] |
68 | 2023-10-17T22:49:25.055Z | + git fetch origin dbinit-order |
69 | 2023-10-17T22:49:25.540Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-17T22:49:25.555Z | * branch dbinit-order -> FETCH_HEAD |
71 | 2023-10-17T22:49:25.559Z | + git checkout -B dbinit-order remotes/origin/dbinit-order |
72 | 2023-10-17T22:49:25.563Z | Switched to a new branch 'dbinit-order' |
73 | 2023-10-17T22:49:25.566Z | branch 'dbinit-order' set up to track 'origin/dbinit-order'. |
74 | 2023-10-17T22:49:25.570Z | + git reset --hard 50049e62a7adbd71e8a78fe1203051b719e7f839 |
75 | 2023-10-17T22:49:25.607Z | HEAD is now at 50049e62 Update README |
76 | 2023-10-17T22:49:25.612Z | process exited: duration 6034 ms, exit code 0 |
|
77 | 2023-10-17T22:49:25.619Z | starting task 4: "build" |
78 | 2023-10-17T22:49:25.630Z | + cargo --version |
79 | 2023-10-17T22:49:25.724Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-17T22:49:25.728Z | + rustc --version |
81 | 2023-10-17T22:49:25.822Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-17T22:49:25.826Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-17T22:49:30.961Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-17T22:49:31.733Z | Startup: Caching catalogs ... Done |
85 | 2023-10-17T22:49:35.773Z | Planning: Solver setup ... Done (3.790s) |
86 | 2023-10-17T22:49:35.874Z | Planning: Running solver ... Done (0.105s) |
87 | 2023-10-17T22:49:35.922Z | Planning: Finding local manifests ... Done (0.004s) |
88 | 2023-10-17T22:49:35.938Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-17T22:49:36.321Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-17T22:49:36.459Z | Planning: Package planning ... Done (0.138s) |
91 | 2023-10-17T22:49:36.547Z | Planning: Merging actions ... Done (0.084s) |
92 | 2023-10-17T22:49:37.956Z | Planning: Checking for conflicting actions ... Done (1.411s) |
93 | 2023-10-17T22:49:37.975Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-17T22:49:45.749Z | Planning: Evaluating mediators ... Done (7.777s) |
95 | 2023-10-17T22:49:45.767Z | Planning: Planning completed in 13.98 seconds |
96 | 2023-10-17T22:49:45.813Z | Packages to install: 4 |
97 | 2023-10-17T22:49:45.818Z | Mediators to change: 2 |
98 | 2023-10-17T22:49:45.822Z | Services to change: 1 |
99 | 2023-10-17T22:49:45.826Z | Estimated space available: 149.39 GB |
100 | 2023-10-17T22:49:45.829Z | Estimated space to be consumed: 1.36 GB |
101 | 2023-10-17T22:49:45.832Z | Create boot environment: No |
102 | 2023-10-17T22:49:45.836Z | Create backup boot environment: No |
103 | 2023-10-17T22:49:45.839Z | Rebuild boot archive: No |
104 | 2023-10-17T22:49:45.842Z | |
105 | 2023-10-17T22:49:45.845Z | Changed mediators: |
106 | 2023-10-17T22:49:45.848Z | mediator clang: |
107 | 2023-10-17T22:49:45.851Z | version: None -> 15 (system default) |
108 | 2023-10-17T22:49:45.854Z | |
109 | 2023-10-17T22:49:45.857Z | mediator llvm: |
110 | 2023-10-17T22:49:45.860Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-17T22:49:45.864Z | |
112 | 2023-10-17T22:49:45.867Z | Changed packages: |
113 | 2023-10-17T22:49:45.870Z | helios-dev |
114 | 2023-10-17T22:49:45.873Z | developer/build-essential |
115 | 2023-10-17T22:49:45.877Z | None -> 11-2.0 |
116 | 2023-10-17T22:49:45.880Z | library/libxmlsec1 |
117 | 2023-10-17T22:49:45.883Z | None -> 1.2.35-2.0 |
118 | 2023-10-17T22:49:45.885Z | ooce/developer/clang-15 |
119 | 2023-10-17T22:49:45.889Z | None -> 15.0.7-2.0 |
120 | 2023-10-17T22:49:45.892Z | ooce/developer/llvm-15 |
121 | 2023-10-17T22:49:45.895Z | None -> 15.0.7-2.0 |
122 | 2023-10-17T22:49:45.898Z | |
123 | 2023-10-17T22:49:45.903Z | Services: |
124 | 2023-10-17T22:49:45.907Z | restart_fmri: |
125 | 2023-10-17T22:49:45.911Z | svc:/system/update-man-index:default |
126 | 2023-10-17T22:49:46.281Z | |
127 | 2023-10-17T22:49:46.294Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-17T22:49:51.356Z | Download: 1112/3290 items 31.9/212.6MB 15% complete (6.3M/s) |
129 | 2023-10-17T22:49:56.360Z | Download: 1499/3290 items 117.2/212.6MB 55% complete (11.7M/s) |
130 | 2023-10-17T22:50:01.360Z | Download: 2267/3290 items 119.7/212.6MB 56% complete (8.9M/s) |
131 | 2023-10-17T22:50:06.360Z | Download: 3159/3290 items 154.6/212.6MB 72% complete (3.7M/s) |
132 | 2023-10-17T22:50:11.389Z | Download: 3286/3290 items 210.5/212.6MB 99% complete (9.3M/s) |
133 | 2023-10-17T22:50:11.678Z | Download: Completed 212.60 MB in 25.39 seconds (8.4M/s) |
134 | 2023-10-17T22:50:11.965Z | Actions: 1/3687 actions (Installing new actions) |
135 | 2023-10-17T22:50:17.049Z | Actions: 2899/3687 actions (Installing new actions) |
136 | 2023-10-17T22:50:20.753Z | Actions: Completed 3687 actions in 8.79 seconds. |
137 | 2023-10-17T22:50:20.901Z | Done (0.142s) |
138 | 2023-10-17T22:50:20.905Z | Done (0.000s) |
139 | 2023-10-17T22:50:21.082Z | Done (0.180s) |
140 | 2023-10-17T22:50:29.411Z | Done (8.215s) |
141 | 2023-10-17T22:50:29.842Z | Done (0.333s) |
142 | 2023-10-17T22:50:29.846Z | Done (0.000s) |
143 | 2023-10-17T22:50:30.076Z | Done (0.000s) |
144 | 2023-10-17T22:50:31.172Z | Planning: Evaluating mediator changes ... Done |
145 | 2023-10-17T22:50:31.194Z | Planning: Checking for conflicting actions ... Done |
146 | 2023-10-17T22:50:31.198Z | Planning: Consolidating action changes ... Done |
147 | 2023-10-17T22:50:31.472Z | Planning: Evaluating mediators ... Done |
148 | 2023-10-17T22:50:31.475Z | Planning: Planning completed in 0.72 seconds |
149 | 2023-10-17T22:50:31.527Z | Mediators to change: 2 |
150 | 2023-10-17T22:50:31.532Z | Create boot environment: No |
151 | 2023-10-17T22:50:31.535Z | Create backup boot environment: No |
152 | 2023-10-17T22:50:31.630Z | Done |
153 | 2023-10-17T22:50:31.633Z | Done |
154 | 2023-10-17T22:50:31.732Z | Done |
155 | 2023-10-17T22:50:37.472Z | Done |
156 | 2023-10-17T22:50:37.592Z | Done |
157 | 2023-10-17T22:50:37.596Z | Done |
158 | 2023-10-17T22:50:37.821Z | Done |
159 | 2023-10-17T22:50:38.840Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-10-17T22:50:38.843Z | Planning: Merging actions ... Done |
161 | 2023-10-17T22:50:39.171Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-10-17T22:50:39.175Z | Planning: Consolidating action changes ... Done |
163 | 2023-10-17T22:50:39.603Z | Planning: Evaluating mediators ... Done |
164 | 2023-10-17T22:50:39.694Z | Planning: Planning completed in 1.31 seconds |
165 | 2023-10-17T22:50:39.750Z | Packages to change: 1 |
166 | 2023-10-17T22:50:39.753Z | Mediators to change: 1 |
167 | 2023-10-17T22:50:39.756Z | Services to change: 1 |
168 | 2023-10-17T22:50:39.759Z | Create boot environment: No |
169 | 2023-10-17T22:50:39.762Z | Create backup boot environment: Yes |
170 | 2023-10-17T22:50:40.585Z | Actions: 1/6 actions (Updating modified actions) |
171 | 2023-10-17T22:50:40.589Z | Actions: Completed 6 actions in 0.00 seconds. |
172 | 2023-10-17T22:50:40.593Z | Done |
173 | 2023-10-17T22:50:40.596Z | Done |
174 | 2023-10-17T22:50:40.635Z | Done |
175 | 2023-10-17T22:50:46.319Z | Done |
176 | 2023-10-17T22:50:46.436Z | Done |
177 | 2023-10-17T22:50:46.440Z | Done |
178 | 2023-10-17T22:50:46.525Z | Done |
179 | 2023-10-17T22:50:47.595Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
180 | 2023-10-17T22:50:47.598Z | clang system 15 system |
181 | 2023-10-17T22:50:47.601Z | csh system system illumos |
182 | 2023-10-17T22:50:47.605Z | ctags system system illumos |
183 | 2023-10-17T22:50:47.608Z | gcc vendor 12 vendor |
184 | 2023-10-17T22:50:47.611Z | gcc system 10 system |
185 | 2023-10-17T22:50:47.614Z | gcc system 7 system |
186 | 2023-10-17T22:50:47.617Z | go system 1.20 system |
187 | 2023-10-17T22:50:47.620Z | go system 1.19 system |
188 | 2023-10-17T22:50:47.624Z | llvm system 15 system |
189 | 2023-10-17T22:50:47.627Z | llvm system 14 system |
190 | 2023-10-17T22:50:47.630Z | mariadb system 10.6 system |
191 | 2023-10-17T22:50:47.633Z | mta vendor vendor dma |
192 | 2023-10-17T22:50:47.636Z | openjdk system 17 system |
193 | 2023-10-17T22:50:47.639Z | openjdk system 11 system |
194 | 2023-10-17T22:50:47.642Z | openjdk system 1.8 system |
195 | 2023-10-17T22:50:47.645Z | openssl vendor 3 vendor |
196 | 2023-10-17T22:50:47.648Z | perl system 5.36 system |
197 | 2023-10-17T22:50:47.651Z | postgresql system 15 system |
198 | 2023-10-17T22:50:47.655Z | postgresql system 13 system |
199 | 2023-10-17T22:50:47.658Z | python vendor 3 vendor |
200 | 2023-10-17T22:50:47.661Z | python system 2 system |
201 | 2023-10-17T22:50:47.665Z | python3 system 3.11 system |
202 | 2023-10-17T22:50:47.669Z | ruby system 3.0 system |
203 | 2023-10-17T22:50:47.672Z | words vendor vendor american-english |
204 | 2023-10-17T22:50:47.675Z | words system system australian-english |
205 | 2023-10-17T22:50:47.678Z | words system system british-english |
206 | 2023-10-17T22:50:47.681Z | words system system canadian-english |
207 | 2023-10-17T22:50:47.684Z | words system system french |
208 | 2023-10-17T22:50:47.687Z | words system system italian |
209 | 2023-10-17T22:50:47.690Z | words system system ngerman |
210 | 2023-10-17T22:50:47.693Z | words system system ogerman |
211 | 2023-10-17T22:50:47.696Z | words system system spanish |
212 | 2023-10-17T22:50:47.708Z | FMRI IFO |
213 | 2023-10-17T22:50:47.711Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
214 | 2023-10-17T22:50:47.714Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
215 | 2023-10-17T22:50:47.717Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
216 | 2023-10-17T22:50:47.720Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
217 | 2023-10-17T22:50:47.723Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
218 | 2023-10-17T22:50:47.727Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
219 | 2023-10-17T22:50:47.779Z | + set -o errexit |
220 | 2023-10-17T22:50:47.783Z | +++ dirname ./tools/ci_download_cockroachdb |
221 | 2023-10-17T22:50:47.786Z | ++ cd ./tools |
222 | 2023-10-17T22:50:47.789Z | ++ pwd |
223 | 2023-10-17T22:50:47.792Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
224 | 2023-10-17T22:50:47.802Z | ++ basename ./tools/ci_download_cockroachdb |
225 | 2023-10-17T22:50:47.805Z | + ARG0=ci_download_cockroachdb |
226 | 2023-10-17T22:50:47.809Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
227 | 2023-10-17T22:50:47.812Z | + CIDL_VERSION=v22.1.9 |
228 | 2023-10-17T22:50:47.815Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
229 | 2023-10-17T22:50:47.818Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
230 | 2023-10-17T22:50:47.822Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
231 | 2023-10-17T22:50:47.825Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
232 | 2023-10-17T22:50:47.828Z | + TARGET_DIR=out |
233 | 2023-10-17T22:50:47.831Z | + DOWNLOAD_DIR=out/downloads |
234 | 2023-10-17T22:50:47.834Z | + DEST_DIR=./out/cockroachdb |
235 | 2023-10-17T22:50:47.837Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
236 | 2023-10-17T22:50:47.840Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
237 | 2023-10-17T22:50:47.843Z | + main |
238 | 2023-10-17T22:50:47.847Z | + [[ 0 != 0 ]] |
239 | 2023-10-17T22:50:47.850Z | + CIDL_OS=solaris2.11 |
240 | 2023-10-17T22:50:47.858Z | + [[ 0 != 0 ]] |
241 | 2023-10-17T22:50:47.861Z | + configure_os solaris2.11 |
242 | 2023-10-17T22:50:47.864Z | + echo 'current directory: /work/oxidecomputer/omicron' |
243 | 2023-10-17T22:50:47.867Z | current directory: /work/oxidecomputer/omicron |
244 | 2023-10-17T22:50:47.870Z | + echo 'configuring based on OS: "solaris2.11"' |
245 | 2023-10-17T22:50:47.874Z | configuring based on OS: "solaris2.11" |
246 | 2023-10-17T22:50:47.877Z | + case "$1" in |
247 | 2023-10-17T22:50:47.880Z | + CIDL_BUILD=illumos |
248 | 2023-10-17T22:50:47.883Z | + CIDL_SUFFIX=tar.gz |
249 | 2023-10-17T22:50:47.886Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-10-17T22:50:47.889Z | + CIDL_MD5FUNC=do_md5sum |
251 | 2023-10-17T22:50:47.896Z | + CIDL_URL_BASE=https://illumos.org/downloads |
252 | 2023-10-17T22:50:47.899Z | + CIDL_ASSEMBLE=do_assemble_illumos |
253 | 2023-10-17T22:50:47.902Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
254 | 2023-10-17T22:50:47.905Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-17T22:50:47.909Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-17T22:50:47.912Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
257 | 2023-10-17T22:50:47.915Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-17T22:50:47.918Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-17T22:50:47.921Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-17T22:50:47.924Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-17T22:50:47.927Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-17T22:50:47.930Z | + mkdir -p out/downloads |
263 | 2023-10-17T22:50:47.933Z | + mkdir -p ./out/cockroachdb |
264 | 2023-10-17T22:50:47.936Z | + local DO_DOWNLOAD=true |
265 | 2023-10-17T22:50:47.940Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
266 | 2023-10-17T22:50:47.943Z | + '[' true == true ']' |
267 | 2023-10-17T22:50:47.945Z | + echo Downloading... |
268 | 2023-10-17T22:50:47.949Z | Downloading... |
269 | 2023-10-17T22:50:47.952Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-17T22:50:47.955Z | + 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 |
271 | 2023-10-17T22:50:49.927Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-17T22:50:49.931Z | ++ md5sum |
273 | 2023-10-17T22:50:49.934Z | ++ awk '{print $1}' |
274 | 2023-10-17T22:50:50.112Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-10-17T22:50:50.115Z | + [[ 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 ]] |
276 | 2023-10-17T22:50:50.118Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-17T22:50:50.122Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
278 | 2023-10-17T22:50:53.495Z | + do_assemble_illumos |
279 | 2023-10-17T22:50:53.498Z | + rm -r ./out/cockroachdb |
280 | 2023-10-17T22:50:53.502Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
281 | 2023-10-17T22:50:54.117Z | + ./out/cockroachdb/bin/cockroach version |
282 | 2023-10-17T22:50:54.322Z | Build Tag: v22.1.9-dirty |
283 | 2023-10-17T22:50:54.325Z | Build Time: 2022/10/26 21:17:46 |
284 | 2023-10-17T22:50:54.328Z | Distribution: OSS |
285 | 2023-10-17T22:50:54.332Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
286 | 2023-10-17T22:50:54.335Z | Go Version: go1.17.13 |
287 | 2023-10-17T22:50:54.340Z | C Compiler: gcc 10.3.0 |
288 | 2023-10-17T22:50:54.344Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
289 | 2023-10-17T22:50:54.349Z | Build Type: release |
290 | 2023-10-17T22:50:54.352Z | + set -o errexit |
291 | 2023-10-17T22:50:54.356Z | +++ dirname ./tools/ci_download_clickhouse |
292 | 2023-10-17T22:50:54.359Z | ++ cd ./tools |
293 | 2023-10-17T22:50:54.362Z | ++ pwd |
294 | 2023-10-17T22:50:54.366Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
295 | 2023-10-17T22:50:54.369Z | ++ basename ./tools/ci_download_clickhouse |
296 | 2023-10-17T22:50:54.372Z | + ARG0=ci_download_clickhouse |
297 | 2023-10-17T22:50:54.377Z | + TARGET_DIR=out |
298 | 2023-10-17T22:50:54.380Z | + DOWNLOAD_DIR=out/downloads |
299 | 2023-10-17T22:50:54.383Z | + DEST_DIR=./out/clickhouse |
300 | 2023-10-17T22:50:54.387Z | + CIDL_VERSION=v22.8.9.24 |
301 | 2023-10-17T22:50:54.390Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
302 | 2023-10-17T22:50:54.394Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
303 | 2023-10-17T22:50:54.397Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
304 | 2023-10-17T22:50:54.400Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
305 | 2023-10-17T22:50:54.403Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
306 | 2023-10-17T22:50:54.406Z | + main |
307 | 2023-10-17T22:50:54.409Z | + [[ 0 != 0 ]] |
308 | 2023-10-17T22:50:54.412Z | + CIDL_OS=solaris2.11 |
309 | 2023-10-17T22:50:54.416Z | + [[ 0 != 0 ]] |
310 | 2023-10-17T22:50:54.419Z | + configure_os solaris2.11 |
311 | 2023-10-17T22:50:54.422Z | + echo 'current directory: /work/oxidecomputer/omicron' |
312 | 2023-10-17T22:50:54.425Z | current directory: /work/oxidecomputer/omicron |
313 | 2023-10-17T22:50:54.428Z | + echo 'configuring based on OS: "solaris2.11"' |
314 | 2023-10-17T22:50:54.431Z | configuring based on OS: "solaris2.11" |
315 | 2023-10-17T22:50:54.434Z | + CIDL_DASHREV= |
316 | 2023-10-17T22:50:54.438Z | + case "$1" in |
317 | 2023-10-17T22:50:54.441Z | + CIDL_PLATFORM=illumos |
318 | 2023-10-17T22:50:54.445Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-10-17T22:50:54.448Z | + CIDL_MD5FUNC=do_md5sum |
320 | 2023-10-17T22:50:54.451Z | + CIDL_DASHREV=-1 |
321 | 2023-10-17T22:50:54.455Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
322 | 2023-10-17T22:50:54.458Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-17T22:50:54.461Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-17T22:50:54.465Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-17T22:50:54.468Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-10-17T22:50:54.471Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-17T22:50:54.474Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-17T22:50:54.477Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-17T22:50:54.481Z | + mkdir -p out/downloads |
330 | 2023-10-17T22:50:54.484Z | + mkdir -p ./out/clickhouse |
331 | 2023-10-17T22:50:54.488Z | + local DO_DOWNLOAD=true |
332 | 2023-10-17T22:50:54.491Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
333 | 2023-10-17T22:50:54.494Z | + '[' true == true ']' |
334 | 2023-10-17T22:50:54.497Z | + echo Downloading... |
335 | 2023-10-17T22:50:54.500Z | Downloading... |
336 | 2023-10-17T22:50:54.504Z | + 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 |
337 | 2023-10-17T22:50:54.507Z | + 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 |
338 | 2023-10-17T22:50:57.992Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-10-17T22:50:58.000Z | ++ md5sum |
340 | 2023-10-17T22:50:58.004Z | ++ awk '{print $1}' |
341 | 2023-10-17T22:50:58.248Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-10-17T22:50:58.251Z | + [[ 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 ]] |
343 | 2023-10-17T22:50:58.254Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
344 | 2023-10-17T22:50:58.258Z | + mkdir -p ./out/clickhouse |
345 | 2023-10-17T22:50:58.261Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
346 | 2023-10-17T22:51:03.041Z | + ./out/clickhouse/clickhouse server --version |
347 | 2023-10-17T22:51:03.093Z | ClickHouse server version 22.8.9.1. |
348 | 2023-10-17T22:51:03.116Z | + set -o errexit |
349 | 2023-10-17T22:51:03.120Z | +++ dirname ./tools/ci_download_console |
350 | 2023-10-17T22:51:03.123Z | ++ cd ./tools |
351 | 2023-10-17T22:51:03.126Z | ++ pwd |
352 | 2023-10-17T22:51:03.130Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
353 | 2023-10-17T22:51:03.135Z | ++ basename ./tools/ci_download_console |
354 | 2023-10-17T22:51:03.138Z | + ARG0=ci_download_console |
355 | 2023-10-17T22:51:03.142Z | + TARGET_DIR=out |
356 | 2023-10-17T22:51:03.145Z | + DOWNLOAD_DIR=out/downloads |
357 | 2023-10-17T22:51:03.148Z | + DEST_DIR=./out/console-assets |
358 | 2023-10-17T22:51:03.152Z | + source /work/oxidecomputer/omicron/tools/console_version |
359 | 2023-10-17T22:51:03.156Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
360 | 2023-10-17T22:51:03.161Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
361 | 2023-10-17T22:51:03.165Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
362 | 2023-10-17T22:51:03.168Z | + TARBALL_FILE=out/downloads/console.tar.gz |
363 | 2023-10-17T22:51:03.172Z | + main |
364 | 2023-10-17T22:51:03.176Z | + [[ 0 != 0 ]] |
365 | 2023-10-17T22:51:03.180Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
366 | 2023-10-17T22:51:03.196Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
367 | 2023-10-17T22:51:03.204Z | + echo 'Local file: out/downloads/console.tar.gz' |
368 | 2023-10-17T22:51:03.208Z | Local file: out/downloads/console.tar.gz |
369 | 2023-10-17T22:51:03.211Z | + local DO_DOWNLOAD=true |
370 | 2023-10-17T22:51:03.217Z | + [[ -f out/downloads/console.tar.gz ]] |
371 | 2023-10-17T22:51:03.221Z | + mkdir -p out/downloads |
372 | 2023-10-17T22:51:03.225Z | + '[' true == true ']' |
373 | 2023-10-17T22:51:03.228Z | + echo Downloading... |
374 | 2023-10-17T22:51:03.233Z | Downloading... |
375 | 2023-10-17T22:51:03.241Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
376 | 2023-10-17T22:51:03.245Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
377 | 2023-10-17T22:51:03.759Z | ++ do_sha256sum out/downloads/console.tar.gz |
378 | 2023-10-17T22:51:03.762Z | ++ case "$OSTYPE" in |
379 | 2023-10-17T22:51:03.766Z | ++ SHA=sha256sum |
380 | 2023-10-17T22:51:03.770Z | ++ sha256sum |
381 | 2023-10-17T22:51:03.773Z | ++ awk '{print $1}' |
382 | 2023-10-17T22:51:03.784Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
383 | 2023-10-17T22:51:03.788Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
384 | 2023-10-17T22:51:03.791Z | + rm -rf ./out/console-assets |
385 | 2023-10-17T22:51:03.794Z | + mkdir -p ./out/console-assets |
386 | 2023-10-17T22:51:03.798Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
387 | 2023-10-17T22:51:03.802Z | + mkdir -p ./out/console-assets |
388 | 2023-10-17T22:51:03.806Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
389 | 2023-10-17T22:51:03.928Z | + set -o errexit |
390 | 2023-10-17T22:51:03.932Z | +++ dirname ./tools/ci_download_maghemite_openapi |
391 | 2023-10-17T22:51:03.936Z | ++ cd ./tools |
392 | 2023-10-17T22:51:03.940Z | ++ pwd |
393 | 2023-10-17T22:51:03.944Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-10-17T22:51:03.950Z | ++ basename ./tools/ci_download_maghemite_openapi |
395 | 2023-10-17T22:51:03.954Z | + ARG0=ci_download_maghemite_openapi |
396 | 2023-10-17T22:51:03.958Z | + TARGET_DIR=out |
397 | 2023-10-17T22:51:03.973Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-10-17T22:51:03.977Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
399 | 2023-10-17T22:51:03.981Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
400 | 2023-10-17T22:51:03.985Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
401 | 2023-10-17T22:51:03.989Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
402 | 2023-10-17T22:51:03.993Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
403 | 2023-10-17T22:51:04.004Z | + main |
404 | 2023-10-17T22:51:04.009Z | + [[ 0 != 0 ]] |
405 | 2023-10-17T22:51:04.014Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
406 | 2023-10-17T22:51:04.018Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
407 | 2023-10-17T22:51:04.023Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
408 | 2023-10-17T22:51:04.027Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
409 | 2023-10-17T22:51:04.035Z | + local DO_DOWNLOAD=true |
410 | 2023-10-17T22:51:04.039Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
411 | 2023-10-17T22:51:04.044Z | + mkdir -p out/downloads |
412 | 2023-10-17T22:51:04.050Z | + '[' true == true ']' |
413 | 2023-10-17T22:51:04.055Z | + echo Downloading... |
414 | 2023-10-17T22:51:04.061Z | Downloading... |
415 | 2023-10-17T22:51:04.066Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
416 | 2023-10-17T22:51:04.069Z | + 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 |
417 | 2023-10-17T22:51:04.163Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
418 | 2023-10-17T22:51:04.166Z | ++ case "$OSTYPE" in |
419 | 2023-10-17T22:51:04.175Z | ++ SHA=sha256sum |
420 | 2023-10-17T22:51:04.180Z | ++ sha256sum |
421 | 2023-10-17T22:51:04.185Z | ++ awk '{print $1}' |
422 | 2023-10-17T22:51:04.189Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-10-17T22:51:04.206Z | + [[ 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 ]] |
424 | 2023-10-17T22:51:04.219Z | + set -o errexit |
425 | 2023-10-17T22:51:04.223Z | +++ dirname ./tools/ci_download_dendrite_openapi |
426 | 2023-10-17T22:51:04.226Z | ++ cd ./tools |
427 | 2023-10-17T22:51:04.230Z | ++ pwd |
428 | 2023-10-17T22:51:04.233Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2023-10-17T22:51:04.238Z | ++ basename ./tools/ci_download_dendrite_openapi |
430 | 2023-10-17T22:51:04.241Z | + ARG0=ci_download_dendrite_openapi |
431 | 2023-10-17T22:51:04.246Z | + TARGET_DIR=out |
432 | 2023-10-17T22:51:04.250Z | + DOWNLOAD_DIR=out/downloads |
433 | 2023-10-17T22:51:04.254Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
434 | 2023-10-17T22:51:04.257Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
435 | 2023-10-17T22:51:04.262Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
436 | 2023-10-17T22:51:04.266Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
437 | 2023-10-17T22:51:04.270Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
438 | 2023-10-17T22:51:04.276Z | + main |
439 | 2023-10-17T22:51:04.288Z | + [[ 0 != 0 ]] |
440 | 2023-10-17T22:51:04.298Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
441 | 2023-10-17T22:51:04.715Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
442 | 2023-10-17T22:51:04.720Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
443 | 2023-10-17T22:51:04.730Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
444 | 2023-10-17T22:51:04.742Z | + local DO_DOWNLOAD=true |
445 | 2023-10-17T22:51:04.749Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
446 | 2023-10-17T22:51:04.754Z | + mkdir -p out/downloads |
447 | 2023-10-17T22:51:04.758Z | + '[' true == true ']' |
448 | 2023-10-17T22:51:04.761Z | + echo Downloading... |
449 | 2023-10-17T22:51:04.766Z | Downloading... |
450 | 2023-10-17T22:51:04.771Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
451 | 2023-10-17T22:51:04.775Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
452 | 2023-10-17T22:51:04.778Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
453 | 2023-10-17T22:51:04.781Z | ++ case "$OSTYPE" in |
454 | 2023-10-17T22:51:04.784Z | ++ SHA=sha256sum |
455 | 2023-10-17T22:51:04.788Z | ++ sha256sum |
456 | 2023-10-17T22:51:04.791Z | ++ awk '{print $1}' |
457 | 2023-10-17T22:51:04.795Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
458 | 2023-10-17T22:51:04.798Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
459 | 2023-10-17T22:51:04.802Z | + set -o errexit |
460 | 2023-10-17T22:51:04.805Z | +++ dirname ./tools/ci_download_dendrite_stub |
461 | 2023-10-17T22:51:04.808Z | ++ cd ./tools |
462 | 2023-10-17T22:51:04.812Z | ++ pwd |
463 | 2023-10-17T22:51:04.815Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
464 | 2023-10-17T22:51:04.818Z | ++ basename ./tools/ci_download_dendrite_stub |
465 | 2023-10-17T22:51:04.821Z | + ARG0=ci_download_dendrite_stub |
466 | 2023-10-17T22:51:04.825Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
467 | 2023-10-17T22:51:04.829Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
468 | 2023-10-17T22:51:04.835Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
469 | 2023-10-17T22:51:04.838Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
470 | 2023-10-17T22:51:04.843Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
471 | 2023-10-17T22:51:04.846Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
472 | 2023-10-17T22:51:04.850Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
473 | 2023-10-17T22:51:04.853Z | + TARGET_DIR=out |
474 | 2023-10-17T22:51:04.858Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-10-17T22:51:04.885Z | + DEST_DIR=./out/dendrite-stub |
476 | 2023-10-17T22:51:04.888Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
477 | 2023-10-17T22:51:04.893Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
478 | 2023-10-17T22:51:04.897Z | + REPO=oxidecomputer/dendrite |
479 | 2023-10-17T22:51:04.900Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
480 | 2023-10-17T22:51:04.904Z | + main |
481 | 2023-10-17T22:51:04.907Z | + [[ 0 != 0 ]] |
482 | 2023-10-17T22:51:04.911Z | + CIDL_OS=solaris2.11 |
483 | 2023-10-17T22:51:04.917Z | + [[ 0 != 0 ]] |
484 | 2023-10-17T22:51:04.921Z | + configure_os solaris2.11 |
485 | 2023-10-17T22:51:04.925Z | + echo 'current directory: /work/oxidecomputer/omicron' |
486 | 2023-10-17T22:51:04.927Z | current directory: /work/oxidecomputer/omicron |
487 | 2023-10-17T22:51:04.931Z | + echo 'configuring based on OS: "solaris2.11"' |
488 | 2023-10-17T22:51:04.935Z | configuring based on OS: "solaris2.11" |
489 | 2023-10-17T22:51:04.939Z | + case "$1" in |
490 | 2023-10-17T22:51:04.943Z | + SET_BINARIES= |
491 | 2023-10-17T22:51:04.946Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
492 | 2023-10-17T22:51:04.949Z | + CIDL_SHA256FUNC=do_sha256sum |
493 | 2023-10-17T22:51:04.956Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
494 | 2023-10-17T22:51:04.960Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
495 | 2023-10-17T22:51:04.963Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
496 | 2023-10-17T22:51:04.968Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
497 | 2023-10-17T22:51:04.974Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
498 | 2023-10-17T22:51:04.977Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
499 | 2023-10-17T22:51:04.981Z | Local file: out/downloads/dendrite-stub.tar.gz |
500 | 2023-10-17T22:51:04.998Z | + mkdir -p out/downloads |
501 | 2023-10-17T22:51:05.016Z | + mkdir -p ./out/dendrite-stub |
502 | 2023-10-17T22:51:05.442Z | + fetch_and_verify |
503 | 2023-10-17T22:51:05.453Z | + local DO_DOWNLOAD=true |
504 | 2023-10-17T22:51:05.463Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
505 | 2023-10-17T22:51:05.470Z | + '[' true == true ']' |
506 | 2023-10-17T22:51:05.956Z | Downloading... |
507 | 2023-10-17T22:51:05.974Z | + echo Downloading... |
508 | 2023-10-17T22:51:05.987Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
509 | 2023-10-17T22:51:06.007Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
510 | 2023-10-17T22:51:10.350Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
511 | 2023-10-17T22:51:10.354Z | ++ sha256sum |
512 | 2023-10-17T22:51:10.360Z | ++ awk '{print $1}' |
513 | 2023-10-17T22:51:10.445Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
514 | 2023-10-17T22:51:10.448Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
515 | 2023-10-17T22:51:10.452Z | + do_untar out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-17T22:51:10.455Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
517 | 2023-10-17T22:51:11.369Z | + do_assemble |
518 | 2023-10-17T22:51:11.376Z | + rm -r ./out/dendrite-stub |
519 | 2023-10-17T22:51:11.380Z | + mkdir ./out/dendrite-stub |
520 | 2023-10-17T22:51:11.383Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
521 | 2023-10-17T22:51:11.522Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
522 | 2023-10-17T22:51:11.535Z | + set -o errexit |
523 | 2023-10-17T22:51:11.548Z | +++ dirname ./tools/ci_download_transceiver_control |
524 | 2023-10-17T22:51:11.565Z | ++ cd ./tools |
525 | 2023-10-17T22:51:11.577Z | ++ pwd |
526 | 2023-10-17T22:51:11.595Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-10-17T22:51:11.606Z | ++ basename ./tools/ci_download_transceiver_control |
528 | 2023-10-17T22:51:12.024Z | + ARG0=ci_download_transceiver_control |
529 | 2023-10-17T22:51:12.044Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
530 | 2023-10-17T22:51:12.061Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
531 | 2023-10-17T22:51:12.079Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
532 | 2023-10-17T22:51:12.093Z | + TARGET_DIR=out |
533 | 2023-10-17T22:51:12.101Z | + DOWNLOAD_DIR=out/downloads |
534 | 2023-10-17T22:51:12.117Z | + DEST_DIR=./out/transceiver-control |
535 | 2023-10-17T22:51:12.532Z | + BIN_DIR=/opt/oxide/bin |
536 | 2023-10-17T22:51:12.547Z | + BINARY=xcvradm |
537 | 2023-10-17T22:51:12.562Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
538 | 2023-10-17T22:51:12.581Z | + REPO=oxidecomputer/transceiver-control |
539 | 2023-10-17T22:51:12.591Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
540 | 2023-10-17T22:51:12.602Z | + main |
541 | 2023-10-17T22:51:12.612Z | + [[ 0 != 0 ]] |
542 | 2023-10-17T22:51:12.631Z | + CIDL_OS=solaris2.11 |
543 | 2023-10-17T22:51:12.650Z | + [[ 0 != 0 ]] |
544 | 2023-10-17T22:51:12.659Z | + configure_os solaris2.11 |
545 | 2023-10-17T22:51:12.675Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2023-10-17T22:51:13.096Z | current directory: /work/oxidecomputer/omicron |
547 | 2023-10-17T22:51:13.111Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2023-10-17T22:51:13.127Z | + case "$1" in |
549 | 2023-10-17T22:51:13.151Z | + SET_BINARIES= |
550 | 2023-10-17T22:51:14.588Z | configuring based on OS: "solaris2.11" |
551 | 2023-10-17T22:51:14.596Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
552 | 2023-10-17T22:51:14.600Z | + CIDL_SHA256FUNC=do_sha256sum |
553 | 2023-10-17T22:51:14.603Z | + ARCHIVE_FILENAME=xcvradm.gz |
554 | 2023-10-17T22:51:14.606Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
555 | 2023-10-17T22:51:14.609Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
556 | 2023-10-17T22:51:14.612Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
557 | 2023-10-17T22:51:14.616Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
558 | 2023-10-17T22:51:14.619Z | + echo 'Local file: out/downloads/xcvradm.gz' |
559 | 2023-10-17T22:51:14.623Z | Local file: out/downloads/xcvradm.gz |
560 | 2023-10-17T22:51:14.626Z | + mkdir -p out/downloads |
561 | 2023-10-17T22:51:14.629Z | + mkdir -p ./out/transceiver-control |
562 | 2023-10-17T22:51:14.633Z | + fetch_and_verify |
563 | 2023-10-17T22:51:14.636Z | + local DO_DOWNLOAD=true |
564 | 2023-10-17T22:51:14.640Z | + [[ -f out/downloads/xcvradm.gz ]] |
565 | 2023-10-17T22:51:14.644Z | + '[' true == true ']' |
566 | 2023-10-17T22:51:14.647Z | + echo Downloading... |
567 | 2023-10-17T22:51:14.651Z | Downloading... |
568 | 2023-10-17T22:51:14.654Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
569 | 2023-10-17T22:51:14.658Z | + 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 |
570 | 2023-10-17T22:51:15.436Z | ++ do_sha256sum out/downloads/xcvradm.gz |
571 | 2023-10-17T22:51:15.860Z | ++ sha256sum |
572 | 2023-10-17T22:51:15.865Z | ++ awk '{print $1}' |
573 | 2023-10-17T22:51:15.869Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
574 | 2023-10-17T22:51:15.872Z | + [[ 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 ]] |
575 | 2023-10-17T22:51:15.875Z | + do_unpack out/downloads/xcvradm.gz |
576 | 2023-10-17T22:51:15.881Z | + mkdir -p out/downloads/root//opt/oxide/bin |
577 | 2023-10-17T22:51:15.884Z | + gzip -dc out/downloads/xcvradm.gz |
578 | 2023-10-17T22:51:15.887Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
579 | 2023-10-17T22:51:15.890Z | + do_assemble |
580 | 2023-10-17T22:51:15.893Z | + rm -r ./out/transceiver-control |
581 | 2023-10-17T22:51:15.896Z | + mkdir ./out/transceiver-control |
582 | 2023-10-17T22:51:15.900Z | + cp -r out/downloads/root ./out/transceiver-control/root |
583 | 2023-10-17T22:51:15.903Z | All prerequisites installed successfully |
584 | 2023-10-17T22:51:15.907Z | |
585 | 2023-10-17T22:51:15.911Z | real 1:49.926492667 |
586 | 2023-10-17T22:51:15.915Z | user 49.928646697 |
587 | 2023-10-17T22:51:15.921Z | sys 9.135663950 |
588 | 2023-10-17T22:51:15.928Z | trap 0.018606709 |
589 | 2023-10-17T22:51:15.938Z | tflt 0.066089299 |
590 | 2023-10-17T22:51:15.941Z | dflt 0.749312922 |
591 | 2023-10-17T22:51:15.956Z | kflt 0.059152023 |
592 | 2023-10-17T22:51:15.960Z | lock 1.481727426 |
593 | 2023-10-17T22:51:15.964Z | slp 3:16.319333296 |
594 | 2023-10-17T22:51:15.968Z | lat 3.130056633 |
595 | 2023-10-17T22:51:15.971Z | stop 0.063793825 |
596 | 2023-10-17T22:51:15.975Z | + banner end-to-end-tests |
597 | 2023-10-17T22:51:15.979Z | |
598 | 2023-10-17T22:51:15.983Z | ###### # # ##### ##### #### ###### # # ##### |
599 | 2023-10-17T22:51:15.989Z | # ## # # # # # # # ## # # # |
600 | 2023-10-17T22:51:15.994Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
601 | 2023-10-17T22:51:15.998Z | # # # # # # # # # # # # # # # |
602 | 2023-10-17T22:51:16.003Z | # # ## # # # # # # # ## # # |
603 | 2023-10-17T22:51:16.008Z | ###### # # ##### # #### ###### # # ##### |
604 | 2023-10-17T22:51:16.012Z | |
605 | 2023-10-17T22:51:16.016Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
606 | 2023-10-17T22:51:16.022Z | + CARGO_PROFILE_DEV_DEBUG=1 |
607 | 2023-10-17T22:51:16.027Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
608 | 2023-10-17T22:51:16.031Z | + CARGO_PROFILE_TEST_DEBUG=1 |
609 | 2023-10-17T22:51:16.034Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
610 | 2023-10-17T22:51:16.174Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
611 | 2023-10-17T22:51:16.578Z | Updating crates.io index |
612 | 2023-10-17T22:51:17.125Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
613 | 2023-10-17T22:51:18.415Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
614 | 2023-10-17T22:51:20.614Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
615 | 2023-10-17T22:51:22.109Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
616 | 2023-10-17T22:51:23.329Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
617 | 2023-10-17T22:51:23.658Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
618 | 2023-10-17T22:51:23.927Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
619 | 2023-10-17T22:51:25.153Z | Updating git repository `https://github.com/oxidecomputer/opte` |
620 | 2023-10-17T22:51:26.952Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
621 | 2023-10-17T22:51:28.386Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
622 | 2023-10-17T22:51:29.575Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
623 | 2023-10-17T22:51:31.413Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
624 | 2023-10-17T22:51:33.631Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
625 | 2023-10-17T22:51:34.847Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
626 | 2023-10-17T22:51:36.210Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
627 | 2023-10-17T22:51:37.756Z | Updating git repository `https://github.com/njaremko/samael` |
628 | 2023-10-17T22:51:39.461Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
629 | 2023-10-17T22:51:40.544Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
630 | 2023-10-17T22:51:41.307Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
631 | 2023-10-17T22:51:42.556Z | Updating git repository `https://github.com/jgallagher/nix` |
632 | 2023-10-17T22:51:45.584Z | Updating git repository `https://github.com/cbiffle/hubpack` |
633 | 2023-10-17T22:51:46.800Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
634 | 2023-10-17T22:51:55.172Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
635 | 2023-10-17T22:51:56.787Z | Updating git repository `https://github.com/oxidecomputer/typify` |
636 | 2023-10-17T22:51:58.626Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
637 | 2023-10-17T22:52:00.047Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
638 | 2023-10-17T22:52:00.386Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
639 | 2023-10-17T22:52:16.558Z | Downloading crates ... |
640 | 2023-10-17T22:52:16.912Z | Downloaded addr2line v0.21.0 |
641 | 2023-10-17T22:52:17.097Z | Downloaded bit_field v0.10.2 |
642 | 2023-10-17T22:52:17.242Z | Downloaded bit-vec v0.6.3 |
643 | 2023-10-17T22:52:17.261Z | Downloaded lazy_static v1.4.0 |
644 | 2023-10-17T22:52:17.407Z | Downloaded byteorder v1.4.3 |
645 | 2023-10-17T22:52:17.481Z | Downloaded block-buffer v0.10.4 |
646 | 2023-10-17T22:52:17.585Z | Downloaded diesel_table_macro_syntax v0.1.0 |
647 | 2023-10-17T22:52:17.746Z | Downloaded matches v0.1.10 |
648 | 2023-10-17T22:52:17.796Z | Downloaded bstr v1.6.0 |
649 | 2023-10-17T22:52:17.823Z | Downloaded option-ext v0.2.0 |
650 | 2023-10-17T22:52:17.836Z | Downloaded phf v0.11.2 |
651 | 2023-10-17T22:52:17.853Z | Downloaded parking_lot v0.11.2 |
652 | 2023-10-17T22:52:17.938Z | Downloaded openssl-sys v0.9.93 |
653 | 2023-10-17T22:52:17.969Z | Downloaded atomicwrites v0.4.2 |
654 | 2023-10-17T22:52:18.499Z | Downloaded curve25519-dalek-derive v0.1.0 |
655 | 2023-10-17T22:52:18.969Z | Downloaded mime_guess v2.0.4 |
656 | 2023-10-17T22:52:18.998Z | Downloaded crucible-workspace-hack v0.1.0 |
657 | 2023-10-17T22:52:19.036Z | Downloaded convert_case v0.4.0 |
658 | 2023-10-17T22:52:19.088Z | Downloaded const_format_proc_macros v0.2.31 |
659 | 2023-10-17T22:52:19.106Z | Downloaded ctr v0.9.2 |
660 | 2023-10-17T22:52:19.183Z | Downloaded pin-utils v0.1.0 |
661 | 2023-10-17T22:52:19.212Z | Downloaded password-hash v0.4.2 |
662 | 2023-10-17T22:52:19.284Z | Downloaded parking_lot_core v0.8.6 |
663 | 2023-10-17T22:52:19.323Z | Downloaded async-stream v0.3.5 |
664 | 2023-10-17T22:52:19.378Z | Downloaded anstyle-query v1.0.0 |
665 | 2023-10-17T22:52:19.435Z | Downloaded base16ct v0.2.0 |
666 | 2023-10-17T22:52:19.950Z | Downloaded difflib v0.4.0 |
667 | 2023-10-17T22:52:20.480Z | Downloaded postcard-cobs v0.1.5-pre |
668 | 2023-10-17T22:52:20.495Z | Downloaded dirs v5.0.1 |
669 | 2023-10-17T22:52:20.500Z | Downloaded clap_lex v0.5.1 |
670 | 2023-10-17T22:52:20.506Z | Downloaded clap_derive v4.4.2 |
671 | 2023-10-17T22:52:20.513Z | Downloaded rand_chacha v0.3.1 |
672 | 2023-10-17T22:52:20.519Z | Downloaded parking_lot v0.12.1 |
673 | 2023-10-17T22:52:20.526Z | Downloaded aes-gcm-siv v0.11.1 |
674 | 2023-10-17T22:52:20.532Z | Downloaded ahash v0.8.3 |
675 | 2023-10-17T22:52:20.555Z | Downloaded foreign-types v0.5.0 |
676 | 2023-10-17T22:52:20.582Z | Downloaded backoff v0.4.0 |
677 | 2023-10-17T22:52:20.617Z | Downloaded tokio-macros v2.1.0 |
678 | 2023-10-17T22:52:20.685Z | Downloaded lalrpop-util v0.19.12 |
679 | 2023-10-17T22:52:20.715Z | Downloaded rand_core v0.5.1 |
680 | 2023-10-17T22:52:20.721Z | Downloaded postgres-protocol v0.6.6 |
681 | 2023-10-17T22:52:20.733Z | Downloaded equivalent v1.0.1 |
682 | 2023-10-17T22:52:20.741Z | Downloaded digest v0.10.7 |
683 | 2023-10-17T22:52:20.753Z | Downloaded dof v0.1.5 |
684 | 2023-10-17T22:52:20.784Z | Downloaded endian-type v0.1.2 |
685 | 2023-10-17T22:52:20.859Z | Downloaded serde_repr v0.1.16 |
686 | 2023-10-17T22:52:21.021Z | Downloaded stringprep v0.1.3 |
687 | 2023-10-17T22:52:21.066Z | Downloaded num_enum_derive v0.7.0 |
688 | 2023-10-17T22:52:21.135Z | Downloaded fxhash v0.2.1 |
689 | 2023-10-17T22:52:21.171Z | Downloaded futures-core v0.3.28 |
690 | 2023-10-17T22:52:21.218Z | Downloaded futures-io v0.3.28 |
691 | 2023-10-17T22:52:21.266Z | Downloaded futures-task v0.3.28 |
692 | 2023-10-17T22:52:21.285Z | Downloaded fnv v1.0.7 |
693 | 2023-10-17T22:52:21.305Z | Downloaded clap v4.4.3 |
694 | 2023-10-17T22:52:21.330Z | Downloaded structmeta-derive v0.1.6 |
695 | 2023-10-17T22:52:21.366Z | Downloaded tower-service v0.3.2 |
696 | 2023-10-17T22:52:21.787Z | Downloaded toolchain_find v0.2.0 |
697 | 2023-10-17T22:52:21.804Z | Downloaded hubpack_derive v0.1.1 |
698 | 2023-10-17T22:52:21.825Z | Downloaded stable_deref_trait v1.2.0 |
699 | 2023-10-17T22:52:21.847Z | Downloaded enum-as-inner v0.5.1 |
700 | 2023-10-17T22:52:21.863Z | Downloaded futures-macro v0.3.28 |
701 | 2023-10-17T22:52:21.890Z | Downloaded russh-cryptovec v0.7.0 |
702 | 2023-10-17T22:52:21.902Z | Downloaded foreign-types-shared v0.3.1 |
703 | 2023-10-17T22:52:21.948Z | Downloaded structmeta v0.1.6 |
704 | 2023-10-17T22:52:21.985Z | Downloaded strsim v0.10.0 |
705 | 2023-10-17T22:52:22.003Z | Downloaded http-body v0.4.5 |
706 | 2023-10-17T22:52:22.092Z | Downloaded base64 v0.13.1 |
707 | 2023-10-17T22:52:22.164Z | Downloaded smf v0.2.2 |
708 | 2023-10-17T22:52:22.221Z | Downloaded spki v0.7.2 |
709 | 2023-10-17T22:52:22.296Z | Downloaded semver v0.11.0 |
710 | 2023-10-17T22:52:22.333Z | Downloaded want v0.3.1 |
711 | 2023-10-17T22:52:22.338Z | Downloaded strum_macros v0.25.2 |
712 | 2023-10-17T22:52:22.349Z | Downloaded foreign-types-shared v0.1.1 |
713 | 2023-10-17T22:52:22.361Z | Downloaded humantime v2.1.0 |
714 | 2023-10-17T22:52:22.367Z | Downloaded unicode-width v0.1.10 |
715 | 2023-10-17T22:52:22.375Z | Downloaded toml_datetime v0.6.3 |
716 | 2023-10-17T22:52:22.382Z | Downloaded hyper-staticfile v0.9.5 |
717 | 2023-10-17T22:52:22.392Z | Downloaded env_logger v0.9.3 |
718 | 2023-10-17T22:52:22.398Z | Downloaded siphasher v0.3.11 |
719 | 2023-10-17T22:52:22.404Z | Downloaded hash32 v0.2.1 |
720 | 2023-10-17T22:52:22.411Z | Downloaded glob v0.3.1 |
721 | 2023-10-17T22:52:22.420Z | Downloaded heck v0.3.3 |
722 | 2023-10-17T22:52:22.838Z | Downloaded backtrace v0.3.69 |
723 | 2023-10-17T22:52:23.257Z | Downloaded headers-core v0.2.0 |
724 | 2023-10-17T22:52:23.266Z | Downloaded libm v0.2.7 |
725 | 2023-10-17T22:52:23.271Z | Downloaded ident_case v1.0.1 |
726 | 2023-10-17T22:52:23.278Z | Downloaded filetime v0.2.22 |
727 | 2023-10-17T22:52:23.287Z | Downloaded ff v0.13.0 |
728 | 2023-10-17T22:52:23.296Z | Downloaded foreign-types-macros v0.2.3 |
729 | 2023-10-17T22:52:23.307Z | Downloaded indexmap v2.0.0 |
730 | 2023-10-17T22:52:23.324Z | Downloaded http-range v0.1.5 |
731 | 2023-10-17T22:52:23.336Z | Downloaded socket2 v0.4.9 |
732 | 2023-10-17T22:52:23.347Z | Downloaded tungstenite v0.18.0 |
733 | 2023-10-17T22:52:23.355Z | Downloaded serde_derive_internals v0.26.0 |
734 | 2023-10-17T22:52:23.360Z | Downloaded utf8parse v0.2.1 |
735 | 2023-10-17T22:52:23.371Z | Downloaded string_cache v0.8.7 |
736 | 2023-10-17T22:52:23.380Z | Downloaded futures-channel v0.3.28 |
737 | 2023-10-17T22:52:23.410Z | Downloaded tinyvec_macros v0.1.1 |
738 | 2023-10-17T22:52:23.422Z | Downloaded fixedbitset v0.4.2 |
739 | 2023-10-17T22:52:23.429Z | Downloaded signature v2.1.0 |
740 | 2023-10-17T22:52:23.434Z | Downloaded waitgroup v0.1.2 |
741 | 2023-10-17T22:52:23.446Z | Downloaded serde_derive v1.0.188 |
742 | 2023-10-17T22:52:23.451Z | Downloaded zeroize_derive v1.4.2 |
743 | 2023-10-17T22:52:23.456Z | Downloaded group v0.13.0 |
744 | 2023-10-17T22:52:23.462Z | Downloaded similar v2.2.1 |
745 | 2023-10-17T22:52:23.468Z | Downloaded slog-bunyan v2.4.0 |
746 | 2023-10-17T22:52:23.473Z | Downloaded same-file v1.0.6 |
747 | 2023-10-17T22:52:23.478Z | Downloaded rustversion v1.0.14 |
748 | 2023-10-17T22:52:23.490Z | Downloaded static_assertions v1.1.0 |
749 | 2023-10-17T22:52:23.503Z | Downloaded spin v0.5.2 |
750 | 2023-10-17T22:52:23.921Z | Downloaded serde_tokenstream v0.1.7 |
751 | 2023-10-17T22:52:23.925Z | Downloaded hyper-tls v0.5.0 |
752 | 2023-10-17T22:52:23.929Z | Downloaded serde_tokenstream v0.2.0 |
753 | 2023-10-17T22:52:23.946Z | Downloaded zeroize v1.6.0 |
754 | 2023-10-17T22:52:23.955Z | Downloaded zerocopy v0.6.3 |
755 | 2023-10-17T22:52:23.961Z | Downloaded wyz v0.5.1 |
756 | 2023-10-17T22:52:23.965Z | Downloaded utf-8 v0.7.6 |
757 | 2023-10-17T22:52:23.969Z | Downloaded signal-hook-registry v1.4.1 |
758 | 2023-10-17T22:52:23.973Z | Downloaded serde_with_macros v2.3.3 |
759 | 2023-10-17T22:52:23.977Z | Downloaded hashbrown v0.14.0 |
760 | 2023-10-17T22:52:23.980Z | Downloaded hashlink v0.8.3 |
761 | 2023-10-17T22:52:23.985Z | Downloaded rustls-native-certs v0.6.3 |
762 | 2023-10-17T22:52:23.989Z | Downloaded serde v1.0.188 |
763 | 2023-10-17T22:52:23.994Z | Downloaded tokio-tungstenite v0.18.0 |
764 | 2023-10-17T22:52:23.998Z | Downloaded sha2 v0.10.7 |
765 | 2023-10-17T22:52:24.003Z | Downloaded rustc-demangle v0.1.23 |
766 | 2023-10-17T22:52:24.016Z | Downloaded subprocess v0.2.9 |
767 | 2023-10-17T22:52:24.021Z | Downloaded tokio-stream v0.1.14 |
768 | 2023-10-17T22:52:24.026Z | Downloaded http v0.2.9 |
769 | 2023-10-17T22:52:24.034Z | Downloaded elliptic-curve v0.13.5 |
770 | 2023-10-17T22:52:24.040Z | Downloaded tinyvec v1.6.0 |
771 | 2023-10-17T22:52:24.047Z | Downloaded structopt v0.3.26 |
772 | 2023-10-17T22:52:24.054Z | Downloaded ed25519-dalek v2.0.0 |
773 | 2023-10-17T22:52:24.062Z | Downloaded url v2.4.1 |
774 | 2023-10-17T22:52:24.077Z | Downloaded aes-gcm v0.10.2 |
775 | 2023-10-17T22:52:24.084Z | Downloaded trust-dns-resolver v0.22.0 |
776 | 2023-10-17T22:52:24.092Z | Downloaded tar v0.4.40 |
777 | 2023-10-17T22:52:24.105Z | Downloaded tokio-postgres v0.7.10 |
778 | 2023-10-17T22:52:24.117Z | Downloaded aho-corasick v1.0.4 |
779 | 2023-10-17T22:52:24.146Z | Downloaded unicode-segmentation v1.10.1 |
780 | 2023-10-17T22:52:24.567Z | Downloaded heapless v0.7.16 |
781 | 2023-10-17T22:52:24.575Z | Downloaded hashbrown v0.12.3 |
782 | 2023-10-17T22:52:24.582Z | Downloaded rusqlite v0.29.0 |
783 | 2023-10-17T22:52:24.594Z | Downloaded hkdf v0.12.3 |
784 | 2023-10-17T22:52:25.014Z | Downloaded serde_json v1.0.107 |
785 | 2023-10-17T22:52:25.022Z | Downloaded petgraph v0.6.4 |
786 | 2023-10-17T22:52:25.031Z | Downloaded russh v0.38.0 |
787 | 2023-10-17T22:52:25.043Z | Downloaded h2 v0.3.21 |
788 | 2023-10-17T22:52:25.053Z | Downloaded futures-util v0.3.28 |
789 | 2023-10-17T22:52:25.066Z | Downloaded unicode-normalization v0.1.22 |
790 | 2023-10-17T22:52:25.077Z | Downloaded serde_with v2.3.3 |
791 | 2023-10-17T22:52:25.081Z | Downloaded idna v0.4.0 |
792 | 2023-10-17T22:52:25.086Z | Downloaded vcpkg v0.2.15 |
793 | 2023-10-17T22:52:25.095Z | Downloaded smoltcp v0.8.2 |
794 | 2023-10-17T22:52:25.103Z | Downloaded regex-syntax v0.7.5 |
795 | 2023-10-17T22:52:25.108Z | Downloaded smoltcp v0.9.1 |
796 | 2023-10-17T22:52:25.117Z | Downloaded git2 v0.17.2 |
797 | 2023-10-17T22:52:25.125Z | Downloaded syn v1.0.109 |
798 | 2023-10-17T22:52:25.147Z | Downloaded zerocopy-derive v0.2.0 |
799 | 2023-10-17T22:52:25.565Z | Downloaded rustix v0.37.23 |
800 | 2023-10-17T22:52:25.575Z | Downloaded openapiv3 v1.0.3 |
801 | 2023-10-17T22:52:25.584Z | Downloaded rustix v0.38.9 |
802 | 2023-10-17T22:52:25.599Z | Downloaded regex-automata v0.3.8 |
803 | 2023-10-17T22:52:25.608Z | Downloaded zerocopy-derive v0.6.3 |
804 | 2023-10-17T22:52:25.617Z | Downloaded libc v0.2.149 |
805 | 2023-10-17T22:52:25.626Z | Downloaded object v0.32.1 |
806 | 2023-10-17T22:52:25.634Z | Downloaded sled v0.34.7 |
807 | 2023-10-17T22:52:25.644Z | Downloaded gimli v0.28.0 |
808 | 2023-10-17T22:52:25.653Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
809 | 2023-10-17T22:52:25.664Z | Downloaded idna v0.2.3 |
810 | 2023-10-17T22:52:25.676Z | Downloaded rustls v0.21.7 |
811 | 2023-10-17T22:52:25.691Z | Downloaded trust-dns-proto v0.22.0 |
812 | 2023-10-17T22:52:25.701Z | Downloaded nix v0.26.2 |
813 | 2023-10-17T22:52:25.715Z | Downloaded rustls-webpki v0.101.4 |
814 | 2023-10-17T22:52:25.722Z | Downloaded webpki-roots v0.25.2 |
815 | 2023-10-17T22:52:25.730Z | Downloaded syn v2.0.32 |
816 | 2023-10-17T22:52:25.739Z | Downloaded tokio v1.32.0 |
817 | 2023-10-17T22:52:25.746Z | Downloaded bstr v0.2.17 |
818 | 2023-10-17T22:52:25.754Z | Downloaded regex-syntax v0.6.29 |
819 | 2023-10-17T22:52:25.764Z | Downloaded sha3 v0.10.8 |
820 | 2023-10-17T22:52:25.773Z | Downloaded curve25519-dalek v4.1.0 |
821 | 2023-10-17T22:52:25.782Z | Downloaded hyper v0.14.27 |
822 | 2023-10-17T22:52:25.793Z | Downloaded radix_trie v0.2.1 |
823 | 2023-10-17T22:52:25.800Z | Downloaded chrono v0.4.31 |
824 | 2023-10-17T22:52:25.808Z | Downloaded regress v0.7.1 |
825 | 2023-10-17T22:52:25.820Z | Downloaded regex v1.9.5 |
826 | 2023-10-17T22:52:25.843Z | Downloaded clap v2.34.0 |
827 | 2023-10-17T22:52:25.853Z | Downloaded winnow v0.5.15 |
828 | 2023-10-17T22:52:25.864Z | Downloaded clap_builder v4.4.2 |
829 | 2023-10-17T22:52:25.873Z | Downloaded bitvec v1.0.1 |
830 | 2023-10-17T22:52:25.887Z | Downloaded winapi v0.3.9 |
831 | 2023-10-17T22:52:26.306Z | Downloaded reqwest v0.11.20 |
832 | 2023-10-17T22:52:26.310Z | Downloaded hashbrown v0.13.2 |
833 | 2023-10-17T22:52:26.314Z | Downloaded flate2 v1.0.27 |
834 | 2023-10-17T22:52:26.317Z | Downloaded encoding_rs v0.8.33 |
835 | 2023-10-17T22:52:26.321Z | Downloaded headers v0.3.9 |
836 | 2023-10-17T22:52:26.324Z | Downloaded unsafe-libyaml v0.2.9 |
837 | 2023-10-17T22:52:26.329Z | Downloaded trust-dns-server v0.22.1 |
838 | 2023-10-17T22:52:26.745Z | Downloaded ron v0.7.1 |
839 | 2023-10-17T22:52:26.757Z | Downloaded tracing v0.1.37 |
840 | 2023-10-17T22:52:26.765Z | Downloaded aes v0.8.3 |
841 | 2023-10-17T22:52:26.772Z | Downloaded regex-automata v0.1.10 |
842 | 2023-10-17T22:52:26.786Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
843 | 2023-10-17T22:52:26.793Z | Downloaded rand v0.7.3 |
844 | 2023-10-17T22:52:26.800Z | Downloaded itertools v0.11.0 |
845 | 2023-10-17T22:52:26.808Z | Downloaded tokio-rustls v0.24.1 |
846 | 2023-10-17T22:52:26.815Z | Downloaded uuid v1.4.1 |
847 | 2023-10-17T22:52:26.824Z | Downloaded ghash v0.5.0 |
848 | 2023-10-17T22:52:26.831Z | Downloaded russh-keys v0.38.0 |
849 | 2023-10-17T22:52:26.845Z | Downloaded tempfile v3.8.0 |
850 | 2023-10-17T22:52:26.850Z | Downloaded toml_edit v0.19.15 |
851 | 2023-10-17T22:52:26.854Z | Downloaded getrandom v0.2.10 |
852 | 2023-10-17T22:52:26.859Z | Downloaded tungstenite v0.20.1 |
853 | 2023-10-17T22:52:26.864Z | Downloaded toml v0.7.8 |
854 | 2023-10-17T22:52:26.871Z | Downloaded itertools v0.10.5 |
855 | 2023-10-17T22:52:26.875Z | Downloaded num-bigint v0.4.4 |
856 | 2023-10-17T22:52:26.878Z | Downloaded ed25519 v2.2.2 |
857 | 2023-10-17T22:52:26.882Z | Downloaded rand v0.8.5 |
858 | 2023-10-17T22:52:26.887Z | Downloaded pest v2.7.2 |
859 | 2023-10-17T22:52:26.890Z | Downloaded time v0.3.27 |
860 | 2023-10-17T22:52:26.894Z | Downloaded ryu v1.0.15 |
861 | 2023-10-17T22:52:26.898Z | Downloaded unicode-bidi v0.3.13 |
862 | 2023-10-17T22:52:26.902Z | Downloaded slog v2.7.0 |
863 | 2023-10-17T22:52:26.906Z | Downloaded smallvec v1.11.0 |
864 | 2023-10-17T22:52:26.910Z | Downloaded scopeguard v1.2.0 |
865 | 2023-10-17T22:52:26.917Z | Downloaded schemars_derive v0.8.13 |
866 | 2023-10-17T22:52:26.921Z | Downloaded scheduled-thread-pool v0.2.7 |
867 | 2023-10-17T22:52:26.925Z | Downloaded synstructure v0.12.6 |
868 | 2023-10-17T22:52:26.929Z | Downloaded serde_yaml v0.9.25 |
869 | 2023-10-17T22:52:26.933Z | Downloaded serde_spanned v0.6.3 |
870 | 2023-10-17T22:52:26.937Z | Downloaded zerocopy v0.3.0 |
871 | 2023-10-17T22:52:26.940Z | Downloaded toml_edit v0.20.0 |
872 | 2023-10-17T22:52:26.944Z | Downloaded tokio-util v0.7.8 |
873 | 2023-10-17T22:52:26.950Z | Downloaded walkdir v2.4.0 |
874 | 2023-10-17T22:52:26.955Z | Downloaded vergen v8.2.4 |
875 | 2023-10-17T22:52:26.961Z | Downloaded schemars v0.8.13 |
876 | 2023-10-17T22:52:26.966Z | Downloaded libz-sys v1.1.12 |
877 | 2023-10-17T22:52:26.972Z | Downloaded half v1.8.2 |
878 | 2023-10-17T22:52:26.975Z | Downloaded erased-serde v0.3.30 |
879 | 2023-10-17T22:52:26.979Z | Downloaded toml v0.8.0 |
880 | 2023-10-17T22:52:26.983Z | Downloaded toml v0.5.11 |
881 | 2023-10-17T22:52:26.988Z | Downloaded slog-async v2.8.0 |
882 | 2023-10-17T22:52:26.992Z | Downloaded xattr v1.0.1 |
883 | 2023-10-17T22:52:26.997Z | Downloaded slog-term v2.9.0 |
884 | 2023-10-17T22:52:27.004Z | Downloaded yasna v0.5.2 |
885 | 2023-10-17T22:52:27.008Z | Downloaded memchr v2.6.3 |
886 | 2023-10-17T22:52:27.011Z | Downloaded term v0.7.0 |
887 | 2023-10-17T22:52:27.015Z | Downloaded heck v0.4.1 |
888 | 2023-10-17T22:52:27.019Z | Downloaded unicode-ident v1.0.12 |
889 | 2023-10-17T22:52:27.023Z | Downloaded httparse v1.8.0 |
890 | 2023-10-17T22:52:27.027Z | Downloaded fallible-iterator v0.2.0 |
891 | 2023-10-17T22:52:27.031Z | Downloaded spin v0.9.8 |
892 | 2023-10-17T22:52:27.036Z | Downloaded either v1.9.0 |
893 | 2023-10-17T22:52:27.039Z | Downloaded usdt v0.3.5 |
894 | 2023-10-17T22:52:27.043Z | Downloaded zip v0.6.6 |
895 | 2023-10-17T22:52:27.046Z | Downloaded chacha20poly1305 v0.10.1 |
896 | 2023-10-17T22:52:27.050Z | Downloaded socket2 v0.5.3 |
897 | 2023-10-17T22:52:27.054Z | Downloaded futures v0.3.28 |
898 | 2023-10-17T22:52:27.057Z | Downloaded trust-dns-client v0.22.0 |
899 | 2023-10-17T22:52:27.061Z | Downloaded strsim v0.8.0 |
900 | 2023-10-17T22:52:27.065Z | Downloaded hmac v0.12.1 |
901 | 2023-10-17T22:52:27.069Z | Downloaded fastrand v2.0.0 |
902 | 2023-10-17T22:52:27.073Z | Downloaded fallible-streaming-iterator v0.1.9 |
903 | 2023-10-17T22:52:27.077Z | Downloaded sha1 v0.10.5 |
904 | 2023-10-17T22:52:27.080Z | Downloaded smawk v0.3.1 |
905 | 2023-10-17T22:52:27.085Z | Downloaded errno v0.3.2 |
906 | 2023-10-17T22:52:27.090Z | Downloaded getopts v0.2.21 |
907 | 2023-10-17T22:52:27.098Z | Downloaded tracing-attributes v0.1.26 |
908 | 2023-10-17T22:52:27.103Z | Downloaded thiserror-no-std v2.0.2 |
909 | 2023-10-17T22:52:27.106Z | Downloaded thiserror-impl v1.0.49 |
910 | 2023-10-17T22:52:27.110Z | Downloaded slog-stdlog v4.1.1 |
911 | 2023-10-17T22:52:27.114Z | Downloaded slog-scope v4.4.0 |
912 | 2023-10-17T22:52:27.118Z | Downloaded subtle v2.5.0 |
913 | 2023-10-17T22:52:27.122Z | Downloaded vec_map v0.8.2 |
914 | 2023-10-17T22:52:27.127Z | Downloaded time-macros v0.2.13 |
915 | 2023-10-17T22:52:27.131Z | Downloaded thread-id v4.2.0 |
916 | 2023-10-17T22:52:27.135Z | Downloaded thiserror v1.0.49 |
917 | 2023-10-17T22:52:27.139Z | Downloaded sct v0.7.0 |
918 | 2023-10-17T22:52:27.142Z | Downloaded crossbeam-channel v0.5.8 |
919 | 2023-10-17T22:52:27.147Z | Downloaded base64 v0.21.4 |
920 | 2023-10-17T22:52:27.150Z | Downloaded der v0.7.8 |
921 | 2023-10-17T22:52:27.154Z | Downloaded generic-array v0.14.7 |
922 | 2023-10-17T22:52:27.158Z | Downloaded thread_local v1.1.7 |
923 | 2023-10-17T22:52:27.163Z | Downloaded indexmap v1.9.3 |
924 | 2023-10-17T22:52:27.169Z | Downloaded thiserror-impl-no-std v2.0.2 |
925 | 2023-10-17T22:52:27.174Z | Downloaded termcolor v1.2.0 |
926 | 2023-10-17T22:52:27.179Z | Downloaded home v0.5.5 |
927 | 2023-10-17T22:52:27.182Z | Downloaded libsqlite3-sys v0.26.0 |
928 | 2023-10-17T22:52:27.186Z | Downloaded getrandom v0.1.16 |
929 | 2023-10-17T22:52:27.191Z | Downloaded ucd-trie v0.1.6 |
930 | 2023-10-17T22:52:27.195Z | Downloaded slog-json v2.6.1 |
931 | 2023-10-17T22:52:27.199Z | Downloaded io-lifetimes v1.0.11 |
932 | 2023-10-17T22:52:27.202Z | Downloaded ring v0.16.20 |
933 | 2023-10-17T22:52:27.211Z | Downloaded const_format v0.2.31 |
934 | 2023-10-17T22:52:27.216Z | Downloaded ringbuffer v0.15.0 |
935 | 2023-10-17T22:52:27.220Z | Downloaded iana-time-zone v0.1.57 |
936 | 2023-10-17T22:52:27.226Z | Downloaded hyper-rustls v0.24.1 |
937 | 2023-10-17T22:52:27.230Z | Downloaded hubpack v0.1.2 |
938 | 2023-10-17T22:52:27.235Z | Downloaded slog-envlogger v2.2.0 |
939 | 2023-10-17T22:52:27.241Z | Downloaded structopt-derive v0.4.18 |
940 | 2023-10-17T22:52:27.248Z | Downloaded typenum v1.16.0 |
941 | 2023-10-17T22:52:27.253Z | Downloaded mio v0.8.8 |
942 | 2023-10-17T22:52:27.258Z | Downloaded slog-dtrace v0.2.3 |
943 | 2023-10-17T22:52:27.263Z | Downloaded secrecy v0.8.0 |
944 | 2023-10-17T22:52:27.272Z | Downloaded rustls-pemfile v1.0.3 |
945 | 2023-10-17T22:52:27.277Z | Downloaded ipnet v2.8.0 |
946 | 2023-10-17T22:52:27.283Z | Downloaded cc v1.0.83 |
947 | 2023-10-17T22:52:27.288Z | Downloaded slab v0.4.9 |
948 | 2023-10-17T22:52:27.293Z | Downloaded rustfmt-wrapper v0.2.0 |
949 | 2023-10-17T22:52:27.299Z | Downloaded rustc_version v0.4.0 |
950 | 2023-10-17T22:52:27.304Z | Downloaded twox-hash v1.6.3 |
951 | 2023-10-17T22:52:27.320Z | Downloaded semver-parser v0.10.2 |
952 | 2023-10-17T22:52:27.329Z | Downloaded futures-sink v0.3.28 |
953 | 2023-10-17T22:52:27.334Z | Downloaded serde_arrays v0.1.0 |
954 | 2023-10-17T22:52:27.340Z | Downloaded semver v1.0.18 |
955 | 2023-10-17T22:52:27.346Z | Downloaded funty v2.0.0 |
956 | 2023-10-17T22:52:27.352Z | Downloaded arc-swap v1.6.0 |
957 | 2023-10-17T22:52:27.360Z | Downloaded allocator-api2 v0.2.16 |
958 | 2023-10-17T22:52:27.367Z | Downloaded rand_core v0.6.4 |
959 | 2023-10-17T22:52:27.372Z | Downloaded vsss-rs v3.3.1 |
960 | 2023-10-17T22:52:27.376Z | Downloaded crypto-bigint v0.5.2 |
961 | 2023-10-17T22:52:27.381Z | Downloaded const-oid v0.9.5 |
962 | 2023-10-17T22:52:27.389Z | Downloaded untrusted v0.7.1 |
963 | 2023-10-17T22:52:27.397Z | Downloaded try-lock v0.2.4 |
964 | 2023-10-17T22:52:27.470Z | Downloaded serde_path_to_error v0.1.14 |
965 | 2023-10-17T22:52:27.479Z | Downloaded httpdate v1.0.3 |
966 | 2023-10-17T22:52:27.491Z | Downloaded tracing-core v0.1.31 |
967 | 2023-10-17T22:52:27.496Z | Downloaded strum v0.25.0 |
968 | 2023-10-17T22:52:27.505Z | Downloaded hostname v0.3.1 |
969 | 2023-10-17T22:52:27.926Z | Downloaded rcgen v0.10.0 |
970 | 2023-10-17T22:52:27.937Z | Downloaded ipnetwork v0.20.0 |
971 | 2023-10-17T22:52:27.945Z | Downloaded whoami v1.4.1 |
972 | 2023-10-17T22:52:27.953Z | Downloaded form_urlencoded v1.2.0 |
973 | 2023-10-17T22:52:27.971Z | Downloaded tokio-tungstenite v0.20.1 |
974 | 2023-10-17T22:52:27.979Z | Downloaded textwrap v0.16.0 |
975 | 2023-10-17T22:52:27.989Z | Downloaded diesel_derives v2.1.1 |
976 | 2023-10-17T22:52:28.008Z | Downloaded derive_more v0.99.17 |
977 | 2023-10-17T22:52:28.021Z | Downloaded crossbeam-epoch v0.9.15 |
978 | 2023-10-17T22:52:28.029Z | Downloaded crossbeam-utils v0.8.16 |
979 | 2023-10-17T22:52:28.044Z | Downloaded resolv-conf v0.7.0 |
980 | 2023-10-17T22:52:28.054Z | Downloaded inout v0.1.3 |
981 | 2023-10-17T22:52:28.062Z | Downloaded futures-executor v0.3.28 |
982 | 2023-10-17T22:52:28.072Z | Downloaded float-cmp v0.9.0 |
983 | 2023-10-17T22:52:28.080Z | Downloaded rand_chacha v0.2.2 |
984 | 2023-10-17T22:52:28.089Z | Downloaded unicode-linebreak v0.1.5 |
985 | 2023-10-17T22:52:28.097Z | Downloaded serde_urlencoded v0.7.1 |
986 | 2023-10-17T22:52:28.103Z | Downloaded anyhow v1.0.75 |
987 | 2023-10-17T22:52:28.108Z | Downloaded dirs-sys-next v0.1.2 |
988 | 2023-10-17T22:52:28.115Z | Downloaded dirs-sys v0.4.1 |
989 | 2023-10-17T22:52:28.121Z | Downloaded dirs-next v2.0.0 |
990 | 2023-10-17T22:52:28.127Z | Downloaded num-traits v0.2.16 |
991 | 2023-10-17T22:52:28.136Z | Downloaded once_cell v1.18.0 |
992 | 2023-10-17T22:52:28.142Z | Downloaded omicron-zone-package v0.8.3 |
993 | 2023-10-17T22:52:28.149Z | Downloaded console v0.15.7 |
994 | 2023-10-17T22:52:28.155Z | Downloaded ciborium v0.2.1 |
995 | 2023-10-17T22:52:28.160Z | Downloaded keccak v0.1.4 |
996 | 2023-10-17T22:52:28.168Z | Downloaded jobserver v0.1.26 |
997 | 2023-10-17T22:52:28.173Z | Downloaded itoa v1.0.9 |
998 | 2023-10-17T22:52:28.179Z | Downloaded num-complex v0.4.4 |
999 | 2023-10-17T22:52:28.184Z | Downloaded nibble_vec v0.1.0 |
1000 | 2023-10-17T22:52:28.188Z | Downloaded is-terminal v0.4.9 |
1001 | 2023-10-17T22:52:28.192Z | Downloaded hex-literal v0.4.1 |
1002 | 2023-10-17T22:52:28.196Z | Downloaded hex v0.4.3 |
1003 | 2023-10-17T22:52:28.201Z | Downloaded zone v0.2.0 |
1004 | 2023-10-17T22:52:28.208Z | Downloaded poly1305 v0.8.0 |
1005 | 2023-10-17T22:52:28.221Z | Downloaded pkg-config v0.3.27 |
1006 | 2023-10-17T22:52:28.631Z | Downloaded pbkdf2 v0.11.0 |
1007 | 2023-10-17T22:52:29.045Z | Downloaded paste v1.0.14 |
1008 | 2023-10-17T22:52:29.050Z | Downloaded num-rational v0.4.1 |
1009 | 2023-10-17T22:52:29.060Z | Downloaded cancel-safe-futures v0.1.2 |
1010 | 2023-10-17T22:52:29.465Z | Downloaded bzip2 v0.4.4 |
1011 | 2023-10-17T22:52:29.471Z | Downloaded ascii v1.1.0 |
1012 | 2023-10-17T22:52:29.475Z | Downloaded dyn-clone v1.0.13 |
1013 | 2023-10-17T22:52:29.479Z | Downloaded usdt-impl v0.3.5 |
1014 | 2023-10-17T22:52:29.482Z | Downloaded predicates v3.0.4 |
1015 | 2023-10-17T22:52:29.486Z | Downloaded crc32fast v1.3.2 |
1016 | 2023-10-17T22:52:29.489Z | Downloaded foreign-types v0.3.2 |
1017 | 2023-10-17T22:52:29.493Z | Downloaded anstyle-parse v0.2.1 |
1018 | 2023-10-17T22:52:29.497Z | Downloaded ansi_term v0.12.1 |
1019 | 2023-10-17T22:52:29.502Z | Downloaded proc-macro-crate v1.3.1 |
1020 | 2023-10-17T22:52:29.506Z | Downloaded postgres-types v0.2.6 |
1021 | 2023-10-17T22:52:29.510Z | Downloaded cbc v0.1.2 |
1022 | 2023-10-17T22:52:29.513Z | Downloaded version_check v0.9.4 |
1023 | 2023-10-17T22:52:29.516Z | Downloaded unicode-xid v0.2.4 |
1024 | 2023-10-17T22:52:29.521Z | Downloaded unicase v2.7.0 |
1025 | 2023-10-17T22:52:29.557Z | Downloaded pretty-hex v0.3.0 |
1026 | 2023-10-17T22:52:29.560Z | Downloaded predicates-core v1.0.6 |
1027 | 2023-10-17T22:52:29.565Z | Downloaded ppv-lite86 v0.2.17 |
1028 | 2023-10-17T22:52:29.570Z | Downloaded polyval v0.6.1 |
1029 | 2023-10-17T22:52:29.574Z | Downloaded atomic-waker v1.1.1 |
1030 | 2023-10-17T22:52:29.578Z | Downloaded instant v0.1.12 |
1031 | 2023-10-17T22:52:29.581Z | Downloaded dtrace-parser v0.1.14 |
1032 | 2023-10-17T22:52:29.585Z | Downloaded zone_cfg_derive v0.2.0 |
1033 | 2023-10-17T22:52:29.590Z | Downloaded crypto-common v0.1.6 |
1034 | 2023-10-17T22:52:29.594Z | Downloaded terminal_size v0.2.6 |
1035 | 2023-10-17T22:52:29.598Z | Downloaded tap v1.0.1 |
1036 | 2023-10-17T22:52:29.603Z | Downloaded diesel v2.1.1 |
1037 | 2023-10-17T22:52:29.609Z | Downloaded textwrap v0.11.0 |
1038 | 2023-10-17T22:52:29.614Z | Downloaded pretty-hex v0.2.1 |
1039 | 2023-10-17T22:52:29.618Z | Downloaded postcard v0.7.3 |
1040 | 2023-10-17T22:52:29.622Z | Downloaded bitflags v2.4.0 |
1041 | 2023-10-17T22:52:29.625Z | Downloaded tokio-native-tls v0.3.1 |
1042 | 2023-10-17T22:52:29.629Z | Downloaded num_enum v0.7.0 |
1043 | 2023-10-17T22:52:29.633Z | Downloaded num-iter v0.1.43 |
1044 | 2023-10-17T22:52:29.637Z | Downloaded num v0.4.1 |
1045 | 2023-10-17T22:52:29.640Z | Downloaded multer v2.1.0 |
1046 | 2023-10-17T22:52:29.643Z | Downloaded cipher v0.4.4 |
1047 | 2023-10-17T22:52:29.647Z | Downloaded ciborium-ll v0.2.1 |
1048 | 2023-10-17T22:52:29.650Z | Downloaded pin-project-lite v0.2.13 |
1049 | 2023-10-17T22:52:29.654Z | Downloaded opaque-debug v0.3.0 |
1050 | 2023-10-17T22:52:29.658Z | Downloaded num_enum_derive v0.5.11 |
1051 | 2023-10-17T22:52:29.662Z | Downloaded num-integer v0.1.45 |
1052 | 2023-10-17T22:52:29.665Z | Downloaded native-tls v0.2.11 |
1053 | 2023-10-17T22:52:29.668Z | Downloaded darling v0.20.3 |
1054 | 2023-10-17T22:52:29.672Z | Downloaded blowfish v0.9.1 |
1055 | 2023-10-17T22:52:29.675Z | Downloaded miniz_oxide v0.7.1 |
1056 | 2023-10-17T22:52:29.678Z | Downloaded data-encoding v2.4.0 |
1057 | 2023-10-17T22:52:29.681Z | Downloaded cpufeatures v0.2.9 |
1058 | 2023-10-17T22:52:29.701Z | Downloaded camino-tempfile v1.0.2 |
1059 | 2023-10-17T22:52:29.705Z | Downloaded precomputed-hash v0.1.1 |
1060 | 2023-10-17T22:52:29.709Z | Downloaded autocfg v1.1.0 |
1061 | 2023-10-17T22:52:29.714Z | Downloaded async-trait v0.1.73 |
1062 | 2023-10-17T22:52:29.717Z | Downloaded usdt-attr-macro v0.3.5 |
1063 | 2023-10-17T22:52:29.727Z | Downloaded universal-hash v0.5.1 |
1064 | 2023-10-17T22:52:29.733Z | Downloaded time-core v0.1.1 |
1065 | 2023-10-17T22:52:29.740Z | Downloaded phf_shared v0.11.2 |
1066 | 2023-10-17T22:52:29.748Z | Downloaded openssl-macros v0.1.1 |
1067 | 2023-10-17T22:52:29.757Z | Downloaded anstream v0.5.0 |
1068 | 2023-10-17T22:52:29.766Z | Downloaded argon2 v0.5.2 |
1069 | 2023-10-17T22:52:29.788Z | Downloaded usdt-macro v0.3.5 |
1070 | 2023-10-17T22:52:30.198Z | Downloaded anstyle v1.0.2 |
1071 | 2023-10-17T22:52:30.204Z | Downloaded aead v0.5.2 |
1072 | 2023-10-17T22:52:30.633Z | Downloaded proc-macro2 v1.0.67 |
1073 | 2023-10-17T22:52:30.642Z | Downloaded phf_shared v0.10.0 |
1074 | 2023-10-17T22:52:30.650Z | Downloaded num_cpus v1.16.0 |
1075 | 2023-10-17T22:52:30.658Z | Downloaded take_mut v0.2.2 |
1076 | 2023-10-17T22:52:30.674Z | Downloaded parse-display v0.7.0 |
1077 | 2023-10-17T22:52:31.081Z | Downloaded bytes v1.5.0 |
1078 | 2023-10-17T22:52:31.084Z | Downloaded password-hash v0.5.0 |
1079 | 2023-10-17T22:52:31.092Z | Downloaded new_debug_unreachable v1.0.4 |
1080 | 2023-10-17T22:52:31.102Z | Downloaded colored v2.0.4 |
1081 | 2023-10-17T22:52:31.118Z | Downloaded parse-display-derive v0.7.0 |
1082 | 2023-10-17T22:52:31.127Z | Downloaded quick-error v1.2.3 |
1083 | 2023-10-17T22:52:31.134Z | Downloaded proc-macro-error v1.0.4 |
1084 | 2023-10-17T22:52:31.146Z | Downloaded num_threads v0.1.6 |
1085 | 2023-10-17T22:52:31.151Z | Downloaded normalize-line-endings v0.3.0 |
1086 | 2023-10-17T22:52:31.155Z | Downloaded colorchoice v1.0.0 |
1087 | 2023-10-17T22:52:31.159Z | Downloaded ciborium-io v0.2.1 |
1088 | 2023-10-17T22:52:31.164Z | Downloaded bitstruct v0.1.1 |
1089 | 2023-10-17T22:52:31.169Z | Downloaded r2d2 v0.8.10 |
1090 | 2023-10-17T22:52:31.173Z | Downloaded quote v1.0.33 |
1091 | 2023-10-17T22:52:31.182Z | Downloaded mime v0.3.17 |
1092 | 2023-10-17T22:52:31.186Z | Downloaded log v0.4.20 |
1093 | 2023-10-17T22:52:31.192Z | Downloaded cstr-argument v0.1.2 |
1094 | 2023-10-17T22:52:31.197Z | Downloaded atty v0.2.14 |
1095 | 2023-10-17T22:52:31.200Z | Downloaded radium v0.7.0 |
1096 | 2023-10-17T22:52:31.204Z | Downloaded proc-macro-error-attr v1.0.4 |
1097 | 2023-10-17T22:52:31.209Z | Downloaded openssl v0.10.57 |
1098 | 2023-10-17T22:52:31.213Z | Downloaded async-stream-impl v0.3.5 |
1099 | 2023-10-17T22:52:31.217Z | Downloaded async-recursion v1.0.5 |
1100 | 2023-10-17T22:52:31.228Z | Downloaded adler v1.0.2 |
1101 | 2023-10-17T22:52:31.231Z | Downloaded memoffset v0.7.1 |
1102 | 2023-10-17T22:52:31.236Z | Downloaded md5 v0.7.0 |
1103 | 2023-10-17T22:52:31.239Z | Downloaded match_cfg v0.1.0 |
1104 | 2023-10-17T22:52:31.243Z | Downloaded chacha20 v0.9.1 |
1105 | 2023-10-17T22:52:31.247Z | Downloaded pest_meta v2.7.2 |
1106 | 2023-10-17T22:52:31.250Z | Downloaded lru-cache v0.1.2 |
1107 | 2023-10-17T22:52:31.255Z | Downloaded darling_core v0.20.3 |
1108 | 2023-10-17T22:52:31.260Z | Downloaded platforms v3.0.2 |
1109 | 2023-10-17T22:52:31.265Z | Downloaded pkcs8 v0.10.2 |
1110 | 2023-10-17T22:52:31.268Z | Downloaded pest_generator v2.7.2 |
1111 | 2023-10-17T22:52:31.272Z | Downloaded parking_lot_core v0.9.8 |
1112 | 2023-10-17T22:52:31.276Z | Downloaded num_enum v0.5.11 |
1113 | 2023-10-17T22:52:31.281Z | Downloaded md-5 v0.10.5 |
1114 | 2023-10-17T22:52:31.286Z | Downloaded managed v0.8.0 |
1115 | 2023-10-17T22:52:31.289Z | Downloaded macaddr v1.0.1 |
1116 | 2023-10-17T22:52:31.293Z | Downloaded lock_api v0.4.10 |
1117 | 2023-10-17T22:52:31.300Z | Downloaded linked-hash-map v0.5.6 |
1118 | 2023-10-17T22:52:31.318Z | Downloaded libefi-sys v0.1.0 |
1119 | 2023-10-17T22:52:31.327Z | Downloaded percent-encoding v2.3.0 |
1120 | 2023-10-17T22:52:31.349Z | Downloaded pbkdf2 v0.12.2 |
1121 | 2023-10-17T22:52:31.359Z | Downloaded memoffset v0.9.0 |
1122 | 2023-10-17T22:52:31.369Z | Downloaded deranged v0.3.8 |
1123 | 2023-10-17T22:52:31.372Z | Downloaded debug-ignore v1.0.5 |
1124 | 2023-10-17T22:52:31.381Z | Downloaded cfg-if v0.1.10 |
1125 | 2023-10-17T22:52:31.405Z | Downloaded camino v1.1.6 |
1126 | 2023-10-17T22:52:31.415Z | Downloaded openssl-probe v0.1.5 |
1127 | 2023-10-17T22:52:31.425Z | Downloaded pest_derive v2.7.2 |
1128 | 2023-10-17T22:52:31.429Z | Downloaded pem v1.1.1 |
1129 | 2023-10-17T22:52:31.440Z | Downloaded darling_macro v0.20.3 |
1130 | 2023-10-17T22:52:31.451Z | Downloaded cfg-if v1.0.0 |
1131 | 2023-10-17T22:52:31.457Z | Downloaded block-padding v0.3.3 |
1132 | 2023-10-17T22:52:31.466Z | Downloaded blake2 v0.10.6 |
1133 | 2023-10-17T22:52:31.471Z | Downloaded bitstruct_derive v0.1.0 |
1134 | 2023-10-17T22:52:31.481Z | Downloaded bitflags v1.3.2 |
1135 | 2023-10-17T22:52:31.487Z | Downloaded bit-set v0.5.3 |
1136 | 2023-10-17T22:52:31.492Z | Downloaded bincode v1.3.3 |
1137 | 2023-10-17T22:52:31.496Z | Downloaded bcrypt-pbkdf v0.10.0 |
1138 | 2023-10-17T22:52:31.506Z | Downloaded base64ct v1.6.0 |
1139 | 2023-10-17T22:52:31.512Z | Compiling proc-macro2 v1.0.67 |
1140 | 2023-10-17T22:52:31.518Z | Compiling unicode-ident v1.0.12 |
1141 | 2023-10-17T22:52:31.525Z | Compiling libc v0.2.149 |
1142 | 2023-10-17T22:52:31.532Z | Compiling serde v1.0.188 |
1143 | 2023-10-17T22:52:31.539Z | Compiling version_check v0.9.4 |
1144 | 2023-10-17T22:52:31.554Z | Compiling autocfg v1.1.0 |
1145 | 2023-10-17T22:52:31.566Z | Compiling cfg-if v1.0.0 |
1146 | 2023-10-17T22:52:31.575Z | Compiling syn v1.0.109 |
1147 | 2023-10-17T22:52:31.581Z | Compiling typenum v1.16.0 |
1148 | 2023-10-17T22:52:31.586Z | Compiling once_cell v1.18.0 |
1149 | 2023-10-17T22:52:31.593Z | Compiling parking_lot_core v0.9.8 |
1150 | 2023-10-17T22:52:31.598Z | Compiling generic-array v0.14.7 |
1151 | 2023-10-17T22:52:31.644Z | Compiling lock_api v0.4.10 |
1152 | 2023-10-17T22:52:31.648Z | Compiling thiserror v1.0.49 |
1153 | 2023-10-17T22:52:31.652Z | Compiling libm v0.2.7 |
1154 | 2023-10-17T22:52:31.655Z | Compiling num-traits v0.2.16 |
1155 | 2023-10-17T22:52:31.659Z | Compiling itoa v1.0.9 |
1156 | 2023-10-17T22:52:31.662Z | Compiling memchr v2.6.3 |
1157 | 2023-10-17T22:52:31.665Z | Compiling futures-core v0.3.28 |
1158 | 2023-10-17T22:52:31.669Z | Compiling ahash v0.8.3 |
1159 | 2023-10-17T22:52:31.672Z | Compiling serde_json v1.0.107 |
1160 | 2023-10-17T22:52:31.675Z | Compiling log v0.4.20 |
1161 | 2023-10-17T22:52:31.679Z | Compiling slab v0.4.9 |
1162 | 2023-10-17T22:52:31.682Z | Compiling quote v1.0.33 |
1163 | 2023-10-17T22:52:31.685Z | Compiling futures-channel v0.3.28 |
1164 | 2023-10-17T22:52:31.689Z | Compiling futures-task v0.3.28 |
1165 | 2023-10-17T22:52:31.692Z | Compiling syn v2.0.32 |
1166 | 2023-10-17T22:52:31.695Z | Compiling getrandom v0.2.10 |
1167 | 2023-10-17T22:52:31.698Z | Compiling jobserver v0.1.26 |
1168 | 2023-10-17T22:52:31.703Z | Compiling futures-util v0.3.28 |
1169 | 2023-10-17T22:52:31.710Z | Compiling pkg-config v0.3.27 |
1170 | 2023-10-17T22:52:31.720Z | Compiling rand_core v0.6.4 |
1171 | 2023-10-17T22:52:32.145Z | Compiling cc v1.0.83 |
1172 | 2023-10-17T22:52:32.148Z | Compiling ryu v1.0.15 |
1173 | 2023-10-17T22:52:32.152Z | Compiling vcpkg v0.2.15 |
1174 | 2023-10-17T22:52:32.157Z | Compiling schemars v0.8.13 |
1175 | 2023-10-17T22:52:32.165Z | Compiling allocator-api2 v0.2.16 |
1176 | 2023-10-17T22:52:32.577Z | Compiling scopeguard v1.2.0 |
1177 | 2023-10-17T22:52:32.584Z | Compiling equivalent v1.0.1 |
1178 | 2023-10-17T22:52:32.591Z | Compiling heck v0.4.1 |
1179 | 2023-10-17T22:52:32.604Z | Compiling hashbrown v0.14.0 |
1180 | 2023-10-17T22:52:32.616Z | Compiling smallvec v1.11.0 |
1181 | 2023-10-17T22:52:32.628Z | Compiling byteorder v1.4.3 |
1182 | 2023-10-17T22:52:33.042Z | Compiling httparse v1.8.0 |
1183 | 2023-10-17T22:52:33.047Z | Compiling fnv v1.0.7 |
1184 | 2023-10-17T22:52:33.053Z | Compiling iana-time-zone v0.1.57 |
1185 | 2023-10-17T22:52:33.072Z | Compiling pin-project-lite v0.2.13 |
1186 | 2023-10-17T22:52:33.085Z | Compiling semver v1.0.18 |
1187 | 2023-10-17T22:52:33.097Z | Compiling subtle v2.5.0 |
1188 | 2023-10-17T22:52:33.106Z | Compiling ring v0.16.20 |
1189 | 2023-10-17T22:52:33.115Z | Compiling parking_lot v0.12.1 |
1190 | 2023-10-17T22:52:33.120Z | Compiling indexmap v1.9.3 |
1191 | 2023-10-17T22:52:33.127Z | Compiling tinyvec_macros v0.1.1 |
1192 | 2023-10-17T22:52:33.132Z | Compiling time-core v0.1.1 |
1193 | 2023-10-17T22:52:33.143Z | Compiling dyn-clone v1.0.13 |
1194 | 2023-10-17T22:52:33.148Z | Compiling tinyvec v1.6.0 |
1195 | 2023-10-17T22:52:33.152Z | Compiling openssl-sys v0.9.93 |
1196 | 2023-10-17T22:52:33.158Z | Compiling time-macros v0.2.13 |
1197 | 2023-10-17T22:52:33.167Z | Compiling socket2 v0.5.3 |
1198 | 2023-10-17T22:52:33.171Z | Compiling mio v0.8.8 |
1199 | 2023-10-17T22:52:33.184Z | Compiling signal-hook-registry v1.4.1 |
1200 | 2023-10-17T22:52:33.600Z | Compiling num_cpus v1.16.0 |
1201 | 2023-10-17T22:52:33.613Z | Compiling unicode-bidi v0.3.13 |
1202 | 2023-10-17T22:52:33.625Z | Compiling unicode-normalization v0.1.22 |
1203 | 2023-10-17T22:52:33.634Z | Compiling rustls v0.21.7 |
1204 | 2023-10-17T22:52:33.662Z | Compiling spin v0.5.2 |
1205 | 2023-10-17T22:52:33.683Z | Compiling slog v2.7.0 |
1206 | 2023-10-17T22:52:33.691Z | Compiling ucd-trie v0.1.6 |
1207 | 2023-10-17T22:52:33.699Z | Compiling percent-encoding v2.3.0 |
1208 | 2023-10-17T22:52:33.742Z | Compiling backtrace v0.3.69 |
1209 | 2023-10-17T22:52:33.759Z | Compiling async-trait v0.1.73 |
1210 | 2023-10-17T22:52:33.766Z | Compiling serde_derive_internals v0.26.0 |
1211 | 2023-10-17T22:52:33.772Z | Compiling form_urlencoded v1.2.0 |
1212 | 2023-10-17T22:52:33.780Z | Compiling aho-corasick v1.0.4 |
1213 | 2023-10-17T22:52:33.791Z | Compiling openssl v0.10.57 |
1214 | 2023-10-17T22:52:33.801Z | Compiling regex-syntax v0.7.5 |
1215 | 2023-10-17T22:52:33.810Z | Compiling futures-sink v0.3.28 |
1216 | 2023-10-17T22:52:33.816Z | Compiling pin-utils v0.1.0 |
1217 | 2023-10-17T22:52:33.823Z | Compiling anyhow v1.0.75 |
1218 | 2023-10-17T22:52:33.834Z | Compiling winnow v0.5.15 |
1219 | 2023-10-17T22:52:33.842Z | Compiling idna v0.4.0 |
1220 | 2023-10-17T22:52:33.853Z | Compiling native-tls v0.2.11 |
1221 | 2023-10-17T22:52:33.872Z | Compiling url v2.4.1 |
1222 | 2023-10-17T22:52:33.884Z | Compiling unicode-xid v0.2.4 |
1223 | 2023-10-17T22:52:34.536Z | Compiling futures-io v0.3.28 |
1224 | 2023-10-17T22:52:34.564Z | Compiling unicode-width v0.1.10 |
1225 | 2023-10-17T22:52:34.829Z | Compiling regex-automata v0.3.8 |
1226 | 2023-10-17T22:52:35.006Z | Compiling const-oid v0.9.5 |
1227 | 2023-10-17T22:52:35.578Z | Compiling hashbrown v0.13.2 |
1228 | 2023-10-17T22:52:36.245Z | Compiling synstructure v0.12.6 |
1229 | 2023-10-17T22:52:36.295Z | Compiling crossbeam-utils v0.8.16 |
1230 | 2023-10-17T22:52:37.031Z | Compiling cpufeatures v0.2.9 |
1231 | 2023-10-17T22:52:37.153Z | Compiling tracing-core v0.1.31 |
1232 | 2023-10-17T22:52:37.522Z | Compiling adler v1.0.2 |
1233 | 2023-10-17T22:52:37.860Z | Compiling ppv-lite86 v0.2.17 |
1234 | 2023-10-17T22:52:38.192Z | Compiling miniz_oxide v0.7.1 |
1235 | 2023-10-17T22:52:38.838Z | Compiling rustix v0.38.9 |
1236 | 2023-10-17T22:52:39.171Z | Compiling rand_chacha v0.3.1 |
1237 | 2023-10-17T22:52:39.677Z | Compiling usdt-impl v0.3.5 |
1238 | 2023-10-17T22:52:39.942Z | Compiling gimli v0.28.0 |
1239 | 2023-10-17T22:52:40.477Z | Compiling bitflags v1.3.2 |
1240 | 2023-10-17T22:52:41.013Z | Compiling rand v0.8.5 |
1241 | 2023-10-17T22:52:41.076Z | Compiling object v0.32.1 |
1242 | 2023-10-17T22:52:41.159Z | Compiling num_threads v0.1.6 |
1243 | 2023-10-17T22:52:41.283Z | Compiling rustc-demangle v0.1.23 |
1244 | 2023-10-17T22:52:41.333Z | Compiling deranged v0.3.8 |
1245 | 2023-10-17T22:52:41.733Z | Compiling serde_derive v1.0.188 |
1246 | 2023-10-17T22:52:42.101Z | Compiling zeroize_derive v1.4.2 |
1247 | 2023-10-17T22:52:43.025Z | Compiling thiserror-impl v1.0.49 |
1248 | 2023-10-17T22:52:43.411Z | Compiling tokio-macros v2.1.0 |
1249 | 2023-10-17T22:52:44.484Z | Compiling futures-macro v0.3.28 |
1250 | 2023-10-17T22:52:44.543Z | Compiling tracing-attributes v0.1.26 |
1251 | 2023-10-17T22:52:45.851Z | Compiling schemars_derive v0.8.13 |
1252 | 2023-10-17T22:52:47.803Z | Compiling zeroize v1.6.0 |
1253 | 2023-10-17T22:52:47.927Z | Compiling pest v2.7.2 |
1254 | 2023-10-17T22:52:48.546Z | Compiling openssl-macros v0.1.1 |
1255 | 2023-10-17T22:52:50.099Z | Compiling regex v1.9.5 |
1256 | 2023-10-17T22:52:50.703Z | Compiling crypto-common v0.1.6 |
1257 | 2023-10-17T22:52:50.812Z | Compiling block-buffer v0.10.4 |
1258 | 2023-10-17T22:52:51.177Z | Compiling digest v0.10.7 |
1259 | 2023-10-17T22:52:51.892Z | Compiling zerocopy-derive v0.2.0 |
1260 | 2023-10-17T22:52:51.974Z | Compiling tracing v0.1.37 |
1261 | 2023-10-17T22:52:52.670Z | Compiling pest_meta v2.7.2 |
1262 | 2023-10-17T22:52:52.788Z | Compiling addr2line v0.21.0 |
1263 | 2023-10-17T22:52:53.019Z | Compiling time v0.3.27 |
1264 | 2023-10-17T22:52:53.805Z | Compiling thread-id v4.2.0 |
1265 | 2023-10-17T22:52:53.967Z | Compiling base64 v0.21.4 |
1266 | 2023-10-17T22:52:54.766Z | Compiling zerocopy v0.3.0 |
1267 | 2023-10-17T22:52:56.057Z | Compiling pest_generator v2.7.2 |
1268 | 2023-10-17T22:52:56.803Z | Compiling dof v0.1.5 |
1269 | 2023-10-17T22:52:59.779Z | Compiling lazy_static v1.4.0 |
1270 | 2023-10-17T22:52:59.986Z | Compiling untrusted v0.7.1 |
1271 | 2023-10-17T22:53:00.154Z | Compiling pest_derive v2.7.2 |
1272 | 2023-10-17T22:53:01.125Z | Compiling strsim v0.10.0 |
1273 | 2023-10-17T22:53:01.256Z | Compiling dtrace-parser v0.1.14 |
1274 | 2023-10-17T22:53:02.276Z | Compiling regress v0.7.1 |
1275 | 2023-10-17T22:53:02.514Z | Compiling socket2 v0.4.9 |
1276 | 2023-10-17T22:53:02.667Z | Compiling hashbrown v0.12.3 |
1277 | 2023-10-17T22:53:04.254Z | Compiling rustls-webpki v0.101.4 |
1278 | 2023-10-17T22:53:04.800Z | Compiling sct v0.7.0 |
1279 | 2023-10-17T22:53:04.821Z | Compiling try-lock v0.2.4 |
1280 | 2023-10-17T22:53:05.020Z | Compiling httpdate v1.0.3 |
1281 | 2023-10-17T22:53:05.304Z | Compiling bytes v1.5.0 |
1282 | 2023-10-17T22:53:05.769Z | Compiling indexmap v2.0.0 |
1283 | 2023-10-17T22:53:05.930Z | Compiling chrono v0.4.31 |
1284 | 2023-10-17T22:53:06.029Z | Compiling uuid v1.4.1 |
1285 | 2023-10-17T22:53:06.755Z | Compiling http v0.2.9 |
1286 | 2023-10-17T22:53:07.194Z | Compiling tokio v1.32.0 |
1287 | 2023-10-17T22:53:07.628Z | Compiling serde_spanned v0.6.3 |
1288 | 2023-10-17T22:53:07.796Z | Compiling toml_datetime v0.6.3 |
1289 | 2023-10-17T22:53:07.990Z | Compiling bitflags v2.4.0 |
1290 | 2023-10-17T22:53:08.560Z | Compiling toml_edit v0.19.15 |
1291 | 2023-10-17T22:53:08.700Z | Compiling rustc_version v0.4.0 |
1292 | 2023-10-17T22:53:08.703Z | Compiling openapiv3 v1.0.3 |
1293 | 2023-10-17T22:53:11.882Z | Compiling serde_tokenstream v0.1.7 |
1294 | 2023-10-17T22:53:11.913Z | Compiling serde_tokenstream v0.2.0 |
1295 | 2023-10-17T22:53:12.652Z | Compiling http-body v0.4.5 |
1296 | 2023-10-17T22:53:12.780Z | Compiling want v0.3.1 |
1297 | 2023-10-17T22:53:13.283Z | Compiling rustls-pemfile v1.0.3 |
1298 | 2023-10-17T22:53:13.905Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1299 | 2023-10-17T22:53:13.965Z | Compiling openssl-probe v0.1.5 |
1300 | 2023-10-17T22:53:14.157Z | Compiling usdt-macro v0.3.5 |
1301 | 2023-10-17T22:53:14.533Z | Compiling usdt-attr-macro v0.3.5 |
1302 | 2023-10-17T22:53:16.623Z | Compiling foreign-types-shared v0.1.1 |
1303 | 2023-10-17T22:53:16.728Z | Compiling mime v0.3.17 |
1304 | 2023-10-17T22:53:16.783Z | Compiling tower-service v0.3.2 |
1305 | 2023-10-17T22:53:16.815Z | Compiling foreign-types v0.3.2 |
1306 | 2023-10-17T22:53:16.967Z | Compiling errno v0.3.2 |
1307 | 2023-10-17T22:53:17.076Z | Compiling ipnet v2.8.0 |
1308 | 2023-10-17T22:53:17.549Z | Compiling getopts v0.2.21 |
1309 | 2023-10-17T22:53:19.077Z | Compiling encoding_rs v0.8.33 |
1310 | 2023-10-17T22:53:19.291Z | Compiling unsafe-libyaml v0.2.9 |
1311 | 2023-10-17T22:53:19.332Z | Compiling rustls-native-certs v0.6.3 |
1312 | 2023-10-17T22:53:20.000Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2023-10-17T22:53:20.871Z | Compiling tokio-util v0.7.8 |
1314 | 2023-10-17T22:53:22.430Z | Compiling tokio-rustls v0.24.1 |
1315 | 2023-10-17T22:53:22.454Z | Compiling serde_yaml v0.9.25 |
1316 | 2023-10-17T22:53:23.054Z | Compiling h2 v0.3.21 |
1317 | 2023-10-17T22:53:24.033Z | Compiling webpki-roots v0.25.2 |
1318 | 2023-10-17T22:53:28.283Z | Compiling hmac v0.12.1 |
1319 | 2023-10-17T22:53:28.605Z | Compiling num-integer v0.1.45 |
1320 | 2023-10-17T22:53:28.608Z | Compiling rustversion v1.0.14 |
1321 | 2023-10-17T22:53:29.037Z | Compiling sha2 v0.10.7 |
1322 | 2023-10-17T22:53:29.636Z | Compiling block-padding v0.3.3 |
1323 | 2023-10-17T22:53:30.283Z | Compiling tokio-native-tls v0.3.1 |
1324 | 2023-10-17T22:53:30.425Z | Compiling inout v0.1.3 |
1325 | 2023-10-17T22:53:30.683Z | Compiling futures-executor v0.3.28 |
1326 | 2023-10-17T22:53:31.669Z | Compiling cipher v0.4.4 |
1327 | 2023-10-17T22:53:32.016Z | Compiling toml v0.7.8 |
1328 | 2023-10-17T22:53:32.430Z | Compiling fallible-iterator v0.2.0 |
1329 | 2023-10-17T22:53:33.304Z | Compiling crc32fast v1.3.2 |
1330 | 2023-10-17T22:53:33.322Z | Compiling futures v0.3.28 |
1331 | 2023-10-17T22:53:33.487Z | Compiling ipnetwork v0.20.0 |
1332 | 2023-10-17T22:53:33.612Z | Compiling spin v0.9.8 |
1333 | 2023-10-17T22:53:34.003Z | Compiling siphasher v0.3.11 |
1334 | 2023-10-17T22:53:34.215Z | Compiling usdt v0.3.5 |
1335 | 2023-10-17T22:53:34.621Z | Compiling hyper v0.14.27 |
1336 | 2023-10-17T22:53:34.978Z | Compiling md-5 v0.10.5 |
1337 | 2023-10-17T22:53:35.586Z | Compiling stringprep v0.1.3 |
1338 | 2023-10-17T22:53:36.353Z | Compiling io-lifetimes v1.0.11 |
1339 | 2023-10-17T22:53:36.485Z | Compiling postgres-protocol v0.6.6 |
1340 | 2023-10-17T22:53:37.114Z | Compiling phf_shared v0.11.2 |
1341 | 2023-10-17T22:53:37.380Z | Compiling hex v0.4.3 |
1342 | 2023-10-17T22:53:37.528Z | Compiling enum-as-inner v0.5.1 |
1343 | 2023-10-17T22:53:38.084Z | Compiling slog-async v2.8.0 |
1344 | 2023-10-17T22:53:38.412Z | Compiling postgres-types v0.2.6 |
1345 | 2023-10-17T22:53:38.758Z | Compiling phf v0.11.2 |
1346 | 2023-10-17T22:53:38.829Z | Compiling num-bigint v0.4.4 |
1347 | 2023-10-17T22:53:39.052Z | Compiling rustix v0.37.23 |
1348 | 2023-10-17T22:53:39.468Z | Compiling data-encoding v2.4.0 |
1349 | 2023-10-17T22:53:39.554Z | Compiling whoami v1.4.1 |
1350 | 2023-10-17T22:53:40.519Z | Compiling tokio-postgres v0.7.10 |
1351 | 2023-10-17T22:53:41.301Z | Compiling zerocopy-derive v0.6.3 |
1352 | 2023-10-17T22:53:41.391Z | Compiling static_assertions v1.1.0 |
1353 | 2023-10-17T22:53:44.452Z | Compiling ident_case v1.0.1 |
1354 | 2023-10-17T22:53:44.738Z | Compiling either v1.9.0 |
1355 | 2023-10-17T22:53:44.902Z | Compiling darling_core v0.20.3 |
1356 | 2023-10-17T22:53:45.238Z | Compiling camino v1.1.6 |
1357 | 2023-10-17T22:53:45.361Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1358 | 2023-10-17T22:53:46.150Z | Compiling hyper-rustls v0.24.1 |
1359 | 2023-10-17T22:53:46.317Z | Compiling hyper-tls v0.5.0 |
1360 | 2023-10-17T22:53:46.688Z | Compiling flate2 v1.0.27 |
1361 | 2023-10-17T22:53:46.901Z | Compiling reqwest v0.11.20 |
1362 | 2023-10-17T22:53:47.397Z | Compiling strum_macros v0.25.2 |
1363 | 2023-10-17T22:53:48.341Z | Compiling heapless v0.7.16 |
1364 | 2023-10-17T22:53:48.918Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1365 | 2023-10-17T22:53:49.382Z | Compiling memoffset v0.9.0 |
1366 | 2023-10-17T22:53:49.579Z | Compiling radium v0.7.0 |
1367 | 2023-10-17T22:53:49.795Z | Compiling unicode-segmentation v1.10.1 |
1368 | 2023-10-17T22:53:51.313Z | Compiling matches v0.1.10 |
1369 | 2023-10-17T22:53:51.430Z | Compiling managed v0.8.0 |
1370 | 2023-10-17T22:53:51.451Z | Compiling idna v0.2.3 |
1371 | 2023-10-17T22:53:52.337Z | Compiling itertools v0.11.0 |
1372 | 2023-10-17T22:53:52.857Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1373 | 2023-10-17T22:53:53.050Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1374 | 2023-10-17T22:53:53.874Z | Compiling darling_macro v0.20.3 |
1375 | 2023-10-17T22:53:54.176Z | Compiling multer v2.1.0 |
1376 | 2023-10-17T22:53:54.477Z | Compiling trust-dns-proto v0.22.0 |
1377 | 2023-10-17T22:53:55.097Z | Compiling async-stream-impl v0.3.5 |
1378 | 2023-10-17T22:53:55.363Z | Compiling darling v0.20.3 |
1379 | 2023-10-17T22:53:55.531Z | Compiling serde_with_macros v2.3.3 |
1380 | 2023-10-17T22:53:57.207Z | Compiling crossbeam-epoch v0.9.15 |
1381 | 2023-10-17T22:53:57.372Z | Compiling num-iter v0.1.43 |
1382 | 2023-10-17T22:53:57.790Z | Compiling smoltcp v0.9.1 |
1383 | 2023-10-17T22:53:57.806Z | Compiling anstyle v1.0.2 |
1384 | 2023-10-17T22:53:58.530Z | Compiling bit-vec v0.6.3 |
1385 | 2023-10-17T22:53:58.710Z | Compiling utf8parse v0.2.1 |
1386 | 2023-10-17T22:53:58.966Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1387 | 2023-10-17T22:53:59.274Z | Compiling paste v1.0.14 |
1388 | 2023-10-17T22:53:59.490Z | Compiling anstyle-parse v0.2.1 |
1389 | 2023-10-17T22:54:00.731Z | Compiling zerocopy v0.6.3 |
1390 | 2023-10-17T22:54:01.627Z | Compiling signature v2.1.0 |
1391 | 2023-10-17T22:54:01.694Z | Compiling hubpack_derive v0.1.1 |
1392 | 2023-10-17T22:54:01.974Z | Compiling clap_derive v4.4.2 |
1393 | 2023-10-17T22:54:02.560Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1394 | 2023-10-17T22:54:02.968Z | Compiling anstyle-query v1.0.0 |
1395 | 2023-10-17T22:54:03.159Z | Compiling colorchoice v1.0.0 |
1396 | 2023-10-17T22:54:03.398Z | Compiling anstream v0.5.0 |
1397 | 2023-10-17T22:54:04.512Z | Compiling yasna v0.5.2 |
1398 | 2023-10-17T22:54:05.078Z | Compiling terminal_size v0.2.6 |
1399 | 2023-10-17T22:54:06.660Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1400 | 2023-10-17T22:54:07.752Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1401 | 2023-10-17T22:54:08.300Z | Compiling structmeta-derive v0.1.6 |
1402 | 2023-10-17T22:54:08.968Z | Compiling diesel_table_macro_syntax v0.1.0 |
1403 | 2023-10-17T22:54:09.365Z | Compiling hash32 v0.2.1 |
1404 | 2023-10-17T22:54:09.596Z | Compiling tap v1.0.1 |
1405 | 2023-10-17T22:54:09.847Z | Compiling clap_lex v0.5.1 |
1406 | 2023-10-17T22:54:09.972Z | Compiling stable_deref_trait v1.2.0 |
1407 | 2023-10-17T22:54:10.420Z | Compiling clap_builder v4.4.2 |
1408 | 2023-10-17T22:54:10.707Z | Compiling wyz v0.5.1 |
1409 | 2023-10-17T22:54:11.043Z | Compiling diesel_derives v2.1.1 |
1410 | 2023-10-17T22:54:11.657Z | Compiling tokio-stream v0.1.14 |
1411 | 2023-10-17T22:54:12.291Z | Compiling serde_repr v0.1.16 |
1412 | 2023-10-17T22:54:12.656Z | Compiling structmeta v0.1.6 |
1413 | 2023-10-17T22:54:12.959Z | Compiling scheduled-thread-pool v0.2.7 |
1414 | 2023-10-17T22:54:13.251Z | Compiling funty v2.0.0 |
1415 | 2023-10-17T22:54:13.284Z | Compiling regex-automata v0.1.10 |
1416 | 2023-10-17T22:54:13.935Z | Compiling regex-syntax v0.6.29 |
1417 | 2023-10-17T22:54:13.962Z | Compiling bstr v0.2.17 |
1418 | 2023-10-17T22:54:14.872Z | Compiling r2d2 v0.8.10 |
1419 | 2023-10-17T22:54:15.458Z | Compiling bitvec v1.0.1 |
1420 | 2023-10-17T22:54:16.762Z | Compiling clap v4.4.3 |
1421 | 2023-10-17T22:54:17.110Z | Compiling hubpack v0.1.2 |
1422 | 2023-10-17T22:54:18.411Z | Compiling itertools v0.10.5 |
1423 | 2023-10-17T22:54:18.529Z | Compiling phf_shared v0.10.0 |
1424 | 2023-10-17T22:54:19.841Z | Compiling float-cmp v0.9.0 |
1425 | 2023-10-17T22:54:20.199Z | Compiling new_debug_unreachable v1.0.4 |
1426 | 2023-10-17T22:54:20.255Z | Compiling unicode-linebreak v0.1.5 |
1427 | 2023-10-17T22:54:20.338Z | Compiling predicates-core v1.0.6 |
1428 | 2023-10-17T22:54:20.953Z | Compiling normalize-line-endings v0.3.0 |
1429 | 2023-10-17T22:54:21.100Z | Compiling fixedbitset v0.4.2 |
1430 | 2023-10-17T22:54:21.128Z | Compiling difflib v0.4.0 |
1431 | 2023-10-17T22:54:23.005Z | Compiling smawk v0.3.1 |
1432 | 2023-10-17T22:54:23.257Z | Compiling precomputed-hash v0.1.1 |
1433 | 2023-10-17T22:54:23.304Z | Compiling textwrap v0.16.0 |
1434 | 2023-10-17T22:54:23.413Z | Compiling string_cache v0.8.7 |
1435 | 2023-10-17T22:54:23.436Z | Compiling parse-display-derive v0.7.0 |
1436 | 2023-10-17T22:54:24.169Z | Compiling predicates v3.0.4 |
1437 | 2023-10-17T22:54:24.466Z | Compiling petgraph v0.6.4 |
1438 | 2023-10-17T22:54:25.520Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1439 | 2023-10-17T22:54:27.032Z | Compiling similar v2.2.1 |
1440 | 2023-10-17T22:54:27.404Z | Compiling bit-set v0.5.3 |
1441 | 2023-10-17T22:54:27.848Z | Compiling console v0.15.7 |
1442 | 2023-10-17T22:54:28.194Z | Compiling bstr v1.6.0 |
1443 | 2023-10-17T22:54:29.842Z | Compiling lalrpop-util v0.19.12 |
1444 | 2023-10-17T22:54:35.295Z | Compiling diesel v2.1.1 |
1445 | 2023-10-17T22:54:40.318Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1446 | 2023-10-17T22:54:40.358Z | Compiling proc-macro-crate v1.3.1 |
1447 | 2023-10-17T22:54:41.581Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1448 | 2023-10-17T22:55:10.852Z | Compiling atty v0.2.14 |
1449 | 2023-10-17T22:55:13.244Z | Compiling sha1 v0.10.5 |
1450 | 2023-10-17T22:55:13.919Z | Compiling match_cfg v0.1.0 |
1451 | 2023-10-17T22:55:14.049Z | Compiling hostname v0.3.1 |
1452 | 2023-10-17T22:55:18.552Z | Compiling dirs-sys-next v0.1.2 |
1453 | 2023-10-17T22:55:24.154Z | Compiling dirs-next v2.0.0 |
1454 | 2023-10-17T22:55:25.868Z | Compiling thread_local v1.1.7 |
1455 | 2023-10-17T22:55:28.550Z | Compiling term v0.7.0 |
1456 | 2023-10-17T22:55:28.572Z | Compiling crossbeam-channel v0.5.8 |
1457 | 2023-10-17T22:55:30.798Z | Compiling take_mut v0.2.2 |
1458 | 2023-10-17T22:55:30.852Z | Compiling slog-term v2.9.0 |
1459 | 2023-10-17T22:55:31.377Z | Compiling slog-json v2.6.1 |
1460 | 2023-10-17T22:55:32.013Z | Compiling instant v0.1.12 |
1461 | 2023-10-17T22:55:33.178Z | Compiling slog-bunyan v2.4.0 |
1462 | 2023-10-17T22:55:33.875Z | Compiling strum v0.25.0 |
1463 | 2023-10-17T22:55:34.131Z | Compiling atomic-waker v1.1.1 |
1464 | 2023-10-17T22:55:34.800Z | Compiling crucible-workspace-hack v0.1.0 |
1465 | 2023-10-17T22:55:34.864Z | Compiling waitgroup v0.1.2 |
1466 | 2023-10-17T22:55:35.194Z | Compiling num_enum_derive v0.5.11 |
1467 | 2023-10-17T22:55:35.226Z | Compiling serde_with v2.3.3 |
1468 | 2023-10-17T22:55:35.727Z | Compiling async-stream v0.3.5 |
1469 | 2023-10-17T22:55:37.617Z | Compiling serde_path_to_error v0.1.14 |
1470 | 2023-10-17T22:55:37.702Z | Compiling libz-sys v1.1.12 |
1471 | 2023-10-17T22:55:38.492Z | Compiling debug-ignore v1.0.5 |
1472 | 2023-10-17T22:55:38.582Z | Compiling fastrand v2.0.0 |
1473 | 2023-10-17T22:55:39.115Z | Compiling tempfile v3.8.0 |
1474 | 2023-10-17T22:55:40.710Z | Compiling proc-macro-error-attr v1.0.4 |
1475 | 2023-10-17T22:55:41.131Z | Compiling slog-dtrace v0.2.3 |
1476 | 2023-10-17T22:55:42.577Z | Compiling backoff v0.4.0 |
1477 | 2023-10-17T22:55:43.102Z | Compiling parse-display v0.7.0 |
1478 | 2023-10-17T22:55:45.028Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1479 | 2023-10-17T22:55:45.256Z | Compiling macaddr v1.0.1 |
1480 | 2023-10-17T22:55:45.634Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1481 | 2023-10-17T22:55:45.650Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1482 | 2023-10-17T22:55:45.997Z | Compiling proc-macro-error v1.0.4 |
1483 | 2023-10-17T22:55:46.422Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1484 | 2023-10-17T22:55:48.721Z | Compiling libsqlite3-sys v0.26.0 |
1485 | 2023-10-17T22:55:48.839Z | Compiling memoffset v0.7.1 |
1486 | 2023-10-17T22:55:49.210Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1487 | 2023-10-17T22:55:51.496Z | Compiling vergen v8.2.4 |
1488 | 2023-10-17T22:55:51.753Z | Compiling foreign-types-macros v0.2.3 |
1489 | 2023-10-17T22:55:52.448Z | Compiling base64ct v1.6.0 |
1490 | 2023-10-17T22:55:55.247Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1491 | 2023-10-17T22:55:56.493Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1492 | 2023-10-17T22:56:00.859Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1493 | 2023-10-17T22:56:02.056Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1494 | 2023-10-17T22:56:02.218Z | Compiling platforms v3.0.2 |
1495 | 2023-10-17T22:56:02.847Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1496 | 2023-10-17T22:56:03.192Z | Compiling num_enum_derive v0.7.0 |
1497 | 2023-10-17T22:56:03.283Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1498 | 2023-10-17T22:56:03.322Z | Compiling password-hash v0.5.0 |
1499 | 2023-10-17T22:56:03.863Z | Compiling curve25519-dalek v4.1.0 |
1500 | 2023-10-17T22:56:03.872Z | Compiling heck v0.3.3 |
1501 | 2023-10-17T22:56:04.412Z | Compiling blake2 v0.10.6 |
1502 | 2023-10-17T22:56:04.511Z | Compiling libefi-sys v0.1.0 |
1503 | 2023-10-17T22:56:04.891Z | Compiling structopt-derive v0.4.18 |
1504 | 2023-10-17T22:56:05.083Z | Compiling zone_cfg_derive v0.2.0 |
1505 | 2023-10-17T22:56:05.999Z | Compiling argon2 v0.5.2 |
1506 | 2023-10-17T22:56:06.697Z | Compiling curve25519-dalek-derive v0.1.0 |
1507 | 2023-10-17T22:56:06.792Z | Compiling same-file v1.0.6 |
1508 | 2023-10-17T22:56:07.143Z | Compiling walkdir v2.4.0 |
1509 | 2023-10-17T22:56:07.458Z | Compiling toml v0.5.11 |
1510 | 2023-10-17T22:56:07.526Z | Compiling semver-parser v0.10.2 |
1511 | 2023-10-17T22:56:08.242Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1512 | 2023-10-17T22:56:08.776Z | Compiling filetime v0.2.22 |
1513 | 2023-10-17T22:56:08.933Z | Compiling xattr v1.0.1 |
1514 | 2023-10-17T22:56:09.272Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1515 | 2023-10-17T22:56:09.356Z | Compiling getrandom v0.1.16 |
1516 | 2023-10-17T22:56:09.463Z | Compiling erased-serde v0.3.30 |
1517 | 2023-10-17T22:56:09.795Z | Compiling tar v0.4.40 |
1518 | 2023-10-17T22:56:10.197Z | Compiling semver v0.11.0 |
1519 | 2023-10-17T22:56:10.269Z | Compiling universal-hash v0.5.1 |
1520 | 2023-10-17T22:56:10.584Z | Compiling bitstruct_derive v0.1.0 |
1521 | 2023-10-17T22:56:10.828Z | Compiling async-recursion v1.0.5 |
1522 | 2023-10-17T22:56:11.320Z | Compiling opaque-debug v0.3.0 |
1523 | 2023-10-17T22:56:11.461Z | Compiling home v0.5.5 |
1524 | 2023-10-17T22:56:11.889Z | Compiling toolchain_find v0.2.0 |
1525 | 2023-10-17T22:56:11.911Z | Compiling num-rational v0.4.1 |
1526 | 2023-10-17T22:56:12.323Z | Compiling unicase v2.7.0 |
1527 | 2023-10-17T22:56:12.597Z | Compiling parking_lot_core v0.8.6 |
1528 | 2023-10-17T22:56:12.693Z | Compiling rustfmt-wrapper v0.2.0 |
1529 | 2023-10-17T22:56:12.711Z | Compiling omicron-zone-package v0.8.3 |
1530 | 2023-10-17T22:56:13.052Z | Compiling num_enum v0.5.11 |
1531 | 2023-10-17T22:56:13.288Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1532 | 2023-10-17T22:56:13.316Z | Compiling aead v0.5.2 |
1533 | 2023-10-17T22:56:13.667Z | Compiling postcard-cobs v0.1.5-pre |
1534 | 2023-10-17T22:56:13.771Z | Compiling winapi v0.3.9 |
1535 | 2023-10-17T22:56:13.890Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1536 | 2023-10-17T22:56:14.022Z | Compiling postcard v0.7.3 |
1537 | 2023-10-17T22:56:14.115Z | Compiling polyval v0.6.1 |
1538 | 2023-10-17T22:56:14.534Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1539 | 2023-10-17T22:56:15.024Z | Compiling smoltcp v0.8.2 |
1540 | 2023-10-17T22:56:15.047Z | Compiling aes v0.8.3 |
1541 | 2023-10-17T22:56:15.154Z | Compiling ctr v0.9.2 |
1542 | 2023-10-17T22:56:15.547Z | Compiling thiserror-impl-no-std v2.0.2 |
1543 | 2023-10-17T22:56:15.638Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1544 | 2023-10-17T22:56:15.913Z | Compiling cfg-if v0.1.10 |
1545 | 2023-10-17T22:56:15.967Z | Compiling foreign-types-shared v0.3.1 |
1546 | 2023-10-17T22:56:16.146Z | Compiling foreign-types v0.5.0 |
1547 | 2023-10-17T22:56:17.167Z | Compiling mime_guess v2.0.4 |
1548 | 2023-10-17T22:56:20.037Z | Compiling is-terminal v0.4.9 |
1549 | 2023-10-17T22:56:20.252Z | Compiling toml_edit v0.20.0 |
1550 | 2023-10-17T22:56:20.255Z | Compiling hashlink v0.8.3 |
1551 | 2023-10-17T22:56:21.357Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1552 | 2023-10-17T22:56:21.870Z | Compiling cstr-argument v0.1.2 |
1553 | 2023-10-17T22:56:21.882Z | Compiling fallible-streaming-iterator v0.1.9 |
1554 | 2023-10-17T22:56:22.284Z | Compiling pretty-hex v0.2.1 |
1555 | 2023-10-17T22:56:23.352Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1556 | 2023-10-17T22:56:24.950Z | Compiling rusqlite v0.29.0 |
1557 | 2023-10-17T22:56:25.003Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1558 | 2023-10-17T22:56:26.359Z | Compiling toml v0.8.0 |
1559 | 2023-10-17T22:56:27.631Z | Compiling colored v2.0.4 |
1560 | 2023-10-17T22:56:28.330Z | Compiling nix v0.26.2 |
1561 | 2023-10-17T22:56:28.801Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1562 | 2023-10-17T22:56:30.588Z | Compiling twox-hash v1.6.3 |
1563 | 2023-10-17T22:56:31.076Z | Compiling hkdf v0.12.3 |
1564 | 2023-10-17T22:56:31.790Z | Compiling textwrap v0.11.0 |
1565 | 2023-10-17T22:56:31.819Z | Compiling const_format_proc_macros v0.2.31 |
1566 | 2023-10-17T22:56:32.644Z | Compiling quick-error v1.2.3 |
1567 | 2023-10-17T22:56:32.879Z | Compiling vec_map v0.8.2 |
1568 | 2023-10-17T22:56:33.347Z | Compiling linked-hash-map v0.5.6 |
1569 | 2023-10-17T22:56:33.918Z | Compiling ansi_term v0.12.1 |
1570 | 2023-10-17T22:56:34.107Z | Compiling strsim v0.8.0 |
1571 | 2023-10-17T22:56:34.822Z | Compiling base64 v0.13.1 |
1572 | 2023-10-17T22:56:35.988Z | Compiling clap v2.34.0 |
1573 | 2023-10-17T22:56:36.012Z | Compiling lru-cache v0.1.2 |
1574 | 2023-10-17T22:56:36.063Z | Compiling resolv-conf v0.7.0 |
1575 | 2023-10-17T22:56:37.946Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1576 | 2023-10-17T22:56:38.421Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1577 | 2023-10-17T22:56:40.361Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1578 | 2023-10-17T22:56:41.807Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1579 | 2023-10-17T22:56:43.368Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1580 | 2023-10-17T22:56:45.163Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1581 | 2023-10-17T22:56:46.496Z | Compiling num_enum v0.7.0 |
1582 | 2023-10-17T22:56:47.260Z | Compiling bincode v1.3.3 |
1583 | 2023-10-17T22:56:47.918Z | Compiling convert_case v0.4.0 |
1584 | 2023-10-17T22:56:49.706Z | Compiling utf-8 v0.7.6 |
1585 | 2023-10-17T22:56:49.912Z | Compiling keccak v0.1.4 |
1586 | 2023-10-17T22:56:49.981Z | Compiling cancel-safe-futures v0.1.2 |
1587 | 2023-10-17T22:56:50.231Z | Compiling termcolor v1.2.0 |
1588 | 2023-10-17T22:56:51.024Z | Compiling humantime v2.1.0 |
1589 | 2023-10-17T22:56:51.678Z | Compiling env_logger v0.9.3 |
1590 | 2023-10-17T22:56:51.810Z | Compiling sha3 v0.10.8 |
1591 | 2023-10-17T22:56:52.902Z | Compiling derive_more v0.99.17 |
1592 | 2023-10-17T22:56:53.301Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1593 | 2023-10-17T22:56:58.398Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1594 | 2023-10-17T22:56:59.851Z | Compiling structopt v0.3.26 |
1595 | 2023-10-17T22:57:00.086Z | Compiling trust-dns-resolver v0.22.0 |
1596 | 2023-10-17T22:57:04.420Z | Compiling aes-gcm-siv v0.11.1 |
1597 | 2023-10-17T22:57:05.665Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1598 | 2023-10-17T22:57:06.443Z | Compiling zone v0.2.0 |
1599 | 2023-10-17T22:57:06.959Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1600 | 2023-10-17T22:57:07.905Z | Compiling secrecy v0.8.0 |
1601 | 2023-10-17T22:57:08.327Z | Compiling smf v0.2.2 |
1602 | 2023-10-17T22:57:08.901Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1603 | 2023-10-17T22:57:09.128Z | Compiling ascii v1.1.0 |
1604 | 2023-10-17T22:57:09.224Z | Compiling ringbuffer v0.15.0 |
1605 | 2023-10-17T22:57:10.158Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1606 | 2023-10-17T22:57:11.259Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1607 | 2023-10-17T22:57:11.417Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1608 | 2023-10-17T22:57:12.451Z | Compiling bitstruct v0.1.1 |
1609 | 2023-10-17T22:57:13.424Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1610 | 2023-10-17T22:57:14.590Z | Compiling serde_arrays v0.1.0 |
1611 | 2023-10-17T22:57:14.829Z | Compiling ff v0.13.0 |
1612 | 2023-10-17T22:57:14.874Z | Compiling nibble_vec v0.1.0 |
1613 | 2023-10-17T22:57:15.183Z | Compiling arc-swap v1.6.0 |
1614 | 2023-10-17T22:57:15.313Z | Compiling endian-type v0.1.2 |
1615 | 2023-10-17T22:57:15.662Z | Compiling radix_trie v0.2.1 |
1616 | 2023-10-17T22:57:15.709Z | Compiling group v0.13.0 |
1617 | 2023-10-17T22:57:15.962Z | Compiling slog-scope v4.4.0 |
1618 | 2023-10-17T22:57:16.234Z | Compiling rand_core v0.5.1 |
1619 | 2023-10-17T22:57:16.755Z | Compiling tungstenite v0.20.1 |
1620 | 2023-10-17T22:57:17.114Z | Compiling poly1305 v0.8.0 |
1621 | 2023-10-17T22:57:18.514Z | Compiling chacha20 v0.9.1 |
1622 | 2023-10-17T22:57:18.960Z | Compiling crypto-bigint v0.5.2 |
1623 | 2023-10-17T22:57:19.120Z | Compiling num-complex v0.4.4 |
1624 | 2023-10-17T22:57:19.152Z | Compiling option-ext v0.2.0 |
1625 | 2023-10-17T22:57:19.334Z | Compiling half v1.8.2 |
1626 | 2023-10-17T22:57:19.807Z | Compiling base16ct v0.2.0 |
1627 | 2023-10-17T22:57:20.030Z | Compiling ciborium-io v0.2.1 |
1628 | 2023-10-17T22:57:20.223Z | Compiling ciborium-ll v0.2.1 |
1629 | 2023-10-17T22:57:20.386Z | Compiling dirs-sys v0.4.1 |
1630 | 2023-10-17T22:57:20.891Z | Compiling num v0.4.1 |
1631 | 2023-10-17T22:57:20.928Z | Compiling tokio-tungstenite v0.20.1 |
1632 | 2023-10-17T22:57:20.963Z | Compiling parking_lot v0.11.2 |
1633 | 2023-10-17T22:57:21.050Z | Compiling rand_chacha v0.2.2 |
1634 | 2023-10-17T22:57:21.149Z | Compiling trust-dns-client v0.22.0 |
1635 | 2023-10-17T22:57:21.299Z | Compiling slog-stdlog v4.1.1 |
1636 | 2023-10-17T22:57:21.575Z | Compiling thiserror-no-std v2.0.2 |
1637 | 2023-10-17T22:57:21.904Z | Compiling elliptic-curve v0.13.5 |
1638 | 2023-10-17T22:57:22.702Z | Compiling password-hash v0.4.2 |
1639 | 2023-10-17T22:57:22.821Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1640 | 2023-10-17T22:57:22.884Z | Compiling ed25519 v2.2.2 |
1641 | 2023-10-17T22:57:23.434Z | Compiling blowfish v0.9.1 |
1642 | 2023-10-17T22:57:24.128Z | Compiling pbkdf2 v0.12.2 |
1643 | 2023-10-17T22:57:24.311Z | Compiling fxhash v0.2.1 |
1644 | 2023-10-17T22:57:24.858Z | Compiling sled v0.34.7 |
1645 | 2023-10-17T22:57:24.963Z | Compiling bcrypt-pbkdf v0.10.0 |
1646 | 2023-10-17T22:57:25.307Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1647 | 2023-10-17T22:57:25.409Z | Compiling trust-dns-server v0.22.1 |
1648 | 2023-10-17T22:57:25.671Z | Compiling pbkdf2 v0.11.0 |
1649 | 2023-10-17T22:57:25.765Z | Compiling ed25519-dalek v2.0.0 |
1650 | 2023-10-17T22:57:26.264Z | Compiling vsss-rs v3.3.1 |
1651 | 2023-10-17T22:57:26.699Z | Compiling russh-cryptovec v0.7.0 |
1652 | 2023-10-17T22:57:26.764Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1653 | 2023-10-17T22:57:27.674Z | Compiling rand v0.7.3 |
1654 | 2023-10-17T22:57:27.937Z | Compiling slog-envlogger v2.2.0 |
1655 | 2023-10-17T22:57:29.460Z | Compiling dirs v5.0.1 |
1656 | 2023-10-17T22:57:29.761Z | Compiling ciborium v0.2.1 |
1657 | 2023-10-17T22:57:30.983Z | Compiling chacha20poly1305 v0.10.1 |
1658 | 2023-10-17T22:57:31.065Z | Compiling tungstenite v0.18.0 |
1659 | 2023-10-17T22:57:31.297Z | Compiling ron v0.7.1 |
1660 | 2023-10-17T22:57:32.406Z | Compiling pem v1.1.1 |
1661 | 2023-10-17T22:57:33.538Z | Compiling const_format v0.2.31 |
1662 | 2023-10-17T22:57:34.110Z | Compiling ghash v0.5.0 |
1663 | 2023-10-17T22:57:35.040Z | Compiling camino-tempfile v1.0.2 |
1664 | 2023-10-17T22:57:35.754Z | Compiling cbc v0.1.2 |
1665 | 2023-10-17T22:57:35.772Z | Compiling headers-core v0.2.0 |
1666 | 2023-10-17T22:57:36.160Z | Compiling pretty-hex v0.3.0 |
1667 | 2023-10-17T22:57:36.461Z | Compiling bit_field v0.10.2 |
1668 | 2023-10-17T22:57:36.484Z | Compiling http-range v0.1.5 |
1669 | 2023-10-17T22:57:36.611Z | Compiling md5 v0.7.0 |
1670 | 2023-10-17T22:57:36.922Z | Compiling hyper-staticfile v0.9.5 |
1671 | 2023-10-17T22:57:37.066Z | Compiling russh-keys v0.38.0 |
1672 | 2023-10-17T22:57:38.451Z | Compiling headers v0.3.9 |
1673 | 2023-10-17T22:57:42.188Z | Compiling aes-gcm v0.10.2 |
1674 | 2023-10-17T22:57:42.855Z | Compiling rcgen v0.10.0 |
1675 | 2023-10-17T22:57:43.048Z | Compiling tokio-tungstenite v0.18.0 |
1676 | 2023-10-17T22:57:49.316Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1677 | 2023-10-17T22:57:49.636Z | Compiling atomicwrites v0.4.2 |
1678 | 2023-10-17T22:57:50.189Z | Compiling subprocess v0.2.9 |
1679 | 2023-10-17T22:57:50.772Z | Compiling glob v0.3.1 |
1680 | 2023-10-17T22:57:51.033Z | Compiling hex-literal v0.4.1 |
1681 | 2023-10-17T22:57:51.259Z | Compiling russh v0.38.0 |
1682 | 2023-10-17T22:57:57.268Z | Compiling bzip2 v0.4.4 |
1683 | 2023-10-17T22:57:57.875Z | Compiling zip v0.6.6 |
1684 | 2023-10-17T22:58:00.194Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2023-10-17T22:58:00.799Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1686 | 2023-10-17T22:58:01.000Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1687 | 2023-10-17T22:58:01.004Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1688 | 2023-10-17T22:58:01.008Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1689 | 2023-10-17T22:58:01.077Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1690 | 2023-10-17T22:58:01.637Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1691 | 2023-10-17T22:58:01.859Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1692 | 2023-10-17T22:58:02.048Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1693 | 2023-10-17T22:58:04.100Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1694 | 2023-10-17T22:58:12.788Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1695 | 2023-10-17T22:58:18.816Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1696 | 2023-10-17T22:58:23.672Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1697 | 2023-10-17T22:58:27.149Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1698 | 2023-10-17T22:58:37.734Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1699 | 2023-10-17T22:58:40.902Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1700 | 2023-10-17T22:58:45.305Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1701 | 2023-10-17T22:58:47.782Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1702 | 2023-10-17T22:58:50.987Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1703 | 2023-10-17T22:58:52.372Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1704 | 2023-10-17T22:59:09.990Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1705 | 2023-10-17T22:59:32.611Z | Compiling git2 v0.17.2 |
1706 | 2023-10-17T22:59:38.922Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1707 | 2023-10-17T22:59:40.859Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1708 | 2023-10-17T22:59:52.781Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1709 | 2023-10-17T23:00:09.271Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1710 | 2023-10-17T23:00:09.562Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1711 | 2023-10-17T23:00:10.158Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1712 | 2023-10-17T23:00:13.191Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1713 | 2023-10-17T23:00:50.012Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1714 | 2023-10-17T23:02:16.201Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 00s |
1715 | 2023-10-17T23:02:16.588Z | |
1716 | 2023-10-17T23:02:16.592Z | real 11:00.660277971 |
1717 | 2023-10-17T23:02:16.595Z | user 58:26.898260789 |
1718 | 2023-10-17T23:02:16.599Z | sys 9:24.974856200 |
1719 | 2023-10-17T23:02:16.602Z | trap 2.328370995 |
1720 | 2023-10-17T23:02:16.605Z | tflt 6.533756810 |
1721 | 2023-10-17T23:02:16.608Z | dflt 8.703903868 |
1722 | 2023-10-17T23:02:16.610Z | kflt 0.021480862 |
1723 | 2023-10-17T23:02:16.613Z | lock 1:49:23.627082194 |
1724 | 2023-10-17T23:02:16.617Z | slp 3:06:00.375448835 |
1725 | 2023-10-17T23:02:16.620Z | lat 2:24.386547437 |
1726 | 2023-10-17T23:02:16.624Z | stop 5:34.030065414 |
1727 | 2023-10-17T23:02:16.627Z | + mkdir -p /work/end-to-end-tests |
1728 | 2023-10-17T23:02:16.629Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1729 | 2023-10-17T23:02:17.555Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1730 | 2023-10-17T23:02:17.559Z | + ptime -m gzip |
1731 | 2023-10-17T23:02:17.562Z | ++ basename target/debug/bootstrap |
1732 | 2023-10-17T23:02:34.404Z | |
1733 | 2023-10-17T23:02:34.409Z | real 16.841432127 |
1734 | 2023-10-17T23:02:34.416Z | user 16.679706872 |
1735 | 2023-10-17T23:02:34.422Z | sys 0.156429990 |
1736 | 2023-10-17T23:02:34.428Z | trap 0.003486134 |
1737 | 2023-10-17T23:02:34.434Z | tflt 0.000000000 |
1738 | 2023-10-17T23:02:34.443Z | dflt 0.000000000 |
1739 | 2023-10-17T23:02:34.451Z | kflt 0.000000000 |
1740 | 2023-10-17T23:02:34.465Z | lock 0.000000000 |
1741 | 2023-10-17T23:02:34.477Z | slp 0.000000000 |
1742 | 2023-10-17T23:02:34.480Z | lat 0.001477007 |
1743 | 2023-10-17T23:02:34.483Z | stop 0.000228443 |
1744 | 2023-10-17T23:02:34.486Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1745 | 2023-10-17T23:02:34.489Z | + ptime -m gzip |
1746 | 2023-10-17T23:02:34.492Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-323c561dc2d9ecdb |
1747 | 2023-10-17T23:02:35.493Z | |
1748 | 2023-10-17T23:02:35.496Z | real 1.079564556 |
1749 | 2023-10-17T23:02:35.498Z | user 1.067256567 |
1750 | 2023-10-17T23:02:35.501Z | sys 0.011576228 |
1751 | 2023-10-17T23:02:35.504Z | trap 0.000118849 |
1752 | 2023-10-17T23:02:35.507Z | tflt 0.000000000 |
1753 | 2023-10-17T23:02:35.509Z | dflt 0.000000000 |
1754 | 2023-10-17T23:02:35.512Z | kflt 0.000000000 |
1755 | 2023-10-17T23:02:35.521Z | lock 0.000000000 |
1756 | 2023-10-17T23:02:35.525Z | slp 0.000016014 |
1757 | 2023-10-17T23:02:35.527Z | lat 0.000258011 |
1758 | 2023-10-17T23:02:35.530Z | stop 0.000225425 |
1759 | 2023-10-17T23:02:35.533Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1760 | 2023-10-17T23:02:35.535Z | + ptime -m gzip |
1761 | 2023-10-17T23:02:35.538Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-183991de1eaf7f15 |
1762 | 2023-10-17T23:02:54.471Z | |
1763 | 2023-10-17T23:02:54.478Z | real 18.969830816 |
1764 | 2023-10-17T23:02:54.481Z | user 18.789395525 |
1765 | 2023-10-17T23:02:54.484Z | sys 0.175648290 |
1766 | 2023-10-17T23:02:54.487Z | trap 0.003201390 |
1767 | 2023-10-17T23:02:54.490Z | tflt 0.000000000 |
1768 | 2023-10-17T23:02:54.493Z | dflt 0.000000000 |
1769 | 2023-10-17T23:02:54.496Z | kflt 0.000000000 |
1770 | 2023-10-17T23:02:54.499Z | lock 0.000000000 |
1771 | 2023-10-17T23:02:54.502Z | slp 0.000000000 |
1772 | 2023-10-17T23:02:54.504Z | lat 0.001134216 |
1773 | 2023-10-17T23:02:54.507Z | stop 0.000335630 |
1774 | 2023-10-17T23:02:54.510Z | + banner caboose-util |
1775 | 2023-10-17T23:02:54.513Z | |
1776 | 2023-10-17T23:02:54.520Z | #### ## ##### #### #### #### ###### # # ##### |
1777 | 2023-10-17T23:02:54.522Z | # # # # # # # # # # # # # # # |
1778 | 2023-10-17T23:02:54.525Z | # # # ##### # # # # #### ##### ##### # # # |
1779 | 2023-10-17T23:02:54.528Z | # ###### # # # # # # # # # # # |
1780 | 2023-10-17T23:02:54.531Z | # # # # # # # # # # # # # # # # |
1781 | 2023-10-17T23:02:54.534Z | #### # # ##### #### #### #### ###### #### # |
1782 | 2023-10-17T23:02:54.536Z | |
1783 | 2023-10-17T23:02:54.539Z | + ptime -m cargo build --locked -p caboose-util --release |
1784 | 2023-10-17T23:02:55.187Z | Downloading crates ... |
1785 | 2023-10-17T23:02:55.499Z | Downloaded crc v3.0.1 |
1786 | 2023-10-17T23:02:55.515Z | Downloaded num-bigint-dig v0.8.4 |
1787 | 2023-10-17T23:02:55.525Z | Downloaded nodrop v0.1.14 |
1788 | 2023-10-17T23:02:55.528Z | Downloaded path-slash v0.1.5 |
1789 | 2023-10-17T23:02:55.531Z | Downloaded crc-catalog v2.2.0 |
1790 | 2023-10-17T23:02:55.537Z | Downloaded der_derive v0.7.2 |
1791 | 2023-10-17T23:02:55.540Z | Downloaded flagset v0.4.3 |
1792 | 2023-10-17T23:02:55.543Z | Downloaded maybe-uninit v2.0.0 |
1793 | 2023-10-17T23:02:55.546Z | Downloaded packed_struct v0.10.1 |
1794 | 2023-10-17T23:02:55.549Z | Downloaded bitfield v0.14.0 |
1795 | 2023-10-17T23:02:55.552Z | Downloaded env_logger v0.10.0 |
1796 | 2023-10-17T23:02:55.556Z | Downloaded array-init v0.0.4 |
1797 | 2023-10-17T23:02:55.559Z | Downloaded pkcs1 v0.7.5 |
1798 | 2023-10-17T23:02:55.562Z | Downloaded ron v0.8.1 |
1799 | 2023-10-17T23:02:55.567Z | Downloaded x509-cert v0.2.4 |
1800 | 2023-10-17T23:02:55.577Z | Downloaded object v0.30.4 |
1801 | 2023-10-17T23:02:55.593Z | Downloaded rsa v0.9.2 |
1802 | 2023-10-17T23:02:55.601Z | Downloaded pem-rfc7468 v0.7.0 |
1803 | 2023-10-17T23:02:55.604Z | Downloaded crc-any v2.4.3 |
1804 | 2023-10-17T23:02:55.607Z | Downloaded smallvec v0.6.14 |
1805 | 2023-10-17T23:02:55.610Z | Downloaded serde-hex v0.1.0 |
1806 | 2023-10-17T23:02:55.613Z | Downloaded packed_struct_codegen v0.10.1 |
1807 | 2023-10-17T23:02:55.770Z | Compiling proc-macro2 v1.0.67 |
1808 | 2023-10-17T23:02:55.773Z | Compiling unicode-ident v1.0.12 |
1809 | 2023-10-17T23:02:55.776Z | Compiling libc v0.2.149 |
1810 | 2023-10-17T23:02:55.779Z | Compiling autocfg v1.1.0 |
1811 | 2023-10-17T23:02:55.782Z | Compiling serde v1.0.188 |
1812 | 2023-10-17T23:02:55.791Z | Compiling version_check v0.9.4 |
1813 | 2023-10-17T23:02:55.794Z | Compiling cfg-if v1.0.0 |
1814 | 2023-10-17T23:02:55.933Z | Compiling parking_lot_core v0.9.8 |
1815 | 2023-10-17T23:02:55.946Z | Compiling once_cell v1.18.0 |
1816 | 2023-10-17T23:02:56.062Z | Compiling syn v1.0.109 |
1817 | 2023-10-17T23:02:56.516Z | Compiling typenum v1.16.0 |
1818 | 2023-10-17T23:02:56.596Z | Compiling libm v0.2.7 |
1819 | 2023-10-17T23:02:56.599Z | Compiling futures-core v0.3.28 |
1820 | 2023-10-17T23:02:56.944Z | Compiling lock_api v0.4.10 |
1821 | 2023-10-17T23:02:56.955Z | Compiling generic-array v0.14.7 |
1822 | 2023-10-17T23:02:57.049Z | Compiling num-traits v0.2.16 |
1823 | 2023-10-17T23:02:57.062Z | Compiling pkg-config v0.3.27 |
1824 | 2023-10-17T23:02:57.343Z | Compiling slab v0.4.9 |
1825 | 2023-10-17T23:02:57.534Z | Compiling serde_json v1.0.107 |
1826 | 2023-10-17T23:02:57.739Z | Compiling futures-task v0.3.28 |
1827 | 2023-10-17T23:02:57.888Z | Compiling quote v1.0.33 |
1828 | 2023-10-17T23:02:57.984Z | Compiling futures-channel v0.3.28 |
1829 | 2023-10-17T23:02:58.040Z | Compiling thiserror v1.0.49 |
1830 | 2023-10-17T23:02:58.163Z | Compiling scopeguard v1.2.0 |
1831 | 2023-10-17T23:02:58.426Z | Compiling syn v2.0.32 |
1832 | 2023-10-17T23:02:58.672Z | Compiling futures-util v0.3.28 |
1833 | 2023-10-17T23:02:58.832Z | Compiling jobserver v0.1.26 |
1834 | 2023-10-17T23:02:58.862Z | Compiling itoa v1.0.9 |
1835 | 2023-10-17T23:02:59.045Z | Compiling getrandom v0.2.10 |
1836 | 2023-10-17T23:02:59.104Z | Compiling memchr v2.6.3 |
1837 | 2023-10-17T23:02:59.371Z | Compiling cc v1.0.83 |
1838 | 2023-10-17T23:03:00.638Z | Compiling ahash v0.8.3 |
1839 | 2023-10-17T23:03:00.659Z | Compiling smallvec v1.11.0 |
1840 | 2023-10-17T23:03:01.096Z | Compiling log v0.4.20 |
1841 | 2023-10-17T23:03:01.372Z | Compiling vcpkg v0.2.15 |
1842 | 2023-10-17T23:03:01.741Z | Compiling byteorder v1.4.3 |
1843 | 2023-10-17T23:03:02.588Z | Compiling rand_core v0.6.4 |
1844 | 2023-10-17T23:03:02.968Z | Compiling pin-project-lite v0.2.13 |
1845 | 2023-10-17T23:03:03.657Z | Compiling parking_lot v0.12.1 |
1846 | 2023-10-17T23:03:03.821Z | Compiling indexmap v1.9.3 |
1847 | 2023-10-17T23:03:04.254Z | Compiling ring v0.16.20 |
1848 | 2023-10-17T23:03:04.414Z | Compiling openssl-sys v0.9.93 |
1849 | 2023-10-17T23:03:05.903Z | Compiling io-lifetimes v1.0.11 |
1850 | 2023-10-17T23:03:06.782Z | Compiling num-integer v0.1.45 |
1851 | 2023-10-17T23:03:07.177Z | Compiling spin v0.5.2 |
1852 | 2023-10-17T23:03:07.428Z | Compiling semver v1.0.18 |
1853 | 2023-10-17T23:03:07.538Z | Compiling const-oid v0.9.5 |
1854 | 2023-10-17T23:03:08.072Z | Compiling ryu v1.0.15 |
1855 | 2023-10-17T23:03:08.939Z | Compiling rustix v0.37.23 |
1856 | 2023-10-17T23:03:09.777Z | Compiling mio v0.8.8 |
1857 | 2023-10-17T23:03:09.980Z | Compiling signal-hook-registry v1.4.1 |
1858 | 2023-10-17T23:03:10.535Z | Compiling num_cpus v1.16.0 |
1859 | 2023-10-17T23:03:10.721Z | Compiling socket2 v0.5.3 |
1860 | 2023-10-17T23:03:11.031Z | Compiling unicode-xid v0.2.4 |
1861 | 2023-10-17T23:03:11.044Z | Compiling httparse v1.8.0 |
1862 | 2023-10-17T23:03:11.261Z | Compiling openssl v0.10.57 |
1863 | 2023-10-17T23:03:11.462Z | Compiling ucd-trie v0.1.6 |
1864 | 2023-10-17T23:03:11.538Z | Compiling futures-sink v0.3.28 |
1865 | 2023-10-17T23:03:11.615Z | Compiling synstructure v0.12.6 |
1866 | 2023-10-17T23:03:12.147Z | Compiling tinyvec_macros v0.1.1 |
1867 | 2023-10-17T23:03:12.264Z | Compiling tinyvec v1.6.0 |
1868 | 2023-10-17T23:03:13.806Z | Compiling futures-io v0.3.28 |
1869 | 2023-10-17T23:03:14.146Z | Compiling native-tls v0.2.11 |
1870 | 2023-10-17T23:03:14.202Z | Compiling pin-utils v0.1.0 |
1871 | 2023-10-17T23:03:14.324Z | Compiling ppv-lite86 v0.2.17 |
1872 | 2023-10-17T23:03:14.594Z | Compiling crc32fast v1.3.2 |
1873 | 2023-10-17T23:03:14.974Z | Compiling rustls v0.21.7 |
1874 | 2023-10-17T23:03:15.233Z | Compiling radium v0.7.0 |
1875 | 2023-10-17T23:03:15.573Z | Compiling unicode-normalization v0.1.22 |
1876 | 2023-10-17T23:03:15.587Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1877 | 2023-10-17T23:03:15.687Z | Compiling rand_chacha v0.3.1 |
1878 | 2023-10-17T23:03:15.846Z | Compiling tracing-core v0.1.31 |
1879 | 2023-10-17T23:03:16.085Z | Compiling subtle v2.5.0 |
1880 | 2023-10-17T23:03:16.214Z | Compiling heck v0.4.1 |
1881 | 2023-10-17T23:03:16.654Z | Compiling unicode-bidi v0.3.13 |
1882 | 2023-10-17T23:03:16.913Z | Compiling rand v0.8.5 |
1883 | 2023-10-17T23:03:18.766Z | Compiling errno v0.3.2 |
1884 | 2023-10-17T23:03:18.865Z | Compiling num-iter v0.1.43 |
1885 | 2023-10-17T23:03:18.890Z | Compiling usdt-impl v0.3.5 |
1886 | 2023-10-17T23:03:19.085Z | Compiling base64 v0.21.4 |
1887 | 2023-10-17T23:03:20.249Z | Compiling schemars v0.8.13 |
1888 | 2023-10-17T23:03:20.365Z | Compiling rustix v0.38.9 |
1889 | 2023-10-17T23:03:21.174Z | Compiling serde_derive v1.0.188 |
1890 | 2023-10-17T23:03:21.249Z | Compiling zeroize_derive v1.4.2 |
1891 | 2023-10-17T23:03:21.296Z | Compiling tokio-macros v2.1.0 |
1892 | 2023-10-17T23:03:21.607Z | Compiling thiserror-impl v1.0.49 |
1893 | 2023-10-17T23:03:21.802Z | Compiling futures-macro v0.3.28 |
1894 | 2023-10-17T23:03:22.121Z | Compiling tracing-attributes v0.1.26 |
1895 | 2023-10-17T23:03:22.890Z | Compiling zerocopy-derive v0.2.0 |
1896 | 2023-10-17T23:03:22.974Z | Compiling openssl-macros v0.1.1 |
1897 | 2023-10-17T23:03:23.540Z | Compiling zeroize v1.6.0 |
1898 | 2023-10-17T23:03:24.166Z | Compiling zerocopy-derive v0.6.3 |
1899 | 2023-10-17T23:03:26.405Z | Compiling pest v2.7.2 |
1900 | 2023-10-17T23:03:26.583Z | Compiling crypto-common v0.1.6 |
1901 | 2023-10-17T23:03:26.892Z | Compiling block-buffer v0.10.4 |
1902 | 2023-10-17T23:03:27.387Z | Compiling digest v0.10.7 |
1903 | 2023-10-17T23:03:27.526Z | Compiling tracing v0.1.37 |
1904 | 2023-10-17T23:03:27.943Z | Compiling serde_derive_internals v0.26.0 |
1905 | 2023-10-17T23:03:28.507Z | Compiling fnv v1.0.7 |
1906 | 2023-10-17T23:03:28.690Z | Compiling untrusted v0.7.1 |
1907 | 2023-10-17T23:03:30.095Z | Compiling bitflags v1.3.2 |
1908 | 2023-10-17T23:03:31.292Z | Compiling pest_meta v2.7.2 |
1909 | 2023-10-17T23:03:32.006Z | Compiling schemars_derive v0.8.13 |
1910 | 2023-10-17T23:03:34.971Z | Compiling pest_generator v2.7.2 |
1911 | 2023-10-17T23:03:36.747Z | Compiling zerocopy v0.3.0 |
1912 | 2023-10-17T23:03:37.249Z | Compiling lazy_static v1.4.0 |
1913 | 2023-10-17T23:03:37.897Z | Compiling backtrace v0.3.69 |
1914 | 2023-10-17T23:03:38.103Z | Compiling num-bigint v0.4.4 |
1915 | 2023-10-17T23:03:38.112Z | Compiling memoffset v0.9.0 |
1916 | 2023-10-17T23:03:38.417Z | Compiling pest_derive v2.7.2 |
1917 | 2023-10-17T23:03:38.451Z | Compiling foreign-types-shared v0.1.1 |
1918 | 2023-10-17T23:03:38.508Z | Compiling crossbeam-utils v0.8.16 |
1919 | 2023-10-17T23:03:38.602Z | Compiling allocator-api2 v0.2.16 |
1920 | 2023-10-17T23:03:38.701Z | Compiling hashbrown v0.12.3 |
1921 | 2023-10-17T23:03:39.055Z | Compiling openssl-probe v0.1.5 |
1922 | 2023-10-17T23:03:39.135Z | Compiling async-trait v0.1.73 |
1923 | 2023-10-17T23:03:39.474Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1924 | 2023-10-17T23:03:39.776Z | Compiling base64ct v1.6.0 |
1925 | 2023-10-17T23:03:39.850Z | Compiling percent-encoding v2.3.0 |
1926 | 2023-10-17T23:03:40.352Z | Compiling smoltcp v0.9.1 |
1927 | 2023-10-17T23:03:40.506Z | Compiling iana-time-zone v0.1.57 |
1928 | 2023-10-17T23:03:41.058Z | Compiling pem-rfc7468 v0.7.0 |
1929 | 2023-10-17T23:03:41.157Z | Compiling hashbrown v0.14.0 |
1930 | 2023-10-17T23:03:41.322Z | Compiling dtrace-parser v0.1.14 |
1931 | 2023-10-17T23:03:42.128Z | Compiling foreign-types v0.3.2 |
1932 | 2023-10-17T23:03:42.260Z | Compiling dof v0.1.5 |
1933 | 2023-10-17T23:03:42.850Z | Compiling clap_derive v4.4.2 |
1934 | 2023-10-17T23:03:43.190Z | Compiling der_derive v0.7.2 |
1935 | 2023-10-17T23:03:44.233Z | Compiling thread-id v4.2.0 |
1936 | 2023-10-17T23:03:44.558Z | Compiling bytes v1.5.0 |
1937 | 2023-10-17T23:03:45.764Z | Compiling bitflags v2.4.0 |
1938 | 2023-10-17T23:03:45.795Z | Compiling rustc_version v0.4.0 |
1939 | 2023-10-17T23:03:46.154Z | Compiling tokio v1.32.0 |
1940 | 2023-10-17T23:03:46.842Z | Compiling heapless v0.7.16 |
1941 | 2023-10-17T23:03:47.390Z | Compiling http v0.2.9 |
1942 | 2023-10-17T23:03:47.674Z | Compiling uuid v1.4.1 |
1943 | 2023-10-17T23:03:48.080Z | Compiling chrono v0.4.31 |
1944 | 2023-10-17T23:03:48.739Z | Compiling siphasher v0.3.11 |
1945 | 2023-10-17T23:03:48.957Z | Compiling equivalent v1.0.1 |
1946 | 2023-10-17T23:03:49.107Z | Compiling cpufeatures v0.2.9 |
1947 | 2023-10-17T23:03:49.249Z | Compiling try-lock v0.2.4 |
1948 | 2023-10-17T23:03:49.375Z | Compiling adler v1.0.2 |
1949 | 2023-10-17T23:03:49.671Z | Compiling flagset v0.4.3 |
1950 | 2023-10-17T23:03:50.021Z | Compiling time-core v0.1.1 |
1951 | 2023-10-17T23:03:50.667Z | Compiling utf8parse v0.2.1 |
1952 | 2023-10-17T23:03:50.808Z | Compiling anstyle v1.0.2 |
1953 | 2023-10-17T23:03:50.944Z | Compiling anstyle-parse v0.2.1 |
1954 | 2023-10-17T23:03:51.791Z | Compiling time-macros v0.2.13 |
1955 | 2023-10-17T23:03:53.522Z | Compiling der v0.7.8 |
1956 | 2023-10-17T23:03:54.173Z | Compiling http-body v0.4.5 |
1957 | 2023-10-17T23:03:54.815Z | Compiling miniz_oxide v0.7.1 |
1958 | 2023-10-17T23:03:56.949Z | Compiling want v0.3.1 |
1959 | 2023-10-17T23:03:57.062Z | Compiling sha2 v0.10.7 |
1960 | 2023-10-17T23:03:57.341Z | Compiling indexmap v2.0.0 |
1961 | 2023-10-17T23:03:59.375Z | Compiling tokio-util v0.7.8 |
1962 | 2023-10-17T23:04:01.708Z | Compiling h2 v0.3.21 |
1963 | 2023-10-17T23:04:04.791Z | Compiling serde_tokenstream v0.1.7 |
1964 | 2023-10-17T23:04:06.286Z | Compiling form_urlencoded v1.2.0 |
1965 | 2023-10-17T23:04:06.761Z | Compiling rustls-webpki v0.101.4 |
1966 | 2023-10-17T23:04:07.411Z | Compiling sct v0.7.0 |
1967 | 2023-10-17T23:04:07.643Z | Compiling hubpack_derive v0.1.1 |
1968 | 2023-10-17T23:04:08.230Z | Compiling aho-corasick v1.0.4 |
1969 | 2023-10-17T23:04:08.866Z | Compiling socket2 v0.4.9 |
1970 | 2023-10-17T23:04:09.044Z | Compiling crossbeam-epoch v0.9.15 |
1971 | 2023-10-17T23:04:09.476Z | Compiling anstyle-query v1.0.0 |
1972 | 2023-10-17T23:04:09.650Z | Compiling slog v2.7.0 |
1973 | 2023-10-17T23:04:10.134Z | Compiling tower-service v0.3.2 |
1974 | 2023-10-17T23:04:10.288Z | Compiling colorchoice v1.0.0 |
1975 | 2023-10-17T23:04:10.307Z | Compiling regex-syntax v0.7.5 |
1976 | 2023-10-17T23:04:10.534Z | Compiling anyhow v1.0.75 |
1977 | 2023-10-17T23:04:10.802Z | Compiling httpdate v1.0.3 |
1978 | 2023-10-17T23:04:11.964Z | Compiling tap v1.0.1 |
1979 | 2023-10-17T23:04:12.237Z | Compiling wyz v0.5.1 |
1980 | 2023-10-17T23:04:14.233Z | Compiling hyper v0.14.27 |
1981 | 2023-10-17T23:04:14.368Z | Compiling anstream v0.5.0 |
1982 | 2023-10-17T23:04:18.337Z | Compiling regex-automata v0.3.8 |
1983 | 2023-10-17T23:04:21.076Z | Compiling terminal_size v0.2.6 |
1984 | 2023-10-17T23:04:21.300Z | Compiling spki v0.7.2 |
1985 | 2023-10-17T23:04:21.505Z | Compiling rustls-pemfile v1.0.3 |
1986 | 2023-10-17T23:04:22.023Z | Compiling md-5 v0.10.5 |
1987 | 2023-10-17T23:04:22.178Z | Compiling hmac v0.12.1 |
1988 | 2023-10-17T23:04:22.372Z | Compiling zerocopy v0.6.3 |
1989 | 2023-10-17T23:04:22.911Z | Compiling stringprep v0.1.3 |
1990 | 2023-10-17T23:04:23.846Z | Compiling idna v0.4.0 |
1991 | 2023-10-17T23:04:24.548Z | Compiling diesel_table_macro_syntax v0.1.0 |
1992 | 2023-10-17T23:04:25.117Z | Compiling hash32 v0.2.1 |
1993 | 2023-10-17T23:04:25.708Z | Compiling spin v0.9.8 |
1994 | 2023-10-17T23:04:26.281Z | Compiling fallible-iterator v0.2.0 |
1995 | 2023-10-17T23:04:26.297Z | Compiling clap_lex v0.5.1 |
1996 | 2023-10-17T23:04:27.502Z | Compiling funty v2.0.0 |
1997 | 2023-10-17T23:04:28.510Z | Compiling stable_deref_trait v1.2.0 |
1998 | 2023-10-17T23:04:28.867Z | Compiling strsim v0.10.0 |
1999 | 2023-10-17T23:04:30.323Z | Compiling dyn-clone v1.0.13 |
2000 | 2023-10-17T23:04:30.605Z | Compiling maybe-uninit v2.0.0 |
2001 | 2023-10-17T23:04:30.678Z | Compiling either v1.9.0 |
2002 | 2023-10-17T23:04:31.254Z | Compiling gimli v0.28.0 |
2003 | 2023-10-17T23:04:31.768Z | Compiling bitvec v1.0.1 |
2004 | 2023-10-17T23:04:32.305Z | Compiling clap_builder v4.4.2 |
2005 | 2023-10-17T23:04:32.780Z | Compiling postgres-protocol v0.6.6 |
2006 | 2023-10-17T23:04:33.521Z | Compiling tokio-rustls v0.24.1 |
2007 | 2023-10-17T23:04:33.666Z | Compiling url v2.4.1 |
2008 | 2023-10-17T23:04:34.124Z | Compiling diesel_derives v2.1.1 |
2009 | 2023-10-17T23:04:36.514Z | Compiling rustls-native-certs v0.6.3 |
2010 | 2023-10-17T23:04:37.043Z | Compiling tokio-native-tls v0.3.1 |
2011 | 2023-10-17T23:04:38.390Z | Compiling addr2line v0.21.0 |
2012 | 2023-10-17T23:04:39.350Z | Compiling usdt-macro v0.3.5 |
2013 | 2023-10-17T23:04:39.531Z | Compiling usdt-attr-macro v0.3.5 |
2014 | 2023-10-17T23:04:42.153Z | Compiling phf_shared v0.11.2 |
2015 | 2023-10-17T23:04:42.375Z | Compiling toml_datetime v0.6.3 |
2016 | 2023-10-17T23:04:42.730Z | Compiling serde_spanned v0.6.3 |
2017 | 2023-10-17T23:04:43.378Z | Compiling block-padding v0.3.3 |
2018 | 2023-10-17T23:04:43.700Z | Compiling enum-as-inner v0.5.1 |
2019 | 2023-10-17T23:04:43.729Z | Compiling serde_repr v0.1.16 |
2020 | 2023-10-17T23:04:45.198Z | Compiling scheduled-thread-pool v0.2.7 |
2021 | 2023-10-17T23:04:45.386Z | Compiling object v0.32.1 |
2022 | 2023-10-17T23:04:58.051Z | Compiling bit-vec v0.6.3 |
2023 | 2023-10-17T23:04:58.415Z | Compiling deranged v0.3.8 |
2024 | 2023-10-17T23:04:58.728Z | Compiling regex-automata v0.1.10 |
2025 | 2023-10-17T23:04:59.548Z | Compiling unicode-width v0.1.10 |
2026 | 2023-10-17T23:05:00.250Z | Compiling num-bigint-dig v0.8.4 |
2027 | 2023-10-17T23:05:00.645Z | Compiling matches v0.1.10 |
2028 | 2023-10-17T23:05:00.771Z | Compiling rustc-demangle v0.1.23 |
2029 | 2023-10-17T23:05:02.445Z | Compiling num_threads v0.1.6 |
2030 | 2023-10-17T23:05:02.622Z | Compiling managed v0.8.0 |
2031 | 2023-10-17T23:05:03.389Z | Compiling winnow v0.5.15 |
2032 | 2023-10-17T23:05:03.599Z | Compiling ipnet v2.8.0 |
2033 | 2023-10-17T23:05:03.665Z | Compiling packed_struct v0.10.1 |
2034 | 2023-10-17T23:05:06.453Z | Compiling time v0.3.27 |
2035 | 2023-10-17T23:05:09.378Z | Compiling toml_edit v0.19.15 |
2036 | 2023-10-17T23:05:14.518Z | Compiling idna v0.2.3 |
2037 | 2023-10-17T23:05:15.505Z | Compiling bstr v0.2.17 |
2038 | 2023-10-17T23:05:16.985Z | Compiling r2d2 v0.8.10 |
2039 | 2023-10-17T23:05:18.315Z | Compiling inout v0.1.3 |
2040 | 2023-10-17T23:05:19.495Z | Compiling phf v0.11.2 |
2041 | 2023-10-17T23:05:19.952Z | Compiling clap v4.4.3 |
2042 | 2023-10-17T23:05:20.115Z | Compiling hyper-tls v0.5.0 |
2043 | 2023-10-17T23:05:20.434Z | Compiling hyper-rustls v0.24.1 |
2044 | 2023-10-17T23:05:20.889Z | Compiling flate2 v1.0.27 |
2045 | 2023-10-17T23:05:20.898Z | Compiling ipnetwork v0.20.0 |
2046 | 2023-10-17T23:05:21.898Z | Compiling postgres-types v0.2.6 |
2047 | 2023-10-17T23:05:21.996Z | Compiling itertools v0.11.0 |
2048 | 2023-10-17T23:05:22.031Z | Compiling regex v1.9.5 |
2049 | 2023-10-17T23:05:23.517Z | Compiling pkcs8 v0.10.2 |
2050 | 2023-10-17T23:05:24.124Z | Compiling hubpack v0.1.2 |
2051 | 2023-10-17T23:05:24.240Z | Compiling serde_urlencoded v0.7.1 |
2052 | 2023-10-17T23:05:24.819Z | Compiling phf_shared v0.10.0 |
2053 | 2023-10-17T23:05:25.546Z | Compiling futures-executor v0.3.28 |
2054 | 2023-10-17T23:05:27.041Z | Compiling signature v2.1.0 |
2055 | 2023-10-17T23:05:28.586Z | Compiling packed_struct_codegen v0.10.1 |
2056 | 2023-10-17T23:05:30.338Z | Compiling float-cmp v0.9.0 |
2057 | 2023-10-17T23:05:32.079Z | Compiling encoding_rs v0.8.33 |
2058 | 2023-10-17T23:05:32.284Z | Compiling nodrop v0.1.14 |
2059 | 2023-10-17T23:05:32.554Z | Compiling difflib v0.4.0 |
2060 | 2023-10-17T23:05:32.926Z | Compiling whoami v1.4.1 |
2061 | 2023-10-17T23:05:34.626Z | Compiling normalize-line-endings v0.3.0 |
2062 | 2023-10-17T23:05:34.844Z | Compiling data-encoding v2.4.0 |
2063 | 2023-10-17T23:05:56.640Z | Compiling static_assertions v1.1.0 |
2064 | 2023-10-17T23:05:57.204Z | Compiling smawk v0.3.1 |
2065 | 2023-10-17T23:05:57.292Z | Compiling mime v0.3.17 |
2066 | 2023-10-17T23:05:57.368Z | Compiling predicates-core v1.0.6 |
2067 | 2023-10-17T23:05:57.464Z | Compiling precomputed-hash v0.1.1 |
2068 | 2023-10-17T23:05:57.568Z | Compiling webpki-roots v0.25.2 |
2069 | 2023-10-17T23:05:57.636Z | Compiling crc-catalog v2.2.0 |
2070 | 2023-10-17T23:05:57.713Z | Compiling new_debug_unreachable v1.0.4 |
2071 | 2023-10-17T23:05:57.781Z | Compiling unicode-linebreak v0.1.5 |
2072 | 2023-10-17T23:05:57.855Z | Compiling unicode-segmentation v1.10.1 |
2073 | 2023-10-17T23:05:57.917Z | Compiling fixedbitset v0.4.2 |
2074 | 2023-10-17T23:05:58.005Z | Compiling petgraph v0.6.4 |
2075 | 2023-10-17T23:05:58.069Z | Compiling similar v2.2.1 |
2076 | 2023-10-17T23:05:58.120Z | Compiling textwrap v0.16.0 |
2077 | 2023-10-17T23:05:58.145Z | Compiling crc v3.0.1 |
2078 | 2023-10-17T23:05:58.193Z | Compiling reqwest v0.11.20 |
2079 | 2023-10-17T23:05:58.212Z | Compiling string_cache v0.8.7 |
2080 | 2023-10-17T23:05:58.248Z | Compiling predicates v3.0.4 |
2081 | 2023-10-17T23:05:58.274Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2082 | 2023-10-17T23:05:58.319Z | Compiling trust-dns-proto v0.22.0 |
2083 | 2023-10-17T23:05:58.344Z | Compiling tokio-postgres v0.7.10 |
2084 | 2023-10-17T23:05:58.746Z | Compiling array-init v0.0.4 |
2085 | 2023-10-17T23:06:06.254Z | Compiling futures v0.3.28 |
2086 | 2023-10-17T23:06:07.613Z | Compiling pkcs1 v0.7.5 |
2087 | 2023-10-17T23:06:07.675Z | Compiling smallvec v0.6.14 |
2088 | 2023-10-17T23:06:07.929Z | Compiling yasna v0.5.2 |
2089 | 2023-10-17T23:06:08.278Z | Compiling diesel v2.1.1 |
2090 | 2023-10-17T23:06:08.416Z | Compiling cipher v0.4.4 |
2091 | 2023-10-17T23:06:10.764Z | Compiling toml v0.7.8 |
2092 | 2023-10-17T23:06:13.938Z | Compiling console v0.15.7 |
2093 | 2023-10-17T23:06:14.056Z | Compiling bit-set v0.5.3 |
2094 | 2023-10-17T23:06:14.483Z | Compiling usdt v0.3.5 |
2095 | 2023-10-17T23:06:14.877Z | Compiling is-terminal v0.4.9 |
2096 | 2023-10-17T23:06:16.092Z | Compiling itertools v0.10.5 |
2097 | 2023-10-17T23:06:17.763Z | Compiling bstr v1.6.0 |
2098 | 2023-10-17T23:06:18.161Z | Compiling openapiv3 v1.0.3 |
2099 | 2023-10-17T23:06:20.505Z | Compiling tokio-stream v0.1.14 |
2100 | 2023-10-17T23:06:20.928Z | Compiling hex v0.4.3 |
2101 | 2023-10-17T23:06:22.772Z | Compiling hashbrown v0.13.2 |
2102 | 2023-10-17T23:06:26.561Z | Compiling bitfield v0.14.0 |
2103 | 2023-10-17T23:06:27.363Z | Compiling termcolor v1.2.0 |
2104 | 2023-10-17T23:06:29.538Z | Compiling lalrpop-util v0.19.12 |
2105 | 2023-10-17T23:06:30.112Z | Compiling env_logger v0.10.0 |
2106 | 2023-10-17T23:06:31.635Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2107 | 2023-10-17T23:06:45.595Z | Compiling rsa v0.9.2 |
2108 | 2023-10-17T23:06:54.085Z | Compiling serde-hex v0.1.0 |
2109 | 2023-10-17T23:06:57.138Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2110 | 2023-10-17T23:07:04.866Z | Compiling x509-cert v0.2.4 |
2111 | 2023-10-17T23:07:05.565Z | Compiling ron v0.8.1 |
2112 | 2023-10-17T23:07:08.899Z | Compiling crc-any v2.4.3 |
2113 | 2023-10-17T23:07:32.884Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2114 | 2023-10-17T23:07:36.174Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2115 | 2023-10-17T23:07:52.088Z | Compiling object v0.30.4 |
2116 | 2023-10-17T23:08:08.338Z | Compiling path-slash v0.1.5 |
2117 | 2023-10-17T23:08:08.403Z | Compiling bzip2 v0.4.4 |
2118 | 2023-10-17T23:08:08.422Z | Compiling zip v0.6.6 |
2119 | 2023-10-17T23:08:10.092Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2120 | 2023-10-17T23:08:10.508Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2121 | 2023-10-17T23:08:47.498Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2122 | 2023-10-17T23:08:48.546Z | Finished release [optimized] target(s) in 5m 53s |
2123 | 2023-10-17T23:08:48.630Z | |
2124 | 2023-10-17T23:08:48.633Z | real 5:54.133217686 |
2125 | 2023-10-17T23:08:48.637Z | user 40:48.661414019 |
2126 | 2023-10-17T23:08:48.641Z | sys 3:38.392623887 |
2127 | 2023-10-17T23:08:48.644Z | trap 1.608362674 |
2128 | 2023-10-17T23:08:48.648Z | tflt 1.107193639 |
2129 | 2023-10-17T23:08:48.651Z | dflt 0.647203227 |
2130 | 2023-10-17T23:08:48.654Z | kflt 0.000256628 |
2131 | 2023-10-17T23:08:48.657Z | lock 1:35:34.534231143 |
2132 | 2023-10-17T23:08:48.661Z | slp 2:19:31.107103695 |
2133 | 2023-10-17T23:08:48.665Z | lat 1:40.259530865 |
2134 | 2023-10-17T23:08:48.668Z | stop 1:19.663900219 |
2135 | 2023-10-17T23:08:48.671Z | + ptime -m gzip |
2136 | 2023-10-17T23:08:49.292Z | |
2137 | 2023-10-17T23:08:49.295Z | real 0.656945995 |
2138 | 2023-10-17T23:08:49.298Z | user 0.648023093 |
2139 | 2023-10-17T23:08:49.302Z | sys 0.008297595 |
2140 | 2023-10-17T23:08:49.305Z | trap 0.000074987 |
2141 | 2023-10-17T23:08:49.308Z | tflt 0.000000000 |
2142 | 2023-10-17T23:08:49.311Z | dflt 0.000000000 |
2143 | 2023-10-17T23:08:49.314Z | kflt 0.000000000 |
2144 | 2023-10-17T23:08:49.324Z | lock 0.000000000 |
2145 | 2023-10-17T23:08:49.329Z | slp 0.000000000 |
2146 | 2023-10-17T23:08:49.333Z | lat 0.000193755 |
2147 | 2023-10-17T23:08:49.336Z | stop 0.000236425 |
2148 | 2023-10-17T23:08:49.339Z | + banner tufaceous |
2149 | 2023-10-17T23:08:49.342Z | |
2150 | 2023-10-17T23:08:49.345Z | ##### # # ###### ## #### ###### #### # # #### |
2151 | 2023-10-17T23:08:49.348Z | # # # # # # # # # # # # # # |
2152 | 2023-10-17T23:08:49.351Z | # # # ##### # # # ##### # # # # #### |
2153 | 2023-10-17T23:08:49.356Z | # # # # ###### # # # # # # # |
2154 | 2023-10-17T23:08:49.359Z | # # # # # # # # # # # # # # # |
2155 | 2023-10-17T23:08:49.362Z | # #### # # # #### ###### #### #### #### |
2156 | 2023-10-17T23:08:49.367Z | |
2157 | 2023-10-17T23:08:49.370Z | + ptime -m cargo build --locked -p tufaceous --release |
2158 | 2023-10-17T23:08:50.009Z | Downloading crates ... |
2159 | 2023-10-17T23:08:50.356Z | Downloaded path-absolutize v3.1.0 |
2160 | 2023-10-17T23:08:50.365Z | Downloaded tough v0.12.5 |
2161 | 2023-10-17T23:08:50.385Z | Downloaded serde_plain v1.0.2 |
2162 | 2023-10-17T23:08:50.388Z | Downloaded fs-err v2.9.0 |
2163 | 2023-10-17T23:08:50.391Z | Downloaded snafu-derive v0.7.5 |
2164 | 2023-10-17T23:08:50.393Z | Downloaded olpc-cjson v0.1.3 |
2165 | 2023-10-17T23:08:50.396Z | Downloaded path-dedot v3.1.0 |
2166 | 2023-10-17T23:08:50.399Z | Downloaded snafu v0.7.5 |
2167 | 2023-10-17T23:08:50.405Z | Downloaded bytesize v1.3.0 |
2168 | 2023-10-17T23:08:50.408Z | Downloaded globset v0.4.13 |
2169 | 2023-10-17T23:08:50.411Z | Downloaded doc-comment v0.3.3 |
2170 | 2023-10-17T23:08:50.413Z | Downloaded buf-list v1.0.3 |
2171 | 2023-10-17T23:08:50.557Z | Compiling serde_tokenstream v0.2.0 |
2172 | 2023-10-17T23:08:50.579Z | Compiling regress v0.7.1 |
2173 | 2023-10-17T23:08:50.590Z | Compiling dirs-sys-next v0.1.2 |
2174 | 2023-10-17T23:08:50.593Z | Compiling ident_case v1.0.1 |
2175 | 2023-10-17T23:08:50.618Z | Compiling thread_local v1.1.7 |
2176 | 2023-10-17T23:08:50.622Z | Compiling slog-async v2.8.0 |
2177 | 2023-10-17T23:08:50.625Z | Compiling camino v1.1.6 |
2178 | 2023-10-17T23:08:50.846Z | Compiling dirs-next v2.0.0 |
2179 | 2023-10-17T23:08:51.213Z | Compiling darling_core v0.20.3 |
2180 | 2023-10-17T23:08:51.253Z | Compiling heck v0.4.1 |
2181 | 2023-10-17T23:08:51.356Z | Compiling rustversion v1.0.14 |
2182 | 2023-10-17T23:08:51.591Z | Compiling term v0.7.0 |
2183 | 2023-10-17T23:08:51.900Z | Compiling crossbeam-channel v0.5.8 |
2184 | 2023-10-17T23:08:52.403Z | Compiling getopts v0.2.21 |
2185 | 2023-10-17T23:08:52.421Z | Compiling structmeta-derive v0.1.6 |
2186 | 2023-10-17T23:08:53.334Z | Compiling atty v0.2.14 |
2187 | 2023-10-17T23:08:53.542Z | Compiling multer v2.1.0 |
2188 | 2023-10-17T23:08:53.865Z | Compiling match_cfg v0.1.0 |
2189 | 2023-10-17T23:08:53.948Z | Compiling take_mut v0.2.2 |
2190 | 2023-10-17T23:08:53.999Z | Compiling doc-comment v0.3.3 |
2191 | 2023-10-17T23:08:54.195Z | Compiling unsafe-libyaml v0.2.9 |
2192 | 2023-10-17T23:08:54.688Z | Compiling paste v1.0.14 |
2193 | 2023-10-17T23:08:55.404Z | Compiling hostname v0.3.1 |
2194 | 2023-10-17T23:08:55.860Z | Compiling slog-term v2.9.0 |
2195 | 2023-10-17T23:08:56.778Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2196 | 2023-10-17T23:08:58.896Z | Compiling structmeta v0.1.6 |
2197 | 2023-10-17T23:08:59.514Z | Compiling serde_yaml v0.9.25 |
2198 | 2023-10-17T23:09:00.507Z | Compiling darling_macro v0.20.3 |
2199 | 2023-10-17T23:09:00.902Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2200 | 2023-10-17T23:09:01.949Z | Compiling darling v0.20.3 |
2201 | 2023-10-17T23:09:02.121Z | Compiling slog-json v2.6.1 |
2202 | 2023-10-17T23:09:02.200Z | Compiling async-stream-impl v0.3.5 |
2203 | 2023-10-17T23:09:02.962Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2204 | 2023-10-17T23:09:03.376Z | Compiling regex-syntax v0.6.29 |
2205 | 2023-10-17T23:09:03.909Z | Compiling atomic-waker v1.1.1 |
2206 | 2023-10-17T23:09:04.169Z | Compiling fastrand v2.0.0 |
2207 | 2023-10-17T23:09:04.181Z | Compiling async-stream v0.3.5 |
2208 | 2023-10-17T23:09:04.669Z | Compiling waitgroup v0.1.2 |
2209 | 2023-10-17T23:09:04.788Z | Compiling tempfile v3.8.0 |
2210 | 2023-10-17T23:09:05.112Z | Compiling slog-bunyan v2.4.0 |
2211 | 2023-10-17T23:09:05.359Z | Compiling strum_macros v0.25.2 |
2212 | 2023-10-17T23:09:05.491Z | Compiling serde_with_macros v2.3.3 |
2213 | 2023-10-17T23:09:09.331Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2214 | 2023-10-17T23:09:09.444Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2215 | 2023-10-17T23:09:09.822Z | Compiling sha1 v0.10.5 |
2216 | 2023-10-17T23:09:11.054Z | Compiling snafu-derive v0.7.5 |
2217 | 2023-10-17T23:09:11.318Z | Compiling serde_path_to_error v0.1.14 |
2218 | 2023-10-17T23:09:11.561Z | Compiling path-dedot v3.1.0 |
2219 | 2023-10-17T23:09:11.804Z | Compiling instant v0.1.12 |
2220 | 2023-10-17T23:09:11.917Z | Compiling debug-ignore v1.0.5 |
2221 | 2023-10-17T23:09:12.021Z | Compiling arc-swap v1.6.0 |
2222 | 2023-10-17T23:09:12.132Z | Compiling same-file v1.0.6 |
2223 | 2023-10-17T23:09:12.593Z | Compiling base64 v0.13.1 |
2224 | 2023-10-17T23:09:12.605Z | Compiling buf-list v1.0.3 |
2225 | 2023-10-17T23:09:13.080Z | Compiling slog-scope v4.4.0 |
2226 | 2023-10-17T23:09:13.145Z | Compiling parse-display-derive v0.7.0 |
2227 | 2023-10-17T23:09:13.292Z | Compiling pem v1.1.1 |
2228 | 2023-10-17T23:09:14.029Z | Compiling walkdir v2.4.0 |
2229 | 2023-10-17T23:09:14.631Z | Compiling backoff v0.4.0 |
2230 | 2023-10-17T23:09:15.213Z | Compiling path-absolutize v3.1.0 |
2231 | 2023-10-17T23:09:15.303Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2232 | 2023-10-17T23:09:15.510Z | Compiling strum v0.25.0 |
2233 | 2023-10-17T23:09:15.734Z | Compiling serde_with v2.3.3 |
2234 | 2023-10-17T23:09:15.777Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2235 | 2023-10-17T23:09:16.826Z | Compiling globset v0.4.13 |
2236 | 2023-10-17T23:09:16.994Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2237 | 2023-10-17T23:09:17.238Z | Compiling olpc-cjson v0.1.3 |
2238 | 2023-10-17T23:09:18.134Z | Compiling serde_plain v1.0.2 |
2239 | 2023-10-17T23:09:18.999Z | Compiling macaddr v1.0.1 |
2240 | 2023-10-17T23:09:19.471Z | Compiling parse-display v0.7.0 |
2241 | 2023-10-17T23:09:19.475Z | Compiling snafu v0.7.5 |
2242 | 2023-10-17T23:09:19.788Z | Compiling xattr v1.0.1 |
2243 | 2023-10-17T23:09:20.169Z | Compiling filetime v0.2.22 |
2244 | 2023-10-17T23:09:20.261Z | Compiling tough v0.12.5 |
2245 | 2023-10-17T23:09:20.680Z | Compiling tar v0.4.40 |
2246 | 2023-10-17T23:09:22.478Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2247 | 2023-10-17T23:09:22.675Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2248 | 2023-10-17T23:09:23.438Z | Compiling slog-stdlog v4.1.1 |
2249 | 2023-10-17T23:09:24.987Z | Compiling camino-tempfile v1.0.2 |
2250 | 2023-10-17T23:09:26.278Z | Compiling bytesize v1.3.0 |
2251 | 2023-10-17T23:09:27.273Z | Compiling fs-err v2.9.0 |
2252 | 2023-10-17T23:09:28.646Z | Compiling slog-envlogger v2.2.0 |
2253 | 2023-10-17T23:09:30.729Z | Compiling humantime v2.1.0 |
2254 | 2023-10-17T23:09:33.756Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2255 | 2023-10-17T23:10:00.367Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2256 | 2023-10-17T23:10:00.656Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2257 | 2023-10-17T23:10:11.263Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2258 | 2023-10-17T23:10:13.353Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2259 | 2023-10-17T23:10:35.950Z | Finished release [optimized] target(s) in 1m 46s |
2260 | 2023-10-17T23:10:36.069Z | |
2261 | 2023-10-17T23:10:36.079Z | real 1:46.738982674 |
2262 | 2023-10-17T23:10:36.083Z | user 11:37.202686931 |
2263 | 2023-10-17T23:10:36.085Z | sys 45.046675504 |
2264 | 2023-10-17T23:10:36.088Z | trap 0.427649098 |
2265 | 2023-10-17T23:10:36.095Z | tflt 0.325403635 |
2266 | 2023-10-17T23:10:36.098Z | dflt 0.448641257 |
2267 | 2023-10-17T23:10:36.101Z | kflt 0.006005196 |
2268 | 2023-10-17T23:10:36.104Z | lock 22:59.500615845 |
2269 | 2023-10-17T23:10:36.107Z | slp 25:03.093098814 |
2270 | 2023-10-17T23:10:36.110Z | lat 21.554673776 |
2271 | 2023-10-17T23:10:36.113Z | stop 11.509236354 |
2272 | 2023-10-17T23:10:36.116Z | + ptime -m gzip |
2273 | 2023-10-17T23:10:38.175Z | |
2274 | 2023-10-17T23:10:38.179Z | real 2.106038607 |
2275 | 2023-10-17T23:10:38.182Z | user 2.085397551 |
2276 | 2023-10-17T23:10:38.184Z | sys 0.018794225 |
2277 | 2023-10-17T23:10:38.188Z | trap 0.000667052 |
2278 | 2023-10-17T23:10:38.600Z | tflt 0.000000000 |
2279 | 2023-10-17T23:10:38.604Z | dflt 0.000000000 |
2280 | 2023-10-17T23:10:38.612Z | kflt 0.000000000 |
2281 | 2023-10-17T23:10:38.615Z | lock 0.000000000 |
2282 | 2023-10-17T23:10:38.618Z | slp 0.000000000 |
2283 | 2023-10-17T23:10:38.620Z | lat 0.000848225 |
2284 | 2023-10-17T23:10:38.623Z | stop 0.000228400 |
2285 | 2023-10-17T23:10:38.626Z | process exited: duration 1272579 ms, exit code 0 |
|
2286 | 2023-10-17T23:10:38.633Z | found 5 output files |
2287 | 2023-10-17T23:10:38.641Z | uploading: /work/end-to-end-tests/bootstrap-323c561dc2d9ecdb.gz (6377809 bytes) |
2288 | 2023-10-17T23:10:41.990Z | uploaded: /work/end-to-end-tests/bootstrap-323c561dc2d9ecdb.gz |
2289 | 2023-10-17T23:10:42.002Z | uploading: /work/end-to-end-tests/bootstrap.gz (96581339 bytes) |
2290 | 2023-10-17T23:11:13.280Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2291 | 2023-10-17T23:11:13.299Z | uploading: /work/end-to-end-tests/end_to_end_tests-183991de1eaf7f15.gz (110189245 bytes) |
2292 | 2023-10-17T23:11:47.716Z | uploaded: /work/end-to-end-tests/end_to_end_tests-183991de1eaf7f15.gz |
2293 | 2023-10-17T23:11:47.725Z | uploading: /work/caboose-util.gz (4111944 bytes) |
2294 | 2023-10-17T23:11:49.396Z | uploaded: /work/caboose-util.gz |
2295 | 2023-10-17T23:11:49.411Z | uploading: /work/tufaceous.gz (13438301 bytes) |
2296 | 2023-10-17T23:11:53.844Z | uploaded: /work/tufaceous.gz |