|
|
|
1 | 2023-11-07T18:02:32.063Z | job assigned to worker 01HENF4P30T1AP0VX5YQJA5X38 (queued for 1 m 3 s) |
|
2 | 2023-11-07T18:02:32.490Z | starting task 0: "setup" |
3 | 2023-11-07T18:02:32.555Z | ++ uname -s |
4 | 2023-11-07T18:02:32.559Z | + kern=SunOS |
5 | 2023-11-07T18:02:32.564Z | + case "$kern" in |
6 | 2023-11-07T18:02:32.567Z | + groupadd -g 12345 build |
7 | 2023-11-07T18:02:32.570Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-07T18:02:34.571Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-07T18:02:34.683Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-07T18:02:34.686Z | + home_fs=zfs |
11 | 2023-11-07T18:02:34.689Z | + [[ zfs == autofs ]] |
12 | 2023-11-07T18:02:34.692Z | + mkdir -p /home/build |
13 | 2023-11-07T18:02:34.695Z | + chown build:build /home/build /work |
14 | 2023-11-07T18:02:36.692Z | + chmod 0700 /home/build /work |
15 | 2023-11-07T18:02:36.696Z | process exited: duration 4202 ms, exit code 0 |
|
16 | 2023-11-07T18:02:36.702Z | starting task 1: "rust-toolchain" |
17 | 2023-11-07T18:02:36.714Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-07T18:02:36.717Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-07T18:02:36.898Z | info: downloading installer |
20 | 2023-11-07T18:02:38.947Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-07T18:02:38.951Z | warning: /opt/ooce/bin |
22 | 2023-11-07T18:02:38.953Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-07T18:02:38.957Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-07T18:02:38.959Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-07T18:02:38.962Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-07T18:02:38.965Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-07T18:02:38.968Z | error: cannot install while Rust is installed |
28 | 2023-11-07T18:02:38.970Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-07T18:02:39.019Z | info: profile set to 'default' |
30 | 2023-11-07T18:02:39.022Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-07T18:02:39.025Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-07T18:02:39.212Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-07T18:02:39.215Z | info: downloading component 'cargo' |
34 | 2023-11-07T18:02:40.100Z | info: downloading component 'clippy' |
35 | 2023-11-07T18:02:40.430Z | info: downloading component 'rust-docs' |
36 | 2023-11-07T18:02:41.607Z | info: downloading component 'rust-std' |
37 | 2023-11-07T18:02:43.754Z | info: downloading component 'rustc' |
38 | 2023-11-07T18:02:48.680Z | info: downloading component 'rustfmt' |
39 | 2023-11-07T18:02:49.004Z | info: installing component 'cargo' |
40 | 2023-11-07T18:02:50.483Z | info: installing component 'clippy' |
41 | 2023-11-07T18:02:51.084Z | info: installing component 'rust-docs' |
42 | 2023-11-07T18:02:53.883Z | info: installing component 'rust-std' |
43 | 2023-11-07T18:02:57.021Z | info: installing component 'rustc' |
44 | 2023-11-07T18:03:06.542Z | info: installing component 'rustfmt' |
45 | 2023-11-07T18:03:07.332Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-07T18:03:07.336Z | |
47 | 2023-11-07T18:03:07.885Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-07T18:03:07.909Z | |
49 | 2023-11-07T18:03:07.940Z | |
50 | 2023-11-07T18:03:07.956Z | Rust is installed now. Great! |
51 | 2023-11-07T18:03:07.970Z | |
52 | 2023-11-07T18:03:07.977Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-07T18:03:07.981Z | environment variable. This has not been done automatically. |
54 | 2023-11-07T18:03:07.985Z | |
55 | 2023-11-07T18:03:08.006Z | To configure your current shell, run: |
56 | 2023-11-07T18:03:08.020Z | source "$HOME/.cargo/env" |
57 | 2023-11-07T18:03:08.037Z | + rustc --version |
58 | 2023-11-07T18:03:08.051Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-07T18:03:08.060Z | process exited: duration 30965 ms, exit code 0 |
|
60 | 2023-11-07T18:03:08.077Z | starting task 2: "authentication" |
61 | 2023-11-07T18:03:08.122Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-07T18:03:08.131Z | starting task 3: "clone repository" |
63 | 2023-11-07T18:03:08.143Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-07T18:03:08.146Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-07T18:03:08.316Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-07T18:03:16.013Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-07T18:03:16.018Z | + [[ -n wicketd-postpone-rot-cmpa-check ]] |
68 | 2023-11-07T18:03:16.022Z | + git fetch origin wicketd-postpone-rot-cmpa-check |
69 | 2023-11-07T18:03:16.359Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-07T18:03:16.362Z | * branch wicketd-postpone-rot-cmpa-check -> FETCH_HEAD |
71 | 2023-11-07T18:03:16.371Z | + git checkout -B wicketd-postpone-rot-cmpa-check remotes/origin/wicketd-postpone-rot-cmpa-check |
72 | 2023-11-07T18:03:16.460Z | Switched to a new branch 'wicketd-postpone-rot-cmpa-check' |
73 | 2023-11-07T18:03:16.466Z | branch 'wicketd-postpone-rot-cmpa-check' set up to track 'origin/wicketd-postpone-rot-cmpa-check'. |
74 | 2023-11-07T18:03:16.469Z | + git reset --hard 97d566f7188fabd8d84174ec5ea6fcddbf4909a8 |
75 | 2023-11-07T18:03:16.610Z | HEAD is now at 97d566f7 [wicketd] Don't check RoT CMPA/CFPA until we've decided to update it |
76 | 2023-11-07T18:03:16.613Z | process exited: duration 8478 ms, exit code 0 |
|
77 | 2023-11-07T18:03:16.619Z | starting task 4: "build" |
78 | 2023-11-07T18:03:16.629Z | + cargo --version |
79 | 2023-11-07T18:03:16.636Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-07T18:03:16.832Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-07T18:03:16.835Z | info: downloading component 'cargo' |
82 | 2023-11-07T18:03:17.594Z | info: downloading component 'clippy' |
83 | 2023-11-07T18:03:17.871Z | info: downloading component 'rust-docs' |
84 | 2023-11-07T18:03:18.897Z | info: downloading component 'rust-std' |
85 | 2023-11-07T18:03:20.506Z | info: downloading component 'rustc' |
86 | 2023-11-07T18:03:24.947Z | info: downloading component 'rustfmt' |
87 | 2023-11-07T18:03:25.249Z | info: installing component 'cargo' |
88 | 2023-11-07T18:03:26.922Z | info: installing component 'clippy' |
89 | 2023-11-07T18:03:27.411Z | info: installing component 'rust-docs' |
90 | 2023-11-07T18:03:30.175Z | info: installing component 'rust-std' |
91 | 2023-11-07T18:03:32.741Z | info: installing component 'rustc' |
92 | 2023-11-07T18:03:38.831Z | info: installing component 'rustfmt' |
93 | 2023-11-07T18:03:39.364Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-07T18:03:39.368Z | + rustc --version |
95 | 2023-11-07T18:03:39.901Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-07T18:03:39.905Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-07T18:03:49.854Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-07T18:03:50.892Z | Startup: Caching catalogs ... Done |
99 | 2023-11-07T18:03:55.738Z | Planning: Solver setup ... Done (4.559s) |
100 | 2023-11-07T18:03:55.856Z | Planning: Running solver ... Done (0.118s) |
101 | 2023-11-07T18:03:55.911Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-07T18:03:55.930Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-07T18:03:56.238Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-07T18:03:56.337Z | Planning: Package planning ... Done (0.080s) |
105 | 2023-11-07T18:03:56.470Z | Planning: Merging actions ... Done (0.152s) |
106 | 2023-11-07T18:03:57.311Z | Planning: Checking for conflicting actions ... Done (0.841s) |
107 | 2023-11-07T18:03:57.329Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-07T18:04:02.884Z | Planning: Evaluating mediators ... Done (5.555s) |
109 | 2023-11-07T18:04:02.900Z | Planning: Planning completed in 11.95 seconds |
110 | 2023-11-07T18:04:02.923Z | Packages to install: 4 |
111 | 2023-11-07T18:04:02.926Z | Mediators to change: 2 |
112 | 2023-11-07T18:04:02.930Z | Services to change: 1 |
113 | 2023-11-07T18:04:02.932Z | Estimated space available: 148.90 GB |
114 | 2023-11-07T18:04:02.936Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-07T18:04:02.938Z | Create boot environment: No |
116 | 2023-11-07T18:04:02.941Z | Create backup boot environment: No |
117 | 2023-11-07T18:04:02.944Z | Rebuild boot archive: No |
118 | 2023-11-07T18:04:02.948Z | |
119 | 2023-11-07T18:04:02.950Z | Changed mediators: |
120 | 2023-11-07T18:04:02.953Z | mediator clang: |
121 | 2023-11-07T18:04:02.961Z | version: None -> 15 (system default) |
122 | 2023-11-07T18:04:02.964Z | |
123 | 2023-11-07T18:04:02.967Z | mediator llvm: |
124 | 2023-11-07T18:04:02.970Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-07T18:04:02.973Z | |
126 | 2023-11-07T18:04:02.976Z | Changed packages: |
127 | 2023-11-07T18:04:02.979Z | helios-dev |
128 | 2023-11-07T18:04:02.982Z | developer/build-essential |
129 | 2023-11-07T18:04:02.986Z | None -> 11-2.0 |
130 | 2023-11-07T18:04:02.989Z | library/libxmlsec1 |
131 | 2023-11-07T18:04:02.992Z | None -> 1.2.35-2.0 |
132 | 2023-11-07T18:04:02.996Z | ooce/developer/clang-15 |
133 | 2023-11-07T18:04:03.000Z | None -> 15.0.7-2.0 |
134 | 2023-11-07T18:04:03.003Z | ooce/developer/llvm-15 |
135 | 2023-11-07T18:04:03.008Z | None -> 15.0.7-2.0 |
136 | 2023-11-07T18:04:03.011Z | |
137 | 2023-11-07T18:04:03.014Z | Services: |
138 | 2023-11-07T18:04:03.017Z | restart_fmri: |
139 | 2023-11-07T18:04:03.020Z | svc:/system/update-man-index:default |
140 | 2023-11-07T18:04:03.252Z | |
141 | 2023-11-07T18:04:03.255Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-07T18:04:08.273Z | Download: 1141/3290 items 48.7/212.6MB 22% complete (9.8M/s) |
143 | 2023-11-07T18:04:16.427Z | Download: 2223/3290 items 105.5/212.6MB 49% complete (11.3M/s) |
144 | 2023-11-07T18:04:21.428Z | Download: 3248/3290 items 184.8/212.6MB 86% complete (7.9M/s) |
145 | 2023-11-07T18:04:23.251Z | Download: Completed 212.60 MB in 20.00 seconds (10.6M/s) |
146 | 2023-11-07T18:04:24.013Z | Actions: 1/3687 actions (Installing new actions) |
147 | 2023-11-07T18:04:29.308Z | Actions: 2911/3687 actions (Installing new actions) |
148 | 2023-11-07T18:04:32.649Z | Actions: Completed 3687 actions in 8.64 seconds. |
149 | 2023-11-07T18:04:32.815Z | Done (0.160s) |
150 | 2023-11-07T18:04:32.818Z | Done (0.000s) |
151 | 2023-11-07T18:04:33.022Z | Done (0.206s) |
152 | 2023-11-07T18:04:40.870Z | Done (7.733s) |
153 | 2023-11-07T18:04:41.199Z | Done (0.227s) |
154 | 2023-11-07T18:04:41.202Z | Done (0.000s) |
155 | 2023-11-07T18:04:41.594Z | Done (0.000s) |
156 | 2023-11-07T18:04:42.295Z | Planning: Evaluating mediator changes ... Done |
157 | 2023-11-07T18:04:42.588Z | Planning: Checking for conflicting actions ... Done |
158 | 2023-11-07T18:04:42.591Z | Planning: Consolidating action changes ... Done |
159 | 2023-11-07T18:04:43.020Z | Planning: Evaluating mediators ... Done |
160 | 2023-11-07T18:04:43.026Z | Planning: Planning completed in 0.73 seconds |
161 | 2023-11-07T18:04:43.075Z | Mediators to change: 2 |
162 | 2023-11-07T18:04:43.077Z | Create boot environment: No |
163 | 2023-11-07T18:04:43.080Z | Create backup boot environment: No |
164 | 2023-11-07T18:04:43.180Z | Done |
165 | 2023-11-07T18:04:43.183Z | Done |
166 | 2023-11-07T18:04:43.328Z | Done |
167 | 2023-11-07T18:04:49.197Z | Done |
168 | 2023-11-07T18:04:49.316Z | Done |
169 | 2023-11-07T18:04:49.325Z | Done |
170 | 2023-11-07T18:04:49.428Z | Done |
171 | 2023-11-07T18:04:50.423Z | Planning: Evaluating mediator changes ... Done |
172 | 2023-11-07T18:04:50.426Z | Planning: Merging actions ... Done |
173 | 2023-11-07T18:04:50.756Z | Planning: Checking for conflicting actions ... Done |
174 | 2023-11-07T18:04:50.760Z | Planning: Consolidating action changes ... Done |
175 | 2023-11-07T18:04:51.187Z | Planning: Evaluating mediators ... Done |
176 | 2023-11-07T18:04:51.279Z | Planning: Planning completed in 1.29 seconds |
177 | 2023-11-07T18:04:51.335Z | Packages to change: 1 |
178 | 2023-11-07T18:04:51.339Z | Mediators to change: 1 |
179 | 2023-11-07T18:04:51.342Z | Services to change: 1 |
180 | 2023-11-07T18:04:51.345Z | Create boot environment: No |
181 | 2023-11-07T18:04:51.348Z | Create backup boot environment: Yes |
182 | 2023-11-07T18:04:52.327Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2023-11-07T18:04:52.330Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2023-11-07T18:04:52.333Z | Done |
185 | 2023-11-07T18:04:52.336Z | Done |
186 | 2023-11-07T18:04:52.379Z | Done |
187 | 2023-11-07T18:04:58.280Z | Done |
188 | 2023-11-07T18:04:58.402Z | Done |
189 | 2023-11-07T18:04:58.404Z | Done |
190 | 2023-11-07T18:04:58.506Z | Done |
191 | 2023-11-07T18:04:59.183Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2023-11-07T18:04:59.186Z | clang system 15 system |
193 | 2023-11-07T18:04:59.189Z | csh system system illumos |
194 | 2023-11-07T18:04:59.191Z | ctags system system illumos |
195 | 2023-11-07T18:04:59.194Z | gcc vendor 12 vendor |
196 | 2023-11-07T18:04:59.196Z | gcc system 10 system |
197 | 2023-11-07T18:04:59.199Z | gcc system 7 system |
198 | 2023-11-07T18:04:59.202Z | go system 1.20 system |
199 | 2023-11-07T18:04:59.205Z | go system 1.19 system |
200 | 2023-11-07T18:04:59.207Z | llvm system 15 system |
201 | 2023-11-07T18:04:59.210Z | llvm system 14 system |
202 | 2023-11-07T18:04:59.213Z | mariadb system 10.6 system |
203 | 2023-11-07T18:04:59.215Z | mta vendor vendor dma |
204 | 2023-11-07T18:04:59.218Z | openjdk system 17 system |
205 | 2023-11-07T18:04:59.221Z | openjdk system 11 system |
206 | 2023-11-07T18:04:59.223Z | openjdk system 1.8 system |
207 | 2023-11-07T18:04:59.226Z | openssl vendor 3 vendor |
208 | 2023-11-07T18:04:59.229Z | perl system 5.36 system |
209 | 2023-11-07T18:04:59.232Z | postgresql system 15 system |
210 | 2023-11-07T18:04:59.234Z | postgresql system 13 system |
211 | 2023-11-07T18:04:59.237Z | python vendor 3 vendor |
212 | 2023-11-07T18:04:59.240Z | python system 2 system |
213 | 2023-11-07T18:04:59.243Z | python3 system 3.11 system |
214 | 2023-11-07T18:04:59.245Z | ruby system 3.0 system |
215 | 2023-11-07T18:04:59.248Z | words vendor vendor american-english |
216 | 2023-11-07T18:04:59.251Z | words system system australian-english |
217 | 2023-11-07T18:04:59.253Z | words system system british-english |
218 | 2023-11-07T18:04:59.256Z | words system system canadian-english |
219 | 2023-11-07T18:04:59.258Z | words system system french |
220 | 2023-11-07T18:04:59.261Z | words system system italian |
221 | 2023-11-07T18:04:59.264Z | words system system ngerman |
222 | 2023-11-07T18:04:59.266Z | words system system ogerman |
223 | 2023-11-07T18:04:59.269Z | words system system spanish |
224 | 2023-11-07T18:04:59.719Z | FMRI IFO |
225 | 2023-11-07T18:04:59.723Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2023-11-07T18:04:59.726Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2023-11-07T18:04:59.729Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2023-11-07T18:04:59.733Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
229 | 2023-11-07T18:04:59.738Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2023-11-07T18:04:59.741Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
231 | 2023-11-07T18:04:59.795Z | + set -o errexit |
232 | 2023-11-07T18:04:59.799Z | +++ dirname ./tools/ci_download_cockroachdb |
233 | 2023-11-07T18:04:59.802Z | ++ cd ./tools |
234 | 2023-11-07T18:04:59.805Z | ++ pwd |
235 | 2023-11-07T18:04:59.809Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
236 | 2023-11-07T18:04:59.813Z | ++ basename ./tools/ci_download_cockroachdb |
237 | 2023-11-07T18:04:59.815Z | + ARG0=ci_download_cockroachdb |
238 | 2023-11-07T18:04:59.818Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
239 | 2023-11-07T18:04:59.821Z | + CIDL_VERSION=v22.1.9 |
240 | 2023-11-07T18:04:59.824Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
241 | 2023-11-07T18:04:59.827Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
242 | 2023-11-07T18:04:59.830Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
243 | 2023-11-07T18:04:59.834Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
244 | 2023-11-07T18:04:59.837Z | + TARGET_DIR=out |
245 | 2023-11-07T18:04:59.842Z | + DOWNLOAD_DIR=out/downloads |
246 | 2023-11-07T18:04:59.846Z | + DEST_DIR=./out/cockroachdb |
247 | 2023-11-07T18:04:59.850Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
248 | 2023-11-07T18:04:59.853Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
249 | 2023-11-07T18:04:59.856Z | + main |
250 | 2023-11-07T18:04:59.859Z | + [[ 0 != 0 ]] |
251 | 2023-11-07T18:04:59.862Z | + CIDL_OS=solaris2.11 |
252 | 2023-11-07T18:04:59.865Z | + [[ 0 != 0 ]] |
253 | 2023-11-07T18:04:59.869Z | + configure_os solaris2.11 |
254 | 2023-11-07T18:04:59.872Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2023-11-07T18:04:59.875Z | current directory: /work/oxidecomputer/omicron |
256 | 2023-11-07T18:04:59.878Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2023-11-07T18:04:59.881Z | configuring based on OS: "solaris2.11" |
258 | 2023-11-07T18:04:59.884Z | + case "$1" in |
259 | 2023-11-07T18:04:59.887Z | + CIDL_BUILD=illumos |
260 | 2023-11-07T18:04:59.889Z | + CIDL_SUFFIX=tar.gz |
261 | 2023-11-07T18:04:59.892Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
262 | 2023-11-07T18:04:59.895Z | + CIDL_MD5FUNC=do_md5sum |
263 | 2023-11-07T18:04:59.898Z | + CIDL_URL_BASE=https://illumos.org/downloads |
264 | 2023-11-07T18:04:59.901Z | + CIDL_ASSEMBLE=do_assemble_illumos |
265 | 2023-11-07T18:04:59.904Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
266 | 2023-11-07T18:04:59.906Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-11-07T18:04:59.909Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-11-07T18:04:59.912Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
269 | 2023-11-07T18:04:59.914Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-07T18:04:59.917Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2023-11-07T18:04:59.920Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-07T18:04:59.923Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-07T18:04:59.926Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-07T18:04:59.928Z | + mkdir -p out/downloads |
275 | 2023-11-07T18:04:59.931Z | + mkdir -p ./out/cockroachdb |
276 | 2023-11-07T18:04:59.934Z | + local DO_DOWNLOAD=true |
277 | 2023-11-07T18:04:59.936Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
278 | 2023-11-07T18:04:59.939Z | + '[' true == true ']' |
279 | 2023-11-07T18:04:59.942Z | + echo Downloading... |
280 | 2023-11-07T18:04:59.945Z | Downloading... |
281 | 2023-11-07T18:04:59.948Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-11-07T18:04:59.950Z | + 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 |
283 | 2023-11-07T18:05:03.397Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-07T18:05:03.400Z | ++ md5sum |
285 | 2023-11-07T18:05:03.403Z | ++ awk '{print $1}' |
286 | 2023-11-07T18:05:03.601Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-11-07T18:05:03.604Z | + [[ 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 ]] |
288 | 2023-11-07T18:05:03.607Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-07T18:05:03.610Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2023-11-07T18:05:07.015Z | + do_assemble_illumos |
291 | 2023-11-07T18:05:07.019Z | + rm -r ./out/cockroachdb |
292 | 2023-11-07T18:05:07.022Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2023-11-07T18:05:07.699Z | + ./out/cockroachdb/bin/cockroach version |
294 | 2023-11-07T18:05:07.988Z | Build Tag: v22.1.9-dirty |
295 | 2023-11-07T18:05:07.991Z | Build Time: 2022/10/26 21:17:46 |
296 | 2023-11-07T18:05:07.995Z | Distribution: OSS |
297 | 2023-11-07T18:05:07.998Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
298 | 2023-11-07T18:05:08.001Z | Go Version: go1.17.13 |
299 | 2023-11-07T18:05:08.004Z | C Compiler: gcc 10.3.0 |
300 | 2023-11-07T18:05:08.007Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
301 | 2023-11-07T18:05:08.010Z | Build Type: release |
302 | 2023-11-07T18:05:08.015Z | + set -o errexit |
303 | 2023-11-07T18:05:08.018Z | +++ dirname ./tools/ci_download_clickhouse |
304 | 2023-11-07T18:05:08.021Z | ++ cd ./tools |
305 | 2023-11-07T18:05:08.024Z | ++ pwd |
306 | 2023-11-07T18:05:08.027Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
307 | 2023-11-07T18:05:08.030Z | ++ basename ./tools/ci_download_clickhouse |
308 | 2023-11-07T18:05:08.033Z | + ARG0=ci_download_clickhouse |
309 | 2023-11-07T18:05:08.036Z | + TARGET_DIR=out |
310 | 2023-11-07T18:05:08.040Z | + DOWNLOAD_DIR=out/downloads |
311 | 2023-11-07T18:05:08.043Z | + DEST_DIR=./out/clickhouse |
312 | 2023-11-07T18:05:08.046Z | + CIDL_VERSION=v22.8.9.24 |
313 | 2023-11-07T18:05:08.049Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
314 | 2023-11-07T18:05:08.053Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
315 | 2023-11-07T18:05:08.057Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
316 | 2023-11-07T18:05:08.062Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
317 | 2023-11-07T18:05:08.065Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
318 | 2023-11-07T18:05:08.079Z | + main |
319 | 2023-11-07T18:05:08.137Z | + [[ 0 != 0 ]] |
320 | 2023-11-07T18:05:08.140Z | + CIDL_OS=solaris2.11 |
321 | 2023-11-07T18:05:08.143Z | + [[ 0 != 0 ]] |
322 | 2023-11-07T18:05:08.148Z | + configure_os solaris2.11 |
323 | 2023-11-07T18:05:08.151Z | + echo 'current directory: /work/oxidecomputer/omicron' |
324 | 2023-11-07T18:05:08.154Z | current directory: /work/oxidecomputer/omicron |
325 | 2023-11-07T18:05:08.157Z | + echo 'configuring based on OS: "solaris2.11"' |
326 | 2023-11-07T18:05:08.160Z | configuring based on OS: "solaris2.11" |
327 | 2023-11-07T18:05:08.164Z | + CIDL_DASHREV= |
328 | 2023-11-07T18:05:08.168Z | + case "$1" in |
329 | 2023-11-07T18:05:08.171Z | + CIDL_PLATFORM=illumos |
330 | 2023-11-07T18:05:08.174Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
331 | 2023-11-07T18:05:08.177Z | + CIDL_MD5FUNC=do_md5sum |
332 | 2023-11-07T18:05:08.180Z | + CIDL_DASHREV=-1 |
333 | 2023-11-07T18:05:08.184Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
334 | 2023-11-07T18:05:08.187Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-11-07T18:05:08.190Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2023-11-07T18:05:08.192Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-07T18:05:08.196Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
338 | 2023-11-07T18:05:08.199Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-07T18:05:08.202Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2023-11-07T18:05:08.205Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-07T18:05:08.208Z | + mkdir -p out/downloads |
342 | 2023-11-07T18:05:08.211Z | + mkdir -p ./out/clickhouse |
343 | 2023-11-07T18:05:08.215Z | + local DO_DOWNLOAD=true |
344 | 2023-11-07T18:05:08.218Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
345 | 2023-11-07T18:05:08.221Z | + '[' true == true ']' |
346 | 2023-11-07T18:05:08.224Z | + echo Downloading... |
347 | 2023-11-07T18:05:08.227Z | Downloading... |
348 | 2023-11-07T18:05:08.231Z | + 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 |
349 | 2023-11-07T18:05:08.235Z | + 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 |
350 | 2023-11-07T18:05:10.238Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-11-07T18:05:10.241Z | ++ md5sum |
352 | 2023-11-07T18:05:10.244Z | ++ awk '{print $1}' |
353 | 2023-11-07T18:05:10.500Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-11-07T18:05:10.509Z | + [[ 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 ]] |
355 | 2023-11-07T18:05:10.517Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
356 | 2023-11-07T18:05:10.520Z | + mkdir -p ./out/clickhouse |
357 | 2023-11-07T18:05:10.524Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
358 | 2023-11-07T18:05:15.335Z | + ./out/clickhouse/clickhouse server --version |
359 | 2023-11-07T18:05:15.388Z | ClickHouse server version 22.8.9.1. |
360 | 2023-11-07T18:05:15.410Z | + set -o errexit |
361 | 2023-11-07T18:05:15.414Z | +++ dirname ./tools/ci_download_console |
362 | 2023-11-07T18:05:15.420Z | ++ cd ./tools |
363 | 2023-11-07T18:05:15.424Z | ++ pwd |
364 | 2023-11-07T18:05:15.430Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
365 | 2023-11-07T18:05:15.434Z | ++ basename ./tools/ci_download_console |
366 | 2023-11-07T18:05:15.440Z | + ARG0=ci_download_console |
367 | 2023-11-07T18:05:15.446Z | + TARGET_DIR=out |
368 | 2023-11-07T18:05:15.459Z | + DOWNLOAD_DIR=out/downloads |
369 | 2023-11-07T18:05:15.470Z | + DEST_DIR=./out/console-assets |
370 | 2023-11-07T18:05:15.473Z | + source /work/oxidecomputer/omicron/tools/console_version |
371 | 2023-11-07T18:05:15.478Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
372 | 2023-11-07T18:05:15.481Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
373 | 2023-11-07T18:05:15.485Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
374 | 2023-11-07T18:05:15.488Z | + TARBALL_FILE=out/downloads/console.tar.gz |
375 | 2023-11-07T18:05:15.492Z | + main |
376 | 2023-11-07T18:05:15.495Z | + [[ 0 != 0 ]] |
377 | 2023-11-07T18:05:15.499Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
378 | 2023-11-07T18:05:15.502Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
379 | 2023-11-07T18:05:15.505Z | + echo 'Local file: out/downloads/console.tar.gz' |
380 | 2023-11-07T18:05:15.507Z | Local file: out/downloads/console.tar.gz |
381 | 2023-11-07T18:05:15.510Z | + local DO_DOWNLOAD=true |
382 | 2023-11-07T18:05:15.516Z | + [[ -f out/downloads/console.tar.gz ]] |
383 | 2023-11-07T18:05:15.519Z | + mkdir -p out/downloads |
384 | 2023-11-07T18:05:15.521Z | + '[' true == true ']' |
385 | 2023-11-07T18:05:15.524Z | + echo Downloading... |
386 | 2023-11-07T18:05:15.527Z | Downloading... |
387 | 2023-11-07T18:05:15.530Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
388 | 2023-11-07T18:05:15.539Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
389 | 2023-11-07T18:05:16.096Z | ++ do_sha256sum out/downloads/console.tar.gz |
390 | 2023-11-07T18:05:16.099Z | ++ case "$OSTYPE" in |
391 | 2023-11-07T18:05:16.102Z | ++ SHA=sha256sum |
392 | 2023-11-07T18:05:16.105Z | ++ sha256sum |
393 | 2023-11-07T18:05:16.109Z | ++ awk '{print $1}' |
394 | 2023-11-07T18:05:16.122Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
395 | 2023-11-07T18:05:16.125Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
396 | 2023-11-07T18:05:16.129Z | + rm -rf ./out/console-assets |
397 | 2023-11-07T18:05:16.132Z | + mkdir -p ./out/console-assets |
398 | 2023-11-07T18:05:16.135Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
399 | 2023-11-07T18:05:16.138Z | + mkdir -p ./out/console-assets |
400 | 2023-11-07T18:05:16.142Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
401 | 2023-11-07T18:05:16.269Z | + set -o errexit |
402 | 2023-11-07T18:05:16.272Z | +++ dirname ./tools/ci_download_maghemite_openapi |
403 | 2023-11-07T18:05:16.276Z | ++ cd ./tools |
404 | 2023-11-07T18:05:16.279Z | ++ pwd |
405 | 2023-11-07T18:05:16.283Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2023-11-07T18:05:16.286Z | ++ basename ./tools/ci_download_maghemite_openapi |
407 | 2023-11-07T18:05:16.289Z | + ARG0=ci_download_maghemite_openapi |
408 | 2023-11-07T18:05:16.293Z | + TARGET_DIR=out |
409 | 2023-11-07T18:05:16.296Z | + DOWNLOAD_DIR=out/downloads |
410 | 2023-11-07T18:05:16.300Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
411 | 2023-11-07T18:05:16.319Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
412 | 2023-11-07T18:05:16.329Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
413 | 2023-11-07T18:05:16.747Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
414 | 2023-11-07T18:05:16.755Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
415 | 2023-11-07T18:05:16.759Z | + main |
416 | 2023-11-07T18:05:16.766Z | + [[ 0 != 0 ]] |
417 | 2023-11-07T18:05:16.773Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
418 | 2023-11-07T18:05:16.780Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
419 | 2023-11-07T18:05:16.791Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
420 | 2023-11-07T18:05:16.808Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
421 | 2023-11-07T18:05:16.821Z | + local DO_DOWNLOAD=true |
422 | 2023-11-07T18:05:16.833Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
423 | 2023-11-07T18:05:16.845Z | + mkdir -p out/downloads |
424 | 2023-11-07T18:05:16.853Z | + '[' true == true ']' |
425 | 2023-11-07T18:05:16.859Z | + echo Downloading... |
426 | 2023-11-07T18:05:16.866Z | Downloading... |
427 | 2023-11-07T18:05:16.872Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
428 | 2023-11-07T18:05:16.878Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
429 | 2023-11-07T18:05:16.884Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
430 | 2023-11-07T18:05:16.888Z | ++ case "$OSTYPE" in |
431 | 2023-11-07T18:05:16.895Z | ++ SHA=sha256sum |
432 | 2023-11-07T18:05:16.898Z | ++ sha256sum |
433 | 2023-11-07T18:05:16.906Z | ++ awk '{print $1}' |
434 | 2023-11-07T18:05:16.910Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
435 | 2023-11-07T18:05:16.917Z | + [[ 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 ]] |
436 | 2023-11-07T18:05:16.930Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
437 | 2023-11-07T18:05:16.943Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
438 | 2023-11-07T18:05:16.956Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
439 | 2023-11-07T18:05:16.974Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
440 | 2023-11-07T18:05:17.393Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
441 | 2023-11-07T18:05:17.400Z | + main |
442 | 2023-11-07T18:05:17.405Z | + [[ 0 != 0 ]] |
443 | 2023-11-07T18:05:17.410Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
444 | 2023-11-07T18:05:17.420Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
445 | 2023-11-07T18:05:17.427Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
446 | 2023-11-07T18:05:17.433Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
447 | 2023-11-07T18:05:17.438Z | + local DO_DOWNLOAD=true |
448 | 2023-11-07T18:05:17.444Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
449 | 2023-11-07T18:05:17.449Z | + mkdir -p out/downloads |
450 | 2023-11-07T18:05:17.452Z | + '[' true == true ']' |
451 | 2023-11-07T18:05:17.455Z | + echo Downloading... |
452 | 2023-11-07T18:05:17.458Z | Downloading... |
453 | 2023-11-07T18:05:17.461Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
454 | 2023-11-07T18:05:17.465Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
455 | 2023-11-07T18:05:17.467Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
456 | 2023-11-07T18:05:17.470Z | ++ case "$OSTYPE" in |
457 | 2023-11-07T18:05:17.473Z | ++ SHA=sha256sum |
458 | 2023-11-07T18:05:17.476Z | ++ sha256sum |
459 | 2023-11-07T18:05:17.479Z | ++ awk '{print $1}' |
460 | 2023-11-07T18:05:17.482Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
461 | 2023-11-07T18:05:17.489Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
462 | 2023-11-07T18:05:17.492Z | + set -o errexit |
463 | 2023-11-07T18:05:17.495Z | +++ dirname ./tools/ci_download_dendrite_openapi |
464 | 2023-11-07T18:05:17.498Z | ++ cd ./tools |
465 | 2023-11-07T18:05:17.502Z | ++ pwd |
466 | 2023-11-07T18:05:17.505Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2023-11-07T18:05:17.508Z | ++ basename ./tools/ci_download_dendrite_openapi |
468 | 2023-11-07T18:05:17.511Z | + ARG0=ci_download_dendrite_openapi |
469 | 2023-11-07T18:05:17.516Z | + TARGET_DIR=out |
470 | 2023-11-07T18:05:17.519Z | + DOWNLOAD_DIR=out/downloads |
471 | 2023-11-07T18:05:17.522Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2023-11-07T18:05:17.526Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
473 | 2023-11-07T18:05:17.530Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
474 | 2023-11-07T18:05:17.534Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
475 | 2023-11-07T18:05:17.537Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
476 | 2023-11-07T18:05:17.542Z | + main |
477 | 2023-11-07T18:05:17.545Z | + [[ 0 != 0 ]] |
478 | 2023-11-07T18:05:17.548Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
479 | 2023-11-07T18:05:17.551Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
480 | 2023-11-07T18:05:17.556Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
481 | 2023-11-07T18:05:17.559Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
482 | 2023-11-07T18:05:17.562Z | Downloading... |
483 | 2023-11-07T18:05:17.567Z | + local DO_DOWNLOAD=true |
484 | 2023-11-07T18:05:17.571Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
485 | 2023-11-07T18:05:17.574Z | + mkdir -p out/downloads |
486 | 2023-11-07T18:05:17.577Z | + '[' true == true ']' |
487 | 2023-11-07T18:05:17.580Z | + echo Downloading... |
488 | 2023-11-07T18:05:17.585Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
489 | 2023-11-07T18:05:17.588Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
490 | 2023-11-07T18:05:17.592Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
491 | 2023-11-07T18:05:17.597Z | ++ case "$OSTYPE" in |
492 | 2023-11-07T18:05:17.600Z | ++ SHA=sha256sum |
493 | 2023-11-07T18:05:17.603Z | ++ sha256sum |
494 | 2023-11-07T18:05:17.610Z | ++ awk '{print $1}' |
495 | 2023-11-07T18:05:17.615Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
496 | 2023-11-07T18:05:17.619Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
497 | 2023-11-07T18:05:17.623Z | + set -o errexit |
498 | 2023-11-07T18:05:17.626Z | +++ dirname ./tools/ci_download_dendrite_stub |
499 | 2023-11-07T18:05:17.629Z | current directory: /work/oxidecomputer/omicron |
500 | 2023-11-07T18:05:17.632Z | ++ cd ./tools |
501 | 2023-11-07T18:05:17.635Z | configuring based on OS: "solaris2.11" |
502 | 2023-11-07T18:05:17.638Z | ++ pwd |
503 | 2023-11-07T18:05:17.641Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
504 | 2023-11-07T18:05:17.644Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2023-11-07T18:05:17.648Z | Local file: out/downloads/dendrite-stub.tar.gz |
506 | 2023-11-07T18:05:17.652Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-11-07T18:05:17.668Z | Downloading... |
508 | 2023-11-07T18:05:17.730Z | + ARG0=ci_download_dendrite_stub |
509 | 2023-11-07T18:05:17.757Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2023-11-07T18:05:17.774Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
511 | 2023-11-07T18:05:17.780Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
512 | 2023-11-07T18:05:17.788Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
513 | 2023-11-07T18:05:17.793Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2023-11-07T18:05:17.798Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
515 | 2023-11-07T18:05:17.803Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
516 | 2023-11-07T18:05:17.807Z | + TARGET_DIR=out |
517 | 2023-11-07T18:05:17.815Z | + DOWNLOAD_DIR=out/downloads |
518 | 2023-11-07T18:05:17.820Z | + DEST_DIR=./out/dendrite-stub |
519 | 2023-11-07T18:05:17.825Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2023-11-07T18:05:17.830Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2023-11-07T18:05:17.835Z | + REPO=oxidecomputer/dendrite |
522 | 2023-11-07T18:05:17.841Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
523 | 2023-11-07T18:05:17.845Z | + main |
524 | 2023-11-07T18:05:17.848Z | + [[ 0 != 0 ]] |
525 | 2023-11-07T18:05:17.852Z | + CIDL_OS=solaris2.11 |
526 | 2023-11-07T18:05:17.855Z | + [[ 0 != 0 ]] |
527 | 2023-11-07T18:05:17.857Z | + configure_os solaris2.11 |
528 | 2023-11-07T18:05:17.860Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2023-11-07T18:05:17.863Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-07T18:05:17.866Z | + case "$1" in |
531 | 2023-11-07T18:05:17.869Z | + SET_BINARIES= |
532 | 2023-11-07T18:05:17.872Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
533 | 2023-11-07T18:05:17.875Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2023-11-07T18:05:17.878Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2023-11-07T18:05:17.881Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
536 | 2023-11-07T18:05:17.884Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-07T18:05:17.887Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
538 | 2023-11-07T18:05:17.890Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2023-11-07T18:05:17.893Z | + mkdir -p out/downloads |
540 | 2023-11-07T18:05:17.896Z | + mkdir -p ./out/dendrite-stub |
541 | 2023-11-07T18:05:17.899Z | + fetch_and_verify |
542 | 2023-11-07T18:05:17.902Z | + local DO_DOWNLOAD=true |
543 | 2023-11-07T18:05:17.905Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2023-11-07T18:05:17.908Z | + '[' true == true ']' |
545 | 2023-11-07T18:05:17.912Z | + echo Downloading... |
546 | 2023-11-07T18:05:17.916Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
547 | 2023-11-07T18:05:17.919Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
548 | 2023-11-07T18:05:22.866Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
549 | 2023-11-07T18:05:22.869Z | ++ sha256sum |
550 | 2023-11-07T18:05:22.872Z | ++ awk '{print $1}' |
551 | 2023-11-07T18:05:22.943Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
552 | 2023-11-07T18:05:22.946Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
553 | 2023-11-07T18:05:22.949Z | + do_untar out/downloads/dendrite-stub.tar.gz |
554 | 2023-11-07T18:05:22.951Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
555 | 2023-11-07T18:05:23.845Z | + do_assemble |
556 | 2023-11-07T18:05:23.849Z | + rm -r ./out/dendrite-stub |
557 | 2023-11-07T18:05:23.851Z | + mkdir ./out/dendrite-stub |
558 | 2023-11-07T18:05:23.854Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
559 | 2023-11-07T18:05:23.962Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
560 | 2023-11-07T18:05:23.974Z | + set -o errexit |
561 | 2023-11-07T18:05:23.978Z | +++ dirname ./tools/ci_download_maghemite_mgd |
562 | 2023-11-07T18:05:23.981Z | ++ cd ./tools |
563 | 2023-11-07T18:05:23.983Z | ++ pwd |
564 | 2023-11-07T18:05:23.986Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
565 | 2023-11-07T18:05:23.989Z | ++ basename ./tools/ci_download_maghemite_mgd |
566 | 2023-11-07T18:05:23.992Z | + ARG0=ci_download_maghemite_mgd |
567 | 2023-11-07T18:05:23.994Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
568 | 2023-11-07T18:05:23.997Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
569 | 2023-11-07T18:05:24.000Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
570 | 2023-11-07T18:05:24.003Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
571 | 2023-11-07T18:05:24.008Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
572 | 2023-11-07T18:05:24.011Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
573 | 2023-11-07T18:05:24.014Z | + TARGET_DIR=out |
574 | 2023-11-07T18:05:24.020Z | + DOWNLOAD_DIR=out/downloads |
575 | 2023-11-07T18:05:24.030Z | + DEST_DIR=./out/mgd |
576 | 2023-11-07T18:05:24.040Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
577 | 2023-11-07T18:05:24.050Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
578 | 2023-11-07T18:05:24.060Z | + REPO=oxidecomputer/maghemite |
579 | 2023-11-07T18:05:24.074Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
580 | 2023-11-07T18:05:24.493Z | + main |
581 | 2023-11-07T18:05:24.501Z | + [[ 0 != 0 ]] |
582 | 2023-11-07T18:05:24.507Z | + CIDL_OS=solaris2.11 |
583 | 2023-11-07T18:05:24.521Z | + [[ 0 != 0 ]] |
584 | 2023-11-07T18:05:24.528Z | + configure_os solaris2.11 |
585 | 2023-11-07T18:05:24.533Z | + echo 'current directory: /work/oxidecomputer/omicron' |
586 | 2023-11-07T18:05:24.547Z | current directory: /work/oxidecomputer/omicron |
587 | 2023-11-07T18:05:24.554Z | + echo 'configuring based on OS: "solaris2.11"' |
588 | 2023-11-07T18:05:24.558Z | configuring based on OS: "solaris2.11" |
589 | 2023-11-07T18:05:24.564Z | + case "$1" in |
590 | 2023-11-07T18:05:24.974Z | + SET_BINARIES= |
591 | 2023-11-07T18:05:24.984Z | + CIDL_SHA256FUNC=do_sha256sum |
592 | 2023-11-07T18:05:24.993Z | + TARBALL_FILENAME=mgd.tar.gz |
593 | 2023-11-07T18:05:25.002Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
594 | 2023-11-07T18:05:25.011Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
595 | 2023-11-07T18:05:25.018Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
596 | 2023-11-07T18:05:25.025Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
597 | 2023-11-07T18:05:25.033Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
598 | 2023-11-07T18:05:25.041Z | Local file: out/downloads/mgd.tar.gz |
599 | 2023-11-07T18:05:25.051Z | + mkdir -p out/downloads |
600 | 2023-11-07T18:05:25.056Z | + mkdir -p ./out/mgd |
601 | 2023-11-07T18:05:25.061Z | + fetch_and_verify |
602 | 2023-11-07T18:05:25.067Z | + local DO_DOWNLOAD=true |
603 | 2023-11-07T18:05:25.072Z | + [[ -f out/downloads/mgd.tar.gz ]] |
604 | 2023-11-07T18:05:25.079Z | + '[' true == true ']' |
605 | 2023-11-07T18:05:25.092Z | + echo Downloading... |
606 | 2023-11-07T18:05:25.097Z | Downloading... |
607 | 2023-11-07T18:05:25.102Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
608 | 2023-11-07T18:05:25.108Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
609 | 2023-11-07T18:05:27.806Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
610 | 2023-11-07T18:05:27.809Z | ++ sha256sum |
611 | 2023-11-07T18:05:27.812Z | ++ awk '{print $1}' |
612 | 2023-11-07T18:05:27.887Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
613 | 2023-11-07T18:05:27.889Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
614 | 2023-11-07T18:05:27.892Z | + do_untar out/downloads/mgd.tar.gz |
615 | 2023-11-07T18:05:27.895Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
616 | 2023-11-07T18:05:28.546Z | + do_assemble |
617 | 2023-11-07T18:05:28.550Z | + rm -r ./out/mgd |
618 | 2023-11-07T18:05:28.553Z | + mkdir ./out/mgd |
619 | 2023-11-07T18:05:28.556Z | + cp -r out/downloads/root ./out/mgd/root |
620 | 2023-11-07T18:05:29.160Z | + set -o errexit |
621 | 2023-11-07T18:05:29.163Z | +++ dirname ./tools/ci_download_transceiver_control |
622 | 2023-11-07T18:05:29.166Z | ++ cd ./tools |
623 | 2023-11-07T18:05:29.169Z | ++ pwd |
624 | 2023-11-07T18:05:29.172Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
625 | 2023-11-07T18:05:29.175Z | ++ basename ./tools/ci_download_transceiver_control |
626 | 2023-11-07T18:05:29.178Z | + ARG0=ci_download_transceiver_control |
627 | 2023-11-07T18:05:29.181Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
628 | 2023-11-07T18:05:29.184Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-11-07T18:05:29.187Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
630 | 2023-11-07T18:05:29.190Z | + TARGET_DIR=out |
631 | 2023-11-07T18:05:29.193Z | + DOWNLOAD_DIR=out/downloads |
632 | 2023-11-07T18:05:29.196Z | + DEST_DIR=./out/transceiver-control |
633 | 2023-11-07T18:05:29.199Z | + BIN_DIR=/opt/oxide/bin |
634 | 2023-11-07T18:05:29.206Z | + BINARY=xcvradm |
635 | 2023-11-07T18:05:29.209Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
636 | 2023-11-07T18:05:29.212Z | + REPO=oxidecomputer/transceiver-control |
637 | 2023-11-07T18:05:29.216Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-11-07T18:05:29.220Z | + main |
639 | 2023-11-07T18:05:29.222Z | + [[ 0 != 0 ]] |
640 | 2023-11-07T18:05:29.240Z | + CIDL_OS=solaris2.11 |
641 | 2023-11-07T18:05:29.254Z | + [[ 0 != 0 ]] |
642 | 2023-11-07T18:05:29.279Z | + configure_os solaris2.11 |
643 | 2023-11-07T18:05:29.284Z | + echo 'current directory: /work/oxidecomputer/omicron' |
644 | 2023-11-07T18:05:29.290Z | current directory: /work/oxidecomputer/omicron |
645 | 2023-11-07T18:05:29.294Z | + echo 'configuring based on OS: "solaris2.11"' |
646 | 2023-11-07T18:05:29.297Z | configuring based on OS: "solaris2.11" |
647 | 2023-11-07T18:05:29.300Z | + case "$1" in |
648 | 2023-11-07T18:05:29.303Z | + SET_BINARIES= |
649 | 2023-11-07T18:05:29.306Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
650 | 2023-11-07T18:05:29.309Z | + CIDL_SHA256FUNC=do_sha256sum |
651 | 2023-11-07T18:05:29.312Z | + ARCHIVE_FILENAME=xcvradm.gz |
652 | 2023-11-07T18:05:29.315Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
653 | 2023-11-07T18:05:29.317Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
654 | 2023-11-07T18:05:29.320Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
655 | 2023-11-07T18:05:29.323Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-07T18:05:29.327Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2023-11-07T18:05:29.330Z | Local file: out/downloads/xcvradm.gz |
658 | 2023-11-07T18:05:29.333Z | + mkdir -p out/downloads |
659 | 2023-11-07T18:05:29.336Z | + mkdir -p ./out/transceiver-control |
660 | 2023-11-07T18:05:29.338Z | + fetch_and_verify |
661 | 2023-11-07T18:05:29.341Z | + local DO_DOWNLOAD=true |
662 | 2023-11-07T18:05:29.343Z | + [[ -f out/downloads/xcvradm.gz ]] |
663 | 2023-11-07T18:05:29.346Z | + '[' true == true ']' |
664 | 2023-11-07T18:05:29.349Z | + echo Downloading... |
665 | 2023-11-07T18:05:29.352Z | Downloading... |
666 | 2023-11-07T18:05:29.355Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
667 | 2023-11-07T18:05:29.358Z | + 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 |
668 | 2023-11-07T18:05:30.440Z | ++ do_sha256sum out/downloads/xcvradm.gz |
669 | 2023-11-07T18:05:30.443Z | ++ sha256sum |
670 | 2023-11-07T18:05:30.446Z | ++ awk '{print $1}' |
671 | 2023-11-07T18:05:30.465Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2023-11-07T18:05:30.468Z | + [[ 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 ]] |
673 | 2023-11-07T18:05:30.471Z | + do_unpack out/downloads/xcvradm.gz |
674 | 2023-11-07T18:05:30.474Z | + mkdir -p out/downloads/root//opt/oxide/bin |
675 | 2023-11-07T18:05:30.477Z | + gzip -dc out/downloads/xcvradm.gz |
676 | 2023-11-07T18:05:30.648Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
677 | 2023-11-07T18:05:30.653Z | + do_assemble |
678 | 2023-11-07T18:05:30.656Z | + rm -r ./out/transceiver-control |
679 | 2023-11-07T18:05:30.659Z | + mkdir ./out/transceiver-control |
680 | 2023-11-07T18:05:30.662Z | + cp -r out/downloads/root ./out/transceiver-control/root |
681 | 2023-11-07T18:05:30.866Z | All prerequisites installed successfully |
682 | 2023-11-07T18:05:30.869Z | |
683 | 2023-11-07T18:05:30.872Z | real 1:51.330145381 |
684 | 2023-11-07T18:05:30.875Z | user 51.954480684 |
685 | 2023-11-07T18:05:30.879Z | sys 9.738171483 |
686 | 2023-11-07T18:05:30.882Z | trap 0.019327924 |
687 | 2023-11-07T18:05:30.885Z | tflt 0.246209264 |
688 | 2023-11-07T18:05:30.887Z | dflt 0.860380021 |
689 | 2023-11-07T18:05:30.890Z | kflt 0.229970368 |
690 | 2023-11-07T18:05:30.893Z | lock 1.744408605 |
691 | 2023-11-07T18:05:30.896Z | slp 3:19.639486432 |
692 | 2023-11-07T18:05:30.898Z | lat 3.242893056 |
693 | 2023-11-07T18:05:30.901Z | stop 0.063023023 |
694 | 2023-11-07T18:05:30.904Z | + banner end-to-end-tests |
695 | 2023-11-07T18:05:30.939Z | |
696 | 2023-11-07T18:05:30.942Z | ###### # # ##### ##### #### ###### # # ##### |
697 | 2023-11-07T18:05:30.946Z | # ## # # # # # # # ## # # # |
698 | 2023-11-07T18:05:30.949Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
699 | 2023-11-07T18:05:30.951Z | # # # # # # # # # # # # # # # |
700 | 2023-11-07T18:05:30.954Z | # # ## # # # # # # # ## # # |
701 | 2023-11-07T18:05:30.957Z | ###### # # ##### # #### ###### # # ##### |
702 | 2023-11-07T18:05:30.963Z | |
703 | 2023-11-07T18:05:30.966Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
704 | 2023-11-07T18:05:30.969Z | + CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2023-11-07T18:05:30.972Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
706 | 2023-11-07T18:05:30.976Z | + CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2023-11-07T18:05:30.980Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
708 | 2023-11-07T18:05:31.279Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
709 | 2023-11-07T18:05:31.703Z | Updating crates.io index |
710 | 2023-11-07T18:05:31.824Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
711 | 2023-11-07T18:05:32.648Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
712 | 2023-11-07T18:05:34.469Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
713 | 2023-11-07T18:05:35.188Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
714 | 2023-11-07T18:05:35.531Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
715 | 2023-11-07T18:05:35.878Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
716 | 2023-11-07T18:05:36.178Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
717 | 2023-11-07T18:05:37.105Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
718 | 2023-11-07T18:05:39.395Z | Updating git repository `https://github.com/oxidecomputer/opte` |
719 | 2023-11-07T18:05:40.444Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
720 | 2023-11-07T18:05:40.769Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
721 | 2023-11-07T18:05:41.144Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
722 | 2023-11-07T18:05:42.106Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
723 | 2023-11-07T18:05:42.116Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
724 | 2023-11-07T18:05:42.424Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
725 | 2023-11-07T18:05:42.741Z | Updating git repository `https://github.com/njaremko/samael` |
726 | 2023-11-07T18:05:43.401Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
727 | 2023-11-07T18:05:43.972Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
728 | 2023-11-07T18:05:44.360Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
729 | 2023-11-07T18:05:44.714Z | Updating git repository `https://github.com/jgallagher/nix` |
730 | 2023-11-07T18:05:45.999Z | Updating git repository `https://github.com/cbiffle/hubpack` |
731 | 2023-11-07T18:05:46.371Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
732 | 2023-11-07T18:06:00.730Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
733 | 2023-11-07T18:06:01.287Z | Updating git repository `https://github.com/oxidecomputer/typify` |
734 | 2023-11-07T18:06:02.425Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
735 | 2023-11-07T18:06:02.867Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
736 | 2023-11-07T18:06:03.217Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
737 | 2023-11-07T18:06:04.654Z | Downloading crates ... |
738 | 2023-11-07T18:06:04.877Z | Downloaded arc-swap v1.6.0 |
739 | 2023-11-07T18:06:04.901Z | Downloaded bitflags v2.4.0 |
740 | 2023-11-07T18:06:04.918Z | Downloaded lazy_static v1.4.0 |
741 | 2023-11-07T18:06:04.925Z | Downloaded bitstruct_derive v0.1.0 |
742 | 2023-11-07T18:06:04.934Z | Downloaded bitstruct v0.1.1 |
743 | 2023-11-07T18:06:04.946Z | Downloaded linked-hash-map v0.5.6 |
744 | 2023-11-07T18:06:04.954Z | Downloaded blowfish v0.9.1 |
745 | 2023-11-07T18:06:04.961Z | Downloaded opaque-debug v0.3.0 |
746 | 2023-11-07T18:06:04.969Z | Downloaded atty v0.2.14 |
747 | 2023-11-07T18:06:04.978Z | Downloaded num_enum_derive v0.5.11 |
748 | 2023-11-07T18:06:04.987Z | Downloaded num-rational v0.4.1 |
749 | 2023-11-07T18:06:04.995Z | Downloaded num_enum v0.7.0 |
750 | 2023-11-07T18:06:05.009Z | Downloaded aead v0.5.2 |
751 | 2023-11-07T18:06:05.018Z | Downloaded colorchoice v1.0.0 |
752 | 2023-11-07T18:06:05.021Z | Downloaded phf_shared v0.10.0 |
753 | 2023-11-07T18:06:05.025Z | Downloaded option-ext v0.2.0 |
754 | 2023-11-07T18:06:05.032Z | Downloaded pkg-config v0.3.27 |
755 | 2023-11-07T18:06:05.036Z | Downloaded mime_guess v2.0.4 |
756 | 2023-11-07T18:06:05.039Z | Downloaded ppv-lite86 v0.2.17 |
757 | 2023-11-07T18:06:05.042Z | Downloaded pem v3.0.2 |
758 | 2023-11-07T18:06:05.045Z | Downloaded precomputed-hash v0.1.1 |
759 | 2023-11-07T18:06:05.048Z | Downloaded postcard-cobs v0.1.5-pre |
760 | 2023-11-07T18:06:05.051Z | Downloaded md5 v0.7.0 |
761 | 2023-11-07T18:06:05.055Z | Downloaded postgres-types v0.2.6 |
762 | 2023-11-07T18:06:05.060Z | Downloaded anstyle-query v1.0.0 |
763 | 2023-11-07T18:06:05.062Z | Downloaded matches v0.1.10 |
764 | 2023-11-07T18:06:05.065Z | Downloaded num_threads v0.1.6 |
765 | 2023-11-07T18:06:05.068Z | Downloaded async-trait v0.1.74 |
766 | 2023-11-07T18:06:05.071Z | Downloaded phf v0.11.2 |
767 | 2023-11-07T18:06:05.075Z | Downloaded paste v1.0.14 |
768 | 2023-11-07T18:06:05.078Z | Downloaded num v0.4.1 |
769 | 2023-11-07T18:06:05.081Z | Downloaded waitgroup v0.1.2 |
770 | 2023-11-07T18:06:05.084Z | Downloaded diesel_table_macro_syntax v0.1.0 |
771 | 2023-11-07T18:06:05.087Z | Downloaded managed v0.8.0 |
772 | 2023-11-07T18:06:05.090Z | Downloaded data-encoding v2.4.0 |
773 | 2023-11-07T18:06:05.092Z | Downloaded synstructure v0.12.6 |
774 | 2023-11-07T18:06:05.097Z | Downloaded subtle v2.5.0 |
775 | 2023-11-07T18:06:05.100Z | Downloaded usdt-attr-macro v0.3.5 |
776 | 2023-11-07T18:06:05.104Z | Downloaded clap_derive v4.4.2 |
777 | 2023-11-07T18:06:05.108Z | Downloaded password-hash v0.5.0 |
778 | 2023-11-07T18:06:05.112Z | Downloaded ansi_term v0.12.1 |
779 | 2023-11-07T18:06:05.116Z | Downloaded aes-gcm-siv v0.11.1 |
780 | 2023-11-07T18:06:05.119Z | Downloaded float-cmp v0.9.0 |
781 | 2023-11-07T18:06:05.123Z | Downloaded spki v0.7.2 |
782 | 2023-11-07T18:06:05.126Z | Downloaded want v0.3.1 |
783 | 2023-11-07T18:06:05.130Z | Downloaded tokio-macros v2.1.0 |
784 | 2023-11-07T18:06:05.133Z | Downloaded termcolor v1.2.0 |
785 | 2023-11-07T18:06:05.137Z | Downloaded backtrace v0.3.69 |
786 | 2023-11-07T18:06:05.140Z | Downloaded slog-envlogger v2.2.0 |
787 | 2023-11-07T18:06:05.144Z | Downloaded num-complex v0.4.4 |
788 | 2023-11-07T18:06:05.148Z | Downloaded russh-cryptovec v0.7.0 |
789 | 2023-11-07T18:06:05.151Z | Downloaded equivalent v1.0.1 |
790 | 2023-11-07T18:06:05.154Z | Downloaded unicode-xid v0.2.4 |
791 | 2023-11-07T18:06:05.157Z | Downloaded terminal_size v0.2.6 |
792 | 2023-11-07T18:06:05.161Z | Downloaded spin v0.5.2 |
793 | 2023-11-07T18:06:05.163Z | Downloaded multer v2.1.0 |
794 | 2023-11-07T18:06:05.166Z | Downloaded rustc_version v0.4.0 |
795 | 2023-11-07T18:06:05.170Z | Downloaded fastrand v2.0.0 |
796 | 2023-11-07T18:06:05.174Z | Downloaded utf8parse v0.2.1 |
797 | 2023-11-07T18:06:05.177Z | Downloaded ahash v0.8.3 |
798 | 2023-11-07T18:06:05.180Z | Downloaded rustc-demangle v0.1.23 |
799 | 2023-11-07T18:06:05.191Z | Downloaded num-traits v0.2.16 |
800 | 2023-11-07T18:06:05.194Z | Downloaded parking_lot_core v0.8.6 |
801 | 2023-11-07T18:06:05.197Z | Downloaded siphasher v0.3.11 |
802 | 2023-11-07T18:06:05.201Z | Downloaded slab v0.4.9 |
803 | 2023-11-07T18:06:05.204Z | Downloaded rand_core v0.5.1 |
804 | 2023-11-07T18:06:05.207Z | Downloaded whoami v1.4.1 |
805 | 2023-11-07T18:06:05.212Z | Downloaded fixedbitset v0.4.2 |
806 | 2023-11-07T18:06:05.216Z | Downloaded native-tls v0.2.11 |
807 | 2023-11-07T18:06:05.219Z | Downloaded miniz_oxide v0.7.1 |
808 | 2023-11-07T18:06:05.222Z | Downloaded tinyvec_macros v0.1.1 |
809 | 2023-11-07T18:06:05.230Z | Downloaded foreign-types-shared v0.1.1 |
810 | 2023-11-07T18:06:05.234Z | Downloaded zone_cfg_derive v0.3.0 |
811 | 2023-11-07T18:06:05.237Z | Downloaded zeroize_derive v1.4.2 |
812 | 2023-11-07T18:06:05.240Z | Downloaded vsss-rs v3.3.1 |
813 | 2023-11-07T18:06:05.244Z | Downloaded try-lock v0.2.4 |
814 | 2023-11-07T18:06:05.247Z | Downloaded iana-time-zone v0.1.57 |
815 | 2023-11-07T18:06:05.250Z | Downloaded radium v0.7.0 |
816 | 2023-11-07T18:06:05.253Z | Downloaded r2d2 v0.8.10 |
817 | 2023-11-07T18:06:05.257Z | Downloaded zone v0.3.0 |
818 | 2023-11-07T18:06:05.260Z | Downloaded instant v0.1.12 |
819 | 2023-11-07T18:06:05.263Z | Downloaded headers-core v0.2.0 |
820 | 2023-11-07T18:06:05.266Z | Downloaded thread-id v4.2.0 |
821 | 2023-11-07T18:06:05.270Z | Downloaded tokio-stream v0.1.14 |
822 | 2023-11-07T18:06:05.274Z | Downloaded inout v0.1.3 |
823 | 2023-11-07T18:06:05.277Z | Downloaded slog-stdlog v4.1.1 |
824 | 2023-11-07T18:06:05.280Z | Downloaded rand_chacha v0.2.2 |
825 | 2023-11-07T18:06:05.283Z | Downloaded darling_core v0.20.3 |
826 | 2023-11-07T18:06:05.286Z | Downloaded http-range v0.1.5 |
827 | 2023-11-07T18:06:05.289Z | Downloaded hex-literal v0.4.1 |
828 | 2023-11-07T18:06:05.292Z | Downloaded usdt-impl v0.3.5 |
829 | 2023-11-07T18:06:05.295Z | Downloaded take_mut v0.2.2 |
830 | 2023-11-07T18:06:05.300Z | Downloaded dirs-sys v0.4.1 |
831 | 2023-11-07T18:06:05.303Z | Downloaded digest v0.10.7 |
832 | 2023-11-07T18:06:05.305Z | Downloaded dirs-next v2.0.0 |
833 | 2023-11-07T18:06:05.310Z | Downloaded socket2 v0.4.9 |
834 | 2023-11-07T18:06:05.313Z | Downloaded serde_derive_internals v0.26.0 |
835 | 2023-11-07T18:06:05.316Z | Downloaded const_format v0.2.31 |
836 | 2023-11-07T18:06:05.320Z | Downloaded tungstenite v0.18.0 |
837 | 2023-11-07T18:06:05.322Z | Downloaded hostname v0.3.1 |
838 | 2023-11-07T18:06:05.326Z | Downloaded form_urlencoded v1.2.0 |
839 | 2023-11-07T18:06:05.329Z | Downloaded wyz v0.5.1 |
840 | 2023-11-07T18:06:05.332Z | Downloaded crypto-bigint v0.5.2 |
841 | 2023-11-07T18:06:05.336Z | Downloaded uuid v1.5.0 |
842 | 2023-11-07T18:06:05.340Z | Downloaded stable_deref_trait v1.2.0 |
843 | 2023-11-07T18:06:05.343Z | Downloaded ident_case v1.0.1 |
844 | 2023-11-07T18:06:05.347Z | Downloaded toml v0.8.6 |
845 | 2023-11-07T18:06:05.350Z | Downloaded http-body v0.4.5 |
846 | 2023-11-07T18:06:05.353Z | Downloaded semver v1.0.20 |
847 | 2023-11-07T18:06:05.356Z | Downloaded serde_derive v1.0.188 |
848 | 2023-11-07T18:06:05.362Z | Downloaded hubpack_derive v0.1.1 |
849 | 2023-11-07T18:06:05.388Z | Downloaded foreign-types-shared v0.3.1 |
850 | 2023-11-07T18:06:05.392Z | Downloaded scopeguard v1.2.0 |
851 | 2023-11-07T18:06:05.395Z | Downloaded funty v2.0.0 |
852 | 2023-11-07T18:06:05.400Z | Downloaded futures-executor v0.3.29 |
853 | 2023-11-07T18:06:05.403Z | Downloaded serde_yaml v0.9.25 |
854 | 2023-11-07T18:06:05.406Z | Downloaded serde_spanned v0.6.4 |
855 | 2023-11-07T18:06:05.409Z | Downloaded quick-error v1.2.3 |
856 | 2023-11-07T18:06:05.413Z | Downloaded toml_datetime v0.6.5 |
857 | 2023-11-07T18:06:05.416Z | Downloaded thiserror-no-std v2.0.2 |
858 | 2023-11-07T18:06:05.420Z | Downloaded textwrap v0.11.0 |
859 | 2023-11-07T18:06:05.423Z | Downloaded fallible-streaming-iterator v0.1.9 |
860 | 2023-11-07T18:06:05.427Z | Downloaded structmeta-derive v0.1.6 |
861 | 2023-11-07T18:06:05.430Z | Downloaded serde_tokenstream v0.1.7 |
862 | 2023-11-07T18:06:05.433Z | Downloaded itoa v1.0.9 |
863 | 2023-11-07T18:06:05.436Z | Downloaded fxhash v0.2.1 |
864 | 2023-11-07T18:06:05.441Z | Downloaded yasna v0.5.2 |
865 | 2023-11-07T18:06:05.445Z | Downloaded subprocess v0.2.9 |
866 | 2023-11-07T18:06:05.447Z | Downloaded foreign-types v0.5.0 |
867 | 2023-11-07T18:06:05.451Z | Downloaded glob v0.3.1 |
868 | 2023-11-07T18:06:05.459Z | Downloaded hyper-staticfile v0.9.5 |
869 | 2023-11-07T18:06:05.462Z | Downloaded futures-core v0.3.29 |
870 | 2023-11-07T18:06:05.465Z | Downloaded ringbuffer v0.15.0 |
871 | 2023-11-07T18:06:05.468Z | Downloaded foreign-types-macros v0.2.3 |
872 | 2023-11-07T18:06:05.471Z | Downloaded toml_edit v0.19.15 |
873 | 2023-11-07T18:06:05.474Z | Downloaded resolv-conf v0.7.0 |
874 | 2023-11-07T18:06:05.477Z | Downloaded static_assertions v1.1.0 |
875 | 2023-11-07T18:06:05.480Z | Downloaded serde_path_to_error v0.1.14 |
876 | 2023-11-07T18:06:05.483Z | Downloaded tracing-attributes v0.1.26 |
877 | 2023-11-07T18:06:05.487Z | Downloaded slog-json v2.6.1 |
878 | 2023-11-07T18:06:05.491Z | Downloaded tempfile v3.8.0 |
879 | 2023-11-07T18:06:05.494Z | Downloaded home v0.5.5 |
880 | 2023-11-07T18:06:05.497Z | Downloaded lalrpop-util v0.19.12 |
881 | 2023-11-07T18:06:05.500Z | Downloaded futures-task v0.3.29 |
882 | 2023-11-07T18:06:05.503Z | Downloaded getrandom v0.1.16 |
883 | 2023-11-07T18:06:05.506Z | Downloaded indexmap v2.1.0 |
884 | 2023-11-07T18:06:05.510Z | Downloaded is-terminal v0.4.9 |
885 | 2023-11-07T18:06:05.514Z | Downloaded hubpack v0.1.2 |
886 | 2023-11-07T18:06:05.517Z | Downloaded ipnetwork v0.20.0 |
887 | 2023-11-07T18:06:05.520Z | Downloaded half v1.8.2 |
888 | 2023-11-07T18:06:05.523Z | Downloaded same-file v1.0.6 |
889 | 2023-11-07T18:06:05.527Z | Downloaded secrecy v0.8.0 |
890 | 2023-11-07T18:06:05.530Z | Downloaded serde_tokenstream v0.2.0 |
891 | 2023-11-07T18:06:05.534Z | Downloaded signature v2.1.0 |
892 | 2023-11-07T18:06:05.537Z | Downloaded io-lifetimes v1.0.11 |
893 | 2023-11-07T18:06:05.540Z | Downloaded getrandom v0.2.10 |
894 | 2023-11-07T18:06:05.543Z | Downloaded enum-as-inner v0.5.1 |
895 | 2023-11-07T18:06:05.547Z | Downloaded hmac v0.12.1 |
896 | 2023-11-07T18:06:05.551Z | Downloaded headers v0.3.9 |
897 | 2023-11-07T18:06:05.556Z | Downloaded ron v0.7.1 |
898 | 2023-11-07T18:06:05.564Z | Downloaded zip v0.6.6 |
899 | 2023-11-07T18:06:05.572Z | Downloaded env_logger v0.9.3 |
900 | 2023-11-07T18:06:05.577Z | Downloaded schemars v0.8.13 |
901 | 2023-11-07T18:06:05.596Z | Downloaded regex-automata v0.1.10 |
902 | 2023-11-07T18:06:05.605Z | Downloaded unicode-segmentation v1.10.1 |
903 | 2023-11-07T18:06:05.611Z | Downloaded http v0.2.9 |
904 | 2023-11-07T18:06:05.618Z | Downloaded hashbrown v0.13.2 |
905 | 2023-11-07T18:06:05.625Z | Downloaded trust-dns-client v0.22.0 |
906 | 2023-11-07T18:06:05.635Z | Downloaded winnow v0.5.15 |
907 | 2023-11-07T18:06:05.649Z | Downloaded unicode-normalization v0.1.22 |
908 | 2023-11-07T18:06:05.655Z | Downloaded aho-corasick v1.0.4 |
909 | 2023-11-07T18:06:05.665Z | Downloaded rusqlite v0.29.0 |
910 | 2023-11-07T18:06:05.675Z | Downloaded rand v0.8.5 |
911 | 2023-11-07T18:06:05.682Z | Downloaded ed25519-dalek v2.0.0 |
912 | 2023-11-07T18:06:05.687Z | Downloaded trust-dns-resolver v0.22.0 |
913 | 2023-11-07T18:06:05.694Z | Downloaded serde_with v2.3.3 |
914 | 2023-11-07T18:06:05.705Z | Downloaded russh v0.38.0 |
915 | 2023-11-07T18:06:05.713Z | Downloaded itertools v0.11.0 |
916 | 2023-11-07T18:06:05.725Z | Downloaded rand v0.7.3 |
917 | 2023-11-07T18:06:05.734Z | Downloaded rustls-webpki v0.101.7 |
918 | 2023-11-07T18:06:05.761Z | Downloaded itertools v0.10.5 |
919 | 2023-11-07T18:06:05.773Z | Downloaded openssl v0.10.57 |
920 | 2023-11-07T18:06:05.790Z | Downloaded serde_json v1.0.108 |
921 | 2023-11-07T18:06:05.802Z | Downloaded smoltcp v0.8.2 |
922 | 2023-11-07T18:06:05.821Z | Downloaded h2 v0.3.21 |
923 | 2023-11-07T18:06:05.831Z | Downloaded hyper v0.14.27 |
924 | 2023-11-07T18:06:05.846Z | Downloaded reqwest v0.11.20 |
925 | 2023-11-07T18:06:05.859Z | Downloaded smoltcp v0.9.1 |
926 | 2023-11-07T18:06:05.880Z | Downloaded rustls v0.21.8 |
927 | 2023-11-07T18:06:05.902Z | Downloaded git2 v0.17.2 |
928 | 2023-11-07T18:06:05.926Z | Downloaded radix_trie v0.2.1 |
929 | 2023-11-07T18:06:05.930Z | Downloaded diesel v2.1.3 |
930 | 2023-11-07T18:06:05.962Z | Downloaded syn v1.0.109 |
931 | 2023-11-07T18:06:05.981Z | Downloaded idna v0.2.3 |
932 | 2023-11-07T18:06:05.993Z | Downloaded rustix v0.37.23 |
933 | 2023-11-07T18:06:06.031Z | Downloaded regex-syntax v0.7.5 |
934 | 2023-11-07T18:06:06.046Z | Downloaded regex-syntax v0.8.2 |
935 | 2023-11-07T18:06:06.063Z | Downloaded bstr v1.6.0 |
936 | 2023-11-07T18:06:06.084Z | Downloaded gimli v0.28.0 |
937 | 2023-11-07T18:06:06.098Z | Downloaded regress v0.7.1 |
938 | 2023-11-07T18:06:06.112Z | Downloaded zerocopy-derive v0.2.0 |
939 | 2023-11-07T18:06:06.128Z | Downloaded sled v0.34.7 |
940 | 2023-11-07T18:06:06.149Z | Downloaded trust-dns-proto v0.22.0 |
941 | 2023-11-07T18:06:06.173Z | Downloaded zerocopy-derive v0.6.4 |
942 | 2023-11-07T18:06:06.194Z | Downloaded tokio v1.33.0 |
943 | 2023-11-07T18:06:06.261Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
944 | 2023-11-07T18:06:06.284Z | Downloaded regex-automata v0.3.8 |
945 | 2023-11-07T18:06:06.727Z | Downloaded regex-automata v0.4.3 |
946 | 2023-11-07T18:06:06.737Z | Downloaded sha3 v0.10.8 |
947 | 2023-11-07T18:06:06.752Z | Downloaded libc v0.2.150 |
948 | 2023-11-07T18:06:06.759Z | Downloaded rustix v0.38.9 |
949 | 2023-11-07T18:06:06.766Z | Downloaded nix v0.26.2 |
950 | 2023-11-07T18:06:06.773Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
951 | 2023-11-07T18:06:06.781Z | Downloaded bstr v0.2.17 |
952 | 2023-11-07T18:06:06.787Z | Downloaded syn v2.0.32 |
953 | 2023-11-07T18:06:06.791Z | Downloaded idna v0.4.0 |
954 | 2023-11-07T18:06:06.797Z | Downloaded regex-syntax v0.6.29 |
955 | 2023-11-07T18:06:06.802Z | Downloaded curve25519-dalek v4.1.0 |
956 | 2023-11-07T18:06:06.809Z | Downloaded webpki-roots v0.25.2 |
957 | 2023-11-07T18:06:06.816Z | Downloaded openapiv3 v1.0.3 |
958 | 2023-11-07T18:06:06.820Z | Downloaded bitvec v1.0.1 |
959 | 2023-11-07T18:06:06.823Z | Downloaded winapi v0.3.9 |
960 | 2023-11-07T18:06:06.826Z | Downloaded regex v1.10.2 |
961 | 2023-11-07T18:06:06.840Z | Downloaded hkdf v0.12.3 |
962 | 2023-11-07T18:06:06.843Z | Downloaded vcpkg v0.2.15 |
963 | 2023-11-07T18:06:06.930Z | Downloaded encoding_rs v0.8.33 |
964 | 2023-11-07T18:06:06.963Z | Downloaded futures-util v0.3.29 |
965 | 2023-11-07T18:06:06.986Z | Downloaded libsqlite3-sys v0.26.0 |
966 | 2023-11-07T18:06:07.128Z | Downloaded chrono v0.4.31 |
967 | 2023-11-07T18:06:07.142Z | Downloaded hashbrown v0.14.2 |
968 | 2023-11-07T18:06:07.151Z | Downloaded object v0.32.1 |
969 | 2023-11-07T18:06:07.170Z | Downloaded petgraph v0.6.4 |
970 | 2023-11-07T18:06:07.195Z | Downloaded clap v2.34.0 |
971 | 2023-11-07T18:06:07.208Z | Downloaded tokio-postgres v0.7.10 |
972 | 2023-11-07T18:06:07.216Z | Downloaded clap_builder v4.4.2 |
973 | 2023-11-07T18:06:07.228Z | Downloaded hashbrown v0.12.3 |
974 | 2023-11-07T18:06:07.236Z | Downloaded trust-dns-server v0.22.1 |
975 | 2023-11-07T18:06:07.245Z | Downloaded aes-gcm v0.10.3 |
976 | 2023-11-07T18:06:07.251Z | Downloaded serde v1.0.188 |
977 | 2023-11-07T18:06:07.257Z | Downloaded toml v0.7.8 |
978 | 2023-11-07T18:06:07.263Z | Downloaded toml v0.5.11 |
979 | 2023-11-07T18:06:07.267Z | Downloaded tracing v0.1.37 |
980 | 2023-11-07T18:06:07.274Z | Downloaded mio v0.8.8 |
981 | 2023-11-07T18:06:07.283Z | Downloaded time v0.3.27 |
982 | 2023-11-07T18:06:07.294Z | Downloaded futures-io v0.3.29 |
983 | 2023-11-07T18:06:07.297Z | Downloaded tokio-rustls v0.24.1 |
984 | 2023-11-07T18:06:07.300Z | Downloaded erased-serde v0.3.30 |
985 | 2023-11-07T18:06:07.303Z | Downloaded term v0.7.0 |
986 | 2023-11-07T18:06:07.309Z | Downloaded pest v2.7.2 |
987 | 2023-11-07T18:06:07.318Z | Downloaded tokio-util v0.7.10 |
988 | 2023-11-07T18:06:07.330Z | Downloaded heapless v0.7.16 |
989 | 2023-11-07T18:06:07.336Z | Downloaded twox-hash v1.6.3 |
990 | 2023-11-07T18:06:07.339Z | Downloaded slog-term v2.9.0 |
991 | 2023-11-07T18:06:07.343Z | Downloaded futures-channel v0.3.29 |
992 | 2023-11-07T18:06:07.347Z | Downloaded hyper-rustls v0.24.2 |
993 | 2023-11-07T18:06:07.351Z | Downloaded tinyvec v1.6.0 |
994 | 2023-11-07T18:06:07.356Z | Downloaded zerocopy v0.6.4 |
995 | 2023-11-07T18:06:07.360Z | Downloaded humantime v2.1.0 |
996 | 2023-11-07T18:06:07.363Z | Downloaded httpdate v1.0.3 |
997 | 2023-11-07T18:06:07.366Z | Downloaded heck v0.3.3 |
998 | 2023-11-07T18:06:07.368Z | Downloaded futures-sink v0.3.29 |
999 | 2023-11-07T18:06:07.371Z | Downloaded dirs-sys-next v0.1.2 |
1000 | 2023-11-07T18:06:07.374Z | Downloaded strsim v0.8.0 |
1001 | 2023-11-07T18:06:07.377Z | Downloaded serde_arrays v0.1.0 |
1002 | 2023-11-07T18:06:07.380Z | Downloaded group v0.13.0 |
1003 | 2023-11-07T18:06:07.383Z | Downloaded russh-keys v0.38.0 |
1004 | 2023-11-07T18:06:07.388Z | Downloaded hashlink v0.8.3 |
1005 | 2023-11-07T18:06:07.397Z | Downloaded indexmap v1.9.3 |
1006 | 2023-11-07T18:06:07.400Z | Downloaded memchr v2.6.3 |
1007 | 2023-11-07T18:06:07.403Z | Downloaded ryu v1.0.15 |
1008 | 2023-11-07T18:06:07.406Z | Downloaded keccak v0.1.4 |
1009 | 2023-11-07T18:06:07.409Z | Downloaded jobserver v0.1.26 |
1010 | 2023-11-07T18:06:07.411Z | Downloaded semver-parser v0.10.2 |
1011 | 2023-11-07T18:06:07.414Z | Downloaded sct v0.7.0 |
1012 | 2023-11-07T18:06:07.418Z | Downloaded typenum v1.16.0 |
1013 | 2023-11-07T18:06:07.421Z | Downloaded libm v0.2.7 |
1014 | 2023-11-07T18:06:07.437Z | Downloaded slog v2.7.0 |
1015 | 2023-11-07T18:06:07.442Z | Downloaded heck v0.4.1 |
1016 | 2023-11-07T18:06:07.445Z | Downloaded rustversion v1.0.14 |
1017 | 2023-11-07T18:06:07.448Z | Downloaded elliptic-curve v0.13.5 |
1018 | 2023-11-07T18:06:07.475Z | Downloaded string_cache v0.8.7 |
1019 | 2023-11-07T18:06:07.479Z | Downloaded dof v0.1.5 |
1020 | 2023-11-07T18:06:07.481Z | Downloaded smf v0.2.2 |
1021 | 2023-11-07T18:06:07.488Z | Downloaded toml_edit v0.20.7 |
1022 | 2023-11-07T18:06:07.501Z | Downloaded httparse v1.8.0 |
1023 | 2023-11-07T18:06:07.504Z | Downloaded url v2.4.1 |
1024 | 2023-11-07T18:06:07.510Z | Downloaded futures v0.3.29 |
1025 | 2023-11-07T18:06:07.519Z | Downloaded libz-sys v1.1.12 |
1026 | 2023-11-07T18:06:07.680Z | Downloaded crossbeam-channel v0.5.8 |
1027 | 2023-11-07T18:06:07.689Z | Downloaded aes v0.8.3 |
1028 | 2023-11-07T18:06:07.699Z | Downloaded semver v0.11.0 |
1029 | 2023-11-07T18:06:07.705Z | Downloaded hash32 v0.2.1 |
1030 | 2023-11-07T18:06:07.713Z | Downloaded ipnet v2.8.0 |
1031 | 2023-11-07T18:06:07.723Z | Downloaded ucd-trie v0.1.6 |
1032 | 2023-11-07T18:06:07.733Z | Downloaded rustfmt-wrapper v0.2.0 |
1033 | 2023-11-07T18:06:07.746Z | Downloaded strum v0.25.0 |
1034 | 2023-11-07T18:06:07.754Z | Downloaded tracing-core v0.1.31 |
1035 | 2023-11-07T18:06:07.768Z | Downloaded flate2 v1.0.28 |
1036 | 2023-11-07T18:06:07.781Z | Downloaded num-bigint v0.4.4 |
1037 | 2023-11-07T18:06:07.794Z | Downloaded rcgen v0.11.3 |
1038 | 2023-11-07T18:06:07.803Z | Downloaded der v0.7.8 |
1039 | 2023-11-07T18:06:07.811Z | Downloaded filetime v0.2.22 |
1040 | 2023-11-07T18:06:07.826Z | Downloaded time-macros v0.2.13 |
1041 | 2023-11-07T18:06:07.839Z | Downloaded slog-scope v4.4.0 |
1042 | 2023-11-07T18:06:07.857Z | Downloaded tap v1.0.1 |
1043 | 2023-11-07T18:06:07.865Z | Downloaded strum_macros v0.25.2 |
1044 | 2023-11-07T18:06:07.879Z | Downloaded thread_local v1.1.7 |
1045 | 2023-11-07T18:06:07.891Z | Downloaded structopt v0.3.26 |
1046 | 2023-11-07T18:06:07.899Z | Downloaded serde_with_macros v2.3.3 |
1047 | 2023-11-07T18:06:07.903Z | Downloaded unsafe-libyaml v0.2.9 |
1048 | 2023-11-07T18:06:07.908Z | Downloaded unicase v2.7.0 |
1049 | 2023-11-07T18:06:07.915Z | Downloaded serde_urlencoded v0.7.1 |
1050 | 2023-11-07T18:06:07.921Z | Downloaded socket2 v0.5.4 |
1051 | 2023-11-07T18:06:07.941Z | Downloaded ring v0.17.5 |
1052 | 2023-11-07T18:06:07.946Z | Downloaded quote v1.0.33 |
1053 | 2023-11-07T18:06:07.953Z | Downloaded similar v2.2.1 |
1054 | 2023-11-07T18:06:07.958Z | Downloaded tar v0.4.40 |
1055 | 2023-11-07T18:06:07.964Z | Downloaded diesel_derives v2.1.1 |
1056 | 2023-11-07T18:06:07.970Z | Downloaded zeroize v1.6.0 |
1057 | 2023-11-07T18:06:07.975Z | Downloaded difflib v0.4.0 |
1058 | 2023-11-07T18:06:07.979Z | Downloaded xattr v1.0.1 |
1059 | 2023-11-07T18:06:07.987Z | Downloaded dirs v5.0.1 |
1060 | 2023-11-07T18:06:07.997Z | Downloaded zerocopy v0.3.0 |
1061 | 2023-11-07T18:06:08.009Z | Downloaded rustls-pemfile v1.0.3 |
1062 | 2023-11-07T18:06:08.016Z | Downloaded scheduled-thread-pool v0.2.7 |
1063 | 2023-11-07T18:06:08.022Z | Downloaded rustls-native-certs v0.6.3 |
1064 | 2023-11-07T18:06:08.029Z | Downloaded signal-hook-registry v1.4.1 |
1065 | 2023-11-07T18:06:08.034Z | Downloaded unicode-bidi v0.3.13 |
1066 | 2023-11-07T18:06:08.040Z | Downloaded tungstenite v0.20.1 |
1067 | 2023-11-07T18:06:08.046Z | Downloaded ring v0.16.20 |
1068 | 2023-11-07T18:06:08.161Z | Downloaded openssl-sys v0.9.93 |
1069 | 2023-11-07T18:06:08.171Z | Downloaded proc-macro2 v1.0.67 |
1070 | 2023-11-07T18:06:08.179Z | Downloaded serde_repr v0.1.16 |
1071 | 2023-11-07T18:06:08.202Z | Downloaded futures-macro v0.3.29 |
1072 | 2023-11-07T18:06:08.211Z | Downloaded schemars_derive v0.8.13 |
1073 | 2023-11-07T18:06:08.218Z | Downloaded strsim v0.10.0 |
1074 | 2023-11-07T18:06:08.236Z | Downloaded smallvec v1.11.0 |
1075 | 2023-11-07T18:06:08.239Z | Downloaded structmeta v0.2.0 |
1076 | 2023-11-07T18:06:08.241Z | Downloaded structmeta v0.1.6 |
1077 | 2023-11-07T18:06:08.244Z | Downloaded stringprep v0.1.3 |
1078 | 2023-11-07T18:06:08.248Z | Downloaded hyper-tls v0.5.0 |
1079 | 2023-11-07T18:06:08.250Z | Downloaded ghash v0.5.0 |
1080 | 2023-11-07T18:06:08.253Z | Downloaded vergen v8.2.4 |
1081 | 2023-11-07T18:06:08.258Z | Downloaded spin v0.9.8 |
1082 | 2023-11-07T18:06:08.261Z | Downloaded structmeta-derive v0.2.0 |
1083 | 2023-11-07T18:06:08.263Z | Downloaded getopts v0.2.21 |
1084 | 2023-11-07T18:06:08.267Z | Downloaded generic-array v0.14.7 |
1085 | 2023-11-07T18:06:08.270Z | Downloaded allocator-api2 v0.2.16 |
1086 | 2023-11-07T18:06:08.276Z | Downloaded chacha20poly1305 v0.10.1 |
1087 | 2023-11-07T18:06:08.282Z | Downloaded errno v0.3.2 |
1088 | 2023-11-07T18:06:08.288Z | Downloaded rand_core v0.6.4 |
1089 | 2023-11-07T18:06:08.291Z | Downloaded untrusted v0.9.0 |
1090 | 2023-11-07T18:06:08.294Z | Downloaded crossbeam-utils v0.8.16 |
1091 | 2023-11-07T18:06:08.297Z | Downloaded hex v0.4.3 |
1092 | 2023-11-07T18:06:08.300Z | Downloaded thiserror-impl-no-std v2.0.2 |
1093 | 2023-11-07T18:06:08.302Z | Downloaded ed25519 v2.2.2 |
1094 | 2023-11-07T18:06:08.305Z | Downloaded sha2 v0.10.8 |
1095 | 2023-11-07T18:06:08.308Z | Downloaded unicode-width v0.1.11 |
1096 | 2023-11-07T18:06:08.311Z | Downloaded tokio-tungstenite v0.18.0 |
1097 | 2023-11-07T18:06:08.314Z | Downloaded ff v0.13.0 |
1098 | 2023-11-07T18:06:08.316Z | Downloaded sha1 v0.10.5 |
1099 | 2023-11-07T18:06:08.319Z | Downloaded unicode-ident v1.0.12 |
1100 | 2023-11-07T18:06:08.322Z | Downloaded either v1.9.0 |
1101 | 2023-11-07T18:06:08.325Z | Downloaded base64 v0.21.5 |
1102 | 2023-11-07T18:06:08.329Z | Downloaded foreign-types v0.3.2 |
1103 | 2023-11-07T18:06:08.332Z | Downloaded once_cell v1.18.0 |
1104 | 2023-11-07T18:06:08.334Z | Downloaded derive_more v0.99.17 |
1105 | 2023-11-07T18:06:08.337Z | Downloaded ascii v1.1.0 |
1106 | 2023-11-07T18:06:08.340Z | Downloaded anyhow v1.0.75 |
1107 | 2023-11-07T18:06:08.342Z | Downloaded crossbeam-epoch v0.9.15 |
1108 | 2023-11-07T18:06:08.396Z | Downloaded fallible-iterator v0.2.0 |
1109 | 2023-11-07T18:06:08.402Z | Downloaded rand_chacha v0.3.1 |
1110 | 2023-11-07T18:06:08.405Z | Downloaded cc v1.0.83 |
1111 | 2023-11-07T18:06:08.408Z | Downloaded dyn-clone v1.0.13 |
1112 | 2023-11-07T18:06:08.412Z | Downloaded addr2line v0.21.0 |
1113 | 2023-11-07T18:06:08.416Z | Downloaded untrusted v0.7.1 |
1114 | 2023-11-07T18:06:08.419Z | Downloaded endian-type v0.1.2 |
1115 | 2023-11-07T18:06:08.422Z | Downloaded dtrace-parser v0.1.14 |
1116 | 2023-11-07T18:06:08.425Z | Downloaded usdt-macro v0.3.5 |
1117 | 2023-11-07T18:06:08.428Z | Downloaded fnv v1.0.7 |
1118 | 2023-11-07T18:06:08.431Z | Downloaded walkdir v2.4.0 |
1119 | 2023-11-07T18:06:08.434Z | Downloaded tokio-tungstenite v0.20.1 |
1120 | 2023-11-07T18:06:08.437Z | Downloaded slog-async v2.8.0 |
1121 | 2023-11-07T18:06:08.439Z | Downloaded vec_map v0.8.2 |
1122 | 2023-11-07T18:06:08.442Z | Downloaded usdt v0.3.5 |
1123 | 2023-11-07T18:06:08.445Z | Downloaded tokio-native-tls v0.3.1 |
1124 | 2023-11-07T18:06:08.448Z | Downloaded thiserror v1.0.49 |
1125 | 2023-11-07T18:06:08.452Z | Downloaded version_check v0.9.4 |
1126 | 2023-11-07T18:06:08.455Z | Downloaded base64 v0.13.1 |
1127 | 2023-11-07T18:06:08.457Z | Downloaded slog-bunyan v2.4.0 |
1128 | 2023-11-07T18:06:08.460Z | Downloaded universal-hash v0.5.1 |
1129 | 2023-11-07T18:06:08.463Z | Downloaded console v0.15.7 |
1130 | 2023-11-07T18:06:08.465Z | Downloaded slog-dtrace v0.2.3 |
1131 | 2023-11-07T18:06:08.468Z | Downloaded log v0.4.20 |
1132 | 2023-11-07T18:06:08.471Z | Downloaded darling v0.20.3 |
1133 | 2023-11-07T18:06:08.474Z | Downloaded crc32fast v1.3.2 |
1134 | 2023-11-07T18:06:08.503Z | Downloaded const_format_proc_macros v0.2.31 |
1135 | 2023-11-07T18:06:08.507Z | Downloaded ciborium v0.2.1 |
1136 | 2023-11-07T18:06:08.509Z | Downloaded proc-macro-error v1.0.4 |
1137 | 2023-11-07T18:06:08.512Z | Downloaded pest_meta v2.7.2 |
1138 | 2023-11-07T18:06:08.515Z | Downloaded omicron-zone-package v0.8.3 |
1139 | 2023-11-07T18:06:08.518Z | Downloaded structopt-derive v0.4.18 |
1140 | 2023-11-07T18:06:08.520Z | Downloaded predicates v3.0.4 |
1141 | 2023-11-07T18:06:08.523Z | Downloaded pbkdf2 v0.11.0 |
1142 | 2023-11-07T18:06:08.526Z | Downloaded nibble_vec v0.1.0 |
1143 | 2023-11-07T18:06:08.528Z | Downloaded cancel-safe-futures v0.1.5 |
1144 | 2023-11-07T18:06:08.531Z | Downloaded utf-8 v0.7.6 |
1145 | 2023-11-07T18:06:08.534Z | Downloaded debug-ignore v1.0.5 |
1146 | 2023-11-07T18:06:08.537Z | Downloaded proc-macro-error-attr v1.0.4 |
1147 | 2023-11-07T18:06:08.539Z | Downloaded proc-macro-crate v1.3.1 |
1148 | 2023-11-07T18:06:08.542Z | Downloaded cbc v0.1.2 |
1149 | 2023-11-07T18:06:08.544Z | Downloaded clap v4.4.3 |
1150 | 2023-11-07T18:06:08.547Z | Downloaded backoff v0.4.0 |
1151 | 2023-11-07T18:06:08.550Z | Downloaded md-5 v0.10.5 |
1152 | 2023-11-07T18:06:08.553Z | Downloaded thiserror-impl v1.0.49 |
1153 | 2023-11-07T18:06:08.555Z | Downloaded predicates-core v1.0.6 |
1154 | 2023-11-07T18:06:08.558Z | Downloaded platforms v3.0.2 |
1155 | 2023-11-07T18:06:08.561Z | Downloaded pin-project-lite v0.2.13 |
1156 | 2023-11-07T18:06:08.563Z | Downloaded pest_derive v2.7.2 |
1157 | 2023-11-07T18:06:08.566Z | Downloaded parking_lot v0.12.1 |
1158 | 2023-11-07T18:06:08.569Z | Downloaded parking_lot v0.11.2 |
1159 | 2023-11-07T18:06:08.571Z | Downloaded num-integer v0.1.45 |
1160 | 2023-11-07T18:06:08.574Z | Downloaded memoffset v0.7.1 |
1161 | 2023-11-07T18:06:08.577Z | Downloaded camino v1.1.6 |
1162 | 2023-11-07T18:06:08.580Z | Downloaded bzip2 v0.4.4 |
1163 | 2023-11-07T18:06:08.583Z | Downloaded bit-vec v0.6.3 |
1164 | 2023-11-07T18:06:08.585Z | Downloaded deranged v0.3.8 |
1165 | 2023-11-07T18:06:08.588Z | Downloaded ctr v0.9.2 |
1166 | 2023-11-07T18:06:08.591Z | Downloaded tower-service v0.3.2 |
1167 | 2023-11-07T18:06:08.594Z | Downloaded time-core v0.1.1 |
1168 | 2023-11-07T18:06:08.596Z | Downloaded polyval v0.6.1 |
1169 | 2023-11-07T18:06:08.599Z | Downloaded lock_api v0.4.10 |
1170 | 2023-11-07T18:06:08.602Z | Downloaded mime v0.3.17 |
1171 | 2023-11-07T18:06:08.605Z | Downloaded memoffset v0.9.0 |
1172 | 2023-11-07T18:06:08.608Z | Downloaded crypto-common v0.1.6 |
1173 | 2023-11-07T18:06:08.611Z | Downloaded pretty-hex v0.3.0 |
1174 | 2023-11-07T18:06:08.613Z | Downloaded pretty-hex v0.2.1 |
1175 | 2023-11-07T18:06:08.617Z | Downloaded colored v2.0.4 |
1176 | 2023-11-07T18:06:08.620Z | Downloaded cipher v0.4.4 |
1177 | 2023-11-07T18:06:08.623Z | Downloaded curve25519-dalek-derive v0.1.0 |
1178 | 2023-11-07T18:06:08.626Z | Downloaded atomic-waker v1.1.1 |
1179 | 2023-11-07T18:06:08.628Z | Downloaded adler v1.0.2 |
1180 | 2023-11-07T18:06:08.631Z | Downloaded anstream v0.5.0 |
1181 | 2023-11-07T18:06:08.634Z | Downloaded darling_macro v0.20.3 |
1182 | 2023-11-07T18:06:08.637Z | Downloaded cstr-argument v0.1.2 |
1183 | 2023-11-07T18:06:08.639Z | Downloaded blake2 v0.10.6 |
1184 | 2023-11-07T18:06:08.642Z | Downloaded postgres-protocol v0.6.6 |
1185 | 2023-11-07T18:06:08.644Z | Downloaded poly1305 v0.8.0 |
1186 | 2023-11-07T18:06:08.648Z | Downloaded pkcs8 v0.10.2 |
1187 | 2023-11-07T18:06:08.651Z | Downloaded pbkdf2 v0.12.2 |
1188 | 2023-11-07T18:06:08.653Z | Downloaded password-hash v0.4.2 |
1189 | 2023-11-07T18:06:08.656Z | Downloaded parking_lot_core v0.9.8 |
1190 | 2023-11-07T18:06:08.659Z | Downloaded const-oid v0.9.5 |
1191 | 2023-11-07T18:06:08.662Z | Downloaded ciborium-ll v0.2.1 |
1192 | 2023-11-07T18:06:08.664Z | Downloaded postcard v0.7.3 |
1193 | 2023-11-07T18:06:08.667Z | Downloaded toolchain_find v0.2.0 |
1194 | 2023-11-07T18:06:08.671Z | Downloaded phf_shared v0.11.2 |
1195 | 2023-11-07T18:06:08.674Z | Downloaded pest_generator v2.7.2 |
1196 | 2023-11-07T18:06:08.678Z | Downloaded cfg-if v0.1.10 |
1197 | 2023-11-07T18:06:08.680Z | Downloaded percent-encoding v2.3.0 |
1198 | 2023-11-07T18:06:08.683Z | Downloaded parse-display-derive v0.8.2 |
1199 | 2023-11-07T18:06:08.686Z | Downloaded openssl-probe v0.1.5 |
1200 | 2023-11-07T18:06:08.689Z | Downloaded normalize-line-endings v0.3.0 |
1201 | 2023-11-07T18:06:08.692Z | Downloaded new_debug_unreachable v1.0.4 |
1202 | 2023-11-07T18:06:08.695Z | Downloaded match_cfg v0.1.0 |
1203 | 2023-11-07T18:06:08.698Z | Downloaded pem v1.1.1 |
1204 | 2023-11-07T18:06:08.701Z | Downloaded macaddr v1.0.1 |
1205 | 2023-11-07T18:06:08.705Z | Downloaded cpufeatures v0.2.9 |
1206 | 2023-11-07T18:06:08.711Z | Downloaded byteorder v1.5.0 |
1207 | 2023-11-07T18:06:08.720Z | Downloaded base64ct v1.6.0 |
1208 | 2023-11-07T18:06:08.729Z | Downloaded pin-utils v0.1.0 |
1209 | 2023-11-07T18:06:08.737Z | Downloaded parse-display-derive v0.7.0 |
1210 | 2023-11-07T18:06:08.743Z | Downloaded convert_case v0.4.0 |
1211 | 2023-11-07T18:06:08.752Z | Downloaded anstyle-parse v0.2.1 |
1212 | 2023-11-07T18:06:08.755Z | Downloaded num_enum_derive v0.7.0 |
1213 | 2023-11-07T18:06:08.758Z | Downloaded parse-display v0.8.2 |
1214 | 2023-11-07T18:06:08.763Z | Downloaded parse-display v0.7.0 |
1215 | 2023-11-07T18:06:08.765Z | Downloaded openssl-macros v0.1.1 |
1216 | 2023-11-07T18:06:08.768Z | Downloaded ciborium-io v0.2.1 |
1217 | 2023-11-07T18:06:08.771Z | Downloaded num_enum v0.5.11 |
1218 | 2023-11-07T18:06:08.773Z | Downloaded lru-cache v0.1.2 |
1219 | 2023-11-07T18:06:08.779Z | Downloaded chacha20 v0.9.1 |
1220 | 2023-11-07T18:06:08.785Z | Downloaded cfg-if v1.0.0 |
1221 | 2023-11-07T18:06:08.789Z | Downloaded bcrypt-pbkdf v0.10.0 |
1222 | 2023-11-07T18:06:08.792Z | Downloaded async-recursion v1.0.5 |
1223 | 2023-11-07T18:06:08.795Z | Downloaded num_cpus v1.16.0 |
1224 | 2023-11-07T18:06:08.798Z | Downloaded num-iter v0.1.43 |
1225 | 2023-11-07T18:06:08.801Z | Downloaded num-derive v0.4.0 |
1226 | 2023-11-07T18:06:08.804Z | Downloaded libefi-sys v0.1.0 |
1227 | 2023-11-07T18:06:08.807Z | Downloaded crucible-workspace-hack v0.1.0 |
1228 | 2023-11-07T18:06:08.811Z | Downloaded camino-tempfile v1.0.2 |
1229 | 2023-11-07T18:06:08.813Z | Downloaded bit-set v0.5.3 |
1230 | 2023-11-07T18:06:08.818Z | Downloaded argon2 v0.5.2 |
1231 | 2023-11-07T18:06:08.822Z | Downloaded block-buffer v0.10.4 |
1232 | 2023-11-07T18:06:08.825Z | Downloaded bitflags v1.3.2 |
1233 | 2023-11-07T18:06:08.828Z | Downloaded clap_lex v0.5.1 |
1234 | 2023-11-07T18:06:08.831Z | Downloaded block-padding v0.3.3 |
1235 | 2023-11-07T18:06:08.834Z | Downloaded bytes v1.5.0 |
1236 | 2023-11-07T18:06:08.837Z | Downloaded bit_field v0.10.2 |
1237 | 2023-11-07T18:06:08.840Z | Downloaded autocfg v1.1.0 |
1238 | 2023-11-07T18:06:08.843Z | Downloaded async-stream v0.3.5 |
1239 | 2023-11-07T18:06:08.847Z | Downloaded anstyle v1.0.2 |
1240 | 2023-11-07T18:06:08.850Z | Downloaded bincode v1.3.3 |
1241 | 2023-11-07T18:06:08.853Z | Downloaded base16ct v0.2.0 |
1242 | 2023-11-07T18:06:08.856Z | Downloaded atomicwrites v0.4.2 |
1243 | 2023-11-07T18:06:08.859Z | Downloaded async-stream-impl v0.3.5 |
1244 | 2023-11-07T18:06:09.121Z | Compiling proc-macro2 v1.0.67 |
1245 | 2023-11-07T18:06:09.124Z | Compiling unicode-ident v1.0.12 |
1246 | 2023-11-07T18:06:09.127Z | Compiling libc v0.2.150 |
1247 | 2023-11-07T18:06:09.129Z | Compiling serde v1.0.188 |
1248 | 2023-11-07T18:06:09.146Z | Compiling version_check v0.9.4 |
1249 | 2023-11-07T18:06:09.149Z | Compiling autocfg v1.1.0 |
1250 | 2023-11-07T18:06:09.152Z | Compiling cfg-if v1.0.0 |
1251 | 2023-11-07T18:06:09.372Z | Compiling syn v1.0.109 |
1252 | 2023-11-07T18:06:09.375Z | Compiling typenum v1.16.0 |
1253 | 2023-11-07T18:06:09.474Z | Compiling once_cell v1.18.0 |
1254 | 2023-11-07T18:06:10.028Z | Compiling thiserror v1.0.49 |
1255 | 2023-11-07T18:06:10.118Z | Compiling generic-array v0.14.7 |
1256 | 2023-11-07T18:06:10.226Z | Compiling lock_api v0.4.10 |
1257 | 2023-11-07T18:06:11.979Z | Compiling libm v0.2.7 |
1258 | 2023-11-07T18:06:12.018Z | Compiling parking_lot_core v0.9.8 |
1259 | 2023-11-07T18:06:12.040Z | Compiling num-traits v0.2.16 |
1260 | 2023-11-07T18:06:12.044Z | Compiling itoa v1.0.9 |
1261 | 2023-11-07T18:06:12.202Z | Compiling memchr v2.6.3 |
1262 | 2023-11-07T18:06:12.401Z | Compiling futures-core v0.3.29 |
1263 | 2023-11-07T18:06:12.503Z | Compiling ahash v0.8.3 |
1264 | 2023-11-07T18:06:12.711Z | Compiling serde_json v1.0.108 |
1265 | 2023-11-07T18:06:12.979Z | Compiling log v0.4.20 |
1266 | 2023-11-07T18:06:13.232Z | Compiling slab v0.4.9 |
1267 | 2023-11-07T18:06:13.265Z | Compiling futures-task v0.3.29 |
1268 | 2023-11-07T18:06:13.711Z | Compiling quote v1.0.33 |
1269 | 2023-11-07T18:06:13.736Z | Compiling futures-channel v0.3.29 |
1270 | 2023-11-07T18:06:13.845Z | Compiling futures-util v0.3.29 |
1271 | 2023-11-07T18:06:13.994Z | Compiling pkg-config v0.3.27 |
1272 | 2023-11-07T18:06:14.192Z | Compiling getrandom v0.2.10 |
1273 | 2023-11-07T18:06:14.319Z | Compiling syn v2.0.32 |
1274 | 2023-11-07T18:06:14.800Z | Compiling jobserver v0.1.26 |
1275 | 2023-11-07T18:06:14.927Z | Compiling rand_core v0.6.4 |
1276 | 2023-11-07T18:06:15.077Z | Compiling ryu v1.0.15 |
1277 | 2023-11-07T18:06:15.523Z | Compiling cc v1.0.83 |
1278 | 2023-11-07T18:06:15.717Z | Compiling vcpkg v0.2.15 |
1279 | 2023-11-07T18:06:15.845Z | Compiling schemars v0.8.13 |
1280 | 2023-11-07T18:06:15.898Z | Compiling allocator-api2 v0.2.16 |
1281 | 2023-11-07T18:06:16.220Z | Compiling scopeguard v1.2.0 |
1282 | 2023-11-07T18:06:16.418Z | Compiling heck v0.4.1 |
1283 | 2023-11-07T18:06:17.121Z | Compiling hashbrown v0.14.2 |
1284 | 2023-11-07T18:06:17.161Z | Compiling equivalent v1.0.1 |
1285 | 2023-11-07T18:06:17.164Z | Compiling smallvec v1.11.0 |
1286 | 2023-11-07T18:06:18.037Z | Compiling byteorder v1.5.0 |
1287 | 2023-11-07T18:06:18.569Z | Compiling httparse v1.8.0 |
1288 | 2023-11-07T18:06:18.807Z | Compiling fnv v1.0.7 |
1289 | 2023-11-07T18:06:18.959Z | Compiling iana-time-zone v0.1.57 |
1290 | 2023-11-07T18:06:19.143Z | Compiling pin-project-lite v0.2.13 |
1291 | 2023-11-07T18:06:19.267Z | Compiling semver v1.0.20 |
1292 | 2023-11-07T18:06:19.626Z | Compiling subtle v2.5.0 |
1293 | 2023-11-07T18:06:20.011Z | Compiling parking_lot v0.12.1 |
1294 | 2023-11-07T18:06:20.065Z | Compiling indexmap v1.9.3 |
1295 | 2023-11-07T18:06:20.229Z | Compiling ring v0.16.20 |
1296 | 2023-11-07T18:06:20.263Z | Compiling ring v0.17.5 |
1297 | 2023-11-07T18:06:20.393Z | Compiling time-core v0.1.1 |
1298 | 2023-11-07T18:06:20.489Z | Compiling dyn-clone v1.0.13 |
1299 | 2023-11-07T18:06:20.653Z | Compiling tinyvec_macros v0.1.1 |
1300 | 2023-11-07T18:06:20.778Z | Compiling tinyvec v1.6.0 |
1301 | 2023-11-07T18:06:20.806Z | Compiling time-macros v0.2.13 |
1302 | 2023-11-07T18:06:20.871Z | Compiling openssl-sys v0.9.93 |
1303 | 2023-11-07T18:06:21.637Z | Compiling socket2 v0.5.4 |
1304 | 2023-11-07T18:06:21.943Z | Compiling num_cpus v1.16.0 |
1305 | 2023-11-07T18:06:22.120Z | Compiling signal-hook-registry v1.4.1 |
1306 | 2023-11-07T18:06:22.211Z | Compiling mio v0.8.8 |
1307 | 2023-11-07T18:06:23.186Z | Compiling unicode-bidi v0.3.13 |
1308 | 2023-11-07T18:06:23.346Z | Compiling unicode-normalization v0.1.22 |
1309 | 2023-11-07T18:06:23.474Z | Compiling rustls v0.21.8 |
1310 | 2023-11-07T18:06:24.135Z | Compiling slog v2.7.0 |
1311 | 2023-11-07T18:06:24.656Z | Compiling aho-corasick v1.0.4 |
1312 | 2023-11-07T18:06:25.092Z | Compiling spin v0.5.2 |
1313 | 2023-11-07T18:06:25.157Z | Compiling ucd-trie v0.1.6 |
1314 | 2023-11-07T18:06:25.404Z | Compiling regex-syntax v0.8.2 |
1315 | 2023-11-07T18:06:25.481Z | Compiling percent-encoding v2.3.0 |
1316 | 2023-11-07T18:06:25.694Z | Compiling backtrace v0.3.69 |
1317 | 2023-11-07T18:06:26.015Z | Compiling async-trait v0.1.74 |
1318 | 2023-11-07T18:06:26.081Z | Compiling form_urlencoded v1.2.0 |
1319 | 2023-11-07T18:06:26.277Z | Compiling serde_derive_internals v0.26.0 |
1320 | 2023-11-07T18:06:26.579Z | Compiling openssl v0.10.57 |
1321 | 2023-11-07T18:06:26.746Z | Compiling futures-sink v0.3.29 |
1322 | 2023-11-07T18:06:26.968Z | Compiling pin-utils v0.1.0 |
1323 | 2023-11-07T18:06:27.101Z | Compiling anyhow v1.0.75 |
1324 | 2023-11-07T18:06:27.206Z | Compiling winnow v0.5.15 |
1325 | 2023-11-07T18:06:28.132Z | Compiling idna v0.4.0 |
1326 | 2023-11-07T18:06:29.903Z | Compiling native-tls v0.2.11 |
1327 | 2023-11-07T18:06:30.156Z | Compiling url v2.4.1 |
1328 | 2023-11-07T18:06:30.408Z | Compiling unicode-xid v0.2.4 |
1329 | 2023-11-07T18:06:31.306Z | Compiling regex-automata v0.4.3 |
1330 | 2023-11-07T18:06:31.702Z | Compiling rustversion v1.0.14 |
1331 | 2023-11-07T18:06:32.215Z | Compiling futures-io v0.3.29 |
1332 | 2023-11-07T18:06:32.711Z | Compiling const-oid v0.9.5 |
1333 | 2023-11-07T18:06:33.362Z | Compiling hashbrown v0.13.2 |
1334 | 2023-11-07T18:06:33.413Z | Compiling unicode-width v0.1.11 |
1335 | 2023-11-07T18:06:33.643Z | Compiling synstructure v0.12.6 |
1336 | 2023-11-07T18:06:34.831Z | Compiling crossbeam-utils v0.8.16 |
1337 | 2023-11-07T18:06:35.136Z | Compiling cpufeatures v0.2.9 |
1338 | 2023-11-07T18:06:35.273Z | Compiling tracing-core v0.1.31 |
1339 | 2023-11-07T18:06:35.530Z | Compiling ppv-lite86 v0.2.17 |
1340 | 2023-11-07T18:06:36.025Z | Compiling adler v1.0.2 |
1341 | 2023-11-07T18:06:36.135Z | Compiling rustix v0.38.9 |
1342 | 2023-11-07T18:06:36.365Z | Compiling miniz_oxide v0.7.1 |
1343 | 2023-11-07T18:06:36.792Z | Compiling rand_chacha v0.3.1 |
1344 | 2023-11-07T18:06:37.222Z | Compiling usdt-impl v0.3.5 |
1345 | 2023-11-07T18:06:37.271Z | Compiling bitflags v1.3.2 |
1346 | 2023-11-07T18:06:37.410Z | Compiling gimli v0.28.0 |
1347 | 2023-11-07T18:06:38.195Z | Compiling regex v1.10.2 |
1348 | 2023-11-07T18:06:38.588Z | Compiling rand v0.8.5 |
1349 | 2023-11-07T18:06:38.622Z | Compiling object v0.32.1 |
1350 | 2023-11-07T18:06:38.907Z | Compiling serde_derive v1.0.188 |
1351 | 2023-11-07T18:06:39.052Z | Compiling zeroize_derive v1.4.2 |
1352 | 2023-11-07T18:06:39.749Z | Compiling thiserror-impl v1.0.49 |
1353 | 2023-11-07T18:06:40.012Z | Compiling tokio-macros v2.1.0 |
1354 | 2023-11-07T18:06:40.845Z | Compiling futures-macro v0.3.29 |
1355 | 2023-11-07T18:06:41.385Z | Compiling tracing-attributes v0.1.26 |
1356 | 2023-11-07T18:06:42.460Z | Compiling schemars_derive v0.8.13 |
1357 | 2023-11-07T18:06:44.070Z | Compiling zeroize v1.6.0 |
1358 | 2023-11-07T18:06:44.640Z | Compiling pest v2.7.2 |
1359 | 2023-11-07T18:06:46.657Z | Compiling crypto-common v0.1.6 |
1360 | 2023-11-07T18:06:46.898Z | Compiling openssl-macros v0.1.1 |
1361 | 2023-11-07T18:06:46.949Z | Compiling block-buffer v0.10.4 |
1362 | 2023-11-07T18:06:47.331Z | Compiling digest v0.10.7 |
1363 | 2023-11-07T18:06:47.623Z | Compiling zerocopy-derive v0.2.0 |
1364 | 2023-11-07T18:06:48.082Z | Compiling tracing v0.1.37 |
1365 | 2023-11-07T18:06:48.108Z | Compiling addr2line v0.21.0 |
1366 | 2023-11-07T18:06:48.887Z | Compiling pest_meta v2.7.2 |
1367 | 2023-11-07T18:06:49.125Z | Compiling deranged v0.3.8 |
1368 | 2023-11-07T18:06:49.621Z | Compiling num_threads v0.1.6 |
1369 | 2023-11-07T18:06:49.684Z | Compiling base64 v0.21.5 |
1370 | 2023-11-07T18:06:49.796Z | Compiling rustc-demangle v0.1.23 |
1371 | 2023-11-07T18:06:50.419Z | Compiling zerocopy v0.3.0 |
1372 | 2023-11-07T18:06:51.438Z | Compiling pest_generator v2.7.2 |
1373 | 2023-11-07T18:06:52.069Z | Compiling time v0.3.27 |
1374 | 2023-11-07T18:06:53.068Z | Compiling dof v0.1.5 |
1375 | 2023-11-07T18:06:54.544Z | Compiling spin v0.9.8 |
1376 | 2023-11-07T18:06:54.641Z | Compiling thread-id v4.2.0 |
1377 | 2023-11-07T18:06:55.715Z | Compiling lazy_static v1.4.0 |
1378 | 2023-11-07T18:06:56.056Z | Compiling pest_derive v2.7.2 |
1379 | 2023-11-07T18:06:56.648Z | Compiling strum_macros v0.25.2 |
1380 | 2023-11-07T18:06:57.162Z | Compiling strsim v0.10.0 |
1381 | 2023-11-07T18:06:57.212Z | Compiling dtrace-parser v0.1.14 |
1382 | 2023-11-07T18:06:57.411Z | Compiling untrusted v0.7.1 |
1383 | 2023-11-07T18:06:59.261Z | Compiling untrusted v0.9.0 |
1384 | 2023-11-07T18:06:59.513Z | Compiling regress v0.7.1 |
1385 | 2023-11-07T18:07:00.677Z | Compiling socket2 v0.4.9 |
1386 | 2023-11-07T18:07:01.325Z | Compiling bytes v1.5.0 |
1387 | 2023-11-07T18:07:01.873Z | Compiling indexmap v2.1.0 |
1388 | 2023-11-07T18:07:02.143Z | Compiling chrono v0.4.31 |
1389 | 2023-11-07T18:07:02.701Z | Compiling uuid v1.5.0 |
1390 | 2023-11-07T18:07:03.348Z | Compiling http v0.2.9 |
1391 | 2023-11-07T18:07:03.807Z | Compiling tokio v1.33.0 |
1392 | 2023-11-07T18:07:04.088Z | Compiling toml_datetime v0.6.5 |
1393 | 2023-11-07T18:07:04.818Z | Compiling serde_spanned v0.6.4 |
1394 | 2023-11-07T18:07:04.903Z | Compiling bitflags v2.4.0 |
1395 | 2023-11-07T18:07:05.101Z | Compiling toml_edit v0.19.15 |
1396 | 2023-11-07T18:07:05.176Z | Compiling rustc_version v0.4.0 |
1397 | 2023-11-07T18:07:05.569Z | Compiling openapiv3 v1.0.3 |
1398 | 2023-11-07T18:07:07.465Z | Compiling serde_tokenstream v0.1.7 |
1399 | 2023-11-07T18:07:08.257Z | Compiling serde_tokenstream v0.2.0 |
1400 | 2023-11-07T18:07:08.972Z | Compiling hashbrown v0.12.3 |
1401 | 2023-11-07T18:07:09.014Z | Compiling sct v0.7.0 |
1402 | 2023-11-07T18:07:09.049Z | Compiling httpdate v1.0.3 |
1403 | 2023-11-07T18:07:09.489Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1404 | 2023-11-07T18:07:09.798Z | Compiling try-lock v0.2.4 |
1405 | 2023-11-07T18:07:10.004Z | Compiling usdt-macro v0.3.5 |
1406 | 2023-11-07T18:07:10.030Z | Compiling usdt-attr-macro v0.3.5 |
1407 | 2023-11-07T18:07:11.981Z | Compiling want v0.3.1 |
1408 | 2023-11-07T18:07:12.216Z | Compiling http-body v0.4.5 |
1409 | 2023-11-07T18:07:12.260Z | Compiling rustls-pemfile v1.0.3 |
1410 | 2023-11-07T18:07:12.331Z | Compiling foreign-types-shared v0.1.1 |
1411 | 2023-11-07T18:07:12.488Z | Compiling openssl-probe v0.1.5 |
1412 | 2023-11-07T18:07:12.922Z | Compiling mime v0.3.17 |
1413 | 2023-11-07T18:07:12.946Z | Compiling tower-service v0.3.2 |
1414 | 2023-11-07T18:07:13.083Z | Compiling foreign-types v0.3.2 |
1415 | 2023-11-07T18:07:13.138Z | Compiling errno v0.3.2 |
1416 | 2023-11-07T18:07:13.220Z | Compiling ipnet v2.8.0 |
1417 | 2023-11-07T18:07:13.709Z | Compiling getopts v0.2.21 |
1418 | 2023-11-07T18:07:13.936Z | Compiling encoding_rs v0.8.33 |
1419 | 2023-11-07T18:07:15.248Z | Compiling regex-syntax v0.6.29 |
1420 | 2023-11-07T18:07:15.397Z | Compiling unsafe-libyaml v0.2.9 |
1421 | 2023-11-07T18:07:15.488Z | Compiling rustls-native-certs v0.6.3 |
1422 | 2023-11-07T18:07:16.149Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2023-11-07T18:07:16.953Z | Compiling tokio-util v0.7.10 |
1424 | 2023-11-07T18:07:18.406Z | Compiling serde_yaml v0.9.25 |
1425 | 2023-11-07T18:07:19.036Z | Compiling h2 v0.3.21 |
1426 | 2023-11-07T18:07:19.512Z | Compiling webpki-roots v0.25.2 |
1427 | 2023-11-07T18:07:23.168Z | Compiling hmac v0.12.1 |
1428 | 2023-11-07T18:07:23.492Z | Compiling num-integer v0.1.45 |
1429 | 2023-11-07T18:07:24.576Z | Compiling sha2 v0.10.8 |
1430 | 2023-11-07T18:07:24.675Z | Compiling block-padding v0.3.3 |
1431 | 2023-11-07T18:07:25.957Z | Compiling tokio-native-tls v0.3.1 |
1432 | 2023-11-07T18:07:26.353Z | Compiling inout v0.1.3 |
1433 | 2023-11-07T18:07:26.368Z | Compiling futures-executor v0.3.29 |
1434 | 2023-11-07T18:07:26.915Z | Compiling cipher v0.4.4 |
1435 | 2023-11-07T18:07:27.307Z | Compiling toml v0.7.8 |
1436 | 2023-11-07T18:07:27.373Z | Compiling crc32fast v1.3.2 |
1437 | 2023-11-07T18:07:27.643Z | Compiling fallible-iterator v0.2.0 |
1438 | 2023-11-07T18:07:28.164Z | Compiling futures v0.3.29 |
1439 | 2023-11-07T18:07:28.329Z | Compiling ipnetwork v0.20.0 |
1440 | 2023-11-07T18:07:28.851Z | Compiling siphasher v0.3.11 |
1441 | 2023-11-07T18:07:29.183Z | Compiling usdt v0.3.5 |
1442 | 2023-11-07T18:07:30.083Z | Compiling md-5 v0.10.5 |
1443 | 2023-11-07T18:07:30.112Z | Compiling stringprep v0.1.3 |
1444 | 2023-11-07T18:07:30.139Z | Compiling io-lifetimes v1.0.11 |
1445 | 2023-11-07T18:07:30.434Z | Compiling hyper v0.14.27 |
1446 | 2023-11-07T18:07:31.415Z | Compiling postgres-protocol v0.6.6 |
1447 | 2023-11-07T18:07:31.667Z | Compiling phf_shared v0.11.2 |
1448 | 2023-11-07T18:07:31.763Z | Compiling hex v0.4.3 |
1449 | 2023-11-07T18:07:31.855Z | Compiling enum-as-inner v0.5.1 |
1450 | 2023-11-07T18:07:32.705Z | Compiling slog-async v2.8.0 |
1451 | 2023-11-07T18:07:32.778Z | Compiling postgres-types v0.2.6 |
1452 | 2023-11-07T18:07:33.456Z | Compiling phf v0.11.2 |
1453 | 2023-11-07T18:07:33.476Z | Compiling num-bigint v0.4.4 |
1454 | 2023-11-07T18:07:33.577Z | Compiling whoami v1.4.1 |
1455 | 2023-11-07T18:07:34.139Z | Compiling data-encoding v2.4.0 |
1456 | 2023-11-07T18:07:34.453Z | Compiling rustix v0.37.23 |
1457 | 2023-11-07T18:07:35.090Z | Compiling tokio-postgres v0.7.10 |
1458 | 2023-11-07T18:07:35.460Z | Compiling zerocopy-derive v0.6.4 |
1459 | 2023-11-07T18:07:37.625Z | Compiling static_assertions v1.1.0 |
1460 | 2023-11-07T18:07:38.756Z | Compiling ident_case v1.0.1 |
1461 | 2023-11-07T18:07:39.167Z | Compiling either v1.9.0 |
1462 | 2023-11-07T18:07:39.234Z | Compiling darling_core v0.20.3 |
1463 | 2023-11-07T18:07:39.679Z | Compiling camino v1.1.6 |
1464 | 2023-11-07T18:07:39.729Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1465 | 2023-11-07T18:07:40.682Z | Compiling flate2 v1.0.28 |
1466 | 2023-11-07T18:07:40.718Z | Compiling heapless v0.7.16 |
1467 | 2023-11-07T18:07:41.337Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1468 | 2023-11-07T18:07:42.011Z | Compiling hyper-tls v0.5.0 |
1469 | 2023-11-07T18:07:42.248Z | Compiling memoffset v0.9.0 |
1470 | 2023-11-07T18:07:42.513Z | Compiling managed v0.8.0 |
1471 | 2023-11-07T18:07:42.682Z | Compiling unicode-segmentation v1.10.1 |
1472 | 2023-11-07T18:07:42.755Z | Compiling radium v0.7.0 |
1473 | 2023-11-07T18:07:43.372Z | Compiling matches v0.1.10 |
1474 | 2023-11-07T18:07:43.504Z | Compiling idna v0.2.3 |
1475 | 2023-11-07T18:07:44.085Z | Compiling itertools v0.11.0 |
1476 | 2023-11-07T18:07:44.921Z | Compiling multer v2.1.0 |
1477 | 2023-11-07T18:07:45.455Z | Compiling trust-dns-proto v0.22.0 |
1478 | 2023-11-07T18:07:46.533Z | Compiling async-stream-impl v0.3.5 |
1479 | 2023-11-07T18:07:47.167Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1480 | 2023-11-07T18:07:47.328Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1481 | 2023-11-07T18:07:47.357Z | Compiling crossbeam-epoch v0.9.15 |
1482 | 2023-11-07T18:07:48.057Z | Compiling num-iter v0.1.43 |
1483 | 2023-11-07T18:07:48.224Z | Compiling darling_macro v0.20.3 |
1484 | 2023-11-07T18:07:48.507Z | Compiling smoltcp v0.9.1 |
1485 | 2023-11-07T18:07:48.591Z | Compiling utf8parse v0.2.1 |
1486 | 2023-11-07T18:07:48.840Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1487 | 2023-11-07T18:07:48.892Z | Compiling bit-vec v0.6.3 |
1488 | 2023-11-07T18:07:49.442Z | Compiling anstyle v1.0.2 |
1489 | 2023-11-07T18:07:49.605Z | Compiling paste v1.0.14 |
1490 | 2023-11-07T18:07:49.705Z | Compiling darling v0.20.3 |
1491 | 2023-11-07T18:07:49.888Z | Compiling serde_with_macros v2.3.3 |
1492 | 2023-11-07T18:07:50.091Z | Compiling anstyle-parse v0.2.1 |
1493 | 2023-11-07T18:07:52.109Z | Compiling zerocopy v0.6.4 |
1494 | 2023-11-07T18:07:52.865Z | Compiling signature v2.1.0 |
1495 | 2023-11-07T18:07:53.201Z | Compiling hubpack_derive v0.1.1 |
1496 | 2023-11-07T18:07:53.526Z | Compiling clap_derive v4.4.2 |
1497 | 2023-11-07T18:07:53.566Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1498 | 2023-11-07T18:07:53.805Z | Compiling colorchoice v1.0.0 |
1499 | 2023-11-07T18:07:54.017Z | Compiling anstyle-query v1.0.0 |
1500 | 2023-11-07T18:07:54.199Z | Compiling anstream v0.5.0 |
1501 | 2023-11-07T18:07:54.801Z | Compiling terminal_size v0.2.6 |
1502 | 2023-11-07T18:07:55.070Z | Compiling yasna v0.5.2 |
1503 | 2023-11-07T18:07:56.917Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1504 | 2023-11-07T18:07:57.631Z | Compiling diesel_table_macro_syntax v0.1.0 |
1505 | 2023-11-07T18:07:58.206Z | Compiling hash32 v0.2.1 |
1506 | 2023-11-07T18:07:58.320Z | Compiling stable_deref_trait v1.2.0 |
1507 | 2023-11-07T18:07:58.467Z | Compiling clap_lex v0.5.1 |
1508 | 2023-11-07T18:07:58.816Z | Compiling tap v1.0.1 |
1509 | 2023-11-07T18:07:59.079Z | Compiling wyz v0.5.1 |
1510 | 2023-11-07T18:07:59.266Z | Compiling clap_builder v4.4.2 |
1511 | 2023-11-07T18:07:59.768Z | Compiling diesel_derives v2.1.1 |
1512 | 2023-11-07T18:08:00.190Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1513 | 2023-11-07T18:08:00.951Z | Compiling tokio-stream v0.1.14 |
1514 | 2023-11-07T18:08:01.290Z | Compiling serde_repr v0.1.16 |
1515 | 2023-11-07T18:08:01.519Z | Compiling scheduled-thread-pool v0.2.7 |
1516 | 2023-11-07T18:08:01.803Z | Compiling regex-automata v0.1.10 |
1517 | 2023-11-07T18:08:02.462Z | Compiling funty v2.0.0 |
1518 | 2023-11-07T18:08:02.480Z | Compiling bstr v0.2.17 |
1519 | 2023-11-07T18:08:02.618Z | Compiling r2d2 v0.8.10 |
1520 | 2023-11-07T18:08:04.989Z | Compiling bitvec v1.0.1 |
1521 | 2023-11-07T18:08:05.163Z | Compiling hubpack v0.1.2 |
1522 | 2023-11-07T18:08:05.537Z | Compiling clap v4.4.3 |
1523 | 2023-11-07T18:08:05.878Z | Compiling itertools v0.10.5 |
1524 | 2023-11-07T18:08:05.971Z | Compiling phf_shared v0.10.0 |
1525 | 2023-11-07T18:08:06.599Z | Compiling float-cmp v0.9.0 |
1526 | 2023-11-07T18:08:06.956Z | Compiling fixedbitset v0.4.2 |
1527 | 2023-11-07T18:08:07.114Z | Compiling new_debug_unreachable v1.0.4 |
1528 | 2023-11-07T18:08:07.721Z | Compiling normalize-line-endings v0.3.0 |
1529 | 2023-11-07T18:08:07.747Z | Compiling precomputed-hash v0.1.1 |
1530 | 2023-11-07T18:08:07.899Z | Compiling predicates-core v1.0.6 |
1531 | 2023-11-07T18:08:07.926Z | Compiling difflib v0.4.0 |
1532 | 2023-11-07T18:08:08.463Z | Compiling regex-automata v0.3.8 |
1533 | 2023-11-07T18:08:09.622Z | Compiling predicates v3.0.4 |
1534 | 2023-11-07T18:08:10.468Z | Compiling string_cache v0.8.7 |
1535 | 2023-11-07T18:08:10.674Z | Compiling petgraph v0.6.4 |
1536 | 2023-11-07T18:08:12.339Z | Compiling bstr v1.6.0 |
1537 | 2023-11-07T18:08:12.387Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1538 | 2023-11-07T18:08:12.606Z | Compiling similar v2.2.1 |
1539 | 2023-11-07T18:08:15.037Z | Compiling bit-set v0.5.3 |
1540 | 2023-11-07T18:08:15.201Z | Compiling console v0.15.7 |
1541 | 2023-11-07T18:08:15.476Z | Compiling lalrpop-util v0.19.12 |
1542 | 2023-11-07T18:08:23.455Z | Compiling diesel v2.1.3 |
1543 | 2023-11-07T18:08:27.523Z | Compiling proc-macro-crate v1.3.1 |
1544 | 2023-11-07T18:08:34.101Z | Compiling crucible-workspace-hack v0.1.0 |
1545 | 2023-11-07T18:08:53.222Z | Compiling atty v0.2.14 |
1546 | 2023-11-07T18:08:54.062Z | Compiling structmeta-derive v0.2.0 |
1547 | 2023-11-07T18:08:57.192Z | Compiling toml_edit v0.20.7 |
1548 | 2023-11-07T18:08:57.794Z | Compiling sha1 v0.10.5 |
1549 | 2023-11-07T18:08:58.469Z | Compiling structmeta v0.2.0 |
1550 | 2023-11-07T18:08:58.574Z | Compiling regex-syntax v0.7.5 |
1551 | 2023-11-07T18:08:59.069Z | Compiling match_cfg v0.1.0 |
1552 | 2023-11-07T18:08:59.208Z | Compiling hostname v0.3.1 |
1553 | 2023-11-07T18:09:04.695Z | Compiling toml v0.8.6 |
1554 | 2023-11-07T18:09:08.840Z | Compiling parse-display-derive v0.8.2 |
1555 | 2023-11-07T18:09:09.252Z | Compiling dirs-sys-next v0.1.2 |
1556 | 2023-11-07T18:09:10.300Z | Compiling dirs-next v2.0.0 |
1557 | 2023-11-07T18:09:12.352Z | Compiling thread_local v1.1.7 |
1558 | 2023-11-07T18:09:13.683Z | Compiling term v0.7.0 |
1559 | 2023-11-07T18:09:13.917Z | Compiling crossbeam-channel v0.5.8 |
1560 | 2023-11-07T18:09:16.247Z | Compiling take_mut v0.2.2 |
1561 | 2023-11-07T18:09:16.623Z | Compiling slog-term v2.9.0 |
1562 | 2023-11-07T18:09:18.623Z | Compiling slog-json v2.6.1 |
1563 | 2023-11-07T18:09:18.724Z | Compiling instant v0.1.12 |
1564 | 2023-11-07T18:09:19.156Z | Compiling slog-bunyan v2.4.0 |
1565 | 2023-11-07T18:09:20.000Z | Compiling structmeta-derive v0.1.6 |
1566 | 2023-11-07T18:09:21.076Z | Compiling strum v0.25.0 |
1567 | 2023-11-07T18:09:21.256Z | Compiling atomic-waker v1.1.1 |
1568 | 2023-11-07T18:09:21.535Z | Compiling waitgroup v0.1.2 |
1569 | 2023-11-07T18:09:21.834Z | Compiling num_enum_derive v0.5.11 |
1570 | 2023-11-07T18:09:21.869Z | Compiling serde_with v2.3.3 |
1571 | 2023-11-07T18:09:22.712Z | Compiling async-stream v0.3.5 |
1572 | 2023-11-07T18:09:24.281Z | Compiling serde_path_to_error v0.1.14 |
1573 | 2023-11-07T18:09:24.353Z | Compiling structmeta v0.1.6 |
1574 | 2023-11-07T18:09:24.542Z | Compiling libz-sys v1.1.12 |
1575 | 2023-11-07T18:09:24.958Z | Compiling parse-display-derive v0.7.0 |
1576 | 2023-11-07T18:09:25.155Z | Compiling debug-ignore v1.0.5 |
1577 | 2023-11-07T18:09:25.366Z | Compiling fastrand v2.0.0 |
1578 | 2023-11-07T18:09:26.082Z | Compiling tempfile v3.8.0 |
1579 | 2023-11-07T18:09:27.430Z | Compiling proc-macro-error-attr v1.0.4 |
1580 | 2023-11-07T18:09:27.493Z | Compiling slog-dtrace v0.2.3 |
1581 | 2023-11-07T18:09:28.907Z | Compiling backoff v0.4.0 |
1582 | 2023-11-07T18:09:29.550Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1583 | 2023-11-07T18:09:30.332Z | Compiling macaddr v1.0.1 |
1584 | 2023-11-07T18:09:30.859Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1585 | 2023-11-07T18:09:31.091Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1586 | 2023-11-07T18:09:31.168Z | Compiling proc-macro-error v1.0.4 |
1587 | 2023-11-07T18:09:31.560Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1588 | 2023-11-07T18:09:32.847Z | Compiling libsqlite3-sys v0.26.0 |
1589 | 2023-11-07T18:09:32.996Z | Compiling memoffset v0.7.1 |
1590 | 2023-11-07T18:09:33.519Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1591 | 2023-11-07T18:09:35.861Z | Compiling foreign-types-macros v0.2.3 |
1592 | 2023-11-07T18:09:36.027Z | Compiling vergen v8.2.4 |
1593 | 2023-11-07T18:09:36.105Z | Compiling base64ct v1.6.0 |
1594 | 2023-11-07T18:09:40.443Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1595 | 2023-11-07T18:09:41.362Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1596 | 2023-11-07T18:09:46.669Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1597 | 2023-11-07T18:09:47.322Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1598 | 2023-11-07T18:09:47.526Z | Compiling platforms v3.0.2 |
1599 | 2023-11-07T18:09:48.082Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1600 | 2023-11-07T18:09:48.512Z | Compiling num_enum_derive v0.7.0 |
1601 | 2023-11-07T18:09:48.579Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1602 | 2023-11-07T18:09:48.688Z | Compiling password-hash v0.5.0 |
1603 | 2023-11-07T18:09:48.869Z | Compiling heck v0.3.3 |
1604 | 2023-11-07T18:09:49.146Z | Compiling curve25519-dalek v4.1.0 |
1605 | 2023-11-07T18:09:49.409Z | Compiling blake2 v0.10.6 |
1606 | 2023-11-07T18:09:49.732Z | Compiling libefi-sys v0.1.0 |
1607 | 2023-11-07T18:09:50.214Z | Compiling argon2 v0.5.2 |
1608 | 2023-11-07T18:09:50.377Z | Compiling structopt-derive v0.4.18 |
1609 | 2023-11-07T18:09:50.415Z | Compiling zone_cfg_derive v0.3.0 |
1610 | 2023-11-07T18:09:52.151Z | Compiling num-derive v0.4.0 |
1611 | 2023-11-07T18:09:52.637Z | Compiling curve25519-dalek-derive v0.1.0 |
1612 | 2023-11-07T18:09:52.747Z | Compiling same-file v1.0.6 |
1613 | 2023-11-07T18:09:53.077Z | Compiling walkdir v2.4.0 |
1614 | 2023-11-07T18:09:54.130Z | Compiling toml v0.5.11 |
1615 | 2023-11-07T18:09:54.938Z | Compiling semver-parser v0.10.2 |
1616 | 2023-11-07T18:09:54.988Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1617 | 2023-11-07T18:09:55.574Z | Compiling filetime v0.2.22 |
1618 | 2023-11-07T18:09:55.641Z | Compiling xattr v1.0.1 |
1619 | 2023-11-07T18:09:55.864Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1620 | 2023-11-07T18:09:55.890Z | Compiling erased-serde v0.3.30 |
1621 | 2023-11-07T18:09:56.051Z | Compiling getrandom v0.1.16 |
1622 | 2023-11-07T18:09:56.084Z | Compiling tar v0.4.40 |
1623 | 2023-11-07T18:09:56.432Z | Compiling semver v0.11.0 |
1624 | 2023-11-07T18:09:56.752Z | Compiling parse-display v0.8.2 |
1625 | 2023-11-07T18:09:56.922Z | Compiling universal-hash v0.5.1 |
1626 | 2023-11-07T18:09:57.037Z | Compiling bitstruct_derive v0.1.0 |
1627 | 2023-11-07T18:09:57.205Z | Compiling async-recursion v1.0.5 |
1628 | 2023-11-07T18:09:57.582Z | Compiling opaque-debug v0.3.0 |
1629 | 2023-11-07T18:09:57.749Z | Compiling home v0.5.5 |
1630 | 2023-11-07T18:09:58.335Z | Compiling toolchain_find v0.2.0 |
1631 | 2023-11-07T18:09:58.457Z | Compiling num-rational v0.4.1 |
1632 | 2023-11-07T18:09:58.546Z | Compiling unicase v2.7.0 |
1633 | 2023-11-07T18:09:58.915Z | Compiling parking_lot_core v0.8.6 |
1634 | 2023-11-07T18:09:58.992Z | Compiling rustfmt-wrapper v0.2.0 |
1635 | 2023-11-07T18:09:59.300Z | Compiling parse-display v0.7.0 |
1636 | 2023-11-07T18:09:59.322Z | Compiling num_enum v0.5.11 |
1637 | 2023-11-07T18:09:59.562Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1638 | 2023-11-07T18:09:59.566Z | Compiling aead v0.5.2 |
1639 | 2023-11-07T18:09:59.629Z | Compiling winapi v0.3.9 |
1640 | 2023-11-07T18:09:59.949Z | Compiling postcard-cobs v0.1.5-pre |
1641 | 2023-11-07T18:10:00.046Z | Compiling polyval v0.6.1 |
1642 | 2023-11-07T18:10:00.280Z | Compiling postcard v0.7.3 |
1643 | 2023-11-07T18:10:00.406Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1644 | 2023-11-07T18:10:00.946Z | Compiling smoltcp v0.8.2 |
1645 | 2023-11-07T18:10:01.037Z | Compiling ctr v0.9.2 |
1646 | 2023-11-07T18:10:01.065Z | Compiling aes v0.8.3 |
1647 | 2023-11-07T18:10:01.088Z | Compiling thiserror-impl-no-std v2.0.2 |
1648 | 2023-11-07T18:10:01.515Z | Compiling cfg-if v0.1.10 |
1649 | 2023-11-07T18:10:01.541Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1650 | 2023-11-07T18:10:01.545Z | Compiling foreign-types-shared v0.3.1 |
1651 | 2023-11-07T18:10:01.746Z | Compiling foreign-types v0.5.0 |
1652 | 2023-11-07T18:10:01.822Z | Compiling mime_guess v2.0.4 |
1653 | 2023-11-07T18:10:03.792Z | Compiling is-terminal v0.4.9 |
1654 | 2023-11-07T18:10:03.863Z | Compiling hashlink v0.8.3 |
1655 | 2023-11-07T18:10:03.983Z | Compiling cstr-argument v0.1.2 |
1656 | 2023-11-07T18:10:04.226Z | Compiling fallible-streaming-iterator v0.1.9 |
1657 | 2023-11-07T18:10:04.791Z | Compiling pretty-hex v0.2.1 |
1658 | 2023-11-07T18:10:04.917Z | Compiling rusqlite v0.29.0 |
1659 | 2023-11-07T18:10:04.960Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1660 | 2023-11-07T18:10:05.102Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1661 | 2023-11-07T18:10:05.667Z | Compiling colored v2.0.4 |
1662 | 2023-11-07T18:10:05.762Z | Compiling nix v0.26.2 |
1663 | 2023-11-07T18:10:05.800Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1664 | 2023-11-07T18:10:06.314Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1665 | 2023-11-07T18:10:07.697Z | Compiling twox-hash v1.6.3 |
1666 | 2023-11-07T18:10:08.945Z | Compiling hkdf v0.12.3 |
1667 | 2023-11-07T18:10:09.533Z | Compiling textwrap v0.11.0 |
1668 | 2023-11-07T18:10:09.668Z | Compiling const_format_proc_macros v0.2.31 |
1669 | 2023-11-07T18:10:10.139Z | Compiling quick-error v1.2.3 |
1670 | 2023-11-07T18:10:10.381Z | Compiling ansi_term v0.12.1 |
1671 | 2023-11-07T18:10:10.591Z | Compiling vec_map v0.8.2 |
1672 | 2023-11-07T18:10:10.736Z | Compiling linked-hash-map v0.5.6 |
1673 | 2023-11-07T18:10:11.056Z | Compiling strsim v0.8.0 |
1674 | 2023-11-07T18:10:11.285Z | Compiling lru-cache v0.1.2 |
1675 | 2023-11-07T18:10:11.589Z | Compiling clap v2.34.0 |
1676 | 2023-11-07T18:10:12.084Z | Compiling resolv-conf v0.7.0 |
1677 | 2023-11-07T18:10:12.699Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1678 | 2023-11-07T18:10:14.657Z | Compiling num_enum v0.7.0 |
1679 | 2023-11-07T18:10:14.908Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1680 | 2023-11-07T18:10:16.118Z | Compiling bincode v1.3.3 |
1681 | 2023-11-07T18:10:16.772Z | Compiling termcolor v1.2.0 |
1682 | 2023-11-07T18:10:16.911Z | Compiling base64 v0.13.1 |
1683 | 2023-11-07T18:10:17.504Z | Compiling humantime v2.1.0 |
1684 | 2023-11-07T18:10:17.779Z | Compiling utf-8 v0.7.6 |
1685 | 2023-11-07T18:10:18.282Z | Compiling keccak v0.1.4 |
1686 | 2023-11-07T18:10:18.285Z | Compiling cancel-safe-futures v0.1.5 |
1687 | 2023-11-07T18:10:18.403Z | Compiling convert_case v0.4.0 |
1688 | 2023-11-07T18:10:18.997Z | Compiling sha3 v0.10.8 |
1689 | 2023-11-07T18:10:19.633Z | Compiling derive_more v0.99.17 |
1690 | 2023-11-07T18:10:19.983Z | Compiling env_logger v0.9.3 |
1691 | 2023-11-07T18:10:20.108Z | Compiling structopt v0.3.26 |
1692 | 2023-11-07T18:10:20.118Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1693 | 2023-11-07T18:10:21.713Z | Compiling trust-dns-resolver v0.22.0 |
1694 | 2023-11-07T18:10:22.367Z | Compiling aes-gcm-siv v0.11.1 |
1695 | 2023-11-07T18:10:22.792Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1696 | 2023-11-07T18:10:23.884Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1697 | 2023-11-07T18:10:25.541Z | Compiling zone v0.3.0 |
1698 | 2023-11-07T18:10:28.151Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1699 | 2023-11-07T18:10:28.682Z | Compiling secrecy v0.8.0 |
1700 | 2023-11-07T18:10:28.709Z | Compiling smf v0.2.2 |
1701 | 2023-11-07T18:10:29.101Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1702 | 2023-11-07T18:10:30.521Z | Compiling ascii v1.1.0 |
1703 | 2023-11-07T18:10:31.466Z | Compiling ringbuffer v0.15.0 |
1704 | 2023-11-07T18:10:31.486Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1705 | 2023-11-07T18:10:32.107Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1706 | 2023-11-07T18:10:32.352Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1707 | 2023-11-07T18:10:33.411Z | Compiling bitstruct v0.1.1 |
1708 | 2023-11-07T18:10:34.083Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1709 | 2023-11-07T18:10:35.222Z | Compiling serde_arrays v0.1.0 |
1710 | 2023-11-07T18:10:35.486Z | Compiling ff v0.13.0 |
1711 | 2023-11-07T18:10:35.830Z | Compiling nibble_vec v0.1.0 |
1712 | 2023-11-07T18:10:36.038Z | Compiling endian-type v0.1.2 |
1713 | 2023-11-07T18:10:36.386Z | Compiling arc-swap v1.6.0 |
1714 | 2023-11-07T18:10:36.822Z | Compiling radix_trie v0.2.1 |
1715 | 2023-11-07T18:10:37.153Z | Compiling slog-scope v4.4.0 |
1716 | 2023-11-07T18:10:37.283Z | Compiling group v0.13.0 |
1717 | 2023-11-07T18:10:37.533Z | Compiling rand_core v0.5.1 |
1718 | 2023-11-07T18:10:38.035Z | Compiling tungstenite v0.20.1 |
1719 | 2023-11-07T18:10:38.499Z | Compiling poly1305 v0.8.0 |
1720 | 2023-11-07T18:10:39.763Z | Compiling chacha20 v0.9.1 |
1721 | 2023-11-07T18:10:40.575Z | Compiling crypto-bigint v0.5.2 |
1722 | 2023-11-07T18:10:40.602Z | Compiling num-complex v0.4.4 |
1723 | 2023-11-07T18:10:40.636Z | Compiling ciborium-io v0.2.1 |
1724 | 2023-11-07T18:10:41.272Z | Compiling base16ct v0.2.0 |
1725 | 2023-11-07T18:10:41.530Z | Compiling option-ext v0.2.0 |
1726 | 2023-11-07T18:10:41.584Z | Compiling half v1.8.2 |
1727 | 2023-11-07T18:10:41.674Z | Compiling dirs-sys v0.4.1 |
1728 | 2023-11-07T18:10:42.219Z | Compiling num v0.4.1 |
1729 | 2023-11-07T18:10:42.341Z | Compiling ciborium-ll v0.2.1 |
1730 | 2023-11-07T18:10:42.367Z | Compiling tokio-tungstenite v0.20.1 |
1731 | 2023-11-07T18:10:42.759Z | Compiling parking_lot v0.11.2 |
1732 | 2023-11-07T18:10:42.790Z | Compiling rand_chacha v0.2.2 |
1733 | 2023-11-07T18:10:42.824Z | Compiling slog-stdlog v4.1.1 |
1734 | 2023-11-07T18:10:43.062Z | Compiling trust-dns-client v0.22.0 |
1735 | 2023-11-07T18:10:43.235Z | Compiling thiserror-no-std v2.0.2 |
1736 | 2023-11-07T18:10:43.537Z | Compiling elliptic-curve v0.13.5 |
1737 | 2023-11-07T18:10:44.385Z | Compiling password-hash v0.4.2 |
1738 | 2023-11-07T18:10:44.488Z | Compiling ed25519 v2.2.2 |
1739 | 2023-11-07T18:10:45.085Z | Compiling blowfish v0.9.1 |
1740 | 2023-11-07T18:10:45.761Z | Compiling pbkdf2 v0.12.2 |
1741 | 2023-11-07T18:10:46.183Z | Compiling fxhash v0.2.1 |
1742 | 2023-11-07T18:10:46.665Z | Compiling sled v0.34.7 |
1743 | 2023-11-07T18:10:46.720Z | Compiling bcrypt-pbkdf v0.10.0 |
1744 | 2023-11-07T18:10:47.196Z | Compiling trust-dns-server v0.22.1 |
1745 | 2023-11-07T18:10:47.786Z | Compiling pbkdf2 v0.11.0 |
1746 | 2023-11-07T18:10:47.954Z | Compiling ed25519-dalek v2.0.0 |
1747 | 2023-11-07T18:10:47.983Z | Compiling vsss-rs v3.3.1 |
1748 | 2023-11-07T18:10:48.827Z | Compiling russh-cryptovec v0.7.0 |
1749 | 2023-11-07T18:10:49.020Z | Compiling rand v0.7.3 |
1750 | 2023-11-07T18:10:49.144Z | Compiling slog-envlogger v2.2.0 |
1751 | 2023-11-07T18:10:49.855Z | Compiling ciborium v0.2.1 |
1752 | 2023-11-07T18:10:51.190Z | Compiling dirs v5.0.1 |
1753 | 2023-11-07T18:10:51.480Z | Compiling chacha20poly1305 v0.10.1 |
1754 | 2023-11-07T18:10:51.776Z | Compiling tungstenite v0.18.0 |
1755 | 2023-11-07T18:10:51.874Z | Compiling ron v0.7.1 |
1756 | 2023-11-07T18:10:52.095Z | Compiling const_format v0.2.31 |
1757 | 2023-11-07T18:10:53.482Z | Compiling ghash v0.5.0 |
1758 | 2023-11-07T18:10:54.691Z | Compiling camino-tempfile v1.0.2 |
1759 | 2023-11-07T18:10:55.306Z | Compiling cbc v0.1.2 |
1760 | 2023-11-07T18:10:55.370Z | Compiling headers-core v0.2.0 |
1761 | 2023-11-07T18:10:55.489Z | Compiling pem v3.0.2 |
1762 | 2023-11-07T18:10:55.595Z | Compiling pretty-hex v0.3.0 |
1763 | 2023-11-07T18:10:55.897Z | Compiling bit_field v0.10.2 |
1764 | 2023-11-07T18:10:55.922Z | Compiling http-range v0.1.5 |
1765 | 2023-11-07T18:10:56.009Z | Compiling md5 v0.7.0 |
1766 | 2023-11-07T18:10:56.085Z | Compiling rcgen v0.11.3 |
1767 | 2023-11-07T18:10:56.302Z | Compiling hyper-staticfile v0.9.5 |
1768 | 2023-11-07T18:10:56.494Z | Compiling russh-keys v0.38.0 |
1769 | 2023-11-07T18:10:56.750Z | Compiling headers v0.3.9 |
1770 | 2023-11-07T18:11:01.001Z | Compiling aes-gcm v0.10.3 |
1771 | 2023-11-07T18:11:01.098Z | Compiling tokio-tungstenite v0.18.0 |
1772 | 2023-11-07T18:11:04.985Z | Compiling pem v1.1.1 |
1773 | 2023-11-07T18:11:06.108Z | Compiling atomicwrites v0.4.2 |
1774 | 2023-11-07T18:11:06.589Z | Compiling subprocess v0.2.9 |
1775 | 2023-11-07T18:11:06.692Z | Compiling glob v0.3.1 |
1776 | 2023-11-07T18:11:07.278Z | Compiling hex-literal v0.4.1 |
1777 | 2023-11-07T18:11:07.496Z | Compiling russh v0.38.0 |
1778 | 2023-11-07T18:11:13.794Z | Compiling bzip2 v0.4.4 |
1779 | 2023-11-07T18:11:14.343Z | Compiling zip v0.6.6 |
1780 | 2023-11-07T18:11:20.313Z | Compiling rustls-webpki v0.101.7 |
1781 | 2023-11-07T18:11:26.792Z | Compiling tokio-rustls v0.24.1 |
1782 | 2023-11-07T18:11:27.025Z | Compiling git2 v0.17.2 |
1783 | 2023-11-07T18:11:27.192Z | Compiling hyper-rustls v0.24.2 |
1784 | 2023-11-07T18:11:27.908Z | Compiling reqwest v0.11.20 |
1785 | 2023-11-07T18:11:32.486Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1786 | 2023-11-07T18:11:33.034Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1787 | 2023-11-07T18:11:33.121Z | Compiling omicron-zone-package v0.8.3 |
1788 | 2023-11-07T18:11:33.411Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1789 | 2023-11-07T18:11:35.699Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1790 | 2023-11-07T18:11:38.608Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1791 | 2023-11-07T18:11:39.207Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1792 | 2023-11-07T18:11:40.730Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1793 | 2023-11-07T18:11:43.136Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1794 | 2023-11-07T18:11:50.036Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1795 | 2023-11-07T18:11:51.378Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1796 | 2023-11-07T18:11:52.446Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1797 | 2023-11-07T18:11:53.184Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1798 | 2023-11-07T18:11:55.390Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1799 | 2023-11-07T18:11:55.409Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1800 | 2023-11-07T18:11:57.162Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1801 | 2023-11-07T18:11:57.257Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1802 | 2023-11-07T18:11:57.601Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1803 | 2023-11-07T18:11:57.797Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1804 | 2023-11-07T18:11:58.068Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1805 | 2023-11-07T18:11:59.129Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1806 | 2023-11-07T18:12:04.496Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1807 | 2023-11-07T18:12:04.694Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1808 | 2023-11-07T18:12:13.581Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1809 | 2023-11-07T18:12:18.760Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1810 | 2023-11-07T18:12:22.189Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1811 | 2023-11-07T18:12:24.304Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1812 | 2023-11-07T18:12:25.252Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1813 | 2023-11-07T18:12:34.157Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1814 | 2023-11-07T18:12:43.134Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1815 | 2023-11-07T18:12:45.738Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1816 | 2023-11-07T18:12:45.976Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1817 | 2023-11-07T18:12:46.158Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1818 | 2023-11-07T18:12:47.286Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1819 | 2023-11-07T18:13:02.252Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1820 | 2023-11-07T18:13:03.832Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1821 | 2023-11-07T18:13:04.084Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1822 | 2023-11-07T18:13:05.795Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1823 | 2023-11-07T18:13:17.217Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1824 | 2023-11-07T18:13:33.894Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1825 | 2023-11-07T18:13:36.987Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1826 | 2023-11-07T18:14:18.660Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1827 | 2023-11-07T18:15:47.930Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 16s |
1828 | 2023-11-07T18:15:48.308Z | |
1829 | 2023-11-07T18:15:48.311Z | real 10:17.349400054 |
1830 | 2023-11-07T18:15:48.314Z | user 59:04.575595600 |
1831 | 2023-11-07T18:15:48.317Z | sys 9:20.406259853 |
1832 | 2023-11-07T18:15:48.320Z | trap 2.400469734 |
1833 | 2023-11-07T18:15:48.322Z | tflt 4.864705450 |
1834 | 2023-11-07T18:15:48.325Z | dflt 7.365388230 |
1835 | 2023-11-07T18:15:48.328Z | kflt 0.023708475 |
1836 | 2023-11-07T18:15:48.331Z | lock 1:50:45.383815690 |
1837 | 2023-11-07T18:15:48.333Z | slp 3:22:15.387738010 |
1838 | 2023-11-07T18:15:48.336Z | lat 2:30.064290510 |
1839 | 2023-11-07T18:15:48.338Z | stop 7:04.192995374 |
1840 | 2023-11-07T18:15:48.341Z | + mkdir -p /work/end-to-end-tests |
1841 | 2023-11-07T18:15:48.343Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1842 | 2023-11-07T18:15:49.443Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1843 | 2023-11-07T18:15:49.449Z | + ptime -m gzip |
1844 | 2023-11-07T18:15:49.456Z | ++ basename target/debug/bootstrap |
1845 | 2023-11-07T18:16:06.631Z | |
1846 | 2023-11-07T18:16:06.634Z | real 17.182641686 |
1847 | 2023-11-07T18:16:06.637Z | user 17.013147047 |
1848 | 2023-11-07T18:16:06.640Z | sys 0.163938954 |
1849 | 2023-11-07T18:16:06.645Z | trap 0.003516274 |
1850 | 2023-11-07T18:16:06.648Z | tflt 0.000000000 |
1851 | 2023-11-07T18:16:06.651Z | dflt 0.000000000 |
1852 | 2023-11-07T18:16:06.654Z | kflt 0.000000000 |
1853 | 2023-11-07T18:16:06.657Z | lock 0.000000000 |
1854 | 2023-11-07T18:16:06.659Z | slp 0.000000000 |
1855 | 2023-11-07T18:16:06.662Z | lat 0.001696380 |
1856 | 2023-11-07T18:16:06.667Z | stop 0.000222173 |
1857 | 2023-11-07T18:16:06.670Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1858 | 2023-11-07T18:16:06.673Z | + ptime -m gzip |
1859 | 2023-11-07T18:16:06.675Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-750ee284a2fe677d |
1860 | 2023-11-07T18:16:07.724Z | |
1861 | 2023-11-07T18:16:07.727Z | real 1.083912718 |
1862 | 2023-11-07T18:16:07.730Z | user 1.070033961 |
1863 | 2023-11-07T18:16:07.732Z | sys 0.012294719 |
1864 | 2023-11-07T18:16:07.735Z | trap 0.000659538 |
1865 | 2023-11-07T18:16:07.738Z | tflt 0.000000000 |
1866 | 2023-11-07T18:16:07.740Z | dflt 0.000000000 |
1867 | 2023-11-07T18:16:07.743Z | kflt 0.000000000 |
1868 | 2023-11-07T18:16:07.745Z | lock 0.000000000 |
1869 | 2023-11-07T18:16:07.748Z | slp 0.000000000 |
1870 | 2023-11-07T18:16:07.751Z | lat 0.000516038 |
1871 | 2023-11-07T18:16:07.754Z | stop 0.000293070 |
1872 | 2023-11-07T18:16:07.756Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1873 | 2023-11-07T18:16:07.759Z | + ptime -m gzip |
1874 | 2023-11-07T18:16:07.761Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-13628b0bfef9b756 |
1875 | 2023-11-07T18:16:27.425Z | |
1876 | 2023-11-07T18:16:27.428Z | real 19.693924429 |
1877 | 2023-11-07T18:16:27.430Z | user 19.491283936 |
1878 | 2023-11-07T18:16:27.433Z | sys 0.196745232 |
1879 | 2023-11-07T18:16:27.437Z | trap 0.003893847 |
1880 | 2023-11-07T18:16:27.440Z | tflt 0.000000000 |
1881 | 2023-11-07T18:16:27.443Z | dflt 0.000000000 |
1882 | 2023-11-07T18:16:27.445Z | kflt 0.000000000 |
1883 | 2023-11-07T18:16:27.449Z | lock 0.000000000 |
1884 | 2023-11-07T18:16:27.452Z | slp 0.000000000 |
1885 | 2023-11-07T18:16:27.454Z | lat 0.001603314 |
1886 | 2023-11-07T18:16:27.458Z | stop 0.000281904 |
1887 | 2023-11-07T18:16:27.461Z | + banner caboose-util |
1888 | 2023-11-07T18:16:27.464Z | |
1889 | 2023-11-07T18:16:27.467Z | #### ## ##### #### #### #### ###### # # ##### |
1890 | 2023-11-07T18:16:27.470Z | # # # # # # # # # # # # # # # |
1891 | 2023-11-07T18:16:27.472Z | # # # ##### # # # # #### ##### ##### # # # |
1892 | 2023-11-07T18:16:27.475Z | # ###### # # # # # # # # # # # |
1893 | 2023-11-07T18:16:27.478Z | # # # # # # # # # # # # # # # # |
1894 | 2023-11-07T18:16:27.482Z | #### # # ##### #### #### #### ###### #### # |
1895 | 2023-11-07T18:16:27.485Z | |
1896 | 2023-11-07T18:16:27.488Z | + ptime -m cargo build --locked -p caboose-util --release |
1897 | 2023-11-07T18:16:28.156Z | Downloading crates ... |
1898 | 2023-11-07T18:16:28.443Z | Downloaded packed_struct v0.10.1 |
1899 | 2023-11-07T18:16:28.450Z | Downloaded pkcs1 v0.7.5 |
1900 | 2023-11-07T18:16:28.453Z | Downloaded crc-catalog v2.2.0 |
1901 | 2023-11-07T18:16:28.456Z | Downloaded packed_struct_codegen v0.10.1 |
1902 | 2023-11-07T18:16:28.459Z | Downloaded path-slash v0.1.5 |
1903 | 2023-11-07T18:16:28.461Z | Downloaded array-init v0.0.4 |
1904 | 2023-11-07T18:16:28.464Z | Downloaded nodrop v0.1.14 |
1905 | 2023-11-07T18:16:28.467Z | Downloaded pem-rfc7468 v0.7.0 |
1906 | 2023-11-07T18:16:28.470Z | Downloaded maybe-uninit v2.0.0 |
1907 | 2023-11-07T18:16:28.473Z | Downloaded smallvec v0.6.14 |
1908 | 2023-11-07T18:16:28.476Z | Downloaded crc v3.0.1 |
1909 | 2023-11-07T18:16:28.479Z | Downloaded der_derive v0.7.2 |
1910 | 2023-11-07T18:16:28.482Z | Downloaded flagset v0.4.3 |
1911 | 2023-11-07T18:16:28.485Z | Downloaded bitfield v0.14.0 |
1912 | 2023-11-07T18:16:28.488Z | Downloaded serde-hex v0.1.0 |
1913 | 2023-11-07T18:16:28.491Z | Downloaded env_logger v0.10.0 |
1914 | 2023-11-07T18:16:28.494Z | Downloaded rsa v0.9.2 |
1915 | 2023-11-07T18:16:28.496Z | Downloaded ron v0.8.1 |
1916 | 2023-11-07T18:16:28.505Z | Downloaded x509-cert v0.2.4 |
1917 | 2023-11-07T18:16:28.520Z | Downloaded object v0.30.4 |
1918 | 2023-11-07T18:16:28.537Z | Downloaded num-bigint-dig v0.8.4 |
1919 | 2023-11-07T18:16:28.544Z | Downloaded crc-any v2.4.3 |
1920 | 2023-11-07T18:16:28.712Z | Compiling proc-macro2 v1.0.67 |
1921 | 2023-11-07T18:16:28.715Z | Compiling unicode-ident v1.0.12 |
1922 | 2023-11-07T18:16:28.718Z | Compiling libc v0.2.150 |
1923 | 2023-11-07T18:16:28.721Z | Compiling autocfg v1.1.0 |
1924 | 2023-11-07T18:16:28.733Z | Compiling serde v1.0.188 |
1925 | 2023-11-07T18:16:28.735Z | Compiling cfg-if v1.0.0 |
1926 | 2023-11-07T18:16:28.738Z | Compiling version_check v0.9.4 |
1927 | 2023-11-07T18:16:28.847Z | Compiling parking_lot_core v0.9.8 |
1928 | 2023-11-07T18:16:28.851Z | Compiling syn v1.0.109 |
1929 | 2023-11-07T18:16:29.000Z | Compiling once_cell v1.18.0 |
1930 | 2023-11-07T18:16:29.517Z | Compiling typenum v1.16.0 |
1931 | 2023-11-07T18:16:29.532Z | Compiling libm v0.2.7 |
1932 | 2023-11-07T18:16:29.583Z | Compiling futures-core v0.3.29 |
1933 | 2023-11-07T18:16:29.671Z | Compiling pkg-config v0.3.27 |
1934 | 2023-11-07T18:16:29.829Z | Compiling lock_api v0.4.10 |
1935 | 2023-11-07T18:16:29.998Z | Compiling generic-array v0.14.7 |
1936 | 2023-11-07T18:16:30.042Z | Compiling num-traits v0.2.16 |
1937 | 2023-11-07T18:16:30.413Z | Compiling scopeguard v1.2.0 |
1938 | 2023-11-07T18:16:30.593Z | Compiling slab v0.4.9 |
1939 | 2023-11-07T18:16:30.945Z | Compiling quote v1.0.33 |
1940 | 2023-11-07T18:16:31.027Z | Compiling futures-task v0.3.29 |
1941 | 2023-11-07T18:16:31.216Z | Compiling futures-channel v0.3.29 |
1942 | 2023-11-07T18:16:31.358Z | Compiling serde_json v1.0.108 |
1943 | 2023-11-07T18:16:31.490Z | Compiling syn v2.0.32 |
1944 | 2023-11-07T18:16:31.662Z | Compiling jobserver v0.1.26 |
1945 | 2023-11-07T18:16:31.810Z | Compiling getrandom v0.2.10 |
1946 | 2023-11-07T18:16:31.951Z | Compiling thiserror v1.0.49 |
1947 | 2023-11-07T18:16:32.175Z | Compiling cc v1.0.83 |
1948 | 2023-11-07T18:16:32.447Z | Compiling memchr v2.6.3 |
1949 | 2023-11-07T18:16:32.673Z | Compiling futures-util v0.3.29 |
1950 | 2023-11-07T18:16:32.810Z | Compiling itoa v1.0.9 |
1951 | 2023-11-07T18:16:33.168Z | Compiling ahash v0.8.3 |
1952 | 2023-11-07T18:16:33.273Z | Compiling smallvec v1.11.0 |
1953 | 2023-11-07T18:16:33.660Z | Compiling vcpkg v0.2.15 |
1954 | 2023-11-07T18:16:33.858Z | Compiling log v0.4.20 |
1955 | 2023-11-07T18:16:34.826Z | Compiling byteorder v1.5.0 |
1956 | 2023-11-07T18:16:35.635Z | Compiling rand_core v0.6.4 |
1957 | 2023-11-07T18:16:36.293Z | Compiling pin-project-lite v0.2.13 |
1958 | 2023-11-07T18:16:36.359Z | Compiling parking_lot v0.12.1 |
1959 | 2023-11-07T18:16:36.541Z | Compiling indexmap v1.9.3 |
1960 | 2023-11-07T18:16:36.908Z | Compiling openssl-sys v0.9.93 |
1961 | 2023-11-07T18:16:36.963Z | Compiling ring v0.17.5 |
1962 | 2023-11-07T18:16:38.731Z | Compiling io-lifetimes v1.0.11 |
1963 | 2023-11-07T18:16:39.345Z | Compiling ring v0.16.20 |
1964 | 2023-11-07T18:16:39.582Z | Compiling num-integer v0.1.45 |
1965 | 2023-11-07T18:16:40.007Z | Compiling semver v1.0.20 |
1966 | 2023-11-07T18:16:40.664Z | Compiling const-oid v0.9.5 |
1967 | 2023-11-07T18:16:40.925Z | Compiling ryu v1.0.15 |
1968 | 2023-11-07T18:16:42.384Z | Compiling spin v0.5.2 |
1969 | 2023-11-07T18:16:42.776Z | Compiling rustix v0.37.23 |
1970 | 2023-11-07T18:16:42.918Z | Compiling mio v0.8.8 |
1971 | 2023-11-07T18:16:43.240Z | Compiling num_cpus v1.16.0 |
1972 | 2023-11-07T18:16:43.421Z | Compiling socket2 v0.5.4 |
1973 | 2023-11-07T18:16:43.641Z | Compiling signal-hook-registry v1.4.1 |
1974 | 2023-11-07T18:16:43.813Z | Compiling openssl v0.10.57 |
1975 | 2023-11-07T18:16:44.361Z | Compiling futures-sink v0.3.29 |
1976 | 2023-11-07T18:16:44.383Z | Compiling unicode-xid v0.2.4 |
1977 | 2023-11-07T18:16:44.575Z | Compiling httparse v1.8.0 |
1978 | 2023-11-07T18:16:44.611Z | Compiling ucd-trie v0.1.6 |
1979 | 2023-11-07T18:16:44.647Z | Compiling heck v0.4.1 |
1980 | 2023-11-07T18:16:44.683Z | Compiling synstructure v0.12.6 |
1981 | 2023-11-07T18:16:45.234Z | Compiling tinyvec_macros v0.1.1 |
1982 | 2023-11-07T18:16:45.345Z | Compiling tinyvec v1.6.0 |
1983 | 2023-11-07T18:16:46.440Z | Compiling native-tls v0.2.11 |
1984 | 2023-11-07T18:16:46.914Z | Compiling crc32fast v1.3.2 |
1985 | 2023-11-07T18:16:47.400Z | Compiling futures-io v0.3.29 |
1986 | 2023-11-07T18:16:47.638Z | Compiling pin-utils v0.1.0 |
1987 | 2023-11-07T18:16:47.762Z | Compiling ppv-lite86 v0.2.17 |
1988 | 2023-11-07T18:16:47.865Z | Compiling radium v0.7.0 |
1989 | 2023-11-07T18:16:47.961Z | Compiling rustls v0.21.8 |
1990 | 2023-11-07T18:16:48.363Z | Compiling unicode-normalization v0.1.22 |
1991 | 2023-11-07T18:16:48.450Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1992 | 2023-11-07T18:16:48.529Z | Compiling spin v0.9.8 |
1993 | 2023-11-07T18:16:49.039Z | Compiling rand_chacha v0.3.1 |
1994 | 2023-11-07T18:16:49.109Z | Compiling tracing-core v0.1.31 |
1995 | 2023-11-07T18:16:49.155Z | Compiling unicode-bidi v0.3.13 |
1996 | 2023-11-07T18:16:49.540Z | Compiling subtle v2.5.0 |
1997 | 2023-11-07T18:16:50.048Z | Compiling rand v0.8.5 |
1998 | 2023-11-07T18:16:51.450Z | Compiling errno v0.3.2 |
1999 | 2023-11-07T18:16:51.460Z | Compiling num-iter v0.1.43 |
2000 | 2023-11-07T18:16:51.648Z | Compiling usdt-impl v0.3.5 |
2001 | 2023-11-07T18:16:51.931Z | Compiling base64 v0.21.5 |
2002 | 2023-11-07T18:16:52.137Z | Compiling schemars v0.8.13 |
2003 | 2023-11-07T18:16:52.764Z | Compiling rustix v0.38.9 |
2004 | 2023-11-07T18:16:53.590Z | Compiling serde_derive v1.0.188 |
2005 | 2023-11-07T18:16:53.711Z | Compiling zeroize_derive v1.4.2 |
2006 | 2023-11-07T18:16:53.945Z | Compiling tokio-macros v2.1.0 |
2007 | 2023-11-07T18:16:53.960Z | Compiling thiserror-impl v1.0.49 |
2008 | 2023-11-07T18:16:53.962Z | Compiling futures-macro v0.3.29 |
2009 | 2023-11-07T18:16:53.995Z | Compiling tracing-attributes v0.1.26 |
2010 | 2023-11-07T18:16:55.070Z | Compiling zerocopy-derive v0.2.0 |
2011 | 2023-11-07T18:16:55.375Z | Compiling openssl-macros v0.1.1 |
2012 | 2023-11-07T18:16:55.938Z | Compiling zeroize v1.6.0 |
2013 | 2023-11-07T18:16:56.564Z | Compiling zerocopy-derive v0.6.4 |
2014 | 2023-11-07T18:16:58.612Z | Compiling pest v2.7.2 |
2015 | 2023-11-07T18:16:58.793Z | Compiling crypto-common v0.1.6 |
2016 | 2023-11-07T18:16:59.166Z | Compiling block-buffer v0.10.4 |
2017 | 2023-11-07T18:16:59.475Z | Compiling tracing v0.1.37 |
2018 | 2023-11-07T18:16:59.555Z | Compiling digest v0.10.7 |
2019 | 2023-11-07T18:17:00.285Z | Compiling serde_derive_internals v0.26.0 |
2020 | 2023-11-07T18:17:01.216Z | Compiling fnv v1.0.7 |
2021 | 2023-11-07T18:17:02.194Z | Compiling bitflags v1.3.2 |
2022 | 2023-11-07T18:17:03.508Z | Compiling pest_meta v2.7.2 |
2023 | 2023-11-07T18:17:04.249Z | Compiling schemars_derive v0.8.13 |
2024 | 2023-11-07T18:17:05.641Z | Compiling pest_generator v2.7.2 |
2025 | 2023-11-07T18:17:06.952Z | Compiling zerocopy v0.3.0 |
2026 | 2023-11-07T18:17:07.316Z | Compiling lazy_static v1.4.0 |
2027 | 2023-11-07T18:17:08.673Z | Compiling backtrace v0.3.69 |
2028 | 2023-11-07T18:17:08.684Z | Compiling memoffset v0.9.0 |
2029 | 2023-11-07T18:17:09.076Z | Compiling num-bigint v0.4.4 |
2030 | 2023-11-07T18:17:09.105Z | Compiling smoltcp v0.9.1 |
2031 | 2023-11-07T18:17:09.308Z | Compiling untrusted v0.9.0 |
2032 | 2023-11-07T18:17:09.416Z | Compiling async-trait v0.1.74 |
2033 | 2023-11-07T18:17:09.529Z | Compiling hashbrown v0.12.3 |
2034 | 2023-11-07T18:17:09.857Z | Compiling iana-time-zone v0.1.57 |
2035 | 2023-11-07T18:17:10.100Z | Compiling percent-encoding v2.3.0 |
2036 | 2023-11-07T18:17:10.260Z | Compiling pest_derive v2.7.2 |
2037 | 2023-11-07T18:17:10.396Z | Compiling untrusted v0.7.1 |
2038 | 2023-11-07T18:17:10.600Z | Compiling foreign-types-shared v0.1.1 |
2039 | 2023-11-07T18:17:10.679Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2040 | 2023-11-07T18:17:10.691Z | Compiling crossbeam-utils v0.8.16 |
2041 | 2023-11-07T18:17:10.731Z | Compiling base64ct v1.6.0 |
2042 | 2023-11-07T18:17:11.360Z | Compiling allocator-api2 v0.2.16 |
2043 | 2023-11-07T18:17:11.367Z | Compiling openssl-probe v0.1.5 |
2044 | 2023-11-07T18:17:11.369Z | Compiling dtrace-parser v0.1.14 |
2045 | 2023-11-07T18:17:11.697Z | Compiling pem-rfc7468 v0.7.0 |
2046 | 2023-11-07T18:17:12.070Z | Compiling foreign-types v0.3.2 |
2047 | 2023-11-07T18:17:12.675Z | Compiling hashbrown v0.14.2 |
2048 | 2023-11-07T18:17:13.702Z | Compiling dof v0.1.5 |
2049 | 2023-11-07T18:17:14.147Z | Compiling clap_derive v4.4.2 |
2050 | 2023-11-07T18:17:14.657Z | Compiling der_derive v0.7.2 |
2051 | 2023-11-07T18:17:16.416Z | Compiling bytes v1.5.0 |
2052 | 2023-11-07T18:17:17.237Z | Compiling bitflags v2.4.0 |
2053 | 2023-11-07T18:17:18.181Z | Compiling tokio v1.33.0 |
2054 | 2023-11-07T18:17:18.422Z | Compiling rustc_version v0.4.0 |
2055 | 2023-11-07T18:17:19.393Z | Compiling heapless v0.7.16 |
2056 | 2023-11-07T18:17:19.967Z | Compiling http v0.2.9 |
2057 | 2023-11-07T18:17:20.559Z | Compiling uuid v1.5.0 |
2058 | 2023-11-07T18:17:21.662Z | Compiling chrono v0.4.31 |
2059 | 2023-11-07T18:17:21.771Z | Compiling thread-id v4.2.0 |
2060 | 2023-11-07T18:17:21.913Z | Compiling siphasher v0.3.11 |
2061 | 2023-11-07T18:17:22.008Z | Compiling rustversion v1.0.14 |
2062 | 2023-11-07T18:17:22.553Z | Compiling time-core v0.1.1 |
2063 | 2023-11-07T18:17:22.802Z | Compiling flagset v0.4.3 |
2064 | 2023-11-07T18:17:22.943Z | Compiling equivalent v1.0.1 |
2065 | 2023-11-07T18:17:23.132Z | Compiling anstyle v1.0.2 |
2066 | 2023-11-07T18:17:23.791Z | Compiling try-lock v0.2.4 |
2067 | 2023-11-07T18:17:23.911Z | Compiling utf8parse v0.2.1 |
2068 | 2023-11-07T18:17:23.993Z | Compiling cpufeatures v0.2.9 |
2069 | 2023-11-07T18:17:24.059Z | Compiling adler v1.0.2 |
2070 | 2023-11-07T18:17:24.124Z | Compiling sha2 v0.10.8 |
2071 | 2023-11-07T18:17:24.182Z | Compiling anstyle-parse v0.2.1 |
2072 | 2023-11-07T18:17:24.492Z | Compiling miniz_oxide v0.7.1 |
2073 | 2023-11-07T18:17:24.805Z | Compiling want v0.3.1 |
2074 | 2023-11-07T18:17:26.666Z | Compiling der v0.7.8 |
2075 | 2023-11-07T18:17:26.788Z | Compiling indexmap v2.1.0 |
2076 | 2023-11-07T18:17:27.586Z | Compiling time-macros v0.2.13 |
2077 | 2023-11-07T18:17:28.910Z | Compiling http-body v0.4.5 |
2078 | 2023-11-07T18:17:30.745Z | Compiling tokio-util v0.7.10 |
2079 | 2023-11-07T18:17:32.544Z | Compiling h2 v0.3.21 |
2080 | 2023-11-07T18:17:33.497Z | Compiling serde_tokenstream v0.1.7 |
2081 | 2023-11-07T18:17:34.591Z | Compiling sct v0.7.0 |
2082 | 2023-11-07T18:17:36.298Z | Compiling form_urlencoded v1.2.0 |
2083 | 2023-11-07T18:17:36.750Z | Compiling hubpack_derive v0.1.1 |
2084 | 2023-11-07T18:17:38.199Z | Compiling socket2 v0.4.9 |
2085 | 2023-11-07T18:17:38.204Z | Compiling crossbeam-epoch v0.9.15 |
2086 | 2023-11-07T18:17:38.895Z | Compiling colorchoice v1.0.0 |
2087 | 2023-11-07T18:17:39.153Z | Compiling tower-service v0.3.2 |
2088 | 2023-11-07T18:17:39.318Z | Compiling slog v2.7.0 |
2089 | 2023-11-07T18:17:40.362Z | Compiling anstyle-query v1.0.0 |
2090 | 2023-11-07T18:17:40.546Z | Compiling httpdate v1.0.3 |
2091 | 2023-11-07T18:17:40.808Z | Compiling anyhow v1.0.75 |
2092 | 2023-11-07T18:17:40.923Z | Compiling tap v1.0.1 |
2093 | 2023-11-07T18:17:41.313Z | Compiling wyz v0.5.1 |
2094 | 2023-11-07T18:17:41.859Z | Compiling anstream v0.5.0 |
2095 | 2023-11-07T18:17:44.305Z | Compiling hyper v0.14.27 |
2096 | 2023-11-07T18:17:49.039Z | Compiling terminal_size v0.2.6 |
2097 | 2023-11-07T18:17:49.386Z | Compiling spki v0.7.2 |
2098 | 2023-11-07T18:17:49.928Z | Compiling rustls-pemfile v1.0.3 |
2099 | 2023-11-07T18:17:50.234Z | Compiling hmac v0.12.1 |
2100 | 2023-11-07T18:17:50.432Z | Compiling md-5 v0.10.5 |
2101 | 2023-11-07T18:17:50.830Z | Compiling zerocopy v0.6.4 |
2102 | 2023-11-07T18:17:51.180Z | Compiling stringprep v0.1.3 |
2103 | 2023-11-07T18:17:51.650Z | Compiling idna v0.4.0 |
2104 | 2023-11-07T18:17:52.618Z | Compiling diesel_table_macro_syntax v0.1.0 |
2105 | 2023-11-07T18:17:52.635Z | Compiling hash32 v0.2.1 |
2106 | 2023-11-07T18:17:53.184Z | Compiling aho-corasick v1.0.4 |
2107 | 2023-11-07T18:17:53.225Z | Compiling clap_lex v0.5.1 |
2108 | 2023-11-07T18:17:54.115Z | Compiling gimli v0.28.0 |
2109 | 2023-11-07T18:17:54.372Z | Compiling fallible-iterator v0.2.0 |
2110 | 2023-11-07T18:17:55.405Z | Compiling dyn-clone v1.0.13 |
2111 | 2023-11-07T18:17:55.601Z | Compiling strsim v0.10.0 |
2112 | 2023-11-07T18:17:55.634Z | Compiling stable_deref_trait v1.2.0 |
2113 | 2023-11-07T18:17:55.770Z | Compiling funty v2.0.0 |
2114 | 2023-11-07T18:17:58.605Z | Compiling maybe-uninit v2.0.0 |
2115 | 2023-11-07T18:17:59.443Z | Compiling regex-syntax v0.8.2 |
2116 | 2023-11-07T18:17:59.470Z | Compiling either v1.9.0 |
2117 | 2023-11-07T18:18:00.442Z | Compiling bitvec v1.0.1 |
2118 | 2023-11-07T18:18:00.674Z | Compiling clap_builder v4.4.2 |
2119 | 2023-11-07T18:18:01.927Z | Compiling addr2line v0.21.0 |
2120 | 2023-11-07T18:18:02.262Z | Compiling postgres-protocol v0.6.6 |
2121 | 2023-11-07T18:18:02.853Z | Compiling url v2.4.1 |
2122 | 2023-11-07T18:18:02.991Z | Compiling diesel_derives v2.1.1 |
2123 | 2023-11-07T18:18:05.625Z | Compiling regex-automata v0.4.3 |
2124 | 2023-11-07T18:18:06.992Z | Compiling strum_macros v0.25.2 |
2125 | 2023-11-07T18:18:09.434Z | Compiling rustls-native-certs v0.6.3 |
2126 | 2023-11-07T18:18:10.237Z | Compiling tokio-native-tls v0.3.1 |
2127 | 2023-11-07T18:18:11.798Z | Compiling usdt-macro v0.3.5 |
2128 | 2023-11-07T18:18:13.252Z | Compiling usdt-attr-macro v0.3.5 |
2129 | 2023-11-07T18:18:15.400Z | Compiling phf_shared v0.11.2 |
2130 | 2023-11-07T18:18:15.579Z | Compiling serde_spanned v0.6.4 |
2131 | 2023-11-07T18:18:15.940Z | Compiling toml_datetime v0.6.5 |
2132 | 2023-11-07T18:18:16.712Z | Compiling block-padding v0.3.3 |
2133 | 2023-11-07T18:18:16.785Z | Compiling enum-as-inner v0.5.1 |
2134 | 2023-11-07T18:18:17.067Z | Compiling serde_repr v0.1.16 |
2135 | 2023-11-07T18:18:18.413Z | Compiling scheduled-thread-pool v0.2.7 |
2136 | 2023-11-07T18:18:18.850Z | Compiling object v0.32.1 |
2137 | 2023-11-07T18:18:19.789Z | Compiling regex-automata v0.1.10 |
2138 | 2023-11-07T18:18:20.617Z | Compiling rustc-demangle v0.1.23 |
2139 | 2023-11-07T18:18:21.926Z | Compiling packed_struct v0.10.1 |
2140 | 2023-11-07T18:18:22.007Z | Compiling winnow v0.5.15 |
2141 | 2023-11-07T18:18:22.551Z | Compiling num-bigint-dig v0.8.4 |
2142 | 2023-11-07T18:18:22.834Z | Compiling ipnet v2.8.0 |
2143 | 2023-11-07T18:18:22.980Z | Compiling managed v0.8.0 |
2144 | 2023-11-07T18:18:23.726Z | Compiling bit-vec v0.6.3 |
2145 | 2023-11-07T18:18:24.649Z | Compiling deranged v0.3.8 |
2146 | 2023-11-07T18:18:26.310Z | Compiling num_threads v0.1.6 |
2147 | 2023-11-07T18:18:26.485Z | Compiling matches v0.1.10 |
2148 | 2023-11-07T18:18:26.617Z | Compiling idna v0.2.3 |
2149 | 2023-11-07T18:18:27.772Z | Compiling time v0.3.27 |
2150 | 2023-11-07T18:18:27.987Z | Compiling toml_edit v0.19.15 |
2151 | 2023-11-07T18:18:36.282Z | Compiling bstr v0.2.17 |
2152 | 2023-11-07T18:18:36.797Z | Compiling r2d2 v0.8.10 |
2153 | 2023-11-07T18:18:38.660Z | Compiling inout v0.1.3 |
2154 | 2023-11-07T18:18:40.022Z | Compiling phf v0.11.2 |
2155 | 2023-11-07T18:18:40.394Z | Compiling regex v1.10.2 |
2156 | 2023-11-07T18:18:40.467Z | Compiling hyper-tls v0.5.0 |
2157 | 2023-11-07T18:18:40.853Z | Compiling clap v4.4.3 |
2158 | 2023-11-07T18:18:40.976Z | Compiling flate2 v1.0.28 |
2159 | 2023-11-07T18:18:41.011Z | Compiling ipnetwork v0.20.0 |
2160 | 2023-11-07T18:18:42.154Z | Compiling postgres-types v0.2.6 |
2161 | 2023-11-07T18:18:42.344Z | Compiling itertools v0.11.0 |
2162 | 2023-11-07T18:18:42.557Z | Compiling pkcs8 v0.10.2 |
2163 | 2023-11-07T18:18:44.941Z | Compiling hubpack v0.1.2 |
2164 | 2023-11-07T18:18:44.962Z | Compiling serde_urlencoded v0.7.1 |
2165 | 2023-11-07T18:18:45.617Z | Compiling phf_shared v0.10.0 |
2166 | 2023-11-07T18:18:46.186Z | Compiling futures-executor v0.3.29 |
2167 | 2023-11-07T18:18:47.068Z | Compiling signature v2.1.0 |
2168 | 2023-11-07T18:18:47.742Z | Compiling packed_struct_codegen v0.10.1 |
2169 | 2023-11-07T18:18:48.826Z | Compiling float-cmp v0.9.0 |
2170 | 2023-11-07T18:18:49.711Z | Compiling encoding_rs v0.8.33 |
2171 | 2023-11-07T18:18:49.858Z | Compiling mime v0.3.17 |
2172 | 2023-11-07T18:18:52.307Z | Compiling regex-automata v0.3.8 |
2173 | 2023-11-07T18:18:52.778Z | Compiling crc-catalog v2.2.0 |
2174 | 2023-11-07T18:18:52.800Z | Compiling static_assertions v1.1.0 |
2175 | 2023-11-07T18:18:52.935Z | Compiling normalize-line-endings v0.3.0 |
2176 | 2023-11-07T18:18:53.098Z | Compiling webpki-roots v0.25.2 |
2177 | 2023-11-07T18:18:53.155Z | Compiling unicode-width v0.1.11 |
2178 | 2023-11-07T18:18:53.387Z | Compiling data-encoding v2.4.0 |
2179 | 2023-11-07T18:18:56.110Z | Compiling predicates-core v1.0.6 |
2180 | 2023-11-07T18:18:56.335Z | Compiling nodrop v0.1.14 |
2181 | 2023-11-07T18:18:56.350Z | Compiling whoami v1.4.1 |
2182 | 2023-11-07T18:18:56.505Z | Compiling fixedbitset v0.4.2 |
2183 | 2023-11-07T18:18:56.575Z | Compiling unicode-segmentation v1.10.1 |
2184 | 2023-11-07T18:18:57.127Z | Compiling difflib v0.4.0 |
2185 | 2023-11-07T18:18:58.041Z | Compiling precomputed-hash v0.1.1 |
2186 | 2023-11-07T18:18:58.506Z | Compiling new_debug_unreachable v1.0.4 |
2187 | 2023-11-07T18:18:58.631Z | Compiling string_cache v0.8.7 |
2188 | 2023-11-07T18:19:03.159Z | Compiling predicates v3.0.4 |
2189 | 2023-11-07T18:19:04.277Z | Compiling similar v2.2.1 |
2190 | 2023-11-07T18:19:04.490Z | Compiling petgraph v0.6.4 |
2191 | 2023-11-07T18:19:05.623Z | Compiling tokio-postgres v0.7.10 |
2192 | 2023-11-07T18:19:07.689Z | Compiling array-init v0.0.4 |
2193 | 2023-11-07T18:19:09.788Z | Compiling bstr v1.6.0 |
2194 | 2023-11-07T18:19:11.110Z | Compiling trust-dns-proto v0.22.0 |
2195 | 2023-11-07T18:19:11.188Z | Compiling console v0.15.7 |
2196 | 2023-11-07T18:19:12.229Z | Compiling crc v3.0.1 |
2197 | 2023-11-07T18:19:13.278Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2198 | 2023-11-07T18:19:23.925Z | Compiling futures v0.3.29 |
2199 | 2023-11-07T18:19:26.123Z | Compiling yasna v0.5.2 |
2200 | 2023-11-07T18:19:26.516Z | Compiling pkcs1 v0.7.5 |
2201 | 2023-11-07T18:19:26.893Z | Compiling smallvec v0.6.14 |
2202 | 2023-11-07T18:19:27.629Z | Compiling diesel v2.1.3 |
2203 | 2023-11-07T18:19:27.962Z | Compiling cipher v0.4.4 |
2204 | 2023-11-07T18:19:32.711Z | Compiling toml v0.7.8 |
2205 | 2023-11-07T18:19:33.912Z | Compiling bit-set v0.5.3 |
2206 | 2023-11-07T18:19:34.300Z | Compiling usdt v0.3.5 |
2207 | 2023-11-07T18:19:34.670Z | Compiling is-terminal v0.4.9 |
2208 | 2023-11-07T18:19:36.015Z | Compiling itertools v0.10.5 |
2209 | 2023-11-07T18:19:37.253Z | Compiling tokio-stream v0.1.14 |
2210 | 2023-11-07T18:19:37.888Z | Compiling openapiv3 v1.0.3 |
2211 | 2023-11-07T18:19:38.787Z | Compiling hex v0.4.3 |
2212 | 2023-11-07T18:19:41.105Z | Compiling hashbrown v0.13.2 |
2213 | 2023-11-07T18:19:45.306Z | Compiling regex-syntax v0.6.29 |
2214 | 2023-11-07T18:19:45.391Z | Compiling lalrpop-util v0.19.12 |
2215 | 2023-11-07T18:19:49.873Z | Compiling bitfield v0.14.0 |
2216 | 2023-11-07T18:19:50.476Z | Compiling termcolor v1.2.0 |
2217 | 2023-11-07T18:19:52.603Z | Compiling env_logger v0.10.0 |
2218 | 2023-11-07T18:19:56.460Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2219 | 2023-11-07T18:20:13.849Z | Compiling rsa v0.9.2 |
2220 | 2023-11-07T18:20:14.706Z | Compiling serde-hex v0.1.0 |
2221 | 2023-11-07T18:20:21.582Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2222 | 2023-11-07T18:20:25.260Z | Compiling x509-cert v0.2.4 |
2223 | 2023-11-07T18:20:26.970Z | Compiling ron v0.8.1 |
2224 | 2023-11-07T18:20:39.268Z | Compiling crc-any v2.4.3 |
2225 | 2023-11-07T18:20:44.743Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2226 | 2023-11-07T18:20:54.812Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2227 | 2023-11-07T18:21:04.305Z | Compiling object v0.30.4 |
2228 | 2023-11-07T18:21:13.039Z | Compiling path-slash v0.1.5 |
2229 | 2023-11-07T18:21:23.841Z | Compiling bzip2 v0.4.4 |
2230 | 2023-11-07T18:21:24.170Z | Compiling zip v0.6.6 |
2231 | 2023-11-07T18:21:26.643Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2232 | 2023-11-07T18:21:43.072Z | Compiling rustls-webpki v0.101.7 |
2233 | 2023-11-07T18:21:49.520Z | Compiling tokio-rustls v0.24.1 |
2234 | 2023-11-07T18:21:50.045Z | Compiling hyper-rustls v0.24.2 |
2235 | 2023-11-07T18:21:50.716Z | Compiling reqwest v0.11.20 |
2236 | 2023-11-07T18:22:04.803Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2237 | 2023-11-07T18:22:16.833Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2238 | 2023-11-07T18:22:16.938Z | Finished release [optimized] target(s) in 5m 48s |
2239 | 2023-11-07T18:22:16.946Z | |
2240 | 2023-11-07T18:22:16.958Z | real 5:48.918081214 |
2241 | 2023-11-07T18:22:16.961Z | user 40:50.719097062 |
2242 | 2023-11-07T18:22:16.968Z | sys 3:47.779721938 |
2243 | 2023-11-07T18:22:16.975Z | trap 1.679786591 |
2244 | 2023-11-07T18:22:16.983Z | tflt 1.124058730 |
2245 | 2023-11-07T18:22:16.987Z | dflt 0.902747112 |
2246 | 2023-11-07T18:22:16.993Z | kflt 0.000168425 |
2247 | 2023-11-07T18:22:16.996Z | lock 1:26:34.458826719 |
2248 | 2023-11-07T18:22:17.002Z | slp 2:50:48.143062787 |
2249 | 2023-11-07T18:22:17.006Z | lat 1:40.497283650 |
2250 | 2023-11-07T18:22:17.009Z | stop 1:39.091758205 |
2251 | 2023-11-07T18:22:17.083Z | + ptime -m gzip |
2252 | 2023-11-07T18:22:17.091Z | |
2253 | 2023-11-07T18:22:17.094Z | real 0.657596069 |
2254 | 2023-11-07T18:22:17.097Z | user 0.650069587 |
2255 | 2023-11-07T18:22:17.105Z | sys 0.006793365 |
2256 | 2023-11-07T18:22:17.124Z | trap 0.000087484 |
2257 | 2023-11-07T18:22:17.130Z | tflt 0.000000000 |
2258 | 2023-11-07T18:22:17.134Z | dflt 0.000000000 |
2259 | 2023-11-07T18:22:17.143Z | kflt 0.000000000 |
2260 | 2023-11-07T18:22:17.162Z | lock 0.000000000 |
2261 | 2023-11-07T18:22:17.173Z | slp 0.000000000 |
2262 | 2023-11-07T18:22:17.177Z | lat 0.000291018 |
2263 | 2023-11-07T18:22:17.180Z | stop 0.000230849 |
2264 | 2023-11-07T18:22:17.185Z | + banner tufaceous |
2265 | 2023-11-07T18:22:17.188Z | |
2266 | 2023-11-07T18:22:17.198Z | ##### # # ###### ## #### ###### #### # # #### |
2267 | 2023-11-07T18:22:17.201Z | # # # # # # # # # # # # # # |
2268 | 2023-11-07T18:22:17.219Z | # # # ##### # # # ##### # # # # #### |
2269 | 2023-11-07T18:22:17.226Z | # # # # ###### # # # # # # # |
2270 | 2023-11-07T18:22:17.235Z | # # # # # # # # # # # # # # # |
2271 | 2023-11-07T18:22:17.259Z | # #### # # # #### ###### #### #### #### |
2272 | 2023-11-07T18:22:17.269Z | |
2273 | 2023-11-07T18:22:17.279Z | + ptime -m cargo build --locked -p tufaceous --release |
2274 | 2023-11-07T18:22:17.743Z | Downloading crates ... |
2275 | 2023-11-07T18:22:18.128Z | Downloaded snafu-derive v0.7.5 |
2276 | 2023-11-07T18:22:18.135Z | Downloaded olpc-cjson v0.1.3 |
2277 | 2023-11-07T18:22:18.159Z | Downloaded snafu v0.7.5 |
2278 | 2023-11-07T18:22:18.191Z | Downloaded doc-comment v0.3.3 |
2279 | 2023-11-07T18:22:18.218Z | Downloaded bytesize v1.3.0 |
2280 | 2023-11-07T18:22:18.237Z | Downloaded serde_plain v1.0.2 |
2281 | 2023-11-07T18:22:18.240Z | Downloaded path-absolutize v3.1.0 |
2282 | 2023-11-07T18:22:18.243Z | Downloaded fs-err v2.9.0 |
2283 | 2023-11-07T18:22:18.262Z | Downloaded globset v0.4.13 |
2284 | 2023-11-07T18:22:18.275Z | Downloaded buf-list v1.0.3 |
2285 | 2023-11-07T18:22:18.286Z | Downloaded path-dedot v3.1.0 |
2286 | 2023-11-07T18:22:18.296Z | Downloaded tough v0.14.0 |
2287 | 2023-11-07T18:22:18.330Z | Compiling serde_tokenstream v0.2.0 |
2288 | 2023-11-07T18:22:18.353Z | Compiling regress v0.7.1 |
2289 | 2023-11-07T18:22:18.386Z | Compiling dirs-sys-next v0.1.2 |
2290 | 2023-11-07T18:22:18.408Z | Compiling ident_case v1.0.1 |
2291 | 2023-11-07T18:22:18.422Z | Compiling thread_local v1.1.7 |
2292 | 2023-11-07T18:22:18.427Z | Compiling slog-async v2.8.0 |
2293 | 2023-11-07T18:22:18.437Z | Compiling camino v1.1.6 |
2294 | 2023-11-07T18:22:18.598Z | Compiling dirs-next v2.0.0 |
2295 | 2023-11-07T18:22:18.951Z | Compiling darling_core v0.20.3 |
2296 | 2023-11-07T18:22:19.022Z | Compiling heck v0.4.1 |
2297 | 2023-11-07T18:22:19.219Z | Compiling term v0.7.0 |
2298 | 2023-11-07T18:22:19.279Z | Compiling crossbeam-channel v0.5.8 |
2299 | 2023-11-07T18:22:20.062Z | Compiling getopts v0.2.21 |
2300 | 2023-11-07T18:22:20.151Z | Compiling structmeta-derive v0.2.0 |
2301 | 2023-11-07T18:22:21.075Z | Compiling atty v0.2.14 |
2302 | 2023-11-07T18:22:21.087Z | Compiling multer v2.1.0 |
2303 | 2023-11-07T18:22:21.272Z | Compiling unsafe-libyaml v0.2.9 |
2304 | 2023-11-07T18:22:21.529Z | Compiling paste v1.0.14 |
2305 | 2023-11-07T18:22:22.085Z | Compiling match_cfg v0.1.0 |
2306 | 2023-11-07T18:22:22.191Z | Compiling take_mut v0.2.2 |
2307 | 2023-11-07T18:22:22.217Z | Compiling doc-comment v0.3.3 |
2308 | 2023-11-07T18:22:23.182Z | Compiling hostname v0.3.1 |
2309 | 2023-11-07T18:22:23.559Z | Compiling serde_yaml v0.9.25 |
2310 | 2023-11-07T18:22:24.247Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2311 | 2023-11-07T18:22:26.481Z | Compiling structmeta v0.2.0 |
2312 | 2023-11-07T18:22:27.261Z | Compiling slog-term v2.9.0 |
2313 | 2023-11-07T18:22:28.133Z | Compiling darling_macro v0.20.3 |
2314 | 2023-11-07T18:22:29.578Z | Compiling darling v0.20.3 |
2315 | 2023-11-07T18:22:29.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2316 | 2023-11-07T18:22:29.778Z | Compiling slog-json v2.6.1 |
2317 | 2023-11-07T18:22:29.992Z | Compiling async-stream-impl v0.3.5 |
2318 | 2023-11-07T18:22:30.455Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2319 | 2023-11-07T18:22:30.599Z | Compiling fastrand v2.0.0 |
2320 | 2023-11-07T18:22:30.918Z | Compiling atomic-waker v1.1.1 |
2321 | 2023-11-07T18:22:31.183Z | Compiling regex-syntax v0.7.5 |
2322 | 2023-11-07T18:22:31.265Z | Compiling tempfile v3.8.0 |
2323 | 2023-11-07T18:22:31.716Z | Compiling waitgroup v0.1.2 |
2324 | 2023-11-07T18:22:31.962Z | Compiling async-stream v0.3.5 |
2325 | 2023-11-07T18:22:32.175Z | Compiling slog-bunyan v2.4.0 |
2326 | 2023-11-07T18:22:32.364Z | Compiling serde_with_macros v2.3.3 |
2327 | 2023-11-07T18:22:34.412Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2328 | 2023-11-07T18:22:34.585Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2329 | 2023-11-07T18:22:36.285Z | Compiling toml_edit v0.20.7 |
2330 | 2023-11-07T18:22:36.703Z | Compiling sha1 v0.10.5 |
2331 | 2023-11-07T18:22:36.989Z | Compiling snafu-derive v0.7.5 |
2332 | 2023-11-07T18:22:37.438Z | Compiling serde_path_to_error v0.1.14 |
2333 | 2023-11-07T18:22:37.700Z | Compiling path-dedot v3.1.0 |
2334 | 2023-11-07T18:22:38.029Z | Compiling instant v0.1.12 |
2335 | 2023-11-07T18:22:38.261Z | Compiling base64 v0.13.1 |
2336 | 2023-11-07T18:22:38.276Z | Compiling arc-swap v1.6.0 |
2337 | 2023-11-07T18:22:39.156Z | Compiling debug-ignore v1.0.5 |
2338 | 2023-11-07T18:22:39.569Z | Compiling buf-list v1.0.3 |
2339 | 2023-11-07T18:22:39.582Z | Compiling same-file v1.0.6 |
2340 | 2023-11-07T18:22:39.965Z | Compiling walkdir v2.4.0 |
2341 | 2023-11-07T18:22:40.267Z | Compiling slog-scope v4.4.0 |
2342 | 2023-11-07T18:22:41.478Z | Compiling parse-display-derive v0.8.2 |
2343 | 2023-11-07T18:22:41.723Z | Compiling toml v0.8.6 |
2344 | 2023-11-07T18:22:42.345Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2345 | 2023-11-07T18:22:42.876Z | Compiling pem v1.1.1 |
2346 | 2023-11-07T18:22:45.091Z | Compiling snafu v0.7.5 |
2347 | 2023-11-07T18:22:45.315Z | Compiling backoff v0.4.0 |
2348 | 2023-11-07T18:22:45.891Z | Compiling path-absolutize v3.1.0 |
2349 | 2023-11-07T18:22:46.171Z | Compiling serde_with v2.3.3 |
2350 | 2023-11-07T18:22:47.128Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2351 | 2023-11-07T18:22:47.789Z | Compiling parse-display v0.8.2 |
2352 | 2023-11-07T18:22:48.074Z | Compiling globset v0.4.13 |
2353 | 2023-11-07T18:22:48.204Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2354 | 2023-11-07T18:22:48.432Z | Compiling strum v0.25.0 |
2355 | 2023-11-07T18:22:48.698Z | Compiling olpc-cjson v0.1.3 |
2356 | 2023-11-07T18:22:49.150Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2357 | 2023-11-07T18:22:49.336Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2358 | 2023-11-07T18:22:50.885Z | Compiling serde_plain v1.0.2 |
2359 | 2023-11-07T18:22:51.760Z | Compiling macaddr v1.0.1 |
2360 | 2023-11-07T18:22:52.959Z | Compiling filetime v0.2.22 |
2361 | 2023-11-07T18:22:53.464Z | Compiling xattr v1.0.1 |
2362 | 2023-11-07T18:22:53.905Z | Compiling tar v0.4.40 |
2363 | 2023-11-07T18:22:53.946Z | Compiling tough v0.14.0 |
2364 | 2023-11-07T18:23:00.210Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2365 | 2023-11-07T18:23:02.810Z | Compiling slog-stdlog v4.1.1 |
2366 | 2023-11-07T18:23:04.316Z | Compiling camino-tempfile v1.0.2 |
2367 | 2023-11-07T18:23:05.215Z | Compiling bytesize v1.3.0 |
2368 | 2023-11-07T18:23:05.574Z | Compiling fs-err v2.9.0 |
2369 | 2023-11-07T18:23:06.197Z | Compiling slog-envlogger v2.2.0 |
2370 | 2023-11-07T18:23:06.941Z | Compiling humantime v2.1.0 |
2371 | 2023-11-07T18:23:28.225Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2372 | 2023-11-07T18:23:28.448Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2373 | 2023-11-07T18:23:40.951Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2374 | 2023-11-07T18:23:43.321Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2375 | 2023-11-07T18:24:07.893Z | Finished release [optimized] target(s) in 1m 50s |
2376 | 2023-11-07T18:24:07.984Z | |
2377 | 2023-11-07T18:24:07.989Z | real 1:50.956269912 |
2378 | 2023-11-07T18:24:07.992Z | user 12:03.009651745 |
2379 | 2023-11-07T18:24:07.995Z | sys 43.627475877 |
2380 | 2023-11-07T18:24:07.998Z | trap 0.448929517 |
2381 | 2023-11-07T18:24:08.002Z | tflt 0.286110030 |
2382 | 2023-11-07T18:24:08.005Z | dflt 0.591882280 |
2383 | 2023-11-07T18:24:08.008Z | kflt 0.000972191 |
2384 | 2023-11-07T18:24:08.011Z | lock 25:56.666737927 |
2385 | 2023-11-07T18:24:08.014Z | slp 27:06.056602122 |
2386 | 2023-11-07T18:24:08.018Z | lat 22.032500934 |
2387 | 2023-11-07T18:24:08.022Z | stop 13.546894102 |
2388 | 2023-11-07T18:24:08.031Z | + ptime -m gzip |
2389 | 2023-11-07T18:24:10.285Z | |
2390 | 2023-11-07T18:24:10.289Z | real 2.296081375 |
2391 | 2023-11-07T18:24:10.293Z | user 2.269374951 |
2392 | 2023-11-07T18:24:10.306Z | sys 0.025965843 |
2393 | 2023-11-07T18:24:10.311Z | trap 0.000223179 |
2394 | 2023-11-07T18:24:10.314Z | tflt 0.000000000 |
2395 | 2023-11-07T18:24:10.317Z | dflt 0.000000000 |
2396 | 2023-11-07T18:24:10.320Z | kflt 0.000000000 |
2397 | 2023-11-07T18:24:10.323Z | lock 0.000000000 |
2398 | 2023-11-07T18:24:10.326Z | slp 0.000000000 |
2399 | 2023-11-07T18:24:10.329Z | lat 0.000179205 |
2400 | 2023-11-07T18:24:10.332Z | stop 0.000233357 |
2401 | 2023-11-07T18:24:10.335Z | process exited: duration 1253796 ms, exit code 0 |
|
2402 | 2023-11-07T18:24:10.356Z | found 5 output files |
2403 | 2023-11-07T18:24:10.389Z | uploading: /work/end-to-end-tests/bootstrap-750ee284a2fe677d.gz (6358525 bytes) |
2404 | 2023-11-07T18:24:13.715Z | uploaded: /work/end-to-end-tests/bootstrap-750ee284a2fe677d.gz |
2405 | 2023-11-07T18:24:13.727Z | uploading: /work/end-to-end-tests/bootstrap.gz (99252164 bytes) |
2406 | 2023-11-07T18:24:51.050Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2407 | 2023-11-07T18:24:51.058Z | uploading: /work/end-to-end-tests/end_to_end_tests-13628b0bfef9b756.gz (113697426 bytes) |
2408 | 2023-11-07T18:25:42.411Z | uploaded: /work/end-to-end-tests/end_to_end_tests-13628b0bfef9b756.gz |
2409 | 2023-11-07T18:25:42.430Z | uploading: /work/caboose-util.gz (4106011 bytes) |
2410 | 2023-11-07T18:25:45.287Z | uploaded: /work/caboose-util.gz |
2411 | 2023-11-07T18:25:45.294Z | uploading: /work/tufaceous.gz (14678000 bytes) |
2412 | 2023-11-07T18:25:53.835Z | uploaded: /work/tufaceous.gz |