|
|
|
1 | 2023-11-10T18:07:15.361Z | job assigned to worker 01HEX6K6KJNH2956AQNXWK22J6 (queued for 1 m 16 s) |
|
2 | 2023-11-10T18:07:17.052Z | starting task 0: "setup" |
3 | 2023-11-10T18:07:17.519Z | ++ uname -s |
4 | 2023-11-10T18:07:17.524Z | + kern=SunOS |
5 | 2023-11-10T18:07:17.527Z | + case "$kern" in |
6 | 2023-11-10T18:07:17.530Z | + groupadd -g 12345 build |
7 | 2023-11-10T18:07:17.532Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-10T18:07:19.540Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-10T18:07:19.649Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-10T18:07:19.677Z | + home_fs=zfs |
11 | 2023-11-10T18:07:19.685Z | + [[ zfs == autofs ]] |
12 | 2023-11-10T18:07:19.698Z | + mkdir -p /home/build |
13 | 2023-11-10T18:07:19.711Z | + chown build:build /home/build /work |
14 | 2023-11-10T18:07:21.655Z | + chmod 0700 /home/build /work |
15 | 2023-11-10T18:07:21.658Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2023-11-10T18:07:21.665Z | starting task 1: "rust-toolchain" |
17 | 2023-11-10T18:07:21.677Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-10T18:07:21.683Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-10T18:07:21.851Z | info: downloading installer |
20 | 2023-11-10T18:07:23.787Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-10T18:07:23.790Z | warning: /opt/ooce/bin |
22 | 2023-11-10T18:07:23.793Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-10T18:07:23.796Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-10T18:07:23.799Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-10T18:07:23.802Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-10T18:07:23.804Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-10T18:07:23.809Z | error: cannot install while Rust is installed |
28 | 2023-11-10T18:07:23.823Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-10T18:07:23.867Z | info: profile set to 'default' |
30 | 2023-11-10T18:07:23.869Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-10T18:07:23.872Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-10T18:07:24.038Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-10T18:07:24.041Z | info: downloading component 'cargo' |
34 | 2023-11-10T18:07:24.697Z | info: downloading component 'clippy' |
35 | 2023-11-10T18:07:24.930Z | info: downloading component 'rust-docs' |
36 | 2023-11-10T18:07:25.752Z | info: downloading component 'rust-std' |
37 | 2023-11-10T18:07:27.354Z | info: downloading component 'rustc' |
38 | 2023-11-10T18:07:31.161Z | info: downloading component 'rustfmt' |
39 | 2023-11-10T18:07:31.401Z | info: installing component 'cargo' |
40 | 2023-11-10T18:07:34.981Z | info: installing component 'clippy' |
41 | 2023-11-10T18:07:35.102Z | info: installing component 'rust-docs' |
42 | 2023-11-10T18:07:36.249Z | info: installing component 'rust-std' |
43 | 2023-11-10T18:07:40.754Z | info: installing component 'rustc' |
44 | 2023-11-10T18:07:49.591Z | info: installing component 'rustfmt' |
45 | 2023-11-10T18:07:50.036Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-10T18:07:50.039Z | |
47 | 2023-11-10T18:07:50.196Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-10T18:07:50.201Z | |
49 | 2023-11-10T18:07:50.204Z | |
50 | 2023-11-10T18:07:50.207Z | Rust is installed now. Great! |
51 | 2023-11-10T18:07:50.211Z | |
52 | 2023-11-10T18:07:50.215Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-10T18:07:50.218Z | environment variable. This has not been done automatically. |
54 | 2023-11-10T18:07:50.221Z | |
55 | 2023-11-10T18:07:50.224Z | To configure your current shell, run: |
56 | 2023-11-10T18:07:50.227Z | source "$HOME/.cargo/env" |
57 | 2023-11-10T18:07:50.290Z | + rustc --version |
58 | 2023-11-10T18:07:50.409Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-10T18:07:50.413Z | process exited: duration 28746 ms, exit code 0 |
|
60 | 2023-11-10T18:07:50.422Z | starting task 2: "authentication" |
61 | 2023-11-10T18:07:50.467Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-11-10T18:07:50.494Z | starting task 3: "clone repository" |
63 | 2023-11-10T18:07:50.522Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-10T18:07:50.555Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-10T18:07:50.580Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-10T18:07:56.577Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-10T18:07:56.581Z | + [[ -n clickhouse-schema-updater ]] |
68 | 2023-11-10T18:07:56.586Z | + git fetch origin clickhouse-schema-updater |
69 | 2023-11-10T18:07:56.883Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-10T18:07:56.887Z | * branch clickhouse-schema-updater -> FETCH_HEAD |
71 | 2023-11-10T18:07:56.894Z | + git checkout -B clickhouse-schema-updater remotes/origin/clickhouse-schema-updater |
72 | 2023-11-10T18:07:57.019Z | Switched to a new branch 'clickhouse-schema-updater' |
73 | 2023-11-10T18:07:57.024Z | branch 'clickhouse-schema-updater' set up to track 'origin/clickhouse-schema-updater'. |
74 | 2023-11-10T18:07:57.027Z | + git reset --hard fa280fd737fbe4e30b449c467a43e721fabbdff6 |
75 | 2023-11-10T18:07:57.180Z | HEAD is now at fa280fd7 Review feedback |
76 | 2023-11-10T18:07:57.190Z | process exited: duration 6681 ms, exit code 0 |
|
77 | 2023-11-10T18:07:57.207Z | starting task 4: "build" |
78 | 2023-11-10T18:07:57.223Z | + cargo --version |
79 | 2023-11-10T18:07:57.230Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-10T18:07:57.437Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-10T18:07:57.440Z | info: downloading component 'cargo' |
82 | 2023-11-10T18:07:58.213Z | info: downloading component 'clippy' |
83 | 2023-11-10T18:07:58.493Z | info: downloading component 'rust-docs' |
84 | 2023-11-10T18:07:59.493Z | info: downloading component 'rust-std' |
85 | 2023-11-10T18:08:01.133Z | info: downloading component 'rustc' |
86 | 2023-11-10T18:08:05.863Z | info: downloading component 'rustfmt' |
87 | 2023-11-10T18:08:06.197Z | info: installing component 'cargo' |
88 | 2023-11-10T18:08:07.387Z | info: installing component 'clippy' |
89 | 2023-11-10T18:08:07.882Z | info: installing component 'rust-docs' |
90 | 2023-11-10T18:08:10.682Z | info: installing component 'rust-std' |
91 | 2023-11-10T18:08:13.172Z | info: installing component 'rustc' |
92 | 2023-11-10T18:08:19.291Z | info: installing component 'rustfmt' |
93 | 2023-11-10T18:08:19.829Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-10T18:08:19.833Z | + rustc --version |
95 | 2023-11-10T18:08:19.961Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-10T18:08:20.000Z | ++ git rev-parse HEAD |
97 | 2023-11-10T18:08:20.009Z | + COMMIT=fa280fd737fbe4e30b449c467a43e721fabbdff6 |
98 | 2023-11-10T18:08:20.012Z | + VERSION=1.0.4-0.ci+gitfa280fd737f |
99 | 2023-11-10T18:08:20.015Z | + echo 1.0.4-0.ci+gitfa280fd737f |
100 | 2023-11-10T18:08:20.018Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-10T18:08:28.209Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-10T18:08:29.155Z | Startup: Caching catalogs ... Done |
103 | 2023-11-10T18:08:33.923Z | Planning: Solver setup ... Done (4.484s) |
104 | 2023-11-10T18:08:34.041Z | Planning: Running solver ... Done (0.118s) |
105 | 2023-11-10T18:08:34.248Z | Planning: Finding local manifests ... Done (0.157s) |
106 | 2023-11-10T18:08:34.269Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-10T18:08:34.595Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-10T18:08:34.749Z | Planning: Package planning ... Done (0.152s) |
109 | 2023-11-10T18:08:34.833Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-11-10T18:08:35.970Z | Planning: Checking for conflicting actions ... Done (1.136s) |
111 | 2023-11-10T18:08:35.989Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-10T18:08:46.059Z | Planning: Evaluating mediators ... Done (10.073s) |
113 | 2023-11-10T18:08:46.170Z | Planning: Planning completed in 16.87 seconds |
114 | 2023-11-10T18:08:52.214Z | Packages to install: 4 |
115 | 2023-11-10T18:08:52.217Z | Mediators to change: 2 |
116 | 2023-11-10T18:08:52.220Z | Services to change: 1 |
117 | 2023-11-10T18:08:52.223Z | Estimated space available: 148.90 GB |
118 | 2023-11-10T18:08:52.226Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-10T18:08:52.229Z | Create boot environment: No |
120 | 2023-11-10T18:08:52.231Z | Create backup boot environment: No |
121 | 2023-11-10T18:08:52.234Z | Rebuild boot archive: No |
122 | 2023-11-10T18:08:52.237Z | |
123 | 2023-11-10T18:08:52.240Z | Changed mediators: |
124 | 2023-11-10T18:08:52.243Z | mediator clang: |
125 | 2023-11-10T18:08:52.245Z | version: None -> 15 (system default) |
126 | 2023-11-10T18:08:52.248Z | |
127 | 2023-11-10T18:08:52.256Z | mediator llvm: |
128 | 2023-11-10T18:08:52.259Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-10T18:08:52.262Z | |
130 | 2023-11-10T18:08:52.266Z | Changed packages: |
131 | 2023-11-10T18:08:52.268Z | helios-dev |
132 | 2023-11-10T18:08:52.271Z | developer/build-essential |
133 | 2023-11-10T18:08:52.274Z | None -> 11-2.0 |
134 | 2023-11-10T18:08:52.276Z | library/libxmlsec1 |
135 | 2023-11-10T18:08:52.279Z | None -> 1.2.35-2.0 |
136 | 2023-11-10T18:08:52.282Z | ooce/developer/clang-15 |
137 | 2023-11-10T18:08:52.285Z | None -> 15.0.7-2.0 |
138 | 2023-11-10T18:08:52.288Z | ooce/developer/llvm-15 |
139 | 2023-11-10T18:08:52.290Z | None -> 15.0.7-2.0 |
140 | 2023-11-10T18:08:52.293Z | |
141 | 2023-11-10T18:08:52.296Z | Services: |
142 | 2023-11-10T18:08:52.298Z | restart_fmri: |
143 | 2023-11-10T18:08:52.301Z | svc:/system/update-man-index:default |
144 | 2023-11-10T18:08:52.449Z | |
145 | 2023-11-10T18:08:52.452Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-10T18:08:57.449Z | Download: 1198/3290 items 74.9/212.6MB 35% complete (15.0M/s) |
147 | 2023-11-10T18:09:02.449Z | Download: 2352/3290 items 119.7/212.6MB 56% complete (12.1M/s) |
148 | 2023-11-10T18:09:06.464Z | Download: Completed 212.60 MB in 14.02 seconds (15.2M/s) |
149 | 2023-11-10T18:09:06.819Z | Actions: 1/3687 actions (Installing new actions) |
150 | 2023-11-10T18:09:11.819Z | Actions: 1597/3687 actions (Installing new actions) |
151 | 2023-11-10T18:09:15.005Z | Actions: Completed 3687 actions in 8.19 seconds. |
152 | 2023-11-10T18:09:15.176Z | Done (0.163s) |
153 | 2023-11-10T18:09:15.179Z | Done (0.000s) |
154 | 2023-11-10T18:09:15.388Z | Done (0.211s) |
155 | 2023-11-10T18:09:22.981Z | Done (7.474s) |
156 | 2023-11-10T18:09:23.215Z | Done (0.127s) |
157 | 2023-11-10T18:09:23.219Z | Done (0.000s) |
158 | 2023-11-10T18:09:23.436Z | Done (0.000s) |
159 | 2023-11-10T18:09:24.142Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-11-10T18:09:24.437Z | Planning: Checking for conflicting actions ... Done |
161 | 2023-11-10T18:09:24.442Z | Planning: Consolidating action changes ... Done |
162 | 2023-11-10T18:09:24.885Z | Planning: Evaluating mediators ... Done |
163 | 2023-11-10T18:09:24.902Z | Planning: Planning completed in 0.74 seconds |
164 | 2023-11-10T18:09:24.939Z | Mediators to change: 2 |
165 | 2023-11-10T18:09:24.948Z | Create boot environment: No |
166 | 2023-11-10T18:09:24.954Z | Create backup boot environment: No |
167 | 2023-11-10T18:09:25.033Z | Done |
168 | 2023-11-10T18:09:25.036Z | Done |
169 | 2023-11-10T18:09:25.167Z | Done |
170 | 2023-11-10T18:09:31.190Z | Done |
171 | 2023-11-10T18:09:31.315Z | Done |
172 | 2023-11-10T18:09:31.319Z | Done |
173 | 2023-11-10T18:09:31.457Z | Done |
174 | 2023-11-10T18:09:32.489Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-11-10T18:09:32.492Z | Planning: Merging actions ... Done |
176 | 2023-11-10T18:09:32.832Z | Planning: Checking for conflicting actions ... Done |
177 | 2023-11-10T18:09:32.836Z | Planning: Consolidating action changes ... Done |
178 | 2023-11-10T18:09:33.270Z | Planning: Evaluating mediators ... Done |
179 | 2023-11-10T18:09:33.362Z | Planning: Planning completed in 1.32 seconds |
180 | 2023-11-10T18:09:33.424Z | Packages to change: 1 |
181 | 2023-11-10T18:09:33.434Z | Mediators to change: 1 |
182 | 2023-11-10T18:09:33.443Z | Services to change: 1 |
183 | 2023-11-10T18:09:33.455Z | Create boot environment: No |
184 | 2023-11-10T18:09:33.468Z | Create backup boot environment: Yes |
185 | 2023-11-10T18:09:35.298Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2023-11-10T18:09:35.300Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2023-11-10T18:09:35.303Z | Done |
188 | 2023-11-10T18:09:35.306Z | Done |
189 | 2023-11-10T18:09:35.349Z | Done |
190 | 2023-11-10T18:09:41.190Z | Done |
191 | 2023-11-10T18:09:41.314Z | Done |
192 | 2023-11-10T18:09:41.317Z | Done |
193 | 2023-11-10T18:09:41.413Z | Done |
194 | 2023-11-10T18:09:42.089Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2023-11-10T18:09:42.115Z | clang system 15 system |
196 | 2023-11-10T18:09:42.125Z | csh system system illumos |
197 | 2023-11-10T18:09:42.135Z | ctags system system illumos |
198 | 2023-11-10T18:09:42.145Z | gcc vendor 12 vendor |
199 | 2023-11-10T18:09:42.152Z | gcc system 10 system |
200 | 2023-11-10T18:09:42.156Z | gcc system 7 system |
201 | 2023-11-10T18:09:42.158Z | go system 1.20 system |
202 | 2023-11-10T18:09:42.161Z | go system 1.19 system |
203 | 2023-11-10T18:09:42.164Z | llvm system 15 system |
204 | 2023-11-10T18:09:42.167Z | llvm system 14 system |
205 | 2023-11-10T18:09:42.170Z | mariadb system 10.6 system |
206 | 2023-11-10T18:09:42.172Z | mta vendor vendor dma |
207 | 2023-11-10T18:09:42.175Z | openjdk system 17 system |
208 | 2023-11-10T18:09:42.178Z | openjdk system 11 system |
209 | 2023-11-10T18:09:42.181Z | openjdk system 1.8 system |
210 | 2023-11-10T18:09:42.184Z | openssl vendor 3 vendor |
211 | 2023-11-10T18:09:42.186Z | perl system 5.36 system |
212 | 2023-11-10T18:09:42.189Z | postgresql system 15 system |
213 | 2023-11-10T18:09:42.192Z | postgresql system 13 system |
214 | 2023-11-10T18:09:42.195Z | python vendor 3 vendor |
215 | 2023-11-10T18:09:42.198Z | python system 2 system |
216 | 2023-11-10T18:09:42.200Z | python3 system 3.11 system |
217 | 2023-11-10T18:09:42.203Z | ruby system 3.0 system |
218 | 2023-11-10T18:09:42.206Z | words vendor vendor american-english |
219 | 2023-11-10T18:09:42.209Z | words system system australian-english |
220 | 2023-11-10T18:09:42.212Z | words system system british-english |
221 | 2023-11-10T18:09:42.215Z | words system system canadian-english |
222 | 2023-11-10T18:09:42.218Z | words system system french |
223 | 2023-11-10T18:09:42.221Z | words system system italian |
224 | 2023-11-10T18:09:42.224Z | words system system ngerman |
225 | 2023-11-10T18:09:42.227Z | words system system ogerman |
226 | 2023-11-10T18:09:42.231Z | words system system spanish |
227 | 2023-11-10T18:09:42.611Z | FMRI IFO |
228 | 2023-11-10T18:09:42.614Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2023-11-10T18:09:42.617Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2023-11-10T18:09:42.620Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2023-11-10T18:09:42.623Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
232 | 2023-11-10T18:09:42.627Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2023-11-10T18:09:42.635Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
234 | 2023-11-10T18:09:42.685Z | + set -o errexit |
235 | 2023-11-10T18:09:42.691Z | +++ dirname ./tools/ci_download_cockroachdb |
236 | 2023-11-10T18:09:42.701Z | ++ cd ./tools |
237 | 2023-11-10T18:09:42.708Z | ++ pwd |
238 | 2023-11-10T18:09:42.715Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
239 | 2023-11-10T18:09:42.722Z | ++ basename ./tools/ci_download_cockroachdb |
240 | 2023-11-10T18:09:42.735Z | + ARG0=ci_download_cockroachdb |
241 | 2023-11-10T18:09:42.741Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
242 | 2023-11-10T18:09:42.748Z | + CIDL_VERSION=v22.1.9 |
243 | 2023-11-10T18:09:42.754Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
244 | 2023-11-10T18:09:42.762Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
245 | 2023-11-10T18:09:42.769Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
246 | 2023-11-10T18:09:42.776Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-11-10T18:09:42.783Z | + TARGET_DIR=out |
248 | 2023-11-10T18:09:42.792Z | + DOWNLOAD_DIR=out/downloads |
249 | 2023-11-10T18:09:42.798Z | + DEST_DIR=./out/cockroachdb |
250 | 2023-11-10T18:09:42.805Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
251 | 2023-11-10T18:09:42.813Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
252 | 2023-11-10T18:09:42.819Z | + main |
253 | 2023-11-10T18:09:42.828Z | + [[ 0 != 0 ]] |
254 | 2023-11-10T18:09:42.835Z | + CIDL_OS=solaris2.11 |
255 | 2023-11-10T18:09:42.842Z | + [[ 0 != 0 ]] |
256 | 2023-11-10T18:09:42.850Z | + configure_os solaris2.11 |
257 | 2023-11-10T18:09:42.859Z | + echo 'current directory: /work/oxidecomputer/omicron' |
258 | 2023-11-10T18:09:42.894Z | current directory: /work/oxidecomputer/omicron |
259 | 2023-11-10T18:09:42.903Z | + echo 'configuring based on OS: "solaris2.11"' |
260 | 2023-11-10T18:09:42.911Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-10T18:09:42.921Z | + case "$1" in |
262 | 2023-11-10T18:09:42.930Z | + CIDL_BUILD=illumos |
263 | 2023-11-10T18:09:42.946Z | + CIDL_SUFFIX=tar.gz |
264 | 2023-11-10T18:09:43.359Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-11-10T18:09:43.364Z | + CIDL_MD5FUNC=do_md5sum |
266 | 2023-11-10T18:09:43.368Z | + CIDL_URL_BASE=https://illumos.org/downloads |
267 | 2023-11-10T18:09:43.373Z | + CIDL_ASSEMBLE=do_assemble_illumos |
268 | 2023-11-10T18:09:43.386Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
269 | 2023-11-10T18:09:43.806Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-10T18:09:43.809Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-10T18:09:43.812Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
272 | 2023-11-10T18:09:43.815Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-10T18:09:43.818Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-11-10T18:09:43.821Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-10T18:09:43.824Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-10T18:09:43.826Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-10T18:09:43.829Z | + mkdir -p out/downloads |
278 | 2023-11-10T18:09:43.832Z | + mkdir -p ./out/cockroachdb |
279 | 2023-11-10T18:09:43.835Z | + local DO_DOWNLOAD=true |
280 | 2023-11-10T18:09:43.838Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
281 | 2023-11-10T18:09:43.840Z | + '[' true == true ']' |
282 | 2023-11-10T18:09:43.843Z | + echo Downloading... |
283 | 2023-11-10T18:09:43.846Z | Downloading... |
284 | 2023-11-10T18:09:43.848Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-10T18:09:43.851Z | + 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 |
286 | 2023-11-10T18:09:45.653Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-10T18:09:45.662Z | ++ md5sum |
288 | 2023-11-10T18:09:45.669Z | ++ awk '{print $1}' |
289 | 2023-11-10T18:09:45.843Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
290 | 2023-11-10T18:09:45.849Z | + [[ 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 ]] |
291 | 2023-11-10T18:09:45.857Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-10T18:09:45.868Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
293 | 2023-11-10T18:09:49.444Z | + do_assemble_illumos |
294 | 2023-11-10T18:09:49.454Z | + rm -r ./out/cockroachdb |
295 | 2023-11-10T18:09:49.457Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
296 | 2023-11-10T18:09:50.078Z | + ./out/cockroachdb/bin/cockroach version |
297 | 2023-11-10T18:09:50.449Z | Build Tag: v22.1.9-dirty |
298 | 2023-11-10T18:09:50.453Z | Build Time: 2022/10/26 21:17:46 |
299 | 2023-11-10T18:09:50.458Z | Distribution: OSS |
300 | 2023-11-10T18:09:50.463Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
301 | 2023-11-10T18:09:50.469Z | Go Version: go1.17.13 |
302 | 2023-11-10T18:09:50.474Z | C Compiler: gcc 10.3.0 |
303 | 2023-11-10T18:09:50.481Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
304 | 2023-11-10T18:09:50.493Z | Build Type: release |
305 | 2023-11-10T18:09:50.515Z | + set -o errexit |
306 | 2023-11-10T18:09:50.527Z | +++ dirname ./tools/ci_download_clickhouse |
307 | 2023-11-10T18:09:50.538Z | ++ cd ./tools |
308 | 2023-11-10T18:09:50.546Z | ++ pwd |
309 | 2023-11-10T18:09:50.555Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
310 | 2023-11-10T18:09:50.561Z | ++ basename ./tools/ci_download_clickhouse |
311 | 2023-11-10T18:09:50.571Z | + ARG0=ci_download_clickhouse |
312 | 2023-11-10T18:09:50.583Z | + TARGET_DIR=out |
313 | 2023-11-10T18:09:50.590Z | + DOWNLOAD_DIR=out/downloads |
314 | 2023-11-10T18:09:50.598Z | + DEST_DIR=./out/clickhouse |
315 | 2023-11-10T18:09:50.606Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2023-11-10T18:09:50.613Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2023-11-10T18:09:50.617Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2023-11-10T18:09:50.622Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2023-11-10T18:09:50.626Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-11-10T18:09:50.631Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2023-11-10T18:09:50.639Z | + main |
322 | 2023-11-10T18:09:50.646Z | + [[ 0 != 0 ]] |
323 | 2023-11-10T18:09:50.656Z | + CIDL_OS=solaris2.11 |
324 | 2023-11-10T18:09:50.661Z | + [[ 0 != 0 ]] |
325 | 2023-11-10T18:09:50.665Z | + configure_os solaris2.11 |
326 | 2023-11-10T18:09:50.669Z | current directory: /work/oxidecomputer/omicron |
327 | 2023-11-10T18:09:50.673Z | configuring based on OS: "solaris2.11" |
328 | 2023-11-10T18:09:50.678Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2023-11-10T18:09:50.682Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2023-11-10T18:09:50.687Z | + CIDL_DASHREV= |
331 | 2023-11-10T18:09:50.694Z | + case "$1" in |
332 | 2023-11-10T18:09:50.700Z | + CIDL_PLATFORM=illumos |
333 | 2023-11-10T18:09:50.707Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
334 | 2023-11-10T18:09:50.715Z | + CIDL_MD5FUNC=do_md5sum |
335 | 2023-11-10T18:09:50.719Z | + CIDL_DASHREV=-1 |
336 | 2023-11-10T18:09:50.724Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
337 | 2023-11-10T18:09:50.735Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-10T18:09:50.746Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-10T18:09:50.756Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-10T18:09:50.765Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-10T18:09:50.782Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-10T18:09:50.795Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-10T18:09:50.812Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-10T18:09:51.231Z | + mkdir -p out/downloads |
345 | 2023-11-10T18:09:51.236Z | + mkdir -p ./out/clickhouse |
346 | 2023-11-10T18:09:51.247Z | + local DO_DOWNLOAD=true |
347 | 2023-11-10T18:09:51.256Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
348 | 2023-11-10T18:09:51.261Z | + '[' true == true ']' |
349 | 2023-11-10T18:09:51.265Z | + echo Downloading... |
350 | 2023-11-10T18:09:51.269Z | Downloading... |
351 | 2023-11-10T18:09:51.273Z | + 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 |
352 | 2023-11-10T18:09:51.282Z | + 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 |
353 | 2023-11-10T18:09:51.861Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-11-10T18:09:51.870Z | ++ md5sum |
355 | 2023-11-10T18:09:51.880Z | ++ awk '{print $1}' |
356 | 2023-11-10T18:09:52.121Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2023-11-10T18:09:52.132Z | + [[ 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 ]] |
358 | 2023-11-10T18:09:52.147Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
359 | 2023-11-10T18:09:52.165Z | + mkdir -p ./out/clickhouse |
360 | 2023-11-10T18:09:52.182Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
361 | 2023-11-10T18:09:57.197Z | + ./out/clickhouse/clickhouse server --version |
362 | 2023-11-10T18:09:57.258Z | ClickHouse server version 22.8.9.1. |
363 | 2023-11-10T18:09:57.276Z | + set -o errexit |
364 | 2023-11-10T18:09:57.287Z | +++ dirname ./tools/ci_download_console |
365 | 2023-11-10T18:09:57.298Z | ++ cd ./tools |
366 | 2023-11-10T18:09:57.302Z | ++ pwd |
367 | 2023-11-10T18:09:57.308Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
368 | 2023-11-10T18:09:57.313Z | ++ basename ./tools/ci_download_console |
369 | 2023-11-10T18:09:57.317Z | + ARG0=ci_download_console |
370 | 2023-11-10T18:09:57.330Z | + TARGET_DIR=out |
371 | 2023-11-10T18:09:57.342Z | + DOWNLOAD_DIR=out/downloads |
372 | 2023-11-10T18:09:57.346Z | + DEST_DIR=./out/console-assets |
373 | 2023-11-10T18:09:57.354Z | + source /work/oxidecomputer/omicron/tools/console_version |
374 | 2023-11-10T18:09:57.360Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
375 | 2023-11-10T18:09:57.367Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
376 | 2023-11-10T18:09:57.378Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
377 | 2023-11-10T18:09:57.387Z | + TARBALL_FILE=out/downloads/console.tar.gz |
378 | 2023-11-10T18:09:57.396Z | + main |
379 | 2023-11-10T18:09:57.400Z | + [[ 0 != 0 ]] |
380 | 2023-11-10T18:09:57.404Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
381 | 2023-11-10T18:09:57.407Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
382 | 2023-11-10T18:09:57.410Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2023-11-10T18:09:57.412Z | Local file: out/downloads/console.tar.gz |
384 | 2023-11-10T18:09:57.415Z | + local DO_DOWNLOAD=true |
385 | 2023-11-10T18:09:57.418Z | + [[ -f out/downloads/console.tar.gz ]] |
386 | 2023-11-10T18:09:57.421Z | + mkdir -p out/downloads |
387 | 2023-11-10T18:09:57.425Z | + '[' true == true ']' |
388 | 2023-11-10T18:09:57.427Z | + echo Downloading... |
389 | 2023-11-10T18:09:57.430Z | Downloading... |
390 | 2023-11-10T18:09:57.433Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
391 | 2023-11-10T18:09:57.436Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
392 | 2023-11-10T18:09:57.908Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2023-11-10T18:09:57.914Z | ++ case "$OSTYPE" in |
394 | 2023-11-10T18:09:57.922Z | ++ SHA=sha256sum |
395 | 2023-11-10T18:09:57.931Z | ++ sha256sum |
396 | 2023-11-10T18:09:57.935Z | ++ awk '{print $1}' |
397 | 2023-11-10T18:09:57.940Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-10T18:09:57.946Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
399 | 2023-11-10T18:09:57.952Z | + rm -rf ./out/console-assets |
400 | 2023-11-10T18:09:57.957Z | + mkdir -p ./out/console-assets |
401 | 2023-11-10T18:09:57.960Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2023-11-10T18:09:57.963Z | + mkdir -p ./out/console-assets |
403 | 2023-11-10T18:09:57.966Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2023-11-10T18:09:58.087Z | + set -o errexit |
405 | 2023-11-10T18:09:58.090Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2023-11-10T18:09:58.094Z | ++ cd ./tools |
407 | 2023-11-10T18:09:58.097Z | ++ pwd |
408 | 2023-11-10T18:09:58.101Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2023-11-10T18:09:58.106Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2023-11-10T18:09:58.111Z | + ARG0=ci_download_maghemite_openapi |
411 | 2023-11-10T18:09:58.528Z | + TARGET_DIR=out |
412 | 2023-11-10T18:09:58.543Z | + DOWNLOAD_DIR=out/downloads |
413 | 2023-11-10T18:09:58.554Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
414 | 2023-11-10T18:09:58.571Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
415 | 2023-11-10T18:09:58.990Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
416 | 2023-11-10T18:09:58.995Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
417 | 2023-11-10T18:09:59.007Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
418 | 2023-11-10T18:09:59.021Z | + main |
419 | 2023-11-10T18:09:59.035Z | + [[ 0 != 0 ]] |
420 | 2023-11-10T18:09:59.043Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
421 | 2023-11-10T18:09:59.051Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
422 | 2023-11-10T18:09:59.060Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
423 | 2023-11-10T18:09:59.068Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
424 | 2023-11-10T18:09:59.071Z | + local DO_DOWNLOAD=true |
425 | 2023-11-10T18:09:59.074Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
426 | 2023-11-10T18:09:59.076Z | + mkdir -p out/downloads |
427 | 2023-11-10T18:09:59.079Z | + '[' true == true ']' |
428 | 2023-11-10T18:09:59.082Z | + echo Downloading... |
429 | 2023-11-10T18:09:59.084Z | Downloading... |
430 | 2023-11-10T18:09:59.087Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
431 | 2023-11-10T18:09:59.090Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
432 | 2023-11-10T18:09:59.093Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
433 | 2023-11-10T18:09:59.096Z | ++ case "$OSTYPE" in |
434 | 2023-11-10T18:09:59.098Z | ++ SHA=sha256sum |
435 | 2023-11-10T18:09:59.101Z | ++ sha256sum |
436 | 2023-11-10T18:09:59.105Z | ++ awk '{print $1}' |
437 | 2023-11-10T18:09:59.110Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-10T18:09:59.115Z | + [[ 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 ]] |
439 | 2023-11-10T18:09:59.118Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2023-11-10T18:09:59.122Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
441 | 2023-11-10T18:09:59.126Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
442 | 2023-11-10T18:09:59.130Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
443 | 2023-11-10T18:09:59.134Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
444 | 2023-11-10T18:09:59.138Z | + main |
445 | 2023-11-10T18:09:59.140Z | + [[ 0 != 0 ]] |
446 | 2023-11-10T18:09:59.143Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
447 | 2023-11-10T18:09:59.146Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
448 | 2023-11-10T18:09:59.148Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
449 | 2023-11-10T18:09:59.151Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
450 | 2023-11-10T18:09:59.154Z | + local DO_DOWNLOAD=true |
451 | 2023-11-10T18:09:59.159Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
452 | 2023-11-10T18:09:59.168Z | + mkdir -p out/downloads |
453 | 2023-11-10T18:09:59.181Z | + '[' true == true ']' |
454 | 2023-11-10T18:09:59.192Z | + echo Downloading... |
455 | 2023-11-10T18:09:59.202Z | Downloading... |
456 | 2023-11-10T18:09:59.206Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
457 | 2023-11-10T18:09:59.212Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
458 | 2023-11-10T18:09:59.217Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
459 | 2023-11-10T18:09:59.224Z | ++ case "$OSTYPE" in |
460 | 2023-11-10T18:09:59.227Z | ++ SHA=sha256sum |
461 | 2023-11-10T18:09:59.230Z | ++ sha256sum |
462 | 2023-11-10T18:09:59.234Z | ++ awk '{print $1}' |
463 | 2023-11-10T18:09:59.237Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
464 | 2023-11-10T18:09:59.240Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
465 | 2023-11-10T18:09:59.243Z | + set -o errexit |
466 | 2023-11-10T18:09:59.246Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2023-11-10T18:09:59.248Z | ++ cd ./tools |
468 | 2023-11-10T18:09:59.251Z | ++ pwd |
469 | 2023-11-10T18:09:59.255Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2023-11-10T18:09:59.261Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2023-11-10T18:09:59.265Z | + ARG0=ci_download_dendrite_openapi |
472 | 2023-11-10T18:09:59.269Z | + TARGET_DIR=out |
473 | 2023-11-10T18:09:59.274Z | + DOWNLOAD_DIR=out/downloads |
474 | 2023-11-10T18:09:59.277Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2023-11-10T18:09:59.280Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
476 | 2023-11-10T18:09:59.283Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
477 | 2023-11-10T18:09:59.286Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
478 | 2023-11-10T18:09:59.288Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
479 | 2023-11-10T18:09:59.292Z | + main |
480 | 2023-11-10T18:09:59.295Z | + [[ 0 != 0 ]] |
481 | 2023-11-10T18:09:59.298Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
482 | 2023-11-10T18:09:59.301Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
483 | 2023-11-10T18:09:59.304Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
484 | 2023-11-10T18:09:59.307Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
485 | 2023-11-10T18:09:59.310Z | Downloading... |
486 | 2023-11-10T18:09:59.314Z | + local DO_DOWNLOAD=true |
487 | 2023-11-10T18:09:59.317Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
488 | 2023-11-10T18:09:59.320Z | + mkdir -p out/downloads |
489 | 2023-11-10T18:09:59.324Z | + '[' true == true ']' |
490 | 2023-11-10T18:09:59.327Z | + echo Downloading... |
491 | 2023-11-10T18:09:59.330Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
492 | 2023-11-10T18:09:59.333Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
493 | 2023-11-10T18:09:59.335Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
494 | 2023-11-10T18:09:59.339Z | ++ case "$OSTYPE" in |
495 | 2023-11-10T18:09:59.343Z | ++ SHA=sha256sum |
496 | 2023-11-10T18:09:59.345Z | ++ sha256sum |
497 | 2023-11-10T18:09:59.349Z | ++ awk '{print $1}' |
498 | 2023-11-10T18:09:59.352Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
499 | 2023-11-10T18:09:59.354Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
500 | 2023-11-10T18:09:59.357Z | + set -o errexit |
501 | 2023-11-10T18:09:59.360Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2023-11-10T18:09:59.363Z | ++ cd ./tools |
503 | 2023-11-10T18:09:59.366Z | ++ pwd |
504 | 2023-11-10T18:09:59.370Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2023-11-10T18:09:59.372Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2023-11-10T18:09:59.375Z | + ARG0=ci_download_dendrite_stub |
507 | 2023-11-10T18:09:59.378Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2023-11-10T18:09:59.381Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
509 | 2023-11-10T18:09:59.384Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
510 | 2023-11-10T18:09:59.386Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
511 | 2023-11-10T18:09:59.389Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2023-11-10T18:09:59.392Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
513 | 2023-11-10T18:09:59.395Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
514 | 2023-11-10T18:09:59.398Z | + TARGET_DIR=out |
515 | 2023-11-10T18:09:59.401Z | + DOWNLOAD_DIR=out/downloads |
516 | 2023-11-10T18:09:59.404Z | + DEST_DIR=./out/dendrite-stub |
517 | 2023-11-10T18:09:59.407Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2023-11-10T18:09:59.410Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2023-11-10T18:09:59.415Z | + REPO=oxidecomputer/dendrite |
520 | 2023-11-10T18:09:59.420Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
521 | 2023-11-10T18:09:59.423Z | + main |
522 | 2023-11-10T18:09:59.428Z | + [[ 0 != 0 ]] |
523 | 2023-11-10T18:09:59.435Z | + CIDL_OS=solaris2.11 |
524 | 2023-11-10T18:09:59.443Z | + [[ 0 != 0 ]] |
525 | 2023-11-10T18:09:59.460Z | + configure_os solaris2.11 |
526 | 2023-11-10T18:09:59.474Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2023-11-10T18:09:59.488Z | current directory: /work/oxidecomputer/omicron |
528 | 2023-11-10T18:09:59.512Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2023-11-10T18:09:59.929Z | configuring based on OS: "solaris2.11" |
530 | 2023-11-10T18:09:59.932Z | + case "$1" in |
531 | 2023-11-10T18:09:59.939Z | + SET_BINARIES= |
532 | 2023-11-10T18:09:59.948Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
533 | 2023-11-10T18:09:59.961Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2023-11-10T18:09:59.969Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2023-11-10T18:09:59.974Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
536 | 2023-11-10T18:10:00.396Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-10T18:10:00.401Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
538 | 2023-11-10T18:10:00.407Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
539 | 2023-11-10T18:10:00.411Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2023-11-10T18:10:00.414Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-10T18:10:00.419Z | + mkdir -p out/downloads |
542 | 2023-11-10T18:10:00.429Z | + mkdir -p ./out/dendrite-stub |
543 | 2023-11-10T18:10:00.436Z | + fetch_and_verify |
544 | 2023-11-10T18:10:00.452Z | + local DO_DOWNLOAD=true |
545 | 2023-11-10T18:10:00.473Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2023-11-10T18:10:00.510Z | + '[' true == true ']' |
547 | 2023-11-10T18:10:00.933Z | + echo Downloading... |
548 | 2023-11-10T18:10:00.940Z | Downloading... |
549 | 2023-11-10T18:10:00.947Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2023-11-10T18:10:00.958Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
551 | 2023-11-10T18:10:07.600Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-10T18:10:07.613Z | ++ sha256sum |
553 | 2023-11-10T18:10:07.625Z | ++ awk '{print $1}' |
554 | 2023-11-10T18:10:07.699Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
555 | 2023-11-10T18:10:07.708Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
556 | 2023-11-10T18:10:07.716Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-10T18:10:07.736Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2023-11-10T18:10:08.641Z | + do_assemble |
559 | 2023-11-10T18:10:08.646Z | + rm -r ./out/dendrite-stub |
560 | 2023-11-10T18:10:08.650Z | + mkdir ./out/dendrite-stub |
561 | 2023-11-10T18:10:08.662Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2023-11-10T18:10:08.778Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2023-11-10T18:10:08.790Z | + set -o errexit |
564 | 2023-11-10T18:10:08.795Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2023-11-10T18:10:08.800Z | ++ cd ./tools |
566 | 2023-11-10T18:10:08.804Z | ++ pwd |
567 | 2023-11-10T18:10:08.807Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2023-11-10T18:10:08.810Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2023-11-10T18:10:08.813Z | + ARG0=ci_download_maghemite_mgd |
570 | 2023-11-10T18:10:08.817Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2023-11-10T18:10:08.824Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
572 | 2023-11-10T18:10:08.828Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
573 | 2023-11-10T18:10:08.833Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2023-11-10T18:10:08.836Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
575 | 2023-11-10T18:10:08.839Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
576 | 2023-11-10T18:10:08.842Z | + TARGET_DIR=out |
577 | 2023-11-10T18:10:08.845Z | + DOWNLOAD_DIR=out/downloads |
578 | 2023-11-10T18:10:08.848Z | + DEST_DIR=./out/mgd |
579 | 2023-11-10T18:10:08.851Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2023-11-10T18:10:08.854Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2023-11-10T18:10:08.859Z | + REPO=oxidecomputer/maghemite |
582 | 2023-11-10T18:10:08.862Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
583 | 2023-11-10T18:10:08.865Z | + main |
584 | 2023-11-10T18:10:08.868Z | + [[ 0 != 0 ]] |
585 | 2023-11-10T18:10:08.873Z | + CIDL_OS=solaris2.11 |
586 | 2023-11-10T18:10:08.876Z | + [[ 0 != 0 ]] |
587 | 2023-11-10T18:10:08.879Z | + configure_os solaris2.11 |
588 | 2023-11-10T18:10:08.882Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2023-11-10T18:10:08.886Z | current directory: /work/oxidecomputer/omicron |
590 | 2023-11-10T18:10:08.888Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2023-11-10T18:10:08.892Z | configuring based on OS: "solaris2.11" |
592 | 2023-11-10T18:10:08.895Z | + case "$1" in |
593 | 2023-11-10T18:10:08.898Z | + SET_BINARIES= |
594 | 2023-11-10T18:10:08.901Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2023-11-10T18:10:08.904Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2023-11-10T18:10:08.908Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
597 | 2023-11-10T18:10:08.911Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2023-11-10T18:10:08.916Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
599 | 2023-11-10T18:10:08.919Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
600 | 2023-11-10T18:10:08.922Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
601 | 2023-11-10T18:10:08.925Z | Local file: out/downloads/mgd.tar.gz |
602 | 2023-11-10T18:10:08.928Z | + mkdir -p out/downloads |
603 | 2023-11-10T18:10:08.931Z | + mkdir -p ./out/mgd |
604 | 2023-11-10T18:10:08.935Z | + fetch_and_verify |
605 | 2023-11-10T18:10:08.947Z | + local DO_DOWNLOAD=true |
606 | 2023-11-10T18:10:09.368Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2023-11-10T18:10:09.381Z | + '[' true == true ']' |
608 | 2023-11-10T18:10:09.399Z | + echo Downloading... |
609 | 2023-11-10T18:10:09.411Z | Downloading... |
610 | 2023-11-10T18:10:09.426Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2023-11-10T18:10:09.442Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
612 | 2023-11-10T18:10:14.648Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2023-11-10T18:10:14.651Z | ++ sha256sum |
614 | 2023-11-10T18:10:14.654Z | ++ awk '{print $1}' |
615 | 2023-11-10T18:10:14.725Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
616 | 2023-11-10T18:10:14.729Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
617 | 2023-11-10T18:10:14.731Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2023-11-10T18:10:14.734Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2023-11-10T18:10:15.425Z | + do_assemble |
620 | 2023-11-10T18:10:15.428Z | + rm -r ./out/mgd |
621 | 2023-11-10T18:10:15.431Z | + mkdir ./out/mgd |
622 | 2023-11-10T18:10:15.434Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2023-11-10T18:10:15.634Z | + set -o errexit |
624 | 2023-11-10T18:10:15.638Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2023-11-10T18:10:15.675Z | ++ cd ./tools |
626 | 2023-11-10T18:10:15.679Z | ++ pwd |
627 | 2023-11-10T18:10:15.683Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2023-11-10T18:10:15.686Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2023-11-10T18:10:15.689Z | + ARG0=ci_download_transceiver_control |
630 | 2023-11-10T18:10:15.692Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2023-11-10T18:10:15.695Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2023-11-10T18:10:15.698Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2023-11-10T18:10:15.702Z | + TARGET_DIR=out |
634 | 2023-11-10T18:10:15.705Z | + DOWNLOAD_DIR=out/downloads |
635 | 2023-11-10T18:10:15.710Z | + DEST_DIR=./out/transceiver-control |
636 | 2023-11-10T18:10:15.718Z | + BIN_DIR=/opt/oxide/bin |
637 | 2023-11-10T18:10:15.724Z | + BINARY=xcvradm |
638 | 2023-11-10T18:10:15.730Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2023-11-10T18:10:15.736Z | + REPO=oxidecomputer/transceiver-control |
640 | 2023-11-10T18:10:15.744Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-11-10T18:10:15.752Z | + main |
642 | 2023-11-10T18:10:15.760Z | + [[ 0 != 0 ]] |
643 | 2023-11-10T18:10:15.769Z | + CIDL_OS=solaris2.11 |
644 | 2023-11-10T18:10:15.781Z | + [[ 0 != 0 ]] |
645 | 2023-11-10T18:10:15.789Z | + configure_os solaris2.11 |
646 | 2023-11-10T18:10:15.798Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2023-11-10T18:10:15.805Z | current directory: /work/oxidecomputer/omicron |
648 | 2023-11-10T18:10:15.813Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2023-11-10T18:10:15.822Z | configuring based on OS: "solaris2.11" |
650 | 2023-11-10T18:10:15.831Z | + case "$1" in |
651 | 2023-11-10T18:10:15.840Z | + SET_BINARIES= |
652 | 2023-11-10T18:10:15.850Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-10T18:10:15.856Z | + CIDL_SHA256FUNC=do_sha256sum |
654 | 2023-11-10T18:10:15.864Z | + ARCHIVE_FILENAME=xcvradm.gz |
655 | 2023-11-10T18:10:15.879Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-10T18:10:15.897Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2023-11-10T18:10:15.909Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2023-11-10T18:10:15.918Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-10T18:10:15.928Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2023-11-10T18:10:15.938Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-11-10T18:10:15.958Z | + mkdir -p out/downloads |
662 | 2023-11-10T18:10:15.969Z | + mkdir -p ./out/transceiver-control |
663 | 2023-11-10T18:10:15.974Z | + fetch_and_verify |
664 | 2023-11-10T18:10:15.981Z | + local DO_DOWNLOAD=true |
665 | 2023-11-10T18:10:15.985Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2023-11-10T18:10:15.989Z | + '[' true == true ']' |
667 | 2023-11-10T18:10:15.994Z | + echo Downloading... |
668 | 2023-11-10T18:10:15.998Z | Downloading... |
669 | 2023-11-10T18:10:16.003Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2023-11-10T18:10:16.013Z | + 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 |
671 | 2023-11-10T18:10:18.520Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2023-11-10T18:10:18.528Z | ++ sha256sum |
673 | 2023-11-10T18:10:18.539Z | ++ awk '{print $1}' |
674 | 2023-11-10T18:10:18.545Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-10T18:10:18.551Z | + [[ 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 ]] |
676 | 2023-11-10T18:10:18.561Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2023-11-10T18:10:18.573Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2023-11-10T18:10:18.578Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2023-11-10T18:10:18.733Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2023-11-10T18:10:18.737Z | + do_assemble |
681 | 2023-11-10T18:10:18.787Z | + rm -r ./out/transceiver-control |
682 | 2023-11-10T18:10:18.795Z | + mkdir ./out/transceiver-control |
683 | 2023-11-10T18:10:18.814Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2023-11-10T18:10:18.968Z | All prerequisites installed successfully |
685 | 2023-11-10T18:10:18.976Z | |
686 | 2023-11-10T18:10:18.982Z | real 1:59.011973269 |
687 | 2023-11-10T18:10:18.989Z | user 52.957617860 |
688 | 2023-11-10T18:10:18.993Z | sys 10.598340127 |
689 | 2023-11-10T18:10:18.998Z | trap 0.024482635 |
690 | 2023-11-10T18:10:19.010Z | tflt 0.229980894 |
691 | 2023-11-10T18:10:19.014Z | dflt 0.567723094 |
692 | 2023-11-10T18:10:19.022Z | kflt 0.149902559 |
693 | 2023-11-10T18:10:19.025Z | lock 2.227083508 |
694 | 2023-11-10T18:10:19.029Z | slp 3:38.827642070 |
695 | 2023-11-10T18:10:19.032Z | lat 4.191734935 |
696 | 2023-11-10T18:10:19.039Z | stop 0.085328411 |
697 | 2023-11-10T18:10:19.043Z | + ptime -m ./tools/ci_download_softnpu_machinery |
698 | 2023-11-10T18:10:19.047Z | fetching npuzone |
699 | 2023-11-10T18:10:19.059Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
700 | 2023-11-10T18:10:19.064Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
701 | 2023-11-10T18:10:19.073Z | Getting hash for npuzone |
702 | 2023-11-10T18:10:19.132Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
703 | 2023-11-10T18:10:25.240Z | npuzone downloaded successfully |
704 | 2023-11-10T18:10:25.244Z | |
705 | 2023-11-10T18:10:25.248Z | real 6.276264114 |
706 | 2023-11-10T18:10:25.251Z | user 0.607281725 |
707 | 2023-11-10T18:10:25.253Z | sys 0.182987397 |
708 | 2023-11-10T18:10:25.256Z | trap 0.000544032 |
709 | 2023-11-10T18:10:25.260Z | tflt 0.000000000 |
710 | 2023-11-10T18:10:25.262Z | dflt 0.000000000 |
711 | 2023-11-10T18:10:25.265Z | kflt 0.000000000 |
712 | 2023-11-10T18:10:25.267Z | lock 0.000000000 |
713 | 2023-11-10T18:10:25.270Z | slp 17.772849879 |
714 | 2023-11-10T18:10:25.273Z | lat 0.229651265 |
715 | 2023-11-10T18:10:25.276Z | stop 0.000264100 |
716 | 2023-11-10T18:10:25.278Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
717 | 2023-11-10T18:10:25.580Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
718 | 2023-11-10T18:10:25.977Z | Updating crates.io index |
719 | 2023-11-10T18:10:26.010Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
720 | 2023-11-10T18:10:26.849Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
721 | 2023-11-10T18:10:28.689Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
722 | 2023-11-10T18:10:29.292Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
723 | 2023-11-10T18:10:29.598Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
724 | 2023-11-10T18:10:29.890Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
725 | 2023-11-10T18:10:30.193Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
726 | 2023-11-10T18:10:31.110Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
727 | 2023-11-10T18:10:33.071Z | Updating git repository `https://github.com/oxidecomputer/opte` |
728 | 2023-11-10T18:10:34.094Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
729 | 2023-11-10T18:10:34.444Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
730 | 2023-11-10T18:10:34.805Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
731 | 2023-11-10T18:10:35.361Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
732 | 2023-11-10T18:10:35.705Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
733 | 2023-11-10T18:10:36.171Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
734 | 2023-11-10T18:10:36.502Z | Updating git repository `https://github.com/njaremko/samael` |
735 | 2023-11-10T18:10:36.970Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
736 | 2023-11-10T18:10:37.615Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
737 | 2023-11-10T18:10:39.014Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
738 | 2023-11-10T18:10:39.378Z | Updating git repository `https://github.com/jgallagher/nix` |
739 | 2023-11-10T18:10:40.738Z | Updating git repository `https://github.com/cbiffle/hubpack` |
740 | 2023-11-10T18:10:41.241Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
741 | 2023-11-10T18:10:49.620Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
742 | 2023-11-10T18:10:50.082Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2023-11-10T18:10:51.503Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2023-11-10T18:10:51.506Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2023-11-10T18:10:51.758Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2023-11-10T18:10:53.510Z | Downloading crates ... |
747 | 2023-11-10T18:10:53.732Z | Downloaded addr2line v0.21.0 |
748 | 2023-11-10T18:10:53.751Z | Downloaded bitstruct v0.1.1 |
749 | 2023-11-10T18:10:53.759Z | Downloaded bitflags v1.3.2 |
750 | 2023-11-10T18:10:53.768Z | Downloaded httpdate v1.0.3 |
751 | 2023-11-10T18:10:53.772Z | Downloaded backoff v0.4.0 |
752 | 2023-11-10T18:10:53.775Z | Downloaded bytes v1.5.0 |
753 | 2023-11-10T18:10:53.782Z | Downloaded heck v0.4.1 |
754 | 2023-11-10T18:10:53.787Z | Downloaded rusqlite v0.29.0 |
755 | 2023-11-10T18:10:53.802Z | Downloaded hubpack v0.1.2 |
756 | 2023-11-10T18:10:53.805Z | Downloaded cipher v0.4.4 |
757 | 2023-11-10T18:10:53.809Z | Downloaded match_cfg v0.1.0 |
758 | 2023-11-10T18:10:53.813Z | Downloaded colored v2.0.4 |
759 | 2023-11-10T18:10:53.829Z | Downloaded highway v1.1.0 |
760 | 2023-11-10T18:10:53.834Z | Downloaded http v0.2.9 |
761 | 2023-11-10T18:10:53.838Z | Downloaded cassowary v0.3.0 |
762 | 2023-11-10T18:10:53.842Z | Downloaded cexpr v0.6.0 |
763 | 2023-11-10T18:10:53.846Z | Downloaded block-padding v0.3.3 |
764 | 2023-11-10T18:10:53.853Z | Downloaded bcs v0.1.6 |
765 | 2023-11-10T18:10:53.859Z | Downloaded http-range v0.1.5 |
766 | 2023-11-10T18:10:53.865Z | Downloaded atty v0.2.14 |
767 | 2023-11-10T18:10:53.868Z | Downloaded async-stream v0.3.5 |
768 | 2023-11-10T18:10:53.872Z | Downloaded lru-cache v0.1.2 |
769 | 2023-11-10T18:10:53.875Z | Downloaded newtype_derive v0.1.6 |
770 | 2023-11-10T18:10:53.880Z | Downloaded bit-vec v0.6.3 |
771 | 2023-11-10T18:10:53.882Z | Downloaded lalrpop-util v0.19.12 |
772 | 2023-11-10T18:10:53.885Z | Downloaded nodrop v0.1.14 |
773 | 2023-11-10T18:10:53.888Z | Downloaded num v0.4.1 |
774 | 2023-11-10T18:10:53.892Z | Downloaded ipnetwork v0.20.0 |
775 | 2023-11-10T18:10:53.895Z | Downloaded impl-trait-for-tuples v0.2.2 |
776 | 2023-11-10T18:10:53.900Z | Downloaded matches v0.1.10 |
777 | 2023-11-10T18:10:53.902Z | Downloaded maplit v1.0.2 |
778 | 2023-11-10T18:10:53.907Z | Downloaded toolchain_find v0.2.0 |
779 | 2023-11-10T18:10:53.910Z | Downloaded time-core v0.1.1 |
780 | 2023-11-10T18:10:53.913Z | Downloaded crossbeam v0.8.2 |
781 | 2023-11-10T18:10:53.917Z | Downloaded bytesize v1.3.0 |
782 | 2023-11-10T18:10:53.920Z | Downloaded libefi-sys v0.1.0 |
783 | 2023-11-10T18:10:53.923Z | Downloaded anstyle-query v1.0.0 |
784 | 2023-11-10T18:10:53.926Z | Downloaded num-complex v0.4.4 |
785 | 2023-11-10T18:10:53.964Z | Downloaded num-iter v0.1.43 |
786 | 2023-11-10T18:10:53.966Z | Downloaded base16ct v0.2.0 |
787 | 2023-11-10T18:10:53.969Z | Downloaded convert_case v0.4.0 |
788 | 2023-11-10T18:10:53.972Z | Downloaded clap_lex v0.5.1 |
789 | 2023-11-10T18:10:53.975Z | Downloaded clap_derive v4.4.2 |
790 | 2023-11-10T18:10:53.978Z | Downloaded num_cpus v1.16.0 |
791 | 2023-11-10T18:10:53.981Z | Downloaded mime_guess v2.0.4 |
792 | 2023-11-10T18:10:53.984Z | Downloaded console v0.15.7 |
793 | 2023-11-10T18:10:53.989Z | Downloaded strsim v0.8.0 |
794 | 2023-11-10T18:10:53.992Z | Downloaded thiserror-impl v1.0.49 |
795 | 2023-11-10T18:10:53.995Z | Downloaded num-derive v0.4.0 |
796 | 2023-11-10T18:10:53.998Z | Downloaded same-file v1.0.6 |
797 | 2023-11-10T18:10:54.002Z | Downloaded tokio-native-tls v0.3.1 |
798 | 2023-11-10T18:10:54.005Z | Downloaded camino v1.1.6 |
799 | 2023-11-10T18:10:54.008Z | Downloaded nu-ansi-term v0.49.0 |
800 | 2023-11-10T18:10:54.010Z | Downloaded num-traits v0.2.16 |
801 | 2023-11-10T18:10:54.013Z | Downloaded native-tls v0.2.11 |
802 | 2023-11-10T18:10:54.016Z | Downloaded ipnet v2.8.0 |
803 | 2023-11-10T18:10:54.018Z | Downloaded num_threads v0.1.6 |
804 | 2023-11-10T18:10:54.021Z | Downloaded io-lifetimes v1.0.11 |
805 | 2023-11-10T18:10:54.024Z | Downloaded managed v0.8.0 |
806 | 2023-11-10T18:10:54.026Z | Downloaded strsim v0.10.0 |
807 | 2023-11-10T18:10:54.029Z | Downloaded strum_macros v0.25.2 |
808 | 2023-11-10T18:10:54.032Z | Downloaded chacha20poly1305 v0.10.1 |
809 | 2023-11-10T18:10:54.035Z | Downloaded foreign-types-shared v0.3.1 |
810 | 2023-11-10T18:10:54.037Z | Downloaded parse-display v0.8.2 |
811 | 2023-11-10T18:10:54.040Z | Downloaded clang-sys v1.6.1 |
812 | 2023-11-10T18:10:54.043Z | Downloaded termcolor v1.2.0 |
813 | 2023-11-10T18:10:54.046Z | Downloaded ringbuffer v0.15.0 |
814 | 2023-11-10T18:10:54.049Z | Downloaded display-error-chain v0.2.0 |
815 | 2023-11-10T18:10:54.052Z | Downloaded doc-comment v0.3.3 |
816 | 2023-11-10T18:10:54.055Z | Downloaded peeking_take_while v0.1.2 |
817 | 2023-11-10T18:10:54.061Z | Downloaded term v0.7.0 |
818 | 2023-11-10T18:10:54.069Z | Downloaded fragile v2.0.0 |
819 | 2023-11-10T18:10:54.084Z | Downloaded utf-8 v0.7.6 |
820 | 2023-11-10T18:10:54.107Z | Downloaded futures-executor v0.3.29 |
821 | 2023-11-10T18:10:54.118Z | Downloaded dtrace-parser v0.1.14 |
822 | 2023-11-10T18:10:54.122Z | Downloaded hmac v0.12.1 |
823 | 2023-11-10T18:10:54.125Z | Downloaded glob v0.3.1 |
824 | 2023-11-10T18:10:54.130Z | Downloaded hash32 v0.2.1 |
825 | 2023-11-10T18:10:54.133Z | Downloaded tabled_derive v0.6.0 |
826 | 2023-11-10T18:10:54.136Z | Downloaded num_enum v0.5.11 |
827 | 2023-11-10T18:10:54.140Z | Downloaded toml v0.5.11 |
828 | 2023-11-10T18:10:54.143Z | Downloaded stringprep v0.1.3 |
829 | 2023-11-10T18:10:54.146Z | Downloaded unicode-xid v0.2.4 |
830 | 2023-11-10T18:10:54.148Z | Downloaded debug-ignore v1.0.5 |
831 | 2023-11-10T18:10:54.151Z | Downloaded tempfile v3.8.0 |
832 | 2023-11-10T18:10:54.155Z | Downloaded openssl-macros v0.1.1 |
833 | 2023-11-10T18:10:54.158Z | Downloaded ena v0.14.2 |
834 | 2023-11-10T18:10:54.160Z | Downloaded ed25519 v1.5.3 |
835 | 2023-11-10T18:10:54.163Z | Downloaded postcard v0.7.3 |
836 | 2023-11-10T18:10:54.166Z | Downloaded rpassword v7.2.0 |
837 | 2023-11-10T18:10:54.169Z | Downloaded signal-hook-registry v1.4.1 |
838 | 2023-11-10T18:10:54.171Z | Downloaded float-cmp v0.9.0 |
839 | 2023-11-10T18:10:54.174Z | Downloaded oso-derive v0.27.0 |
840 | 2023-11-10T18:10:54.177Z | Downloaded path-dedot v3.1.0 |
841 | 2023-11-10T18:10:54.179Z | Downloaded phf_shared v0.11.2 |
842 | 2023-11-10T18:10:54.182Z | Downloaded pkg-config v0.3.27 |
843 | 2023-11-10T18:10:54.184Z | Downloaded predicates-core v1.0.6 |
844 | 2023-11-10T18:10:54.187Z | Downloaded thread_local v1.1.7 |
845 | 2023-11-10T18:10:54.190Z | Downloaded r2d2 v0.8.10 |
846 | 2023-11-10T18:10:54.193Z | Downloaded schemars v0.8.13 |
847 | 2023-11-10T18:10:54.195Z | Downloaded serde-big-array v0.5.1 |
848 | 2023-11-10T18:10:54.198Z | Downloaded path-slash v0.1.5 |
849 | 2023-11-10T18:10:54.201Z | Downloaded parse-display v0.7.0 |
850 | 2023-11-10T18:10:54.204Z | Downloaded fnv v1.0.7 |
851 | 2023-11-10T18:10:54.207Z | Downloaded topological-sort v0.2.2 |
852 | 2023-11-10T18:10:54.209Z | Downloaded der_derive v0.7.2 |
853 | 2023-11-10T18:10:54.212Z | Downloaded ron v0.8.1 |
854 | 2023-11-10T18:10:54.215Z | Downloaded olpc-cjson v0.1.3 |
855 | 2023-11-10T18:10:54.218Z | Downloaded test-strategy v0.3.1 |
856 | 2023-11-10T18:10:54.221Z | Downloaded precomputed-hash v0.1.1 |
857 | 2023-11-10T18:10:54.232Z | Downloaded tinyvec_macros v0.1.1 |
858 | 2023-11-10T18:10:54.237Z | Downloaded termtree v0.4.1 |
859 | 2023-11-10T18:10:54.239Z | Downloaded radium v0.7.0 |
860 | 2023-11-10T18:10:54.242Z | Downloaded form_urlencoded v1.2.0 |
861 | 2023-11-10T18:10:54.245Z | Downloaded predicates v2.1.5 |
862 | 2023-11-10T18:10:54.248Z | Downloaded rand_chacha v0.3.1 |
863 | 2023-11-10T18:10:54.251Z | Downloaded darling_macro v0.14.4 |
864 | 2023-11-10T18:10:54.253Z | Downloaded difflib v0.4.0 |
865 | 2023-11-10T18:10:54.256Z | Downloaded mio v0.8.8 |
866 | 2023-11-10T18:10:54.259Z | Downloaded pest_generator v2.7.2 |
867 | 2023-11-10T18:10:54.261Z | Downloaded slog-term v2.9.0 |
868 | 2023-11-10T18:10:54.264Z | Downloaded ff v0.13.0 |
869 | 2023-11-10T18:10:54.267Z | Downloaded try-lock v0.2.4 |
870 | 2023-11-10T18:10:54.269Z | Downloaded curve25519-dalek-derive v0.1.0 |
871 | 2023-11-10T18:10:54.272Z | Downloaded rustc-hash v1.1.0 |
872 | 2023-11-10T18:10:54.274Z | Downloaded parking_lot v0.12.1 |
873 | 2023-11-10T18:10:54.277Z | Downloaded slog-scope v4.4.0 |
874 | 2023-11-10T18:10:54.280Z | Downloaded slog-json v2.6.1 |
875 | 2023-11-10T18:10:54.283Z | Downloaded unicode-linebreak v0.1.5 |
876 | 2023-11-10T18:10:54.286Z | Downloaded funty v2.0.0 |
877 | 2023-11-10T18:10:54.288Z | Downloaded termios v0.3.3 |
878 | 2023-11-10T18:10:54.291Z | Downloaded futures v0.3.29 |
879 | 2023-11-10T18:10:54.294Z | Downloaded usdt-attr-macro v0.3.5 |
880 | 2023-11-10T18:10:54.297Z | Downloaded elliptic-curve v0.13.5 |
881 | 2023-11-10T18:10:54.299Z | Downloaded strum v0.25.0 |
882 | 2023-11-10T18:10:54.302Z | Downloaded path-absolutize v3.1.0 |
883 | 2023-11-10T18:10:54.305Z | Downloaded time-macros v0.2.13 |
884 | 2023-11-10T18:10:54.308Z | Downloaded serde_tokenstream v0.1.7 |
885 | 2023-11-10T18:10:54.310Z | Downloaded wyz v0.5.1 |
886 | 2023-11-10T18:10:54.313Z | Downloaded darling_macro v0.20.3 |
887 | 2023-11-10T18:10:54.316Z | Downloaded usdt v0.3.5 |
888 | 2023-11-10T18:10:54.318Z | Downloaded zeroize_derive v1.4.2 |
889 | 2023-11-10T18:10:54.321Z | Downloaded unsafe-libyaml v0.2.9 |
890 | 2023-11-10T18:10:54.324Z | Downloaded headers-core v0.2.0 |
891 | 2023-11-10T18:10:54.327Z | Downloaded pin-utils v0.1.0 |
892 | 2023-11-10T18:10:54.330Z | Downloaded tokio-rustls v0.24.1 |
893 | 2023-11-10T18:10:54.333Z | Downloaded number_prefix v0.4.0 |
894 | 2023-11-10T18:10:54.341Z | Downloaded x509-cert v0.2.4 |
895 | 2023-11-10T18:10:54.343Z | Downloaded opaque-debug v0.3.0 |
896 | 2023-11-10T18:10:54.346Z | Downloaded shlex v1.1.0 |
897 | 2023-11-10T18:10:54.349Z | Downloaded unicode-width v0.1.11 |
898 | 2023-11-10T18:10:54.351Z | Downloaded universal-hash v0.5.1 |
899 | 2023-11-10T18:10:54.354Z | Downloaded proc-macro2 v1.0.67 |
900 | 2023-11-10T18:10:54.357Z | Downloaded signature v2.1.0 |
901 | 2023-11-10T18:10:54.360Z | Downloaded rustc-demangle v0.1.23 |
902 | 2023-11-10T18:10:54.362Z | Downloaded slab v0.4.9 |
903 | 2023-11-10T18:10:54.365Z | Downloaded pkcs1 v0.7.5 |
904 | 2023-11-10T18:10:54.368Z | Downloaded spin v0.5.2 |
905 | 2023-11-10T18:10:54.371Z | Downloaded diff v0.1.13 |
906 | 2023-11-10T18:10:54.374Z | Downloaded serde-hex v0.1.0 |
907 | 2023-11-10T18:10:54.376Z | Downloaded zerocopy v0.6.4 |
908 | 2023-11-10T18:10:54.380Z | Downloaded resolv-conf v0.7.0 |
909 | 2023-11-10T18:10:54.383Z | Downloaded yasna v0.5.2 |
910 | 2023-11-10T18:10:54.386Z | Downloaded crucible-workspace-hack v0.1.0 |
911 | 2023-11-10T18:10:54.389Z | Downloaded semver v0.1.20 |
912 | 2023-11-10T18:10:54.392Z | Downloaded tower-service v0.3.2 |
913 | 2023-11-10T18:10:54.394Z | Downloaded zerocopy v0.3.0 |
914 | 2023-11-10T18:10:54.397Z | Downloaded serde_spanned v0.6.4 |
915 | 2023-11-10T18:10:54.400Z | Downloaded num_enum_derive v0.5.11 |
916 | 2023-11-10T18:10:54.403Z | Downloaded untrusted v0.7.1 |
917 | 2023-11-10T18:10:54.406Z | Downloaded structmeta-derive v0.2.0 |
918 | 2023-11-10T18:10:54.408Z | Downloaded phf v0.11.2 |
919 | 2023-11-10T18:10:54.411Z | Downloaded endian-type v0.1.2 |
920 | 2023-11-10T18:10:54.414Z | Downloaded downcast v0.11.0 |
921 | 2023-11-10T18:10:54.417Z | Downloaded want v0.3.1 |
922 | 2023-11-10T18:10:54.419Z | Downloaded foreign-types-macros v0.2.3 |
923 | 2023-11-10T18:10:54.422Z | Downloaded structmeta v0.1.6 |
924 | 2023-11-10T18:10:54.424Z | Downloaded rustls-native-certs v0.6.3 |
925 | 2023-11-10T18:10:54.427Z | Downloaded strip-ansi-escapes v0.2.0 |
926 | 2023-11-10T18:10:54.430Z | Downloaded snafu-derive v0.7.5 |
927 | 2023-11-10T18:10:54.432Z | Downloaded der v0.7.8 |
928 | 2023-11-10T18:10:54.435Z | Downloaded proc-macro-crate v1.3.1 |
929 | 2023-11-10T18:10:54.438Z | Downloaded rustc_version v0.4.0 |
930 | 2023-11-10T18:10:54.441Z | Downloaded serde_tokenstream v0.2.0 |
931 | 2023-11-10T18:10:54.445Z | Downloaded waitgroup v0.1.2 |
932 | 2023-11-10T18:10:54.447Z | Downloaded foreign-types v0.5.0 |
933 | 2023-11-10T18:10:54.450Z | Downloaded vsss-rs v3.3.1 |
934 | 2023-11-10T18:10:54.452Z | Downloaded unarray v0.1.4 |
935 | 2023-11-10T18:10:54.455Z | Downloaded slog-bunyan v2.4.0 |
936 | 2023-11-10T18:10:54.458Z | Downloaded vte_generate_state_changes v0.1.1 |
937 | 2023-11-10T18:10:54.460Z | Downloaded quick-error v1.2.3 |
938 | 2023-11-10T18:10:54.463Z | Downloaded once_cell v1.18.0 |
939 | 2023-11-10T18:10:54.466Z | Downloaded usdt-impl v0.3.5 |
940 | 2023-11-10T18:10:54.472Z | Downloaded zone_cfg_derive v0.3.0 |
941 | 2023-11-10T18:10:54.475Z | Downloaded percent-encoding v2.3.0 |
942 | 2023-11-10T18:10:54.477Z | Downloaded getopts v0.2.21 |
943 | 2023-11-10T18:10:54.480Z | Downloaded unicase v2.7.0 |
944 | 2023-11-10T18:10:54.485Z | Downloaded pretty-hex v0.3.0 |
945 | 2023-11-10T18:10:54.488Z | Downloaded rand_core v0.6.4 |
946 | 2023-11-10T18:10:54.491Z | Downloaded num_enum_derive v0.7.0 |
947 | 2023-11-10T18:10:54.493Z | Downloaded hkdf v0.12.3 |
948 | 2023-11-10T18:10:54.496Z | Downloaded futures-sink v0.3.29 |
949 | 2023-11-10T18:10:54.501Z | Downloaded secrecy v0.8.0 |
950 | 2023-11-10T18:10:54.513Z | Downloaded postgres-types v0.2.6 |
951 | 2023-11-10T18:10:54.526Z | Downloaded proc-macro-error v1.0.4 |
952 | 2023-11-10T18:10:54.537Z | Downloaded swrite v0.1.0 |
953 | 2023-11-10T18:10:54.546Z | Downloaded either v1.9.0 |
954 | 2023-11-10T18:10:54.550Z | Downloaded tiny-keccak v2.0.2 |
955 | 2023-11-10T18:10:54.556Z | Downloaded futures-core v0.3.29 |
956 | 2023-11-10T18:10:54.559Z | Downloaded futures-macro v0.3.29 |
957 | 2023-11-10T18:10:54.562Z | Downloaded dirs-sys-next v0.1.2 |
958 | 2023-11-10T18:10:54.564Z | Downloaded derive_builder_macro v0.12.0 |
959 | 2023-11-10T18:10:54.567Z | Downloaded tokio-tungstenite v0.20.1 |
960 | 2023-11-10T18:10:54.570Z | Downloaded libxml v0.3.3 |
961 | 2023-11-10T18:10:54.573Z | Downloaded twox-hash v1.6.3 |
962 | 2023-11-10T18:10:54.575Z | Downloaded phf_shared v0.10.0 |
963 | 2023-11-10T18:10:54.578Z | Downloaded toml_datetime v0.6.5 |
964 | 2023-11-10T18:10:54.581Z | Downloaded sha2 v0.10.8 |
965 | 2023-11-10T18:10:54.584Z | Downloaded similar v2.2.1 |
966 | 2023-11-10T18:10:54.586Z | Downloaded pem v1.1.1 |
967 | 2023-11-10T18:10:54.589Z | Downloaded rustls-pemfile v1.0.3 |
968 | 2023-11-10T18:10:54.592Z | Downloaded parking_lot v0.11.2 |
969 | 2023-11-10T18:10:54.594Z | Downloaded shell-words v1.1.0 |
970 | 2023-11-10T18:10:54.597Z | Downloaded static_assertions v1.1.0 |
971 | 2023-11-10T18:10:54.600Z | Downloaded platforms v3.0.2 |
972 | 2023-11-10T18:10:54.603Z | Downloaded rcgen v0.11.3 |
973 | 2023-11-10T18:10:54.613Z | Downloaded fatfs v0.3.6 |
974 | 2023-11-10T18:10:54.616Z | Downloaded derive_builder v0.12.0 |
975 | 2023-11-10T18:10:54.619Z | Downloaded prettyplease v0.2.12 |
976 | 2023-11-10T18:10:54.622Z | Downloaded serde_derive_internals v0.26.0 |
977 | 2023-11-10T18:10:54.624Z | Downloaded fd-lock v3.0.13 |
978 | 2023-11-10T18:10:54.627Z | Downloaded serde_with_macros v2.3.3 |
979 | 2023-11-10T18:10:54.630Z | Downloaded derive_builder_core v0.12.0 |
980 | 2023-11-10T18:10:54.632Z | Downloaded thiserror-no-std v2.0.2 |
981 | 2023-11-10T18:10:54.635Z | Downloaded strum_macros v0.24.3 |
982 | 2023-11-10T18:10:54.638Z | Downloaded slog-envlogger v2.2.0 |
983 | 2023-11-10T18:10:54.640Z | Downloaded clap v2.34.0 |
984 | 2023-11-10T18:10:54.643Z | Downloaded crossbeam-utils v0.8.16 |
985 | 2023-11-10T18:10:54.646Z | Downloaded hashlink v0.8.3 |
986 | 2023-11-10T18:10:54.649Z | Downloaded rayon v1.8.0 |
987 | 2023-11-10T18:10:54.652Z | Downloaded textwrap v0.16.0 |
988 | 2023-11-10T18:10:54.663Z | Downloaded darling_core v0.14.4 |
989 | 2023-11-10T18:10:54.666Z | Downloaded tokio-postgres v0.7.10 |
990 | 2023-11-10T18:10:54.672Z | Downloaded pest_meta v2.7.2 |
991 | 2023-11-10T18:10:54.676Z | Downloaded slog-stdlog v4.1.1 |
992 | 2023-11-10T18:10:54.679Z | Downloaded serde_with v2.3.3 |
993 | 2023-11-10T18:10:54.689Z | Downloaded papergrid v0.10.0 |
994 | 2023-11-10T18:10:54.697Z | Downloaded structopt v0.3.26 |
995 | 2023-11-10T18:10:54.711Z | Downloaded darling_core v0.20.3 |
996 | 2023-11-10T18:10:54.719Z | Downloaded pest v2.7.2 |
997 | 2023-11-10T18:10:54.728Z | Downloaded openssl-sys v0.9.93 |
998 | 2023-11-10T18:10:54.738Z | Downloaded petgraph v0.6.4 |
999 | 2023-11-10T18:10:54.759Z | Downloaded object v0.30.4 |
1000 | 2023-11-10T18:10:54.776Z | Downloaded syn v2.0.32 |
1001 | 2023-11-10T18:10:54.796Z | Downloaded openssl v0.10.57 |
1002 | 2023-11-10T18:10:54.813Z | Downloaded curve25519-dalek v4.1.0 |
1003 | 2023-11-10T18:10:54.829Z | Downloaded tabled v0.14.0 |
1004 | 2023-11-10T18:10:54.856Z | Downloaded smoltcp v0.8.2 |
1005 | 2023-11-10T18:10:54.872Z | Downloaded regress v0.7.1 |
1006 | 2023-11-10T18:10:54.885Z | Downloaded steno v0.4.0 |
1007 | 2023-11-10T18:10:54.892Z | Downloaded lalrpop v0.19.12 |
1008 | 2023-11-10T18:10:54.911Z | Downloaded rustix v0.38.9 |
1009 | 2023-11-10T18:10:54.954Z | Downloaded zerocopy-derive v0.2.0 |
1010 | 2023-11-10T18:10:55.391Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1011 | 2023-11-10T18:10:55.406Z | Downloaded reedline v0.23.0 |
1012 | 2023-11-10T18:10:55.813Z | Downloaded zerocopy-derive v0.6.4 |
1013 | 2023-11-10T18:10:55.816Z | Downloaded hashbrown v0.14.2 |
1014 | 2023-11-10T18:10:55.819Z | Downloaded quick-xml v0.23.1 |
1015 | 2023-11-10T18:10:55.826Z | Downloaded idna v0.2.3 |
1016 | 2023-11-10T18:10:55.834Z | Downloaded idna v0.4.0 |
1017 | 2023-11-10T18:10:55.844Z | Downloaded proptest v1.3.1 |
1018 | 2023-11-10T18:10:55.855Z | Downloaded ratatui v0.23.0 |
1019 | 2023-11-10T18:10:55.865Z | Downloaded vcpkg v0.2.15 |
1020 | 2023-11-10T18:10:55.872Z | Downloaded object v0.32.1 |
1021 | 2023-11-10T18:10:55.889Z | Downloaded rustix v0.37.23 |
1022 | 2023-11-10T18:10:55.898Z | Downloaded regex v1.10.2 |
1023 | 2023-11-10T18:10:55.905Z | Downloaded gimli v0.28.0 |
1024 | 2023-11-10T18:10:55.911Z | Downloaded webpki-roots v0.25.2 |
1025 | 2023-11-10T18:10:55.930Z | Downloaded rustls v0.21.8 |
1026 | 2023-11-10T18:10:55.933Z | Downloaded smoltcp v0.9.1 |
1027 | 2023-11-10T18:10:55.937Z | Downloaded polar-core v0.27.0 |
1028 | 2023-11-10T18:10:55.939Z | Downloaded regex-syntax v0.6.29 |
1029 | 2023-11-10T18:10:55.942Z | Downloaded diesel v2.1.3 |
1030 | 2023-11-10T18:10:55.946Z | Downloaded regex-syntax v0.7.5 |
1031 | 2023-11-10T18:10:55.949Z | Downloaded bstr v1.6.0 |
1032 | 2023-11-10T18:10:55.952Z | Downloaded openapiv3 v1.0.3 |
1033 | 2023-11-10T18:10:55.957Z | Downloaded ring v0.16.20 |
1034 | 2023-11-10T18:10:55.960Z | Downloaded sled v0.34.7 |
1035 | 2023-11-10T18:10:55.963Z | Downloaded trust-dns-proto v0.22.0 |
1036 | 2023-11-10T18:10:55.966Z | Downloaded bstr v0.2.17 |
1037 | 2023-11-10T18:10:55.972Z | Downloaded syn v1.0.109 |
1038 | 2023-11-10T18:10:55.975Z | Downloaded regex-automata v0.3.8 |
1039 | 2023-11-10T18:10:55.979Z | Downloaded libc v0.2.150 |
1040 | 2023-11-10T18:10:55.982Z | Downloaded regex-automata v0.4.3 |
1041 | 2023-11-10T18:10:55.984Z | Downloaded tokio v1.33.0 |
1042 | 2023-11-10T18:10:55.987Z | Downloaded git2 v0.17.2 |
1043 | 2023-11-10T18:10:55.990Z | Downloaded regex-syntax v0.8.2 |
1044 | 2023-11-10T18:10:55.993Z | Downloaded unicode-normalization v0.1.22 |
1045 | 2023-11-10T18:10:56.022Z | Downloaded serde_json v1.0.108 |
1046 | 2023-11-10T18:10:56.027Z | Downloaded aho-corasick v1.0.4 |
1047 | 2023-11-10T18:10:56.030Z | Downloaded chrono v0.4.31 |
1048 | 2023-11-10T18:10:56.033Z | Downloaded sha3 v0.10.8 |
1049 | 2023-11-10T18:10:56.038Z | Downloaded radix_trie v0.2.1 |
1050 | 2023-11-10T18:10:56.048Z | Downloaded clap_builder v4.4.2 |
1051 | 2023-11-10T18:10:56.060Z | Downloaded nix v0.26.2 |
1052 | 2023-11-10T18:10:56.084Z | Downloaded hyper v0.14.27 |
1053 | 2023-11-10T18:10:56.094Z | Downloaded bitvec v1.0.1 |
1054 | 2023-11-10T18:10:56.124Z | Downloaded futures-util v0.3.29 |
1055 | 2023-11-10T18:10:56.142Z | Downloaded hashbrown v0.13.2 |
1056 | 2023-11-10T18:10:56.150Z | Downloaded darling v0.14.4 |
1057 | 2023-11-10T18:10:56.155Z | Downloaded url v2.4.1 |
1058 | 2023-11-10T18:10:56.161Z | Downloaded oso v0.27.0 |
1059 | 2023-11-10T18:10:56.166Z | Downloaded tinyvec v1.6.0 |
1060 | 2023-11-10T18:10:56.171Z | Downloaded snafu v0.7.5 |
1061 | 2023-11-10T18:10:56.181Z | Downloaded unicode-segmentation v1.10.1 |
1062 | 2023-11-10T18:10:56.188Z | Downloaded reqwest v0.11.20 |
1063 | 2023-11-10T18:10:56.204Z | Downloaded typenum v1.16.0 |
1064 | 2023-11-10T18:10:56.215Z | Downloaded unicode-ident v1.0.12 |
1065 | 2023-11-10T18:10:56.223Z | Downloaded h2 v0.3.21 |
1066 | 2023-11-10T18:10:56.229Z | Downloaded tough v0.14.0 |
1067 | 2023-11-10T18:10:56.237Z | Downloaded crossterm v0.27.0 |
1068 | 2023-11-10T18:10:56.248Z | Downloaded encoding_rs v0.8.33 |
1069 | 2023-11-10T18:10:56.293Z | Downloaded terminal_size v0.2.6 |
1070 | 2023-11-10T18:10:56.302Z | Downloaded signal-hook v0.3.17 |
1071 | 2023-11-10T18:10:56.311Z | Downloaded unicode-bidi v0.3.13 |
1072 | 2023-11-10T18:10:56.315Z | Downloaded thiserror-impl-no-std v2.0.2 |
1073 | 2023-11-10T18:10:56.320Z | Downloaded rsa v0.9.2 |
1074 | 2023-11-10T18:10:56.323Z | Downloaded walkdir v2.4.0 |
1075 | 2023-11-10T18:10:56.328Z | Downloaded pin-project-lite v0.2.13 |
1076 | 2023-11-10T18:10:56.331Z | Downloaded rayon-core v1.12.0 |
1077 | 2023-11-10T18:10:56.335Z | Downloaded tokio-util v0.7.10 |
1078 | 2023-11-10T18:10:56.345Z | Downloaded bindgen v0.65.1 |
1079 | 2023-11-10T18:10:56.354Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1080 | 2023-11-10T18:10:56.462Z | Downloaded schemars_derive v0.8.13 |
1081 | 2023-11-10T18:10:56.472Z | Downloaded portable-atomic v1.4.3 |
1082 | 2023-11-10T18:10:56.479Z | Downloaded crossterm v0.26.1 |
1083 | 2023-11-10T18:10:56.487Z | Downloaded regex-automata v0.1.10 |
1084 | 2023-11-10T18:10:56.495Z | Downloaded tar v0.4.40 |
1085 | 2023-11-10T18:10:56.503Z | Downloaded poly1305 v0.8.0 |
1086 | 2023-11-10T18:10:56.511Z | Downloaded omicron-zone-package v0.8.3 |
1087 | 2023-11-10T18:10:56.519Z | Downloaded uuid v1.5.0 |
1088 | 2023-11-10T18:10:56.527Z | Downloaded futures-channel v0.3.29 |
1089 | 2023-11-10T18:10:56.536Z | Downloaded structopt-derive v0.4.18 |
1090 | 2023-11-10T18:10:56.544Z | Downloaded aes v0.8.3 |
1091 | 2023-11-10T18:10:56.553Z | Downloaded proc-macro-error-attr v1.0.4 |
1092 | 2023-11-10T18:10:56.562Z | Downloaded zone v0.3.0 |
1093 | 2023-11-10T18:10:56.570Z | Downloaded signal-hook-tokio v0.3.1 |
1094 | 2023-11-10T18:10:56.578Z | Downloaded parking_lot_core v0.9.8 |
1095 | 2023-11-10T18:10:56.587Z | Downloaded socket2 v0.4.9 |
1096 | 2023-11-10T18:10:56.597Z | Downloaded hashbrown v0.12.3 |
1097 | 2023-11-10T18:10:56.607Z | Downloaded trust-dns-server v0.22.1 |
1098 | 2023-11-10T18:10:56.616Z | Downloaded winnow v0.5.15 |
1099 | 2023-11-10T18:10:56.625Z | Downloaded getrandom v0.2.10 |
1100 | 2023-11-10T18:10:56.633Z | Downloaded serde_derive v1.0.188 |
1101 | 2023-11-10T18:10:56.643Z | Downloaded whoami v1.4.1 |
1102 | 2023-11-10T18:10:56.654Z | Downloaded env_logger v0.10.0 |
1103 | 2023-11-10T18:10:56.664Z | Downloaded slog v2.7.0 |
1104 | 2023-11-10T18:10:56.672Z | Downloaded toml_edit v0.20.7 |
1105 | 2023-11-10T18:10:57.095Z | Downloaded tokio-tungstenite v0.18.0 |
1106 | 2023-11-10T18:10:57.102Z | Downloaded derive_more v0.99.17 |
1107 | 2023-11-10T18:10:57.111Z | Downloaded smallvec v0.6.14 |
1108 | 2023-11-10T18:10:57.122Z | Downloaded serde_repr v0.1.16 |
1109 | 2023-11-10T18:10:57.132Z | Downloaded password-hash v0.5.0 |
1110 | 2023-11-10T18:10:57.142Z | Downloaded darling v0.20.3 |
1111 | 2023-11-10T18:10:57.157Z | Downloaded toml_edit v0.19.15 |
1112 | 2023-11-10T18:10:57.167Z | Downloaded crypto-bigint v0.5.2 |
1113 | 2023-11-10T18:10:57.177Z | Downloaded zip v0.6.6 |
1114 | 2023-11-10T18:10:57.190Z | Downloaded vte v0.11.1 |
1115 | 2023-11-10T18:10:57.221Z | Downloaded packed_struct_codegen v0.10.1 |
1116 | 2023-11-10T18:10:57.227Z | Downloaded ucd-trie v0.1.6 |
1117 | 2023-11-10T18:10:57.239Z | Downloaded postcard-cobs v0.1.5-pre |
1118 | 2023-11-10T18:10:57.248Z | Downloaded futures-task v0.3.29 |
1119 | 2023-11-10T18:10:57.257Z | Downloaded socket2 v0.5.4 |
1120 | 2023-11-10T18:10:57.265Z | Downloaded tungstenite v0.18.0 |
1121 | 2023-11-10T18:10:57.272Z | Downloaded rand v0.8.5 |
1122 | 2023-11-10T18:10:57.281Z | Downloaded flate2 v1.0.28 |
1123 | 2023-11-10T18:10:57.288Z | Downloaded pem v3.0.2 |
1124 | 2023-11-10T18:10:57.292Z | Downloaded parse-display-derive v0.7.0 |
1125 | 2023-11-10T18:10:57.296Z | Downloaded itertools v0.10.5 |
1126 | 2023-11-10T18:10:57.300Z | Downloaded fs-err v2.9.0 |
1127 | 2023-11-10T18:10:57.304Z | Downloaded parse-display-derive v0.8.2 |
1128 | 2023-11-10T18:10:57.307Z | Downloaded thread-id v4.2.0 |
1129 | 2023-11-10T18:10:57.311Z | Downloaded equivalent v1.0.1 |
1130 | 2023-11-10T18:10:57.316Z | Downloaded wait-timeout v0.2.0 |
1131 | 2023-11-10T18:10:57.320Z | Downloaded libm v0.2.7 |
1132 | 2023-11-10T18:10:57.328Z | Downloaded trust-dns-resolver v0.22.0 |
1133 | 2023-11-10T18:10:57.337Z | Downloaded time v0.3.27 |
1134 | 2023-11-10T18:10:57.349Z | Downloaded libz-sys v1.1.12 |
1135 | 2023-11-10T18:10:57.359Z | Downloaded headers v0.3.9 |
1136 | 2023-11-10T18:10:57.368Z | Downloaded diesel_derives v2.1.1 |
1137 | 2023-11-10T18:10:57.376Z | Downloaded num-bigint-dig v0.8.4 |
1138 | 2023-11-10T18:10:57.383Z | Downloaded paste v1.0.14 |
1139 | 2023-11-10T18:10:57.387Z | Downloaded deranged v0.3.8 |
1140 | 2023-11-10T18:10:57.392Z | Downloaded packed_struct v0.10.1 |
1141 | 2023-11-10T18:10:57.405Z | Downloaded predicates v3.0.4 |
1142 | 2023-11-10T18:10:57.418Z | Downloaded tui-tree-widget v0.13.0 |
1143 | 2023-11-10T18:10:57.425Z | Downloaded ctr v0.9.2 |
1144 | 2023-11-10T18:10:57.433Z | Downloaded semver v0.11.0 |
1145 | 2023-11-10T18:10:57.438Z | Downloaded fallible-streaming-iterator v0.1.9 |
1146 | 2023-11-10T18:10:57.441Z | Downloaded fallible-iterator v0.2.0 |
1147 | 2023-11-10T18:10:57.445Z | Downloaded erased-serde v0.3.30 |
1148 | 2023-11-10T18:10:57.449Z | Downloaded env_logger v0.9.3 |
1149 | 2023-11-10T18:10:57.453Z | Downloaded flume v0.11.0 |
1150 | 2023-11-10T18:10:57.456Z | Downloaded salty v0.2.0 |
1151 | 2023-11-10T18:10:57.460Z | Downloaded itertools v0.11.0 |
1152 | 2023-11-10T18:10:57.464Z | Downloaded base64 v0.21.5 |
1153 | 2023-11-10T18:10:57.469Z | Downloaded slog-dtrace v0.2.3 |
1154 | 2023-11-10T18:10:57.473Z | Downloaded pkcs8 v0.10.2 |
1155 | 2023-11-10T18:10:57.477Z | Downloaded trust-dns-client v0.22.0 |
1156 | 2023-11-10T18:10:57.482Z | Downloaded nom v7.1.3 |
1157 | 2023-11-10T18:10:57.487Z | Downloaded tracing v0.1.37 |
1158 | 2023-11-10T18:10:57.491Z | Downloaded parking_lot_core v0.8.6 |
1159 | 2023-11-10T18:10:57.495Z | Downloaded ron v0.7.1 |
1160 | 2023-11-10T18:10:57.501Z | Downloaded derive-where v1.2.5 |
1161 | 2023-11-10T18:10:57.505Z | Downloaded toml v0.8.8 |
1162 | 2023-11-10T18:10:57.509Z | Downloaded dirs-next v2.0.0 |
1163 | 2023-11-10T18:10:57.513Z | Downloaded scheduled-thread-pool v0.2.7 |
1164 | 2023-11-10T18:10:57.517Z | Downloaded data-encoding v2.4.0 |
1165 | 2023-11-10T18:10:57.527Z | Downloaded pest_derive v2.7.2 |
1166 | 2023-11-10T18:10:57.535Z | Downloaded filetime v0.2.22 |
1167 | 2023-11-10T18:10:57.546Z | Downloaded quote v1.0.33 |
1168 | 2023-11-10T18:10:57.556Z | Downloaded tokio-stream v0.1.14 |
1169 | 2023-11-10T18:10:57.565Z | Downloaded const_format v0.2.31 |
1170 | 2023-11-10T18:10:57.573Z | Downloaded toml_edit v0.21.0 |
1171 | 2023-11-10T18:10:57.578Z | Downloaded ring v0.17.5 |
1172 | 2023-11-10T18:10:57.587Z | Downloaded predicates-tree v1.0.9 |
1173 | 2023-11-10T18:10:57.595Z | Downloaded digest v0.10.7 |
1174 | 2023-11-10T18:10:57.608Z | Downloaded errno v0.3.2 |
1175 | 2023-11-10T18:10:57.619Z | Downloaded rand_xorshift v0.3.0 |
1176 | 2023-11-10T18:10:57.635Z | Downloaded usdt-macro v0.3.5 |
1177 | 2023-11-10T18:10:57.647Z | Downloaded untrusted v0.9.0 |
1178 | 2023-11-10T18:10:57.661Z | Downloaded futures-io v0.3.29 |
1179 | 2023-11-10T18:10:57.667Z | Downloaded structmeta-derive v0.1.6 |
1180 | 2023-11-10T18:10:57.671Z | Downloaded pem-rfc7468 v0.7.0 |
1181 | 2023-11-10T18:10:57.675Z | Downloaded serde_yaml v0.9.25 |
1182 | 2023-11-10T18:10:57.684Z | Downloaded libsqlite3-sys v0.26.0 |
1183 | 2023-11-10T18:10:57.699Z | Downloaded serde v1.0.188 |
1184 | 2023-11-10T18:10:57.704Z | Downloaded tungstenite v0.20.1 |
1185 | 2023-11-10T18:10:57.708Z | Downloaded flagset v0.4.3 |
1186 | 2023-11-10T18:10:57.714Z | Downloaded xattr v1.0.1 |
1187 | 2023-11-10T18:10:57.722Z | Downloaded tracing-core v0.1.31 |
1188 | 2023-11-10T18:10:57.726Z | Downloaded num-bigint v0.4.4 |
1189 | 2023-11-10T18:10:57.731Z | Downloaded heapless v0.7.16 |
1190 | 2023-11-10T18:10:57.735Z | Downloaded arc-swap v1.6.0 |
1191 | 2023-11-10T18:10:57.742Z | Downloaded toml v0.7.8 |
1192 | 2023-11-10T18:10:57.747Z | Downloaded generic-array v0.14.7 |
1193 | 2023-11-10T18:10:57.751Z | Downloaded signature v1.6.4 |
1194 | 2023-11-10T18:10:57.758Z | Downloaded ref-cast-impl v1.0.20 |
1195 | 2023-11-10T18:10:57.769Z | Downloaded postgres-protocol v0.6.6 |
1196 | 2023-11-10T18:10:57.774Z | Downloaded half v1.8.2 |
1197 | 2023-11-10T18:10:57.778Z | Downloaded enum-as-inner v0.5.1 |
1198 | 2023-11-10T18:10:57.787Z | Downloaded fixedbitset v0.4.2 |
1199 | 2023-11-10T18:10:57.790Z | Downloaded pretty-hex v0.2.1 |
1200 | 2023-11-10T18:10:57.794Z | Downloaded openssl-probe v0.1.5 |
1201 | 2023-11-10T18:10:57.797Z | Downloaded crossbeam-channel v0.5.8 |
1202 | 2023-11-10T18:10:57.802Z | Downloaded allocator-api2 v0.2.16 |
1203 | 2023-11-10T18:10:57.806Z | Downloaded owo-colors v3.5.0 |
1204 | 2023-11-10T18:10:57.810Z | Downloaded dyn-clone v1.0.13 |
1205 | 2023-11-10T18:10:57.813Z | Downloaded smallvec v1.11.0 |
1206 | 2023-11-10T18:10:57.816Z | Downloaded ryu v1.0.15 |
1207 | 2023-11-10T18:10:57.819Z | Downloaded polyval v0.6.1 |
1208 | 2023-11-10T18:10:57.822Z | Downloaded string_cache v0.8.7 |
1209 | 2023-11-10T18:10:57.825Z | Downloaded stable_deref_trait v1.2.0 |
1210 | 2023-11-10T18:10:57.828Z | Downloaded siphasher v0.3.11 |
1211 | 2023-11-10T18:10:57.831Z | Downloaded sha1 v0.10.5 |
1212 | 2023-11-10T18:10:57.834Z | Downloaded slog-async v2.8.0 |
1213 | 2023-11-10T18:10:57.837Z | Downloaded dof v0.1.5 |
1214 | 2023-11-10T18:10:57.840Z | Downloaded memchr v2.6.3 |
1215 | 2023-11-10T18:10:57.843Z | Downloaded httparse v1.8.0 |
1216 | 2023-11-10T18:10:57.846Z | Downloaded base64 v0.13.1 |
1217 | 2023-11-10T18:10:57.848Z | Downloaded minimal-lexical v0.2.1 |
1218 | 2023-11-10T18:10:57.851Z | Downloaded indexmap v2.1.0 |
1219 | 2023-11-10T18:10:57.855Z | Downloaded smf v0.2.2 |
1220 | 2023-11-10T18:10:57.858Z | Downloaded semver v1.0.20 |
1221 | 2023-11-10T18:10:57.862Z | Downloaded globset v0.4.13 |
1222 | 2023-11-10T18:10:57.866Z | Downloaded ref-cast v1.0.20 |
1223 | 2023-11-10T18:10:57.871Z | Downloaded ppv-lite86 v0.2.17 |
1224 | 2023-11-10T18:10:57.875Z | Downloaded backtrace v0.3.69 |
1225 | 2023-11-10T18:10:57.879Z | Downloaded miniz_oxide v0.7.1 |
1226 | 2023-11-10T18:10:57.883Z | Downloaded structmeta v0.2.0 |
1227 | 2023-11-10T18:10:57.887Z | Downloaded take_mut v0.2.2 |
1228 | 2023-11-10T18:10:57.891Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1229 | 2023-11-10T18:10:57.896Z | Downloaded fastrand v2.0.0 |
1230 | 2023-11-10T18:10:57.900Z | Downloaded crc-any v2.4.3 |
1231 | 2023-11-10T18:10:57.905Z | Downloaded fxhash v0.2.1 |
1232 | 2023-11-10T18:10:57.910Z | Downloaded foreign-types-shared v0.1.1 |
1233 | 2023-11-10T18:10:57.913Z | Downloaded foreign-types v0.3.2 |
1234 | 2023-11-10T18:10:57.916Z | Downloaded textwrap v0.11.0 |
1235 | 2023-11-10T18:10:57.920Z | Downloaded subprocess v0.2.9 |
1236 | 2023-11-10T18:10:57.924Z | Downloaded zeroize v1.6.0 |
1237 | 2023-11-10T18:10:57.927Z | Downloaded mockall_derive v0.11.4 |
1238 | 2023-11-10T18:10:57.932Z | Downloaded group v0.13.0 |
1239 | 2023-11-10T18:10:57.937Z | Downloaded tap v1.0.1 |
1240 | 2023-11-10T18:10:57.944Z | Downloaded subtle v2.5.0 |
1241 | 2023-11-10T18:10:57.954Z | Downloaded anyhow v1.0.75 |
1242 | 2023-11-10T18:10:57.960Z | Downloaded vergen v8.2.4 |
1243 | 2023-11-10T18:10:57.965Z | Downloaded rustc_version v0.1.7 |
1244 | 2023-11-10T18:10:57.976Z | Downloaded utf8parse v0.2.1 |
1245 | 2023-11-10T18:10:57.991Z | Downloaded serde_arrays v0.1.0 |
1246 | 2023-11-10T18:10:58.005Z | Downloaded indexmap v1.9.3 |
1247 | 2023-11-10T18:10:58.435Z | Downloaded ahash v0.8.3 |
1248 | 2023-11-10T18:10:58.445Z | Downloaded crypto-common v0.1.6 |
1249 | 2023-11-10T18:10:58.460Z | Downloaded crossbeam-queue v0.3.8 |
1250 | 2023-11-10T18:10:58.476Z | Downloaded version_check v0.9.4 |
1251 | 2023-11-10T18:10:58.493Z | Downloaded tracing-attributes v0.1.26 |
1252 | 2023-11-10T18:10:58.924Z | Downloaded spin v0.9.8 |
1253 | 2023-11-10T18:10:58.940Z | Downloaded lock_api v0.4.10 |
1254 | 2023-11-10T18:10:58.959Z | Downloaded heck v0.3.3 |
1255 | 2023-11-10T18:10:58.982Z | Downloaded tokio-macros v2.1.0 |
1256 | 2023-11-10T18:10:58.993Z | Downloaded mockall v0.11.4 |
1257 | 2023-11-10T18:10:59.007Z | Downloaded ansi_term v0.12.1 |
1258 | 2023-11-10T18:10:59.027Z | Downloaded autocfg v1.1.0 |
1259 | 2023-11-10T18:10:59.036Z | Downloaded argon2 v0.5.2 |
1260 | 2023-11-10T18:10:59.046Z | Downloaded aes-gcm-siv v0.11.1 |
1261 | 2023-11-10T18:10:59.055Z | Downloaded corncobs v0.1.3 |
1262 | 2023-11-10T18:10:59.067Z | Downloaded cargo-platform v0.1.3 |
1263 | 2023-11-10T18:10:59.079Z | Downloaded num-rational v0.4.1 |
1264 | 2023-11-10T18:10:59.091Z | Downloaded ascii v1.1.0 |
1265 | 2023-11-10T18:10:59.110Z | Downloaded libloading v0.7.4 |
1266 | 2023-11-10T18:10:59.120Z | Downloaded bzip2 v0.4.4 |
1267 | 2023-11-10T18:10:59.129Z | Downloaded async-recursion v1.0.5 |
1268 | 2023-11-10T18:10:59.141Z | Downloaded maybe-uninit v2.0.0 |
1269 | 2023-11-10T18:10:59.216Z | Downloaded anstyle v1.0.2 |
1270 | 2023-11-10T18:10:59.224Z | Downloaded anstream v0.5.0 |
1271 | 2023-11-10T18:10:59.237Z | Downloaded which v4.4.0 |
1272 | 2023-11-10T18:10:59.255Z | Downloaded vec_map v0.8.2 |
1273 | 2023-11-10T18:10:59.263Z | Downloaded synstructure v0.12.6 |
1274 | 2023-11-10T18:10:59.272Z | Downloaded smawk v0.3.1 |
1275 | 2023-11-10T18:10:59.287Z | Downloaded rustfmt-wrapper v0.2.0 |
1276 | 2023-11-10T18:10:59.300Z | Downloaded hyper-tls v0.5.0 |
1277 | 2023-11-10T18:10:59.720Z | Downloaded hyper-rustls v0.24.2 |
1278 | 2023-11-10T18:10:59.736Z | Downloaded thiserror v1.0.49 |
1279 | 2023-11-10T18:10:59.754Z | Downloaded log v0.4.20 |
1280 | 2023-11-10T18:10:59.767Z | Downloaded bitflags v2.4.0 |
1281 | 2023-11-10T18:10:59.777Z | Downloaded num-integer v0.1.45 |
1282 | 2023-11-10T18:10:59.792Z | Downloaded memoffset v0.9.0 |
1283 | 2023-11-10T18:10:59.804Z | Downloaded multer v2.1.0 |
1284 | 2023-11-10T18:10:59.818Z | Downloaded cc v1.0.83 |
1285 | 2023-11-10T18:10:59.838Z | Downloaded crunchy v0.2.2 |
1286 | 2023-11-10T18:10:59.848Z | Downloaded spki v0.7.2 |
1287 | 2023-11-10T18:10:59.863Z | Downloaded serde_urlencoded v0.7.1 |
1288 | 2023-11-10T18:10:59.885Z | Downloaded signal-hook-mio v0.2.3 |
1289 | 2023-11-10T18:11:00.307Z | Downloaded linked-hash-map v0.5.6 |
1290 | 2023-11-10T18:11:00.322Z | Downloaded cargo_metadata v0.18.0 |
1291 | 2023-11-10T18:11:00.339Z | Downloaded indicatif v0.17.7 |
1292 | 2023-11-10T18:11:00.347Z | Downloaded cfg-if v0.1.10 |
1293 | 2023-11-10T18:11:00.353Z | Downloaded block-buffer v0.10.4 |
1294 | 2023-11-10T18:11:00.364Z | Downloaded linear-map v1.2.0 |
1295 | 2023-11-10T18:11:00.380Z | Downloaded anstyle-parse v0.2.1 |
1296 | 2023-11-10T18:11:00.400Z | Downloaded cstr-argument v0.1.2 |
1297 | 2023-11-10T18:11:00.825Z | Downloaded md-5 v0.10.5 |
1298 | 2023-11-10T18:11:00.839Z | Downloaded camino-tempfile v1.0.2 |
1299 | 2023-11-10T18:11:00.859Z | Downloaded byteorder v1.5.0 |
1300 | 2023-11-10T18:11:00.875Z | Downloaded ascii-canvas v3.0.0 |
1301 | 2023-11-10T18:11:00.896Z | Downloaded iana-time-zone v0.1.57 |
1302 | 2023-11-10T18:11:00.910Z | Downloaded cfg-if v1.0.0 |
1303 | 2023-11-10T18:11:00.930Z | Downloaded bit-set v0.5.3 |
1304 | 2023-11-10T18:11:00.944Z | Downloaded itoa v1.0.9 |
1305 | 2023-11-10T18:11:00.961Z | Downloaded is-terminal v0.4.9 |
1306 | 2023-11-10T18:11:00.977Z | Downloaded const-oid v0.9.5 |
1307 | 2023-11-10T18:11:00.994Z | Downloaded bit_field v0.10.2 |
1308 | 2023-11-10T18:11:01.421Z | Downloaded array-init v0.0.4 |
1309 | 2023-11-10T18:11:01.435Z | Downloaded hostname v0.3.1 |
1310 | 2023-11-10T18:11:01.450Z | Downloaded memoffset v0.7.1 |
1311 | 2023-11-10T18:11:01.464Z | Downloaded crossbeam-deque v0.8.3 |
1312 | 2023-11-10T18:11:01.884Z | Downloaded ciborium-ll v0.2.1 |
1313 | 2023-11-10T18:11:01.893Z | Downloaded chacha20 v0.9.1 |
1314 | 2023-11-10T18:11:01.910Z | Downloaded http-body v0.4.5 |
1315 | 2023-11-10T18:11:02.378Z | Downloaded atomic-waker v1.1.1 |
1316 | 2023-11-10T18:11:02.401Z | Downloaded cpufeatures v0.2.9 |
1317 | 2023-11-10T18:11:02.820Z | Downloaded macaddr v1.0.1 |
1318 | 2023-11-10T18:11:02.828Z | Downloaded nibble_vec v0.1.0 |
1319 | 2023-11-10T18:11:02.833Z | Downloaded adler v1.0.2 |
1320 | 2023-11-10T18:11:02.838Z | Downloaded hex v0.4.3 |
1321 | 2023-11-10T18:11:02.842Z | Downloaded hyper-staticfile v0.9.5 |
1322 | 2023-11-10T18:11:02.848Z | Downloaded keccak v0.1.4 |
1323 | 2023-11-10T18:11:02.852Z | Downloaded const_format_proc_macros v0.2.31 |
1324 | 2023-11-10T18:11:02.856Z | Downloaded aead v0.5.2 |
1325 | 2023-11-10T18:11:02.861Z | Downloaded indoc v1.0.9 |
1326 | 2023-11-10T18:11:02.865Z | Downloaded humantime v2.1.0 |
1327 | 2023-11-10T18:11:02.869Z | Downloaded bitstruct_derive v0.1.0 |
1328 | 2023-11-10T18:11:02.873Z | Downloaded mime v0.3.17 |
1329 | 2023-11-10T18:11:02.877Z | Downloaded buf-list v1.0.3 |
1330 | 2023-11-10T18:11:02.883Z | Downloaded instant v0.1.12 |
1331 | 2023-11-10T18:11:02.888Z | Downloaded atomicwrites v0.4.2 |
1332 | 2023-11-10T18:11:02.893Z | Downloaded assert_matches v1.5.0 |
1333 | 2023-11-10T18:11:02.903Z | Downloaded async-stream-impl v0.3.5 |
1334 | 2023-11-10T18:11:02.912Z | Downloaded cargo_toml v0.17.0 |
1335 | 2023-11-10T18:11:02.926Z | Downloaded serde_path_to_error v0.1.14 |
1336 | 2023-11-10T18:11:02.934Z | Downloaded new_debug_unreachable v1.0.4 |
1337 | 2023-11-10T18:11:03.356Z | Downloaded lazycell v1.3.0 |
1338 | 2023-11-10T18:11:03.369Z | Downloaded lazy_static v1.4.0 |
1339 | 2023-11-10T18:11:03.377Z | Downloaded indoc v2.0.3 |
1340 | 2023-11-10T18:11:03.428Z | Downloaded blake2 v0.10.6 |
1341 | 2023-11-10T18:11:03.447Z | Downloaded normalize-line-endings v0.3.0 |
1342 | 2023-11-10T18:11:03.461Z | Downloaded base64ct v1.6.0 |
1343 | 2023-11-10T18:11:03.472Z | Downloaded bitfield v0.14.0 |
1344 | 2023-11-10T18:11:03.486Z | Downloaded serde_plain v1.0.2 |
1345 | 2023-11-10T18:11:03.499Z | Downloaded rustls-webpki v0.101.7 |
1346 | 2023-11-10T18:11:03.914Z | Downloaded inout v0.1.3 |
1347 | 2023-11-10T18:11:03.924Z | Downloaded home v0.5.5 |
1348 | 2023-11-10T18:11:04.342Z | Downloaded crc32fast v1.3.2 |
1349 | 2023-11-10T18:11:04.359Z | Downloaded crc v3.0.1 |
1350 | 2023-11-10T18:11:04.373Z | Downloaded ciborium v0.2.1 |
1351 | 2023-11-10T18:11:04.394Z | Downloaded cancel-safe-futures v0.1.5 |
1352 | 2023-11-10T18:11:04.815Z | Downloaded bytecount v0.6.3 |
1353 | 2023-11-10T18:11:04.826Z | Downloaded crossbeam-epoch v0.9.15 |
1354 | 2023-11-10T18:11:04.834Z | Downloaded serde-big-array v0.4.1 |
1355 | 2023-11-10T18:11:04.846Z | Downloaded semver-parser v0.10.2 |
1356 | 2023-11-10T18:11:04.872Z | Downloaded sct v0.7.0 |
1357 | 2023-11-10T18:11:04.889Z | Downloaded scopeguard v1.2.0 |
1358 | 2023-11-10T18:11:04.911Z | Downloaded rusty-fork v0.3.0 |
1359 | 2023-11-10T18:11:04.938Z | Downloaded rustversion v1.0.14 |
1360 | 2023-11-10T18:11:04.960Z | Downloaded jobserver v0.1.26 |
1361 | 2023-11-10T18:11:04.971Z | Downloaded num_enum v0.7.0 |
1362 | 2023-11-10T18:11:04.984Z | Downloaded ident_case v1.0.1 |
1363 | 2023-11-10T18:11:05.002Z | Downloaded clap v4.4.3 |
1364 | 2023-11-10T18:11:05.016Z | Downloaded rtoolbox v0.0.1 |
1365 | 2023-11-10T18:11:05.466Z | Downloaded nanorand v0.7.0 |
1366 | 2023-11-10T18:11:05.517Z | Downloaded hubpack_derive v0.1.1 |
1367 | 2023-11-10T18:11:05.540Z | Downloaded cookie v0.16.2 |
1368 | 2023-11-10T18:11:05.553Z | Downloaded colorchoice v1.0.0 |
1369 | 2023-11-10T18:11:05.567Z | Downloaded ciborium-io v0.2.1 |
1370 | 2023-11-10T18:11:05.577Z | Downloaded crc-catalog v2.2.0 |
1371 | 2023-11-10T18:11:05.592Z | Downloaded async-trait v0.1.74 |
1372 | 2023-11-10T18:11:05.609Z | Downloaded bb8 v0.8.1 |
1373 | 2023-11-10T18:11:05.626Z | Downloaded bincode v1.3.3 |
1374 | 2023-11-10T18:11:05.642Z | Compiling proc-macro2 v1.0.67 |
1375 | 2023-11-10T18:11:05.656Z | Compiling unicode-ident v1.0.12 |
1376 | 2023-11-10T18:11:05.665Z | Compiling libc v0.2.150 |
1377 | 2023-11-10T18:11:05.672Z | Compiling serde v1.0.188 |
1378 | 2023-11-10T18:11:05.680Z | Compiling autocfg v1.1.0 |
1379 | 2023-11-10T18:11:05.688Z | Compiling version_check v0.9.4 |
1380 | 2023-11-10T18:11:05.698Z | Compiling cfg-if v1.0.0 |
1381 | 2023-11-10T18:11:05.706Z | Compiling syn v1.0.109 |
1382 | 2023-11-10T18:11:05.727Z | Compiling once_cell v1.18.0 |
1383 | 2023-11-10T18:11:05.743Z | Compiling parking_lot_core v0.9.8 |
1384 | 2023-11-10T18:11:05.757Z | Compiling libm v0.2.7 |
1385 | 2023-11-10T18:11:05.772Z | Compiling ahash v0.8.3 |
1386 | 2023-11-10T18:11:05.784Z | Compiling lock_api v0.4.10 |
1387 | 2023-11-10T18:11:05.795Z | Compiling num-traits v0.2.16 |
1388 | 2023-11-10T18:11:05.810Z | Compiling thiserror v1.0.49 |
1389 | 2023-11-10T18:11:05.827Z | Compiling typenum v1.16.0 |
1390 | 2023-11-10T18:11:05.844Z | Compiling futures-core v0.3.29 |
1391 | 2023-11-10T18:11:05.856Z | Compiling generic-array v0.14.7 |
1392 | 2023-11-10T18:11:05.879Z | Compiling scopeguard v1.2.0 |
1393 | 2023-11-10T18:11:05.909Z | Compiling memchr v2.6.3 |
1394 | 2023-11-10T18:11:06.335Z | Compiling itoa v1.0.9 |
1395 | 2023-11-10T18:11:06.345Z | Compiling pkg-config v0.3.27 |
1396 | 2023-11-10T18:11:06.359Z | Compiling quote v1.0.33 |
1397 | 2023-11-10T18:11:06.385Z | Compiling syn v2.0.32 |
1398 | 2023-11-10T18:11:06.403Z | Compiling jobserver v0.1.26 |
1399 | 2023-11-10T18:11:06.419Z | Compiling getrandom v0.2.10 |
1400 | 2023-11-10T18:11:06.430Z | Compiling cc v1.0.83 |
1401 | 2023-11-10T18:11:07.663Z | Compiling slab v0.4.9 |
1402 | 2023-11-10T18:11:07.693Z | Compiling futures-task v0.3.29 |
1403 | 2023-11-10T18:11:07.717Z | Compiling futures-channel v0.3.29 |
1404 | 2023-11-10T18:11:08.134Z | Compiling futures-util v0.3.29 |
1405 | 2023-11-10T18:11:08.143Z | Compiling log v0.4.20 |
1406 | 2023-11-10T18:11:08.169Z | Compiling ryu v1.0.15 |
1407 | 2023-11-10T18:11:08.178Z | Compiling serde_json v1.0.108 |
1408 | 2023-11-10T18:11:08.188Z | Compiling pin-project-lite v0.2.13 |
1409 | 2023-11-10T18:11:08.603Z | Compiling vcpkg v0.2.15 |
1410 | 2023-11-10T18:11:08.611Z | Compiling schemars v0.8.13 |
1411 | 2023-11-10T18:11:08.619Z | Compiling smallvec v1.11.0 |
1412 | 2023-11-10T18:11:08.626Z | Compiling heck v0.4.1 |
1413 | 2023-11-10T18:11:08.633Z | Compiling parking_lot v0.12.1 |
1414 | 2023-11-10T18:11:08.686Z | Compiling ring v0.17.5 |
1415 | 2023-11-10T18:11:08.952Z | Compiling openssl-sys v0.9.93 |
1416 | 2023-11-10T18:11:10.895Z | Compiling ring v0.16.20 |
1417 | 2023-11-10T18:11:11.336Z | Compiling rand_core v0.6.4 |
1418 | 2023-11-10T18:11:11.822Z | Compiling indexmap v1.9.3 |
1419 | 2023-11-10T18:11:11.944Z | Compiling allocator-api2 v0.2.16 |
1420 | 2023-11-10T18:11:12.087Z | Compiling byteorder v1.5.0 |
1421 | 2023-11-10T18:11:12.261Z | Compiling equivalent v1.0.1 |
1422 | 2023-11-10T18:11:12.450Z | Compiling httparse v1.8.0 |
1423 | 2023-11-10T18:11:12.578Z | Compiling mio v0.8.8 |
1424 | 2023-11-10T18:11:12.819Z | Compiling signal-hook-registry v1.4.1 |
1425 | 2023-11-10T18:11:12.992Z | Compiling hashbrown v0.14.2 |
1426 | 2023-11-10T18:11:13.146Z | Compiling num_cpus v1.16.0 |
1427 | 2023-11-10T18:11:13.602Z | Compiling socket2 v0.5.4 |
1428 | 2023-11-10T18:11:14.060Z | Compiling spin v0.5.2 |
1429 | 2023-11-10T18:11:15.085Z | Compiling serde_derive_internals v0.26.0 |
1430 | 2023-11-10T18:11:15.739Z | Compiling semver v1.0.20 |
1431 | 2023-11-10T18:11:15.756Z | Compiling fnv v1.0.7 |
1432 | 2023-11-10T18:11:15.936Z | Compiling openssl v0.10.57 |
1433 | 2023-11-10T18:11:16.628Z | Compiling iana-time-zone v0.1.57 |
1434 | 2023-11-10T18:11:16.664Z | Compiling rustls v0.21.8 |
1435 | 2023-11-10T18:11:17.481Z | Compiling native-tls v0.2.11 |
1436 | 2023-11-10T18:11:17.485Z | Compiling unicode-xid v0.2.4 |
1437 | 2023-11-10T18:11:17.490Z | Compiling ucd-trie v0.1.6 |
1438 | 2023-11-10T18:11:17.494Z | Compiling crossbeam-utils v0.8.16 |
1439 | 2023-11-10T18:11:17.499Z | Compiling synstructure v0.12.6 |
1440 | 2023-11-10T18:11:18.907Z | Compiling futures-sink v0.3.29 |
1441 | 2023-11-10T18:11:19.128Z | Compiling io-lifetimes v1.0.11 |
1442 | 2023-11-10T18:11:19.387Z | Compiling backtrace v0.3.69 |
1443 | 2023-11-10T18:11:19.897Z | Compiling tinyvec_macros v0.1.1 |
1444 | 2023-11-10T18:11:19.924Z | Compiling dyn-clone v1.0.13 |
1445 | 2023-11-10T18:11:20.010Z | Compiling tinyvec v1.6.0 |
1446 | 2023-11-10T18:11:20.651Z | Compiling tracing-core v0.1.31 |
1447 | 2023-11-10T18:11:20.674Z | Compiling memoffset v0.9.0 |
1448 | 2023-11-10T18:11:20.701Z | Compiling num-integer v0.1.45 |
1449 | 2023-11-10T18:11:20.982Z | Compiling futures-io v0.3.29 |
1450 | 2023-11-10T18:11:21.145Z | Compiling pin-utils v0.1.0 |
1451 | 2023-11-10T18:11:21.157Z | Compiling rustix v0.37.23 |
1452 | 2023-11-10T18:11:21.250Z | Compiling winnow v0.5.15 |
1453 | 2023-11-10T18:11:21.500Z | Compiling subtle v2.5.0 |
1454 | 2023-11-10T18:11:21.544Z | Compiling rustix v0.38.9 |
1455 | 2023-11-10T18:11:21.996Z | Compiling spin v0.9.8 |
1456 | 2023-11-10T18:11:22.344Z | Compiling hashbrown v0.13.2 |
1457 | 2023-11-10T18:11:22.587Z | Compiling unicode-normalization v0.1.22 |
1458 | 2023-11-10T18:11:22.640Z | Compiling usdt-impl v0.3.5 |
1459 | 2023-11-10T18:11:23.134Z | Compiling anyhow v1.0.75 |
1460 | 2023-11-10T18:11:23.890Z | Compiling time-core v0.1.1 |
1461 | 2023-11-10T18:11:24.267Z | Compiling slog v2.7.0 |
1462 | 2023-11-10T18:11:24.270Z | Compiling bitflags v1.3.2 |
1463 | 2023-11-10T18:11:24.411Z | Compiling const-oid v0.9.5 |
1464 | 2023-11-10T18:11:24.449Z | Compiling crc32fast v1.3.2 |
1465 | 2023-11-10T18:11:24.925Z | Compiling unicode-bidi v0.3.13 |
1466 | 2023-11-10T18:11:25.046Z | Compiling serde_derive v1.0.188 |
1467 | 2023-11-10T18:11:25.107Z | Compiling thiserror-impl v1.0.49 |
1468 | 2023-11-10T18:11:25.135Z | Compiling zeroize_derive v1.4.2 |
1469 | 2023-11-10T18:11:25.257Z | Compiling tokio-macros v2.1.0 |
1470 | 2023-11-10T18:11:25.295Z | Compiling futures-macro v0.3.29 |
1471 | 2023-11-10T18:11:27.114Z | Compiling tracing-attributes v0.1.26 |
1472 | 2023-11-10T18:11:27.380Z | Compiling schemars_derive v0.8.13 |
1473 | 2023-11-10T18:11:27.738Z | Compiling zeroize v1.6.0 |
1474 | 2023-11-10T18:11:28.343Z | Compiling openssl-macros v0.1.1 |
1475 | 2023-11-10T18:11:28.395Z | Compiling zerocopy-derive v0.2.0 |
1476 | 2023-11-10T18:11:30.309Z | Compiling pest v2.7.2 |
1477 | 2023-11-10T18:11:30.562Z | Compiling crypto-common v0.1.6 |
1478 | 2023-11-10T18:11:30.872Z | Compiling block-buffer v0.10.4 |
1479 | 2023-11-10T18:11:31.256Z | Compiling digest v0.10.7 |
1480 | 2023-11-10T18:11:31.952Z | Compiling time-macros v0.2.13 |
1481 | 2023-11-10T18:11:32.411Z | Compiling tracing v0.1.37 |
1482 | 2023-11-10T18:11:34.039Z | Compiling pest_meta v2.7.2 |
1483 | 2023-11-10T18:11:34.275Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1484 | 2023-11-10T18:11:34.529Z | Compiling aho-corasick v1.0.4 |
1485 | 2023-11-10T18:11:34.532Z | Compiling crossbeam-epoch v0.9.15 |
1486 | 2023-11-10T18:11:34.943Z | Compiling async-trait v0.1.74 |
1487 | 2023-11-10T18:11:35.676Z | Compiling rustversion v1.0.14 |
1488 | 2023-11-10T18:11:35.856Z | Compiling ppv-lite86 v0.2.17 |
1489 | 2023-11-10T18:11:36.570Z | Compiling pest_generator v2.7.2 |
1490 | 2023-11-10T18:11:36.633Z | Compiling regex-syntax v0.8.2 |
1491 | 2023-11-10T18:11:40.682Z | Compiling rand_chacha v0.3.1 |
1492 | 2023-11-10T18:11:40.769Z | Compiling pest_derive v2.7.2 |
1493 | 2023-11-10T18:11:40.910Z | Compiling zerocopy v0.3.0 |
1494 | 2023-11-10T18:11:40.958Z | Compiling zerocopy-derive v0.6.4 |
1495 | 2023-11-10T18:11:42.259Z | Compiling base64 v0.21.5 |
1496 | 2023-11-10T18:11:43.131Z | Compiling regex-automata v0.4.3 |
1497 | 2023-11-10T18:11:43.300Z | Compiling strsim v0.10.0 |
1498 | 2023-11-10T18:11:43.964Z | Compiling dof v0.1.5 |
1499 | 2023-11-10T18:11:44.298Z | Compiling dtrace-parser v0.1.14 |
1500 | 2023-11-10T18:11:45.301Z | Compiling rand v0.8.5 |
1501 | 2023-11-10T18:11:47.839Z | Compiling bytes v1.5.0 |
1502 | 2023-11-10T18:11:49.110Z | Compiling indexmap v2.1.0 |
1503 | 2023-11-10T18:11:49.596Z | Compiling uuid v1.5.0 |
1504 | 2023-11-10T18:11:50.762Z | Compiling chrono v0.4.31 |
1505 | 2023-11-10T18:11:51.281Z | Compiling tokio v1.33.0 |
1506 | 2023-11-10T18:11:53.565Z | Compiling bitflags v2.4.0 |
1507 | 2023-11-10T18:11:54.473Z | Compiling toml_datetime v0.6.5 |
1508 | 2023-11-10T18:11:56.428Z | Compiling serde_spanned v0.6.4 |
1509 | 2023-11-10T18:11:56.626Z | Compiling http v0.2.9 |
1510 | 2023-11-10T18:11:56.761Z | Compiling toml_edit v0.19.15 |
1511 | 2023-11-10T18:11:57.742Z | Compiling rustc_version v0.4.0 |
1512 | 2023-11-10T18:11:58.729Z | Compiling heapless v0.7.16 |
1513 | 2023-11-10T18:12:00.900Z | Compiling regex v1.10.2 |
1514 | 2023-11-10T18:12:02.668Z | Compiling errno v0.3.2 |
1515 | 2023-11-10T18:12:02.728Z | Compiling thread-id v4.2.0 |
1516 | 2023-11-10T18:12:02.992Z | Compiling num-bigint v0.4.4 |
1517 | 2023-11-10T18:12:03.300Z | Compiling untrusted v0.7.1 |
1518 | 2023-11-10T18:12:03.585Z | Compiling percent-encoding v2.3.0 |
1519 | 2023-11-10T18:12:03.657Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1520 | 2023-11-10T18:12:04.083Z | Compiling smoltcp v0.9.1 |
1521 | 2023-11-10T18:12:04.864Z | Compiling untrusted v0.9.0 |
1522 | 2023-11-10T18:12:05.025Z | Compiling hashbrown v0.12.3 |
1523 | 2023-11-10T18:12:05.180Z | Compiling foreign-types-shared v0.1.1 |
1524 | 2023-11-10T18:12:05.337Z | Compiling radium v0.7.0 |
1525 | 2023-11-10T18:12:05.966Z | Compiling tokio-util v0.7.10 |
1526 | 2023-11-10T18:12:06.930Z | Compiling openssl-probe v0.1.5 |
1527 | 2023-11-10T18:12:07.754Z | Compiling foreign-types v0.3.2 |
1528 | 2023-11-10T18:12:10.368Z | Compiling strum_macros v0.25.2 |
1529 | 2023-11-10T18:12:11.921Z | Compiling serde_tokenstream v0.1.7 |
1530 | 2023-11-10T18:12:13.065Z | Compiling lazy_static v1.4.0 |
1531 | 2023-11-10T18:12:13.368Z | Compiling socket2 v0.4.9 |
1532 | 2023-11-10T18:12:14.655Z | Compiling adler v1.0.2 |
1533 | 2023-11-10T18:12:14.959Z | Compiling unicode-width v0.1.11 |
1534 | 2023-11-10T18:12:15.367Z | Compiling try-lock v0.2.4 |
1535 | 2023-11-10T18:12:15.857Z | Compiling siphasher v0.3.11 |
1536 | 2023-11-10T18:12:16.040Z | Compiling unicode-segmentation v1.10.1 |
1537 | 2023-11-10T18:12:16.215Z | Compiling want v0.3.1 |
1538 | 2023-11-10T18:12:16.482Z | Compiling miniz_oxide v0.7.1 |
1539 | 2023-11-10T18:12:18.669Z | Compiling sct v0.7.0 |
1540 | 2023-11-10T18:12:18.841Z | Compiling h2 v0.3.21 |
1541 | 2023-11-10T18:12:19.103Z | Compiling form_urlencoded v1.2.0 |
1542 | 2023-11-10T18:12:19.541Z | Compiling http-body v0.4.5 |
1543 | 2023-11-10T18:12:20.264Z | Compiling hubpack_derive v0.1.1 |
1544 | 2023-11-10T18:12:21.470Z | Compiling num-iter v0.1.43 |
1545 | 2023-11-10T18:12:22.338Z | Compiling cpufeatures v0.2.9 |
1546 | 2023-11-10T18:12:22.348Z | Compiling anstyle v1.0.2 |
1547 | 2023-11-10T18:12:22.353Z | Compiling tower-service v0.3.2 |
1548 | 2023-11-10T18:12:22.655Z | Compiling httpdate v1.0.3 |
1549 | 2023-11-10T18:12:22.860Z | Compiling utf8parse v0.2.1 |
1550 | 2023-11-10T18:12:23.270Z | Compiling anstyle-parse v0.2.1 |
1551 | 2023-11-10T18:12:23.574Z | Compiling sha2 v0.10.8 |
1552 | 2023-11-10T18:12:26.568Z | Compiling usdt-macro v0.3.5 |
1553 | 2023-11-10T18:12:27.243Z | Compiling usdt-attr-macro v0.3.5 |
1554 | 2023-11-10T18:12:29.425Z | Compiling openapiv3 v1.0.3 |
1555 | 2023-11-10T18:12:29.848Z | Compiling rustls-pemfile v1.0.3 |
1556 | 2023-11-10T18:12:29.985Z | Compiling md-5 v0.10.5 |
1557 | 2023-11-10T18:12:30.056Z | Compiling hmac v0.12.1 |
1558 | 2023-11-10T18:12:30.404Z | Compiling idna v0.4.0 |
1559 | 2023-11-10T18:12:30.430Z | Compiling stringprep v0.1.3 |
1560 | 2023-11-10T18:12:31.297Z | Compiling hyper v0.14.27 |
1561 | 2023-11-10T18:12:31.874Z | Compiling diesel_table_macro_syntax v0.1.0 |
1562 | 2023-11-10T18:12:32.464Z | Compiling hash32 v0.2.1 |
1563 | 2023-11-10T18:12:32.845Z | Compiling colorchoice v1.0.0 |
1564 | 2023-11-10T18:12:33.105Z | Compiling fallible-iterator v0.2.0 |
1565 | 2023-11-10T18:12:33.118Z | Compiling either v1.9.0 |
1566 | 2023-11-10T18:12:33.583Z | Compiling gimli v0.28.0 |
1567 | 2023-11-10T18:12:34.191Z | Compiling stable_deref_trait v1.2.0 |
1568 | 2023-11-10T18:12:36.026Z | Compiling anstyle-query v1.0.0 |
1569 | 2023-11-10T18:12:36.220Z | Compiling anstream v0.5.0 |
1570 | 2023-11-10T18:12:36.962Z | Compiling postgres-protocol v0.6.6 |
1571 | 2023-11-10T18:12:37.203Z | Compiling diesel_derives v2.1.1 |
1572 | 2023-11-10T18:12:37.259Z | Compiling url v2.4.1 |
1573 | 2023-11-10T18:12:39.386Z | Compiling rustls-native-certs v0.6.3 |
1574 | 2023-11-10T18:12:40.101Z | Compiling tokio-native-tls v0.3.1 |
1575 | 2023-11-10T18:12:40.513Z | Compiling terminal_size v0.2.6 |
1576 | 2023-11-10T18:12:42.599Z | Compiling addr2line v0.21.0 |
1577 | 2023-11-10T18:12:43.818Z | Compiling phf_shared v0.11.2 |
1578 | 2023-11-10T18:12:45.459Z | Compiling serde_tokenstream v0.2.0 |
1579 | 2023-11-10T18:12:45.511Z | Compiling block-padding v0.3.3 |
1580 | 2023-11-10T18:12:45.656Z | Compiling enum-as-inner v0.5.1 |
1581 | 2023-11-10T18:12:45.853Z | Compiling serde_repr v0.1.16 |
1582 | 2023-11-10T18:12:46.246Z | Compiling clap_derive v4.4.2 |
1583 | 2023-11-10T18:12:47.317Z | Compiling scheduled-thread-pool v0.2.7 |
1584 | 2023-11-10T18:12:47.360Z | Compiling object v0.32.1 |
1585 | 2023-11-10T18:12:48.087Z | Compiling managed v0.8.0 |
1586 | 2023-11-10T18:12:49.127Z | Compiling ipnet v2.8.0 |
1587 | 2023-11-10T18:12:51.239Z | Compiling num_threads v0.1.6 |
1588 | 2023-11-10T18:12:51.248Z | Compiling clap_lex v0.5.1 |
1589 | 2023-11-10T18:12:51.706Z | Compiling regex-automata v0.1.10 |
1590 | 2023-11-10T18:12:52.577Z | Compiling bit-vec v0.6.3 |
1591 | 2023-11-10T18:12:53.151Z | Compiling tap v1.0.1 |
1592 | 2023-11-10T18:12:53.431Z | Compiling rustc-demangle v0.1.23 |
1593 | 2023-11-10T18:12:53.836Z | Compiling matches v0.1.10 |
1594 | 2023-11-10T18:12:54.708Z | Compiling deranged v0.3.8 |
1595 | 2023-11-10T18:12:57.700Z | Compiling time v0.3.27 |
1596 | 2023-11-10T18:13:02.133Z | Compiling idna v0.2.3 |
1597 | 2023-11-10T18:13:04.040Z | Compiling wyz v0.5.1 |
1598 | 2023-11-10T18:13:04.207Z | Compiling bstr v0.2.17 |
1599 | 2023-11-10T18:13:04.250Z | Compiling clap_builder v4.4.2 |
1600 | 2023-11-10T18:13:04.721Z | Compiling r2d2 v0.8.10 |
1601 | 2023-11-10T18:13:06.295Z | Compiling inout v0.1.3 |
1602 | 2023-11-10T18:13:07.169Z | Compiling phf v0.11.2 |
1603 | 2023-11-10T18:13:07.624Z | Compiling hyper-tls v0.5.0 |
1604 | 2023-11-10T18:13:07.719Z | Compiling flate2 v1.0.28 |
1605 | 2023-11-10T18:13:08.127Z | Compiling postgres-types v0.2.6 |
1606 | 2023-11-10T18:13:08.357Z | Compiling itertools v0.11.0 |
1607 | 2023-11-10T18:13:09.477Z | Compiling hubpack v0.1.2 |
1608 | 2023-11-10T18:13:10.154Z | Compiling serde_urlencoded v0.7.1 |
1609 | 2023-11-10T18:13:10.518Z | Compiling phf_shared v0.10.0 |
1610 | 2023-11-10T18:13:11.007Z | Compiling ipnetwork v0.20.0 |
1611 | 2023-11-10T18:13:12.282Z | Compiling zerocopy v0.6.4 |
1612 | 2023-11-10T18:13:12.371Z | Compiling futures-executor v0.3.29 |
1613 | 2023-11-10T18:13:13.043Z | Compiling regress v0.7.1 |
1614 | 2023-11-10T18:13:13.510Z | Compiling float-cmp v0.9.0 |
1615 | 2023-11-10T18:13:13.639Z | Compiling encoding_rs v0.8.33 |
1616 | 2023-11-10T18:13:13.850Z | Compiling regex-automata v0.3.8 |
1617 | 2023-11-10T18:13:17.529Z | Compiling static_assertions v1.1.0 |
1618 | 2023-11-10T18:13:17.558Z | Compiling data-encoding v2.4.0 |
1619 | 2023-11-10T18:13:17.611Z | Compiling predicates-core v1.0.6 |
1620 | 2023-11-10T18:13:17.980Z | Compiling whoami v1.4.1 |
1621 | 2023-11-10T18:13:18.093Z | Compiling mime v0.3.17 |
1622 | 2023-11-10T18:13:18.346Z | Compiling fixedbitset v0.4.2 |
1623 | 2023-11-10T18:13:18.807Z | Compiling new_debug_unreachable v1.0.4 |
1624 | 2023-11-10T18:13:18.943Z | Compiling precomputed-hash v0.1.1 |
1625 | 2023-11-10T18:13:19.930Z | Compiling difflib v0.4.0 |
1626 | 2023-11-10T18:13:20.024Z | Compiling normalize-line-endings v0.3.0 |
1627 | 2023-11-10T18:13:20.441Z | Compiling webpki-roots v0.25.2 |
1628 | 2023-11-10T18:13:21.199Z | Compiling funty v2.0.0 |
1629 | 2023-11-10T18:13:21.718Z | Compiling predicates v3.0.4 |
1630 | 2023-11-10T18:13:22.038Z | Compiling string_cache v0.8.7 |
1631 | 2023-11-10T18:13:22.689Z | Compiling petgraph v0.6.4 |
1632 | 2023-11-10T18:13:24.136Z | Compiling bitvec v1.0.1 |
1633 | 2023-11-10T18:13:24.189Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1634 | 2023-11-10T18:13:29.442Z | Compiling trust-dns-proto v0.22.0 |
1635 | 2023-11-10T18:13:31.702Z | Compiling tokio-postgres v0.7.10 |
1636 | 2023-11-10T18:13:34.679Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1637 | 2023-11-10T18:13:35.471Z | Compiling bstr v1.6.0 |
1638 | 2023-11-10T18:13:44.998Z | Compiling futures v0.3.29 |
1639 | 2023-11-10T18:13:45.189Z | Compiling diesel v2.1.3 |
1640 | 2023-11-10T18:13:45.717Z | Compiling yasna v0.5.2 |
1641 | 2023-11-10T18:13:46.027Z | Compiling clap v4.4.3 |
1642 | 2023-11-10T18:13:46.178Z | Compiling cipher v0.4.4 |
1643 | 2023-11-10T18:13:46.343Z | Compiling similar v2.2.1 |
1644 | 2023-11-10T18:13:46.868Z | Compiling bit-set v0.5.3 |
1645 | 2023-11-10T18:13:47.283Z | Compiling itertools v0.10.5 |
1646 | 2023-11-10T18:13:48.003Z | Compiling usdt v0.3.5 |
1647 | 2023-11-10T18:13:48.400Z | Compiling console v0.15.7 |
1648 | 2023-11-10T18:13:48.450Z | Compiling tokio-stream v0.1.14 |
1649 | 2023-11-10T18:13:49.472Z | Compiling toml v0.7.8 |
1650 | 2023-11-10T18:13:49.732Z | Compiling hex v0.4.3 |
1651 | 2023-11-10T18:13:49.959Z | Compiling signature v2.1.0 |
1652 | 2023-11-10T18:13:50.716Z | Compiling lalrpop-util v0.19.12 |
1653 | 2023-11-10T18:13:51.213Z | Compiling regex-syntax v0.6.29 |
1654 | 2023-11-10T18:13:54.580Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1655 | 2023-11-10T18:13:59.544Z | Compiling ident_case v1.0.1 |
1656 | 2023-11-10T18:13:59.805Z | Compiling darling_core v0.20.3 |
1657 | 2023-11-10T18:14:17.631Z | Compiling atty v0.2.14 |
1658 | 2023-11-10T18:14:18.024Z | Compiling proc-macro-error-attr v1.0.4 |
1659 | 2023-11-10T18:14:27.967Z | Compiling darling_macro v0.20.3 |
1660 | 2023-11-10T18:14:38.582Z | Compiling proc-macro-crate v1.3.1 |
1661 | 2023-11-10T18:14:40.396Z | Compiling dirs-sys-next v0.1.2 |
1662 | 2023-11-10T18:14:41.196Z | Compiling proc-macro-error v1.0.4 |
1663 | 2023-11-10T18:14:51.266Z | Compiling dirs-next v2.0.0 |
1664 | 2023-11-10T18:14:53.047Z | Compiling num_enum_derive v0.5.11 |
1665 | 2023-11-10T18:14:58.260Z | Compiling darling v0.20.3 |
1666 | 2023-11-10T18:15:02.024Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1667 | 2023-11-10T18:15:08.676Z | Compiling getopts v0.2.21 |
1668 | 2023-11-10T18:15:09.667Z | Compiling structmeta-derive v0.2.0 |
1669 | 2023-11-10T18:15:10.193Z | Compiling thread_local v1.1.7 |
1670 | 2023-11-10T18:15:10.405Z | Compiling multer v2.1.0 |
1671 | 2023-11-10T18:15:11.500Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1672 | 2023-11-10T18:15:11.749Z | Compiling paste v1.0.14 |
1673 | 2023-11-10T18:15:12.012Z | Compiling slog-async v2.8.0 |
1674 | 2023-11-10T18:15:13.394Z | Compiling unsafe-libyaml v0.2.9 |
1675 | 2023-11-10T18:15:14.419Z | Compiling match_cfg v0.1.0 |
1676 | 2023-11-10T18:15:14.564Z | Compiling camino v1.1.6 |
1677 | 2023-11-10T18:15:25.165Z | Compiling serde_yaml v0.9.25 |
1678 | 2023-11-10T18:15:27.325Z | Compiling hostname v0.3.1 |
1679 | 2023-11-10T18:15:27.711Z | Compiling structmeta v0.2.0 |
1680 | 2023-11-10T18:15:33.362Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1681 | 2023-11-10T18:15:37.714Z | Compiling serde_with_macros v2.3.3 |
1682 | 2023-11-10T18:15:38.359Z | Compiling num_enum v0.5.11 |
1683 | 2023-11-10T18:15:42.414Z | Compiling term v0.7.0 |
1684 | 2023-11-10T18:15:43.972Z | Compiling slog-json v2.6.1 |
1685 | 2023-11-10T18:15:44.020Z | Compiling crossbeam-channel v0.5.8 |
1686 | 2023-11-10T18:15:46.666Z | Compiling strum v0.25.0 |
1687 | 2023-11-10T18:15:47.306Z | Compiling async-stream-impl v0.3.5 |
1688 | 2023-11-10T18:15:48.457Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1689 | 2023-11-10T18:15:48.907Z | Compiling atomic-waker v1.1.1 |
1690 | 2023-11-10T18:15:49.059Z | Compiling postcard-cobs v0.1.5-pre |
1691 | 2023-11-10T18:15:49.197Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1692 | 2023-11-10T18:15:49.265Z | Compiling take_mut v0.2.2 |
1693 | 2023-11-10T18:15:49.503Z | Compiling regex-syntax v0.7.5 |
1694 | 2023-11-10T18:15:50.275Z | Compiling postcard v0.7.3 |
1695 | 2023-11-10T18:15:50.449Z | Compiling async-stream v0.3.5 |
1696 | 2023-11-10T18:15:50.926Z | Compiling waitgroup v0.1.2 |
1697 | 2023-11-10T18:15:51.308Z | Compiling slog-bunyan v2.4.0 |
1698 | 2023-11-10T18:15:51.695Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1699 | 2023-11-10T18:15:53.920Z | Compiling slog-term v2.9.0 |
1700 | 2023-11-10T18:15:55.056Z | Compiling serde_with v2.3.3 |
1701 | 2023-11-10T18:15:59.694Z | Compiling parse-display-derive v0.8.2 |
1702 | 2023-11-10T18:16:03.968Z | Compiling toml_edit v0.21.0 |
1703 | 2023-11-10T18:16:04.517Z | Compiling sha1 v0.10.5 |
1704 | 2023-11-10T18:16:05.995Z | Compiling smoltcp v0.8.2 |
1705 | 2023-11-10T18:16:06.096Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1706 | 2023-11-10T18:16:06.254Z | Compiling serde_path_to_error v0.1.14 |
1707 | 2023-11-10T18:16:07.968Z | Compiling foreign-types-macros v0.2.3 |
1708 | 2023-11-10T18:16:09.370Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1709 | 2023-11-10T18:16:09.823Z | Compiling instant v0.1.12 |
1710 | 2023-11-10T18:16:09.859Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1711 | 2023-11-10T18:16:10.071Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1712 | 2023-11-10T18:16:10.359Z | Compiling cfg-if v0.1.10 |
1713 | 2023-11-10T18:16:10.412Z | Compiling debug-ignore v1.0.5 |
1714 | 2023-11-10T18:16:10.504Z | Compiling foreign-types-shared v0.3.1 |
1715 | 2023-11-10T18:16:10.680Z | Compiling foreign-types v0.5.0 |
1716 | 2023-11-10T18:16:10.684Z | Compiling backoff v0.4.0 |
1717 | 2023-11-10T18:16:10.944Z | Compiling toml v0.8.8 |
1718 | 2023-11-10T18:16:11.245Z | Compiling parse-display v0.8.2 |
1719 | 2023-11-10T18:16:11.555Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1720 | 2023-11-10T18:16:12.727Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1721 | 2023-11-10T18:16:12.969Z | Compiling is-terminal v0.4.9 |
1722 | 2023-11-10T18:16:13.167Z | Compiling macaddr v1.0.1 |
1723 | 2023-11-10T18:16:14.324Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1724 | 2023-11-10T18:16:15.536Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1725 | 2023-11-10T18:16:16.808Z | Compiling cstr-argument v0.1.2 |
1726 | 2023-11-10T18:16:17.184Z | Compiling pretty-hex v0.2.1 |
1727 | 2023-11-10T18:16:17.603Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1728 | 2023-11-10T18:16:17.869Z | Compiling base64ct v1.6.0 |
1729 | 2023-11-10T18:16:18.049Z | Compiling crucible-workspace-hack v0.1.0 |
1730 | 2023-11-10T18:16:18.572Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1731 | 2023-11-10T18:16:19.147Z | Compiling password-hash v0.5.0 |
1732 | 2023-11-10T18:16:19.193Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1733 | 2023-11-10T18:16:19.909Z | Compiling colored v2.0.4 |
1734 | 2023-11-10T18:16:20.079Z | Compiling textwrap v0.11.0 |
1735 | 2023-11-10T18:16:20.630Z | Compiling heck v0.3.3 |
1736 | 2023-11-10T18:16:21.224Z | Compiling blake2 v0.10.6 |
1737 | 2023-11-10T18:16:22.275Z | Compiling libefi-sys v0.1.0 |
1738 | 2023-11-10T18:16:22.283Z | Compiling strsim v0.8.0 |
1739 | 2023-11-10T18:16:22.294Z | Compiling rayon-core v1.12.0 |
1740 | 2023-11-10T18:16:22.726Z | Compiling ansi_term v0.12.1 |
1741 | 2023-11-10T18:16:23.401Z | Compiling vec_map v0.8.2 |
1742 | 2023-11-10T18:16:23.603Z | Compiling argon2 v0.5.2 |
1743 | 2023-11-10T18:16:23.881Z | Compiling clap v2.34.0 |
1744 | 2023-11-10T18:16:24.130Z | Compiling structopt-derive v0.4.18 |
1745 | 2023-11-10T18:16:25.876Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1746 | 2023-11-10T18:16:28.363Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1747 | 2023-11-10T18:16:28.567Z | Compiling zone_cfg_derive v0.3.0 |
1748 | 2023-11-10T18:16:29.177Z | Compiling crossbeam-deque v0.8.3 |
1749 | 2023-11-10T18:16:29.829Z | Compiling num-derive v0.4.0 |
1750 | 2023-11-10T18:16:30.425Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1751 | 2023-11-10T18:16:30.797Z | Compiling portable-atomic v1.4.3 |
1752 | 2023-11-10T18:16:30.974Z | Compiling keccak v0.1.4 |
1753 | 2023-11-10T18:16:32.231Z | Compiling sha3 v0.10.8 |
1754 | 2023-11-10T18:16:32.811Z | Compiling zone v0.3.0 |
1755 | 2023-11-10T18:16:33.461Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1756 | 2023-11-10T18:16:33.644Z | Compiling structopt v0.3.26 |
1757 | 2023-11-10T18:16:36.354Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1758 | 2023-11-10T18:16:37.195Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1759 | 2023-11-10T18:16:39.932Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1760 | 2023-11-10T18:16:40.284Z | Compiling hkdf v0.12.3 |
1761 | 2023-11-10T18:16:40.666Z | Compiling smf v0.2.2 |
1762 | 2023-11-10T18:16:40.887Z | Compiling secrecy v0.8.0 |
1763 | 2023-11-10T18:16:41.308Z | Compiling filetime v0.2.22 |
1764 | 2023-11-10T18:16:41.803Z | Compiling xattr v1.0.1 |
1765 | 2023-11-10T18:16:41.839Z | Compiling same-file v1.0.6 |
1766 | 2023-11-10T18:16:41.849Z | Compiling fastrand v2.0.0 |
1767 | 2023-11-10T18:16:42.242Z | Compiling walkdir v2.4.0 |
1768 | 2023-11-10T18:16:42.289Z | Compiling tar v0.4.40 |
1769 | 2023-11-10T18:16:42.930Z | Compiling tempfile v3.8.0 |
1770 | 2023-11-10T18:16:45.104Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1771 | 2023-11-10T18:16:45.402Z | Compiling rayon v1.8.0 |
1772 | 2023-11-10T18:16:46.250Z | Compiling number_prefix v0.4.0 |
1773 | 2023-11-10T18:16:46.638Z | Compiling swrite v0.1.0 |
1774 | 2023-11-10T18:16:46.820Z | Compiling topological-sort v0.2.2 |
1775 | 2023-11-10T18:16:50.980Z | Compiling bzip2 v0.4.4 |
1776 | 2023-11-10T18:16:51.597Z | Compiling zip v0.6.6 |
1777 | 2023-11-10T18:16:53.658Z | Compiling indicatif v0.17.7 |
1778 | 2023-11-10T18:17:01.494Z | Compiling rustls-webpki v0.101.7 |
1779 | 2023-11-10T18:17:07.532Z | Compiling tokio-rustls v0.24.1 |
1780 | 2023-11-10T18:17:07.900Z | Compiling hyper-rustls v0.24.2 |
1781 | 2023-11-10T18:17:08.389Z | Compiling reqwest v0.11.20 |
1782 | 2023-11-10T18:17:12.393Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1783 | 2023-11-10T18:17:12.535Z | Compiling omicron-zone-package v0.8.3 |
1784 | 2023-11-10T18:17:12.807Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1785 | 2023-11-10T18:17:25.603Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1786 | 2023-11-10T18:17:26.442Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1787 | 2023-11-10T18:17:26.653Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1788 | 2023-11-10T18:17:27.514Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1789 | 2023-11-10T18:17:41.065Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1790 | 2023-11-10T18:17:41.071Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1791 | 2023-11-10T18:17:41.076Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1792 | 2023-11-10T18:17:54.922Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2023-11-10T18:17:56.347Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1794 | 2023-11-10T18:18:31.537Z | Finished release [optimized] target(s) in 8m 06s |
1795 | 2023-11-10T18:18:31.823Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1796 | 2023-11-10T18:18:31.913Z | Created new build target 'test' and set it as active |
1797 | 2023-11-10T18:18:31.917Z | |
1798 | 2023-11-10T18:18:31.920Z | real 8:06.784469050 |
1799 | 2023-11-10T18:18:31.923Z | user 51:13.496694362 |
1800 | 2023-11-10T18:18:31.926Z | sys 4:47.917098855 |
1801 | 2023-11-10T18:18:31.929Z | trap 2.133134741 |
1802 | 2023-11-10T18:18:31.932Z | tflt 3.309747339 |
1803 | 2023-11-10T18:18:31.935Z | dflt 5.317318344 |
1804 | 2023-11-10T18:18:31.937Z | kflt 0.030127618 |
1805 | 2023-11-10T18:18:31.940Z | lock 1:48:31.986125543 |
1806 | 2023-11-10T18:18:31.943Z | slp 3:19:33.931362136 |
1807 | 2023-11-10T18:18:31.946Z | lat 2:22.605975131 |
1808 | 2023-11-10T18:18:31.949Z | stop 4:59.836957054 |
1809 | 2023-11-10T18:18:31.952Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1810 | 2023-11-10T18:18:33.154Z | Finished release [optimized] target(s) in 1.14s |
1811 | 2023-11-10T18:18:33.187Z | Running `target/release/omicron-package -t test package` |
1812 | 2023-11-10T18:18:33.232Z | Nov 10 18:18:33.226 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1813 | 2023-11-10T18:18:34.524Z | Compiling serde_json v1.0.108 |
1814 | 2023-11-10T18:18:34.580Z | Compiling linked-hash-map v0.5.6 |
1815 | 2023-11-10T18:18:34.589Z | Compiling slog-dtrace v0.2.3 |
1816 | 2023-11-10T18:18:34.600Z | Compiling quick-error v1.2.3 |
1817 | 2023-11-10T18:18:34.606Z | Compiling same-file v1.0.6 |
1818 | 2023-11-10T18:18:34.609Z | Compiling semver-parser v0.10.2 |
1819 | 2023-11-10T18:18:34.612Z | Compiling fastrand v2.0.0 |
1820 | 2023-11-10T18:18:34.615Z | Compiling termcolor v1.2.0 |
1821 | 2023-11-10T18:18:34.818Z | Compiling resolv-conf v0.7.0 |
1822 | 2023-11-10T18:18:35.004Z | Compiling walkdir v2.4.0 |
1823 | 2023-11-10T18:18:35.138Z | Compiling filetime v0.2.22 |
1824 | 2023-11-10T18:18:35.211Z | Compiling lru-cache v0.1.2 |
1825 | 2023-11-10T18:18:35.407Z | Compiling tempfile v3.8.0 |
1826 | 2023-11-10T18:18:35.493Z | Compiling trust-dns-resolver v0.22.0 |
1827 | 2023-11-10T18:18:35.543Z | Compiling xattr v1.0.1 |
1828 | 2023-11-10T18:18:35.889Z | Compiling semver v0.11.0 |
1829 | 2023-11-10T18:18:36.026Z | Compiling memoffset v0.7.1 |
1830 | 2023-11-10T18:18:36.471Z | Compiling base64 v0.13.1 |
1831 | 2023-11-10T18:18:36.612Z | Compiling home v0.5.5 |
1832 | 2023-11-10T18:18:36.930Z | Compiling toolchain_find v0.2.0 |
1833 | 2023-11-10T18:18:36.934Z | Compiling tar v0.4.40 |
1834 | 2023-11-10T18:18:36.986Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1835 | 2023-11-10T18:18:37.567Z | Compiling toml_edit v0.21.0 |
1836 | 2023-11-10T18:18:37.701Z | Compiling toml v0.5.11 |
1837 | 2023-11-10T18:18:37.715Z | Compiling libz-sys v1.1.12 |
1838 | 2023-11-10T18:18:37.868Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1839 | 2023-11-10T18:18:37.999Z | Compiling schemars v0.8.13 |
1840 | 2023-11-10T18:18:38.134Z | Compiling openapiv3 v1.0.3 |
1841 | 2023-11-10T18:18:38.511Z | Compiling reqwest v0.11.20 |
1842 | 2023-11-10T18:18:39.920Z | Compiling usdt-impl v0.3.5 |
1843 | 2023-11-10T18:18:43.146Z | Compiling ipnetwork v0.20.0 |
1844 | 2023-11-10T18:18:46.472Z | Compiling usdt v0.3.5 |
1845 | 2023-11-10T18:18:47.218Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1846 | 2023-11-10T18:18:49.316Z | Compiling postgres-types v0.2.6 |
1847 | 2023-11-10T18:18:51.537Z | Compiling tokio-postgres v0.7.10 |
1848 | 2023-11-10T18:18:52.563Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1849 | 2023-11-10T18:18:52.819Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1850 | 2023-11-10T18:18:55.580Z | Compiling slog-json v2.6.1 |
1851 | 2023-11-10T18:18:55.885Z | Compiling diesel v2.1.3 |
1852 | 2023-11-10T18:18:56.622Z | Compiling slog-bunyan v2.4.0 |
1853 | 2023-11-10T18:18:57.033Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1854 | 2023-11-10T18:18:57.930Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1855 | 2023-11-10T18:19:04.213Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1856 | 2023-11-10T18:19:04.516Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1857 | 2023-11-10T18:19:11.536Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1858 | 2023-11-10T18:19:13.493Z | Compiling toml v0.8.8 |
1859 | 2023-11-10T18:19:14.266Z | Compiling rustfmt-wrapper v0.2.0 |
1860 | 2023-11-10T18:19:15.308Z | Compiling omicron-zone-package v0.8.3 |
1861 | 2023-11-10T18:19:16.136Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1862 | 2023-11-10T18:19:16.195Z | Compiling num-rational v0.4.1 |
1863 | 2023-11-10T18:19:16.510Z | Compiling cancel-safe-futures v0.1.5 |
1864 | 2023-11-10T18:19:16.982Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1865 | 2023-11-10T18:19:17.042Z | Compiling structmeta-derive v0.1.6 |
1866 | 2023-11-10T18:19:18.059Z | Compiling utf-8 v0.7.6 |
1867 | 2023-11-10T18:19:21.291Z | Compiling structmeta v0.1.6 |
1868 | 2023-11-10T18:19:22.142Z | Compiling pem-rfc7468 v0.7.0 |
1869 | 2023-11-10T18:19:23.215Z | Compiling num-complex v0.4.4 |
1870 | 2023-11-10T18:19:25.071Z | Compiling der_derive v0.7.2 |
1871 | 2023-11-10T18:19:25.423Z | Compiling flagset v0.4.3 |
1872 | 2023-11-10T18:19:25.779Z | Compiling semver v0.1.20 |
1873 | 2023-11-10T18:19:26.211Z | Compiling num v0.4.1 |
1874 | 2023-11-10T18:19:26.358Z | Compiling rustc_version v0.1.7 |
1875 | 2023-11-10T18:19:26.676Z | Compiling parse-display-derive v0.7.0 |
1876 | 2023-11-10T18:19:26.940Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1877 | 2023-11-10T18:19:28.567Z | Compiling vergen v8.2.4 |
1878 | 2023-11-10T18:19:28.881Z | Compiling der v0.7.8 |
1879 | 2023-11-10T18:19:29.012Z | Compiling fxhash v0.2.1 |
1880 | 2023-11-10T18:19:29.330Z | Compiling unicase v2.7.0 |
1881 | 2023-11-10T18:19:29.808Z | Compiling newtype_derive v0.1.6 |
1882 | 2023-11-10T18:19:30.286Z | Compiling universal-hash v0.5.1 |
1883 | 2023-11-10T18:19:30.589Z | Compiling libsqlite3-sys v0.26.0 |
1884 | 2023-11-10T18:19:31.258Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1885 | 2023-11-10T18:19:32.317Z | Compiling half v1.8.2 |
1886 | 2023-11-10T18:19:32.786Z | Compiling parse-display v0.7.0 |
1887 | 2023-11-10T18:19:33.077Z | Compiling spki v0.7.2 |
1888 | 2023-11-10T18:19:33.893Z | Compiling opaque-debug v0.3.0 |
1889 | 2023-11-10T18:19:34.028Z | Compiling maybe-uninit v2.0.0 |
1890 | 2023-11-10T18:19:34.348Z | Compiling ciborium-io v0.2.1 |
1891 | 2023-11-10T18:19:34.523Z | Compiling arc-swap v1.6.0 |
1892 | 2023-11-10T18:19:34.777Z | Compiling ciborium-ll v0.2.1 |
1893 | 2023-11-10T18:19:35.655Z | Compiling slog-scope v4.4.0 |
1894 | 2023-11-10T18:19:35.767Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1895 | 2023-11-10T18:19:37.232Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1896 | 2023-11-10T18:19:42.570Z | Compiling crc-catalog v2.2.0 |
1897 | 2023-11-10T18:19:42.772Z | Compiling num-bigint-dig v0.8.4 |
1898 | 2023-11-10T18:19:43.199Z | Compiling packed_struct v0.10.1 |
1899 | 2023-11-10T18:19:43.403Z | Compiling signal-hook v0.3.17 |
1900 | 2023-11-10T18:19:43.794Z | Compiling parking_lot_core v0.8.6 |
1901 | 2023-11-10T18:19:43.888Z | Compiling crc v3.0.1 |
1902 | 2023-11-10T18:19:44.806Z | Compiling slog-stdlog v4.1.1 |
1903 | 2023-11-10T18:19:45.051Z | Compiling ciborium v0.2.1 |
1904 | 2023-11-10T18:19:46.473Z | Compiling pkcs8 v0.10.2 |
1905 | 2023-11-10T18:19:46.819Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1906 | 2023-11-10T18:19:48.729Z | Compiling hashlink v0.8.3 |
1907 | 2023-11-10T18:19:50.502Z | Compiling aead v0.5.2 |
1908 | 2023-11-10T18:19:50.508Z | Compiling nibble_vec v0.1.0 |
1909 | 2023-11-10T18:19:50.511Z | Compiling packed_struct_codegen v0.10.1 |
1910 | 2023-11-10T18:19:50.524Z | Compiling dirs-sys-next v0.1.2 |
1911 | 2023-11-10T18:19:50.530Z | Compiling humantime v2.1.0 |
1912 | 2023-11-10T18:19:50.535Z | Compiling endian-type v0.1.2 |
1913 | 2023-11-10T18:19:50.717Z | Compiling crunchy v0.2.2 |
1914 | 2023-11-10T18:19:50.844Z | Compiling doc-comment v0.3.3 |
1915 | 2023-11-10T18:19:51.373Z | Compiling glob v0.3.1 |
1916 | 2023-11-10T18:19:51.577Z | Compiling fallible-streaming-iterator v0.1.9 |
1917 | 2023-11-10T18:19:51.625Z | Compiling nodrop v0.1.14 |
1918 | 2023-11-10T18:19:51.786Z | Compiling array-init v0.0.4 |
1919 | 2023-11-10T18:19:51.964Z | Compiling rusqlite v0.29.0 |
1920 | 2023-11-10T18:19:52.727Z | Compiling clang-sys v1.6.1 |
1921 | 2023-11-10T18:19:53.853Z | Compiling radix_trie v0.2.1 |
1922 | 2023-11-10T18:19:53.948Z | Compiling dirs-next v2.0.0 |
1923 | 2023-11-10T18:19:54.202Z | Compiling pkcs1 v0.7.5 |
1924 | 2023-11-10T18:19:55.866Z | Compiling smallvec v0.6.14 |
1925 | 2023-11-10T18:19:56.634Z | Compiling slog-envlogger v2.2.0 |
1926 | 2023-11-10T18:20:00.336Z | Compiling steno v0.4.0 |
1927 | 2023-11-10T18:20:01.946Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1928 | 2023-11-10T18:20:03.101Z | Compiling nix v0.26.2 |
1929 | 2023-11-10T18:20:06.111Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1930 | 2023-11-10T18:20:07.484Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1931 | 2023-11-10T18:20:07.492Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1932 | 2023-11-10T18:20:14.061Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1933 | 2023-11-10T18:20:15.045Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1934 | 2023-11-10T18:20:16.371Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1935 | 2023-11-10T18:20:21.016Z | Compiling num_enum_derive v0.7.0 |
1936 | 2023-11-10T18:20:21.598Z | Compiling twox-hash v1.6.3 |
1937 | 2023-11-10T18:20:21.818Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1938 | 2023-11-10T18:20:23.329Z | Compiling tiny-keccak v2.0.2 |
1939 | 2023-11-10T18:20:23.443Z | Compiling bitfield v0.14.0 |
1940 | 2023-11-10T18:20:23.749Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1941 | 2023-11-10T18:20:23.907Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1942 | 2023-11-10T18:20:24.742Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1943 | 2023-11-10T18:20:25.041Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1944 | 2023-11-10T18:20:26.128Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1945 | 2023-11-10T18:20:26.685Z | Compiling prettyplease v0.2.12 |
1946 | 2023-11-10T18:20:27.402Z | Compiling platforms v3.0.2 |
1947 | 2023-11-10T18:20:27.634Z | Compiling num_enum v0.7.0 |
1948 | 2023-11-10T18:20:28.814Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1949 | 2023-11-10T18:20:41.987Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1950 | 2023-11-10T18:20:43.633Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1951 | 2023-11-10T18:20:57.903Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1952 | 2023-11-10T18:20:59.507Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1953 | 2023-11-10T18:20:59.888Z | Compiling rsa v0.9.2 |
1954 | 2023-11-10T18:21:02.345Z | Compiling parking_lot v0.11.2 |
1955 | 2023-11-10T18:21:03.219Z | Compiling serde-hex v0.1.0 |
1956 | 2023-11-10T18:21:06.324Z | Compiling mime_guess v2.0.4 |
1957 | 2023-11-10T18:21:08.528Z | Compiling trust-dns-client v0.22.0 |
1958 | 2023-11-10T18:21:08.833Z | Compiling term v0.7.0 |
1959 | 2023-11-10T18:21:11.224Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1960 | 2023-11-10T18:21:11.746Z | Compiling polyval v0.6.1 |
1961 | 2023-11-10T18:21:12.198Z | Compiling x509-cert v0.2.4 |
1962 | 2023-11-10T18:21:12.854Z | Compiling tungstenite v0.20.1 |
1963 | 2023-11-10T18:21:17.263Z | Compiling env_logger v0.10.0 |
1964 | 2023-11-10T18:21:22.172Z | Compiling aes v0.8.3 |
1965 | 2023-11-10T18:21:23.670Z | Compiling ctr v0.9.2 |
1966 | 2023-11-10T18:21:24.173Z | Compiling darling_core v0.14.4 |
1967 | 2023-11-10T18:21:26.210Z | Compiling ron v0.8.1 |
1968 | 2023-11-10T18:21:26.503Z | Compiling snafu-derive v0.7.5 |
1969 | 2023-11-10T18:21:30.786Z | Compiling bincode v1.3.3 |
1970 | 2023-11-10T18:21:32.955Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1971 | 2023-11-10T18:21:33.397Z | Compiling minimal-lexical v0.2.1 |
1972 | 2023-11-10T18:21:34.122Z | Compiling convert_case v0.4.0 |
1973 | 2023-11-10T18:21:34.193Z | Compiling crc-any v2.4.3 |
1974 | 2023-11-10T18:21:34.471Z | Compiling erased-serde v0.3.30 |
1975 | 2023-11-10T18:21:35.317Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1976 | 2023-11-10T18:21:35.353Z | Compiling derive_more v0.99.17 |
1977 | 2023-11-10T18:21:35.914Z | Compiling trust-dns-server v0.22.1 |
1978 | 2023-11-10T18:21:37.070Z | Compiling snafu v0.7.5 |
1979 | 2023-11-10T18:21:39.055Z | Compiling nom v7.1.3 |
1980 | 2023-11-10T18:21:45.464Z | Compiling darling_macro v0.14.4 |
1981 | 2023-11-10T18:21:46.866Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1982 | 2023-11-10T18:21:47.294Z | Compiling aes-gcm-siv v0.11.1 |
1983 | 2023-11-10T18:21:47.724Z | Compiling tokio-tungstenite v0.20.1 |
1984 | 2023-11-10T18:21:49.852Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1985 | 2023-11-10T18:21:49.865Z | Compiling ascii-canvas v3.0.0 |
1986 | 2023-11-10T18:21:49.969Z | Compiling sled v0.34.7 |
1987 | 2023-11-10T18:21:51.526Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1988 | 2023-11-10T18:21:56.967Z | Compiling env_logger v0.9.3 |
1989 | 2023-11-10T18:22:03.223Z | Compiling tungstenite v0.18.0 |
1990 | 2023-11-10T18:22:04.733Z | Compiling object v0.30.4 |
1991 | 2023-11-10T18:22:06.069Z | Compiling is-terminal v0.4.9 |
1992 | 2023-11-10T18:22:06.250Z | Compiling ena v0.14.2 |
1993 | 2023-11-10T18:22:06.932Z | Compiling async-recursion v1.0.5 |
1994 | 2023-11-10T18:22:08.462Z | Compiling derive-where v1.2.5 |
1995 | 2023-11-10T18:22:10.775Z | Compiling bitstruct_derive v0.1.0 |
1996 | 2023-11-10T18:22:12.771Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1997 | 2023-11-10T18:22:12.807Z | Compiling libloading v0.7.4 |
1998 | 2023-11-10T18:22:12.966Z | Compiling diff v0.1.13 |
1999 | 2023-11-10T18:22:13.011Z | Compiling ringbuffer v0.15.0 |
2000 | 2023-11-10T18:22:13.337Z | Compiling pretty-hex v0.3.0 |
2001 | 2023-11-10T18:22:13.668Z | Compiling bindgen v0.65.1 |
2002 | 2023-11-10T18:22:13.798Z | Compiling ascii v1.1.0 |
2003 | 2023-11-10T18:22:13.818Z | Compiling path-slash v0.1.5 |
2004 | 2023-11-10T18:22:14.083Z | Compiling linear-map v1.2.0 |
2005 | 2023-11-10T18:22:14.131Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2006 | 2023-11-10T18:22:14.325Z | Compiling lalrpop v0.19.12 |
2007 | 2023-11-10T18:22:14.710Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2008 | 2023-11-10T18:22:15.103Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2009 | 2023-11-10T18:22:19.415Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2010 | 2023-11-10T18:22:29.621Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2011 | 2023-11-10T18:22:30.008Z | Compiling bitstruct v0.1.1 |
2012 | 2023-11-10T18:22:30.169Z | Compiling tokio-tungstenite v0.18.0 |
2013 | 2023-11-10T18:22:30.935Z | Compiling curve25519-dalek v4.1.0 |
2014 | 2023-11-10T18:22:31.572Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2015 | 2023-11-10T18:22:34.429Z | Compiling darling v0.14.4 |
2016 | 2023-11-10T18:22:34.857Z | Compiling cexpr v0.6.0 |
2017 | 2023-11-10T18:23:03.642Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2018 | 2023-11-10T18:23:05.009Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2019 | 2023-11-10T18:23:05.132Z | Compiling which v4.4.0 |
2020 | 2023-11-10T18:23:06.023Z | Compiling ff v0.13.0 |
2021 | 2023-11-10T18:23:06.076Z | Compiling path-dedot v3.1.0 |
2022 | 2023-11-10T18:23:06.124Z | Compiling serde_arrays v0.1.0 |
2023 | 2023-11-10T18:23:06.162Z | Compiling rustc-hash v1.1.0 |
2024 | 2023-11-10T18:23:06.194Z | Compiling peeking_take_while v0.1.2 |
2025 | 2023-11-10T18:23:06.207Z | Compiling shlex v1.1.0 |
2026 | 2023-11-10T18:23:06.229Z | Compiling display-error-chain v0.2.0 |
2027 | 2023-11-10T18:23:06.247Z | Compiling lazycell v1.3.0 |
2028 | 2023-11-10T18:23:06.386Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2029 | 2023-11-10T18:23:06.408Z | Compiling path-absolutize v3.1.0 |
2030 | 2023-11-10T18:23:06.425Z | Compiling group v0.13.0 |
2031 | 2023-11-10T18:23:06.463Z | Compiling derive_builder_core v0.12.0 |
2032 | 2023-11-10T18:23:06.492Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2033 | 2023-11-10T18:23:06.522Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2034 | 2023-11-10T18:23:06.542Z | Compiling olpc-cjson v0.1.3 |
2035 | 2023-11-10T18:23:06.579Z | Compiling pem v1.1.1 |
2036 | 2023-11-10T18:23:06.587Z | Compiling camino-tempfile v1.0.2 |
2037 | 2023-11-10T18:23:06.608Z | Compiling globset v0.4.13 |
2038 | 2023-11-10T18:23:06.625Z | Compiling crypto-bigint v0.5.2 |
2039 | 2023-11-10T18:23:06.643Z | Compiling bcs v0.1.6 |
2040 | 2023-11-10T18:23:06.668Z | Compiling polar-core v0.27.0 |
2041 | 2023-11-10T18:23:06.692Z | Compiling serde_plain v1.0.2 |
2042 | 2023-11-10T18:23:06.717Z | Compiling libxml v0.3.3 |
2043 | 2023-11-10T18:23:06.765Z | Compiling thiserror-impl-no-std v2.0.2 |
2044 | 2023-11-10T18:23:06.828Z | Compiling curve25519-dalek-derive v0.1.0 |
2045 | 2023-11-10T18:23:06.896Z | Compiling buf-list v1.0.3 |
2046 | 2023-11-10T18:23:06.933Z | Compiling highway v1.1.0 |
2047 | 2023-11-10T18:23:06.949Z | Compiling ref-cast v1.0.20 |
2048 | 2023-11-10T18:23:06.972Z | Compiling base16ct v0.2.0 |
2049 | 2023-11-10T18:23:07.001Z | Compiling elliptic-curve v0.13.5 |
2050 | 2023-11-10T18:23:07.480Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2051 | 2023-11-10T18:23:07.729Z | Compiling thiserror-no-std v2.0.2 |
2052 | 2023-11-10T18:23:07.933Z | Compiling tough v0.14.0 |
2053 | 2023-11-10T18:23:08.118Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2054 | 2023-11-10T18:23:15.145Z | Compiling derive_builder_macro v0.12.0 |
2055 | 2023-11-10T18:23:16.333Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2056 | 2023-11-10T18:23:19.792Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2057 | 2023-11-10T18:23:24.634Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2058 | 2023-11-10T18:23:25.638Z | Compiling poly1305 v0.8.0 |
2059 | 2023-11-10T18:23:26.074Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2060 | 2023-11-10T18:23:26.495Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2061 | 2023-11-10T18:23:26.918Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2062 | 2023-11-10T18:23:28.171Z | Compiling chacha20 v0.9.1 |
2063 | 2023-11-10T18:23:28.212Z | Compiling strum_macros v0.24.3 |
2064 | 2023-11-10T18:23:28.854Z | Compiling const_format_proc_macros v0.2.31 |
2065 | 2023-11-10T18:23:32.175Z | Compiling ref-cast-impl v1.0.20 |
2066 | 2023-11-10T18:23:33.903Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2067 | 2023-11-10T18:23:34.002Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2068 | 2023-11-10T18:23:34.349Z | Compiling cookie v0.16.2 |
2069 | 2023-11-10T18:23:34.453Z | Compiling indoc v1.0.9 |
2070 | 2023-11-10T18:23:34.800Z | Compiling signature v1.6.4 |
2071 | 2023-11-10T18:23:35.076Z | Compiling salty v0.2.0 |
2072 | 2023-11-10T18:23:35.701Z | Compiling ed25519 v1.5.3 |
2073 | 2023-11-10T18:23:36.607Z | Compiling const_format v0.2.31 |
2074 | 2023-11-10T18:23:38.412Z | Compiling chacha20poly1305 v0.10.1 |
2075 | 2023-11-10T18:23:38.658Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2076 | 2023-11-10T18:23:38.764Z | Compiling derive_builder v0.12.0 |
2077 | 2023-11-10T18:23:39.178Z | Compiling vsss-rs v3.3.1 |
2078 | 2023-11-10T18:23:48.494Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2079 | 2023-11-10T18:23:49.561Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2080 | 2023-11-10T18:23:56.176Z | Compiling signal-hook-mio v0.2.3 |
2081 | 2023-11-10T18:23:56.327Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2082 | 2023-11-10T18:23:56.872Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2083 | 2023-11-10T18:23:58.408Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2084 | 2023-11-10T18:23:58.500Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2085 | 2023-11-10T18:23:58.818Z | Compiling ron v0.7.1 |
2086 | 2023-11-10T18:24:08.483Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2087 | 2023-11-10T18:24:11.738Z | Compiling headers-core v0.2.0 |
2088 | 2023-11-10T18:24:11.983Z | Compiling bb8 v0.8.1 |
2089 | 2023-11-10T18:24:12.896Z | Compiling quick-xml v0.23.1 |
2090 | 2023-11-10T18:24:13.525Z | Compiling serde-big-array v0.5.1 |
2091 | 2023-11-10T18:24:13.898Z | Compiling impl-trait-for-tuples v0.2.2 |
2092 | 2023-11-10T18:24:14.308Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2093 | 2023-11-10T18:24:14.419Z | Compiling oso-derive v0.27.0 |
2094 | 2023-11-10T18:24:14.719Z | Compiling http-range v0.1.5 |
2095 | 2023-11-10T18:24:15.606Z | Compiling maplit v1.0.2 |
2096 | 2023-11-10T18:24:15.698Z | Compiling bit_field v0.10.2 |
2097 | 2023-11-10T18:24:15.763Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2098 | 2023-11-10T18:24:15.963Z | Compiling hyper-staticfile v0.9.5 |
2099 | 2023-11-10T18:24:19.561Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2100 | 2023-11-10T18:24:20.719Z | Compiling headers v0.3.9 |
2101 | 2023-11-10T18:24:21.747Z | Compiling crossterm v0.27.0 |
2102 | 2023-11-10T18:24:29.864Z | Compiling oso v0.27.0 |
2103 | 2023-11-10T18:24:44.564Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2104 | 2023-11-10T18:24:46.531Z | Compiling signal-hook-tokio v0.3.1 |
2105 | 2023-11-10T18:24:46.824Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2106 | 2023-11-10T18:24:46.975Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2107 | 2023-11-10T18:24:47.278Z | Compiling serde-big-array v0.4.1 |
2108 | 2023-11-10T18:24:47.564Z | Compiling cassowary v0.3.0 |
2109 | 2023-11-10T18:24:48.937Z | Compiling indoc v2.0.3 |
2110 | 2023-11-10T18:24:50.475Z | Compiling ratatui v0.23.0 |
2111 | 2023-11-10T18:24:53.076Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2112 | 2023-11-10T18:24:55.387Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2113 | 2023-11-10T18:24:57.790Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2114 | 2023-11-10T18:24:58.358Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2115 | 2023-11-10T18:25:02.398Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2116 | 2023-11-10T18:25:05.377Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2117 | 2023-11-10T18:25:09.274Z | Compiling fatfs v0.3.6 |
2118 | 2023-11-10T18:25:09.282Z | Compiling bytesize v1.3.0 |
2119 | 2023-11-10T18:25:10.209Z | Compiling nanorand v0.7.0 |
2120 | 2023-11-10T18:25:11.455Z | Compiling rtoolbox v0.0.1 |
2121 | 2023-11-10T18:25:12.162Z | Compiling fs-err v2.9.0 |
2122 | 2023-11-10T18:25:13.507Z | Compiling assert_matches v1.5.0 |
2123 | 2023-11-10T18:25:13.662Z | Compiling corncobs v0.1.3 |
2124 | 2023-11-10T18:25:14.331Z | Compiling unicode-linebreak v0.1.5 |
2125 | 2023-11-10T18:25:14.648Z | Compiling smawk v0.3.1 |
2126 | 2023-11-10T18:25:15.028Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2127 | 2023-11-10T18:25:15.303Z | Compiling textwrap v0.16.0 |
2128 | 2023-11-10T18:25:15.669Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2129 | 2023-11-10T18:25:16.354Z | Compiling rpassword v7.2.0 |
2130 | 2023-11-10T18:25:16.368Z | Compiling flume v0.11.0 |
2131 | 2023-11-10T18:25:17.032Z | Compiling tui-tree-widget v0.13.0 |
2132 | 2023-11-10T18:25:17.733Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2133 | 2023-11-10T18:25:27.204Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2134 | 2023-11-10T18:25:27.276Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2135 | 2023-11-10T18:25:40.347Z | Compiling toml_edit v0.20.7 |
2136 | 2023-11-10T18:26:20.270Z | Compiling owo-colors v3.5.0 |
2137 | 2023-11-10T18:26:25.908Z | Compiling shell-words v1.1.0 |
2138 | 2023-11-10T18:26:26.626Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2139 | 2023-11-10T18:26:34.216Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2140 | 2023-11-10T18:26:47.355Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2141 | 2023-11-10T18:29:20.261Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2142 | 2023-11-10T18:30:37.424Z | Compiling git2 v0.17.2 |
2143 | 2023-11-10T18:30:47.786Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2144 | 2023-11-10T18:30:49.565Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2145 | 2023-11-10T18:31:02.267Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2146 | 2023-11-10T18:31:17.836Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2147 | 2023-11-10T18:31:18.872Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2148 | 2023-11-10T18:31:20.938Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2149 | 2023-11-10T18:31:35.482Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2150 | 2023-11-10T18:40:42.917Z | Finished release [optimized] target(s) in 22m 09s |
2151 | 2023-11-10T18:42:05.294Z | |
2152 | 2023-11-10T18:42:05.492Z | real 23:21.001859955 |
2153 | 2023-11-10T18:42:05.687Z | user 2:43:08.963890575 |
2154 | 2023-11-10T18:42:06.040Z | sys 7:21.031709835 |
2155 | 2023-11-10T18:42:06.137Z | trap 5.928123204 |
2156 | 2023-11-10T18:42:06.204Z | tflt 1.441379186 |
2157 | 2023-11-10T18:42:06.262Z | dflt 4.043128961 |
2158 | 2023-11-10T18:42:06.372Z | kflt 0.122524645 |
2159 | 2023-11-10T18:42:06.432Z | lock 9:09:43.654103854 |
2160 | 2023-11-10T18:42:06.514Z | slp 6:38:53.352350890 |
2161 | 2023-11-10T18:42:06.544Z | lat 3:02.923965295 |
2162 | 2023-11-10T18:42:06.593Z | stop 55.501054353 |
2163 | 2023-11-10T18:42:06.669Z | + 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/*) |
2164 | 2023-11-10T18:42:06.780Z | + pfexec mkdir -p /work |
2165 | 2023-11-10T18:42:06.928Z | + pfexec chown build /work |
2166 | 2023-11-10T18:42:07.382Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.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 |
2167 | 2023-11-10T18:42:07.459Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2168 | 2023-11-10T18:42:07.507Z | a out/mg-ddm-gz.tar 61499K |
2169 | 2023-11-10T18:42:07.548Z | a out/omicron-sled-agent.tar 119307K |
2170 | 2023-11-10T18:42:07.582Z | a out/target/test 1K |
2171 | 2023-11-10T18:42:07.639Z | a out/npuzone/npuzone 36506K |
2172 | 2023-11-10T18:42:07.672Z | a package-manifest.toml 22K |
2173 | 2023-11-10T18:42:07.684Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2174 | 2023-11-10T18:42:07.696Z | a target/release/omicron-package 41427K |
2175 | 2023-11-10T18:42:07.708Z | a tools/create_virtual_hardware.sh 3K |
2176 | 2023-11-10T18:42:07.719Z | a tools/virtual_hardware.sh 4K |
2177 | 2023-11-10T18:42:07.765Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2178 | 2023-11-10T18:42:07.811Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2179 | 2023-11-10T18:42:07.827Z | a tools/scrimlet/softnpu-init.sh 3K |
2180 | 2023-11-10T18:42:07.876Z | a tools/scrimlet/softnpu-zone.txt 1K |
2181 | 2023-11-10T18:42:07.898Z | a tools/scrimlet/softnpu.toml 1K |
2182 | 2023-11-10T18:42:07.991Z | |
2183 | 2023-11-10T18:42:08.022Z | real 13.826887917 |
2184 | 2023-11-10T18:42:08.048Z | user 13.098530065 |
2185 | 2023-11-10T18:42:08.076Z | sys 1.246684035 |
2186 | 2023-11-10T18:42:08.109Z | trap 0.004115210 |
2187 | 2023-11-10T18:42:08.192Z | tflt 0.000000000 |
2188 | 2023-11-10T18:42:08.212Z | dflt 0.000000000 |
2189 | 2023-11-10T18:42:08.239Z | kflt 0.000000000 |
2190 | 2023-11-10T18:42:08.264Z | lock 0.000000000 |
2191 | 2023-11-10T18:42:08.294Z | slp 12.778980445 |
2192 | 2023-11-10T18:42:08.334Z | lat 0.521626105 |
2193 | 2023-11-10T18:42:08.357Z | stop 0.000233046 |
2194 | 2023-11-10T18:42:08.382Z | ++ pwd |
2195 | 2023-11-10T18:42:08.417Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2196 | 2023-11-10T18:42:08.450Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2197 | 2023-11-10T18:42:08.469Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2198 | 2023-11-10T18:42:08.497Z | Finished release [optimized] target(s) in 1.15s |
2199 | 2023-11-10T18:42:08.518Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2200 | 2023-11-10T18:42:08.547Z | Created new build target 'host' and set it as active |
2201 | 2023-11-10T18:42:08.562Z | |
2202 | 2023-11-10T18:42:08.586Z | real 1.319579743 |
2203 | 2023-11-10T18:42:08.617Z | user 0.930037450 |
2204 | 2023-11-10T18:42:08.648Z | sys 0.390208116 |
2205 | 2023-11-10T18:42:08.671Z | trap 0.000165168 |
2206 | 2023-11-10T18:42:08.685Z | tflt 0.000019800 |
2207 | 2023-11-10T18:42:08.748Z | dflt 0.000000000 |
2208 | 2023-11-10T18:42:08.792Z | kflt 0.000000000 |
2209 | 2023-11-10T18:42:08.902Z | lock 0.036398705 |
2210 | 2023-11-10T18:42:09.069Z | slp 0.023603009 |
2211 | 2023-11-10T18:42:09.163Z | lat 0.002154761 |
2212 | 2023-11-10T18:42:09.207Z | stop 0.000228407 |
2213 | 2023-11-10T18:42:09.293Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2214 | 2023-11-10T18:42:09.322Z | Finished release [optimized] target(s) in 1.10s |
2215 | 2023-11-10T18:42:09.358Z | Running `target/release/omicron-package -t host package` |
2216 | 2023-11-10T18:42:09.793Z | Nov 10 18:42:09.045 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2217 | 2023-11-10T18:42:10.336Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2218 | 2023-11-10T18:45:52.606Z | Finished release [optimized] target(s) in 3m 43s |
2219 | 2023-11-10T18:47:09.277Z | |
2220 | 2023-11-10T18:47:09.281Z | real 5:01.580100073 |
2221 | 2023-11-10T18:47:09.284Z | user 21:01.009590023 |
2222 | 2023-11-10T18:47:09.287Z | sys 1:05.064217758 |
2223 | 2023-11-10T18:47:09.290Z | trap 0.616762991 |
2224 | 2023-11-10T18:47:09.293Z | tflt 0.033069814 |
2225 | 2023-11-10T18:47:09.295Z | dflt 1.886174253 |
2226 | 2023-11-10T18:47:09.298Z | kflt 0.000000000 |
2227 | 2023-11-10T18:47:09.301Z | lock 1:14:31.176028060 |
2228 | 2023-11-10T18:47:09.304Z | slp 18:01.382288061 |
2229 | 2023-11-10T18:47:09.307Z | lat 10.110085927 |
2230 | 2023-11-10T18:47:09.309Z | stop 0.658460234 |
2231 | 2023-11-10T18:47:09.313Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2232 | 2023-11-10T18:47:09.315Z | + for package in "$@" |
2233 | 2023-11-10T18:47:09.318Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2234 | 2023-11-10T18:47:09.321Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+gitfa280fd737f |
2235 | 2023-11-10T18:47:10.515Z | Finished release [optimized] target(s) in 1.15s |
2236 | 2023-11-10T18:47:10.547Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+gitfa280fd737f` |
2237 | 2023-11-10T18:47:10.591Z | Nov 10 18:47:10.597 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2238 | 2023-11-10T18:47:11.176Z | Created: out/versioned/omicron-sled-agent.tar |
2239 | 2023-11-10T18:47:11.181Z | + for package in "$@" |
2240 | 2023-11-10T18:47:11.185Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2241 | 2023-11-10T18:47:11.188Z | + echo 0.0.0 |
2242 | 2023-11-10T18:47:11.192Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2243 | 2023-11-10T18:47:11.195Z | a VERSION 1K |
2244 | 2023-11-10T18:47:11.200Z | + rm VERSION |
2245 | 2023-11-10T18:47:11.205Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitfa280fd737f |
2246 | 2023-11-10T18:47:12.390Z | Finished release [optimized] target(s) in 1.11s |
2247 | 2023-11-10T18:47:12.423Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitfa280fd737f` |
2248 | 2023-11-10T18:47:12.468Z | Nov 10 18:47:12.474 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2249 | 2023-11-10T18:47:12.776Z | Created: out/versioned/mg-ddm-gz.tar |
2250 | 2023-11-10T18:47:12.780Z | + for package in "$@" |
2251 | 2023-11-10T18:47:12.784Z | + [[ propolis-server == mg-ddm-gz ]] |
2252 | 2023-11-10T18:47:12.787Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+gitfa280fd737f |
2253 | 2023-11-10T18:47:13.947Z | Finished release [optimized] target(s) in 1.08s |
2254 | 2023-11-10T18:47:13.983Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+gitfa280fd737f` |
2255 | 2023-11-10T18:47:14.021Z | Nov 10 18:47:14.027 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2256 | 2023-11-10T18:47:15.801Z | Created: out/versioned/propolis-server.tar.gz |
2257 | 2023-11-10T18:47:15.805Z | + for package in "$@" |
2258 | 2023-11-10T18:47:15.809Z | + [[ overlay == mg-ddm-gz ]] |
2259 | 2023-11-10T18:47:15.813Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+gitfa280fd737f |
2260 | 2023-11-10T18:47:16.956Z | Finished release [optimized] target(s) in 1.06s |
2261 | 2023-11-10T18:47:16.988Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+gitfa280fd737f` |
2262 | 2023-11-10T18:47:17.098Z | Nov 10 18:47:17.038 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2263 | 2023-11-10T18:47:17.102Z | Created: out/versioned/overlay.tar.gz |
2264 | 2023-11-10T18:47:17.106Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2265 | 2023-11-10T18:47:17.112Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2266 | 2023-11-10T18:47:17.120Z | ++ cd -- ./tools |
2267 | 2023-11-10T18:47:17.129Z | ++ pwd |
2268 | 2023-11-10T18:47:17.142Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2269 | 2023-11-10T18:47:17.145Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2270 | 2023-11-10T18:47:17.148Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2271 | 2023-11-10T18:47:17.151Z | ++ readlink -f /work |
2272 | 2023-11-10T18:47:17.154Z | + out_dir=/work |
2273 | 2023-11-10T18:47:17.156Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2274 | 2023-11-10T18:47:17.159Z | + for dep in "${deps[@]}" |
2275 | 2023-11-10T18:47:17.162Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2276 | 2023-11-10T18:47:17.165Z | + for dep in "${deps[@]}" |
2277 | 2023-11-10T18:47:17.168Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2278 | 2023-11-10T18:47:17.171Z | + for dep in "${deps[@]}" |
2279 | 2023-11-10T18:47:17.173Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2280 | 2023-11-10T18:47:17.176Z | + for dep in "${deps[@]}" |
2281 | 2023-11-10T18:47:17.179Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2282 | 2023-11-10T18:47:17.183Z | ++ mktemp -d |
2283 | 2023-11-10T18:47:17.185Z | + tmp_gz=/tmp/tmp.pnayTi |
2284 | 2023-11-10T18:47:17.188Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2285 | 2023-11-10T18:47:17.191Z | + echo '{"v":"1","t":"layer"}' |
2286 | 2023-11-10T18:47:17.194Z | + pkg_dir=/tmp/tmp.pnayTi/root/opt/oxide/sled-agent |
2287 | 2023-11-10T18:47:17.197Z | + mkdir -p /tmp/tmp.pnayTi/root/opt/oxide/sled-agent |
2288 | 2023-11-10T18:47:17.199Z | + cd /tmp/tmp.pnayTi/root/opt/oxide/sled-agent |
2289 | 2023-11-10T18:47:17.202Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2290 | 2023-11-10T18:47:17.205Z | x ., 0 bytes, 0 tape blocks |
2291 | 2023-11-10T18:47:17.208Z | x zone-bundle, 38037840 bytes, 74293 tape blocks |
2292 | 2023-11-10T18:47:17.211Z | x sled-agent, 84110760 bytes, 164279 tape blocks |
2293 | 2023-11-10T18:47:17.214Z | x pkg, 0 bytes, 0 tape blocks |
2294 | 2023-11-10T18:47:17.217Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2295 | 2023-11-10T18:47:17.219Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2296 | 2023-11-10T18:47:17.222Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2297 | 2023-11-10T18:47:17.225Z | x VERSION, 25 bytes, 1 tape blocks |
2298 | 2023-11-10T18:47:17.228Z | + mkdir -p /tmp/tmp.pnayTi/root/lib/svc/manifest/site/ |
2299 | 2023-11-10T18:47:17.231Z | + mv pkg/manifest.xml /tmp/tmp.pnayTi/root/lib/svc/manifest/site/sled-agent.xml |
2300 | 2023-11-10T18:47:17.233Z | + cd - |
2301 | 2023-11-10T18:47:17.236Z | /work/oxidecomputer/omicron |
2302 | 2023-11-10T18:47:17.239Z | + pkg_dir=/tmp/tmp.pnayTi/root/opt/oxide/mg-ddm |
2303 | 2023-11-10T18:47:17.242Z | + mkdir -p /tmp/tmp.pnayTi/root/opt/oxide/mg-ddm |
2304 | 2023-11-10T18:47:17.248Z | + cd /tmp/tmp.pnayTi/root/opt/oxide/mg-ddm |
2305 | 2023-11-10T18:47:17.252Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2306 | 2023-11-10T18:47:17.275Z | x ., 0 bytes, 0 tape blocks |
2307 | 2023-11-10T18:47:17.278Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2308 | 2023-11-10T18:47:17.281Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2309 | 2023-11-10T18:47:17.284Z | x pkg, 0 bytes, 0 tape blocks |
2310 | 2023-11-10T18:47:17.287Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2311 | 2023-11-10T18:47:17.290Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2312 | 2023-11-10T18:47:17.293Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2313 | 2023-11-10T18:47:17.296Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2314 | 2023-11-10T18:47:17.299Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2315 | 2023-11-10T18:47:17.302Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2316 | 2023-11-10T18:47:17.305Z | x VERSION, 25 bytes, 1 tape blocks |
2317 | 2023-11-10T18:47:17.307Z | + cd - |
2318 | 2023-11-10T18:47:17.310Z | /work/oxidecomputer/omicron |
2319 | 2023-11-10T18:47:17.313Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.pnayTi/root/opt/oxide |
2320 | 2023-11-10T18:47:17.389Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.pnayTi/root/opt/oxide |
2321 | 2023-11-10T18:47:17.392Z | + cd /tmp/tmp.pnayTi |
2322 | 2023-11-10T18:47:17.395Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2323 | 2023-11-10T18:47:29.562Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2324 | 2023-11-10T18:47:29.565Z | a oxide.json 1K |
2325 | 2023-11-10T18:47:29.568Z | a root/ 0K |
2326 | 2023-11-10T18:47:29.572Z | a root/opt/ 0K |
2327 | 2023-11-10T18:47:29.574Z | a root/opt/oxide/ 0K |
2328 | 2023-11-10T18:47:29.577Z | a root/opt/oxide/sled-agent/ 0K |
2329 | 2023-11-10T18:47:29.580Z | a root/opt/oxide/sled-agent/zone-bundle 37147K |
2330 | 2023-11-10T18:47:29.583Z | a root/opt/oxide/sled-agent/sled-agent 82140K |
2331 | 2023-11-10T18:47:29.587Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2332 | 2023-11-10T18:47:29.590Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2333 | 2023-11-10T18:47:29.593Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2334 | 2023-11-10T18:47:29.595Z | a root/opt/oxide/sled-agent/VERSION 1K |
2335 | 2023-11-10T18:47:29.598Z | a root/opt/oxide/mg-ddm/ 0K |
2336 | 2023-11-10T18:47:29.601Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2337 | 2023-11-10T18:47:29.604Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2338 | 2023-11-10T18:47:29.606Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2339 | 2023-11-10T18:47:29.609Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2340 | 2023-11-10T18:47:29.612Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2341 | 2023-11-10T18:47:29.615Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2342 | 2023-11-10T18:47:29.618Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2343 | 2023-11-10T18:47:29.622Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2344 | 2023-11-10T18:47:29.625Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2345 | 2023-11-10T18:47:29.632Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2346 | 2023-11-10T18:47:29.636Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2347 | 2023-11-10T18:47:29.638Z | a root/opt/oxide/overlay.tar.gz 2K |
2348 | 2023-11-10T18:47:29.642Z | a root/lib/ 0K |
2349 | 2023-11-10T18:47:29.645Z | a root/lib/svc/ 0K |
2350 | 2023-11-10T18:47:29.648Z | a root/lib/svc/manifest/ 0K |
2351 | 2023-11-10T18:47:29.651Z | a root/lib/svc/manifest/site/ 0K |
2352 | 2023-11-10T18:47:29.654Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2353 | 2023-11-10T18:47:29.657Z | + cd / |
2354 | 2023-11-10T18:47:29.660Z | + rm -rf /tmp/tmp.pnayTi |
2355 | 2023-11-10T18:47:29.663Z | |
2356 | 2023-11-10T18:47:29.666Z | real 12.574235284 |
2357 | 2023-11-10T18:47:29.669Z | user 11.547391809 |
2358 | 2023-11-10T18:47:29.673Z | sys 1.098367238 |
2359 | 2023-11-10T18:47:29.676Z | trap 0.004031712 |
2360 | 2023-11-10T18:47:29.679Z | tflt 0.000000000 |
2361 | 2023-11-10T18:47:29.682Z | dflt 0.000000000 |
2362 | 2023-11-10T18:47:29.685Z | kflt 0.000000000 |
2363 | 2023-11-10T18:47:29.687Z | lock 0.000000000 |
2364 | 2023-11-10T18:47:29.690Z | slp 24.187408988 |
2365 | 2023-11-10T18:47:29.693Z | lat 0.464934963 |
2366 | 2023-11-10T18:47:29.696Z | stop 0.000313454 |
2367 | 2023-11-10T18:47:29.698Z | + mkdir -p /work/zones |
2368 | 2023-11-10T18:47:29.701Z | + 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) |
2369 | 2023-11-10T18:47:29.709Z | + 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/ |
2370 | 2023-11-10T18:47:33.345Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2371 | 2023-11-10T18:47:34.603Z | Finished release [optimized] target(s) in 1.16s |
2372 | 2023-11-10T18:47:34.637Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2373 | 2023-11-10T18:47:34.682Z | Created new build target 'recovery' and set it as active |
2374 | 2023-11-10T18:47:34.686Z | |
2375 | 2023-11-10T18:47:34.689Z | real 1.336246651 |
2376 | 2023-11-10T18:47:34.692Z | user 0.945478470 |
2377 | 2023-11-10T18:47:34.695Z | sys 0.389383895 |
2378 | 2023-11-10T18:47:34.698Z | trap 0.000565833 |
2379 | 2023-11-10T18:47:34.700Z | tflt 0.000032459 |
2380 | 2023-11-10T18:47:34.703Z | dflt 0.000002087 |
2381 | 2023-11-10T18:47:34.706Z | kflt 0.000000000 |
2382 | 2023-11-10T18:47:34.709Z | lock 0.038973694 |
2383 | 2023-11-10T18:47:34.712Z | slp 0.024599587 |
2384 | 2023-11-10T18:47:34.716Z | lat 0.004110617 |
2385 | 2023-11-10T18:47:34.720Z | stop 0.000219007 |
2386 | 2023-11-10T18:47:34.723Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2387 | 2023-11-10T18:47:35.943Z | Finished release [optimized] target(s) in 1.16s |
2388 | 2023-11-10T18:47:35.976Z | Running `target/release/omicron-package -t recovery package` |
2389 | 2023-11-10T18:47:36.023Z | Nov 10 18:47:36.029 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2390 | 2023-11-10T18:47:37.101Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2391 | 2023-11-10T18:47:41.108Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2392 | 2023-11-10T18:48:13.197Z | Finished release [optimized] target(s) in 37.09s |
2393 | 2023-11-10T18:48:25.742Z | |
2394 | 2023-11-10T18:48:25.746Z | real 51.057700559 |
2395 | 2023-11-10T18:48:25.748Z | user 2:33.819716852 |
2396 | 2023-11-10T18:48:25.751Z | sys 12.963417827 |
2397 | 2023-11-10T18:48:25.755Z | trap 0.082808296 |
2398 | 2023-11-10T18:48:25.757Z | tflt 0.055451580 |
2399 | 2023-11-10T18:48:25.760Z | dflt 1.159348012 |
2400 | 2023-11-10T18:48:25.763Z | kflt 0.000000000 |
2401 | 2023-11-10T18:48:25.766Z | lock 11:10.446026269 |
2402 | 2023-11-10T18:48:25.768Z | slp 2:32.531663009 |
2403 | 2023-11-10T18:48:25.776Z | lat 2.101780853 |
2404 | 2023-11-10T18:48:25.779Z | stop 0.188166162 |
2405 | 2023-11-10T18:48:25.782Z | + stamp_packages installinator mg-ddm-gz |
2406 | 2023-11-10T18:48:25.785Z | + for package in "$@" |
2407 | 2023-11-10T18:48:25.788Z | + [[ installinator == mg-ddm-gz ]] |
2408 | 2023-11-10T18:48:25.790Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+gitfa280fd737f |
2409 | 2023-11-10T18:48:26.950Z | Finished release [optimized] target(s) in 1.12s |
2410 | 2023-11-10T18:48:26.983Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+gitfa280fd737f` |
2411 | 2023-11-10T18:48:27.030Z | Nov 10 18:48:27.036 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2412 | 2023-11-10T18:48:27.163Z | Created: out/versioned/installinator.tar |
2413 | 2023-11-10T18:48:27.167Z | + for package in "$@" |
2414 | 2023-11-10T18:48:27.170Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2415 | 2023-11-10T18:48:27.172Z | + echo 0.0.0 |
2416 | 2023-11-10T18:48:27.175Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2417 | 2023-11-10T18:48:27.178Z | a VERSION 1K |
2418 | 2023-11-10T18:48:27.181Z | + rm VERSION |
2419 | 2023-11-10T18:48:27.184Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitfa280fd737f |
2420 | 2023-11-10T18:48:28.362Z | Finished release [optimized] target(s) in 1.10s |
2421 | 2023-11-10T18:48:28.419Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitfa280fd737f` |
2422 | 2023-11-10T18:48:28.441Z | Nov 10 18:48:28.446 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2423 | 2023-11-10T18:48:28.630Z | Created: out/versioned/mg-ddm-gz.tar |
2424 | 2023-11-10T18:48:28.634Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2425 | 2023-11-10T18:48:28.648Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2426 | 2023-11-10T18:48:28.651Z | ++ cd -- ./tools |
2427 | 2023-11-10T18:48:28.654Z | ++ pwd |
2428 | 2023-11-10T18:48:28.657Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2429 | 2023-11-10T18:48:28.660Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2430 | 2023-11-10T18:48:28.662Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2431 | 2023-11-10T18:48:28.665Z | ++ readlink -f /work |
2432 | 2023-11-10T18:48:28.668Z | + out_dir=/work |
2433 | 2023-11-10T18:48:28.671Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2434 | 2023-11-10T18:48:28.673Z | + for dep in "${deps[@]}" |
2435 | 2023-11-10T18:48:28.676Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2436 | 2023-11-10T18:48:28.679Z | + for dep in "${deps[@]}" |
2437 | 2023-11-10T18:48:28.682Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2438 | 2023-11-10T18:48:28.684Z | ++ mktemp -d |
2439 | 2023-11-10T18:48:28.687Z | + tmp_trampoline=/tmp/tmp.8RaWXi |
2440 | 2023-11-10T18:48:28.692Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2441 | 2023-11-10T18:48:28.695Z | + echo '{"v":"1","t":"layer"}' |
2442 | 2023-11-10T18:48:28.698Z | + pkg_dir=/tmp/tmp.8RaWXi/root/opt/oxide/installinator |
2443 | 2023-11-10T18:48:28.701Z | + mkdir -p /tmp/tmp.8RaWXi/root/opt/oxide/installinator |
2444 | 2023-11-10T18:48:28.704Z | + cd /tmp/tmp.8RaWXi/root/opt/oxide/installinator |
2445 | 2023-11-10T18:48:28.707Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2446 | 2023-11-10T18:48:28.721Z | x ., 0 bytes, 0 tape blocks |
2447 | 2023-11-10T18:48:28.724Z | x installinator, 52702256 bytes, 102935 tape blocks |
2448 | 2023-11-10T18:48:28.727Z | x pkg, 0 bytes, 0 tape blocks |
2449 | 2023-11-10T18:48:28.730Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2450 | 2023-11-10T18:48:28.733Z | x VERSION, 25 bytes, 1 tape blocks |
2451 | 2023-11-10T18:48:28.739Z | + mkdir -p /tmp/tmp.8RaWXi/root/lib/svc/manifest/site/ |
2452 | 2023-11-10T18:48:28.742Z | + mv pkg/manifest.xml /tmp/tmp.8RaWXi/root/lib/svc/manifest/site/installinator.xml |
2453 | 2023-11-10T18:48:28.745Z | + cd - |
2454 | 2023-11-10T18:48:28.748Z | /work/oxidecomputer/omicron |
2455 | 2023-11-10T18:48:28.751Z | + pkg_dir=/tmp/tmp.8RaWXi/root/opt/oxide/mg-ddm |
2456 | 2023-11-10T18:48:28.754Z | + mkdir -p /tmp/tmp.8RaWXi/root/opt/oxide/mg-ddm |
2457 | 2023-11-10T18:48:28.757Z | + cd /tmp/tmp.8RaWXi/root/opt/oxide/mg-ddm |
2458 | 2023-11-10T18:48:28.760Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2459 | 2023-11-10T18:48:28.797Z | x ., 0 bytes, 0 tape blocks |
2460 | 2023-11-10T18:48:28.800Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2461 | 2023-11-10T18:48:28.803Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2462 | 2023-11-10T18:48:28.806Z | x pkg, 0 bytes, 0 tape blocks |
2463 | 2023-11-10T18:48:28.809Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2464 | 2023-11-10T18:48:28.813Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2465 | 2023-11-10T18:48:28.816Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2466 | 2023-11-10T18:48:28.819Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2467 | 2023-11-10T18:48:28.822Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2468 | 2023-11-10T18:48:28.825Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2469 | 2023-11-10T18:48:28.829Z | x VERSION, 25 bytes, 1 tape blocks |
2470 | 2023-11-10T18:48:28.831Z | + cd - |
2471 | 2023-11-10T18:48:28.834Z | /work/oxidecomputer/omicron |
2472 | 2023-11-10T18:48:28.837Z | + cd /tmp/tmp.8RaWXi |
2473 | 2023-11-10T18:48:28.840Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2474 | 2023-11-10T18:48:34.884Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2475 | 2023-11-10T18:48:34.890Z | a oxide.json 1K |
2476 | 2023-11-10T18:48:34.893Z | a root/ 0K |
2477 | 2023-11-10T18:48:34.896Z | a root/opt/ 0K |
2478 | 2023-11-10T18:48:34.956Z | a root/opt/oxide/ 0K |
2479 | 2023-11-10T18:48:34.959Z | a root/opt/oxide/installinator/ 0K |
2480 | 2023-11-10T18:48:34.962Z | a root/opt/oxide/installinator/installinator 51468K |
2481 | 2023-11-10T18:48:34.965Z | a root/opt/oxide/installinator/pkg/ 0K |
2482 | 2023-11-10T18:48:34.967Z | a root/opt/oxide/installinator/VERSION 1K |
2483 | 2023-11-10T18:48:34.970Z | a root/opt/oxide/mg-ddm/ 0K |
2484 | 2023-11-10T18:48:34.973Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2485 | 2023-11-10T18:48:34.975Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2486 | 2023-11-10T18:48:34.978Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2487 | 2023-11-10T18:48:34.981Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2488 | 2023-11-10T18:48:34.984Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2489 | 2023-11-10T18:48:34.987Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2490 | 2023-11-10T18:48:34.989Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2491 | 2023-11-10T18:48:34.992Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2492 | 2023-11-10T18:48:34.995Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2493 | 2023-11-10T18:48:35.052Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2494 | 2023-11-10T18:48:35.063Z | a root/lib/ 0K |
2495 | 2023-11-10T18:48:35.124Z | a root/lib/svc/ 0K |
2496 | 2023-11-10T18:48:35.127Z | a root/lib/svc/manifest/ 0K |
2497 | 2023-11-10T18:48:35.130Z | a root/lib/svc/manifest/site/ 0K |
2498 | 2023-11-10T18:48:35.132Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2499 | 2023-11-10T18:48:35.135Z | + cd / |
2500 | 2023-11-10T18:48:35.138Z | + rm -rf /tmp/tmp.8RaWXi |
2501 | 2023-11-10T18:48:35.140Z | |
2502 | 2023-11-10T18:48:35.143Z | real 6.273406259 |
2503 | 2023-11-10T18:48:35.146Z | user 5.824985895 |
2504 | 2023-11-10T18:48:35.149Z | sys 0.480047379 |
2505 | 2023-11-10T18:48:35.152Z | trap 0.002492031 |
2506 | 2023-11-10T18:48:35.155Z | tflt 0.000000000 |
2507 | 2023-11-10T18:48:35.158Z | dflt 0.000000000 |
2508 | 2023-11-10T18:48:35.161Z | kflt 0.000000000 |
2509 | 2023-11-10T18:48:35.164Z | lock 0.000000000 |
2510 | 2023-11-10T18:48:35.167Z | slp 12.091695898 |
2511 | 2023-11-10T18:48:35.170Z | lat 0.218294538 |
2512 | 2023-11-10T18:48:35.172Z | stop 0.000305896 |
2513 | 2023-11-10T18:48:35.175Z | process exited: duration 2438297 ms, exit code 0 |
|
2514 | 2023-11-10T18:48:35.190Z | found 21 output files |
2515 | 2023-11-10T18:48:35.193Z | uploading: /work/version.txt (26 bytes) |
2516 | 2023-11-10T18:48:36.224Z | uploaded: /work/version.txt |
2517 | 2023-11-10T18:48:36.240Z | uploading: /work/package.tar.gz (83245751 bytes) |
2518 | 2023-11-10T18:49:07.622Z | uploaded: /work/package.tar.gz |
2519 | 2023-11-10T18:49:07.633Z | uploading: /work/global-zone-packages.tar.gz (124525013 bytes) |
2520 | 2023-11-10T18:49:46.450Z | uploaded: /work/global-zone-packages.tar.gz |
2521 | 2023-11-10T18:49:46.457Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36731301 bytes) |
2522 | 2023-11-10T18:49:58.425Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2523 | 2023-11-10T18:49:58.436Z | uploading: /work/zones/clickhouse.tar.gz (181758596 bytes) |
2524 | 2023-11-10T18:51:17.981Z | uploaded: /work/zones/clickhouse.tar.gz |
2525 | 2023-11-10T18:51:18.006Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181761524 bytes) |
2526 | 2023-11-10T18:52:39.492Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2527 | 2023-11-10T18:52:39.512Z | uploading: /work/zones/cockroachdb.tar.gz (118829466 bytes) |
2528 | 2023-11-10T18:53:14.916Z | uploaded: /work/zones/cockroachdb.tar.gz |
2529 | 2023-11-10T18:53:14.931Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2530 | 2023-11-10T18:53:22.801Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2531 | 2023-11-10T18:53:22.813Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2532 | 2023-11-10T18:53:35.777Z | uploaded: /work/zones/crucible.tar.gz |
2533 | 2023-11-10T18:53:35.789Z | uploading: /work/zones/external-dns.tar.gz (24177051 bytes) |
2534 | 2023-11-10T18:53:45.096Z | uploaded: /work/zones/external-dns.tar.gz |
2535 | 2023-11-10T18:53:45.107Z | uploading: /work/zones/internal-dns.tar.gz (24177050 bytes) |
2536 | 2023-11-10T18:53:52.722Z | uploaded: /work/zones/internal-dns.tar.gz |
2537 | 2023-11-10T18:53:52.725Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2538 | 2023-11-10T18:53:53.732Z | uploaded: /work/zones/ntp.tar.gz |
2539 | 2023-11-10T18:53:53.743Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18140992 bytes) |
2540 | 2023-11-10T18:54:00.781Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2541 | 2023-11-10T18:54:00.793Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18140177 bytes) |
2542 | 2023-11-10T18:54:06.840Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2543 | 2023-11-10T18:54:06.851Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72113001 bytes) |
2544 | 2023-11-10T18:54:26.470Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2545 | 2023-11-10T18:54:26.481Z | uploading: /work/zones/omicron-nexus.tar.gz (72113794 bytes) |
2546 | 2023-11-10T18:54:53.016Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2547 | 2023-11-10T18:54:53.019Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2548 | 2023-11-10T18:54:54.026Z | uploaded: /work/zones/overlay.tar.gz |
2549 | 2023-11-10T18:54:54.037Z | uploading: /work/zones/oximeter-collector.tar.gz (33980349 bytes) |
2550 | 2023-11-10T18:55:06.027Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2551 | 2023-11-10T18:55:06.042Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2552 | 2023-11-10T18:55:29.766Z | uploaded: /work/zones/propolis-server.tar.gz |
2553 | 2023-11-10T18:55:29.778Z | uploading: /work/zones/switch-asic.tar.gz (242248366 bytes) |
2554 | 2023-11-10T18:56:43.730Z | uploaded: /work/zones/switch-asic.tar.gz |
2555 | 2023-11-10T18:56:43.748Z | uploading: /work/zones/switch-softnpu.tar.gz (166061082 bytes) |
2556 | 2023-11-10T18:57:38.500Z | uploaded: /work/zones/switch-softnpu.tar.gz |