|
|
|
1 | 2023-10-18T23:18:34.427Z | job assigned to worker 01HD2H7CD6EXAVKVJH8SPDBQM6 (queued for 2 m 42 s) |
|
2 | 2023-10-18T23:18:34.777Z | starting task 0: "setup" |
3 | 2023-10-18T23:18:35.021Z | ++ uname -s |
4 | 2023-10-18T23:18:35.025Z | + kern=SunOS |
5 | 2023-10-18T23:18:35.028Z | + case "$kern" in |
6 | 2023-10-18T23:18:35.031Z | + groupadd -g 12345 build |
7 | 2023-10-18T23:18:35.034Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-18T23:18:37.018Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-18T23:18:37.149Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-18T23:18:37.152Z | + home_fs=zfs |
11 | 2023-10-18T23:18:37.155Z | + [[ zfs == autofs ]] |
12 | 2023-10-18T23:18:37.158Z | + mkdir -p /home/build |
13 | 2023-10-18T23:18:37.161Z | + chown build:build /home/build /work |
14 | 2023-10-18T23:18:39.157Z | + chmod 0700 /home/build /work |
15 | 2023-10-18T23:18:39.160Z | process exited: duration 4378 ms, exit code 0 |
|
16 | 2023-10-18T23:18:39.166Z | starting task 1: "rust-toolchain" |
17 | 2023-10-18T23:18:39.178Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-18T23:18:39.181Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-18T23:18:39.368Z | info: downloading installer |
20 | 2023-10-18T23:18:41.018Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-18T23:18:41.021Z | warning: /opt/ooce/bin |
22 | 2023-10-18T23:18:41.024Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-18T23:18:41.027Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-18T23:18:41.030Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-18T23:18:41.034Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-18T23:18:41.037Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-18T23:18:41.042Z | error: cannot install while Rust is installed |
28 | 2023-10-18T23:18:41.045Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-18T23:18:41.279Z | info: profile set to 'default' |
30 | 2023-10-18T23:18:41.283Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-18T23:18:41.288Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-18T23:18:41.450Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-18T23:18:41.458Z | info: downloading component 'cargo' |
34 | 2023-10-18T23:18:42.080Z | info: downloading component 'clippy' |
35 | 2023-10-18T23:18:42.303Z | info: downloading component 'rust-docs' |
36 | 2023-10-18T23:18:43.096Z | info: downloading component 'rust-std' |
37 | 2023-10-18T23:18:44.510Z | info: downloading component 'rustc' |
38 | 2023-10-18T23:18:47.953Z | info: downloading component 'rustfmt' |
39 | 2023-10-18T23:18:48.151Z | info: installing component 'cargo' |
40 | 2023-10-18T23:18:49.959Z | info: installing component 'clippy' |
41 | 2023-10-18T23:18:51.177Z | info: installing component 'rust-docs' |
42 | 2023-10-18T23:18:53.522Z | info: installing component 'rust-std' |
43 | 2023-10-18T23:18:57.235Z | info: installing component 'rustc' |
44 | 2023-10-18T23:19:06.930Z | info: installing component 'rustfmt' |
45 | 2023-10-18T23:19:07.391Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-18T23:19:07.398Z | |
47 | 2023-10-18T23:19:07.522Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-18T23:19:07.527Z | |
49 | 2023-10-18T23:19:07.602Z | |
50 | 2023-10-18T23:19:07.606Z | Rust is installed now. Great! |
51 | 2023-10-18T23:19:07.612Z | |
52 | 2023-10-18T23:19:07.620Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-18T23:19:07.628Z | environment variable. This has not been done automatically. |
54 | 2023-10-18T23:19:07.638Z | |
55 | 2023-10-18T23:19:07.642Z | To configure your current shell, run: |
56 | 2023-10-18T23:19:07.646Z | source "$HOME/.cargo/env" |
57 | 2023-10-18T23:19:07.650Z | + rustc --version |
58 | 2023-10-18T23:19:07.726Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-18T23:19:07.732Z | process exited: duration 28563 ms, exit code 0 |
|
60 | 2023-10-18T23:19:07.738Z | starting task 2: "authentication" |
61 | 2023-10-18T23:19:07.776Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-10-18T23:19:07.783Z | starting task 3: "clone repository" |
63 | 2023-10-18T23:19:07.801Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-18T23:19:07.806Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-18T23:19:07.845Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-18T23:19:13.832Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-18T23:19:13.840Z | + [[ -n artemis/crucible-set-primarycache ]] |
68 | 2023-10-18T23:19:13.862Z | + git fetch origin artemis/crucible-set-primarycache |
69 | 2023-10-18T23:19:14.200Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-18T23:19:14.203Z | * branch artemis/crucible-set-primarycache -> FETCH_HEAD |
71 | 2023-10-18T23:19:14.211Z | + git checkout -B artemis/crucible-set-primarycache remotes/origin/artemis/crucible-set-primarycache |
72 | 2023-10-18T23:19:14.714Z | Switched to a new branch 'artemis/crucible-set-primarycache' |
73 | 2023-10-18T23:19:14.718Z | branch 'artemis/crucible-set-primarycache' set up to track 'origin/artemis/crucible-set-primarycache'. |
74 | 2023-10-18T23:19:14.722Z | + git reset --hard d375210eb4f589382e419ed7f567baec7bedc860 |
75 | 2023-10-18T23:19:14.726Z | HEAD is now at d375210e untested, but I want to see how CI feels about it |
76 | 2023-10-18T23:19:14.729Z | process exited: duration 6533 ms, exit code 0 |
|
77 | 2023-10-18T23:19:14.740Z | starting task 4: "build" |
78 | 2023-10-18T23:19:14.772Z | + cargo --version |
79 | 2023-10-18T23:19:14.854Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-18T23:19:14.868Z | + rustc --version |
81 | 2023-10-18T23:19:14.959Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-18T23:19:14.969Z | ++ git rev-parse HEAD |
83 | 2023-10-18T23:19:14.972Z | + COMMIT=d375210eb4f589382e419ed7f567baec7bedc860 |
84 | 2023-10-18T23:19:14.976Z | + VERSION=1.0.2-0.ci+gitd375210eb4f |
85 | 2023-10-18T23:19:14.980Z | + echo 1.0.2-0.ci+gitd375210eb4f |
86 | 2023-10-18T23:19:14.986Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-18T23:19:23.579Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-18T23:19:24.551Z | Startup: Caching catalogs ... Done |
89 | 2023-10-18T23:19:28.957Z | Planning: Solver setup ... Done (4.150s) |
90 | 2023-10-18T23:19:29.063Z | Planning: Running solver ... Done (0.106s) |
91 | 2023-10-18T23:19:29.111Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2023-10-18T23:19:29.126Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-18T23:19:29.357Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-18T23:19:29.436Z | Planning: Package planning ... Done (0.078s) |
95 | 2023-10-18T23:19:29.518Z | Planning: Merging actions ... Done (0.085s) |
96 | 2023-10-18T23:19:30.673Z | Planning: Checking for conflicting actions ... Done (1.154s) |
97 | 2023-10-18T23:19:30.691Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-18T23:19:39.505Z | Planning: Evaluating mediators ... Done (8.815s) |
99 | 2023-10-18T23:19:39.521Z | Planning: Planning completed in 14.92 seconds |
100 | 2023-10-18T23:19:39.545Z | Packages to install: 4 |
101 | 2023-10-18T23:19:39.548Z | Mediators to change: 2 |
102 | 2023-10-18T23:19:39.551Z | Services to change: 1 |
103 | 2023-10-18T23:19:39.556Z | Estimated space available: 149.39 GB |
104 | 2023-10-18T23:19:39.562Z | Estimated space to be consumed: 1.36 GB |
105 | 2023-10-18T23:19:39.566Z | Create boot environment: No |
106 | 2023-10-18T23:19:39.570Z | Create backup boot environment: No |
107 | 2023-10-18T23:19:39.573Z | Rebuild boot archive: No |
108 | 2023-10-18T23:19:39.576Z | |
109 | 2023-10-18T23:19:39.580Z | Changed mediators: |
110 | 2023-10-18T23:19:39.586Z | mediator clang: |
111 | 2023-10-18T23:19:39.590Z | version: None -> 15 (system default) |
112 | 2023-10-18T23:19:39.594Z | |
113 | 2023-10-18T23:19:39.598Z | mediator llvm: |
114 | 2023-10-18T23:19:39.604Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-18T23:19:39.609Z | |
116 | 2023-10-18T23:19:39.621Z | Changed packages: |
117 | 2023-10-18T23:19:39.631Z | helios-dev |
118 | 2023-10-18T23:19:39.638Z | developer/build-essential |
119 | 2023-10-18T23:19:39.642Z | None -> 11-2.0 |
120 | 2023-10-18T23:19:39.648Z | library/libxmlsec1 |
121 | 2023-10-18T23:19:39.659Z | None -> 1.2.35-2.0 |
122 | 2023-10-18T23:19:39.664Z | ooce/developer/clang-15 |
123 | 2023-10-18T23:19:39.669Z | None -> 15.0.7-2.0 |
124 | 2023-10-18T23:19:39.682Z | ooce/developer/llvm-15 |
125 | 2023-10-18T23:19:39.696Z | None -> 15.0.7-2.0 |
126 | 2023-10-18T23:19:39.709Z | |
127 | 2023-10-18T23:19:39.720Z | Services: |
128 | 2023-10-18T23:19:39.728Z | restart_fmri: |
129 | 2023-10-18T23:19:40.159Z | svc:/system/update-man-index:default |
130 | 2023-10-18T23:19:40.170Z | |
131 | 2023-10-18T23:19:40.187Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-18T23:19:44.853Z | Download: 1056/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
133 | 2023-10-18T23:19:49.858Z | Download: 1751/3290 items 118.2/212.6MB 55% complete (11.9M/s) |
134 | 2023-10-18T23:19:54.861Z | Download: 3143/3290 items 136.6/212.6MB 64% complete (11.6M/s) |
135 | 2023-10-18T23:19:58.041Z | Download: Completed 212.60 MB in 18.19 seconds (11.7M/s) |
136 | 2023-10-18T23:19:58.814Z | Actions: 1/3687 actions (Installing new actions) |
137 | 2023-10-18T23:20:03.832Z | Actions: 2701/3687 actions (Installing new actions) |
138 | 2023-10-18T23:20:07.373Z | Actions: Completed 3687 actions in 8.56 seconds. |
139 | 2023-10-18T23:20:07.454Z | Done (0.071s) |
140 | 2023-10-18T23:20:07.474Z | Done (0.000s) |
141 | 2023-10-18T23:20:07.641Z | Done (0.182s) |
142 | 2023-10-18T23:20:15.281Z | Done (7.532s) |
143 | 2023-10-18T23:20:15.650Z | Done (0.247s) |
144 | 2023-10-18T23:20:15.659Z | Done (0.000s) |
145 | 2023-10-18T23:20:15.872Z | Done (0.000s) |
146 | 2023-10-18T23:20:16.552Z | Planning: Evaluating mediator changes ... Done |
147 | 2023-10-18T23:20:16.837Z | Planning: Checking for conflicting actions ... Done |
148 | 2023-10-18T23:20:16.840Z | Planning: Consolidating action changes ... Done |
149 | 2023-10-18T23:20:17.277Z | Planning: Evaluating mediators ... Done |
150 | 2023-10-18T23:20:17.282Z | Planning: Planning completed in 0.73 seconds |
151 | 2023-10-18T23:20:17.333Z | Mediators to change: 2 |
152 | 2023-10-18T23:20:17.336Z | Create boot environment: No |
153 | 2023-10-18T23:20:17.339Z | Create backup boot environment: No |
154 | 2023-10-18T23:20:17.427Z | Done |
155 | 2023-10-18T23:20:17.431Z | Done |
156 | 2023-10-18T23:20:17.533Z | Done |
157 | 2023-10-18T23:20:23.409Z | Done |
158 | 2023-10-18T23:20:23.532Z | Done |
159 | 2023-10-18T23:20:23.535Z | Done |
160 | 2023-10-18T23:20:23.781Z | Done |
161 | 2023-10-18T23:20:24.804Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-10-18T23:20:24.808Z | Planning: Merging actions ... Done |
163 | 2023-10-18T23:20:25.139Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-10-18T23:20:25.143Z | Planning: Consolidating action changes ... Done |
165 | 2023-10-18T23:20:25.576Z | Planning: Evaluating mediators ... Done |
166 | 2023-10-18T23:20:25.671Z | Planning: Planning completed in 1.31 seconds |
167 | 2023-10-18T23:20:25.729Z | Packages to change: 1 |
168 | 2023-10-18T23:20:25.733Z | Mediators to change: 1 |
169 | 2023-10-18T23:20:25.736Z | Services to change: 1 |
170 | 2023-10-18T23:20:25.738Z | Create boot environment: No |
171 | 2023-10-18T23:20:25.741Z | Create backup boot environment: Yes |
172 | 2023-10-18T23:20:28.162Z | Actions: 1/6 actions (Updating modified actions) |
173 | 2023-10-18T23:20:28.172Z | Actions: Completed 6 actions in 0.00 seconds. |
174 | 2023-10-18T23:20:28.180Z | Done |
175 | 2023-10-18T23:20:28.191Z | Done |
176 | 2023-10-18T23:20:28.208Z | Done |
177 | 2023-10-18T23:20:34.260Z | Done |
178 | 2023-10-18T23:20:34.388Z | Done |
179 | 2023-10-18T23:20:34.391Z | Done |
180 | 2023-10-18T23:20:34.514Z | Done |
181 | 2023-10-18T23:20:35.219Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
182 | 2023-10-18T23:20:35.227Z | clang system 15 system |
183 | 2023-10-18T23:20:35.230Z | csh system system illumos |
184 | 2023-10-18T23:20:35.233Z | ctags system system illumos |
185 | 2023-10-18T23:20:35.236Z | gcc vendor 12 vendor |
186 | 2023-10-18T23:20:35.239Z | gcc system 10 system |
187 | 2023-10-18T23:20:35.241Z | gcc system 7 system |
188 | 2023-10-18T23:20:35.244Z | go system 1.20 system |
189 | 2023-10-18T23:20:35.247Z | go system 1.19 system |
190 | 2023-10-18T23:20:35.250Z | llvm system 15 system |
191 | 2023-10-18T23:20:35.253Z | llvm system 14 system |
192 | 2023-10-18T23:20:35.255Z | mariadb system 10.6 system |
193 | 2023-10-18T23:20:35.258Z | mta vendor vendor dma |
194 | 2023-10-18T23:20:35.261Z | openjdk system 17 system |
195 | 2023-10-18T23:20:35.263Z | openjdk system 11 system |
196 | 2023-10-18T23:20:35.266Z | openjdk system 1.8 system |
197 | 2023-10-18T23:20:35.271Z | openssl vendor 3 vendor |
198 | 2023-10-18T23:20:35.276Z | perl system 5.36 system |
199 | 2023-10-18T23:20:35.281Z | postgresql system 15 system |
200 | 2023-10-18T23:20:35.284Z | postgresql system 13 system |
201 | 2023-10-18T23:20:35.288Z | python vendor 3 vendor |
202 | 2023-10-18T23:20:35.291Z | python system 2 system |
203 | 2023-10-18T23:20:35.294Z | python3 system 3.11 system |
204 | 2023-10-18T23:20:35.297Z | ruby system 3.0 system |
205 | 2023-10-18T23:20:35.300Z | words vendor vendor american-english |
206 | 2023-10-18T23:20:35.302Z | words system system australian-english |
207 | 2023-10-18T23:20:35.306Z | words system system british-english |
208 | 2023-10-18T23:20:35.309Z | words system system canadian-english |
209 | 2023-10-18T23:20:35.314Z | words system system french |
210 | 2023-10-18T23:20:35.317Z | words system system italian |
211 | 2023-10-18T23:20:35.319Z | words system system ngerman |
212 | 2023-10-18T23:20:35.322Z | words system system ogerman |
213 | 2023-10-18T23:20:35.326Z | words system system spanish |
214 | 2023-10-18T23:20:35.761Z | FMRI IFO |
215 | 2023-10-18T23:20:35.765Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
216 | 2023-10-18T23:20:35.768Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
217 | 2023-10-18T23:20:35.771Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
218 | 2023-10-18T23:20:35.773Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
219 | 2023-10-18T23:20:35.776Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
220 | 2023-10-18T23:20:35.779Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
221 | 2023-10-18T23:20:35.837Z | + set -o errexit |
222 | 2023-10-18T23:20:35.840Z | +++ dirname ./tools/ci_download_cockroachdb |
223 | 2023-10-18T23:20:35.844Z | ++ cd ./tools |
224 | 2023-10-18T23:20:35.848Z | ++ pwd |
225 | 2023-10-18T23:20:35.851Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
226 | 2023-10-18T23:20:35.854Z | ++ basename ./tools/ci_download_cockroachdb |
227 | 2023-10-18T23:20:35.858Z | + ARG0=ci_download_cockroachdb |
228 | 2023-10-18T23:20:35.861Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
229 | 2023-10-18T23:20:35.864Z | + CIDL_VERSION=v22.1.9 |
230 | 2023-10-18T23:20:35.868Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
231 | 2023-10-18T23:20:35.870Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
232 | 2023-10-18T23:20:35.873Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
233 | 2023-10-18T23:20:35.876Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
234 | 2023-10-18T23:20:35.879Z | + TARGET_DIR=out |
235 | 2023-10-18T23:20:35.882Z | + DOWNLOAD_DIR=out/downloads |
236 | 2023-10-18T23:20:35.885Z | + DEST_DIR=./out/cockroachdb |
237 | 2023-10-18T23:20:35.888Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
238 | 2023-10-18T23:20:35.891Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
239 | 2023-10-18T23:20:35.895Z | + main |
240 | 2023-10-18T23:20:35.898Z | + [[ 0 != 0 ]] |
241 | 2023-10-18T23:20:35.901Z | + CIDL_OS=solaris2.11 |
242 | 2023-10-18T23:20:35.903Z | + [[ 0 != 0 ]] |
243 | 2023-10-18T23:20:35.906Z | + configure_os solaris2.11 |
244 | 2023-10-18T23:20:35.910Z | + echo 'current directory: /work/oxidecomputer/omicron' |
245 | 2023-10-18T23:20:35.913Z | current directory: /work/oxidecomputer/omicron |
246 | 2023-10-18T23:20:35.916Z | + echo 'configuring based on OS: "solaris2.11"' |
247 | 2023-10-18T23:20:35.919Z | configuring based on OS: "solaris2.11" |
248 | 2023-10-18T23:20:35.921Z | + case "$1" in |
249 | 2023-10-18T23:20:35.924Z | + CIDL_BUILD=illumos |
250 | 2023-10-18T23:20:35.928Z | + CIDL_SUFFIX=tar.gz |
251 | 2023-10-18T23:20:35.932Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
252 | 2023-10-18T23:20:35.935Z | + CIDL_MD5FUNC=do_md5sum |
253 | 2023-10-18T23:20:35.938Z | + CIDL_URL_BASE=https://illumos.org/downloads |
254 | 2023-10-18T23:20:35.941Z | + CIDL_ASSEMBLE=do_assemble_illumos |
255 | 2023-10-18T23:20:35.944Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
256 | 2023-10-18T23:20:35.946Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
257 | 2023-10-18T23:20:35.949Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-18T23:20:35.952Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
259 | 2023-10-18T23:20:35.954Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-18T23:20:35.957Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
261 | 2023-10-18T23:20:35.960Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-18T23:20:35.963Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
263 | 2023-10-18T23:20:35.965Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-18T23:20:35.968Z | + mkdir -p out/downloads |
265 | 2023-10-18T23:20:35.971Z | + mkdir -p ./out/cockroachdb |
266 | 2023-10-18T23:20:35.973Z | + local DO_DOWNLOAD=true |
267 | 2023-10-18T23:20:35.976Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
268 | 2023-10-18T23:20:35.979Z | + '[' true == true ']' |
269 | 2023-10-18T23:20:35.983Z | + echo Downloading... |
270 | 2023-10-18T23:20:35.987Z | Downloading... |
271 | 2023-10-18T23:20:35.990Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-10-18T23:20:35.993Z | + 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 |
273 | 2023-10-18T23:20:38.973Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-18T23:20:38.980Z | ++ md5sum |
275 | 2023-10-18T23:20:38.991Z | ++ awk '{print $1}' |
276 | 2023-10-18T23:20:39.154Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
277 | 2023-10-18T23:20:39.159Z | + [[ 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 ]] |
278 | 2023-10-18T23:20:39.163Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-18T23:20:39.171Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
280 | 2023-10-18T23:20:42.532Z | + do_assemble_illumos |
281 | 2023-10-18T23:20:42.536Z | + rm -r ./out/cockroachdb |
282 | 2023-10-18T23:20:42.540Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
283 | 2023-10-18T23:20:43.183Z | + ./out/cockroachdb/bin/cockroach version |
284 | 2023-10-18T23:20:43.521Z | Build Tag: v22.1.9-dirty |
285 | 2023-10-18T23:20:43.524Z | Build Time: 2022/10/26 21:17:46 |
286 | 2023-10-18T23:20:43.526Z | Distribution: OSS |
287 | 2023-10-18T23:20:43.529Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
288 | 2023-10-18T23:20:43.532Z | Go Version: go1.17.13 |
289 | 2023-10-18T23:20:43.535Z | C Compiler: gcc 10.3.0 |
290 | 2023-10-18T23:20:43.543Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
291 | 2023-10-18T23:20:43.546Z | Build Type: release |
292 | 2023-10-18T23:20:43.549Z | + set -o errexit |
293 | 2023-10-18T23:20:43.552Z | +++ dirname ./tools/ci_download_clickhouse |
294 | 2023-10-18T23:20:43.555Z | ++ cd ./tools |
295 | 2023-10-18T23:20:43.557Z | ++ pwd |
296 | 2023-10-18T23:20:43.560Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
297 | 2023-10-18T23:20:43.563Z | ++ basename ./tools/ci_download_clickhouse |
298 | 2023-10-18T23:20:43.566Z | + ARG0=ci_download_clickhouse |
299 | 2023-10-18T23:20:43.568Z | + TARGET_DIR=out |
300 | 2023-10-18T23:20:43.571Z | + DOWNLOAD_DIR=out/downloads |
301 | 2023-10-18T23:20:43.575Z | + DEST_DIR=./out/clickhouse |
302 | 2023-10-18T23:20:43.578Z | + CIDL_VERSION=v22.8.9.24 |
303 | 2023-10-18T23:20:43.581Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
304 | 2023-10-18T23:20:43.584Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
305 | 2023-10-18T23:20:43.587Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
306 | 2023-10-18T23:20:43.590Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
307 | 2023-10-18T23:20:43.594Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
308 | 2023-10-18T23:20:43.597Z | + main |
309 | 2023-10-18T23:20:43.600Z | + [[ 0 != 0 ]] |
310 | 2023-10-18T23:20:43.603Z | + CIDL_OS=solaris2.11 |
311 | 2023-10-18T23:20:43.606Z | + [[ 0 != 0 ]] |
312 | 2023-10-18T23:20:43.609Z | + configure_os solaris2.11 |
313 | 2023-10-18T23:20:43.611Z | + echo 'current directory: /work/oxidecomputer/omicron' |
314 | 2023-10-18T23:20:43.614Z | current directory: /work/oxidecomputer/omicron |
315 | 2023-10-18T23:20:43.617Z | + echo 'configuring based on OS: "solaris2.11"' |
316 | 2023-10-18T23:20:43.619Z | configuring based on OS: "solaris2.11" |
317 | 2023-10-18T23:20:43.624Z | + CIDL_DASHREV= |
318 | 2023-10-18T23:20:43.626Z | + case "$1" in |
319 | 2023-10-18T23:20:43.629Z | + CIDL_PLATFORM=illumos |
320 | 2023-10-18T23:20:43.632Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-10-18T23:20:43.635Z | + CIDL_MD5FUNC=do_md5sum |
322 | 2023-10-18T23:20:43.637Z | + CIDL_DASHREV=-1 |
323 | 2023-10-18T23:20:43.640Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
324 | 2023-10-18T23:20:43.643Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
325 | 2023-10-18T23:20:43.646Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-18T23:20:43.650Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-18T23:20:43.653Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
328 | 2023-10-18T23:20:43.656Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-18T23:20:43.659Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
330 | 2023-10-18T23:20:43.662Z | + mkdir -p out/downloads |
331 | 2023-10-18T23:20:43.665Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-18T23:20:43.668Z | + mkdir -p ./out/clickhouse |
333 | 2023-10-18T23:20:43.670Z | + local DO_DOWNLOAD=true |
334 | 2023-10-18T23:20:43.674Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
335 | 2023-10-18T23:20:43.676Z | + '[' true == true ']' |
336 | 2023-10-18T23:20:43.679Z | + echo Downloading... |
337 | 2023-10-18T23:20:43.682Z | Downloading... |
338 | 2023-10-18T23:20:43.685Z | + 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 |
339 | 2023-10-18T23:20:43.688Z | + 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 |
340 | 2023-10-18T23:20:45.132Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-18T23:20:45.138Z | ++ md5sum |
342 | 2023-10-18T23:20:45.145Z | ++ awk '{print $1}' |
343 | 2023-10-18T23:20:45.391Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-10-18T23:20:45.401Z | + [[ 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 ]] |
345 | 2023-10-18T23:20:45.408Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
346 | 2023-10-18T23:20:45.416Z | + mkdir -p ./out/clickhouse |
347 | 2023-10-18T23:20:45.426Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
348 | 2023-10-18T23:20:50.209Z | + ./out/clickhouse/clickhouse server --version |
349 | 2023-10-18T23:20:50.264Z | ClickHouse server version 22.8.9.1. |
350 | 2023-10-18T23:20:50.295Z | + set -o errexit |
351 | 2023-10-18T23:20:50.303Z | +++ dirname ./tools/ci_download_console |
352 | 2023-10-18T23:20:50.312Z | ++ cd ./tools |
353 | 2023-10-18T23:20:50.326Z | ++ pwd |
354 | 2023-10-18T23:20:50.335Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
355 | 2023-10-18T23:20:50.340Z | ++ basename ./tools/ci_download_console |
356 | 2023-10-18T23:20:50.354Z | + ARG0=ci_download_console |
357 | 2023-10-18T23:20:50.356Z | + TARGET_DIR=out |
358 | 2023-10-18T23:20:50.360Z | + DOWNLOAD_DIR=out/downloads |
359 | 2023-10-18T23:20:50.364Z | + DEST_DIR=./out/console-assets |
360 | 2023-10-18T23:20:50.368Z | + source /work/oxidecomputer/omicron/tools/console_version |
361 | 2023-10-18T23:20:50.371Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
362 | 2023-10-18T23:20:50.375Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
363 | 2023-10-18T23:20:50.378Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
364 | 2023-10-18T23:20:50.381Z | + TARBALL_FILE=out/downloads/console.tar.gz |
365 | 2023-10-18T23:20:50.385Z | + main |
366 | 2023-10-18T23:20:50.390Z | + [[ 0 != 0 ]] |
367 | 2023-10-18T23:20:50.394Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
368 | 2023-10-18T23:20:50.398Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
369 | 2023-10-18T23:20:50.402Z | + echo 'Local file: out/downloads/console.tar.gz' |
370 | 2023-10-18T23:20:50.406Z | Local file: out/downloads/console.tar.gz |
371 | 2023-10-18T23:20:50.411Z | + local DO_DOWNLOAD=true |
372 | 2023-10-18T23:20:50.417Z | + [[ -f out/downloads/console.tar.gz ]] |
373 | 2023-10-18T23:20:50.420Z | + mkdir -p out/downloads |
374 | 2023-10-18T23:20:50.425Z | + '[' true == true ']' |
375 | 2023-10-18T23:20:50.428Z | + echo Downloading... |
376 | 2023-10-18T23:20:50.433Z | Downloading... |
377 | 2023-10-18T23:20:50.436Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
378 | 2023-10-18T23:20:50.439Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
379 | 2023-10-18T23:20:50.891Z | ++ do_sha256sum out/downloads/console.tar.gz |
380 | 2023-10-18T23:20:50.894Z | ++ case "$OSTYPE" in |
381 | 2023-10-18T23:20:50.898Z | ++ SHA=sha256sum |
382 | 2023-10-18T23:20:50.902Z | ++ sha256sum |
383 | 2023-10-18T23:20:50.906Z | ++ awk '{print $1}' |
384 | 2023-10-18T23:20:50.916Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
385 | 2023-10-18T23:20:50.919Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
386 | 2023-10-18T23:20:50.922Z | + rm -rf ./out/console-assets |
387 | 2023-10-18T23:20:50.925Z | + mkdir -p ./out/console-assets |
388 | 2023-10-18T23:20:50.928Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
389 | 2023-10-18T23:20:50.932Z | + mkdir -p ./out/console-assets |
390 | 2023-10-18T23:20:50.935Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
391 | 2023-10-18T23:20:51.066Z | + set -o errexit |
392 | 2023-10-18T23:20:51.077Z | +++ dirname ./tools/ci_download_maghemite_openapi |
393 | 2023-10-18T23:20:51.495Z | ++ cd ./tools |
394 | 2023-10-18T23:20:51.499Z | ++ pwd |
395 | 2023-10-18T23:20:51.502Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-10-18T23:20:51.505Z | ++ basename ./tools/ci_download_maghemite_openapi |
397 | 2023-10-18T23:20:51.508Z | + ARG0=ci_download_maghemite_openapi |
398 | 2023-10-18T23:20:51.512Z | + TARGET_DIR=out |
399 | 2023-10-18T23:20:51.516Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-10-18T23:20:51.521Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
401 | 2023-10-18T23:20:51.524Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
402 | 2023-10-18T23:20:51.527Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
403 | 2023-10-18T23:20:51.532Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
404 | 2023-10-18T23:20:51.537Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
405 | 2023-10-18T23:20:51.540Z | + main |
406 | 2023-10-18T23:20:51.543Z | + [[ 0 != 0 ]] |
407 | 2023-10-18T23:20:51.548Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
408 | 2023-10-18T23:20:51.552Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
409 | 2023-10-18T23:20:51.555Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
410 | 2023-10-18T23:20:51.560Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
411 | 2023-10-18T23:20:51.570Z | + local DO_DOWNLOAD=true |
412 | 2023-10-18T23:20:51.573Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
413 | 2023-10-18T23:20:51.581Z | + mkdir -p out/downloads |
414 | 2023-10-18T23:20:51.587Z | + '[' true == true ']' |
415 | 2023-10-18T23:20:51.590Z | + echo Downloading... |
416 | 2023-10-18T23:20:51.595Z | Downloading... |
417 | 2023-10-18T23:20:51.600Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
418 | 2023-10-18T23:20:51.603Z | + 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 |
419 | 2023-10-18T23:20:51.607Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
420 | 2023-10-18T23:20:51.610Z | ++ case "$OSTYPE" in |
421 | 2023-10-18T23:20:51.613Z | ++ SHA=sha256sum |
422 | 2023-10-18T23:20:51.617Z | ++ sha256sum |
423 | 2023-10-18T23:20:51.620Z | ++ awk '{print $1}' |
424 | 2023-10-18T23:20:51.624Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-10-18T23:20:51.628Z | + [[ 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 ]] |
426 | 2023-10-18T23:20:51.631Z | + set -o errexit |
427 | 2023-10-18T23:20:51.634Z | +++ dirname ./tools/ci_download_dendrite_openapi |
428 | 2023-10-18T23:20:51.637Z | ++ cd ./tools |
429 | 2023-10-18T23:20:51.639Z | ++ pwd |
430 | 2023-10-18T23:20:51.642Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2023-10-18T23:20:51.646Z | ++ basename ./tools/ci_download_dendrite_openapi |
432 | 2023-10-18T23:20:51.649Z | + ARG0=ci_download_dendrite_openapi |
433 | 2023-10-18T23:20:51.652Z | + TARGET_DIR=out |
434 | 2023-10-18T23:20:51.655Z | + DOWNLOAD_DIR=out/downloads |
435 | 2023-10-18T23:20:51.658Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
436 | 2023-10-18T23:20:51.660Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
437 | 2023-10-18T23:20:51.663Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
438 | 2023-10-18T23:20:51.667Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
439 | 2023-10-18T23:20:51.671Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
440 | 2023-10-18T23:20:51.674Z | + main |
441 | 2023-10-18T23:20:51.677Z | + [[ 0 != 0 ]] |
442 | 2023-10-18T23:20:51.680Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
443 | 2023-10-18T23:20:51.683Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
444 | 2023-10-18T23:20:51.724Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
445 | 2023-10-18T23:20:51.728Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
446 | 2023-10-18T23:20:51.731Z | + local DO_DOWNLOAD=true |
447 | 2023-10-18T23:20:51.736Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
448 | 2023-10-18T23:20:51.749Z | + mkdir -p out/downloads |
449 | 2023-10-18T23:20:51.777Z | + '[' true == true ']' |
450 | 2023-10-18T23:20:52.198Z | + echo Downloading... |
451 | 2023-10-18T23:20:52.216Z | Downloading... |
452 | 2023-10-18T23:20:52.230Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
453 | 2023-10-18T23:20:52.237Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
454 | 2023-10-18T23:20:52.244Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
455 | 2023-10-18T23:20:52.253Z | ++ case "$OSTYPE" in |
456 | 2023-10-18T23:20:52.667Z | ++ SHA=sha256sum |
457 | 2023-10-18T23:20:52.673Z | ++ sha256sum |
458 | 2023-10-18T23:20:52.678Z | ++ awk '{print $1}' |
459 | 2023-10-18T23:20:52.683Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
460 | 2023-10-18T23:20:52.688Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
461 | 2023-10-18T23:20:52.693Z | + set -o errexit |
462 | 2023-10-18T23:20:52.697Z | +++ dirname ./tools/ci_download_dendrite_stub |
463 | 2023-10-18T23:20:52.702Z | ++ cd ./tools |
464 | 2023-10-18T23:20:52.707Z | ++ pwd |
465 | 2023-10-18T23:20:52.719Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2023-10-18T23:20:52.764Z | ++ basename ./tools/ci_download_dendrite_stub |
467 | 2023-10-18T23:20:52.777Z | + ARG0=ci_download_dendrite_stub |
468 | 2023-10-18T23:20:52.788Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
469 | 2023-10-18T23:20:52.792Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
470 | 2023-10-18T23:20:52.796Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
471 | 2023-10-18T23:20:52.800Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
472 | 2023-10-18T23:20:52.804Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2023-10-18T23:20:52.808Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
474 | 2023-10-18T23:20:52.812Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
475 | 2023-10-18T23:20:52.817Z | + TARGET_DIR=out |
476 | 2023-10-18T23:20:52.820Z | current directory: /work/oxidecomputer/omicron |
477 | 2023-10-18T23:20:52.825Z | + DOWNLOAD_DIR=out/downloads |
478 | 2023-10-18T23:20:52.827Z | configuring based on OS: "solaris2.11" |
479 | 2023-10-18T23:20:52.830Z | + DEST_DIR=./out/dendrite-stub |
480 | 2023-10-18T23:20:52.833Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
481 | 2023-10-18T23:20:52.836Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
482 | 2023-10-18T23:20:52.838Z | Local file: out/downloads/dendrite-stub.tar.gz |
483 | 2023-10-18T23:20:52.841Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
484 | 2023-10-18T23:20:52.844Z | Downloading... |
485 | 2023-10-18T23:20:52.846Z | + REPO=oxidecomputer/dendrite |
486 | 2023-10-18T23:20:52.849Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
487 | 2023-10-18T23:20:52.852Z | + main |
488 | 2023-10-18T23:20:52.854Z | + [[ 0 != 0 ]] |
489 | 2023-10-18T23:20:52.857Z | + CIDL_OS=solaris2.11 |
490 | 2023-10-18T23:20:52.860Z | + [[ 0 != 0 ]] |
491 | 2023-10-18T23:20:52.863Z | + configure_os solaris2.11 |
492 | 2023-10-18T23:20:52.866Z | + echo 'current directory: /work/oxidecomputer/omicron' |
493 | 2023-10-18T23:20:52.870Z | + echo 'configuring based on OS: "solaris2.11"' |
494 | 2023-10-18T23:20:52.873Z | + case "$1" in |
495 | 2023-10-18T23:20:52.876Z | + SET_BINARIES= |
496 | 2023-10-18T23:20:52.879Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
497 | 2023-10-18T23:20:52.882Z | + CIDL_SHA256FUNC=do_sha256sum |
498 | 2023-10-18T23:20:52.885Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
499 | 2023-10-18T23:20:52.888Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
500 | 2023-10-18T23:20:52.891Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
501 | 2023-10-18T23:20:52.895Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
502 | 2023-10-18T23:20:52.900Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
503 | 2023-10-18T23:20:52.903Z | + mkdir -p out/downloads |
504 | 2023-10-18T23:20:52.906Z | + mkdir -p ./out/dendrite-stub |
505 | 2023-10-18T23:20:52.910Z | + fetch_and_verify |
506 | 2023-10-18T23:20:52.914Z | + local DO_DOWNLOAD=true |
507 | 2023-10-18T23:20:52.917Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
508 | 2023-10-18T23:20:52.921Z | + '[' true == true ']' |
509 | 2023-10-18T23:20:52.925Z | + echo Downloading... |
510 | 2023-10-18T23:20:52.929Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
511 | 2023-10-18T23:20:52.934Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
512 | 2023-10-18T23:21:05.678Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
513 | 2023-10-18T23:21:05.681Z | ++ sha256sum |
514 | 2023-10-18T23:21:05.683Z | ++ awk '{print $1}' |
515 | 2023-10-18T23:21:05.774Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
516 | 2023-10-18T23:21:05.777Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
517 | 2023-10-18T23:21:05.780Z | + do_untar out/downloads/dendrite-stub.tar.gz |
518 | 2023-10-18T23:21:05.783Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
519 | 2023-10-18T23:21:06.697Z | + do_assemble |
520 | 2023-10-18T23:21:06.701Z | + rm -r ./out/dendrite-stub |
521 | 2023-10-18T23:21:06.703Z | + mkdir ./out/dendrite-stub |
522 | 2023-10-18T23:21:06.706Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
523 | 2023-10-18T23:21:06.836Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
524 | 2023-10-18T23:21:06.849Z | + set -o errexit |
525 | 2023-10-18T23:21:06.854Z | +++ dirname ./tools/ci_download_transceiver_control |
526 | 2023-10-18T23:21:06.856Z | ++ cd ./tools |
527 | 2023-10-18T23:21:06.859Z | ++ pwd |
528 | 2023-10-18T23:21:06.862Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2023-10-18T23:21:06.865Z | ++ basename ./tools/ci_download_transceiver_control |
530 | 2023-10-18T23:21:06.868Z | + ARG0=ci_download_transceiver_control |
531 | 2023-10-18T23:21:06.870Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
532 | 2023-10-18T23:21:06.873Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
533 | 2023-10-18T23:21:06.876Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
534 | 2023-10-18T23:21:06.879Z | + TARGET_DIR=out |
535 | 2023-10-18T23:21:06.882Z | + DOWNLOAD_DIR=out/downloads |
536 | 2023-10-18T23:21:06.887Z | + DEST_DIR=./out/transceiver-control |
537 | 2023-10-18T23:21:06.890Z | + BIN_DIR=/opt/oxide/bin |
538 | 2023-10-18T23:21:06.892Z | + BINARY=xcvradm |
539 | 2023-10-18T23:21:06.895Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2023-10-18T23:21:06.898Z | + REPO=oxidecomputer/transceiver-control |
541 | 2023-10-18T23:21:06.901Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
542 | 2023-10-18T23:21:06.904Z | + main |
543 | 2023-10-18T23:21:06.907Z | + [[ 0 != 0 ]] |
544 | 2023-10-18T23:21:06.909Z | + CIDL_OS=solaris2.11 |
545 | 2023-10-18T23:21:06.912Z | + [[ 0 != 0 ]] |
546 | 2023-10-18T23:21:06.915Z | + configure_os solaris2.11 |
547 | 2023-10-18T23:21:06.918Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2023-10-18T23:21:06.922Z | current directory: /work/oxidecomputer/omicron |
549 | 2023-10-18T23:21:06.925Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-10-18T23:21:06.928Z | configuring based on OS: "solaris2.11" |
551 | 2023-10-18T23:21:06.931Z | + case "$1" in |
552 | 2023-10-18T23:21:06.934Z | + SET_BINARIES= |
553 | 2023-10-18T23:21:06.937Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
554 | 2023-10-18T23:21:06.940Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2023-10-18T23:21:06.943Z | + ARCHIVE_FILENAME=xcvradm.gz |
556 | 2023-10-18T23:21:06.947Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
557 | 2023-10-18T23:21:06.950Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
558 | 2023-10-18T23:21:06.953Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
559 | 2023-10-18T23:21:06.956Z | + echo 'Local file: out/downloads/xcvradm.gz' |
560 | 2023-10-18T23:21:06.959Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
561 | 2023-10-18T23:21:06.962Z | Local file: out/downloads/xcvradm.gz |
562 | 2023-10-18T23:21:06.965Z | + mkdir -p out/downloads |
563 | 2023-10-18T23:21:06.968Z | + mkdir -p ./out/transceiver-control |
564 | 2023-10-18T23:21:06.972Z | + fetch_and_verify |
565 | 2023-10-18T23:21:06.977Z | + local DO_DOWNLOAD=true |
566 | 2023-10-18T23:21:06.980Z | + [[ -f out/downloads/xcvradm.gz ]] |
567 | 2023-10-18T23:21:06.983Z | + '[' true == true ']' |
568 | 2023-10-18T23:21:06.986Z | + echo Downloading... |
569 | 2023-10-18T23:21:06.989Z | Downloading... |
570 | 2023-10-18T23:21:06.992Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
571 | 2023-10-18T23:21:06.995Z | + 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 |
572 | 2023-10-18T23:21:08.849Z | ++ do_sha256sum out/downloads/xcvradm.gz |
573 | 2023-10-18T23:21:08.853Z | ++ sha256sum |
574 | 2023-10-18T23:21:08.858Z | ++ awk '{print $1}' |
575 | 2023-10-18T23:21:08.874Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
576 | 2023-10-18T23:21:08.878Z | + [[ 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 ]] |
577 | 2023-10-18T23:21:08.882Z | + do_unpack out/downloads/xcvradm.gz |
578 | 2023-10-18T23:21:08.885Z | + mkdir -p out/downloads/root//opt/oxide/bin |
579 | 2023-10-18T23:21:08.890Z | + gzip -dc out/downloads/xcvradm.gz |
580 | 2023-10-18T23:21:09.057Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
581 | 2023-10-18T23:21:09.064Z | + do_assemble |
582 | 2023-10-18T23:21:09.067Z | + rm -r ./out/transceiver-control |
583 | 2023-10-18T23:21:09.073Z | + mkdir ./out/transceiver-control |
584 | 2023-10-18T23:21:09.075Z | + cp -r out/downloads/root ./out/transceiver-control/root |
585 | 2023-10-18T23:21:09.174Z | All prerequisites installed successfully |
586 | 2023-10-18T23:21:09.178Z | |
587 | 2023-10-18T23:21:09.181Z | real 1:54.212426028 |
588 | 2023-10-18T23:21:09.184Z | user 51.056803233 |
589 | 2023-10-18T23:21:09.187Z | sys 9.395526020 |
590 | 2023-10-18T23:21:09.221Z | trap 0.020653540 |
591 | 2023-10-18T23:21:09.224Z | tflt 0.139194984 |
592 | 2023-10-18T23:21:09.227Z | dflt 0.479211936 |
593 | 2023-10-18T23:21:09.230Z | kflt 0.112143465 |
594 | 2023-10-18T23:21:09.233Z | lock 2.237975218 |
595 | 2023-10-18T23:21:09.235Z | slp 3:28.935645530 |
596 | 2023-10-18T23:21:09.239Z | lat 3.195807906 |
597 | 2023-10-18T23:21:09.242Z | stop 0.087455393 |
598 | 2023-10-18T23:21:09.245Z | + ptime -m ./tools/ci_download_softnpu_machinery |
599 | 2023-10-18T23:21:09.248Z | fetching npuzone |
600 | 2023-10-18T23:21:09.251Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
601 | 2023-10-18T23:21:09.254Z | (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309) |
602 | 2023-10-18T23:21:09.258Z | Getting hash for npuzone |
603 | 2023-10-18T23:21:09.361Z | (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365) |
604 | 2023-10-18T23:21:20.625Z | npuzone downloaded successfully |
605 | 2023-10-18T23:21:20.630Z | |
606 | 2023-10-18T23:21:20.633Z | real 11.449771690 |
607 | 2023-10-18T23:21:20.635Z | user 0.584093758 |
608 | 2023-10-18T23:21:20.639Z | sys 0.166497710 |
609 | 2023-10-18T23:21:20.642Z | trap 0.000196892 |
610 | 2023-10-18T23:21:20.645Z | tflt 0.000000000 |
611 | 2023-10-18T23:21:20.648Z | dflt 0.000000000 |
612 | 2023-10-18T23:21:20.650Z | kflt 0.000000000 |
613 | 2023-10-18T23:21:20.653Z | lock 0.000000000 |
614 | 2023-10-18T23:21:20.656Z | slp 33.425939935 |
615 | 2023-10-18T23:21:20.659Z | lat 0.136432210 |
616 | 2023-10-18T23:21:20.662Z | stop 0.000258597 |
617 | 2023-10-18T23:21:20.665Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
618 | 2023-10-18T23:21:20.991Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
619 | 2023-10-18T23:21:21.342Z | Updating crates.io index |
620 | 2023-10-18T23:21:21.345Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
621 | 2023-10-18T23:21:22.178Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
622 | 2023-10-18T23:21:24.597Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
623 | 2023-10-18T23:21:25.413Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
624 | 2023-10-18T23:21:25.761Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
625 | 2023-10-18T23:21:26.069Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
626 | 2023-10-18T23:21:26.358Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
627 | 2023-10-18T23:21:27.225Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
628 | 2023-10-18T23:21:28.919Z | Updating git repository `https://github.com/oxidecomputer/opte` |
629 | 2023-10-18T23:21:29.872Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
630 | 2023-10-18T23:21:30.245Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
631 | 2023-10-18T23:21:30.570Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
632 | 2023-10-18T23:21:31.087Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
633 | 2023-10-18T23:21:31.427Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
634 | 2023-10-18T23:21:31.848Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
635 | 2023-10-18T23:21:32.269Z | Updating git repository `https://github.com/njaremko/samael` |
636 | 2023-10-18T23:21:32.912Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
637 | 2023-10-18T23:21:33.521Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
638 | 2023-10-18T23:21:33.937Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
639 | 2023-10-18T23:21:34.282Z | Updating git repository `https://github.com/jgallagher/nix` |
640 | 2023-10-18T23:21:35.546Z | Updating git repository `https://github.com/cbiffle/hubpack` |
641 | 2023-10-18T23:21:35.913Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
642 | 2023-10-18T23:21:45.021Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
643 | 2023-10-18T23:21:45.503Z | Updating git repository `https://github.com/oxidecomputer/typify` |
644 | 2023-10-18T23:21:46.465Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
645 | 2023-10-18T23:21:46.836Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
646 | 2023-10-18T23:21:47.178Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
647 | 2023-10-18T23:21:48.801Z | Downloading crates ... |
648 | 2023-10-18T23:21:49.083Z | Downloaded hyper-rustls v0.24.1 |
649 | 2023-10-18T23:21:49.089Z | Downloaded inout v0.1.3 |
650 | 2023-10-18T23:21:49.096Z | Downloaded heck v0.4.1 |
651 | 2023-10-18T23:21:49.100Z | Downloaded indoc v2.0.3 |
652 | 2023-10-18T23:21:49.115Z | Downloaded instant v0.1.12 |
653 | 2023-10-18T23:21:49.119Z | Downloaded is-terminal v0.4.9 |
654 | 2023-10-18T23:21:49.121Z | Downloaded lazy_static v1.4.0 |
655 | 2023-10-18T23:21:49.124Z | Downloaded cfg-if v1.0.0 |
656 | 2023-10-18T23:21:49.128Z | Downloaded lazycell v1.3.0 |
657 | 2023-10-18T23:21:49.132Z | Downloaded impl-trait-for-tuples v0.2.2 |
658 | 2023-10-18T23:21:49.139Z | Downloaded ipnetwork v0.20.0 |
659 | 2023-10-18T23:21:49.145Z | Downloaded atomicwrites v0.4.2 |
660 | 2023-10-18T23:21:49.150Z | Downloaded cassowary v0.3.0 |
661 | 2023-10-18T23:21:49.156Z | Downloaded newtype_derive v0.1.6 |
662 | 2023-10-18T23:21:49.159Z | Downloaded native-tls v0.2.11 |
663 | 2023-10-18T23:21:49.163Z | Downloaded camino v1.1.6 |
664 | 2023-10-18T23:21:49.170Z | Downloaded http-range v0.1.5 |
665 | 2023-10-18T23:21:49.173Z | Downloaded jobserver v0.1.26 |
666 | 2023-10-18T23:21:49.181Z | Downloaded colorchoice v1.0.0 |
667 | 2023-10-18T23:21:49.186Z | Downloaded matches v0.1.10 |
668 | 2023-10-18T23:21:49.189Z | Downloaded match_cfg v0.1.0 |
669 | 2023-10-18T23:21:49.193Z | Downloaded convert_case v0.4.0 |
670 | 2023-10-18T23:21:49.196Z | Downloaded adler v1.0.2 |
671 | 2023-10-18T23:21:49.199Z | Downloaded assert_matches v1.5.0 |
672 | 2023-10-18T23:21:49.202Z | Downloaded aead v0.5.2 |
673 | 2023-10-18T23:21:49.205Z | Downloaded anstyle-query v1.0.0 |
674 | 2023-10-18T23:21:49.208Z | Downloaded base16ct v0.2.0 |
675 | 2023-10-18T23:21:49.211Z | Downloaded bit-set v0.5.3 |
676 | 2023-10-18T23:21:49.214Z | Downloaded ident_case v1.0.1 |
677 | 2023-10-18T23:21:49.216Z | Downloaded ascii-canvas v3.0.0 |
678 | 2023-10-18T23:21:49.219Z | Downloaded atty v0.2.14 |
679 | 2023-10-18T23:21:49.223Z | Downloaded autocfg v1.1.0 |
680 | 2023-10-18T23:21:49.225Z | Downloaded num-complex v0.4.4 |
681 | 2023-10-18T23:21:49.241Z | Downloaded corncobs v0.1.3 |
682 | 2023-10-18T23:21:49.245Z | Downloaded hex v0.4.3 |
683 | 2023-10-18T23:21:49.248Z | Downloaded bit-vec v0.6.3 |
684 | 2023-10-18T23:21:49.251Z | Downloaded humantime v2.1.0 |
685 | 2023-10-18T23:21:49.254Z | Downloaded anstyle-parse v0.2.1 |
686 | 2023-10-18T23:21:49.259Z | Downloaded anstyle v1.0.2 |
687 | 2023-10-18T23:21:49.262Z | Downloaded async-trait v0.1.73 |
688 | 2023-10-18T23:21:49.265Z | Downloaded mime_guess v2.0.4 |
689 | 2023-10-18T23:21:49.268Z | Downloaded mockall v0.11.4 |
690 | 2023-10-18T23:21:49.272Z | Downloaded async-recursion v1.0.5 |
691 | 2023-10-18T23:21:49.279Z | Downloaded backoff v0.4.0 |
692 | 2023-10-18T23:21:49.285Z | Downloaded universal-hash v0.5.1 |
693 | 2023-10-18T23:21:49.288Z | Downloaded num_enum v0.5.11 |
694 | 2023-10-18T23:21:49.297Z | Downloaded ascii v1.1.0 |
695 | 2023-10-18T23:21:49.303Z | Downloaded argon2 v0.5.2 |
696 | 2023-10-18T23:21:49.307Z | Downloaded num-rational v0.4.1 |
697 | 2023-10-18T23:21:49.311Z | Downloaded usdt-macro v0.3.5 |
698 | 2023-10-18T23:21:49.316Z | Downloaded unicode-width v0.1.10 |
699 | 2023-10-18T23:21:49.322Z | Downloaded usdt-attr-macro v0.3.5 |
700 | 2023-10-18T23:21:49.325Z | Downloaded vec_map v0.8.2 |
701 | 2023-10-18T23:21:49.329Z | Downloaded pretty-hex v0.3.0 |
702 | 2023-10-18T23:21:49.334Z | Downloaded shlex v1.1.0 |
703 | 2023-10-18T23:21:49.339Z | Downloaded serde_spanned v0.6.3 |
704 | 2023-10-18T23:21:49.342Z | Downloaded spin v0.5.2 |
705 | 2023-10-18T23:21:49.345Z | Downloaded hmac v0.12.1 |
706 | 2023-10-18T23:21:49.351Z | Downloaded base64 v0.21.4 |
707 | 2023-10-18T23:21:49.379Z | Downloaded allocator-api2 v0.2.16 |
708 | 2023-10-18T23:21:49.383Z | Downloaded equivalent v1.0.1 |
709 | 2023-10-18T23:21:49.386Z | Downloaded curve25519-dalek-derive v0.1.0 |
710 | 2023-10-18T23:21:49.404Z | Downloaded parse-display v0.7.0 |
711 | 2023-10-18T23:21:49.408Z | Downloaded foreign-types-macros v0.2.3 |
712 | 2023-10-18T23:21:49.412Z | Downloaded utf8parse v0.2.1 |
713 | 2023-10-18T23:21:49.416Z | Downloaded utf-8 v0.7.6 |
714 | 2023-10-18T23:21:49.420Z | Downloaded postcard-cobs v0.1.5-pre |
715 | 2023-10-18T23:21:49.424Z | Downloaded doc-comment v0.3.3 |
716 | 2023-10-18T23:21:49.430Z | Downloaded pretty-hex v0.2.1 |
717 | 2023-10-18T23:21:49.857Z | Downloaded serde_path_to_error v0.1.14 |
718 | 2023-10-18T23:21:49.865Z | Downloaded rpassword v7.2.0 |
719 | 2023-10-18T23:21:49.874Z | Downloaded crc-any v2.4.3 |
720 | 2023-10-18T23:21:49.887Z | Downloaded oso-derive v0.26.4 |
721 | 2023-10-18T23:21:49.894Z | Downloaded mio v0.8.8 |
722 | 2023-10-18T23:21:49.902Z | Downloaded endian-type v0.1.2 |
723 | 2023-10-18T23:21:49.914Z | Downloaded predicates-core v1.0.6 |
724 | 2023-10-18T23:21:49.921Z | Downloaded predicates-tree v1.0.9 |
725 | 2023-10-18T23:21:49.929Z | Downloaded cc v1.0.83 |
726 | 2023-10-18T23:21:49.952Z | Downloaded rand_core v0.6.4 |
727 | 2023-10-18T23:21:49.960Z | Downloaded platforms v3.0.2 |
728 | 2023-10-18T23:21:49.969Z | Downloaded pem-rfc7468 v0.7.0 |
729 | 2023-10-18T23:21:49.975Z | Downloaded dtrace-parser v0.1.14 |
730 | 2023-10-18T23:21:49.983Z | Downloaded derive_builder_core v0.12.0 |
731 | 2023-10-18T23:21:49.990Z | Downloaded phf v0.11.2 |
732 | 2023-10-18T23:21:49.998Z | Downloaded futures-task v0.3.28 |
733 | 2023-10-18T23:21:50.005Z | Downloaded backtrace v0.3.69 |
734 | 2023-10-18T23:21:50.010Z | Downloaded hashlink v0.8.3 |
735 | 2023-10-18T23:21:50.013Z | Downloaded slab v0.4.9 |
736 | 2023-10-18T23:21:50.016Z | Downloaded deranged v0.3.8 |
737 | 2023-10-18T23:21:50.019Z | Downloaded tinyvec_macros v0.1.1 |
738 | 2023-10-18T23:21:50.021Z | Downloaded slog-bunyan v2.4.0 |
739 | 2023-10-18T23:21:50.024Z | Downloaded predicates v3.0.4 |
740 | 2023-10-18T23:21:50.029Z | Downloaded smallvec v0.6.14 |
741 | 2023-10-18T23:21:50.038Z | Downloaded slog-json v2.6.1 |
742 | 2023-10-18T23:21:50.041Z | Downloaded ctr v0.9.2 |
743 | 2023-10-18T23:21:50.044Z | Downloaded secrecy v0.8.0 |
744 | 2023-10-18T23:21:50.047Z | Downloaded openssl-macros v0.1.1 |
745 | 2023-10-18T23:21:50.051Z | Downloaded serde-big-array v0.5.1 |
746 | 2023-10-18T23:21:50.054Z | Downloaded futures-macro v0.3.28 |
747 | 2023-10-18T23:21:50.057Z | Downloaded resolv-conf v0.7.0 |
748 | 2023-10-18T23:21:50.060Z | Downloaded crucible-workspace-hack v0.1.0 |
749 | 2023-10-18T23:21:50.063Z | Downloaded owo-colors v3.5.0 |
750 | 2023-10-18T23:21:50.066Z | Downloaded predicates v2.1.5 |
751 | 2023-10-18T23:21:50.069Z | Downloaded fxhash v0.2.1 |
752 | 2023-10-18T23:21:50.072Z | Downloaded itertools v0.11.0 |
753 | 2023-10-18T23:21:50.074Z | Downloaded take_mut v0.2.2 |
754 | 2023-10-18T23:21:50.077Z | Downloaded difflib v0.4.0 |
755 | 2023-10-18T23:21:50.080Z | Downloaded half v1.8.2 |
756 | 2023-10-18T23:21:50.082Z | Downloaded zeroize_derive v1.4.2 |
757 | 2023-10-18T23:21:50.086Z | Downloaded signature v1.6.4 |
758 | 2023-10-18T23:21:50.088Z | Downloaded strum v0.25.0 |
759 | 2023-10-18T23:21:50.091Z | Downloaded rustfmt-wrapper v0.2.0 |
760 | 2023-10-18T23:21:50.094Z | Downloaded aes v0.8.3 |
761 | 2023-10-18T23:21:50.097Z | Downloaded openssl-probe v0.1.5 |
762 | 2023-10-18T23:21:50.100Z | Downloaded display-error-chain v0.1.1 |
763 | 2023-10-18T23:21:50.103Z | Downloaded semver-parser v0.10.2 |
764 | 2023-10-18T23:21:50.106Z | Downloaded smawk v0.3.1 |
765 | 2023-10-18T23:21:50.109Z | Downloaded twox-hash v1.6.3 |
766 | 2023-10-18T23:21:50.111Z | Downloaded darling_macro v0.20.3 |
767 | 2023-10-18T23:21:50.114Z | Downloaded rcgen v0.10.0 |
768 | 2023-10-18T23:21:50.117Z | Downloaded url v2.4.1 |
769 | 2023-10-18T23:21:50.120Z | Downloaded toolchain_find v0.2.0 |
770 | 2023-10-18T23:21:50.123Z | Downloaded terminal_size v0.2.6 |
771 | 2023-10-18T23:21:50.126Z | Downloaded getopts v0.2.21 |
772 | 2023-10-18T23:21:50.129Z | Downloaded strip-ansi-escapes v0.2.0 |
773 | 2023-10-18T23:21:50.136Z | Downloaded dirs-sys-next v0.1.2 |
774 | 2023-10-18T23:21:50.138Z | Downloaded prettyplease v0.2.12 |
775 | 2023-10-18T23:21:50.141Z | Downloaded num-bigint v0.4.4 |
776 | 2023-10-18T23:21:50.144Z | Downloaded float-cmp v0.9.0 |
777 | 2023-10-18T23:21:50.147Z | Downloaded futures-channel v0.3.28 |
778 | 2023-10-18T23:21:50.150Z | Downloaded clap_builder v4.4.2 |
779 | 2023-10-18T23:21:50.152Z | Downloaded darling_macro v0.14.4 |
780 | 2023-10-18T23:21:50.156Z | Downloaded path-slash v0.1.5 |
781 | 2023-10-18T23:21:50.159Z | Downloaded crunchy v0.2.2 |
782 | 2023-10-18T23:21:50.161Z | Downloaded ena v0.14.2 |
783 | 2023-10-18T23:21:50.164Z | Downloaded same-file v1.0.6 |
784 | 2023-10-18T23:21:50.167Z | Downloaded whoami v1.4.1 |
785 | 2023-10-18T23:21:50.170Z | Downloaded socket2 v0.4.9 |
786 | 2023-10-18T23:21:50.172Z | Downloaded strum_macros v0.24.3 |
787 | 2023-10-18T23:21:50.175Z | Downloaded dirs-next v2.0.0 |
788 | 2023-10-18T23:21:50.178Z | Downloaded packed_struct v0.10.1 |
789 | 2023-10-18T23:21:50.181Z | Downloaded phf_shared v0.11.2 |
790 | 2023-10-18T23:21:50.184Z | Downloaded path-absolutize v3.1.0 |
791 | 2023-10-18T23:21:50.187Z | Downloaded termcolor v1.2.0 |
792 | 2023-10-18T23:21:50.190Z | Downloaded scheduled-thread-pool v0.2.7 |
793 | 2023-10-18T23:21:50.193Z | Downloaded peeking_take_while v0.1.2 |
794 | 2023-10-18T23:21:50.196Z | Downloaded zone v0.2.0 |
795 | 2023-10-18T23:21:50.199Z | Downloaded derive_more v0.99.17 |
796 | 2023-10-18T23:21:50.202Z | Downloaded olpc-cjson v0.1.3 |
797 | 2023-10-18T23:21:50.205Z | Downloaded tokio-tungstenite v0.18.0 |
798 | 2023-10-18T23:21:50.208Z | Downloaded futures v0.3.28 |
799 | 2023-10-18T23:21:50.211Z | Downloaded pkg-config v0.3.27 |
800 | 2023-10-18T23:21:50.214Z | Downloaded path-dedot v3.1.0 |
801 | 2023-10-18T23:21:50.218Z | Downloaded pin-utils v0.1.0 |
802 | 2023-10-18T23:21:50.221Z | Downloaded typenum v1.16.0 |
803 | 2023-10-18T23:21:50.224Z | Downloaded data-encoding v2.4.0 |
804 | 2023-10-18T23:21:50.227Z | Downloaded xattr v1.0.1 |
805 | 2023-10-18T23:21:50.230Z | Downloaded getrandom v0.2.10 |
806 | 2023-10-18T23:21:50.232Z | Downloaded der_derive v0.7.2 |
807 | 2023-10-18T23:21:50.235Z | Downloaded crossbeam-utils v0.8.16 |
808 | 2023-10-18T23:21:50.238Z | Downloaded tabled_derive v0.6.0 |
809 | 2023-10-18T23:21:50.240Z | Downloaded darling v0.14.4 |
810 | 2023-10-18T23:21:50.243Z | Downloaded spin v0.9.8 |
811 | 2023-10-18T23:21:50.246Z | Downloaded ff v0.13.0 |
812 | 2023-10-18T23:21:50.249Z | Downloaded static_assertions v1.1.0 |
813 | 2023-10-18T23:21:50.252Z | Downloaded fixedbitset v0.4.2 |
814 | 2023-10-18T23:21:50.255Z | Downloaded filetime v0.2.22 |
815 | 2023-10-18T23:21:50.257Z | Downloaded unicase v2.7.0 |
816 | 2023-10-18T23:21:50.260Z | Downloaded r2d2 v0.8.10 |
817 | 2023-10-18T23:21:50.263Z | Downloaded radium v0.7.0 |
818 | 2023-10-18T23:21:50.266Z | Downloaded proc-macro-error v1.0.4 |
819 | 2023-10-18T23:21:50.268Z | Downloaded debug-ignore v1.0.5 |
820 | 2023-10-18T23:21:50.272Z | Downloaded paste v1.0.14 |
821 | 2023-10-18T23:21:50.275Z | Downloaded tungstenite v0.20.1 |
822 | 2023-10-18T23:21:50.278Z | Downloaded proc-macro-error-attr v1.0.4 |
823 | 2023-10-18T23:21:50.281Z | Downloaded snafu v0.7.5 |
824 | 2023-10-18T23:21:50.284Z | Downloaded dof v0.1.5 |
825 | 2023-10-18T23:21:50.286Z | Downloaded darling v0.20.3 |
826 | 2023-10-18T23:21:50.289Z | Downloaded fastrand v2.0.0 |
827 | 2023-10-18T23:21:50.292Z | Downloaded zerocopy v0.6.3 |
828 | 2023-10-18T23:21:50.295Z | Downloaded either v1.9.0 |
829 | 2023-10-18T23:21:50.298Z | Downloaded zip v0.6.6 |
830 | 2023-10-18T23:21:50.301Z | Downloaded yasna v0.5.2 |
831 | 2023-10-18T23:21:50.305Z | Downloaded parking_lot v0.11.2 |
832 | 2023-10-18T23:21:50.308Z | Downloaded papergrid v0.10.0 |
833 | 2023-10-18T23:21:50.311Z | Downloaded password-hash v0.5.0 |
834 | 2023-10-18T23:21:50.314Z | Downloaded bindgen v0.65.1 |
835 | 2023-10-18T23:21:50.317Z | Downloaded elliptic-curve v0.13.5 |
836 | 2023-10-18T23:21:50.321Z | Downloaded ucd-trie v0.1.6 |
837 | 2023-10-18T23:21:50.324Z | Downloaded tracing-core v0.1.31 |
838 | 2023-10-18T23:21:50.326Z | Downloaded tracing v0.1.37 |
839 | 2023-10-18T23:21:50.329Z | Downloaded parking_lot_core v0.8.6 |
840 | 2023-10-18T23:21:50.332Z | Downloaded proc-macro2 v1.0.67 |
841 | 2023-10-18T23:21:50.335Z | Downloaded hyper v0.14.27 |
842 | 2023-10-18T23:21:50.338Z | Downloaded flate2 v1.0.27 |
843 | 2023-10-18T23:21:50.341Z | Downloaded bitvec v1.0.1 |
844 | 2023-10-18T23:21:50.343Z | Downloaded trust-dns-client v0.22.0 |
845 | 2023-10-18T23:21:50.346Z | Downloaded crossterm v0.26.1 |
846 | 2023-10-18T23:21:50.349Z | Downloaded hashbrown v0.12.3 |
847 | 2023-10-18T23:21:50.351Z | Downloaded toml_edit v0.19.15 |
848 | 2023-10-18T23:21:50.354Z | Downloaded der v0.7.8 |
849 | 2023-10-18T23:21:50.357Z | Downloaded x509-cert v0.2.4 |
850 | 2023-10-18T23:21:50.360Z | Downloaded crossterm v0.27.0 |
851 | 2023-10-18T23:21:50.363Z | Downloaded smoltcp v0.8.2 |
852 | 2023-10-18T23:21:50.366Z | Downloaded trust-dns-resolver v0.22.0 |
853 | 2023-10-18T23:21:50.369Z | Downloaded rustls-webpki v0.101.4 |
854 | 2023-10-18T23:21:50.372Z | Downloaded futures-util v0.3.28 |
855 | 2023-10-18T23:21:50.375Z | Downloaded proptest v1.3.1 |
856 | 2023-10-18T23:21:50.378Z | Downloaded winnow v0.5.15 |
857 | 2023-10-18T23:21:50.405Z | Downloaded portable-atomic v1.4.3 |
858 | 2023-10-18T23:21:50.408Z | Downloaded gimli v0.28.0 |
859 | 2023-10-18T23:21:50.412Z | Downloaded syn v1.0.109 |
860 | 2023-10-18T23:21:50.415Z | Downloaded syn v2.0.32 |
861 | 2023-10-18T23:21:50.418Z | Downloaded openssl v0.10.57 |
862 | 2023-10-18T23:21:50.438Z | Downloaded radix_trie v0.2.1 |
863 | 2023-10-18T23:21:50.447Z | Downloaded webpki-roots v0.25.2 |
864 | 2023-10-18T23:21:50.457Z | Downloaded polar-core v0.26.4 |
865 | 2023-10-18T23:21:50.465Z | Downloaded curve25519-dalek v4.1.0 |
866 | 2023-10-18T23:21:50.473Z | Downloaded object v0.30.4 |
867 | 2023-10-18T23:21:50.482Z | Downloaded object v0.32.1 |
868 | 2023-10-18T23:21:50.491Z | Downloaded trust-dns-proto v0.22.0 |
869 | 2023-10-18T23:21:50.499Z | Downloaded openapiv3 v1.0.3 |
870 | 2023-10-18T23:21:50.505Z | Downloaded zerocopy-derive v0.2.0 |
871 | 2023-10-18T23:21:50.508Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
872 | 2023-10-18T23:21:50.511Z | Downloaded zerocopy-derive v0.6.3 |
873 | 2023-10-18T23:21:50.514Z | Downloaded libc v0.2.149 |
874 | 2023-10-18T23:21:50.517Z | Downloaded sha3 v0.10.8 |
875 | 2023-10-18T23:21:50.528Z | Downloaded tokio v1.32.0 |
876 | 2023-10-18T23:21:50.597Z | Downloaded sled v0.34.7 |
877 | 2023-10-18T23:21:50.618Z | Downloaded regex-automata v0.3.8 |
878 | 2023-10-18T23:21:50.651Z | Downloaded rustix v0.37.23 |
879 | 2023-10-18T23:21:50.686Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
880 | 2023-10-18T23:21:50.795Z | Downloaded diesel v2.1.1 |
881 | 2023-10-18T23:21:50.828Z | Downloaded regex-syntax v0.7.5 |
882 | 2023-10-18T23:21:50.844Z | Downloaded rustix v0.38.9 |
883 | 2023-10-18T23:21:50.884Z | Downloaded regex-syntax v0.6.29 |
884 | 2023-10-18T23:21:50.898Z | Downloaded regex v1.9.5 |
885 | 2023-10-18T23:21:50.922Z | Downloaded rustls v0.21.7 |
886 | 2023-10-18T23:21:50.943Z | Downloaded encoding_rs v0.8.33 |
887 | 2023-10-18T23:21:50.989Z | Downloaded smoltcp v0.9.1 |
888 | 2023-10-18T23:21:51.009Z | Downloaded ratatui v0.23.0 |
889 | 2023-10-18T23:21:51.030Z | Downloaded bstr v1.6.0 |
890 | 2023-10-18T23:21:51.051Z | Downloaded git2 v0.17.2 |
891 | 2023-10-18T23:21:51.069Z | Downloaded nix v0.26.2 |
892 | 2023-10-18T23:21:51.089Z | Downloaded bstr v0.2.17 |
893 | 2023-10-18T23:21:51.109Z | Downloaded rayon v1.7.0 |
894 | 2023-10-18T23:21:51.125Z | Downloaded quick-xml v0.23.1 |
895 | 2023-10-18T23:21:51.139Z | Downloaded tabled v0.14.0 |
896 | 2023-10-18T23:21:51.166Z | Downloaded ring v0.16.20 |
897 | 2023-10-18T23:21:51.330Z | Downloaded regress v0.7.1 |
898 | 2023-10-18T23:21:51.343Z | Downloaded vcpkg v0.2.15 |
899 | 2023-10-18T23:21:51.430Z | Downloaded libz-sys v1.1.12 |
900 | 2023-10-18T23:21:51.544Z | Downloaded toml_edit v0.20.0 |
901 | 2023-10-18T23:21:51.574Z | Downloaded reqwest v0.11.20 |
902 | 2023-10-18T23:21:51.587Z | Downloaded chrono v0.4.31 |
903 | 2023-10-18T23:21:51.601Z | Downloaded rusqlite v0.29.0 |
904 | 2023-10-18T23:21:51.612Z | Downloaded lalrpop v0.19.12 |
905 | 2023-10-18T23:21:51.634Z | Downloaded idna v0.4.0 |
906 | 2023-10-18T23:21:51.647Z | Downloaded petgraph v0.6.4 |
907 | 2023-10-18T23:21:51.670Z | Downloaded rand v0.8.5 |
908 | 2023-10-18T23:21:51.676Z | Downloaded hashbrown v0.13.2 |
909 | 2023-10-18T23:21:51.684Z | Downloaded h2 v0.3.21 |
910 | 2023-10-18T23:21:51.696Z | Downloaded libsqlite3-sys v0.26.0 |
911 | 2023-10-18T23:21:51.837Z | Downloaded idna v0.2.3 |
912 | 2023-10-18T23:21:51.850Z | Downloaded headers v0.3.9 |
913 | 2023-10-18T23:21:51.859Z | Downloaded crypto-bigint v0.5.2 |
914 | 2023-10-18T23:21:51.869Z | Downloaded regex-automata v0.1.10 |
915 | 2023-10-18T23:21:51.878Z | Downloaded serde_json v1.0.107 |
916 | 2023-10-18T23:21:51.891Z | Downloaded time v0.3.27 |
917 | 2023-10-18T23:21:51.902Z | Downloaded ron v0.8.1 |
918 | 2023-10-18T23:21:51.912Z | Downloaded hashbrown v0.14.0 |
919 | 2023-10-18T23:21:51.921Z | Downloaded tempfile v3.8.0 |
920 | 2023-10-18T23:21:51.924Z | Downloaded salty v0.2.0 |
921 | 2023-10-18T23:21:51.933Z | Downloaded rayon-core v1.11.0 |
922 | 2023-10-18T23:21:51.940Z | Downloaded structopt v0.3.26 |
923 | 2023-10-18T23:21:51.952Z | Downloaded reedline v0.23.0 |
924 | 2023-10-18T23:21:51.963Z | Downloaded pest v2.7.2 |
925 | 2023-10-18T23:21:51.973Z | Downloaded aho-corasick v1.0.4 |
926 | 2023-10-18T23:21:51.982Z | Downloaded clap v2.34.0 |
927 | 2023-10-18T23:21:51.995Z | Downloaded test-strategy v0.2.1 |
928 | 2023-10-18T23:21:52.000Z | Downloaded pkcs1 v0.7.5 |
929 | 2023-10-18T23:21:52.004Z | Downloaded tough v0.12.5 |
930 | 2023-10-18T23:21:52.018Z | Downloaded darling_core v0.20.3 |
931 | 2023-10-18T23:21:52.026Z | Downloaded diff v0.1.13 |
932 | 2023-10-18T23:21:52.031Z | Downloaded tokio-postgres v0.7.10 |
933 | 2023-10-18T23:21:52.039Z | Downloaded parking_lot v0.12.1 |
934 | 2023-10-18T23:21:52.043Z | Downloaded polyval v0.6.1 |
935 | 2023-10-18T23:21:52.047Z | Downloaded unarray v0.1.4 |
936 | 2023-10-18T23:21:52.051Z | Downloaded tracing-attributes v0.1.26 |
937 | 2023-10-18T23:21:52.059Z | Downloaded toml v0.7.8 |
938 | 2023-10-18T23:21:52.072Z | Downloaded flume v0.11.0 |
939 | 2023-10-18T23:21:52.085Z | Downloaded darling_core v0.14.4 |
940 | 2023-10-18T23:21:52.088Z | Downloaded which v4.4.0 |
941 | 2023-10-18T23:21:52.091Z | Downloaded erased-serde v0.3.30 |
942 | 2023-10-18T23:21:52.094Z | Downloaded ryu v1.0.15 |
943 | 2023-10-18T23:21:52.097Z | Downloaded poly1305 v0.8.0 |
944 | 2023-10-18T23:21:52.110Z | Downloaded unicode-normalization v0.1.22 |
945 | 2023-10-18T23:21:52.113Z | Downloaded nom v7.1.3 |
946 | 2023-10-18T23:21:52.116Z | Downloaded toml v0.8.0 |
947 | 2023-10-18T23:21:52.119Z | Downloaded pkcs8 v0.10.2 |
948 | 2023-10-18T23:21:52.122Z | Downloaded unicode-bidi v0.3.13 |
949 | 2023-10-18T23:21:52.124Z | Downloaded serde v1.0.188 |
950 | 2023-10-18T23:21:52.128Z | Downloaded tokio-util v0.7.8 |
951 | 2023-10-18T23:21:52.132Z | Downloaded wyz v0.5.1 |
952 | 2023-10-18T23:21:52.136Z | Downloaded hash32 v0.2.1 |
953 | 2023-10-18T23:21:52.139Z | Downloaded tokio-stream v0.1.14 |
954 | 2023-10-18T23:21:52.144Z | Downloaded errno v0.3.2 |
955 | 2023-10-18T23:21:52.147Z | Downloaded zeroize v1.6.0 |
956 | 2023-10-18T23:21:52.150Z | Downloaded textwrap v0.16.0 |
957 | 2023-10-18T23:21:52.153Z | Downloaded parse-display-derive v0.7.0 |
958 | 2023-10-18T23:21:52.156Z | Downloaded proc-macro-crate v1.3.1 |
959 | 2023-10-18T23:21:52.159Z | Downloaded flagset v0.4.3 |
960 | 2023-10-18T23:21:52.165Z | Downloaded tokio-rustls v0.24.1 |
961 | 2023-10-18T23:21:52.168Z | Downloaded diesel_derives v2.1.1 |
962 | 2023-10-18T23:21:52.171Z | Downloaded textwrap v0.11.0 |
963 | 2023-10-18T23:21:52.174Z | Downloaded structopt-derive v0.4.18 |
964 | 2023-10-18T23:21:52.176Z | Downloaded hkdf v0.12.3 |
965 | 2023-10-18T23:21:52.179Z | Downloaded phf_shared v0.10.0 |
966 | 2023-10-18T23:21:52.182Z | Downloaded thiserror v1.0.49 |
967 | 2023-10-18T23:21:52.185Z | Downloaded zerocopy v0.3.0 |
968 | 2023-10-18T23:21:52.188Z | Downloaded quick-error v1.2.3 |
969 | 2023-10-18T23:21:52.193Z | Downloaded packed_struct_codegen v0.10.1 |
970 | 2023-10-18T23:21:52.195Z | Downloaded steno v0.4.0 |
971 | 2023-10-18T23:21:52.198Z | Downloaded derive-where v1.2.5 |
972 | 2023-10-18T23:21:52.203Z | Downloaded serde_with v2.3.3 |
973 | 2023-10-18T23:21:52.214Z | Downloaded fallible-streaming-iterator v0.1.9 |
974 | 2023-10-18T23:21:52.216Z | Downloaded fallible-iterator v0.2.0 |
975 | 2023-10-18T23:21:52.219Z | Downloaded term v0.7.0 |
976 | 2023-10-18T23:21:52.222Z | Downloaded rsa v0.9.2 |
977 | 2023-10-18T23:21:52.230Z | Downloaded libxml v0.3.3 |
978 | 2023-10-18T23:21:52.241Z | Downloaded stringprep v0.1.3 |
979 | 2023-10-18T23:21:52.245Z | Downloaded similar v2.2.1 |
980 | 2023-10-18T23:21:52.251Z | Downloaded toml_datetime v0.6.3 |
981 | 2023-10-18T23:21:52.256Z | Downloaded fatfs v0.3.6 |
982 | 2023-10-18T23:21:52.259Z | Downloaded openssl-sys v0.9.93 |
983 | 2023-10-18T23:21:52.267Z | Downloaded serde_derive v1.0.188 |
984 | 2023-10-18T23:21:52.271Z | Downloaded snafu-derive v0.7.5 |
985 | 2023-10-18T23:21:52.274Z | Downloaded serde_yaml v0.9.25 |
986 | 2023-10-18T23:21:52.280Z | Downloaded trust-dns-server v0.22.1 |
987 | 2023-10-18T23:21:52.289Z | Downloaded tinyvec v1.6.0 |
988 | 2023-10-18T23:21:52.294Z | Downloaded ron v0.7.1 |
989 | 2023-10-18T23:21:52.302Z | Downloaded strsim v0.10.0 |
990 | 2023-10-18T23:21:52.305Z | Downloaded strsim v0.8.0 |
991 | 2023-10-18T23:21:52.308Z | Downloaded semver v0.1.20 |
992 | 2023-10-18T23:21:52.312Z | Downloaded once_cell v1.18.0 |
993 | 2023-10-18T23:21:52.315Z | Downloaded omicron-zone-package v0.8.3 |
994 | 2023-10-18T23:21:52.318Z | Downloaded stable_deref_trait v1.2.0 |
995 | 2023-10-18T23:21:52.321Z | Downloaded postgres-protocol v0.6.6 |
996 | 2023-10-18T23:21:52.324Z | Downloaded num-bigint-dig v0.8.4 |
997 | 2023-10-18T23:21:52.332Z | Downloaded libm v0.2.7 |
998 | 2023-10-18T23:21:52.347Z | Downloaded generic-array v0.14.7 |
999 | 2023-10-18T23:21:52.349Z | Downloaded unicode-segmentation v1.10.1 |
1000 | 2023-10-18T23:21:52.356Z | Downloaded digest v0.10.7 |
1001 | 2023-10-18T23:21:52.359Z | Downloaded rustc-demangle v0.1.23 |
1002 | 2023-10-18T23:21:52.362Z | Downloaded spki v0.7.2 |
1003 | 2023-10-18T23:21:52.365Z | Downloaded fnv v1.0.7 |
1004 | 2023-10-18T23:21:52.367Z | Downloaded crossbeam-queue v0.3.8 |
1005 | 2023-10-18T23:21:52.370Z | Downloaded oso v0.26.4 |
1006 | 2023-10-18T23:21:52.375Z | Downloaded tiny-keccak v2.0.2 |
1007 | 2023-10-18T23:21:52.378Z | Downloaded pest_meta v2.7.2 |
1008 | 2023-10-18T23:21:52.381Z | Downloaded schemars_derive v0.8.13 |
1009 | 2023-10-18T23:21:52.383Z | Downloaded scopeguard v1.2.0 |
1010 | 2023-10-18T23:21:52.386Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1011 | 2023-10-18T23:21:52.390Z | Downloaded synstructure v0.12.6 |
1012 | 2023-10-18T23:21:52.393Z | Downloaded rustls-pemfile v1.0.3 |
1013 | 2023-10-18T23:21:52.396Z | Downloaded fd-lock v3.0.13 |
1014 | 2023-10-18T23:21:52.399Z | Downloaded rustc-hash v1.1.0 |
1015 | 2023-10-18T23:21:52.402Z | Downloaded futures-core v0.3.28 |
1016 | 2023-10-18T23:21:52.405Z | Downloaded funty v2.0.0 |
1017 | 2023-10-18T23:21:52.408Z | Downloaded fs-err v2.9.0 |
1018 | 2023-10-18T23:21:52.411Z | Downloaded zone_cfg_derive v0.2.0 |
1019 | 2023-10-18T23:21:52.414Z | Downloaded smallvec v1.11.0 |
1020 | 2023-10-18T23:21:52.417Z | Downloaded slog-term v2.9.0 |
1021 | 2023-10-18T23:21:52.421Z | Downloaded signature v2.1.0 |
1022 | 2023-10-18T23:21:52.423Z | Downloaded postgres-types v0.2.6 |
1023 | 2023-10-18T23:21:52.426Z | Downloaded thread_local v1.1.7 |
1024 | 2023-10-18T23:21:52.429Z | Downloaded thread-id v4.2.0 |
1025 | 2023-10-18T23:21:52.457Z | Downloaded ref-cast v1.0.20 |
1026 | 2023-10-18T23:21:52.460Z | Downloaded serde-big-array v0.4.1 |
1027 | 2023-10-18T23:21:52.463Z | Downloaded thiserror-no-std v2.0.2 |
1028 | 2023-10-18T23:21:52.466Z | Downloaded ringbuffer v0.15.0 |
1029 | 2023-10-18T23:21:52.470Z | Downloaded ref-cast-impl v1.0.20 |
1030 | 2023-10-18T23:21:52.474Z | Downloaded percent-encoding v2.3.0 |
1031 | 2023-10-18T23:21:52.478Z | Downloaded signal-hook v0.3.17 |
1032 | 2023-10-18T23:21:52.481Z | Downloaded minimal-lexical v0.2.1 |
1033 | 2023-10-18T23:21:52.484Z | Downloaded pest_derive v2.7.2 |
1034 | 2023-10-18T23:21:52.487Z | Downloaded quote v1.0.33 |
1035 | 2023-10-18T23:21:52.490Z | Downloaded futures-executor v0.3.28 |
1036 | 2023-10-18T23:21:52.493Z | Downloaded ed25519 v1.5.3 |
1037 | 2023-10-18T23:21:52.496Z | Downloaded opaque-debug v0.3.0 |
1038 | 2023-10-18T23:21:52.499Z | Downloaded futures-io v0.3.28 |
1039 | 2023-10-18T23:21:52.502Z | Downloaded dyn-clone v1.0.13 |
1040 | 2023-10-18T23:21:52.504Z | Downloaded ppv-lite86 v0.2.17 |
1041 | 2023-10-18T23:21:52.507Z | Downloaded crypto-common v0.1.6 |
1042 | 2023-10-18T23:21:52.510Z | Downloaded env_logger v0.9.3 |
1043 | 2023-10-18T23:21:52.513Z | Downloaded derive_builder v0.12.0 |
1044 | 2023-10-18T23:21:52.516Z | Downloaded postcard v0.7.3 |
1045 | 2023-10-18T23:21:52.520Z | Downloaded tungstenite v0.18.0 |
1046 | 2023-10-18T23:21:52.523Z | Downloaded slog-envlogger v2.2.0 |
1047 | 2023-10-18T23:21:52.526Z | Downloaded slog-dtrace v0.2.3 |
1048 | 2023-10-18T23:21:52.528Z | Downloaded socket2 v0.5.3 |
1049 | 2023-10-18T23:21:52.531Z | Downloaded crossbeam-channel v0.5.8 |
1050 | 2023-10-18T23:21:52.536Z | Downloaded env_logger v0.10.0 |
1051 | 2023-10-18T23:21:52.540Z | Downloaded enum-as-inner v0.5.1 |
1052 | 2023-10-18T23:21:52.543Z | Downloaded http v0.2.9 |
1053 | 2023-10-18T23:21:52.546Z | Downloaded pin-project-lite v0.2.13 |
1054 | 2023-10-18T23:21:52.549Z | Downloaded schemars v0.8.13 |
1055 | 2023-10-18T23:21:52.552Z | Downloaded unicode-ident v1.0.12 |
1056 | 2023-10-18T23:21:52.557Z | Downloaded vte v0.11.1 |
1057 | 2023-10-18T23:21:52.561Z | Downloaded uuid v1.4.1 |
1058 | 2023-10-18T23:21:52.567Z | Downloaded unsafe-libyaml v0.2.9 |
1059 | 2023-10-18T23:21:52.573Z | Downloaded tar v0.4.40 |
1060 | 2023-10-18T23:21:52.578Z | Downloaded itertools v0.10.5 |
1061 | 2023-10-18T23:21:52.589Z | Downloaded derive_builder_macro v0.12.0 |
1062 | 2023-10-18T23:21:52.592Z | Downloaded parking_lot_core v0.9.8 |
1063 | 2023-10-18T23:21:52.595Z | Downloaded pem v1.1.1 |
1064 | 2023-10-18T23:21:52.598Z | Downloaded siphasher v0.3.11 |
1065 | 2023-10-18T23:21:52.601Z | Downloaded memchr v2.6.3 |
1066 | 2023-10-18T23:21:52.607Z | Downloaded heapless v0.7.16 |
1067 | 2023-10-18T23:21:52.614Z | Downloaded subprocess v0.2.9 |
1068 | 2023-10-18T23:21:52.618Z | Downloaded futures-sink v0.3.28 |
1069 | 2023-10-18T23:21:52.621Z | Downloaded serde_derive_internals v0.26.0 |
1070 | 2023-10-18T23:21:52.624Z | Downloaded vergen v8.2.4 |
1071 | 2023-10-18T23:21:52.627Z | Downloaded pest_generator v2.7.2 |
1072 | 2023-10-18T23:21:52.630Z | Downloaded group v0.13.0 |
1073 | 2023-10-18T23:21:52.633Z | Downloaded globset v0.4.13 |
1074 | 2023-10-18T23:21:52.636Z | Downloaded glob v0.3.1 |
1075 | 2023-10-18T23:21:52.639Z | Downloaded rand_chacha v0.3.1 |
1076 | 2023-10-18T23:21:52.642Z | Downloaded slog v2.7.0 |
1077 | 2023-10-18T23:21:52.645Z | Downloaded serde_with_macros v2.3.3 |
1078 | 2023-10-18T23:21:52.648Z | Downloaded downcast v0.11.0 |
1079 | 2023-10-18T23:21:52.651Z | Downloaded cstr-argument v0.1.2 |
1080 | 2023-10-18T23:21:52.654Z | Downloaded vsss-rs v3.3.1 |
1081 | 2023-10-18T23:21:52.658Z | Downloaded clang-sys v1.6.1 |
1082 | 2023-10-18T23:21:52.660Z | Downloaded toml v0.5.11 |
1083 | 2023-10-18T23:21:52.663Z | Downloaded rustls-native-certs v0.6.3 |
1084 | 2023-10-18T23:21:52.666Z | Downloaded precomputed-hash v0.1.1 |
1085 | 2023-10-18T23:21:52.669Z | Downloaded walkdir v2.4.0 |
1086 | 2023-10-18T23:21:52.671Z | Downloaded num_enum_derive v0.7.0 |
1087 | 2023-10-18T23:21:52.674Z | Downloaded num_enum_derive v0.5.11 |
1088 | 2023-10-18T23:21:52.677Z | Downloaded form_urlencoded v1.2.0 |
1089 | 2023-10-18T23:21:52.680Z | Downloaded num-traits v0.2.16 |
1090 | 2023-10-18T23:21:52.683Z | Downloaded arc-swap v1.6.0 |
1091 | 2023-10-18T23:21:52.686Z | Downloaded sha2 v0.10.7 |
1092 | 2023-10-18T23:21:52.691Z | Downloaded sha1 v0.10.5 |
1093 | 2023-10-18T23:21:52.694Z | Downloaded serde_urlencoded v0.7.1 |
1094 | 2023-10-18T23:21:52.696Z | Downloaded serde_tokenstream v0.2.0 |
1095 | 2023-10-18T23:21:52.700Z | Downloaded serde_tokenstream v0.1.7 |
1096 | 2023-10-18T23:21:52.705Z | Downloaded unicode-linebreak v0.1.5 |
1097 | 2023-10-18T23:21:52.708Z | Downloaded tokio-tungstenite v0.20.1 |
1098 | 2023-10-18T23:21:52.711Z | Downloaded tokio-macros v2.1.0 |
1099 | 2023-10-18T23:21:52.714Z | Downloaded time-macros v0.2.13 |
1100 | 2023-10-18T23:21:52.717Z | Downloaded tap v1.0.1 |
1101 | 2023-10-18T23:21:52.719Z | Downloaded structmeta-derive v0.1.6 |
1102 | 2023-10-18T23:21:52.722Z | Downloaded tui-tree-widget v0.13.0 |
1103 | 2023-10-18T23:21:52.725Z | Downloaded version_check v0.9.4 |
1104 | 2023-10-18T23:21:52.728Z | Downloaded subtle v2.5.0 |
1105 | 2023-10-18T23:21:52.731Z | Downloaded smf v0.2.2 |
1106 | 2023-10-18T23:21:52.734Z | Downloaded slog-async v2.8.0 |
1107 | 2023-10-18T23:21:52.737Z | Downloaded rand_xorshift v0.3.0 |
1108 | 2023-10-18T23:21:52.740Z | Downloaded foreign-types-shared v0.1.1 |
1109 | 2023-10-18T23:21:52.743Z | Downloaded usdt-impl v0.3.5 |
1110 | 2023-10-18T23:21:52.746Z | Downloaded shell-words v1.1.0 |
1111 | 2023-10-18T23:21:52.749Z | Downloaded usdt v0.3.5 |
1112 | 2023-10-18T23:21:52.751Z | Downloaded tokio-native-tls v0.3.1 |
1113 | 2023-10-18T23:21:52.754Z | Downloaded const_format v0.2.31 |
1114 | 2023-10-18T23:21:52.757Z | Downloaded cancel-safe-futures v0.1.2 |
1115 | 2023-10-18T23:21:52.760Z | Downloaded foreign-types v0.5.0 |
1116 | 2023-10-18T23:21:52.763Z | Downloaded number_prefix v0.4.0 |
1117 | 2023-10-18T23:21:52.765Z | Downloaded fragile v2.0.0 |
1118 | 2023-10-18T23:21:52.768Z | Downloaded miniz_oxide v0.7.1 |
1119 | 2023-10-18T23:21:52.771Z | Downloaded want v0.3.1 |
1120 | 2023-10-18T23:21:52.774Z | Downloaded wait-timeout v0.2.0 |
1121 | 2023-10-18T23:21:52.777Z | Downloaded vte_generate_state_changes v0.1.1 |
1122 | 2023-10-18T23:21:52.780Z | Downloaded signal-hook-tokio v0.3.1 |
1123 | 2023-10-18T23:21:52.783Z | Downloaded num_threads v0.1.6 |
1124 | 2023-10-18T23:21:52.786Z | Downloaded headers-core v0.2.0 |
1125 | 2023-10-18T23:21:52.789Z | Downloaded foreign-types-shared v0.3.1 |
1126 | 2023-10-18T23:21:52.792Z | Downloaded strum_macros v0.25.2 |
1127 | 2023-10-18T23:21:52.794Z | Downloaded string_cache v0.8.7 |
1128 | 2023-10-18T23:21:52.797Z | Downloaded waitgroup v0.1.2 |
1129 | 2023-10-18T23:21:52.800Z | Downloaded foreign-types v0.3.2 |
1130 | 2023-10-18T23:21:52.803Z | Downloaded time-core v0.1.1 |
1131 | 2023-10-18T23:21:52.805Z | Downloaded thiserror-impl v1.0.49 |
1132 | 2023-10-18T23:21:52.808Z | Downloaded ahash v0.8.3 |
1133 | 2023-10-18T23:21:52.811Z | Downloaded addr2line v0.21.0 |
1134 | 2023-10-18T23:21:52.814Z | Downloaded crossbeam-epoch v0.9.15 |
1135 | 2023-10-18T23:21:52.817Z | Downloaded try-lock v0.2.4 |
1136 | 2023-10-18T23:21:52.820Z | Downloaded termios v0.3.3 |
1137 | 2023-10-18T23:21:52.823Z | Downloaded structmeta v0.1.6 |
1138 | 2023-10-18T23:21:52.826Z | Downloaded slog-stdlog v4.1.1 |
1139 | 2023-10-18T23:21:52.829Z | Downloaded serde-hex v0.1.0 |
1140 | 2023-10-18T23:21:52.832Z | Downloaded slog-scope v4.4.0 |
1141 | 2023-10-18T23:21:52.835Z | Downloaded signal-hook-mio v0.2.3 |
1142 | 2023-10-18T23:21:52.839Z | Downloaded semver v1.0.18 |
1143 | 2023-10-18T23:21:52.843Z | Downloaded ciborium v0.2.1 |
1144 | 2023-10-18T23:21:52.845Z | Downloaded signal-hook-registry v1.4.1 |
1145 | 2023-10-18T23:21:52.848Z | Downloaded untrusted v0.7.1 |
1146 | 2023-10-18T23:21:52.851Z | Downloaded tower-service v0.3.2 |
1147 | 2023-10-18T23:21:52.854Z | Downloaded thiserror-impl-no-std v2.0.2 |
1148 | 2023-10-18T23:21:52.857Z | Downloaded block-padding v0.3.3 |
1149 | 2023-10-18T23:21:52.860Z | Downloaded rustversion v1.0.14 |
1150 | 2023-10-18T23:21:52.863Z | Downloaded rtoolbox v0.0.1 |
1151 | 2023-10-18T23:21:52.866Z | Downloaded mockall_derive v0.11.4 |
1152 | 2023-10-18T23:21:52.869Z | Downloaded maplit v1.0.2 |
1153 | 2023-10-18T23:21:53.281Z | Downloaded unicode-xid v0.2.4 |
1154 | 2023-10-18T23:21:53.290Z | Downloaded topological-sort v0.2.2 |
1155 | 2023-10-18T23:21:53.293Z | Downloaded rustc_version v0.4.0 |
1156 | 2023-10-18T23:21:53.296Z | Downloaded cpufeatures v0.2.9 |
1157 | 2023-10-18T23:21:53.299Z | Downloaded clap_lex v0.5.1 |
1158 | 2023-10-18T23:21:53.302Z | Downloaded byteorder v1.4.3 |
1159 | 2023-10-18T23:21:53.305Z | Downloaded num_enum v0.7.0 |
1160 | 2023-10-18T23:21:53.307Z | Downloaded num_cpus v1.16.0 |
1161 | 2023-10-18T23:21:53.311Z | Downloaded nibble_vec v0.1.0 |
1162 | 2023-10-18T23:21:53.313Z | Downloaded chacha20poly1305 v0.10.1 |
1163 | 2023-10-18T23:21:53.317Z | Downloaded base64 v0.13.1 |
1164 | 2023-10-18T23:21:53.320Z | Downloaded array-init v0.0.4 |
1165 | 2023-10-18T23:21:53.323Z | Downloaded anyhow v1.0.75 |
1166 | 2023-10-18T23:21:53.326Z | Downloaded aes-gcm-siv v0.11.1 |
1167 | 2023-10-18T23:21:53.329Z | Downloaded termtree v0.4.1 |
1168 | 2023-10-18T23:21:53.332Z | Downloaded serde_arrays v0.1.0 |
1169 | 2023-10-18T23:21:53.335Z | Downloaded semver v0.11.0 |
1170 | 2023-10-18T23:21:53.337Z | Downloaded sct v0.7.0 |
1171 | 2023-10-18T23:21:53.341Z | Downloaded rusty-fork v0.3.0 |
1172 | 2023-10-18T23:21:53.344Z | Downloaded log v0.4.20 |
1173 | 2023-10-18T23:21:53.347Z | Downloaded lock_api v0.4.10 |
1174 | 2023-10-18T23:21:53.350Z | Downloaded linked-hash-map v0.5.6 |
1175 | 2023-10-18T23:21:53.353Z | Downloaded num-iter v0.1.43 |
1176 | 2023-10-18T23:21:53.357Z | Downloaded num-integer v0.1.45 |
1177 | 2023-10-18T23:21:53.360Z | Downloaded crossbeam-deque v0.8.3 |
1178 | 2023-10-18T23:21:53.363Z | Downloaded crc v3.0.1 |
1179 | 2023-10-18T23:21:53.366Z | Downloaded cexpr v0.6.0 |
1180 | 2023-10-18T23:21:53.369Z | Downloaded bytes v1.5.0 |
1181 | 2023-10-18T23:21:53.372Z | Downloaded httparse v1.8.0 |
1182 | 2023-10-18T23:21:53.375Z | Downloaded rustc_version v0.1.7 |
1183 | 2023-10-18T23:21:53.378Z | Downloaded mime v0.3.17 |
1184 | 2023-10-18T23:21:53.381Z | Downloaded multer v2.1.0 |
1185 | 2023-10-18T23:21:53.386Z | Downloaded maybe-uninit v2.0.0 |
1186 | 2023-10-18T23:21:53.389Z | Downloaded atomic-waker v1.1.1 |
1187 | 2023-10-18T23:21:53.393Z | Downloaded anstream v0.5.0 |
1188 | 2023-10-18T23:21:53.396Z | Downloaded serde_repr v0.1.16 |
1189 | 2023-10-18T23:21:53.399Z | Downloaded serde_plain v1.0.2 |
1190 | 2023-10-18T23:21:53.408Z | Downloaded md-5 v0.10.5 |
1191 | 2023-10-18T23:21:53.411Z | Downloaded crc32fast v1.3.2 |
1192 | 2023-10-18T23:21:53.414Z | Downloaded cookie v0.16.2 |
1193 | 2023-10-18T23:21:53.417Z | Downloaded num-derive v0.4.0 |
1194 | 2023-10-18T23:21:53.420Z | Downloaded nodrop v0.1.14 |
1195 | 2023-10-18T23:21:53.423Z | Downloaded memoffset v0.7.1 |
1196 | 2023-10-18T23:21:53.426Z | Downloaded linear-map v1.2.0 |
1197 | 2023-10-18T23:21:53.429Z | Downloaded highway v1.1.0 |
1198 | 2023-10-18T23:21:53.432Z | Downloaded num v0.4.1 |
1199 | 2023-10-18T23:21:53.435Z | Downloaded base64ct v1.6.0 |
1200 | 2023-10-18T23:21:53.438Z | Downloaded bincode v1.3.3 |
1201 | 2023-10-18T23:21:53.444Z | Downloaded ansi_term v0.12.1 |
1202 | 2023-10-18T23:21:53.447Z | Downloaded hyper-staticfile v0.9.5 |
1203 | 2023-10-18T23:21:53.451Z | Downloaded managed v0.8.0 |
1204 | 2023-10-18T23:21:53.454Z | Downloaded macaddr v1.0.1 |
1205 | 2023-10-18T23:21:53.479Z | Downloaded lru-cache v0.1.2 |
1206 | 2023-10-18T23:21:53.483Z | Downloaded iana-time-zone v0.1.57 |
1207 | 2023-10-18T23:21:53.486Z | Downloaded crossbeam v0.8.2 |
1208 | 2023-10-18T23:21:53.489Z | Downloaded crc-catalog v2.2.0 |
1209 | 2023-10-18T23:21:53.492Z | Downloaded cargo_toml v0.16.3 |
1210 | 2023-10-18T23:21:53.495Z | Downloaded bitfield v0.14.0 |
1211 | 2023-10-18T23:21:53.498Z | Downloaded bb8 v0.8.1 |
1212 | 2023-10-18T23:21:53.501Z | Downloaded async-stream v0.3.5 |
1213 | 2023-10-18T23:21:53.504Z | Downloaded heck v0.3.3 |
1214 | 2023-10-18T23:21:53.508Z | Downloaded httpdate v1.0.3 |
1215 | 2023-10-18T23:21:53.511Z | Downloaded http-body v0.4.5 |
1216 | 2023-10-18T23:21:53.514Z | Downloaded home v0.5.5 |
1217 | 2023-10-18T23:21:53.517Z | Downloaded const-oid v0.9.5 |
1218 | 2023-10-18T23:21:53.520Z | Downloaded clap v4.4.3 |
1219 | 2023-10-18T23:21:53.522Z | Downloaded console v0.15.7 |
1220 | 2023-10-18T23:21:53.525Z | Downloaded colored v2.0.4 |
1221 | 2023-10-18T23:21:53.528Z | Downloaded clap_derive v4.4.2 |
1222 | 2023-10-18T23:21:53.531Z | Downloaded bitstruct v0.1.1 |
1223 | 2023-10-18T23:21:53.533Z | Downloaded normalize-line-endings v0.3.0 |
1224 | 2023-10-18T23:21:53.537Z | Downloaded new_debug_unreachable v1.0.4 |
1225 | 2023-10-18T23:21:53.539Z | Downloaded ciborium-io v0.2.1 |
1226 | 2023-10-18T23:21:53.542Z | Downloaded cfg-if v0.1.10 |
1227 | 2023-10-18T23:21:53.545Z | Downloaded hubpack v0.1.2 |
1228 | 2023-10-18T23:21:53.548Z | Downloaded io-lifetimes v1.0.11 |
1229 | 2023-10-18T23:21:53.551Z | Downloaded blake2 v0.10.6 |
1230 | 2023-10-18T23:21:53.554Z | Downloaded keccak v0.1.4 |
1231 | 2023-10-18T23:21:53.556Z | Downloaded itoa v1.0.9 |
1232 | 2023-10-18T23:21:53.561Z | Downloaded indexmap v2.0.0 |
1233 | 2023-10-18T23:21:53.566Z | Downloaded hostname v0.3.1 |
1234 | 2023-10-18T23:21:53.570Z | Downloaded memoffset v0.9.0 |
1235 | 2023-10-18T23:21:53.572Z | Downloaded hubpack_derive v0.1.1 |
1236 | 2023-10-18T23:21:53.575Z | Downloaded async-stream-impl v0.3.5 |
1237 | 2023-10-18T23:21:53.578Z | Downloaded const_format_proc_macros v0.2.31 |
1238 | 2023-10-18T23:21:53.581Z | Downloaded nu-ansi-term v0.49.0 |
1239 | 2023-10-18T23:21:53.584Z | Downloaded cipher v0.4.4 |
1240 | 2023-10-18T23:21:53.587Z | Downloaded ciborium-ll v0.2.1 |
1241 | 2023-10-18T23:21:53.590Z | Downloaded chacha20 v0.9.1 |
1242 | 2023-10-18T23:21:53.593Z | Downloaded bzip2 v0.4.4 |
1243 | 2023-10-18T23:21:53.596Z | Downloaded indicatif v0.17.7 |
1244 | 2023-10-18T23:21:53.599Z | Downloaded nanorand v0.7.0 |
1245 | 2023-10-18T23:21:53.602Z | Downloaded libloading v0.7.4 |
1246 | 2023-10-18T23:21:53.605Z | Downloaded libefi-sys v0.1.0 |
1247 | 2023-10-18T23:21:53.608Z | Downloaded ipnet v2.8.0 |
1248 | 2023-10-18T23:21:53.611Z | Downloaded cargo_metadata v0.18.0 |
1249 | 2023-10-18T23:21:53.614Z | Downloaded camino-tempfile v1.0.2 |
1250 | 2023-10-18T23:21:53.617Z | Downloaded bitflags v1.3.2 |
1251 | 2023-10-18T23:21:53.620Z | Downloaded bytesize v1.3.0 |
1252 | 2023-10-18T23:21:53.623Z | Downloaded lalrpop-util v0.19.12 |
1253 | 2023-10-18T23:21:53.626Z | Downloaded cargo-platform v0.1.3 |
1254 | 2023-10-18T23:21:53.629Z | Downloaded buf-list v1.0.3 |
1255 | 2023-10-18T23:21:53.633Z | Downloaded bcs v0.1.5 |
1256 | 2023-10-18T23:21:53.636Z | Downloaded bit_field v0.10.2 |
1257 | 2023-10-18T23:21:53.639Z | Downloaded indoc v1.0.9 |
1258 | 2023-10-18T23:21:53.645Z | Downloaded bitstruct_derive v0.1.0 |
1259 | 2023-10-18T23:21:53.648Z | Downloaded bytecount v0.6.3 |
1260 | 2023-10-18T23:21:53.651Z | Downloaded block-buffer v0.10.4 |
1261 | 2023-10-18T23:21:53.654Z | Downloaded indexmap v1.9.3 |
1262 | 2023-10-18T23:21:53.659Z | Downloaded hyper-tls v0.5.0 |
1263 | 2023-10-18T23:21:53.665Z | Downloaded bitflags v2.4.0 |
1264 | 2023-10-18T23:21:53.671Z | Compiling proc-macro2 v1.0.67 |
1265 | 2023-10-18T23:21:53.674Z | Compiling unicode-ident v1.0.12 |
1266 | 2023-10-18T23:21:53.677Z | Compiling libc v0.2.149 |
1267 | 2023-10-18T23:21:53.680Z | Compiling serde v1.0.188 |
1268 | 2023-10-18T23:21:53.684Z | Compiling autocfg v1.1.0 |
1269 | 2023-10-18T23:21:53.687Z | Compiling version_check v0.9.4 |
1270 | 2023-10-18T23:21:53.690Z | Compiling cfg-if v1.0.0 |
1271 | 2023-10-18T23:21:53.872Z | Compiling syn v1.0.109 |
1272 | 2023-10-18T23:21:53.952Z | Compiling once_cell v1.18.0 |
1273 | 2023-10-18T23:21:54.035Z | Compiling parking_lot_core v0.9.8 |
1274 | 2023-10-18T23:21:54.694Z | Compiling libm v0.2.7 |
1275 | 2023-10-18T23:21:54.830Z | Compiling ahash v0.8.3 |
1276 | 2023-10-18T23:21:54.924Z | Compiling lock_api v0.4.10 |
1277 | 2023-10-18T23:21:55.494Z | Compiling num-traits v0.2.16 |
1278 | 2023-10-18T23:21:55.528Z | Compiling thiserror v1.0.49 |
1279 | 2023-10-18T23:21:55.531Z | Compiling typenum v1.16.0 |
1280 | 2023-10-18T23:21:55.534Z | Compiling futures-core v0.3.28 |
1281 | 2023-10-18T23:21:55.875Z | Compiling generic-array v0.14.7 |
1282 | 2023-10-18T23:21:56.098Z | Compiling memchr v2.6.3 |
1283 | 2023-10-18T23:21:56.260Z | Compiling itoa v1.0.9 |
1284 | 2023-10-18T23:21:56.596Z | Compiling scopeguard v1.2.0 |
1285 | 2023-10-18T23:21:56.638Z | Compiling pkg-config v0.3.27 |
1286 | 2023-10-18T23:21:57.065Z | Compiling quote v1.0.33 |
1287 | 2023-10-18T23:21:57.157Z | Compiling slab v0.4.9 |
1288 | 2023-10-18T23:21:57.560Z | Compiling futures-task v0.3.28 |
1289 | 2023-10-18T23:21:58.010Z | Compiling syn v2.0.32 |
1290 | 2023-10-18T23:21:58.098Z | Compiling jobserver v0.1.26 |
1291 | 2023-10-18T23:21:58.291Z | Compiling getrandom v0.2.10 |
1292 | 2023-10-18T23:21:58.934Z | Compiling cc v1.0.83 |
1293 | 2023-10-18T23:21:58.988Z | Compiling futures-channel v0.3.28 |
1294 | 2023-10-18T23:21:59.257Z | Compiling futures-util v0.3.28 |
1295 | 2023-10-18T23:21:59.600Z | Compiling log v0.4.20 |
1296 | 2023-10-18T23:22:00.408Z | Compiling ryu v1.0.15 |
1297 | 2023-10-18T23:22:00.598Z | Compiling pin-project-lite v0.2.13 |
1298 | 2023-10-18T23:22:00.620Z | Compiling serde_json v1.0.107 |
1299 | 2023-10-18T23:22:00.819Z | Compiling vcpkg v0.2.15 |
1300 | 2023-10-18T23:22:00.880Z | Compiling schemars v0.8.13 |
1301 | 2023-10-18T23:22:00.904Z | Compiling smallvec v1.11.0 |
1302 | 2023-10-18T23:22:03.314Z | Compiling parking_lot v0.12.1 |
1303 | 2023-10-18T23:22:03.786Z | Compiling ring v0.16.20 |
1304 | 2023-10-18T23:22:03.864Z | Compiling openssl-sys v0.9.93 |
1305 | 2023-10-18T23:22:04.700Z | Compiling heck v0.4.1 |
1306 | 2023-10-18T23:22:05.384Z | Compiling num_cpus v1.16.0 |
1307 | 2023-10-18T23:22:05.906Z | Compiling rand_core v0.6.4 |
1308 | 2023-10-18T23:22:06.595Z | Compiling indexmap v1.9.3 |
1309 | 2023-10-18T23:22:06.620Z | Compiling allocator-api2 v0.2.16 |
1310 | 2023-10-18T23:22:06.717Z | Compiling byteorder v1.4.3 |
1311 | 2023-10-18T23:22:07.009Z | Compiling equivalent v1.0.1 |
1312 | 2023-10-18T23:22:07.167Z | Compiling spin v0.5.2 |
1313 | 2023-10-18T23:22:07.362Z | Compiling httparse v1.8.0 |
1314 | 2023-10-18T23:22:07.534Z | Compiling mio v0.8.8 |
1315 | 2023-10-18T23:22:07.672Z | Compiling signal-hook-registry v1.4.1 |
1316 | 2023-10-18T23:22:07.884Z | Compiling hashbrown v0.14.0 |
1317 | 2023-10-18T23:22:08.346Z | Compiling socket2 v0.5.3 |
1318 | 2023-10-18T23:22:10.421Z | Compiling serde_derive_internals v0.26.0 |
1319 | 2023-10-18T23:22:10.526Z | Compiling semver v1.0.18 |
1320 | 2023-10-18T23:22:10.842Z | Compiling openssl v0.10.57 |
1321 | 2023-10-18T23:22:11.166Z | Compiling fnv v1.0.7 |
1322 | 2023-10-18T23:22:11.487Z | Compiling rustls v0.21.7 |
1323 | 2023-10-18T23:22:11.513Z | Compiling iana-time-zone v0.1.57 |
1324 | 2023-10-18T23:22:11.888Z | Compiling native-tls v0.2.11 |
1325 | 2023-10-18T23:22:12.066Z | Compiling ucd-trie v0.1.6 |
1326 | 2023-10-18T23:22:12.243Z | Compiling crossbeam-utils v0.8.16 |
1327 | 2023-10-18T23:22:12.287Z | Compiling unicode-xid v0.2.4 |
1328 | 2023-10-18T23:22:12.543Z | Compiling synstructure v0.12.6 |
1329 | 2023-10-18T23:22:13.810Z | Compiling futures-sink v0.3.28 |
1330 | 2023-10-18T23:22:14.053Z | Compiling io-lifetimes v1.0.11 |
1331 | 2023-10-18T23:22:14.525Z | Compiling backtrace v0.3.69 |
1332 | 2023-10-18T23:22:14.787Z | Compiling dyn-clone v1.0.13 |
1333 | 2023-10-18T23:22:14.880Z | Compiling tinyvec_macros v0.1.1 |
1334 | 2023-10-18T23:22:15.017Z | Compiling tinyvec v1.6.0 |
1335 | 2023-10-18T23:22:15.635Z | Compiling tracing-core v0.1.31 |
1336 | 2023-10-18T23:22:15.687Z | Compiling num-integer v0.1.45 |
1337 | 2023-10-18T23:22:15.927Z | Compiling memoffset v0.9.0 |
1338 | 2023-10-18T23:22:16.097Z | Compiling futures-io v0.3.28 |
1339 | 2023-10-18T23:22:16.174Z | Compiling subtle v2.5.0 |
1340 | 2023-10-18T23:22:16.206Z | Compiling rustix v0.38.9 |
1341 | 2023-10-18T23:22:16.229Z | Compiling winnow v0.5.15 |
1342 | 2023-10-18T23:22:16.680Z | Compiling pin-utils v0.1.0 |
1343 | 2023-10-18T23:22:16.963Z | Compiling rustix v0.37.23 |
1344 | 2023-10-18T23:22:17.150Z | Compiling hashbrown v0.13.2 |
1345 | 2023-10-18T23:22:17.701Z | Compiling unicode-normalization v0.1.22 |
1346 | 2023-10-18T23:22:17.842Z | Compiling aho-corasick v1.0.4 |
1347 | 2023-10-18T23:22:17.845Z | Compiling usdt-impl v0.3.5 |
1348 | 2023-10-18T23:22:19.121Z | Compiling anyhow v1.0.75 |
1349 | 2023-10-18T23:22:19.582Z | Compiling time-core v0.1.1 |
1350 | 2023-10-18T23:22:19.816Z | Compiling slog v2.7.0 |
1351 | 2023-10-18T23:22:19.844Z | Compiling crc32fast v1.3.2 |
1352 | 2023-10-18T23:22:20.468Z | Compiling bitflags v1.3.2 |
1353 | 2023-10-18T23:22:20.491Z | Compiling unicode-bidi v0.3.13 |
1354 | 2023-10-18T23:22:20.494Z | Compiling const-oid v0.9.5 |
1355 | 2023-10-18T23:22:20.618Z | Compiling regex-syntax v0.7.5 |
1356 | 2023-10-18T23:22:21.016Z | Compiling serde_derive v1.0.188 |
1357 | 2023-10-18T23:22:21.312Z | Compiling zeroize_derive v1.4.2 |
1358 | 2023-10-18T23:22:22.644Z | Compiling thiserror-impl v1.0.49 |
1359 | 2023-10-18T23:22:22.679Z | Compiling tokio-macros v2.1.0 |
1360 | 2023-10-18T23:22:23.549Z | Compiling futures-macro v0.3.28 |
1361 | 2023-10-18T23:22:23.847Z | Compiling tracing-attributes v0.1.26 |
1362 | 2023-10-18T23:22:24.254Z | Compiling schemars_derive v0.8.13 |
1363 | 2023-10-18T23:22:24.330Z | Compiling zeroize v1.6.0 |
1364 | 2023-10-18T23:22:26.640Z | Compiling openssl-macros v0.1.1 |
1365 | 2023-10-18T23:22:27.538Z | Compiling pest v2.7.2 |
1366 | 2023-10-18T23:22:27.682Z | Compiling zerocopy-derive v0.2.0 |
1367 | 2023-10-18T23:22:27.706Z | Compiling crypto-common v0.1.6 |
1368 | 2023-10-18T23:22:28.014Z | Compiling block-buffer v0.10.4 |
1369 | 2023-10-18T23:22:29.258Z | Compiling digest v0.10.7 |
1370 | 2023-10-18T23:22:29.423Z | Compiling tracing v0.1.37 |
1371 | 2023-10-18T23:22:30.763Z | Compiling regex-automata v0.3.8 |
1372 | 2023-10-18T23:22:30.845Z | Compiling time-macros v0.2.13 |
1373 | 2023-10-18T23:22:32.366Z | Compiling pest_meta v2.7.2 |
1374 | 2023-10-18T23:22:36.978Z | Compiling pest_generator v2.7.2 |
1375 | 2023-10-18T23:22:38.803Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1376 | 2023-10-18T23:22:39.409Z | Compiling crossbeam-epoch v0.9.15 |
1377 | 2023-10-18T23:22:39.450Z | Compiling async-trait v0.1.73 |
1378 | 2023-10-18T23:22:40.122Z | Compiling pest_derive v2.7.2 |
1379 | 2023-10-18T23:22:40.417Z | Compiling ppv-lite86 v0.2.17 |
1380 | 2023-10-18T23:22:40.770Z | Compiling zerocopy v0.3.0 |
1381 | 2023-10-18T23:22:41.796Z | Compiling rand_chacha v0.3.1 |
1382 | 2023-10-18T23:22:42.019Z | Compiling zerocopy-derive v0.6.3 |
1383 | 2023-10-18T23:22:42.570Z | Compiling untrusted v0.7.1 |
1384 | 2023-10-18T23:22:43.501Z | Compiling strsim v0.10.0 |
1385 | 2023-10-18T23:22:43.642Z | Compiling base64 v0.21.4 |
1386 | 2023-10-18T23:22:44.383Z | Compiling bytes v1.5.0 |
1387 | 2023-10-18T23:22:44.559Z | Compiling indexmap v2.0.0 |
1388 | 2023-10-18T23:22:44.796Z | Compiling uuid v1.4.1 |
1389 | 2023-10-18T23:22:45.221Z | Compiling chrono v0.4.31 |
1390 | 2023-10-18T23:22:45.913Z | Compiling tokio v1.32.0 |
1391 | 2023-10-18T23:22:46.075Z | Compiling serde_spanned v0.6.3 |
1392 | 2023-10-18T23:22:49.214Z | Compiling bitflags v2.4.0 |
1393 | 2023-10-18T23:22:49.770Z | Compiling toml_datetime v0.6.3 |
1394 | 2023-10-18T23:22:50.202Z | Compiling rustc_version v0.4.0 |
1395 | 2023-10-18T23:22:50.448Z | Compiling toml_edit v0.19.15 |
1396 | 2023-10-18T23:22:51.308Z | Compiling http v0.2.9 |
1397 | 2023-10-18T23:22:51.579Z | Compiling heapless v0.7.16 |
1398 | 2023-10-18T23:22:57.780Z | Compiling rand v0.8.5 |
1399 | 2023-10-18T23:23:00.077Z | Compiling tokio-util v0.7.8 |
1400 | 2023-10-18T23:23:01.092Z | Compiling dof v0.1.5 |
1401 | 2023-10-18T23:23:01.470Z | Compiling dtrace-parser v0.1.14 |
1402 | 2023-10-18T23:23:02.412Z | Compiling regex v1.9.5 |
1403 | 2023-10-18T23:23:03.056Z | Compiling errno v0.3.2 |
1404 | 2023-10-18T23:23:03.144Z | Compiling thread-id v4.2.0 |
1405 | 2023-10-18T23:23:03.430Z | Compiling num-bigint v0.4.4 |
1406 | 2023-10-18T23:23:03.455Z | Compiling radium v0.7.0 |
1407 | 2023-10-18T23:23:04.207Z | Compiling unicode-width v0.1.10 |
1408 | 2023-10-18T23:23:04.374Z | Compiling openssl-probe v0.1.5 |
1409 | 2023-10-18T23:23:04.450Z | Compiling foreign-types-shared v0.1.1 |
1410 | 2023-10-18T23:23:04.472Z | Compiling smoltcp v0.9.1 |
1411 | 2023-10-18T23:23:04.621Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1412 | 2023-10-18T23:23:04.986Z | Compiling percent-encoding v2.3.0 |
1413 | 2023-10-18T23:23:05.406Z | Compiling hashbrown v0.12.3 |
1414 | 2023-10-18T23:23:05.554Z | Compiling foreign-types v0.3.2 |
1415 | 2023-10-18T23:23:08.826Z | Compiling serde_tokenstream v0.1.7 |
1416 | 2023-10-18T23:23:09.721Z | Compiling lazy_static v1.4.0 |
1417 | 2023-10-18T23:23:09.949Z | Compiling socket2 v0.4.9 |
1418 | 2023-10-18T23:23:11.810Z | Compiling adler v1.0.2 |
1419 | 2023-10-18T23:23:11.902Z | Compiling unicode-segmentation v1.10.1 |
1420 | 2023-10-18T23:23:12.078Z | Compiling try-lock v0.2.4 |
1421 | 2023-10-18T23:23:12.298Z | Compiling siphasher v0.3.11 |
1422 | 2023-10-18T23:23:12.808Z | Compiling want v0.3.1 |
1423 | 2023-10-18T23:23:12.967Z | Compiling miniz_oxide v0.7.1 |
1424 | 2023-10-18T23:23:15.486Z | Compiling h2 v0.3.21 |
1425 | 2023-10-18T23:23:16.335Z | Compiling form_urlencoded v1.2.0 |
1426 | 2023-10-18T23:23:16.818Z | Compiling sct v0.7.0 |
1427 | 2023-10-18T23:23:17.037Z | Compiling rustls-webpki v0.101.4 |
1428 | 2023-10-18T23:23:17.263Z | Compiling http-body v0.4.5 |
1429 | 2023-10-18T23:23:18.015Z | Compiling hubpack_derive v0.1.1 |
1430 | 2023-10-18T23:23:19.319Z | Compiling num-iter v0.1.43 |
1431 | 2023-10-18T23:23:19.557Z | Compiling cpufeatures v0.2.9 |
1432 | 2023-10-18T23:23:19.606Z | Compiling utf8parse v0.2.1 |
1433 | 2023-10-18T23:23:19.747Z | Compiling httpdate v1.0.3 |
1434 | 2023-10-18T23:23:20.090Z | Compiling tower-service v0.3.2 |
1435 | 2023-10-18T23:23:20.306Z | Compiling anstyle v1.0.2 |
1436 | 2023-10-18T23:23:21.099Z | Compiling anstyle-parse v0.2.1 |
1437 | 2023-10-18T23:23:21.162Z | Compiling sha2 v0.10.7 |
1438 | 2023-10-18T23:23:24.175Z | Compiling usdt-macro v0.3.5 |
1439 | 2023-10-18T23:23:24.990Z | Compiling usdt-attr-macro v0.3.5 |
1440 | 2023-10-18T23:23:27.873Z | Compiling hyper v0.14.27 |
1441 | 2023-10-18T23:23:28.796Z | Compiling openapiv3 v1.0.3 |
1442 | 2023-10-18T23:23:29.319Z | Compiling rustls-pemfile v1.0.3 |
1443 | 2023-10-18T23:23:29.829Z | Compiling md-5 v0.10.5 |
1444 | 2023-10-18T23:23:30.191Z | Compiling hmac v0.12.1 |
1445 | 2023-10-18T23:23:32.913Z | Compiling idna v0.4.0 |
1446 | 2023-10-18T23:23:33.867Z | Compiling stringprep v0.1.3 |
1447 | 2023-10-18T23:23:35.408Z | Compiling diesel_table_macro_syntax v0.1.0 |
1448 | 2023-10-18T23:23:35.435Z | Compiling hash32 v0.2.1 |
1449 | 2023-10-18T23:23:35.598Z | Compiling spin v0.9.8 |
1450 | 2023-10-18T23:23:36.012Z | Compiling stable_deref_trait v1.2.0 |
1451 | 2023-10-18T23:23:36.037Z | Compiling either v1.9.0 |
1452 | 2023-10-18T23:23:36.166Z | Compiling fallible-iterator v0.2.0 |
1453 | 2023-10-18T23:23:36.219Z | Compiling gimli v0.28.0 |
1454 | 2023-10-18T23:23:36.586Z | Compiling colorchoice v1.0.0 |
1455 | 2023-10-18T23:23:36.832Z | Compiling anstyle-query v1.0.0 |
1456 | 2023-10-18T23:23:37.226Z | Compiling anstream v0.5.0 |
1457 | 2023-10-18T23:23:37.402Z | Compiling postgres-protocol v0.6.6 |
1458 | 2023-10-18T23:23:38.468Z | Compiling diesel_derives v2.1.1 |
1459 | 2023-10-18T23:23:39.896Z | Compiling url v2.4.1 |
1460 | 2023-10-18T23:23:42.817Z | Compiling rustls-native-certs v0.6.3 |
1461 | 2023-10-18T23:23:43.422Z | Compiling addr2line v0.21.0 |
1462 | 2023-10-18T23:23:44.063Z | Compiling tokio-rustls v0.24.1 |
1463 | 2023-10-18T23:23:44.681Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2023-10-18T23:23:45.112Z | Compiling terminal_size v0.2.6 |
1465 | 2023-10-18T23:23:45.756Z | Compiling phf_shared v0.11.2 |
1466 | 2023-10-18T23:23:48.565Z | Compiling serde_tokenstream v0.2.0 |
1467 | 2023-10-18T23:23:48.637Z | Compiling block-padding v0.3.3 |
1468 | 2023-10-18T23:23:48.863Z | Compiling enum-as-inner v0.5.1 |
1469 | 2023-10-18T23:23:49.007Z | Compiling serde_repr v0.1.16 |
1470 | 2023-10-18T23:23:49.444Z | Compiling clap_derive v4.4.2 |
1471 | 2023-10-18T23:23:50.804Z | Compiling scheduled-thread-pool v0.2.7 |
1472 | 2023-10-18T23:23:50.828Z | Compiling object v0.32.1 |
1473 | 2023-10-18T23:24:03.804Z | Compiling clap_lex v0.5.1 |
1474 | 2023-10-18T23:24:04.381Z | Compiling matches v0.1.10 |
1475 | 2023-10-18T23:24:05.847Z | Compiling managed v0.8.0 |
1476 | 2023-10-18T23:24:08.046Z | Compiling num_threads v0.1.6 |
1477 | 2023-10-18T23:24:29.430Z | Compiling rustc-demangle v0.1.23 |
1478 | 2023-10-18T23:24:30.086Z | Compiling bit-vec v0.6.3 |
1479 | 2023-10-18T23:24:30.275Z | Compiling regex-automata v0.1.10 |
1480 | 2023-10-18T23:24:30.586Z | Compiling deranged v0.3.8 |
1481 | 2023-10-18T23:24:30.789Z | Compiling ipnet v2.8.0 |
1482 | 2023-10-18T23:24:30.964Z | Compiling tap v1.0.1 |
1483 | 2023-10-18T23:24:31.027Z | Compiling time v0.3.27 |
1484 | 2023-10-18T23:24:31.191Z | Compiling wyz v0.5.1 |
1485 | 2023-10-18T23:24:31.262Z | Compiling bstr v0.2.17 |
1486 | 2023-10-18T23:24:31.354Z | Compiling idna v0.2.3 |
1487 | 2023-10-18T23:24:31.437Z | Compiling clap_builder v4.4.2 |
1488 | 2023-10-18T23:24:31.516Z | Compiling r2d2 v0.8.10 |
1489 | 2023-10-18T23:24:31.993Z | Compiling inout v0.1.3 |
1490 | 2023-10-18T23:24:32.019Z | Compiling phf v0.11.2 |
1491 | 2023-10-18T23:24:32.070Z | Compiling hyper-tls v0.5.0 |
1492 | 2023-10-18T23:24:32.119Z | Compiling hyper-rustls v0.24.1 |
1493 | 2023-10-18T23:24:32.143Z | Compiling flate2 v1.0.27 |
1494 | 2023-10-18T23:24:32.168Z | Compiling postgres-types v0.2.6 |
1495 | 2023-10-18T23:24:32.206Z | Compiling itertools v0.11.0 |
1496 | 2023-10-18T23:24:32.242Z | Compiling hubpack v0.1.2 |
1497 | 2023-10-18T23:24:32.266Z | Compiling serde_urlencoded v0.7.1 |
1498 | 2023-10-18T23:24:32.284Z | Compiling phf_shared v0.10.0 |
1499 | 2023-10-18T23:24:32.318Z | Compiling ipnetwork v0.20.0 |
1500 | 2023-10-18T23:24:32.339Z | Compiling zerocopy v0.6.3 |
1501 | 2023-10-18T23:24:32.386Z | Compiling futures-executor v0.3.28 |
1502 | 2023-10-18T23:24:32.439Z | Compiling regress v0.7.1 |
1503 | 2023-10-18T23:24:32.468Z | Compiling float-cmp v0.9.0 |
1504 | 2023-10-18T23:24:32.506Z | Compiling encoding_rs v0.8.33 |
1505 | 2023-10-18T23:24:32.936Z | Compiling funty v2.0.0 |
1506 | 2023-10-18T23:24:33.029Z | Compiling precomputed-hash v0.1.1 |
1507 | 2023-10-18T23:24:33.046Z | Compiling smawk v0.3.1 |
1508 | 2023-10-18T23:24:33.786Z | Compiling mime v0.3.17 |
1509 | 2023-10-18T23:24:33.910Z | Compiling whoami v1.4.1 |
1510 | 2023-10-18T23:24:34.830Z | Compiling fixedbitset v0.4.2 |
1511 | 2023-10-18T23:24:35.247Z | Compiling normalize-line-endings v0.3.0 |
1512 | 2023-10-18T23:24:35.419Z | Compiling difflib v0.4.0 |
1513 | 2023-10-18T23:24:35.779Z | Compiling predicates-core v1.0.6 |
1514 | 2023-10-18T23:24:35.800Z | Compiling unicode-linebreak v0.1.5 |
1515 | 2023-10-18T23:24:36.658Z | Compiling new_debug_unreachable v1.0.4 |
1516 | 2023-10-18T23:24:36.798Z | Compiling data-encoding v2.4.0 |
1517 | 2023-10-18T23:24:36.829Z | Compiling webpki-roots v0.25.2 |
1518 | 2023-10-18T23:24:37.264Z | Compiling static_assertions v1.1.0 |
1519 | 2023-10-18T23:24:37.330Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1520 | 2023-10-18T23:24:37.558Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1521 | 2023-10-18T23:24:38.543Z | Compiling trust-dns-proto v0.22.0 |
1522 | 2023-10-18T23:24:39.858Z | Compiling reqwest v0.11.20 |
1523 | 2023-10-18T23:24:39.982Z | Compiling string_cache v0.8.7 |
1524 | 2023-10-18T23:24:40.680Z | Compiling textwrap v0.16.0 |
1525 | 2023-10-18T23:24:42.488Z | Compiling predicates v3.0.4 |
1526 | 2023-10-18T23:24:44.969Z | Compiling petgraph v0.6.4 |
1527 | 2023-10-18T23:24:46.490Z | Compiling bitvec v1.0.1 |
1528 | 2023-10-18T23:24:51.933Z | Compiling tokio-postgres v0.7.10 |
1529 | 2023-10-18T23:24:56.638Z | Compiling futures v0.3.28 |
1530 | 2023-10-18T23:24:58.011Z | Compiling diesel v2.1.1 |
1531 | 2023-10-18T23:24:58.835Z | Compiling yasna v0.5.2 |
1532 | 2023-10-18T23:24:59.297Z | Compiling clap v4.4.3 |
1533 | 2023-10-18T23:24:59.477Z | Compiling cipher v0.4.4 |
1534 | 2023-10-18T23:25:00.394Z | Compiling similar v2.2.1 |
1535 | 2023-10-18T23:25:00.707Z | Compiling bit-set v0.5.3 |
1536 | 2023-10-18T23:25:01.173Z | Compiling itertools v0.10.5 |
1537 | 2023-10-18T23:25:01.734Z | Compiling usdt v0.3.5 |
1538 | 2023-10-18T23:25:02.215Z | Compiling console v0.15.7 |
1539 | 2023-10-18T23:25:03.186Z | Compiling tokio-stream v0.1.14 |
1540 | 2023-10-18T23:25:04.388Z | Compiling toml v0.7.8 |
1541 | 2023-10-18T23:25:04.682Z | Compiling signature v2.1.0 |
1542 | 2023-10-18T23:25:04.764Z | Compiling hex v0.4.3 |
1543 | 2023-10-18T23:25:05.222Z | Compiling bstr v1.6.0 |
1544 | 2023-10-18T23:25:06.842Z | Compiling lalrpop-util v0.19.12 |
1545 | 2023-10-18T23:25:09.298Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1546 | 2023-10-18T23:25:14.956Z | Compiling ident_case v1.0.1 |
1547 | 2023-10-18T23:25:15.189Z | Compiling rustversion v1.0.14 |
1548 | 2023-10-18T23:25:16.551Z | Compiling darling_core v0.20.3 |
1549 | 2023-10-18T23:25:31.631Z | Compiling crossbeam-channel v0.5.8 |
1550 | 2023-10-18T23:25:40.561Z | Compiling atty v0.2.14 |
1551 | 2023-10-18T23:25:40.798Z | Compiling proc-macro-error-attr v1.0.4 |
1552 | 2023-10-18T23:25:47.321Z | Compiling darling_macro v0.20.3 |
1553 | 2023-10-18T23:25:55.575Z | Compiling proc-macro-crate v1.3.1 |
1554 | 2023-10-18T23:26:00.863Z | Compiling dirs-sys-next v0.1.2 |
1555 | 2023-10-18T23:26:01.926Z | Compiling proc-macro-error v1.0.4 |
1556 | 2023-10-18T23:26:11.136Z | Compiling dirs-next v2.0.0 |
1557 | 2023-10-18T23:26:12.901Z | Compiling num_enum_derive v0.5.11 |
1558 | 2023-10-18T23:26:18.174Z | Compiling strum_macros v0.25.2 |
1559 | 2023-10-18T23:26:20.543Z | Compiling darling v0.20.3 |
1560 | 2023-10-18T23:26:24.597Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1561 | 2023-10-18T23:26:31.452Z | Compiling getopts v0.2.21 |
1562 | 2023-10-18T23:26:39.447Z | Compiling structmeta-derive v0.1.6 |
1563 | 2023-10-18T23:26:39.596Z | Compiling thread_local v1.1.7 |
1564 | 2023-10-18T23:26:39.620Z | Compiling multer v2.1.0 |
1565 | 2023-10-18T23:26:39.640Z | Compiling slog-async v2.8.0 |
1566 | 2023-10-18T23:26:39.648Z | Compiling paste v1.0.14 |
1567 | 2023-10-18T23:26:39.821Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2023-10-18T23:26:40.308Z | Compiling camino v1.1.6 |
1569 | 2023-10-18T23:26:44.069Z | Compiling unsafe-libyaml v0.2.9 |
1570 | 2023-10-18T23:26:48.311Z | Compiling match_cfg v0.1.0 |
1571 | 2023-10-18T23:26:48.962Z | Compiling hostname v0.3.1 |
1572 | 2023-10-18T23:26:49.747Z | Compiling serde_yaml v0.9.25 |
1573 | 2023-10-18T23:27:02.124Z | Compiling structmeta v0.1.6 |
1574 | 2023-10-18T23:27:02.916Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1575 | 2023-10-18T23:27:07.293Z | Compiling strum v0.25.0 |
1576 | 2023-10-18T23:27:08.721Z | Compiling serde_with_macros v2.3.3 |
1577 | 2023-10-18T23:27:11.783Z | Compiling num_enum v0.5.11 |
1578 | 2023-10-18T23:27:12.765Z | Compiling term v0.7.0 |
1579 | 2023-10-18T23:27:13.321Z | Compiling slog-json v2.6.1 |
1580 | 2023-10-18T23:27:16.913Z | Compiling async-stream-impl v0.3.5 |
1581 | 2023-10-18T23:27:16.999Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1582 | 2023-10-18T23:27:17.428Z | Compiling postcard-cobs v0.1.5-pre |
1583 | 2023-10-18T23:27:17.867Z | Compiling regex-syntax v0.6.29 |
1584 | 2023-10-18T23:27:18.786Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1585 | 2023-10-18T23:27:18.952Z | Compiling atomic-waker v1.1.1 |
1586 | 2023-10-18T23:27:19.192Z | Compiling take_mut v0.2.2 |
1587 | 2023-10-18T23:27:19.296Z | Compiling waitgroup v0.1.2 |
1588 | 2023-10-18T23:27:19.658Z | Compiling async-stream v0.3.5 |
1589 | 2023-10-18T23:27:20.689Z | Compiling postcard v0.7.3 |
1590 | 2023-10-18T23:27:21.159Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1591 | 2023-10-18T23:27:21.250Z | Compiling slog-bunyan v2.4.0 |
1592 | 2023-10-18T23:27:21.664Z | Compiling slog-term v2.9.0 |
1593 | 2023-10-18T23:27:25.347Z | Compiling serde_with v2.3.3 |
1594 | 2023-10-18T23:27:27.731Z | Compiling parse-display-derive v0.7.0 |
1595 | 2023-10-18T23:27:31.711Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1596 | 2023-10-18T23:27:33.401Z | Compiling smoltcp v0.8.2 |
1597 | 2023-10-18T23:27:34.513Z | Compiling sha1 v0.10.5 |
1598 | 2023-10-18T23:27:34.517Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1599 | 2023-10-18T23:27:34.646Z | Compiling serde_path_to_error v0.1.14 |
1600 | 2023-10-18T23:27:35.628Z | Compiling foreign-types-macros v0.2.3 |
1601 | 2023-10-18T23:27:36.410Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1602 | 2023-10-18T23:27:36.856Z | Compiling instant v0.1.12 |
1603 | 2023-10-18T23:27:37.093Z | Compiling foreign-types-shared v0.3.1 |
1604 | 2023-10-18T23:27:37.298Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1605 | 2023-10-18T23:27:37.503Z | Compiling debug-ignore v1.0.5 |
1606 | 2023-10-18T23:27:37.543Z | Compiling cfg-if v0.1.10 |
1607 | 2023-10-18T23:27:37.692Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1608 | 2023-10-18T23:27:37.781Z | Compiling foreign-types v0.5.0 |
1609 | 2023-10-18T23:27:37.960Z | Compiling backoff v0.4.0 |
1610 | 2023-10-18T23:27:38.210Z | Compiling parse-display v0.7.0 |
1611 | 2023-10-18T23:27:38.866Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1612 | 2023-10-18T23:27:38.998Z | Compiling is-terminal v0.4.9 |
1613 | 2023-10-18T23:27:39.138Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1614 | 2023-10-18T23:27:39.194Z | Compiling macaddr v1.0.1 |
1615 | 2023-10-18T23:27:40.409Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1616 | 2023-10-18T23:27:40.482Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1617 | 2023-10-18T23:27:41.588Z | Compiling cstr-argument v0.1.2 |
1618 | 2023-10-18T23:27:41.794Z | Compiling pretty-hex v0.2.1 |
1619 | 2023-10-18T23:27:41.988Z | Compiling crucible-workspace-hack v0.1.0 |
1620 | 2023-10-18T23:27:42.175Z | Compiling base64ct v1.6.0 |
1621 | 2023-10-18T23:27:42.397Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1622 | 2023-10-18T23:27:42.901Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1623 | 2023-10-18T23:27:43.513Z | Compiling password-hash v0.5.0 |
1624 | 2023-10-18T23:27:43.591Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1625 | 2023-10-18T23:27:45.658Z | Compiling colored v2.0.4 |
1626 | 2023-10-18T23:27:45.818Z | Compiling heck v0.3.3 |
1627 | 2023-10-18T23:27:46.411Z | Compiling textwrap v0.11.0 |
1628 | 2023-10-18T23:27:47.756Z | Compiling blake2 v0.10.6 |
1629 | 2023-10-18T23:27:47.976Z | Compiling vec_map v0.8.2 |
1630 | 2023-10-18T23:27:48.281Z | Compiling libefi-sys v0.1.0 |
1631 | 2023-10-18T23:27:48.519Z | Compiling strsim v0.8.0 |
1632 | 2023-10-18T23:27:48.711Z | Compiling rayon-core v1.11.0 |
1633 | 2023-10-18T23:27:49.128Z | Compiling ansi_term v0.12.1 |
1634 | 2023-10-18T23:27:50.145Z | Compiling clap v2.34.0 |
1635 | 2023-10-18T23:27:50.713Z | Compiling argon2 v0.5.2 |
1636 | 2023-10-18T23:27:50.956Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1637 | 2023-10-18T23:27:50.982Z | Compiling structopt-derive v0.4.18 |
1638 | 2023-10-18T23:27:54.236Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1639 | 2023-10-18T23:27:55.695Z | Compiling zone_cfg_derive v0.2.0 |
1640 | 2023-10-18T23:27:55.776Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1641 | 2023-10-18T23:27:56.597Z | Compiling crossbeam-deque v0.8.3 |
1642 | 2023-10-18T23:27:57.245Z | Compiling num-derive v0.4.0 |
1643 | 2023-10-18T23:27:57.891Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1644 | 2023-10-18T23:27:58.502Z | Compiling portable-atomic v1.4.3 |
1645 | 2023-10-18T23:27:58.864Z | Compiling keccak v0.1.4 |
1646 | 2023-10-18T23:27:59.981Z | Compiling sha3 v0.10.8 |
1647 | 2023-10-18T23:28:00.575Z | Compiling zone v0.2.0 |
1648 | 2023-10-18T23:28:01.017Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1649 | 2023-10-18T23:28:04.092Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1650 | 2023-10-18T23:28:05.664Z | Compiling structopt v0.3.26 |
1651 | 2023-10-18T23:28:05.924Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1652 | 2023-10-18T23:28:08.097Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1653 | 2023-10-18T23:28:08.345Z | Compiling hkdf v0.12.3 |
1654 | 2023-10-18T23:28:08.415Z | Compiling smf v0.2.2 |
1655 | 2023-10-18T23:28:08.759Z | Compiling secrecy v0.8.0 |
1656 | 2023-10-18T23:28:09.204Z | Compiling xattr v1.0.1 |
1657 | 2023-10-18T23:28:09.420Z | Compiling filetime v0.2.22 |
1658 | 2023-10-18T23:28:09.675Z | Compiling fastrand v2.0.0 |
1659 | 2023-10-18T23:28:09.940Z | Compiling same-file v1.0.6 |
1660 | 2023-10-18T23:28:10.069Z | Compiling tar v0.4.40 |
1661 | 2023-10-18T23:28:10.436Z | Compiling tempfile v3.8.0 |
1662 | 2023-10-18T23:28:10.886Z | Compiling walkdir v2.4.0 |
1663 | 2023-10-18T23:28:13.916Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1664 | 2023-10-18T23:28:13.919Z | Compiling rayon v1.7.0 |
1665 | 2023-10-18T23:28:15.180Z | Compiling number_prefix v0.4.0 |
1666 | 2023-10-18T23:28:15.583Z | Compiling omicron-zone-package v0.8.3 |
1667 | 2023-10-18T23:28:17.808Z | Compiling topological-sort v0.2.2 |
1668 | 2023-10-18T23:28:23.049Z | Compiling indicatif v0.17.7 |
1669 | 2023-10-18T23:28:29.590Z | Compiling bzip2 v0.4.4 |
1670 | 2023-10-18T23:28:30.188Z | Compiling zip v0.6.6 |
1671 | 2023-10-18T23:28:31.847Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1672 | 2023-10-18T23:28:32.251Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1673 | 2023-10-18T23:28:33.444Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1674 | 2023-10-18T23:28:33.448Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1675 | 2023-10-18T23:28:42.638Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1676 | 2023-10-18T23:28:42.641Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1677 | 2023-10-18T23:28:42.643Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1678 | 2023-10-18T23:28:56.707Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1679 | 2023-10-18T23:28:58.205Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1680 | 2023-10-18T23:29:33.479Z | Finished release [optimized] target(s) in 8m 12s |
1681 | 2023-10-18T23:29:33.741Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1682 | 2023-10-18T23:29:33.824Z | Created new build target 'test' and set it as active |
1683 | 2023-10-18T23:29:33.829Z | |
1684 | 2023-10-18T23:29:33.832Z | real 8:13.210793812 |
1685 | 2023-10-18T23:29:33.835Z | user 52:04.546772063 |
1686 | 2023-10-18T23:29:33.838Z | sys 4:46.443094913 |
1687 | 2023-10-18T23:29:33.841Z | trap 1.986134245 |
1688 | 2023-10-18T23:29:33.843Z | tflt 4.935973590 |
1689 | 2023-10-18T23:29:33.846Z | dflt 4.248929638 |
1690 | 2023-10-18T23:29:33.849Z | kflt 0.037045183 |
1691 | 2023-10-18T23:29:33.852Z | lock 1:56:25.023450785 |
1692 | 2023-10-18T23:29:33.854Z | slp 2:52:57.153528852 |
1693 | 2023-10-18T23:29:33.857Z | lat 2:15.050339216 |
1694 | 2023-10-18T23:29:33.859Z | stop 4:12.480072414 |
1695 | 2023-10-18T23:29:33.862Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1696 | 2023-10-18T23:29:34.971Z | Finished release [optimized] target(s) in 1.06s |
1697 | 2023-10-18T23:29:35.001Z | Running `target/release/omicron-package -t test package` |
1698 | 2023-10-18T23:29:35.039Z | Oct 18 23:29:35.039 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1699 | 2023-10-18T23:29:36.252Z | Compiling serde_json v1.0.107 |
1700 | 2023-10-18T23:29:36.323Z | Compiling linked-hash-map v0.5.6 |
1701 | 2023-10-18T23:29:36.327Z | Compiling slog-dtrace v0.2.3 |
1702 | 2023-10-18T23:29:36.330Z | Compiling quick-error v1.2.3 |
1703 | 2023-10-18T23:29:36.333Z | Compiling termcolor v1.2.0 |
1704 | 2023-10-18T23:29:36.336Z | Compiling memoffset v0.7.1 |
1705 | 2023-10-18T23:29:36.339Z | Compiling base64 v0.13.1 |
1706 | 2023-10-18T23:29:36.342Z | Compiling libz-sys v1.1.12 |
1707 | 2023-10-18T23:29:36.506Z | Compiling resolv-conf v0.7.0 |
1708 | 2023-10-18T23:29:36.770Z | Compiling same-file v1.0.6 |
1709 | 2023-10-18T23:29:36.893Z | Compiling lru-cache v0.1.2 |
1710 | 2023-10-18T23:29:37.081Z | Compiling walkdir v2.4.0 |
1711 | 2023-10-18T23:29:37.084Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1712 | 2023-10-18T23:29:37.138Z | Compiling semver-parser v0.10.2 |
1713 | 2023-10-18T23:29:37.189Z | Compiling trust-dns-resolver v0.22.0 |
1714 | 2023-10-18T23:29:37.504Z | Compiling cancel-safe-futures v0.1.2 |
1715 | 2023-10-18T23:29:37.784Z | Compiling fastrand v2.0.0 |
1716 | 2023-10-18T23:29:37.994Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1717 | 2023-10-18T23:29:38.229Z | Compiling filetime v0.2.22 |
1718 | 2023-10-18T23:29:38.618Z | Compiling semver v0.11.0 |
1719 | 2023-10-18T23:29:38.629Z | Compiling tempfile v3.8.0 |
1720 | 2023-10-18T23:29:38.692Z | Compiling xattr v1.0.1 |
1721 | 2023-10-18T23:29:39.068Z | Compiling num-rational v0.4.1 |
1722 | 2023-10-18T23:29:39.120Z | Compiling utf-8 v0.7.6 |
1723 | 2023-10-18T23:29:39.470Z | Compiling schemars v0.8.13 |
1724 | 2023-10-18T23:29:39.705Z | Compiling openapiv3 v1.0.3 |
1725 | 2023-10-18T23:29:39.740Z | Compiling usdt-impl v0.3.5 |
1726 | 2023-10-18T23:29:39.761Z | Compiling reqwest v0.11.20 |
1727 | 2023-10-18T23:29:39.900Z | Compiling postgres-types v0.2.6 |
1728 | 2023-10-18T23:29:40.439Z | Compiling slog-json v2.6.1 |
1729 | 2023-10-18T23:29:41.308Z | Compiling usdt v0.3.5 |
1730 | 2023-10-18T23:29:42.069Z | Compiling tokio-postgres v0.7.10 |
1731 | 2023-10-18T23:29:47.246Z | Compiling ipnetwork v0.20.0 |
1732 | 2023-10-18T23:29:47.515Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1733 | 2023-10-18T23:29:53.277Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1734 | 2023-10-18T23:29:53.482Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1735 | 2023-10-18T23:29:55.426Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1736 | 2023-10-18T23:29:55.870Z | Compiling slog-bunyan v2.4.0 |
1737 | 2023-10-18T23:29:56.274Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1738 | 2023-10-18T23:29:56.603Z | Compiling diesel v2.1.1 |
1739 | 2023-10-18T23:30:00.935Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1740 | 2023-10-18T23:30:01.246Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1741 | 2023-10-18T23:30:05.553Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1742 | 2023-10-18T23:30:05.896Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1743 | 2023-10-18T23:30:08.050Z | Compiling home v0.5.5 |
1744 | 2023-10-18T23:30:08.419Z | Compiling toolchain_find v0.2.0 |
1745 | 2023-10-18T23:30:09.259Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1746 | 2023-10-18T23:30:13.637Z | Compiling tar v0.4.40 |
1747 | 2023-10-18T23:30:17.908Z | Compiling pem-rfc7468 v0.7.0 |
1748 | 2023-10-18T23:30:18.832Z | Compiling toml v0.5.11 |
1749 | 2023-10-18T23:30:20.856Z | Compiling der_derive v0.7.2 |
1750 | 2023-10-18T23:30:22.928Z | Compiling flagset v0.4.3 |
1751 | 2023-10-18T23:30:23.298Z | Compiling rustfmt-wrapper v0.2.0 |
1752 | 2023-10-18T23:30:24.671Z | Compiling omicron-zone-package v0.8.3 |
1753 | 2023-10-18T23:30:24.880Z | Compiling der v0.7.8 |
1754 | 2023-10-18T23:30:29.204Z | Compiling vergen v8.2.4 |
1755 | 2023-10-18T23:30:29.620Z | Compiling fxhash v0.2.1 |
1756 | 2023-10-18T23:30:29.970Z | Compiling num-complex v0.4.4 |
1757 | 2023-10-18T23:30:30.622Z | Compiling unicase v2.7.0 |
1758 | 2023-10-18T23:30:31.132Z | Compiling spki v0.7.2 |
1759 | 2023-10-18T23:30:31.996Z | Compiling num v0.4.1 |
1760 | 2023-10-18T23:30:32.153Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1761 | 2023-10-18T23:30:32.176Z | Compiling universal-hash v0.5.1 |
1762 | 2023-10-18T23:30:32.511Z | Compiling libsqlite3-sys v0.26.0 |
1763 | 2023-10-18T23:30:33.182Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1764 | 2023-10-18T23:30:33.807Z | Compiling maybe-uninit v2.0.0 |
1765 | 2023-10-18T23:30:34.219Z | Compiling half v1.8.2 |
1766 | 2023-10-18T23:30:34.475Z | Compiling ciborium-io v0.2.1 |
1767 | 2023-10-18T23:30:34.660Z | Compiling semver v0.1.20 |
1768 | 2023-10-18T23:30:35.666Z | Compiling arc-swap v1.6.0 |
1769 | 2023-10-18T23:30:36.225Z | Compiling opaque-debug v0.3.0 |
1770 | 2023-10-18T23:30:36.362Z | Compiling rustc_version v0.1.7 |
1771 | 2023-10-18T23:30:36.957Z | Compiling slog-scope v4.4.0 |
1772 | 2023-10-18T23:30:37.012Z | Compiling ciborium-ll v0.2.1 |
1773 | 2023-10-18T23:30:37.945Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1774 | 2023-10-18T23:30:38.651Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1775 | 2023-10-18T23:30:39.010Z | Compiling signal-hook v0.3.17 |
1776 | 2023-10-18T23:30:39.396Z | Compiling num-bigint-dig v0.8.4 |
1777 | 2023-10-18T23:30:39.804Z | Compiling crc-catalog v2.2.0 |
1778 | 2023-10-18T23:30:40.032Z | Compiling parking_lot_core v0.8.6 |
1779 | 2023-10-18T23:30:40.615Z | Compiling packed_struct v0.10.1 |
1780 | 2023-10-18T23:30:41.245Z | Compiling crc v3.0.1 |
1781 | 2023-10-18T23:30:44.696Z | Compiling ciborium v0.2.1 |
1782 | 2023-10-18T23:30:45.421Z | Compiling slog-stdlog v4.1.1 |
1783 | 2023-10-18T23:30:46.963Z | Compiling newtype_derive v0.1.6 |
1784 | 2023-10-18T23:30:47.370Z | Compiling pkcs8 v0.10.2 |
1785 | 2023-10-18T23:30:47.668Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1786 | 2023-10-18T23:30:48.572Z | Compiling toml_edit v0.20.0 |
1787 | 2023-10-18T23:30:50.449Z | Compiling hashlink v0.8.3 |
1788 | 2023-10-18T23:30:51.562Z | Compiling aead v0.5.2 |
1789 | 2023-10-18T23:30:51.649Z | Compiling nibble_vec v0.1.0 |
1790 | 2023-10-18T23:30:51.993Z | Compiling packed_struct_codegen v0.10.1 |
1791 | 2023-10-18T23:30:52.084Z | Compiling dirs-sys-next v0.1.2 |
1792 | 2023-10-18T23:30:52.897Z | Compiling fallible-streaming-iterator v0.1.9 |
1793 | 2023-10-18T23:30:53.349Z | Compiling doc-comment v0.3.3 |
1794 | 2023-10-18T23:30:54.080Z | Compiling glob v0.3.1 |
1795 | 2023-10-18T23:30:55.464Z | Compiling nodrop v0.1.14 |
1796 | 2023-10-18T23:30:55.640Z | Compiling crunchy v0.2.2 |
1797 | 2023-10-18T23:30:56.321Z | Compiling endian-type v0.1.2 |
1798 | 2023-10-18T23:30:56.333Z | Compiling humantime v2.1.0 |
1799 | 2023-10-18T23:30:56.691Z | Compiling radix_trie v0.2.1 |
1800 | 2023-10-18T23:30:58.238Z | Compiling array-init v0.0.4 |
1801 | 2023-10-18T23:30:58.858Z | Compiling clang-sys v1.6.1 |
1802 | 2023-10-18T23:31:00.099Z | Compiling toml v0.8.0 |
1803 | 2023-10-18T23:31:00.547Z | Compiling rusqlite v0.29.0 |
1804 | 2023-10-18T23:31:05.772Z | Compiling dirs-next v2.0.0 |
1805 | 2023-10-18T23:31:06.029Z | Compiling pkcs1 v0.7.5 |
1806 | 2023-10-18T23:31:09.736Z | Compiling slog-envlogger v2.2.0 |
1807 | 2023-10-18T23:31:09.868Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1808 | 2023-10-18T23:31:10.026Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1809 | 2023-10-18T23:31:12.559Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1810 | 2023-10-18T23:31:13.586Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1811 | 2023-10-18T23:31:14.321Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1812 | 2023-10-18T23:31:14.901Z | Compiling smallvec v0.6.14 |
1813 | 2023-10-18T23:31:21.821Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1814 | 2023-10-18T23:31:24.185Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1815 | 2023-10-18T23:31:25.241Z | Compiling nix v0.26.2 |
1816 | 2023-10-18T23:31:25.786Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1817 | 2023-10-18T23:31:27.610Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1818 | 2023-10-18T23:31:31.207Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1819 | 2023-10-18T23:31:38.682Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1820 | 2023-10-18T23:31:39.308Z | Compiling num_enum_derive v0.7.0 |
1821 | 2023-10-18T23:31:41.849Z | Compiling twox-hash v1.6.3 |
1822 | 2023-10-18T23:31:42.532Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1823 | 2023-10-18T23:31:43.661Z | Compiling platforms v3.0.2 |
1824 | 2023-10-18T23:31:43.697Z | Compiling prettyplease v0.2.12 |
1825 | 2023-10-18T23:31:44.091Z | Compiling bitfield v0.14.0 |
1826 | 2023-10-18T23:31:44.124Z | Compiling tiny-keccak v2.0.2 |
1827 | 2023-10-18T23:31:44.226Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1828 | 2023-10-18T23:31:44.580Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1829 | 2023-10-18T23:31:44.615Z | Compiling num_enum v0.7.0 |
1830 | 2023-10-18T23:31:44.877Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1831 | 2023-10-18T23:31:46.958Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1832 | 2023-10-18T23:32:01.455Z | Compiling rsa v0.9.2 |
1833 | 2023-10-18T23:32:05.217Z | Compiling parking_lot v0.11.2 |
1834 | 2023-10-18T23:32:06.465Z | Compiling serde-hex v0.1.0 |
1835 | 2023-10-18T23:32:06.833Z | Compiling mime_guess v2.0.4 |
1836 | 2023-10-18T23:32:08.629Z | Compiling term v0.7.0 |
1837 | 2023-10-18T23:32:09.594Z | Compiling trust-dns-client v0.22.0 |
1838 | 2023-10-18T23:32:10.620Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1839 | 2023-10-18T23:32:10.872Z | Compiling polyval v0.6.1 |
1840 | 2023-10-18T23:32:11.168Z | Compiling x509-cert v0.2.4 |
1841 | 2023-10-18T23:32:11.992Z | Compiling tungstenite v0.20.1 |
1842 | 2023-10-18T23:32:15.846Z | Compiling env_logger v0.10.0 |
1843 | 2023-10-18T23:32:18.649Z | Compiling ctr v0.9.2 |
1844 | 2023-10-18T23:32:19.184Z | Compiling aes v0.8.3 |
1845 | 2023-10-18T23:32:21.753Z | Compiling darling_core v0.14.4 |
1846 | 2023-10-18T23:32:22.459Z | Compiling ron v0.8.1 |
1847 | 2023-10-18T23:32:23.667Z | Compiling snafu-derive v0.7.5 |
1848 | 2023-10-18T23:32:28.637Z | Compiling bincode v1.3.3 |
1849 | 2023-10-18T23:32:30.868Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1850 | 2023-10-18T23:32:31.283Z | Compiling crc-any v2.4.3 |
1851 | 2023-10-18T23:32:32.123Z | Compiling convert_case v0.4.0 |
1852 | 2023-10-18T23:32:32.978Z | Compiling erased-serde v0.3.30 |
1853 | 2023-10-18T23:32:33.368Z | Compiling minimal-lexical v0.2.1 |
1854 | 2023-10-18T23:32:33.412Z | Compiling derive_more v0.99.17 |
1855 | 2023-10-18T23:32:33.741Z | Compiling trust-dns-server v0.22.1 |
1856 | 2023-10-18T23:32:34.118Z | Compiling nom v7.1.3 |
1857 | 2023-10-18T23:32:34.215Z | Compiling snafu v0.7.5 |
1858 | 2023-10-18T23:32:36.318Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1859 | 2023-10-18T23:32:40.865Z | Compiling darling_macro v0.14.4 |
1860 | 2023-10-18T23:32:42.315Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1861 | 2023-10-18T23:32:45.354Z | Compiling aes-gcm-siv v0.11.1 |
1862 | 2023-10-18T23:32:45.858Z | Compiling tokio-tungstenite v0.20.1 |
1863 | 2023-10-18T23:32:47.163Z | Compiling ascii-canvas v3.0.0 |
1864 | 2023-10-18T23:32:47.566Z | Compiling steno v0.4.0 |
1865 | 2023-10-18T23:32:47.936Z | Compiling sled v0.34.7 |
1866 | 2023-10-18T23:32:47.972Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1867 | 2023-10-18T23:32:55.429Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1868 | 2023-10-18T23:33:07.495Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1869 | 2023-10-18T23:33:07.864Z | Compiling env_logger v0.9.3 |
1870 | 2023-10-18T23:33:10.194Z | Compiling tungstenite v0.18.0 |
1871 | 2023-10-18T23:33:12.121Z | Compiling object v0.30.4 |
1872 | 2023-10-18T23:33:15.822Z | Compiling is-terminal v0.4.9 |
1873 | 2023-10-18T23:33:16.010Z | Compiling ena v0.14.2 |
1874 | 2023-10-18T23:33:16.674Z | Compiling derive-where v1.2.5 |
1875 | 2023-10-18T23:33:16.693Z | Compiling async-recursion v1.0.5 |
1876 | 2023-10-18T23:33:18.215Z | Compiling bitstruct_derive v0.1.0 |
1877 | 2023-10-18T23:33:20.246Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1878 | 2023-10-18T23:33:20.262Z | Compiling libloading v0.7.4 |
1879 | 2023-10-18T23:33:20.468Z | Compiling diff v0.1.13 |
1880 | 2023-10-18T23:33:20.831Z | Compiling linear-map v1.2.0 |
1881 | 2023-10-18T23:33:21.380Z | Compiling path-slash v0.1.5 |
1882 | 2023-10-18T23:33:21.469Z | Compiling bindgen v0.65.1 |
1883 | 2023-10-18T23:33:21.720Z | Compiling ringbuffer v0.15.0 |
1884 | 2023-10-18T23:33:22.118Z | Compiling ascii v1.1.0 |
1885 | 2023-10-18T23:33:22.233Z | Compiling pretty-hex v0.3.0 |
1886 | 2023-10-18T23:33:22.592Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1887 | 2023-10-18T23:33:22.825Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1888 | 2023-10-18T23:33:23.518Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1889 | 2023-10-18T23:33:27.308Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1890 | 2023-10-18T23:33:31.948Z | Compiling lalrpop v0.19.12 |
1891 | 2023-10-18T23:33:38.087Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1892 | 2023-10-18T23:33:38.479Z | Compiling bitstruct v0.1.1 |
1893 | 2023-10-18T23:33:38.653Z | Compiling tokio-tungstenite v0.18.0 |
1894 | 2023-10-18T23:33:38.987Z | Compiling curve25519-dalek v4.1.0 |
1895 | 2023-10-18T23:33:39.499Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1896 | 2023-10-18T23:33:42.681Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1897 | 2023-10-18T23:33:48.230Z | Compiling darling v0.14.4 |
1898 | 2023-10-18T23:33:48.404Z | Compiling cexpr v0.6.0 |
1899 | 2023-10-18T23:33:53.986Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1900 | 2023-10-18T23:33:55.879Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1901 | 2023-10-18T23:33:57.752Z | Compiling which v4.4.0 |
1902 | 2023-10-18T23:33:58.635Z | Compiling ff v0.13.0 |
1903 | 2023-10-18T23:33:58.825Z | Compiling path-dedot v3.1.0 |
1904 | 2023-10-18T23:33:59.024Z | Compiling serde_arrays v0.1.0 |
1905 | 2023-10-18T23:33:59.207Z | Compiling rustc-hash v1.1.0 |
1906 | 2023-10-18T23:33:59.273Z | Compiling peeking_take_while v0.1.2 |
1907 | 2023-10-18T23:33:59.442Z | Compiling lazycell v1.3.0 |
1908 | 2023-10-18T23:33:59.478Z | Compiling shlex v1.1.0 |
1909 | 2023-10-18T23:33:59.677Z | Compiling display-error-chain v0.1.1 |
1910 | 2023-10-18T23:33:59.857Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1911 | 2023-10-18T23:34:01.510Z | Compiling path-absolutize v3.1.0 |
1912 | 2023-10-18T23:34:01.824Z | Compiling group v0.13.0 |
1913 | 2023-10-18T23:34:02.097Z | Compiling derive_builder_core v0.12.0 |
1914 | 2023-10-18T23:34:06.109Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1915 | 2023-10-18T23:34:07.871Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1916 | 2023-10-18T23:34:10.751Z | Compiling olpc-cjson v0.1.3 |
1917 | 2023-10-18T23:34:11.768Z | Compiling pem v1.1.1 |
1918 | 2023-10-18T23:34:15.253Z | Compiling camino-tempfile v1.0.2 |
1919 | 2023-10-18T23:34:15.263Z | Compiling globset v0.4.13 |
1920 | 2023-10-18T23:34:15.676Z | Compiling crypto-bigint v0.5.2 |
1921 | 2023-10-18T23:34:15.827Z | Compiling serde_plain v1.0.2 |
1922 | 2023-10-18T23:34:16.725Z | Compiling libxml v0.3.3 |
1923 | 2023-10-18T23:34:17.214Z | Compiling curve25519-dalek-derive v0.1.0 |
1924 | 2023-10-18T23:34:19.541Z | Compiling thiserror-impl-no-std v2.0.2 |
1925 | 2023-10-18T23:34:22.425Z | Compiling buf-list v1.0.3 |
1926 | 2023-10-18T23:34:22.644Z | Compiling polar-core v0.26.4 |
1927 | 2023-10-18T23:34:23.289Z | Compiling ref-cast v1.0.20 |
1928 | 2023-10-18T23:34:23.711Z | Compiling base16ct v0.2.0 |
1929 | 2023-10-18T23:34:24.040Z | Compiling elliptic-curve v0.13.5 |
1930 | 2023-10-18T23:34:24.182Z | Compiling thiserror-no-std v2.0.2 |
1931 | 2023-10-18T23:34:24.323Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1932 | 2023-10-18T23:34:24.959Z | Compiling tough v0.12.5 |
1933 | 2023-10-18T23:34:29.095Z | Compiling derive_builder_macro v0.12.0 |
1934 | 2023-10-18T23:34:30.287Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1935 | 2023-10-18T23:34:37.469Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1936 | 2023-10-18T23:34:37.745Z | Compiling poly1305 v0.8.0 |
1937 | 2023-10-18T23:34:39.059Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1938 | 2023-10-18T23:34:40.410Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1939 | 2023-10-18T23:34:40.776Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1940 | 2023-10-18T23:34:40.813Z | Compiling chacha20 v0.9.1 |
1941 | 2023-10-18T23:34:41.168Z | Compiling strum_macros v0.24.3 |
1942 | 2023-10-18T23:34:41.513Z | Compiling const_format_proc_macros v0.2.31 |
1943 | 2023-10-18T23:34:41.926Z | Compiling bcs v0.1.5 |
1944 | 2023-10-18T23:34:43.432Z | Compiling ref-cast-impl v1.0.20 |
1945 | 2023-10-18T23:34:44.885Z | Compiling cookie v0.16.2 |
1946 | 2023-10-18T23:34:45.230Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1947 | 2023-10-18T23:34:45.295Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1948 | 2023-10-18T23:34:45.649Z | Compiling salty v0.2.0 |
1949 | 2023-10-18T23:34:45.707Z | Compiling signature v1.6.4 |
1950 | 2023-10-18T23:34:45.937Z | Compiling highway v1.1.0 |
1951 | 2023-10-18T23:34:46.192Z | Compiling indoc v1.0.9 |
1952 | 2023-10-18T23:34:46.273Z | Compiling ed25519 v1.5.3 |
1953 | 2023-10-18T23:34:46.744Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1954 | 2023-10-18T23:34:47.491Z | Compiling const_format v0.2.31 |
1955 | 2023-10-18T23:34:48.442Z | Compiling chacha20poly1305 v0.10.1 |
1956 | 2023-10-18T23:34:48.843Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1957 | 2023-10-18T23:34:49.394Z | Compiling derive_builder v0.12.0 |
1958 | 2023-10-18T23:34:49.732Z | Compiling vsss-rs v3.3.1 |
1959 | 2023-10-18T23:34:59.812Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1960 | 2023-10-18T23:35:06.116Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1961 | 2023-10-18T23:35:11.474Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1962 | 2023-10-18T23:35:11.519Z | Compiling signal-hook-mio v0.2.3 |
1963 | 2023-10-18T23:35:11.602Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1964 | 2023-10-18T23:35:11.632Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1965 | 2023-10-18T23:35:11.666Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1966 | 2023-10-18T23:35:15.358Z | Compiling ron v0.7.1 |
1967 | 2023-10-18T23:35:24.054Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1968 | 2023-10-18T23:35:25.391Z | Compiling headers-core v0.2.0 |
1969 | 2023-10-18T23:35:25.579Z | Compiling bb8 v0.8.1 |
1970 | 2023-10-18T23:35:25.661Z | Compiling quick-xml v0.23.1 |
1971 | 2023-10-18T23:35:26.483Z | Compiling serde-big-array v0.5.1 |
1972 | 2023-10-18T23:35:26.874Z | Compiling impl-trait-for-tuples v0.2.2 |
1973 | 2023-10-18T23:35:29.127Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1974 | 2023-10-18T23:35:29.654Z | Compiling oso-derive v0.26.4 |
1975 | 2023-10-18T23:35:30.424Z | Compiling maplit v1.0.2 |
1976 | 2023-10-18T23:35:30.596Z | Compiling http-range v0.1.5 |
1977 | 2023-10-18T23:35:30.737Z | Compiling bit_field v0.10.2 |
1978 | 2023-10-18T23:35:31.164Z | Compiling hyper-staticfile v0.9.5 |
1979 | 2023-10-18T23:35:31.567Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1980 | 2023-10-18T23:35:37.000Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1981 | 2023-10-18T23:35:38.080Z | Compiling headers v0.3.9 |
1982 | 2023-10-18T23:35:43.648Z | Compiling oso v0.26.4 |
1983 | 2023-10-18T23:35:45.237Z | Compiling crossterm v0.27.0 |
1984 | 2023-10-18T23:36:02.234Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1985 | 2023-10-18T23:36:06.051Z | Compiling signal-hook-tokio v0.3.1 |
1986 | 2023-10-18T23:36:06.205Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1987 | 2023-10-18T23:36:06.349Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1988 | 2023-10-18T23:36:06.595Z | Compiling serde-big-array v0.4.1 |
1989 | 2023-10-18T23:36:06.716Z | Compiling cassowary v0.3.0 |
1990 | 2023-10-18T23:36:06.869Z | Compiling indoc v2.0.3 |
1991 | 2023-10-18T23:36:08.514Z | Compiling ratatui v0.23.0 |
1992 | 2023-10-18T23:36:12.198Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1993 | 2023-10-18T23:36:14.546Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1994 | 2023-10-18T23:36:14.995Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1995 | 2023-10-18T23:36:15.588Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1996 | 2023-10-18T23:36:16.722Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1997 | 2023-10-18T23:36:18.573Z | Compiling fatfs v0.3.6 |
1998 | 2023-10-18T23:36:21.838Z | Compiling bytesize v1.3.0 |
1999 | 2023-10-18T23:36:22.779Z | Compiling nanorand v0.7.0 |
2000 | 2023-10-18T23:36:24.134Z | Compiling rtoolbox v0.0.1 |
2001 | 2023-10-18T23:36:24.357Z | Compiling fs-err v2.9.0 |
2002 | 2023-10-18T23:36:24.890Z | Compiling corncobs v0.1.3 |
2003 | 2023-10-18T23:36:25.570Z | Compiling assert_matches v1.5.0 |
2004 | 2023-10-18T23:36:25.697Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2005 | 2023-10-18T23:36:25.755Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2006 | 2023-10-18T23:36:27.006Z | Compiling rpassword v7.2.0 |
2007 | 2023-10-18T23:36:27.155Z | Compiling flume v0.11.0 |
2008 | 2023-10-18T23:36:27.623Z | Compiling tui-tree-widget v0.13.0 |
2009 | 2023-10-18T23:36:28.498Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2010 | 2023-10-18T23:36:31.158Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2011 | 2023-10-18T23:36:34.299Z | Compiling shell-words v1.1.0 |
2012 | 2023-10-18T23:36:35.015Z | Compiling owo-colors v3.5.0 |
2013 | 2023-10-18T23:36:40.851Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2014 | 2023-10-18T23:36:54.576Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2015 | 2023-10-18T23:37:42.786Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2016 | 2023-10-18T23:37:57.370Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2017 | 2023-10-18T23:40:11.693Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2018 | 2023-10-18T23:41:49.429Z | Compiling git2 v0.17.2 |
2019 | 2023-10-18T23:41:56.171Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2020 | 2023-10-18T23:41:57.928Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2021 | 2023-10-18T23:42:09.967Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2022 | 2023-10-18T23:42:27.010Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2023 | 2023-10-18T23:42:28.077Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2024 | 2023-10-18T23:42:28.962Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2025 | 2023-10-18T23:42:56.528Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2026 | 2023-10-18T23:51:42.444Z | Finished release [optimized] target(s) in 22m 07s |
2027 | 2023-10-18T23:52:55.851Z | |
2028 | 2023-10-18T23:52:55.854Z | real 23:22.071455664 |
2029 | 2023-10-18T23:52:55.857Z | user 2:41:33.089390013 |
2030 | 2023-10-18T23:52:55.860Z | sys 7:15.043507177 |
2031 | 2023-10-18T23:52:55.862Z | trap 5.224260247 |
2032 | 2023-10-18T23:52:55.865Z | tflt 1.600399381 |
2033 | 2023-10-18T23:52:55.868Z | dflt 3.666593567 |
2034 | 2023-10-18T23:52:55.871Z | kflt 0.002729114 |
2035 | 2023-10-18T23:52:55.874Z | lock 9:07:12.451737257 |
2036 | 2023-10-18T23:52:55.876Z | slp 6:31:12.545357479 |
2037 | 2023-10-18T23:52:55.880Z | lat 2:49.019036110 |
2038 | 2023-10-18T23:52:55.883Z | stop 51.464647913 |
2039 | 2023-10-18T23:52:55.885Z | + 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/*) |
2040 | 2023-10-18T23:52:55.888Z | + pfexec mkdir -p /work |
2041 | 2023-10-18T23:52:55.891Z | + pfexec chown build /work |
2042 | 2023-10-18T23:52:55.894Z | + 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 |
2043 | 2023-10-18T23:53:09.678Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2044 | 2023-10-18T23:53:09.680Z | a out/maghemite.tar 73201K |
2045 | 2023-10-18T23:53:09.683Z | a out/omicron-sled-agent.tar 111292K |
2046 | 2023-10-18T23:53:09.686Z | a out/target/test 1K |
2047 | 2023-10-18T23:53:09.689Z | a out/npuzone/npuzone 36504K |
2048 | 2023-10-18T23:53:09.692Z | a package-manifest.toml 21K |
2049 | 2023-10-18T23:53:09.698Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2050 | 2023-10-18T23:53:09.701Z | a target/release/omicron-package 37175K |
2051 | 2023-10-18T23:53:09.704Z | a tools/create_virtual_hardware.sh 3K |
2052 | 2023-10-18T23:53:09.707Z | a tools/virtual_hardware.sh 4K |
2053 | 2023-10-18T23:53:09.709Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2054 | 2023-10-18T23:53:09.712Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2055 | 2023-10-18T23:53:09.715Z | a tools/scrimlet/softnpu-init.sh 3K |
2056 | 2023-10-18T23:53:09.718Z | a tools/scrimlet/softnpu-zone.txt 1K |
2057 | 2023-10-18T23:53:09.720Z | a tools/scrimlet/softnpu.toml 1K |
2058 | 2023-10-18T23:53:09.723Z | |
2059 | 2023-10-18T23:53:09.727Z | real 13.815337185 |
2060 | 2023-10-18T23:53:09.730Z | user 13.212582845 |
2061 | 2023-10-18T23:53:09.732Z | sys 1.090787044 |
2062 | 2023-10-18T23:53:09.735Z | trap 0.004672920 |
2063 | 2023-10-18T23:53:09.737Z | tflt 0.000000000 |
2064 | 2023-10-18T23:53:09.740Z | dflt 0.000000000 |
2065 | 2023-10-18T23:53:09.743Z | kflt 0.000000000 |
2066 | 2023-10-18T23:53:09.746Z | lock 0.000000000 |
2067 | 2023-10-18T23:53:09.748Z | slp 12.911287505 |
2068 | 2023-10-18T23:53:09.751Z | lat 0.407548093 |
2069 | 2023-10-18T23:53:09.753Z | stop 0.000322015 |
2070 | 2023-10-18T23:53:09.756Z | ++ pwd |
2071 | 2023-10-18T23:53:09.758Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2072 | 2023-10-18T23:53:09.761Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2073 | 2023-10-18T23:53:09.764Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2074 | 2023-10-18T23:53:10.899Z | Finished release [optimized] target(s) in 1.12s |
2075 | 2023-10-18T23:53:10.928Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2076 | 2023-10-18T23:53:10.971Z | Created new build target 'host' and set it as active |
2077 | 2023-10-18T23:53:10.974Z | |
2078 | 2023-10-18T23:53:10.977Z | real 1.279435540 |
2079 | 2023-10-18T23:53:10.979Z | user 0.908205007 |
2080 | 2023-10-18T23:53:10.982Z | sys 0.372062191 |
2081 | 2023-10-18T23:53:10.986Z | trap 0.000153376 |
2082 | 2023-10-18T23:53:10.988Z | tflt 0.000011412 |
2083 | 2023-10-18T23:53:10.992Z | dflt 0.000003473 |
2084 | 2023-10-18T23:53:10.995Z | kflt 0.000000000 |
2085 | 2023-10-18T23:53:10.998Z | lock 0.033137865 |
2086 | 2023-10-18T23:53:11.000Z | slp 0.020148469 |
2087 | 2023-10-18T23:53:11.003Z | lat 0.001702556 |
2088 | 2023-10-18T23:53:11.007Z | stop 0.000227282 |
2089 | 2023-10-18T23:53:11.009Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2090 | 2023-10-18T23:53:12.160Z | Finished release [optimized] target(s) in 1.10s |
2091 | 2023-10-18T23:53:12.190Z | Running `target/release/omicron-package -t host package` |
2092 | 2023-10-18T23:53:12.233Z | Oct 18 23:53:12.233 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2093 | 2023-10-18T23:53:13.422Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2094 | 2023-10-18T23:56:52.180Z | Finished release [optimized] target(s) in 3m 39s |
2095 | 2023-10-18T23:58:21.036Z | |
2096 | 2023-10-18T23:58:21.039Z | real 5:10.066059582 |
2097 | 2023-10-18T23:58:21.042Z | user 21:28.553128203 |
2098 | 2023-10-18T23:58:21.051Z | sys 1:04.019703475 |
2099 | 2023-10-18T23:58:21.059Z | trap 0.611667426 |
2100 | 2023-10-18T23:58:21.064Z | tflt 0.034374510 |
2101 | 2023-10-18T23:58:21.068Z | dflt 1.663181170 |
2102 | 2023-10-18T23:58:21.072Z | kflt 0.000271293 |
2103 | 2023-10-18T23:58:21.079Z | lock 1:12:23.770824730 |
2104 | 2023-10-18T23:58:21.095Z | slp 17:37.993761996 |
2105 | 2023-10-18T23:58:21.103Z | lat 7.406480581 |
2106 | 2023-10-18T23:58:21.109Z | stop 0.680650599 |
2107 | 2023-10-18T23:58:21.113Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2108 | 2023-10-18T23:58:21.137Z | + for package in "$@" |
2109 | 2023-10-18T23:58:21.147Z | + [[ omicron-sled-agent == maghemite ]] |
2110 | 2023-10-18T23:58:21.156Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gitd375210eb4f |
2111 | 2023-10-18T23:58:22.217Z | Finished release [optimized] target(s) in 1.10s |
2112 | 2023-10-18T23:58:22.251Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gitd375210eb4f` |
2113 | 2023-10-18T23:58:22.288Z | Oct 18 23:58:22.291 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2114 | 2023-10-18T23:58:22.816Z | Created: out/versioned/omicron-sled-agent.tar |
2115 | 2023-10-18T23:58:22.820Z | + for package in "$@" |
2116 | 2023-10-18T23:58:22.822Z | + [[ maghemite == maghemite ]] |
2117 | 2023-10-18T23:58:22.826Z | + echo 0.0.0 |
2118 | 2023-10-18T23:58:22.829Z | + tar rvf out/maghemite.tar VERSION |
2119 | 2023-10-18T23:58:22.831Z | a VERSION 1K |
2120 | 2023-10-18T23:58:22.834Z | + rm VERSION |
2121 | 2023-10-18T23:58:22.836Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitd375210eb4f |
2122 | 2023-10-18T23:58:24.036Z | Finished release [optimized] target(s) in 1.13s |
2123 | 2023-10-18T23:58:24.072Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitd375210eb4f` |
2124 | 2023-10-18T23:58:24.107Z | Oct 18 23:58:24.110 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2125 | 2023-10-18T23:58:24.439Z | Created: out/versioned/maghemite.tar |
2126 | 2023-10-18T23:58:24.443Z | + for package in "$@" |
2127 | 2023-10-18T23:58:24.446Z | + [[ propolis-server == maghemite ]] |
2128 | 2023-10-18T23:58:24.449Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gitd375210eb4f |
2129 | 2023-10-18T23:58:25.606Z | Finished release [optimized] target(s) in 1.08s |
2130 | 2023-10-18T23:58:25.636Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gitd375210eb4f` |
2131 | 2023-10-18T23:58:25.683Z | Oct 18 23:58:25.681 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2132 | 2023-10-18T23:58:27.447Z | Created: out/versioned/propolis-server.tar.gz |
2133 | 2023-10-18T23:58:27.451Z | + for package in "$@" |
2134 | 2023-10-18T23:58:27.454Z | + [[ overlay == maghemite ]] |
2135 | 2023-10-18T23:58:27.457Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gitd375210eb4f |
2136 | 2023-10-18T23:58:28.641Z | Finished release [optimized] target(s) in 1.11s |
2137 | 2023-10-18T23:58:28.691Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gitd375210eb4f` |
2138 | 2023-10-18T23:58:28.711Z | Oct 18 23:58:28.714 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2139 | 2023-10-18T23:58:28.714Z | Created: out/versioned/overlay.tar.gz |
2140 | 2023-10-18T23:58:28.717Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2141 | 2023-10-18T23:58:28.728Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2142 | 2023-10-18T23:58:28.733Z | ++ cd -- ./tools |
2143 | 2023-10-18T23:58:28.736Z | ++ pwd |
2144 | 2023-10-18T23:58:28.739Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2145 | 2023-10-18T23:58:28.742Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2146 | 2023-10-18T23:58:28.745Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2147 | 2023-10-18T23:58:28.748Z | ++ readlink -f /work |
2148 | 2023-10-18T23:58:28.751Z | + out_dir=/work |
2149 | 2023-10-18T23:58:28.753Z | + 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") |
2150 | 2023-10-18T23:58:28.756Z | + for dep in "${deps[@]}" |
2151 | 2023-10-18T23:58:28.760Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2152 | 2023-10-18T23:58:28.763Z | + for dep in "${deps[@]}" |
2153 | 2023-10-18T23:58:28.766Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2154 | 2023-10-18T23:58:28.770Z | + for dep in "${deps[@]}" |
2155 | 2023-10-18T23:58:28.774Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2156 | 2023-10-18T23:58:28.778Z | + for dep in "${deps[@]}" |
2157 | 2023-10-18T23:58:28.781Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2158 | 2023-10-18T23:58:28.784Z | ++ mktemp -d |
2159 | 2023-10-18T23:58:28.788Z | + tmp_gz=/tmp/tmp.jEaqqi |
2160 | 2023-10-18T23:58:28.790Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2161 | 2023-10-18T23:58:28.793Z | + echo '{"v":"1","t":"layer"}' |
2162 | 2023-10-18T23:58:28.796Z | + pkg_dir=/tmp/tmp.jEaqqi/root/opt/oxide/sled-agent |
2163 | 2023-10-18T23:58:28.799Z | + mkdir -p /tmp/tmp.jEaqqi/root/opt/oxide/sled-agent |
2164 | 2023-10-18T23:58:28.802Z | + cd /tmp/tmp.jEaqqi/root/opt/oxide/sled-agent |
2165 | 2023-10-18T23:58:28.805Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2166 | 2023-10-18T23:58:28.869Z | x ., 0 bytes, 0 tape blocks |
2167 | 2023-10-18T23:58:28.877Z | x zone-bundle, 34399376 bytes, 67187 tape blocks |
2168 | 2023-10-18T23:58:28.880Z | x sled-agent, 79608192 bytes, 155485 tape blocks |
2169 | 2023-10-18T23:58:28.883Z | x pkg, 0 bytes, 0 tape blocks |
2170 | 2023-10-18T23:58:28.886Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2171 | 2023-10-18T23:58:28.889Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2172 | 2023-10-18T23:58:28.892Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2173 | 2023-10-18T23:58:28.897Z | x VERSION, 25 bytes, 1 tape blocks |
2174 | 2023-10-18T23:58:28.900Z | + mkdir -p /tmp/tmp.jEaqqi/root/lib/svc/manifest/site/ |
2175 | 2023-10-18T23:58:28.903Z | + mv pkg/manifest.xml /tmp/tmp.jEaqqi/root/lib/svc/manifest/site/sled-agent.xml |
2176 | 2023-10-18T23:58:28.907Z | + cd - |
2177 | 2023-10-18T23:58:28.910Z | /work/oxidecomputer/omicron |
2178 | 2023-10-18T23:58:28.915Z | + pkg_dir=/tmp/tmp.jEaqqi/root/opt/oxide/mg-ddm |
2179 | 2023-10-18T23:58:28.920Z | + mkdir -p /tmp/tmp.jEaqqi/root/opt/oxide/mg-ddm |
2180 | 2023-10-18T23:58:28.925Z | + cd /tmp/tmp.jEaqqi/root/opt/oxide/mg-ddm |
2181 | 2023-10-18T23:58:28.940Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2182 | 2023-10-18T23:58:28.956Z | x ., 0 bytes, 0 tape blocks |
2183 | 2023-10-18T23:58:28.961Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2184 | 2023-10-18T23:58:28.965Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2185 | 2023-10-18T23:58:28.968Z | x pkg, 0 bytes, 0 tape blocks |
2186 | 2023-10-18T23:58:28.971Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2187 | 2023-10-18T23:58:28.974Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2188 | 2023-10-18T23:58:28.977Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2189 | 2023-10-18T23:58:28.979Z | x VERSION, 25 bytes, 1 tape blocks |
2190 | 2023-10-18T23:58:28.982Z | + cd - |
2191 | 2023-10-18T23:58:28.985Z | /work/oxidecomputer/omicron |
2192 | 2023-10-18T23:58:28.989Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.jEaqqi/root/opt/oxide |
2193 | 2023-10-18T23:58:29.078Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.jEaqqi/root/opt/oxide |
2194 | 2023-10-18T23:58:29.081Z | + cd /tmp/tmp.jEaqqi |
2195 | 2023-10-18T23:58:29.084Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2196 | 2023-10-18T23:58:41.330Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2197 | 2023-10-18T23:58:41.333Z | a oxide.json 1K |
2198 | 2023-10-18T23:58:41.336Z | a root/ 0K |
2199 | 2023-10-18T23:58:41.339Z | a root/opt/ 0K |
2200 | 2023-10-18T23:58:41.342Z | a root/opt/oxide/ 0K |
2201 | 2023-10-18T23:58:41.345Z | a root/opt/oxide/sled-agent/ 0K |
2202 | 2023-10-18T23:58:41.348Z | a root/opt/oxide/sled-agent/zone-bundle 33594K |
2203 | 2023-10-18T23:58:41.350Z | a root/opt/oxide/sled-agent/sled-agent 77743K |
2204 | 2023-10-18T23:58:41.353Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2205 | 2023-10-18T23:58:41.356Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2206 | 2023-10-18T23:58:41.359Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2207 | 2023-10-18T23:58:41.362Z | a root/opt/oxide/sled-agent/VERSION 1K |
2208 | 2023-10-18T23:58:41.364Z | a root/opt/oxide/mg-ddm/ 0K |
2209 | 2023-10-18T23:58:41.367Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2210 | 2023-10-18T23:58:41.370Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2211 | 2023-10-18T23:58:41.375Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2212 | 2023-10-18T23:58:41.378Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2213 | 2023-10-18T23:58:41.380Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2214 | 2023-10-18T23:58:41.383Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2215 | 2023-10-18T23:58:41.386Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2216 | 2023-10-18T23:58:41.389Z | a root/opt/oxide/propolis-server.tar.gz 64739K |
2217 | 2023-10-18T23:58:41.391Z | a root/opt/oxide/overlay.tar.gz 2K |
2218 | 2023-10-18T23:58:41.394Z | a root/lib/ 0K |
2219 | 2023-10-18T23:58:41.398Z | a root/lib/svc/ 0K |
2220 | 2023-10-18T23:58:41.402Z | a root/lib/svc/manifest/ 0K |
2221 | 2023-10-18T23:58:41.406Z | a root/lib/svc/manifest/site/ 0K |
2222 | 2023-10-18T23:58:41.409Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2223 | 2023-10-18T23:58:41.412Z | + cd / |
2224 | 2023-10-18T23:58:41.414Z | + rm -rf /tmp/tmp.jEaqqi |
2225 | 2023-10-18T23:58:41.418Z | |
2226 | 2023-10-18T23:58:41.421Z | real 12.660742894 |
2227 | 2023-10-18T23:58:41.424Z | user 11.729582520 |
2228 | 2023-10-18T23:58:41.426Z | sys 1.002612361 |
2229 | 2023-10-18T23:58:41.429Z | trap 0.002486153 |
2230 | 2023-10-18T23:58:41.432Z | tflt 0.000000000 |
2231 | 2023-10-18T23:58:41.436Z | dflt 0.000000000 |
2232 | 2023-10-18T23:58:41.439Z | kflt 0.000000000 |
2233 | 2023-10-18T23:58:41.443Z | lock 0.000000000 |
2234 | 2023-10-18T23:58:41.446Z | slp 24.444403005 |
2235 | 2023-10-18T23:58:41.449Z | lat 0.375217736 |
2236 | 2023-10-18T23:58:41.452Z | stop 0.000313521 |
2237 | 2023-10-18T23:58:41.455Z | + mkdir -p /work/zones |
2238 | 2023-10-18T23:58:41.457Z | + 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/omicron-nexus-single-sled.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) |
2239 | 2023-10-18T23:58:41.461Z | + 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/omicron-nexus-single-sled.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/ |
2240 | 2023-10-18T23:58:44.858Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2241 | 2023-10-18T23:58:46.114Z | Finished release [optimized] target(s) in 1.17s |
2242 | 2023-10-18T23:58:46.145Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2243 | 2023-10-18T23:58:46.188Z | Created new build target 'recovery' and set it as active |
2244 | 2023-10-18T23:58:46.190Z | |
2245 | 2023-10-18T23:58:46.193Z | real 1.331377389 |
2246 | 2023-10-18T23:58:46.196Z | user 0.947895748 |
2247 | 2023-10-18T23:58:46.198Z | sys 0.381052566 |
2248 | 2023-10-18T23:58:46.201Z | trap 0.000983098 |
2249 | 2023-10-18T23:58:46.204Z | tflt 0.000002309 |
2250 | 2023-10-18T23:58:46.207Z | dflt 0.000009693 |
2251 | 2023-10-18T23:58:46.210Z | kflt 0.000000000 |
2252 | 2023-10-18T23:58:46.213Z | lock 0.039970350 |
2253 | 2023-10-18T23:58:46.216Z | slp 0.022425608 |
2254 | 2023-10-18T23:58:46.218Z | lat 0.004419112 |
2255 | 2023-10-18T23:58:46.221Z | stop 0.000243663 |
2256 | 2023-10-18T23:58:46.224Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2257 | 2023-10-18T23:58:47.458Z | Finished release [optimized] target(s) in 1.17s |
2258 | 2023-10-18T23:58:47.490Z | Running `target/release/omicron-package -t recovery package` |
2259 | 2023-10-18T23:58:47.543Z | Oct 18 23:58:47.535 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2260 | 2023-10-18T23:58:48.626Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2261 | 2023-10-18T23:58:52.621Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2262 | 2023-10-18T23:59:26.151Z | Finished release [optimized] target(s) in 38.45s |
2263 | 2023-10-18T23:59:47.316Z | |
2264 | 2023-10-18T23:59:47.319Z | real 1:01.118018852 |
2265 | 2023-10-18T23:59:47.323Z | user 2:40.929451719 |
2266 | 2023-10-18T23:59:47.325Z | sys 12.956919048 |
2267 | 2023-10-18T23:59:47.336Z | trap 0.081237021 |
2268 | 2023-10-18T23:59:47.339Z | tflt 0.034720798 |
2269 | 2023-10-18T23:59:47.342Z | dflt 0.713677670 |
2270 | 2023-10-18T23:59:47.345Z | kflt 0.048903634 |
2271 | 2023-10-18T23:59:47.348Z | lock 13:36.264330601 |
2272 | 2023-10-18T23:59:47.351Z | slp 2:49.143677490 |
2273 | 2023-10-18T23:59:47.354Z | lat 1.817865946 |
2274 | 2023-10-18T23:59:47.356Z | stop 0.171959981 |
2275 | 2023-10-18T23:59:47.359Z | + stamp_packages installinator maghemite |
2276 | 2023-10-18T23:59:47.363Z | + for package in "$@" |
2277 | 2023-10-18T23:59:47.366Z | + [[ installinator == maghemite ]] |
2278 | 2023-10-18T23:59:47.369Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gitd375210eb4f |
2279 | 2023-10-18T23:59:48.511Z | Finished release [optimized] target(s) in 1.11s |
2280 | 2023-10-18T23:59:48.542Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gitd375210eb4f` |
2281 | 2023-10-18T23:59:48.591Z | Oct 18 23:59:48.587 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2282 | 2023-10-18T23:59:48.704Z | Created: out/versioned/installinator.tar |
2283 | 2023-10-18T23:59:48.708Z | + for package in "$@" |
2284 | 2023-10-18T23:59:48.711Z | + [[ maghemite == maghemite ]] |
2285 | 2023-10-18T23:59:48.713Z | + echo 0.0.0 |
2286 | 2023-10-18T23:59:48.716Z | + tar rvf out/maghemite.tar VERSION |
2287 | 2023-10-18T23:59:48.719Z | a VERSION 1K |
2288 | 2023-10-18T23:59:48.721Z | + rm VERSION |
2289 | 2023-10-18T23:59:48.724Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitd375210eb4f |
2290 | 2023-10-18T23:59:49.894Z | Finished release [optimized] target(s) in 1.09s |
2291 | 2023-10-18T23:59:49.922Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitd375210eb4f` |
2292 | 2023-10-18T23:59:49.964Z | Oct 18 23:59:49.967 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2293 | 2023-10-18T23:59:50.183Z | Created: out/versioned/maghemite.tar |
2294 | 2023-10-18T23:59:50.187Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2295 | 2023-10-18T23:59:50.201Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2296 | 2023-10-18T23:59:50.204Z | ++ cd -- ./tools |
2297 | 2023-10-18T23:59:50.207Z | ++ pwd |
2298 | 2023-10-18T23:59:50.212Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2299 | 2023-10-18T23:59:50.215Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2300 | 2023-10-18T23:59:50.218Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2301 | 2023-10-18T23:59:50.221Z | ++ readlink -f /work |
2302 | 2023-10-18T23:59:50.224Z | + out_dir=/work |
2303 | 2023-10-18T23:59:50.226Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2304 | 2023-10-18T23:59:50.229Z | + for dep in "${deps[@]}" |
2305 | 2023-10-18T23:59:50.234Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2306 | 2023-10-18T23:59:50.237Z | + for dep in "${deps[@]}" |
2307 | 2023-10-18T23:59:50.241Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2308 | 2023-10-18T23:59:50.244Z | ++ mktemp -d |
2309 | 2023-10-18T23:59:50.248Z | + tmp_trampoline=/tmp/tmp.hxaOui |
2310 | 2023-10-18T23:59:50.251Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2311 | 2023-10-18T23:59:50.256Z | + echo '{"v":"1","t":"layer"}' |
2312 | 2023-10-18T23:59:50.262Z | + pkg_dir=/tmp/tmp.hxaOui/root/opt/oxide/installinator |
2313 | 2023-10-18T23:59:50.266Z | + mkdir -p /tmp/tmp.hxaOui/root/opt/oxide/installinator |
2314 | 2023-10-18T23:59:50.282Z | + cd /tmp/tmp.hxaOui/root/opt/oxide/installinator |
2315 | 2023-10-18T23:59:50.306Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2316 | 2023-10-18T23:59:50.721Z | x ., 0 bytes, 0 tape blocks |
2317 | 2023-10-18T23:59:50.735Z | x installinator, 48030864 bytes, 93811 tape blocks |
2318 | 2023-10-18T23:59:50.747Z | x pkg, 0 bytes, 0 tape blocks |
2319 | 2023-10-18T23:59:50.762Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2320 | 2023-10-18T23:59:50.772Z | x VERSION, 25 bytes, 1 tape blocks |
2321 | 2023-10-18T23:59:50.786Z | + mkdir -p /tmp/tmp.hxaOui/root/lib/svc/manifest/site/ |
2322 | 2023-10-18T23:59:50.793Z | + mv pkg/manifest.xml /tmp/tmp.hxaOui/root/lib/svc/manifest/site/installinator.xml |
2323 | 2023-10-18T23:59:50.798Z | + cd - |
2324 | 2023-10-18T23:59:50.801Z | /work/oxidecomputer/omicron |
2325 | 2023-10-18T23:59:50.805Z | + pkg_dir=/tmp/tmp.hxaOui/root/opt/oxide/mg-ddm |
2326 | 2023-10-18T23:59:50.808Z | + mkdir -p /tmp/tmp.hxaOui/root/opt/oxide/mg-ddm |
2327 | 2023-10-18T23:59:50.811Z | + cd /tmp/tmp.hxaOui/root/opt/oxide/mg-ddm |
2328 | 2023-10-18T23:59:50.814Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2329 | 2023-10-18T23:59:50.817Z | x ., 0 bytes, 0 tape blocks |
2330 | 2023-10-18T23:59:50.820Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2331 | 2023-10-18T23:59:50.823Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2332 | 2023-10-18T23:59:50.826Z | x pkg, 0 bytes, 0 tape blocks |
2333 | 2023-10-18T23:59:50.828Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2334 | 2023-10-18T23:59:50.833Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2335 | 2023-10-18T23:59:50.836Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2336 | 2023-10-18T23:59:50.839Z | x VERSION, 25 bytes, 1 tape blocks |
2337 | 2023-10-18T23:59:50.842Z | + cd - |
2338 | 2023-10-18T23:59:50.845Z | /work/oxidecomputer/omicron |
2339 | 2023-10-18T23:59:50.848Z | + cd /tmp/tmp.hxaOui |
2340 | 2023-10-18T23:59:50.851Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2341 | 2023-10-18T23:59:56.754Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2342 | 2023-10-18T23:59:56.765Z | a oxide.json 1K |
2343 | 2023-10-18T23:59:56.776Z | a root/ 0K |
2344 | 2023-10-18T23:59:56.784Z | a root/opt/ 0K |
2345 | 2023-10-18T23:59:56.794Z | a root/opt/oxide/ 0K |
2346 | 2023-10-18T23:59:56.802Z | a root/opt/oxide/installinator/ 0K |
2347 | 2023-10-18T23:59:56.811Z | a root/opt/oxide/installinator/installinator 46906K |
2348 | 2023-10-18T23:59:56.823Z | a root/opt/oxide/installinator/pkg/ 0K |
2349 | 2023-10-18T23:59:56.830Z | a root/opt/oxide/installinator/VERSION 1K |
2350 | 2023-10-18T23:59:56.841Z | a root/opt/oxide/mg-ddm/ 0K |
2351 | 2023-10-18T23:59:56.845Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2352 | 2023-10-18T23:59:56.850Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2353 | 2023-10-18T23:59:56.855Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2354 | 2023-10-18T23:59:56.862Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2355 | 2023-10-18T23:59:56.869Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2356 | 2023-10-18T23:59:56.874Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2357 | 2023-10-18T23:59:56.880Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2358 | 2023-10-18T23:59:56.890Z | a root/lib/ 0K |
2359 | 2023-10-18T23:59:56.899Z | a root/lib/svc/ 0K |
2360 | 2023-10-18T23:59:56.906Z | a root/lib/svc/manifest/ 0K |
2361 | 2023-10-18T23:59:56.913Z | a root/lib/svc/manifest/site/ 0K |
2362 | 2023-10-18T23:59:56.923Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2363 | 2023-10-18T23:59:56.930Z | + cd / |
2364 | 2023-10-18T23:59:56.940Z | + rm -rf /tmp/tmp.hxaOui |
2365 | 2023-10-18T23:59:56.945Z | |
2366 | 2023-10-18T23:59:56.955Z | real 6.586169722 |
2367 | 2023-10-18T23:59:56.969Z | user 6.163811465 |
2368 | 2023-10-18T23:59:56.981Z | sys 0.454413191 |
2369 | 2023-10-18T23:59:56.987Z | trap 0.001674996 |
2370 | 2023-10-18T23:59:56.998Z | tflt 0.000000000 |
2371 | 2023-10-18T23:59:57.005Z | dflt 0.000000000 |
2372 | 2023-10-18T23:59:57.012Z | kflt 0.000000000 |
2373 | 2023-10-18T23:59:57.038Z | lock 0.000000000 |
2374 | 2023-10-18T23:59:57.046Z | slp 12.743127364 |
2375 | 2023-10-18T23:59:57.061Z | lat 0.191084772 |
2376 | 2023-10-18T23:59:57.072Z | stop 0.000299764 |
2377 | 2023-10-18T23:59:57.486Z | process exited: duration 2442138 ms, exit code 0 |
|
2378 | 2023-10-18T23:59:57.500Z | found 21 output files |
2379 | 2023-10-18T23:59:57.519Z | uploading: /work/version.txt (26 bytes) |
2380 | 2023-10-18T23:59:58.974Z | uploaded: /work/version.txt |
2381 | 2023-10-18T23:59:58.999Z | uploading: /work/package.tar.gz (83255796 bytes) |
2382 | 2023-10-19T00:00:31.529Z | uploaded: /work/package.tar.gz |
2383 | 2023-10-19T00:00:31.951Z | uploading: /work/global-zone-packages.tar.gz (125669471 bytes) |
2384 | 2023-10-19T00:01:27.580Z | uploaded: /work/global-zone-packages.tar.gz |
2385 | 2023-10-19T00:01:27.583Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38639308 bytes) |
2386 | 2023-10-19T00:01:37.723Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2387 | 2023-10-19T00:01:37.735Z | uploading: /work/zones/clickhouse.tar.gz (180707441 bytes) |
2388 | 2023-10-19T00:02:32.553Z | uploaded: /work/zones/clickhouse.tar.gz |
2389 | 2023-10-19T00:02:32.649Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180708409 bytes) |
2390 | 2023-10-19T00:03:35.244Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2391 | 2023-10-19T00:03:35.295Z | uploading: /work/zones/cockroachdb.tar.gz (117771932 bytes) |
2392 | 2023-10-19T00:04:18.823Z | uploaded: /work/zones/cockroachdb.tar.gz |
2393 | 2023-10-19T00:04:18.855Z | uploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes) |
2394 | 2023-10-19T00:04:29.492Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2395 | 2023-10-19T00:04:29.507Z | uploading: /work/zones/crucible.tar.gz (42565224 bytes) |
2396 | 2023-10-19T00:04:44.526Z | uploaded: /work/zones/crucible.tar.gz |
2397 | 2023-10-19T00:04:44.537Z | uploading: /work/zones/external-dns.tar.gz (22026020 bytes) |
2398 | 2023-10-19T00:04:52.153Z | uploaded: /work/zones/external-dns.tar.gz |
2399 | 2023-10-19T00:04:52.165Z | uploading: /work/zones/internal-dns.tar.gz (22026020 bytes) |
2400 | 2023-10-19T00:04:59.901Z | uploaded: /work/zones/internal-dns.tar.gz |
2401 | 2023-10-19T00:04:59.905Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2402 | 2023-10-19T00:05:00.913Z | uploaded: /work/zones/ntp.tar.gz |
2403 | 2023-10-19T00:05:00.930Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16646372 bytes) |
2404 | 2023-10-19T00:05:10.440Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2405 | 2023-10-19T00:05:10.457Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16645529 bytes) |
2406 | 2023-10-19T00:05:15.826Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2407 | 2023-10-19T00:05:15.838Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (68126271 bytes) |
2408 | 2023-10-19T00:06:02.641Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2409 | 2023-10-19T00:06:02.653Z | uploading: /work/zones/omicron-nexus.tar.gz (68123494 bytes) |
2410 | 2023-10-19T00:06:26.703Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2411 | 2023-10-19T00:06:26.706Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2412 | 2023-10-19T00:06:28.156Z | uploaded: /work/zones/overlay.tar.gz |
2413 | 2023-10-19T00:06:28.159Z | uploading: /work/zones/oximeter-collector.tar.gz (18076841 bytes) |
2414 | 2023-10-19T00:06:33.703Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2415 | 2023-10-19T00:06:33.715Z | uploading: /work/zones/propolis-server.tar.gz (66291830 bytes) |
2416 | 2023-10-19T00:06:50.359Z | uploaded: /work/zones/propolis-server.tar.gz |
2417 | 2023-10-19T00:06:50.371Z | uploading: /work/zones/switch-asic.tar.gz (220468035 bytes) |
2418 | 2023-10-19T00:08:13.494Z | uploaded: /work/zones/switch-asic.tar.gz |
2419 | 2023-10-19T00:08:13.542Z | uploading: /work/zones/switch-softnpu.tar.gz (142854467 bytes) |
2420 | 2023-10-19T00:09:02.477Z | uploaded: /work/zones/switch-softnpu.tar.gz |