|
|
|
1 | 2023-10-17T22:49:14.815Z | job assigned to worker 01HCZX60JZ3BR1PEG561CEWKW6 (queued for 1 m 25 s) |
|
2 | 2023-10-17T22:49:15.641Z | starting task 0: "setup" |
3 | 2023-10-17T22:49:15.720Z | ++ uname -s |
4 | 2023-10-17T22:49:15.732Z | + kern=SunOS |
5 | 2023-10-17T22:49:15.767Z | + case "$kern" in |
6 | 2023-10-17T22:49:15.782Z | + groupadd -g 12345 build |
7 | 2023-10-17T22:49:16.204Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-17T22:49:17.724Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-17T22:49:18.247Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-17T22:49:18.260Z | + home_fs=zfs |
11 | 2023-10-17T22:49:18.267Z | + [[ zfs == autofs ]] |
12 | 2023-10-17T22:49:18.273Z | + mkdir -p /home/build |
13 | 2023-10-17T22:49:18.280Z | + chown build:build /home/build /work |
14 | 2023-10-17T22:49:19.847Z | + chmod 0700 /home/build /work |
15 | 2023-10-17T22:49:19.850Z | process exited: duration 4202 ms, exit code 0 |
|
16 | 2023-10-17T22:49:19.860Z | starting task 1: "rust-toolchain" |
17 | 2023-10-17T22:49:19.878Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-17T22:49:19.899Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-17T22:49:20.051Z | info: downloading installer |
20 | 2023-10-17T22:49:21.736Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-17T22:49:21.740Z | warning: /opt/ooce/bin |
22 | 2023-10-17T22:49:21.743Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-17T22:49:21.746Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-17T22:49:21.749Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-17T22:49:21.753Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-17T22:49:21.756Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-17T22:49:21.759Z | error: cannot install while Rust is installed |
28 | 2023-10-17T22:49:21.762Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-17T22:49:21.867Z | info: profile set to 'default' |
30 | 2023-10-17T22:49:21.874Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-17T22:49:21.877Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-17T22:49:22.083Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-17T22:49:22.103Z | info: downloading component 'cargo' |
34 | 2023-10-17T22:49:22.705Z | info: downloading component 'clippy' |
35 | 2023-10-17T22:49:22.918Z | info: downloading component 'rust-docs' |
36 | 2023-10-17T22:49:23.743Z | info: downloading component 'rust-std' |
37 | 2023-10-17T22:49:25.203Z | info: downloading component 'rustc' |
38 | 2023-10-17T22:49:28.758Z | info: downloading component 'rustfmt' |
39 | 2023-10-17T22:49:29.021Z | info: installing component 'cargo' |
40 | 2023-10-17T22:49:31.395Z | info: installing component 'clippy' |
41 | 2023-10-17T22:49:32.654Z | info: installing component 'rust-docs' |
42 | 2023-10-17T22:49:35.372Z | info: installing component 'rust-std' |
43 | 2023-10-17T22:49:40.180Z | info: installing component 'rustc' |
44 | 2023-10-17T22:49:51.737Z | info: installing component 'rustfmt' |
45 | 2023-10-17T22:49:52.193Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-17T22:49:52.201Z | |
47 | 2023-10-17T22:49:52.323Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-17T22:49:52.331Z | |
49 | 2023-10-17T22:49:52.339Z | |
50 | 2023-10-17T22:49:52.348Z | Rust is installed now. Great! |
51 | 2023-10-17T22:49:52.760Z | |
52 | 2023-10-17T22:49:52.763Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-17T22:49:52.766Z | environment variable. This has not been done automatically. |
54 | 2023-10-17T22:49:52.769Z | |
55 | 2023-10-17T22:49:52.773Z | To configure your current shell, run: |
56 | 2023-10-17T22:49:52.783Z | source "$HOME/.cargo/env" |
57 | 2023-10-17T22:49:52.793Z | + rustc --version |
58 | 2023-10-17T22:49:52.810Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-17T22:49:53.225Z | process exited: duration 32656 ms, exit code 0 |
|
60 | 2023-10-17T22:49:53.231Z | starting task 2: "authentication" |
61 | 2023-10-17T22:49:53.259Z | process exited: duration 24 ms, exit code 0 |
|
62 | 2023-10-17T22:49:53.265Z | starting task 3: "clone repository" |
63 | 2023-10-17T22:49:53.275Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-17T22:49:53.279Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-17T22:49:53.318Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-17T22:50:01.079Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-17T22:50:01.087Z | + [[ -n dbinit-order ]] |
68 | 2023-10-17T22:50:01.102Z | + git fetch origin dbinit-order |
69 | 2023-10-17T22:50:01.467Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-17T22:50:01.471Z | * branch dbinit-order -> FETCH_HEAD |
71 | 2023-10-17T22:50:01.479Z | + git checkout -B dbinit-order remotes/origin/dbinit-order |
72 | 2023-10-17T22:50:01.564Z | Switched to a new branch 'dbinit-order' |
73 | 2023-10-17T22:50:01.572Z | branch 'dbinit-order' set up to track 'origin/dbinit-order'. |
74 | 2023-10-17T22:50:01.575Z | + git reset --hard 50049e62a7adbd71e8a78fe1203051b719e7f839 |
75 | 2023-10-17T22:50:01.579Z | HEAD is now at 50049e62 Update README |
76 | 2023-10-17T22:50:01.582Z | process exited: duration 8313 ms, exit code 0 |
|
77 | 2023-10-17T22:50:01.588Z | starting task 4: "build" |
78 | 2023-10-17T22:50:01.599Z | + cargo --version |
79 | 2023-10-17T22:50:01.690Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-17T22:50:01.693Z | + rustc --version |
81 | 2023-10-17T22:50:01.799Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-17T22:50:01.806Z | ++ git rev-parse HEAD |
83 | 2023-10-17T22:50:01.810Z | + COMMIT=50049e62a7adbd71e8a78fe1203051b719e7f839 |
84 | 2023-10-17T22:50:01.819Z | + VERSION=1.0.2-0.ci+git50049e62a7a |
85 | 2023-10-17T22:50:01.822Z | + echo 1.0.2-0.ci+git50049e62a7a |
86 | 2023-10-17T22:50:01.826Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-17T22:50:15.452Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-17T22:50:16.320Z | Startup: Caching catalogs ... Done |
89 | 2023-10-17T22:50:20.391Z | Planning: Solver setup ... Done (3.819s) |
90 | 2023-10-17T22:50:20.496Z | Planning: Running solver ... Done (0.105s) |
91 | 2023-10-17T22:50:20.544Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2023-10-17T22:50:20.559Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-17T22:50:21.205Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-17T22:50:21.355Z | Planning: Package planning ... Done (0.148s) |
95 | 2023-10-17T22:50:21.437Z | Planning: Merging actions ... Done (0.083s) |
96 | 2023-10-17T22:50:22.109Z | Planning: Checking for conflicting actions ... Done (0.667s) |
97 | 2023-10-17T22:50:22.126Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-17T22:50:26.063Z | Planning: Evaluating mediators ... Done (3.942s) |
99 | 2023-10-17T22:50:26.079Z | Planning: Planning completed in 9.71 seconds |
100 | 2023-10-17T22:50:26.102Z | Packages to install: 4 |
101 | 2023-10-17T22:50:26.105Z | Mediators to change: 2 |
102 | 2023-10-17T22:50:26.108Z | Services to change: 1 |
103 | 2023-10-17T22:50:26.111Z | Estimated space available: 149.39 GB |
104 | 2023-10-17T22:50:26.114Z | Estimated space to be consumed: 1.36 GB |
105 | 2023-10-17T22:50:26.117Z | Create boot environment: No |
106 | 2023-10-17T22:50:26.120Z | Create backup boot environment: No |
107 | 2023-10-17T22:50:26.126Z | Rebuild boot archive: No |
108 | 2023-10-17T22:50:26.132Z | |
109 | 2023-10-17T22:50:26.135Z | Changed mediators: |
110 | 2023-10-17T22:50:26.139Z | mediator clang: |
111 | 2023-10-17T22:50:26.142Z | version: None -> 15 (system default) |
112 | 2023-10-17T22:50:26.145Z | |
113 | 2023-10-17T22:50:26.148Z | mediator llvm: |
114 | 2023-10-17T22:50:26.151Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-17T22:50:26.159Z | |
116 | 2023-10-17T22:50:26.162Z | Changed packages: |
117 | 2023-10-17T22:50:26.165Z | helios-dev |
118 | 2023-10-17T22:50:26.169Z | developer/build-essential |
119 | 2023-10-17T22:50:26.172Z | None -> 11-2.0 |
120 | 2023-10-17T22:50:26.175Z | library/libxmlsec1 |
121 | 2023-10-17T22:50:26.178Z | None -> 1.2.35-2.0 |
122 | 2023-10-17T22:50:26.186Z | ooce/developer/clang-15 |
123 | 2023-10-17T22:50:26.189Z | None -> 15.0.7-2.0 |
124 | 2023-10-17T22:50:26.193Z | ooce/developer/llvm-15 |
125 | 2023-10-17T22:50:26.196Z | None -> 15.0.7-2.0 |
126 | 2023-10-17T22:50:26.199Z | |
127 | 2023-10-17T22:50:26.202Z | Services: |
128 | 2023-10-17T22:50:26.205Z | restart_fmri: |
129 | 2023-10-17T22:50:26.208Z | svc:/system/update-man-index:default |
130 | 2023-10-17T22:50:26.302Z | |
131 | 2023-10-17T22:50:26.305Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-17T22:50:31.317Z | Download: 499/3290 items 17.1/212.6MB 8% complete (3.8M/s) |
133 | 2023-10-17T22:50:36.326Z | Download: 832/3290 items 18.8/212.6MB 8% complete (2.0M/s) |
134 | 2023-10-17T22:50:41.888Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (6.6M/s) |
135 | 2023-10-17T22:50:53.449Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
136 | 2023-10-17T22:50:58.448Z | Download: 2028/3290 items 117.9/212.6MB 55% complete (7.0M/s) |
137 | 2023-10-17T22:51:03.448Z | Download: 2648/3290 items 120.7/212.6MB 56% complete (3.8M/s) |
138 | 2023-10-17T22:51:09.639Z | Download: 3288/3290 items 212.3/212.6MB 99% complete (9.4M/s) |
139 | 2023-10-17T22:51:09.682Z | Download: Completed 212.60 MB in 43.38 seconds (4.9M/s) |
140 | 2023-10-17T22:51:10.812Z | Actions: 1/3687 actions (Installing new actions) |
141 | 2023-10-17T22:51:15.841Z | Actions: 2831/3687 actions (Installing new actions) |
142 | 2023-10-17T22:51:19.192Z | Actions: Completed 3687 actions in 8.37 seconds. |
143 | 2023-10-17T22:51:19.334Z | Done (0.139s) |
144 | 2023-10-17T22:51:19.341Z | Done (0.000s) |
145 | 2023-10-17T22:51:19.513Z | Done (0.172s) |
146 | 2023-10-17T22:51:26.965Z | Done (7.350s) |
147 | 2023-10-17T22:51:27.215Z | Done (0.135s) |
148 | 2023-10-17T22:51:27.222Z | Done (0.000s) |
149 | 2023-10-17T22:51:27.458Z | Done (0.000s) |
150 | 2023-10-17T22:51:28.133Z | Planning: Evaluating mediator changes ... Done |
151 | 2023-10-17T22:51:28.417Z | Planning: Checking for conflicting actions ... Done |
152 | 2023-10-17T22:51:28.429Z | Planning: Consolidating action changes ... Done |
153 | 2023-10-17T22:51:28.848Z | Planning: Evaluating mediators ... Done |
154 | 2023-10-17T22:51:28.851Z | Planning: Planning completed in 0.72 seconds |
155 | 2023-10-17T22:51:28.902Z | Mediators to change: 2 |
156 | 2023-10-17T22:51:28.905Z | Create boot environment: No |
157 | 2023-10-17T22:51:28.908Z | Create backup boot environment: No |
158 | 2023-10-17T22:51:29.007Z | Done |
159 | 2023-10-17T22:51:29.011Z | Done |
160 | 2023-10-17T22:51:29.108Z | Done |
161 | 2023-10-17T22:51:34.970Z | Done |
162 | 2023-10-17T22:51:35.090Z | Done |
163 | 2023-10-17T22:51:35.095Z | Done |
164 | 2023-10-17T22:51:35.194Z | Done |
165 | 2023-10-17T22:51:36.197Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-10-17T22:51:36.202Z | Planning: Merging actions ... Done |
167 | 2023-10-17T22:51:36.528Z | Planning: Checking for conflicting actions ... Done |
168 | 2023-10-17T22:51:36.531Z | Planning: Consolidating action changes ... Done |
169 | 2023-10-17T22:51:36.956Z | Planning: Evaluating mediators ... Done |
170 | 2023-10-17T22:51:37.047Z | Planning: Planning completed in 1.29 seconds |
171 | 2023-10-17T22:51:37.103Z | Packages to change: 1 |
172 | 2023-10-17T22:51:37.106Z | Mediators to change: 1 |
173 | 2023-10-17T22:51:37.109Z | Services to change: 1 |
174 | 2023-10-17T22:51:37.113Z | Create boot environment: No |
175 | 2023-10-17T22:51:37.116Z | Create backup boot environment: Yes |
176 | 2023-10-17T22:51:39.438Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2023-10-17T22:51:39.444Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2023-10-17T22:51:39.447Z | Done |
179 | 2023-10-17T22:51:39.450Z | Done |
180 | 2023-10-17T22:51:39.483Z | Done |
181 | 2023-10-17T22:51:45.298Z | Done |
182 | 2023-10-17T22:51:45.419Z | Done |
183 | 2023-10-17T22:51:45.422Z | Done |
184 | 2023-10-17T22:51:45.643Z | Done |
185 | 2023-10-17T22:51:46.309Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2023-10-17T22:51:46.312Z | clang system 15 system |
187 | 2023-10-17T22:51:46.315Z | csh system system illumos |
188 | 2023-10-17T22:51:46.318Z | ctags system system illumos |
189 | 2023-10-17T22:51:46.325Z | gcc vendor 12 vendor |
190 | 2023-10-17T22:51:46.328Z | gcc system 10 system |
191 | 2023-10-17T22:51:46.331Z | gcc system 7 system |
192 | 2023-10-17T22:51:46.334Z | go system 1.20 system |
193 | 2023-10-17T22:51:46.338Z | go system 1.19 system |
194 | 2023-10-17T22:51:46.340Z | llvm system 15 system |
195 | 2023-10-17T22:51:46.343Z | llvm system 14 system |
196 | 2023-10-17T22:51:46.346Z | mariadb system 10.6 system |
197 | 2023-10-17T22:51:46.349Z | mta vendor vendor dma |
198 | 2023-10-17T22:51:46.351Z | openjdk system 17 system |
199 | 2023-10-17T22:51:46.358Z | openjdk system 11 system |
200 | 2023-10-17T22:51:46.361Z | openjdk system 1.8 system |
201 | 2023-10-17T22:51:46.364Z | openssl vendor 3 vendor |
202 | 2023-10-17T22:51:46.367Z | perl system 5.36 system |
203 | 2023-10-17T22:51:46.369Z | postgresql system 15 system |
204 | 2023-10-17T22:51:46.372Z | postgresql system 13 system |
205 | 2023-10-17T22:51:46.376Z | python vendor 3 vendor |
206 | 2023-10-17T22:51:46.379Z | python system 2 system |
207 | 2023-10-17T22:51:46.382Z | python3 system 3.11 system |
208 | 2023-10-17T22:51:46.385Z | ruby system 3.0 system |
209 | 2023-10-17T22:51:46.388Z | words vendor vendor american-english |
210 | 2023-10-17T22:51:46.391Z | words system system australian-english |
211 | 2023-10-17T22:51:46.398Z | words system system british-english |
212 | 2023-10-17T22:51:46.404Z | words system system canadian-english |
213 | 2023-10-17T22:51:46.407Z | words system system french |
214 | 2023-10-17T22:51:46.411Z | words system system italian |
215 | 2023-10-17T22:51:46.414Z | words system system ngerman |
216 | 2023-10-17T22:51:46.417Z | words system system ogerman |
217 | 2023-10-17T22:51:46.419Z | words system system spanish |
218 | 2023-10-17T22:51:46.838Z | FMRI IFO |
219 | 2023-10-17T22:51:46.845Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2023-10-17T22:51:46.854Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2023-10-17T22:51:46.863Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2023-10-17T22:51:47.278Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
223 | 2023-10-17T22:51:47.282Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2023-10-17T22:51:47.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
225 | 2023-10-17T22:51:47.290Z | + set -o errexit |
226 | 2023-10-17T22:51:47.296Z | +++ dirname ./tools/ci_download_cockroachdb |
227 | 2023-10-17T22:51:47.299Z | ++ cd ./tools |
228 | 2023-10-17T22:51:47.333Z | ++ pwd |
229 | 2023-10-17T22:51:47.336Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
230 | 2023-10-17T22:51:47.339Z | ++ basename ./tools/ci_download_cockroachdb |
231 | 2023-10-17T22:51:47.342Z | + ARG0=ci_download_cockroachdb |
232 | 2023-10-17T22:51:47.349Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
233 | 2023-10-17T22:51:47.355Z | + CIDL_VERSION=v22.1.9 |
234 | 2023-10-17T22:51:47.366Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
235 | 2023-10-17T22:51:47.373Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
236 | 2023-10-17T22:51:47.380Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
237 | 2023-10-17T22:51:47.388Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
238 | 2023-10-17T22:51:47.394Z | + TARGET_DIR=out |
239 | 2023-10-17T22:51:47.399Z | + DOWNLOAD_DIR=out/downloads |
240 | 2023-10-17T22:51:47.407Z | + DEST_DIR=./out/cockroachdb |
241 | 2023-10-17T22:51:47.415Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
242 | 2023-10-17T22:51:47.421Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
243 | 2023-10-17T22:51:47.431Z | + main |
244 | 2023-10-17T22:51:47.434Z | + [[ 0 != 0 ]] |
245 | 2023-10-17T22:51:47.439Z | + CIDL_OS=solaris2.11 |
246 | 2023-10-17T22:51:47.444Z | + [[ 0 != 0 ]] |
247 | 2023-10-17T22:51:47.447Z | + configure_os solaris2.11 |
248 | 2023-10-17T22:51:47.450Z | + echo 'current directory: /work/oxidecomputer/omicron' |
249 | 2023-10-17T22:51:47.453Z | current directory: /work/oxidecomputer/omicron |
250 | 2023-10-17T22:51:47.456Z | + echo 'configuring based on OS: "solaris2.11"' |
251 | 2023-10-17T22:51:47.459Z | configuring based on OS: "solaris2.11" |
252 | 2023-10-17T22:51:47.463Z | + case "$1" in |
253 | 2023-10-17T22:51:47.466Z | + CIDL_BUILD=illumos |
254 | 2023-10-17T22:51:47.469Z | + CIDL_SUFFIX=tar.gz |
255 | 2023-10-17T22:51:47.473Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
256 | 2023-10-17T22:51:47.477Z | + CIDL_MD5FUNC=do_md5sum |
257 | 2023-10-17T22:51:47.481Z | + CIDL_URL_BASE=https://illumos.org/downloads |
258 | 2023-10-17T22:51:47.488Z | + CIDL_ASSEMBLE=do_assemble_illumos |
259 | 2023-10-17T22:51:47.491Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
260 | 2023-10-17T22:51:47.494Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-17T22:51:47.499Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
262 | 2023-10-17T22:51:47.503Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
263 | 2023-10-17T22:51:47.506Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
264 | 2023-10-17T22:51:47.509Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
265 | 2023-10-17T22:51:47.511Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2023-10-17T22:51:47.514Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
267 | 2023-10-17T22:51:47.517Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2023-10-17T22:51:47.520Z | + mkdir -p out/downloads |
269 | 2023-10-17T22:51:47.525Z | + mkdir -p ./out/cockroachdb |
270 | 2023-10-17T22:51:47.529Z | + local DO_DOWNLOAD=true |
271 | 2023-10-17T22:51:47.532Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
272 | 2023-10-17T22:51:47.539Z | + '[' true == true ']' |
273 | 2023-10-17T22:51:47.543Z | + echo Downloading... |
274 | 2023-10-17T22:51:47.547Z | Downloading... |
275 | 2023-10-17T22:51:47.550Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-17T22:51:47.555Z | + 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 |
277 | 2023-10-17T22:51:49.603Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-17T22:51:49.606Z | ++ md5sum |
279 | 2023-10-17T22:51:49.610Z | ++ awk '{print $1}' |
280 | 2023-10-17T22:51:49.786Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
281 | 2023-10-17T22:51:49.792Z | + [[ 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 ]] |
282 | 2023-10-17T22:51:49.794Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-10-17T22:51:49.797Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
284 | 2023-10-17T22:51:53.173Z | + do_assemble_illumos |
285 | 2023-10-17T22:51:53.176Z | + rm -r ./out/cockroachdb |
286 | 2023-10-17T22:51:53.179Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
287 | 2023-10-17T22:51:53.785Z | + ./out/cockroachdb/bin/cockroach version |
288 | 2023-10-17T22:51:53.990Z | Build Tag: v22.1.9-dirty |
289 | 2023-10-17T22:51:54.010Z | Build Time: 2022/10/26 21:17:46 |
290 | 2023-10-17T22:51:54.013Z | Distribution: OSS |
291 | 2023-10-17T22:51:54.016Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
292 | 2023-10-17T22:51:54.020Z | Go Version: go1.17.13 |
293 | 2023-10-17T22:51:54.023Z | C Compiler: gcc 10.3.0 |
294 | 2023-10-17T22:51:54.027Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
295 | 2023-10-17T22:51:54.030Z | Build Type: release |
296 | 2023-10-17T22:51:54.032Z | + set -o errexit |
297 | 2023-10-17T22:51:54.035Z | +++ dirname ./tools/ci_download_clickhouse |
298 | 2023-10-17T22:51:54.038Z | ++ cd ./tools |
299 | 2023-10-17T22:51:54.042Z | ++ pwd |
300 | 2023-10-17T22:51:54.044Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
301 | 2023-10-17T22:51:54.047Z | ++ basename ./tools/ci_download_clickhouse |
302 | 2023-10-17T22:51:54.050Z | + ARG0=ci_download_clickhouse |
303 | 2023-10-17T22:51:54.053Z | + TARGET_DIR=out |
304 | 2023-10-17T22:51:54.056Z | + DOWNLOAD_DIR=out/downloads |
305 | 2023-10-17T22:51:54.059Z | + DEST_DIR=./out/clickhouse |
306 | 2023-10-17T22:51:54.062Z | + CIDL_VERSION=v22.8.9.24 |
307 | 2023-10-17T22:51:54.065Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
308 | 2023-10-17T22:51:54.068Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
309 | 2023-10-17T22:51:54.071Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
310 | 2023-10-17T22:51:54.074Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
311 | 2023-10-17T22:51:54.077Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
312 | 2023-10-17T22:51:54.080Z | + main |
313 | 2023-10-17T22:51:54.083Z | + [[ 0 != 0 ]] |
314 | 2023-10-17T22:51:54.087Z | + CIDL_OS=solaris2.11 |
315 | 2023-10-17T22:51:54.101Z | + [[ 0 != 0 ]] |
316 | 2023-10-17T22:51:54.105Z | + configure_os solaris2.11 |
317 | 2023-10-17T22:51:54.110Z | + echo 'current directory: /work/oxidecomputer/omicron' |
318 | 2023-10-17T22:51:54.113Z | current directory: /work/oxidecomputer/omicron |
319 | 2023-10-17T22:51:54.116Z | + echo 'configuring based on OS: "solaris2.11"' |
320 | 2023-10-17T22:51:54.119Z | configuring based on OS: "solaris2.11" |
321 | 2023-10-17T22:51:54.122Z | + CIDL_DASHREV= |
322 | 2023-10-17T22:51:54.125Z | + case "$1" in |
323 | 2023-10-17T22:51:54.128Z | + CIDL_PLATFORM=illumos |
324 | 2023-10-17T22:51:54.131Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
325 | 2023-10-17T22:51:54.134Z | + CIDL_MD5FUNC=do_md5sum |
326 | 2023-10-17T22:51:54.137Z | + CIDL_DASHREV=-1 |
327 | 2023-10-17T22:51:54.140Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
328 | 2023-10-17T22:51:54.143Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
329 | 2023-10-17T22:51:54.146Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-17T22:51:54.149Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
331 | 2023-10-17T22:51:54.152Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
332 | 2023-10-17T22:51:54.155Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-10-17T22:51:54.158Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
334 | 2023-10-17T22:51:54.161Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
335 | 2023-10-17T22:51:54.165Z | + mkdir -p out/downloads |
336 | 2023-10-17T22:51:54.168Z | + mkdir -p ./out/clickhouse |
337 | 2023-10-17T22:51:54.171Z | + local DO_DOWNLOAD=true |
338 | 2023-10-17T22:51:54.174Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
339 | 2023-10-17T22:51:54.177Z | + '[' true == true ']' |
340 | 2023-10-17T22:51:54.180Z | + echo Downloading... |
341 | 2023-10-17T22:51:54.183Z | Downloading... |
342 | 2023-10-17T22:51:54.186Z | + 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 |
343 | 2023-10-17T22:51:54.189Z | + 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 |
344 | 2023-10-17T22:51:55.793Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-17T22:51:55.798Z | ++ md5sum |
346 | 2023-10-17T22:51:55.803Z | ++ awk '{print $1}' |
347 | 2023-10-17T22:51:56.052Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
348 | 2023-10-17T22:51:56.056Z | + [[ 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 ]] |
349 | 2023-10-17T22:51:56.059Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
350 | 2023-10-17T22:51:56.064Z | + mkdir -p ./out/clickhouse |
351 | 2023-10-17T22:51:56.067Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
352 | 2023-10-17T22:52:00.864Z | + ./out/clickhouse/clickhouse server --version |
353 | 2023-10-17T22:52:00.927Z | ClickHouse server version 22.8.9.1. |
354 | 2023-10-17T22:52:00.941Z | + set -o errexit |
355 | 2023-10-17T22:52:00.950Z | +++ dirname ./tools/ci_download_console |
356 | 2023-10-17T22:52:00.955Z | ++ cd ./tools |
357 | 2023-10-17T22:52:00.960Z | ++ pwd |
358 | 2023-10-17T22:52:00.966Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
359 | 2023-10-17T22:52:00.972Z | ++ basename ./tools/ci_download_console |
360 | 2023-10-17T22:52:00.975Z | + ARG0=ci_download_console |
361 | 2023-10-17T22:52:00.979Z | + TARGET_DIR=out |
362 | 2023-10-17T22:52:00.983Z | + DOWNLOAD_DIR=out/downloads |
363 | 2023-10-17T22:52:00.986Z | + DEST_DIR=./out/console-assets |
364 | 2023-10-17T22:52:00.989Z | + source /work/oxidecomputer/omicron/tools/console_version |
365 | 2023-10-17T22:52:00.992Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
366 | 2023-10-17T22:52:00.995Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
367 | 2023-10-17T22:52:00.999Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
368 | 2023-10-17T22:52:01.002Z | + TARBALL_FILE=out/downloads/console.tar.gz |
369 | 2023-10-17T22:52:01.005Z | + main |
370 | 2023-10-17T22:52:01.008Z | + [[ 0 != 0 ]] |
371 | 2023-10-17T22:52:01.011Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
372 | 2023-10-17T22:52:01.014Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
373 | 2023-10-17T22:52:01.017Z | + echo 'Local file: out/downloads/console.tar.gz' |
374 | 2023-10-17T22:52:01.020Z | Local file: out/downloads/console.tar.gz |
375 | 2023-10-17T22:52:01.023Z | + local DO_DOWNLOAD=true |
376 | 2023-10-17T22:52:01.026Z | + [[ -f out/downloads/console.tar.gz ]] |
377 | 2023-10-17T22:52:01.029Z | + mkdir -p out/downloads |
378 | 2023-10-17T22:52:01.032Z | + '[' true == true ']' |
379 | 2023-10-17T22:52:01.036Z | + echo Downloading... |
380 | 2023-10-17T22:52:01.039Z | Downloading... |
381 | 2023-10-17T22:52:01.042Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
382 | 2023-10-17T22:52:01.045Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
383 | 2023-10-17T22:52:01.549Z | ++ do_sha256sum out/downloads/console.tar.gz |
384 | 2023-10-17T22:52:01.554Z | ++ case "$OSTYPE" in |
385 | 2023-10-17T22:52:01.561Z | ++ SHA=sha256sum |
386 | 2023-10-17T22:52:01.564Z | ++ sha256sum |
387 | 2023-10-17T22:52:01.569Z | ++ awk '{print $1}' |
388 | 2023-10-17T22:52:01.584Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
389 | 2023-10-17T22:52:01.588Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
390 | 2023-10-17T22:52:01.592Z | + rm -rf ./out/console-assets |
391 | 2023-10-17T22:52:01.597Z | + mkdir -p ./out/console-assets |
392 | 2023-10-17T22:52:01.601Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
393 | 2023-10-17T22:52:01.605Z | + mkdir -p ./out/console-assets |
394 | 2023-10-17T22:52:01.614Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
395 | 2023-10-17T22:52:01.732Z | + set -o errexit |
396 | 2023-10-17T22:52:01.737Z | +++ dirname ./tools/ci_download_maghemite_openapi |
397 | 2023-10-17T22:52:01.740Z | ++ cd ./tools |
398 | 2023-10-17T22:52:01.744Z | ++ pwd |
399 | 2023-10-17T22:52:01.750Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
400 | 2023-10-17T22:52:01.755Z | ++ basename ./tools/ci_download_maghemite_openapi |
401 | 2023-10-17T22:52:01.759Z | + ARG0=ci_download_maghemite_openapi |
402 | 2023-10-17T22:52:01.786Z | + TARGET_DIR=out |
403 | 2023-10-17T22:52:01.794Z | + DOWNLOAD_DIR=out/downloads |
404 | 2023-10-17T22:52:01.806Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
405 | 2023-10-17T22:52:01.809Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
406 | 2023-10-17T22:52:01.818Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
407 | 2023-10-17T22:52:01.824Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
408 | 2023-10-17T22:52:01.827Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
409 | 2023-10-17T22:52:01.830Z | + main |
410 | 2023-10-17T22:52:01.837Z | + [[ 0 != 0 ]] |
411 | 2023-10-17T22:52:01.842Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
412 | 2023-10-17T22:52:01.846Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
413 | 2023-10-17T22:52:01.849Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
414 | 2023-10-17T22:52:01.852Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
415 | 2023-10-17T22:52:01.856Z | + local DO_DOWNLOAD=true |
416 | 2023-10-17T22:52:01.860Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
417 | 2023-10-17T22:52:01.863Z | + mkdir -p out/downloads |
418 | 2023-10-17T22:52:01.867Z | + '[' true == true ']' |
419 | 2023-10-17T22:52:01.870Z | + echo Downloading... |
420 | 2023-10-17T22:52:01.875Z | Downloading... |
421 | 2023-10-17T22:52:01.878Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-10-17T22:52:01.882Z | + 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 |
423 | 2023-10-17T22:52:01.962Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
424 | 2023-10-17T22:52:01.965Z | ++ case "$OSTYPE" in |
425 | 2023-10-17T22:52:01.969Z | ++ SHA=sha256sum |
426 | 2023-10-17T22:52:01.972Z | ++ sha256sum |
427 | 2023-10-17T22:52:01.975Z | ++ awk '{print $1}' |
428 | 2023-10-17T22:52:01.979Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
429 | 2023-10-17T22:52:01.982Z | + [[ 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 ]] |
430 | 2023-10-17T22:52:01.986Z | + set -o errexit |
431 | 2023-10-17T22:52:01.989Z | +++ dirname ./tools/ci_download_dendrite_openapi |
432 | 2023-10-17T22:52:01.993Z | ++ cd ./tools |
433 | 2023-10-17T22:52:01.996Z | ++ pwd |
434 | 2023-10-17T22:52:01.999Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2023-10-17T22:52:02.006Z | ++ basename ./tools/ci_download_dendrite_openapi |
436 | 2023-10-17T22:52:02.011Z | + ARG0=ci_download_dendrite_openapi |
437 | 2023-10-17T22:52:02.014Z | + TARGET_DIR=out |
438 | 2023-10-17T22:52:02.017Z | + DOWNLOAD_DIR=out/downloads |
439 | 2023-10-17T22:52:02.021Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
440 | 2023-10-17T22:52:02.025Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
441 | 2023-10-17T22:52:02.028Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
442 | 2023-10-17T22:52:02.033Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
443 | 2023-10-17T22:52:02.036Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
444 | 2023-10-17T22:52:02.040Z | + main |
445 | 2023-10-17T22:52:02.044Z | + [[ 0 != 0 ]] |
446 | 2023-10-17T22:52:02.047Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
447 | 2023-10-17T22:52:02.051Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
448 | 2023-10-17T22:52:02.054Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
449 | 2023-10-17T22:52:02.058Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
450 | 2023-10-17T22:52:02.062Z | + local DO_DOWNLOAD=true |
451 | 2023-10-17T22:52:02.069Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
452 | 2023-10-17T22:52:02.072Z | + mkdir -p out/downloads |
453 | 2023-10-17T22:52:02.075Z | + '[' true == true ']' |
454 | 2023-10-17T22:52:02.079Z | + echo Downloading... |
455 | 2023-10-17T22:52:02.084Z | Downloading... |
456 | 2023-10-17T22:52:02.088Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
457 | 2023-10-17T22:52:02.108Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
458 | 2023-10-17T22:52:02.185Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
459 | 2023-10-17T22:52:02.188Z | ++ case "$OSTYPE" in |
460 | 2023-10-17T22:52:02.191Z | ++ SHA=sha256sum |
461 | 2023-10-17T22:52:02.195Z | ++ sha256sum |
462 | 2023-10-17T22:52:02.198Z | ++ awk '{print $1}' |
463 | 2023-10-17T22:52:02.202Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
464 | 2023-10-17T22:52:02.205Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
465 | 2023-10-17T22:52:02.210Z | + set -o errexit |
466 | 2023-10-17T22:52:02.213Z | +++ dirname ./tools/ci_download_dendrite_stub |
467 | 2023-10-17T22:52:02.216Z | ++ cd ./tools |
468 | 2023-10-17T22:52:02.220Z | ++ pwd |
469 | 2023-10-17T22:52:02.224Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2023-10-17T22:52:02.227Z | ++ basename ./tools/ci_download_dendrite_stub |
471 | 2023-10-17T22:52:02.235Z | + ARG0=ci_download_dendrite_stub |
472 | 2023-10-17T22:52:02.238Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
473 | 2023-10-17T22:52:02.247Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
474 | 2023-10-17T22:52:02.254Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
475 | 2023-10-17T22:52:02.268Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
476 | 2023-10-17T22:52:02.276Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2023-10-17T22:52:02.281Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
478 | 2023-10-17T22:52:02.289Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
479 | 2023-10-17T22:52:02.296Z | + TARGET_DIR=out |
480 | 2023-10-17T22:52:02.300Z | + DOWNLOAD_DIR=out/downloads |
481 | 2023-10-17T22:52:02.316Z | + DEST_DIR=./out/dendrite-stub |
482 | 2023-10-17T22:52:02.327Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
483 | 2023-10-17T22:52:02.340Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
484 | 2023-10-17T22:52:02.352Z | + REPO=oxidecomputer/dendrite |
485 | 2023-10-17T22:52:02.368Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
486 | 2023-10-17T22:52:02.391Z | + main |
487 | 2023-10-17T22:52:02.403Z | + [[ 0 != 0 ]] |
488 | 2023-10-17T22:52:02.419Z | + CIDL_OS=solaris2.11 |
489 | 2023-10-17T22:52:02.439Z | + [[ 0 != 0 ]] |
490 | 2023-10-17T22:52:02.450Z | + configure_os solaris2.11 |
491 | 2023-10-17T22:52:02.456Z | + echo 'current directory: /work/oxidecomputer/omicron' |
492 | 2023-10-17T22:52:02.478Z | current directory: /work/oxidecomputer/omicron |
493 | 2023-10-17T22:52:02.489Z | + echo 'configuring based on OS: "solaris2.11"' |
494 | 2023-10-17T22:52:02.497Z | configuring based on OS: "solaris2.11" |
495 | 2023-10-17T22:52:02.503Z | + case "$1" in |
496 | 2023-10-17T22:52:02.507Z | + SET_BINARIES= |
497 | 2023-10-17T22:52:02.517Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
498 | 2023-10-17T22:52:02.521Z | + CIDL_SHA256FUNC=do_sha256sum |
499 | 2023-10-17T22:52:02.527Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
500 | 2023-10-17T22:52:02.537Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
501 | 2023-10-17T22:52:02.541Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
502 | 2023-10-17T22:52:02.544Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
503 | 2023-10-17T22:52:02.548Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
504 | 2023-10-17T22:52:02.552Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
505 | 2023-10-17T22:52:02.558Z | Local file: out/downloads/dendrite-stub.tar.gz |
506 | 2023-10-17T22:52:02.562Z | + mkdir -p out/downloads |
507 | 2023-10-17T22:52:02.566Z | + mkdir -p ./out/dendrite-stub |
508 | 2023-10-17T22:52:02.569Z | + fetch_and_verify |
509 | 2023-10-17T22:52:02.573Z | + local DO_DOWNLOAD=true |
510 | 2023-10-17T22:52:02.576Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
511 | 2023-10-17T22:52:02.580Z | + '[' true == true ']' |
512 | 2023-10-17T22:52:02.584Z | + echo Downloading... |
513 | 2023-10-17T22:52:02.588Z | Downloading... |
514 | 2023-10-17T22:52:02.591Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
515 | 2023-10-17T22:52:02.599Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
516 | 2023-10-17T22:52:22.744Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
517 | 2023-10-17T22:52:22.749Z | ++ sha256sum |
518 | 2023-10-17T22:52:22.753Z | ++ awk '{print $1}' |
519 | 2023-10-17T22:52:23.256Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
520 | 2023-10-17T22:52:23.264Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
521 | 2023-10-17T22:52:23.272Z | + do_untar out/downloads/dendrite-stub.tar.gz |
522 | 2023-10-17T22:52:23.280Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
523 | 2023-10-17T22:52:23.770Z | + do_assemble |
524 | 2023-10-17T22:52:23.780Z | + rm -r ./out/dendrite-stub |
525 | 2023-10-17T22:52:24.195Z | + mkdir ./out/dendrite-stub |
526 | 2023-10-17T22:52:24.205Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
527 | 2023-10-17T22:52:24.223Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
528 | 2023-10-17T22:52:24.311Z | + set -o errexit |
529 | 2023-10-17T22:52:24.721Z | +++ dirname ./tools/ci_download_transceiver_control |
530 | 2023-10-17T22:52:24.724Z | ++ cd ./tools |
531 | 2023-10-17T22:52:24.730Z | ++ pwd |
532 | 2023-10-17T22:52:24.737Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2023-10-17T22:52:24.744Z | ++ basename ./tools/ci_download_transceiver_control |
534 | 2023-10-17T22:52:24.749Z | + ARG0=ci_download_transceiver_control |
535 | 2023-10-17T22:52:24.752Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
536 | 2023-10-17T22:52:24.756Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
537 | 2023-10-17T22:52:24.760Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
538 | 2023-10-17T22:52:24.764Z | + TARGET_DIR=out |
539 | 2023-10-17T22:52:24.769Z | + DOWNLOAD_DIR=out/downloads |
540 | 2023-10-17T22:52:24.775Z | + DEST_DIR=./out/transceiver-control |
541 | 2023-10-17T22:52:24.779Z | + BIN_DIR=/opt/oxide/bin |
542 | 2023-10-17T22:52:24.783Z | + BINARY=xcvradm |
543 | 2023-10-17T22:52:24.787Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
544 | 2023-10-17T22:52:24.791Z | + REPO=oxidecomputer/transceiver-control |
545 | 2023-10-17T22:52:24.795Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
546 | 2023-10-17T22:52:24.804Z | + main |
547 | 2023-10-17T22:52:24.813Z | + [[ 0 != 0 ]] |
548 | 2023-10-17T22:52:24.827Z | + CIDL_OS=solaris2.11 |
549 | 2023-10-17T22:52:24.842Z | + [[ 0 != 0 ]] |
550 | 2023-10-17T22:52:24.853Z | + configure_os solaris2.11 |
551 | 2023-10-17T22:52:24.858Z | + echo 'current directory: /work/oxidecomputer/omicron' |
552 | 2023-10-17T22:52:24.863Z | current directory: /work/oxidecomputer/omicron |
553 | 2023-10-17T22:52:24.867Z | + echo 'configuring based on OS: "solaris2.11"' |
554 | 2023-10-17T22:52:24.871Z | configuring based on OS: "solaris2.11" |
555 | 2023-10-17T22:52:24.875Z | + case "$1" in |
556 | 2023-10-17T22:52:24.879Z | + SET_BINARIES= |
557 | 2023-10-17T22:52:24.882Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
558 | 2023-10-17T22:52:24.886Z | + CIDL_SHA256FUNC=do_sha256sum |
559 | 2023-10-17T22:52:24.889Z | + ARCHIVE_FILENAME=xcvradm.gz |
560 | 2023-10-17T22:52:24.892Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
561 | 2023-10-17T22:52:24.895Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
562 | 2023-10-17T22:52:24.900Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
563 | 2023-10-17T22:52:24.904Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
564 | 2023-10-17T22:52:24.906Z | + echo 'Local file: out/downloads/xcvradm.gz' |
565 | 2023-10-17T22:52:24.910Z | Local file: out/downloads/xcvradm.gz |
566 | 2023-10-17T22:52:24.913Z | + mkdir -p out/downloads |
567 | 2023-10-17T22:52:24.916Z | + mkdir -p ./out/transceiver-control |
568 | 2023-10-17T22:52:24.919Z | + fetch_and_verify |
569 | 2023-10-17T22:52:24.922Z | + local DO_DOWNLOAD=true |
570 | 2023-10-17T22:52:24.925Z | + [[ -f out/downloads/xcvradm.gz ]] |
571 | 2023-10-17T22:52:24.928Z | + '[' true == true ']' |
572 | 2023-10-17T22:52:24.933Z | + echo Downloading... |
573 | 2023-10-17T22:52:24.936Z | Downloading... |
574 | 2023-10-17T22:52:24.944Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
575 | 2023-10-17T22:52:24.951Z | + 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 |
576 | 2023-10-17T22:52:27.961Z | ++ do_sha256sum out/downloads/xcvradm.gz |
577 | 2023-10-17T22:52:27.975Z | ++ sha256sum |
578 | 2023-10-17T22:52:27.986Z | ++ awk '{print $1}' |
579 | 2023-10-17T22:52:27.996Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
580 | 2023-10-17T22:52:28.008Z | + [[ 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 ]] |
581 | 2023-10-17T22:52:28.017Z | + do_unpack out/downloads/xcvradm.gz |
582 | 2023-10-17T22:52:28.029Z | + mkdir -p out/downloads/root//opt/oxide/bin |
583 | 2023-10-17T22:52:28.041Z | + gzip -dc out/downloads/xcvradm.gz |
584 | 2023-10-17T22:52:28.159Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
585 | 2023-10-17T22:52:28.163Z | + do_assemble |
586 | 2023-10-17T22:52:28.171Z | + rm -r ./out/transceiver-control |
587 | 2023-10-17T22:52:28.175Z | + mkdir ./out/transceiver-control |
588 | 2023-10-17T22:52:28.180Z | + cp -r out/downloads/root ./out/transceiver-control/root |
589 | 2023-10-17T22:52:28.287Z | All prerequisites installed successfully |
590 | 2023-10-17T22:52:28.298Z | |
591 | 2023-10-17T22:52:28.307Z | real 2:26.475267243 |
592 | 2023-10-17T22:52:28.312Z | user 50.798742773 |
593 | 2023-10-17T22:52:28.318Z | sys 9.157876642 |
594 | 2023-10-17T22:52:28.329Z | trap 0.021940076 |
595 | 2023-10-17T22:52:28.337Z | tflt 0.405371976 |
596 | 2023-10-17T22:52:28.349Z | dflt 1.046770061 |
597 | 2023-10-17T22:52:28.367Z | kflt 0.239005164 |
598 | 2023-10-17T22:52:28.385Z | lock 1.586011607 |
599 | 2023-10-17T22:52:28.407Z | slp 4:40.778457070 |
600 | 2023-10-17T22:52:28.425Z | lat 3.240874622 |
601 | 2023-10-17T22:52:28.437Z | stop 0.061340606 |
602 | 2023-10-17T22:52:28.446Z | + ptime -m ./tools/ci_download_softnpu_machinery |
603 | 2023-10-17T22:52:28.453Z | fetching npuzone |
604 | 2023-10-17T22:52:28.459Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
605 | 2023-10-17T22:52:28.468Z | (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309) |
606 | 2023-10-17T22:52:28.472Z | Getting hash for npuzone |
607 | 2023-10-17T22:52:28.520Z | (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365) |
608 | 2023-10-17T22:52:40.011Z | npuzone downloaded successfully |
609 | 2023-10-17T22:52:40.016Z | |
610 | 2023-10-17T22:52:40.019Z | real 11.726027536 |
611 | 2023-10-17T22:52:40.022Z | user 0.557494830 |
612 | 2023-10-17T22:52:40.026Z | sys 0.141272386 |
613 | 2023-10-17T22:52:40.033Z | trap 0.000059253 |
614 | 2023-10-17T22:52:40.036Z | tflt 0.000000000 |
615 | 2023-10-17T22:52:40.040Z | dflt 0.000000000 |
616 | 2023-10-17T22:52:40.044Z | kflt 0.000000000 |
617 | 2023-10-17T22:52:40.047Z | lock 0.000000000 |
618 | 2023-10-17T22:52:40.051Z | slp 34.330374094 |
619 | 2023-10-17T22:52:40.055Z | lat 0.113532330 |
620 | 2023-10-17T22:52:40.060Z | stop 0.000257864 |
621 | 2023-10-17T22:52:40.064Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
622 | 2023-10-17T22:52:40.376Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
623 | 2023-10-17T22:52:40.749Z | Updating crates.io index |
624 | 2023-10-17T22:52:40.790Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
625 | 2023-10-17T22:52:41.567Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
626 | 2023-10-17T22:52:43.352Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
627 | 2023-10-17T22:52:44.116Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
628 | 2023-10-17T22:52:44.434Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
629 | 2023-10-17T22:52:44.712Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
630 | 2023-10-17T22:52:45.015Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
631 | 2023-10-17T22:52:45.866Z | Updating git repository `https://github.com/oxidecomputer/opte` |
632 | 2023-10-17T22:52:46.931Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
633 | 2023-10-17T22:52:47.320Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
634 | 2023-10-17T22:52:47.613Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
635 | 2023-10-17T22:52:48.110Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
636 | 2023-10-17T22:52:49.815Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
637 | 2023-10-17T22:52:50.146Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
638 | 2023-10-17T22:52:50.584Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
639 | 2023-10-17T22:52:50.997Z | Updating git repository `https://github.com/njaremko/samael` |
640 | 2023-10-17T22:52:51.473Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
641 | 2023-10-17T22:52:53.126Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
642 | 2023-10-17T22:52:53.503Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
643 | 2023-10-17T22:52:53.961Z | Updating git repository `https://github.com/jgallagher/nix` |
644 | 2023-10-17T22:52:55.408Z | Updating git repository `https://github.com/cbiffle/hubpack` |
645 | 2023-10-17T22:52:55.777Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
646 | 2023-10-17T22:53:04.280Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
647 | 2023-10-17T22:53:04.816Z | Updating git repository `https://github.com/oxidecomputer/typify` |
648 | 2023-10-17T22:53:05.855Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
649 | 2023-10-17T22:53:06.254Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
650 | 2023-10-17T22:53:06.572Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
651 | 2023-10-17T22:53:08.526Z | Downloading crates ... |
652 | 2023-10-17T22:53:08.925Z | Downloaded lazycell v1.3.0 |
653 | 2023-10-17T22:53:08.930Z | Downloaded lazy_static v1.4.0 |
654 | 2023-10-17T22:53:08.935Z | Downloaded is-terminal v0.4.9 |
655 | 2023-10-17T22:53:08.941Z | Downloaded inout v0.1.3 |
656 | 2023-10-17T22:53:08.948Z | Downloaded instant v0.1.12 |
657 | 2023-10-17T22:53:08.951Z | Downloaded indoc v1.0.9 |
658 | 2023-10-17T22:53:08.955Z | Downloaded libefi-sys v0.1.0 |
659 | 2023-10-17T22:53:08.958Z | Downloaded blake2 v0.10.6 |
660 | 2023-10-17T22:53:08.962Z | Downloaded lalrpop-util v0.19.12 |
661 | 2023-10-17T22:53:08.965Z | Downloaded aead v0.5.2 |
662 | 2023-10-17T22:53:08.970Z | Downloaded anstyle v1.0.2 |
663 | 2023-10-17T22:53:08.982Z | Downloaded adler v1.0.2 |
664 | 2023-10-17T22:53:08.988Z | Downloaded num_cpus v1.16.0 |
665 | 2023-10-17T22:53:08.995Z | Downloaded num-traits v0.2.16 |
666 | 2023-10-17T22:53:08.998Z | Downloaded mime_guess v2.0.4 |
667 | 2023-10-17T22:53:09.002Z | Downloaded mio v0.8.8 |
668 | 2023-10-17T22:53:09.005Z | Downloaded clang-sys v1.6.1 |
669 | 2023-10-17T22:53:09.011Z | Downloaded hubpack_derive v0.1.1 |
670 | 2023-10-17T22:53:09.015Z | Downloaded atty v0.2.14 |
671 | 2023-10-17T22:53:09.020Z | Downloaded nibble_vec v0.1.0 |
672 | 2023-10-17T22:53:09.024Z | Downloaded atomic-waker v1.1.1 |
673 | 2023-10-17T22:53:09.028Z | Downloaded bit-set v0.5.3 |
674 | 2023-10-17T22:53:09.031Z | Downloaded block-buffer v0.10.4 |
675 | 2023-10-17T22:53:09.035Z | Downloaded http-range v0.1.5 |
676 | 2023-10-17T22:53:09.039Z | Downloaded mime v0.3.17 |
677 | 2023-10-17T22:53:09.043Z | Downloaded newtype_derive v0.1.6 |
678 | 2023-10-17T22:53:09.047Z | Downloaded ident_case v1.0.1 |
679 | 2023-10-17T22:53:09.050Z | Downloaded new_debug_unreachable v1.0.4 |
680 | 2023-10-17T22:53:09.053Z | Downloaded nodrop v0.1.14 |
681 | 2023-10-17T22:53:09.056Z | Downloaded http-body v0.4.5 |
682 | 2023-10-17T22:53:09.060Z | Downloaded serde-big-array v0.5.1 |
683 | 2023-10-17T22:53:09.063Z | Downloaded ciborium-ll v0.2.1 |
684 | 2023-10-17T22:53:09.066Z | Downloaded cancel-safe-futures v0.1.2 |
685 | 2023-10-17T22:53:09.071Z | Downloaded scheduled-thread-pool v0.2.7 |
686 | 2023-10-17T22:53:09.074Z | Downloaded iana-time-zone v0.1.57 |
687 | 2023-10-17T22:53:09.079Z | Downloaded hubpack v0.1.2 |
688 | 2023-10-17T22:53:09.085Z | Downloaded ascii-canvas v3.0.0 |
689 | 2023-10-17T22:53:09.090Z | Downloaded crossbeam v0.8.2 |
690 | 2023-10-17T22:53:09.094Z | Downloaded crc v3.0.1 |
691 | 2023-10-17T22:53:09.099Z | Downloaded base64ct v1.6.0 |
692 | 2023-10-17T22:53:09.103Z | Downloaded md-5 v0.10.5 |
693 | 2023-10-17T22:53:09.106Z | Downloaded time-core v0.1.1 |
694 | 2023-10-17T22:53:09.109Z | Downloaded bb8 v0.8.1 |
695 | 2023-10-17T22:53:09.113Z | Downloaded cpufeatures v0.2.9 |
696 | 2023-10-17T22:53:09.116Z | Downloaded usdt-macro v0.3.5 |
697 | 2023-10-17T22:53:09.119Z | Downloaded managed v0.8.0 |
698 | 2023-10-17T22:53:09.123Z | Downloaded corncobs v0.1.3 |
699 | 2023-10-17T22:53:09.129Z | Downloaded highway v1.1.0 |
700 | 2023-10-17T22:53:09.133Z | Downloaded num-rational v0.4.1 |
701 | 2023-10-17T22:53:09.137Z | Downloaded xattr v1.0.1 |
702 | 2023-10-17T22:53:09.140Z | Downloaded pretty-hex v0.3.0 |
703 | 2023-10-17T22:53:09.143Z | Downloaded multer v2.1.0 |
704 | 2023-10-17T22:53:09.150Z | Downloaded backoff v0.4.0 |
705 | 2023-10-17T22:53:09.155Z | Downloaded ascii v1.1.0 |
706 | 2023-10-17T22:53:09.160Z | Downloaded cfg-if v1.0.0 |
707 | 2023-10-17T22:53:09.163Z | Downloaded fxhash v0.2.1 |
708 | 2023-10-17T22:53:09.166Z | Downloaded bit_field v0.10.2 |
709 | 2023-10-17T22:53:09.169Z | Downloaded proc-macro-crate v1.3.1 |
710 | 2023-10-17T22:53:09.172Z | Downloaded miniz_oxide v0.7.1 |
711 | 2023-10-17T22:53:09.178Z | Downloaded crucible-workspace-hack v0.1.0 |
712 | 2023-10-17T22:53:09.181Z | Downloaded crc32fast v1.3.2 |
713 | 2023-10-17T22:53:09.185Z | Downloaded utf8parse v0.2.1 |
714 | 2023-10-17T22:53:09.187Z | Downloaded downcast v0.11.0 |
715 | 2023-10-17T22:53:09.191Z | Downloaded rpassword v7.2.0 |
716 | 2023-10-17T22:53:09.194Z | Downloaded rand_xorshift v0.3.0 |
717 | 2023-10-17T22:53:09.197Z | Downloaded rand_core v0.6.4 |
718 | 2023-10-17T22:53:09.200Z | Downloaded const-oid v0.9.5 |
719 | 2023-10-17T22:53:09.206Z | Downloaded tinyvec_macros v0.1.1 |
720 | 2023-10-17T22:53:09.209Z | Downloaded tokio-macros v2.1.0 |
721 | 2023-10-17T22:53:09.212Z | Downloaded signal-hook v0.3.17 |
722 | 2023-10-17T22:53:09.219Z | Downloaded crypto-common v0.1.6 |
723 | 2023-10-17T22:53:09.224Z | Downloaded mockall_derive v0.11.4 |
724 | 2023-10-17T22:53:09.227Z | Downloaded ahash v0.8.3 |
725 | 2023-10-17T22:53:09.233Z | Downloaded phf v0.11.2 |
726 | 2023-10-17T22:53:09.238Z | Downloaded difflib v0.4.0 |
727 | 2023-10-17T22:53:09.242Z | Downloaded float-cmp v0.9.0 |
728 | 2023-10-17T22:53:09.246Z | Downloaded slog-envlogger v2.2.0 |
729 | 2023-10-17T22:53:09.256Z | Downloaded diesel_table_macro_syntax v0.1.0 |
730 | 2023-10-17T22:53:09.264Z | Downloaded zeroize_derive v1.4.2 |
731 | 2023-10-17T22:53:09.268Z | Downloaded num_enum_derive v0.7.0 |
732 | 2023-10-17T22:53:09.272Z | Downloaded futures-core v0.3.28 |
733 | 2023-10-17T22:53:09.275Z | Downloaded futures-task v0.3.28 |
734 | 2023-10-17T22:53:09.279Z | Downloaded enum-as-inner v0.5.1 |
735 | 2023-10-17T22:53:09.283Z | Downloaded predicates v2.1.5 |
736 | 2023-10-17T22:53:09.286Z | Downloaded signal-hook-tokio v0.3.1 |
737 | 2023-10-17T22:53:09.290Z | Downloaded equivalent v1.0.1 |
738 | 2023-10-17T22:53:09.296Z | Downloaded scopeguard v1.2.0 |
739 | 2023-10-17T22:53:09.300Z | Downloaded pkg-config v0.3.27 |
740 | 2023-10-17T22:53:09.305Z | Downloaded colorchoice v1.0.0 |
741 | 2023-10-17T22:53:09.309Z | Downloaded slog-stdlog v4.1.1 |
742 | 2023-10-17T22:53:09.312Z | Downloaded subtle v2.5.0 |
743 | 2023-10-17T22:53:09.316Z | Downloaded predicates-core v1.0.6 |
744 | 2023-10-17T22:53:09.319Z | Downloaded doc-comment v0.3.3 |
745 | 2023-10-17T22:53:09.323Z | Downloaded display-error-chain v0.1.1 |
746 | 2023-10-17T22:53:09.327Z | Downloaded endian-type v0.1.2 |
747 | 2023-10-17T22:53:09.330Z | Downloaded zone v0.2.0 |
748 | 2023-10-17T22:53:09.333Z | Downloaded tokio-native-tls v0.3.1 |
749 | 2023-10-17T22:53:09.337Z | Downloaded toml v0.5.11 |
750 | 2023-10-17T22:53:09.340Z | Downloaded crunchy v0.2.2 |
751 | 2023-10-17T22:53:09.342Z | Downloaded rustc_version v0.4.0 |
752 | 2023-10-17T22:53:09.347Z | Downloaded getopts v0.2.21 |
753 | 2023-10-17T22:53:09.351Z | Downloaded num_threads v0.1.6 |
754 | 2023-10-17T22:53:09.355Z | Downloaded sha2 v0.10.7 |
755 | 2023-10-17T22:53:09.359Z | Downloaded ref-cast-impl v1.0.20 |
756 | 2023-10-17T22:53:09.362Z | Downloaded sct v0.7.0 |
757 | 2023-10-17T22:53:09.366Z | Downloaded erased-serde v0.3.30 |
758 | 2023-10-17T22:53:09.371Z | Downloaded rand_chacha v0.3.1 |
759 | 2023-10-17T22:53:09.375Z | Downloaded yasna v0.5.2 |
760 | 2023-10-17T22:53:09.404Z | Downloaded rustls-native-certs v0.6.3 |
761 | 2023-10-17T22:53:09.409Z | Downloaded trust-dns-client v0.22.0 |
762 | 2023-10-17T22:53:09.820Z | Downloaded debug-ignore v1.0.5 |
763 | 2023-10-17T22:53:09.823Z | Downloaded foreign-types v0.3.2 |
764 | 2023-10-17T22:53:09.826Z | Downloaded ed25519 v1.5.3 |
765 | 2023-10-17T22:53:09.829Z | Downloaded phf_shared v0.10.0 |
766 | 2023-10-17T22:53:09.835Z | Downloaded textwrap v0.11.0 |
767 | 2023-10-17T22:53:09.846Z | Downloaded rcgen v0.10.0 |
768 | 2023-10-17T22:53:09.857Z | Downloaded unicode-ident v1.0.12 |
769 | 2023-10-17T22:53:09.860Z | Downloaded flagset v0.4.3 |
770 | 2023-10-17T22:53:09.863Z | Downloaded peeking_take_while v0.1.2 |
771 | 2023-10-17T22:53:09.866Z | Downloaded dof v0.1.5 |
772 | 2023-10-17T22:53:09.869Z | Downloaded ron v0.8.1 |
773 | 2023-10-17T22:53:09.872Z | Downloaded strum v0.25.0 |
774 | 2023-10-17T22:53:09.875Z | Downloaded try-lock v0.2.4 |
775 | 2023-10-17T22:53:09.878Z | Downloaded structmeta-derive v0.1.6 |
776 | 2023-10-17T22:53:09.881Z | Downloaded smallvec v0.6.14 |
777 | 2023-10-17T22:53:09.885Z | Downloaded phf_shared v0.11.2 |
778 | 2023-10-17T22:53:09.888Z | Downloaded hashlink v0.8.3 |
779 | 2023-10-17T22:53:09.891Z | Downloaded tower-service v0.3.2 |
780 | 2023-10-17T22:53:09.894Z | Downloaded path-slash v0.1.5 |
781 | 2023-10-17T22:53:09.897Z | Downloaded derive_builder_core v0.12.0 |
782 | 2023-10-17T22:53:09.900Z | Downloaded foreign-types-shared v0.1.1 |
783 | 2023-10-17T22:53:09.903Z | Downloaded termcolor v1.2.0 |
784 | 2023-10-17T22:53:09.906Z | Downloaded platforms v3.0.2 |
785 | 2023-10-17T22:53:09.910Z | Downloaded der_derive v0.7.2 |
786 | 2023-10-17T22:53:09.913Z | Downloaded shlex v1.1.0 |
787 | 2023-10-17T22:53:09.916Z | Downloaded fnv v1.0.7 |
788 | 2023-10-17T22:53:09.919Z | Downloaded test-strategy v0.2.1 |
789 | 2023-10-17T22:53:09.922Z | Downloaded form_urlencoded v1.2.0 |
790 | 2023-10-17T22:53:09.925Z | Downloaded polyval v0.6.1 |
791 | 2023-10-17T22:53:09.928Z | Downloaded precomputed-hash v0.1.1 |
792 | 2023-10-17T22:53:09.931Z | Downloaded strsim v0.10.0 |
793 | 2023-10-17T22:53:09.934Z | Downloaded dyn-clone v1.0.13 |
794 | 2023-10-17T22:53:09.937Z | Downloaded slog-bunyan v2.4.0 |
795 | 2023-10-17T22:53:09.940Z | Downloaded strsim v0.8.0 |
796 | 2023-10-17T22:53:09.943Z | Downloaded openssl-probe v0.1.5 |
797 | 2023-10-17T22:53:09.945Z | Downloaded derive_builder_macro v0.12.0 |
798 | 2023-10-17T22:53:09.948Z | Downloaded pin-utils v0.1.0 |
799 | 2023-10-17T22:53:09.951Z | Downloaded want v0.3.1 |
800 | 2023-10-17T22:53:09.954Z | Downloaded dirs-next v2.0.0 |
801 | 2023-10-17T22:53:09.957Z | Downloaded tracing-attributes v0.1.26 |
802 | 2023-10-17T22:53:09.960Z | Downloaded signature v1.6.4 |
803 | 2023-10-17T22:53:09.963Z | Downloaded nom v7.1.3 |
804 | 2023-10-17T22:53:09.966Z | Downloaded data-encoding v2.4.0 |
805 | 2023-10-17T22:53:09.969Z | Downloaded rustfmt-wrapper v0.2.0 |
806 | 2023-10-17T22:53:09.972Z | Downloaded rusty-fork v0.3.0 |
807 | 2023-10-17T22:53:09.975Z | Downloaded resolv-conf v0.7.0 |
808 | 2023-10-17T22:53:09.979Z | Downloaded proc-macro-error-attr v1.0.4 |
809 | 2023-10-17T22:53:09.982Z | Downloaded headers v0.3.9 |
810 | 2023-10-17T22:53:09.985Z | Downloaded predicates-tree v1.0.9 |
811 | 2023-10-17T22:53:09.988Z | Downloaded parse-display v0.7.0 |
812 | 2023-10-17T22:53:09.991Z | Downloaded darling_macro v0.14.4 |
813 | 2023-10-17T22:53:09.994Z | Downloaded pest_generator v2.7.2 |
814 | 2023-10-17T22:53:09.997Z | Downloaded signature v2.1.0 |
815 | 2023-10-17T22:53:10.000Z | Downloaded version_check v0.9.4 |
816 | 2023-10-17T22:53:10.004Z | Downloaded ff v0.13.0 |
817 | 2023-10-17T22:53:10.007Z | Downloaded curve25519-dalek-derive v0.1.0 |
818 | 2023-10-17T22:53:10.010Z | Downloaded globset v0.4.13 |
819 | 2023-10-17T22:53:10.013Z | Downloaded cargo_toml v0.16.3 |
820 | 2023-10-17T22:53:10.016Z | Downloaded walkdir v2.4.0 |
821 | 2023-10-17T22:53:10.019Z | Downloaded thread-id v4.2.0 |
822 | 2023-10-17T22:53:10.023Z | Downloaded fixedbitset v0.4.2 |
823 | 2023-10-17T22:53:10.026Z | Downloaded path-dedot v3.1.0 |
824 | 2023-10-17T22:53:10.028Z | Downloaded path-absolutize v3.1.0 |
825 | 2023-10-17T22:53:10.031Z | Downloaded number_prefix v0.4.0 |
826 | 2023-10-17T22:53:10.034Z | Downloaded openssl-macros v0.1.1 |
827 | 2023-10-17T22:53:10.037Z | Downloaded postgres-protocol v0.6.6 |
828 | 2023-10-17T22:53:10.039Z | Downloaded ucd-trie v0.1.6 |
829 | 2023-10-17T22:53:10.042Z | Downloaded rustc-hash v1.1.0 |
830 | 2023-10-17T22:53:10.045Z | Downloaded futures v0.3.28 |
831 | 2023-10-17T22:53:10.048Z | Downloaded slog-async v2.8.0 |
832 | 2023-10-17T22:53:10.052Z | Downloaded tokio-tungstenite v0.20.1 |
833 | 2023-10-17T22:53:10.054Z | Downloaded lalrpop v0.19.12 |
834 | 2023-10-17T22:53:10.057Z | Downloaded thiserror-no-std v2.0.2 |
835 | 2023-10-17T22:53:10.060Z | Downloaded pkcs8 v0.10.2 |
836 | 2023-10-17T22:53:10.063Z | Downloaded slab v0.4.9 |
837 | 2023-10-17T22:53:10.066Z | Downloaded paste v1.0.14 |
838 | 2023-10-17T22:53:10.069Z | Downloaded packed_struct_codegen v0.10.1 |
839 | 2023-10-17T22:53:10.072Z | Downloaded unicode-bidi v0.3.13 |
840 | 2023-10-17T22:53:10.075Z | Downloaded tracing v0.1.37 |
841 | 2023-10-17T22:53:10.078Z | Downloaded derive_builder v0.12.0 |
842 | 2023-10-17T22:53:10.081Z | Downloaded parking_lot v0.11.2 |
843 | 2023-10-17T22:53:10.084Z | Downloaded rayon-core v1.11.0 |
844 | 2023-10-17T22:53:10.087Z | Downloaded once_cell v1.18.0 |
845 | 2023-10-17T22:53:10.090Z | Downloaded der v0.7.8 |
846 | 2023-10-17T22:53:10.092Z | Downloaded r2d2 v0.8.10 |
847 | 2023-10-17T22:53:10.095Z | Downloaded rusqlite v0.29.0 |
848 | 2023-10-17T22:53:10.098Z | Downloaded tungstenite v0.20.1 |
849 | 2023-10-17T22:53:10.101Z | Downloaded trust-dns-resolver v0.22.0 |
850 | 2023-10-17T22:53:10.104Z | Downloaded unicode-normalization v0.1.22 |
851 | 2023-10-17T22:53:10.106Z | Downloaded darling_core v0.20.3 |
852 | 2023-10-17T22:53:10.109Z | Downloaded idna v0.2.3 |
853 | 2023-10-17T22:53:10.112Z | Downloaded pem-rfc7468 v0.7.0 |
854 | 2023-10-17T22:53:10.114Z | Downloaded pest v2.7.2 |
855 | 2023-10-17T22:53:10.118Z | Downloaded tar v0.4.40 |
856 | 2023-10-17T22:53:10.121Z | Downloaded serde_yaml v0.9.25 |
857 | 2023-10-17T22:53:10.124Z | Downloaded trust-dns-server v0.22.1 |
858 | 2023-10-17T22:53:10.127Z | Downloaded toml_edit v0.19.15 |
859 | 2023-10-17T22:53:10.130Z | Downloaded textwrap v0.16.0 |
860 | 2023-10-17T22:53:10.133Z | Downloaded openssl-sys v0.9.93 |
861 | 2023-10-17T22:53:10.135Z | Downloaded tokio-util v0.7.8 |
862 | 2023-10-17T22:53:10.138Z | Downloaded fatfs v0.3.6 |
863 | 2023-10-17T22:53:10.141Z | Downloaded url v2.4.1 |
864 | 2023-10-17T22:53:10.143Z | Downloaded tough v0.12.5 |
865 | 2023-10-17T22:53:10.146Z | Downloaded hashbrown v0.12.3 |
866 | 2023-10-17T22:53:10.149Z | Downloaded portable-atomic v1.4.3 |
867 | 2023-10-17T22:53:10.152Z | Downloaded serde_with v2.3.3 |
868 | 2023-10-17T22:53:10.155Z | Downloaded reqwest v0.11.20 |
869 | 2023-10-17T22:53:10.158Z | Downloaded serde_json v1.0.107 |
870 | 2023-10-17T22:53:10.161Z | Downloaded rayon v1.7.0 |
871 | 2023-10-17T22:53:10.164Z | Downloaded h2 v0.3.21 |
872 | 2023-10-17T22:53:10.166Z | Downloaded futures-util v0.3.28 |
873 | 2023-10-17T22:53:10.169Z | Downloaded quick-xml v0.23.1 |
874 | 2023-10-17T22:53:10.172Z | Downloaded radix_trie v0.2.1 |
875 | 2023-10-17T22:53:10.175Z | Downloaded git2 v0.17.2 |
876 | 2023-10-17T22:53:10.178Z | Downloaded syn v2.0.32 |
877 | 2023-10-17T22:53:10.182Z | Downloaded regress v0.7.1 |
878 | 2023-10-17T22:53:10.185Z | Downloaded trust-dns-proto v0.22.0 |
879 | 2023-10-17T22:53:10.188Z | Downloaded polar-core v0.26.4 |
880 | 2023-10-17T22:53:10.191Z | Downloaded regex v1.9.5 |
881 | 2023-10-17T22:53:10.194Z | Downloaded openapiv3 v1.0.3 |
882 | 2023-10-17T22:53:10.204Z | Downloaded regex-automata v0.3.8 |
883 | 2023-10-17T22:53:10.237Z | Downloaded regex-syntax v0.6.29 |
884 | 2023-10-17T22:53:10.252Z | Downloaded regex-syntax v0.7.5 |
885 | 2023-10-17T22:53:10.270Z | Downloaded rustix v0.38.9 |
886 | 2023-10-17T22:53:10.311Z | Downloaded sha3 v0.10.8 |
887 | 2023-10-17T22:53:10.728Z | Downloaded tokio v1.32.0 |
888 | 2023-10-17T22:53:10.731Z | Downloaded zerocopy-derive v0.2.0 |
889 | 2023-10-17T22:53:10.738Z | Downloaded bstr v1.6.0 |
890 | 2023-10-17T22:53:10.741Z | Downloaded zerocopy-derive v0.6.3 |
891 | 2023-10-17T22:53:10.743Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
892 | 2023-10-17T22:53:10.746Z | Downloaded libc v0.2.149 |
893 | 2023-10-17T22:53:10.749Z | Downloaded sled v0.34.7 |
894 | 2023-10-17T22:53:10.752Z | Downloaded openssl v0.10.57 |
895 | 2023-10-17T22:53:10.754Z | Downloaded rustix v0.37.23 |
896 | 2023-10-17T22:53:10.757Z | Downloaded diesel v2.1.1 |
897 | 2023-10-17T22:53:10.760Z | Downloaded curve25519-dalek v4.1.0 |
898 | 2023-10-17T22:53:10.769Z | Downloaded smoltcp v0.9.1 |
899 | 2023-10-17T22:53:10.782Z | Downloaded object v0.32.1 |
900 | 2023-10-17T22:53:10.802Z | Downloaded vcpkg v0.2.15 |
901 | 2023-10-17T22:53:10.815Z | Downloaded webpki-roots v0.25.2 |
902 | 2023-10-17T22:53:10.821Z | Downloaded object v0.30.4 |
903 | 2023-10-17T22:53:10.824Z | Downloaded gimli v0.28.0 |
904 | 2023-10-17T22:53:10.827Z | Downloaded tabled v0.14.0 |
905 | 2023-10-17T22:53:10.832Z | Downloaded ratatui v0.23.0 |
906 | 2023-10-17T22:53:10.854Z | Downloaded bstr v0.2.17 |
907 | 2023-10-17T22:53:10.872Z | Downloaded syn v1.0.109 |
908 | 2023-10-17T22:53:10.893Z | Downloaded rustls v0.21.7 |
909 | 2023-10-17T22:53:10.914Z | Downloaded encoding_rs v0.8.33 |
910 | 2023-10-17T22:53:10.958Z | Downloaded nix v0.26.2 |
911 | 2023-10-17T22:53:10.978Z | Downloaded smoltcp v0.8.2 |
912 | 2023-10-17T22:53:10.997Z | Downloaded proptest v1.3.1 |
913 | 2023-10-17T22:53:11.015Z | Downloaded bitvec v1.0.1 |
914 | 2023-10-17T22:53:11.044Z | Downloaded petgraph v0.6.4 |
915 | 2023-10-17T22:53:11.070Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
916 | 2023-10-17T22:53:11.177Z | Downloaded bindgen v0.65.1 |
917 | 2023-10-17T22:53:11.190Z | Downloaded hashbrown v0.14.0 |
918 | 2023-10-17T22:53:11.199Z | Downloaded hyper v0.14.27 |
919 | 2023-10-17T22:53:11.215Z | Downloaded hashbrown v0.13.2 |
920 | 2023-10-17T22:53:11.223Z | Downloaded idna v0.4.0 |
921 | 2023-10-17T22:53:11.239Z | Downloaded chrono v0.4.31 |
922 | 2023-10-17T22:53:11.254Z | Downloaded toml_edit v0.20.0 |
923 | 2023-10-17T22:53:11.286Z | Downloaded reedline v0.23.0 |
924 | 2023-10-17T22:53:11.298Z | Downloaded x509-cert v0.2.4 |
925 | 2023-10-17T22:53:11.309Z | Downloaded hash32 v0.2.1 |
926 | 2023-10-17T22:53:11.312Z | Downloaded serde_derive_internals v0.26.0 |
927 | 2023-10-17T22:53:11.315Z | Downloaded flume v0.11.0 |
928 | 2023-10-17T22:53:11.321Z | Downloaded aho-corasick v1.0.4 |
929 | 2023-10-17T22:53:11.332Z | Downloaded clap_builder v4.4.2 |
930 | 2023-10-17T22:53:11.345Z | Downloaded winnow v0.5.15 |
931 | 2023-10-17T22:53:11.361Z | Downloaded omicron-zone-package v0.8.3 |
932 | 2023-10-17T22:53:11.365Z | Downloaded elliptic-curve v0.13.5 |
933 | 2023-10-17T22:53:11.372Z | Downloaded unsafe-libyaml v0.2.9 |
934 | 2023-10-17T22:53:11.378Z | Downloaded prettyplease v0.2.12 |
935 | 2023-10-17T22:53:11.384Z | Downloaded derive_more v0.99.17 |
936 | 2023-10-17T22:53:11.394Z | Downloaded crossterm v0.27.0 |
937 | 2023-10-17T22:53:11.406Z | Downloaded which v4.4.0 |
938 | 2023-10-17T22:53:11.409Z | Downloaded clap_lex v0.5.1 |
939 | 2023-10-17T22:53:11.411Z | Downloaded fs-err v2.9.0 |
940 | 2023-10-17T22:53:11.414Z | Downloaded thiserror-impl-no-std v2.0.2 |
941 | 2023-10-17T22:53:11.417Z | Downloaded toml_datetime v0.6.3 |
942 | 2023-10-17T22:53:11.420Z | Downloaded serde_with_macros v2.3.3 |
943 | 2023-10-17T22:53:11.422Z | Downloaded rsa v0.9.2 |
944 | 2023-10-17T22:53:11.429Z | Downloaded crossterm v0.26.1 |
945 | 2023-10-17T22:53:11.459Z | Downloaded steno v0.4.0 |
946 | 2023-10-17T22:53:11.462Z | Downloaded tabled_derive v0.6.0 |
947 | 2023-10-17T22:53:11.465Z | Downloaded opaque-debug v0.3.0 |
948 | 2023-10-17T22:53:11.468Z | Downloaded siphasher v0.3.11 |
949 | 2023-10-17T22:53:11.471Z | Downloaded libz-sys v1.1.12 |
950 | 2023-10-17T22:53:11.579Z | Downloaded pest_derive v2.7.2 |
951 | 2023-10-17T22:53:11.583Z | Downloaded rustls-webpki v0.101.4 |
952 | 2023-10-17T22:53:11.611Z | Downloaded num-bigint-dig v0.8.4 |
953 | 2023-10-17T22:53:11.619Z | Downloaded zip v0.6.6 |
954 | 2023-10-17T22:53:11.627Z | Downloaded salty v0.2.0 |
955 | 2023-10-17T22:53:11.636Z | Downloaded libxml v0.3.3 |
956 | 2023-10-17T22:53:11.648Z | Downloaded pem v1.1.1 |
957 | 2023-10-17T22:53:11.651Z | Downloaded ctr v0.9.2 |
958 | 2023-10-17T22:53:11.653Z | Downloaded darling_core v0.14.4 |
959 | 2023-10-17T22:53:11.662Z | Downloaded quick-error v1.2.3 |
960 | 2023-10-17T22:53:11.665Z | Downloaded packed_struct v0.10.1 |
961 | 2023-10-17T22:53:11.667Z | Downloaded postcard v0.7.3 |
962 | 2023-10-17T22:53:11.670Z | Downloaded glob v0.3.1 |
963 | 2023-10-17T22:53:11.673Z | Downloaded quote v1.0.33 |
964 | 2023-10-17T22:53:11.677Z | Downloaded papergrid v0.10.0 |
965 | 2023-10-17T22:53:11.686Z | Downloaded password-hash v0.5.0 |
966 | 2023-10-17T22:53:11.689Z | Downloaded getrandom v0.2.10 |
967 | 2023-10-17T22:53:11.695Z | Downloaded diesel_derives v2.1.1 |
968 | 2023-10-17T22:53:11.700Z | Downloaded vergen v8.2.4 |
969 | 2023-10-17T22:53:11.706Z | Downloaded snafu v0.7.5 |
970 | 2023-10-17T22:53:11.716Z | Downloaded time v0.3.27 |
971 | 2023-10-17T22:53:11.729Z | Downloaded zeroize v1.6.0 |
972 | 2023-10-17T22:53:11.731Z | Downloaded pin-project-lite v0.2.13 |
973 | 2023-10-17T22:53:11.740Z | Downloaded itertools v0.11.0 |
974 | 2023-10-17T22:53:11.757Z | Downloaded futures-macro v0.3.28 |
975 | 2023-10-17T22:53:11.760Z | Downloaded tokio-stream v0.1.14 |
976 | 2023-10-17T22:53:11.767Z | Downloaded rand v0.8.5 |
977 | 2023-10-17T22:53:11.774Z | Downloaded aes v0.8.3 |
978 | 2023-10-17T22:53:11.781Z | Downloaded term v0.7.0 |
979 | 2023-10-17T22:53:11.787Z | Downloaded tokio-tungstenite v0.18.0 |
980 | 2023-10-17T22:53:11.791Z | Downloaded olpc-cjson v0.1.3 |
981 | 2023-10-17T22:53:11.794Z | Downloaded serde_derive v1.0.188 |
982 | 2023-10-17T22:53:11.798Z | Downloaded ron v0.7.1 |
983 | 2023-10-17T22:53:11.807Z | Downloaded serde_repr v0.1.16 |
984 | 2023-10-17T22:53:11.810Z | Downloaded serde_plain v1.0.2 |
985 | 2023-10-17T22:53:11.813Z | Downloaded tempfile v3.8.0 |
986 | 2023-10-17T22:53:11.816Z | Downloaded smallvec v1.11.0 |
987 | 2023-10-17T22:53:11.820Z | Downloaded pretty-hex v0.2.1 |
988 | 2023-10-17T22:53:11.823Z | Downloaded fd-lock v3.0.13 |
989 | 2023-10-17T22:53:11.826Z | Downloaded fastrand v2.0.0 |
990 | 2023-10-17T22:53:11.829Z | Downloaded wait-timeout v0.2.0 |
991 | 2023-10-17T22:53:11.832Z | Downloaded futures-sink v0.3.28 |
992 | 2023-10-17T22:53:11.835Z | Downloaded regex-automata v0.1.10 |
993 | 2023-10-17T22:53:11.843Z | Downloaded string_cache v0.8.7 |
994 | 2023-10-17T22:53:11.846Z | Downloaded wyz v0.5.1 |
995 | 2023-10-17T22:53:11.849Z | Downloaded const_format v0.2.31 |
996 | 2023-10-17T22:53:11.856Z | Downloaded libsqlite3-sys v0.26.0 |
997 | 2023-10-17T22:53:12.002Z | Downloaded ring v0.16.20 |
998 | 2023-10-17T22:53:12.165Z | Downloaded unicode-segmentation v1.10.1 |
999 | 2023-10-17T22:53:12.171Z | Downloaded tokio-postgres v0.7.10 |
1000 | 2023-10-17T22:53:12.179Z | Downloaded parking_lot_core v0.8.6 |
1001 | 2023-10-17T22:53:12.183Z | Downloaded parking_lot v0.12.1 |
1002 | 2023-10-17T22:53:12.186Z | Downloaded toml v0.8.0 |
1003 | 2023-10-17T22:53:12.192Z | Downloaded cstr-argument v0.1.2 |
1004 | 2023-10-17T22:53:12.195Z | Downloaded synstructure v0.12.6 |
1005 | 2023-10-17T22:53:12.198Z | Downloaded darling v0.20.3 |
1006 | 2023-10-17T22:53:12.201Z | Downloaded waitgroup v0.1.2 |
1007 | 2023-10-17T22:53:12.204Z | Downloaded sha1 v0.10.5 |
1008 | 2023-10-17T22:53:12.206Z | Downloaded ppv-lite86 v0.2.17 |
1009 | 2023-10-17T22:53:12.209Z | Downloaded similar v2.2.1 |
1010 | 2023-10-17T22:53:12.214Z | Downloaded half v1.8.2 |
1011 | 2023-10-17T22:53:12.218Z | Downloaded env_logger v0.9.3 |
1012 | 2023-10-17T22:53:12.222Z | Downloaded crossbeam-channel v0.5.8 |
1013 | 2023-10-17T22:53:12.230Z | Downloaded cc v1.0.83 |
1014 | 2023-10-17T22:53:12.236Z | Downloaded ringbuffer v0.15.0 |
1015 | 2023-10-17T22:53:12.244Z | Downloaded pest_meta v2.7.2 |
1016 | 2023-10-17T22:53:12.249Z | Downloaded base64 v0.21.4 |
1017 | 2023-10-17T22:53:12.252Z | Downloaded snafu-derive v0.7.5 |
1018 | 2023-10-17T22:53:12.255Z | Downloaded diff v0.1.13 |
1019 | 2023-10-17T22:53:12.257Z | Downloaded flate2 v1.0.27 |
1020 | 2023-10-17T22:53:12.264Z | Downloaded structopt v0.3.26 |
1021 | 2023-10-17T22:53:12.276Z | Downloaded rustc_version v0.1.7 |
1022 | 2023-10-17T22:53:12.279Z | Downloaded filetime v0.2.22 |
1023 | 2023-10-17T22:53:12.282Z | Downloaded serde-hex v0.1.0 |
1024 | 2023-10-17T22:53:12.285Z | Downloaded derive-where v1.2.5 |
1025 | 2023-10-17T22:53:12.288Z | Downloaded darling v0.14.4 |
1026 | 2023-10-17T22:53:12.293Z | Downloaded serde_path_to_error v0.1.14 |
1027 | 2023-10-17T22:53:12.296Z | Downloaded rustls-pemfile v1.0.3 |
1028 | 2023-10-17T22:53:12.299Z | Downloaded vec_map v0.8.2 |
1029 | 2023-10-17T22:53:12.302Z | Downloaded fallible-iterator v0.2.0 |
1030 | 2023-10-17T22:53:12.305Z | Downloaded either v1.9.0 |
1031 | 2023-10-17T22:53:12.308Z | Downloaded thread_local v1.1.7 |
1032 | 2023-10-17T22:53:12.311Z | Downloaded uuid v1.4.1 |
1033 | 2023-10-17T22:53:12.314Z | Downloaded radium v0.7.0 |
1034 | 2023-10-17T22:53:12.317Z | Downloaded dirs-sys-next v0.1.2 |
1035 | 2023-10-17T22:53:12.320Z | Downloaded digest v0.10.7 |
1036 | 2023-10-17T22:53:12.323Z | Downloaded semver v1.0.18 |
1037 | 2023-10-17T22:53:12.327Z | Downloaded semver v0.11.0 |
1038 | 2023-10-17T22:53:12.329Z | Downloaded env_logger v0.10.0 |
1039 | 2023-10-17T22:53:12.333Z | Downloaded static_assertions v1.1.0 |
1040 | 2023-10-17T22:53:12.336Z | Downloaded slog-term v2.9.0 |
1041 | 2023-10-17T22:53:12.339Z | Downloaded serde v1.0.188 |
1042 | 2023-10-17T22:53:12.344Z | Downloaded serde_arrays v0.1.0 |
1043 | 2023-10-17T22:53:12.347Z | Downloaded postgres-types v0.2.6 |
1044 | 2023-10-17T22:53:12.350Z | Downloaded pkcs1 v0.7.5 |
1045 | 2023-10-17T22:53:12.356Z | Downloaded futures-channel v0.3.28 |
1046 | 2023-10-17T22:53:12.359Z | Downloaded stable_deref_trait v1.2.0 |
1047 | 2023-10-17T22:53:12.362Z | Downloaded spki v0.7.2 |
1048 | 2023-10-17T22:53:12.365Z | Downloaded group v0.13.0 |
1049 | 2023-10-17T22:53:12.367Z | Downloaded fragile v2.0.0 |
1050 | 2023-10-17T22:53:12.371Z | Downloaded http v0.2.9 |
1051 | 2023-10-17T22:53:12.374Z | Downloaded arc-swap v1.6.0 |
1052 | 2023-10-17T22:53:12.379Z | Downloaded ref-cast v1.0.20 |
1053 | 2023-10-17T22:53:12.383Z | Downloaded linked-hash-map v0.5.6 |
1054 | 2023-10-17T22:53:12.386Z | Downloaded fallible-streaming-iterator v0.1.9 |
1055 | 2023-10-17T22:53:12.389Z | Downloaded darling_macro v0.20.3 |
1056 | 2023-10-17T22:53:12.392Z | Downloaded foreign-types v0.5.0 |
1057 | 2023-10-17T22:53:12.395Z | Downloaded ena v0.14.2 |
1058 | 2023-10-17T22:53:12.398Z | Downloaded shell-words v1.1.0 |
1059 | 2023-10-17T22:53:12.401Z | Downloaded proc-macro2 v1.0.67 |
1060 | 2023-10-17T22:53:12.403Z | Downloaded memchr v2.6.3 |
1061 | 2023-10-17T22:53:12.406Z | Downloaded ryu v1.0.15 |
1062 | 2023-10-17T22:53:12.411Z | Downloaded heapless v0.7.16 |
1063 | 2023-10-17T22:53:12.417Z | Downloaded parking_lot_core v0.9.8 |
1064 | 2023-10-17T22:53:12.421Z | Downloaded crypto-bigint v0.5.2 |
1065 | 2023-10-17T22:53:12.439Z | Downloaded tiny-keccak v2.0.2 |
1066 | 2023-10-17T22:53:12.441Z | Downloaded tinyvec v1.6.0 |
1067 | 2023-10-17T22:53:12.444Z | Downloaded tracing-core v0.1.31 |
1068 | 2023-10-17T22:53:12.447Z | Downloaded itertools v0.10.5 |
1069 | 2023-10-17T22:53:12.456Z | Downloaded socket2 v0.5.3 |
1070 | 2023-10-17T22:53:12.459Z | Downloaded spin v0.9.8 |
1071 | 2023-10-17T22:53:12.484Z | Downloaded toml v0.7.8 |
1072 | 2023-10-17T22:53:12.487Z | Downloaded chacha20poly1305 v0.10.1 |
1073 | 2023-10-17T22:53:12.490Z | Downloaded errno v0.3.2 |
1074 | 2023-10-17T22:53:12.493Z | Downloaded slog-dtrace v0.2.3 |
1075 | 2023-10-17T22:53:12.496Z | Downloaded structmeta v0.1.6 |
1076 | 2023-10-17T22:53:12.500Z | Downloaded semver v0.1.20 |
1077 | 2023-10-17T22:53:12.503Z | Downloaded same-file v1.0.6 |
1078 | 2023-10-17T22:53:12.506Z | Downloaded predicates v3.0.4 |
1079 | 2023-10-17T22:53:12.508Z | Downloaded slog-scope v4.4.0 |
1080 | 2023-10-17T22:53:12.511Z | Downloaded console v0.15.7 |
1081 | 2023-10-17T22:53:12.517Z | Downloaded owo-colors v3.5.0 |
1082 | 2023-10-17T22:53:12.521Z | Downloaded anyhow v1.0.75 |
1083 | 2023-10-17T22:53:12.523Z | Downloaded backtrace v0.3.69 |
1084 | 2023-10-17T22:53:12.527Z | Downloaded termtree v0.4.1 |
1085 | 2023-10-17T22:53:12.531Z | Downloaded structopt-derive v0.4.18 |
1086 | 2023-10-17T22:53:12.556Z | Downloaded poly1305 v0.8.0 |
1087 | 2023-10-17T22:53:12.560Z | Downloaded foreign-types-macros v0.2.3 |
1088 | 2023-10-17T22:53:12.565Z | Downloaded parse-display-derive v0.7.0 |
1089 | 2023-10-17T22:53:12.574Z | Downloaded typenum v1.16.0 |
1090 | 2023-10-17T22:53:12.577Z | Downloaded oso v0.26.4 |
1091 | 2023-10-17T22:53:12.580Z | Downloaded zerocopy v0.6.3 |
1092 | 2023-10-17T22:53:12.584Z | Downloaded num_enum_derive v0.5.11 |
1093 | 2023-10-17T22:53:12.587Z | Downloaded subprocess v0.2.9 |
1094 | 2023-10-17T22:53:12.590Z | Downloaded crc-any v2.4.3 |
1095 | 2023-10-17T22:53:12.594Z | Downloaded clap v2.34.0 |
1096 | 2023-10-17T22:53:12.597Z | Downloaded proc-macro-error v1.0.4 |
1097 | 2023-10-17T22:53:12.600Z | Downloaded tungstenite v0.18.0 |
1098 | 2023-10-17T22:53:12.604Z | Downloaded indicatif v0.17.7 |
1099 | 2023-10-17T22:53:12.607Z | Downloaded byteorder v1.4.3 |
1100 | 2023-10-17T22:53:12.610Z | Downloaded dtrace-parser v0.1.14 |
1101 | 2023-10-17T22:53:12.614Z | Downloaded foreign-types-shared v0.3.1 |
1102 | 2023-10-17T22:53:12.617Z | Downloaded libm v0.2.7 |
1103 | 2023-10-17T22:53:12.620Z | Downloaded futures-io v0.3.28 |
1104 | 2023-10-17T22:53:12.623Z | Downloaded futures-executor v0.3.28 |
1105 | 2023-10-17T22:53:12.625Z | Downloaded funty v2.0.0 |
1106 | 2023-10-17T22:53:12.628Z | Downloaded postcard-cobs v0.1.5-pre |
1107 | 2023-10-17T22:53:12.631Z | Downloaded usdt v0.3.5 |
1108 | 2023-10-17T22:53:12.634Z | Downloaded slog v2.7.0 |
1109 | 2023-10-17T22:53:12.637Z | Downloaded base64 v0.13.1 |
1110 | 2023-10-17T22:53:12.640Z | Downloaded allocator-api2 v0.2.16 |
1111 | 2023-10-17T22:53:12.643Z | Downloaded untrusted v0.7.1 |
1112 | 2023-10-17T22:53:12.647Z | Downloaded universal-hash v0.5.1 |
1113 | 2023-10-17T22:53:12.649Z | Downloaded unicode-linebreak v0.1.5 |
1114 | 2023-10-17T22:53:12.654Z | Downloaded twox-hash v1.6.3 |
1115 | 2023-10-17T22:53:12.657Z | Downloaded crossbeam-utils v0.8.16 |
1116 | 2023-10-17T22:53:12.661Z | Downloaded deranged v0.3.8 |
1117 | 2023-10-17T22:53:12.664Z | Downloaded zone_cfg_derive v0.2.0 |
1118 | 2023-10-17T22:53:12.667Z | Downloaded tokio-rustls v0.24.1 |
1119 | 2023-10-17T22:53:12.670Z | Downloaded clap v4.4.3 |
1120 | 2023-10-17T22:53:12.673Z | Downloaded secrecy v0.8.0 |
1121 | 2023-10-17T22:53:12.676Z | Downloaded oso-derive v0.26.4 |
1122 | 2023-10-17T22:53:12.679Z | Downloaded usdt-impl v0.3.5 |
1123 | 2023-10-17T22:53:12.682Z | Downloaded headers-core v0.2.0 |
1124 | 2023-10-17T22:53:12.684Z | Downloaded vsss-rs v3.3.1 |
1125 | 2023-10-17T22:53:12.688Z | Downloaded strum_macros v0.25.2 |
1126 | 2023-10-17T22:53:12.691Z | Downloaded generic-array v0.14.7 |
1127 | 2023-10-17T22:53:12.693Z | Downloaded crossbeam-queue v0.3.8 |
1128 | 2023-10-17T22:53:12.696Z | Downloaded thiserror v1.0.49 |
1129 | 2023-10-17T22:53:12.699Z | Downloaded time-macros v0.2.13 |
1130 | 2023-10-17T22:53:12.702Z | Downloaded vte v0.11.1 |
1131 | 2023-10-17T22:53:12.704Z | Downloaded thiserror-impl v1.0.49 |
1132 | 2023-10-17T22:53:12.707Z | Downloaded stringprep v0.1.3 |
1133 | 2023-10-17T22:53:12.710Z | Downloaded libloading v0.7.4 |
1134 | 2023-10-17T22:53:12.713Z | Downloaded cookie v0.16.2 |
1135 | 2023-10-17T22:53:12.715Z | Downloaded bitstruct v0.1.1 |
1136 | 2023-10-17T22:53:12.718Z | Downloaded const_format_proc_macros v0.2.31 |
1137 | 2023-10-17T22:53:12.721Z | Downloaded camino v1.1.6 |
1138 | 2023-10-17T22:53:12.724Z | Downloaded bitflags v2.4.0 |
1139 | 2023-10-17T22:53:12.727Z | Downloaded strip-ansi-escapes v0.2.0 |
1140 | 2023-10-17T22:53:12.731Z | Downloaded signal-hook-registry v1.4.1 |
1141 | 2023-10-17T22:53:12.733Z | Downloaded num-derive v0.4.0 |
1142 | 2023-10-17T22:53:12.736Z | Downloaded socket2 v0.4.9 |
1143 | 2023-10-17T22:53:12.739Z | Downloaded async-trait v0.1.73 |
1144 | 2023-10-17T22:53:12.742Z | Downloaded bcs v0.1.5 |
1145 | 2023-10-17T22:53:12.745Z | Downloaded usdt-attr-macro v0.3.5 |
1146 | 2023-10-17T22:53:12.748Z | Downloaded bit-vec v0.6.3 |
1147 | 2023-10-17T22:53:12.750Z | Downloaded bincode v1.3.3 |
1148 | 2023-10-17T22:53:12.753Z | Downloaded percent-encoding v2.3.0 |
1149 | 2023-10-17T22:53:12.756Z | Downloaded zerocopy v0.3.0 |
1150 | 2023-10-17T22:53:12.759Z | Downloaded utf-8 v0.7.6 |
1151 | 2023-10-17T22:53:12.761Z | Downloaded unicode-xid v0.2.4 |
1152 | 2023-10-17T22:53:12.764Z | Downloaded unicode-width v0.1.10 |
1153 | 2023-10-17T22:53:12.767Z | Downloaded tui-tree-widget v0.13.0 |
1154 | 2023-10-17T22:53:12.770Z | Downloaded whoami v1.4.1 |
1155 | 2023-10-17T22:53:12.773Z | Downloaded terminal_size v0.2.6 |
1156 | 2023-10-17T22:53:12.775Z | Downloaded tap v1.0.1 |
1157 | 2023-10-17T22:53:12.778Z | Downloaded strum_macros v0.24.3 |
1158 | 2023-10-17T22:53:12.782Z | Downloaded array-init v0.0.4 |
1159 | 2023-10-17T22:53:12.785Z | Downloaded rustversion v1.0.14 |
1160 | 2023-10-17T22:53:12.788Z | Downloaded num_enum v0.5.11 |
1161 | 2023-10-17T22:53:12.790Z | Downloaded unicase v2.7.0 |
1162 | 2023-10-17T22:53:12.793Z | Downloaded unarray v0.1.4 |
1163 | 2023-10-17T22:53:12.796Z | Downloaded termios v0.3.3 |
1164 | 2023-10-17T22:53:12.799Z | Downloaded ciborium-io v0.2.1 |
1165 | 2023-10-17T22:53:12.801Z | Downloaded httparse v1.8.0 |
1166 | 2023-10-17T22:53:12.804Z | Downloaded ansi_term v0.12.1 |
1167 | 2023-10-17T22:53:12.807Z | Downloaded spin v0.5.2 |
1168 | 2023-10-17T22:53:12.810Z | Downloaded smf v0.2.2 |
1169 | 2023-10-17T22:53:12.813Z | Downloaded smawk v0.3.1 |
1170 | 2023-10-17T22:53:12.816Z | Downloaded slog-json v2.6.1 |
1171 | 2023-10-17T22:53:12.819Z | Downloaded serde_urlencoded v0.7.1 |
1172 | 2023-10-17T22:53:12.821Z | Downloaded serde_tokenstream v0.2.0 |
1173 | 2023-10-17T22:53:12.824Z | Downloaded serde_tokenstream v0.1.7 |
1174 | 2023-10-17T22:53:12.827Z | Downloaded serde_spanned v0.6.3 |
1175 | 2023-10-17T22:53:12.830Z | Downloaded rtoolbox v0.0.1 |
1176 | 2023-10-17T22:53:12.832Z | Downloaded nu-ansi-term v0.49.0 |
1177 | 2023-10-17T22:53:12.835Z | Downloaded linear-map v1.2.0 |
1178 | 2023-10-17T22:53:12.838Z | Downloaded cargo_metadata v0.18.0 |
1179 | 2023-10-17T22:53:12.841Z | Downloaded buf-list v1.0.3 |
1180 | 2023-10-17T22:53:12.843Z | Downloaded bytes v1.5.0 |
1181 | 2023-10-17T22:53:12.846Z | Downloaded httpdate v1.0.3 |
1182 | 2023-10-17T22:53:12.849Z | Downloaded heck v0.3.3 |
1183 | 2023-10-17T22:53:12.852Z | Downloaded hyper-staticfile v0.9.5 |
1184 | 2023-10-17T22:53:12.854Z | Downloaded bitfield v0.14.0 |
1185 | 2023-10-17T22:53:12.857Z | Downloaded topological-sort v0.2.2 |
1186 | 2023-10-17T22:53:12.860Z | Downloaded semver-parser v0.10.2 |
1187 | 2023-10-17T22:53:12.863Z | Downloaded schemars_derive v0.8.13 |
1188 | 2023-10-17T22:53:12.866Z | Downloaded rustc-demangle v0.1.23 |
1189 | 2023-10-17T22:53:12.868Z | Downloaded macaddr v1.0.1 |
1190 | 2023-10-17T22:53:12.871Z | Downloaded hyper-tls v0.5.0 |
1191 | 2023-10-17T22:53:12.874Z | Downloaded bitflags v1.3.2 |
1192 | 2023-10-17T22:53:12.877Z | Downloaded anstyle-parse v0.2.1 |
1193 | 2023-10-17T22:53:12.880Z | Downloaded async-stream v0.3.5 |
1194 | 2023-10-17T22:53:12.883Z | Downloaded argon2 v0.5.2 |
1195 | 2023-10-17T22:53:12.887Z | Downloaded serde-big-array v0.4.1 |
1196 | 2023-10-17T22:53:12.890Z | Downloaded lru-cache v0.1.2 |
1197 | 2023-10-17T22:53:12.893Z | Downloaded lock_api v0.4.10 |
1198 | 2023-10-17T22:53:12.895Z | Downloaded crc-catalog v2.2.0 |
1199 | 2023-10-17T22:53:12.898Z | Downloaded nanorand v0.7.0 |
1200 | 2023-10-17T22:53:12.901Z | Downloaded convert_case v0.4.0 |
1201 | 2023-10-17T22:53:12.904Z | Downloaded native-tls v0.2.11 |
1202 | 2023-10-17T22:53:12.907Z | Downloaded colored v2.0.4 |
1203 | 2023-10-17T22:53:12.910Z | Downloaded anstyle-query v1.0.0 |
1204 | 2023-10-17T22:53:12.913Z | Downloaded assert_matches v1.5.0 |
1205 | 2023-10-17T22:53:12.916Z | Downloaded base16ct v0.2.0 |
1206 | 2023-10-17T22:53:12.919Z | Downloaded autocfg v1.1.0 |
1207 | 2023-10-17T22:53:12.921Z | Downloaded async-recursion v1.0.5 |
1208 | 2023-10-17T22:53:12.924Z | Downloaded anstream v0.5.0 |
1209 | 2023-10-17T22:53:12.927Z | Downloaded vte_generate_state_changes v0.1.1 |
1210 | 2023-10-17T22:53:12.930Z | Downloaded toolchain_find v0.2.0 |
1211 | 2023-10-17T22:53:12.932Z | Downloaded take_mut v0.2.2 |
1212 | 2023-10-17T22:53:12.935Z | Downloaded signal-hook-mio v0.2.3 |
1213 | 2023-10-17T22:53:12.938Z | Downloaded humantime v2.1.0 |
1214 | 2023-10-17T22:53:12.941Z | Downloaded clap_derive v4.4.2 |
1215 | 2023-10-17T22:53:12.944Z | Downloaded cassowary v0.3.0 |
1216 | 2023-10-17T22:53:12.947Z | Downloaded memoffset v0.9.0 |
1217 | 2023-10-17T22:53:12.950Z | Downloaded maplit v1.0.2 |
1218 | 2023-10-17T22:53:12.956Z | Downloaded cipher v0.4.4 |
1219 | 2023-10-17T22:53:12.966Z | Downloaded bitstruct_derive v0.1.0 |
1220 | 2023-10-17T22:53:12.974Z | Downloaded aes-gcm-siv v0.11.1 |
1221 | 2023-10-17T22:53:12.977Z | Downloaded indexmap v2.0.0 |
1222 | 2023-10-17T22:53:12.981Z | Downloaded ciborium v0.2.1 |
1223 | 2023-10-17T22:53:12.986Z | Downloaded hkdf v0.12.3 |
1224 | 2023-10-17T22:53:12.989Z | Downloaded async-stream-impl v0.3.5 |
1225 | 2023-10-17T22:53:12.992Z | Downloaded match_cfg v0.1.0 |
1226 | 2023-10-17T22:53:12.996Z | Downloaded maybe-uninit v2.0.0 |
1227 | 2023-10-17T22:53:12.999Z | Downloaded normalize-line-endings v0.3.0 |
1228 | 2023-10-17T22:53:13.002Z | Downloaded memoffset v0.7.1 |
1229 | 2023-10-17T22:53:13.005Z | Downloaded hmac v0.12.1 |
1230 | 2023-10-17T22:53:13.008Z | Downloaded matches v0.1.10 |
1231 | 2023-10-17T22:53:13.011Z | Downloaded home v0.5.5 |
1232 | 2023-10-17T22:53:13.014Z | Downloaded hostname v0.3.1 |
1233 | 2023-10-17T22:53:13.016Z | Downloaded hex v0.4.3 |
1234 | 2023-10-17T22:53:13.019Z | Downloaded heck v0.4.1 |
1235 | 2023-10-17T22:53:13.022Z | Downloaded atomicwrites v0.4.2 |
1236 | 2023-10-17T22:53:13.025Z | Downloaded log v0.4.20 |
1237 | 2023-10-17T22:53:13.028Z | Downloaded crossbeam-epoch v0.9.15 |
1238 | 2023-10-17T22:53:13.031Z | Downloaded schemars v0.8.13 |
1239 | 2023-10-17T22:53:13.033Z | Downloaded num_enum v0.7.0 |
1240 | 2023-10-17T22:53:13.036Z | Downloaded mockall v0.11.4 |
1241 | 2023-10-17T22:53:13.039Z | Downloaded minimal-lexical v0.2.1 |
1242 | 2023-10-17T22:53:13.042Z | Downloaded chacha20 v0.9.1 |
1243 | 2023-10-17T22:53:13.044Z | Downloaded cfg-if v0.1.10 |
1244 | 2023-10-17T22:53:13.048Z | Downloaded cexpr v0.6.0 |
1245 | 2023-10-17T22:53:13.050Z | Downloaded cargo-platform v0.1.3 |
1246 | 2023-10-17T22:53:13.053Z | Downloaded bytesize v1.3.0 |
1247 | 2023-10-17T22:53:13.056Z | Downloaded indexmap v1.9.3 |
1248 | 2023-10-17T22:53:13.058Z | Downloaded bzip2 v0.4.4 |
1249 | 2023-10-17T22:53:13.061Z | Downloaded addr2line v0.21.0 |
1250 | 2023-10-17T22:53:13.064Z | Downloaded num-iter v0.1.43 |
1251 | 2023-10-17T22:53:13.067Z | Downloaded num-integer v0.1.45 |
1252 | 2023-10-17T22:53:13.070Z | Downloaded num-complex v0.4.4 |
1253 | 2023-10-17T22:53:13.072Z | Downloaded num v0.4.1 |
1254 | 2023-10-17T22:53:13.075Z | Downloaded io-lifetimes v1.0.11 |
1255 | 2023-10-17T22:53:13.079Z | Downloaded num-bigint v0.4.4 |
1256 | 2023-10-17T22:53:13.082Z | Downloaded camino-tempfile v1.0.2 |
1257 | 2023-10-17T22:53:13.085Z | Downloaded crossbeam-deque v0.8.3 |
1258 | 2023-10-17T22:53:13.088Z | Downloaded itoa v1.0.9 |
1259 | 2023-10-17T22:53:13.091Z | Downloaded hyper-rustls v0.24.1 |
1260 | 2023-10-17T22:53:13.094Z | Downloaded bytecount v0.6.3 |
1261 | 2023-10-17T22:53:13.097Z | Downloaded block-padding v0.3.3 |
1262 | 2023-10-17T22:53:13.100Z | Downloaded jobserver v0.1.26 |
1263 | 2023-10-17T22:53:13.103Z | Downloaded ipnetwork v0.20.0 |
1264 | 2023-10-17T22:53:13.105Z | Downloaded ipnet v2.8.0 |
1265 | 2023-10-17T22:53:13.108Z | Downloaded impl-trait-for-tuples v0.2.2 |
1266 | 2023-10-17T22:53:13.112Z | Downloaded keccak v0.1.4 |
1267 | 2023-10-17T22:53:13.115Z | Downloaded indoc v2.0.3 |
1268 | 2023-10-17T22:53:13.421Z | Compiling proc-macro2 v1.0.67 |
1269 | 2023-10-17T22:53:13.425Z | Compiling unicode-ident v1.0.12 |
1270 | 2023-10-17T22:53:13.429Z | Compiling libc v0.2.149 |
1271 | 2023-10-17T22:53:13.435Z | Compiling serde v1.0.188 |
1272 | 2023-10-17T22:53:13.440Z | Compiling autocfg v1.1.0 |
1273 | 2023-10-17T22:53:13.444Z | Compiling version_check v0.9.4 |
1274 | 2023-10-17T22:53:13.448Z | Compiling cfg-if v1.0.0 |
1275 | 2023-10-17T22:53:13.677Z | Compiling syn v1.0.109 |
1276 | 2023-10-17T22:53:13.700Z | Compiling once_cell v1.18.0 |
1277 | 2023-10-17T22:53:13.774Z | Compiling parking_lot_core v0.9.8 |
1278 | 2023-10-17T22:53:14.298Z | Compiling libm v0.2.7 |
1279 | 2023-10-17T22:53:14.507Z | Compiling ahash v0.8.3 |
1280 | 2023-10-17T22:53:14.677Z | Compiling lock_api v0.4.10 |
1281 | 2023-10-17T22:53:15.624Z | Compiling num-traits v0.2.16 |
1282 | 2023-10-17T22:53:15.631Z | Compiling typenum v1.16.0 |
1283 | 2023-10-17T22:53:15.634Z | Compiling thiserror v1.0.49 |
1284 | 2023-10-17T22:53:15.636Z | Compiling futures-core v0.3.28 |
1285 | 2023-10-17T22:53:16.047Z | Compiling generic-array v0.14.7 |
1286 | 2023-10-17T22:53:16.098Z | Compiling memchr v2.6.3 |
1287 | 2023-10-17T22:53:16.468Z | Compiling scopeguard v1.2.0 |
1288 | 2023-10-17T22:53:16.790Z | Compiling itoa v1.0.9 |
1289 | 2023-10-17T22:53:16.853Z | Compiling pkg-config v0.3.27 |
1290 | 2023-10-17T22:53:17.201Z | Compiling quote v1.0.33 |
1291 | 2023-10-17T22:53:17.685Z | Compiling slab v0.4.9 |
1292 | 2023-10-17T22:53:18.092Z | Compiling syn v2.0.32 |
1293 | 2023-10-17T22:53:18.201Z | Compiling jobserver v0.1.26 |
1294 | 2023-10-17T22:53:18.490Z | Compiling getrandom v0.2.10 |
1295 | 2023-10-17T22:53:18.779Z | Compiling cc v1.0.83 |
1296 | 2023-10-17T22:53:19.150Z | Compiling futures-task v0.3.28 |
1297 | 2023-10-17T22:53:19.168Z | Compiling futures-channel v0.3.28 |
1298 | 2023-10-17T22:53:19.554Z | Compiling futures-util v0.3.28 |
1299 | 2023-10-17T22:53:19.852Z | Compiling log v0.4.20 |
1300 | 2023-10-17T22:53:20.701Z | Compiling ryu v1.0.15 |
1301 | 2023-10-17T22:53:20.818Z | Compiling serde_json v1.0.107 |
1302 | 2023-10-17T22:53:20.857Z | Compiling pin-project-lite v0.2.13 |
1303 | 2023-10-17T22:53:21.158Z | Compiling schemars v0.8.13 |
1304 | 2023-10-17T22:53:21.188Z | Compiling vcpkg v0.2.15 |
1305 | 2023-10-17T22:53:21.281Z | Compiling smallvec v1.11.0 |
1306 | 2023-10-17T22:53:22.152Z | Compiling heck v0.4.1 |
1307 | 2023-10-17T22:53:22.801Z | Compiling parking_lot v0.12.1 |
1308 | 2023-10-17T22:53:23.492Z | Compiling ring v0.16.20 |
1309 | 2023-10-17T22:53:23.627Z | Compiling num_cpus v1.16.0 |
1310 | 2023-10-17T22:53:24.144Z | Compiling openssl-sys v0.9.93 |
1311 | 2023-10-17T22:53:25.534Z | Compiling rand_core v0.6.4 |
1312 | 2023-10-17T22:53:26.006Z | Compiling indexmap v1.9.3 |
1313 | 2023-10-17T22:53:26.406Z | Compiling byteorder v1.4.3 |
1314 | 2023-10-17T22:53:26.745Z | Compiling allocator-api2 v0.2.16 |
1315 | 2023-10-17T22:53:27.029Z | Compiling equivalent v1.0.1 |
1316 | 2023-10-17T22:53:27.183Z | Compiling httparse v1.8.0 |
1317 | 2023-10-17T22:53:27.381Z | Compiling spin v0.5.2 |
1318 | 2023-10-17T22:53:27.743Z | Compiling mio v0.8.8 |
1319 | 2023-10-17T22:53:27.769Z | Compiling signal-hook-registry v1.4.1 |
1320 | 2023-10-17T22:53:27.870Z | Compiling hashbrown v0.14.0 |
1321 | 2023-10-17T22:53:28.007Z | Compiling socket2 v0.5.3 |
1322 | 2023-10-17T22:53:30.421Z | Compiling serde_derive_internals v0.26.0 |
1323 | 2023-10-17T22:53:30.465Z | Compiling openssl v0.10.57 |
1324 | 2023-10-17T22:53:31.003Z | Compiling semver v1.0.18 |
1325 | 2023-10-17T22:53:31.034Z | Compiling fnv v1.0.7 |
1326 | 2023-10-17T22:53:31.367Z | Compiling rustls v0.21.7 |
1327 | 2023-10-17T22:53:31.608Z | Compiling iana-time-zone v0.1.57 |
1328 | 2023-10-17T22:53:31.795Z | Compiling unicode-xid v0.2.4 |
1329 | 2023-10-17T22:53:32.043Z | Compiling native-tls v0.2.11 |
1330 | 2023-10-17T22:53:32.067Z | Compiling ucd-trie v0.1.6 |
1331 | 2023-10-17T22:53:32.095Z | Compiling crossbeam-utils v0.8.16 |
1332 | 2023-10-17T22:53:32.143Z | Compiling synstructure v0.12.6 |
1333 | 2023-10-17T22:53:33.549Z | Compiling io-lifetimes v1.0.11 |
1334 | 2023-10-17T22:53:34.272Z | Compiling futures-sink v0.3.28 |
1335 | 2023-10-17T22:53:34.395Z | Compiling backtrace v0.3.69 |
1336 | 2023-10-17T22:53:34.658Z | Compiling dyn-clone v1.0.13 |
1337 | 2023-10-17T22:53:34.665Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2023-10-17T22:53:34.824Z | Compiling tinyvec v1.6.0 |
1339 | 2023-10-17T22:53:35.454Z | Compiling tracing-core v0.1.31 |
1340 | 2023-10-17T22:53:35.480Z | Compiling memoffset v0.9.0 |
1341 | 2023-10-17T22:53:35.642Z | Compiling num-integer v0.1.45 |
1342 | 2023-10-17T22:53:35.913Z | Compiling rustix v0.38.9 |
1343 | 2023-10-17T22:53:35.950Z | Compiling subtle v2.5.0 |
1344 | 2023-10-17T22:53:35.978Z | Compiling futures-io v0.3.28 |
1345 | 2023-10-17T22:53:36.040Z | Compiling pin-utils v0.1.0 |
1346 | 2023-10-17T22:53:36.456Z | Compiling rustix v0.37.23 |
1347 | 2023-10-17T22:53:36.510Z | Compiling winnow v0.5.15 |
1348 | 2023-10-17T22:53:36.828Z | Compiling hashbrown v0.13.2 |
1349 | 2023-10-17T22:53:37.284Z | Compiling aho-corasick v1.0.4 |
1350 | 2023-10-17T22:53:37.448Z | Compiling unicode-normalization v0.1.22 |
1351 | 2023-10-17T22:53:37.473Z | Compiling usdt-impl v0.3.5 |
1352 | 2023-10-17T22:53:38.691Z | Compiling crc32fast v1.3.2 |
1353 | 2023-10-17T22:53:39.359Z | Compiling regex-syntax v0.7.5 |
1354 | 2023-10-17T22:53:39.389Z | Compiling anyhow v1.0.75 |
1355 | 2023-10-17T22:53:39.912Z | Compiling slog v2.7.0 |
1356 | 2023-10-17T22:53:40.074Z | Compiling unicode-bidi v0.3.13 |
1357 | 2023-10-17T22:53:40.272Z | Compiling serde_derive v1.0.188 |
1358 | 2023-10-17T22:53:40.327Z | Compiling zeroize_derive v1.4.2 |
1359 | 2023-10-17T22:53:40.564Z | Compiling thiserror-impl v1.0.49 |
1360 | 2023-10-17T22:53:41.004Z | Compiling tokio-macros v2.1.0 |
1361 | 2023-10-17T22:53:42.672Z | Compiling futures-macro v0.3.28 |
1362 | 2023-10-17T22:53:42.688Z | Compiling tracing-attributes v0.1.26 |
1363 | 2023-10-17T22:53:43.168Z | Compiling schemars_derive v0.8.13 |
1364 | 2023-10-17T22:53:43.290Z | Compiling zeroize v1.6.0 |
1365 | 2023-10-17T22:53:45.347Z | Compiling openssl-macros v0.1.1 |
1366 | 2023-10-17T22:53:45.530Z | Compiling pest v2.7.2 |
1367 | 2023-10-17T22:53:46.401Z | Compiling zerocopy-derive v0.2.0 |
1368 | 2023-10-17T22:53:46.477Z | Compiling crypto-common v0.1.6 |
1369 | 2023-10-17T22:53:46.785Z | Compiling block-buffer v0.10.4 |
1370 | 2023-10-17T22:53:48.206Z | Compiling time-core v0.1.1 |
1371 | 2023-10-17T22:53:48.210Z | Compiling tracing v0.1.37 |
1372 | 2023-10-17T22:53:48.213Z | Compiling const-oid v0.9.5 |
1373 | 2023-10-17T22:53:49.127Z | Compiling bitflags v1.3.2 |
1374 | 2023-10-17T22:53:49.329Z | Compiling time-macros v0.2.13 |
1375 | 2023-10-17T22:53:49.903Z | Compiling pest_meta v2.7.2 |
1376 | 2023-10-17T22:53:50.388Z | Compiling regex-automata v0.3.8 |
1377 | 2023-10-17T22:53:51.746Z | Compiling digest v0.10.7 |
1378 | 2023-10-17T22:53:52.520Z | Compiling pest_generator v2.7.2 |
1379 | 2023-10-17T22:53:56.660Z | Compiling pest_derive v2.7.2 |
1380 | 2023-10-17T22:53:57.463Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1381 | 2023-10-17T22:53:57.488Z | Compiling crossbeam-epoch v0.9.15 |
1382 | 2023-10-17T22:53:58.101Z | Compiling ppv-lite86 v0.2.17 |
1383 | 2023-10-17T22:53:58.149Z | Compiling async-trait v0.1.73 |
1384 | 2023-10-17T22:53:59.237Z | Compiling rand_chacha v0.3.1 |
1385 | 2023-10-17T22:54:00.830Z | Compiling zerocopy v0.3.0 |
1386 | 2023-10-17T22:54:01.130Z | Compiling zerocopy-derive v0.6.3 |
1387 | 2023-10-17T22:54:01.717Z | Compiling strsim v0.10.0 |
1388 | 2023-10-17T22:54:02.235Z | Compiling bytes v1.5.0 |
1389 | 2023-10-17T22:54:02.541Z | Compiling indexmap v2.0.0 |
1390 | 2023-10-17T22:54:02.729Z | Compiling uuid v1.4.1 |
1391 | 2023-10-17T22:54:04.156Z | Compiling chrono v0.4.31 |
1392 | 2023-10-17T22:54:04.201Z | Compiling tokio v1.32.0 |
1393 | 2023-10-17T22:54:06.699Z | Compiling bitflags v2.4.0 |
1394 | 2023-10-17T22:54:06.885Z | Compiling toml_datetime v0.6.3 |
1395 | 2023-10-17T22:54:06.911Z | Compiling serde_spanned v0.6.3 |
1396 | 2023-10-17T22:54:07.523Z | Compiling toml_edit v0.19.15 |
1397 | 2023-10-17T22:54:07.647Z | Compiling http v0.2.9 |
1398 | 2023-10-17T22:54:10.277Z | Compiling rustc_version v0.4.0 |
1399 | 2023-10-17T22:54:11.298Z | Compiling heapless v0.7.16 |
1400 | 2023-10-17T22:54:13.646Z | Compiling base64 v0.21.4 |
1401 | 2023-10-17T22:54:14.709Z | Compiling untrusted v0.7.1 |
1402 | 2023-10-17T22:54:18.498Z | Compiling tokio-util v0.7.8 |
1403 | 2023-10-17T22:54:19.428Z | Compiling dof v0.1.5 |
1404 | 2023-10-17T22:54:20.004Z | Compiling rand v0.8.5 |
1405 | 2023-10-17T22:54:20.770Z | Compiling regex v1.9.5 |
1406 | 2023-10-17T22:54:20.795Z | Compiling dtrace-parser v0.1.14 |
1407 | 2023-10-17T22:54:21.169Z | Compiling errno v0.3.2 |
1408 | 2023-10-17T22:54:21.510Z | Compiling thread-id v4.2.0 |
1409 | 2023-10-17T22:54:21.774Z | Compiling num-bigint v0.4.4 |
1410 | 2023-10-17T22:54:22.177Z | Compiling foreign-types-shared v0.1.1 |
1411 | 2023-10-17T22:54:22.339Z | Compiling unicode-width v0.1.10 |
1412 | 2023-10-17T22:54:22.416Z | Compiling hashbrown v0.12.3 |
1413 | 2023-10-17T22:54:22.508Z | Compiling percent-encoding v2.3.0 |
1414 | 2023-10-17T22:54:22.568Z | Compiling openssl-probe v0.1.5 |
1415 | 2023-10-17T22:54:23.015Z | Compiling smoltcp v0.9.1 |
1416 | 2023-10-17T22:54:23.922Z | Compiling radium v0.7.0 |
1417 | 2023-10-17T22:54:24.218Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1418 | 2023-10-17T22:54:25.205Z | Compiling foreign-types v0.3.2 |
1419 | 2023-10-17T22:54:25.714Z | Compiling serde_tokenstream v0.1.7 |
1420 | 2023-10-17T22:54:27.634Z | Compiling lazy_static v1.4.0 |
1421 | 2023-10-17T22:54:27.815Z | Compiling socket2 v0.4.9 |
1422 | 2023-10-17T22:54:28.959Z | Compiling adler v1.0.2 |
1423 | 2023-10-17T22:54:29.268Z | Compiling unicode-segmentation v1.10.1 |
1424 | 2023-10-17T22:54:29.322Z | Compiling siphasher v0.3.11 |
1425 | 2023-10-17T22:54:29.826Z | Compiling try-lock v0.2.4 |
1426 | 2023-10-17T22:54:30.704Z | Compiling want v0.3.1 |
1427 | 2023-10-17T22:54:30.869Z | Compiling miniz_oxide v0.7.1 |
1428 | 2023-10-17T22:54:33.797Z | Compiling h2 v0.3.21 |
1429 | 2023-10-17T22:54:34.468Z | Compiling form_urlencoded v1.2.0 |
1430 | 2023-10-17T22:54:34.939Z | Compiling rustls-webpki v0.101.4 |
1431 | 2023-10-17T22:54:35.092Z | Compiling sct v0.7.0 |
1432 | 2023-10-17T22:54:35.535Z | Compiling http-body v0.4.5 |
1433 | 2023-10-17T22:54:36.265Z | Compiling hubpack_derive v0.1.1 |
1434 | 2023-10-17T22:54:37.258Z | Compiling num-iter v0.1.43 |
1435 | 2023-10-17T22:54:37.507Z | Compiling tower-service v0.3.2 |
1436 | 2023-10-17T22:54:37.990Z | Compiling anstyle v1.0.2 |
1437 | 2023-10-17T22:54:38.898Z | Compiling httpdate v1.0.3 |
1438 | 2023-10-17T22:54:38.910Z | Compiling cpufeatures v0.2.9 |
1439 | 2023-10-17T22:54:38.930Z | Compiling utf8parse v0.2.1 |
1440 | 2023-10-17T22:54:38.945Z | Compiling anstyle-parse v0.2.1 |
1441 | 2023-10-17T22:54:38.953Z | Compiling sha2 v0.10.7 |
1442 | 2023-10-17T22:54:42.903Z | Compiling usdt-macro v0.3.5 |
1443 | 2023-10-17T22:54:43.550Z | Compiling usdt-attr-macro v0.3.5 |
1444 | 2023-10-17T22:54:45.604Z | Compiling hyper v0.14.27 |
1445 | 2023-10-17T22:54:46.323Z | Compiling rustls-pemfile v1.0.3 |
1446 | 2023-10-17T22:54:47.311Z | Compiling openapiv3 v1.0.3 |
1447 | 2023-10-17T22:54:47.534Z | Compiling md-5 v0.10.5 |
1448 | 2023-10-17T22:54:47.890Z | Compiling hmac v0.12.1 |
1449 | 2023-10-17T22:54:49.758Z | Compiling idna v0.4.0 |
1450 | 2023-10-17T22:54:50.854Z | Compiling stringprep v0.1.3 |
1451 | 2023-10-17T22:54:52.260Z | Compiling diesel_table_macro_syntax v0.1.0 |
1452 | 2023-10-17T22:54:52.304Z | Compiling hash32 v0.2.1 |
1453 | 2023-10-17T22:54:52.842Z | Compiling spin v0.9.8 |
1454 | 2023-10-17T22:54:52.893Z | Compiling colorchoice v1.0.0 |
1455 | 2023-10-17T22:54:53.123Z | Compiling gimli v0.28.0 |
1456 | 2023-10-17T22:54:53.303Z | Compiling either v1.9.0 |
1457 | 2023-10-17T22:54:53.408Z | Compiling anstyle-query v1.0.0 |
1458 | 2023-10-17T22:54:53.784Z | Compiling stable_deref_trait v1.2.0 |
1459 | 2023-10-17T22:54:53.934Z | Compiling fallible-iterator v0.2.0 |
1460 | 2023-10-17T22:54:55.034Z | Compiling anstream v0.5.0 |
1461 | 2023-10-17T22:54:55.119Z | Compiling postgres-protocol v0.6.6 |
1462 | 2023-10-17T22:54:56.009Z | Compiling diesel_derives v2.1.1 |
1463 | 2023-10-17T22:54:57.072Z | Compiling url v2.4.1 |
1464 | 2023-10-17T22:54:57.424Z | Compiling tokio-rustls v0.24.1 |
1465 | 2023-10-17T22:55:01.183Z | Compiling addr2line v0.21.0 |
1466 | 2023-10-17T22:55:02.215Z | Compiling rustls-native-certs v0.6.3 |
1467 | 2023-10-17T22:55:02.774Z | Compiling tokio-native-tls v0.3.1 |
1468 | 2023-10-17T22:55:02.835Z | Compiling terminal_size v0.2.6 |
1469 | 2023-10-17T22:55:03.209Z | Compiling phf_shared v0.11.2 |
1470 | 2023-10-17T22:55:05.834Z | Compiling serde_tokenstream v0.2.0 |
1471 | 2023-10-17T22:55:05.844Z | Compiling block-padding v0.3.3 |
1472 | 2023-10-17T22:55:06.195Z | Compiling enum-as-inner v0.5.1 |
1473 | 2023-10-17T22:55:06.288Z | Compiling serde_repr v0.1.16 |
1474 | 2023-10-17T22:55:06.641Z | Compiling clap_derive v4.4.2 |
1475 | 2023-10-17T22:55:08.076Z | Compiling scheduled-thread-pool v0.2.7 |
1476 | 2023-10-17T22:55:08.107Z | Compiling object v0.32.1 |
1477 | 2023-10-17T22:55:20.290Z | Compiling deranged v0.3.8 |
1478 | 2023-10-17T22:55:20.404Z | Compiling rustc-demangle v0.1.23 |
1479 | 2023-10-17T22:55:23.231Z | Compiling ipnet v2.8.0 |
1480 | 2023-10-17T22:55:23.543Z | Compiling managed v0.8.0 |
1481 | 2023-10-17T22:55:24.735Z | Compiling tap v1.0.1 |
1482 | 2023-10-17T22:55:25.010Z | Compiling regex-automata v0.1.10 |
1483 | 2023-10-17T22:55:25.055Z | Compiling clap_lex v0.5.1 |
1484 | 2023-10-17T22:55:25.745Z | Compiling matches v0.1.10 |
1485 | 2023-10-17T22:55:25.826Z | Compiling num_threads v0.1.6 |
1486 | 2023-10-17T22:55:25.883Z | Compiling bit-vec v0.6.3 |
1487 | 2023-10-17T22:55:26.283Z | Compiling time v0.3.27 |
1488 | 2023-10-17T22:55:26.556Z | Compiling idna v0.2.3 |
1489 | 2023-10-17T22:55:28.725Z | Compiling bstr v0.2.17 |
1490 | 2023-10-17T22:55:29.024Z | Compiling clap_builder v4.4.2 |
1491 | 2023-10-17T22:55:29.970Z | Compiling wyz v0.5.1 |
1492 | 2023-10-17T22:55:31.027Z | Compiling r2d2 v0.8.10 |
1493 | 2023-10-17T22:55:34.414Z | Compiling inout v0.1.3 |
1494 | 2023-10-17T22:55:36.809Z | Compiling phf v0.11.2 |
1495 | 2023-10-17T22:55:37.279Z | Compiling hyper-tls v0.5.0 |
1496 | 2023-10-17T22:55:37.793Z | Compiling hyper-rustls v0.24.1 |
1497 | 2023-10-17T22:55:38.816Z | Compiling flate2 v1.0.27 |
1498 | 2023-10-17T22:55:40.305Z | Compiling postgres-types v0.2.6 |
1499 | 2023-10-17T22:55:40.395Z | Compiling itertools v0.11.0 |
1500 | 2023-10-17T22:55:41.690Z | Compiling hubpack v0.1.2 |
1501 | 2023-10-17T22:55:42.355Z | Compiling serde_urlencoded v0.7.1 |
1502 | 2023-10-17T22:55:42.381Z | Compiling phf_shared v0.10.0 |
1503 | 2023-10-17T22:55:42.988Z | Compiling ipnetwork v0.20.0 |
1504 | 2023-10-17T22:55:43.156Z | Compiling zerocopy v0.6.3 |
1505 | 2023-10-17T22:55:44.429Z | Compiling futures-executor v0.3.28 |
1506 | 2023-10-17T22:55:45.287Z | Compiling regress v0.7.1 |
1507 | 2023-10-17T22:55:45.715Z | Compiling float-cmp v0.9.0 |
1508 | 2023-10-17T22:55:45.744Z | Compiling encoding_rs v0.8.33 |
1509 | 2023-10-17T22:55:46.055Z | Compiling funty v2.0.0 |
1510 | 2023-10-17T22:55:48.417Z | Compiling mime v0.3.17 |
1511 | 2023-10-17T22:55:49.423Z | Compiling smawk v0.3.1 |
1512 | 2023-10-17T22:55:49.568Z | Compiling normalize-line-endings v0.3.0 |
1513 | 2023-10-17T22:55:49.727Z | Compiling fixedbitset v0.4.2 |
1514 | 2023-10-17T22:55:50.049Z | Compiling whoami v1.4.1 |
1515 | 2023-10-17T22:55:50.378Z | Compiling new_debug_unreachable v1.0.4 |
1516 | 2023-10-17T22:55:50.519Z | Compiling predicates-core v1.0.6 |
1517 | 2023-10-17T22:55:50.829Z | Compiling precomputed-hash v0.1.1 |
1518 | 2023-10-17T22:55:50.903Z | Compiling unicode-linebreak v0.1.5 |
1519 | 2023-10-17T22:55:50.995Z | Compiling webpki-roots v0.25.2 |
1520 | 2023-10-17T22:55:51.019Z | Compiling difflib v0.4.0 |
1521 | 2023-10-17T22:55:51.257Z | Compiling static_assertions v1.1.0 |
1522 | 2023-10-17T22:55:51.752Z | Compiling data-encoding v2.4.0 |
1523 | 2023-10-17T22:55:52.255Z | Compiling reqwest v0.11.20 |
1524 | 2023-10-17T22:55:53.107Z | Compiling trust-dns-proto v0.22.0 |
1525 | 2023-10-17T22:55:53.503Z | Compiling predicates v3.0.4 |
1526 | 2023-10-17T22:55:54.771Z | Compiling textwrap v0.16.0 |
1527 | 2023-10-17T22:55:55.998Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1528 | 2023-10-17T22:55:56.009Z | Compiling string_cache v0.8.7 |
1529 | 2023-10-17T22:55:56.579Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1530 | 2023-10-17T22:55:56.672Z | Compiling tokio-postgres v0.7.10 |
1531 | 2023-10-17T22:56:04.863Z | Compiling petgraph v0.6.4 |
1532 | 2023-10-17T22:56:05.006Z | Compiling bitvec v1.0.1 |
1533 | 2023-10-17T22:56:10.764Z | Compiling futures v0.3.28 |
1534 | 2023-10-17T22:56:12.743Z | Compiling diesel v2.1.1 |
1535 | 2023-10-17T22:56:12.962Z | Compiling yasna v0.5.2 |
1536 | 2023-10-17T22:56:13.143Z | Compiling clap v4.4.3 |
1537 | 2023-10-17T22:56:13.299Z | Compiling cipher v0.4.4 |
1538 | 2023-10-17T22:56:13.961Z | Compiling similar v2.2.1 |
1539 | 2023-10-17T22:56:14.035Z | Compiling bit-set v0.5.3 |
1540 | 2023-10-17T22:56:14.745Z | Compiling itertools v0.10.5 |
1541 | 2023-10-17T22:56:15.751Z | Compiling usdt v0.3.5 |
1542 | 2023-10-17T22:56:16.132Z | Compiling console v0.15.7 |
1543 | 2023-10-17T22:56:17.399Z | Compiling tokio-stream v0.1.14 |
1544 | 2023-10-17T22:56:18.271Z | Compiling toml v0.7.8 |
1545 | 2023-10-17T22:56:18.926Z | Compiling signature v2.1.0 |
1546 | 2023-10-17T22:56:19.241Z | Compiling hex v0.4.3 |
1547 | 2023-10-17T22:56:19.564Z | Compiling bstr v1.6.0 |
1548 | 2023-10-17T22:56:20.798Z | Compiling lalrpop-util v0.19.12 |
1549 | 2023-10-17T22:56:22.493Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1550 | 2023-10-17T22:56:29.385Z | Compiling ident_case v1.0.1 |
1551 | 2023-10-17T22:56:29.636Z | Compiling rustversion v1.0.14 |
1552 | 2023-10-17T22:56:30.029Z | Compiling darling_core v0.20.3 |
1553 | 2023-10-17T22:56:45.328Z | Compiling crossbeam-channel v0.5.8 |
1554 | 2023-10-17T22:56:53.963Z | Compiling atty v0.2.14 |
1555 | 2023-10-17T22:56:54.184Z | Compiling proc-macro-error-attr v1.0.4 |
1556 | 2023-10-17T22:57:12.613Z | Compiling darling_macro v0.20.3 |
1557 | 2023-10-17T22:57:18.795Z | Compiling proc-macro-crate v1.3.1 |
1558 | 2023-10-17T22:57:21.236Z | Compiling dirs-sys-next v0.1.2 |
1559 | 2023-10-17T22:57:22.547Z | Compiling proc-macro-error v1.0.4 |
1560 | 2023-10-17T22:57:36.234Z | Compiling dirs-next v2.0.0 |
1561 | 2023-10-17T22:57:37.126Z | Compiling num_enum_derive v0.5.11 |
1562 | 2023-10-17T22:57:39.162Z | Compiling strum_macros v0.25.2 |
1563 | 2023-10-17T22:57:47.056Z | Compiling darling v0.20.3 |
1564 | 2023-10-17T22:57:48.549Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1565 | 2023-10-17T22:57:53.649Z | Compiling getopts v0.2.21 |
1566 | 2023-10-17T22:57:55.115Z | Compiling structmeta-derive v0.1.6 |
1567 | 2023-10-17T22:57:55.517Z | Compiling thread_local v1.1.7 |
1568 | 2023-10-17T22:57:55.664Z | Compiling multer v2.1.0 |
1569 | 2023-10-17T22:57:56.090Z | Compiling unsafe-libyaml v0.2.9 |
1570 | 2023-10-17T22:57:56.376Z | Compiling paste v1.0.14 |
1571 | 2023-10-17T22:57:57.029Z | Compiling match_cfg v0.1.0 |
1572 | 2023-10-17T22:57:59.133Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1573 | 2023-10-17T22:57:59.823Z | Compiling slog-async v2.8.0 |
1574 | 2023-10-17T22:58:00.979Z | Compiling camino v1.1.6 |
1575 | 2023-10-17T22:58:06.278Z | Compiling structmeta v0.1.6 |
1576 | 2023-10-17T22:58:09.788Z | Compiling serde_yaml v0.9.25 |
1577 | 2023-10-17T22:58:12.456Z | Compiling hostname v0.3.1 |
1578 | 2023-10-17T22:58:13.810Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1579 | 2023-10-17T22:58:15.192Z | Compiling serde_with_macros v2.3.3 |
1580 | 2023-10-17T22:58:19.062Z | Compiling strum v0.25.0 |
1581 | 2023-10-17T22:58:20.500Z | Compiling num_enum v0.5.11 |
1582 | 2023-10-17T22:58:21.583Z | Compiling term v0.7.0 |
1583 | 2023-10-17T22:58:25.191Z | Compiling slog-json v2.6.1 |
1584 | 2023-10-17T22:58:26.881Z | Compiling async-stream-impl v0.3.5 |
1585 | 2023-10-17T22:58:28.121Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1586 | 2023-10-17T22:58:28.844Z | Compiling regex-syntax v0.6.29 |
1587 | 2023-10-17T22:58:29.170Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1588 | 2023-10-17T22:58:29.594Z | Compiling postcard-cobs v0.1.5-pre |
1589 | 2023-10-17T22:58:29.648Z | Compiling atomic-waker v1.1.1 |
1590 | 2023-10-17T22:58:29.806Z | Compiling take_mut v0.2.2 |
1591 | 2023-10-17T22:58:29.935Z | Compiling waitgroup v0.1.2 |
1592 | 2023-10-17T22:58:30.305Z | Compiling postcard v0.7.3 |
1593 | 2023-10-17T22:58:30.437Z | Compiling async-stream v0.3.5 |
1594 | 2023-10-17T22:58:31.255Z | Compiling slog-bunyan v2.4.0 |
1595 | 2023-10-17T22:58:31.650Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1596 | 2023-10-17T22:58:32.989Z | Compiling slog-term v2.9.0 |
1597 | 2023-10-17T22:58:35.878Z | Compiling serde_with v2.3.3 |
1598 | 2023-10-17T22:58:38.529Z | Compiling parse-display-derive v0.7.0 |
1599 | 2023-10-17T22:58:44.641Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1600 | 2023-10-17T22:58:44.821Z | Compiling sha1 v0.10.5 |
1601 | 2023-10-17T22:58:46.360Z | Compiling smoltcp v0.8.2 |
1602 | 2023-10-17T22:58:46.620Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1603 | 2023-10-17T22:58:46.992Z | Compiling serde_path_to_error v0.1.14 |
1604 | 2023-10-17T22:58:47.625Z | Compiling foreign-types-macros v0.2.3 |
1605 | 2023-10-17T22:58:48.677Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1606 | 2023-10-17T22:58:49.107Z | Compiling instant v0.1.12 |
1607 | 2023-10-17T22:58:49.372Z | Compiling foreign-types-shared v0.3.1 |
1608 | 2023-10-17T22:58:49.531Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1609 | 2023-10-17T22:58:49.559Z | Compiling debug-ignore v1.0.5 |
1610 | 2023-10-17T22:58:49.790Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1611 | 2023-10-17T22:58:49.897Z | Compiling cfg-if v0.1.10 |
1612 | 2023-10-17T22:58:50.043Z | Compiling foreign-types v0.5.0 |
1613 | 2023-10-17T22:58:50.139Z | Compiling backoff v0.4.0 |
1614 | 2023-10-17T22:58:50.313Z | Compiling parse-display v0.7.0 |
1615 | 2023-10-17T22:58:50.925Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1616 | 2023-10-17T22:58:51.080Z | Compiling is-terminal v0.4.9 |
1617 | 2023-10-17T22:58:51.183Z | Compiling macaddr v1.0.1 |
1618 | 2023-10-17T22:58:51.273Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1619 | 2023-10-17T22:58:52.362Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1620 | 2023-10-17T22:58:52.568Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1621 | 2023-10-17T22:58:53.774Z | Compiling cstr-argument v0.1.2 |
1622 | 2023-10-17T22:58:54.168Z | Compiling base64ct v1.6.0 |
1623 | 2023-10-17T22:58:54.333Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1624 | 2023-10-17T22:58:54.752Z | Compiling pretty-hex v0.2.1 |
1625 | 2023-10-17T22:58:55.115Z | Compiling password-hash v0.5.0 |
1626 | 2023-10-17T22:58:55.525Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1627 | 2023-10-17T22:58:56.532Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1628 | 2023-10-17T22:58:58.214Z | Compiling colored v2.0.4 |
1629 | 2023-10-17T22:58:58.894Z | Compiling heck v0.3.3 |
1630 | 2023-10-17T22:58:59.388Z | Compiling textwrap v0.11.0 |
1631 | 2023-10-17T22:58:59.486Z | Compiling blake2 v0.10.6 |
1632 | 2023-10-17T22:59:00.487Z | Compiling libefi-sys v0.1.0 |
1633 | 2023-10-17T22:59:00.511Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1634 | 2023-10-17T22:59:00.830Z | Compiling ansi_term v0.12.1 |
1635 | 2023-10-17T22:59:00.894Z | Compiling rayon-core v1.11.0 |
1636 | 2023-10-17T22:59:01.169Z | Compiling vec_map v0.8.2 |
1637 | 2023-10-17T22:59:01.291Z | Compiling strsim v0.8.0 |
1638 | 2023-10-17T22:59:01.692Z | Compiling clap v2.34.0 |
1639 | 2023-10-17T22:59:01.806Z | Compiling argon2 v0.5.2 |
1640 | 2023-10-17T22:59:02.227Z | Compiling structopt-derive v0.4.18 |
1641 | 2023-10-17T22:59:06.582Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1642 | 2023-10-17T22:59:06.607Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1643 | 2023-10-17T22:59:06.860Z | Compiling zone_cfg_derive v0.2.0 |
1644 | 2023-10-17T22:59:07.414Z | Compiling crossbeam-deque v0.8.3 |
1645 | 2023-10-17T22:59:08.032Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1646 | 2023-10-17T22:59:08.578Z | Compiling keccak v0.1.4 |
1647 | 2023-10-17T22:59:09.047Z | Compiling portable-atomic v1.4.3 |
1648 | 2023-10-17T22:59:10.194Z | Compiling sha3 v0.10.8 |
1649 | 2023-10-17T22:59:10.534Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1650 | 2023-10-17T22:59:11.068Z | Compiling zone v0.2.0 |
1651 | 2023-10-17T22:59:14.851Z | Compiling structopt v0.3.26 |
1652 | 2023-10-17T22:59:15.106Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1653 | 2023-10-17T22:59:15.988Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1654 | 2023-10-17T22:59:17.379Z | Compiling hkdf v0.12.3 |
1655 | 2023-10-17T22:59:17.799Z | Compiling smf v0.2.2 |
1656 | 2023-10-17T22:59:17.873Z | Compiling secrecy v0.8.0 |
1657 | 2023-10-17T22:59:18.285Z | Compiling filetime v0.2.22 |
1658 | 2023-10-17T22:59:18.787Z | Compiling xattr v1.0.1 |
1659 | 2023-10-17T22:59:19.266Z | Compiling fastrand v2.0.0 |
1660 | 2023-10-17T22:59:19.437Z | Compiling same-file v1.0.6 |
1661 | 2023-10-17T22:59:19.909Z | Compiling tempfile v3.8.0 |
1662 | 2023-10-17T22:59:20.049Z | Compiling walkdir v2.4.0 |
1663 | 2023-10-17T22:59:20.477Z | Compiling tar v0.4.40 |
1664 | 2023-10-17T22:59:22.513Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1665 | 2023-10-17T22:59:23.175Z | Compiling rayon v1.7.0 |
1666 | 2023-10-17T22:59:24.899Z | Compiling number_prefix v0.4.0 |
1667 | 2023-10-17T22:59:25.279Z | Compiling omicron-zone-package v0.8.3 |
1668 | 2023-10-17T22:59:26.425Z | Compiling topological-sort v0.2.2 |
1669 | 2023-10-17T22:59:31.580Z | Compiling indicatif v0.17.7 |
1670 | 2023-10-17T22:59:37.307Z | Compiling bzip2 v0.4.4 |
1671 | 2023-10-17T22:59:37.880Z | Compiling zip v0.6.6 |
1672 | 2023-10-17T22:59:40.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1673 | 2023-10-17T22:59:40.419Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1674 | 2023-10-17T22:59:41.800Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1675 | 2023-10-17T22:59:41.803Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1676 | 2023-10-17T22:59:50.826Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1677 | 2023-10-17T22:59:50.829Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1678 | 2023-10-17T22:59:50.832Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1679 | 2023-10-17T23:00:04.297Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1680 | 2023-10-17T23:00:05.658Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1681 | 2023-10-17T23:00:40.044Z | Finished release [optimized] target(s) in 7m 59s |
1682 | 2023-10-17T23:00:40.301Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1683 | 2023-10-17T23:00:40.386Z | Created new build target 'test' and set it as active |
1684 | 2023-10-17T23:00:40.414Z | |
1685 | 2023-10-17T23:00:40.417Z | real 8:00.390119901 |
1686 | 2023-10-17T23:00:40.420Z | user 50:35.205142300 |
1687 | 2023-10-17T23:00:40.423Z | sys 4:32.000876163 |
1688 | 2023-10-17T23:00:40.426Z | trap 1.898123170 |
1689 | 2023-10-17T23:00:40.428Z | tflt 6.333747740 |
1690 | 2023-10-17T23:00:40.431Z | dflt 5.387853314 |
1691 | 2023-10-17T23:00:40.434Z | kflt 0.027745303 |
1692 | 2023-10-17T23:00:40.437Z | lock 1:53:09.775138716 |
1693 | 2023-10-17T23:00:40.440Z | slp 2:45:53.550646737 |
1694 | 2023-10-17T23:00:40.442Z | lat 2:15.804492801 |
1695 | 2023-10-17T23:00:40.445Z | stop 4:02.205648180 |
1696 | 2023-10-17T23:00:40.448Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1697 | 2023-10-17T23:00:41.542Z | Finished release [optimized] target(s) in 1.07s |
1698 | 2023-10-17T23:00:41.572Z | Running `target/release/omicron-package -t test package` |
1699 | 2023-10-17T23:00:41.610Z | Oct 17 23:00:41.609 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1700 | 2023-10-17T23:00:42.783Z | Compiling serde_json v1.0.107 |
1701 | 2023-10-17T23:00:42.831Z | Compiling linked-hash-map v0.5.6 |
1702 | 2023-10-17T23:00:42.834Z | Compiling slog-dtrace v0.2.3 |
1703 | 2023-10-17T23:00:42.963Z | Compiling crucible-workspace-hack v0.1.0 |
1704 | 2023-10-17T23:00:42.967Z | Compiling quick-error v1.2.3 |
1705 | 2023-10-17T23:00:42.970Z | Compiling termcolor v1.2.0 |
1706 | 2023-10-17T23:00:42.974Z | Compiling memoffset v0.7.1 |
1707 | 2023-10-17T23:00:42.978Z | Compiling base64 v0.13.1 |
1708 | 2023-10-17T23:00:43.043Z | Compiling resolv-conf v0.7.0 |
1709 | 2023-10-17T23:00:43.302Z | Compiling libz-sys v1.1.12 |
1710 | 2023-10-17T23:00:43.343Z | Compiling lru-cache v0.1.2 |
1711 | 2023-10-17T23:00:43.377Z | Compiling same-file v1.0.6 |
1712 | 2023-10-17T23:00:43.597Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1713 | 2023-10-17T23:00:43.637Z | Compiling trust-dns-resolver v0.22.0 |
1714 | 2023-10-17T23:00:43.703Z | Compiling walkdir v2.4.0 |
1715 | 2023-10-17T23:00:43.964Z | Compiling semver-parser v0.10.2 |
1716 | 2023-10-17T23:00:44.106Z | Compiling fastrand v2.0.0 |
1717 | 2023-10-17T23:00:44.306Z | Compiling cancel-safe-futures v0.1.2 |
1718 | 2023-10-17T23:00:44.787Z | Compiling tempfile v3.8.0 |
1719 | 2023-10-17T23:00:44.846Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1720 | 2023-10-17T23:00:44.953Z | Compiling filetime v0.2.22 |
1721 | 2023-10-17T23:00:44.960Z | Compiling xattr v1.0.1 |
1722 | 2023-10-17T23:00:45.317Z | Compiling semver v0.11.0 |
1723 | 2023-10-17T23:00:45.367Z | Compiling num-rational v0.4.1 |
1724 | 2023-10-17T23:00:45.772Z | Compiling home v0.5.5 |
1725 | 2023-10-17T23:00:45.852Z | Compiling schemars v0.8.13 |
1726 | 2023-10-17T23:00:45.964Z | Compiling usdt-impl v0.3.5 |
1727 | 2023-10-17T23:00:46.104Z | Compiling reqwest v0.11.20 |
1728 | 2023-10-17T23:00:46.215Z | Compiling openapiv3 v1.0.3 |
1729 | 2023-10-17T23:00:46.411Z | Compiling postgres-types v0.2.6 |
1730 | 2023-10-17T23:00:47.241Z | Compiling usdt v0.3.5 |
1731 | 2023-10-17T23:00:48.001Z | Compiling tokio-postgres v0.7.10 |
1732 | 2023-10-17T23:00:53.555Z | Compiling ipnetwork v0.20.0 |
1733 | 2023-10-17T23:00:53.824Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1734 | 2023-10-17T23:00:59.349Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1735 | 2023-10-17T23:00:59.546Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1736 | 2023-10-17T23:01:01.403Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1737 | 2023-10-17T23:01:01.881Z | Compiling slog-json v2.6.1 |
1738 | 2023-10-17T23:01:02.450Z | Compiling slog-bunyan v2.4.0 |
1739 | 2023-10-17T23:01:02.723Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1740 | 2023-10-17T23:01:02.838Z | Compiling diesel v2.1.1 |
1741 | 2023-10-17T23:01:06.926Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1742 | 2023-10-17T23:01:07.230Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1743 | 2023-10-17T23:01:10.856Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1744 | 2023-10-17T23:01:11.199Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1745 | 2023-10-17T23:01:13.585Z | Compiling utf-8 v0.7.6 |
1746 | 2023-10-17T23:01:14.202Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1747 | 2023-10-17T23:01:15.751Z | Compiling toolchain_find v0.2.0 |
1748 | 2023-10-17T23:01:18.794Z | Compiling tar v0.4.40 |
1749 | 2023-10-17T23:01:22.532Z | Compiling pem-rfc7468 v0.7.0 |
1750 | 2023-10-17T23:01:23.352Z | Compiling toml v0.5.11 |
1751 | 2023-10-17T23:01:25.469Z | Compiling der_derive v0.7.2 |
1752 | 2023-10-17T23:01:26.308Z | Compiling flagset v0.4.3 |
1753 | 2023-10-17T23:01:26.648Z | Compiling rustfmt-wrapper v0.2.0 |
1754 | 2023-10-17T23:01:28.009Z | Compiling omicron-zone-package v0.8.3 |
1755 | 2023-10-17T23:01:29.464Z | Compiling der v0.7.8 |
1756 | 2023-10-17T23:01:33.313Z | Compiling vergen v8.2.4 |
1757 | 2023-10-17T23:01:33.707Z | Compiling fxhash v0.2.1 |
1758 | 2023-10-17T23:01:33.831Z | Compiling num-complex v0.4.4 |
1759 | 2023-10-17T23:01:34.051Z | Compiling unicase v2.7.0 |
1760 | 2023-10-17T23:01:34.490Z | Compiling spki v0.7.2 |
1761 | 2023-10-17T23:01:35.331Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1762 | 2023-10-17T23:01:35.997Z | Compiling num v0.4.1 |
1763 | 2023-10-17T23:01:36.145Z | Compiling universal-hash v0.5.1 |
1764 | 2023-10-17T23:01:36.458Z | Compiling libsqlite3-sys v0.26.0 |
1765 | 2023-10-17T23:01:36.917Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1766 | 2023-10-17T23:01:37.130Z | Compiling opaque-debug v0.3.0 |
1767 | 2023-10-17T23:01:37.260Z | Compiling half v1.8.2 |
1768 | 2023-10-17T23:01:37.919Z | Compiling arc-swap v1.6.0 |
1769 | 2023-10-17T23:01:39.145Z | Compiling maybe-uninit v2.0.0 |
1770 | 2023-10-17T23:01:39.177Z | Compiling semver v0.1.20 |
1771 | 2023-10-17T23:01:39.824Z | Compiling ciborium-io v0.2.1 |
1772 | 2023-10-17T23:01:39.998Z | Compiling ciborium-ll v0.2.1 |
1773 | 2023-10-17T23:01:40.258Z | Compiling rustc_version v0.1.7 |
1774 | 2023-10-17T23:01:40.839Z | Compiling slog-scope v4.4.0 |
1775 | 2023-10-17T23:01:40.893Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1776 | 2023-10-17T23:01:42.440Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1777 | 2023-10-17T23:01:43.196Z | Compiling parking_lot_core v0.8.6 |
1778 | 2023-10-17T23:01:43.779Z | Compiling packed_struct v0.10.1 |
1779 | 2023-10-17T23:01:44.331Z | Compiling num-bigint-dig v0.8.4 |
1780 | 2023-10-17T23:01:44.720Z | Compiling signal-hook v0.3.17 |
1781 | 2023-10-17T23:01:45.092Z | Compiling crc-catalog v2.2.0 |
1782 | 2023-10-17T23:01:45.311Z | Compiling crc v3.0.1 |
1783 | 2023-10-17T23:01:48.494Z | Compiling slog-stdlog v4.1.1 |
1784 | 2023-10-17T23:01:49.061Z | Compiling newtype_derive v0.1.6 |
1785 | 2023-10-17T23:01:49.491Z | Compiling ciborium v0.2.1 |
1786 | 2023-10-17T23:01:50.193Z | Compiling pkcs8 v0.10.2 |
1787 | 2023-10-17T23:01:52.662Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1788 | 2023-10-17T23:01:53.148Z | Compiling toml_edit v0.20.0 |
1789 | 2023-10-17T23:01:53.211Z | Compiling hashlink v0.8.3 |
1790 | 2023-10-17T23:01:54.433Z | Compiling aead v0.5.2 |
1791 | 2023-10-17T23:01:54.930Z | Compiling nibble_vec v0.1.0 |
1792 | 2023-10-17T23:01:55.263Z | Compiling packed_struct_codegen v0.10.1 |
1793 | 2023-10-17T23:01:56.374Z | Compiling dirs-sys-next v0.1.2 |
1794 | 2023-10-17T23:01:57.174Z | Compiling glob v0.3.1 |
1795 | 2023-10-17T23:01:58.574Z | Compiling nodrop v0.1.14 |
1796 | 2023-10-17T23:01:58.746Z | Compiling endian-type v0.1.2 |
1797 | 2023-10-17T23:01:59.101Z | Compiling fallible-streaming-iterator v0.1.9 |
1798 | 2023-10-17T23:01:59.519Z | Compiling humantime v2.1.0 |
1799 | 2023-10-17T23:01:59.592Z | Compiling crunchy v0.2.2 |
1800 | 2023-10-17T23:02:00.230Z | Compiling doc-comment v0.3.3 |
1801 | 2023-10-17T23:02:01.139Z | Compiling rusqlite v0.29.0 |
1802 | 2023-10-17T23:02:06.811Z | Compiling radix_trie v0.2.1 |
1803 | 2023-10-17T23:02:08.216Z | Compiling array-init v0.0.4 |
1804 | 2023-10-17T23:02:08.743Z | Compiling clang-sys v1.6.1 |
1805 | 2023-10-17T23:02:09.416Z | Compiling toml v0.8.0 |
1806 | 2023-10-17T23:02:09.740Z | Compiling dirs-next v2.0.0 |
1807 | 2023-10-17T23:02:10.435Z | Compiling pkcs1 v0.7.5 |
1808 | 2023-10-17T23:02:10.564Z | Compiling smallvec v0.6.14 |
1809 | 2023-10-17T23:02:11.394Z | Compiling slog-envlogger v2.2.0 |
1810 | 2023-10-17T23:02:15.878Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1811 | 2023-10-17T23:02:16.026Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1812 | 2023-10-17T23:02:16.618Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1813 | 2023-10-17T23:02:16.775Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1814 | 2023-10-17T23:02:17.583Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1815 | 2023-10-17T23:02:26.756Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1816 | 2023-10-17T23:02:27.816Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1817 | 2023-10-17T23:02:28.576Z | Compiling nix v0.26.2 |
1818 | 2023-10-17T23:02:28.775Z | Compiling num_enum_derive v0.7.0 |
1819 | 2023-10-17T23:02:29.843Z | Compiling twox-hash v1.6.3 |
1820 | 2023-10-17T23:02:31.517Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1821 | 2023-10-17T23:02:32.849Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1822 | 2023-10-17T23:02:34.830Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1823 | 2023-10-17T23:02:40.709Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1824 | 2023-10-17T23:02:42.095Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1825 | 2023-10-17T23:02:43.704Z | Compiling tiny-keccak v2.0.2 |
1826 | 2023-10-17T23:02:44.112Z | Compiling bitfield v0.14.0 |
1827 | 2023-10-17T23:02:44.502Z | Compiling platforms v3.0.2 |
1828 | 2023-10-17T23:02:44.622Z | Compiling prettyplease v0.2.12 |
1829 | 2023-10-17T23:02:44.970Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1830 | 2023-10-17T23:02:45.058Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1831 | 2023-10-17T23:02:47.641Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1832 | 2023-10-17T23:02:48.782Z | Compiling num_enum v0.7.0 |
1833 | 2023-10-17T23:02:49.029Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1834 | 2023-10-17T23:03:05.321Z | Compiling rsa v0.9.2 |
1835 | 2023-10-17T23:03:05.391Z | Compiling parking_lot v0.11.2 |
1836 | 2023-10-17T23:03:08.804Z | Compiling serde-hex v0.1.0 |
1837 | 2023-10-17T23:03:09.368Z | Compiling mime_guess v2.0.4 |
1838 | 2023-10-17T23:03:11.276Z | Compiling term v0.7.0 |
1839 | 2023-10-17T23:03:11.666Z | Compiling trust-dns-client v0.22.0 |
1840 | 2023-10-17T23:03:13.737Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1841 | 2023-10-17T23:03:14.160Z | Compiling polyval v0.6.1 |
1842 | 2023-10-17T23:03:14.263Z | Compiling x509-cert v0.2.4 |
1843 | 2023-10-17T23:03:15.277Z | Compiling tungstenite v0.20.1 |
1844 | 2023-10-17T23:03:17.812Z | Compiling env_logger v0.10.0 |
1845 | 2023-10-17T23:03:19.376Z | Compiling ctr v0.9.2 |
1846 | 2023-10-17T23:03:19.913Z | Compiling aes v0.8.3 |
1847 | 2023-10-17T23:03:24.207Z | Compiling darling_core v0.14.4 |
1848 | 2023-10-17T23:03:24.342Z | Compiling ron v0.8.1 |
1849 | 2023-10-17T23:03:24.710Z | Compiling snafu-derive v0.7.5 |
1850 | 2023-10-17T23:03:32.939Z | Compiling bincode v1.3.3 |
1851 | 2023-10-17T23:03:33.065Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1852 | 2023-10-17T23:03:33.467Z | Compiling convert_case v0.4.0 |
1853 | 2023-10-17T23:03:34.732Z | Compiling erased-serde v0.3.30 |
1854 | 2023-10-17T23:03:34.896Z | Compiling crc-any v2.4.3 |
1855 | 2023-10-17T23:03:35.122Z | Compiling minimal-lexical v0.2.1 |
1856 | 2023-10-17T23:03:35.459Z | Compiling derive_more v0.99.17 |
1857 | 2023-10-17T23:03:35.926Z | Compiling nom v7.1.3 |
1858 | 2023-10-17T23:03:36.443Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1859 | 2023-10-17T23:03:36.777Z | Compiling darling_macro v0.14.4 |
1860 | 2023-10-17T23:03:38.211Z | Compiling trust-dns-server v0.22.1 |
1861 | 2023-10-17T23:03:42.164Z | Compiling snafu v0.7.5 |
1862 | 2023-10-17T23:03:44.139Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1863 | 2023-10-17T23:03:47.132Z | Compiling aes-gcm-siv v0.11.1 |
1864 | 2023-10-17T23:03:47.136Z | Compiling tokio-tungstenite v0.20.1 |
1865 | 2023-10-17T23:03:48.048Z | Compiling ascii-canvas v3.0.0 |
1866 | 2023-10-17T23:03:48.472Z | Compiling steno v0.4.0 |
1867 | 2023-10-17T23:03:48.652Z | Compiling sled v0.34.7 |
1868 | 2023-10-17T23:03:48.827Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1869 | 2023-10-17T23:03:56.207Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1870 | 2023-10-17T23:04:07.057Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1871 | 2023-10-17T23:04:07.550Z | Compiling env_logger v0.9.3 |
1872 | 2023-10-17T23:04:08.489Z | Compiling tungstenite v0.18.0 |
1873 | 2023-10-17T23:04:15.226Z | Compiling object v0.30.4 |
1874 | 2023-10-17T23:04:15.861Z | Compiling is-terminal v0.4.9 |
1875 | 2023-10-17T23:04:16.040Z | Compiling ena v0.14.2 |
1876 | 2023-10-17T23:04:16.715Z | Compiling derive-where v1.2.5 |
1877 | 2023-10-17T23:04:17.013Z | Compiling async-recursion v1.0.5 |
1878 | 2023-10-17T23:04:18.126Z | Compiling bitstruct_derive v0.1.0 |
1879 | 2023-10-17T23:04:18.488Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1880 | 2023-10-17T23:04:18.705Z | Compiling libloading v0.7.4 |
1881 | 2023-10-17T23:04:19.290Z | Compiling diff v0.1.13 |
1882 | 2023-10-17T23:04:20.110Z | Compiling pretty-hex v0.3.0 |
1883 | 2023-10-17T23:04:20.243Z | Compiling ringbuffer v0.15.0 |
1884 | 2023-10-17T23:04:20.453Z | Compiling path-slash v0.1.5 |
1885 | 2023-10-17T23:04:20.772Z | Compiling ascii v1.1.0 |
1886 | 2023-10-17T23:04:21.276Z | Compiling bindgen v0.65.1 |
1887 | 2023-10-17T23:04:21.895Z | Compiling linear-map v1.2.0 |
1888 | 2023-10-17T23:04:22.088Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1889 | 2023-10-17T23:04:22.100Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1890 | 2023-10-17T23:04:22.519Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1891 | 2023-10-17T23:04:26.486Z | Compiling bitstruct v0.1.1 |
1892 | 2023-10-17T23:04:26.651Z | Compiling lalrpop v0.19.12 |
1893 | 2023-10-17T23:04:31.694Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
1894 | 2023-10-17T23:04:36.910Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1895 | 2023-10-17T23:04:37.276Z | Compiling tokio-tungstenite v0.18.0 |
1896 | 2023-10-17T23:04:38.170Z | Compiling curve25519-dalek v4.1.0 |
1897 | 2023-10-17T23:04:38.719Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1898 | 2023-10-17T23:04:44.357Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1899 | 2023-10-17T23:04:51.896Z | Compiling cexpr v0.6.0 |
1900 | 2023-10-17T23:04:52.196Z | Compiling darling v0.14.4 |
1901 | 2023-10-17T23:04:55.241Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1902 | 2023-10-17T23:04:56.933Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1903 | 2023-10-17T23:04:57.271Z | Compiling which v4.4.0 |
1904 | 2023-10-17T23:04:58.128Z | Compiling ff v0.13.0 |
1905 | 2023-10-17T23:04:58.504Z | Compiling path-dedot v3.1.0 |
1906 | 2023-10-17T23:04:58.746Z | Compiling serde_arrays v0.1.0 |
1907 | 2023-10-17T23:04:58.868Z | Compiling shlex v1.1.0 |
1908 | 2023-10-17T23:04:58.989Z | Compiling display-error-chain v0.1.1 |
1909 | 2023-10-17T23:04:59.204Z | Compiling rustc-hash v1.1.0 |
1910 | 2023-10-17T23:04:59.256Z | Compiling lazycell v1.3.0 |
1911 | 2023-10-17T23:04:59.439Z | Compiling peeking_take_while v0.1.2 |
1912 | 2023-10-17T23:04:59.509Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1913 | 2023-10-17T23:05:01.156Z | Compiling path-absolutize v3.1.0 |
1914 | 2023-10-17T23:05:01.437Z | Compiling group v0.13.0 |
1915 | 2023-10-17T23:05:01.709Z | Compiling derive_builder_core v0.12.0 |
1916 | 2023-10-17T23:05:05.745Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1917 | 2023-10-17T23:05:06.761Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1918 | 2023-10-17T23:05:09.178Z | Compiling olpc-cjson v0.1.3 |
1919 | 2023-10-17T23:05:10.102Z | Compiling pem v1.1.1 |
1920 | 2023-10-17T23:05:12.571Z | Compiling camino-tempfile v1.0.2 |
1921 | 2023-10-17T23:05:13.864Z | Compiling globset v0.4.13 |
1922 | 2023-10-17T23:05:14.494Z | Compiling crypto-bigint v0.5.2 |
1923 | 2023-10-17T23:05:15.096Z | Compiling serde_plain v1.0.2 |
1924 | 2023-10-17T23:05:15.969Z | Compiling thiserror-impl-no-std v2.0.2 |
1925 | 2023-10-17T23:05:16.895Z | Compiling polar-core v0.26.4 |
1926 | 2023-10-17T23:05:18.643Z | Compiling curve25519-dalek-derive v0.1.0 |
1927 | 2023-10-17T23:05:20.611Z | Compiling libxml v0.3.3 |
1928 | 2023-10-17T23:05:20.938Z | Compiling ref-cast v1.0.20 |
1929 | 2023-10-17T23:05:21.015Z | Compiling buf-list v1.0.3 |
1930 | 2023-10-17T23:05:21.081Z | Compiling base16ct v0.2.0 |
1931 | 2023-10-17T23:05:21.655Z | Compiling elliptic-curve v0.13.5 |
1932 | 2023-10-17T23:05:22.172Z | Compiling thiserror-no-std v2.0.2 |
1933 | 2023-10-17T23:05:22.536Z | Compiling tough v0.12.5 |
1934 | 2023-10-17T23:05:23.075Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1935 | 2023-10-17T23:05:28.624Z | Compiling derive_builder_macro v0.12.0 |
1936 | 2023-10-17T23:05:29.935Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1937 | 2023-10-17T23:05:34.730Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1938 | 2023-10-17T23:05:56.566Z | Compiling poly1305 v0.8.0 |
1939 | 2023-10-17T23:05:57.048Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1940 | 2023-10-17T23:05:57.326Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1941 | 2023-10-17T23:05:57.368Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1942 | 2023-10-17T23:05:57.447Z | Compiling chacha20 v0.9.1 |
1943 | 2023-10-17T23:05:57.606Z | Compiling strum_macros v0.24.3 |
1944 | 2023-10-17T23:05:57.697Z | Compiling const_format_proc_macros v0.2.31 |
1945 | 2023-10-17T23:05:57.744Z | Compiling bcs v0.1.5 |
1946 | 2023-10-17T23:05:57.798Z | Compiling ref-cast-impl v1.0.20 |
1947 | 2023-10-17T23:05:57.884Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1948 | 2023-10-17T23:05:57.964Z | Compiling cookie v0.16.2 |
1949 | 2023-10-17T23:05:58.032Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1950 | 2023-10-17T23:05:58.120Z | Compiling signature v1.6.4 |
1951 | 2023-10-17T23:05:58.170Z | Compiling salty v0.2.0 |
1952 | 2023-10-17T23:05:58.210Z | Compiling highway v1.1.0 |
1953 | 2023-10-17T23:05:58.229Z | Compiling indoc v1.0.9 |
1954 | 2023-10-17T23:05:58.258Z | Compiling ed25519 v1.5.3 |
1955 | 2023-10-17T23:05:58.298Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1956 | 2023-10-17T23:05:58.331Z | Compiling const_format v0.2.31 |
1957 | 2023-10-17T23:05:58.358Z | Compiling chacha20poly1305 v0.10.1 |
1958 | 2023-10-17T23:05:58.382Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1959 | 2023-10-17T23:05:58.404Z | Compiling derive_builder v0.12.0 |
1960 | 2023-10-17T23:05:58.839Z | Compiling vsss-rs v3.3.1 |
1961 | 2023-10-17T23:05:58.844Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1962 | 2023-10-17T23:06:02.587Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1963 | 2023-10-17T23:06:07.280Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1964 | 2023-10-17T23:06:08.689Z | Compiling signal-hook-mio v0.2.3 |
1965 | 2023-10-17T23:06:08.960Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1966 | 2023-10-17T23:06:09.515Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1967 | 2023-10-17T23:06:09.907Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1968 | 2023-10-17T23:06:11.631Z | Compiling ron v0.7.1 |
1969 | 2023-10-17T23:06:21.395Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1970 | 2023-10-17T23:06:22.111Z | Compiling headers-core v0.2.0 |
1971 | 2023-10-17T23:06:22.364Z | Compiling bb8 v0.8.1 |
1972 | 2023-10-17T23:06:23.250Z | Compiling quick-xml v0.23.1 |
1973 | 2023-10-17T23:06:23.592Z | Compiling serde-big-array v0.5.1 |
1974 | 2023-10-17T23:06:23.971Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1975 | 2023-10-17T23:06:25.221Z | Compiling oso-derive v0.26.4 |
1976 | 2023-10-17T23:06:26.464Z | Compiling impl-trait-for-tuples v0.2.2 |
1977 | 2023-10-17T23:06:26.504Z | Compiling num-derive v0.4.0 |
1978 | 2023-10-17T23:06:26.719Z | Compiling maplit v1.0.2 |
1979 | 2023-10-17T23:06:26.879Z | Compiling http-range v0.1.5 |
1980 | 2023-10-17T23:06:27.823Z | Compiling bit_field v0.10.2 |
1981 | 2023-10-17T23:06:28.242Z | Compiling hyper-staticfile v0.9.5 |
1982 | 2023-10-17T23:06:30.179Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1983 | 2023-10-17T23:06:33.143Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1984 | 2023-10-17T23:06:33.947Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
1985 | 2023-10-17T23:06:35.006Z | Compiling headers v0.3.9 |
1986 | 2023-10-17T23:06:42.264Z | Compiling crossterm v0.27.0 |
1987 | 2023-10-17T23:06:42.972Z | Compiling oso v0.26.4 |
1988 | 2023-10-17T23:07:00.974Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1989 | 2023-10-17T23:07:02.390Z | Compiling signal-hook-tokio v0.3.1 |
1990 | 2023-10-17T23:07:02.681Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1991 | 2023-10-17T23:07:02.684Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1992 | 2023-10-17T23:07:03.079Z | Compiling serde-big-array v0.4.1 |
1993 | 2023-10-17T23:07:03.357Z | Compiling cassowary v0.3.0 |
1994 | 2023-10-17T23:07:04.781Z | Compiling indoc v2.0.3 |
1995 | 2023-10-17T23:07:06.293Z | Compiling ratatui v0.23.0 |
1996 | 2023-10-17T23:07:08.981Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1997 | 2023-10-17T23:07:11.079Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1998 | 2023-10-17T23:07:11.712Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1999 | 2023-10-17T23:07:12.266Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2000 | 2023-10-17T23:07:14.202Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2001 | 2023-10-17T23:07:15.179Z | Compiling fatfs v0.3.6 |
2002 | 2023-10-17T23:07:18.411Z | Compiling bytesize v1.3.0 |
2003 | 2023-10-17T23:07:19.405Z | Compiling nanorand v0.7.0 |
2004 | 2023-10-17T23:07:20.670Z | Compiling rtoolbox v0.0.1 |
2005 | 2023-10-17T23:07:20.800Z | Compiling corncobs v0.1.3 |
2006 | 2023-10-17T23:07:21.405Z | Compiling fs-err v2.9.0 |
2007 | 2023-10-17T23:07:21.440Z | Compiling assert_matches v1.5.0 |
2008 | 2023-10-17T23:07:21.581Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2009 | 2023-10-17T23:07:22.730Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2010 | 2023-10-17T23:07:22.876Z | Compiling rpassword v7.2.0 |
2011 | 2023-10-17T23:07:23.494Z | Compiling flume v0.11.0 |
2012 | 2023-10-17T23:07:24.513Z | Compiling tui-tree-widget v0.13.0 |
2013 | 2023-10-17T23:07:24.760Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2014 | 2023-10-17T23:07:27.974Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2015 | 2023-10-17T23:07:31.959Z | Compiling owo-colors v3.5.0 |
2016 | 2023-10-17T23:07:37.585Z | Compiling shell-words v1.1.0 |
2017 | 2023-10-17T23:07:38.264Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2018 | 2023-10-17T23:07:49.983Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2019 | 2023-10-17T23:08:37.174Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2020 | 2023-10-17T23:08:51.699Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2023-10-17T23:10:59.157Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2022 | 2023-10-17T23:12:35.680Z | Compiling git2 v0.17.2 |
2023 | 2023-10-17T23:12:42.234Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2024 | 2023-10-17T23:12:43.937Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2025 | 2023-10-17T23:12:55.740Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2026 | 2023-10-17T23:13:12.968Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2027 | 2023-10-17T23:13:13.734Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2028 | 2023-10-17T23:13:14.619Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2029 | 2023-10-17T23:13:46.316Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2030 | 2023-10-17T23:21:59.488Z | Finished release [optimized] target(s) in 21m 17s |
2031 | 2023-10-17T23:23:12.179Z | |
2032 | 2023-10-17T23:23:12.187Z | real 22:31.835028558 |
2033 | 2023-10-17T23:23:12.198Z | user 2:38:29.580903871 |
2034 | 2023-10-17T23:23:12.218Z | sys 6:35.667853885 |
2035 | 2023-10-17T23:23:12.234Z | trap 5.026614501 |
2036 | 2023-10-17T23:23:12.241Z | tflt 1.431518568 |
2037 | 2023-10-17T23:23:12.247Z | dflt 3.414916943 |
2038 | 2023-10-17T23:23:12.262Z | kflt 0.140285226 |
2039 | 2023-10-17T23:23:12.268Z | lock 8:56:55.057774885 |
2040 | 2023-10-17T23:23:12.274Z | slp 6:32:36.609167723 |
2041 | 2023-10-17T23:23:12.367Z | lat 2:49.049011640 |
2042 | 2023-10-17T23:23:12.371Z | stop 51.298858307 |
2043 | 2023-10-17T23:23:12.382Z | + 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/*) |
2044 | 2023-10-17T23:23:12.389Z | + pfexec mkdir -p /work |
2045 | 2023-10-17T23:23:12.392Z | + pfexec chown build /work |
2046 | 2023-10-17T23:23:12.395Z | + 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 |
2047 | 2023-10-17T23:23:25.938Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2048 | 2023-10-17T23:23:25.941Z | a out/maghemite.tar 73201K |
2049 | 2023-10-17T23:23:25.944Z | a out/omicron-sled-agent.tar 111186K |
2050 | 2023-10-17T23:23:25.947Z | a out/target/test 1K |
2051 | 2023-10-17T23:23:25.950Z | a out/npuzone/npuzone 36504K |
2052 | 2023-10-17T23:23:25.953Z | a package-manifest.toml 21K |
2053 | 2023-10-17T23:23:25.956Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2054 | 2023-10-17T23:23:25.958Z | a target/release/omicron-package 37077K |
2055 | 2023-10-17T23:23:25.961Z | a tools/create_virtual_hardware.sh 3K |
2056 | 2023-10-17T23:23:25.964Z | a tools/virtual_hardware.sh 4K |
2057 | 2023-10-17T23:23:25.967Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2058 | 2023-10-17T23:23:25.970Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2059 | 2023-10-17T23:23:25.973Z | a tools/scrimlet/softnpu-init.sh 3K |
2060 | 2023-10-17T23:23:25.976Z | a tools/scrimlet/softnpu-zone.txt 1K |
2061 | 2023-10-17T23:23:25.978Z | a tools/scrimlet/softnpu.toml 1K |
2062 | 2023-10-17T23:23:25.981Z | |
2063 | 2023-10-17T23:23:25.984Z | real 13.755471910 |
2064 | 2023-10-17T23:23:25.988Z | user 13.154149031 |
2065 | 2023-10-17T23:23:25.990Z | sys 1.073552713 |
2066 | 2023-10-17T23:23:25.993Z | trap 0.004696416 |
2067 | 2023-10-17T23:23:25.996Z | tflt 0.000000000 |
2068 | 2023-10-17T23:23:25.999Z | dflt 0.000000000 |
2069 | 2023-10-17T23:23:26.003Z | kflt 0.000000000 |
2070 | 2023-10-17T23:23:26.006Z | lock 0.000000000 |
2071 | 2023-10-17T23:23:26.009Z | slp 12.855970678 |
2072 | 2023-10-17T23:23:26.018Z | lat 0.419135490 |
2073 | 2023-10-17T23:23:26.022Z | stop 0.000229194 |
2074 | 2023-10-17T23:23:26.025Z | ++ pwd |
2075 | 2023-10-17T23:23:26.029Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2076 | 2023-10-17T23:23:26.032Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2077 | 2023-10-17T23:23:26.035Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2078 | 2023-10-17T23:23:27.508Z | Finished release [optimized] target(s) in 1.07s |
2079 | 2023-10-17T23:23:27.512Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2080 | 2023-10-17T23:23:27.521Z | Created new build target 'host' and set it as active |
2081 | 2023-10-17T23:23:27.525Z | |
2082 | 2023-10-17T23:23:27.528Z | real 1.223440746 |
2083 | 2023-10-17T23:23:27.534Z | user 0.873932371 |
2084 | 2023-10-17T23:23:27.546Z | sys 0.350623543 |
2085 | 2023-10-17T23:23:27.551Z | trap 0.000103682 |
2086 | 2023-10-17T23:23:27.557Z | tflt 0.000002283 |
2087 | 2023-10-17T23:23:27.572Z | dflt 0.000004299 |
2088 | 2023-10-17T23:23:27.601Z | kflt 0.000000000 |
2089 | 2023-10-17T23:23:27.617Z | lock 0.033723412 |
2090 | 2023-10-17T23:23:28.035Z | slp 0.018736860 |
2091 | 2023-10-17T23:23:28.044Z | lat 0.001818370 |
2092 | 2023-10-17T23:23:28.056Z | stop 0.000217424 |
2093 | 2023-10-17T23:23:28.059Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2094 | 2023-10-17T23:23:28.299Z | Finished release [optimized] target(s) in 1.04s |
2095 | 2023-10-17T23:23:28.327Z | Running `target/release/omicron-package -t host package` |
2096 | 2023-10-17T23:23:28.391Z | Oct 17 23:23:28.370 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2097 | 2023-10-17T23:23:29.522Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2098 | 2023-10-17T23:27:02.610Z | Finished release [optimized] target(s) in 3m 34s |
2099 | 2023-10-17T23:28:27.346Z | |
2100 | 2023-10-17T23:28:27.349Z | real 5:00.175254621 |
2101 | 2023-10-17T23:28:27.353Z | user 20:54.089837368 |
2102 | 2023-10-17T23:28:27.356Z | sys 1:07.613460180 |
2103 | 2023-10-17T23:28:27.359Z | trap 0.517505450 |
2104 | 2023-10-17T23:28:27.362Z | tflt 0.032049110 |
2105 | 2023-10-17T23:28:27.367Z | dflt 1.978471455 |
2106 | 2023-10-17T23:28:27.370Z | kflt 0.000275371 |
2107 | 2023-10-17T23:28:27.373Z | lock 1:11:36.475154211 |
2108 | 2023-10-17T23:28:27.375Z | slp 16:54.857094702 |
2109 | 2023-10-17T23:28:27.378Z | lat 8.091642869 |
2110 | 2023-10-17T23:28:27.381Z | stop 0.691622738 |
2111 | 2023-10-17T23:28:27.385Z | + stamp_packages omicron-sled-agent maghemite propolis-server overlay |
2112 | 2023-10-17T23:28:27.387Z | + for package in "$@" |
2113 | 2023-10-17T23:28:27.390Z | + [[ omicron-sled-agent == maghemite ]] |
2114 | 2023-10-17T23:28:27.393Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git50049e62a7a |
2115 | 2023-10-17T23:28:28.519Z | Finished release [optimized] target(s) in 1.09s |
2116 | 2023-10-17T23:28:28.549Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git50049e62a7a` |
2117 | 2023-10-17T23:28:28.590Z | Oct 17 23:28:28.593 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2118 | 2023-10-17T23:28:29.114Z | Created: out/versioned/omicron-sled-agent.tar |
2119 | 2023-10-17T23:28:29.118Z | + for package in "$@" |
2120 | 2023-10-17T23:28:29.121Z | + [[ maghemite == maghemite ]] |
2121 | 2023-10-17T23:28:29.124Z | + echo 0.0.0 |
2122 | 2023-10-17T23:28:29.128Z | + tar rvf out/maghemite.tar VERSION |
2123 | 2023-10-17T23:28:29.131Z | a VERSION 1K |
2124 | 2023-10-17T23:28:29.133Z | + rm VERSION |
2125 | 2023-10-17T23:28:29.136Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git50049e62a7a |
2126 | 2023-10-17T23:28:30.306Z | Finished release [optimized] target(s) in 1.06s |
2127 | 2023-10-17T23:28:30.335Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git50049e62a7a` |
2128 | 2023-10-17T23:28:30.376Z | Oct 17 23:28:30.379 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2129 | 2023-10-17T23:28:30.704Z | Created: out/versioned/maghemite.tar |
2130 | 2023-10-17T23:28:30.708Z | + for package in "$@" |
2131 | 2023-10-17T23:28:30.710Z | + [[ propolis-server == maghemite ]] |
2132 | 2023-10-17T23:28:30.715Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git50049e62a7a |
2133 | 2023-10-17T23:28:31.829Z | Finished release [optimized] target(s) in 1.03s |
2134 | 2023-10-17T23:28:31.858Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git50049e62a7a` |
2135 | 2023-10-17T23:28:31.904Z | Oct 17 23:28:31.898 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2136 | 2023-10-17T23:28:33.662Z | Created: out/versioned/propolis-server.tar.gz |
2137 | 2023-10-17T23:28:33.667Z | + for package in "$@" |
2138 | 2023-10-17T23:28:33.670Z | + [[ overlay == maghemite ]] |
2139 | 2023-10-17T23:28:33.672Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git50049e62a7a |
2140 | 2023-10-17T23:28:34.834Z | Finished release [optimized] target(s) in 1.09s |
2141 | 2023-10-17T23:28:34.864Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git50049e62a7a` |
2142 | 2023-10-17T23:28:34.903Z | Oct 17 23:28:34.907 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2143 | 2023-10-17T23:28:34.906Z | Created: out/versioned/overlay.tar.gz |
2144 | 2023-10-17T23:28:34.909Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2145 | 2023-10-17T23:28:34.920Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2146 | 2023-10-17T23:28:34.923Z | ++ cd -- ./tools |
2147 | 2023-10-17T23:28:34.925Z | ++ pwd |
2148 | 2023-10-17T23:28:34.928Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2149 | 2023-10-17T23:28:34.931Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2150 | 2023-10-17T23:28:34.934Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2151 | 2023-10-17T23:28:34.939Z | ++ readlink -f /work |
2152 | 2023-10-17T23:28:34.941Z | + out_dir=/work |
2153 | 2023-10-17T23:28:34.944Z | + 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") |
2154 | 2023-10-17T23:28:34.949Z | + for dep in "${deps[@]}" |
2155 | 2023-10-17T23:28:34.951Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2156 | 2023-10-17T23:28:34.954Z | + for dep in "${deps[@]}" |
2157 | 2023-10-17T23:28:34.958Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2158 | 2023-10-17T23:28:34.960Z | + for dep in "${deps[@]}" |
2159 | 2023-10-17T23:28:34.963Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2160 | 2023-10-17T23:28:34.966Z | + for dep in "${deps[@]}" |
2161 | 2023-10-17T23:28:34.969Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2162 | 2023-10-17T23:28:34.971Z | ++ mktemp -d |
2163 | 2023-10-17T23:28:34.974Z | + tmp_gz=/tmp/tmp.6XaGoi |
2164 | 2023-10-17T23:28:34.977Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2165 | 2023-10-17T23:28:34.980Z | + echo '{"v":"1","t":"layer"}' |
2166 | 2023-10-17T23:28:34.982Z | + pkg_dir=/tmp/tmp.6XaGoi/root/opt/oxide/sled-agent |
2167 | 2023-10-17T23:28:34.985Z | + mkdir -p /tmp/tmp.6XaGoi/root/opt/oxide/sled-agent |
2168 | 2023-10-17T23:28:34.989Z | + cd /tmp/tmp.6XaGoi/root/opt/oxide/sled-agent |
2169 | 2023-10-17T23:28:34.995Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2170 | 2023-10-17T23:28:35.058Z | x ., 0 bytes, 0 tape blocks |
2171 | 2023-10-17T23:28:35.063Z | x zone-bundle, 34392944 bytes, 67174 tape blocks |
2172 | 2023-10-17T23:28:35.068Z | x sled-agent, 79513776 bytes, 155301 tape blocks |
2173 | 2023-10-17T23:28:35.072Z | x pkg, 0 bytes, 0 tape blocks |
2174 | 2023-10-17T23:28:35.075Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2175 | 2023-10-17T23:28:35.080Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2176 | 2023-10-17T23:28:35.083Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2177 | 2023-10-17T23:28:35.086Z | x VERSION, 25 bytes, 1 tape blocks |
2178 | 2023-10-17T23:28:35.089Z | + mkdir -p /tmp/tmp.6XaGoi/root/lib/svc/manifest/site/ |
2179 | 2023-10-17T23:28:35.091Z | + mv pkg/manifest.xml /tmp/tmp.6XaGoi/root/lib/svc/manifest/site/sled-agent.xml |
2180 | 2023-10-17T23:28:35.094Z | + cd - |
2181 | 2023-10-17T23:28:35.097Z | /work/oxidecomputer/omicron |
2182 | 2023-10-17T23:28:35.100Z | + pkg_dir=/tmp/tmp.6XaGoi/root/opt/oxide/mg-ddm |
2183 | 2023-10-17T23:28:35.102Z | + mkdir -p /tmp/tmp.6XaGoi/root/opt/oxide/mg-ddm |
2184 | 2023-10-17T23:28:35.106Z | + cd /tmp/tmp.6XaGoi/root/opt/oxide/mg-ddm |
2185 | 2023-10-17T23:28:35.108Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2186 | 2023-10-17T23:28:35.144Z | x ., 0 bytes, 0 tape blocks |
2187 | 2023-10-17T23:28:35.146Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2188 | 2023-10-17T23:28:35.150Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2189 | 2023-10-17T23:28:35.152Z | x pkg, 0 bytes, 0 tape blocks |
2190 | 2023-10-17T23:28:35.155Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2191 | 2023-10-17T23:28:35.158Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2192 | 2023-10-17T23:28:35.161Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2193 | 2023-10-17T23:28:35.163Z | x VERSION, 25 bytes, 1 tape blocks |
2194 | 2023-10-17T23:28:35.166Z | + cd - |
2195 | 2023-10-17T23:28:35.169Z | /work/oxidecomputer/omicron |
2196 | 2023-10-17T23:28:35.172Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.6XaGoi/root/opt/oxide |
2197 | 2023-10-17T23:28:35.261Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.6XaGoi/root/opt/oxide |
2198 | 2023-10-17T23:28:35.264Z | + cd /tmp/tmp.6XaGoi |
2199 | 2023-10-17T23:28:35.267Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2200 | 2023-10-17T23:28:47.486Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2201 | 2023-10-17T23:28:47.489Z | a oxide.json 1K |
2202 | 2023-10-17T23:28:47.492Z | a root/ 0K |
2203 | 2023-10-17T23:28:47.497Z | a root/opt/ 0K |
2204 | 2023-10-17T23:28:47.500Z | a root/opt/oxide/ 0K |
2205 | 2023-10-17T23:28:47.506Z | a root/opt/oxide/sled-agent/ 0K |
2206 | 2023-10-17T23:28:47.508Z | a root/opt/oxide/sled-agent/zone-bundle 33587K |
2207 | 2023-10-17T23:28:47.511Z | a root/opt/oxide/sled-agent/sled-agent 77651K |
2208 | 2023-10-17T23:28:47.515Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2209 | 2023-10-17T23:28:47.518Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2210 | 2023-10-17T23:28:47.521Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2211 | 2023-10-17T23:28:47.523Z | a root/opt/oxide/sled-agent/VERSION 1K |
2212 | 2023-10-17T23:28:47.526Z | a root/opt/oxide/mg-ddm/ 0K |
2213 | 2023-10-17T23:28:47.529Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2214 | 2023-10-17T23:28:47.532Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2215 | 2023-10-17T23:28:47.534Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2216 | 2023-10-17T23:28:47.537Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2217 | 2023-10-17T23:28:47.543Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2218 | 2023-10-17T23:28:47.547Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2219 | 2023-10-17T23:28:47.550Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2220 | 2023-10-17T23:28:47.553Z | a root/opt/oxide/propolis-server.tar.gz 64733K |
2221 | 2023-10-17T23:28:47.555Z | a root/opt/oxide/overlay.tar.gz 2K |
2222 | 2023-10-17T23:28:47.560Z | a root/lib/ 0K |
2223 | 2023-10-17T23:28:47.564Z | a root/lib/svc/ 0K |
2224 | 2023-10-17T23:28:47.567Z | a root/lib/svc/manifest/ 0K |
2225 | 2023-10-17T23:28:47.571Z | a root/lib/svc/manifest/site/ 0K |
2226 | 2023-10-17T23:28:47.574Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2227 | 2023-10-17T23:28:47.577Z | + cd / |
2228 | 2023-10-17T23:28:47.581Z | + rm -rf /tmp/tmp.6XaGoi |
2229 | 2023-10-17T23:28:47.584Z | |
2230 | 2023-10-17T23:28:47.586Z | real 12.624776813 |
2231 | 2023-10-17T23:28:47.589Z | user 11.708910243 |
2232 | 2023-10-17T23:28:47.592Z | sys 0.975617933 |
2233 | 2023-10-17T23:28:47.595Z | trap 0.003042141 |
2234 | 2023-10-17T23:28:47.598Z | tflt 0.000000000 |
2235 | 2023-10-17T23:28:47.601Z | dflt 0.000000000 |
2236 | 2023-10-17T23:28:47.605Z | kflt 0.000000000 |
2237 | 2023-10-17T23:28:47.608Z | lock 0.000000000 |
2238 | 2023-10-17T23:28:47.610Z | slp 24.385370432 |
2239 | 2023-10-17T23:28:47.613Z | lat 0.384230518 |
2240 | 2023-10-17T23:28:47.616Z | stop 0.000298512 |
2241 | 2023-10-17T23:28:47.620Z | + mkdir -p /work/zones |
2242 | 2023-10-17T23:28:47.622Z | + 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) |
2243 | 2023-10-17T23:28:47.625Z | + 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/ |
2244 | 2023-10-17T23:28:50.930Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2245 | 2023-10-17T23:28:52.149Z | Finished release [optimized] target(s) in 1.13s |
2246 | 2023-10-17T23:28:52.179Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2247 | 2023-10-17T23:28:52.220Z | Created new build target 'recovery' and set it as active |
2248 | 2023-10-17T23:28:52.224Z | |
2249 | 2023-10-17T23:28:52.226Z | real 1.287004784 |
2250 | 2023-10-17T23:28:52.229Z | user 0.919908312 |
2251 | 2023-10-17T23:28:52.232Z | sys 0.365132703 |
2252 | 2023-10-17T23:28:52.235Z | trap 0.000709066 |
2253 | 2023-10-17T23:28:52.238Z | tflt 0.000007921 |
2254 | 2023-10-17T23:28:52.241Z | dflt 0.000017587 |
2255 | 2023-10-17T23:28:52.243Z | kflt 0.000000000 |
2256 | 2023-10-17T23:28:52.246Z | lock 0.034644911 |
2257 | 2023-10-17T23:28:52.249Z | slp 0.021144622 |
2258 | 2023-10-17T23:28:52.251Z | lat 0.003798261 |
2259 | 2023-10-17T23:28:52.254Z | stop 0.000328653 |
2260 | 2023-10-17T23:28:52.257Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2261 | 2023-10-17T23:28:53.424Z | Finished release [optimized] target(s) in 1.11s |
2262 | 2023-10-17T23:28:53.452Z | Running `target/release/omicron-package -t recovery package` |
2263 | 2023-10-17T23:28:53.491Z | Oct 17 23:28:53.495 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2264 | 2023-10-17T23:28:54.486Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2265 | 2023-10-17T23:28:58.356Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2266 | 2023-10-17T23:29:31.498Z | Finished release [optimized] target(s) in 37.92s |
2267 | 2023-10-17T23:29:48.466Z | |
2268 | 2023-10-17T23:29:48.469Z | real 56.235928808 |
2269 | 2023-10-17T23:29:48.473Z | user 2:36.257746372 |
2270 | 2023-10-17T23:29:48.475Z | sys 13.817374723 |
2271 | 2023-10-17T23:29:48.478Z | trap 0.076703142 |
2272 | 2023-10-17T23:29:48.481Z | tflt 0.125028108 |
2273 | 2023-10-17T23:29:48.484Z | dflt 0.797697581 |
2274 | 2023-10-17T23:29:48.487Z | kflt 0.000323918 |
2275 | 2023-10-17T23:29:48.490Z | lock 12:48.630837273 |
2276 | 2023-10-17T23:29:48.493Z | slp 2:39.256139598 |
2277 | 2023-10-17T23:29:48.495Z | lat 2.016763360 |
2278 | 2023-10-17T23:29:48.498Z | stop 0.181712498 |
2279 | 2023-10-17T23:29:48.501Z | + stamp_packages installinator maghemite |
2280 | 2023-10-17T23:29:48.505Z | + for package in "$@" |
2281 | 2023-10-17T23:29:48.507Z | + [[ installinator == maghemite ]] |
2282 | 2023-10-17T23:29:48.510Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git50049e62a7a |
2283 | 2023-10-17T23:29:49.629Z | Finished release [optimized] target(s) in 1.07s |
2284 | 2023-10-17T23:29:49.649Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git50049e62a7a` |
2285 | 2023-10-17T23:29:49.690Z | Oct 17 23:29:49.693 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2286 | 2023-10-17T23:29:49.807Z | Created: out/versioned/installinator.tar |
2287 | 2023-10-17T23:29:49.810Z | + for package in "$@" |
2288 | 2023-10-17T23:29:49.813Z | + [[ maghemite == maghemite ]] |
2289 | 2023-10-17T23:29:49.816Z | + echo 0.0.0 |
2290 | 2023-10-17T23:29:49.819Z | + tar rvf out/maghemite.tar VERSION |
2291 | 2023-10-17T23:29:49.821Z | a VERSION 1K |
2292 | 2023-10-17T23:29:49.824Z | + rm VERSION |
2293 | 2023-10-17T23:29:49.827Z | + cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git50049e62a7a |
2294 | 2023-10-17T23:29:50.937Z | Finished release [optimized] target(s) in 1.03s |
2295 | 2023-10-17T23:29:50.964Z | Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git50049e62a7a` |
2296 | 2023-10-17T23:29:51.005Z | Oct 17 23:29:51.007 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2297 | 2023-10-17T23:29:51.218Z | Created: out/versioned/maghemite.tar |
2298 | 2023-10-17T23:29:51.221Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2299 | 2023-10-17T23:29:51.234Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2300 | 2023-10-17T23:29:51.237Z | ++ cd -- ./tools |
2301 | 2023-10-17T23:29:51.239Z | ++ pwd |
2302 | 2023-10-17T23:29:51.242Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2303 | 2023-10-17T23:29:51.245Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2304 | 2023-10-17T23:29:51.248Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2305 | 2023-10-17T23:29:51.250Z | ++ readlink -f /work |
2306 | 2023-10-17T23:29:51.253Z | + out_dir=/work |
2307 | 2023-10-17T23:29:51.256Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar) |
2308 | 2023-10-17T23:29:51.260Z | + for dep in "${deps[@]}" |
2309 | 2023-10-17T23:29:51.263Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2310 | 2023-10-17T23:29:51.265Z | + for dep in "${deps[@]}" |
2311 | 2023-10-17T23:29:51.268Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]] |
2312 | 2023-10-17T23:29:51.271Z | ++ mktemp -d |
2313 | 2023-10-17T23:29:51.274Z | + tmp_trampoline=/tmp/tmp.sAa4si |
2314 | 2023-10-17T23:29:51.277Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2315 | 2023-10-17T23:29:51.279Z | + echo '{"v":"1","t":"layer"}' |
2316 | 2023-10-17T23:29:51.282Z | + pkg_dir=/tmp/tmp.sAa4si/root/opt/oxide/installinator |
2317 | 2023-10-17T23:29:51.286Z | + mkdir -p /tmp/tmp.sAa4si/root/opt/oxide/installinator |
2318 | 2023-10-17T23:29:51.288Z | + cd /tmp/tmp.sAa4si/root/opt/oxide/installinator |
2319 | 2023-10-17T23:29:51.291Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2320 | 2023-10-17T23:29:51.303Z | x ., 0 bytes, 0 tape blocks |
2321 | 2023-10-17T23:29:51.306Z | x installinator, 47925152 bytes, 93604 tape blocks |
2322 | 2023-10-17T23:29:51.309Z | x pkg, 0 bytes, 0 tape blocks |
2323 | 2023-10-17T23:29:51.311Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2324 | 2023-10-17T23:29:51.314Z | x VERSION, 25 bytes, 1 tape blocks |
2325 | 2023-10-17T23:29:51.317Z | + mkdir -p /tmp/tmp.sAa4si/root/lib/svc/manifest/site/ |
2326 | 2023-10-17T23:29:51.321Z | + mv pkg/manifest.xml /tmp/tmp.sAa4si/root/lib/svc/manifest/site/installinator.xml |
2327 | 2023-10-17T23:29:51.324Z | + cd - |
2328 | 2023-10-17T23:29:51.327Z | /work/oxidecomputer/omicron |
2329 | 2023-10-17T23:29:51.329Z | + pkg_dir=/tmp/tmp.sAa4si/root/opt/oxide/mg-ddm |
2330 | 2023-10-17T23:29:51.332Z | + mkdir -p /tmp/tmp.sAa4si/root/opt/oxide/mg-ddm |
2331 | 2023-10-17T23:29:51.335Z | + cd /tmp/tmp.sAa4si/root/opt/oxide/mg-ddm |
2332 | 2023-10-17T23:29:51.338Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar |
2333 | 2023-10-17T23:29:51.393Z | x ., 0 bytes, 0 tape blocks |
2334 | 2023-10-17T23:29:51.397Z | x ddmadm, 39360576 bytes, 76877 tape blocks |
2335 | 2023-10-17T23:29:51.400Z | x ddmd, 35588120 bytes, 69509 tape blocks |
2336 | 2023-10-17T23:29:51.403Z | x pkg, 0 bytes, 0 tape blocks |
2337 | 2023-10-17T23:29:51.407Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2338 | 2023-10-17T23:29:51.410Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2339 | 2023-10-17T23:29:51.413Z | x pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks |
2340 | 2023-10-17T23:29:51.416Z | x VERSION, 25 bytes, 1 tape blocks |
2341 | 2023-10-17T23:29:51.419Z | + cd - |
2342 | 2023-10-17T23:29:51.422Z | /work/oxidecomputer/omicron |
2343 | 2023-10-17T23:29:51.425Z | + cd /tmp/tmp.sAa4si |
2344 | 2023-10-17T23:29:51.427Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2345 | 2023-10-17T23:29:57.751Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2346 | 2023-10-17T23:29:57.754Z | a oxide.json 1K |
2347 | 2023-10-17T23:29:57.757Z | a root/ 0K |
2348 | 2023-10-17T23:29:57.760Z | a root/opt/ 0K |
2349 | 2023-10-17T23:29:57.762Z | a root/opt/oxide/ 0K |
2350 | 2023-10-17T23:29:57.765Z | a root/opt/oxide/installinator/ 0K |
2351 | 2023-10-17T23:29:57.768Z | a root/opt/oxide/installinator/installinator 46802K |
2352 | 2023-10-17T23:29:57.770Z | a root/opt/oxide/installinator/pkg/ 0K |
2353 | 2023-10-17T23:29:57.773Z | a root/opt/oxide/installinator/VERSION 1K |
2354 | 2023-10-17T23:29:57.776Z | a root/opt/oxide/mg-ddm/ 0K |
2355 | 2023-10-17T23:29:57.779Z | a root/opt/oxide/mg-ddm/ddmadm 38439K |
2356 | 2023-10-17T23:29:57.782Z | a root/opt/oxide/mg-ddm/ddmd 34755K |
2357 | 2023-10-17T23:29:57.784Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2358 | 2023-10-17T23:29:57.794Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2359 | 2023-10-17T23:29:57.796Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2360 | 2023-10-17T23:29:57.799Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2361 | 2023-10-17T23:29:57.801Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2362 | 2023-10-17T23:29:57.804Z | a root/lib/ 0K |
2363 | 2023-10-17T23:29:57.830Z | a root/lib/svc/ 0K |
2364 | 2023-10-17T23:29:57.833Z | a root/lib/svc/manifest/ 0K |
2365 | 2023-10-17T23:29:57.836Z | a root/lib/svc/manifest/site/ 0K |
2366 | 2023-10-17T23:29:57.839Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2367 | 2023-10-17T23:29:57.841Z | + cd / |
2368 | 2023-10-17T23:29:57.844Z | + rm -rf /tmp/tmp.sAa4si |
2369 | 2023-10-17T23:29:57.847Z | |
2370 | 2023-10-17T23:29:57.850Z | real 6.551933005 |
2371 | 2023-10-17T23:29:57.852Z | user 6.128127119 |
2372 | 2023-10-17T23:29:57.855Z | sys 0.449157006 |
2373 | 2023-10-17T23:29:57.857Z | trap 0.002859499 |
2374 | 2023-10-17T23:29:57.860Z | tflt 0.000000000 |
2375 | 2023-10-17T23:29:57.863Z | dflt 0.000000000 |
2376 | 2023-10-17T23:29:57.866Z | kflt 0.000000000 |
2377 | 2023-10-17T23:29:57.868Z | lock 0.000000000 |
2378 | 2023-10-17T23:29:57.871Z | slp 12.672156600 |
2379 | 2023-10-17T23:29:57.874Z | lat 0.194108141 |
2380 | 2023-10-17T23:29:57.876Z | stop 0.000288607 |
2381 | 2023-10-17T23:29:57.879Z | process exited: duration 2396302 ms, exit code 0 |
|
2382 | 2023-10-17T23:29:57.885Z | found 21 output files |
2383 | 2023-10-17T23:29:57.893Z | uploading: /work/version.txt (26 bytes) |
2384 | 2023-10-17T23:29:58.906Z | uploaded: /work/version.txt |
2385 | 2023-10-17T23:29:58.922Z | uploading: /work/package.tar.gz (83165086 bytes) |
2386 | 2023-10-17T23:30:28.613Z | uploaded: /work/package.tar.gz |
2387 | 2023-10-17T23:30:28.624Z | uploading: /work/global-zone-packages.tar.gz (125633938 bytes) |
2388 | 2023-10-17T23:31:12.298Z | uploaded: /work/global-zone-packages.tar.gz |
2389 | 2023-10-17T23:31:12.301Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38595354 bytes) |
2390 | 2023-10-17T23:31:24.253Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2391 | 2023-10-17T23:31:24.265Z | uploading: /work/zones/clickhouse.tar.gz (180705420 bytes) |
2392 | 2023-10-17T23:32:25.526Z | uploaded: /work/zones/clickhouse.tar.gz |
2393 | 2023-10-17T23:32:25.562Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180703977 bytes) |
2394 | 2023-10-17T23:33:25.346Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2395 | 2023-10-17T23:33:25.366Z | uploading: /work/zones/cockroachdb.tar.gz (117769400 bytes) |
2396 | 2023-10-17T23:34:08.758Z | uploaded: /work/zones/cockroachdb.tar.gz |
2397 | 2023-10-17T23:34:08.762Z | uploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes) |
2398 | 2023-10-17T23:34:16.842Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2399 | 2023-10-17T23:34:16.853Z | uploading: /work/zones/crucible.tar.gz (42565224 bytes) |
2400 | 2023-10-17T23:34:32.282Z | uploaded: /work/zones/crucible.tar.gz |
2401 | 2023-10-17T23:34:32.293Z | uploading: /work/zones/external-dns.tar.gz (22026020 bytes) |
2402 | 2023-10-17T23:34:39.239Z | uploaded: /work/zones/external-dns.tar.gz |
2403 | 2023-10-17T23:34:39.250Z | uploading: /work/zones/internal-dns.tar.gz (22026020 bytes) |
2404 | 2023-10-17T23:34:46.849Z | uploaded: /work/zones/internal-dns.tar.gz |
2405 | 2023-10-17T23:34:46.854Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2406 | 2023-10-17T23:34:47.868Z | uploaded: /work/zones/ntp.tar.gz |
2407 | 2023-10-17T23:34:47.879Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (15790732 bytes) |
2408 | 2023-10-17T23:34:53.767Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2409 | 2023-10-17T23:34:53.779Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (15785721 bytes) |
2410 | 2023-10-17T23:34:59.082Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2411 | 2023-10-17T23:34:59.093Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (68043088 bytes) |
2412 | 2023-10-17T23:35:16.123Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2413 | 2023-10-17T23:35:16.134Z | uploading: /work/zones/omicron-nexus.tar.gz (68041831 bytes) |
2414 | 2023-10-17T23:35:37.811Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2415 | 2023-10-17T23:35:37.814Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2416 | 2023-10-17T23:35:38.821Z | uploaded: /work/zones/overlay.tar.gz |
2417 | 2023-10-17T23:35:38.832Z | uploading: /work/zones/oximeter-collector.tar.gz (18074809 bytes) |
2418 | 2023-10-17T23:35:46.096Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2419 | 2023-10-17T23:35:46.108Z | uploading: /work/zones/propolis-server.tar.gz (66291830 bytes) |
2420 | 2023-10-17T23:36:08.242Z | uploaded: /work/zones/propolis-server.tar.gz |
2421 | 2023-10-17T23:36:08.269Z | uploading: /work/zones/switch-asic.tar.gz (219142415 bytes) |
2422 | 2023-10-17T23:37:26.820Z | uploaded: /work/zones/switch-asic.tar.gz |
2423 | 2023-10-17T23:37:26.844Z | uploading: /work/zones/switch-softnpu.tar.gz (141551882 bytes) |
2424 | 2023-10-17T23:38:11.904Z | uploaded: /work/zones/switch-softnpu.tar.gz |