|
|
|
1 | 2023-10-05T16:11:20.399Z | job assigned to worker 01HC09N2EVKNCWNMBYE9M5XK18 (queued for 1 m 10 s) |
|
2 | 2023-10-05T16:11:21.407Z | starting task 0: "setup" |
3 | 2023-10-05T16:11:21.482Z | ++ uname -s |
4 | 2023-10-05T16:11:21.494Z | + kern=SunOS |
5 | 2023-10-05T16:11:21.506Z | + case "$kern" in |
6 | 2023-10-05T16:11:21.518Z | + groupadd -g 12345 build |
7 | 2023-10-05T16:11:21.531Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-05T16:11:23.497Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-05T16:11:23.594Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-05T16:11:23.601Z | + home_fs=zfs |
11 | 2023-10-05T16:11:23.610Z | + [[ zfs == autofs ]] |
12 | 2023-10-05T16:11:23.623Z | + mkdir -p /home/build |
13 | 2023-10-05T16:11:23.629Z | + chown build:build /home/build /work |
14 | 2023-10-05T16:11:25.604Z | + chmod 0700 /home/build /work |
15 | 2023-10-05T16:11:25.619Z | process exited: duration 4185 ms, exit code 0 |
|
16 | 2023-10-05T16:11:26.071Z | starting task 1: "rust-toolchain" |
17 | 2023-10-05T16:11:26.092Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-05T16:11:26.103Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-05T16:11:26.278Z | info: downloading installer |
20 | 2023-10-05T16:11:28.293Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-05T16:11:28.302Z | warning: /opt/ooce/bin |
22 | 2023-10-05T16:11:28.312Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-05T16:11:28.324Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-05T16:11:28.334Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-05T16:11:28.342Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-05T16:11:28.353Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-05T16:11:28.367Z | error: cannot install while Rust is installed |
28 | 2023-10-05T16:11:28.381Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-05T16:11:28.440Z | info: profile set to 'default' |
30 | 2023-10-05T16:11:28.460Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-05T16:11:28.475Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-05T16:11:28.611Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-05T16:11:28.623Z | info: downloading component 'cargo' |
34 | 2023-10-05T16:11:29.304Z | info: downloading component 'clippy' |
35 | 2023-10-05T16:11:29.545Z | info: downloading component 'rust-docs' |
36 | 2023-10-05T16:11:30.420Z | info: downloading component 'rust-std' |
37 | 2023-10-05T16:11:31.971Z | info: downloading component 'rustc' |
38 | 2023-10-05T16:11:35.611Z | info: downloading component 'rustfmt' |
39 | 2023-10-05T16:11:35.883Z | info: installing component 'cargo' |
40 | 2023-10-05T16:11:37.346Z | info: installing component 'clippy' |
41 | 2023-10-05T16:11:37.946Z | info: installing component 'rust-docs' |
42 | 2023-10-05T16:11:40.767Z | info: installing component 'rust-std' |
43 | 2023-10-05T16:11:44.481Z | info: installing component 'rustc' |
44 | 2023-10-05T16:11:52.454Z | info: installing component 'rustfmt' |
45 | 2023-10-05T16:11:53.094Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-05T16:11:53.106Z | |
47 | 2023-10-05T16:11:53.212Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-05T16:11:53.225Z | |
49 | 2023-10-05T16:11:53.240Z | |
50 | 2023-10-05T16:11:53.255Z | Rust is installed now. Great! |
51 | 2023-10-05T16:11:53.264Z | |
52 | 2023-10-05T16:11:53.275Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-05T16:11:53.696Z | environment variable. This has not been done automatically. |
54 | 2023-10-05T16:11:53.702Z | |
55 | 2023-10-05T16:11:53.709Z | To configure your current shell, run: |
56 | 2023-10-05T16:11:53.713Z | source "$HOME/.cargo/env" |
57 | 2023-10-05T16:11:53.723Z | + rustc --version |
58 | 2023-10-05T16:11:53.729Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-05T16:11:53.732Z | process exited: duration 27340 ms, exit code 0 |
|
60 | 2023-10-05T16:11:53.748Z | starting task 2: "authentication" |
61 | 2023-10-05T16:11:53.794Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2023-10-05T16:11:53.805Z | starting task 3: "clone repository" |
63 | 2023-10-05T16:11:53.819Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-05T16:11:53.824Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-05T16:11:53.900Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-05T16:12:00.138Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-05T16:12:00.144Z | + [[ -n dap/tld-deploy ]] |
68 | 2023-10-05T16:12:00.149Z | + git fetch origin dap/tld-deploy |
69 | 2023-10-05T16:12:00.519Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-05T16:12:00.527Z | * branch dap/tld-deploy -> FETCH_HEAD |
71 | 2023-10-05T16:12:00.544Z | + git checkout -B dap/tld-deploy remotes/origin/dap/tld-deploy |
72 | 2023-10-05T16:12:00.571Z | Switched to a new branch 'dap/tld-deploy' |
73 | 2023-10-05T16:12:00.578Z | branch 'dap/tld-deploy' set up to track 'origin/dap/tld-deploy'. |
74 | 2023-10-05T16:12:00.584Z | + git reset --hard 6927d07a690125637ccd345bcf023318ab60ec6e |
75 | 2023-10-05T16:12:00.657Z | HEAD is now at 6927d07a top-level cleanup: move `thing-flinger` into `dev-tools` |
76 | 2023-10-05T16:12:00.698Z | process exited: duration 6836 ms, exit code 0 |
|
77 | 2023-10-05T16:12:01.156Z | starting task 4: "build" |
78 | 2023-10-05T16:12:01.178Z | + cargo --version |
79 | 2023-10-05T16:12:01.269Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-05T16:12:01.283Z | + rustc --version |
81 | 2023-10-05T16:12:01.361Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-05T16:12:01.366Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-05T16:12:10.204Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-05T16:12:10.855Z | Startup: Caching catalogs ... Done |
85 | 2023-10-05T16:12:13.587Z | Planning: Solver setup ... Done (2.521s) |
86 | 2023-10-05T16:12:13.755Z | Planning: Running solver ... Done (0.166s) |
87 | 2023-10-05T16:12:13.817Z | Planning: Finding local manifests ... Done (0.036s) |
88 | 2023-10-05T16:12:13.839Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-05T16:12:14.254Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-05T16:12:14.337Z | Planning: Package planning ... Done (0.082s) |
91 | 2023-10-05T16:12:14.425Z | Planning: Merging actions ... Done (0.083s) |
92 | 2023-10-05T16:12:15.256Z | Planning: Checking for conflicting actions ... Done (0.835s) |
93 | 2023-10-05T16:12:15.282Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-05T16:12:19.885Z | Planning: Evaluating mediators ... Done (4.601s) |
95 | 2023-10-05T16:12:19.900Z | Planning: Planning completed in 8.99 seconds |
96 | 2023-10-05T16:12:19.969Z | Packages to install: 4 |
97 | 2023-10-05T16:12:19.977Z | Mediators to change: 2 |
98 | 2023-10-05T16:12:19.988Z | Services to change: 1 |
99 | 2023-10-05T16:12:19.999Z | Estimated space available: 149.39 GB |
100 | 2023-10-05T16:12:20.012Z | Estimated space to be consumed: 1.35 GB |
101 | 2023-10-05T16:12:20.021Z | Create boot environment: No |
102 | 2023-10-05T16:12:20.030Z | Create backup boot environment: No |
103 | 2023-10-05T16:12:20.039Z | Rebuild boot archive: No |
104 | 2023-10-05T16:12:20.050Z | |
105 | 2023-10-05T16:12:20.067Z | Changed mediators: |
106 | 2023-10-05T16:12:20.083Z | mediator clang: |
107 | 2023-10-05T16:12:20.101Z | version: None -> 15 (system default) |
108 | 2023-10-05T16:12:20.119Z | |
109 | 2023-10-05T16:12:20.133Z | mediator llvm: |
110 | 2023-10-05T16:12:20.148Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-05T16:12:20.163Z | |
112 | 2023-10-05T16:12:20.226Z | Changed packages: |
113 | 2023-10-05T16:12:20.653Z | helios-dev |
114 | 2023-10-05T16:12:20.660Z | developer/build-essential |
115 | 2023-10-05T16:12:20.668Z | None -> 11-2.0 |
116 | 2023-10-05T16:12:20.684Z | library/libxmlsec1 |
117 | 2023-10-05T16:12:20.695Z | None -> 1.2.35-2.0 |
118 | 2023-10-05T16:12:20.706Z | ooce/developer/clang-15 |
119 | 2023-10-05T16:12:20.716Z | None -> 15.0.7-2.0 |
120 | 2023-10-05T16:12:20.723Z | ooce/developer/llvm-15 |
121 | 2023-10-05T16:12:20.729Z | None -> 15.0.7-2.0 |
122 | 2023-10-05T16:12:20.734Z | |
123 | 2023-10-05T16:12:20.740Z | Services: |
124 | 2023-10-05T16:12:20.745Z | restart_fmri: |
125 | 2023-10-05T16:12:20.750Z | svc:/system/update-man-index:default |
126 | 2023-10-05T16:12:20.762Z | |
127 | 2023-10-05T16:12:20.782Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-05T16:12:25.374Z | Download: 361/3290 items 16.2/212.6MB 7% complete (3.4M/s) |
129 | 2023-10-05T16:12:30.480Z | Download: 790/3290 items 18.4/212.6MB 8% complete (1.9M/s) |
130 | 2023-10-05T16:12:35.489Z | Download: 1088/3290 items 19.5/212.6MB 9% complete (493k/s) |
131 | 2023-10-05T16:12:41.484Z | Download: 1198/3290 items 70.2/212.6MB 33% complete (5.2M/s) |
132 | 2023-10-05T16:12:46.482Z | Download: 1775/3290 items 118.3/212.6MB 55% complete (8.8M/s) |
133 | 2023-10-05T16:12:52.503Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (5.2M/s) |
134 | 2023-10-05T16:12:57.522Z | Download: 2846/3290 items 121.1/212.6MB 56% complete (256k/s) |
135 | 2023-10-05T16:13:02.958Z | Download: 3123/3290 items 149.7/212.6MB 70% complete (3.0M/s) |
136 | 2023-10-05T16:13:07.824Z | Download: 3245/3290 items 202.6/212.6MB 95% complete (8.2M/s) |
137 | 2023-10-05T16:13:15.650Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.0M/s) |
138 | 2023-10-05T16:13:16.663Z | Download: Completed 212.60 MB in 56.33 seconds (3.8M/s) |
139 | 2023-10-05T16:13:17.025Z | Actions: 1/3687 actions (Installing new actions) |
140 | 2023-10-05T16:13:22.136Z | Actions: 2874/3687 actions (Installing new actions) |
141 | 2023-10-05T16:13:25.472Z | Actions: Completed 3687 actions in 8.44 seconds. |
142 | 2023-10-05T16:13:25.528Z | Done (0.050s) |
143 | 2023-10-05T16:13:25.963Z | Done (0.000s) |
144 | 2023-10-05T16:13:25.982Z | Done (0.132s) |
145 | 2023-10-05T16:13:34.143Z | Done (8.369s) |
146 | 2023-10-05T16:13:34.483Z | Done (0.234s) |
147 | 2023-10-05T16:13:34.952Z | Done (0.000s) |
148 | 2023-10-05T16:13:34.966Z | Done (0.000s) |
149 | 2023-10-05T16:13:35.414Z | Planning: Evaluating mediator changes ... Done |
150 | 2023-10-05T16:13:35.659Z | Planning: Checking for conflicting actions ... Done |
151 | 2023-10-05T16:13:35.664Z | Planning: Consolidating action changes ... Done |
152 | 2023-10-05T16:13:36.105Z | Planning: Evaluating mediators ... Done |
153 | 2023-10-05T16:13:36.116Z | Planning: Planning completed in 0.73 seconds |
154 | 2023-10-05T16:13:36.167Z | Mediators to change: 2 |
155 | 2023-10-05T16:13:36.176Z | Create boot environment: No |
156 | 2023-10-05T16:13:36.186Z | Create backup boot environment: No |
157 | 2023-10-05T16:13:36.263Z | Done |
158 | 2023-10-05T16:13:36.272Z | Done |
159 | 2023-10-05T16:13:36.339Z | Done |
160 | 2023-10-05T16:13:42.336Z | Done |
161 | 2023-10-05T16:13:42.454Z | Done |
162 | 2023-10-05T16:13:42.481Z | Done |
163 | 2023-10-05T16:13:42.948Z | Done |
164 | 2023-10-05T16:13:43.593Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-05T16:13:43.614Z | Planning: Merging actions ... Done |
166 | 2023-10-05T16:13:43.934Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-10-05T16:13:43.974Z | Planning: Consolidating action changes ... Done |
168 | 2023-10-05T16:13:44.358Z | Planning: Evaluating mediators ... Done |
169 | 2023-10-05T16:13:44.871Z | Planning: Planning completed in 1.31 seconds |
170 | 2023-10-05T16:13:44.887Z | Packages to change: 1 |
171 | 2023-10-05T16:13:44.916Z | Mediators to change: 1 |
172 | 2023-10-05T16:13:44.940Z | Services to change: 1 |
173 | 2023-10-05T16:13:44.963Z | Create boot environment: No |
174 | 2023-10-05T16:13:44.991Z | Create backup boot environment: Yes |
175 | 2023-10-05T16:13:46.989Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2023-10-05T16:13:47.006Z | Actions: Completed 6 actions in 0.00 seconds. |
177 | 2023-10-05T16:13:47.019Z | Done |
178 | 2023-10-05T16:13:47.036Z | Done |
179 | 2023-10-05T16:13:47.053Z | Done |
180 | 2023-10-05T16:13:52.812Z | Done |
181 | 2023-10-05T16:13:52.932Z | Done |
182 | 2023-10-05T16:13:52.945Z | Done |
183 | 2023-10-05T16:13:53.048Z | Done |
184 | 2023-10-05T16:13:53.718Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2023-10-05T16:13:53.738Z | clang system 15 system |
186 | 2023-10-05T16:13:53.762Z | csh system system illumos |
187 | 2023-10-05T16:13:53.774Z | ctags system system illumos |
188 | 2023-10-05T16:13:53.784Z | gcc vendor 12 vendor |
189 | 2023-10-05T16:13:53.795Z | gcc system 10 system |
190 | 2023-10-05T16:13:53.820Z | gcc system 7 system |
191 | 2023-10-05T16:13:53.836Z | go system 1.20 system |
192 | 2023-10-05T16:13:53.850Z | go system 1.19 system |
193 | 2023-10-05T16:13:53.860Z | llvm system 15 system |
194 | 2023-10-05T16:13:54.283Z | llvm system 14 system |
195 | 2023-10-05T16:13:54.309Z | mariadb system 10.6 system |
196 | 2023-10-05T16:13:54.752Z | mta vendor vendor dma |
197 | 2023-10-05T16:13:54.759Z | openjdk system 17 system |
198 | 2023-10-05T16:13:54.762Z | openjdk system 11 system |
199 | 2023-10-05T16:13:54.772Z | openjdk system 1.8 system |
200 | 2023-10-05T16:13:54.777Z | openssl vendor 3 vendor |
201 | 2023-10-05T16:13:54.782Z | perl system 5.36 system |
202 | 2023-10-05T16:13:54.790Z | postgresql system 15 system |
203 | 2023-10-05T16:13:54.802Z | postgresql system 13 system |
204 | 2023-10-05T16:13:54.810Z | python vendor 3 vendor |
205 | 2023-10-05T16:13:54.815Z | python system 2 system |
206 | 2023-10-05T16:13:54.820Z | python3 system 3.11 system |
207 | 2023-10-05T16:13:54.825Z | ruby system 3.0 system |
208 | 2023-10-05T16:13:54.829Z | words vendor vendor american-english |
209 | 2023-10-05T16:13:55.241Z | words system system australian-english |
210 | 2023-10-05T16:13:55.245Z | words system system british-english |
211 | 2023-10-05T16:13:55.251Z | words system system canadian-english |
212 | 2023-10-05T16:13:55.257Z | words system system french |
213 | 2023-10-05T16:13:55.263Z | words system system italian |
214 | 2023-10-05T16:13:55.289Z | words system system ngerman |
215 | 2023-10-05T16:13:55.296Z | words system system ogerman |
216 | 2023-10-05T16:13:55.301Z | words system system spanish |
217 | 2023-10-05T16:13:55.307Z | FMRI IFO |
218 | 2023-10-05T16:13:55.311Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2023-10-05T16:13:55.315Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2023-10-05T16:13:55.319Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2023-10-05T16:13:55.325Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
222 | 2023-10-05T16:13:55.329Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
223 | 2023-10-05T16:13:55.333Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
224 | 2023-10-05T16:13:55.337Z | + set -o errexit |
225 | 2023-10-05T16:13:55.343Z | +++ dirname ./tools/ci_download_cockroachdb |
226 | 2023-10-05T16:13:55.347Z | ++ cd ./tools |
227 | 2023-10-05T16:13:55.353Z | ++ pwd |
228 | 2023-10-05T16:13:55.358Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
229 | 2023-10-05T16:13:55.364Z | ++ basename ./tools/ci_download_cockroachdb |
230 | 2023-10-05T16:13:55.369Z | + ARG0=ci_download_cockroachdb |
231 | 2023-10-05T16:13:55.374Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
232 | 2023-10-05T16:13:55.382Z | + CIDL_VERSION=v22.1.9 |
233 | 2023-10-05T16:13:55.386Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
234 | 2023-10-05T16:13:55.390Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
235 | 2023-10-05T16:13:55.394Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
236 | 2023-10-05T16:13:55.400Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
237 | 2023-10-05T16:13:55.404Z | + TARGET_DIR=out |
238 | 2023-10-05T16:13:55.409Z | + DOWNLOAD_DIR=out/downloads |
239 | 2023-10-05T16:13:55.416Z | + DEST_DIR=./out/cockroachdb |
240 | 2023-10-05T16:13:55.420Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
241 | 2023-10-05T16:13:55.426Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
242 | 2023-10-05T16:13:55.433Z | + main |
243 | 2023-10-05T16:13:55.438Z | + [[ 0 != 0 ]] |
244 | 2023-10-05T16:13:55.444Z | + CIDL_OS=solaris2.11 |
245 | 2023-10-05T16:13:55.453Z | + [[ 0 != 0 ]] |
246 | 2023-10-05T16:13:55.459Z | + configure_os solaris2.11 |
247 | 2023-10-05T16:13:55.463Z | + echo 'current directory: /work/oxidecomputer/omicron' |
248 | 2023-10-05T16:13:55.470Z | current directory: /work/oxidecomputer/omicron |
249 | 2023-10-05T16:13:55.477Z | + echo 'configuring based on OS: "solaris2.11"' |
250 | 2023-10-05T16:13:55.483Z | configuring based on OS: "solaris2.11" |
251 | 2023-10-05T16:13:55.488Z | + case "$1" in |
252 | 2023-10-05T16:13:55.495Z | + CIDL_BUILD=illumos |
253 | 2023-10-05T16:13:55.500Z | + CIDL_SUFFIX=tar.gz |
254 | 2023-10-05T16:13:55.506Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-10-05T16:13:55.512Z | + CIDL_MD5FUNC=do_md5sum |
256 | 2023-10-05T16:13:55.521Z | + CIDL_URL_BASE=https://illumos.org/downloads |
257 | 2023-10-05T16:13:55.527Z | + CIDL_ASSEMBLE=do_assemble_illumos |
258 | 2023-10-05T16:13:55.534Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
259 | 2023-10-05T16:13:55.540Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-05T16:13:55.549Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-05T16:13:55.570Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
262 | 2023-10-05T16:13:55.585Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-05T16:13:55.591Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-05T16:13:55.602Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-05T16:13:55.635Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
266 | 2023-10-05T16:13:55.648Z | Downloading... |
267 | 2023-10-05T16:13:56.069Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
268 | 2023-10-05T16:13:56.483Z | + mkdir -p out/downloads |
269 | 2023-10-05T16:13:56.499Z | + mkdir -p ./out/cockroachdb |
270 | 2023-10-05T16:13:56.532Z | + local DO_DOWNLOAD=true |
271 | 2023-10-05T16:13:56.544Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
272 | 2023-10-05T16:13:56.554Z | + '[' true == true ']' |
273 | 2023-10-05T16:13:56.578Z | + echo Downloading... |
274 | 2023-10-05T16:13:56.592Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-05T16:13:56.603Z | + 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 |
276 | 2023-10-05T16:13:58.971Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-05T16:13:58.993Z | ++ md5sum |
278 | 2023-10-05T16:13:59.011Z | ++ awk '{print $1}' |
279 | 2023-10-05T16:13:59.158Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-10-05T16:13:59.177Z | + [[ 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 ]] |
281 | 2023-10-05T16:13:59.187Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-05T16:13:59.195Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
283 | 2023-10-05T16:14:03.153Z | + do_assemble_illumos |
284 | 2023-10-05T16:14:03.170Z | + rm -r ./out/cockroachdb |
285 | 2023-10-05T16:14:03.179Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
286 | 2023-10-05T16:14:03.452Z | + ./out/cockroachdb/bin/cockroach version |
287 | 2023-10-05T16:14:03.694Z | Build Tag: v22.1.9-dirty |
288 | 2023-10-05T16:14:03.711Z | Build Time: 2022/10/26 21:17:46 |
289 | 2023-10-05T16:14:03.724Z | Distribution: OSS |
290 | 2023-10-05T16:14:03.734Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
291 | 2023-10-05T16:14:03.748Z | Go Version: go1.17.13 |
292 | 2023-10-05T16:14:03.761Z | C Compiler: gcc 10.3.0 |
293 | 2023-10-05T16:14:03.771Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
294 | 2023-10-05T16:14:03.779Z | Build Type: release |
295 | 2023-10-05T16:14:03.788Z | + set -o errexit |
296 | 2023-10-05T16:14:04.214Z | +++ dirname ./tools/ci_download_clickhouse |
297 | 2023-10-05T16:14:04.222Z | ++ cd ./tools |
298 | 2023-10-05T16:14:04.230Z | ++ pwd |
299 | 2023-10-05T16:14:04.238Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
300 | 2023-10-05T16:14:04.248Z | ++ basename ./tools/ci_download_clickhouse |
301 | 2023-10-05T16:14:04.259Z | + ARG0=ci_download_clickhouse |
302 | 2023-10-05T16:14:04.268Z | + TARGET_DIR=out |
303 | 2023-10-05T16:14:04.274Z | + DOWNLOAD_DIR=out/downloads |
304 | 2023-10-05T16:14:04.283Z | + DEST_DIR=./out/clickhouse |
305 | 2023-10-05T16:14:04.293Z | + CIDL_VERSION=v22.8.9.24 |
306 | 2023-10-05T16:14:04.301Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
307 | 2023-10-05T16:14:04.310Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
308 | 2023-10-05T16:14:04.317Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
309 | 2023-10-05T16:14:04.327Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
310 | 2023-10-05T16:14:04.339Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
311 | 2023-10-05T16:14:04.752Z | + main |
312 | 2023-10-05T16:14:04.756Z | + [[ 0 != 0 ]] |
313 | 2023-10-05T16:14:04.763Z | + CIDL_OS=solaris2.11 |
314 | 2023-10-05T16:14:04.771Z | + [[ 0 != 0 ]] |
315 | 2023-10-05T16:14:04.788Z | + configure_os solaris2.11 |
316 | 2023-10-05T16:14:04.796Z | + echo 'current directory: /work/oxidecomputer/omicron' |
317 | 2023-10-05T16:14:04.802Z | current directory: /work/oxidecomputer/omicron |
318 | 2023-10-05T16:14:04.810Z | + echo 'configuring based on OS: "solaris2.11"' |
319 | 2023-10-05T16:14:04.822Z | configuring based on OS: "solaris2.11" |
320 | 2023-10-05T16:14:05.235Z | + CIDL_DASHREV= |
321 | 2023-10-05T16:14:05.242Z | + case "$1" in |
322 | 2023-10-05T16:14:05.250Z | + CIDL_PLATFORM=illumos |
323 | 2023-10-05T16:14:05.259Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
324 | 2023-10-05T16:14:05.272Z | + CIDL_MD5FUNC=do_md5sum |
325 | 2023-10-05T16:14:05.284Z | + CIDL_DASHREV=-1 |
326 | 2023-10-05T16:14:05.292Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
327 | 2023-10-05T16:14:05.298Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-05T16:14:05.308Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-05T16:14:05.316Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-05T16:14:05.329Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-05T16:14:05.347Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-05T16:14:05.365Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
333 | 2023-10-05T16:14:05.373Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-05T16:14:05.383Z | + mkdir -p out/downloads |
335 | 2023-10-05T16:14:05.396Z | + mkdir -p ./out/clickhouse |
336 | 2023-10-05T16:14:05.404Z | + local DO_DOWNLOAD=true |
337 | 2023-10-05T16:14:05.413Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
338 | 2023-10-05T16:14:05.420Z | + '[' true == true ']' |
339 | 2023-10-05T16:14:05.476Z | + echo Downloading... |
340 | 2023-10-05T16:14:05.497Z | Downloading... |
341 | 2023-10-05T16:14:05.519Z | + 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 |
342 | 2023-10-05T16:14:05.944Z | + 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 |
343 | 2023-10-05T16:14:06.206Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-05T16:14:06.216Z | ++ md5sum |
345 | 2023-10-05T16:14:06.234Z | ++ awk '{print $1}' |
346 | 2023-10-05T16:14:06.522Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
347 | 2023-10-05T16:14:06.536Z | + [[ 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 ]] |
348 | 2023-10-05T16:14:06.547Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
349 | 2023-10-05T16:14:06.560Z | + mkdir -p ./out/clickhouse |
350 | 2023-10-05T16:14:06.572Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
351 | 2023-10-05T16:14:11.694Z | + ./out/clickhouse/clickhouse server --version |
352 | 2023-10-05T16:14:11.744Z | ClickHouse server version 22.8.9.1. |
353 | 2023-10-05T16:14:11.766Z | + set -o errexit |
354 | 2023-10-05T16:14:11.769Z | +++ dirname ./tools/ci_download_console |
355 | 2023-10-05T16:14:11.772Z | ++ cd ./tools |
356 | 2023-10-05T16:14:11.775Z | ++ pwd |
357 | 2023-10-05T16:14:11.778Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
358 | 2023-10-05T16:14:11.781Z | ++ basename ./tools/ci_download_console |
359 | 2023-10-05T16:14:11.784Z | + ARG0=ci_download_console |
360 | 2023-10-05T16:14:11.787Z | + TARGET_DIR=out |
361 | 2023-10-05T16:14:11.790Z | + DOWNLOAD_DIR=out/downloads |
362 | 2023-10-05T16:14:11.793Z | + DEST_DIR=./out/console-assets |
363 | 2023-10-05T16:14:11.796Z | + source /work/oxidecomputer/omicron/tools/console_version |
364 | 2023-10-05T16:14:11.799Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
365 | 2023-10-05T16:14:11.802Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
366 | 2023-10-05T16:14:11.805Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
367 | 2023-10-05T16:14:11.809Z | + TARBALL_FILE=out/downloads/console.tar.gz |
368 | 2023-10-05T16:14:11.812Z | + main |
369 | 2023-10-05T16:14:11.815Z | + [[ 0 != 0 ]] |
370 | 2023-10-05T16:14:11.817Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
371 | 2023-10-05T16:14:11.820Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
372 | 2023-10-05T16:14:11.823Z | + echo 'Local file: out/downloads/console.tar.gz' |
373 | 2023-10-05T16:14:11.826Z | Local file: out/downloads/console.tar.gz |
374 | 2023-10-05T16:14:11.830Z | + local DO_DOWNLOAD=true |
375 | 2023-10-05T16:14:11.833Z | + [[ -f out/downloads/console.tar.gz ]] |
376 | 2023-10-05T16:14:11.836Z | + mkdir -p out/downloads |
377 | 2023-10-05T16:14:11.838Z | + '[' true == true ']' |
378 | 2023-10-05T16:14:11.841Z | + echo Downloading... |
379 | 2023-10-05T16:14:11.844Z | Downloading... |
380 | 2023-10-05T16:14:11.846Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
381 | 2023-10-05T16:14:11.849Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
382 | 2023-10-05T16:14:12.878Z | ++ do_sha256sum out/downloads/console.tar.gz |
383 | 2023-10-05T16:14:12.882Z | ++ case "$OSTYPE" in |
384 | 2023-10-05T16:14:12.889Z | ++ SHA=sha256sum |
385 | 2023-10-05T16:14:12.892Z | ++ sha256sum |
386 | 2023-10-05T16:14:12.895Z | ++ awk '{print $1}' |
387 | 2023-10-05T16:14:12.900Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
388 | 2023-10-05T16:14:12.903Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
389 | 2023-10-05T16:14:12.907Z | + rm -rf ./out/console-assets |
390 | 2023-10-05T16:14:12.910Z | + mkdir -p ./out/console-assets |
391 | 2023-10-05T16:14:12.913Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
392 | 2023-10-05T16:14:12.917Z | + mkdir -p ./out/console-assets |
393 | 2023-10-05T16:14:12.921Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
394 | 2023-10-05T16:14:13.224Z | + set -o errexit |
395 | 2023-10-05T16:14:13.652Z | +++ dirname ./tools/ci_download_maghemite_openapi |
396 | 2023-10-05T16:14:13.662Z | ++ cd ./tools |
397 | 2023-10-05T16:14:13.668Z | ++ pwd |
398 | 2023-10-05T16:14:13.681Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2023-10-05T16:14:13.692Z | ++ basename ./tools/ci_download_maghemite_openapi |
400 | 2023-10-05T16:14:14.551Z | + ARG0=ci_download_maghemite_openapi |
401 | 2023-10-05T16:14:14.561Z | + TARGET_DIR=out |
402 | 2023-10-05T16:14:14.982Z | + DOWNLOAD_DIR=out/downloads |
403 | 2023-10-05T16:14:14.989Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
404 | 2023-10-05T16:14:15.007Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
405 | 2023-10-05T16:14:15.023Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
406 | 2023-10-05T16:14:15.037Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
407 | 2023-10-05T16:14:15.042Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
408 | 2023-10-05T16:14:15.050Z | + main |
409 | 2023-10-05T16:14:15.055Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
410 | 2023-10-05T16:14:15.066Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
411 | 2023-10-05T16:14:15.080Z | + [[ 0 != 0 ]] |
412 | 2023-10-05T16:14:15.096Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
413 | 2023-10-05T16:14:15.116Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
414 | 2023-10-05T16:14:15.135Z | + local DO_DOWNLOAD=true |
415 | 2023-10-05T16:14:15.155Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
416 | 2023-10-05T16:14:15.177Z | + mkdir -p out/downloads |
417 | 2023-10-05T16:14:15.607Z | + '[' true == true ']' |
418 | 2023-10-05T16:14:16.046Z | + echo Downloading... |
419 | 2023-10-05T16:14:16.049Z | Downloading... |
420 | 2023-10-05T16:14:16.052Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-05T16:14:16.055Z | + 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 |
422 | 2023-10-05T16:14:16.057Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-05T16:14:16.061Z | ++ case "$OSTYPE" in |
424 | 2023-10-05T16:14:16.080Z | ++ SHA=sha256sum |
425 | 2023-10-05T16:14:16.088Z | ++ sha256sum |
426 | 2023-10-05T16:14:16.094Z | ++ awk '{print $1}' |
427 | 2023-10-05T16:14:16.100Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
428 | 2023-10-05T16:14:16.105Z | + [[ 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 ]] |
429 | 2023-10-05T16:14:16.520Z | + set -o errexit |
430 | 2023-10-05T16:14:16.527Z | +++ dirname ./tools/ci_download_dendrite_openapi |
431 | 2023-10-05T16:14:16.533Z | ++ cd ./tools |
432 | 2023-10-05T16:14:16.540Z | ++ pwd |
433 | 2023-10-05T16:14:16.547Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
434 | 2023-10-05T16:14:16.563Z | ++ basename ./tools/ci_download_dendrite_openapi |
435 | 2023-10-05T16:14:16.574Z | + ARG0=ci_download_dendrite_openapi |
436 | 2023-10-05T16:14:16.583Z | + TARGET_DIR=out |
437 | 2023-10-05T16:14:16.590Z | + DOWNLOAD_DIR=out/downloads |
438 | 2023-10-05T16:14:16.595Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
439 | 2023-10-05T16:14:16.601Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
440 | 2023-10-05T16:14:16.872Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
441 | 2023-10-05T16:14:16.887Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
442 | 2023-10-05T16:14:16.902Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
443 | 2023-10-05T16:14:16.912Z | + main |
444 | 2023-10-05T16:14:16.916Z | + [[ 0 != 0 ]] |
445 | 2023-10-05T16:14:16.920Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
446 | 2023-10-05T16:14:16.926Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
447 | 2023-10-05T16:14:16.933Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
448 | 2023-10-05T16:14:16.940Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
449 | 2023-10-05T16:14:16.954Z | + local DO_DOWNLOAD=true |
450 | 2023-10-05T16:14:16.958Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
451 | 2023-10-05T16:14:16.962Z | + mkdir -p out/downloads |
452 | 2023-10-05T16:14:16.966Z | + '[' true == true ']' |
453 | 2023-10-05T16:14:16.971Z | + echo Downloading... |
454 | 2023-10-05T16:14:16.975Z | Downloading... |
455 | 2023-10-05T16:14:16.984Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
456 | 2023-10-05T16:14:16.989Z | + 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 |
457 | 2023-10-05T16:14:16.995Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
458 | 2023-10-05T16:14:17.004Z | ++ case "$OSTYPE" in |
459 | 2023-10-05T16:14:17.009Z | ++ SHA=sha256sum |
460 | 2023-10-05T16:14:17.013Z | ++ sha256sum |
461 | 2023-10-05T16:14:17.019Z | current directory: /work/oxidecomputer/omicron |
462 | 2023-10-05T16:14:17.029Z | ++ awk '{print $1}' |
463 | 2023-10-05T16:14:17.036Z | configuring based on OS: "solaris2.11" |
464 | 2023-10-05T16:14:17.041Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
465 | 2023-10-05T16:14:17.052Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
466 | 2023-10-05T16:14:17.058Z | + [[ 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 ]] |
467 | 2023-10-05T16:14:17.063Z | Local file: out/downloads/dendrite-stub.tar.gz |
468 | 2023-10-05T16:14:17.068Z | + set -o errexit |
469 | 2023-10-05T16:14:17.073Z | Downloading... |
470 | 2023-10-05T16:14:17.082Z | +++ dirname ./tools/ci_download_dendrite_stub |
471 | 2023-10-05T16:14:17.090Z | ++ cd ./tools |
472 | 2023-10-05T16:14:17.100Z | ++ pwd |
473 | 2023-10-05T16:14:17.107Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
474 | 2023-10-05T16:14:17.115Z | ++ basename ./tools/ci_download_dendrite_stub |
475 | 2023-10-05T16:14:17.121Z | + ARG0=ci_download_dendrite_stub |
476 | 2023-10-05T16:14:17.129Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
477 | 2023-10-05T16:14:17.141Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
478 | 2023-10-05T16:14:17.148Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
479 | 2023-10-05T16:14:17.156Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
480 | 2023-10-05T16:14:17.167Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-10-05T16:14:17.175Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
482 | 2023-10-05T16:14:17.185Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
483 | 2023-10-05T16:14:17.192Z | + TARGET_DIR=out |
484 | 2023-10-05T16:14:17.201Z | + DOWNLOAD_DIR=out/downloads |
485 | 2023-10-05T16:14:17.209Z | + DEST_DIR=./out/dendrite-stub |
486 | 2023-10-05T16:14:17.218Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
487 | 2023-10-05T16:14:17.635Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
488 | 2023-10-05T16:14:17.657Z | + REPO=oxidecomputer/dendrite |
489 | 2023-10-05T16:14:17.671Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
490 | 2023-10-05T16:14:17.684Z | + main |
491 | 2023-10-05T16:14:17.700Z | + [[ 0 != 0 ]] |
492 | 2023-10-05T16:14:17.716Z | + CIDL_OS=solaris2.11 |
493 | 2023-10-05T16:14:17.726Z | + [[ 0 != 0 ]] |
494 | 2023-10-05T16:14:17.743Z | + configure_os solaris2.11 |
495 | 2023-10-05T16:14:17.753Z | + echo 'current directory: /work/oxidecomputer/omicron' |
496 | 2023-10-05T16:14:17.770Z | + echo 'configuring based on OS: "solaris2.11"' |
497 | 2023-10-05T16:14:17.779Z | + case "$1" in |
498 | 2023-10-05T16:14:18.204Z | + SET_BINARIES= |
499 | 2023-10-05T16:14:18.214Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
500 | 2023-10-05T16:14:18.226Z | + CIDL_SHA256FUNC=do_sha256sum |
501 | 2023-10-05T16:14:18.645Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
502 | 2023-10-05T16:14:18.652Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
503 | 2023-10-05T16:14:18.665Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
504 | 2023-10-05T16:14:18.670Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
505 | 2023-10-05T16:14:18.675Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
506 | 2023-10-05T16:14:18.681Z | + mkdir -p out/downloads |
507 | 2023-10-05T16:14:18.687Z | + mkdir -p ./out/dendrite-stub |
508 | 2023-10-05T16:14:18.693Z | + fetch_and_verify |
509 | 2023-10-05T16:14:18.700Z | + local DO_DOWNLOAD=true |
510 | 2023-10-05T16:14:18.707Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
511 | 2023-10-05T16:14:18.714Z | + '[' true == true ']' |
512 | 2023-10-05T16:14:18.733Z | + echo Downloading... |
513 | 2023-10-05T16:14:18.747Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-05T16:14:18.756Z | + 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 |
515 | 2023-10-05T16:14:23.986Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-05T16:14:24.416Z | ++ sha256sum |
517 | 2023-10-05T16:14:25.764Z | ++ awk '{print $1}' |
518 | 2023-10-05T16:14:25.777Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
519 | 2023-10-05T16:14:25.787Z | + [[ 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 ]] |
520 | 2023-10-05T16:14:25.797Z | + do_untar out/downloads/dendrite-stub.tar.gz |
521 | 2023-10-05T16:14:25.807Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
522 | 2023-10-05T16:14:25.816Z | + do_assemble |
523 | 2023-10-05T16:14:25.826Z | + rm -r ./out/dendrite-stub |
524 | 2023-10-05T16:14:25.837Z | + mkdir ./out/dendrite-stub |
525 | 2023-10-05T16:14:25.859Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
526 | 2023-10-05T16:14:25.873Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
527 | 2023-10-05T16:14:25.890Z | + set -o errexit |
528 | 2023-10-05T16:14:25.904Z | +++ dirname ./tools/ci_download_transceiver_control |
529 | 2023-10-05T16:14:25.918Z | ++ cd ./tools |
530 | 2023-10-05T16:14:25.943Z | ++ pwd |
531 | 2023-10-05T16:14:26.375Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2023-10-05T16:14:26.792Z | ++ basename ./tools/ci_download_transceiver_control |
533 | 2023-10-05T16:14:26.811Z | + ARG0=ci_download_transceiver_control |
534 | 2023-10-05T16:14:26.825Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
535 | 2023-10-05T16:14:26.842Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
536 | 2023-10-05T16:14:26.861Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
537 | 2023-10-05T16:14:26.873Z | + TARGET_DIR=out |
538 | 2023-10-05T16:14:26.884Z | + DOWNLOAD_DIR=out/downloads |
539 | 2023-10-05T16:14:26.900Z | + DEST_DIR=./out/transceiver-control |
540 | 2023-10-05T16:14:26.913Z | + BIN_DIR=/opt/oxide/bin |
541 | 2023-10-05T16:14:26.929Z | + BINARY=xcvradm |
542 | 2023-10-05T16:14:26.947Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2023-10-05T16:14:26.957Z | + REPO=oxidecomputer/transceiver-control |
544 | 2023-10-05T16:14:26.965Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
545 | 2023-10-05T16:14:26.975Z | + main |
546 | 2023-10-05T16:14:26.980Z | + [[ 0 != 0 ]] |
547 | 2023-10-05T16:14:26.985Z | + CIDL_OS=solaris2.11 |
548 | 2023-10-05T16:14:26.991Z | + [[ 0 != 0 ]] |
549 | 2023-10-05T16:14:26.998Z | + configure_os solaris2.11 |
550 | 2023-10-05T16:14:27.003Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2023-10-05T16:14:27.007Z | current directory: /work/oxidecomputer/omicron |
552 | 2023-10-05T16:14:27.016Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2023-10-05T16:14:27.027Z | configuring based on OS: "solaris2.11" |
554 | 2023-10-05T16:14:27.439Z | + case "$1" in |
555 | 2023-10-05T16:14:27.444Z | + SET_BINARIES= |
556 | 2023-10-05T16:14:27.452Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
557 | 2023-10-05T16:14:27.465Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2023-10-05T16:14:27.474Z | + ARCHIVE_FILENAME=xcvradm.gz |
559 | 2023-10-05T16:14:27.484Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
560 | 2023-10-05T16:14:27.901Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
561 | 2023-10-05T16:14:27.913Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
562 | 2023-10-05T16:14:27.968Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
563 | 2023-10-05T16:14:28.398Z | + echo 'Local file: out/downloads/xcvradm.gz' |
564 | 2023-10-05T16:14:28.407Z | Local file: out/downloads/xcvradm.gz |
565 | 2023-10-05T16:14:28.415Z | + mkdir -p out/downloads |
566 | 2023-10-05T16:14:28.429Z | + mkdir -p ./out/transceiver-control |
567 | 2023-10-05T16:14:28.438Z | + fetch_and_verify |
568 | 2023-10-05T16:14:28.446Z | + local DO_DOWNLOAD=true |
569 | 2023-10-05T16:14:28.454Z | + [[ -f out/downloads/xcvradm.gz ]] |
570 | 2023-10-05T16:14:28.462Z | + '[' true == true ']' |
571 | 2023-10-05T16:14:28.471Z | Downloading... |
572 | 2023-10-05T16:14:28.479Z | + echo Downloading... |
573 | 2023-10-05T16:14:28.488Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
574 | 2023-10-05T16:14:28.496Z | + 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 |
575 | 2023-10-05T16:14:29.444Z | ++ do_sha256sum out/downloads/xcvradm.gz |
576 | 2023-10-05T16:14:29.450Z | ++ sha256sum |
577 | 2023-10-05T16:14:29.461Z | ++ awk '{print $1}' |
578 | 2023-10-05T16:14:29.480Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
579 | 2023-10-05T16:14:29.489Z | + [[ 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 ]] |
580 | 2023-10-05T16:14:29.496Z | + do_unpack out/downloads/xcvradm.gz |
581 | 2023-10-05T16:14:29.503Z | + mkdir -p out/downloads/root//opt/oxide/bin |
582 | 2023-10-05T16:14:29.508Z | + gzip -dc out/downloads/xcvradm.gz |
583 | 2023-10-05T16:14:29.646Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
584 | 2023-10-05T16:14:29.653Z | + do_assemble |
585 | 2023-10-05T16:14:29.658Z | + rm -r ./out/transceiver-control |
586 | 2023-10-05T16:14:29.665Z | + mkdir ./out/transceiver-control |
587 | 2023-10-05T16:14:29.669Z | + cp -r out/downloads/root ./out/transceiver-control/root |
588 | 2023-10-05T16:14:29.777Z | All prerequisites installed successfully |
589 | 2023-10-05T16:14:29.783Z | |
590 | 2023-10-05T16:14:29.791Z | real 2:28.378451736 |
591 | 2023-10-05T16:14:29.830Z | user 49.046972028 |
592 | 2023-10-05T16:14:29.843Z | sys 10.106112330 |
593 | 2023-10-05T16:14:29.853Z | trap 0.019717599 |
594 | 2023-10-05T16:14:29.874Z | tflt 0.174822836 |
595 | 2023-10-05T16:14:29.890Z | dflt 0.651954438 |
596 | 2023-10-05T16:14:29.905Z | kflt 0.169611724 |
597 | 2023-10-05T16:14:29.922Z | lock 1.776367713 |
598 | 2023-10-05T16:14:29.930Z | slp 4:40.142706817 |
599 | 2023-10-05T16:14:29.941Z | lat 3.942077216 |
600 | 2023-10-05T16:14:29.949Z | stop 0.068211805 |
601 | 2023-10-05T16:14:29.965Z | + banner end-to-end-tests |
602 | 2023-10-05T16:14:29.975Z | |
603 | 2023-10-05T16:14:29.992Z | ###### # # ##### ##### #### ###### # # ##### |
604 | 2023-10-05T16:14:30.417Z | # ## # # # # # # # ## # # # |
605 | 2023-10-05T16:14:30.423Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
606 | 2023-10-05T16:14:30.426Z | # # # # # # # # # # # # # # # |
607 | 2023-10-05T16:14:30.429Z | # # ## # # # # # # # ## # # |
608 | 2023-10-05T16:14:30.432Z | ###### # # ##### # #### ###### # # ##### |
609 | 2023-10-05T16:14:30.435Z | |
610 | 2023-10-05T16:14:30.438Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
611 | 2023-10-05T16:14:30.440Z | + CARGO_PROFILE_DEV_DEBUG=1 |
612 | 2023-10-05T16:14:30.443Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
613 | 2023-10-05T16:14:30.446Z | + CARGO_PROFILE_TEST_DEBUG=1 |
614 | 2023-10-05T16:14:30.450Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
615 | 2023-10-05T16:14:30.453Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
616 | 2023-10-05T16:14:31.010Z | Updating crates.io index |
617 | 2023-10-05T16:14:31.017Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
618 | 2023-10-05T16:14:31.435Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
619 | 2023-10-05T16:14:33.317Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
620 | 2023-10-05T16:14:34.025Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
621 | 2023-10-05T16:14:34.355Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
622 | 2023-10-05T16:14:34.749Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
623 | 2023-10-05T16:14:35.084Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
624 | 2023-10-05T16:14:35.996Z | Updating git repository `https://github.com/oxidecomputer/opte` |
625 | 2023-10-05T16:14:37.115Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
626 | 2023-10-05T16:14:37.460Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
627 | 2023-10-05T16:14:37.857Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
628 | 2023-10-05T16:14:38.296Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
629 | 2023-10-05T16:14:38.630Z | Updating git repository `https://github.com/njaremko/samael` |
630 | 2023-10-05T16:14:39.119Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
631 | 2023-10-05T16:14:40.733Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
632 | 2023-10-05T16:14:41.880Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
633 | 2023-10-05T16:14:41.937Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
634 | 2023-10-05T16:14:42.714Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
635 | 2023-10-05T16:14:43.163Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
636 | 2023-10-05T16:14:43.601Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
637 | 2023-10-05T16:14:53.301Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
638 | 2023-10-05T16:14:53.722Z | Updating git repository `https://github.com/jgallagher/nix` |
639 | 2023-10-05T16:14:54.946Z | Updating git repository `https://github.com/cbiffle/hubpack` |
640 | 2023-10-05T16:14:55.329Z | Updating git repository `https://github.com/oxidecomputer/typify` |
641 | 2023-10-05T16:14:56.489Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
642 | 2023-10-05T16:14:56.900Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
643 | 2023-10-05T16:14:57.245Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
644 | 2023-10-05T16:14:58.808Z | Downloading crates ... |
645 | 2023-10-05T16:14:59.088Z | Downloaded openssl-probe v0.1.5 |
646 | 2023-10-05T16:14:59.099Z | Downloaded allocator-api2 v0.2.16 |
647 | 2023-10-05T16:14:59.108Z | Downloaded pin-utils v0.1.0 |
648 | 2023-10-05T16:14:59.115Z | Downloaded password-hash v0.4.2 |
649 | 2023-10-05T16:14:59.128Z | Downloaded predicates-core v1.0.6 |
650 | 2023-10-05T16:14:59.138Z | Downloaded predicates v3.0.3 |
651 | 2023-10-05T16:14:59.145Z | Downloaded atty v0.2.14 |
652 | 2023-10-05T16:14:59.149Z | Downloaded base64ct v1.6.0 |
653 | 2023-10-05T16:14:59.155Z | Downloaded addr2line v0.21.0 |
654 | 2023-10-05T16:14:59.162Z | Downloaded bincode v1.3.3 |
655 | 2023-10-05T16:14:59.169Z | Downloaded opaque-debug v0.3.0 |
656 | 2023-10-05T16:14:59.175Z | Downloaded diesel_table_macro_syntax v0.1.0 |
657 | 2023-10-05T16:14:59.178Z | Downloaded cstr-argument v0.1.2 |
658 | 2023-10-05T16:14:59.183Z | Downloaded matches v0.1.10 |
659 | 2023-10-05T16:14:59.186Z | Downloaded pem v1.1.1 |
660 | 2023-10-05T16:14:59.189Z | Downloaded openssl-macros v0.1.1 |
661 | 2023-10-05T16:14:59.191Z | Downloaded curve25519-dalek-derive v0.1.0 |
662 | 2023-10-05T16:14:59.195Z | Downloaded precomputed-hash v0.1.1 |
663 | 2023-10-05T16:14:59.197Z | Downloaded bitstruct_derive v0.1.0 |
664 | 2023-10-05T16:14:59.200Z | Downloaded lru-cache v0.1.2 |
665 | 2023-10-05T16:14:59.203Z | Downloaded clap_lex v0.5.1 |
666 | 2023-10-05T16:14:59.205Z | Downloaded cpufeatures v0.2.9 |
667 | 2023-10-05T16:14:59.209Z | Downloaded chacha20 v0.9.1 |
668 | 2023-10-05T16:14:59.213Z | Downloaded parse-display v0.7.0 |
669 | 2023-10-05T16:14:59.216Z | Downloaded debug-ignore v1.0.5 |
670 | 2023-10-05T16:14:59.221Z | Downloaded atomic-waker v1.1.1 |
671 | 2023-10-05T16:14:59.224Z | Downloaded bitflags v1.3.2 |
672 | 2023-10-05T16:14:59.231Z | Downloaded pkg-config v0.3.27 |
673 | 2023-10-05T16:14:59.236Z | Downloaded nibble_vec v0.1.0 |
674 | 2023-10-05T16:14:59.239Z | Downloaded clap_derive v4.4.2 |
675 | 2023-10-05T16:14:59.244Z | Downloaded radium v0.7.0 |
676 | 2023-10-05T16:14:59.247Z | Downloaded pest_generator v2.7.2 |
677 | 2023-10-05T16:14:59.251Z | Downloaded camino-tempfile v1.0.2 |
678 | 2023-10-05T16:14:59.256Z | Downloaded num_threads v0.1.6 |
679 | 2023-10-05T16:14:59.260Z | Downloaded ciborium-ll v0.2.1 |
680 | 2023-10-05T16:14:59.265Z | Downloaded colored v2.0.4 |
681 | 2023-10-05T16:14:59.272Z | Downloaded instant v0.1.12 |
682 | 2023-10-05T16:14:59.282Z | Downloaded ctr v0.9.2 |
683 | 2023-10-05T16:14:59.293Z | Downloaded tower-service v0.3.2 |
684 | 2023-10-05T16:14:59.302Z | Downloaded mime v0.3.17 |
685 | 2023-10-05T16:14:59.307Z | Downloaded byteorder v1.4.3 |
686 | 2023-10-05T16:14:59.311Z | Downloaded macaddr v1.0.1 |
687 | 2023-10-05T16:14:59.315Z | Downloaded bitflags v2.4.0 |
688 | 2023-10-05T16:14:59.318Z | Downloaded camino v1.1.6 |
689 | 2023-10-05T16:14:59.322Z | Downloaded phf v0.11.2 |
690 | 2023-10-05T16:14:59.326Z | Downloaded textwrap v0.16.0 |
691 | 2023-10-05T16:14:59.331Z | Downloaded spin v0.5.2 |
692 | 2023-10-05T16:14:59.336Z | Downloaded utf-8 v0.7.6 |
693 | 2023-10-05T16:14:59.338Z | Downloaded blake2 v0.10.6 |
694 | 2023-10-05T16:14:59.342Z | Downloaded postcard-cobs v0.1.5-pre |
695 | 2023-10-05T16:14:59.344Z | Downloaded crc32fast v1.3.2 |
696 | 2023-10-05T16:14:59.347Z | Downloaded aes-gcm-siv v0.11.1 |
697 | 2023-10-05T16:14:59.350Z | Downloaded thiserror v1.0.49 |
698 | 2023-10-05T16:14:59.353Z | Downloaded stringprep v0.1.3 |
699 | 2023-10-05T16:14:59.355Z | Downloaded endian-type v0.1.2 |
700 | 2023-10-05T16:14:59.358Z | Downloaded darling_core v0.20.3 |
701 | 2023-10-05T16:14:59.362Z | Downloaded string_cache v0.8.7 |
702 | 2023-10-05T16:14:59.365Z | Downloaded waitgroup v0.1.2 |
703 | 2023-10-05T16:14:59.368Z | Downloaded same-file v1.0.6 |
704 | 2023-10-05T16:14:59.371Z | Downloaded ahash v0.7.6 |
705 | 2023-10-05T16:14:59.375Z | Downloaded foreign-types-shared v0.1.1 |
706 | 2023-10-05T16:14:59.377Z | Downloaded r2d2 v0.8.10 |
707 | 2023-10-05T16:14:59.404Z | Downloaded twox-hash v1.6.3 |
708 | 2023-10-05T16:14:59.408Z | Downloaded version_check v0.9.4 |
709 | 2023-10-05T16:14:59.410Z | Downloaded strsim v0.10.0 |
710 | 2023-10-05T16:14:59.413Z | Downloaded thread-id v4.2.0 |
711 | 2023-10-05T16:14:59.416Z | Downloaded const-oid v0.9.5 |
712 | 2023-10-05T16:14:59.419Z | Downloaded iana-time-zone v0.1.57 |
713 | 2023-10-05T16:14:59.422Z | Downloaded miniz_oxide v0.7.1 |
714 | 2023-10-05T16:14:59.425Z | Downloaded base64 v0.13.1 |
715 | 2023-10-05T16:14:59.427Z | Downloaded ringbuffer v0.15.0 |
716 | 2023-10-05T16:14:59.430Z | Downloaded itoa v1.0.9 |
717 | 2023-10-05T16:14:59.433Z | Downloaded futures-sink v0.3.28 |
718 | 2023-10-05T16:14:59.436Z | Downloaded crypto-bigint v0.5.2 |
719 | 2023-10-05T16:14:59.439Z | Downloaded ident_case v1.0.1 |
720 | 2023-10-05T16:14:59.442Z | Downloaded heck v0.3.3 |
721 | 2023-10-05T16:14:59.445Z | Downloaded rand_core v0.6.4 |
722 | 2023-10-05T16:14:59.450Z | Downloaded omicron-zone-package v0.8.3 |
723 | 2023-10-05T16:14:59.453Z | Downloaded hubpack_derive v0.1.1 |
724 | 2023-10-05T16:14:59.456Z | Downloaded xattr v1.0.1 |
725 | 2023-10-05T16:14:59.459Z | Downloaded dirs-sys-next v0.1.2 |
726 | 2023-10-05T16:14:59.462Z | Downloaded strum v0.25.0 |
727 | 2023-10-05T16:14:59.464Z | Downloaded proc-macro-error v1.0.4 |
728 | 2023-10-05T16:14:59.467Z | Downloaded vec_map v0.8.2 |
729 | 2023-10-05T16:14:59.471Z | Downloaded lazy_static v1.4.0 |
730 | 2023-10-05T16:14:59.474Z | Downloaded hostname v0.3.1 |
731 | 2023-10-05T16:14:59.477Z | Downloaded sha2 v0.10.7 |
732 | 2023-10-05T16:14:59.480Z | Downloaded chacha20poly1305 v0.10.1 |
733 | 2023-10-05T16:14:59.483Z | Downloaded futures-io v0.3.28 |
734 | 2023-10-05T16:14:59.487Z | Downloaded headers-core v0.2.0 |
735 | 2023-10-05T16:14:59.489Z | Downloaded digest v0.10.7 |
736 | 2023-10-05T16:14:59.492Z | Downloaded tempfile v3.8.0 |
737 | 2023-10-05T16:14:59.497Z | Downloaded phf_shared v0.11.2 |
738 | 2023-10-05T16:14:59.499Z | Downloaded structopt-derive v0.4.18 |
739 | 2023-10-05T16:14:59.502Z | Downloaded unicode-ident v1.0.12 |
740 | 2023-10-05T16:14:59.505Z | Downloaded dyn-clone v1.0.13 |
741 | 2023-10-05T16:14:59.508Z | Downloaded futures v0.3.28 |
742 | 2023-10-05T16:14:59.511Z | Downloaded smawk v0.3.1 |
743 | 2023-10-05T16:14:59.514Z | Downloaded errno v0.3.2 |
744 | 2023-10-05T16:14:59.516Z | Downloaded tokio-stream v0.1.14 |
745 | 2023-10-05T16:14:59.519Z | Downloaded zone_cfg_derive v0.2.0 |
746 | 2023-10-05T16:14:59.522Z | Downloaded futures-executor v0.3.28 |
747 | 2023-10-05T16:14:59.525Z | Downloaded slog-stdlog v4.1.1 |
748 | 2023-10-05T16:14:59.528Z | Downloaded fxhash v0.2.1 |
749 | 2023-10-05T16:14:59.530Z | Downloaded http-body v0.4.5 |
750 | 2023-10-05T16:14:59.533Z | Downloaded serde_repr v0.1.16 |
751 | 2023-10-05T16:14:59.536Z | Downloaded hmac v0.12.1 |
752 | 2023-10-05T16:14:59.538Z | Downloaded funty v2.0.0 |
753 | 2023-10-05T16:14:59.542Z | Downloaded mio v0.8.8 |
754 | 2023-10-05T16:14:59.549Z | Downloaded signature v2.1.0 |
755 | 2023-10-05T16:14:59.552Z | Downloaded signal-hook-registry v1.4.1 |
756 | 2023-10-05T16:14:59.555Z | Downloaded const_format v0.2.31 |
757 | 2023-10-05T16:14:59.558Z | Downloaded lalrpop-util v0.19.12 |
758 | 2023-10-05T16:14:59.561Z | Downloaded equivalent v1.0.1 |
759 | 2023-10-05T16:14:59.563Z | Downloaded tinyvec_macros v0.1.1 |
760 | 2023-10-05T16:14:59.566Z | Downloaded memchr v2.6.3 |
761 | 2023-10-05T16:14:59.572Z | Downloaded scopeguard v1.2.0 |
762 | 2023-10-05T16:14:59.574Z | Downloaded ed25519 v2.2.2 |
763 | 2023-10-05T16:14:59.577Z | Downloaded enum-as-inner v0.5.1 |
764 | 2023-10-05T16:14:59.580Z | Downloaded foreign-types v0.3.2 |
765 | 2023-10-05T16:14:59.582Z | Downloaded utf8parse v0.2.1 |
766 | 2023-10-05T16:14:59.586Z | Downloaded erased-serde v0.3.30 |
767 | 2023-10-05T16:14:59.589Z | Downloaded fixedbitset v0.4.2 |
768 | 2023-10-05T16:14:59.592Z | Downloaded fallible-iterator v0.2.0 |
769 | 2023-10-05T16:14:59.595Z | Downloaded rustc_version v0.4.0 |
770 | 2023-10-05T16:14:59.597Z | Downloaded generic-array v0.14.7 |
771 | 2023-10-05T16:14:59.601Z | Downloaded slog-dtrace v0.2.3 |
772 | 2023-10-05T16:14:59.604Z | Downloaded whoami v1.4.1 |
773 | 2023-10-05T16:14:59.607Z | Downloaded serde_urlencoded v0.7.1 |
774 | 2023-10-05T16:14:59.611Z | Downloaded tokio-util v0.7.8 |
775 | 2023-10-05T16:14:59.617Z | Downloaded foreign-types-macros v0.2.3 |
776 | 2023-10-05T16:14:59.621Z | Downloaded typenum v1.16.0 |
777 | 2023-10-05T16:14:59.624Z | Downloaded rustfmt-wrapper v0.2.0 |
778 | 2023-10-05T16:14:59.627Z | Downloaded tungstenite v0.18.0 |
779 | 2023-10-05T16:14:59.631Z | Downloaded http-range v0.1.5 |
780 | 2023-10-05T16:14:59.634Z | Downloaded serde_tokenstream v0.1.7 |
781 | 2023-10-05T16:14:59.638Z | Downloaded unicode-xid v0.2.4 |
782 | 2023-10-05T16:14:59.645Z | Downloaded zeroize_derive v1.4.2 |
783 | 2023-10-05T16:14:59.648Z | Downloaded synstructure v0.12.6 |
784 | 2023-10-05T16:14:59.651Z | Downloaded semver-parser v0.10.2 |
785 | 2023-10-05T16:14:59.654Z | Downloaded vsss-rs v3.3.1 |
786 | 2023-10-05T16:14:59.657Z | Downloaded semver v0.11.0 |
787 | 2023-10-05T16:14:59.660Z | Downloaded serde_spanned v0.6.3 |
788 | 2023-10-05T16:14:59.663Z | Downloaded secrecy v0.8.0 |
789 | 2023-10-05T16:14:59.666Z | Downloaded zerocopy v0.6.3 |
790 | 2023-10-05T16:14:59.669Z | Downloaded russh-keys v0.38.0 |
791 | 2023-10-05T16:14:59.671Z | Downloaded slog v2.7.0 |
792 | 2023-10-05T16:14:59.674Z | Downloaded hyper-rustls v0.24.1 |
793 | 2023-10-05T16:14:59.677Z | Downloaded ron v0.7.1 |
794 | 2023-10-05T16:14:59.686Z | Downloaded tap v1.0.1 |
795 | 2023-10-05T16:14:59.689Z | Downloaded heapless v0.7.16 |
796 | 2023-10-05T16:14:59.696Z | Downloaded thiserror-impl v1.0.49 |
797 | 2023-10-05T16:14:59.699Z | Downloaded rand v0.8.5 |
798 | 2023-10-05T16:14:59.708Z | Downloaded strum_macros v0.25.2 |
799 | 2023-10-05T16:14:59.721Z | Downloaded tracing-attributes v0.1.26 |
800 | 2023-10-05T16:14:59.729Z | Downloaded structmeta-derive v0.1.6 |
801 | 2023-10-05T16:14:59.732Z | Downloaded serde_with_macros v2.3.3 |
802 | 2023-10-05T16:14:59.743Z | Downloaded yasna v0.5.2 |
803 | 2023-10-05T16:14:59.746Z | Downloaded tokio-rustls v0.24.1 |
804 | 2023-10-05T16:14:59.749Z | Downloaded tokio-tungstenite v0.20.1 |
805 | 2023-10-05T16:14:59.752Z | Downloaded unicode-normalization v0.1.22 |
806 | 2023-10-05T16:14:59.756Z | Downloaded rand_chacha v0.2.2 |
807 | 2023-10-05T16:14:59.760Z | Downloaded subprocess v0.2.9 |
808 | 2023-10-05T16:14:59.763Z | Downloaded schemars v0.8.13 |
809 | 2023-10-05T16:14:59.766Z | Downloaded indexmap v1.9.3 |
810 | 2023-10-05T16:14:59.770Z | Downloaded slog-term v2.9.0 |
811 | 2023-10-05T16:14:59.775Z | Downloaded trust-dns-client v0.22.0 |
812 | 2023-10-05T16:14:59.786Z | Downloaded walkdir v2.4.0 |
813 | 2023-10-05T16:14:59.790Z | Downloaded toml v0.8.0 |
814 | 2023-10-05T16:14:59.793Z | Downloaded rusqlite v0.29.0 |
815 | 2023-10-05T16:14:59.804Z | Downloaded hashbrown v0.14.0 |
816 | 2023-10-05T16:14:59.830Z | Downloaded ed25519-dalek v2.0.0 |
817 | 2023-10-05T16:14:59.835Z | Downloaded hashbrown v0.12.3 |
818 | 2023-10-05T16:14:59.843Z | Downloaded similar v2.2.1 |
819 | 2023-10-05T16:14:59.852Z | Downloaded time v0.3.27 |
820 | 2023-10-05T16:14:59.864Z | Downloaded flate2 v1.0.27 |
821 | 2023-10-05T16:14:59.873Z | Downloaded toml_edit v0.19.15 |
822 | 2023-10-05T16:14:59.904Z | Downloaded trust-dns-server v0.22.1 |
823 | 2023-10-05T16:14:59.914Z | Downloaded russh v0.38.0 |
824 | 2023-10-05T16:14:59.922Z | Downloaded futures-util v0.3.28 |
825 | 2023-10-05T16:14:59.945Z | Downloaded itertools v0.10.5 |
826 | 2023-10-05T16:14:59.957Z | Downloaded rand v0.7.3 |
827 | 2023-10-05T16:14:59.966Z | Downloaded idna v0.2.3 |
828 | 2023-10-05T16:14:59.980Z | Downloaded hkdf v0.12.3 |
829 | 2023-10-05T16:14:59.985Z | Downloaded serde_with v2.3.3 |
830 | 2023-10-05T16:14:59.997Z | Downloaded nix v0.26.2 |
831 | 2023-10-05T16:15:00.017Z | Downloaded hyper v0.14.27 |
832 | 2023-10-05T16:15:00.033Z | Downloaded syn v2.0.32 |
833 | 2023-10-05T16:15:00.054Z | Downloaded syn v1.0.109 |
834 | 2023-10-05T16:15:00.074Z | Downloaded vcpkg v0.2.15 |
835 | 2023-10-05T16:15:00.152Z | Downloaded bitvec v1.0.1 |
836 | 2023-10-05T16:15:00.177Z | Downloaded smoltcp v0.8.2 |
837 | 2023-10-05T16:15:00.200Z | Downloaded regress v0.7.1 |
838 | 2023-10-05T16:15:00.216Z | Downloaded zerocopy-derive v0.2.0 |
839 | 2023-10-05T16:15:00.230Z | Downloaded webpki-roots v0.25.2 |
840 | 2023-10-05T16:15:00.239Z | Downloaded bstr v1.6.0 |
841 | 2023-10-05T16:15:00.258Z | Downloaded smoltcp v0.9.1 |
842 | 2023-10-05T16:15:00.276Z | Downloaded libc v0.2.148 |
843 | 2023-10-05T16:15:00.324Z | Downloaded regex v1.9.5 |
844 | 2023-10-05T16:15:00.353Z | Downloaded trust-dns-proto v0.22.0 |
845 | 2023-10-05T16:15:00.373Z | Downloaded regex-syntax v0.6.29 |
846 | 2023-10-05T16:15:00.387Z | Downloaded rustix v0.38.9 |
847 | 2023-10-05T16:15:00.447Z | Downloaded rustix v0.37.23 |
848 | 2023-10-05T16:15:00.463Z | Downloaded regex-syntax v0.7.5 |
849 | 2023-10-05T16:15:00.478Z | Downloaded object v0.32.1 |
850 | 2023-10-05T16:15:00.505Z | Downloaded bstr v0.2.17 |
851 | 2023-10-05T16:15:00.516Z | Downloaded sled v0.34.7 |
852 | 2023-10-05T16:15:00.534Z | Downloaded winapi v0.3.9 |
853 | 2023-10-05T16:15:00.609Z | Downloaded zerocopy-derive v0.6.3 |
854 | 2023-10-05T16:15:00.631Z | Downloaded regex-automata v0.3.8 |
855 | 2023-10-05T16:15:00.666Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
856 | 2023-10-05T16:15:00.688Z | Downloaded tokio v1.32.0 |
857 | 2023-10-05T16:15:00.757Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
858 | 2023-10-05T16:15:00.859Z | Downloaded sha3 v0.10.8 |
859 | 2023-10-05T16:15:00.874Z | Downloaded encoding_rs v0.8.33 |
860 | 2023-10-05T16:15:00.928Z | Downloaded rustls v0.21.7 |
861 | 2023-10-05T16:15:00.944Z | Downloaded gimli v0.28.0 |
862 | 2023-10-05T16:15:00.953Z | Downloaded libz-sys v1.1.12 |
863 | 2023-10-05T16:15:01.073Z | Downloaded curve25519-dalek v4.1.0 |
864 | 2023-10-05T16:15:01.090Z | Downloaded openapiv3 v1.0.3 |
865 | 2023-10-05T16:15:01.113Z | Downloaded reqwest v0.11.20 |
866 | 2023-10-05T16:15:01.125Z | Downloaded h2 v0.3.21 |
867 | 2023-10-05T16:15:01.137Z | Downloaded idna v0.4.0 |
868 | 2023-10-05T16:15:01.149Z | Downloaded chrono v0.4.31 |
869 | 2023-10-05T16:15:01.163Z | Downloaded radix_trie v0.2.1 |
870 | 2023-10-05T16:15:01.175Z | Downloaded clap v2.34.0 |
871 | 2023-10-05T16:15:01.187Z | Downloaded winnow v0.5.15 |
872 | 2023-10-05T16:15:01.201Z | Downloaded git2 v0.17.2 |
873 | 2023-10-05T16:15:01.216Z | Downloaded serde v1.0.188 |
874 | 2023-10-05T16:15:01.222Z | Downloaded serde_json v1.0.107 |
875 | 2023-10-05T16:15:01.234Z | Downloaded url v2.4.1 |
876 | 2023-10-05T16:15:01.240Z | Downloaded petgraph v0.6.4 |
877 | 2023-10-05T16:15:01.264Z | Downloaded diesel v2.1.1 |
878 | 2023-10-05T16:15:01.296Z | Downloaded clap_builder v4.4.2 |
879 | 2023-10-05T16:15:01.307Z | Downloaded aho-corasick v1.0.4 |
880 | 2023-10-05T16:15:01.318Z | Downloaded rustls-webpki v0.101.4 |
881 | 2023-10-05T16:15:01.343Z | Downloaded pest v2.7.2 |
882 | 2023-10-05T16:15:01.351Z | Downloaded regex-automata v0.1.10 |
883 | 2023-10-05T16:15:01.361Z | Downloaded itertools v0.11.0 |
884 | 2023-10-05T16:15:01.378Z | Downloaded toml v0.5.11 |
885 | 2023-10-05T16:15:01.388Z | Downloaded tar v0.4.40 |
886 | 2023-10-05T16:15:01.395Z | Downloaded spin v0.9.8 |
887 | 2023-10-05T16:15:01.401Z | Downloaded tracing v0.1.37 |
888 | 2023-10-05T16:15:01.405Z | Downloaded tokio-tungstenite v0.18.0 |
889 | 2023-10-05T16:15:01.410Z | Downloaded indexmap v2.0.0 |
890 | 2023-10-05T16:15:01.414Z | Downloaded rustc-demangle v0.1.23 |
891 | 2023-10-05T16:15:01.417Z | Downloaded toml v0.7.8 |
892 | 2023-10-05T16:15:01.420Z | Downloaded serde_derive v1.0.188 |
893 | 2023-10-05T16:15:01.425Z | Downloaded toml_edit v0.20.0 |
894 | 2023-10-05T16:15:01.442Z | Downloaded openssl v0.10.57 |
895 | 2023-10-05T16:15:01.471Z | Downloaded hyper-staticfile v0.9.5 |
896 | 2023-10-05T16:15:01.475Z | Downloaded futures-core v0.3.28 |
897 | 2023-10-05T16:15:01.478Z | Downloaded hashbrown v0.13.2 |
898 | 2023-10-05T16:15:01.481Z | Downloaded float-cmp v0.9.0 |
899 | 2023-10-05T16:15:01.484Z | Downloaded thiserror-no-std v2.0.2 |
900 | 2023-10-05T16:15:01.487Z | Downloaded zip v0.6.6 |
901 | 2023-10-05T16:15:01.491Z | Downloaded serde_yaml v0.9.25 |
902 | 2023-10-05T16:15:01.493Z | Downloaded dirs-sys v0.4.1 |
903 | 2023-10-05T16:15:01.496Z | Downloaded structopt v0.3.26 |
904 | 2023-10-05T16:15:01.508Z | Downloaded num-bigint v0.4.4 |
905 | 2023-10-05T16:15:01.522Z | Downloaded smallvec v1.11.0 |
906 | 2023-10-05T16:15:01.525Z | Downloaded tinyvec v1.6.0 |
907 | 2023-10-05T16:15:01.528Z | Downloaded glob v0.3.1 |
908 | 2023-10-05T16:15:01.532Z | Downloaded universal-hash v0.5.1 |
909 | 2023-10-05T16:15:01.537Z | Downloaded trust-dns-resolver v0.22.0 |
910 | 2023-10-05T16:15:01.540Z | Downloaded http v0.2.9 |
911 | 2023-10-05T16:15:01.547Z | Downloaded thread_local v1.1.7 |
912 | 2023-10-05T16:15:01.550Z | Downloaded serde_arrays v0.1.0 |
913 | 2023-10-05T16:15:01.553Z | Downloaded headers v0.3.9 |
914 | 2023-10-05T16:15:01.560Z | Downloaded tracing-core v0.1.31 |
915 | 2023-10-05T16:15:01.565Z | Downloaded unicode-segmentation v1.10.1 |
916 | 2023-10-05T16:15:01.571Z | Downloaded keccak v0.1.4 |
917 | 2023-10-05T16:15:01.585Z | Downloaded ucd-trie v0.1.6 |
918 | 2023-10-05T16:15:01.589Z | Downloaded getrandom v0.1.16 |
919 | 2023-10-05T16:15:01.595Z | Downloaded resolv-conf v0.7.0 |
920 | 2023-10-05T16:15:01.598Z | Downloaded smf v0.2.2 |
921 | 2023-10-05T16:15:01.601Z | Downloaded subtle v2.5.0 |
922 | 2023-10-05T16:15:01.604Z | Downloaded semver v1.0.18 |
923 | 2023-10-05T16:15:01.609Z | Downloaded rcgen v0.10.0 |
924 | 2023-10-05T16:15:01.612Z | Downloaded rand_core v0.5.1 |
925 | 2023-10-05T16:15:01.615Z | Downloaded hex v0.4.3 |
926 | 2023-10-05T16:15:01.619Z | Downloaded zone v0.2.0 |
927 | 2023-10-05T16:15:01.624Z | Downloaded libm v0.2.7 |
928 | 2023-10-05T16:15:01.628Z | Downloaded libsqlite3-sys v0.26.0 |
929 | 2023-10-05T16:15:01.776Z | Downloaded io-lifetimes v1.0.11 |
930 | 2023-10-05T16:15:01.799Z | Downloaded crossbeam-channel v0.5.8 |
931 | 2023-10-05T16:15:01.808Z | Downloaded serde_tokenstream v0.2.0 |
932 | 2023-10-05T16:15:01.821Z | Downloaded slog-scope v4.4.0 |
933 | 2023-10-05T16:15:01.830Z | Downloaded tokio-macros v2.1.0 |
934 | 2023-10-05T16:15:01.836Z | Downloaded fallible-streaming-iterator v0.1.9 |
935 | 2023-10-05T16:15:01.844Z | Downloaded ring v0.16.20 |
936 | 2023-10-05T16:15:01.945Z | Downloaded serde_derive_internals v0.26.0 |
937 | 2023-10-05T16:15:01.966Z | Downloaded filetime v0.2.22 |
938 | 2023-10-05T16:15:01.972Z | Downloaded usdt-impl v0.3.5 |
939 | 2023-10-05T16:15:01.978Z | Downloaded ryu v1.0.15 |
940 | 2023-10-05T16:15:01.982Z | Downloaded rand v0.4.6 |
941 | 2023-10-05T16:15:01.986Z | Downloaded slog-envlogger v2.2.0 |
942 | 2023-10-05T16:15:01.990Z | Downloaded dof v0.1.5 |
943 | 2023-10-05T16:15:01.994Z | Downloaded futures-task v0.3.28 |
944 | 2023-10-05T16:15:01.997Z | Downloaded ipnet v2.8.0 |
945 | 2023-10-05T16:15:02.002Z | Downloaded getrandom v0.2.10 |
946 | 2023-10-05T16:15:02.005Z | Downloaded ff v0.13.0 |
947 | 2023-10-05T16:15:02.009Z | Downloaded fastrand v2.0.0 |
948 | 2023-10-05T16:15:02.013Z | Downloaded strsim v0.8.0 |
949 | 2023-10-05T16:15:02.017Z | Downloaded block-padding v0.3.3 |
950 | 2023-10-05T16:15:02.021Z | Downloaded slab v0.4.9 |
951 | 2023-10-05T16:15:02.026Z | Downloaded getopts v0.2.21 |
952 | 2023-10-05T16:15:02.029Z | Downloaded der v0.7.8 |
953 | 2023-10-05T16:15:02.033Z | Downloaded unicode-bidi v0.3.13 |
954 | 2023-10-05T16:15:02.036Z | Downloaded socket2 v0.4.9 |
955 | 2023-10-05T16:15:02.040Z | Downloaded termcolor v1.2.0 |
956 | 2023-10-05T16:15:02.043Z | Downloaded httparse v1.8.0 |
957 | 2023-10-05T16:15:02.047Z | Downloaded uuid v1.4.1 |
958 | 2023-10-05T16:15:02.050Z | Downloaded zerocopy v0.3.0 |
959 | 2023-10-05T16:15:02.055Z | Downloaded serde_path_to_error v0.1.14 |
960 | 2023-10-05T16:15:02.058Z | Downloaded backtrace v0.3.69 |
961 | 2023-10-05T16:15:02.063Z | Downloaded httpdate v1.0.3 |
962 | 2023-10-05T16:15:02.067Z | Downloaded postcard v0.7.3 |
963 | 2023-10-05T16:15:02.070Z | Downloaded sct v0.7.0 |
964 | 2023-10-05T16:15:02.074Z | Downloaded futures-channel v0.3.28 |
965 | 2023-10-05T16:15:02.077Z | Downloaded tungstenite v0.20.1 |
966 | 2023-10-05T16:15:02.080Z | Downloaded slog-json v2.6.1 |
967 | 2023-10-05T16:15:02.084Z | Downloaded siphasher v0.3.11 |
968 | 2023-10-05T16:15:02.087Z | Downloaded jobserver v0.1.26 |
969 | 2023-10-05T16:15:02.090Z | Downloaded socket2 v0.5.3 |
970 | 2023-10-05T16:15:02.094Z | Downloaded env_logger v0.9.3 |
971 | 2023-10-05T16:15:02.097Z | Downloaded usdt v0.3.5 |
972 | 2023-10-05T16:15:02.101Z | Downloaded num-complex v0.4.4 |
973 | 2023-10-05T16:15:02.104Z | Downloaded thiserror-impl-no-std v2.0.2 |
974 | 2023-10-05T16:15:02.113Z | Downloaded dirs-next v2.0.0 |
975 | 2023-10-05T16:15:02.120Z | Downloaded half v1.8.2 |
976 | 2023-10-05T16:15:02.544Z | Downloaded futures-macro v0.3.28 |
977 | 2023-10-05T16:15:02.547Z | Downloaded crossbeam-utils v0.8.16 |
978 | 2023-10-05T16:15:02.551Z | Downloaded base64 v0.21.4 |
979 | 2023-10-05T16:15:02.554Z | Downloaded zeroize v1.6.0 |
980 | 2023-10-05T16:15:02.558Z | Downloaded openssl-sys v0.9.93 |
981 | 2023-10-05T16:15:02.562Z | Downloaded num-traits v0.2.16 |
982 | 2023-10-05T16:15:02.566Z | Downloaded bytes v1.5.0 |
983 | 2023-10-05T16:15:02.570Z | Downloaded arc-swap v1.6.0 |
984 | 2023-10-05T16:15:02.574Z | Downloaded elliptic-curve v0.13.5 |
985 | 2023-10-05T16:15:02.579Z | Downloaded dirs v5.0.1 |
986 | 2023-10-05T16:15:02.583Z | Downloaded hyper-tls v0.5.0 |
987 | 2023-10-05T16:15:02.587Z | Downloaded vergen v8.2.4 |
988 | 2023-10-05T16:15:02.592Z | Downloaded static_assertions v1.1.0 |
989 | 2023-10-05T16:15:02.597Z | Downloaded schemars_derive v0.8.13 |
990 | 2023-10-05T16:15:02.600Z | Downloaded fnv v1.0.7 |
991 | 2023-10-05T16:15:02.603Z | Downloaded parking_lot_core v0.8.6 |
992 | 2023-10-05T16:15:02.608Z | Downloaded home v0.5.5 |
993 | 2023-10-05T16:15:02.612Z | Downloaded hashlink v0.8.3 |
994 | 2023-10-05T16:15:02.615Z | Downloaded tokio-postgres v0.7.10 |
995 | 2023-10-05T16:15:02.618Z | Downloaded term v0.7.0 |
996 | 2023-10-05T16:15:02.621Z | Downloaded parking_lot v0.12.1 |
997 | 2023-10-05T16:15:02.624Z | Downloaded diesel_derives v2.1.1 |
998 | 2023-10-05T16:15:02.627Z | Downloaded ghash v0.5.0 |
999 | 2023-10-05T16:15:02.631Z | Downloaded wyz v0.5.1 |
1000 | 2023-10-05T16:15:02.635Z | Downloaded unicase v2.7.0 |
1001 | 2023-10-05T16:15:02.638Z | Downloaded spki v0.7.2 |
1002 | 2023-10-05T16:15:02.642Z | Downloaded dtrace-parser v0.1.14 |
1003 | 2023-10-05T16:15:02.646Z | Downloaded try-lock v0.2.4 |
1004 | 2023-10-05T16:15:02.649Z | Downloaded toml_datetime v0.6.3 |
1005 | 2023-10-05T16:15:02.653Z | Downloaded inout v0.1.3 |
1006 | 2023-10-05T16:15:02.659Z | Downloaded unsafe-libyaml v0.2.9 |
1007 | 2023-10-05T16:15:02.662Z | Downloaded foreign-types v0.5.0 |
1008 | 2023-10-05T16:15:02.665Z | Downloaded cc v1.0.83 |
1009 | 2023-10-05T16:15:02.668Z | Downloaded is-terminal v0.4.9 |
1010 | 2023-10-05T16:15:02.671Z | Downloaded hubpack v0.1.2 |
1011 | 2023-10-05T16:15:02.675Z | Downloaded heck v0.4.1 |
1012 | 2023-10-05T16:15:02.681Z | Downloaded form_urlencoded v1.2.0 |
1013 | 2023-10-05T16:15:02.685Z | Downloaded terminal_size v0.2.6 |
1014 | 2023-10-05T16:15:02.688Z | Downloaded clap v4.4.3 |
1015 | 2023-10-05T16:15:02.692Z | Downloaded rand_chacha v0.3.1 |
1016 | 2023-10-05T16:15:02.696Z | Downloaded hex-literal v0.4.1 |
1017 | 2023-10-05T16:15:02.699Z | Downloaded toolchain_find v0.2.0 |
1018 | 2023-10-05T16:15:02.703Z | Downloaded anyhow v1.0.75 |
1019 | 2023-10-05T16:15:02.706Z | Downloaded rustls-native-certs v0.6.3 |
1020 | 2023-10-05T16:15:02.709Z | Downloaded ipnetwork v0.20.0 |
1021 | 2023-10-05T16:15:02.712Z | Downloaded proc-macro2 v1.0.67 |
1022 | 2023-10-05T16:15:02.715Z | Downloaded group v0.13.0 |
1023 | 2023-10-05T16:15:02.718Z | Downloaded poly1305 v0.8.0 |
1024 | 2023-10-05T16:15:02.722Z | Downloaded pest_derive v2.7.2 |
1025 | 2023-10-05T16:15:02.725Z | Downloaded console v0.15.7 |
1026 | 2023-10-05T16:15:02.728Z | Downloaded once_cell v1.18.0 |
1027 | 2023-10-05T16:15:02.731Z | Downloaded scheduled-thread-pool v0.2.7 |
1028 | 2023-10-05T16:15:02.734Z | Downloaded ascii v1.1.0 |
1029 | 2023-10-05T16:15:02.737Z | Downloaded pretty-hex v0.2.1 |
1030 | 2023-10-05T16:15:02.743Z | Downloaded pest_meta v2.7.2 |
1031 | 2023-10-05T16:15:02.747Z | Downloaded derive_more v0.99.17 |
1032 | 2023-10-05T16:15:02.751Z | Downloaded either v1.9.0 |
1033 | 2023-10-05T16:15:02.754Z | Downloaded postgres-types v0.2.6 |
1034 | 2023-10-05T16:15:02.757Z | Downloaded aes v0.8.3 |
1035 | 2023-10-05T16:15:02.762Z | Downloaded num_enum v0.5.11 |
1036 | 2023-10-05T16:15:02.766Z | Downloaded hash32 v0.2.1 |
1037 | 2023-10-05T16:15:02.769Z | Downloaded bzip2 v0.4.4 |
1038 | 2023-10-05T16:15:02.774Z | Downloaded platforms v3.0.2 |
1039 | 2023-10-05T16:15:02.777Z | Downloaded parking_lot_core v0.9.8 |
1040 | 2023-10-05T16:15:02.780Z | Downloaded slog-bunyan v2.4.0 |
1041 | 2023-10-05T16:15:02.783Z | Downloaded slog-async v2.8.0 |
1042 | 2023-10-05T16:15:02.787Z | Downloaded sha1 v0.10.5 |
1043 | 2023-10-05T16:15:02.790Z | Downloaded rustversion v1.0.14 |
1044 | 2023-10-05T16:15:02.795Z | Downloaded rustls-pemfile v1.0.3 |
1045 | 2023-10-05T16:15:02.798Z | Downloaded humantime v2.1.0 |
1046 | 2023-10-05T16:15:02.801Z | Downloaded ansi_term v0.12.1 |
1047 | 2023-10-05T16:15:02.807Z | Downloaded untrusted v0.7.1 |
1048 | 2023-10-05T16:15:02.811Z | Downloaded quick-error v1.2.3 |
1049 | 2023-10-05T16:15:02.818Z | Downloaded pbkdf2 v0.12.2 |
1050 | 2023-10-05T16:15:02.822Z | Downloaded parse-display-derive v0.7.0 |
1051 | 2023-10-05T16:15:02.826Z | Downloaded aes-gcm v0.10.2 |
1052 | 2023-10-05T16:15:02.832Z | Downloaded structmeta v0.1.6 |
1053 | 2023-10-05T16:15:02.837Z | Downloaded want v0.3.1 |
1054 | 2023-10-05T16:15:02.842Z | Downloaded stable_deref_trait v1.2.0 |
1055 | 2023-10-05T16:15:02.848Z | Downloaded postgres-protocol v0.6.6 |
1056 | 2023-10-05T16:15:02.853Z | Downloaded cbc v0.1.2 |
1057 | 2023-10-05T16:15:02.859Z | Downloaded unicode-width v0.1.10 |
1058 | 2023-10-05T16:15:02.863Z | Downloaded textwrap v0.11.0 |
1059 | 2023-10-05T16:15:02.867Z | Downloaded memoffset v0.7.1 |
1060 | 2023-10-05T16:15:02.872Z | Downloaded deranged v0.3.8 |
1061 | 2023-10-05T16:15:02.876Z | Downloaded bit-vec v0.6.3 |
1062 | 2023-10-05T16:15:02.880Z | Downloaded quote v1.0.33 |
1063 | 2023-10-05T16:15:02.883Z | Downloaded ciborium v0.2.1 |
1064 | 2023-10-05T16:15:02.886Z | Downloaded russh-cryptovec v0.7.0 |
1065 | 2023-10-05T16:15:02.890Z | Downloaded parking_lot v0.11.2 |
1066 | 2023-10-05T16:15:02.894Z | Downloaded lock_api v0.4.10 |
1067 | 2023-10-05T16:15:02.899Z | Downloaded cancel-safe-futures v0.1.2 |
1068 | 2023-10-05T16:15:02.902Z | Downloaded password-hash v0.5.0 |
1069 | 2023-10-05T16:15:02.905Z | Downloaded multer v2.1.0 |
1070 | 2023-10-05T16:15:02.909Z | Downloaded tokio-native-tls v0.3.1 |
1071 | 2023-10-05T16:15:02.912Z | Downloaded time-macros v0.2.13 |
1072 | 2023-10-05T16:15:02.915Z | Downloaded proc-macro-error-attr v1.0.4 |
1073 | 2023-10-05T16:15:02.922Z | Downloaded proc-macro-crate v1.3.1 |
1074 | 2023-10-05T16:15:02.924Z | Downloaded async-stream v0.3.5 |
1075 | 2023-10-05T16:15:02.929Z | Downloaded num-rational v0.4.1 |
1076 | 2023-10-05T16:15:02.932Z | Downloaded native-tls v0.2.11 |
1077 | 2023-10-05T16:15:02.939Z | Downloaded mime_guess v2.0.4 |
1078 | 2023-10-05T16:15:02.948Z | Downloaded num_enum v0.7.0 |
1079 | 2023-10-05T16:15:03.374Z | Downloaded const_format_proc_macros v0.2.31 |
1080 | 2023-10-05T16:15:03.380Z | Downloaded managed v0.8.0 |
1081 | 2023-10-05T16:15:03.794Z | Downloaded foreign-types-shared v0.3.1 |
1082 | 2023-10-05T16:15:03.798Z | Downloaded usdt-macro v0.3.5 |
1083 | 2023-10-05T16:15:03.802Z | Downloaded unicode-linebreak v0.1.5 |
1084 | 2023-10-05T16:15:03.805Z | Downloaded async-trait v0.1.73 |
1085 | 2023-10-05T16:15:03.815Z | Downloaded autocfg v1.1.0 |
1086 | 2023-10-05T16:15:03.818Z | Downloaded ppv-lite86 v0.2.17 |
1087 | 2023-10-05T16:15:03.822Z | Downloaded darling v0.20.3 |
1088 | 2023-10-05T16:15:03.825Z | Downloaded num v0.4.1 |
1089 | 2023-10-05T16:15:03.828Z | Downloaded bit_field v0.10.2 |
1090 | 2023-10-05T16:15:03.835Z | Downloaded num_enum_derive v0.5.11 |
1091 | 2023-10-05T16:15:03.838Z | Downloaded log v0.4.20 |
1092 | 2023-10-05T16:15:03.842Z | Downloaded cfg-if v0.1.10 |
1093 | 2023-10-05T16:15:03.845Z | Downloaded backoff v0.4.0 |
1094 | 2023-10-05T16:15:03.849Z | Downloaded pin-project-lite v0.2.13 |
1095 | 2023-10-05T16:15:03.852Z | Downloaded async-stream-impl v0.3.5 |
1096 | 2023-10-05T16:15:03.856Z | Downloaded option-ext v0.2.0 |
1097 | 2023-10-05T16:15:03.860Z | Downloaded pbkdf2 v0.11.0 |
1098 | 2023-10-05T16:15:03.863Z | Downloaded new_debug_unreachable v1.0.4 |
1099 | 2023-10-05T16:15:03.866Z | Downloaded memoffset v0.9.0 |
1100 | 2023-10-05T16:15:03.871Z | Downloaded phf_shared v0.10.0 |
1101 | 2023-10-05T16:15:03.874Z | Downloaded anstyle v1.0.2 |
1102 | 2023-10-05T16:15:03.878Z | Downloaded difflib v0.4.0 |
1103 | 2023-10-05T16:15:03.882Z | Downloaded pkcs8 v0.10.2 |
1104 | 2023-10-05T16:15:03.885Z | Downloaded num-integer v0.1.45 |
1105 | 2023-10-05T16:15:03.889Z | Downloaded async-recursion v1.0.5 |
1106 | 2023-10-05T16:15:03.894Z | Downloaded num_enum_derive v0.7.0 |
1107 | 2023-10-05T16:15:03.897Z | Downloaded usdt-attr-macro v0.3.5 |
1108 | 2023-10-05T16:15:03.900Z | Downloaded time-core v0.1.1 |
1109 | 2023-10-05T16:15:03.905Z | Downloaded take_mut v0.2.2 |
1110 | 2023-10-05T16:15:03.908Z | Downloaded pretty-hex v0.3.0 |
1111 | 2023-10-05T16:15:03.913Z | Downloaded normalize-line-endings v0.3.0 |
1112 | 2023-10-05T16:15:03.918Z | Downloaded crypto-common v0.1.6 |
1113 | 2023-10-05T16:15:03.922Z | Downloaded md-5 v0.10.5 |
1114 | 2023-10-05T16:15:03.927Z | Downloaded colorchoice v1.0.0 |
1115 | 2023-10-05T16:15:03.933Z | Downloaded num-iter v0.1.43 |
1116 | 2023-10-05T16:15:03.937Z | Downloaded percent-encoding v2.3.0 |
1117 | 2023-10-05T16:15:03.940Z | Downloaded num_cpus v1.16.0 |
1118 | 2023-10-05T16:15:03.944Z | Downloaded libefi-sys v0.1.0 |
1119 | 2023-10-05T16:15:03.949Z | Downloaded ciborium-io v0.2.1 |
1120 | 2023-10-05T16:15:03.955Z | Downloaded bitstruct v0.1.1 |
1121 | 2023-10-05T16:15:03.960Z | Downloaded cfg-if v1.0.0 |
1122 | 2023-10-05T16:15:03.964Z | Downloaded darling_macro v0.20.3 |
1123 | 2023-10-05T16:15:03.967Z | Downloaded convert_case v0.4.0 |
1124 | 2023-10-05T16:15:03.971Z | Downloaded match_cfg v0.1.0 |
1125 | 2023-10-05T16:15:03.976Z | Downloaded anstyle-query v1.0.0 |
1126 | 2023-10-05T16:15:03.980Z | Downloaded crossbeam-epoch v0.9.15 |
1127 | 2023-10-05T16:15:03.983Z | Downloaded aead v0.5.2 |
1128 | 2023-10-05T16:15:03.986Z | Downloaded base16ct v0.2.0 |
1129 | 2023-10-05T16:15:03.990Z | Downloaded paste v1.0.14 |
1130 | 2023-10-05T16:15:03.993Z | Downloaded cipher v0.4.4 |
1131 | 2023-10-05T16:15:03.997Z | Downloaded bit-set v0.5.3 |
1132 | 2023-10-05T16:15:04.004Z | Downloaded bcrypt-pbkdf v0.10.0 |
1133 | 2023-10-05T16:15:04.012Z | Downloaded anstyle-parse v0.2.1 |
1134 | 2023-10-05T16:15:04.016Z | Downloaded anstream v0.5.0 |
1135 | 2023-10-05T16:15:04.019Z | Downloaded ahash v0.8.3 |
1136 | 2023-10-05T16:15:04.022Z | Downloaded polyval v0.6.1 |
1137 | 2023-10-05T16:15:04.026Z | Downloaded data-encoding v2.4.0 |
1138 | 2023-10-05T16:15:04.029Z | Downloaded argon2 v0.5.2 |
1139 | 2023-10-05T16:15:04.032Z | Downloaded adler v1.0.2 |
1140 | 2023-10-05T16:15:04.036Z | Downloaded md5 v0.7.0 |
1141 | 2023-10-05T16:15:04.040Z | Downloaded linked-hash-map v0.5.6 |
1142 | 2023-10-05T16:15:04.045Z | Downloaded blowfish v0.9.1 |
1143 | 2023-10-05T16:15:04.050Z | Downloaded block-buffer v0.10.4 |
1144 | 2023-10-05T16:15:04.053Z | Compiling proc-macro2 v1.0.67 |
1145 | 2023-10-05T16:15:04.058Z | Compiling unicode-ident v1.0.12 |
1146 | 2023-10-05T16:15:04.068Z | Compiling libc v0.2.148 |
1147 | 2023-10-05T16:15:04.071Z | Compiling serde v1.0.188 |
1148 | 2023-10-05T16:15:04.075Z | Compiling version_check v0.9.4 |
1149 | 2023-10-05T16:15:04.080Z | Compiling autocfg v1.1.0 |
1150 | 2023-10-05T16:15:04.084Z | Compiling cfg-if v1.0.0 |
1151 | 2023-10-05T16:15:04.088Z | Compiling syn v1.0.109 |
1152 | 2023-10-05T16:15:04.091Z | Compiling typenum v1.16.0 |
1153 | 2023-10-05T16:15:04.095Z | Compiling once_cell v1.18.0 |
1154 | 2023-10-05T16:15:04.186Z | Compiling parking_lot_core v0.9.8 |
1155 | 2023-10-05T16:15:04.267Z | Compiling generic-array v0.14.7 |
1156 | 2023-10-05T16:15:04.324Z | Compiling lock_api v0.4.10 |
1157 | 2023-10-05T16:15:05.307Z | Compiling thiserror v1.0.49 |
1158 | 2023-10-05T16:15:05.310Z | Compiling libm v0.2.7 |
1159 | 2023-10-05T16:15:05.316Z | Compiling num-traits v0.2.16 |
1160 | 2023-10-05T16:15:05.370Z | Compiling itoa v1.0.9 |
1161 | 2023-10-05T16:15:05.566Z | Compiling futures-core v0.3.28 |
1162 | 2023-10-05T16:15:05.705Z | Compiling ahash v0.8.3 |
1163 | 2023-10-05T16:15:05.789Z | Compiling memchr v2.6.3 |
1164 | 2023-10-05T16:15:06.009Z | Compiling log v0.4.20 |
1165 | 2023-10-05T16:15:06.355Z | Compiling serde_json v1.0.107 |
1166 | 2023-10-05T16:15:06.460Z | Compiling slab v0.4.9 |
1167 | 2023-10-05T16:15:06.789Z | Compiling quote v1.0.33 |
1168 | 2023-10-05T16:15:06.865Z | Compiling futures-channel v0.3.28 |
1169 | 2023-10-05T16:15:06.894Z | Compiling futures-task v0.3.28 |
1170 | 2023-10-05T16:15:07.109Z | Compiling futures-util v0.3.28 |
1171 | 2023-10-05T16:15:07.345Z | Compiling getrandom v0.2.10 |
1172 | 2023-10-05T16:15:07.376Z | Compiling syn v2.0.32 |
1173 | 2023-10-05T16:15:07.979Z | Compiling jobserver v0.1.26 |
1174 | 2023-10-05T16:15:08.025Z | Compiling rand_core v0.6.4 |
1175 | 2023-10-05T16:15:08.139Z | Compiling pkg-config v0.3.27 |
1176 | 2023-10-05T16:15:08.774Z | Compiling cc v1.0.83 |
1177 | 2023-10-05T16:15:08.868Z | Compiling ryu v1.0.15 |
1178 | 2023-10-05T16:15:09.085Z | Compiling allocator-api2 v0.2.16 |
1179 | 2023-10-05T16:15:09.138Z | Compiling vcpkg v0.2.15 |
1180 | 2023-10-05T16:15:09.936Z | Compiling equivalent v1.0.1 |
1181 | 2023-10-05T16:15:10.035Z | Compiling schemars v0.8.13 |
1182 | 2023-10-05T16:15:10.367Z | Compiling hashbrown v0.14.0 |
1183 | 2023-10-05T16:15:10.518Z | Compiling byteorder v1.4.3 |
1184 | 2023-10-05T16:15:10.811Z | Compiling httparse v1.8.0 |
1185 | 2023-10-05T16:15:11.414Z | Compiling ahash v0.7.6 |
1186 | 2023-10-05T16:15:11.897Z | Compiling scopeguard v1.2.0 |
1187 | 2023-10-05T16:15:12.084Z | Compiling semver v1.0.18 |
1188 | 2023-10-05T16:15:12.254Z | Compiling iana-time-zone v0.1.57 |
1189 | 2023-10-05T16:15:12.822Z | Compiling smallvec v1.11.0 |
1190 | 2023-10-05T16:15:13.008Z | Compiling fnv v1.0.7 |
1191 | 2023-10-05T16:15:13.125Z | Compiling heck v0.4.1 |
1192 | 2023-10-05T16:15:13.225Z | Compiling indexmap v1.9.3 |
1193 | 2023-10-05T16:15:13.499Z | Compiling time-core v0.1.1 |
1194 | 2023-10-05T16:15:13.590Z | Compiling ring v0.16.20 |
1195 | 2023-10-05T16:15:13.654Z | Compiling pin-project-lite v0.2.13 |
1196 | 2023-10-05T16:15:13.757Z | Compiling dyn-clone v1.0.13 |
1197 | 2023-10-05T16:15:13.760Z | Compiling time-macros v0.2.13 |
1198 | 2023-10-05T16:15:13.788Z | Compiling openssl-sys v0.9.93 |
1199 | 2023-10-05T16:15:13.846Z | Compiling subtle v2.5.0 |
1200 | 2023-10-05T16:15:14.064Z | Compiling ucd-trie v0.1.6 |
1201 | 2023-10-05T16:15:14.317Z | Compiling winnow v0.5.15 |
1202 | 2023-10-05T16:15:15.005Z | Compiling parking_lot v0.12.1 |
1203 | 2023-10-05T16:15:15.085Z | Compiling slog v2.7.0 |
1204 | 2023-10-05T16:15:15.841Z | Compiling openssl v0.10.57 |
1205 | 2023-10-05T16:15:16.322Z | Compiling rustls v0.21.7 |
1206 | 2023-10-05T16:15:16.470Z | Compiling tinyvec_macros v0.1.1 |
1207 | 2023-10-05T16:15:16.604Z | Compiling tinyvec v1.6.0 |
1208 | 2023-10-05T16:15:16.665Z | Compiling ppv-lite86 v0.2.17 |
1209 | 2023-10-05T16:15:17.526Z | Compiling socket2 v0.5.3 |
1210 | 2023-10-05T16:15:17.733Z | Compiling mio v0.8.8 |
1211 | 2023-10-05T16:15:18.699Z | Compiling num_cpus v1.16.0 |
1212 | 2023-10-05T16:15:18.874Z | Compiling signal-hook-registry v1.4.1 |
1213 | 2023-10-05T16:15:19.116Z | Compiling native-tls v0.2.11 |
1214 | 2023-10-05T16:15:19.305Z | Compiling unicode-normalization v0.1.22 |
1215 | 2023-10-05T16:15:19.557Z | Compiling unicode-bidi v0.3.13 |
1216 | 2023-10-05T16:15:19.795Z | Compiling spin v0.5.2 |
1217 | 2023-10-05T16:15:20.153Z | Compiling unicode-xid v0.2.4 |
1218 | 2023-10-05T16:15:20.175Z | Compiling rand_chacha v0.3.1 |
1219 | 2023-10-05T16:15:20.328Z | Compiling percent-encoding v2.3.0 |
1220 | 2023-10-05T16:15:20.395Z | Compiling serde_derive_internals v0.26.0 |
1221 | 2023-10-05T16:15:20.889Z | Compiling rand v0.8.5 |
1222 | 2023-10-05T16:15:21.233Z | Compiling form_urlencoded v1.2.0 |
1223 | 2023-10-05T16:15:21.658Z | Compiling futures-sink v0.3.28 |
1224 | 2023-10-05T16:15:21.739Z | Compiling synstructure v0.12.6 |
1225 | 2023-10-05T16:15:21.870Z | Compiling backtrace v0.3.69 |
1226 | 2023-10-05T16:15:22.085Z | Compiling async-trait v0.1.73 |
1227 | 2023-10-05T16:15:22.141Z | Compiling pin-utils v0.1.0 |
1228 | 2023-10-05T16:15:22.275Z | Compiling crossbeam-utils v0.8.16 |
1229 | 2023-10-05T16:15:22.824Z | Compiling idna v0.4.0 |
1230 | 2023-10-05T16:15:23.773Z | Compiling aho-corasick v1.0.4 |
1231 | 2023-10-05T16:15:23.896Z | Compiling const-oid v0.9.5 |
1232 | 2023-10-05T16:15:24.271Z | Compiling futures-io v0.3.28 |
1233 | 2023-10-05T16:15:24.329Z | Compiling regex-syntax v0.7.5 |
1234 | 2023-10-05T16:15:24.506Z | Compiling url v2.4.1 |
1235 | 2023-10-05T16:15:24.745Z | Compiling hashbrown v0.12.3 |
1236 | 2023-10-05T16:15:25.736Z | Compiling anyhow v1.0.75 |
1237 | 2023-10-05T16:15:26.436Z | Compiling unicode-width v0.1.10 |
1238 | 2023-10-05T16:15:26.680Z | Compiling num_threads v0.1.6 |
1239 | 2023-10-05T16:15:26.858Z | Compiling deranged v0.3.8 |
1240 | 2023-10-05T16:15:27.156Z | Compiling usdt-impl v0.3.5 |
1241 | 2023-10-05T16:15:27.205Z | Compiling thread-id v4.2.0 |
1242 | 2023-10-05T16:15:27.342Z | Compiling tracing-core v0.1.31 |
1243 | 2023-10-05T16:15:27.798Z | Compiling hashbrown v0.13.2 |
1244 | 2023-10-05T16:15:28.521Z | Compiling cpufeatures v0.2.9 |
1245 | 2023-10-05T16:15:28.679Z | Compiling adler v1.0.2 |
1246 | 2023-10-05T16:15:29.030Z | Compiling miniz_oxide v0.7.1 |
1247 | 2023-10-05T16:15:29.766Z | Compiling lazy_static v1.4.0 |
1248 | 2023-10-05T16:15:30.219Z | Compiling time v0.3.27 |
1249 | 2023-10-05T16:15:31.140Z | Compiling regex-automata v0.3.8 |
1250 | 2023-10-05T16:15:31.838Z | Compiling bitflags v1.3.2 |
1251 | 2023-10-05T16:15:31.883Z | Compiling rustix v0.38.9 |
1252 | 2023-10-05T16:15:32.717Z | Compiling gimli v0.28.0 |
1253 | 2023-10-05T16:15:32.742Z | Compiling serde_derive v1.0.188 |
1254 | 2023-10-05T16:15:32.785Z | Compiling zeroize_derive v1.4.2 |
1255 | 2023-10-05T16:15:34.547Z | Compiling thiserror-impl v1.0.49 |
1256 | 2023-10-05T16:15:35.081Z | Compiling tokio-macros v2.1.0 |
1257 | 2023-10-05T16:15:35.216Z | Compiling futures-macro v0.3.28 |
1258 | 2023-10-05T16:15:36.664Z | Compiling tracing-attributes v0.1.26 |
1259 | 2023-10-05T16:15:37.581Z | Compiling schemars_derive v0.8.13 |
1260 | 2023-10-05T16:15:38.519Z | Compiling zeroize v1.6.0 |
1261 | 2023-10-05T16:15:39.553Z | Compiling pest v2.7.2 |
1262 | 2023-10-05T16:15:39.936Z | Compiling openssl-macros v0.1.1 |
1263 | 2023-10-05T16:15:41.057Z | Compiling zerocopy-derive v0.2.0 |
1264 | 2023-10-05T16:15:41.515Z | Compiling crypto-common v0.1.6 |
1265 | 2023-10-05T16:15:41.585Z | Compiling block-buffer v0.10.4 |
1266 | 2023-10-05T16:15:41.947Z | Compiling digest v0.10.7 |
1267 | 2023-10-05T16:15:42.614Z | Compiling regex v1.9.5 |
1268 | 2023-10-05T16:15:42.639Z | Compiling tracing v0.1.37 |
1269 | 2023-10-05T16:15:43.981Z | Compiling pest_meta v2.7.2 |
1270 | 2023-10-05T16:15:44.147Z | Compiling zerocopy v0.3.0 |
1271 | 2023-10-05T16:15:44.652Z | Compiling addr2line v0.21.0 |
1272 | 2023-10-05T16:15:45.502Z | Compiling dof v0.1.5 |
1273 | 2023-10-05T16:15:45.886Z | Compiling object v0.32.1 |
1274 | 2023-10-05T16:15:46.976Z | Compiling pest_generator v2.7.2 |
1275 | 2023-10-05T16:15:47.112Z | Compiling siphasher v0.3.11 |
1276 | 2023-10-05T16:15:47.799Z | Compiling rustc-demangle v0.1.23 |
1277 | 2023-10-05T16:15:49.521Z | Compiling base64 v0.21.4 |
1278 | 2023-10-05T16:15:50.124Z | Compiling untrusted v0.7.1 |
1279 | 2023-10-05T16:15:50.217Z | Compiling socket2 v0.4.9 |
1280 | 2023-10-05T16:15:51.559Z | Compiling pest_derive v2.7.2 |
1281 | 2023-10-05T16:15:51.578Z | Compiling phf_shared v0.11.2 |
1282 | 2023-10-05T16:15:51.675Z | Compiling try-lock v0.2.4 |
1283 | 2023-10-05T16:15:51.890Z | Compiling httpdate v1.0.3 |
1284 | 2023-10-05T16:15:52.171Z | Compiling want v0.3.1 |
1285 | 2023-10-05T16:15:52.556Z | Compiling openssl-probe v0.1.5 |
1286 | 2023-10-05T16:15:52.633Z | Compiling strsim v0.10.0 |
1287 | 2023-10-05T16:15:52.636Z | Compiling foreign-types-shared v0.1.1 |
1288 | 2023-10-05T16:15:52.714Z | Compiling dtrace-parser v0.1.14 |
1289 | 2023-10-05T16:15:52.809Z | Compiling tower-service v0.3.2 |
1290 | 2023-10-05T16:15:53.021Z | Compiling mime v0.3.17 |
1291 | 2023-10-05T16:15:53.310Z | Compiling foreign-types v0.3.2 |
1292 | 2023-10-05T16:15:54.061Z | Compiling sct v0.7.0 |
1293 | 2023-10-05T16:15:54.064Z | Compiling rustls-webpki v0.101.4 |
1294 | 2023-10-05T16:15:54.521Z | Compiling ipnet v2.8.0 |
1295 | 2023-10-05T16:15:56.672Z | Compiling bytes v1.5.0 |
1296 | 2023-10-05T16:15:57.024Z | Compiling indexmap v2.0.0 |
1297 | 2023-10-05T16:15:57.116Z | Compiling chrono v0.4.31 |
1298 | 2023-10-05T16:15:57.412Z | Compiling uuid v1.4.1 |
1299 | 2023-10-05T16:15:58.586Z | Compiling toml_datetime v0.6.3 |
1300 | 2023-10-05T16:15:58.903Z | Compiling serde_spanned v0.6.3 |
1301 | 2023-10-05T16:15:59.064Z | Compiling http v0.2.9 |
1302 | 2023-10-05T16:15:59.196Z | Compiling toml_edit v0.19.15 |
1303 | 2023-10-05T16:15:59.285Z | Compiling tokio v1.32.0 |
1304 | 2023-10-05T16:16:00.933Z | Compiling openapiv3 v1.0.3 |
1305 | 2023-10-05T16:16:03.446Z | Compiling bitflags v2.4.0 |
1306 | 2023-10-05T16:16:04.110Z | Compiling serde_tokenstream v0.1.7 |
1307 | 2023-10-05T16:16:04.173Z | Compiling rustc_version v0.4.0 |
1308 | 2023-10-05T16:16:05.800Z | Compiling usdt-attr-macro v0.3.5 |
1309 | 2023-10-05T16:16:06.913Z | Compiling usdt-macro v0.3.5 |
1310 | 2023-10-05T16:16:07.060Z | Compiling http-body v0.4.5 |
1311 | 2023-10-05T16:16:07.720Z | Compiling serde_tokenstream v0.2.0 |
1312 | 2023-10-05T16:16:08.608Z | Compiling rustls-pemfile v1.0.3 |
1313 | 2023-10-05T16:16:08.911Z | Compiling regress v0.7.1 |
1314 | 2023-10-05T16:16:09.224Z | Compiling encoding_rs v0.8.33 |
1315 | 2023-10-05T16:16:09.634Z | Compiling rustls-native-certs v0.6.3 |
1316 | 2023-10-05T16:16:09.812Z | Compiling serde_urlencoded v0.7.1 |
1317 | 2023-10-05T16:16:10.679Z | Compiling webpki-roots v0.25.2 |
1318 | 2023-10-05T16:16:10.929Z | Compiling errno v0.3.2 |
1319 | 2023-10-05T16:16:11.227Z | Compiling getopts v0.2.21 |
1320 | 2023-10-05T16:16:11.768Z | Compiling unsafe-libyaml v0.2.9 |
1321 | 2023-10-05T16:16:12.535Z | Compiling futures-executor v0.3.28 |
1322 | 2023-10-05T16:16:13.071Z | Compiling tokio-util v0.7.8 |
1323 | 2023-10-05T16:16:13.254Z | Compiling tokio-rustls v0.24.1 |
1324 | 2023-10-05T16:16:14.985Z | Compiling h2 v0.3.21 |
1325 | 2023-10-05T16:16:15.062Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1326 | 2023-10-05T16:16:15.545Z | Compiling serde_yaml v0.9.25 |
1327 | 2023-10-05T16:16:17.640Z | Compiling hmac v0.12.1 |
1328 | 2023-10-05T16:16:17.997Z | Compiling num-integer v0.1.45 |
1329 | 2023-10-05T16:16:18.611Z | Compiling rustversion v1.0.14 |
1330 | 2023-10-05T16:16:19.435Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2023-10-05T16:16:19.608Z | Compiling usdt v0.3.5 |
1332 | 2023-10-05T16:16:19.852Z | Compiling hex v0.4.3 |
1333 | 2023-10-05T16:16:20.039Z | Compiling sha2 v0.10.7 |
1334 | 2023-10-05T16:16:20.925Z | Compiling block-padding v0.3.3 |
1335 | 2023-10-05T16:16:21.499Z | Compiling inout v0.1.3 |
1336 | 2023-10-05T16:16:21.990Z | Compiling cipher v0.4.4 |
1337 | 2023-10-05T16:16:22.366Z | Compiling toml v0.7.8 |
1338 | 2023-10-05T16:16:25.235Z | Compiling crc32fast v1.3.2 |
1339 | 2023-10-05T16:16:25.320Z | Compiling fallible-iterator v0.2.0 |
1340 | 2023-10-05T16:16:25.912Z | Compiling futures v0.3.28 |
1341 | 2023-10-05T16:16:25.951Z | Compiling ipnetwork v0.20.0 |
1342 | 2023-10-05T16:16:26.283Z | Compiling spin v0.9.8 |
1343 | 2023-10-05T16:16:26.509Z | Compiling either v1.9.0 |
1344 | 2023-10-05T16:16:26.882Z | Compiling hyper v0.14.27 |
1345 | 2023-10-05T16:16:26.903Z | Compiling md-5 v0.10.5 |
1346 | 2023-10-05T16:16:27.059Z | Compiling stringprep v0.1.3 |
1347 | 2023-10-05T16:16:27.279Z | Compiling io-lifetimes v1.0.11 |
1348 | 2023-10-05T16:16:27.846Z | Compiling postgres-protocol v0.6.6 |
1349 | 2023-10-05T16:16:28.513Z | Compiling enum-as-inner v0.5.1 |
1350 | 2023-10-05T16:16:28.874Z | Compiling slog-async v2.8.0 |
1351 | 2023-10-05T16:16:30.156Z | Compiling postgres-types v0.2.6 |
1352 | 2023-10-05T16:16:30.200Z | Compiling phf v0.11.2 |
1353 | 2023-10-05T16:16:30.394Z | Compiling console v0.15.7 |
1354 | 2023-10-05T16:16:30.611Z | Compiling num-bigint v0.4.4 |
1355 | 2023-10-05T16:16:30.676Z | Compiling data-encoding v2.4.0 |
1356 | 2023-10-05T16:16:31.400Z | Compiling rustix v0.37.23 |
1357 | 2023-10-05T16:16:32.344Z | Compiling whoami v1.4.1 |
1358 | 2023-10-05T16:16:32.755Z | Compiling tokio-postgres v0.7.10 |
1359 | 2023-10-05T16:16:33.957Z | Compiling zerocopy-derive v0.6.3 |
1360 | 2023-10-05T16:16:35.439Z | Compiling static_assertions v1.1.0 |
1361 | 2023-10-05T16:16:36.157Z | Compiling ident_case v1.0.1 |
1362 | 2023-10-05T16:16:37.181Z | Compiling darling_core v0.20.3 |
1363 | 2023-10-05T16:16:37.909Z | Compiling camino v1.1.6 |
1364 | 2023-10-05T16:16:38.902Z | Compiling hyper-tls v0.5.0 |
1365 | 2023-10-05T16:16:39.086Z | Compiling hyper-rustls v0.24.1 |
1366 | 2023-10-05T16:16:39.543Z | Compiling flate2 v1.0.27 |
1367 | 2023-10-05T16:16:40.327Z | Compiling reqwest v0.11.20 |
1368 | 2023-10-05T16:16:41.176Z | Compiling strum_macros v0.25.2 |
1369 | 2023-10-05T16:16:41.930Z | Compiling heapless v0.7.16 |
1370 | 2023-10-05T16:16:42.521Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2023-10-05T16:16:43.194Z | Compiling memoffset v0.9.0 |
1372 | 2023-10-05T16:16:43.611Z | Compiling unicode-segmentation v1.10.1 |
1373 | 2023-10-05T16:16:44.616Z | Compiling radium v0.7.0 |
1374 | 2023-10-05T16:16:45.246Z | Compiling managed v0.8.0 |
1375 | 2023-10-05T16:16:45.253Z | Compiling matches v0.1.10 |
1376 | 2023-10-05T16:16:45.414Z | Compiling idna v0.2.3 |
1377 | 2023-10-05T16:16:46.484Z | Compiling darling_macro v0.20.3 |
1378 | 2023-10-05T16:16:46.854Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1379 | 2023-10-05T16:16:48.063Z | Compiling darling v0.20.3 |
1380 | 2023-10-05T16:16:48.219Z | Compiling multer v2.1.0 |
1381 | 2023-10-05T16:16:48.319Z | Compiling serde_with_macros v2.3.3 |
1382 | 2023-10-05T16:16:49.153Z | Compiling trust-dns-proto v0.22.0 |
1383 | 2023-10-05T16:16:49.445Z | Compiling async-stream-impl v0.3.5 |
1384 | 2023-10-05T16:16:50.608Z | Compiling num-iter v0.1.43 |
1385 | 2023-10-05T16:16:51.027Z | Compiling crossbeam-epoch v0.9.15 |
1386 | 2023-10-05T16:16:51.360Z | Compiling smoltcp v0.9.1 |
1387 | 2023-10-05T16:16:51.495Z | Compiling utf8parse v0.2.1 |
1388 | 2023-10-05T16:16:51.635Z | Compiling paste v1.0.14 |
1389 | 2023-10-05T16:16:52.075Z | Compiling anstyle v1.0.2 |
1390 | 2023-10-05T16:16:52.277Z | Compiling bit-vec v0.6.3 |
1391 | 2023-10-05T16:16:52.281Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1392 | 2023-10-05T16:16:52.824Z | Compiling anstyle-parse v0.2.1 |
1393 | 2023-10-05T16:16:54.484Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1394 | 2023-10-05T16:16:54.688Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1395 | 2023-10-05T16:16:54.763Z | Compiling zerocopy v0.6.3 |
1396 | 2023-10-05T16:16:56.143Z | Compiling signature v2.1.0 |
1397 | 2023-10-05T16:16:56.472Z | Compiling hubpack_derive v0.1.1 |
1398 | 2023-10-05T16:16:57.275Z | Compiling clap_derive v4.4.2 |
1399 | 2023-10-05T16:16:57.418Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1400 | 2023-10-05T16:16:57.789Z | Compiling anstyle-query v1.0.0 |
1401 | 2023-10-05T16:16:57.839Z | Compiling colorchoice v1.0.0 |
1402 | 2023-10-05T16:16:58.122Z | Compiling anstream v0.5.0 |
1403 | 2023-10-05T16:16:58.156Z | Compiling terminal_size v0.2.6 |
1404 | 2023-10-05T16:16:59.324Z | Compiling yasna v0.5.2 |
1405 | 2023-10-05T16:16:59.347Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1406 | 2023-10-05T16:17:00.852Z | Compiling structmeta-derive v0.1.6 |
1407 | 2023-10-05T16:17:01.601Z | Compiling diesel_table_macro_syntax v0.1.0 |
1408 | 2023-10-05T16:17:02.206Z | Compiling hash32 v0.2.1 |
1409 | 2023-10-05T16:17:02.559Z | Compiling tap v1.0.1 |
1410 | 2023-10-05T16:17:02.661Z | Compiling clap_lex v0.5.1 |
1411 | 2023-10-05T16:17:02.847Z | Compiling stable_deref_trait v1.2.0 |
1412 | 2023-10-05T16:17:03.480Z | Compiling clap_builder v4.4.2 |
1413 | 2023-10-05T16:17:03.534Z | Compiling wyz v0.5.1 |
1414 | 2023-10-05T16:17:04.215Z | Compiling diesel_derives v2.1.1 |
1415 | 2023-10-05T16:17:04.404Z | Compiling itertools v0.10.5 |
1416 | 2023-10-05T16:17:05.040Z | Compiling tokio-stream v0.1.14 |
1417 | 2023-10-05T16:17:05.094Z | Compiling serde_repr v0.1.16 |
1418 | 2023-10-05T16:17:05.354Z | Compiling structmeta v0.1.6 |
1419 | 2023-10-05T16:17:05.382Z | Compiling scheduled-thread-pool v0.2.7 |
1420 | 2023-10-05T16:17:06.007Z | Compiling regex-syntax v0.6.29 |
1421 | 2023-10-05T16:17:06.372Z | Compiling regex-automata v0.1.10 |
1422 | 2023-10-05T16:17:06.640Z | Compiling funty v2.0.0 |
1423 | 2023-10-05T16:17:06.832Z | Compiling r2d2 v0.8.10 |
1424 | 2023-10-05T16:17:07.165Z | Compiling bstr v0.2.17 |
1425 | 2023-10-05T16:17:08.335Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1426 | 2023-10-05T16:17:09.305Z | Compiling bitvec v1.0.1 |
1427 | 2023-10-05T16:17:10.130Z | Compiling clap v4.4.3 |
1428 | 2023-10-05T16:17:10.771Z | Compiling hubpack v0.1.2 |
1429 | 2023-10-05T16:17:11.391Z | Compiling phf_shared v0.10.0 |
1430 | 2023-10-05T16:17:11.540Z | Compiling float-cmp v0.9.0 |
1431 | 2023-10-05T16:17:11.907Z | Compiling unicode-linebreak v0.1.5 |
1432 | 2023-10-05T16:17:11.929Z | Compiling new_debug_unreachable v1.0.4 |
1433 | 2023-10-05T16:17:12.023Z | Compiling fixedbitset v0.4.2 |
1434 | 2023-10-05T16:17:12.067Z | Compiling precomputed-hash v0.1.1 |
1435 | 2023-10-05T16:17:12.233Z | Compiling normalize-line-endings v0.3.0 |
1436 | 2023-10-05T16:17:12.412Z | Compiling smawk v0.3.1 |
1437 | 2023-10-05T16:17:12.727Z | Compiling difflib v0.4.0 |
1438 | 2023-10-05T16:17:12.781Z | Compiling predicates-core v1.0.6 |
1439 | 2023-10-05T16:17:12.805Z | Compiling textwrap v0.16.0 |
1440 | 2023-10-05T16:17:13.428Z | Compiling predicates v3.0.3 |
1441 | 2023-10-05T16:17:15.055Z | Compiling petgraph v0.6.4 |
1442 | 2023-10-05T16:17:15.617Z | Compiling parse-display-derive v0.7.0 |
1443 | 2023-10-05T16:17:15.648Z | Compiling string_cache v0.8.7 |
1444 | 2023-10-05T16:17:16.340Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1445 | 2023-10-05T16:17:16.435Z | Compiling similar v2.2.1 |
1446 | 2023-10-05T16:17:17.068Z | Compiling bit-set v0.5.3 |
1447 | 2023-10-05T16:17:17.698Z | Compiling bstr v1.6.0 |
1448 | 2023-10-05T16:17:20.875Z | Compiling lalrpop-util v0.19.12 |
1449 | 2023-10-05T16:17:28.393Z | Compiling diesel v2.1.1 |
1450 | 2023-10-05T16:17:41.402Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1451 | 2023-10-05T16:17:42.056Z | Compiling proc-macro-crate v1.3.1 |
1452 | 2023-10-05T16:17:46.892Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1453 | 2023-10-05T16:18:12.133Z | Compiling atty v0.2.14 |
1454 | 2023-10-05T16:18:14.418Z | Compiling sha1 v0.10.5 |
1455 | 2023-10-05T16:18:14.845Z | Compiling match_cfg v0.1.0 |
1456 | 2023-10-05T16:18:14.986Z | Compiling hostname v0.3.1 |
1457 | 2023-10-05T16:18:16.602Z | Compiling dirs-sys-next v0.1.2 |
1458 | 2023-10-05T16:18:17.238Z | Compiling dirs-next v2.0.0 |
1459 | 2023-10-05T16:18:18.426Z | Compiling thread_local v1.1.7 |
1460 | 2023-10-05T16:18:20.254Z | Compiling term v0.7.0 |
1461 | 2023-10-05T16:18:20.340Z | Compiling crossbeam-channel v0.5.8 |
1462 | 2023-10-05T16:18:21.375Z | Compiling take_mut v0.2.2 |
1463 | 2023-10-05T16:18:22.636Z | Compiling slog-term v2.9.0 |
1464 | 2023-10-05T16:18:23.978Z | Compiling slog-json v2.6.1 |
1465 | 2023-10-05T16:18:24.590Z | Compiling instant v0.1.12 |
1466 | 2023-10-05T16:18:24.832Z | Compiling slog-bunyan v2.4.0 |
1467 | 2023-10-05T16:18:26.284Z | Compiling strum v0.25.0 |
1468 | 2023-10-05T16:18:26.611Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1469 | 2023-10-05T16:18:26.971Z | Compiling atomic-waker v1.1.1 |
1470 | 2023-10-05T16:18:27.268Z | Compiling waitgroup v0.1.2 |
1471 | 2023-10-05T16:18:27.448Z | Compiling num_enum_derive v0.5.11 |
1472 | 2023-10-05T16:18:27.612Z | Compiling serde_with v2.3.3 |
1473 | 2023-10-05T16:18:28.271Z | Compiling async-stream v0.3.5 |
1474 | 2023-10-05T16:18:29.078Z | Compiling serde_path_to_error v0.1.14 |
1475 | 2023-10-05T16:18:29.797Z | Compiling libz-sys v1.1.12 |
1476 | 2023-10-05T16:18:30.226Z | Compiling debug-ignore v1.0.5 |
1477 | 2023-10-05T16:18:32.567Z | Compiling slog-dtrace v0.2.3 |
1478 | 2023-10-05T16:18:32.997Z | Compiling proc-macro-error-attr v1.0.4 |
1479 | 2023-10-05T16:18:33.794Z | Compiling fastrand v2.0.0 |
1480 | 2023-10-05T16:18:34.711Z | Compiling tempfile v3.8.0 |
1481 | 2023-10-05T16:18:38.039Z | Compiling backoff v0.4.0 |
1482 | 2023-10-05T16:18:38.064Z | Compiling parse-display v0.7.0 |
1483 | 2023-10-05T16:18:39.721Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1484 | 2023-10-05T16:18:39.727Z | Compiling macaddr v1.0.1 |
1485 | 2023-10-05T16:18:40.138Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1486 | 2023-10-05T16:18:40.142Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1487 | 2023-10-05T16:18:40.242Z | Compiling proc-macro-error v1.0.4 |
1488 | 2023-10-05T16:18:40.674Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1489 | 2023-10-05T16:18:42.328Z | Compiling libsqlite3-sys v0.26.0 |
1490 | 2023-10-05T16:18:42.357Z | Compiling memoffset v0.7.1 |
1491 | 2023-10-05T16:18:43.078Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1492 | 2023-10-05T16:18:45.202Z | Compiling vergen v8.2.4 |
1493 | 2023-10-05T16:18:45.513Z | Compiling foreign-types-macros v0.2.3 |
1494 | 2023-10-05T16:18:45.913Z | Compiling base64ct v1.6.0 |
1495 | 2023-10-05T16:18:49.077Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1496 | 2023-10-05T16:18:49.133Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1497 | 2023-10-05T16:18:53.235Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1498 | 2023-10-05T16:18:54.573Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1499 | 2023-10-05T16:18:55.890Z | Compiling platforms v3.0.2 |
1500 | 2023-10-05T16:18:56.047Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1501 | 2023-10-05T16:18:56.066Z | Compiling num_enum_derive v0.7.0 |
1502 | 2023-10-05T16:18:56.398Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1503 | 2023-10-05T16:18:56.491Z | Compiling cfg-if v0.1.10 |
1504 | 2023-10-05T16:18:56.637Z | Compiling password-hash v0.5.0 |
1505 | 2023-10-05T16:18:57.262Z | Compiling curve25519-dalek v4.1.0 |
1506 | 2023-10-05T16:18:57.813Z | Compiling heck v0.3.3 |
1507 | 2023-10-05T16:18:58.096Z | Compiling blake2 v0.10.6 |
1508 | 2023-10-05T16:18:58.148Z | Compiling libefi-sys v0.1.0 |
1509 | 2023-10-05T16:18:58.516Z | Compiling structopt-derive v0.4.18 |
1510 | 2023-10-05T16:18:58.766Z | Compiling zone_cfg_derive v0.2.0 |
1511 | 2023-10-05T16:18:58.872Z | Compiling argon2 v0.5.2 |
1512 | 2023-10-05T16:19:00.062Z | Compiling curve25519-dalek-derive v0.1.0 |
1513 | 2023-10-05T16:19:00.307Z | Compiling same-file v1.0.6 |
1514 | 2023-10-05T16:19:00.381Z | Compiling toml v0.5.11 |
1515 | 2023-10-05T16:19:00.649Z | Compiling walkdir v2.4.0 |
1516 | 2023-10-05T16:19:01.325Z | Compiling semver-parser v0.10.2 |
1517 | 2023-10-05T16:19:01.761Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1518 | 2023-10-05T16:19:02.337Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1519 | 2023-10-05T16:19:02.360Z | Compiling erased-serde v0.3.30 |
1520 | 2023-10-05T16:19:02.778Z | Compiling getrandom v0.1.16 |
1521 | 2023-10-05T16:19:03.180Z | Compiling semver v0.11.0 |
1522 | 2023-10-05T16:19:03.512Z | Compiling universal-hash v0.5.1 |
1523 | 2023-10-05T16:19:03.536Z | Compiling bitstruct_derive v0.1.0 |
1524 | 2023-10-05T16:19:03.819Z | Compiling async-recursion v1.0.5 |
1525 | 2023-10-05T16:19:04.361Z | Compiling xattr v1.0.1 |
1526 | 2023-10-05T16:19:04.571Z | Compiling filetime v0.2.22 |
1527 | 2023-10-05T16:19:04.786Z | Compiling opaque-debug v0.3.0 |
1528 | 2023-10-05T16:19:04.790Z | Compiling home v0.5.5 |
1529 | 2023-10-05T16:19:04.937Z | Compiling tar v0.4.40 |
1530 | 2023-10-05T16:19:05.064Z | Compiling toolchain_find v0.2.0 |
1531 | 2023-10-05T16:19:05.378Z | Compiling num-rational v0.4.1 |
1532 | 2023-10-05T16:19:05.499Z | Compiling unicase v2.7.0 |
1533 | 2023-10-05T16:19:05.744Z | Compiling parking_lot_core v0.8.6 |
1534 | 2023-10-05T16:19:05.879Z | Compiling rustfmt-wrapper v0.2.0 |
1535 | 2023-10-05T16:19:06.201Z | Compiling num_enum v0.5.11 |
1536 | 2023-10-05T16:19:06.343Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1537 | 2023-10-05T16:19:06.377Z | Compiling omicron-zone-package v0.8.3 |
1538 | 2023-10-05T16:19:06.439Z | Compiling aead v0.5.2 |
1539 | 2023-10-05T16:19:06.553Z | Compiling postcard-cobs v0.1.5-pre |
1540 | 2023-10-05T16:19:06.913Z | Compiling winapi v0.3.9 |
1541 | 2023-10-05T16:19:07.015Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1542 | 2023-10-05T16:19:07.061Z | Compiling postcard v0.7.3 |
1543 | 2023-10-05T16:19:07.724Z | Compiling polyval v0.6.1 |
1544 | 2023-10-05T16:19:07.775Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1545 | 2023-10-05T16:19:08.650Z | Compiling smoltcp v0.8.2 |
1546 | 2023-10-05T16:19:08.773Z | Compiling aes v0.8.3 |
1547 | 2023-10-05T16:19:08.855Z | Compiling ctr v0.9.2 |
1548 | 2023-10-05T16:19:09.159Z | Compiling thiserror-impl-no-std v2.0.2 |
1549 | 2023-10-05T16:19:09.582Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1550 | 2023-10-05T16:19:09.813Z | Compiling foreign-types-shared v0.3.1 |
1551 | 2023-10-05T16:19:09.985Z | Compiling foreign-types v0.5.0 |
1552 | 2023-10-05T16:19:10.659Z | Compiling mime_guess v2.0.4 |
1553 | 2023-10-05T16:19:13.291Z | Compiling is-terminal v0.4.9 |
1554 | 2023-10-05T16:19:13.542Z | Compiling toml_edit v0.20.0 |
1555 | 2023-10-05T16:19:13.877Z | Compiling hashlink v0.8.3 |
1556 | 2023-10-05T16:19:14.987Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1557 | 2023-10-05T16:19:15.552Z | Compiling cstr-argument v0.1.2 |
1558 | 2023-10-05T16:19:15.954Z | Compiling rand v0.4.6 |
1559 | 2023-10-05T16:19:18.626Z | Compiling fallible-streaming-iterator v0.1.9 |
1560 | 2023-10-05T16:19:18.690Z | Compiling pretty-hex v0.2.1 |
1561 | 2023-10-05T16:19:18.990Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1562 | 2023-10-05T16:19:19.122Z | Compiling rusqlite v0.29.0 |
1563 | 2023-10-05T16:19:19.735Z | Compiling toml v0.8.0 |
1564 | 2023-10-05T16:19:21.999Z | Compiling twox-hash v1.6.3 |
1565 | 2023-10-05T16:19:22.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1566 | 2023-10-05T16:19:22.877Z | Compiling colored v2.0.4 |
1567 | 2023-10-05T16:19:23.205Z | Compiling nix v0.26.2 |
1568 | 2023-10-05T16:19:23.662Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1569 | 2023-10-05T16:19:25.373Z | Compiling hkdf v0.12.3 |
1570 | 2023-10-05T16:19:25.860Z | Compiling textwrap v0.11.0 |
1571 | 2023-10-05T16:19:26.134Z | Compiling const_format_proc_macros v0.2.31 |
1572 | 2023-10-05T16:19:27.752Z | Compiling vec_map v0.8.2 |
1573 | 2023-10-05T16:19:28.279Z | Compiling linked-hash-map v0.5.6 |
1574 | 2023-10-05T16:19:29.263Z | Compiling strsim v0.8.0 |
1575 | 2023-10-05T16:19:29.448Z | Compiling quick-error v1.2.3 |
1576 | 2023-10-05T16:19:29.572Z | Compiling base64 v0.13.1 |
1577 | 2023-10-05T16:19:29.729Z | Compiling ansi_term v0.12.1 |
1578 | 2023-10-05T16:19:30.260Z | Compiling clap v2.34.0 |
1579 | 2023-10-05T16:19:30.358Z | Compiling resolv-conf v0.7.0 |
1580 | 2023-10-05T16:19:30.616Z | Compiling lru-cache v0.1.2 |
1581 | 2023-10-05T16:19:33.152Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1582 | 2023-10-05T16:19:33.192Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1583 | 2023-10-05T16:19:35.222Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1584 | 2023-10-05T16:19:36.677Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1585 | 2023-10-05T16:19:36.767Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1586 | 2023-10-05T16:19:39.765Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1587 | 2023-10-05T16:19:42.160Z | Compiling num_enum v0.7.0 |
1588 | 2023-10-05T16:19:42.778Z | Compiling bincode v1.3.3 |
1589 | 2023-10-05T16:19:42.974Z | Compiling keccak v0.1.4 |
1590 | 2023-10-05T16:19:44.469Z | Compiling termcolor v1.2.0 |
1591 | 2023-10-05T16:19:44.535Z | Compiling convert_case v0.4.0 |
1592 | 2023-10-05T16:19:45.851Z | Compiling humantime v2.1.0 |
1593 | 2023-10-05T16:19:46.007Z | Compiling utf-8 v0.7.6 |
1594 | 2023-10-05T16:19:46.500Z | Compiling cancel-safe-futures v0.1.2 |
1595 | 2023-10-05T16:19:47.005Z | Compiling env_logger v0.9.3 |
1596 | 2023-10-05T16:19:47.040Z | Compiling derive_more v0.99.17 |
1597 | 2023-10-05T16:19:48.488Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1598 | 2023-10-05T16:19:49.329Z | Compiling sha3 v0.10.8 |
1599 | 2023-10-05T16:19:56.458Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1600 | 2023-10-05T16:19:56.599Z | Compiling structopt v0.3.26 |
1601 | 2023-10-05T16:19:56.842Z | Compiling trust-dns-resolver v0.22.0 |
1602 | 2023-10-05T16:19:59.691Z | Compiling aes-gcm-siv v0.11.1 |
1603 | 2023-10-05T16:20:00.113Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1604 | 2023-10-05T16:20:01.082Z | Compiling zone v0.2.0 |
1605 | 2023-10-05T16:20:01.447Z | Compiling itertools v0.11.0 |
1606 | 2023-10-05T16:20:02.235Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1607 | 2023-10-05T16:20:03.428Z | Compiling smf v0.2.2 |
1608 | 2023-10-05T16:20:03.581Z | Compiling secrecy v0.8.0 |
1609 | 2023-10-05T16:20:04.022Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1610 | 2023-10-05T16:20:04.241Z | Compiling ascii v1.1.0 |
1611 | 2023-10-05T16:20:05.888Z | Compiling ringbuffer v0.15.0 |
1612 | 2023-10-05T16:20:06.229Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1613 | 2023-10-05T16:20:06.655Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1614 | 2023-10-05T16:20:06.797Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1615 | 2023-10-05T16:20:08.249Z | Compiling bitstruct v0.1.1 |
1616 | 2023-10-05T16:20:09.013Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1617 | 2023-10-05T16:20:10.424Z | Compiling serde_arrays v0.1.0 |
1618 | 2023-10-05T16:20:10.666Z | Compiling ff v0.13.0 |
1619 | 2023-10-05T16:20:10.913Z | Compiling nibble_vec v0.1.0 |
1620 | 2023-10-05T16:20:11.213Z | Compiling endian-type v0.1.2 |
1621 | 2023-10-05T16:20:11.241Z | Compiling arc-swap v1.6.0 |
1622 | 2023-10-05T16:20:11.574Z | Compiling radix_trie v0.2.1 |
1623 | 2023-10-05T16:20:12.110Z | Compiling slog-scope v4.4.0 |
1624 | 2023-10-05T16:20:12.370Z | Compiling group v0.13.0 |
1625 | 2023-10-05T16:20:12.725Z | Compiling rand_core v0.5.1 |
1626 | 2023-10-05T16:20:12.983Z | Compiling tungstenite v0.20.1 |
1627 | 2023-10-05T16:20:13.741Z | Compiling poly1305 v0.8.0 |
1628 | 2023-10-05T16:20:14.485Z | Compiling chacha20 v0.9.1 |
1629 | 2023-10-05T16:20:15.270Z | Compiling crypto-bigint v0.5.2 |
1630 | 2023-10-05T16:20:15.297Z | Compiling num-complex v0.4.4 |
1631 | 2023-10-05T16:20:15.384Z | Compiling option-ext v0.2.0 |
1632 | 2023-10-05T16:20:15.582Z | Compiling half v1.8.2 |
1633 | 2023-10-05T16:20:16.578Z | Compiling base16ct v0.2.0 |
1634 | 2023-10-05T16:20:16.668Z | Compiling ciborium-io v0.2.1 |
1635 | 2023-10-05T16:20:16.778Z | Compiling dirs-sys v0.4.1 |
1636 | 2023-10-05T16:20:16.850Z | Compiling ciborium-ll v0.2.1 |
1637 | 2023-10-05T16:20:17.032Z | Compiling num v0.4.1 |
1638 | 2023-10-05T16:20:17.118Z | Compiling tokio-tungstenite v0.20.1 |
1639 | 2023-10-05T16:20:17.193Z | Compiling parking_lot v0.11.2 |
1640 | 2023-10-05T16:20:17.531Z | Compiling rand_chacha v0.2.2 |
1641 | 2023-10-05T16:20:17.560Z | Compiling slog-stdlog v4.1.1 |
1642 | 2023-10-05T16:20:17.796Z | Compiling trust-dns-client v0.22.0 |
1643 | 2023-10-05T16:20:18.003Z | Compiling thiserror-no-std v2.0.2 |
1644 | 2023-10-05T16:20:18.882Z | Compiling elliptic-curve v0.13.5 |
1645 | 2023-10-05T16:20:19.165Z | Compiling password-hash v0.4.2 |
1646 | 2023-10-05T16:20:19.350Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1647 | 2023-10-05T16:20:19.747Z | Compiling ed25519 v2.2.2 |
1648 | 2023-10-05T16:20:19.989Z | Compiling blowfish v0.9.1 |
1649 | 2023-10-05T16:20:20.442Z | Compiling pbkdf2 v0.12.2 |
1650 | 2023-10-05T16:20:20.695Z | Compiling fxhash v0.2.1 |
1651 | 2023-10-05T16:20:21.233Z | Compiling sled v0.34.7 |
1652 | 2023-10-05T16:20:21.236Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1653 | 2023-10-05T16:20:21.747Z | Compiling bcrypt-pbkdf v0.10.0 |
1654 | 2023-10-05T16:20:21.793Z | Compiling trust-dns-server v0.22.1 |
1655 | 2023-10-05T16:20:22.275Z | Compiling ed25519-dalek v2.0.0 |
1656 | 2023-10-05T16:20:22.464Z | Compiling pbkdf2 v0.11.0 |
1657 | 2023-10-05T16:20:22.575Z | Compiling vsss-rs v3.3.1 |
1658 | 2023-10-05T16:20:23.194Z | Compiling russh-cryptovec v0.7.0 |
1659 | 2023-10-05T16:20:23.929Z | Compiling rand v0.7.3 |
1660 | 2023-10-05T16:20:24.118Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1661 | 2023-10-05T16:20:24.547Z | Compiling slog-envlogger v2.2.0 |
1662 | 2023-10-05T16:20:26.619Z | Compiling ciborium v0.2.1 |
1663 | 2023-10-05T16:20:27.307Z | Compiling dirs v5.0.1 |
1664 | 2023-10-05T16:20:27.625Z | Compiling chacha20poly1305 v0.10.1 |
1665 | 2023-10-05T16:20:27.920Z | Compiling tungstenite v0.18.0 |
1666 | 2023-10-05T16:20:27.945Z | Compiling ron v0.7.1 |
1667 | 2023-10-05T16:20:29.218Z | Compiling pem v1.1.1 |
1668 | 2023-10-05T16:20:29.264Z | Compiling const_format v0.2.31 |
1669 | 2023-10-05T16:20:30.471Z | Compiling ghash v0.5.0 |
1670 | 2023-10-05T16:20:32.127Z | Compiling cbc v0.1.2 |
1671 | 2023-10-05T16:20:32.230Z | Compiling headers-core v0.2.0 |
1672 | 2023-10-05T16:20:32.356Z | Compiling http-range v0.1.5 |
1673 | 2023-10-05T16:20:32.481Z | Compiling bit_field v0.10.2 |
1674 | 2023-10-05T16:20:32.484Z | Compiling pretty-hex v0.3.0 |
1675 | 2023-10-05T16:20:32.810Z | Compiling md5 v0.7.0 |
1676 | 2023-10-05T16:20:32.936Z | Compiling hyper-staticfile v0.9.5 |
1677 | 2023-10-05T16:20:32.973Z | Compiling headers v0.3.9 |
1678 | 2023-10-05T16:20:33.413Z | Compiling russh-keys v0.38.0 |
1679 | 2023-10-05T16:20:38.401Z | Compiling aes-gcm v0.10.2 |
1680 | 2023-10-05T16:20:38.883Z | Compiling tokio-tungstenite v0.18.0 |
1681 | 2023-10-05T16:20:38.909Z | Compiling rcgen v0.10.0 |
1682 | 2023-10-05T16:20:45.640Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1683 | 2023-10-05T16:20:45.809Z | Compiling camino-tempfile v1.0.2 |
1684 | 2023-10-05T16:20:46.496Z | Compiling subprocess v0.2.9 |
1685 | 2023-10-05T16:20:46.550Z | Compiling glob v0.3.1 |
1686 | 2023-10-05T16:20:46.891Z | Compiling hex-literal v0.4.1 |
1687 | 2023-10-05T16:20:48.012Z | Compiling russh v0.38.0 |
1688 | 2023-10-05T16:20:55.198Z | Compiling bzip2 v0.4.4 |
1689 | 2023-10-05T16:20:55.830Z | Compiling zip v0.6.6 |
1690 | 2023-10-05T16:20:58.261Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1691 | 2023-10-05T16:20:58.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1692 | 2023-10-05T16:20:58.881Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1693 | 2023-10-05T16:20:59.239Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1694 | 2023-10-05T16:20:59.242Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1695 | 2023-10-05T16:20:59.244Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1696 | 2023-10-05T16:20:59.782Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1697 | 2023-10-05T16:21:00.055Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1698 | 2023-10-05T16:21:00.124Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1699 | 2023-10-05T16:21:01.854Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1700 | 2023-10-05T16:21:10.927Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
1701 | 2023-10-05T16:21:17.265Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1702 | 2023-10-05T16:21:22.086Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1703 | 2023-10-05T16:21:23.766Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1704 | 2023-10-05T16:21:37.513Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1705 | 2023-10-05T16:21:37.758Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1706 | 2023-10-05T16:21:40.088Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1707 | 2023-10-05T16:21:45.292Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1708 | 2023-10-05T16:21:49.901Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1709 | 2023-10-05T16:21:50.779Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1710 | 2023-10-05T16:22:02.389Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1711 | 2023-10-05T16:22:30.055Z | Compiling git2 v0.17.2 |
1712 | 2023-10-05T16:22:36.832Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1713 | 2023-10-05T16:22:38.814Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1714 | 2023-10-05T16:22:50.920Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1715 | 2023-10-05T16:23:07.077Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1716 | 2023-10-05T16:23:07.380Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1717 | 2023-10-05T16:23:07.926Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7) |
1718 | 2023-10-05T16:23:10.464Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1719 | 2023-10-05T16:23:47.749Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1720 | 2023-10-05T16:25:20.053Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 50s |
1721 | 2023-10-05T16:25:20.394Z | |
1722 | 2023-10-05T16:25:20.397Z | real 10:50.516697500 |
1723 | 2023-10-05T16:25:20.400Z | user 59:12.974790457 |
1724 | 2023-10-05T16:25:20.403Z | sys 9:45.544446325 |
1725 | 2023-10-05T16:25:20.406Z | trap 2.519450598 |
1726 | 2023-10-05T16:25:20.409Z | tflt 4.677786291 |
1727 | 2023-10-05T16:25:20.412Z | dflt 7.958789562 |
1728 | 2023-10-05T16:25:20.415Z | kflt 0.022401211 |
1729 | 2023-10-05T16:25:20.418Z | lock 1:53:04.883589624 |
1730 | 2023-10-05T16:25:20.421Z | slp 3:07:41.828707919 |
1731 | 2023-10-05T16:25:20.424Z | lat 2:30.058929470 |
1732 | 2023-10-05T16:25:20.426Z | stop 5:34.245740598 |
1733 | 2023-10-05T16:25:20.429Z | + mkdir -p /work/end-to-end-tests |
1734 | 2023-10-05T16:25:20.433Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1735 | 2023-10-05T16:25:21.076Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1736 | 2023-10-05T16:25:21.080Z | + ptime -m gzip |
1737 | 2023-10-05T16:25:21.082Z | ++ basename target/debug/bootstrap |
1738 | 2023-10-05T16:25:38.001Z | |
1739 | 2023-10-05T16:25:38.004Z | real 16.916366343 |
1740 | 2023-10-05T16:25:38.007Z | user 16.715587310 |
1741 | 2023-10-05T16:25:38.010Z | sys 0.180684883 |
1742 | 2023-10-05T16:25:38.013Z | trap 0.006673342 |
1743 | 2023-10-05T16:25:38.016Z | tflt 0.000000000 |
1744 | 2023-10-05T16:25:38.019Z | dflt 0.000000000 |
1745 | 2023-10-05T16:25:38.022Z | kflt 0.000000000 |
1746 | 2023-10-05T16:25:38.025Z | lock 0.000000000 |
1747 | 2023-10-05T16:25:38.027Z | slp 0.000060550 |
1748 | 2023-10-05T16:25:38.031Z | lat 0.013009626 |
1749 | 2023-10-05T16:25:38.034Z | stop 0.000226410 |
1750 | 2023-10-05T16:25:38.036Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1751 | 2023-10-05T16:25:38.044Z | + ptime -m gzip |
1752 | 2023-10-05T16:25:38.047Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ac529dfcb46b38db |
1753 | 2023-10-05T16:25:39.114Z | |
1754 | 2023-10-05T16:25:39.117Z | real 1.103430685 |
1755 | 2023-10-05T16:25:39.121Z | user 1.090486846 |
1756 | 2023-10-05T16:25:39.124Z | sys 0.011589322 |
1757 | 2023-10-05T16:25:39.129Z | trap 0.000217821 |
1758 | 2023-10-05T16:25:39.133Z | tflt 0.000000000 |
1759 | 2023-10-05T16:25:39.139Z | dflt 0.000000000 |
1760 | 2023-10-05T16:25:39.141Z | kflt 0.000000000 |
1761 | 2023-10-05T16:25:39.169Z | lock 0.000000000 |
1762 | 2023-10-05T16:25:39.176Z | slp 0.000000000 |
1763 | 2023-10-05T16:25:39.181Z | lat 0.000358808 |
1764 | 2023-10-05T16:25:39.185Z | stop 0.000654604 |
1765 | 2023-10-05T16:25:39.188Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1766 | 2023-10-05T16:25:39.191Z | + ptime -m gzip |
1767 | 2023-10-05T16:25:39.194Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-945f15bf4d3e823e |
1768 | 2023-10-05T16:25:58.131Z | |
1769 | 2023-10-05T16:25:58.134Z | real 19.008652460 |
1770 | 2023-10-05T16:25:58.137Z | user 18.810842298 |
1771 | 2023-10-05T16:25:58.140Z | sys 0.191754984 |
1772 | 2023-10-05T16:25:58.143Z | trap 0.003675315 |
1773 | 2023-10-05T16:25:58.147Z | tflt 0.000000000 |
1774 | 2023-10-05T16:25:58.150Z | dflt 0.000000000 |
1775 | 2023-10-05T16:25:58.152Z | kflt 0.000000000 |
1776 | 2023-10-05T16:25:58.155Z | lock 0.000000000 |
1777 | 2023-10-05T16:25:58.159Z | slp 0.000000000 |
1778 | 2023-10-05T16:25:58.161Z | lat 0.002012436 |
1779 | 2023-10-05T16:25:58.164Z | stop 0.000227934 |
1780 | 2023-10-05T16:25:58.167Z | + banner caboose-util |
1781 | 2023-10-05T16:25:58.170Z | |
1782 | 2023-10-05T16:25:58.173Z | #### ## ##### #### #### #### ###### # # ##### |
1783 | 2023-10-05T16:25:58.175Z | # # # # # # # # # # # # # # # |
1784 | 2023-10-05T16:25:58.178Z | # # # ##### # # # # #### ##### ##### # # # |
1785 | 2023-10-05T16:25:58.181Z | # ###### # # # # # # # # # # # |
1786 | 2023-10-05T16:25:58.184Z | # # # # # # # # # # # # # # # # |
1787 | 2023-10-05T16:25:58.186Z | #### # # ##### #### #### #### ###### #### # |
1788 | 2023-10-05T16:25:58.189Z | |
1789 | 2023-10-05T16:25:58.192Z | + ptime -m cargo build --locked -p caboose-util --release |
1790 | 2023-10-05T16:25:58.866Z | Downloading crates ... |
1791 | 2023-10-05T16:25:59.236Z | Downloaded pem-rfc7468 v0.7.0 |
1792 | 2023-10-05T16:25:59.240Z | Downloaded der_derive v0.7.2 |
1793 | 2023-10-05T16:25:59.243Z | Downloaded env_logger v0.10.0 |
1794 | 2023-10-05T16:25:59.248Z | Downloaded crc v3.0.1 |
1795 | 2023-10-05T16:25:59.251Z | Downloaded smallvec v0.6.14 |
1796 | 2023-10-05T16:25:59.254Z | Downloaded crc-catalog v2.2.0 |
1797 | 2023-10-05T16:25:59.257Z | Downloaded path-slash v0.1.5 |
1798 | 2023-10-05T16:25:59.262Z | Downloaded array-init v0.0.4 |
1799 | 2023-10-05T16:25:59.265Z | Downloaded rsa v0.9.2 |
1800 | 2023-10-05T16:25:59.269Z | Downloaded packed_struct v0.10.1 |
1801 | 2023-10-05T16:25:59.272Z | Downloaded ron v0.8.1 |
1802 | 2023-10-05T16:25:59.278Z | Downloaded bitfield v0.14.0 |
1803 | 2023-10-05T16:25:59.281Z | Downloaded crc-any v2.4.3 |
1804 | 2023-10-05T16:25:59.284Z | Downloaded x509-cert v0.2.4 |
1805 | 2023-10-05T16:25:59.294Z | Downloaded num-bigint-dig v0.8.4 |
1806 | 2023-10-05T16:25:59.302Z | Downloaded object v0.30.4 |
1807 | 2023-10-05T16:25:59.318Z | Downloaded pkcs1 v0.7.5 |
1808 | 2023-10-05T16:25:59.323Z | Downloaded nodrop v0.1.14 |
1809 | 2023-10-05T16:25:59.326Z | Downloaded maybe-uninit v2.0.0 |
1810 | 2023-10-05T16:25:59.330Z | Downloaded serde-hex v0.1.0 |
1811 | 2023-10-05T16:25:59.333Z | Downloaded packed_struct_codegen v0.10.1 |
1812 | 2023-10-05T16:25:59.337Z | Downloaded flagset v0.4.3 |
1813 | 2023-10-05T16:25:59.493Z | Compiling proc-macro2 v1.0.67 |
1814 | 2023-10-05T16:25:59.496Z | Compiling unicode-ident v1.0.12 |
1815 | 2023-10-05T16:25:59.506Z | Compiling libc v0.2.148 |
1816 | 2023-10-05T16:25:59.509Z | Compiling serde v1.0.188 |
1817 | 2023-10-05T16:25:59.512Z | Compiling autocfg v1.1.0 |
1818 | 2023-10-05T16:25:59.515Z | Compiling version_check v0.9.4 |
1819 | 2023-10-05T16:25:59.518Z | Compiling cfg-if v1.0.0 |
1820 | 2023-10-05T16:25:59.644Z | Compiling once_cell v1.18.0 |
1821 | 2023-10-05T16:25:59.648Z | Compiling syn v1.0.109 |
1822 | 2023-10-05T16:25:59.791Z | Compiling parking_lot_core v0.9.8 |
1823 | 2023-10-05T16:26:00.310Z | Compiling typenum v1.16.0 |
1824 | 2023-10-05T16:26:00.326Z | Compiling libm v0.2.7 |
1825 | 2023-10-05T16:26:00.345Z | Compiling futures-core v0.3.28 |
1826 | 2023-10-05T16:26:00.558Z | Compiling generic-array v0.14.7 |
1827 | 2023-10-05T16:26:00.705Z | Compiling lock_api v0.4.10 |
1828 | 2023-10-05T16:26:00.751Z | Compiling num-traits v0.2.16 |
1829 | 2023-10-05T16:26:00.951Z | Compiling pkg-config v0.3.27 |
1830 | 2023-10-05T16:26:01.105Z | Compiling slab v0.4.9 |
1831 | 2023-10-05T16:26:01.144Z | Compiling serde_json v1.0.107 |
1832 | 2023-10-05T16:26:01.490Z | Compiling futures-channel v0.3.28 |
1833 | 2023-10-05T16:26:01.514Z | Compiling futures-task v0.3.28 |
1834 | 2023-10-05T16:26:01.583Z | Compiling quote v1.0.33 |
1835 | 2023-10-05T16:26:01.811Z | Compiling scopeguard v1.2.0 |
1836 | 2023-10-05T16:26:01.945Z | Compiling thiserror v1.0.49 |
1837 | 2023-10-05T16:26:02.003Z | Compiling memchr v2.6.3 |
1838 | 2023-10-05T16:26:02.151Z | Compiling syn v2.0.32 |
1839 | 2023-10-05T16:26:02.596Z | Compiling jobserver v0.1.26 |
1840 | 2023-10-05T16:26:02.749Z | Compiling getrandom v0.2.10 |
1841 | 2023-10-05T16:26:03.133Z | Compiling cc v1.0.83 |
1842 | 2023-10-05T16:26:03.414Z | Compiling futures-util v0.3.28 |
1843 | 2023-10-05T16:26:03.509Z | Compiling itoa v1.0.9 |
1844 | 2023-10-05T16:26:04.277Z | Compiling ahash v0.8.3 |
1845 | 2023-10-05T16:26:04.529Z | Compiling ahash v0.7.6 |
1846 | 2023-10-05T16:26:04.591Z | Compiling smallvec v1.11.0 |
1847 | 2023-10-05T16:26:04.783Z | Compiling vcpkg v0.2.15 |
1848 | 2023-10-05T16:26:04.996Z | Compiling log v0.4.20 |
1849 | 2023-10-05T16:26:05.997Z | Compiling byteorder v1.4.3 |
1850 | 2023-10-05T16:26:06.073Z | Compiling rand_core v0.6.4 |
1851 | 2023-10-05T16:26:06.847Z | Compiling pin-project-lite v0.2.13 |
1852 | 2023-10-05T16:26:07.192Z | Compiling parking_lot v0.12.1 |
1853 | 2023-10-05T16:26:07.584Z | Compiling indexmap v1.9.3 |
1854 | 2023-10-05T16:26:07.902Z | Compiling openssl-sys v0.9.93 |
1855 | 2023-10-05T16:26:08.039Z | Compiling ring v0.16.20 |
1856 | 2023-10-05T16:26:09.946Z | Compiling io-lifetimes v1.0.11 |
1857 | 2023-10-05T16:26:10.842Z | Compiling num-integer v0.1.45 |
1858 | 2023-10-05T16:26:11.236Z | Compiling spin v0.5.2 |
1859 | 2023-10-05T16:26:11.246Z | Compiling semver v1.0.18 |
1860 | 2023-10-05T16:26:11.628Z | Compiling ryu v1.0.15 |
1861 | 2023-10-05T16:26:11.865Z | Compiling const-oid v0.9.5 |
1862 | 2023-10-05T16:26:12.782Z | Compiling rustix v0.37.23 |
1863 | 2023-10-05T16:26:13.677Z | Compiling mio v0.8.8 |
1864 | 2023-10-05T16:26:14.189Z | Compiling num_cpus v1.16.0 |
1865 | 2023-10-05T16:26:14.203Z | Compiling signal-hook-registry v1.4.1 |
1866 | 2023-10-05T16:26:14.353Z | Compiling socket2 v0.5.3 |
1867 | 2023-10-05T16:26:15.355Z | Compiling ucd-trie v0.1.6 |
1868 | 2023-10-05T16:26:15.480Z | Compiling futures-sink v0.3.28 |
1869 | 2023-10-05T16:26:15.534Z | Compiling openssl v0.10.57 |
1870 | 2023-10-05T16:26:15.545Z | Compiling unicode-xid v0.2.4 |
1871 | 2023-10-05T16:26:15.705Z | Compiling httparse v1.8.0 |
1872 | 2023-10-05T16:26:16.101Z | Compiling synstructure v0.12.6 |
1873 | 2023-10-05T16:26:16.107Z | Compiling tinyvec_macros v0.1.1 |
1874 | 2023-10-05T16:26:16.233Z | Compiling tinyvec v1.6.0 |
1875 | 2023-10-05T16:26:17.572Z | Compiling pin-utils v0.1.0 |
1876 | 2023-10-05T16:26:17.705Z | Compiling crc32fast v1.3.2 |
1877 | 2023-10-05T16:26:18.613Z | Compiling radium v0.7.0 |
1878 | 2023-10-05T16:26:18.730Z | Compiling futures-io v0.3.28 |
1879 | 2023-10-05T16:26:19.085Z | Compiling ppv-lite86 v0.2.17 |
1880 | 2023-10-05T16:26:19.141Z | Compiling rustls v0.21.7 |
1881 | 2023-10-05T16:26:19.216Z | Compiling native-tls v0.2.11 |
1882 | 2023-10-05T16:26:19.507Z | Compiling unicode-normalization v0.1.22 |
1883 | 2023-10-05T16:26:19.521Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1884 | 2023-10-05T16:26:19.846Z | Compiling tracing-core v0.1.31 |
1885 | 2023-10-05T16:26:19.900Z | Compiling unicode-bidi v0.3.13 |
1886 | 2023-10-05T16:26:20.049Z | Compiling heck v0.4.1 |
1887 | 2023-10-05T16:26:20.444Z | Compiling rand_chacha v0.3.1 |
1888 | 2023-10-05T16:26:20.835Z | Compiling subtle v2.5.0 |
1889 | 2023-10-05T16:26:21.175Z | Compiling rand v0.8.5 |
1890 | 2023-10-05T16:26:22.920Z | Compiling errno v0.3.2 |
1891 | 2023-10-05T16:26:22.925Z | Compiling num-iter v0.1.43 |
1892 | 2023-10-05T16:26:23.228Z | Compiling usdt-impl v0.3.5 |
1893 | 2023-10-05T16:26:23.307Z | Compiling base64 v0.21.4 |
1894 | 2023-10-05T16:26:23.379Z | Compiling rustix v0.38.9 |
1895 | 2023-10-05T16:26:23.700Z | Compiling schemars v0.8.13 |
1896 | 2023-10-05T16:26:25.070Z | Compiling serde_derive v1.0.188 |
1897 | 2023-10-05T16:26:25.313Z | Compiling zeroize_derive v1.4.2 |
1898 | 2023-10-05T16:26:25.325Z | Compiling tokio-macros v2.1.0 |
1899 | 2023-10-05T16:26:25.719Z | Compiling thiserror-impl v1.0.49 |
1900 | 2023-10-05T16:26:25.782Z | Compiling futures-macro v0.3.28 |
1901 | 2023-10-05T16:26:26.926Z | Compiling tracing-attributes v0.1.26 |
1902 | 2023-10-05T16:26:26.962Z | Compiling zerocopy-derive v0.2.0 |
1903 | 2023-10-05T16:26:27.309Z | Compiling openssl-macros v0.1.1 |
1904 | 2023-10-05T16:26:27.553Z | Compiling zeroize v1.6.0 |
1905 | 2023-10-05T16:26:28.405Z | Compiling zerocopy-derive v0.6.3 |
1906 | 2023-10-05T16:26:30.628Z | Compiling pest v2.7.2 |
1907 | 2023-10-05T16:26:30.668Z | Compiling crypto-common v0.1.6 |
1908 | 2023-10-05T16:26:30.962Z | Compiling block-buffer v0.10.4 |
1909 | 2023-10-05T16:26:31.370Z | Compiling digest v0.10.7 |
1910 | 2023-10-05T16:26:32.496Z | Compiling tracing v0.1.37 |
1911 | 2023-10-05T16:26:32.887Z | Compiling serde_derive_internals v0.26.0 |
1912 | 2023-10-05T16:26:33.840Z | Compiling bitflags v1.3.2 |
1913 | 2023-10-05T16:26:33.984Z | Compiling fnv v1.0.7 |
1914 | 2023-10-05T16:26:34.183Z | Compiling untrusted v0.7.1 |
1915 | 2023-10-05T16:26:35.509Z | Compiling pest_meta v2.7.2 |
1916 | 2023-10-05T16:26:38.186Z | Compiling pest_generator v2.7.2 |
1917 | 2023-10-05T16:26:39.347Z | Compiling schemars_derive v0.8.13 |
1918 | 2023-10-05T16:26:41.731Z | Compiling hashbrown v0.12.3 |
1919 | 2023-10-05T16:26:42.787Z | Compiling pest_derive v2.7.2 |
1920 | 2023-10-05T16:26:43.825Z | Compiling zerocopy v0.3.0 |
1921 | 2023-10-05T16:26:43.912Z | Compiling lazy_static v1.4.0 |
1922 | 2023-10-05T16:26:44.192Z | Compiling backtrace v0.3.69 |
1923 | 2023-10-05T16:26:44.282Z | Compiling memoffset v0.9.0 |
1924 | 2023-10-05T16:26:44.379Z | Compiling num-bigint v0.4.4 |
1925 | 2023-10-05T16:26:44.395Z | Compiling async-trait v0.1.73 |
1926 | 2023-10-05T16:26:44.704Z | Compiling allocator-api2 v0.2.16 |
1927 | 2023-10-05T16:26:44.771Z | Compiling base64ct v1.6.0 |
1928 | 2023-10-05T16:26:45.025Z | Compiling openssl-probe v0.1.5 |
1929 | 2023-10-05T16:26:45.028Z | Compiling iana-time-zone v0.1.57 |
1930 | 2023-10-05T16:26:45.083Z | Compiling foreign-types-shared v0.1.1 |
1931 | 2023-10-05T16:26:45.384Z | Compiling smoltcp v0.9.1 |
1932 | 2023-10-05T16:26:45.482Z | Compiling percent-encoding v2.3.0 |
1933 | 2023-10-05T16:26:45.598Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1934 | 2023-10-05T16:26:46.002Z | Compiling crossbeam-utils v0.8.16 |
1935 | 2023-10-05T16:26:46.016Z | Compiling hashbrown v0.14.0 |
1936 | 2023-10-05T16:26:46.019Z | Compiling pem-rfc7468 v0.7.0 |
1937 | 2023-10-05T16:26:46.306Z | Compiling foreign-types v0.3.2 |
1938 | 2023-10-05T16:26:46.528Z | Compiling dof v0.1.5 |
1939 | 2023-10-05T16:26:46.950Z | Compiling dtrace-parser v0.1.14 |
1940 | 2023-10-05T16:26:47.099Z | Compiling clap_derive v4.4.2 |
1941 | 2023-10-05T16:26:47.904Z | Compiling der_derive v0.7.2 |
1942 | 2023-10-05T16:26:48.712Z | Compiling bytes v1.5.0 |
1943 | 2023-10-05T16:26:50.278Z | Compiling tokio v1.32.0 |
1944 | 2023-10-05T16:26:50.360Z | Compiling bitflags v2.4.0 |
1945 | 2023-10-05T16:26:50.715Z | Compiling rustc_version v0.4.0 |
1946 | 2023-10-05T16:26:51.731Z | Compiling heapless v0.7.16 |
1947 | 2023-10-05T16:26:52.296Z | Compiling http v0.2.9 |
1948 | 2023-10-05T16:26:52.487Z | Compiling uuid v1.4.1 |
1949 | 2023-10-05T16:26:53.391Z | Compiling chrono v0.4.31 |
1950 | 2023-10-05T16:26:55.079Z | Compiling thread-id v4.2.0 |
1951 | 2023-10-05T16:26:55.302Z | Compiling utf8parse v0.2.1 |
1952 | 2023-10-05T16:26:55.385Z | Compiling flagset v0.4.3 |
1953 | 2023-10-05T16:26:55.492Z | Compiling anstyle v1.0.2 |
1954 | 2023-10-05T16:26:55.505Z | Compiling cpufeatures v0.2.9 |
1955 | 2023-10-05T16:26:55.638Z | Compiling equivalent v1.0.1 |
1956 | 2023-10-05T16:26:55.729Z | Compiling try-lock v0.2.4 |
1957 | 2023-10-05T16:26:55.793Z | Compiling time-core v0.1.1 |
1958 | 2023-10-05T16:26:55.943Z | Compiling adler v1.0.2 |
1959 | 2023-10-05T16:26:56.263Z | Compiling siphasher v0.3.11 |
1960 | 2023-10-05T16:26:56.891Z | Compiling miniz_oxide v0.7.1 |
1961 | 2023-10-05T16:26:59.203Z | Compiling time-macros v0.2.13 |
1962 | 2023-10-05T16:26:59.683Z | Compiling want v0.3.1 |
1963 | 2023-10-05T16:26:59.989Z | Compiling indexmap v2.0.0 |
1964 | 2023-10-05T16:27:00.111Z | Compiling der v0.7.8 |
1965 | 2023-10-05T16:27:01.717Z | Compiling sha2 v0.10.7 |
1966 | 2023-10-05T16:27:02.082Z | Compiling anstyle-parse v0.2.1 |
1967 | 2023-10-05T16:27:04.351Z | Compiling tokio-util v0.7.8 |
1968 | 2023-10-05T16:27:06.652Z | Compiling h2 v0.3.21 |
1969 | 2023-10-05T16:27:08.085Z | Compiling http-body v0.4.5 |
1970 | 2023-10-05T16:27:09.673Z | Compiling serde_tokenstream v0.1.7 |
1971 | 2023-10-05T16:27:10.745Z | Compiling form_urlencoded v1.2.0 |
1972 | 2023-10-05T16:27:11.218Z | Compiling sct v0.7.0 |
1973 | 2023-10-05T16:27:11.257Z | Compiling rustls-webpki v0.101.4 |
1974 | 2023-10-05T16:27:11.658Z | Compiling hubpack_derive v0.1.1 |
1975 | 2023-10-05T16:27:13.360Z | Compiling aho-corasick v1.0.4 |
1976 | 2023-10-05T16:27:13.425Z | Compiling socket2 v0.4.9 |
1977 | 2023-10-05T16:27:14.109Z | Compiling crossbeam-epoch v0.9.15 |
1978 | 2023-10-05T16:27:14.465Z | Compiling colorchoice v1.0.0 |
1979 | 2023-10-05T16:27:14.755Z | Compiling regex-syntax v0.7.5 |
1980 | 2023-10-05T16:27:15.176Z | Compiling anstyle-query v1.0.0 |
1981 | 2023-10-05T16:27:15.380Z | Compiling tower-service v0.3.2 |
1982 | 2023-10-05T16:27:15.427Z | Compiling anyhow v1.0.75 |
1983 | 2023-10-05T16:27:15.728Z | Compiling tap v1.0.1 |
1984 | 2023-10-05T16:27:16.156Z | Compiling httpdate v1.0.3 |
1985 | 2023-10-05T16:27:16.886Z | Compiling slog v2.7.0 |
1986 | 2023-10-05T16:27:18.850Z | Compiling hyper v0.14.27 |
1987 | 2023-10-05T16:27:19.778Z | Compiling wyz v0.5.1 |
1988 | 2023-10-05T16:27:20.529Z | Compiling anstream v0.5.0 |
1989 | 2023-10-05T16:27:22.284Z | Compiling regex-automata v0.3.8 |
1990 | 2023-10-05T16:27:26.026Z | Compiling terminal_size v0.2.6 |
1991 | 2023-10-05T16:27:26.342Z | Compiling spki v0.7.2 |
1992 | 2023-10-05T16:27:27.231Z | Compiling rustls-pemfile v1.0.3 |
1993 | 2023-10-05T16:27:27.765Z | Compiling hmac v0.12.1 |
1994 | 2023-10-05T16:27:28.126Z | Compiling md-5 v0.10.5 |
1995 | 2023-10-05T16:27:28.487Z | Compiling zerocopy v0.6.3 |
1996 | 2023-10-05T16:27:29.504Z | Compiling stringprep v0.1.3 |
1997 | 2023-10-05T16:27:30.002Z | Compiling idna v0.4.0 |
1998 | 2023-10-05T16:27:31.997Z | Compiling diesel_table_macro_syntax v0.1.0 |
1999 | 2023-10-05T16:27:32.435Z | Compiling hash32 v0.2.1 |
2000 | 2023-10-05T16:27:32.599Z | Compiling spin v0.9.8 |
2001 | 2023-10-05T16:27:33.105Z | Compiling stable_deref_trait v1.2.0 |
2002 | 2023-10-05T16:27:33.231Z | Compiling maybe-uninit v2.0.0 |
2003 | 2023-10-05T16:27:33.244Z | Compiling dyn-clone v1.0.13 |
2004 | 2023-10-05T16:27:33.528Z | Compiling strsim v0.10.0 |
2005 | 2023-10-05T16:27:35.064Z | Compiling clap_lex v0.5.1 |
2006 | 2023-10-05T16:27:35.110Z | Compiling gimli v0.28.0 |
2007 | 2023-10-05T16:27:36.121Z | Compiling funty v2.0.0 |
2008 | 2023-10-05T16:27:36.240Z | Compiling fallible-iterator v0.2.0 |
2009 | 2023-10-05T16:27:37.482Z | Compiling postgres-protocol v0.6.6 |
2010 | 2023-10-05T16:27:37.732Z | Compiling clap_builder v4.4.2 |
2011 | 2023-10-05T16:27:38.136Z | Compiling bitvec v1.0.1 |
2012 | 2023-10-05T16:27:38.529Z | Compiling diesel_derives v2.1.1 |
2013 | 2023-10-05T16:27:41.123Z | Compiling tokio-rustls v0.24.1 |
2014 | 2023-10-05T16:27:41.410Z | Compiling url v2.4.1 |
2015 | 2023-10-05T16:27:43.539Z | Compiling addr2line v0.21.0 |
2016 | 2023-10-05T16:27:43.877Z | Compiling rustls-native-certs v0.6.3 |
2017 | 2023-10-05T16:27:44.492Z | Compiling tokio-native-tls v0.3.1 |
2018 | 2023-10-05T16:27:44.891Z | Compiling usdt-macro v0.3.5 |
2019 | 2023-10-05T16:27:45.471Z | Compiling usdt-attr-macro v0.3.5 |
2020 | 2023-10-05T16:27:47.743Z | Compiling phf_shared v0.11.2 |
2021 | 2023-10-05T16:27:48.372Z | Compiling toml_datetime v0.6.3 |
2022 | 2023-10-05T16:27:48.376Z | Compiling serde_spanned v0.6.3 |
2023 | 2023-10-05T16:27:49.302Z | Compiling block-padding v0.3.3 |
2024 | 2023-10-05T16:27:49.399Z | Compiling enum-as-inner v0.5.1 |
2025 | 2023-10-05T16:27:49.669Z | Compiling serde_repr v0.1.16 |
2026 | 2023-10-05T16:27:50.892Z | Compiling scheduled-thread-pool v0.2.7 |
2027 | 2023-10-05T16:27:51.291Z | Compiling object v0.32.1 |
2028 | 2023-10-05T16:27:56.425Z | Compiling regex-automata v0.1.10 |
2029 | 2023-10-05T16:27:58.284Z | Compiling packed_struct v0.10.1 |
2030 | 2023-10-05T16:27:58.862Z | Compiling deranged v0.3.8 |
2031 | 2023-10-05T16:28:02.161Z | Compiling winnow v0.5.15 |
2032 | 2023-10-05T16:28:03.158Z | Compiling either v1.9.0 |
2033 | 2023-10-05T16:28:03.697Z | Compiling num-bigint-dig v0.8.4 |
2034 | 2023-10-05T16:28:04.092Z | Compiling rustc-demangle v0.1.23 |
2035 | 2023-10-05T16:28:05.353Z | Compiling matches v0.1.10 |
2036 | 2023-10-05T16:28:05.487Z | Compiling ipnet v2.8.0 |
2037 | 2023-10-05T16:28:06.917Z | Compiling bit-vec v0.6.3 |
2038 | 2023-10-05T16:28:07.294Z | Compiling managed v0.8.0 |
2039 | 2023-10-05T16:28:07.598Z | Compiling num_threads v0.1.6 |
2040 | 2023-10-05T16:28:07.775Z | Compiling unicode-width v0.1.10 |
2041 | 2023-10-05T16:28:08.071Z | Compiling time v0.3.27 |
2042 | 2023-10-05T16:28:08.699Z | Compiling toml_edit v0.19.15 |
2043 | 2023-10-05T16:28:11.730Z | Compiling idna v0.2.3 |
2044 | 2023-10-05T16:28:14.314Z | Compiling itertools v0.10.5 |
2045 | 2023-10-05T16:28:20.872Z | Compiling bstr v0.2.17 |
2046 | 2023-10-05T16:28:23.754Z | Compiling r2d2 v0.8.10 |
2047 | 2023-10-05T16:28:24.950Z | Compiling inout v0.1.3 |
2048 | 2023-10-05T16:28:26.043Z | Compiling phf v0.11.2 |
2049 | 2023-10-05T16:28:26.362Z | Compiling hyper-tls v0.5.0 |
2050 | 2023-10-05T16:28:26.521Z | Compiling clap v4.4.3 |
2051 | 2023-10-05T16:28:26.687Z | Compiling hyper-rustls v0.24.1 |
2052 | 2023-10-05T16:28:26.895Z | Compiling flate2 v1.0.27 |
2053 | 2023-10-05T16:28:27.123Z | Compiling ipnetwork v0.20.0 |
2054 | 2023-10-05T16:28:27.761Z | Compiling postgres-types v0.2.6 |
2055 | 2023-10-05T16:28:28.464Z | Compiling regex v1.9.5 |
2056 | 2023-10-05T16:28:28.557Z | Compiling pkcs8 v0.10.2 |
2057 | 2023-10-05T16:28:30.398Z | Compiling hubpack v0.1.2 |
2058 | 2023-10-05T16:28:30.768Z | Compiling serde_urlencoded v0.7.1 |
2059 | 2023-10-05T16:28:31.100Z | Compiling phf_shared v0.10.0 |
2060 | 2023-10-05T16:28:31.663Z | Compiling futures-executor v0.3.28 |
2061 | 2023-10-05T16:28:32.552Z | Compiling signature v2.1.0 |
2062 | 2023-10-05T16:28:33.128Z | Compiling packed_struct_codegen v0.10.1 |
2063 | 2023-10-05T16:28:34.733Z | Compiling float-cmp v0.9.0 |
2064 | 2023-10-05T16:28:35.855Z | Compiling encoding_rs v0.8.33 |
2065 | 2023-10-05T16:28:37.459Z | Compiling nodrop v0.1.14 |
2066 | 2023-10-05T16:28:37.534Z | Compiling fixedbitset v0.4.2 |
2067 | 2023-10-05T16:28:38.057Z | Compiling crc-catalog v2.2.0 |
2068 | 2023-10-05T16:28:38.223Z | Compiling smawk v0.3.1 |
2069 | 2023-10-05T16:28:38.278Z | Compiling mime v0.3.17 |
2070 | 2023-10-05T16:28:38.538Z | Compiling new_debug_unreachable v1.0.4 |
2071 | 2023-10-05T16:28:38.670Z | Compiling whoami v1.4.1 |
2072 | 2023-10-05T16:28:38.968Z | Compiling unicode-linebreak v0.1.5 |
2073 | 2023-10-05T16:28:39.173Z | Compiling predicates-core v1.0.6 |
2074 | 2023-10-05T16:28:39.547Z | Compiling difflib v0.4.0 |
2075 | 2023-10-05T16:28:40.129Z | Compiling webpki-roots v0.25.2 |
2076 | 2023-10-05T16:28:40.386Z | Compiling data-encoding v2.4.0 |
2077 | 2023-10-05T16:28:41.754Z | Compiling normalize-line-endings v0.3.0 |
2078 | 2023-10-05T16:28:41.922Z | Compiling precomputed-hash v0.1.1 |
2079 | 2023-10-05T16:28:42.248Z | Compiling static_assertions v1.1.0 |
2080 | 2023-10-05T16:28:42.387Z | Compiling unicode-segmentation v1.10.1 |
2081 | 2023-10-05T16:28:43.428Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
2082 | 2023-10-05T16:28:43.452Z | Compiling string_cache v0.8.7 |
2083 | 2023-10-05T16:28:43.839Z | Compiling similar v2.2.1 |
2084 | 2023-10-05T16:28:44.111Z | Compiling predicates v3.0.3 |
2085 | 2023-10-05T16:28:46.959Z | Compiling trust-dns-proto v0.22.0 |
2086 | 2023-10-05T16:28:47.323Z | Compiling reqwest v0.11.20 |
2087 | 2023-10-05T16:28:54.462Z | Compiling textwrap v0.16.0 |
2088 | 2023-10-05T16:28:56.291Z | Compiling tokio-postgres v0.7.10 |
2089 | 2023-10-05T16:29:00.041Z | Compiling crc v3.0.1 |
2090 | 2023-10-05T16:29:01.221Z | Compiling petgraph v0.6.4 |
2091 | 2023-10-05T16:29:01.488Z | Compiling array-init v0.0.4 |
2092 | 2023-10-05T16:29:12.325Z | Compiling futures v0.3.28 |
2093 | 2023-10-05T16:29:14.030Z | Compiling yasna v0.5.2 |
2094 | 2023-10-05T16:29:14.590Z | Compiling pkcs1 v0.7.5 |
2095 | 2023-10-05T16:29:14.728Z | Compiling smallvec v0.6.14 |
2096 | 2023-10-05T16:29:15.061Z | Compiling diesel v2.1.1 |
2097 | 2023-10-05T16:29:15.461Z | Compiling cipher v0.4.4 |
2098 | 2023-10-05T16:29:21.016Z | Compiling toml v0.7.8 |
2099 | 2023-10-05T16:29:21.729Z | Compiling console v0.15.7 |
2100 | 2023-10-05T16:29:23.574Z | Compiling bit-set v0.5.3 |
2101 | 2023-10-05T16:29:23.881Z | Compiling usdt v0.3.5 |
2102 | 2023-10-05T16:29:24.012Z | Compiling is-terminal v0.4.9 |
2103 | 2023-10-05T16:29:25.047Z | Compiling bstr v1.6.0 |
2104 | 2023-10-05T16:29:25.184Z | Compiling tokio-stream v0.1.14 |
2105 | 2023-10-05T16:29:25.717Z | Compiling openapiv3 v1.0.3 |
2106 | 2023-10-05T16:29:26.573Z | Compiling hex v0.4.3 |
2107 | 2023-10-05T16:29:27.888Z | Compiling hashbrown v0.13.2 |
2108 | 2023-10-05T16:29:30.744Z | Compiling bitfield v0.14.0 |
2109 | 2023-10-05T16:29:32.758Z | Compiling termcolor v1.2.0 |
2110 | 2023-10-05T16:29:34.994Z | Compiling lalrpop-util v0.19.12 |
2111 | 2023-10-05T16:29:39.338Z | Compiling env_logger v0.10.0 |
2112 | 2023-10-05T16:29:43.544Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2113 | 2023-10-05T16:29:50.999Z | Compiling rsa v0.9.2 |
2114 | 2023-10-05T16:30:00.305Z | Compiling serde-hex v0.1.0 |
2115 | 2023-10-05T16:30:01.294Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2116 | 2023-10-05T16:30:08.914Z | Compiling x509-cert v0.2.4 |
2117 | 2023-10-05T16:30:10.049Z | Compiling ron v0.8.1 |
2118 | 2023-10-05T16:30:24.090Z | Compiling crc-any v2.4.3 |
2119 | 2023-10-05T16:30:25.725Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2120 | 2023-10-05T16:30:45.269Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2121 | 2023-10-05T16:30:57.843Z | Compiling object v0.30.4 |
2122 | 2023-10-05T16:31:07.612Z | Compiling path-slash v0.1.5 |
2123 | 2023-10-05T16:31:11.387Z | Compiling bzip2 v0.4.4 |
2124 | 2023-10-05T16:31:11.970Z | Compiling zip v0.6.6 |
2125 | 2023-10-05T16:31:14.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2126 | 2023-10-05T16:31:31.590Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2127 | 2023-10-05T16:31:57.294Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2128 | 2023-10-05T16:31:58.394Z | Finished release [optimized] target(s) in 6m 00s |
2129 | 2023-10-05T16:31:58.483Z | |
2130 | 2023-10-05T16:31:58.486Z | real 6:00.332333631 |
2131 | 2023-10-05T16:31:58.489Z | user 41:10.148323815 |
2132 | 2023-10-05T16:31:58.494Z | sys 3:43.905519099 |
2133 | 2023-10-05T16:31:58.498Z | trap 1.791372610 |
2134 | 2023-10-05T16:31:58.502Z | tflt 1.195377207 |
2135 | 2023-10-05T16:31:58.505Z | dflt 0.758132467 |
2136 | 2023-10-05T16:31:58.509Z | kflt 0.005013641 |
2137 | 2023-10-05T16:31:58.513Z | lock 1:35:16.291534626 |
2138 | 2023-10-05T16:31:58.516Z | slp 2:23:12.339313769 |
2139 | 2023-10-05T16:31:58.520Z | lat 1:41.489884080 |
2140 | 2023-10-05T16:31:58.524Z | stop 1:21.801380791 |
2141 | 2023-10-05T16:31:58.528Z | + ptime -m gzip |
2142 | 2023-10-05T16:31:59.145Z | |
2143 | 2023-10-05T16:31:59.149Z | real 0.656168404 |
2144 | 2023-10-05T16:31:59.153Z | user 0.648571854 |
2145 | 2023-10-05T16:31:59.158Z | sys 0.006967730 |
2146 | 2023-10-05T16:31:59.162Z | trap 0.000072075 |
2147 | 2023-10-05T16:31:59.165Z | tflt 0.000000000 |
2148 | 2023-10-05T16:31:59.169Z | dflt 0.000000000 |
2149 | 2023-10-05T16:31:59.173Z | kflt 0.000000000 |
2150 | 2023-10-05T16:31:59.177Z | lock 0.000000000 |
2151 | 2023-10-05T16:31:59.182Z | slp 0.000000000 |
2152 | 2023-10-05T16:31:59.186Z | lat 0.000216078 |
2153 | 2023-10-05T16:31:59.190Z | stop 0.000227920 |
2154 | 2023-10-05T16:31:59.194Z | + banner tufaceous |
2155 | 2023-10-05T16:31:59.198Z | |
2156 | 2023-10-05T16:31:59.201Z | ##### # # ###### ## #### ###### #### # # #### |
2157 | 2023-10-05T16:31:59.204Z | # # # # # # # # # # # # # # |
2158 | 2023-10-05T16:31:59.207Z | # # # ##### # # # ##### # # # # #### |
2159 | 2023-10-05T16:31:59.211Z | # # # # ###### # # # # # # # |
2160 | 2023-10-05T16:31:59.215Z | # # # # # # # # # # # # # # # |
2161 | 2023-10-05T16:31:59.219Z | # #### # # # #### ###### #### #### #### |
2162 | 2023-10-05T16:31:59.223Z | |
2163 | 2023-10-05T16:31:59.227Z | + ptime -m cargo build --locked -p tufaceous --release |
2164 | 2023-10-05T16:31:59.893Z | Downloading crates ... |
2165 | 2023-10-05T16:32:00.199Z | Downloaded globset v0.4.13 |
2166 | 2023-10-05T16:32:00.202Z | Downloaded doc-comment v0.3.3 |
2167 | 2023-10-05T16:32:00.205Z | Downloaded path-dedot v3.1.0 |
2168 | 2023-10-05T16:32:00.209Z | Downloaded bytesize v1.3.0 |
2169 | 2023-10-05T16:32:00.212Z | Downloaded path-absolutize v3.1.0 |
2170 | 2023-10-05T16:32:00.216Z | Downloaded snafu-derive v0.7.5 |
2171 | 2023-10-05T16:32:00.219Z | Downloaded fs-err v2.9.0 |
2172 | 2023-10-05T16:32:00.224Z | Downloaded serde_plain v1.0.2 |
2173 | 2023-10-05T16:32:00.228Z | Downloaded buf-list v1.0.3 |
2174 | 2023-10-05T16:32:00.233Z | Downloaded snafu v0.7.5 |
2175 | 2023-10-05T16:32:00.239Z | Downloaded tough v0.12.5 |
2176 | 2023-10-05T16:32:00.253Z | Downloaded olpc-cjson v0.1.3 |
2177 | 2023-10-05T16:32:00.407Z | Compiling serde_tokenstream v0.2.0 |
2178 | 2023-10-05T16:32:00.428Z | Compiling regress v0.7.1 |
2179 | 2023-10-05T16:32:00.441Z | Compiling dirs-sys-next v0.1.2 |
2180 | 2023-10-05T16:32:00.444Z | Compiling ident_case v1.0.1 |
2181 | 2023-10-05T16:32:00.461Z | Compiling thread_local v1.1.7 |
2182 | 2023-10-05T16:32:00.471Z | Compiling camino v1.1.6 |
2183 | 2023-10-05T16:32:00.483Z | Compiling heck v0.4.1 |
2184 | 2023-10-05T16:32:00.695Z | Compiling dirs-next v2.0.0 |
2185 | 2023-10-05T16:32:01.071Z | Compiling darling_core v0.20.3 |
2186 | 2023-10-05T16:32:01.249Z | Compiling rustversion v1.0.14 |
2187 | 2023-10-05T16:32:01.257Z | Compiling slog-async v2.8.0 |
2188 | 2023-10-05T16:32:01.835Z | Compiling term v0.7.0 |
2189 | 2023-10-05T16:32:01.991Z | Compiling crossbeam-channel v0.5.8 |
2190 | 2023-10-05T16:32:02.235Z | Compiling getopts v0.2.21 |
2191 | 2023-10-05T16:32:02.350Z | Compiling structmeta-derive v0.1.6 |
2192 | 2023-10-05T16:32:02.498Z | Compiling atty v0.2.14 |
2193 | 2023-10-05T16:32:02.710Z | Compiling multer v2.1.0 |
2194 | 2023-10-05T16:32:03.129Z | Compiling match_cfg v0.1.0 |
2195 | 2023-10-05T16:32:03.268Z | Compiling paste v1.0.14 |
2196 | 2023-10-05T16:32:03.799Z | Compiling unsafe-libyaml v0.2.9 |
2197 | 2023-10-05T16:32:03.930Z | Compiling take_mut v0.2.2 |
2198 | 2023-10-05T16:32:04.187Z | Compiling doc-comment v0.3.3 |
2199 | 2023-10-05T16:32:05.247Z | Compiling hostname v0.3.1 |
2200 | 2023-10-05T16:32:05.716Z | Compiling slog-term v2.9.0 |
2201 | 2023-10-05T16:32:06.752Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2202 | 2023-10-05T16:32:08.807Z | Compiling structmeta v0.1.6 |
2203 | 2023-10-05T16:32:09.453Z | Compiling serde_yaml v0.9.25 |
2204 | 2023-10-05T16:32:10.482Z | Compiling darling_macro v0.20.3 |
2205 | 2023-10-05T16:32:10.891Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2206 | 2023-10-05T16:32:11.918Z | Compiling darling v0.20.3 |
2207 | 2023-10-05T16:32:12.093Z | Compiling slog-json v2.6.1 |
2208 | 2023-10-05T16:32:12.520Z | Compiling async-stream-impl v0.3.5 |
2209 | 2023-10-05T16:32:12.935Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2210 | 2023-10-05T16:32:13.380Z | Compiling fastrand v2.0.0 |
2211 | 2023-10-05T16:32:13.809Z | Compiling regex-syntax v0.6.29 |
2212 | 2023-10-05T16:32:14.535Z | Compiling atomic-waker v1.1.1 |
2213 | 2023-10-05T16:32:14.599Z | Compiling async-stream v0.3.5 |
2214 | 2023-10-05T16:32:14.614Z | Compiling tempfile v3.8.0 |
2215 | 2023-10-05T16:32:14.816Z | Compiling waitgroup v0.1.2 |
2216 | 2023-10-05T16:32:15.232Z | Compiling slog-bunyan v2.4.0 |
2217 | 2023-10-05T16:32:15.266Z | Compiling strum_macros v0.25.2 |
2218 | 2023-10-05T16:32:15.626Z | Compiling serde_with_macros v2.3.3 |
2219 | 2023-10-05T16:32:19.523Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2220 | 2023-10-05T16:32:19.598Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2221 | 2023-10-05T16:32:19.741Z | Compiling sha1 v0.10.5 |
2222 | 2023-10-05T16:32:21.237Z | Compiling snafu-derive v0.7.5 |
2223 | 2023-10-05T16:32:21.264Z | Compiling serde_path_to_error v0.1.14 |
2224 | 2023-10-05T16:32:21.508Z | Compiling path-dedot v3.1.0 |
2225 | 2023-10-05T16:32:21.885Z | Compiling instant v0.1.12 |
2226 | 2023-10-05T16:32:22.013Z | Compiling same-file v1.0.6 |
2227 | 2023-10-05T16:32:22.116Z | Compiling base64 v0.13.1 |
2228 | 2023-10-05T16:32:22.491Z | Compiling arc-swap v1.6.0 |
2229 | 2023-10-05T16:32:22.815Z | Compiling debug-ignore v1.0.5 |
2230 | 2023-10-05T16:32:23.008Z | Compiling buf-list v1.0.3 |
2231 | 2023-10-05T16:32:23.624Z | Compiling slog-scope v4.4.0 |
2232 | 2023-10-05T16:32:23.687Z | Compiling parse-display-derive v0.7.0 |
2233 | 2023-10-05T16:32:23.808Z | Compiling pem v1.1.1 |
2234 | 2023-10-05T16:32:23.900Z | Compiling walkdir v2.4.0 |
2235 | 2023-10-05T16:32:25.244Z | Compiling backoff v0.4.0 |
2236 | 2023-10-05T16:32:25.675Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2237 | 2023-10-05T16:32:25.824Z | Compiling path-absolutize v3.1.0 |
2238 | 2023-10-05T16:32:26.129Z | Compiling strum v0.25.0 |
2239 | 2023-10-05T16:32:26.298Z | Compiling serde_with v2.3.3 |
2240 | 2023-10-05T16:32:26.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2241 | 2023-10-05T16:32:26.834Z | Compiling globset v0.4.13 |
2242 | 2023-10-05T16:32:27.442Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2243 | 2023-10-05T16:32:27.698Z | Compiling olpc-cjson v0.1.3 |
2244 | 2023-10-05T16:32:28.628Z | Compiling macaddr v1.0.1 |
2245 | 2023-10-05T16:32:29.744Z | Compiling snafu v0.7.5 |
2246 | 2023-10-05T16:32:29.831Z | Compiling serde_plain v1.0.2 |
2247 | 2023-10-05T16:32:30.005Z | Compiling parse-display v0.7.0 |
2248 | 2023-10-05T16:32:30.327Z | Compiling filetime v0.2.22 |
2249 | 2023-10-05T16:32:30.703Z | Compiling xattr v1.0.1 |
2250 | 2023-10-05T16:32:30.851Z | Compiling tough v0.12.5 |
2251 | 2023-10-05T16:32:31.162Z | Compiling tar v0.4.40 |
2252 | 2023-10-05T16:32:32.854Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2253 | 2023-10-05T16:32:33.093Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2254 | 2023-10-05T16:32:34.217Z | Compiling slog-stdlog v4.1.1 |
2255 | 2023-10-05T16:32:35.783Z | Compiling camino-tempfile v1.0.2 |
2256 | 2023-10-05T16:32:37.122Z | Compiling itertools v0.11.0 |
2257 | 2023-10-05T16:32:41.311Z | Compiling bytesize v1.3.0 |
2258 | 2023-10-05T16:32:41.825Z | Compiling fs-err v2.9.0 |
2259 | 2023-10-05T16:32:42.289Z | Compiling slog-envlogger v2.2.0 |
2260 | 2023-10-05T16:32:42.798Z | Compiling humantime v2.1.0 |
2261 | 2023-10-05T16:32:44.261Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2262 | 2023-10-05T16:33:12.065Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2263 | 2023-10-05T16:33:12.364Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2264 | 2023-10-05T16:33:22.842Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2265 | 2023-10-05T16:33:24.907Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2266 | 2023-10-05T16:33:48.193Z | Finished release [optimized] target(s) in 1m 48s |
2267 | 2023-10-05T16:33:48.312Z | |
2268 | 2023-10-05T16:33:48.315Z | real 1:49.139773677 |
2269 | 2023-10-05T16:33:48.318Z | user 11:43.813598985 |
2270 | 2023-10-05T16:33:48.321Z | sys 48.047847997 |
2271 | 2023-10-05T16:33:48.324Z | trap 0.477523205 |
2272 | 2023-10-05T16:33:48.327Z | tflt 0.390345175 |
2273 | 2023-10-05T16:33:48.329Z | dflt 0.766996287 |
2274 | 2023-10-05T16:33:48.332Z | kflt 0.006391305 |
2275 | 2023-10-05T16:33:48.335Z | lock 23:51.406701346 |
2276 | 2023-10-05T16:33:48.338Z | slp 25:49.932193487 |
2277 | 2023-10-05T16:33:48.340Z | lat 21.970929492 |
2278 | 2023-10-05T16:33:48.343Z | stop 12.635848206 |
2279 | 2023-10-05T16:33:48.346Z | + ptime -m gzip |
2280 | 2023-10-05T16:33:50.426Z | |
2281 | 2023-10-05T16:33:50.429Z | real 2.108041089 |
2282 | 2023-10-05T16:33:50.431Z | user 2.083703390 |
2283 | 2023-10-05T16:33:50.434Z | sys 0.023545551 |
2284 | 2023-10-05T16:33:50.437Z | trap 0.000239696 |
2285 | 2023-10-05T16:33:50.440Z | tflt 0.000000000 |
2286 | 2023-10-05T16:33:50.442Z | dflt 0.000000000 |
2287 | 2023-10-05T16:33:50.445Z | kflt 0.000000000 |
2288 | 2023-10-05T16:33:50.448Z | lock 0.000000000 |
2289 | 2023-10-05T16:33:50.451Z | slp 0.000000000 |
2290 | 2023-10-05T16:33:50.454Z | lat 0.000213765 |
2291 | 2023-10-05T16:33:50.456Z | stop 0.000229707 |
2292 | 2023-10-05T16:33:50.459Z | process exited: duration 1309324 ms, exit code 0 |
|
2293 | 2023-10-05T16:33:50.478Z | found 5 output files |
2294 | 2023-10-05T16:33:50.682Z | uploading: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz (6376902 bytes) |
2295 | 2023-10-05T16:33:53.003Z | uploaded: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz |
2296 | 2023-10-05T16:33:53.015Z | uploading: /work/end-to-end-tests/bootstrap.gz (96587349 bytes) |
2297 | 2023-10-05T16:34:27.816Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2298 | 2023-10-05T16:34:27.960Z | uploading: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz (110294275 bytes) |
2299 | 2023-10-05T16:35:10.924Z | uploaded: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz |
2300 | 2023-10-05T16:35:10.961Z | uploading: /work/caboose-util.gz (4109461 bytes) |
2301 | 2023-10-05T16:35:13.765Z | uploaded: /work/caboose-util.gz |
2302 | 2023-10-05T16:35:13.771Z | uploading: /work/tufaceous.gz (13402252 bytes) |
2303 | 2023-10-05T16:35:19.292Z | uploaded: /work/tufaceous.gz |