|
|
|
1 | 2023-10-04T02:23:28.342Z | job assigned to worker 01HBW7VVBZHV05569TZ8NR62JB (queued for 1 m 40 s) |
|
2 | 2023-10-04T02:23:28.827Z | starting task 0: "setup" |
3 | 2023-10-04T02:23:28.900Z | ++ uname -s |
4 | 2023-10-04T02:23:28.920Z | + kern=SunOS |
5 | 2023-10-04T02:23:29.340Z | + case "$kern" in |
6 | 2023-10-04T02:23:29.356Z | + groupadd -g 12345 build |
7 | 2023-10-04T02:23:29.372Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T02:23:30.911Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T02:23:31.063Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T02:23:31.073Z | + home_fs=zfs |
11 | 2023-10-04T02:23:31.084Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T02:23:31.094Z | + mkdir -p /home/build |
13 | 2023-10-04T02:23:31.506Z | + chown build:build /home/build /work |
14 | 2023-10-04T02:23:33.073Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T02:23:33.076Z | process exited: duration 4237 ms, exit code 0 |
|
16 | 2023-10-04T02:23:33.083Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T02:23:33.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T02:23:33.098Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T02:23:33.281Z | info: downloading installer |
20 | 2023-10-04T02:23:35.601Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T02:23:35.618Z | warning: /opt/ooce/bin |
22 | 2023-10-04T02:23:35.632Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T02:23:35.653Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T02:23:36.110Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T02:23:36.116Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T02:23:36.127Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T02:23:36.137Z | error: cannot install while Rust is installed |
28 | 2023-10-04T02:23:36.146Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T02:23:36.162Z | info: profile set to 'default' |
30 | 2023-10-04T02:23:36.172Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T02:23:36.176Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T02:23:36.180Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T02:23:36.183Z | info: downloading component 'cargo' |
34 | 2023-10-04T02:23:36.743Z | info: downloading component 'clippy' |
35 | 2023-10-04T02:23:36.994Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T02:23:37.872Z | info: downloading component 'rust-std' |
37 | 2023-10-04T02:23:39.419Z | info: downloading component 'rustc' |
38 | 2023-10-04T02:23:43.208Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T02:23:43.431Z | info: installing component 'cargo' |
40 | 2023-10-04T02:23:45.353Z | info: installing component 'clippy' |
41 | 2023-10-04T02:23:46.139Z | info: installing component 'rust-docs' |
42 | 2023-10-04T02:23:48.961Z | info: installing component 'rust-std' |
43 | 2023-10-04T02:23:52.555Z | info: installing component 'rustc' |
44 | 2023-10-04T02:24:01.421Z | info: installing component 'rustfmt' |
45 | 2023-10-04T02:24:01.885Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T02:24:01.904Z | |
47 | 2023-10-04T02:24:02.050Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T02:24:02.063Z | |
49 | 2023-10-04T02:24:02.072Z | |
50 | 2023-10-04T02:24:02.109Z | Rust is installed now. Great! |
51 | 2023-10-04T02:24:02.583Z | |
52 | 2023-10-04T02:24:02.603Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T02:24:02.618Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T02:24:02.637Z | |
55 | 2023-10-04T02:24:02.651Z | To configure your current shell, run: |
56 | 2023-10-04T02:24:02.665Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T02:24:02.684Z | + rustc --version |
58 | 2023-10-04T02:24:02.698Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T02:24:02.709Z | process exited: duration 29166 ms, exit code 0 |
|
60 | 2023-10-04T02:24:02.735Z | starting task 2: "authentication" |
61 | 2023-10-04T02:24:02.794Z | process exited: duration 45 ms, exit code 0 |
|
62 | 2023-10-04T02:24:03.225Z | starting task 3: "clone repository" |
63 | 2023-10-04T02:24:03.251Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-04T02:24:04.374Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-04T02:24:04.391Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-04T02:24:09.135Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-04T02:24:09.564Z | + [[ -n health-check-endpoint ]] |
68 | 2023-10-04T02:24:09.594Z | + git fetch origin health-check-endpoint |
69 | 2023-10-04T02:24:09.630Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-04T02:24:10.056Z | * branch health-check-endpoint -> FETCH_HEAD |
71 | 2023-10-04T02:24:10.066Z | + git checkout -B health-check-endpoint remotes/origin/health-check-endpoint |
72 | 2023-10-04T02:24:10.077Z | Switched to a new branch 'health-check-endpoint' |
73 | 2023-10-04T02:24:10.085Z | branch 'health-check-endpoint' set up to track 'origin/health-check-endpoint'. |
74 | 2023-10-04T02:24:10.094Z | + git reset --hard eee4eb4484abeac59f11f9f46650b11d6d51cd65 |
75 | 2023-10-04T02:24:10.101Z | HEAD is now at eee4eb44 change it to /v1/ping |
76 | 2023-10-04T02:24:10.105Z | process exited: duration 6410 ms, exit code 0 |
|
77 | 2023-10-04T02:24:10.113Z | starting task 4: "build" |
78 | 2023-10-04T02:24:10.127Z | + cargo --version |
79 | 2023-10-04T02:24:10.628Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-04T02:24:10.646Z | + rustc --version |
81 | 2023-10-04T02:24:10.662Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-04T02:24:10.711Z | ++ git rev-parse HEAD |
83 | 2023-10-04T02:24:10.735Z | + COMMIT=eee4eb4484abeac59f11f9f46650b11d6d51cd65 |
84 | 2023-10-04T02:24:11.155Z | + VERSION=1.0.2-0.ci+giteee4eb4484a |
85 | 2023-10-04T02:24:11.163Z | + echo 1.0.2-0.ci+giteee4eb4484a |
86 | 2023-10-04T02:24:11.175Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-04T02:24:19.686Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-04T02:24:19.841Z | Startup: Caching catalogs ... Done |
89 | 2023-10-04T02:24:22.581Z | Planning: Solver setup ... Done (2.540s) |
90 | 2023-10-04T02:24:22.745Z | Planning: Running solver ... Done (0.164s) |
91 | 2023-10-04T02:24:22.781Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-04T02:24:22.796Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-04T02:24:23.057Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-04T02:24:23.133Z | Planning: Package planning ... Done (0.081s) |
95 | 2023-10-04T02:24:23.222Z | Planning: Merging actions ... Done (0.086s) |
96 | 2023-10-04T02:24:23.843Z | Planning: Checking for conflicting actions ... Done (0.621s) |
97 | 2023-10-04T02:24:23.860Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-04T02:24:27.219Z | Planning: Evaluating mediators ... Done (3.364s) |
99 | 2023-10-04T02:24:27.235Z | Planning: Planning completed in 7.35 seconds |
100 | 2023-10-04T02:24:27.258Z | Packages to install: 4 |
101 | 2023-10-04T02:24:27.261Z | Mediators to change: 2 |
102 | 2023-10-04T02:24:27.265Z | Services to change: 1 |
103 | 2023-10-04T02:24:27.268Z | Estimated space available: 149.39 GB |
104 | 2023-10-04T02:24:27.285Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-10-04T02:24:27.291Z | Create boot environment: No |
106 | 2023-10-04T02:24:27.294Z | Create backup boot environment: No |
107 | 2023-10-04T02:24:27.297Z | Rebuild boot archive: No |
108 | 2023-10-04T02:24:27.300Z | |
109 | 2023-10-04T02:24:27.303Z | Changed mediators: |
110 | 2023-10-04T02:24:27.306Z | mediator clang: |
111 | 2023-10-04T02:24:27.310Z | version: None -> 15 (system default) |
112 | 2023-10-04T02:24:27.313Z | |
113 | 2023-10-04T02:24:27.317Z | mediator llvm: |
114 | 2023-10-04T02:24:27.321Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-04T02:24:27.324Z | |
116 | 2023-10-04T02:24:27.327Z | Changed packages: |
117 | 2023-10-04T02:24:27.330Z | helios-dev |
118 | 2023-10-04T02:24:27.334Z | developer/build-essential |
119 | 2023-10-04T02:24:27.343Z | None -> 11-2.0 |
120 | 2023-10-04T02:24:27.763Z | library/libxmlsec1 |
121 | 2023-10-04T02:24:27.772Z | None -> 1.2.35-2.0 |
122 | 2023-10-04T02:24:27.783Z | ooce/developer/clang-15 |
123 | 2023-10-04T02:24:27.791Z | None -> 15.0.7-2.0 |
124 | 2023-10-04T02:24:27.795Z | ooce/developer/llvm-15 |
125 | 2023-10-04T02:24:27.798Z | None -> 15.0.7-2.0 |
126 | 2023-10-04T02:24:27.802Z | |
127 | 2023-10-04T02:24:27.807Z | Services: |
128 | 2023-10-04T02:24:27.811Z | restart_fmri: |
129 | 2023-10-04T02:24:27.815Z | svc:/system/update-man-index:default |
130 | 2023-10-04T02:24:27.823Z | |
131 | 2023-10-04T02:24:27.830Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-04T02:24:33.714Z | Download: 212/3290 items 1.3/212.6MB 0% complete (678k/s) |
133 | 2023-10-04T02:24:38.709Z | Download: 873/3290 items 18.8/212.6MB 8% complete (1.8M/s) |
134 | 2023-10-04T02:24:47.813Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.0M/s) |
135 | 2023-10-04T02:24:52.802Z | Download: 1836/3290 items 118.4/212.6MB 55% complete (4.9M/s) |
136 | 2023-10-04T02:25:03.992Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (5.3M/s) |
137 | 2023-10-04T02:25:08.991Z | Download: 3197/3290 items 154.5/212.6MB 72% complete (6.9M/s) |
138 | 2023-10-04T02:25:13.197Z | Download: Completed 212.60 MB in 45.73 seconds (4.7M/s) |
139 | 2023-10-04T02:25:13.738Z | Actions: 1/3687 actions (Installing new actions) |
140 | 2023-10-04T02:25:18.744Z | Actions: 2760/3687 actions (Installing new actions) |
141 | 2023-10-04T02:25:21.820Z | Actions: Completed 3687 actions in 8.08 seconds. |
142 | 2023-10-04T02:25:21.878Z | Done (0.051s) |
143 | 2023-10-04T02:25:21.884Z | Done (0.000s) |
144 | 2023-10-04T02:25:22.008Z | Done (0.130s) |
145 | 2023-10-04T02:25:29.697Z | Done (7.501s) |
146 | 2023-10-04T02:25:29.941Z | Done (0.087s) |
147 | 2023-10-04T02:25:29.982Z | Done (0.000s) |
148 | 2023-10-04T02:25:30.050Z | Done (0.000s) |
149 | 2023-10-04T02:25:30.662Z | Planning: Evaluating mediator changes ... Done |
150 | 2023-10-04T02:25:30.938Z | Planning: Checking for conflicting actions ... Done |
151 | 2023-10-04T02:25:30.943Z | Planning: Consolidating action changes ... Done |
152 | 2023-10-04T02:25:31.368Z | Planning: Evaluating mediators ... Done |
153 | 2023-10-04T02:25:31.372Z | Planning: Planning completed in 0.71 seconds |
154 | 2023-10-04T02:25:31.421Z | Mediators to change: 2 |
155 | 2023-10-04T02:25:31.425Z | Create boot environment: No |
156 | 2023-10-04T02:25:31.428Z | Create backup boot environment: No |
157 | 2023-10-04T02:25:31.568Z | Done |
158 | 2023-10-04T02:25:31.572Z | Done |
159 | 2023-10-04T02:25:31.659Z | Done |
160 | 2023-10-04T02:25:37.435Z | Done |
161 | 2023-10-04T02:25:37.460Z | Done |
162 | 2023-10-04T02:25:37.470Z | Done |
163 | 2023-10-04T02:25:37.620Z | Done |
164 | 2023-10-04T02:25:38.607Z | Planning: Evaluating mediator changes ... Done |
165 | 2023-10-04T02:25:38.630Z | Planning: Merging actions ... Done |
166 | 2023-10-04T02:25:38.936Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-10-04T02:25:38.941Z | Planning: Consolidating action changes ... Done |
168 | 2023-10-04T02:25:39.407Z | Planning: Evaluating mediators ... Done |
169 | 2023-10-04T02:25:39.456Z | Planning: Planning completed in 1.28 seconds |
170 | 2023-10-04T02:25:39.511Z | Packages to change: 1 |
171 | 2023-10-04T02:25:39.514Z | Mediators to change: 1 |
172 | 2023-10-04T02:25:39.517Z | Services to change: 1 |
173 | 2023-10-04T02:25:39.520Z | Create boot environment: No |
174 | 2023-10-04T02:25:39.523Z | Create backup boot environment: Yes |
175 | 2023-10-04T02:25:41.748Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2023-10-04T02:25:41.751Z | Actions: Completed 6 actions in 0.00 seconds. |
177 | 2023-10-04T02:25:41.760Z | Done |
178 | 2023-10-04T02:25:41.842Z | Done |
179 | 2023-10-04T02:25:41.866Z | Done |
180 | 2023-10-04T02:25:47.516Z | Done |
181 | 2023-10-04T02:25:47.638Z | Done |
182 | 2023-10-04T02:25:47.641Z | Done |
183 | 2023-10-04T02:25:47.728Z | Done |
184 | 2023-10-04T02:25:48.405Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2023-10-04T02:25:48.408Z | clang system 15 system |
186 | 2023-10-04T02:25:48.411Z | csh system system illumos |
187 | 2023-10-04T02:25:48.414Z | ctags system system illumos |
188 | 2023-10-04T02:25:48.417Z | gcc vendor 12 vendor |
189 | 2023-10-04T02:25:48.420Z | gcc system 10 system |
190 | 2023-10-04T02:25:48.423Z | gcc system 7 system |
191 | 2023-10-04T02:25:48.427Z | go system 1.20 system |
192 | 2023-10-04T02:25:48.430Z | go system 1.19 system |
193 | 2023-10-04T02:25:48.433Z | llvm system 15 system |
194 | 2023-10-04T02:25:48.436Z | llvm system 14 system |
195 | 2023-10-04T02:25:48.442Z | mariadb system 10.6 system |
196 | 2023-10-04T02:25:48.444Z | mta vendor vendor dma |
197 | 2023-10-04T02:25:48.447Z | openjdk system 17 system |
198 | 2023-10-04T02:25:48.451Z | openjdk system 11 system |
199 | 2023-10-04T02:25:48.453Z | openjdk system 1.8 system |
200 | 2023-10-04T02:25:48.456Z | openssl vendor 3 vendor |
201 | 2023-10-04T02:25:48.459Z | perl system 5.36 system |
202 | 2023-10-04T02:25:48.462Z | postgresql system 15 system |
203 | 2023-10-04T02:25:48.465Z | postgresql system 13 system |
204 | 2023-10-04T02:25:48.467Z | python vendor 3 vendor |
205 | 2023-10-04T02:25:48.470Z | python system 2 system |
206 | 2023-10-04T02:25:48.473Z | python3 system 3.11 system |
207 | 2023-10-04T02:25:48.476Z | ruby system 3.0 system |
208 | 2023-10-04T02:25:48.479Z | words vendor vendor american-english |
209 | 2023-10-04T02:25:48.482Z | words system system australian-english |
210 | 2023-10-04T02:25:48.485Z | words system system british-english |
211 | 2023-10-04T02:25:48.488Z | words system system canadian-english |
212 | 2023-10-04T02:25:48.491Z | words system system french |
213 | 2023-10-04T02:25:48.494Z | words system system italian |
214 | 2023-10-04T02:25:48.497Z | words system system ngerman |
215 | 2023-10-04T02:25:48.500Z | words system system ogerman |
216 | 2023-10-04T02:25:48.503Z | words system system spanish |
217 | 2023-10-04T02:25:48.944Z | FMRI IFO |
218 | 2023-10-04T02:25:48.948Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2023-10-04T02:25:48.952Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2023-10-04T02:25:48.955Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2023-10-04T02:25:48.958Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
222 | 2023-10-04T02:25:48.961Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
223 | 2023-10-04T02:25:48.964Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
224 | 2023-10-04T02:25:49.019Z | + set -o errexit |
225 | 2023-10-04T02:25:49.023Z | +++ dirname ./tools/ci_download_cockroachdb |
226 | 2023-10-04T02:25:49.029Z | ++ cd ./tools |
227 | 2023-10-04T02:25:49.063Z | ++ pwd |
228 | 2023-10-04T02:25:49.071Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
229 | 2023-10-04T02:25:49.074Z | ++ basename ./tools/ci_download_cockroachdb |
230 | 2023-10-04T02:25:49.077Z | + ARG0=ci_download_cockroachdb |
231 | 2023-10-04T02:25:49.084Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
232 | 2023-10-04T02:25:49.087Z | + CIDL_VERSION=v22.1.9 |
233 | 2023-10-04T02:25:49.090Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
234 | 2023-10-04T02:25:49.094Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
235 | 2023-10-04T02:25:49.100Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
236 | 2023-10-04T02:25:49.103Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
237 | 2023-10-04T02:25:49.106Z | + TARGET_DIR=out |
238 | 2023-10-04T02:25:49.110Z | + DOWNLOAD_DIR=out/downloads |
239 | 2023-10-04T02:25:49.113Z | + DEST_DIR=./out/cockroachdb |
240 | 2023-10-04T02:25:49.117Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
241 | 2023-10-04T02:25:49.120Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
242 | 2023-10-04T02:25:49.124Z | + main |
243 | 2023-10-04T02:25:49.128Z | + [[ 0 != 0 ]] |
244 | 2023-10-04T02:25:49.131Z | + CIDL_OS=solaris2.11 |
245 | 2023-10-04T02:25:49.134Z | + [[ 0 != 0 ]] |
246 | 2023-10-04T02:25:49.138Z | + configure_os solaris2.11 |
247 | 2023-10-04T02:25:49.141Z | + echo 'current directory: /work/oxidecomputer/omicron' |
248 | 2023-10-04T02:25:49.145Z | current directory: /work/oxidecomputer/omicron |
249 | 2023-10-04T02:25:49.149Z | + echo 'configuring based on OS: "solaris2.11"' |
250 | 2023-10-04T02:25:49.154Z | configuring based on OS: "solaris2.11" |
251 | 2023-10-04T02:25:49.158Z | + case "$1" in |
252 | 2023-10-04T02:25:49.161Z | + CIDL_BUILD=illumos |
253 | 2023-10-04T02:25:49.164Z | + CIDL_SUFFIX=tar.gz |
254 | 2023-10-04T02:25:49.168Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-10-04T02:25:49.172Z | + CIDL_MD5FUNC=do_md5sum |
256 | 2023-10-04T02:25:49.176Z | + CIDL_URL_BASE=https://illumos.org/downloads |
257 | 2023-10-04T02:25:49.179Z | + CIDL_ASSEMBLE=do_assemble_illumos |
258 | 2023-10-04T02:25:49.183Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
259 | 2023-10-04T02:25:49.187Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
260 | 2023-10-04T02:25:49.190Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-04T02:25:49.196Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
262 | 2023-10-04T02:25:49.200Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-04T02:25:49.204Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-10-04T02:25:49.207Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-04T02:25:49.210Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
266 | 2023-10-04T02:25:49.213Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-04T02:25:49.217Z | + mkdir -p out/downloads |
268 | 2023-10-04T02:25:49.220Z | + mkdir -p ./out/cockroachdb |
269 | 2023-10-04T02:25:49.224Z | + local DO_DOWNLOAD=true |
270 | 2023-10-04T02:25:49.227Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
271 | 2023-10-04T02:25:49.230Z | + '[' true == true ']' |
272 | 2023-10-04T02:25:49.234Z | + echo Downloading... |
273 | 2023-10-04T02:25:49.237Z | Downloading... |
274 | 2023-10-04T02:25:49.248Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-04T02:25:49.252Z | + 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 |
276 | 2023-10-04T02:25:51.262Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-04T02:25:51.266Z | ++ md5sum |
278 | 2023-10-04T02:25:51.269Z | ++ awk '{print $1}' |
279 | 2023-10-04T02:25:51.458Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-10-04T02:25:51.465Z | + [[ 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 ]] |
281 | 2023-10-04T02:25:51.473Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-04T02:25:51.487Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
283 | 2023-10-04T02:25:55.081Z | + do_assemble_illumos |
284 | 2023-10-04T02:25:55.084Z | + rm -r ./out/cockroachdb |
285 | 2023-10-04T02:25:55.087Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
286 | 2023-10-04T02:25:55.704Z | + ./out/cockroachdb/bin/cockroach version |
287 | 2023-10-04T02:25:55.913Z | Build Tag: v22.1.9-dirty |
288 | 2023-10-04T02:25:55.923Z | Build Time: 2022/10/26 21:17:46 |
289 | 2023-10-04T02:25:55.928Z | Distribution: OSS |
290 | 2023-10-04T02:25:55.933Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
291 | 2023-10-04T02:25:55.938Z | Go Version: go1.17.13 |
292 | 2023-10-04T02:25:55.941Z | C Compiler: gcc 10.3.0 |
293 | 2023-10-04T02:25:55.945Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
294 | 2023-10-04T02:25:55.949Z | Build Type: release |
295 | 2023-10-04T02:25:55.954Z | + set -o errexit |
296 | 2023-10-04T02:25:55.963Z | +++ dirname ./tools/ci_download_clickhouse |
297 | 2023-10-04T02:25:55.972Z | ++ cd ./tools |
298 | 2023-10-04T02:25:55.988Z | ++ pwd |
299 | 2023-10-04T02:25:55.995Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
300 | 2023-10-04T02:25:55.999Z | ++ basename ./tools/ci_download_clickhouse |
301 | 2023-10-04T02:25:56.003Z | + ARG0=ci_download_clickhouse |
302 | 2023-10-04T02:25:56.007Z | + TARGET_DIR=out |
303 | 2023-10-04T02:25:56.015Z | + DOWNLOAD_DIR=out/downloads |
304 | 2023-10-04T02:25:56.019Z | + DEST_DIR=./out/clickhouse |
305 | 2023-10-04T02:25:56.023Z | + CIDL_VERSION=v22.8.9.24 |
306 | 2023-10-04T02:25:56.030Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
307 | 2023-10-04T02:25:56.035Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
308 | 2023-10-04T02:25:56.039Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
309 | 2023-10-04T02:25:56.043Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
310 | 2023-10-04T02:25:56.047Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
311 | 2023-10-04T02:25:56.052Z | + main |
312 | 2023-10-04T02:25:56.057Z | + [[ 0 != 0 ]] |
313 | 2023-10-04T02:25:56.064Z | + CIDL_OS=solaris2.11 |
314 | 2023-10-04T02:25:56.073Z | + [[ 0 != 0 ]] |
315 | 2023-10-04T02:25:56.078Z | + configure_os solaris2.11 |
316 | 2023-10-04T02:25:56.087Z | + echo 'current directory: /work/oxidecomputer/omicron' |
317 | 2023-10-04T02:25:56.501Z | current directory: /work/oxidecomputer/omicron |
318 | 2023-10-04T02:25:56.510Z | + echo 'configuring based on OS: "solaris2.11"' |
319 | 2023-10-04T02:25:56.514Z | configuring based on OS: "solaris2.11" |
320 | 2023-10-04T02:25:56.516Z | + CIDL_DASHREV= |
321 | 2023-10-04T02:25:56.519Z | + case "$1" in |
322 | 2023-10-04T02:25:56.522Z | + CIDL_PLATFORM=illumos |
323 | 2023-10-04T02:25:56.525Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
324 | 2023-10-04T02:25:56.528Z | + CIDL_MD5FUNC=do_md5sum |
325 | 2023-10-04T02:25:56.531Z | + CIDL_DASHREV=-1 |
326 | 2023-10-04T02:25:56.534Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
327 | 2023-10-04T02:25:56.537Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-04T02:25:56.540Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-04T02:25:56.543Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-04T02:25:56.547Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-04T02:25:56.550Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-04T02:25:56.553Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
333 | 2023-10-04T02:25:56.557Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
334 | 2023-10-04T02:25:56.560Z | + mkdir -p out/downloads |
335 | 2023-10-04T02:25:56.563Z | + mkdir -p ./out/clickhouse |
336 | 2023-10-04T02:25:56.566Z | + local DO_DOWNLOAD=true |
337 | 2023-10-04T02:25:56.569Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
338 | 2023-10-04T02:25:56.572Z | + '[' true == true ']' |
339 | 2023-10-04T02:25:56.575Z | + echo Downloading... |
340 | 2023-10-04T02:25:56.578Z | Downloading... |
341 | 2023-10-04T02:25:56.581Z | + 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 |
342 | 2023-10-04T02:25:56.584Z | + 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 |
343 | 2023-10-04T02:25:57.368Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-04T02:25:57.371Z | ++ md5sum |
345 | 2023-10-04T02:25:57.374Z | ++ awk '{print $1}' |
346 | 2023-10-04T02:25:57.631Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
347 | 2023-10-04T02:25:57.634Z | + [[ 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 ]] |
348 | 2023-10-04T02:25:57.638Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
349 | 2023-10-04T02:25:57.642Z | + mkdir -p ./out/clickhouse |
350 | 2023-10-04T02:25:57.646Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
351 | 2023-10-04T02:26:02.789Z | + ./out/clickhouse/clickhouse server --version |
352 | 2023-10-04T02:26:02.845Z | ClickHouse server version 22.8.9.1. |
353 | 2023-10-04T02:26:02.864Z | + set -o errexit |
354 | 2023-10-04T02:26:02.871Z | +++ dirname ./tools/ci_download_console |
355 | 2023-10-04T02:26:02.881Z | ++ cd ./tools |
356 | 2023-10-04T02:26:02.891Z | ++ pwd |
357 | 2023-10-04T02:26:02.901Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
358 | 2023-10-04T02:26:02.908Z | ++ basename ./tools/ci_download_console |
359 | 2023-10-04T02:26:02.915Z | + ARG0=ci_download_console |
360 | 2023-10-04T02:26:02.944Z | + TARGET_DIR=out |
361 | 2023-10-04T02:26:02.981Z | + DOWNLOAD_DIR=out/downloads |
362 | 2023-10-04T02:26:03.002Z | + DEST_DIR=./out/console-assets |
363 | 2023-10-04T02:26:03.420Z | + source /work/oxidecomputer/omicron/tools/console_version |
364 | 2023-10-04T02:26:03.425Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
365 | 2023-10-04T02:26:03.429Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
366 | 2023-10-04T02:26:03.432Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
367 | 2023-10-04T02:26:03.436Z | + TARBALL_FILE=out/downloads/console.tar.gz |
368 | 2023-10-04T02:26:03.442Z | + main |
369 | 2023-10-04T02:26:03.448Z | + [[ 0 != 0 ]] |
370 | 2023-10-04T02:26:03.869Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
371 | 2023-10-04T02:26:03.895Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
372 | 2023-10-04T02:26:03.903Z | + echo 'Local file: out/downloads/console.tar.gz' |
373 | 2023-10-04T02:26:03.913Z | Local file: out/downloads/console.tar.gz |
374 | 2023-10-04T02:26:03.922Z | + local DO_DOWNLOAD=true |
375 | 2023-10-04T02:26:03.939Z | + [[ -f out/downloads/console.tar.gz ]] |
376 | 2023-10-04T02:26:03.953Z | + mkdir -p out/downloads |
377 | 2023-10-04T02:26:03.969Z | + '[' true == true ']' |
378 | 2023-10-04T02:26:03.979Z | + echo Downloading... |
379 | 2023-10-04T02:26:03.996Z | Downloading... |
380 | 2023-10-04T02:26:04.001Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
381 | 2023-10-04T02:26:04.005Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
382 | 2023-10-04T02:26:04.012Z | ++ do_sha256sum out/downloads/console.tar.gz |
383 | 2023-10-04T02:26:04.018Z | ++ case "$OSTYPE" in |
384 | 2023-10-04T02:26:04.025Z | ++ SHA=sha256sum |
385 | 2023-10-04T02:26:04.032Z | ++ sha256sum |
386 | 2023-10-04T02:26:04.040Z | ++ awk '{print $1}' |
387 | 2023-10-04T02:26:04.050Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
388 | 2023-10-04T02:26:04.061Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
389 | 2023-10-04T02:26:04.069Z | + rm -rf ./out/console-assets |
390 | 2023-10-04T02:26:04.083Z | + mkdir -p ./out/console-assets |
391 | 2023-10-04T02:26:04.096Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
392 | 2023-10-04T02:26:04.114Z | + mkdir -p ./out/console-assets |
393 | 2023-10-04T02:26:04.132Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
394 | 2023-10-04T02:26:04.544Z | + set -o errexit |
395 | 2023-10-04T02:26:04.552Z | +++ dirname ./tools/ci_download_maghemite_openapi |
396 | 2023-10-04T02:26:04.556Z | ++ cd ./tools |
397 | 2023-10-04T02:26:04.566Z | ++ pwd |
398 | 2023-10-04T02:26:04.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2023-10-04T02:26:04.581Z | ++ basename ./tools/ci_download_maghemite_openapi |
400 | 2023-10-04T02:26:04.588Z | + ARG0=ci_download_maghemite_openapi |
401 | 2023-10-04T02:26:04.591Z | + TARGET_DIR=out |
402 | 2023-10-04T02:26:04.594Z | + DOWNLOAD_DIR=out/downloads |
403 | 2023-10-04T02:26:04.600Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
404 | 2023-10-04T02:26:04.604Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
405 | 2023-10-04T02:26:04.607Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
406 | 2023-10-04T02:26:04.612Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
407 | 2023-10-04T02:26:04.615Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
408 | 2023-10-04T02:26:04.619Z | + main |
409 | 2023-10-04T02:26:04.623Z | + [[ 0 != 0 ]] |
410 | 2023-10-04T02:26:04.627Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
411 | 2023-10-04T02:26:04.630Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
412 | 2023-10-04T02:26:04.635Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
413 | 2023-10-04T02:26:04.638Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
414 | 2023-10-04T02:26:04.642Z | + local DO_DOWNLOAD=true |
415 | 2023-10-04T02:26:04.646Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
416 | 2023-10-04T02:26:04.683Z | + mkdir -p out/downloads |
417 | 2023-10-04T02:26:04.688Z | + '[' true == true ']' |
418 | 2023-10-04T02:26:04.692Z | + echo Downloading... |
419 | 2023-10-04T02:26:04.695Z | Downloading... |
420 | 2023-10-04T02:26:04.699Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-04T02:26:04.702Z | + 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 |
422 | 2023-10-04T02:26:04.707Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-04T02:26:04.711Z | ++ case "$OSTYPE" in |
424 | 2023-10-04T02:26:04.714Z | ++ SHA=sha256sum |
425 | 2023-10-04T02:26:04.718Z | ++ sha256sum |
426 | 2023-10-04T02:26:04.723Z | ++ awk '{print $1}' |
427 | 2023-10-04T02:26:04.727Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
428 | 2023-10-04T02:26:04.730Z | + [[ 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 ]] |
429 | 2023-10-04T02:26:04.735Z | + set -o errexit |
430 | 2023-10-04T02:26:04.738Z | +++ dirname ./tools/ci_download_dendrite_openapi |
431 | 2023-10-04T02:26:04.743Z | ++ cd ./tools |
432 | 2023-10-04T02:26:04.747Z | ++ pwd |
433 | 2023-10-04T02:26:04.751Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
434 | 2023-10-04T02:26:04.754Z | ++ basename ./tools/ci_download_dendrite_openapi |
435 | 2023-10-04T02:26:04.758Z | + ARG0=ci_download_dendrite_openapi |
436 | 2023-10-04T02:26:04.763Z | + TARGET_DIR=out |
437 | 2023-10-04T02:26:04.767Z | + DOWNLOAD_DIR=out/downloads |
438 | 2023-10-04T02:26:04.773Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
439 | 2023-10-04T02:26:04.777Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
440 | 2023-10-04T02:26:04.780Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
441 | 2023-10-04T02:26:04.784Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
442 | 2023-10-04T02:26:04.787Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
443 | 2023-10-04T02:26:04.792Z | + main |
444 | 2023-10-04T02:26:04.796Z | + [[ 0 != 0 ]] |
445 | 2023-10-04T02:26:04.802Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
446 | 2023-10-04T02:26:04.810Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
447 | 2023-10-04T02:26:04.830Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
448 | 2023-10-04T02:26:05.248Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
449 | 2023-10-04T02:26:05.256Z | Downloading... |
450 | 2023-10-04T02:26:05.263Z | + local DO_DOWNLOAD=true |
451 | 2023-10-04T02:26:05.269Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
452 | 2023-10-04T02:26:05.273Z | + mkdir -p out/downloads |
453 | 2023-10-04T02:26:05.278Z | + '[' true == true ']' |
454 | 2023-10-04T02:26:05.282Z | + echo Downloading... |
455 | 2023-10-04T02:26:05.288Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
456 | 2023-10-04T02:26:05.292Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
457 | 2023-10-04T02:26:05.296Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
458 | 2023-10-04T02:26:05.301Z | ++ case "$OSTYPE" in |
459 | 2023-10-04T02:26:05.304Z | current directory: /work/oxidecomputer/omicron |
460 | 2023-10-04T02:26:05.324Z | ++ SHA=sha256sum |
461 | 2023-10-04T02:26:05.343Z | configuring based on OS: "solaris2.11" |
462 | 2023-10-04T02:26:05.786Z | ++ sha256sum |
463 | 2023-10-04T02:26:05.808Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
464 | 2023-10-04T02:26:05.819Z | ++ awk '{print $1}' |
465 | 2023-10-04T02:26:05.851Z | Local file: out/downloads/dendrite-stub.tar.gz |
466 | 2023-10-04T02:26:05.863Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
467 | 2023-10-04T02:26:05.869Z | Downloading... |
468 | 2023-10-04T02:26:05.880Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
469 | 2023-10-04T02:26:05.889Z | + set -o errexit |
470 | 2023-10-04T02:26:05.903Z | +++ dirname ./tools/ci_download_dendrite_stub |
471 | 2023-10-04T02:26:05.908Z | ++ cd ./tools |
472 | 2023-10-04T02:26:05.917Z | ++ pwd |
473 | 2023-10-04T02:26:05.922Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
474 | 2023-10-04T02:26:05.928Z | ++ basename ./tools/ci_download_dendrite_stub |
475 | 2023-10-04T02:26:05.945Z | + ARG0=ci_download_dendrite_stub |
476 | 2023-10-04T02:26:05.957Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
477 | 2023-10-04T02:26:05.964Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
478 | 2023-10-04T02:26:05.976Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
479 | 2023-10-04T02:26:05.983Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
480 | 2023-10-04T02:26:05.987Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-10-04T02:26:06.002Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
482 | 2023-10-04T02:26:06.021Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
483 | 2023-10-04T02:26:06.034Z | + TARGET_DIR=out |
484 | 2023-10-04T02:26:06.045Z | + DOWNLOAD_DIR=out/downloads |
485 | 2023-10-04T02:26:06.055Z | + DEST_DIR=./out/dendrite-stub |
486 | 2023-10-04T02:26:06.064Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
487 | 2023-10-04T02:26:06.073Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
488 | 2023-10-04T02:26:06.079Z | + REPO=oxidecomputer/dendrite |
489 | 2023-10-04T02:26:06.087Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
490 | 2023-10-04T02:26:06.092Z | + main |
491 | 2023-10-04T02:26:06.095Z | + [[ 0 != 0 ]] |
492 | 2023-10-04T02:26:06.112Z | + CIDL_OS=solaris2.11 |
493 | 2023-10-04T02:26:06.119Z | + [[ 0 != 0 ]] |
494 | 2023-10-04T02:26:06.123Z | + configure_os solaris2.11 |
495 | 2023-10-04T02:26:06.127Z | + echo 'current directory: /work/oxidecomputer/omicron' |
496 | 2023-10-04T02:26:06.130Z | + echo 'configuring based on OS: "solaris2.11"' |
497 | 2023-10-04T02:26:06.133Z | + case "$1" in |
498 | 2023-10-04T02:26:06.137Z | + SET_BINARIES= |
499 | 2023-10-04T02:26:06.142Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
500 | 2023-10-04T02:26:06.146Z | + CIDL_SHA256FUNC=do_sha256sum |
501 | 2023-10-04T02:26:06.149Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
502 | 2023-10-04T02:26:06.152Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
503 | 2023-10-04T02:26:06.156Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
504 | 2023-10-04T02:26:06.162Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
505 | 2023-10-04T02:26:06.166Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
506 | 2023-10-04T02:26:06.169Z | + mkdir -p out/downloads |
507 | 2023-10-04T02:26:06.172Z | + mkdir -p ./out/dendrite-stub |
508 | 2023-10-04T02:26:06.175Z | + fetch_and_verify |
509 | 2023-10-04T02:26:06.178Z | + local DO_DOWNLOAD=true |
510 | 2023-10-04T02:26:06.184Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
511 | 2023-10-04T02:26:06.187Z | + '[' true == true ']' |
512 | 2023-10-04T02:26:06.190Z | + echo Downloading... |
513 | 2023-10-04T02:26:06.193Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-04T02:26:06.196Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
515 | 2023-10-04T02:26:15.865Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
516 | 2023-10-04T02:26:15.873Z | ++ sha256sum |
517 | 2023-10-04T02:26:15.878Z | ++ awk '{print $1}' |
518 | 2023-10-04T02:26:15.974Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
519 | 2023-10-04T02:26:15.987Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
520 | 2023-10-04T02:26:15.992Z | + do_untar out/downloads/dendrite-stub.tar.gz |
521 | 2023-10-04T02:26:16.001Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
522 | 2023-10-04T02:26:16.979Z | + do_assemble |
523 | 2023-10-04T02:26:16.982Z | + rm -r ./out/dendrite-stub |
524 | 2023-10-04T02:26:16.985Z | + mkdir ./out/dendrite-stub |
525 | 2023-10-04T02:26:16.988Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
526 | 2023-10-04T02:26:17.219Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
527 | 2023-10-04T02:26:17.222Z | + set -o errexit |
528 | 2023-10-04T02:26:17.238Z | +++ dirname ./tools/ci_download_transceiver_control |
529 | 2023-10-04T02:26:17.246Z | ++ cd ./tools |
530 | 2023-10-04T02:26:17.260Z | ++ pwd |
531 | 2023-10-04T02:26:17.273Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2023-10-04T02:26:17.281Z | ++ basename ./tools/ci_download_transceiver_control |
533 | 2023-10-04T02:26:17.293Z | + ARG0=ci_download_transceiver_control |
534 | 2023-10-04T02:26:17.305Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
535 | 2023-10-04T02:26:17.315Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
536 | 2023-10-04T02:26:17.327Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
537 | 2023-10-04T02:26:17.334Z | + TARGET_DIR=out |
538 | 2023-10-04T02:26:17.341Z | + DOWNLOAD_DIR=out/downloads |
539 | 2023-10-04T02:26:17.352Z | + DEST_DIR=./out/transceiver-control |
540 | 2023-10-04T02:26:17.366Z | + BIN_DIR=/opt/oxide/bin |
541 | 2023-10-04T02:26:17.371Z | + BINARY=xcvradm |
542 | 2023-10-04T02:26:17.376Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2023-10-04T02:26:17.387Z | + REPO=oxidecomputer/transceiver-control |
544 | 2023-10-04T02:26:17.395Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
545 | 2023-10-04T02:26:17.401Z | + main |
546 | 2023-10-04T02:26:17.407Z | + [[ 0 != 0 ]] |
547 | 2023-10-04T02:26:17.411Z | + CIDL_OS=solaris2.11 |
548 | 2023-10-04T02:26:17.415Z | + [[ 0 != 0 ]] |
549 | 2023-10-04T02:26:17.423Z | + configure_os solaris2.11 |
550 | 2023-10-04T02:26:17.432Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2023-10-04T02:26:17.440Z | current directory: /work/oxidecomputer/omicron |
552 | 2023-10-04T02:26:17.447Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2023-10-04T02:26:17.456Z | configuring based on OS: "solaris2.11" |
554 | 2023-10-04T02:26:17.466Z | + case "$1" in |
555 | 2023-10-04T02:26:17.473Z | + SET_BINARIES= |
556 | 2023-10-04T02:26:17.481Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
557 | 2023-10-04T02:26:17.498Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2023-10-04T02:26:17.511Z | + ARCHIVE_FILENAME=xcvradm.gz |
559 | 2023-10-04T02:26:17.521Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
560 | 2023-10-04T02:26:17.950Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
561 | 2023-10-04T02:26:17.957Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
562 | 2023-10-04T02:26:17.962Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
563 | 2023-10-04T02:26:17.965Z | + echo 'Local file: out/downloads/xcvradm.gz' |
564 | 2023-10-04T02:26:17.970Z | Local file: out/downloads/xcvradm.gz |
565 | 2023-10-04T02:26:17.975Z | + mkdir -p out/downloads |
566 | 2023-10-04T02:26:17.979Z | + mkdir -p ./out/transceiver-control |
567 | 2023-10-04T02:26:17.983Z | + fetch_and_verify |
568 | 2023-10-04T02:26:17.988Z | + local DO_DOWNLOAD=true |
569 | 2023-10-04T02:26:17.992Z | + [[ -f out/downloads/xcvradm.gz ]] |
570 | 2023-10-04T02:26:17.996Z | + '[' true == true ']' |
571 | 2023-10-04T02:26:18.000Z | + echo Downloading... |
572 | 2023-10-04T02:26:18.004Z | Downloading... |
573 | 2023-10-04T02:26:18.007Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
574 | 2023-10-04T02:26:18.012Z | + 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 |
575 | 2023-10-04T02:26:21.678Z | ++ do_sha256sum out/downloads/xcvradm.gz |
576 | 2023-10-04T02:26:21.684Z | ++ sha256sum |
577 | 2023-10-04T02:26:21.688Z | ++ awk '{print $1}' |
578 | 2023-10-04T02:26:21.727Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
579 | 2023-10-04T02:26:21.731Z | + [[ 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 ]] |
580 | 2023-10-04T02:26:21.734Z | + do_unpack out/downloads/xcvradm.gz |
581 | 2023-10-04T02:26:21.737Z | + mkdir -p out/downloads/root//opt/oxide/bin |
582 | 2023-10-04T02:26:21.739Z | + gzip -dc out/downloads/xcvradm.gz |
583 | 2023-10-04T02:26:21.913Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
584 | 2023-10-04T02:26:21.916Z | + do_assemble |
585 | 2023-10-04T02:26:21.919Z | + rm -r ./out/transceiver-control |
586 | 2023-10-04T02:26:21.922Z | + mkdir ./out/transceiver-control |
587 | 2023-10-04T02:26:21.925Z | + cp -r out/downloads/root ./out/transceiver-control/root |
588 | 2023-10-04T02:26:22.049Z | All prerequisites installed successfully |
589 | 2023-10-04T02:26:22.054Z | |
590 | 2023-10-04T02:26:22.059Z | real 2:11.731643865 |
591 | 2023-10-04T02:26:22.063Z | user 48.021518630 |
592 | 2023-10-04T02:26:22.068Z | sys 9.697865575 |
593 | 2023-10-04T02:26:22.073Z | trap 0.026264969 |
594 | 2023-10-04T02:26:22.078Z | tflt 0.252726418 |
595 | 2023-10-04T02:26:22.085Z | dflt 0.467212096 |
596 | 2023-10-04T02:26:22.098Z | kflt 0.207124945 |
597 | 2023-10-04T02:26:22.105Z | lock 1.549799909 |
598 | 2023-10-04T02:26:22.111Z | slp 4:05.860819552 |
599 | 2023-10-04T02:26:22.116Z | lat 4.032080733 |
600 | 2023-10-04T02:26:22.125Z | stop 0.061600892 |
601 | 2023-10-04T02:26:22.129Z | + ptime -m ./tools/ci_download_softnpu_machinery |
602 | 2023-10-04T02:26:22.138Z | fetching npuzone |
603 | 2023-10-04T02:26:22.148Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
604 | 2023-10-04T02:26:22.156Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
605 | 2023-10-04T02:26:22.168Z | Getting hash for npuzone |
606 | 2023-10-04T02:26:22.248Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
607 | 2023-10-04T02:26:36.046Z | npuzone downloaded successfully |
608 | 2023-10-04T02:26:36.050Z | |
609 | 2023-10-04T02:26:36.054Z | real 13.996400716 |
610 | 2023-10-04T02:26:36.060Z | user 0.555559880 |
611 | 2023-10-04T02:26:36.063Z | sys 0.167650241 |
612 | 2023-10-04T02:26:36.067Z | trap 0.000034378 |
613 | 2023-10-04T02:26:36.070Z | tflt 0.000000000 |
614 | 2023-10-04T02:26:36.073Z | dflt 0.000000000 |
615 | 2023-10-04T02:26:36.077Z | kflt 0.000000000 |
616 | 2023-10-04T02:26:36.080Z | lock 0.000000000 |
617 | 2023-10-04T02:26:36.084Z | slp 41.045701340 |
618 | 2023-10-04T02:26:36.090Z | lat 0.184459559 |
619 | 2023-10-04T02:26:36.093Z | stop 0.000268103 |
620 | 2023-10-04T02:26:36.097Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
621 | 2023-10-04T02:26:36.407Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
622 | 2023-10-04T02:26:36.778Z | Updating crates.io index |
623 | 2023-10-04T02:26:36.786Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
624 | 2023-10-04T02:26:37.424Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
625 | 2023-10-04T02:26:38.264Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
626 | 2023-10-04T02:26:39.947Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
627 | 2023-10-04T02:26:40.571Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
628 | 2023-10-04T02:26:40.887Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
629 | 2023-10-04T02:26:41.254Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
630 | 2023-10-04T02:26:41.552Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
631 | 2023-10-04T02:26:42.477Z | Updating git repository `https://github.com/oxidecomputer/opte` |
632 | 2023-10-04T02:26:43.415Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
633 | 2023-10-04T02:26:43.804Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
634 | 2023-10-04T02:26:44.102Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
635 | 2023-10-04T02:26:44.470Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
636 | 2023-10-04T02:26:44.801Z | Updating git repository `https://github.com/njaremko/samael` |
637 | 2023-10-04T02:26:45.173Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
638 | 2023-10-04T02:26:46.805Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
639 | 2023-10-04T02:26:47.242Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
640 | 2023-10-04T02:26:48.337Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
641 | 2023-10-04T02:26:48.466Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
642 | 2023-10-04T02:26:48.831Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
643 | 2023-10-04T02:26:57.149Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
644 | 2023-10-04T02:26:57.508Z | Updating git repository `https://github.com/jgallagher/nix` |
645 | 2023-10-04T02:26:58.782Z | Updating git repository `https://github.com/cbiffle/hubpack` |
646 | 2023-10-04T02:26:59.166Z | Updating git repository `https://github.com/oxidecomputer/typify` |
647 | 2023-10-04T02:27:00.168Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
648 | 2023-10-04T02:27:00.603Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
649 | 2023-10-04T02:27:00.918Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
650 | 2023-10-04T02:27:02.541Z | Downloading crates ... |
651 | 2023-10-04T02:27:02.775Z | Downloaded http-body v0.4.5 |
652 | 2023-10-04T02:27:02.793Z | Downloaded cargo-platform v0.1.3 |
653 | 2023-10-04T02:27:02.799Z | Downloaded macaddr v1.0.1 |
654 | 2023-10-04T02:27:02.807Z | Downloaded http v0.2.9 |
655 | 2023-10-04T02:27:02.810Z | Downloaded indoc v2.0.3 |
656 | 2023-10-04T02:27:02.815Z | Downloaded nom v7.1.3 |
657 | 2023-10-04T02:27:02.826Z | Downloaded num_enum v0.5.11 |
658 | 2023-10-04T02:27:02.841Z | Downloaded multer v2.1.0 |
659 | 2023-10-04T02:27:02.847Z | Downloaded ident_case v1.0.1 |
660 | 2023-10-04T02:27:02.853Z | Downloaded libloading v0.7.4 |
661 | 2023-10-04T02:27:02.860Z | Downloaded crc32fast v1.3.2 |
662 | 2023-10-04T02:27:02.868Z | Downloaded uuid v1.4.1 |
663 | 2023-10-04T02:27:02.878Z | Downloaded bitflags v2.4.0 |
664 | 2023-10-04T02:27:02.884Z | Downloaded itertools v0.10.5 |
665 | 2023-10-04T02:27:02.899Z | Downloaded ciborium-io v0.2.1 |
666 | 2023-10-04T02:27:02.905Z | Downloaded lru-cache v0.1.2 |
667 | 2023-10-04T02:27:02.910Z | Downloaded new_debug_unreachable v1.0.4 |
668 | 2023-10-04T02:27:02.913Z | Downloaded hubpack_derive v0.1.1 |
669 | 2023-10-04T02:27:02.916Z | Downloaded num v0.4.1 |
670 | 2023-10-04T02:27:02.920Z | Downloaded indexmap v1.9.3 |
671 | 2023-10-04T02:27:02.926Z | Downloaded nodrop v0.1.14 |
672 | 2023-10-04T02:27:02.931Z | Downloaded maplit v1.0.2 |
673 | 2023-10-04T02:27:02.935Z | Downloaded autocfg v1.1.0 |
674 | 2023-10-04T02:27:02.938Z | Downloaded bytes v1.5.0 |
675 | 2023-10-04T02:27:02.950Z | Downloaded camino-tempfile v1.0.2 |
676 | 2023-10-04T02:27:02.954Z | Downloaded num-derive v0.4.0 |
677 | 2023-10-04T02:27:02.967Z | Downloaded clap_derive v4.4.2 |
678 | 2023-10-04T02:27:02.971Z | Downloaded ipnetwork v0.20.0 |
679 | 2023-10-04T02:27:02.982Z | Downloaded hubpack v0.1.2 |
680 | 2023-10-04T02:27:02.987Z | Downloaded cancel-safe-futures v0.1.2 |
681 | 2023-10-04T02:27:02.992Z | Downloaded bb8 v0.8.1 |
682 | 2023-10-04T02:27:02.996Z | Downloaded clang-sys v1.6.1 |
683 | 2023-10-04T02:27:02.999Z | Downloaded num_cpus v1.16.0 |
684 | 2023-10-04T02:27:03.002Z | Downloaded console v0.15.7 |
685 | 2023-10-04T02:27:03.006Z | Downloaded miniz_oxide v0.7.1 |
686 | 2023-10-04T02:27:03.011Z | Downloaded zeroize v1.6.0 |
687 | 2023-10-04T02:27:03.016Z | Downloaded time-macros v0.2.13 |
688 | 2023-10-04T02:27:03.020Z | Downloaded xattr v1.0.1 |
689 | 2023-10-04T02:27:03.025Z | Downloaded fxhash v0.2.1 |
690 | 2023-10-04T02:27:03.028Z | Downloaded humantime v2.1.0 |
691 | 2023-10-04T02:27:03.032Z | Downloaded cookie v0.16.2 |
692 | 2023-10-04T02:27:03.036Z | Downloaded ff v0.13.0 |
693 | 2023-10-04T02:27:03.041Z | Downloaded vergen v8.2.4 |
694 | 2023-10-04T02:27:03.045Z | Downloaded strsim v0.8.0 |
695 | 2023-10-04T02:27:03.050Z | Downloaded ascii v1.1.0 |
696 | 2023-10-04T02:27:03.053Z | Downloaded oso-derive v0.26.4 |
697 | 2023-10-04T02:27:03.057Z | Downloaded scheduled-thread-pool v0.2.7 |
698 | 2023-10-04T02:27:03.062Z | Downloaded pin-utils v0.1.0 |
699 | 2023-10-04T02:27:03.069Z | Downloaded tokio-rustls v0.24.1 |
700 | 2023-10-04T02:27:03.073Z | Downloaded openssl-probe v0.1.5 |
701 | 2023-10-04T02:27:03.077Z | Downloaded vsss-rs v3.3.1 |
702 | 2023-10-04T02:27:03.081Z | Downloaded num-complex v0.4.4 |
703 | 2023-10-04T02:27:03.086Z | Downloaded stringprep v0.1.3 |
704 | 2023-10-04T02:27:03.089Z | Downloaded futures-channel v0.3.28 |
705 | 2023-10-04T02:27:03.093Z | Downloaded thiserror v1.0.48 |
706 | 2023-10-04T02:27:03.096Z | Downloaded foreign-types-shared v0.3.1 |
707 | 2023-10-04T02:27:03.099Z | Downloaded strip-ansi-escapes v0.2.0 |
708 | 2023-10-04T02:27:03.102Z | Downloaded smf v0.2.2 |
709 | 2023-10-04T02:27:03.106Z | Downloaded num_enum v0.7.0 |
710 | 2023-10-04T02:27:03.113Z | Downloaded darling_macro v0.20.3 |
711 | 2023-10-04T02:27:03.116Z | Downloaded signal-hook-registry v1.4.1 |
712 | 2023-10-04T02:27:03.119Z | Downloaded slog-dtrace v0.2.3 |
713 | 2023-10-04T02:27:03.122Z | Downloaded sha1 v0.10.5 |
714 | 2023-10-04T02:27:03.125Z | Downloaded darling_macro v0.14.4 |
715 | 2023-10-04T02:27:03.129Z | Downloaded subprocess v0.2.9 |
716 | 2023-10-04T02:27:03.132Z | Downloaded pkcs8 v0.10.2 |
717 | 2023-10-04T02:27:03.136Z | Downloaded fatfs v0.3.6 |
718 | 2023-10-04T02:27:03.142Z | Downloaded parse-display v0.7.0 |
719 | 2023-10-04T02:27:03.145Z | Downloaded base64 v0.21.4 |
720 | 2023-10-04T02:27:03.155Z | Downloaded doc-comment v0.3.3 |
721 | 2023-10-04T02:27:03.158Z | Downloaded predicates-tree v1.0.9 |
722 | 2023-10-04T02:27:03.161Z | Downloaded peeking_take_while v0.1.2 |
723 | 2023-10-04T02:27:03.164Z | Downloaded rand_chacha v0.3.1 |
724 | 2023-10-04T02:27:03.172Z | Downloaded float-cmp v0.9.0 |
725 | 2023-10-04T02:27:03.186Z | Downloaded pest_derive v2.7.2 |
726 | 2023-10-04T02:27:03.204Z | Downloaded url v2.4.1 |
727 | 2023-10-04T02:27:03.217Z | Downloaded headers-core v0.2.0 |
728 | 2023-10-04T02:27:03.226Z | Downloaded display-error-chain v0.1.1 |
729 | 2023-10-04T02:27:03.236Z | Downloaded rand_xorshift v0.3.0 |
730 | 2023-10-04T02:27:03.242Z | Downloaded unicase v2.7.0 |
731 | 2023-10-04T02:27:03.249Z | Downloaded resolv-conf v0.7.0 |
732 | 2023-10-04T02:27:03.255Z | Downloaded futures-io v0.3.28 |
733 | 2023-10-04T02:27:03.261Z | Downloaded serde_path_to_error v0.1.14 |
734 | 2023-10-04T02:27:03.266Z | Downloaded serde_yaml v0.9.25 |
735 | 2023-10-04T02:27:03.271Z | Downloaded quick-error v1.2.3 |
736 | 2023-10-04T02:27:03.275Z | Downloaded sha2 v0.10.7 |
737 | 2023-10-04T02:27:03.280Z | Downloaded ppv-lite86 v0.2.17 |
738 | 2023-10-04T02:27:03.287Z | Downloaded postgres-types v0.2.6 |
739 | 2023-10-04T02:27:03.292Z | Downloaded zone_cfg_derive v0.2.0 |
740 | 2023-10-04T02:27:03.295Z | Downloaded rustls-pemfile v1.0.3 |
741 | 2023-10-04T02:27:03.299Z | Downloaded rustc_version v0.1.7 |
742 | 2023-10-04T02:27:03.303Z | Downloaded precomputed-hash v0.1.1 |
743 | 2023-10-04T02:27:03.308Z | Downloaded toml_edit v0.19.15 |
744 | 2023-10-04T02:27:03.313Z | Downloaded phf_shared v0.10.0 |
745 | 2023-10-04T02:27:03.318Z | Downloaded ena v0.14.2 |
746 | 2023-10-04T02:27:03.325Z | Downloaded data-encoding v2.4.0 |
747 | 2023-10-04T02:27:03.330Z | Downloaded version_check v0.9.4 |
748 | 2023-10-04T02:27:03.334Z | Downloaded ron v0.8.1 |
749 | 2023-10-04T02:27:03.341Z | Downloaded proc-macro-error v1.0.4 |
750 | 2023-10-04T02:27:03.346Z | Downloaded curve25519-dalek-derive v0.1.0 |
751 | 2023-10-04T02:27:03.354Z | Downloaded tinyvec_macros v0.1.1 |
752 | 2023-10-04T02:27:03.358Z | Downloaded predicates-core v1.0.6 |
753 | 2023-10-04T02:27:03.366Z | Downloaded usdt v0.3.5 |
754 | 2023-10-04T02:27:03.375Z | Downloaded futures-core v0.3.28 |
755 | 2023-10-04T02:27:03.383Z | Downloaded serde_urlencoded v0.7.1 |
756 | 2023-10-04T02:27:03.388Z | Downloaded generic-array v0.14.7 |
757 | 2023-10-04T02:27:03.394Z | Downloaded unicode-segmentation v1.10.1 |
758 | 2023-10-04T02:27:03.401Z | Downloaded enum-iterator-derive v1.2.1 |
759 | 2023-10-04T02:27:03.406Z | Downloaded twox-hash v1.6.3 |
760 | 2023-10-04T02:27:03.413Z | Downloaded ryu v1.0.15 |
761 | 2023-10-04T02:27:03.418Z | Downloaded newtype_derive v0.1.6 |
762 | 2023-10-04T02:27:03.422Z | Downloaded unicode-linebreak v0.1.5 |
763 | 2023-10-04T02:27:03.428Z | Downloaded ucd-trie v0.1.6 |
764 | 2023-10-04T02:27:03.434Z | Downloaded parking_lot_core v0.8.6 |
765 | 2023-10-04T02:27:03.442Z | Downloaded unarray v0.1.4 |
766 | 2023-10-04T02:27:03.449Z | Downloaded hkdf v0.12.3 |
767 | 2023-10-04T02:27:03.458Z | Downloaded equivalent v1.0.1 |
768 | 2023-10-04T02:27:03.466Z | Downloaded ed25519 v1.5.3 |
769 | 2023-10-04T02:27:03.474Z | Downloaded foreign-types v0.5.0 |
770 | 2023-10-04T02:27:03.481Z | Downloaded siphasher v0.3.11 |
771 | 2023-10-04T02:27:03.489Z | Downloaded colored v2.0.4 |
772 | 2023-10-04T02:27:03.497Z | Downloaded num-rational v0.4.1 |
773 | 2023-10-04T02:27:03.503Z | Downloaded path-slash v0.1.5 |
774 | 2023-10-04T02:27:03.510Z | Downloaded dirs-sys-next v0.1.2 |
775 | 2023-10-04T02:27:03.517Z | Downloaded tough v0.12.5 |
776 | 2023-10-04T02:27:03.523Z | Downloaded instant v0.1.12 |
777 | 2023-10-04T02:27:03.536Z | Downloaded futures-task v0.3.28 |
778 | 2023-10-04T02:27:03.543Z | Downloaded openssl-macros v0.1.1 |
779 | 2023-10-04T02:27:03.553Z | Downloaded fnv v1.0.7 |
780 | 2023-10-04T02:27:03.565Z | Downloaded thread_local v1.1.7 |
781 | 2023-10-04T02:27:03.574Z | Downloaded strum_macros v0.25.2 |
782 | 2023-10-04T02:27:03.582Z | Downloaded cstr-argument v0.1.2 |
783 | 2023-10-04T02:27:03.592Z | Downloaded num_enum_derive v0.7.0 |
784 | 2023-10-04T02:27:03.601Z | Downloaded slog-stdlog v4.1.1 |
785 | 2023-10-04T02:27:03.613Z | Downloaded fallible-streaming-iterator v0.1.9 |
786 | 2023-10-04T02:27:03.620Z | Downloaded either v1.9.0 |
787 | 2023-10-04T02:27:03.666Z | Downloaded ref-cast-impl v1.0.20 |
788 | 2023-10-04T02:27:03.675Z | Downloaded papergrid v0.10.0 |
789 | 2023-10-04T02:27:03.690Z | Downloaded scopeguard v1.2.0 |
790 | 2023-10-04T02:27:03.703Z | Downloaded env_logger v0.9.3 |
791 | 2023-10-04T02:27:03.709Z | Downloaded deranged v0.3.8 |
792 | 2023-10-04T02:27:03.715Z | Downloaded memoffset v0.7.1 |
793 | 2023-10-04T02:27:03.720Z | Downloaded toolchain_find v0.2.0 |
794 | 2023-10-04T02:27:03.727Z | Downloaded dyn-clone v1.0.13 |
795 | 2023-10-04T02:27:03.730Z | Downloaded half v1.8.2 |
796 | 2023-10-04T02:27:03.733Z | Downloaded parse-display-derive v0.7.0 |
797 | 2023-10-04T02:27:03.736Z | Downloaded serde_derive_internals v0.26.0 |
798 | 2023-10-04T02:27:03.741Z | Downloaded derive_builder_macro v0.12.0 |
799 | 2023-10-04T02:27:03.744Z | Downloaded pretty-hex v0.2.1 |
800 | 2023-10-04T02:27:03.748Z | Downloaded enum-iterator v1.4.1 |
801 | 2023-10-04T02:27:03.754Z | Downloaded pkg-config v0.3.27 |
802 | 2023-10-04T02:27:03.758Z | Downloaded group v0.13.0 |
803 | 2023-10-04T02:27:03.762Z | Downloaded strum_macros v0.24.3 |
804 | 2023-10-04T02:27:03.766Z | Downloaded omicron-zone-package v0.8.3 |
805 | 2023-10-04T02:27:03.769Z | Downloaded unicode-ident v1.0.12 |
806 | 2023-10-04T02:27:03.774Z | Downloaded futures-macro v0.3.28 |
807 | 2023-10-04T02:27:03.780Z | Downloaded structopt-derive v0.4.18 |
808 | 2023-10-04T02:27:03.784Z | Downloaded foreign-types-shared v0.1.1 |
809 | 2023-10-04T02:27:03.788Z | Downloaded is-terminal v0.4.9 |
810 | 2023-10-04T02:27:03.791Z | Downloaded postcard v0.7.3 |
811 | 2023-10-04T02:27:03.795Z | Downloaded rand_core v0.6.4 |
812 | 2023-10-04T02:27:03.798Z | Downloaded funty v2.0.0 |
813 | 2023-10-04T02:27:03.805Z | Downloaded digest v0.10.7 |
814 | 2023-10-04T02:27:03.815Z | Downloaded serde_arrays v0.1.0 |
815 | 2023-10-04T02:27:03.819Z | Downloaded darling_core v0.20.3 |
816 | 2023-10-04T02:27:03.822Z | Downloaded sha-1 v0.10.1 |
817 | 2023-10-04T02:27:03.825Z | Downloaded derive_builder_core v0.12.0 |
818 | 2023-10-04T02:27:03.831Z | Downloaded oso v0.26.4 |
819 | 2023-10-04T02:27:03.834Z | Downloaded rustc-hash v1.1.0 |
820 | 2023-10-04T02:27:03.838Z | Downloaded thiserror-impl v1.0.48 |
821 | 2023-10-04T02:27:03.842Z | Downloaded heapless v0.7.16 |
822 | 2023-10-04T02:27:03.846Z | Downloaded ringbuffer v0.14.2 |
823 | 2023-10-04T02:27:03.849Z | Downloaded der_derive v0.7.2 |
824 | 2023-10-04T02:27:03.855Z | Downloaded reqwest v0.11.20 |
825 | 2023-10-04T02:27:03.858Z | Downloaded poly1305 v0.8.0 |
826 | 2023-10-04T02:27:03.862Z | Downloaded hyper v0.14.27 |
827 | 2023-10-04T02:27:03.866Z | Downloaded textwrap v0.16.0 |
828 | 2023-10-04T02:27:03.870Z | Downloaded debug-ignore v1.0.5 |
829 | 2023-10-04T02:27:03.873Z | Downloaded serde v1.0.188 |
830 | 2023-10-04T02:27:03.876Z | Downloaded hashbrown v0.14.0 |
831 | 2023-10-04T02:27:03.882Z | Downloaded schemars v0.8.13 |
832 | 2023-10-04T02:27:03.886Z | Downloaded futures v0.3.28 |
833 | 2023-10-04T02:27:03.889Z | Downloaded pest_meta v2.7.2 |
834 | 2023-10-04T02:27:03.893Z | Downloaded flate2 v1.0.27 |
835 | 2023-10-04T02:27:03.897Z | Downloaded pest v2.7.2 |
836 | 2023-10-04T02:27:03.900Z | Downloaded quick-xml v0.23.1 |
837 | 2023-10-04T02:27:03.906Z | Downloaded headers v0.3.9 |
838 | 2023-10-04T02:27:03.909Z | Downloaded webpki-roots v0.25.2 |
839 | 2023-10-04T02:27:03.912Z | Downloaded darling_core v0.14.4 |
840 | 2023-10-04T02:27:03.918Z | Downloaded libxml v0.3.3 |
841 | 2023-10-04T02:27:03.921Z | Downloaded git2 v0.17.2 |
842 | 2023-10-04T02:27:03.924Z | Downloaded serde_json v1.0.107 |
843 | 2023-10-04T02:27:03.933Z | Downloaded trust-dns-proto v0.22.0 |
844 | 2023-10-04T02:27:03.936Z | Downloaded portable-atomic v1.4.3 |
845 | 2023-10-04T02:27:03.941Z | Downloaded object v0.30.4 |
846 | 2023-10-04T02:27:03.943Z | Downloaded lalrpop v0.19.12 |
847 | 2023-10-04T02:27:03.947Z | Downloaded crossterm v0.27.0 |
848 | 2023-10-04T02:27:03.952Z | Downloaded ratatui v0.23.0 |
849 | 2023-10-04T02:27:03.955Z | Downloaded curve25519-dalek v4.1.0 |
850 | 2023-10-04T02:27:03.958Z | Downloaded smoltcp v0.9.1 |
851 | 2023-10-04T02:27:03.961Z | Downloaded proptest v1.2.0 |
852 | 2023-10-04T02:27:03.964Z | Downloaded radix_trie v0.2.1 |
853 | 2023-10-04T02:27:03.969Z | Downloaded rustix v0.37.23 |
854 | 2023-10-04T02:27:03.975Z | Downloaded syn v1.0.109 |
855 | 2023-10-04T02:27:03.978Z | Downloaded rustls v0.21.7 |
856 | 2023-10-04T02:27:03.986Z | Downloaded bstr v1.6.0 |
857 | 2023-10-04T02:27:04.007Z | Downloaded openssl v0.10.57 |
858 | 2023-10-04T02:27:04.027Z | Downloaded object v0.32.1 |
859 | 2023-10-04T02:27:04.048Z | Downloaded diesel v2.1.1 |
860 | 2023-10-04T02:27:04.100Z | Downloaded sha3 v0.10.8 |
861 | 2023-10-04T02:27:04.105Z | Downloaded zerocopy-derive v0.2.0 |
862 | 2023-10-04T02:27:04.113Z | Downloaded openapiv3 v1.0.3 |
863 | 2023-10-04T02:27:04.140Z | Downloaded libc v0.2.148 |
864 | 2023-10-04T02:27:04.184Z | Downloaded tokio v1.32.0 |
865 | 2023-10-04T02:27:04.370Z | Downloaded sled v0.34.7 |
866 | 2023-10-04T02:27:04.380Z | Downloaded rustix v0.38.9 |
867 | 2023-10-04T02:27:04.385Z | Downloaded regex-syntax v0.7.5 |
868 | 2023-10-04T02:27:04.390Z | Downloaded polar-core v0.26.4 |
869 | 2023-10-04T02:27:04.396Z | Downloaded encoding_rs v0.8.33 |
870 | 2023-10-04T02:27:04.400Z | Downloaded regex-automata v0.3.8 |
871 | 2023-10-04T02:27:04.418Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
872 | 2023-10-04T02:27:04.443Z | Downloaded zerocopy-derive v0.6.3 |
873 | 2023-10-04T02:27:04.463Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
874 | 2023-10-04T02:27:04.572Z | Downloaded libz-sys v1.1.12 |
875 | 2023-10-04T02:27:04.689Z | Downloaded nix v0.26.2 |
876 | 2023-10-04T02:27:04.708Z | Downloaded h2 v0.3.21 |
877 | 2023-10-04T02:27:04.719Z | Downloaded petgraph v0.6.4 |
878 | 2023-10-04T02:27:04.743Z | Downloaded bstr v0.2.17 |
879 | 2023-10-04T02:27:04.761Z | Downloaded tabled v0.14.0 |
880 | 2023-10-04T02:27:04.788Z | Downloaded idna v0.4.0 |
881 | 2023-10-04T02:27:04.800Z | Downloaded idna v0.2.3 |
882 | 2023-10-04T02:27:04.813Z | Downloaded smoltcp v0.8.2 |
883 | 2023-10-04T02:27:04.830Z | Downloaded chrono v0.4.31 |
884 | 2023-10-04T02:27:04.844Z | Downloaded gimli v0.28.0 |
885 | 2023-10-04T02:27:04.859Z | Downloaded regex-syntax v0.6.29 |
886 | 2023-10-04T02:27:04.873Z | Downloaded der v0.7.8 |
887 | 2023-10-04T02:27:04.882Z | Downloaded rusqlite v0.29.0 |
888 | 2023-10-04T02:27:04.893Z | Downloaded syn v2.0.32 |
889 | 2023-10-04T02:27:04.912Z | Downloaded regress v0.7.1 |
890 | 2023-10-04T02:27:04.926Z | Downloaded regex v1.9.5 |
891 | 2023-10-04T02:27:04.949Z | Downloaded rustls-webpki v0.101.4 |
892 | 2023-10-04T02:27:04.975Z | Downloaded clap v2.34.0 |
893 | 2023-10-04T02:27:04.989Z | Downloaded rayon v1.7.0 |
894 | 2023-10-04T02:27:05.008Z | Downloaded rayon-core v1.11.0 |
895 | 2023-10-04T02:27:05.019Z | Downloaded trust-dns-resolver v0.22.0 |
896 | 2023-10-04T02:27:05.025Z | Downloaded vcpkg v0.2.15 |
897 | 2023-10-04T02:27:05.091Z | Downloaded typenum v1.16.0 |
898 | 2023-10-04T02:27:05.096Z | Downloaded hashbrown v0.13.2 |
899 | 2023-10-04T02:27:05.103Z | Downloaded aho-corasick v1.0.4 |
900 | 2023-10-04T02:27:05.113Z | Downloaded unicode-normalization v0.1.22 |
901 | 2023-10-04T02:27:05.121Z | Downloaded platforms v3.0.2 |
902 | 2023-10-04T02:27:05.136Z | Downloaded rand v0.8.5 |
903 | 2023-10-04T02:27:05.141Z | Downloaded regex-automata v0.1.10 |
904 | 2023-10-04T02:27:05.147Z | Downloaded winnow v0.5.15 |
905 | 2023-10-04T02:27:05.153Z | Downloaded derive_more v0.99.17 |
906 | 2023-10-04T02:27:05.162Z | Downloaded serde_with v2.3.3 |
907 | 2023-10-04T02:27:05.171Z | Downloaded elliptic-curve v0.13.5 |
908 | 2023-10-04T02:27:05.178Z | Downloaded num-bigint-dig v0.8.4 |
909 | 2023-10-04T02:27:05.186Z | Downloaded clap_builder v4.4.2 |
910 | 2023-10-04T02:27:05.199Z | Downloaded semver v1.0.18 |
911 | 2023-10-04T02:27:05.202Z | Downloaded libsqlite3-sys v0.26.0 |
912 | 2023-10-04T02:27:05.343Z | Downloaded ring v0.16.20 |
913 | 2023-10-04T02:27:05.506Z | Downloaded salty v0.2.0 |
914 | 2023-10-04T02:27:05.515Z | Downloaded bitvec v1.0.1 |
915 | 2023-10-04T02:27:05.543Z | Downloaded futures-util v0.3.28 |
916 | 2023-10-04T02:27:05.563Z | Downloaded x509-cert v0.2.4 |
917 | 2023-10-04T02:27:05.573Z | Downloaded rusty-fork v0.3.0 |
918 | 2023-10-04T02:27:05.576Z | Downloaded serde_tokenstream v0.2.0 |
919 | 2023-10-04T02:27:05.582Z | Downloaded paste v1.0.14 |
920 | 2023-10-04T02:27:05.586Z | Downloaded password-hash v0.5.0 |
921 | 2023-10-04T02:27:05.590Z | Downloaded fs-err v2.9.0 |
922 | 2023-10-04T02:27:05.605Z | Downloaded schemars_derive v0.8.13 |
923 | 2023-10-04T02:27:05.612Z | Downloaded hex v0.4.3 |
924 | 2023-10-04T02:27:05.616Z | Downloaded enum-as-inner v0.5.1 |
925 | 2023-10-04T02:27:05.619Z | Downloaded block-padding v0.3.3 |
926 | 2023-10-04T02:27:05.622Z | Downloaded const_format_proc_macros v0.2.31 |
927 | 2023-10-04T02:27:05.625Z | Downloaded parking_lot_core v0.9.8 |
928 | 2023-10-04T02:27:05.630Z | Downloaded olpc-cjson v0.1.3 |
929 | 2023-10-04T02:27:05.633Z | Downloaded pem-rfc7468 v0.7.0 |
930 | 2023-10-04T02:27:05.636Z | Downloaded rustc-demangle v0.1.23 |
931 | 2023-10-04T02:27:05.639Z | Downloaded proc-macro2 v1.0.67 |
932 | 2023-10-04T02:27:05.644Z | Downloaded crypto-bigint v0.5.2 |
933 | 2023-10-04T02:27:05.648Z | Downloaded crypto-common v0.1.6 |
934 | 2023-10-04T02:27:05.652Z | Downloaded derive_builder v0.12.0 |
935 | 2023-10-04T02:27:05.656Z | Downloaded slog v2.7.0 |
936 | 2023-10-04T02:27:05.659Z | Downloaded tungstenite v0.17.3 |
937 | 2023-10-04T02:27:05.663Z | Downloaded reedline v0.23.0 |
938 | 2023-10-04T02:27:05.666Z | Downloaded flume v0.11.0 |
939 | 2023-10-04T02:27:05.669Z | Downloaded tungstenite v0.18.0 |
940 | 2023-10-04T02:27:05.674Z | Downloaded percent-encoding v2.3.0 |
941 | 2023-10-04T02:27:05.680Z | Downloaded stable_deref_trait v1.2.0 |
942 | 2023-10-04T02:27:05.685Z | Downloaded usdt-impl v0.3.5 |
943 | 2023-10-04T02:27:05.724Z | Downloaded predicates v2.1.5 |
944 | 2023-10-04T02:27:05.730Z | Downloaded io-lifetimes v1.0.11 |
945 | 2023-10-04T02:27:05.736Z | Downloaded diesel_derives v2.1.1 |
946 | 2023-10-04T02:27:05.740Z | Downloaded smallvec v1.11.0 |
947 | 2023-10-04T02:27:05.746Z | Downloaded time v0.3.27 |
948 | 2023-10-04T02:27:05.749Z | Downloaded once_cell v1.18.0 |
949 | 2023-10-04T02:27:05.752Z | Downloaded crossterm v0.26.1 |
950 | 2023-10-04T02:27:05.755Z | Downloaded pem v1.1.1 |
951 | 2023-10-04T02:27:05.769Z | Downloaded aes v0.8.3 |
952 | 2023-10-04T02:27:05.773Z | Downloaded bindgen v0.65.1 |
953 | 2023-10-04T02:27:05.777Z | Downloaded slog-bunyan v2.4.0 |
954 | 2023-10-04T02:27:05.781Z | Downloaded serde_with_macros v2.3.3 |
955 | 2023-10-04T02:27:05.784Z | Downloaded parking_lot v0.12.1 |
956 | 2023-10-04T02:27:05.788Z | Downloaded similar v2.2.1 |
957 | 2023-10-04T02:27:05.791Z | Downloaded proc-macro-error-attr v1.0.4 |
958 | 2023-10-04T02:27:05.795Z | Downloaded structmeta v0.1.6 |
959 | 2023-10-04T02:27:05.799Z | Downloaded strsim v0.10.0 |
960 | 2023-10-04T02:27:05.803Z | Downloaded spki v0.7.2 |
961 | 2023-10-04T02:27:05.807Z | Downloaded ref-cast v1.0.20 |
962 | 2023-10-04T02:27:05.813Z | Downloaded hash32 v0.2.1 |
963 | 2023-10-04T02:27:05.818Z | Downloaded parking_lot v0.11.2 |
964 | 2023-10-04T02:27:05.822Z | Downloaded unicode-bidi v0.3.13 |
965 | 2023-10-04T02:27:05.826Z | Downloaded hashbrown v0.12.3 |
966 | 2023-10-04T02:27:05.829Z | Downloaded snafu v0.7.5 |
967 | 2023-10-04T02:27:05.833Z | Downloaded tracing v0.1.37 |
968 | 2023-10-04T02:27:05.837Z | Downloaded itertools v0.11.0 |
969 | 2023-10-04T02:27:05.839Z | Downloaded path-absolutize v3.1.0 |
970 | 2023-10-04T02:27:05.843Z | Downloaded getrandom v0.2.10 |
971 | 2023-10-04T02:27:05.846Z | Downloaded hashlink v0.8.3 |
972 | 2023-10-04T02:27:05.849Z | Downloaded trust-dns-server v0.22.1 |
973 | 2023-10-04T02:27:05.853Z | Downloaded const_format v0.2.31 |
974 | 2023-10-04T02:27:05.857Z | Downloaded rsa v0.9.2 |
975 | 2023-10-04T02:27:05.861Z | Downloaded clap_lex v0.5.1 |
976 | 2023-10-04T02:27:05.864Z | Downloaded ctr v0.9.2 |
977 | 2023-10-04T02:27:05.867Z | Downloaded snafu-derive v0.7.5 |
978 | 2023-10-04T02:27:05.870Z | Downloaded mockall v0.11.4 |
979 | 2023-10-04T02:27:05.873Z | Downloaded path-dedot v3.1.0 |
980 | 2023-10-04T02:27:05.878Z | Downloaded mio v0.8.8 |
981 | 2023-10-04T02:27:05.881Z | Downloaded ron v0.7.1 |
982 | 2023-10-04T02:27:05.884Z | Downloaded rcgen v0.10.0 |
983 | 2023-10-04T02:27:05.890Z | Downloaded signal-hook-mio v0.2.3 |
984 | 2023-10-04T02:27:05.900Z | Downloaded fragile v2.0.0 |
985 | 2023-10-04T02:27:05.908Z | Downloaded futures-sink v0.3.28 |
986 | 2023-10-04T02:27:05.912Z | Downloaded socket2 v0.4.9 |
987 | 2023-10-04T02:27:05.916Z | Downloaded futures-executor v0.3.28 |
988 | 2023-10-04T02:27:05.920Z | Downloaded prettyplease v0.2.12 |
989 | 2023-10-04T02:27:05.925Z | Downloaded yasna v0.5.2 |
990 | 2023-10-04T02:27:05.928Z | Downloaded openssl-sys v0.9.93 |
991 | 2023-10-04T02:27:05.937Z | Downloaded wyz v0.5.1 |
992 | 2023-10-04T02:27:05.940Z | Downloaded dof v0.1.5 |
993 | 2023-10-04T02:27:05.943Z | Downloaded darling v0.14.4 |
994 | 2023-10-04T02:27:05.946Z | Downloaded owo-colors v3.5.0 |
995 | 2023-10-04T02:27:05.949Z | Downloaded diff v0.1.13 |
996 | 2023-10-04T02:27:05.953Z | Downloaded derive-where v1.2.5 |
997 | 2023-10-04T02:27:05.956Z | Downloaded serde_plain v1.0.2 |
998 | 2023-10-04T02:27:05.959Z | Downloaded postgres-protocol v0.6.6 |
999 | 2023-10-04T02:27:05.962Z | Downloaded signature v2.1.0 |
1000 | 2023-10-04T02:27:05.965Z | Downloaded packed_struct v0.10.1 |
1001 | 2023-10-04T02:27:05.968Z | Downloaded darling v0.20.3 |
1002 | 2023-10-04T02:27:05.971Z | Downloaded polyval v0.6.1 |
1003 | 2023-10-04T02:27:05.975Z | Downloaded getopts v0.2.21 |
1004 | 2023-10-04T02:27:05.978Z | Downloaded slog-term v2.9.0 |
1005 | 2023-10-04T02:27:05.984Z | Downloaded tar v0.4.40 |
1006 | 2023-10-04T02:27:05.987Z | Downloaded tokio-util v0.7.8 |
1007 | 2023-10-04T02:27:05.990Z | Downloaded form_urlencoded v1.2.0 |
1008 | 2023-10-04T02:27:05.993Z | Downloaded predicates v3.0.3 |
1009 | 2023-10-04T02:27:05.997Z | Downloaded same-file v1.0.6 |
1010 | 2023-10-04T02:27:06.003Z | Downloaded pin-project-lite v0.2.13 |
1011 | 2023-10-04T02:27:06.007Z | Downloaded postcard-cobs v0.1.5-pre |
1012 | 2023-10-04T02:27:06.010Z | Downloaded dirs-next v2.0.0 |
1013 | 2023-10-04T02:27:06.014Z | Downloaded tracing-core v0.1.31 |
1014 | 2023-10-04T02:27:06.021Z | Downloaded toml_edit v0.20.0 |
1015 | 2023-10-04T02:27:06.027Z | Downloaded num_threads v0.1.6 |
1016 | 2023-10-04T02:27:06.032Z | Downloaded trust-dns-client v0.22.0 |
1017 | 2023-10-04T02:27:06.035Z | Downloaded serde_derive v1.0.188 |
1018 | 2023-10-04T02:27:06.039Z | Downloaded unsafe-libyaml v0.2.9 |
1019 | 2023-10-04T02:27:06.045Z | Downloaded socket2 v0.5.3 |
1020 | 2023-10-04T02:27:06.052Z | Downloaded flagset v0.4.3 |
1021 | 2023-10-04T02:27:06.056Z | Downloaded tokio-postgres v0.7.10 |
1022 | 2023-10-04T02:27:06.062Z | Downloaded difflib v0.4.0 |
1023 | 2023-10-04T02:27:06.066Z | Downloaded packed_struct_codegen v0.10.1 |
1024 | 2023-10-04T02:27:06.069Z | Downloaded serde_repr v0.1.16 |
1025 | 2023-10-04T02:27:06.073Z | Downloaded fixedbitset v0.4.2 |
1026 | 2023-10-04T02:27:06.076Z | Downloaded endian-type v0.1.2 |
1027 | 2023-10-04T02:27:06.081Z | Downloaded tokio-tungstenite v0.17.2 |
1028 | 2023-10-04T02:27:06.087Z | Downloaded smallvec v0.6.14 |
1029 | 2023-10-04T02:27:06.092Z | Downloaded backtrace v0.3.69 |
1030 | 2023-10-04T02:27:06.096Z | Downloaded phf_shared v0.11.2 |
1031 | 2023-10-04T02:27:06.100Z | Downloaded bitstruct v0.1.1 |
1032 | 2023-10-04T02:27:06.105Z | Downloaded tui-tree-widget v0.13.0 |
1033 | 2023-10-04T02:27:06.108Z | Downloaded try-lock v0.2.4 |
1034 | 2023-10-04T02:27:06.113Z | Downloaded serde-big-array v0.4.1 |
1035 | 2023-10-04T02:27:06.117Z | Downloaded const-oid v0.9.5 |
1036 | 2023-10-04T02:27:06.121Z | Downloaded number_prefix v0.4.0 |
1037 | 2023-10-04T02:27:06.124Z | Downloaded globset v0.4.13 |
1038 | 2023-10-04T02:27:06.128Z | Downloaded pkcs1 v0.7.5 |
1039 | 2023-10-04T02:27:06.132Z | Downloaded untrusted v0.7.1 |
1040 | 2023-10-04T02:27:06.135Z | Downloaded rtoolbox v0.0.1 |
1041 | 2023-10-04T02:27:06.138Z | Downloaded mockall_derive v0.11.4 |
1042 | 2023-10-04T02:27:06.141Z | Downloaded memchr v2.6.3 |
1043 | 2023-10-04T02:27:06.144Z | Downloaded unicode-width v0.1.10 |
1044 | 2023-10-04T02:27:06.148Z | Downloaded textwrap v0.11.0 |
1045 | 2023-10-04T02:27:06.153Z | Downloaded zip v0.6.6 |
1046 | 2023-10-04T02:27:06.157Z | Downloaded dtrace-parser v0.1.14 |
1047 | 2023-10-04T02:27:06.160Z | Downloaded downcast v0.11.0 |
1048 | 2023-10-04T02:27:06.163Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1049 | 2023-10-04T02:27:06.167Z | Downloaded env_logger v0.10.0 |
1050 | 2023-10-04T02:27:06.170Z | Downloaded minimal-lexical v0.2.1 |
1051 | 2023-10-04T02:27:06.173Z | Downloaded crossbeam-channel v0.5.8 |
1052 | 2023-10-04T02:27:06.181Z | Downloaded erased-serde v0.3.30 |
1053 | 2023-10-04T02:27:06.187Z | Downloaded zerocopy v0.6.3 |
1054 | 2023-10-04T02:27:06.192Z | Downloaded structmeta-derive v0.1.6 |
1055 | 2023-10-04T02:27:06.198Z | Downloaded proc-macro-crate v1.3.1 |
1056 | 2023-10-04T02:27:06.204Z | Downloaded slog-async v2.8.0 |
1057 | 2023-10-04T02:27:06.211Z | Downloaded signature v1.6.4 |
1058 | 2023-10-04T02:27:06.214Z | Downloaded base64 v0.13.1 |
1059 | 2023-10-04T02:27:06.219Z | Downloaded static_assertions v1.1.0 |
1060 | 2023-10-04T02:27:06.225Z | Downloaded jobserver v0.1.26 |
1061 | 2023-10-04T02:27:06.229Z | Downloaded r2d2 v0.8.10 |
1062 | 2023-10-04T02:27:06.233Z | Downloaded spin v0.9.8 |
1063 | 2023-10-04T02:27:06.240Z | Downloaded signal-hook v0.3.17 |
1064 | 2023-10-04T02:27:06.243Z | Downloaded quote v1.0.33 |
1065 | 2023-10-04T02:27:06.247Z | Downloaded glob v0.3.1 |
1066 | 2023-10-04T02:27:06.252Z | Downloaded shell-words v1.1.0 |
1067 | 2023-10-04T02:27:06.255Z | Downloaded rustls-native-certs v0.6.3 |
1068 | 2023-10-04T02:27:06.258Z | Downloaded phf v0.11.2 |
1069 | 2023-10-04T02:27:06.262Z | Downloaded pest_generator v2.7.2 |
1070 | 2023-10-04T02:27:06.266Z | Downloaded semver-parser v0.10.2 |
1071 | 2023-10-04T02:27:06.271Z | Downloaded radium v0.7.0 |
1072 | 2023-10-04T02:27:06.274Z | Downloaded semver v0.11.0 |
1073 | 2023-10-04T02:27:06.277Z | Downloaded semver v0.1.20 |
1074 | 2023-10-04T02:27:06.281Z | Downloaded rustc_version v0.4.0 |
1075 | 2023-10-04T02:27:06.284Z | Downloaded tap v1.0.1 |
1076 | 2023-10-04T02:27:06.287Z | Downloaded foreign-types v0.3.2 |
1077 | 2023-10-04T02:27:06.293Z | Downloaded pretty-hex v0.3.0 |
1078 | 2023-10-04T02:27:06.298Z | Downloaded smawk v0.3.1 |
1079 | 2023-10-04T02:27:06.301Z | Downloaded arc-swap v1.6.0 |
1080 | 2023-10-04T02:27:06.304Z | Downloaded nu-ansi-term v0.49.0 |
1081 | 2023-10-04T02:27:06.315Z | Downloaded keccak v0.1.4 |
1082 | 2023-10-04T02:27:06.324Z | Downloaded termtree v0.4.1 |
1083 | 2023-10-04T02:27:06.338Z | Downloaded crossbeam-utils v0.8.16 |
1084 | 2023-10-04T02:27:06.346Z | Downloaded md-5 v0.10.5 |
1085 | 2023-10-04T02:27:06.353Z | Downloaded errno v0.3.2 |
1086 | 2023-10-04T02:27:06.357Z | Downloaded foreign-types-macros v0.2.3 |
1087 | 2023-10-04T02:27:06.363Z | Downloaded fallible-iterator v0.2.0 |
1088 | 2023-10-04T02:27:06.366Z | Downloaded rpassword v7.2.0 |
1089 | 2023-10-04T02:27:06.370Z | Downloaded fastrand v2.0.0 |
1090 | 2023-10-04T02:27:06.374Z | Downloaded allocator-api2 v0.2.16 |
1091 | 2023-10-04T02:27:06.377Z | Downloaded zerocopy v0.3.0 |
1092 | 2023-10-04T02:27:06.381Z | Downloaded usdt-macro v0.3.5 |
1093 | 2023-10-04T02:27:06.384Z | Downloaded nanorand v0.7.0 |
1094 | 2023-10-04T02:27:06.387Z | Downloaded mime_guess v2.0.4 |
1095 | 2023-10-04T02:27:06.390Z | Downloaded indicatif v0.17.6 |
1096 | 2023-10-04T02:27:06.395Z | Downloaded string_cache v0.8.7 |
1097 | 2023-10-04T02:27:06.400Z | Downloaded argon2 v0.5.2 |
1098 | 2023-10-04T02:27:06.403Z | Downloaded crc-any v2.4.3 |
1099 | 2023-10-04T02:27:06.406Z | Downloaded strum v0.25.0 |
1100 | 2023-10-04T02:27:06.410Z | Downloaded signal-hook-tokio v0.3.1 |
1101 | 2023-10-04T02:27:06.413Z | Downloaded term v0.7.0 |
1102 | 2023-10-04T02:27:06.415Z | Downloaded addr2line v0.21.0 |
1103 | 2023-10-04T02:27:06.418Z | Downloaded toml v0.7.8 |
1104 | 2023-10-04T02:27:06.421Z | Downloaded toml v0.5.11 |
1105 | 2023-10-04T02:27:06.424Z | Downloaded opaque-debug v0.3.0 |
1106 | 2023-10-04T02:27:06.427Z | Downloaded tempfile v3.8.0 |
1107 | 2023-10-04T02:27:06.431Z | Downloaded toml v0.8.0 |
1108 | 2023-10-04T02:27:06.433Z | Downloaded subtle v2.5.0 |
1109 | 2023-10-04T02:27:06.436Z | Downloaded serde-hex v0.1.0 |
1110 | 2023-10-04T02:27:06.439Z | Downloaded filetime v0.2.22 |
1111 | 2023-10-04T02:27:06.443Z | Downloaded tracing-attributes v0.1.26 |
1112 | 2023-10-04T02:27:06.446Z | Downloaded test-strategy v0.2.1 |
1113 | 2023-10-04T02:27:06.449Z | Downloaded aes-gcm-siv v0.11.1 |
1114 | 2023-10-04T02:27:06.452Z | Downloaded mime v0.3.17 |
1115 | 2023-10-04T02:27:06.455Z | Downloaded clap v4.4.3 |
1116 | 2023-10-04T02:27:06.458Z | Downloaded managed v0.8.0 |
1117 | 2023-10-04T02:27:06.462Z | Downloaded impl-trait-for-tuples v0.2.2 |
1118 | 2023-10-04T02:27:06.465Z | Downloaded anyhow v1.0.75 |
1119 | 2023-10-04T02:27:06.469Z | Downloaded num-traits v0.2.16 |
1120 | 2023-10-04T02:27:06.475Z | Downloaded ahash v0.8.3 |
1121 | 2023-10-04T02:27:06.479Z | Downloaded utf8parse v0.2.1 |
1122 | 2023-10-04T02:27:06.482Z | Downloaded lazycell v1.3.0 |
1123 | 2023-10-04T02:27:06.485Z | Downloaded fd-lock v3.0.13 |
1124 | 2023-10-04T02:27:06.489Z | Downloaded zone v0.2.0 |
1125 | 2023-10-04T02:27:06.492Z | Downloaded colorchoice v1.0.0 |
1126 | 2023-10-04T02:27:06.495Z | Downloaded which v4.4.0 |
1127 | 2023-10-04T02:27:06.498Z | Downloaded vte v0.11.1 |
1128 | 2023-10-04T02:27:06.501Z | Downloaded tokio-tungstenite v0.18.0 |
1129 | 2023-10-04T02:27:06.504Z | Downloaded tiny-keccak v2.0.2 |
1130 | 2023-10-04T02:27:06.507Z | Downloaded termios v0.3.3 |
1131 | 2023-10-04T02:27:06.510Z | Downloaded slog-scope v4.4.0 |
1132 | 2023-10-04T02:27:06.513Z | Downloaded slog-json v2.6.1 |
1133 | 2023-10-04T02:27:06.516Z | Downloaded slog-envlogger v2.2.0 |
1134 | 2023-10-04T02:27:06.519Z | Downloaded sct v0.7.0 |
1135 | 2023-10-04T02:27:06.523Z | Downloaded rustversion v1.0.14 |
1136 | 2023-10-04T02:27:06.526Z | Downloaded topological-sort v0.2.2 |
1137 | 2023-10-04T02:27:06.529Z | Downloaded tokio-macros v2.1.0 |
1138 | 2023-10-04T02:27:06.533Z | Downloaded blake2 v0.10.6 |
1139 | 2023-10-04T02:27:06.537Z | Downloaded aead v0.5.2 |
1140 | 2023-10-04T02:27:06.541Z | Downloaded matches v0.1.10 |
1141 | 2023-10-04T02:27:06.544Z | Downloaded indexmap v2.0.0 |
1142 | 2023-10-04T02:27:06.547Z | Downloaded tower-service v0.3.2 |
1143 | 2023-10-04T02:27:06.550Z | Downloaded tokio-native-tls v0.3.1 |
1144 | 2023-10-04T02:27:06.555Z | Downloaded time-core v0.1.1 |
1145 | 2023-10-04T02:27:06.558Z | Downloaded async-trait v0.1.73 |
1146 | 2023-10-04T02:27:06.562Z | Downloaded cpufeatures v0.2.9 |
1147 | 2023-10-04T02:27:06.565Z | Downloaded synstructure v0.12.6 |
1148 | 2023-10-04T02:27:06.568Z | Downloaded vec_map v0.8.2 |
1149 | 2023-10-04T02:27:06.571Z | Downloaded libefi-sys v0.1.0 |
1150 | 2023-10-04T02:27:06.574Z | Downloaded bzip2 v0.4.4 |
1151 | 2023-10-04T02:27:06.577Z | Downloaded zeroize_derive v1.4.2 |
1152 | 2023-10-04T02:27:06.580Z | Downloaded whoami v1.4.1 |
1153 | 2023-10-04T02:27:06.583Z | Downloaded ciborium v0.2.1 |
1154 | 2023-10-04T02:27:06.586Z | Downloaded atty v0.2.14 |
1155 | 2023-10-04T02:27:06.589Z | Downloaded anstyle-parse v0.2.1 |
1156 | 2023-10-04T02:27:06.591Z | Downloaded walkdir v2.4.0 |
1157 | 2023-10-04T02:27:06.595Z | Downloaded utf-8 v0.7.6 |
1158 | 2023-10-04T02:27:06.598Z | Downloaded slab v0.4.9 |
1159 | 2023-10-04T02:27:06.601Z | Downloaded serde_tokenstream v0.1.7 |
1160 | 2023-10-04T02:27:06.617Z | Downloaded rustfmt-wrapper v0.2.0 |
1161 | 2023-10-04T02:27:06.620Z | Downloaded linked-hash-map v0.5.6 |
1162 | 2023-10-04T02:27:06.623Z | Downloaded nibble_vec v0.1.0 |
1163 | 2023-10-04T02:27:06.626Z | Downloaded async-recursion v1.0.5 |
1164 | 2023-10-04T02:27:06.628Z | Downloaded base16ct v0.2.0 |
1165 | 2023-10-04T02:27:06.631Z | Downloaded unicode-xid v0.2.4 |
1166 | 2023-10-04T02:27:06.634Z | Downloaded toml_datetime v0.6.3 |
1167 | 2023-10-04T02:27:06.638Z | Downloaded thiserror-no-std v2.0.2 |
1168 | 2023-10-04T02:27:06.641Z | Downloaded bitflags v1.3.2 |
1169 | 2023-10-04T02:27:06.646Z | Downloaded thread-id v4.2.0 |
1170 | 2023-10-04T02:27:06.649Z | Downloaded want v0.3.1 |
1171 | 2023-10-04T02:27:06.652Z | Downloaded usdt-attr-macro v0.3.5 |
1172 | 2023-10-04T02:27:06.655Z | Downloaded shlex v1.1.0 |
1173 | 2023-10-04T02:27:06.660Z | Downloaded serde-big-array v0.5.1 |
1174 | 2023-10-04T02:27:06.663Z | Downloaded camino v1.1.6 |
1175 | 2023-10-04T02:27:06.666Z | Downloaded buf-list v1.0.3 |
1176 | 2023-10-04T02:27:06.669Z | Downloaded heck v0.3.3 |
1177 | 2023-10-04T02:27:06.672Z | Downloaded block-buffer v0.10.4 |
1178 | 2023-10-04T02:27:06.739Z | Downloaded bit_field v0.10.2 |
1179 | 2023-10-04T02:27:06.745Z | Downloaded heck v0.4.1 |
1180 | 2023-10-04T02:27:06.749Z | Downloaded ansi_term v0.12.1 |
1181 | 2023-10-04T02:27:06.753Z | Downloaded crunchy v0.2.2 |
1182 | 2023-10-04T02:27:06.756Z | Downloaded waitgroup v0.1.2 |
1183 | 2023-10-04T02:27:06.759Z | Downloaded serde_spanned v0.6.3 |
1184 | 2023-10-04T02:27:06.762Z | Downloaded secrecy v0.8.0 |
1185 | 2023-10-04T02:27:06.767Z | Downloaded ipnet v2.8.0 |
1186 | 2023-10-04T02:27:06.772Z | Downloaded crc v3.0.1 |
1187 | 2023-10-04T02:27:06.776Z | Downloaded cfg-if v0.1.10 |
1188 | 2023-10-04T02:27:06.779Z | Downloaded async-stream v0.3.5 |
1189 | 2023-10-04T02:27:06.782Z | Downloaded anstyle-query v1.0.0 |
1190 | 2023-10-04T02:27:06.788Z | Downloaded ascii-canvas v3.0.0 |
1191 | 2023-10-04T02:27:06.797Z | Downloaded wait-timeout v0.2.0 |
1192 | 2023-10-04T02:27:06.801Z | Downloaded vte_generate_state_changes v0.1.1 |
1193 | 2023-10-04T02:27:06.804Z | Downloaded universal-hash v0.5.1 |
1194 | 2023-10-04T02:27:06.807Z | Downloaded corncobs v0.1.3 |
1195 | 2023-10-04T02:27:06.810Z | Downloaded num-integer v0.1.45 |
1196 | 2023-10-04T02:27:06.813Z | Downloaded maybe-uninit v2.0.0 |
1197 | 2023-10-04T02:27:06.816Z | Downloaded bitfield v0.14.0 |
1198 | 2023-10-04T02:27:06.819Z | Downloaded home v0.5.5 |
1199 | 2023-10-04T02:27:06.822Z | Downloaded bincode v1.3.3 |
1200 | 2023-10-04T02:27:06.825Z | Downloaded backoff v0.4.0 |
1201 | 2023-10-04T02:27:06.828Z | Downloaded anstream v0.5.0 |
1202 | 2023-10-04T02:27:06.831Z | Downloaded lock_api v0.4.10 |
1203 | 2023-10-04T02:27:06.834Z | Downloaded num_enum_derive v0.5.11 |
1204 | 2023-10-04T02:27:06.836Z | Downloaded normalize-line-endings v0.3.0 |
1205 | 2023-10-04T02:27:06.840Z | Downloaded lazy_static v1.4.0 |
1206 | 2023-10-04T02:27:06.844Z | Downloaded ciborium-ll v0.2.1 |
1207 | 2023-10-04T02:27:06.847Z | Downloaded indoc v1.0.9 |
1208 | 2023-10-04T02:27:06.850Z | Downloaded async-stream-impl v0.3.5 |
1209 | 2023-10-04T02:27:06.853Z | Downloaded anstyle v1.0.2 |
1210 | 2023-10-04T02:27:06.856Z | Downloaded convert_case v0.4.0 |
1211 | 2023-10-04T02:27:06.860Z | Downloaded bytecount v0.6.3 |
1212 | 2023-10-04T02:27:06.864Z | Downloaded bitstruct_derive v0.1.0 |
1213 | 2023-10-04T02:27:06.869Z | Downloaded base64ct v1.6.0 |
1214 | 2023-10-04T02:27:06.871Z | Downloaded linear-map v1.2.0 |
1215 | 2023-10-04T02:27:06.874Z | Downloaded libm v0.2.7 |
1216 | 2023-10-04T02:27:06.882Z | Downloaded inout v0.1.3 |
1217 | 2023-10-04T02:27:06.885Z | Downloaded crossbeam-queue v0.3.8 |
1218 | 2023-10-04T02:27:06.892Z | Downloaded array-init v0.0.4 |
1219 | 2023-10-04T02:27:06.894Z | Downloaded assert_matches v1.5.0 |
1220 | 2023-10-04T02:27:06.898Z | Downloaded tinyvec v1.6.0 |
1221 | 2023-10-04T02:27:06.901Z | Downloaded match_cfg v0.1.0 |
1222 | 2023-10-04T02:27:06.904Z | Downloaded log v0.4.20 |
1223 | 2023-10-04T02:27:06.907Z | Downloaded memoffset v0.9.0 |
1224 | 2023-10-04T02:27:06.910Z | Downloaded hyper-staticfile v0.9.5 |
1225 | 2023-10-04T02:27:06.913Z | Downloaded crossbeam-deque v0.8.3 |
1226 | 2023-10-04T02:27:06.916Z | Downloaded cc v1.0.83 |
1227 | 2023-10-04T02:27:06.919Z | Downloaded crossbeam-epoch v0.9.15 |
1228 | 2023-10-04T02:27:06.922Z | Downloaded crossbeam v0.8.2 |
1229 | 2023-10-04T02:27:06.926Z | Downloaded tokio-stream v0.1.14 |
1230 | 2023-10-04T02:27:06.929Z | Downloaded thiserror-impl-no-std v2.0.2 |
1231 | 2023-10-04T02:27:06.932Z | Downloaded structopt v0.3.26 |
1232 | 2023-10-04T02:27:06.935Z | Downloaded spin v0.5.2 |
1233 | 2023-10-04T02:27:06.938Z | Downloaded lalrpop-util v0.19.12 |
1234 | 2023-10-04T02:27:06.941Z | Downloaded terminal_size v0.2.6 |
1235 | 2023-10-04T02:27:06.944Z | Downloaded termcolor v1.2.0 |
1236 | 2023-10-04T02:27:06.947Z | Downloaded tabled_derive v0.6.0 |
1237 | 2023-10-04T02:27:06.954Z | Downloaded take_mut v0.2.2 |
1238 | 2023-10-04T02:27:06.959Z | Downloaded steno v0.4.0 |
1239 | 2023-10-04T02:27:06.962Z | Downloaded hmac v0.12.1 |
1240 | 2023-10-04T02:27:06.965Z | Downloaded cipher v0.4.4 |
1241 | 2023-10-04T02:27:06.968Z | Downloaded chacha20poly1305 v0.10.1 |
1242 | 2023-10-04T02:27:06.971Z | Downloaded chacha20 v0.9.1 |
1243 | 2023-10-04T02:27:06.975Z | Downloaded iana-time-zone v0.1.57 |
1244 | 2023-10-04T02:27:06.978Z | Downloaded httparse v1.8.0 |
1245 | 2023-10-04T02:27:06.981Z | Downloaded cargo_toml v0.16.3 |
1246 | 2023-10-04T02:27:06.987Z | Downloaded itoa v1.0.9 |
1247 | 2023-10-04T02:27:06.990Z | Downloaded hyper-tls v0.5.0 |
1248 | 2023-10-04T02:27:06.993Z | Downloaded num-iter v0.1.43 |
1249 | 2023-10-04T02:27:06.996Z | Downloaded num-bigint v0.4.4 |
1250 | 2023-10-04T02:27:06.999Z | Downloaded native-tls v0.2.11 |
1251 | 2023-10-04T02:27:07.002Z | Downloaded hyper-rustls v0.24.1 |
1252 | 2023-10-04T02:27:07.006Z | Downloaded crc-catalog v2.2.0 |
1253 | 2023-10-04T02:27:07.009Z | Downloaded cassowary v0.3.0 |
1254 | 2023-10-04T02:27:07.012Z | Downloaded bytesize v1.3.0 |
1255 | 2023-10-04T02:27:07.015Z | Downloaded httpdate v1.0.3 |
1256 | 2023-10-04T02:27:07.018Z | Downloaded http-range v0.1.5 |
1257 | 2023-10-04T02:27:07.021Z | Downloaded cfg-if v1.0.0 |
1258 | 2023-10-04T02:27:07.024Z | Downloaded cexpr v0.6.0 |
1259 | 2023-10-04T02:27:07.027Z | Downloaded cargo_metadata v0.18.0 |
1260 | 2023-10-04T02:27:07.032Z | Downloaded bit-set v0.5.3 |
1261 | 2023-10-04T02:27:07.034Z | Downloaded adler v1.0.2 |
1262 | 2023-10-04T02:27:07.039Z | Downloaded hostname v0.3.1 |
1263 | 2023-10-04T02:27:07.042Z | Downloaded byteorder v1.4.3 |
1264 | 2023-10-04T02:27:07.045Z | Downloaded bit-vec v0.6.3 |
1265 | 2023-10-04T02:27:07.048Z | Downloaded atomic-waker v1.1.1 |
1266 | 2023-10-04T02:27:07.164Z | Compiling proc-macro2 v1.0.67 |
1267 | 2023-10-04T02:27:07.168Z | Compiling unicode-ident v1.0.12 |
1268 | 2023-10-04T02:27:07.171Z | Compiling libc v0.2.148 |
1269 | 2023-10-04T02:27:07.174Z | Compiling serde v1.0.188 |
1270 | 2023-10-04T02:27:07.184Z | Compiling autocfg v1.1.0 |
1271 | 2023-10-04T02:27:07.201Z | Compiling version_check v0.9.4 |
1272 | 2023-10-04T02:27:07.204Z | Compiling cfg-if v1.0.0 |
1273 | 2023-10-04T02:27:07.407Z | Compiling syn v1.0.109 |
1274 | 2023-10-04T02:27:07.434Z | Compiling once_cell v1.18.0 |
1275 | 2023-10-04T02:27:07.563Z | Compiling parking_lot_core v0.9.8 |
1276 | 2023-10-04T02:27:08.126Z | Compiling libm v0.2.7 |
1277 | 2023-10-04T02:27:08.285Z | Compiling ahash v0.8.3 |
1278 | 2023-10-04T02:27:08.418Z | Compiling lock_api v0.4.10 |
1279 | 2023-10-04T02:27:09.211Z | Compiling num-traits v0.2.16 |
1280 | 2023-10-04T02:27:09.214Z | Compiling typenum v1.16.0 |
1281 | 2023-10-04T02:27:09.217Z | Compiling thiserror v1.0.48 |
1282 | 2023-10-04T02:27:09.369Z | Compiling futures-core v0.3.28 |
1283 | 2023-10-04T02:27:09.484Z | Compiling generic-array v0.14.7 |
1284 | 2023-10-04T02:27:09.825Z | Compiling memchr v2.6.3 |
1285 | 2023-10-04T02:27:09.890Z | Compiling itoa v1.0.9 |
1286 | 2023-10-04T02:27:10.219Z | Compiling scopeguard v1.2.0 |
1287 | 2023-10-04T02:27:10.280Z | Compiling pkg-config v0.3.27 |
1288 | 2023-10-04T02:27:10.687Z | Compiling quote v1.0.33 |
1289 | 2023-10-04T02:27:10.782Z | Compiling slab v0.4.9 |
1290 | 2023-10-04T02:27:11.203Z | Compiling futures-channel v0.3.28 |
1291 | 2023-10-04T02:27:11.628Z | Compiling syn v2.0.32 |
1292 | 2023-10-04T02:27:11.688Z | Compiling jobserver v0.1.26 |
1293 | 2023-10-04T02:27:12.091Z | Compiling getrandom v0.2.10 |
1294 | 2023-10-04T02:27:12.540Z | Compiling cc v1.0.83 |
1295 | 2023-10-04T02:27:12.662Z | Compiling futures-task v0.3.28 |
1296 | 2023-10-04T02:27:13.013Z | Compiling futures-util v0.3.28 |
1297 | 2023-10-04T02:27:13.406Z | Compiling log v0.4.20 |
1298 | 2023-10-04T02:27:13.864Z | Compiling ryu v1.0.15 |
1299 | 2023-10-04T02:27:14.062Z | Compiling pin-project-lite v0.2.13 |
1300 | 2023-10-04T02:27:14.244Z | Compiling serde_json v1.0.107 |
1301 | 2023-10-04T02:27:14.405Z | Compiling schemars v0.8.13 |
1302 | 2023-10-04T02:27:14.816Z | Compiling smallvec v1.11.0 |
1303 | 2023-10-04T02:27:14.819Z | Compiling vcpkg v0.2.15 |
1304 | 2023-10-04T02:27:15.562Z | Compiling allocator-api2 v0.2.16 |
1305 | 2023-10-04T02:27:16.767Z | Compiling parking_lot v0.12.1 |
1306 | 2023-10-04T02:27:16.869Z | Compiling hashbrown v0.14.0 |
1307 | 2023-10-04T02:27:17.270Z | Compiling ring v0.16.20 |
1308 | 2023-10-04T02:27:17.531Z | Compiling openssl-sys v0.9.93 |
1309 | 2023-10-04T02:27:18.825Z | Compiling num_cpus v1.16.0 |
1310 | 2023-10-04T02:27:19.262Z | Compiling equivalent v1.0.1 |
1311 | 2023-10-04T02:27:19.456Z | Compiling rand_core v0.6.4 |
1312 | 2023-10-04T02:27:20.011Z | Compiling indexmap v1.9.3 |
1313 | 2023-10-04T02:27:20.066Z | Compiling heck v0.4.1 |
1314 | 2023-10-04T02:27:20.157Z | Compiling byteorder v1.4.3 |
1315 | 2023-10-04T02:27:20.756Z | Compiling httparse v1.8.0 |
1316 | 2023-10-04T02:27:20.881Z | Compiling spin v0.5.2 |
1317 | 2023-10-04T02:27:20.927Z | Compiling mio v0.8.8 |
1318 | 2023-10-04T02:27:21.254Z | Compiling socket2 v0.5.3 |
1319 | 2023-10-04T02:27:21.277Z | Compiling signal-hook-registry v1.4.1 |
1320 | 2023-10-04T02:27:23.831Z | Compiling serde_derive_internals v0.26.0 |
1321 | 2023-10-04T02:27:24.288Z | Compiling semver v1.0.18 |
1322 | 2023-10-04T02:27:24.338Z | Compiling openssl v0.10.57 |
1323 | 2023-10-04T02:27:24.366Z | Compiling fnv v1.0.7 |
1324 | 2023-10-04T02:27:24.975Z | Compiling rustls v0.21.7 |
1325 | 2023-10-04T02:27:25.025Z | Compiling iana-time-zone v0.1.57 |
1326 | 2023-10-04T02:27:25.344Z | Compiling unicode-xid v0.2.4 |
1327 | 2023-10-04T02:27:25.384Z | Compiling native-tls v0.2.11 |
1328 | 2023-10-04T02:27:25.498Z | Compiling ucd-trie v0.1.6 |
1329 | 2023-10-04T02:27:25.563Z | Compiling crossbeam-utils v0.8.16 |
1330 | 2023-10-04T02:27:25.592Z | Compiling synstructure v0.12.6 |
1331 | 2023-10-04T02:27:27.394Z | Compiling futures-sink v0.3.28 |
1332 | 2023-10-04T02:27:27.699Z | Compiling io-lifetimes v1.0.11 |
1333 | 2023-10-04T02:27:27.838Z | Compiling winnow v0.5.15 |
1334 | 2023-10-04T02:27:27.987Z | Compiling backtrace v0.3.69 |
1335 | 2023-10-04T02:27:28.304Z | Compiling dyn-clone v1.0.13 |
1336 | 2023-10-04T02:27:28.393Z | Compiling tinyvec_macros v0.1.1 |
1337 | 2023-10-04T02:27:28.531Z | Compiling tinyvec v1.6.0 |
1338 | 2023-10-04T02:27:29.328Z | Compiling tracing-core v0.1.31 |
1339 | 2023-10-04T02:27:29.385Z | Compiling num-integer v0.1.45 |
1340 | 2023-10-04T02:27:29.426Z | Compiling memoffset v0.9.0 |
1341 | 2023-10-04T02:27:29.518Z | Compiling pin-utils v0.1.0 |
1342 | 2023-10-04T02:27:29.658Z | Compiling rustix v0.38.9 |
1343 | 2023-10-04T02:27:29.790Z | Compiling subtle v2.5.0 |
1344 | 2023-10-04T02:27:29.851Z | Compiling futures-io v0.3.28 |
1345 | 2023-10-04T02:27:30.450Z | Compiling rustix v0.37.23 |
1346 | 2023-10-04T02:27:30.824Z | Compiling hashbrown v0.13.2 |
1347 | 2023-10-04T02:27:31.283Z | Compiling unicode-normalization v0.1.22 |
1348 | 2023-10-04T02:27:31.315Z | Compiling aho-corasick v1.0.4 |
1349 | 2023-10-04T02:27:31.347Z | Compiling usdt-impl v0.3.5 |
1350 | 2023-10-04T02:27:32.864Z | Compiling time-core v0.1.1 |
1351 | 2023-10-04T02:27:33.115Z | Compiling crc32fast v1.3.2 |
1352 | 2023-10-04T02:27:33.213Z | Compiling regex-syntax v0.7.5 |
1353 | 2023-10-04T02:27:33.707Z | Compiling slog v2.7.0 |
1354 | 2023-10-04T02:27:33.891Z | Compiling unicode-bidi v0.3.13 |
1355 | 2023-10-04T02:27:33.962Z | Compiling serde_derive v1.0.188 |
1356 | 2023-10-04T02:27:34.090Z | Compiling zeroize_derive v1.4.2 |
1357 | 2023-10-04T02:27:34.176Z | Compiling thiserror-impl v1.0.48 |
1358 | 2023-10-04T02:27:34.368Z | Compiling tokio-macros v2.1.0 |
1359 | 2023-10-04T02:27:34.521Z | Compiling futures-macro v0.3.28 |
1360 | 2023-10-04T02:27:36.011Z | Compiling tracing-attributes v0.1.26 |
1361 | 2023-10-04T02:27:36.547Z | Compiling schemars_derive v0.8.13 |
1362 | 2023-10-04T02:27:36.789Z | Compiling zeroize v1.6.0 |
1363 | 2023-10-04T02:27:37.708Z | Compiling openssl-macros v0.1.1 |
1364 | 2023-10-04T02:27:38.704Z | Compiling zerocopy-derive v0.2.0 |
1365 | 2023-10-04T02:27:39.530Z | Compiling pest v2.7.2 |
1366 | 2023-10-04T02:27:39.883Z | Compiling crypto-common v0.1.6 |
1367 | 2023-10-04T02:27:40.201Z | Compiling block-buffer v0.10.4 |
1368 | 2023-10-04T02:27:41.441Z | Compiling bitflags v1.3.2 |
1369 | 2023-10-04T02:27:41.468Z | Compiling const-oid v0.9.5 |
1370 | 2023-10-04T02:27:41.504Z | Compiling tracing v0.1.37 |
1371 | 2023-10-04T02:27:41.607Z | Compiling anyhow v1.0.75 |
1372 | 2023-10-04T02:27:43.752Z | Compiling pest_meta v2.7.2 |
1373 | 2023-10-04T02:27:43.953Z | Compiling regex-automata v0.3.8 |
1374 | 2023-10-04T02:27:44.277Z | Compiling digest v0.10.7 |
1375 | 2023-10-04T02:27:44.995Z | Compiling time-macros v0.2.13 |
1376 | 2023-10-04T02:27:50.228Z | Compiling pest_generator v2.7.2 |
1377 | 2023-10-04T02:27:50.914Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1378 | 2023-10-04T02:27:51.014Z | Compiling crossbeam-epoch v0.9.15 |
1379 | 2023-10-04T02:27:52.020Z | Compiling ppv-lite86 v0.2.17 |
1380 | 2023-10-04T02:27:52.453Z | Compiling async-trait v0.1.73 |
1381 | 2023-10-04T02:27:53.296Z | Compiling rand_chacha v0.3.1 |
1382 | 2023-10-04T02:27:53.331Z | Compiling pest_derive v2.7.2 |
1383 | 2023-10-04T02:27:54.332Z | Compiling zerocopy v0.3.0 |
1384 | 2023-10-04T02:27:54.846Z | Compiling zerocopy-derive v0.6.3 |
1385 | 2023-10-04T02:27:55.402Z | Compiling base64 v0.21.4 |
1386 | 2023-10-04T02:27:55.676Z | Compiling strsim v0.10.0 |
1387 | 2023-10-04T02:27:56.016Z | Compiling bytes v1.5.0 |
1388 | 2023-10-04T02:27:56.520Z | Compiling indexmap v2.0.0 |
1389 | 2023-10-04T02:27:57.082Z | Compiling uuid v1.4.1 |
1390 | 2023-10-04T02:27:57.722Z | Compiling chrono v0.4.31 |
1391 | 2023-10-04T02:27:57.955Z | Compiling toml_datetime v0.6.3 |
1392 | 2023-10-04T02:27:57.980Z | Compiling serde_spanned v0.6.3 |
1393 | 2023-10-04T02:27:58.493Z | Compiling tokio v1.32.0 |
1394 | 2023-10-04T02:27:58.581Z | Compiling toml_edit v0.19.15 |
1395 | 2023-10-04T02:27:59.127Z | Compiling http v0.2.9 |
1396 | 2023-10-04T02:27:59.679Z | Compiling rustc_version v0.4.0 |
1397 | 2023-10-04T02:28:03.787Z | Compiling bitflags v2.4.0 |
1398 | 2023-10-04T02:28:04.277Z | Compiling heapless v0.7.16 |
1399 | 2023-10-04T02:28:05.328Z | Compiling untrusted v0.7.1 |
1400 | 2023-10-04T02:28:10.488Z | Compiling dof v0.1.5 |
1401 | 2023-10-04T02:28:11.442Z | Compiling tokio-util v0.7.8 |
1402 | 2023-10-04T02:28:11.505Z | Compiling dtrace-parser v0.1.14 |
1403 | 2023-10-04T02:28:11.912Z | Compiling rand v0.8.5 |
1404 | 2023-10-04T02:28:13.736Z | Compiling regex v1.9.5 |
1405 | 2023-10-04T02:28:14.292Z | Compiling thread-id v4.2.0 |
1406 | 2023-10-04T02:28:14.335Z | Compiling errno v0.3.2 |
1407 | 2023-10-04T02:28:14.759Z | Compiling num-bigint v0.4.4 |
1408 | 2023-10-04T02:28:14.769Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1409 | 2023-10-04T02:28:15.192Z | Compiling openssl-probe v0.1.5 |
1410 | 2023-10-04T02:28:15.425Z | Compiling hashbrown v0.12.3 |
1411 | 2023-10-04T02:28:16.006Z | Compiling foreign-types-shared v0.1.1 |
1412 | 2023-10-04T02:28:16.092Z | Compiling unicode-width v0.1.10 |
1413 | 2023-10-04T02:28:16.147Z | Compiling radium v0.7.0 |
1414 | 2023-10-04T02:28:16.168Z | Compiling smoltcp v0.9.1 |
1415 | 2023-10-04T02:28:16.752Z | Compiling percent-encoding v2.3.0 |
1416 | 2023-10-04T02:28:16.780Z | Compiling foreign-types v0.3.2 |
1417 | 2023-10-04T02:28:18.740Z | Compiling serde_tokenstream v0.1.7 |
1418 | 2023-10-04T02:28:21.045Z | Compiling lazy_static v1.4.0 |
1419 | 2023-10-04T02:28:21.245Z | Compiling socket2 v0.4.9 |
1420 | 2023-10-04T02:28:21.434Z | Compiling unicode-segmentation v1.10.1 |
1421 | 2023-10-04T02:28:21.931Z | Compiling siphasher v0.3.11 |
1422 | 2023-10-04T02:28:22.873Z | Compiling adler v1.0.2 |
1423 | 2023-10-04T02:28:23.362Z | Compiling try-lock v0.2.4 |
1424 | 2023-10-04T02:28:23.649Z | Compiling want v0.3.1 |
1425 | 2023-10-04T02:28:24.091Z | Compiling miniz_oxide v0.7.1 |
1426 | 2023-10-04T02:28:26.645Z | Compiling h2 v0.3.21 |
1427 | 2023-10-04T02:28:27.850Z | Compiling form_urlencoded v1.2.0 |
1428 | 2023-10-04T02:28:28.023Z | Compiling sct v0.7.0 |
1429 | 2023-10-04T02:28:28.289Z | Compiling rustls-webpki v0.101.4 |
1430 | 2023-10-04T02:28:28.542Z | Compiling http-body v0.4.5 |
1431 | 2023-10-04T02:28:29.121Z | Compiling hubpack_derive v0.1.1 |
1432 | 2023-10-04T02:28:30.428Z | Compiling num-iter v0.1.43 |
1433 | 2023-10-04T02:28:30.502Z | Compiling tower-service v0.3.2 |
1434 | 2023-10-04T02:28:30.683Z | Compiling cpufeatures v0.2.9 |
1435 | 2023-10-04T02:28:30.827Z | Compiling httpdate v1.0.3 |
1436 | 2023-10-04T02:28:30.860Z | Compiling anstyle v1.0.2 |
1437 | 2023-10-04T02:28:32.051Z | Compiling utf8parse v0.2.1 |
1438 | 2023-10-04T02:28:32.059Z | Compiling anstyle-parse v0.2.1 |
1439 | 2023-10-04T02:28:32.063Z | Compiling sha2 v0.10.7 |
1440 | 2023-10-04T02:28:35.295Z | Compiling usdt-macro v0.3.5 |
1441 | 2023-10-04T02:28:35.963Z | Compiling usdt-attr-macro v0.3.5 |
1442 | 2023-10-04T02:28:38.075Z | Compiling hyper v0.14.27 |
1443 | 2023-10-04T02:28:39.921Z | Compiling openapiv3 v1.0.3 |
1444 | 2023-10-04T02:28:40.108Z | Compiling rustls-pemfile v1.0.3 |
1445 | 2023-10-04T02:28:40.620Z | Compiling md-5 v0.10.5 |
1446 | 2023-10-04T02:28:41.391Z | Compiling hmac v0.12.1 |
1447 | 2023-10-04T02:28:43.589Z | Compiling stringprep v0.1.3 |
1448 | 2023-10-04T02:28:44.984Z | Compiling idna v0.4.0 |
1449 | 2023-10-04T02:28:45.254Z | Compiling diesel_table_macro_syntax v0.1.0 |
1450 | 2023-10-04T02:28:45.837Z | Compiling hash32 v0.2.1 |
1451 | 2023-10-04T02:28:46.436Z | Compiling spin v0.9.8 |
1452 | 2023-10-04T02:28:46.905Z | Compiling fallible-iterator v0.2.0 |
1453 | 2023-10-04T02:28:47.064Z | Compiling anstyle-query v1.0.0 |
1454 | 2023-10-04T02:28:47.261Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2023-10-04T02:28:47.379Z | Compiling gimli v0.28.0 |
1456 | 2023-10-04T02:28:47.404Z | Compiling colorchoice v1.0.0 |
1457 | 2023-10-04T02:28:48.083Z | Compiling postgres-protocol v0.6.6 |
1458 | 2023-10-04T02:28:48.559Z | Compiling anstream v0.5.0 |
1459 | 2023-10-04T02:28:49.540Z | Compiling url v2.4.1 |
1460 | 2023-10-04T02:28:50.059Z | Compiling diesel_derives v2.1.1 |
1461 | 2023-10-04T02:28:52.348Z | Compiling rustls-native-certs v0.6.3 |
1462 | 2023-10-04T02:28:52.929Z | Compiling tokio-rustls v0.24.1 |
1463 | 2023-10-04T02:28:53.860Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2023-10-04T02:28:54.275Z | Compiling terminal_size v0.2.6 |
1465 | 2023-10-04T02:28:54.568Z | Compiling addr2line v0.21.0 |
1466 | 2023-10-04T02:28:56.754Z | Compiling phf_shared v0.11.2 |
1467 | 2023-10-04T02:28:58.717Z | Compiling serde_tokenstream v0.2.0 |
1468 | 2023-10-04T02:28:59.131Z | Compiling block-padding v0.3.3 |
1469 | 2023-10-04T02:28:59.479Z | Compiling enum-as-inner v0.5.1 |
1470 | 2023-10-04T02:28:59.508Z | Compiling serde_repr v0.1.16 |
1471 | 2023-10-04T02:28:59.802Z | Compiling clap_derive v4.4.2 |
1472 | 2023-10-04T02:29:01.256Z | Compiling scheduled-thread-pool v0.2.7 |
1473 | 2023-10-04T02:29:02.094Z | Compiling object v0.32.1 |
1474 | 2023-10-04T02:29:12.888Z | Compiling bit-vec v0.6.3 |
1475 | 2023-10-04T02:29:13.558Z | Compiling deranged v0.3.8 |
1476 | 2023-10-04T02:29:14.207Z | Compiling num_threads v0.1.6 |
1477 | 2023-10-04T02:29:14.536Z | Compiling clap_lex v0.5.1 |
1478 | 2023-10-04T02:29:15.318Z | Compiling tap v1.0.1 |
1479 | 2023-10-04T02:29:15.597Z | Compiling regex-automata v0.1.10 |
1480 | 2023-10-04T02:29:16.386Z | Compiling ipnet v2.8.0 |
1481 | 2023-10-04T02:29:16.676Z | Compiling either v1.9.0 |
1482 | 2023-10-04T02:29:17.163Z | Compiling managed v0.8.0 |
1483 | 2023-10-04T02:29:18.430Z | Compiling rustc-demangle v0.1.23 |
1484 | 2023-10-04T02:29:18.435Z | Compiling matches v0.1.10 |
1485 | 2023-10-04T02:29:22.408Z | Compiling idna v0.2.3 |
1486 | 2023-10-04T02:29:22.525Z | Compiling itertools v0.10.5 |
1487 | 2023-10-04T02:29:22.761Z | Compiling time v0.3.27 |
1488 | 2023-10-04T02:29:24.819Z | Compiling bstr v0.2.17 |
1489 | 2023-10-04T02:29:25.671Z | Compiling wyz v0.5.1 |
1490 | 2023-10-04T02:29:26.359Z | Compiling clap_builder v4.4.2 |
1491 | 2023-10-04T02:29:27.299Z | Compiling r2d2 v0.8.10 |
1492 | 2023-10-04T02:29:29.720Z | Compiling inout v0.1.3 |
1493 | 2023-10-04T02:29:33.066Z | Compiling phf v0.11.2 |
1494 | 2023-10-04T02:29:33.535Z | Compiling hyper-tls v0.5.0 |
1495 | 2023-10-04T02:29:34.054Z | Compiling hyper-rustls v0.24.1 |
1496 | 2023-10-04T02:29:35.107Z | Compiling flate2 v1.0.27 |
1497 | 2023-10-04T02:29:35.893Z | Compiling postgres-types v0.2.6 |
1498 | 2023-10-04T02:29:36.837Z | Compiling hubpack v0.1.2 |
1499 | 2023-10-04T02:29:36.884Z | Compiling serde_urlencoded v0.7.1 |
1500 | 2023-10-04T02:29:37.568Z | Compiling phf_shared v0.10.0 |
1501 | 2023-10-04T02:29:37.698Z | Compiling ipnetwork v0.20.0 |
1502 | 2023-10-04T02:29:38.169Z | Compiling zerocopy v0.6.3 |
1503 | 2023-10-04T02:29:39.159Z | Compiling futures-executor v0.3.28 |
1504 | 2023-10-04T02:29:39.779Z | Compiling regress v0.7.1 |
1505 | 2023-10-04T02:29:40.002Z | Compiling float-cmp v0.9.0 |
1506 | 2023-10-04T02:29:40.063Z | Compiling encoding_rs v0.8.33 |
1507 | 2023-10-04T02:29:40.332Z | Compiling predicates-core v1.0.6 |
1508 | 2023-10-04T02:29:40.795Z | Compiling unicode-linebreak v0.1.5 |
1509 | 2023-10-04T02:29:41.417Z | Compiling fixedbitset v0.4.2 |
1510 | 2023-10-04T02:29:41.644Z | Compiling new_debug_unreachable v1.0.4 |
1511 | 2023-10-04T02:29:41.823Z | Compiling mime v0.3.17 |
1512 | 2023-10-04T02:29:42.366Z | Compiling data-encoding v2.4.0 |
1513 | 2023-10-04T02:29:43.688Z | Compiling whoami v1.4.1 |
1514 | 2023-10-04T02:29:44.075Z | Compiling static_assertions v1.1.0 |
1515 | 2023-10-04T02:29:44.419Z | Compiling webpki-roots v0.25.2 |
1516 | 2023-10-04T02:29:44.534Z | Compiling precomputed-hash v0.1.1 |
1517 | 2023-10-04T02:29:45.319Z | Compiling difflib v0.4.0 |
1518 | 2023-10-04T02:29:45.517Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2023-10-04T02:29:45.691Z | Compiling smawk v0.3.1 |
1520 | 2023-10-04T02:29:46.015Z | Compiling funty v2.0.0 |
1521 | 2023-10-04T02:29:46.456Z | Compiling textwrap v0.16.0 |
1522 | 2023-10-04T02:29:47.300Z | Compiling predicates v3.0.3 |
1523 | 2023-10-04T02:29:47.507Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1524 | 2023-10-04T02:29:48.014Z | Compiling bitvec v1.0.1 |
1525 | 2023-10-04T02:29:48.281Z | Compiling reqwest v0.11.20 |
1526 | 2023-10-04T02:29:49.149Z | Compiling string_cache v0.8.7 |
1527 | 2023-10-04T02:29:49.726Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1528 | 2023-10-04T02:29:49.815Z | Compiling tokio-postgres v0.7.10 |
1529 | 2023-10-04T02:29:55.695Z | Compiling trust-dns-proto v0.22.0 |
1530 | 2023-10-04T02:29:57.955Z | Compiling petgraph v0.6.4 |
1531 | 2023-10-04T02:30:05.117Z | Compiling futures v0.3.28 |
1532 | 2023-10-04T02:30:05.673Z | Compiling diesel v2.1.1 |
1533 | 2023-10-04T02:30:06.791Z | Compiling yasna v0.5.2 |
1534 | 2023-10-04T02:30:07.821Z | Compiling clap v4.4.3 |
1535 | 2023-10-04T02:30:07.995Z | Compiling cipher v0.4.4 |
1536 | 2023-10-04T02:30:08.626Z | Compiling similar v2.2.1 |
1537 | 2023-10-04T02:30:08.699Z | Compiling bit-set v0.5.3 |
1538 | 2023-10-04T02:30:09.126Z | Compiling usdt v0.3.5 |
1539 | 2023-10-04T02:30:09.593Z | Compiling console v0.15.7 |
1540 | 2023-10-04T02:30:10.542Z | Compiling tokio-stream v0.1.14 |
1541 | 2023-10-04T02:30:11.526Z | Compiling toml v0.7.8 |
1542 | 2023-10-04T02:30:11.760Z | Compiling hex v0.4.3 |
1543 | 2023-10-04T02:30:12.097Z | Compiling signature v2.1.0 |
1544 | 2023-10-04T02:30:12.329Z | Compiling bstr v1.6.0 |
1545 | 2023-10-04T02:30:14.844Z | Compiling lalrpop-util v0.19.12 |
1546 | 2023-10-04T02:30:16.224Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1547 | 2023-10-04T02:30:18.660Z | Compiling proc-macro-crate v1.3.1 |
1548 | 2023-10-04T02:30:22.035Z | Compiling ident_case v1.0.1 |
1549 | 2023-10-04T02:30:23.186Z | Compiling darling_core v0.20.3 |
1550 | 2023-10-04T02:30:32.438Z | Compiling num_enum_derive v0.5.11 |
1551 | 2023-10-04T02:30:40.874Z | Compiling crossbeam-channel v0.5.8 |
1552 | 2023-10-04T02:30:48.347Z | Compiling atty v0.2.14 |
1553 | 2023-10-04T02:30:48.735Z | Compiling proc-macro-error-attr v1.0.4 |
1554 | 2023-10-04T02:30:56.170Z | Compiling num_enum v0.5.11 |
1555 | 2023-10-04T02:30:58.174Z | Compiling darling_macro v0.20.3 |
1556 | 2023-10-04T02:31:08.071Z | Compiling dirs-sys-next v0.1.2 |
1557 | 2023-10-04T02:31:09.281Z | Compiling proc-macro-error v1.0.4 |
1558 | 2023-10-04T02:31:10.036Z | Compiling rustversion v1.0.14 |
1559 | 2023-10-04T02:31:19.303Z | Compiling dirs-next v2.0.0 |
1560 | 2023-10-04T02:31:23.490Z | Compiling darling v0.20.3 |
1561 | 2023-10-04T02:31:28.205Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1562 | 2023-10-04T02:31:32.843Z | Compiling getopts v0.2.21 |
1563 | 2023-10-04T02:31:35.467Z | Compiling structmeta-derive v0.1.6 |
1564 | 2023-10-04T02:31:36.337Z | Compiling thread_local v1.1.7 |
1565 | 2023-10-04T02:31:36.551Z | Compiling multer v2.1.0 |
1566 | 2023-10-04T02:31:39.548Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1567 | 2023-10-04T02:31:41.267Z | Compiling slog-async v2.8.0 |
1568 | 2023-10-04T02:31:41.950Z | Compiling paste v1.0.14 |
1569 | 2023-10-04T02:31:42.617Z | Compiling unsafe-libyaml v0.2.9 |
1570 | 2023-10-04T02:31:44.981Z | Compiling match_cfg v0.1.0 |
1571 | 2023-10-04T02:31:46.378Z | Compiling camino v1.1.6 |
1572 | 2023-10-04T02:31:58.364Z | Compiling hostname v0.3.1 |
1573 | 2023-10-04T02:31:58.737Z | Compiling serde_yaml v0.9.25 |
1574 | 2023-10-04T02:32:05.099Z | Compiling structmeta v0.1.6 |
1575 | 2023-10-04T02:32:05.810Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1576 | 2023-10-04T02:32:11.233Z | Compiling serde_with_macros v2.3.3 |
1577 | 2023-10-04T02:32:13.788Z | Compiling term v0.7.0 |
1578 | 2023-10-04T02:32:16.759Z | Compiling slog-json v2.6.1 |
1579 | 2023-10-04T02:32:17.937Z | Compiling async-stream-impl v0.3.5 |
1580 | 2023-10-04T02:32:19.493Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1581 | 2023-10-04T02:32:19.894Z | Compiling postcard-cobs v0.1.5-pre |
1582 | 2023-10-04T02:32:19.911Z | Compiling regex-syntax v0.6.29 |
1583 | 2023-10-04T02:32:20.558Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1584 | 2023-10-04T02:32:20.951Z | Compiling take_mut v0.2.2 |
1585 | 2023-10-04T02:32:21.202Z | Compiling atomic-waker v1.1.1 |
1586 | 2023-10-04T02:32:21.485Z | Compiling waitgroup v0.1.2 |
1587 | 2023-10-04T02:32:21.916Z | Compiling postcard v0.7.3 |
1588 | 2023-10-04T02:32:22.242Z | Compiling async-stream v0.3.5 |
1589 | 2023-10-04T02:32:22.850Z | Compiling strum_macros v0.25.2 |
1590 | 2023-10-04T02:32:24.162Z | Compiling slog-bunyan v2.4.0 |
1591 | 2023-10-04T02:32:24.548Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1592 | 2023-10-04T02:32:27.394Z | Compiling serde_with v2.3.3 |
1593 | 2023-10-04T02:32:28.943Z | Compiling slog-term v2.9.0 |
1594 | 2023-10-04T02:32:29.380Z | Compiling parse-display-derive v0.7.0 |
1595 | 2023-10-04T02:32:35.621Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1596 | 2023-10-04T02:32:35.678Z | Compiling smoltcp v0.8.2 |
1597 | 2023-10-04T02:32:38.005Z | Compiling sha1 v0.10.5 |
1598 | 2023-10-04T02:32:38.144Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1599 | 2023-10-04T02:32:38.420Z | Compiling serde_path_to_error v0.1.14 |
1600 | 2023-10-04T02:32:39.500Z | Compiling foreign-types-macros v0.2.3 |
1601 | 2023-10-04T02:32:40.091Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1602 | 2023-10-04T02:32:40.511Z | Compiling instant v0.1.12 |
1603 | 2023-10-04T02:32:40.744Z | Compiling cfg-if v0.1.10 |
1604 | 2023-10-04T02:32:40.893Z | Compiling debug-ignore v1.0.5 |
1605 | 2023-10-04T02:32:41.117Z | Compiling foreign-types-shared v0.3.1 |
1606 | 2023-10-04T02:32:41.304Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1607 | 2023-10-04T02:32:41.385Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1608 | 2023-10-04T02:32:41.629Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1609 | 2023-10-04T02:32:41.866Z | Compiling foreign-types v0.5.0 |
1610 | 2023-10-04T02:32:41.925Z | Compiling backoff v0.4.0 |
1611 | 2023-10-04T02:32:42.125Z | Compiling parse-display v0.7.0 |
1612 | 2023-10-04T02:32:42.446Z | Compiling strum v0.25.0 |
1613 | 2023-10-04T02:32:42.770Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1614 | 2023-10-04T02:32:43.023Z | Compiling is-terminal v0.4.9 |
1615 | 2023-10-04T02:32:43.076Z | Compiling macaddr v1.0.1 |
1616 | 2023-10-04T02:32:43.217Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1617 | 2023-10-04T02:32:44.280Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1618 | 2023-10-04T02:32:44.401Z | Compiling cstr-argument v0.1.2 |
1619 | 2023-10-04T02:32:44.781Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1620 | 2023-10-04T02:32:45.188Z | Compiling base64ct v1.6.0 |
1621 | 2023-10-04T02:32:45.553Z | Compiling pretty-hex v0.2.1 |
1622 | 2023-10-04T02:32:45.925Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1623 | 2023-10-04T02:32:46.509Z | Compiling password-hash v0.5.0 |
1624 | 2023-10-04T02:32:46.982Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1625 | 2023-10-04T02:32:48.400Z | Compiling colored v2.0.4 |
1626 | 2023-10-04T02:32:48.457Z | Compiling textwrap v0.11.0 |
1627 | 2023-10-04T02:32:50.235Z | Compiling heck v0.3.3 |
1628 | 2023-10-04T02:32:50.690Z | Compiling blake2 v0.10.6 |
1629 | 2023-10-04T02:32:50.704Z | Compiling ansi_term v0.12.1 |
1630 | 2023-10-04T02:32:50.841Z | Compiling strsim v0.8.0 |
1631 | 2023-10-04T02:32:52.191Z | Compiling rayon-core v1.11.0 |
1632 | 2023-10-04T02:32:52.597Z | Compiling libefi-sys v0.1.0 |
1633 | 2023-10-04T02:32:52.985Z | Compiling vec_map v0.8.2 |
1634 | 2023-10-04T02:32:53.123Z | Compiling argon2 v0.5.2 |
1635 | 2023-10-04T02:32:53.187Z | Compiling structopt-derive v0.4.18 |
1636 | 2023-10-04T02:32:53.342Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1637 | 2023-10-04T02:32:53.480Z | Compiling clap v2.34.0 |
1638 | 2023-10-04T02:32:56.157Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1639 | 2023-10-04T02:32:57.747Z | Compiling zone_cfg_derive v0.2.0 |
1640 | 2023-10-04T02:32:57.880Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1641 | 2023-10-04T02:32:58.635Z | Compiling crossbeam-deque v0.8.3 |
1642 | 2023-10-04T02:32:59.255Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1643 | 2023-10-04T02:32:59.802Z | Compiling portable-atomic v1.4.3 |
1644 | 2023-10-04T02:32:59.883Z | Compiling keccak v0.1.4 |
1645 | 2023-10-04T02:33:00.630Z | Compiling sha3 v0.10.8 |
1646 | 2023-10-04T02:33:01.245Z | Compiling zone v0.2.0 |
1647 | 2023-10-04T02:33:01.570Z | Compiling structopt v0.3.26 |
1648 | 2023-10-04T02:33:02.053Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1649 | 2023-10-04T02:33:06.189Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1650 | 2023-10-04T02:33:07.073Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1651 | 2023-10-04T02:33:07.760Z | Compiling hkdf v0.12.3 |
1652 | 2023-10-04T02:33:08.160Z | Compiling smf v0.2.2 |
1653 | 2023-10-04T02:33:08.945Z | Compiling secrecy v0.8.0 |
1654 | 2023-10-04T02:33:09.381Z | Compiling filetime v0.2.22 |
1655 | 2023-10-04T02:33:09.421Z | Compiling xattr v1.0.1 |
1656 | 2023-10-04T02:33:09.863Z | Compiling fastrand v2.0.0 |
1657 | 2023-10-04T02:33:09.888Z | Compiling same-file v1.0.6 |
1658 | 2023-10-04T02:33:10.138Z | Compiling walkdir v2.4.0 |
1659 | 2023-10-04T02:33:10.337Z | Compiling tar v0.4.40 |
1660 | 2023-10-04T02:33:11.055Z | Compiling tempfile v3.8.0 |
1661 | 2023-10-04T02:33:13.053Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1662 | 2023-10-04T02:33:13.713Z | Compiling rayon v1.7.0 |
1663 | 2023-10-04T02:33:14.870Z | Compiling number_prefix v0.4.0 |
1664 | 2023-10-04T02:33:15.276Z | Compiling omicron-zone-package v0.8.3 |
1665 | 2023-10-04T02:33:17.722Z | Compiling topological-sort v0.2.2 |
1666 | 2023-10-04T02:33:21.771Z | Compiling indicatif v0.17.6 |
1667 | 2023-10-04T02:33:31.384Z | Compiling bzip2 v0.4.4 |
1668 | 2023-10-04T02:33:31.708Z | Compiling zip v0.6.6 |
1669 | 2023-10-04T02:33:32.872Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1670 | 2023-10-04T02:33:33.260Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1671 | 2023-10-04T02:33:33.811Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1672 | 2023-10-04T02:33:33.914Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1673 | 2023-10-04T02:33:42.602Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1674 | 2023-10-04T02:33:42.606Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1675 | 2023-10-04T02:33:42.608Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1676 | 2023-10-04T02:33:55.873Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1677 | 2023-10-04T02:33:57.357Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1678 | 2023-10-04T02:34:31.626Z | Finished release [optimized] target(s) in 7m 55s |
1679 | 2023-10-04T02:34:31.889Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1680 | 2023-10-04T02:34:31.968Z | Created new build target 'test' and set it as active |
1681 | 2023-10-04T02:34:31.972Z | |
1682 | 2023-10-04T02:34:31.975Z | real 7:55.957446630 |
1683 | 2023-10-04T02:34:31.981Z | user 50:22.512765365 |
1684 | 2023-10-04T02:34:31.995Z | sys 4:33.453682777 |
1685 | 2023-10-04T02:34:32.007Z | trap 2.057837382 |
1686 | 2023-10-04T02:34:32.023Z | tflt 4.633810784 |
1687 | 2023-10-04T02:34:32.039Z | dflt 5.401468906 |
1688 | 2023-10-04T02:34:32.048Z | kflt 0.052453914 |
1689 | 2023-10-04T02:34:32.058Z | lock 1:52:42.400279848 |
1690 | 2023-10-04T02:34:32.070Z | slp 2:46:53.418420869 |
1691 | 2023-10-04T02:34:32.089Z | lat 2:21.751088080 |
1692 | 2023-10-04T02:34:32.095Z | stop 3:54.133139679 |
1693 | 2023-10-04T02:34:32.102Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1694 | 2023-10-04T02:34:33.111Z | Finished release [optimized] target(s) in 1.06s |
1695 | 2023-10-04T02:34:33.140Z | Running `target/release/omicron-package -t test package` |
1696 | 2023-10-04T02:34:33.177Z | Oct 04 02:34:33.177 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1697 | 2023-10-04T02:34:34.359Z | Compiling serde_json v1.0.107 |
1698 | 2023-10-04T02:34:34.403Z | Compiling linked-hash-map v0.5.6 |
1699 | 2023-10-04T02:34:34.417Z | Compiling slog-dtrace v0.2.3 |
1700 | 2023-10-04T02:34:34.429Z | Compiling quick-error v1.2.3 |
1701 | 2023-10-04T02:34:34.441Z | Compiling base64 v0.13.1 |
1702 | 2023-10-04T02:34:34.451Z | Compiling same-file v1.0.6 |
1703 | 2023-10-04T02:34:34.464Z | Compiling termcolor v1.2.0 |
1704 | 2023-10-04T02:34:34.477Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1705 | 2023-10-04T02:34:34.596Z | Compiling resolv-conf v0.7.0 |
1706 | 2023-10-04T02:34:34.746Z | Compiling walkdir v2.4.0 |
1707 | 2023-10-04T02:34:34.818Z | Compiling semver-parser v0.10.2 |
1708 | 2023-10-04T02:34:34.857Z | Compiling memoffset v0.7.1 |
1709 | 2023-10-04T02:34:35.027Z | Compiling lru-cache v0.1.2 |
1710 | 2023-10-04T02:34:35.261Z | Compiling trust-dns-resolver v0.22.0 |
1711 | 2023-10-04T02:34:35.287Z | Compiling cancel-safe-futures v0.1.2 |
1712 | 2023-10-04T02:34:35.722Z | Compiling fastrand v2.0.0 |
1713 | 2023-10-04T02:34:35.799Z | Compiling libz-sys v1.1.12 |
1714 | 2023-10-04T02:34:35.974Z | Compiling filetime v0.2.22 |
1715 | 2023-10-04T02:34:36.390Z | Compiling tempfile v3.8.0 |
1716 | 2023-10-04T02:34:36.520Z | Compiling semver v0.11.0 |
1717 | 2023-10-04T02:34:36.540Z | Compiling xattr v1.0.1 |
1718 | 2023-10-04T02:34:36.578Z | Compiling num-rational v0.4.1 |
1719 | 2023-10-04T02:34:36.932Z | Compiling utf-8 v0.7.6 |
1720 | 2023-10-04T02:34:37.032Z | Compiling home v0.5.5 |
1721 | 2023-10-04T02:34:37.357Z | Compiling toolchain_find v0.2.0 |
1722 | 2023-10-04T02:34:37.546Z | Compiling schemars v0.8.13 |
1723 | 2023-10-04T02:34:37.628Z | Compiling reqwest v0.11.20 |
1724 | 2023-10-04T02:34:37.672Z | Compiling usdt-impl v0.3.5 |
1725 | 2023-10-04T02:34:37.734Z | Compiling openapiv3 v1.0.3 |
1726 | 2023-10-04T02:34:38.038Z | Compiling postgres-types v0.2.6 |
1727 | 2023-10-04T02:34:38.162Z | Compiling slog-json v2.6.1 |
1728 | 2023-10-04T02:34:38.980Z | Compiling usdt v0.3.5 |
1729 | 2023-10-04T02:34:39.728Z | Compiling tokio-postgres v0.7.10 |
1730 | 2023-10-04T02:34:45.221Z | Compiling ipnetwork v0.20.0 |
1731 | 2023-10-04T02:34:45.466Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1732 | 2023-10-04T02:34:51.018Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1733 | 2023-10-04T02:34:51.206Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1734 | 2023-10-04T02:34:53.038Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1735 | 2023-10-04T02:34:53.567Z | Compiling slog-bunyan v2.4.0 |
1736 | 2023-10-04T02:34:53.805Z | Compiling diesel v2.1.1 |
1737 | 2023-10-04T02:34:53.979Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1738 | 2023-10-04T02:34:58.852Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1739 | 2023-10-04T02:34:59.154Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1740 | 2023-10-04T02:35:02.835Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1741 | 2023-10-04T02:35:03.153Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1742 | 2023-10-04T02:35:06.029Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1743 | 2023-10-04T02:35:07.684Z | Compiling tar v0.4.40 |
1744 | 2023-10-04T02:35:10.885Z | Compiling pem-rfc7468 v0.7.0 |
1745 | 2023-10-04T02:35:11.771Z | Compiling toml v0.5.11 |
1746 | 2023-10-04T02:35:13.868Z | Compiling der_derive v0.7.2 |
1747 | 2023-10-04T02:35:17.324Z | Compiling flagset v0.4.3 |
1748 | 2023-10-04T02:35:17.660Z | Compiling rustfmt-wrapper v0.2.0 |
1749 | 2023-10-04T02:35:17.755Z | Compiling der v0.7.8 |
1750 | 2023-10-04T02:35:18.107Z | Compiling omicron-zone-package v0.8.3 |
1751 | 2023-10-04T02:35:23.010Z | Compiling fxhash v0.2.1 |
1752 | 2023-10-04T02:35:23.347Z | Compiling num-complex v0.4.4 |
1753 | 2023-10-04T02:35:23.805Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1754 | 2023-10-04T02:35:24.833Z | Compiling unicase v2.7.0 |
1755 | 2023-10-04T02:35:25.252Z | Compiling num v0.4.1 |
1756 | 2023-10-04T02:35:25.470Z | Compiling spki v0.7.2 |
1757 | 2023-10-04T02:35:26.546Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1758 | 2023-10-04T02:35:28.151Z | Compiling itertools v0.11.0 |
1759 | 2023-10-04T02:35:31.597Z | Compiling arc-swap v1.6.0 |
1760 | 2023-10-04T02:35:32.898Z | Compiling half v1.8.2 |
1761 | 2023-10-04T02:35:33.889Z | Compiling ciborium-io v0.2.1 |
1762 | 2023-10-04T02:35:34.070Z | Compiling maybe-uninit v2.0.0 |
1763 | 2023-10-04T02:35:34.783Z | Compiling ciborium-ll v0.2.1 |
1764 | 2023-10-04T02:35:34.799Z | Compiling slog-scope v4.4.0 |
1765 | 2023-10-04T02:35:35.617Z | Compiling vergen v8.2.4 |
1766 | 2023-10-04T02:35:36.013Z | Compiling packed_struct v0.10.1 |
1767 | 2023-10-04T02:35:36.303Z | Compiling num-bigint-dig v0.8.4 |
1768 | 2023-10-04T02:35:36.584Z | Compiling parking_lot_core v0.8.6 |
1769 | 2023-10-04T02:35:36.709Z | Compiling signal-hook v0.3.17 |
1770 | 2023-10-04T02:35:37.090Z | Compiling crc-catalog v2.2.0 |
1771 | 2023-10-04T02:35:37.262Z | Compiling crc v3.0.1 |
1772 | 2023-10-04T02:35:37.306Z | Compiling ciborium v0.2.1 |
1773 | 2023-10-04T02:35:38.420Z | Compiling slog-stdlog v4.1.1 |
1774 | 2023-10-04T02:35:40.062Z | Compiling pkcs8 v0.10.2 |
1775 | 2023-10-04T02:35:40.555Z | Compiling universal-hash v0.5.1 |
1776 | 2023-10-04T02:35:40.873Z | Compiling nibble_vec v0.1.0 |
1777 | 2023-10-04T02:35:41.115Z | Compiling libsqlite3-sys v0.26.0 |
1778 | 2023-10-04T02:35:41.198Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1779 | 2023-10-04T02:35:41.374Z | Compiling packed_struct_codegen v0.10.1 |
1780 | 2023-10-04T02:35:41.713Z | Compiling dirs-sys-next v0.1.2 |
1781 | 2023-10-04T02:35:41.806Z | Compiling crunchy v0.2.2 |
1782 | 2023-10-04T02:35:42.228Z | Compiling nodrop v0.1.14 |
1783 | 2023-10-04T02:35:42.407Z | Compiling endian-type v0.1.2 |
1784 | 2023-10-04T02:35:42.447Z | Compiling glob v0.3.1 |
1785 | 2023-10-04T02:35:42.505Z | Compiling opaque-debug v0.3.0 |
1786 | 2023-10-04T02:35:42.630Z | Compiling semver v0.1.20 |
1787 | 2023-10-04T02:35:42.755Z | Compiling doc-comment v0.3.3 |
1788 | 2023-10-04T02:35:43.067Z | Compiling radix_trie v0.2.1 |
1789 | 2023-10-04T02:35:43.590Z | Compiling rustc_version v0.1.7 |
1790 | 2023-10-04T02:35:43.677Z | Compiling array-init v0.0.4 |
1791 | 2023-10-04T02:35:43.848Z | Compiling clang-sys v1.6.1 |
1792 | 2023-10-04T02:35:44.211Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1793 | 2023-10-04T02:35:44.463Z | Compiling dirs-next v2.0.0 |
1794 | 2023-10-04T02:35:44.810Z | Compiling pkcs1 v0.7.5 |
1795 | 2023-10-04T02:35:45.311Z | Compiling smallvec v0.6.14 |
1796 | 2023-10-04T02:35:45.879Z | Compiling slog-envlogger v2.2.0 |
1797 | 2023-10-04T02:35:52.826Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1798 | 2023-10-04T02:35:53.245Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1799 | 2023-10-04T02:35:54.817Z | Compiling sha-1 v0.10.1 |
1800 | 2023-10-04T02:35:56.341Z | Compiling tiny-keccak v2.0.2 |
1801 | 2023-10-04T02:35:56.718Z | Compiling bitfield v0.14.0 |
1802 | 2023-10-04T02:35:57.213Z | Compiling prettyplease v0.2.12 |
1803 | 2023-10-04T02:35:57.592Z | Compiling platforms v3.0.2 |
1804 | 2023-10-04T02:35:58.071Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1805 | 2023-10-04T02:35:59.748Z | Compiling tungstenite v0.17.3 |
1806 | 2023-10-04T02:36:06.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1807 | 2023-10-04T02:36:06.531Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1808 | 2023-10-04T02:36:09.420Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1809 | 2023-10-04T02:36:10.452Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1810 | 2023-10-04T02:36:11.907Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1811 | 2023-10-04T02:36:13.363Z | Compiling parking_lot v0.11.2 |
1812 | 2023-10-04T02:36:13.380Z | Compiling rsa v0.9.2 |
1813 | 2023-10-04T02:36:17.373Z | Compiling serde-hex v0.1.0 |
1814 | 2023-10-04T02:36:18.614Z | Compiling mime_guess v2.0.4 |
1815 | 2023-10-04T02:36:22.257Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1816 | 2023-10-04T02:36:22.386Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1817 | 2023-10-04T02:36:22.489Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1818 | 2023-10-04T02:36:26.333Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1819 | 2023-10-04T02:36:33.229Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1820 | 2023-10-04T02:36:34.284Z | Compiling term v0.7.0 |
1821 | 2023-10-04T02:36:36.473Z | Compiling newtype_derive v0.1.6 |
1822 | 2023-10-04T02:36:36.903Z | Compiling trust-dns-client v0.22.0 |
1823 | 2023-10-04T02:36:38.516Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1824 | 2023-10-04T02:36:39.051Z | Compiling x509-cert v0.2.4 |
1825 | 2023-10-04T02:36:55.397Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1826 | 2023-10-04T02:36:55.507Z | Compiling env_logger v0.10.0 |
1827 | 2023-10-04T02:36:55.679Z | Compiling darling_core v0.14.4 |
1828 | 2023-10-04T02:36:59.221Z | Compiling hashlink v0.8.3 |
1829 | 2023-10-04T02:37:00.414Z | Compiling ron v0.8.1 |
1830 | 2023-10-04T02:37:00.427Z | Compiling aead v0.5.2 |
1831 | 2023-10-04T02:37:00.915Z | Compiling snafu-derive v0.7.5 |
1832 | 2023-10-04T02:37:01.842Z | Compiling minimal-lexical v0.2.1 |
1833 | 2023-10-04T02:37:02.632Z | Compiling convert_case v0.4.0 |
1834 | 2023-10-04T02:37:03.904Z | Compiling humantime v2.1.0 |
1835 | 2023-10-04T02:37:04.675Z | Compiling fallible-streaming-iterator v0.1.9 |
1836 | 2023-10-04T02:37:04.706Z | Compiling crc-any v2.4.3 |
1837 | 2023-10-04T02:37:05.086Z | Compiling rusqlite v0.29.0 |
1838 | 2023-10-04T02:37:05.386Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1839 | 2023-10-04T02:37:06.322Z | Compiling darling_macro v0.14.4 |
1840 | 2023-10-04T02:37:07.739Z | Compiling trust-dns-server v0.22.1 |
1841 | 2023-10-04T02:37:09.292Z | Compiling snafu v0.7.5 |
1842 | 2023-10-04T02:37:11.314Z | Compiling derive_more v0.99.17 |
1843 | 2023-10-04T02:37:11.325Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1844 | 2023-10-04T02:37:13.328Z | Compiling nom v7.1.3 |
1845 | 2023-10-04T02:37:15.960Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1846 | 2023-10-04T02:37:18.720Z | Compiling ascii-canvas v3.0.0 |
1847 | 2023-10-04T02:37:19.378Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1848 | 2023-10-04T02:37:19.699Z | Compiling sled v0.34.7 |
1849 | 2023-10-04T02:37:23.779Z | Compiling tokio-tungstenite v0.17.2 |
1850 | 2023-10-04T02:37:25.534Z | Compiling nix v0.26.2 |
1851 | 2023-10-04T02:37:33.845Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1852 | 2023-10-04T02:37:34.849Z | Compiling tungstenite v0.18.0 |
1853 | 2023-10-04T02:37:35.478Z | Compiling num_enum_derive v0.7.0 |
1854 | 2023-10-04T02:37:38.940Z | Compiling object v0.30.4 |
1855 | 2023-10-04T02:37:39.694Z | Compiling twox-hash v1.6.3 |
1856 | 2023-10-04T02:37:41.416Z | Compiling is-terminal v0.4.9 |
1857 | 2023-10-04T02:37:41.590Z | Compiling ena v0.14.2 |
1858 | 2023-10-04T02:37:42.280Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1859 | 2023-10-04T02:37:43.848Z | Compiling derive-where v1.2.5 |
1860 | 2023-10-04T02:37:44.524Z | Compiling libloading v0.7.4 |
1861 | 2023-10-04T02:37:45.091Z | Compiling linear-map v1.2.0 |
1862 | 2023-10-04T02:37:45.327Z | Compiling bindgen v0.65.1 |
1863 | 2023-10-04T02:37:45.723Z | Compiling pretty-hex v0.3.0 |
1864 | 2023-10-04T02:37:45.936Z | Compiling path-slash v0.1.5 |
1865 | 2023-10-04T02:37:46.083Z | Compiling diff v0.1.13 |
1866 | 2023-10-04T02:37:46.253Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1867 | 2023-10-04T02:37:46.603Z | Compiling lalrpop v0.19.12 |
1868 | 2023-10-04T02:37:48.866Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1869 | 2023-10-04T02:37:49.178Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1870 | 2023-10-04T02:38:03.645Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
1871 | 2023-10-04T02:38:05.251Z | Compiling num_enum v0.7.0 |
1872 | 2023-10-04T02:38:05.500Z | Compiling tokio-tungstenite v0.18.0 |
1873 | 2023-10-04T02:38:06.363Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1874 | 2023-10-04T02:38:07.177Z | Compiling curve25519-dalek v4.1.0 |
1875 | 2023-10-04T02:38:07.721Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1876 | 2023-10-04T02:38:12.420Z | Compiling cexpr v0.6.0 |
1877 | 2023-10-04T02:38:15.075Z | Compiling darling v0.14.4 |
1878 | 2023-10-04T02:38:18.087Z | Compiling polyval v0.6.1 |
1879 | 2023-10-04T02:38:18.879Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1880 | 2023-10-04T02:38:22.347Z | Compiling aes v0.8.3 |
1881 | 2023-10-04T02:38:23.780Z | Compiling ctr v0.9.2 |
1882 | 2023-10-04T02:38:24.314Z | Compiling which v4.4.0 |
1883 | 2023-10-04T02:38:25.205Z | Compiling ff v0.13.0 |
1884 | 2023-10-04T02:38:25.589Z | Compiling path-dedot v3.1.0 |
1885 | 2023-10-04T02:38:25.957Z | Compiling bincode v1.3.3 |
1886 | 2023-10-04T02:38:26.842Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1887 | 2023-10-04T02:38:27.258Z | Compiling erased-serde v0.3.30 |
1888 | 2023-10-04T02:38:27.904Z | Compiling peeking_take_while v0.1.2 |
1889 | 2023-10-04T02:38:27.916Z | Compiling rustc-hash v1.1.0 |
1890 | 2023-10-04T02:38:28.102Z | Compiling display-error-chain v0.1.1 |
1891 | 2023-10-04T02:38:28.132Z | Compiling lazycell v1.3.0 |
1892 | 2023-10-04T02:38:28.322Z | Compiling shlex v1.1.0 |
1893 | 2023-10-04T02:38:28.376Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1894 | 2023-10-04T02:38:30.121Z | Compiling path-absolutize v3.1.0 |
1895 | 2023-10-04T02:38:30.428Z | Compiling group v0.13.0 |
1896 | 2023-10-04T02:38:30.443Z | Compiling aes-gcm-siv v0.11.1 |
1897 | 2023-10-04T02:38:30.678Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1898 | 2023-10-04T02:38:30.935Z | Compiling derive_builder_core v0.12.0 |
1899 | 2023-10-04T02:38:33.130Z | Compiling steno v0.4.0 |
1900 | 2023-10-04T02:38:34.918Z | Compiling env_logger v0.9.3 |
1901 | 2023-10-04T02:38:35.830Z | Compiling polar-core v0.26.4 |
1902 | 2023-10-04T02:38:38.059Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1903 | 2023-10-04T02:38:38.733Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1904 | 2023-10-04T02:38:42.749Z | Compiling olpc-cjson v0.1.3 |
1905 | 2023-10-04T02:38:43.641Z | Compiling pem v1.1.1 |
1906 | 2023-10-04T02:38:46.066Z | Compiling camino-tempfile v1.0.2 |
1907 | 2023-10-04T02:38:46.466Z | Compiling globset v0.4.13 |
1908 | 2023-10-04T02:38:47.348Z | Compiling crypto-bigint v0.5.2 |
1909 | 2023-10-04T02:38:51.491Z | Compiling serde_plain v1.0.2 |
1910 | 2023-10-04T02:38:51.970Z | Compiling thiserror-impl-no-std v2.0.2 |
1911 | 2023-10-04T02:38:52.389Z | Compiling libxml v0.3.3 |
1912 | 2023-10-04T02:38:52.844Z | Compiling curve25519-dalek-derive v0.1.0 |
1913 | 2023-10-04T02:38:53.816Z | Compiling async-recursion v1.0.5 |
1914 | 2023-10-04T02:38:55.070Z | Compiling bitstruct_derive v0.1.0 |
1915 | 2023-10-04T02:38:55.320Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1916 | 2023-10-04T02:38:55.518Z | Compiling ref-cast v1.0.20 |
1917 | 2023-10-04T02:38:56.168Z | Compiling ringbuffer v0.14.2 |
1918 | 2023-10-04T02:38:56.562Z | Compiling base16ct v0.2.0 |
1919 | 2023-10-04T02:38:57.029Z | Compiling buf-list v1.0.3 |
1920 | 2023-10-04T02:38:57.214Z | Compiling ascii v1.1.0 |
1921 | 2023-10-04T02:38:57.226Z | Compiling bitstruct v0.1.1 |
1922 | 2023-10-04T02:38:57.381Z | Compiling elliptic-curve v0.13.5 |
1923 | 2023-10-04T02:38:57.881Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1924 | 2023-10-04T02:38:58.253Z | Compiling thiserror-no-std v2.0.2 |
1925 | 2023-10-04T02:38:58.499Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1926 | 2023-10-04T02:38:58.928Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1927 | 2023-10-04T02:39:01.137Z | Compiling tough v0.12.5 |
1928 | 2023-10-04T02:39:02.021Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1929 | 2023-10-04T02:39:02.253Z | Compiling derive_builder_macro v0.12.0 |
1930 | 2023-10-04T02:39:06.283Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1931 | 2023-10-04T02:39:11.393Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1932 | 2023-10-04T02:39:12.867Z | Compiling poly1305 v0.8.0 |
1933 | 2023-10-04T02:39:15.501Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1934 | 2023-10-04T02:39:16.196Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1935 | 2023-10-04T02:39:16.362Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1936 | 2023-10-04T02:39:16.582Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1937 | 2023-10-04T02:39:16.655Z | Compiling chacha20 v0.9.1 |
1938 | 2023-10-04T02:39:16.798Z | Compiling strum_macros v0.24.3 |
1939 | 2023-10-04T02:39:17.392Z | Compiling const_format_proc_macros v0.2.31 |
1940 | 2023-10-04T02:39:18.424Z | Compiling serde_arrays v0.1.0 |
1941 | 2023-10-04T02:39:18.670Z | Compiling ref-cast-impl v1.0.20 |
1942 | 2023-10-04T02:39:20.375Z | Compiling enum-iterator-derive v1.2.1 |
1943 | 2023-10-04T02:39:20.595Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1944 | 2023-10-04T02:39:21.010Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1945 | 2023-10-04T02:39:21.413Z | Compiling cookie v0.16.2 |
1946 | 2023-10-04T02:39:21.841Z | Compiling salty v0.2.0 |
1947 | 2023-10-04T02:39:22.409Z | Compiling indoc v1.0.9 |
1948 | 2023-10-04T02:39:22.513Z | Compiling signature v1.6.4 |
1949 | 2023-10-04T02:39:22.730Z | Compiling ed25519 v1.5.3 |
1950 | 2023-10-04T02:39:23.294Z | Compiling const_format v0.2.31 |
1951 | 2023-10-04T02:39:23.565Z | Compiling chacha20poly1305 v0.10.1 |
1952 | 2023-10-04T02:39:23.577Z | Compiling enum-iterator v1.4.1 |
1953 | 2023-10-04T02:39:23.870Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1954 | 2023-10-04T02:39:25.180Z | Compiling derive_builder v0.12.0 |
1955 | 2023-10-04T02:39:25.444Z | Compiling vsss-rs v3.3.1 |
1956 | 2023-10-04T02:39:33.889Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1957 | 2023-10-04T02:39:35.479Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1958 | 2023-10-04T02:39:39.372Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1959 | 2023-10-04T02:39:39.997Z | Compiling signal-hook-mio v0.2.3 |
1960 | 2023-10-04T02:39:40.398Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1961 | 2023-10-04T02:39:40.815Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1962 | 2023-10-04T02:39:44.306Z | Compiling ron v0.7.1 |
1963 | 2023-10-04T02:39:48.504Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1964 | 2023-10-04T02:39:48.880Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1965 | 2023-10-04T02:39:53.885Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1966 | 2023-10-04T02:39:54.154Z | Compiling headers-core v0.2.0 |
1967 | 2023-10-04T02:39:54.377Z | Compiling bb8 v0.8.1 |
1968 | 2023-10-04T02:39:54.397Z | Compiling quick-xml v0.23.1 |
1969 | 2023-10-04T02:39:55.307Z | Compiling serde-big-array v0.5.1 |
1970 | 2023-10-04T02:39:55.676Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1971 | 2023-10-04T02:39:56.250Z | Compiling oso-derive v0.26.4 |
1972 | 2023-10-04T02:39:56.950Z | Compiling num-derive v0.4.0 |
1973 | 2023-10-04T02:39:57.744Z | Compiling impl-trait-for-tuples v0.2.2 |
1974 | 2023-10-04T02:40:00.052Z | Compiling http-range v0.1.5 |
1975 | 2023-10-04T02:40:00.565Z | Compiling bit_field v0.10.2 |
1976 | 2023-10-04T02:40:00.985Z | Compiling maplit v1.0.2 |
1977 | 2023-10-04T02:40:01.007Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1978 | 2023-10-04T02:40:01.136Z | Compiling hyper-staticfile v0.9.5 |
1979 | 2023-10-04T02:40:03.163Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1980 | 2023-10-04T02:40:04.054Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1981 | 2023-10-04T02:40:05.120Z | Compiling headers v0.3.9 |
1982 | 2023-10-04T02:40:12.273Z | Compiling crossterm v0.27.0 |
1983 | 2023-10-04T02:40:14.262Z | Compiling oso v0.26.4 |
1984 | 2023-10-04T02:40:35.812Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1985 | 2023-10-04T02:40:37.036Z | Compiling signal-hook-tokio v0.3.1 |
1986 | 2023-10-04T02:40:37.341Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1987 | 2023-10-04T02:40:37.712Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1988 | 2023-10-04T02:40:39.581Z | Compiling serde-big-array v0.4.1 |
1989 | 2023-10-04T02:40:39.854Z | Compiling indoc v2.0.3 |
1990 | 2023-10-04T02:40:40.125Z | Compiling cassowary v0.3.0 |
1991 | 2023-10-04T02:40:41.453Z | Compiling ratatui v0.23.0 |
1992 | 2023-10-04T02:40:43.438Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1993 | 2023-10-04T02:40:46.053Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1994 | 2023-10-04T02:40:46.263Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1995 | 2023-10-04T02:40:46.841Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1996 | 2023-10-04T02:40:47.855Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1997 | 2023-10-04T02:40:52.902Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1998 | 2023-10-04T02:40:54.055Z | Compiling fatfs v0.3.6 |
1999 | 2023-10-04T02:40:56.498Z | Compiling bytesize v1.3.0 |
2000 | 2023-10-04T02:40:57.491Z | Compiling nanorand v0.7.0 |
2001 | 2023-10-04T02:40:58.753Z | Compiling rtoolbox v0.0.1 |
2002 | 2023-10-04T02:40:59.497Z | Compiling assert_matches v1.5.0 |
2003 | 2023-10-04T02:40:59.637Z | Compiling fs-err v2.9.0 |
2004 | 2023-10-04T02:40:59.681Z | Compiling corncobs v0.1.3 |
2005 | 2023-10-04T02:41:00.328Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2006 | 2023-10-04T02:41:01.002Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2007 | 2023-10-04T02:41:02.348Z | Compiling rpassword v7.2.0 |
2008 | 2023-10-04T02:41:02.879Z | Compiling flume v0.11.0 |
2009 | 2023-10-04T02:41:02.993Z | Compiling tui-tree-widget v0.13.0 |
2010 | 2023-10-04T02:41:04.098Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2011 | 2023-10-04T02:41:06.523Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2012 | 2023-10-04T02:41:06.774Z | Compiling shell-words v1.1.0 |
2013 | 2023-10-04T02:41:07.489Z | Compiling owo-colors v3.5.0 |
2014 | 2023-10-04T02:41:13.060Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2015 | 2023-10-04T02:41:21.093Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2016 | 2023-10-04T02:42:16.285Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2017 | 2023-10-04T02:42:28.071Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2018 | 2023-10-04T02:44:21.480Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2019 | 2023-10-04T02:45:42.146Z | Compiling git2 v0.17.2 |
2020 | 2023-10-04T02:45:52.022Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2021 | 2023-10-04T02:45:54.164Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2022 | 2023-10-04T02:46:14.037Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2023 | 2023-10-04T02:46:28.461Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2024 | 2023-10-04T02:46:34.115Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2023-10-04T02:55:38.526Z | Finished release [optimized] target(s) in 21m 05s |
2026 | 2023-10-04T02:58:16.120Z | |
2027 | 2023-10-04T02:58:16.128Z | real 23:44.263340915 |
2028 | 2023-10-04T02:58:16.135Z | user 2:32:23.308638311 |
2029 | 2023-10-04T02:58:16.142Z | sys 7:19.204387356 |
2030 | 2023-10-04T02:58:16.148Z | trap 5.001093253 |
2031 | 2023-10-04T02:58:16.156Z | tflt 1.237338805 |
2032 | 2023-10-04T02:58:16.166Z | dflt 3.863504380 |
2033 | 2023-10-04T02:58:16.174Z | kflt 0.002558748 |
2034 | 2023-10-04T02:58:16.182Z | lock 8:58:27.217583753 |
2035 | 2023-10-04T02:58:16.189Z | slp 6:12:07.138957032 |
2036 | 2023-10-04T02:58:16.194Z | lat 2:53.626518440 |
2037 | 2023-10-04T02:58:16.203Z | stop 50.040082780 |
2038 | 2023-10-04T02:58:16.211Z | + 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/*) |
2039 | 2023-10-04T02:58:16.216Z | + pfexec mkdir -p /work |
2040 | 2023-10-04T02:58:16.229Z | + pfexec chown build /work |
2041 | 2023-10-04T02:58:16.237Z | + 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 |
2042 | 2023-10-04T02:58:29.845Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2043 | 2023-10-04T02:58:29.849Z | a out/maghemite.tar 73201K |
2044 | 2023-10-04T02:58:29.852Z | a out/omicron-sled-agent.tar 109618K |
2045 | 2023-10-04T02:58:29.855Z | a out/target/test 1K |
2046 | 2023-10-04T02:58:29.858Z | a out/npuzone/npuzone 36077K |
2047 | 2023-10-04T02:58:29.861Z | a package-manifest.toml 21K |
2048 | 2023-10-04T02:58:29.864Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2049 | 2023-10-04T02:58:29.868Z | a target/release/omicron-package 37058K |
2050 | 2023-10-04T02:58:29.871Z | a tools/create_virtual_hardware.sh 3K |
2051 | 2023-10-04T02:58:29.874Z | a tools/virtual_hardware.sh 4K |
2052 | 2023-10-04T02:58:29.877Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2053 | 2023-10-04T02:58:29.880Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2054 | 2023-10-04T02:58:29.883Z | a tools/scrimlet/softnpu-init.sh 3K |
2055 | 2023-10-04T02:58:29.885Z | a tools/scrimlet/softnpu-zone.txt 1K |
2056 | 2023-10-04T02:58:29.888Z | a tools/scrimlet/softnpu.toml 1K |
2057 | 2023-10-04T02:58:29.891Z | |
2058 | 2023-10-04T02:58:29.895Z | real 13.718504838 |
2059 | 2023-10-04T02:58:29.898Z | user 13.048655756 |
2060 | 2023-10-04T02:58:29.901Z | sys 1.132928746 |
2061 | 2023-10-04T02:58:29.903Z | trap 0.003871891 |
2062 | 2023-10-04T02:58:29.909Z | tflt 0.000000000 |
2063 | 2023-10-04T02:58:29.918Z | dflt 0.000000000 |
2064 | 2023-10-04T02:58:29.969Z | kflt 0.000000000 |
2065 | 2023-10-04T02:58:29.973Z | lock 0.000000000 |
2066 | 2023-10-04T02:58:29.977Z | slp 12.753454370 |
2067 | 2023-10-04T02:58:29.981Z | lat 0.494558868 |
2068 | 2023-10-04T02:58:29.984Z | stop 0.000232062 |
2069 | 2023-10-04T02:58:29.988Z | ++ pwd |
2070 | 2023-10-04T02:58:29.992Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2071 | 2023-10-04T02:58:29.995Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2072 | 2023-10-04T02:58:29.998Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2073 | 2023-10-04T02:58:31.002Z | Finished release [optimized] target(s) in 1.06s |
2074 | 2023-10-04T02:58:31.032Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2075 | 2023-10-04T02:58:31.073Z | Created new build target 'host' and set it as active |
2076 | 2023-10-04T02:58:31.076Z | |
2077 | 2023-10-04T02:58:31.080Z | real 1.215958395 |
2078 | 2023-10-04T02:58:31.083Z | user 0.862460168 |
2079 | 2023-10-04T02:58:31.086Z | sys 0.354269843 |
2080 | 2023-10-04T02:58:31.089Z | trap 0.000064550 |
2081 | 2023-10-04T02:58:31.092Z | tflt 0.000000000 |
2082 | 2023-10-04T02:58:31.095Z | dflt 0.000029829 |
2083 | 2023-10-04T02:58:31.098Z | kflt 0.000000000 |
2084 | 2023-10-04T02:58:31.101Z | lock 0.035521680 |
2085 | 2023-10-04T02:58:31.104Z | slp 0.019263126 |
2086 | 2023-10-04T02:58:31.107Z | lat 0.002132900 |
2087 | 2023-10-04T02:58:31.111Z | stop 0.000218709 |
2088 | 2023-10-04T02:58:31.114Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2089 | 2023-10-04T02:58:32.180Z | Finished release [optimized] target(s) in 1.02s |
2090 | 2023-10-04T02:58:32.206Z | Running `target/release/omicron-package -t host package` |
2091 | 2023-10-04T02:58:32.246Z | Oct 04 02:58:32.245 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2092 | 2023-10-04T02:58:33.380Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2093 | 2023-10-04T03:02:08.132Z | Finished release [optimized] target(s) in 3m 35s |
2094 | 2023-10-04T03:03:27.584Z | |
2095 | 2023-10-04T03:03:27.587Z | real 4:56.524334392 |
2096 | 2023-10-04T03:03:27.590Z | user 20:54.674993717 |
2097 | 2023-10-04T03:03:27.593Z | sys 1:08.202192133 |
2098 | 2023-10-04T03:03:27.596Z | trap 0.538927545 |
2099 | 2023-10-04T03:03:27.599Z | tflt 0.033640068 |
2100 | 2023-10-04T03:03:27.602Z | dflt 2.659030795 |
2101 | 2023-10-04T03:03:27.605Z | kflt 0.000002705 |
2102 | 2023-10-04T03:03:27.608Z | lock 1:10:17.831773377 |
2103 | 2023-10-04T03:03:27.610Z | slp 17:30.566866663 |
2104 | 2023-10-04T03:03:27.613Z | lat 8.101212757 |
2105 | 2023-10-04T03:03:27.616Z | stop 0.729438918 |
2106 | 2023-10-04T03:03:27.619Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2107 | 2023-10-04T03:03:27.622Z | + for package in "$@" |
2108 | 2023-10-04T03:03:27.625Z | + [[ omicron-sled-agent == maghemite ]] |
2109 | 2023-10-04T03:03:27.629Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+giteee4eb4484a |
2110 | 2023-10-04T03:03:28.720Z | Finished release [optimized] target(s) in 1.05s |
2111 | 2023-10-04T03:03:28.759Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+giteee4eb4484a` |
2112 | 2023-10-04T03:03:28.790Z | Oct 04 03:03:28.788 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2113 | 2023-10-04T03:03:29.302Z | Created: out/versioned/omicron-sled-agent.tar |
2114 | 2023-10-04T03:03:29.306Z | + for package in "$@" |
2115 | 2023-10-04T03:03:29.309Z | + [[ maghemite == maghemite ]] |
2116 | 2023-10-04T03:03:29.312Z | + echo 0.0.0 |
2117 | 2023-10-04T03:03:29.315Z | + tar rvf out/maghemite.tar VERSION |
2118 | 2023-10-04T03:03:29.319Z | a VERSION 1K |
2119 | 2023-10-04T03:03:29.321Z | + rm VERSION |
2120 | 2023-10-04T03:03:29.324Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+giteee4eb4484a |
2121 | 2023-10-04T03:03:30.427Z | Finished release [optimized] target(s) in 1.03s |
2122 | 2023-10-04T03:03:30.455Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+giteee4eb4484a` |
2123 | 2023-10-04T03:03:30.496Z | Oct 04 03:03:30.496 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2124 | 2023-10-04T03:03:30.845Z | Created: out/versioned/maghemite.tar |
2125 | 2023-10-04T03:03:30.849Z | + for package in "$@" |
2126 | 2023-10-04T03:03:30.851Z | + [[ propolis-server == maghemite ]] |
2127 | 2023-10-04T03:03:30.854Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+giteee4eb4484a |
2128 | 2023-10-04T03:03:32.008Z | Finished release [optimized] target(s) in 1.08s |
2129 | 2023-10-04T03:03:32.036Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+giteee4eb4484a` |
2130 | 2023-10-04T03:03:32.077Z | Oct 04 03:03:32.076 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2131 | 2023-10-04T03:03:33.799Z | Created: out/versioned/propolis-server.tar.gz |
2132 | 2023-10-04T03:03:33.803Z | + for package in "$@" |
2133 | 2023-10-04T03:03:33.806Z | + [[ overlay == maghemite ]] |
2134 | 2023-10-04T03:03:33.809Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+giteee4eb4484a |
2135 | 2023-10-04T03:03:34.925Z | Finished release [optimized] target(s) in 1.03s |
2136 | 2023-10-04T03:03:34.944Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+giteee4eb4484a` |
2137 | 2023-10-04T03:03:34.983Z | Oct 04 03:03:34.983 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2138 | 2023-10-04T03:03:34.986Z | Created: out/versioned/overlay.tar.gz |
2139 | 2023-10-04T03:03:34.993Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2140 | 2023-10-04T03:03:35.000Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2141 | 2023-10-04T03:03:35.003Z | ++ cd -- ./tools |
2142 | 2023-10-04T03:03:35.006Z | ++ pwd |
2143 | 2023-10-04T03:03:35.009Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2144 | 2023-10-04T03:03:35.014Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2145 | 2023-10-04T03:03:35.017Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2146 | 2023-10-04T03:03:35.020Z | ++ readlink -f /work |
2147 | 2023-10-04T03:03:35.025Z | + out_dir=/work |
2148 | 2023-10-04T03:03:35.030Z | + 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") |
2149 | 2023-10-04T03:03:35.033Z | + for dep in "${deps[@]}" |
2150 | 2023-10-04T03:03:35.035Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2151 | 2023-10-04T03:03:35.039Z | + for dep in "${deps[@]}" |
2152 | 2023-10-04T03:03:35.042Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2153 | 2023-10-04T03:03:35.045Z | + for dep in "${deps[@]}" |
2154 | 2023-10-04T03:03:35.048Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2155 | 2023-10-04T03:03:35.052Z | + for dep in "${deps[@]}" |
2156 | 2023-10-04T03:03:35.055Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2157 | 2023-10-04T03:03:35.058Z | ++ mktemp -d |
2158 | 2023-10-04T03:03:35.061Z | + tmp_gz=/tmp/tmp.LTaioi |
2159 | 2023-10-04T03:03:35.066Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2160 | 2023-10-04T03:03:35.069Z | + echo '{"v":"1","t":"layer"}' |
2161 | 2023-10-04T03:03:35.072Z | + pkg_dir=/tmp/tmp.LTaioi/root/opt/oxide/sled-agent |
2162 | 2023-10-04T03:03:35.077Z | + mkdir -p /tmp/tmp.LTaioi/root/opt/oxide/sled-agent |
2163 | 2023-10-04T03:03:35.080Z | + cd /tmp/tmp.LTaioi/root/opt/oxide/sled-agent |
2164 | 2023-10-04T03:03:35.083Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2165 | 2023-10-04T03:03:35.134Z | x ., 0 bytes, 0 tape blocks |
2166 | 2023-10-04T03:03:35.137Z | x zone-bundle, 34395232 bytes, 67179 tape blocks |
2167 | 2023-10-04T03:03:35.140Z | x sled-agent, 78218112 bytes, 152770 tape blocks |
2168 | 2023-10-04T03:03:35.143Z | x pkg, 0 bytes, 0 tape blocks |
2169 | 2023-10-04T03:03:35.146Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2170 | 2023-10-04T03:03:35.149Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2171 | 2023-10-04T03:03:35.152Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2172 | 2023-10-04T03:03:35.156Z | x VERSION, 25 bytes, 1 tape blocks |
2173 | 2023-10-04T03:03:35.159Z | + mkdir -p /tmp/tmp.LTaioi/root/lib/svc/manifest/site/ |
2174 | 2023-10-04T03:03:35.162Z | + mv pkg/manifest.xml /tmp/tmp.LTaioi/root/lib/svc/manifest/site/sled-agent.xml |
2175 | 2023-10-04T03:03:35.165Z | + cd - |
2176 | 2023-10-04T03:03:35.168Z | /work/oxidecomputer/omicron |
2177 | 2023-10-04T03:03:35.170Z | + pkg_dir=/tmp/tmp.LTaioi/root/opt/oxide/mg-ddm |
2178 | 2023-10-04T03:03:35.173Z | + mkdir -p /tmp/tmp.LTaioi/root/opt/oxide/mg-ddm |
2179 | 2023-10-04T03:03:35.176Z | + cd /tmp/tmp.LTaioi/root/opt/oxide/mg-ddm |
2180 | 2023-10-04T03:03:35.179Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2181 | 2023-10-04T03:03:35.222Z | x ., 0 bytes, 0 tape blocks |
2182 | 2023-10-04T03:03:35.226Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2183 | 2023-10-04T03:03:35.228Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2184 | 2023-10-04T03:03:35.231Z | x pkg, 0 bytes, 0 tape blocks |
2185 | 2023-10-04T03:03:35.234Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2186 | 2023-10-04T03:03:35.237Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2187 | 2023-10-04T03:03:35.240Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2188 | 2023-10-04T03:03:35.243Z | x VERSION, 25 bytes, 1 tape blocks |
2189 | 2023-10-04T03:03:35.246Z | + cd - |
2190 | 2023-10-04T03:03:35.249Z | /work/oxidecomputer/omicron |
2191 | 2023-10-04T03:03:35.252Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.LTaioi/root/opt/oxide |
2192 | 2023-10-04T03:03:35.334Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.LTaioi/root/opt/oxide |
2193 | 2023-10-04T03:03:35.337Z | + cd /tmp/tmp.LTaioi |
2194 | 2023-10-04T03:03:35.341Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2195 | 2023-10-04T03:03:47.630Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2196 | 2023-10-04T03:03:47.634Z | a oxide.json 1K |
2197 | 2023-10-04T03:03:47.637Z | a root/ 0K |
2198 | 2023-10-04T03:03:47.641Z | a root/opt/ 0K |
2199 | 2023-10-04T03:03:47.645Z | a root/opt/oxide/ 0K |
2200 | 2023-10-04T03:03:47.655Z | a root/opt/oxide/sled-agent/ 0K |
2201 | 2023-10-04T03:03:47.660Z | a root/opt/oxide/sled-agent/zone-bundle 33590K |
2202 | 2023-10-04T03:03:47.663Z | a root/opt/oxide/sled-agent/sled-agent 76385K |
2203 | 2023-10-04T03:03:47.666Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2204 | 2023-10-04T03:03:47.669Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2205 | 2023-10-04T03:03:47.672Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2206 | 2023-10-04T03:03:47.674Z | a root/opt/oxide/sled-agent/VERSION 1K |
2207 | 2023-10-04T03:03:47.677Z | a root/opt/oxide/mg-ddm/ 0K |
2208 | 2023-10-04T03:03:47.680Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2209 | 2023-10-04T03:03:47.683Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2210 | 2023-10-04T03:03:47.686Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2211 | 2023-10-04T03:03:47.689Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2212 | 2023-10-04T03:03:47.692Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2213 | 2023-10-04T03:03:47.695Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2214 | 2023-10-04T03:03:47.698Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2215 | 2023-10-04T03:03:47.700Z | a root/opt/oxide/propolis-server.tar.gz 64683K |
2216 | 2023-10-04T03:03:47.703Z | a root/opt/oxide/overlay.tar.gz 2K |
2217 | 2023-10-04T03:03:47.706Z | a root/lib/ 0K |
2218 | 2023-10-04T03:03:47.709Z | a root/lib/svc/ 0K |
2219 | 2023-10-04T03:03:47.712Z | a root/lib/svc/manifest/ 0K |
2220 | 2023-10-04T03:03:47.715Z | a root/lib/svc/manifest/site/ 0K |
2221 | 2023-10-04T03:03:47.718Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2222 | 2023-10-04T03:03:47.720Z | + cd / |
2223 | 2023-10-04T03:03:47.723Z | + rm -rf /tmp/tmp.LTaioi |
2224 | 2023-10-04T03:03:47.726Z | |
2225 | 2023-10-04T03:03:47.729Z | real 12.686269870 |
2226 | 2023-10-04T03:03:47.732Z | user 11.678631809 |
2227 | 2023-10-04T03:03:47.735Z | sys 1.072088424 |
2228 | 2023-10-04T03:03:47.738Z | trap 0.004272494 |
2229 | 2023-10-04T03:03:47.740Z | tflt 0.000000000 |
2230 | 2023-10-04T03:03:47.743Z | dflt 0.000000000 |
2231 | 2023-10-04T03:03:47.746Z | kflt 0.000000000 |
2232 | 2023-10-04T03:03:47.749Z | lock 0.000000000 |
2233 | 2023-10-04T03:03:47.752Z | slp 24.417276156 |
2234 | 2023-10-04T03:03:47.755Z | lat 0.476720528 |
2235 | 2023-10-04T03:03:47.758Z | stop 0.000306153 |
2236 | 2023-10-04T03:03:47.761Z | + mkdir -p /work/zones |
2237 | 2023-10-04T03:03:47.765Z | + 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) |
2238 | 2023-10-04T03:03:47.769Z | + 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/ |
2239 | 2023-10-04T03:03:51.003Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2240 | 2023-10-04T03:03:52.226Z | Finished release [optimized] target(s) in 1.12s |
2241 | 2023-10-04T03:03:52.257Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2242 | 2023-10-04T03:03:52.296Z | Created new build target 'recovery' and set it as active |
2243 | 2023-10-04T03:03:52.299Z | |
2244 | 2023-10-04T03:03:52.306Z | real 1.284903676 |
2245 | 2023-10-04T03:03:52.311Z | user 0.917696525 |
2246 | 2023-10-04T03:03:52.325Z | sys 0.364914968 |
2247 | 2023-10-04T03:03:52.338Z | trap 0.000847618 |
2248 | 2023-10-04T03:03:52.342Z | tflt 0.000010299 |
2249 | 2023-10-04T03:03:52.346Z | dflt 0.000012966 |
2250 | 2023-10-04T03:03:52.349Z | kflt 0.000000000 |
2251 | 2023-10-04T03:03:52.352Z | lock 0.038874847 |
2252 | 2023-10-04T03:03:52.355Z | slp 0.022667153 |
2253 | 2023-10-04T03:03:52.358Z | lat 0.004733217 |
2254 | 2023-10-04T03:03:52.391Z | stop 0.000424536 |
2255 | 2023-10-04T03:03:52.395Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2256 | 2023-10-04T03:03:53.491Z | Finished release [optimized] target(s) in 1.10s |
2257 | 2023-10-04T03:03:53.522Z | Running `target/release/omicron-package -t recovery package` |
2258 | 2023-10-04T03:03:53.561Z | Oct 04 03:03:53.560 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2259 | 2023-10-04T03:03:54.541Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2260 | 2023-10-04T03:03:58.463Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2261 | 2023-10-04T03:04:31.028Z | Finished release [optimized] target(s) in 37.38s |
2262 | 2023-10-04T03:04:46.803Z | |
2263 | 2023-10-04T03:04:46.814Z | real 54.494721542 |
2264 | 2023-10-04T03:04:46.827Z | user 2:38.146194238 |
2265 | 2023-10-04T03:04:46.832Z | sys 13.778711920 |
2266 | 2023-10-04T03:04:46.835Z | trap 0.079658164 |
2267 | 2023-10-04T03:04:46.838Z | tflt 0.073563054 |
2268 | 2023-10-04T03:04:46.841Z | dflt 1.222600004 |
2269 | 2023-10-04T03:04:46.844Z | kflt 0.000000000 |
2270 | 2023-10-04T03:04:46.847Z | lock 12:08.172983936 |
2271 | 2023-10-04T03:04:46.850Z | slp 2:37.337638721 |
2272 | 2023-10-04T03:04:46.853Z | lat 2.249213816 |
2273 | 2023-10-04T03:04:46.856Z | stop 0.187704518 |
2274 | 2023-10-04T03:04:46.859Z | + stamp_packages installinator maghemite |
2275 | 2023-10-04T03:04:46.862Z | + for package in "$@" |
2276 | 2023-10-04T03:04:46.865Z | + [[ installinator == maghemite ]] |
2277 | 2023-10-04T03:04:46.872Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+giteee4eb4484a |
2278 | 2023-10-04T03:04:47.946Z | Finished release [optimized] target(s) in 1.06s |
2279 | 2023-10-04T03:04:47.987Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+giteee4eb4484a` |
2280 | 2023-10-04T03:04:48.017Z | Oct 04 03:04:48.017 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2281 | 2023-10-04T03:04:48.136Z | Created: out/versioned/installinator.tar |
2282 | 2023-10-04T03:04:48.139Z | + for package in "$@" |
2283 | 2023-10-04T03:04:48.143Z | + [[ maghemite == maghemite ]] |
2284 | 2023-10-04T03:04:48.146Z | + echo 0.0.0 |
2285 | 2023-10-04T03:04:48.149Z | + tar rvf out/maghemite.tar VERSION |
2286 | 2023-10-04T03:04:48.153Z | a VERSION 1K |
2287 | 2023-10-04T03:04:48.156Z | + rm VERSION |
2288 | 2023-10-04T03:04:48.160Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+giteee4eb4484a |
2289 | 2023-10-04T03:04:49.268Z | Finished release [optimized] target(s) in 1.04s |
2290 | 2023-10-04T03:04:49.298Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+giteee4eb4484a` |
2291 | 2023-10-04T03:04:49.338Z | Oct 04 03:04:49.337 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2292 | 2023-10-04T03:04:49.561Z | Created: out/versioned/maghemite.tar |
2293 | 2023-10-04T03:04:49.566Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2294 | 2023-10-04T03:04:49.586Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2295 | 2023-10-04T03:04:49.589Z | ++ cd -- ./tools |
2296 | 2023-10-04T03:04:49.592Z | ++ pwd |
2297 | 2023-10-04T03:04:49.596Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2298 | 2023-10-04T03:04:49.599Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2299 | 2023-10-04T03:04:49.602Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2300 | 2023-10-04T03:04:49.605Z | ++ readlink -f /work |
2301 | 2023-10-04T03:04:49.608Z | + out_dir=/work |
2302 | 2023-10-04T03:04:49.611Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2303 | 2023-10-04T03:04:49.614Z | + for dep in "${deps[@]}" |
2304 | 2023-10-04T03:04:49.617Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2305 | 2023-10-04T03:04:49.620Z | + for dep in "${deps[@]}" |
2306 | 2023-10-04T03:04:49.629Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2307 | 2023-10-04T03:04:49.631Z | ++ mktemp -d |
2308 | 2023-10-04T03:04:49.634Z | + tmp_trampoline=/tmp/tmp.i7aGsi |
2309 | 2023-10-04T03:04:49.637Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2310 | 2023-10-04T03:04:49.640Z | + echo '{"v":"1","t":"layer"}' |
2311 | 2023-10-04T03:04:49.643Z | + pkg_dir=/tmp/tmp.i7aGsi/root/opt/oxide/installinator |
2312 | 2023-10-04T03:04:49.646Z | + mkdir -p /tmp/tmp.i7aGsi/root/opt/oxide/installinator |
2313 | 2023-10-04T03:04:49.649Z | + cd /tmp/tmp.i7aGsi/root/opt/oxide/installinator |
2314 | 2023-10-04T03:04:49.652Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2315 | 2023-10-04T03:04:49.686Z | x ., 0 bytes, 0 tape blocks |
2316 | 2023-10-04T03:04:49.689Z | x installinator, 47765520 bytes, 93293 tape blocks |
2317 | 2023-10-04T03:04:49.692Z | x pkg, 0 bytes, 0 tape blocks |
2318 | 2023-10-04T03:04:49.695Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2319 | 2023-10-04T03:04:49.697Z | x VERSION, 25 bytes, 1 tape blocks |
2320 | 2023-10-04T03:04:49.700Z | + mkdir -p /tmp/tmp.i7aGsi/root/lib/svc/manifest/site/ |
2321 | 2023-10-04T03:04:49.703Z | + mv pkg/manifest.xml /tmp/tmp.i7aGsi/root/lib/svc/manifest/site/installinator.xml |
2322 | 2023-10-04T03:04:49.706Z | + cd - |
2323 | 2023-10-04T03:04:49.709Z | /work/oxidecomputer/omicron |
2324 | 2023-10-04T03:04:49.712Z | + pkg_dir=/tmp/tmp.i7aGsi/root/opt/oxide/mg-ddm |
2325 | 2023-10-04T03:04:49.715Z | + mkdir -p /tmp/tmp.i7aGsi/root/opt/oxide/mg-ddm |
2326 | 2023-10-04T03:04:49.719Z | + cd /tmp/tmp.i7aGsi/root/opt/oxide/mg-ddm |
2327 | 2023-10-04T03:04:49.724Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2328 | 2023-10-04T03:04:49.777Z | x ., 0 bytes, 0 tape blocks |
2329 | 2023-10-04T03:04:49.781Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2330 | 2023-10-04T03:04:49.785Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2331 | 2023-10-04T03:04:49.789Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2023-10-04T03:04:49.792Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2333 | 2023-10-04T03:04:49.795Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2334 | 2023-10-04T03:04:49.797Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2335 | 2023-10-04T03:04:49.800Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2023-10-04T03:04:49.803Z | + cd - |
2337 | 2023-10-04T03:04:49.806Z | /work/oxidecomputer/omicron |
2338 | 2023-10-04T03:04:49.809Z | + cd /tmp/tmp.i7aGsi |
2339 | 2023-10-04T03:04:49.812Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2340 | 2023-10-04T03:04:56.181Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2341 | 2023-10-04T03:04:56.184Z | a oxide.json 1K |
2342 | 2023-10-04T03:04:56.187Z | a root/ 0K |
2343 | 2023-10-04T03:04:56.190Z | a root/opt/ 0K |
2344 | 2023-10-04T03:04:56.194Z | a root/opt/oxide/ 0K |
2345 | 2023-10-04T03:04:56.197Z | a root/opt/oxide/installinator/ 0K |
2346 | 2023-10-04T03:04:56.200Z | a root/opt/oxide/installinator/installinator 46647K |
2347 | 2023-10-04T03:04:56.203Z | a root/opt/oxide/installinator/pkg/ 0K |
2348 | 2023-10-04T03:04:56.206Z | a root/opt/oxide/installinator/VERSION 1K |
2349 | 2023-10-04T03:04:56.209Z | a root/opt/oxide/mg-ddm/ 0K |
2350 | 2023-10-04T03:04:56.212Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2351 | 2023-10-04T03:04:56.215Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2352 | 2023-10-04T03:04:56.218Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2353 | 2023-10-04T03:04:56.222Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2354 | 2023-10-04T03:04:56.224Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2355 | 2023-10-04T03:04:56.227Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2356 | 2023-10-04T03:04:56.230Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2357 | 2023-10-04T03:04:56.233Z | a root/lib/ 0K |
2358 | 2023-10-04T03:04:56.237Z | a root/lib/svc/ 0K |
2359 | 2023-10-04T03:04:56.240Z | a root/lib/svc/manifest/ 0K |
2360 | 2023-10-04T03:04:56.250Z | a root/lib/svc/manifest/site/ 0K |
2361 | 2023-10-04T03:04:56.257Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2362 | 2023-10-04T03:04:56.260Z | + cd / |
2363 | 2023-10-04T03:04:56.263Z | + rm -rf /tmp/tmp.i7aGsi |
2364 | 2023-10-04T03:04:56.266Z | |
2365 | 2023-10-04T03:04:56.270Z | real 6.619207386 |
2366 | 2023-10-04T03:04:56.274Z | user 6.137034923 |
2367 | 2023-10-04T03:04:56.278Z | sys 0.510463222 |
2368 | 2023-10-04T03:04:56.281Z | trap 0.001201662 |
2369 | 2023-10-04T03:04:56.287Z | tflt 0.000000000 |
2370 | 2023-10-04T03:04:56.291Z | dflt 0.000002753 |
2371 | 2023-10-04T03:04:56.295Z | kflt 0.000000000 |
2372 | 2023-10-04T03:04:56.307Z | lock 0.000000000 |
2373 | 2023-10-04T03:04:56.311Z | slp 12.722541424 |
2374 | 2023-10-04T03:04:56.314Z | lat 0.232263738 |
2375 | 2023-10-04T03:04:56.317Z | stop 0.001435065 |
2376 | 2023-10-04T03:04:56.320Z | process exited: duration 2446297 ms, exit code 0 |
|
2377 | 2023-10-04T03:04:56.327Z | found 21 output files |
2378 | 2023-10-04T03:04:56.338Z | uploading: /work/version.txt (26 bytes) |
2379 | 2023-10-04T03:04:57.346Z | uploaded: /work/version.txt |
2380 | 2023-10-04T03:04:57.362Z | uploading: /work/package.tar.gz (82493042 bytes) |
2381 | 2023-10-04T03:05:22.393Z | uploaded: /work/package.tar.gz |
2382 | 2023-10-04T03:05:22.427Z | uploading: /work/global-zone-packages.tar.gz (125128126 bytes) |
2383 | 2023-10-04T03:05:56.649Z | uploaded: /work/global-zone-packages.tar.gz |
2384 | 2023-10-04T03:05:56.724Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38531624 bytes) |
2385 | 2023-10-04T03:06:12.077Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2386 | 2023-10-04T03:06:12.089Z | uploading: /work/zones/clickhouse.tar.gz (180710336 bytes) |
2387 | 2023-10-04T03:08:12.424Z | uploaded: /work/zones/clickhouse.tar.gz |
2388 | 2023-10-04T03:08:12.576Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180705752 bytes) |
2389 | 2023-10-04T03:09:35.184Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2390 | 2023-10-04T03:09:35.238Z | uploading: /work/zones/cockroachdb.tar.gz (117766680 bytes) |
2391 | 2023-10-04T03:10:33.176Z | uploaded: /work/zones/cockroachdb.tar.gz |
2392 | 2023-10-04T03:10:33.193Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2393 | 2023-10-04T03:10:39.825Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2394 | 2023-10-04T03:10:39.845Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2395 | 2023-10-04T03:11:00.559Z | uploaded: /work/zones/crucible.tar.gz |
2396 | 2023-10-04T03:11:00.625Z | uploading: /work/zones/external-dns.tar.gz (22039686 bytes) |
2397 | 2023-10-04T03:11:07.805Z | uploaded: /work/zones/external-dns.tar.gz |
2398 | 2023-10-04T03:11:07.816Z | uploading: /work/zones/internal-dns.tar.gz (22039686 bytes) |
2399 | 2023-10-04T03:11:17.817Z | uploaded: /work/zones/internal-dns.tar.gz |
2400 | 2023-10-04T03:11:17.823Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2401 | 2023-10-04T03:11:18.834Z | uploaded: /work/zones/ntp.tar.gz |
2402 | 2023-10-04T03:11:18.845Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15706763 bytes) |
2403 | 2023-10-04T03:11:25.158Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2404 | 2023-10-04T03:11:25.170Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15705919 bytes) |
2405 | 2023-10-04T03:11:30.788Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2406 | 2023-10-04T03:11:30.806Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (67082338 bytes) |
2407 | 2023-10-04T03:11:53.834Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2408 | 2023-10-04T03:11:53.860Z | uploading: /work/zones/omicron-nexus.tar.gz (67085963 bytes) |
2409 | 2023-10-04T03:12:21.345Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2410 | 2023-10-04T03:12:21.767Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2411 | 2023-10-04T03:12:22.395Z | uploaded: /work/zones/overlay.tar.gz |
2412 | 2023-10-04T03:12:22.411Z | uploading: /work/zones/oximeter-collector.tar.gz (16247608 bytes) |
2413 | 2023-10-04T03:12:30.354Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2414 | 2023-10-04T03:12:30.365Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2415 | 2023-10-04T03:12:51.615Z | uploaded: /work/zones/propolis-server.tar.gz |
2416 | 2023-10-04T03:12:51.623Z | uploading: /work/zones/switch-asic.tar.gz (220077315 bytes) |
2417 | 2023-10-04T03:14:23.311Z | uploaded: /work/zones/switch-asic.tar.gz |
2418 | 2023-10-04T03:14:23.413Z | uploading: /work/zones/switch-softnpu.tar.gz (142106548 bytes) |
2419 | 2023-10-04T03:15:16.974Z | uploaded: /work/zones/switch-softnpu.tar.gz |