|
|
|
1 | 2023-10-04T02:23:24.304Z | job assigned to worker 01HBW7VT9K0EVZWRCR1X3MEVFP (queued for 1 m 36 s) |
|
2 | 2023-10-04T02:23:24.607Z | starting task 0: "setup" |
3 | 2023-10-04T02:23:24.669Z | ++ uname -s |
4 | 2023-10-04T02:23:24.674Z | + kern=SunOS |
5 | 2023-10-04T02:23:24.680Z | + case "$kern" in |
6 | 2023-10-04T02:23:24.686Z | + groupadd -g 12345 build |
7 | 2023-10-04T02:23:24.693Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T02:23:26.695Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T02:23:26.777Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T02:23:26.785Z | + home_fs=zfs |
11 | 2023-10-04T02:23:26.790Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T02:23:26.795Z | + mkdir -p /home/build |
13 | 2023-10-04T02:23:26.799Z | + chown build:build /home/build /work |
14 | 2023-10-04T02:23:28.785Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T02:23:28.793Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2023-10-04T02:23:28.808Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T02:23:28.835Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T02:23:28.852Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T02:23:29.006Z | info: downloading installer |
20 | 2023-10-04T02:23:31.529Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T02:23:31.541Z | warning: /opt/ooce/bin |
22 | 2023-10-04T02:23:31.947Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T02:23:31.955Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T02:23:31.965Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T02:23:31.980Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T02:23:32.007Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T02:23:32.016Z | error: cannot install while Rust is installed |
28 | 2023-10-04T02:23:32.024Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T02:23:32.033Z | info: profile set to 'default' |
30 | 2023-10-04T02:23:32.040Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T02:23:32.048Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T02:23:32.067Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T02:23:32.072Z | info: downloading component 'cargo' |
34 | 2023-10-04T02:23:32.997Z | info: downloading component 'clippy' |
35 | 2023-10-04T02:23:33.005Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T02:23:34.302Z | info: downloading component 'rust-std' |
37 | 2023-10-04T02:23:35.681Z | info: downloading component 'rustc' |
38 | 2023-10-04T02:23:40.141Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T02:23:40.391Z | info: installing component 'cargo' |
40 | 2023-10-04T02:23:42.346Z | info: installing component 'clippy' |
41 | 2023-10-04T02:23:43.643Z | info: installing component 'rust-docs' |
42 | 2023-10-04T02:23:46.337Z | info: installing component 'rust-std' |
43 | 2023-10-04T02:23:50.184Z | info: installing component 'rustc' |
44 | 2023-10-04T02:23:58.875Z | info: installing component 'rustfmt' |
45 | 2023-10-04T02:23:59.307Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T02:23:59.318Z | |
47 | 2023-10-04T02:23:59.435Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T02:23:59.444Z | |
49 | 2023-10-04T02:23:59.449Z | |
50 | 2023-10-04T02:23:59.456Z | Rust is installed now. Great! |
51 | 2023-10-04T02:23:59.461Z | |
52 | 2023-10-04T02:23:59.466Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T02:23:59.472Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T02:23:59.479Z | |
55 | 2023-10-04T02:23:59.489Z | To configure your current shell, run: |
56 | 2023-10-04T02:23:59.495Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T02:23:59.526Z | + rustc --version |
58 | 2023-10-04T02:23:59.631Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T02:23:59.634Z | process exited: duration 30820 ms, exit code 0 |
|
60 | 2023-10-04T02:23:59.643Z | starting task 2: "authentication" |
61 | 2023-10-04T02:23:59.677Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-10-04T02:23:59.683Z | starting task 3: "clone repository" |
63 | 2023-10-04T02:23:59.692Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T02:23:59.695Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T02:23:59.782Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T02:24:05.505Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T02:24:05.512Z | + [[ -n health-check-endpoint ]] |
68 | 2023-10-04T02:24:05.536Z | + git fetch origin health-check-endpoint |
69 | 2023-10-04T02:24:05.886Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T02:24:05.910Z | * branch health-check-endpoint -> FETCH_HEAD |
71 | 2023-10-04T02:24:05.924Z | + git checkout -B health-check-endpoint remotes/origin/health-check-endpoint |
72 | 2023-10-04T02:24:05.983Z | Switched to a new branch 'health-check-endpoint' |
73 | 2023-10-04T02:24:05.996Z | branch 'health-check-endpoint' set up to track 'origin/health-check-endpoint'. |
74 | 2023-10-04T02:24:06.033Z | + git reset --hard eee4eb4484abeac59f11f9f46650b11d6d51cd65 |
75 | 2023-10-04T02:24:06.057Z | HEAD is now at eee4eb44 change it to /v1/ping |
76 | 2023-10-04T02:24:06.072Z | process exited: duration 6320 ms, exit code 0 |
|
77 | 2023-10-04T02:24:06.110Z | starting task 4: "build" |
78 | 2023-10-04T02:24:06.132Z | + cargo --version |
79 | 2023-10-04T02:24:06.214Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T02:24:06.223Z | + rustc --version |
81 | 2023-10-04T02:24:06.322Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T02:24:06.398Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-04T02:24:16.381Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-04T02:24:16.974Z | Startup: Caching catalogs ... Done |
85 | 2023-10-04T02:24:19.664Z | Planning: Solver setup ... Done (2.492s) |
86 | 2023-10-04T02:24:19.845Z | Planning: Running solver ... Done (0.160s) |
87 | 2023-10-04T02:24:19.853Z | Planning: Finding local manifests ... Done (0.004s) |
88 | 2023-10-04T02:24:19.871Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-04T02:24:20.096Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-04T02:24:20.189Z | Planning: Package planning ... Done (0.086s) |
91 | 2023-10-04T02:24:20.280Z | Planning: Merging actions ... Done (0.094s) |
92 | 2023-10-04T02:24:20.960Z | Planning: Checking for conflicting actions ... Done (0.682s) |
93 | 2023-10-04T02:24:20.976Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-04T02:24:25.074Z | Planning: Evaluating mediators ... Done (4.100s) |
95 | 2023-10-04T02:24:25.090Z | Planning: Planning completed in 8.07 seconds |
96 | 2023-10-04T02:24:25.113Z | Packages to install: 4 |
97 | 2023-10-04T02:24:25.117Z | Mediators to change: 2 |
98 | 2023-10-04T02:24:25.121Z | Services to change: 1 |
99 | 2023-10-04T02:24:25.124Z | Estimated space available: 149.39 GB |
100 | 2023-10-04T02:24:25.128Z | Estimated space to be consumed: 1.35 GB |
101 | 2023-10-04T02:24:25.131Z | Create boot environment: No |
102 | 2023-10-04T02:24:25.135Z | Create backup boot environment: No |
103 | 2023-10-04T02:24:25.140Z | Rebuild boot archive: No |
104 | 2023-10-04T02:24:25.143Z | |
105 | 2023-10-04T02:24:25.146Z | Changed mediators: |
106 | 2023-10-04T02:24:25.148Z | mediator clang: |
107 | 2023-10-04T02:24:25.152Z | version: None -> 15 (system default) |
108 | 2023-10-04T02:24:25.154Z | |
109 | 2023-10-04T02:24:25.157Z | mediator llvm: |
110 | 2023-10-04T02:24:25.160Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-04T02:24:25.165Z | |
112 | 2023-10-04T02:24:25.168Z | Changed packages: |
113 | 2023-10-04T02:24:25.171Z | helios-dev |
114 | 2023-10-04T02:24:25.174Z | developer/build-essential |
115 | 2023-10-04T02:24:25.177Z | None -> 11-2.0 |
116 | 2023-10-04T02:24:25.180Z | library/libxmlsec1 |
117 | 2023-10-04T02:24:25.182Z | None -> 1.2.35-2.0 |
118 | 2023-10-04T02:24:25.185Z | ooce/developer/clang-15 |
119 | 2023-10-04T02:24:25.188Z | None -> 15.0.7-2.0 |
120 | 2023-10-04T02:24:25.191Z | ooce/developer/llvm-15 |
121 | 2023-10-04T02:24:25.194Z | None -> 15.0.7-2.0 |
122 | 2023-10-04T02:24:25.196Z | |
123 | 2023-10-04T02:24:25.199Z | Services: |
124 | 2023-10-04T02:24:25.205Z | restart_fmri: |
125 | 2023-10-04T02:24:25.626Z | svc:/system/update-man-index:default |
126 | 2023-10-04T02:24:25.638Z | |
127 | 2023-10-04T02:24:25.645Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-04T02:24:30.324Z | Download: 983/3290 items 19.4/212.6MB 9% complete (3.9M/s) |
129 | 2023-10-04T02:24:35.362Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (8.5M/s) |
130 | 2023-10-04T02:24:40.381Z | Download: 1683/3290 items 117.9/212.6MB 55% complete (9.9M/s) |
131 | 2023-10-04T02:24:46.528Z | Download: 2220/3290 items 119.1/212.6MB 56% complete (3.8M/s) |
132 | 2023-10-04T02:24:56.010Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (3.2M/s) |
133 | 2023-10-04T02:25:01.013Z | Download: 2849/3290 items 121.0/212.6MB 56% complete (371k/s) |
134 | 2023-10-04T02:25:07.686Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
135 | 2023-10-04T02:25:11.439Z | Download: Completed 212.60 MB in 46.12 seconds (4.6M/s) |
136 | 2023-10-04T02:25:11.675Z | Actions: 1/3687 actions (Installing new actions) |
137 | 2023-10-04T02:25:17.400Z | Actions: 2798/3687 actions (Installing new actions) |
138 | 2023-10-04T02:25:19.847Z | Actions: Completed 3687 actions in 8.17 seconds. |
139 | 2023-10-04T02:25:19.908Z | Done (0.051s) |
140 | 2023-10-04T02:25:19.919Z | Done (0.000s) |
141 | 2023-10-04T02:25:20.040Z | Done (0.134s) |
142 | 2023-10-04T02:25:27.599Z | Done (7.454s) |
143 | 2023-10-04T02:25:27.823Z | Done (0.132s) |
144 | 2023-10-04T02:25:27.829Z | Done (0.000s) |
145 | 2023-10-04T02:25:28.077Z | Done (0.000s) |
146 | 2023-10-04T02:25:28.747Z | Planning: Evaluating mediator changes ... Done |
147 | 2023-10-04T02:25:29.078Z | Planning: Checking for conflicting actions ... Done |
148 | 2023-10-04T02:25:29.107Z | Planning: Consolidating action changes ... Done |
149 | 2023-10-04T02:25:29.453Z | Planning: Evaluating mediators ... Done |
150 | 2023-10-04T02:25:29.487Z | Planning: Planning completed in 0.71 seconds |
151 | 2023-10-04T02:25:29.509Z | Mediators to change: 2 |
152 | 2023-10-04T02:25:29.551Z | Create boot environment: No |
153 | 2023-10-04T02:25:29.571Z | Create backup boot environment: No |
154 | 2023-10-04T02:25:29.595Z | Done |
155 | 2023-10-04T02:25:29.676Z | Done |
156 | 2023-10-04T02:25:29.699Z | Done |
157 | 2023-10-04T02:25:35.665Z | Done |
158 | 2023-10-04T02:25:35.674Z | Done |
159 | 2023-10-04T02:25:35.693Z | Done |
160 | 2023-10-04T02:25:35.717Z | Done |
161 | 2023-10-04T02:25:36.700Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-10-04T02:25:36.709Z | Planning: Merging actions ... Done |
163 | 2023-10-04T02:25:37.024Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-10-04T02:25:37.027Z | Planning: Consolidating action changes ... Done |
165 | 2023-10-04T02:25:37.451Z | Planning: Evaluating mediators ... Done |
166 | 2023-10-04T02:25:37.546Z | Planning: Planning completed in 1.28 seconds |
167 | 2023-10-04T02:25:37.593Z | Packages to change: 1 |
168 | 2023-10-04T02:25:37.601Z | Mediators to change: 1 |
169 | 2023-10-04T02:25:37.614Z | Services to change: 1 |
170 | 2023-10-04T02:25:37.624Z | Create boot environment: No |
171 | 2023-10-04T02:25:37.635Z | Create backup boot environment: Yes |
172 | 2023-10-04T02:25:39.686Z | Actions: 1/6 actions (Updating modified actions) |
173 | 2023-10-04T02:25:39.699Z | Actions: Completed 6 actions in 0.00 seconds. |
174 | 2023-10-04T02:25:39.703Z | Done |
175 | 2023-10-04T02:25:39.706Z | Done |
176 | 2023-10-04T02:25:39.720Z | Done |
177 | 2023-10-04T02:25:45.417Z | Done |
178 | 2023-10-04T02:25:45.534Z | Done |
179 | 2023-10-04T02:25:45.537Z | Done |
180 | 2023-10-04T02:25:45.651Z | Done |
181 | 2023-10-04T02:25:46.313Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
182 | 2023-10-04T02:25:46.317Z | clang system 15 system |
183 | 2023-10-04T02:25:46.324Z | csh system system illumos |
184 | 2023-10-04T02:25:46.327Z | ctags system system illumos |
185 | 2023-10-04T02:25:46.331Z | gcc vendor 12 vendor |
186 | 2023-10-04T02:25:46.334Z | gcc system 10 system |
187 | 2023-10-04T02:25:46.339Z | gcc system 7 system |
188 | 2023-10-04T02:25:46.345Z | go system 1.20 system |
189 | 2023-10-04T02:25:46.352Z | go system 1.19 system |
190 | 2023-10-04T02:25:46.355Z | llvm system 15 system |
191 | 2023-10-04T02:25:46.358Z | llvm system 14 system |
192 | 2023-10-04T02:25:46.362Z | mariadb system 10.6 system |
193 | 2023-10-04T02:25:46.365Z | mta vendor vendor dma |
194 | 2023-10-04T02:25:46.369Z | openjdk system 17 system |
195 | 2023-10-04T02:25:46.372Z | openjdk system 11 system |
196 | 2023-10-04T02:25:46.375Z | openjdk system 1.8 system |
197 | 2023-10-04T02:25:46.379Z | openssl vendor 3 vendor |
198 | 2023-10-04T02:25:46.382Z | perl system 5.36 system |
199 | 2023-10-04T02:25:46.386Z | postgresql system 15 system |
200 | 2023-10-04T02:25:46.389Z | postgresql system 13 system |
201 | 2023-10-04T02:25:46.393Z | python vendor 3 vendor |
202 | 2023-10-04T02:25:46.397Z | python system 2 system |
203 | 2023-10-04T02:25:46.400Z | python3 system 3.11 system |
204 | 2023-10-04T02:25:46.403Z | ruby system 3.0 system |
205 | 2023-10-04T02:25:46.406Z | words vendor vendor american-english |
206 | 2023-10-04T02:25:46.410Z | words system system australian-english |
207 | 2023-10-04T02:25:46.413Z | words system system british-english |
208 | 2023-10-04T02:25:46.417Z | words system system canadian-english |
209 | 2023-10-04T02:25:46.420Z | words system system french |
210 | 2023-10-04T02:25:46.423Z | words system system italian |
211 | 2023-10-04T02:25:46.426Z | words system system ngerman |
212 | 2023-10-04T02:25:46.430Z | words system system ogerman |
213 | 2023-10-04T02:25:46.433Z | words system system spanish |
214 | 2023-10-04T02:25:46.839Z | FMRI IFO |
215 | 2023-10-04T02:25:46.843Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
216 | 2023-10-04T02:25:46.846Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
217 | 2023-10-04T02:25:46.850Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
218 | 2023-10-04T02:25:46.853Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
219 | 2023-10-04T02:25:46.857Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
220 | 2023-10-04T02:25:46.860Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
221 | 2023-10-04T02:25:46.906Z | + set -o errexit |
222 | 2023-10-04T02:25:46.909Z | +++ dirname ./tools/ci_download_cockroachdb |
223 | 2023-10-04T02:25:46.912Z | ++ cd ./tools |
224 | 2023-10-04T02:25:46.915Z | ++ pwd |
225 | 2023-10-04T02:25:46.918Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
226 | 2023-10-04T02:25:46.921Z | ++ basename ./tools/ci_download_cockroachdb |
227 | 2023-10-04T02:25:46.924Z | + ARG0=ci_download_cockroachdb |
228 | 2023-10-04T02:25:46.927Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
229 | 2023-10-04T02:25:46.964Z | + CIDL_VERSION=v22.1.9 |
230 | 2023-10-04T02:25:46.970Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
231 | 2023-10-04T02:25:46.973Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
232 | 2023-10-04T02:25:46.976Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
233 | 2023-10-04T02:25:46.981Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
234 | 2023-10-04T02:25:46.985Z | + TARGET_DIR=out |
235 | 2023-10-04T02:25:46.991Z | + DOWNLOAD_DIR=out/downloads |
236 | 2023-10-04T02:25:46.996Z | + DEST_DIR=./out/cockroachdb |
237 | 2023-10-04T02:25:47.001Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
238 | 2023-10-04T02:25:47.007Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
239 | 2023-10-04T02:25:47.010Z | + main |
240 | 2023-10-04T02:25:47.426Z | + [[ 0 != 0 ]] |
241 | 2023-10-04T02:25:47.429Z | + CIDL_OS=solaris2.11 |
242 | 2023-10-04T02:25:47.437Z | + [[ 0 != 0 ]] |
243 | 2023-10-04T02:25:47.441Z | + configure_os solaris2.11 |
244 | 2023-10-04T02:25:47.444Z | + echo 'current directory: /work/oxidecomputer/omicron' |
245 | 2023-10-04T02:25:47.448Z | current directory: /work/oxidecomputer/omicron |
246 | 2023-10-04T02:25:47.451Z | + echo 'configuring based on OS: "solaris2.11"' |
247 | 2023-10-04T02:25:47.454Z | configuring based on OS: "solaris2.11" |
248 | 2023-10-04T02:25:47.459Z | + case "$1" in |
249 | 2023-10-04T02:25:47.461Z | + CIDL_BUILD=illumos |
250 | 2023-10-04T02:25:47.464Z | + CIDL_SUFFIX=tar.gz |
251 | 2023-10-04T02:25:47.467Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-04T02:25:47.470Z | + CIDL_MD5FUNC=do_md5sum |
253 | 2023-10-04T02:25:47.474Z | + CIDL_URL_BASE=https://illumos.org/downloads |
254 | 2023-10-04T02:25:47.477Z | + CIDL_ASSEMBLE=do_assemble_illumos |
255 | 2023-10-04T02:25:47.485Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
256 | 2023-10-04T02:25:47.488Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-04T02:25:47.491Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-04T02:25:47.494Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
259 | 2023-10-04T02:25:47.496Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-04T02:25:47.499Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-04T02:25:47.502Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-04T02:25:47.505Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-04T02:25:47.508Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-04T02:25:47.512Z | + mkdir -p out/downloads |
265 | 2023-10-04T02:25:47.518Z | + mkdir -p ./out/cockroachdb |
266 | 2023-10-04T02:25:47.526Z | + local DO_DOWNLOAD=true |
267 | 2023-10-04T02:25:47.535Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
268 | 2023-10-04T02:25:47.545Z | + '[' true == true ']' |
269 | 2023-10-04T02:25:47.552Z | + echo Downloading... |
270 | 2023-10-04T02:25:47.557Z | Downloading... |
271 | 2023-10-04T02:25:47.561Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-04T02:25:47.565Z | + 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 |
273 | 2023-10-04T02:25:50.118Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-04T02:25:50.532Z | ++ md5sum |
275 | 2023-10-04T02:25:50.536Z | ++ awk '{print $1}' |
276 | 2023-10-04T02:25:50.552Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
277 | 2023-10-04T02:25:50.562Z | + [[ 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 ]] |
278 | 2023-10-04T02:25:50.568Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-04T02:25:50.573Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
280 | 2023-10-04T02:25:53.640Z | + do_assemble_illumos |
281 | 2023-10-04T02:25:53.644Z | + rm -r ./out/cockroachdb |
282 | 2023-10-04T02:25:53.647Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
283 | 2023-10-04T02:25:54.288Z | + ./out/cockroachdb/bin/cockroach version |
284 | 2023-10-04T02:25:54.621Z | Build Tag: v22.1.9-dirty |
285 | 2023-10-04T02:25:54.625Z | Build Time: 2022/10/26 21:17:46 |
286 | 2023-10-04T02:25:54.628Z | Distribution: OSS |
287 | 2023-10-04T02:25:54.631Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
288 | 2023-10-04T02:25:54.634Z | Go Version: go1.17.13 |
289 | 2023-10-04T02:25:54.637Z | C Compiler: gcc 10.3.0 |
290 | 2023-10-04T02:25:54.641Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
291 | 2023-10-04T02:25:54.645Z | Build Type: release |
292 | 2023-10-04T02:25:54.649Z | + set -o errexit |
293 | 2023-10-04T02:25:54.653Z | +++ dirname ./tools/ci_download_clickhouse |
294 | 2023-10-04T02:25:54.656Z | ++ cd ./tools |
295 | 2023-10-04T02:25:54.659Z | ++ pwd |
296 | 2023-10-04T02:25:54.662Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
297 | 2023-10-04T02:25:54.665Z | ++ basename ./tools/ci_download_clickhouse |
298 | 2023-10-04T02:25:54.670Z | + ARG0=ci_download_clickhouse |
299 | 2023-10-04T02:25:54.673Z | + TARGET_DIR=out |
300 | 2023-10-04T02:25:54.676Z | + DOWNLOAD_DIR=out/downloads |
301 | 2023-10-04T02:25:54.679Z | + DEST_DIR=./out/clickhouse |
302 | 2023-10-04T02:25:54.683Z | + CIDL_VERSION=v22.8.9.24 |
303 | 2023-10-04T02:25:54.686Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
304 | 2023-10-04T02:25:54.690Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
305 | 2023-10-04T02:25:54.693Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
306 | 2023-10-04T02:25:54.696Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
307 | 2023-10-04T02:25:54.699Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
308 | 2023-10-04T02:25:54.703Z | + main |
309 | 2023-10-04T02:25:54.708Z | + [[ 0 != 0 ]] |
310 | 2023-10-04T02:25:54.714Z | + CIDL_OS=solaris2.11 |
311 | 2023-10-04T02:25:54.719Z | + [[ 0 != 0 ]] |
312 | 2023-10-04T02:25:54.724Z | + configure_os solaris2.11 |
313 | 2023-10-04T02:25:54.728Z | + echo 'current directory: /work/oxidecomputer/omicron' |
314 | 2023-10-04T02:25:54.733Z | current directory: /work/oxidecomputer/omicron |
315 | 2023-10-04T02:25:54.737Z | + echo 'configuring based on OS: "solaris2.11"' |
316 | 2023-10-04T02:25:54.741Z | configuring based on OS: "solaris2.11" |
317 | 2023-10-04T02:25:54.745Z | + CIDL_DASHREV= |
318 | 2023-10-04T02:25:54.749Z | + case "$1" in |
319 | 2023-10-04T02:25:54.754Z | + CIDL_PLATFORM=illumos |
320 | 2023-10-04T02:25:54.757Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-10-04T02:25:54.761Z | + CIDL_MD5FUNC=do_md5sum |
322 | 2023-10-04T02:25:54.765Z | + CIDL_DASHREV=-1 |
323 | 2023-10-04T02:25:54.768Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
324 | 2023-10-04T02:25:54.771Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-04T02:25:54.775Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-04T02:25:54.778Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-04T02:25:54.781Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-04T02:25:54.785Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-04T02:25:54.789Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-04T02:25:54.792Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-04T02:25:54.795Z | + mkdir -p out/downloads |
332 | 2023-10-04T02:25:54.799Z | + mkdir -p ./out/clickhouse |
333 | 2023-10-04T02:25:54.802Z | + local DO_DOWNLOAD=true |
334 | 2023-10-04T02:25:54.805Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
335 | 2023-10-04T02:25:54.808Z | + '[' true == true ']' |
336 | 2023-10-04T02:25:54.812Z | + echo Downloading... |
337 | 2023-10-04T02:25:54.815Z | Downloading... |
338 | 2023-10-04T02:25:54.819Z | + 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 |
339 | 2023-10-04T02:25:54.822Z | + 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 |
340 | 2023-10-04T02:25:56.333Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-04T02:25:56.338Z | ++ md5sum |
342 | 2023-10-04T02:25:56.342Z | ++ awk '{print $1}' |
343 | 2023-10-04T02:25:56.586Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-10-04T02:25:56.589Z | + [[ 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 ]] |
345 | 2023-10-04T02:25:56.591Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
346 | 2023-10-04T02:25:56.594Z | + mkdir -p ./out/clickhouse |
347 | 2023-10-04T02:25:56.597Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
348 | 2023-10-04T02:26:01.410Z | + ./out/clickhouse/clickhouse server --version |
349 | 2023-10-04T02:26:01.464Z | ClickHouse server version 22.8.9.1. |
350 | 2023-10-04T02:26:01.555Z | + set -o errexit |
351 | 2023-10-04T02:26:01.565Z | +++ dirname ./tools/ci_download_console |
352 | 2023-10-04T02:26:01.572Z | ++ cd ./tools |
353 | 2023-10-04T02:26:01.578Z | ++ pwd |
354 | 2023-10-04T02:26:01.582Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
355 | 2023-10-04T02:26:01.589Z | ++ basename ./tools/ci_download_console |
356 | 2023-10-04T02:26:01.592Z | + ARG0=ci_download_console |
357 | 2023-10-04T02:26:01.596Z | + TARGET_DIR=out |
358 | 2023-10-04T02:26:01.600Z | + DOWNLOAD_DIR=out/downloads |
359 | 2023-10-04T02:26:01.604Z | + DEST_DIR=./out/console-assets |
360 | 2023-10-04T02:26:01.608Z | + source /work/oxidecomputer/omicron/tools/console_version |
361 | 2023-10-04T02:26:01.611Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
362 | 2023-10-04T02:26:01.615Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
363 | 2023-10-04T02:26:01.619Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
364 | 2023-10-04T02:26:01.623Z | + TARBALL_FILE=out/downloads/console.tar.gz |
365 | 2023-10-04T02:26:01.627Z | + main |
366 | 2023-10-04T02:26:01.631Z | + [[ 0 != 0 ]] |
367 | 2023-10-04T02:26:01.640Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
368 | 2023-10-04T02:26:01.652Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
369 | 2023-10-04T02:26:01.656Z | + echo 'Local file: out/downloads/console.tar.gz' |
370 | 2023-10-04T02:26:01.660Z | Local file: out/downloads/console.tar.gz |
371 | 2023-10-04T02:26:01.663Z | + local DO_DOWNLOAD=true |
372 | 2023-10-04T02:26:01.667Z | + [[ -f out/downloads/console.tar.gz ]] |
373 | 2023-10-04T02:26:01.671Z | + mkdir -p out/downloads |
374 | 2023-10-04T02:26:01.676Z | + '[' true == true ']' |
375 | 2023-10-04T02:26:01.680Z | + echo Downloading... |
376 | 2023-10-04T02:26:01.683Z | Downloading... |
377 | 2023-10-04T02:26:01.687Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
378 | 2023-10-04T02:26:01.691Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
379 | 2023-10-04T02:26:02.148Z | ++ do_sha256sum out/downloads/console.tar.gz |
380 | 2023-10-04T02:26:02.158Z | ++ case "$OSTYPE" in |
381 | 2023-10-04T02:26:02.170Z | ++ SHA=sha256sum |
382 | 2023-10-04T02:26:02.185Z | ++ sha256sum |
383 | 2023-10-04T02:26:02.191Z | ++ awk '{print $1}' |
384 | 2023-10-04T02:26:02.194Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
385 | 2023-10-04T02:26:02.197Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
386 | 2023-10-04T02:26:02.201Z | + rm -rf ./out/console-assets |
387 | 2023-10-04T02:26:02.205Z | + mkdir -p ./out/console-assets |
388 | 2023-10-04T02:26:02.209Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
389 | 2023-10-04T02:26:02.212Z | + mkdir -p ./out/console-assets |
390 | 2023-10-04T02:26:02.216Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
391 | 2023-10-04T02:26:02.317Z | + set -o errexit |
392 | 2023-10-04T02:26:02.320Z | +++ dirname ./tools/ci_download_maghemite_openapi |
393 | 2023-10-04T02:26:02.325Z | ++ cd ./tools |
394 | 2023-10-04T02:26:02.329Z | ++ pwd |
395 | 2023-10-04T02:26:02.335Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-10-04T02:26:02.342Z | ++ basename ./tools/ci_download_maghemite_openapi |
397 | 2023-10-04T02:26:02.761Z | + ARG0=ci_download_maghemite_openapi |
398 | 2023-10-04T02:26:02.769Z | + TARGET_DIR=out |
399 | 2023-10-04T02:26:02.784Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-10-04T02:26:02.791Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
401 | 2023-10-04T02:26:02.803Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
402 | 2023-10-04T02:26:02.813Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
403 | 2023-10-04T02:26:02.826Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
404 | 2023-10-04T02:26:02.836Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
405 | 2023-10-04T02:26:02.843Z | + main |
406 | 2023-10-04T02:26:02.848Z | + [[ 0 != 0 ]] |
407 | 2023-10-04T02:26:02.858Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
408 | 2023-10-04T02:26:02.866Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
409 | 2023-10-04T02:26:02.873Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
410 | 2023-10-04T02:26:02.881Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
411 | 2023-10-04T02:26:02.895Z | + local DO_DOWNLOAD=true |
412 | 2023-10-04T02:26:02.903Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
413 | 2023-10-04T02:26:02.912Z | + mkdir -p out/downloads |
414 | 2023-10-04T02:26:02.920Z | + '[' true == true ']' |
415 | 2023-10-04T02:26:02.949Z | + echo Downloading... |
416 | 2023-10-04T02:26:02.990Z | Downloading... |
417 | 2023-10-04T02:26:03.010Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
418 | 2023-10-04T02:26:03.028Z | + 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 |
419 | 2023-10-04T02:26:03.041Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
420 | 2023-10-04T02:26:03.050Z | ++ case "$OSTYPE" in |
421 | 2023-10-04T02:26:03.066Z | ++ SHA=sha256sum |
422 | 2023-10-04T02:26:03.077Z | ++ sha256sum |
423 | 2023-10-04T02:26:03.082Z | ++ awk '{print $1}' |
424 | 2023-10-04T02:26:03.511Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-10-04T02:26:03.520Z | + [[ 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 ]] |
426 | 2023-10-04T02:26:03.527Z | + set -o errexit |
427 | 2023-10-04T02:26:03.531Z | +++ dirname ./tools/ci_download_dendrite_openapi |
428 | 2023-10-04T02:26:03.534Z | ++ cd ./tools |
429 | 2023-10-04T02:26:03.538Z | ++ pwd |
430 | 2023-10-04T02:26:03.543Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2023-10-04T02:26:03.547Z | ++ basename ./tools/ci_download_dendrite_openapi |
432 | 2023-10-04T02:26:03.552Z | + ARG0=ci_download_dendrite_openapi |
433 | 2023-10-04T02:26:03.555Z | + TARGET_DIR=out |
434 | 2023-10-04T02:26:03.558Z | + DOWNLOAD_DIR=out/downloads |
435 | 2023-10-04T02:26:03.562Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
436 | 2023-10-04T02:26:03.565Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
437 | 2023-10-04T02:26:03.568Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
438 | 2023-10-04T02:26:03.573Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
439 | 2023-10-04T02:26:03.576Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
440 | 2023-10-04T02:26:03.579Z | + main |
441 | 2023-10-04T02:26:03.582Z | + [[ 0 != 0 ]] |
442 | 2023-10-04T02:26:03.586Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
443 | 2023-10-04T02:26:03.591Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
444 | 2023-10-04T02:26:03.652Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
445 | 2023-10-04T02:26:03.669Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
446 | 2023-10-04T02:26:04.088Z | + local DO_DOWNLOAD=true |
447 | 2023-10-04T02:26:04.101Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
448 | 2023-10-04T02:26:04.128Z | + mkdir -p out/downloads |
449 | 2023-10-04T02:26:04.147Z | + '[' true == true ']' |
450 | 2023-10-04T02:26:04.159Z | + echo Downloading... |
451 | 2023-10-04T02:26:04.167Z | Downloading... |
452 | 2023-10-04T02:26:04.173Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
453 | 2023-10-04T02:26:04.182Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
454 | 2023-10-04T02:26:04.190Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
455 | 2023-10-04T02:26:04.193Z | ++ case "$OSTYPE" in |
456 | 2023-10-04T02:26:04.196Z | ++ SHA=sha256sum |
457 | 2023-10-04T02:26:04.199Z | ++ sha256sum |
458 | 2023-10-04T02:26:04.203Z | ++ awk '{print $1}' |
459 | 2023-10-04T02:26:04.207Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
460 | 2023-10-04T02:26:04.211Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
461 | 2023-10-04T02:26:04.215Z | + set -o errexit |
462 | 2023-10-04T02:26:04.218Z | +++ dirname ./tools/ci_download_dendrite_stub |
463 | 2023-10-04T02:26:04.221Z | ++ cd ./tools |
464 | 2023-10-04T02:26:04.224Z | ++ pwd |
465 | 2023-10-04T02:26:04.227Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-10-04T02:26:04.231Z | ++ basename ./tools/ci_download_dendrite_stub |
467 | 2023-10-04T02:26:04.234Z | + ARG0=ci_download_dendrite_stub |
468 | 2023-10-04T02:26:04.237Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
469 | 2023-10-04T02:26:04.241Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
470 | 2023-10-04T02:26:04.246Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
471 | 2023-10-04T02:26:04.249Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
472 | 2023-10-04T02:26:04.252Z | current directory: /work/oxidecomputer/omicron |
473 | 2023-10-04T02:26:04.255Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-10-04T02:26:04.260Z | configuring based on OS: "solaris2.11" |
475 | 2023-10-04T02:26:04.263Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
476 | 2023-10-04T02:26:04.267Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
477 | 2023-10-04T02:26:04.271Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
478 | 2023-10-04T02:26:04.275Z | Local file: out/downloads/dendrite-stub.tar.gz |
479 | 2023-10-04T02:26:04.279Z | + TARGET_DIR=out |
480 | 2023-10-04T02:26:04.283Z | Downloading... |
481 | 2023-10-04T02:26:04.286Z | + DOWNLOAD_DIR=out/downloads |
482 | 2023-10-04T02:26:04.289Z | + DEST_DIR=./out/dendrite-stub |
483 | 2023-10-04T02:26:04.295Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
484 | 2023-10-04T02:26:04.297Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
485 | 2023-10-04T02:26:04.300Z | + REPO=oxidecomputer/dendrite |
486 | 2023-10-04T02:26:04.303Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
487 | 2023-10-04T02:26:04.306Z | + main |
488 | 2023-10-04T02:26:04.310Z | + [[ 0 != 0 ]] |
489 | 2023-10-04T02:26:04.313Z | + CIDL_OS=solaris2.11 |
490 | 2023-10-04T02:26:04.318Z | + [[ 0 != 0 ]] |
491 | 2023-10-04T02:26:04.321Z | + configure_os solaris2.11 |
492 | 2023-10-04T02:26:04.325Z | + echo 'current directory: /work/oxidecomputer/omicron' |
493 | 2023-10-04T02:26:04.328Z | + echo 'configuring based on OS: "solaris2.11"' |
494 | 2023-10-04T02:26:04.332Z | + case "$1" in |
495 | 2023-10-04T02:26:04.337Z | + SET_BINARIES= |
496 | 2023-10-04T02:26:04.340Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
497 | 2023-10-04T02:26:04.344Z | + CIDL_SHA256FUNC=do_sha256sum |
498 | 2023-10-04T02:26:04.347Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
499 | 2023-10-04T02:26:04.351Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
500 | 2023-10-04T02:26:04.360Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
501 | 2023-10-04T02:26:04.375Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
502 | 2023-10-04T02:26:04.800Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
503 | 2023-10-04T02:26:04.808Z | + mkdir -p out/downloads |
504 | 2023-10-04T02:26:04.824Z | + mkdir -p ./out/dendrite-stub |
505 | 2023-10-04T02:26:04.866Z | + fetch_and_verify |
506 | 2023-10-04T02:26:04.880Z | + local DO_DOWNLOAD=true |
507 | 2023-10-04T02:26:04.899Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
508 | 2023-10-04T02:26:05.323Z | + '[' true == true ']' |
509 | 2023-10-04T02:26:05.345Z | + echo Downloading... |
510 | 2023-10-04T02:26:05.780Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
511 | 2023-10-04T02:26:05.800Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
512 | 2023-10-04T02:26:17.613Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
513 | 2023-10-04T02:26:17.616Z | ++ sha256sum |
514 | 2023-10-04T02:26:17.618Z | ++ awk '{print $1}' |
515 | 2023-10-04T02:26:17.747Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
516 | 2023-10-04T02:26:17.780Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
517 | 2023-10-04T02:26:17.785Z | + do_untar out/downloads/dendrite-stub.tar.gz |
518 | 2023-10-04T02:26:17.792Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
519 | 2023-10-04T02:26:18.665Z | + do_assemble |
520 | 2023-10-04T02:26:18.667Z | + rm -r ./out/dendrite-stub |
521 | 2023-10-04T02:26:18.670Z | + mkdir ./out/dendrite-stub |
522 | 2023-10-04T02:26:18.673Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
523 | 2023-10-04T02:26:18.814Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
524 | 2023-10-04T02:26:18.826Z | + set -o errexit |
525 | 2023-10-04T02:26:18.830Z | +++ dirname ./tools/ci_download_transceiver_control |
526 | 2023-10-04T02:26:18.834Z | ++ cd ./tools |
527 | 2023-10-04T02:26:18.837Z | ++ pwd |
528 | 2023-10-04T02:26:18.840Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2023-10-04T02:26:18.842Z | ++ basename ./tools/ci_download_transceiver_control |
530 | 2023-10-04T02:26:18.845Z | + ARG0=ci_download_transceiver_control |
531 | 2023-10-04T02:26:18.848Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
532 | 2023-10-04T02:26:18.851Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
533 | 2023-10-04T02:26:18.854Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
534 | 2023-10-04T02:26:18.857Z | + TARGET_DIR=out |
535 | 2023-10-04T02:26:18.861Z | + DOWNLOAD_DIR=out/downloads |
536 | 2023-10-04T02:26:18.864Z | + DEST_DIR=./out/transceiver-control |
537 | 2023-10-04T02:26:18.867Z | + BIN_DIR=/opt/oxide/bin |
538 | 2023-10-04T02:26:18.870Z | + BINARY=xcvradm |
539 | 2023-10-04T02:26:18.873Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2023-10-04T02:26:18.876Z | + REPO=oxidecomputer/transceiver-control |
541 | 2023-10-04T02:26:18.881Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
542 | 2023-10-04T02:26:18.884Z | + main |
543 | 2023-10-04T02:26:18.887Z | + [[ 0 != 0 ]] |
544 | 2023-10-04T02:26:18.890Z | + CIDL_OS=solaris2.11 |
545 | 2023-10-04T02:26:18.892Z | + [[ 0 != 0 ]] |
546 | 2023-10-04T02:26:18.901Z | + configure_os solaris2.11 |
547 | 2023-10-04T02:26:18.905Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2023-10-04T02:26:18.908Z | current directory: /work/oxidecomputer/omicron |
549 | 2023-10-04T02:26:18.911Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-10-04T02:26:18.914Z | configuring based on OS: "solaris2.11" |
551 | 2023-10-04T02:26:18.916Z | + case "$1" in |
552 | 2023-10-04T02:26:18.919Z | + SET_BINARIES= |
553 | 2023-10-04T02:26:18.922Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
554 | 2023-10-04T02:26:18.925Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2023-10-04T02:26:18.928Z | + ARCHIVE_FILENAME=xcvradm.gz |
556 | 2023-10-04T02:26:18.931Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
557 | 2023-10-04T02:26:18.934Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
558 | 2023-10-04T02:26:18.936Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
559 | 2023-10-04T02:26:18.940Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
560 | 2023-10-04T02:26:18.943Z | + echo 'Local file: out/downloads/xcvradm.gz' |
561 | 2023-10-04T02:26:18.946Z | Local file: out/downloads/xcvradm.gz |
562 | 2023-10-04T02:26:18.950Z | + mkdir -p out/downloads |
563 | 2023-10-04T02:26:18.954Z | + mkdir -p ./out/transceiver-control |
564 | 2023-10-04T02:26:18.957Z | + fetch_and_verify |
565 | 2023-10-04T02:26:18.960Z | + local DO_DOWNLOAD=true |
566 | 2023-10-04T02:26:18.963Z | + [[ -f out/downloads/xcvradm.gz ]] |
567 | 2023-10-04T02:26:18.967Z | + '[' true == true ']' |
568 | 2023-10-04T02:26:18.971Z | + echo Downloading... |
569 | 2023-10-04T02:26:18.975Z | Downloading... |
570 | 2023-10-04T02:26:18.981Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
571 | 2023-10-04T02:26:18.989Z | + 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 |
572 | 2023-10-04T02:26:20.490Z | ++ do_sha256sum out/downloads/xcvradm.gz |
573 | 2023-10-04T02:26:20.502Z | ++ sha256sum |
574 | 2023-10-04T02:26:20.508Z | ++ awk '{print $1}' |
575 | 2023-10-04T02:26:20.511Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
576 | 2023-10-04T02:26:20.514Z | + [[ 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 ]] |
577 | 2023-10-04T02:26:20.517Z | + do_unpack out/downloads/xcvradm.gz |
578 | 2023-10-04T02:26:20.520Z | + mkdir -p out/downloads/root//opt/oxide/bin |
579 | 2023-10-04T02:26:20.522Z | + gzip -dc out/downloads/xcvradm.gz |
580 | 2023-10-04T02:26:20.685Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
581 | 2023-10-04T02:26:20.688Z | + do_assemble |
582 | 2023-10-04T02:26:20.691Z | + rm -r ./out/transceiver-control |
583 | 2023-10-04T02:26:20.694Z | + mkdir ./out/transceiver-control |
584 | 2023-10-04T02:26:20.697Z | + cp -r out/downloads/root ./out/transceiver-control/root |
585 | 2023-10-04T02:26:20.870Z | All prerequisites installed successfully |
586 | 2023-10-04T02:26:20.882Z | |
587 | 2023-10-04T02:26:20.891Z | real 2:14.462298394 |
588 | 2023-10-04T02:26:20.896Z | user 48.102108679 |
589 | 2023-10-04T02:26:20.899Z | sys 9.076592359 |
590 | 2023-10-04T02:26:20.902Z | trap 0.021088714 |
591 | 2023-10-04T02:26:20.906Z | tflt 0.172599601 |
592 | 2023-10-04T02:26:20.910Z | dflt 0.548271630 |
593 | 2023-10-04T02:26:20.914Z | kflt 0.204598935 |
594 | 2023-10-04T02:26:20.917Z | lock 2.172966090 |
595 | 2023-10-04T02:26:20.920Z | slp 4:13.117295646 |
596 | 2023-10-04T02:26:20.923Z | lat 3.190427259 |
597 | 2023-10-04T02:26:20.926Z | stop 0.084704849 |
598 | 2023-10-04T02:26:20.930Z | + banner end-to-end-tests |
599 | 2023-10-04T02:26:20.934Z | |
600 | 2023-10-04T02:26:20.937Z | ###### # # ##### ##### #### ###### # # ##### |
601 | 2023-10-04T02:26:20.940Z | # ## # # # # # # # ## # # # |
602 | 2023-10-04T02:26:20.942Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
603 | 2023-10-04T02:26:20.945Z | # # # # # # # # # # # # # # # |
604 | 2023-10-04T02:26:20.948Z | # # ## # # # # # # # ## # # |
605 | 2023-10-04T02:26:20.953Z | ###### # # ##### # #### ###### # # ##### |
606 | 2023-10-04T02:26:20.956Z | |
607 | 2023-10-04T02:26:20.959Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
608 | 2023-10-04T02:26:20.962Z | + CARGO_PROFILE_DEV_DEBUG=1 |
609 | 2023-10-04T02:26:20.965Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
610 | 2023-10-04T02:26:20.967Z | + CARGO_PROFILE_TEST_DEBUG=1 |
611 | 2023-10-04T02:26:20.970Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
612 | 2023-10-04T02:26:21.215Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
613 | 2023-10-04T02:26:21.572Z | Updating crates.io index |
614 | 2023-10-04T02:26:21.575Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
615 | 2023-10-04T02:26:22.212Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
616 | 2023-10-04T02:26:22.960Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
617 | 2023-10-04T02:26:25.294Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
618 | 2023-10-04T02:26:25.438Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
619 | 2023-10-04T02:26:25.765Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
620 | 2023-10-04T02:26:26.056Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
621 | 2023-10-04T02:26:26.351Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
622 | 2023-10-04T02:26:27.239Z | Updating git repository `https://github.com/oxidecomputer/opte` |
623 | 2023-10-04T02:26:28.361Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
624 | 2023-10-04T02:26:28.718Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
625 | 2023-10-04T02:26:30.066Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
626 | 2023-10-04T02:26:30.498Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
627 | 2023-10-04T02:26:30.706Z | Updating git repository `https://github.com/njaremko/samael` |
628 | 2023-10-04T02:26:31.117Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
629 | 2023-10-04T02:26:32.755Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
630 | 2023-10-04T02:26:33.232Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
631 | 2023-10-04T02:26:33.851Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
632 | 2023-10-04T02:26:34.276Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
633 | 2023-10-04T02:26:34.627Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
634 | 2023-10-04T02:26:43.863Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
635 | 2023-10-04T02:26:44.273Z | Updating git repository `https://github.com/jgallagher/nix` |
636 | 2023-10-04T02:26:45.645Z | Updating git repository `https://github.com/cbiffle/hubpack` |
637 | 2023-10-04T02:26:46.095Z | Updating git repository `https://github.com/oxidecomputer/typify` |
638 | 2023-10-04T02:26:47.114Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
639 | 2023-10-04T02:26:47.550Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
640 | 2023-10-04T02:26:47.879Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
641 | 2023-10-04T02:26:49.941Z | Downloading crates ... |
642 | 2023-10-04T02:26:50.139Z | Downloaded atomic-waker v1.1.1 |
643 | 2023-10-04T02:26:50.167Z | Downloaded autocfg v1.1.0 |
644 | 2023-10-04T02:26:50.173Z | Downloaded cfg-if v1.0.0 |
645 | 2023-10-04T02:26:50.178Z | Downloaded convert_case v0.4.0 |
646 | 2023-10-04T02:26:50.183Z | Downloaded percent-encoding v2.3.0 |
647 | 2023-10-04T02:26:50.188Z | Downloaded pem v1.1.1 |
648 | 2023-10-04T02:26:50.193Z | Downloaded byteorder v1.4.3 |
649 | 2023-10-04T02:26:50.198Z | Downloaded phf v0.11.2 |
650 | 2023-10-04T02:26:50.201Z | Downloaded nibble_vec v0.1.0 |
651 | 2023-10-04T02:26:50.204Z | Downloaded cbc v0.1.2 |
652 | 2023-10-04T02:26:50.208Z | Downloaded proc-macro-crate v1.3.1 |
653 | 2023-10-04T02:26:50.213Z | Downloaded cstr-argument v0.1.2 |
654 | 2023-10-04T02:26:50.217Z | Downloaded pbkdf2 v0.11.0 |
655 | 2023-10-04T02:26:50.227Z | Downloaded bit-set v0.5.3 |
656 | 2023-10-04T02:26:50.233Z | Downloaded difflib v0.4.0 |
657 | 2023-10-04T02:26:50.242Z | Downloaded lru-cache v0.1.2 |
658 | 2023-10-04T02:26:50.248Z | Downloaded opaque-debug v0.3.0 |
659 | 2023-10-04T02:26:50.253Z | Downloaded curve25519-dalek-derive v0.1.0 |
660 | 2023-10-04T02:26:50.256Z | Downloaded openssl-probe v0.1.5 |
661 | 2023-10-04T02:26:50.260Z | Downloaded openssl-macros v0.1.1 |
662 | 2023-10-04T02:26:50.265Z | Downloaded num_enum v0.7.0 |
663 | 2023-10-04T02:26:50.280Z | Downloaded data-encoding v2.4.0 |
664 | 2023-10-04T02:26:50.283Z | Downloaded num v0.4.1 |
665 | 2023-10-04T02:26:50.287Z | Downloaded password-hash v0.4.2 |
666 | 2023-10-04T02:26:50.293Z | Downloaded memoffset v0.7.1 |
667 | 2023-10-04T02:26:50.296Z | Downloaded argon2 v0.5.2 |
668 | 2023-10-04T02:26:50.301Z | Downloaded anstyle-parse v0.2.1 |
669 | 2023-10-04T02:26:50.306Z | Downloaded cpufeatures v0.2.9 |
670 | 2023-10-04T02:26:50.311Z | Downloaded debug-ignore v1.0.5 |
671 | 2023-10-04T02:26:50.315Z | Downloaded clap_lex v0.5.1 |
672 | 2023-10-04T02:26:50.319Z | Downloaded colored v2.0.4 |
673 | 2023-10-04T02:26:50.326Z | Downloaded option-ext v0.2.0 |
674 | 2023-10-04T02:26:50.330Z | Downloaded bit-vec v0.6.3 |
675 | 2023-10-04T02:26:50.335Z | Downloaded synstructure v0.12.6 |
676 | 2023-10-04T02:26:50.338Z | Downloaded headers-core v0.2.0 |
677 | 2023-10-04T02:26:50.341Z | Downloaded equivalent v1.0.1 |
678 | 2023-10-04T02:26:50.344Z | Downloaded hyper-tls v0.5.0 |
679 | 2023-10-04T02:26:50.347Z | Downloaded once_cell v1.18.0 |
680 | 2023-10-04T02:26:50.353Z | Downloaded parking_lot_core v0.8.6 |
681 | 2023-10-04T02:26:50.356Z | Downloaded parking_lot v0.12.1 |
682 | 2023-10-04T02:26:50.411Z | Downloaded native-tls v0.2.11 |
683 | 2023-10-04T02:26:50.414Z | Downloaded mime v0.3.17 |
684 | 2023-10-04T02:26:50.416Z | Downloaded is-terminal v0.4.9 |
685 | 2023-10-04T02:26:50.419Z | Downloaded instant v0.1.12 |
686 | 2023-10-04T02:26:50.422Z | Downloaded spki v0.7.2 |
687 | 2023-10-04T02:26:50.429Z | Downloaded hashlink v0.8.3 |
688 | 2023-10-04T02:26:50.433Z | Downloaded secrecy v0.8.0 |
689 | 2023-10-04T02:26:50.436Z | Downloaded ipnetwork v0.20.0 |
690 | 2023-10-04T02:26:50.439Z | Downloaded utf-8 v0.7.6 |
691 | 2023-10-04T02:26:50.441Z | Downloaded pest_meta v2.7.2 |
692 | 2023-10-04T02:26:50.444Z | Downloaded usdt-impl v0.3.5 |
693 | 2023-10-04T02:26:50.446Z | Downloaded form_urlencoded v1.2.0 |
694 | 2023-10-04T02:26:50.454Z | Downloaded lalrpop-util v0.19.12 |
695 | 2023-10-04T02:26:50.456Z | Downloaded password-hash v0.5.0 |
696 | 2023-10-04T02:26:50.459Z | Downloaded dyn-clone v1.0.13 |
697 | 2023-10-04T02:26:50.463Z | Downloaded iana-time-zone v0.1.57 |
698 | 2023-10-04T02:26:50.466Z | Downloaded hyper-staticfile v0.9.5 |
699 | 2023-10-04T02:26:50.469Z | Downloaded derive_more v0.99.17 |
700 | 2023-10-04T02:26:50.483Z | Downloaded toml_datetime v0.6.3 |
701 | 2023-10-04T02:26:50.486Z | Downloaded tokio-tungstenite v0.17.2 |
702 | 2023-10-04T02:26:50.489Z | Downloaded smawk v0.3.1 |
703 | 2023-10-04T02:26:50.493Z | Downloaded foreign-types-shared v0.3.1 |
704 | 2023-10-04T02:26:50.498Z | Downloaded foreign-types-shared v0.1.1 |
705 | 2023-10-04T02:26:50.501Z | Downloaded sct v0.7.0 |
706 | 2023-10-04T02:26:50.504Z | Downloaded hubpack_derive v0.1.1 |
707 | 2023-10-04T02:26:50.507Z | Downloaded hex v0.4.3 |
708 | 2023-10-04T02:26:50.512Z | Downloaded backtrace v0.3.69 |
709 | 2023-10-04T02:26:50.517Z | Downloaded futures-core v0.3.28 |
710 | 2023-10-04T02:26:50.519Z | Downloaded serde_spanned v0.6.3 |
711 | 2023-10-04T02:26:50.523Z | Downloaded enum-iterator v1.4.1 |
712 | 2023-10-04T02:26:50.528Z | Downloaded strum v0.25.0 |
713 | 2023-10-04T02:26:50.530Z | Downloaded hex-literal v0.4.1 |
714 | 2023-10-04T02:26:50.534Z | Downloaded predicates-core v1.0.6 |
715 | 2023-10-04T02:26:50.557Z | Downloaded universal-hash v0.5.1 |
716 | 2023-10-04T02:26:50.568Z | Downloaded twox-hash v1.6.3 |
717 | 2023-10-04T02:26:50.579Z | Downloaded http-range v0.1.5 |
718 | 2023-10-04T02:26:50.594Z | Downloaded typenum v1.16.0 |
719 | 2023-10-04T02:26:50.598Z | Downloaded rustc_version v0.4.0 |
720 | 2023-10-04T02:26:50.610Z | Downloaded indexmap v1.9.3 |
721 | 2023-10-04T02:26:50.614Z | Downloaded russh-cryptovec v0.7.0 |
722 | 2023-10-04T02:26:50.623Z | Downloaded slog-async v2.8.0 |
723 | 2023-10-04T02:26:50.627Z | Downloaded rand_core v0.6.4 |
724 | 2023-10-04T02:26:50.636Z | Downloaded humantime v2.1.0 |
725 | 2023-10-04T02:26:50.642Z | Downloaded rand_chacha v0.3.1 |
726 | 2023-10-04T02:26:50.646Z | Downloaded textwrap v0.11.0 |
727 | 2023-10-04T02:26:50.650Z | Downloaded zip v0.6.6 |
728 | 2023-10-04T02:26:50.653Z | Downloaded strum_macros v0.25.2 |
729 | 2023-10-04T02:26:50.659Z | Downloaded tower-service v0.3.2 |
730 | 2023-10-04T02:26:50.663Z | Downloaded toolchain_find v0.2.0 |
731 | 2023-10-04T02:26:50.666Z | Downloaded strsim v0.8.0 |
732 | 2023-10-04T02:26:50.670Z | Downloaded slog-stdlog v4.1.1 |
733 | 2023-10-04T02:26:50.673Z | Downloaded slog-scope v4.4.0 |
734 | 2023-10-04T02:26:50.676Z | Downloaded filetime v0.2.22 |
735 | 2023-10-04T02:26:50.679Z | Downloaded scopeguard v1.2.0 |
736 | 2023-10-04T02:26:50.682Z | Downloaded foreign-types v0.5.0 |
737 | 2023-10-04T02:26:50.685Z | Downloaded utf8parse v0.2.1 |
738 | 2023-10-04T02:26:50.687Z | Downloaded tokio-macros v2.1.0 |
739 | 2023-10-04T02:26:50.690Z | Downloaded headers v0.3.9 |
740 | 2023-10-04T02:26:50.693Z | Downloaded try-lock v0.2.4 |
741 | 2023-10-04T02:26:50.696Z | Downloaded time-core v0.1.1 |
742 | 2023-10-04T02:26:50.700Z | Downloaded der v0.7.8 |
743 | 2023-10-04T02:26:50.703Z | Downloaded version_check v0.9.4 |
744 | 2023-10-04T02:26:50.706Z | Downloaded tracing-attributes v0.1.26 |
745 | 2023-10-04T02:26:50.709Z | Downloaded thread_local v1.1.7 |
746 | 2023-10-04T02:26:50.712Z | Downloaded sha1 v0.10.5 |
747 | 2023-10-04T02:26:50.715Z | Downloaded enum-iterator-derive v1.2.1 |
748 | 2023-10-04T02:26:50.718Z | Downloaded smallvec v1.11.0 |
749 | 2023-10-04T02:26:50.721Z | Downloaded sha-1 v0.10.1 |
750 | 2023-10-04T02:26:50.724Z | Downloaded ron v0.7.1 |
751 | 2023-10-04T02:26:50.726Z | Downloaded waitgroup v0.1.2 |
752 | 2023-10-04T02:26:50.729Z | Downloaded fastrand v2.0.0 |
753 | 2023-10-04T02:26:50.732Z | Downloaded untrusted v0.7.1 |
754 | 2023-10-04T02:26:50.735Z | Downloaded erased-serde v0.3.30 |
755 | 2023-10-04T02:26:50.738Z | Downloaded strsim v0.10.0 |
756 | 2023-10-04T02:26:50.741Z | Downloaded home v0.5.5 |
757 | 2023-10-04T02:26:50.743Z | Downloaded rustfmt-wrapper v0.2.0 |
758 | 2023-10-04T02:26:50.746Z | Downloaded subtle v2.5.0 |
759 | 2023-10-04T02:26:50.771Z | Downloaded time-macros v0.2.13 |
760 | 2023-10-04T02:26:50.774Z | Downloaded getopts v0.2.21 |
761 | 2023-10-04T02:26:50.777Z | Downloaded jobserver v0.1.26 |
762 | 2023-10-04T02:26:50.781Z | Downloaded ghash v0.5.0 |
763 | 2023-10-04T02:26:50.784Z | Downloaded walkdir v2.4.0 |
764 | 2023-10-04T02:26:50.787Z | Downloaded tokio-native-tls v0.3.1 |
765 | 2023-10-04T02:26:50.789Z | Downloaded enum-as-inner v0.5.1 |
766 | 2023-10-04T02:26:50.801Z | Downloaded tokio-postgres v0.7.10 |
767 | 2023-10-04T02:26:50.804Z | Downloaded ed25519 v2.2.2 |
768 | 2023-10-04T02:26:50.807Z | Downloaded keccak v0.1.4 |
769 | 2023-10-04T02:26:50.810Z | Downloaded futures v0.3.28 |
770 | 2023-10-04T02:26:50.813Z | Downloaded tokio-stream v0.1.14 |
771 | 2023-10-04T02:26:50.816Z | Downloaded ucd-trie v0.1.6 |
772 | 2023-10-04T02:26:50.819Z | Downloaded structopt v0.3.26 |
773 | 2023-10-04T02:26:50.822Z | Downloaded schemars_derive v0.8.13 |
774 | 2023-10-04T02:26:50.825Z | Downloaded schemars v0.8.13 |
775 | 2023-10-04T02:26:50.829Z | Downloaded subprocess v0.2.9 |
776 | 2023-10-04T02:26:50.832Z | Downloaded tracing-core v0.1.31 |
777 | 2023-10-04T02:26:50.834Z | Downloaded hashbrown v0.12.3 |
778 | 2023-10-04T02:26:50.837Z | Downloaded tracing v0.1.37 |
779 | 2023-10-04T02:26:50.840Z | Downloaded trust-dns-client v0.22.0 |
780 | 2023-10-04T02:26:50.843Z | Downloaded hashbrown v0.14.0 |
781 | 2023-10-04T02:26:50.846Z | Downloaded rand v0.8.5 |
782 | 2023-10-04T02:26:50.848Z | Downloaded rusqlite v0.29.0 |
783 | 2023-10-04T02:26:50.855Z | Downloaded pest v2.7.2 |
784 | 2023-10-04T02:26:50.866Z | Downloaded toml_edit v0.19.15 |
785 | 2023-10-04T02:26:50.899Z | Downloaded http v0.2.9 |
786 | 2023-10-04T02:26:50.906Z | Downloaded itertools v0.11.0 |
787 | 2023-10-04T02:26:50.921Z | Downloaded time v0.3.27 |
788 | 2023-10-04T02:26:50.934Z | Downloaded reqwest v0.11.20 |
789 | 2023-10-04T02:26:50.950Z | Downloaded unicode-normalization v0.1.22 |
790 | 2023-10-04T02:26:50.958Z | Downloaded aho-corasick v1.0.4 |
791 | 2023-10-04T02:26:50.978Z | Downloaded rand v0.7.3 |
792 | 2023-10-04T02:26:51.007Z | Downloaded openssl v0.10.57 |
793 | 2023-10-04T02:26:51.020Z | Downloaded nix v0.26.2 |
794 | 2023-10-04T02:26:51.031Z | Downloaded hyper v0.14.27 |
795 | 2023-10-04T02:26:51.045Z | Downloaded h2 v0.3.21 |
796 | 2023-10-04T02:26:51.059Z | Downloaded diesel v2.1.1 |
797 | 2023-10-04T02:26:51.093Z | Downloaded futures-util v0.3.28 |
798 | 2023-10-04T02:26:51.117Z | Downloaded syn v1.0.109 |
799 | 2023-10-04T02:26:51.165Z | Downloaded syn v2.0.32 |
800 | 2023-10-04T02:26:51.168Z | Downloaded curve25519-dalek v4.1.0 |
801 | 2023-10-04T02:26:51.180Z | Downloaded rustix v0.38.9 |
802 | 2023-10-04T02:26:51.239Z | Downloaded regex v1.9.5 |
803 | 2023-10-04T02:26:51.249Z | Downloaded radix_trie v0.2.1 |
804 | 2023-10-04T02:26:51.260Z | Downloaded rustls v0.21.7 |
805 | 2023-10-04T02:26:51.284Z | Downloaded regex-syntax v0.7.5 |
806 | 2023-10-04T02:26:51.302Z | Downloaded tokio v1.32.0 |
807 | 2023-10-04T02:26:51.373Z | Downloaded zerocopy-derive v0.2.0 |
808 | 2023-10-04T02:26:51.393Z | Downloaded bstr v1.6.0 |
809 | 2023-10-04T02:26:51.416Z | Downloaded regex-syntax v0.6.29 |
810 | 2023-10-04T02:26:51.436Z | Downloaded sled v0.34.7 |
811 | 2023-10-04T02:26:51.462Z | Downloaded zerocopy-derive v0.6.3 |
812 | 2023-10-04T02:26:51.478Z | Downloaded encoding_rs v0.8.33 |
813 | 2023-10-04T02:26:51.524Z | Downloaded rustix v0.37.23 |
814 | 2023-10-04T02:26:51.565Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
815 | 2023-10-04T02:26:51.593Z | Downloaded libc v0.2.148 |
816 | 2023-10-04T02:26:51.643Z | Downloaded regex-automata v0.3.8 |
817 | 2023-10-04T02:26:51.678Z | Downloaded gimli v0.28.0 |
818 | 2023-10-04T02:26:51.702Z | Downloaded bstr v0.2.17 |
819 | 2023-10-04T02:26:51.722Z | Downloaded sha3 v0.10.8 |
820 | 2023-10-04T02:26:51.736Z | Downloaded regress v0.7.1 |
821 | 2023-10-04T02:26:51.755Z | Downloaded git2 v0.17.2 |
822 | 2023-10-04T02:26:51.775Z | Downloaded openapiv3 v1.0.3 |
823 | 2023-10-04T02:26:51.803Z | Downloaded smoltcp v0.8.2 |
824 | 2023-10-04T02:26:51.822Z | Downloaded hkdf v0.12.3 |
825 | 2023-10-04T02:26:51.829Z | Downloaded vcpkg v0.2.15 |
826 | 2023-10-04T02:26:51.904Z | Downloaded winapi v0.3.9 |
827 | 2023-10-04T02:26:51.982Z | Downloaded trust-dns-proto v0.22.0 |
828 | 2023-10-04T02:26:52.009Z | Downloaded ring v0.16.20 |
829 | 2023-10-04T02:26:52.173Z | Downloaded webpki-roots v0.25.2 |
830 | 2023-10-04T02:26:52.190Z | Downloaded smoltcp v0.9.1 |
831 | 2023-10-04T02:26:52.203Z | Downloaded idna v0.4.0 |
832 | 2023-10-04T02:26:52.215Z | Downloaded idna v0.2.3 |
833 | 2023-10-04T02:26:52.230Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
834 | 2023-10-04T02:26:52.337Z | Downloaded object v0.32.1 |
835 | 2023-10-04T02:26:52.359Z | Downloaded chrono v0.4.31 |
836 | 2023-10-04T02:26:52.381Z | Downloaded rustls-webpki v0.101.4 |
837 | 2023-10-04T02:26:52.403Z | Downloaded serde_json v1.0.107 |
838 | 2023-10-04T02:26:52.416Z | Downloaded bitvec v1.0.1 |
839 | 2023-10-04T02:26:52.446Z | Downloaded russh v0.38.0 |
840 | 2023-10-04T02:26:52.454Z | Downloaded regex-automata v0.1.10 |
841 | 2023-10-04T02:26:52.466Z | Downloaded serde_with v2.3.3 |
842 | 2023-10-04T02:26:52.475Z | Downloaded clap_builder v4.4.2 |
843 | 2023-10-04T02:26:52.488Z | Downloaded winnow v0.5.15 |
844 | 2023-10-04T02:26:52.504Z | Downloaded clap v2.34.0 |
845 | 2023-10-04T02:26:52.518Z | Downloaded aes-gcm v0.10.2 |
846 | 2023-10-04T02:26:52.527Z | Downloaded serde_yaml v0.9.25 |
847 | 2023-10-04T02:26:52.536Z | Downloaded unicode-segmentation v1.10.1 |
848 | 2023-10-04T02:26:52.549Z | Downloaded aes v0.8.3 |
849 | 2023-10-04T02:26:52.559Z | Downloaded petgraph v0.6.4 |
850 | 2023-10-04T02:26:52.574Z | Downloaded futures-io v0.3.28 |
851 | 2023-10-04T02:26:52.582Z | Downloaded env_logger v0.9.3 |
852 | 2023-10-04T02:26:52.592Z | Downloaded textwrap v0.16.0 |
853 | 2023-10-04T02:26:52.599Z | Downloaded half v1.8.2 |
854 | 2023-10-04T02:26:52.607Z | Downloaded libz-sys v1.1.12 |
855 | 2023-10-04T02:26:52.709Z | Downloaded tar v0.4.40 |
856 | 2023-10-04T02:26:52.716Z | Downloaded heapless v0.7.16 |
857 | 2023-10-04T02:26:52.720Z | Downloaded hashbrown v0.13.2 |
858 | 2023-10-04T02:26:52.729Z | Downloaded itertools v0.10.5 |
859 | 2023-10-04T02:26:52.741Z | Downloaded libm v0.2.7 |
860 | 2023-10-04T02:26:52.762Z | Downloaded glob v0.3.1 |
861 | 2023-10-04T02:26:52.772Z | Downloaded serde_tokenstream v0.1.7 |
862 | 2023-10-04T02:26:52.779Z | Downloaded ed25519-dalek v2.0.0 |
863 | 2023-10-04T02:26:52.786Z | Downloaded mio v0.8.8 |
864 | 2023-10-04T02:26:52.794Z | Downloaded rustc-demangle v0.1.23 |
865 | 2023-10-04T02:26:52.801Z | Downloaded rand_core v0.5.1 |
866 | 2023-10-04T02:26:52.808Z | Downloaded unsafe-libyaml v0.2.9 |
867 | 2023-10-04T02:26:52.816Z | Downloaded itoa v1.0.9 |
868 | 2023-10-04T02:26:52.822Z | Downloaded parking_lot_core v0.9.8 |
869 | 2023-10-04T02:26:52.830Z | Downloaded russh-keys v0.38.0 |
870 | 2023-10-04T02:26:52.837Z | Downloaded flate2 v1.0.27 |
871 | 2023-10-04T02:26:52.845Z | Downloaded libsqlite3-sys v0.26.0 |
872 | 2023-10-04T02:26:52.967Z | Downloaded group v0.13.0 |
873 | 2023-10-04T02:26:52.976Z | Downloaded futures-sink v0.3.28 |
874 | 2023-10-04T02:26:52.985Z | Downloaded futures-macro v0.3.28 |
875 | 2023-10-04T02:26:52.990Z | Downloaded serde v1.0.188 |
876 | 2023-10-04T02:26:53.003Z | Downloaded slog v2.7.0 |
877 | 2023-10-04T02:26:53.011Z | Downloaded tokio-util v0.7.8 |
878 | 2023-10-04T02:26:53.017Z | Downloaded crossbeam-channel v0.5.8 |
879 | 2023-10-04T02:26:53.026Z | Downloaded signal-hook-registry v1.4.1 |
880 | 2023-10-04T02:26:53.033Z | Downloaded futures-task v0.3.28 |
881 | 2023-10-04T02:26:53.040Z | Downloaded slog-envlogger v2.2.0 |
882 | 2023-10-04T02:26:53.048Z | Downloaded serde_with_macros v2.3.3 |
883 | 2023-10-04T02:26:53.056Z | Downloaded tokio-rustls v0.24.1 |
884 | 2023-10-04T02:26:53.065Z | Downloaded scheduled-thread-pool v0.2.7 |
885 | 2023-10-04T02:26:53.072Z | Downloaded thiserror-no-std v2.0.2 |
886 | 2023-10-04T02:26:53.079Z | Downloaded dof v0.1.5 |
887 | 2023-10-04T02:26:53.087Z | Downloaded slog-dtrace v0.2.3 |
888 | 2023-10-04T02:26:53.097Z | Downloaded indexmap v2.0.0 |
889 | 2023-10-04T02:26:53.104Z | Downloaded elliptic-curve v0.13.5 |
890 | 2023-10-04T02:26:53.111Z | Downloaded url v2.4.1 |
891 | 2023-10-04T02:26:53.121Z | Downloaded ryu v1.0.15 |
892 | 2023-10-04T02:26:53.129Z | Downloaded hash32 v0.2.1 |
893 | 2023-10-04T02:26:53.135Z | Downloaded ff v0.13.0 |
894 | 2023-10-04T02:26:53.141Z | Downloaded slog-term v2.9.0 |
895 | 2023-10-04T02:26:53.148Z | Downloaded getrandom v0.1.16 |
896 | 2023-10-04T02:26:53.155Z | Downloaded hyper-rustls v0.24.1 |
897 | 2023-10-04T02:26:53.160Z | Downloaded rand_chacha v0.2.2 |
898 | 2023-10-04T02:26:53.167Z | Downloaded sha2 v0.10.7 |
899 | 2023-10-04T02:26:53.175Z | Downloaded same-file v1.0.6 |
900 | 2023-10-04T02:26:53.182Z | Downloaded http-body v0.4.5 |
901 | 2023-10-04T02:26:53.189Z | Downloaded hostname v0.3.1 |
902 | 2023-10-04T02:26:53.196Z | Downloaded thread-id v4.2.0 |
903 | 2023-10-04T02:26:53.202Z | Downloaded serde_derive_internals v0.26.0 |
904 | 2023-10-04T02:26:53.209Z | Downloaded tungstenite v0.17.3 |
905 | 2023-10-04T02:26:53.216Z | Downloaded term v0.7.0 |
906 | 2023-10-04T02:26:53.224Z | Downloaded futures-channel v0.3.28 |
907 | 2023-10-04T02:26:53.232Z | Downloaded httparse v1.8.0 |
908 | 2023-10-04T02:26:53.240Z | Downloaded tinyvec v1.6.0 |
909 | 2023-10-04T02:26:53.247Z | Downloaded foreign-types-macros v0.2.3 |
910 | 2023-10-04T02:26:53.254Z | Downloaded fallible-iterator v0.2.0 |
911 | 2023-10-04T02:26:53.261Z | Downloaded errno v0.3.2 |
912 | 2023-10-04T02:26:53.273Z | Downloaded rcgen v0.10.0 |
913 | 2023-10-04T02:26:53.323Z | Downloaded tungstenite v0.18.0 |
914 | 2023-10-04T02:26:53.331Z | Downloaded similar v2.2.1 |
915 | 2023-10-04T02:26:53.342Z | Downloaded memchr v2.6.3 |
916 | 2023-10-04T02:26:53.747Z | Downloaded trust-dns-server v0.22.1 |
917 | 2023-10-04T02:26:53.751Z | Downloaded trust-dns-resolver v0.22.0 |
918 | 2023-10-04T02:26:53.754Z | Downloaded semver v1.0.18 |
919 | 2023-10-04T02:26:53.764Z | Downloaded semver-parser v0.10.2 |
920 | 2023-10-04T02:26:53.771Z | Downloaded fixedbitset v0.4.2 |
921 | 2023-10-04T02:26:53.784Z | Downloaded stringprep v0.1.3 |
922 | 2023-10-04T02:26:53.793Z | Downloaded structopt-derive v0.4.18 |
923 | 2023-10-04T02:26:53.797Z | Downloaded unicode-width v0.1.10 |
924 | 2023-10-04T02:26:53.801Z | Downloaded termcolor v1.2.0 |
925 | 2023-10-04T02:26:53.804Z | Downloaded tap v1.0.1 |
926 | 2023-10-04T02:26:53.808Z | Downloaded take_mut v0.2.2 |
927 | 2023-10-04T02:26:53.813Z | Downloaded futures-executor v0.3.28 |
928 | 2023-10-04T02:26:53.816Z | Downloaded funty v2.0.0 |
929 | 2023-10-04T02:26:53.819Z | Downloaded num-bigint v0.4.4 |
930 | 2023-10-04T02:26:53.822Z | Downloaded fnv v1.0.7 |
931 | 2023-10-04T02:26:53.825Z | Downloaded rustversion v1.0.14 |
932 | 2023-10-04T02:26:53.828Z | Downloaded openssl-sys v0.9.93 |
933 | 2023-10-04T02:26:53.830Z | Downloaded serde_derive v1.0.188 |
934 | 2023-10-04T02:26:53.833Z | Downloaded serde_arrays v0.1.0 |
935 | 2023-10-04T02:26:53.836Z | Downloaded new_debug_unreachable v1.0.4 |
936 | 2023-10-04T02:26:53.838Z | Downloaded resolv-conf v0.7.0 |
937 | 2023-10-04T02:26:53.841Z | Downloaded allocator-api2 v0.2.16 |
938 | 2023-10-04T02:26:53.844Z | Downloaded getrandom v0.2.10 |
939 | 2023-10-04T02:26:53.847Z | Downloaded hmac v0.12.1 |
940 | 2023-10-04T02:26:53.850Z | Downloaded socket2 v0.5.3 |
941 | 2023-10-04T02:26:53.854Z | Downloaded socket2 v0.4.9 |
942 | 2023-10-04T02:26:53.856Z | Downloaded rustls-pemfile v1.0.3 |
943 | 2023-10-04T02:26:53.860Z | Downloaded rustls-native-certs v0.6.3 |
944 | 2023-10-04T02:26:53.864Z | Downloaded hubpack v0.1.2 |
945 | 2023-10-04T02:26:53.866Z | Downloaded httpdate v1.0.3 |
946 | 2023-10-04T02:26:53.869Z | Downloaded precomputed-hash v0.1.1 |
947 | 2023-10-04T02:26:53.872Z | Downloaded structmeta-derive v0.1.6 |
948 | 2023-10-04T02:26:53.875Z | Downloaded const_format v0.2.31 |
949 | 2023-10-04T02:26:53.878Z | Downloaded float-cmp v0.9.0 |
950 | 2023-10-04T02:26:53.880Z | Downloaded generic-array v0.14.7 |
951 | 2023-10-04T02:26:53.884Z | Downloaded either v1.9.0 |
952 | 2023-10-04T02:26:53.887Z | Downloaded arc-swap v1.6.0 |
953 | 2023-10-04T02:26:53.900Z | Downloaded zerocopy v0.6.3 |
954 | 2023-10-04T02:26:53.902Z | Downloaded heck v0.4.1 |
955 | 2023-10-04T02:26:53.905Z | Downloaded heck v0.3.3 |
956 | 2023-10-04T02:26:53.909Z | Downloaded static_assertions v1.1.0 |
957 | 2023-10-04T02:26:53.911Z | Downloaded slog-bunyan v2.4.0 |
958 | 2023-10-04T02:26:53.914Z | Downloaded uuid v1.4.1 |
959 | 2023-10-04T02:26:53.917Z | Downloaded toml v0.7.8 |
960 | 2023-10-04T02:26:53.921Z | Downloaded toml v0.5.11 |
961 | 2023-10-04T02:26:53.924Z | Downloaded ident_case v1.0.1 |
962 | 2023-10-04T02:26:53.927Z | Downloaded string_cache v0.8.7 |
963 | 2023-10-04T02:26:53.930Z | Downloaded slog-json v2.6.1 |
964 | 2023-10-04T02:26:53.933Z | Downloaded slab v0.4.9 |
965 | 2023-10-04T02:26:53.936Z | Downloaded siphasher v0.3.11 |
966 | 2023-10-04T02:26:53.939Z | Downloaded signature v2.1.0 |
967 | 2023-10-04T02:26:53.942Z | Downloaded serde_urlencoded v0.7.1 |
968 | 2023-10-04T02:26:53.945Z | Downloaded serde_tokenstream v0.2.0 |
969 | 2023-10-04T02:26:53.948Z | Downloaded serde_repr v0.1.16 |
970 | 2023-10-04T02:26:53.951Z | Downloaded serde_path_to_error v0.1.14 |
971 | 2023-10-04T02:26:53.954Z | Downloaded structmeta v0.1.6 |
972 | 2023-10-04T02:26:53.956Z | Downloaded io-lifetimes v1.0.11 |
973 | 2023-10-04T02:26:53.960Z | Downloaded fxhash v0.2.1 |
974 | 2023-10-04T02:26:53.963Z | Downloaded unicode-xid v0.2.4 |
975 | 2023-10-04T02:26:53.966Z | Downloaded ringbuffer v0.14.2 |
976 | 2023-10-04T02:26:53.969Z | Downloaded vsss-rs v3.3.1 |
977 | 2023-10-04T02:26:53.971Z | Downloaded vergen v8.2.4 |
978 | 2023-10-04T02:26:53.974Z | Downloaded spin v0.9.8 |
979 | 2023-10-04T02:26:53.977Z | Downloaded postcard-cobs v0.1.5-pre |
980 | 2023-10-04T02:26:53.979Z | Downloaded phf_shared v0.11.2 |
981 | 2023-10-04T02:26:53.982Z | Downloaded darling_core v0.20.3 |
982 | 2023-10-04T02:26:53.985Z | Downloaded fallible-streaming-iterator v0.1.9 |
983 | 2023-10-04T02:26:53.988Z | Downloaded anstyle-query v1.0.0 |
984 | 2023-10-04T02:26:53.991Z | Downloaded addr2line v0.21.0 |
985 | 2023-10-04T02:26:53.993Z | Downloaded ahash v0.8.3 |
986 | 2023-10-04T02:26:53.996Z | Downloaded smf v0.2.2 |
987 | 2023-10-04T02:26:53.999Z | Downloaded crossbeam-epoch v0.9.15 |
988 | 2023-10-04T02:26:54.002Z | Downloaded dtrace-parser v0.1.14 |
989 | 2023-10-04T02:26:54.005Z | Downloaded yasna v0.5.2 |
990 | 2023-10-04T02:26:54.007Z | Downloaded ipnet v2.8.0 |
991 | 2023-10-04T02:26:54.012Z | Downloaded tokio-tungstenite v0.18.0 |
992 | 2023-10-04T02:26:54.017Z | Downloaded camino v1.1.6 |
993 | 2023-10-04T02:26:54.020Z | Downloaded unicode-ident v1.0.12 |
994 | 2023-10-04T02:26:54.022Z | Downloaded unicode-bidi v0.3.13 |
995 | 2023-10-04T02:26:54.025Z | Downloaded tempfile v3.8.0 |
996 | 2023-10-04T02:26:54.028Z | Downloaded console v0.15.7 |
997 | 2023-10-04T02:26:54.031Z | Downloaded chacha20poly1305 v0.10.1 |
998 | 2023-10-04T02:26:54.034Z | Downloaded postgres-types v0.2.6 |
999 | 2023-10-04T02:26:54.037Z | Downloaded crypto-bigint v0.5.2 |
1000 | 2023-10-04T02:26:54.040Z | Downloaded semver v0.11.0 |
1001 | 2023-10-04T02:26:54.043Z | Downloaded inout v0.1.3 |
1002 | 2023-10-04T02:26:54.045Z | Downloaded zeroize_derive v1.4.2 |
1003 | 2023-10-04T02:26:54.048Z | Downloaded whoami v1.4.1 |
1004 | 2023-10-04T02:26:54.051Z | Downloaded predicates v3.0.3 |
1005 | 2023-10-04T02:26:54.054Z | Downloaded foreign-types v0.3.2 |
1006 | 2023-10-04T02:26:54.057Z | Downloaded log v0.4.20 |
1007 | 2023-10-04T02:26:54.060Z | Downloaded parking_lot v0.11.2 |
1008 | 2023-10-04T02:26:54.063Z | Downloaded num-complex v0.4.4 |
1009 | 2023-10-04T02:26:54.066Z | Downloaded diesel_derives v2.1.1 |
1010 | 2023-10-04T02:26:54.069Z | Downloaded ansi_term v0.12.1 |
1011 | 2023-10-04T02:26:54.071Z | Downloaded stable_deref_trait v1.2.0 |
1012 | 2023-10-04T02:26:54.074Z | Downloaded dirs-sys v0.4.1 |
1013 | 2023-10-04T02:26:54.077Z | Downloaded dirs-next v2.0.0 |
1014 | 2023-10-04T02:26:54.081Z | Downloaded zone v0.2.0 |
1015 | 2023-10-04T02:26:54.085Z | Downloaded zerocopy v0.3.0 |
1016 | 2023-10-04T02:26:54.089Z | Downloaded xattr v1.0.1 |
1017 | 2023-10-04T02:26:54.092Z | Downloaded wyz v0.5.1 |
1018 | 2023-10-04T02:26:54.095Z | Downloaded crossbeam-utils v0.8.16 |
1019 | 2023-10-04T02:26:54.098Z | Downloaded omicron-zone-package v0.8.3 |
1020 | 2023-10-04T02:26:54.101Z | Downloaded num_enum v0.5.11 |
1021 | 2023-10-04T02:26:54.104Z | Downloaded num-traits v0.2.16 |
1022 | 2023-10-04T02:26:54.107Z | Downloaded zeroize v1.6.0 |
1023 | 2023-10-04T02:26:54.110Z | Downloaded usdt v0.3.5 |
1024 | 2023-10-04T02:26:54.113Z | Downloaded unicase v2.7.0 |
1025 | 2023-10-04T02:26:54.116Z | Downloaded thiserror-impl v1.0.48 |
1026 | 2023-10-04T02:26:54.136Z | Downloaded const-oid v0.9.5 |
1027 | 2023-10-04T02:26:54.139Z | Downloaded block-padding v0.3.3 |
1028 | 2023-10-04T02:26:54.142Z | Downloaded pest_generator v2.7.2 |
1029 | 2023-10-04T02:26:54.145Z | Downloaded spin v0.5.2 |
1030 | 2023-10-04T02:26:54.148Z | Downloaded want v0.3.1 |
1031 | 2023-10-04T02:26:54.151Z | Downloaded endian-type v0.1.2 |
1032 | 2023-10-04T02:26:54.156Z | Downloaded usdt-macro v0.3.5 |
1033 | 2023-10-04T02:26:54.159Z | Downloaded cc v1.0.83 |
1034 | 2023-10-04T02:26:54.162Z | Downloaded base64 v0.21.4 |
1035 | 2023-10-04T02:26:54.165Z | Downloaded base64 v0.13.1 |
1036 | 2023-10-04T02:26:54.168Z | Downloaded thiserror v1.0.48 |
1037 | 2023-10-04T02:26:54.171Z | Downloaded radium v0.7.0 |
1038 | 2023-10-04T02:26:54.174Z | Downloaded r2d2 v0.8.10 |
1039 | 2023-10-04T02:26:54.178Z | Downloaded pkcs8 v0.10.2 |
1040 | 2023-10-04T02:26:54.180Z | Downloaded clap v4.4.3 |
1041 | 2023-10-04T02:26:54.183Z | Downloaded bytes v1.5.0 |
1042 | 2023-10-04T02:26:54.186Z | Downloaded bincode v1.3.3 |
1043 | 2023-10-04T02:26:54.190Z | Downloaded zone_cfg_derive v0.2.0 |
1044 | 2023-10-04T02:26:54.195Z | Downloaded quote v1.0.33 |
1045 | 2023-10-04T02:26:54.202Z | Downloaded ppv-lite86 v0.2.17 |
1046 | 2023-10-04T02:26:54.208Z | Downloaded pin-utils v0.1.0 |
1047 | 2023-10-04T02:26:54.221Z | Downloaded parse-display-derive v0.7.0 |
1048 | 2023-10-04T02:26:54.250Z | Downloaded cancel-safe-futures v0.1.2 |
1049 | 2023-10-04T02:26:54.258Z | Downloaded darling v0.20.3 |
1050 | 2023-10-04T02:26:54.263Z | Downloaded vec_map v0.8.2 |
1051 | 2023-10-04T02:26:54.269Z | Downloaded lock_api v0.4.10 |
1052 | 2023-10-04T02:26:54.272Z | Downloaded libefi-sys v0.1.0 |
1053 | 2023-10-04T02:26:54.275Z | Downloaded bit_field v0.10.2 |
1054 | 2023-10-04T02:26:54.278Z | Downloaded base16ct v0.2.0 |
1055 | 2023-10-04T02:26:54.282Z | Downloaded async-trait v0.1.73 |
1056 | 2023-10-04T02:26:54.285Z | Downloaded aead v0.5.2 |
1057 | 2023-10-04T02:26:54.296Z | Downloaded dirs-sys-next v0.1.2 |
1058 | 2023-10-04T02:26:54.300Z | Downloaded dirs v5.0.1 |
1059 | 2023-10-04T02:26:54.303Z | Downloaded mime_guess v2.0.4 |
1060 | 2023-10-04T02:26:54.306Z | Downloaded linked-hash-map v0.5.6 |
1061 | 2023-10-04T02:26:54.309Z | Downloaded digest v0.10.7 |
1062 | 2023-10-04T02:26:54.312Z | Downloaded const_format_proc_macros v0.2.31 |
1063 | 2023-10-04T02:26:54.316Z | Downloaded aes-gcm-siv v0.11.1 |
1064 | 2023-10-04T02:26:54.319Z | Downloaded num_cpus v1.16.0 |
1065 | 2023-10-04T02:26:54.345Z | Downloaded multer v2.1.0 |
1066 | 2023-10-04T02:26:54.349Z | Downloaded anstyle v1.0.2 |
1067 | 2023-10-04T02:26:54.354Z | Downloaded anstream v0.5.0 |
1068 | 2023-10-04T02:26:54.360Z | Downloaded usdt-attr-macro v0.3.5 |
1069 | 2023-10-04T02:26:54.366Z | Downloaded unicode-linebreak v0.1.5 |
1070 | 2023-10-04T02:26:54.370Z | Downloaded terminal_size v0.2.6 |
1071 | 2023-10-04T02:26:54.373Z | Downloaded poly1305 v0.8.0 |
1072 | 2023-10-04T02:26:54.377Z | Downloaded md-5 v0.10.5 |
1073 | 2023-10-04T02:26:54.380Z | Downloaded camino-tempfile v1.0.2 |
1074 | 2023-10-04T02:26:54.383Z | Downloaded tinyvec_macros v0.1.1 |
1075 | 2023-10-04T02:26:54.386Z | Downloaded thiserror-impl-no-std v2.0.2 |
1076 | 2023-10-04T02:26:54.388Z | Downloaded pretty-hex v0.2.1 |
1077 | 2023-10-04T02:26:54.391Z | Downloaded phf_shared v0.10.0 |
1078 | 2023-10-04T02:26:54.395Z | Downloaded managed v0.8.0 |
1079 | 2023-10-04T02:26:54.398Z | Downloaded num_enum_derive v0.7.0 |
1080 | 2023-10-04T02:26:54.400Z | Downloaded ciborium v0.2.1 |
1081 | 2023-10-04T02:26:54.403Z | Downloaded bzip2 v0.4.4 |
1082 | 2023-10-04T02:26:54.406Z | Downloaded blake2 v0.10.6 |
1083 | 2023-10-04T02:26:54.410Z | Downloaded anyhow v1.0.75 |
1084 | 2023-10-04T02:26:54.413Z | Downloaded md5 v0.7.0 |
1085 | 2023-10-04T02:26:54.416Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1086 | 2023-10-04T02:26:54.419Z | Downloaded memoffset v0.9.0 |
1087 | 2023-10-04T02:26:54.426Z | Downloaded pkg-config v0.3.27 |
1088 | 2023-10-04T02:26:54.429Z | Downloaded bitstruct v0.1.1 |
1089 | 2023-10-04T02:26:54.432Z | Downloaded num_threads v0.1.6 |
1090 | 2023-10-04T02:26:54.435Z | Downloaded crc32fast v1.3.2 |
1091 | 2023-10-04T02:26:54.439Z | Downloaded postgres-protocol v0.6.6 |
1092 | 2023-10-04T02:26:54.442Z | Downloaded macaddr v1.0.1 |
1093 | 2023-10-04T02:26:54.445Z | Downloaded lazy_static v1.4.0 |
1094 | 2023-10-04T02:26:54.448Z | Downloaded colorchoice v1.0.0 |
1095 | 2023-10-04T02:26:54.451Z | Downloaded ciborium-ll v0.2.1 |
1096 | 2023-10-04T02:26:54.454Z | Downloaded async-stream-impl v0.3.5 |
1097 | 2023-10-04T02:26:54.458Z | Downloaded async-stream v0.3.5 |
1098 | 2023-10-04T02:26:54.462Z | Downloaded proc-macro2 v1.0.67 |
1099 | 2023-10-04T02:26:54.465Z | Downloaded platforms v3.0.2 |
1100 | 2023-10-04T02:26:54.469Z | Downloaded pin-project-lite v0.2.13 |
1101 | 2023-10-04T02:26:54.475Z | Downloaded pest_derive v2.7.2 |
1102 | 2023-10-04T02:26:54.478Z | Downloaded deranged v0.3.8 |
1103 | 2023-10-04T02:26:54.482Z | Downloaded normalize-line-endings v0.3.0 |
1104 | 2023-10-04T02:26:54.485Z | Downloaded async-recursion v1.0.5 |
1105 | 2023-10-04T02:26:54.489Z | Downloaded proc-macro-error-attr v1.0.4 |
1106 | 2023-10-04T02:26:54.492Z | Downloaded proc-macro-error v1.0.4 |
1107 | 2023-10-04T02:26:54.495Z | Downloaded postcard v0.7.3 |
1108 | 2023-10-04T02:26:54.499Z | Downloaded polyval v0.6.1 |
1109 | 2023-10-04T02:26:54.503Z | Downloaded paste v1.0.14 |
1110 | 2023-10-04T02:26:54.507Z | Downloaded bitflags v2.4.0 |
1111 | 2023-10-04T02:26:54.510Z | Downloaded ascii v1.1.0 |
1112 | 2023-10-04T02:26:54.528Z | Downloaded match_cfg v0.1.0 |
1113 | 2023-10-04T02:26:54.534Z | Downloaded quick-error v1.2.3 |
1114 | 2023-10-04T02:26:54.537Z | Downloaded pretty-hex v0.3.0 |
1115 | 2023-10-04T02:26:54.540Z | Downloaded num-rational v0.4.1 |
1116 | 2023-10-04T02:26:54.543Z | Downloaded num-iter v0.1.43 |
1117 | 2023-10-04T02:26:54.547Z | Downloaded ctr v0.9.2 |
1118 | 2023-10-04T02:26:54.550Z | Downloaded clap_derive v4.4.2 |
1119 | 2023-10-04T02:26:54.552Z | Downloaded chacha20 v0.9.1 |
1120 | 2023-10-04T02:26:54.555Z | Downloaded pbkdf2 v0.12.2 |
1121 | 2023-10-04T02:26:54.558Z | Downloaded parse-display v0.7.0 |
1122 | 2023-10-04T02:26:54.561Z | Downloaded num_enum_derive v0.5.11 |
1123 | 2023-10-04T02:26:54.564Z | Downloaded backoff v0.4.0 |
1124 | 2023-10-04T02:26:54.567Z | Downloaded blowfish v0.9.1 |
1125 | 2023-10-04T02:26:54.570Z | Downloaded bitflags v1.3.2 |
1126 | 2023-10-04T02:26:54.573Z | Downloaded crypto-common v0.1.6 |
1127 | 2023-10-04T02:26:54.577Z | Downloaded ciborium-io v0.2.1 |
1128 | 2023-10-04T02:26:54.580Z | Downloaded cfg-if v0.1.10 |
1129 | 2023-10-04T02:26:54.583Z | Downloaded block-buffer v0.10.4 |
1130 | 2023-10-04T02:26:54.587Z | Downloaded num-integer v0.1.45 |
1131 | 2023-10-04T02:26:54.590Z | Downloaded miniz_oxide v0.7.1 |
1132 | 2023-10-04T02:26:54.593Z | Downloaded cipher v0.4.4 |
1133 | 2023-10-04T02:26:54.596Z | Downloaded base64ct v1.6.0 |
1134 | 2023-10-04T02:26:54.603Z | Downloaded matches v0.1.10 |
1135 | 2023-10-04T02:26:54.606Z | Downloaded darling_macro v0.20.3 |
1136 | 2023-10-04T02:26:54.610Z | Downloaded bitstruct_derive v0.1.0 |
1137 | 2023-10-04T02:26:54.613Z | Downloaded bcrypt-pbkdf v0.10.0 |
1138 | 2023-10-04T02:26:54.616Z | Downloaded atty v0.2.14 |
1139 | 2023-10-04T02:26:54.619Z | Downloaded adler v1.0.2 |
1140 | 2023-10-04T02:26:54.622Z | Compiling proc-macro2 v1.0.67 |
1141 | 2023-10-04T02:26:54.625Z | Compiling unicode-ident v1.0.12 |
1142 | 2023-10-04T02:26:54.630Z | Compiling libc v0.2.148 |
1143 | 2023-10-04T02:26:54.647Z | Compiling serde v1.0.188 |
1144 | 2023-10-04T02:26:54.655Z | Compiling version_check v0.9.4 |
1145 | 2023-10-04T02:26:54.661Z | Compiling cfg-if v1.0.0 |
1146 | 2023-10-04T02:26:54.672Z | Compiling autocfg v1.1.0 |
1147 | 2023-10-04T02:26:54.681Z | Compiling syn v1.0.109 |
1148 | 2023-10-04T02:26:54.689Z | Compiling once_cell v1.18.0 |
1149 | 2023-10-04T02:26:54.712Z | Compiling typenum v1.16.0 |
1150 | 2023-10-04T02:26:55.338Z | Compiling thiserror v1.0.48 |
1151 | 2023-10-04T02:26:55.543Z | Compiling generic-array v0.14.7 |
1152 | 2023-10-04T02:26:55.580Z | Compiling lock_api v0.4.10 |
1153 | 2023-10-04T02:26:56.439Z | Compiling parking_lot_core v0.9.8 |
1154 | 2023-10-04T02:26:56.446Z | Compiling libm v0.2.7 |
1155 | 2023-10-04T02:26:56.469Z | Compiling num-traits v0.2.16 |
1156 | 2023-10-04T02:26:56.494Z | Compiling itoa v1.0.9 |
1157 | 2023-10-04T02:26:56.784Z | Compiling ahash v0.8.3 |
1158 | 2023-10-04T02:26:56.824Z | Compiling memchr v2.6.3 |
1159 | 2023-10-04T02:26:56.903Z | Compiling futures-core v0.3.28 |
1160 | 2023-10-04T02:26:56.982Z | Compiling serde_json v1.0.107 |
1161 | 2023-10-04T02:26:57.366Z | Compiling log v0.4.20 |
1162 | 2023-10-04T02:26:57.387Z | Compiling slab v0.4.9 |
1163 | 2023-10-04T02:26:57.463Z | Compiling futures-task v0.3.28 |
1164 | 2023-10-04T02:26:57.798Z | Compiling quote v1.0.33 |
1165 | 2023-10-04T02:26:57.874Z | Compiling futures-channel v0.3.28 |
1166 | 2023-10-04T02:26:58.167Z | Compiling futures-util v0.3.28 |
1167 | 2023-10-04T02:26:58.344Z | Compiling pkg-config v0.3.27 |
1168 | 2023-10-04T02:26:58.621Z | Compiling syn v2.0.32 |
1169 | 2023-10-04T02:26:58.980Z | Compiling getrandom v0.2.10 |
1170 | 2023-10-04T02:26:59.183Z | Compiling jobserver v0.1.26 |
1171 | 2023-10-04T02:26:59.346Z | Compiling allocator-api2 v0.2.16 |
1172 | 2023-10-04T02:26:59.440Z | Compiling rand_core v0.6.4 |
1173 | 2023-10-04T02:26:59.668Z | Compiling ryu v1.0.15 |
1174 | 2023-10-04T02:27:00.050Z | Compiling cc v1.0.83 |
1175 | 2023-10-04T02:27:00.180Z | Compiling equivalent v1.0.1 |
1176 | 2023-10-04T02:27:00.211Z | Compiling vcpkg v0.2.15 |
1177 | 2023-10-04T02:27:00.302Z | Compiling schemars v0.8.13 |
1178 | 2023-10-04T02:27:00.621Z | Compiling hashbrown v0.14.0 |
1179 | 2023-10-04T02:27:00.789Z | Compiling scopeguard v1.2.0 |
1180 | 2023-10-04T02:27:01.698Z | Compiling smallvec v1.11.0 |
1181 | 2023-10-04T02:27:02.489Z | Compiling byteorder v1.4.3 |
1182 | 2023-10-04T02:27:02.558Z | Compiling fnv v1.0.7 |
1183 | 2023-10-04T02:27:02.744Z | Compiling httparse v1.8.0 |
1184 | 2023-10-04T02:27:03.614Z | Compiling pin-project-lite v0.2.13 |
1185 | 2023-10-04T02:27:03.662Z | Compiling iana-time-zone v0.1.57 |
1186 | 2023-10-04T02:27:03.677Z | Compiling heck v0.4.1 |
1187 | 2023-10-04T02:27:03.688Z | Compiling semver v1.0.18 |
1188 | 2023-10-04T02:27:04.002Z | Compiling parking_lot v0.12.1 |
1189 | 2023-10-04T02:27:04.023Z | Compiling subtle v2.5.0 |
1190 | 2023-10-04T02:27:04.378Z | Compiling socket2 v0.5.3 |
1191 | 2023-10-04T02:27:04.448Z | Compiling num_cpus v1.16.0 |
1192 | 2023-10-04T02:27:04.511Z | Compiling mio v0.8.8 |
1193 | 2023-10-04T02:27:04.621Z | Compiling signal-hook-registry v1.4.1 |
1194 | 2023-10-04T02:27:04.736Z | Compiling ring v0.16.20 |
1195 | 2023-10-04T02:27:05.765Z | Compiling indexmap v1.9.3 |
1196 | 2023-10-04T02:27:05.834Z | Compiling winnow v0.5.15 |
1197 | 2023-10-04T02:27:05.858Z | Compiling tinyvec_macros v0.1.1 |
1198 | 2023-10-04T02:27:05.981Z | Compiling dyn-clone v1.0.13 |
1199 | 2023-10-04T02:27:06.002Z | Compiling time-core v0.1.1 |
1200 | 2023-10-04T02:27:06.194Z | Compiling tinyvec v1.6.0 |
1201 | 2023-10-04T02:27:06.289Z | Compiling time-macros v0.2.13 |
1202 | 2023-10-04T02:27:06.295Z | Compiling spin v0.5.2 |
1203 | 2023-10-04T02:27:06.534Z | Compiling openssl-sys v0.9.93 |
1204 | 2023-10-04T02:27:06.969Z | Compiling rustls v0.21.7 |
1205 | 2023-10-04T02:27:07.294Z | Compiling unicode-bidi v0.3.13 |
1206 | 2023-10-04T02:27:08.463Z | Compiling slog v2.7.0 |
1207 | 2023-10-04T02:27:08.615Z | Compiling unicode-normalization v0.1.22 |
1208 | 2023-10-04T02:27:09.161Z | Compiling ucd-trie v0.1.6 |
1209 | 2023-10-04T02:27:09.724Z | Compiling percent-encoding v2.3.0 |
1210 | 2023-10-04T02:27:10.182Z | Compiling backtrace v0.3.69 |
1211 | 2023-10-04T02:27:10.531Z | Compiling serde_derive_internals v0.26.0 |
1212 | 2023-10-04T02:27:10.746Z | Compiling async-trait v0.1.73 |
1213 | 2023-10-04T02:27:10.945Z | Compiling futures-sink v0.3.28 |
1214 | 2023-10-04T02:27:11.166Z | Compiling pin-utils v0.1.0 |
1215 | 2023-10-04T02:27:11.238Z | Compiling form_urlencoded v1.2.0 |
1216 | 2023-10-04T02:27:11.294Z | Compiling aho-corasick v1.0.4 |
1217 | 2023-10-04T02:27:11.441Z | Compiling regex-syntax v0.7.5 |
1218 | 2023-10-04T02:27:11.630Z | Compiling openssl v0.10.57 |
1219 | 2023-10-04T02:27:11.729Z | Compiling anyhow v1.0.75 |
1220 | 2023-10-04T02:27:12.614Z | Compiling idna v0.4.0 |
1221 | 2023-10-04T02:27:13.277Z | Compiling const-oid v0.9.5 |
1222 | 2023-10-04T02:27:13.443Z | Compiling native-tls v0.2.11 |
1223 | 2023-10-04T02:27:13.890Z | Compiling futures-io v0.3.28 |
1224 | 2023-10-04T02:27:14.454Z | Compiling url v2.4.1 |
1225 | 2023-10-04T02:27:14.511Z | Compiling unicode-xid v0.2.4 |
1226 | 2023-10-04T02:27:14.744Z | Compiling cpufeatures v0.2.9 |
1227 | 2023-10-04T02:27:14.876Z | Compiling unicode-width v0.1.10 |
1228 | 2023-10-04T02:27:15.121Z | Compiling hashbrown v0.13.2 |
1229 | 2023-10-04T02:27:15.411Z | Compiling tracing-core v0.1.31 |
1230 | 2023-10-04T02:27:16.525Z | Compiling ppv-lite86 v0.2.17 |
1231 | 2023-10-04T02:27:17.006Z | Compiling synstructure v0.12.6 |
1232 | 2023-10-04T02:27:17.813Z | Compiling regex-automata v0.3.8 |
1233 | 2023-10-04T02:27:17.839Z | Compiling crossbeam-utils v0.8.16 |
1234 | 2023-10-04T02:27:17.877Z | Compiling adler v1.0.2 |
1235 | 2023-10-04T02:27:18.210Z | Compiling miniz_oxide v0.7.1 |
1236 | 2023-10-04T02:27:18.517Z | Compiling rand_chacha v0.3.1 |
1237 | 2023-10-04T02:27:19.427Z | Compiling rand v0.8.5 |
1238 | 2023-10-04T02:27:20.209Z | Compiling usdt-impl v0.3.5 |
1239 | 2023-10-04T02:27:20.428Z | Compiling rustix v0.38.9 |
1240 | 2023-10-04T02:27:20.709Z | Compiling gimli v0.28.0 |
1241 | 2023-10-04T02:27:20.898Z | Compiling bitflags v1.3.2 |
1242 | 2023-10-04T02:27:21.650Z | Compiling object v0.32.1 |
1243 | 2023-10-04T02:27:21.713Z | Compiling deranged v0.3.8 |
1244 | 2023-10-04T02:27:23.571Z | Compiling num_threads v0.1.6 |
1245 | 2023-10-04T02:27:23.750Z | Compiling rustc-demangle v0.1.23 |
1246 | 2023-10-04T02:27:23.922Z | Compiling serde_derive v1.0.188 |
1247 | 2023-10-04T02:27:24.086Z | Compiling zeroize_derive v1.4.2 |
1248 | 2023-10-04T02:27:24.531Z | Compiling thiserror-impl v1.0.48 |
1249 | 2023-10-04T02:27:24.781Z | Compiling tokio-macros v2.1.0 |
1250 | 2023-10-04T02:27:25.466Z | Compiling futures-macro v0.3.28 |
1251 | 2023-10-04T02:27:26.540Z | Compiling tracing-attributes v0.1.26 |
1252 | 2023-10-04T02:27:27.247Z | Compiling schemars_derive v0.8.13 |
1253 | 2023-10-04T02:27:28.675Z | Compiling zeroize v1.6.0 |
1254 | 2023-10-04T02:27:29.400Z | Compiling pest v2.7.2 |
1255 | 2023-10-04T02:27:31.617Z | Compiling crypto-common v0.1.6 |
1256 | 2023-10-04T02:27:31.908Z | Compiling openssl-macros v0.1.1 |
1257 | 2023-10-04T02:27:32.106Z | Compiling block-buffer v0.10.4 |
1258 | 2023-10-04T02:27:32.501Z | Compiling digest v0.10.7 |
1259 | 2023-10-04T02:27:32.967Z | Compiling regex v1.9.5 |
1260 | 2023-10-04T02:27:33.132Z | Compiling tracing v0.1.37 |
1261 | 2023-10-04T02:27:33.272Z | Compiling zerocopy-derive v0.2.0 |
1262 | 2023-10-04T02:27:33.690Z | Compiling addr2line v0.21.0 |
1263 | 2023-10-04T02:27:33.929Z | Compiling pest_meta v2.7.2 |
1264 | 2023-10-04T02:27:34.483Z | Compiling base64 v0.21.4 |
1265 | 2023-10-04T02:27:34.981Z | Compiling time v0.3.27 |
1266 | 2023-10-04T02:27:35.738Z | Compiling lazy_static v1.4.0 |
1267 | 2023-10-04T02:27:36.161Z | Compiling pest_generator v2.7.2 |
1268 | 2023-10-04T02:27:36.390Z | Compiling zerocopy v0.3.0 |
1269 | 2023-10-04T02:27:37.650Z | Compiling dof v0.1.5 |
1270 | 2023-10-04T02:27:39.076Z | Compiling thread-id v4.2.0 |
1271 | 2023-10-04T02:27:39.254Z | Compiling untrusted v0.7.1 |
1272 | 2023-10-04T02:27:41.342Z | Compiling pest_derive v2.7.2 |
1273 | 2023-10-04T02:27:42.440Z | Compiling dtrace-parser v0.1.14 |
1274 | 2023-10-04T02:27:42.943Z | Compiling socket2 v0.4.9 |
1275 | 2023-10-04T02:27:43.420Z | Compiling strsim v0.10.0 |
1276 | 2023-10-04T02:27:44.139Z | Compiling hashbrown v0.12.3 |
1277 | 2023-10-04T02:27:44.454Z | Compiling sct v0.7.0 |
1278 | 2023-10-04T02:27:44.488Z | Compiling rustls-webpki v0.101.4 |
1279 | 2023-10-04T02:27:46.361Z | Compiling httpdate v1.0.3 |
1280 | 2023-10-04T02:27:46.375Z | Compiling try-lock v0.2.4 |
1281 | 2023-10-04T02:27:46.894Z | Compiling want v0.3.1 |
1282 | 2023-10-04T02:27:46.917Z | Compiling rustls-pemfile v1.0.3 |
1283 | 2023-10-04T02:27:46.927Z | Compiling regress v0.7.1 |
1284 | 2023-10-04T02:27:46.932Z | Compiling openssl-probe v0.1.5 |
1285 | 2023-10-04T02:27:46.937Z | Compiling tower-service v0.3.2 |
1286 | 2023-10-04T02:27:46.941Z | Compiling mime v0.3.17 |
1287 | 2023-10-04T02:27:46.952Z | Compiling foreign-types-shared v0.1.1 |
1288 | 2023-10-04T02:27:47.086Z | Compiling bytes v1.5.0 |
1289 | 2023-10-04T02:27:47.565Z | Compiling indexmap v2.0.0 |
1290 | 2023-10-04T02:27:47.637Z | Compiling chrono v0.4.31 |
1291 | 2023-10-04T02:27:47.798Z | Compiling uuid v1.4.1 |
1292 | 2023-10-04T02:27:47.909Z | Compiling serde_spanned v0.6.3 |
1293 | 2023-10-04T02:27:48.680Z | Compiling toml_datetime v0.6.3 |
1294 | 2023-10-04T02:27:48.895Z | Compiling tokio v1.32.0 |
1295 | 2023-10-04T02:27:48.997Z | Compiling http v0.2.9 |
1296 | 2023-10-04T02:27:49.699Z | Compiling toml_edit v0.19.15 |
1297 | 2023-10-04T02:27:50.519Z | Compiling bitflags v2.4.0 |
1298 | 2023-10-04T02:27:51.199Z | Compiling rustc_version v0.4.0 |
1299 | 2023-10-04T02:27:53.328Z | Compiling openapiv3 v1.0.3 |
1300 | 2023-10-04T02:27:54.398Z | Compiling serde_tokenstream v0.1.7 |
1301 | 2023-10-04T02:27:55.167Z | Compiling serde_tokenstream v0.2.0 |
1302 | 2023-10-04T02:27:55.362Z | Compiling http-body v0.4.5 |
1303 | 2023-10-04T02:27:55.949Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1304 | 2023-10-04T02:27:55.995Z | Compiling foreign-types v0.3.2 |
1305 | 2023-10-04T02:27:57.325Z | Compiling usdt-macro v0.3.5 |
1306 | 2023-10-04T02:27:58.288Z | Compiling usdt-attr-macro v0.3.5 |
1307 | 2023-10-04T02:27:58.761Z | Compiling ipnet v2.8.0 |
1308 | 2023-10-04T02:28:00.467Z | Compiling errno v0.3.2 |
1309 | 2023-10-04T02:28:00.957Z | Compiling encoding_rs v0.8.33 |
1310 | 2023-10-04T02:28:01.812Z | Compiling serde_urlencoded v0.7.1 |
1311 | 2023-10-04T02:28:02.075Z | Compiling tokio-util v0.7.8 |
1312 | 2023-10-04T02:28:02.083Z | Compiling tokio-rustls v0.24.1 |
1313 | 2023-10-04T02:28:02.642Z | Compiling rustls-native-certs v0.6.3 |
1314 | 2023-10-04T02:28:02.710Z | Compiling getopts v0.2.21 |
1315 | 2023-10-04T02:28:03.313Z | Compiling num-integer v0.1.45 |
1316 | 2023-10-04T02:28:03.615Z | Compiling webpki-roots v0.25.2 |
1317 | 2023-10-04T02:28:03.711Z | Compiling unsafe-libyaml v0.2.9 |
1318 | 2023-10-04T02:28:03.849Z | Compiling h2 v0.3.21 |
1319 | 2023-10-04T02:28:04.683Z | Compiling toml v0.7.8 |
1320 | 2023-10-04T02:28:06.918Z | Compiling serde_yaml v0.9.25 |
1321 | 2023-10-04T02:28:08.622Z | Compiling hmac v0.12.1 |
1322 | 2023-10-04T02:28:09.830Z | Compiling tokio-native-tls v0.3.1 |
1323 | 2023-10-04T02:28:10.219Z | Compiling sha2 v0.10.7 |
1324 | 2023-10-04T02:28:10.250Z | Compiling block-padding v0.3.3 |
1325 | 2023-10-04T02:28:10.594Z | Compiling crc32fast v1.3.2 |
1326 | 2023-10-04T02:28:11.709Z | Compiling inout v0.1.3 |
1327 | 2023-10-04T02:28:11.722Z | Compiling futures-executor v0.3.28 |
1328 | 2023-10-04T02:28:12.432Z | Compiling cipher v0.4.4 |
1329 | 2023-10-04T02:28:12.623Z | Compiling fallible-iterator v0.2.0 |
1330 | 2023-10-04T02:28:13.165Z | Compiling futures v0.3.28 |
1331 | 2023-10-04T02:28:13.257Z | Compiling ipnetwork v0.20.0 |
1332 | 2023-10-04T02:28:13.835Z | Compiling spin v0.9.8 |
1333 | 2023-10-04T02:28:14.091Z | Compiling siphasher v0.3.11 |
1334 | 2023-10-04T02:28:14.115Z | Compiling io-lifetimes v1.0.11 |
1335 | 2023-10-04T02:28:14.505Z | Compiling usdt v0.3.5 |
1336 | 2023-10-04T02:28:14.811Z | Compiling enum-as-inner v0.5.1 |
1337 | 2023-10-04T02:28:15.279Z | Compiling hyper v0.14.27 |
1338 | 2023-10-04T02:28:16.344Z | Compiling md-5 v0.10.5 |
1339 | 2023-10-04T02:28:16.603Z | Compiling stringprep v0.1.3 |
1340 | 2023-10-04T02:28:16.686Z | Compiling num-bigint v0.4.4 |
1341 | 2023-10-04T02:28:16.711Z | Compiling rustix v0.37.23 |
1342 | 2023-10-04T02:28:17.546Z | Compiling postgres-protocol v0.6.6 |
1343 | 2023-10-04T02:28:17.674Z | Compiling phf_shared v0.11.2 |
1344 | 2023-10-04T02:28:17.864Z | Compiling hex v0.4.3 |
1345 | 2023-10-04T02:28:18.267Z | Compiling zerocopy-derive v0.6.3 |
1346 | 2023-10-04T02:28:18.734Z | Compiling phf v0.11.2 |
1347 | 2023-10-04T02:28:18.899Z | Compiling postgres-types v0.2.6 |
1348 | 2023-10-04T02:28:19.822Z | Compiling rustversion v1.0.14 |
1349 | 2023-10-04T02:28:20.679Z | Compiling whoami v1.4.1 |
1350 | 2023-10-04T02:28:21.473Z | Compiling tokio-postgres v0.7.10 |
1351 | 2023-10-04T02:28:21.704Z | Compiling static_assertions v1.1.0 |
1352 | 2023-10-04T02:28:21.900Z | Compiling slog-async v2.8.0 |
1353 | 2023-10-04T02:28:22.182Z | Compiling data-encoding v2.4.0 |
1354 | 2023-10-04T02:28:24.729Z | Compiling flate2 v1.0.27 |
1355 | 2023-10-04T02:28:24.932Z | Compiling heapless v0.7.16 |
1356 | 2023-10-04T02:28:25.914Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1357 | 2023-10-04T02:28:26.118Z | Compiling memoffset v0.9.0 |
1358 | 2023-10-04T02:28:26.295Z | Compiling either v1.9.0 |
1359 | 2023-10-04T02:28:26.462Z | Compiling unicode-segmentation v1.10.1 |
1360 | 2023-10-04T02:28:26.531Z | Compiling managed v0.8.0 |
1361 | 2023-10-04T02:28:26.795Z | Compiling hyper-tls v0.5.0 |
1362 | 2023-10-04T02:28:27.257Z | Compiling hyper-rustls v0.24.1 |
1363 | 2023-10-04T02:28:27.322Z | Compiling radium v0.7.0 |
1364 | 2023-10-04T02:28:27.351Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1365 | 2023-10-04T02:28:27.485Z | Compiling matches v0.1.10 |
1366 | 2023-10-04T02:28:27.917Z | Compiling reqwest v0.11.20 |
1367 | 2023-10-04T02:28:28.392Z | Compiling idna v0.2.3 |
1368 | 2023-10-04T02:28:28.549Z | Compiling crossbeam-epoch v0.9.15 |
1369 | 2023-10-04T02:28:28.642Z | Compiling num-iter v0.1.43 |
1370 | 2023-10-04T02:28:29.064Z | Compiling utf8parse v0.2.1 |
1371 | 2023-10-04T02:28:29.083Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1372 | 2023-10-04T02:28:29.377Z | Compiling ident_case v1.0.1 |
1373 | 2023-10-04T02:28:29.638Z | Compiling trust-dns-proto v0.22.0 |
1374 | 2023-10-04T02:28:30.171Z | Compiling smoltcp v0.9.1 |
1375 | 2023-10-04T02:28:30.461Z | Compiling bit-vec v0.6.3 |
1376 | 2023-10-04T02:28:30.808Z | Compiling anstyle v1.0.2 |
1377 | 2023-10-04T02:28:31.401Z | Compiling darling_core v0.20.3 |
1378 | 2023-10-04T02:28:31.554Z | Compiling anstyle-parse v0.2.1 |
1379 | 2023-10-04T02:28:33.106Z | Compiling zerocopy v0.6.3 |
1380 | 2023-10-04T02:28:34.516Z | Compiling signature v2.1.0 |
1381 | 2023-10-04T02:28:34.759Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1382 | 2023-10-04T02:28:34.801Z | Compiling hubpack_derive v0.1.1 |
1383 | 2023-10-04T02:28:34.832Z | Compiling clap_derive v4.4.2 |
1384 | 2023-10-04T02:28:34.953Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1385 | 2023-10-04T02:28:36.988Z | Compiling anstyle-query v1.0.0 |
1386 | 2023-10-04T02:28:37.672Z | Compiling camino v1.1.6 |
1387 | 2023-10-04T02:28:38.446Z | Compiling colorchoice v1.0.0 |
1388 | 2023-10-04T02:28:38.754Z | Compiling anstream v0.5.0 |
1389 | 2023-10-04T02:28:39.126Z | Compiling yasna v0.5.2 |
1390 | 2023-10-04T02:28:39.906Z | Compiling terminal_size v0.2.6 |
1391 | 2023-10-04T02:28:40.197Z | Compiling diesel_table_macro_syntax v0.1.0 |
1392 | 2023-10-04T02:28:40.767Z | Compiling hash32 v0.2.1 |
1393 | 2023-10-04T02:28:40.807Z | Compiling darling_macro v0.20.3 |
1394 | 2023-10-04T02:28:41.371Z | Compiling clap_lex v0.5.1 |
1395 | 2023-10-04T02:28:42.207Z | Compiling stable_deref_trait v1.2.0 |
1396 | 2023-10-04T02:28:42.251Z | Compiling tap v1.0.1 |
1397 | 2023-10-04T02:28:42.449Z | Compiling darling v0.20.3 |
1398 | 2023-10-04T02:28:42.515Z | Compiling wyz v0.5.1 |
1399 | 2023-10-04T02:28:42.547Z | Compiling clap_builder v4.4.2 |
1400 | 2023-10-04T02:28:42.611Z | Compiling diesel_derives v2.1.1 |
1401 | 2023-10-04T02:28:44.434Z | Compiling itertools v0.10.5 |
1402 | 2023-10-04T02:28:44.808Z | Compiling tokio-stream v0.1.14 |
1403 | 2023-10-04T02:28:45.155Z | Compiling serde_repr v0.1.16 |
1404 | 2023-10-04T02:28:46.416Z | Compiling scheduled-thread-pool v0.2.7 |
1405 | 2023-10-04T02:28:46.900Z | Compiling multer v2.1.0 |
1406 | 2023-10-04T02:28:47.291Z | Compiling regex-automata v0.1.10 |
1407 | 2023-10-04T02:28:47.398Z | Compiling funty v2.0.0 |
1408 | 2023-10-04T02:28:48.405Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1409 | 2023-10-04T02:28:48.771Z | Compiling clap v4.4.3 |
1410 | 2023-10-04T02:28:49.180Z | Compiling bstr v0.2.17 |
1411 | 2023-10-04T02:28:49.378Z | Compiling bitvec v1.0.1 |
1412 | 2023-10-04T02:28:50.876Z | Compiling r2d2 v0.8.10 |
1413 | 2023-10-04T02:28:53.434Z | Compiling serde_with_macros v2.3.3 |
1414 | 2023-10-04T02:28:55.062Z | Compiling hubpack v0.1.2 |
1415 | 2023-10-04T02:28:55.731Z | Compiling phf_shared v0.10.0 |
1416 | 2023-10-04T02:28:56.113Z | Compiling async-stream-impl v0.3.5 |
1417 | 2023-10-04T02:28:56.382Z | Compiling float-cmp v0.9.0 |
1418 | 2023-10-04T02:28:56.726Z | Compiling fixedbitset v0.4.2 |
1419 | 2023-10-04T02:28:56.861Z | Compiling precomputed-hash v0.1.1 |
1420 | 2023-10-04T02:28:56.962Z | Compiling normalize-line-endings v0.3.0 |
1421 | 2023-10-04T02:28:57.028Z | Compiling difflib v0.4.0 |
1422 | 2023-10-04T02:28:57.130Z | Compiling unicode-linebreak v0.1.5 |
1423 | 2023-10-04T02:28:57.291Z | Compiling new_debug_unreachable v1.0.4 |
1424 | 2023-10-04T02:28:57.422Z | Compiling paste v1.0.14 |
1425 | 2023-10-04T02:28:57.464Z | Compiling smawk v0.3.1 |
1426 | 2023-10-04T02:28:57.909Z | Compiling predicates-core v1.0.6 |
1427 | 2023-10-04T02:28:58.126Z | Compiling textwrap v0.16.0 |
1428 | 2023-10-04T02:28:58.175Z | Compiling predicates v3.0.3 |
1429 | 2023-10-04T02:28:58.477Z | Compiling string_cache v0.8.7 |
1430 | 2023-10-04T02:28:59.267Z | Compiling petgraph v0.6.4 |
1431 | 2023-10-04T02:28:59.477Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1432 | 2023-10-04T02:28:59.945Z | Compiling similar v2.2.1 |
1433 | 2023-10-04T02:29:00.397Z | Compiling bit-set v0.5.3 |
1434 | 2023-10-04T02:29:00.632Z | Compiling console v0.15.7 |
1435 | 2023-10-04T02:29:00.853Z | Compiling bstr v1.6.0 |
1436 | 2023-10-04T02:29:03.217Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1437 | 2023-10-04T02:29:03.576Z | Compiling lalrpop-util v0.19.12 |
1438 | 2023-10-04T02:29:04.305Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1439 | 2023-10-04T02:29:05.222Z | Compiling structmeta-derive v0.1.6 |
1440 | 2023-10-04T02:29:06.624Z | Compiling diesel v2.1.1 |
1441 | 2023-10-04T02:29:06.893Z | Compiling regex-syntax v0.6.29 |
1442 | 2023-10-04T02:29:07.590Z | Compiling strum_macros v0.25.2 |
1443 | 2023-10-04T02:29:09.200Z | Compiling proc-macro-crate v1.3.1 |
1444 | 2023-10-04T02:29:09.599Z | Compiling structmeta v0.1.6 |
1445 | 2023-10-04T02:29:16.553Z | Compiling parse-display-derive v0.7.0 |
1446 | 2023-10-04T02:29:21.817Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1447 | 2023-10-04T02:29:22.981Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1448 | 2023-10-04T02:29:24.998Z | Compiling num_enum_derive v0.5.11 |
1449 | 2023-10-04T02:29:52.914Z | Compiling atty v0.2.14 |
1450 | 2023-10-04T02:30:01.776Z | Compiling match_cfg v0.1.0 |
1451 | 2023-10-04T02:30:01.922Z | Compiling hostname v0.3.1 |
1452 | 2023-10-04T02:30:04.778Z | Compiling dirs-sys-next v0.1.2 |
1453 | 2023-10-04T02:30:05.360Z | Compiling dirs-next v2.0.0 |
1454 | 2023-10-04T02:30:06.260Z | Compiling thread_local v1.1.7 |
1455 | 2023-10-04T02:30:07.803Z | Compiling term v0.7.0 |
1456 | 2023-10-04T02:30:08.653Z | Compiling crossbeam-channel v0.5.8 |
1457 | 2023-10-04T02:30:09.450Z | Compiling sha1 v0.10.5 |
1458 | 2023-10-04T02:30:10.461Z | Compiling take_mut v0.2.2 |
1459 | 2023-10-04T02:30:10.557Z | Compiling slog-term v2.9.0 |
1460 | 2023-10-04T02:30:13.376Z | Compiling slog-json v2.6.1 |
1461 | 2023-10-04T02:30:13.490Z | Compiling instant v0.1.12 |
1462 | 2023-10-04T02:30:14.616Z | Compiling slog-bunyan v2.4.0 |
1463 | 2023-10-04T02:30:16.272Z | Compiling proc-macro-error-attr v1.0.4 |
1464 | 2023-10-04T02:30:16.742Z | Compiling atomic-waker v1.1.1 |
1465 | 2023-10-04T02:30:17.025Z | Compiling waitgroup v0.1.2 |
1466 | 2023-10-04T02:30:17.255Z | Compiling async-stream v0.3.5 |
1467 | 2023-10-04T02:30:17.355Z | Compiling serde_with v2.3.3 |
1468 | 2023-10-04T02:30:19.220Z | Compiling serde_path_to_error v0.1.14 |
1469 | 2023-10-04T02:30:19.535Z | Compiling proc-macro-error v1.0.4 |
1470 | 2023-10-04T02:30:19.591Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1471 | 2023-10-04T02:30:19.953Z | Compiling debug-ignore v1.0.5 |
1472 | 2023-10-04T02:30:23.034Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1473 | 2023-10-04T02:30:23.691Z | Compiling fastrand v2.0.0 |
1474 | 2023-10-04T02:30:24.230Z | Compiling tempfile v3.8.0 |
1475 | 2023-10-04T02:30:26.530Z | Compiling backoff v0.4.0 |
1476 | 2023-10-04T02:30:27.041Z | Compiling parse-display v0.7.0 |
1477 | 2023-10-04T02:30:27.298Z | Compiling strum v0.25.0 |
1478 | 2023-10-04T02:30:28.212Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1479 | 2023-10-04T02:30:28.494Z | Compiling macaddr v1.0.1 |
1480 | 2023-10-04T02:30:28.918Z | Compiling foreign-types-macros v0.2.3 |
1481 | 2023-10-04T02:30:29.231Z | Compiling libz-sys v1.1.12 |
1482 | 2023-10-04T02:30:33.599Z | Compiling slog-dtrace v0.2.3 |
1483 | 2023-10-04T02:30:33.620Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1484 | 2023-10-04T02:30:34.466Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1485 | 2023-10-04T02:30:39.046Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1486 | 2023-10-04T02:30:39.063Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1487 | 2023-10-04T02:30:39.279Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1488 | 2023-10-04T02:30:40.322Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1489 | 2023-10-04T02:30:40.364Z | Compiling platforms v3.0.2 |
1490 | 2023-10-04T02:30:40.428Z | Compiling base64ct v1.6.0 |
1491 | 2023-10-04T02:30:41.024Z | Compiling libsqlite3-sys v0.26.0 |
1492 | 2023-10-04T02:30:41.067Z | Compiling memoffset v0.7.1 |
1493 | 2023-10-04T02:30:41.193Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1494 | 2023-10-04T02:30:41.685Z | Compiling vergen v8.2.4 |
1495 | 2023-10-04T02:30:41.717Z | Compiling num_enum v0.5.11 |
1496 | 2023-10-04T02:30:41.769Z | Compiling heck v0.3.3 |
1497 | 2023-10-04T02:30:41.946Z | Compiling libefi-sys v0.1.0 |
1498 | 2023-10-04T02:30:42.115Z | Compiling zone_cfg_derive v0.2.0 |
1499 | 2023-10-04T02:30:42.311Z | Compiling structopt-derive v0.4.18 |
1500 | 2023-10-04T02:30:42.368Z | Compiling curve25519-dalek-derive v0.1.0 |
1501 | 2023-10-04T02:30:42.419Z | Compiling same-file v1.0.6 |
1502 | 2023-10-04T02:30:42.486Z | Compiling curve25519-dalek v4.1.0 |
1503 | 2023-10-04T02:30:42.509Z | Compiling password-hash v0.5.0 |
1504 | 2023-10-04T02:30:42.753Z | Compiling walkdir v2.4.0 |
1505 | 2023-10-04T02:30:43.199Z | Compiling toml v0.5.11 |
1506 | 2023-10-04T02:30:43.830Z | Compiling semver-parser v0.10.2 |
1507 | 2023-10-04T02:30:44.255Z | Compiling blake2 v0.10.6 |
1508 | 2023-10-04T02:30:44.385Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1509 | 2023-10-04T02:30:44.629Z | Compiling getrandom v0.1.16 |
1510 | 2023-10-04T02:30:45.138Z | Compiling semver v0.11.0 |
1511 | 2023-10-04T02:30:45.248Z | Compiling argon2 v0.5.2 |
1512 | 2023-10-04T02:30:46.268Z | Compiling num_enum_derive v0.7.0 |
1513 | 2023-10-04T02:30:46.882Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1514 | 2023-10-04T02:30:47.176Z | Compiling filetime v0.2.22 |
1515 | 2023-10-04T02:30:47.653Z | Compiling xattr v1.0.1 |
1516 | 2023-10-04T02:30:47.690Z | Compiling home v0.5.5 |
1517 | 2023-10-04T02:30:48.055Z | Compiling toolchain_find v0.2.0 |
1518 | 2023-10-04T02:30:48.058Z | Compiling tar v0.4.40 |
1519 | 2023-10-04T02:30:48.481Z | Compiling num-rational v0.4.1 |
1520 | 2023-10-04T02:30:48.855Z | Compiling unicase v2.7.0 |
1521 | 2023-10-04T02:30:48.896Z | Compiling parking_lot_core v0.8.6 |
1522 | 2023-10-04T02:30:49.594Z | Compiling rustfmt-wrapper v0.2.0 |
1523 | 2023-10-04T02:30:49.766Z | Compiling omicron-zone-package v0.8.3 |
1524 | 2023-10-04T02:30:49.898Z | Compiling universal-hash v0.5.1 |
1525 | 2023-10-04T02:30:50.194Z | Compiling opaque-debug v0.3.0 |
1526 | 2023-10-04T02:30:50.477Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1527 | 2023-10-04T02:30:50.581Z | Compiling base64 v0.13.1 |
1528 | 2023-10-04T02:30:50.646Z | Compiling postcard-cobs v0.1.5-pre |
1529 | 2023-10-04T02:30:50.835Z | Compiling winapi v0.3.9 |
1530 | 2023-10-04T02:30:51.037Z | Compiling erased-serde v0.3.30 |
1531 | 2023-10-04T02:30:51.097Z | Compiling postcard v0.7.3 |
1532 | 2023-10-04T02:30:51.765Z | Compiling smoltcp v0.8.2 |
1533 | 2023-10-04T02:30:51.886Z | Compiling bitstruct_derive v0.1.0 |
1534 | 2023-10-04T02:30:51.939Z | Compiling thiserror-impl-no-std v2.0.2 |
1535 | 2023-10-04T02:30:52.211Z | Compiling async-recursion v1.0.5 |
1536 | 2023-10-04T02:30:52.280Z | Compiling cfg-if v0.1.10 |
1537 | 2023-10-04T02:30:52.425Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1538 | 2023-10-04T02:30:53.139Z | Compiling foreign-types-shared v0.3.1 |
1539 | 2023-10-04T02:30:53.354Z | Compiling foreign-types v0.5.0 |
1540 | 2023-10-04T02:30:53.769Z | Compiling mime_guess v2.0.4 |
1541 | 2023-10-04T02:30:53.845Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1542 | 2023-10-04T02:30:54.649Z | Compiling is-terminal v0.4.9 |
1543 | 2023-10-04T02:30:54.736Z | Compiling aead v0.5.2 |
1544 | 2023-10-04T02:30:54.823Z | Compiling cstr-argument v0.1.2 |
1545 | 2023-10-04T02:30:55.376Z | Compiling pretty-hex v0.2.1 |
1546 | 2023-10-04T02:30:55.657Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1547 | 2023-10-04T02:30:55.731Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1548 | 2023-10-04T02:30:55.856Z | Compiling colored v2.0.4 |
1549 | 2023-10-04T02:30:56.235Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1550 | 2023-10-04T02:30:56.499Z | Compiling polyval v0.6.1 |
1551 | 2023-10-04T02:30:56.892Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1552 | 2023-10-04T02:30:57.143Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1553 | 2023-10-04T02:30:57.771Z | Compiling ctr v0.9.2 |
1554 | 2023-10-04T02:30:57.800Z | Compiling aes v0.8.3 |
1555 | 2023-10-04T02:30:58.120Z | Compiling hkdf v0.12.3 |
1556 | 2023-10-04T02:30:58.457Z | Compiling enum-iterator-derive v1.2.1 |
1557 | 2023-10-04T02:30:59.130Z | Compiling textwrap v0.11.0 |
1558 | 2023-10-04T02:31:00.446Z | Compiling const_format_proc_macros v0.2.31 |
1559 | 2023-10-04T02:31:00.974Z | Compiling strsim v0.8.0 |
1560 | 2023-10-04T02:31:01.550Z | Compiling vec_map v0.8.2 |
1561 | 2023-10-04T02:31:01.827Z | Compiling linked-hash-map v0.5.6 |
1562 | 2023-10-04T02:31:01.998Z | Compiling ansi_term v0.12.1 |
1563 | 2023-10-04T02:31:02.073Z | Compiling quick-error v1.2.3 |
1564 | 2023-10-04T02:31:02.293Z | Compiling resolv-conf v0.7.0 |
1565 | 2023-10-04T02:31:02.395Z | Compiling lru-cache v0.1.2 |
1566 | 2023-10-04T02:31:02.696Z | Compiling clap v2.34.0 |
1567 | 2023-10-04T02:31:03.448Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1568 | 2023-10-04T02:31:04.523Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1569 | 2023-10-04T02:31:04.655Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1570 | 2023-10-04T02:31:10.800Z | Compiling hashlink v0.8.3 |
1571 | 2023-10-04T02:31:11.867Z | Compiling cancel-safe-futures v0.1.2 |
1572 | 2023-10-04T02:31:12.341Z | Compiling fallible-streaming-iterator v0.1.9 |
1573 | 2023-10-04T02:31:12.735Z | Compiling utf-8 v0.7.6 |
1574 | 2023-10-04T02:31:13.252Z | Compiling convert_case v0.4.0 |
1575 | 2023-10-04T02:31:14.529Z | Compiling keccak v0.1.4 |
1576 | 2023-10-04T02:31:14.568Z | Compiling derive_more v0.99.17 |
1577 | 2023-10-04T02:31:15.928Z | Compiling sha3 v0.10.8 |
1578 | 2023-10-04T02:31:18.659Z | Compiling rusqlite v0.29.0 |
1579 | 2023-10-04T02:31:19.776Z | Compiling structopt v0.3.26 |
1580 | 2023-10-04T02:31:20.021Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1581 | 2023-10-04T02:31:23.366Z | Compiling nix v0.26.2 |
1582 | 2023-10-04T02:31:27.045Z | Compiling trust-dns-resolver v0.22.0 |
1583 | 2023-10-04T02:31:27.135Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1584 | 2023-10-04T02:31:27.602Z | Compiling zone v0.2.0 |
1585 | 2023-10-04T02:31:27.778Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1586 | 2023-10-04T02:31:30.047Z | Compiling twox-hash v1.6.3 |
1587 | 2023-10-04T02:31:30.210Z | Compiling smf v0.2.2 |
1588 | 2023-10-04T02:31:30.353Z | Compiling secrecy v0.8.0 |
1589 | 2023-10-04T02:31:32.559Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1590 | 2023-10-04T02:31:32.803Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1591 | 2023-10-04T02:31:33.545Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1592 | 2023-10-04T02:31:34.138Z | Compiling num_enum v0.7.0 |
1593 | 2023-10-04T02:31:40.118Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1594 | 2023-10-04T02:31:40.924Z | Compiling bincode v1.3.3 |
1595 | 2023-10-04T02:31:41.183Z | Compiling sha-1 v0.10.1 |
1596 | 2023-10-04T02:31:41.324Z | Compiling ff v0.13.0 |
1597 | 2023-10-04T02:31:41.456Z | Compiling nibble_vec v0.1.0 |
1598 | 2023-10-04T02:31:41.684Z | Compiling endian-type v0.1.2 |
1599 | 2023-10-04T02:31:41.713Z | Compiling termcolor v1.2.0 |
1600 | 2023-10-04T02:31:41.771Z | Compiling humantime v2.1.0 |
1601 | 2023-10-04T02:31:41.846Z | Compiling arc-swap v1.6.0 |
1602 | 2023-10-04T02:31:42.025Z | Compiling radix_trie v0.2.1 |
1603 | 2023-10-04T02:31:42.265Z | Compiling group v0.13.0 |
1604 | 2023-10-04T02:31:42.516Z | Compiling env_logger v0.9.3 |
1605 | 2023-10-04T02:31:42.567Z | Compiling slog-scope v4.4.0 |
1606 | 2023-10-04T02:31:42.662Z | Compiling tungstenite v0.17.3 |
1607 | 2023-10-04T02:31:43.148Z | Compiling rand_core v0.5.1 |
1608 | 2023-10-04T02:31:43.795Z | Compiling aes-gcm-siv v0.11.1 |
1609 | 2023-10-04T02:31:43.910Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1610 | 2023-10-04T02:31:44.509Z | Compiling poly1305 v0.8.0 |
1611 | 2023-10-04T02:31:47.084Z | Compiling itertools v0.11.0 |
1612 | 2023-10-04T02:31:47.834Z | Compiling chacha20 v0.9.1 |
1613 | 2023-10-04T02:31:48.197Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1614 | 2023-10-04T02:31:48.493Z | Compiling crypto-bigint v0.5.2 |
1615 | 2023-10-04T02:31:48.697Z | Compiling num-complex v0.4.4 |
1616 | 2023-10-04T02:31:48.757Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1617 | 2023-10-04T02:31:48.973Z | Compiling ciborium-io v0.2.1 |
1618 | 2023-10-04T02:31:49.526Z | Compiling half v1.8.2 |
1619 | 2023-10-04T02:31:49.924Z | Compiling base16ct v0.2.0 |
1620 | 2023-10-04T02:31:50.028Z | Compiling ringbuffer v0.14.2 |
1621 | 2023-10-04T02:31:50.521Z | Compiling ascii v1.1.0 |
1622 | 2023-10-04T02:31:50.557Z | Compiling option-ext v0.2.0 |
1623 | 2023-10-04T02:31:51.525Z | Compiling elliptic-curve v0.13.5 |
1624 | 2023-10-04T02:31:51.975Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1625 | 2023-10-04T02:31:52.283Z | Compiling dirs-sys v0.4.1 |
1626 | 2023-10-04T02:31:52.356Z | Compiling num v0.4.1 |
1627 | 2023-10-04T02:31:52.378Z | Compiling ciborium-ll v0.2.1 |
1628 | 2023-10-04T02:31:52.515Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1629 | 2023-10-04T02:31:53.074Z | Compiling parking_lot v0.11.2 |
1630 | 2023-10-04T02:31:53.161Z | Compiling tokio-tungstenite v0.17.2 |
1631 | 2023-10-04T02:31:53.266Z | Compiling rand_chacha v0.2.2 |
1632 | 2023-10-04T02:31:53.443Z | Compiling slog-stdlog v4.1.1 |
1633 | 2023-10-04T02:31:53.640Z | Compiling trust-dns-client v0.22.0 |
1634 | 2023-10-04T02:31:54.014Z | Compiling thiserror-no-std v2.0.2 |
1635 | 2023-10-04T02:31:54.181Z | Compiling bitstruct v0.1.1 |
1636 | 2023-10-04T02:31:56.065Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1637 | 2023-10-04T02:31:56.126Z | Compiling password-hash v0.4.2 |
1638 | 2023-10-04T02:31:57.196Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1639 | 2023-10-04T02:31:57.520Z | Compiling ed25519 v2.2.2 |
1640 | 2023-10-04T02:31:57.798Z | Compiling blowfish v0.9.1 |
1641 | 2023-10-04T02:31:58.229Z | Compiling serde_arrays v0.1.0 |
1642 | 2023-10-04T02:31:58.477Z | Compiling pbkdf2 v0.12.2 |
1643 | 2023-10-04T02:31:58.604Z | Compiling fxhash v0.2.1 |
1644 | 2023-10-04T02:31:59.949Z | Compiling sled v0.34.7 |
1645 | 2023-10-04T02:32:00.279Z | Compiling bcrypt-pbkdf v0.10.0 |
1646 | 2023-10-04T02:32:00.325Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1647 | 2023-10-04T02:32:00.385Z | Compiling ed25519-dalek v2.0.0 |
1648 | 2023-10-04T02:32:00.652Z | Compiling pbkdf2 v0.11.0 |
1649 | 2023-10-04T02:32:00.947Z | Compiling trust-dns-server v0.22.1 |
1650 | 2023-10-04T02:32:01.821Z | Compiling russh-cryptovec v0.7.0 |
1651 | 2023-10-04T02:32:02.064Z | Compiling vsss-rs v3.3.1 |
1652 | 2023-10-04T02:32:02.098Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1653 | 2023-10-04T02:32:02.261Z | Compiling rand v0.7.3 |
1654 | 2023-10-04T02:32:02.302Z | Compiling slog-envlogger v2.2.0 |
1655 | 2023-10-04T02:32:03.584Z | Compiling ciborium v0.2.1 |
1656 | 2023-10-04T02:32:04.204Z | Compiling dirs v5.0.1 |
1657 | 2023-10-04T02:32:05.496Z | Compiling chacha20poly1305 v0.10.1 |
1658 | 2023-10-04T02:32:05.611Z | Compiling tungstenite v0.18.0 |
1659 | 2023-10-04T02:32:05.795Z | Compiling const_format v0.2.31 |
1660 | 2023-10-04T02:32:06.194Z | Compiling enum-iterator v1.4.1 |
1661 | 2023-10-04T02:32:06.847Z | Compiling ghash v0.5.0 |
1662 | 2023-10-04T02:32:09.348Z | Compiling ron v0.7.1 |
1663 | 2023-10-04T02:32:09.410Z | Compiling pem v1.1.1 |
1664 | 2023-10-04T02:32:12.164Z | Compiling cbc v0.1.2 |
1665 | 2023-10-04T02:32:12.237Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1666 | 2023-10-04T02:32:12.404Z | Compiling headers-core v0.2.0 |
1667 | 2023-10-04T02:32:12.723Z | Compiling md5 v0.7.0 |
1668 | 2023-10-04T02:32:13.242Z | Compiling http-range v0.1.5 |
1669 | 2023-10-04T02:32:13.275Z | Compiling bit_field v0.10.2 |
1670 | 2023-10-04T02:32:13.411Z | Compiling pretty-hex v0.3.0 |
1671 | 2023-10-04T02:32:13.697Z | Compiling hyper-staticfile v0.9.5 |
1672 | 2023-10-04T02:32:13.717Z | Compiling russh-keys v0.38.0 |
1673 | 2023-10-04T02:32:13.772Z | Compiling headers v0.3.9 |
1674 | 2023-10-04T02:32:18.570Z | Compiling rcgen v0.10.0 |
1675 | 2023-10-04T02:32:19.077Z | Compiling tokio-tungstenite v0.18.0 |
1676 | 2023-10-04T02:32:19.901Z | Compiling aes-gcm v0.10.2 |
1677 | 2023-10-04T02:32:24.797Z | Compiling camino-tempfile v1.0.2 |
1678 | 2023-10-04T02:32:25.931Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1679 | 2023-10-04T02:32:26.523Z | Compiling subprocess v0.2.9 |
1680 | 2023-10-04T02:32:26.594Z | Compiling glob v0.3.1 |
1681 | 2023-10-04T02:32:28.331Z | Compiling hex-literal v0.4.1 |
1682 | 2023-10-04T02:32:28.511Z | Compiling russh v0.38.0 |
1683 | 2023-10-04T02:32:35.085Z | Compiling bzip2 v0.4.4 |
1684 | 2023-10-04T02:32:35.540Z | Compiling zip v0.6.6 |
1685 | 2023-10-04T02:32:37.591Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1686 | 2023-10-04T02:32:38.147Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1687 | 2023-10-04T02:32:38.150Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1688 | 2023-10-04T02:32:38.287Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1689 | 2023-10-04T02:32:38.343Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1690 | 2023-10-04T02:32:38.645Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1691 | 2023-10-04T02:32:38.812Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1692 | 2023-10-04T02:32:39.302Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1693 | 2023-10-04T02:32:39.404Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1694 | 2023-10-04T02:32:41.575Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1695 | 2023-10-04T02:32:49.025Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
1696 | 2023-10-04T02:32:56.170Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1697 | 2023-10-04T02:32:56.270Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1698 | 2023-10-04T02:33:01.323Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1699 | 2023-10-04T02:33:15.090Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1700 | 2023-10-04T02:33:17.860Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1701 | 2023-10-04T02:33:23.725Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1702 | 2023-10-04T02:33:24.531Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1703 | 2023-10-04T02:33:28.367Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1704 | 2023-10-04T02:33:30.638Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1705 | 2023-10-04T02:33:38.938Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1706 | 2023-10-04T02:34:06.033Z | Compiling git2 v0.17.2 |
1707 | 2023-10-04T02:34:12.305Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1708 | 2023-10-04T02:34:14.210Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1709 | 2023-10-04T02:34:26.285Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1710 | 2023-10-04T02:34:42.182Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1711 | 2023-10-04T02:34:44.411Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1712 | 2023-10-04T02:35:20.299Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1713 | 2023-10-04T02:36:50.345Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 29s |
1714 | 2023-10-04T02:36:50.602Z | |
1715 | 2023-10-04T02:36:50.605Z | real 10:29.696061224 |
1716 | 2023-10-04T02:36:50.608Z | user 57:25.812845713 |
1717 | 2023-10-04T02:36:50.612Z | sys 9:16.229617329 |
1718 | 2023-10-04T02:36:50.615Z | trap 2.233257480 |
1719 | 2023-10-04T02:36:50.618Z | tflt 2.748880896 |
1720 | 2023-10-04T02:36:50.621Z | dflt 7.234768015 |
1721 | 2023-10-04T02:36:50.623Z | kflt 0.015462878 |
1722 | 2023-10-04T02:36:50.626Z | lock 1:45:37.657851352 |
1723 | 2023-10-04T02:36:50.629Z | slp 2:59:34.054043278 |
1724 | 2023-10-04T02:36:50.631Z | lat 2:22.169317613 |
1725 | 2023-10-04T02:36:50.634Z | stop 5:37.134868766 |
1726 | 2023-10-04T02:36:50.638Z | + mkdir -p /work/end-to-end-tests |
1727 | 2023-10-04T02:36:50.642Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1728 | 2023-10-04T02:36:51.007Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1729 | 2023-10-04T02:36:51.010Z | + ptime -m gzip |
1730 | 2023-10-04T02:36:51.013Z | ++ basename target/debug/bootstrap |
1731 | 2023-10-04T02:37:07.501Z | |
1732 | 2023-10-04T02:37:07.504Z | real 16.480976725 |
1733 | 2023-10-04T02:37:07.507Z | user 16.324305354 |
1734 | 2023-10-04T02:37:07.509Z | sys 0.150979421 |
1735 | 2023-10-04T02:37:07.512Z | trap 0.003490432 |
1736 | 2023-10-04T02:37:07.515Z | tflt 0.000000000 |
1737 | 2023-10-04T02:37:07.517Z | dflt 0.000000000 |
1738 | 2023-10-04T02:37:07.520Z | kflt 0.000000000 |
1739 | 2023-10-04T02:37:07.523Z | lock 0.000000000 |
1740 | 2023-10-04T02:37:07.525Z | slp 0.000000000 |
1741 | 2023-10-04T02:37:07.528Z | lat 0.001857676 |
1742 | 2023-10-04T02:37:07.531Z | stop 0.000230530 |
1743 | 2023-10-04T02:37:07.534Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1744 | 2023-10-04T02:37:07.537Z | + ptime -m gzip |
1745 | 2023-10-04T02:37:07.539Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e8befc34dc38cbc1 |
1746 | 2023-10-04T02:37:08.590Z | |
1747 | 2023-10-04T02:37:08.593Z | real 1.079664927 |
1748 | 2023-10-04T02:37:08.595Z | user 1.069054075 |
1749 | 2023-10-04T02:37:08.598Z | sys 0.009970763 |
1750 | 2023-10-04T02:37:08.601Z | trap 0.000096555 |
1751 | 2023-10-04T02:37:08.604Z | tflt 0.000000000 |
1752 | 2023-10-04T02:37:08.607Z | dflt 0.000000000 |
1753 | 2023-10-04T02:37:08.610Z | kflt 0.000000000 |
1754 | 2023-10-04T02:37:08.613Z | lock 0.000000000 |
1755 | 2023-10-04T02:37:08.615Z | slp 0.000000000 |
1756 | 2023-10-04T02:37:08.618Z | lat 0.000174451 |
1757 | 2023-10-04T02:37:08.621Z | stop 0.000256098 |
1758 | 2023-10-04T02:37:08.623Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1759 | 2023-10-04T02:37:08.626Z | + ptime -m gzip |
1760 | 2023-10-04T02:37:08.629Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b03cef630464e50a |
1761 | 2023-10-04T02:37:27.406Z | |
1762 | 2023-10-04T02:37:27.409Z | real 18.799426718 |
1763 | 2023-10-04T02:37:27.412Z | user 18.621024796 |
1764 | 2023-10-04T02:37:27.415Z | sys 0.172467015 |
1765 | 2023-10-04T02:37:27.418Z | trap 0.003746548 |
1766 | 2023-10-04T02:37:27.421Z | tflt 0.000000000 |
1767 | 2023-10-04T02:37:27.424Z | dflt 0.000000000 |
1768 | 2023-10-04T02:37:27.427Z | kflt 0.000000000 |
1769 | 2023-10-04T02:37:27.429Z | lock 0.000000000 |
1770 | 2023-10-04T02:37:27.433Z | slp 0.000000000 |
1771 | 2023-10-04T02:37:27.435Z | lat 0.001689854 |
1772 | 2023-10-04T02:37:27.438Z | stop 0.000384884 |
1773 | 2023-10-04T02:37:27.441Z | + banner caboose-util |
1774 | 2023-10-04T02:37:27.443Z | |
1775 | 2023-10-04T02:37:27.446Z | #### ## ##### #### #### #### ###### # # ##### |
1776 | 2023-10-04T02:37:27.449Z | # # # # # # # # # # # # # # # |
1777 | 2023-10-04T02:37:27.452Z | # # # ##### # # # # #### ##### ##### # # # |
1778 | 2023-10-04T02:37:27.458Z | # ###### # # # # # # # # # # # |
1779 | 2023-10-04T02:37:27.462Z | # # # # # # # # # # # # # # # # |
1780 | 2023-10-04T02:37:27.465Z | #### # # ##### #### #### #### ###### #### # |
1781 | 2023-10-04T02:37:27.468Z | |
1782 | 2023-10-04T02:37:27.471Z | + ptime -m cargo build --locked -p caboose-util --release |
1783 | 2023-10-04T02:37:28.089Z | Downloading crates ... |
1784 | 2023-10-04T02:37:28.364Z | Downloaded nodrop v0.1.14 |
1785 | 2023-10-04T02:37:28.367Z | Downloaded path-slash v0.1.5 |
1786 | 2023-10-04T02:37:28.371Z | Downloaded array-init v0.0.4 |
1787 | 2023-10-04T02:37:28.375Z | Downloaded bitfield v0.14.0 |
1788 | 2023-10-04T02:37:28.378Z | Downloaded flagset v0.4.3 |
1789 | 2023-10-04T02:37:28.381Z | Downloaded maybe-uninit v2.0.0 |
1790 | 2023-10-04T02:37:28.384Z | Downloaded pkcs1 v0.7.5 |
1791 | 2023-10-04T02:37:28.387Z | Downloaded packed_struct_codegen v0.10.1 |
1792 | 2023-10-04T02:37:28.391Z | Downloaded serde-hex v0.1.0 |
1793 | 2023-10-04T02:37:28.396Z | Downloaded env_logger v0.10.0 |
1794 | 2023-10-04T02:37:28.399Z | Downloaded pem-rfc7468 v0.7.0 |
1795 | 2023-10-04T02:37:28.402Z | Downloaded crc-any v2.4.3 |
1796 | 2023-10-04T02:37:28.439Z | Downloaded rsa v0.9.2 |
1797 | 2023-10-04T02:37:28.442Z | Downloaded num-bigint-dig v0.8.4 |
1798 | 2023-10-04T02:37:28.445Z | Downloaded x509-cert v0.2.4 |
1799 | 2023-10-04T02:37:28.448Z | Downloaded object v0.30.4 |
1800 | 2023-10-04T02:37:28.451Z | Downloaded ron v0.8.1 |
1801 | 2023-10-04T02:37:28.454Z | Downloaded der_derive v0.7.2 |
1802 | 2023-10-04T02:37:28.457Z | Downloaded packed_struct v0.10.1 |
1803 | 2023-10-04T02:37:28.459Z | Downloaded smallvec v0.6.14 |
1804 | 2023-10-04T02:37:28.463Z | Downloaded crc-catalog v2.2.0 |
1805 | 2023-10-04T02:37:28.466Z | Downloaded crc v3.0.1 |
1806 | 2023-10-04T02:37:28.617Z | Compiling proc-macro2 v1.0.67 |
1807 | 2023-10-04T02:37:28.620Z | Compiling unicode-ident v1.0.12 |
1808 | 2023-10-04T02:37:28.623Z | Compiling libc v0.2.148 |
1809 | 2023-10-04T02:37:28.626Z | Compiling autocfg v1.1.0 |
1810 | 2023-10-04T02:37:28.628Z | Compiling serde v1.0.188 |
1811 | 2023-10-04T02:37:28.631Z | Compiling version_check v0.9.4 |
1812 | 2023-10-04T02:37:28.642Z | Compiling cfg-if v1.0.0 |
1813 | 2023-10-04T02:37:28.748Z | Compiling parking_lot_core v0.9.8 |
1814 | 2023-10-04T02:37:28.777Z | Compiling syn v1.0.109 |
1815 | 2023-10-04T02:37:28.940Z | Compiling once_cell v1.18.0 |
1816 | 2023-10-04T02:37:29.390Z | Compiling typenum v1.16.0 |
1817 | 2023-10-04T02:37:29.402Z | Compiling libm v0.2.7 |
1818 | 2023-10-04T02:37:29.638Z | Compiling futures-core v0.3.28 |
1819 | 2023-10-04T02:37:29.701Z | Compiling generic-array v0.14.7 |
1820 | 2023-10-04T02:37:29.810Z | Compiling lock_api v0.4.10 |
1821 | 2023-10-04T02:37:29.829Z | Compiling num-traits v0.2.16 |
1822 | 2023-10-04T02:37:30.073Z | Compiling pkg-config v0.3.27 |
1823 | 2023-10-04T02:37:30.186Z | Compiling slab v0.4.9 |
1824 | 2023-10-04T02:37:30.213Z | Compiling futures-task v0.3.28 |
1825 | 2023-10-04T02:37:30.586Z | Compiling serde_json v1.0.107 |
1826 | 2023-10-04T02:37:30.638Z | Compiling futures-channel v0.3.28 |
1827 | 2023-10-04T02:37:30.808Z | Compiling quote v1.0.33 |
1828 | 2023-10-04T02:37:30.840Z | Compiling thiserror v1.0.48 |
1829 | 2023-10-04T02:37:31.009Z | Compiling scopeguard v1.2.0 |
1830 | 2023-10-04T02:37:31.210Z | Compiling futures-util v0.3.28 |
1831 | 2023-10-04T02:37:31.265Z | Compiling memchr v2.6.3 |
1832 | 2023-10-04T02:37:31.507Z | Compiling syn v2.0.32 |
1833 | 2023-10-04T02:37:31.652Z | Compiling jobserver v0.1.26 |
1834 | 2023-10-04T02:37:31.834Z | Compiling getrandom v0.2.10 |
1835 | 2023-10-04T02:37:32.141Z | Compiling cc v1.0.83 |
1836 | 2023-10-04T02:37:32.466Z | Compiling itoa v1.0.9 |
1837 | 2023-10-04T02:37:33.499Z | Compiling ahash v0.8.3 |
1838 | 2023-10-04T02:37:33.576Z | Compiling smallvec v1.11.0 |
1839 | 2023-10-04T02:37:33.959Z | Compiling vcpkg v0.2.15 |
1840 | 2023-10-04T02:37:34.430Z | Compiling log v0.4.20 |
1841 | 2023-10-04T02:37:35.226Z | Compiling byteorder v1.4.3 |
1842 | 2023-10-04T02:37:35.393Z | Compiling rand_core v0.6.4 |
1843 | 2023-10-04T02:37:36.155Z | Compiling pin-project-lite v0.2.13 |
1844 | 2023-10-04T02:37:36.329Z | Compiling parking_lot v0.12.1 |
1845 | 2023-10-04T02:37:36.777Z | Compiling indexmap v1.9.3 |
1846 | 2023-10-04T02:37:36.888Z | Compiling ring v0.16.20 |
1847 | 2023-10-04T02:37:36.995Z | Compiling openssl-sys v0.9.93 |
1848 | 2023-10-04T02:37:38.689Z | Compiling io-lifetimes v1.0.11 |
1849 | 2023-10-04T02:37:39.602Z | Compiling num-integer v0.1.45 |
1850 | 2023-10-04T02:37:39.652Z | Compiling ryu v1.0.15 |
1851 | 2023-10-04T02:37:39.990Z | Compiling spin v0.5.2 |
1852 | 2023-10-04T02:37:40.108Z | Compiling semver v1.0.18 |
1853 | 2023-10-04T02:37:40.359Z | Compiling const-oid v0.9.5 |
1854 | 2023-10-04T02:37:41.550Z | Compiling rustix v0.37.23 |
1855 | 2023-10-04T02:37:42.367Z | Compiling mio v0.8.8 |
1856 | 2023-10-04T02:37:42.781Z | Compiling socket2 v0.5.3 |
1857 | 2023-10-04T02:37:42.846Z | Compiling signal-hook-registry v1.4.1 |
1858 | 2023-10-04T02:37:43.844Z | Compiling num_cpus v1.16.0 |
1859 | 2023-10-04T02:37:43.925Z | Compiling httparse v1.8.0 |
1860 | 2023-10-04T02:37:43.947Z | Compiling ucd-trie v0.1.6 |
1861 | 2023-10-04T02:37:44.011Z | Compiling unicode-xid v0.2.4 |
1862 | 2023-10-04T02:37:44.109Z | Compiling openssl v0.10.57 |
1863 | 2023-10-04T02:37:44.263Z | Compiling futures-sink v0.3.28 |
1864 | 2023-10-04T02:37:44.495Z | Compiling synstructure v0.12.6 |
1865 | 2023-10-04T02:37:44.692Z | Compiling tinyvec_macros v0.1.1 |
1866 | 2023-10-04T02:37:44.808Z | Compiling tinyvec v1.6.0 |
1867 | 2023-10-04T02:37:46.412Z | Compiling futures-io v0.3.28 |
1868 | 2023-10-04T02:37:46.818Z | Compiling radium v0.7.0 |
1869 | 2023-10-04T02:37:46.998Z | Compiling crc32fast v1.3.2 |
1870 | 2023-10-04T02:37:47.418Z | Compiling pin-utils v0.1.0 |
1871 | 2023-10-04T02:37:47.484Z | Compiling rustls v0.21.7 |
1872 | 2023-10-04T02:37:47.547Z | Compiling ppv-lite86 v0.2.17 |
1873 | 2023-10-04T02:37:47.879Z | Compiling native-tls v0.2.11 |
1874 | 2023-10-04T02:37:47.883Z | Compiling unicode-normalization v0.1.22 |
1875 | 2023-10-04T02:37:47.950Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1876 | 2023-10-04T02:37:48.491Z | Compiling tracing-core v0.1.31 |
1877 | 2023-10-04T02:37:48.596Z | Compiling heck v0.4.1 |
1878 | 2023-10-04T02:37:48.653Z | Compiling subtle v2.5.0 |
1879 | 2023-10-04T02:37:48.918Z | Compiling rand_chacha v0.3.1 |
1880 | 2023-10-04T02:37:49.146Z | Compiling unicode-bidi v0.3.13 |
1881 | 2023-10-04T02:37:49.659Z | Compiling rand v0.8.5 |
1882 | 2023-10-04T02:37:51.560Z | Compiling errno v0.3.2 |
1883 | 2023-10-04T02:37:51.620Z | Compiling num-iter v0.1.43 |
1884 | 2023-10-04T02:37:51.632Z | Compiling usdt-impl v0.3.5 |
1885 | 2023-10-04T02:37:51.903Z | Compiling schemars v0.8.13 |
1886 | 2023-10-04T02:37:52.045Z | Compiling base64 v0.21.4 |
1887 | 2023-10-04T02:37:52.068Z | Compiling rustix v0.38.9 |
1888 | 2023-10-04T02:37:53.888Z | Compiling serde_derive_internals v0.26.0 |
1889 | 2023-10-04T02:37:54.024Z | Compiling serde_derive v1.0.188 |
1890 | 2023-10-04T02:37:54.515Z | Compiling zeroize_derive v1.4.2 |
1891 | 2023-10-04T02:37:54.562Z | Compiling tokio-macros v2.1.0 |
1892 | 2023-10-04T02:37:55.256Z | Compiling thiserror-impl v1.0.48 |
1893 | 2023-10-04T02:37:55.441Z | Compiling futures-macro v0.3.28 |
1894 | 2023-10-04T02:37:55.526Z | Compiling tracing-attributes v0.1.26 |
1895 | 2023-10-04T02:37:56.762Z | Compiling zeroize v1.6.0 |
1896 | 2023-10-04T02:37:57.862Z | Compiling zerocopy-derive v0.2.0 |
1897 | 2023-10-04T02:37:58.540Z | Compiling openssl-macros v0.1.1 |
1898 | 2023-10-04T02:37:59.814Z | Compiling crypto-common v0.1.6 |
1899 | 2023-10-04T02:37:59.967Z | Compiling pest v2.7.2 |
1900 | 2023-10-04T02:38:00.101Z | Compiling block-buffer v0.10.4 |
1901 | 2023-10-04T02:38:00.468Z | Compiling digest v0.10.7 |
1902 | 2023-10-04T02:38:00.491Z | Compiling zerocopy-derive v0.6.3 |
1903 | 2023-10-04T02:38:00.951Z | Compiling tracing v0.1.37 |
1904 | 2023-10-04T02:38:01.845Z | Compiling fnv v1.0.7 |
1905 | 2023-10-04T02:38:02.035Z | Compiling untrusted v0.7.1 |
1906 | 2023-10-04T02:38:02.521Z | Compiling bitflags v1.3.2 |
1907 | 2023-10-04T02:38:04.827Z | Compiling pest_meta v2.7.2 |
1908 | 2023-10-04T02:38:05.037Z | Compiling zerocopy v0.3.0 |
1909 | 2023-10-04T02:38:06.286Z | Compiling schemars_derive v0.8.13 |
1910 | 2023-10-04T02:38:08.736Z | Compiling pest_generator v2.7.2 |
1911 | 2023-10-04T02:38:09.481Z | Compiling lazy_static v1.4.0 |
1912 | 2023-10-04T02:38:09.891Z | Compiling backtrace v0.3.69 |
1913 | 2023-10-04T02:38:10.081Z | Compiling num-bigint v0.4.4 |
1914 | 2023-10-04T02:38:10.471Z | Compiling memoffset v0.9.0 |
1915 | 2023-10-04T02:38:10.715Z | Compiling base64ct v1.6.0 |
1916 | 2023-10-04T02:38:11.011Z | Compiling async-trait v0.1.73 |
1917 | 2023-10-04T02:38:11.109Z | Compiling hashbrown v0.12.3 |
1918 | 2023-10-04T02:38:11.648Z | Compiling foreign-types-shared v0.1.1 |
1919 | 2023-10-04T02:38:11.727Z | Compiling crossbeam-utils v0.8.16 |
1920 | 2023-10-04T02:38:11.796Z | Compiling percent-encoding v2.3.0 |
1921 | 2023-10-04T02:38:11.893Z | Compiling pest_derive v2.7.2 |
1922 | 2023-10-04T02:38:11.965Z | Compiling allocator-api2 v0.2.16 |
1923 | 2023-10-04T02:38:12.318Z | Compiling iana-time-zone v0.1.57 |
1924 | 2023-10-04T02:38:12.867Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1925 | 2023-10-04T02:38:12.938Z | Compiling openssl-probe v0.1.5 |
1926 | 2023-10-04T02:38:12.950Z | Compiling smoltcp v0.9.1 |
1927 | 2023-10-04T02:38:12.963Z | Compiling dtrace-parser v0.1.14 |
1928 | 2023-10-04T02:38:13.258Z | Compiling hashbrown v0.14.0 |
1929 | 2023-10-04T02:38:13.864Z | Compiling foreign-types v0.3.2 |
1930 | 2023-10-04T02:38:13.965Z | Compiling pem-rfc7468 v0.7.0 |
1931 | 2023-10-04T02:38:14.853Z | Compiling dof v0.1.5 |
1932 | 2023-10-04T02:38:15.360Z | Compiling clap_derive v4.4.2 |
1933 | 2023-10-04T02:38:15.786Z | Compiling der_derive v0.7.2 |
1934 | 2023-10-04T02:38:16.413Z | Compiling thread-id v4.2.0 |
1935 | 2023-10-04T02:38:16.720Z | Compiling utf8parse v0.2.1 |
1936 | 2023-10-04T02:38:16.906Z | Compiling flagset v0.4.3 |
1937 | 2023-10-04T02:38:17.001Z | Compiling try-lock v0.2.4 |
1938 | 2023-10-04T02:38:17.202Z | Compiling bytes v1.5.0 |
1939 | 2023-10-04T02:38:18.186Z | Compiling bitflags v2.4.0 |
1940 | 2023-10-04T02:38:18.515Z | Compiling rustc_version v0.4.0 |
1941 | 2023-10-04T02:38:18.650Z | Compiling tokio v1.32.0 |
1942 | 2023-10-04T02:38:18.809Z | Compiling http v0.2.9 |
1943 | 2023-10-04T02:38:19.115Z | Compiling uuid v1.4.1 |
1944 | 2023-10-04T02:38:20.221Z | Compiling heapless v0.7.16 |
1945 | 2023-10-04T02:38:20.601Z | Compiling chrono v0.4.31 |
1946 | 2023-10-04T02:38:20.991Z | Compiling equivalent v1.0.1 |
1947 | 2023-10-04T02:38:21.456Z | Compiling siphasher v0.3.11 |
1948 | 2023-10-04T02:38:22.088Z | Compiling adler v1.0.2 |
1949 | 2023-10-04T02:38:22.404Z | Compiling time-core v0.1.1 |
1950 | 2023-10-04T02:38:22.701Z | Compiling cpufeatures v0.2.9 |
1951 | 2023-10-04T02:38:22.779Z | Compiling anstyle v1.0.2 |
1952 | 2023-10-04T02:38:22.840Z | Compiling sha2 v0.10.7 |
1953 | 2023-10-04T02:38:23.198Z | Compiling time-macros v0.2.13 |
1954 | 2023-10-04T02:38:23.713Z | Compiling miniz_oxide v0.7.1 |
1955 | 2023-10-04T02:38:26.021Z | Compiling http-body v0.4.5 |
1956 | 2023-10-04T02:38:26.615Z | Compiling indexmap v2.0.0 |
1957 | 2023-10-04T02:38:28.604Z | Compiling der v0.7.8 |
1958 | 2023-10-04T02:38:31.147Z | Compiling want v0.3.1 |
1959 | 2023-10-04T02:38:31.553Z | Compiling serde_tokenstream v0.1.7 |
1960 | 2023-10-04T02:38:32.416Z | Compiling tokio-util v0.7.8 |
1961 | 2023-10-04T02:38:33.372Z | Compiling anstyle-parse v0.2.1 |
1962 | 2023-10-04T02:38:34.314Z | Compiling h2 v0.3.21 |
1963 | 2023-10-04T02:38:38.344Z | Compiling form_urlencoded v1.2.0 |
1964 | 2023-10-04T02:38:38.624Z | Compiling sct v0.7.0 |
1965 | 2023-10-04T02:38:38.814Z | Compiling rustls-webpki v0.101.4 |
1966 | 2023-10-04T02:38:39.220Z | Compiling hubpack_derive v0.1.1 |
1967 | 2023-10-04T02:38:40.740Z | Compiling aho-corasick v1.0.4 |
1968 | 2023-10-04T02:38:41.465Z | Compiling socket2 v0.4.9 |
1969 | 2023-10-04T02:38:41.763Z | Compiling crossbeam-epoch v0.9.15 |
1970 | 2023-10-04T02:38:42.024Z | Compiling anyhow v1.0.75 |
1971 | 2023-10-04T02:38:42.587Z | Compiling tower-service v0.3.2 |
1972 | 2023-10-04T02:38:42.747Z | Compiling httpdate v1.0.3 |
1973 | 2023-10-04T02:38:42.976Z | Compiling tap v1.0.1 |
1974 | 2023-10-04T02:38:43.252Z | Compiling anstyle-query v1.0.0 |
1975 | 2023-10-04T02:38:43.522Z | Compiling regex-syntax v0.7.5 |
1976 | 2023-10-04T02:38:43.541Z | Compiling slog v2.7.0 |
1977 | 2023-10-04T02:38:43.618Z | Compiling colorchoice v1.0.0 |
1978 | 2023-10-04T02:38:45.167Z | Compiling anstream v0.5.0 |
1979 | 2023-10-04T02:38:46.881Z | Compiling hyper v0.14.27 |
1980 | 2023-10-04T02:38:47.141Z | Compiling wyz v0.5.1 |
1981 | 2023-10-04T02:38:50.305Z | Compiling regex-automata v0.3.8 |
1982 | 2023-10-04T02:38:53.172Z | Compiling terminal_size v0.2.6 |
1983 | 2023-10-04T02:38:53.351Z | Compiling spki v0.7.2 |
1984 | 2023-10-04T02:38:54.227Z | Compiling zerocopy v0.6.3 |
1985 | 2023-10-04T02:38:54.364Z | Compiling rustls-pemfile v1.0.3 |
1986 | 2023-10-04T02:38:54.888Z | Compiling md-5 v0.10.5 |
1987 | 2023-10-04T02:38:55.248Z | Compiling hmac v0.12.1 |
1988 | 2023-10-04T02:38:55.740Z | Compiling stringprep v0.1.3 |
1989 | 2023-10-04T02:38:55.901Z | Compiling idna v0.4.0 |
1990 | 2023-10-04T02:38:57.363Z | Compiling diesel_table_macro_syntax v0.1.0 |
1991 | 2023-10-04T02:38:57.945Z | Compiling hash32 v0.2.1 |
1992 | 2023-10-04T02:38:58.311Z | Compiling spin v0.9.8 |
1993 | 2023-10-04T02:38:58.872Z | Compiling dyn-clone v1.0.13 |
1994 | 2023-10-04T02:38:58.930Z | Compiling funty v2.0.0 |
1995 | 2023-10-04T02:38:59.156Z | Compiling clap_lex v0.5.1 |
1996 | 2023-10-04T02:39:01.145Z | Compiling strsim v0.10.0 |
1997 | 2023-10-04T02:39:02.793Z | Compiling fallible-iterator v0.2.0 |
1998 | 2023-10-04T02:39:03.169Z | Compiling gimli v0.28.0 |
1999 | 2023-10-04T02:39:03.972Z | Compiling maybe-uninit v2.0.0 |
2000 | 2023-10-04T02:39:04.039Z | Compiling stable_deref_trait v1.2.0 |
2001 | 2023-10-04T02:39:04.727Z | Compiling postgres-protocol v0.6.6 |
2002 | 2023-10-04T02:39:05.002Z | Compiling clap_builder v4.4.2 |
2003 | 2023-10-04T02:39:05.019Z | Compiling bitvec v1.0.1 |
2004 | 2023-10-04T02:39:05.250Z | Compiling tokio-rustls v0.24.1 |
2005 | 2023-10-04T02:39:06.242Z | Compiling diesel_derives v2.1.1 |
2006 | 2023-10-04T02:39:06.298Z | Compiling url v2.4.1 |
2007 | 2023-10-04T02:39:09.097Z | Compiling rustls-native-certs v0.6.3 |
2008 | 2023-10-04T02:39:09.956Z | Compiling tokio-native-tls v0.3.1 |
2009 | 2023-10-04T02:39:10.375Z | Compiling addr2line v0.21.0 |
2010 | 2023-10-04T02:39:12.296Z | Compiling usdt-macro v0.3.5 |
2011 | 2023-10-04T02:39:13.891Z | Compiling usdt-attr-macro v0.3.5 |
2012 | 2023-10-04T02:39:15.773Z | Compiling phf_shared v0.11.2 |
2013 | 2023-10-04T02:39:16.012Z | Compiling toml_datetime v0.6.3 |
2014 | 2023-10-04T02:39:16.347Z | Compiling serde_spanned v0.6.3 |
2015 | 2023-10-04T02:39:16.931Z | Compiling block-padding v0.3.3 |
2016 | 2023-10-04T02:39:16.960Z | Compiling enum-as-inner v0.5.1 |
2017 | 2023-10-04T02:39:17.287Z | Compiling serde_repr v0.1.16 |
2018 | 2023-10-04T02:39:17.573Z | Compiling scheduled-thread-pool v0.2.7 |
2019 | 2023-10-04T02:39:18.358Z | Compiling object v0.32.1 |
2020 | 2023-10-04T02:39:21.817Z | Compiling managed v0.8.0 |
2021 | 2023-10-04T02:39:22.291Z | Compiling packed_struct v0.10.1 |
2022 | 2023-10-04T02:39:22.862Z | Compiling regex-automata v0.1.10 |
2023 | 2023-10-04T02:39:23.012Z | Compiling deranged v0.3.8 |
2024 | 2023-10-04T02:39:23.637Z | Compiling bit-vec v0.6.3 |
2025 | 2023-10-04T02:39:24.322Z | Compiling winnow v0.5.15 |
2026 | 2023-10-04T02:39:28.004Z | Compiling unicode-width v0.1.10 |
2027 | 2023-10-04T02:39:28.253Z | Compiling num_threads v0.1.6 |
2028 | 2023-10-04T02:39:30.597Z | Compiling ipnet v2.8.0 |
2029 | 2023-10-04T02:39:30.648Z | Compiling num-bigint-dig v0.8.4 |
2030 | 2023-10-04T02:39:30.737Z | Compiling either v1.9.0 |
2031 | 2023-10-04T02:39:31.061Z | Compiling matches v0.1.10 |
2032 | 2023-10-04T02:39:31.189Z | Compiling rustc-demangle v0.1.23 |
2033 | 2023-10-04T02:39:32.654Z | Compiling itertools v0.10.5 |
2034 | 2023-10-04T02:39:37.495Z | Compiling idna v0.2.3 |
2035 | 2023-10-04T02:39:37.607Z | Compiling toml_edit v0.19.15 |
2036 | 2023-10-04T02:39:40.503Z | Compiling time v0.3.27 |
2037 | 2023-10-04T02:39:48.892Z | Compiling bstr v0.2.17 |
2038 | 2023-10-04T02:39:51.248Z | Compiling r2d2 v0.8.10 |
2039 | 2023-10-04T02:39:52.232Z | Compiling inout v0.1.3 |
2040 | 2023-10-04T02:39:54.368Z | Compiling phf v0.11.2 |
2041 | 2023-10-04T02:39:54.487Z | Compiling clap v4.4.3 |
2042 | 2023-10-04T02:39:54.652Z | Compiling hyper-tls v0.5.0 |
2043 | 2023-10-04T02:39:54.817Z | Compiling hyper-rustls v0.24.1 |
2044 | 2023-10-04T02:39:55.184Z | Compiling ipnetwork v0.20.0 |
2045 | 2023-10-04T02:39:55.883Z | Compiling flate2 v1.0.27 |
2046 | 2023-10-04T02:39:56.479Z | Compiling postgres-types v0.2.6 |
2047 | 2023-10-04T02:39:57.545Z | Compiling regex v1.9.5 |
2048 | 2023-10-04T02:39:58.010Z | Compiling pkcs8 v0.10.2 |
2049 | 2023-10-04T02:39:59.422Z | Compiling hubpack v0.1.2 |
2050 | 2023-10-04T02:39:59.471Z | Compiling serde_urlencoded v0.7.1 |
2051 | 2023-10-04T02:39:59.845Z | Compiling phf_shared v0.10.0 |
2052 | 2023-10-04T02:40:00.441Z | Compiling futures-executor v0.3.28 |
2053 | 2023-10-04T02:40:01.282Z | Compiling signature v2.1.0 |
2054 | 2023-10-04T02:40:02.032Z | Compiling packed_struct_codegen v0.10.1 |
2055 | 2023-10-04T02:40:03.407Z | Compiling float-cmp v0.9.0 |
2056 | 2023-10-04T02:40:04.328Z | Compiling encoding_rs v0.8.33 |
2057 | 2023-10-04T02:40:06.471Z | Compiling smawk v0.3.1 |
2058 | 2023-10-04T02:40:06.486Z | Compiling nodrop v0.1.14 |
2059 | 2023-10-04T02:40:06.816Z | Compiling new_debug_unreachable v1.0.4 |
2060 | 2023-10-04T02:40:06.949Z | Compiling crc-catalog v2.2.0 |
2061 | 2023-10-04T02:40:07.384Z | Compiling fixedbitset v0.4.2 |
2062 | 2023-10-04T02:40:07.388Z | Compiling difflib v0.4.0 |
2063 | 2023-10-04T02:40:07.391Z | Compiling static_assertions v1.1.0 |
2064 | 2023-10-04T02:40:07.603Z | Compiling unicode-linebreak v0.1.5 |
2065 | 2023-10-04T02:40:08.439Z | Compiling mime v0.3.17 |
2066 | 2023-10-04T02:40:08.634Z | Compiling unicode-segmentation v1.10.1 |
2067 | 2023-10-04T02:40:09.322Z | Compiling whoami v1.4.1 |
2068 | 2023-10-04T02:40:09.640Z | Compiling data-encoding v2.4.0 |
2069 | 2023-10-04T02:40:10.069Z | Compiling normalize-line-endings v0.3.0 |
2070 | 2023-10-04T02:40:10.205Z | Compiling precomputed-hash v0.1.1 |
2071 | 2023-10-04T02:40:10.373Z | Compiling webpki-roots v0.25.2 |
2072 | 2023-10-04T02:40:10.628Z | Compiling predicates-core v1.0.6 |
2073 | 2023-10-04T02:40:11.117Z | Compiling predicates v3.0.3 |
2074 | 2023-10-04T02:40:11.667Z | Compiling reqwest v0.11.20 |
2075 | 2023-10-04T02:40:13.328Z | Compiling trust-dns-proto v0.22.0 |
2076 | 2023-10-04T02:40:13.588Z | Compiling string_cache v0.8.7 |
2077 | 2023-10-04T02:40:14.243Z | Compiling similar v2.2.1 |
2078 | 2023-10-04T02:40:18.828Z | Compiling tokio-postgres v0.7.10 |
2079 | 2023-10-04T02:40:25.293Z | Compiling textwrap v0.16.0 |
2080 | 2023-10-04T02:40:26.638Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2081 | 2023-10-04T02:40:27.053Z | Compiling petgraph v0.6.4 |
2082 | 2023-10-04T02:40:27.095Z | Compiling crc v3.0.1 |
2083 | 2023-10-04T02:40:30.442Z | Compiling array-init v0.0.4 |
2084 | 2023-10-04T02:40:38.097Z | Compiling futures v0.3.28 |
2085 | 2023-10-04T02:40:41.138Z | Compiling pkcs1 v0.7.5 |
2086 | 2023-10-04T02:40:41.189Z | Compiling smallvec v0.6.14 |
2087 | 2023-10-04T02:40:41.933Z | Compiling yasna v0.5.2 |
2088 | 2023-10-04T02:40:42.112Z | Compiling diesel v2.1.1 |
2089 | 2023-10-04T02:40:42.855Z | Compiling cipher v0.4.4 |
2090 | 2023-10-04T02:40:44.789Z | Compiling toml v0.7.8 |
2091 | 2023-10-04T02:40:47.356Z | Compiling console v0.15.7 |
2092 | 2023-10-04T02:40:47.539Z | Compiling bit-set v0.5.3 |
2093 | 2023-10-04T02:40:47.976Z | Compiling usdt v0.3.5 |
2094 | 2023-10-04T02:40:48.376Z | Compiling is-terminal v0.4.9 |
2095 | 2023-10-04T02:40:49.509Z | Compiling bstr v1.6.0 |
2096 | 2023-10-04T02:40:49.908Z | Compiling tokio-stream v0.1.14 |
2097 | 2023-10-04T02:40:50.898Z | Compiling openapiv3 v1.0.3 |
2098 | 2023-10-04T02:40:51.505Z | Compiling hex v0.4.3 |
2099 | 2023-10-04T02:40:53.237Z | Compiling hashbrown v0.13.2 |
2100 | 2023-10-04T02:40:55.263Z | Compiling termcolor v1.2.0 |
2101 | 2023-10-04T02:40:56.199Z | Compiling lalrpop-util v0.19.12 |
2102 | 2023-10-04T02:40:58.815Z | Compiling bitfield v0.14.0 |
2103 | 2023-10-04T02:41:00.066Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2104 | 2023-10-04T02:41:08.810Z | Compiling env_logger v0.10.0 |
2105 | 2023-10-04T02:41:19.123Z | Compiling rsa v0.9.2 |
2106 | 2023-10-04T02:41:26.527Z | Compiling serde-hex v0.1.0 |
2107 | 2023-10-04T02:41:28.055Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2108 | 2023-10-04T02:41:35.688Z | Compiling x509-cert v0.2.4 |
2109 | 2023-10-04T02:41:36.694Z | Compiling ron v0.8.1 |
2110 | 2023-10-04T02:41:48.569Z | Compiling crc-any v2.4.3 |
2111 | 2023-10-04T02:41:50.199Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
2112 | 2023-10-04T02:42:14.658Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2113 | 2023-10-04T02:42:23.269Z | Compiling object v0.30.4 |
2114 | 2023-10-04T02:42:30.272Z | Compiling path-slash v0.1.5 |
2115 | 2023-10-04T02:42:43.055Z | Compiling bzip2 v0.4.4 |
2116 | 2023-10-04T02:42:43.760Z | Compiling zip v0.6.6 |
2117 | 2023-10-04T02:42:50.736Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
2118 | 2023-10-04T02:42:52.201Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2119 | 2023-10-04T02:43:21.126Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2120 | 2023-10-04T02:43:22.188Z | Finished release [optimized] target(s) in 5m 54s |
2121 | 2023-10-04T02:43:22.273Z | |
2122 | 2023-10-04T02:43:22.276Z | real 5:54.859466787 |
2123 | 2023-10-04T02:43:22.278Z | user 40:36.533272961 |
2124 | 2023-10-04T02:43:22.281Z | sys 3:38.089105526 |
2125 | 2023-10-04T02:43:22.284Z | trap 1.604394420 |
2126 | 2023-10-04T02:43:22.287Z | tflt 1.178596635 |
2127 | 2023-10-04T02:43:22.290Z | dflt 0.594465903 |
2128 | 2023-10-04T02:43:22.293Z | kflt 0.008141787 |
2129 | 2023-10-04T02:43:22.296Z | lock 1:34:24.607603668 |
2130 | 2023-10-04T02:43:22.299Z | slp 2:21:32.083945199 |
2131 | 2023-10-04T02:43:22.301Z | lat 1:41.194543071 |
2132 | 2023-10-04T02:43:22.304Z | stop 1:18.910510266 |
2133 | 2023-10-04T02:43:22.307Z | + ptime -m gzip |
2134 | 2023-10-04T02:43:22.933Z | |
2135 | 2023-10-04T02:43:22.939Z | real 0.650421672 |
2136 | 2023-10-04T02:43:22.943Z | user 0.641631910 |
2137 | 2023-10-04T02:43:22.950Z | sys 0.008189689 |
2138 | 2023-10-04T02:43:22.967Z | trap 0.000064442 |
2139 | 2023-10-04T02:43:22.976Z | tflt 0.000000000 |
2140 | 2023-10-04T02:43:22.980Z | dflt 0.000000000 |
2141 | 2023-10-04T02:43:22.984Z | kflt 0.000000000 |
2142 | 2023-10-04T02:43:22.987Z | lock 0.000000000 |
2143 | 2023-10-04T02:43:22.991Z | slp 0.000000000 |
2144 | 2023-10-04T02:43:22.997Z | lat 0.000171860 |
2145 | 2023-10-04T02:43:23.006Z | stop 0.000231885 |
2146 | 2023-10-04T02:43:23.011Z | + banner tufaceous |
2147 | 2023-10-04T02:43:23.013Z | |
2148 | 2023-10-04T02:43:23.017Z | ##### # # ###### ## #### ###### #### # # #### |
2149 | 2023-10-04T02:43:23.021Z | # # # # # # # # # # # # # # |
2150 | 2023-10-04T02:43:23.026Z | # # # ##### # # # ##### # # # # #### |
2151 | 2023-10-04T02:43:23.029Z | # # # # ###### # # # # # # # |
2152 | 2023-10-04T02:43:23.032Z | # # # # # # # # # # # # # # # |
2153 | 2023-10-04T02:43:23.036Z | # #### # # # #### ###### #### #### #### |
2154 | 2023-10-04T02:43:23.040Z | |
2155 | 2023-10-04T02:43:23.043Z | + ptime -m cargo build --locked -p tufaceous --release |
2156 | 2023-10-04T02:43:23.633Z | Downloading crates ... |
2157 | 2023-10-04T02:43:23.998Z | Downloaded globset v0.4.13 |
2158 | 2023-10-04T02:43:24.032Z | Downloaded snafu v0.7.5 |
2159 | 2023-10-04T02:43:24.051Z | Downloaded path-absolutize v3.1.0 |
2160 | 2023-10-04T02:43:24.059Z | Downloaded snafu-derive v0.7.5 |
2161 | 2023-10-04T02:43:24.065Z | Downloaded tough v0.12.5 |
2162 | 2023-10-04T02:43:24.074Z | Downloaded bytesize v1.3.0 |
2163 | 2023-10-04T02:43:24.082Z | Downloaded doc-comment v0.3.3 |
2164 | 2023-10-04T02:43:24.160Z | Downloaded path-dedot v3.1.0 |
2165 | 2023-10-04T02:43:24.238Z | Downloaded serde_plain v1.0.2 |
2166 | 2023-10-04T02:43:24.261Z | Downloaded fs-err v2.9.0 |
2167 | 2023-10-04T02:43:24.333Z | Downloaded buf-list v1.0.3 |
2168 | 2023-10-04T02:43:24.347Z | Downloaded olpc-cjson v0.1.3 |
2169 | 2023-10-04T02:43:24.350Z | Compiling serde_tokenstream v0.2.0 |
2170 | 2023-10-04T02:43:24.354Z | Compiling regress v0.7.1 |
2171 | 2023-10-04T02:43:24.359Z | Compiling dirs-sys-next v0.1.2 |
2172 | 2023-10-04T02:43:24.364Z | Compiling ident_case v1.0.1 |
2173 | 2023-10-04T02:43:24.367Z | Compiling thread_local v1.1.7 |
2174 | 2023-10-04T02:43:24.383Z | Compiling heck v0.4.1 |
2175 | 2023-10-04T02:43:24.398Z | Compiling camino v1.1.6 |
2176 | 2023-10-04T02:43:24.617Z | Compiling dirs-next v2.0.0 |
2177 | 2023-10-04T02:43:24.919Z | Compiling darling_core v0.20.3 |
2178 | 2023-10-04T02:43:25.062Z | Compiling slog-async v2.8.0 |
2179 | 2023-10-04T02:43:25.085Z | Compiling rustversion v1.0.14 |
2180 | 2023-10-04T02:43:25.632Z | Compiling term v0.7.0 |
2181 | 2023-10-04T02:43:25.792Z | Compiling crossbeam-channel v0.5.8 |
2182 | 2023-10-04T02:43:26.022Z | Compiling getopts v0.2.21 |
2183 | 2023-10-04T02:43:26.114Z | Compiling structmeta-derive v0.1.6 |
2184 | 2023-10-04T02:43:26.296Z | Compiling atty v0.2.14 |
2185 | 2023-10-04T02:43:26.498Z | Compiling multer v2.1.0 |
2186 | 2023-10-04T02:43:26.899Z | Compiling paste v1.0.14 |
2187 | 2023-10-04T02:43:28.901Z | Compiling unsafe-libyaml v0.2.9 |
2188 | 2023-10-04T02:43:28.933Z | Compiling match_cfg v0.1.0 |
2189 | 2023-10-04T02:43:29.099Z | Compiling doc-comment v0.3.3 |
2190 | 2023-10-04T02:43:29.210Z | Compiling take_mut v0.2.2 |
2191 | 2023-10-04T02:43:29.215Z | Compiling hostname v0.3.1 |
2192 | 2023-10-04T02:43:29.428Z | Compiling slog-term v2.9.0 |
2193 | 2023-10-04T02:43:30.462Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2194 | 2023-10-04T02:43:32.414Z | Compiling structmeta v0.1.6 |
2195 | 2023-10-04T02:43:33.043Z | Compiling serde_yaml v0.9.25 |
2196 | 2023-10-04T02:43:34.513Z | Compiling darling_macro v0.20.3 |
2197 | 2023-10-04T02:43:34.518Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2198 | 2023-10-04T02:43:35.533Z | Compiling darling v0.20.3 |
2199 | 2023-10-04T02:43:35.709Z | Compiling slog-json v2.6.1 |
2200 | 2023-10-04T02:43:36.154Z | Compiling async-stream-impl v0.3.5 |
2201 | 2023-10-04T02:43:36.557Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2202 | 2023-10-04T02:43:36.952Z | Compiling atomic-waker v1.1.1 |
2203 | 2023-10-04T02:43:37.239Z | Compiling regex-syntax v0.6.29 |
2204 | 2023-10-04T02:43:37.280Z | Compiling fastrand v2.0.0 |
2205 | 2023-10-04T02:43:38.096Z | Compiling async-stream v0.3.5 |
2206 | 2023-10-04T02:43:38.178Z | Compiling tempfile v3.8.0 |
2207 | 2023-10-04T02:43:38.469Z | Compiling waitgroup v0.1.2 |
2208 | 2023-10-04T02:43:38.800Z | Compiling slog-bunyan v2.4.0 |
2209 | 2023-10-04T02:43:38.820Z | Compiling strum_macros v0.25.2 |
2210 | 2023-10-04T02:43:39.195Z | Compiling serde_with_macros v2.3.3 |
2211 | 2023-10-04T02:43:43.020Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2212 | 2023-10-04T02:43:43.071Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2213 | 2023-10-04T02:43:43.260Z | Compiling sha1 v0.10.5 |
2214 | 2023-10-04T02:43:44.506Z | Compiling snafu-derive v0.7.5 |
2215 | 2023-10-04T02:43:44.799Z | Compiling serde_path_to_error v0.1.14 |
2216 | 2023-10-04T02:43:45.411Z | Compiling path-dedot v3.1.0 |
2217 | 2023-10-04T02:43:45.415Z | Compiling instant v0.1.12 |
2218 | 2023-10-04T02:43:45.418Z | Compiling base64 v0.13.1 |
2219 | 2023-10-04T02:43:45.586Z | Compiling arc-swap v1.6.0 |
2220 | 2023-10-04T02:43:46.295Z | Compiling debug-ignore v1.0.5 |
2221 | 2023-10-04T02:43:46.514Z | Compiling same-file v1.0.6 |
2222 | 2023-10-04T02:43:46.525Z | Compiling buf-list v1.0.3 |
2223 | 2023-10-04T02:43:46.802Z | Compiling walkdir v2.4.0 |
2224 | 2023-10-04T02:43:46.983Z | Compiling slog-scope v4.4.0 |
2225 | 2023-10-04T02:43:47.049Z | Compiling parse-display-derive v0.7.0 |
2226 | 2023-10-04T02:43:47.388Z | Compiling pem v1.1.1 |
2227 | 2023-10-04T02:43:48.516Z | Compiling backoff v0.4.0 |
2228 | 2023-10-04T02:43:48.983Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2229 | 2023-10-04T02:43:49.094Z | Compiling path-absolutize v3.1.0 |
2230 | 2023-10-04T02:43:49.443Z | Compiling strum v0.25.0 |
2231 | 2023-10-04T02:43:49.713Z | Compiling serde_with v2.3.3 |
2232 | 2023-10-04T02:43:49.757Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2233 | 2023-10-04T02:43:49.996Z | Compiling globset v0.4.13 |
2234 | 2023-10-04T02:43:50.769Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2235 | 2023-10-04T02:43:51.014Z | Compiling olpc-cjson v0.1.3 |
2236 | 2023-10-04T02:43:51.942Z | Compiling macaddr v1.0.1 |
2237 | 2023-10-04T02:43:52.692Z | Compiling snafu v0.7.5 |
2238 | 2023-10-04T02:43:53.116Z | Compiling serde_plain v1.0.2 |
2239 | 2023-10-04T02:43:53.313Z | Compiling parse-display v0.7.0 |
2240 | 2023-10-04T02:43:53.629Z | Compiling xattr v1.0.1 |
2241 | 2023-10-04T02:43:53.997Z | Compiling filetime v0.2.22 |
2242 | 2023-10-04T02:43:54.091Z | Compiling tough v0.12.5 |
2243 | 2023-10-04T02:43:54.558Z | Compiling tar v0.4.40 |
2244 | 2023-10-04T02:43:56.154Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2245 | 2023-10-04T02:43:56.341Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2246 | 2023-10-04T02:43:57.418Z | Compiling slog-stdlog v4.1.1 |
2247 | 2023-10-04T02:43:58.978Z | Compiling camino-tempfile v1.0.2 |
2248 | 2023-10-04T02:44:00.273Z | Compiling itertools v0.11.0 |
2249 | 2023-10-04T02:44:04.739Z | Compiling bytesize v1.3.0 |
2250 | 2023-10-04T02:44:04.806Z | Compiling fs-err v2.9.0 |
2251 | 2023-10-04T02:44:05.261Z | Compiling slog-envlogger v2.2.0 |
2252 | 2023-10-04T02:44:05.765Z | Compiling humantime v2.1.0 |
2253 | 2023-10-04T02:44:07.466Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2254 | 2023-10-04T02:44:32.197Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2255 | 2023-10-04T02:44:32.512Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2256 | 2023-10-04T02:44:44.935Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2257 | 2023-10-04T02:44:45.591Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2258 | 2023-10-04T02:45:07.898Z | Finished release [optimized] target(s) in 1m 44s |
2259 | 2023-10-04T02:45:07.988Z | |
2260 | 2023-10-04T02:45:07.992Z | real 1:45.030152442 |
2261 | 2023-10-04T02:45:07.999Z | user 11:30.645790218 |
2262 | 2023-10-04T02:45:08.015Z | sys 44.720004098 |
2263 | 2023-10-04T02:45:08.027Z | trap 0.418747021 |
2264 | 2023-10-04T02:45:08.030Z | tflt 0.330988549 |
2265 | 2023-10-04T02:45:08.034Z | dflt 0.458097040 |
2266 | 2023-10-04T02:45:08.039Z | kflt 0.010568064 |
2267 | 2023-10-04T02:45:08.042Z | lock 22:23.662537376 |
2268 | 2023-10-04T02:45:08.045Z | slp 24:47.176615095 |
2269 | 2023-10-04T02:45:08.048Z | lat 21.861104258 |
2270 | 2023-10-04T02:45:08.050Z | stop 10.819731222 |
2271 | 2023-10-04T02:45:08.053Z | + ptime -m gzip |
2272 | 2023-10-04T02:45:10.100Z | |
2273 | 2023-10-04T02:45:10.104Z | real 2.107168487 |
2274 | 2023-10-04T02:45:10.107Z | user 2.085248450 |
2275 | 2023-10-04T02:45:10.110Z | sys 0.020365794 |
2276 | 2023-10-04T02:45:10.114Z | trap 0.000455844 |
2277 | 2023-10-04T02:45:10.118Z | tflt 0.000000000 |
2278 | 2023-10-04T02:45:10.121Z | dflt 0.000000000 |
2279 | 2023-10-04T02:45:10.124Z | kflt 0.000000000 |
2280 | 2023-10-04T02:45:10.127Z | lock 0.000000000 |
2281 | 2023-10-04T02:45:10.131Z | slp 0.000000000 |
2282 | 2023-10-04T02:45:10.134Z | lat 0.000711139 |
2283 | 2023-10-04T02:45:10.137Z | stop 0.000234183 |
2284 | 2023-10-04T02:45:10.140Z | process exited: duration 1264046 ms, exit code 0 |
|
2285 | 2023-10-04T02:45:10.159Z | found 5 output files |
2286 | 2023-10-04T02:45:10.228Z | uploading: /work/end-to-end-tests/bootstrap-e8befc34dc38cbc1.gz (6377350 bytes) |
2287 | 2023-10-04T02:45:12.325Z | uploaded: /work/end-to-end-tests/bootstrap-e8befc34dc38cbc1.gz |
2288 | 2023-10-04T02:45:12.338Z | uploading: /work/end-to-end-tests/bootstrap.gz (95280327 bytes) |
2289 | 2023-10-04T02:45:52.053Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2290 | 2023-10-04T02:45:52.124Z | uploading: /work/end-to-end-tests/end_to_end_tests-b03cef630464e50a.gz (108910078 bytes) |
2291 | 2023-10-04T02:46:34.109Z | uploaded: /work/end-to-end-tests/end_to_end_tests-b03cef630464e50a.gz |
2292 | 2023-10-04T02:46:34.120Z | uploading: /work/caboose-util.gz (4055374 bytes) |
2293 | 2023-10-04T02:46:37.366Z | uploaded: /work/caboose-util.gz |
2294 | 2023-10-04T02:46:37.377Z | uploading: /work/tufaceous.gz (13374585 bytes) |
2295 | 2023-10-04T02:46:45.585Z | uploaded: /work/tufaceous.gz |