|
|
|
1 | 2023-10-11T19:27:12.147Z | job assigned to worker 01HCG38DZYS1V7QY8XBFJB1FDR (queued for 2 m 25 s) |
|
2 | 2023-10-11T19:27:12.363Z | starting task 0: "setup" |
3 | 2023-10-11T19:27:12.446Z | ++ uname -s |
4 | 2023-10-11T19:27:12.470Z | + kern=SunOS |
5 | 2023-10-11T19:27:12.494Z | + case "$kern" in |
6 | 2023-10-11T19:27:12.925Z | + groupadd -g 12345 build |
7 | 2023-10-11T19:27:12.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-11T19:27:14.455Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-11T19:27:14.554Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-11T19:27:14.569Z | + home_fs=zfs |
11 | 2023-10-11T19:27:14.584Z | + [[ zfs == autofs ]] |
12 | 2023-10-11T19:27:14.595Z | + mkdir -p /home/build |
13 | 2023-10-11T19:27:14.604Z | + chown build:build /home/build /work |
14 | 2023-10-11T19:27:16.571Z | + chmod 0700 /home/build /work |
15 | 2023-10-11T19:27:16.578Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2023-10-11T19:27:16.592Z | starting task 1: "rust-toolchain" |
17 | 2023-10-11T19:27:16.612Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-11T19:27:16.620Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-11T19:27:16.793Z | info: downloading installer |
20 | 2023-10-11T19:27:18.633Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-11T19:27:18.648Z | warning: /opt/ooce/bin |
22 | 2023-10-11T19:27:18.667Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-11T19:27:18.682Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-11T19:27:18.696Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-11T19:27:18.712Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-11T19:27:18.725Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-11T19:27:19.147Z | error: cannot install while Rust is installed |
28 | 2023-10-11T19:27:19.166Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-11T19:27:19.173Z | info: profile set to 'default' |
30 | 2023-10-11T19:27:19.180Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-11T19:27:19.189Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-11T19:27:19.197Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-11T19:27:19.205Z | info: downloading component 'cargo' |
34 | 2023-10-11T19:27:19.925Z | info: downloading component 'clippy' |
35 | 2023-10-11T19:27:20.261Z | info: downloading component 'rust-docs' |
36 | 2023-10-11T19:27:21.477Z | info: downloading component 'rust-std' |
37 | 2023-10-11T19:27:23.624Z | info: downloading component 'rustc' |
38 | 2023-10-11T19:27:28.944Z | info: downloading component 'rustfmt' |
39 | 2023-10-11T19:27:29.248Z | info: installing component 'cargo' |
40 | 2023-10-11T19:27:30.649Z | info: installing component 'clippy' |
41 | 2023-10-11T19:27:31.247Z | info: installing component 'rust-docs' |
42 | 2023-10-11T19:27:33.940Z | info: installing component 'rust-std' |
43 | 2023-10-11T19:27:36.971Z | info: installing component 'rustc' |
44 | 2023-10-11T19:27:43.827Z | info: installing component 'rustfmt' |
45 | 2023-10-11T19:27:44.338Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-11T19:27:44.350Z | |
47 | 2023-10-11T19:27:44.468Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-11T19:27:44.484Z | |
49 | 2023-10-11T19:27:44.502Z | |
50 | 2023-10-11T19:27:44.516Z | Rust is installed now. Great! |
51 | 2023-10-11T19:27:44.528Z | |
52 | 2023-10-11T19:27:44.537Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-11T19:27:44.563Z | environment variable. This has not been done automatically. |
54 | 2023-10-11T19:27:44.573Z | |
55 | 2023-10-11T19:27:44.584Z | To configure your current shell, run: |
56 | 2023-10-11T19:27:44.593Z | source "$HOME/.cargo/env" |
57 | 2023-10-11T19:27:44.605Z | + rustc --version |
58 | 2023-10-11T19:27:44.665Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-11T19:27:44.677Z | process exited: duration 28067 ms, exit code 0 |
|
60 | 2023-10-11T19:27:44.703Z | starting task 2: "authentication" |
61 | 2023-10-11T19:27:45.173Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-10-11T19:27:51.250Z | process exited: duration 6527 ms, exit code 0 |
|
63 | 2023-10-11T19:27:51.727Z | starting task 3: "clone repository" |
64 | 2023-10-11T19:27:51.744Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-10-11T19:27:51.755Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-10-11T19:27:51.860Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-10-11T19:27:59.633Z | + cd /work/oxidecomputer/omicron |
68 | 2023-10-11T19:27:59.637Z | + [[ -n sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir ]] |
69 | 2023-10-11T19:27:59.640Z | + git fetch origin sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir |
70 | 2023-10-11T19:28:00.009Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-10-11T19:28:00.015Z | * branch sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir -> FETCH_HEAD |
72 | 2023-10-11T19:28:00.018Z | + git checkout -B sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir remotes/origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir |
73 | 2023-10-11T19:28:00.096Z | Switched to a new branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' |
74 | 2023-10-11T19:28:00.099Z | branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' set up to track 'origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir'. |
75 | 2023-10-11T19:28:00.102Z | + git reset --hard 6200e35e697b068e2105c6b265d7eb8b09b3b2f5 |
76 | 2023-10-11T19:28:00.113Z | HEAD is now at 6200e35e [𝘀𝗽𝗿] initial version |
77 | 2023-10-11T19:28:00.117Z | process exited: duration 8380 ms, exit code 0 |
|
78 | 2023-10-11T19:28:00.123Z | starting task 4: "build" |
79 | 2023-10-11T19:28:00.134Z | + cargo --version |
80 | 2023-10-11T19:28:00.641Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-10-11T19:28:00.658Z | + rustc --version |
82 | 2023-10-11T19:28:00.671Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-10-11T19:28:01.107Z | ++ git rev-parse HEAD |
84 | 2023-10-11T19:28:01.115Z | + COMMIT=6200e35e697b068e2105c6b265d7eb8b09b3b2f5 |
85 | 2023-10-11T19:28:01.120Z | + VERSION=1.0.2-0.ci+git6200e35e697 |
86 | 2023-10-11T19:28:01.127Z | + echo 1.0.2-0.ci+git6200e35e697 |
87 | 2023-10-11T19:28:01.135Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
88 | 2023-10-11T19:28:10.106Z | Startup: Refreshing catalog 'helios-dev' ... Done |
89 | 2023-10-11T19:28:10.784Z | Startup: Caching catalogs ... Done |
90 | 2023-10-11T19:28:13.823Z | Planning: Solver setup ... Done (2.830s) |
91 | 2023-10-11T19:28:13.907Z | Planning: Running solver ... Done (0.084s) |
92 | 2023-10-11T19:28:13.958Z | Planning: Finding local manifests ... Done (0.003s) |
93 | 2023-10-11T19:28:13.984Z | Planning: Fetching manifests: 0/4 0% complete |
94 | 2023-10-11T19:28:15.484Z | Planning: Fetching manifests: 4/4 100% complete |
95 | 2023-10-11T19:28:15.562Z | Planning: Package planning ... Done (0.079s) |
96 | 2023-10-11T19:28:15.648Z | Planning: Merging actions ... Done (0.086s) |
97 | 2023-10-11T19:28:16.377Z | Planning: Checking for conflicting actions ... Done (0.728s) |
98 | 2023-10-11T19:28:16.397Z | Planning: Consolidating action changes ... Done (0.017s) |
99 | 2023-10-11T19:28:21.829Z | Planning: Evaluating mediators ... Done (5.431s) |
100 | 2023-10-11T19:28:21.843Z | Planning: Planning completed in 11.01 seconds |
101 | 2023-10-11T19:28:24.892Z | Packages to install: 4 |
102 | 2023-10-11T19:28:24.897Z | Mediators to change: 2 |
103 | 2023-10-11T19:28:24.902Z | Services to change: 1 |
104 | 2023-10-11T19:28:24.909Z | Estimated space available: 149.39 GB |
105 | 2023-10-11T19:28:24.913Z | Estimated space to be consumed: 1.35 GB |
106 | 2023-10-11T19:28:24.917Z | Create boot environment: No |
107 | 2023-10-11T19:28:24.935Z | Create backup boot environment: No |
108 | 2023-10-11T19:28:24.940Z | Rebuild boot archive: No |
109 | 2023-10-11T19:28:24.946Z | |
110 | 2023-10-11T19:28:24.950Z | Changed mediators: |
111 | 2023-10-11T19:28:24.959Z | mediator clang: |
112 | 2023-10-11T19:28:24.963Z | version: None -> 15 (system default) |
113 | 2023-10-11T19:28:24.967Z | |
114 | 2023-10-11T19:28:24.971Z | mediator llvm: |
115 | 2023-10-11T19:28:24.978Z | version: 14 (system default) -> 15 (system default) |
116 | 2023-10-11T19:28:24.983Z | |
117 | 2023-10-11T19:28:24.988Z | Changed packages: |
118 | 2023-10-11T19:28:24.991Z | helios-dev |
119 | 2023-10-11T19:28:24.995Z | developer/build-essential |
120 | 2023-10-11T19:28:24.998Z | None -> 11-2.0 |
121 | 2023-10-11T19:28:25.003Z | library/libxmlsec1 |
122 | 2023-10-11T19:28:25.009Z | None -> 1.2.35-2.0 |
123 | 2023-10-11T19:28:25.015Z | ooce/developer/clang-15 |
124 | 2023-10-11T19:28:25.019Z | None -> 15.0.7-2.0 |
125 | 2023-10-11T19:28:25.025Z | ooce/developer/llvm-15 |
126 | 2023-10-11T19:28:25.029Z | None -> 15.0.7-2.0 |
127 | 2023-10-11T19:28:25.036Z | |
128 | 2023-10-11T19:28:25.040Z | Services: |
129 | 2023-10-11T19:28:25.044Z | restart_fmri: |
130 | 2023-10-11T19:28:25.051Z | svc:/system/update-man-index:default |
131 | 2023-10-11T19:28:25.314Z | |
132 | 2023-10-11T19:28:25.318Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
133 | 2023-10-11T19:28:31.406Z | Download: 212/3290 items 1.3/212.6MB 0% complete (427k/s) |
134 | 2023-10-11T19:28:36.406Z | Download: 611/3290 items 17.4/212.6MB 8% complete (1.7M/s) |
135 | 2023-10-11T19:28:41.405Z | Download: 1112/3290 items 29.4/212.6MB 13% complete (2.7M/s) |
136 | 2023-10-11T19:28:56.900Z | Download: 1198/3290 items 83.4/212.6MB 39% complete |
137 | 2023-10-11T19:29:01.898Z | Download: 1739/3290 items 118.2/212.6MB 55% complete (7.3M/s) |
138 | 2023-10-11T19:29:25.572Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
139 | 2023-10-11T19:29:30.581Z | Download: 3103/3290 items 129.2/212.6MB 60% complete (1.8M/s) |
140 | 2023-10-11T19:29:37.807Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (11.8M/s) |
141 | 2023-10-11T19:29:38.506Z | Download: Completed 212.60 MB in 73.18 seconds (2.9M/s) |
142 | 2023-10-11T19:29:38.888Z | Actions: 1/3687 actions (Installing new actions) |
143 | 2023-10-11T19:29:43.902Z | Actions: 2345/3687 actions (Installing new actions) |
144 | 2023-10-11T19:29:47.475Z | Actions: Completed 3687 actions in 8.17 seconds. |
145 | 2023-10-11T19:29:47.529Z | Done (0.055s) |
146 | 2023-10-11T19:29:48.418Z | Done (0.000s) |
147 | 2023-10-11T19:29:48.434Z | Done (0.146s) |
148 | 2023-10-11T19:29:54.547Z | Done (7.170s) |
149 | 2023-10-11T19:29:54.824Z | Done (0.178s) |
150 | 2023-10-11T19:29:54.838Z | Done (0.000s) |
151 | 2023-10-11T19:29:55.102Z | Done (0.000s) |
152 | 2023-10-11T19:29:55.765Z | Planning: Evaluating mediator changes ... Done |
153 | 2023-10-11T19:29:56.070Z | Planning: Checking for conflicting actions ... Done |
154 | 2023-10-11T19:29:56.496Z | Planning: Consolidating action changes ... Done |
155 | 2023-10-11T19:29:56.517Z | Planning: Evaluating mediators ... Done |
156 | 2023-10-11T19:29:56.998Z | Planning: Planning completed in 0.72 seconds |
157 | 2023-10-11T19:29:57.021Z | Mediators to change: 2 |
158 | 2023-10-11T19:29:57.038Z | Create boot environment: No |
159 | 2023-10-11T19:29:57.465Z | Create backup boot environment: No |
160 | 2023-10-11T19:29:57.482Z | Done |
161 | 2023-10-11T19:29:57.546Z | Done |
162 | 2023-10-11T19:29:59.218Z | Done |
163 | 2023-10-11T19:30:02.609Z | Done |
164 | 2023-10-11T19:30:02.727Z | Done |
165 | 2023-10-11T19:30:03.156Z | Done |
166 | 2023-10-11T19:30:03.187Z | Done |
167 | 2023-10-11T19:30:03.827Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-10-11T19:30:03.846Z | Planning: Merging actions ... Done |
169 | 2023-10-11T19:30:04.145Z | Planning: Checking for conflicting actions ... Done |
170 | 2023-10-11T19:30:04.153Z | Planning: Consolidating action changes ... Done |
171 | 2023-10-11T19:30:04.990Z | Planning: Evaluating mediators ... Done |
172 | 2023-10-11T19:30:05.478Z | Planning: Planning completed in 1.29 seconds |
173 | 2023-10-11T19:30:06.397Z | Packages to change: 1 |
174 | 2023-10-11T19:30:06.417Z | Mediators to change: 1 |
175 | 2023-10-11T19:30:06.428Z | Services to change: 1 |
176 | 2023-10-11T19:30:06.443Z | Create boot environment: No |
177 | 2023-10-11T19:30:06.493Z | Create backup boot environment: Yes |
178 | 2023-10-11T19:30:06.707Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2023-10-11T19:30:06.727Z | Actions: Completed 6 actions in 0.00 seconds. |
180 | 2023-10-11T19:30:06.750Z | Done |
181 | 2023-10-11T19:30:06.766Z | Done |
182 | 2023-10-11T19:30:06.782Z | Done |
183 | 2023-10-11T19:30:12.595Z | Done |
184 | 2023-10-11T19:30:12.722Z | Done |
185 | 2023-10-11T19:30:12.740Z | Done |
186 | 2023-10-11T19:30:12.837Z | Done |
187 | 2023-10-11T19:30:13.499Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2023-10-11T19:30:13.507Z | clang system 15 system |
189 | 2023-10-11T19:30:13.520Z | csh system system illumos |
190 | 2023-10-11T19:30:13.538Z | ctags system system illumos |
191 | 2023-10-11T19:30:13.551Z | gcc vendor 12 vendor |
192 | 2023-10-11T19:30:13.659Z | gcc system 10 system |
193 | 2023-10-11T19:30:13.868Z | gcc system 7 system |
194 | 2023-10-11T19:30:13.934Z | go system 1.20 system |
195 | 2023-10-11T19:30:13.967Z | go system 1.19 system |
196 | 2023-10-11T19:30:13.989Z | llvm system 15 system |
197 | 2023-10-11T19:30:14.016Z | llvm system 14 system |
198 | 2023-10-11T19:30:14.043Z | mariadb system 10.6 system |
199 | 2023-10-11T19:30:14.062Z | mta vendor vendor dma |
200 | 2023-10-11T19:30:14.503Z | openjdk system 17 system |
201 | 2023-10-11T19:30:14.928Z | openjdk system 11 system |
202 | 2023-10-11T19:30:14.949Z | openjdk system 1.8 system |
203 | 2023-10-11T19:30:15.375Z | openssl vendor 3 vendor |
204 | 2023-10-11T19:30:15.389Z | perl system 5.36 system |
205 | 2023-10-11T19:30:15.407Z | postgresql system 15 system |
206 | 2023-10-11T19:30:15.835Z | postgresql system 13 system |
207 | 2023-10-11T19:30:15.848Z | python vendor 3 vendor |
208 | 2023-10-11T19:30:16.283Z | python system 2 system |
209 | 2023-10-11T19:30:16.301Z | python3 system 3.11 system |
210 | 2023-10-11T19:30:16.315Z | ruby system 3.0 system |
211 | 2023-10-11T19:30:16.738Z | words vendor vendor american-english |
212 | 2023-10-11T19:30:16.765Z | words system system australian-english |
213 | 2023-10-11T19:30:16.848Z | words system system british-english |
214 | 2023-10-11T19:30:16.863Z | words system system canadian-english |
215 | 2023-10-11T19:30:16.882Z | words system system french |
216 | 2023-10-11T19:30:16.901Z | words system system italian |
217 | 2023-10-11T19:30:17.325Z | words system system ngerman |
218 | 2023-10-11T19:30:18.201Z | words system system ogerman |
219 | 2023-10-11T19:30:18.624Z | words system system spanish |
220 | 2023-10-11T19:30:18.652Z | FMRI IFO |
221 | 2023-10-11T19:30:18.660Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2023-10-11T19:30:18.676Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2023-10-11T19:30:18.695Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2023-10-11T19:30:19.128Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
225 | 2023-10-11T19:30:19.556Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2023-10-11T19:30:19.574Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
227 | 2023-10-11T19:30:19.998Z | + set -o errexit |
228 | 2023-10-11T19:30:20.054Z | +++ dirname ./tools/ci_download_cockroachdb |
229 | 2023-10-11T19:30:20.497Z | ++ cd ./tools |
230 | 2023-10-11T19:30:20.518Z | ++ pwd |
231 | 2023-10-11T19:30:20.956Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
232 | 2023-10-11T19:30:20.981Z | ++ basename ./tools/ci_download_cockroachdb |
233 | 2023-10-11T19:30:20.997Z | + ARG0=ci_download_cockroachdb |
234 | 2023-10-11T19:30:21.009Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
235 | 2023-10-11T19:30:21.018Z | + CIDL_VERSION=v22.1.9 |
236 | 2023-10-11T19:30:21.027Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
237 | 2023-10-11T19:30:21.094Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
238 | 2023-10-11T19:30:21.126Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
239 | 2023-10-11T19:30:21.138Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
240 | 2023-10-11T19:30:21.155Z | + TARGET_DIR=out |
241 | 2023-10-11T19:30:21.171Z | + DOWNLOAD_DIR=out/downloads |
242 | 2023-10-11T19:30:21.195Z | + DEST_DIR=./out/cockroachdb |
243 | 2023-10-11T19:30:21.215Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
244 | 2023-10-11T19:30:21.231Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
245 | 2023-10-11T19:30:21.246Z | + main |
246 | 2023-10-11T19:30:21.264Z | + [[ 0 != 0 ]] |
247 | 2023-10-11T19:30:21.279Z | + CIDL_OS=solaris2.11 |
248 | 2023-10-11T19:30:21.294Z | + [[ 0 != 0 ]] |
249 | 2023-10-11T19:30:21.308Z | + configure_os solaris2.11 |
250 | 2023-10-11T19:30:21.324Z | + echo 'current directory: /work/oxidecomputer/omicron' |
251 | 2023-10-11T19:30:21.386Z | current directory: /work/oxidecomputer/omicron |
252 | 2023-10-11T19:30:21.812Z | + echo 'configuring based on OS: "solaris2.11"' |
253 | 2023-10-11T19:30:21.825Z | + case "$1" in |
254 | 2023-10-11T19:30:21.833Z | configuring based on OS: "solaris2.11" |
255 | 2023-10-11T19:30:21.851Z | + CIDL_BUILD=illumos |
256 | 2023-10-11T19:30:21.867Z | + CIDL_SUFFIX=tar.gz |
257 | 2023-10-11T19:30:21.885Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
258 | 2023-10-11T19:30:21.893Z | + CIDL_MD5FUNC=do_md5sum |
259 | 2023-10-11T19:30:21.916Z | + CIDL_URL_BASE=https://illumos.org/downloads |
260 | 2023-10-11T19:30:21.930Z | + CIDL_ASSEMBLE=do_assemble_illumos |
261 | 2023-10-11T19:30:21.943Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
262 | 2023-10-11T19:30:21.953Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-11T19:30:21.966Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-11T19:30:21.986Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
265 | 2023-10-11T19:30:22.010Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-11T19:30:22.030Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2023-10-11T19:30:22.072Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-11T19:30:23.455Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
269 | 2023-10-11T19:30:23.474Z | Downloading... |
270 | 2023-10-11T19:30:23.490Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2023-10-11T19:30:23.508Z | + mkdir -p out/downloads |
272 | 2023-10-11T19:30:23.933Z | + mkdir -p ./out/cockroachdb |
273 | 2023-10-11T19:30:23.938Z | + local DO_DOWNLOAD=true |
274 | 2023-10-11T19:30:23.943Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
275 | 2023-10-11T19:30:23.956Z | + '[' true == true ']' |
276 | 2023-10-11T19:30:23.962Z | + echo Downloading... |
277 | 2023-10-11T19:30:23.968Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-11T19:30:23.985Z | + 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 |
279 | 2023-10-11T19:30:23.999Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-11T19:30:24.014Z | ++ md5sum |
281 | 2023-10-11T19:30:24.040Z | ++ awk '{print $1}' |
282 | 2023-10-11T19:30:24.054Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
283 | 2023-10-11T19:30:24.068Z | + [[ 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 ]] |
284 | 2023-10-11T19:30:24.084Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-10-11T19:30:24.104Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
286 | 2023-10-11T19:30:24.123Z | + do_assemble_illumos |
287 | 2023-10-11T19:30:24.140Z | + rm -r ./out/cockroachdb |
288 | 2023-10-11T19:30:24.567Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
289 | 2023-10-11T19:30:24.584Z | + ./out/cockroachdb/bin/cockroach version |
290 | 2023-10-11T19:30:24.602Z | Build Tag: v22.1.9-dirty |
291 | 2023-10-11T19:30:24.623Z | Build Time: 2022/10/26 21:17:46 |
292 | 2023-10-11T19:30:24.639Z | Distribution: OSS |
293 | 2023-10-11T19:30:24.660Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
294 | 2023-10-11T19:30:25.911Z | Go Version: go1.17.13 |
295 | 2023-10-11T19:30:26.354Z | C Compiler: gcc 10.3.0 |
296 | 2023-10-11T19:30:26.365Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
297 | 2023-10-11T19:30:26.382Z | Build Type: release |
298 | 2023-10-11T19:30:26.394Z | + set -o errexit |
299 | 2023-10-11T19:30:26.399Z | +++ dirname ./tools/ci_download_clickhouse |
300 | 2023-10-11T19:30:26.413Z | ++ cd ./tools |
301 | 2023-10-11T19:30:26.430Z | ++ pwd |
302 | 2023-10-11T19:30:26.454Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
303 | 2023-10-11T19:30:26.471Z | ++ basename ./tools/ci_download_clickhouse |
304 | 2023-10-11T19:30:26.489Z | + ARG0=ci_download_clickhouse |
305 | 2023-10-11T19:30:26.912Z | + TARGET_DIR=out |
306 | 2023-10-11T19:30:27.340Z | + DOWNLOAD_DIR=out/downloads |
307 | 2023-10-11T19:30:27.349Z | + DEST_DIR=./out/clickhouse |
308 | 2023-10-11T19:30:27.405Z | + CIDL_VERSION=v22.8.9.24 |
309 | 2023-10-11T19:30:27.422Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
310 | 2023-10-11T19:30:27.441Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
311 | 2023-10-11T19:30:27.460Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
312 | 2023-10-11T19:30:27.907Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
313 | 2023-10-11T19:30:27.928Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
314 | 2023-10-11T19:30:28.373Z | + main |
315 | 2023-10-11T19:30:28.391Z | + [[ 0 != 0 ]] |
316 | 2023-10-11T19:30:28.406Z | + CIDL_OS=solaris2.11 |
317 | 2023-10-11T19:30:28.418Z | + [[ 0 != 0 ]] |
318 | 2023-10-11T19:30:28.432Z | + configure_os solaris2.11 |
319 | 2023-10-11T19:30:28.449Z | + echo 'current directory: /work/oxidecomputer/omicron' |
320 | 2023-10-11T19:30:28.475Z | current directory: /work/oxidecomputer/omicron |
321 | 2023-10-11T19:30:28.495Z | + echo 'configuring based on OS: "solaris2.11"' |
322 | 2023-10-11T19:30:28.514Z | configuring based on OS: "solaris2.11" |
323 | 2023-10-11T19:30:28.532Z | + CIDL_DASHREV= |
324 | 2023-10-11T19:30:28.547Z | + case "$1" in |
325 | 2023-10-11T19:30:28.564Z | + CIDL_PLATFORM=illumos |
326 | 2023-10-11T19:30:28.579Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
327 | 2023-10-11T19:30:28.593Z | + CIDL_MD5FUNC=do_md5sum |
328 | 2023-10-11T19:30:28.608Z | + CIDL_DASHREV=-1 |
329 | 2023-10-11T19:30:28.623Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
330 | 2023-10-11T19:30:29.050Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-11T19:30:29.073Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-11T19:30:29.089Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-11T19:30:29.122Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
334 | 2023-10-11T19:30:29.154Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-11T19:30:29.168Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
336 | 2023-10-11T19:30:29.192Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-10-11T19:30:29.219Z | + mkdir -p out/downloads |
338 | 2023-10-11T19:30:29.249Z | + mkdir -p ./out/clickhouse |
339 | 2023-10-11T19:30:29.279Z | + local DO_DOWNLOAD=true |
340 | 2023-10-11T19:30:29.309Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
341 | 2023-10-11T19:30:29.341Z | + '[' true == true ']' |
342 | 2023-10-11T19:30:29.424Z | + echo Downloading... |
343 | 2023-10-11T19:30:29.859Z | Downloading... |
344 | 2023-10-11T19:30:29.883Z | + 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 |
345 | 2023-10-11T19:30:29.898Z | + 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 |
346 | 2023-10-11T19:30:29.922Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-11T19:30:30.351Z | ++ md5sum |
348 | 2023-10-11T19:30:30.367Z | ++ awk '{print $1}' |
349 | 2023-10-11T19:30:30.387Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
350 | 2023-10-11T19:30:30.405Z | + [[ 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 ]] |
351 | 2023-10-11T19:30:30.419Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
352 | 2023-10-11T19:30:30.465Z | + mkdir -p ./out/clickhouse |
353 | 2023-10-11T19:30:30.482Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
354 | 2023-10-11T19:30:31.291Z | + ./out/clickhouse/clickhouse server --version |
355 | 2023-10-11T19:30:31.341Z | ClickHouse server version 22.8.9.1. |
356 | 2023-10-11T19:30:31.363Z | + set -o errexit |
357 | 2023-10-11T19:30:31.379Z | +++ dirname ./tools/ci_download_console |
358 | 2023-10-11T19:30:31.386Z | ++ cd ./tools |
359 | 2023-10-11T19:30:31.394Z | ++ pwd |
360 | 2023-10-11T19:30:31.403Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
361 | 2023-10-11T19:30:31.413Z | ++ basename ./tools/ci_download_console |
362 | 2023-10-11T19:30:31.423Z | + ARG0=ci_download_console |
363 | 2023-10-11T19:30:31.431Z | + TARGET_DIR=out |
364 | 2023-10-11T19:30:31.444Z | + DOWNLOAD_DIR=out/downloads |
365 | 2023-10-11T19:30:31.505Z | + DEST_DIR=./out/console-assets |
366 | 2023-10-11T19:30:31.937Z | + source /work/oxidecomputer/omicron/tools/console_version |
367 | 2023-10-11T19:30:31.962Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
368 | 2023-10-11T19:30:31.976Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
369 | 2023-10-11T19:30:31.996Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
370 | 2023-10-11T19:30:32.012Z | + TARBALL_FILE=out/downloads/console.tar.gz |
371 | 2023-10-11T19:30:32.025Z | + main |
372 | 2023-10-11T19:30:32.039Z | + [[ 0 != 0 ]] |
373 | 2023-10-11T19:30:32.053Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
374 | 2023-10-11T19:30:32.074Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
375 | 2023-10-11T19:30:32.087Z | + echo 'Local file: out/downloads/console.tar.gz' |
376 | 2023-10-11T19:30:32.108Z | Local file: out/downloads/console.tar.gz |
377 | 2023-10-11T19:30:32.134Z | + local DO_DOWNLOAD=true |
378 | 2023-10-11T19:30:32.150Z | + [[ -f out/downloads/console.tar.gz ]] |
379 | 2023-10-11T19:30:32.170Z | + mkdir -p out/downloads |
380 | 2023-10-11T19:30:32.189Z | + '[' true == true ']' |
381 | 2023-10-11T19:30:32.204Z | + echo Downloading... |
382 | 2023-10-11T19:30:32.234Z | Downloading... |
383 | 2023-10-11T19:30:32.244Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
384 | 2023-10-11T19:30:32.259Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
385 | 2023-10-11T19:30:32.269Z | ++ do_sha256sum out/downloads/console.tar.gz |
386 | 2023-10-11T19:30:32.297Z | ++ case "$OSTYPE" in |
387 | 2023-10-11T19:30:32.323Z | ++ SHA=sha256sum |
388 | 2023-10-11T19:30:32.341Z | ++ sha256sum |
389 | 2023-10-11T19:30:32.380Z | ++ awk '{print $1}' |
390 | 2023-10-11T19:30:32.397Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
391 | 2023-10-11T19:30:32.849Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
392 | 2023-10-11T19:30:32.934Z | + rm -rf ./out/console-assets |
393 | 2023-10-11T19:30:32.978Z | + mkdir -p ./out/console-assets |
394 | 2023-10-11T19:30:33.010Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
395 | 2023-10-11T19:30:33.044Z | + mkdir -p ./out/console-assets |
396 | 2023-10-11T19:30:33.065Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
397 | 2023-10-11T19:30:33.080Z | + set -o errexit |
398 | 2023-10-11T19:30:33.096Z | +++ dirname ./tools/ci_download_maghemite_openapi |
399 | 2023-10-11T19:30:33.107Z | ++ cd ./tools |
400 | 2023-10-11T19:30:33.132Z | ++ pwd |
401 | 2023-10-11T19:30:33.150Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2023-10-11T19:30:33.171Z | ++ basename ./tools/ci_download_maghemite_openapi |
403 | 2023-10-11T19:30:33.187Z | + ARG0=ci_download_maghemite_openapi |
404 | 2023-10-11T19:30:33.206Z | + TARGET_DIR=out |
405 | 2023-10-11T19:30:33.215Z | + DOWNLOAD_DIR=out/downloads |
406 | 2023-10-11T19:30:33.223Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
407 | 2023-10-11T19:30:33.231Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
408 | 2023-10-11T19:30:33.245Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
409 | 2023-10-11T19:30:33.262Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
410 | 2023-10-11T19:30:33.275Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
411 | 2023-10-11T19:30:33.291Z | + main |
412 | 2023-10-11T19:30:33.305Z | + [[ 0 != 0 ]] |
413 | 2023-10-11T19:30:33.329Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
414 | 2023-10-11T19:30:33.345Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
415 | 2023-10-11T19:30:33.367Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
416 | 2023-10-11T19:30:33.387Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
417 | 2023-10-11T19:30:33.438Z | + local DO_DOWNLOAD=true |
418 | 2023-10-11T19:30:33.875Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
419 | 2023-10-11T19:30:33.899Z | + mkdir -p out/downloads |
420 | 2023-10-11T19:30:33.910Z | + '[' true == true ']' |
421 | 2023-10-11T19:30:33.929Z | + echo Downloading... |
422 | 2023-10-11T19:30:33.947Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
423 | 2023-10-11T19:30:33.970Z | Downloading... |
424 | 2023-10-11T19:30:33.982Z | + 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 |
425 | 2023-10-11T19:30:34.000Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
426 | 2023-10-11T19:30:34.006Z | ++ case "$OSTYPE" in |
427 | 2023-10-11T19:30:34.028Z | ++ SHA=sha256sum |
428 | 2023-10-11T19:30:34.051Z | ++ sha256sum |
429 | 2023-10-11T19:30:34.065Z | ++ awk '{print $1}' |
430 | 2023-10-11T19:30:34.513Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-10-11T19:30:34.538Z | + [[ 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 ]] |
432 | 2023-10-11T19:30:34.970Z | + set -o errexit |
433 | 2023-10-11T19:30:36.214Z | +++ dirname ./tools/ci_download_dendrite_openapi |
434 | 2023-10-11T19:30:36.228Z | ++ cd ./tools |
435 | 2023-10-11T19:30:36.241Z | ++ pwd |
436 | 2023-10-11T19:30:36.251Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2023-10-11T19:30:36.270Z | ++ basename ./tools/ci_download_dendrite_openapi |
438 | 2023-10-11T19:30:36.291Z | + ARG0=ci_download_dendrite_openapi |
439 | 2023-10-11T19:30:36.314Z | + TARGET_DIR=out |
440 | 2023-10-11T19:30:36.745Z | + DOWNLOAD_DIR=out/downloads |
441 | 2023-10-11T19:30:36.776Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
442 | 2023-10-11T19:30:36.790Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
443 | 2023-10-11T19:30:36.807Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
444 | 2023-10-11T19:30:37.243Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
445 | 2023-10-11T19:30:37.274Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
446 | 2023-10-11T19:30:37.289Z | + main |
447 | 2023-10-11T19:30:37.310Z | + [[ 0 != 0 ]] |
448 | 2023-10-11T19:30:37.327Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
449 | 2023-10-11T19:30:37.766Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
450 | 2023-10-11T19:30:37.781Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
451 | 2023-10-11T19:30:37.802Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
452 | 2023-10-11T19:30:38.231Z | + local DO_DOWNLOAD=true |
453 | 2023-10-11T19:30:38.247Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
454 | 2023-10-11T19:30:38.264Z | + mkdir -p out/downloads |
455 | 2023-10-11T19:30:39.499Z | + '[' true == true ']' |
456 | 2023-10-11T19:30:39.503Z | + echo Downloading... |
457 | 2023-10-11T19:30:39.510Z | Downloading... |
458 | 2023-10-11T19:30:39.520Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
459 | 2023-10-11T19:30:39.528Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
460 | 2023-10-11T19:30:39.538Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
461 | 2023-10-11T19:30:39.551Z | ++ case "$OSTYPE" in |
462 | 2023-10-11T19:30:39.568Z | ++ SHA=sha256sum |
463 | 2023-10-11T19:30:39.595Z | ++ sha256sum |
464 | 2023-10-11T19:30:39.632Z | ++ awk '{print $1}' |
465 | 2023-10-11T19:30:40.062Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
466 | 2023-10-11T19:30:40.082Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
467 | 2023-10-11T19:30:40.508Z | + set -o errexit |
468 | 2023-10-11T19:30:40.528Z | +++ dirname ./tools/ci_download_dendrite_stub |
469 | 2023-10-11T19:30:40.957Z | ++ cd ./tools |
470 | 2023-10-11T19:30:40.983Z | ++ pwd |
471 | 2023-10-11T19:30:41.002Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-10-11T19:30:41.017Z | ++ basename ./tools/ci_download_dendrite_stub |
473 | 2023-10-11T19:30:41.039Z | + ARG0=ci_download_dendrite_stub |
474 | 2023-10-11T19:30:41.063Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
475 | 2023-10-11T19:30:41.082Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
476 | 2023-10-11T19:30:41.104Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
477 | 2023-10-11T19:30:41.535Z | current directory: /work/oxidecomputer/omicron |
478 | 2023-10-11T19:30:41.558Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
479 | 2023-10-11T19:30:41.989Z | configuring based on OS: "solaris2.11" |
480 | 2023-10-11T19:30:42.013Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-10-11T19:30:42.033Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
482 | 2023-10-11T19:30:42.050Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
483 | 2023-10-11T19:30:42.071Z | Local file: out/downloads/dendrite-stub.tar.gz |
484 | 2023-10-11T19:30:42.090Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
485 | 2023-10-11T19:30:42.521Z | Downloading... |
486 | 2023-10-11T19:30:42.959Z | + TARGET_DIR=out |
487 | 2023-10-11T19:30:42.976Z | + DOWNLOAD_DIR=out/downloads |
488 | 2023-10-11T19:30:42.998Z | + DEST_DIR=./out/dendrite-stub |
489 | 2023-10-11T19:30:43.458Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
490 | 2023-10-11T19:30:43.466Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
491 | 2023-10-11T19:30:43.898Z | + REPO=oxidecomputer/dendrite |
492 | 2023-10-11T19:30:43.917Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
493 | 2023-10-11T19:30:43.970Z | + main |
494 | 2023-10-11T19:30:44.405Z | + [[ 0 != 0 ]] |
495 | 2023-10-11T19:30:44.420Z | + CIDL_OS=solaris2.11 |
496 | 2023-10-11T19:30:44.431Z | + [[ 0 != 0 ]] |
497 | 2023-10-11T19:30:44.445Z | + configure_os solaris2.11 |
498 | 2023-10-11T19:30:44.463Z | + echo 'current directory: /work/oxidecomputer/omicron' |
499 | 2023-10-11T19:30:44.482Z | + echo 'configuring based on OS: "solaris2.11"' |
500 | 2023-10-11T19:30:44.506Z | + case "$1" in |
501 | 2023-10-11T19:30:44.539Z | + SET_BINARIES= |
502 | 2023-10-11T19:30:44.574Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
503 | 2023-10-11T19:30:44.600Z | + CIDL_SHA256FUNC=do_sha256sum |
504 | 2023-10-11T19:30:45.031Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
505 | 2023-10-11T19:30:45.475Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
506 | 2023-10-11T19:30:45.516Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
507 | 2023-10-11T19:30:45.553Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
508 | 2023-10-11T19:30:45.596Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
509 | 2023-10-11T19:30:45.634Z | + mkdir -p out/downloads |
510 | 2023-10-11T19:30:45.652Z | + mkdir -p ./out/dendrite-stub |
511 | 2023-10-11T19:30:45.659Z | + fetch_and_verify |
512 | 2023-10-11T19:30:45.669Z | + local DO_DOWNLOAD=true |
513 | 2023-10-11T19:30:45.685Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
514 | 2023-10-11T19:30:45.704Z | + '[' true == true ']' |
515 | 2023-10-11T19:30:45.722Z | + echo Downloading... |
516 | 2023-10-11T19:30:45.742Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
517 | 2023-10-11T19:30:45.761Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
518 | 2023-10-11T19:30:54.821Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
519 | 2023-10-11T19:30:54.836Z | ++ sha256sum |
520 | 2023-10-11T19:30:54.851Z | ++ awk '{print $1}' |
521 | 2023-10-11T19:30:54.921Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
522 | 2023-10-11T19:30:54.943Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
523 | 2023-10-11T19:30:54.968Z | + do_untar out/downloads/dendrite-stub.tar.gz |
524 | 2023-10-11T19:30:54.987Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
525 | 2023-10-11T19:30:55.838Z | + do_assemble |
526 | 2023-10-11T19:30:55.854Z | + rm -r ./out/dendrite-stub |
527 | 2023-10-11T19:30:55.871Z | + mkdir ./out/dendrite-stub |
528 | 2023-10-11T19:30:55.882Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
529 | 2023-10-11T19:30:55.957Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
530 | 2023-10-11T19:30:55.985Z | + set -o errexit |
531 | 2023-10-11T19:30:56.009Z | +++ dirname ./tools/ci_download_transceiver_control |
532 | 2023-10-11T19:30:56.035Z | ++ cd ./tools |
533 | 2023-10-11T19:30:56.057Z | ++ pwd |
534 | 2023-10-11T19:30:56.081Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
535 | 2023-10-11T19:30:56.096Z | ++ basename ./tools/ci_download_transceiver_control |
536 | 2023-10-11T19:30:56.109Z | + ARG0=ci_download_transceiver_control |
537 | 2023-10-11T19:30:56.123Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
538 | 2023-10-11T19:30:56.140Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
539 | 2023-10-11T19:30:56.154Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
540 | 2023-10-11T19:30:56.166Z | + TARGET_DIR=out |
541 | 2023-10-11T19:30:56.173Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-10-11T19:30:56.185Z | + DEST_DIR=./out/transceiver-control |
543 | 2023-10-11T19:30:56.200Z | + BIN_DIR=/opt/oxide/bin |
544 | 2023-10-11T19:30:56.211Z | + BINARY=xcvradm |
545 | 2023-10-11T19:30:56.226Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2023-10-11T19:30:56.233Z | + REPO=oxidecomputer/transceiver-control |
547 | 2023-10-11T19:30:56.244Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
548 | 2023-10-11T19:30:56.250Z | + main |
549 | 2023-10-11T19:30:56.264Z | + [[ 0 != 0 ]] |
550 | 2023-10-11T19:30:56.279Z | + CIDL_OS=solaris2.11 |
551 | 2023-10-11T19:30:56.302Z | + [[ 0 != 0 ]] |
552 | 2023-10-11T19:30:56.316Z | + configure_os solaris2.11 |
553 | 2023-10-11T19:30:56.329Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2023-10-11T19:30:56.418Z | current directory: /work/oxidecomputer/omicron |
555 | 2023-10-11T19:30:56.439Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2023-10-11T19:30:56.451Z | configuring based on OS: "solaris2.11" |
557 | 2023-10-11T19:30:56.481Z | + case "$1" in |
558 | 2023-10-11T19:30:56.520Z | + SET_BINARIES= |
559 | 2023-10-11T19:30:56.567Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
560 | 2023-10-11T19:30:56.586Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2023-10-11T19:30:56.620Z | + ARCHIVE_FILENAME=xcvradm.gz |
562 | 2023-10-11T19:30:56.639Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
563 | 2023-10-11T19:30:56.657Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
564 | 2023-10-11T19:30:56.686Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
565 | 2023-10-11T19:30:56.702Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
566 | 2023-10-11T19:30:56.717Z | + echo 'Local file: out/downloads/xcvradm.gz' |
567 | 2023-10-11T19:30:56.731Z | Local file: out/downloads/xcvradm.gz |
568 | 2023-10-11T19:30:56.752Z | + mkdir -p out/downloads |
569 | 2023-10-11T19:30:56.766Z | + mkdir -p ./out/transceiver-control |
570 | 2023-10-11T19:30:56.780Z | + fetch_and_verify |
571 | 2023-10-11T19:30:57.621Z | + local DO_DOWNLOAD=true |
572 | 2023-10-11T19:30:57.688Z | + [[ -f out/downloads/xcvradm.gz ]] |
573 | 2023-10-11T19:30:57.732Z | + '[' true == true ']' |
574 | 2023-10-11T19:30:57.757Z | + echo Downloading... |
575 | 2023-10-11T19:30:58.197Z | Downloading... |
576 | 2023-10-11T19:30:58.216Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
577 | 2023-10-11T19:30:58.234Z | + 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 |
578 | 2023-10-11T19:31:02.358Z | ++ do_sha256sum out/downloads/xcvradm.gz |
579 | 2023-10-11T19:31:02.407Z | ++ sha256sum |
580 | 2023-10-11T19:31:02.462Z | ++ awk '{print $1}' |
581 | 2023-10-11T19:31:02.504Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
582 | 2023-10-11T19:31:02.514Z | + [[ 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 ]] |
583 | 2023-10-11T19:31:02.566Z | + do_unpack out/downloads/xcvradm.gz |
584 | 2023-10-11T19:31:02.607Z | + mkdir -p out/downloads/root//opt/oxide/bin |
585 | 2023-10-11T19:31:02.627Z | + gzip -dc out/downloads/xcvradm.gz |
586 | 2023-10-11T19:31:02.649Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
587 | 2023-10-11T19:31:02.664Z | + do_assemble |
588 | 2023-10-11T19:31:02.675Z | + rm -r ./out/transceiver-control |
589 | 2023-10-11T19:31:02.699Z | + mkdir ./out/transceiver-control |
590 | 2023-10-11T19:31:02.710Z | + cp -r out/downloads/root ./out/transceiver-control/root |
591 | 2023-10-11T19:31:02.733Z | All prerequisites installed successfully |
592 | 2023-10-11T19:31:02.746Z | |
593 | 2023-10-11T19:31:02.763Z | real 3:02.250917394 |
594 | 2023-10-11T19:31:02.776Z | user 49.043524996 |
595 | 2023-10-11T19:31:02.795Z | sys 9.198711005 |
596 | 2023-10-11T19:31:02.817Z | trap 0.024616946 |
597 | 2023-10-11T19:31:02.844Z | tflt 0.193756850 |
598 | 2023-10-11T19:31:02.880Z | dflt 0.525395117 |
599 | 2023-10-11T19:31:02.925Z | kflt 0.202506217 |
600 | 2023-10-11T19:31:02.969Z | lock 1.685396990 |
601 | 2023-10-11T19:31:03.397Z | slp 6:02.134371555 |
602 | 2023-10-11T19:31:03.409Z | lat 3.180524830 |
603 | 2023-10-11T19:31:03.438Z | stop 0.070803771 |
604 | 2023-10-11T19:31:03.457Z | + ptime -m ./tools/ci_download_softnpu_machinery |
605 | 2023-10-11T19:31:03.484Z | fetching npuzone |
606 | 2023-10-11T19:31:03.502Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
607 | 2023-10-11T19:31:03.522Z | (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309) |
608 | 2023-10-11T19:31:03.560Z | Getting hash for npuzone |
609 | 2023-10-11T19:31:03.587Z | (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365) |
610 | 2023-10-11T19:31:16.554Z | npuzone downloaded successfully |
611 | 2023-10-11T19:31:16.562Z | |
612 | 2023-10-11T19:31:16.573Z | real 13.921968787 |
613 | 2023-10-11T19:31:16.582Z | user 0.562497152 |
614 | 2023-10-11T19:31:16.589Z | sys 0.139964920 |
615 | 2023-10-11T19:31:16.599Z | trap 0.000089149 |
616 | 2023-10-11T19:31:16.608Z | tflt 0.000000000 |
617 | 2023-10-11T19:31:16.624Z | dflt 0.000000000 |
618 | 2023-10-11T19:31:16.634Z | kflt 0.000000000 |
619 | 2023-10-11T19:31:16.642Z | lock 0.000000000 |
620 | 2023-10-11T19:31:16.657Z | slp 40.916354991 |
621 | 2023-10-11T19:31:16.666Z | lat 0.110078550 |
622 | 2023-10-11T19:31:16.675Z | stop 0.000268715 |
623 | 2023-10-11T19:31:16.683Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
624 | 2023-10-11T19:31:16.929Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
625 | 2023-10-11T19:31:17.315Z | Updating crates.io index |
626 | 2023-10-11T19:31:17.320Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
627 | 2023-10-11T19:31:18.240Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
628 | 2023-10-11T19:31:19.891Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
629 | 2023-10-11T19:31:20.976Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
630 | 2023-10-11T19:31:20.982Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
631 | 2023-10-11T19:31:21.278Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
632 | 2023-10-11T19:31:21.649Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
633 | 2023-10-11T19:31:22.531Z | Updating git repository `https://github.com/oxidecomputer/opte` |
634 | 2023-10-11T19:31:23.618Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
635 | 2023-10-11T19:31:23.986Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
636 | 2023-10-11T19:31:25.076Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
637 | 2023-10-11T19:31:25.213Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
638 | 2023-10-11T19:31:27.006Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
639 | 2023-10-11T19:31:27.569Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
640 | 2023-10-11T19:31:27.974Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
641 | 2023-10-11T19:31:28.323Z | Updating git repository `https://github.com/njaremko/samael` |
642 | 2023-10-11T19:31:28.777Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
643 | 2023-10-11T19:31:29.467Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
644 | 2023-10-11T19:31:29.925Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
645 | 2023-10-11T19:31:30.294Z | Updating git repository `https://github.com/jgallagher/nix` |
646 | 2023-10-11T19:31:31.499Z | Updating git repository `https://github.com/cbiffle/hubpack` |
647 | 2023-10-11T19:31:31.827Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
648 | 2023-10-11T19:31:41.886Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
649 | 2023-10-11T19:31:42.412Z | Updating git repository `https://github.com/oxidecomputer/typify` |
650 | 2023-10-11T19:31:43.466Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
651 | 2023-10-11T19:31:43.846Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
652 | 2023-10-11T19:31:44.146Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
653 | 2023-10-11T19:31:45.649Z | Downloading crates ... |
654 | 2023-10-11T19:31:45.866Z | Downloaded lazy_static v1.4.0 |
655 | 2023-10-11T19:31:45.881Z | Downloaded hostname v0.3.1 |
656 | 2023-10-11T19:31:45.892Z | Downloaded clap_derive v4.4.2 |
657 | 2023-10-11T19:31:45.901Z | Downloaded mime v0.3.17 |
658 | 2023-10-11T19:31:45.911Z | Downloaded memoffset v0.9.0 |
659 | 2023-10-11T19:31:45.923Z | Downloaded matches v0.1.10 |
660 | 2023-10-11T19:31:45.931Z | Downloaded inout v0.1.3 |
661 | 2023-10-11T19:31:45.941Z | Downloaded anstyle v1.0.2 |
662 | 2023-10-11T19:31:45.948Z | Downloaded mime_guess v2.0.4 |
663 | 2023-10-11T19:31:45.955Z | Downloaded blake2 v0.10.6 |
664 | 2023-10-11T19:31:45.960Z | Downloaded cassowary v0.3.0 |
665 | 2023-10-11T19:31:45.963Z | Downloaded hubpack_derive v0.1.1 |
666 | 2023-10-11T19:31:45.966Z | Downloaded aead v0.5.2 |
667 | 2023-10-11T19:31:45.969Z | Downloaded normalize-line-endings v0.3.0 |
668 | 2023-10-11T19:31:45.972Z | Downloaded bitstruct_derive v0.1.0 |
669 | 2023-10-11T19:31:45.975Z | Downloaded autocfg v1.1.0 |
670 | 2023-10-11T19:31:45.978Z | Downloaded array-init v0.0.4 |
671 | 2023-10-11T19:31:45.983Z | Downloaded bitfield v0.14.0 |
672 | 2023-10-11T19:31:45.986Z | Downloaded camino-tempfile v1.0.2 |
673 | 2023-10-11T19:31:45.994Z | Downloaded lalrpop-util v0.19.12 |
674 | 2023-10-11T19:31:45.997Z | Downloaded nibble_vec v0.1.0 |
675 | 2023-10-11T19:31:46.001Z | Downloaded ciborium-io v0.2.1 |
676 | 2023-10-11T19:31:46.004Z | Downloaded signature v2.1.0 |
677 | 2023-10-11T19:31:46.006Z | Downloaded iana-time-zone v0.1.57 |
678 | 2023-10-11T19:31:46.009Z | Downloaded argon2 v0.5.2 |
679 | 2023-10-11T19:31:46.012Z | Downloaded block-buffer v0.10.4 |
680 | 2023-10-11T19:31:46.016Z | Downloaded home v0.5.5 |
681 | 2023-10-11T19:31:46.020Z | Downloaded bit-vec v0.6.3 |
682 | 2023-10-11T19:31:46.023Z | Downloaded heck v0.3.3 |
683 | 2023-10-11T19:31:46.026Z | Downloaded crc v3.0.1 |
684 | 2023-10-11T19:31:46.029Z | Downloaded num-iter v0.1.43 |
685 | 2023-10-11T19:31:46.032Z | Downloaded anstream v0.5.0 |
686 | 2023-10-11T19:31:46.035Z | Downloaded clap v4.4.3 |
687 | 2023-10-11T19:31:46.048Z | Downloaded maybe-uninit v2.0.0 |
688 | 2023-10-11T19:31:46.052Z | Downloaded linked-hash-map v0.5.6 |
689 | 2023-10-11T19:31:46.056Z | Downloaded addr2line v0.21.0 |
690 | 2023-10-11T19:31:46.061Z | Downloaded nanorand v0.7.0 |
691 | 2023-10-11T19:31:46.067Z | Downloaded structopt-derive v0.4.18 |
692 | 2023-10-11T19:31:46.073Z | Downloaded num v0.4.1 |
693 | 2023-10-11T19:31:46.077Z | Downloaded num_enum_derive v0.7.0 |
694 | 2023-10-11T19:31:46.080Z | Downloaded usdt-attr-macro v0.3.5 |
695 | 2023-10-11T19:31:46.084Z | Downloaded num_enum_derive v0.5.11 |
696 | 2023-10-11T19:31:46.088Z | Downloaded semver-parser v0.10.2 |
697 | 2023-10-11T19:31:46.095Z | Downloaded rustc-demangle v0.1.23 |
698 | 2023-10-11T19:31:46.105Z | Downloaded aes-gcm-siv v0.11.1 |
699 | 2023-10-11T19:31:46.128Z | Downloaded ipnet v2.8.0 |
700 | 2023-10-11T19:31:46.141Z | Downloaded path-absolutize v3.1.0 |
701 | 2023-10-11T19:31:46.152Z | Downloaded path-dedot v3.1.0 |
702 | 2023-10-11T19:31:46.165Z | Downloaded proc-macro-error-attr v1.0.4 |
703 | 2023-10-11T19:31:46.180Z | Downloaded serde-big-array v0.5.1 |
704 | 2023-10-11T19:31:46.195Z | Downloaded ref-cast-impl v1.0.20 |
705 | 2023-10-11T19:31:46.212Z | Downloaded foreign-types v0.5.0 |
706 | 2023-10-11T19:31:46.230Z | Downloaded allocator-api2 v0.2.16 |
707 | 2023-10-11T19:31:46.245Z | Downloaded quick-error v1.2.3 |
708 | 2023-10-11T19:31:46.259Z | Downloaded ahash v0.8.3 |
709 | 2023-10-11T19:31:46.272Z | Downloaded foreign-types-macros v0.2.3 |
710 | 2023-10-11T19:31:46.287Z | Downloaded strum_macros v0.24.3 |
711 | 2023-10-11T19:31:46.301Z | Downloaded clap_lex v0.5.1 |
712 | 2023-10-11T19:31:46.314Z | Downloaded crypto-common v0.1.6 |
713 | 2023-10-11T19:31:46.370Z | Downloaded cstr-argument v0.1.2 |
714 | 2023-10-11T19:31:46.389Z | Downloaded doc-comment v0.3.3 |
715 | 2023-10-11T19:31:46.402Z | Downloaded camino v1.1.6 |
716 | 2023-10-11T19:31:46.415Z | Downloaded indicatif v0.17.6 |
717 | 2023-10-11T19:31:46.424Z | Downloaded vec_map v0.8.2 |
718 | 2023-10-11T19:31:46.441Z | Downloaded strum_macros v0.25.2 |
719 | 2023-10-11T19:31:46.453Z | Downloaded const-oid v0.9.5 |
720 | 2023-10-11T19:31:46.466Z | Downloaded equivalent v1.0.1 |
721 | 2023-10-11T19:31:46.478Z | Downloaded shlex v1.1.0 |
722 | 2023-10-11T19:31:46.938Z | Downloaded ctr v0.9.2 |
723 | 2023-10-11T19:31:46.961Z | Downloaded rusty-fork v0.3.0 |
724 | 2023-10-11T19:31:46.973Z | Downloaded structopt v0.3.26 |
725 | 2023-10-11T19:31:46.984Z | Downloaded which v4.4.0 |
726 | 2023-10-11T19:31:46.992Z | Downloaded precomputed-hash v0.1.1 |
727 | 2023-10-11T19:31:46.998Z | Downloaded futures-macro v0.3.28 |
728 | 2023-10-11T19:31:47.002Z | Downloaded pin-utils v0.1.0 |
729 | 2023-10-11T19:31:47.005Z | Downloaded http v0.2.9 |
730 | 2023-10-11T19:31:47.009Z | Downloaded fixedbitset v0.4.2 |
731 | 2023-10-11T19:31:47.012Z | Downloaded headers-core v0.2.0 |
732 | 2023-10-11T19:31:47.015Z | Downloaded pest_generator v2.7.2 |
733 | 2023-10-11T19:31:47.018Z | Downloaded flagset v0.4.3 |
734 | 2023-10-11T19:31:47.021Z | Downloaded lock_api v0.4.10 |
735 | 2023-10-11T19:31:47.025Z | Downloaded tracing-attributes v0.1.26 |
736 | 2023-10-11T19:31:47.028Z | Downloaded term v0.7.0 |
737 | 2023-10-11T19:31:47.031Z | Downloaded darling v0.20.3 |
738 | 2023-10-11T19:31:47.035Z | Downloaded zone_cfg_derive v0.2.0 |
739 | 2023-10-11T19:31:47.039Z | Downloaded derive_more v0.99.17 |
740 | 2023-10-11T19:31:47.044Z | Downloaded hash32 v0.2.1 |
741 | 2023-10-11T19:31:47.048Z | Downloaded openssl-probe v0.1.5 |
742 | 2023-10-11T19:31:47.053Z | Downloaded fnv v1.0.7 |
743 | 2023-10-11T19:31:47.056Z | Downloaded unarray v0.1.4 |
744 | 2023-10-11T19:31:47.069Z | Downloaded rpassword v7.2.0 |
745 | 2023-10-11T19:31:47.076Z | Downloaded either v1.9.0 |
746 | 2023-10-11T19:31:47.084Z | Downloaded secrecy v0.8.0 |
747 | 2023-10-11T19:31:47.090Z | Downloaded ena v0.14.2 |
748 | 2023-10-11T19:31:47.097Z | Downloaded peeking_take_while v0.1.2 |
749 | 2023-10-11T19:31:47.105Z | Downloaded funty v2.0.0 |
750 | 2023-10-11T19:31:47.113Z | Downloaded predicates v2.1.5 |
751 | 2023-10-11T19:31:47.121Z | Downloaded thread-id v4.2.0 |
752 | 2023-10-11T19:31:47.127Z | Downloaded utf8parse v0.2.1 |
753 | 2023-10-11T19:31:47.136Z | Downloaded zerocopy v0.6.3 |
754 | 2023-10-11T19:31:47.141Z | Downloaded const_format v0.2.31 |
755 | 2023-10-11T19:31:47.147Z | Downloaded foreign-types-shared v0.1.1 |
756 | 2023-10-11T19:31:47.153Z | Downloaded env_logger v0.10.0 |
757 | 2023-10-11T19:31:47.162Z | Downloaded mockall_derive v0.11.4 |
758 | 2023-10-11T19:31:47.172Z | Downloaded static_assertions v1.1.0 |
759 | 2023-10-11T19:31:47.178Z | Downloaded derive-where v1.2.5 |
760 | 2023-10-11T19:31:47.197Z | Downloaded unicase v2.7.0 |
761 | 2023-10-11T19:31:47.254Z | Downloaded difflib v0.4.0 |
762 | 2023-10-11T19:31:47.273Z | Downloaded semver v0.1.20 |
763 | 2023-10-11T19:31:47.286Z | Downloaded rustc_version v0.1.7 |
764 | 2023-10-11T19:31:47.310Z | Downloaded pem-rfc7468 v0.7.0 |
765 | 2023-10-11T19:31:47.323Z | Downloaded darling v0.14.4 |
766 | 2023-10-11T19:31:47.337Z | Downloaded termtree v0.4.1 |
767 | 2023-10-11T19:31:47.349Z | Downloaded enum-as-inner v0.5.1 |
768 | 2023-10-11T19:31:47.407Z | Downloaded serde_tokenstream v0.1.7 |
769 | 2023-10-11T19:31:47.420Z | Downloaded foreign-types v0.3.2 |
770 | 2023-10-11T19:31:47.426Z | Downloaded textwrap v0.16.0 |
771 | 2023-10-11T19:31:47.436Z | Downloaded num-bigint v0.4.4 |
772 | 2023-10-11T19:31:47.444Z | Downloaded endian-type v0.1.2 |
773 | 2023-10-11T19:31:47.452Z | Downloaded signal-hook-registry v1.4.1 |
774 | 2023-10-11T19:31:47.459Z | Downloaded thiserror-no-std v2.0.2 |
775 | 2023-10-11T19:31:47.473Z | Downloaded waitgroup v0.1.2 |
776 | 2023-10-11T19:31:47.484Z | Downloaded futures-task v0.3.28 |
777 | 2023-10-11T19:31:47.489Z | Downloaded ed25519 v1.5.3 |
778 | 2023-10-11T19:31:47.500Z | Downloaded wyz v0.5.1 |
779 | 2023-10-11T19:31:47.539Z | Downloaded serde-hex v0.1.0 |
780 | 2023-10-11T19:31:47.559Z | Downloaded once_cell v1.18.0 |
781 | 2023-10-11T19:31:47.566Z | Downloaded rand v0.8.5 |
782 | 2023-10-11T19:31:47.586Z | Downloaded try-lock v0.2.4 |
783 | 2023-10-11T19:31:47.594Z | Downloaded percent-encoding v2.3.0 |
784 | 2023-10-11T19:31:47.599Z | Downloaded owo-colors v3.5.0 |
785 | 2023-10-11T19:31:47.610Z | Downloaded itertools v0.11.0 |
786 | 2023-10-11T19:31:47.623Z | Downloaded tabled_derive v0.6.0 |
787 | 2023-10-11T19:31:47.632Z | Downloaded number_prefix v0.4.0 |
788 | 2023-10-11T19:31:47.636Z | Downloaded want v0.3.1 |
789 | 2023-10-11T19:31:47.646Z | Downloaded semver v1.0.18 |
790 | 2023-10-11T19:31:47.657Z | Downloaded vte_generate_state_changes v0.1.1 |
791 | 2023-10-11T19:31:47.674Z | Downloaded openssl-macros v0.1.1 |
792 | 2023-10-11T19:31:47.703Z | Downloaded vte v0.11.1 |
793 | 2023-10-11T19:31:47.721Z | Downloaded ref-cast v1.0.20 |
794 | 2023-10-11T19:31:48.154Z | Downloaded tempfile v3.8.0 |
795 | 2023-10-11T19:31:48.166Z | Downloaded derive_builder v0.12.0 |
796 | 2023-10-11T19:31:48.184Z | Downloaded pretty-hex v0.2.1 |
797 | 2023-10-11T19:31:48.201Z | Downloaded slab v0.4.9 |
798 | 2023-10-11T19:31:48.646Z | Downloaded phf_shared v0.11.2 |
799 | 2023-10-11T19:31:48.669Z | Downloaded predicates-core v1.0.6 |
800 | 2023-10-11T19:31:49.104Z | Downloaded smf v0.2.2 |
801 | 2023-10-11T19:31:49.121Z | Downloaded digest v0.10.7 |
802 | 2023-10-11T19:31:49.541Z | Downloaded futures-core v0.3.28 |
803 | 2023-10-11T19:31:49.549Z | Downloaded memchr v2.6.3 |
804 | 2023-10-11T19:31:49.588Z | Downloaded tokio-macros v2.1.0 |
805 | 2023-10-11T19:31:49.603Z | Downloaded snafu-derive v0.7.5 |
806 | 2023-10-11T19:31:49.628Z | Downloaded terminal_size v0.2.6 |
807 | 2023-10-11T19:31:50.051Z | Downloaded proc-macro-crate v1.3.1 |
808 | 2023-10-11T19:31:50.054Z | Downloaded siphasher v0.3.11 |
809 | 2023-10-11T19:31:50.057Z | Downloaded olpc-cjson v0.1.3 |
810 | 2023-10-11T19:31:50.062Z | Downloaded serde_derive v1.0.188 |
811 | 2023-10-11T19:31:50.066Z | Downloaded debug-ignore v1.0.5 |
812 | 2023-10-11T19:31:50.070Z | Downloaded strsim v0.8.0 |
813 | 2023-10-11T19:31:50.078Z | Downloaded slog-stdlog v4.1.1 |
814 | 2023-10-11T19:31:50.084Z | Downloaded ron v0.8.1 |
815 | 2023-10-11T19:31:50.093Z | Downloaded derive_builder_macro v0.12.0 |
816 | 2023-10-11T19:31:50.103Z | Downloaded whoami v1.4.1 |
817 | 2023-10-11T19:31:50.114Z | Downloaded serde_spanned v0.6.3 |
818 | 2023-10-11T19:31:50.125Z | Downloaded hashbrown v0.12.3 |
819 | 2023-10-11T19:31:50.135Z | Downloaded darling_macro v0.14.4 |
820 | 2023-10-11T19:31:50.144Z | Downloaded headers v0.3.9 |
821 | 2023-10-11T19:31:50.150Z | Downloaded diesel_table_macro_syntax v0.1.0 |
822 | 2023-10-11T19:31:50.156Z | Downloaded twox-hash v1.6.3 |
823 | 2023-10-11T19:31:50.160Z | Downloaded futures v0.3.28 |
824 | 2023-10-11T19:31:50.165Z | Downloaded deranged v0.3.8 |
825 | 2023-10-11T19:31:50.169Z | Downloaded toml v0.7.8 |
826 | 2023-10-11T19:31:50.173Z | Downloaded packed_struct v0.10.1 |
827 | 2023-10-11T19:31:50.176Z | Downloaded downcast v0.11.0 |
828 | 2023-10-11T19:31:50.183Z | Downloaded tower-service v0.3.2 |
829 | 2023-10-11T19:31:50.190Z | Downloaded proc-macro-error v1.0.4 |
830 | 2023-10-11T19:31:50.196Z | Downloaded polyval v0.6.1 |
831 | 2023-10-11T19:31:50.204Z | Downloaded hkdf v0.12.3 |
832 | 2023-10-11T19:31:50.211Z | Downloaded string_cache v0.8.7 |
833 | 2023-10-11T19:31:50.225Z | Downloaded dtrace-parser v0.1.14 |
834 | 2023-10-11T19:31:50.236Z | Downloaded fastrand v2.0.0 |
835 | 2023-10-11T19:31:50.253Z | Downloaded slog-async v2.8.0 |
836 | 2023-10-11T19:31:50.264Z | Downloaded rustc-hash v1.1.0 |
837 | 2023-10-11T19:31:50.292Z | Downloaded num-bigint-dig v0.8.4 |
838 | 2023-10-11T19:31:50.301Z | Downloaded tokio-tungstenite v0.20.1 |
839 | 2023-10-11T19:31:50.324Z | Downloaded crossterm v0.26.1 |
840 | 2023-10-11T19:31:50.333Z | Downloaded poly1305 v0.8.0 |
841 | 2023-10-11T19:31:50.344Z | Downloaded darling_core v0.14.4 |
842 | 2023-10-11T19:31:50.367Z | Downloaded slog-json v2.6.1 |
843 | 2023-10-11T19:31:50.378Z | Downloaded unicode-bidi v0.3.13 |
844 | 2023-10-11T19:31:50.388Z | Downloaded xattr v1.0.1 |
845 | 2023-10-11T19:31:50.391Z | Downloaded crossbeam-queue v0.3.8 |
846 | 2023-10-11T19:31:50.415Z | Downloaded tap v1.0.1 |
847 | 2023-10-11T19:31:50.424Z | Downloaded similar v2.2.1 |
848 | 2023-10-11T19:31:50.444Z | Downloaded ryu v1.0.15 |
849 | 2023-10-11T19:31:50.459Z | Downloaded tar v0.4.40 |
850 | 2023-10-11T19:31:50.878Z | Downloaded diff v0.1.13 |
851 | 2023-10-11T19:31:50.893Z | Downloaded tui-tree-widget v0.13.0 |
852 | 2023-10-11T19:31:50.905Z | Downloaded toml v0.8.0 |
853 | 2023-10-11T19:31:51.323Z | Downloaded schemars v0.8.13 |
854 | 2023-10-11T19:31:51.344Z | Downloaded universal-hash v0.5.1 |
855 | 2023-10-11T19:31:51.364Z | Downloaded typenum v1.16.0 |
856 | 2023-10-11T19:31:51.392Z | Downloaded tokio-postgres v0.7.10 |
857 | 2023-10-11T19:31:51.415Z | Downloaded yasna v0.5.2 |
858 | 2023-10-11T19:31:51.439Z | Downloaded hashbrown v0.14.0 |
859 | 2023-10-11T19:31:51.872Z | Downloaded crypto-bigint v0.5.2 |
860 | 2023-10-11T19:31:51.897Z | Downloaded x509-cert v0.2.4 |
861 | 2023-10-11T19:31:51.922Z | Downloaded heapless v0.7.16 |
862 | 2023-10-11T19:31:52.837Z | Downloaded pest v2.7.2 |
863 | 2023-10-11T19:31:53.267Z | Downloaded tracing v0.1.37 |
864 | 2023-10-11T19:31:53.698Z | Downloaded hashbrown v0.13.2 |
865 | 2023-10-11T19:31:53.704Z | Downloaded regex v1.9.5 |
866 | 2023-10-11T19:31:53.721Z | Downloaded rsa v0.9.2 |
867 | 2023-10-11T19:31:54.964Z | Downloaded idna v0.2.3 |
868 | 2023-10-11T19:31:54.971Z | Downloaded diesel_derives v2.1.1 |
869 | 2023-10-11T19:31:54.975Z | Downloaded tungstenite v0.20.1 |
870 | 2023-10-11T19:31:54.980Z | Downloaded tough v0.12.5 |
871 | 2023-10-11T19:31:54.986Z | Downloaded syn v2.0.32 |
872 | 2023-10-11T19:31:54.990Z | Downloaded steno v0.4.0 |
873 | 2023-10-11T19:31:54.995Z | Downloaded quick-xml v0.23.1 |
874 | 2023-10-11T19:31:54.999Z | Downloaded tabled v0.14.0 |
875 | 2023-10-11T19:31:55.002Z | Downloaded toml_edit v0.19.15 |
876 | 2023-10-11T19:31:55.008Z | Downloaded gimli v0.28.0 |
877 | 2023-10-11T19:31:55.014Z | Downloaded smoltcp v0.8.2 |
878 | 2023-10-11T19:31:55.020Z | Downloaded regex-syntax v0.6.29 |
879 | 2023-10-11T19:31:55.027Z | Downloaded openssl v0.10.57 |
880 | 2023-10-11T19:31:55.040Z | Downloaded tokio-util v0.7.8 |
881 | 2023-10-11T19:31:55.049Z | Downloaded h2 v0.3.21 |
882 | 2023-10-11T19:31:55.064Z | Downloaded regex-syntax v0.7.5 |
883 | 2023-10-11T19:31:55.080Z | Downloaded rusqlite v0.29.0 |
884 | 2023-10-11T19:31:55.103Z | Downloaded reqwest v0.11.20 |
885 | 2023-10-11T19:31:55.135Z | Downloaded ratatui v0.23.0 |
886 | 2023-10-11T19:31:55.160Z | Downloaded webpki-roots v0.25.2 |
887 | 2023-10-11T19:31:55.586Z | Downloaded git2 v0.17.2 |
888 | 2023-10-11T19:31:55.596Z | Downloaded futures-util v0.3.28 |
889 | 2023-10-11T19:31:55.605Z | Downloaded regress v0.7.1 |
890 | 2023-10-11T19:31:55.616Z | Downloaded libc v0.2.148 |
891 | 2023-10-11T19:31:55.629Z | Downloaded object v0.30.4 |
892 | 2023-10-11T19:31:55.641Z | Downloaded rustls v0.21.7 |
893 | 2023-10-11T19:31:55.658Z | Downloaded radix_trie v0.2.1 |
894 | 2023-10-11T19:31:55.674Z | Downloaded tokio v1.32.0 |
895 | 2023-10-11T19:31:55.689Z | Downloaded diesel v2.1.1 |
896 | 2023-10-11T19:31:55.698Z | Downloaded rustix v0.38.9 |
897 | 2023-10-11T19:31:55.709Z | Downloaded openapiv3 v1.0.3 |
898 | 2023-10-11T19:31:55.720Z | Downloaded polar-core v0.26.4 |
899 | 2023-10-11T19:31:55.737Z | Downloaded zerocopy-derive v0.2.0 |
900 | 2023-10-11T19:31:55.750Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
901 | 2023-10-11T19:31:55.766Z | Downloaded object v0.32.1 |
902 | 2023-10-11T19:31:55.778Z | Downloaded encoding_rs v0.8.33 |
903 | 2023-10-11T19:31:55.794Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
904 | 2023-10-11T19:31:55.841Z | Downloaded bstr v1.6.0 |
905 | 2023-10-11T19:31:55.860Z | Downloaded sha3 v0.10.8 |
906 | 2023-10-11T19:31:55.866Z | Downloaded regex-automata v0.3.8 |
907 | 2023-10-11T19:31:55.871Z | Downloaded bstr v0.2.17 |
908 | 2023-10-11T19:31:55.882Z | Downloaded rustix v0.37.23 |
909 | 2023-10-11T19:31:55.894Z | Downloaded sled v0.34.7 |
910 | 2023-10-11T19:31:55.930Z | Downloaded zerocopy-derive v0.6.3 |
911 | 2023-10-11T19:31:55.947Z | Downloaded smoltcp v0.9.1 |
912 | 2023-10-11T19:31:55.959Z | Downloaded idna v0.4.0 |
913 | 2023-10-11T19:31:55.969Z | Downloaded winnow v0.5.15 |
914 | 2023-10-11T19:31:55.976Z | Downloaded rayon v1.7.0 |
915 | 2023-10-11T19:31:55.987Z | Downloaded petgraph v0.6.4 |
916 | 2023-10-11T19:31:56.000Z | Downloaded libsqlite3-sys v0.26.0 |
917 | 2023-10-11T19:31:56.018Z | Downloaded chrono v0.4.31 |
918 | 2023-10-11T19:31:56.023Z | Downloaded hyper v0.14.27 |
919 | 2023-10-11T19:31:56.033Z | Downloaded vcpkg v0.2.15 |
920 | 2023-10-11T19:31:56.044Z | Downloaded serde_json v1.0.107 |
921 | 2023-10-11T19:31:56.053Z | Downloaded clap v2.34.0 |
922 | 2023-10-11T19:31:56.058Z | Downloaded curve25519-dalek v4.1.0 |
923 | 2023-10-11T19:31:56.064Z | Downloaded libz-sys v1.1.12 |
924 | 2023-10-11T19:31:56.078Z | Downloaded trust-dns-proto v0.22.0 |
925 | 2023-10-11T19:31:56.088Z | Downloaded syn v1.0.109 |
926 | 2023-10-11T19:31:56.093Z | Downloaded bindgen v0.65.1 |
927 | 2023-10-11T19:31:56.104Z | Downloaded nix v0.26.2 |
928 | 2023-10-11T19:31:56.121Z | Downloaded url v2.4.1 |
929 | 2023-10-11T19:31:56.131Z | Downloaded unsafe-libyaml v0.2.9 |
930 | 2023-10-11T19:31:56.142Z | Downloaded proptest v1.2.0 |
931 | 2023-10-11T19:31:56.153Z | Downloaded unicode-normalization v0.1.22 |
932 | 2023-10-11T19:31:56.163Z | Downloaded serde_with v2.3.3 |
933 | 2023-10-11T19:31:56.182Z | Downloaded rustls-webpki v0.101.4 |
934 | 2023-10-11T19:31:56.202Z | Downloaded slog v2.7.0 |
935 | 2023-10-11T19:31:56.260Z | Downloaded regex-automata v0.1.10 |
936 | 2023-10-11T19:31:56.284Z | Downloaded crossterm v0.27.0 |
937 | 2023-10-11T19:31:56.318Z | Downloaded lalrpop v0.19.12 |
938 | 2023-10-11T19:31:56.325Z | Downloaded ring v0.16.20 |
939 | 2023-10-11T19:31:56.333Z | Downloaded portable-atomic v1.4.3 |
940 | 2023-10-11T19:31:56.340Z | Downloaded subprocess v0.2.9 |
941 | 2023-10-11T19:31:56.351Z | Downloaded aho-corasick v1.0.4 |
942 | 2023-10-11T19:31:56.360Z | Downloaded bitvec v1.0.1 |
943 | 2023-10-11T19:31:56.368Z | Downloaded ucd-trie v0.1.6 |
944 | 2023-10-11T19:31:56.383Z | Downloaded quote v1.0.33 |
945 | 2023-10-11T19:31:56.418Z | Downloaded der_derive v0.7.2 |
946 | 2023-10-11T19:31:56.875Z | Downloaded tokio-tungstenite v0.18.0 |
947 | 2023-10-11T19:31:57.712Z | Downloaded hashlink v0.8.3 |
948 | 2023-10-11T19:31:57.732Z | Downloaded nom v7.1.3 |
949 | 2023-10-11T19:31:57.754Z | Downloaded unicode-segmentation v1.10.1 |
950 | 2023-10-11T19:31:57.810Z | Downloaded unicode-xid v0.2.4 |
951 | 2023-10-11T19:31:57.841Z | Downloaded serde_arrays v0.1.0 |
952 | 2023-10-11T19:31:57.934Z | Downloaded fatfs v0.3.6 |
953 | 2023-10-11T19:31:57.979Z | Downloaded oso v0.26.4 |
954 | 2023-10-11T19:31:58.000Z | Downloaded openssl-sys v0.9.93 |
955 | 2023-10-11T19:31:58.019Z | Downloaded der v0.7.8 |
956 | 2023-10-11T19:31:58.042Z | Downloaded reedline v0.23.0 |
957 | 2023-10-11T19:31:58.063Z | Downloaded aes v0.8.3 |
958 | 2023-10-11T19:31:58.091Z | Downloaded smallvec v1.11.0 |
959 | 2023-10-11T19:31:58.112Z | Downloaded radium v0.7.0 |
960 | 2023-10-11T19:31:58.146Z | Downloaded uuid v1.4.1 |
961 | 2023-10-11T19:31:58.562Z | Downloaded fxhash v0.2.1 |
962 | 2023-10-11T19:31:58.573Z | Downloaded slog-envlogger v2.2.0 |
963 | 2023-10-11T19:31:58.582Z | Downloaded tinyvec v1.6.0 |
964 | 2023-10-11T19:31:58.592Z | Downloaded prettyplease v0.2.12 |
965 | 2023-10-11T19:31:58.603Z | Downloaded flume v0.11.0 |
966 | 2023-10-11T19:31:58.615Z | Downloaded synstructure v0.12.6 |
967 | 2023-10-11T19:31:59.032Z | Downloaded dyn-clone v1.0.13 |
968 | 2023-10-11T19:31:59.045Z | Downloaded dof v0.1.5 |
969 | 2023-10-11T19:31:59.049Z | Downloaded snafu v0.7.5 |
970 | 2023-10-11T19:31:59.058Z | Downloaded rustls-pemfile v1.0.3 |
971 | 2023-10-11T19:31:59.493Z | Downloaded fallible-iterator v0.2.0 |
972 | 2023-10-11T19:31:59.522Z | Downloaded time v0.3.27 |
973 | 2023-10-11T19:31:59.539Z | Downloaded base64 v0.21.4 |
974 | 2023-10-11T19:32:00.013Z | Downloaded opaque-debug v0.3.0 |
975 | 2023-10-11T19:32:00.031Z | Downloaded pkg-config v0.3.27 |
976 | 2023-10-11T19:32:00.057Z | Downloaded half v1.8.2 |
977 | 2023-10-11T19:32:00.075Z | Downloaded predicates-tree v1.0.9 |
978 | 2023-10-11T19:32:00.084Z | Downloaded same-file v1.0.6 |
979 | 2023-10-11T19:32:00.091Z | Downloaded stable_deref_trait v1.2.0 |
980 | 2023-10-11T19:32:00.096Z | Downloaded serde_derive_internals v0.26.0 |
981 | 2023-10-11T19:32:00.101Z | Downloaded salty v0.2.0 |
982 | 2023-10-11T19:32:00.105Z | Downloaded foreign-types-shared v0.3.1 |
983 | 2023-10-11T19:32:00.115Z | Downloaded dirs-next v2.0.0 |
984 | 2023-10-11T19:32:00.121Z | Downloaded spin v0.9.8 |
985 | 2023-10-11T19:32:00.127Z | Downloaded pkcs8 v0.10.2 |
986 | 2023-10-11T19:32:00.131Z | Downloaded rayon-core v1.11.0 |
987 | 2023-10-11T19:32:00.547Z | Downloaded trust-dns-server v0.22.1 |
988 | 2023-10-11T19:32:00.568Z | Downloaded futures-io v0.3.28 |
989 | 2023-10-11T19:32:00.586Z | Downloaded futures-executor v0.3.28 |
990 | 2023-10-11T19:32:00.601Z | Downloaded zerocopy v0.3.0 |
991 | 2023-10-11T19:32:00.613Z | Downloaded data-encoding v2.4.0 |
992 | 2023-10-11T19:32:00.629Z | Downloaded postcard v0.7.3 |
993 | 2023-10-11T19:32:01.052Z | Downloaded getrandom v0.2.10 |
994 | 2023-10-11T19:32:01.061Z | Downloaded float-cmp v0.9.0 |
995 | 2023-10-11T19:32:01.074Z | Downloaded parking_lot v0.12.1 |
996 | 2023-10-11T19:32:01.086Z | Downloaded crossbeam-channel v0.5.8 |
997 | 2023-10-11T19:32:01.099Z | Downloaded smawk v0.3.1 |
998 | 2023-10-11T19:32:01.523Z | Downloaded darling_macro v0.20.3 |
999 | 2023-10-11T19:32:01.529Z | Downloaded dirs-sys-next v0.1.2 |
1000 | 2023-10-11T19:32:01.538Z | Downloaded password-hash v0.5.0 |
1001 | 2023-10-11T19:32:01.546Z | Downloaded serde_repr v0.1.16 |
1002 | 2023-10-11T19:32:01.550Z | Downloaded textwrap v0.11.0 |
1003 | 2023-10-11T19:32:01.556Z | Downloaded getopts v0.2.21 |
1004 | 2023-10-11T19:32:01.562Z | Downloaded parking_lot_core v0.9.8 |
1005 | 2023-10-11T19:32:01.570Z | Downloaded postgres-protocol v0.6.6 |
1006 | 2023-10-11T19:32:01.576Z | Downloaded toml_edit v0.20.0 |
1007 | 2023-10-11T19:32:01.587Z | Downloaded pin-project-lite v0.2.13 |
1008 | 2023-10-11T19:32:01.592Z | Downloaded group v0.13.0 |
1009 | 2023-10-11T19:32:01.602Z | Downloaded ron v0.7.1 |
1010 | 2023-10-11T19:32:01.608Z | Downloaded postcard-cobs v0.1.5-pre |
1011 | 2023-10-11T19:32:01.629Z | Downloaded generic-array v0.14.7 |
1012 | 2023-10-11T19:32:02.064Z | Downloaded version_check v0.9.4 |
1013 | 2023-10-11T19:32:02.083Z | Downloaded filetime v0.2.22 |
1014 | 2023-10-11T19:32:02.106Z | Downloaded ff v0.13.0 |
1015 | 2023-10-11T19:32:02.125Z | Downloaded fd-lock v3.0.13 |
1016 | 2023-10-11T19:32:02.148Z | Downloaded tokio-stream v0.1.14 |
1017 | 2023-10-11T19:32:02.573Z | Downloaded futures-channel v0.3.28 |
1018 | 2023-10-11T19:32:02.599Z | Downloaded platforms v3.0.2 |
1019 | 2023-10-11T19:32:02.611Z | Downloaded glob v0.3.1 |
1020 | 2023-10-11T19:32:02.637Z | Downloaded elliptic-curve v0.13.5 |
1021 | 2023-10-11T19:32:02.662Z | Downloaded parking_lot v0.11.2 |
1022 | 2023-10-11T19:32:02.680Z | Downloaded flate2 v1.0.27 |
1023 | 2023-10-11T19:32:02.690Z | Downloaded zeroize_derive v1.4.2 |
1024 | 2023-10-11T19:32:02.701Z | Downloaded walkdir v2.4.0 |
1025 | 2023-10-11T19:32:02.710Z | Downloaded serde_yaml v0.9.25 |
1026 | 2023-10-11T19:32:02.715Z | Downloaded signal-hook v0.3.17 |
1027 | 2023-10-11T19:32:02.721Z | Downloaded mio v0.8.8 |
1028 | 2023-10-11T19:32:02.726Z | Downloaded clap_builder v4.4.2 |
1029 | 2023-10-11T19:32:02.734Z | Downloaded thiserror v1.0.49 |
1030 | 2023-10-11T19:32:02.741Z | Downloaded env_logger v0.9.3 |
1031 | 2023-10-11T19:32:02.747Z | Downloaded zip v0.6.6 |
1032 | 2023-10-11T19:32:02.753Z | Downloaded parking_lot_core v0.8.6 |
1033 | 2023-10-11T19:32:02.768Z | Downloaded tokio-rustls v0.24.1 |
1034 | 2023-10-11T19:32:02.775Z | Downloaded postgres-types v0.2.6 |
1035 | 2023-10-11T19:32:02.780Z | Downloaded test-strategy v0.2.1 |
1036 | 2023-10-11T19:32:02.785Z | Downloaded tokio-native-tls v0.3.1 |
1037 | 2023-10-11T19:32:02.792Z | Downloaded pkcs1 v0.7.5 |
1038 | 2023-10-11T19:32:02.800Z | Downloaded structmeta v0.1.6 |
1039 | 2023-10-11T19:32:02.817Z | Downloaded parse-display v0.7.0 |
1040 | 2023-10-11T19:32:02.825Z | Downloaded semver v0.11.0 |
1041 | 2023-10-11T19:32:02.837Z | Downloaded fs-err v2.9.0 |
1042 | 2023-10-11T19:32:02.844Z | Downloaded form_urlencoded v1.2.0 |
1043 | 2023-10-11T19:32:02.854Z | Downloaded slog-scope v4.4.0 |
1044 | 2023-10-11T19:32:02.863Z | Downloaded serde_with_macros v2.3.3 |
1045 | 2023-10-11T19:32:02.870Z | Downloaded serde_tokenstream v0.2.0 |
1046 | 2023-10-11T19:32:02.879Z | Downloaded itertools v0.10.5 |
1047 | 2023-10-11T19:32:02.889Z | Downloaded trust-dns-client v0.22.0 |
1048 | 2023-10-11T19:32:02.899Z | Downloaded sha1 v0.10.5 |
1049 | 2023-10-11T19:32:02.913Z | Downloaded crossbeam-utils v0.8.16 |
1050 | 2023-10-11T19:32:02.922Z | Downloaded pest_meta v2.7.2 |
1051 | 2023-10-11T19:32:02.945Z | Downloaded schemars_derive v0.8.13 |
1052 | 2023-10-11T19:32:02.955Z | Downloaded globset v0.4.13 |
1053 | 2023-10-11T19:32:02.973Z | Downloaded zone v0.2.0 |
1054 | 2023-10-11T19:32:02.993Z | Downloaded papergrid v0.10.0 |
1055 | 2023-10-11T19:32:03.012Z | Downloaded predicates v3.0.3 |
1056 | 2023-10-11T19:32:04.251Z | Downloaded paste v1.0.14 |
1057 | 2023-10-11T19:32:04.256Z | Downloaded time-macros v0.2.13 |
1058 | 2023-10-11T19:32:04.260Z | Downloaded spki v0.7.2 |
1059 | 2023-10-11T19:32:04.265Z | Downloaded rtoolbox v0.0.1 |
1060 | 2023-10-11T19:32:04.269Z | Downloaded zeroize v1.6.0 |
1061 | 2023-10-11T19:32:04.273Z | Downloaded derive_builder_core v0.12.0 |
1062 | 2023-10-11T19:32:04.279Z | Downloaded pest_derive v2.7.2 |
1063 | 2023-10-11T19:32:04.282Z | Downloaded erased-serde v0.3.30 |
1064 | 2023-10-11T19:32:04.285Z | Downloaded termcolor v1.2.0 |
1065 | 2023-10-11T19:32:04.288Z | Downloaded serde v1.0.188 |
1066 | 2023-10-11T19:32:04.712Z | Downloaded rand_xorshift v0.3.0 |
1067 | 2023-10-11T19:32:04.724Z | Downloaded packed_struct_codegen v0.10.1 |
1068 | 2023-10-11T19:32:04.742Z | Downloaded ppv-lite86 v0.2.17 |
1069 | 2023-10-11T19:32:04.767Z | Downloaded chacha20poly1305 v0.10.1 |
1070 | 2023-10-11T19:32:04.783Z | Downloaded backtrace v0.3.69 |
1071 | 2023-10-11T19:32:04.803Z | Downloaded trust-dns-resolver v0.22.0 |
1072 | 2023-10-11T19:32:04.817Z | Downloaded vergen v8.2.4 |
1073 | 2023-10-11T19:32:04.829Z | Downloaded unicode-ident v1.0.12 |
1074 | 2023-10-11T19:32:04.840Z | Downloaded fragile v2.0.0 |
1075 | 2023-10-11T19:32:04.852Z | Downloaded rcgen v0.10.0 |
1076 | 2023-10-11T19:32:05.272Z | Downloaded omicron-zone-package v0.8.3 |
1077 | 2023-10-11T19:32:05.286Z | Downloaded tungstenite v0.18.0 |
1078 | 2023-10-11T19:32:05.309Z | Downloaded toml v0.5.11 |
1079 | 2023-10-11T19:32:05.724Z | Downloaded darling_core v0.20.3 |
1080 | 2023-10-11T19:32:05.735Z | Downloaded proc-macro2 v1.0.67 |
1081 | 2023-10-11T19:32:05.756Z | Downloaded ringbuffer v0.15.0 |
1082 | 2023-10-11T19:32:06.203Z | Downloaded libm v0.2.7 |
1083 | 2023-10-11T19:32:06.225Z | Downloaded tinyvec_macros v0.1.1 |
1084 | 2023-10-11T19:32:06.252Z | Downloaded time-core v0.1.1 |
1085 | 2023-10-11T19:32:06.273Z | Downloaded sha2 v0.10.7 |
1086 | 2023-10-11T19:32:06.280Z | Downloaded phf v0.11.2 |
1087 | 2023-10-11T19:32:06.291Z | Downloaded minimal-lexical v0.2.1 |
1088 | 2023-10-11T19:32:06.301Z | Downloaded pretty-hex v0.3.0 |
1089 | 2023-10-11T19:32:06.309Z | Downloaded tracing-core v0.1.31 |
1090 | 2023-10-11T19:32:06.768Z | Downloaded num-traits v0.2.16 |
1091 | 2023-10-11T19:32:06.792Z | Downloaded rustls-native-certs v0.6.3 |
1092 | 2023-10-11T19:32:07.231Z | Downloaded arc-swap v1.6.0 |
1093 | 2023-10-11T19:32:07.248Z | Downloaded libxml v0.3.3 |
1094 | 2023-10-11T19:32:07.278Z | Downloaded errno v0.3.2 |
1095 | 2023-10-11T19:32:07.286Z | Downloaded thiserror-impl-no-std v2.0.2 |
1096 | 2023-10-11T19:32:07.303Z | Downloaded thiserror-impl v1.0.49 |
1097 | 2023-10-11T19:32:07.313Z | Downloaded termios v0.3.3 |
1098 | 2023-10-11T19:32:07.330Z | Downloaded rand_chacha v0.3.1 |
1099 | 2023-10-11T19:32:07.342Z | Downloaded resolv-conf v0.7.0 |
1100 | 2023-10-11T19:32:07.351Z | Downloaded rustc_version v0.4.0 |
1101 | 2023-10-11T19:32:07.374Z | Downloaded fallible-streaming-iterator v0.1.9 |
1102 | 2023-10-11T19:32:07.384Z | Downloaded slog-term v2.9.0 |
1103 | 2023-10-11T19:32:07.395Z | Downloaded r2d2 v0.8.10 |
1104 | 2023-10-11T19:32:07.405Z | Downloaded linear-map v1.2.0 |
1105 | 2023-10-11T19:32:07.416Z | Downloaded socket2 v0.5.3 |
1106 | 2023-10-11T19:32:07.432Z | Downloaded phf_shared v0.10.0 |
1107 | 2023-10-11T19:32:07.450Z | Downloaded miniz_oxide v0.7.1 |
1108 | 2023-10-11T19:32:07.467Z | Downloaded parse-display-derive v0.7.0 |
1109 | 2023-10-11T19:32:07.516Z | Downloaded thread_local v1.1.7 |
1110 | 2023-10-11T19:32:07.937Z | Downloaded display-error-chain v0.1.1 |
1111 | 2023-10-11T19:32:07.946Z | Downloaded oso-derive v0.26.4 |
1112 | 2023-10-11T19:32:07.955Z | Downloaded num_threads v0.1.6 |
1113 | 2023-10-11T19:32:08.008Z | Downloaded signal-hook-mio v0.2.3 |
1114 | 2023-10-11T19:32:08.038Z | Downloaded subtle v2.5.0 |
1115 | 2023-10-11T19:32:08.062Z | Downloaded indexmap v1.9.3 |
1116 | 2023-10-11T19:32:08.077Z | Downloaded cc v1.0.83 |
1117 | 2023-10-11T19:32:08.089Z | Downloaded structmeta-derive v0.1.6 |
1118 | 2023-10-11T19:32:08.101Z | Downloaded strsim v0.10.0 |
1119 | 2023-10-11T19:32:08.117Z | Downloaded rand_core v0.6.4 |
1120 | 2023-10-11T19:32:08.128Z | Downloaded crc-any v2.4.3 |
1121 | 2023-10-11T19:32:08.141Z | Downloaded vsss-rs v3.3.1 |
1122 | 2023-10-11T19:32:08.155Z | Downloaded wait-timeout v0.2.0 |
1123 | 2023-10-11T19:32:08.167Z | Downloaded untrusted v0.7.1 |
1124 | 2023-10-11T19:32:08.178Z | Downloaded unicode-width v0.1.10 |
1125 | 2023-10-11T19:32:08.188Z | Downloaded num_enum v0.7.0 |
1126 | 2023-10-11T19:32:08.605Z | Downloaded toml_datetime v0.6.3 |
1127 | 2023-10-11T19:32:08.617Z | Downloaded base64 v0.13.1 |
1128 | 2023-10-11T19:32:08.630Z | Downloaded path-slash v0.1.5 |
1129 | 2023-10-11T19:32:08.641Z | Downloaded socket2 v0.4.9 |
1130 | 2023-10-11T19:32:08.650Z | Downloaded cookie v0.16.2 |
1131 | 2023-10-11T19:32:08.659Z | Downloaded ascii v1.1.0 |
1132 | 2023-10-11T19:32:08.675Z | Downloaded crunchy v0.2.2 |
1133 | 2023-10-11T19:32:08.684Z | Downloaded console v0.15.7 |
1134 | 2023-10-11T19:32:08.690Z | Downloaded cargo_toml v0.16.3 |
1135 | 2023-10-11T19:32:08.699Z | Downloaded bitflags v2.4.0 |
1136 | 2023-10-11T19:32:08.705Z | Downloaded hmac v0.12.1 |
1137 | 2023-10-11T19:32:08.708Z | Downloaded crossbeam-epoch v0.9.15 |
1138 | 2023-10-11T19:32:08.712Z | Downloaded futures-sink v0.3.28 |
1139 | 2023-10-11T19:32:08.724Z | Downloaded utf-8 v0.7.6 |
1140 | 2023-10-11T19:32:08.730Z | Downloaded usdt-impl v0.3.5 |
1141 | 2023-10-11T19:32:08.740Z | Downloaded usdt v0.3.5 |
1142 | 2023-10-11T19:32:08.750Z | Downloaded unicode-linebreak v0.1.5 |
1143 | 2023-10-11T19:32:08.771Z | Downloaded signal-hook-tokio v0.3.1 |
1144 | 2023-10-11T19:32:08.785Z | Downloaded shell-words v1.1.0 |
1145 | 2023-10-11T19:32:08.797Z | Downloaded sct v0.7.0 |
1146 | 2023-10-11T19:32:09.214Z | Downloaded num-rational v0.4.1 |
1147 | 2023-10-11T19:32:09.232Z | Downloaded log v0.4.20 |
1148 | 2023-10-11T19:32:09.250Z | Downloaded slog-dtrace v0.2.3 |
1149 | 2023-10-11T19:32:09.269Z | Downloaded md-5 v0.10.5 |
1150 | 2023-10-11T19:32:09.329Z | Downloaded managed v0.8.0 |
1151 | 2023-10-11T19:32:09.372Z | Downloaded crossbeam v0.8.2 |
1152 | 2023-10-11T19:32:09.386Z | Downloaded topological-sort v0.2.2 |
1153 | 2023-10-11T19:32:09.400Z | Downloaded tiny-keccak v2.0.2 |
1154 | 2023-10-11T19:32:09.408Z | Downloaded stringprep v0.1.3 |
1155 | 2023-10-11T19:32:09.827Z | Downloaded serde_path_to_error v0.1.14 |
1156 | 2023-10-11T19:32:10.262Z | Downloaded strip-ansi-escapes v0.2.0 |
1157 | 2023-10-11T19:32:10.287Z | Downloaded multer v2.1.0 |
1158 | 2023-10-11T19:32:10.291Z | Downloaded async-stream v0.3.5 |
1159 | 2023-10-11T19:32:10.296Z | Downloaded mockall v0.11.4 |
1160 | 2023-10-11T19:32:10.299Z | Downloaded memoffset v0.7.1 |
1161 | 2023-10-11T19:32:10.302Z | Downloaded colored v2.0.4 |
1162 | 2023-10-11T19:32:10.305Z | Downloaded atomic-waker v1.1.1 |
1163 | 2023-10-11T19:32:10.308Z | Downloaded buf-list v1.0.3 |
1164 | 2023-10-11T19:32:10.343Z | Downloaded base64ct v1.6.0 |
1165 | 2023-10-11T19:32:10.351Z | Downloaded ahash v0.7.6 |
1166 | 2023-10-11T19:32:10.354Z | Downloaded async-trait v0.1.73 |
1167 | 2023-10-11T19:32:10.358Z | Downloaded is-terminal v0.4.9 |
1168 | 2023-10-11T19:32:10.362Z | Downloaded indoc v2.0.3 |
1169 | 2023-10-11T19:32:10.365Z | Downloaded const_format_proc_macros v0.2.31 |
1170 | 2023-10-11T19:32:10.368Z | Downloaded bzip2 v0.4.4 |
1171 | 2023-10-11T19:32:10.372Z | Downloaded hyper-tls v0.5.0 |
1172 | 2023-10-11T19:32:10.377Z | Downloaded byteorder v1.4.3 |
1173 | 2023-10-11T19:32:10.381Z | Downloaded curve25519-dalek-derive v0.1.0 |
1174 | 2023-10-11T19:32:10.804Z | Downloaded ansi_term v0.12.1 |
1175 | 2023-10-11T19:32:10.813Z | Downloaded pem v1.1.1 |
1176 | 2023-10-11T19:32:10.819Z | Downloaded usdt-macro v0.3.5 |
1177 | 2023-10-11T19:32:10.822Z | Downloaded smallvec v0.6.14 |
1178 | 2023-10-11T19:32:11.247Z | Downloaded slog-bunyan v2.4.0 |
1179 | 2023-10-11T19:32:11.264Z | Downloaded signature v1.6.4 |
1180 | 2023-10-11T19:32:11.271Z | Downloaded serde_plain v1.0.2 |
1181 | 2023-10-11T19:32:11.277Z | Downloaded scopeguard v1.2.0 |
1182 | 2023-10-11T19:32:11.281Z | Downloaded scheduled-thread-pool v0.2.7 |
1183 | 2023-10-11T19:32:11.285Z | Downloaded rustfmt-wrapper v0.2.0 |
1184 | 2023-10-11T19:32:11.291Z | Downloaded num_cpus v1.16.0 |
1185 | 2023-10-11T19:32:11.297Z | Downloaded num-complex v0.4.4 |
1186 | 2023-10-11T19:32:11.319Z | Downloaded cancel-safe-futures v0.1.2 |
1187 | 2023-10-11T19:32:11.324Z | Downloaded clang-sys v1.6.1 |
1188 | 2023-10-11T19:32:11.328Z | Downloaded bytes v1.5.0 |
1189 | 2023-10-11T19:32:11.332Z | Downloaded spin v0.5.2 |
1190 | 2023-10-11T19:32:11.337Z | Downloaded num_enum v0.5.11 |
1191 | 2023-10-11T19:32:11.341Z | Downloaded macaddr v1.0.1 |
1192 | 2023-10-11T19:32:11.377Z | Downloaded lru-cache v0.1.2 |
1193 | 2023-10-11T19:32:11.382Z | Downloaded libloading v0.7.4 |
1194 | 2023-10-11T19:32:11.385Z | Downloaded lazycell v1.3.0 |
1195 | 2023-10-11T19:32:11.388Z | Downloaded itoa v1.0.9 |
1196 | 2023-10-11T19:32:11.392Z | Downloaded cpufeatures v0.2.9 |
1197 | 2023-10-11T19:32:11.396Z | Downloaded toolchain_find v0.2.0 |
1198 | 2023-10-11T19:32:11.400Z | Downloaded take_mut v0.2.2 |
1199 | 2023-10-11T19:32:11.405Z | Downloaded rustversion v1.0.14 |
1200 | 2023-10-11T19:32:11.411Z | Downloaded num-integer v0.1.45 |
1201 | 2023-10-11T19:32:11.416Z | Downloaded num-derive v0.4.0 |
1202 | 2023-10-11T19:32:11.420Z | Downloaded nu-ansi-term v0.49.0 |
1203 | 2023-10-11T19:32:11.423Z | Downloaded async-recursion v1.0.5 |
1204 | 2023-10-11T19:32:11.427Z | Downloaded bit-set v0.5.3 |
1205 | 2023-10-11T19:32:11.430Z | Downloaded bincode v1.3.3 |
1206 | 2023-10-11T19:32:11.845Z | Downloaded strum v0.25.0 |
1207 | 2023-10-11T19:32:11.862Z | Downloaded nodrop v0.1.14 |
1208 | 2023-10-11T19:32:11.880Z | Downloaded corncobs v0.1.3 |
1209 | 2023-10-11T19:32:11.884Z | Downloaded adler v1.0.2 |
1210 | 2023-10-11T19:32:11.888Z | Downloaded anstyle-parse v0.2.1 |
1211 | 2023-10-11T19:32:11.897Z | Downloaded indoc v1.0.9 |
1212 | 2023-10-11T19:32:11.903Z | Downloaded hyper-staticfile v0.9.5 |
1213 | 2023-10-11T19:32:11.909Z | Downloaded hubpack v0.1.2 |
1214 | 2023-10-11T19:32:12.330Z | Downloaded hyper-rustls v0.24.1 |
1215 | 2023-10-11T19:32:12.750Z | Downloaded humantime v2.1.0 |
1216 | 2023-10-11T19:32:12.760Z | Downloaded cipher v0.4.4 |
1217 | 2023-10-11T19:32:12.776Z | Downloaded bit_field v0.10.2 |
1218 | 2023-10-11T19:32:12.781Z | Downloaded serde_urlencoded v0.7.1 |
1219 | 2023-10-11T19:32:12.790Z | Downloaded serde-big-array v0.4.1 |
1220 | 2023-10-11T19:32:12.795Z | Downloaded cargo-platform v0.1.3 |
1221 | 2023-10-11T19:32:12.800Z | Downloaded indexmap v2.0.0 |
1222 | 2023-10-11T19:32:12.806Z | Downloaded anyhow v1.0.75 |
1223 | 2023-10-11T19:32:12.813Z | Downloaded anstyle-query v1.0.0 |
1224 | 2023-10-11T19:32:12.818Z | Downloaded bytecount v0.6.3 |
1225 | 2023-10-11T19:32:12.828Z | Downloaded bb8 v0.8.1 |
1226 | 2023-10-11T19:32:12.832Z | Downloaded cexpr v0.6.0 |
1227 | 2023-10-11T19:32:12.837Z | Downloaded keccak v0.1.4 |
1228 | 2023-10-11T19:32:12.845Z | Downloaded assert_matches v1.5.0 |
1229 | 2023-10-11T19:32:12.851Z | Downloaded atty v0.2.14 |
1230 | 2023-10-11T19:32:12.897Z | Downloaded newtype_derive v0.1.6 |
1231 | 2023-10-11T19:32:12.912Z | Downloaded match_cfg v0.1.0 |
1232 | 2023-10-11T19:32:12.919Z | Downloaded maplit v1.0.2 |
1233 | 2023-10-11T19:32:12.927Z | Downloaded ident_case v1.0.1 |
1234 | 2023-10-11T19:32:12.939Z | Downloaded atomicwrites v0.4.1 |
1235 | 2023-10-11T19:32:12.952Z | Downloaded new_debug_unreachable v1.0.4 |
1236 | 2023-10-11T19:32:12.967Z | Downloaded io-lifetimes v1.0.11 |
1237 | 2023-10-11T19:32:12.977Z | Downloaded http-range v0.1.5 |
1238 | 2023-10-11T19:32:12.986Z | Downloaded cfg-if v0.1.10 |
1239 | 2023-10-11T19:32:12.996Z | Downloaded bitstruct v0.1.1 |
1240 | 2023-10-11T19:32:13.005Z | Downloaded async-stream-impl v0.3.5 |
1241 | 2023-10-11T19:32:13.019Z | Downloaded base16ct v0.2.0 |
1242 | 2023-10-11T19:32:13.047Z | Downloaded native-tls v0.2.11 |
1243 | 2023-10-11T19:32:13.069Z | Downloaded ipnetwork v0.20.0 |
1244 | 2023-10-11T19:32:13.078Z | Downloaded httparse v1.8.0 |
1245 | 2023-10-11T19:32:13.087Z | Downloaded crc32fast v1.3.2 |
1246 | 2023-10-11T19:32:13.124Z | Downloaded ciborium-ll v0.2.1 |
1247 | 2023-10-11T19:32:13.162Z | Downloaded chacha20 v0.9.1 |
1248 | 2023-10-11T19:32:13.209Z | Downloaded hex v0.4.3 |
1249 | 2023-10-11T19:32:13.224Z | Downloaded crc-catalog v2.2.0 |
1250 | 2023-10-11T19:32:13.239Z | Downloaded block-padding v0.3.3 |
1251 | 2023-10-11T19:32:13.265Z | Downloaded libefi-sys v0.1.0 |
1252 | 2023-10-11T19:32:13.281Z | Downloaded jobserver v0.1.26 |
1253 | 2023-10-11T19:32:13.733Z | Downloaded crossbeam-deque v0.8.3 |
1254 | 2023-10-11T19:32:13.739Z | Downloaded cargo_metadata v0.18.0 |
1255 | 2023-10-11T19:32:13.744Z | Downloaded http-body v0.4.5 |
1256 | 2023-10-11T19:32:13.752Z | Downloaded heck v0.4.1 |
1257 | 2023-10-11T19:32:13.762Z | Downloaded cfg-if v1.0.0 |
1258 | 2023-10-11T19:32:13.773Z | Downloaded bytesize v1.3.0 |
1259 | 2023-10-11T19:32:14.191Z | Downloaded impl-trait-for-tuples v0.2.2 |
1260 | 2023-10-11T19:32:14.195Z | Downloaded colorchoice v1.0.0 |
1261 | 2023-10-11T19:32:14.630Z | Downloaded instant v0.1.12 |
1262 | 2023-10-11T19:32:14.648Z | Downloaded httpdate v1.0.3 |
1263 | 2023-10-11T19:32:14.656Z | Downloaded convert_case v0.4.0 |
1264 | 2023-10-11T19:32:14.664Z | Downloaded ciborium v0.2.1 |
1265 | 2023-10-11T19:32:14.672Z | Downloaded bitflags v1.3.2 |
1266 | 2023-10-11T19:32:14.683Z | Downloaded backoff v0.4.0 |
1267 | 2023-10-11T19:32:14.694Z | Downloaded ascii-canvas v3.0.0 |
1268 | 2023-10-11T19:32:14.705Z | Compiling proc-macro2 v1.0.67 |
1269 | 2023-10-11T19:32:14.714Z | Compiling unicode-ident v1.0.12 |
1270 | 2023-10-11T19:32:14.724Z | Compiling libc v0.2.148 |
1271 | 2023-10-11T19:32:14.734Z | Compiling serde v1.0.188 |
1272 | 2023-10-11T19:32:14.745Z | Compiling autocfg v1.1.0 |
1273 | 2023-10-11T19:32:14.755Z | Compiling version_check v0.9.4 |
1274 | 2023-10-11T19:32:14.765Z | Compiling cfg-if v1.0.0 |
1275 | 2023-10-11T19:32:14.775Z | Compiling syn v1.0.109 |
1276 | 2023-10-11T19:32:14.785Z | Compiling once_cell v1.18.0 |
1277 | 2023-10-11T19:32:14.798Z | Compiling parking_lot_core v0.9.8 |
1278 | 2023-10-11T19:32:14.812Z | Compiling libm v0.2.7 |
1279 | 2023-10-11T19:32:14.824Z | Compiling ahash v0.8.3 |
1280 | 2023-10-11T19:32:14.863Z | Compiling lock_api v0.4.10 |
1281 | 2023-10-11T19:32:14.868Z | Compiling num-traits v0.2.16 |
1282 | 2023-10-11T19:32:14.874Z | Compiling thiserror v1.0.49 |
1283 | 2023-10-11T19:32:14.879Z | Compiling typenum v1.16.0 |
1284 | 2023-10-11T19:32:14.885Z | Compiling futures-core v0.3.28 |
1285 | 2023-10-11T19:32:14.892Z | Compiling generic-array v0.14.7 |
1286 | 2023-10-11T19:32:14.898Z | Compiling memchr v2.6.3 |
1287 | 2023-10-11T19:32:14.906Z | Compiling itoa v1.0.9 |
1288 | 2023-10-11T19:32:14.912Z | Compiling scopeguard v1.2.0 |
1289 | 2023-10-11T19:32:14.917Z | Compiling pkg-config v0.3.27 |
1290 | 2023-10-11T19:32:14.928Z | Compiling quote v1.0.33 |
1291 | 2023-10-11T19:32:14.937Z | Compiling slab v0.4.9 |
1292 | 2023-10-11T19:32:14.943Z | Compiling syn v2.0.32 |
1293 | 2023-10-11T19:32:14.951Z | Compiling jobserver v0.1.26 |
1294 | 2023-10-11T19:32:14.955Z | Compiling getrandom v0.2.10 |
1295 | 2023-10-11T19:32:14.964Z | Compiling cc v1.0.83 |
1296 | 2023-10-11T19:32:14.972Z | Compiling futures-task v0.3.28 |
1297 | 2023-10-11T19:32:14.979Z | Compiling futures-channel v0.3.28 |
1298 | 2023-10-11T19:32:14.985Z | Compiling futures-util v0.3.28 |
1299 | 2023-10-11T19:32:14.993Z | Compiling log v0.4.20 |
1300 | 2023-10-11T19:32:15.000Z | Compiling ryu v1.0.15 |
1301 | 2023-10-11T19:32:15.005Z | Compiling serde_json v1.0.107 |
1302 | 2023-10-11T19:32:15.015Z | Compiling pin-project-lite v0.2.13 |
1303 | 2023-10-11T19:32:15.030Z | Compiling ahash v0.7.6 |
1304 | 2023-10-11T19:32:15.052Z | Compiling vcpkg v0.2.15 |
1305 | 2023-10-11T19:32:15.064Z | Compiling schemars v0.8.13 |
1306 | 2023-10-11T19:32:15.075Z | Compiling smallvec v1.11.0 |
1307 | 2023-10-11T19:32:15.087Z | Compiling heck v0.4.1 |
1308 | 2023-10-11T19:32:15.514Z | Compiling parking_lot v0.12.1 |
1309 | 2023-10-11T19:32:15.519Z | Compiling num_cpus v1.16.0 |
1310 | 2023-10-11T19:32:15.528Z | Compiling ring v0.16.20 |
1311 | 2023-10-11T19:32:15.956Z | Compiling openssl-sys v0.9.93 |
1312 | 2023-10-11T19:32:15.963Z | Compiling rand_core v0.6.4 |
1313 | 2023-10-11T19:32:15.967Z | Compiling indexmap v1.9.3 |
1314 | 2023-10-11T19:32:15.970Z | Compiling byteorder v1.4.3 |
1315 | 2023-10-11T19:32:15.973Z | Compiling allocator-api2 v0.2.16 |
1316 | 2023-10-11T19:32:15.978Z | Compiling spin v0.5.2 |
1317 | 2023-10-11T19:32:15.981Z | Compiling httparse v1.8.0 |
1318 | 2023-10-11T19:32:15.990Z | Compiling equivalent v1.0.1 |
1319 | 2023-10-11T19:32:15.996Z | Compiling mio v0.8.8 |
1320 | 2023-10-11T19:32:16.006Z | Compiling socket2 v0.5.3 |
1321 | 2023-10-11T19:32:16.009Z | Compiling hashbrown v0.14.0 |
1322 | 2023-10-11T19:32:16.018Z | Compiling signal-hook-registry v1.4.1 |
1323 | 2023-10-11T19:32:16.462Z | Compiling semver v1.0.18 |
1324 | 2023-10-11T19:32:16.481Z | Compiling openssl v0.10.57 |
1325 | 2023-10-11T19:32:16.485Z | Compiling fnv v1.0.7 |
1326 | 2023-10-11T19:32:16.491Z | Compiling serde_derive_internals v0.26.0 |
1327 | 2023-10-11T19:32:16.502Z | Compiling rustls v0.21.7 |
1328 | 2023-10-11T19:32:16.508Z | Compiling iana-time-zone v0.1.57 |
1329 | 2023-10-11T19:32:16.513Z | Compiling crossbeam-utils v0.8.16 |
1330 | 2023-10-11T19:32:16.525Z | Compiling native-tls v0.2.11 |
1331 | 2023-10-11T19:32:16.546Z | Compiling ucd-trie v0.1.6 |
1332 | 2023-10-11T19:32:16.580Z | Compiling unicode-xid v0.2.4 |
1333 | 2023-10-11T19:32:16.585Z | Compiling synstructure v0.12.6 |
1334 | 2023-10-11T19:32:16.592Z | Compiling futures-sink v0.3.28 |
1335 | 2023-10-11T19:32:16.596Z | Compiling io-lifetimes v1.0.11 |
1336 | 2023-10-11T19:32:16.602Z | Compiling backtrace v0.3.69 |
1337 | 2023-10-11T19:32:16.610Z | Compiling dyn-clone v1.0.13 |
1338 | 2023-10-11T19:32:16.618Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2023-10-11T19:32:16.625Z | Compiling tinyvec v1.6.0 |
1340 | 2023-10-11T19:32:16.633Z | Compiling tracing-core v0.1.31 |
1341 | 2023-10-11T19:32:16.645Z | Compiling memoffset v0.9.0 |
1342 | 2023-10-11T19:32:16.654Z | Compiling num-integer v0.1.45 |
1343 | 2023-10-11T19:32:16.667Z | Compiling pin-utils v0.1.0 |
1344 | 2023-10-11T19:32:16.672Z | Compiling rustix v0.38.9 |
1345 | 2023-10-11T19:32:16.676Z | Compiling subtle v2.5.0 |
1346 | 2023-10-11T19:32:16.684Z | Compiling rustix v0.37.23 |
1347 | 2023-10-11T19:32:16.688Z | Compiling futures-io v0.3.28 |
1348 | 2023-10-11T19:32:16.692Z | Compiling winnow v0.5.15 |
1349 | 2023-10-11T19:32:16.697Z | Compiling hashbrown v0.13.2 |
1350 | 2023-10-11T19:32:16.701Z | Compiling aho-corasick v1.0.4 |
1351 | 2023-10-11T19:32:16.706Z | Compiling unicode-normalization v0.1.22 |
1352 | 2023-10-11T19:32:16.714Z | Compiling usdt-impl v0.3.5 |
1353 | 2023-10-11T19:32:16.719Z | Compiling anyhow v1.0.75 |
1354 | 2023-10-11T19:32:16.724Z | Compiling crc32fast v1.3.2 |
1355 | 2023-10-11T19:32:16.730Z | Compiling time-core v0.1.1 |
1356 | 2023-10-11T19:32:17.039Z | Compiling regex-syntax v0.7.5 |
1357 | 2023-10-11T19:32:17.061Z | Compiling slog v2.7.0 |
1358 | 2023-10-11T19:32:17.141Z | Compiling bitflags v1.3.2 |
1359 | 2023-10-11T19:32:17.169Z | Compiling serde_derive v1.0.188 |
1360 | 2023-10-11T19:32:17.301Z | Compiling zeroize_derive v1.4.2 |
1361 | 2023-10-11T19:32:17.420Z | Compiling thiserror-impl v1.0.49 |
1362 | 2023-10-11T19:32:18.263Z | Compiling tokio-macros v2.1.0 |
1363 | 2023-10-11T19:32:18.940Z | Compiling futures-macro v0.3.28 |
1364 | 2023-10-11T19:32:19.733Z | Compiling tracing-attributes v0.1.26 |
1365 | 2023-10-11T19:32:20.587Z | Compiling schemars_derive v0.8.13 |
1366 | 2023-10-11T19:32:20.591Z | Compiling zeroize v1.6.0 |
1367 | 2023-10-11T19:32:22.038Z | Compiling openssl-macros v0.1.1 |
1368 | 2023-10-11T19:32:22.200Z | Compiling pest v2.7.2 |
1369 | 2023-10-11T19:32:23.145Z | Compiling zerocopy-derive v0.2.0 |
1370 | 2023-10-11T19:32:23.261Z | Compiling crypto-common v0.1.6 |
1371 | 2023-10-11T19:32:23.364Z | Compiling block-buffer v0.10.4 |
1372 | 2023-10-11T19:32:24.982Z | Compiling unicode-bidi v0.3.13 |
1373 | 2023-10-11T19:32:25.176Z | Compiling tracing v0.1.37 |
1374 | 2023-10-11T19:32:25.862Z | Compiling const-oid v0.9.5 |
1375 | 2023-10-11T19:32:26.553Z | Compiling pest_meta v2.7.2 |
1376 | 2023-10-11T19:32:27.518Z | Compiling regex-automata v0.3.8 |
1377 | 2023-10-11T19:32:27.841Z | Compiling time-macros v0.2.13 |
1378 | 2023-10-11T19:32:29.595Z | Compiling pest_generator v2.7.2 |
1379 | 2023-10-11T19:32:32.658Z | Compiling digest v0.10.7 |
1380 | 2023-10-11T19:32:33.512Z | Compiling pest_derive v2.7.2 |
1381 | 2023-10-11T19:32:34.329Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1382 | 2023-10-11T19:32:34.972Z | Compiling crossbeam-epoch v0.9.15 |
1383 | 2023-10-11T19:32:35.212Z | Compiling async-trait v0.1.73 |
1384 | 2023-10-11T19:32:35.986Z | Compiling ppv-lite86 v0.2.17 |
1385 | 2023-10-11T19:32:37.578Z | Compiling rand_chacha v0.3.1 |
1386 | 2023-10-11T19:32:38.567Z | Compiling zerocopy v0.3.0 |
1387 | 2023-10-11T19:32:38.703Z | Compiling zerocopy-derive v0.6.3 |
1388 | 2023-10-11T19:32:39.206Z | Compiling base64 v0.21.4 |
1389 | 2023-10-11T19:32:39.679Z | Compiling untrusted v0.7.1 |
1390 | 2023-10-11T19:32:39.695Z | Compiling bytes v1.5.0 |
1391 | 2023-10-11T19:32:39.923Z | Compiling indexmap v2.0.0 |
1392 | 2023-10-11T19:32:40.334Z | Compiling uuid v1.4.1 |
1393 | 2023-10-11T19:32:41.491Z | Compiling chrono v0.4.31 |
1394 | 2023-10-11T19:32:41.813Z | Compiling tokio v1.32.0 |
1395 | 2023-10-11T19:32:44.156Z | Compiling bitflags v2.4.0 |
1396 | 2023-10-11T19:32:44.358Z | Compiling serde_spanned v0.6.3 |
1397 | 2023-10-11T19:32:44.710Z | Compiling toml_datetime v0.6.3 |
1398 | 2023-10-11T19:32:45.088Z | Compiling http v0.2.9 |
1399 | 2023-10-11T19:32:45.349Z | Compiling rustc_version v0.4.0 |
1400 | 2023-10-11T19:32:46.376Z | Compiling toml_edit v0.19.15 |
1401 | 2023-10-11T19:32:47.622Z | Compiling heapless v0.7.16 |
1402 | 2023-10-11T19:32:49.764Z | Compiling strsim v0.10.0 |
1403 | 2023-10-11T19:32:52.177Z | Compiling dof v0.1.5 |
1404 | 2023-10-11T19:32:56.787Z | Compiling tokio-util v0.7.8 |
1405 | 2023-10-11T19:32:57.887Z | Compiling rand v0.8.5 |
1406 | 2023-10-11T19:32:57.907Z | Compiling hashbrown v0.12.3 |
1407 | 2023-10-11T19:32:59.097Z | Compiling regex v1.9.5 |
1408 | 2023-10-11T19:32:59.434Z | Compiling dtrace-parser v0.1.14 |
1409 | 2023-10-11T19:33:00.133Z | Compiling thread-id v4.2.0 |
1410 | 2023-10-11T19:33:00.192Z | Compiling errno v0.3.2 |
1411 | 2023-10-11T19:33:00.400Z | Compiling num-bigint v0.4.4 |
1412 | 2023-10-11T19:33:00.547Z | Compiling percent-encoding v2.3.0 |
1413 | 2023-10-11T19:33:01.067Z | Compiling foreign-types-shared v0.1.1 |
1414 | 2023-10-11T19:33:01.090Z | Compiling radium v0.7.0 |
1415 | 2023-10-11T19:33:01.219Z | Compiling unicode-width v0.1.10 |
1416 | 2023-10-11T19:33:01.222Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1417 | 2023-10-11T19:33:01.849Z | Compiling openssl-probe v0.1.5 |
1418 | 2023-10-11T19:33:02.018Z | Compiling smoltcp v0.9.1 |
1419 | 2023-10-11T19:33:02.322Z | Compiling foreign-types v0.3.2 |
1420 | 2023-10-11T19:33:04.570Z | Compiling serde_tokenstream v0.1.7 |
1421 | 2023-10-11T19:33:05.920Z | Compiling lazy_static v1.4.0 |
1422 | 2023-10-11T19:33:06.095Z | Compiling socket2 v0.4.9 |
1423 | 2023-10-11T19:33:06.282Z | Compiling adler v1.0.2 |
1424 | 2023-10-11T19:33:07.649Z | Compiling unicode-segmentation v1.10.1 |
1425 | 2023-10-11T19:33:07.719Z | Compiling siphasher v0.3.11 |
1426 | 2023-10-11T19:33:08.415Z | Compiling try-lock v0.2.4 |
1427 | 2023-10-11T19:33:08.683Z | Compiling want v0.3.1 |
1428 | 2023-10-11T19:33:09.064Z | Compiling miniz_oxide v0.7.1 |
1429 | 2023-10-11T19:33:12.235Z | Compiling h2 v0.3.21 |
1430 | 2023-10-11T19:33:12.407Z | Compiling form_urlencoded v1.2.0 |
1431 | 2023-10-11T19:33:13.086Z | Compiling sct v0.7.0 |
1432 | 2023-10-11T19:33:13.114Z | Compiling rustls-webpki v0.101.4 |
1433 | 2023-10-11T19:33:13.543Z | Compiling http-body v0.4.5 |
1434 | 2023-10-11T19:33:13.876Z | Compiling hubpack_derive v0.1.1 |
1435 | 2023-10-11T19:33:15.366Z | Compiling num-iter v0.1.43 |
1436 | 2023-10-11T19:33:15.445Z | Compiling httpdate v1.0.3 |
1437 | 2023-10-11T19:33:15.965Z | Compiling tower-service v0.3.2 |
1438 | 2023-10-11T19:33:16.077Z | Compiling cpufeatures v0.2.9 |
1439 | 2023-10-11T19:33:16.080Z | Compiling anstyle v1.0.2 |
1440 | 2023-10-11T19:33:16.408Z | Compiling utf8parse v0.2.1 |
1441 | 2023-10-11T19:33:16.626Z | Compiling anstyle-parse v0.2.1 |
1442 | 2023-10-11T19:33:16.798Z | Compiling sha2 v0.10.7 |
1443 | 2023-10-11T19:33:21.787Z | Compiling usdt-attr-macro v0.3.5 |
1444 | 2023-10-11T19:33:21.941Z | Compiling usdt-macro v0.3.5 |
1445 | 2023-10-11T19:33:23.813Z | Compiling hyper v0.14.27 |
1446 | 2023-10-11T19:33:24.781Z | Compiling openapiv3 v1.0.3 |
1447 | 2023-10-11T19:33:25.830Z | Compiling rustls-pemfile v1.0.3 |
1448 | 2023-10-11T19:33:26.365Z | Compiling md-5 v0.10.5 |
1449 | 2023-10-11T19:33:26.731Z | Compiling hmac v0.12.1 |
1450 | 2023-10-11T19:33:29.195Z | Compiling stringprep v0.1.3 |
1451 | 2023-10-11T19:33:29.311Z | Compiling idna v0.4.0 |
1452 | 2023-10-11T19:33:30.698Z | Compiling diesel_table_macro_syntax v0.1.0 |
1453 | 2023-10-11T19:33:31.279Z | Compiling hash32 v0.2.1 |
1454 | 2023-10-11T19:33:31.688Z | Compiling spin v0.9.8 |
1455 | 2023-10-11T19:33:31.918Z | Compiling anstyle-query v1.0.0 |
1456 | 2023-10-11T19:33:33.173Z | Compiling gimli v0.28.0 |
1457 | 2023-10-11T19:33:33.212Z | Compiling stable_deref_trait v1.2.0 |
1458 | 2023-10-11T19:33:33.252Z | Compiling colorchoice v1.0.0 |
1459 | 2023-10-11T19:33:33.259Z | Compiling fallible-iterator v0.2.0 |
1460 | 2023-10-11T19:33:33.262Z | Compiling anstream v0.5.0 |
1461 | 2023-10-11T19:33:33.500Z | Compiling postgres-protocol v0.6.6 |
1462 | 2023-10-11T19:33:33.525Z | Compiling diesel_derives v2.1.1 |
1463 | 2023-10-11T19:33:34.559Z | Compiling url v2.4.1 |
1464 | 2023-10-11T19:33:35.996Z | Compiling rustls-native-certs v0.6.3 |
1465 | 2023-10-11T19:33:37.312Z | Compiling tokio-rustls v0.24.1 |
1466 | 2023-10-11T19:33:39.553Z | Compiling addr2line v0.21.0 |
1467 | 2023-10-11T19:33:40.894Z | Compiling terminal_size v0.2.6 |
1468 | 2023-10-11T19:33:41.160Z | Compiling tokio-native-tls v0.3.1 |
1469 | 2023-10-11T19:33:41.567Z | Compiling phf_shared v0.11.2 |
1470 | 2023-10-11T19:33:44.012Z | Compiling serde_tokenstream v0.2.0 |
1471 | 2023-10-11T19:33:44.186Z | Compiling block-padding v0.3.3 |
1472 | 2023-10-11T19:33:44.395Z | Compiling enum-as-inner v0.5.1 |
1473 | 2023-10-11T19:33:44.534Z | Compiling serde_repr v0.1.16 |
1474 | 2023-10-11T19:33:44.821Z | Compiling clap_derive v4.4.2 |
1475 | 2023-10-11T19:33:46.261Z | Compiling scheduled-thread-pool v0.2.7 |
1476 | 2023-10-11T19:33:46.294Z | Compiling object v0.32.1 |
1477 | 2023-10-11T19:33:57.738Z | Compiling num_threads v0.1.6 |
1478 | 2023-10-11T19:33:57.918Z | Compiling matches v0.1.10 |
1479 | 2023-10-11T19:33:58.066Z | Compiling managed v0.8.0 |
1480 | 2023-10-11T19:33:58.840Z | Compiling deranged v0.3.8 |
1481 | 2023-10-11T19:33:59.810Z | Compiling clap_lex v0.5.1 |
1482 | 2023-10-11T19:34:00.547Z | Compiling ipnet v2.8.0 |
1483 | 2023-10-11T19:34:02.346Z | Compiling bit-vec v0.6.3 |
1484 | 2023-10-11T19:34:02.420Z | Compiling rustc-demangle v0.1.23 |
1485 | 2023-10-11T19:34:02.959Z | Compiling tap v1.0.1 |
1486 | 2023-10-11T19:34:04.325Z | Compiling either v1.9.0 |
1487 | 2023-10-11T19:34:04.759Z | Compiling regex-automata v0.1.10 |
1488 | 2023-10-11T19:34:04.867Z | Compiling itertools v0.10.5 |
1489 | 2023-10-11T19:34:05.575Z | Compiling bstr v0.2.17 |
1490 | 2023-10-11T19:34:06.748Z | Compiling wyz v0.5.1 |
1491 | 2023-10-11T19:34:08.112Z | Compiling time v0.3.27 |
1492 | 2023-10-11T19:34:09.044Z | Compiling clap_builder v4.4.2 |
1493 | 2023-10-11T19:34:10.702Z | Compiling idna v0.2.3 |
1494 | 2023-10-11T19:34:13.277Z | Compiling r2d2 v0.8.10 |
1495 | 2023-10-11T19:34:15.559Z | Compiling inout v0.1.3 |
1496 | 2023-10-11T19:34:18.428Z | Compiling phf v0.11.2 |
1497 | 2023-10-11T19:34:18.880Z | Compiling hyper-tls v0.5.0 |
1498 | 2023-10-11T19:34:19.411Z | Compiling hyper-rustls v0.24.1 |
1499 | 2023-10-11T19:34:20.473Z | Compiling flate2 v1.0.27 |
1500 | 2023-10-11T19:34:21.945Z | Compiling postgres-types v0.2.6 |
1501 | 2023-10-11T19:34:22.139Z | Compiling hubpack v0.1.2 |
1502 | 2023-10-11T19:34:22.271Z | Compiling serde_urlencoded v0.7.1 |
1503 | 2023-10-11T19:34:22.872Z | Compiling phf_shared v0.10.0 |
1504 | 2023-10-11T19:34:23.263Z | Compiling ipnetwork v0.20.0 |
1505 | 2023-10-11T19:34:23.468Z | Compiling zerocopy v0.6.3 |
1506 | 2023-10-11T19:34:24.463Z | Compiling futures-executor v0.3.28 |
1507 | 2023-10-11T19:34:25.291Z | Compiling regress v0.7.1 |
1508 | 2023-10-11T19:34:25.488Z | Compiling float-cmp v0.9.0 |
1509 | 2023-10-11T19:34:25.631Z | Compiling encoding_rs v0.8.33 |
1510 | 2023-10-11T19:34:26.177Z | Compiling unicode-linebreak v0.1.5 |
1511 | 2023-10-11T19:34:26.676Z | Compiling data-encoding v2.4.0 |
1512 | 2023-10-11T19:34:26.987Z | Compiling difflib v0.4.0 |
1513 | 2023-10-11T19:34:28.986Z | Compiling predicates-core v1.0.6 |
1514 | 2023-10-11T19:34:29.147Z | Compiling new_debug_unreachable v1.0.4 |
1515 | 2023-10-11T19:34:29.286Z | Compiling mime v0.3.17 |
1516 | 2023-10-11T19:34:29.494Z | Compiling normalize-line-endings v0.3.0 |
1517 | 2023-10-11T19:34:29.673Z | Compiling precomputed-hash v0.1.1 |
1518 | 2023-10-11T19:34:29.714Z | Compiling webpki-roots v0.25.2 |
1519 | 2023-10-11T19:34:29.842Z | Compiling static_assertions v1.1.0 |
1520 | 2023-10-11T19:34:31.137Z | Compiling smawk v0.3.1 |
1521 | 2023-10-11T19:34:31.162Z | Compiling funty v2.0.0 |
1522 | 2023-10-11T19:34:31.460Z | Compiling fixedbitset v0.4.2 |
1523 | 2023-10-11T19:34:32.005Z | Compiling whoami v1.4.1 |
1524 | 2023-10-11T19:34:32.149Z | Compiling petgraph v0.6.4 |
1525 | 2023-10-11T19:34:32.172Z | Compiling textwrap v0.16.0 |
1526 | 2023-10-11T19:34:32.891Z | Compiling tokio-postgres v0.7.10 |
1527 | 2023-10-11T19:34:33.784Z | Compiling bitvec v1.0.1 |
1528 | 2023-10-11T19:34:33.936Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1529 | 2023-10-11T19:34:34.285Z | Compiling reqwest v0.11.20 |
1530 | 2023-10-11T19:34:38.888Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1531 | 2023-10-11T19:34:41.119Z | Compiling string_cache v0.8.7 |
1532 | 2023-10-11T19:34:41.434Z | Compiling predicates v3.0.3 |
1533 | 2023-10-11T19:34:41.788Z | Compiling trust-dns-proto v0.22.0 |
1534 | 2023-10-11T19:34:48.846Z | Compiling futures v0.3.28 |
1535 | 2023-10-11T19:34:51.437Z | Compiling diesel v2.1.1 |
1536 | 2023-10-11T19:34:52.227Z | Compiling yasna v0.5.2 |
1537 | 2023-10-11T19:34:52.313Z | Compiling cipher v0.4.4 |
1538 | 2023-10-11T19:34:53.253Z | Compiling clap v4.4.3 |
1539 | 2023-10-11T19:34:53.671Z | Compiling similar v2.2.1 |
1540 | 2023-10-11T19:34:54.732Z | Compiling bit-set v0.5.3 |
1541 | 2023-10-11T19:34:54.997Z | Compiling usdt v0.3.5 |
1542 | 2023-10-11T19:34:55.394Z | Compiling console v0.15.7 |
1543 | 2023-10-11T19:34:56.009Z | Compiling tokio-stream v0.1.14 |
1544 | 2023-10-11T19:34:57.097Z | Compiling toml v0.7.8 |
1545 | 2023-10-11T19:34:57.565Z | Compiling hex v0.4.3 |
1546 | 2023-10-11T19:34:57.718Z | Compiling signature v2.1.0 |
1547 | 2023-10-11T19:34:57.903Z | Compiling bstr v1.6.0 |
1548 | 2023-10-11T19:35:00.081Z | Compiling lalrpop-util v0.19.12 |
1549 | 2023-10-11T19:35:02.131Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1550 | 2023-10-11T19:35:07.590Z | Compiling ident_case v1.0.1 |
1551 | 2023-10-11T19:35:07.792Z | Compiling rustversion v1.0.14 |
1552 | 2023-10-11T19:35:08.751Z | Compiling darling_core v0.20.3 |
1553 | 2023-10-11T19:35:24.950Z | Compiling crossbeam-channel v0.5.8 |
1554 | 2023-10-11T19:35:34.304Z | Compiling atty v0.2.14 |
1555 | 2023-10-11T19:35:34.536Z | Compiling proc-macro-error-attr v1.0.4 |
1556 | 2023-10-11T19:35:53.493Z | Compiling darling_macro v0.20.3 |
1557 | 2023-10-11T19:35:58.233Z | Compiling proc-macro-crate v1.3.1 |
1558 | 2023-10-11T19:36:02.032Z | Compiling dirs-sys-next v0.1.2 |
1559 | 2023-10-11T19:36:02.349Z | Compiling proc-macro-error v1.0.4 |
1560 | 2023-10-11T19:36:17.452Z | Compiling dirs-next v2.0.0 |
1561 | 2023-10-11T19:36:17.992Z | Compiling num_enum_derive v0.5.11 |
1562 | 2023-10-11T19:36:20.400Z | Compiling strum_macros v0.25.2 |
1563 | 2023-10-11T19:36:25.071Z | Compiling darling v0.20.3 |
1564 | 2023-10-11T19:36:26.649Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1565 | 2023-10-11T19:36:28.183Z | Compiling getopts v0.2.21 |
1566 | 2023-10-11T19:36:30.853Z | Compiling structmeta-derive v0.1.6 |
1567 | 2023-10-11T19:36:33.256Z | Compiling thread_local v1.1.7 |
1568 | 2023-10-11T19:36:33.729Z | Compiling multer v2.1.0 |
1569 | 2023-10-11T19:36:33.741Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1570 | 2023-10-11T19:36:33.753Z | Compiling unsafe-libyaml v0.2.9 |
1571 | 2023-10-11T19:36:33.942Z | Compiling camino v1.1.6 |
1572 | 2023-10-11T19:36:34.245Z | Compiling slog-async v2.8.0 |
1573 | 2023-10-11T19:36:36.008Z | Compiling paste v1.0.14 |
1574 | 2023-10-11T19:36:36.684Z | Compiling match_cfg v0.1.0 |
1575 | 2023-10-11T19:36:39.813Z | Compiling hostname v0.3.1 |
1576 | 2023-10-11T19:36:46.378Z | Compiling serde_yaml v0.9.25 |
1577 | 2023-10-11T19:36:46.811Z | Compiling structmeta v0.1.6 |
1578 | 2023-10-11T19:36:53.183Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1579 | 2023-10-11T19:36:55.266Z | Compiling strum v0.25.0 |
1580 | 2023-10-11T19:36:55.305Z | Compiling serde_with_macros v2.3.3 |
1581 | 2023-10-11T19:36:57.918Z | Compiling num_enum v0.5.11 |
1582 | 2023-10-11T19:36:59.535Z | Compiling term v0.7.0 |
1583 | 2023-10-11T19:37:00.973Z | Compiling slog-json v2.6.1 |
1584 | 2023-10-11T19:37:04.706Z | Compiling async-stream-impl v0.3.5 |
1585 | 2023-10-11T19:37:04.844Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1586 | 2023-10-11T19:37:05.246Z | Compiling atomic-waker v1.1.1 |
1587 | 2023-10-11T19:37:05.550Z | Compiling regex-syntax v0.6.29 |
1588 | 2023-10-11T19:37:06.142Z | Compiling take_mut v0.2.2 |
1589 | 2023-10-11T19:37:06.402Z | Compiling postcard-cobs v0.1.5-pre |
1590 | 2023-10-11T19:37:06.637Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1591 | 2023-10-11T19:37:07.103Z | Compiling postcard v0.7.3 |
1592 | 2023-10-11T19:37:07.192Z | Compiling async-stream v0.3.5 |
1593 | 2023-10-11T19:37:07.956Z | Compiling waitgroup v0.1.2 |
1594 | 2023-10-11T19:37:08.175Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1595 | 2023-10-11T19:37:08.783Z | Compiling slog-bunyan v2.4.0 |
1596 | 2023-10-11T19:37:09.173Z | Compiling slog-term v2.9.0 |
1597 | 2023-10-11T19:37:13.749Z | Compiling serde_with v2.3.3 |
1598 | 2023-10-11T19:37:15.262Z | Compiling parse-display-derive v0.7.0 |
1599 | 2023-10-11T19:37:21.542Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1600 | 2023-10-11T19:37:22.119Z | Compiling sha1 v0.10.5 |
1601 | 2023-10-11T19:37:23.208Z | Compiling smoltcp v0.8.2 |
1602 | 2023-10-11T19:37:23.637Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1603 | 2023-10-11T19:37:23.904Z | Compiling serde_path_to_error v0.1.14 |
1604 | 2023-10-11T19:37:25.604Z | Compiling foreign-types-macros v0.2.3 |
1605 | 2023-10-11T19:37:25.801Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1606 | 2023-10-11T19:37:26.258Z | Compiling instant v0.1.12 |
1607 | 2023-10-11T19:37:26.473Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1608 | 2023-10-11T19:37:26.883Z | Compiling debug-ignore v1.0.5 |
1609 | 2023-10-11T19:37:26.931Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1610 | 2023-10-11T19:37:27.142Z | Compiling foreign-types-shared v0.3.1 |
1611 | 2023-10-11T19:37:27.328Z | Compiling cfg-if v0.1.10 |
1612 | 2023-10-11T19:37:27.526Z | Compiling backoff v0.4.0 |
1613 | 2023-10-11T19:37:27.550Z | Compiling foreign-types v0.5.0 |
1614 | 2023-10-11T19:37:27.831Z | Compiling parse-display v0.7.0 |
1615 | 2023-10-11T19:37:28.394Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2023-10-11T19:37:28.547Z | Compiling is-terminal v0.4.9 |
1617 | 2023-10-11T19:37:28.647Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1618 | 2023-10-11T19:37:29.127Z | Compiling macaddr v1.0.1 |
1619 | 2023-10-11T19:37:33.466Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1620 | 2023-10-11T19:37:33.844Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1621 | 2023-10-11T19:37:34.669Z | Compiling cstr-argument v0.1.2 |
1622 | 2023-10-11T19:37:38.798Z | Compiling pretty-hex v0.2.1 |
1623 | 2023-10-11T19:37:39.339Z | Compiling base64ct v1.6.0 |
1624 | 2023-10-11T19:37:39.525Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1625 | 2023-10-11T19:37:39.964Z | Compiling password-hash v0.5.0 |
1626 | 2023-10-11T19:37:40.714Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1627 | 2023-10-11T19:37:40.977Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1628 | 2023-10-11T19:37:41.116Z | Compiling colored v2.0.4 |
1629 | 2023-10-11T19:37:41.281Z | Compiling heck v0.3.3 |
1630 | 2023-10-11T19:37:41.691Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1631 | 2023-10-11T19:37:41.917Z | Compiling textwrap v0.11.0 |
1632 | 2023-10-11T19:37:42.275Z | Compiling blake2 v0.10.6 |
1633 | 2023-10-11T19:37:42.473Z | Compiling strsim v0.8.0 |
1634 | 2023-10-11T19:37:42.536Z | Compiling libefi-sys v0.1.0 |
1635 | 2023-10-11T19:37:42.658Z | Compiling vec_map v0.8.2 |
1636 | 2023-10-11T19:37:42.703Z | Compiling ansi_term v0.12.1 |
1637 | 2023-10-11T19:37:42.752Z | Compiling rayon-core v1.11.0 |
1638 | 2023-10-11T19:37:42.800Z | Compiling clap v2.34.0 |
1639 | 2023-10-11T19:37:42.838Z | Compiling argon2 v0.5.2 |
1640 | 2023-10-11T19:37:42.850Z | Compiling structopt-derive v0.4.18 |
1641 | 2023-10-11T19:37:43.638Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1642 | 2023-10-11T19:37:45.120Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1643 | 2023-10-11T19:37:45.621Z | Compiling zone_cfg_derive v0.2.0 |
1644 | 2023-10-11T19:37:45.926Z | Compiling crossbeam-deque v0.8.3 |
1645 | 2023-10-11T19:37:46.551Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1646 | 2023-10-11T19:37:47.129Z | Compiling keccak v0.1.4 |
1647 | 2023-10-11T19:37:47.823Z | Compiling portable-atomic v1.4.3 |
1648 | 2023-10-11T19:37:48.103Z | Compiling zone v0.2.0 |
1649 | 2023-10-11T19:37:48.690Z | Compiling sha3 v0.10.8 |
1650 | 2023-10-11T19:37:50.079Z | Compiling structopt v0.3.26 |
1651 | 2023-10-11T19:37:50.340Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1652 | 2023-10-11T19:37:53.117Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1653 | 2023-10-11T19:37:54.681Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1654 | 2023-10-11T19:37:55.401Z | Compiling hkdf v0.12.3 |
1655 | 2023-10-11T19:37:55.814Z | Compiling smf v0.2.2 |
1656 | 2023-10-11T19:37:56.647Z | Compiling secrecy v0.8.0 |
1657 | 2023-10-11T19:37:57.078Z | Compiling xattr v1.0.1 |
1658 | 2023-10-11T19:37:57.129Z | Compiling filetime v0.2.22 |
1659 | 2023-10-11T19:37:57.537Z | Compiling same-file v1.0.6 |
1660 | 2023-10-11T19:37:57.557Z | Compiling fastrand v2.0.0 |
1661 | 2023-10-11T19:37:57.613Z | Compiling tar v0.4.40 |
1662 | 2023-10-11T19:37:58.003Z | Compiling walkdir v2.4.0 |
1663 | 2023-10-11T19:37:58.742Z | Compiling tempfile v3.8.0 |
1664 | 2023-10-11T19:38:00.944Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1665 | 2023-10-11T19:38:01.607Z | Compiling rayon v1.7.0 |
1666 | 2023-10-11T19:38:02.503Z | Compiling number_prefix v0.4.0 |
1667 | 2023-10-11T19:38:02.925Z | Compiling omicron-zone-package v0.8.3 |
1668 | 2023-10-11T19:38:05.229Z | Compiling topological-sort v0.2.2 |
1669 | 2023-10-11T19:38:10.911Z | Compiling indicatif v0.17.6 |
1670 | 2023-10-11T19:38:18.364Z | Compiling bzip2 v0.4.4 |
1671 | 2023-10-11T19:38:18.672Z | Compiling zip v0.6.6 |
1672 | 2023-10-11T19:38:19.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1673 | 2023-10-11T19:38:20.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1674 | 2023-10-11T19:38:22.094Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1675 | 2023-10-11T19:38:22.119Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1676 | 2023-10-11T19:38:31.044Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1677 | 2023-10-11T19:38:32.302Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1678 | 2023-10-11T19:38:32.321Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1679 | 2023-10-11T19:38:44.774Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1680 | 2023-10-11T19:38:46.172Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1681 | 2023-10-11T19:39:21.123Z | Finished release [optimized] target(s) in 8m 04s |
1682 | 2023-10-11T19:39:21.723Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1683 | 2023-10-11T19:39:22.183Z | Created new build target 'test' and set it as active |
1684 | 2023-10-11T19:39:22.210Z | |
1685 | 2023-10-11T19:39:22.232Z | real 8:04.744025330 |
1686 | 2023-10-11T19:39:22.254Z | user 50:50.521042710 |
1687 | 2023-10-11T19:39:22.280Z | sys 4:35.289684221 |
1688 | 2023-10-11T19:39:22.730Z | trap 1.947369945 |
1689 | 2023-10-11T19:39:22.754Z | tflt 6.401552293 |
1690 | 2023-10-11T19:39:23.298Z | dflt 6.173275917 |
1691 | 2023-10-11T19:39:23.312Z | kflt 0.030117975 |
1692 | 2023-10-11T19:39:23.329Z | lock 1:52:44.059651772 |
1693 | 2023-10-11T19:39:23.343Z | slp 2:46:29.861683240 |
1694 | 2023-10-11T19:39:23.359Z | lat 2:16.104515828 |
1695 | 2023-10-11T19:39:23.377Z | stop 3:59.652333227 |
1696 | 2023-10-11T19:39:23.393Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1697 | 2023-10-11T19:39:23.408Z | Finished release [optimized] target(s) in 1.10s |
1698 | 2023-10-11T19:39:23.430Z | Running `target/release/omicron-package -t test package` |
1699 | 2023-10-11T19:39:23.453Z | Oct 11 19:39:22.556 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1700 | 2023-10-11T19:39:23.774Z | Compiling serde_json v1.0.107 |
1701 | 2023-10-11T19:39:23.817Z | Compiling linked-hash-map v0.5.6 |
1702 | 2023-10-11T19:39:23.828Z | Compiling slog-dtrace v0.2.3 |
1703 | 2023-10-11T19:39:23.840Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1704 | 2023-10-11T19:39:23.856Z | Compiling quick-error v1.2.3 |
1705 | 2023-10-11T19:39:23.875Z | Compiling termcolor v1.2.0 |
1706 | 2023-10-11T19:39:23.897Z | Compiling memoffset v0.7.1 |
1707 | 2023-10-11T19:39:23.954Z | Compiling base64 v0.13.1 |
1708 | 2023-10-11T19:39:24.041Z | Compiling resolv-conf v0.7.0 |
1709 | 2023-10-11T19:39:24.192Z | Compiling libz-sys v1.1.12 |
1710 | 2023-10-11T19:39:24.270Z | Compiling same-file v1.0.6 |
1711 | 2023-10-11T19:39:24.396Z | Compiling lru-cache v0.1.2 |
1712 | 2023-10-11T19:39:25.007Z | Compiling walkdir v2.4.0 |
1713 | 2023-10-11T19:39:25.484Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1714 | 2023-10-11T19:39:25.499Z | Compiling trust-dns-resolver v0.22.0 |
1715 | 2023-10-11T19:39:25.518Z | Compiling semver-parser v0.10.2 |
1716 | 2023-10-11T19:39:25.534Z | Compiling fastrand v2.0.0 |
1717 | 2023-10-11T19:39:25.552Z | Compiling cancel-safe-futures v0.1.2 |
1718 | 2023-10-11T19:39:25.676Z | Compiling tempfile v3.8.0 |
1719 | 2023-10-11T19:39:26.187Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1720 | 2023-10-11T19:39:26.203Z | Compiling xattr v1.0.1 |
1721 | 2023-10-11T19:39:26.217Z | Compiling filetime v0.2.22 |
1722 | 2023-10-11T19:39:26.234Z | Compiling semver v0.11.0 |
1723 | 2023-10-11T19:39:26.375Z | Compiling num-rational v0.4.1 |
1724 | 2023-10-11T19:39:26.841Z | Compiling schemars v0.8.13 |
1725 | 2023-10-11T19:39:27.731Z | Compiling usdt-impl v0.3.5 |
1726 | 2023-10-11T19:39:27.869Z | Compiling openapiv3 v1.0.3 |
1727 | 2023-10-11T19:39:28.309Z | Compiling reqwest v0.11.20 |
1728 | 2023-10-11T19:39:28.367Z | Compiling postgres-types v0.2.6 |
1729 | 2023-10-11T19:39:28.386Z | Compiling usdt v0.3.5 |
1730 | 2023-10-11T19:39:28.967Z | Compiling tokio-postgres v0.7.10 |
1731 | 2023-10-11T19:39:34.536Z | Compiling ipnetwork v0.20.0 |
1732 | 2023-10-11T19:39:34.827Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1733 | 2023-10-11T19:39:40.402Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1734 | 2023-10-11T19:39:41.864Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1735 | 2023-10-11T19:39:43.037Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1736 | 2023-10-11T19:39:43.109Z | Compiling slog-json v2.6.1 |
1737 | 2023-10-11T19:39:43.142Z | Compiling diesel v2.1.1 |
1738 | 2023-10-11T19:39:43.609Z | Compiling slog-bunyan v2.4.0 |
1739 | 2023-10-11T19:39:44.086Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1740 | 2023-10-11T19:39:48.253Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1741 | 2023-10-11T19:39:49.134Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1742 | 2023-10-11T19:39:52.042Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1743 | 2023-10-11T19:39:52.405Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1744 | 2023-10-11T19:39:55.400Z | Compiling home v0.5.5 |
1745 | 2023-10-11T19:39:55.744Z | Compiling utf-8 v0.7.6 |
1746 | 2023-10-11T19:39:56.389Z | Compiling toolchain_find v0.2.0 |
1747 | 2023-10-11T19:39:57.319Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1748 | 2023-10-11T19:40:00.500Z | Compiling tar v0.4.40 |
1749 | 2023-10-11T19:40:02.138Z | Compiling pem-rfc7468 v0.7.0 |
1750 | 2023-10-11T19:40:04.556Z | Compiling itertools v0.11.0 |
1751 | 2023-10-11T19:40:06.564Z | Compiling toml v0.5.11 |
1752 | 2023-10-11T19:40:08.192Z | Compiling der_derive v0.7.2 |
1753 | 2023-10-11T19:40:08.895Z | Compiling flagset v0.4.3 |
1754 | 2023-10-11T19:40:09.254Z | Compiling rustfmt-wrapper v0.2.0 |
1755 | 2023-10-11T19:40:10.596Z | Compiling omicron-zone-package v0.8.3 |
1756 | 2023-10-11T19:40:12.090Z | Compiling der v0.7.8 |
1757 | 2023-10-11T19:40:15.771Z | Compiling vergen v8.2.4 |
1758 | 2023-10-11T19:40:16.169Z | Compiling fxhash v0.2.1 |
1759 | 2023-10-11T19:40:16.282Z | Compiling num-complex v0.4.4 |
1760 | 2023-10-11T19:40:16.534Z | Compiling unicase v2.7.0 |
1761 | 2023-10-11T19:40:17.400Z | Compiling spki v0.7.2 |
1762 | 2023-10-11T19:40:17.884Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1763 | 2023-10-11T19:40:18.438Z | Compiling num v0.4.1 |
1764 | 2023-10-11T19:40:18.604Z | Compiling universal-hash v0.5.1 |
1765 | 2023-10-11T19:40:18.916Z | Compiling libsqlite3-sys v0.26.0 |
1766 | 2023-10-11T19:40:19.480Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1767 | 2023-10-11T19:40:19.634Z | Compiling opaque-debug v0.3.0 |
1768 | 2023-10-11T19:40:19.724Z | Compiling arc-swap v1.6.0 |
1769 | 2023-10-11T19:40:20.507Z | Compiling half v1.8.2 |
1770 | 2023-10-11T19:40:21.008Z | Compiling maybe-uninit v2.0.0 |
1771 | 2023-10-11T19:40:21.712Z | Compiling ciborium-io v0.2.1 |
1772 | 2023-10-11T19:40:21.849Z | Compiling semver v0.1.20 |
1773 | 2023-10-11T19:40:22.500Z | Compiling rustc_version v0.1.7 |
1774 | 2023-10-11T19:40:23.047Z | Compiling ciborium-ll v0.2.1 |
1775 | 2023-10-11T19:40:24.005Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1776 | 2023-10-11T19:40:24.030Z | Compiling slog-scope v4.4.0 |
1777 | 2023-10-11T19:40:25.308Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1778 | 2023-10-11T19:40:26.399Z | Compiling packed_struct v0.10.1 |
1779 | 2023-10-11T19:40:26.552Z | Compiling crc-catalog v2.2.0 |
1780 | 2023-10-11T19:40:26.757Z | Compiling parking_lot_core v0.8.6 |
1781 | 2023-10-11T19:40:27.352Z | Compiling signal-hook v0.3.17 |
1782 | 2023-10-11T19:40:27.895Z | Compiling num-bigint-dig v0.8.4 |
1783 | 2023-10-11T19:40:28.944Z | Compiling crc v3.0.1 |
1784 | 2023-10-11T19:40:31.385Z | Compiling slog-stdlog v4.1.1 |
1785 | 2023-10-11T19:40:32.147Z | Compiling ciborium v0.2.1 |
1786 | 2023-10-11T19:40:33.094Z | Compiling newtype_derive v0.1.6 |
1787 | 2023-10-11T19:40:33.591Z | Compiling pkcs8 v0.10.2 |
1788 | 2023-10-11T19:40:33.826Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1789 | 2023-10-11T19:40:35.554Z | Compiling toml_edit v0.20.0 |
1790 | 2023-10-11T19:40:36.206Z | Compiling hashlink v0.8.3 |
1791 | 2023-10-11T19:40:37.474Z | Compiling aead v0.5.2 |
1792 | 2023-10-11T19:40:37.551Z | Compiling nibble_vec v0.1.0 |
1793 | 2023-10-11T19:40:37.872Z | Compiling packed_struct_codegen v0.10.1 |
1794 | 2023-10-11T19:40:38.033Z | Compiling dirs-sys-next v0.1.2 |
1795 | 2023-10-11T19:40:38.811Z | Compiling crunchy v0.2.2 |
1796 | 2023-10-11T19:40:39.454Z | Compiling humantime v2.1.0 |
1797 | 2023-10-11T19:40:41.335Z | Compiling endian-type v0.1.2 |
1798 | 2023-10-11T19:40:41.339Z | Compiling fallible-streaming-iterator v0.1.9 |
1799 | 2023-10-11T19:40:41.711Z | Compiling doc-comment v0.3.3 |
1800 | 2023-10-11T19:40:42.222Z | Compiling nodrop v0.1.14 |
1801 | 2023-10-11T19:40:42.401Z | Compiling glob v0.3.1 |
1802 | 2023-10-11T19:40:42.675Z | Compiling array-init v0.0.4 |
1803 | 2023-10-11T19:40:43.785Z | Compiling clang-sys v1.6.1 |
1804 | 2023-10-11T19:40:44.818Z | Compiling rusqlite v0.29.0 |
1805 | 2023-10-11T19:40:44.905Z | Compiling radix_trie v0.2.1 |
1806 | 2023-10-11T19:40:46.427Z | Compiling toml v0.8.0 |
1807 | 2023-10-11T19:40:53.985Z | Compiling dirs-next v2.0.0 |
1808 | 2023-10-11T19:40:53.997Z | Compiling pkcs1 v0.7.5 |
1809 | 2023-10-11T19:40:54.023Z | Compiling smallvec v0.6.14 |
1810 | 2023-10-11T19:40:54.089Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1811 | 2023-10-11T19:40:54.243Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1812 | 2023-10-11T19:40:56.052Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1813 | 2023-10-11T19:40:57.055Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1814 | 2023-10-11T19:40:59.395Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1815 | 2023-10-11T19:41:03.379Z | Compiling slog-envlogger v2.2.0 |
1816 | 2023-10-11T19:41:08.315Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1817 | 2023-10-11T19:41:09.240Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1818 | 2023-10-11T19:41:10.122Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1819 | 2023-10-11T19:41:11.684Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1820 | 2023-10-11T19:41:17.570Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1821 | 2023-10-11T19:41:26.765Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1822 | 2023-10-11T19:41:27.723Z | Compiling nix v0.26.2 |
1823 | 2023-10-11T19:41:28.305Z | Compiling num_enum_derive v0.7.0 |
1824 | 2023-10-11T19:41:28.397Z | Compiling twox-hash v1.6.3 |
1825 | 2023-10-11T19:41:30.132Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1826 | 2023-10-11T19:41:31.771Z | Compiling bitfield v0.14.0 |
1827 | 2023-10-11T19:41:32.318Z | Compiling platforms v3.0.2 |
1828 | 2023-10-11T19:41:32.516Z | Compiling tiny-keccak v2.0.2 |
1829 | 2023-10-11T19:41:32.776Z | Compiling prettyplease v0.2.12 |
1830 | 2023-10-11T19:41:32.938Z | Compiling num_enum v0.7.0 |
1831 | 2023-10-11T19:41:33.185Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1832 | 2023-10-11T19:41:33.208Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1833 | 2023-10-11T19:41:41.321Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1834 | 2023-10-11T19:41:43.085Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1835 | 2023-10-11T19:41:43.382Z | Compiling rsa v0.9.2 |
1836 | 2023-10-11T19:41:45.904Z | Compiling parking_lot v0.11.2 |
1837 | 2023-10-11T19:41:49.361Z | Compiling serde-hex v0.1.0 |
1838 | 2023-10-11T19:41:50.143Z | Compiling mime_guess v2.0.4 |
1839 | 2023-10-11T19:41:52.066Z | Compiling term v0.7.0 |
1840 | 2023-10-11T19:41:52.469Z | Compiling trust-dns-client v0.22.0 |
1841 | 2023-10-11T19:41:53.553Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1842 | 2023-10-11T19:41:54.075Z | Compiling polyval v0.6.1 |
1843 | 2023-10-11T19:41:54.195Z | Compiling x509-cert v0.2.4 |
1844 | 2023-10-11T19:41:55.210Z | Compiling tungstenite v0.20.1 |
1845 | 2023-10-11T19:41:56.500Z | Compiling env_logger v0.10.0 |
1846 | 2023-10-11T19:41:58.441Z | Compiling aes v0.8.3 |
1847 | 2023-10-11T19:42:02.755Z | Compiling ctr v0.9.2 |
1848 | 2023-10-11T19:42:02.942Z | Compiling darling_core v0.14.4 |
1849 | 2023-10-11T19:42:03.297Z | Compiling ron v0.8.1 |
1850 | 2023-10-11T19:42:04.721Z | Compiling snafu-derive v0.7.5 |
1851 | 2023-10-11T19:42:11.014Z | Compiling bincode v1.3.3 |
1852 | 2023-10-11T19:42:13.468Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1853 | 2023-10-11T19:42:13.752Z | Compiling erased-serde v0.3.30 |
1854 | 2023-10-11T19:42:13.938Z | Compiling minimal-lexical v0.2.1 |
1855 | 2023-10-11T19:42:14.097Z | Compiling convert_case v0.4.0 |
1856 | 2023-10-11T19:42:14.158Z | Compiling crc-any v2.4.3 |
1857 | 2023-10-11T19:42:14.218Z | Compiling nom v7.1.3 |
1858 | 2023-10-11T19:42:14.907Z | Compiling derive_more v0.99.17 |
1859 | 2023-10-11T19:42:16.178Z | Compiling trust-dns-server v0.22.1 |
1860 | 2023-10-11T19:42:17.268Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1861 | 2023-10-11T19:42:20.759Z | Compiling snafu v0.7.5 |
1862 | 2023-10-11T19:42:22.780Z | Compiling darling_macro v0.14.4 |
1863 | 2023-10-11T19:42:24.260Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1864 | 2023-10-11T19:42:27.283Z | Compiling aes-gcm-siv v0.11.1 |
1865 | 2023-10-11T19:42:27.783Z | Compiling tokio-tungstenite v0.20.1 |
1866 | 2023-10-11T19:42:28.408Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1867 | 2023-10-11T19:42:28.612Z | Compiling ascii-canvas v3.0.0 |
1868 | 2023-10-11T19:42:29.800Z | Compiling steno v0.4.0 |
1869 | 2023-10-11T19:42:29.820Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1870 | 2023-10-11T19:42:36.070Z | Compiling sled v0.34.7 |
1871 | 2023-10-11T19:42:49.231Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1872 | 2023-10-11T19:42:49.702Z | Compiling env_logger v0.9.3 |
1873 | 2023-10-11T19:42:50.141Z | Compiling tungstenite v0.18.0 |
1874 | 2023-10-11T19:42:54.268Z | Compiling object v0.30.4 |
1875 | 2023-10-11T19:42:56.944Z | Compiling is-terminal v0.4.9 |
1876 | 2023-10-11T19:42:57.082Z | Compiling ena v0.14.2 |
1877 | 2023-10-11T19:42:57.140Z | Compiling derive-where v1.2.5 |
1878 | 2023-10-11T19:42:59.031Z | Compiling bitstruct_derive v0.1.0 |
1879 | 2023-10-11T19:42:59.705Z | Compiling async-recursion v1.0.5 |
1880 | 2023-10-11T19:43:00.010Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1881 | 2023-10-11T19:43:00.621Z | Compiling libloading v0.7.4 |
1882 | 2023-10-11T19:43:00.778Z | Compiling pretty-hex v0.3.0 |
1883 | 2023-10-11T19:43:01.128Z | Compiling bindgen v0.65.1 |
1884 | 2023-10-11T19:43:01.195Z | Compiling ringbuffer v0.15.0 |
1885 | 2023-10-11T19:43:01.735Z | Compiling linear-map v1.2.0 |
1886 | 2023-10-11T19:43:02.310Z | Compiling diff v0.1.13 |
1887 | 2023-10-11T19:43:02.431Z | Compiling ascii v1.1.0 |
1888 | 2023-10-11T19:43:02.972Z | Compiling path-slash v0.1.5 |
1889 | 2023-10-11T19:43:02.988Z | Compiling lalrpop v0.19.12 |
1890 | 2023-10-11T19:43:03.236Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1891 | 2023-10-11T19:43:03.702Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1892 | 2023-10-11T19:43:07.629Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1893 | 2023-10-11T19:43:13.587Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1894 | 2023-10-11T19:43:19.199Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1895 | 2023-10-11T19:43:19.573Z | Compiling bitstruct v0.1.1 |
1896 | 2023-10-11T19:43:19.739Z | Compiling tokio-tungstenite v0.18.0 |
1897 | 2023-10-11T19:43:20.228Z | Compiling curve25519-dalek v4.1.0 |
1898 | 2023-10-11T19:43:20.651Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1899 | 2023-10-11T19:43:24.350Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1900 | 2023-10-11T19:43:28.028Z | Compiling darling v0.14.4 |
1901 | 2023-10-11T19:43:31.173Z | Compiling cexpr v0.6.0 |
1902 | 2023-10-11T19:43:36.636Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1903 | 2023-10-11T19:43:38.380Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1904 | 2023-10-11T19:43:39.179Z | Compiling which v4.4.0 |
1905 | 2023-10-11T19:43:39.973Z | Compiling ff v0.13.0 |
1906 | 2023-10-11T19:43:40.258Z | Compiling path-dedot v3.1.0 |
1907 | 2023-10-11T19:43:40.356Z | Compiling serde_arrays v0.1.0 |
1908 | 2023-10-11T19:43:40.621Z | Compiling display-error-chain v0.1.1 |
1909 | 2023-10-11T19:43:40.635Z | Compiling lazycell v1.3.0 |
1910 | 2023-10-11T19:43:40.832Z | Compiling rustc-hash v1.1.0 |
1911 | 2023-10-11T19:43:40.851Z | Compiling shlex v1.1.0 |
1912 | 2023-10-11T19:43:41.067Z | Compiling peeking_take_while v0.1.2 |
1913 | 2023-10-11T19:43:41.609Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1914 | 2023-10-11T19:43:42.909Z | Compiling path-absolutize v3.1.0 |
1915 | 2023-10-11T19:43:43.220Z | Compiling group v0.13.0 |
1916 | 2023-10-11T19:43:43.486Z | Compiling derive_builder_core v0.12.0 |
1917 | 2023-10-11T19:43:47.405Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1918 | 2023-10-11T19:43:52.916Z | Compiling polar-core v0.26.4 |
1919 | 2023-10-11T19:43:55.186Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1920 | 2023-10-11T19:43:56.592Z | Compiling olpc-cjson v0.1.3 |
1921 | 2023-10-11T19:43:57.608Z | Compiling pem v1.1.1 |
1922 | 2023-10-11T19:43:58.170Z | Compiling camino-tempfile v1.0.2 |
1923 | 2023-10-11T19:43:59.438Z | Compiling globset v0.4.13 |
1924 | 2023-10-11T19:44:00.011Z | Compiling crypto-bigint v0.5.2 |
1925 | 2023-10-11T19:44:00.953Z | Compiling serde_plain v1.0.2 |
1926 | 2023-10-11T19:44:01.815Z | Compiling thiserror-impl-no-std v2.0.2 |
1927 | 2023-10-11T19:44:03.058Z | Compiling libxml v0.3.3 |
1928 | 2023-10-11T19:44:03.528Z | Compiling curve25519-dalek-derive v0.1.0 |
1929 | 2023-10-11T19:44:04.273Z | Compiling buf-list v1.0.3 |
1930 | 2023-10-11T19:44:05.075Z | Compiling ref-cast v1.0.20 |
1931 | 2023-10-11T19:44:05.709Z | Compiling base16ct v0.2.0 |
1932 | 2023-10-11T19:44:06.301Z | Compiling elliptic-curve v0.13.5 |
1933 | 2023-10-11T19:44:06.511Z | Compiling thiserror-no-std v2.0.2 |
1934 | 2023-10-11T19:44:06.694Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1935 | 2023-10-11T19:44:06.802Z | Compiling tough v0.12.5 |
1936 | 2023-10-11T19:44:13.963Z | Compiling derive_builder_macro v0.12.0 |
1937 | 2023-10-11T19:44:15.152Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1938 | 2023-10-11T19:44:18.420Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1939 | 2023-10-11T19:44:18.576Z | Compiling poly1305 v0.8.0 |
1940 | 2023-10-11T19:44:19.505Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1941 | 2023-10-11T19:44:21.250Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1942 | 2023-10-11T19:44:21.644Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1943 | 2023-10-11T19:44:22.044Z | Compiling chacha20 v0.9.1 |
1944 | 2023-10-11T19:44:22.249Z | Compiling strum_macros v0.24.3 |
1945 | 2023-10-11T19:44:22.767Z | Compiling const_format_proc_macros v0.2.31 |
1946 | 2023-10-11T19:44:26.026Z | Compiling ref-cast-impl v1.0.20 |
1947 | 2023-10-11T19:44:26.042Z | Compiling cookie v0.16.2 |
1948 | 2023-10-11T19:44:26.467Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1949 | 2023-10-11T19:44:26.911Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1950 | 2023-10-11T19:44:27.324Z | Compiling signature v1.6.4 |
1951 | 2023-10-11T19:44:27.397Z | Compiling indoc v1.0.9 |
1952 | 2023-10-11T19:44:27.551Z | Compiling salty v0.2.0 |
1953 | 2023-10-11T19:44:27.991Z | Compiling ed25519 v1.5.3 |
1954 | 2023-10-11T19:44:28.500Z | Compiling const_format v0.2.31 |
1955 | 2023-10-11T19:44:28.538Z | Compiling chacha20poly1305 v0.10.1 |
1956 | 2023-10-11T19:44:28.871Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1957 | 2023-10-11T19:44:28.885Z | Compiling derive_builder v0.12.0 |
1958 | 2023-10-11T19:44:30.612Z | Compiling vsss-rs v3.3.1 |
1959 | 2023-10-11T19:44:37.114Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1960 | 2023-10-11T19:44:38.700Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1961 | 2023-10-11T19:44:41.700Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1962 | 2023-10-11T19:44:46.668Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1963 | 2023-10-11T19:44:47.494Z | Compiling signal-hook-mio v0.2.3 |
1964 | 2023-10-11T19:44:47.781Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1965 | 2023-10-11T19:44:48.355Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1966 | 2023-10-11T19:44:48.734Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1967 | 2023-10-11T19:44:50.880Z | Compiling ron v0.7.1 |
1968 | 2023-10-11T19:45:00.782Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1969 | 2023-10-11T19:45:01.694Z | Compiling headers-core v0.2.0 |
1970 | 2023-10-11T19:45:01.969Z | Compiling bb8 v0.8.1 |
1971 | 2023-10-11T19:45:02.436Z | Compiling quick-xml v0.23.1 |
1972 | 2023-10-11T19:45:02.910Z | Compiling serde-big-array v0.5.1 |
1973 | 2023-10-11T19:45:03.293Z | Compiling num-derive v0.4.0 |
1974 | 2023-10-11T19:45:05.985Z | Compiling oso-derive v0.26.4 |
1975 | 2023-10-11T19:45:07.055Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1976 | 2023-10-11T19:45:07.545Z | Compiling impl-trait-for-tuples v0.2.2 |
1977 | 2023-10-11T19:45:08.334Z | Compiling http-range v0.1.5 |
1978 | 2023-10-11T19:45:08.418Z | Compiling bit_field v0.10.2 |
1979 | 2023-10-11T19:45:08.848Z | Compiling maplit v1.0.2 |
1980 | 2023-10-11T19:45:09.012Z | Compiling hyper-staticfile v0.9.5 |
1981 | 2023-10-11T19:45:09.286Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1982 | 2023-10-11T19:45:10.104Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1983 | 2023-10-11T19:45:18.903Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1984 | 2023-10-11T19:45:19.661Z | Compiling headers v0.3.9 |
1985 | 2023-10-11T19:45:23.113Z | Compiling crossterm v0.27.0 |
1986 | 2023-10-11T19:45:24.013Z | Compiling oso v0.26.4 |
1987 | 2023-10-11T19:45:42.075Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1988 | 2023-10-11T19:45:44.073Z | Compiling signal-hook-tokio v0.3.1 |
1989 | 2023-10-11T19:45:44.388Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2023-10-11T19:45:44.772Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1991 | 2023-10-11T19:45:45.874Z | Compiling serde-big-array v0.4.1 |
1992 | 2023-10-11T19:45:46.368Z | Compiling cassowary v0.3.0 |
1993 | 2023-10-11T19:45:46.882Z | Compiling indoc v2.0.3 |
1994 | 2023-10-11T19:45:48.422Z | Compiling ratatui v0.23.0 |
1995 | 2023-10-11T19:45:49.900Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1996 | 2023-10-11T19:45:52.652Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1997 | 2023-10-11T19:45:54.033Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1998 | 2023-10-11T19:45:54.604Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1999 | 2023-10-11T19:45:56.523Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2000 | 2023-10-11T19:46:00.708Z | Compiling fatfs v0.3.6 |
2001 | 2023-10-11T19:46:06.982Z | Compiling bytesize v1.3.0 |
2002 | 2023-10-11T19:46:07.007Z | Compiling nanorand v0.7.0 |
2003 | 2023-10-11T19:46:07.399Z | Compiling rtoolbox v0.0.1 |
2004 | 2023-10-11T19:46:07.909Z | Compiling assert_matches v1.5.0 |
2005 | 2023-10-11T19:46:08.065Z | Compiling corncobs v0.1.3 |
2006 | 2023-10-11T19:46:08.154Z | Compiling fs-err v2.9.0 |
2007 | 2023-10-11T19:46:08.372Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2008 | 2023-10-11T19:46:08.889Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2009 | 2023-10-11T19:46:09.542Z | Compiling rpassword v7.2.0 |
2010 | 2023-10-11T19:46:09.690Z | Compiling flume v0.11.0 |
2011 | 2023-10-11T19:46:10.179Z | Compiling tui-tree-widget v0.13.0 |
2012 | 2023-10-11T19:46:10.988Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2013 | 2023-10-11T19:46:13.768Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2014 | 2023-10-11T19:46:14.425Z | Compiling shell-words v1.1.0 |
2015 | 2023-10-11T19:46:14.720Z | Compiling owo-colors v3.5.0 |
2016 | 2023-10-11T19:46:20.778Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2017 | 2023-10-11T19:46:31.314Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2018 | 2023-10-11T19:47:24.267Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2019 | 2023-10-11T19:47:44.882Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2020 | 2023-10-11T19:49:32.083Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2021 | 2023-10-11T19:51:22.624Z | Compiling git2 v0.17.2 |
2022 | 2023-10-11T19:51:29.137Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2023 | 2023-10-11T19:51:30.856Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2024 | 2023-10-11T19:51:42.765Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2025 | 2023-10-11T19:51:58.253Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2026 | 2023-10-11T19:51:59.394Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2027 | 2023-10-11T19:52:00.744Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2028 | 2023-10-11T19:52:02.995Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2029 | 2023-10-11T20:00:46.451Z | Finished release [optimized] target(s) in 21m 23s |
2030 | 2023-10-11T20:02:32.225Z | |
2031 | 2023-10-11T20:02:32.229Z | real 23:10.913257421 |
2032 | 2023-10-11T20:02:32.234Z | user 2:37:37.850033810 |
2033 | 2023-10-11T20:02:32.237Z | sys 6:35.796888922 |
2034 | 2023-10-11T20:02:32.240Z | trap 5.050253921 |
2035 | 2023-10-11T20:02:32.243Z | tflt 1.496477552 |
2036 | 2023-10-11T20:02:32.247Z | dflt 2.832641971 |
2037 | 2023-10-11T20:02:32.250Z | kflt 0.008118412 |
2038 | 2023-10-11T20:02:32.254Z | lock 9:09:55.807503769 |
2039 | 2023-10-11T20:02:32.257Z | slp 6:34:33.616931867 |
2040 | 2023-10-11T20:02:32.261Z | lat 2:49.027059197 |
2041 | 2023-10-11T20:02:32.264Z | stop 50.912609198 |
2042 | 2023-10-11T20:02:32.267Z | + 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/*) |
2043 | 2023-10-11T20:02:32.271Z | + pfexec mkdir -p /work |
2044 | 2023-10-11T20:02:32.274Z | + pfexec chown build /work |
2045 | 2023-10-11T20:02:32.277Z | + 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 |
2046 | 2023-10-11T20:02:45.925Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2047 | 2023-10-11T20:02:45.928Z | a out/maghemite.tar 73201K |
2048 | 2023-10-11T20:02:45.931Z | a out/omicron-sled-agent.tar 110510K |
2049 | 2023-10-11T20:02:45.934Z | a out/target/test 1K |
2050 | 2023-10-11T20:02:45.937Z | a out/npuzone/npuzone 36504K |
2051 | 2023-10-11T20:02:45.940Z | a package-manifest.toml 21K |
2052 | 2023-10-11T20:02:45.943Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2053 | 2023-10-11T20:02:45.948Z | a target/release/omicron-package 37008K |
2054 | 2023-10-11T20:02:45.950Z | a tools/create_virtual_hardware.sh 3K |
2055 | 2023-10-11T20:02:45.953Z | a tools/virtual_hardware.sh 4K |
2056 | 2023-10-11T20:02:45.957Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2057 | 2023-10-11T20:02:45.960Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2058 | 2023-10-11T20:02:45.963Z | a tools/scrimlet/softnpu-init.sh 3K |
2059 | 2023-10-11T20:02:45.965Z | a tools/scrimlet/softnpu-zone.txt 1K |
2060 | 2023-10-11T20:02:45.968Z | a tools/scrimlet/softnpu.toml 1K |
2061 | 2023-10-11T20:02:45.971Z | |
2062 | 2023-10-11T20:02:45.974Z | real 13.687153477 |
2063 | 2023-10-11T20:02:45.977Z | user 13.086731187 |
2064 | 2023-10-11T20:02:45.982Z | sys 1.071701271 |
2065 | 2023-10-11T20:02:45.985Z | trap 0.004488867 |
2066 | 2023-10-11T20:02:45.988Z | tflt 0.000000000 |
2067 | 2023-10-11T20:02:45.992Z | dflt 0.000000000 |
2068 | 2023-10-11T20:02:45.995Z | kflt 0.000000000 |
2069 | 2023-10-11T20:02:45.998Z | lock 0.000000000 |
2070 | 2023-10-11T20:02:46.001Z | slp 12.792397123 |
2071 | 2023-10-11T20:02:46.004Z | lat 0.415166544 |
2072 | 2023-10-11T20:02:46.008Z | stop 0.000349815 |
2073 | 2023-10-11T20:02:46.011Z | ++ pwd |
2074 | 2023-10-11T20:02:46.014Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2075 | 2023-10-11T20:02:46.017Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2076 | 2023-10-11T20:02:46.022Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2077 | 2023-10-11T20:02:47.128Z | Finished release [optimized] target(s) in 1.10s |
2078 | 2023-10-11T20:02:47.159Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2079 | 2023-10-11T20:02:47.200Z | Created new build target 'host' and set it as active |
2080 | 2023-10-11T20:02:47.204Z | |
2081 | 2023-10-11T20:02:47.207Z | real 1.264295497 |
2082 | 2023-10-11T20:02:47.210Z | user 0.903163586 |
2083 | 2023-10-11T20:02:47.215Z | sys 0.362047346 |
2084 | 2023-10-11T20:02:47.218Z | trap 0.000157167 |
2085 | 2023-10-11T20:02:47.222Z | tflt 0.000000000 |
2086 | 2023-10-11T20:02:47.225Z | dflt 0.000003194 |
2087 | 2023-10-11T20:02:47.229Z | kflt 0.000000000 |
2088 | 2023-10-11T20:02:47.232Z | lock 0.033442811 |
2089 | 2023-10-11T20:02:47.236Z | slp 0.021647471 |
2090 | 2023-10-11T20:02:47.240Z | lat 0.001669797 |
2091 | 2023-10-11T20:02:47.243Z | stop 0.000267046 |
2092 | 2023-10-11T20:02:47.246Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2093 | 2023-10-11T20:02:48.342Z | Finished release [optimized] target(s) in 1.05s |
2094 | 2023-10-11T20:02:48.371Z | Running `target/release/omicron-package -t host package` |
2095 | 2023-10-11T20:02:48.412Z | Oct 11 20:02:48.417 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2096 | 2023-10-11T20:02:50.003Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2097 | 2023-10-11T20:06:25.270Z | Finished release [optimized] target(s) in 3m 36s |
2098 | 2023-10-11T20:08:07.439Z | |
2099 | 2023-10-11T20:08:07.443Z | real 5:20.224920878 |
2100 | 2023-10-11T20:08:07.446Z | user 20:57.437731380 |
2101 | 2023-10-11T20:08:07.449Z | sys 1:00.944728400 |
2102 | 2023-10-11T20:08:07.454Z | trap 0.540769379 |
2103 | 2023-10-11T20:08:07.459Z | tflt 0.021848671 |
2104 | 2023-10-11T20:08:07.462Z | dflt 1.390490312 |
2105 | 2023-10-11T20:08:07.466Z | kflt 0.000276466 |
2106 | 2023-10-11T20:08:07.469Z | lock 1:17:29.622653493 |
2107 | 2023-10-11T20:08:07.474Z | slp 17:42.303327054 |
2108 | 2023-10-11T20:08:07.478Z | lat 9.019690150 |
2109 | 2023-10-11T20:08:07.482Z | stop 0.719134222 |
2110 | 2023-10-11T20:08:07.485Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2111 | 2023-10-11T20:08:07.488Z | + for package in "$@" |
2112 | 2023-10-11T20:08:07.492Z | + [[ omicron-sled-agent == maghemite ]] |
2113 | 2023-10-11T20:08:07.496Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git6200e35e697 |
2114 | 2023-10-11T20:08:08.629Z | Finished release [optimized] target(s) in 1.09s |
2115 | 2023-10-11T20:08:08.659Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git6200e35e697` |
2116 | 2023-10-11T20:08:08.712Z | Oct 11 20:08:08.699 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2117 | 2023-10-11T20:08:09.240Z | Created: out/versioned/omicron-sled-agent.tar |
2118 | 2023-10-11T20:08:09.269Z | + for package in "$@" |
2119 | 2023-10-11T20:08:09.284Z | + [[ maghemite == maghemite ]] |
2120 | 2023-10-11T20:08:09.293Z | + echo 0.0.0 |
2121 | 2023-10-11T20:08:09.303Z | + tar rvf out/maghemite.tar VERSION |
2122 | 2023-10-11T20:08:09.320Z | a VERSION 1K |
2123 | 2023-10-11T20:08:09.334Z | + rm VERSION |
2124 | 2023-10-11T20:08:09.354Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git6200e35e697 |
2125 | 2023-10-11T20:08:13.887Z | Finished release [optimized] target(s) in 1.06s |
2126 | 2023-10-11T20:08:13.912Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git6200e35e697` |
2127 | 2023-10-11T20:08:14.245Z | Oct 11 20:08:10.451 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2128 | 2023-10-11T20:08:14.345Z | Created: out/versioned/maghemite.tar |
2129 | 2023-10-11T20:08:14.805Z | + for package in "$@" |
2130 | 2023-10-11T20:08:14.938Z | + [[ propolis-server == maghemite ]] |
2131 | 2023-10-11T20:08:15.098Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git6200e35e697 |
2132 | 2023-10-11T20:08:15.217Z | Finished release [optimized] target(s) in 1.06s |
2133 | 2023-10-11T20:08:15.380Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git6200e35e697` |
2134 | 2023-10-11T20:08:15.434Z | Oct 11 20:08:12.022 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2135 | 2023-10-11T20:08:15.589Z | Created: out/versioned/propolis-server.tar.gz |
2136 | 2023-10-11T20:08:15.618Z | + for package in "$@" |
2137 | 2023-10-11T20:08:15.648Z | + [[ overlay == maghemite ]] |
2138 | 2023-10-11T20:08:15.669Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git6200e35e697 |
2139 | 2023-10-11T20:08:15.683Z | Finished release [optimized] target(s) in 1.06s |
2140 | 2023-10-11T20:08:15.700Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git6200e35e697` |
2141 | 2023-10-11T20:08:15.708Z | Oct 11 20:08:15.019 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2142 | 2023-10-11T20:08:15.717Z | Created: out/versioned/overlay.tar.gz |
2143 | 2023-10-11T20:08:15.758Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2144 | 2023-10-11T20:08:15.796Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2145 | 2023-10-11T20:08:15.889Z | ++ cd -- ./tools |
2146 | 2023-10-11T20:08:16.007Z | ++ pwd |
2147 | 2023-10-11T20:08:16.083Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2148 | 2023-10-11T20:08:16.159Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2149 | 2023-10-11T20:08:16.168Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2150 | 2023-10-11T20:08:16.186Z | ++ readlink -f /work |
2151 | 2023-10-11T20:08:16.191Z | + out_dir=/work |
2152 | 2023-10-11T20:08:16.257Z | + 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") |
2153 | 2023-10-11T20:08:16.268Z | + for dep in "${deps[@]}" |
2154 | 2023-10-11T20:08:16.276Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2155 | 2023-10-11T20:08:16.288Z | + for dep in "${deps[@]}" |
2156 | 2023-10-11T20:08:16.297Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2157 | 2023-10-11T20:08:16.306Z | + for dep in "${deps[@]}" |
2158 | 2023-10-11T20:08:16.310Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2159 | 2023-10-11T20:08:16.315Z | + for dep in "${deps[@]}" |
2160 | 2023-10-11T20:08:16.320Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2161 | 2023-10-11T20:08:16.326Z | ++ mktemp -d |
2162 | 2023-10-11T20:08:16.330Z | + tmp_gz=/tmp/tmp.kVaypi |
2163 | 2023-10-11T20:08:16.335Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2164 | 2023-10-11T20:08:16.338Z | + echo '{"v":"1","t":"layer"}' |
2165 | 2023-10-11T20:08:16.344Z | + pkg_dir=/tmp/tmp.kVaypi/root/opt/oxide/sled-agent |
2166 | 2023-10-11T20:08:16.357Z | + mkdir -p /tmp/tmp.kVaypi/root/opt/oxide/sled-agent |
2167 | 2023-10-11T20:08:16.365Z | + cd /tmp/tmp.kVaypi/root/opt/oxide/sled-agent |
2168 | 2023-10-11T20:08:16.373Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2169 | 2023-10-11T20:08:16.379Z | x ., 0 bytes, 0 tape blocks |
2170 | 2023-10-11T20:08:16.386Z | x zone-bundle, 34348560 bytes, 67088 tape blocks |
2171 | 2023-10-11T20:08:16.389Z | x sled-agent, 79268320 bytes, 154821 tape blocks |
2172 | 2023-10-11T20:08:16.394Z | x pkg, 0 bytes, 0 tape blocks |
2173 | 2023-10-11T20:08:16.399Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2174 | 2023-10-11T20:08:16.409Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2175 | 2023-10-11T20:08:16.413Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2176 | 2023-10-11T20:08:16.417Z | x VERSION, 25 bytes, 1 tape blocks |
2177 | 2023-10-11T20:08:16.422Z | + mkdir -p /tmp/tmp.kVaypi/root/lib/svc/manifest/site/ |
2178 | 2023-10-11T20:08:16.429Z | + mv pkg/manifest.xml /tmp/tmp.kVaypi/root/lib/svc/manifest/site/sled-agent.xml |
2179 | 2023-10-11T20:08:16.433Z | + cd - |
2180 | 2023-10-11T20:08:16.436Z | /work/oxidecomputer/omicron |
2181 | 2023-10-11T20:08:16.443Z | + pkg_dir=/tmp/tmp.kVaypi/root/opt/oxide/mg-ddm |
2182 | 2023-10-11T20:08:16.459Z | + mkdir -p /tmp/tmp.kVaypi/root/opt/oxide/mg-ddm |
2183 | 2023-10-11T20:08:16.477Z | + cd /tmp/tmp.kVaypi/root/opt/oxide/mg-ddm |
2184 | 2023-10-11T20:08:16.489Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2185 | 2023-10-11T20:08:16.513Z | x ., 0 bytes, 0 tape blocks |
2186 | 2023-10-11T20:08:16.528Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2187 | 2023-10-11T20:08:16.548Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2188 | 2023-10-11T20:08:16.562Z | x pkg, 0 bytes, 0 tape blocks |
2189 | 2023-10-11T20:08:16.580Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2190 | 2023-10-11T20:08:16.594Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2191 | 2023-10-11T20:08:16.607Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2192 | 2023-10-11T20:08:16.615Z | x VERSION, 25 bytes, 1 tape blocks |
2193 | 2023-10-11T20:08:16.624Z | + cd - |
2194 | 2023-10-11T20:08:16.639Z | /work/oxidecomputer/omicron |
2195 | 2023-10-11T20:08:16.654Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.kVaypi/root/opt/oxide |
2196 | 2023-10-11T20:08:17.065Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.kVaypi/root/opt/oxide |
2197 | 2023-10-11T20:08:17.480Z | + cd /tmp/tmp.kVaypi |
2198 | 2023-10-11T20:08:17.513Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2199 | 2023-10-11T20:08:27.594Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2200 | 2023-10-11T20:08:27.597Z | a oxide.json 1K |
2201 | 2023-10-11T20:08:27.601Z | a root/ 0K |
2202 | 2023-10-11T20:08:27.605Z | a root/opt/ 0K |
2203 | 2023-10-11T20:08:27.610Z | a root/opt/oxide/ 0K |
2204 | 2023-10-11T20:08:27.614Z | a root/opt/oxide/sled-agent/ 0K |
2205 | 2023-10-11T20:08:27.617Z | a root/opt/oxide/sled-agent/zone-bundle 33544K |
2206 | 2023-10-11T20:08:27.622Z | a root/opt/oxide/sled-agent/sled-agent 77411K |
2207 | 2023-10-11T20:08:27.627Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2208 | 2023-10-11T20:08:27.634Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2209 | 2023-10-11T20:08:27.643Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2210 | 2023-10-11T20:08:27.654Z | a root/opt/oxide/sled-agent/VERSION 1K |
2211 | 2023-10-11T20:08:27.659Z | a root/opt/oxide/mg-ddm/ 0K |
2212 | 2023-10-11T20:08:27.668Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2213 | 2023-10-11T20:08:27.675Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2214 | 2023-10-11T20:08:27.684Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2215 | 2023-10-11T20:08:27.693Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2216 | 2023-10-11T20:08:27.714Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2217 | 2023-10-11T20:08:27.720Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2218 | 2023-10-11T20:08:27.725Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2219 | 2023-10-11T20:08:27.731Z | a root/opt/oxide/propolis-server.tar.gz 64314K |
2220 | 2023-10-11T20:08:27.738Z | a root/opt/oxide/overlay.tar.gz 2K |
2221 | 2023-10-11T20:08:27.749Z | a root/lib/ 0K |
2222 | 2023-10-11T20:08:27.758Z | a root/lib/svc/ 0K |
2223 | 2023-10-11T20:08:27.776Z | a root/lib/svc/manifest/ 0K |
2224 | 2023-10-11T20:08:27.798Z | a root/lib/svc/manifest/site/ 0K |
2225 | 2023-10-11T20:08:27.821Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2226 | 2023-10-11T20:08:27.843Z | + cd / |
2227 | 2023-10-11T20:08:28.267Z | + rm -rf /tmp/tmp.kVaypi |
2228 | 2023-10-11T20:08:28.279Z | |
2229 | 2023-10-11T20:08:28.294Z | real 12.621567705 |
2230 | 2023-10-11T20:08:28.304Z | user 11.709351703 |
2231 | 2023-10-11T20:08:28.315Z | sys 0.973270019 |
2232 | 2023-10-11T20:08:28.324Z | trap 0.004695131 |
2233 | 2023-10-11T20:08:28.332Z | tflt 0.000000000 |
2234 | 2023-10-11T20:08:28.340Z | dflt 0.000000000 |
2235 | 2023-10-11T20:08:28.350Z | kflt 0.000000000 |
2236 | 2023-10-11T20:08:28.369Z | lock 0.000000000 |
2237 | 2023-10-11T20:08:28.399Z | slp 24.382887987 |
2238 | 2023-10-11T20:08:28.410Z | lat 0.384591993 |
2239 | 2023-10-11T20:08:28.420Z | stop 0.000298597 |
2240 | 2023-10-11T20:08:28.446Z | + mkdir -p /work/zones |
2241 | 2023-10-11T20:08:28.456Z | + 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) |
2242 | 2023-10-11T20:08:28.466Z | + 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/ |
2243 | 2023-10-11T20:08:31.042Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2244 | 2023-10-11T20:08:32.255Z | Finished release [optimized] target(s) in 1.14s |
2245 | 2023-10-11T20:08:32.285Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2246 | 2023-10-11T20:08:32.326Z | Created new build target 'recovery' and set it as active |
2247 | 2023-10-11T20:08:32.330Z | |
2248 | 2023-10-11T20:08:32.333Z | real 1.292023079 |
2249 | 2023-10-11T20:08:32.337Z | user 0.925936707 |
2250 | 2023-10-11T20:08:32.340Z | sys 0.364820464 |
2251 | 2023-10-11T20:08:32.344Z | trap 0.000769102 |
2252 | 2023-10-11T20:08:32.353Z | tflt 0.000048167 |
2253 | 2023-10-11T20:08:32.356Z | dflt 0.000054614 |
2254 | 2023-10-11T20:08:32.359Z | kflt 0.000000000 |
2255 | 2023-10-11T20:08:32.362Z | lock 0.035056944 |
2256 | 2023-10-11T20:08:32.365Z | slp 0.021371652 |
2257 | 2023-10-11T20:08:32.368Z | lat 0.003803026 |
2258 | 2023-10-11T20:08:32.372Z | stop 0.000218203 |
2259 | 2023-10-11T20:08:32.375Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2260 | 2023-10-11T20:08:33.534Z | Finished release [optimized] target(s) in 1.11s |
2261 | 2023-10-11T20:08:33.567Z | Running `target/release/omicron-package -t recovery package` |
2262 | 2023-10-11T20:08:33.609Z | Oct 11 20:08:33.615 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2263 | 2023-10-11T20:08:34.618Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2264 | 2023-10-11T20:08:38.486Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2265 | 2023-10-11T20:09:11.590Z | Finished release [optimized] target(s) in 37.88s |
2266 | 2023-10-11T20:09:42.010Z | |
2267 | 2023-10-11T20:09:42.032Z | real 1:09.664277158 |
2268 | 2023-10-11T20:09:42.592Z | user 2:39.070523083 |
2269 | 2023-10-11T20:09:46.076Z | sys 12.381033674 |
2270 | 2023-10-11T20:09:46.463Z | trap 0.073599288 |
2271 | 2023-10-11T20:09:46.555Z | tflt 0.079753987 |
2272 | 2023-10-11T20:09:46.987Z | dflt 0.725615619 |
2273 | 2023-10-11T20:09:47.002Z | kflt 0.000000000 |
2274 | 2023-10-11T20:09:47.014Z | lock 14:56.766166803 |
2275 | 2023-10-11T20:09:47.018Z | slp 2:52.839288099 |
2276 | 2023-10-11T20:09:47.034Z | lat 1.743269029 |
2277 | 2023-10-11T20:09:47.047Z | stop 0.200530191 |
2278 | 2023-10-11T20:09:47.059Z | + stamp_packages installinator maghemite |
2279 | 2023-10-11T20:09:47.069Z | + for package in "$@" |
2280 | 2023-10-11T20:09:47.078Z | + [[ installinator == maghemite ]] |
2281 | 2023-10-11T20:09:47.089Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git6200e35e697 |
2282 | 2023-10-11T20:09:47.095Z | Finished release [optimized] target(s) in 1.05s |
2283 | 2023-10-11T20:09:47.105Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git6200e35e697` |
2284 | 2023-10-11T20:09:47.123Z | Oct 11 20:09:43.218 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2285 | 2023-10-11T20:09:47.138Z | Created: out/versioned/installinator.tar |
2286 | 2023-10-11T20:09:47.195Z | + for package in "$@" |
2287 | 2023-10-11T20:09:47.225Z | + [[ maghemite == maghemite ]] |
2288 | 2023-10-11T20:09:47.238Z | + echo 0.0.0 |
2289 | 2023-10-11T20:09:47.254Z | + tar rvf out/maghemite.tar VERSION |
2290 | 2023-10-11T20:09:47.288Z | a VERSION 1K |
2291 | 2023-10-11T20:09:47.413Z | + rm VERSION |
2292 | 2023-10-11T20:09:47.469Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git6200e35e697 |
2293 | 2023-10-11T20:09:47.501Z | Finished release [optimized] target(s) in 1.07s |
2294 | 2023-10-11T20:09:47.547Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git6200e35e697` |
2295 | 2023-10-11T20:09:47.620Z | Oct 11 20:09:44.572 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2296 | 2023-10-11T20:09:47.806Z | Created: out/versioned/maghemite.tar |
2297 | 2023-10-11T20:09:47.888Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2298 | 2023-10-11T20:09:48.003Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2299 | 2023-10-11T20:09:48.156Z | ++ cd -- ./tools |
2300 | 2023-10-11T20:09:48.358Z | ++ pwd |
2301 | 2023-10-11T20:09:48.778Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2302 | 2023-10-11T20:09:48.791Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2303 | 2023-10-11T20:09:48.808Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2304 | 2023-10-11T20:09:48.822Z | ++ readlink -f /work |
2305 | 2023-10-11T20:09:48.833Z | + out_dir=/work |
2306 | 2023-10-11T20:09:48.845Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2307 | 2023-10-11T20:09:48.864Z | + for dep in "${deps[@]}" |
2308 | 2023-10-11T20:09:49.297Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2309 | 2023-10-11T20:09:49.364Z | + for dep in "${deps[@]}" |
2310 | 2023-10-11T20:09:49.377Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2311 | 2023-10-11T20:09:49.393Z | ++ mktemp -d |
2312 | 2023-10-11T20:09:49.413Z | + tmp_trampoline=/tmp/tmp.YPaWti |
2313 | 2023-10-11T20:09:49.440Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2314 | 2023-10-11T20:09:49.462Z | + echo '{"v":"1","t":"layer"}' |
2315 | 2023-10-11T20:09:49.485Z | + pkg_dir=/tmp/tmp.YPaWti/root/opt/oxide/installinator |
2316 | 2023-10-11T20:09:49.924Z | + mkdir -p /tmp/tmp.YPaWti/root/opt/oxide/installinator |
2317 | 2023-10-11T20:09:49.935Z | + cd /tmp/tmp.YPaWti/root/opt/oxide/installinator |
2318 | 2023-10-11T20:09:50.386Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2319 | 2023-10-11T20:09:51.651Z | x ., 0 bytes, 0 tape blocks |
2320 | 2023-10-11T20:09:51.667Z | x installinator, 47864704 bytes, 93486 tape blocks |
2321 | 2023-10-11T20:09:51.684Z | x pkg, 0 bytes, 0 tape blocks |
2322 | 2023-10-11T20:09:51.700Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2323 | 2023-10-11T20:09:52.132Z | x VERSION, 25 bytes, 1 tape blocks |
2324 | 2023-10-11T20:09:52.150Z | + mkdir -p /tmp/tmp.YPaWti/root/lib/svc/manifest/site/ |
2325 | 2023-10-11T20:09:52.168Z | + mv pkg/manifest.xml /tmp/tmp.YPaWti/root/lib/svc/manifest/site/installinator.xml |
2326 | 2023-10-11T20:09:52.184Z | + cd - |
2327 | 2023-10-11T20:09:52.602Z | /work/oxidecomputer/omicron |
2328 | 2023-10-11T20:09:52.611Z | + pkg_dir=/tmp/tmp.YPaWti/root/opt/oxide/mg-ddm |
2329 | 2023-10-11T20:09:52.634Z | + mkdir -p /tmp/tmp.YPaWti/root/opt/oxide/mg-ddm |
2330 | 2023-10-11T20:09:52.643Z | + cd /tmp/tmp.YPaWti/root/opt/oxide/mg-ddm |
2331 | 2023-10-11T20:09:52.652Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2332 | 2023-10-11T20:09:52.659Z | x ., 0 bytes, 0 tape blocks |
2333 | 2023-10-11T20:09:52.667Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2334 | 2023-10-11T20:09:52.671Z | + cd - |
2335 | 2023-10-11T20:09:52.675Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2336 | 2023-10-11T20:09:52.679Z | + cd /tmp/tmp.YPaWti |
2337 | 2023-10-11T20:09:52.683Z | x pkg, 0 bytes, 0 tape blocks |
2338 | 2023-10-11T20:09:52.687Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2339 | 2023-10-11T20:09:52.692Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2340 | 2023-10-11T20:09:52.696Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2341 | 2023-10-11T20:09:52.701Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2342 | 2023-10-11T20:09:52.706Z | x VERSION, 25 bytes, 1 tape blocks |
2343 | 2023-10-11T20:09:52.710Z | /work/oxidecomputer/omicron |
2344 | 2023-10-11T20:09:52.715Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2345 | 2023-10-11T20:09:52.722Z | a oxide.json 1K |
2346 | 2023-10-11T20:09:52.727Z | a root/ 0K |
2347 | 2023-10-11T20:09:52.734Z | a root/opt/ 0K |
2348 | 2023-10-11T20:09:52.740Z | a root/opt/oxide/ 0K |
2349 | 2023-10-11T20:09:52.744Z | a root/opt/oxide/installinator/ 0K |
2350 | 2023-10-11T20:09:52.751Z | a root/opt/oxide/installinator/installinator 46743K |
2351 | 2023-10-11T20:09:52.766Z | a root/opt/oxide/installinator/pkg/ 0K |
2352 | 2023-10-11T20:09:52.775Z | a root/opt/oxide/installinator/VERSION 1K |
2353 | 2023-10-11T20:09:52.781Z | a root/opt/oxide/mg-ddm/ 0K |
2354 | 2023-10-11T20:09:52.788Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2355 | 2023-10-11T20:09:52.798Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2356 | 2023-10-11T20:09:52.810Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2357 | 2023-10-11T20:09:52.825Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2358 | 2023-10-11T20:09:52.840Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2359 | 2023-10-11T20:09:52.855Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2360 | 2023-10-11T20:09:52.872Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2361 | 2023-10-11T20:09:52.889Z | a root/lib/ 0K |
2362 | 2023-10-11T20:09:52.907Z | a root/lib/svc/ 0K |
2363 | 2023-10-11T20:09:53.331Z | a root/lib/svc/manifest/ 0K |
2364 | 2023-10-11T20:09:53.342Z | a root/lib/svc/manifest/site/ 0K |
2365 | 2023-10-11T20:09:53.353Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2366 | 2023-10-11T20:09:53.361Z | + cd / |
2367 | 2023-10-11T20:09:53.374Z | + rm -rf /tmp/tmp.YPaWti |
2368 | 2023-10-11T20:09:53.388Z | |
2369 | 2023-10-11T20:09:53.399Z | real 6.551984296 |
2370 | 2023-10-11T20:09:53.408Z | user 6.129938043 |
2371 | 2023-10-11T20:09:53.419Z | sys 0.452813825 |
2372 | 2023-10-11T20:09:53.429Z | trap 0.001873172 |
2373 | 2023-10-11T20:09:53.441Z | tflt 0.000000000 |
2374 | 2023-10-11T20:09:53.453Z | dflt 0.000000000 |
2375 | 2023-10-11T20:09:53.465Z | kflt 0.000000000 |
2376 | 2023-10-11T20:09:53.475Z | lock 0.000000000 |
2377 | 2023-10-11T20:09:53.488Z | slp 12.677304502 |
2378 | 2023-10-11T20:09:53.518Z | lat 0.188731456 |
2379 | 2023-10-11T20:09:53.534Z | stop 0.000293580 |
2380 | 2023-10-11T20:09:53.549Z | process exited: duration 2511222 ms, exit code 0 |
|
2381 | 2023-10-11T20:09:53.577Z | found 21 output files |
2382 | 2023-10-11T20:09:53.588Z | uploading: /work/version.txt (26 bytes) |
2383 | 2023-10-11T20:09:54.669Z | uploaded: /work/version.txt |
2384 | 2023-10-11T20:09:54.681Z | uploading: /work/package.tar.gz (82904006 bytes) |
2385 | 2023-10-11T20:10:33.591Z | uploaded: /work/package.tar.gz |
2386 | 2023-10-11T20:10:33.617Z | uploading: /work/global-zone-packages.tar.gz (125105887 bytes) |
2387 | 2023-10-11T20:11:25.573Z | uploaded: /work/global-zone-packages.tar.gz |
2388 | 2023-10-11T20:11:26.051Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38570790 bytes) |
2389 | 2023-10-11T20:11:40.467Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2390 | 2023-10-11T20:11:40.742Z | uploading: /work/zones/clickhouse.tar.gz (180687409 bytes) |
2391 | 2023-10-11T20:12:58.942Z | uploaded: /work/zones/clickhouse.tar.gz |
2392 | 2023-10-11T20:12:59.046Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180686655 bytes) |
2393 | 2023-10-11T20:14:43.963Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2394 | 2023-10-11T20:14:44.249Z | uploading: /work/zones/cockroachdb.tar.gz (117745370 bytes) |
2395 | 2023-10-11T20:15:29.751Z | uploaded: /work/zones/cockroachdb.tar.gz |
2396 | 2023-10-11T20:15:30.033Z | uploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes) |
2397 | 2023-10-11T20:15:41.127Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2398 | 2023-10-11T20:15:41.213Z | uploading: /work/zones/crucible.tar.gz (42773158 bytes) |
2399 | 2023-10-11T20:16:13.044Z | uploaded: /work/zones/crucible.tar.gz |
2400 | 2023-10-11T20:16:14.327Z | uploading: /work/zones/external-dns.tar.gz (22041721 bytes) |
2401 | 2023-10-11T20:16:22.380Z | uploaded: /work/zones/external-dns.tar.gz |
2402 | 2023-10-11T20:16:22.594Z | uploading: /work/zones/internal-dns.tar.gz (22041721 bytes) |
2403 | 2023-10-11T20:16:28.674Z | uploaded: /work/zones/internal-dns.tar.gz |
2404 | 2023-10-11T20:16:28.705Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2405 | 2023-10-11T20:16:29.830Z | uploaded: /work/zones/ntp.tar.gz |
2406 | 2023-10-11T20:16:29.949Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15737532 bytes) |
2407 | 2023-10-11T20:16:40.483Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2408 | 2023-10-11T20:16:41.258Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15735433 bytes) |
2409 | 2023-10-11T20:16:51.584Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2410 | 2023-10-11T20:16:52.313Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (67852620 bytes) |
2411 | 2023-10-11T20:17:36.682Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2412 | 2023-10-11T20:17:37.060Z | uploading: /work/zones/omicron-nexus.tar.gz (67846386 bytes) |
2413 | 2023-10-11T20:18:21.862Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2414 | 2023-10-11T20:18:22.638Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2415 | 2023-10-11T20:18:32.887Z | uploaded: /work/zones/overlay.tar.gz |
2416 | 2023-10-11T20:18:33.218Z | uploading: /work/zones/oximeter-collector.tar.gz (18053489 bytes) |
2417 | 2023-10-11T20:18:40.631Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2418 | 2023-10-11T20:18:40.703Z | uploading: /work/zones/propolis-server.tar.gz (65856629 bytes) |
2419 | 2023-10-11T20:19:34.894Z | uploaded: /work/zones/propolis-server.tar.gz |
2420 | 2023-10-11T20:19:34.938Z | uploading: /work/zones/switch-asic.tar.gz (219030868 bytes) |
2421 | 2023-10-11T20:21:23.526Z | uploaded: /work/zones/switch-asic.tar.gz |
2422 | 2023-10-11T20:21:24.177Z | uploading: /work/zones/switch-softnpu.tar.gz (141419754 bytes) |
2423 | 2023-10-11T20:23:03.192Z | uploaded: /work/zones/switch-softnpu.tar.gz |