|
|
|
1 | 2023-09-29T16:56:32.993Z | job assigned to worker 01HBGXT4BSETK167K3CE1AKBTE (queued for 2 m 2 s) |
|
2 | 2023-09-29T16:56:33.133Z | starting task 0: "setup" |
3 | 2023-09-29T16:56:33.298Z | ++ uname -s |
4 | 2023-09-29T16:56:33.308Z | + kern=SunOS |
5 | 2023-09-29T16:56:33.318Z | + case "$kern" in |
6 | 2023-09-29T16:56:33.323Z | + groupadd -g 12345 build |
7 | 2023-09-29T16:56:33.333Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-09-29T16:56:35.313Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-09-29T16:56:35.549Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-09-29T16:56:35.552Z | + home_fs=zfs |
11 | 2023-09-29T16:56:35.555Z | + [[ zfs == autofs ]] |
12 | 2023-09-29T16:56:35.559Z | + mkdir -p /home/build |
13 | 2023-09-29T16:56:35.569Z | + chown build:build /home/build /work |
14 | 2023-09-29T16:56:37.558Z | + chmod 0700 /home/build /work |
15 | 2023-09-29T16:56:37.562Z | process exited: duration 4417 ms, exit code 0 |
|
16 | 2023-09-29T16:56:37.568Z | starting task 1: "rust-toolchain" |
17 | 2023-09-29T16:56:37.580Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-09-29T16:56:37.584Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-09-29T16:56:37.727Z | info: downloading installer |
20 | 2023-09-29T16:56:39.941Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-09-29T16:56:39.944Z | warning: /opt/ooce/bin |
22 | 2023-09-29T16:56:39.947Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-09-29T16:56:39.950Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-09-29T16:56:39.954Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-09-29T16:56:39.958Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-09-29T16:56:39.960Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-09-29T16:56:39.963Z | error: cannot install while Rust is installed |
28 | 2023-09-29T16:56:39.966Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-09-29T16:56:40.190Z | info: profile set to 'default' |
30 | 2023-09-29T16:56:40.194Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-09-29T16:56:40.196Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-09-29T16:56:40.372Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-09-29T16:56:40.375Z | info: downloading component 'cargo' |
34 | 2023-09-29T16:56:41.142Z | info: downloading component 'clippy' |
35 | 2023-09-29T16:56:41.426Z | info: downloading component 'rust-docs' |
36 | 2023-09-29T16:56:42.399Z | info: downloading component 'rust-std' |
37 | 2023-09-29T16:56:44.181Z | info: downloading component 'rustc' |
38 | 2023-09-29T16:56:48.402Z | info: downloading component 'rustfmt' |
39 | 2023-09-29T16:56:48.608Z | info: installing component 'cargo' |
40 | 2023-09-29T16:56:50.370Z | info: installing component 'clippy' |
41 | 2023-09-29T16:56:51.188Z | info: installing component 'rust-docs' |
42 | 2023-09-29T16:56:54.106Z | info: installing component 'rust-std' |
43 | 2023-09-29T16:56:57.734Z | info: installing component 'rustc' |
44 | 2023-09-29T16:57:05.589Z | info: installing component 'rustfmt' |
45 | 2023-09-29T16:57:06.038Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-09-29T16:57:06.043Z | |
47 | 2023-09-29T16:57:06.180Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-09-29T16:57:06.183Z | |
49 | 2023-09-29T16:57:06.186Z | |
50 | 2023-09-29T16:57:06.189Z | Rust is installed now. Great! |
51 | 2023-09-29T16:57:06.192Z | |
52 | 2023-09-29T16:57:06.195Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-09-29T16:57:06.198Z | environment variable. This has not been done automatically. |
54 | 2023-09-29T16:57:06.201Z | |
55 | 2023-09-29T16:57:06.204Z | To configure your current shell, run: |
56 | 2023-09-29T16:57:06.207Z | source "$HOME/.cargo/env" |
57 | 2023-09-29T16:57:06.277Z | + rustc --version |
58 | 2023-09-29T16:57:06.389Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-09-29T16:57:06.396Z | process exited: duration 28827 ms, exit code 0 |
|
60 | 2023-09-29T16:57:06.402Z | starting task 2: "authentication" |
61 | 2023-09-29T16:57:06.443Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-09-29T16:57:06.449Z | starting task 3: "clone repository" |
63 | 2023-09-29T16:57:06.460Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-09-29T16:57:06.464Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-09-29T16:57:06.569Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-09-29T16:57:12.182Z | + cd /work/oxidecomputer/omicron |
67 | 2023-09-29T16:57:12.196Z | + [[ -n diesel-less-generic ]] |
68 | 2023-09-29T16:57:12.213Z | + git fetch origin diesel-less-generic |
69 | 2023-09-29T16:57:12.533Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-09-29T16:57:12.560Z | * branch diesel-less-generic -> FETCH_HEAD |
71 | 2023-09-29T16:57:12.644Z | + git checkout -B diesel-less-generic remotes/origin/diesel-less-generic |
72 | 2023-09-29T16:57:12.701Z | Switched to a new branch 'diesel-less-generic' |
73 | 2023-09-29T16:57:12.809Z | branch 'diesel-less-generic' set up to track 'origin/diesel-less-generic'. |
74 | 2023-09-29T16:57:12.884Z | + git reset --hard 608c89bf35b389e76ab6097d815a3d59c14e71e4 |
75 | 2023-09-29T16:57:12.958Z | HEAD is now at 608c89bf omdb |
76 | 2023-09-29T16:57:13.014Z | process exited: duration 6212 ms, exit code 0 |
|
77 | 2023-09-29T16:57:13.506Z | starting task 4: "build" |
78 | 2023-09-29T16:57:13.941Z | + cargo --version |
79 | 2023-09-29T16:57:13.946Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-09-29T16:57:13.957Z | + rustc --version |
81 | 2023-09-29T16:57:13.974Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-09-29T16:57:13.981Z | ++ git rev-parse HEAD |
83 | 2023-09-29T16:57:13.985Z | + COMMIT=608c89bf35b389e76ab6097d815a3d59c14e71e4 |
84 | 2023-09-29T16:57:13.994Z | + VERSION=1.0.2-0.ci+git608c89bf35b |
85 | 2023-09-29T16:57:14.003Z | + echo 1.0.2-0.ci+git608c89bf35b |
86 | 2023-09-29T16:57:14.007Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-09-29T16:57:21.114Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-09-29T16:57:21.684Z | Startup: Caching catalogs ... Done |
89 | 2023-09-29T16:57:24.370Z | Planning: Solver setup ... Done (2.443s) |
90 | 2023-09-29T16:57:24.409Z | Planning: Running solver ... Done (0.077s) |
91 | 2023-09-29T16:57:24.499Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-09-29T16:57:24.504Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-09-29T16:57:24.773Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-09-29T16:57:24.858Z | Planning: Package planning ... Done (0.085s) |
95 | 2023-09-29T16:57:24.946Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-09-29T16:57:25.685Z | Planning: Checking for conflicting actions ... Done (0.740s) |
97 | 2023-09-29T16:57:25.706Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-09-29T16:57:29.404Z | Planning: Evaluating mediators ... Done (3.703s) |
99 | 2023-09-29T16:57:29.429Z | Planning: Planning completed in 7.69 seconds |
100 | 2023-09-29T16:57:29.446Z | Packages to install: 4 |
101 | 2023-09-29T16:57:29.865Z | Mediators to change: 2 |
102 | 2023-09-29T16:57:29.868Z | Services to change: 1 |
103 | 2023-09-29T16:57:29.871Z | Estimated space available: 149.39 GB |
104 | 2023-09-29T16:57:29.875Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-09-29T16:57:29.882Z | Create boot environment: No |
106 | 2023-09-29T16:57:29.885Z | Create backup boot environment: No |
107 | 2023-09-29T16:57:29.888Z | Rebuild boot archive: No |
108 | 2023-09-29T16:57:29.893Z | |
109 | 2023-09-29T16:57:29.897Z | Changed mediators: |
110 | 2023-09-29T16:57:29.899Z | mediator clang: |
111 | 2023-09-29T16:57:29.904Z | version: None -> 15 (system default) |
112 | 2023-09-29T16:57:29.912Z | |
113 | 2023-09-29T16:57:29.920Z | mediator llvm: |
114 | 2023-09-29T16:57:29.928Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-09-29T16:57:29.945Z | |
116 | 2023-09-29T16:57:29.955Z | Changed packages: |
117 | 2023-09-29T16:57:29.962Z | helios-dev |
118 | 2023-09-29T16:57:29.966Z | developer/build-essential |
119 | 2023-09-29T16:57:29.971Z | None -> 11-2.0 |
120 | 2023-09-29T16:57:29.978Z | library/libxmlsec1 |
121 | 2023-09-29T16:57:29.991Z | None -> 1.2.35-2.0 |
122 | 2023-09-29T16:57:29.994Z | ooce/developer/clang-15 |
123 | 2023-09-29T16:57:29.997Z | None -> 15.0.7-2.0 |
124 | 2023-09-29T16:57:30.000Z | ooce/developer/llvm-15 |
125 | 2023-09-29T16:57:30.003Z | None -> 15.0.7-2.0 |
126 | 2023-09-29T16:57:30.006Z | |
127 | 2023-09-29T16:57:30.009Z | Services: |
128 | 2023-09-29T16:57:30.012Z | restart_fmri: |
129 | 2023-09-29T16:57:30.014Z | svc:/system/update-man-index:default |
130 | 2023-09-29T16:57:30.017Z | |
131 | 2023-09-29T16:57:30.020Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-09-29T16:57:34.745Z | Download: 1196/3290 items 63.7/212.6MB 29% complete (13.6M/s) |
133 | 2023-09-29T16:57:39.734Z | Download: 2018/3290 items 118.7/212.6MB 55% complete (12.2M/s) |
134 | 2023-09-29T16:57:44.743Z | Download: 2256/3290 items 119.4/212.6MB 56% complete (5.7M/s) |
135 | 2023-09-29T16:57:49.752Z | Download: 3013/3290 items 121.1/212.6MB 56% complete (241k/s) |
136 | 2023-09-29T16:57:56.605Z | Download: 3246/3290 items 202.9/212.6MB 95% complete (9.3M/s) |
137 | 2023-09-29T16:57:58.072Z | Download: Completed 212.60 MB in 27.91 seconds (7.6M/s) |
138 | 2023-09-29T16:57:58.282Z | Actions: 1/3687 actions (Installing new actions) |
139 | 2023-09-29T16:58:02.938Z | Actions: 3101/3687 actions (Installing new actions) |
140 | 2023-09-29T16:58:06.273Z | Actions: Completed 3687 actions in 8.38 seconds. |
141 | 2023-09-29T16:58:06.392Z | Done (0.112s) |
142 | 2023-09-29T16:58:06.395Z | Done (0.000s) |
143 | 2023-09-29T16:58:06.527Z | Done (0.131s) |
144 | 2023-09-29T16:58:14.171Z | Done (7.543s) |
145 | 2023-09-29T16:58:14.410Z | Done (0.132s) |
146 | 2023-09-29T16:58:14.415Z | Done (0.000s) |
147 | 2023-09-29T16:58:14.635Z | Done (0.000s) |
148 | 2023-09-29T16:58:15.297Z | Planning: Evaluating mediator changes ... Done |
149 | 2023-09-29T16:58:15.587Z | Planning: Checking for conflicting actions ... Done |
150 | 2023-09-29T16:58:15.590Z | Planning: Consolidating action changes ... Done |
151 | 2023-09-29T16:58:16.027Z | Planning: Evaluating mediators ... Done |
152 | 2023-09-29T16:58:16.031Z | Planning: Planning completed in 0.73 seconds |
153 | 2023-09-29T16:58:16.085Z | Mediators to change: 2 |
154 | 2023-09-29T16:58:16.088Z | Create boot environment: No |
155 | 2023-09-29T16:58:16.090Z | Create backup boot environment: No |
156 | 2023-09-29T16:58:16.179Z | Done |
157 | 2023-09-29T16:58:16.182Z | Done |
158 | 2023-09-29T16:58:16.252Z | Done |
159 | 2023-09-29T16:58:22.470Z | Done |
160 | 2023-09-29T16:58:22.594Z | Done |
161 | 2023-09-29T16:58:22.597Z | Done |
162 | 2023-09-29T16:58:22.737Z | Done |
163 | 2023-09-29T16:58:23.768Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-09-29T16:58:23.778Z | Planning: Merging actions ... Done |
165 | 2023-09-29T16:58:24.109Z | Planning: Checking for conflicting actions ... Done |
166 | 2023-09-29T16:58:24.113Z | Planning: Consolidating action changes ... Done |
167 | 2023-09-29T16:58:24.555Z | Planning: Evaluating mediators ... Done |
168 | 2023-09-29T16:58:24.896Z | Planning: Planning completed in 1.34 seconds |
169 | 2023-09-29T16:58:24.900Z | Packages to change: 1 |
170 | 2023-09-29T16:58:24.904Z | Mediators to change: 1 |
171 | 2023-09-29T16:58:24.908Z | Services to change: 1 |
172 | 2023-09-29T16:58:24.913Z | Create boot environment: No |
173 | 2023-09-29T16:58:24.916Z | Create backup boot environment: Yes |
174 | 2023-09-29T16:58:27.992Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2023-09-29T16:58:28.117Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2023-09-29T16:58:28.295Z | Done |
177 | 2023-09-29T16:58:28.452Z | Done |
178 | 2023-09-29T16:58:28.543Z | Done |
179 | 2023-09-29T16:58:33.109Z | Done |
180 | 2023-09-29T16:58:33.232Z | Done |
181 | 2023-09-29T16:58:33.235Z | Done |
182 | 2023-09-29T16:58:33.339Z | Done |
183 | 2023-09-29T16:58:34.032Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2023-09-29T16:58:34.061Z | clang system 15 system |
185 | 2023-09-29T16:58:34.066Z | csh system system illumos |
186 | 2023-09-29T16:58:34.070Z | ctags system system illumos |
187 | 2023-09-29T16:58:34.076Z | gcc vendor 12 vendor |
188 | 2023-09-29T16:58:34.081Z | gcc system 10 system |
189 | 2023-09-29T16:58:34.086Z | gcc system 7 system |
190 | 2023-09-29T16:58:34.092Z | go system 1.20 system |
191 | 2023-09-29T16:58:34.097Z | go system 1.19 system |
192 | 2023-09-29T16:58:34.103Z | llvm system 15 system |
193 | 2023-09-29T16:58:34.107Z | llvm system 14 system |
194 | 2023-09-29T16:58:34.110Z | mariadb system 10.6 system |
195 | 2023-09-29T16:58:34.115Z | mta vendor vendor dma |
196 | 2023-09-29T16:58:34.132Z | openjdk system 17 system |
197 | 2023-09-29T16:58:34.140Z | openjdk system 11 system |
198 | 2023-09-29T16:58:34.145Z | openjdk system 1.8 system |
199 | 2023-09-29T16:58:34.148Z | openssl vendor 3 vendor |
200 | 2023-09-29T16:58:34.153Z | perl system 5.36 system |
201 | 2023-09-29T16:58:34.158Z | postgresql system 15 system |
202 | 2023-09-29T16:58:34.162Z | postgresql system 13 system |
203 | 2023-09-29T16:58:34.167Z | python vendor 3 vendor |
204 | 2023-09-29T16:58:34.171Z | python system 2 system |
205 | 2023-09-29T16:58:34.174Z | python3 system 3.11 system |
206 | 2023-09-29T16:58:34.178Z | ruby system 3.0 system |
207 | 2023-09-29T16:58:34.182Z | words vendor vendor american-english |
208 | 2023-09-29T16:58:34.186Z | words system system australian-english |
209 | 2023-09-29T16:58:34.190Z | words system system british-english |
210 | 2023-09-29T16:58:34.194Z | words system system canadian-english |
211 | 2023-09-29T16:58:34.198Z | words system system french |
212 | 2023-09-29T16:58:34.202Z | words system system italian |
213 | 2023-09-29T16:58:34.207Z | words system system ngerman |
214 | 2023-09-29T16:58:34.209Z | words system system ogerman |
215 | 2023-09-29T16:58:34.213Z | words system system spanish |
216 | 2023-09-29T16:58:34.587Z | FMRI IFO |
217 | 2023-09-29T16:58:34.590Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
218 | 2023-09-29T16:58:34.594Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
219 | 2023-09-29T16:58:34.597Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
220 | 2023-09-29T16:58:34.602Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
221 | 2023-09-29T16:58:34.610Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
222 | 2023-09-29T16:58:34.614Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
223 | 2023-09-29T16:58:34.660Z | + set -o errexit |
224 | 2023-09-29T16:58:34.663Z | +++ dirname ./tools/ci_download_cockroachdb |
225 | 2023-09-29T16:58:34.666Z | ++ cd ./tools |
226 | 2023-09-29T16:58:34.671Z | ++ pwd |
227 | 2023-09-29T16:58:34.674Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
228 | 2023-09-29T16:58:34.677Z | ++ basename ./tools/ci_download_cockroachdb |
229 | 2023-09-29T16:58:34.679Z | + ARG0=ci_download_cockroachdb |
230 | 2023-09-29T16:58:34.682Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
231 | 2023-09-29T16:58:34.685Z | + CIDL_VERSION=v22.1.9 |
232 | 2023-09-29T16:58:34.688Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
233 | 2023-09-29T16:58:34.690Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
234 | 2023-09-29T16:58:34.693Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
235 | 2023-09-29T16:58:34.696Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
236 | 2023-09-29T16:58:34.699Z | + TARGET_DIR=out |
237 | 2023-09-29T16:58:34.702Z | + DOWNLOAD_DIR=out/downloads |
238 | 2023-09-29T16:58:34.705Z | + DEST_DIR=./out/cockroachdb |
239 | 2023-09-29T16:58:34.708Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
240 | 2023-09-29T16:58:34.711Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
241 | 2023-09-29T16:58:34.714Z | + main |
242 | 2023-09-29T16:58:34.718Z | + [[ 0 != 0 ]] |
243 | 2023-09-29T16:58:34.722Z | + CIDL_OS=solaris2.11 |
244 | 2023-09-29T16:58:34.725Z | + [[ 0 != 0 ]] |
245 | 2023-09-29T16:58:34.729Z | + configure_os solaris2.11 |
246 | 2023-09-29T16:58:34.732Z | + echo 'current directory: /work/oxidecomputer/omicron' |
247 | 2023-09-29T16:58:34.735Z | current directory: /work/oxidecomputer/omicron |
248 | 2023-09-29T16:58:34.738Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-09-29T16:58:34.742Z | configuring based on OS: "solaris2.11" |
250 | 2023-09-29T16:58:34.744Z | + case "$1" in |
251 | 2023-09-29T16:58:34.747Z | + CIDL_BUILD=illumos |
252 | 2023-09-29T16:58:34.752Z | + CIDL_SUFFIX=tar.gz |
253 | 2023-09-29T16:58:34.758Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
254 | 2023-09-29T16:58:34.766Z | + CIDL_MD5FUNC=do_md5sum |
255 | 2023-09-29T16:58:34.777Z | + CIDL_URL_BASE=https://illumos.org/downloads |
256 | 2023-09-29T16:58:34.781Z | + CIDL_ASSEMBLE=do_assemble_illumos |
257 | 2023-09-29T16:58:34.784Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
258 | 2023-09-29T16:58:34.787Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-09-29T16:58:34.790Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-09-29T16:58:34.792Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
261 | 2023-09-29T16:58:34.795Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-09-29T16:58:34.798Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-09-29T16:58:34.801Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-09-29T16:58:34.804Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-09-29T16:58:34.807Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-09-29T16:58:34.810Z | + mkdir -p out/downloads |
267 | 2023-09-29T16:58:34.814Z | + mkdir -p ./out/cockroachdb |
268 | 2023-09-29T16:58:34.817Z | + local DO_DOWNLOAD=true |
269 | 2023-09-29T16:58:34.819Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
270 | 2023-09-29T16:58:34.822Z | + '[' true == true ']' |
271 | 2023-09-29T16:58:34.825Z | + echo Downloading... |
272 | 2023-09-29T16:58:34.828Z | Downloading... |
273 | 2023-09-29T16:58:34.831Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-09-29T16:58:34.834Z | + 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 |
275 | 2023-09-29T16:58:39.035Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-09-29T16:58:39.039Z | ++ md5sum |
277 | 2023-09-29T16:58:39.044Z | ++ awk '{print $1}' |
278 | 2023-09-29T16:58:39.236Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-09-29T16:58:39.241Z | + [[ 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 ]] |
280 | 2023-09-29T16:58:39.250Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-09-29T16:58:39.257Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
282 | 2023-09-29T16:58:42.841Z | + do_assemble_illumos |
283 | 2023-09-29T16:58:42.844Z | + rm -r ./out/cockroachdb |
284 | 2023-09-29T16:58:42.846Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
285 | 2023-09-29T16:58:43.541Z | + ./out/cockroachdb/bin/cockroach version |
286 | 2023-09-29T16:58:43.836Z | Build Tag: v22.1.9-dirty |
287 | 2023-09-29T16:58:43.839Z | Build Time: 2022/10/26 21:17:46 |
288 | 2023-09-29T16:58:43.843Z | Distribution: OSS |
289 | 2023-09-29T16:58:43.846Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
290 | 2023-09-29T16:58:43.850Z | Go Version: go1.17.13 |
291 | 2023-09-29T16:58:43.854Z | C Compiler: gcc 10.3.0 |
292 | 2023-09-29T16:58:43.857Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
293 | 2023-09-29T16:58:43.860Z | Build Type: release |
294 | 2023-09-29T16:58:43.864Z | + set -o errexit |
295 | 2023-09-29T16:58:43.868Z | +++ dirname ./tools/ci_download_clickhouse |
296 | 2023-09-29T16:58:43.872Z | ++ cd ./tools |
297 | 2023-09-29T16:58:43.876Z | ++ pwd |
298 | 2023-09-29T16:58:43.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
299 | 2023-09-29T16:58:43.901Z | ++ basename ./tools/ci_download_clickhouse |
300 | 2023-09-29T16:58:44.320Z | + ARG0=ci_download_clickhouse |
301 | 2023-09-29T16:58:44.334Z | + TARGET_DIR=out |
302 | 2023-09-29T16:58:44.343Z | + DOWNLOAD_DIR=out/downloads |
303 | 2023-09-29T16:58:44.759Z | + DEST_DIR=./out/clickhouse |
304 | 2023-09-29T16:58:44.771Z | + CIDL_VERSION=v22.8.9.24 |
305 | 2023-09-29T16:58:44.778Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
306 | 2023-09-29T16:58:44.784Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
307 | 2023-09-29T16:58:44.790Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
308 | 2023-09-29T16:58:44.797Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
309 | 2023-09-29T16:58:44.801Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
310 | 2023-09-29T16:58:44.804Z | + main |
311 | 2023-09-29T16:58:44.808Z | + [[ 0 != 0 ]] |
312 | 2023-09-29T16:58:44.811Z | + CIDL_OS=solaris2.11 |
313 | 2023-09-29T16:58:44.815Z | + [[ 0 != 0 ]] |
314 | 2023-09-29T16:58:44.819Z | + configure_os solaris2.11 |
315 | 2023-09-29T16:58:44.822Z | + echo 'current directory: /work/oxidecomputer/omicron' |
316 | 2023-09-29T16:58:44.826Z | current directory: /work/oxidecomputer/omicron |
317 | 2023-09-29T16:58:44.830Z | + echo 'configuring based on OS: "solaris2.11"' |
318 | 2023-09-29T16:58:44.834Z | configuring based on OS: "solaris2.11" |
319 | 2023-09-29T16:58:44.837Z | + CIDL_DASHREV= |
320 | 2023-09-29T16:58:44.840Z | + case "$1" in |
321 | 2023-09-29T16:58:44.844Z | + CIDL_PLATFORM=illumos |
322 | 2023-09-29T16:58:44.847Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-09-29T16:58:44.851Z | + CIDL_MD5FUNC=do_md5sum |
324 | 2023-09-29T16:58:44.856Z | + CIDL_DASHREV=-1 |
325 | 2023-09-29T16:58:44.859Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
326 | 2023-09-29T16:58:44.863Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-09-29T16:58:44.866Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-09-29T16:58:44.869Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-09-29T16:58:44.877Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-09-29T16:58:44.882Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-09-29T16:58:44.888Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-09-29T16:58:44.893Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-09-29T16:58:44.899Z | + mkdir -p out/downloads |
334 | 2023-09-29T16:58:44.904Z | + mkdir -p ./out/clickhouse |
335 | 2023-09-29T16:58:44.911Z | + local DO_DOWNLOAD=true |
336 | 2023-09-29T16:58:44.918Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
337 | 2023-09-29T16:58:44.924Z | + '[' true == true ']' |
338 | 2023-09-29T16:58:44.929Z | + echo Downloading... |
339 | 2023-09-29T16:58:44.934Z | Downloading... |
340 | 2023-09-29T16:58:44.937Z | + 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 |
341 | 2023-09-29T16:58:44.941Z | + 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 |
342 | 2023-09-29T16:58:45.235Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-09-29T16:58:45.243Z | ++ md5sum |
344 | 2023-09-29T16:58:45.249Z | ++ awk '{print $1}' |
345 | 2023-09-29T16:58:45.493Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-09-29T16:58:45.496Z | + [[ 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 ]] |
347 | 2023-09-29T16:58:45.500Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
348 | 2023-09-29T16:58:45.503Z | + mkdir -p ./out/clickhouse |
349 | 2023-09-29T16:58:45.506Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
350 | 2023-09-29T16:58:50.795Z | + ./out/clickhouse/clickhouse server --version |
351 | 2023-09-29T16:58:50.810Z | ClickHouse server version 22.8.9.1. |
352 | 2023-09-29T16:58:50.821Z | + set -o errexit |
353 | 2023-09-29T16:58:50.834Z | +++ dirname ./tools/ci_download_console |
354 | 2023-09-29T16:58:50.860Z | ++ cd ./tools |
355 | 2023-09-29T16:58:51.285Z | ++ pwd |
356 | 2023-09-29T16:58:51.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
357 | 2023-09-29T16:58:51.714Z | ++ basename ./tools/ci_download_console |
358 | 2023-09-29T16:58:51.718Z | + ARG0=ci_download_console |
359 | 2023-09-29T16:58:51.722Z | + TARGET_DIR=out |
360 | 2023-09-29T16:58:51.725Z | + DOWNLOAD_DIR=out/downloads |
361 | 2023-09-29T16:58:51.728Z | + DEST_DIR=./out/console-assets |
362 | 2023-09-29T16:58:51.731Z | + source /work/oxidecomputer/omicron/tools/console_version |
363 | 2023-09-29T16:58:51.736Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
364 | 2023-09-29T16:58:51.739Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
365 | 2023-09-29T16:58:51.742Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
366 | 2023-09-29T16:58:51.746Z | + TARBALL_FILE=out/downloads/console.tar.gz |
367 | 2023-09-29T16:58:51.750Z | + main |
368 | 2023-09-29T16:58:51.756Z | + [[ 0 != 0 ]] |
369 | 2023-09-29T16:58:51.760Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
370 | 2023-09-29T16:58:51.798Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
371 | 2023-09-29T16:58:51.806Z | Local file: out/downloads/console.tar.gz |
372 | 2023-09-29T16:58:51.809Z | + echo 'Local file: out/downloads/console.tar.gz' |
373 | 2023-09-29T16:58:51.812Z | + local DO_DOWNLOAD=true |
374 | 2023-09-29T16:58:51.814Z | + [[ -f out/downloads/console.tar.gz ]] |
375 | 2023-09-29T16:58:51.818Z | + mkdir -p out/downloads |
376 | 2023-09-29T16:58:51.822Z | + '[' true == true ']' |
377 | 2023-09-29T16:58:51.825Z | + echo Downloading... |
378 | 2023-09-29T16:58:51.828Z | Downloading... |
379 | 2023-09-29T16:58:51.830Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
380 | 2023-09-29T16:58:51.833Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
381 | 2023-09-29T16:58:51.841Z | ++ do_sha256sum out/downloads/console.tar.gz |
382 | 2023-09-29T16:58:51.857Z | ++ case "$OSTYPE" in |
383 | 2023-09-29T16:58:51.861Z | ++ SHA=sha256sum |
384 | 2023-09-29T16:58:51.864Z | ++ sha256sum |
385 | 2023-09-29T16:58:51.867Z | ++ awk '{print $1}' |
386 | 2023-09-29T16:58:51.870Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
387 | 2023-09-29T16:58:51.873Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
388 | 2023-09-29T16:58:51.879Z | + rm -rf ./out/console-assets |
389 | 2023-09-29T16:58:51.883Z | + mkdir -p ./out/console-assets |
390 | 2023-09-29T16:58:51.888Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
391 | 2023-09-29T16:58:51.898Z | + mkdir -p ./out/console-assets |
392 | 2023-09-29T16:58:51.905Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
393 | 2023-09-29T16:58:51.912Z | + set -o errexit |
394 | 2023-09-29T16:58:51.924Z | +++ dirname ./tools/ci_download_maghemite_openapi |
395 | 2023-09-29T16:58:51.936Z | ++ cd ./tools |
396 | 2023-09-29T16:58:51.941Z | ++ pwd |
397 | 2023-09-29T16:58:51.945Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
398 | 2023-09-29T16:58:51.950Z | ++ basename ./tools/ci_download_maghemite_openapi |
399 | 2023-09-29T16:58:51.953Z | + ARG0=ci_download_maghemite_openapi |
400 | 2023-09-29T16:58:51.956Z | + TARGET_DIR=out |
401 | 2023-09-29T16:58:51.961Z | + DOWNLOAD_DIR=out/downloads |
402 | 2023-09-29T16:58:51.964Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
403 | 2023-09-29T16:58:51.967Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
404 | 2023-09-29T16:58:51.970Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
405 | 2023-09-29T16:58:51.973Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
406 | 2023-09-29T16:58:51.979Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
407 | 2023-09-29T16:58:51.993Z | + main |
408 | 2023-09-29T16:58:52.011Z | + [[ 0 != 0 ]] |
409 | 2023-09-29T16:58:52.021Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
410 | 2023-09-29T16:58:52.027Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
411 | 2023-09-29T16:58:52.030Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
412 | 2023-09-29T16:58:52.034Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
413 | 2023-09-29T16:58:52.037Z | + local DO_DOWNLOAD=true |
414 | 2023-09-29T16:58:52.041Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
415 | 2023-09-29T16:58:52.044Z | + mkdir -p out/downloads |
416 | 2023-09-29T16:58:52.049Z | + '[' true == true ']' |
417 | 2023-09-29T16:58:52.052Z | + echo Downloading... |
418 | 2023-09-29T16:58:52.057Z | Downloading... |
419 | 2023-09-29T16:58:52.060Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
420 | 2023-09-29T16:58:52.063Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
421 | 2023-09-29T16:58:52.065Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-09-29T16:58:52.068Z | ++ case "$OSTYPE" in |
423 | 2023-09-29T16:58:52.071Z | ++ SHA=sha256sum |
424 | 2023-09-29T16:58:52.074Z | ++ sha256sum |
425 | 2023-09-29T16:58:52.076Z | ++ awk '{print $1}' |
426 | 2023-09-29T16:58:52.079Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-09-29T16:58:52.082Z | + [[ 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 ]] |
428 | 2023-09-29T16:58:52.085Z | + set -o errexit |
429 | 2023-09-29T16:58:52.088Z | +++ dirname ./tools/ci_download_dendrite_openapi |
430 | 2023-09-29T16:58:52.090Z | ++ cd ./tools |
431 | 2023-09-29T16:58:52.093Z | ++ pwd |
432 | 2023-09-29T16:58:52.096Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2023-09-29T16:58:52.100Z | ++ basename ./tools/ci_download_dendrite_openapi |
434 | 2023-09-29T16:58:52.103Z | + ARG0=ci_download_dendrite_openapi |
435 | 2023-09-29T16:58:52.107Z | + TARGET_DIR=out |
436 | 2023-09-29T16:58:52.110Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
437 | 2023-09-29T16:58:52.114Z | + DOWNLOAD_DIR=out/downloads |
438 | 2023-09-29T16:58:52.117Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
439 | 2023-09-29T16:58:52.124Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
440 | 2023-09-29T16:58:52.127Z | Downloading... |
441 | 2023-09-29T16:58:52.131Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
442 | 2023-09-29T16:58:52.134Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
443 | 2023-09-29T16:58:52.136Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
444 | 2023-09-29T16:58:52.139Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
445 | 2023-09-29T16:58:52.142Z | + main |
446 | 2023-09-29T16:58:52.146Z | + [[ 0 != 0 ]] |
447 | 2023-09-29T16:58:52.149Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
448 | 2023-09-29T16:58:52.152Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
449 | 2023-09-29T16:58:52.155Z | + local DO_DOWNLOAD=true |
450 | 2023-09-29T16:58:52.158Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
451 | 2023-09-29T16:58:52.162Z | + mkdir -p out/downloads |
452 | 2023-09-29T16:58:52.171Z | + '[' true == true ']' |
453 | 2023-09-29T16:58:52.184Z | + echo Downloading... |
454 | 2023-09-29T16:58:52.195Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
455 | 2023-09-29T16:58:52.212Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
456 | 2023-09-29T16:58:53.036Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
457 | 2023-09-29T16:58:53.041Z | ++ case "$OSTYPE" in |
458 | 2023-09-29T16:58:53.045Z | ++ SHA=sha256sum |
459 | 2023-09-29T16:58:53.048Z | ++ sha256sum |
460 | 2023-09-29T16:58:53.053Z | ++ awk '{print $1}' |
461 | 2023-09-29T16:58:53.056Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
462 | 2023-09-29T16:58:53.063Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
463 | 2023-09-29T16:58:53.067Z | + set -o errexit |
464 | 2023-09-29T16:58:53.071Z | +++ dirname ./tools/ci_download_dendrite_stub |
465 | 2023-09-29T16:58:53.077Z | ++ cd ./tools |
466 | 2023-09-29T16:58:53.081Z | ++ pwd |
467 | 2023-09-29T16:58:53.085Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2023-09-29T16:58:53.089Z | ++ basename ./tools/ci_download_dendrite_stub |
469 | 2023-09-29T16:58:53.092Z | + ARG0=ci_download_dendrite_stub |
470 | 2023-09-29T16:58:53.100Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
471 | 2023-09-29T16:58:53.110Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
472 | 2023-09-29T16:58:53.123Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
473 | 2023-09-29T16:58:53.138Z | current directory: /work/oxidecomputer/omicron |
474 | 2023-09-29T16:58:53.148Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
475 | 2023-09-29T16:58:53.161Z | configuring based on OS: "solaris2.11" |
476 | 2023-09-29T16:58:53.190Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2023-09-29T16:58:53.202Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
478 | 2023-09-29T16:58:53.232Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
479 | 2023-09-29T16:58:53.256Z | Local file: out/downloads/dendrite-stub.tar.gz |
480 | 2023-09-29T16:58:53.277Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
481 | 2023-09-29T16:58:53.287Z | Downloading... |
482 | 2023-09-29T16:58:53.293Z | + TARGET_DIR=out |
483 | 2023-09-29T16:58:53.303Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-09-29T16:58:53.314Z | + DEST_DIR=./out/dendrite-stub |
485 | 2023-09-29T16:58:53.745Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
486 | 2023-09-29T16:58:53.755Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
487 | 2023-09-29T16:58:53.762Z | + REPO=oxidecomputer/dendrite |
488 | 2023-09-29T16:58:53.776Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
489 | 2023-09-29T16:58:53.780Z | + main |
490 | 2023-09-29T16:58:53.786Z | + [[ 0 != 0 ]] |
491 | 2023-09-29T16:58:53.799Z | + CIDL_OS=solaris2.11 |
492 | 2023-09-29T16:58:54.226Z | + [[ 0 != 0 ]] |
493 | 2023-09-29T16:58:54.230Z | + configure_os solaris2.11 |
494 | 2023-09-29T16:58:54.239Z | + echo 'current directory: /work/oxidecomputer/omicron' |
495 | 2023-09-29T16:58:54.251Z | + echo 'configuring based on OS: "solaris2.11"' |
496 | 2023-09-29T16:58:54.262Z | + case "$1" in |
497 | 2023-09-29T16:58:54.273Z | + SET_BINARIES= |
498 | 2023-09-29T16:58:54.277Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
499 | 2023-09-29T16:58:54.280Z | + CIDL_SHA256FUNC=do_sha256sum |
500 | 2023-09-29T16:58:54.287Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
501 | 2023-09-29T16:58:54.291Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
502 | 2023-09-29T16:58:54.296Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
503 | 2023-09-29T16:58:54.299Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
504 | 2023-09-29T16:58:54.302Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
505 | 2023-09-29T16:58:54.304Z | + mkdir -p out/downloads |
506 | 2023-09-29T16:58:54.308Z | + mkdir -p ./out/dendrite-stub |
507 | 2023-09-29T16:58:54.313Z | + fetch_and_verify |
508 | 2023-09-29T16:58:54.319Z | + local DO_DOWNLOAD=true |
509 | 2023-09-29T16:58:54.330Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
510 | 2023-09-29T16:58:54.336Z | + '[' true == true ']' |
511 | 2023-09-29T16:58:54.341Z | + echo Downloading... |
512 | 2023-09-29T16:58:54.347Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
513 | 2023-09-29T16:58:54.356Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
514 | 2023-09-29T16:58:59.218Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
515 | 2023-09-29T16:58:59.222Z | ++ sha256sum |
516 | 2023-09-29T16:58:59.229Z | ++ awk '{print $1}' |
517 | 2023-09-29T16:58:59.318Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
518 | 2023-09-29T16:58:59.321Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
519 | 2023-09-29T16:58:59.325Z | + do_untar out/downloads/dendrite-stub.tar.gz |
520 | 2023-09-29T16:58:59.327Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
521 | 2023-09-29T16:59:00.328Z | + do_assemble |
522 | 2023-09-29T16:59:00.332Z | + rm -r ./out/dendrite-stub |
523 | 2023-09-29T16:59:00.335Z | + mkdir ./out/dendrite-stub |
524 | 2023-09-29T16:59:00.338Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
525 | 2023-09-29T16:59:00.471Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
526 | 2023-09-29T16:59:00.484Z | + set -o errexit |
527 | 2023-09-29T16:59:00.487Z | +++ dirname ./tools/ci_download_transceiver_control |
528 | 2023-09-29T16:59:00.490Z | ++ cd ./tools |
529 | 2023-09-29T16:59:00.493Z | ++ pwd |
530 | 2023-09-29T16:59:00.496Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-09-29T16:59:00.498Z | ++ basename ./tools/ci_download_transceiver_control |
532 | 2023-09-29T16:59:00.501Z | + ARG0=ci_download_transceiver_control |
533 | 2023-09-29T16:59:00.504Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
534 | 2023-09-29T16:59:00.507Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
535 | 2023-09-29T16:59:00.509Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
536 | 2023-09-29T16:59:00.512Z | + TARGET_DIR=out |
537 | 2023-09-29T16:59:00.516Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-09-29T16:59:00.520Z | + DEST_DIR=./out/transceiver-control |
539 | 2023-09-29T16:59:00.523Z | + BIN_DIR=/opt/oxide/bin |
540 | 2023-09-29T16:59:00.526Z | + BINARY=xcvradm |
541 | 2023-09-29T16:59:00.528Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2023-09-29T16:59:00.531Z | + REPO=oxidecomputer/transceiver-control |
543 | 2023-09-29T16:59:00.534Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
544 | 2023-09-29T16:59:00.537Z | + main |
545 | 2023-09-29T16:59:00.539Z | + [[ 0 != 0 ]] |
546 | 2023-09-29T16:59:00.542Z | + CIDL_OS=solaris2.11 |
547 | 2023-09-29T16:59:00.545Z | + [[ 0 != 0 ]] |
548 | 2023-09-29T16:59:00.548Z | + configure_os solaris2.11 |
549 | 2023-09-29T16:59:00.551Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2023-09-29T16:59:00.554Z | current directory: /work/oxidecomputer/omicron |
551 | 2023-09-29T16:59:00.556Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2023-09-29T16:59:00.559Z | configuring based on OS: "solaris2.11" |
553 | 2023-09-29T16:59:00.562Z | + case "$1" in |
554 | 2023-09-29T16:59:00.565Z | + SET_BINARIES= |
555 | 2023-09-29T16:59:00.568Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
556 | 2023-09-29T16:59:00.571Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2023-09-29T16:59:00.574Z | + ARCHIVE_FILENAME=xcvradm.gz |
558 | 2023-09-29T16:59:00.577Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
559 | 2023-09-29T16:59:00.580Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
560 | 2023-09-29T16:59:00.583Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
561 | 2023-09-29T16:59:00.586Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
562 | 2023-09-29T16:59:00.589Z | + echo 'Local file: out/downloads/xcvradm.gz' |
563 | 2023-09-29T16:59:00.593Z | Local file: out/downloads/xcvradm.gz |
564 | 2023-09-29T16:59:00.597Z | + mkdir -p out/downloads |
565 | 2023-09-29T16:59:00.599Z | + mkdir -p ./out/transceiver-control |
566 | 2023-09-29T16:59:00.603Z | + fetch_and_verify |
567 | 2023-09-29T16:59:00.606Z | + local DO_DOWNLOAD=true |
568 | 2023-09-29T16:59:00.609Z | + [[ -f out/downloads/xcvradm.gz ]] |
569 | 2023-09-29T16:59:00.614Z | + '[' true == true ']' |
570 | 2023-09-29T16:59:00.619Z | + echo Downloading... |
571 | 2023-09-29T16:59:00.624Z | Downloading... |
572 | 2023-09-29T16:59:00.627Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
573 | 2023-09-29T16:59:00.631Z | + 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 |
574 | 2023-09-29T16:59:02.519Z | ++ do_sha256sum out/downloads/xcvradm.gz |
575 | 2023-09-29T16:59:02.522Z | ++ sha256sum |
576 | 2023-09-29T16:59:02.526Z | ++ awk '{print $1}' |
577 | 2023-09-29T16:59:02.532Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
578 | 2023-09-29T16:59:02.535Z | + [[ 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 ]] |
579 | 2023-09-29T16:59:02.539Z | + do_unpack out/downloads/xcvradm.gz |
580 | 2023-09-29T16:59:02.544Z | + mkdir -p out/downloads/root//opt/oxide/bin |
581 | 2023-09-29T16:59:02.548Z | + gzip -dc out/downloads/xcvradm.gz |
582 | 2023-09-29T16:59:02.719Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
583 | 2023-09-29T16:59:02.724Z | + do_assemble |
584 | 2023-09-29T16:59:02.731Z | + rm -r ./out/transceiver-control |
585 | 2023-09-29T16:59:02.735Z | + mkdir ./out/transceiver-control |
586 | 2023-09-29T16:59:02.740Z | + cp -r out/downloads/root ./out/transceiver-control/root |
587 | 2023-09-29T16:59:02.876Z | All prerequisites installed successfully |
588 | 2023-09-29T16:59:02.879Z | |
589 | 2023-09-29T16:59:02.882Z | real 1:49.114556617 |
590 | 2023-09-29T16:59:02.885Z | user 49.597350171 |
591 | 2023-09-29T16:59:02.888Z | sys 10.287330410 |
592 | 2023-09-29T16:59:02.891Z | trap 0.027954641 |
593 | 2023-09-29T16:59:02.894Z | tflt 0.125380664 |
594 | 2023-09-29T16:59:02.898Z | dflt 0.521814067 |
595 | 2023-09-29T16:59:02.901Z | kflt 0.116285309 |
596 | 2023-09-29T16:59:02.904Z | lock 2.043027171 |
597 | 2023-09-29T16:59:02.907Z | slp 3:13.723225803 |
598 | 2023-09-29T16:59:02.910Z | lat 3.936643445 |
599 | 2023-09-29T16:59:02.913Z | stop 0.078078888 |
600 | 2023-09-29T16:59:02.916Z | + ptime -m ./tools/ci_download_softnpu_machinery |
601 | 2023-09-29T16:59:02.922Z | fetching npuzone |
602 | 2023-09-29T16:59:02.926Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
603 | 2023-09-29T16:59:02.932Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
604 | 2023-09-29T16:59:02.935Z | Getting hash for npuzone |
605 | 2023-09-29T16:59:03.539Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
606 | 2023-09-29T16:59:14.571Z | npuzone downloaded successfully |
607 | 2023-09-29T16:59:14.576Z | |
608 | 2023-09-29T16:59:14.580Z | real 11.694611998 |
609 | 2023-09-29T16:59:14.583Z | user 0.569442906 |
610 | 2023-09-29T16:59:14.586Z | sys 0.150023903 |
611 | 2023-09-29T16:59:14.589Z | trap 0.000803822 |
612 | 2023-09-29T16:59:14.591Z | tflt 0.000000000 |
613 | 2023-09-29T16:59:14.594Z | dflt 0.000000000 |
614 | 2023-09-29T16:59:14.597Z | kflt 0.000000000 |
615 | 2023-09-29T16:59:14.600Z | lock 0.000000000 |
616 | 2023-09-29T16:59:14.603Z | slp 34.168024259 |
617 | 2023-09-29T16:59:14.605Z | lat 0.157310174 |
618 | 2023-09-29T16:59:14.608Z | stop 0.000301293 |
619 | 2023-09-29T16:59:14.611Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu |
620 | 2023-09-29T16:59:14.955Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
621 | 2023-09-29T16:59:15.314Z | Updating crates.io index |
622 | 2023-09-29T16:59:15.318Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
623 | 2023-09-29T16:59:15.886Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
624 | 2023-09-29T16:59:16.743Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
625 | 2023-09-29T16:59:18.596Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
626 | 2023-09-29T16:59:19.267Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
627 | 2023-09-29T16:59:19.626Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
628 | 2023-09-29T16:59:19.927Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
629 | 2023-09-29T16:59:20.223Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
630 | 2023-09-29T16:59:21.104Z | Updating git repository `https://github.com/oxidecomputer/opte` |
631 | 2023-09-29T16:59:22.102Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
632 | 2023-09-29T16:59:23.452Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
633 | 2023-09-29T16:59:24.808Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
634 | 2023-09-29T16:59:25.174Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
635 | 2023-09-29T16:59:25.493Z | Updating git repository `https://github.com/njaremko/samael` |
636 | 2023-09-29T16:59:26.027Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
637 | 2023-09-29T16:59:27.622Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
638 | 2023-09-29T16:59:28.272Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
639 | 2023-09-29T16:59:28.761Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
640 | 2023-09-29T16:59:29.338Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
641 | 2023-09-29T16:59:29.737Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
642 | 2023-09-29T16:59:38.467Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
643 | 2023-09-29T16:59:38.877Z | Updating git repository `https://github.com/jgallagher/nix` |
644 | 2023-09-29T16:59:40.159Z | Updating git repository `https://github.com/cbiffle/hubpack` |
645 | 2023-09-29T16:59:40.494Z | Updating git repository `https://github.com/oxidecomputer/typify` |
646 | 2023-09-29T16:59:41.580Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
647 | 2023-09-29T16:59:41.963Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
648 | 2023-09-29T16:59:42.326Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
649 | 2023-09-29T16:59:43.964Z | Downloading crates ... |
650 | 2023-09-29T16:59:44.193Z | Downloaded bit-set v0.5.3 |
651 | 2023-09-29T16:59:44.210Z | Downloaded anyhow v1.0.75 |
652 | 2023-09-29T16:59:44.224Z | Downloaded httparse v1.8.0 |
653 | 2023-09-29T16:59:44.234Z | Downloaded block-buffer v0.10.4 |
654 | 2023-09-29T16:59:44.239Z | Downloaded async-trait v0.1.73 |
655 | 2023-09-29T16:59:44.246Z | Downloaded lru-cache v0.1.2 |
656 | 2023-09-29T16:59:44.249Z | Downloaded heck v0.4.1 |
657 | 2023-09-29T16:59:44.252Z | Downloaded miniz_oxide v0.7.1 |
658 | 2023-09-29T16:59:44.257Z | Downloaded num_enum v0.7.0 |
659 | 2023-09-29T16:59:44.277Z | Downloaded normalize-line-endings v0.3.0 |
660 | 2023-09-29T16:59:44.293Z | Downloaded bzip2 v0.4.4 |
661 | 2023-09-29T16:59:44.302Z | Downloaded ansi_term v0.12.1 |
662 | 2023-09-29T16:59:44.312Z | Downloaded arc-swap v1.6.0 |
663 | 2023-09-29T16:59:44.317Z | Downloaded async-stream-impl v0.3.5 |
664 | 2023-09-29T16:59:44.329Z | Downloaded base16ct v0.2.0 |
665 | 2023-09-29T16:59:44.334Z | Downloaded atty v0.2.14 |
666 | 2023-09-29T16:59:44.343Z | Downloaded array-init v0.0.4 |
667 | 2023-09-29T16:59:44.356Z | Downloaded new_debug_unreachable v1.0.4 |
668 | 2023-09-29T16:59:44.360Z | Downloaded adler v1.0.2 |
669 | 2023-09-29T16:59:44.363Z | Downloaded bitstruct v0.1.1 |
670 | 2023-09-29T16:59:44.366Z | Downloaded match_cfg v0.1.0 |
671 | 2023-09-29T16:59:44.369Z | Downloaded bitflags v1.3.2 |
672 | 2023-09-29T16:59:44.372Z | Downloaded matches v0.1.10 |
673 | 2023-09-29T16:59:44.376Z | Downloaded lazycell v1.3.0 |
674 | 2023-09-29T16:59:44.379Z | Downloaded serde_spanned v0.6.3 |
675 | 2023-09-29T16:59:44.382Z | Downloaded cipher v0.4.4 |
676 | 2023-09-29T16:59:44.385Z | Downloaded termtree v0.4.1 |
677 | 2023-09-29T16:59:44.388Z | Downloaded itoa v1.0.9 |
678 | 2023-09-29T16:59:44.391Z | Downloaded anstyle-query v1.0.0 |
679 | 2023-09-29T16:59:44.394Z | Downloaded num_enum_derive v0.7.0 |
680 | 2023-09-29T16:59:44.397Z | Downloaded memoffset v0.7.1 |
681 | 2023-09-29T16:59:44.399Z | Downloaded io-lifetimes v1.0.11 |
682 | 2023-09-29T16:59:44.402Z | Downloaded native-tls v0.2.11 |
683 | 2023-09-29T16:59:44.405Z | Downloaded crossbeam-deque v0.8.3 |
684 | 2023-09-29T16:59:44.408Z | Downloaded mime v0.3.17 |
685 | 2023-09-29T16:59:44.412Z | Downloaded managed v0.8.0 |
686 | 2023-09-29T16:59:44.415Z | Downloaded fs-err v2.9.0 |
687 | 2023-09-29T16:59:44.418Z | Downloaded scopeguard v1.2.0 |
688 | 2023-09-29T16:59:44.421Z | Downloaded thiserror-no-std v2.0.2 |
689 | 2023-09-29T16:59:44.424Z | Downloaded thread-id v4.2.0 |
690 | 2023-09-29T16:59:44.426Z | Downloaded log v0.4.20 |
691 | 2023-09-29T16:59:44.429Z | Downloaded cancel-safe-futures v0.1.2 |
692 | 2023-09-29T16:59:44.432Z | Downloaded path-dedot v3.1.0 |
693 | 2023-09-29T16:59:44.435Z | Downloaded foreign-types-shared v0.3.1 |
694 | 2023-09-29T16:59:44.438Z | Downloaded rand_core v0.6.4 |
695 | 2023-09-29T16:59:44.441Z | Downloaded clang-sys v1.6.1 |
696 | 2023-09-29T16:59:44.445Z | Downloaded shell-words v1.1.0 |
697 | 2023-09-29T16:59:44.447Z | Downloaded addr2line v0.21.0 |
698 | 2023-09-29T16:59:44.452Z | Downloaded quick-error v1.2.3 |
699 | 2023-09-29T16:59:44.455Z | Downloaded aes-gcm-siv v0.11.1 |
700 | 2023-09-29T16:59:44.459Z | Downloaded blake2 v0.10.6 |
701 | 2023-09-29T16:59:44.464Z | Downloaded try-lock v0.2.4 |
702 | 2023-09-29T16:59:44.467Z | Downloaded rustls-pemfile v1.0.3 |
703 | 2023-09-29T16:59:44.471Z | Downloaded enum-iterator-derive v1.2.1 |
704 | 2023-09-29T16:59:44.474Z | Downloaded fxhash v0.2.1 |
705 | 2023-09-29T16:59:44.477Z | Downloaded number_prefix v0.4.0 |
706 | 2023-09-29T16:59:44.480Z | Downloaded signature v1.6.4 |
707 | 2023-09-29T16:59:44.483Z | Downloaded display-error-chain v0.1.1 |
708 | 2023-09-29T16:59:44.486Z | Downloaded secrecy v0.8.0 |
709 | 2023-09-29T16:59:44.490Z | Downloaded futures-executor v0.3.28 |
710 | 2023-09-29T16:59:44.493Z | Downloaded subprocess v0.2.9 |
711 | 2023-09-29T16:59:44.495Z | Downloaded signature v2.1.0 |
712 | 2023-09-29T16:59:44.498Z | Downloaded indicatif v0.17.6 |
713 | 2023-09-29T16:59:44.502Z | Downloaded slog-dtrace v0.2.3 |
714 | 2023-09-29T16:59:44.506Z | Downloaded base64 v0.21.4 |
715 | 2023-09-29T16:59:44.513Z | Downloaded downcast v0.11.0 |
716 | 2023-09-29T16:59:44.516Z | Downloaded pin-utils v0.1.0 |
717 | 2023-09-29T16:59:44.519Z | Downloaded smawk v0.3.1 |
718 | 2023-09-29T16:59:44.522Z | Downloaded sha1 v0.10.5 |
719 | 2023-09-29T16:59:44.525Z | Downloaded oso-derive v0.26.4 |
720 | 2023-09-29T16:59:44.528Z | Downloaded resolv-conf v0.7.0 |
721 | 2023-09-29T16:59:44.531Z | Downloaded dtrace-parser v0.1.14 |
722 | 2023-09-29T16:59:44.533Z | Downloaded serde_plain v1.0.2 |
723 | 2023-09-29T16:59:44.536Z | Downloaded tar v0.4.40 |
724 | 2023-09-29T16:59:44.539Z | Downloaded serde_yaml v0.9.25 |
725 | 2023-09-29T16:59:44.546Z | Downloaded peeking_take_while v0.1.2 |
726 | 2023-09-29T16:59:44.549Z | Downloaded darling_macro v0.14.4 |
727 | 2023-09-29T16:59:44.551Z | Downloaded ppv-lite86 v0.2.17 |
728 | 2023-09-29T16:59:44.554Z | Downloaded proc-macro-error v1.0.4 |
729 | 2023-09-29T16:59:44.558Z | Downloaded zone v0.2.0 |
730 | 2023-09-29T16:59:44.561Z | Downloaded deranged v0.3.8 |
731 | 2023-09-29T16:59:44.564Z | Downloaded unicode-xid v0.2.4 |
732 | 2023-09-29T16:59:44.566Z | Downloaded zerocopy v0.6.3 |
733 | 2023-09-29T16:59:44.571Z | Downloaded strsim v0.10.0 |
734 | 2023-09-29T16:59:44.574Z | Downloaded ryu v1.0.15 |
735 | 2023-09-29T16:59:44.580Z | Downloaded unicase v2.7.0 |
736 | 2023-09-29T16:59:44.584Z | Downloaded structmeta-derive v0.1.6 |
737 | 2023-09-29T16:59:44.587Z | Downloaded unarray v0.1.4 |
738 | 2023-09-29T16:59:44.589Z | Downloaded tungstenite v0.17.3 |
739 | 2023-09-29T16:59:44.594Z | Downloaded ena v0.14.2 |
740 | 2023-09-29T16:59:44.597Z | Downloaded snafu-derive v0.7.5 |
741 | 2023-09-29T16:59:44.601Z | Downloaded olpc-cjson v0.1.3 |
742 | 2023-09-29T16:59:44.604Z | Downloaded ref-cast-impl v1.0.20 |
743 | 2023-09-29T16:59:44.607Z | Downloaded ref-cast v1.0.20 |
744 | 2023-09-29T16:59:44.610Z | Downloaded tinyvec_macros v0.1.1 |
745 | 2023-09-29T16:59:44.612Z | Downloaded rustc_version v0.4.0 |
746 | 2023-09-29T16:59:44.615Z | Downloaded sha2 v0.10.7 |
747 | 2023-09-29T16:59:44.619Z | Downloaded num_threads v0.1.6 |
748 | 2023-09-29T16:59:44.622Z | Downloaded serde-big-array v0.5.1 |
749 | 2023-09-29T16:59:44.624Z | Downloaded password-hash v0.5.0 |
750 | 2023-09-29T16:59:44.627Z | Downloaded similar v2.2.1 |
751 | 2023-09-29T16:59:44.637Z | Downloaded unicode-linebreak v0.1.5 |
752 | 2023-09-29T16:59:44.640Z | Downloaded zeroize_derive v1.4.2 |
753 | 2023-09-29T16:59:44.643Z | Downloaded bytes v1.5.0 |
754 | 2023-09-29T16:59:44.648Z | Downloaded hashlink v0.8.3 |
755 | 2023-09-29T16:59:44.652Z | Downloaded time-core v0.1.1 |
756 | 2023-09-29T16:59:44.655Z | Downloaded foreign-types v0.3.2 |
757 | 2023-09-29T16:59:44.658Z | Downloaded der_derive v0.7.2 |
758 | 2023-09-29T16:59:44.661Z | Downloaded zerocopy v0.3.0 |
759 | 2023-09-29T16:59:44.663Z | Downloaded unicode-width v0.1.10 |
760 | 2023-09-29T16:59:44.666Z | Downloaded signal-hook-registry v1.4.1 |
761 | 2023-09-29T16:59:44.670Z | Downloaded tokio-macros v2.1.0 |
762 | 2023-09-29T16:59:44.673Z | Downloaded rusty-fork v0.3.0 |
763 | 2023-09-29T16:59:44.677Z | Downloaded serde_path_to_error v0.1.14 |
764 | 2023-09-29T16:59:44.680Z | Downloaded fragile v2.0.0 |
765 | 2023-09-29T16:59:44.682Z | Downloaded openssl-macros v0.1.1 |
766 | 2023-09-29T16:59:44.685Z | Downloaded errno v0.3.2 |
767 | 2023-09-29T16:59:44.688Z | Downloaded want v0.3.1 |
768 | 2023-09-29T16:59:44.691Z | Downloaded platforms v3.0.2 |
769 | 2023-09-29T16:59:44.695Z | Downloaded rsa v0.9.2 |
770 | 2023-09-29T16:59:44.698Z | Downloaded foreign-types v0.5.0 |
771 | 2023-09-29T16:59:44.701Z | Downloaded toolchain_find v0.2.0 |
772 | 2023-09-29T16:59:44.711Z | Downloaded ed25519 v1.5.3 |
773 | 2023-09-29T16:59:44.724Z | Downloaded rayon-core v1.11.0 |
774 | 2023-09-29T16:59:44.740Z | Downloaded flagset v0.4.3 |
775 | 2023-09-29T16:59:44.749Z | Downloaded time-macros v0.2.13 |
776 | 2023-09-29T16:59:44.754Z | Downloaded serde-big-array v0.4.1 |
777 | 2023-09-29T16:59:44.758Z | Downloaded pkcs8 v0.10.2 |
778 | 2023-09-29T16:59:44.762Z | Downloaded pretty-hex v0.2.1 |
779 | 2023-09-29T16:59:44.765Z | Downloaded path-slash v0.1.5 |
780 | 2023-09-29T16:59:44.769Z | Downloaded siphasher v0.3.11 |
781 | 2023-09-29T16:59:44.772Z | Downloaded derive-where v1.2.5 |
782 | 2023-09-29T16:59:44.776Z | Downloaded tokio-tungstenite v0.18.0 |
783 | 2023-09-29T16:59:44.779Z | Downloaded postcard-cobs v0.1.5-pre |
784 | 2023-09-29T16:59:44.783Z | Downloaded usdt-macro v0.3.5 |
785 | 2023-09-29T16:59:44.786Z | Downloaded opaque-debug v0.3.0 |
786 | 2023-09-29T16:59:44.789Z | Downloaded which v4.4.0 |
787 | 2023-09-29T16:59:44.792Z | Downloaded fixedbitset v0.4.2 |
788 | 2023-09-29T16:59:44.798Z | Downloaded thread_local v1.1.7 |
789 | 2023-09-29T16:59:44.801Z | Downloaded smallvec v1.11.0 |
790 | 2023-09-29T16:59:44.804Z | Downloaded parking_lot v0.11.2 |
791 | 2023-09-29T16:59:44.807Z | Downloaded darling_macro v0.20.3 |
792 | 2023-09-29T16:59:44.811Z | Downloaded packed_struct_codegen v0.10.1 |
793 | 2023-09-29T16:59:44.815Z | Downloaded openssl-probe v0.1.5 |
794 | 2023-09-29T16:59:44.818Z | Downloaded darling v0.20.3 |
795 | 2023-09-29T16:59:44.822Z | Downloaded parking_lot_core v0.8.6 |
796 | 2023-09-29T16:59:44.825Z | Downloaded unicode-ident v1.0.12 |
797 | 2023-09-29T16:59:44.829Z | Downloaded dirs-next v2.0.0 |
798 | 2023-09-29T16:59:44.832Z | Downloaded sct v0.7.0 |
799 | 2023-09-29T16:59:44.835Z | Downloaded equivalent v1.0.1 |
800 | 2023-09-29T16:59:44.839Z | Downloaded r2d2 v0.8.10 |
801 | 2023-09-29T16:59:44.843Z | Downloaded wait-timeout v0.2.0 |
802 | 2023-09-29T16:59:44.851Z | Downloaded zone_cfg_derive v0.2.0 |
803 | 2023-09-29T16:59:44.855Z | Downloaded vec_map v0.8.2 |
804 | 2023-09-29T16:59:44.859Z | Downloaded strip-ansi-escapes v0.2.0 |
805 | 2023-09-29T16:59:44.863Z | Downloaded toml_datetime v0.6.3 |
806 | 2023-09-29T16:59:44.867Z | Downloaded pem v1.1.1 |
807 | 2023-09-29T16:59:44.871Z | Downloaded half v1.8.2 |
808 | 2023-09-29T16:59:44.875Z | Downloaded vte v0.11.1 |
809 | 2023-09-29T16:59:44.878Z | Downloaded futures-sink v0.3.28 |
810 | 2023-09-29T16:59:44.882Z | Downloaded cstr-argument v0.1.2 |
811 | 2023-09-29T16:59:44.885Z | Downloaded parse-display v0.7.0 |
812 | 2023-09-29T16:59:44.888Z | Downloaded terminal_size v0.2.6 |
813 | 2023-09-29T16:59:44.891Z | Downloaded time v0.3.27 |
814 | 2023-09-29T16:59:44.895Z | Downloaded whoami v1.4.1 |
815 | 2023-09-29T16:59:44.898Z | Downloaded foreign-types-shared v0.1.1 |
816 | 2023-09-29T16:59:44.902Z | Downloaded curve25519-dalek-derive v0.1.0 |
817 | 2023-09-29T16:59:44.905Z | Downloaded pretty-hex v0.3.0 |
818 | 2023-09-29T16:59:44.908Z | Downloaded crypto-common v0.1.6 |
819 | 2023-09-29T16:59:44.911Z | Downloaded quote v1.0.33 |
820 | 2023-09-29T16:59:44.915Z | Downloaded foreign-types-macros v0.2.3 |
821 | 2023-09-29T16:59:44.918Z | Downloaded parse-display-derive v0.7.0 |
822 | 2023-09-29T16:59:44.922Z | Downloaded filetime v0.2.22 |
823 | 2023-09-29T16:59:44.926Z | Downloaded xattr v1.0.1 |
824 | 2023-09-29T16:59:44.930Z | Downloaded smf v0.2.2 |
825 | 2023-09-29T16:59:44.934Z | Downloaded trust-dns-server v0.22.1 |
826 | 2023-09-29T16:59:44.937Z | Downloaded structmeta v0.1.6 |
827 | 2023-09-29T16:59:44.973Z | Downloaded fastrand v2.0.0 |
828 | 2023-09-29T16:59:44.976Z | Downloaded derive_builder v0.12.0 |
829 | 2023-09-29T16:59:44.980Z | Downloaded crunchy v0.2.2 |
830 | 2023-09-29T16:59:44.983Z | Downloaded md-5 v0.10.5 |
831 | 2023-09-29T16:59:44.986Z | Downloaded tempfile v3.8.0 |
832 | 2023-09-29T16:59:44.989Z | Downloaded pkcs1 v0.7.5 |
833 | 2023-09-29T16:59:44.993Z | Downloaded walkdir v2.4.0 |
834 | 2023-09-29T16:59:44.997Z | Downloaded slog-scope v4.4.0 |
835 | 2023-09-29T16:59:45.006Z | Downloaded ff v0.13.0 |
836 | 2023-09-29T16:59:45.011Z | Downloaded pest_generator v2.7.2 |
837 | 2023-09-29T16:59:45.015Z | Downloaded papergrid v0.10.0 |
838 | 2023-09-29T16:59:45.020Z | Downloaded uuid v1.4.1 |
839 | 2023-09-29T16:59:45.023Z | Downloaded once_cell v1.18.0 |
840 | 2023-09-29T16:59:45.026Z | Downloaded form_urlencoded v1.2.0 |
841 | 2023-09-29T16:59:45.030Z | Downloaded libm v0.2.7 |
842 | 2023-09-29T16:59:45.034Z | Downloaded slog-envlogger v2.2.0 |
843 | 2023-09-29T16:59:45.037Z | Downloaded aes v0.8.3 |
844 | 2023-09-29T16:59:45.041Z | Downloaded futures-util v0.3.28 |
845 | 2023-09-29T16:59:45.044Z | Downloaded rcgen v0.10.0 |
846 | 2023-09-29T16:59:45.048Z | Downloaded poly1305 v0.8.0 |
847 | 2023-09-29T16:59:45.051Z | Downloaded ron v0.8.1 |
848 | 2023-09-29T16:59:45.054Z | Downloaded rustls-native-certs v0.6.3 |
849 | 2023-09-29T16:59:45.058Z | Downloaded der v0.7.8 |
850 | 2023-09-29T16:59:45.062Z | Downloaded tabled v0.14.0 |
851 | 2023-09-29T16:59:45.065Z | Downloaded prettyplease v0.2.12 |
852 | 2023-09-29T16:59:45.068Z | Downloaded pest_meta v2.7.2 |
853 | 2023-09-29T16:59:45.076Z | Downloaded oso v0.26.4 |
854 | 2023-09-29T16:59:45.081Z | Downloaded toml_edit v0.19.15 |
855 | 2023-09-29T16:59:45.087Z | Downloaded regex-automata v0.1.10 |
856 | 2023-09-29T16:59:45.096Z | Downloaded unsafe-libyaml v0.2.9 |
857 | 2023-09-29T16:59:45.102Z | Downloaded crossterm v0.27.0 |
858 | 2023-09-29T16:59:45.113Z | Downloaded heapless v0.7.16 |
859 | 2023-09-29T16:59:45.120Z | Downloaded portable-atomic v1.4.3 |
860 | 2023-09-29T16:59:45.129Z | Downloaded serde_json v1.0.107 |
861 | 2023-09-29T16:59:45.143Z | Downloaded hkdf v0.12.3 |
862 | 2023-09-29T16:59:45.173Z | Downloaded trust-dns-client v0.22.0 |
863 | 2023-09-29T16:59:45.599Z | Downloaded git2 v0.17.2 |
864 | 2023-09-29T16:59:45.616Z | Downloaded hashbrown v0.12.3 |
865 | 2023-09-29T16:59:45.634Z | Downloaded crossterm v0.26.1 |
866 | 2023-09-29T16:59:45.643Z | Downloaded hashbrown v0.14.0 |
867 | 2023-09-29T16:59:45.651Z | Downloaded petgraph v0.6.4 |
868 | 2023-09-29T16:59:45.661Z | Downloaded x509-cert v0.2.4 |
869 | 2023-09-29T16:59:45.670Z | Downloaded regex v1.9.5 |
870 | 2023-09-29T16:59:45.679Z | Downloaded curve25519-dalek v4.1.0 |
871 | 2023-09-29T16:59:45.685Z | Downloaded openssl v0.10.57 |
872 | 2023-09-29T16:59:45.694Z | Downloaded rustls v0.21.7 |
873 | 2023-09-29T16:59:45.699Z | Downloaded syn v2.0.32 |
874 | 2023-09-29T16:59:45.703Z | Downloaded diesel v2.1.1 |
875 | 2023-09-29T16:59:45.709Z | Downloaded ratatui v0.23.0 |
876 | 2023-09-29T16:59:45.714Z | Downloaded vcpkg v0.2.15 |
877 | 2023-09-29T16:59:45.718Z | Downloaded webpki-roots v0.25.2 |
878 | 2023-09-29T16:59:45.722Z | Downloaded zerocopy-derive v0.2.0 |
879 | 2023-09-29T16:59:45.726Z | Downloaded zerocopy-derive v0.6.3 |
880 | 2023-09-29T16:59:45.730Z | Downloaded bstr v1.6.0 |
881 | 2023-09-29T16:59:45.734Z | Downloaded rustix v0.38.9 |
882 | 2023-09-29T16:59:45.737Z | Downloaded openapiv3 v1.0.3 |
883 | 2023-09-29T16:59:45.741Z | Downloaded tokio v1.32.0 |
884 | 2023-09-29T16:59:45.744Z | Downloaded sled v0.34.7 |
885 | 2023-09-29T16:59:45.747Z | Downloaded regex-automata v0.3.8 |
886 | 2023-09-29T16:59:45.751Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
887 | 2023-09-29T16:59:45.767Z | Downloaded libc v0.2.148 |
888 | 2023-09-29T16:59:45.818Z | Downloaded polar-core v0.26.4 |
889 | 2023-09-29T16:59:45.837Z | Downloaded rustix v0.37.23 |
890 | 2023-09-29T16:59:45.877Z | Downloaded encoding_rs v0.8.33 |
891 | 2023-09-29T16:59:45.925Z | Downloaded sha3 v0.10.8 |
892 | 2023-09-29T16:59:45.939Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
893 | 2023-09-29T16:59:46.052Z | Downloaded radix_trie v0.2.1 |
894 | 2023-09-29T16:59:46.064Z | Downloaded regex-syntax v0.6.29 |
895 | 2023-09-29T16:59:46.078Z | Downloaded regress v0.7.1 |
896 | 2023-09-29T16:59:46.093Z | Downloaded smoltcp v0.9.1 |
897 | 2023-09-29T16:59:46.109Z | Downloaded idna v0.2.3 |
898 | 2023-09-29T16:59:46.123Z | Downloaded regex-syntax v0.7.5 |
899 | 2023-09-29T16:59:46.143Z | Downloaded idna v0.4.0 |
900 | 2023-09-29T16:59:46.160Z | Downloaded trust-dns-proto v0.22.0 |
901 | 2023-09-29T16:59:46.179Z | Downloaded smoltcp v0.8.2 |
902 | 2023-09-29T16:59:46.196Z | Downloaded quick-xml v0.23.1 |
903 | 2023-09-29T16:59:46.209Z | Downloaded object v0.32.1 |
904 | 2023-09-29T16:59:46.230Z | Downloaded bstr v0.2.17 |
905 | 2023-09-29T16:59:46.249Z | Downloaded toml_edit v0.20.0 |
906 | 2023-09-29T16:59:46.277Z | Downloaded libsqlite3-sys v0.26.0 |
907 | 2023-09-29T16:59:46.418Z | Downloaded object v0.30.4 |
908 | 2023-09-29T16:59:46.436Z | Downloaded gimli v0.28.0 |
909 | 2023-09-29T16:59:46.454Z | Downloaded hyper v0.14.27 |
910 | 2023-09-29T16:59:46.471Z | Downloaded syn v1.0.109 |
911 | 2023-09-29T16:59:46.501Z | Downloaded h2 v0.3.21 |
912 | 2023-09-29T16:59:46.518Z | Downloaded tracing v0.1.37 |
913 | 2023-09-29T16:59:46.527Z | Downloaded pest v2.7.2 |
914 | 2023-09-29T16:59:46.533Z | Downloaded hashbrown v0.13.2 |
915 | 2023-09-29T16:59:46.537Z | Downloaded flate2 v1.0.27 |
916 | 2023-09-29T16:59:46.540Z | Downloaded libz-sys v1.1.12 |
917 | 2023-09-29T16:59:46.656Z | Downloaded tokio-util v0.7.8 |
918 | 2023-09-29T16:59:46.666Z | Downloaded winnow v0.5.15 |
919 | 2023-09-29T16:59:46.680Z | Downloaded rusqlite v0.29.0 |
920 | 2023-09-29T16:59:46.691Z | Downloaded lalrpop v0.19.12 |
921 | 2023-09-29T16:59:46.712Z | Downloaded bindgen v0.65.1 |
922 | 2023-09-29T16:59:46.724Z | Downloaded reqwest v0.11.20 |
923 | 2023-09-29T16:59:46.737Z | Downloaded chrono v0.4.31 |
924 | 2023-09-29T16:59:46.753Z | Downloaded rustls-webpki v0.101.4 |
925 | 2023-09-29T16:59:46.778Z | Downloaded unicode-segmentation v1.10.1 |
926 | 2023-09-29T16:59:46.784Z | Downloaded rand v0.8.5 |
927 | 2023-09-29T16:59:46.794Z | Downloaded proptest v1.2.0 |
928 | 2023-09-29T16:59:46.808Z | Downloaded clap v2.34.0 |
929 | 2023-09-29T16:59:46.820Z | Downloaded aho-corasick v1.0.4 |
930 | 2023-09-29T16:59:46.830Z | Downloaded bitvec v1.0.1 |
931 | 2023-09-29T16:59:46.857Z | Downloaded ring v0.16.20 |
932 | 2023-09-29T16:59:47.045Z | Downloaded rayon v1.7.0 |
933 | 2023-09-29T16:59:47.048Z | Downloaded clap_builder v4.4.2 |
934 | 2023-09-29T16:59:47.051Z | Downloaded pest_derive v2.7.2 |
935 | 2023-09-29T16:59:47.054Z | Downloaded diff v0.1.13 |
936 | 2023-09-29T16:59:47.056Z | Downloaded globset v0.4.13 |
937 | 2023-09-29T16:59:47.059Z | Downloaded tungstenite v0.18.0 |
938 | 2023-09-29T16:59:47.062Z | Downloaded openssl-sys v0.9.93 |
939 | 2023-09-29T16:59:47.070Z | Downloaded ctr v0.9.2 |
940 | 2023-09-29T16:59:47.074Z | Downloaded omicron-zone-package v0.8.3 |
941 | 2023-09-29T16:59:47.079Z | Downloaded tokio-tungstenite v0.17.2 |
942 | 2023-09-29T16:59:47.081Z | Downloaded tokio-rustls v0.24.1 |
943 | 2023-09-29T16:59:47.084Z | Downloaded structopt v0.3.26 |
944 | 2023-09-29T16:59:47.099Z | Downloaded unicode-normalization v0.1.22 |
945 | 2023-09-29T16:59:47.106Z | Downloaded serde_with v2.3.3 |
946 | 2023-09-29T16:59:47.115Z | Downloaded untrusted v0.7.1 |
947 | 2023-09-29T16:59:47.118Z | Downloaded steno v0.4.0 |
948 | 2023-09-29T16:59:47.123Z | Downloaded tokio-postgres v0.7.10 |
949 | 2023-09-29T16:59:47.131Z | Downloaded dyn-clone v1.0.13 |
950 | 2023-09-29T16:59:47.134Z | Downloaded env_logger v0.9.3 |
951 | 2023-09-29T16:59:47.137Z | Downloaded env_logger v0.10.0 |
952 | 2023-09-29T16:59:47.142Z | Downloaded fatfs v0.3.6 |
953 | 2023-09-29T16:59:47.146Z | Downloaded universal-hash v0.5.1 |
954 | 2023-09-29T16:59:47.149Z | Downloaded futures-task v0.3.28 |
955 | 2023-09-29T16:59:47.152Z | Downloaded crypto-bigint v0.5.2 |
956 | 2023-09-29T16:59:47.167Z | Downloaded elliptic-curve v0.13.5 |
957 | 2023-09-29T16:59:47.170Z | Downloaded toml v0.8.0 |
958 | 2023-09-29T16:59:47.174Z | Downloaded darling_core v0.14.4 |
959 | 2023-09-29T16:59:47.179Z | Downloaded trust-dns-resolver v0.22.0 |
960 | 2023-09-29T16:59:47.186Z | Downloaded reedline v0.23.0 |
961 | 2023-09-29T16:59:47.198Z | Downloaded derive_more v0.99.17 |
962 | 2023-09-29T16:59:47.205Z | Downloaded libxml v0.3.3 |
963 | 2023-09-29T16:59:47.216Z | Downloaded tough v0.12.5 |
964 | 2023-09-29T16:59:47.229Z | Downloaded toml v0.7.8 |
965 | 2023-09-29T16:59:47.234Z | Downloaded fd-lock v3.0.13 |
966 | 2023-09-29T16:59:47.238Z | Downloaded dof v0.1.5 |
967 | 2023-09-29T16:59:47.241Z | Downloaded digest v0.10.7 |
968 | 2023-09-29T16:59:47.244Z | Downloaded pem-rfc7468 v0.7.0 |
969 | 2023-09-29T16:59:47.247Z | Downloaded headers v0.3.9 |
970 | 2023-09-29T16:59:47.254Z | Downloaded packed_struct v0.10.1 |
971 | 2023-09-29T16:59:47.258Z | Downloaded difflib v0.4.0 |
972 | 2023-09-29T16:59:47.261Z | Downloaded usdt v0.3.5 |
973 | 2023-09-29T16:59:47.264Z | Downloaded fallible-iterator v0.2.0 |
974 | 2023-09-29T16:59:47.267Z | Downloaded ron v0.7.1 |
975 | 2023-09-29T16:59:47.270Z | Downloaded socket2 v0.5.3 |
976 | 2023-09-29T16:59:47.273Z | Downloaded darling_core v0.20.3 |
977 | 2023-09-29T16:59:47.280Z | Downloaded url v2.4.1 |
978 | 2023-09-29T16:59:47.286Z | Downloaded flume v0.11.0 |
979 | 2023-09-29T16:59:47.292Z | Downloaded salty v0.2.0 |
980 | 2023-09-29T16:59:47.301Z | Downloaded hash32 v0.2.1 |
981 | 2023-09-29T16:59:47.304Z | Downloaded smallvec v0.6.14 |
982 | 2023-09-29T16:59:47.307Z | Downloaded tokio-stream v0.1.14 |
983 | 2023-09-29T16:59:47.312Z | Downloaded doc-comment v0.3.3 |
984 | 2023-09-29T16:59:47.315Z | Downloaded phf v0.11.2 |
985 | 2023-09-29T16:59:47.328Z | Downloaded tinyvec v1.6.0 |
986 | 2023-09-29T16:59:47.331Z | Downloaded usdt-attr-macro v0.3.5 |
987 | 2023-09-29T16:59:47.334Z | Downloaded phf_shared v0.11.2 |
988 | 2023-09-29T16:59:47.337Z | Downloaded utf-8 v0.7.6 |
989 | 2023-09-29T16:59:47.340Z | Downloaded percent-encoding v2.3.0 |
990 | 2023-09-29T16:59:47.343Z | Downloaded tracing-core v0.1.31 |
991 | 2023-09-29T16:59:47.347Z | Downloaded vergen v8.2.4 |
992 | 2023-09-29T16:59:47.351Z | Downloaded rustc-hash v1.1.0 |
993 | 2023-09-29T16:59:47.358Z | Downloaded rtoolbox v0.0.1 |
994 | 2023-09-29T16:59:47.370Z | Downloaded derive_builder_core v0.12.0 |
995 | 2023-09-29T16:59:47.384Z | Downloaded getrandom v0.2.10 |
996 | 2023-09-29T16:59:47.393Z | Downloaded tracing-attributes v0.1.26 |
997 | 2023-09-29T16:59:47.403Z | Downloaded usdt-impl v0.3.5 |
998 | 2023-09-29T16:59:47.409Z | Downloaded itertools v0.11.0 |
999 | 2023-09-29T16:59:47.415Z | Downloaded num-bigint-dig v0.8.4 |
1000 | 2023-09-29T16:59:47.422Z | Downloaded utf8parse v0.2.1 |
1001 | 2023-09-29T16:59:47.426Z | Downloaded fallible-streaming-iterator v0.1.9 |
1002 | 2023-09-29T16:59:47.430Z | Downloaded futures-io v0.3.28 |
1003 | 2023-09-29T16:59:47.434Z | Downloaded zip v0.6.6 |
1004 | 2023-09-29T16:59:47.439Z | Downloaded vsss-rs v3.3.1 |
1005 | 2023-09-29T16:59:47.442Z | Downloaded darling v0.14.4 |
1006 | 2023-09-29T16:59:47.445Z | Downloaded signal-hook-tokio v0.3.1 |
1007 | 2023-09-29T16:59:47.448Z | Downloaded semver v0.1.20 |
1008 | 2023-09-29T16:59:47.451Z | Downloaded proc-macro-crate v1.3.1 |
1009 | 2023-09-29T16:59:47.454Z | Downloaded tiny-keccak v2.0.2 |
1010 | 2023-09-29T16:59:47.457Z | Downloaded dirs-sys-next v0.1.2 |
1011 | 2023-09-29T16:59:47.460Z | Downloaded yasna v0.5.2 |
1012 | 2023-09-29T16:59:47.463Z | Downloaded memchr v2.6.3 |
1013 | 2023-09-29T16:59:47.465Z | Downloaded zeroize v1.6.0 |
1014 | 2023-09-29T16:59:47.468Z | Downloaded ucd-trie v0.1.6 |
1015 | 2023-09-29T16:59:47.471Z | Downloaded derive_builder_macro v0.12.0 |
1016 | 2023-09-29T16:59:47.474Z | Downloaded serde_with_macros v2.3.3 |
1017 | 2023-09-29T16:59:47.476Z | Downloaded diesel_derives v2.1.1 |
1018 | 2023-09-29T16:59:47.479Z | Downloaded parking_lot v0.12.1 |
1019 | 2023-09-29T16:59:47.482Z | Downloaded snafu v0.7.5 |
1020 | 2023-09-29T16:59:47.485Z | Downloaded unicode-bidi v0.3.13 |
1021 | 2023-09-29T16:59:47.487Z | Downloaded float-cmp v0.9.0 |
1022 | 2023-09-29T16:59:47.490Z | Downloaded toml v0.5.11 |
1023 | 2023-09-29T16:59:47.493Z | Downloaded tokio-native-tls v0.3.1 |
1024 | 2023-09-29T16:59:47.496Z | Downloaded erased-serde v0.3.30 |
1025 | 2023-09-29T16:59:47.499Z | Downloaded predicates v2.1.5 |
1026 | 2023-09-29T16:59:47.502Z | Downloaded typenum v1.16.0 |
1027 | 2023-09-29T16:59:47.505Z | Downloaded http v0.2.9 |
1028 | 2023-09-29T16:59:47.508Z | Downloaded crossbeam-channel v0.5.8 |
1029 | 2023-09-29T16:59:47.510Z | Downloaded stringprep v0.1.3 |
1030 | 2023-09-29T16:59:47.513Z | Downloaded socket2 v0.4.9 |
1031 | 2023-09-29T16:59:47.516Z | Downloaded polyval v0.6.1 |
1032 | 2023-09-29T16:59:47.519Z | Downloaded structopt-derive v0.4.18 |
1033 | 2023-09-29T16:59:47.522Z | Downloaded owo-colors v3.5.0 |
1034 | 2023-09-29T16:59:47.524Z | Downloaded pkg-config v0.3.27 |
1035 | 2023-09-29T16:59:47.527Z | Downloaded either v1.9.0 |
1036 | 2023-09-29T16:59:47.530Z | Downloaded data-encoding v2.4.0 |
1037 | 2023-09-29T16:59:47.532Z | Downloaded postgres-protocol v0.6.6 |
1038 | 2023-09-29T16:59:47.535Z | Downloaded futures v0.3.28 |
1039 | 2023-09-29T16:59:47.538Z | Downloaded debug-ignore v1.0.5 |
1040 | 2023-09-29T16:59:47.541Z | Downloaded strsim v0.8.0 |
1041 | 2023-09-29T16:59:47.544Z | Downloaded serde_derive v1.0.188 |
1042 | 2023-09-29T16:59:47.546Z | Downloaded serde v1.0.188 |
1043 | 2023-09-29T16:59:47.550Z | Downloaded postcard v0.7.3 |
1044 | 2023-09-29T16:59:47.552Z | Downloaded serde_arrays v0.1.0 |
1045 | 2023-09-29T16:59:47.555Z | Downloaded serde-hex v0.1.0 |
1046 | 2023-09-29T16:59:47.558Z | Downloaded crc-any v2.4.3 |
1047 | 2023-09-29T16:59:47.561Z | Downloaded const_format v0.2.31 |
1048 | 2023-09-29T16:59:47.564Z | Downloaded proc-macro2 v1.0.67 |
1049 | 2023-09-29T16:59:47.566Z | Downloaded postgres-types v0.2.6 |
1050 | 2023-09-29T16:59:47.569Z | Downloaded twox-hash v1.6.3 |
1051 | 2023-09-29T16:59:47.572Z | Downloaded pin-project-lite v0.2.13 |
1052 | 2023-09-29T16:59:47.574Z | Downloaded schemars_derive v0.8.13 |
1053 | 2023-09-29T16:59:47.577Z | Downloaded ringbuffer v0.14.2 |
1054 | 2023-09-29T16:59:47.580Z | Downloaded endian-type v0.1.2 |
1055 | 2023-09-29T16:59:47.582Z | Downloaded parking_lot_core v0.9.8 |
1056 | 2023-09-29T16:59:47.585Z | Downloaded indexmap v1.9.3 |
1057 | 2023-09-29T16:59:47.588Z | Downloaded chacha20poly1305 v0.10.1 |
1058 | 2023-09-29T16:59:47.591Z | Downloaded slog-async v2.8.0 |
1059 | 2023-09-29T16:59:47.594Z | Downloaded nix v0.26.2 |
1060 | 2023-09-29T16:59:47.602Z | Downloaded predicates v3.0.3 |
1061 | 2023-09-29T16:59:47.606Z | Downloaded slog v2.7.0 |
1062 | 2023-09-29T16:59:47.611Z | Downloaded signal-hook v0.3.17 |
1063 | 2023-09-29T16:59:47.615Z | Downloaded generic-array v0.14.7 |
1064 | 2023-09-29T16:59:47.618Z | Downloaded phf_shared v0.10.0 |
1065 | 2023-09-29T16:59:47.621Z | Downloaded rpassword v7.2.0 |
1066 | 2023-09-29T16:59:47.624Z | Downloaded enum-as-inner v0.5.1 |
1067 | 2023-09-29T16:59:47.626Z | Downloaded string_cache v0.8.7 |
1068 | 2023-09-29T16:59:47.629Z | Downloaded minimal-lexical v0.2.1 |
1069 | 2023-09-29T16:59:47.633Z | Downloaded same-file v1.0.6 |
1070 | 2023-09-29T16:59:47.635Z | Downloaded num-derive v0.4.0 |
1071 | 2023-09-29T16:59:47.638Z | Downloaded paste v1.0.14 |
1072 | 2023-09-29T16:59:47.642Z | Downloaded spin v0.9.8 |
1073 | 2023-09-29T16:59:47.646Z | Downloaded const-oid v0.9.5 |
1074 | 2023-09-29T16:59:47.650Z | Downloaded semver v0.11.0 |
1075 | 2023-09-29T16:59:47.653Z | Downloaded crossbeam-epoch v0.9.15 |
1076 | 2023-09-29T16:59:47.657Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1077 | 2023-09-29T16:59:47.660Z | Downloaded waitgroup v0.1.2 |
1078 | 2023-09-29T16:59:47.666Z | Downloaded vte_generate_state_changes v0.1.1 |
1079 | 2023-09-29T16:59:47.671Z | Downloaded version_check v0.9.4 |
1080 | 2023-09-29T16:59:47.674Z | Downloaded tui-tree-widget v0.13.0 |
1081 | 2023-09-29T16:59:47.677Z | Downloaded topological-sort v0.2.2 |
1082 | 2023-09-29T16:59:47.681Z | Downloaded fnv v1.0.7 |
1083 | 2023-09-29T16:59:47.684Z | Downloaded slog-json v2.6.1 |
1084 | 2023-09-29T16:59:47.687Z | Downloaded semver v1.0.18 |
1085 | 2023-09-29T16:59:47.690Z | Downloaded ahash v0.8.3 |
1086 | 2023-09-29T16:59:47.692Z | Downloaded slog-bunyan v2.4.0 |
1087 | 2023-09-29T16:59:47.695Z | Downloaded predicates-tree v1.0.9 |
1088 | 2023-09-29T16:59:47.699Z | Downloaded base64ct v1.6.0 |
1089 | 2023-09-29T16:59:47.703Z | Downloaded backtrace v0.3.69 |
1090 | 2023-09-29T16:59:47.705Z | Downloaded textwrap v0.16.0 |
1091 | 2023-09-29T16:59:47.708Z | Downloaded tower-service v0.3.2 |
1092 | 2023-09-29T16:59:47.711Z | Downloaded proc-macro-error-attr v1.0.4 |
1093 | 2023-09-29T16:59:47.713Z | Downloaded sha-1 v0.10.1 |
1094 | 2023-09-29T16:59:47.716Z | Downloaded schemars v0.8.13 |
1095 | 2023-09-29T16:59:47.720Z | Downloaded predicates-core v1.0.6 |
1096 | 2023-09-29T16:59:47.723Z | Downloaded precomputed-hash v0.1.1 |
1097 | 2023-09-29T16:59:47.726Z | Downloaded wyz v0.5.1 |
1098 | 2023-09-29T16:59:47.728Z | Downloaded futures-channel v0.3.28 |
1099 | 2023-09-29T16:59:47.731Z | Downloaded futures-core v0.3.28 |
1100 | 2023-09-29T16:59:47.735Z | Downloaded serde_derive_internals v0.26.0 |
1101 | 2023-09-29T16:59:47.738Z | Downloaded synstructure v0.12.6 |
1102 | 2023-09-29T16:59:47.741Z | Downloaded strum v0.25.0 |
1103 | 2023-09-29T16:59:47.743Z | Downloaded spki v0.7.2 |
1104 | 2023-09-29T16:59:47.746Z | Downloaded enum-iterator v1.4.1 |
1105 | 2023-09-29T16:59:47.749Z | Downloaded base64 v0.13.1 |
1106 | 2023-09-29T16:59:47.751Z | Downloaded allocator-api2 v0.2.16 |
1107 | 2023-09-29T16:59:47.754Z | Downloaded path-absolutize v3.1.0 |
1108 | 2023-09-29T16:59:47.758Z | Downloaded rustversion v1.0.14 |
1109 | 2023-09-29T16:59:47.761Z | Downloaded num-traits v0.2.16 |
1110 | 2023-09-29T16:59:47.764Z | Downloaded multer v2.1.0 |
1111 | 2023-09-29T16:59:47.767Z | Downloaded libloading v0.7.4 |
1112 | 2023-09-29T16:59:47.769Z | Downloaded argon2 v0.5.2 |
1113 | 2023-09-29T16:59:47.772Z | Downloaded test-strategy v0.2.1 |
1114 | 2023-09-29T16:59:47.775Z | Downloaded termios v0.3.3 |
1115 | 2023-09-29T16:59:47.778Z | Downloaded cookie v0.16.2 |
1116 | 2023-09-29T16:59:47.781Z | Downloaded serde_repr v0.1.16 |
1117 | 2023-09-29T16:59:47.784Z | Downloaded radium v0.7.0 |
1118 | 2023-09-29T16:59:47.787Z | Downloaded rustc_version v0.1.7 |
1119 | 2023-09-29T16:59:47.790Z | Downloaded textwrap v0.11.0 |
1120 | 2023-09-29T16:59:47.794Z | Downloaded term v0.7.0 |
1121 | 2023-09-29T16:59:47.802Z | Downloaded tabled_derive v0.6.0 |
1122 | 2023-09-29T16:59:48.211Z | Downloaded static_assertions v1.1.0 |
1123 | 2023-09-29T16:59:48.220Z | Downloaded slog-term v2.9.0 |
1124 | 2023-09-29T16:59:48.230Z | Downloaded slog-stdlog v4.1.1 |
1125 | 2023-09-29T16:59:48.248Z | Downloaded serde_tokenstream v0.2.0 |
1126 | 2023-09-29T16:59:48.274Z | Downloaded serde_tokenstream v0.1.7 |
1127 | 2023-09-29T16:59:48.280Z | Downloaded rand_chacha v0.3.1 |
1128 | 2023-09-29T16:59:48.285Z | Downloaded funty v2.0.0 |
1129 | 2023-09-29T16:59:48.290Z | Downloaded ipnet v2.8.0 |
1130 | 2023-09-29T16:59:48.293Z | Downloaded indexmap v2.0.0 |
1131 | 2023-09-29T16:59:48.297Z | Downloaded rand_xorshift v0.3.0 |
1132 | 2023-09-29T16:59:48.299Z | Downloaded headers-core v0.2.0 |
1133 | 2023-09-29T16:59:48.303Z | Downloaded crc32fast v1.3.2 |
1134 | 2023-09-29T16:59:48.305Z | Downloaded getopts v0.2.21 |
1135 | 2023-09-29T16:59:48.322Z | Downloaded backoff v0.4.0 |
1136 | 2023-09-29T16:59:48.345Z | Downloaded mockall v0.11.4 |
1137 | 2023-09-29T16:59:48.348Z | Downloaded clap_derive v4.4.2 |
1138 | 2023-09-29T16:59:48.351Z | Downloaded group v0.13.0 |
1139 | 2023-09-29T16:59:48.354Z | Downloaded glob v0.3.1 |
1140 | 2023-09-29T16:59:48.357Z | Downloaded futures-macro v0.3.28 |
1141 | 2023-09-29T16:59:48.360Z | Downloaded thiserror-impl v1.0.48 |
1142 | 2023-09-29T16:59:48.364Z | Downloaded thiserror v1.0.48 |
1143 | 2023-09-29T16:59:48.367Z | Downloaded strum_macros v0.24.3 |
1144 | 2023-09-29T16:59:48.370Z | Downloaded semver-parser v0.10.2 |
1145 | 2023-09-29T16:59:48.374Z | Downloaded scheduled-thread-pool v0.2.7 |
1146 | 2023-09-29T16:59:48.377Z | Downloaded num-rational v0.4.1 |
1147 | 2023-09-29T16:59:48.380Z | Downloaded nu-ansi-term v0.49.0 |
1148 | 2023-09-29T16:59:48.383Z | Downloaded ciborium v0.2.1 |
1149 | 2023-09-29T16:59:48.388Z | Downloaded termcolor v1.2.0 |
1150 | 2023-09-29T16:59:48.391Z | Downloaded tap v1.0.1 |
1151 | 2023-09-29T16:59:48.394Z | Downloaded mockall_derive v0.11.4 |
1152 | 2023-09-29T16:59:48.398Z | Downloaded subtle v2.5.0 |
1153 | 2023-09-29T16:59:48.401Z | Downloaded cc v1.0.83 |
1154 | 2023-09-29T16:59:48.403Z | Downloaded strum_macros v0.25.2 |
1155 | 2023-09-29T16:59:48.406Z | Downloaded stable_deref_trait v1.2.0 |
1156 | 2023-09-29T16:59:48.409Z | Downloaded spin v0.5.2 |
1157 | 2023-09-29T16:59:48.412Z | Downloaded slab v0.4.9 |
1158 | 2023-09-29T16:59:48.415Z | Downloaded macaddr v1.0.1 |
1159 | 2023-09-29T16:59:48.418Z | Downloaded linked-hash-map v0.5.6 |
1160 | 2023-09-29T16:59:48.422Z | Downloaded linear-map v1.2.0 |
1161 | 2023-09-29T16:59:48.425Z | Downloaded ipnetwork v0.20.0 |
1162 | 2023-09-29T16:59:48.428Z | Downloaded lock_api v0.4.10 |
1163 | 2023-09-29T16:59:48.431Z | Downloaded jobserver v0.1.26 |
1164 | 2023-09-29T16:59:48.434Z | Downloaded is-terminal v0.4.9 |
1165 | 2023-09-29T16:59:48.437Z | Downloaded colored v2.0.4 |
1166 | 2023-09-29T16:59:48.440Z | Downloaded clap_lex v0.5.1 |
1167 | 2023-09-29T16:59:48.443Z | Downloaded clap v4.4.3 |
1168 | 2023-09-29T16:59:48.445Z | Downloaded autocfg v1.1.0 |
1169 | 2023-09-29T16:59:48.448Z | Downloaded hyper-rustls v0.24.1 |
1170 | 2023-09-29T16:59:48.451Z | Downloaded libefi-sys v0.1.0 |
1171 | 2023-09-29T16:59:48.454Z | Downloaded const_format_proc_macros v0.2.31 |
1172 | 2023-09-29T16:59:48.457Z | Downloaded anstream v0.5.0 |
1173 | 2023-09-29T16:59:48.460Z | Downloaded aead v0.5.2 |
1174 | 2023-09-29T16:59:48.464Z | Downloaded anstyle-parse v0.2.1 |
1175 | 2023-09-29T16:59:48.467Z | Downloaded thiserror-impl-no-std v2.0.2 |
1176 | 2023-09-29T16:59:48.470Z | Downloaded ascii v1.1.0 |
1177 | 2023-09-29T16:59:48.472Z | Downloaded keccak v0.1.4 |
1178 | 2023-09-29T16:59:48.475Z | Downloaded crossbeam-queue v0.3.8 |
1179 | 2023-09-29T16:59:48.478Z | Downloaded corncobs v0.1.3 |
1180 | 2023-09-29T16:59:48.482Z | Downloaded home v0.5.5 |
1181 | 2023-09-29T16:59:48.484Z | Downloaded assert_matches v1.5.0 |
1182 | 2023-09-29T16:59:48.487Z | Downloaded signal-hook-mio v0.2.3 |
1183 | 2023-09-29T16:59:48.490Z | Downloaded lalrpop-util v0.19.12 |
1184 | 2023-09-29T16:59:48.493Z | Downloaded indoc v2.0.3 |
1185 | 2023-09-29T16:59:48.496Z | Downloaded hyper-staticfile v0.9.5 |
1186 | 2023-09-29T16:59:48.499Z | Downloaded num_cpus v1.16.0 |
1187 | 2023-09-29T16:59:48.502Z | Downloaded hyper-tls v0.5.0 |
1188 | 2023-09-29T16:59:48.505Z | Downloaded humantime v2.1.0 |
1189 | 2023-09-29T16:59:48.507Z | Downloaded crossbeam v0.8.2 |
1190 | 2023-09-29T16:59:48.511Z | Downloaded cpufeatures v0.2.9 |
1191 | 2023-09-29T16:59:48.514Z | Downloaded chacha20 v0.9.1 |
1192 | 2023-09-29T16:59:48.518Z | Downloaded atomic-waker v1.1.1 |
1193 | 2023-09-29T16:59:48.521Z | Downloaded take_mut v0.2.2 |
1194 | 2023-09-29T16:59:48.524Z | Downloaded iana-time-zone v0.1.57 |
1195 | 2023-09-29T16:59:48.527Z | Downloaded http-body v0.4.5 |
1196 | 2023-09-29T16:59:48.530Z | Downloaded block-padding v0.3.3 |
1197 | 2023-09-29T16:59:48.532Z | Downloaded lazy_static v1.4.0 |
1198 | 2023-09-29T16:59:48.536Z | Downloaded ciborium-ll v0.2.1 |
1199 | 2023-09-29T16:59:48.538Z | Downloaded shlex v1.1.0 |
1200 | 2023-09-29T16:59:48.541Z | Downloaded serde_urlencoded v0.7.1 |
1201 | 2023-09-29T16:59:48.544Z | Downloaded rustc-demangle v0.1.23 |
1202 | 2023-09-29T16:59:48.547Z | Downloaded num_enum_derive v0.5.11 |
1203 | 2023-09-29T16:59:48.550Z | Downloaded anstyle v1.0.2 |
1204 | 2023-09-29T16:59:48.552Z | Downloaded rustfmt-wrapper v0.2.0 |
1205 | 2023-09-29T16:59:48.555Z | Downloaded num_enum v0.5.11 |
1206 | 2023-09-29T16:59:48.558Z | Downloaded num-integer v0.1.45 |
1207 | 2023-09-29T16:59:48.561Z | Downloaded num v0.4.1 |
1208 | 2023-09-29T16:59:48.564Z | Downloaded hmac v0.12.1 |
1209 | 2023-09-29T16:59:48.567Z | Downloaded crc v3.0.1 |
1210 | 2023-09-29T16:59:48.570Z | Downloaded console v0.15.7 |
1211 | 2023-09-29T16:59:48.573Z | Downloaded bitflags v2.4.0 |
1212 | 2023-09-29T16:59:48.576Z | Downloaded newtype_derive v0.1.6 |
1213 | 2023-09-29T16:59:48.579Z | Downloaded indoc v1.0.9 |
1214 | 2023-09-29T16:59:48.582Z | Downloaded impl-trait-for-tuples v0.2.2 |
1215 | 2023-09-29T16:59:48.587Z | Downloaded convert_case v0.4.0 |
1216 | 2023-09-29T16:59:48.590Z | Downloaded num-iter v0.1.43 |
1217 | 2023-09-29T16:59:48.593Z | Downloaded nodrop v0.1.14 |
1218 | 2023-09-29T16:59:48.598Z | Downloaded instant v0.1.12 |
1219 | 2023-09-29T16:59:48.601Z | Downloaded ident_case v1.0.1 |
1220 | 2023-09-29T16:59:48.604Z | Downloaded nom v7.1.3 |
1221 | 2023-09-29T16:59:48.607Z | Downloaded nibble_vec v0.1.0 |
1222 | 2023-09-29T16:59:48.610Z | Downloaded memoffset v0.9.0 |
1223 | 2023-09-29T16:59:48.613Z | Downloaded colorchoice v1.0.0 |
1224 | 2023-09-29T16:59:48.616Z | Downloaded cfg-if v0.1.10 |
1225 | 2023-09-29T16:59:48.619Z | Downloaded num-bigint v0.4.4 |
1226 | 2023-09-29T16:59:48.621Z | Downloaded crossbeam-utils v0.8.16 |
1227 | 2023-09-29T16:59:48.625Z | Downloaded ciborium-io v0.2.1 |
1228 | 2023-09-29T16:59:48.627Z | Downloaded buf-list v1.0.3 |
1229 | 2023-09-29T16:59:48.630Z | Downloaded ascii-canvas v3.0.0 |
1230 | 2023-09-29T16:59:48.633Z | Downloaded nanorand v0.7.0 |
1231 | 2023-09-29T16:59:48.635Z | Downloaded mio v0.8.8 |
1232 | 2023-09-29T16:59:48.638Z | Downloaded itertools v0.10.5 |
1233 | 2023-09-29T16:59:48.641Z | Downloaded httpdate v1.0.3 |
1234 | 2023-09-29T16:59:48.644Z | Downloaded cexpr v0.6.0 |
1235 | 2023-09-29T16:59:48.647Z | Downloaded cargo_metadata v0.18.0 |
1236 | 2023-09-29T16:59:48.651Z | Downloaded num-complex v0.4.4 |
1237 | 2023-09-29T16:59:48.655Z | Downloaded mime_guess v2.0.4 |
1238 | 2023-09-29T16:59:48.658Z | Downloaded maybe-uninit v2.0.0 |
1239 | 2023-09-29T16:59:48.662Z | Downloaded maplit v1.0.2 |
1240 | 2023-09-29T16:59:48.666Z | Downloaded hubpack_derive v0.1.1 |
1241 | 2023-09-29T16:59:48.669Z | Downloaded hostname v0.3.1 |
1242 | 2023-09-29T16:59:48.676Z | Downloaded crc-catalog v2.2.0 |
1243 | 2023-09-29T16:59:48.686Z | Downloaded camino v1.1.6 |
1244 | 2023-09-29T16:59:48.698Z | Downloaded bitfield v0.14.0 |
1245 | 2023-09-29T16:59:49.125Z | Downloaded cassowary v0.3.0 |
1246 | 2023-09-29T16:59:49.136Z | Downloaded cargo_toml v0.16.3 |
1247 | 2023-09-29T16:59:49.154Z | Downloaded cargo-platform v0.1.3 |
1248 | 2023-09-29T16:59:49.571Z | Downloaded bit-vec v0.6.3 |
1249 | 2023-09-29T16:59:49.579Z | Downloaded inout v0.1.3 |
1250 | 2023-09-29T16:59:49.586Z | Downloaded hubpack v0.1.2 |
1251 | 2023-09-29T16:59:49.593Z | Downloaded http-range v0.1.5 |
1252 | 2023-09-29T16:59:49.608Z | Downloaded heck v0.3.3 |
1253 | 2023-09-29T16:59:49.613Z | Downloaded cfg-if v1.0.0 |
1254 | 2023-09-29T16:59:49.619Z | Downloaded camino-tempfile v1.0.2 |
1255 | 2023-09-29T16:59:49.624Z | Downloaded bytesize v1.3.0 |
1256 | 2023-09-29T16:59:49.630Z | Downloaded bytecount v0.6.3 |
1257 | 2023-09-29T16:59:49.637Z | Downloaded async-recursion v1.0.5 |
1258 | 2023-09-29T16:59:49.641Z | Downloaded hex v0.4.3 |
1259 | 2023-09-29T16:59:49.644Z | Downloaded byteorder v1.4.3 |
1260 | 2023-09-29T16:59:49.648Z | Downloaded bitstruct_derive v0.1.0 |
1261 | 2023-09-29T16:59:49.652Z | Downloaded bit_field v0.10.2 |
1262 | 2023-09-29T16:59:49.656Z | Downloaded bincode v1.3.3 |
1263 | 2023-09-29T16:59:49.659Z | Downloaded bb8 v0.8.1 |
1264 | 2023-09-29T16:59:49.663Z | Downloaded async-stream v0.3.5 |
1265 | 2023-09-29T16:59:49.667Z | Compiling proc-macro2 v1.0.67 |
1266 | 2023-09-29T16:59:49.673Z | Compiling unicode-ident v1.0.12 |
1267 | 2023-09-29T16:59:49.677Z | Compiling libc v0.2.148 |
1268 | 2023-09-29T16:59:49.681Z | Compiling serde v1.0.188 |
1269 | 2023-09-29T16:59:49.684Z | Compiling autocfg v1.1.0 |
1270 | 2023-09-29T16:59:49.688Z | Compiling version_check v0.9.4 |
1271 | 2023-09-29T16:59:49.691Z | Compiling cfg-if v1.0.0 |
1272 | 2023-09-29T16:59:49.694Z | Compiling syn v1.0.109 |
1273 | 2023-09-29T16:59:49.700Z | Compiling once_cell v1.18.0 |
1274 | 2023-09-29T16:59:49.704Z | Compiling parking_lot_core v0.9.8 |
1275 | 2023-09-29T16:59:49.709Z | Compiling libm v0.2.7 |
1276 | 2023-09-29T16:59:49.948Z | Compiling ahash v0.8.3 |
1277 | 2023-09-29T16:59:50.078Z | Compiling lock_api v0.4.10 |
1278 | 2023-09-29T16:59:50.621Z | Compiling num-traits v0.2.16 |
1279 | 2023-09-29T16:59:50.639Z | Compiling typenum v1.16.0 |
1280 | 2023-09-29T16:59:50.765Z | Compiling thiserror v1.0.48 |
1281 | 2023-09-29T16:59:50.811Z | Compiling futures-core v0.3.28 |
1282 | 2023-09-29T16:59:50.815Z | Compiling generic-array v0.14.7 |
1283 | 2023-09-29T16:59:51.225Z | Compiling memchr v2.6.3 |
1284 | 2023-09-29T16:59:51.399Z | Compiling itoa v1.0.9 |
1285 | 2023-09-29T16:59:51.689Z | Compiling scopeguard v1.2.0 |
1286 | 2023-09-29T16:59:51.739Z | Compiling pkg-config v0.3.27 |
1287 | 2023-09-29T16:59:52.106Z | Compiling quote v1.0.33 |
1288 | 2023-09-29T16:59:52.269Z | Compiling slab v0.4.9 |
1289 | 2023-09-29T16:59:53.090Z | Compiling futures-task v0.3.28 |
1290 | 2023-09-29T16:59:53.160Z | Compiling syn v2.0.32 |
1291 | 2023-09-29T16:59:53.174Z | Compiling jobserver v0.1.26 |
1292 | 2023-09-29T16:59:53.395Z | Compiling getrandom v0.2.10 |
1293 | 2023-09-29T16:59:53.676Z | Compiling cc v1.0.83 |
1294 | 2023-09-29T16:59:54.137Z | Compiling futures-channel v0.3.28 |
1295 | 2023-09-29T16:59:54.616Z | Compiling futures-util v0.3.28 |
1296 | 2023-09-29T16:59:54.905Z | Compiling log v0.4.20 |
1297 | 2023-09-29T16:59:55.557Z | Compiling ryu v1.0.15 |
1298 | 2023-09-29T16:59:55.588Z | Compiling pin-project-lite v0.2.13 |
1299 | 2023-09-29T16:59:55.786Z | Compiling serde_json v1.0.107 |
1300 | 2023-09-29T16:59:56.036Z | Compiling schemars v0.8.13 |
1301 | 2023-09-29T16:59:56.093Z | Compiling smallvec v1.11.0 |
1302 | 2023-09-29T16:59:56.192Z | Compiling vcpkg v0.2.15 |
1303 | 2023-09-29T16:59:57.181Z | Compiling allocator-api2 v0.2.16 |
1304 | 2023-09-29T16:59:58.463Z | Compiling parking_lot v0.12.1 |
1305 | 2023-09-29T16:59:58.529Z | Compiling hashbrown v0.14.0 |
1306 | 2023-09-29T16:59:58.603Z | Compiling ring v0.16.20 |
1307 | 2023-09-29T16:59:59.278Z | Compiling openssl-sys v0.9.93 |
1308 | 2023-09-29T17:00:00.263Z | Compiling num_cpus v1.16.0 |
1309 | 2023-09-29T17:00:00.551Z | Compiling equivalent v1.0.1 |
1310 | 2023-09-29T17:00:01.146Z | Compiling rand_core v0.6.4 |
1311 | 2023-09-29T17:00:01.738Z | Compiling indexmap v1.9.3 |
1312 | 2023-09-29T17:00:01.809Z | Compiling heck v0.4.1 |
1313 | 2023-09-29T17:00:01.908Z | Compiling byteorder v1.4.3 |
1314 | 2023-09-29T17:00:02.503Z | Compiling spin v0.5.2 |
1315 | 2023-09-29T17:00:02.565Z | Compiling httparse v1.8.0 |
1316 | 2023-09-29T17:00:02.892Z | Compiling mio v0.8.8 |
1317 | 2023-09-29T17:00:02.914Z | Compiling signal-hook-registry v1.4.1 |
1318 | 2023-09-29T17:00:03.114Z | Compiling socket2 v0.5.3 |
1319 | 2023-09-29T17:00:05.726Z | Compiling serde_derive_internals v0.26.0 |
1320 | 2023-09-29T17:00:06.163Z | Compiling fnv v1.0.7 |
1321 | 2023-09-29T17:00:06.248Z | Compiling openssl v0.10.57 |
1322 | 2023-09-29T17:00:06.357Z | Compiling semver v1.0.18 |
1323 | 2023-09-29T17:00:07.034Z | Compiling iana-time-zone v0.1.57 |
1324 | 2023-09-29T17:00:07.086Z | Compiling rustls v0.21.7 |
1325 | 2023-09-29T17:00:07.310Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2023-09-29T17:00:07.474Z | Compiling unicode-xid v0.2.4 |
1327 | 2023-09-29T17:00:07.509Z | Compiling native-tls v0.2.11 |
1328 | 2023-09-29T17:00:07.606Z | Compiling ucd-trie v0.1.6 |
1329 | 2023-09-29T17:00:07.742Z | Compiling synstructure v0.12.6 |
1330 | 2023-09-29T17:00:08.994Z | Compiling futures-sink v0.3.28 |
1331 | 2023-09-29T17:00:09.693Z | Compiling io-lifetimes v1.0.11 |
1332 | 2023-09-29T17:00:09.866Z | Compiling winnow v0.5.15 |
1333 | 2023-09-29T17:00:10.072Z | Compiling backtrace v0.3.69 |
1334 | 2023-09-29T17:00:10.437Z | Compiling tinyvec_macros v0.1.1 |
1335 | 2023-09-29T17:00:10.461Z | Compiling dyn-clone v1.0.13 |
1336 | 2023-09-29T17:00:10.576Z | Compiling tinyvec v1.6.0 |
1337 | 2023-09-29T17:00:11.249Z | Compiling tracing-core v0.1.31 |
1338 | 2023-09-29T17:00:11.447Z | Compiling num-integer v0.1.45 |
1339 | 2023-09-29T17:00:11.612Z | Compiling memoffset v0.9.0 |
1340 | 2023-09-29T17:00:11.846Z | Compiling rustix v0.37.23 |
1341 | 2023-09-29T17:00:11.877Z | Compiling pin-utils v0.1.0 |
1342 | 2023-09-29T17:00:12.007Z | Compiling futures-io v0.3.28 |
1343 | 2023-09-29T17:00:12.181Z | Compiling subtle v2.5.0 |
1344 | 2023-09-29T17:00:12.563Z | Compiling rustix v0.38.9 |
1345 | 2023-09-29T17:00:13.129Z | Compiling hashbrown v0.13.2 |
1346 | 2023-09-29T17:00:13.398Z | Compiling unicode-normalization v0.1.22 |
1347 | 2023-09-29T17:00:13.530Z | Compiling aho-corasick v1.0.4 |
1348 | 2023-09-29T17:00:13.590Z | Compiling usdt-impl v0.3.5 |
1349 | 2023-09-29T17:00:15.108Z | Compiling const-oid v0.9.5 |
1350 | 2023-09-29T17:00:15.440Z | Compiling time-core v0.1.1 |
1351 | 2023-09-29T17:00:15.725Z | Compiling anyhow v1.0.75 |
1352 | 2023-09-29T17:00:16.073Z | Compiling regex-syntax v0.7.5 |
1353 | 2023-09-29T17:00:16.108Z | Compiling serde_derive v1.0.188 |
1354 | 2023-09-29T17:00:16.269Z | Compiling zeroize_derive v1.4.2 |
1355 | 2023-09-29T17:00:16.340Z | Compiling thiserror-impl v1.0.48 |
1356 | 2023-09-29T17:00:16.386Z | Compiling tokio-macros v2.1.0 |
1357 | 2023-09-29T17:00:16.424Z | Compiling futures-macro v0.3.28 |
1358 | 2023-09-29T17:00:18.844Z | Compiling tracing-attributes v0.1.26 |
1359 | 2023-09-29T17:00:18.947Z | Compiling schemars_derive v0.8.13 |
1360 | 2023-09-29T17:00:18.956Z | Compiling zeroize v1.6.0 |
1361 | 2023-09-29T17:00:20.041Z | Compiling openssl-macros v0.1.1 |
1362 | 2023-09-29T17:00:21.255Z | Compiling pest v2.7.2 |
1363 | 2023-09-29T17:00:21.291Z | Compiling zerocopy-derive v0.2.0 |
1364 | 2023-09-29T17:00:22.181Z | Compiling crypto-common v0.1.6 |
1365 | 2023-09-29T17:00:22.582Z | Compiling block-buffer v0.10.4 |
1366 | 2023-09-29T17:00:24.018Z | Compiling slog v2.7.0 |
1367 | 2023-09-29T17:00:24.244Z | Compiling unicode-bidi v0.3.13 |
1368 | 2023-09-29T17:00:24.378Z | Compiling tracing v0.1.37 |
1369 | 2023-09-29T17:00:24.681Z | Compiling bitflags v1.3.2 |
1370 | 2023-09-29T17:00:24.843Z | Compiling crc32fast v1.3.2 |
1371 | 2023-09-29T17:00:25.499Z | Compiling pest_meta v2.7.2 |
1372 | 2023-09-29T17:00:26.205Z | Compiling digest v0.10.7 |
1373 | 2023-09-29T17:00:26.582Z | Compiling regex-automata v0.3.8 |
1374 | 2023-09-29T17:00:26.832Z | Compiling time-macros v0.2.13 |
1375 | 2023-09-29T17:00:29.081Z | Compiling pest_generator v2.7.2 |
1376 | 2023-09-29T17:00:32.654Z | Compiling pest_derive v2.7.2 |
1377 | 2023-09-29T17:00:33.172Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1378 | 2023-09-29T17:00:33.688Z | Compiling crossbeam-epoch v0.9.15 |
1379 | 2023-09-29T17:00:34.273Z | Compiling async-trait v0.1.73 |
1380 | 2023-09-29T17:00:35.067Z | Compiling ppv-lite86 v0.2.17 |
1381 | 2023-09-29T17:00:35.888Z | Compiling zerocopy v0.3.0 |
1382 | 2023-09-29T17:00:36.259Z | Compiling rand_chacha v0.3.1 |
1383 | 2023-09-29T17:00:37.180Z | Compiling zerocopy-derive v0.6.3 |
1384 | 2023-09-29T17:00:37.724Z | Compiling base64 v0.21.4 |
1385 | 2023-09-29T17:00:37.895Z | Compiling strsim v0.10.0 |
1386 | 2023-09-29T17:00:38.082Z | Compiling untrusted v0.7.1 |
1387 | 2023-09-29T17:00:38.952Z | Compiling dof v0.1.5 |
1388 | 2023-09-29T17:00:40.093Z | Compiling bytes v1.5.0 |
1389 | 2023-09-29T17:00:41.563Z | Compiling indexmap v2.0.0 |
1390 | 2023-09-29T17:00:42.105Z | Compiling tokio v1.32.0 |
1391 | 2023-09-29T17:00:42.590Z | Compiling uuid v1.4.1 |
1392 | 2023-09-29T17:00:43.229Z | Compiling chrono v0.4.31 |
1393 | 2023-09-29T17:00:43.664Z | Compiling serde_spanned v0.6.3 |
1394 | 2023-09-29T17:00:43.707Z | Compiling toml_datetime v0.6.3 |
1395 | 2023-09-29T17:00:44.376Z | Compiling toml_edit v0.19.15 |
1396 | 2023-09-29T17:00:44.734Z | Compiling bitflags v2.4.0 |
1397 | 2023-09-29T17:00:46.624Z | Compiling rustc_version v0.4.0 |
1398 | 2023-09-29T17:00:47.278Z | Compiling http v0.2.9 |
1399 | 2023-09-29T17:00:49.551Z | Compiling heapless v0.7.16 |
1400 | 2023-09-29T17:00:52.219Z | Compiling rand v0.8.5 |
1401 | 2023-09-29T17:00:54.475Z | Compiling regex v1.9.5 |
1402 | 2023-09-29T17:00:56.272Z | Compiling dtrace-parser v0.1.14 |
1403 | 2023-09-29T17:00:56.752Z | Compiling errno v0.3.2 |
1404 | 2023-09-29T17:00:57.107Z | Compiling thread-id v4.2.0 |
1405 | 2023-09-29T17:00:57.278Z | Compiling num-bigint v0.4.4 |
1406 | 2023-09-29T17:00:57.349Z | Compiling tokio-util v0.7.8 |
1407 | 2023-09-29T17:00:57.910Z | Compiling percent-encoding v2.3.0 |
1408 | 2023-09-29T17:00:58.533Z | Compiling hashbrown v0.12.3 |
1409 | 2023-09-29T17:00:59.491Z | Compiling radium v0.7.0 |
1410 | 2023-09-29T17:00:59.554Z | Compiling smoltcp v0.9.1 |
1411 | 2023-09-29T17:00:59.754Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1412 | 2023-09-29T17:01:00.118Z | Compiling unicode-width v0.1.10 |
1413 | 2023-09-29T17:01:00.436Z | Compiling foreign-types-shared v0.1.1 |
1414 | 2023-09-29T17:01:00.494Z | Compiling openssl-probe v0.1.5 |
1415 | 2023-09-29T17:01:00.602Z | Compiling foreign-types v0.3.2 |
1416 | 2023-09-29T17:01:02.405Z | Compiling serde_tokenstream v0.1.7 |
1417 | 2023-09-29T17:01:04.589Z | Compiling lazy_static v1.4.0 |
1418 | 2023-09-29T17:01:04.605Z | Compiling socket2 v0.4.9 |
1419 | 2023-09-29T17:01:06.168Z | Compiling try-lock v0.2.4 |
1420 | 2023-09-29T17:01:06.347Z | Compiling unicode-segmentation v1.10.1 |
1421 | 2023-09-29T17:01:06.382Z | Compiling siphasher v0.3.11 |
1422 | 2023-09-29T17:01:07.047Z | Compiling adler v1.0.2 |
1423 | 2023-09-29T17:01:07.862Z | Compiling miniz_oxide v0.7.1 |
1424 | 2023-09-29T17:01:10.026Z | Compiling want v0.3.1 |
1425 | 2023-09-29T17:01:11.437Z | Compiling h2 v0.3.21 |
1426 | 2023-09-29T17:01:12.362Z | Compiling form_urlencoded v1.2.0 |
1427 | 2023-09-29T17:01:12.449Z | Compiling http-body v0.4.5 |
1428 | 2023-09-29T17:01:12.849Z | Compiling sct v0.7.0 |
1429 | 2023-09-29T17:01:13.133Z | Compiling rustls-webpki v0.101.4 |
1430 | 2023-09-29T17:01:13.399Z | Compiling hubpack_derive v0.1.1 |
1431 | 2023-09-29T17:01:14.653Z | Compiling num-iter v0.1.43 |
1432 | 2023-09-29T17:01:14.718Z | Compiling anstyle v1.0.2 |
1433 | 2023-09-29T17:01:15.012Z | Compiling httpdate v1.0.3 |
1434 | 2023-09-29T17:01:15.815Z | Compiling cpufeatures v0.2.9 |
1435 | 2023-09-29T17:01:15.881Z | Compiling utf8parse v0.2.1 |
1436 | 2023-09-29T17:01:15.904Z | Compiling tower-service v0.3.2 |
1437 | 2023-09-29T17:01:16.082Z | Compiling anstyle-parse v0.2.1 |
1438 | 2023-09-29T17:01:16.130Z | Compiling sha2 v0.10.7 |
1439 | 2023-09-29T17:01:20.120Z | Compiling usdt-attr-macro v0.3.5 |
1440 | 2023-09-29T17:01:20.375Z | Compiling usdt-macro v0.3.5 |
1441 | 2023-09-29T17:01:24.008Z | Compiling hyper v0.14.27 |
1442 | 2023-09-29T17:01:24.392Z | Compiling openapiv3 v1.0.3 |
1443 | 2023-09-29T17:01:24.999Z | Compiling rustls-pemfile v1.0.3 |
1444 | 2023-09-29T17:01:25.530Z | Compiling md-5 v0.10.5 |
1445 | 2023-09-29T17:01:25.921Z | Compiling hmac v0.12.1 |
1446 | 2023-09-29T17:01:27.205Z | Compiling idna v0.4.0 |
1447 | 2023-09-29T17:01:29.096Z | Compiling stringprep v0.1.3 |
1448 | 2023-09-29T17:01:29.670Z | Compiling diesel_table_macro_syntax v0.1.0 |
1449 | 2023-09-29T17:01:30.299Z | Compiling hash32 v0.2.1 |
1450 | 2023-09-29T17:01:30.580Z | Compiling spin v0.9.8 |
1451 | 2023-09-29T17:01:30.876Z | Compiling gimli v0.28.0 |
1452 | 2023-09-29T17:01:31.199Z | Compiling anstyle-query v1.0.0 |
1453 | 2023-09-29T17:01:31.931Z | Compiling colorchoice v1.0.0 |
1454 | 2023-09-29T17:01:32.034Z | Compiling fallible-iterator v0.2.0 |
1455 | 2023-09-29T17:01:32.576Z | Compiling stable_deref_trait v1.2.0 |
1456 | 2023-09-29T17:01:32.584Z | Compiling anstream v0.5.0 |
1457 | 2023-09-29T17:01:33.199Z | Compiling postgres-protocol v0.6.6 |
1458 | 2023-09-29T17:01:33.639Z | Compiling diesel_derives v2.1.1 |
1459 | 2023-09-29T17:01:34.431Z | Compiling url v2.4.1 |
1460 | 2023-09-29T17:01:35.844Z | Compiling rustls-native-certs v0.6.3 |
1461 | 2023-09-29T17:01:36.423Z | Compiling tokio-rustls v0.24.1 |
1462 | 2023-09-29T17:01:39.967Z | Compiling addr2line v0.21.0 |
1463 | 2023-09-29T17:01:40.995Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2023-09-29T17:01:41.419Z | Compiling terminal_size v0.2.6 |
1465 | 2023-09-29T17:01:41.898Z | Compiling phf_shared v0.11.2 |
1466 | 2023-09-29T17:01:43.729Z | Compiling serde_tokenstream v0.2.0 |
1467 | 2023-09-29T17:01:43.986Z | Compiling block-padding v0.3.3 |
1468 | 2023-09-29T17:01:44.495Z | Compiling enum-as-inner v0.5.1 |
1469 | 2023-09-29T17:01:44.586Z | Compiling clap_derive v4.4.2 |
1470 | 2023-09-29T17:01:44.776Z | Compiling serde_repr v0.1.16 |
1471 | 2023-09-29T17:01:46.407Z | Compiling scheduled-thread-pool v0.2.7 |
1472 | 2023-09-29T17:01:47.186Z | Compiling object v0.32.1 |
1473 | 2023-09-29T17:01:58.600Z | Compiling deranged v0.3.8 |
1474 | 2023-09-29T17:01:59.220Z | Compiling regex-automata v0.1.10 |
1475 | 2023-09-29T17:02:00.009Z | Compiling either v1.9.0 |
1476 | 2023-09-29T17:02:02.003Z | Compiling managed v0.8.0 |
1477 | 2023-09-29T17:02:02.823Z | Compiling ipnet v2.8.0 |
1478 | 2023-09-29T17:02:03.215Z | Compiling matches v0.1.10 |
1479 | 2023-09-29T17:02:04.234Z | Compiling tap v1.0.1 |
1480 | 2023-09-29T17:02:04.494Z | Compiling rustc-demangle v0.1.23 |
1481 | 2023-09-29T17:02:04.742Z | Compiling num_threads v0.1.6 |
1482 | 2023-09-29T17:02:04.947Z | Compiling clap_lex v0.5.1 |
1483 | 2023-09-29T17:02:05.677Z | Compiling bit-vec v0.6.3 |
1484 | 2023-09-29T17:02:06.355Z | Compiling clap_builder v4.4.2 |
1485 | 2023-09-29T17:02:10.708Z | Compiling time v0.3.27 |
1486 | 2023-09-29T17:02:10.731Z | Compiling wyz v0.5.1 |
1487 | 2023-09-29T17:02:10.752Z | Compiling idna v0.2.3 |
1488 | 2023-09-29T17:02:12.422Z | Compiling itertools v0.10.5 |
1489 | 2023-09-29T17:02:15.108Z | Compiling bstr v0.2.17 |
1490 | 2023-09-29T17:02:17.496Z | Compiling r2d2 v0.8.10 |
1491 | 2023-09-29T17:02:19.244Z | Compiling inout v0.1.3 |
1492 | 2023-09-29T17:02:21.138Z | Compiling phf v0.11.2 |
1493 | 2023-09-29T17:02:21.165Z | Compiling hyper-tls v0.5.0 |
1494 | 2023-09-29T17:02:21.224Z | Compiling hyper-rustls v0.24.1 |
1495 | 2023-09-29T17:02:21.654Z | Compiling flate2 v1.0.27 |
1496 | 2023-09-29T17:02:22.331Z | Compiling postgres-types v0.2.6 |
1497 | 2023-09-29T17:02:23.530Z | Compiling hubpack v0.1.2 |
1498 | 2023-09-29T17:02:24.173Z | Compiling serde_urlencoded v0.7.1 |
1499 | 2023-09-29T17:02:24.759Z | Compiling phf_shared v0.10.0 |
1500 | 2023-09-29T17:02:25.076Z | Compiling ipnetwork v0.20.0 |
1501 | 2023-09-29T17:02:25.401Z | Compiling zerocopy v0.6.3 |
1502 | 2023-09-29T17:02:26.364Z | Compiling futures-executor v0.3.28 |
1503 | 2023-09-29T17:02:26.793Z | Compiling regress v0.7.1 |
1504 | 2023-09-29T17:02:27.360Z | Compiling float-cmp v0.9.0 |
1505 | 2023-09-29T17:02:27.777Z | Compiling encoding_rs v0.8.33 |
1506 | 2023-09-29T17:02:27.788Z | Compiling whoami v1.4.1 |
1507 | 2023-09-29T17:02:28.572Z | Compiling difflib v0.4.0 |
1508 | 2023-09-29T17:02:28.630Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2023-09-29T17:02:28.813Z | Compiling precomputed-hash v0.1.1 |
1510 | 2023-09-29T17:02:28.978Z | Compiling unicode-linebreak v0.1.5 |
1511 | 2023-09-29T17:02:29.823Z | Compiling mime v0.3.17 |
1512 | 2023-09-29T17:02:30.827Z | Compiling static_assertions v1.1.0 |
1513 | 2023-09-29T17:02:30.980Z | Compiling webpki-roots v0.25.2 |
1514 | 2023-09-29T17:02:31.203Z | Compiling predicates-core v1.0.6 |
1515 | 2023-09-29T17:02:31.249Z | Compiling smawk v0.3.1 |
1516 | 2023-09-29T17:02:31.587Z | Compiling fixedbitset v0.4.2 |
1517 | 2023-09-29T17:02:31.715Z | Compiling new_debug_unreachable v1.0.4 |
1518 | 2023-09-29T17:02:31.861Z | Compiling data-encoding v2.4.0 |
1519 | 2023-09-29T17:02:32.275Z | Compiling funty v2.0.0 |
1520 | 2023-09-29T17:02:33.499Z | Compiling trust-dns-proto v0.22.0 |
1521 | 2023-09-29T17:02:34.015Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1522 | 2023-09-29T17:02:34.910Z | Compiling bitvec v1.0.1 |
1523 | 2023-09-29T17:02:35.264Z | Compiling petgraph v0.6.4 |
1524 | 2023-09-29T17:02:35.599Z | Compiling string_cache v0.8.7 |
1525 | 2023-09-29T17:02:36.298Z | Compiling reqwest v0.11.20 |
1526 | 2023-09-29T17:02:42.636Z | Compiling textwrap v0.16.0 |
1527 | 2023-09-29T17:02:42.729Z | Compiling predicates v3.0.3 |
1528 | 2023-09-29T17:02:44.137Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1529 | 2023-09-29T17:02:45.385Z | Compiling tokio-postgres v0.7.10 |
1530 | 2023-09-29T17:02:53.641Z | Compiling futures v0.3.28 |
1531 | 2023-09-29T17:02:54.214Z | Compiling diesel v2.1.1 |
1532 | 2023-09-29T17:02:54.373Z | Compiling yasna v0.5.2 |
1533 | 2023-09-29T17:02:55.337Z | Compiling cipher v0.4.4 |
1534 | 2023-09-29T17:02:56.067Z | Compiling similar v2.2.1 |
1535 | 2023-09-29T17:02:56.204Z | Compiling clap v4.4.3 |
1536 | 2023-09-29T17:02:56.381Z | Compiling bit-set v0.5.3 |
1537 | 2023-09-29T17:02:57.279Z | Compiling usdt v0.3.5 |
1538 | 2023-09-29T17:02:57.678Z | Compiling console v0.15.7 |
1539 | 2023-09-29T17:02:58.135Z | Compiling tokio-stream v0.1.14 |
1540 | 2023-09-29T17:03:00.007Z | Compiling toml v0.7.8 |
1541 | 2023-09-29T17:03:00.018Z | Compiling hex v0.4.3 |
1542 | 2023-09-29T17:03:00.032Z | Compiling signature v2.1.0 |
1543 | 2023-09-29T17:03:00.060Z | Compiling bstr v1.6.0 |
1544 | 2023-09-29T17:03:02.654Z | Compiling lalrpop-util v0.19.12 |
1545 | 2023-09-29T17:03:04.887Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1546 | 2023-09-29T17:03:07.215Z | Compiling proc-macro-crate v1.3.1 |
1547 | 2023-09-29T17:03:10.978Z | Compiling ident_case v1.0.1 |
1548 | 2023-09-29T17:03:11.573Z | Compiling darling_core v0.20.3 |
1549 | 2023-09-29T17:03:20.079Z | Compiling num_enum_derive v0.5.11 |
1550 | 2023-09-29T17:03:27.230Z | Compiling crossbeam-channel v0.5.8 |
1551 | 2023-09-29T17:03:37.401Z | Compiling atty v0.2.14 |
1552 | 2023-09-29T17:03:37.814Z | Compiling proc-macro-error-attr v1.0.4 |
1553 | 2023-09-29T17:03:45.420Z | Compiling num_enum v0.5.11 |
1554 | 2023-09-29T17:03:55.514Z | Compiling darling_macro v0.20.3 |
1555 | 2023-09-29T17:04:06.439Z | Compiling dirs-sys-next v0.1.2 |
1556 | 2023-09-29T17:04:06.478Z | Compiling proc-macro-error v1.0.4 |
1557 | 2023-09-29T17:04:09.355Z | Compiling rustversion v1.0.14 |
1558 | 2023-09-29T17:04:16.535Z | Compiling dirs-next v2.0.0 |
1559 | 2023-09-29T17:04:20.791Z | Compiling darling v0.20.3 |
1560 | 2023-09-29T17:04:24.504Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1561 | 2023-09-29T17:04:30.682Z | Compiling getopts v0.2.21 |
1562 | 2023-09-29T17:04:32.452Z | Compiling structmeta-derive v0.1.6 |
1563 | 2023-09-29T17:04:33.865Z | Compiling thread_local v1.1.7 |
1564 | 2023-09-29T17:04:34.166Z | Compiling multer v2.1.0 |
1565 | 2023-09-29T17:04:36.911Z | Compiling slog-async v2.8.0 |
1566 | 2023-09-29T17:04:38.389Z | Compiling match_cfg v0.1.0 |
1567 | 2023-09-29T17:04:38.541Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2023-09-29T17:04:39.186Z | Compiling unsafe-libyaml v0.2.9 |
1569 | 2023-09-29T17:04:40.370Z | Compiling camino v1.1.6 |
1570 | 2023-09-29T17:04:41.225Z | Compiling paste v1.0.14 |
1571 | 2023-09-29T17:04:43.779Z | Compiling serde_yaml v0.9.25 |
1572 | 2023-09-29T17:04:49.809Z | Compiling hostname v0.3.1 |
1573 | 2023-09-29T17:04:50.197Z | Compiling structmeta v0.1.6 |
1574 | 2023-09-29T17:04:52.525Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1575 | 2023-09-29T17:04:57.819Z | Compiling serde_with_macros v2.3.3 |
1576 | 2023-09-29T17:05:03.204Z | Compiling term v0.7.0 |
1577 | 2023-09-29T17:05:04.032Z | Compiling slog-json v2.6.1 |
1578 | 2023-09-29T17:05:08.732Z | Compiling async-stream-impl v0.3.5 |
1579 | 2023-09-29T17:05:08.839Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1580 | 2023-09-29T17:05:09.946Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1581 | 2023-09-29T17:05:10.358Z | Compiling atomic-waker v1.1.1 |
1582 | 2023-09-29T17:05:10.660Z | Compiling postcard-cobs v0.1.5-pre |
1583 | 2023-09-29T17:05:10.794Z | Compiling take_mut v0.2.2 |
1584 | 2023-09-29T17:05:11.067Z | Compiling regex-syntax v0.6.29 |
1585 | 2023-09-29T17:05:11.721Z | Compiling postcard v0.7.3 |
1586 | 2023-09-29T17:05:12.409Z | Compiling async-stream v0.3.5 |
1587 | 2023-09-29T17:05:12.698Z | Compiling waitgroup v0.1.2 |
1588 | 2023-09-29T17:05:13.093Z | Compiling strum_macros v0.25.2 |
1589 | 2023-09-29T17:05:15.139Z | Compiling slog-bunyan v2.4.0 |
1590 | 2023-09-29T17:05:15.552Z | Compiling slog-term v2.9.0 |
1591 | 2023-09-29T17:05:17.367Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1592 | 2023-09-29T17:05:19.627Z | Compiling serde_with v2.3.3 |
1593 | 2023-09-29T17:05:21.001Z | Compiling parse-display-derive v0.7.0 |
1594 | 2023-09-29T17:05:27.508Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1595 | 2023-09-29T17:05:28.935Z | Compiling smoltcp v0.8.2 |
1596 | 2023-09-29T17:05:29.222Z | Compiling sha1 v0.10.5 |
1597 | 2023-09-29T17:05:29.742Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1598 | 2023-09-29T17:05:29.923Z | Compiling serde_path_to_error v0.1.14 |
1599 | 2023-09-29T17:05:30.810Z | Compiling foreign-types-macros v0.2.3 |
1600 | 2023-09-29T17:05:31.713Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1601 | 2023-09-29T17:05:32.144Z | Compiling instant v0.1.12 |
1602 | 2023-09-29T17:05:32.389Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2023-09-29T17:05:32.781Z | Compiling debug-ignore v1.0.5 |
1604 | 2023-09-29T17:05:32.815Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1605 | 2023-09-29T17:05:33.036Z | Compiling foreign-types-shared v0.3.1 |
1606 | 2023-09-29T17:05:33.111Z | Compiling cfg-if v0.1.10 |
1607 | 2023-09-29T17:05:33.181Z | Compiling foreign-types v0.5.0 |
1608 | 2023-09-29T17:05:33.427Z | Compiling backoff v0.4.0 |
1609 | 2023-09-29T17:05:33.497Z | Compiling parse-display v0.7.0 |
1610 | 2023-09-29T17:05:33.833Z | Compiling strum v0.25.0 |
1611 | 2023-09-29T17:05:34.224Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1612 | 2023-09-29T17:05:34.485Z | Compiling is-terminal v0.4.9 |
1613 | 2023-09-29T17:05:34.503Z | Compiling macaddr v1.0.1 |
1614 | 2023-09-29T17:05:34.678Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1615 | 2023-09-29T17:05:35.737Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1616 | 2023-09-29T17:05:36.915Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1617 | 2023-09-29T17:05:38.247Z | Compiling cstr-argument v0.1.2 |
1618 | 2023-09-29T17:05:38.670Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1619 | 2023-09-29T17:05:39.100Z | Compiling base64ct v1.6.0 |
1620 | 2023-09-29T17:05:40.389Z | Compiling pretty-hex v0.2.1 |
1621 | 2023-09-29T17:05:40.784Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1622 | 2023-09-29T17:05:41.422Z | Compiling password-hash v0.5.0 |
1623 | 2023-09-29T17:05:41.480Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1624 | 2023-09-29T17:05:43.569Z | Compiling colored v2.0.4 |
1625 | 2023-09-29T17:05:45.649Z | Compiling heck v0.3.3 |
1626 | 2023-09-29T17:05:45.924Z | Compiling textwrap v0.11.0 |
1627 | 2023-09-29T17:05:46.223Z | Compiling blake2 v0.10.6 |
1628 | 2023-09-29T17:05:46.386Z | Compiling strsim v0.8.0 |
1629 | 2023-09-29T17:05:47.014Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1630 | 2023-09-29T17:05:47.355Z | Compiling rayon-core v1.11.0 |
1631 | 2023-09-29T17:05:47.752Z | Compiling ansi_term v0.12.1 |
1632 | 2023-09-29T17:05:47.782Z | Compiling libefi-sys v0.1.0 |
1633 | 2023-09-29T17:05:48.212Z | Compiling vec_map v0.8.2 |
1634 | 2023-09-29T17:05:48.649Z | Compiling argon2 v0.5.2 |
1635 | 2023-09-29T17:05:48.779Z | Compiling clap v2.34.0 |
1636 | 2023-09-29T17:05:48.802Z | Compiling structopt-derive v0.4.18 |
1637 | 2023-09-29T17:05:49.870Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1638 | 2023-09-29T17:05:53.501Z | Compiling zone_cfg_derive v0.2.0 |
1639 | 2023-09-29T17:05:53.534Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1640 | 2023-09-29T17:05:54.327Z | Compiling crossbeam-deque v0.8.3 |
1641 | 2023-09-29T17:05:54.442Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1642 | 2023-09-29T17:05:54.993Z | Compiling keccak v0.1.4 |
1643 | 2023-09-29T17:05:54.998Z | Compiling portable-atomic v1.4.3 |
1644 | 2023-09-29T17:05:55.721Z | Compiling zone v0.2.0 |
1645 | 2023-09-29T17:05:56.522Z | Compiling sha3 v0.10.8 |
1646 | 2023-09-29T17:05:56.569Z | Compiling structopt v0.3.26 |
1647 | 2023-09-29T17:05:58.036Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1648 | 2023-09-29T17:05:58.987Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1649 | 2023-09-29T17:06:02.375Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1650 | 2023-09-29T17:06:03.488Z | Compiling hkdf v0.12.3 |
1651 | 2023-09-29T17:06:03.923Z | Compiling smf v0.2.2 |
1652 | 2023-09-29T17:06:04.464Z | Compiling secrecy v0.8.0 |
1653 | 2023-09-29T17:06:04.900Z | Compiling xattr v1.0.1 |
1654 | 2023-09-29T17:06:04.927Z | Compiling filetime v0.2.22 |
1655 | 2023-09-29T17:06:05.382Z | Compiling fastrand v2.0.0 |
1656 | 2023-09-29T17:06:05.465Z | Compiling same-file v1.0.6 |
1657 | 2023-09-29T17:06:05.961Z | Compiling walkdir v2.4.0 |
1658 | 2023-09-29T17:06:06.384Z | Compiling tempfile v3.8.0 |
1659 | 2023-09-29T17:06:06.646Z | Compiling tar v0.4.40 |
1660 | 2023-09-29T17:06:08.926Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1661 | 2023-09-29T17:06:09.620Z | Compiling rayon v1.7.0 |
1662 | 2023-09-29T17:06:10.867Z | Compiling number_prefix v0.4.0 |
1663 | 2023-09-29T17:06:11.303Z | Compiling omicron-zone-package v0.8.3 |
1664 | 2023-09-29T17:06:13.171Z | Compiling topological-sort v0.2.2 |
1665 | 2023-09-29T17:06:19.341Z | Compiling indicatif v0.17.6 |
1666 | 2023-09-29T17:06:21.170Z | Compiling bzip2 v0.4.4 |
1667 | 2023-09-29T17:06:21.667Z | Compiling zip v0.6.6 |
1668 | 2023-09-29T17:06:23.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1669 | 2023-09-29T17:06:24.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1670 | 2023-09-29T17:06:28.236Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1671 | 2023-09-29T17:06:28.306Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1672 | 2023-09-29T17:06:36.651Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1673 | 2023-09-29T17:06:36.656Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1674 | 2023-09-29T17:06:36.660Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1675 | 2023-09-29T17:06:50.496Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1676 | 2023-09-29T17:06:51.998Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1677 | 2023-09-29T17:07:27.806Z | Finished release [optimized] target(s) in 8m 13s |
1678 | 2023-09-29T17:07:28.068Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu` |
1679 | 2023-09-29T17:07:28.164Z | Created new build target 'test' and set it as active |
1680 | 2023-09-29T17:07:28.168Z | |
1681 | 2023-09-29T17:07:28.171Z | real 8:13.621326530 |
1682 | 2023-09-29T17:07:28.174Z | user 52:06.058738907 |
1683 | 2023-09-29T17:07:28.177Z | sys 4:42.750067684 |
1684 | 2023-09-29T17:07:28.179Z | trap 2.200299478 |
1685 | 2023-09-29T17:07:28.182Z | tflt 3.510738262 |
1686 | 2023-09-29T17:07:28.185Z | dflt 4.160305528 |
1687 | 2023-09-29T17:07:28.187Z | kflt 0.031495240 |
1688 | 2023-09-29T17:07:28.190Z | lock 1:56:00.835608469 |
1689 | 2023-09-29T17:07:28.193Z | slp 2:49:37.530631820 |
1690 | 2023-09-29T17:07:28.196Z | lat 2:19.637591244 |
1691 | 2023-09-29T17:07:28.198Z | stop 3:56.722522271 |
1692 | 2023-09-29T17:07:28.201Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1693 | 2023-09-29T17:07:29.356Z | Finished release [optimized] target(s) in 1.10s |
1694 | 2023-09-29T17:07:29.386Z | Running `target/release/omicron-package -t test package` |
1695 | 2023-09-29T17:07:29.424Z | Sep 29 17:07:29.421 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "switch": "softnpu"}) |
1696 | 2023-09-29T17:07:30.689Z | Compiling serde_json v1.0.107 |
1697 | 2023-09-29T17:07:30.741Z | Compiling linked-hash-map v0.5.6 |
1698 | 2023-09-29T17:07:30.744Z | Compiling slog-dtrace v0.2.3 |
1699 | 2023-09-29T17:07:30.760Z | Compiling base64 v0.13.1 |
1700 | 2023-09-29T17:07:30.763Z | Compiling quick-error v1.2.3 |
1701 | 2023-09-29T17:07:30.784Z | Compiling termcolor v1.2.0 |
1702 | 2023-09-29T17:07:30.787Z | Compiling same-file v1.0.6 |
1703 | 2023-09-29T17:07:30.790Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1704 | 2023-09-29T17:07:30.975Z | Compiling resolv-conf v0.7.0 |
1705 | 2023-09-29T17:07:31.126Z | Compiling walkdir v2.4.0 |
1706 | 2023-09-29T17:07:31.185Z | Compiling semver-parser v0.10.2 |
1707 | 2023-09-29T17:07:31.224Z | Compiling memoffset v0.7.1 |
1708 | 2023-09-29T17:07:31.360Z | Compiling lru-cache v0.1.2 |
1709 | 2023-09-29T17:07:31.642Z | Compiling trust-dns-resolver v0.22.0 |
1710 | 2023-09-29T17:07:31.683Z | Compiling cancel-safe-futures v0.1.2 |
1711 | 2023-09-29T17:07:32.138Z | Compiling fastrand v2.0.0 |
1712 | 2023-09-29T17:07:32.250Z | Compiling libz-sys v1.1.12 |
1713 | 2023-09-29T17:07:32.405Z | Compiling semver v0.11.0 |
1714 | 2023-09-29T17:07:32.940Z | Compiling tempfile v3.8.0 |
1715 | 2023-09-29T17:07:33.017Z | Compiling xattr v1.0.1 |
1716 | 2023-09-29T17:07:33.108Z | Compiling filetime v0.2.22 |
1717 | 2023-09-29T17:07:33.412Z | Compiling num-rational v0.4.1 |
1718 | 2023-09-29T17:07:33.550Z | Compiling home v0.5.5 |
1719 | 2023-09-29T17:07:33.584Z | Compiling utf-8 v0.7.6 |
1720 | 2023-09-29T17:07:33.895Z | Compiling schemars v0.8.13 |
1721 | 2023-09-29T17:07:34.204Z | Compiling reqwest v0.11.20 |
1722 | 2023-09-29T17:07:34.217Z | Compiling usdt-impl v0.3.5 |
1723 | 2023-09-29T17:07:34.221Z | Compiling openapiv3 v1.0.3 |
1724 | 2023-09-29T17:07:34.244Z | Compiling postgres-types v0.2.6 |
1725 | 2023-09-29T17:07:34.437Z | Compiling slog-json v2.6.1 |
1726 | 2023-09-29T17:07:35.267Z | Compiling usdt v0.3.5 |
1727 | 2023-09-29T17:07:36.025Z | Compiling tokio-postgres v0.7.10 |
1728 | 2023-09-29T17:07:41.698Z | Compiling ipnetwork v0.20.0 |
1729 | 2023-09-29T17:07:41.877Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1730 | 2023-09-29T17:07:47.864Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1731 | 2023-09-29T17:07:48.064Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1732 | 2023-09-29T17:07:50.003Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1733 | 2023-09-29T17:07:50.480Z | Compiling slog-bunyan v2.4.0 |
1734 | 2023-09-29T17:07:50.879Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1735 | 2023-09-29T17:07:50.928Z | Compiling diesel v2.1.1 |
1736 | 2023-09-29T17:07:55.841Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1737 | 2023-09-29T17:07:56.151Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1738 | 2023-09-29T17:07:59.634Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1739 | 2023-09-29T17:07:59.975Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1740 | 2023-09-29T17:08:02.984Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1741 | 2023-09-29T17:08:04.594Z | Compiling toolchain_find v0.2.0 |
1742 | 2023-09-29T17:08:05.455Z | Compiling tar v0.4.40 |
1743 | 2023-09-29T17:08:08.260Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2023-09-29T17:08:09.442Z | Compiling toml v0.5.11 |
1745 | 2023-09-29T17:08:11.217Z | Compiling der_derive v0.7.2 |
1746 | 2023-09-29T17:08:15.280Z | Compiling flagset v0.4.3 |
1747 | 2023-09-29T17:08:15.369Z | Compiling rustfmt-wrapper v0.2.0 |
1748 | 2023-09-29T17:08:15.629Z | Compiling der v0.7.8 |
1749 | 2023-09-29T17:08:16.375Z | Compiling omicron-zone-package v0.8.3 |
1750 | 2023-09-29T17:08:21.071Z | Compiling fxhash v0.2.1 |
1751 | 2023-09-29T17:08:21.463Z | Compiling num-complex v0.4.4 |
1752 | 2023-09-29T17:08:22.278Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1753 | 2023-09-29T17:08:23.387Z | Compiling unicase v2.7.0 |
1754 | 2023-09-29T17:08:23.832Z | Compiling num v0.4.1 |
1755 | 2023-09-29T17:08:24.007Z | Compiling spki v0.7.2 |
1756 | 2023-09-29T17:08:25.112Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1757 | 2023-09-29T17:08:26.783Z | Compiling itertools v0.11.0 |
1758 | 2023-09-29T17:08:29.949Z | Compiling half v1.8.2 |
1759 | 2023-09-29T17:08:31.881Z | Compiling maybe-uninit v2.0.0 |
1760 | 2023-09-29T17:08:32.542Z | Compiling arc-swap v1.6.0 |
1761 | 2023-09-29T17:08:32.653Z | Compiling ciborium-io v0.2.1 |
1762 | 2023-09-29T17:08:32.836Z | Compiling ciborium-ll v0.2.1 |
1763 | 2023-09-29T17:08:33.375Z | Compiling slog-scope v4.4.0 |
1764 | 2023-09-29T17:08:33.800Z | Compiling vergen v8.2.4 |
1765 | 2023-09-29T17:08:33.891Z | Compiling crc-catalog v2.2.0 |
1766 | 2023-09-29T17:08:34.119Z | Compiling packed_struct v0.10.1 |
1767 | 2023-09-29T17:08:34.209Z | Compiling num-bigint-dig v0.8.4 |
1768 | 2023-09-29T17:08:34.623Z | Compiling parking_lot_core v0.8.6 |
1769 | 2023-09-29T17:08:34.714Z | Compiling signal-hook v0.3.17 |
1770 | 2023-09-29T17:08:35.051Z | Compiling crc v3.0.1 |
1771 | 2023-09-29T17:08:35.239Z | Compiling slog-stdlog v4.1.1 |
1772 | 2023-09-29T17:08:35.282Z | Compiling ciborium v0.2.1 |
1773 | 2023-09-29T17:08:36.271Z | Compiling pkcs8 v0.10.2 |
1774 | 2023-09-29T17:08:37.100Z | Compiling universal-hash v0.5.1 |
1775 | 2023-09-29T17:08:37.436Z | Compiling nibble_vec v0.1.0 |
1776 | 2023-09-29T17:08:37.785Z | Compiling libsqlite3-sys v0.26.0 |
1777 | 2023-09-29T17:08:38.502Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1778 | 2023-09-29T17:08:39.168Z | Compiling packed_struct_codegen v0.10.1 |
1779 | 2023-09-29T17:08:39.391Z | Compiling dirs-sys-next v0.1.2 |
1780 | 2023-09-29T17:08:39.526Z | Compiling crunchy v0.2.2 |
1781 | 2023-09-29T17:08:40.190Z | Compiling doc-comment v0.3.3 |
1782 | 2023-09-29T17:08:40.209Z | Compiling semver v0.1.20 |
1783 | 2023-09-29T17:08:40.933Z | Compiling glob v0.3.1 |
1784 | 2023-09-29T17:08:41.227Z | Compiling opaque-debug v0.3.0 |
1785 | 2023-09-29T17:08:41.368Z | Compiling endian-type v0.1.2 |
1786 | 2023-09-29T17:08:41.742Z | Compiling nodrop v0.1.14 |
1787 | 2023-09-29T17:08:41.920Z | Compiling array-init v0.0.4 |
1788 | 2023-09-29T17:08:42.499Z | Compiling clang-sys v1.6.1 |
1789 | 2023-09-29T17:08:43.430Z | Compiling radix_trie v0.2.1 |
1790 | 2023-09-29T17:08:44.323Z | Compiling rustc_version v0.1.7 |
1791 | 2023-09-29T17:08:44.978Z | Compiling dirs-next v2.0.0 |
1792 | 2023-09-29T17:08:44.989Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1793 | 2023-09-29T17:08:45.829Z | Compiling pkcs1 v0.7.5 |
1794 | 2023-09-29T17:08:51.436Z | Compiling slog-envlogger v2.2.0 |
1795 | 2023-09-29T17:08:52.347Z | Compiling smallvec v0.6.14 |
1796 | 2023-09-29T17:08:54.267Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1797 | 2023-09-29T17:08:56.178Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1798 | 2023-09-29T17:08:57.517Z | Compiling sha-1 v0.10.1 |
1799 | 2023-09-29T17:08:59.061Z | Compiling prettyplease v0.2.12 |
1800 | 2023-09-29T17:08:59.465Z | Compiling bitfield v0.14.0 |
1801 | 2023-09-29T17:08:59.937Z | Compiling tiny-keccak v2.0.2 |
1802 | 2023-09-29T17:09:00.332Z | Compiling platforms v3.0.2 |
1803 | 2023-09-29T17:09:00.835Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1804 | 2023-09-29T17:09:02.742Z | Compiling tungstenite v0.17.3 |
1805 | 2023-09-29T17:09:02.833Z | Compiling rsa v0.9.2 |
1806 | 2023-09-29T17:09:09.170Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1807 | 2023-09-29T17:09:09.340Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1808 | 2023-09-29T17:09:12.530Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1809 | 2023-09-29T17:09:12.782Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1810 | 2023-09-29T17:09:13.113Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1811 | 2023-09-29T17:09:14.245Z | Compiling parking_lot v0.11.2 |
1812 | 2023-09-29T17:09:15.205Z | Compiling serde-hex v0.1.0 |
1813 | 2023-09-29T17:09:18.457Z | Compiling mime_guess v2.0.4 |
1814 | 2023-09-29T17:09:20.406Z | Compiling term v0.7.0 |
1815 | 2023-09-29T17:09:20.723Z | Compiling newtype_derive v0.1.6 |
1816 | 2023-09-29T17:09:21.418Z | Compiling trust-dns-client v0.22.0 |
1817 | 2023-09-29T17:09:22.595Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1818 | 2023-09-29T17:09:23.136Z | Compiling x509-cert v0.2.4 |
1819 | 2023-09-29T17:09:25.074Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1820 | 2023-09-29T17:09:25.092Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1821 | 2023-09-29T17:09:30.157Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1822 | 2023-09-29T17:09:40.273Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1823 | 2023-09-29T17:09:40.553Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1824 | 2023-09-29T17:09:41.744Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1825 | 2023-09-29T17:09:45.617Z | Compiling env_logger v0.10.0 |
1826 | 2023-09-29T17:09:46.128Z | Compiling darling_core v0.14.4 |
1827 | 2023-09-29T17:09:52.132Z | Compiling hashlink v0.8.3 |
1828 | 2023-09-29T17:09:53.373Z | Compiling ron v0.8.1 |
1829 | 2023-09-29T17:09:55.352Z | Compiling aead v0.5.2 |
1830 | 2023-09-29T17:09:55.874Z | Compiling snafu-derive v0.7.5 |
1831 | 2023-09-29T17:10:04.564Z | Compiling minimal-lexical v0.2.1 |
1832 | 2023-09-29T17:10:04.793Z | Compiling fallible-streaming-iterator v0.1.9 |
1833 | 2023-09-29T17:10:04.797Z | Compiling convert_case v0.4.0 |
1834 | 2023-09-29T17:10:04.801Z | Compiling humantime v2.1.0 |
1835 | 2023-09-29T17:10:05.070Z | Compiling crc-any v2.4.3 |
1836 | 2023-09-29T17:10:05.411Z | Compiling nom v7.1.3 |
1837 | 2023-09-29T17:10:05.982Z | Compiling derive_more v0.99.17 |
1838 | 2023-09-29T17:10:06.191Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1839 | 2023-09-29T17:10:06.732Z | Compiling rusqlite v0.29.0 |
1840 | 2023-09-29T17:10:12.292Z | Compiling snafu v0.7.5 |
1841 | 2023-09-29T17:10:14.358Z | Compiling trust-dns-server v0.22.1 |
1842 | 2023-09-29T17:10:15.133Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1843 | 2023-09-29T17:10:17.449Z | Compiling darling_macro v0.14.4 |
1844 | 2023-09-29T17:10:18.242Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1845 | 2023-09-29T17:10:18.977Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1846 | 2023-09-29T17:10:19.979Z | Compiling ascii-canvas v3.0.0 |
1847 | 2023-09-29T17:10:20.773Z | Compiling sled v0.34.7 |
1848 | 2023-09-29T17:10:28.417Z | Compiling tokio-tungstenite v0.17.2 |
1849 | 2023-09-29T17:10:30.296Z | Compiling nix v0.26.2 |
1850 | 2023-09-29T17:10:36.748Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1851 | 2023-09-29T17:10:37.406Z | Compiling tungstenite v0.18.0 |
1852 | 2023-09-29T17:10:37.770Z | Compiling num_enum_derive v0.7.0 |
1853 | 2023-09-29T17:10:42.110Z | Compiling object v0.30.4 |
1854 | 2023-09-29T17:10:44.170Z | Compiling twox-hash v1.6.3 |
1855 | 2023-09-29T17:10:45.952Z | Compiling is-terminal v0.4.9 |
1856 | 2023-09-29T17:10:46.132Z | Compiling ena v0.14.2 |
1857 | 2023-09-29T17:10:46.789Z | Compiling derive-where v1.2.5 |
1858 | 2023-09-29T17:10:47.349Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1859 | 2023-09-29T17:10:49.017Z | Compiling libloading v0.7.4 |
1860 | 2023-09-29T17:10:49.586Z | Compiling diff v0.1.13 |
1861 | 2023-09-29T17:10:49.616Z | Compiling pretty-hex v0.3.0 |
1862 | 2023-09-29T17:10:49.968Z | Compiling path-slash v0.1.5 |
1863 | 2023-09-29T17:10:50.300Z | Compiling bindgen v0.65.1 |
1864 | 2023-09-29T17:10:50.501Z | Compiling linear-map v1.2.0 |
1865 | 2023-09-29T17:10:50.963Z | Compiling lalrpop v0.19.12 |
1866 | 2023-09-29T17:10:51.158Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1867 | 2023-09-29T17:10:52.271Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1868 | 2023-09-29T17:10:53.681Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1869 | 2023-09-29T17:11:07.309Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
1870 | 2023-09-29T17:11:09.206Z | Compiling num_enum v0.7.0 |
1871 | 2023-09-29T17:11:09.474Z | Compiling tokio-tungstenite v0.18.0 |
1872 | 2023-09-29T17:11:10.395Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1873 | 2023-09-29T17:11:14.336Z | Compiling curve25519-dalek v4.1.0 |
1874 | 2023-09-29T17:11:14.340Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1875 | 2023-09-29T17:11:18.344Z | Compiling darling v0.14.4 |
1876 | 2023-09-29T17:11:18.516Z | Compiling cexpr v0.6.0 |
1877 | 2023-09-29T17:11:24.054Z | Compiling polyval v0.6.1 |
1878 | 2023-09-29T17:11:24.912Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1879 | 2023-09-29T17:11:25.245Z | Compiling ctr v0.9.2 |
1880 | 2023-09-29T17:11:25.769Z | Compiling aes v0.8.3 |
1881 | 2023-09-29T17:11:28.414Z | Compiling which v4.4.0 |
1882 | 2023-09-29T17:11:29.306Z | Compiling ff v0.13.0 |
1883 | 2023-09-29T17:11:29.686Z | Compiling path-dedot v3.1.0 |
1884 | 2023-09-29T17:11:30.037Z | Compiling bincode v1.3.3 |
1885 | 2023-09-29T17:11:30.254Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1886 | 2023-09-29T17:11:30.677Z | Compiling lazycell v1.3.0 |
1887 | 2023-09-29T17:11:30.924Z | Compiling peeking_take_while v0.1.2 |
1888 | 2023-09-29T17:11:31.132Z | Compiling display-error-chain v0.1.1 |
1889 | 2023-09-29T17:11:31.369Z | Compiling erased-serde v0.3.30 |
1890 | 2023-09-29T17:11:32.024Z | Compiling rustc-hash v1.1.0 |
1891 | 2023-09-29T17:11:32.051Z | Compiling shlex v1.1.0 |
1892 | 2023-09-29T17:11:32.450Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1893 | 2023-09-29T17:11:32.972Z | Compiling path-absolutize v3.1.0 |
1894 | 2023-09-29T17:11:33.306Z | Compiling group v0.13.0 |
1895 | 2023-09-29T17:11:33.602Z | Compiling aes-gcm-siv v0.11.1 |
1896 | 2023-09-29T17:11:34.131Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1897 | 2023-09-29T17:11:34.179Z | Compiling derive_builder_core v0.12.0 |
1898 | 2023-09-29T17:11:38.162Z | Compiling steno v0.4.0 |
1899 | 2023-09-29T17:11:39.408Z | Compiling env_logger v0.9.3 |
1900 | 2023-09-29T17:11:42.336Z | Compiling polar-core v0.26.4 |
1901 | 2023-09-29T17:11:44.676Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1902 | 2023-09-29T17:11:45.333Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1903 | 2023-09-29T17:11:47.534Z | Compiling olpc-cjson v0.1.3 |
1904 | 2023-09-29T17:11:48.528Z | Compiling pem v1.1.1 |
1905 | 2023-09-29T17:11:51.132Z | Compiling camino-tempfile v1.0.2 |
1906 | 2023-09-29T17:11:52.463Z | Compiling globset v0.4.13 |
1907 | 2023-09-29T17:11:53.232Z | Compiling crypto-bigint v0.5.2 |
1908 | 2023-09-29T17:11:55.722Z | Compiling serde_plain v1.0.2 |
1909 | 2023-09-29T17:11:56.564Z | Compiling thiserror-impl-no-std v2.0.2 |
1910 | 2023-09-29T17:11:56.625Z | Compiling async-recursion v1.0.5 |
1911 | 2023-09-29T17:11:58.166Z | Compiling libxml v0.3.3 |
1912 | 2023-09-29T17:11:58.721Z | Compiling bitstruct_derive v0.1.0 |
1913 | 2023-09-29T17:12:00.102Z | Compiling curve25519-dalek-derive v0.1.0 |
1914 | 2023-09-29T17:12:00.772Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1915 | 2023-09-29T17:12:00.979Z | Compiling ascii v1.1.0 |
1916 | 2023-09-29T17:12:01.441Z | Compiling base16ct v0.2.0 |
1917 | 2023-09-29T17:12:02.034Z | Compiling ringbuffer v0.14.2 |
1918 | 2023-09-29T17:12:02.325Z | Compiling ref-cast v1.0.20 |
1919 | 2023-09-29T17:12:02.356Z | Compiling buf-list v1.0.3 |
1920 | 2023-09-29T17:12:03.143Z | Compiling elliptic-curve v0.13.5 |
1921 | 2023-09-29T17:12:03.253Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1922 | 2023-09-29T17:12:04.181Z | Compiling thiserror-no-std v2.0.2 |
1923 | 2023-09-29T17:12:04.353Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1924 | 2023-09-29T17:12:04.768Z | Compiling bitstruct v0.1.1 |
1925 | 2023-09-29T17:12:04.982Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1926 | 2023-09-29T17:12:07.463Z | Compiling tough v0.12.5 |
1927 | 2023-09-29T17:12:09.146Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1928 | 2023-09-29T17:12:10.941Z | Compiling derive_builder_macro v0.12.0 |
1929 | 2023-09-29T17:12:14.949Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1930 | 2023-09-29T17:12:16.331Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1931 | 2023-09-29T17:12:20.485Z | Compiling poly1305 v0.8.0 |
1932 | 2023-09-29T17:12:22.637Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1933 | 2023-09-29T17:12:22.898Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1934 | 2023-09-29T17:12:23.265Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1935 | 2023-09-29T17:12:23.323Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1936 | 2023-09-29T17:12:23.679Z | Compiling chacha20 v0.9.1 |
1937 | 2023-09-29T17:12:24.408Z | Compiling strum_macros v0.24.3 |
1938 | 2023-09-29T17:12:25.232Z | Compiling const_format_proc_macros v0.2.31 |
1939 | 2023-09-29T17:12:25.403Z | Compiling serde_arrays v0.1.0 |
1940 | 2023-09-29T17:12:25.653Z | Compiling ref-cast-impl v1.0.20 |
1941 | 2023-09-29T17:12:27.475Z | Compiling enum-iterator-derive v1.2.1 |
1942 | 2023-09-29T17:12:28.631Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1943 | 2023-09-29T17:12:29.057Z | Compiling cookie v0.16.2 |
1944 | 2023-09-29T17:12:29.488Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1945 | 2023-09-29T17:12:29.552Z | Compiling salty v0.2.0 |
1946 | 2023-09-29T17:12:29.919Z | Compiling signature v1.6.4 |
1947 | 2023-09-29T17:12:30.130Z | Compiling indoc v1.0.9 |
1948 | 2023-09-29T17:12:30.167Z | Compiling ed25519 v1.5.3 |
1949 | 2023-09-29T17:12:30.645Z | Compiling const_format v0.2.31 |
1950 | 2023-09-29T17:12:30.760Z | Compiling enum-iterator v1.4.1 |
1951 | 2023-09-29T17:12:30.924Z | Compiling chacha20poly1305 v0.10.1 |
1952 | 2023-09-29T17:12:31.259Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1953 | 2023-09-29T17:12:32.536Z | Compiling derive_builder v0.12.0 |
1954 | 2023-09-29T17:12:34.921Z | Compiling vsss-rs v3.3.1 |
1955 | 2023-09-29T17:12:40.923Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1956 | 2023-09-29T17:12:43.389Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1957 | 2023-09-29T17:12:45.160Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1958 | 2023-09-29T17:12:48.090Z | Compiling signal-hook-mio v0.2.3 |
1959 | 2023-09-29T17:12:48.383Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1960 | 2023-09-29T17:12:48.941Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1961 | 2023-09-29T17:12:51.553Z | Compiling ron v0.7.1 |
1962 | 2023-09-29T17:12:54.635Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1963 | 2023-09-29T17:12:55.031Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1964 | 2023-09-29T17:13:00.341Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1965 | 2023-09-29T17:13:01.600Z | Compiling headers-core v0.2.0 |
1966 | 2023-09-29T17:13:01.869Z | Compiling bb8 v0.8.1 |
1967 | 2023-09-29T17:13:02.834Z | Compiling quick-xml v0.23.1 |
1968 | 2023-09-29T17:13:02.863Z | Compiling serde-big-array v0.5.1 |
1969 | 2023-09-29T17:13:02.877Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1970 | 2023-09-29T17:13:03.287Z | Compiling num-derive v0.4.0 |
1971 | 2023-09-29T17:13:04.162Z | Compiling oso-derive v0.26.4 |
1972 | 2023-09-29T17:13:05.677Z | Compiling impl-trait-for-tuples v0.2.2 |
1973 | 2023-09-29T17:13:07.128Z | Compiling http-range v0.1.5 |
1974 | 2023-09-29T17:13:08.117Z | Compiling bit_field v0.10.2 |
1975 | 2023-09-29T17:13:08.590Z | Compiling maplit v1.0.2 |
1976 | 2023-09-29T17:13:08.754Z | Compiling hyper-staticfile v0.9.5 |
1977 | 2023-09-29T17:13:09.904Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1978 | 2023-09-29T17:13:12.155Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1979 | 2023-09-29T17:13:13.019Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1980 | 2023-09-29T17:13:14.205Z | Compiling headers v0.3.9 |
1981 | 2023-09-29T17:13:21.525Z | Compiling crossterm v0.27.0 |
1982 | 2023-09-29T17:13:22.660Z | Compiling oso v0.26.4 |
1983 | 2023-09-29T17:13:45.695Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1984 | 2023-09-29T17:13:46.364Z | Compiling signal-hook-tokio v0.3.1 |
1985 | 2023-09-29T17:13:46.662Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1986 | 2023-09-29T17:13:47.064Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1987 | 2023-09-29T17:13:49.265Z | Compiling serde-big-array v0.4.1 |
1988 | 2023-09-29T17:13:49.656Z | Compiling indoc v2.0.3 |
1989 | 2023-09-29T17:13:50.214Z | Compiling cassowary v0.3.0 |
1990 | 2023-09-29T17:13:51.174Z | Compiling ratatui v0.23.0 |
1991 | 2023-09-29T17:13:53.467Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1992 | 2023-09-29T17:13:55.563Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1993 | 2023-09-29T17:13:56.169Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1994 | 2023-09-29T17:13:56.753Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1995 | 2023-09-29T17:13:58.046Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1996 | 2023-09-29T17:14:02.986Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1997 | 2023-09-29T17:14:04.629Z | Compiling fatfs v0.3.6 |
1998 | 2023-09-29T17:14:07.392Z | Compiling bytesize v1.3.0 |
1999 | 2023-09-29T17:14:08.394Z | Compiling nanorand v0.7.0 |
2000 | 2023-09-29T17:14:09.735Z | Compiling rtoolbox v0.0.1 |
2001 | 2023-09-29T17:14:10.515Z | Compiling assert_matches v1.5.0 |
2002 | 2023-09-29T17:14:10.542Z | Compiling fs-err v2.9.0 |
2003 | 2023-09-29T17:14:10.654Z | Compiling corncobs v0.1.3 |
2004 | 2023-09-29T17:14:11.357Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2005 | 2023-09-29T17:14:11.907Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2006 | 2023-09-29T17:14:13.523Z | Compiling rpassword v7.2.0 |
2007 | 2023-09-29T17:14:13.528Z | Compiling flume v0.11.0 |
2008 | 2023-09-29T17:14:13.961Z | Compiling tui-tree-widget v0.13.0 |
2009 | 2023-09-29T17:14:14.637Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2010 | 2023-09-29T17:14:17.535Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2011 | 2023-09-29T17:14:17.578Z | Compiling shell-words v1.1.0 |
2012 | 2023-09-29T17:14:18.296Z | Compiling owo-colors v3.5.0 |
2013 | 2023-09-29T17:14:23.846Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2014 | 2023-09-29T17:14:33.203Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2015 | 2023-09-29T17:15:30.985Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2016 | 2023-09-29T17:15:42.766Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2017 | 2023-09-29T17:17:39.666Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2018 | 2023-09-29T17:19:09.423Z | Compiling git2 v0.17.2 |
2019 | 2023-09-29T17:19:19.207Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2020 | 2023-09-29T17:19:20.986Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2021 | 2023-09-29T17:19:33.485Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2022 | 2023-09-29T17:19:47.409Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2023 | 2023-09-29T17:19:55.469Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2024 | 2023-09-29T17:29:38.628Z | Finished release [optimized] target(s) in 22m 09s |
2025 | 2023-09-29T17:30:45.468Z | |
2026 | 2023-09-29T17:30:45.471Z | real 23:17.418774113 |
2027 | 2023-09-29T17:30:45.475Z | user 2:36:19.165825666 |
2028 | 2023-09-29T17:30:45.478Z | sys 7:36.702359325 |
2029 | 2023-09-29T17:30:45.481Z | trap 5.307214385 |
2030 | 2023-09-29T17:30:45.484Z | tflt 1.537497922 |
2031 | 2023-09-29T17:30:45.487Z | dflt 4.066115357 |
2032 | 2023-09-29T17:30:45.490Z | kflt 0.001485643 |
2033 | 2023-09-29T17:30:45.493Z | lock 8:56:37.507094615 |
2034 | 2023-09-29T17:30:45.496Z | slp 6:17:21.611864897 |
2035 | 2023-09-29T17:30:45.499Z | lat 2:49.442966346 |
2036 | 2023-09-29T17:30:45.502Z | stop 48.806071953 |
2037 | 2023-09-29T17:30:45.505Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2038 | 2023-09-29T17:30:45.508Z | + pfexec mkdir -p /work |
2039 | 2023-09-29T17:30:45.511Z | + pfexec chown build /work |
2040 | 2023-09-29T17:30:45.513Z | + ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2041 | 2023-09-29T17:30:59.188Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2042 | 2023-09-29T17:30:59.191Z | a out/maghemite.tar 73201K |
2043 | 2023-09-29T17:30:59.194Z | a out/omicron-sled-agent.tar 109787K |
2044 | 2023-09-29T17:30:59.197Z | a out/target/test 1K |
2045 | 2023-09-29T17:30:59.200Z | a out/npuzone/npuzone 36077K |
2046 | 2023-09-29T17:30:59.203Z | a package-manifest.toml 21K |
2047 | 2023-09-29T17:30:59.206Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2048 | 2023-09-29T17:30:59.209Z | a target/release/omicron-package 37007K |
2049 | 2023-09-29T17:30:59.212Z | a tools/create_virtual_hardware.sh 3K |
2050 | 2023-09-29T17:30:59.215Z | a tools/virtual_hardware.sh 4K |
2051 | 2023-09-29T17:30:59.218Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2052 | 2023-09-29T17:30:59.220Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2053 | 2023-09-29T17:30:59.223Z | a tools/scrimlet/softnpu-init.sh 3K |
2054 | 2023-09-29T17:30:59.226Z | a tools/scrimlet/softnpu-zone.txt 1K |
2055 | 2023-09-29T17:30:59.229Z | a tools/scrimlet/softnpu.toml 1K |
2056 | 2023-09-29T17:30:59.232Z | |
2057 | 2023-09-29T17:30:59.235Z | real 13.709288013 |
2058 | 2023-09-29T17:30:59.238Z | user 13.003059380 |
2059 | 2023-09-29T17:30:59.241Z | sys 1.190051193 |
2060 | 2023-09-29T17:30:59.244Z | trap 0.003598471 |
2061 | 2023-09-29T17:30:59.246Z | tflt 0.000000000 |
2062 | 2023-09-29T17:30:59.249Z | dflt 0.000000000 |
2063 | 2023-09-29T17:30:59.252Z | kflt 0.000000000 |
2064 | 2023-09-29T17:30:59.255Z | lock 0.000000000 |
2065 | 2023-09-29T17:30:59.258Z | slp 12.703673143 |
2066 | 2023-09-29T17:30:59.260Z | lat 0.514531683 |
2067 | 2023-09-29T17:30:59.263Z | stop 0.000237474 |
2068 | 2023-09-29T17:30:59.266Z | ++ pwd |
2069 | 2023-09-29T17:30:59.269Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2070 | 2023-09-29T17:30:59.271Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic |
2071 | 2023-09-29T17:31:00.400Z | Finished release [optimized] target(s) in 1.12s |
2072 | 2023-09-29T17:31:00.433Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic` |
2073 | 2023-09-29T17:31:00.477Z | Created new build target 'host' and set it as active |
2074 | 2023-09-29T17:31:00.480Z | |
2075 | 2023-09-29T17:31:00.483Z | real 1.279692218 |
2076 | 2023-09-29T17:31:00.486Z | user 0.904693812 |
2077 | 2023-09-29T17:31:00.489Z | sys 0.375788589 |
2078 | 2023-09-29T17:31:00.492Z | trap 0.000114867 |
2079 | 2023-09-29T17:31:00.495Z | tflt 0.000006409 |
2080 | 2023-09-29T17:31:00.498Z | dflt 0.000007477 |
2081 | 2023-09-29T17:31:00.500Z | kflt 0.000000000 |
2082 | 2023-09-29T17:31:00.503Z | lock 0.035267376 |
2083 | 2023-09-29T17:31:00.506Z | slp 0.022735590 |
2084 | 2023-09-29T17:31:00.509Z | lat 0.002122797 |
2085 | 2023-09-29T17:31:00.512Z | stop 0.000238439 |
2086 | 2023-09-29T17:31:00.515Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2087 | 2023-09-29T17:31:01.689Z | Finished release [optimized] target(s) in 1.11s |
2088 | 2023-09-29T17:31:01.720Z | Running `target/release/omicron-package -t host package` |
2089 | 2023-09-29T17:31:01.776Z | Sep 29 17:31:01.762 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2090 | 2023-09-29T17:31:02.996Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2091 | 2023-09-29T17:34:44.785Z | Finished release [optimized] target(s) in 3m 42s |
2092 | 2023-09-29T17:36:13.769Z | |
2093 | 2023-09-29T17:36:13.787Z | real 5:13.296762269 |
2094 | 2023-09-29T17:36:13.812Z | user 20:57.816652612 |
2095 | 2023-09-29T17:36:13.816Z | sys 1:11.697098569 |
2096 | 2023-09-29T17:36:13.822Z | trap 0.551888233 |
2097 | 2023-09-29T17:36:13.825Z | tflt 0.025099907 |
2098 | 2023-09-29T17:36:13.839Z | dflt 3.549927271 |
2099 | 2023-09-29T17:36:13.845Z | kflt 0.073559301 |
2100 | 2023-09-29T17:36:13.849Z | lock 1:13:42.973166092 |
2101 | 2023-09-29T17:36:13.856Z | slp 17:28.345807104 |
2102 | 2023-09-29T17:36:13.861Z | lat 7.309136385 |
2103 | 2023-09-29T17:36:13.869Z | stop 0.672574009 |
2104 | 2023-09-29T17:36:13.873Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2105 | 2023-09-29T17:36:13.878Z | + for package in "$@" |
2106 | 2023-09-29T17:36:13.881Z | + [[ omicron-sled-agent == maghemite ]] |
2107 | 2023-09-29T17:36:13.892Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git608c89bf35b |
2108 | 2023-09-29T17:36:14.947Z | Finished release [optimized] target(s) in 1.10s |
2109 | 2023-09-29T17:36:14.976Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git608c89bf35b` |
2110 | 2023-09-29T17:36:15.018Z | Sep 29 17:36:15.017 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2111 | 2023-09-29T17:36:15.545Z | Created: out/versioned/omicron-sled-agent.tar |
2112 | 2023-09-29T17:36:15.552Z | + for package in "$@" |
2113 | 2023-09-29T17:36:15.559Z | + [[ maghemite == maghemite ]] |
2114 | 2023-09-29T17:36:15.566Z | + echo 0.0.0 |
2115 | 2023-09-29T17:36:15.573Z | + tar rvf out/maghemite.tar VERSION |
2116 | 2023-09-29T17:36:15.578Z | a VERSION 1K |
2117 | 2023-09-29T17:36:15.581Z | + rm VERSION |
2118 | 2023-09-29T17:36:15.584Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git608c89bf35b |
2119 | 2023-09-29T17:36:16.698Z | Finished release [optimized] target(s) in 1.06s |
2120 | 2023-09-29T17:36:16.728Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git608c89bf35b` |
2121 | 2023-09-29T17:36:16.778Z | Sep 29 17:36:16.769 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2122 | 2023-09-29T17:36:17.145Z | Created: out/versioned/maghemite.tar |
2123 | 2023-09-29T17:36:17.181Z | + for package in "$@" |
2124 | 2023-09-29T17:36:17.184Z | + [[ propolis-server == maghemite ]] |
2125 | 2023-09-29T17:36:17.192Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git608c89bf35b |
2126 | 2023-09-29T17:36:18.350Z | Finished release [optimized] target(s) in 1.13s |
2127 | 2023-09-29T17:36:18.383Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git608c89bf35b` |
2128 | 2023-09-29T17:36:18.445Z | Sep 29 17:36:18.427 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2129 | 2023-09-29T17:36:20.191Z | Created: out/versioned/propolis-server.tar.gz |
2130 | 2023-09-29T17:36:20.228Z | + for package in "$@" |
2131 | 2023-09-29T17:36:20.239Z | + [[ overlay == maghemite ]] |
2132 | 2023-09-29T17:36:20.248Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git608c89bf35b |
2133 | 2023-09-29T17:36:21.341Z | Finished release [optimized] target(s) in 1.08s |
2134 | 2023-09-29T17:36:21.373Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git608c89bf35b` |
2135 | 2023-09-29T17:36:21.417Z | Sep 29 17:36:21.417 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"}) |
2136 | 2023-09-29T17:36:21.421Z | Created: out/versioned/overlay.tar.gz |
2137 | 2023-09-29T17:36:21.423Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2138 | 2023-09-29T17:36:21.437Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2139 | 2023-09-29T17:36:21.440Z | ++ cd -- ./tools |
2140 | 2023-09-29T17:36:21.443Z | ++ pwd |
2141 | 2023-09-29T17:36:21.446Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2142 | 2023-09-29T17:36:21.449Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2143 | 2023-09-29T17:36:21.452Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2144 | 2023-09-29T17:36:21.455Z | ++ readlink -f /work |
2145 | 2023-09-29T17:36:21.458Z | + out_dir=/work |
2146 | 2023-09-29T17:36:21.461Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2147 | 2023-09-29T17:36:21.464Z | + for dep in "${deps[@]}" |
2148 | 2023-09-29T17:36:21.468Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2149 | 2023-09-29T17:36:21.482Z | + for dep in "${deps[@]}" |
2150 | 2023-09-29T17:36:21.917Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2151 | 2023-09-29T17:36:21.920Z | + for dep in "${deps[@]}" |
2152 | 2023-09-29T17:36:21.923Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2153 | 2023-09-29T17:36:21.927Z | + for dep in "${deps[@]}" |
2154 | 2023-09-29T17:36:21.930Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2155 | 2023-09-29T17:36:21.933Z | ++ mktemp -d |
2156 | 2023-09-29T17:36:21.935Z | + tmp_gz=/tmp/tmp.mVaOni |
2157 | 2023-09-29T17:36:21.940Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2158 | 2023-09-29T17:36:21.943Z | + echo '{"v":"1","t":"layer"}' |
2159 | 2023-09-29T17:36:21.946Z | + pkg_dir=/tmp/tmp.mVaOni/root/opt/oxide/sled-agent |
2160 | 2023-09-29T17:36:21.949Z | + mkdir -p /tmp/tmp.mVaOni/root/opt/oxide/sled-agent |
2161 | 2023-09-29T17:36:21.953Z | + cd /tmp/tmp.mVaOni/root/opt/oxide/sled-agent |
2162 | 2023-09-29T17:36:21.956Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2163 | 2023-09-29T17:36:21.959Z | x ., 0 bytes, 0 tape blocks |
2164 | 2023-09-29T17:36:21.962Z | x zone-bundle, 34389424 bytes, 67167 tape blocks |
2165 | 2023-09-29T17:36:21.966Z | x sled-agent, 78009376 bytes, 152363 tape blocks |
2166 | 2023-09-29T17:36:21.969Z | x pkg, 0 bytes, 0 tape blocks |
2167 | 2023-09-29T17:36:21.972Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2168 | 2023-09-29T17:36:21.977Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2169 | 2023-09-29T17:36:21.980Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2170 | 2023-09-29T17:36:21.983Z | x VERSION, 25 bytes, 1 tape blocks |
2171 | 2023-09-29T17:36:21.988Z | + mkdir -p /tmp/tmp.mVaOni/root/lib/svc/manifest/site/ |
2172 | 2023-09-29T17:36:21.991Z | + mv pkg/manifest.xml /tmp/tmp.mVaOni/root/lib/svc/manifest/site/sled-agent.xml |
2173 | 2023-09-29T17:36:21.994Z | + cd - |
2174 | 2023-09-29T17:36:21.997Z | /work/oxidecomputer/omicron |
2175 | 2023-09-29T17:36:22.003Z | + pkg_dir=/tmp/tmp.mVaOni/root/opt/oxide/mg-ddm |
2176 | 2023-09-29T17:36:22.006Z | + mkdir -p /tmp/tmp.mVaOni/root/opt/oxide/mg-ddm |
2177 | 2023-09-29T17:36:22.009Z | + cd /tmp/tmp.mVaOni/root/opt/oxide/mg-ddm |
2178 | 2023-09-29T17:36:22.012Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2179 | 2023-09-29T17:36:22.016Z | x ., 0 bytes, 0 tape blocks |
2180 | 2023-09-29T17:36:22.019Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2181 | 2023-09-29T17:36:22.022Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2182 | 2023-09-29T17:36:22.027Z | x pkg, 0 bytes, 0 tape blocks |
2183 | 2023-09-29T17:36:22.030Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2184 | 2023-09-29T17:36:22.034Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2185 | 2023-09-29T17:36:22.038Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2186 | 2023-09-29T17:36:22.042Z | x VERSION, 25 bytes, 1 tape blocks |
2187 | 2023-09-29T17:36:22.045Z | + cd - |
2188 | 2023-09-29T17:36:22.048Z | /work/oxidecomputer/omicron |
2189 | 2023-09-29T17:36:22.051Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.mVaOni/root/opt/oxide |
2190 | 2023-09-29T17:36:22.055Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.mVaOni/root/opt/oxide |
2191 | 2023-09-29T17:36:22.058Z | + cd /tmp/tmp.mVaOni |
2192 | 2023-09-29T17:36:22.061Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2193 | 2023-09-29T17:36:34.104Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2194 | 2023-09-29T17:36:34.125Z | a oxide.json 1K |
2195 | 2023-09-29T17:36:34.145Z | a root/ 0K |
2196 | 2023-09-29T17:36:34.163Z | a root/opt/ 0K |
2197 | 2023-09-29T17:36:34.182Z | a root/opt/oxide/ 0K |
2198 | 2023-09-29T17:36:34.597Z | a root/opt/oxide/sled-agent/ 0K |
2199 | 2023-09-29T17:36:34.600Z | a root/opt/oxide/sled-agent/zone-bundle 33584K |
2200 | 2023-09-29T17:36:34.602Z | a root/opt/oxide/sled-agent/sled-agent 76182K |
2201 | 2023-09-29T17:36:34.605Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2202 | 2023-09-29T17:36:34.608Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2203 | 2023-09-29T17:36:34.610Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2204 | 2023-09-29T17:36:34.613Z | a root/opt/oxide/sled-agent/VERSION 1K |
2205 | 2023-09-29T17:36:34.616Z | a root/opt/oxide/mg-ddm/ 0K |
2206 | 2023-09-29T17:36:34.618Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2207 | 2023-09-29T17:36:34.621Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2208 | 2023-09-29T17:36:34.624Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2209 | 2023-09-29T17:36:34.626Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2210 | 2023-09-29T17:36:34.629Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2211 | 2023-09-29T17:36:34.632Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2212 | 2023-09-29T17:36:34.634Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2213 | 2023-09-29T17:36:34.637Z | a root/opt/oxide/propolis-server.tar.gz 64683K |
2214 | 2023-09-29T17:36:34.646Z | a root/opt/oxide/overlay.tar.gz 2K |
2215 | 2023-09-29T17:36:34.651Z | a root/lib/ 0K |
2216 | 2023-09-29T17:36:34.653Z | a root/lib/svc/ 0K |
2217 | 2023-09-29T17:36:34.656Z | a root/lib/svc/manifest/ 0K |
2218 | 2023-09-29T17:36:34.659Z | a root/lib/svc/manifest/site/ 0K |
2219 | 2023-09-29T17:36:34.663Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2220 | 2023-09-29T17:36:34.666Z | + cd / |
2221 | 2023-09-29T17:36:34.670Z | + rm -rf /tmp/tmp.mVaOni |
2222 | 2023-09-29T17:36:34.678Z | |
2223 | 2023-09-29T17:36:34.682Z | real 12.713521217 |
2224 | 2023-09-29T17:36:34.687Z | user 11.673821256 |
2225 | 2023-09-29T17:36:34.693Z | sys 1.105764660 |
2226 | 2023-09-29T17:36:34.697Z | trap 0.004107239 |
2227 | 2023-09-29T17:36:34.707Z | tflt 0.000000000 |
2228 | 2023-09-29T17:36:34.710Z | dflt 0.000000000 |
2229 | 2023-09-29T17:36:34.714Z | kflt 0.000000000 |
2230 | 2023-09-29T17:36:34.718Z | lock 0.000000000 |
2231 | 2023-09-29T17:36:34.721Z | slp 24.451738673 |
2232 | 2023-09-29T17:36:34.724Z | lat 0.485424317 |
2233 | 2023-09-29T17:36:34.729Z | stop 0.000326662 |
2234 | 2023-09-29T17:36:34.732Z | + mkdir -p /work/zones |
2235 | 2023-09-29T17:36:34.735Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2236 | 2023-09-29T17:36:34.739Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2237 | 2023-09-29T17:36:37.447Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2238 | 2023-09-29T17:36:38.688Z | Finished release [optimized] target(s) in 1.14s |
2239 | 2023-09-29T17:36:38.720Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2240 | 2023-09-29T17:36:38.762Z | Created new build target 'recovery' and set it as active |
2241 | 2023-09-29T17:36:38.766Z | |
2242 | 2023-09-29T17:36:38.769Z | real 1.310287450 |
2243 | 2023-09-29T17:36:38.772Z | user 0.933262853 |
2244 | 2023-09-29T17:36:38.774Z | sys 0.374622896 |
2245 | 2023-09-29T17:36:38.777Z | trap 0.000910095 |
2246 | 2023-09-29T17:36:38.780Z | tflt 0.000001850 |
2247 | 2023-09-29T17:36:38.783Z | dflt 0.000022227 |
2248 | 2023-09-29T17:36:38.786Z | kflt 0.000000000 |
2249 | 2023-09-29T17:36:38.789Z | lock 0.038812049 |
2250 | 2023-09-29T17:36:38.792Z | slp 0.022356279 |
2251 | 2023-09-29T17:36:38.795Z | lat 0.004408832 |
2252 | 2023-09-29T17:36:38.798Z | stop 0.000226506 |
2253 | 2023-09-29T17:36:38.801Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2254 | 2023-09-29T17:36:39.992Z | Finished release [optimized] target(s) in 1.12s |
2255 | 2023-09-29T17:36:40.025Z | Running `target/release/omicron-package -t recovery package` |
2256 | 2023-09-29T17:36:40.095Z | Sep 29 17:36:40.058 DEBG target[recovery]: Target({"image": "trampoline"}) |
2257 | 2023-09-29T17:36:41.094Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2258 | 2023-09-29T17:36:45.070Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2259 | 2023-09-29T17:37:18.485Z | Finished release [optimized] target(s) in 38.34s |
2260 | 2023-09-29T17:37:37.851Z | |
2261 | 2023-09-29T17:37:37.858Z | real 59.075247603 |
2262 | 2023-09-29T17:37:37.863Z | user 2:39.150366314 |
2263 | 2023-09-29T17:37:37.867Z | sys 13.642469655 |
2264 | 2023-09-29T17:37:37.871Z | trap 0.081558471 |
2265 | 2023-09-29T17:37:37.874Z | tflt 0.043379600 |
2266 | 2023-09-29T17:37:37.878Z | dflt 1.081214357 |
2267 | 2023-09-29T17:37:37.882Z | kflt 0.000000000 |
2268 | 2023-09-29T17:37:37.889Z | lock 12:48.129600004 |
2269 | 2023-09-29T17:37:37.897Z | slp 2:43.521151534 |
2270 | 2023-09-29T17:37:37.904Z | lat 2.034195549 |
2271 | 2023-09-29T17:37:37.910Z | stop 0.188868481 |
2272 | 2023-09-29T17:37:38.333Z | + stamp_packages installinator maghemite |
2273 | 2023-09-29T17:37:38.336Z | + for package in "$@" |
2274 | 2023-09-29T17:37:38.339Z | + [[ installinator == maghemite ]] |
2275 | 2023-09-29T17:37:38.342Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git608c89bf35b |
2276 | 2023-09-29T17:37:39.461Z | Finished release [optimized] target(s) in 1.10s |
2277 | 2023-09-29T17:37:39.465Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git608c89bf35b` |
2278 | 2023-09-29T17:37:39.470Z | Sep 29 17:37:39.101 DEBG target[active]: Target({"image": "trampoline"}) |
2279 | 2023-09-29T17:37:39.473Z | Created: out/versioned/installinator.tar |
2280 | 2023-09-29T17:37:39.476Z | + for package in "$@" |
2281 | 2023-09-29T17:37:39.479Z | + [[ maghemite == maghemite ]] |
2282 | 2023-09-29T17:37:39.482Z | + echo 0.0.0 |
2283 | 2023-09-29T17:37:39.485Z | + tar rvf out/maghemite.tar VERSION |
2284 | 2023-09-29T17:37:39.488Z | a VERSION 1K |
2285 | 2023-09-29T17:37:39.491Z | + rm VERSION |
2286 | 2023-09-29T17:37:39.494Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git608c89bf35b |
2287 | 2023-09-29T17:37:43.237Z | Finished release [optimized] target(s) in 1.10s |
2288 | 2023-09-29T17:37:43.296Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git608c89bf35b` |
2289 | 2023-09-29T17:37:43.317Z | Sep 29 17:37:40.487 DEBG target[active]: Target({"image": "trampoline"}) |
2290 | 2023-09-29T17:37:43.335Z | Created: out/versioned/maghemite.tar |
2291 | 2023-09-29T17:37:43.352Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2292 | 2023-09-29T17:37:43.368Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2293 | 2023-09-29T17:37:43.789Z | ++ cd -- ./tools |
2294 | 2023-09-29T17:37:43.813Z | ++ pwd |
2295 | 2023-09-29T17:37:44.282Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2296 | 2023-09-29T17:37:44.291Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2297 | 2023-09-29T17:37:44.296Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2298 | 2023-09-29T17:37:44.299Z | ++ readlink -f /work |
2299 | 2023-09-29T17:37:44.303Z | + out_dir=/work |
2300 | 2023-09-29T17:37:44.305Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2301 | 2023-09-29T17:37:44.310Z | + for dep in "${deps[@]}" |
2302 | 2023-09-29T17:37:44.313Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2303 | 2023-09-29T17:37:44.316Z | + for dep in "${deps[@]}" |
2304 | 2023-09-29T17:37:44.320Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2305 | 2023-09-29T17:37:44.323Z | ++ mktemp -d |
2306 | 2023-09-29T17:37:44.325Z | + tmp_trampoline=/tmp/tmp.ggaasi |
2307 | 2023-09-29T17:37:44.329Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2308 | 2023-09-29T17:37:44.333Z | + echo '{"v":"1","t":"layer"}' |
2309 | 2023-09-29T17:37:44.340Z | + pkg_dir=/tmp/tmp.ggaasi/root/opt/oxide/installinator |
2310 | 2023-09-29T17:37:44.347Z | + mkdir -p /tmp/tmp.ggaasi/root/opt/oxide/installinator |
2311 | 2023-09-29T17:37:44.354Z | + cd /tmp/tmp.ggaasi/root/opt/oxide/installinator |
2312 | 2023-09-29T17:37:44.359Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2313 | 2023-09-29T17:37:44.362Z | x ., 0 bytes, 0 tape blocks |
2314 | 2023-09-29T17:37:44.366Z | x installinator, 47764304 bytes, 93290 tape blocks |
2315 | 2023-09-29T17:37:44.369Z | x pkg, 0 bytes, 0 tape blocks |
2316 | 2023-09-29T17:37:44.788Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2317 | 2023-09-29T17:37:44.793Z | x VERSION, 25 bytes, 1 tape blocks |
2318 | 2023-09-29T17:37:44.831Z | + mkdir -p /tmp/tmp.ggaasi/root/lib/svc/manifest/site/ |
2319 | 2023-09-29T17:37:44.845Z | + mv pkg/manifest.xml /tmp/tmp.ggaasi/root/lib/svc/manifest/site/installinator.xml |
2320 | 2023-09-29T17:37:44.861Z | + cd - |
2321 | 2023-09-29T17:37:44.873Z | /work/oxidecomputer/omicron |
2322 | 2023-09-29T17:37:44.887Z | + pkg_dir=/tmp/tmp.ggaasi/root/opt/oxide/mg-ddm |
2323 | 2023-09-29T17:37:44.903Z | + mkdir -p /tmp/tmp.ggaasi/root/opt/oxide/mg-ddm |
2324 | 2023-09-29T17:37:44.928Z | + cd /tmp/tmp.ggaasi/root/opt/oxide/mg-ddm |
2325 | 2023-09-29T17:37:44.944Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2326 | 2023-09-29T17:37:44.979Z | x ., 0 bytes, 0 tape blocks |
2327 | 2023-09-29T17:37:45.418Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2328 | 2023-09-29T17:37:45.433Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2329 | 2023-09-29T17:37:45.452Z | x pkg, 0 bytes, 0 tape blocks |
2330 | 2023-09-29T17:37:45.474Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2331 | 2023-09-29T17:37:45.479Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2332 | 2023-09-29T17:37:45.524Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2333 | 2023-09-29T17:37:45.549Z | x VERSION, 25 bytes, 1 tape blocks |
2334 | 2023-09-29T17:37:45.576Z | + cd - |
2335 | 2023-09-29T17:37:45.582Z | /work/oxidecomputer/omicron |
2336 | 2023-09-29T17:37:45.594Z | + cd /tmp/tmp.ggaasi |
2337 | 2023-09-29T17:37:45.621Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2338 | 2023-09-29T17:37:47.253Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2339 | 2023-09-29T17:37:47.258Z | a oxide.json 1K |
2340 | 2023-09-29T17:37:47.264Z | a root/ 0K |
2341 | 2023-09-29T17:37:47.272Z | a root/opt/ 0K |
2342 | 2023-09-29T17:37:47.279Z | a root/opt/oxide/ 0K |
2343 | 2023-09-29T17:37:47.286Z | a root/opt/oxide/installinator/ 0K |
2344 | 2023-09-29T17:37:47.293Z | a root/opt/oxide/installinator/installinator 46645K |
2345 | 2023-09-29T17:37:47.297Z | a root/opt/oxide/installinator/pkg/ 0K |
2346 | 2023-09-29T17:37:47.303Z | a root/opt/oxide/installinator/VERSION 1K |
2347 | 2023-09-29T17:37:47.308Z | a root/opt/oxide/mg-ddm/ 0K |
2348 | 2023-09-29T17:37:47.313Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2349 | 2023-09-29T17:37:47.320Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2350 | 2023-09-29T17:37:47.361Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2351 | 2023-09-29T17:37:47.373Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2352 | 2023-09-29T17:37:47.377Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2353 | 2023-09-29T17:37:47.380Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2354 | 2023-09-29T17:37:47.384Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2355 | 2023-09-29T17:37:47.388Z | a root/lib/ 0K |
2356 | 2023-09-29T17:37:47.391Z | a root/lib/svc/ 0K |
2357 | 2023-09-29T17:37:47.395Z | a root/lib/svc/manifest/ 0K |
2358 | 2023-09-29T17:37:47.399Z | a root/lib/svc/manifest/site/ 0K |
2359 | 2023-09-29T17:37:47.403Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2360 | 2023-09-29T17:37:47.407Z | + cd / |
2361 | 2023-09-29T17:37:47.411Z | + rm -rf /tmp/tmp.ggaasi |
2362 | 2023-09-29T17:37:47.415Z | |
2363 | 2023-09-29T17:37:47.419Z | real 6.558824045 |
2364 | 2023-09-29T17:37:47.423Z | user 6.107409938 |
2365 | 2023-09-29T17:37:47.427Z | sys 0.481371886 |
2366 | 2023-09-29T17:37:47.433Z | trap 0.002496791 |
2367 | 2023-09-29T17:37:47.438Z | tflt 0.000000000 |
2368 | 2023-09-29T17:37:47.450Z | dflt 0.000000000 |
2369 | 2023-09-29T17:37:47.454Z | kflt 0.000000000 |
2370 | 2023-09-29T17:37:47.458Z | lock 0.000000000 |
2371 | 2023-09-29T17:37:47.461Z | slp 12.646470188 |
2372 | 2023-09-29T17:37:47.464Z | lat 0.237158824 |
2373 | 2023-09-29T17:37:47.468Z | stop 0.000317481 |
2374 | 2023-09-29T17:37:47.474Z | process exited: duration 2433986 ms, exit code 0 |
|
2375 | 2023-09-29T17:37:47.482Z | found 20 output files |
2376 | 2023-09-29T17:37:47.510Z | uploading: /work/version.txt (26 bytes) |
2377 | 2023-09-29T17:37:49.353Z | uploaded: /work/version.txt |
2378 | 2023-09-29T17:37:49.370Z | uploading: /work/package.tar.gz (82529115 bytes) |
2379 | 2023-09-29T17:38:11.850Z | uploaded: /work/package.tar.gz |
2380 | 2023-09-29T17:38:11.854Z | uploading: /work/global-zone-packages.tar.gz (125033987 bytes) |
2381 | 2023-09-29T17:38:57.562Z | uploaded: /work/global-zone-packages.tar.gz |
2382 | 2023-09-29T17:38:58.436Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38535879 bytes) |
2383 | 2023-09-29T17:39:07.808Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2384 | 2023-09-29T17:39:07.820Z | uploading: /work/zones/clickhouse.tar.gz (180703152 bytes) |
2385 | 2023-09-29T17:39:52.210Z | uploaded: /work/zones/clickhouse.tar.gz |
2386 | 2023-09-29T17:39:52.248Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180705432 bytes) |
2387 | 2023-09-29T17:40:56.598Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2388 | 2023-09-29T17:40:56.616Z | uploading: /work/zones/cockroachdb.tar.gz (117765150 bytes) |
2389 | 2023-09-29T17:41:48.133Z | uploaded: /work/zones/cockroachdb.tar.gz |
2390 | 2023-09-29T17:41:48.561Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2391 | 2023-09-29T17:41:58.933Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2392 | 2023-09-29T17:41:58.966Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2393 | 2023-09-29T17:42:23.272Z | uploaded: /work/zones/crucible.tar.gz |
2394 | 2023-09-29T17:42:23.293Z | uploading: /work/zones/external-dns.tar.gz (22039686 bytes) |
2395 | 2023-09-29T17:42:32.594Z | uploaded: /work/zones/external-dns.tar.gz |
2396 | 2023-09-29T17:42:32.606Z | uploading: /work/zones/internal-dns.tar.gz (22039686 bytes) |
2397 | 2023-09-29T17:42:43.297Z | uploaded: /work/zones/internal-dns.tar.gz |
2398 | 2023-09-29T17:42:43.312Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2399 | 2023-09-29T17:42:44.821Z | uploaded: /work/zones/ntp.tar.gz |
2400 | 2023-09-29T17:42:44.847Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15707686 bytes) |
2401 | 2023-09-29T17:42:58.152Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2402 | 2023-09-29T17:42:58.174Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15706811 bytes) |
2403 | 2023-09-29T17:43:04.739Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2404 | 2023-09-29T17:43:05.175Z | uploading: /work/zones/omicron-nexus.tar.gz (67221871 bytes) |
2405 | 2023-09-29T17:43:28.031Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2406 | 2023-09-29T17:43:28.041Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2407 | 2023-09-29T17:43:29.042Z | uploaded: /work/zones/overlay.tar.gz |
2408 | 2023-09-29T17:43:29.059Z | uploading: /work/zones/oximeter-collector.tar.gz (16247407 bytes) |
2409 | 2023-09-29T17:43:43.810Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2410 | 2023-09-29T17:43:44.248Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2411 | 2023-09-29T17:44:10.056Z | uploaded: /work/zones/propolis-server.tar.gz |
2412 | 2023-09-29T17:44:10.072Z | uploading: /work/zones/switch-asic.tar.gz (220112464 bytes) |
2413 | 2023-09-29T17:45:09.596Z | uploaded: /work/zones/switch-asic.tar.gz |
2414 | 2023-09-29T17:45:09.673Z | uploading: /work/zones/switch-softnpu.tar.gz (142109248 bytes) |
2415 | 2023-09-29T17:45:39.933Z | uploaded: /work/zones/switch-softnpu.tar.gz |