|
|
|
1 | 2023-10-25T06:28:02.367Z | job assigned to worker 01HDJR7ZNR2K4ZQK59785ZKAD1 (queued for 56 s) |
|
2 | 2023-10-25T06:28:04.585Z | starting task 0: "setup" |
3 | 2023-10-25T06:28:04.728Z | ++ uname -s |
4 | 2023-10-25T06:28:04.755Z | + kern=SunOS |
5 | 2023-10-25T06:28:04.792Z | + case "$kern" in |
6 | 2023-10-25T06:28:04.821Z | + groupadd -g 12345 build |
7 | 2023-10-25T06:28:04.895Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-25T06:28:06.701Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-25T06:28:06.807Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-25T06:28:07.229Z | + home_fs=zfs |
11 | 2023-10-25T06:28:07.257Z | + [[ zfs == autofs ]] |
12 | 2023-10-25T06:28:07.277Z | + mkdir -p /home/build |
13 | 2023-10-25T06:28:07.696Z | + chown build:build /home/build /work |
14 | 2023-10-25T06:28:09.014Z | + chmod 0700 /home/build /work |
15 | 2023-10-25T06:28:09.440Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2023-10-25T06:28:09.514Z | starting task 1: "rust-toolchain" |
17 | 2023-10-25T06:28:09.593Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-25T06:28:09.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-25T06:28:09.723Z | info: downloading installer |
20 | 2023-10-25T06:28:11.605Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-25T06:28:11.611Z | warning: /opt/ooce/bin |
22 | 2023-10-25T06:28:11.617Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-25T06:28:11.622Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-25T06:28:11.626Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-25T06:28:11.635Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-25T06:28:11.644Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-25T06:28:11.648Z | error: cannot install while Rust is installed |
28 | 2023-10-25T06:28:11.655Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-25T06:28:11.736Z | info: profile set to 'default' |
30 | 2023-10-25T06:28:11.744Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-25T06:28:11.749Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-25T06:28:11.930Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-25T06:28:11.934Z | info: downloading component 'cargo' |
34 | 2023-10-25T06:28:12.800Z | info: downloading component 'clippy' |
35 | 2023-10-25T06:28:13.105Z | info: downloading component 'rust-docs' |
36 | 2023-10-25T06:28:14.194Z | info: downloading component 'rust-std' |
37 | 2023-10-25T06:28:16.159Z | info: downloading component 'rustc' |
38 | 2023-10-25T06:28:20.893Z | info: downloading component 'rustfmt' |
39 | 2023-10-25T06:28:21.153Z | info: installing component 'cargo' |
40 | 2023-10-25T06:28:22.685Z | info: installing component 'clippy' |
41 | 2023-10-25T06:28:23.311Z | info: installing component 'rust-docs' |
42 | 2023-10-25T06:28:26.123Z | info: installing component 'rust-std' |
43 | 2023-10-25T06:28:29.273Z | info: installing component 'rustc' |
44 | 2023-10-25T06:28:36.605Z | info: installing component 'rustfmt' |
45 | 2023-10-25T06:28:37.133Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-25T06:28:37.138Z | |
47 | 2023-10-25T06:28:37.279Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-25T06:28:37.772Z | |
49 | 2023-10-25T06:28:37.782Z | |
50 | 2023-10-25T06:28:37.798Z | Rust is installed now. Great! |
51 | 2023-10-25T06:28:37.808Z | |
52 | 2023-10-25T06:28:37.817Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-25T06:28:37.827Z | environment variable. This has not been done automatically. |
54 | 2023-10-25T06:28:37.835Z | |
55 | 2023-10-25T06:28:37.846Z | To configure your current shell, run: |
56 | 2023-10-25T06:28:37.859Z | source "$HOME/.cargo/env" |
57 | 2023-10-25T06:28:38.282Z | + rustc --version |
58 | 2023-10-25T06:28:38.296Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-25T06:28:38.302Z | process exited: duration 27983 ms, exit code 0 |
|
60 | 2023-10-25T06:28:38.333Z | starting task 2: "authentication" |
61 | 2023-10-25T06:28:38.381Z | process exited: duration 42 ms, exit code 0 |
|
62 | 2023-10-25T06:28:38.826Z | starting task 3: "clone repository" |
63 | 2023-10-25T06:28:38.838Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-25T06:28:38.853Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-25T06:28:38.878Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-25T06:28:45.449Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-25T06:28:45.561Z | + [[ -n renovate/actions-setup-node-3.x ]] |
68 | 2023-10-25T06:28:45.946Z | + git fetch origin renovate/actions-setup-node-3.x |
69 | 2023-10-25T06:28:46.489Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-25T06:28:47.231Z | * branch renovate/actions-setup-node-3.x -> FETCH_HEAD |
71 | 2023-10-25T06:28:47.641Z | + git checkout -B renovate/actions-setup-node-3.x remotes/origin/renovate/actions-setup-node-3.x |
72 | 2023-10-25T06:28:47.774Z | Switched to a new branch 'renovate/actions-setup-node-3.x' |
73 | 2023-10-25T06:28:48.384Z | branch 'renovate/actions-setup-node-3.x' set up to track 'origin/renovate/actions-setup-node-3.x'. |
74 | 2023-10-25T06:28:49.691Z | + git reset --hard 1a7b342e3fb047b6ced7c0ef003662bab30a386a |
75 | 2023-10-25T06:28:51.805Z | HEAD is now at 1a7b342e chore(deps): update actions/setup-node action to v3.8.2 |
76 | 2023-10-25T06:28:52.575Z | process exited: duration 7082 ms, exit code 0 |
|
77 | 2023-10-25T06:29:17.438Z | starting task 4: "build" |
78 | 2023-10-25T06:29:17.919Z | + cargo --version |
79 | 2023-10-25T06:29:18.185Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-25T06:29:18.461Z | + rustc --version |
81 | 2023-10-25T06:29:18.748Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-25T06:29:18.962Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
83 | 2023-10-25T06:29:27.681Z | Startup: Refreshing catalog 'helios-dev' ... Done |
84 | 2023-10-25T06:29:28.661Z | Startup: Caching catalogs ... Done |
85 | 2023-10-25T06:29:33.504Z | Planning: Solver setup ... Done (4.540s) |
86 | 2023-10-25T06:29:33.621Z | Planning: Running solver ... Done (0.116s) |
87 | 2023-10-25T06:29:33.687Z | Planning: Finding local manifests ... Done (0.003s) |
88 | 2023-10-25T06:29:33.699Z | Planning: Fetching manifests: 0/4 0% complete |
89 | 2023-10-25T06:29:33.963Z | Planning: Fetching manifests: 4/4 100% complete |
90 | 2023-10-25T06:29:34.065Z | Planning: Package planning ... Done (0.085s) |
91 | 2023-10-25T06:29:34.137Z | Planning: Merging actions ... Done (0.087s) |
92 | 2023-10-25T06:29:35.159Z | Planning: Checking for conflicting actions ... Done (1.021s) |
93 | 2023-10-25T06:29:35.181Z | Planning: Consolidating action changes ... Done (0.019s) |
94 | 2023-10-25T06:29:42.281Z | Planning: Evaluating mediators ... Done (7.097s) |
95 | 2023-10-25T06:29:42.296Z | Planning: Planning completed in 13.58 seconds |
96 | 2023-10-25T06:29:42.504Z | Packages to install: 4 |
97 | 2023-10-25T06:29:42.519Z | Mediators to change: 2 |
98 | 2023-10-25T06:29:42.537Z | Services to change: 1 |
99 | 2023-10-25T06:29:42.557Z | Estimated space available: 149.39 GB |
100 | 2023-10-25T06:29:42.571Z | Estimated space to be consumed: 1.37 GB |
101 | 2023-10-25T06:29:42.594Z | Create boot environment: No |
102 | 2023-10-25T06:29:42.616Z | Create backup boot environment: No |
103 | 2023-10-25T06:29:42.636Z | Rebuild boot archive: No |
104 | 2023-10-25T06:29:42.656Z | |
105 | 2023-10-25T06:29:42.670Z | Changed mediators: |
106 | 2023-10-25T06:29:42.685Z | mediator clang: |
107 | 2023-10-25T06:29:42.701Z | version: None -> 15 (system default) |
108 | 2023-10-25T06:29:42.717Z | |
109 | 2023-10-25T06:29:43.138Z | mediator llvm: |
110 | 2023-10-25T06:29:43.159Z | version: 14 (system default) -> 15 (system default) |
111 | 2023-10-25T06:29:43.182Z | |
112 | 2023-10-25T06:29:43.210Z | Changed packages: |
113 | 2023-10-25T06:29:43.226Z | helios-dev |
114 | 2023-10-25T06:29:43.248Z | developer/build-essential |
115 | 2023-10-25T06:29:43.669Z | None -> 11-2.0 |
116 | 2023-10-25T06:29:43.685Z | library/libxmlsec1 |
117 | 2023-10-25T06:29:43.702Z | None -> 1.2.35-2.0 |
118 | 2023-10-25T06:29:43.720Z | ooce/developer/clang-15 |
119 | 2023-10-25T06:29:43.743Z | None -> 15.0.7-2.0 |
120 | 2023-10-25T06:29:43.762Z | ooce/developer/llvm-15 |
121 | 2023-10-25T06:29:43.776Z | None -> 15.0.7-2.0 |
122 | 2023-10-25T06:29:43.785Z | |
123 | 2023-10-25T06:29:43.794Z | Services: |
124 | 2023-10-25T06:29:43.810Z | restart_fmri: |
125 | 2023-10-25T06:29:43.815Z | svc:/system/update-man-index:default |
126 | 2023-10-25T06:29:43.822Z | |
127 | 2023-10-25T06:29:43.837Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
128 | 2023-10-25T06:29:48.955Z | Download: 210/3290 items 1.3/212.6MB 0% complete (777k/s) |
129 | 2023-10-25T06:29:55.128Z | Download: 1195/3290 items 83.4/212.6MB 39% complete (8.4M/s) |
130 | 2023-10-25T06:30:04.670Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.0M/s) |
131 | 2023-10-25T06:30:06.601Z | Download: 1767/3290 items 118.3/212.6MB 55% complete (7.1M/s) |
132 | 2023-10-25T06:30:27.382Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
133 | 2023-10-25T06:30:32.380Z | Download: 3207/3290 items 189.5/212.6MB 89% complete (13.9M/s) |
134 | 2023-10-25T06:30:35.547Z | Download: Completed 212.60 MB in 52.67 seconds (4.0M/s) |
135 | 2023-10-25T06:30:37.835Z | Actions: 1/3687 actions (Installing new actions) |
136 | 2023-10-25T06:30:42.968Z | Actions: 2343/3687 actions (Installing new actions) |
137 | 2023-10-25T06:30:46.121Z | Actions: Completed 3687 actions in 8.29 seconds. |
138 | 2023-10-25T06:30:46.213Z | Done (0.082s) |
139 | 2023-10-25T06:30:46.216Z | Done (0.000s) |
140 | 2023-10-25T06:30:46.428Z | Done (0.206s) |
141 | 2023-10-25T06:30:54.898Z | Done (8.352s) |
142 | 2023-10-25T06:30:55.159Z | Done (0.142s) |
143 | 2023-10-25T06:30:55.172Z | Done (0.000s) |
144 | 2023-10-25T06:30:55.537Z | Done (0.000s) |
145 | 2023-10-25T06:30:56.160Z | Planning: Evaluating mediator changes ... Done |
146 | 2023-10-25T06:30:56.459Z | Planning: Checking for conflicting actions ... Done |
147 | 2023-10-25T06:30:56.465Z | Planning: Consolidating action changes ... Done |
148 | 2023-10-25T06:30:56.923Z | Planning: Evaluating mediators ... Done |
149 | 2023-10-25T06:30:57.364Z | Planning: Planning completed in 0.75 seconds |
150 | 2023-10-25T06:30:57.374Z | Mediators to change: 2 |
151 | 2023-10-25T06:30:57.793Z | Create boot environment: No |
152 | 2023-10-25T06:30:57.807Z | Create backup boot environment: No |
153 | 2023-10-25T06:30:57.822Z | Done |
154 | 2023-10-25T06:30:57.841Z | Done |
155 | 2023-10-25T06:30:57.853Z | Done |
156 | 2023-10-25T06:31:03.865Z | Done |
157 | 2023-10-25T06:31:04.000Z | Done |
158 | 2023-10-25T06:31:04.004Z | Done |
159 | 2023-10-25T06:31:04.144Z | Done |
160 | 2023-10-25T06:31:05.212Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-10-25T06:31:05.218Z | Planning: Merging actions ... Done |
162 | 2023-10-25T06:31:05.572Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-10-25T06:31:05.581Z | Planning: Consolidating action changes ... Done |
164 | 2023-10-25T06:31:06.017Z | Planning: Evaluating mediators ... Done |
165 | 2023-10-25T06:31:06.111Z | Planning: Planning completed in 1.35 seconds |
166 | 2023-10-25T06:31:06.169Z | Packages to change: 1 |
167 | 2023-10-25T06:31:06.174Z | Mediators to change: 1 |
168 | 2023-10-25T06:31:06.178Z | Services to change: 1 |
169 | 2023-10-25T06:31:06.181Z | Create boot environment: No |
170 | 2023-10-25T06:31:06.184Z | Create backup boot environment: Yes |
171 | 2023-10-25T06:31:08.210Z | Actions: 1/6 actions (Updating modified actions) |
172 | 2023-10-25T06:31:08.220Z | Actions: Completed 6 actions in 0.00 seconds. |
173 | 2023-10-25T06:31:08.227Z | Done |
174 | 2023-10-25T06:31:08.234Z | Done |
175 | 2023-10-25T06:31:08.266Z | Done |
176 | 2023-10-25T06:31:15.019Z | Done |
177 | 2023-10-25T06:31:15.034Z | Done |
178 | 2023-10-25T06:31:15.042Z | Done |
179 | 2023-10-25T06:31:15.123Z | Done |
180 | 2023-10-25T06:31:15.840Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
181 | 2023-10-25T06:31:16.279Z | clang system 15 system |
182 | 2023-10-25T06:31:16.291Z | csh system system illumos |
183 | 2023-10-25T06:31:16.300Z | ctags system system illumos |
184 | 2023-10-25T06:31:16.320Z | gcc vendor 12 vendor |
185 | 2023-10-25T06:31:16.731Z | gcc system 10 system |
186 | 2023-10-25T06:31:16.746Z | gcc system 7 system |
187 | 2023-10-25T06:31:16.757Z | go system 1.20 system |
188 | 2023-10-25T06:31:16.769Z | go system 1.19 system |
189 | 2023-10-25T06:31:16.778Z | llvm system 15 system |
190 | 2023-10-25T06:31:16.787Z | llvm system 14 system |
191 | 2023-10-25T06:31:16.795Z | mariadb system 10.6 system |
192 | 2023-10-25T06:31:16.802Z | mta vendor vendor dma |
193 | 2023-10-25T06:31:16.808Z | openjdk system 17 system |
194 | 2023-10-25T06:31:16.815Z | openjdk system 11 system |
195 | 2023-10-25T06:31:16.821Z | openjdk system 1.8 system |
196 | 2023-10-25T06:31:16.836Z | openssl vendor 3 vendor |
197 | 2023-10-25T06:31:16.840Z | perl system 5.36 system |
198 | 2023-10-25T06:31:16.843Z | postgresql system 15 system |
199 | 2023-10-25T06:31:16.847Z | postgresql system 13 system |
200 | 2023-10-25T06:31:16.854Z | python vendor 3 vendor |
201 | 2023-10-25T06:31:16.859Z | python system 2 system |
202 | 2023-10-25T06:31:16.863Z | python3 system 3.11 system |
203 | 2023-10-25T06:31:16.867Z | ruby system 3.0 system |
204 | 2023-10-25T06:31:16.871Z | words vendor vendor american-english |
205 | 2023-10-25T06:31:16.875Z | words system system australian-english |
206 | 2023-10-25T06:31:16.878Z | words system system british-english |
207 | 2023-10-25T06:31:16.882Z | words system system canadian-english |
208 | 2023-10-25T06:31:16.886Z | words system system french |
209 | 2023-10-25T06:31:16.890Z | words system system italian |
210 | 2023-10-25T06:31:16.893Z | words system system ngerman |
211 | 2023-10-25T06:31:16.897Z | words system system ogerman |
212 | 2023-10-25T06:31:16.900Z | words system system spanish |
213 | 2023-10-25T06:31:16.909Z | FMRI IFO |
214 | 2023-10-25T06:31:16.923Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
215 | 2023-10-25T06:31:16.968Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
216 | 2023-10-25T06:31:17.392Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
217 | 2023-10-25T06:31:17.404Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
218 | 2023-10-25T06:31:17.818Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
219 | 2023-10-25T06:31:17.823Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
220 | 2023-10-25T06:31:17.846Z | + set -o errexit |
221 | 2023-10-25T06:31:17.884Z | +++ dirname ./tools/ci_download_cockroachdb |
222 | 2023-10-25T06:31:17.919Z | ++ cd ./tools |
223 | 2023-10-25T06:31:17.934Z | ++ pwd |
224 | 2023-10-25T06:31:18.356Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
225 | 2023-10-25T06:31:18.374Z | ++ basename ./tools/ci_download_cockroachdb |
226 | 2023-10-25T06:31:18.381Z | + ARG0=ci_download_cockroachdb |
227 | 2023-10-25T06:31:18.385Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
228 | 2023-10-25T06:31:18.397Z | + CIDL_VERSION=v22.1.9 |
229 | 2023-10-25T06:31:18.418Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
230 | 2023-10-25T06:31:18.438Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
231 | 2023-10-25T06:31:18.448Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
232 | 2023-10-25T06:31:18.472Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
233 | 2023-10-25T06:31:18.491Z | + TARGET_DIR=out |
234 | 2023-10-25T06:31:18.509Z | + DOWNLOAD_DIR=out/downloads |
235 | 2023-10-25T06:31:18.523Z | + DEST_DIR=./out/cockroachdb |
236 | 2023-10-25T06:31:18.549Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
237 | 2023-10-25T06:31:18.973Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
238 | 2023-10-25T06:31:18.984Z | + main |
239 | 2023-10-25T06:31:19.006Z | + [[ 0 != 0 ]] |
240 | 2023-10-25T06:31:19.012Z | + CIDL_OS=solaris2.11 |
241 | 2023-10-25T06:31:19.021Z | + [[ 0 != 0 ]] |
242 | 2023-10-25T06:31:19.030Z | + configure_os solaris2.11 |
243 | 2023-10-25T06:31:19.240Z | + echo 'current directory: /work/oxidecomputer/omicron' |
244 | 2023-10-25T06:31:19.249Z | current directory: /work/oxidecomputer/omicron |
245 | 2023-10-25T06:31:19.262Z | + echo 'configuring based on OS: "solaris2.11"' |
246 | 2023-10-25T06:31:19.281Z | configuring based on OS: "solaris2.11" |
247 | 2023-10-25T06:31:19.293Z | + case "$1" in |
248 | 2023-10-25T06:31:19.303Z | + CIDL_BUILD=illumos |
249 | 2023-10-25T06:31:19.310Z | + CIDL_SUFFIX=tar.gz |
250 | 2023-10-25T06:31:19.322Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-10-25T06:31:19.327Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
252 | 2023-10-25T06:31:19.335Z | + CIDL_MD5FUNC=do_md5sum |
253 | 2023-10-25T06:31:19.342Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
254 | 2023-10-25T06:31:19.349Z | + CIDL_URL_BASE=https://illumos.org/downloads |
255 | 2023-10-25T06:31:19.355Z | Downloading... |
256 | 2023-10-25T06:31:19.360Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-10-25T06:31:19.364Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-10-25T06:31:19.371Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-25T06:31:19.378Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-25T06:31:19.382Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-10-25T06:31:19.386Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-25T06:31:19.395Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-25T06:31:19.824Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-10-25T06:31:19.834Z | + mkdir -p out/downloads |
265 | 2023-10-25T06:31:19.850Z | + mkdir -p ./out/cockroachdb |
266 | 2023-10-25T06:31:19.889Z | + local DO_DOWNLOAD=true |
267 | 2023-10-25T06:31:19.907Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
268 | 2023-10-25T06:31:19.928Z | + '[' true == true ']' |
269 | 2023-10-25T06:31:19.937Z | + echo Downloading... |
270 | 2023-10-25T06:31:19.943Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-10-25T06:31:19.952Z | + 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 |
272 | 2023-10-25T06:31:19.959Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-25T06:31:19.968Z | ++ md5sum |
274 | 2023-10-25T06:31:19.973Z | ++ awk '{print $1}' |
275 | 2023-10-25T06:31:19.980Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-25T06:31:19.991Z | + [[ 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 ]] |
277 | 2023-10-25T06:31:20.002Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-25T06:31:20.017Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
279 | 2023-10-25T06:31:22.931Z | + do_assemble_illumos |
280 | 2023-10-25T06:31:22.952Z | + rm -r ./out/cockroachdb |
281 | 2023-10-25T06:31:22.968Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
282 | 2023-10-25T06:31:23.649Z | + ./out/cockroachdb/bin/cockroach version |
283 | 2023-10-25T06:31:24.062Z | Build Tag: v22.1.9-dirty |
284 | 2023-10-25T06:31:24.064Z | Build Time: 2022/10/26 21:17:46 |
285 | 2023-10-25T06:31:24.067Z | Distribution: OSS |
286 | 2023-10-25T06:31:24.072Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
287 | 2023-10-25T06:31:24.077Z | Go Version: go1.17.13 |
288 | 2023-10-25T06:31:24.080Z | C Compiler: gcc 10.3.0 |
289 | 2023-10-25T06:31:24.084Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
290 | 2023-10-25T06:31:24.087Z | Build Type: release |
291 | 2023-10-25T06:31:24.090Z | + set -o errexit |
292 | 2023-10-25T06:31:24.094Z | +++ dirname ./tools/ci_download_clickhouse |
293 | 2023-10-25T06:31:24.099Z | ++ cd ./tools |
294 | 2023-10-25T06:31:24.104Z | ++ pwd |
295 | 2023-10-25T06:31:24.108Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
296 | 2023-10-25T06:31:24.113Z | ++ basename ./tools/ci_download_clickhouse |
297 | 2023-10-25T06:31:24.118Z | + ARG0=ci_download_clickhouse |
298 | 2023-10-25T06:31:24.132Z | + TARGET_DIR=out |
299 | 2023-10-25T06:31:24.148Z | + DOWNLOAD_DIR=out/downloads |
300 | 2023-10-25T06:31:24.165Z | + DEST_DIR=./out/clickhouse |
301 | 2023-10-25T06:31:24.177Z | + CIDL_VERSION=v22.8.9.24 |
302 | 2023-10-25T06:31:24.597Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
303 | 2023-10-25T06:31:24.604Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
304 | 2023-10-25T06:31:24.611Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
305 | 2023-10-25T06:31:24.624Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
306 | 2023-10-25T06:31:24.645Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
307 | 2023-10-25T06:31:25.067Z | + main |
308 | 2023-10-25T06:31:25.481Z | + [[ 0 != 0 ]] |
309 | 2023-10-25T06:31:25.486Z | + CIDL_OS=solaris2.11 |
310 | 2023-10-25T06:31:25.491Z | + [[ 0 != 0 ]] |
311 | 2023-10-25T06:31:25.985Z | + configure_os solaris2.11 |
312 | 2023-10-25T06:31:26.044Z | + echo 'current directory: /work/oxidecomputer/omicron' |
313 | 2023-10-25T06:31:26.072Z | current directory: /work/oxidecomputer/omicron |
314 | 2023-10-25T06:31:26.081Z | + echo 'configuring based on OS: "solaris2.11"' |
315 | 2023-10-25T06:31:26.097Z | configuring based on OS: "solaris2.11" |
316 | 2023-10-25T06:31:26.144Z | + CIDL_DASHREV= |
317 | 2023-10-25T06:31:26.209Z | + case "$1" in |
318 | 2023-10-25T06:31:26.252Z | + CIDL_PLATFORM=illumos |
319 | 2023-10-25T06:31:26.304Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-10-25T06:31:26.349Z | + CIDL_MD5FUNC=do_md5sum |
321 | 2023-10-25T06:31:26.762Z | + CIDL_DASHREV=-1 |
322 | 2023-10-25T06:31:26.785Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
323 | 2023-10-25T06:31:26.796Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
324 | 2023-10-25T06:31:26.811Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-25T06:31:27.227Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-25T06:31:27.240Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
327 | 2023-10-25T06:31:27.252Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-25T06:31:27.273Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-25T06:31:27.295Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-25T06:31:27.304Z | + mkdir -p out/downloads |
331 | 2023-10-25T06:31:27.322Z | + mkdir -p ./out/clickhouse |
332 | 2023-10-25T06:31:27.327Z | + local DO_DOWNLOAD=true |
333 | 2023-10-25T06:31:27.338Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
334 | 2023-10-25T06:31:27.345Z | + '[' true == true ']' |
335 | 2023-10-25T06:31:27.355Z | + echo Downloading... |
336 | 2023-10-25T06:31:27.363Z | Downloading... |
337 | 2023-10-25T06:31:27.370Z | + 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 |
338 | 2023-10-25T06:31:27.378Z | + 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 |
339 | 2023-10-25T06:31:27.386Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-10-25T06:31:27.391Z | ++ md5sum |
341 | 2023-10-25T06:31:27.393Z | ++ awk '{print $1}' |
342 | 2023-10-25T06:31:27.396Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-10-25T06:31:27.399Z | + [[ 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 ]] |
344 | 2023-10-25T06:31:27.402Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
345 | 2023-10-25T06:31:27.404Z | + mkdir -p ./out/clickhouse |
346 | 2023-10-25T06:31:27.407Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
347 | 2023-10-25T06:31:30.850Z | + ./out/clickhouse/clickhouse server --version |
348 | 2023-10-25T06:31:30.901Z | ClickHouse server version 22.8.9.1. |
349 | 2023-10-25T06:31:30.926Z | + set -o errexit |
350 | 2023-10-25T06:31:30.929Z | +++ dirname ./tools/ci_download_console |
351 | 2023-10-25T06:31:30.932Z | ++ cd ./tools |
352 | 2023-10-25T06:31:30.935Z | ++ pwd |
353 | 2023-10-25T06:31:30.938Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
354 | 2023-10-25T06:31:30.941Z | ++ basename ./tools/ci_download_console |
355 | 2023-10-25T06:31:30.944Z | + ARG0=ci_download_console |
356 | 2023-10-25T06:31:30.947Z | + TARGET_DIR=out |
357 | 2023-10-25T06:31:30.950Z | + DOWNLOAD_DIR=out/downloads |
358 | 2023-10-25T06:31:30.953Z | + DEST_DIR=./out/console-assets |
359 | 2023-10-25T06:31:30.957Z | + source /work/oxidecomputer/omicron/tools/console_version |
360 | 2023-10-25T06:31:30.960Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
361 | 2023-10-25T06:31:30.963Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
362 | 2023-10-25T06:31:30.966Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
363 | 2023-10-25T06:31:30.970Z | + TARBALL_FILE=out/downloads/console.tar.gz |
364 | 2023-10-25T06:31:30.974Z | + main |
365 | 2023-10-25T06:31:30.977Z | + [[ 0 != 0 ]] |
366 | 2023-10-25T06:31:30.979Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
367 | 2023-10-25T06:31:30.982Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
368 | 2023-10-25T06:31:30.985Z | + echo 'Local file: out/downloads/console.tar.gz' |
369 | 2023-10-25T06:31:30.988Z | Local file: out/downloads/console.tar.gz |
370 | 2023-10-25T06:31:30.990Z | + local DO_DOWNLOAD=true |
371 | 2023-10-25T06:31:30.993Z | + [[ -f out/downloads/console.tar.gz ]] |
372 | 2023-10-25T06:31:30.996Z | + mkdir -p out/downloads |
373 | 2023-10-25T06:31:30.999Z | + '[' true == true ']' |
374 | 2023-10-25T06:31:31.002Z | + echo Downloading... |
375 | 2023-10-25T06:31:31.005Z | Downloading... |
376 | 2023-10-25T06:31:31.008Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
377 | 2023-10-25T06:31:31.011Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
378 | 2023-10-25T06:31:31.600Z | ++ do_sha256sum out/downloads/console.tar.gz |
379 | 2023-10-25T06:31:31.606Z | ++ case "$OSTYPE" in |
380 | 2023-10-25T06:31:31.609Z | ++ SHA=sha256sum |
381 | 2023-10-25T06:31:31.613Z | ++ sha256sum |
382 | 2023-10-25T06:31:31.617Z | ++ awk '{print $1}' |
383 | 2023-10-25T06:31:31.637Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
384 | 2023-10-25T06:31:31.652Z | + [[ 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 ]] |
385 | 2023-10-25T06:31:31.715Z | + rm -rf ./out/console-assets |
386 | 2023-10-25T06:31:31.721Z | + mkdir -p ./out/console-assets |
387 | 2023-10-25T06:31:31.736Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
388 | 2023-10-25T06:31:31.748Z | + mkdir -p ./out/console-assets |
389 | 2023-10-25T06:31:31.757Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
390 | 2023-10-25T06:31:31.782Z | + set -o errexit |
391 | 2023-10-25T06:31:31.803Z | +++ dirname ./tools/ci_download_maghemite_openapi |
392 | 2023-10-25T06:31:31.816Z | ++ cd ./tools |
393 | 2023-10-25T06:31:31.830Z | ++ pwd |
394 | 2023-10-25T06:31:31.835Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2023-10-25T06:31:31.839Z | ++ basename ./tools/ci_download_maghemite_openapi |
396 | 2023-10-25T06:31:31.842Z | + ARG0=ci_download_maghemite_openapi |
397 | 2023-10-25T06:31:31.845Z | + TARGET_DIR=out |
398 | 2023-10-25T06:31:31.849Z | + DOWNLOAD_DIR=out/downloads |
399 | 2023-10-25T06:31:31.852Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
400 | 2023-10-25T06:31:31.855Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
401 | 2023-10-25T06:31:31.873Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
402 | 2023-10-25T06:31:31.877Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
403 | 2023-10-25T06:31:31.880Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
404 | 2023-10-25T06:31:31.884Z | + main |
405 | 2023-10-25T06:31:31.886Z | + [[ 0 != 0 ]] |
406 | 2023-10-25T06:31:31.889Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
407 | 2023-10-25T06:31:31.892Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
408 | 2023-10-25T06:31:31.895Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
409 | 2023-10-25T06:31:31.898Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
410 | 2023-10-25T06:31:31.900Z | + local DO_DOWNLOAD=true |
411 | 2023-10-25T06:31:31.903Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
412 | 2023-10-25T06:31:31.906Z | + mkdir -p out/downloads |
413 | 2023-10-25T06:31:31.909Z | + '[' true == true ']' |
414 | 2023-10-25T06:31:31.911Z | + echo Downloading... |
415 | 2023-10-25T06:31:31.914Z | Downloading... |
416 | 2023-10-25T06:31:31.917Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
417 | 2023-10-25T06:31:31.919Z | + 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 |
418 | 2023-10-25T06:31:32.050Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
419 | 2023-10-25T06:31:32.053Z | ++ case "$OSTYPE" in |
420 | 2023-10-25T06:31:32.056Z | ++ SHA=sha256sum |
421 | 2023-10-25T06:31:32.063Z | ++ sha256sum |
422 | 2023-10-25T06:31:32.073Z | ++ awk '{print $1}' |
423 | 2023-10-25T06:31:32.082Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-10-25T06:31:32.098Z | + [[ 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 ]] |
425 | 2023-10-25T06:31:32.114Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
426 | 2023-10-25T06:31:32.127Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
427 | 2023-10-25T06:31:32.142Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
428 | 2023-10-25T06:31:32.154Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
429 | 2023-10-25T06:31:32.164Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
430 | 2023-10-25T06:31:32.581Z | + main |
431 | 2023-10-25T06:31:32.589Z | + [[ 0 != 0 ]] |
432 | 2023-10-25T06:31:32.601Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
433 | 2023-10-25T06:31:32.631Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
434 | 2023-10-25T06:31:32.654Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
435 | 2023-10-25T06:31:32.667Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
436 | 2023-10-25T06:31:32.673Z | + local DO_DOWNLOAD=true |
437 | 2023-10-25T06:31:32.677Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
438 | 2023-10-25T06:31:32.683Z | + mkdir -p out/downloads |
439 | 2023-10-25T06:31:32.691Z | + '[' true == true ']' |
440 | 2023-10-25T06:31:32.695Z | + echo Downloading... |
441 | 2023-10-25T06:31:32.700Z | Downloading... |
442 | 2023-10-25T06:31:32.721Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
443 | 2023-10-25T06:31:32.823Z | + 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 |
444 | 2023-10-25T06:31:32.839Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
445 | 2023-10-25T06:31:32.848Z | ++ case "$OSTYPE" in |
446 | 2023-10-25T06:31:32.854Z | ++ SHA=sha256sum |
447 | 2023-10-25T06:31:32.860Z | ++ sha256sum |
448 | 2023-10-25T06:31:32.866Z | ++ awk '{print $1}' |
449 | 2023-10-25T06:31:32.875Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
450 | 2023-10-25T06:31:32.881Z | + [[ 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 ]] |
451 | 2023-10-25T06:31:32.887Z | + set -o errexit |
452 | 2023-10-25T06:31:32.890Z | +++ dirname ./tools/ci_download_dendrite_openapi |
453 | 2023-10-25T06:31:32.898Z | ++ cd ./tools |
454 | 2023-10-25T06:31:32.909Z | ++ pwd |
455 | 2023-10-25T06:31:32.915Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
456 | 2023-10-25T06:31:32.924Z | ++ basename ./tools/ci_download_dendrite_openapi |
457 | 2023-10-25T06:31:32.929Z | + ARG0=ci_download_dendrite_openapi |
458 | 2023-10-25T06:31:32.934Z | + TARGET_DIR=out |
459 | 2023-10-25T06:31:32.938Z | + DOWNLOAD_DIR=out/downloads |
460 | 2023-10-25T06:31:32.943Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
461 | 2023-10-25T06:31:32.947Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
462 | 2023-10-25T06:31:32.952Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
463 | 2023-10-25T06:31:32.956Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
464 | 2023-10-25T06:31:32.960Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
465 | 2023-10-25T06:31:32.965Z | + main |
466 | 2023-10-25T06:31:32.972Z | + [[ 0 != 0 ]] |
467 | 2023-10-25T06:31:32.976Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
468 | 2023-10-25T06:31:32.981Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
469 | 2023-10-25T06:31:32.987Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
470 | 2023-10-25T06:31:32.993Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
471 | 2023-10-25T06:31:32.999Z | + local DO_DOWNLOAD=true |
472 | 2023-10-25T06:31:33.005Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
473 | 2023-10-25T06:31:33.009Z | + mkdir -p out/downloads |
474 | 2023-10-25T06:31:33.014Z | + '[' true == true ']' |
475 | 2023-10-25T06:31:33.018Z | + echo Downloading... |
476 | 2023-10-25T06:31:33.025Z | Downloading... |
477 | 2023-10-25T06:31:33.030Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
478 | 2023-10-25T06:31:33.035Z | + 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 |
479 | 2023-10-25T06:31:33.040Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
480 | 2023-10-25T06:31:33.046Z | ++ case "$OSTYPE" in |
481 | 2023-10-25T06:31:33.055Z | ++ SHA=sha256sum |
482 | 2023-10-25T06:31:33.069Z | ++ sha256sum |
483 | 2023-10-25T06:31:33.074Z | ++ awk '{print $1}' |
484 | 2023-10-25T06:31:33.082Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
485 | 2023-10-25T06:31:33.097Z | + [[ 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 ]] |
486 | 2023-10-25T06:31:33.104Z | + set -o errexit |
487 | 2023-10-25T06:31:33.111Z | +++ dirname ./tools/ci_download_dendrite_stub |
488 | 2023-10-25T06:31:33.121Z | ++ cd ./tools |
489 | 2023-10-25T06:31:33.163Z | ++ pwd |
490 | 2023-10-25T06:31:33.176Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2023-10-25T06:31:33.190Z | ++ basename ./tools/ci_download_dendrite_stub |
492 | 2023-10-25T06:31:33.209Z | + ARG0=ci_download_dendrite_stub |
493 | 2023-10-25T06:31:33.625Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
494 | 2023-10-25T06:31:33.635Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
495 | 2023-10-25T06:31:33.651Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
496 | 2023-10-25T06:31:34.065Z | current directory: /work/oxidecomputer/omicron |
497 | 2023-10-25T06:31:34.072Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
498 | 2023-10-25T06:31:34.077Z | configuring based on OS: "solaris2.11" |
499 | 2023-10-25T06:31:34.087Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
500 | 2023-10-25T06:31:34.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
501 | 2023-10-25T06:31:34.095Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
502 | 2023-10-25T06:31:34.099Z | Local file: out/downloads/dendrite-stub.tar.gz |
503 | 2023-10-25T06:31:34.104Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
504 | 2023-10-25T06:31:34.108Z | Downloading... |
505 | 2023-10-25T06:31:34.112Z | + TARGET_DIR=out |
506 | 2023-10-25T06:31:34.115Z | + DOWNLOAD_DIR=out/downloads |
507 | 2023-10-25T06:31:34.119Z | + DEST_DIR=./out/dendrite-stub |
508 | 2023-10-25T06:31:34.122Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
509 | 2023-10-25T06:31:34.125Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
510 | 2023-10-25T06:31:34.129Z | + REPO=oxidecomputer/dendrite |
511 | 2023-10-25T06:31:34.132Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
512 | 2023-10-25T06:31:34.136Z | + main |
513 | 2023-10-25T06:31:34.141Z | + [[ 0 != 0 ]] |
514 | 2023-10-25T06:31:34.145Z | + CIDL_OS=solaris2.11 |
515 | 2023-10-25T06:31:34.149Z | + [[ 0 != 0 ]] |
516 | 2023-10-25T06:31:34.153Z | + configure_os solaris2.11 |
517 | 2023-10-25T06:31:34.157Z | + echo 'current directory: /work/oxidecomputer/omicron' |
518 | 2023-10-25T06:31:34.160Z | + echo 'configuring based on OS: "solaris2.11"' |
519 | 2023-10-25T06:31:34.163Z | + case "$1" in |
520 | 2023-10-25T06:31:34.173Z | + SET_BINARIES= |
521 | 2023-10-25T06:31:34.182Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
522 | 2023-10-25T06:31:34.188Z | + CIDL_SHA256FUNC=do_sha256sum |
523 | 2023-10-25T06:31:34.198Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
524 | 2023-10-25T06:31:34.203Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
525 | 2023-10-25T06:31:34.211Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
526 | 2023-10-25T06:31:34.219Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
527 | 2023-10-25T06:31:34.224Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
528 | 2023-10-25T06:31:34.232Z | + mkdir -p out/downloads |
529 | 2023-10-25T06:31:34.240Z | + mkdir -p ./out/dendrite-stub |
530 | 2023-10-25T06:31:34.244Z | + fetch_and_verify |
531 | 2023-10-25T06:31:34.247Z | + local DO_DOWNLOAD=true |
532 | 2023-10-25T06:31:34.251Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
533 | 2023-10-25T06:31:34.254Z | + '[' true == true ']' |
534 | 2023-10-25T06:31:34.256Z | + echo Downloading... |
535 | 2023-10-25T06:31:34.259Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
536 | 2023-10-25T06:31:34.262Z | + 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 |
537 | 2023-10-25T06:31:40.366Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
538 | 2023-10-25T06:31:40.371Z | ++ sha256sum |
539 | 2023-10-25T06:31:40.389Z | ++ awk '{print $1}' |
540 | 2023-10-25T06:31:40.464Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
541 | 2023-10-25T06:31:40.468Z | + [[ 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 ]] |
542 | 2023-10-25T06:31:40.473Z | + do_untar out/downloads/dendrite-stub.tar.gz |
543 | 2023-10-25T06:31:40.477Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
544 | 2023-10-25T06:31:41.377Z | + do_assemble |
545 | 2023-10-25T06:31:41.393Z | + rm -r ./out/dendrite-stub |
546 | 2023-10-25T06:31:41.406Z | + mkdir ./out/dendrite-stub |
547 | 2023-10-25T06:31:41.423Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
548 | 2023-10-25T06:31:41.530Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
549 | 2023-10-25T06:31:41.543Z | + set -o errexit |
550 | 2023-10-25T06:31:41.548Z | +++ dirname ./tools/ci_download_maghemite_mgd |
551 | 2023-10-25T06:31:41.553Z | ++ cd ./tools |
552 | 2023-10-25T06:31:41.560Z | ++ pwd |
553 | 2023-10-25T06:31:41.563Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
554 | 2023-10-25T06:31:41.567Z | ++ basename ./tools/ci_download_maghemite_mgd |
555 | 2023-10-25T06:31:41.572Z | + ARG0=ci_download_maghemite_mgd |
556 | 2023-10-25T06:31:41.577Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
557 | 2023-10-25T06:31:41.582Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
558 | 2023-10-25T06:31:41.587Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
559 | 2023-10-25T06:31:41.591Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
560 | 2023-10-25T06:31:41.596Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
561 | 2023-10-25T06:31:41.601Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
562 | 2023-10-25T06:31:41.605Z | + TARGET_DIR=out |
563 | 2023-10-25T06:31:41.610Z | + DOWNLOAD_DIR=out/downloads |
564 | 2023-10-25T06:31:41.614Z | + DEST_DIR=./out/mgd |
565 | 2023-10-25T06:31:41.618Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
566 | 2023-10-25T06:31:41.621Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
567 | 2023-10-25T06:31:41.625Z | + REPO=oxidecomputer/maghemite |
568 | 2023-10-25T06:31:41.629Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
569 | 2023-10-25T06:31:41.632Z | + main |
570 | 2023-10-25T06:31:41.635Z | + [[ 0 != 0 ]] |
571 | 2023-10-25T06:31:41.640Z | + CIDL_OS=solaris2.11 |
572 | 2023-10-25T06:31:41.643Z | + [[ 0 != 0 ]] |
573 | 2023-10-25T06:31:41.646Z | + configure_os solaris2.11 |
574 | 2023-10-25T06:31:41.649Z | + echo 'current directory: /work/oxidecomputer/omicron' |
575 | 2023-10-25T06:31:41.652Z | current directory: /work/oxidecomputer/omicron |
576 | 2023-10-25T06:31:41.657Z | + echo 'configuring based on OS: "solaris2.11"' |
577 | 2023-10-25T06:31:41.668Z | configuring based on OS: "solaris2.11" |
578 | 2023-10-25T06:31:41.680Z | + case "$1" in |
579 | 2023-10-25T06:31:41.684Z | + SET_BINARIES= |
580 | 2023-10-25T06:31:41.688Z | + CIDL_SHA256FUNC=do_sha256sum |
581 | 2023-10-25T06:31:41.691Z | + TARBALL_FILENAME=mgd.tar.gz |
582 | 2023-10-25T06:31:41.694Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
583 | 2023-10-25T06:31:41.697Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
584 | 2023-10-25T06:31:41.700Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
585 | 2023-10-25T06:31:41.703Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
586 | 2023-10-25T06:31:41.706Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
587 | 2023-10-25T06:31:41.711Z | Local file: out/downloads/mgd.tar.gz |
588 | 2023-10-25T06:31:41.721Z | + mkdir -p out/downloads |
589 | 2023-10-25T06:31:41.724Z | + mkdir -p ./out/mgd |
590 | 2023-10-25T06:31:41.727Z | + fetch_and_verify |
591 | 2023-10-25T06:31:41.732Z | + local DO_DOWNLOAD=true |
592 | 2023-10-25T06:31:41.735Z | + [[ -f out/downloads/mgd.tar.gz ]] |
593 | 2023-10-25T06:31:41.739Z | + '[' true == true ']' |
594 | 2023-10-25T06:31:41.743Z | + echo Downloading... |
595 | 2023-10-25T06:31:41.747Z | Downloading... |
596 | 2023-10-25T06:31:41.750Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
597 | 2023-10-25T06:31:41.763Z | + 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 |
598 | 2023-10-25T06:31:48.659Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
599 | 2023-10-25T06:31:48.666Z | ++ sha256sum |
600 | 2023-10-25T06:31:48.674Z | ++ awk '{print $1}' |
601 | 2023-10-25T06:31:49.092Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
602 | 2023-10-25T06:31:49.105Z | + [[ 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 ]] |
603 | 2023-10-25T06:31:49.116Z | + do_untar out/downloads/mgd.tar.gz |
604 | 2023-10-25T06:31:49.132Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
605 | 2023-10-25T06:31:49.144Z | + do_assemble |
606 | 2023-10-25T06:31:49.174Z | + rm -r ./out/mgd |
607 | 2023-10-25T06:31:49.189Z | + mkdir ./out/mgd |
608 | 2023-10-25T06:31:49.196Z | + cp -r out/downloads/root ./out/mgd/root |
609 | 2023-10-25T06:31:49.233Z | + set -o errexit |
610 | 2023-10-25T06:31:49.239Z | +++ dirname ./tools/ci_download_transceiver_control |
611 | 2023-10-25T06:31:49.250Z | ++ cd ./tools |
612 | 2023-10-25T06:31:49.265Z | ++ pwd |
613 | 2023-10-25T06:31:49.275Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
614 | 2023-10-25T06:31:49.287Z | ++ basename ./tools/ci_download_transceiver_control |
615 | 2023-10-25T06:31:49.294Z | + ARG0=ci_download_transceiver_control |
616 | 2023-10-25T06:31:49.306Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
617 | 2023-10-25T06:31:49.313Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
618 | 2023-10-25T06:31:49.321Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
619 | 2023-10-25T06:31:49.334Z | + TARGET_DIR=out |
620 | 2023-10-25T06:31:49.337Z | + DOWNLOAD_DIR=out/downloads |
621 | 2023-10-25T06:31:49.340Z | + DEST_DIR=./out/transceiver-control |
622 | 2023-10-25T06:31:49.355Z | + BIN_DIR=/opt/oxide/bin |
623 | 2023-10-25T06:31:49.362Z | + BINARY=xcvradm |
624 | 2023-10-25T06:31:49.367Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
625 | 2023-10-25T06:31:49.370Z | + REPO=oxidecomputer/transceiver-control |
626 | 2023-10-25T06:31:49.375Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
627 | 2023-10-25T06:31:49.378Z | + main |
628 | 2023-10-25T06:31:49.382Z | + [[ 0 != 0 ]] |
629 | 2023-10-25T06:31:49.385Z | + CIDL_OS=solaris2.11 |
630 | 2023-10-25T06:31:49.391Z | + [[ 0 != 0 ]] |
631 | 2023-10-25T06:31:49.397Z | + configure_os solaris2.11 |
632 | 2023-10-25T06:31:49.401Z | + echo 'current directory: /work/oxidecomputer/omicron' |
633 | 2023-10-25T06:31:49.406Z | current directory: /work/oxidecomputer/omicron |
634 | 2023-10-25T06:31:49.410Z | configuring based on OS: "solaris2.11" |
635 | 2023-10-25T06:31:49.414Z | + echo 'configuring based on OS: "solaris2.11"' |
636 | 2023-10-25T06:31:49.417Z | + case "$1" in |
637 | 2023-10-25T06:31:49.421Z | + SET_BINARIES= |
638 | 2023-10-25T06:31:49.425Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-10-25T06:31:49.429Z | + CIDL_SHA256FUNC=do_sha256sum |
640 | 2023-10-25T06:31:49.434Z | + ARCHIVE_FILENAME=xcvradm.gz |
641 | 2023-10-25T06:31:49.438Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
642 | 2023-10-25T06:31:49.459Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
643 | 2023-10-25T06:31:49.500Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
644 | 2023-10-25T06:31:49.509Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
645 | 2023-10-25T06:31:49.574Z | + echo 'Local file: out/downloads/xcvradm.gz' |
646 | 2023-10-25T06:31:49.599Z | Local file: out/downloads/xcvradm.gz |
647 | 2023-10-25T06:31:49.620Z | + mkdir -p out/downloads |
648 | 2023-10-25T06:31:49.638Z | + mkdir -p ./out/transceiver-control |
649 | 2023-10-25T06:31:49.654Z | + fetch_and_verify |
650 | 2023-10-25T06:31:49.665Z | + local DO_DOWNLOAD=true |
651 | 2023-10-25T06:31:49.676Z | + [[ -f out/downloads/xcvradm.gz ]] |
652 | 2023-10-25T06:31:49.689Z | + '[' true == true ']' |
653 | 2023-10-25T06:31:49.698Z | + echo Downloading... |
654 | 2023-10-25T06:31:49.707Z | Downloading... |
655 | 2023-10-25T06:31:49.718Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
656 | 2023-10-25T06:31:49.728Z | + 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 |
657 | 2023-10-25T06:31:51.499Z | ++ do_sha256sum out/downloads/xcvradm.gz |
658 | 2023-10-25T06:31:51.509Z | ++ sha256sum |
659 | 2023-10-25T06:31:51.518Z | ++ awk '{print $1}' |
660 | 2023-10-25T06:31:51.529Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-10-25T06:31:51.538Z | + [[ 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 ]] |
662 | 2023-10-25T06:31:51.548Z | + do_unpack out/downloads/xcvradm.gz |
663 | 2023-10-25T06:31:51.555Z | + mkdir -p out/downloads/root//opt/oxide/bin |
664 | 2023-10-25T06:31:51.564Z | + gzip -dc out/downloads/xcvradm.gz |
665 | 2023-10-25T06:31:51.713Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
666 | 2023-10-25T06:31:51.722Z | + do_assemble |
667 | 2023-10-25T06:31:51.733Z | + rm -r ./out/transceiver-control |
668 | 2023-10-25T06:31:51.743Z | + mkdir ./out/transceiver-control |
669 | 2023-10-25T06:31:51.754Z | + cp -r out/downloads/root ./out/transceiver-control/root |
670 | 2023-10-25T06:31:51.967Z | All prerequisites installed successfully |
671 | 2023-10-25T06:31:51.973Z | |
672 | 2023-10-25T06:31:51.977Z | real 2:34.282808701 |
673 | 2023-10-25T06:31:51.982Z | user 55.064765602 |
674 | 2023-10-25T06:31:51.987Z | sys 10.501026785 |
675 | 2023-10-25T06:31:51.991Z | trap 0.021393600 |
676 | 2023-10-25T06:31:51.996Z | tflt 0.185611715 |
677 | 2023-10-25T06:31:52.002Z | dflt 0.722885225 |
678 | 2023-10-25T06:31:52.010Z | kflt 0.215548463 |
679 | 2023-10-25T06:31:52.014Z | lock 2.642660930 |
680 | 2023-10-25T06:31:52.042Z | slp 4:46.307438289 |
681 | 2023-10-25T06:31:52.053Z | lat 3.413633241 |
682 | 2023-10-25T06:31:52.064Z | stop 0.122205805 |
683 | 2023-10-25T06:31:52.077Z | + banner end-to-end-tests |
684 | 2023-10-25T06:31:52.082Z | |
685 | 2023-10-25T06:31:52.086Z | ###### # # ##### ##### #### ###### # # ##### |
686 | 2023-10-25T06:31:52.090Z | # ## # # # # # # # ## # # # |
687 | 2023-10-25T06:31:52.094Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
688 | 2023-10-25T06:31:52.099Z | # # # # # # # # # # # # # # # |
689 | 2023-10-25T06:31:52.104Z | # # ## # # # # # # # ## # # |
690 | 2023-10-25T06:31:52.108Z | ###### # # ##### # #### ###### # # ##### |
691 | 2023-10-25T06:31:52.113Z | |
692 | 2023-10-25T06:31:52.119Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
693 | 2023-10-25T06:31:52.126Z | + CARGO_PROFILE_DEV_DEBUG=1 |
694 | 2023-10-25T06:31:52.131Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
695 | 2023-10-25T06:31:52.135Z | + CARGO_PROFILE_TEST_DEBUG=1 |
696 | 2023-10-25T06:31:52.140Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
697 | 2023-10-25T06:31:52.462Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
698 | 2023-10-25T06:31:52.898Z | Updating crates.io index |
699 | 2023-10-25T06:31:52.913Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
700 | 2023-10-25T06:31:53.813Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
701 | 2023-10-25T06:31:55.564Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
702 | 2023-10-25T06:31:56.194Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
703 | 2023-10-25T06:31:56.542Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
704 | 2023-10-25T06:31:56.940Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
705 | 2023-10-25T06:31:57.165Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
706 | 2023-10-25T06:32:06.235Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
707 | 2023-10-25T06:32:06.517Z | Updating git repository `https://github.com/oxidecomputer/opte` |
708 | 2023-10-25T06:32:07.066Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
709 | 2023-10-25T06:32:07.302Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
710 | 2023-10-25T06:32:07.898Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
711 | 2023-10-25T06:32:08.088Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
712 | 2023-10-25T06:32:08.266Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
713 | 2023-10-25T06:32:08.602Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
714 | 2023-10-25T06:32:08.676Z | Updating git repository `https://github.com/njaremko/samael` |
715 | 2023-10-25T06:32:08.898Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
716 | 2023-10-25T06:32:09.157Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
717 | 2023-10-25T06:32:09.433Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
718 | 2023-10-25T06:32:09.598Z | Updating git repository `https://github.com/jgallagher/nix` |
719 | 2023-10-25T06:32:10.027Z | Updating git repository `https://github.com/cbiffle/hubpack` |
720 | 2023-10-25T06:32:10.470Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
721 | 2023-10-25T06:32:17.534Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
722 | 2023-10-25T06:32:18.051Z | Updating git repository `https://github.com/oxidecomputer/typify` |
723 | 2023-10-25T06:32:18.949Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
724 | 2023-10-25T06:32:19.361Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
725 | 2023-10-25T06:32:19.776Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
726 | 2023-10-25T06:32:21.419Z | Downloading crates ... |
727 | 2023-10-25T06:32:21.668Z | Downloaded bit-set v0.5.3 |
728 | 2023-10-25T06:32:21.674Z | Downloaded bincode v1.3.3 |
729 | 2023-10-25T06:32:21.679Z | Downloaded bit_field v0.10.2 |
730 | 2023-10-25T06:32:21.682Z | Downloaded adler v1.0.2 |
731 | 2023-10-25T06:32:21.697Z | Downloaded linked-hash-map v0.5.6 |
732 | 2023-10-25T06:32:21.701Z | Downloaded macaddr v1.0.1 |
733 | 2023-10-25T06:32:21.705Z | Downloaded md5 v0.7.0 |
734 | 2023-10-25T06:32:21.710Z | Downloaded match_cfg v0.1.0 |
735 | 2023-10-25T06:32:21.713Z | Downloaded diesel_table_macro_syntax v0.1.0 |
736 | 2023-10-25T06:32:21.716Z | Downloaded bitstruct v0.1.1 |
737 | 2023-10-25T06:32:21.720Z | Downloaded matches v0.1.10 |
738 | 2023-10-25T06:32:21.728Z | Downloaded lazy_static v1.4.0 |
739 | 2023-10-25T06:32:21.736Z | Downloaded lru-cache v0.1.2 |
740 | 2023-10-25T06:32:21.746Z | Downloaded base64ct v1.6.0 |
741 | 2023-10-25T06:32:21.768Z | Downloaded libefi-sys v0.1.0 |
742 | 2023-10-25T06:32:21.772Z | Downloaded blowfish v0.9.1 |
743 | 2023-10-25T06:32:21.776Z | Downloaded memoffset v0.9.0 |
744 | 2023-10-25T06:32:21.784Z | Downloaded anstyle v1.0.2 |
745 | 2023-10-25T06:32:21.798Z | Downloaded darling_macro v0.20.3 |
746 | 2023-10-25T06:32:21.804Z | Downloaded openssl-probe v0.1.5 |
747 | 2023-10-25T06:32:21.809Z | Downloaded openssl-macros v0.1.1 |
748 | 2023-10-25T06:32:21.833Z | Downloaded nibble_vec v0.1.0 |
749 | 2023-10-25T06:32:21.882Z | Downloaded parse-display v0.7.0 |
750 | 2023-10-25T06:32:21.889Z | Downloaded opaque-debug v0.3.0 |
751 | 2023-10-25T06:32:21.910Z | Downloaded num_threads v0.1.6 |
752 | 2023-10-25T06:32:21.914Z | Downloaded async-stream-impl v0.3.5 |
753 | 2023-10-25T06:32:21.919Z | Downloaded pest_generator v2.7.2 |
754 | 2023-10-25T06:32:21.923Z | Downloaded normalize-line-endings v0.3.0 |
755 | 2023-10-25T06:32:21.927Z | Downloaded der v0.7.8 |
756 | 2023-10-25T06:32:21.931Z | Downloaded parse-display-derive v0.7.0 |
757 | 2023-10-25T06:32:21.940Z | Downloaded atomic-waker v1.1.1 |
758 | 2023-10-25T06:32:21.945Z | Downloaded async-recursion v1.0.5 |
759 | 2023-10-25T06:32:21.948Z | Downloaded aead v0.5.2 |
760 | 2023-10-25T06:32:21.954Z | Downloaded proc-macro-crate v1.3.1 |
761 | 2023-10-25T06:32:21.960Z | Downloaded postcard v0.7.3 |
762 | 2023-10-25T06:32:21.966Z | Downloaded openssl-sys v0.9.93 |
763 | 2023-10-25T06:32:22.379Z | Downloaded parking_lot v0.11.2 |
764 | 2023-10-25T06:32:22.383Z | Downloaded debug-ignore v1.0.5 |
765 | 2023-10-25T06:32:22.386Z | Downloaded pretty-hex v0.3.0 |
766 | 2023-10-25T06:32:22.390Z | Downloaded pest v2.7.2 |
767 | 2023-10-25T06:32:22.393Z | Downloaded bit-vec v0.6.3 |
768 | 2023-10-25T06:32:22.396Z | Downloaded async-trait v0.1.73 |
769 | 2023-10-25T06:32:22.399Z | Downloaded anstream v0.5.0 |
770 | 2023-10-25T06:32:22.402Z | Downloaded anstyle-parse v0.2.1 |
771 | 2023-10-25T06:32:22.405Z | Downloaded ed25519 v2.2.2 |
772 | 2023-10-25T06:32:22.408Z | Downloaded bytes v1.5.0 |
773 | 2023-10-25T06:32:22.410Z | Downloaded dirs-sys v0.4.1 |
774 | 2023-10-25T06:32:22.413Z | Downloaded cfg-if v1.0.0 |
775 | 2023-10-25T06:32:22.416Z | Downloaded difflib v0.4.0 |
776 | 2023-10-25T06:32:22.419Z | Downloaded unicode-xid v0.2.4 |
777 | 2023-10-25T06:32:22.423Z | Downloaded pkg-config v0.3.27 |
778 | 2023-10-25T06:32:22.426Z | Downloaded dtrace-parser v0.1.14 |
779 | 2023-10-25T06:32:22.429Z | Downloaded thiserror v1.0.49 |
780 | 2023-10-25T06:32:22.431Z | Downloaded ascii v1.1.0 |
781 | 2023-10-25T06:32:22.435Z | Downloaded num_cpus v1.16.0 |
782 | 2023-10-25T06:32:22.440Z | Downloaded ansi_term v0.12.1 |
783 | 2023-10-25T06:32:22.443Z | Downloaded addr2line v0.21.0 |
784 | 2023-10-25T06:32:22.447Z | Downloaded ahash v0.8.3 |
785 | 2023-10-25T06:32:22.451Z | Downloaded zeroize v1.6.0 |
786 | 2023-10-25T06:32:22.455Z | Downloaded xattr v1.0.1 |
787 | 2023-10-25T06:32:22.458Z | Downloaded r2d2 v0.8.10 |
788 | 2023-10-25T06:32:22.462Z | Downloaded percent-encoding v2.3.0 |
789 | 2023-10-25T06:32:22.465Z | Downloaded password-hash v0.4.2 |
790 | 2023-10-25T06:32:22.469Z | Downloaded serde_tokenstream v0.2.0 |
791 | 2023-10-25T06:32:22.472Z | Downloaded keccak v0.1.4 |
792 | 2023-10-25T06:32:22.476Z | Downloaded dof v0.1.5 |
793 | 2023-10-25T06:32:22.480Z | Downloaded quote v1.0.33 |
794 | 2023-10-25T06:32:22.483Z | Downloaded strsim v0.8.0 |
795 | 2023-10-25T06:32:22.487Z | Downloaded anyhow v1.0.75 |
796 | 2023-10-25T06:32:22.491Z | Downloaded walkdir v2.4.0 |
797 | 2023-10-25T06:32:22.498Z | Downloaded structopt-derive v0.4.18 |
798 | 2023-10-25T06:32:22.502Z | Downloaded once_cell v1.18.0 |
799 | 2023-10-25T06:32:22.506Z | Downloaded waitgroup v0.1.2 |
800 | 2023-10-25T06:32:22.511Z | Downloaded proc-macro-error v1.0.4 |
801 | 2023-10-25T06:32:22.514Z | Downloaded lalrpop-util v0.19.12 |
802 | 2023-10-25T06:32:22.518Z | Downloaded futures-task v0.3.28 |
803 | 2023-10-25T06:32:22.525Z | Downloaded thread_local v1.1.7 |
804 | 2023-10-25T06:32:22.530Z | Downloaded try-lock v0.2.4 |
805 | 2023-10-25T06:32:22.534Z | Downloaded camino v1.1.6 |
806 | 2023-10-25T06:32:22.537Z | Downloaded float-cmp v0.9.0 |
807 | 2023-10-25T06:32:22.541Z | Downloaded usdt v0.3.5 |
808 | 2023-10-25T06:32:22.545Z | Downloaded backtrace v0.3.69 |
809 | 2023-10-25T06:32:22.550Z | Downloaded secrecy v0.8.0 |
810 | 2023-10-25T06:32:22.553Z | Downloaded rcgen v0.10.0 |
811 | 2023-10-25T06:32:22.557Z | Downloaded headers-core v0.2.0 |
812 | 2023-10-25T06:32:22.560Z | Downloaded enum-as-inner v0.5.1 |
813 | 2023-10-25T06:32:22.564Z | Downloaded heck v0.3.3 |
814 | 2023-10-25T06:32:22.567Z | Downloaded serde_urlencoded v0.7.1 |
815 | 2023-10-25T06:32:22.571Z | Downloaded instant v0.1.12 |
816 | 2023-10-25T06:32:22.577Z | Downloaded foreign-types v0.5.0 |
817 | 2023-10-25T06:32:22.587Z | Downloaded hex-literal v0.4.1 |
818 | 2023-10-25T06:32:23.010Z | Downloaded crc32fast v1.3.2 |
819 | 2023-10-25T06:32:23.023Z | Downloaded slog-json v2.6.1 |
820 | 2023-10-25T06:32:23.031Z | Downloaded futures-sink v0.3.28 |
821 | 2023-10-25T06:32:23.035Z | Downloaded time-macros v0.2.13 |
822 | 2023-10-25T06:32:23.039Z | Downloaded zerocopy v0.6.4 |
823 | 2023-10-25T06:32:23.044Z | Downloaded string_cache v0.8.7 |
824 | 2023-10-25T06:32:23.049Z | Downloaded home v0.5.5 |
825 | 2023-10-25T06:32:23.055Z | Downloaded chacha20poly1305 v0.10.1 |
826 | 2023-10-25T06:32:23.060Z | Downloaded base64 v0.13.1 |
827 | 2023-10-25T06:32:23.064Z | Downloaded signature v2.1.0 |
828 | 2023-10-25T06:32:23.068Z | Downloaded twox-hash v1.6.3 |
829 | 2023-10-25T06:32:23.073Z | Downloaded spki v0.7.2 |
830 | 2023-10-25T06:32:23.077Z | Downloaded form_urlencoded v1.2.0 |
831 | 2023-10-25T06:32:23.081Z | Downloaded unicase v2.7.0 |
832 | 2023-10-25T06:32:23.086Z | Downloaded time-core v0.1.1 |
833 | 2023-10-25T06:32:23.090Z | Downloaded tap v1.0.1 |
834 | 2023-10-25T06:32:23.094Z | Downloaded tracing v0.1.37 |
835 | 2023-10-25T06:32:23.099Z | Downloaded foreign-types-shared v0.3.1 |
836 | 2023-10-25T06:32:23.104Z | Downloaded toml_datetime v0.6.3 |
837 | 2023-10-25T06:32:23.109Z | Downloaded inout v0.1.3 |
838 | 2023-10-25T06:32:23.112Z | Downloaded smf v0.2.2 |
839 | 2023-10-25T06:32:23.116Z | Downloaded semver-parser v0.10.2 |
840 | 2023-10-25T06:32:23.126Z | Downloaded russh-keys v0.38.0 |
841 | 2023-10-25T06:32:23.149Z | Downloaded group v0.13.0 |
842 | 2023-10-25T06:32:23.166Z | Downloaded futures-io v0.3.28 |
843 | 2023-10-25T06:32:23.171Z | Downloaded hostname v0.3.1 |
844 | 2023-10-25T06:32:23.175Z | Downloaded structopt v0.3.26 |
845 | 2023-10-25T06:32:23.179Z | Downloaded itoa v1.0.9 |
846 | 2023-10-25T06:32:23.195Z | Downloaded httparse v1.8.0 |
847 | 2023-10-25T06:32:23.205Z | Downloaded ident_case v1.0.1 |
848 | 2023-10-25T06:32:23.214Z | Downloaded spin v0.9.8 |
849 | 2023-10-25T06:32:23.222Z | Downloaded socket2 v0.5.4 |
850 | 2023-10-25T06:32:23.233Z | Downloaded ron v0.7.1 |
851 | 2023-10-25T06:32:23.236Z | Downloaded slab v0.4.9 |
852 | 2023-10-25T06:32:23.245Z | Downloaded jobserver v0.1.26 |
853 | 2023-10-25T06:32:23.253Z | Downloaded endian-type v0.1.2 |
854 | 2023-10-25T06:32:23.269Z | Downloaded hash32 v0.2.1 |
855 | 2023-10-25T06:32:23.285Z | Downloaded siphasher v0.3.11 |
856 | 2023-10-25T06:32:23.300Z | Downloaded tokio-stream v0.1.14 |
857 | 2023-10-25T06:32:23.312Z | Downloaded foreign-types v0.3.2 |
858 | 2023-10-25T06:32:23.328Z | Downloaded hashlink v0.8.3 |
859 | 2023-10-25T06:32:23.344Z | Downloaded typenum v1.16.0 |
860 | 2023-10-25T06:32:23.771Z | Downloaded is-terminal v0.4.9 |
861 | 2023-10-25T06:32:23.781Z | Downloaded io-lifetimes v1.0.11 |
862 | 2023-10-25T06:32:23.791Z | Downloaded serde_derive v1.0.188 |
863 | 2023-10-25T06:32:23.799Z | Downloaded rustversion v1.0.14 |
864 | 2023-10-25T06:32:23.808Z | Downloaded futures-executor v0.3.28 |
865 | 2023-10-25T06:32:23.817Z | Downloaded hmac v0.12.1 |
866 | 2023-10-25T06:32:23.829Z | Downloaded url v2.4.1 |
867 | 2023-10-25T06:32:23.839Z | Downloaded termcolor v1.2.0 |
868 | 2023-10-25T06:32:23.848Z | Downloaded indexmap v2.0.0 |
869 | 2023-10-25T06:32:23.861Z | Downloaded http-body v0.4.5 |
870 | 2023-10-25T06:32:23.869Z | Downloaded fallible-streaming-iterator v0.1.9 |
871 | 2023-10-25T06:32:23.876Z | Downloaded thiserror-no-std v2.0.2 |
872 | 2023-10-25T06:32:23.884Z | Downloaded resolv-conf v0.7.0 |
873 | 2023-10-25T06:32:23.887Z | Downloaded half v1.8.2 |
874 | 2023-10-25T06:32:23.891Z | Downloaded darling_core v0.20.3 |
875 | 2023-10-25T06:32:23.895Z | Downloaded hyper-rustls v0.24.1 |
876 | 2023-10-25T06:32:23.899Z | Downloaded smawk v0.3.1 |
877 | 2023-10-25T06:32:23.903Z | Downloaded yasna v0.5.2 |
878 | 2023-10-25T06:32:23.947Z | Downloaded futures-channel v0.3.28 |
879 | 2023-10-25T06:32:23.952Z | Downloaded radium v0.7.0 |
880 | 2023-10-25T06:32:23.957Z | Downloaded sha2 v0.10.8 |
881 | 2023-10-25T06:32:23.961Z | Downloaded num-bigint v0.4.4 |
882 | 2023-10-25T06:32:23.967Z | Downloaded terminal_size v0.2.6 |
883 | 2023-10-25T06:32:23.971Z | Downloaded erased-serde v0.3.30 |
884 | 2023-10-25T06:32:23.974Z | Downloaded toml v0.8.0 |
885 | 2023-10-25T06:32:23.978Z | Downloaded crossbeam-channel v0.5.8 |
886 | 2023-10-25T06:32:23.981Z | Downloaded serde_with_macros v2.3.3 |
887 | 2023-10-25T06:32:23.985Z | Downloaded flate2 v1.0.28 |
888 | 2023-10-25T06:32:23.992Z | Downloaded futures v0.3.28 |
889 | 2023-10-25T06:32:23.996Z | Downloaded socket2 v0.4.9 |
890 | 2023-10-25T06:32:24.002Z | Downloaded slog v2.7.0 |
891 | 2023-10-25T06:32:24.007Z | Downloaded tar v0.4.40 |
892 | 2023-10-25T06:32:24.012Z | Downloaded toml v0.7.8 |
893 | 2023-10-25T06:32:24.017Z | Downloaded tokio-postgres v0.7.10 |
894 | 2023-10-25T06:32:24.021Z | Downloaded textwrap v0.16.0 |
895 | 2023-10-25T06:32:24.026Z | Downloaded indexmap v1.9.3 |
896 | 2023-10-25T06:32:24.031Z | Downloaded ed25519-dalek v2.0.0 |
897 | 2023-10-25T06:32:24.036Z | Downloaded headers v0.3.9 |
898 | 2023-10-25T06:32:24.040Z | Downloaded openssl v0.10.57 |
899 | 2023-10-25T06:32:24.045Z | Downloaded ucd-trie v0.1.6 |
900 | 2023-10-25T06:32:24.052Z | Downloaded trust-dns-server v0.22.1 |
901 | 2023-10-25T06:32:24.060Z | Downloaded time v0.3.27 |
902 | 2023-10-25T06:32:24.064Z | Downloaded rand v0.7.3 |
903 | 2023-10-25T06:32:24.068Z | Downloaded hashbrown v0.14.0 |
904 | 2023-10-25T06:32:24.075Z | Downloaded rusqlite v0.29.0 |
905 | 2023-10-25T06:32:24.080Z | Downloaded futures-util v0.3.28 |
906 | 2023-10-25T06:32:24.085Z | Downloaded hashbrown v0.13.2 |
907 | 2023-10-25T06:32:24.095Z | Downloaded unicode-segmentation v1.10.1 |
908 | 2023-10-25T06:32:24.101Z | Downloaded serde_json v1.0.107 |
909 | 2023-10-25T06:32:24.105Z | Downloaded unicode-normalization v0.1.22 |
910 | 2023-10-25T06:32:24.110Z | Downloaded itertools v0.10.5 |
911 | 2023-10-25T06:32:24.115Z | Downloaded hkdf v0.12.3 |
912 | 2023-10-25T06:32:24.120Z | Downloaded winnow v0.5.15 |
913 | 2023-10-25T06:32:24.146Z | Downloaded serde_with v2.3.3 |
914 | 2023-10-25T06:32:24.162Z | Downloaded itertools v0.11.0 |
915 | 2023-10-25T06:32:24.173Z | Downloaded regex-automata v0.1.10 |
916 | 2023-10-25T06:32:24.197Z | Downloaded reqwest v0.11.20 |
917 | 2023-10-25T06:32:24.216Z | Downloaded smoltcp v0.8.2 |
918 | 2023-10-25T06:32:24.230Z | Downloaded h2 v0.3.21 |
919 | 2023-10-25T06:32:24.245Z | Downloaded vcpkg v0.2.15 |
920 | 2023-10-25T06:32:24.250Z | Downloaded syn v1.0.109 |
921 | 2023-10-25T06:32:24.255Z | Downloaded rustls v0.21.7 |
922 | 2023-10-25T06:32:24.262Z | Downloaded syn v2.0.32 |
923 | 2023-10-25T06:32:24.679Z | Downloaded regress v0.7.1 |
924 | 2023-10-25T06:32:24.688Z | Downloaded gimli v0.28.0 |
925 | 2023-10-25T06:32:24.697Z | Downloaded openapiv3 v1.0.3 |
926 | 2023-10-25T06:32:25.109Z | Downloaded sled v0.34.7 |
927 | 2023-10-25T06:32:25.530Z | Downloaded bstr v1.6.0 |
928 | 2023-10-25T06:32:25.533Z | Downloaded tokio v1.33.0 |
929 | 2023-10-25T06:32:25.537Z | Downloaded rustix v0.37.23 |
930 | 2023-10-25T06:32:25.547Z | Downloaded rustix v0.38.9 |
931 | 2023-10-25T06:32:25.558Z | Downloaded trust-dns-proto v0.22.0 |
932 | 2023-10-25T06:32:25.579Z | Downloaded zerocopy-derive v0.6.4 |
933 | 2023-10-25T06:32:26.002Z | Downloaded smoltcp v0.9.1 |
934 | 2023-10-25T06:32:26.010Z | Downloaded webpki-roots v0.25.2 |
935 | 2023-10-25T06:32:26.023Z | Downloaded bstr v0.2.17 |
936 | 2023-10-25T06:32:26.034Z | Downloaded encoding_rs v0.8.33 |
937 | 2023-10-25T06:32:26.044Z | Downloaded zerocopy-derive v0.2.0 |
938 | 2023-10-25T06:32:26.511Z | Downloaded libc v0.2.149 |
939 | 2023-10-25T06:32:26.517Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
940 | 2023-10-25T06:32:26.522Z | Downloaded regex-automata v0.3.8 |
941 | 2023-10-25T06:32:26.535Z | Downloaded hyper v0.14.27 |
942 | 2023-10-25T06:32:26.550Z | Downloaded regex-syntax v0.7.5 |
943 | 2023-10-25T06:32:26.557Z | Downloaded nix v0.26.2 |
944 | 2023-10-25T06:32:26.564Z | Downloaded idna v0.4.0 |
945 | 2023-10-25T06:32:26.567Z | Downloaded sha3 v0.10.8 |
946 | 2023-10-25T06:32:26.624Z | Downloaded idna v0.2.3 |
947 | 2023-10-25T06:32:26.638Z | Downloaded regex-syntax v0.6.29 |
948 | 2023-10-25T06:32:26.643Z | Downloaded radix_trie v0.2.1 |
949 | 2023-10-25T06:32:26.651Z | Downloaded object v0.32.1 |
950 | 2023-10-25T06:32:26.654Z | Downloaded diesel v2.1.1 |
951 | 2023-10-25T06:32:26.658Z | Downloaded regex v1.9.5 |
952 | 2023-10-25T06:32:26.662Z | Downloaded winapi v0.3.9 |
953 | 2023-10-25T06:32:26.668Z | Downloaded ring v0.16.20 |
954 | 2023-10-25T06:32:26.671Z | Downloaded rustls-webpki v0.101.4 |
955 | 2023-10-25T06:32:26.675Z | Downloaded git2 v0.17.2 |
956 | 2023-10-25T06:32:26.678Z | Downloaded chrono v0.4.31 |
957 | 2023-10-25T06:32:26.681Z | Downloaded bitvec v1.0.1 |
958 | 2023-10-25T06:32:26.684Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
959 | 2023-10-25T06:32:26.689Z | Downloaded serde v1.0.188 |
960 | 2023-10-25T06:32:26.693Z | Downloaded clap v2.34.0 |
961 | 2023-10-25T06:32:26.742Z | Downloaded curve25519-dalek v4.1.0 |
962 | 2023-10-25T06:32:26.749Z | Downloaded hashbrown v0.12.3 |
963 | 2023-10-25T06:32:26.753Z | Downloaded similar v2.2.1 |
964 | 2023-10-25T06:32:26.756Z | Downloaded unsafe-libyaml v0.2.9 |
965 | 2023-10-25T06:32:26.759Z | Downloaded http v0.2.9 |
966 | 2023-10-25T06:32:26.764Z | Downloaded toml_edit v0.20.0 |
967 | 2023-10-25T06:32:26.767Z | Downloaded russh v0.38.0 |
968 | 2023-10-25T06:32:26.770Z | Downloaded toml_edit v0.19.15 |
969 | 2023-10-25T06:32:26.774Z | Downloaded serde_yaml v0.9.25 |
970 | 2023-10-25T06:32:26.777Z | Downloaded trust-dns-client v0.22.0 |
971 | 2023-10-25T06:32:26.781Z | Downloaded elliptic-curve v0.13.5 |
972 | 2023-10-25T06:32:26.787Z | Downloaded aho-corasick v1.0.4 |
973 | 2023-10-25T06:32:26.792Z | Downloaded aes-gcm v0.10.2 |
974 | 2023-10-25T06:32:26.798Z | Downloaded ryu v1.0.15 |
975 | 2023-10-25T06:32:26.805Z | Downloaded heapless v0.7.16 |
976 | 2023-10-25T06:32:26.814Z | Downloaded schemars v0.8.13 |
977 | 2023-10-25T06:32:26.889Z | Downloaded libz-sys v1.1.12 |
978 | 2023-10-25T06:32:26.903Z | Downloaded trust-dns-resolver v0.22.0 |
979 | 2023-10-25T06:32:26.912Z | Downloaded tracing-core v0.1.31 |
980 | 2023-10-25T06:32:26.928Z | Downloaded rustls-native-certs v0.6.3 |
981 | 2023-10-25T06:32:26.937Z | Downloaded stringprep v0.1.3 |
982 | 2023-10-25T06:32:26.955Z | Downloaded const_format v0.2.31 |
983 | 2023-10-25T06:32:26.967Z | Downloaded subprocess v0.2.9 |
984 | 2023-10-25T06:32:26.978Z | Downloaded slog-term v2.9.0 |
985 | 2023-10-25T06:32:27.050Z | Downloaded untrusted v0.7.1 |
986 | 2023-10-25T06:32:27.057Z | Downloaded ipnetwork v0.20.0 |
987 | 2023-10-25T06:32:27.063Z | Downloaded humantime v2.1.0 |
988 | 2023-10-25T06:32:27.067Z | Downloaded tokio-native-tls v0.3.1 |
989 | 2023-10-25T06:32:27.073Z | Downloaded textwrap v0.11.0 |
990 | 2023-10-25T06:32:27.078Z | Downloaded unicode-width v0.1.10 |
991 | 2023-10-25T06:32:27.083Z | Downloaded strum_macros v0.25.2 |
992 | 2023-10-25T06:32:27.088Z | Downloaded wyz v0.5.1 |
993 | 2023-10-25T06:32:27.093Z | Downloaded spin v0.5.2 |
994 | 2023-10-25T06:32:27.097Z | Downloaded ipnet v2.8.0 |
995 | 2023-10-25T06:32:27.102Z | Downloaded tokio-rustls v0.24.1 |
996 | 2023-10-25T06:32:27.106Z | Downloaded env_logger v0.9.3 |
997 | 2023-10-25T06:32:27.112Z | Downloaded semver v0.11.0 |
998 | 2023-10-25T06:32:27.115Z | Downloaded tokio-util v0.7.9 |
999 | 2023-10-25T06:32:27.119Z | Downloaded subtle v2.5.0 |
1000 | 2023-10-25T06:32:27.122Z | Downloaded unicode-linebreak v0.1.5 |
1001 | 2023-10-25T06:32:27.126Z | Downloaded libm v0.2.7 |
1002 | 2023-10-25T06:32:27.132Z | Downloaded libsqlite3-sys v0.26.0 |
1003 | 2023-10-25T06:32:27.136Z | Downloaded funty v2.0.0 |
1004 | 2023-10-25T06:32:27.140Z | Downloaded signal-hook-registry v1.4.1 |
1005 | 2023-10-25T06:32:27.144Z | Downloaded petgraph v0.6.4 |
1006 | 2023-10-25T06:32:27.151Z | Downloaded aes v0.8.3 |
1007 | 2023-10-25T06:32:27.156Z | Downloaded rand v0.8.5 |
1008 | 2023-10-25T06:32:27.160Z | Downloaded clap_builder v4.4.2 |
1009 | 2023-10-25T06:32:27.164Z | Downloaded tokio-tungstenite v0.18.0 |
1010 | 2023-10-25T06:32:27.168Z | Downloaded hubpack v0.1.2 |
1011 | 2023-10-25T06:32:27.177Z | Downloaded semver v1.0.20 |
1012 | 2023-10-25T06:32:27.180Z | Downloaded sha1 v0.10.5 |
1013 | 2023-10-25T06:32:27.185Z | Downloaded slog-stdlog v4.1.1 |
1014 | 2023-10-25T06:32:27.189Z | Downloaded hubpack_derive v0.1.1 |
1015 | 2023-10-25T06:32:27.195Z | Downloaded russh-cryptovec v0.7.0 |
1016 | 2023-10-25T06:32:27.200Z | Downloaded zip v0.6.6 |
1017 | 2023-10-25T06:32:27.204Z | Downloaded take_mut v0.2.2 |
1018 | 2023-10-25T06:32:27.208Z | Downloaded smallvec v1.11.0 |
1019 | 2023-10-25T06:32:27.212Z | Downloaded thread-id v4.2.0 |
1020 | 2023-10-25T06:32:27.216Z | Downloaded futures-core v0.3.28 |
1021 | 2023-10-25T06:32:27.220Z | Downloaded slog-envlogger v2.2.0 |
1022 | 2023-10-25T06:32:27.224Z | Downloaded glob v0.3.1 |
1023 | 2023-10-25T06:32:27.228Z | Downloaded rustls-pemfile v1.0.3 |
1024 | 2023-10-25T06:32:27.240Z | Downloaded vsss-rs v3.3.1 |
1025 | 2023-10-25T06:32:27.254Z | Downloaded fallible-iterator v0.2.0 |
1026 | 2023-10-25T06:32:27.259Z | Downloaded errno v0.3.2 |
1027 | 2023-10-25T06:32:27.262Z | Downloaded rustfmt-wrapper v0.2.0 |
1028 | 2023-10-25T06:32:27.265Z | Downloaded rustc_version v0.4.0 |
1029 | 2023-10-25T06:32:27.269Z | Downloaded http-range v0.1.5 |
1030 | 2023-10-25T06:32:27.272Z | Downloaded fnv v1.0.7 |
1031 | 2023-10-25T06:32:27.274Z | Downloaded ff v0.13.0 |
1032 | 2023-10-25T06:32:27.279Z | Downloaded slog-async v2.8.0 |
1033 | 2023-10-25T06:32:27.282Z | Downloaded rustc-demangle v0.1.23 |
1034 | 2023-10-25T06:32:27.285Z | Downloaded httpdate v1.0.3 |
1035 | 2023-10-25T06:32:27.288Z | Downloaded fixedbitset v0.4.2 |
1036 | 2023-10-25T06:32:27.291Z | Downloaded tracing-attributes v0.1.26 |
1037 | 2023-10-25T06:32:27.295Z | Downloaded static_assertions v1.1.0 |
1038 | 2023-10-25T06:32:27.298Z | Downloaded stable_deref_trait v1.2.0 |
1039 | 2023-10-25T06:32:27.302Z | Downloaded filetime v0.2.22 |
1040 | 2023-10-25T06:32:27.307Z | Downloaded slog-scope v4.4.0 |
1041 | 2023-10-25T06:32:27.310Z | Downloaded ringbuffer v0.15.0 |
1042 | 2023-10-25T06:32:27.313Z | Downloaded hex v0.4.3 |
1043 | 2023-10-25T06:32:27.316Z | Downloaded slog-dtrace v0.2.3 |
1044 | 2023-10-25T06:32:27.319Z | Downloaded sct v0.7.0 |
1045 | 2023-10-25T06:32:27.323Z | Downloaded uuid v1.4.1 |
1046 | 2023-10-25T06:32:27.327Z | Downloaded parking_lot_core v0.8.6 |
1047 | 2023-10-25T06:32:27.348Z | Downloaded num_enum v0.7.0 |
1048 | 2023-10-25T06:32:27.352Z | Downloaded iana-time-zone v0.1.57 |
1049 | 2023-10-25T06:32:27.355Z | Downloaded hyper-tls v0.5.0 |
1050 | 2023-10-25T06:32:27.358Z | Downloaded hyper-staticfile v0.9.5 |
1051 | 2023-10-25T06:32:27.361Z | Downloaded heck v0.4.1 |
1052 | 2023-10-25T06:32:27.365Z | Downloaded tokio-macros v2.1.0 |
1053 | 2023-10-25T06:32:27.368Z | Downloaded same-file v1.0.6 |
1054 | 2023-10-25T06:32:27.372Z | Downloaded tungstenite v0.20.1 |
1055 | 2023-10-25T06:32:27.376Z | Downloaded foreign-types-shared v0.1.1 |
1056 | 2023-10-25T06:32:27.381Z | Downloaded foreign-types-macros v0.2.3 |
1057 | 2023-10-25T06:32:27.385Z | Downloaded equivalent v1.0.1 |
1058 | 2023-10-25T06:32:27.390Z | Downloaded getrandom v0.2.10 |
1059 | 2023-10-25T06:32:27.393Z | Downloaded serde_derive_internals v0.26.0 |
1060 | 2023-10-25T06:32:27.397Z | Downloaded either v1.9.0 |
1061 | 2023-10-25T06:32:27.400Z | Downloaded whoami v1.4.1 |
1062 | 2023-10-25T06:32:27.403Z | Downloaded unicode-ident v1.0.12 |
1063 | 2023-10-25T06:32:27.408Z | Downloaded mio v0.8.8 |
1064 | 2023-10-25T06:32:27.425Z | Downloaded const-oid v0.9.5 |
1065 | 2023-10-25T06:32:27.437Z | Downloaded fastrand v2.0.0 |
1066 | 2023-10-25T06:32:27.450Z | Downloaded toolchain_find v0.2.0 |
1067 | 2023-10-25T06:32:27.467Z | Downloaded schemars_derive v0.8.13 |
1068 | 2023-10-25T06:32:27.471Z | Downloaded vergen v8.2.4 |
1069 | 2023-10-25T06:32:27.476Z | Downloaded digest v0.10.7 |
1070 | 2023-10-25T06:32:27.479Z | Downloaded num-complex v0.4.4 |
1071 | 2023-10-25T06:32:27.486Z | Downloaded cc v1.0.83 |
1072 | 2023-10-25T06:32:27.489Z | Downloaded arc-swap v1.6.0 |
1073 | 2023-10-25T06:32:27.494Z | Downloaded slog-bunyan v2.4.0 |
1074 | 2023-10-25T06:32:27.503Z | Downloaded scopeguard v1.2.0 |
1075 | 2023-10-25T06:32:27.511Z | Downloaded scheduled-thread-pool v0.2.7 |
1076 | 2023-10-25T06:32:27.559Z | Downloaded usdt-impl v0.3.5 |
1077 | 2023-10-25T06:32:27.575Z | Downloaded getrandom v0.1.16 |
1078 | 2023-10-25T06:32:27.581Z | Downloaded getopts v0.2.21 |
1079 | 2023-10-25T06:32:27.589Z | Downloaded generic-array v0.14.7 |
1080 | 2023-10-25T06:32:27.595Z | Downloaded futures-macro v0.3.28 |
1081 | 2023-10-25T06:32:27.603Z | Downloaded version_check v0.9.4 |
1082 | 2023-10-25T06:32:27.617Z | Downloaded vec_map v0.8.2 |
1083 | 2023-10-25T06:32:27.622Z | Downloaded serde_tokenstream v0.1.7 |
1084 | 2023-10-25T06:32:27.626Z | Downloaded password-hash v0.5.0 |
1085 | 2023-10-25T06:32:27.631Z | Downloaded omicron-zone-package v0.8.3 |
1086 | 2023-10-25T06:32:27.637Z | Downloaded num-rational v0.4.1 |
1087 | 2023-10-25T06:32:27.644Z | Downloaded clap v4.4.3 |
1088 | 2023-10-25T06:32:27.649Z | Downloaded unicode-bidi v0.3.13 |
1089 | 2023-10-25T06:32:27.652Z | Downloaded tungstenite v0.18.0 |
1090 | 2023-10-25T06:32:27.658Z | Downloaded memchr v2.6.3 |
1091 | 2023-10-25T06:32:27.669Z | Downloaded toml v0.5.11 |
1092 | 2023-10-25T06:32:27.681Z | Downloaded num v0.4.1 |
1093 | 2023-10-25T06:32:27.687Z | Downloaded clap_lex v0.5.1 |
1094 | 2023-10-25T06:32:27.697Z | Downloaded cipher v0.4.4 |
1095 | 2023-10-25T06:32:27.703Z | Downloaded backoff v0.4.0 |
1096 | 2023-10-25T06:32:27.715Z | Downloaded allocator-api2 v0.2.16 |
1097 | 2023-10-25T06:32:27.722Z | Downloaded dirs v5.0.1 |
1098 | 2023-10-25T06:32:27.727Z | Downloaded zone v0.2.0 |
1099 | 2023-10-25T06:32:27.736Z | Downloaded zeroize_derive v1.4.2 |
1100 | 2023-10-25T06:32:27.752Z | Downloaded zerocopy v0.3.0 |
1101 | 2023-10-25T06:32:27.757Z | Downloaded tinyvec v1.6.0 |
1102 | 2023-10-25T06:32:27.761Z | Downloaded term v0.7.0 |
1103 | 2023-10-25T06:32:27.768Z | Downloaded postgres-protocol v0.6.6 |
1104 | 2023-10-25T06:32:27.773Z | Downloaded num-traits v0.2.16 |
1105 | 2023-10-25T06:32:27.778Z | Downloaded utf8parse v0.2.1 |
1106 | 2023-10-25T06:32:27.783Z | Downloaded utf-8 v0.7.6 |
1107 | 2023-10-25T06:32:27.791Z | Downloaded synstructure v0.12.6 |
1108 | 2023-10-25T06:32:27.798Z | Downloaded cstr-argument v0.1.2 |
1109 | 2023-10-25T06:32:27.803Z | Downloaded ghash v0.5.0 |
1110 | 2023-10-25T06:32:27.808Z | Downloaded fxhash v0.2.1 |
1111 | 2023-10-25T06:32:27.813Z | Downloaded usdt-macro v0.3.5 |
1112 | 2023-10-25T06:32:27.818Z | Downloaded cpufeatures v0.2.9 |
1113 | 2023-10-25T06:32:27.823Z | Downloaded convert_case v0.4.0 |
1114 | 2023-10-25T06:32:27.828Z | Downloaded serde_repr v0.1.16 |
1115 | 2023-10-25T06:32:27.832Z | Downloaded serde_path_to_error v0.1.14 |
1116 | 2023-10-25T06:32:27.838Z | Downloaded rand_core v0.6.4 |
1117 | 2023-10-25T06:32:27.842Z | Downloaded rand_core v0.5.1 |
1118 | 2023-10-25T06:32:27.847Z | Downloaded rand_chacha v0.3.1 |
1119 | 2023-10-25T06:32:27.851Z | Downloaded rand_chacha v0.2.2 |
1120 | 2023-10-25T06:32:27.856Z | Downloaded darling v0.20.3 |
1121 | 2023-10-25T06:32:27.861Z | Downloaded clap_derive v4.4.2 |
1122 | 2023-10-25T06:32:27.868Z | Downloaded quick-error v1.2.3 |
1123 | 2023-10-25T06:32:27.876Z | Downloaded platforms v3.0.2 |
1124 | 2023-10-25T06:32:27.890Z | Downloaded pin-utils v0.1.0 |
1125 | 2023-10-25T06:32:27.915Z | Downloaded pbkdf2 v0.11.0 |
1126 | 2023-10-25T06:32:27.932Z | Downloaded bitflags v1.3.2 |
1127 | 2023-10-25T06:32:27.937Z | Downloaded strsim v0.10.0 |
1128 | 2023-10-25T06:32:27.943Z | Downloaded serde_arrays v0.1.0 |
1129 | 2023-10-25T06:32:27.947Z | Downloaded dyn-clone v1.0.13 |
1130 | 2023-10-25T06:32:27.952Z | Downloaded zone_cfg_derive v0.2.0 |
1131 | 2023-10-25T06:32:27.958Z | Downloaded want v0.3.1 |
1132 | 2023-10-25T06:32:27.963Z | Downloaded miniz_oxide v0.7.1 |
1133 | 2023-10-25T06:32:27.970Z | Downloaded structmeta v0.1.6 |
1134 | 2023-10-25T06:32:27.974Z | Downloaded tokio-tungstenite v0.20.1 |
1135 | 2023-10-25T06:32:27.979Z | Downloaded thiserror-impl-no-std v2.0.2 |
1136 | 2023-10-25T06:32:27.984Z | Downloaded tempfile v3.8.0 |
1137 | 2023-10-25T06:32:27.992Z | Downloaded strum v0.25.0 |
1138 | 2023-10-25T06:32:27.999Z | Downloaded structmeta-derive v0.1.6 |
1139 | 2023-10-25T06:32:28.004Z | Downloaded serde_spanned v0.6.3 |
1140 | 2023-10-25T06:32:28.009Z | Downloaded parking_lot_core v0.9.8 |
1141 | 2023-10-25T06:32:28.016Z | Downloaded parking_lot v0.12.1 |
1142 | 2023-10-25T06:32:28.021Z | Downloaded num_enum v0.5.11 |
1143 | 2023-10-25T06:32:28.028Z | Downloaded ciborium v0.2.1 |
1144 | 2023-10-25T06:32:28.033Z | Downloaded postgres-types v0.2.6 |
1145 | 2023-10-25T06:32:28.038Z | Downloaded usdt-attr-macro v0.3.5 |
1146 | 2023-10-25T06:32:28.043Z | Downloaded pbkdf2 v0.12.2 |
1147 | 2023-10-25T06:32:28.049Z | Downloaded paste v1.0.14 |
1148 | 2023-10-25T06:32:28.089Z | Downloaded deranged v0.3.8 |
1149 | 2023-10-25T06:32:28.098Z | Downloaded crypto-bigint v0.5.2 |
1150 | 2023-10-25T06:32:28.108Z | Downloaded thiserror-impl v1.0.49 |
1151 | 2023-10-25T06:32:28.521Z | Downloaded const_format_proc_macros v0.2.31 |
1152 | 2023-10-25T06:32:28.535Z | Downloaded dirs-next v2.0.0 |
1153 | 2023-10-25T06:32:28.546Z | Downloaded option-ext v0.2.0 |
1154 | 2023-10-25T06:32:28.559Z | Downloaded base64 v0.21.4 |
1155 | 2023-10-25T06:32:28.565Z | Downloaded dirs-sys-next v0.1.2 |
1156 | 2023-10-25T06:32:28.569Z | Downloaded proc-macro2 v1.0.67 |
1157 | 2023-10-25T06:32:28.573Z | Downloaded diesel_derives v2.1.1 |
1158 | 2023-10-25T06:32:28.576Z | Downloaded cbc v0.1.2 |
1159 | 2023-10-25T06:32:28.579Z | Downloaded cancel-safe-futures v0.1.2 |
1160 | 2023-10-25T06:32:28.583Z | Downloaded blake2 v0.10.6 |
1161 | 2023-10-25T06:32:28.586Z | Downloaded aes-gcm-siv v0.11.1 |
1162 | 2023-10-25T06:32:28.589Z | Downloaded universal-hash v0.5.1 |
1163 | 2023-10-25T06:32:28.598Z | Downloaded mime_guess v2.0.4 |
1164 | 2023-10-25T06:32:28.601Z | Downloaded ciborium-io v0.2.1 |
1165 | 2023-10-25T06:32:28.647Z | Downloaded base16ct v0.2.0 |
1166 | 2023-10-25T06:32:28.651Z | Downloaded tower-service v0.3.2 |
1167 | 2023-10-25T06:32:28.654Z | Downloaded tinyvec_macros v0.1.1 |
1168 | 2023-10-25T06:32:28.695Z | Downloaded native-tls v0.2.11 |
1169 | 2023-10-25T06:32:28.703Z | Downloaded derive_more v0.99.17 |
1170 | 2023-10-25T06:32:28.706Z | Downloaded argon2 v0.5.2 |
1171 | 2023-10-25T06:32:28.710Z | Downloaded pretty-hex v0.2.1 |
1172 | 2023-10-25T06:32:28.716Z | Downloaded num_enum_derive v0.7.0 |
1173 | 2023-10-25T06:32:28.719Z | Downloaded num-integer v0.1.45 |
1174 | 2023-10-25T06:32:28.723Z | Downloaded crossbeam-epoch v0.9.15 |
1175 | 2023-10-25T06:32:28.729Z | Downloaded chacha20 v0.9.1 |
1176 | 2023-10-25T06:32:28.738Z | Downloaded multer v2.1.0 |
1177 | 2023-10-25T06:32:28.745Z | Downloaded mime v0.3.17 |
1178 | 2023-10-25T06:32:28.750Z | Downloaded data-encoding v2.4.0 |
1179 | 2023-10-25T06:32:28.758Z | Downloaded ciborium-ll v0.2.1 |
1180 | 2023-10-25T06:32:28.768Z | Downloaded ctr v0.9.2 |
1181 | 2023-10-25T06:32:29.187Z | Downloaded crypto-common v0.1.6 |
1182 | 2023-10-25T06:32:29.193Z | Downloaded colorchoice v1.0.0 |
1183 | 2023-10-25T06:32:29.206Z | Downloaded md-5 v0.10.5 |
1184 | 2023-10-25T06:32:29.214Z | Downloaded log v0.4.20 |
1185 | 2023-10-25T06:32:29.224Z | Downloaded bzip2 v0.4.4 |
1186 | 2023-10-25T06:32:29.243Z | Downloaded poly1305 v0.8.0 |
1187 | 2023-10-25T06:32:29.256Z | Downloaded predicates v3.0.4 |
1188 | 2023-10-25T06:32:29.266Z | Downloaded ppv-lite86 v0.2.17 |
1189 | 2023-10-25T06:32:29.278Z | Downloaded pin-project-lite v0.2.13 |
1190 | 2023-10-25T06:32:29.282Z | Downloaded cfg-if v0.1.10 |
1191 | 2023-10-25T06:32:29.290Z | Downloaded camino-tempfile v1.0.2 |
1192 | 2023-10-25T06:32:29.300Z | Downloaded pest_meta v2.7.2 |
1193 | 2023-10-25T06:32:29.305Z | Downloaded pest_derive v2.7.2 |
1194 | 2023-10-25T06:32:29.310Z | Downloaded atomicwrites v0.4.2 |
1195 | 2023-10-25T06:32:29.315Z | Downloaded autocfg v1.1.0 |
1196 | 2023-10-25T06:32:29.319Z | Downloaded atty v0.2.14 |
1197 | 2023-10-25T06:32:29.324Z | Downloaded async-stream v0.3.5 |
1198 | 2023-10-25T06:32:29.334Z | Downloaded anstyle-query v1.0.0 |
1199 | 2023-10-25T06:32:29.342Z | Downloaded proc-macro-error-attr v1.0.4 |
1200 | 2023-10-25T06:32:29.349Z | Downloaded predicates-core v1.0.6 |
1201 | 2023-10-25T06:32:29.354Z | Downloaded precomputed-hash v0.1.1 |
1202 | 2023-10-25T06:32:29.358Z | Downloaded postcard-cobs v0.1.5-pre |
1203 | 2023-10-25T06:32:29.363Z | Downloaded polyval v0.6.1 |
1204 | 2023-10-25T06:32:29.368Z | Downloaded pkcs8 v0.10.2 |
1205 | 2023-10-25T06:32:29.376Z | Downloaded phf_shared v0.11.2 |
1206 | 2023-10-25T06:32:29.393Z | Downloaded phf v0.11.2 |
1207 | 2023-10-25T06:32:29.402Z | Downloaded pem v1.1.1 |
1208 | 2023-10-25T06:32:29.412Z | Downloaded new_debug_unreachable v1.0.4 |
1209 | 2023-10-25T06:32:29.429Z | Downloaded console v0.15.7 |
1210 | 2023-10-25T06:32:29.441Z | Downloaded num-iter v0.1.43 |
1211 | 2023-10-25T06:32:29.452Z | Downloaded colored v2.0.4 |
1212 | 2023-10-25T06:32:29.457Z | Downloaded num_enum_derive v0.5.11 |
1213 | 2023-10-25T06:32:29.467Z | Downloaded phf_shared v0.10.0 |
1214 | 2023-10-25T06:32:29.475Z | Downloaded num-derive v0.4.0 |
1215 | 2023-10-25T06:32:29.503Z | Downloaded curve25519-dalek-derive v0.1.0 |
1216 | 2023-10-25T06:32:29.512Z | Downloaded crucible-workspace-hack v0.1.0 |
1217 | 2023-10-25T06:32:29.523Z | Downloaded bitflags v2.4.0 |
1218 | 2023-10-25T06:32:29.535Z | Downloaded memoffset v0.7.1 |
1219 | 2023-10-25T06:32:29.545Z | Downloaded managed v0.8.0 |
1220 | 2023-10-25T06:32:29.550Z | Downloaded lock_api v0.4.10 |
1221 | 2023-10-25T06:32:29.561Z | Downloaded block-padding v0.3.3 |
1222 | 2023-10-25T06:32:29.568Z | Downloaded crossbeam-utils v0.8.16 |
1223 | 2023-10-25T06:32:29.577Z | Downloaded byteorder v1.4.3 |
1224 | 2023-10-25T06:32:29.585Z | Downloaded bcrypt-pbkdf v0.10.0 |
1225 | 2023-10-25T06:32:29.592Z | Downloaded block-buffer v0.10.4 |
1226 | 2023-10-25T06:32:29.599Z | Downloaded bitstruct_derive v0.1.0 |
1227 | 2023-10-25T06:32:29.604Z | Compiling proc-macro2 v1.0.67 |
1228 | 2023-10-25T06:32:29.611Z | Compiling unicode-ident v1.0.12 |
1229 | 2023-10-25T06:32:29.618Z | Compiling libc v0.2.149 |
1230 | 2023-10-25T06:32:29.635Z | Compiling serde v1.0.188 |
1231 | 2023-10-25T06:32:29.640Z | Compiling version_check v0.9.4 |
1232 | 2023-10-25T06:32:29.650Z | Compiling autocfg v1.1.0 |
1233 | 2023-10-25T06:32:29.656Z | Compiling cfg-if v1.0.0 |
1234 | 2023-10-25T06:32:29.664Z | Compiling syn v1.0.109 |
1235 | 2023-10-25T06:32:29.681Z | Compiling typenum v1.16.0 |
1236 | 2023-10-25T06:32:29.699Z | Compiling once_cell v1.18.0 |
1237 | 2023-10-25T06:32:30.186Z | Compiling thiserror v1.0.49 |
1238 | 2023-10-25T06:32:30.224Z | Compiling lock_api v0.4.10 |
1239 | 2023-10-25T06:32:30.235Z | Compiling generic-array v0.14.7 |
1240 | 2023-10-25T06:32:30.248Z | Compiling parking_lot_core v0.9.8 |
1241 | 2023-10-25T06:32:30.257Z | Compiling libm v0.2.7 |
1242 | 2023-10-25T06:32:30.267Z | Compiling num-traits v0.2.16 |
1243 | 2023-10-25T06:32:30.280Z | Compiling itoa v1.0.9 |
1244 | 2023-10-25T06:32:30.718Z | Compiling memchr v2.6.3 |
1245 | 2023-10-25T06:32:30.744Z | Compiling futures-core v0.3.28 |
1246 | 2023-10-25T06:32:30.748Z | Compiling ahash v0.8.3 |
1247 | 2023-10-25T06:32:30.751Z | Compiling serde_json v1.0.107 |
1248 | 2023-10-25T06:32:30.754Z | Compiling log v0.4.20 |
1249 | 2023-10-25T06:32:30.757Z | Compiling slab v0.4.9 |
1250 | 2023-10-25T06:32:30.761Z | Compiling quote v1.0.33 |
1251 | 2023-10-25T06:32:30.767Z | Compiling futures-channel v0.3.28 |
1252 | 2023-10-25T06:32:30.770Z | Compiling futures-task v0.3.28 |
1253 | 2023-10-25T06:32:30.773Z | Compiling syn v2.0.32 |
1254 | 2023-10-25T06:32:30.776Z | Compiling getrandom v0.2.10 |
1255 | 2023-10-25T06:32:30.779Z | Compiling jobserver v0.1.26 |
1256 | 2023-10-25T06:32:31.213Z | Compiling futures-util v0.3.28 |
1257 | 2023-10-25T06:32:31.230Z | Compiling pkg-config v0.3.27 |
1258 | 2023-10-25T06:32:31.275Z | Compiling cc v1.0.83 |
1259 | 2023-10-25T06:32:31.389Z | Compiling rand_core v0.6.4 |
1260 | 2023-10-25T06:32:31.811Z | Compiling ryu v1.0.15 |
1261 | 2023-10-25T06:32:32.122Z | Compiling vcpkg v0.2.15 |
1262 | 2023-10-25T06:32:32.408Z | Compiling allocator-api2 v0.2.16 |
1263 | 2023-10-25T06:32:32.435Z | Compiling schemars v0.8.13 |
1264 | 2023-10-25T06:32:32.968Z | Compiling heck v0.4.1 |
1265 | 2023-10-25T06:32:33.110Z | Compiling equivalent v1.0.1 |
1266 | 2023-10-25T06:32:33.287Z | Compiling scopeguard v1.2.0 |
1267 | 2023-10-25T06:32:33.857Z | Compiling hashbrown v0.14.0 |
1268 | 2023-10-25T06:32:34.590Z | Compiling smallvec v1.11.0 |
1269 | 2023-10-25T06:32:35.243Z | Compiling byteorder v1.4.3 |
1270 | 2023-10-25T06:32:35.345Z | Compiling fnv v1.0.7 |
1271 | 2023-10-25T06:32:35.522Z | Compiling httparse v1.8.0 |
1272 | 2023-10-25T06:32:36.019Z | Compiling iana-time-zone v0.1.57 |
1273 | 2023-10-25T06:32:36.095Z | Compiling pin-project-lite v0.2.13 |
1274 | 2023-10-25T06:32:36.168Z | Compiling ring v0.16.20 |
1275 | 2023-10-25T06:32:36.185Z | Compiling semver v1.0.20 |
1276 | 2023-10-25T06:32:36.747Z | Compiling subtle v2.5.0 |
1277 | 2023-10-25T06:32:37.000Z | Compiling parking_lot v0.12.1 |
1278 | 2023-10-25T06:32:37.251Z | Compiling indexmap v1.9.3 |
1279 | 2023-10-25T06:32:37.480Z | Compiling dyn-clone v1.0.13 |
1280 | 2023-10-25T06:32:37.510Z | Compiling time-core v0.1.1 |
1281 | 2023-10-25T06:32:37.683Z | Compiling tinyvec_macros v0.1.1 |
1282 | 2023-10-25T06:32:37.761Z | Compiling openssl-sys v0.9.93 |
1283 | 2023-10-25T06:32:37.796Z | Compiling time-macros v0.2.13 |
1284 | 2023-10-25T06:32:37.831Z | Compiling tinyvec v1.6.0 |
1285 | 2023-10-25T06:32:37.848Z | Compiling signal-hook-registry v1.4.1 |
1286 | 2023-10-25T06:32:38.746Z | Compiling num_cpus v1.16.0 |
1287 | 2023-10-25T06:32:38.895Z | Compiling socket2 v0.5.4 |
1288 | 2023-10-25T06:32:39.134Z | Compiling mio v0.8.8 |
1289 | 2023-10-25T06:32:39.351Z | Compiling rustls v0.21.7 |
1290 | 2023-10-25T06:32:39.735Z | Compiling unicode-bidi v0.3.13 |
1291 | 2023-10-25T06:32:40.462Z | Compiling unicode-normalization v0.1.22 |
1292 | 2023-10-25T06:32:40.800Z | Compiling slog v2.7.0 |
1293 | 2023-10-25T06:32:41.167Z | Compiling spin v0.5.2 |
1294 | 2023-10-25T06:32:41.561Z | Compiling ucd-trie v0.1.6 |
1295 | 2023-10-25T06:32:41.958Z | Compiling percent-encoding v2.3.0 |
1296 | 2023-10-25T06:32:42.400Z | Compiling backtrace v0.3.69 |
1297 | 2023-10-25T06:32:42.443Z | Compiling async-trait v0.1.73 |
1298 | 2023-10-25T06:32:42.858Z | Compiling form_urlencoded v1.2.0 |
1299 | 2023-10-25T06:32:42.861Z | Compiling serde_derive_internals v0.26.0 |
1300 | 2023-10-25T06:32:42.900Z | Compiling aho-corasick v1.0.4 |
1301 | 2023-10-25T06:32:43.084Z | Compiling regex-syntax v0.7.5 |
1302 | 2023-10-25T06:32:43.111Z | Compiling openssl v0.10.57 |
1303 | 2023-10-25T06:32:43.251Z | Compiling winnow v0.5.15 |
1304 | 2023-10-25T06:32:43.781Z | Compiling anyhow v1.0.75 |
1305 | 2023-10-25T06:32:44.489Z | Compiling pin-utils v0.1.0 |
1306 | 2023-10-25T06:32:44.653Z | Compiling futures-sink v0.3.28 |
1307 | 2023-10-25T06:32:44.892Z | Compiling idna v0.4.0 |
1308 | 2023-10-25T06:32:46.172Z | Compiling native-tls v0.2.11 |
1309 | 2023-10-25T06:32:46.689Z | Compiling url v2.4.1 |
1310 | 2023-10-25T06:32:46.859Z | Compiling unicode-xid v0.2.4 |
1311 | 2023-10-25T06:32:48.337Z | Compiling futures-io v0.3.28 |
1312 | 2023-10-25T06:32:48.412Z | Compiling rustversion v1.0.14 |
1313 | 2023-10-25T06:32:48.916Z | Compiling unicode-width v0.1.10 |
1314 | 2023-10-25T06:32:49.166Z | Compiling const-oid v0.9.5 |
1315 | 2023-10-25T06:32:49.517Z | Compiling regex-automata v0.3.8 |
1316 | 2023-10-25T06:32:50.150Z | Compiling hashbrown v0.13.2 |
1317 | 2023-10-25T06:32:51.274Z | Compiling synstructure v0.12.6 |
1318 | 2023-10-25T06:32:52.219Z | Compiling crossbeam-utils v0.8.16 |
1319 | 2023-10-25T06:32:52.294Z | Compiling cpufeatures v0.2.9 |
1320 | 2023-10-25T06:32:52.435Z | Compiling tracing-core v0.1.31 |
1321 | 2023-10-25T06:32:52.452Z | Compiling ppv-lite86 v0.2.17 |
1322 | 2023-10-25T06:32:53.055Z | Compiling adler v1.0.2 |
1323 | 2023-10-25T06:32:53.371Z | Compiling miniz_oxide v0.7.1 |
1324 | 2023-10-25T06:32:54.304Z | Compiling rustix v0.38.9 |
1325 | 2023-10-25T06:32:54.320Z | Compiling rand_chacha v0.3.1 |
1326 | 2023-10-25T06:32:55.112Z | Compiling usdt-impl v0.3.5 |
1327 | 2023-10-25T06:32:55.165Z | Compiling gimli v0.28.0 |
1328 | 2023-10-25T06:32:55.932Z | Compiling bitflags v1.3.2 |
1329 | 2023-10-25T06:32:56.101Z | Compiling rand v0.8.5 |
1330 | 2023-10-25T06:32:56.278Z | Compiling object v0.32.1 |
1331 | 2023-10-25T06:32:56.315Z | Compiling rustc-demangle v0.1.23 |
1332 | 2023-10-25T06:32:56.625Z | Compiling serde_derive v1.0.188 |
1333 | 2023-10-25T06:32:56.699Z | Compiling zeroize_derive v1.4.2 |
1334 | 2023-10-25T06:32:57.342Z | Compiling thiserror-impl v1.0.49 |
1335 | 2023-10-25T06:32:58.044Z | Compiling tokio-macros v2.1.0 |
1336 | 2023-10-25T06:32:58.580Z | Compiling futures-macro v0.3.28 |
1337 | 2023-10-25T06:32:59.264Z | Compiling tracing-attributes v0.1.26 |
1338 | 2023-10-25T06:33:00.766Z | Compiling schemars_derive v0.8.13 |
1339 | 2023-10-25T06:33:02.112Z | Compiling zeroize v1.6.0 |
1340 | 2023-10-25T06:33:02.748Z | Compiling pest v2.7.2 |
1341 | 2023-10-25T06:33:05.117Z | Compiling crypto-common v0.1.6 |
1342 | 2023-10-25T06:33:05.193Z | Compiling openssl-macros v0.1.1 |
1343 | 2023-10-25T06:33:05.434Z | Compiling regex v1.9.5 |
1344 | 2023-10-25T06:33:06.021Z | Compiling block-buffer v0.10.4 |
1345 | 2023-10-25T06:33:06.445Z | Compiling digest v0.10.7 |
1346 | 2023-10-25T06:33:07.199Z | Compiling pest_meta v2.7.2 |
1347 | 2023-10-25T06:33:07.399Z | Compiling zerocopy-derive v0.2.0 |
1348 | 2023-10-25T06:33:08.084Z | Compiling tracing v0.1.37 |
1349 | 2023-10-25T06:33:08.446Z | Compiling addr2line v0.21.0 |
1350 | 2023-10-25T06:33:08.700Z | Compiling deranged v0.3.8 |
1351 | 2023-10-25T06:33:09.040Z | Compiling num_threads v0.1.6 |
1352 | 2023-10-25T06:33:09.244Z | Compiling thread-id v4.2.0 |
1353 | 2023-10-25T06:33:09.633Z | Compiling pest_generator v2.7.2 |
1354 | 2023-10-25T06:33:10.978Z | Compiling zerocopy v0.3.0 |
1355 | 2023-10-25T06:33:12.130Z | Compiling time v0.3.27 |
1356 | 2023-10-25T06:33:12.500Z | Compiling dof v0.1.5 |
1357 | 2023-10-25T06:33:14.189Z | Compiling base64 v0.21.4 |
1358 | 2023-10-25T06:33:15.001Z | Compiling pest_derive v2.7.2 |
1359 | 2023-10-25T06:33:15.353Z | Compiling lazy_static v1.4.0 |
1360 | 2023-10-25T06:33:15.575Z | Compiling untrusted v0.7.1 |
1361 | 2023-10-25T06:33:15.988Z | Compiling strum_macros v0.25.2 |
1362 | 2023-10-25T06:33:16.256Z | Compiling dtrace-parser v0.1.14 |
1363 | 2023-10-25T06:33:17.617Z | Compiling strsim v0.10.0 |
1364 | 2023-10-25T06:33:19.848Z | Compiling regress v0.7.1 |
1365 | 2023-10-25T06:33:20.063Z | Compiling socket2 v0.4.9 |
1366 | 2023-10-25T06:33:21.581Z | Compiling bytes v1.5.0 |
1367 | 2023-10-25T06:33:22.027Z | Compiling indexmap v2.0.0 |
1368 | 2023-10-25T06:33:22.265Z | Compiling chrono v0.4.31 |
1369 | 2023-10-25T06:33:22.458Z | Compiling uuid v1.4.1 |
1370 | 2023-10-25T06:33:23.148Z | Compiling http v0.2.9 |
1371 | 2023-10-25T06:33:23.753Z | Compiling tokio v1.33.0 |
1372 | 2023-10-25T06:33:23.930Z | Compiling toml_datetime v0.6.3 |
1373 | 2023-10-25T06:33:24.122Z | Compiling serde_spanned v0.6.3 |
1374 | 2023-10-25T06:33:24.223Z | Compiling bitflags v2.4.0 |
1375 | 2023-10-25T06:33:24.908Z | Compiling toml_edit v0.19.15 |
1376 | 2023-10-25T06:33:24.911Z | Compiling rustc_version v0.4.0 |
1377 | 2023-10-25T06:33:25.815Z | Compiling openapiv3 v1.0.3 |
1378 | 2023-10-25T06:33:27.767Z | Compiling serde_tokenstream v0.1.7 |
1379 | 2023-10-25T06:33:28.630Z | Compiling serde_tokenstream v0.2.0 |
1380 | 2023-10-25T06:33:29.602Z | Compiling hashbrown v0.12.3 |
1381 | 2023-10-25T06:33:29.751Z | Compiling sct v0.7.0 |
1382 | 2023-10-25T06:33:29.879Z | Compiling rustls-webpki v0.101.4 |
1383 | 2023-10-25T06:33:30.280Z | Compiling httpdate v1.0.3 |
1384 | 2023-10-25T06:33:30.832Z | Compiling usdt-macro v0.3.5 |
1385 | 2023-10-25T06:33:31.096Z | Compiling usdt-attr-macro v0.3.5 |
1386 | 2023-10-25T06:33:32.986Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1387 | 2023-10-25T06:33:33.128Z | Compiling try-lock v0.2.4 |
1388 | 2023-10-25T06:33:33.371Z | Compiling want v0.3.1 |
1389 | 2023-10-25T06:33:33.838Z | Compiling http-body v0.4.5 |
1390 | 2023-10-25T06:33:33.919Z | Compiling rustls-pemfile v1.0.3 |
1391 | 2023-10-25T06:33:34.401Z | Compiling mime v0.3.17 |
1392 | 2023-10-25T06:33:34.526Z | Compiling openssl-probe v0.1.5 |
1393 | 2023-10-25T06:33:34.559Z | Compiling tower-service v0.3.2 |
1394 | 2023-10-25T06:33:34.771Z | Compiling foreign-types-shared v0.1.1 |
1395 | 2023-10-25T06:33:34.946Z | Compiling foreign-types v0.3.2 |
1396 | 2023-10-25T06:33:35.170Z | Compiling errno v0.3.2 |
1397 | 2023-10-25T06:33:35.177Z | Compiling ipnet v2.8.0 |
1398 | 2023-10-25T06:33:35.462Z | Compiling getopts v0.2.21 |
1399 | 2023-10-25T06:33:37.280Z | Compiling encoding_rs v0.8.33 |
1400 | 2023-10-25T06:33:37.379Z | Compiling unsafe-libyaml v0.2.9 |
1401 | 2023-10-25T06:33:37.598Z | Compiling tokio-util v0.7.9 |
1402 | 2023-10-25T06:33:39.220Z | Compiling rustls-native-certs v0.6.3 |
1403 | 2023-10-25T06:33:39.937Z | Compiling h2 v0.3.21 |
1404 | 2023-10-25T06:33:40.854Z | Compiling tokio-rustls v0.24.1 |
1405 | 2023-10-25T06:33:40.861Z | Compiling serde_yaml v0.9.25 |
1406 | 2023-10-25T06:33:41.112Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2023-10-25T06:33:42.734Z | Compiling webpki-roots v0.25.2 |
1408 | 2023-10-25T06:33:47.338Z | Compiling hmac v0.12.1 |
1409 | 2023-10-25T06:33:47.477Z | Compiling num-integer v0.1.45 |
1410 | 2023-10-25T06:33:47.978Z | Compiling sha2 v0.10.8 |
1411 | 2023-10-25T06:33:49.328Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2023-10-25T06:33:49.569Z | Compiling block-padding v0.3.3 |
1413 | 2023-10-25T06:33:49.975Z | Compiling inout v0.1.3 |
1414 | 2023-10-25T06:33:50.077Z | Compiling futures-executor v0.3.28 |
1415 | 2023-10-25T06:33:50.404Z | Compiling cipher v0.4.4 |
1416 | 2023-10-25T06:33:51.100Z | Compiling toml v0.7.8 |
1417 | 2023-10-25T06:33:51.207Z | Compiling crc32fast v1.3.2 |
1418 | 2023-10-25T06:33:52.173Z | Compiling fallible-iterator v0.2.0 |
1419 | 2023-10-25T06:33:52.185Z | Compiling futures v0.3.28 |
1420 | 2023-10-25T06:33:52.233Z | Compiling ipnetwork v0.20.0 |
1421 | 2023-10-25T06:33:52.343Z | Compiling spin v0.9.8 |
1422 | 2023-10-25T06:33:52.990Z | Compiling hyper v0.14.27 |
1423 | 2023-10-25T06:33:53.080Z | Compiling siphasher v0.3.11 |
1424 | 2023-10-25T06:33:53.186Z | Compiling usdt v0.3.5 |
1425 | 2023-10-25T06:33:54.151Z | Compiling md-5 v0.10.5 |
1426 | 2023-10-25T06:33:54.556Z | Compiling stringprep v0.1.3 |
1427 | 2023-10-25T06:33:55.759Z | Compiling io-lifetimes v1.0.11 |
1428 | 2023-10-25T06:33:55.788Z | Compiling postgres-protocol v0.6.6 |
1429 | 2023-10-25T06:33:56.323Z | Compiling phf_shared v0.11.2 |
1430 | 2023-10-25T06:33:56.432Z | Compiling hex v0.4.3 |
1431 | 2023-10-25T06:33:56.949Z | Compiling enum-as-inner v0.5.1 |
1432 | 2023-10-25T06:33:57.467Z | Compiling slog-async v2.8.0 |
1433 | 2023-10-25T06:33:57.493Z | Compiling postgres-types v0.2.6 |
1434 | 2023-10-25T06:33:58.131Z | Compiling phf v0.11.2 |
1435 | 2023-10-25T06:33:58.297Z | Compiling num-bigint v0.4.4 |
1436 | 2023-10-25T06:33:59.038Z | Compiling rustix v0.37.23 |
1437 | 2023-10-25T06:33:59.066Z | Compiling data-encoding v2.4.0 |
1438 | 2023-10-25T06:33:59.285Z | Compiling whoami v1.4.1 |
1439 | 2023-10-25T06:34:00.149Z | Compiling tokio-postgres v0.7.10 |
1440 | 2023-10-25T06:34:00.358Z | Compiling zerocopy-derive v0.6.4 |
1441 | 2023-10-25T06:34:00.658Z | Compiling static_assertions v1.1.0 |
1442 | 2023-10-25T06:34:03.970Z | Compiling either v1.9.0 |
1443 | 2023-10-25T06:34:04.129Z | Compiling ident_case v1.0.1 |
1444 | 2023-10-25T06:34:04.512Z | Compiling darling_core v0.20.3 |
1445 | 2023-10-25T06:34:04.941Z | Compiling camino v1.1.6 |
1446 | 2023-10-25T06:34:05.581Z | Compiling hyper-tls v0.5.0 |
1447 | 2023-10-25T06:34:06.007Z | Compiling hyper-rustls v0.24.1 |
1448 | 2023-10-25T06:34:06.177Z | Compiling flate2 v1.0.28 |
1449 | 2023-10-25T06:34:06.263Z | Compiling heapless v0.7.16 |
1450 | 2023-10-25T06:34:06.548Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1451 | 2023-10-25T06:34:06.897Z | Compiling reqwest v0.11.20 |
1452 | 2023-10-25T06:34:07.279Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1453 | 2023-10-25T06:34:07.921Z | Compiling memoffset v0.9.0 |
1454 | 2023-10-25T06:34:08.412Z | Compiling unicode-segmentation v1.10.1 |
1455 | 2023-10-25T06:34:09.423Z | Compiling matches v0.1.10 |
1456 | 2023-10-25T06:34:09.588Z | Compiling managed v0.8.0 |
1457 | 2023-10-25T06:34:09.686Z | Compiling radium v0.7.0 |
1458 | 2023-10-25T06:34:10.152Z | Compiling idna v0.2.3 |
1459 | 2023-10-25T06:34:10.810Z | Compiling itertools v0.11.0 |
1460 | 2023-10-25T06:34:11.763Z | Compiling multer v2.1.0 |
1461 | 2023-10-25T06:34:12.334Z | Compiling trust-dns-proto v0.22.0 |
1462 | 2023-10-25T06:34:13.594Z | Compiling async-stream-impl v0.3.5 |
1463 | 2023-10-25T06:34:13.880Z | Compiling darling_macro v0.20.3 |
1464 | 2023-10-25T06:34:14.573Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1465 | 2023-10-25T06:34:14.787Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1466 | 2023-10-25T06:34:15.531Z | Compiling darling v0.20.3 |
1467 | 2023-10-25T06:34:15.724Z | Compiling serde_with_macros v2.3.3 |
1468 | 2023-10-25T06:34:15.810Z | Compiling num-iter v0.1.43 |
1469 | 2023-10-25T06:34:16.097Z | Compiling crossbeam-epoch v0.9.15 |
1470 | 2023-10-25T06:34:16.292Z | Compiling anstyle v1.0.2 |
1471 | 2023-10-25T06:34:16.763Z | Compiling bit-vec v0.6.3 |
1472 | 2023-10-25T06:34:17.098Z | Compiling paste v1.0.14 |
1473 | 2023-10-25T06:34:17.533Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1474 | 2023-10-25T06:34:17.843Z | Compiling smoltcp v0.9.1 |
1475 | 2023-10-25T06:34:18.759Z | Compiling utf8parse v0.2.1 |
1476 | 2023-10-25T06:34:19.047Z | Compiling anstyle-parse v0.2.1 |
1477 | 2023-10-25T06:34:20.507Z | Compiling zerocopy v0.6.4 |
1478 | 2023-10-25T06:34:21.480Z | Compiling signature v2.1.0 |
1479 | 2023-10-25T06:34:21.837Z | Compiling hubpack_derive v0.1.1 |
1480 | 2023-10-25T06:34:21.996Z | Compiling clap_derive v4.4.2 |
1481 | 2023-10-25T06:34:22.234Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1482 | 2023-10-25T06:34:22.693Z | Compiling anstyle-query v1.0.0 |
1483 | 2023-10-25T06:34:22.883Z | Compiling colorchoice v1.0.0 |
1484 | 2023-10-25T06:34:23.229Z | Compiling anstream v0.5.0 |
1485 | 2023-10-25T06:34:24.048Z | Compiling terminal_size v0.2.6 |
1486 | 2023-10-25T06:34:24.528Z | Compiling yasna v0.5.2 |
1487 | 2023-10-25T06:34:26.848Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1488 | 2023-10-25T06:34:27.873Z | Compiling structmeta-derive v0.1.6 |
1489 | 2023-10-25T06:34:28.338Z | Compiling diesel_table_macro_syntax v0.1.0 |
1490 | 2023-10-25T06:34:28.820Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1491 | 2023-10-25T06:34:29.046Z | Compiling hash32 v0.2.1 |
1492 | 2023-10-25T06:34:29.115Z | Compiling stable_deref_trait v1.2.0 |
1493 | 2023-10-25T06:34:29.280Z | Compiling clap_lex v0.5.1 |
1494 | 2023-10-25T06:34:29.682Z | Compiling tap v1.0.1 |
1495 | 2023-10-25T06:34:30.194Z | Compiling wyz v0.5.1 |
1496 | 2023-10-25T06:34:30.728Z | Compiling clap_builder v4.4.2 |
1497 | 2023-10-25T06:34:30.782Z | Compiling diesel_derives v2.1.1 |
1498 | 2023-10-25T06:34:31.908Z | Compiling tokio-stream v0.1.14 |
1499 | 2023-10-25T06:34:32.590Z | Compiling structmeta v0.1.6 |
1500 | 2023-10-25T06:34:32.985Z | Compiling serde_repr v0.1.16 |
1501 | 2023-10-25T06:34:33.304Z | Compiling scheduled-thread-pool v0.2.7 |
1502 | 2023-10-25T06:34:33.725Z | Compiling regex-syntax v0.6.29 |
1503 | 2023-10-25T06:34:34.132Z | Compiling funty v2.0.0 |
1504 | 2023-10-25T06:34:34.368Z | Compiling regex-automata v0.1.10 |
1505 | 2023-10-25T06:34:35.180Z | Compiling bstr v0.2.17 |
1506 | 2023-10-25T06:34:35.711Z | Compiling r2d2 v0.8.10 |
1507 | 2023-10-25T06:34:36.358Z | Compiling bitvec v1.0.1 |
1508 | 2023-10-25T06:34:37.654Z | Compiling clap v4.4.3 |
1509 | 2023-10-25T06:34:38.109Z | Compiling hubpack v0.1.2 |
1510 | 2023-10-25T06:34:39.246Z | Compiling itertools v0.10.5 |
1511 | 2023-10-25T06:34:39.819Z | Compiling phf_shared v0.10.0 |
1512 | 2023-10-25T06:34:41.262Z | Compiling float-cmp v0.9.0 |
1513 | 2023-10-25T06:34:41.662Z | Compiling predicates-core v1.0.6 |
1514 | 2023-10-25T06:34:41.992Z | Compiling precomputed-hash v0.1.1 |
1515 | 2023-10-25T06:34:42.191Z | Compiling new_debug_unreachable v1.0.4 |
1516 | 2023-10-25T06:34:42.347Z | Compiling difflib v0.4.0 |
1517 | 2023-10-25T06:34:44.168Z | Compiling parse-display-derive v0.7.0 |
1518 | 2023-10-25T06:34:44.378Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2023-10-25T06:34:44.388Z | Compiling fixedbitset v0.4.2 |
1520 | 2023-10-25T06:34:44.561Z | Compiling unicode-linebreak v0.1.5 |
1521 | 2023-10-25T06:34:44.770Z | Compiling smawk v0.3.1 |
1522 | 2023-10-25T06:34:45.130Z | Compiling petgraph v0.6.4 |
1523 | 2023-10-25T06:34:45.185Z | Compiling predicates v3.0.4 |
1524 | 2023-10-25T06:34:45.310Z | Compiling string_cache v0.8.7 |
1525 | 2023-10-25T06:34:45.519Z | Compiling textwrap v0.16.0 |
1526 | 2023-10-25T06:34:47.846Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1527 | 2023-10-25T06:34:48.172Z | Compiling similar v2.2.1 |
1528 | 2023-10-25T06:34:48.228Z | Compiling bit-set v0.5.3 |
1529 | 2023-10-25T06:34:48.740Z | Compiling console v0.15.7 |
1530 | 2023-10-25T06:34:50.624Z | Compiling bstr v1.6.0 |
1531 | 2023-10-25T06:34:50.972Z | Compiling lalrpop-util v0.19.12 |
1532 | 2023-10-25T06:34:56.459Z | Compiling diesel v2.1.1 |
1533 | 2023-10-25T06:35:02.419Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1534 | 2023-10-25T06:35:03.533Z | Compiling proc-macro-crate v1.3.1 |
1535 | 2023-10-25T06:35:04.691Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1536 | 2023-10-25T06:35:12.365Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2023-10-25T06:35:35.712Z | Compiling atty v0.2.14 |
1538 | 2023-10-25T06:35:38.657Z | Compiling sha1 v0.10.5 |
1539 | 2023-10-25T06:35:39.541Z | Compiling match_cfg v0.1.0 |
1540 | 2023-10-25T06:35:39.555Z | Compiling hostname v0.3.1 |
1541 | 2023-10-25T06:35:46.086Z | Compiling dirs-sys-next v0.1.2 |
1542 | 2023-10-25T06:35:47.227Z | Compiling dirs-next v2.0.0 |
1543 | 2023-10-25T06:35:51.490Z | Compiling thread_local v1.1.7 |
1544 | 2023-10-25T06:35:54.009Z | Compiling term v0.7.0 |
1545 | 2023-10-25T06:35:54.033Z | Compiling crossbeam-channel v0.5.8 |
1546 | 2023-10-25T06:35:56.189Z | Compiling take_mut v0.2.2 |
1547 | 2023-10-25T06:35:56.807Z | Compiling slog-term v2.9.0 |
1548 | 2023-10-25T06:35:58.273Z | Compiling slog-json v2.6.1 |
1549 | 2023-10-25T06:35:58.638Z | Compiling instant v0.1.12 |
1550 | 2023-10-25T06:35:58.995Z | Compiling slog-bunyan v2.4.0 |
1551 | 2023-10-25T06:36:00.298Z | Compiling strum v0.25.0 |
1552 | 2023-10-25T06:36:00.585Z | Compiling atomic-waker v1.1.1 |
1553 | 2023-10-25T06:36:00.999Z | Compiling waitgroup v0.1.2 |
1554 | 2023-10-25T06:36:01.216Z | Compiling num_enum_derive v0.5.11 |
1555 | 2023-10-25T06:36:01.377Z | Compiling serde_with v2.3.3 |
1556 | 2023-10-25T06:36:01.606Z | Compiling async-stream v0.3.5 |
1557 | 2023-10-25T06:36:03.892Z | Compiling serde_path_to_error v0.1.14 |
1558 | 2023-10-25T06:36:03.941Z | Compiling libz-sys v1.1.12 |
1559 | 2023-10-25T06:36:04.407Z | Compiling fastrand v2.0.0 |
1560 | 2023-10-25T06:36:04.823Z | Compiling debug-ignore v1.0.5 |
1561 | 2023-10-25T06:36:05.070Z | Compiling tempfile v3.8.0 |
1562 | 2023-10-25T06:36:07.069Z | Compiling slog-dtrace v0.2.3 |
1563 | 2023-10-25T06:36:07.519Z | Compiling proc-macro-error-attr v1.0.4 |
1564 | 2023-10-25T06:36:08.943Z | Compiling backoff v0.4.0 |
1565 | 2023-10-25T06:36:09.320Z | Compiling parse-display v0.7.0 |
1566 | 2023-10-25T06:36:09.906Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1567 | 2023-10-25T06:36:10.761Z | Compiling macaddr v1.0.1 |
1568 | 2023-10-25T06:36:11.150Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1569 | 2023-10-25T06:36:11.444Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1570 | 2023-10-25T06:36:11.993Z | Compiling proc-macro-error v1.0.4 |
1571 | 2023-10-25T06:36:12.350Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1572 | 2023-10-25T06:36:14.484Z | Compiling libsqlite3-sys v0.26.0 |
1573 | 2023-10-25T06:36:14.921Z | Compiling memoffset v0.7.1 |
1574 | 2023-10-25T06:36:15.189Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1575 | 2023-10-25T06:36:18.010Z | Compiling foreign-types-macros v0.2.3 |
1576 | 2023-10-25T06:36:18.366Z | Compiling vergen v8.2.4 |
1577 | 2023-10-25T06:36:19.446Z | Compiling base64ct v1.6.0 |
1578 | 2023-10-25T06:36:22.406Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1579 | 2023-10-25T06:36:22.633Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1580 | 2023-10-25T06:36:29.044Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1581 | 2023-10-25T06:36:29.461Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1582 | 2023-10-25T06:36:30.171Z | Compiling platforms v3.0.2 |
1583 | 2023-10-25T06:36:30.186Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1584 | 2023-10-25T06:36:30.467Z | Compiling num_enum_derive v0.7.0 |
1585 | 2023-10-25T06:36:30.740Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1586 | 2023-10-25T06:36:30.860Z | Compiling password-hash v0.5.0 |
1587 | 2023-10-25T06:36:31.460Z | Compiling heck v0.3.3 |
1588 | 2023-10-25T06:36:31.715Z | Compiling curve25519-dalek v4.1.0 |
1589 | 2023-10-25T06:36:32.079Z | Compiling blake2 v0.10.6 |
1590 | 2023-10-25T06:36:32.326Z | Compiling libefi-sys v0.1.0 |
1591 | 2023-10-25T06:36:32.528Z | Compiling structopt-derive v0.4.18 |
1592 | 2023-10-25T06:36:32.691Z | Compiling zone_cfg_derive v0.2.0 |
1593 | 2023-10-25T06:36:32.974Z | Compiling argon2 v0.5.2 |
1594 | 2023-10-25T06:36:34.549Z | Compiling curve25519-dalek-derive v0.1.0 |
1595 | 2023-10-25T06:36:34.876Z | Compiling num-derive v0.4.0 |
1596 | 2023-10-25T06:36:35.136Z | Compiling same-file v1.0.6 |
1597 | 2023-10-25T06:36:35.523Z | Compiling walkdir v2.4.0 |
1598 | 2023-10-25T06:36:36.050Z | Compiling toml v0.5.11 |
1599 | 2023-10-25T06:36:36.639Z | Compiling semver-parser v0.10.2 |
1600 | 2023-10-25T06:36:36.912Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1601 | 2023-10-25T06:36:37.421Z | Compiling xattr v1.0.1 |
1602 | 2023-10-25T06:36:37.532Z | Compiling filetime v0.2.22 |
1603 | 2023-10-25T06:36:37.865Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1604 | 2023-10-25T06:36:38.083Z | Compiling erased-serde v0.3.30 |
1605 | 2023-10-25T06:36:38.343Z | Compiling getrandom v0.1.16 |
1606 | 2023-10-25T06:36:38.806Z | Compiling semver v0.11.0 |
1607 | 2023-10-25T06:36:38.970Z | Compiling tar v0.4.40 |
1608 | 2023-10-25T06:36:39.114Z | Compiling universal-hash v0.5.1 |
1609 | 2023-10-25T06:36:39.302Z | Compiling bitstruct_derive v0.1.0 |
1610 | 2023-10-25T06:36:39.436Z | Compiling async-recursion v1.0.5 |
1611 | 2023-10-25T06:36:40.017Z | Compiling opaque-debug v0.3.0 |
1612 | 2023-10-25T06:36:40.057Z | Compiling home v0.5.5 |
1613 | 2023-10-25T06:36:40.435Z | Compiling toolchain_find v0.2.0 |
1614 | 2023-10-25T06:36:40.514Z | Compiling unicase v2.7.0 |
1615 | 2023-10-25T06:36:41.004Z | Compiling num-rational v0.4.1 |
1616 | 2023-10-25T06:36:41.251Z | Compiling parking_lot_core v0.8.6 |
1617 | 2023-10-25T06:36:41.285Z | Compiling rustfmt-wrapper v0.2.0 |
1618 | 2023-10-25T06:36:41.479Z | Compiling omicron-zone-package v0.8.3 |
1619 | 2023-10-25T06:36:41.885Z | Compiling num_enum v0.5.11 |
1620 | 2023-10-25T06:36:41.915Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1621 | 2023-10-25T06:36:42.151Z | Compiling aead v0.5.2 |
1622 | 2023-10-25T06:36:42.558Z | Compiling postcard-cobs v0.1.5-pre |
1623 | 2023-10-25T06:36:42.631Z | Compiling winapi v0.3.9 |
1624 | 2023-10-25T06:36:42.674Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1625 | 2023-10-25T06:36:43.281Z | Compiling postcard v0.7.3 |
1626 | 2023-10-25T06:36:43.320Z | Compiling polyval v0.6.1 |
1627 | 2023-10-25T06:36:43.326Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1628 | 2023-10-25T06:36:43.823Z | Compiling smoltcp v0.8.2 |
1629 | 2023-10-25T06:36:44.032Z | Compiling aes v0.8.3 |
1630 | 2023-10-25T06:36:44.216Z | Compiling ctr v0.9.2 |
1631 | 2023-10-25T06:36:44.558Z | Compiling thiserror-impl-no-std v2.0.2 |
1632 | 2023-10-25T06:36:44.740Z | Compiling foreign-types-shared v0.3.1 |
1633 | 2023-10-25T06:36:45.162Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1634 | 2023-10-25T06:36:45.166Z | Compiling cfg-if v0.1.10 |
1635 | 2023-10-25T06:36:45.172Z | Compiling foreign-types v0.5.0 |
1636 | 2023-10-25T06:36:45.980Z | Compiling mime_guess v2.0.4 |
1637 | 2023-10-25T06:36:48.969Z | Compiling is-terminal v0.4.9 |
1638 | 2023-10-25T06:36:49.436Z | Compiling toml_edit v0.20.0 |
1639 | 2023-10-25T06:36:50.286Z | Compiling hashlink v0.8.3 |
1640 | 2023-10-25T06:37:03.872Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1641 | 2023-10-25T06:37:04.560Z | Compiling cstr-argument v0.1.2 |
1642 | 2023-10-25T06:37:04.596Z | Compiling pretty-hex v0.2.1 |
1643 | 2023-10-25T06:37:04.873Z | Compiling fallible-streaming-iterator v0.1.9 |
1644 | 2023-10-25T06:37:05.514Z | Compiling rusqlite v0.29.0 |
1645 | 2023-10-25T06:37:05.766Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2023-10-25T06:37:06.067Z | Compiling toml v0.8.0 |
1647 | 2023-10-25T06:37:06.249Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1648 | 2023-10-25T06:37:06.385Z | Compiling colored v2.0.4 |
1649 | 2023-10-25T06:37:07.304Z | Compiling nix v0.26.2 |
1650 | 2023-10-25T06:37:07.524Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1651 | 2023-10-25T06:37:07.832Z | Compiling twox-hash v1.6.3 |
1652 | 2023-10-25T06:37:08.137Z | Compiling hkdf v0.12.3 |
1653 | 2023-10-25T06:37:23.542Z | Compiling textwrap v0.11.0 |
1654 | 2023-10-25T06:37:24.124Z | Compiling const_format_proc_macros v0.2.31 |
1655 | 2023-10-25T06:37:24.568Z | Compiling base64 v0.13.1 |
1656 | 2023-10-25T06:37:24.743Z | Compiling ansi_term v0.12.1 |
1657 | 2023-10-25T06:37:24.822Z | Compiling linked-hash-map v0.5.6 |
1658 | 2023-10-25T06:37:25.080Z | Compiling vec_map v0.8.2 |
1659 | 2023-10-25T06:37:25.201Z | Compiling quick-error v1.2.3 |
1660 | 2023-10-25T06:37:25.438Z | Compiling strsim v0.8.0 |
1661 | 2023-10-25T06:37:25.612Z | Compiling clap v2.34.0 |
1662 | 2023-10-25T06:37:25.744Z | Compiling resolv-conf v0.7.0 |
1663 | 2023-10-25T06:37:25.921Z | Compiling lru-cache v0.1.2 |
1664 | 2023-10-25T06:37:26.093Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1665 | 2023-10-25T06:37:26.227Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1666 | 2023-10-25T06:37:26.341Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1667 | 2023-10-25T06:37:26.522Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1668 | 2023-10-25T06:37:26.677Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1669 | 2023-10-25T06:37:26.759Z | Compiling num_enum v0.7.0 |
1670 | 2023-10-25T06:37:26.904Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1671 | 2023-10-25T06:37:27.022Z | Compiling bincode v1.3.3 |
1672 | 2023-10-25T06:37:27.175Z | Compiling cancel-safe-futures v0.1.2 |
1673 | 2023-10-25T06:37:27.302Z | Compiling termcolor v1.2.0 |
1674 | 2023-10-25T06:37:27.371Z | Compiling humantime v2.1.0 |
1675 | 2023-10-25T06:37:27.479Z | Compiling utf-8 v0.7.6 |
1676 | 2023-10-25T06:37:27.615Z | Compiling convert_case v0.4.0 |
1677 | 2023-10-25T06:37:27.702Z | Compiling keccak v0.1.4 |
1678 | 2023-10-25T06:37:27.778Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1679 | 2023-10-25T06:37:27.814Z | Compiling derive_more v0.99.17 |
1680 | 2023-10-25T06:37:27.852Z | Compiling sha3 v0.10.8 |
1681 | 2023-10-25T06:37:27.874Z | Compiling env_logger v0.9.3 |
1682 | 2023-10-25T06:37:29.808Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1683 | 2023-10-25T06:37:33.085Z | Compiling structopt v0.3.26 |
1684 | 2023-10-25T06:37:33.361Z | Compiling trust-dns-resolver v0.22.0 |
1685 | 2023-10-25T06:37:35.293Z | Compiling aes-gcm-siv v0.11.1 |
1686 | 2023-10-25T06:37:35.621Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1687 | 2023-10-25T06:37:36.616Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1688 | 2023-10-25T06:37:37.038Z | Compiling zone v0.2.0 |
1689 | 2023-10-25T06:37:38.126Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1690 | 2023-10-25T06:37:38.944Z | Compiling smf v0.2.2 |
1691 | 2023-10-25T06:37:39.363Z | Compiling secrecy v0.8.0 |
1692 | 2023-10-25T06:37:39.596Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1693 | 2023-10-25T06:37:41.320Z | Compiling ascii v1.1.0 |
1694 | 2023-10-25T06:37:41.347Z | Compiling ringbuffer v0.15.0 |
1695 | 2023-10-25T06:37:42.047Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1696 | 2023-10-25T06:37:42.239Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1697 | 2023-10-25T06:37:42.471Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1698 | 2023-10-25T06:37:43.902Z | Compiling bitstruct v0.1.1 |
1699 | 2023-10-25T06:37:45.060Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1700 | 2023-10-25T06:37:46.299Z | Compiling serde_arrays v0.1.0 |
1701 | 2023-10-25T06:37:46.568Z | Compiling ff v0.13.0 |
1702 | 2023-10-25T06:37:46.702Z | Compiling nibble_vec v0.1.0 |
1703 | 2023-10-25T06:37:46.952Z | Compiling arc-swap v1.6.0 |
1704 | 2023-10-25T06:37:46.957Z | Compiling endian-type v0.1.2 |
1705 | 2023-10-25T06:37:47.323Z | Compiling radix_trie v0.2.1 |
1706 | 2023-10-25T06:37:47.426Z | Compiling group v0.13.0 |
1707 | 2023-10-25T06:37:47.775Z | Compiling slog-scope v4.4.0 |
1708 | 2023-10-25T06:37:48.160Z | Compiling rand_core v0.5.1 |
1709 | 2023-10-25T06:37:48.500Z | Compiling tungstenite v0.20.1 |
1710 | 2023-10-25T06:37:49.097Z | Compiling poly1305 v0.8.0 |
1711 | 2023-10-25T06:37:50.185Z | Compiling chacha20 v0.9.1 |
1712 | 2023-10-25T06:37:50.897Z | Compiling crypto-bigint v0.5.2 |
1713 | 2023-10-25T06:37:50.977Z | Compiling num-complex v0.4.4 |
1714 | 2023-10-25T06:37:51.051Z | Compiling half v1.8.2 |
1715 | 2023-10-25T06:37:51.214Z | Compiling option-ext v0.2.0 |
1716 | 2023-10-25T06:37:51.430Z | Compiling ciborium-io v0.2.1 |
1717 | 2023-10-25T06:37:51.644Z | Compiling base16ct v0.2.0 |
1718 | 2023-10-25T06:37:52.163Z | Compiling ciborium-ll v0.2.1 |
1719 | 2023-10-25T06:37:52.283Z | Compiling dirs-sys v0.4.1 |
1720 | 2023-10-25T06:37:52.657Z | Compiling tokio-tungstenite v0.20.1 |
1721 | 2023-10-25T06:37:52.680Z | Compiling num v0.4.1 |
1722 | 2023-10-25T06:37:52.869Z | Compiling parking_lot v0.11.2 |
1723 | 2023-10-25T06:37:53.246Z | Compiling rand_chacha v0.2.2 |
1724 | 2023-10-25T06:37:53.358Z | Compiling slog-stdlog v4.1.1 |
1725 | 2023-10-25T06:37:53.495Z | Compiling trust-dns-client v0.22.0 |
1726 | 2023-10-25T06:37:53.515Z | Compiling thiserror-no-std v2.0.2 |
1727 | 2023-10-25T06:37:53.955Z | Compiling elliptic-curve v0.13.5 |
1728 | 2023-10-25T06:37:54.782Z | Compiling password-hash v0.4.2 |
1729 | 2023-10-25T06:37:55.033Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1730 | 2023-10-25T06:37:55.061Z | Compiling ed25519 v2.2.2 |
1731 | 2023-10-25T06:37:55.621Z | Compiling blowfish v0.9.1 |
1732 | 2023-10-25T06:37:56.162Z | Compiling pbkdf2 v0.12.2 |
1733 | 2023-10-25T06:37:56.446Z | Compiling fxhash v0.2.1 |
1734 | 2023-10-25T06:37:56.817Z | Compiling sled v0.34.7 |
1735 | 2023-10-25T06:37:57.334Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1736 | 2023-10-25T06:37:57.471Z | Compiling bcrypt-pbkdf v0.10.0 |
1737 | 2023-10-25T06:37:57.762Z | Compiling trust-dns-server v0.22.1 |
1738 | 2023-10-25T06:37:57.982Z | Compiling pbkdf2 v0.11.0 |
1739 | 2023-10-25T06:37:58.160Z | Compiling ed25519-dalek v2.0.0 |
1740 | 2023-10-25T06:37:58.623Z | Compiling vsss-rs v3.3.1 |
1741 | 2023-10-25T06:37:59.125Z | Compiling russh-cryptovec v0.7.0 |
1742 | 2023-10-25T06:37:59.159Z | Compiling rand v0.7.3 |
1743 | 2023-10-25T06:38:00.086Z | Compiling slog-envlogger v2.2.0 |
1744 | 2023-10-25T06:38:00.375Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1745 | 2023-10-25T06:38:02.002Z | Compiling ciborium v0.2.1 |
1746 | 2023-10-25T06:38:02.616Z | Compiling dirs v5.0.1 |
1747 | 2023-10-25T06:38:02.833Z | Compiling chacha20poly1305 v0.10.1 |
1748 | 2023-10-25T06:38:02.948Z | Compiling tungstenite v0.18.0 |
1749 | 2023-10-25T06:38:03.166Z | Compiling const_format v0.2.31 |
1750 | 2023-10-25T06:38:07.406Z | Compiling ron v0.7.1 |
1751 | 2023-10-25T06:38:07.485Z | Compiling pem v1.1.1 |
1752 | 2023-10-25T06:38:07.497Z | Compiling ghash v0.5.0 |
1753 | 2023-10-25T06:38:07.507Z | Compiling camino-tempfile v1.0.2 |
1754 | 2023-10-25T06:38:08.443Z | Compiling cbc v0.1.2 |
1755 | 2023-10-25T06:38:08.502Z | Compiling headers-core v0.2.0 |
1756 | 2023-10-25T06:38:08.841Z | Compiling pretty-hex v0.3.0 |
1757 | 2023-10-25T06:38:09.161Z | Compiling http-range v0.1.5 |
1758 | 2023-10-25T06:38:09.172Z | Compiling bit_field v0.10.2 |
1759 | 2023-10-25T06:38:09.284Z | Compiling md5 v0.7.0 |
1760 | 2023-10-25T06:38:09.637Z | Compiling hyper-staticfile v0.9.5 |
1761 | 2023-10-25T06:38:09.804Z | Compiling russh-keys v0.38.0 |
1762 | 2023-10-25T06:38:10.366Z | Compiling headers v0.3.9 |
1763 | 2023-10-25T06:38:15.662Z | Compiling aes-gcm v0.10.2 |
1764 | 2023-10-25T06:38:15.837Z | Compiling rcgen v0.10.0 |
1765 | 2023-10-25T06:38:15.921Z | Compiling tokio-tungstenite v0.18.0 |
1766 | 2023-10-25T06:38:22.510Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1767 | 2023-10-25T06:38:22.712Z | Compiling atomicwrites v0.4.2 |
1768 | 2023-10-25T06:38:23.312Z | Compiling subprocess v0.2.9 |
1769 | 2023-10-25T06:38:23.691Z | Compiling hex-literal v0.4.1 |
1770 | 2023-10-25T06:38:24.248Z | Compiling glob v0.3.1 |
1771 | 2023-10-25T06:38:24.919Z | Compiling russh v0.38.0 |
1772 | 2023-10-25T06:38:31.470Z | Compiling bzip2 v0.4.4 |
1773 | 2023-10-25T06:38:32.004Z | Compiling zip v0.6.6 |
1774 | 2023-10-25T06:38:34.467Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1775 | 2023-10-25T06:38:35.138Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1776 | 2023-10-25T06:38:35.180Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1777 | 2023-10-25T06:38:35.267Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1778 | 2023-10-25T06:38:35.299Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1779 | 2023-10-25T06:38:35.453Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1780 | 2023-10-25T06:38:35.687Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1781 | 2023-10-25T06:38:36.228Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1782 | 2023-10-25T06:38:36.519Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1783 | 2023-10-25T06:38:38.192Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1784 | 2023-10-25T06:38:49.014Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1785 | 2023-10-25T06:38:55.421Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1786 | 2023-10-25T06:38:55.822Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1787 | 2023-10-25T06:39:01.606Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1788 | 2023-10-25T06:39:11.953Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1789 | 2023-10-25T06:39:16.727Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1790 | 2023-10-25T06:39:24.700Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1791 | 2023-10-25T06:39:27.239Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1792 | 2023-10-25T06:39:27.784Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1793 | 2023-10-25T06:39:30.213Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1794 | 2023-10-25T06:39:48.015Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1795 | 2023-10-25T06:40:12.507Z | Compiling git2 v0.17.2 |
1796 | 2023-10-25T06:40:19.168Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1797 | 2023-10-25T06:40:21.224Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1798 | 2023-10-25T06:40:33.656Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1799 | 2023-10-25T06:40:50.389Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1800 | 2023-10-25T06:40:50.707Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1801 | 2023-10-25T06:40:51.293Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1802 | 2023-10-25T06:40:54.153Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1803 | 2023-10-25T06:41:33.547Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1804 | 2023-10-25T06:43:13.749Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 21s |
1805 | 2023-10-25T06:43:14.169Z | |
1806 | 2023-10-25T06:43:14.173Z | real 11:22.047107701 |
1807 | 2023-10-25T06:43:14.177Z | user 1:01:47.773073098 |
1808 | 2023-10-25T06:43:14.181Z | sys 10:09.927299877 |
1809 | 2023-10-25T06:43:14.185Z | trap 2.498521327 |
1810 | 2023-10-25T06:43:14.189Z | tflt 3.141265500 |
1811 | 2023-10-25T06:43:14.200Z | dflt 7.950788094 |
1812 | 2023-10-25T06:43:14.205Z | kflt 0.023549716 |
1813 | 2023-10-25T06:43:14.209Z | lock 1:55:22.932560625 |
1814 | 2023-10-25T06:43:14.213Z | slp 3:14:57.827327153 |
1815 | 2023-10-25T06:43:14.217Z | lat 2:34.824441042 |
1816 | 2023-10-25T06:43:14.221Z | stop 6:39.763872709 |
1817 | 2023-10-25T06:43:14.224Z | + mkdir -p /work/end-to-end-tests |
1818 | 2023-10-25T06:43:14.228Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1819 | 2023-10-25T06:43:15.058Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1820 | 2023-10-25T06:43:15.061Z | + ptime -m gzip |
1821 | 2023-10-25T06:43:15.064Z | ++ basename target/debug/bootstrap |
1822 | 2023-10-25T06:43:32.131Z | |
1823 | 2023-10-25T06:43:32.135Z | real 17.064529098 |
1824 | 2023-10-25T06:43:32.138Z | user 16.852105199 |
1825 | 2023-10-25T06:43:32.141Z | sys 0.188652062 |
1826 | 2023-10-25T06:43:32.144Z | trap 0.007355975 |
1827 | 2023-10-25T06:43:32.148Z | tflt 0.000000000 |
1828 | 2023-10-25T06:43:32.151Z | dflt 0.000000000 |
1829 | 2023-10-25T06:43:32.154Z | kflt 0.000000000 |
1830 | 2023-10-25T06:43:32.157Z | lock 0.000000000 |
1831 | 2023-10-25T06:43:32.161Z | slp 0.000000000 |
1832 | 2023-10-25T06:43:32.164Z | lat 0.016070229 |
1833 | 2023-10-25T06:43:32.167Z | stop 0.000227101 |
1834 | 2023-10-25T06:43:32.170Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1835 | 2023-10-25T06:43:32.173Z | + ptime -m gzip |
1836 | 2023-10-25T06:43:32.177Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7505a19fa56a5ab1 |
1837 | 2023-10-25T06:43:33.244Z | |
1838 | 2023-10-25T06:43:33.248Z | real 1.104275675 |
1839 | 2023-10-25T06:43:33.252Z | user 1.091158178 |
1840 | 2023-10-25T06:43:33.255Z | sys 0.012486468 |
1841 | 2023-10-25T06:43:33.259Z | trap 0.000106254 |
1842 | 2023-10-25T06:43:33.264Z | tflt 0.000000000 |
1843 | 2023-10-25T06:43:33.267Z | dflt 0.000000000 |
1844 | 2023-10-25T06:43:33.270Z | kflt 0.000000000 |
1845 | 2023-10-25T06:43:33.275Z | lock 0.000000000 |
1846 | 2023-10-25T06:43:33.278Z | slp 0.000000000 |
1847 | 2023-10-25T06:43:33.282Z | lat 0.000177807 |
1848 | 2023-10-25T06:43:33.286Z | stop 0.000230844 |
1849 | 2023-10-25T06:43:33.289Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1850 | 2023-10-25T06:43:33.293Z | + ptime -m gzip |
1851 | 2023-10-25T06:43:33.297Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a486f79ff30d68c1 |
1852 | 2023-10-25T06:43:52.633Z | |
1853 | 2023-10-25T06:43:52.637Z | real 19.381553628 |
1854 | 2023-10-25T06:43:52.641Z | user 19.165212030 |
1855 | 2023-10-25T06:43:52.645Z | sys 0.209575955 |
1856 | 2023-10-25T06:43:52.655Z | trap 0.003885130 |
1857 | 2023-10-25T06:43:52.658Z | tflt 0.000000000 |
1858 | 2023-10-25T06:43:52.664Z | dflt 0.000000000 |
1859 | 2023-10-25T06:43:52.667Z | kflt 0.000000000 |
1860 | 2023-10-25T06:43:52.672Z | lock 0.000000000 |
1861 | 2023-10-25T06:43:52.683Z | slp 0.000000000 |
1862 | 2023-10-25T06:43:52.689Z | lat 0.002534923 |
1863 | 2023-10-25T06:43:52.692Z | stop 0.000226668 |
1864 | 2023-10-25T06:43:52.696Z | + banner caboose-util |
1865 | 2023-10-25T06:43:52.701Z | |
1866 | 2023-10-25T06:43:52.705Z | #### ## ##### #### #### #### ###### # # ##### |
1867 | 2023-10-25T06:43:52.709Z | # # # # # # # # # # # # # # # |
1868 | 2023-10-25T06:43:52.712Z | # # # ##### # # # # #### ##### ##### # # # |
1869 | 2023-10-25T06:43:52.716Z | # ###### # # # # # # # # # # # |
1870 | 2023-10-25T06:43:52.719Z | # # # # # # # # # # # # # # # # |
1871 | 2023-10-25T06:43:52.723Z | #### # # ##### #### #### #### ###### #### # |
1872 | 2023-10-25T06:43:52.727Z | |
1873 | 2023-10-25T06:43:52.731Z | + ptime -m cargo build --locked -p caboose-util --release |
1874 | 2023-10-25T06:43:53.380Z | Downloading crates ... |
1875 | 2023-10-25T06:43:53.668Z | Downloaded pkcs1 v0.7.5 |
1876 | 2023-10-25T06:43:53.677Z | Downloaded array-init v0.0.4 |
1877 | 2023-10-25T06:43:54.121Z | Downloaded env_logger v0.10.0 |
1878 | 2023-10-25T06:43:54.133Z | Downloaded der_derive v0.7.2 |
1879 | 2023-10-25T06:43:54.143Z | Downloaded nodrop v0.1.14 |
1880 | 2023-10-25T06:43:54.553Z | Downloaded packed_struct_codegen v0.10.1 |
1881 | 2023-10-25T06:43:54.563Z | Downloaded crc v3.0.1 |
1882 | 2023-10-25T06:43:54.568Z | Downloaded flagset v0.4.3 |
1883 | 2023-10-25T06:43:54.572Z | Downloaded maybe-uninit v2.0.0 |
1884 | 2023-10-25T06:43:54.577Z | Downloaded packed_struct v0.10.1 |
1885 | 2023-10-25T06:43:54.581Z | Downloaded bitfield v0.14.0 |
1886 | 2023-10-25T06:43:54.587Z | Downloaded pem-rfc7468 v0.7.0 |
1887 | 2023-10-25T06:43:54.591Z | Downloaded crc-catalog v2.2.0 |
1888 | 2023-10-25T06:43:54.600Z | Downloaded smallvec v0.6.14 |
1889 | 2023-10-25T06:43:54.609Z | Downloaded crc-any v2.4.3 |
1890 | 2023-10-25T06:43:54.613Z | Downloaded serde-hex v0.1.0 |
1891 | 2023-10-25T06:43:54.617Z | Downloaded ron v0.8.1 |
1892 | 2023-10-25T06:43:54.622Z | Downloaded object v0.30.4 |
1893 | 2023-10-25T06:43:54.630Z | Downloaded num-bigint-dig v0.8.4 |
1894 | 2023-10-25T06:43:54.643Z | Downloaded x509-cert v0.2.4 |
1895 | 2023-10-25T06:43:54.647Z | Downloaded rsa v0.9.2 |
1896 | 2023-10-25T06:43:54.651Z | Downloaded path-slash v0.1.5 |
1897 | 2023-10-25T06:43:54.655Z | Compiling proc-macro2 v1.0.67 |
1898 | 2023-10-25T06:43:54.659Z | Compiling unicode-ident v1.0.12 |
1899 | 2023-10-25T06:43:54.662Z | Compiling libc v0.2.149 |
1900 | 2023-10-25T06:43:54.666Z | Compiling autocfg v1.1.0 |
1901 | 2023-10-25T06:43:54.669Z | Compiling serde v1.0.188 |
1902 | 2023-10-25T06:43:54.673Z | Compiling version_check v0.9.4 |
1903 | 2023-10-25T06:43:54.677Z | Compiling cfg-if v1.0.0 |
1904 | 2023-10-25T06:43:54.681Z | Compiling syn v1.0.109 |
1905 | 2023-10-25T06:43:54.685Z | Compiling once_cell v1.18.0 |
1906 | 2023-10-25T06:43:54.689Z | Compiling parking_lot_core v0.9.8 |
1907 | 2023-10-25T06:43:54.753Z | Compiling typenum v1.16.0 |
1908 | 2023-10-25T06:43:54.811Z | Compiling libm v0.2.7 |
1909 | 2023-10-25T06:43:54.824Z | Compiling futures-core v0.3.28 |
1910 | 2023-10-25T06:43:55.057Z | Compiling generic-array v0.14.7 |
1911 | 2023-10-25T06:43:55.202Z | Compiling lock_api v0.4.10 |
1912 | 2023-10-25T06:43:55.275Z | Compiling num-traits v0.2.16 |
1913 | 2023-10-25T06:43:55.278Z | Compiling pkg-config v0.3.27 |
1914 | 2023-10-25T06:43:55.583Z | Compiling slab v0.4.9 |
1915 | 2023-10-25T06:43:55.717Z | Compiling futures-task v0.3.28 |
1916 | 2023-10-25T06:43:56.050Z | Compiling futures-channel v0.3.28 |
1917 | 2023-10-25T06:43:56.198Z | Compiling quote v1.0.33 |
1918 | 2023-10-25T06:43:56.244Z | Compiling serde_json v1.0.107 |
1919 | 2023-10-25T06:43:56.313Z | Compiling scopeguard v1.2.0 |
1920 | 2023-10-25T06:43:56.515Z | Compiling thiserror v1.0.49 |
1921 | 2023-10-25T06:43:56.744Z | Compiling itoa v1.0.9 |
1922 | 2023-10-25T06:43:56.834Z | Compiling memchr v2.6.3 |
1923 | 2023-10-25T06:43:57.133Z | Compiling syn v2.0.32 |
1924 | 2023-10-25T06:43:57.645Z | Compiling jobserver v0.1.26 |
1925 | 2023-10-25T06:43:57.649Z | Compiling getrandom v0.2.10 |
1926 | 2023-10-25T06:43:57.652Z | Compiling futures-util v0.3.28 |
1927 | 2023-10-25T06:43:57.772Z | Compiling cc v1.0.83 |
1928 | 2023-10-25T06:43:59.106Z | Compiling ahash v0.8.3 |
1929 | 2023-10-25T06:43:59.153Z | Compiling smallvec v1.11.0 |
1930 | 2023-10-25T06:43:59.612Z | Compiling vcpkg v0.2.15 |
1931 | 2023-10-25T06:43:59.902Z | Compiling log v0.4.20 |
1932 | 2023-10-25T06:44:00.585Z | Compiling byteorder v1.4.3 |
1933 | 2023-10-25T06:44:01.421Z | Compiling rand_core v0.6.4 |
1934 | 2023-10-25T06:44:01.509Z | Compiling pin-project-lite v0.2.13 |
1935 | 2023-10-25T06:44:02.287Z | Compiling parking_lot v0.12.1 |
1936 | 2023-10-25T06:44:02.629Z | Compiling indexmap v1.9.3 |
1937 | 2023-10-25T06:44:02.755Z | Compiling openssl-sys v0.9.93 |
1938 | 2023-10-25T06:44:02.855Z | Compiling ring v0.16.20 |
1939 | 2023-10-25T06:44:04.669Z | Compiling io-lifetimes v1.0.11 |
1940 | 2023-10-25T06:44:05.462Z | Compiling num-integer v0.1.45 |
1941 | 2023-10-25T06:44:05.477Z | Compiling const-oid v0.9.5 |
1942 | 2023-10-25T06:44:05.894Z | Compiling spin v0.5.2 |
1943 | 2023-10-25T06:44:06.298Z | Compiling semver v1.0.20 |
1944 | 2023-10-25T06:44:07.064Z | Compiling ryu v1.0.15 |
1945 | 2023-10-25T06:44:07.704Z | Compiling rustix v0.37.23 |
1946 | 2023-10-25T06:44:08.577Z | Compiling mio v0.8.8 |
1947 | 2023-10-25T06:44:08.880Z | Compiling signal-hook-registry v1.4.1 |
1948 | 2023-10-25T06:44:08.988Z | Compiling socket2 v0.5.4 |
1949 | 2023-10-25T06:44:09.140Z | Compiling num_cpus v1.16.0 |
1950 | 2023-10-25T06:44:09.662Z | Compiling ucd-trie v0.1.6 |
1951 | 2023-10-25T06:44:09.958Z | Compiling unicode-xid v0.2.4 |
1952 | 2023-10-25T06:44:10.228Z | Compiling httparse v1.8.0 |
1953 | 2023-10-25T06:44:10.232Z | Compiling heck v0.4.1 |
1954 | 2023-10-25T06:44:10.425Z | Compiling openssl v0.10.57 |
1955 | 2023-10-25T06:44:10.476Z | Compiling futures-sink v0.3.28 |
1956 | 2023-10-25T06:44:10.699Z | Compiling synstructure v0.12.6 |
1957 | 2023-10-25T06:44:10.934Z | Compiling tinyvec_macros v0.1.1 |
1958 | 2023-10-25T06:44:11.060Z | Compiling tinyvec v1.6.0 |
1959 | 2023-10-25T06:44:13.291Z | Compiling futures-io v0.3.28 |
1960 | 2023-10-25T06:44:13.347Z | Compiling native-tls v0.2.11 |
1961 | 2023-10-25T06:44:13.766Z | Compiling radium v0.7.0 |
1962 | 2023-10-25T06:44:13.872Z | Compiling crc32fast v1.3.2 |
1963 | 2023-10-25T06:44:13.877Z | Compiling rustls v0.21.7 |
1964 | 2023-10-25T06:44:14.285Z | Compiling pin-utils v0.1.0 |
1965 | 2023-10-25T06:44:14.403Z | Compiling ppv-lite86 v0.2.17 |
1966 | 2023-10-25T06:44:14.420Z | Compiling unicode-normalization v0.1.22 |
1967 | 2023-10-25T06:44:14.503Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1968 | 2023-10-25T06:44:14.787Z | Compiling tracing-core v0.1.31 |
1969 | 2023-10-25T06:44:15.151Z | Compiling unicode-bidi v0.3.13 |
1970 | 2023-10-25T06:44:15.196Z | Compiling subtle v2.5.0 |
1971 | 2023-10-25T06:44:15.821Z | Compiling rand_chacha v0.3.1 |
1972 | 2023-10-25T06:44:16.555Z | Compiling rand v0.8.5 |
1973 | 2023-10-25T06:44:17.748Z | Compiling errno v0.3.2 |
1974 | 2023-10-25T06:44:17.824Z | Compiling num-iter v0.1.43 |
1975 | 2023-10-25T06:44:18.094Z | Compiling usdt-impl v0.3.5 |
1976 | 2023-10-25T06:44:18.625Z | Compiling schemars v0.8.13 |
1977 | 2023-10-25T06:44:19.360Z | Compiling base64 v0.21.4 |
1978 | 2023-10-25T06:44:19.407Z | Compiling rustix v0.38.9 |
1979 | 2023-10-25T06:44:20.569Z | Compiling serde_derive v1.0.188 |
1980 | 2023-10-25T06:44:21.051Z | Compiling zeroize_derive v1.4.2 |
1981 | 2023-10-25T06:44:21.064Z | Compiling tokio-macros v2.1.0 |
1982 | 2023-10-25T06:44:21.149Z | Compiling thiserror-impl v1.0.49 |
1983 | 2023-10-25T06:44:21.172Z | Compiling futures-macro v0.3.28 |
1984 | 2023-10-25T06:44:21.330Z | Compiling tracing-attributes v0.1.26 |
1985 | 2023-10-25T06:44:22.117Z | Compiling zerocopy-derive v0.2.0 |
1986 | 2023-10-25T06:44:22.303Z | Compiling openssl-macros v0.1.1 |
1987 | 2023-10-25T06:44:23.416Z | Compiling zeroize v1.6.0 |
1988 | 2023-10-25T06:44:23.650Z | Compiling zerocopy-derive v0.6.4 |
1989 | 2023-10-25T06:44:26.156Z | Compiling pest v2.7.2 |
1990 | 2023-10-25T06:44:26.453Z | Compiling crypto-common v0.1.6 |
1991 | 2023-10-25T06:44:26.816Z | Compiling block-buffer v0.10.4 |
1992 | 2023-10-25T06:44:27.000Z | Compiling serde_derive_internals v0.26.0 |
1993 | 2023-10-25T06:44:27.038Z | Compiling tracing v0.1.37 |
1994 | 2023-10-25T06:44:27.232Z | Compiling digest v0.10.7 |
1995 | 2023-10-25T06:44:28.524Z | Compiling bitflags v1.3.2 |
1996 | 2023-10-25T06:44:28.683Z | Compiling untrusted v0.7.1 |
1997 | 2023-10-25T06:44:31.163Z | Compiling pest_meta v2.7.2 |
1998 | 2023-10-25T06:44:32.507Z | Compiling fnv v1.0.7 |
1999 | 2023-10-25T06:44:32.664Z | Compiling schemars_derive v0.8.13 |
2000 | 2023-10-25T06:44:35.074Z | Compiling pest_generator v2.7.2 |
2001 | 2023-10-25T06:44:36.892Z | Compiling zerocopy v0.3.0 |
2002 | 2023-10-25T06:44:37.752Z | Compiling lazy_static v1.4.0 |
2003 | 2023-10-25T06:44:38.229Z | Compiling pest_derive v2.7.2 |
2004 | 2023-10-25T06:44:38.266Z | Compiling backtrace v0.3.69 |
2005 | 2023-10-25T06:44:38.278Z | Compiling memoffset v0.9.0 |
2006 | 2023-10-25T06:44:38.368Z | Compiling num-bigint v0.4.4 |
2007 | 2023-10-25T06:44:38.719Z | Compiling openssl-probe v0.1.5 |
2008 | 2023-10-25T06:44:38.884Z | Compiling smoltcp v0.9.1 |
2009 | 2023-10-25T06:44:39.182Z | Compiling crossbeam-utils v0.8.16 |
2010 | 2023-10-25T06:44:39.229Z | Compiling base64ct v1.6.0 |
2011 | 2023-10-25T06:44:39.387Z | Compiling percent-encoding v2.3.0 |
2012 | 2023-10-25T06:44:39.405Z | Compiling foreign-types-shared v0.1.1 |
2013 | 2023-10-25T06:44:39.564Z | Compiling allocator-api2 v0.2.16 |
2014 | 2023-10-25T06:44:39.869Z | Compiling hashbrown v0.12.3 |
2015 | 2023-10-25T06:44:39.872Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2016 | 2023-10-25T06:44:39.951Z | Compiling iana-time-zone v0.1.57 |
2017 | 2023-10-25T06:44:40.543Z | Compiling async-trait v0.1.73 |
2018 | 2023-10-25T06:44:40.862Z | Compiling hashbrown v0.14.0 |
2019 | 2023-10-25T06:44:40.945Z | Compiling pem-rfc7468 v0.7.0 |
2020 | 2023-10-25T06:44:41.094Z | Compiling foreign-types v0.3.2 |
2021 | 2023-10-25T06:44:41.237Z | Compiling dtrace-parser v0.1.14 |
2022 | 2023-10-25T06:44:41.645Z | Compiling dof v0.1.5 |
2023 | 2023-10-25T06:44:43.039Z | Compiling clap_derive v4.4.2 |
2024 | 2023-10-25T06:44:43.285Z | Compiling der_derive v0.7.2 |
2025 | 2023-10-25T06:44:44.391Z | Compiling thread-id v4.2.0 |
2026 | 2023-10-25T06:44:44.787Z | Compiling bytes v1.5.0 |
2027 | 2023-10-25T06:44:45.136Z | Compiling bitflags v2.4.0 |
2028 | 2023-10-25T06:44:46.273Z | Compiling tokio v1.33.0 |
2029 | 2023-10-25T06:44:46.629Z | Compiling rustc_version v0.4.0 |
2030 | 2023-10-25T06:44:47.229Z | Compiling http v0.2.9 |
2031 | 2023-10-25T06:44:47.720Z | Compiling heapless v0.7.16 |
2032 | 2023-10-25T06:44:48.343Z | Compiling uuid v1.4.1 |
2033 | 2023-10-25T06:44:48.991Z | Compiling chrono v0.4.31 |
2034 | 2023-10-25T06:44:49.456Z | Compiling adler v1.0.2 |
2035 | 2023-10-25T06:44:49.797Z | Compiling cpufeatures v0.2.9 |
2036 | 2023-10-25T06:44:49.958Z | Compiling try-lock v0.2.4 |
2037 | 2023-10-25T06:44:50.177Z | Compiling anstyle v1.0.2 |
2038 | 2023-10-25T06:44:50.996Z | Compiling utf8parse v0.2.1 |
2039 | 2023-10-25T06:44:51.230Z | Compiling time-core v0.1.1 |
2040 | 2023-10-25T06:44:51.294Z | Compiling flagset v0.4.3 |
2041 | 2023-10-25T06:44:51.376Z | Compiling siphasher v0.3.11 |
2042 | 2023-10-25T06:44:51.504Z | Compiling equivalent v1.0.1 |
2043 | 2023-10-25T06:44:51.527Z | Compiling rustversion v1.0.14 |
2044 | 2023-10-25T06:44:51.708Z | Compiling indexmap v2.0.0 |
2045 | 2023-10-25T06:44:51.732Z | Compiling der v0.7.8 |
2046 | 2023-10-25T06:44:52.050Z | Compiling time-macros v0.2.13 |
2047 | 2023-10-25T06:44:55.358Z | Compiling anstyle-parse v0.2.1 |
2048 | 2023-10-25T06:44:57.628Z | Compiling want v0.3.1 |
2049 | 2023-10-25T06:44:57.652Z | Compiling sha2 v0.10.8 |
2050 | 2023-10-25T06:44:58.442Z | Compiling http-body v0.4.5 |
2051 | 2023-10-25T06:44:59.127Z | Compiling miniz_oxide v0.7.1 |
2052 | 2023-10-25T06:45:01.439Z | Compiling tokio-util v0.7.9 |
2053 | 2023-10-25T06:45:03.948Z | Compiling h2 v0.3.21 |
2054 | 2023-10-25T06:45:05.990Z | Compiling serde_tokenstream v0.1.7 |
2055 | 2023-10-25T06:45:06.849Z | Compiling form_urlencoded v1.2.0 |
2056 | 2023-10-25T06:45:07.244Z | Compiling rustls-webpki v0.101.4 |
2057 | 2023-10-25T06:45:07.369Z | Compiling sct v0.7.0 |
2058 | 2023-10-25T06:45:07.833Z | Compiling hubpack_derive v0.1.1 |
2059 | 2023-10-25T06:45:09.376Z | Compiling aho-corasick v1.0.4 |
2060 | 2023-10-25T06:45:09.388Z | Compiling socket2 v0.4.9 |
2061 | 2023-10-25T06:45:10.286Z | Compiling crossbeam-epoch v0.9.15 |
2062 | 2023-10-25T06:45:10.752Z | Compiling tap v1.0.1 |
2063 | 2023-10-25T06:45:11.094Z | Compiling slog v2.7.0 |
2064 | 2023-10-25T06:45:11.213Z | Compiling regex-syntax v0.7.5 |
2065 | 2023-10-25T06:45:11.250Z | Compiling tower-service v0.3.2 |
2066 | 2023-10-25T06:45:11.488Z | Compiling anstyle-query v1.0.0 |
2067 | 2023-10-25T06:45:12.524Z | Compiling anyhow v1.0.75 |
2068 | 2023-10-25T06:45:12.938Z | Compiling httpdate v1.0.3 |
2069 | 2023-10-25T06:45:13.305Z | Compiling colorchoice v1.0.0 |
2070 | 2023-10-25T06:45:13.563Z | Compiling anstream v0.5.0 |
2071 | 2023-10-25T06:45:17.218Z | Compiling hyper v0.14.27 |
2072 | 2023-10-25T06:45:17.764Z | Compiling regex-automata v0.3.8 |
2073 | 2023-10-25T06:45:20.401Z | Compiling wyz v0.5.1 |
2074 | 2023-10-25T06:45:23.476Z | Compiling terminal_size v0.2.6 |
2075 | 2023-10-25T06:45:23.817Z | Compiling spki v0.7.2 |
2076 | 2023-10-25T06:45:25.030Z | Compiling rustls-pemfile v1.0.3 |
2077 | 2023-10-25T06:45:25.585Z | Compiling hmac v0.12.1 |
2078 | 2023-10-25T06:45:25.952Z | Compiling md-5 v0.10.5 |
2079 | 2023-10-25T06:45:26.328Z | Compiling zerocopy v0.6.4 |
2080 | 2023-10-25T06:45:27.091Z | Compiling idna v0.4.0 |
2081 | 2023-10-25T06:45:27.582Z | Compiling stringprep v0.1.3 |
2082 | 2023-10-25T06:45:29.276Z | Compiling diesel_table_macro_syntax v0.1.0 |
2083 | 2023-10-25T06:45:29.684Z | Compiling hash32 v0.2.1 |
2084 | 2023-10-25T06:45:29.881Z | Compiling spin v0.9.8 |
2085 | 2023-10-25T06:45:29.899Z | Compiling funty v2.0.0 |
2086 | 2023-10-25T06:45:30.300Z | Compiling maybe-uninit v2.0.0 |
2087 | 2023-10-25T06:45:30.773Z | Compiling stable_deref_trait v1.2.0 |
2088 | 2023-10-25T06:45:31.002Z | Compiling strsim v0.10.0 |
2089 | 2023-10-25T06:45:31.144Z | Compiling gimli v0.28.0 |
2090 | 2023-10-25T06:45:34.081Z | Compiling dyn-clone v1.0.13 |
2091 | 2023-10-25T06:45:34.387Z | Compiling clap_lex v0.5.1 |
2092 | 2023-10-25T06:45:34.407Z | Compiling fallible-iterator v0.2.0 |
2093 | 2023-10-25T06:45:35.472Z | Compiling either v1.9.0 |
2094 | 2023-10-25T06:45:35.475Z | Compiling clap_builder v4.4.2 |
2095 | 2023-10-25T06:45:35.479Z | Compiling bitvec v1.0.1 |
2096 | 2023-10-25T06:45:35.707Z | Compiling postgres-protocol v0.6.6 |
2097 | 2023-10-25T06:45:36.678Z | Compiling diesel_derives v2.1.1 |
2098 | 2023-10-25T06:45:37.022Z | Compiling tokio-rustls v0.24.1 |
2099 | 2023-10-25T06:45:38.471Z | Compiling url v2.4.1 |
2100 | 2023-10-25T06:45:39.548Z | Compiling addr2line v0.21.0 |
2101 | 2023-10-25T06:45:40.488Z | Compiling strum_macros v0.25.2 |
2102 | 2023-10-25T06:45:40.561Z | Compiling rustls-native-certs v0.6.3 |
2103 | 2023-10-25T06:45:41.422Z | Compiling tokio-native-tls v0.3.1 |
2104 | 2023-10-25T06:45:42.855Z | Compiling usdt-macro v0.3.5 |
2105 | 2023-10-25T06:45:44.438Z | Compiling usdt-attr-macro v0.3.5 |
2106 | 2023-10-25T06:45:46.857Z | Compiling phf_shared v0.11.2 |
2107 | 2023-10-25T06:45:47.562Z | Compiling serde_spanned v0.6.3 |
2108 | 2023-10-25T06:45:47.650Z | Compiling toml_datetime v0.6.3 |
2109 | 2023-10-25T06:45:48.603Z | Compiling block-padding v0.3.3 |
2110 | 2023-10-25T06:45:48.667Z | Compiling enum-as-inner v0.5.1 |
2111 | 2023-10-25T06:45:48.729Z | Compiling serde_repr v0.1.16 |
2112 | 2023-10-25T06:45:49.043Z | Compiling scheduled-thread-pool v0.2.7 |
2113 | 2023-10-25T06:45:49.846Z | Compiling object v0.32.1 |
2114 | 2023-10-25T06:45:54.139Z | Compiling bit-vec v0.6.3 |
2115 | 2023-10-25T06:45:54.503Z | Compiling winnow v0.5.15 |
2116 | 2023-10-25T06:45:54.866Z | Compiling ipnet v2.8.0 |
2117 | 2023-10-25T06:45:56.727Z | Compiling regex-automata v0.1.10 |
2118 | 2023-10-25T06:46:01.273Z | Compiling num_threads v0.1.6 |
2119 | 2023-10-25T06:46:02.191Z | Compiling managed v0.8.0 |
2120 | 2023-10-25T06:46:03.015Z | Compiling matches v0.1.10 |
2121 | 2023-10-25T06:46:03.563Z | Compiling unicode-width v0.1.10 |
2122 | 2023-10-25T06:46:03.823Z | Compiling deranged v0.3.8 |
2123 | 2023-10-25T06:46:03.840Z | Compiling rustc-demangle v0.1.23 |
2124 | 2023-10-25T06:46:03.922Z | Compiling packed_struct v0.10.1 |
2125 | 2023-10-25T06:46:04.562Z | Compiling num-bigint-dig v0.8.4 |
2126 | 2023-10-25T06:46:07.228Z | Compiling time v0.3.27 |
2127 | 2023-10-25T06:46:10.455Z | Compiling idna v0.2.3 |
2128 | 2023-10-25T06:46:16.402Z | Compiling toml_edit v0.19.15 |
2129 | 2023-10-25T06:46:22.358Z | Compiling bstr v0.2.17 |
2130 | 2023-10-25T06:46:23.124Z | Compiling r2d2 v0.8.10 |
2131 | 2023-10-25T06:46:24.246Z | Compiling inout v0.1.3 |
2132 | 2023-10-25T06:46:25.424Z | Compiling phf v0.11.2 |
2133 | 2023-10-25T06:46:25.902Z | Compiling hyper-tls v0.5.0 |
2134 | 2023-10-25T06:46:26.462Z | Compiling clap v4.4.3 |
2135 | 2023-10-25T06:46:26.544Z | Compiling hyper-rustls v0.24.1 |
2136 | 2023-10-25T06:46:26.672Z | Compiling flate2 v1.0.28 |
2137 | 2023-10-25T06:46:27.711Z | Compiling ipnetwork v0.20.0 |
2138 | 2023-10-25T06:46:28.309Z | Compiling postgres-types v0.2.6 |
2139 | 2023-10-25T06:46:28.641Z | Compiling itertools v0.11.0 |
2140 | 2023-10-25T06:46:28.726Z | Compiling regex v1.9.5 |
2141 | 2023-10-25T06:46:29.039Z | Compiling pkcs8 v0.10.2 |
2142 | 2023-10-25T06:46:30.697Z | Compiling hubpack v0.1.2 |
2143 | 2023-10-25T06:46:30.877Z | Compiling serde_urlencoded v0.7.1 |
2144 | 2023-10-25T06:46:31.111Z | Compiling phf_shared v0.10.0 |
2145 | 2023-10-25T06:46:31.870Z | Compiling futures-executor v0.3.28 |
2146 | 2023-10-25T06:46:35.402Z | Compiling signature v2.1.0 |
2147 | 2023-10-25T06:46:35.539Z | Compiling packed_struct_codegen v0.10.1 |
2148 | 2023-10-25T06:46:35.555Z | Compiling float-cmp v0.9.0 |
2149 | 2023-10-25T06:46:36.443Z | Compiling encoding_rs v0.8.33 |
2150 | 2023-10-25T06:46:37.743Z | Compiling unicode-segmentation v1.10.1 |
2151 | 2023-10-25T06:46:38.129Z | Compiling webpki-roots v0.25.2 |
2152 | 2023-10-25T06:46:38.328Z | Compiling smawk v0.3.1 |
2153 | 2023-10-25T06:46:38.668Z | Compiling data-encoding v2.4.0 |
2154 | 2023-10-25T06:46:39.572Z | Compiling new_debug_unreachable v1.0.4 |
2155 | 2023-10-25T06:46:39.721Z | Compiling predicates-core v1.0.6 |
2156 | 2023-10-25T06:46:40.248Z | Compiling static_assertions v1.1.0 |
2157 | 2023-10-25T06:46:40.402Z | Compiling mime v0.3.17 |
2158 | 2023-10-25T06:46:41.759Z | Compiling unicode-linebreak v0.1.5 |
2159 | 2023-10-25T06:46:42.154Z | Compiling fixedbitset v0.4.2 |
2160 | 2023-10-25T06:46:42.814Z | Compiling difflib v0.4.0 |
2161 | 2023-10-25T06:46:42.818Z | Compiling precomputed-hash v0.1.1 |
2162 | 2023-10-25T06:46:43.002Z | Compiling crc-catalog v2.2.0 |
2163 | 2023-10-25T06:46:43.152Z | Compiling nodrop v0.1.14 |
2164 | 2023-10-25T06:46:43.242Z | Compiling whoami v1.4.1 |
2165 | 2023-10-25T06:46:43.345Z | Compiling normalize-line-endings v0.3.0 |
2166 | 2023-10-25T06:46:43.541Z | Compiling predicates v3.0.4 |
2167 | 2023-10-25T06:46:44.170Z | Compiling tokio-postgres v0.7.10 |
2168 | 2023-10-25T06:46:45.054Z | Compiling array-init v0.0.4 |
2169 | 2023-10-25T06:46:46.115Z | Compiling crc v3.0.1 |
2170 | 2023-10-25T06:46:47.308Z | Compiling string_cache v0.8.7 |
2171 | 2023-10-25T06:46:48.639Z | Compiling petgraph v0.6.4 |
2172 | 2023-10-25T06:46:48.735Z | Compiling textwrap v0.16.0 |
2173 | 2023-10-25T06:46:50.454Z | Compiling reqwest v0.11.20 |
2174 | 2023-10-25T06:46:50.543Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2175 | 2023-10-25T06:46:52.728Z | Compiling trust-dns-proto v0.22.0 |
2176 | 2023-10-25T06:46:58.660Z | Compiling similar v2.2.1 |
2177 | 2023-10-25T06:47:11.821Z | Compiling futures v0.3.28 |
2178 | 2023-10-25T06:47:14.112Z | Compiling pkcs1 v0.7.5 |
2179 | 2023-10-25T06:47:14.273Z | Compiling yasna v0.5.2 |
2180 | 2023-10-25T06:47:14.481Z | Compiling smallvec v0.6.14 |
2181 | 2023-10-25T06:47:15.235Z | Compiling diesel v2.1.1 |
2182 | 2023-10-25T06:47:15.270Z | Compiling cipher v0.4.4 |
2183 | 2023-10-25T06:47:16.546Z | Compiling toml v0.7.8 |
2184 | 2023-10-25T06:47:21.444Z | Compiling console v0.15.7 |
2185 | 2023-10-25T06:47:21.662Z | Compiling bit-set v0.5.3 |
2186 | 2023-10-25T06:47:21.887Z | Compiling usdt v0.3.5 |
2187 | 2023-10-25T06:47:21.953Z | Compiling is-terminal v0.4.9 |
2188 | 2023-10-25T06:47:22.033Z | Compiling itertools v0.10.5 |
2189 | 2023-10-25T06:47:22.580Z | Compiling bstr v1.6.0 |
2190 | 2023-10-25T06:47:23.914Z | Compiling tokio-stream v0.1.14 |
2191 | 2023-10-25T06:47:25.413Z | Compiling openapiv3 v1.0.3 |
2192 | 2023-10-25T06:47:25.537Z | Compiling hex v0.4.3 |
2193 | 2023-10-25T06:47:27.303Z | Compiling hashbrown v0.13.2 |
2194 | 2023-10-25T06:47:30.068Z | Compiling bitfield v0.14.0 |
2195 | 2023-10-25T06:47:34.175Z | Compiling lalrpop-util v0.19.12 |
2196 | 2023-10-25T06:47:35.085Z | Compiling termcolor v1.2.0 |
2197 | 2023-10-25T06:47:37.404Z | Compiling env_logger v0.10.0 |
2198 | 2023-10-25T06:47:39.807Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2199 | 2023-10-25T06:47:49.574Z | Compiling rsa v0.9.2 |
2200 | 2023-10-25T06:47:59.969Z | Compiling serde-hex v0.1.0 |
2201 | 2023-10-25T06:48:05.893Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2202 | 2023-10-25T06:48:10.018Z | Compiling x509-cert v0.2.4 |
2203 | 2023-10-25T06:48:11.405Z | Compiling ron v0.8.1 |
2204 | 2023-10-25T06:48:14.442Z | Compiling crc-any v2.4.3 |
2205 | 2023-10-25T06:48:36.881Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2206 | 2023-10-25T06:48:44.360Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2207 | 2023-10-25T06:48:58.222Z | Compiling object v0.30.4 |
2208 | 2023-10-25T06:49:08.731Z | Compiling path-slash v0.1.5 |
2209 | 2023-10-25T06:49:18.559Z | Compiling bzip2 v0.4.4 |
2210 | 2023-10-25T06:49:19.189Z | Compiling zip v0.6.6 |
2211 | 2023-10-25T06:49:21.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2212 | 2023-10-25T06:49:26.953Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2213 | 2023-10-25T06:49:56.936Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2214 | 2023-10-25T06:49:58.055Z | Finished release [optimized] target(s) in 6m 05s |
2215 | 2023-10-25T06:49:58.151Z | |
2216 | 2023-10-25T06:49:58.153Z | real 6:05.514101796 |
2217 | 2023-10-25T06:49:58.156Z | user 41:58.325931217 |
2218 | 2023-10-25T06:49:58.159Z | sys 3:54.839869786 |
2219 | 2023-10-25T06:49:58.162Z | trap 1.649651096 |
2220 | 2023-10-25T06:49:58.165Z | tflt 1.363645948 |
2221 | 2023-10-25T06:49:58.169Z | dflt 0.710530830 |
2222 | 2023-10-25T06:49:58.171Z | kflt 0.008059878 |
2223 | 2023-10-25T06:49:58.175Z | lock 1:32:50.061351913 |
2224 | 2023-10-25T06:49:58.178Z | slp 2:24:50.385898061 |
2225 | 2023-10-25T06:49:58.181Z | lat 1:56.655384511 |
2226 | 2023-10-25T06:49:58.184Z | stop 2:00.270613494 |
2227 | 2023-10-25T06:49:58.187Z | + ptime -m gzip |
2228 | 2023-10-25T06:49:58.826Z | |
2229 | 2023-10-25T06:49:58.830Z | real 0.669572053 |
2230 | 2023-10-25T06:49:58.833Z | user 0.659197793 |
2231 | 2023-10-25T06:49:58.836Z | sys 0.009760324 |
2232 | 2023-10-25T06:49:58.841Z | trap 0.000079510 |
2233 | 2023-10-25T06:49:58.844Z | tflt 0.000000000 |
2234 | 2023-10-25T06:49:58.849Z | dflt 0.000000000 |
2235 | 2023-10-25T06:49:58.852Z | kflt 0.000000000 |
2236 | 2023-10-25T06:49:58.855Z | lock 0.000000000 |
2237 | 2023-10-25T06:49:58.858Z | slp 0.000000000 |
2238 | 2023-10-25T06:49:58.862Z | lat 0.000162188 |
2239 | 2023-10-25T06:49:58.865Z | stop 0.000263658 |
2240 | 2023-10-25T06:49:58.870Z | + banner tufaceous |
2241 | 2023-10-25T06:49:58.875Z | |
2242 | 2023-10-25T06:49:58.878Z | ##### # # ###### ## #### ###### #### # # #### |
2243 | 2023-10-25T06:49:58.882Z | # # # # # # # # # # # # # # |
2244 | 2023-10-25T06:49:58.885Z | # # # ##### # # # ##### # # # # #### |
2245 | 2023-10-25T06:49:58.889Z | # # # # ###### # # # # # # # |
2246 | 2023-10-25T06:49:58.898Z | # # # # # # # # # # # # # # # |
2247 | 2023-10-25T06:49:58.901Z | # #### # # # #### ###### #### #### #### |
2248 | 2023-10-25T06:49:58.915Z | |
2249 | 2023-10-25T06:49:58.920Z | + ptime -m cargo build --locked -p tufaceous --release |
2250 | 2023-10-25T06:49:59.603Z | Downloading crates ... |
2251 | 2023-10-25T06:49:59.959Z | Downloaded bytesize v1.3.0 |
2252 | 2023-10-25T06:49:59.962Z | Downloaded buf-list v1.0.3 |
2253 | 2023-10-25T06:49:59.967Z | Downloaded olpc-cjson v0.1.3 |
2254 | 2023-10-25T06:49:59.970Z | Downloaded snafu-derive v0.7.5 |
2255 | 2023-10-25T06:49:59.972Z | Downloaded path-dedot v3.1.0 |
2256 | 2023-10-25T06:49:59.975Z | Downloaded path-absolutize v3.1.0 |
2257 | 2023-10-25T06:49:59.978Z | Downloaded globset v0.4.13 |
2258 | 2023-10-25T06:49:59.981Z | Downloaded fs-err v2.9.0 |
2259 | 2023-10-25T06:49:59.984Z | Downloaded serde_plain v1.0.2 |
2260 | 2023-10-25T06:49:59.987Z | Downloaded snafu v0.7.5 |
2261 | 2023-10-25T06:49:59.996Z | Downloaded tough v0.12.5 |
2262 | 2023-10-25T06:50:00.010Z | Downloaded doc-comment v0.3.3 |
2263 | 2023-10-25T06:50:00.172Z | Compiling serde_tokenstream v0.2.0 |
2264 | 2023-10-25T06:50:00.196Z | Compiling regress v0.7.1 |
2265 | 2023-10-25T06:50:00.208Z | Compiling dirs-sys-next v0.1.2 |
2266 | 2023-10-25T06:50:00.211Z | Compiling ident_case v1.0.1 |
2267 | 2023-10-25T06:50:00.233Z | Compiling thread_local v1.1.7 |
2268 | 2023-10-25T06:50:00.236Z | Compiling heck v0.4.1 |
2269 | 2023-10-25T06:50:00.239Z | Compiling slog-async v2.8.0 |
2270 | 2023-10-25T06:50:00.475Z | Compiling dirs-next v2.0.0 |
2271 | 2023-10-25T06:50:01.083Z | Compiling darling_core v0.20.3 |
2272 | 2023-10-25T06:50:01.086Z | Compiling camino v1.1.6 |
2273 | 2023-10-25T06:50:01.127Z | Compiling term v0.7.0 |
2274 | 2023-10-25T06:50:01.509Z | Compiling crossbeam-channel v0.5.8 |
2275 | 2023-10-25T06:50:01.976Z | Compiling getopts v0.2.21 |
2276 | 2023-10-25T06:50:02.093Z | Compiling structmeta-derive v0.1.6 |
2277 | 2023-10-25T06:50:02.325Z | Compiling atty v0.2.14 |
2278 | 2023-10-25T06:50:02.566Z | Compiling multer v2.1.0 |
2279 | 2023-10-25T06:50:03.024Z | Compiling unsafe-libyaml v0.2.9 |
2280 | 2023-10-25T06:50:03.511Z | Compiling paste v1.0.14 |
2281 | 2023-10-25T06:50:04.222Z | Compiling match_cfg v0.1.0 |
2282 | 2023-10-25T06:50:04.381Z | Compiling doc-comment v0.3.3 |
2283 | 2023-10-25T06:50:04.659Z | Compiling take_mut v0.2.2 |
2284 | 2023-10-25T06:50:05.383Z | Compiling hostname v0.3.1 |
2285 | 2023-10-25T06:50:05.785Z | Compiling serde_yaml v0.9.25 |
2286 | 2023-10-25T06:50:06.259Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2287 | 2023-10-25T06:50:08.837Z | Compiling structmeta v0.1.6 |
2288 | 2023-10-25T06:50:09.715Z | Compiling slog-term v2.9.0 |
2289 | 2023-10-25T06:50:10.504Z | Compiling darling_macro v0.20.3 |
2290 | 2023-10-25T06:50:10.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2291 | 2023-10-25T06:50:12.043Z | Compiling darling v0.20.3 |
2292 | 2023-10-25T06:50:12.235Z | Compiling slog-json v2.6.1 |
2293 | 2023-10-25T06:50:12.493Z | Compiling async-stream-impl v0.3.5 |
2294 | 2023-10-25T06:50:12.908Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2295 | 2023-10-25T06:50:13.118Z | Compiling atomic-waker v1.1.1 |
2296 | 2023-10-25T06:50:13.346Z | Compiling regex-syntax v0.6.29 |
2297 | 2023-10-25T06:50:13.405Z | Compiling fastrand v2.0.0 |
2298 | 2023-10-25T06:50:14.618Z | Compiling async-stream v0.3.5 |
2299 | 2023-10-25T06:50:14.631Z | Compiling tempfile v3.8.0 |
2300 | 2023-10-25T06:50:14.668Z | Compiling waitgroup v0.1.2 |
2301 | 2023-10-25T06:50:14.769Z | Compiling slog-bunyan v2.4.0 |
2302 | 2023-10-25T06:50:15.057Z | Compiling serde_with_macros v2.3.3 |
2303 | 2023-10-25T06:50:17.305Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2304 | 2023-10-25T06:50:18.046Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2305 | 2023-10-25T06:50:19.098Z | Compiling sha1 v0.10.5 |
2306 | 2023-10-25T06:50:19.281Z | Compiling snafu-derive v0.7.5 |
2307 | 2023-10-25T06:50:20.289Z | Compiling serde_path_to_error v0.1.14 |
2308 | 2023-10-25T06:50:20.478Z | Compiling path-dedot v3.1.0 |
2309 | 2023-10-25T06:50:20.676Z | Compiling instant v0.1.12 |
2310 | 2023-10-25T06:50:20.790Z | Compiling same-file v1.0.6 |
2311 | 2023-10-25T06:50:20.866Z | Compiling buf-list v1.0.3 |
2312 | 2023-10-25T06:50:20.910Z | Compiling base64 v0.13.1 |
2313 | 2023-10-25T06:50:21.254Z | Compiling arc-swap v1.6.0 |
2314 | 2023-10-25T06:50:26.770Z | Compiling debug-ignore v1.0.5 |
2315 | 2023-10-25T06:50:26.953Z | Compiling slog-scope v4.4.0 |
2316 | 2023-10-25T06:50:26.982Z | Compiling pem v1.1.1 |
2317 | 2023-10-25T06:50:27.000Z | Compiling walkdir v2.4.0 |
2318 | 2023-10-25T06:50:27.024Z | Compiling parse-display-derive v0.7.0 |
2319 | 2023-10-25T06:50:27.061Z | Compiling backoff v0.4.0 |
2320 | 2023-10-25T06:50:27.079Z | Compiling path-absolutize v3.1.0 |
2321 | 2023-10-25T06:50:27.092Z | Compiling serde_with v2.3.3 |
2322 | 2023-10-25T06:50:27.145Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2323 | 2023-10-25T06:50:27.152Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2324 | 2023-10-25T06:50:27.168Z | Compiling globset v0.4.13 |
2325 | 2023-10-25T06:50:27.183Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2326 | 2023-10-25T06:50:27.192Z | Compiling strum v0.25.0 |
2327 | 2023-10-25T06:50:27.237Z | Compiling olpc-cjson v0.1.3 |
2328 | 2023-10-25T06:50:27.635Z | Compiling serde_plain v1.0.2 |
2329 | 2023-10-25T06:50:28.026Z | Compiling snafu v0.7.5 |
2330 | 2023-10-25T06:50:28.530Z | Compiling macaddr v1.0.1 |
2331 | 2023-10-25T06:50:29.771Z | Compiling filetime v0.2.22 |
2332 | 2023-10-25T06:50:30.005Z | Compiling parse-display v0.7.0 |
2333 | 2023-10-25T06:50:30.065Z | Compiling xattr v1.0.1 |
2334 | 2023-10-25T06:50:30.323Z | Compiling tough v0.12.5 |
2335 | 2023-10-25T06:50:30.335Z | Compiling tar v0.4.40 |
2336 | 2023-10-25T06:50:30.527Z | Compiling slog-stdlog v4.1.1 |
2337 | 2023-10-25T06:50:32.632Z | Compiling camino-tempfile v1.0.2 |
2338 | 2023-10-25T06:50:33.237Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2339 | 2023-10-25T06:50:33.456Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2340 | 2023-10-25T06:50:33.990Z | Compiling bytesize v1.3.0 |
2341 | 2023-10-25T06:50:34.978Z | Compiling fs-err v2.9.0 |
2342 | 2023-10-25T06:50:36.368Z | Compiling slog-envlogger v2.2.0 |
2343 | 2023-10-25T06:50:40.250Z | Compiling humantime v2.1.0 |
2344 | 2023-10-25T06:50:43.913Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2345 | 2023-10-25T06:51:12.579Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2346 | 2023-10-25T06:51:12.749Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2347 | 2023-10-25T06:51:23.486Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2348 | 2023-10-25T06:51:25.842Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2349 | 2023-10-25T06:51:51.596Z | Finished release [optimized] target(s) in 1m 52s |
2350 | 2023-10-25T06:51:51.729Z | |
2351 | 2023-10-25T06:51:51.733Z | real 1:52.868922496 |
2352 | 2023-10-25T06:51:51.736Z | user 11:44.504392188 |
2353 | 2023-10-25T06:51:51.739Z | sys 48.167566968 |
2354 | 2023-10-25T06:51:51.742Z | trap 0.436239394 |
2355 | 2023-10-25T06:51:51.745Z | tflt 0.369957995 |
2356 | 2023-10-25T06:51:51.748Z | dflt 0.640083984 |
2357 | 2023-10-25T06:51:51.757Z | kflt 0.007321763 |
2358 | 2023-10-25T06:51:51.760Z | lock 23:29.052036579 |
2359 | 2023-10-25T06:51:51.764Z | slp 24:52.596595241 |
2360 | 2023-10-25T06:51:51.766Z | lat 23.036419349 |
2361 | 2023-10-25T06:51:51.769Z | stop 17.946254428 |
2362 | 2023-10-25T06:51:51.772Z | + ptime -m gzip |
2363 | 2023-10-25T06:51:53.852Z | |
2364 | 2023-10-25T06:51:53.855Z | real 2.114530524 |
2365 | 2023-10-25T06:51:53.858Z | user 2.093514951 |
2366 | 2023-10-25T06:51:53.862Z | sys 0.020282162 |
2367 | 2023-10-25T06:51:53.866Z | trap 0.000231649 |
2368 | 2023-10-25T06:51:53.869Z | tflt 0.000000000 |
2369 | 2023-10-25T06:51:53.873Z | dflt 0.000000000 |
2370 | 2023-10-25T06:51:53.876Z | kflt 0.000000000 |
2371 | 2023-10-25T06:51:53.879Z | lock 0.000000000 |
2372 | 2023-10-25T06:51:53.882Z | slp 0.000000000 |
2373 | 2023-10-25T06:51:53.886Z | lat 0.000165536 |
2374 | 2023-10-25T06:51:53.889Z | stop 0.000229978 |
2375 | 2023-10-25T06:51:53.892Z | process exited: duration 1356507 ms, exit code 0 |
|
2376 | 2023-10-25T06:51:53.900Z | found 5 output files |
2377 | 2023-10-25T06:51:53.920Z | uploading: /work/end-to-end-tests/bootstrap-7505a19fa56a5ab1.gz (6513667 bytes) |
2378 | 2023-10-25T06:51:55.968Z | uploaded: /work/end-to-end-tests/bootstrap-7505a19fa56a5ab1.gz |
2379 | 2023-10-25T06:51:55.980Z | uploading: /work/end-to-end-tests/bootstrap.gz (97786828 bytes) |
2380 | 2023-10-25T06:52:25.011Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2381 | 2023-10-25T06:52:25.031Z | uploading: /work/end-to-end-tests/end_to_end_tests-a486f79ff30d68c1.gz (111794708 bytes) |
2382 | 2023-10-25T06:53:04.072Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a486f79ff30d68c1.gz |
2383 | 2023-10-25T06:53:04.087Z | uploading: /work/caboose-util.gz (4111237 bytes) |
2384 | 2023-10-25T06:53:06.571Z | uploaded: /work/caboose-util.gz |
2385 | 2023-10-25T06:53:06.576Z | uploading: /work/tufaceous.gz (13496893 bytes) |
2386 | 2023-10-25T06:53:10.529Z | uploaded: /work/tufaceous.gz |