|
|
|
1 | 2023-10-24T00:14:12.295Z | job assigned to worker 01HDFGDG3EWFETFSJ3RYHGF5Q3 (queued for 1 m 39 s) |
|
2 | 2023-10-24T00:14:13.077Z | starting task 0: "setup" |
3 | 2023-10-24T00:14:13.377Z | ++ uname -s |
4 | 2023-10-24T00:14:13.388Z | + kern=SunOS |
5 | 2023-10-24T00:14:13.391Z | + case "$kern" in |
6 | 2023-10-24T00:14:13.402Z | + groupadd -g 12345 build |
7 | 2023-10-24T00:14:13.405Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-24T00:14:15.396Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-24T00:14:15.631Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-24T00:14:15.636Z | + home_fs=zfs |
11 | 2023-10-24T00:14:15.639Z | + [[ zfs == autofs ]] |
12 | 2023-10-24T00:14:15.644Z | + mkdir -p /home/build |
13 | 2023-10-24T00:14:15.648Z | + chown build:build /home/build /work |
14 | 2023-10-24T00:14:17.639Z | + chmod 0700 /home/build /work |
15 | 2023-10-24T00:14:17.645Z | process exited: duration 4558 ms, exit code 0 |
|
16 | 2023-10-24T00:14:17.656Z | starting task 1: "rust-toolchain" |
17 | 2023-10-24T00:14:17.673Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-24T00:14:17.677Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-24T00:14:17.846Z | info: downloading installer |
20 | 2023-10-24T00:14:21.882Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-24T00:14:21.885Z | warning: /opt/ooce/bin |
22 | 2023-10-24T00:14:21.889Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-24T00:14:21.892Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-24T00:14:21.895Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-24T00:14:21.898Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-24T00:14:21.901Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-24T00:14:21.904Z | error: cannot install while Rust is installed |
28 | 2023-10-24T00:14:21.907Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-24T00:14:22.718Z | info: profile set to 'default' |
30 | 2023-10-24T00:14:22.724Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-24T00:14:22.730Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-24T00:14:22.940Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-24T00:14:22.943Z | info: downloading component 'cargo' |
34 | 2023-10-24T00:14:23.817Z | info: downloading component 'clippy' |
35 | 2023-10-24T00:14:24.118Z | info: downloading component 'rust-docs' |
36 | 2023-10-24T00:14:25.199Z | info: downloading component 'rust-std' |
37 | 2023-10-24T00:14:27.580Z | info: downloading component 'rustc' |
38 | 2023-10-24T00:14:31.931Z | info: downloading component 'rustfmt' |
39 | 2023-10-24T00:14:32.162Z | info: installing component 'cargo' |
40 | 2023-10-24T00:14:34.504Z | info: installing component 'clippy' |
41 | 2023-10-24T00:14:35.796Z | info: installing component 'rust-docs' |
42 | 2023-10-24T00:14:38.612Z | info: installing component 'rust-std' |
43 | 2023-10-24T00:14:43.241Z | info: installing component 'rustc' |
44 | 2023-10-24T00:14:54.718Z | info: installing component 'rustfmt' |
45 | 2023-10-24T00:14:55.178Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-24T00:14:55.181Z | |
47 | 2023-10-24T00:14:55.329Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-24T00:14:55.332Z | |
49 | 2023-10-24T00:14:55.335Z | |
50 | 2023-10-24T00:14:55.338Z | Rust is installed now. Great! |
51 | 2023-10-24T00:14:55.341Z | |
52 | 2023-10-24T00:14:55.344Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-24T00:14:55.348Z | environment variable. This has not been done automatically. |
54 | 2023-10-24T00:14:55.351Z | |
55 | 2023-10-24T00:14:55.354Z | To configure your current shell, run: |
56 | 2023-10-24T00:14:55.357Z | source "$HOME/.cargo/env" |
57 | 2023-10-24T00:14:55.413Z | + rustc --version |
58 | 2023-10-24T00:14:55.529Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-24T00:14:55.540Z | process exited: duration 37865 ms, exit code 0 |
|
60 | 2023-10-24T00:14:55.598Z | starting task 2: "authentication" |
61 | 2023-10-24T00:14:56.098Z | process exited: duration 492 ms, exit code 0 |
|
62 | 2023-10-24T00:14:56.112Z | starting task 3: "clone repository" |
63 | 2023-10-24T00:14:56.128Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-24T00:14:56.132Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-24T00:14:56.183Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-24T00:15:02.833Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-24T00:15:02.837Z | + [[ -n luqmana/port-config-vid ]] |
68 | 2023-10-24T00:15:02.841Z | + git fetch origin luqmana/port-config-vid |
69 | 2023-10-24T00:15:03.221Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-24T00:15:03.225Z | * branch luqmana/port-config-vid -> FETCH_HEAD |
71 | 2023-10-24T00:15:03.231Z | + git checkout -B luqmana/port-config-vid remotes/origin/luqmana/port-config-vid |
72 | 2023-10-24T00:15:03.320Z | Switched to a new branch 'luqmana/port-config-vid' |
73 | 2023-10-24T00:15:03.324Z | branch 'luqmana/port-config-vid' set up to track 'origin/luqmana/port-config-vid'. |
74 | 2023-10-24T00:15:03.327Z | + git reset --hard e26db074eed419b6394dc56e4c24d6ec5701cc3d |
75 | 2023-10-24T00:15:03.462Z | HEAD is now at e26db074 wicket: display vlan ids |
76 | 2023-10-24T00:15:03.468Z | process exited: duration 7347 ms, exit code 0 |
|
77 | 2023-10-24T00:15:03.475Z | starting task 4: "build" |
78 | 2023-10-24T00:15:03.493Z | + cargo --version |
79 | 2023-10-24T00:15:03.572Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-24T00:15:03.575Z | + rustc --version |
81 | 2023-10-24T00:15:03.717Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-24T00:15:03.726Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-24T00:15:22.264Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-24T00:15:23.251Z | Startup: Caching catalogs ... Done |
85 | 2023-10-24T00:15:27.699Z | Planning: Solver setup ... Done (4.160s) |
86 | 2023-10-24T00:15:27.808Z | Planning: Running solver ... Done (0.110s) |
87 | 2023-10-24T00:15:27.860Z | Planning: Finding local manifests ... Done (0.004s) |
88 | 2023-10-24T00:15:27.884Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-24T00:15:28.097Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-24T00:15:28.175Z | Planning: Package planning ... Done (0.077s) |
91 | 2023-10-24T00:15:28.260Z | Planning: Merging actions ... Done (0.086s) |
92 | 2023-10-24T00:15:29.368Z | Planning: Checking for conflicting actions ... Done (1.108s) |
93 | 2023-10-24T00:15:29.385Z | Planning: Consolidating action changes ... Done (0.017s) |
94 | 2023-10-24T00:15:37.374Z | Planning: Evaluating mediators ... Done (7.989s) |
95 | 2023-10-24T00:15:37.389Z | Planning: Planning completed in 14.08 seconds |
96 | 2023-10-24T00:15:37.412Z | Packages to install: 4 |
97 | 2023-10-24T00:15:37.416Z | Mediators to change: 2 |
98 | 2023-10-24T00:15:37.419Z | Services to change: 1 |
99 | 2023-10-24T00:15:37.423Z | Estimated space available: 149.39 GB |
100 | 2023-10-24T00:15:37.426Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-24T00:15:37.429Z | Create boot environment: No |
102 | 2023-10-24T00:15:37.434Z | Create backup boot environment: No |
103 | 2023-10-24T00:15:37.437Z | Rebuild boot archive: No |
104 | 2023-10-24T00:15:37.440Z | |
105 | 2023-10-24T00:15:37.443Z | Changed mediators: |
106 | 2023-10-24T00:15:37.447Z | mediator clang: |
107 | 2023-10-24T00:15:37.450Z | version: None -> 15 (system default) |
108 | 2023-10-24T00:15:37.453Z | |
109 | 2023-10-24T00:15:37.456Z | mediator llvm: |
110 | 2023-10-24T00:15:37.459Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-24T00:15:37.463Z | |
112 | 2023-10-24T00:15:37.466Z | Changed packages: |
113 | 2023-10-24T00:15:37.469Z | helios-dev |
114 | 2023-10-24T00:15:37.473Z | developer/build-essential |
115 | 2023-10-24T00:15:37.477Z | None -> 11-2.0 |
116 | 2023-10-24T00:15:37.480Z | library/libxmlsec1 |
117 | 2023-10-24T00:15:37.486Z | None -> 1.2.35-2.0 |
118 | 2023-10-24T00:15:37.490Z | ooce/developer/clang-15 |
119 | 2023-10-24T00:15:37.493Z | None -> 15.0.7-2.0 |
120 | 2023-10-24T00:15:37.499Z | ooce/developer/llvm-15 |
121 | 2023-10-24T00:15:37.502Z | None -> 15.0.7-2.0 |
122 | 2023-10-24T00:15:37.505Z | |
123 | 2023-10-24T00:15:37.508Z | Services: |
124 | 2023-10-24T00:15:37.511Z | restart_fmri: |
125 | 2023-10-24T00:15:37.515Z | svc:/system/update-man-index:default |
126 | 2023-10-24T00:15:37.863Z | |
127 | 2023-10-24T00:15:37.866Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-24T00:15:42.914Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.6M/s) |
129 | 2023-10-24T00:15:47.916Z | Download: 1874/3290 items 118.4/212.6MB 55% complete (12.1M/s) |
130 | 2023-10-24T00:15:52.918Z | Download: 2243/3290 items 119.3/212.6MB 56% complete (3.6M/s) |
131 | 2023-10-24T00:15:57.918Z | Download: 3237/3290 items 195.9/212.6MB 92% complete (7.7M/s) |
132 | 2023-10-24T00:16:02.956Z | Download: 3275/3290 items 208.9/212.6MB 98% complete (8.9M/s) |
133 | 2023-10-24T00:16:05.816Z | Download: Completed 212.60 MB in 27.95 seconds (7.6M/s) |
134 | 2023-10-24T00:16:06.137Z | Actions: 1/3687 actions (Installing new actions) |
135 | 2023-10-24T00:16:11.142Z | Actions: 2591/3687 actions (Installing new actions) |
136 | 2023-10-24T00:16:14.888Z | Actions: Completed 3687 actions in 8.75 seconds. |
137 | 2023-10-24T00:16:14.980Z | Done (0.080s) |
138 | 2023-10-24T00:16:14.993Z | Done (0.000s) |
139 | 2023-10-24T00:16:15.181Z | Done (0.199s) |
140 | 2023-10-24T00:16:23.747Z | Done (8.458s) |
141 | 2023-10-24T00:16:24.147Z | Done (0.289s) |
142 | 2023-10-24T00:16:24.214Z | Done (0.000s) |
143 | 2023-10-24T00:16:24.407Z | Done (0.000s) |
144 | 2023-10-24T00:16:25.087Z | Planning: Evaluating mediator changes ... Done |
145 | 2023-10-24T00:16:25.352Z | Planning: Checking for conflicting actions ... Done |
146 | 2023-10-24T00:16:25.359Z | Planning: Consolidating action changes ... Done |
147 | 2023-10-24T00:16:25.787Z | Planning: Evaluating mediators ... Done |
148 | 2023-10-24T00:16:25.802Z | Planning: Planning completed in 0.71 seconds |
149 | 2023-10-24T00:16:25.840Z | Mediators to change: 2 |
150 | 2023-10-24T00:16:25.852Z | Create boot environment: No |
151 | 2023-10-24T00:16:25.865Z | Create backup boot environment: No |
152 | 2023-10-24T00:16:27.167Z | Done |
153 | 2023-10-24T00:16:27.173Z | Done |
154 | 2023-10-24T00:16:27.177Z | Done |
155 | 2023-10-24T00:16:32.197Z | Done |
156 | 2023-10-24T00:16:32.203Z | Done |
157 | 2023-10-24T00:16:32.207Z | Done |
158 | 2023-10-24T00:16:32.214Z | Done |
159 | 2023-10-24T00:16:33.020Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-10-24T00:16:33.025Z | Planning: Merging actions ... Done |
161 | 2023-10-24T00:16:33.347Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-10-24T00:16:33.350Z | Planning: Consolidating action changes ... Done |
163 | 2023-10-24T00:16:33.781Z | Planning: Evaluating mediators ... Done |
164 | 2023-10-24T00:16:33.867Z | Planning: Planning completed in 1.28 seconds |
165 | 2023-10-24T00:16:33.923Z | Packages to change: 1 |
166 | 2023-10-24T00:16:33.937Z | Mediators to change: 1 |
167 | 2023-10-24T00:16:33.998Z | Services to change: 1 |
168 | 2023-10-24T00:16:34.006Z | Create boot environment: No |
169 | 2023-10-24T00:16:34.020Z | Create backup boot environment: Yes |
170 | 2023-10-24T00:16:36.315Z | Actions: 1/6 actions (Updating modified actions) |
171 | 2023-10-24T00:16:36.323Z | Actions: Completed 6 actions in 0.00 seconds. |
172 | 2023-10-24T00:16:36.328Z | Done |
173 | 2023-10-24T00:16:36.335Z | Done |
174 | 2023-10-24T00:16:36.362Z | Done |
175 | 2023-10-24T00:16:42.153Z | Done |
176 | 2023-10-24T00:16:42.277Z | Done |
177 | 2023-10-24T00:16:42.290Z | Done |
178 | 2023-10-24T00:16:42.406Z | Done |
179 | 2023-10-24T00:16:43.096Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
180 | 2023-10-24T00:16:43.105Z | clang system 15 system |
181 | 2023-10-24T00:16:43.115Z | csh system system illumos |
182 | 2023-10-24T00:16:43.133Z | ctags system system illumos |
183 | 2023-10-24T00:16:43.150Z | gcc vendor 12 vendor |
184 | 2023-10-24T00:16:43.160Z | gcc system 10 system |
185 | 2023-10-24T00:16:43.179Z | gcc system 7 system |
186 | 2023-10-24T00:16:43.190Z | go system 1.20 system |
187 | 2023-10-24T00:16:43.198Z | go system 1.19 system |
188 | 2023-10-24T00:16:43.208Z | llvm system 15 system |
189 | 2023-10-24T00:16:43.223Z | llvm system 14 system |
190 | 2023-10-24T00:16:43.239Z | mariadb system 10.6 system |
191 | 2023-10-24T00:16:43.253Z | mta vendor vendor dma |
192 | 2023-10-24T00:16:43.265Z | openjdk system 17 system |
193 | 2023-10-24T00:16:43.277Z | openjdk system 11 system |
194 | 2023-10-24T00:16:43.297Z | openjdk system 1.8 system |
195 | 2023-10-24T00:16:43.307Z | openssl vendor 3 vendor |
196 | 2023-10-24T00:16:43.318Z | perl system 5.36 system |
197 | 2023-10-24T00:16:43.326Z | postgresql system 15 system |
198 | 2023-10-24T00:16:43.336Z | postgresql system 13 system |
199 | 2023-10-24T00:16:43.344Z | python vendor 3 vendor |
200 | 2023-10-24T00:16:43.349Z | python system 2 system |
201 | 2023-10-24T00:16:43.354Z | python3 system 3.11 system |
202 | 2023-10-24T00:16:43.362Z | ruby system 3.0 system |
203 | 2023-10-24T00:16:43.367Z | words vendor vendor american-english |
204 | 2023-10-24T00:16:43.374Z | words system system australian-english |
205 | 2023-10-24T00:16:43.378Z | words system system british-english |
206 | 2023-10-24T00:16:43.385Z | words system system canadian-english |
207 | 2023-10-24T00:16:43.392Z | words system system french |
208 | 2023-10-24T00:16:43.398Z | words system system italian |
209 | 2023-10-24T00:16:43.408Z | words system system ngerman |
210 | 2023-10-24T00:16:43.412Z | words system system ogerman |
211 | 2023-10-24T00:16:43.418Z | words system system spanish |
212 | 2023-10-24T00:16:43.596Z | FMRI IFO |
213 | 2023-10-24T00:16:43.603Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
214 | 2023-10-24T00:16:43.611Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
215 | 2023-10-24T00:16:43.621Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
216 | 2023-10-24T00:16:43.626Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
217 | 2023-10-24T00:16:43.632Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
218 | 2023-10-24T00:16:43.642Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
219 | 2023-10-24T00:16:43.661Z | + set -o errexit |
220 | 2023-10-24T00:16:43.664Z | +++ dirname ./tools/ci_download_cockroachdb |
221 | 2023-10-24T00:16:43.669Z | ++ cd ./tools |
222 | 2023-10-24T00:16:43.674Z | ++ pwd |
223 | 2023-10-24T00:16:43.683Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
224 | 2023-10-24T00:16:43.689Z | ++ basename ./tools/ci_download_cockroachdb |
225 | 2023-10-24T00:16:43.693Z | + ARG0=ci_download_cockroachdb |
226 | 2023-10-24T00:16:43.699Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
227 | 2023-10-24T00:16:43.703Z | + CIDL_VERSION=v22.1.9 |
228 | 2023-10-24T00:16:43.713Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
229 | 2023-10-24T00:16:43.726Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
230 | 2023-10-24T00:16:43.735Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
231 | 2023-10-24T00:16:43.743Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
232 | 2023-10-24T00:16:43.751Z | + TARGET_DIR=out |
233 | 2023-10-24T00:16:43.763Z | + DOWNLOAD_DIR=out/downloads |
234 | 2023-10-24T00:16:43.770Z | + DEST_DIR=./out/cockroachdb |
235 | 2023-10-24T00:16:43.780Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
236 | 2023-10-24T00:16:43.787Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
237 | 2023-10-24T00:16:43.794Z | + main |
238 | 2023-10-24T00:16:43.801Z | + [[ 0 != 0 ]] |
239 | 2023-10-24T00:16:43.808Z | + CIDL_OS=solaris2.11 |
240 | 2023-10-24T00:16:43.815Z | + [[ 0 != 0 ]] |
241 | 2023-10-24T00:16:43.823Z | + configure_os solaris2.11 |
242 | 2023-10-24T00:16:43.834Z | + echo 'current directory: /work/oxidecomputer/omicron' |
243 | 2023-10-24T00:16:43.849Z | current directory: /work/oxidecomputer/omicron |
244 | 2023-10-24T00:16:43.856Z | + echo 'configuring based on OS: "solaris2.11"' |
245 | 2023-10-24T00:16:43.876Z | + case "$1" in |
246 | 2023-10-24T00:16:43.945Z | configuring based on OS: "solaris2.11" |
247 | 2023-10-24T00:16:43.964Z | + CIDL_BUILD=illumos |
248 | 2023-10-24T00:16:43.978Z | + CIDL_SUFFIX=tar.gz |
249 | 2023-10-24T00:16:43.991Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-10-24T00:16:44.003Z | + CIDL_MD5FUNC=do_md5sum |
251 | 2023-10-24T00:16:44.014Z | + CIDL_URL_BASE=https://illumos.org/downloads |
252 | 2023-10-24T00:16:44.024Z | + CIDL_ASSEMBLE=do_assemble_illumos |
253 | 2023-10-24T00:16:44.029Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
254 | 2023-10-24T00:16:44.040Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
255 | 2023-10-24T00:16:44.051Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
256 | 2023-10-24T00:16:44.061Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
257 | 2023-10-24T00:16:44.074Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-24T00:16:44.081Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
259 | 2023-10-24T00:16:44.097Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-24T00:16:44.105Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-24T00:16:44.110Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-24T00:16:44.115Z | + mkdir -p out/downloads |
263 | 2023-10-24T00:16:44.127Z | + mkdir -p ./out/cockroachdb |
264 | 2023-10-24T00:16:44.131Z | + local DO_DOWNLOAD=true |
265 | 2023-10-24T00:16:44.134Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
266 | 2023-10-24T00:16:44.137Z | + '[' true == true ']' |
267 | 2023-10-24T00:16:44.140Z | + echo Downloading... |
268 | 2023-10-24T00:16:44.145Z | Downloading... |
269 | 2023-10-24T00:16:44.153Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-10-24T00:16:44.166Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-24T00:16:49.543Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-24T00:16:49.547Z | ++ md5sum |
273 | 2023-10-24T00:16:49.550Z | ++ awk '{print $1}' |
274 | 2023-10-24T00:16:49.727Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-10-24T00:16:49.733Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
276 | 2023-10-24T00:16:49.736Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-24T00:16:49.739Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
278 | 2023-10-24T00:16:53.359Z | + do_assemble_illumos |
279 | 2023-10-24T00:16:53.368Z | + rm -r ./out/cockroachdb |
280 | 2023-10-24T00:16:53.388Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
281 | 2023-10-24T00:16:53.942Z | + ./out/cockroachdb/bin/cockroach version |
282 | 2023-10-24T00:16:54.158Z | Build Tag: v22.1.9-dirty |
283 | 2023-10-24T00:16:54.161Z | Build Time: 2022/10/26 21:17:46 |
284 | 2023-10-24T00:16:54.164Z | Distribution: OSS |
285 | 2023-10-24T00:16:54.167Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
286 | 2023-10-24T00:16:54.170Z | Go Version: go1.17.13 |
287 | 2023-10-24T00:16:54.173Z | C Compiler: gcc 10.3.0 |
288 | 2023-10-24T00:16:54.176Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
289 | 2023-10-24T00:16:54.179Z | Build Type: release |
290 | 2023-10-24T00:16:54.182Z | + set -o errexit |
291 | 2023-10-24T00:16:54.185Z | +++ dirname ./tools/ci_download_clickhouse |
292 | 2023-10-24T00:16:54.188Z | ++ cd ./tools |
293 | 2023-10-24T00:16:54.190Z | ++ pwd |
294 | 2023-10-24T00:16:54.193Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
295 | 2023-10-24T00:16:54.196Z | ++ basename ./tools/ci_download_clickhouse |
296 | 2023-10-24T00:16:54.198Z | + ARG0=ci_download_clickhouse |
297 | 2023-10-24T00:16:54.203Z | + TARGET_DIR=out |
298 | 2023-10-24T00:16:54.209Z | + DOWNLOAD_DIR=out/downloads |
299 | 2023-10-24T00:16:54.627Z | + DEST_DIR=./out/clickhouse |
300 | 2023-10-24T00:16:54.635Z | + CIDL_VERSION=v22.8.9.24 |
301 | 2023-10-24T00:16:54.647Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
302 | 2023-10-24T00:16:54.658Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
303 | 2023-10-24T00:16:54.664Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
304 | 2023-10-24T00:16:54.668Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
305 | 2023-10-24T00:16:54.674Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
306 | 2023-10-24T00:16:54.679Z | + main |
307 | 2023-10-24T00:16:54.684Z | + [[ 0 != 0 ]] |
308 | 2023-10-24T00:16:54.688Z | + CIDL_OS=solaris2.11 |
309 | 2023-10-24T00:16:54.693Z | + [[ 0 != 0 ]] |
310 | 2023-10-24T00:16:54.699Z | + configure_os solaris2.11 |
311 | 2023-10-24T00:16:54.710Z | + echo 'current directory: /work/oxidecomputer/omicron' |
312 | 2023-10-24T00:16:54.718Z | current directory: /work/oxidecomputer/omicron |
313 | 2023-10-24T00:16:55.142Z | + echo 'configuring based on OS: "solaris2.11"' |
314 | 2023-10-24T00:16:55.147Z | configuring based on OS: "solaris2.11" |
315 | 2023-10-24T00:16:55.150Z | + CIDL_DASHREV= |
316 | 2023-10-24T00:16:55.153Z | + case "$1" in |
317 | 2023-10-24T00:16:55.156Z | + CIDL_PLATFORM=illumos |
318 | 2023-10-24T00:16:55.160Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-10-24T00:16:55.163Z | + CIDL_MD5FUNC=do_md5sum |
320 | 2023-10-24T00:16:55.165Z | + CIDL_DASHREV=-1 |
321 | 2023-10-24T00:16:55.169Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
322 | 2023-10-24T00:16:55.171Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
323 | 2023-10-24T00:16:55.174Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-24T00:16:55.177Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-24T00:16:55.181Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
326 | 2023-10-24T00:16:55.184Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-24T00:16:55.189Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-24T00:16:55.195Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-24T00:16:55.203Z | + mkdir -p out/downloads |
330 | 2023-10-24T00:16:55.209Z | + mkdir -p ./out/clickhouse |
331 | 2023-10-24T00:16:55.216Z | + local DO_DOWNLOAD=true |
332 | 2023-10-24T00:16:55.223Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
333 | 2023-10-24T00:16:55.229Z | + '[' true == true ']' |
334 | 2023-10-24T00:16:55.236Z | + echo Downloading... |
335 | 2023-10-24T00:16:55.244Z | Downloading... |
336 | 2023-10-24T00:16:55.255Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-24T00:16:55.263Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-10-24T00:16:58.534Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-10-24T00:16:58.537Z | ++ md5sum |
340 | 2023-10-24T00:16:58.540Z | ++ awk '{print $1}' |
341 | 2023-10-24T00:16:58.796Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-10-24T00:16:58.799Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
343 | 2023-10-24T00:16:58.802Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
344 | 2023-10-24T00:16:58.806Z | + mkdir -p ./out/clickhouse |
345 | 2023-10-24T00:16:58.809Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
346 | 2023-10-24T00:17:03.895Z | + ./out/clickhouse/clickhouse server --version |
347 | 2023-10-24T00:17:03.951Z | ClickHouse server version 22.8.9.1. |
348 | 2023-10-24T00:17:03.974Z | + set -o errexit |
349 | 2023-10-24T00:17:03.977Z | +++ dirname ./tools/ci_download_console |
350 | 2023-10-24T00:17:03.981Z | ++ cd ./tools |
351 | 2023-10-24T00:17:03.985Z | ++ pwd |
352 | 2023-10-24T00:17:03.989Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
353 | 2023-10-24T00:17:03.992Z | ++ basename ./tools/ci_download_console |
354 | 2023-10-24T00:17:03.996Z | + ARG0=ci_download_console |
355 | 2023-10-24T00:17:04.000Z | + TARGET_DIR=out |
356 | 2023-10-24T00:17:04.003Z | + DOWNLOAD_DIR=out/downloads |
357 | 2023-10-24T00:17:04.007Z | + DEST_DIR=./out/console-assets |
358 | 2023-10-24T00:17:04.010Z | + source /work/oxidecomputer/omicron/tools/console_version |
359 | 2023-10-24T00:17:04.013Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
360 | 2023-10-24T00:17:04.019Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
361 | 2023-10-24T00:17:04.023Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
362 | 2023-10-24T00:17:04.030Z | + TARBALL_FILE=out/downloads/console.tar.gz |
363 | 2023-10-24T00:17:04.035Z | + main |
364 | 2023-10-24T00:17:04.038Z | + [[ 0 != 0 ]] |
365 | 2023-10-24T00:17:04.042Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
366 | 2023-10-24T00:17:04.046Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
367 | 2023-10-24T00:17:04.050Z | + echo 'Local file: out/downloads/console.tar.gz' |
368 | 2023-10-24T00:17:04.053Z | Local file: out/downloads/console.tar.gz |
369 | 2023-10-24T00:17:04.055Z | + local DO_DOWNLOAD=true |
370 | 2023-10-24T00:17:04.060Z | + [[ -f out/downloads/console.tar.gz ]] |
371 | 2023-10-24T00:17:04.063Z | + mkdir -p out/downloads |
372 | 2023-10-24T00:17:04.066Z | + '[' true == true ']' |
373 | 2023-10-24T00:17:04.070Z | + echo Downloading... |
374 | 2023-10-24T00:17:04.073Z | Downloading... |
375 | 2023-10-24T00:17:04.130Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
376 | 2023-10-24T00:17:04.134Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
377 | 2023-10-24T00:17:04.629Z | ++ do_sha256sum out/downloads/console.tar.gz |
378 | 2023-10-24T00:17:04.632Z | ++ case "$OSTYPE" in |
379 | 2023-10-24T00:17:04.636Z | ++ SHA=sha256sum |
380 | 2023-10-24T00:17:04.640Z | ++ sha256sum |
381 | 2023-10-24T00:17:04.644Z | ++ awk '{print $1}' |
382 | 2023-10-24T00:17:04.653Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
383 | 2023-10-24T00:17:04.658Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
384 | 2023-10-24T00:17:04.663Z | + rm -rf ./out/console-assets |
385 | 2023-10-24T00:17:04.669Z | + mkdir -p ./out/console-assets |
386 | 2023-10-24T00:17:04.674Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
387 | 2023-10-24T00:17:04.678Z | + mkdir -p ./out/console-assets |
388 | 2023-10-24T00:17:04.685Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
389 | 2023-10-24T00:17:04.812Z | + set -o errexit |
390 | 2023-10-24T00:17:05.233Z | +++ dirname ./tools/ci_download_maghemite_openapi |
391 | 2023-10-24T00:17:05.251Z | ++ cd ./tools |
392 | 2023-10-24T00:17:05.257Z | ++ pwd |
393 | 2023-10-24T00:17:05.264Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-10-24T00:17:05.275Z | ++ basename ./tools/ci_download_maghemite_openapi |
395 | 2023-10-24T00:17:05.284Z | + ARG0=ci_download_maghemite_openapi |
396 | 2023-10-24T00:17:05.291Z | + TARGET_DIR=out |
397 | 2023-10-24T00:17:05.297Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-10-24T00:17:05.305Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
399 | 2023-10-24T00:17:05.312Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
400 | 2023-10-24T00:17:05.739Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
401 | 2023-10-24T00:17:05.745Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
402 | 2023-10-24T00:17:05.751Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
403 | 2023-10-24T00:17:05.756Z | + main |
404 | 2023-10-24T00:17:05.764Z | + [[ 0 != 0 ]] |
405 | 2023-10-24T00:17:06.184Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
406 | 2023-10-24T00:17:06.191Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
407 | 2023-10-24T00:17:06.199Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
408 | 2023-10-24T00:17:06.214Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
409 | 2023-10-24T00:17:06.228Z | + local DO_DOWNLOAD=true |
410 | 2023-10-24T00:17:06.240Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
411 | 2023-10-24T00:17:06.252Z | + mkdir -p out/downloads |
412 | 2023-10-24T00:17:06.268Z | + '[' true == true ']' |
413 | 2023-10-24T00:17:06.277Z | + echo Downloading... |
414 | 2023-10-24T00:17:06.281Z | Downloading... |
415 | 2023-10-24T00:17:06.284Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
416 | 2023-10-24T00:17:06.290Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
417 | 2023-10-24T00:17:06.293Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
418 | 2023-10-24T00:17:06.299Z | ++ case "$OSTYPE" in |
419 | 2023-10-24T00:17:06.304Z | ++ SHA=sha256sum |
420 | 2023-10-24T00:17:06.308Z | ++ sha256sum |
421 | 2023-10-24T00:17:06.311Z | ++ awk '{print $1}' |
422 | 2023-10-24T00:17:06.315Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
423 | 2023-10-24T00:17:06.319Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
424 | 2023-10-24T00:17:06.322Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
425 | 2023-10-24T00:17:06.326Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
426 | 2023-10-24T00:17:06.330Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
427 | 2023-10-24T00:17:06.333Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
428 | 2023-10-24T00:17:06.337Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
429 | 2023-10-24T00:17:06.343Z | + main |
430 | 2023-10-24T00:17:06.346Z | + [[ 0 != 0 ]] |
431 | 2023-10-24T00:17:06.350Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
432 | 2023-10-24T00:17:06.353Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
433 | 2023-10-24T00:17:06.357Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
434 | 2023-10-24T00:17:06.361Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
435 | 2023-10-24T00:17:06.366Z | + local DO_DOWNLOAD=true |
436 | 2023-10-24T00:17:06.796Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
437 | 2023-10-24T00:17:06.809Z | + mkdir -p out/downloads |
438 | 2023-10-24T00:17:06.834Z | + '[' true == true ']' |
439 | 2023-10-24T00:17:07.254Z | + echo Downloading... |
440 | 2023-10-24T00:17:07.282Z | Downloading... |
441 | 2023-10-24T00:17:07.303Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
442 | 2023-10-24T00:17:07.317Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
443 | 2023-10-24T00:17:07.329Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
444 | 2023-10-24T00:17:07.341Z | ++ case "$OSTYPE" in |
445 | 2023-10-24T00:17:07.353Z | ++ SHA=sha256sum |
446 | 2023-10-24T00:17:07.364Z | ++ sha256sum |
447 | 2023-10-24T00:17:07.371Z | ++ awk '{print $1}' |
448 | 2023-10-24T00:17:07.377Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
449 | 2023-10-24T00:17:07.384Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
450 | 2023-10-24T00:17:07.392Z | + set -o errexit |
451 | 2023-10-24T00:17:07.396Z | +++ dirname ./tools/ci_download_dendrite_openapi |
452 | 2023-10-24T00:17:07.400Z | ++ cd ./tools |
453 | 2023-10-24T00:17:07.404Z | ++ pwd |
454 | 2023-10-24T00:17:07.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
455 | 2023-10-24T00:17:07.412Z | ++ basename ./tools/ci_download_dendrite_openapi |
456 | 2023-10-24T00:17:07.419Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
457 | 2023-10-24T00:17:07.429Z | + ARG0=ci_download_dendrite_openapi |
458 | 2023-10-24T00:17:07.439Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
459 | 2023-10-24T00:17:07.447Z | + TARGET_DIR=out |
460 | 2023-10-24T00:17:07.457Z | Downloading... |
461 | 2023-10-24T00:17:07.465Z | + DOWNLOAD_DIR=out/downloads |
462 | 2023-10-24T00:17:07.474Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
463 | 2023-10-24T00:17:07.484Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
464 | 2023-10-24T00:17:07.490Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
465 | 2023-10-24T00:17:07.500Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
466 | 2023-10-24T00:17:07.509Z | current directory: /work/oxidecomputer/omicron |
467 | 2023-10-24T00:17:07.521Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
468 | 2023-10-24T00:17:07.531Z | configuring based on OS: "solaris2.11" |
469 | 2023-10-24T00:17:07.969Z | + main |
470 | 2023-10-24T00:17:08.826Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
471 | 2023-10-24T00:17:08.847Z | + [[ 0 != 0 ]] |
472 | 2023-10-24T00:17:08.860Z | Local file: out/downloads/dendrite-stub.tar.gz |
473 | 2023-10-24T00:17:08.873Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
474 | 2023-10-24T00:17:08.914Z | Downloading... |
475 | 2023-10-24T00:17:08.934Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
476 | 2023-10-24T00:17:08.943Z | + local DO_DOWNLOAD=true |
477 | 2023-10-24T00:17:08.956Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
478 | 2023-10-24T00:17:08.963Z | + mkdir -p out/downloads |
479 | 2023-10-24T00:17:08.971Z | + '[' true == true ']' |
480 | 2023-10-24T00:17:08.980Z | + echo Downloading... |
481 | 2023-10-24T00:17:08.990Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
482 | 2023-10-24T00:17:08.999Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
483 | 2023-10-24T00:17:09.020Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
484 | 2023-10-24T00:17:09.030Z | ++ case "$OSTYPE" in |
485 | 2023-10-24T00:17:09.042Z | ++ SHA=sha256sum |
486 | 2023-10-24T00:17:09.051Z | ++ sha256sum |
487 | 2023-10-24T00:17:09.058Z | ++ awk '{print $1}' |
488 | 2023-10-24T00:17:09.066Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
489 | 2023-10-24T00:17:09.074Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
490 | 2023-10-24T00:17:09.085Z | + set -o errexit |
491 | 2023-10-24T00:17:09.095Z | +++ dirname ./tools/ci_download_dendrite_stub |
492 | 2023-10-24T00:17:09.106Z | ++ cd ./tools |
493 | 2023-10-24T00:17:09.118Z | ++ pwd |
494 | 2023-10-24T00:17:09.132Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2023-10-24T00:17:09.146Z | ++ basename ./tools/ci_download_dendrite_stub |
496 | 2023-10-24T00:17:09.169Z | + ARG0=ci_download_dendrite_stub |
497 | 2023-10-24T00:17:09.174Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
498 | 2023-10-24T00:17:09.184Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
499 | 2023-10-24T00:17:09.193Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
500 | 2023-10-24T00:17:09.200Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
501 | 2023-10-24T00:17:09.206Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2023-10-24T00:17:09.217Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
503 | 2023-10-24T00:17:09.224Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
504 | 2023-10-24T00:17:09.251Z | + TARGET_DIR=out |
505 | 2023-10-24T00:17:09.267Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-10-24T00:17:09.276Z | + DEST_DIR=./out/dendrite-stub |
507 | 2023-10-24T00:17:09.281Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
508 | 2023-10-24T00:17:09.287Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
509 | 2023-10-24T00:17:09.300Z | + REPO=oxidecomputer/dendrite |
510 | 2023-10-24T00:17:09.716Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
511 | 2023-10-24T00:17:09.728Z | + main |
512 | 2023-10-24T00:17:09.737Z | + [[ 0 != 0 ]] |
513 | 2023-10-24T00:17:09.747Z | + CIDL_OS=solaris2.11 |
514 | 2023-10-24T00:17:09.812Z | + [[ 0 != 0 ]] |
515 | 2023-10-24T00:17:09.826Z | + configure_os solaris2.11 |
516 | 2023-10-24T00:17:09.842Z | + echo 'current directory: /work/oxidecomputer/omicron' |
517 | 2023-10-24T00:17:09.849Z | + echo 'configuring based on OS: "solaris2.11"' |
518 | 2023-10-24T00:17:09.856Z | + case "$1" in |
519 | 2023-10-24T00:17:09.863Z | + SET_BINARIES= |
520 | 2023-10-24T00:17:09.870Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
521 | 2023-10-24T00:17:09.877Z | + CIDL_SHA256FUNC=do_sha256sum |
522 | 2023-10-24T00:17:09.882Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
523 | 2023-10-24T00:17:09.889Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
524 | 2023-10-24T00:17:09.896Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
525 | 2023-10-24T00:17:09.914Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
526 | 2023-10-24T00:17:09.937Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
527 | 2023-10-24T00:17:09.947Z | + mkdir -p out/downloads |
528 | 2023-10-24T00:17:09.966Z | + mkdir -p ./out/dendrite-stub |
529 | 2023-10-24T00:17:09.978Z | + fetch_and_verify |
530 | 2023-10-24T00:17:09.988Z | + local DO_DOWNLOAD=true |
531 | 2023-10-24T00:17:10.000Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
532 | 2023-10-24T00:17:10.016Z | + '[' true == true ']' |
533 | 2023-10-24T00:17:10.020Z | + echo Downloading... |
534 | 2023-10-24T00:17:10.028Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-24T00:17:10.043Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
536 | 2023-10-24T00:17:13.494Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
537 | 2023-10-24T00:17:13.513Z | ++ sha256sum |
538 | 2023-10-24T00:17:13.528Z | ++ awk '{print $1}' |
539 | 2023-10-24T00:17:13.992Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
540 | 2023-10-24T00:17:14.004Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
541 | 2023-10-24T00:17:14.018Z | + do_untar out/downloads/dendrite-stub.tar.gz |
542 | 2023-10-24T00:17:14.442Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
543 | 2023-10-24T00:17:14.532Z | + do_assemble |
544 | 2023-10-24T00:17:14.535Z | + rm -r ./out/dendrite-stub |
545 | 2023-10-24T00:17:14.539Z | + mkdir ./out/dendrite-stub |
546 | 2023-10-24T00:17:14.542Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
547 | 2023-10-24T00:17:14.677Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
548 | 2023-10-24T00:17:14.694Z | + set -o errexit |
549 | 2023-10-24T00:17:14.698Z | +++ dirname ./tools/ci_download_maghemite_mgd |
550 | 2023-10-24T00:17:14.703Z | ++ cd ./tools |
551 | 2023-10-24T00:17:14.711Z | ++ pwd |
552 | 2023-10-24T00:17:14.732Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
553 | 2023-10-24T00:17:14.739Z | ++ basename ./tools/ci_download_maghemite_mgd |
554 | 2023-10-24T00:17:14.746Z | + ARG0=ci_download_maghemite_mgd |
555 | 2023-10-24T00:17:15.157Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
556 | 2023-10-24T00:17:15.165Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
557 | 2023-10-24T00:17:15.176Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
558 | 2023-10-24T00:17:15.187Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
559 | 2023-10-24T00:17:15.195Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
560 | 2023-10-24T00:17:15.207Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
561 | 2023-10-24T00:17:15.215Z | + TARGET_DIR=out |
562 | 2023-10-24T00:17:15.223Z | + DOWNLOAD_DIR=out/downloads |
563 | 2023-10-24T00:17:15.232Z | + DEST_DIR=./out/mgd |
564 | 2023-10-24T00:17:15.239Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
565 | 2023-10-24T00:17:15.246Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
566 | 2023-10-24T00:17:15.251Z | + REPO=oxidecomputer/maghemite |
567 | 2023-10-24T00:17:15.260Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
568 | 2023-10-24T00:17:15.267Z | + main |
569 | 2023-10-24T00:17:15.274Z | + [[ 0 != 0 ]] |
570 | 2023-10-24T00:17:15.281Z | + CIDL_OS=solaris2.11 |
571 | 2023-10-24T00:17:15.287Z | + [[ 0 != 0 ]] |
572 | 2023-10-24T00:17:15.300Z | + configure_os solaris2.11 |
573 | 2023-10-24T00:17:15.309Z | + echo 'current directory: /work/oxidecomputer/omicron' |
574 | 2023-10-24T00:17:15.320Z | current directory: /work/oxidecomputer/omicron |
575 | 2023-10-24T00:17:15.332Z | + echo 'configuring based on OS: "solaris2.11"' |
576 | 2023-10-24T00:17:15.343Z | configuring based on OS: "solaris2.11" |
577 | 2023-10-24T00:17:15.351Z | + case "$1" in |
578 | 2023-10-24T00:17:15.356Z | + SET_BINARIES= |
579 | 2023-10-24T00:17:15.361Z | + CIDL_SHA256FUNC=do_sha256sum |
580 | 2023-10-24T00:17:15.365Z | + TARBALL_FILENAME=mgd.tar.gz |
581 | 2023-10-24T00:17:15.368Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
582 | 2023-10-24T00:17:15.372Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
583 | 2023-10-24T00:17:15.377Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
584 | 2023-10-24T00:17:15.381Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
585 | 2023-10-24T00:17:15.385Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
586 | 2023-10-24T00:17:15.390Z | Local file: out/downloads/mgd.tar.gz |
587 | 2023-10-24T00:17:15.397Z | + mkdir -p out/downloads |
588 | 2023-10-24T00:17:15.403Z | + mkdir -p ./out/mgd |
589 | 2023-10-24T00:17:15.412Z | + fetch_and_verify |
590 | 2023-10-24T00:17:15.424Z | + local DO_DOWNLOAD=true |
591 | 2023-10-24T00:17:15.434Z | + [[ -f out/downloads/mgd.tar.gz ]] |
592 | 2023-10-24T00:17:15.440Z | + '[' true == true ']' |
593 | 2023-10-24T00:17:15.445Z | + echo Downloading... |
594 | 2023-10-24T00:17:15.451Z | Downloading... |
595 | 2023-10-24T00:17:15.459Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
596 | 2023-10-24T00:17:15.465Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
597 | 2023-10-24T00:17:21.359Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
598 | 2023-10-24T00:17:21.371Z | ++ sha256sum |
599 | 2023-10-24T00:17:21.383Z | ++ awk '{print $1}' |
600 | 2023-10-24T00:17:21.436Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
601 | 2023-10-24T00:17:21.446Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
602 | 2023-10-24T00:17:21.456Z | + do_untar out/downloads/mgd.tar.gz |
603 | 2023-10-24T00:17:21.474Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
604 | 2023-10-24T00:17:22.139Z | + do_assemble |
605 | 2023-10-24T00:17:22.142Z | + rm -r ./out/mgd |
606 | 2023-10-24T00:17:22.145Z | + mkdir ./out/mgd |
607 | 2023-10-24T00:17:22.148Z | + cp -r out/downloads/root ./out/mgd/root |
608 | 2023-10-24T00:17:22.422Z | + set -o errexit |
609 | 2023-10-24T00:17:22.431Z | +++ dirname ./tools/ci_download_transceiver_control |
610 | 2023-10-24T00:17:22.445Z | ++ cd ./tools |
611 | 2023-10-24T00:17:22.461Z | ++ pwd |
612 | 2023-10-24T00:17:22.474Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
613 | 2023-10-24T00:17:22.487Z | ++ basename ./tools/ci_download_transceiver_control |
614 | 2023-10-24T00:17:22.508Z | + ARG0=ci_download_transceiver_control |
615 | 2023-10-24T00:17:22.920Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
616 | 2023-10-24T00:17:22.925Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
617 | 2023-10-24T00:17:22.936Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
618 | 2023-10-24T00:17:22.944Z | + TARGET_DIR=out |
619 | 2023-10-24T00:17:22.953Z | + DOWNLOAD_DIR=out/downloads |
620 | 2023-10-24T00:17:22.967Z | + DEST_DIR=./out/transceiver-control |
621 | 2023-10-24T00:17:22.974Z | + BIN_DIR=/opt/oxide/bin |
622 | 2023-10-24T00:17:22.983Z | + BINARY=xcvradm |
623 | 2023-10-24T00:17:23.003Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
624 | 2023-10-24T00:17:23.020Z | + REPO=oxidecomputer/transceiver-control |
625 | 2023-10-24T00:17:23.043Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
626 | 2023-10-24T00:17:23.058Z | + main |
627 | 2023-10-24T00:17:23.080Z | + [[ 0 != 0 ]] |
628 | 2023-10-24T00:17:23.096Z | + CIDL_OS=solaris2.11 |
629 | 2023-10-24T00:17:23.106Z | + [[ 0 != 0 ]] |
630 | 2023-10-24T00:17:23.112Z | + configure_os solaris2.11 |
631 | 2023-10-24T00:17:23.120Z | + echo 'current directory: /work/oxidecomputer/omicron' |
632 | 2023-10-24T00:17:23.129Z | current directory: /work/oxidecomputer/omicron |
633 | 2023-10-24T00:17:23.141Z | + echo 'configuring based on OS: "solaris2.11"' |
634 | 2023-10-24T00:17:23.154Z | configuring based on OS: "solaris2.11" |
635 | 2023-10-24T00:17:23.168Z | + case "$1" in |
636 | 2023-10-24T00:17:23.178Z | + SET_BINARIES= |
637 | 2023-10-24T00:17:23.184Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2023-10-24T00:17:23.189Z | + CIDL_SHA256FUNC=do_sha256sum |
639 | 2023-10-24T00:17:23.195Z | + ARCHIVE_FILENAME=xcvradm.gz |
640 | 2023-10-24T00:17:23.199Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
641 | 2023-10-24T00:17:23.203Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
642 | 2023-10-24T00:17:23.206Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
643 | 2023-10-24T00:17:23.211Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-10-24T00:17:23.216Z | Local file: out/downloads/xcvradm.gz |
645 | 2023-10-24T00:17:23.634Z | + echo 'Local file: out/downloads/xcvradm.gz' |
646 | 2023-10-24T00:17:23.646Z | + mkdir -p out/downloads |
647 | 2023-10-24T00:17:23.658Z | + mkdir -p ./out/transceiver-control |
648 | 2023-10-24T00:17:23.681Z | + fetch_and_verify |
649 | 2023-10-24T00:17:23.703Z | + local DO_DOWNLOAD=true |
650 | 2023-10-24T00:17:23.714Z | + [[ -f out/downloads/xcvradm.gz ]] |
651 | 2023-10-24T00:17:23.724Z | + '[' true == true ']' |
652 | 2023-10-24T00:17:23.731Z | + echo Downloading... |
653 | 2023-10-24T00:17:23.736Z | Downloading... |
654 | 2023-10-24T00:17:24.151Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
655 | 2023-10-24T00:17:24.159Z | + 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 |
656 | 2023-10-24T00:17:24.810Z | ++ do_sha256sum out/downloads/xcvradm.gz |
657 | 2023-10-24T00:17:24.815Z | ++ sha256sum |
658 | 2023-10-24T00:17:24.818Z | ++ awk '{print $1}' |
659 | 2023-10-24T00:17:24.835Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2023-10-24T00:17:24.839Z | + [[ 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 ]] |
661 | 2023-10-24T00:17:24.842Z | + do_unpack out/downloads/xcvradm.gz |
662 | 2023-10-24T00:17:24.844Z | + mkdir -p out/downloads/root//opt/oxide/bin |
663 | 2023-10-24T00:17:24.847Z | + gzip -dc out/downloads/xcvradm.gz |
664 | 2023-10-24T00:17:25.021Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
665 | 2023-10-24T00:17:25.048Z | + do_assemble |
666 | 2023-10-24T00:17:25.055Z | + rm -r ./out/transceiver-control |
667 | 2023-10-24T00:17:25.061Z | + mkdir ./out/transceiver-control |
668 | 2023-10-24T00:17:25.065Z | + cp -r out/downloads/root ./out/transceiver-control/root |
669 | 2023-10-24T00:17:25.220Z | All prerequisites installed successfully |
670 | 2023-10-24T00:17:25.223Z | |
671 | 2023-10-24T00:17:25.227Z | real 2:21.550032573 |
672 | 2023-10-24T00:17:25.230Z | user 51.423807819 |
673 | 2023-10-24T00:17:25.233Z | sys 10.304490605 |
674 | 2023-10-24T00:17:25.236Z | trap 0.022364710 |
675 | 2023-10-24T00:17:25.239Z | tflt 0.575642585 |
676 | 2023-10-24T00:17:25.242Z | dflt 1.705237610 |
677 | 2023-10-24T00:17:25.246Z | kflt 0.467878269 |
678 | 2023-10-24T00:17:25.249Z | lock 1.612070120 |
679 | 2023-10-24T00:17:25.252Z | slp 4:28.982108167 |
680 | 2023-10-24T00:17:25.255Z | lat 4.021354733 |
681 | 2023-10-24T00:17:25.258Z | stop 0.066341336 |
682 | 2023-10-24T00:17:25.262Z | + banner end-to-end-tests |
683 | 2023-10-24T00:17:25.273Z | |
684 | 2023-10-24T00:17:25.276Z | ###### # # ##### ##### #### ###### # # ##### |
685 | 2023-10-24T00:17:25.279Z | # ## # # # # # # # ## # # # |
686 | 2023-10-24T00:17:25.282Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
687 | 2023-10-24T00:17:25.285Z | # # # # # # # # # # # # # # # |
688 | 2023-10-24T00:17:25.287Z | # # ## # # # # # # # ## # # |
689 | 2023-10-24T00:17:25.290Z | ###### # # ##### # #### ###### # # ##### |
690 | 2023-10-24T00:17:25.293Z | |
691 | 2023-10-24T00:17:25.296Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
692 | 2023-10-24T00:17:25.299Z | + CARGO_PROFILE_DEV_DEBUG=1 |
693 | 2023-10-24T00:17:25.302Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
694 | 2023-10-24T00:17:25.305Z | + CARGO_PROFILE_TEST_DEBUG=1 |
695 | 2023-10-24T00:17:25.308Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
696 | 2023-10-24T00:17:25.649Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
697 | 2023-10-24T00:17:26.033Z | Updating crates.io index |
698 | 2023-10-24T00:17:26.105Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
699 | 2023-10-24T00:17:26.904Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
700 | 2023-10-24T00:17:28.947Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
701 | 2023-10-24T00:17:29.529Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
702 | 2023-10-24T00:17:29.915Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
703 | 2023-10-24T00:17:30.226Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
704 | 2023-10-24T00:17:30.504Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
705 | 2023-10-24T00:17:31.397Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
706 | 2023-10-24T00:17:33.203Z | Updating git repository `https://github.com/oxidecomputer/opte` |
707 | 2023-10-24T00:17:34.132Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
708 | 2023-10-24T00:17:34.537Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
709 | 2023-10-24T00:17:34.931Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
710 | 2023-10-24T00:17:35.468Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
711 | 2023-10-24T00:17:35.794Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
712 | 2023-10-24T00:17:36.214Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
713 | 2023-10-24T00:17:36.539Z | Updating git repository `https://github.com/njaremko/samael` |
714 | 2023-10-24T00:17:37.082Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
715 | 2023-10-24T00:17:37.907Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
716 | 2023-10-24T00:17:38.330Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
717 | 2023-10-24T00:17:38.653Z | Updating git repository `https://github.com/jgallagher/nix` |
718 | 2023-10-24T00:17:39.862Z | Updating git repository `https://github.com/cbiffle/hubpack` |
719 | 2023-10-24T00:17:40.256Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
720 | 2023-10-24T00:17:49.253Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
721 | 2023-10-24T00:17:49.721Z | Updating git repository `https://github.com/oxidecomputer/typify` |
722 | 2023-10-24T00:17:50.834Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
723 | 2023-10-24T00:17:51.221Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
724 | 2023-10-24T00:17:51.519Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
725 | 2023-10-24T00:17:53.185Z | Downloading crates ... |
726 | 2023-10-24T00:17:53.529Z | Downloaded adler v1.0.2 |
727 | 2023-10-24T00:17:53.536Z | Downloaded diesel_table_macro_syntax v0.1.0 |
728 | 2023-10-24T00:17:53.545Z | Downloaded libm v0.2.7 |
729 | 2023-10-24T00:17:53.574Z | Downloaded libefi-sys v0.1.0 |
730 | 2023-10-24T00:17:53.580Z | Downloaded block-padding v0.3.3 |
731 | 2023-10-24T00:17:53.584Z | Downloaded console v0.15.7 |
732 | 2023-10-24T00:17:53.589Z | Downloaded colorchoice v1.0.0 |
733 | 2023-10-24T00:17:53.596Z | Downloaded lock_api v0.4.10 |
734 | 2023-10-24T00:17:53.601Z | Downloaded pin-project-lite v0.2.13 |
735 | 2023-10-24T00:17:53.614Z | Downloaded block-buffer v0.10.4 |
736 | 2023-10-24T00:17:53.622Z | Downloaded bit-set v0.5.3 |
737 | 2023-10-24T00:17:53.627Z | Downloaded bitstruct_derive v0.1.0 |
738 | 2023-10-24T00:17:53.630Z | Downloaded phf_shared v0.10.0 |
739 | 2023-10-24T00:17:53.633Z | Downloaded matches v0.1.10 |
740 | 2023-10-24T00:17:53.636Z | Downloaded normalize-line-endings v0.3.0 |
741 | 2023-10-24T00:17:53.639Z | Downloaded pkg-config v0.3.27 |
742 | 2023-10-24T00:17:53.641Z | Downloaded predicates v3.0.4 |
743 | 2023-10-24T00:17:53.645Z | Downloaded openssl-macros v0.1.1 |
744 | 2023-10-24T00:17:53.648Z | Downloaded bitflags v2.4.0 |
745 | 2023-10-24T00:17:53.656Z | Downloaded atomicwrites v0.4.2 |
746 | 2023-10-24T00:17:53.661Z | Downloaded anstyle v1.0.2 |
747 | 2023-10-24T00:17:53.668Z | Downloaded parse-display v0.7.0 |
748 | 2023-10-24T00:17:53.674Z | Downloaded atty v0.2.14 |
749 | 2023-10-24T00:17:53.679Z | Downloaded ciborium-io v0.2.1 |
750 | 2023-10-24T00:17:53.682Z | Downloaded cbc v0.1.2 |
751 | 2023-10-24T00:17:53.686Z | Downloaded darling_macro v0.20.3 |
752 | 2023-10-24T00:17:53.689Z | Downloaded nibble_vec v0.1.0 |
753 | 2023-10-24T00:17:53.692Z | Downloaded cancel-safe-futures v0.1.2 |
754 | 2023-10-24T00:17:53.699Z | Downloaded curve25519-dalek-derive v0.1.0 |
755 | 2023-10-24T00:17:53.702Z | Downloaded num-iter v0.1.43 |
756 | 2023-10-24T00:17:53.705Z | Downloaded num_cpus v1.16.0 |
757 | 2023-10-24T00:17:53.710Z | Downloaded colored v2.0.4 |
758 | 2023-10-24T00:17:53.716Z | Downloaded multer v2.1.0 |
759 | 2023-10-24T00:17:53.722Z | Downloaded paste v1.0.14 |
760 | 2023-10-24T00:17:53.729Z | Downloaded phf_shared v0.11.2 |
761 | 2023-10-24T00:17:53.732Z | Downloaded crypto-common v0.1.6 |
762 | 2023-10-24T00:17:53.735Z | Downloaded md-5 v0.10.5 |
763 | 2023-10-24T00:17:53.739Z | Downloaded heck v0.3.3 |
764 | 2023-10-24T00:17:53.742Z | Downloaded anstyle-query v1.0.0 |
765 | 2023-10-24T00:17:53.745Z | Downloaded async-recursion v1.0.5 |
766 | 2023-10-24T00:17:53.751Z | Downloaded anstyle-parse v0.2.1 |
767 | 2023-10-24T00:17:53.756Z | Downloaded num_enum v0.7.0 |
768 | 2023-10-24T00:17:53.768Z | Downloaded whoami v1.4.1 |
769 | 2023-10-24T00:17:53.772Z | Downloaded argon2 v0.5.2 |
770 | 2023-10-24T00:17:53.777Z | Downloaded pest_derive v2.7.2 |
771 | 2023-10-24T00:17:53.783Z | Downloaded rustc_version v0.4.0 |
772 | 2023-10-24T00:17:53.786Z | Downloaded darling v0.20.3 |
773 | 2023-10-24T00:17:53.794Z | Downloaded ctr v0.9.2 |
774 | 2023-10-24T00:17:53.800Z | Downloaded hyper-tls v0.5.0 |
775 | 2023-10-24T00:17:53.803Z | Downloaded getrandom v0.1.16 |
776 | 2023-10-24T00:17:53.809Z | Downloaded base16ct v0.2.0 |
777 | 2023-10-24T00:17:53.812Z | Downloaded cc v1.0.83 |
778 | 2023-10-24T00:17:53.820Z | Downloaded try-lock v0.2.4 |
779 | 2023-10-24T00:17:53.823Z | Downloaded dirs-sys-next v0.1.2 |
780 | 2023-10-24T00:17:53.828Z | Downloaded unicase v2.7.0 |
781 | 2023-10-24T00:17:53.834Z | Downloaded thread_local v1.1.7 |
782 | 2023-10-24T00:17:53.837Z | Downloaded slog-async v2.8.0 |
783 | 2023-10-24T00:17:53.840Z | Downloaded thiserror-no-std v2.0.2 |
784 | 2023-10-24T00:17:53.846Z | Downloaded rustls-pemfile v1.0.3 |
785 | 2023-10-24T00:17:53.852Z | Downloaded scheduled-thread-pool v0.2.7 |
786 | 2023-10-24T00:17:53.855Z | Downloaded slog-envlogger v2.2.0 |
787 | 2023-10-24T00:17:53.858Z | Downloaded stringprep v0.1.3 |
788 | 2023-10-24T00:17:53.861Z | Downloaded static_assertions v1.1.0 |
789 | 2023-10-24T00:17:53.865Z | Downloaded endian-type v0.1.2 |
790 | 2023-10-24T00:17:53.869Z | Downloaded arc-swap v1.6.0 |
791 | 2023-10-24T00:17:53.875Z | Downloaded string_cache v0.8.7 |
792 | 2023-10-24T00:17:53.878Z | Downloaded serde_derive_internals v0.26.0 |
793 | 2023-10-24T00:17:53.883Z | Downloaded tap v1.0.1 |
794 | 2023-10-24T00:17:53.885Z | Downloaded hex v0.4.3 |
795 | 2023-10-24T00:17:53.889Z | Downloaded structmeta v0.1.6 |
796 | 2023-10-24T00:17:53.892Z | Downloaded backtrace v0.3.69 |
797 | 2023-10-24T00:17:53.902Z | Downloaded form_urlencoded v1.2.0 |
798 | 2023-10-24T00:17:53.906Z | Downloaded fallible-streaming-iterator v0.1.9 |
799 | 2023-10-24T00:17:53.909Z | Downloaded rustc-demangle v0.1.23 |
800 | 2023-10-24T00:17:53.912Z | Downloaded dirs-next v2.0.0 |
801 | 2023-10-24T00:17:53.915Z | Downloaded rand_core v0.6.4 |
802 | 2023-10-24T00:17:53.918Z | Downloaded lalrpop-util v0.19.12 |
803 | 2023-10-24T00:17:53.921Z | Downloaded generic-array v0.14.7 |
804 | 2023-10-24T00:17:53.924Z | Downloaded slog-stdlog v4.1.1 |
805 | 2023-10-24T00:17:53.928Z | Downloaded dirs-sys v0.4.1 |
806 | 2023-10-24T00:17:53.944Z | Downloaded textwrap v0.16.0 |
807 | 2023-10-24T00:17:53.948Z | Downloaded take_mut v0.2.2 |
808 | 2023-10-24T00:17:53.952Z | Downloaded crypto-bigint v0.5.2 |
809 | 2023-10-24T00:17:53.955Z | Downloaded subprocess v0.2.9 |
810 | 2023-10-24T00:17:53.958Z | Downloaded foreign-types v0.5.0 |
811 | 2023-10-24T00:17:53.961Z | Downloaded zeroize_derive v1.4.2 |
812 | 2023-10-24T00:17:53.964Z | Downloaded enum-as-inner v0.5.1 |
813 | 2023-10-24T00:17:53.967Z | Downloaded russh-cryptovec v0.7.0 |
814 | 2023-10-24T00:17:53.971Z | Downloaded strum v0.25.0 |
815 | 2023-10-24T00:17:53.975Z | Downloaded unicode-linebreak v0.1.5 |
816 | 2023-10-24T00:17:53.978Z | Downloaded crossbeam-utils v0.8.16 |
817 | 2023-10-24T00:17:53.981Z | Downloaded ff v0.13.0 |
818 | 2023-10-24T00:17:53.985Z | Downloaded slab v0.4.9 |
819 | 2023-10-24T00:17:53.988Z | Downloaded structmeta-derive v0.1.6 |
820 | 2023-10-24T00:17:53.991Z | Downloaded serde_with_macros v2.3.3 |
821 | 2023-10-24T00:17:53.994Z | Downloaded fixedbitset v0.4.2 |
822 | 2023-10-24T00:17:53.998Z | Downloaded tokio-native-tls v0.3.1 |
823 | 2023-10-24T00:17:54.002Z | Downloaded tungstenite v0.20.1 |
824 | 2023-10-24T00:17:54.005Z | Downloaded serde_repr v0.1.16 |
825 | 2023-10-24T00:17:54.009Z | Downloaded home v0.5.5 |
826 | 2023-10-24T00:17:54.013Z | Downloaded aes v0.8.3 |
827 | 2023-10-24T00:17:54.016Z | Downloaded getrandom v0.2.10 |
828 | 2023-10-24T00:17:54.023Z | Downloaded tokio-macros v2.1.0 |
829 | 2023-10-24T00:17:54.026Z | Downloaded hubpack_derive v0.1.1 |
830 | 2023-10-24T00:17:54.031Z | Downloaded structopt-derive v0.4.18 |
831 | 2023-10-24T00:17:54.035Z | Downloaded utf8parse v0.2.1 |
832 | 2023-10-24T00:17:54.039Z | Downloaded hash32 v0.2.1 |
833 | 2023-10-24T00:17:54.042Z | Downloaded term v0.7.0 |
834 | 2023-10-24T00:17:54.045Z | Downloaded secrecy v0.8.0 |
835 | 2023-10-24T00:17:54.048Z | Downloaded rcgen v0.10.0 |
836 | 2023-10-24T00:17:54.063Z | Downloaded scopeguard v1.2.0 |
837 | 2023-10-24T00:17:54.067Z | Downloaded der v0.7.8 |
838 | 2023-10-24T00:17:54.070Z | Downloaded serde_path_to_error v0.1.14 |
839 | 2023-10-24T00:17:54.074Z | Downloaded humantime v2.1.0 |
840 | 2023-10-24T00:17:54.078Z | Downloaded smallvec v1.11.0 |
841 | 2023-10-24T00:17:54.086Z | Downloaded itoa v1.0.9 |
842 | 2023-10-24T00:17:54.089Z | Downloaded russh-keys v0.38.0 |
843 | 2023-10-24T00:17:54.092Z | Downloaded hubpack v0.1.2 |
844 | 2023-10-24T00:17:54.097Z | Downloaded uuid v1.4.1 |
845 | 2023-10-24T00:17:54.100Z | Downloaded env_logger v0.9.3 |
846 | 2023-10-24T00:17:54.105Z | Downloaded unicode-ident v1.0.12 |
847 | 2023-10-24T00:17:54.108Z | Downloaded futures-channel v0.3.28 |
848 | 2023-10-24T00:17:54.113Z | Downloaded usdt-impl v0.3.5 |
849 | 2023-10-24T00:17:54.116Z | Downloaded tracing-attributes v0.1.26 |
850 | 2023-10-24T00:17:54.119Z | Downloaded half v1.8.2 |
851 | 2023-10-24T00:17:54.123Z | Downloaded ron v0.7.1 |
852 | 2023-10-24T00:17:54.132Z | Downloaded toml_edit v0.19.15 |
853 | 2023-10-24T00:17:54.162Z | Downloaded sct v0.7.0 |
854 | 2023-10-24T00:17:54.168Z | Downloaded ryu v1.0.15 |
855 | 2023-10-24T00:17:54.174Z | Downloaded serde_derive v1.0.188 |
856 | 2023-10-24T00:17:54.183Z | Downloaded zone v0.2.0 |
857 | 2023-10-24T00:17:54.186Z | Downloaded ucd-trie v0.1.6 |
858 | 2023-10-24T00:17:54.190Z | Downloaded toml v0.8.0 |
859 | 2023-10-24T00:17:54.194Z | Downloaded hmac v0.12.1 |
860 | 2023-10-24T00:17:54.199Z | Downloaded zip v0.6.6 |
861 | 2023-10-24T00:17:54.207Z | Downloaded futures v0.3.28 |
862 | 2023-10-24T00:17:54.218Z | Downloaded aho-corasick v1.0.4 |
863 | 2023-10-24T00:17:54.254Z | Downloaded heapless v0.7.16 |
864 | 2023-10-24T00:17:54.260Z | Downloaded unicode-segmentation v1.10.1 |
865 | 2023-10-24T00:17:54.263Z | Downloaded time v0.3.27 |
866 | 2023-10-24T00:17:54.267Z | Downloaded hashbrown v0.12.3 |
867 | 2023-10-24T00:17:54.271Z | Downloaded tracing-core v0.1.31 |
868 | 2023-10-24T00:17:54.276Z | Downloaded headers v0.3.9 |
869 | 2023-10-24T00:17:54.283Z | Downloaded itertools v0.11.0 |
870 | 2023-10-24T00:17:54.298Z | Downloaded itertools v0.10.5 |
871 | 2023-10-24T00:17:54.309Z | Downloaded http v0.2.9 |
872 | 2023-10-24T00:17:54.317Z | Downloaded russh v0.38.0 |
873 | 2023-10-24T00:17:54.326Z | Downloaded rustls-webpki v0.101.4 |
874 | 2023-10-24T00:17:54.353Z | Downloaded rand v0.7.3 |
875 | 2023-10-24T00:17:54.364Z | Downloaded clap v2.34.0 |
876 | 2023-10-24T00:17:54.379Z | Downloaded syn v2.0.32 |
877 | 2023-10-24T00:17:54.400Z | Downloaded rusqlite v0.29.0 |
878 | 2023-10-24T00:17:54.410Z | Downloaded syn v1.0.109 |
879 | 2023-10-24T00:17:54.431Z | Downloaded h2 v0.3.21 |
880 | 2023-10-24T00:17:54.443Z | Downloaded smoltcp v0.8.2 |
881 | 2023-10-24T00:17:54.462Z | Downloaded smoltcp v0.9.1 |
882 | 2023-10-24T00:17:54.484Z | Downloaded git2 v0.17.2 |
883 | 2023-10-24T00:17:54.500Z | Downloaded hyper v0.14.27 |
884 | 2023-10-24T00:17:54.516Z | Downloaded rustix v0.37.23 |
885 | 2023-10-24T00:17:54.553Z | Downloaded radix_trie v0.2.1 |
886 | 2023-10-24T00:17:54.564Z | Downloaded zerocopy-derive v0.6.4 |
887 | 2023-10-24T00:17:54.586Z | Downloaded libc v0.2.149 |
888 | 2023-10-24T00:17:54.636Z | Downloaded zerocopy-derive v0.2.0 |
889 | 2023-10-24T00:17:54.655Z | Downloaded bstr v1.6.0 |
890 | 2023-10-24T00:17:54.676Z | Downloaded rustix v0.38.9 |
891 | 2023-10-24T00:17:54.718Z | Downloaded bstr v0.2.17 |
892 | 2023-10-24T00:17:54.738Z | Downloaded winapi v0.3.9 |
893 | 2023-10-24T00:17:54.813Z | Downloaded encoding_rs v0.8.33 |
894 | 2023-10-24T00:17:54.856Z | Downloaded sled v0.34.7 |
895 | 2023-10-24T00:17:54.876Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
896 | 2023-10-24T00:17:54.901Z | Downloaded trust-dns-proto v0.22.0 |
897 | 2023-10-24T00:17:54.922Z | Downloaded curve25519-dalek v4.1.0 |
898 | 2023-10-24T00:17:54.939Z | Downloaded regex-automata v0.3.8 |
899 | 2023-10-24T00:17:55.094Z | Downloaded regex-syntax v0.7.5 |
900 | 2023-10-24T00:17:55.098Z | Downloaded regress v0.7.1 |
901 | 2023-10-24T00:17:55.101Z | Downloaded idna v0.4.0 |
902 | 2023-10-24T00:17:55.104Z | Downloaded tokio v1.33.0 |
903 | 2023-10-24T00:17:55.107Z | Downloaded sha3 v0.10.8 |
904 | 2023-10-24T00:17:55.110Z | Downloaded hkdf v0.12.3 |
905 | 2023-10-24T00:17:55.113Z | Downloaded regex v1.9.5 |
906 | 2023-10-24T00:17:55.120Z | Downloaded futures-util v0.3.28 |
907 | 2023-10-24T00:17:55.142Z | Downloaded rustls v0.21.7 |
908 | 2023-10-24T00:17:55.163Z | Downloaded gimli v0.28.0 |
909 | 2023-10-24T00:17:55.179Z | Downloaded nix v0.26.2 |
910 | 2023-10-24T00:17:55.198Z | Downloaded regex-syntax v0.6.29 |
911 | 2023-10-24T00:17:55.212Z | Downloaded object v0.32.1 |
912 | 2023-10-24T00:17:55.231Z | Downloaded idna v0.2.3 |
913 | 2023-10-24T00:17:55.244Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
914 | 2023-10-24T00:17:55.350Z | Downloaded diesel v2.1.1 |
915 | 2023-10-24T00:17:55.383Z | Downloaded openapiv3 v1.0.3 |
916 | 2023-10-24T00:17:55.407Z | Downloaded vcpkg v0.2.15 |
917 | 2023-10-24T00:17:55.482Z | Downloaded webpki-roots v0.25.2 |
918 | 2023-10-24T00:17:55.489Z | Downloaded openssl v0.10.57 |
919 | 2023-10-24T00:17:55.508Z | Downloaded serde_json v1.0.107 |
920 | 2023-10-24T00:17:55.522Z | Downloaded serde_with v2.3.3 |
921 | 2023-10-24T00:17:55.534Z | Downloaded rand v0.4.6 |
922 | 2023-10-24T00:17:55.540Z | Downloaded winnow v0.5.15 |
923 | 2023-10-24T00:17:55.556Z | Downloaded chrono v0.4.31 |
924 | 2023-10-24T00:17:55.571Z | Downloaded trust-dns-client v0.22.0 |
925 | 2023-10-24T00:17:55.582Z | Downloaded tokio-util v0.7.8 |
926 | 2023-10-24T00:17:55.593Z | Downloaded unicode-normalization v0.1.22 |
927 | 2023-10-24T00:17:55.600Z | Downloaded tracing v0.1.37 |
928 | 2023-10-24T00:17:55.608Z | Downloaded serde v1.0.188 |
929 | 2023-10-24T00:17:55.615Z | Downloaded petgraph v0.6.4 |
930 | 2023-10-24T00:17:55.640Z | Downloaded reqwest v0.11.20 |
931 | 2023-10-24T00:17:55.654Z | Downloaded clap_builder v4.4.2 |
932 | 2023-10-24T00:17:55.668Z | Downloaded regex-automata v0.1.10 |
933 | 2023-10-24T00:17:55.677Z | Downloaded hashbrown v0.14.0 |
934 | 2023-10-24T00:17:55.687Z | Downloaded toml_edit v0.20.0 |
935 | 2023-10-24T00:17:55.718Z | Downloaded aes-gcm v0.10.2 |
936 | 2023-10-24T00:17:55.725Z | Downloaded hashbrown v0.13.2 |
937 | 2023-10-24T00:17:55.733Z | Downloaded hyper-rustls v0.24.1 |
938 | 2023-10-24T00:17:55.738Z | Downloaded hashlink v0.8.3 |
939 | 2023-10-24T00:17:55.741Z | Downloaded typenum v1.16.0 |
940 | 2023-10-24T00:17:55.747Z | Downloaded ed25519-dalek v2.0.0 |
941 | 2023-10-24T00:17:55.754Z | Downloaded pest v2.7.2 |
942 | 2023-10-24T00:17:55.763Z | Downloaded libz-sys v1.1.12 |
943 | 2023-10-24T00:17:55.888Z | Downloaded hex-literal v0.4.1 |
944 | 2023-10-24T00:17:55.891Z | Downloaded hyper-staticfile v0.9.5 |
945 | 2023-10-24T00:17:55.893Z | Downloaded structopt v0.3.26 |
946 | 2023-10-24T00:17:55.906Z | Downloaded spki v0.7.2 |
947 | 2023-10-24T00:17:55.909Z | Downloaded rand_core v0.5.1 |
948 | 2023-10-24T00:17:55.912Z | Downloaded num-bigint v0.4.4 |
949 | 2023-10-24T00:17:55.920Z | Downloaded url v2.4.1 |
950 | 2023-10-24T00:17:55.933Z | Downloaded termcolor v1.2.0 |
951 | 2023-10-24T00:17:55.936Z | Downloaded indexmap v2.0.0 |
952 | 2023-10-24T00:17:55.939Z | Downloaded socket2 v0.5.4 |
953 | 2023-10-24T00:17:55.942Z | Downloaded socket2 v0.4.9 |
954 | 2023-10-24T00:17:55.945Z | Downloaded rand v0.8.5 |
955 | 2023-10-24T00:17:55.950Z | Downloaded tokio-stream v0.1.14 |
956 | 2023-10-24T00:17:55.957Z | Downloaded siphasher v0.3.11 |
957 | 2023-10-24T00:17:55.960Z | Downloaded zerocopy v0.6.4 |
958 | 2023-10-24T00:17:55.964Z | Downloaded hostname v0.3.1 |
959 | 2023-10-24T00:17:55.967Z | Downloaded futures-task v0.3.28 |
960 | 2023-10-24T00:17:55.970Z | Downloaded spin v0.9.8 |
961 | 2023-10-24T00:17:55.973Z | Downloaded rand_chacha v0.3.1 |
962 | 2023-10-24T00:17:55.976Z | Downloaded serde_yaml v0.9.25 |
963 | 2023-10-24T00:17:55.982Z | Downloaded const_format v0.2.31 |
964 | 2023-10-24T00:17:55.991Z | Downloaded funty v2.0.0 |
965 | 2023-10-24T00:17:55.995Z | Downloaded indexmap v1.9.3 |
966 | 2023-10-24T00:17:55.999Z | Downloaded similar v2.2.1 |
967 | 2023-10-24T00:17:56.008Z | Downloaded serde_arrays v0.1.0 |
968 | 2023-10-24T00:17:56.010Z | Downloaded tungstenite v0.18.0 |
969 | 2023-10-24T00:17:56.015Z | Downloaded rustfmt-wrapper v0.2.0 |
970 | 2023-10-24T00:17:56.018Z | Downloaded schemars_derive v0.8.13 |
971 | 2023-10-24T00:17:56.020Z | Downloaded same-file v1.0.6 |
972 | 2023-10-24T00:17:56.024Z | Downloaded jobserver v0.1.26 |
973 | 2023-10-24T00:17:56.027Z | Downloaded vec_map v0.8.2 |
974 | 2023-10-24T00:17:56.030Z | Downloaded strum_macros v0.25.2 |
975 | 2023-10-24T00:17:56.033Z | Downloaded headers-core v0.2.0 |
976 | 2023-10-24T00:17:56.038Z | Downloaded spin v0.5.2 |
977 | 2023-10-24T00:17:56.041Z | Downloaded crossbeam-channel v0.5.8 |
978 | 2023-10-24T00:17:56.044Z | Downloaded fxhash v0.2.1 |
979 | 2023-10-24T00:17:56.047Z | Downloaded futures-sink v0.3.28 |
980 | 2023-10-24T00:17:56.050Z | Downloaded futures-macro v0.3.28 |
981 | 2023-10-24T00:17:56.053Z | Downloaded trust-dns-server v0.22.1 |
982 | 2023-10-24T00:17:56.062Z | Downloaded base64 v0.21.4 |
983 | 2023-10-24T00:17:56.069Z | Downloaded flate2 v1.0.27 |
984 | 2023-10-24T00:17:56.078Z | Downloaded elliptic-curve v0.13.5 |
985 | 2023-10-24T00:17:56.085Z | Downloaded trust-dns-resolver v0.22.0 |
986 | 2023-10-24T00:17:56.093Z | Downloaded tokio-postgres v0.7.10 |
987 | 2023-10-24T00:17:56.102Z | Downloaded terminal_size v0.2.6 |
988 | 2023-10-24T00:17:56.105Z | Downloaded ringbuffer v0.15.0 |
989 | 2023-10-24T00:17:56.109Z | Downloaded dirs v5.0.1 |
990 | 2023-10-24T00:17:56.111Z | Downloaded slog-term v2.9.0 |
991 | 2023-10-24T00:17:56.114Z | Downloaded universal-hash v0.5.1 |
992 | 2023-10-24T00:17:56.118Z | Downloaded rustversion v1.0.14 |
993 | 2023-10-24T00:17:56.122Z | Downloaded keccak v0.1.4 |
994 | 2023-10-24T00:17:56.125Z | Downloaded schemars v0.8.13 |
995 | 2023-10-24T00:17:56.144Z | Downloaded libsqlite3-sys v0.26.0 |
996 | 2023-10-24T00:17:56.303Z | Downloaded ring v0.16.20 |
997 | 2023-10-24T00:17:56.449Z | Downloaded textwrap v0.11.0 |
998 | 2023-10-24T00:17:56.452Z | Downloaded unicode-xid v0.2.4 |
999 | 2023-10-24T00:17:56.455Z | Downloaded slog v2.7.0 |
1000 | 2023-10-24T00:17:56.459Z | Downloaded mio v0.8.8 |
1001 | 2023-10-24T00:17:56.468Z | Downloaded ipnet v2.8.0 |
1002 | 2023-10-24T00:17:56.471Z | Downloaded unsafe-libyaml v0.2.9 |
1003 | 2023-10-24T00:17:56.476Z | Downloaded derive_more v0.99.17 |
1004 | 2023-10-24T00:17:56.485Z | Downloaded vsss-rs v3.3.1 |
1005 | 2023-10-24T00:17:56.489Z | Downloaded serde_tokenstream v0.1.7 |
1006 | 2023-10-24T00:17:56.495Z | Downloaded inout v0.1.3 |
1007 | 2023-10-24T00:17:56.498Z | Downloaded slog-scope v4.4.0 |
1008 | 2023-10-24T00:17:56.501Z | Downloaded foreign-types v0.3.2 |
1009 | 2023-10-24T00:17:56.504Z | Downloaded walkdir v2.4.0 |
1010 | 2023-10-24T00:17:56.507Z | Downloaded tokio-tungstenite v0.20.1 |
1011 | 2023-10-24T00:17:56.510Z | Downloaded slog-json v2.6.1 |
1012 | 2023-10-24T00:17:56.513Z | Downloaded ed25519 v2.2.2 |
1013 | 2023-10-24T00:17:56.515Z | Downloaded iana-time-zone v0.1.57 |
1014 | 2023-10-24T00:17:56.519Z | Downloaded fnv v1.0.7 |
1015 | 2023-10-24T00:17:56.522Z | Downloaded fallible-iterator v0.2.0 |
1016 | 2023-10-24T00:17:56.524Z | Downloaded slog-dtrace v0.2.3 |
1017 | 2023-10-24T00:17:56.527Z | Downloaded filetime v0.2.22 |
1018 | 2023-10-24T00:17:56.530Z | Downloaded fastrand v2.0.0 |
1019 | 2023-10-24T00:17:56.533Z | Downloaded strsim v0.8.0 |
1020 | 2023-10-24T00:17:56.536Z | Downloaded radium v0.7.0 |
1021 | 2023-10-24T00:17:56.539Z | Downloaded strsim v0.10.0 |
1022 | 2023-10-24T00:17:56.542Z | Downloaded signature v2.1.0 |
1023 | 2023-10-24T00:17:56.545Z | Downloaded semver-parser v0.10.2 |
1024 | 2023-10-24T00:17:56.547Z | Downloaded zerocopy v0.3.0 |
1025 | 2023-10-24T00:17:56.550Z | Downloaded usdt v0.3.5 |
1026 | 2023-10-24T00:17:56.553Z | Downloaded smf v0.2.2 |
1027 | 2023-10-24T00:17:56.555Z | Downloaded want v0.3.1 |
1028 | 2023-10-24T00:17:56.558Z | Downloaded foreign-types-macros v0.2.3 |
1029 | 2023-10-24T00:17:56.561Z | Downloaded base64 v0.13.1 |
1030 | 2023-10-24T00:17:56.564Z | Downloaded toml v0.7.8 |
1031 | 2023-10-24T00:17:56.567Z | Downloaded dyn-clone v1.0.13 |
1032 | 2023-10-24T00:17:56.570Z | Downloaded twox-hash v1.6.3 |
1033 | 2023-10-24T00:17:56.573Z | Downloaded io-lifetimes v1.0.11 |
1034 | 2023-10-24T00:17:56.576Z | Downloaded httparse v1.8.0 |
1035 | 2023-10-24T00:17:56.579Z | Downloaded digest v0.10.7 |
1036 | 2023-10-24T00:17:56.581Z | Downloaded xattr v1.0.1 |
1037 | 2023-10-24T00:17:56.584Z | Downloaded wyz v0.5.1 |
1038 | 2023-10-24T00:17:56.587Z | Downloaded vergen v8.2.4 |
1039 | 2023-10-24T00:17:56.590Z | Downloaded unicode-bidi v0.3.13 |
1040 | 2023-10-24T00:17:56.593Z | Downloaded tokio-tungstenite v0.18.0 |
1041 | 2023-10-24T00:17:56.596Z | Downloaded semver v1.0.18 |
1042 | 2023-10-24T00:17:56.599Z | Downloaded tinyvec_macros v0.1.1 |
1043 | 2023-10-24T00:17:56.603Z | Downloaded sha1 v0.10.5 |
1044 | 2023-10-24T00:17:56.606Z | Downloaded serde_spanned v0.6.3 |
1045 | 2023-10-24T00:17:56.609Z | Downloaded memchr v2.6.3 |
1046 | 2023-10-24T00:17:56.612Z | Downloaded ascii v1.1.0 |
1047 | 2023-10-24T00:17:56.615Z | Downloaded parking_lot v0.12.1 |
1048 | 2023-10-24T00:17:56.617Z | Downloaded zeroize v1.6.0 |
1049 | 2023-10-24T00:17:56.620Z | Downloaded semver v0.11.0 |
1050 | 2023-10-24T00:17:56.623Z | Downloaded toml v0.5.11 |
1051 | 2023-10-24T00:17:56.625Z | Downloaded tinyvec v1.6.0 |
1052 | 2023-10-24T00:17:56.628Z | Downloaded proc-macro2 v1.0.67 |
1053 | 2023-10-24T00:17:56.631Z | Downloaded thiserror-impl-no-std v2.0.2 |
1054 | 2023-10-24T00:17:56.633Z | Downloaded diesel_derives v2.1.1 |
1055 | 2023-10-24T00:17:56.637Z | Downloaded chacha20poly1305 v0.10.1 |
1056 | 2023-10-24T00:17:56.640Z | Downloaded toml_datetime v0.6.3 |
1057 | 2023-10-24T00:17:56.643Z | Downloaded num-traits v0.2.16 |
1058 | 2023-10-24T00:17:56.646Z | Downloaded clap v4.4.3 |
1059 | 2023-10-24T00:17:56.659Z | Downloaded ghash v0.5.0 |
1060 | 2023-10-24T00:17:56.662Z | Downloaded waitgroup v0.1.2 |
1061 | 2023-10-24T00:17:56.665Z | Downloaded usdt-attr-macro v0.3.5 |
1062 | 2023-10-24T00:17:56.668Z | Downloaded resolv-conf v0.7.0 |
1063 | 2023-10-24T00:17:56.670Z | Downloaded erased-serde v0.3.30 |
1064 | 2023-10-24T00:17:56.673Z | Downloaded password-hash v0.4.2 |
1065 | 2023-10-24T00:17:56.676Z | Downloaded parse-display-derive v0.7.0 |
1066 | 2023-10-24T00:17:56.679Z | Downloaded parking_lot_core v0.9.8 |
1067 | 2023-10-24T00:17:56.682Z | Downloaded parking_lot v0.11.2 |
1068 | 2023-10-24T00:17:56.685Z | Downloaded rustls-native-certs v0.6.3 |
1069 | 2023-10-24T00:17:56.689Z | Downloaded serde_urlencoded v0.7.1 |
1070 | 2023-10-24T00:17:56.692Z | Downloaded tar v0.4.40 |
1071 | 2023-10-24T00:17:56.695Z | Downloaded openssl-sys v0.9.93 |
1072 | 2023-10-24T00:17:56.700Z | Downloaded dtrace-parser v0.1.14 |
1073 | 2023-10-24T00:17:56.703Z | Downloaded ipnetwork v0.20.0 |
1074 | 2023-10-24T00:17:56.706Z | Downloaded sha2 v0.10.7 |
1075 | 2023-10-24T00:17:56.709Z | Downloaded serde_tokenstream v0.2.0 |
1076 | 2023-10-24T00:17:56.713Z | Downloaded rand_chacha v0.2.2 |
1077 | 2023-10-24T00:17:56.716Z | Downloaded httpdate v1.0.3 |
1078 | 2023-10-24T00:17:56.719Z | Downloaded proc-macro-error-attr v1.0.4 |
1079 | 2023-10-24T00:17:56.722Z | Downloaded slog-bunyan v2.4.0 |
1080 | 2023-10-24T00:17:56.724Z | Downloaded signal-hook-registry v1.4.1 |
1081 | 2023-10-24T00:17:56.727Z | Downloaded stable_deref_trait v1.2.0 |
1082 | 2023-10-24T00:17:56.730Z | Downloaded smawk v0.3.1 |
1083 | 2023-10-24T00:17:56.732Z | Downloaded thread-id v4.2.0 |
1084 | 2023-10-24T00:17:56.735Z | Downloaded synstructure v0.12.6 |
1085 | 2023-10-24T00:17:56.738Z | Downloaded yasna v0.5.2 |
1086 | 2023-10-24T00:17:56.740Z | Downloaded tokio-rustls v0.24.1 |
1087 | 2023-10-24T00:17:56.743Z | Downloaded anyhow v1.0.75 |
1088 | 2023-10-24T00:17:56.746Z | Downloaded heck v0.4.1 |
1089 | 2023-10-24T00:17:56.749Z | Downloaded group v0.13.0 |
1090 | 2023-10-24T00:17:56.752Z | Downloaded futures-executor v0.3.28 |
1091 | 2023-10-24T00:17:56.754Z | Downloaded time-core v0.1.1 |
1092 | 2023-10-24T00:17:56.757Z | Downloaded allocator-api2 v0.2.16 |
1093 | 2023-10-24T00:17:56.760Z | Downloaded addr2line v0.21.0 |
1094 | 2023-10-24T00:17:56.763Z | Downloaded subtle v2.5.0 |
1095 | 2023-10-24T00:17:56.766Z | Downloaded futures-io v0.3.28 |
1096 | 2023-10-24T00:17:56.769Z | Downloaded futures-core v0.3.28 |
1097 | 2023-10-24T00:17:56.772Z | Downloaded darling_core v0.20.3 |
1098 | 2023-10-24T00:17:56.775Z | Downloaded base64ct v1.6.0 |
1099 | 2023-10-24T00:17:56.778Z | Downloaded glob v0.3.1 |
1100 | 2023-10-24T00:17:56.781Z | Downloaded getopts v0.2.21 |
1101 | 2023-10-24T00:17:56.784Z | Downloaded errno v0.3.2 |
1102 | 2023-10-24T00:17:56.787Z | Downloaded postgres-types v0.2.6 |
1103 | 2023-10-24T00:17:56.790Z | Downloaded backoff v0.4.0 |
1104 | 2023-10-24T00:17:56.792Z | Downloaded pem v1.1.1 |
1105 | 2023-10-24T00:17:56.795Z | Downloaded parking_lot_core v0.8.6 |
1106 | 2023-10-24T00:17:56.798Z | Downloaded either v1.9.0 |
1107 | 2023-10-24T00:17:56.801Z | Downloaded aes-gcm-siv v0.11.1 |
1108 | 2023-10-24T00:17:56.803Z | Downloaded is-terminal v0.4.9 |
1109 | 2023-10-24T00:17:56.806Z | Downloaded instant v0.1.12 |
1110 | 2023-10-24T00:17:56.809Z | Downloaded ident_case v1.0.1 |
1111 | 2023-10-24T00:17:56.812Z | Downloaded http-range v0.1.5 |
1112 | 2023-10-24T00:17:56.815Z | Downloaded postcard v0.7.3 |
1113 | 2023-10-24T00:17:56.817Z | Downloaded crossbeam-epoch v0.9.15 |
1114 | 2023-10-24T00:17:56.820Z | Downloaded http-body v0.4.5 |
1115 | 2023-10-24T00:17:56.827Z | Downloaded zone_cfg_derive v0.2.0 |
1116 | 2023-10-24T00:17:56.830Z | Downloaded utf-8 v0.7.6 |
1117 | 2023-10-24T00:17:56.832Z | Downloaded version_check v0.9.4 |
1118 | 2023-10-24T00:17:56.835Z | Downloaded untrusted v0.7.1 |
1119 | 2023-10-24T00:17:56.838Z | Downloaded unicode-width v0.1.10 |
1120 | 2023-10-24T00:17:56.841Z | Downloaded time-macros v0.2.13 |
1121 | 2023-10-24T00:17:56.843Z | Downloaded thiserror-impl v1.0.49 |
1122 | 2023-10-24T00:17:56.846Z | Downloaded thiserror v1.0.49 |
1123 | 2023-10-24T00:17:56.849Z | Downloaded ansi_term v0.12.1 |
1124 | 2023-10-24T00:17:56.853Z | Downloaded ahash v0.8.3 |
1125 | 2023-10-24T00:17:56.855Z | Downloaded miniz_oxide v0.7.1 |
1126 | 2023-10-24T00:17:56.858Z | Downloaded omicron-zone-package v0.8.3 |
1127 | 2023-10-24T00:17:56.861Z | Downloaded anstream v0.5.0 |
1128 | 2023-10-24T00:17:56.864Z | Downloaded num-rational v0.4.1 |
1129 | 2023-10-24T00:17:56.866Z | Downloaded platforms v3.0.2 |
1130 | 2023-10-24T00:17:56.869Z | Downloaded pin-utils v0.1.0 |
1131 | 2023-10-24T00:17:56.872Z | Downloaded pbkdf2 v0.11.0 |
1132 | 2023-10-24T00:17:56.875Z | Downloaded num-complex v0.4.4 |
1133 | 2023-10-24T00:17:56.878Z | Downloaded ciborium v0.2.1 |
1134 | 2023-10-24T00:17:56.880Z | Downloaded foreign-types-shared v0.3.1 |
1135 | 2023-10-24T00:17:56.883Z | Downloaded foreign-types-shared v0.1.1 |
1136 | 2023-10-24T00:17:56.898Z | Downloaded postgres-protocol v0.6.6 |
1137 | 2023-10-24T00:17:56.902Z | Downloaded float-cmp v0.9.0 |
1138 | 2023-10-24T00:17:56.905Z | Downloaded equivalent v1.0.1 |
1139 | 2023-10-24T00:17:56.909Z | Downloaded cpufeatures v0.2.9 |
1140 | 2023-10-24T00:17:56.912Z | Downloaded convert_case v0.4.0 |
1141 | 2023-10-24T00:17:56.914Z | Downloaded cipher v0.4.4 |
1142 | 2023-10-24T00:17:56.917Z | Downloaded bitflags v1.3.2 |
1143 | 2023-10-24T00:17:56.920Z | Downloaded bit-vec v0.6.3 |
1144 | 2023-10-24T00:17:56.923Z | Downloaded bincode v1.3.3 |
1145 | 2023-10-24T00:17:56.925Z | Downloaded deranged v0.3.8 |
1146 | 2023-10-24T00:17:56.928Z | Downloaded pbkdf2 v0.12.2 |
1147 | 2023-10-24T00:17:56.931Z | Downloaded password-hash v0.5.0 |
1148 | 2023-10-24T00:17:56.934Z | Downloaded autocfg v1.1.0 |
1149 | 2023-10-24T00:17:56.936Z | Downloaded pest_generator v2.7.2 |
1150 | 2023-10-24T00:17:56.939Z | Downloaded num_enum_derive v0.5.11 |
1151 | 2023-10-24T00:17:56.942Z | Downloaded ppv-lite86 v0.2.17 |
1152 | 2023-10-24T00:17:56.945Z | Downloaded percent-encoding v2.3.0 |
1153 | 2023-10-24T00:17:56.947Z | Downloaded atomic-waker v1.1.1 |
1154 | 2023-10-24T00:17:56.950Z | Downloaded bitvec v1.0.1 |
1155 | 2023-10-24T00:17:56.953Z | Downloaded num_enum_derive v0.7.0 |
1156 | 2023-10-24T00:17:56.956Z | Downloaded num_enum v0.5.11 |
1157 | 2023-10-24T00:17:56.959Z | Downloaded bytes v1.5.0 |
1158 | 2023-10-24T00:17:56.962Z | Downloaded cstr-argument v0.1.2 |
1159 | 2023-10-24T00:17:56.965Z | Downloaded dof v0.1.5 |
1160 | 2023-10-24T00:17:56.969Z | Downloaded difflib v0.4.0 |
1161 | 2023-10-24T00:17:56.972Z | Downloaded usdt-macro v0.3.5 |
1162 | 2023-10-24T00:17:56.978Z | Downloaded mime_guess v2.0.4 |
1163 | 2023-10-24T00:17:56.982Z | Downloaded tower-service v0.3.2 |
1164 | 2023-10-24T00:17:56.985Z | Downloaded toolchain_find v0.2.0 |
1165 | 2023-10-24T00:17:56.988Z | Downloaded precomputed-hash v0.1.1 |
1166 | 2023-10-24T00:17:56.991Z | Downloaded crc32fast v1.3.2 |
1167 | 2023-10-24T00:17:56.994Z | Downloaded aead v0.5.2 |
1168 | 2023-10-24T00:17:56.997Z | Downloaded num-integer v0.1.45 |
1169 | 2023-10-24T00:17:57.000Z | Downloaded clap_derive v4.4.2 |
1170 | 2023-10-24T00:17:57.003Z | Downloaded num v0.4.1 |
1171 | 2023-10-24T00:17:57.006Z | Downloaded ciborium-ll v0.2.1 |
1172 | 2023-10-24T00:17:57.009Z | Downloaded chacha20 v0.9.1 |
1173 | 2023-10-24T00:17:57.012Z | Downloaded macaddr v1.0.1 |
1174 | 2023-10-24T00:17:57.015Z | Downloaded data-encoding v2.4.0 |
1175 | 2023-10-24T00:17:57.017Z | Downloaded native-tls v0.2.11 |
1176 | 2023-10-24T00:17:57.020Z | Downloaded mime v0.3.17 |
1177 | 2023-10-24T00:17:57.023Z | Downloaded bzip2 v0.4.4 |
1178 | 2023-10-24T00:17:57.026Z | Downloaded pretty-hex v0.2.1 |
1179 | 2023-10-24T00:17:57.029Z | Downloaded num-derive v0.4.0 |
1180 | 2023-10-24T00:17:57.032Z | Downloaded debug-ignore v1.0.5 |
1181 | 2023-10-24T00:17:57.034Z | Downloaded async-trait v0.1.73 |
1182 | 2023-10-24T00:17:57.037Z | Downloaded async-stream-impl v0.3.5 |
1183 | 2023-10-24T00:17:57.040Z | Downloaded const-oid v0.9.5 |
1184 | 2023-10-24T00:17:57.046Z | Downloaded memoffset v0.9.0 |
1185 | 2023-10-24T00:17:57.051Z | Downloaded cfg-if v0.1.10 |
1186 | 2023-10-24T00:17:57.054Z | Downloaded camino v1.1.6 |
1187 | 2023-10-24T00:17:57.057Z | Downloaded option-ext v0.2.0 |
1188 | 2023-10-24T00:17:57.060Z | Downloaded async-stream v0.3.5 |
1189 | 2023-10-24T00:17:57.063Z | Downloaded blake2 v0.10.6 |
1190 | 2023-10-24T00:17:57.066Z | Downloaded num_threads v0.1.6 |
1191 | 2023-10-24T00:17:57.070Z | Downloaded opaque-debug v0.3.0 |
1192 | 2023-10-24T00:17:57.073Z | Downloaded once_cell v1.18.0 |
1193 | 2023-10-24T00:17:57.077Z | Downloaded new_debug_unreachable v1.0.4 |
1194 | 2023-10-24T00:17:57.081Z | Downloaded tempfile v3.8.0 |
1195 | 2023-10-24T00:17:57.084Z | Downloaded r2d2 v0.8.10 |
1196 | 2023-10-24T00:17:57.087Z | Downloaded quote v1.0.33 |
1197 | 2023-10-24T00:17:57.090Z | Downloaded proc-macro-error v1.0.4 |
1198 | 2023-10-24T00:17:57.093Z | Downloaded predicates-core v1.0.6 |
1199 | 2023-10-24T00:17:57.096Z | Downloaded bit_field v0.10.2 |
1200 | 2023-10-24T00:17:57.099Z | Downloaded polyval v0.6.1 |
1201 | 2023-10-24T00:17:57.102Z | Downloaded pkcs8 v0.10.2 |
1202 | 2023-10-24T00:17:57.105Z | Downloaded poly1305 v0.8.0 |
1203 | 2023-10-24T00:17:57.108Z | Downloaded cfg-if v1.0.0 |
1204 | 2023-10-24T00:17:57.111Z | Downloaded crucible-workspace-hack v0.1.0 |
1205 | 2023-10-24T00:17:57.115Z | Downloaded quick-error v1.2.3 |
1206 | 2023-10-24T00:17:57.119Z | Downloaded proc-macro-crate v1.3.1 |
1207 | 2023-10-24T00:17:57.124Z | Downloaded pretty-hex v0.3.0 |
1208 | 2023-10-24T00:17:57.128Z | Downloaded postcard-cobs v0.1.5-pre |
1209 | 2023-10-24T00:17:57.134Z | Downloaded bitstruct v0.1.1 |
1210 | 2023-10-24T00:17:57.140Z | Downloaded memoffset v0.7.1 |
1211 | 2023-10-24T00:17:57.144Z | Downloaded camino-tempfile v1.0.2 |
1212 | 2023-10-24T00:17:57.147Z | Downloaded lru-cache v0.1.2 |
1213 | 2023-10-24T00:17:57.150Z | Downloaded const_format_proc_macros v0.2.31 |
1214 | 2023-10-24T00:17:57.153Z | Downloaded phf v0.11.2 |
1215 | 2023-10-24T00:17:57.156Z | Downloaded clap_lex v0.5.1 |
1216 | 2023-10-24T00:17:57.159Z | Downloaded bcrypt-pbkdf v0.10.0 |
1217 | 2023-10-24T00:17:57.163Z | Downloaded pest_meta v2.7.2 |
1218 | 2023-10-24T00:17:57.166Z | Downloaded byteorder v1.4.3 |
1219 | 2023-10-24T00:17:57.170Z | Downloaded openssl-probe v0.1.5 |
1220 | 2023-10-24T00:17:57.173Z | Downloaded md5 v0.7.0 |
1221 | 2023-10-24T00:17:57.177Z | Downloaded managed v0.8.0 |
1222 | 2023-10-24T00:17:57.180Z | Downloaded match_cfg v0.1.0 |
1223 | 2023-10-24T00:17:57.184Z | Downloaded lazy_static v1.4.0 |
1224 | 2023-10-24T00:17:57.187Z | Downloaded linked-hash-map v0.5.6 |
1225 | 2023-10-24T00:17:57.190Z | Downloaded log v0.4.20 |
1226 | 2023-10-24T00:17:57.193Z | Downloaded blowfish v0.9.1 |
1227 | 2023-10-24T00:17:57.630Z | Compiling proc-macro2 v1.0.67 |
1228 | 2023-10-24T00:17:57.633Z | Compiling unicode-ident v1.0.12 |
1229 | 2023-10-24T00:17:57.637Z | Compiling libc v0.2.149 |
1230 | 2023-10-24T00:17:57.640Z | Compiling serde v1.0.188 |
1231 | 2023-10-24T00:17:57.652Z | Compiling version_check v0.9.4 |
1232 | 2023-10-24T00:17:57.656Z | Compiling autocfg v1.1.0 |
1233 | 2023-10-24T00:17:57.659Z | Compiling cfg-if v1.0.0 |
1234 | 2023-10-24T00:17:57.664Z | Compiling syn v1.0.109 |
1235 | 2023-10-24T00:17:58.009Z | Compiling typenum v1.16.0 |
1236 | 2023-10-24T00:17:58.031Z | Compiling once_cell v1.18.0 |
1237 | 2023-10-24T00:17:58.696Z | Compiling thiserror v1.0.49 |
1238 | 2023-10-24T00:17:58.835Z | Compiling generic-array v0.14.7 |
1239 | 2023-10-24T00:17:58.860Z | Compiling lock_api v0.4.10 |
1240 | 2023-10-24T00:18:01.597Z | Compiling libm v0.2.7 |
1241 | 2023-10-24T00:18:01.638Z | Compiling parking_lot_core v0.9.8 |
1242 | 2023-10-24T00:18:01.706Z | Compiling num-traits v0.2.16 |
1243 | 2023-10-24T00:18:01.808Z | Compiling itoa v1.0.9 |
1244 | 2023-10-24T00:18:01.951Z | Compiling memchr v2.6.3 |
1245 | 2023-10-24T00:18:02.063Z | Compiling futures-core v0.3.28 |
1246 | 2023-10-24T00:18:02.135Z | Compiling ahash v0.8.3 |
1247 | 2023-10-24T00:18:02.207Z | Compiling serde_json v1.0.107 |
1248 | 2023-10-24T00:18:02.596Z | Compiling log v0.4.20 |
1249 | 2023-10-24T00:18:02.720Z | Compiling slab v0.4.9 |
1250 | 2023-10-24T00:18:02.812Z | Compiling futures-channel v0.3.28 |
1251 | 2023-10-24T00:18:03.154Z | Compiling quote v1.0.33 |
1252 | 2023-10-24T00:18:03.260Z | Compiling futures-task v0.3.28 |
1253 | 2023-10-24T00:18:03.369Z | Compiling futures-util v0.3.28 |
1254 | 2023-10-24T00:18:03.542Z | Compiling pkg-config v0.3.27 |
1255 | 2023-10-24T00:18:03.696Z | Compiling syn v2.0.32 |
1256 | 2023-10-24T00:18:04.282Z | Compiling getrandom v0.2.10 |
1257 | 2023-10-24T00:18:04.300Z | Compiling jobserver v0.1.26 |
1258 | 2023-10-24T00:18:04.514Z | Compiling ryu v1.0.15 |
1259 | 2023-10-24T00:18:04.864Z | Compiling cc v1.0.83 |
1260 | 2023-10-24T00:18:05.044Z | Compiling rand_core v0.6.4 |
1261 | 2023-10-24T00:18:05.152Z | Compiling vcpkg v0.2.15 |
1262 | 2023-10-24T00:18:05.336Z | Compiling schemars v0.8.13 |
1263 | 2023-10-24T00:18:05.379Z | Compiling allocator-api2 v0.2.16 |
1264 | 2023-10-24T00:18:05.715Z | Compiling heck v0.4.1 |
1265 | 2023-10-24T00:18:05.808Z | Compiling equivalent v1.0.1 |
1266 | 2023-10-24T00:18:05.969Z | Compiling scopeguard v1.2.0 |
1267 | 2023-10-24T00:18:06.692Z | Compiling hashbrown v0.14.0 |
1268 | 2023-10-24T00:18:07.025Z | Compiling smallvec v1.11.0 |
1269 | 2023-10-24T00:18:07.750Z | Compiling byteorder v1.4.3 |
1270 | 2023-10-24T00:18:08.153Z | Compiling httparse v1.8.0 |
1271 | 2023-10-24T00:18:08.559Z | Compiling fnv v1.0.7 |
1272 | 2023-10-24T00:18:08.736Z | Compiling iana-time-zone v0.1.57 |
1273 | 2023-10-24T00:18:08.762Z | Compiling pin-project-lite v0.2.13 |
1274 | 2023-10-24T00:18:08.765Z | Compiling semver v1.0.18 |
1275 | 2023-10-24T00:18:09.443Z | Compiling subtle v2.5.0 |
1276 | 2023-10-24T00:18:09.511Z | Compiling indexmap v1.9.3 |
1277 | 2023-10-24T00:18:09.636Z | Compiling ring v0.16.20 |
1278 | 2023-10-24T00:18:09.904Z | Compiling parking_lot v0.12.1 |
1279 | 2023-10-24T00:18:09.929Z | Compiling time-core v0.1.1 |
1280 | 2023-10-24T00:18:10.003Z | Compiling tinyvec_macros v0.1.1 |
1281 | 2023-10-24T00:18:10.070Z | Compiling dyn-clone v1.0.13 |
1282 | 2023-10-24T00:18:10.129Z | Compiling tinyvec v1.6.0 |
1283 | 2023-10-24T00:18:10.190Z | Compiling time-macros v0.2.13 |
1284 | 2023-10-24T00:18:10.437Z | Compiling openssl-sys v0.9.93 |
1285 | 2023-10-24T00:18:10.460Z | Compiling mio v0.8.8 |
1286 | 2023-10-24T00:18:11.602Z | Compiling signal-hook-registry v1.4.1 |
1287 | 2023-10-24T00:18:11.651Z | Compiling num_cpus v1.16.0 |
1288 | 2023-10-24T00:18:11.822Z | Compiling socket2 v0.5.4 |
1289 | 2023-10-24T00:18:12.554Z | Compiling rustls v0.21.7 |
1290 | 2023-10-24T00:18:12.787Z | Compiling unicode-normalization v0.1.22 |
1291 | 2023-10-24T00:18:12.920Z | Compiling unicode-bidi v0.3.13 |
1292 | 2023-10-24T00:18:13.345Z | Compiling slog v2.7.0 |
1293 | 2023-10-24T00:18:13.953Z | Compiling spin v0.5.2 |
1294 | 2023-10-24T00:18:14.351Z | Compiling percent-encoding v2.3.0 |
1295 | 2023-10-24T00:18:14.639Z | Compiling ucd-trie v0.1.6 |
1296 | 2023-10-24T00:18:14.880Z | Compiling backtrace v0.3.69 |
1297 | 2023-10-24T00:18:14.988Z | Compiling serde_derive_internals v0.26.0 |
1298 | 2023-10-24T00:18:15.204Z | Compiling async-trait v0.1.73 |
1299 | 2023-10-24T00:18:15.459Z | Compiling form_urlencoded v1.2.0 |
1300 | 2023-10-24T00:18:15.513Z | Compiling aho-corasick v1.0.4 |
1301 | 2023-10-24T00:18:15.833Z | Compiling openssl v0.10.57 |
1302 | 2023-10-24T00:18:15.897Z | Compiling regex-syntax v0.7.5 |
1303 | 2023-10-24T00:18:15.922Z | Compiling pin-utils v0.1.0 |
1304 | 2023-10-24T00:18:16.046Z | Compiling futures-sink v0.3.28 |
1305 | 2023-10-24T00:18:16.260Z | Compiling winnow v0.5.15 |
1306 | 2023-10-24T00:18:16.374Z | Compiling anyhow v1.0.75 |
1307 | 2023-10-24T00:18:17.609Z | Compiling idna v0.4.0 |
1308 | 2023-10-24T00:18:18.763Z | Compiling native-tls v0.2.11 |
1309 | 2023-10-24T00:18:19.246Z | Compiling url v2.4.1 |
1310 | 2023-10-24T00:18:20.435Z | Compiling unicode-xid v0.2.4 |
1311 | 2023-10-24T00:18:21.489Z | Compiling rustversion v1.0.14 |
1312 | 2023-10-24T00:18:21.867Z | Compiling regex-automata v0.3.8 |
1313 | 2023-10-24T00:18:22.381Z | Compiling futures-io v0.3.28 |
1314 | 2023-10-24T00:18:22.648Z | Compiling unicode-width v0.1.10 |
1315 | 2023-10-24T00:18:22.870Z | Compiling const-oid v0.9.5 |
1316 | 2023-10-24T00:18:23.301Z | Compiling hashbrown v0.13.2 |
1317 | 2023-10-24T00:18:23.646Z | Compiling synstructure v0.12.6 |
1318 | 2023-10-24T00:18:25.114Z | Compiling cpufeatures v0.2.9 |
1319 | 2023-10-24T00:18:25.234Z | Compiling crossbeam-utils v0.8.16 |
1320 | 2023-10-24T00:18:25.261Z | Compiling tracing-core v0.1.31 |
1321 | 2023-10-24T00:18:25.933Z | Compiling adler v1.0.2 |
1322 | 2023-10-24T00:18:26.082Z | Compiling rustix v0.38.9 |
1323 | 2023-10-24T00:18:26.285Z | Compiling miniz_oxide v0.7.1 |
1324 | 2023-10-24T00:18:26.322Z | Compiling usdt-impl v0.3.5 |
1325 | 2023-10-24T00:18:27.214Z | Compiling ppv-lite86 v0.2.17 |
1326 | 2023-10-24T00:18:27.946Z | Compiling gimli v0.28.0 |
1327 | 2023-10-24T00:18:27.969Z | Compiling bitflags v1.3.2 |
1328 | 2023-10-24T00:18:28.367Z | Compiling object v0.32.1 |
1329 | 2023-10-24T00:18:28.372Z | Compiling num_threads v0.1.6 |
1330 | 2023-10-24T00:18:28.539Z | Compiling rustc-demangle v0.1.23 |
1331 | 2023-10-24T00:18:28.570Z | Compiling deranged v0.3.8 |
1332 | 2023-10-24T00:18:28.676Z | Compiling schemars_derive v0.8.13 |
1333 | 2023-10-24T00:18:28.714Z | Compiling serde_derive v1.0.188 |
1334 | 2023-10-24T00:18:29.211Z | Compiling zeroize_derive v1.4.2 |
1335 | 2023-10-24T00:18:30.315Z | Compiling thiserror-impl v1.0.49 |
1336 | 2023-10-24T00:18:31.824Z | Compiling tokio-macros v2.1.0 |
1337 | 2023-10-24T00:18:31.852Z | Compiling futures-macro v0.3.28 |
1338 | 2023-10-24T00:18:33.852Z | Compiling tracing-attributes v0.1.26 |
1339 | 2023-10-24T00:18:34.359Z | Compiling zeroize v1.6.0 |
1340 | 2023-10-24T00:18:35.374Z | Compiling pest v2.7.2 |
1341 | 2023-10-24T00:18:36.799Z | Compiling openssl-macros v0.1.1 |
1342 | 2023-10-24T00:18:37.341Z | Compiling crypto-common v0.1.6 |
1343 | 2023-10-24T00:18:37.700Z | Compiling regex v1.9.5 |
1344 | 2023-10-24T00:18:38.037Z | Compiling block-buffer v0.10.4 |
1345 | 2023-10-24T00:18:39.413Z | Compiling digest v0.10.7 |
1346 | 2023-10-24T00:18:39.575Z | Compiling pest_meta v2.7.2 |
1347 | 2023-10-24T00:18:39.628Z | Compiling zerocopy-derive v0.2.0 |
1348 | 2023-10-24T00:18:40.113Z | Compiling tracing v0.1.37 |
1349 | 2023-10-24T00:18:40.396Z | Compiling addr2line v0.21.0 |
1350 | 2023-10-24T00:18:40.495Z | Compiling time v0.3.27 |
1351 | 2023-10-24T00:18:40.920Z | Compiling thread-id v4.2.0 |
1352 | 2023-10-24T00:18:41.503Z | Compiling rand_chacha v0.3.1 |
1353 | 2023-10-24T00:18:43.537Z | Compiling pest_generator v2.7.2 |
1354 | 2023-10-24T00:18:44.190Z | Compiling zerocopy v0.3.0 |
1355 | 2023-10-24T00:18:45.622Z | Compiling dof v0.1.5 |
1356 | 2023-10-24T00:18:47.258Z | Compiling base64 v0.21.4 |
1357 | 2023-10-24T00:18:47.285Z | Compiling pest_derive v2.7.2 |
1358 | 2023-10-24T00:18:48.081Z | Compiling rand v0.8.5 |
1359 | 2023-10-24T00:18:48.458Z | Compiling dtrace-parser v0.1.14 |
1360 | 2023-10-24T00:18:48.609Z | Compiling lazy_static v1.4.0 |
1361 | 2023-10-24T00:18:49.025Z | Compiling untrusted v0.7.1 |
1362 | 2023-10-24T00:18:49.068Z | Compiling strum_macros v0.25.2 |
1363 | 2023-10-24T00:18:50.398Z | Compiling strsim v0.10.0 |
1364 | 2023-10-24T00:18:51.238Z | Compiling regress v0.7.1 |
1365 | 2023-10-24T00:18:51.741Z | Compiling socket2 v0.4.9 |
1366 | 2023-10-24T00:18:52.109Z | Compiling hashbrown v0.12.3 |
1367 | 2023-10-24T00:18:53.224Z | Compiling bytes v1.5.0 |
1368 | 2023-10-24T00:18:53.530Z | Compiling indexmap v2.0.0 |
1369 | 2023-10-24T00:18:53.945Z | Compiling chrono v0.4.31 |
1370 | 2023-10-24T00:18:54.850Z | Compiling uuid v1.4.1 |
1371 | 2023-10-24T00:18:55.331Z | Compiling http v0.2.9 |
1372 | 2023-10-24T00:18:55.483Z | Compiling tokio v1.33.0 |
1373 | 2023-10-24T00:18:55.988Z | Compiling serde_spanned v0.6.3 |
1374 | 2023-10-24T00:18:56.037Z | Compiling toml_datetime v0.6.3 |
1375 | 2023-10-24T00:18:56.368Z | Compiling bitflags v2.4.0 |
1376 | 2023-10-24T00:18:56.777Z | Compiling toml_edit v0.19.15 |
1377 | 2023-10-24T00:18:56.890Z | Compiling rustc_version v0.4.0 |
1378 | 2023-10-24T00:18:57.065Z | Compiling openapiv3 v1.0.3 |
1379 | 2023-10-24T00:19:00.060Z | Compiling serde_tokenstream v0.1.7 |
1380 | 2023-10-24T00:19:00.863Z | Compiling serde_tokenstream v0.2.0 |
1381 | 2023-10-24T00:19:01.151Z | Compiling sct v0.7.0 |
1382 | 2023-10-24T00:19:01.638Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1383 | 2023-10-24T00:19:01.671Z | Compiling rustls-webpki v0.101.4 |
1384 | 2023-10-24T00:19:02.455Z | Compiling try-lock v0.2.4 |
1385 | 2023-10-24T00:19:02.695Z | Compiling httpdate v1.0.3 |
1386 | 2023-10-24T00:19:02.790Z | Compiling usdt-macro v0.3.5 |
1387 | 2023-10-24T00:19:03.424Z | Compiling usdt-attr-macro v0.3.5 |
1388 | 2023-10-24T00:19:04.962Z | Compiling want v0.3.1 |
1389 | 2023-10-24T00:19:05.416Z | Compiling http-body v0.4.5 |
1390 | 2023-10-24T00:19:05.492Z | Compiling rustls-pemfile v1.0.3 |
1391 | 2023-10-24T00:19:05.701Z | Compiling mime v0.3.17 |
1392 | 2023-10-24T00:19:05.882Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2023-10-24T00:19:06.037Z | Compiling openssl-probe v0.1.5 |
1394 | 2023-10-24T00:19:06.060Z | Compiling tower-service v0.3.2 |
1395 | 2023-10-24T00:19:06.234Z | Compiling foreign-types v0.3.2 |
1396 | 2023-10-24T00:19:06.574Z | Compiling errno v0.3.2 |
1397 | 2023-10-24T00:19:06.673Z | Compiling ipnet v2.8.0 |
1398 | 2023-10-24T00:19:06.879Z | Compiling getopts v0.2.21 |
1399 | 2023-10-24T00:19:08.553Z | Compiling tokio-util v0.7.8 |
1400 | 2023-10-24T00:19:08.781Z | Compiling encoding_rs v0.8.33 |
1401 | 2023-10-24T00:19:08.852Z | Compiling unsafe-libyaml v0.2.9 |
1402 | 2023-10-24T00:19:10.635Z | Compiling h2 v0.3.21 |
1403 | 2023-10-24T00:19:10.926Z | Compiling rustls-native-certs v0.6.3 |
1404 | 2023-10-24T00:19:11.604Z | Compiling tokio-rustls v0.24.1 |
1405 | 2023-10-24T00:19:12.032Z | Compiling serde_yaml v0.9.25 |
1406 | 2023-10-24T00:19:12.230Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2023-10-24T00:19:13.596Z | Compiling webpki-roots v0.25.2 |
1408 | 2023-10-24T00:19:18.268Z | Compiling hmac v0.12.1 |
1409 | 2023-10-24T00:19:18.300Z | Compiling num-integer v0.1.45 |
1410 | 2023-10-24T00:19:18.750Z | Compiling sha2 v0.10.7 |
1411 | 2023-10-24T00:19:20.061Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2023-10-24T00:19:20.211Z | Compiling block-padding v0.3.3 |
1413 | 2023-10-24T00:19:20.482Z | Compiling futures-executor v0.3.28 |
1414 | 2023-10-24T00:19:20.562Z | Compiling inout v0.1.3 |
1415 | 2023-10-24T00:19:20.972Z | Compiling cipher v0.4.4 |
1416 | 2023-10-24T00:19:21.472Z | Compiling toml v0.7.8 |
1417 | 2023-10-24T00:19:21.721Z | Compiling fallible-iterator v0.2.0 |
1418 | 2023-10-24T00:19:21.907Z | Compiling crc32fast v1.3.2 |
1419 | 2023-10-24T00:19:22.262Z | Compiling hyper v0.14.27 |
1420 | 2023-10-24T00:19:22.983Z | Compiling futures v0.3.28 |
1421 | 2023-10-24T00:19:23.504Z | Compiling ipnetwork v0.20.0 |
1422 | 2023-10-24T00:19:23.513Z | Compiling spin v0.9.8 |
1423 | 2023-10-24T00:19:23.671Z | Compiling siphasher v0.3.11 |
1424 | 2023-10-24T00:19:23.751Z | Compiling usdt v0.3.5 |
1425 | 2023-10-24T00:19:24.708Z | Compiling md-5 v0.10.5 |
1426 | 2023-10-24T00:19:25.072Z | Compiling stringprep v0.1.3 |
1427 | 2023-10-24T00:19:26.177Z | Compiling io-lifetimes v1.0.11 |
1428 | 2023-10-24T00:19:26.201Z | Compiling postgres-protocol v0.6.6 |
1429 | 2023-10-24T00:19:26.785Z | Compiling phf_shared v0.11.2 |
1430 | 2023-10-24T00:19:26.820Z | Compiling hex v0.4.3 |
1431 | 2023-10-24T00:19:27.320Z | Compiling enum-as-inner v0.5.1 |
1432 | 2023-10-24T00:19:27.836Z | Compiling slog-async v2.8.0 |
1433 | 2023-10-24T00:19:27.859Z | Compiling postgres-types v0.2.6 |
1434 | 2023-10-24T00:19:28.442Z | Compiling phf v0.11.2 |
1435 | 2023-10-24T00:19:28.583Z | Compiling num-bigint v0.4.4 |
1436 | 2023-10-24T00:19:28.874Z | Compiling data-encoding v2.4.0 |
1437 | 2023-10-24T00:19:29.244Z | Compiling rustix v0.37.23 |
1438 | 2023-10-24T00:19:29.254Z | Compiling whoami v1.4.1 |
1439 | 2023-10-24T00:19:30.203Z | Compiling tokio-postgres v0.7.10 |
1440 | 2023-10-24T00:19:30.260Z | Compiling zerocopy-derive v0.6.4 |
1441 | 2023-10-24T00:19:30.580Z | Compiling static_assertions v1.1.0 |
1442 | 2023-10-24T00:19:33.144Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1443 | 2023-10-24T00:19:33.693Z | Compiling hyper-rustls v0.24.1 |
1444 | 2023-10-24T00:19:33.852Z | Compiling hyper-tls v0.5.0 |
1445 | 2023-10-24T00:19:34.135Z | Compiling ident_case v1.0.1 |
1446 | 2023-10-24T00:19:34.377Z | Compiling reqwest v0.11.20 |
1447 | 2023-10-24T00:19:34.413Z | Compiling either v1.9.0 |
1448 | 2023-10-24T00:19:34.909Z | Compiling darling_core v0.20.3 |
1449 | 2023-10-24T00:19:35.956Z | Compiling camino v1.1.6 |
1450 | 2023-10-24T00:19:36.347Z | Compiling flate2 v1.0.27 |
1451 | 2023-10-24T00:19:36.848Z | Compiling heapless v0.7.16 |
1452 | 2023-10-24T00:19:37.471Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1453 | 2023-10-24T00:19:38.015Z | Compiling memoffset v0.9.0 |
1454 | 2023-10-24T00:19:38.107Z | Compiling managed v0.8.0 |
1455 | 2023-10-24T00:19:38.434Z | Compiling radium v0.7.0 |
1456 | 2023-10-24T00:19:38.843Z | Compiling matches v0.1.10 |
1457 | 2023-10-24T00:19:38.984Z | Compiling unicode-segmentation v1.10.1 |
1458 | 2023-10-24T00:19:39.069Z | Compiling idna v0.2.3 |
1459 | 2023-10-24T00:19:39.422Z | Compiling itertools v0.11.0 |
1460 | 2023-10-24T00:19:40.545Z | Compiling multer v2.1.0 |
1461 | 2023-10-24T00:19:40.709Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1462 | 2023-10-24T00:19:40.908Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1463 | 2023-10-24T00:19:41.059Z | Compiling trust-dns-proto v0.22.0 |
1464 | 2023-10-24T00:19:42.119Z | Compiling async-stream-impl v0.3.5 |
1465 | 2023-10-24T00:19:44.158Z | Compiling darling_macro v0.20.3 |
1466 | 2023-10-24T00:19:44.240Z | Compiling num-iter v0.1.43 |
1467 | 2023-10-24T00:19:44.358Z | Compiling crossbeam-epoch v0.9.15 |
1468 | 2023-10-24T00:19:44.666Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1469 | 2023-10-24T00:19:44.952Z | Compiling paste v1.0.14 |
1470 | 2023-10-24T00:19:45.615Z | Compiling utf8parse v0.2.1 |
1471 | 2023-10-24T00:19:45.665Z | Compiling darling v0.20.3 |
1472 | 2023-10-24T00:19:45.701Z | Compiling bit-vec v0.6.3 |
1473 | 2023-10-24T00:19:45.861Z | Compiling serde_with_macros v2.3.3 |
1474 | 2023-10-24T00:19:45.865Z | Compiling smoltcp v0.9.1 |
1475 | 2023-10-24T00:19:46.418Z | Compiling anstyle v1.0.2 |
1476 | 2023-10-24T00:19:46.830Z | Compiling anstyle-parse v0.2.1 |
1477 | 2023-10-24T00:19:49.302Z | Compiling zerocopy v0.6.4 |
1478 | 2023-10-24T00:19:49.772Z | Compiling signature v2.1.0 |
1479 | 2023-10-24T00:19:50.118Z | Compiling clap_derive v4.4.2 |
1480 | 2023-10-24T00:19:50.152Z | Compiling hubpack_derive v0.1.1 |
1481 | 2023-10-24T00:19:50.702Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1482 | 2023-10-24T00:19:51.463Z | Compiling anstyle-query v1.0.0 |
1483 | 2023-10-24T00:19:51.651Z | Compiling colorchoice v1.0.0 |
1484 | 2023-10-24T00:19:51.892Z | Compiling anstream v0.5.0 |
1485 | 2023-10-24T00:19:52.972Z | Compiling yasna v0.5.2 |
1486 | 2023-10-24T00:19:53.228Z | Compiling terminal_size v0.2.6 |
1487 | 2023-10-24T00:19:54.105Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1488 | 2023-10-24T00:19:54.344Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1489 | 2023-10-24T00:19:55.634Z | Compiling structmeta-derive v0.1.6 |
1490 | 2023-10-24T00:19:56.144Z | Compiling diesel_table_macro_syntax v0.1.0 |
1491 | 2023-10-24T00:19:56.273Z | Compiling hash32 v0.2.1 |
1492 | 2023-10-24T00:19:56.743Z | Compiling clap_lex v0.5.1 |
1493 | 2023-10-24T00:19:57.205Z | Compiling tap v1.0.1 |
1494 | 2023-10-24T00:19:57.261Z | Compiling stable_deref_trait v1.2.0 |
1495 | 2023-10-24T00:19:57.627Z | Compiling clap_builder v4.4.2 |
1496 | 2023-10-24T00:19:58.090Z | Compiling wyz v0.5.1 |
1497 | 2023-10-24T00:19:58.562Z | Compiling diesel_derives v2.1.1 |
1498 | 2023-10-24T00:19:59.426Z | Compiling tokio-stream v0.1.14 |
1499 | 2023-10-24T00:19:59.825Z | Compiling serde_repr v0.1.16 |
1500 | 2023-10-24T00:20:00.041Z | Compiling structmeta v0.1.6 |
1501 | 2023-10-24T00:20:00.373Z | Compiling scheduled-thread-pool v0.2.7 |
1502 | 2023-10-24T00:20:00.668Z | Compiling regex-automata v0.1.10 |
1503 | 2023-10-24T00:20:00.998Z | Compiling funty v2.0.0 |
1504 | 2023-10-24T00:20:01.338Z | Compiling regex-syntax v0.6.29 |
1505 | 2023-10-24T00:20:01.453Z | Compiling bstr v0.2.17 |
1506 | 2023-10-24T00:20:02.407Z | Compiling r2d2 v0.8.10 |
1507 | 2023-10-24T00:20:03.963Z | Compiling clap v4.4.3 |
1508 | 2023-10-24T00:20:04.131Z | Compiling bitvec v1.0.1 |
1509 | 2023-10-24T00:20:05.788Z | Compiling hubpack v0.1.2 |
1510 | 2023-10-24T00:20:06.524Z | Compiling itertools v0.10.5 |
1511 | 2023-10-24T00:20:06.767Z | Compiling phf_shared v0.10.0 |
1512 | 2023-10-24T00:20:07.447Z | Compiling float-cmp v0.9.0 |
1513 | 2023-10-24T00:20:07.678Z | Compiling difflib v0.4.0 |
1514 | 2023-10-24T00:20:07.800Z | Compiling unicode-linebreak v0.1.5 |
1515 | 2023-10-24T00:20:08.676Z | Compiling predicates-core v1.0.6 |
1516 | 2023-10-24T00:20:09.512Z | Compiling fixedbitset v0.4.2 |
1517 | 2023-10-24T00:20:10.274Z | Compiling smawk v0.3.1 |
1518 | 2023-10-24T00:20:10.496Z | Compiling precomputed-hash v0.1.1 |
1519 | 2023-10-24T00:20:10.607Z | Compiling normalize-line-endings v0.3.0 |
1520 | 2023-10-24T00:20:10.789Z | Compiling new_debug_unreachable v1.0.4 |
1521 | 2023-10-24T00:20:10.929Z | Compiling string_cache v0.8.7 |
1522 | 2023-10-24T00:20:11.032Z | Compiling parse-display-derive v0.7.0 |
1523 | 2023-10-24T00:20:11.340Z | Compiling predicates v3.0.4 |
1524 | 2023-10-24T00:20:11.696Z | Compiling textwrap v0.16.0 |
1525 | 2023-10-24T00:20:11.699Z | Compiling petgraph v0.6.4 |
1526 | 2023-10-24T00:20:13.908Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1527 | 2023-10-24T00:20:14.519Z | Compiling similar v2.2.1 |
1528 | 2023-10-24T00:20:16.514Z | Compiling bit-set v0.5.3 |
1529 | 2023-10-24T00:20:16.940Z | Compiling console v0.15.7 |
1530 | 2023-10-24T00:20:17.251Z | Compiling bstr v1.6.0 |
1531 | 2023-10-24T00:20:17.417Z | Compiling lalrpop-util v0.19.12 |
1532 | 2023-10-24T00:20:22.585Z | Compiling diesel v2.1.1 |
1533 | 2023-10-24T00:20:28.219Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1534 | 2023-10-24T00:20:28.809Z | Compiling proc-macro-crate v1.3.1 |
1535 | 2023-10-24T00:20:30.227Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1536 | 2023-10-24T00:20:39.234Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2023-10-24T00:20:58.700Z | Compiling atty v0.2.14 |
1538 | 2023-10-24T00:21:02.031Z | Compiling sha1 v0.10.5 |
1539 | 2023-10-24T00:21:02.137Z | Compiling match_cfg v0.1.0 |
1540 | 2023-10-24T00:21:02.278Z | Compiling hostname v0.3.1 |
1541 | 2023-10-24T00:21:08.990Z | Compiling dirs-sys-next v0.1.2 |
1542 | 2023-10-24T00:21:09.643Z | Compiling dirs-next v2.0.0 |
1543 | 2023-10-24T00:21:13.430Z | Compiling thread_local v1.1.7 |
1544 | 2023-10-24T00:21:16.988Z | Compiling term v0.7.0 |
1545 | 2023-10-24T00:21:17.021Z | Compiling crossbeam-channel v0.5.8 |
1546 | 2023-10-24T00:21:18.776Z | Compiling take_mut v0.2.2 |
1547 | 2023-10-24T00:21:19.029Z | Compiling slog-term v2.9.0 |
1548 | 2023-10-24T00:21:20.632Z | Compiling slog-json v2.6.1 |
1549 | 2023-10-24T00:21:21.152Z | Compiling instant v0.1.12 |
1550 | 2023-10-24T00:21:21.375Z | Compiling slog-bunyan v2.4.0 |
1551 | 2023-10-24T00:21:22.627Z | Compiling strum v0.25.0 |
1552 | 2023-10-24T00:21:22.888Z | Compiling atomic-waker v1.1.1 |
1553 | 2023-10-24T00:21:23.342Z | Compiling waitgroup v0.1.2 |
1554 | 2023-10-24T00:21:23.680Z | Compiling num_enum_derive v0.5.11 |
1555 | 2023-10-24T00:21:23.882Z | Compiling serde_with v2.3.3 |
1556 | 2023-10-24T00:21:23.921Z | Compiling async-stream v0.3.5 |
1557 | 2023-10-24T00:21:25.942Z | Compiling serde_path_to_error v0.1.14 |
1558 | 2023-10-24T00:21:26.164Z | Compiling libz-sys v1.1.12 |
1559 | 2023-10-24T00:21:26.468Z | Compiling debug-ignore v1.0.5 |
1560 | 2023-10-24T00:21:26.695Z | Compiling fastrand v2.0.0 |
1561 | 2023-10-24T00:21:27.407Z | Compiling tempfile v3.8.0 |
1562 | 2023-10-24T00:21:29.160Z | Compiling slog-dtrace v0.2.3 |
1563 | 2023-10-24T00:21:29.357Z | Compiling proc-macro-error-attr v1.0.4 |
1564 | 2023-10-24T00:21:31.060Z | Compiling backoff v0.4.0 |
1565 | 2023-10-24T00:21:31.519Z | Compiling parse-display v0.7.0 |
1566 | 2023-10-24T00:21:31.984Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1567 | 2023-10-24T00:21:32.840Z | Compiling macaddr v1.0.1 |
1568 | 2023-10-24T00:21:33.248Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1569 | 2023-10-24T00:21:33.465Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1570 | 2023-10-24T00:21:33.583Z | Compiling proc-macro-error v1.0.4 |
1571 | 2023-10-24T00:21:34.286Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1572 | 2023-10-24T00:21:36.168Z | Compiling libsqlite3-sys v0.26.0 |
1573 | 2023-10-24T00:21:36.318Z | Compiling memoffset v0.7.1 |
1574 | 2023-10-24T00:21:36.836Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1575 | 2023-10-24T00:21:39.542Z | Compiling foreign-types-macros v0.2.3 |
1576 | 2023-10-24T00:21:40.001Z | Compiling vergen v8.2.4 |
1577 | 2023-10-24T00:21:40.422Z | Compiling base64ct v1.6.0 |
1578 | 2023-10-24T00:21:43.381Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1579 | 2023-10-24T00:21:43.666Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1580 | 2023-10-24T00:21:51.467Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1581 | 2023-10-24T00:21:51.730Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1582 | 2023-10-24T00:21:51.818Z | Compiling platforms v3.0.2 |
1583 | 2023-10-24T00:21:51.917Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1584 | 2023-10-24T00:21:52.004Z | Compiling num_enum_derive v0.7.0 |
1585 | 2023-10-24T00:21:52.030Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1586 | 2023-10-24T00:21:52.055Z | Compiling cfg-if v0.1.10 |
1587 | 2023-10-24T00:21:52.198Z | Compiling password-hash v0.5.0 |
1588 | 2023-10-24T00:21:52.241Z | Compiling curve25519-dalek v4.1.0 |
1589 | 2023-10-24T00:21:52.905Z | Compiling heck v0.3.3 |
1590 | 2023-10-24T00:21:52.968Z | Compiling blake2 v0.10.6 |
1591 | 2023-10-24T00:21:53.382Z | Compiling libefi-sys v0.1.0 |
1592 | 2023-10-24T00:21:53.499Z | Compiling structopt-derive v0.4.18 |
1593 | 2023-10-24T00:21:53.696Z | Compiling argon2 v0.5.2 |
1594 | 2023-10-24T00:21:54.035Z | Compiling zone_cfg_derive v0.2.0 |
1595 | 2023-10-24T00:21:55.525Z | Compiling curve25519-dalek-derive v0.1.0 |
1596 | 2023-10-24T00:21:55.613Z | Compiling num-derive v0.4.0 |
1597 | 2023-10-24T00:21:56.285Z | Compiling same-file v1.0.6 |
1598 | 2023-10-24T00:21:56.637Z | Compiling walkdir v2.4.0 |
1599 | 2023-10-24T00:21:56.666Z | Compiling toml v0.5.11 |
1600 | 2023-10-24T00:21:57.820Z | Compiling semver-parser v0.10.2 |
1601 | 2023-10-24T00:21:57.875Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1602 | 2023-10-24T00:21:58.114Z | Compiling xattr v1.0.1 |
1603 | 2023-10-24T00:21:58.416Z | Compiling filetime v0.2.22 |
1604 | 2023-10-24T00:21:58.545Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1605 | 2023-10-24T00:21:58.938Z | Compiling getrandom v0.1.16 |
1606 | 2023-10-24T00:21:58.975Z | Compiling erased-serde v0.3.30 |
1607 | 2023-10-24T00:21:59.208Z | Compiling semver v0.11.0 |
1608 | 2023-10-24T00:21:59.575Z | Compiling tar v0.4.40 |
1609 | 2023-10-24T00:21:59.739Z | Compiling universal-hash v0.5.1 |
1610 | 2023-10-24T00:21:59.917Z | Compiling async-recursion v1.0.5 |
1611 | 2023-10-24T00:22:00.075Z | Compiling bitstruct_derive v0.1.0 |
1612 | 2023-10-24T00:22:00.319Z | Compiling opaque-debug v0.3.0 |
1613 | 2023-10-24T00:22:00.834Z | Compiling home v0.5.5 |
1614 | 2023-10-24T00:22:00.838Z | Compiling toolchain_find v0.2.0 |
1615 | 2023-10-24T00:22:01.511Z | Compiling num-rational v0.4.1 |
1616 | 2023-10-24T00:22:01.555Z | Compiling unicase v2.7.0 |
1617 | 2023-10-24T00:22:01.768Z | Compiling parking_lot_core v0.8.6 |
1618 | 2023-10-24T00:22:01.816Z | Compiling rustfmt-wrapper v0.2.0 |
1619 | 2023-10-24T00:22:02.109Z | Compiling omicron-zone-package v0.8.3 |
1620 | 2023-10-24T00:22:02.336Z | Compiling num_enum v0.5.11 |
1621 | 2023-10-24T00:22:02.462Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1622 | 2023-10-24T00:22:02.604Z | Compiling aead v0.5.2 |
1623 | 2023-10-24T00:22:02.986Z | Compiling postcard-cobs v0.1.5-pre |
1624 | 2023-10-24T00:22:03.209Z | Compiling winapi v0.3.9 |
1625 | 2023-10-24T00:22:03.291Z | Compiling postcard v0.7.3 |
1626 | 2023-10-24T00:22:03.335Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1627 | 2023-10-24T00:22:03.433Z | Compiling polyval v0.6.1 |
1628 | 2023-10-24T00:22:03.979Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1629 | 2023-10-24T00:22:04.341Z | Compiling smoltcp v0.8.2 |
1630 | 2023-10-24T00:22:04.374Z | Compiling aes v0.8.3 |
1631 | 2023-10-24T00:22:04.616Z | Compiling ctr v0.9.2 |
1632 | 2023-10-24T00:22:04.875Z | Compiling thiserror-impl-no-std v2.0.2 |
1633 | 2023-10-24T00:22:05.095Z | Compiling foreign-types-shared v0.3.1 |
1634 | 2023-10-24T00:22:05.288Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1635 | 2023-10-24T00:22:05.725Z | Compiling foreign-types v0.5.0 |
1636 | 2023-10-24T00:22:06.401Z | Compiling mime_guess v2.0.4 |
1637 | 2023-10-24T00:22:09.557Z | Compiling is-terminal v0.4.9 |
1638 | 2023-10-24T00:22:09.603Z | Compiling toml_edit v0.20.0 |
1639 | 2023-10-24T00:22:09.760Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1640 | 2023-10-24T00:22:10.840Z | Compiling hashlink v0.8.3 |
1641 | 2023-10-24T00:22:11.905Z | Compiling rand v0.4.6 |
1642 | 2023-10-24T00:22:13.373Z | Compiling cstr-argument v0.1.2 |
1643 | 2023-10-24T00:22:14.266Z | Compiling pretty-hex v0.2.1 |
1644 | 2023-10-24T00:22:14.272Z | Compiling fallible-streaming-iterator v0.1.9 |
1645 | 2023-10-24T00:22:14.532Z | Compiling toml v0.8.0 |
1646 | 2023-10-24T00:22:14.594Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1647 | 2023-10-24T00:22:14.668Z | Compiling rusqlite v0.29.0 |
1648 | 2023-10-24T00:22:17.524Z | Compiling twox-hash v1.6.3 |
1649 | 2023-10-24T00:22:17.747Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1650 | 2023-10-24T00:22:18.692Z | Compiling colored v2.0.4 |
1651 | 2023-10-24T00:22:18.789Z | Compiling nix v0.26.2 |
1652 | 2023-10-24T00:22:18.984Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1653 | 2023-10-24T00:22:20.925Z | Compiling hkdf v0.12.3 |
1654 | 2023-10-24T00:22:21.300Z | Compiling textwrap v0.11.0 |
1655 | 2023-10-24T00:22:21.656Z | Compiling const_format_proc_macros v0.2.31 |
1656 | 2023-10-24T00:22:23.612Z | Compiling strsim v0.8.0 |
1657 | 2023-10-24T00:22:24.685Z | Compiling quick-error v1.2.3 |
1658 | 2023-10-24T00:22:24.873Z | Compiling vec_map v0.8.2 |
1659 | 2023-10-24T00:22:25.055Z | Compiling ansi_term v0.12.1 |
1660 | 2023-10-24T00:22:25.330Z | Compiling linked-hash-map v0.5.6 |
1661 | 2023-10-24T00:22:25.400Z | Compiling base64 v0.13.1 |
1662 | 2023-10-24T00:22:25.593Z | Compiling clap v2.34.0 |
1663 | 2023-10-24T00:22:25.901Z | Compiling lru-cache v0.1.2 |
1664 | 2023-10-24T00:22:26.397Z | Compiling resolv-conf v0.7.0 |
1665 | 2023-10-24T00:22:28.766Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1666 | 2023-10-24T00:22:29.027Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1667 | 2023-10-24T00:22:30.210Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1668 | 2023-10-24T00:22:32.255Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1669 | 2023-10-24T00:22:32.407Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1670 | 2023-10-24T00:22:36.028Z | Compiling num_enum v0.7.0 |
1671 | 2023-10-24T00:22:36.289Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1672 | 2023-10-24T00:22:38.019Z | Compiling bincode v1.3.3 |
1673 | 2023-10-24T00:22:38.810Z | Compiling keccak v0.1.4 |
1674 | 2023-10-24T00:22:39.762Z | Compiling convert_case v0.4.0 |
1675 | 2023-10-24T00:22:40.248Z | Compiling humantime v2.1.0 |
1676 | 2023-10-24T00:22:40.698Z | Compiling cancel-safe-futures v0.1.2 |
1677 | 2023-10-24T00:22:41.071Z | Compiling utf-8 v0.7.6 |
1678 | 2023-10-24T00:22:41.135Z | Compiling termcolor v1.2.0 |
1679 | 2023-10-24T00:22:42.690Z | Compiling env_logger v0.9.3 |
1680 | 2023-10-24T00:22:42.757Z | Compiling derive_more v0.99.17 |
1681 | 2023-10-24T00:22:43.278Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1682 | 2023-10-24T00:22:47.744Z | Compiling sha3 v0.10.8 |
1683 | 2023-10-24T00:22:52.082Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1684 | 2023-10-24T00:22:52.575Z | Compiling structopt v0.3.26 |
1685 | 2023-10-24T00:22:52.821Z | Compiling trust-dns-resolver v0.22.0 |
1686 | 2023-10-24T00:22:55.310Z | Compiling aes-gcm-siv v0.11.1 |
1687 | 2023-10-24T00:22:55.357Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1688 | 2023-10-24T00:22:55.763Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1689 | 2023-10-24T00:22:55.883Z | Compiling zone v0.2.0 |
1690 | 2023-10-24T00:22:57.608Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1691 | 2023-10-24T00:22:58.043Z | Compiling smf v0.2.2 |
1692 | 2023-10-24T00:22:58.237Z | Compiling secrecy v0.8.0 |
1693 | 2023-10-24T00:22:58.378Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1694 | 2023-10-24T00:22:59.531Z | Compiling ascii v1.1.0 |
1695 | 2023-10-24T00:22:59.890Z | Compiling ringbuffer v0.15.0 |
1696 | 2023-10-24T00:23:00.420Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1697 | 2023-10-24T00:23:01.293Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1698 | 2023-10-24T00:23:01.522Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1699 | 2023-10-24T00:23:02.915Z | Compiling bitstruct v0.1.1 |
1700 | 2023-10-24T00:23:04.301Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1701 | 2023-10-24T00:23:05.127Z | Compiling serde_arrays v0.1.0 |
1702 | 2023-10-24T00:23:05.374Z | Compiling ff v0.13.0 |
1703 | 2023-10-24T00:23:05.448Z | Compiling nibble_vec v0.1.0 |
1704 | 2023-10-24T00:23:05.648Z | Compiling arc-swap v1.6.0 |
1705 | 2023-10-24T00:23:05.687Z | Compiling endian-type v0.1.2 |
1706 | 2023-10-24T00:23:05.983Z | Compiling radix_trie v0.2.1 |
1707 | 2023-10-24T00:23:06.038Z | Compiling group v0.13.0 |
1708 | 2023-10-24T00:23:06.682Z | Compiling slog-scope v4.4.0 |
1709 | 2023-10-24T00:23:06.769Z | Compiling rand_core v0.5.1 |
1710 | 2023-10-24T00:23:07.139Z | Compiling tungstenite v0.20.1 |
1711 | 2023-10-24T00:23:07.802Z | Compiling poly1305 v0.8.0 |
1712 | 2023-10-24T00:23:09.106Z | Compiling chacha20 v0.9.1 |
1713 | 2023-10-24T00:23:09.623Z | Compiling crypto-bigint v0.5.2 |
1714 | 2023-10-24T00:23:09.728Z | Compiling num-complex v0.4.4 |
1715 | 2023-10-24T00:23:10.130Z | Compiling option-ext v0.2.0 |
1716 | 2023-10-24T00:23:10.322Z | Compiling half v1.8.2 |
1717 | 2023-10-24T00:23:10.436Z | Compiling ciborium-io v0.2.1 |
1718 | 2023-10-24T00:23:10.598Z | Compiling base16ct v0.2.0 |
1719 | 2023-10-24T00:23:10.628Z | Compiling dirs-sys v0.4.1 |
1720 | 2023-10-24T00:23:11.035Z | Compiling ciborium-ll v0.2.1 |
1721 | 2023-10-24T00:23:11.367Z | Compiling num v0.4.1 |
1722 | 2023-10-24T00:23:11.503Z | Compiling tokio-tungstenite v0.20.1 |
1723 | 2023-10-24T00:23:11.676Z | Compiling parking_lot v0.11.2 |
1724 | 2023-10-24T00:23:11.731Z | Compiling rand_chacha v0.2.2 |
1725 | 2023-10-24T00:23:11.757Z | Compiling slog-stdlog v4.1.1 |
1726 | 2023-10-24T00:23:11.762Z | Compiling trust-dns-client v0.22.0 |
1727 | 2023-10-24T00:23:12.240Z | Compiling thiserror-no-std v2.0.2 |
1728 | 2023-10-24T00:23:13.419Z | Compiling elliptic-curve v0.13.5 |
1729 | 2023-10-24T00:23:13.491Z | Compiling password-hash v0.4.2 |
1730 | 2023-10-24T00:23:13.541Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1731 | 2023-10-24T00:23:13.987Z | Compiling ed25519 v2.2.2 |
1732 | 2023-10-24T00:23:14.234Z | Compiling blowfish v0.9.1 |
1733 | 2023-10-24T00:23:14.682Z | Compiling pbkdf2 v0.12.2 |
1734 | 2023-10-24T00:23:14.936Z | Compiling fxhash v0.2.1 |
1735 | 2023-10-24T00:23:15.536Z | Compiling sled v0.34.7 |
1736 | 2023-10-24T00:23:15.987Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1737 | 2023-10-24T00:23:16.014Z | Compiling bcrypt-pbkdf v0.10.0 |
1738 | 2023-10-24T00:23:16.109Z | Compiling ed25519-dalek v2.0.0 |
1739 | 2023-10-24T00:23:16.407Z | Compiling pbkdf2 v0.11.0 |
1740 | 2023-10-24T00:23:16.450Z | Compiling vsss-rs v3.3.1 |
1741 | 2023-10-24T00:23:16.680Z | Compiling trust-dns-server v0.22.1 |
1742 | 2023-10-24T00:23:17.053Z | Compiling russh-cryptovec v0.7.0 |
1743 | 2023-10-24T00:23:17.819Z | Compiling rand v0.7.3 |
1744 | 2023-10-24T00:23:18.353Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1745 | 2023-10-24T00:23:18.379Z | Compiling slog-envlogger v2.2.0 |
1746 | 2023-10-24T00:23:20.018Z | Compiling ciborium v0.2.1 |
1747 | 2023-10-24T00:23:21.239Z | Compiling dirs v5.0.1 |
1748 | 2023-10-24T00:23:21.554Z | Compiling chacha20poly1305 v0.10.1 |
1749 | 2023-10-24T00:23:21.738Z | Compiling tungstenite v0.18.0 |
1750 | 2023-10-24T00:23:21.883Z | Compiling pem v1.1.1 |
1751 | 2023-10-24T00:23:22.657Z | Compiling ron v0.7.1 |
1752 | 2023-10-24T00:23:23.060Z | Compiling const_format v0.2.31 |
1753 | 2023-10-24T00:23:24.807Z | Compiling ghash v0.5.0 |
1754 | 2023-10-24T00:23:25.833Z | Compiling camino-tempfile v1.0.2 |
1755 | 2023-10-24T00:23:26.167Z | Compiling cbc v0.1.2 |
1756 | 2023-10-24T00:23:26.217Z | Compiling headers-core v0.2.0 |
1757 | 2023-10-24T00:23:26.850Z | Compiling http-range v0.1.5 |
1758 | 2023-10-24T00:23:26.946Z | Compiling bit_field v0.10.2 |
1759 | 2023-10-24T00:23:26.970Z | Compiling pretty-hex v0.3.0 |
1760 | 2023-10-24T00:23:27.280Z | Compiling md5 v0.7.0 |
1761 | 2023-10-24T00:23:27.428Z | Compiling hyper-staticfile v0.9.5 |
1762 | 2023-10-24T00:23:27.857Z | Compiling russh-keys v0.38.0 |
1763 | 2023-10-24T00:23:28.914Z | Compiling headers v0.3.9 |
1764 | 2023-10-24T00:23:32.892Z | Compiling aes-gcm v0.10.2 |
1765 | 2023-10-24T00:23:33.429Z | Compiling tokio-tungstenite v0.18.0 |
1766 | 2023-10-24T00:23:33.532Z | Compiling rcgen v0.10.0 |
1767 | 2023-10-24T00:23:40.283Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1768 | 2023-10-24T00:23:40.625Z | Compiling atomicwrites v0.4.2 |
1769 | 2023-10-24T00:23:41.139Z | Compiling subprocess v0.2.9 |
1770 | 2023-10-24T00:23:41.270Z | Compiling hex-literal v0.4.1 |
1771 | 2023-10-24T00:23:41.537Z | Compiling glob v0.3.1 |
1772 | 2023-10-24T00:23:42.427Z | Compiling russh v0.38.0 |
1773 | 2023-10-24T00:23:48.892Z | Compiling bzip2 v0.4.4 |
1774 | 2023-10-24T00:23:49.379Z | Compiling zip v0.6.6 |
1775 | 2023-10-24T00:23:51.756Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1776 | 2023-10-24T00:23:52.289Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1777 | 2023-10-24T00:23:52.342Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1778 | 2023-10-24T00:23:52.389Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1779 | 2023-10-24T00:23:52.416Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1780 | 2023-10-24T00:23:52.490Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1781 | 2023-10-24T00:23:52.876Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1782 | 2023-10-24T00:23:53.292Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1783 | 2023-10-24T00:23:53.597Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1784 | 2023-10-24T00:23:55.362Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1785 | 2023-10-24T00:24:05.728Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1786 | 2023-10-24T00:24:11.615Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1787 | 2023-10-24T00:24:12.039Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1788 | 2023-10-24T00:24:16.587Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1789 | 2023-10-24T00:24:26.824Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1790 | 2023-10-24T00:24:28.105Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1791 | 2023-10-24T00:24:32.350Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1792 | 2023-10-24T00:24:35.640Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1793 | 2023-10-24T00:24:43.507Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1794 | 2023-10-24T00:24:45.301Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1795 | 2023-10-24T00:24:52.126Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1796 | 2023-10-24T00:25:26.921Z | Compiling git2 v0.17.2 |
1797 | 2023-10-24T00:25:33.703Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1798 | 2023-10-24T00:25:35.672Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1799 | 2023-10-24T00:25:47.966Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1800 | 2023-10-24T00:26:04.541Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-10-24T00:26:04.835Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1802 | 2023-10-24T00:26:05.411Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1803 | 2023-10-24T00:26:09.059Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1804 | 2023-10-24T00:26:47.437Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1805 | 2023-10-24T00:28:17.387Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 52s |
1806 | 2023-10-24T00:28:17.827Z | |
1807 | 2023-10-24T00:28:17.869Z | real 10:52.500649490 |
1808 | 2023-10-24T00:28:17.879Z | user 59:39.916713417 |
1809 | 2023-10-24T00:28:17.895Z | sys 9:36.033656305 |
1810 | 2023-10-24T00:28:17.904Z | trap 2.580344722 |
1811 | 2023-10-24T00:28:17.916Z | tflt 8.491986640 |
1812 | 2023-10-24T00:28:17.921Z | dflt 13.409790675 |
1813 | 2023-10-24T00:28:17.924Z | kflt 0.023042705 |
1814 | 2023-10-24T00:28:17.929Z | lock 1:51:02.191382848 |
1815 | 2023-10-24T00:28:17.932Z | slp 3:08:59.564645389 |
1816 | 2023-10-24T00:28:17.935Z | lat 2:29.175991366 |
1817 | 2023-10-24T00:28:17.938Z | stop 5:56.691141223 |
1818 | 2023-10-24T00:28:17.941Z | + mkdir -p /work/end-to-end-tests |
1819 | 2023-10-24T00:28:17.945Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1820 | 2023-10-24T00:28:18.906Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1821 | 2023-10-24T00:28:19.332Z | + ptime -m gzip |
1822 | 2023-10-24T00:28:19.341Z | ++ basename target/debug/bootstrap |
1823 | 2023-10-24T00:28:35.849Z | |
1824 | 2023-10-24T00:28:35.853Z | real 16.941776144 |
1825 | 2023-10-24T00:28:35.856Z | user 16.771441744 |
1826 | 2023-10-24T00:28:35.859Z | sys 0.165042982 |
1827 | 2023-10-24T00:28:35.862Z | trap 0.002961441 |
1828 | 2023-10-24T00:28:35.864Z | tflt 0.000000000 |
1829 | 2023-10-24T00:28:35.867Z | dflt 0.000000000 |
1830 | 2023-10-24T00:28:35.870Z | kflt 0.000000000 |
1831 | 2023-10-24T00:28:35.873Z | lock 0.000000000 |
1832 | 2023-10-24T00:28:35.876Z | slp 0.000000000 |
1833 | 2023-10-24T00:28:35.878Z | lat 0.001964611 |
1834 | 2023-10-24T00:28:35.882Z | stop 0.000221100 |
1835 | 2023-10-24T00:28:35.886Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1836 | 2023-10-24T00:28:35.889Z | + ptime -m gzip |
1837 | 2023-10-24T00:28:35.891Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-49e31e75b930b622 |
1838 | 2023-10-24T00:28:36.960Z | |
1839 | 2023-10-24T00:28:36.964Z | real 1.100629365 |
1840 | 2023-10-24T00:28:36.967Z | user 1.089224852 |
1841 | 2023-10-24T00:28:36.970Z | sys 0.010736444 |
1842 | 2023-10-24T00:28:36.973Z | trap 0.000103264 |
1843 | 2023-10-24T00:28:36.976Z | tflt 0.000000000 |
1844 | 2023-10-24T00:28:36.979Z | dflt 0.000000000 |
1845 | 2023-10-24T00:28:36.982Z | kflt 0.000000000 |
1846 | 2023-10-24T00:28:36.985Z | lock 0.000000000 |
1847 | 2023-10-24T00:28:36.988Z | slp 0.000000000 |
1848 | 2023-10-24T00:28:36.991Z | lat 0.000229776 |
1849 | 2023-10-24T00:28:36.994Z | stop 0.000222187 |
1850 | 2023-10-24T00:28:36.997Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1851 | 2023-10-24T00:28:37.000Z | + ptime -m gzip |
1852 | 2023-10-24T00:28:37.003Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a91cf9af3457d280 |
1853 | 2023-10-24T00:28:56.334Z | |
1854 | 2023-10-24T00:28:56.338Z | real 19.368966091 |
1855 | 2023-10-24T00:28:56.341Z | user 19.181270515 |
1856 | 2023-10-24T00:28:56.346Z | sys 0.180814576 |
1857 | 2023-10-24T00:28:56.349Z | trap 0.004222028 |
1858 | 2023-10-24T00:28:56.352Z | tflt 0.000000000 |
1859 | 2023-10-24T00:28:56.356Z | dflt 0.000000000 |
1860 | 2023-10-24T00:28:56.359Z | kflt 0.000000000 |
1861 | 2023-10-24T00:28:56.362Z | lock 0.000000000 |
1862 | 2023-10-24T00:28:56.365Z | slp 0.000000000 |
1863 | 2023-10-24T00:28:56.368Z | lat 0.002297194 |
1864 | 2023-10-24T00:28:56.373Z | stop 0.000220154 |
1865 | 2023-10-24T00:28:56.376Z | + banner caboose-util |
1866 | 2023-10-24T00:28:56.379Z | |
1867 | 2023-10-24T00:28:56.384Z | #### ## ##### #### #### #### ###### # # ##### |
1868 | 2023-10-24T00:28:56.388Z | # # # # # # # # # # # # # # # |
1869 | 2023-10-24T00:28:56.393Z | # # # ##### # # # # #### ##### ##### # # # |
1870 | 2023-10-24T00:28:56.398Z | # ###### # # # # # # # # # # # |
1871 | 2023-10-24T00:28:56.404Z | # # # # # # # # # # # # # # # # |
1872 | 2023-10-24T00:28:56.408Z | #### # # ##### #### #### #### ###### #### # |
1873 | 2023-10-24T00:28:56.413Z | |
1874 | 2023-10-24T00:28:56.416Z | + ptime -m cargo build --locked -p caboose-util --release |
1875 | 2023-10-24T00:28:57.040Z | Downloading crates ... |
1876 | 2023-10-24T00:28:57.356Z | Downloaded nodrop v0.1.14 |
1877 | 2023-10-24T00:28:57.360Z | Downloaded flagset v0.4.3 |
1878 | 2023-10-24T00:28:57.363Z | Downloaded array-init v0.0.4 |
1879 | 2023-10-24T00:28:57.366Z | Downloaded smallvec v0.6.14 |
1880 | 2023-10-24T00:28:57.369Z | Downloaded packed_struct v0.10.1 |
1881 | 2023-10-24T00:28:57.372Z | Downloaded pem-rfc7468 v0.7.0 |
1882 | 2023-10-24T00:28:57.376Z | Downloaded pkcs1 v0.7.5 |
1883 | 2023-10-24T00:28:57.380Z | Downloaded path-slash v0.1.5 |
1884 | 2023-10-24T00:28:57.383Z | Downloaded bitfield v0.14.0 |
1885 | 2023-10-24T00:28:57.386Z | Downloaded der_derive v0.7.2 |
1886 | 2023-10-24T00:28:57.389Z | Downloaded serde-hex v0.1.0 |
1887 | 2023-10-24T00:28:57.393Z | Downloaded maybe-uninit v2.0.0 |
1888 | 2023-10-24T00:28:57.396Z | Downloaded crc-catalog v2.2.0 |
1889 | 2023-10-24T00:28:57.399Z | Downloaded crc v3.0.1 |
1890 | 2023-10-24T00:28:57.402Z | Downloaded env_logger v0.10.0 |
1891 | 2023-10-24T00:28:57.405Z | Downloaded packed_struct_codegen v0.10.1 |
1892 | 2023-10-24T00:28:57.408Z | Downloaded crc-any v2.4.3 |
1893 | 2023-10-24T00:28:57.412Z | Downloaded x509-cert v0.2.4 |
1894 | 2023-10-24T00:28:57.428Z | Downloaded object v0.30.4 |
1895 | 2023-10-24T00:28:57.856Z | Downloaded num-bigint-dig v0.8.4 |
1896 | 2023-10-24T00:28:57.860Z | Downloaded ron v0.8.1 |
1897 | 2023-10-24T00:28:57.863Z | Downloaded rsa v0.9.2 |
1898 | 2023-10-24T00:28:57.866Z | Compiling proc-macro2 v1.0.67 |
1899 | 2023-10-24T00:28:57.869Z | Compiling unicode-ident v1.0.12 |
1900 | 2023-10-24T00:28:57.872Z | Compiling libc v0.2.149 |
1901 | 2023-10-24T00:28:57.875Z | Compiling autocfg v1.1.0 |
1902 | 2023-10-24T00:28:57.879Z | Compiling serde v1.0.188 |
1903 | 2023-10-24T00:28:57.883Z | Compiling version_check v0.9.4 |
1904 | 2023-10-24T00:28:57.887Z | Compiling cfg-if v1.0.0 |
1905 | 2023-10-24T00:28:57.890Z | Compiling syn v1.0.109 |
1906 | 2023-10-24T00:28:57.894Z | Compiling parking_lot_core v0.9.8 |
1907 | 2023-10-24T00:28:57.935Z | Compiling once_cell v1.18.0 |
1908 | 2023-10-24T00:28:58.383Z | Compiling typenum v1.16.0 |
1909 | 2023-10-24T00:28:58.426Z | Compiling libm v0.2.7 |
1910 | 2023-10-24T00:28:58.498Z | Compiling futures-core v0.3.28 |
1911 | 2023-10-24T00:28:58.712Z | Compiling generic-array v0.14.7 |
1912 | 2023-10-24T00:28:58.763Z | Compiling lock_api v0.4.10 |
1913 | 2023-10-24T00:28:58.862Z | Compiling num-traits v0.2.16 |
1914 | 2023-10-24T00:28:58.928Z | Compiling pkg-config v0.3.27 |
1915 | 2023-10-24T00:28:59.167Z | Compiling slab v0.4.9 |
1916 | 2023-10-24T00:28:59.252Z | Compiling futures-channel v0.3.28 |
1917 | 2023-10-24T00:28:59.574Z | Compiling serde_json v1.0.107 |
1918 | 2023-10-24T00:28:59.690Z | Compiling quote v1.0.33 |
1919 | 2023-10-24T00:28:59.806Z | Compiling futures-task v0.3.28 |
1920 | 2023-10-24T00:28:59.812Z | Compiling scopeguard v1.2.0 |
1921 | 2023-10-24T00:28:59.990Z | Compiling thiserror v1.0.49 |
1922 | 2023-10-24T00:29:00.200Z | Compiling futures-util v0.3.28 |
1923 | 2023-10-24T00:29:00.239Z | Compiling itoa v1.0.9 |
1924 | 2023-10-24T00:29:00.573Z | Compiling syn v2.0.32 |
1925 | 2023-10-24T00:29:00.626Z | Compiling jobserver v0.1.26 |
1926 | 2023-10-24T00:29:00.677Z | Compiling getrandom v0.2.10 |
1927 | 2023-10-24T00:29:00.709Z | Compiling memchr v2.6.3 |
1928 | 2023-10-24T00:29:01.152Z | Compiling cc v1.0.83 |
1929 | 2023-10-24T00:29:02.278Z | Compiling ahash v0.8.3 |
1930 | 2023-10-24T00:29:02.486Z | Compiling smallvec v1.11.0 |
1931 | 2023-10-24T00:29:02.797Z | Compiling vcpkg v0.2.15 |
1932 | 2023-10-24T00:29:03.263Z | Compiling log v0.4.20 |
1933 | 2023-10-24T00:29:04.197Z | Compiling byteorder v1.4.3 |
1934 | 2023-10-24T00:29:04.249Z | Compiling rand_core v0.6.4 |
1935 | 2023-10-24T00:29:05.052Z | Compiling pin-project-lite v0.2.13 |
1936 | 2023-10-24T00:29:05.222Z | Compiling parking_lot v0.12.1 |
1937 | 2023-10-24T00:29:05.664Z | Compiling indexmap v1.9.3 |
1938 | 2023-10-24T00:29:06.017Z | Compiling ring v0.16.20 |
1939 | 2023-10-24T00:29:06.058Z | Compiling openssl-sys v0.9.93 |
1940 | 2023-10-24T00:29:07.709Z | Compiling io-lifetimes v1.0.11 |
1941 | 2023-10-24T00:29:08.572Z | Compiling num-integer v0.1.45 |
1942 | 2023-10-24T00:29:08.961Z | Compiling const-oid v0.9.5 |
1943 | 2023-10-24T00:29:09.050Z | Compiling semver v1.0.18 |
1944 | 2023-10-24T00:29:09.685Z | Compiling spin v0.5.2 |
1945 | 2023-10-24T00:29:10.055Z | Compiling ryu v1.0.15 |
1946 | 2023-10-24T00:29:10.859Z | Compiling rustix v0.37.23 |
1947 | 2023-10-24T00:29:11.653Z | Compiling mio v0.8.8 |
1948 | 2023-10-24T00:29:11.757Z | Compiling signal-hook-registry v1.4.1 |
1949 | 2023-10-24T00:29:12.110Z | Compiling num_cpus v1.16.0 |
1950 | 2023-10-24T00:29:12.286Z | Compiling socket2 v0.5.4 |
1951 | 2023-10-24T00:29:12.705Z | Compiling httparse v1.8.0 |
1952 | 2023-10-24T00:29:12.723Z | Compiling ucd-trie v0.1.6 |
1953 | 2023-10-24T00:29:12.861Z | Compiling openssl v0.10.57 |
1954 | 2023-10-24T00:29:13.410Z | Compiling heck v0.4.1 |
1955 | 2023-10-24T00:29:13.835Z | Compiling futures-sink v0.3.28 |
1956 | 2023-10-24T00:29:13.840Z | Compiling unicode-xid v0.2.4 |
1957 | 2023-10-24T00:29:13.844Z | Compiling synstructure v0.12.6 |
1958 | 2023-10-24T00:29:13.854Z | Compiling tinyvec_macros v0.1.1 |
1959 | 2023-10-24T00:29:13.958Z | Compiling tinyvec v1.6.0 |
1960 | 2023-10-24T00:29:15.187Z | Compiling crc32fast v1.3.2 |
1961 | 2023-10-24T00:29:15.800Z | Compiling rustls v0.21.7 |
1962 | 2023-10-24T00:29:16.181Z | Compiling radium v0.7.0 |
1963 | 2023-10-24T00:29:16.653Z | Compiling pin-utils v0.1.0 |
1964 | 2023-10-24T00:29:16.676Z | Compiling futures-io v0.3.28 |
1965 | 2023-10-24T00:29:16.683Z | Compiling native-tls v0.2.11 |
1966 | 2023-10-24T00:29:16.758Z | Compiling ppv-lite86 v0.2.17 |
1967 | 2023-10-24T00:29:16.980Z | Compiling unicode-normalization v0.1.22 |
1968 | 2023-10-24T00:29:17.061Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1969 | 2023-10-24T00:29:17.795Z | Compiling tracing-core v0.1.31 |
1970 | 2023-10-24T00:29:17.807Z | Compiling unicode-bidi v0.3.13 |
1971 | 2023-10-24T00:29:17.985Z | Compiling subtle v2.5.0 |
1972 | 2023-10-24T00:29:18.152Z | Compiling rand_chacha v0.3.1 |
1973 | 2023-10-24T00:29:18.841Z | Compiling rand v0.8.5 |
1974 | 2023-10-24T00:29:20.160Z | Compiling errno v0.3.2 |
1975 | 2023-10-24T00:29:20.202Z | Compiling num-iter v0.1.43 |
1976 | 2023-10-24T00:29:20.479Z | Compiling usdt-impl v0.3.5 |
1977 | 2023-10-24T00:29:21.344Z | Compiling rustix v0.38.9 |
1978 | 2023-10-24T00:29:21.373Z | Compiling base64 v0.21.4 |
1979 | 2023-10-24T00:29:21.947Z | Compiling schemars v0.8.13 |
1980 | 2023-10-24T00:29:22.910Z | Compiling serde_derive v1.0.188 |
1981 | 2023-10-24T00:29:22.981Z | Compiling zeroize_derive v1.4.2 |
1982 | 2023-10-24T00:29:23.166Z | Compiling tokio-macros v2.1.0 |
1983 | 2023-10-24T00:29:23.236Z | Compiling thiserror-impl v1.0.49 |
1984 | 2023-10-24T00:29:23.351Z | Compiling futures-macro v0.3.28 |
1985 | 2023-10-24T00:29:23.713Z | Compiling tracing-attributes v0.1.26 |
1986 | 2023-10-24T00:29:24.233Z | Compiling zerocopy-derive v0.2.0 |
1987 | 2023-10-24T00:29:24.565Z | Compiling openssl-macros v0.1.1 |
1988 | 2023-10-24T00:29:25.246Z | Compiling zeroize v1.6.0 |
1989 | 2023-10-24T00:29:25.568Z | Compiling zerocopy-derive v0.6.4 |
1990 | 2023-10-24T00:29:28.073Z | Compiling pest v2.7.2 |
1991 | 2023-10-24T00:29:28.368Z | Compiling crypto-common v0.1.6 |
1992 | 2023-10-24T00:29:28.422Z | Compiling block-buffer v0.10.4 |
1993 | 2023-10-24T00:29:28.825Z | Compiling digest v0.10.7 |
1994 | 2023-10-24T00:29:29.167Z | Compiling tracing v0.1.37 |
1995 | 2023-10-24T00:29:29.538Z | Compiling serde_derive_internals v0.26.0 |
1996 | 2023-10-24T00:29:32.899Z | Compiling pest_meta v2.7.2 |
1997 | 2023-10-24T00:29:33.578Z | Compiling bitflags v1.3.2 |
1998 | 2023-10-24T00:29:33.717Z | Compiling fnv v1.0.7 |
1999 | 2023-10-24T00:29:33.904Z | Compiling untrusted v0.7.1 |
2000 | 2023-10-24T00:29:34.372Z | Compiling schemars_derive v0.8.13 |
2001 | 2023-10-24T00:29:37.378Z | Compiling pest_generator v2.7.2 |
2002 | 2023-10-24T00:29:38.665Z | Compiling zerocopy v0.3.0 |
2003 | 2023-10-24T00:29:39.483Z | Compiling lazy_static v1.4.0 |
2004 | 2023-10-24T00:29:39.933Z | Compiling backtrace v0.3.69 |
2005 | 2023-10-24T00:29:39.943Z | Compiling memoffset v0.9.0 |
2006 | 2023-10-24T00:29:39.971Z | Compiling num-bigint v0.4.4 |
2007 | 2023-10-24T00:29:40.042Z | Compiling percent-encoding v2.3.0 |
2008 | 2023-10-24T00:29:40.365Z | Compiling pest_derive v2.7.2 |
2009 | 2023-10-24T00:29:40.488Z | Compiling hashbrown v0.12.3 |
2010 | 2023-10-24T00:29:40.515Z | Compiling crossbeam-utils v0.8.16 |
2011 | 2023-10-24T00:29:40.548Z | Compiling foreign-types-shared v0.1.1 |
2012 | 2023-10-24T00:29:40.575Z | Compiling smoltcp v0.9.1 |
2013 | 2023-10-24T00:29:40.692Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2014 | 2023-10-24T00:29:41.154Z | Compiling allocator-api2 v0.2.16 |
2015 | 2023-10-24T00:29:41.353Z | Compiling async-trait v0.1.73 |
2016 | 2023-10-24T00:29:41.409Z | Compiling openssl-probe v0.1.5 |
2017 | 2023-10-24T00:29:41.485Z | Compiling base64ct v1.6.0 |
2018 | 2023-10-24T00:29:41.668Z | Compiling iana-time-zone v0.1.57 |
2019 | 2023-10-24T00:29:42.081Z | Compiling dtrace-parser v0.1.14 |
2020 | 2023-10-24T00:29:42.222Z | Compiling hashbrown v0.14.0 |
2021 | 2023-10-24T00:29:42.252Z | Compiling pem-rfc7468 v0.7.0 |
2022 | 2023-10-24T00:29:42.799Z | Compiling foreign-types v0.3.2 |
2023 | 2023-10-24T00:29:43.227Z | Compiling dof v0.1.5 |
2024 | 2023-10-24T00:29:44.273Z | Compiling der_derive v0.7.2 |
2025 | 2023-10-24T00:29:44.506Z | Compiling clap_derive v4.4.2 |
2026 | 2023-10-24T00:29:45.703Z | Compiling thread-id v4.2.0 |
2027 | 2023-10-24T00:29:45.735Z | Compiling siphasher v0.3.11 |
2028 | 2023-10-24T00:29:45.824Z | Compiling bytes v1.5.0 |
2029 | 2023-10-24T00:29:46.320Z | Compiling bitflags v2.4.0 |
2030 | 2023-10-24T00:29:46.979Z | Compiling rustc_version v0.4.0 |
2031 | 2023-10-24T00:29:47.728Z | Compiling tokio v1.33.0 |
2032 | 2023-10-24T00:29:48.016Z | Compiling heapless v0.7.16 |
2033 | 2023-10-24T00:29:48.280Z | Compiling http v0.2.9 |
2034 | 2023-10-24T00:29:48.385Z | Compiling uuid v1.4.1 |
2035 | 2023-10-24T00:29:48.579Z | Compiling chrono v0.4.31 |
2036 | 2023-10-24T00:29:50.365Z | Compiling anstyle v1.0.2 |
2037 | 2023-10-24T00:29:50.544Z | Compiling adler v1.0.2 |
2038 | 2023-10-24T00:29:50.847Z | Compiling rustversion v1.0.14 |
2039 | 2023-10-24T00:29:51.291Z | Compiling cpufeatures v0.2.9 |
2040 | 2023-10-24T00:29:51.428Z | Compiling flagset v0.4.3 |
2041 | 2023-10-24T00:29:51.709Z | Compiling time-core v0.1.1 |
2042 | 2023-10-24T00:29:51.968Z | Compiling equivalent v1.0.1 |
2043 | 2023-10-24T00:29:52.123Z | Compiling utf8parse v0.2.1 |
2044 | 2023-10-24T00:29:52.236Z | Compiling try-lock v0.2.4 |
2045 | 2023-10-24T00:29:52.456Z | Compiling want v0.3.1 |
2046 | 2023-10-24T00:29:52.851Z | Compiling anstyle-parse v0.2.1 |
2047 | 2023-10-24T00:29:53.469Z | Compiling indexmap v2.0.0 |
2048 | 2023-10-24T00:29:54.642Z | Compiling time-macros v0.2.13 |
2049 | 2023-10-24T00:29:55.394Z | Compiling der v0.7.8 |
2050 | 2023-10-24T00:29:55.468Z | Compiling sha2 v0.10.7 |
2051 | 2023-10-24T00:29:59.689Z | Compiling http-body v0.4.5 |
2052 | 2023-10-24T00:30:00.335Z | Compiling miniz_oxide v0.7.1 |
2053 | 2023-10-24T00:30:01.056Z | Compiling tokio-util v0.7.8 |
2054 | 2023-10-24T00:30:02.936Z | Compiling h2 v0.3.21 |
2055 | 2023-10-24T00:30:03.615Z | Compiling serde_tokenstream v0.1.7 |
2056 | 2023-10-24T00:30:07.194Z | Compiling form_urlencoded v1.2.0 |
2057 | 2023-10-24T00:30:07.613Z | Compiling rustls-webpki v0.101.4 |
2058 | 2023-10-24T00:30:07.674Z | Compiling sct v0.7.0 |
2059 | 2023-10-24T00:30:08.112Z | Compiling hubpack_derive v0.1.1 |
2060 | 2023-10-24T00:30:09.360Z | Compiling aho-corasick v1.0.4 |
2061 | 2023-10-24T00:30:09.404Z | Compiling socket2 v0.4.9 |
2062 | 2023-10-24T00:30:10.387Z | Compiling crossbeam-epoch v0.9.15 |
2063 | 2023-10-24T00:30:10.672Z | Compiling regex-syntax v0.7.5 |
2064 | 2023-10-24T00:30:11.302Z | Compiling slog v2.7.0 |
2065 | 2023-10-24T00:30:11.507Z | Compiling anstyle-query v1.0.0 |
2066 | 2023-10-24T00:30:11.657Z | Compiling anyhow v1.0.75 |
2067 | 2023-10-24T00:30:11.704Z | Compiling httpdate v1.0.3 |
2068 | 2023-10-24T00:30:12.482Z | Compiling tower-service v0.3.2 |
2069 | 2023-10-24T00:30:12.647Z | Compiling colorchoice v1.0.0 |
2070 | 2023-10-24T00:30:12.896Z | Compiling tap v1.0.1 |
2071 | 2023-10-24T00:30:13.172Z | Compiling wyz v0.5.1 |
2072 | 2023-10-24T00:30:13.179Z | Compiling anstream v0.5.0 |
2073 | 2023-10-24T00:30:14.612Z | Compiling hyper v0.14.27 |
2074 | 2023-10-24T00:30:17.195Z | Compiling regex-automata v0.3.8 |
2075 | 2023-10-24T00:30:22.931Z | Compiling terminal_size v0.2.6 |
2076 | 2023-10-24T00:30:23.215Z | Compiling spki v0.7.2 |
2077 | 2023-10-24T00:30:25.378Z | Compiling rustls-pemfile v1.0.3 |
2078 | 2023-10-24T00:30:25.922Z | Compiling md-5 v0.10.5 |
2079 | 2023-10-24T00:30:26.264Z | Compiling hmac v0.12.1 |
2080 | 2023-10-24T00:30:26.543Z | Compiling zerocopy v0.6.4 |
2081 | 2023-10-24T00:30:26.747Z | Compiling idna v0.4.0 |
2082 | 2023-10-24T00:30:26.785Z | Compiling stringprep v0.1.3 |
2083 | 2023-10-24T00:30:28.426Z | Compiling diesel_table_macro_syntax v0.1.0 |
2084 | 2023-10-24T00:30:28.878Z | Compiling hash32 v0.2.1 |
2085 | 2023-10-24T00:30:28.996Z | Compiling spin v0.9.8 |
2086 | 2023-10-24T00:30:29.444Z | Compiling gimli v0.28.0 |
2087 | 2023-10-24T00:30:29.566Z | Compiling either v1.9.0 |
2088 | 2023-10-24T00:30:29.599Z | Compiling fallible-iterator v0.2.0 |
2089 | 2023-10-24T00:30:30.311Z | Compiling funty v2.0.0 |
2090 | 2023-10-24T00:30:30.487Z | Compiling stable_deref_trait v1.2.0 |
2091 | 2023-10-24T00:30:30.627Z | Compiling dyn-clone v1.0.13 |
2092 | 2023-10-24T00:30:30.820Z | Compiling strsim v0.10.0 |
2093 | 2023-10-24T00:30:31.716Z | Compiling maybe-uninit v2.0.0 |
2094 | 2023-10-24T00:30:32.336Z | Compiling clap_lex v0.5.1 |
2095 | 2023-10-24T00:30:33.048Z | Compiling clap_builder v4.4.2 |
2096 | 2023-10-24T00:30:33.627Z | Compiling bitvec v1.0.1 |
2097 | 2023-10-24T00:30:34.711Z | Compiling postgres-protocol v0.6.6 |
2098 | 2023-10-24T00:30:36.082Z | Compiling diesel_derives v2.1.1 |
2099 | 2023-10-24T00:30:36.113Z | Compiling tokio-rustls v0.24.1 |
2100 | 2023-10-24T00:30:36.712Z | Compiling addr2line v0.21.0 |
2101 | 2023-10-24T00:30:37.713Z | Compiling url v2.4.1 |
2102 | 2023-10-24T00:30:38.526Z | Compiling rustls-native-certs v0.6.3 |
2103 | 2023-10-24T00:30:39.033Z | Compiling strum_macros v0.25.2 |
2104 | 2023-10-24T00:30:40.520Z | Compiling tokio-native-tls v0.3.1 |
2105 | 2023-10-24T00:30:41.840Z | Compiling usdt-attr-macro v0.3.5 |
2106 | 2023-10-24T00:30:42.275Z | Compiling usdt-macro v0.3.5 |
2107 | 2023-10-24T00:30:45.160Z | Compiling phf_shared v0.11.2 |
2108 | 2023-10-24T00:30:45.448Z | Compiling toml_datetime v0.6.3 |
2109 | 2023-10-24T00:30:45.749Z | Compiling serde_spanned v0.6.3 |
2110 | 2023-10-24T00:30:46.286Z | Compiling block-padding v0.3.3 |
2111 | 2023-10-24T00:30:46.369Z | Compiling enum-as-inner v0.5.1 |
2112 | 2023-10-24T00:30:46.646Z | Compiling serde_repr v0.1.16 |
2113 | 2023-10-24T00:30:47.239Z | Compiling scheduled-thread-pool v0.2.7 |
2114 | 2023-10-24T00:30:48.396Z | Compiling object v0.32.1 |
2115 | 2023-10-24T00:30:52.097Z | Compiling deranged v0.3.8 |
2116 | 2023-10-24T00:30:52.129Z | Compiling matches v0.1.10 |
2117 | 2023-10-24T00:30:52.254Z | Compiling managed v0.8.0 |
2118 | 2023-10-24T00:30:56.013Z | Compiling num-bigint-dig v0.8.4 |
2119 | 2023-10-24T00:30:56.406Z | Compiling regex-automata v0.1.10 |
2120 | 2023-10-24T00:30:58.647Z | Compiling winnow v0.5.15 |
2121 | 2023-10-24T00:30:59.477Z | Compiling ipnet v2.8.0 |
2122 | 2023-10-24T00:31:00.038Z | Compiling unicode-width v0.1.10 |
2123 | 2023-10-24T00:31:00.278Z | Compiling num_threads v0.1.6 |
2124 | 2023-10-24T00:31:00.456Z | Compiling bit-vec v0.6.3 |
2125 | 2023-10-24T00:31:01.120Z | Compiling packed_struct v0.10.1 |
2126 | 2023-10-24T00:31:01.257Z | Compiling rustc-demangle v0.1.23 |
2127 | 2023-10-24T00:31:05.013Z | Compiling toml_edit v0.19.15 |
2128 | 2023-10-24T00:31:07.007Z | Compiling time v0.3.27 |
2129 | 2023-10-24T00:31:09.741Z | Compiling bstr v0.2.17 |
2130 | 2023-10-24T00:31:19.504Z | Compiling idna v0.2.3 |
2131 | 2023-10-24T00:31:21.427Z | Compiling r2d2 v0.8.10 |
2132 | 2023-10-24T00:31:22.035Z | Compiling inout v0.1.3 |
2133 | 2023-10-24T00:31:23.263Z | Compiling phf v0.11.2 |
2134 | 2023-10-24T00:31:23.715Z | Compiling hyper-tls v0.5.0 |
2135 | 2023-10-24T00:31:24.260Z | Compiling clap v4.4.3 |
2136 | 2023-10-24T00:31:24.308Z | Compiling hyper-rustls v0.24.1 |
2137 | 2023-10-24T00:31:24.421Z | Compiling flate2 v1.0.27 |
2138 | 2023-10-24T00:31:25.211Z | Compiling ipnetwork v0.20.0 |
2139 | 2023-10-24T00:31:25.369Z | Compiling postgres-types v0.2.6 |
2140 | 2023-10-24T00:31:25.917Z | Compiling itertools v0.11.0 |
2141 | 2023-10-24T00:31:25.929Z | Compiling regex v1.9.5 |
2142 | 2023-10-24T00:31:26.431Z | Compiling pkcs8 v0.10.2 |
2143 | 2023-10-24T00:31:27.782Z | Compiling hubpack v0.1.2 |
2144 | 2023-10-24T00:31:27.955Z | Compiling serde_urlencoded v0.7.1 |
2145 | 2023-10-24T00:31:28.792Z | Compiling phf_shared v0.10.0 |
2146 | 2023-10-24T00:31:28.862Z | Compiling futures-executor v0.3.28 |
2147 | 2023-10-24T00:31:29.918Z | Compiling signature v2.1.0 |
2148 | 2023-10-24T00:31:30.825Z | Compiling packed_struct_codegen v0.10.1 |
2149 | 2023-10-24T00:31:31.855Z | Compiling float-cmp v0.9.0 |
2150 | 2023-10-24T00:31:32.961Z | Compiling encoding_rs v0.8.33 |
2151 | 2023-10-24T00:31:34.724Z | Compiling webpki-roots v0.25.2 |
2152 | 2023-10-24T00:31:35.011Z | Compiling precomputed-hash v0.1.1 |
2153 | 2023-10-24T00:31:35.056Z | Compiling unicode-linebreak v0.1.5 |
2154 | 2023-10-24T00:31:35.139Z | Compiling nodrop v0.1.14 |
2155 | 2023-10-24T00:31:35.312Z | Compiling static_assertions v1.1.0 |
2156 | 2023-10-24T00:31:35.450Z | Compiling new_debug_unreachable v1.0.4 |
2157 | 2023-10-24T00:31:35.585Z | Compiling normalize-line-endings v0.3.0 |
2158 | 2023-10-24T00:31:35.755Z | Compiling predicates-core v1.0.6 |
2159 | 2023-10-24T00:31:35.876Z | Compiling crc-catalog v2.2.0 |
2160 | 2023-10-24T00:31:35.897Z | Compiling mime v0.3.17 |
2161 | 2023-10-24T00:31:36.096Z | Compiling difflib v0.4.0 |
2162 | 2023-10-24T00:31:36.741Z | Compiling whoami v1.4.1 |
2163 | 2023-10-24T00:31:38.550Z | Compiling unicode-segmentation v1.10.1 |
2164 | 2023-10-24T00:31:39.312Z | Compiling data-encoding v2.4.0 |
2165 | 2023-10-24T00:31:39.981Z | Compiling fixedbitset v0.4.2 |
2166 | 2023-10-24T00:31:40.581Z | Compiling smawk v0.3.1 |
2167 | 2023-10-24T00:31:40.846Z | Compiling textwrap v0.16.0 |
2168 | 2023-10-24T00:31:42.163Z | Compiling petgraph v0.6.4 |
2169 | 2023-10-24T00:31:42.235Z | Compiling trust-dns-proto v0.22.0 |
2170 | 2023-10-24T00:31:43.396Z | Compiling similar v2.2.1 |
2171 | 2023-10-24T00:31:47.134Z | Compiling tokio-postgres v0.7.10 |
2172 | 2023-10-24T00:31:48.856Z | Compiling reqwest v0.11.20 |
2173 | 2023-10-24T00:31:52.041Z | Compiling predicates v3.0.4 |
2174 | 2023-10-24T00:31:54.498Z | Compiling crc v3.0.1 |
2175 | 2023-10-24T00:31:55.277Z | Compiling string_cache v0.8.7 |
2176 | 2023-10-24T00:31:55.292Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2177 | 2023-10-24T00:31:55.613Z | Compiling array-init v0.0.4 |
2178 | 2023-10-24T00:32:07.857Z | Compiling futures v0.3.28 |
2179 | 2023-10-24T00:32:10.238Z | Compiling pkcs1 v0.7.5 |
2180 | 2023-10-24T00:32:10.445Z | Compiling yasna v0.5.2 |
2181 | 2023-10-24T00:32:10.614Z | Compiling smallvec v0.6.14 |
2182 | 2023-10-24T00:32:11.347Z | Compiling diesel v2.1.1 |
2183 | 2023-10-24T00:32:11.359Z | Compiling cipher v0.4.4 |
2184 | 2023-10-24T00:32:13.422Z | Compiling toml v0.7.8 |
2185 | 2023-10-24T00:32:15.260Z | Compiling bit-set v0.5.3 |
2186 | 2023-10-24T00:32:15.695Z | Compiling console v0.15.7 |
2187 | 2023-10-24T00:32:15.987Z | Compiling usdt v0.3.5 |
2188 | 2023-10-24T00:32:16.391Z | Compiling is-terminal v0.4.9 |
2189 | 2023-10-24T00:32:17.456Z | Compiling itertools v0.10.5 |
2190 | 2023-10-24T00:32:17.891Z | Compiling bstr v1.6.0 |
2191 | 2023-10-24T00:32:18.915Z | Compiling tokio-stream v0.1.14 |
2192 | 2023-10-24T00:32:20.486Z | Compiling openapiv3 v1.0.3 |
2193 | 2023-10-24T00:32:20.584Z | Compiling hex v0.4.3 |
2194 | 2023-10-24T00:32:22.519Z | Compiling hashbrown v0.13.2 |
2195 | 2023-10-24T00:32:24.557Z | Compiling bitfield v0.14.0 |
2196 | 2023-10-24T00:32:25.043Z | Compiling termcolor v1.2.0 |
2197 | 2023-10-24T00:32:26.797Z | Compiling lalrpop-util v0.19.12 |
2198 | 2023-10-24T00:32:32.050Z | Compiling env_logger v0.10.0 |
2199 | 2023-10-24T00:32:34.021Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2200 | 2023-10-24T00:32:43.822Z | Compiling rsa v0.9.2 |
2201 | 2023-10-24T00:32:53.281Z | Compiling serde-hex v0.1.0 |
2202 | 2023-10-24T00:32:56.067Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2203 | 2023-10-24T00:33:03.468Z | Compiling x509-cert v0.2.4 |
2204 | 2023-10-24T00:33:05.102Z | Compiling ron v0.8.1 |
2205 | 2023-10-24T00:33:08.360Z | Compiling crc-any v2.4.3 |
2206 | 2023-10-24T00:33:33.884Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2207 | 2023-10-24T00:33:37.943Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2208 | 2023-10-24T00:33:47.495Z | Compiling object v0.30.4 |
2209 | 2023-10-24T00:34:02.498Z | Compiling path-slash v0.1.5 |
2210 | 2023-10-24T00:34:18.374Z | Compiling bzip2 v0.4.4 |
2211 | 2023-10-24T00:34:18.946Z | Compiling zip v0.6.6 |
2212 | 2023-10-24T00:34:20.900Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2213 | 2023-10-24T00:34:30.416Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2214 | 2023-10-24T00:34:47.463Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2215 | 2023-10-24T00:34:48.526Z | Finished release [optimized] target(s) in 5m 52s |
2216 | 2023-10-24T00:34:48.611Z | |
2217 | 2023-10-24T00:34:48.614Z | real 5:52.277208432 |
2218 | 2023-10-24T00:34:48.617Z | user 40:40.554531687 |
2219 | 2023-10-24T00:34:48.620Z | sys 3:37.610208126 |
2220 | 2023-10-24T00:34:48.623Z | trap 1.734458994 |
2221 | 2023-10-24T00:34:48.626Z | tflt 1.206928820 |
2222 | 2023-10-24T00:34:48.629Z | dflt 0.932897966 |
2223 | 2023-10-24T00:34:48.631Z | kflt 0.005449660 |
2224 | 2023-10-24T00:34:48.636Z | lock 1:30:32.554319662 |
2225 | 2023-10-24T00:34:48.639Z | slp 2:22:07.592931646 |
2226 | 2023-10-24T00:34:48.642Z | lat 1:42.790933695 |
2227 | 2023-10-24T00:34:48.645Z | stop 1:20.299025966 |
2228 | 2023-10-24T00:34:48.647Z | + ptime -m gzip |
2229 | 2023-10-24T00:34:49.286Z | |
2230 | 2023-10-24T00:34:49.289Z | real 0.654901768 |
2231 | 2023-10-24T00:34:49.293Z | user 0.647708005 |
2232 | 2023-10-24T00:34:49.295Z | sys 0.006549329 |
2233 | 2023-10-24T00:34:49.298Z | trap 0.000064784 |
2234 | 2023-10-24T00:34:49.301Z | tflt 0.000000000 |
2235 | 2023-10-24T00:34:49.304Z | dflt 0.000000000 |
2236 | 2023-10-24T00:34:49.307Z | kflt 0.000000000 |
2237 | 2023-10-24T00:34:49.310Z | lock 0.000000000 |
2238 | 2023-10-24T00:34:49.313Z | slp 0.000000000 |
2239 | 2023-10-24T00:34:49.316Z | lat 0.000218433 |
2240 | 2023-10-24T00:34:49.319Z | stop 0.000260934 |
2241 | 2023-10-24T00:34:49.321Z | + banner tufaceous |
2242 | 2023-10-24T00:34:49.324Z | |
2243 | 2023-10-24T00:34:49.327Z | ##### # # ###### ## #### ###### #### # # #### |
2244 | 2023-10-24T00:34:49.330Z | # # # # # # # # # # # # # # |
2245 | 2023-10-24T00:34:49.333Z | # # # ##### # # # ##### # # # # #### |
2246 | 2023-10-24T00:34:49.336Z | # # # # ###### # # # # # # # |
2247 | 2023-10-24T00:34:49.338Z | # # # # # # # # # # # # # # # |
2248 | 2023-10-24T00:34:49.341Z | # #### # # # #### ###### #### #### #### |
2249 | 2023-10-24T00:34:49.345Z | |
2250 | 2023-10-24T00:34:49.347Z | + ptime -m cargo build --locked -p tufaceous --release |
2251 | 2023-10-24T00:34:49.995Z | Downloading crates ... |
2252 | 2023-10-24T00:34:50.277Z | Downloaded buf-list v1.0.3 |
2253 | 2023-10-24T00:34:50.283Z | Downloaded globset v0.4.13 |
2254 | 2023-10-24T00:34:50.285Z | Downloaded doc-comment v0.3.3 |
2255 | 2023-10-24T00:34:50.314Z | Downloaded snafu-derive v0.7.5 |
2256 | 2023-10-24T00:34:50.317Z | Downloaded olpc-cjson v0.1.3 |
2257 | 2023-10-24T00:34:50.320Z | Downloaded path-absolutize v3.1.0 |
2258 | 2023-10-24T00:34:50.323Z | Downloaded snafu v0.7.5 |
2259 | 2023-10-24T00:34:50.325Z | Downloaded tough v0.12.5 |
2260 | 2023-10-24T00:34:50.328Z | Downloaded serde_plain v1.0.2 |
2261 | 2023-10-24T00:34:50.331Z | Downloaded path-dedot v3.1.0 |
2262 | 2023-10-24T00:34:50.334Z | Downloaded bytesize v1.3.0 |
2263 | 2023-10-24T00:34:50.337Z | Downloaded fs-err v2.9.0 |
2264 | 2023-10-24T00:34:50.472Z | Compiling serde_tokenstream v0.2.0 |
2265 | 2023-10-24T00:34:50.493Z | Compiling regress v0.7.1 |
2266 | 2023-10-24T00:34:50.506Z | Compiling dirs-sys-next v0.1.2 |
2267 | 2023-10-24T00:34:50.508Z | Compiling ident_case v1.0.1 |
2268 | 2023-10-24T00:34:50.525Z | Compiling thread_local v1.1.7 |
2269 | 2023-10-24T00:34:50.533Z | Compiling camino v1.1.6 |
2270 | 2023-10-24T00:34:50.541Z | Compiling slog-async v2.8.0 |
2271 | 2023-10-24T00:34:50.749Z | Compiling dirs-next v2.0.0 |
2272 | 2023-10-24T00:34:51.115Z | Compiling darling_core v0.20.3 |
2273 | 2023-10-24T00:34:51.254Z | Compiling heck v0.4.1 |
2274 | 2023-10-24T00:34:51.346Z | Compiling term v0.7.0 |
2275 | 2023-10-24T00:34:51.383Z | Compiling crossbeam-channel v0.5.8 |
2276 | 2023-10-24T00:34:51.764Z | Compiling getopts v0.2.21 |
2277 | 2023-10-24T00:34:52.305Z | Compiling structmeta-derive v0.1.6 |
2278 | 2023-10-24T00:34:53.303Z | Compiling atty v0.2.14 |
2279 | 2023-10-24T00:34:53.320Z | Compiling multer v2.1.0 |
2280 | 2023-10-24T00:34:53.509Z | Compiling paste v1.0.14 |
2281 | 2023-10-24T00:34:53.725Z | Compiling take_mut v0.2.2 |
2282 | 2023-10-24T00:34:53.967Z | Compiling match_cfg v0.1.0 |
2283 | 2023-10-24T00:34:54.105Z | Compiling unsafe-libyaml v0.2.9 |
2284 | 2023-10-24T00:34:54.145Z | Compiling doc-comment v0.3.3 |
2285 | 2023-10-24T00:34:54.364Z | Compiling hostname v0.3.1 |
2286 | 2023-10-24T00:34:55.144Z | Compiling slog-term v2.9.0 |
2287 | 2023-10-24T00:34:56.625Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2288 | 2023-10-24T00:34:58.583Z | Compiling structmeta v0.1.6 |
2289 | 2023-10-24T00:34:59.207Z | Compiling serde_yaml v0.9.25 |
2290 | 2023-10-24T00:35:00.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2291 | 2023-10-24T00:35:00.373Z | Compiling darling_macro v0.20.3 |
2292 | 2023-10-24T00:35:00.595Z | Compiling slog-json v2.6.1 |
2293 | 2023-10-24T00:35:01.460Z | Compiling async-stream-impl v0.3.5 |
2294 | 2023-10-24T00:35:01.798Z | Compiling darling v0.20.3 |
2295 | 2023-10-24T00:35:01.978Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2296 | 2023-10-24T00:35:02.398Z | Compiling regex-syntax v0.6.29 |
2297 | 2023-10-24T00:35:02.587Z | Compiling fastrand v2.0.0 |
2298 | 2023-10-24T00:35:03.422Z | Compiling atomic-waker v1.1.1 |
2299 | 2023-10-24T00:35:03.701Z | Compiling waitgroup v0.1.2 |
2300 | 2023-10-24T00:35:03.717Z | Compiling async-stream v0.3.5 |
2301 | 2023-10-24T00:35:03.749Z | Compiling tempfile v3.8.0 |
2302 | 2023-10-24T00:35:04.143Z | Compiling serde_with_macros v2.3.3 |
2303 | 2023-10-24T00:35:04.315Z | Compiling slog-bunyan v2.4.0 |
2304 | 2023-10-24T00:35:07.048Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2305 | 2023-10-24T00:35:07.423Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2306 | 2023-10-24T00:35:08.017Z | Compiling sha1 v0.10.5 |
2307 | 2023-10-24T00:35:08.916Z | Compiling snafu-derive v0.7.5 |
2308 | 2023-10-24T00:35:09.495Z | Compiling serde_path_to_error v0.1.14 |
2309 | 2023-10-24T00:35:09.699Z | Compiling path-dedot v3.1.0 |
2310 | 2023-10-24T00:35:09.712Z | Compiling instant v0.1.12 |
2311 | 2023-10-24T00:35:09.928Z | Compiling same-file v1.0.6 |
2312 | 2023-10-24T00:35:10.055Z | Compiling debug-ignore v1.0.5 |
2313 | 2023-10-24T00:35:10.274Z | Compiling buf-list v1.0.3 |
2314 | 2023-10-24T00:35:10.359Z | Compiling arc-swap v1.6.0 |
2315 | 2023-10-24T00:35:10.389Z | Compiling base64 v0.13.1 |
2316 | 2023-10-24T00:35:11.133Z | Compiling slog-scope v4.4.0 |
2317 | 2023-10-24T00:35:11.202Z | Compiling pem v1.1.1 |
2318 | 2023-10-24T00:35:11.802Z | Compiling walkdir v2.4.0 |
2319 | 2023-10-24T00:35:11.962Z | Compiling parse-display-derive v0.7.0 |
2320 | 2023-10-24T00:35:12.724Z | Compiling path-absolutize v3.1.0 |
2321 | 2023-10-24T00:35:13.017Z | Compiling backoff v0.4.0 |
2322 | 2023-10-24T00:35:13.586Z | Compiling serde_with v2.3.3 |
2323 | 2023-10-24T00:35:13.711Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2324 | 2023-10-24T00:35:14.723Z | Compiling globset v0.4.13 |
2325 | 2023-10-24T00:35:14.744Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2326 | 2023-10-24T00:35:14.976Z | Compiling strum v0.25.0 |
2327 | 2023-10-24T00:35:15.031Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2328 | 2023-10-24T00:35:15.250Z | Compiling olpc-cjson v0.1.3 |
2329 | 2023-10-24T00:35:16.156Z | Compiling macaddr v1.0.1 |
2330 | 2023-10-24T00:35:17.136Z | Compiling snafu v0.7.5 |
2331 | 2023-10-24T00:35:17.350Z | Compiling serde_plain v1.0.2 |
2332 | 2023-10-24T00:35:18.205Z | Compiling filetime v0.2.22 |
2333 | 2023-10-24T00:35:18.297Z | Compiling parse-display v0.7.0 |
2334 | 2023-10-24T00:35:18.605Z | Compiling xattr v1.0.1 |
2335 | 2023-10-24T00:35:18.700Z | Compiling tough v0.12.5 |
2336 | 2023-10-24T00:35:19.059Z | Compiling tar v0.4.40 |
2337 | 2023-10-24T00:35:19.182Z | Compiling slog-stdlog v4.1.1 |
2338 | 2023-10-24T00:35:21.332Z | Compiling camino-tempfile v1.0.2 |
2339 | 2023-10-24T00:35:22.180Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2340 | 2023-10-24T00:35:22.414Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2341 | 2023-10-24T00:35:22.652Z | Compiling bytesize v1.3.0 |
2342 | 2023-10-24T00:35:23.576Z | Compiling fs-err v2.9.0 |
2343 | 2023-10-24T00:35:24.913Z | Compiling slog-envlogger v2.2.0 |
2344 | 2023-10-24T00:35:29.007Z | Compiling humantime v2.1.0 |
2345 | 2023-10-24T00:35:33.411Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2346 | 2023-10-24T00:36:00.018Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2347 | 2023-10-24T00:36:00.297Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2348 | 2023-10-24T00:36:10.335Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2349 | 2023-10-24T00:36:12.419Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2350 | 2023-10-24T00:36:37.676Z | Finished release [optimized] target(s) in 1m 48s |
2351 | 2023-10-24T00:36:37.763Z | |
2352 | 2023-10-24T00:36:37.766Z | real 1:48.470840292 |
2353 | 2023-10-24T00:36:37.770Z | user 11:22.399960041 |
2354 | 2023-10-24T00:36:37.773Z | sys 46.661094601 |
2355 | 2023-10-24T00:36:37.776Z | trap 0.445732717 |
2356 | 2023-10-24T00:36:37.779Z | tflt 0.317137477 |
2357 | 2023-10-24T00:36:37.782Z | dflt 0.680494007 |
2358 | 2023-10-24T00:36:37.784Z | kflt 0.004307457 |
2359 | 2023-10-24T00:36:37.787Z | lock 22:36.876690829 |
2360 | 2023-10-24T00:36:37.790Z | slp 24:06.131509564 |
2361 | 2023-10-24T00:36:37.794Z | lat 21.060107080 |
2362 | 2023-10-24T00:36:37.797Z | stop 10.183443661 |
2363 | 2023-10-24T00:36:37.800Z | + ptime -m gzip |
2364 | 2023-10-24T00:36:39.886Z | |
2365 | 2023-10-24T00:36:39.889Z | real 2.117182742 |
2366 | 2023-10-24T00:36:39.892Z | user 2.093113881 |
2367 | 2023-10-24T00:36:39.895Z | sys 0.023315736 |
2368 | 2023-10-24T00:36:39.898Z | trap 0.000201582 |
2369 | 2023-10-24T00:36:39.901Z | tflt 0.000000000 |
2370 | 2023-10-24T00:36:39.904Z | dflt 0.000000000 |
2371 | 2023-10-24T00:36:39.908Z | kflt 0.000000000 |
2372 | 2023-10-24T00:36:39.911Z | lock 0.000000000 |
2373 | 2023-10-24T00:36:39.914Z | slp 0.000000000 |
2374 | 2023-10-24T00:36:39.917Z | lat 0.000230246 |
2375 | 2023-10-24T00:36:39.919Z | stop 0.000219147 |
2376 | 2023-10-24T00:36:40.926Z | process exited: duration 1296530 ms, exit code 0 |
|
2377 | 2023-10-24T00:36:40.932Z | found 5 output files |
2378 | 2023-10-24T00:36:40.948Z | uploading: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz (6514873 bytes) |
2379 | 2023-10-24T00:36:43.778Z | uploaded: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz |
2380 | 2023-10-24T00:36:43.789Z | uploading: /work/end-to-end-tests/bootstrap.gz (97928074 bytes) |
2381 | 2023-10-24T00:37:18.091Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2382 | 2023-10-24T00:37:18.109Z | uploading: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz (111844131 bytes) |
2383 | 2023-10-24T00:38:01.974Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz |
2384 | 2023-10-24T00:38:01.980Z | uploading: /work/caboose-util.gz (4111313 bytes) |
2385 | 2023-10-24T00:38:03.547Z | uploaded: /work/caboose-util.gz |
2386 | 2023-10-24T00:38:03.552Z | uploading: /work/tufaceous.gz (13497015 bytes) |
2387 | 2023-10-24T00:38:08.959Z | uploaded: /work/tufaceous.gz |