|
|
|
1 | 2023-10-03T17:39:26.158Z | job assigned to worker 01HBV9WT4SR223JYP46WGHKV4Z (queued for 1 m 17 s) |
|
2 | 2023-10-03T17:39:26.260Z | starting task 0: "setup" |
3 | 2023-10-03T17:39:26.328Z | ++ uname -s |
4 | 2023-10-03T17:39:26.337Z | + kern=SunOS |
5 | 2023-10-03T17:39:26.344Z | + case "$kern" in |
6 | 2023-10-03T17:39:26.359Z | + groupadd -g 12345 build |
7 | 2023-10-03T17:39:26.371Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-03T17:39:28.342Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-03T17:39:28.427Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-03T17:39:28.431Z | + home_fs=zfs |
11 | 2023-10-03T17:39:28.435Z | + [[ zfs == autofs ]] |
12 | 2023-10-03T17:39:28.440Z | + mkdir -p /home/build |
13 | 2023-10-03T17:39:28.444Z | + chown build:build /home/build /work |
14 | 2023-10-03T17:39:30.433Z | + chmod 0700 /home/build /work |
15 | 2023-10-03T17:39:30.440Z | process exited: duration 4170 ms, exit code 0 |
|
16 | 2023-10-03T17:39:30.447Z | starting task 1: "rust-toolchain" |
17 | 2023-10-03T17:39:30.460Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-03T17:39:30.463Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-03T17:39:30.604Z | info: downloading installer |
20 | 2023-10-03T17:39:32.554Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-03T17:39:32.557Z | warning: /opt/ooce/bin |
22 | 2023-10-03T17:39:32.560Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-03T17:39:32.564Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-03T17:39:32.567Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-03T17:39:32.570Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-03T17:39:32.579Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-03T17:39:32.582Z | error: cannot install while Rust is installed |
28 | 2023-10-03T17:39:32.585Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-03T17:39:32.639Z | info: profile set to 'default' |
30 | 2023-10-03T17:39:32.642Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-03T17:39:32.645Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-03T17:39:32.814Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-03T17:39:32.817Z | info: downloading component 'cargo' |
34 | 2023-10-03T17:39:33.515Z | info: downloading component 'clippy' |
35 | 2023-10-03T17:39:33.770Z | info: downloading component 'rust-docs' |
36 | 2023-10-03T17:39:34.635Z | info: downloading component 'rust-std' |
37 | 2023-10-03T17:39:36.193Z | info: downloading component 'rustc' |
38 | 2023-10-03T17:39:39.952Z | info: downloading component 'rustfmt' |
39 | 2023-10-03T17:39:40.171Z | info: installing component 'cargo' |
40 | 2023-10-03T17:39:41.599Z | info: installing component 'clippy' |
41 | 2023-10-03T17:39:42.199Z | info: installing component 'rust-docs' |
42 | 2023-10-03T17:39:44.897Z | info: installing component 'rust-std' |
43 | 2023-10-03T17:39:48.969Z | info: installing component 'rustc' |
44 | 2023-10-03T17:39:58.095Z | info: installing component 'rustfmt' |
45 | 2023-10-03T17:39:58.549Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-03T17:39:58.552Z | |
47 | 2023-10-03T17:39:58.690Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-03T17:39:58.693Z | |
49 | 2023-10-03T17:39:58.696Z | |
50 | 2023-10-03T17:39:58.699Z | Rust is installed now. Great! |
51 | 2023-10-03T17:39:58.701Z | |
52 | 2023-10-03T17:39:58.704Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-03T17:39:58.706Z | environment variable. This has not been done automatically. |
54 | 2023-10-03T17:39:58.709Z | |
55 | 2023-10-03T17:39:58.712Z | To configure your current shell, run: |
56 | 2023-10-03T17:39:58.714Z | source "$HOME/.cargo/env" |
57 | 2023-10-03T17:39:58.784Z | + rustc --version |
58 | 2023-10-03T17:39:58.896Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-03T17:39:58.901Z | process exited: duration 28452 ms, exit code 0 |
|
60 | 2023-10-03T17:39:58.911Z | starting task 2: "authentication" |
61 | 2023-10-03T17:39:58.947Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-03T17:39:58.953Z | starting task 3: "clone repository" |
63 | 2023-10-03T17:39:58.963Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-03T17:39:58.966Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-03T17:39:58.998Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-03T17:40:04.822Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-03T17:40:04.825Z | + [[ -n omdb-networking ]] |
68 | 2023-10-03T17:40:04.828Z | + git fetch origin omdb-networking |
69 | 2023-10-03T17:40:05.185Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-03T17:40:05.189Z | * branch omdb-networking -> FETCH_HEAD |
71 | 2023-10-03T17:40:05.196Z | + git checkout -B omdb-networking remotes/origin/omdb-networking |
72 | 2023-10-03T17:40:05.283Z | Switched to a new branch 'omdb-networking' |
73 | 2023-10-03T17:40:05.286Z | branch 'omdb-networking' set up to track 'origin/omdb-networking'. |
74 | 2023-10-03T17:40:05.289Z | + git reset --hard 8d09e04e25fdda9c22c99af1bcb087ffbae37c67 |
75 | 2023-10-03T17:40:05.300Z | HEAD is now at 8d09e04e remove stray comment |
76 | 2023-10-03T17:40:05.304Z | process exited: duration 6346 ms, exit code 0 |
|
77 | 2023-10-03T17:40:05.311Z | starting task 4: "build" |
78 | 2023-10-03T17:40:05.323Z | + cargo --version |
79 | 2023-10-03T17:40:05.415Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-03T17:40:05.418Z | + rustc --version |
81 | 2023-10-03T17:40:05.522Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-03T17:40:05.529Z | ++ git rev-parse HEAD |
83 | 2023-10-03T17:40:05.535Z | + COMMIT=8d09e04e25fdda9c22c99af1bcb087ffbae37c67 |
84 | 2023-10-03T17:40:05.538Z | + VERSION=1.0.2-0.ci+git8d09e04e25f |
85 | 2023-10-03T17:40:05.541Z | + echo 1.0.2-0.ci+git8d09e04e25f |
86 | 2023-10-03T17:40:05.545Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-03T17:40:13.494Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-03T17:40:14.157Z | Startup: Caching catalogs ... Done |
89 | 2023-10-03T17:40:16.802Z | Planning: Solver setup ... Done (2.443s) |
90 | 2023-10-03T17:40:16.879Z | Planning: Running solver ... Done (0.077s) |
91 | 2023-10-03T17:40:16.911Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2023-10-03T17:40:16.926Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-03T17:40:17.161Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-03T17:40:17.245Z | Planning: Package planning ... Done (0.084s) |
95 | 2023-10-03T17:40:17.328Z | Planning: Merging actions ... Done (0.083s) |
96 | 2023-10-03T17:40:18.098Z | Planning: Checking for conflicting actions ... Done (0.769s) |
97 | 2023-10-03T17:40:18.115Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-03T17:40:22.983Z | Planning: Evaluating mediators ... Done (4.867s) |
99 | 2023-10-03T17:40:22.998Z | Planning: Planning completed in 8.79 seconds |
100 | 2023-10-03T17:40:23.030Z | Packages to install: 4 |
101 | 2023-10-03T17:40:23.033Z | Mediators to change: 2 |
102 | 2023-10-03T17:40:23.036Z | Services to change: 1 |
103 | 2023-10-03T17:40:23.039Z | Estimated space available: 149.39 GB |
104 | 2023-10-03T17:40:23.041Z | Estimated space to be consumed: 1.35 GB |
105 | 2023-10-03T17:40:23.044Z | Create boot environment: No |
106 | 2023-10-03T17:40:23.047Z | Create backup boot environment: No |
107 | 2023-10-03T17:40:23.050Z | Rebuild boot archive: No |
108 | 2023-10-03T17:40:23.053Z | |
109 | 2023-10-03T17:40:23.056Z | Changed mediators: |
110 | 2023-10-03T17:40:23.059Z | mediator clang: |
111 | 2023-10-03T17:40:23.062Z | version: None -> 15 (system default) |
112 | 2023-10-03T17:40:23.065Z | |
113 | 2023-10-03T17:40:23.067Z | mediator llvm: |
114 | 2023-10-03T17:40:23.070Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-03T17:40:23.073Z | |
116 | 2023-10-03T17:40:23.076Z | Changed packages: |
117 | 2023-10-03T17:40:23.079Z | helios-dev |
118 | 2023-10-03T17:40:23.082Z | developer/build-essential |
119 | 2023-10-03T17:40:23.085Z | None -> 11-2.0 |
120 | 2023-10-03T17:40:23.087Z | library/libxmlsec1 |
121 | 2023-10-03T17:40:23.090Z | None -> 1.2.35-2.0 |
122 | 2023-10-03T17:40:23.093Z | ooce/developer/clang-15 |
123 | 2023-10-03T17:40:23.096Z | None -> 15.0.7-2.0 |
124 | 2023-10-03T17:40:23.099Z | ooce/developer/llvm-15 |
125 | 2023-10-03T17:40:23.101Z | None -> 15.0.7-2.0 |
126 | 2023-10-03T17:40:23.104Z | |
127 | 2023-10-03T17:40:23.107Z | Services: |
128 | 2023-10-03T17:40:23.109Z | restart_fmri: |
129 | 2023-10-03T17:40:23.112Z | svc:/system/update-man-index:default |
130 | 2023-10-03T17:40:23.233Z | |
131 | 2023-10-03T17:40:23.236Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-03T17:40:28.328Z | Download: 1196/3290 items 79.8/212.6MB 37% complete (16.8M/s) |
133 | 2023-10-03T17:40:33.372Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (12.1M/s) |
134 | 2023-10-03T17:40:40.073Z | Download: 3246/3290 items 202.6/212.6MB 95% complete (12.2M/s) |
135 | 2023-10-03T17:40:48.180Z | Download: 3288/3290 items 212.0/212.6MB 99% complete (9.1M/s) |
136 | 2023-10-03T17:40:48.231Z | Download: Completed 212.60 MB in 25.00 seconds (8.5M/s) |
137 | 2023-10-03T17:40:48.511Z | Actions: 1/3687 actions (Installing new actions) |
138 | 2023-10-03T17:40:53.516Z | Actions: 2344/3687 actions (Installing new actions) |
139 | 2023-10-03T17:40:56.756Z | Actions: Completed 3687 actions in 8.23 seconds. |
140 | 2023-10-03T17:40:56.802Z | Done (0.050s) |
141 | 2023-10-03T17:40:56.805Z | Done (0.000s) |
142 | 2023-10-03T17:40:56.931Z | Done (0.129s) |
143 | 2023-10-03T17:41:04.766Z | Done (7.731s) |
144 | 2023-10-03T17:41:05.126Z | Done (0.260s) |
145 | 2023-10-03T17:41:05.129Z | Done (0.000s) |
146 | 2023-10-03T17:41:05.366Z | Done (0.000s) |
147 | 2023-10-03T17:41:06.028Z | Planning: Evaluating mediator changes ... Done |
148 | 2023-10-03T17:41:06.314Z | Planning: Checking for conflicting actions ... Done |
149 | 2023-10-03T17:41:06.317Z | Planning: Consolidating action changes ... Done |
150 | 2023-10-03T17:41:06.759Z | Planning: Evaluating mediators ... Done |
151 | 2023-10-03T17:41:06.763Z | Planning: Planning completed in 0.73 seconds |
152 | 2023-10-03T17:41:06.813Z | Mediators to change: 2 |
153 | 2023-10-03T17:41:06.820Z | Create boot environment: No |
154 | 2023-10-03T17:41:06.823Z | Create backup boot environment: No |
155 | 2023-10-03T17:41:06.899Z | Done |
156 | 2023-10-03T17:41:06.904Z | Done |
157 | 2023-10-03T17:41:06.974Z | Done |
158 | 2023-10-03T17:41:12.844Z | Done |
159 | 2023-10-03T17:41:12.964Z | Done |
160 | 2023-10-03T17:41:12.975Z | Done |
161 | 2023-10-03T17:41:13.059Z | Done |
162 | 2023-10-03T17:41:14.068Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-10-03T17:41:14.080Z | Planning: Merging actions ... Done |
164 | 2023-10-03T17:41:14.398Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-10-03T17:41:14.401Z | Planning: Consolidating action changes ... Done |
166 | 2023-10-03T17:41:14.835Z | Planning: Evaluating mediators ... Done |
167 | 2023-10-03T17:41:14.927Z | Planning: Planning completed in 1.30 seconds |
168 | 2023-10-03T17:41:14.992Z | Packages to change: 1 |
169 | 2023-10-03T17:41:15.005Z | Mediators to change: 1 |
170 | 2023-10-03T17:41:15.017Z | Services to change: 1 |
171 | 2023-10-03T17:41:15.035Z | Create boot environment: No |
172 | 2023-10-03T17:41:15.042Z | Create backup boot environment: Yes |
173 | 2023-10-03T17:41:16.891Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2023-10-03T17:41:16.896Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2023-10-03T17:41:16.900Z | Done |
176 | 2023-10-03T17:41:16.916Z | Done |
177 | 2023-10-03T17:41:16.927Z | Done |
178 | 2023-10-03T17:41:22.778Z | Done |
179 | 2023-10-03T17:41:22.902Z | Done |
180 | 2023-10-03T17:41:22.905Z | Done |
181 | 2023-10-03T17:41:23.018Z | Done |
182 | 2023-10-03T17:41:23.692Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2023-10-03T17:41:23.696Z | clang system 15 system |
184 | 2023-10-03T17:41:23.698Z | csh system system illumos |
185 | 2023-10-03T17:41:23.701Z | ctags system system illumos |
186 | 2023-10-03T17:41:23.704Z | gcc vendor 12 vendor |
187 | 2023-10-03T17:41:23.707Z | gcc system 10 system |
188 | 2023-10-03T17:41:23.709Z | gcc system 7 system |
189 | 2023-10-03T17:41:23.712Z | go system 1.20 system |
190 | 2023-10-03T17:41:23.715Z | go system 1.19 system |
191 | 2023-10-03T17:41:23.718Z | llvm system 15 system |
192 | 2023-10-03T17:41:23.721Z | llvm system 14 system |
193 | 2023-10-03T17:41:23.724Z | mariadb system 10.6 system |
194 | 2023-10-03T17:41:23.726Z | mta vendor vendor dma |
195 | 2023-10-03T17:41:23.729Z | openjdk system 17 system |
196 | 2023-10-03T17:41:23.732Z | openjdk system 11 system |
197 | 2023-10-03T17:41:23.735Z | openjdk system 1.8 system |
198 | 2023-10-03T17:41:23.737Z | openssl vendor 3 vendor |
199 | 2023-10-03T17:41:23.740Z | perl system 5.36 system |
200 | 2023-10-03T17:41:23.743Z | postgresql system 15 system |
201 | 2023-10-03T17:41:23.745Z | postgresql system 13 system |
202 | 2023-10-03T17:41:23.748Z | python vendor 3 vendor |
203 | 2023-10-03T17:41:23.751Z | python system 2 system |
204 | 2023-10-03T17:41:23.753Z | python3 system 3.11 system |
205 | 2023-10-03T17:41:23.756Z | ruby system 3.0 system |
206 | 2023-10-03T17:41:23.759Z | words vendor vendor american-english |
207 | 2023-10-03T17:41:23.762Z | words system system australian-english |
208 | 2023-10-03T17:41:23.764Z | words system system british-english |
209 | 2023-10-03T17:41:23.767Z | words system system canadian-english |
210 | 2023-10-03T17:41:23.770Z | words system system french |
211 | 2023-10-03T17:41:23.773Z | words system system italian |
212 | 2023-10-03T17:41:23.775Z | words system system ngerman |
213 | 2023-10-03T17:41:23.778Z | words system system ogerman |
214 | 2023-10-03T17:41:23.781Z | words system system spanish |
215 | 2023-10-03T17:41:24.236Z | FMRI IFO |
216 | 2023-10-03T17:41:24.239Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2023-10-03T17:41:24.242Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2023-10-03T17:41:24.244Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2023-10-03T17:41:24.247Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
220 | 2023-10-03T17:41:24.250Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2023-10-03T17:41:24.253Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
222 | 2023-10-03T17:41:24.312Z | + set -o errexit |
223 | 2023-10-03T17:41:24.316Z | +++ dirname ./tools/ci_download_cockroachdb |
224 | 2023-10-03T17:41:24.320Z | ++ cd ./tools |
225 | 2023-10-03T17:41:24.323Z | ++ pwd |
226 | 2023-10-03T17:41:24.326Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
227 | 2023-10-03T17:41:24.330Z | ++ basename ./tools/ci_download_cockroachdb |
228 | 2023-10-03T17:41:24.333Z | + ARG0=ci_download_cockroachdb |
229 | 2023-10-03T17:41:24.337Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
230 | 2023-10-03T17:41:24.340Z | + CIDL_VERSION=v22.1.9 |
231 | 2023-10-03T17:41:24.343Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
232 | 2023-10-03T17:41:24.347Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
233 | 2023-10-03T17:41:24.353Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
234 | 2023-10-03T17:41:24.357Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
235 | 2023-10-03T17:41:24.361Z | + TARGET_DIR=out |
236 | 2023-10-03T17:41:24.364Z | + DOWNLOAD_DIR=out/downloads |
237 | 2023-10-03T17:41:24.375Z | + DEST_DIR=./out/cockroachdb |
238 | 2023-10-03T17:41:24.381Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
239 | 2023-10-03T17:41:24.390Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
240 | 2023-10-03T17:41:24.399Z | + main |
241 | 2023-10-03T17:41:24.409Z | + [[ 0 != 0 ]] |
242 | 2023-10-03T17:41:24.419Z | + CIDL_OS=solaris2.11 |
243 | 2023-10-03T17:41:24.430Z | + [[ 0 != 0 ]] |
244 | 2023-10-03T17:41:24.439Z | + configure_os solaris2.11 |
245 | 2023-10-03T17:41:24.446Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-10-03T17:41:24.452Z | current directory: /work/oxidecomputer/omicron |
247 | 2023-10-03T17:41:24.457Z | configuring based on OS: "solaris2.11" |
248 | 2023-10-03T17:41:24.465Z | + echo 'configuring based on OS: "solaris2.11"' |
249 | 2023-10-03T17:41:24.471Z | + case "$1" in |
250 | 2023-10-03T17:41:24.479Z | + CIDL_BUILD=illumos |
251 | 2023-10-03T17:41:24.486Z | + CIDL_SUFFIX=tar.gz |
252 | 2023-10-03T17:41:24.495Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-10-03T17:41:24.503Z | + CIDL_MD5FUNC=do_md5sum |
254 | 2023-10-03T17:41:24.510Z | + CIDL_URL_BASE=https://illumos.org/downloads |
255 | 2023-10-03T17:41:24.515Z | + CIDL_ASSEMBLE=do_assemble_illumos |
256 | 2023-10-03T17:41:24.518Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
257 | 2023-10-03T17:41:24.522Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-03T17:41:24.528Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-03T17:41:24.531Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
260 | 2023-10-03T17:41:24.535Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-03T17:41:24.538Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-10-03T17:41:24.583Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-03T17:41:24.589Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-10-03T17:41:24.594Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-03T17:41:24.599Z | + mkdir -p out/downloads |
266 | 2023-10-03T17:41:24.604Z | + mkdir -p ./out/cockroachdb |
267 | 2023-10-03T17:41:24.608Z | + local DO_DOWNLOAD=true |
268 | 2023-10-03T17:41:24.611Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
269 | 2023-10-03T17:41:24.614Z | + '[' true == true ']' |
270 | 2023-10-03T17:41:24.620Z | + echo Downloading... |
271 | 2023-10-03T17:41:24.624Z | Downloading... |
272 | 2023-10-03T17:41:24.627Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-03T17:41:24.630Z | + 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 |
274 | 2023-10-03T17:41:27.103Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-03T17:41:27.106Z | ++ md5sum |
276 | 2023-10-03T17:41:27.109Z | ++ awk '{print $1}' |
277 | 2023-10-03T17:41:27.287Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-10-03T17:41:27.290Z | + [[ 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 ]] |
279 | 2023-10-03T17:41:27.295Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-03T17:41:27.298Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-10-03T17:41:30.660Z | + do_assemble_illumos |
282 | 2023-10-03T17:41:30.663Z | + rm -r ./out/cockroachdb |
283 | 2023-10-03T17:41:30.666Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
284 | 2023-10-03T17:41:31.259Z | + ./out/cockroachdb/bin/cockroach version |
285 | 2023-10-03T17:41:31.668Z | Build Tag: v22.1.9-dirty |
286 | 2023-10-03T17:41:31.689Z | Build Time: 2022/10/26 21:17:46 |
287 | 2023-10-03T17:41:31.705Z | Distribution: OSS |
288 | 2023-10-03T17:41:31.709Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
289 | 2023-10-03T17:41:31.713Z | Go Version: go1.17.13 |
290 | 2023-10-03T17:41:31.716Z | C Compiler: gcc 10.3.0 |
291 | 2023-10-03T17:41:31.719Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
292 | 2023-10-03T17:41:31.721Z | Build Type: release |
293 | 2023-10-03T17:41:31.724Z | + set -o errexit |
294 | 2023-10-03T17:41:31.727Z | +++ dirname ./tools/ci_download_clickhouse |
295 | 2023-10-03T17:41:31.730Z | ++ cd ./tools |
296 | 2023-10-03T17:41:31.733Z | ++ pwd |
297 | 2023-10-03T17:41:31.736Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-10-03T17:41:31.739Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-10-03T17:41:31.742Z | + ARG0=ci_download_clickhouse |
300 | 2023-10-03T17:41:31.767Z | + TARGET_DIR=out |
301 | 2023-10-03T17:41:31.770Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-10-03T17:41:31.773Z | + DEST_DIR=./out/clickhouse |
303 | 2023-10-03T17:41:31.776Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-10-03T17:41:31.779Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-10-03T17:41:31.782Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-10-03T17:41:31.785Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-10-03T17:41:31.787Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-10-03T17:41:31.791Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-10-03T17:41:31.794Z | + main |
310 | 2023-10-03T17:41:31.797Z | + [[ 0 != 0 ]] |
311 | 2023-10-03T17:41:31.800Z | + CIDL_OS=solaris2.11 |
312 | 2023-10-03T17:41:31.802Z | + [[ 0 != 0 ]] |
313 | 2023-10-03T17:41:31.805Z | + configure_os solaris2.11 |
314 | 2023-10-03T17:41:31.808Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-10-03T17:41:31.811Z | current directory: /work/oxidecomputer/omicron |
316 | 2023-10-03T17:41:31.814Z | + echo 'configuring based on OS: "solaris2.11"' |
317 | 2023-10-03T17:41:31.816Z | configuring based on OS: "solaris2.11" |
318 | 2023-10-03T17:41:31.819Z | + CIDL_DASHREV= |
319 | 2023-10-03T17:41:31.822Z | + case "$1" in |
320 | 2023-10-03T17:41:31.825Z | + CIDL_PLATFORM=illumos |
321 | 2023-10-03T17:41:31.827Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-10-03T17:41:31.830Z | + CIDL_MD5FUNC=do_md5sum |
323 | 2023-10-03T17:41:31.833Z | + CIDL_DASHREV=-1 |
324 | 2023-10-03T17:41:31.836Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
325 | 2023-10-03T17:41:31.838Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-03T17:41:31.841Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-03T17:41:31.845Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-03T17:41:31.848Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-03T17:41:31.853Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-03T17:41:31.856Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-03T17:41:31.858Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-03T17:41:31.862Z | + mkdir -p out/downloads |
333 | 2023-10-03T17:41:31.864Z | + mkdir -p ./out/clickhouse |
334 | 2023-10-03T17:41:31.867Z | + local DO_DOWNLOAD=true |
335 | 2023-10-03T17:41:31.870Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
336 | 2023-10-03T17:41:31.873Z | + '[' true == true ']' |
337 | 2023-10-03T17:41:31.876Z | + echo Downloading... |
338 | 2023-10-03T17:41:31.880Z | Downloading... |
339 | 2023-10-03T17:41:31.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 |
340 | 2023-10-03T17:41:31.886Z | + 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 |
341 | 2023-10-03T17:41:33.241Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-03T17:41:33.244Z | ++ md5sum |
343 | 2023-10-03T17:41:33.246Z | ++ awk '{print $1}' |
344 | 2023-10-03T17:41:33.501Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-10-03T17:41:33.504Z | + [[ 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 ]] |
346 | 2023-10-03T17:41:33.506Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
347 | 2023-10-03T17:41:33.510Z | + mkdir -p ./out/clickhouse |
348 | 2023-10-03T17:41:33.513Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
349 | 2023-10-03T17:41:38.253Z | + ./out/clickhouse/clickhouse server --version |
350 | 2023-10-03T17:41:38.305Z | ClickHouse server version 22.8.9.1. |
351 | 2023-10-03T17:41:38.329Z | + set -o errexit |
352 | 2023-10-03T17:41:38.332Z | +++ dirname ./tools/ci_download_console |
353 | 2023-10-03T17:41:38.335Z | ++ cd ./tools |
354 | 2023-10-03T17:41:38.338Z | ++ pwd |
355 | 2023-10-03T17:41:38.341Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
356 | 2023-10-03T17:41:38.344Z | ++ basename ./tools/ci_download_console |
357 | 2023-10-03T17:41:38.348Z | + ARG0=ci_download_console |
358 | 2023-10-03T17:41:38.351Z | + TARGET_DIR=out |
359 | 2023-10-03T17:41:38.353Z | + DOWNLOAD_DIR=out/downloads |
360 | 2023-10-03T17:41:38.357Z | + DEST_DIR=./out/console-assets |
361 | 2023-10-03T17:41:38.360Z | + source /work/oxidecomputer/omicron/tools/console_version |
362 | 2023-10-03T17:41:38.363Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
363 | 2023-10-03T17:41:38.365Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
364 | 2023-10-03T17:41:38.368Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
365 | 2023-10-03T17:41:38.371Z | + TARBALL_FILE=out/downloads/console.tar.gz |
366 | 2023-10-03T17:41:38.374Z | + main |
367 | 2023-10-03T17:41:38.377Z | + [[ 0 != 0 ]] |
368 | 2023-10-03T17:41:38.380Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
369 | 2023-10-03T17:41:38.383Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
370 | 2023-10-03T17:41:38.385Z | Local file: out/downloads/console.tar.gz |
371 | 2023-10-03T17:41:38.388Z | + echo 'Local file: out/downloads/console.tar.gz' |
372 | 2023-10-03T17:41:38.391Z | + local DO_DOWNLOAD=true |
373 | 2023-10-03T17:41:38.394Z | + [[ -f out/downloads/console.tar.gz ]] |
374 | 2023-10-03T17:41:38.397Z | + mkdir -p out/downloads |
375 | 2023-10-03T17:41:38.400Z | + '[' true == true ']' |
376 | 2023-10-03T17:41:38.402Z | + echo Downloading... |
377 | 2023-10-03T17:41:38.405Z | Downloading... |
378 | 2023-10-03T17:41:38.408Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
379 | 2023-10-03T17:41:38.411Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
380 | 2023-10-03T17:41:38.825Z | ++ do_sha256sum out/downloads/console.tar.gz |
381 | 2023-10-03T17:41:38.829Z | ++ case "$OSTYPE" in |
382 | 2023-10-03T17:41:38.831Z | ++ SHA=sha256sum |
383 | 2023-10-03T17:41:38.834Z | ++ sha256sum |
384 | 2023-10-03T17:41:38.843Z | ++ awk '{print $1}' |
385 | 2023-10-03T17:41:38.849Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
386 | 2023-10-03T17:41:38.852Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
387 | 2023-10-03T17:41:38.855Z | + rm -rf ./out/console-assets |
388 | 2023-10-03T17:41:38.858Z | + mkdir -p ./out/console-assets |
389 | 2023-10-03T17:41:38.861Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
390 | 2023-10-03T17:41:38.863Z | + mkdir -p ./out/console-assets |
391 | 2023-10-03T17:41:38.866Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
392 | 2023-10-03T17:41:38.991Z | + set -o errexit |
393 | 2023-10-03T17:41:38.994Z | +++ dirname ./tools/ci_download_maghemite_openapi |
394 | 2023-10-03T17:41:38.997Z | ++ cd ./tools |
395 | 2023-10-03T17:41:38.999Z | ++ pwd |
396 | 2023-10-03T17:41:39.003Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-10-03T17:41:39.005Z | ++ basename ./tools/ci_download_maghemite_openapi |
398 | 2023-10-03T17:41:39.008Z | + ARG0=ci_download_maghemite_openapi |
399 | 2023-10-03T17:41:39.011Z | + TARGET_DIR=out |
400 | 2023-10-03T17:41:39.013Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-10-03T17:41:39.016Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
402 | 2023-10-03T17:41:39.019Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
403 | 2023-10-03T17:41:39.022Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
404 | 2023-10-03T17:41:39.024Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
405 | 2023-10-03T17:41:39.027Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
406 | 2023-10-03T17:41:39.030Z | + main |
407 | 2023-10-03T17:41:39.033Z | + [[ 0 != 0 ]] |
408 | 2023-10-03T17:41:39.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
409 | 2023-10-03T17:41:39.038Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
410 | 2023-10-03T17:41:39.041Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
411 | 2023-10-03T17:41:39.043Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
412 | 2023-10-03T17:41:39.046Z | + local DO_DOWNLOAD=true |
413 | 2023-10-03T17:41:39.049Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
414 | 2023-10-03T17:41:39.052Z | + mkdir -p out/downloads |
415 | 2023-10-03T17:41:39.055Z | + '[' true == true ']' |
416 | 2023-10-03T17:41:39.057Z | + echo Downloading... |
417 | 2023-10-03T17:41:39.061Z | Downloading... |
418 | 2023-10-03T17:41:39.064Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
419 | 2023-10-03T17:41:39.066Z | + 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 |
420 | 2023-10-03T17:41:39.269Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-03T17:41:39.272Z | ++ case "$OSTYPE" in |
422 | 2023-10-03T17:41:39.274Z | ++ SHA=sha256sum |
423 | 2023-10-03T17:41:39.277Z | ++ sha256sum |
424 | 2023-10-03T17:41:39.280Z | ++ awk '{print $1}' |
425 | 2023-10-03T17:41:39.283Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-10-03T17:41:39.286Z | + [[ 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 ]] |
427 | 2023-10-03T17:41:39.289Z | + set -o errexit |
428 | 2023-10-03T17:41:39.292Z | +++ dirname ./tools/ci_download_dendrite_openapi |
429 | 2023-10-03T17:41:39.294Z | ++ cd ./tools |
430 | 2023-10-03T17:41:39.297Z | ++ pwd |
431 | 2023-10-03T17:41:39.301Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2023-10-03T17:41:39.303Z | ++ basename ./tools/ci_download_dendrite_openapi |
433 | 2023-10-03T17:41:39.306Z | + ARG0=ci_download_dendrite_openapi |
434 | 2023-10-03T17:41:39.311Z | + TARGET_DIR=out |
435 | 2023-10-03T17:41:39.315Z | + DOWNLOAD_DIR=out/downloads |
436 | 2023-10-03T17:41:39.318Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
437 | 2023-10-03T17:41:39.321Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
438 | 2023-10-03T17:41:39.323Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
439 | 2023-10-03T17:41:39.327Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
440 | 2023-10-03T17:41:39.331Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
441 | 2023-10-03T17:41:39.334Z | + main |
442 | 2023-10-03T17:41:39.336Z | + [[ 0 != 0 ]] |
443 | 2023-10-03T17:41:39.339Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
444 | 2023-10-03T17:41:39.342Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
445 | 2023-10-03T17:41:39.344Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
446 | 2023-10-03T17:41:39.347Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
447 | 2023-10-03T17:41:39.350Z | + local DO_DOWNLOAD=true |
448 | 2023-10-03T17:41:39.353Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
449 | 2023-10-03T17:41:39.356Z | + mkdir -p out/downloads |
450 | 2023-10-03T17:41:39.359Z | + '[' true == true ']' |
451 | 2023-10-03T17:41:39.362Z | + echo Downloading... |
452 | 2023-10-03T17:41:39.365Z | Downloading... |
453 | 2023-10-03T17:41:39.368Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
454 | 2023-10-03T17:41:39.371Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
455 | 2023-10-03T17:41:39.442Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
456 | 2023-10-03T17:41:39.445Z | ++ case "$OSTYPE" in |
457 | 2023-10-03T17:41:39.448Z | ++ SHA=sha256sum |
458 | 2023-10-03T17:41:39.451Z | ++ sha256sum |
459 | 2023-10-03T17:41:39.453Z | ++ awk '{print $1}' |
460 | 2023-10-03T17:41:39.456Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
461 | 2023-10-03T17:41:39.459Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
462 | 2023-10-03T17:41:39.462Z | + set -o errexit |
463 | 2023-10-03T17:41:39.464Z | +++ dirname ./tools/ci_download_dendrite_stub |
464 | 2023-10-03T17:41:39.467Z | ++ cd ./tools |
465 | 2023-10-03T17:41:39.470Z | ++ pwd |
466 | 2023-10-03T17:41:39.473Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
467 | 2023-10-03T17:41:39.476Z | ++ basename ./tools/ci_download_dendrite_stub |
468 | 2023-10-03T17:41:39.479Z | + ARG0=ci_download_dendrite_stub |
469 | 2023-10-03T17:41:39.481Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
470 | 2023-10-03T17:41:39.484Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
471 | 2023-10-03T17:41:39.487Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
472 | 2023-10-03T17:41:39.491Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
473 | 2023-10-03T17:41:39.495Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-10-03T17:41:39.498Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
475 | 2023-10-03T17:41:39.500Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
476 | 2023-10-03T17:41:39.503Z | + TARGET_DIR=out |
477 | 2023-10-03T17:41:39.506Z | + DOWNLOAD_DIR=out/downloads |
478 | 2023-10-03T17:41:39.509Z | + DEST_DIR=./out/dendrite-stub |
479 | 2023-10-03T17:41:39.511Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
480 | 2023-10-03T17:41:39.514Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
481 | 2023-10-03T17:41:39.517Z | + REPO=oxidecomputer/dendrite |
482 | 2023-10-03T17:41:39.519Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
483 | 2023-10-03T17:41:39.522Z | + main |
484 | 2023-10-03T17:41:39.525Z | + [[ 0 != 0 ]] |
485 | 2023-10-03T17:41:39.527Z | + CIDL_OS=solaris2.11 |
486 | 2023-10-03T17:41:39.530Z | + [[ 0 != 0 ]] |
487 | 2023-10-03T17:41:39.533Z | + configure_os solaris2.11 |
488 | 2023-10-03T17:41:39.536Z | + echo 'current directory: /work/oxidecomputer/omicron' |
489 | 2023-10-03T17:41:39.538Z | current directory: /work/oxidecomputer/omicron |
490 | 2023-10-03T17:41:39.543Z | + echo 'configuring based on OS: "solaris2.11"' |
491 | 2023-10-03T17:41:39.546Z | + case "$1" in |
492 | 2023-10-03T17:41:39.548Z | + SET_BINARIES= |
493 | 2023-10-03T17:41:39.551Z | configuring based on OS: "solaris2.11" |
494 | 2023-10-03T17:41:39.554Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
495 | 2023-10-03T17:41:39.557Z | + CIDL_SHA256FUNC=do_sha256sum |
496 | 2023-10-03T17:41:39.559Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
497 | 2023-10-03T17:41:39.562Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
498 | 2023-10-03T17:41:39.566Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
499 | 2023-10-03T17:41:39.570Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
500 | 2023-10-03T17:41:39.573Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
501 | 2023-10-03T17:41:39.575Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
502 | 2023-10-03T17:41:39.578Z | Local file: out/downloads/dendrite-stub.tar.gz |
503 | 2023-10-03T17:41:39.581Z | + mkdir -p out/downloads |
504 | 2023-10-03T17:41:39.585Z | + mkdir -p ./out/dendrite-stub |
505 | 2023-10-03T17:41:39.588Z | + fetch_and_verify |
506 | 2023-10-03T17:41:39.591Z | + local DO_DOWNLOAD=true |
507 | 2023-10-03T17:41:39.593Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
508 | 2023-10-03T17:41:39.596Z | + '[' true == true ']' |
509 | 2023-10-03T17:41:39.599Z | + echo Downloading... |
510 | 2023-10-03T17:41:39.601Z | Downloading... |
511 | 2023-10-03T17:41:39.605Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
512 | 2023-10-03T17:41:39.612Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
513 | 2023-10-03T17:41:43.397Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
514 | 2023-10-03T17:41:43.403Z | ++ sha256sum |
515 | 2023-10-03T17:41:43.406Z | ++ awk '{print $1}' |
516 | 2023-10-03T17:41:43.497Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
517 | 2023-10-03T17:41:43.500Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
518 | 2023-10-03T17:41:43.503Z | + do_untar out/downloads/dendrite-stub.tar.gz |
519 | 2023-10-03T17:41:43.506Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
520 | 2023-10-03T17:41:44.433Z | + do_assemble |
521 | 2023-10-03T17:41:44.444Z | + rm -r ./out/dendrite-stub |
522 | 2023-10-03T17:41:44.450Z | + mkdir ./out/dendrite-stub |
523 | 2023-10-03T17:41:44.454Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
524 | 2023-10-03T17:41:44.583Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
525 | 2023-10-03T17:41:44.595Z | + set -o errexit |
526 | 2023-10-03T17:41:44.598Z | +++ dirname ./tools/ci_download_transceiver_control |
527 | 2023-10-03T17:41:44.601Z | ++ cd ./tools |
528 | 2023-10-03T17:41:44.604Z | ++ pwd |
529 | 2023-10-03T17:41:44.607Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
530 | 2023-10-03T17:41:44.610Z | ++ basename ./tools/ci_download_transceiver_control |
531 | 2023-10-03T17:41:44.613Z | + ARG0=ci_download_transceiver_control |
532 | 2023-10-03T17:41:44.616Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
533 | 2023-10-03T17:41:44.619Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
534 | 2023-10-03T17:41:44.622Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
535 | 2023-10-03T17:41:44.625Z | + TARGET_DIR=out |
536 | 2023-10-03T17:41:44.630Z | + DOWNLOAD_DIR=out/downloads |
537 | 2023-10-03T17:41:44.632Z | + DEST_DIR=./out/transceiver-control |
538 | 2023-10-03T17:41:44.636Z | + BIN_DIR=/opt/oxide/bin |
539 | 2023-10-03T17:41:44.638Z | + BINARY=xcvradm |
540 | 2023-10-03T17:41:44.641Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2023-10-03T17:41:44.644Z | + REPO=oxidecomputer/transceiver-control |
542 | 2023-10-03T17:41:44.647Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
543 | 2023-10-03T17:41:44.650Z | + main |
544 | 2023-10-03T17:41:44.654Z | + [[ 0 != 0 ]] |
545 | 2023-10-03T17:41:44.657Z | + CIDL_OS=solaris2.11 |
546 | 2023-10-03T17:41:44.660Z | + [[ 0 != 0 ]] |
547 | 2023-10-03T17:41:44.663Z | + configure_os solaris2.11 |
548 | 2023-10-03T17:41:44.666Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2023-10-03T17:41:44.668Z | current directory: /work/oxidecomputer/omicron |
550 | 2023-10-03T17:41:44.671Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2023-10-03T17:41:44.674Z | configuring based on OS: "solaris2.11" |
552 | 2023-10-03T17:41:44.677Z | + case "$1" in |
553 | 2023-10-03T17:41:44.680Z | + SET_BINARIES= |
554 | 2023-10-03T17:41:44.683Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
555 | 2023-10-03T17:41:44.685Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2023-10-03T17:41:44.688Z | + ARCHIVE_FILENAME=xcvradm.gz |
557 | 2023-10-03T17:41:44.691Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
558 | 2023-10-03T17:41:44.694Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
559 | 2023-10-03T17:41:44.696Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
560 | 2023-10-03T17:41:44.699Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
561 | 2023-10-03T17:41:44.702Z | + echo 'Local file: out/downloads/xcvradm.gz' |
562 | 2023-10-03T17:41:44.705Z | Local file: out/downloads/xcvradm.gz |
563 | 2023-10-03T17:41:44.708Z | + mkdir -p out/downloads |
564 | 2023-10-03T17:41:44.711Z | + mkdir -p ./out/transceiver-control |
565 | 2023-10-03T17:41:44.714Z | + fetch_and_verify |
566 | 2023-10-03T17:41:44.717Z | + local DO_DOWNLOAD=true |
567 | 2023-10-03T17:41:44.722Z | + [[ -f out/downloads/xcvradm.gz ]] |
568 | 2023-10-03T17:41:44.725Z | + '[' true == true ']' |
569 | 2023-10-03T17:41:44.728Z | + echo Downloading... |
570 | 2023-10-03T17:41:44.731Z | Downloading... |
571 | 2023-10-03T17:41:44.740Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
572 | 2023-10-03T17:41:44.753Z | + 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 |
573 | 2023-10-03T17:41:45.485Z | ++ do_sha256sum out/downloads/xcvradm.gz |
574 | 2023-10-03T17:41:45.487Z | ++ sha256sum |
575 | 2023-10-03T17:41:45.490Z | ++ awk '{print $1}' |
576 | 2023-10-03T17:41:45.509Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
577 | 2023-10-03T17:41:45.512Z | + [[ 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 ]] |
578 | 2023-10-03T17:41:45.515Z | + do_unpack out/downloads/xcvradm.gz |
579 | 2023-10-03T17:41:45.518Z | + mkdir -p out/downloads/root//opt/oxide/bin |
580 | 2023-10-03T17:41:45.521Z | + gzip -dc out/downloads/xcvradm.gz |
581 | 2023-10-03T17:41:45.693Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
582 | 2023-10-03T17:41:45.696Z | + do_assemble |
583 | 2023-10-03T17:41:45.698Z | + rm -r ./out/transceiver-control |
584 | 2023-10-03T17:41:45.701Z | + mkdir ./out/transceiver-control |
585 | 2023-10-03T17:41:45.704Z | + cp -r out/downloads/root ./out/transceiver-control/root |
586 | 2023-10-03T17:41:45.851Z | All prerequisites installed successfully |
587 | 2023-10-03T17:41:45.854Z | |
588 | 2023-10-03T17:41:45.857Z | real 1:40.317051130 |
589 | 2023-10-03T17:41:45.860Z | user 48.320367990 |
590 | 2023-10-03T17:41:45.863Z | sys 9.030927119 |
591 | 2023-10-03T17:41:45.866Z | trap 0.020664438 |
592 | 2023-10-03T17:41:45.868Z | tflt 0.118448984 |
593 | 2023-10-03T17:41:45.871Z | dflt 0.506660068 |
594 | 2023-10-03T17:41:45.874Z | kflt 0.197721364 |
595 | 2023-10-03T17:41:45.876Z | lock 2.547362235 |
596 | 2023-10-03T17:41:45.879Z | slp 2:52.552458791 |
597 | 2023-10-03T17:41:45.882Z | lat 3.010860634 |
598 | 2023-10-03T17:41:45.884Z | stop 0.081513214 |
599 | 2023-10-03T17:41:45.887Z | + ptime -m ./tools/ci_download_softnpu_machinery |
600 | 2023-10-03T17:41:45.890Z | fetching npuzone |
601 | 2023-10-03T17:41:45.894Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
602 | 2023-10-03T17:41:45.897Z | (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756) |
603 | 2023-10-03T17:41:45.900Z | Getting hash for npuzone |
604 | 2023-10-03T17:41:46.432Z | (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323) |
605 | 2023-10-03T17:41:55.777Z | npuzone downloaded successfully |
606 | 2023-10-03T17:41:55.781Z | |
607 | 2023-10-03T17:41:55.784Z | real 9.925523718 |
608 | 2023-10-03T17:41:55.787Z | user 0.540999961 |
609 | 2023-10-03T17:41:55.791Z | sys 0.134688033 |
610 | 2023-10-03T17:41:55.794Z | trap 0.000204202 |
611 | 2023-10-03T17:41:55.796Z | tflt 0.000000000 |
612 | 2023-10-03T17:41:55.799Z | dflt 0.000000000 |
613 | 2023-10-03T17:41:55.802Z | kflt 0.000000000 |
614 | 2023-10-03T17:41:55.805Z | lock 0.000000000 |
615 | 2023-10-03T17:41:55.807Z | slp 28.956121399 |
616 | 2023-10-03T17:41:55.810Z | lat 0.108928123 |
617 | 2023-10-03T17:41:55.813Z | stop 0.000260376 |
618 | 2023-10-03T17:41:55.816Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
619 | 2023-10-03T17:41:56.136Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
620 | 2023-10-03T17:41:56.515Z | Updating crates.io index |
621 | 2023-10-03T17:41:56.518Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
622 | 2023-10-03T17:41:57.107Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
623 | 2023-10-03T17:41:57.935Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
624 | 2023-10-03T17:41:59.884Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
625 | 2023-10-03T17:42:00.526Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
626 | 2023-10-03T17:42:00.898Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
627 | 2023-10-03T17:42:01.276Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
628 | 2023-10-03T17:42:01.611Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
629 | 2023-10-03T17:42:02.614Z | Updating git repository `https://github.com/oxidecomputer/opte` |
630 | 2023-10-03T17:42:03.592Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
631 | 2023-10-03T17:42:03.989Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
632 | 2023-10-03T17:42:04.397Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
633 | 2023-10-03T17:42:04.802Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
634 | 2023-10-03T17:42:05.244Z | Updating git repository `https://github.com/njaremko/samael` |
635 | 2023-10-03T17:42:05.652Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
636 | 2023-10-03T17:42:07.358Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
637 | 2023-10-03T17:42:07.855Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
638 | 2023-10-03T17:42:08.493Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
639 | 2023-10-03T17:42:08.922Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
640 | 2023-10-03T17:42:09.286Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
641 | 2023-10-03T17:42:18.566Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
642 | 2023-10-03T17:42:19.005Z | Updating git repository `https://github.com/jgallagher/nix` |
643 | 2023-10-03T17:42:20.321Z | Updating git repository `https://github.com/cbiffle/hubpack` |
644 | 2023-10-03T17:42:20.705Z | Updating git repository `https://github.com/oxidecomputer/typify` |
645 | 2023-10-03T17:42:21.753Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
646 | 2023-10-03T17:42:22.143Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
647 | 2023-10-03T17:42:22.508Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
648 | 2023-10-03T17:42:24.096Z | Downloading crates ... |
649 | 2023-10-03T17:42:24.308Z | Downloaded bb8 v0.8.1 |
650 | 2023-10-03T17:42:24.313Z | Downloaded aead v0.5.2 |
651 | 2023-10-03T17:42:24.323Z | Downloaded clap_derive v4.4.2 |
652 | 2023-10-03T17:42:24.328Z | Downloaded cexpr v0.6.0 |
653 | 2023-10-03T17:42:24.346Z | Downloaded arc-swap v1.6.0 |
654 | 2023-10-03T17:42:24.357Z | Downloaded crc-catalog v2.2.0 |
655 | 2023-10-03T17:42:24.361Z | Downloaded indoc v2.0.3 |
656 | 2023-10-03T17:42:24.368Z | Downloaded block-buffer v0.10.4 |
657 | 2023-10-03T17:42:24.372Z | Downloaded home v0.5.5 |
658 | 2023-10-03T17:42:24.376Z | Downloaded hubpack v0.1.2 |
659 | 2023-10-03T17:42:24.381Z | Downloaded hex v0.4.3 |
660 | 2023-10-03T17:42:24.384Z | Downloaded rustc-demangle v0.1.23 |
661 | 2023-10-03T17:42:24.387Z | Downloaded num-traits v0.2.16 |
662 | 2023-10-03T17:42:24.402Z | Downloaded matches v0.1.10 |
663 | 2023-10-03T17:42:24.408Z | Downloaded signal-hook-mio v0.2.3 |
664 | 2023-10-03T17:42:24.412Z | Downloaded hmac v0.12.1 |
665 | 2023-10-03T17:42:24.416Z | Downloaded new_debug_unreachable v1.0.4 |
666 | 2023-10-03T17:42:24.420Z | Downloaded camino-tempfile v1.0.2 |
667 | 2023-10-03T17:42:24.425Z | Downloaded slog-bunyan v2.4.0 |
668 | 2023-10-03T17:42:24.429Z | Downloaded slab v0.4.9 |
669 | 2023-10-03T17:42:24.432Z | Downloaded serde_tokenstream v0.1.7 |
670 | 2023-10-03T17:42:24.440Z | Downloaded crc v3.0.1 |
671 | 2023-10-03T17:42:24.444Z | Downloaded nibble_vec v0.1.0 |
672 | 2023-10-03T17:42:24.448Z | Downloaded clap_lex v0.5.1 |
673 | 2023-10-03T17:42:24.452Z | Downloaded lock_api v0.4.10 |
674 | 2023-10-03T17:42:24.457Z | Downloaded convert_case v0.4.0 |
675 | 2023-10-03T17:42:24.460Z | Downloaded crc32fast v1.3.2 |
676 | 2023-10-03T17:42:24.467Z | Downloaded mime_guess v2.0.4 |
677 | 2023-10-03T17:42:24.473Z | Downloaded num-derive v0.4.0 |
678 | 2023-10-03T17:42:24.480Z | Downloaded const-oid v0.9.5 |
679 | 2023-10-03T17:42:24.485Z | Downloaded take_mut v0.2.2 |
680 | 2023-10-03T17:42:24.488Z | Downloaded bit-set v0.5.3 |
681 | 2023-10-03T17:42:24.491Z | Downloaded adler v1.0.2 |
682 | 2023-10-03T17:42:24.495Z | Downloaded inout v0.1.3 |
683 | 2023-10-03T17:42:24.498Z | Downloaded bitstruct_derive v0.1.0 |
684 | 2023-10-03T17:42:24.501Z | Downloaded byteorder v1.4.3 |
685 | 2023-10-03T17:42:24.507Z | Downloaded hyper-rustls v0.24.1 |
686 | 2023-10-03T17:42:24.513Z | Downloaded anstyle v1.0.2 |
687 | 2023-10-03T17:42:24.519Z | Downloaded crossbeam-queue v0.3.8 |
688 | 2023-10-03T17:42:24.525Z | Downloaded log v0.4.20 |
689 | 2023-10-03T17:42:24.531Z | Downloaded generic-array v0.14.7 |
690 | 2023-10-03T17:42:24.535Z | Downloaded ff v0.13.0 |
691 | 2023-10-03T17:42:24.538Z | Downloaded strum v0.25.0 |
692 | 2023-10-03T17:42:24.541Z | Downloaded bytecount v0.6.3 |
693 | 2023-10-03T17:42:24.546Z | Downloaded parse-display-derive v0.7.0 |
694 | 2023-10-03T17:42:24.551Z | Downloaded usdt-attr-macro v0.3.5 |
695 | 2023-10-03T17:42:24.554Z | Downloaded diesel_table_macro_syntax v0.1.0 |
696 | 2023-10-03T17:42:24.557Z | Downloaded vte_generate_state_changes v0.1.1 |
697 | 2023-10-03T17:42:24.560Z | Downloaded spin v0.5.2 |
698 | 2023-10-03T17:42:24.563Z | Downloaded thiserror-impl-no-std v2.0.2 |
699 | 2023-10-03T17:42:24.568Z | Downloaded equivalent v1.0.1 |
700 | 2023-10-03T17:42:24.573Z | Downloaded ansi_term v0.12.1 |
701 | 2023-10-03T17:42:24.577Z | Downloaded pretty-hex v0.2.1 |
702 | 2023-10-03T17:42:24.580Z | Downloaded pretty-hex v0.3.0 |
703 | 2023-10-03T17:42:24.584Z | Downloaded tinyvec_macros v0.1.1 |
704 | 2023-10-03T17:42:24.587Z | Downloaded fd-lock v3.0.13 |
705 | 2023-10-03T17:42:24.596Z | Downloaded proc-macro-error-attr v1.0.4 |
706 | 2023-10-03T17:42:24.603Z | Downloaded crc-any v2.4.3 |
707 | 2023-10-03T17:42:24.607Z | Downloaded wait-timeout v0.2.0 |
708 | 2023-10-03T17:42:24.611Z | Downloaded utf8parse v0.2.1 |
709 | 2023-10-03T17:42:24.615Z | Downloaded path-slash v0.1.5 |
710 | 2023-10-03T17:42:24.618Z | Downloaded digest v0.10.7 |
711 | 2023-10-03T17:42:24.621Z | Downloaded vec_map v0.8.2 |
712 | 2023-10-03T17:42:24.624Z | Downloaded phf_shared v0.10.0 |
713 | 2023-10-03T17:42:24.628Z | Downloaded usdt v0.3.5 |
714 | 2023-10-03T17:42:24.632Z | Downloaded time-core v0.1.1 |
715 | 2023-10-03T17:42:24.634Z | Downloaded ringbuffer v0.14.2 |
716 | 2023-10-03T17:42:24.637Z | Downloaded peeking_take_while v0.1.2 |
717 | 2023-10-03T17:42:24.641Z | Downloaded siphasher v0.3.11 |
718 | 2023-10-03T17:42:24.644Z | Downloaded errno v0.3.2 |
719 | 2023-10-03T17:42:24.648Z | Downloaded flagset v0.4.3 |
720 | 2023-10-03T17:42:24.651Z | Downloaded slog-dtrace v0.2.3 |
721 | 2023-10-03T17:42:24.655Z | Downloaded phf_shared v0.11.2 |
722 | 2023-10-03T17:42:24.659Z | Downloaded derive-where v1.2.5 |
723 | 2023-10-03T17:42:24.666Z | Downloaded foreign-types-shared v0.3.1 |
724 | 2023-10-03T17:42:24.671Z | Downloaded endian-type v0.1.2 |
725 | 2023-10-03T17:42:24.677Z | Downloaded futures-macro v0.3.28 |
726 | 2023-10-03T17:42:24.680Z | Downloaded either v1.9.0 |
727 | 2023-10-03T17:42:24.682Z | Downloaded futures-sink v0.3.28 |
728 | 2023-10-03T17:42:24.688Z | Downloaded tiny-keccak v2.0.2 |
729 | 2023-10-03T17:42:24.691Z | Downloaded percent-encoding v2.3.0 |
730 | 2023-10-03T17:42:24.694Z | Downloaded group v0.13.0 |
731 | 2023-10-03T17:42:24.697Z | Downloaded futures-task v0.3.28 |
732 | 2023-10-03T17:42:24.702Z | Downloaded openssl-probe v0.1.5 |
733 | 2023-10-03T17:42:24.705Z | Downloaded oso-derive v0.26.4 |
734 | 2023-10-03T17:42:24.708Z | Downloaded dirs-next v2.0.0 |
735 | 2023-10-03T17:42:24.711Z | Downloaded derive_builder_macro v0.12.0 |
736 | 2023-10-03T17:42:24.716Z | Downloaded darling_macro v0.20.3 |
737 | 2023-10-03T17:42:24.719Z | Downloaded signature v2.1.0 |
738 | 2023-10-03T17:42:24.721Z | Downloaded proc-macro2 v1.0.67 |
739 | 2023-10-03T17:42:24.726Z | Downloaded fatfs v0.3.6 |
740 | 2023-10-03T17:42:24.729Z | Downloaded foreign-types-macros v0.2.3 |
741 | 2023-10-03T17:42:24.733Z | Downloaded num_threads v0.1.6 |
742 | 2023-10-03T17:42:24.737Z | Downloaded tower-service v0.3.2 |
743 | 2023-10-03T17:42:24.740Z | Downloaded headers-core v0.2.0 |
744 | 2023-10-03T17:42:24.743Z | Downloaded postcard v0.7.3 |
745 | 2023-10-03T17:42:24.746Z | Downloaded dtrace-parser v0.1.14 |
746 | 2023-10-03T17:42:24.749Z | Downloaded ron v0.7.1 |
747 | 2023-10-03T17:42:24.754Z | Downloaded waitgroup v0.1.2 |
748 | 2023-10-03T17:42:24.757Z | Downloaded curve25519-dalek-derive v0.1.0 |
749 | 2023-10-03T17:42:24.760Z | Downloaded form_urlencoded v1.2.0 |
750 | 2023-10-03T17:42:24.764Z | Downloaded futures-channel v0.3.28 |
751 | 2023-10-03T17:42:24.768Z | Downloaded yasna v0.5.2 |
752 | 2023-10-03T17:42:24.771Z | Downloaded pkg-config v0.3.27 |
753 | 2023-10-03T17:42:24.777Z | Downloaded zeroize v1.6.0 |
754 | 2023-10-03T17:42:24.780Z | Downloaded downcast v0.11.0 |
755 | 2023-10-03T17:42:24.784Z | Downloaded password-hash v0.5.0 |
756 | 2023-10-03T17:42:24.788Z | Downloaded postgres-types v0.2.6 |
757 | 2023-10-03T17:42:24.792Z | Downloaded predicates v2.1.5 |
758 | 2023-10-03T17:42:24.795Z | Downloaded shell-words v1.1.0 |
759 | 2023-10-03T17:42:24.798Z | Downloaded rustls-pemfile v1.0.3 |
760 | 2023-10-03T17:42:24.801Z | Downloaded typenum v1.16.0 |
761 | 2023-10-03T17:42:24.807Z | Downloaded smf v0.2.2 |
762 | 2023-10-03T17:42:24.810Z | Downloaded itertools v0.10.5 |
763 | 2023-10-03T17:42:24.823Z | Downloaded doc-comment v0.3.3 |
764 | 2023-10-03T17:42:24.826Z | Downloaded dirs-sys-next v0.1.2 |
765 | 2023-10-03T17:42:24.828Z | Downloaded twox-hash v1.6.3 |
766 | 2023-10-03T17:42:24.832Z | Downloaded rpassword v7.2.0 |
767 | 2023-10-03T17:42:24.835Z | Downloaded sha1 v0.10.5 |
768 | 2023-10-03T17:42:24.838Z | Downloaded hashlink v0.8.3 |
769 | 2023-10-03T17:42:24.841Z | Downloaded serde v1.0.188 |
770 | 2023-10-03T17:42:24.848Z | Downloaded rustversion v1.0.14 |
771 | 2023-10-03T17:42:24.853Z | Downloaded packed_struct_codegen v0.10.1 |
772 | 2023-10-03T17:42:24.857Z | Downloaded vsss-rs v3.3.1 |
773 | 2023-10-03T17:42:24.863Z | Downloaded rustc-hash v1.1.0 |
774 | 2023-10-03T17:42:24.866Z | Downloaded smallvec v0.6.14 |
775 | 2023-10-03T17:42:24.869Z | Downloaded termtree v0.4.1 |
776 | 2023-10-03T17:42:24.871Z | Downloaded rand_xorshift v0.3.0 |
777 | 2023-10-03T17:42:24.875Z | Downloaded serde-hex v0.1.0 |
778 | 2023-10-03T17:42:24.879Z | Downloaded darling v0.20.3 |
779 | 2023-10-03T17:42:24.883Z | Downloaded funty v2.0.0 |
780 | 2023-10-03T17:42:24.886Z | Downloaded signature v1.6.4 |
781 | 2023-10-03T17:42:24.889Z | Downloaded ref-cast v1.0.20 |
782 | 2023-10-03T17:42:24.893Z | Downloaded tar v0.4.40 |
783 | 2023-10-03T17:42:24.898Z | Downloaded untrusted v0.7.1 |
784 | 2023-10-03T17:42:24.901Z | Downloaded same-file v1.0.6 |
785 | 2023-10-03T17:42:24.904Z | Downloaded fs-err v2.9.0 |
786 | 2023-10-03T17:42:24.907Z | Downloaded which v4.4.0 |
787 | 2023-10-03T17:42:24.910Z | Downloaded poly1305 v0.8.0 |
788 | 2023-10-03T17:42:24.915Z | Downloaded postgres-protocol v0.6.6 |
789 | 2023-10-03T17:42:24.919Z | Downloaded tempfile v3.8.0 |
790 | 2023-10-03T17:42:24.925Z | Downloaded polyval v0.6.1 |
791 | 2023-10-03T17:42:24.927Z | Downloaded pkcs1 v0.7.5 |
792 | 2023-10-03T17:42:24.932Z | Downloaded sha2 v0.10.7 |
793 | 2023-10-03T17:42:24.937Z | Downloaded termios v0.3.3 |
794 | 2023-10-03T17:42:24.940Z | Downloaded derive_more v0.99.17 |
795 | 2023-10-03T17:42:24.951Z | Downloaded flate2 v1.0.27 |
796 | 2023-10-03T17:42:24.962Z | Downloaded test-strategy v0.2.1 |
797 | 2023-10-03T17:42:24.967Z | Downloaded serde_derive_internals v0.26.0 |
798 | 2023-10-03T17:42:24.971Z | Downloaded textwrap v0.11.0 |
799 | 2023-10-03T17:42:24.976Z | Downloaded tungstenite v0.17.3 |
800 | 2023-10-03T17:42:24.980Z | Downloaded rayon-core v1.11.0 |
801 | 2023-10-03T17:42:24.988Z | Downloaded openssl-sys v0.9.93 |
802 | 2023-10-03T17:42:24.998Z | Downloaded headers v0.3.9 |
803 | 2023-10-03T17:42:25.010Z | Downloaded darling_core v0.14.4 |
804 | 2023-10-03T17:42:25.019Z | Downloaded unsafe-libyaml v0.2.9 |
805 | 2023-10-03T17:42:25.026Z | Downloaded futures v0.3.28 |
806 | 2023-10-03T17:42:25.036Z | Downloaded heapless v0.7.16 |
807 | 2023-10-03T17:42:25.045Z | Downloaded zerocopy v0.6.3 |
808 | 2023-10-03T17:42:25.049Z | Downloaded x509-cert v0.2.4 |
809 | 2023-10-03T17:42:25.062Z | Downloaded hashbrown v0.12.3 |
810 | 2023-10-03T17:42:25.072Z | Downloaded unicode-segmentation v1.10.1 |
811 | 2023-10-03T17:42:25.079Z | Downloaded tungstenite v0.18.0 |
812 | 2023-10-03T17:42:25.085Z | Downloaded clap_builder v4.4.2 |
813 | 2023-10-03T17:42:25.099Z | Downloaded trust-dns-resolver v0.22.0 |
814 | 2023-10-03T17:42:25.114Z | Downloaded pest v2.7.2 |
815 | 2023-10-03T17:42:25.118Z | Downloaded unicode-normalization v0.1.22 |
816 | 2023-10-03T17:42:25.125Z | Downloaded salty v0.2.0 |
817 | 2023-10-03T17:42:25.136Z | Downloaded toml_edit v0.19.15 |
818 | 2023-10-03T17:42:25.170Z | Downloaded reedline v0.23.0 |
819 | 2023-10-03T17:42:25.184Z | Downloaded tabled v0.14.0 |
820 | 2023-10-03T17:42:25.213Z | Downloaded hashbrown v0.14.0 |
821 | 2023-10-03T17:42:25.230Z | Downloaded clap v2.34.0 |
822 | 2023-10-03T17:42:25.258Z | Downloaded backoff v0.4.0 |
823 | 2023-10-03T17:42:25.264Z | Downloaded assert_matches v1.5.0 |
824 | 2023-10-03T17:42:25.267Z | Downloaded proptest v1.2.0 |
825 | 2023-10-03T17:42:25.270Z | Downloaded rayon v1.7.0 |
826 | 2023-10-03T17:42:25.297Z | Downloaded serde_with v2.3.3 |
827 | 2023-10-03T17:42:25.301Z | Downloaded object v0.32.1 |
828 | 2023-10-03T17:42:25.312Z | Downloaded syn v2.0.32 |
829 | 2023-10-03T17:42:25.333Z | Downloaded enum-iterator v1.4.1 |
830 | 2023-10-03T17:42:25.336Z | Downloaded enum-as-inner v0.5.1 |
831 | 2023-10-03T17:42:25.339Z | Downloaded idna v0.4.0 |
832 | 2023-10-03T17:42:25.354Z | Downloaded opaque-debug v0.3.0 |
833 | 2023-10-03T17:42:25.357Z | Downloaded regex v1.9.5 |
834 | 2023-10-03T17:42:25.381Z | Downloaded polar-core v0.26.4 |
835 | 2023-10-03T17:42:25.399Z | Downloaded structopt v0.3.26 |
836 | 2023-10-03T17:42:25.414Z | Downloaded owo-colors v3.5.0 |
837 | 2023-10-03T17:42:25.419Z | Downloaded bstr v0.2.17 |
838 | 2023-10-03T17:42:25.441Z | Downloaded webpki-roots v0.25.2 |
839 | 2023-10-03T17:42:25.450Z | Downloaded openssl v0.10.57 |
840 | 2023-10-03T17:42:25.471Z | Downloaded openapiv3 v1.0.3 |
841 | 2023-10-03T17:42:25.496Z | Downloaded regex-automata v0.1.10 |
842 | 2023-10-03T17:42:25.507Z | Downloaded linked-hash-map v0.5.6 |
843 | 2023-10-03T17:42:25.510Z | Downloaded sled v0.34.7 |
844 | 2023-10-03T17:42:25.533Z | Downloaded zerocopy-derive v0.6.3 |
845 | 2023-10-03T17:42:25.557Z | Downloaded zerocopy-derive v0.2.0 |
846 | 2023-10-03T17:42:25.578Z | Downloaded parking_lot v0.11.2 |
847 | 2023-10-03T17:42:25.583Z | Downloaded libc v0.2.148 |
848 | 2023-10-03T17:42:25.634Z | Downloaded try-lock v0.2.4 |
849 | 2023-10-03T17:42:25.637Z | Downloaded http v0.2.9 |
850 | 2023-10-03T17:42:25.645Z | Downloaded sha3 v0.10.8 |
851 | 2023-10-03T17:42:25.661Z | Downloaded rtoolbox v0.0.1 |
852 | 2023-10-03T17:42:25.664Z | Downloaded newtype_derive v0.1.6 |
853 | 2023-10-03T17:42:25.667Z | Downloaded pkcs8 v0.10.2 |
854 | 2023-10-03T17:42:25.673Z | Downloaded crypto-bigint v0.5.2 |
855 | 2023-10-03T17:42:25.685Z | Downloaded darling v0.14.4 |
856 | 2023-10-03T17:42:25.691Z | Downloaded whoami v1.4.1 |
857 | 2023-10-03T17:42:25.694Z | Downloaded serde-big-array v0.4.1 |
858 | 2023-10-03T17:42:25.697Z | Downloaded atomic-waker v1.1.1 |
859 | 2023-10-03T17:42:25.700Z | Downloaded diff v0.1.13 |
860 | 2023-10-03T17:42:25.705Z | Downloaded openssl-macros v0.1.1 |
861 | 2023-10-03T17:42:25.708Z | Downloaded toml_datetime v0.6.3 |
862 | 2023-10-03T17:42:25.711Z | Downloaded fxhash v0.2.1 |
863 | 2023-10-03T17:42:25.714Z | Downloaded nu-ansi-term v0.49.0 |
864 | 2023-10-03T17:42:25.716Z | Downloaded async-recursion v1.0.5 |
865 | 2023-10-03T17:42:25.719Z | Downloaded slog-term v2.9.0 |
866 | 2023-10-03T17:42:25.724Z | Downloaded want v0.3.1 |
867 | 2023-10-03T17:42:25.727Z | Downloaded predicates-core v1.0.6 |
868 | 2023-10-03T17:42:25.729Z | Downloaded signal-hook v0.3.17 |
869 | 2023-10-03T17:42:25.735Z | Downloaded serde_tokenstream v0.2.0 |
870 | 2023-10-03T17:42:25.743Z | Downloaded serde_repr v0.1.16 |
871 | 2023-10-03T17:42:25.747Z | Downloaded spin v0.9.8 |
872 | 2023-10-03T17:42:25.753Z | Downloaded foreign-types v0.3.2 |
873 | 2023-10-03T17:42:25.756Z | Downloaded number_prefix v0.4.0 |
874 | 2023-10-03T17:42:25.758Z | Downloaded thiserror-impl v1.0.48 |
875 | 2023-10-03T17:42:25.761Z | Downloaded num v0.4.1 |
876 | 2023-10-03T17:42:25.764Z | Downloaded serde_plain v1.0.2 |
877 | 2023-10-03T17:42:25.767Z | Downloaded rustc_version v0.4.0 |
878 | 2023-10-03T17:42:25.770Z | Downloaded fallible-iterator v0.2.0 |
879 | 2023-10-03T17:42:25.773Z | Downloaded tokio-tungstenite v0.17.2 |
880 | 2023-10-03T17:42:25.776Z | Downloaded ctr v0.9.2 |
881 | 2023-10-03T17:42:25.779Z | Downloaded rusty-fork v0.3.0 |
882 | 2023-10-03T17:42:25.781Z | Downloaded tracing-attributes v0.1.26 |
883 | 2023-10-03T17:42:25.784Z | Downloaded env_logger v0.9.3 |
884 | 2023-10-03T17:42:25.788Z | Downloaded parse-display v0.7.0 |
885 | 2023-10-03T17:42:25.791Z | Downloaded unicode-width v0.1.10 |
886 | 2023-10-03T17:42:25.793Z | Downloaded cstr-argument v0.1.2 |
887 | 2023-10-03T17:42:25.796Z | Downloaded float-cmp v0.9.0 |
888 | 2023-10-03T17:42:25.799Z | Downloaded strip-ansi-escapes v0.2.0 |
889 | 2023-10-03T17:42:25.801Z | Downloaded zeroize_derive v1.4.2 |
890 | 2023-10-03T17:42:25.804Z | Downloaded r2d2 v0.8.10 |
891 | 2023-10-03T17:42:25.807Z | Downloaded num-rational v0.4.1 |
892 | 2023-10-03T17:42:25.810Z | Downloaded packed_struct v0.10.1 |
893 | 2023-10-03T17:42:25.813Z | Downloaded bzip2 v0.4.4 |
894 | 2023-10-03T17:42:25.815Z | Downloaded scheduled-thread-pool v0.2.7 |
895 | 2023-10-03T17:42:25.818Z | Downloaded unicode-linebreak v0.1.5 |
896 | 2023-10-03T17:42:25.822Z | Downloaded erased-serde v0.3.30 |
897 | 2023-10-03T17:42:25.829Z | Downloaded cassowary v0.3.0 |
898 | 2023-10-03T17:42:25.832Z | Downloaded http-body v0.4.5 |
899 | 2023-10-03T17:42:25.837Z | Downloaded vergen v8.2.4 |
900 | 2023-10-03T17:42:25.839Z | Downloaded serde_arrays v0.1.0 |
901 | 2023-10-03T17:42:25.843Z | Downloaded crunchy v0.2.2 |
902 | 2023-10-03T17:42:25.845Z | Downloaded path-absolutize v3.1.0 |
903 | 2023-10-03T17:42:25.848Z | Downloaded ed25519 v1.5.3 |
904 | 2023-10-03T17:42:25.851Z | Downloaded crossbeam-epoch v0.9.15 |
905 | 2023-10-03T17:42:25.854Z | Downloaded quick-error v1.2.3 |
906 | 2023-10-03T17:42:25.856Z | Downloaded num-integer v0.1.45 |
907 | 2023-10-03T17:42:25.859Z | Downloaded native-tls v0.2.11 |
908 | 2023-10-03T17:42:25.862Z | Downloaded glob v0.3.1 |
909 | 2023-10-03T17:42:25.864Z | Downloaded tokio-tungstenite v0.18.0 |
910 | 2023-10-03T17:42:25.867Z | Downloaded difflib v0.4.0 |
911 | 2023-10-03T17:42:25.870Z | Downloaded tokio-postgres v0.7.10 |
912 | 2023-10-03T17:42:25.875Z | Downloaded thread_local v1.1.7 |
913 | 2023-10-03T17:42:25.878Z | Downloaded ron v0.8.1 |
914 | 2023-10-03T17:42:25.889Z | Downloaded indexmap v1.9.3 |
915 | 2023-10-03T17:42:25.895Z | Downloaded tracing v0.1.37 |
916 | 2023-10-03T17:42:25.908Z | Downloaded predicates v3.0.3 |
917 | 2023-10-03T17:42:25.912Z | Downloaded chacha20poly1305 v0.10.1 |
918 | 2023-10-03T17:42:25.916Z | Downloaded smawk v0.3.1 |
919 | 2023-10-03T17:42:25.919Z | Downloaded termcolor v1.2.0 |
920 | 2023-10-03T17:42:25.922Z | Downloaded num_enum v0.7.0 |
921 | 2023-10-03T17:42:25.931Z | Downloaded slog-json v2.6.1 |
922 | 2023-10-03T17:42:25.935Z | Downloaded zerocopy v0.3.0 |
923 | 2023-10-03T17:42:25.937Z | Downloaded pest_meta v2.7.2 |
924 | 2023-10-03T17:42:25.941Z | Downloaded num-bigint v0.4.4 |
925 | 2023-10-03T17:42:25.951Z | Downloaded similar v2.2.1 |
926 | 2023-10-03T17:42:25.960Z | Downloaded toml v0.7.8 |
927 | 2023-10-03T17:42:25.966Z | Downloaded tinyvec v1.6.0 |
928 | 2023-10-03T17:42:25.972Z | Downloaded der v0.7.8 |
929 | 2023-10-03T17:42:25.982Z | Downloaded half v1.8.2 |
930 | 2023-10-03T17:42:25.987Z | Downloaded parking_lot v0.12.1 |
931 | 2023-10-03T17:42:25.990Z | Downloaded rand v0.8.5 |
932 | 2023-10-03T17:42:25.997Z | Downloaded ring v0.16.20 |
933 | 2023-10-03T17:42:26.161Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
934 | 2023-10-03T17:42:26.186Z | Downloaded serde_json v1.0.107 |
935 | 2023-10-03T17:42:26.199Z | Downloaded rusqlite v0.29.0 |
936 | 2023-10-03T17:42:26.209Z | Downloaded hashbrown v0.13.2 |
937 | 2023-10-03T17:42:26.217Z | Downloaded crossterm v0.26.1 |
938 | 2023-10-03T17:42:26.228Z | Downloaded time v0.3.27 |
939 | 2023-10-03T17:42:26.241Z | Downloaded bindgen v0.65.1 |
940 | 2023-10-03T17:42:26.255Z | Downloaded reqwest v0.11.20 |
941 | 2023-10-03T17:42:26.278Z | Downloaded ratatui v0.23.0 |
942 | 2023-10-03T17:42:26.324Z | Downloaded rustls v0.21.7 |
943 | 2023-10-03T17:42:26.337Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2023-10-03T17:42:26.361Z | Downloaded gimli v0.28.0 |
945 | 2023-10-03T17:42:26.377Z | Downloaded chrono v0.4.31 |
946 | 2023-10-03T17:42:26.392Z | Downloaded regex-syntax v0.7.5 |
947 | 2023-10-03T17:42:26.408Z | Downloaded regress v0.7.1 |
948 | 2023-10-03T17:42:26.421Z | Downloaded minimal-lexical v0.2.1 |
949 | 2023-10-03T17:42:26.429Z | Downloaded mio v0.8.8 |
950 | 2023-10-03T17:42:26.439Z | Downloaded cancel-safe-futures v0.1.2 |
951 | 2023-10-03T17:42:26.443Z | Downloaded pem-rfc7468 v0.7.0 |
952 | 2023-10-03T17:42:26.447Z | Downloaded humantime v2.1.0 |
953 | 2023-10-03T17:42:26.450Z | Downloaded libxml v0.3.3 |
954 | 2023-10-03T17:42:26.461Z | Downloaded anstream v0.5.0 |
955 | 2023-10-03T17:42:26.465Z | Downloaded thiserror-no-std v2.0.2 |
956 | 2023-10-03T17:42:26.472Z | Downloaded tokio v1.32.0 |
957 | 2023-10-03T17:42:26.542Z | Downloaded thread-id v4.2.0 |
958 | 2023-10-03T17:42:26.553Z | Downloaded schemars v0.8.13 |
959 | 2023-10-03T17:42:26.565Z | Downloaded darling_core v0.20.3 |
960 | 2023-10-03T17:42:26.573Z | Downloaded regex-automata v0.3.8 |
961 | 2023-10-03T17:42:26.607Z | Downloaded serde-big-array v0.5.1 |
962 | 2023-10-03T17:42:26.610Z | Downloaded rcgen v0.10.0 |
963 | 2023-10-03T17:42:26.613Z | Downloaded rustix v0.38.9 |
964 | 2023-10-03T17:42:26.657Z | Downloaded encoding_rs v0.8.33 |
965 | 2023-10-03T17:42:26.697Z | Downloaded num_enum v0.5.11 |
966 | 2023-10-03T17:42:26.705Z | Downloaded num_cpus v1.16.0 |
967 | 2023-10-03T17:42:26.709Z | Downloaded cargo-platform v0.1.3 |
968 | 2023-10-03T17:42:26.712Z | Downloaded argon2 v0.5.2 |
969 | 2023-10-03T17:42:26.715Z | Downloaded curve25519-dalek v4.1.0 |
970 | 2023-10-03T17:42:26.729Z | Downloaded smoltcp v0.9.1 |
971 | 2023-10-03T17:42:26.748Z | Downloaded iana-time-zone v0.1.57 |
972 | 2023-10-03T17:42:26.752Z | Downloaded chacha20 v0.9.1 |
973 | 2023-10-03T17:42:26.755Z | Downloaded bstr v1.6.0 |
974 | 2023-10-03T17:42:26.778Z | Downloaded bit_field v0.10.2 |
975 | 2023-10-03T17:42:26.781Z | Downloaded anyhow v1.0.75 |
976 | 2023-10-03T17:42:26.787Z | Downloaded ahash v0.8.3 |
977 | 2023-10-03T17:42:26.791Z | Downloaded foreign-types v0.5.0 |
978 | 2023-10-03T17:42:26.797Z | Downloaded regex-syntax v0.6.29 |
979 | 2023-10-03T17:42:26.807Z | Downloaded object v0.30.4 |
980 | 2023-10-03T17:42:26.825Z | Downloaded nix v0.26.2 |
981 | 2023-10-03T17:42:26.845Z | Downloaded radix_trie v0.2.1 |
982 | 2023-10-03T17:42:26.854Z | Downloaded diesel v2.1.1 |
983 | 2023-10-03T17:42:26.891Z | Downloaded bytes v1.5.0 |
984 | 2023-10-03T17:42:26.897Z | Downloaded base64 v0.21.4 |
985 | 2023-10-03T17:42:26.905Z | Downloaded strum_macros v0.24.3 |
986 | 2023-10-03T17:42:26.908Z | Downloaded rustix v0.37.23 |
987 | 2023-10-03T17:42:26.943Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
988 | 2023-10-03T17:42:27.047Z | Downloaded ipnet v2.8.0 |
989 | 2023-10-03T17:42:27.051Z | Downloaded bitvec v1.0.1 |
990 | 2023-10-03T17:42:27.079Z | Downloaded git2 v0.17.2 |
991 | 2023-10-03T17:42:27.096Z | Downloaded static_assertions v1.1.0 |
992 | 2023-10-03T17:42:27.099Z | Downloaded idna v0.2.3 |
993 | 2023-10-03T17:42:27.112Z | Downloaded cargo_toml v0.16.3 |
994 | 2023-10-03T17:42:27.115Z | Downloaded h2 v0.3.21 |
995 | 2023-10-03T17:42:27.126Z | Downloaded winnow v0.5.15 |
996 | 2023-10-03T17:42:27.141Z | Downloaded vcpkg v0.2.15 |
997 | 2023-10-03T17:42:27.220Z | Downloaded libz-sys v1.1.12 |
998 | 2023-10-03T17:42:27.345Z | Downloaded toml_edit v0.20.0 |
999 | 2023-10-03T17:42:27.375Z | Downloaded crossterm v0.27.0 |
1000 | 2023-10-03T17:42:27.386Z | Downloaded quick-xml v0.23.1 |
1001 | 2023-10-03T17:42:27.399Z | Downloaded syn v1.0.109 |
1002 | 2023-10-03T17:42:27.419Z | Downloaded array-init v0.0.4 |
1003 | 2023-10-03T17:42:27.422Z | Downloaded tough v0.12.5 |
1004 | 2023-10-03T17:42:27.436Z | Downloaded petgraph v0.6.4 |
1005 | 2023-10-03T17:42:27.460Z | Downloaded futures-util v0.3.28 |
1006 | 2023-10-03T17:42:27.483Z | Downloaded smoltcp v0.8.2 |
1007 | 2023-10-03T17:42:27.499Z | Downloaded libsqlite3-sys v0.26.0 |
1008 | 2023-10-03T17:42:27.645Z | Downloaded aho-corasick v1.0.4 |
1009 | 2023-10-03T17:42:27.655Z | Downloaded hyper v0.14.27 |
1010 | 2023-10-03T17:42:27.670Z | Downloaded serde_derive v1.0.188 |
1011 | 2023-10-03T17:42:27.674Z | Downloaded hkdf v0.12.3 |
1012 | 2023-10-03T17:42:27.679Z | Downloaded portable-atomic v1.4.3 |
1013 | 2023-10-03T17:42:27.689Z | Downloaded trust-dns-server v0.22.1 |
1014 | 2023-10-03T17:42:27.698Z | Downloaded nom v7.1.3 |
1015 | 2023-10-03T17:42:27.707Z | Downloaded papergrid v0.10.0 |
1016 | 2023-10-03T17:42:27.715Z | Downloaded smallvec v1.11.0 |
1017 | 2023-10-03T17:42:27.719Z | Downloaded elliptic-curve v0.13.5 |
1018 | 2023-10-03T17:42:27.725Z | Downloaded snafu v0.7.5 |
1019 | 2023-10-03T17:42:27.735Z | Downloaded lalrpop v0.19.12 |
1020 | 2023-10-03T17:42:27.756Z | Downloaded tokio-util v0.7.8 |
1021 | 2023-10-03T17:42:27.766Z | Downloaded trust-dns-client v0.22.0 |
1022 | 2023-10-03T17:42:27.775Z | Downloaded zip v0.6.6 |
1023 | 2023-10-03T17:42:27.782Z | Downloaded aes v0.8.3 |
1024 | 2023-10-03T17:42:27.788Z | Downloaded rsa v0.9.2 |
1025 | 2023-10-03T17:42:27.797Z | Downloaded libm v0.2.7 |
1026 | 2023-10-03T17:42:27.813Z | Downloaded term v0.7.0 |
1027 | 2023-10-03T17:42:27.818Z | Downloaded slog-scope v4.4.0 |
1028 | 2023-10-03T17:42:27.822Z | Downloaded hash32 v0.2.1 |
1029 | 2023-10-03T17:42:27.826Z | Downloaded semver v1.0.18 |
1030 | 2023-10-03T17:42:27.829Z | Downloaded url v2.4.1 |
1031 | 2023-10-03T17:42:27.832Z | Downloaded rustls-webpki v0.101.4 |
1032 | 2023-10-03T17:42:27.858Z | Downloaded flume v0.11.0 |
1033 | 2023-10-03T17:42:27.864Z | Downloaded fragile v2.0.0 |
1034 | 2023-10-03T17:42:27.867Z | Downloaded tracing-core v0.1.31 |
1035 | 2023-10-03T17:42:27.871Z | Downloaded crossbeam-channel v0.5.8 |
1036 | 2023-10-03T17:42:27.879Z | Downloaded serde_with_macros v2.3.3 |
1037 | 2023-10-03T17:42:27.884Z | Downloaded oso v0.26.4 |
1038 | 2023-10-03T17:42:27.889Z | Downloaded semver v0.11.0 |
1039 | 2023-10-03T17:42:27.894Z | Downloaded once_cell v1.18.0 |
1040 | 2023-10-03T17:42:27.898Z | Downloaded unicode-ident v1.0.12 |
1041 | 2023-10-03T17:42:27.901Z | Downloaded terminal_size v0.2.6 |
1042 | 2023-10-03T17:42:27.904Z | Downloaded universal-hash v0.5.1 |
1043 | 2023-10-03T17:42:27.906Z | Downloaded rustls-native-certs v0.6.3 |
1044 | 2023-10-03T17:42:27.910Z | Downloaded num-bigint-dig v0.8.4 |
1045 | 2023-10-03T17:42:27.915Z | Downloaded unicode-xid v0.2.4 |
1046 | 2023-10-03T17:42:27.918Z | Downloaded toml v0.8.0 |
1047 | 2023-10-03T17:42:27.924Z | Downloaded serde_urlencoded v0.7.1 |
1048 | 2023-10-03T17:42:27.927Z | Downloaded postcard-cobs v0.1.5-pre |
1049 | 2023-10-03T17:42:27.930Z | Downloaded prettyplease v0.2.12 |
1050 | 2023-10-03T17:42:27.933Z | Downloaded display-error-chain v0.1.1 |
1051 | 2023-10-03T17:42:27.938Z | Downloaded topological-sort v0.2.2 |
1052 | 2023-10-03T17:42:27.941Z | Downloaded unicase v2.7.0 |
1053 | 2023-10-03T17:42:27.945Z | Downloaded rustc_version v0.1.7 |
1054 | 2023-10-03T17:42:27.947Z | Downloaded tui-tree-widget v0.13.0 |
1055 | 2023-10-03T17:42:27.951Z | Downloaded miniz_oxide v0.7.1 |
1056 | 2023-10-03T17:42:27.954Z | Downloaded toml v0.5.11 |
1057 | 2023-10-03T17:42:27.958Z | Downloaded omicron-zone-package v0.8.3 |
1058 | 2023-10-03T17:42:27.961Z | Downloaded memchr v2.6.3 |
1059 | 2023-10-03T17:42:27.964Z | Downloaded ena v0.14.2 |
1060 | 2023-10-03T17:42:27.967Z | Downloaded dof v0.1.5 |
1061 | 2023-10-03T17:42:27.970Z | Downloaded walkdir v2.4.0 |
1062 | 2023-10-03T17:42:27.975Z | Downloaded platforms v3.0.2 |
1063 | 2023-10-03T17:42:27.978Z | Downloaded precomputed-hash v0.1.1 |
1064 | 2023-10-03T17:42:27.983Z | Downloaded crypto-common v0.1.6 |
1065 | 2023-10-03T17:42:27.987Z | Downloaded slog-envlogger v2.2.0 |
1066 | 2023-10-03T17:42:27.990Z | Downloaded pin-utils v0.1.0 |
1067 | 2023-10-03T17:42:27.993Z | Downloaded unicode-bidi v0.3.13 |
1068 | 2023-10-03T17:42:27.996Z | Downloaded quote v1.0.33 |
1069 | 2023-10-03T17:42:27.999Z | Downloaded steno v0.4.0 |
1070 | 2023-10-03T17:42:28.002Z | Downloaded ppv-lite86 v0.2.17 |
1071 | 2023-10-03T17:42:28.006Z | Downloaded proc-macro-crate v1.3.1 |
1072 | 2023-10-03T17:42:28.009Z | Downloaded fixedbitset v0.4.2 |
1073 | 2023-10-03T17:42:28.012Z | Downloaded slog v2.7.0 |
1074 | 2023-10-03T17:42:28.015Z | Downloaded diesel_derives v2.1.1 |
1075 | 2023-10-03T17:42:28.019Z | Downloaded globset v0.4.13 |
1076 | 2023-10-03T17:42:28.022Z | Downloaded textwrap v0.16.0 |
1077 | 2023-10-03T17:42:28.026Z | Downloaded vte v0.11.1 |
1078 | 2023-10-03T17:42:28.030Z | Downloaded uuid v1.4.1 |
1079 | 2023-10-03T17:42:28.034Z | Downloaded toolchain_find v0.2.0 |
1080 | 2023-10-03T17:42:28.037Z | Downloaded darling_macro v0.14.4 |
1081 | 2023-10-03T17:42:28.042Z | Downloaded backtrace v0.3.69 |
1082 | 2023-10-03T17:42:28.048Z | Downloaded const_format v0.2.31 |
1083 | 2023-10-03T17:42:28.052Z | Downloaded pem v1.1.1 |
1084 | 2023-10-03T17:42:28.056Z | Downloaded phf v0.11.2 |
1085 | 2023-10-03T17:42:28.060Z | Downloaded pest_derive v2.7.2 |
1086 | 2023-10-03T17:42:28.063Z | Downloaded ucd-trie v0.1.6 |
1087 | 2023-10-03T17:42:28.066Z | Downloaded signal-hook-registry v1.4.1 |
1088 | 2023-10-03T17:42:28.068Z | Downloaded semver v0.1.20 |
1089 | 2023-10-03T17:42:28.071Z | Downloaded secrecy v0.8.0 |
1090 | 2023-10-03T17:42:28.074Z | Downloaded schemars_derive v0.8.13 |
1091 | 2023-10-03T17:42:28.077Z | Downloaded zone v0.2.0 |
1092 | 2023-10-03T17:42:28.080Z | Downloaded pest_generator v2.7.2 |
1093 | 2023-10-03T17:42:28.085Z | Downloaded itertools v0.11.0 |
1094 | 2023-10-03T17:42:28.092Z | Downloaded tokio-rustls v0.24.1 |
1095 | 2023-10-03T17:42:28.096Z | Downloaded indicatif v0.17.6 |
1096 | 2023-10-03T17:42:28.099Z | Downloaded rand_chacha v0.3.1 |
1097 | 2023-10-03T17:42:28.106Z | Downloaded socket2 v0.4.9 |
1098 | 2023-10-03T17:42:28.116Z | Downloaded subprocess v0.2.9 |
1099 | 2023-10-03T17:42:28.120Z | Downloaded futures-core v0.3.28 |
1100 | 2023-10-03T17:42:28.123Z | Downloaded xattr v1.0.1 |
1101 | 2023-10-03T17:42:28.127Z | Downloaded env_logger v0.10.0 |
1102 | 2023-10-03T17:42:28.130Z | Downloaded rand_core v0.6.4 |
1103 | 2023-10-03T17:42:28.133Z | Downloaded foreign-types-shared v0.1.1 |
1104 | 2023-10-03T17:42:28.136Z | Downloaded signal-hook-tokio v0.3.1 |
1105 | 2023-10-03T17:42:28.139Z | Downloaded wyz v0.5.1 |
1106 | 2023-10-03T17:42:28.159Z | Downloaded time-macros v0.2.13 |
1107 | 2023-10-03T17:42:28.163Z | Downloaded tokio-stream v0.1.14 |
1108 | 2023-10-03T17:42:28.166Z | Downloaded blake2 v0.10.6 |
1109 | 2023-10-03T17:42:28.169Z | Downloaded allocator-api2 v0.2.16 |
1110 | 2023-10-03T17:42:28.172Z | Downloaded paste v1.0.14 |
1111 | 2023-10-03T17:42:28.174Z | Downloaded futures-io v0.3.28 |
1112 | 2023-10-03T17:42:28.177Z | Downloaded futures-executor v0.3.28 |
1113 | 2023-10-03T17:42:28.180Z | Downloaded dyn-clone v1.0.13 |
1114 | 2023-10-03T17:42:28.183Z | Downloaded mockall_derive v0.11.4 |
1115 | 2023-10-03T17:42:28.187Z | Downloaded unarray v0.1.4 |
1116 | 2023-10-03T17:42:28.196Z | Downloaded enum-iterator-derive v1.2.1 |
1117 | 2023-10-03T17:42:28.199Z | Downloaded tap v1.0.1 |
1118 | 2023-10-03T17:42:28.202Z | Downloaded thiserror v1.0.48 |
1119 | 2023-10-03T17:42:28.207Z | Downloaded utf-8 v0.7.6 |
1120 | 2023-10-03T17:42:28.213Z | Downloaded usdt-impl v0.3.5 |
1121 | 2023-10-03T17:42:28.218Z | Downloaded parking_lot_core v0.8.6 |
1122 | 2023-10-03T17:42:28.224Z | Downloaded getrandom v0.2.10 |
1123 | 2023-10-03T17:42:28.230Z | Downloaded getopts v0.2.21 |
1124 | 2023-10-03T17:42:28.233Z | Downloaded socket2 v0.5.3 |
1125 | 2023-10-03T17:42:28.236Z | Downloaded nanorand v0.7.0 |
1126 | 2023-10-03T17:42:28.239Z | Downloaded mockall v0.11.4 |
1127 | 2023-10-03T17:42:28.242Z | Downloaded debug-ignore v1.0.5 |
1128 | 2023-10-03T17:42:28.246Z | Downloaded synstructure v0.12.6 |
1129 | 2023-10-03T17:42:28.251Z | Downloaded parking_lot_core v0.9.8 |
1130 | 2023-10-03T17:42:28.253Z | Downloaded deranged v0.3.8 |
1131 | 2023-10-03T17:42:28.256Z | Downloaded path-dedot v3.1.0 |
1132 | 2023-10-03T17:42:28.260Z | Downloaded slog-stdlog v4.1.1 |
1133 | 2023-10-03T17:42:28.264Z | Downloaded cc v1.0.83 |
1134 | 2023-10-03T17:42:28.267Z | Downloaded usdt-macro v0.3.5 |
1135 | 2023-10-03T17:42:28.274Z | Downloaded zone_cfg_derive v0.2.0 |
1136 | 2023-10-03T17:42:28.283Z | Downloaded version_check v0.9.4 |
1137 | 2023-10-03T17:42:28.286Z | Downloaded tokio-native-tls v0.3.1 |
1138 | 2023-10-03T17:42:28.289Z | Downloaded proc-macro-error v1.0.4 |
1139 | 2023-10-03T17:42:28.293Z | Downloaded radium v0.7.0 |
1140 | 2023-10-03T17:42:28.296Z | Downloaded olpc-cjson v0.1.3 |
1141 | 2023-10-03T17:42:28.299Z | Downloaded fastrand v2.0.0 |
1142 | 2023-10-03T17:42:28.302Z | Downloaded rustfmt-wrapper v0.2.0 |
1143 | 2023-10-03T17:42:28.305Z | Downloaded derive_builder v0.12.0 |
1144 | 2023-10-03T17:42:28.308Z | Downloaded strsim v0.8.0 |
1145 | 2023-10-03T17:42:28.312Z | Downloaded io-lifetimes v1.0.11 |
1146 | 2023-10-03T17:42:28.315Z | Downloaded fallible-streaming-iterator v0.1.9 |
1147 | 2023-10-03T17:42:28.319Z | Downloaded structmeta v0.1.6 |
1148 | 2023-10-03T17:42:28.322Z | Downloaded strsim v0.10.0 |
1149 | 2023-10-03T17:42:28.325Z | Downloaded fnv v1.0.7 |
1150 | 2023-10-03T17:42:28.328Z | Downloaded ref-cast-impl v1.0.20 |
1151 | 2023-10-03T17:42:28.331Z | Downloaded predicates-tree v1.0.9 |
1152 | 2023-10-03T17:42:28.334Z | Downloaded structopt-derive v0.4.18 |
1153 | 2023-10-03T17:42:28.337Z | Downloaded data-encoding v2.4.0 |
1154 | 2023-10-03T17:42:28.341Z | Downloaded strum_macros v0.25.2 |
1155 | 2023-10-03T17:42:28.344Z | Downloaded structmeta-derive v0.1.6 |
1156 | 2023-10-03T17:42:28.370Z | Downloaded stringprep v0.1.3 |
1157 | 2023-10-03T17:42:28.374Z | Downloaded string_cache v0.8.7 |
1158 | 2023-10-03T17:42:28.377Z | Downloaded stable_deref_trait v1.2.0 |
1159 | 2023-10-03T17:42:28.380Z | Downloaded spki v0.7.2 |
1160 | 2023-10-03T17:42:28.385Z | Downloaded resolv-conf v0.7.0 |
1161 | 2023-10-03T17:42:28.389Z | Downloaded pin-project-lite v0.2.13 |
1162 | 2023-10-03T17:42:28.392Z | Downloaded der_derive v0.7.2 |
1163 | 2023-10-03T17:42:28.395Z | Downloaded nodrop v0.1.14 |
1164 | 2023-10-03T17:42:28.398Z | Downloaded linear-map v1.2.0 |
1165 | 2023-10-03T17:42:28.401Z | Downloaded aes-gcm-siv v0.11.1 |
1166 | 2023-10-03T17:42:28.404Z | Downloaded num_enum_derive v0.7.0 |
1167 | 2023-10-03T17:42:28.407Z | Downloaded async-trait v0.1.73 |
1168 | 2023-10-03T17:42:28.410Z | Downloaded bitflags v2.4.0 |
1169 | 2023-10-03T17:42:28.415Z | Downloaded scopeguard v1.2.0 |
1170 | 2023-10-03T17:42:28.418Z | Downloaded tokio-macros v2.1.0 |
1171 | 2023-10-03T17:42:28.421Z | Downloaded indexmap v2.0.0 |
1172 | 2023-10-03T17:42:28.424Z | Downloaded snafu-derive v0.7.5 |
1173 | 2023-10-03T17:42:28.427Z | Downloaded is-terminal v0.4.9 |
1174 | 2023-10-03T17:42:28.430Z | Downloaded ipnetwork v0.20.0 |
1175 | 2023-10-03T17:42:28.433Z | Downloaded cookie v0.16.2 |
1176 | 2023-10-03T17:42:28.436Z | Downloaded console v0.15.7 |
1177 | 2023-10-03T17:42:28.440Z | Downloaded filetime v0.2.22 |
1178 | 2023-10-03T17:42:28.444Z | Downloaded derive_builder_core v0.12.0 |
1179 | 2023-10-03T17:42:28.447Z | Downloaded clap v4.4.3 |
1180 | 2023-10-03T17:42:28.450Z | Downloaded addr2line v0.21.0 |
1181 | 2023-10-03T17:42:28.453Z | Downloaded corncobs v0.1.3 |
1182 | 2023-10-03T17:42:28.456Z | Downloaded crossbeam-utils v0.8.16 |
1183 | 2023-10-03T17:42:28.459Z | Downloaded tabled_derive v0.6.0 |
1184 | 2023-10-03T17:42:28.462Z | Downloaded subtle v2.5.0 |
1185 | 2023-10-03T17:42:28.465Z | Downloaded buf-list v1.0.3 |
1186 | 2023-10-03T17:42:28.468Z | Downloaded camino v1.1.6 |
1187 | 2023-10-03T17:42:28.471Z | Downloaded anstyle-parse v0.2.1 |
1188 | 2023-10-03T17:42:28.474Z | Downloaded autocfg v1.1.0 |
1189 | 2023-10-03T17:42:28.477Z | Downloaded base64ct v1.6.0 |
1190 | 2023-10-03T17:42:28.480Z | Downloaded impl-trait-for-tuples v0.2.2 |
1191 | 2023-10-03T17:42:28.482Z | Downloaded libloading v0.7.4 |
1192 | 2023-10-03T17:42:28.485Z | Downloaded async-stream v0.3.5 |
1193 | 2023-10-03T17:42:28.488Z | Downloaded bitflags v1.3.2 |
1194 | 2023-10-03T17:42:28.491Z | Downloaded ascii-canvas v3.0.0 |
1195 | 2023-10-03T17:42:28.494Z | Downloaded httparse v1.8.0 |
1196 | 2023-10-03T17:42:28.527Z | Downloaded slog-async v2.8.0 |
1197 | 2023-10-03T17:42:28.530Z | Downloaded normalize-line-endings v0.3.0 |
1198 | 2023-10-03T17:42:28.533Z | Downloaded instant v0.1.12 |
1199 | 2023-10-03T17:42:28.536Z | Downloaded indoc v1.0.9 |
1200 | 2023-10-03T17:42:28.539Z | Downloaded hyper-tls v0.5.0 |
1201 | 2023-10-03T17:42:28.542Z | Downloaded httpdate v1.0.3 |
1202 | 2023-10-03T17:42:28.545Z | Downloaded hostname v0.3.1 |
1203 | 2023-10-03T17:42:28.548Z | Downloaded crossbeam-deque v0.8.3 |
1204 | 2023-10-03T17:42:28.551Z | Downloaded lru-cache v0.1.2 |
1205 | 2023-10-03T17:42:28.555Z | Downloaded heck v0.4.1 |
1206 | 2023-10-03T17:42:28.559Z | Downloaded bitfield v0.14.0 |
1207 | 2023-10-03T17:42:28.562Z | Downloaded base64 v0.13.1 |
1208 | 2023-10-03T17:42:28.565Z | Downloaded clang-sys v1.6.1 |
1209 | 2023-10-03T17:42:28.569Z | Downloaded serde_yaml v0.9.25 |
1210 | 2023-10-03T17:42:28.572Z | Downloaded ryu v1.0.15 |
1211 | 2023-10-03T17:42:28.575Z | Downloaded cargo_metadata v0.18.0 |
1212 | 2023-10-03T17:42:28.578Z | Downloaded hubpack_derive v0.1.1 |
1213 | 2023-10-03T17:42:28.581Z | Downloaded bitstruct v0.1.1 |
1214 | 2023-10-03T17:42:28.584Z | Downloaded crossbeam v0.8.2 |
1215 | 2023-10-03T17:42:28.587Z | Downloaded cpufeatures v0.2.9 |
1216 | 2023-10-03T17:42:28.590Z | Downloaded serde_path_to_error v0.1.14 |
1217 | 2023-10-03T17:42:28.593Z | Downloaded sct v0.7.0 |
1218 | 2023-10-03T17:42:28.596Z | Downloaded num_enum_derive v0.5.11 |
1219 | 2023-10-03T17:42:28.599Z | Downloaded num-complex v0.4.4 |
1220 | 2023-10-03T17:42:28.601Z | Downloaded memoffset v0.9.0 |
1221 | 2023-10-03T17:42:28.604Z | Downloaded memoffset v0.7.1 |
1222 | 2023-10-03T17:42:28.607Z | Downloaded maybe-uninit v2.0.0 |
1223 | 2023-10-03T17:42:28.610Z | Downloaded managed v0.8.0 |
1224 | 2023-10-03T17:42:28.613Z | Downloaded jobserver v0.1.26 |
1225 | 2023-10-03T17:42:28.616Z | Downloaded cfg-if v0.1.10 |
1226 | 2023-10-03T17:42:28.619Z | Downloaded itoa v1.0.9 |
1227 | 2023-10-03T17:42:28.622Z | Downloaded sha-1 v0.10.1 |
1228 | 2023-10-03T17:42:28.625Z | Downloaded semver-parser v0.10.2 |
1229 | 2023-10-03T17:42:28.627Z | Downloaded num-iter v0.1.43 |
1230 | 2023-10-03T17:42:28.630Z | Downloaded md-5 v0.10.5 |
1231 | 2023-10-03T17:42:28.633Z | Downloaded libefi-sys v0.1.0 |
1232 | 2023-10-03T17:42:28.636Z | Downloaded lalrpop-util v0.19.12 |
1233 | 2023-10-03T17:42:28.639Z | Downloaded ident_case v1.0.1 |
1234 | 2023-10-03T17:42:28.642Z | Downloaded http-range v0.1.5 |
1235 | 2023-10-03T17:42:28.645Z | Downloaded colorchoice v1.0.0 |
1236 | 2023-10-03T17:42:28.648Z | Downloaded ciborium v0.2.1 |
1237 | 2023-10-03T17:42:28.652Z | Downloaded ascii v1.1.0 |
1238 | 2023-10-03T17:42:28.655Z | Downloaded shlex v1.1.0 |
1239 | 2023-10-03T17:42:28.658Z | Downloaded serde_spanned v0.6.3 |
1240 | 2023-10-03T17:42:28.662Z | Downloaded multer v2.1.0 |
1241 | 2023-10-03T17:42:28.665Z | Downloaded maplit v1.0.2 |
1242 | 2023-10-03T17:42:28.668Z | Downloaded keccak v0.1.4 |
1243 | 2023-10-03T17:42:28.671Z | Downloaded hyper-staticfile v0.9.5 |
1244 | 2023-10-03T17:42:28.674Z | Downloaded const_format_proc_macros v0.2.31 |
1245 | 2023-10-03T17:42:28.677Z | Downloaded bincode v1.3.3 |
1246 | 2023-10-03T17:42:28.680Z | Downloaded match_cfg v0.1.0 |
1247 | 2023-10-03T17:42:28.683Z | Downloaded macaddr v1.0.1 |
1248 | 2023-10-03T17:42:28.686Z | Downloaded lazy_static v1.4.0 |
1249 | 2023-10-03T17:42:28.689Z | Downloaded heck v0.3.3 |
1250 | 2023-10-03T17:42:28.693Z | Downloaded colored v2.0.4 |
1251 | 2023-10-03T17:42:28.697Z | Downloaded cipher v0.4.4 |
1252 | 2023-10-03T17:42:28.700Z | Downloaded bit-vec v0.6.3 |
1253 | 2023-10-03T17:42:28.703Z | Downloaded mime v0.3.17 |
1254 | 2023-10-03T17:42:28.707Z | Downloaded lazycell v1.3.0 |
1255 | 2023-10-03T17:42:28.712Z | Downloaded ciborium-ll v0.2.1 |
1256 | 2023-10-03T17:42:28.715Z | Downloaded block-padding v0.3.3 |
1257 | 2023-10-03T17:42:28.718Z | Downloaded ciborium-io v0.2.1 |
1258 | 2023-10-03T17:42:28.721Z | Downloaded cfg-if v1.0.0 |
1259 | 2023-10-03T17:42:28.724Z | Downloaded bytesize v1.3.0 |
1260 | 2023-10-03T17:42:28.732Z | Downloaded atty v0.2.14 |
1261 | 2023-10-03T17:42:28.735Z | Downloaded base16ct v0.2.0 |
1262 | 2023-10-03T17:42:28.738Z | Downloaded async-stream-impl v0.3.5 |
1263 | 2023-10-03T17:42:28.741Z | Downloaded anstyle-query v1.0.0 |
1264 | 2023-10-03T17:42:28.896Z | Compiling proc-macro2 v1.0.67 |
1265 | 2023-10-03T17:42:28.901Z | Compiling unicode-ident v1.0.12 |
1266 | 2023-10-03T17:42:28.904Z | Compiling libc v0.2.148 |
1267 | 2023-10-03T17:42:28.907Z | Compiling serde v1.0.188 |
1268 | 2023-10-03T17:42:28.911Z | Compiling autocfg v1.1.0 |
1269 | 2023-10-03T17:42:28.917Z | Compiling version_check v0.9.4 |
1270 | 2023-10-03T17:42:28.920Z | Compiling cfg-if v1.0.0 |
1271 | 2023-10-03T17:42:29.172Z | Compiling syn v1.0.109 |
1272 | 2023-10-03T17:42:29.175Z | Compiling once_cell v1.18.0 |
1273 | 2023-10-03T17:42:29.256Z | Compiling parking_lot_core v0.9.8 |
1274 | 2023-10-03T17:42:29.738Z | Compiling libm v0.2.7 |
1275 | 2023-10-03T17:42:29.900Z | Compiling ahash v0.8.3 |
1276 | 2023-10-03T17:42:29.993Z | Compiling lock_api v0.4.10 |
1277 | 2023-10-03T17:42:30.895Z | Compiling num-traits v0.2.16 |
1278 | 2023-10-03T17:42:30.926Z | Compiling typenum v1.16.0 |
1279 | 2023-10-03T17:42:31.043Z | Compiling thiserror v1.0.48 |
1280 | 2023-10-03T17:42:31.063Z | Compiling futures-core v0.3.28 |
1281 | 2023-10-03T17:42:31.120Z | Compiling generic-array v0.14.7 |
1282 | 2023-10-03T17:42:31.670Z | Compiling memchr v2.6.3 |
1283 | 2023-10-03T17:42:31.863Z | Compiling itoa v1.0.9 |
1284 | 2023-10-03T17:42:32.330Z | Compiling scopeguard v1.2.0 |
1285 | 2023-10-03T17:42:32.389Z | Compiling pkg-config v0.3.27 |
1286 | 2023-10-03T17:42:32.580Z | Compiling quote v1.0.33 |
1287 | 2023-10-03T17:42:33.222Z | Compiling syn v2.0.32 |
1288 | 2023-10-03T17:42:33.592Z | Compiling jobserver v0.1.26 |
1289 | 2023-10-03T17:42:33.939Z | Compiling getrandom v0.2.10 |
1290 | 2023-10-03T17:42:34.234Z | Compiling cc v1.0.83 |
1291 | 2023-10-03T17:42:34.602Z | Compiling slab v0.4.9 |
1292 | 2023-10-03T17:42:34.656Z | Compiling futures-channel v0.3.28 |
1293 | 2023-10-03T17:42:35.016Z | Compiling futures-task v0.3.28 |
1294 | 2023-10-03T17:42:35.316Z | Compiling futures-util v0.3.28 |
1295 | 2023-10-03T17:42:35.448Z | Compiling log v0.4.20 |
1296 | 2023-10-03T17:42:36.092Z | Compiling ryu v1.0.15 |
1297 | 2023-10-03T17:42:36.518Z | Compiling serde_json v1.0.107 |
1298 | 2023-10-03T17:42:36.521Z | Compiling pin-project-lite v0.2.13 |
1299 | 2023-10-03T17:42:36.683Z | Compiling smallvec v1.11.0 |
1300 | 2023-10-03T17:42:36.724Z | Compiling schemars v0.8.13 |
1301 | 2023-10-03T17:42:36.835Z | Compiling vcpkg v0.2.15 |
1302 | 2023-10-03T17:42:37.785Z | Compiling allocator-api2 v0.2.16 |
1303 | 2023-10-03T17:42:39.006Z | Compiling parking_lot v0.12.1 |
1304 | 2023-10-03T17:42:39.029Z | Compiling ring v0.16.20 |
1305 | 2023-10-03T17:42:39.057Z | Compiling hashbrown v0.14.0 |
1306 | 2023-10-03T17:42:39.829Z | Compiling openssl-sys v0.9.93 |
1307 | 2023-10-03T17:42:40.625Z | Compiling num_cpus v1.16.0 |
1308 | 2023-10-03T17:42:41.513Z | Compiling equivalent v1.0.1 |
1309 | 2023-10-03T17:42:41.706Z | Compiling rand_core v0.6.4 |
1310 | 2023-10-03T17:42:42.176Z | Compiling indexmap v1.9.3 |
1311 | 2023-10-03T17:42:42.242Z | Compiling heck v0.4.1 |
1312 | 2023-10-03T17:42:42.450Z | Compiling byteorder v1.4.3 |
1313 | 2023-10-03T17:42:42.881Z | Compiling spin v0.5.2 |
1314 | 2023-10-03T17:42:43.252Z | Compiling httparse v1.8.0 |
1315 | 2023-10-03T17:42:43.255Z | Compiling mio v0.8.8 |
1316 | 2023-10-03T17:42:43.259Z | Compiling socket2 v0.5.3 |
1317 | 2023-10-03T17:42:43.759Z | Compiling signal-hook-registry v1.4.1 |
1318 | 2023-10-03T17:42:45.830Z | Compiling serde_derive_internals v0.26.0 |
1319 | 2023-10-03T17:42:46.404Z | Compiling openssl v0.10.57 |
1320 | 2023-10-03T17:42:46.519Z | Compiling fnv v1.0.7 |
1321 | 2023-10-03T17:42:46.595Z | Compiling semver v1.0.18 |
1322 | 2023-10-03T17:42:47.374Z | Compiling rustls v0.21.7 |
1323 | 2023-10-03T17:42:47.435Z | Compiling iana-time-zone v0.1.57 |
1324 | 2023-10-03T17:42:47.550Z | Compiling native-tls v0.2.11 |
1325 | 2023-10-03T17:42:47.742Z | Compiling unicode-xid v0.2.4 |
1326 | 2023-10-03T17:42:47.828Z | Compiling crossbeam-utils v0.8.16 |
1327 | 2023-10-03T17:42:47.962Z | Compiling ucd-trie v0.1.6 |
1328 | 2023-10-03T17:42:47.986Z | Compiling synstructure v0.12.6 |
1329 | 2023-10-03T17:42:49.715Z | Compiling io-lifetimes v1.0.11 |
1330 | 2023-10-03T17:42:49.793Z | Compiling futures-sink v0.3.28 |
1331 | 2023-10-03T17:42:49.818Z | Compiling winnow v0.5.15 |
1332 | 2023-10-03T17:42:50.081Z | Compiling backtrace v0.3.69 |
1333 | 2023-10-03T17:42:50.497Z | Compiling dyn-clone v1.0.13 |
1334 | 2023-10-03T17:42:50.525Z | Compiling tinyvec_macros v0.1.1 |
1335 | 2023-10-03T17:42:50.659Z | Compiling tinyvec v1.6.0 |
1336 | 2023-10-03T17:42:51.649Z | Compiling tracing-core v0.1.31 |
1337 | 2023-10-03T17:42:51.670Z | Compiling memoffset v0.9.0 |
1338 | 2023-10-03T17:42:51.728Z | Compiling num-integer v0.1.45 |
1339 | 2023-10-03T17:42:51.821Z | Compiling futures-io v0.3.28 |
1340 | 2023-10-03T17:42:52.103Z | Compiling subtle v2.5.0 |
1341 | 2023-10-03T17:42:52.149Z | Compiling pin-utils v0.1.0 |
1342 | 2023-10-03T17:42:52.289Z | Compiling rustix v0.37.23 |
1343 | 2023-10-03T17:42:52.355Z | Compiling rustix v0.38.9 |
1344 | 2023-10-03T17:42:53.170Z | Compiling hashbrown v0.13.2 |
1345 | 2023-10-03T17:42:53.285Z | Compiling unicode-normalization v0.1.22 |
1346 | 2023-10-03T17:42:53.333Z | Compiling aho-corasick v1.0.4 |
1347 | 2023-10-03T17:42:53.846Z | Compiling usdt-impl v0.3.5 |
1348 | 2023-10-03T17:42:54.984Z | Compiling anyhow v1.0.75 |
1349 | 2023-10-03T17:42:55.142Z | Compiling time-core v0.1.1 |
1350 | 2023-10-03T17:42:55.409Z | Compiling unicode-bidi v0.3.13 |
1351 | 2023-10-03T17:42:55.627Z | Compiling serde_derive v1.0.188 |
1352 | 2023-10-03T17:42:55.652Z | Compiling zeroize_derive v1.4.2 |
1353 | 2023-10-03T17:42:56.070Z | Compiling thiserror-impl v1.0.48 |
1354 | 2023-10-03T17:42:56.202Z | Compiling tokio-macros v2.1.0 |
1355 | 2023-10-03T17:42:56.326Z | Compiling futures-macro v0.3.28 |
1356 | 2023-10-03T17:42:56.664Z | Compiling tracing-attributes v0.1.26 |
1357 | 2023-10-03T17:42:57.596Z | Compiling schemars_derive v0.8.13 |
1358 | 2023-10-03T17:42:58.263Z | Compiling zeroize v1.6.0 |
1359 | 2023-10-03T17:42:59.492Z | Compiling openssl-macros v0.1.1 |
1360 | 2023-10-03T17:42:59.579Z | Compiling zerocopy-derive v0.2.0 |
1361 | 2023-10-03T17:43:01.071Z | Compiling pest v2.7.2 |
1362 | 2023-10-03T17:43:01.522Z | Compiling crypto-common v0.1.6 |
1363 | 2023-10-03T17:43:01.853Z | Compiling block-buffer v0.10.4 |
1364 | 2023-10-03T17:43:02.136Z | Compiling tracing v0.1.37 |
1365 | 2023-10-03T17:43:02.333Z | Compiling bitflags v1.3.2 |
1366 | 2023-10-03T17:43:02.396Z | Compiling const-oid v0.9.5 |
1367 | 2023-10-03T17:43:02.484Z | Compiling regex-syntax v0.7.5 |
1368 | 2023-10-03T17:43:02.523Z | Compiling slog v2.7.0 |
1369 | 2023-10-03T17:43:03.218Z | Compiling crc32fast v1.3.2 |
1370 | 2023-10-03T17:43:04.983Z | Compiling time-macros v0.2.13 |
1371 | 2023-10-03T17:43:05.904Z | Compiling pest_meta v2.7.2 |
1372 | 2023-10-03T17:43:06.076Z | Compiling digest v0.10.7 |
1373 | 2023-10-03T17:43:09.856Z | Compiling pest_generator v2.7.2 |
1374 | 2023-10-03T17:43:11.043Z | Compiling regex-automata v0.3.8 |
1375 | 2023-10-03T17:43:12.198Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1376 | 2023-10-03T17:43:12.604Z | Compiling crossbeam-epoch v0.9.15 |
1377 | 2023-10-03T17:43:13.009Z | Compiling ppv-lite86 v0.2.17 |
1378 | 2023-10-03T17:43:13.026Z | Compiling pest_derive v2.7.2 |
1379 | 2023-10-03T17:43:13.206Z | Compiling async-trait v0.1.73 |
1380 | 2023-10-03T17:43:14.207Z | Compiling rand_chacha v0.3.1 |
1381 | 2023-10-03T17:43:14.290Z | Compiling zerocopy v0.3.0 |
1382 | 2023-10-03T17:43:15.533Z | Compiling zerocopy-derive v0.6.3 |
1383 | 2023-10-03T17:43:15.852Z | Compiling untrusted v0.7.1 |
1384 | 2023-10-03T17:43:16.152Z | Compiling strsim v0.10.0 |
1385 | 2023-10-03T17:43:16.599Z | Compiling base64 v0.21.4 |
1386 | 2023-10-03T17:43:17.721Z | Compiling dof v0.1.5 |
1387 | 2023-10-03T17:43:18.647Z | Compiling bytes v1.5.0 |
1388 | 2023-10-03T17:43:19.102Z | Compiling indexmap v2.0.0 |
1389 | 2023-10-03T17:43:20.618Z | Compiling uuid v1.4.1 |
1390 | 2023-10-03T17:43:21.158Z | Compiling chrono v0.4.31 |
1391 | 2023-10-03T17:43:21.746Z | Compiling tokio v1.32.0 |
1392 | 2023-10-03T17:43:22.531Z | Compiling serde_spanned v0.6.3 |
1393 | 2023-10-03T17:43:22.883Z | Compiling toml_datetime v0.6.3 |
1394 | 2023-10-03T17:43:23.346Z | Compiling toml_edit v0.19.15 |
1395 | 2023-10-03T17:43:27.027Z | Compiling bitflags v2.4.0 |
1396 | 2023-10-03T17:43:27.977Z | Compiling http v0.2.9 |
1397 | 2023-10-03T17:43:28.437Z | Compiling rustc_version v0.4.0 |
1398 | 2023-10-03T17:43:29.448Z | Compiling heapless v0.7.16 |
1399 | 2023-10-03T17:43:31.451Z | Compiling regex v1.9.5 |
1400 | 2023-10-03T17:43:31.859Z | Compiling rand v0.8.5 |
1401 | 2023-10-03T17:43:33.972Z | Compiling dtrace-parser v0.1.14 |
1402 | 2023-10-03T17:43:35.638Z | Compiling errno v0.3.2 |
1403 | 2023-10-03T17:43:35.984Z | Compiling thread-id v4.2.0 |
1404 | 2023-10-03T17:43:36.250Z | Compiling num-bigint v0.4.4 |
1405 | 2023-10-03T17:43:36.778Z | Compiling tokio-util v0.7.8 |
1406 | 2023-10-03T17:43:37.131Z | Compiling unicode-width v0.1.10 |
1407 | 2023-10-03T17:43:37.262Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1408 | 2023-10-03T17:43:37.383Z | Compiling foreign-types-shared v0.1.1 |
1409 | 2023-10-03T17:43:37.545Z | Compiling hashbrown v0.12.3 |
1410 | 2023-10-03T17:43:38.605Z | Compiling radium v0.7.0 |
1411 | 2023-10-03T17:43:38.693Z | Compiling openssl-probe v0.1.5 |
1412 | 2023-10-03T17:43:38.801Z | Compiling percent-encoding v2.3.0 |
1413 | 2023-10-03T17:43:39.197Z | Compiling smoltcp v0.9.1 |
1414 | 2023-10-03T17:43:39.366Z | Compiling foreign-types v0.3.2 |
1415 | 2023-10-03T17:43:41.062Z | Compiling serde_tokenstream v0.1.7 |
1416 | 2023-10-03T17:43:43.260Z | Compiling lazy_static v1.4.0 |
1417 | 2023-10-03T17:43:43.471Z | Compiling socket2 v0.4.9 |
1418 | 2023-10-03T17:43:44.899Z | Compiling try-lock v0.2.4 |
1419 | 2023-10-03T17:43:45.121Z | Compiling siphasher v0.3.11 |
1420 | 2023-10-03T17:43:46.274Z | Compiling unicode-segmentation v1.10.1 |
1421 | 2023-10-03T17:43:46.381Z | Compiling adler v1.0.2 |
1422 | 2023-10-03T17:43:47.172Z | Compiling miniz_oxide v0.7.1 |
1423 | 2023-10-03T17:43:47.986Z | Compiling want v0.3.1 |
1424 | 2023-10-03T17:43:50.206Z | Compiling h2 v0.3.21 |
1425 | 2023-10-03T17:43:50.637Z | Compiling form_urlencoded v1.2.0 |
1426 | 2023-10-03T17:43:51.089Z | Compiling http-body v0.4.5 |
1427 | 2023-10-03T17:43:51.316Z | Compiling rustls-webpki v0.101.4 |
1428 | 2023-10-03T17:43:51.756Z | Compiling sct v0.7.0 |
1429 | 2023-10-03T17:43:52.290Z | Compiling hubpack_derive v0.1.1 |
1430 | 2023-10-03T17:43:53.575Z | Compiling num-iter v0.1.43 |
1431 | 2023-10-03T17:43:53.753Z | Compiling tower-service v0.3.2 |
1432 | 2023-10-03T17:43:53.929Z | Compiling anstyle v1.0.2 |
1433 | 2023-10-03T17:43:53.992Z | Compiling utf8parse v0.2.1 |
1434 | 2023-10-03T17:43:54.301Z | Compiling httpdate v1.0.3 |
1435 | 2023-10-03T17:43:54.407Z | Compiling cpufeatures v0.2.9 |
1436 | 2023-10-03T17:43:54.613Z | Compiling sha2 v0.10.7 |
1437 | 2023-10-03T17:43:54.936Z | Compiling anstyle-parse v0.2.1 |
1438 | 2023-10-03T17:43:59.383Z | Compiling usdt-macro v0.3.5 |
1439 | 2023-10-03T17:43:59.767Z | Compiling usdt-attr-macro v0.3.5 |
1440 | 2023-10-03T17:44:01.853Z | Compiling hyper v0.14.27 |
1441 | 2023-10-03T17:44:03.121Z | Compiling openapiv3 v1.0.3 |
1442 | 2023-10-03T17:44:03.870Z | Compiling rustls-pemfile v1.0.3 |
1443 | 2023-10-03T17:44:04.387Z | Compiling md-5 v0.10.5 |
1444 | 2023-10-03T17:44:04.769Z | Compiling hmac v0.12.1 |
1445 | 2023-10-03T17:44:05.892Z | Compiling stringprep v0.1.3 |
1446 | 2023-10-03T17:44:07.378Z | Compiling idna v0.4.0 |
1447 | 2023-10-03T17:44:07.381Z | Compiling diesel_table_macro_syntax v0.1.0 |
1448 | 2023-10-03T17:44:07.990Z | Compiling hash32 v0.2.1 |
1449 | 2023-10-03T17:44:08.563Z | Compiling spin v0.9.8 |
1450 | 2023-10-03T17:44:09.836Z | Compiling colorchoice v1.0.0 |
1451 | 2023-10-03T17:44:10.053Z | Compiling anstyle-query v1.0.0 |
1452 | 2023-10-03T17:44:10.219Z | Compiling fallible-iterator v0.2.0 |
1453 | 2023-10-03T17:44:10.441Z | Compiling gimli v0.28.0 |
1454 | 2023-10-03T17:44:10.483Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2023-10-03T17:44:10.829Z | Compiling anstream v0.5.0 |
1456 | 2023-10-03T17:44:11.406Z | Compiling postgres-protocol v0.6.6 |
1457 | 2023-10-03T17:44:11.880Z | Compiling url v2.4.1 |
1458 | 2023-10-03T17:44:12.701Z | Compiling diesel_derives v2.1.1 |
1459 | 2023-10-03T17:44:13.952Z | Compiling rustls-native-certs v0.6.3 |
1460 | 2023-10-03T17:44:14.751Z | Compiling tokio-rustls v0.24.1 |
1461 | 2023-10-03T17:44:17.769Z | Compiling addr2line v0.21.0 |
1462 | 2023-10-03T17:44:18.815Z | Compiling tokio-native-tls v0.3.1 |
1463 | 2023-10-03T17:44:19.243Z | Compiling terminal_size v0.2.6 |
1464 | 2023-10-03T17:44:20.077Z | Compiling phf_shared v0.11.2 |
1465 | 2023-10-03T17:44:22.420Z | Compiling serde_tokenstream v0.2.0 |
1466 | 2023-10-03T17:44:22.713Z | Compiling block-padding v0.3.3 |
1467 | 2023-10-03T17:44:22.785Z | Compiling enum-as-inner v0.5.1 |
1468 | 2023-10-03T17:44:23.078Z | Compiling serde_repr v0.1.16 |
1469 | 2023-10-03T17:44:23.202Z | Compiling clap_derive v4.4.2 |
1470 | 2023-10-03T17:44:24.742Z | Compiling scheduled-thread-pool v0.2.7 |
1471 | 2023-10-03T17:44:25.527Z | Compiling object v0.32.1 |
1472 | 2023-10-03T17:44:36.748Z | Compiling managed v0.8.0 |
1473 | 2023-10-03T17:44:37.456Z | Compiling rustc-demangle v0.1.23 |
1474 | 2023-10-03T17:44:37.581Z | Compiling num_threads v0.1.6 |
1475 | 2023-10-03T17:44:37.909Z | Compiling clap_lex v0.5.1 |
1476 | 2023-10-03T17:44:38.985Z | Compiling tap v1.0.1 |
1477 | 2023-10-03T17:44:39.267Z | Compiling either v1.9.0 |
1478 | 2023-10-03T17:44:39.366Z | Compiling bit-vec v0.6.3 |
1479 | 2023-10-03T17:44:39.820Z | Compiling deranged v0.3.8 |
1480 | 2023-10-03T17:44:43.072Z | Compiling ipnet v2.8.0 |
1481 | 2023-10-03T17:44:43.165Z | Compiling regex-automata v0.1.10 |
1482 | 2023-10-03T17:44:43.967Z | Compiling matches v0.1.10 |
1483 | 2023-10-03T17:44:44.106Z | Compiling idna v0.2.3 |
1484 | 2023-10-03T17:44:44.490Z | Compiling bstr v0.2.17 |
1485 | 2023-10-03T17:44:44.627Z | Compiling time v0.3.27 |
1486 | 2023-10-03T17:44:46.622Z | Compiling itertools v0.10.5 |
1487 | 2023-10-03T17:44:49.992Z | Compiling wyz v0.5.1 |
1488 | 2023-10-03T17:44:50.409Z | Compiling clap_builder v4.4.2 |
1489 | 2023-10-03T17:44:51.388Z | Compiling r2d2 v0.8.10 |
1490 | 2023-10-03T17:44:53.006Z | Compiling inout v0.1.3 |
1491 | 2023-10-03T17:44:55.742Z | Compiling phf v0.11.2 |
1492 | 2023-10-03T17:44:56.246Z | Compiling hyper-tls v0.5.0 |
1493 | 2023-10-03T17:44:56.816Z | Compiling hyper-rustls v0.24.1 |
1494 | 2023-10-03T17:44:57.857Z | Compiling flate2 v1.0.27 |
1495 | 2023-10-03T17:44:59.314Z | Compiling postgres-types v0.2.6 |
1496 | 2023-10-03T17:44:59.610Z | Compiling hubpack v0.1.2 |
1497 | 2023-10-03T17:45:00.338Z | Compiling serde_urlencoded v0.7.1 |
1498 | 2023-10-03T17:45:00.848Z | Compiling phf_shared v0.10.0 |
1499 | 2023-10-03T17:45:01.177Z | Compiling ipnetwork v0.20.0 |
1500 | 2023-10-03T17:45:01.507Z | Compiling zerocopy v0.6.3 |
1501 | 2023-10-03T17:45:02.731Z | Compiling futures-executor v0.3.28 |
1502 | 2023-10-03T17:45:03.521Z | Compiling regress v0.7.1 |
1503 | 2023-10-03T17:45:03.730Z | Compiling float-cmp v0.9.0 |
1504 | 2023-10-03T17:45:03.778Z | Compiling encoding_rs v0.8.33 |
1505 | 2023-10-03T17:45:04.077Z | Compiling normalize-line-endings v0.3.0 |
1506 | 2023-10-03T17:45:04.575Z | Compiling unicode-linebreak v0.1.5 |
1507 | 2023-10-03T17:45:05.065Z | Compiling static_assertions v1.1.0 |
1508 | 2023-10-03T17:45:05.220Z | Compiling data-encoding v2.4.0 |
1509 | 2023-10-03T17:45:05.476Z | Compiling whoami v1.4.1 |
1510 | 2023-10-03T17:45:06.393Z | Compiling smawk v0.3.1 |
1511 | 2023-10-03T17:45:06.731Z | Compiling fixedbitset v0.4.2 |
1512 | 2023-10-03T17:45:07.563Z | Compiling new_debug_unreachable v1.0.4 |
1513 | 2023-10-03T17:45:07.703Z | Compiling funty v2.0.0 |
1514 | 2023-10-03T17:45:07.822Z | Compiling mime v0.3.17 |
1515 | 2023-10-03T17:45:08.282Z | Compiling webpki-roots v0.25.2 |
1516 | 2023-10-03T17:45:08.545Z | Compiling precomputed-hash v0.1.1 |
1517 | 2023-10-03T17:45:08.646Z | Compiling difflib v0.4.0 |
1518 | 2023-10-03T17:45:10.140Z | Compiling predicates-core v1.0.6 |
1519 | 2023-10-03T17:45:10.639Z | Compiling predicates v3.0.3 |
1520 | 2023-10-03T17:45:10.787Z | Compiling bitvec v1.0.1 |
1521 | 2023-10-03T17:45:10.936Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1522 | 2023-10-03T17:45:11.303Z | Compiling string_cache v0.8.7 |
1523 | 2023-10-03T17:45:11.957Z | Compiling reqwest v0.11.20 |
1524 | 2023-10-03T17:45:12.001Z | Compiling petgraph v0.6.4 |
1525 | 2023-10-03T17:45:13.133Z | Compiling textwrap v0.16.0 |
1526 | 2023-10-03T17:45:14.875Z | Compiling trust-dns-proto v0.22.0 |
1527 | 2023-10-03T17:45:18.385Z | Compiling tokio-postgres v0.7.10 |
1528 | 2023-10-03T17:45:18.780Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1529 | 2023-10-03T17:45:29.520Z | Compiling futures v0.3.28 |
1530 | 2023-10-03T17:45:30.777Z | Compiling diesel v2.1.1 |
1531 | 2023-10-03T17:45:31.132Z | Compiling yasna v0.5.2 |
1532 | 2023-10-03T17:45:31.423Z | Compiling clap v4.4.3 |
1533 | 2023-10-03T17:45:31.589Z | Compiling cipher v0.4.4 |
1534 | 2023-10-03T17:45:32.077Z | Compiling similar v2.2.1 |
1535 | 2023-10-03T17:45:32.348Z | Compiling bit-set v0.5.3 |
1536 | 2023-10-03T17:45:32.954Z | Compiling usdt v0.3.5 |
1537 | 2023-10-03T17:45:33.993Z | Compiling console v0.15.7 |
1538 | 2023-10-03T17:45:34.082Z | Compiling tokio-stream v0.1.14 |
1539 | 2023-10-03T17:45:35.511Z | Compiling toml v0.7.8 |
1540 | 2023-10-03T17:45:35.690Z | Compiling bstr v1.6.0 |
1541 | 2023-10-03T17:45:36.218Z | Compiling hex v0.4.3 |
1542 | 2023-10-03T17:45:37.302Z | Compiling signature v2.1.0 |
1543 | 2023-10-03T17:45:38.264Z | Compiling lalrpop-util v0.19.12 |
1544 | 2023-10-03T17:45:40.448Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1545 | 2023-10-03T17:45:43.411Z | Compiling proc-macro-crate v1.3.1 |
1546 | 2023-10-03T17:45:47.240Z | Compiling ident_case v1.0.1 |
1547 | 2023-10-03T17:45:47.606Z | Compiling darling_core v0.20.3 |
1548 | 2023-10-03T17:45:56.325Z | Compiling num_enum_derive v0.5.11 |
1549 | 2023-10-03T17:46:05.853Z | Compiling crossbeam-channel v0.5.8 |
1550 | 2023-10-03T17:46:13.404Z | Compiling atty v0.2.14 |
1551 | 2023-10-03T17:46:13.626Z | Compiling proc-macro-error-attr v1.0.4 |
1552 | 2023-10-03T17:46:19.349Z | Compiling num_enum v0.5.11 |
1553 | 2023-10-03T17:46:20.804Z | Compiling darling_macro v0.20.3 |
1554 | 2023-10-03T17:46:35.305Z | Compiling dirs-sys-next v0.1.2 |
1555 | 2023-10-03T17:46:36.872Z | Compiling proc-macro-error v1.0.4 |
1556 | 2023-10-03T17:46:38.049Z | Compiling rustversion v1.0.14 |
1557 | 2023-10-03T17:46:43.962Z | Compiling dirs-next v2.0.0 |
1558 | 2023-10-03T17:46:49.296Z | Compiling darling v0.20.3 |
1559 | 2023-10-03T17:46:54.915Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1560 | 2023-10-03T17:46:58.946Z | Compiling getopts v0.2.21 |
1561 | 2023-10-03T17:47:01.533Z | Compiling structmeta-derive v0.1.6 |
1562 | 2023-10-03T17:47:02.117Z | Compiling thread_local v1.1.7 |
1563 | 2023-10-03T17:47:02.813Z | Compiling multer v2.1.0 |
1564 | 2023-10-03T17:47:03.233Z | Compiling paste v1.0.14 |
1565 | 2023-10-03T17:47:06.170Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1566 | 2023-10-03T17:47:07.053Z | Compiling unsafe-libyaml v0.2.9 |
1567 | 2023-10-03T17:47:12.157Z | Compiling match_cfg v0.1.0 |
1568 | 2023-10-03T17:47:13.019Z | Compiling camino v1.1.6 |
1569 | 2023-10-03T17:47:13.620Z | Compiling slog-async v2.8.0 |
1570 | 2023-10-03T17:47:20.832Z | Compiling hostname v0.3.1 |
1571 | 2023-10-03T17:47:27.183Z | Compiling serde_yaml v0.9.25 |
1572 | 2023-10-03T17:47:27.511Z | Compiling structmeta v0.1.6 |
1573 | 2023-10-03T17:47:28.351Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1574 | 2023-10-03T17:47:33.625Z | Compiling serde_with_macros v2.3.3 |
1575 | 2023-10-03T17:47:38.820Z | Compiling term v0.7.0 |
1576 | 2023-10-03T17:47:40.340Z | Compiling slog-json v2.6.1 |
1577 | 2023-10-03T17:47:44.253Z | Compiling async-stream-impl v0.3.5 |
1578 | 2023-10-03T17:47:44.962Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1579 | 2023-10-03T17:47:45.381Z | Compiling postcard-cobs v0.1.5-pre |
1580 | 2023-10-03T17:47:46.067Z | Compiling take_mut v0.2.2 |
1581 | 2023-10-03T17:47:46.242Z | Compiling atomic-waker v1.1.1 |
1582 | 2023-10-03T17:47:46.329Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1583 | 2023-10-03T17:47:46.719Z | Compiling regex-syntax v0.6.29 |
1584 | 2023-10-03T17:47:47.214Z | Compiling waitgroup v0.1.2 |
1585 | 2023-10-03T17:47:47.574Z | Compiling async-stream v0.3.5 |
1586 | 2023-10-03T17:47:47.705Z | Compiling postcard v0.7.3 |
1587 | 2023-10-03T17:47:48.205Z | Compiling strum_macros v0.25.2 |
1588 | 2023-10-03T17:47:48.630Z | Compiling slog-bunyan v2.4.0 |
1589 | 2023-10-03T17:47:49.029Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1590 | 2023-10-03T17:47:53.140Z | Compiling slog-term v2.9.0 |
1591 | 2023-10-03T17:47:54.383Z | Compiling serde_with v2.3.3 |
1592 | 2023-10-03T17:47:56.466Z | Compiling parse-display-derive v0.7.0 |
1593 | 2023-10-03T17:48:03.019Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1594 | 2023-10-03T17:48:03.807Z | Compiling sha1 v0.10.5 |
1595 | 2023-10-03T17:48:05.311Z | Compiling smoltcp v0.8.2 |
1596 | 2023-10-03T17:48:05.337Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1597 | 2023-10-03T17:48:05.793Z | Compiling serde_path_to_error v0.1.14 |
1598 | 2023-10-03T17:48:05.964Z | Compiling foreign-types-macros v0.2.3 |
1599 | 2023-10-03T17:48:07.598Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1600 | 2023-10-03T17:48:07.913Z | Compiling instant v0.1.12 |
1601 | 2023-10-03T17:48:08.033Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1602 | 2023-10-03T17:48:08.169Z | Compiling foreign-types-shared v0.3.1 |
1603 | 2023-10-03T17:48:08.336Z | Compiling debug-ignore v1.0.5 |
1604 | 2023-10-03T17:48:08.444Z | Compiling cfg-if v0.1.10 |
1605 | 2023-10-03T17:48:08.569Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1606 | 2023-10-03T17:48:08.635Z | Compiling foreign-types v0.5.0 |
1607 | 2023-10-03T17:48:08.804Z | Compiling backoff v0.4.0 |
1608 | 2023-10-03T17:48:09.022Z | Compiling parse-display v0.7.0 |
1609 | 2023-10-03T17:48:09.341Z | Compiling strum v0.25.0 |
1610 | 2023-10-03T17:48:09.680Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1611 | 2023-10-03T17:48:09.937Z | Compiling is-terminal v0.4.9 |
1612 | 2023-10-03T17:48:09.990Z | Compiling macaddr v1.0.1 |
1613 | 2023-10-03T17:48:10.134Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1614 | 2023-10-03T17:48:11.131Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1615 | 2023-10-03T17:48:11.487Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1616 | 2023-10-03T17:48:11.967Z | Compiling cstr-argument v0.1.2 |
1617 | 2023-10-03T17:48:12.354Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1618 | 2023-10-03T17:48:12.663Z | Compiling base64ct v1.6.0 |
1619 | 2023-10-03T17:48:12.753Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-10-03T17:48:13.125Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1621 | 2023-10-03T17:48:13.732Z | Compiling password-hash v0.5.0 |
1622 | 2023-10-03T17:48:14.561Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1623 | 2023-10-03T17:48:15.964Z | Compiling colored v2.0.4 |
1624 | 2023-10-03T17:48:17.748Z | Compiling heck v0.3.3 |
1625 | 2023-10-03T17:48:17.928Z | Compiling textwrap v0.11.0 |
1626 | 2023-10-03T17:48:18.269Z | Compiling blake2 v0.10.6 |
1627 | 2023-10-03T17:48:18.339Z | Compiling strsim v0.8.0 |
1628 | 2023-10-03T17:48:18.366Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1629 | 2023-10-03T17:48:18.679Z | Compiling rayon-core v1.11.0 |
1630 | 2023-10-03T17:48:19.099Z | Compiling ansi_term v0.12.1 |
1631 | 2023-10-03T17:48:19.717Z | Compiling libefi-sys v0.1.0 |
1632 | 2023-10-03T17:48:20.129Z | Compiling vec_map v0.8.2 |
1633 | 2023-10-03T17:48:20.556Z | Compiling argon2 v0.5.2 |
1634 | 2023-10-03T17:48:20.578Z | Compiling structopt-derive v0.4.18 |
1635 | 2023-10-03T17:48:20.646Z | Compiling clap v2.34.0 |
1636 | 2023-10-03T17:48:25.096Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1637 | 2023-10-03T17:48:25.372Z | Compiling zone_cfg_derive v0.2.0 |
1638 | 2023-10-03T17:48:25.844Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1639 | 2023-10-03T17:48:26.656Z | Compiling crossbeam-deque v0.8.3 |
1640 | 2023-10-03T17:48:27.285Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1641 | 2023-10-03T17:48:27.601Z | Compiling portable-atomic v1.4.3 |
1642 | 2023-10-03T17:48:27.823Z | Compiling keccak v0.1.4 |
1643 | 2023-10-03T17:48:29.052Z | Compiling sha3 v0.10.8 |
1644 | 2023-10-03T17:48:29.538Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1645 | 2023-10-03T17:48:29.588Z | Compiling zone v0.2.0 |
1646 | 2023-10-03T17:48:34.005Z | Compiling structopt v0.3.26 |
1647 | 2023-10-03T17:48:34.264Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1648 | 2023-10-03T17:48:35.138Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1649 | 2023-10-03T17:48:36.040Z | Compiling hkdf v0.12.3 |
1650 | 2023-10-03T17:48:36.460Z | Compiling smf v0.2.2 |
1651 | 2023-10-03T17:48:37.025Z | Compiling secrecy v0.8.0 |
1652 | 2023-10-03T17:48:37.096Z | Compiling filetime v0.2.22 |
1653 | 2023-10-03T17:48:37.443Z | Compiling xattr v1.0.1 |
1654 | 2023-10-03T17:48:37.617Z | Compiling same-file v1.0.6 |
1655 | 2023-10-03T17:48:37.887Z | Compiling fastrand v2.0.0 |
1656 | 2023-10-03T17:48:38.103Z | Compiling walkdir v2.4.0 |
1657 | 2023-10-03T17:48:38.221Z | Compiling tar v0.4.40 |
1658 | 2023-10-03T17:48:39.092Z | Compiling tempfile v3.8.0 |
1659 | 2023-10-03T17:48:41.269Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1660 | 2023-10-03T17:48:41.926Z | Compiling rayon v1.7.0 |
1661 | 2023-10-03T17:48:43.013Z | Compiling number_prefix v0.4.0 |
1662 | 2023-10-03T17:48:43.399Z | Compiling omicron-zone-package v0.8.3 |
1663 | 2023-10-03T17:48:45.759Z | Compiling topological-sort v0.2.2 |
1664 | 2023-10-03T17:48:50.790Z | Compiling indicatif v0.17.6 |
1665 | 2023-10-03T17:48:56.788Z | Compiling bzip2 v0.4.4 |
1666 | 2023-10-03T17:48:57.367Z | Compiling zip v0.6.6 |
1667 | 2023-10-03T17:48:59.220Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1668 | 2023-10-03T17:48:59.642Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1669 | 2023-10-03T17:49:01.119Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1670 | 2023-10-03T17:49:01.123Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1671 | 2023-10-03T17:49:09.971Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1672 | 2023-10-03T17:49:09.974Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1673 | 2023-10-03T17:49:09.977Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1674 | 2023-10-03T17:49:23.394Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1675 | 2023-10-03T17:49:24.780Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1676 | 2023-10-03T17:49:59.708Z | Finished release [optimized] target(s) in 8m 03s |
1677 | 2023-10-03T17:49:59.961Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1678 | 2023-10-03T17:50:00.039Z | Created new build target 'test' and set it as active |
1679 | 2023-10-03T17:50:00.042Z | |
1680 | 2023-10-03T17:50:00.045Z | real 8:04.273143125 |
1681 | 2023-10-03T17:50:00.049Z | user 51:16.603967739 |
1682 | 2023-10-03T17:50:00.052Z | sys 4:25.994287236 |
1683 | 2023-10-03T17:50:00.055Z | trap 1.984952974 |
1684 | 2023-10-03T17:50:00.058Z | tflt 5.000754745 |
1685 | 2023-10-03T17:50:00.061Z | dflt 5.696845742 |
1686 | 2023-10-03T17:50:00.064Z | kflt 0.037335093 |
1687 | 2023-10-03T17:50:00.066Z | lock 1:57:08.627155296 |
1688 | 2023-10-03T17:50:00.069Z | slp 2:49:51.202150916 |
1689 | 2023-10-03T17:50:00.073Z | lat 2:18.114740376 |
1690 | 2023-10-03T17:50:00.075Z | stop 3:52.956980683 |
1691 | 2023-10-03T17:50:00.078Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1692 | 2023-10-03T17:50:01.203Z | Finished release [optimized] target(s) in 1.08s |
1693 | 2023-10-03T17:50:01.236Z | Running `target/release/omicron-package -t test package` |
1694 | 2023-10-03T17:50:01.276Z | Oct 03 17:50:01.273 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1695 | 2023-10-03T17:50:02.524Z | Compiling serde_json v1.0.107 |
1696 | 2023-10-03T17:50:02.575Z | Compiling linked-hash-map v0.5.6 |
1697 | 2023-10-03T17:50:02.579Z | Compiling slog-dtrace v0.2.3 |
1698 | 2023-10-03T17:50:02.592Z | Compiling quick-error v1.2.3 |
1699 | 2023-10-03T17:50:02.597Z | Compiling base64 v0.13.1 |
1700 | 2023-10-03T17:50:02.612Z | Compiling termcolor v1.2.0 |
1701 | 2023-10-03T17:50:02.616Z | Compiling same-file v1.0.6 |
1702 | 2023-10-03T17:50:02.619Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1703 | 2023-10-03T17:50:02.788Z | Compiling resolv-conf v0.7.0 |
1704 | 2023-10-03T17:50:02.944Z | Compiling walkdir v2.4.0 |
1705 | 2023-10-03T17:50:03.020Z | Compiling semver-parser v0.10.2 |
1706 | 2023-10-03T17:50:03.062Z | Compiling memoffset v0.7.1 |
1707 | 2023-10-03T17:50:03.152Z | Compiling lru-cache v0.1.2 |
1708 | 2023-10-03T17:50:03.467Z | Compiling trust-dns-resolver v0.22.0 |
1709 | 2023-10-03T17:50:03.471Z | Compiling fastrand v2.0.0 |
1710 | 2023-10-03T17:50:04.044Z | Compiling cancel-safe-futures v0.1.2 |
1711 | 2023-10-03T17:50:04.048Z | Compiling tempfile v3.8.0 |
1712 | 2023-10-03T17:50:04.270Z | Compiling semver v0.11.0 |
1713 | 2023-10-03T17:50:04.719Z | Compiling libz-sys v1.1.12 |
1714 | 2023-10-03T17:50:04.798Z | Compiling xattr v1.0.1 |
1715 | 2023-10-03T17:50:05.169Z | Compiling filetime v0.2.22 |
1716 | 2023-10-03T17:50:05.280Z | Compiling num-rational v0.4.1 |
1717 | 2023-10-03T17:50:05.363Z | Compiling home v0.5.5 |
1718 | 2023-10-03T17:50:05.503Z | Compiling utf-8 v0.7.6 |
1719 | 2023-10-03T17:50:05.600Z | Compiling schemars v0.8.13 |
1720 | 2023-10-03T17:50:05.687Z | Compiling usdt-impl v0.3.5 |
1721 | 2023-10-03T17:50:05.721Z | Compiling openapiv3 v1.0.3 |
1722 | 2023-10-03T17:50:05.984Z | Compiling reqwest v0.11.20 |
1723 | 2023-10-03T17:50:06.118Z | Compiling postgres-types v0.2.6 |
1724 | 2023-10-03T17:50:06.228Z | Compiling slog-json v2.6.1 |
1725 | 2023-10-03T17:50:07.081Z | Compiling usdt v0.3.5 |
1726 | 2023-10-03T17:50:07.845Z | Compiling tokio-postgres v0.7.10 |
1727 | 2023-10-03T17:50:13.342Z | Compiling ipnetwork v0.20.0 |
1728 | 2023-10-03T17:50:13.707Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1729 | 2023-10-03T17:50:19.453Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1730 | 2023-10-03T17:50:19.649Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1731 | 2023-10-03T17:50:21.088Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1732 | 2023-10-03T17:50:21.991Z | Compiling slog-bunyan v2.4.0 |
1733 | 2023-10-03T17:50:22.029Z | Compiling diesel v2.1.1 |
1734 | 2023-10-03T17:50:22.383Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1735 | 2023-10-03T17:50:24.699Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1736 | 2023-10-03T17:50:27.693Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1737 | 2023-10-03T17:50:31.205Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1738 | 2023-10-03T17:50:31.546Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1739 | 2023-10-03T17:50:34.264Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1740 | 2023-10-03T17:50:36.384Z | Compiling toolchain_find v0.2.0 |
1741 | 2023-10-03T17:50:37.248Z | Compiling tar v0.4.40 |
1742 | 2023-10-03T17:50:39.491Z | Compiling pem-rfc7468 v0.7.0 |
1743 | 2023-10-03T17:50:41.100Z | Compiling toml v0.5.11 |
1744 | 2023-10-03T17:50:42.372Z | Compiling der_derive v0.7.2 |
1745 | 2023-10-03T17:50:46.380Z | Compiling flagset v0.4.3 |
1746 | 2023-10-03T17:50:46.726Z | Compiling der v0.7.8 |
1747 | 2023-10-03T17:50:46.804Z | Compiling rustfmt-wrapper v0.2.0 |
1748 | 2023-10-03T17:50:47.264Z | Compiling omicron-zone-package v0.8.3 |
1749 | 2023-10-03T17:50:52.268Z | Compiling fxhash v0.2.1 |
1750 | 2023-10-03T17:50:52.618Z | Compiling num-complex v0.4.4 |
1751 | 2023-10-03T17:50:53.051Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1752 | 2023-10-03T17:50:54.144Z | Compiling unicase v2.7.0 |
1753 | 2023-10-03T17:50:54.548Z | Compiling num v0.4.1 |
1754 | 2023-10-03T17:50:54.833Z | Compiling spki v0.7.2 |
1755 | 2023-10-03T17:50:55.904Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1756 | 2023-10-03T17:50:57.526Z | Compiling itertools v0.11.0 |
1757 | 2023-10-03T17:51:00.629Z | Compiling ciborium-io v0.2.1 |
1758 | 2023-10-03T17:51:00.804Z | Compiling half v1.8.2 |
1759 | 2023-10-03T17:51:02.774Z | Compiling arc-swap v1.6.0 |
1760 | 2023-10-03T17:51:03.109Z | Compiling maybe-uninit v2.0.0 |
1761 | 2023-10-03T17:51:03.850Z | Compiling slog-scope v4.4.0 |
1762 | 2023-10-03T17:51:04.052Z | Compiling ciborium-ll v0.2.1 |
1763 | 2023-10-03T17:51:04.877Z | Compiling vergen v8.2.4 |
1764 | 2023-10-03T17:51:05.286Z | Compiling crc-catalog v2.2.0 |
1765 | 2023-10-03T17:51:05.439Z | Compiling signal-hook v0.3.17 |
1766 | 2023-10-03T17:51:05.500Z | Compiling packed_struct v0.10.1 |
1767 | 2023-10-03T17:51:05.817Z | Compiling num-bigint-dig v0.8.4 |
1768 | 2023-10-03T17:51:06.071Z | Compiling parking_lot_core v0.8.6 |
1769 | 2023-10-03T17:51:06.321Z | Compiling crc v3.0.1 |
1770 | 2023-10-03T17:51:06.703Z | Compiling ciborium v0.2.1 |
1771 | 2023-10-03T17:51:07.454Z | Compiling slog-stdlog v4.1.1 |
1772 | 2023-10-03T17:51:08.739Z | Compiling pkcs8 v0.10.2 |
1773 | 2023-10-03T17:51:08.959Z | Compiling universal-hash v0.5.1 |
1774 | 2023-10-03T17:51:09.217Z | Compiling nibble_vec v0.1.0 |
1775 | 2023-10-03T17:51:09.272Z | Compiling libsqlite3-sys v0.26.0 |
1776 | 2023-10-03T17:51:09.546Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1777 | 2023-10-03T17:51:09.938Z | Compiling packed_struct_codegen v0.10.1 |
1778 | 2023-10-03T17:51:10.500Z | Compiling dirs-sys-next v0.1.2 |
1779 | 2023-10-03T17:51:10.582Z | Compiling glob v0.3.1 |
1780 | 2023-10-03T17:51:11.334Z | Compiling crunchy v0.2.2 |
1781 | 2023-10-03T17:51:11.776Z | Compiling opaque-debug v0.3.0 |
1782 | 2023-10-03T17:51:11.908Z | Compiling nodrop v0.1.14 |
1783 | 2023-10-03T17:51:11.949Z | Compiling doc-comment v0.3.3 |
1784 | 2023-10-03T17:51:12.038Z | Compiling endian-type v0.1.2 |
1785 | 2023-10-03T17:51:12.080Z | Compiling semver v0.1.20 |
1786 | 2023-10-03T17:51:12.385Z | Compiling radix_trie v0.2.1 |
1787 | 2023-10-03T17:51:12.861Z | Compiling rustc_version v0.1.7 |
1788 | 2023-10-03T17:51:13.036Z | Compiling clang-sys v1.6.1 |
1789 | 2023-10-03T17:51:13.481Z | Compiling array-init v0.0.4 |
1790 | 2023-10-03T17:51:13.528Z | Compiling dirs-next v2.0.0 |
1791 | 2023-10-03T17:51:13.774Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1792 | 2023-10-03T17:51:14.044Z | Compiling pkcs1 v0.7.5 |
1793 | 2023-10-03T17:51:14.423Z | Compiling smallvec v0.6.14 |
1794 | 2023-10-03T17:51:15.131Z | Compiling slog-envlogger v2.2.0 |
1795 | 2023-10-03T17:51:20.516Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1796 | 2023-10-03T17:51:21.666Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1797 | 2023-10-03T17:51:22.145Z | Compiling sha-1 v0.10.1 |
1798 | 2023-10-03T17:51:23.626Z | Compiling bitfield v0.14.0 |
1799 | 2023-10-03T17:51:24.126Z | Compiling prettyplease v0.2.12 |
1800 | 2023-10-03T17:51:24.524Z | Compiling tiny-keccak v2.0.2 |
1801 | 2023-10-03T17:51:24.909Z | Compiling platforms v3.0.2 |
1802 | 2023-10-03T17:51:25.422Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1803 | 2023-10-03T17:51:28.260Z | Compiling rsa v0.9.2 |
1804 | 2023-10-03T17:51:37.320Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1805 | 2023-10-03T17:51:37.470Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1806 | 2023-10-03T17:51:40.725Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1807 | 2023-10-03T17:51:40.769Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
1808 | 2023-10-03T17:51:41.815Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
1809 | 2023-10-03T17:51:43.265Z | Compiling tungstenite v0.17.3 |
1810 | 2023-10-03T17:51:43.813Z | Compiling parking_lot v0.11.2 |
1811 | 2023-10-03T17:51:46.501Z | Compiling serde-hex v0.1.0 |
1812 | 2023-10-03T17:51:47.884Z | Compiling mime_guess v2.0.4 |
1813 | 2023-10-03T17:51:51.763Z | Compiling term v0.7.0 |
1814 | 2023-10-03T17:51:52.878Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
1815 | 2023-10-03T17:51:53.003Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1816 | 2023-10-03T17:51:53.927Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1817 | 2023-10-03T17:51:55.330Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1818 | 2023-10-03T17:52:03.242Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1819 | 2023-10-03T17:52:04.501Z | Compiling newtype_derive v0.1.6 |
1820 | 2023-10-03T17:52:04.910Z | Compiling trust-dns-client v0.22.0 |
1821 | 2023-10-03T17:52:08.648Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1822 | 2023-10-03T17:52:09.191Z | Compiling x509-cert v0.2.4 |
1823 | 2023-10-03T17:52:23.815Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1824 | 2023-10-03T17:52:26.829Z | Compiling env_logger v0.10.0 |
1825 | 2023-10-03T17:52:27.676Z | Compiling darling_core v0.14.4 |
1826 | 2023-10-03T17:52:27.874Z | Compiling hashlink v0.8.3 |
1827 | 2023-10-03T17:52:29.062Z | Compiling ron v0.8.1 |
1828 | 2023-10-03T17:52:31.913Z | Compiling aead v0.5.2 |
1829 | 2023-10-03T17:52:32.061Z | Compiling snafu-derive v0.7.5 |
1830 | 2023-10-03T17:52:33.304Z | Compiling convert_case v0.4.0 |
1831 | 2023-10-03T17:52:34.101Z | Compiling humantime v2.1.0 |
1832 | 2023-10-03T17:52:34.615Z | Compiling crc-any v2.4.3 |
1833 | 2023-10-03T17:52:35.536Z | Compiling minimal-lexical v0.2.1 |
1834 | 2023-10-03T17:52:36.282Z | Compiling fallible-streaming-iterator v0.1.9 |
1835 | 2023-10-03T17:52:36.389Z | Compiling nom v7.1.3 |
1836 | 2023-10-03T17:52:36.719Z | Compiling rusqlite v0.29.0 |
1837 | 2023-10-03T17:52:36.871Z | Compiling darling_macro v0.14.4 |
1838 | 2023-10-03T17:52:38.317Z | Compiling trust-dns-server v0.22.1 |
1839 | 2023-10-03T17:52:40.054Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
1840 | 2023-10-03T17:52:40.396Z | Compiling snafu v0.7.5 |
1841 | 2023-10-03T17:52:42.464Z | Compiling derive_more v0.99.17 |
1842 | 2023-10-03T17:52:42.766Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1843 | 2023-10-03T17:52:45.900Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1844 | 2023-10-03T17:52:46.877Z | Compiling ascii-canvas v3.0.0 |
1845 | 2023-10-03T17:52:47.647Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
1846 | 2023-10-03T17:52:49.457Z | Compiling tokio-tungstenite v0.17.2 |
1847 | 2023-10-03T17:52:49.680Z | Compiling sled v0.34.7 |
1848 | 2023-10-03T17:52:55.991Z | Compiling nix v0.26.2 |
1849 | 2023-10-03T17:53:04.001Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1850 | 2023-10-03T17:53:04.993Z | Compiling tungstenite v0.18.0 |
1851 | 2023-10-03T17:53:09.529Z | Compiling num_enum_derive v0.7.0 |
1852 | 2023-10-03T17:53:10.471Z | Compiling object v0.30.4 |
1853 | 2023-10-03T17:53:13.695Z | Compiling twox-hash v1.6.3 |
1854 | 2023-10-03T17:53:14.719Z | Compiling is-terminal v0.4.9 |
1855 | 2023-10-03T17:53:14.896Z | Compiling ena v0.14.2 |
1856 | 2023-10-03T17:53:15.409Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1857 | 2023-10-03T17:53:15.555Z | Compiling derive-where v1.2.5 |
1858 | 2023-10-03T17:53:16.598Z | Compiling libloading v0.7.4 |
1859 | 2023-10-03T17:53:17.082Z | Compiling bindgen v0.65.1 |
1860 | 2023-10-03T17:53:17.160Z | Compiling diff v0.1.13 |
1861 | 2023-10-03T17:53:17.390Z | Compiling path-slash v0.1.5 |
1862 | 2023-10-03T17:53:17.691Z | Compiling pretty-hex v0.3.0 |
1863 | 2023-10-03T17:53:17.709Z | Compiling linear-map v1.2.0 |
1864 | 2023-10-03T17:53:18.056Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1865 | 2023-10-03T17:53:18.088Z | Compiling lalrpop v0.19.12 |
1866 | 2023-10-03T17:53:18.346Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1867 | 2023-10-03T17:53:21.031Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1868 | 2023-10-03T17:53:35.512Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
1869 | 2023-10-03T17:53:36.535Z | Compiling num_enum v0.7.0 |
1870 | 2023-10-03T17:53:36.782Z | Compiling tokio-tungstenite v0.18.0 |
1871 | 2023-10-03T17:53:37.649Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1872 | 2023-10-03T17:53:38.823Z | Compiling curve25519-dalek v4.1.0 |
1873 | 2023-10-03T17:53:39.370Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1874 | 2023-10-03T17:53:43.346Z | Compiling cexpr v0.6.0 |
1875 | 2023-10-03T17:53:45.804Z | Compiling darling v0.14.4 |
1876 | 2023-10-03T17:53:48.951Z | Compiling polyval v0.6.1 |
1877 | 2023-10-03T17:53:49.763Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1878 | 2023-10-03T17:53:53.843Z | Compiling aes v0.8.3 |
1879 | 2023-10-03T17:53:55.900Z | Compiling ctr v0.9.2 |
1880 | 2023-10-03T17:53:56.447Z | Compiling which v4.4.0 |
1881 | 2023-10-03T17:53:57.273Z | Compiling ff v0.13.0 |
1882 | 2023-10-03T17:53:57.652Z | Compiling path-dedot v3.1.0 |
1883 | 2023-10-03T17:53:58.020Z | Compiling bincode v1.3.3 |
1884 | 2023-10-03T17:53:58.249Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1885 | 2023-10-03T17:53:58.664Z | Compiling display-error-chain v0.1.1 |
1886 | 2023-10-03T17:53:58.876Z | Compiling lazycell v1.3.0 |
1887 | 2023-10-03T17:53:59.125Z | Compiling rustc-hash v1.1.0 |
1888 | 2023-10-03T17:53:59.345Z | Compiling erased-serde v0.3.30 |
1889 | 2023-10-03T17:53:59.929Z | Compiling peeking_take_while v0.1.2 |
1890 | 2023-10-03T17:53:59.997Z | Compiling shlex v1.1.0 |
1891 | 2023-10-03T17:54:00.383Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1892 | 2023-10-03T17:54:01.195Z | Compiling path-absolutize v3.1.0 |
1893 | 2023-10-03T17:54:01.542Z | Compiling group v0.13.0 |
1894 | 2023-10-03T17:54:01.812Z | Compiling aes-gcm-siv v0.11.1 |
1895 | 2023-10-03T17:54:02.069Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1896 | 2023-10-03T17:54:02.304Z | Compiling derive_builder_core v0.12.0 |
1897 | 2023-10-03T17:54:05.686Z | Compiling steno v0.4.0 |
1898 | 2023-10-03T17:54:06.308Z | Compiling env_logger v0.9.3 |
1899 | 2023-10-03T17:54:08.052Z | Compiling polar-core v0.26.4 |
1900 | 2023-10-03T17:54:09.857Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1901 | 2023-10-03T17:54:10.298Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1902 | 2023-10-03T17:54:14.136Z | Compiling olpc-cjson v0.1.3 |
1903 | 2023-10-03T17:54:15.047Z | Compiling pem v1.1.1 |
1904 | 2023-10-03T17:54:17.541Z | Compiling camino-tempfile v1.0.2 |
1905 | 2023-10-03T17:54:18.075Z | Compiling globset v0.4.13 |
1906 | 2023-10-03T17:54:18.886Z | Compiling crypto-bigint v0.5.2 |
1907 | 2023-10-03T17:54:23.054Z | Compiling serde_plain v1.0.2 |
1908 | 2023-10-03T17:54:23.914Z | Compiling curve25519-dalek-derive v0.1.0 |
1909 | 2023-10-03T17:54:24.366Z | Compiling libxml v0.3.3 |
1910 | 2023-10-03T17:54:24.852Z | Compiling async-recursion v1.0.5 |
1911 | 2023-10-03T17:54:25.431Z | Compiling bitstruct_derive v0.1.0 |
1912 | 2023-10-03T17:54:26.136Z | Compiling thiserror-impl-no-std v2.0.2 |
1913 | 2023-10-03T17:54:26.363Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1914 | 2023-10-03T17:54:26.572Z | Compiling buf-list v1.0.3 |
1915 | 2023-10-03T17:54:27.368Z | Compiling ascii v1.1.0 |
1916 | 2023-10-03T17:54:27.407Z | Compiling base16ct v0.2.0 |
1917 | 2023-10-03T17:54:28.004Z | Compiling ref-cast v1.0.20 |
1918 | 2023-10-03T17:54:28.646Z | Compiling ringbuffer v0.14.2 |
1919 | 2023-10-03T17:54:28.792Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1920 | 2023-10-03T17:54:29.701Z | Compiling elliptic-curve v0.13.5 |
1921 | 2023-10-03T17:54:30.603Z | Compiling bitstruct v0.1.1 |
1922 | 2023-10-03T17:54:30.735Z | Compiling thiserror-no-std v2.0.2 |
1923 | 2023-10-03T17:54:30.861Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1924 | 2023-10-03T17:54:31.346Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1925 | 2023-10-03T17:54:32.989Z | Compiling tough v0.12.5 |
1926 | 2023-10-03T17:54:33.713Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1927 | 2023-10-03T17:54:34.256Z | Compiling derive_builder_macro v0.12.0 |
1928 | 2023-10-03T17:54:38.431Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1929 | 2023-10-03T17:54:43.873Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
1930 | 2023-10-03T17:54:45.919Z | Compiling poly1305 v0.8.0 |
1931 | 2023-10-03T17:54:48.564Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1932 | 2023-10-03T17:54:48.702Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1933 | 2023-10-03T17:54:48.805Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1934 | 2023-10-03T17:54:49.094Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1935 | 2023-10-03T17:54:49.187Z | Compiling chacha20 v0.9.1 |
1936 | 2023-10-03T17:54:49.548Z | Compiling strum_macros v0.24.3 |
1937 | 2023-10-03T17:54:49.879Z | Compiling const_format_proc_macros v0.2.31 |
1938 | 2023-10-03T17:54:50.956Z | Compiling serde_arrays v0.1.0 |
1939 | 2023-10-03T17:54:51.200Z | Compiling ref-cast-impl v1.0.20 |
1940 | 2023-10-03T17:54:52.980Z | Compiling enum-iterator-derive v1.2.1 |
1941 | 2023-10-03T17:54:53.172Z | Compiling cookie v0.16.2 |
1942 | 2023-10-03T17:54:53.581Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1943 | 2023-10-03T17:54:53.987Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1944 | 2023-10-03T17:54:54.399Z | Compiling indoc v1.0.9 |
1945 | 2023-10-03T17:54:54.536Z | Compiling signature v1.6.4 |
1946 | 2023-10-03T17:54:54.761Z | Compiling salty v0.2.0 |
1947 | 2023-10-03T17:54:55.328Z | Compiling ed25519 v1.5.3 |
1948 | 2023-10-03T17:54:55.596Z | Compiling const_format v0.2.31 |
1949 | 2023-10-03T17:54:56.011Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1950 | 2023-10-03T17:54:56.250Z | Compiling enum-iterator v1.4.1 |
1951 | 2023-10-03T17:54:57.485Z | Compiling chacha20poly1305 v0.10.1 |
1952 | 2023-10-03T17:54:57.857Z | Compiling derive_builder v0.12.0 |
1953 | 2023-10-03T17:54:58.142Z | Compiling vsss-rs v3.3.1 |
1954 | 2023-10-03T17:55:07.289Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1955 | 2023-10-03T17:55:07.891Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1956 | 2023-10-03T17:55:12.057Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1957 | 2023-10-03T17:55:13.335Z | Compiling signal-hook-mio v0.2.3 |
1958 | 2023-10-03T17:55:13.614Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1959 | 2023-10-03T17:55:14.187Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1960 | 2023-10-03T17:55:17.950Z | Compiling ron v0.7.1 |
1961 | 2023-10-03T17:55:21.543Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1962 | 2023-10-03T17:55:21.937Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1963 | 2023-10-03T17:55:27.150Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1964 | 2023-10-03T17:55:27.618Z | Compiling headers-core v0.2.0 |
1965 | 2023-10-03T17:55:27.872Z | Compiling bb8 v0.8.1 |
1966 | 2023-10-03T17:55:27.912Z | Compiling quick-xml v0.23.1 |
1967 | 2023-10-03T17:55:28.793Z | Compiling serde-big-array v0.5.1 |
1968 | 2023-10-03T17:55:29.187Z | Compiling oso-derive v0.26.4 |
1969 | 2023-10-03T17:55:29.563Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1970 | 2023-10-03T17:55:30.677Z | Compiling num-derive v0.4.0 |
1971 | 2023-10-03T17:55:30.815Z | Compiling impl-trait-for-tuples v0.2.2 |
1972 | 2023-10-03T17:55:31.748Z | Compiling http-range v0.1.5 |
1973 | 2023-10-03T17:55:32.713Z | Compiling bit_field v0.10.2 |
1974 | 2023-10-03T17:55:33.152Z | Compiling maplit v1.0.2 |
1975 | 2023-10-03T17:55:33.315Z | Compiling hyper-staticfile v0.9.5 |
1976 | 2023-10-03T17:55:34.467Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1977 | 2023-10-03T17:55:36.657Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1978 | 2023-10-03T17:55:37.507Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
1979 | 2023-10-03T17:55:38.583Z | Compiling headers v0.3.9 |
1980 | 2023-10-03T17:55:45.886Z | Compiling crossterm v0.27.0 |
1981 | 2023-10-03T17:55:47.708Z | Compiling oso v0.26.4 |
1982 | 2023-10-03T17:56:10.282Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1983 | 2023-10-03T17:56:10.392Z | Compiling signal-hook-tokio v0.3.1 |
1984 | 2023-10-03T17:56:10.690Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1985 | 2023-10-03T17:56:11.073Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1986 | 2023-10-03T17:56:12.940Z | Compiling serde-big-array v0.4.1 |
1987 | 2023-10-03T17:56:13.242Z | Compiling cassowary v0.3.0 |
1988 | 2023-10-03T17:56:14.669Z | Compiling indoc v2.0.3 |
1989 | 2023-10-03T17:56:16.172Z | Compiling ratatui v0.23.0 |
1990 | 2023-10-03T17:56:16.968Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1991 | 2023-10-03T17:56:19.680Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1992 | 2023-10-03T17:56:20.196Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1993 | 2023-10-03T17:56:20.759Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1994 | 2023-10-03T17:56:20.990Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
1995 | 2023-10-03T17:56:26.919Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1996 | 2023-10-03T17:56:27.468Z | Compiling fatfs v0.3.6 |
1997 | 2023-10-03T17:56:31.531Z | Compiling bytesize v1.3.0 |
1998 | 2023-10-03T17:56:32.486Z | Compiling nanorand v0.7.0 |
1999 | 2023-10-03T17:56:33.177Z | Compiling rtoolbox v0.0.1 |
2000 | 2023-10-03T17:56:33.804Z | Compiling corncobs v0.1.3 |
2001 | 2023-10-03T17:56:33.932Z | Compiling fs-err v2.9.0 |
2002 | 2023-10-03T17:56:34.474Z | Compiling assert_matches v1.5.0 |
2003 | 2023-10-03T17:56:34.616Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2004 | 2023-10-03T17:56:35.329Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2005 | 2023-10-03T17:56:36.700Z | Compiling rpassword v7.2.0 |
2006 | 2023-10-03T17:56:36.819Z | Compiling flume v0.11.0 |
2007 | 2023-10-03T17:56:37.353Z | Compiling tui-tree-widget v0.13.0 |
2008 | 2023-10-03T17:56:38.092Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2009 | 2023-10-03T17:56:40.915Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2010 | 2023-10-03T17:56:41.940Z | Compiling owo-colors v3.5.0 |
2011 | 2023-10-03T17:56:47.622Z | Compiling shell-words v1.1.0 |
2012 | 2023-10-03T17:56:48.299Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2013 | 2023-10-03T17:56:56.160Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2014 | 2023-10-03T17:57:52.061Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2015 | 2023-10-03T17:58:02.244Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2016 | 2023-10-03T18:00:12.377Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2017 | 2023-10-03T18:01:36.498Z | Compiling git2 v0.17.2 |
2018 | 2023-10-03T18:01:42.935Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2019 | 2023-10-03T18:01:44.665Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2020 | 2023-10-03T18:01:56.868Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2021 | 2023-10-03T18:02:12.466Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2022 | 2023-10-03T18:02:14.847Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2023 | 2023-10-03T18:11:30.053Z | Finished release [optimized] target(s) in 21m 28s |
2024 | 2023-10-03T18:12:40.561Z | |
2025 | 2023-10-03T18:12:40.564Z | real 22:40.562071514 |
2026 | 2023-10-03T18:12:40.568Z | user 2:35:19.554251815 |
2027 | 2023-10-03T18:12:40.597Z | sys 6:42.003919570 |
2028 | 2023-10-03T18:12:40.600Z | trap 4.872960573 |
2029 | 2023-10-03T18:12:40.603Z | tflt 1.504032881 |
2030 | 2023-10-03T18:12:40.606Z | dflt 3.602541407 |
2031 | 2023-10-03T18:12:40.610Z | kflt 0.007404107 |
2032 | 2023-10-03T18:12:40.613Z | lock 8:49:54.533540339 |
2033 | 2023-10-03T18:12:40.616Z | slp 6:15:58.172383326 |
2034 | 2023-10-03T18:12:40.619Z | lat 2:49.030912547 |
2035 | 2023-10-03T18:12:40.621Z | stop 48.089868636 |
2036 | 2023-10-03T18:12:40.624Z | + 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/*) |
2037 | 2023-10-03T18:12:40.627Z | + pfexec mkdir -p /work |
2038 | 2023-10-03T18:12:40.630Z | + pfexec chown build /work |
2039 | 2023-10-03T18:12:40.633Z | + 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 |
2040 | 2023-10-03T18:12:54.140Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2041 | 2023-10-03T18:12:54.143Z | a out/maghemite.tar 73201K |
2042 | 2023-10-03T18:12:54.146Z | a out/omicron-sled-agent.tar 109618K |
2043 | 2023-10-03T18:12:54.149Z | a out/target/test 1K |
2044 | 2023-10-03T18:12:54.151Z | a out/npuzone/npuzone 36077K |
2045 | 2023-10-03T18:12:54.154Z | a package-manifest.toml 21K |
2046 | 2023-10-03T18:12:54.158Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2047 | 2023-10-03T18:12:54.160Z | a target/release/omicron-package 37058K |
2048 | 2023-10-03T18:12:54.164Z | a tools/create_virtual_hardware.sh 3K |
2049 | 2023-10-03T18:12:54.167Z | a tools/virtual_hardware.sh 4K |
2050 | 2023-10-03T18:12:54.169Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2051 | 2023-10-03T18:12:54.172Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2052 | 2023-10-03T18:12:54.175Z | a tools/scrimlet/softnpu-init.sh 3K |
2053 | 2023-10-03T18:12:54.178Z | a tools/scrimlet/softnpu-zone.txt 1K |
2054 | 2023-10-03T18:12:54.181Z | a tools/scrimlet/softnpu.toml 1K |
2055 | 2023-10-03T18:12:54.183Z | |
2056 | 2023-10-03T18:12:54.186Z | real 13.568401704 |
2057 | 2023-10-03T18:12:54.189Z | user 13.001839645 |
2058 | 2023-10-03T18:12:54.192Z | sys 1.033781469 |
2059 | 2023-10-03T18:12:54.195Z | trap 0.003904728 |
2060 | 2023-10-03T18:12:54.197Z | tflt 0.000000000 |
2061 | 2023-10-03T18:12:54.200Z | dflt 0.000000000 |
2062 | 2023-10-03T18:12:54.203Z | kflt 0.000000000 |
2063 | 2023-10-03T18:12:54.205Z | lock 0.000000000 |
2064 | 2023-10-03T18:12:54.208Z | slp 12.705185667 |
2065 | 2023-10-03T18:12:54.211Z | lat 0.388696323 |
2066 | 2023-10-03T18:12:54.214Z | stop 0.000224661 |
2067 | 2023-10-03T18:12:54.216Z | ++ pwd |
2068 | 2023-10-03T18:12:54.219Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2069 | 2023-10-03T18:12:54.222Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2070 | 2023-10-03T18:12:54.225Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2071 | 2023-10-03T18:12:55.289Z | Finished release [optimized] target(s) in 1.05s |
2072 | 2023-10-03T18:12:55.318Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2073 | 2023-10-03T18:12:55.358Z | Created new build target 'host' and set it as active |
2074 | 2023-10-03T18:12:55.361Z | |
2075 | 2023-10-03T18:12:55.363Z | real 1.206568860 |
2076 | 2023-10-03T18:12:55.366Z | user 0.859690926 |
2077 | 2023-10-03T18:12:55.369Z | sys 0.347766434 |
2078 | 2023-10-03T18:12:55.372Z | trap 0.000076114 |
2079 | 2023-10-03T18:12:55.375Z | tflt 0.000049519 |
2080 | 2023-10-03T18:12:55.377Z | dflt 0.000005940 |
2081 | 2023-10-03T18:12:55.380Z | kflt 0.000000000 |
2082 | 2023-10-03T18:12:55.383Z | lock 0.034439011 |
2083 | 2023-10-03T18:12:55.386Z | slp 0.019635002 |
2084 | 2023-10-03T18:12:55.389Z | lat 0.001856875 |
2085 | 2023-10-03T18:12:55.391Z | stop 0.000212853 |
2086 | 2023-10-03T18:12:55.394Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2087 | 2023-10-03T18:12:56.480Z | Finished release [optimized] target(s) in 1.03s |
2088 | 2023-10-03T18:12:56.508Z | Running `target/release/omicron-package -t host package` |
2089 | 2023-10-03T18:12:56.548Z | Oct 03 18:12:56.549 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2090 | 2023-10-03T18:12:57.700Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2091 | 2023-10-03T18:16:35.673Z | Finished release [optimized] target(s) in 3m 39s |
2092 | 2023-10-03T18:17:56.957Z | |
2093 | 2023-10-03T18:17:56.960Z | real 5:01.598001617 |
2094 | 2023-10-03T18:17:56.963Z | user 21:34.358491505 |
2095 | 2023-10-03T18:17:56.966Z | sys 1:00.794977440 |
2096 | 2023-10-03T18:17:56.968Z | trap 0.555831163 |
2097 | 2023-10-03T18:17:56.971Z | tflt 0.023117666 |
2098 | 2023-10-03T18:17:56.974Z | dflt 1.208145268 |
2099 | 2023-10-03T18:17:56.977Z | kflt 0.000103374 |
2100 | 2023-10-03T18:17:56.980Z | lock 1:12:11.793815952 |
2101 | 2023-10-03T18:17:56.983Z | slp 17:51.815163549 |
2102 | 2023-10-03T18:17:56.986Z | lat 9.052737753 |
2103 | 2023-10-03T18:17:56.989Z | stop 0.650469088 |
2104 | 2023-10-03T18:17:56.992Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2105 | 2023-10-03T18:17:56.994Z | + for package in "$@" |
2106 | 2023-10-03T18:17:56.997Z | + [[ omicron-sled-agent == maghemite ]] |
2107 | 2023-10-03T18:17:57.000Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git8d09e04e25f |
2108 | 2023-10-03T18:17:58.089Z | Finished release [optimized] target(s) in 1.05s |
2109 | 2023-10-03T18:17:58.117Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git8d09e04e25f` |
2110 | 2023-10-03T18:17:58.156Z | Oct 03 18:17:58.157 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2111 | 2023-10-03T18:17:58.677Z | Created: out/versioned/omicron-sled-agent.tar |
2112 | 2023-10-03T18:17:58.680Z | + for package in "$@" |
2113 | 2023-10-03T18:17:58.683Z | + [[ maghemite == maghemite ]] |
2114 | 2023-10-03T18:17:58.686Z | + echo 0.0.0 |
2115 | 2023-10-03T18:17:58.689Z | + tar rvf out/maghemite.tar VERSION |
2116 | 2023-10-03T18:17:58.692Z | a VERSION 1K |
2117 | 2023-10-03T18:17:58.694Z | + rm VERSION |
2118 | 2023-10-03T18:17:58.697Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git8d09e04e25f |
2119 | 2023-10-03T18:17:59.776Z | Finished release [optimized] target(s) in 1.01s |
2120 | 2023-10-03T18:17:59.810Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git8d09e04e25f` |
2121 | 2023-10-03T18:17:59.849Z | Oct 03 18:17:59.850 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2122 | 2023-10-03T18:18:00.194Z | Created: out/versioned/maghemite.tar |
2123 | 2023-10-03T18:18:00.198Z | + for package in "$@" |
2124 | 2023-10-03T18:18:00.201Z | + [[ propolis-server == maghemite ]] |
2125 | 2023-10-03T18:18:00.204Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git8d09e04e25f |
2126 | 2023-10-03T18:18:01.361Z | Finished release [optimized] target(s) in 1.08s |
2127 | 2023-10-03T18:18:01.393Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git8d09e04e25f` |
2128 | 2023-10-03T18:18:01.435Z | Oct 03 18:18:01.436 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2129 | 2023-10-03T18:18:03.169Z | Created: out/versioned/propolis-server.tar.gz |
2130 | 2023-10-03T18:18:03.181Z | + for package in "$@" |
2131 | 2023-10-03T18:18:03.185Z | + [[ overlay == maghemite ]] |
2132 | 2023-10-03T18:18:03.188Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git8d09e04e25f |
2133 | 2023-10-03T18:18:04.296Z | Finished release [optimized] target(s) in 1.04s |
2134 | 2023-10-03T18:18:04.325Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git8d09e04e25f` |
2135 | 2023-10-03T18:18:04.365Z | Oct 03 18:18:04.365 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2136 | 2023-10-03T18:18:04.368Z | Created: out/versioned/overlay.tar.gz |
2137 | 2023-10-03T18:18:04.371Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2138 | 2023-10-03T18:18:04.382Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2139 | 2023-10-03T18:18:04.386Z | ++ cd -- ./tools |
2140 | 2023-10-03T18:18:04.388Z | ++ pwd |
2141 | 2023-10-03T18:18:04.392Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2142 | 2023-10-03T18:18:04.394Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2143 | 2023-10-03T18:18:04.397Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2144 | 2023-10-03T18:18:04.402Z | ++ readlink -f /work |
2145 | 2023-10-03T18:18:04.405Z | + out_dir=/work |
2146 | 2023-10-03T18:18:04.408Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2147 | 2023-10-03T18:18:04.411Z | + for dep in "${deps[@]}" |
2148 | 2023-10-03T18:18:04.414Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2149 | 2023-10-03T18:18:04.417Z | + for dep in "${deps[@]}" |
2150 | 2023-10-03T18:18:04.420Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2151 | 2023-10-03T18:18:04.423Z | + for dep in "${deps[@]}" |
2152 | 2023-10-03T18:18:04.426Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2153 | 2023-10-03T18:18:04.429Z | + for dep in "${deps[@]}" |
2154 | 2023-10-03T18:18:04.433Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2155 | 2023-10-03T18:18:04.437Z | ++ mktemp -d |
2156 | 2023-10-03T18:18:04.460Z | + tmp_gz=/tmp/tmp.SZa4ni |
2157 | 2023-10-03T18:18:04.465Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2158 | 2023-10-03T18:18:04.468Z | + echo '{"v":"1","t":"layer"}' |
2159 | 2023-10-03T18:18:04.471Z | + pkg_dir=/tmp/tmp.SZa4ni/root/opt/oxide/sled-agent |
2160 | 2023-10-03T18:18:04.475Z | + mkdir -p /tmp/tmp.SZa4ni/root/opt/oxide/sled-agent |
2161 | 2023-10-03T18:18:04.477Z | + cd /tmp/tmp.SZa4ni/root/opt/oxide/sled-agent |
2162 | 2023-10-03T18:18:04.488Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2163 | 2023-10-03T18:18:04.518Z | x ., 0 bytes, 0 tape blocks |
2164 | 2023-10-03T18:18:04.521Z | x zone-bundle, 34395232 bytes, 67179 tape blocks |
2165 | 2023-10-03T18:18:04.525Z | x sled-agent, 78218112 bytes, 152770 tape blocks |
2166 | 2023-10-03T18:18:04.528Z | x pkg, 0 bytes, 0 tape blocks |
2167 | 2023-10-03T18:18:04.532Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2168 | 2023-10-03T18:18:04.535Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2169 | 2023-10-03T18:18:04.540Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2170 | 2023-10-03T18:18:04.544Z | x VERSION, 25 bytes, 1 tape blocks |
2171 | 2023-10-03T18:18:04.547Z | + mkdir -p /tmp/tmp.SZa4ni/root/lib/svc/manifest/site/ |
2172 | 2023-10-03T18:18:04.550Z | + mv pkg/manifest.xml /tmp/tmp.SZa4ni/root/lib/svc/manifest/site/sled-agent.xml |
2173 | 2023-10-03T18:18:04.553Z | + cd - |
2174 | 2023-10-03T18:18:04.558Z | /work/oxidecomputer/omicron |
2175 | 2023-10-03T18:18:04.563Z | + pkg_dir=/tmp/tmp.SZa4ni/root/opt/oxide/mg-ddm |
2176 | 2023-10-03T18:18:04.566Z | + mkdir -p /tmp/tmp.SZa4ni/root/opt/oxide/mg-ddm |
2177 | 2023-10-03T18:18:04.570Z | + cd /tmp/tmp.SZa4ni/root/opt/oxide/mg-ddm |
2178 | 2023-10-03T18:18:04.573Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2179 | 2023-10-03T18:18:04.602Z | x ., 0 bytes, 0 tape blocks |
2180 | 2023-10-03T18:18:04.606Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2181 | 2023-10-03T18:18:04.609Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2182 | 2023-10-03T18:18:04.615Z | x pkg, 0 bytes, 0 tape blocks |
2183 | 2023-10-03T18:18:04.617Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2184 | 2023-10-03T18:18:04.621Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2185 | 2023-10-03T18:18:04.624Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2186 | 2023-10-03T18:18:04.627Z | x VERSION, 25 bytes, 1 tape blocks |
2187 | 2023-10-03T18:18:04.630Z | + cd - |
2188 | 2023-10-03T18:18:04.633Z | /work/oxidecomputer/omicron |
2189 | 2023-10-03T18:18:04.638Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.SZa4ni/root/opt/oxide |
2190 | 2023-10-03T18:18:04.716Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.SZa4ni/root/opt/oxide |
2191 | 2023-10-03T18:18:04.720Z | + cd /tmp/tmp.SZa4ni |
2192 | 2023-10-03T18:18:04.723Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2193 | 2023-10-03T18:18:16.848Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2194 | 2023-10-03T18:18:16.852Z | a oxide.json 1K |
2195 | 2023-10-03T18:18:16.855Z | a root/ 0K |
2196 | 2023-10-03T18:18:16.862Z | a root/opt/ 0K |
2197 | 2023-10-03T18:18:16.874Z | a root/opt/oxide/ 0K |
2198 | 2023-10-03T18:18:17.296Z | a root/opt/oxide/sled-agent/ 0K |
2199 | 2023-10-03T18:18:17.305Z | a root/opt/oxide/sled-agent/zone-bundle 33590K |
2200 | 2023-10-03T18:18:17.319Z | a root/opt/oxide/sled-agent/sled-agent 76385K |
2201 | 2023-10-03T18:18:17.332Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2202 | 2023-10-03T18:18:17.745Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2203 | 2023-10-03T18:18:17.749Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2204 | 2023-10-03T18:18:17.752Z | a root/opt/oxide/sled-agent/VERSION 1K |
2205 | 2023-10-03T18:18:17.760Z | a root/opt/oxide/mg-ddm/ 0K |
2206 | 2023-10-03T18:18:17.771Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2207 | 2023-10-03T18:18:17.787Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2208 | 2023-10-03T18:18:17.792Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2209 | 2023-10-03T18:18:17.795Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2210 | 2023-10-03T18:18:17.798Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2211 | 2023-10-03T18:18:17.801Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2212 | 2023-10-03T18:18:17.817Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2213 | 2023-10-03T18:18:17.820Z | a root/opt/oxide/propolis-server.tar.gz 64683K |
2214 | 2023-10-03T18:18:17.823Z | a root/opt/oxide/overlay.tar.gz 2K |
2215 | 2023-10-03T18:18:17.825Z | a root/lib/ 0K |
2216 | 2023-10-03T18:18:17.829Z | a root/lib/svc/ 0K |
2217 | 2023-10-03T18:18:17.832Z | a root/lib/svc/manifest/ 0K |
2218 | 2023-10-03T18:18:17.834Z | a root/lib/svc/manifest/site/ 0K |
2219 | 2023-10-03T18:18:17.837Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2220 | 2023-10-03T18:18:17.840Z | + cd / |
2221 | 2023-10-03T18:18:17.843Z | + rm -rf /tmp/tmp.SZa4ni |
2222 | 2023-10-03T18:18:17.846Z | |
2223 | 2023-10-03T18:18:17.849Z | real 12.522913302 |
2224 | 2023-10-03T18:18:17.852Z | user 11.632735133 |
2225 | 2023-10-03T18:18:17.855Z | sys 0.950887988 |
2226 | 2023-10-03T18:18:17.859Z | trap 0.004458310 |
2227 | 2023-10-03T18:18:17.862Z | tflt 0.000000000 |
2228 | 2023-10-03T18:18:17.865Z | dflt 0.000000000 |
2229 | 2023-10-03T18:18:17.868Z | kflt 0.000000000 |
2230 | 2023-10-03T18:18:17.870Z | lock 0.000000000 |
2231 | 2023-10-03T18:18:17.873Z | slp 24.208094676 |
2232 | 2023-10-03T18:18:17.876Z | lat 0.363881881 |
2233 | 2023-10-03T18:18:17.879Z | stop 0.000299427 |
2234 | 2023-10-03T18:18:17.881Z | + mkdir -p /work/zones |
2235 | 2023-10-03T18:18:17.884Z | + 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) |
2236 | 2023-10-03T18:18:17.887Z | + 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/ |
2237 | 2023-10-03T18:18:20.253Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2238 | 2023-10-03T18:18:21.477Z | Finished release [optimized] target(s) in 1.13s |
2239 | 2023-10-03T18:18:21.506Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2240 | 2023-10-03T18:18:21.545Z | Created new build target 'recovery' and set it as active |
2241 | 2023-10-03T18:18:21.548Z | |
2242 | 2023-10-03T18:18:21.551Z | real 1.291402691 |
2243 | 2023-10-03T18:18:21.554Z | user 0.907530623 |
2244 | 2023-10-03T18:18:21.557Z | sys 0.382115095 |
2245 | 2023-10-03T18:18:21.560Z | trap 0.000775487 |
2246 | 2023-10-03T18:18:21.564Z | tflt 0.000001905 |
2247 | 2023-10-03T18:18:21.575Z | dflt 0.000001828 |
2248 | 2023-10-03T18:18:21.598Z | kflt 0.000000000 |
2249 | 2023-10-03T18:18:21.617Z | lock 0.035888464 |
2250 | 2023-10-03T18:18:21.637Z | slp 0.020225153 |
2251 | 2023-10-03T18:18:21.644Z | lat 0.003651487 |
2252 | 2023-10-03T18:18:21.652Z | stop 0.000212797 |
2253 | 2023-10-03T18:18:21.655Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2254 | 2023-10-03T18:18:22.741Z | Finished release [optimized] target(s) in 1.09s |
2255 | 2023-10-03T18:18:22.755Z | Running `target/release/omicron-package -t recovery package` |
2256 | 2023-10-03T18:18:22.796Z | Oct 03 18:18:22.797 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2257 | 2023-10-03T18:18:23.777Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2258 | 2023-10-03T18:18:27.560Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2259 | 2023-10-03T18:18:59.231Z | Finished release [optimized] target(s) in 36.35s |
2260 | 2023-10-03T18:19:15.795Z | |
2261 | 2023-10-03T18:19:15.798Z | real 54.239443721 |
2262 | 2023-10-03T18:19:15.801Z | user 2:44.223988287 |
2263 | 2023-10-03T18:19:15.804Z | sys 11.306492219 |
2264 | 2023-10-03T18:19:15.806Z | trap 0.076704491 |
2265 | 2023-10-03T18:19:15.810Z | tflt 0.164229954 |
2266 | 2023-10-03T18:19:15.812Z | dflt 0.608141485 |
2267 | 2023-10-03T18:19:15.815Z | kflt 0.000000000 |
2268 | 2023-10-03T18:19:15.817Z | lock 11:49.784166881 |
2269 | 2023-10-03T18:19:15.820Z | slp 2:39.130862552 |
2270 | 2023-10-03T18:19:15.823Z | lat 1.976226458 |
2271 | 2023-10-03T18:19:15.825Z | stop 0.196777337 |
2272 | 2023-10-03T18:19:15.828Z | + stamp_packages installinator maghemite |
2273 | 2023-10-03T18:19:15.831Z | + for package in "$@" |
2274 | 2023-10-03T18:19:15.833Z | + [[ installinator == maghemite ]] |
2275 | 2023-10-03T18:19:15.836Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git8d09e04e25f |
2276 | 2023-10-03T18:19:16.901Z | Finished release [optimized] target(s) in 1.02s |
2277 | 2023-10-03T18:19:16.926Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git8d09e04e25f` |
2278 | 2023-10-03T18:19:16.968Z | Oct 03 18:19:16.966 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2279 | 2023-10-03T18:19:17.091Z | Created: out/versioned/installinator.tar |
2280 | 2023-10-03T18:19:17.097Z | + for package in "$@" |
2281 | 2023-10-03T18:19:17.106Z | + [[ maghemite == maghemite ]] |
2282 | 2023-10-03T18:19:17.111Z | + echo 0.0.0 |
2283 | 2023-10-03T18:19:17.118Z | + tar rvf out/maghemite.tar VERSION |
2284 | 2023-10-03T18:19:17.127Z | a VERSION 1K |
2285 | 2023-10-03T18:19:17.133Z | + rm VERSION |
2286 | 2023-10-03T18:19:17.138Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git8d09e04e25f |
2287 | 2023-10-03T18:19:18.192Z | Finished release [optimized] target(s) in 1.02s |
2288 | 2023-10-03T18:19:18.222Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git8d09e04e25f` |
2289 | 2023-10-03T18:19:18.274Z | Oct 03 18:19:18.260 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2290 | 2023-10-03T18:19:18.478Z | Created: out/versioned/maghemite.tar |
2291 | 2023-10-03T18:19:18.481Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2292 | 2023-10-03T18:19:18.494Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2293 | 2023-10-03T18:19:18.497Z | ++ cd -- ./tools |
2294 | 2023-10-03T18:19:18.500Z | ++ pwd |
2295 | 2023-10-03T18:19:18.502Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2296 | 2023-10-03T18:19:18.505Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2297 | 2023-10-03T18:19:18.508Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2298 | 2023-10-03T18:19:18.511Z | ++ readlink -f /work |
2299 | 2023-10-03T18:19:18.514Z | + out_dir=/work |
2300 | 2023-10-03T18:19:18.516Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2301 | 2023-10-03T18:19:18.519Z | + for dep in "${deps[@]}" |
2302 | 2023-10-03T18:19:18.522Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2303 | 2023-10-03T18:19:18.524Z | + for dep in "${deps[@]}" |
2304 | 2023-10-03T18:19:18.527Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2305 | 2023-10-03T18:19:18.530Z | ++ mktemp -d |
2306 | 2023-10-03T18:19:18.532Z | + tmp_trampoline=/tmp/tmp.S5aqsi |
2307 | 2023-10-03T18:19:18.535Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2308 | 2023-10-03T18:19:18.538Z | + echo '{"v":"1","t":"layer"}' |
2309 | 2023-10-03T18:19:18.540Z | + pkg_dir=/tmp/tmp.S5aqsi/root/opt/oxide/installinator |
2310 | 2023-10-03T18:19:18.543Z | + mkdir -p /tmp/tmp.S5aqsi/root/opt/oxide/installinator |
2311 | 2023-10-03T18:19:18.546Z | + cd /tmp/tmp.S5aqsi/root/opt/oxide/installinator |
2312 | 2023-10-03T18:19:18.548Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2313 | 2023-10-03T18:19:18.559Z | x ., 0 bytes, 0 tape blocks |
2314 | 2023-10-03T18:19:18.562Z | x installinator, 47765520 bytes, 93293 tape blocks |
2315 | 2023-10-03T18:19:18.565Z | x pkg, 0 bytes, 0 tape blocks |
2316 | 2023-10-03T18:19:18.567Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2317 | 2023-10-03T18:19:18.570Z | x VERSION, 25 bytes, 1 tape blocks |
2318 | 2023-10-03T18:19:18.573Z | + mkdir -p /tmp/tmp.S5aqsi/root/lib/svc/manifest/site/ |
2319 | 2023-10-03T18:19:18.576Z | + mv pkg/manifest.xml /tmp/tmp.S5aqsi/root/lib/svc/manifest/site/installinator.xml |
2320 | 2023-10-03T18:19:18.578Z | + cd - |
2321 | 2023-10-03T18:19:18.581Z | /work/oxidecomputer/omicron |
2322 | 2023-10-03T18:19:18.584Z | + pkg_dir=/tmp/tmp.S5aqsi/root/opt/oxide/mg-ddm |
2323 | 2023-10-03T18:19:18.587Z | + mkdir -p /tmp/tmp.S5aqsi/root/opt/oxide/mg-ddm |
2324 | 2023-10-03T18:19:18.590Z | + cd /tmp/tmp.S5aqsi/root/opt/oxide/mg-ddm |
2325 | 2023-10-03T18:19:18.592Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2326 | 2023-10-03T18:19:18.648Z | x ., 0 bytes, 0 tape blocks |
2327 | 2023-10-03T18:19:18.652Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2328 | 2023-10-03T18:19:18.660Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2329 | 2023-10-03T18:19:18.665Z | x pkg, 0 bytes, 0 tape blocks |
2330 | 2023-10-03T18:19:18.670Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2331 | 2023-10-03T18:19:18.676Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2332 | 2023-10-03T18:19:18.682Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2333 | 2023-10-03T18:19:18.685Z | x VERSION, 25 bytes, 1 tape blocks |
2334 | 2023-10-03T18:19:18.690Z | + cd - |
2335 | 2023-10-03T18:19:18.693Z | /work/oxidecomputer/omicron |
2336 | 2023-10-03T18:19:18.696Z | + cd /tmp/tmp.S5aqsi |
2337 | 2023-10-03T18:19:18.699Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2338 | 2023-10-03T18:19:24.993Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2339 | 2023-10-03T18:19:24.996Z | a oxide.json 1K |
2340 | 2023-10-03T18:19:24.999Z | a root/ 0K |
2341 | 2023-10-03T18:19:25.002Z | a root/opt/ 0K |
2342 | 2023-10-03T18:19:25.005Z | a root/opt/oxide/ 0K |
2343 | 2023-10-03T18:19:25.008Z | a root/opt/oxide/installinator/ 0K |
2344 | 2023-10-03T18:19:25.010Z | a root/opt/oxide/installinator/installinator 46647K |
2345 | 2023-10-03T18:19:25.013Z | a root/opt/oxide/installinator/pkg/ 0K |
2346 | 2023-10-03T18:19:25.016Z | a root/opt/oxide/installinator/VERSION 1K |
2347 | 2023-10-03T18:19:25.019Z | a root/opt/oxide/mg-ddm/ 0K |
2348 | 2023-10-03T18:19:25.026Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2349 | 2023-10-03T18:19:25.029Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2350 | 2023-10-03T18:19:25.032Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2351 | 2023-10-03T18:19:25.046Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2352 | 2023-10-03T18:19:25.060Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2353 | 2023-10-03T18:19:25.082Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2354 | 2023-10-03T18:19:25.094Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2355 | 2023-10-03T18:19:25.100Z | a root/lib/ 0K |
2356 | 2023-10-03T18:19:25.104Z | a root/lib/svc/ 0K |
2357 | 2023-10-03T18:19:25.112Z | a root/lib/svc/manifest/ 0K |
2358 | 2023-10-03T18:19:25.115Z | a root/lib/svc/manifest/site/ 0K |
2359 | 2023-10-03T18:19:25.119Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2360 | 2023-10-03T18:19:25.124Z | + cd / |
2361 | 2023-10-03T18:19:25.127Z | + rm -rf /tmp/tmp.S5aqsi |
2362 | 2023-10-03T18:19:25.130Z | |
2363 | 2023-10-03T18:19:25.133Z | real 6.534453310 |
2364 | 2023-10-03T18:19:25.136Z | user 6.136556837 |
2365 | 2023-10-03T18:19:25.139Z | sys 0.425658017 |
2366 | 2023-10-03T18:19:25.142Z | trap 0.002277985 |
2367 | 2023-10-03T18:19:25.145Z | tflt 0.000000000 |
2368 | 2023-10-03T18:19:25.147Z | dflt 0.000000000 |
2369 | 2023-10-03T18:19:25.150Z | kflt 0.000000000 |
2370 | 2023-10-03T18:19:25.153Z | lock 0.000000000 |
2371 | 2023-10-03T18:19:25.156Z | slp 12.650798917 |
2372 | 2023-10-03T18:19:25.159Z | lat 0.182495764 |
2373 | 2023-10-03T18:19:25.162Z | stop 0.000288928 |
2374 | 2023-10-03T18:19:25.165Z | process exited: duration 2359802 ms, exit code 0 |
|
2375 | 2023-10-03T18:19:25.179Z | found 21 output files |
2376 | 2023-10-03T18:19:25.182Z | uploading: /work/version.txt (26 bytes) |
2377 | 2023-10-03T18:19:26.209Z | uploaded: /work/version.txt |
2378 | 2023-10-03T18:19:26.230Z | uploading: /work/package.tar.gz (82492961 bytes) |
2379 | 2023-10-03T18:19:57.958Z | uploaded: /work/package.tar.gz |
2380 | 2023-10-03T18:19:57.970Z | uploading: /work/global-zone-packages.tar.gz (125128594 bytes) |
2381 | 2023-10-03T18:20:48.214Z | uploaded: /work/global-zone-packages.tar.gz |
2382 | 2023-10-03T18:20:48.273Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38531649 bytes) |
2383 | 2023-10-03T18:21:01.075Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2384 | 2023-10-03T18:21:01.086Z | uploading: /work/zones/clickhouse.tar.gz (180710336 bytes) |
2385 | 2023-10-03T18:22:13.519Z | uploaded: /work/zones/clickhouse.tar.gz |
2386 | 2023-10-03T18:22:13.550Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180705752 bytes) |
2387 | 2023-10-03T18:23:22.976Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2388 | 2023-10-03T18:23:23.007Z | uploading: /work/zones/cockroachdb.tar.gz (117766680 bytes) |
2389 | 2023-10-03T18:24:02.595Z | uploaded: /work/zones/cockroachdb.tar.gz |
2390 | 2023-10-03T18:24:02.600Z | uploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes) |
2391 | 2023-10-03T18:24:10.625Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2392 | 2023-10-03T18:24:10.637Z | uploading: /work/zones/crucible.tar.gz (42814079 bytes) |
2393 | 2023-10-03T18:24:27.577Z | uploaded: /work/zones/crucible.tar.gz |
2394 | 2023-10-03T18:24:27.588Z | uploading: /work/zones/external-dns.tar.gz (22039686 bytes) |
2395 | 2023-10-03T18:24:36.767Z | uploaded: /work/zones/external-dns.tar.gz |
2396 | 2023-10-03T18:24:36.775Z | uploading: /work/zones/internal-dns.tar.gz (22039686 bytes) |
2397 | 2023-10-03T18:24:46.804Z | uploaded: /work/zones/internal-dns.tar.gz |
2398 | 2023-10-03T18:24:46.807Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2399 | 2023-10-03T18:24:47.815Z | uploaded: /work/zones/ntp.tar.gz |
2400 | 2023-10-03T18:24:47.826Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15706763 bytes) |
2401 | 2023-10-03T18:24:51.445Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2402 | 2023-10-03T18:24:51.456Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15705919 bytes) |
2403 | 2023-10-03T18:24:59.781Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2404 | 2023-10-03T18:24:59.792Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (67267392 bytes) |
2405 | 2023-10-03T18:25:21.308Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2406 | 2023-10-03T18:25:21.319Z | uploading: /work/zones/omicron-nexus.tar.gz (67259429 bytes) |
2407 | 2023-10-03T18:25:43.179Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2408 | 2023-10-03T18:25:43.182Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2409 | 2023-10-03T18:25:44.189Z | uploaded: /work/zones/overlay.tar.gz |
2410 | 2023-10-03T18:25:44.200Z | uploading: /work/zones/oximeter-collector.tar.gz (16247608 bytes) |
2411 | 2023-10-03T18:25:51.821Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2412 | 2023-10-03T18:25:51.833Z | uploading: /work/zones/propolis-server.tar.gz (66230926 bytes) |
2413 | 2023-10-03T18:26:12.562Z | uploaded: /work/zones/propolis-server.tar.gz |
2414 | 2023-10-03T18:26:12.574Z | uploading: /work/zones/switch-asic.tar.gz (220077315 bytes) |
2415 | 2023-10-03T18:27:30.878Z | uploaded: /work/zones/switch-asic.tar.gz |
2416 | 2023-10-03T18:27:30.890Z | uploading: /work/zones/switch-softnpu.tar.gz (142106548 bytes) |
2417 | 2023-10-03T18:28:23.242Z | uploaded: /work/zones/switch-softnpu.tar.gz |