|
|
|
1 | 2023-11-21T03:50:34.052Z | job assigned to worker 01HFQZYCWW4PGVFS90VV8J6CGC (queued for 1 m 18 s) |
|
2 | 2023-11-21T03:50:34.270Z | starting task 0: "setup" |
3 | 2023-11-21T03:50:34.338Z | ++ uname -s |
4 | 2023-11-21T03:50:34.366Z | + kern=SunOS |
5 | 2023-11-21T03:50:34.382Z | + case "$kern" in |
6 | 2023-11-21T03:50:34.393Z | + groupadd -g 12345 build |
7 | 2023-11-21T03:50:34.401Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T03:50:36.349Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T03:50:36.460Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T03:50:36.465Z | + home_fs=zfs |
11 | 2023-11-21T03:50:36.469Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T03:50:36.472Z | + mkdir -p /home/build |
13 | 2023-11-21T03:50:36.475Z | + chown build:build /home/build /work |
14 | 2023-11-21T03:50:38.468Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T03:50:38.471Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2023-11-21T03:50:38.477Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T03:50:38.489Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T03:50:38.492Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T03:50:38.669Z | info: downloading installer |
20 | 2023-11-21T03:50:40.662Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T03:50:40.672Z | warning: /opt/ooce/bin |
22 | 2023-11-21T03:50:40.683Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T03:50:40.760Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T03:50:40.774Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T03:50:40.796Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T03:50:40.802Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T03:50:40.805Z | error: cannot install while Rust is installed |
28 | 2023-11-21T03:50:40.808Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T03:50:40.810Z | info: profile set to 'default' |
30 | 2023-11-21T03:50:40.813Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T03:50:40.816Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T03:50:40.948Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T03:50:40.950Z | info: downloading component 'cargo' |
34 | 2023-11-21T03:50:41.728Z | info: downloading component 'clippy' |
35 | 2023-11-21T03:50:41.998Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T03:50:42.972Z | info: downloading component 'rust-std' |
37 | 2023-11-21T03:50:44.726Z | info: downloading component 'rustc' |
38 | 2023-11-21T03:50:48.942Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T03:50:49.176Z | info: installing component 'cargo' |
40 | 2023-11-21T03:50:50.572Z | info: installing component 'clippy' |
41 | 2023-11-21T03:50:51.182Z | info: installing component 'rust-docs' |
42 | 2023-11-21T03:50:53.918Z | info: installing component 'rust-std' |
43 | 2023-11-21T03:50:58.774Z | info: installing component 'rustc' |
44 | 2023-11-21T03:51:08.360Z | info: installing component 'rustfmt' |
45 | 2023-11-21T03:51:08.848Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T03:51:08.851Z | |
47 | 2023-11-21T03:51:08.988Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T03:51:08.994Z | |
49 | 2023-11-21T03:51:08.997Z | |
50 | 2023-11-21T03:51:08.999Z | Rust is installed now. Great! |
51 | 2023-11-21T03:51:09.003Z | |
52 | 2023-11-21T03:51:09.006Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T03:51:09.009Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T03:51:09.011Z | |
55 | 2023-11-21T03:51:09.014Z | To configure your current shell, run: |
56 | 2023-11-21T03:51:09.017Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T03:51:09.073Z | + rustc --version |
58 | 2023-11-21T03:51:09.186Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T03:51:09.191Z | process exited: duration 30722 ms, exit code 0 |
|
60 | 2023-11-21T03:51:09.197Z | starting task 2: "authentication" |
61 | 2023-11-21T03:51:09.233Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-21T03:51:09.252Z | starting task 3: "clone repository" |
63 | 2023-11-21T03:51:09.274Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T03:51:09.278Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T03:51:09.316Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T03:51:16.174Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T03:51:16.177Z | + [[ -n sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds ]] |
68 | 2023-11-21T03:51:16.180Z | + git fetch origin sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds |
69 | 2023-11-21T03:51:16.502Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T03:51:16.505Z | * branch sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds -> FETCH_HEAD |
71 | 2023-11-21T03:51:16.513Z | + git checkout -B sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds remotes/origin/sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds |
72 | 2023-11-21T03:51:16.549Z | Switched to a new branch 'sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds' |
73 | 2023-11-21T03:51:16.552Z | branch 'sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds' set up to track 'origin/sunshowers/spr/meta-a-few-changes-to-prevent-duplicate-dep-builds'. |
74 | 2023-11-21T03:51:16.555Z | + git reset --hard ea543c9dcd7ad5e73962f24d0bb0a1a5c1b390a1 |
75 | 2023-11-21T03:51:16.601Z | HEAD is now at ea543c9d move all the profile.test to profile.dev |
76 | 2023-11-21T03:51:16.615Z | process exited: duration 7338 ms, exit code 0 |
|
77 | 2023-11-21T03:51:16.642Z | starting task 4: "build" |
78 | 2023-11-21T03:51:16.657Z | + cargo --version |
79 | 2023-11-21T03:51:16.663Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T03:51:16.871Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T03:51:16.893Z | info: downloading component 'cargo' |
82 | 2023-11-21T03:51:17.925Z | info: downloading component 'clippy' |
83 | 2023-11-21T03:51:17.944Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T03:51:18.547Z | info: downloading component 'rust-std' |
85 | 2023-11-21T03:51:19.848Z | info: downloading component 'rustc' |
86 | 2023-11-21T03:51:23.491Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T03:51:23.707Z | info: installing component 'cargo' |
88 | 2023-11-21T03:51:24.895Z | info: installing component 'clippy' |
89 | 2023-11-21T03:51:25.391Z | info: installing component 'rust-docs' |
90 | 2023-11-21T03:51:33.523Z | info: installing component 'rust-std' |
91 | 2023-11-21T03:51:34.027Z | info: installing component 'rustc' |
92 | 2023-11-21T03:51:36.777Z | info: installing component 'rustfmt' |
93 | 2023-11-21T03:51:37.201Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T03:51:37.278Z | + rustc --version |
95 | 2023-11-21T03:51:37.294Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T03:51:37.351Z | ++ git rev-parse HEAD |
97 | 2023-11-21T03:51:37.397Z | + COMMIT=ea543c9dcd7ad5e73962f24d0bb0a1a5c1b390a1 |
98 | 2023-11-21T03:51:37.447Z | + VERSION=1.0.4-0.ci+gitea543c9dcd7 |
99 | 2023-11-21T03:51:37.882Z | + echo 1.0.4-0.ci+gitea543c9dcd7 |
100 | 2023-11-21T03:51:37.894Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-21T03:51:45.509Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-21T03:51:46.494Z | Startup: Caching catalogs ... Done |
103 | 2023-11-21T03:51:51.912Z | Planning: Solver setup ... Done (5.063s) |
104 | 2023-11-21T03:51:52.036Z | Planning: Running solver ... Done (0.126s) |
105 | 2023-11-21T03:51:52.093Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-21T03:51:52.108Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-21T03:51:52.739Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-21T03:51:52.826Z | Planning: Package planning ... Done (0.082s) |
109 | 2023-11-21T03:51:52.910Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-11-21T03:51:53.547Z | Planning: Checking for conflicting actions ... Done (0.639s) |
111 | 2023-11-21T03:51:53.564Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-21T03:51:57.586Z | Planning: Evaluating mediators ... Done (4.023s) |
113 | 2023-11-21T03:51:57.602Z | Planning: Planning completed in 11.05 seconds |
114 | 2023-11-21T03:52:02.606Z | Packages to install: 4 |
115 | 2023-11-21T03:52:02.613Z | Mediators to change: 2 |
116 | 2023-11-21T03:52:02.623Z | Services to change: 1 |
117 | 2023-11-21T03:52:02.631Z | Estimated space available: 148.90 GB |
118 | 2023-11-21T03:52:02.639Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-21T03:52:02.648Z | Create boot environment: No |
120 | 2023-11-21T03:52:02.657Z | Create backup boot environment: No |
121 | 2023-11-21T03:52:02.662Z | Rebuild boot archive: No |
122 | 2023-11-21T03:52:02.666Z | |
123 | 2023-11-21T03:52:02.674Z | Changed mediators: |
124 | 2023-11-21T03:52:02.684Z | mediator clang: |
125 | 2023-11-21T03:52:02.688Z | version: None -> 15 (system default) |
126 | 2023-11-21T03:52:02.691Z | |
127 | 2023-11-21T03:52:02.701Z | mediator llvm: |
128 | 2023-11-21T03:52:02.710Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-21T03:52:02.725Z | |
130 | 2023-11-21T03:52:02.735Z | Changed packages: |
131 | 2023-11-21T03:52:02.740Z | helios-dev |
132 | 2023-11-21T03:52:02.746Z | developer/build-essential |
133 | 2023-11-21T03:52:02.749Z | None -> 11-2.0 |
134 | 2023-11-21T03:52:02.753Z | library/libxmlsec1 |
135 | 2023-11-21T03:52:02.759Z | None -> 1.2.35-2.0 |
136 | 2023-11-21T03:52:02.763Z | ooce/developer/clang-15 |
137 | 2023-11-21T03:52:02.766Z | None -> 15.0.7-2.0 |
138 | 2023-11-21T03:52:02.772Z | ooce/developer/llvm-15 |
139 | 2023-11-21T03:52:02.776Z | None -> 15.0.7-2.0 |
140 | 2023-11-21T03:52:02.783Z | |
141 | 2023-11-21T03:52:02.787Z | Services: |
142 | 2023-11-21T03:52:02.795Z | restart_fmri: |
143 | 2023-11-21T03:52:02.805Z | svc:/system/update-man-index:default |
144 | 2023-11-21T03:52:02.816Z | |
145 | 2023-11-21T03:52:02.820Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-21T03:52:07.834Z | Download: 247/3290 items 5.0/212.6MB 2% complete (976k/s) |
147 | 2023-11-21T03:52:13.598Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
148 | 2023-11-21T03:52:18.597Z | Download: 2178/3290 items 119.0/212.6MB 55% complete (10.2M/s) |
149 | 2023-11-21T03:52:26.019Z | Download: 3243/3290 items 196.5/212.6MB 92% complete (11.2M/s) |
150 | 2023-11-21T03:52:27.770Z | Download: Completed 212.60 MB in 24.96 seconds (8.5M/s) |
151 | 2023-11-21T03:52:28.327Z | Actions: 1/3687 actions (Installing new actions) |
152 | 2023-11-21T03:52:33.379Z | Actions: 2997/3687 actions (Installing new actions) |
153 | 2023-11-21T03:52:36.286Z | Actions: Completed 3687 actions in 7.96 seconds. |
154 | 2023-11-21T03:52:36.385Z | Done (0.092s) |
155 | 2023-11-21T03:52:36.390Z | Done (0.000s) |
156 | 2023-11-21T03:52:36.612Z | Done (0.227s) |
157 | 2023-11-21T03:52:43.907Z | Done (7.183s) |
158 | 2023-11-21T03:52:44.127Z | Done (0.123s) |
159 | 2023-11-21T03:52:44.139Z | Done (0.000s) |
160 | 2023-11-21T03:52:44.323Z | Done (0.000s) |
161 | 2023-11-21T03:52:45.026Z | Planning: Evaluating mediator changes ... Done |
162 | 2023-11-21T03:52:45.295Z | Planning: Checking for conflicting actions ... Done |
163 | 2023-11-21T03:52:45.298Z | Planning: Consolidating action changes ... Done |
164 | 2023-11-21T03:52:45.732Z | Planning: Evaluating mediators ... Done |
165 | 2023-11-21T03:52:45.735Z | Planning: Planning completed in 0.72 seconds |
166 | 2023-11-21T03:52:45.787Z | Mediators to change: 2 |
167 | 2023-11-21T03:52:45.790Z | Create boot environment: No |
168 | 2023-11-21T03:52:45.793Z | Create backup boot environment: No |
169 | 2023-11-21T03:52:45.879Z | Done |
170 | 2023-11-21T03:52:45.882Z | Done |
171 | 2023-11-21T03:52:46.021Z | Done |
172 | 2023-11-21T03:52:51.902Z | Done |
173 | 2023-11-21T03:52:52.024Z | Done |
174 | 2023-11-21T03:52:52.027Z | Done |
175 | 2023-11-21T03:52:52.156Z | Done |
176 | 2023-11-21T03:52:53.168Z | Planning: Evaluating mediator changes ... Done |
177 | 2023-11-21T03:52:53.172Z | Planning: Merging actions ... Done |
178 | 2023-11-21T03:52:53.498Z | Planning: Checking for conflicting actions ... Done |
179 | 2023-11-21T03:52:53.517Z | Planning: Consolidating action changes ... Done |
180 | 2023-11-21T03:52:53.920Z | Planning: Evaluating mediators ... Done |
181 | 2023-11-21T03:52:54.009Z | Planning: Planning completed in 1.29 seconds |
182 | 2023-11-21T03:52:54.065Z | Packages to change: 1 |
183 | 2023-11-21T03:52:54.068Z | Mediators to change: 1 |
184 | 2023-11-21T03:52:54.071Z | Services to change: 1 |
185 | 2023-11-21T03:52:54.074Z | Create boot environment: No |
186 | 2023-11-21T03:52:54.076Z | Create backup boot environment: Yes |
187 | 2023-11-21T03:52:56.094Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2023-11-21T03:52:56.106Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2023-11-21T03:52:56.108Z | Done |
190 | 2023-11-21T03:52:56.111Z | Done |
191 | 2023-11-21T03:52:56.114Z | Done |
192 | 2023-11-21T03:53:01.888Z | Done |
193 | 2023-11-21T03:53:01.986Z | Done |
194 | 2023-11-21T03:53:01.991Z | Done |
195 | 2023-11-21T03:53:02.077Z | Done |
196 | 2023-11-21T03:53:02.754Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2023-11-21T03:53:02.760Z | clang system 15 system |
198 | 2023-11-21T03:53:02.765Z | csh system system illumos |
199 | 2023-11-21T03:53:02.770Z | ctags system system illumos |
200 | 2023-11-21T03:53:02.775Z | gcc vendor 12 vendor |
201 | 2023-11-21T03:53:02.778Z | gcc system 10 system |
202 | 2023-11-21T03:53:02.783Z | gcc system 7 system |
203 | 2023-11-21T03:53:02.787Z | go system 1.20 system |
204 | 2023-11-21T03:53:02.790Z | go system 1.19 system |
205 | 2023-11-21T03:53:02.797Z | llvm system 15 system |
206 | 2023-11-21T03:53:02.804Z | llvm system 14 system |
207 | 2023-11-21T03:53:02.807Z | mariadb system 10.6 system |
208 | 2023-11-21T03:53:02.813Z | mta vendor vendor dma |
209 | 2023-11-21T03:53:02.816Z | openjdk system 17 system |
210 | 2023-11-21T03:53:02.820Z | openjdk system 11 system |
211 | 2023-11-21T03:53:02.825Z | openjdk system 1.8 system |
212 | 2023-11-21T03:53:02.828Z | openssl vendor 3 vendor |
213 | 2023-11-21T03:53:02.835Z | perl system 5.36 system |
214 | 2023-11-21T03:53:02.842Z | postgresql system 15 system |
215 | 2023-11-21T03:53:02.845Z | postgresql system 13 system |
216 | 2023-11-21T03:53:02.848Z | python vendor 3 vendor |
217 | 2023-11-21T03:53:02.852Z | python system 2 system |
218 | 2023-11-21T03:53:02.855Z | python3 system 3.11 system |
219 | 2023-11-21T03:53:02.859Z | ruby system 3.0 system |
220 | 2023-11-21T03:53:02.862Z | words vendor vendor american-english |
221 | 2023-11-21T03:53:02.866Z | words system system australian-english |
222 | 2023-11-21T03:53:02.869Z | words system system british-english |
223 | 2023-11-21T03:53:02.874Z | words system system canadian-english |
224 | 2023-11-21T03:53:02.879Z | words system system french |
225 | 2023-11-21T03:53:02.883Z | words system system italian |
226 | 2023-11-21T03:53:02.886Z | words system system ngerman |
227 | 2023-11-21T03:53:02.923Z | words system system ogerman |
228 | 2023-11-21T03:53:02.936Z | words system system spanish |
229 | 2023-11-21T03:53:03.289Z | FMRI IFO |
230 | 2023-11-21T03:53:03.292Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2023-11-21T03:53:03.297Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2023-11-21T03:53:03.302Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2023-11-21T03:53:03.305Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
234 | 2023-11-21T03:53:03.310Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2023-11-21T03:53:03.314Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
236 | 2023-11-21T03:53:03.363Z | + set -o errexit |
237 | 2023-11-21T03:53:03.367Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2023-11-21T03:53:03.372Z | ++ cd ./tools |
239 | 2023-11-21T03:53:03.376Z | ++ pwd |
240 | 2023-11-21T03:53:03.381Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2023-11-21T03:53:03.385Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2023-11-21T03:53:03.389Z | + ARG0=ci_download_cockroachdb |
243 | 2023-11-21T03:53:03.407Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2023-11-21T03:53:03.411Z | + CIDL_VERSION=v22.1.9 |
245 | 2023-11-21T03:53:03.414Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2023-11-21T03:53:03.418Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2023-11-21T03:53:03.421Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2023-11-21T03:53:03.424Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2023-11-21T03:53:03.429Z | + TARGET_DIR=out |
250 | 2023-11-21T03:53:03.432Z | + DOWNLOAD_DIR=out/downloads |
251 | 2023-11-21T03:53:03.435Z | + DEST_DIR=./out/cockroachdb |
252 | 2023-11-21T03:53:03.438Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2023-11-21T03:53:03.446Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2023-11-21T03:53:03.452Z | + main |
255 | 2023-11-21T03:53:03.460Z | + [[ 0 != 0 ]] |
256 | 2023-11-21T03:53:03.464Z | + CIDL_OS=solaris2.11 |
257 | 2023-11-21T03:53:03.468Z | + [[ 0 != 0 ]] |
258 | 2023-11-21T03:53:03.471Z | + configure_os solaris2.11 |
259 | 2023-11-21T03:53:03.477Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2023-11-21T03:53:03.480Z | current directory: /work/oxidecomputer/omicron |
261 | 2023-11-21T03:53:03.485Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2023-11-21T03:53:03.488Z | configuring based on OS: "solaris2.11" |
263 | 2023-11-21T03:53:03.492Z | + case "$1" in |
264 | 2023-11-21T03:53:03.496Z | + CIDL_BUILD=illumos |
265 | 2023-11-21T03:53:03.501Z | + CIDL_SUFFIX=tar.gz |
266 | 2023-11-21T03:53:03.506Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-11-21T03:53:03.516Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2023-11-21T03:53:03.523Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2023-11-21T03:53:03.526Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2023-11-21T03:53:03.530Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2023-11-21T03:53:03.534Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-21T03:53:03.543Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-21T03:53:03.547Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2023-11-21T03:53:03.552Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-21T03:53:03.555Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-21T03:53:03.559Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-21T03:53:03.563Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-11-21T03:53:03.567Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-21T03:53:03.571Z | + mkdir -p out/downloads |
280 | 2023-11-21T03:53:03.575Z | + mkdir -p ./out/cockroachdb |
281 | 2023-11-21T03:53:03.580Z | + local DO_DOWNLOAD=true |
282 | 2023-11-21T03:53:03.583Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2023-11-21T03:53:03.586Z | + '[' true == true ']' |
284 | 2023-11-21T03:53:03.590Z | + echo Downloading... |
285 | 2023-11-21T03:53:03.594Z | Downloading... |
286 | 2023-11-21T03:53:03.597Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-21T03:53:03.601Z | + 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 |
288 | 2023-11-21T03:53:06.457Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-21T03:53:06.461Z | ++ md5sum |
290 | 2023-11-21T03:53:06.464Z | ++ awk '{print $1}' |
291 | 2023-11-21T03:53:06.642Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2023-11-21T03:53:06.645Z | + [[ 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 ]] |
293 | 2023-11-21T03:53:06.648Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-21T03:53:06.651Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2023-11-21T03:53:10.027Z | + do_assemble_illumos |
296 | 2023-11-21T03:53:10.030Z | + rm -r ./out/cockroachdb |
297 | 2023-11-21T03:53:10.034Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2023-11-21T03:53:11.083Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2023-11-21T03:53:11.087Z | Build Tag: v22.1.9-dirty |
300 | 2023-11-21T03:53:11.095Z | Build Time: 2022/10/26 21:17:46 |
301 | 2023-11-21T03:53:11.525Z | Distribution: OSS |
302 | 2023-11-21T03:53:11.530Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2023-11-21T03:53:11.537Z | Go Version: go1.17.13 |
304 | 2023-11-21T03:53:11.542Z | C Compiler: gcc 10.3.0 |
305 | 2023-11-21T03:53:11.552Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2023-11-21T03:53:11.555Z | Build Type: release |
307 | 2023-11-21T03:53:11.558Z | + set -o errexit |
308 | 2023-11-21T03:53:11.560Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2023-11-21T03:53:11.564Z | ++ cd ./tools |
310 | 2023-11-21T03:53:11.567Z | ++ pwd |
311 | 2023-11-21T03:53:11.572Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2023-11-21T03:53:11.577Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2023-11-21T03:53:11.582Z | + ARG0=ci_download_clickhouse |
314 | 2023-11-21T03:53:11.586Z | + TARGET_DIR=out |
315 | 2023-11-21T03:53:11.589Z | + DOWNLOAD_DIR=out/downloads |
316 | 2023-11-21T03:53:11.593Z | + DEST_DIR=./out/clickhouse |
317 | 2023-11-21T03:53:11.596Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2023-11-21T03:53:11.600Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2023-11-21T03:53:11.604Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2023-11-21T03:53:11.608Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2023-11-21T03:53:11.612Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-11-21T03:53:11.615Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2023-11-21T03:53:11.619Z | + main |
324 | 2023-11-21T03:53:11.622Z | + [[ 0 != 0 ]] |
325 | 2023-11-21T03:53:11.625Z | + CIDL_OS=solaris2.11 |
326 | 2023-11-21T03:53:11.629Z | + [[ 0 != 0 ]] |
327 | 2023-11-21T03:53:11.632Z | + configure_os solaris2.11 |
328 | 2023-11-21T03:53:11.636Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2023-11-21T03:53:11.639Z | current directory: /work/oxidecomputer/omicron |
330 | 2023-11-21T03:53:11.643Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2023-11-21T03:53:11.647Z | configuring based on OS: "solaris2.11" |
332 | 2023-11-21T03:53:11.650Z | + CIDL_DASHREV= |
333 | 2023-11-21T03:53:11.654Z | + case "$1" in |
334 | 2023-11-21T03:53:11.659Z | + CIDL_PLATFORM=illumos |
335 | 2023-11-21T03:53:11.663Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2023-11-21T03:53:11.666Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2023-11-21T03:53:11.671Z | + CIDL_DASHREV=-1 |
338 | 2023-11-21T03:53:11.682Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2023-11-21T03:53:11.698Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-21T03:53:11.732Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-21T03:53:11.737Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-21T03:53:11.740Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-21T03:53:11.743Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-21T03:53:11.747Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-11-21T03:53:11.750Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-21T03:53:11.752Z | + mkdir -p out/downloads |
347 | 2023-11-21T03:53:11.755Z | + mkdir -p ./out/clickhouse |
348 | 2023-11-21T03:53:11.758Z | + local DO_DOWNLOAD=true |
349 | 2023-11-21T03:53:11.761Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2023-11-21T03:53:11.764Z | Downloading... |
351 | 2023-11-21T03:53:11.768Z | + '[' true == true ']' |
352 | 2023-11-21T03:53:11.771Z | + echo Downloading... |
353 | 2023-11-21T03:53:11.774Z | + 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 |
354 | 2023-11-21T03:53:11.777Z | + 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 |
355 | 2023-11-21T03:53:12.479Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-11-21T03:53:12.482Z | ++ md5sum |
357 | 2023-11-21T03:53:12.485Z | ++ awk '{print $1}' |
358 | 2023-11-21T03:53:12.740Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-11-21T03:53:12.743Z | + [[ 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 ]] |
360 | 2023-11-21T03:53:12.746Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2023-11-21T03:53:12.749Z | + mkdir -p ./out/clickhouse |
362 | 2023-11-21T03:53:12.751Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2023-11-21T03:53:17.579Z | + ./out/clickhouse/clickhouse server --version |
364 | 2023-11-21T03:53:17.651Z | ClickHouse server version 22.8.9.1. |
365 | 2023-11-21T03:53:17.745Z | + set -o errexit |
366 | 2023-11-21T03:53:17.755Z | +++ dirname ./tools/ci_download_console |
367 | 2023-11-21T03:53:17.762Z | ++ cd ./tools |
368 | 2023-11-21T03:53:17.785Z | ++ pwd |
369 | 2023-11-21T03:53:17.802Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2023-11-21T03:53:17.814Z | ++ basename ./tools/ci_download_console |
371 | 2023-11-21T03:53:17.831Z | + ARG0=ci_download_console |
372 | 2023-11-21T03:53:17.843Z | + TARGET_DIR=out |
373 | 2023-11-21T03:53:17.848Z | + DOWNLOAD_DIR=out/downloads |
374 | 2023-11-21T03:53:17.859Z | + DEST_DIR=./out/console-assets |
375 | 2023-11-21T03:53:17.873Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2023-11-21T03:53:17.880Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
377 | 2023-11-21T03:53:17.885Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
378 | 2023-11-21T03:53:17.890Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
379 | 2023-11-21T03:53:17.896Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2023-11-21T03:53:17.902Z | + main |
381 | 2023-11-21T03:53:17.908Z | + [[ 0 != 0 ]] |
382 | 2023-11-21T03:53:17.919Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
383 | 2023-11-21T03:53:17.934Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
384 | 2023-11-21T03:53:17.948Z | Local file: out/downloads/console.tar.gz |
385 | 2023-11-21T03:53:17.965Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-11-21T03:53:17.975Z | + local DO_DOWNLOAD=true |
387 | 2023-11-21T03:53:17.989Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2023-11-21T03:53:17.996Z | + mkdir -p out/downloads |
389 | 2023-11-21T03:53:18.007Z | + '[' true == true ']' |
390 | 2023-11-21T03:53:18.018Z | + echo Downloading... |
391 | 2023-11-21T03:53:18.027Z | Downloading... |
392 | 2023-11-21T03:53:18.040Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
393 | 2023-11-21T03:53:18.050Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
394 | 2023-11-21T03:53:18.191Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2023-11-21T03:53:18.216Z | ++ case "$OSTYPE" in |
396 | 2023-11-21T03:53:18.229Z | ++ SHA=sha256sum |
397 | 2023-11-21T03:53:18.239Z | ++ sha256sum |
398 | 2023-11-21T03:53:18.249Z | ++ awk '{print $1}' |
399 | 2023-11-21T03:53:18.263Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
400 | 2023-11-21T03:53:18.271Z | + [[ 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 ]] |
401 | 2023-11-21T03:53:18.285Z | + rm -rf ./out/console-assets |
402 | 2023-11-21T03:53:18.298Z | + mkdir -p ./out/console-assets |
403 | 2023-11-21T03:53:18.309Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2023-11-21T03:53:18.319Z | + mkdir -p ./out/console-assets |
405 | 2023-11-21T03:53:18.332Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2023-11-21T03:53:18.363Z | + set -o errexit |
407 | 2023-11-21T03:53:18.379Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2023-11-21T03:53:18.390Z | ++ cd ./tools |
409 | 2023-11-21T03:53:18.407Z | ++ pwd |
410 | 2023-11-21T03:53:18.418Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2023-11-21T03:53:18.427Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2023-11-21T03:53:18.437Z | + ARG0=ci_download_maghemite_openapi |
413 | 2023-11-21T03:53:18.446Z | + TARGET_DIR=out |
414 | 2023-11-21T03:53:18.884Z | + DOWNLOAD_DIR=out/downloads |
415 | 2023-11-21T03:53:18.896Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2023-11-21T03:53:18.909Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
417 | 2023-11-21T03:53:18.917Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2023-11-21T03:53:18.923Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
419 | 2023-11-21T03:53:18.931Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
420 | 2023-11-21T03:53:18.945Z | + main |
421 | 2023-11-21T03:53:18.953Z | + [[ 0 != 0 ]] |
422 | 2023-11-21T03:53:18.961Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
423 | 2023-11-21T03:53:18.969Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
424 | 2023-11-21T03:53:18.975Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
425 | 2023-11-21T03:53:18.997Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
426 | 2023-11-21T03:53:19.007Z | + local DO_DOWNLOAD=true |
427 | 2023-11-21T03:53:19.017Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
428 | 2023-11-21T03:53:19.026Z | + mkdir -p out/downloads |
429 | 2023-11-21T03:53:19.039Z | + '[' true == true ']' |
430 | 2023-11-21T03:53:19.049Z | + echo Downloading... |
431 | 2023-11-21T03:53:19.121Z | Downloading... |
432 | 2023-11-21T03:53:19.133Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
433 | 2023-11-21T03:53:19.142Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
434 | 2023-11-21T03:53:19.145Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
435 | 2023-11-21T03:53:19.149Z | ++ case "$OSTYPE" in |
436 | 2023-11-21T03:53:19.153Z | ++ SHA=sha256sum |
437 | 2023-11-21T03:53:19.158Z | ++ sha256sum |
438 | 2023-11-21T03:53:19.161Z | ++ awk '{print $1}' |
439 | 2023-11-21T03:53:19.166Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2023-11-21T03:53:19.169Z | + [[ 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 ]] |
441 | 2023-11-21T03:53:19.173Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2023-11-21T03:53:19.176Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
443 | 2023-11-21T03:53:19.180Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
444 | 2023-11-21T03:53:19.185Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
445 | 2023-11-21T03:53:19.188Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-21T03:53:19.192Z | + main |
447 | 2023-11-21T03:53:19.196Z | + [[ 0 != 0 ]] |
448 | 2023-11-21T03:53:19.204Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
449 | 2023-11-21T03:53:19.207Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
450 | 2023-11-21T03:53:19.211Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
451 | 2023-11-21T03:53:19.215Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
452 | 2023-11-21T03:53:19.218Z | + local DO_DOWNLOAD=true |
453 | 2023-11-21T03:53:19.222Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
454 | 2023-11-21T03:53:19.228Z | + mkdir -p out/downloads |
455 | 2023-11-21T03:53:19.241Z | + '[' true == true ']' |
456 | 2023-11-21T03:53:19.249Z | + echo Downloading... |
457 | 2023-11-21T03:53:19.265Z | Downloading... |
458 | 2023-11-21T03:53:19.685Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-21T03:53:19.701Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
460 | 2023-11-21T03:53:19.708Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
461 | 2023-11-21T03:53:19.723Z | ++ case "$OSTYPE" in |
462 | 2023-11-21T03:53:19.733Z | ++ SHA=sha256sum |
463 | 2023-11-21T03:53:19.854Z | ++ sha256sum |
464 | 2023-11-21T03:53:19.857Z | ++ awk '{print $1}' |
465 | 2023-11-21T03:53:19.862Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
466 | 2023-11-21T03:53:19.866Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
467 | 2023-11-21T03:53:19.871Z | + set -o errexit |
468 | 2023-11-21T03:53:19.874Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2023-11-21T03:53:19.878Z | ++ cd ./tools |
470 | 2023-11-21T03:53:19.881Z | ++ pwd |
471 | 2023-11-21T03:53:19.885Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2023-11-21T03:53:19.888Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2023-11-21T03:53:19.892Z | + ARG0=ci_download_dendrite_openapi |
474 | 2023-11-21T03:53:19.896Z | + TARGET_DIR=out |
475 | 2023-11-21T03:53:19.900Z | + DOWNLOAD_DIR=out/downloads |
476 | 2023-11-21T03:53:19.903Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2023-11-21T03:53:19.908Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
478 | 2023-11-21T03:53:19.912Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
479 | 2023-11-21T03:53:19.931Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
480 | 2023-11-21T03:53:19.949Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
481 | 2023-11-21T03:53:19.954Z | + main |
482 | 2023-11-21T03:53:19.960Z | + [[ 0 != 0 ]] |
483 | 2023-11-21T03:53:19.964Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
484 | 2023-11-21T03:53:19.968Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
485 | 2023-11-21T03:53:19.994Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
486 | 2023-11-21T03:53:20.008Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
487 | 2023-11-21T03:53:20.019Z | + local DO_DOWNLOAD=true |
488 | 2023-11-21T03:53:20.029Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
489 | 2023-11-21T03:53:20.039Z | + mkdir -p out/downloads |
490 | 2023-11-21T03:53:20.051Z | + '[' true == true ']' |
491 | 2023-11-21T03:53:20.062Z | + echo Downloading... |
492 | 2023-11-21T03:53:20.071Z | Downloading... |
493 | 2023-11-21T03:53:20.079Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
494 | 2023-11-21T03:53:20.088Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
495 | 2023-11-21T03:53:20.097Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
496 | 2023-11-21T03:53:20.105Z | ++ case "$OSTYPE" in |
497 | 2023-11-21T03:53:20.114Z | ++ SHA=sha256sum |
498 | 2023-11-21T03:53:20.123Z | ++ sha256sum |
499 | 2023-11-21T03:53:20.131Z | ++ awk '{print $1}' |
500 | 2023-11-21T03:53:20.143Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2023-11-21T03:53:20.151Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
502 | 2023-11-21T03:53:20.174Z | + set -o errexit |
503 | 2023-11-21T03:53:20.188Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2023-11-21T03:53:20.209Z | ++ cd ./tools |
505 | 2023-11-21T03:53:20.635Z | ++ pwd |
506 | 2023-11-21T03:53:20.650Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2023-11-21T03:53:20.673Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2023-11-21T03:53:20.687Z | + ARG0=ci_download_dendrite_stub |
509 | 2023-11-21T03:53:20.707Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2023-11-21T03:53:20.718Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
511 | 2023-11-21T03:53:20.729Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
512 | 2023-11-21T03:53:21.138Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
513 | 2023-11-21T03:53:21.142Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2023-11-21T03:53:21.146Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
515 | 2023-11-21T03:53:21.149Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2023-11-21T03:53:21.152Z | + TARGET_DIR=out |
517 | 2023-11-21T03:53:21.155Z | + DOWNLOAD_DIR=out/downloads |
518 | 2023-11-21T03:53:21.158Z | + DEST_DIR=./out/dendrite-stub |
519 | 2023-11-21T03:53:21.161Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2023-11-21T03:53:21.164Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2023-11-21T03:53:21.167Z | + REPO=oxidecomputer/dendrite |
522 | 2023-11-21T03:53:21.171Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
523 | 2023-11-21T03:53:21.174Z | + main |
524 | 2023-11-21T03:53:21.177Z | current directory: /work/oxidecomputer/omicron |
525 | 2023-11-21T03:53:21.180Z | + [[ 0 != 0 ]] |
526 | 2023-11-21T03:53:21.183Z | configuring based on OS: "solaris2.11" |
527 | 2023-11-21T03:53:21.186Z | + CIDL_OS=solaris2.11 |
528 | 2023-11-21T03:53:21.189Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
529 | 2023-11-21T03:53:21.192Z | + [[ 0 != 0 ]] |
530 | 2023-11-21T03:53:21.195Z | Local file: out/downloads/dendrite-stub.tar.gz |
531 | 2023-11-21T03:53:21.198Z | + configure_os solaris2.11 |
532 | 2023-11-21T03:53:21.201Z | Downloading... |
533 | 2023-11-21T03:53:21.203Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2023-11-21T03:53:21.206Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2023-11-21T03:53:21.210Z | + case "$1" in |
536 | 2023-11-21T03:53:21.213Z | + SET_BINARIES= |
537 | 2023-11-21T03:53:21.215Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
538 | 2023-11-21T03:53:21.218Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2023-11-21T03:53:21.221Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2023-11-21T03:53:21.224Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
541 | 2023-11-21T03:53:21.227Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2023-11-21T03:53:21.230Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
543 | 2023-11-21T03:53:21.233Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2023-11-21T03:53:21.236Z | + mkdir -p out/downloads |
545 | 2023-11-21T03:53:21.239Z | + mkdir -p ./out/dendrite-stub |
546 | 2023-11-21T03:53:21.241Z | + fetch_and_verify |
547 | 2023-11-21T03:53:21.244Z | + local DO_DOWNLOAD=true |
548 | 2023-11-21T03:53:21.247Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2023-11-21T03:53:21.250Z | + '[' true == true ']' |
550 | 2023-11-21T03:53:21.254Z | + echo Downloading... |
551 | 2023-11-21T03:53:21.263Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-21T03:53:21.270Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
553 | 2023-11-21T03:53:30.216Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2023-11-21T03:53:30.223Z | ++ sha256sum |
555 | 2023-11-21T03:53:30.228Z | ++ awk '{print $1}' |
556 | 2023-11-21T03:53:30.325Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
557 | 2023-11-21T03:53:30.340Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
558 | 2023-11-21T03:53:30.343Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-21T03:53:30.346Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2023-11-21T03:53:31.389Z | + do_assemble |
561 | 2023-11-21T03:53:31.392Z | + rm -r ./out/dendrite-stub |
562 | 2023-11-21T03:53:31.395Z | + mkdir ./out/dendrite-stub |
563 | 2023-11-21T03:53:31.399Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2023-11-21T03:53:31.555Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2023-11-21T03:53:31.569Z | + set -o errexit |
566 | 2023-11-21T03:53:31.572Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2023-11-21T03:53:31.581Z | ++ cd ./tools |
568 | 2023-11-21T03:53:31.584Z | ++ pwd |
569 | 2023-11-21T03:53:31.588Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2023-11-21T03:53:31.593Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2023-11-21T03:53:31.596Z | + ARG0=ci_download_maghemite_mgd |
572 | 2023-11-21T03:53:31.601Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2023-11-21T03:53:31.605Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
574 | 2023-11-21T03:53:31.610Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
575 | 2023-11-21T03:53:31.613Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2023-11-21T03:53:31.616Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
577 | 2023-11-21T03:53:31.620Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
578 | 2023-11-21T03:53:31.624Z | + TARGET_DIR=out |
579 | 2023-11-21T03:53:31.627Z | + DOWNLOAD_DIR=out/downloads |
580 | 2023-11-21T03:53:31.630Z | + DEST_DIR=./out/mgd |
581 | 2023-11-21T03:53:31.634Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2023-11-21T03:53:31.637Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2023-11-21T03:53:31.648Z | + REPO=oxidecomputer/maghemite |
584 | 2023-11-21T03:53:31.658Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
585 | 2023-11-21T03:53:31.672Z | + main |
586 | 2023-11-21T03:53:31.791Z | + [[ 0 != 0 ]] |
587 | 2023-11-21T03:53:31.796Z | + CIDL_OS=solaris2.11 |
588 | 2023-11-21T03:53:31.800Z | + [[ 0 != 0 ]] |
589 | 2023-11-21T03:53:31.807Z | + configure_os solaris2.11 |
590 | 2023-11-21T03:53:31.842Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2023-11-21T03:53:31.864Z | current directory: /work/oxidecomputer/omicron |
592 | 2023-11-21T03:53:31.873Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2023-11-21T03:53:31.881Z | + case "$1" in |
594 | 2023-11-21T03:53:31.886Z | + SET_BINARIES= |
595 | 2023-11-21T03:53:31.894Z | configuring based on OS: "solaris2.11" |
596 | 2023-11-21T03:53:31.900Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2023-11-21T03:53:31.905Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2023-11-21T03:53:31.920Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
599 | 2023-11-21T03:53:31.927Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2023-11-21T03:53:31.932Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
601 | 2023-11-21T03:53:31.938Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
602 | 2023-11-21T03:53:31.942Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2023-11-21T03:53:31.948Z | Local file: out/downloads/mgd.tar.gz |
604 | 2023-11-21T03:53:31.955Z | + mkdir -p out/downloads |
605 | 2023-11-21T03:53:31.959Z | + mkdir -p ./out/mgd |
606 | 2023-11-21T03:53:31.965Z | + fetch_and_verify |
607 | 2023-11-21T03:53:31.969Z | + local DO_DOWNLOAD=true |
608 | 2023-11-21T03:53:31.973Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2023-11-21T03:53:31.977Z | + '[' true == true ']' |
610 | 2023-11-21T03:53:31.982Z | + echo Downloading... |
611 | 2023-11-21T03:53:31.988Z | Downloading... |
612 | 2023-11-21T03:53:31.992Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2023-11-21T03:53:31.999Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
614 | 2023-11-21T03:53:38.229Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2023-11-21T03:53:38.233Z | ++ sha256sum |
616 | 2023-11-21T03:53:38.239Z | ++ awk '{print $1}' |
617 | 2023-11-21T03:53:38.306Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
618 | 2023-11-21T03:53:38.312Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
619 | 2023-11-21T03:53:38.318Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2023-11-21T03:53:38.323Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2023-11-21T03:53:38.971Z | + do_assemble |
622 | 2023-11-21T03:53:38.983Z | + rm -r ./out/mgd |
623 | 2023-11-21T03:53:38.991Z | + mkdir ./out/mgd |
624 | 2023-11-21T03:53:38.997Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2023-11-21T03:53:39.861Z | + set -o errexit |
626 | 2023-11-21T03:53:39.881Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2023-11-21T03:53:39.898Z | ++ cd ./tools |
628 | 2023-11-21T03:53:39.915Z | ++ pwd |
629 | 2023-11-21T03:53:39.931Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2023-11-21T03:53:39.944Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2023-11-21T03:53:39.955Z | + ARG0=ci_download_transceiver_control |
632 | 2023-11-21T03:53:39.963Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2023-11-21T03:53:39.968Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2023-11-21T03:53:39.974Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2023-11-21T03:53:39.981Z | + TARGET_DIR=out |
636 | 2023-11-21T03:53:39.984Z | + DOWNLOAD_DIR=out/downloads |
637 | 2023-11-21T03:53:39.988Z | + DEST_DIR=./out/transceiver-control |
638 | 2023-11-21T03:53:39.992Z | + BIN_DIR=/opt/oxide/bin |
639 | 2023-11-21T03:53:39.995Z | + BINARY=xcvradm |
640 | 2023-11-21T03:53:40.000Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2023-11-21T03:53:40.004Z | + REPO=oxidecomputer/transceiver-control |
642 | 2023-11-21T03:53:40.007Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2023-11-21T03:53:40.011Z | + main |
644 | 2023-11-21T03:53:40.013Z | + [[ 0 != 0 ]] |
645 | 2023-11-21T03:53:40.017Z | + CIDL_OS=solaris2.11 |
646 | 2023-11-21T03:53:40.020Z | + [[ 0 != 0 ]] |
647 | 2023-11-21T03:53:40.023Z | + configure_os solaris2.11 |
648 | 2023-11-21T03:53:40.026Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2023-11-21T03:53:40.029Z | current directory: /work/oxidecomputer/omicron |
650 | 2023-11-21T03:53:40.032Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2023-11-21T03:53:40.036Z | configuring based on OS: "solaris2.11" |
652 | 2023-11-21T03:53:40.039Z | + case "$1" in |
653 | 2023-11-21T03:53:40.042Z | + SET_BINARIES= |
654 | 2023-11-21T03:53:40.046Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-21T03:53:40.049Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2023-11-21T03:53:40.053Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2023-11-21T03:53:40.056Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-11-21T03:53:40.059Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2023-11-21T03:53:40.062Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2023-11-21T03:53:40.065Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2023-11-21T03:53:40.068Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-11-21T03:53:40.071Z | Local file: out/downloads/xcvradm.gz |
663 | 2023-11-21T03:53:40.074Z | + mkdir -p out/downloads |
664 | 2023-11-21T03:53:40.077Z | + mkdir -p ./out/transceiver-control |
665 | 2023-11-21T03:53:40.081Z | + fetch_and_verify |
666 | 2023-11-21T03:53:40.085Z | + local DO_DOWNLOAD=true |
667 | 2023-11-21T03:53:40.088Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2023-11-21T03:53:40.091Z | + '[' true == true ']' |
669 | 2023-11-21T03:53:40.095Z | + echo Downloading... |
670 | 2023-11-21T03:53:40.099Z | Downloading... |
671 | 2023-11-21T03:53:40.107Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2023-11-21T03:53:40.118Z | + 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 |
673 | 2023-11-21T03:53:41.645Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2023-11-21T03:53:42.067Z | ++ sha256sum |
675 | 2023-11-21T03:53:42.073Z | ++ awk '{print $1}' |
676 | 2023-11-21T03:53:42.078Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-11-21T03:53:42.083Z | + [[ 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 ]] |
678 | 2023-11-21T03:53:42.086Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2023-11-21T03:53:42.089Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2023-11-21T03:53:42.092Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2023-11-21T03:53:42.094Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2023-11-21T03:53:42.097Z | + do_assemble |
683 | 2023-11-21T03:53:42.100Z | + rm -r ./out/transceiver-control |
684 | 2023-11-21T03:53:42.103Z | + mkdir ./out/transceiver-control |
685 | 2023-11-21T03:53:42.106Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2023-11-21T03:53:42.109Z | All prerequisites installed successfully |
687 | 2023-11-21T03:53:42.112Z | |
688 | 2023-11-21T03:53:42.115Z | real 2:04.811715281 |
689 | 2023-11-21T03:53:42.118Z | user 53.320514726 |
690 | 2023-11-21T03:53:42.120Z | sys 9.934110775 |
691 | 2023-11-21T03:53:42.124Z | trap 0.025594118 |
692 | 2023-11-21T03:53:42.126Z | tflt 0.175819927 |
693 | 2023-11-21T03:53:42.129Z | dflt 0.476898707 |
694 | 2023-11-21T03:53:42.131Z | kflt 0.157517037 |
695 | 2023-11-21T03:53:42.134Z | lock 2.103112924 |
696 | 2023-11-21T03:53:42.137Z | slp 3:53.097469369 |
697 | 2023-11-21T03:53:42.140Z | lat 3.523278979 |
698 | 2023-11-21T03:53:42.143Z | stop 0.072612733 |
699 | 2023-11-21T03:53:42.146Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2023-11-21T03:53:42.149Z | fetching npuzone |
701 | 2023-11-21T03:53:42.152Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2023-11-21T03:53:42.154Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
703 | 2023-11-21T03:53:42.157Z | Getting hash for npuzone |
704 | 2023-11-21T03:53:42.198Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
705 | 2023-11-21T03:53:52.975Z | npuzone downloaded successfully |
706 | 2023-11-21T03:53:52.987Z | |
707 | 2023-11-21T03:53:52.997Z | real 10.935613780 |
708 | 2023-11-21T03:53:53.006Z | user 0.576938435 |
709 | 2023-11-21T03:53:53.013Z | sys 0.159748573 |
710 | 2023-11-21T03:53:53.022Z | trap 0.000092563 |
711 | 2023-11-21T03:53:53.033Z | tflt 0.000000000 |
712 | 2023-11-21T03:53:53.041Z | dflt 0.000000000 |
713 | 2023-11-21T03:53:53.050Z | kflt 0.000000000 |
714 | 2023-11-21T03:53:53.071Z | lock 0.000000000 |
715 | 2023-11-21T03:53:53.087Z | slp 31.892133292 |
716 | 2023-11-21T03:53:53.101Z | lat 0.142195995 |
717 | 2023-11-21T03:53:53.109Z | stop 0.000287235 |
718 | 2023-11-21T03:53:53.128Z | + export CARGO_INCREMENTAL=0 |
719 | 2023-11-21T03:53:53.144Z | + CARGO_INCREMENTAL=0 |
720 | 2023-11-21T03:53:53.156Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2023-11-21T03:53:53.311Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2023-11-21T03:53:53.674Z | Updating crates.io index |
723 | 2023-11-21T03:53:53.728Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2023-11-21T03:53:54.501Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2023-11-21T03:53:56.407Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2023-11-21T03:53:57.092Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2023-11-21T03:53:57.428Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2023-11-21T03:53:57.740Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2023-11-21T03:53:58.037Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2023-11-21T03:53:58.942Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2023-11-21T03:54:00.922Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2023-11-21T03:54:01.954Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2023-11-21T03:54:02.325Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-11-21T03:54:03.114Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-11-21T03:54:03.458Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2023-11-21T03:54:03.813Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2023-11-21T03:54:04.205Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2023-11-21T03:54:04.625Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2023-11-21T03:54:05.028Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2023-11-21T03:54:05.707Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2023-11-21T03:54:06.110Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2023-11-21T03:54:06.444Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2023-11-21T03:54:07.716Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2023-11-21T03:54:08.327Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-11-21T03:54:09.285Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-11-21T03:54:09.697Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-11-21T03:54:10.310Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-11-21T03:54:11.944Z | Downloading crates ... |
749 | 2023-11-21T03:54:12.182Z | Downloaded ciborium-ll v0.2.1 |
750 | 2023-11-21T03:54:12.186Z | Downloaded ciborium-io v0.2.1 |
751 | 2023-11-21T03:54:12.190Z | Downloaded crucible-workspace-hack v0.1.0 |
752 | 2023-11-21T03:54:12.193Z | Downloaded ciborium v0.2.1 |
753 | 2023-11-21T03:54:12.196Z | Downloaded async-stream-impl v0.3.5 |
754 | 2023-11-21T03:54:12.199Z | Downloaded indoc v1.0.9 |
755 | 2023-11-21T03:54:12.203Z | Downloaded bzip2 v0.4.4 |
756 | 2023-11-21T03:54:12.208Z | Downloaded crossbeam-deque v0.8.3 |
757 | 2023-11-21T03:54:12.213Z | Downloaded number_prefix v0.4.0 |
758 | 2023-11-21T03:54:12.218Z | Downloaded darling v0.14.4 |
759 | 2023-11-21T03:54:12.228Z | Downloaded is-terminal v0.4.9 |
760 | 2023-11-21T03:54:12.234Z | Downloaded chacha20 v0.9.1 |
761 | 2023-11-21T03:54:12.237Z | Downloaded normalize-line-endings v0.3.0 |
762 | 2023-11-21T03:54:12.241Z | Downloaded linked-hash-map v0.5.6 |
763 | 2023-11-21T03:54:12.244Z | Downloaded camino-tempfile v1.0.2 |
764 | 2023-11-21T03:54:12.249Z | Downloaded kstat-rs v0.2.3 |
765 | 2023-11-21T03:54:12.254Z | Downloaded newtype_derive v0.1.6 |
766 | 2023-11-21T03:54:12.257Z | Downloaded atomicwrites v0.4.2 |
767 | 2023-11-21T03:54:12.261Z | Downloaded md-5 v0.10.5 |
768 | 2023-11-21T03:54:12.266Z | Downloaded managed v0.8.0 |
769 | 2023-11-21T03:54:12.273Z | Downloaded nibble_vec v0.1.0 |
770 | 2023-11-21T03:54:12.278Z | Downloaded num_threads v0.1.6 |
771 | 2023-11-21T03:54:12.285Z | Downloaded num v0.4.1 |
772 | 2023-11-21T03:54:12.289Z | Downloaded multer v2.1.0 |
773 | 2023-11-21T03:54:12.295Z | Downloaded openssl-probe v0.1.5 |
774 | 2023-11-21T03:54:12.298Z | Downloaded openssl-macros v0.1.1 |
775 | 2023-11-21T03:54:12.301Z | Downloaded ascii-canvas v3.0.0 |
776 | 2023-11-21T03:54:12.304Z | Downloaded nu-ansi-term v0.49.0 |
777 | 2023-11-21T03:54:12.309Z | Downloaded num-rational v0.4.1 |
778 | 2023-11-21T03:54:12.313Z | Downloaded olpc-cjson v0.1.3 |
779 | 2023-11-21T03:54:12.316Z | Downloaded curve25519-dalek-derive v0.1.0 |
780 | 2023-11-21T03:54:12.318Z | Downloaded autocfg v1.1.0 |
781 | 2023-11-21T03:54:12.321Z | Downloaded termtree v0.4.1 |
782 | 2023-11-21T03:54:12.324Z | Downloaded crc v3.0.1 |
783 | 2023-11-21T03:54:12.328Z | Downloaded block-buffer v0.10.4 |
784 | 2023-11-21T03:54:12.332Z | Downloaded num_cpus v1.16.0 |
785 | 2023-11-21T03:54:12.338Z | Downloaded diesel_table_macro_syntax v0.1.0 |
786 | 2023-11-21T03:54:12.340Z | Downloaded num_enum_derive v0.5.11 |
787 | 2023-11-21T03:54:12.343Z | Downloaded crossbeam v0.8.2 |
788 | 2023-11-21T03:54:12.346Z | Downloaded thiserror-impl-no-std v2.0.2 |
789 | 2023-11-21T03:54:12.349Z | Downloaded usdt-attr-macro v0.3.5 |
790 | 2023-11-21T03:54:12.352Z | Downloaded crossbeam-queue v0.3.8 |
791 | 2023-11-21T03:54:12.354Z | Downloaded buf-list v1.0.3 |
792 | 2023-11-21T03:54:12.359Z | Downloaded colored v2.0.4 |
793 | 2023-11-21T03:54:12.365Z | Downloaded serde_path_to_error v0.1.14 |
794 | 2023-11-21T03:54:12.369Z | Downloaded usdt-macro v0.3.5 |
795 | 2023-11-21T03:54:12.372Z | Downloaded bitfield v0.14.0 |
796 | 2023-11-21T03:54:12.376Z | Downloaded packed_struct_codegen v0.10.1 |
797 | 2023-11-21T03:54:12.379Z | Downloaded crc32fast v1.3.2 |
798 | 2023-11-21T03:54:12.383Z | Downloaded slog-bunyan v2.4.0 |
799 | 2023-11-21T03:54:12.386Z | Downloaded num-iter v0.1.43 |
800 | 2023-11-21T03:54:12.389Z | Downloaded num_enum v0.5.11 |
801 | 2023-11-21T03:54:12.399Z | Downloaded stable_deref_trait v1.2.0 |
802 | 2023-11-21T03:54:12.402Z | Downloaded num-complex v0.4.4 |
803 | 2023-11-21T03:54:12.406Z | Downloaded once_cell v1.18.0 |
804 | 2023-11-21T03:54:12.411Z | Downloaded darling v0.20.3 |
805 | 2023-11-21T03:54:12.417Z | Downloaded tabled_derive v0.6.0 |
806 | 2023-11-21T03:54:12.420Z | Downloaded dirs-sys-next v0.1.2 |
807 | 2023-11-21T03:54:12.426Z | Downloaded omicron-zone-package v0.9.1 |
808 | 2023-11-21T03:54:12.431Z | Downloaded supports-color v2.1.0 |
809 | 2023-11-21T03:54:12.433Z | Downloaded difflib v0.4.0 |
810 | 2023-11-21T03:54:12.436Z | Downloaded parking_lot v0.11.2 |
811 | 2023-11-21T03:54:12.438Z | Downloaded spin v0.9.8 |
812 | 2023-11-21T03:54:12.441Z | Downloaded spin v0.5.2 |
813 | 2023-11-21T03:54:12.444Z | Downloaded untrusted v0.9.0 |
814 | 2023-11-21T03:54:12.447Z | Downloaded anyhow v1.0.75 |
815 | 2023-11-21T03:54:12.453Z | Downloaded fxhash v0.2.1 |
816 | 2023-11-21T03:54:12.456Z | Downloaded rustls-pemfile v1.0.3 |
817 | 2023-11-21T03:54:12.459Z | Downloaded rustls-native-certs v0.6.3 |
818 | 2023-11-21T03:54:12.463Z | Downloaded deranged v0.3.8 |
819 | 2023-11-21T03:54:12.466Z | Downloaded peeking_take_while v0.1.2 |
820 | 2023-11-21T03:54:12.469Z | Downloaded oso v0.27.0 |
821 | 2023-11-21T03:54:12.474Z | Downloaded slab v0.4.9 |
822 | 2023-11-21T03:54:12.480Z | Downloaded equivalent v1.0.1 |
823 | 2023-11-21T03:54:12.483Z | Downloaded getopts v0.2.21 |
824 | 2023-11-21T03:54:12.492Z | Downloaded path-slash v0.1.5 |
825 | 2023-11-21T03:54:12.496Z | Downloaded parking_lot v0.12.1 |
826 | 2023-11-21T03:54:12.499Z | Downloaded waitgroup v0.1.2 |
827 | 2023-11-21T03:54:12.502Z | Downloaded tracing-attributes v0.1.26 |
828 | 2023-11-21T03:54:12.504Z | Downloaded darling_macro v0.20.3 |
829 | 2023-11-21T03:54:12.507Z | Downloaded percent-encoding v2.3.0 |
830 | 2023-11-21T03:54:12.510Z | Downloaded strum_macros v0.25.2 |
831 | 2023-11-21T03:54:12.513Z | Downloaded dof v0.1.5 |
832 | 2023-11-21T03:54:12.516Z | Downloaded wyz v0.5.1 |
833 | 2023-11-21T03:54:12.519Z | Downloaded arc-swap v1.6.0 |
834 | 2023-11-21T03:54:12.522Z | Downloaded precomputed-hash v0.1.1 |
835 | 2023-11-21T03:54:12.525Z | Downloaded want v0.3.1 |
836 | 2023-11-21T03:54:12.528Z | Downloaded downcast v0.11.0 |
837 | 2023-11-21T03:54:12.532Z | Downloaded dtrace-parser v0.1.14 |
838 | 2023-11-21T03:54:12.535Z | Downloaded derive_more v0.99.17 |
839 | 2023-11-21T03:54:12.537Z | Downloaded structmeta-derive v0.2.0 |
840 | 2023-11-21T03:54:12.540Z | Downloaded fragile v2.0.0 |
841 | 2023-11-21T03:54:12.542Z | Downloaded fs-err v2.10.0 |
842 | 2023-11-21T03:54:12.545Z | Downloaded hash32 v0.2.1 |
843 | 2023-11-21T03:54:12.548Z | Downloaded r2d2 v0.8.10 |
844 | 2023-11-21T03:54:12.551Z | Downloaded darling_macro v0.14.4 |
845 | 2023-11-21T03:54:12.553Z | Downloaded unicode-xid v0.2.4 |
846 | 2023-11-21T03:54:12.556Z | Downloaded zone_cfg_derive v0.3.0 |
847 | 2023-11-21T03:54:12.559Z | Downloaded time-macros v0.2.13 |
848 | 2023-11-21T03:54:12.562Z | Downloaded debug-ignore v1.0.5 |
849 | 2023-11-21T03:54:12.565Z | Downloaded zone v0.3.0 |
850 | 2023-11-21T03:54:12.567Z | Downloaded slog-scope v4.4.0 |
851 | 2023-11-21T03:54:12.570Z | Downloaded smawk v0.3.1 |
852 | 2023-11-21T03:54:12.573Z | Downloaded tokio-tungstenite v0.18.0 |
853 | 2023-11-21T03:54:12.576Z | Downloaded darling_core v0.14.4 |
854 | 2023-11-21T03:54:12.581Z | Downloaded shlex v1.1.0 |
855 | 2023-11-21T03:54:12.584Z | Downloaded crypto-bigint v0.5.2 |
856 | 2023-11-21T03:54:12.595Z | Downloaded strum v0.25.0 |
857 | 2023-11-21T03:54:12.599Z | Downloaded try-lock v0.2.4 |
858 | 2023-11-21T03:54:12.602Z | Downloaded tokio-macros v2.1.0 |
859 | 2023-11-21T03:54:12.605Z | Downloaded serde_yaml v0.9.25 |
860 | 2023-11-21T03:54:12.608Z | Downloaded futures-sink v0.3.29 |
861 | 2023-11-21T03:54:12.611Z | Downloaded crossbeam-channel v0.5.8 |
862 | 2023-11-21T03:54:12.618Z | Downloaded unicode-linebreak v0.1.5 |
863 | 2023-11-21T03:54:12.621Z | Downloaded smallvec v1.11.0 |
864 | 2023-11-21T03:54:12.625Z | Downloaded quick-error v1.2.3 |
865 | 2023-11-21T03:54:12.629Z | Downloaded termcolor v1.2.0 |
866 | 2023-11-21T03:54:12.662Z | Downloaded tap v1.0.1 |
867 | 2023-11-21T03:54:12.665Z | Downloaded term v0.7.0 |
868 | 2023-11-21T03:54:12.668Z | Downloaded derive_builder_macro v0.12.0 |
869 | 2023-11-21T03:54:12.672Z | Downloaded terminal_size v0.2.6 |
870 | 2023-11-21T03:54:12.675Z | Downloaded base64 v0.21.5 |
871 | 2023-11-21T03:54:12.678Z | Downloaded serde_plain v1.0.2 |
872 | 2023-11-21T03:54:12.683Z | Downloaded proc-macro-crate v1.3.1 |
873 | 2023-11-21T03:54:12.686Z | Downloaded utf8parse v0.2.1 |
874 | 2023-11-21T03:54:12.689Z | Downloaded tinyvec_macros v0.1.1 |
875 | 2023-11-21T03:54:12.692Z | Downloaded httpdate v1.0.3 |
876 | 2023-11-21T03:54:12.697Z | Downloaded typenum v1.16.0 |
877 | 2023-11-21T03:54:12.701Z | Downloaded utf-8 v0.7.6 |
878 | 2023-11-21T03:54:12.705Z | Downloaded pretty-hex v0.3.0 |
879 | 2023-11-21T03:54:12.712Z | Downloaded tracing v0.1.37 |
880 | 2023-11-21T03:54:12.715Z | Downloaded proc-macro-error-attr v1.0.4 |
881 | 2023-11-21T03:54:12.718Z | Downloaded textwrap v0.11.0 |
882 | 2023-11-21T03:54:12.721Z | Downloaded rpassword v7.2.0 |
883 | 2023-11-21T03:54:12.724Z | Downloaded structopt v0.3.26 |
884 | 2023-11-21T03:54:12.726Z | Downloaded paste v1.0.14 |
885 | 2023-11-21T03:54:12.729Z | Downloaded toml_edit v0.21.0 |
886 | 2023-11-21T03:54:12.744Z | Downloaded futures-executor v0.3.29 |
887 | 2023-11-21T03:54:12.747Z | Downloaded globset v0.4.13 |
888 | 2023-11-21T03:54:12.750Z | Downloaded synstructure v0.12.6 |
889 | 2023-11-21T03:54:12.753Z | Downloaded topological-sort v0.2.2 |
890 | 2023-11-21T03:54:12.765Z | Downloaded swrite v0.1.0 |
891 | 2023-11-21T03:54:12.770Z | Downloaded thiserror v1.0.49 |
892 | 2023-11-21T03:54:12.772Z | Downloaded tokio-tungstenite v0.20.1 |
893 | 2023-11-21T03:54:12.776Z | Downloaded predicates-core v1.0.6 |
894 | 2023-11-21T03:54:12.779Z | Downloaded signal-hook-tokio v0.3.1 |
895 | 2023-11-21T03:54:12.788Z | Downloaded hubpack_derive v0.1.1 |
896 | 2023-11-21T03:54:12.802Z | Downloaded parse-display v0.8.2 |
897 | 2023-11-21T03:54:12.815Z | Downloaded heck v0.3.3 |
898 | 2023-11-21T03:54:12.819Z | Downloaded zerocopy v0.3.0 |
899 | 2023-11-21T03:54:12.825Z | Downloaded toolchain_find v0.2.0 |
900 | 2023-11-21T03:54:12.831Z | Downloaded hex v0.4.3 |
901 | 2023-11-21T03:54:12.835Z | Downloaded zerocopy v0.6.4 |
902 | 2023-11-21T03:54:12.840Z | Downloaded tokio-rustls v0.24.1 |
903 | 2023-11-21T03:54:12.844Z | Downloaded schemars v0.8.13 |
904 | 2023-11-21T03:54:12.848Z | Downloaded vte_generate_state_changes v0.1.1 |
905 | 2023-11-21T03:54:12.851Z | Downloaded tower-service v0.3.2 |
906 | 2023-11-21T03:54:12.855Z | Downloaded semver-parser v0.10.2 |
907 | 2023-11-21T03:54:12.859Z | Downloaded radium v0.7.0 |
908 | 2023-11-21T03:54:12.863Z | Downloaded highway v1.1.0 |
909 | 2023-11-21T03:54:12.866Z | Downloaded thread_local v1.1.7 |
910 | 2023-11-21T03:54:12.869Z | Downloaded home v0.5.5 |
911 | 2023-11-21T03:54:12.873Z | Downloaded httparse v1.8.0 |
912 | 2023-11-21T03:54:12.881Z | Downloaded wait-timeout v0.2.0 |
913 | 2023-11-21T03:54:12.884Z | Downloaded tiny-keccak v2.0.2 |
914 | 2023-11-21T03:54:12.886Z | Downloaded zip v0.6.6 |
915 | 2023-11-21T03:54:12.889Z | Downloaded tokio-native-tls v0.3.1 |
916 | 2023-11-21T03:54:12.892Z | Downloaded heck v0.4.1 |
917 | 2023-11-21T03:54:12.895Z | Downloaded float-cmp v0.9.0 |
918 | 2023-11-21T03:54:12.898Z | Downloaded rand_core v0.6.4 |
919 | 2023-11-21T03:54:12.901Z | Downloaded pem v1.1.1 |
920 | 2023-11-21T03:54:12.904Z | Downloaded errno v0.3.2 |
921 | 2023-11-21T03:54:12.908Z | Downloaded slog-stdlog v4.1.1 |
922 | 2023-11-21T03:54:12.911Z | Downloaded ucd-trie v0.1.6 |
923 | 2023-11-21T03:54:12.914Z | Downloaded vte v0.11.1 |
924 | 2023-11-21T03:54:12.916Z | Downloaded http v0.2.11 |
925 | 2023-11-21T03:54:12.919Z | Downloaded scopeguard v1.2.0 |
926 | 2023-11-21T03:54:12.922Z | Downloaded futures v0.3.29 |
927 | 2023-11-21T03:54:12.924Z | Downloaded http-range v0.1.5 |
928 | 2023-11-21T03:54:12.927Z | Downloaded tinyvec v1.6.0 |
929 | 2023-11-21T03:54:12.930Z | Downloaded pretty-hex v0.2.1 |
930 | 2023-11-21T03:54:12.932Z | Downloaded whoami v1.4.1 |
931 | 2023-11-21T03:54:12.935Z | Downloaded string_cache v0.8.7 |
932 | 2023-11-21T03:54:12.938Z | Downloaded rand_chacha v0.3.1 |
933 | 2023-11-21T03:54:12.940Z | Downloaded ena v0.14.2 |
934 | 2023-11-21T03:54:12.943Z | Downloaded libm v0.2.7 |
935 | 2023-11-21T03:54:12.946Z | Downloaded flagset v0.4.3 |
936 | 2023-11-21T03:54:12.948Z | Downloaded slog-async v2.8.0 |
937 | 2023-11-21T03:54:12.951Z | Downloaded semver v1.0.20 |
938 | 2023-11-21T03:54:12.954Z | Downloaded quote v1.0.33 |
939 | 2023-11-21T03:54:12.957Z | Downloaded shell-words v1.1.0 |
940 | 2023-11-21T03:54:12.960Z | Downloaded humantime v2.1.0 |
941 | 2023-11-21T03:54:12.963Z | Downloaded version_check v0.9.4 |
942 | 2023-11-21T03:54:12.965Z | Downloaded unsafe-libyaml v0.2.9 |
943 | 2023-11-21T03:54:12.968Z | Downloaded hashbrown v0.12.3 |
944 | 2023-11-21T03:54:12.971Z | Downloaded same-file v1.0.6 |
945 | 2023-11-21T03:54:12.973Z | Downloaded structopt-derive v0.4.18 |
946 | 2023-11-21T03:54:12.976Z | Downloaded serde-hex v0.1.0 |
947 | 2023-11-21T03:54:12.979Z | Downloaded schemars_derive v0.8.13 |
948 | 2023-11-21T03:54:12.981Z | Downloaded der v0.7.8 |
949 | 2023-11-21T03:54:12.984Z | Downloaded rusty-fork v0.3.0 |
950 | 2023-11-21T03:54:12.987Z | Downloaded enum-as-inner v0.5.1 |
951 | 2023-11-21T03:54:12.996Z | Downloaded password-hash v0.5.0 |
952 | 2023-11-21T03:54:12.999Z | Downloaded pin-project-lite v0.2.13 |
953 | 2023-11-21T03:54:13.002Z | Downloaded rayon-core v1.12.0 |
954 | 2023-11-21T03:54:13.004Z | Downloaded predicates v3.0.4 |
955 | 2023-11-21T03:54:13.007Z | Downloaded slog v2.7.0 |
956 | 2023-11-21T03:54:13.010Z | Downloaded yasna v0.5.2 |
957 | 2023-11-21T03:54:13.012Z | Downloaded mockall_derive v0.11.4 |
958 | 2023-11-21T03:54:13.015Z | Downloaded http-body v0.4.5 |
959 | 2023-11-21T03:54:13.017Z | Downloaded rand v0.8.5 |
960 | 2023-11-21T03:54:13.020Z | Downloaded pest_meta v2.7.2 |
961 | 2023-11-21T03:54:13.024Z | Downloaded half v1.8.2 |
962 | 2023-11-21T03:54:13.028Z | Downloaded test-strategy v0.3.1 |
963 | 2023-11-21T03:54:13.065Z | Downloaded tar v0.4.40 |
964 | 2023-11-21T03:54:13.068Z | Downloaded trust-dns-client v0.22.0 |
965 | 2023-11-21T03:54:13.072Z | Downloaded uuid v1.5.0 |
966 | 2023-11-21T03:54:13.074Z | Downloaded hashbrown v0.13.2 |
967 | 2023-11-21T03:54:13.077Z | Downloaded unicode-bidi v0.3.13 |
968 | 2023-11-21T03:54:13.080Z | Downloaded serde_with v2.3.3 |
969 | 2023-11-21T03:54:13.082Z | Downloaded pin-project v1.1.3 |
970 | 2023-11-21T03:54:13.099Z | Downloaded reedline v0.26.0 |
971 | 2023-11-21T03:54:13.112Z | Downloaded tokio-postgres v0.7.10 |
972 | 2023-11-21T03:54:13.120Z | Downloaded tabled v0.14.0 |
973 | 2023-11-21T03:54:13.147Z | Downloaded salty v0.2.0 |
974 | 2023-11-21T03:54:13.157Z | Downloaded ron v0.8.1 |
975 | 2023-11-21T03:54:13.167Z | Downloaded time v0.3.27 |
976 | 2023-11-21T03:54:13.178Z | Downloaded typed-path v0.6.0 |
977 | 2023-11-21T03:54:13.189Z | Downloaded regex-automata v0.1.10 |
978 | 2023-11-21T03:54:13.199Z | Downloaded rustls-webpki v0.101.7 |
979 | 2023-11-21T03:54:13.639Z | Downloaded tough v0.15.0 |
980 | 2023-11-21T03:54:13.657Z | Downloaded rayon v1.8.0 |
981 | 2023-11-21T03:54:13.686Z | Downloaded smoltcp v0.8.2 |
982 | 2023-11-21T03:54:13.706Z | Downloaded futures-util v0.3.29 |
983 | 2023-11-21T03:54:13.716Z | Downloaded winnow v0.5.15 |
984 | 2023-11-21T03:54:13.726Z | Downloaded quick-xml v0.23.1 |
985 | 2023-11-21T03:54:13.729Z | Downloaded hyper v0.14.27 |
986 | 2023-11-21T03:54:13.732Z | Downloaded proptest v1.4.0 |
987 | 2023-11-21T03:54:13.736Z | Downloaded regress v0.7.1 |
988 | 2023-11-21T03:54:13.739Z | Downloaded webpki-roots v0.25.2 |
989 | 2023-11-21T03:54:13.742Z | Downloaded syn v1.0.109 |
990 | 2023-11-21T03:54:13.745Z | Downloaded trust-dns-proto v0.22.0 |
991 | 2023-11-21T03:54:13.748Z | Downloaded gimli v0.28.0 |
992 | 2023-11-21T03:54:13.751Z | Downloaded rustix v0.38.9 |
993 | 2023-11-21T03:54:13.754Z | Downloaded rustls v0.21.9 |
994 | 2023-11-21T03:54:13.758Z | Downloaded regex-syntax v0.8.2 |
995 | 2023-11-21T03:54:13.761Z | Downloaded regex-syntax v0.7.5 |
996 | 2023-11-21T03:54:13.765Z | Downloaded regex-automata v0.4.3 |
997 | 2023-11-21T03:54:13.769Z | Downloaded libc v0.2.150 |
998 | 2023-11-21T03:54:13.772Z | Downloaded sled v0.34.7 |
999 | 2023-11-21T03:54:13.775Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1000 | 2023-11-21T03:54:13.779Z | Downloaded polar-core v0.27.0 |
1001 | 2023-11-21T03:54:13.782Z | Downloaded regex-automata v0.3.8 |
1002 | 2023-11-21T03:54:13.785Z | Downloaded zerocopy-derive v0.6.4 |
1003 | 2023-11-21T03:54:13.788Z | Downloaded zerocopy-derive v0.2.0 |
1004 | 2023-11-21T03:54:13.791Z | Downloaded openapiv3 v2.0.0-rc.1 |
1005 | 2023-11-21T03:54:13.794Z | Downloaded tokio v1.33.0 |
1006 | 2023-11-21T03:54:13.837Z | Downloaded rustix v0.37.23 |
1007 | 2023-11-21T03:54:13.872Z | Downloaded sha3 v0.10.8 |
1008 | 2023-11-21T03:54:13.885Z | Downloaded bstr v1.6.0 |
1009 | 2023-11-21T03:54:13.906Z | Downloaded ratatui v0.23.0 |
1010 | 2023-11-21T03:54:13.926Z | Downloaded regex v1.10.2 |
1011 | 2023-11-21T03:54:13.950Z | Downloaded encoding_rs v0.8.33 |
1012 | 2023-11-21T03:54:13.993Z | Downloaded ring v0.17.5 |
1013 | 2023-11-21T03:54:14.135Z | Downloaded regex-syntax v0.6.29 |
1014 | 2023-11-21T03:54:14.146Z | Downloaded bstr v0.2.17 |
1015 | 2023-11-21T03:54:14.159Z | Downloaded diesel v2.1.4 |
1016 | 2023-11-21T03:54:14.191Z | Downloaded syn v2.0.32 |
1017 | 2023-11-21T03:54:14.209Z | Downloaded vcpkg v0.2.15 |
1018 | 2023-11-21T03:54:14.281Z | Downloaded radix_trie v0.2.1 |
1019 | 2023-11-21T03:54:14.293Z | Downloaded openssl v0.10.57 |
1020 | 2023-11-21T03:54:14.308Z | Downloaded smoltcp v0.9.1 |
1021 | 2023-11-21T03:54:14.327Z | Downloaded hashbrown v0.14.2 |
1022 | 2023-11-21T03:54:14.337Z | Downloaded object v0.32.1 |
1023 | 2023-11-21T03:54:14.355Z | Downloaded object v0.30.4 |
1024 | 2023-11-21T03:54:14.372Z | Downloaded idna v0.4.0 |
1025 | 2023-11-21T03:54:14.385Z | Downloaded curve25519-dalek v4.1.0 |
1026 | 2023-11-21T03:54:14.401Z | Downloaded h2 v0.3.21 |
1027 | 2023-11-21T03:54:14.412Z | Downloaded petgraph v0.6.4 |
1028 | 2023-11-21T03:54:14.436Z | Downloaded idna v0.2.3 |
1029 | 2023-11-21T03:54:14.448Z | Downloaded bitvec v1.0.1 |
1030 | 2023-11-21T03:54:14.475Z | Downloaded ring v0.16.20 |
1031 | 2023-11-21T03:54:14.634Z | Downloaded tokio-util v0.7.10 |
1032 | 2023-11-21T03:54:14.646Z | Downloaded toml_edit v0.19.15 |
1033 | 2023-11-21T03:54:14.673Z | Downloaded portable-atomic v1.4.3 |
1034 | 2023-11-21T03:54:14.682Z | Downloaded bindgen v0.65.1 |
1035 | 2023-11-21T03:54:14.695Z | Downloaded lalrpop v0.19.12 |
1036 | 2023-11-21T03:54:14.714Z | Downloaded chrono v0.4.31 |
1037 | 2023-11-21T03:54:14.728Z | Downloaded unicode-segmentation v1.10.1 |
1038 | 2023-11-21T03:54:14.734Z | Downloaded reqwest v0.11.22 |
1039 | 2023-11-21T03:54:14.746Z | Downloaded hkdf v0.12.3 |
1040 | 2023-11-21T03:54:14.751Z | Downloaded clap_builder v4.4.2 |
1041 | 2023-11-21T03:54:14.763Z | Downloaded clap v2.34.0 |
1042 | 2023-11-21T03:54:14.776Z | Downloaded tracing-core v0.1.31 |
1043 | 2023-11-21T03:54:14.779Z | Downloaded aho-corasick v1.0.4 |
1044 | 2023-11-21T03:54:14.789Z | Downloaded serde_json v1.0.108 |
1045 | 2023-11-21T03:54:14.805Z | Downloaded flate2 v1.0.28 |
1046 | 2023-11-21T03:54:14.809Z | Downloaded trust-dns-resolver v0.22.0 |
1047 | 2023-11-21T03:54:14.816Z | Downloaded trust-dns-server v0.22.1 |
1048 | 2023-11-21T03:54:14.825Z | Downloaded serde_derive v1.0.192 |
1049 | 2023-11-21T03:54:14.829Z | Downloaded rsa v0.9.2 |
1050 | 2023-11-21T03:54:14.837Z | Downloaded serde v1.0.192 |
1051 | 2023-11-21T03:54:14.843Z | Downloaded proc-macro2 v1.0.69 |
1052 | 2023-11-21T03:54:14.847Z | Downloaded fatfs v0.3.6 |
1053 | 2023-11-21T03:54:14.851Z | Downloaded x509-cert v0.2.4 |
1054 | 2023-11-21T03:54:14.861Z | Downloaded pest v2.7.2 |
1055 | 2023-11-21T03:54:14.870Z | Downloaded parking_lot_core v0.8.6 |
1056 | 2023-11-21T03:54:14.873Z | Downloaded env_logger v0.10.0 |
1057 | 2023-11-21T03:54:14.878Z | Downloaded hyper-rustls v0.24.2 |
1058 | 2023-11-21T03:54:14.881Z | Downloaded crossterm v0.27.0 |
1059 | 2023-11-21T03:54:14.892Z | Downloaded unicode-width v0.1.11 |
1060 | 2023-11-21T03:54:14.895Z | Downloaded sct v0.7.0 |
1061 | 2023-11-21T03:54:14.900Z | Downloaded poly1305 v0.8.0 |
1062 | 2023-11-21T03:54:14.904Z | Downloaded pest_derive v2.7.2 |
1063 | 2023-11-21T03:54:14.907Z | Downloaded getrandom v0.2.10 |
1064 | 2023-11-21T03:54:14.912Z | Downloaded derive_builder_core v0.12.0 |
1065 | 2023-11-21T03:54:14.915Z | Downloaded rcgen v0.11.3 |
1066 | 2023-11-21T03:54:14.919Z | Downloaded elliptic-curve v0.13.5 |
1067 | 2023-11-21T03:54:14.926Z | Downloaded unicode-ident v1.0.12 |
1068 | 2023-11-21T03:54:14.930Z | Downloaded textwrap v0.16.0 |
1069 | 2023-11-21T03:54:14.934Z | Downloaded headers v0.3.9 |
1070 | 2023-11-21T03:54:14.943Z | Downloaded tungstenite v0.20.1 |
1071 | 2023-11-21T03:54:14.948Z | Downloaded darling_core v0.20.3 |
1072 | 2023-11-21T03:54:14.956Z | Downloaded unicode-normalization v0.1.22 |
1073 | 2023-11-21T03:54:14.962Z | Downloaded predicates-tree v1.0.9 |
1074 | 2023-11-21T03:54:14.965Z | Downloaded ed25519 v1.5.3 |
1075 | 2023-11-21T03:54:14.968Z | Downloaded rustfmt-wrapper v0.2.0 |
1076 | 2023-11-21T03:54:14.982Z | Downloaded prettyplease v0.2.12 |
1077 | 2023-11-21T03:54:15.005Z | Downloaded ppv-lite86 v0.2.17 |
1078 | 2023-11-21T03:54:15.015Z | Downloaded futures-task v0.3.29 |
1079 | 2023-11-21T03:54:15.019Z | Downloaded heapless v0.7.16 |
1080 | 2023-11-21T03:54:15.023Z | Downloaded futures-channel v0.3.29 |
1081 | 2023-11-21T03:54:15.026Z | Downloaded derive_builder v0.12.0 |
1082 | 2023-11-21T03:54:15.029Z | Downloaded thread-id v4.2.0 |
1083 | 2023-11-21T03:54:15.031Z | Downloaded ryu v1.0.15 |
1084 | 2023-11-21T03:54:15.034Z | Downloaded subprocess v0.2.9 |
1085 | 2023-11-21T03:54:15.037Z | Downloaded semver v0.11.0 |
1086 | 2023-11-21T03:54:15.040Z | Downloaded fd-lock v3.0.13 |
1087 | 2023-11-21T03:54:15.043Z | Downloaded group v0.13.0 |
1088 | 2023-11-21T03:54:15.045Z | Downloaded glob v0.3.1 |
1089 | 2023-11-21T03:54:15.048Z | Downloaded either v1.9.0 |
1090 | 2023-11-21T03:54:15.050Z | Downloaded parking_lot_core v0.9.8 |
1091 | 2023-11-21T03:54:15.053Z | Downloaded socket2 v0.5.4 |
1092 | 2023-11-21T03:54:15.056Z | Downloaded socket2 v0.4.9 |
1093 | 2023-11-21T03:54:15.058Z | Downloaded itertools v0.12.0 |
1094 | 2023-11-21T03:54:15.064Z | Downloaded futures-io v0.3.29 |
1095 | 2023-11-21T03:54:15.067Z | Downloaded postcard v0.7.3 |
1096 | 2023-11-21T03:54:15.071Z | Downloaded rustc-demangle v0.1.23 |
1097 | 2023-11-21T03:54:15.074Z | Downloaded funty v2.0.0 |
1098 | 2023-11-21T03:54:15.076Z | Downloaded futures-core v0.3.29 |
1099 | 2023-11-21T03:54:15.079Z | Downloaded ref-cast v1.0.20 |
1100 | 2023-11-21T03:54:15.081Z | Downloaded rand_xorshift v0.3.0 |
1101 | 2023-11-21T03:54:15.084Z | Downloaded sha2 v0.10.8 |
1102 | 2023-11-21T03:54:15.087Z | Downloaded predicates v2.1.5 |
1103 | 2023-11-21T03:54:15.090Z | Downloaded slog-json v2.6.1 |
1104 | 2023-11-21T03:54:15.092Z | Downloaded flume v0.11.0 |
1105 | 2023-11-21T03:54:15.127Z | Downloaded nom v7.1.3 |
1106 | 2023-11-21T03:54:15.133Z | Downloaded itertools v0.11.0 |
1107 | 2023-11-21T03:54:15.137Z | Downloaded libxml v0.3.3 |
1108 | 2023-11-21T03:54:15.140Z | Downloaded minimal-lexical v0.2.1 |
1109 | 2023-11-21T03:54:15.142Z | Downloaded proc-macro-error v1.0.4 |
1110 | 2023-11-21T03:54:15.145Z | Downloaded ref-cast-impl v1.0.20 |
1111 | 2023-11-21T03:54:15.149Z | Downloaded tempfile v3.8.0 |
1112 | 2023-11-21T03:54:15.151Z | Downloaded platforms v3.0.2 |
1113 | 2023-11-21T03:54:15.154Z | Downloaded url v2.4.1 |
1114 | 2023-11-21T03:54:15.156Z | Downloaded steno v0.4.0 |
1115 | 2023-11-21T03:54:15.159Z | Downloaded slog-envlogger v2.2.0 |
1116 | 2023-11-21T03:54:15.161Z | Downloaded futures-macro v0.3.29 |
1117 | 2023-11-21T03:54:15.164Z | Downloaded serde_with_macros v2.3.3 |
1118 | 2023-11-21T03:54:15.167Z | Downloaded num-bigint-dig v0.8.4 |
1119 | 2023-11-21T03:54:15.170Z | Downloaded hmac v0.12.1 |
1120 | 2023-11-21T03:54:15.172Z | Downloaded foreign-types-shared v0.3.1 |
1121 | 2023-11-21T03:54:15.175Z | Downloaded pem v3.0.2 |
1122 | 2023-11-21T03:54:15.177Z | Downloaded zeroize_derive v1.4.2 |
1123 | 2023-11-21T03:54:15.181Z | Downloaded fixedbitset v0.4.2 |
1124 | 2023-11-21T03:54:15.184Z | Downloaded postgres-types v0.2.6 |
1125 | 2023-11-21T03:54:15.187Z | Downloaded toml v0.8.8 |
1126 | 2023-11-21T03:54:15.190Z | Downloaded toml v0.7.8 |
1127 | 2023-11-21T03:54:15.193Z | Downloaded toml v0.5.11 |
1128 | 2023-11-21T03:54:15.195Z | Downloaded tokio-stream v0.1.14 |
1129 | 2023-11-21T03:54:15.198Z | Downloaded memchr v2.6.3 |
1130 | 2023-11-21T03:54:15.203Z | Downloaded pkg-config v0.3.27 |
1131 | 2023-11-21T03:54:15.207Z | Downloaded untrusted v0.7.1 |
1132 | 2023-11-21T03:54:15.210Z | Downloaded zeroize v1.6.0 |
1133 | 2023-11-21T03:54:15.213Z | Downloaded hubpack v0.1.2 |
1134 | 2023-11-21T03:54:15.216Z | Downloaded fastrand v2.0.0 |
1135 | 2023-11-21T03:54:15.218Z | Downloaded vsss-rs v3.3.1 |
1136 | 2023-11-21T03:54:15.221Z | Downloaded hyper-staticfile v0.9.5 |
1137 | 2023-11-21T03:54:15.223Z | Downloaded serde_derive_internals v0.26.0 |
1138 | 2023-11-21T03:54:15.226Z | Downloaded unarray v0.1.4 |
1139 | 2023-11-21T03:54:15.229Z | Downloaded xattr v1.0.1 |
1140 | 2023-11-21T03:54:15.231Z | Downloaded rustversion v1.0.14 |
1141 | 2023-11-21T03:54:15.235Z | Downloaded walkdir v2.4.0 |
1142 | 2023-11-21T03:54:15.238Z | Downloaded endian-type v0.1.2 |
1143 | 2023-11-21T03:54:15.241Z | Downloaded unicase v2.7.0 |
1144 | 2023-11-21T03:54:15.243Z | Downloaded dyn-clone v1.0.13 |
1145 | 2023-11-21T03:54:15.246Z | Downloaded openssl-sys v0.9.93 |
1146 | 2023-11-21T03:54:15.249Z | Downloaded pkcs1 v0.7.5 |
1147 | 2023-11-21T03:54:15.252Z | Downloaded backtrace v0.3.69 |
1148 | 2023-11-21T03:54:15.254Z | Downloaded derive-where v1.2.5 |
1149 | 2023-11-21T03:54:15.257Z | Downloaded vec_map v0.8.2 |
1150 | 2023-11-21T03:54:15.259Z | Downloaded pin-project-internal v1.1.3 |
1151 | 2023-11-21T03:54:15.262Z | Downloaded mio v0.8.8 |
1152 | 2023-11-21T03:54:15.267Z | Downloaded diesel_derives v2.1.1 |
1153 | 2023-11-21T03:54:15.272Z | Downloaded base64 v0.13.1 |
1154 | 2023-11-21T03:54:15.277Z | Downloaded snafu v0.7.5 |
1155 | 2023-11-21T03:54:15.287Z | Downloaded pin-utils v0.1.0 |
1156 | 2023-11-21T03:54:15.290Z | Downloaded dirs-next v2.0.0 |
1157 | 2023-11-21T03:54:15.293Z | Downloaded ff v0.13.0 |
1158 | 2023-11-21T03:54:15.295Z | Downloaded fallible-iterator v0.2.0 |
1159 | 2023-11-21T03:54:15.298Z | Downloaded universal-hash v0.5.1 |
1160 | 2023-11-21T03:54:15.301Z | Downloaded signal-hook v0.3.17 |
1161 | 2023-11-21T03:54:15.305Z | Downloaded serde_tokenstream v0.2.0 |
1162 | 2023-11-21T03:54:15.309Z | Downloaded scheduled-thread-pool v0.2.7 |
1163 | 2023-11-21T03:54:15.311Z | Downloaded diff v0.1.13 |
1164 | 2023-11-21T03:54:15.314Z | Downloaded parse-display-derive v0.8.2 |
1165 | 2023-11-21T03:54:15.317Z | Downloaded pem-rfc7468 v0.7.0 |
1166 | 2023-11-21T03:54:15.320Z | Downloaded itertools v0.10.5 |
1167 | 2023-11-21T03:54:15.328Z | Downloaded stringprep v0.1.3 |
1168 | 2023-11-21T03:54:15.331Z | Downloaded filetime v0.2.22 |
1169 | 2023-11-21T03:54:15.334Z | Downloaded similar v2.2.1 |
1170 | 2023-11-21T03:54:15.340Z | Downloaded strip-ansi-escapes v0.2.0 |
1171 | 2023-11-21T03:54:15.343Z | Downloaded rtoolbox v0.0.1 |
1172 | 2023-11-21T03:54:15.346Z | Downloaded form_urlencoded v1.2.0 |
1173 | 2023-11-21T03:54:15.349Z | Downloaded bytes v1.5.0 |
1174 | 2023-11-21T03:54:15.352Z | Downloaded ansi_term v0.12.1 |
1175 | 2023-11-21T03:54:15.354Z | Downloaded num-bigint v0.4.4 |
1176 | 2023-11-21T03:54:15.369Z | Downloaded resolv-conf v0.7.0 |
1177 | 2023-11-21T03:54:15.373Z | Downloaded pkcs8 v0.10.2 |
1178 | 2023-11-21T03:54:15.375Z | Downloaded crossbeam-epoch v0.9.15 |
1179 | 2023-11-21T03:54:15.378Z | Downloaded generic-array v0.14.7 |
1180 | 2023-11-21T03:54:15.381Z | Downloaded phf_shared v0.11.2 |
1181 | 2023-11-21T03:54:15.386Z | Downloaded snafu-derive v0.7.5 |
1182 | 2023-11-21T03:54:15.389Z | Downloaded postgres-protocol v0.6.6 |
1183 | 2023-11-21T03:54:15.391Z | Downloaded strsim v0.8.0 |
1184 | 2023-11-21T03:54:15.394Z | Downloaded foreign-types-macros v0.2.3 |
1185 | 2023-11-21T03:54:15.398Z | Downloaded foreign-types v0.5.0 |
1186 | 2023-11-21T03:54:15.401Z | Downloaded fnv v1.0.7 |
1187 | 2023-11-21T03:54:15.404Z | Downloaded der_derive v0.7.2 |
1188 | 2023-11-21T03:54:15.410Z | Downloaded tungstenite v0.18.0 |
1189 | 2023-11-21T03:54:15.419Z | Downloaded hostname v0.3.1 |
1190 | 2023-11-21T03:54:15.841Z | Downloaded usdt-impl v0.3.5 |
1191 | 2023-11-21T03:54:15.844Z | Downloaded which v4.4.0 |
1192 | 2023-11-21T03:54:15.847Z | Downloaded toml_datetime v0.6.5 |
1193 | 2023-11-21T03:54:15.853Z | Downloaded headers-core v0.2.0 |
1194 | 2023-11-21T03:54:15.863Z | Downloaded serde_repr v0.1.16 |
1195 | 2023-11-21T03:54:15.875Z | Downloaded phf v0.11.2 |
1196 | 2023-11-21T03:54:16.296Z | Downloaded serde_urlencoded v0.7.1 |
1197 | 2023-11-21T03:54:16.301Z | Downloaded thiserror-no-std v2.0.2 |
1198 | 2023-11-21T03:54:16.307Z | Downloaded rustc_version v0.1.7 |
1199 | 2023-11-21T03:54:16.322Z | Downloaded rustc-hash v1.1.0 |
1200 | 2023-11-21T03:54:16.342Z | Downloaded pest_generator v2.7.2 |
1201 | 2023-11-21T03:54:16.352Z | Downloaded signature v2.1.0 |
1202 | 2023-11-21T03:54:16.358Z | Downloaded signature v1.6.4 |
1203 | 2023-11-21T03:54:16.362Z | Downloaded num-traits v0.2.16 |
1204 | 2023-11-21T03:54:16.366Z | Downloaded anstyle-parse v0.2.1 |
1205 | 2023-11-21T03:54:16.370Z | Downloaded smf v0.2.2 |
1206 | 2023-11-21T03:54:16.374Z | Downloaded foreign-types-shared v0.1.1 |
1207 | 2023-11-21T03:54:16.378Z | Downloaded thiserror-impl v1.0.49 |
1208 | 2023-11-21T03:54:16.382Z | Downloaded crc-any v2.4.3 |
1209 | 2023-11-21T03:54:16.386Z | Downloaded slog-term v2.9.0 |
1210 | 2023-11-21T03:54:16.390Z | Downloaded postcard-cobs v0.1.5-pre |
1211 | 2023-11-21T03:54:16.394Z | Downloaded ahash v0.8.3 |
1212 | 2023-11-21T03:54:16.399Z | Downloaded blake2 v0.10.6 |
1213 | 2023-11-21T03:54:16.402Z | Downloaded owo-colors v3.5.0 |
1214 | 2023-11-21T03:54:16.404Z | Downloaded packed_struct v0.10.1 |
1215 | 2023-11-21T03:54:16.407Z | Downloaded spki v0.7.2 |
1216 | 2023-11-21T03:54:16.410Z | Downloaded signal-hook-registry v1.4.1 |
1217 | 2023-11-21T03:54:16.414Z | Downloaded data-encoding v2.4.0 |
1218 | 2023-11-21T03:54:16.418Z | Downloaded structmeta v0.2.0 |
1219 | 2023-11-21T03:54:16.425Z | Downloaded strsim v0.10.0 |
1220 | 2023-11-21T03:54:16.428Z | Downloaded static_assertions v1.1.0 |
1221 | 2023-11-21T03:54:16.431Z | Downloaded smallvec v0.6.14 |
1222 | 2023-11-21T03:54:16.435Z | Downloaded digest v0.10.7 |
1223 | 2023-11-21T03:54:16.438Z | Downloaded sha1 v0.10.6 |
1224 | 2023-11-21T03:54:16.441Z | Downloaded foreign-types v0.3.2 |
1225 | 2023-11-21T03:54:16.444Z | Downloaded slog-dtrace v0.2.3 |
1226 | 2023-11-21T03:54:16.447Z | Downloaded signal-hook-mio v0.2.3 |
1227 | 2023-11-21T03:54:16.450Z | Downloaded semver v0.1.20 |
1228 | 2023-11-21T03:54:16.453Z | Downloaded serde_tokenstream v0.1.7 |
1229 | 2023-11-21T03:54:16.457Z | Downloaded phf_shared v0.10.0 |
1230 | 2023-11-21T03:54:16.460Z | Downloaded chacha20poly1305 v0.10.1 |
1231 | 2023-11-21T03:54:16.464Z | Downloaded rustc_version v0.4.0 |
1232 | 2023-11-21T03:54:16.466Z | Downloaded cancel-safe-futures v0.1.5 |
1233 | 2023-11-21T03:54:16.470Z | Downloaded bitflags v2.4.0 |
1234 | 2023-11-21T03:54:16.472Z | Downloaded usdt v0.3.5 |
1235 | 2023-11-21T03:54:16.476Z | Downloaded termios v0.3.3 |
1236 | 2023-11-21T03:54:16.479Z | Downloaded miniz_oxide v0.7.1 |
1237 | 2023-11-21T03:54:16.482Z | Downloaded indicatif v0.17.7 |
1238 | 2023-11-21T03:54:16.485Z | Downloaded indexmap v2.1.0 |
1239 | 2023-11-21T03:54:16.487Z | Downloaded bcs v0.1.6 |
1240 | 2023-11-21T03:54:16.491Z | Downloaded addr2line v0.21.0 |
1241 | 2023-11-21T03:54:16.493Z | Downloaded base64ct v1.6.0 |
1242 | 2023-11-21T03:54:16.498Z | Downloaded secrecy v0.8.0 |
1243 | 2023-11-21T03:54:16.502Z | Downloaded log v0.4.20 |
1244 | 2023-11-21T03:54:16.505Z | Downloaded async-trait v0.1.74 |
1245 | 2023-11-21T03:54:16.508Z | Downloaded backoff v0.4.0 |
1246 | 2023-11-21T03:54:16.512Z | Downloaded argon2 v0.5.2 |
1247 | 2023-11-21T03:54:16.514Z | Downloaded tui-tree-widget v0.13.0 |
1248 | 2023-11-21T03:54:16.517Z | Downloaded strum_macros v0.24.3 |
1249 | 2023-11-21T03:54:16.521Z | Downloaded siphasher v0.3.11 |
1250 | 2023-11-21T03:54:16.524Z | Downloaded mime_guess v2.0.4 |
1251 | 2023-11-21T03:54:16.527Z | Downloaded lock_api v0.4.10 |
1252 | 2023-11-21T03:54:16.529Z | Downloaded corncobs v0.1.3 |
1253 | 2023-11-21T03:54:16.550Z | Downloaded block-padding v0.3.3 |
1254 | 2023-11-21T03:54:16.554Z | Downloaded cc v1.0.83 |
1255 | 2023-11-21T03:54:16.557Z | Downloaded byteorder v1.5.0 |
1256 | 2023-11-21T03:54:16.559Z | Downloaded anstream v0.5.0 |
1257 | 2023-11-21T03:54:16.563Z | Downloaded async-recursion v1.0.5 |
1258 | 2023-11-21T03:54:16.566Z | Downloaded doc-comment v0.3.3 |
1259 | 2023-11-21T03:54:16.569Z | Downloaded display-error-chain v0.2.0 |
1260 | 2023-11-21T03:54:16.572Z | Downloaded time-core v0.1.1 |
1261 | 2023-11-21T03:54:16.575Z | Downloaded bit-vec v0.6.3 |
1262 | 2023-11-21T03:54:16.578Z | Downloaded crypto-common v0.1.6 |
1263 | 2023-11-21T03:54:16.581Z | Downloaded serde_spanned v0.6.4 |
1264 | 2023-11-21T03:54:16.584Z | Downloaded cookie v0.18.0 |
1265 | 2023-11-21T03:54:16.587Z | Downloaded clang-sys v1.6.1 |
1266 | 2023-11-21T03:54:16.590Z | Downloaded num-integer v0.1.45 |
1267 | 2023-11-21T03:54:16.593Z | Downloaded iana-time-zone v0.1.57 |
1268 | 2023-11-21T03:54:16.596Z | Downloaded bb8 v0.8.1 |
1269 | 2023-11-21T03:54:16.599Z | Downloaded subtle v2.5.0 |
1270 | 2023-11-21T03:54:16.602Z | Downloaded camino v1.1.6 |
1271 | 2023-11-21T03:54:16.605Z | Downloaded bit-set v0.5.3 |
1272 | 2023-11-21T03:54:16.608Z | Downloaded maplit v1.0.2 |
1273 | 2023-11-21T03:54:16.612Z | Downloaded cpufeatures v0.2.9 |
1274 | 2023-11-21T03:54:16.617Z | Downloaded nanorand v0.7.0 |
1275 | 2023-11-21T03:54:16.621Z | Downloaded take_mut v0.2.2 |
1276 | 2023-11-21T03:54:16.624Z | Downloaded atomic-waker v1.1.1 |
1277 | 2023-11-21T03:54:16.627Z | Downloaded base16ct v0.2.0 |
1278 | 2023-11-21T03:54:16.630Z | Downloaded linear-map v1.2.0 |
1279 | 2023-11-21T03:54:16.633Z | Downloaded serde-big-array v0.5.1 |
1280 | 2023-11-21T03:54:16.635Z | Downloaded num-derive v0.4.0 |
1281 | 2023-11-21T03:54:16.638Z | Downloaded clap v4.4.3 |
1282 | 2023-11-21T03:54:16.641Z | Downloaded cassowary v0.3.0 |
1283 | 2023-11-21T03:54:16.644Z | Downloaded mockall v0.11.4 |
1284 | 2023-11-21T03:54:16.647Z | Downloaded macaddr v1.0.1 |
1285 | 2023-11-21T03:54:16.650Z | Downloaded native-tls v0.2.11 |
1286 | 2023-11-21T03:54:16.653Z | Downloaded aead v0.5.2 |
1287 | 2023-11-21T03:54:16.656Z | Downloaded mime v0.3.17 |
1288 | 2023-11-21T03:54:16.659Z | Downloaded anstyle v1.0.2 |
1289 | 2023-11-21T03:54:16.662Z | Downloaded adler v1.0.2 |
1290 | 2023-11-21T03:54:16.665Z | Downloaded serde-big-array v0.4.1 |
1291 | 2023-11-21T03:54:16.669Z | Downloaded array-init v0.0.4 |
1292 | 2023-11-21T03:54:16.671Z | Downloaded opaque-debug v0.3.0 |
1293 | 2023-11-21T03:54:16.674Z | Downloaded clap_derive v4.4.2 |
1294 | 2023-11-21T03:54:16.677Z | Downloaded oso-derive v0.27.0 |
1295 | 2023-11-21T03:54:16.680Z | Downloaded convert_case v0.4.0 |
1296 | 2023-11-21T03:54:16.683Z | Downloaded libloading v0.7.4 |
1297 | 2023-11-21T03:54:16.686Z | Downloaded indexmap v1.9.3 |
1298 | 2023-11-21T03:54:16.689Z | Downloaded nodrop v0.1.14 |
1299 | 2023-11-21T03:54:16.691Z | Downloaded io-lifetimes v1.0.11 |
1300 | 2023-11-21T03:54:16.694Z | Downloaded ipnet v2.8.0 |
1301 | 2023-11-21T03:54:16.697Z | Downloaded assert_matches v1.5.0 |
1302 | 2023-11-21T03:54:16.700Z | Downloaded anstyle-query v1.0.0 |
1303 | 2023-11-21T03:54:16.703Z | Downloaded memoffset v0.7.1 |
1304 | 2023-11-21T03:54:16.706Z | Downloaded maybe-uninit v2.0.0 |
1305 | 2023-11-21T03:54:16.709Z | Downloaded libsw v3.3.0 |
1306 | 2023-11-21T03:54:16.712Z | Downloaded lazy_static v1.4.0 |
1307 | 2023-11-21T03:54:16.715Z | Downloaded bytesize v1.3.0 |
1308 | 2023-11-21T03:54:16.718Z | Downloaded new_debug_unreachable v1.0.4 |
1309 | 2023-11-21T03:54:16.720Z | Downloaded papergrid v0.10.0 |
1310 | 2023-11-21T03:54:16.723Z | Downloaded lru-cache v0.1.2 |
1311 | 2023-11-21T03:54:16.726Z | Downloaded ident_case v1.0.1 |
1312 | 2023-11-21T03:54:16.728Z | Downloaded cfg-if v1.0.0 |
1313 | 2023-11-21T03:54:16.731Z | Downloaded keccak v0.1.4 |
1314 | 2023-11-21T03:54:16.734Z | Downloaded clap_lex v0.5.1 |
1315 | 2023-11-21T03:54:16.739Z | Downloaded instant v0.1.12 |
1316 | 2023-11-21T03:54:16.741Z | Downloaded ipnetwork v0.20.0 |
1317 | 2023-11-21T03:54:16.745Z | Downloaded hyper-tls v0.5.0 |
1318 | 2023-11-21T03:54:16.748Z | Downloaded cexpr v0.6.0 |
1319 | 2023-11-21T03:54:16.756Z | Downloaded atty v0.2.14 |
1320 | 2023-11-21T03:54:16.765Z | Downloaded matches v0.1.10 |
1321 | 2023-11-21T03:54:16.779Z | Downloaded cstr-argument v0.1.2 |
1322 | 2023-11-21T03:54:16.790Z | Downloaded crunchy v0.2.2 |
1323 | 2023-11-21T03:54:16.797Z | Downloaded is_ci v1.1.1 |
1324 | 2023-11-21T03:54:16.803Z | Downloaded bytecount v0.6.3 |
1325 | 2023-11-21T03:54:16.806Z | Downloaded memoffset v0.9.0 |
1326 | 2023-11-21T03:54:16.810Z | Downloaded lazycell v1.3.0 |
1327 | 2023-11-21T03:54:16.813Z | Downloaded indoc v2.0.3 |
1328 | 2023-11-21T03:54:16.816Z | Downloaded console v0.15.7 |
1329 | 2023-11-21T03:54:16.820Z | Downloaded colorchoice v1.0.0 |
1330 | 2023-11-21T03:54:16.833Z | Downloaded impl-trait-for-tuples v0.2.2 |
1331 | 2023-11-21T03:54:16.836Z | Downloaded cfg-if v0.1.10 |
1332 | 2023-11-21T03:54:16.839Z | Downloaded libefi-sys v0.1.0 |
1333 | 2023-11-21T03:54:16.842Z | Downloaded lalrpop-util v0.19.12 |
1334 | 2023-11-21T03:54:16.845Z | Downloaded itoa v1.0.9 |
1335 | 2023-11-21T03:54:16.848Z | Downloaded inout v0.1.3 |
1336 | 2023-11-21T03:54:16.851Z | Downloaded cipher v0.4.4 |
1337 | 2023-11-21T03:54:16.854Z | Downloaded async-stream v0.3.5 |
1338 | 2023-11-21T03:54:16.857Z | Downloaded crossbeam-utils v0.8.16 |
1339 | 2023-11-21T03:54:16.860Z | Downloaded match_cfg v0.1.0 |
1340 | 2023-11-21T03:54:16.865Z | Downloaded crc-catalog v2.2.0 |
1341 | 2023-11-21T03:54:16.869Z | Downloaded const-oid v0.9.5 |
1342 | 2023-11-21T03:54:16.871Z | Downloaded bitflags v1.3.2 |
1343 | 2023-11-21T03:54:16.875Z | Compiling proc-macro2 v1.0.69 |
1344 | 2023-11-21T03:54:16.880Z | Compiling unicode-ident v1.0.12 |
1345 | 2023-11-21T03:54:16.883Z | Compiling libc v0.2.150 |
1346 | 2023-11-21T03:54:16.886Z | Compiling serde v1.0.192 |
1347 | 2023-11-21T03:54:16.890Z | Compiling autocfg v1.1.0 |
1348 | 2023-11-21T03:54:16.894Z | Compiling cfg-if v1.0.0 |
1349 | 2023-11-21T03:54:16.897Z | Compiling version_check v0.9.4 |
1350 | 2023-11-21T03:54:16.900Z | Compiling syn v1.0.109 |
1351 | 2023-11-21T03:54:16.906Z | Compiling once_cell v1.18.0 |
1352 | 2023-11-21T03:54:16.910Z | Compiling parking_lot_core v0.9.8 |
1353 | 2023-11-21T03:54:17.225Z | Compiling libm v0.2.7 |
1354 | 2023-11-21T03:54:17.384Z | Compiling serde_json v1.0.108 |
1355 | 2023-11-21T03:54:17.403Z | Compiling lock_api v0.4.10 |
1356 | 2023-11-21T03:54:18.345Z | Compiling num-traits v0.2.16 |
1357 | 2023-11-21T03:54:18.364Z | Compiling futures-core v0.3.29 |
1358 | 2023-11-21T03:54:18.366Z | Compiling thiserror v1.0.49 |
1359 | 2023-11-21T03:54:18.576Z | Compiling scopeguard v1.2.0 |
1360 | 2023-11-21T03:54:18.631Z | Compiling typenum v1.16.0 |
1361 | 2023-11-21T03:54:18.726Z | Compiling memchr v2.6.3 |
1362 | 2023-11-21T03:54:18.819Z | Compiling generic-array v0.14.7 |
1363 | 2023-11-21T03:54:18.971Z | Compiling itoa v1.0.9 |
1364 | 2023-11-21T03:54:19.293Z | Compiling pkg-config v0.3.27 |
1365 | 2023-11-21T03:54:20.076Z | Compiling quote v1.0.33 |
1366 | 2023-11-21T03:54:20.540Z | Compiling cc v1.0.83 |
1367 | 2023-11-21T03:54:20.874Z | Compiling syn v2.0.32 |
1368 | 2023-11-21T03:54:21.085Z | Compiling getrandom v0.2.10 |
1369 | 2023-11-21T03:54:21.415Z | Compiling slab v0.4.9 |
1370 | 2023-11-21T03:54:21.710Z | Compiling futures-channel v0.3.29 |
1371 | 2023-11-21T03:54:21.856Z | Compiling futures-task v0.3.29 |
1372 | 2023-11-21T03:54:22.176Z | Compiling log v0.4.20 |
1373 | 2023-11-21T03:54:22.436Z | Compiling futures-util v0.3.29 |
1374 | 2023-11-21T03:54:22.908Z | Compiling heck v0.4.1 |
1375 | 2023-11-21T03:54:23.111Z | Compiling ryu v1.0.15 |
1376 | 2023-11-21T03:54:23.183Z | Compiling smallvec v1.11.0 |
1377 | 2023-11-21T03:54:23.516Z | Compiling pin-project-lite v0.2.13 |
1378 | 2023-11-21T03:54:23.639Z | Compiling vcpkg v0.2.15 |
1379 | 2023-11-21T03:54:23.667Z | Compiling schemars v0.8.13 |
1380 | 2023-11-21T03:54:24.727Z | Compiling parking_lot v0.12.1 |
1381 | 2023-11-21T03:54:25.196Z | Compiling ring v0.17.5 |
1382 | 2023-11-21T03:54:26.430Z | Compiling openssl-sys v0.9.93 |
1383 | 2023-11-21T03:54:26.869Z | Compiling signal-hook-registry v1.4.1 |
1384 | 2023-11-21T03:54:28.745Z | Compiling ring v0.16.20 |
1385 | 2023-11-21T03:54:29.074Z | Compiling mio v0.8.8 |
1386 | 2023-11-21T03:54:29.443Z | Compiling indexmap v1.9.3 |
1387 | 2023-11-21T03:54:29.460Z | Compiling equivalent v1.0.1 |
1388 | 2023-11-21T03:54:29.605Z | Compiling hashbrown v0.14.2 |
1389 | 2023-11-21T03:54:29.638Z | Compiling byteorder v1.5.0 |
1390 | 2023-11-21T03:54:30.248Z | Compiling ahash v0.8.3 |
1391 | 2023-11-21T03:54:30.356Z | Compiling httparse v1.8.0 |
1392 | 2023-11-21T03:54:30.883Z | Compiling socket2 v0.5.4 |
1393 | 2023-11-21T03:54:30.960Z | Compiling num_cpus v1.16.0 |
1394 | 2023-11-21T03:54:31.022Z | Compiling spin v0.5.2 |
1395 | 2023-11-21T03:54:31.794Z | Compiling rand_core v0.6.4 |
1396 | 2023-11-21T03:54:31.816Z | Compiling openssl v0.10.57 |
1397 | 2023-11-21T03:54:31.996Z | Compiling fnv v1.0.7 |
1398 | 2023-11-21T03:54:32.171Z | Compiling semver v1.0.20 |
1399 | 2023-11-21T03:54:32.561Z | Compiling iana-time-zone v0.1.57 |
1400 | 2023-11-21T03:54:32.730Z | Compiling serde_derive_internals v0.26.0 |
1401 | 2023-11-21T03:54:32.823Z | Compiling rustls v0.21.9 |
1402 | 2023-11-21T03:54:33.225Z | Compiling crossbeam-utils v0.8.16 |
1403 | 2023-11-21T03:54:33.800Z | Compiling native-tls v0.2.11 |
1404 | 2023-11-21T03:54:33.872Z | Compiling unicode-xid v0.2.4 |
1405 | 2023-11-21T03:54:33.900Z | Compiling ucd-trie v0.1.6 |
1406 | 2023-11-21T03:54:34.119Z | Compiling synstructure v0.12.6 |
1407 | 2023-11-21T03:54:34.599Z | Compiling io-lifetimes v1.0.11 |
1408 | 2023-11-21T03:54:34.716Z | Compiling futures-sink v0.3.29 |
1409 | 2023-11-21T03:54:35.560Z | Compiling backtrace v0.3.69 |
1410 | 2023-11-21T03:54:36.022Z | Compiling dyn-clone v1.0.13 |
1411 | 2023-11-21T03:54:36.090Z | Compiling tinyvec_macros v0.1.1 |
1412 | 2023-11-21T03:54:36.215Z | Compiling winnow v0.5.15 |
1413 | 2023-11-21T03:54:36.287Z | Compiling tinyvec v1.6.0 |
1414 | 2023-11-21T03:54:37.663Z | Compiling tracing-core v0.1.31 |
1415 | 2023-11-21T03:54:37.686Z | Compiling memoffset v0.9.0 |
1416 | 2023-11-21T03:54:37.816Z | Compiling num-integer v0.1.45 |
1417 | 2023-11-21T03:54:38.066Z | Compiling futures-io v0.3.29 |
1418 | 2023-11-21T03:54:38.245Z | Compiling pin-utils v0.1.0 |
1419 | 2023-11-21T03:54:38.373Z | Compiling rustix v0.37.23 |
1420 | 2023-11-21T03:54:38.596Z | Compiling rustix v0.38.9 |
1421 | 2023-11-21T03:54:38.653Z | Compiling hashbrown v0.13.2 |
1422 | 2023-11-21T03:54:38.856Z | Compiling unicode-normalization v0.1.22 |
1423 | 2023-11-21T03:54:39.215Z | Compiling spin v0.9.8 |
1424 | 2023-11-21T03:54:39.808Z | Compiling usdt-impl v0.3.5 |
1425 | 2023-11-21T03:54:40.280Z | Compiling time-core v0.1.1 |
1426 | 2023-11-21T03:54:40.490Z | Compiling slog v2.7.0 |
1427 | 2023-11-21T03:54:40.529Z | Compiling unicode-bidi v0.3.13 |
1428 | 2023-11-21T03:54:40.812Z | Compiling crc32fast v1.3.2 |
1429 | 2023-11-21T03:54:41.209Z | Compiling bitflags v1.3.2 |
1430 | 2023-11-21T03:54:41.360Z | Compiling anyhow v1.0.75 |
1431 | 2023-11-21T03:54:42.077Z | Compiling time-macros v0.2.13 |
1432 | 2023-11-21T03:54:42.127Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1433 | 2023-11-21T03:54:42.429Z | Compiling aho-corasick v1.0.4 |
1434 | 2023-11-21T03:54:42.542Z | Compiling crossbeam-epoch v0.9.15 |
1435 | 2023-11-21T03:54:42.554Z | Compiling serde_derive v1.0.192 |
1436 | 2023-11-21T03:54:42.752Z | Compiling thiserror-impl v1.0.49 |
1437 | 2023-11-21T03:54:42.790Z | Compiling tokio-macros v2.1.0 |
1438 | 2023-11-21T03:54:43.104Z | Compiling zeroize_derive v1.4.2 |
1439 | 2023-11-21T03:54:44.078Z | Compiling futures-macro v0.3.29 |
1440 | 2023-11-21T03:54:44.143Z | Compiling tracing-attributes v0.1.26 |
1441 | 2023-11-21T03:54:45.281Z | Compiling schemars_derive v0.8.13 |
1442 | 2023-11-21T03:54:45.284Z | Compiling zeroize v1.6.0 |
1443 | 2023-11-21T03:54:46.842Z | Compiling openssl-macros v0.1.1 |
1444 | 2023-11-21T03:54:47.192Z | Compiling pest v2.7.2 |
1445 | 2023-11-21T03:54:47.897Z | Compiling zerocopy-derive v0.2.0 |
1446 | 2023-11-21T03:54:48.104Z | Compiling crypto-common v0.1.6 |
1447 | 2023-11-21T03:54:49.376Z | Compiling tracing v0.1.37 |
1448 | 2023-11-21T03:54:50.268Z | Compiling block-buffer v0.10.4 |
1449 | 2023-11-21T03:54:50.642Z | Compiling regex-syntax v0.8.2 |
1450 | 2023-11-21T03:54:50.783Z | Compiling const-oid v0.9.5 |
1451 | 2023-11-21T03:54:50.832Z | Compiling ppv-lite86 v0.2.17 |
1452 | 2023-11-21T03:54:50.888Z | Compiling subtle v2.5.0 |
1453 | 2023-11-21T03:54:51.319Z | Compiling pest_meta v2.7.2 |
1454 | 2023-11-21T03:54:51.976Z | Compiling signal-hook v0.3.17 |
1455 | 2023-11-21T03:54:52.106Z | Compiling rustversion v1.0.14 |
1456 | 2023-11-21T03:54:52.371Z | Compiling async-trait v0.1.74 |
1457 | 2023-11-21T03:54:53.072Z | Compiling rand_chacha v0.3.1 |
1458 | 2023-11-21T03:54:53.140Z | Compiling zerocopy v0.3.0 |
1459 | 2023-11-21T03:54:53.759Z | Compiling pest_generator v2.7.2 |
1460 | 2023-11-21T03:54:54.346Z | Compiling digest v0.10.7 |
1461 | 2023-11-21T03:54:56.697Z | Compiling regex-automata v0.4.3 |
1462 | 2023-11-21T03:54:56.822Z | Compiling zerocopy-derive v0.6.4 |
1463 | 2023-11-21T03:54:57.986Z | Compiling pest_derive v2.7.2 |
1464 | 2023-11-21T03:54:59.040Z | Compiling base64 v0.21.5 |
1465 | 2023-11-21T03:54:59.424Z | Compiling strsim v0.10.0 |
1466 | 2023-11-21T03:55:00.100Z | Compiling dtrace-parser v0.1.14 |
1467 | 2023-11-21T03:55:00.394Z | Compiling dof v0.1.5 |
1468 | 2023-11-21T03:55:00.972Z | Compiling rand v0.8.5 |
1469 | 2023-11-21T03:55:03.421Z | Compiling regex v1.10.2 |
1470 | 2023-11-21T03:55:04.865Z | Compiling bytes v1.5.0 |
1471 | 2023-11-21T03:55:05.895Z | Compiling indexmap v2.1.0 |
1472 | 2023-11-21T03:55:06.169Z | Compiling uuid v1.5.0 |
1473 | 2023-11-21T03:55:06.783Z | Compiling tokio v1.33.0 |
1474 | 2023-11-21T03:55:07.291Z | Compiling chrono v0.4.31 |
1475 | 2023-11-21T03:55:08.422Z | Compiling bitflags v2.4.0 |
1476 | 2023-11-21T03:55:09.615Z | Compiling toml_datetime v0.6.5 |
1477 | 2023-11-21T03:55:10.109Z | Compiling serde_spanned v0.6.4 |
1478 | 2023-11-21T03:55:10.450Z | Compiling toml_edit v0.19.15 |
1479 | 2023-11-21T03:55:11.544Z | Compiling rustc_version v0.4.0 |
1480 | 2023-11-21T03:55:12.535Z | Compiling http v0.2.11 |
1481 | 2023-11-21T03:55:13.019Z | Compiling heapless v0.7.16 |
1482 | 2023-11-21T03:55:21.933Z | Compiling tokio-util v0.7.10 |
1483 | 2023-11-21T03:55:22.510Z | Compiling errno v0.3.2 |
1484 | 2023-11-21T03:55:22.850Z | Compiling thread-id v4.2.0 |
1485 | 2023-11-21T03:55:22.974Z | Compiling num-bigint v0.4.4 |
1486 | 2023-11-21T03:55:23.009Z | Compiling openssl-probe v0.1.5 |
1487 | 2023-11-21T03:55:23.416Z | Compiling percent-encoding v2.3.0 |
1488 | 2023-11-21T03:55:23.622Z | Compiling hashbrown v0.12.3 |
1489 | 2023-11-21T03:55:23.903Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1490 | 2023-11-21T03:55:24.193Z | Compiling untrusted v0.9.0 |
1491 | 2023-11-21T03:55:24.450Z | Compiling smoltcp v0.9.1 |
1492 | 2023-11-21T03:55:24.937Z | Compiling foreign-types-shared v0.1.1 |
1493 | 2023-11-21T03:55:25.386Z | Compiling untrusted v0.7.1 |
1494 | 2023-11-21T03:55:25.456Z | Compiling doc-comment v0.3.3 |
1495 | 2023-11-21T03:55:27.624Z | Compiling foreign-types v0.3.2 |
1496 | 2023-11-21T03:55:31.329Z | Compiling serde_tokenstream v0.1.7 |
1497 | 2023-11-21T03:55:32.102Z | Compiling strum_macros v0.25.2 |
1498 | 2023-11-21T03:55:33.838Z | Compiling lazy_static v1.4.0 |
1499 | 2023-11-21T03:55:34.107Z | Compiling socket2 v0.4.9 |
1500 | 2023-11-21T03:55:35.096Z | Compiling adler v1.0.2 |
1501 | 2023-11-21T03:55:35.224Z | Compiling unicode-segmentation v1.10.1 |
1502 | 2023-11-21T03:55:35.339Z | Compiling siphasher v0.3.11 |
1503 | 2023-11-21T03:55:35.567Z | Compiling try-lock v0.2.4 |
1504 | 2023-11-21T03:55:36.009Z | Compiling unicode-width v0.1.11 |
1505 | 2023-11-21T03:55:36.128Z | Compiling miniz_oxide v0.7.1 |
1506 | 2023-11-21T03:55:36.247Z | Compiling want v0.3.1 |
1507 | 2023-11-21T03:55:39.221Z | Compiling rustls-webpki v0.101.7 |
1508 | 2023-11-21T03:55:40.006Z | Compiling sct v0.7.0 |
1509 | 2023-11-21T03:55:40.427Z | Compiling h2 v0.3.21 |
1510 | 2023-11-21T03:55:42.014Z | Compiling form_urlencoded v1.2.0 |
1511 | 2023-11-21T03:55:42.485Z | Compiling http-body v0.4.5 |
1512 | 2023-11-21T03:55:42.851Z | Compiling hubpack_derive v0.1.1 |
1513 | 2023-11-21T03:55:43.075Z | Compiling pin-project-internal v1.1.3 |
1514 | 2023-11-21T03:55:44.406Z | Compiling num-iter v0.1.43 |
1515 | 2023-11-21T03:55:45.310Z | Compiling httpdate v1.0.3 |
1516 | 2023-11-21T03:55:45.558Z | Compiling anstyle v1.0.2 |
1517 | 2023-11-21T03:55:46.124Z | Compiling utf8parse v0.2.1 |
1518 | 2023-11-21T03:55:46.222Z | Compiling cpufeatures v0.2.9 |
1519 | 2023-11-21T03:55:47.156Z | Compiling tower-service v0.3.2 |
1520 | 2023-11-21T03:55:47.328Z | Compiling anstyle-parse v0.2.1 |
1521 | 2023-11-21T03:55:47.484Z | Compiling sha2 v0.10.8 |
1522 | 2023-11-21T03:55:51.838Z | Compiling usdt-attr-macro v0.3.5 |
1523 | 2023-11-21T03:55:52.464Z | Compiling hyper v0.14.27 |
1524 | 2023-11-21T03:55:52.659Z | Compiling usdt-macro v0.3.5 |
1525 | 2023-11-21T03:55:55.263Z | Compiling openapiv3 v2.0.0-rc.1 |
1526 | 2023-11-21T03:55:56.488Z | Compiling serde_tokenstream v0.2.0 |
1527 | 2023-11-21T03:55:56.995Z | Compiling rustls-pemfile v1.0.3 |
1528 | 2023-11-21T03:55:57.212Z | Compiling hmac v0.12.1 |
1529 | 2023-11-21T03:55:57.263Z | Compiling md-5 v0.10.5 |
1530 | 2023-11-21T03:55:57.605Z | Compiling idna v0.4.0 |
1531 | 2023-11-21T03:55:57.639Z | Compiling stringprep v0.1.3 |
1532 | 2023-11-21T03:55:58.279Z | Compiling diesel_table_macro_syntax v0.1.0 |
1533 | 2023-11-21T03:55:58.616Z | Compiling hash32 v0.2.1 |
1534 | 2023-11-21T03:55:58.849Z | Compiling anstyle-query v1.0.0 |
1535 | 2023-11-21T03:55:59.030Z | Compiling either v1.9.0 |
1536 | 2023-11-21T03:55:59.195Z | Compiling fallible-iterator v0.2.0 |
1537 | 2023-11-21T03:55:59.556Z | Compiling colorchoice v1.0.0 |
1538 | 2023-11-21T03:55:59.953Z | Compiling gimli v0.28.0 |
1539 | 2023-11-21T03:55:59.990Z | Compiling stable_deref_trait v1.2.0 |
1540 | 2023-11-21T03:56:00.323Z | Compiling postgres-protocol v0.6.6 |
1541 | 2023-11-21T03:56:02.165Z | Compiling anstream v0.5.0 |
1542 | 2023-11-21T03:56:02.355Z | Compiling url v2.4.1 |
1543 | 2023-11-21T03:56:03.072Z | Compiling diesel_derives v2.1.1 |
1544 | 2023-11-21T03:56:05.072Z | Compiling rustls-native-certs v0.6.3 |
1545 | 2023-11-21T03:56:05.246Z | Compiling tokio-rustls v0.24.1 |
1546 | 2023-11-21T03:56:05.920Z | Compiling terminal_size v0.2.6 |
1547 | 2023-11-21T03:56:08.065Z | Compiling addr2line v0.21.0 |
1548 | 2023-11-21T03:56:09.031Z | Compiling tokio-native-tls v0.3.1 |
1549 | 2023-11-21T03:56:09.416Z | Compiling phf_shared v0.11.2 |
1550 | 2023-11-21T03:56:11.829Z | Compiling block-padding v0.3.3 |
1551 | 2023-11-21T03:56:12.132Z | Compiling snafu-derive v0.7.5 |
1552 | 2023-11-21T03:56:12.170Z | Compiling enum-as-inner v0.5.1 |
1553 | 2023-11-21T03:56:12.736Z | Compiling serde_repr v0.1.16 |
1554 | 2023-11-21T03:56:13.645Z | Compiling clap_derive v4.4.2 |
1555 | 2023-11-21T03:56:14.396Z | Compiling regress v0.7.1 |
1556 | 2023-11-21T03:56:20.645Z | Compiling scheduled-thread-pool v0.2.7 |
1557 | 2023-11-21T03:56:21.381Z | Compiling object v0.32.1 |
1558 | 2023-11-21T03:56:22.507Z | Compiling regex-automata v0.1.10 |
1559 | 2023-11-21T03:56:23.297Z | Compiling bit-vec v0.6.3 |
1560 | 2023-11-21T03:56:23.942Z | Compiling num_threads v0.1.6 |
1561 | 2023-11-21T03:56:24.120Z | Compiling deranged v0.3.8 |
1562 | 2023-11-21T03:56:26.472Z | Compiling rustc-demangle v0.1.23 |
1563 | 2023-11-21T03:56:27.236Z | Compiling clap_lex v0.5.1 |
1564 | 2023-11-21T03:56:27.891Z | Compiling matches v0.1.10 |
1565 | 2023-11-21T03:56:27.920Z | Compiling managed v0.8.0 |
1566 | 2023-11-21T03:56:28.017Z | Compiling ipnet v2.8.0 |
1567 | 2023-11-21T03:56:29.979Z | Compiling idna v0.2.3 |
1568 | 2023-11-21T03:56:32.946Z | Compiling clap_builder v4.4.2 |
1569 | 2023-11-21T03:56:33.190Z | Compiling time v0.3.27 |
1570 | 2023-11-21T03:56:33.969Z | Compiling bstr v0.2.17 |
1571 | 2023-11-21T03:56:36.191Z | Compiling r2d2 v0.8.10 |
1572 | 2023-11-21T03:56:36.945Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1573 | 2023-11-21T03:56:39.299Z | Compiling inout v0.1.3 |
1574 | 2023-11-21T03:56:40.319Z | Compiling phf v0.11.2 |
1575 | 2023-11-21T03:56:40.784Z | Compiling hyper-tls v0.5.0 |
1576 | 2023-11-21T03:56:41.208Z | Compiling hyper-rustls v0.24.2 |
1577 | 2023-11-21T03:56:41.283Z | Compiling signal-hook-mio v0.2.3 |
1578 | 2023-11-21T03:56:41.508Z | Compiling flate2 v1.0.28 |
1579 | 2023-11-21T03:56:41.972Z | Compiling bzip2 v0.4.4 |
1580 | 2023-11-21T03:56:42.540Z | Compiling postgres-types v0.2.6 |
1581 | 2023-11-21T03:56:43.001Z | Compiling itertools v0.11.0 |
1582 | 2023-11-21T03:56:44.662Z | Compiling pin-project v1.1.3 |
1583 | 2023-11-21T03:56:44.835Z | Compiling hubpack v0.1.2 |
1584 | 2023-11-21T03:56:44.880Z | Compiling serde_urlencoded v0.7.1 |
1585 | 2023-11-21T03:56:44.981Z | Compiling phf_shared v0.10.0 |
1586 | 2023-11-21T03:56:45.488Z | Compiling ipnetwork v0.20.0 |
1587 | 2023-11-21T03:56:45.955Z | Compiling zerocopy v0.6.4 |
1588 | 2023-11-21T03:56:46.716Z | Compiling futures-executor v0.3.29 |
1589 | 2023-11-21T03:56:47.506Z | Compiling float-cmp v0.9.0 |
1590 | 2023-11-21T03:56:47.669Z | Compiling proc-macro-error-attr v1.0.4 |
1591 | 2023-11-21T03:56:47.745Z | Compiling encoding_rs v0.8.33 |
1592 | 2023-11-21T03:56:48.397Z | Compiling difflib v0.4.0 |
1593 | 2023-11-21T03:56:50.490Z | Compiling precomputed-hash v0.1.1 |
1594 | 2023-11-21T03:56:50.661Z | Compiling regex-automata v0.3.8 |
1595 | 2023-11-21T03:56:51.207Z | Compiling predicates-core v1.0.6 |
1596 | 2023-11-21T03:56:51.688Z | Compiling fixedbitset v0.4.2 |
1597 | 2023-11-21T03:56:52.309Z | Compiling webpki-roots v0.25.2 |
1598 | 2023-11-21T03:56:52.547Z | Compiling whoami v1.4.1 |
1599 | 2023-11-21T03:56:53.226Z | Compiling new_debug_unreachable v1.0.4 |
1600 | 2023-11-21T03:56:53.812Z | Compiling data-encoding v2.4.0 |
1601 | 2023-11-21T03:56:54.441Z | Compiling mime v0.3.17 |
1602 | 2023-11-21T03:56:55.628Z | Compiling normalize-line-endings v0.3.0 |
1603 | 2023-11-21T03:56:56.288Z | Compiling static_assertions v1.1.0 |
1604 | 2023-11-21T03:56:56.426Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1605 | 2023-11-21T03:56:56.603Z | Compiling reqwest v0.11.22 |
1606 | 2023-11-21T03:56:56.748Z | Compiling predicates v3.0.4 |
1607 | 2023-11-21T03:56:58.474Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1608 | 2023-11-21T03:56:59.094Z | Compiling trust-dns-proto v0.22.0 |
1609 | 2023-11-21T03:57:05.979Z | Compiling bstr v1.6.0 |
1610 | 2023-11-21T03:57:08.308Z | Compiling string_cache v0.8.7 |
1611 | 2023-11-21T03:57:08.715Z | Compiling tokio-postgres v0.7.10 |
1612 | 2023-11-21T03:57:08.938Z | Compiling petgraph v0.6.4 |
1613 | 2023-11-21T03:57:16.630Z | Compiling futures v0.3.29 |
1614 | 2023-11-21T03:57:16.802Z | Compiling diesel v2.1.4 |
1615 | 2023-11-21T03:57:16.938Z | Compiling snafu v0.7.5 |
1616 | 2023-11-21T03:57:17.241Z | Compiling yasna v0.5.2 |
1617 | 2023-11-21T03:57:17.845Z | Compiling zip v0.6.6 |
1618 | 2023-11-21T03:57:18.161Z | Compiling crossterm v0.27.0 |
1619 | 2023-11-21T03:57:19.903Z | Compiling cipher v0.4.4 |
1620 | 2023-11-21T03:57:19.926Z | Compiling clap v4.4.3 |
1621 | 2023-11-21T03:57:20.627Z | Compiling similar v2.2.1 |
1622 | 2023-11-21T03:57:21.274Z | Compiling bit-set v0.5.3 |
1623 | 2023-11-21T03:57:22.643Z | Compiling itertools v0.10.5 |
1624 | 2023-11-21T03:57:22.928Z | Compiling usdt v0.3.5 |
1625 | 2023-11-21T03:57:23.552Z | Compiling console v0.15.7 |
1626 | 2023-11-21T03:57:23.728Z | Compiling tokio-stream v0.1.14 |
1627 | 2023-11-21T03:57:24.269Z | Compiling proc-macro-crate v1.3.1 |
1628 | 2023-11-21T03:57:25.160Z | Compiling toml v0.7.8 |
1629 | 2023-11-21T03:57:25.611Z | Compiling toml_edit v0.21.0 |
1630 | 2023-11-21T03:57:25.663Z | Compiling hex v0.4.3 |
1631 | 2023-11-21T03:57:25.689Z | Compiling signature v2.1.0 |
1632 | 2023-11-21T03:57:26.562Z | Compiling proc-macro-error v1.0.4 |
1633 | 2023-11-21T03:57:26.634Z | Compiling lalrpop-util v0.19.12 |
1634 | 2023-11-21T03:57:29.460Z | Compiling num_enum_derive v0.5.11 |
1635 | 2023-11-21T03:57:33.839Z | Compiling atty v0.2.14 |
1636 | 2023-11-21T03:57:34.230Z | Compiling ident_case v1.0.1 |
1637 | 2023-11-21T03:57:34.510Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1638 | 2023-11-21T03:57:34.995Z | Compiling darling_core v0.20.3 |
1639 | 2023-11-21T03:57:39.956Z | Compiling num_enum v0.5.11 |
1640 | 2023-11-21T03:58:00.069Z | Compiling dirs-sys-next v0.1.2 |
1641 | 2023-11-21T03:58:04.300Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1642 | 2023-11-21T03:58:04.717Z | Compiling postcard-cobs v0.1.5-pre |
1643 | 2023-11-21T03:58:05.006Z | Compiling postcard v0.7.3 |
1644 | 2023-11-21T03:58:10.935Z | Compiling dirs-next v2.0.0 |
1645 | 2023-11-21T03:58:15.572Z | Compiling darling_macro v0.20.3 |
1646 | 2023-11-21T03:58:17.744Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1647 | 2023-11-21T03:58:24.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1648 | 2023-11-21T03:58:24.212Z | Compiling smoltcp v0.8.2 |
1649 | 2023-11-21T03:58:24.534Z | Compiling getopts v0.2.21 |
1650 | 2023-11-21T03:58:30.437Z | Compiling foreign-types-macros v0.2.3 |
1651 | 2023-11-21T03:58:32.333Z | Compiling structmeta-derive v0.2.0 |
1652 | 2023-11-21T03:58:38.910Z | Compiling thread_local v1.1.7 |
1653 | 2023-11-21T03:58:40.228Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1654 | 2023-11-21T03:58:40.692Z | Compiling multer v2.1.0 |
1655 | 2023-11-21T03:58:41.128Z | Compiling slog-async v2.8.0 |
1656 | 2023-11-21T03:58:42.743Z | Compiling unsafe-libyaml v0.2.9 |
1657 | 2023-11-21T03:58:44.999Z | Compiling match_cfg v0.1.0 |
1658 | 2023-11-21T03:58:45.141Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1659 | 2023-11-21T03:58:45.471Z | Compiling camino v1.1.6 |
1660 | 2023-11-21T03:58:46.278Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1661 | 2023-11-21T03:58:46.704Z | Compiling paste v1.0.14 |
1662 | 2023-11-21T03:58:48.554Z | Compiling foreign-types-shared v0.3.1 |
1663 | 2023-11-21T03:58:48.723Z | Compiling cfg-if v0.1.10 |
1664 | 2023-11-21T03:58:48.866Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1665 | 2023-11-21T03:58:48.966Z | Compiling foreign-types v0.5.0 |
1666 | 2023-11-21T03:58:55.391Z | Compiling hostname v0.3.1 |
1667 | 2023-11-21T03:58:55.780Z | Compiling serde_yaml v0.9.25 |
1668 | 2023-11-21T03:59:02.056Z | Compiling structmeta v0.2.0 |
1669 | 2023-11-21T03:59:04.087Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1670 | 2023-11-21T03:59:10.063Z | Compiling darling v0.20.3 |
1671 | 2023-11-21T03:59:10.494Z | Compiling term v0.7.0 |
1672 | 2023-11-21T03:59:14.025Z | Compiling slog-json v2.6.1 |
1673 | 2023-11-21T03:59:15.030Z | Compiling is-terminal v0.4.9 |
1674 | 2023-11-21T03:59:15.210Z | Compiling crossbeam-channel v0.5.8 |
1675 | 2023-11-21T03:59:19.853Z | Compiling strum v0.25.0 |
1676 | 2023-11-21T03:59:19.935Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1677 | 2023-11-21T03:59:19.964Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1678 | 2023-11-21T03:59:20.132Z | Compiling async-stream-impl v0.3.5 |
1679 | 2023-11-21T03:59:20.786Z | Compiling cstr-argument v0.1.2 |
1680 | 2023-11-21T03:59:21.155Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1681 | 2023-11-21T03:59:21.225Z | Compiling take_mut v0.2.2 |
1682 | 2023-11-21T03:59:21.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1683 | 2023-11-21T03:59:22.474Z | Compiling atomic-waker v1.1.1 |
1684 | 2023-11-21T03:59:22.980Z | Compiling pretty-hex v0.2.1 |
1685 | 2023-11-21T03:59:23.782Z | Compiling regex-syntax v0.7.5 |
1686 | 2023-11-21T03:59:24.426Z | Compiling crucible-workspace-hack v0.1.0 |
1687 | 2023-11-21T03:59:32.891Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1688 | 2023-11-21T03:59:34.078Z | Compiling parse-display-derive v0.8.2 |
1689 | 2023-11-21T03:59:34.184Z | Compiling waitgroup v0.1.2 |
1690 | 2023-11-21T03:59:34.583Z | Compiling async-stream v0.3.5 |
1691 | 2023-11-21T03:59:35.638Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1692 | 2023-11-21T03:59:40.438Z | Compiling colored v2.0.4 |
1693 | 2023-11-21T03:59:41.868Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1694 | 2023-11-21T03:59:42.589Z | Compiling slog-bunyan v2.4.0 |
1695 | 2023-11-21T03:59:42.977Z | Compiling slog-term v2.9.0 |
1696 | 2023-11-21T03:59:47.747Z | Compiling serde_with_macros v2.3.3 |
1697 | 2023-11-21T03:59:57.354Z | Compiling toml v0.8.8 |
1698 | 2023-11-21T03:59:57.757Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1699 | 2023-11-21T03:59:57.899Z | Compiling sha1 v0.10.6 |
1700 | 2023-11-21T03:59:59.432Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1701 | 2023-11-21T04:00:00.162Z | Compiling textwrap v0.11.0 |
1702 | 2023-11-21T04:00:02.300Z | Compiling heck v0.3.3 |
1703 | 2023-11-21T04:00:02.715Z | Compiling serde_path_to_error v0.1.14 |
1704 | 2023-11-21T04:00:02.893Z | Compiling instant v0.1.12 |
1705 | 2023-11-21T04:00:03.752Z | Compiling libefi-sys v0.1.0 |
1706 | 2023-11-21T04:00:04.188Z | Compiling rayon-core v1.12.0 |
1707 | 2023-11-21T04:00:04.327Z | Compiling vec_map v0.8.2 |
1708 | 2023-11-21T04:00:04.619Z | Compiling debug-ignore v1.0.5 |
1709 | 2023-11-21T04:00:04.763Z | Compiling ansi_term v0.12.1 |
1710 | 2023-11-21T04:00:04.803Z | Compiling strsim v0.8.0 |
1711 | 2023-11-21T04:00:06.221Z | Compiling clap v2.34.0 |
1712 | 2023-11-21T04:00:06.741Z | Compiling backoff v0.4.0 |
1713 | 2023-11-21T04:00:07.120Z | Compiling structopt-derive v0.4.18 |
1714 | 2023-11-21T04:00:07.306Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1715 | 2023-11-21T04:00:07.333Z | Compiling serde_with v2.3.3 |
1716 | 2023-11-21T04:00:07.621Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1717 | 2023-11-21T04:00:11.606Z | Compiling parse-display v0.8.2 |
1718 | 2023-11-21T04:00:11.755Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1719 | 2023-11-21T04:00:12.051Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1720 | 2023-11-21T04:00:12.811Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1721 | 2023-11-21T04:00:13.052Z | Compiling zone_cfg_derive v0.3.0 |
1722 | 2023-11-21T04:00:14.826Z | Compiling crossbeam-deque v0.8.3 |
1723 | 2023-11-21T04:00:15.171Z | Compiling macaddr v1.0.1 |
1724 | 2023-11-21T04:00:15.475Z | Compiling num-derive v0.4.0 |
1725 | 2023-11-21T04:00:16.245Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1726 | 2023-11-21T04:00:16.358Z | Compiling portable-atomic v1.4.3 |
1727 | 2023-11-21T04:00:17.811Z | Compiling zone v0.3.0 |
1728 | 2023-11-21T04:00:18.985Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1729 | 2023-11-21T04:00:21.913Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1730 | 2023-11-21T04:00:22.889Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1731 | 2023-11-21T04:00:23.727Z | Compiling structopt v0.3.26 |
1732 | 2023-11-21T04:00:23.967Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1733 | 2023-11-21T04:00:24.858Z | Compiling smf v0.2.2 |
1734 | 2023-11-21T04:00:25.195Z | Compiling xattr v1.0.1 |
1735 | 2023-11-21T04:00:25.650Z | Compiling filetime v0.2.22 |
1736 | 2023-11-21T04:00:25.891Z | Compiling same-file v1.0.6 |
1737 | 2023-11-21T04:00:26.149Z | Compiling fastrand v2.0.0 |
1738 | 2023-11-21T04:00:26.338Z | Compiling walkdir v2.4.0 |
1739 | 2023-11-21T04:00:26.504Z | Compiling tar v0.4.40 |
1740 | 2023-11-21T04:00:27.243Z | Compiling tempfile v3.8.0 |
1741 | 2023-11-21T04:00:29.538Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1742 | 2023-11-21T04:00:30.198Z | Compiling rayon v1.8.0 |
1743 | 2023-11-21T04:00:31.141Z | Compiling number_prefix v0.4.0 |
1744 | 2023-11-21T04:00:31.517Z | Compiling omicron-zone-package v0.9.1 |
1745 | 2023-11-21T04:00:33.588Z | Compiling topological-sort v0.2.2 |
1746 | 2023-11-21T04:00:33.948Z | Compiling swrite v0.1.0 |
1747 | 2023-11-21T04:00:39.525Z | Compiling indicatif v0.17.7 |
1748 | 2023-11-21T04:00:52.600Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1749 | 2023-11-21T04:01:02.681Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1750 | 2023-11-21T04:01:06.003Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1751 | 2023-11-21T04:01:08.815Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1752 | 2023-11-21T04:01:34.788Z | Finished release [optimized] target(s) in 7m 41s |
1753 | 2023-11-21T04:01:35.032Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1754 | 2023-11-21T04:01:35.115Z | Created new build target 'test' and set it as active |
1755 | 2023-11-21T04:01:35.121Z | |
1756 | 2023-11-21T04:01:35.123Z | real 7:42.332899229 |
1757 | 2023-11-21T04:01:35.126Z | user 50:04.075593729 |
1758 | 2023-11-21T04:01:35.129Z | sys 4:26.541696255 |
1759 | 2023-11-21T04:01:35.132Z | trap 1.904155700 |
1760 | 2023-11-21T04:01:35.140Z | tflt 3.410239874 |
1761 | 2023-11-21T04:01:35.143Z | dflt 4.634266114 |
1762 | 2023-11-21T04:01:35.146Z | kflt 0.027318038 |
1763 | 2023-11-21T04:01:35.149Z | lock 1:48:11.481503443 |
1764 | 2023-11-21T04:01:35.152Z | slp 2:20:09.476920180 |
1765 | 2023-11-21T04:01:35.155Z | lat 2:22.160516809 |
1766 | 2023-11-21T04:01:35.158Z | stop 3:46.871221678 |
1767 | 2023-11-21T04:01:35.161Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1768 | 2023-11-21T04:01:36.191Z | Finished release [optimized] target(s) in 0.99s |
1769 | 2023-11-21T04:01:36.223Z | Running `target/release/omicron-package -t test package` |
1770 | 2023-11-21T04:01:36.261Z | Nov 21 04:01:36.273 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1771 | 2023-11-21T04:01:37.351Z | Compiling base64ct v1.6.0 |
1772 | 2023-11-21T04:01:37.373Z | Compiling linked-hash-map v0.5.6 |
1773 | 2023-11-21T04:01:37.376Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1774 | 2023-11-21T04:01:37.379Z | Compiling blake2 v0.10.6 |
1775 | 2023-11-21T04:01:37.382Z | Compiling same-file v1.0.6 |
1776 | 2023-11-21T04:01:37.384Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1777 | 2023-11-21T04:01:37.387Z | Compiling semver-parser v0.10.2 |
1778 | 2023-11-21T04:01:37.390Z | Compiling quick-error v1.2.3 |
1779 | 2023-11-21T04:01:37.567Z | Compiling fastrand v2.0.0 |
1780 | 2023-11-21T04:01:37.686Z | Compiling walkdir v2.4.0 |
1781 | 2023-11-21T04:01:37.942Z | Compiling lru-cache v0.1.2 |
1782 | 2023-11-21T04:01:38.226Z | Compiling password-hash v0.5.0 |
1783 | 2023-11-21T04:01:38.320Z | Compiling tempfile v3.8.0 |
1784 | 2023-11-21T04:01:38.546Z | Compiling semver v0.11.0 |
1785 | 2023-11-21T04:01:38.697Z | Compiling resolv-conf v0.7.0 |
1786 | 2023-11-21T04:01:39.476Z | Compiling argon2 v0.5.2 |
1787 | 2023-11-21T04:01:39.622Z | Compiling xattr v1.0.1 |
1788 | 2023-11-21T04:01:39.627Z | Compiling filetime v0.2.22 |
1789 | 2023-11-21T04:01:39.942Z | Compiling slog-dtrace v0.2.3 |
1790 | 2023-11-21T04:01:40.030Z | Compiling home v0.5.5 |
1791 | 2023-11-21T04:01:40.359Z | Compiling toolchain_find v0.2.0 |
1792 | 2023-11-21T04:01:40.407Z | Compiling tar v0.4.40 |
1793 | 2023-11-21T04:01:40.456Z | Compiling trust-dns-resolver v0.22.0 |
1794 | 2023-11-21T04:01:41.169Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1795 | 2023-11-21T04:01:41.885Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1796 | 2023-11-21T04:01:42.144Z | Compiling toml v0.5.11 |
1797 | 2023-11-21T04:01:42.373Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1798 | 2023-11-21T04:01:42.454Z | Compiling omicron-zone-package v0.9.1 |
1799 | 2023-11-21T04:01:43.407Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1800 | 2023-11-21T04:01:43.798Z | Compiling toml v0.8.8 |
1801 | 2023-11-21T04:01:44.092Z | Compiling num-rational v0.4.1 |
1802 | 2023-11-21T04:01:44.550Z | Compiling cancel-safe-futures v0.1.5 |
1803 | 2023-11-21T04:01:45.057Z | Compiling rustfmt-wrapper v0.2.0 |
1804 | 2023-11-21T04:01:45.478Z | Compiling convert_case v0.4.0 |
1805 | 2023-11-21T04:01:46.042Z | Compiling utf-8 v0.7.6 |
1806 | 2023-11-21T04:01:46.692Z | Compiling derive_more v0.99.17 |
1807 | 2023-11-21T04:01:47.468Z | Compiling pem-rfc7468 v0.7.0 |
1808 | 2023-11-21T04:01:47.667Z | Compiling num-complex v0.4.4 |
1809 | 2023-11-21T04:01:48.196Z | Compiling der_derive v0.7.2 |
1810 | 2023-11-21T04:01:48.902Z | Compiling semver v0.1.20 |
1811 | 2023-11-21T04:01:49.774Z | Compiling flagset v0.4.3 |
1812 | 2023-11-21T04:01:49.826Z | Compiling num v0.4.1 |
1813 | 2023-11-21T04:01:49.967Z | Compiling rustc_version v0.1.7 |
1814 | 2023-11-21T04:01:50.092Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1815 | 2023-11-21T04:01:50.352Z | Compiling hkdf v0.12.3 |
1816 | 2023-11-21T04:01:50.583Z | Compiling fxhash v0.2.1 |
1817 | 2023-11-21T04:01:50.690Z | Compiling unicase v2.7.0 |
1818 | 2023-11-21T04:01:50.732Z | Compiling radium v0.7.0 |
1819 | 2023-11-21T04:01:50.909Z | Compiling newtype_derive v0.1.6 |
1820 | 2023-11-21T04:01:51.125Z | Compiling maybe-uninit v2.0.0 |
1821 | 2023-11-21T04:01:51.355Z | Compiling keccak v0.1.4 |
1822 | 2023-11-21T04:01:51.364Z | Compiling ciborium-io v0.2.1 |
1823 | 2023-11-21T04:01:51.521Z | Compiling arc-swap v1.6.0 |
1824 | 2023-11-21T04:01:51.717Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1825 | 2023-11-21T04:01:51.764Z | Compiling tap v1.0.1 |
1826 | 2023-11-21T04:01:51.980Z | Compiling der v0.7.8 |
1827 | 2023-11-21T04:01:52.023Z | Compiling half v1.8.2 |
1828 | 2023-11-21T04:01:52.725Z | Compiling ciborium-ll v0.2.1 |
1829 | 2023-11-21T04:01:52.937Z | Compiling slog-scope v4.4.0 |
1830 | 2023-11-21T04:01:53.532Z | Compiling wyz v0.5.1 |
1831 | 2023-11-21T04:01:53.961Z | Compiling sha3 v0.10.8 |
1832 | 2023-11-21T04:01:54.444Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1833 | 2023-11-21T04:01:55.175Z | Compiling secrecy v0.8.0 |
1834 | 2023-11-21T04:01:55.385Z | Compiling packed_struct v0.10.1 |
1835 | 2023-11-21T04:01:55.578Z | Compiling spki v0.7.2 |
1836 | 2023-11-21T04:01:56.026Z | Compiling funty v2.0.0 |
1837 | 2023-11-21T04:01:56.395Z | Compiling num-bigint-dig v0.8.4 |
1838 | 2023-11-21T04:01:56.808Z | Compiling parking_lot_core v0.8.6 |
1839 | 2023-11-21T04:01:57.398Z | Compiling crc-catalog v2.2.0 |
1840 | 2023-11-21T04:01:58.009Z | Compiling crc v3.0.1 |
1841 | 2023-11-21T04:01:58.727Z | Compiling bitvec v1.0.1 |
1842 | 2023-11-21T04:01:58.950Z | Compiling pkcs8 v0.10.2 |
1843 | 2023-11-21T04:02:01.195Z | Compiling slog-stdlog v4.1.1 |
1844 | 2023-11-21T04:02:01.994Z | Compiling ciborium v0.2.1 |
1845 | 2023-11-21T04:02:02.943Z | Compiling nibble_vec v0.1.0 |
1846 | 2023-11-21T04:02:04.493Z | Compiling packed_struct_codegen v0.10.1 |
1847 | 2023-11-21T04:02:04.809Z | Compiling dirs-sys-next v0.1.2 |
1848 | 2023-11-21T04:02:05.541Z | Compiling nodrop v0.1.14 |
1849 | 2023-11-21T04:02:05.618Z | Compiling crunchy v0.2.2 |
1850 | 2023-11-21T04:02:05.671Z | Compiling glob v0.3.1 |
1851 | 2023-11-21T04:02:05.692Z | Compiling endian-type v0.1.2 |
1852 | 2023-11-21T04:02:06.029Z | Compiling radix_trie v0.2.1 |
1853 | 2023-11-21T04:02:06.202Z | Compiling array-init v0.0.4 |
1854 | 2023-11-21T04:02:06.301Z | Compiling dirs-next v2.0.0 |
1855 | 2023-11-21T04:02:06.968Z | Compiling clang-sys v1.6.1 |
1856 | 2023-11-21T04:02:07.070Z | Compiling slog-envlogger v2.2.0 |
1857 | 2023-11-21T04:02:07.478Z | Compiling smallvec v0.6.14 |
1858 | 2023-11-21T04:02:08.406Z | Compiling steno v0.4.0 |
1859 | 2023-11-21T04:02:08.414Z | Compiling pkcs1 v0.7.5 |
1860 | 2023-11-21T04:02:13.115Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1861 | 2023-11-21T04:02:14.195Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1862 | 2023-11-21T04:02:14.388Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1863 | 2023-11-21T04:02:18.474Z | Compiling tiny-keccak v2.0.2 |
1864 | 2023-11-21T04:02:18.510Z | Compiling bitfield v0.14.0 |
1865 | 2023-11-21T04:02:18.874Z | Compiling termcolor v1.2.0 |
1866 | 2023-11-21T04:02:18.974Z | Compiling platforms v3.0.2 |
1867 | 2023-11-21T04:02:19.436Z | Compiling prettyplease v0.2.12 |
1868 | 2023-11-21T04:02:19.878Z | Compiling env_logger v0.10.0 |
1869 | 2023-11-21T04:02:21.025Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1870 | 2023-11-21T04:02:24.373Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1871 | 2023-11-21T04:02:26.321Z | Compiling rsa v0.9.2 |
1872 | 2023-11-21T04:02:28.701Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1873 | 2023-11-21T04:02:31.720Z | Compiling parking_lot v0.11.2 |
1874 | 2023-11-21T04:02:35.215Z | Compiling serde-hex v0.1.0 |
1875 | 2023-11-21T04:02:35.791Z | Compiling mime_guess v2.0.4 |
1876 | 2023-11-21T04:02:35.794Z | Compiling trust-dns-client v0.22.0 |
1877 | 2023-11-21T04:02:36.779Z | Compiling term v0.7.0 |
1878 | 2023-11-21T04:02:37.758Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1879 | 2023-11-21T04:02:38.269Z | Compiling x509-cert v0.2.4 |
1880 | 2023-11-21T04:02:39.136Z | Compiling tungstenite v0.20.1 |
1881 | 2023-11-21T04:02:44.099Z | Compiling darling_core v0.14.4 |
1882 | 2023-11-21T04:02:48.641Z | Compiling ron v0.8.1 |
1883 | 2023-11-21T04:02:52.894Z | Compiling minimal-lexical v0.2.1 |
1884 | 2023-11-21T04:02:53.677Z | Compiling buf-list v1.0.3 |
1885 | 2023-11-21T04:02:53.710Z | Compiling crc-any v2.4.3 |
1886 | 2023-11-21T04:02:54.553Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1887 | 2023-11-21T04:02:55.276Z | Compiling nom v7.1.3 |
1888 | 2023-11-21T04:02:59.414Z | Compiling trust-dns-server v0.22.1 |
1889 | 2023-11-21T04:03:00.268Z | Compiling darling_macro v0.14.4 |
1890 | 2023-11-21T04:03:01.546Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1891 | 2023-11-21T04:03:01.748Z | Compiling tokio-tungstenite v0.20.1 |
1892 | 2023-11-21T04:03:04.168Z | Compiling ascii-canvas v3.0.0 |
1893 | 2023-11-21T04:03:04.899Z | Compiling sled v0.34.7 |
1894 | 2023-11-21T04:03:06.977Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1895 | 2023-11-21T04:03:25.926Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1896 | 2023-11-21T04:03:30.182Z | Compiling object v0.30.4 |
1897 | 2023-11-21T04:03:32.847Z | Compiling itertools v0.12.0 |
1898 | 2023-11-21T04:03:36.618Z | Compiling is-terminal v0.4.9 |
1899 | 2023-11-21T04:03:36.790Z | Compiling libsw v3.3.0 |
1900 | 2023-11-21T04:03:37.705Z | Compiling ena v0.14.2 |
1901 | 2023-11-21T04:03:37.911Z | Compiling derive-where v1.2.5 |
1902 | 2023-11-21T04:03:38.704Z | Compiling libloading v0.7.4 |
1903 | 2023-11-21T04:03:39.247Z | Compiling pretty-hex v0.3.0 |
1904 | 2023-11-21T04:03:39.590Z | Compiling bindgen v0.65.1 |
1905 | 2023-11-21T04:03:40.253Z | Compiling linear-map v1.2.0 |
1906 | 2023-11-21T04:03:40.884Z | Compiling path-slash v0.1.5 |
1907 | 2023-11-21T04:03:41.211Z | Compiling regex-syntax v0.6.29 |
1908 | 2023-11-21T04:03:41.456Z | Compiling diff v0.1.13 |
1909 | 2023-11-21T04:03:42.665Z | Compiling owo-colors v3.5.0 |
1910 | 2023-11-21T04:03:43.311Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1911 | 2023-11-21T04:03:47.560Z | Compiling lalrpop v0.19.12 |
1912 | 2023-11-21T04:03:47.687Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1913 | 2023-11-21T04:03:50.482Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1914 | 2023-11-21T04:03:56.196Z | Compiling curve25519-dalek v4.1.0 |
1915 | 2023-11-21T04:03:59.760Z | Compiling darling v0.14.4 |
1916 | 2023-11-21T04:03:59.920Z | Compiling cexpr v0.6.0 |
1917 | 2023-11-21T04:04:03.684Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1918 | 2023-11-21T04:04:04.038Z | Compiling which v4.4.0 |
1919 | 2023-11-21T04:04:04.844Z | Compiling ff v0.13.0 |
1920 | 2023-11-21T04:04:05.210Z | Compiling kstat-rs v0.2.3 |
1921 | 2023-11-21T04:04:05.231Z | Compiling memoffset v0.7.1 |
1922 | 2023-11-21T04:04:05.645Z | Compiling rustc-hash v1.1.0 |
1923 | 2023-11-21T04:04:05.715Z | Compiling display-error-chain v0.2.0 |
1924 | 2023-11-21T04:04:05.837Z | Compiling lazycell v1.3.0 |
1925 | 2023-11-21T04:04:05.965Z | Compiling peeking_take_while v0.1.2 |
1926 | 2023-11-21T04:04:06.082Z | Compiling shlex v1.1.0 |
1927 | 2023-11-21T04:04:06.119Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1928 | 2023-11-21T04:04:07.448Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1929 | 2023-11-21T04:04:07.586Z | Compiling group v0.13.0 |
1930 | 2023-11-21T04:04:07.825Z | Compiling derive_builder_core v0.12.0 |
1931 | 2023-11-21T04:04:11.417Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1932 | 2023-11-21T04:04:15.695Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1933 | 2023-11-21T04:04:19.380Z | Compiling camino-tempfile v1.0.2 |
1934 | 2023-11-21T04:04:20.671Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1935 | 2023-11-21T04:04:25.049Z | Compiling globset v0.4.13 |
1936 | 2023-11-21T04:04:28.141Z | Compiling pem v3.0.2 |
1937 | 2023-11-21T04:04:29.168Z | Compiling olpc-cjson v0.1.3 |
1938 | 2023-11-21T04:04:30.046Z | Compiling universal-hash v0.5.1 |
1939 | 2023-11-21T04:04:30.351Z | Compiling crypto-bigint v0.5.2 |
1940 | 2023-11-21T04:04:30.817Z | Compiling bcs v0.1.6 |
1941 | 2023-11-21T04:04:32.371Z | Compiling serde_plain v1.0.2 |
1942 | 2023-11-21T04:04:33.205Z | Compiling libxml v0.3.3 |
1943 | 2023-11-21T04:04:33.710Z | Compiling curve25519-dalek-derive v0.1.0 |
1944 | 2023-11-21T04:04:34.634Z | Compiling thiserror-impl-no-std v2.0.2 |
1945 | 2023-11-21T04:04:34.847Z | Compiling polar-core v0.27.0 |
1946 | 2023-11-21T04:04:35.148Z | Compiling async-recursion v1.0.5 |
1947 | 2023-11-21T04:04:35.808Z | Compiling base16ct v0.2.0 |
1948 | 2023-11-21T04:04:35.844Z | Compiling highway v1.1.0 |
1949 | 2023-11-21T04:04:36.360Z | Compiling ref-cast v1.0.20 |
1950 | 2023-11-21T04:04:36.648Z | Compiling typed-path v0.6.0 |
1951 | 2023-11-21T04:04:37.034Z | Compiling opaque-debug v0.3.0 |
1952 | 2023-11-21T04:04:37.166Z | Compiling poly1305 v0.8.0 |
1953 | 2023-11-21T04:04:38.241Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1954 | 2023-11-21T04:04:39.046Z | Compiling thiserror-no-std v2.0.2 |
1955 | 2023-11-21T04:04:39.213Z | Compiling elliptic-curve v0.13.5 |
1956 | 2023-11-21T04:04:39.884Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1957 | 2023-11-21T04:04:42.321Z | Compiling tough v0.15.0 |
1958 | 2023-11-21T04:04:44.011Z | Compiling derive_builder_macro v0.12.0 |
1959 | 2023-11-21T04:04:45.398Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1960 | 2023-11-21T04:04:48.416Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1961 | 2023-11-21T04:04:52.602Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1962 | 2023-11-21T04:04:53.026Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1963 | 2023-11-21T04:04:53.440Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1964 | 2023-11-21T04:04:55.122Z | Compiling chacha20 v0.9.1 |
1965 | 2023-11-21T04:04:55.271Z | Compiling strum_macros v0.24.3 |
1966 | 2023-11-21T04:04:55.744Z | Compiling aead v0.5.2 |
1967 | 2023-11-21T04:04:56.215Z | Compiling ref-cast-impl v1.0.20 |
1968 | 2023-11-21T04:04:57.977Z | Compiling cookie v0.18.0 |
1969 | 2023-11-21T04:04:57.992Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1970 | 2023-11-21T04:04:58.421Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1971 | 2023-11-21T04:04:58.434Z | Compiling base64 v0.13.1 |
1972 | 2023-11-21T04:04:58.875Z | Compiling indoc v1.0.9 |
1973 | 2023-11-21T04:04:59.852Z | Compiling salty v0.2.0 |
1974 | 2023-11-21T04:05:00.286Z | Compiling signature v1.6.4 |
1975 | 2023-11-21T04:05:00.510Z | Compiling ed25519 v1.5.3 |
1976 | 2023-11-21T04:05:00.555Z | Compiling tungstenite v0.18.0 |
1977 | 2023-11-21T04:05:01.394Z | Compiling chacha20poly1305 v0.10.1 |
1978 | 2023-11-21T04:05:01.725Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1979 | 2023-11-21T04:05:08.592Z | Compiling derive_builder v0.12.0 |
1980 | 2023-11-21T04:05:08.851Z | Compiling vsss-rs v3.3.1 |
1981 | 2023-11-21T04:05:16.566Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1982 | 2023-11-21T04:05:16.777Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1983 | 2023-11-21T04:05:17.283Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1984 | 2023-11-21T04:05:17.703Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1985 | 2023-11-21T04:05:17.999Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1986 | 2023-11-21T04:05:22.962Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1987 | 2023-11-21T04:05:25.694Z | Compiling headers-core v0.2.0 |
1988 | 2023-11-21T04:05:25.931Z | Compiling bb8 v0.8.1 |
1989 | 2023-11-21T04:05:26.311Z | Compiling quick-xml v0.23.1 |
1990 | 2023-11-21T04:05:26.492Z | Compiling serde-big-array v0.5.1 |
1991 | 2023-11-21T04:05:26.782Z | Compiling oso-derive v0.27.0 |
1992 | 2023-11-21T04:05:26.860Z | Compiling impl-trait-for-tuples v0.2.2 |
1993 | 2023-11-21T04:05:28.286Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1994 | 2023-11-21T04:05:28.300Z | Compiling fs-err v2.10.0 |
1995 | 2023-11-21T04:05:28.721Z | Compiling http-range v0.1.5 |
1996 | 2023-11-21T04:05:29.507Z | Compiling maplit v1.0.2 |
1997 | 2023-11-21T04:05:29.666Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1998 | 2023-11-21T04:05:29.669Z | Compiling hyper-staticfile v0.9.5 |
1999 | 2023-11-21T04:05:35.306Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2000 | 2023-11-21T04:05:36.338Z | Compiling headers v0.3.9 |
2001 | 2023-11-21T04:05:39.493Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2002 | 2023-11-21T04:05:42.667Z | Compiling oso v0.27.0 |
2003 | 2023-11-21T04:05:45.646Z | Compiling tokio-tungstenite v0.18.0 |
2004 | 2023-11-21T04:05:55.955Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2005 | 2023-11-21T04:05:58.652Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2006 | 2023-11-21T04:05:59.080Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2007 | 2023-11-21T04:06:00.044Z | Compiling signal-hook-tokio v0.3.1 |
2008 | 2023-11-21T04:06:00.352Z | Compiling serde-big-array v0.4.1 |
2009 | 2023-11-21T04:06:00.615Z | Compiling cassowary v0.3.0 |
2010 | 2023-11-21T04:06:01.233Z | Compiling indoc v2.0.3 |
2011 | 2023-11-21T04:06:02.745Z | Compiling ratatui v0.23.0 |
2012 | 2023-11-21T04:06:08.081Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2013 | 2023-11-21T04:06:10.615Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2014 | 2023-11-21T04:06:12.265Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2015 | 2023-11-21T04:06:15.436Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2016 | 2023-11-21T04:06:26.205Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2017 | 2023-11-21T04:06:26.770Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2018 | 2023-11-21T04:06:28.089Z | Compiling fatfs v0.3.6 |
2019 | 2023-11-21T04:06:33.684Z | Compiling bytesize v1.3.0 |
2020 | 2023-11-21T04:06:34.629Z | Compiling nanorand v0.7.0 |
2021 | 2023-11-21T04:06:35.840Z | Compiling rtoolbox v0.0.1 |
2022 | 2023-11-21T04:06:36.514Z | Compiling unicode-linebreak v0.1.5 |
2023 | 2023-11-21T04:06:36.668Z | Compiling corncobs v0.1.3 |
2024 | 2023-11-21T04:06:37.331Z | Compiling assert_matches v1.5.0 |
2025 | 2023-11-21T04:06:37.412Z | Compiling smawk v0.3.1 |
2026 | 2023-11-21T04:06:37.462Z | Compiling is_ci v1.1.1 |
2027 | 2023-11-21T04:06:37.739Z | Compiling textwrap v0.16.0 |
2028 | 2023-11-21T04:06:37.872Z | Compiling supports-color v2.1.0 |
2029 | 2023-11-21T04:06:38.975Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2030 | 2023-11-21T04:06:40.235Z | Compiling rpassword v7.2.0 |
2031 | 2023-11-21T04:06:40.913Z | Compiling flume v0.11.0 |
2032 | 2023-11-21T04:06:42.196Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2033 | 2023-11-21T04:06:44.033Z | Compiling tui-tree-widget v0.13.0 |
2034 | 2023-11-21T04:06:47.519Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2035 | 2023-11-21T04:06:50.730Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2036 | 2023-11-21T04:06:51.487Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2037 | 2023-11-21T04:07:26.275Z | Compiling shell-words v1.1.0 |
2038 | 2023-11-21T04:07:26.913Z | Compiling humantime v2.1.0 |
2039 | 2023-11-21T04:07:28.328Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2040 | 2023-11-21T04:08:00.773Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2041 | 2023-11-21T04:09:07.914Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2042 | 2023-11-21T04:11:01.862Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2043 | 2023-11-21T04:20:28.796Z | Finished release [optimized] target(s) in 18m 52s |
2044 | 2023-11-21T04:21:39.329Z | |
2045 | 2023-11-21T04:21:39.332Z | real 20:04.715972243 |
2046 | 2023-11-21T04:21:39.335Z | user 2:16:53.326378614 |
2047 | 2023-11-21T04:21:39.339Z | sys 5:34.179113279 |
2048 | 2023-11-21T04:21:39.342Z | trap 4.199373959 |
2049 | 2023-11-21T04:21:39.345Z | tflt 1.216933390 |
2050 | 2023-11-21T04:21:39.348Z | dflt 2.441403380 |
2051 | 2023-11-21T04:21:39.351Z | kflt 0.001437474 |
2052 | 2023-11-21T04:21:39.354Z | lock 7:50:46.524083102 |
2053 | 2023-11-21T04:21:39.357Z | slp 5:00:06.248428281 |
2054 | 2023-11-21T04:21:39.360Z | lat 2:15.952188161 |
2055 | 2023-11-21T04:21:39.364Z | stop 37.701594944 |
2056 | 2023-11-21T04:21:39.367Z | + 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/*) |
2057 | 2023-11-21T04:21:39.370Z | + pfexec mkdir -p /work |
2058 | 2023-11-21T04:21:39.373Z | + pfexec chown build /work |
2059 | 2023-11-21T04:21:39.376Z | + 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 |
2060 | 2023-11-21T04:21:52.623Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2061 | 2023-11-21T04:21:52.628Z | a out/mg-ddm-gz.tar 61253K |
2062 | 2023-11-21T04:21:52.632Z | a out/omicron-sled-agent.tar 109014K |
2063 | 2023-11-21T04:21:52.635Z | a out/target/test 1K |
2064 | 2023-11-21T04:21:52.639Z | a out/npuzone/npuzone 36505K |
2065 | 2023-11-21T04:21:52.642Z | a package-manifest.toml 22K |
2066 | 2023-11-21T04:21:52.647Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2067 | 2023-11-21T04:21:52.651Z | a target/release/omicron-package 41518K |
2068 | 2023-11-21T04:21:52.654Z | a tools/create_virtual_hardware.sh 4K |
2069 | 2023-11-21T04:21:52.657Z | a tools/virtual_hardware.sh 4K |
2070 | 2023-11-21T04:21:52.660Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2071 | 2023-11-21T04:21:52.664Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2072 | 2023-11-21T04:21:52.667Z | a tools/scrimlet/softnpu-init.sh 3K |
2073 | 2023-11-21T04:21:52.671Z | a tools/scrimlet/softnpu-zone.txt 1K |
2074 | 2023-11-21T04:21:52.675Z | a tools/scrimlet/softnpu.toml 1K |
2075 | 2023-11-21T04:21:52.678Z | |
2076 | 2023-11-21T04:21:52.681Z | real 13.287769294 |
2077 | 2023-11-21T04:21:52.685Z | user 12.694952293 |
2078 | 2023-11-21T04:21:52.688Z | sys 1.033474853 |
2079 | 2023-11-21T04:21:52.692Z | trap 0.003910473 |
2080 | 2023-11-21T04:21:52.697Z | tflt 0.000000000 |
2081 | 2023-11-21T04:21:52.700Z | dflt 0.000000000 |
2082 | 2023-11-21T04:21:52.703Z | kflt 0.000000000 |
2083 | 2023-11-21T04:21:52.707Z | lock 0.000000000 |
2084 | 2023-11-21T04:21:52.712Z | slp 12.422371939 |
2085 | 2023-11-21T04:21:52.719Z | lat 0.417372469 |
2086 | 2023-11-21T04:21:52.731Z | stop 0.000238397 |
2087 | 2023-11-21T04:21:52.740Z | ++ pwd |
2088 | 2023-11-21T04:21:52.743Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2089 | 2023-11-21T04:21:52.747Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2090 | 2023-11-21T04:21:52.750Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2091 | 2023-11-21T04:21:53.684Z | Finished release [optimized] target(s) in 0.96s |
2092 | 2023-11-21T04:21:53.720Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2093 | 2023-11-21T04:21:53.752Z | Created new build target 'host' and set it as active |
2094 | 2023-11-21T04:21:53.758Z | |
2095 | 2023-11-21T04:21:53.763Z | real 1.117056779 |
2096 | 2023-11-21T04:21:53.769Z | user 0.787785001 |
2097 | 2023-11-21T04:21:53.773Z | sys 0.330022779 |
2098 | 2023-11-21T04:21:53.780Z | trap 0.000087592 |
2099 | 2023-11-21T04:21:53.788Z | tflt 0.000000000 |
2100 | 2023-11-21T04:21:53.792Z | dflt 0.000004459 |
2101 | 2023-11-21T04:21:53.799Z | kflt 0.000000000 |
2102 | 2023-11-21T04:21:53.805Z | lock 0.033124027 |
2103 | 2023-11-21T04:21:53.811Z | slp 0.018707918 |
2104 | 2023-11-21T04:21:53.816Z | lat 0.001588977 |
2105 | 2023-11-21T04:21:53.821Z | stop 0.000233024 |
2106 | 2023-11-21T04:21:53.833Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2107 | 2023-11-21T04:21:54.769Z | Finished release [optimized] target(s) in 0.93s |
2108 | 2023-11-21T04:21:54.798Z | Running `target/release/omicron-package -t host package` |
2109 | 2023-11-21T04:21:54.837Z | Nov 21 04:21:54.852 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2110 | 2023-11-21T04:21:55.895Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2111 | 2023-11-21T04:25:29.830Z | Finished release [optimized] target(s) in 3m 34s |
2112 | 2023-11-21T04:26:45.984Z | |
2113 | 2023-11-21T04:26:45.993Z | real 4:52.341112266 |
2114 | 2023-11-21T04:26:46.419Z | user 20:23.750177351 |
2115 | 2023-11-21T04:26:46.430Z | sys 1:02.571860968 |
2116 | 2023-11-21T04:26:46.442Z | trap 0.512165533 |
2117 | 2023-11-21T04:26:46.455Z | tflt 0.019187533 |
2118 | 2023-11-21T04:26:46.463Z | dflt 1.597306272 |
2119 | 2023-11-21T04:26:46.472Z | kflt 0.000000000 |
2120 | 2023-11-21T04:26:46.488Z | lock 1:11:50.637740914 |
2121 | 2023-11-21T04:26:46.492Z | slp 17:01.876336180 |
2122 | 2023-11-21T04:26:46.495Z | lat 8.111199113 |
2123 | 2023-11-21T04:26:46.499Z | stop 0.621486622 |
2124 | 2023-11-21T04:26:46.502Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2125 | 2023-11-21T04:26:46.504Z | + for package in "$@" |
2126 | 2023-11-21T04:26:46.507Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2127 | 2023-11-21T04:26:46.510Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+gitea543c9dcd7 |
2128 | 2023-11-21T04:26:47.010Z | Finished release [optimized] target(s) in 0.94s |
2129 | 2023-11-21T04:26:47.037Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+gitea543c9dcd7` |
2130 | 2023-11-21T04:26:47.078Z | Nov 21 04:26:47.083 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2131 | 2023-11-21T04:26:47.593Z | Created: out/versioned/omicron-sled-agent.tar |
2132 | 2023-11-21T04:26:47.596Z | + for package in "$@" |
2133 | 2023-11-21T04:26:47.599Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2134 | 2023-11-21T04:26:47.603Z | + echo 0.0.0 |
2135 | 2023-11-21T04:26:47.606Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2136 | 2023-11-21T04:26:47.610Z | a VERSION 1K |
2137 | 2023-11-21T04:26:47.613Z | + rm VERSION |
2138 | 2023-11-21T04:26:47.617Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitea543c9dcd7 |
2139 | 2023-11-21T04:26:48.596Z | Finished release [optimized] target(s) in 0.91s |
2140 | 2023-11-21T04:26:48.623Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitea543c9dcd7` |
2141 | 2023-11-21T04:26:49.667Z | Nov 21 04:26:48.670 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2142 | 2023-11-21T04:26:49.675Z | Created: out/versioned/mg-ddm-gz.tar |
2143 | 2023-11-21T04:26:49.681Z | + for package in "$@" |
2144 | 2023-11-21T04:26:49.689Z | + [[ propolis-server == mg-ddm-gz ]] |
2145 | 2023-11-21T04:26:49.695Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+gitea543c9dcd7 |
2146 | 2023-11-21T04:26:50.026Z | Finished release [optimized] target(s) in 0.97s |
2147 | 2023-11-21T04:26:50.056Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+gitea543c9dcd7` |
2148 | 2023-11-21T04:26:50.101Z | Nov 21 04:26:50.104 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2149 | 2023-11-21T04:26:51.811Z | Created: out/versioned/propolis-server.tar.gz |
2150 | 2023-11-21T04:26:51.817Z | + for package in "$@" |
2151 | 2023-11-21T04:26:51.821Z | + [[ overlay == mg-ddm-gz ]] |
2152 | 2023-11-21T04:26:51.826Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+gitea543c9dcd7 |
2153 | 2023-11-21T04:26:52.804Z | Finished release [optimized] target(s) in 0.91s |
2154 | 2023-11-21T04:26:52.832Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+gitea543c9dcd7` |
2155 | 2023-11-21T04:26:52.871Z | Nov 21 04:26:52.879 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2156 | 2023-11-21T04:26:52.877Z | Created: out/versioned/overlay.tar.gz |
2157 | 2023-11-21T04:26:52.880Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2158 | 2023-11-21T04:26:52.888Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2159 | 2023-11-21T04:26:52.891Z | ++ cd -- ./tools |
2160 | 2023-11-21T04:26:52.894Z | ++ pwd |
2161 | 2023-11-21T04:26:52.898Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2162 | 2023-11-21T04:26:52.905Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2163 | 2023-11-21T04:26:52.909Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2164 | 2023-11-21T04:26:52.912Z | ++ readlink -f /work |
2165 | 2023-11-21T04:26:52.917Z | + out_dir=/work |
2166 | 2023-11-21T04:26:52.923Z | + 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") |
2167 | 2023-11-21T04:26:52.929Z | + for dep in "${deps[@]}" |
2168 | 2023-11-21T04:26:52.935Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2169 | 2023-11-21T04:26:52.939Z | + for dep in "${deps[@]}" |
2170 | 2023-11-21T04:26:52.957Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2171 | 2023-11-21T04:26:52.961Z | + for dep in "${deps[@]}" |
2172 | 2023-11-21T04:26:52.964Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2173 | 2023-11-21T04:26:52.968Z | + for dep in "${deps[@]}" |
2174 | 2023-11-21T04:26:52.971Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2175 | 2023-11-21T04:26:52.975Z | ++ mktemp -d |
2176 | 2023-11-21T04:26:52.978Z | + tmp_gz=/tmp/tmp.T5aGuh |
2177 | 2023-11-21T04:26:52.981Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2178 | 2023-11-21T04:26:52.985Z | + echo '{"v":"1","t":"layer"}' |
2179 | 2023-11-21T04:26:52.988Z | + pkg_dir=/tmp/tmp.T5aGuh/root/opt/oxide/sled-agent |
2180 | 2023-11-21T04:26:52.993Z | + mkdir -p /tmp/tmp.T5aGuh/root/opt/oxide/sled-agent |
2181 | 2023-11-21T04:26:52.997Z | + cd /tmp/tmp.T5aGuh/root/opt/oxide/sled-agent |
2182 | 2023-11-21T04:26:53.002Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2183 | 2023-11-21T04:26:53.020Z | x ., 0 bytes, 0 tape blocks |
2184 | 2023-11-21T04:26:53.023Z | x zone-bundle, 41043008 bytes, 80163 tape blocks |
2185 | 2023-11-21T04:26:53.026Z | x sled-agent, 70600456 bytes, 137892 tape blocks |
2186 | 2023-11-21T04:26:53.033Z | x pkg, 0 bytes, 0 tape blocks |
2187 | 2023-11-21T04:26:53.043Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2188 | 2023-11-21T04:26:53.050Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2189 | 2023-11-21T04:26:53.064Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2190 | 2023-11-21T04:26:53.068Z | x VERSION, 25 bytes, 1 tape blocks |
2191 | 2023-11-21T04:26:53.070Z | + mkdir -p /tmp/tmp.T5aGuh/root/lib/svc/manifest/site/ |
2192 | 2023-11-21T04:26:53.073Z | + mv pkg/manifest.xml /tmp/tmp.T5aGuh/root/lib/svc/manifest/site/sled-agent.xml |
2193 | 2023-11-21T04:26:53.076Z | + cd - |
2194 | 2023-11-21T04:26:53.078Z | /work/oxidecomputer/omicron |
2195 | 2023-11-21T04:26:53.081Z | + pkg_dir=/tmp/tmp.T5aGuh/root/opt/oxide/mg-ddm |
2196 | 2023-11-21T04:26:53.084Z | + mkdir -p /tmp/tmp.T5aGuh/root/opt/oxide/mg-ddm |
2197 | 2023-11-21T04:26:53.087Z | + cd /tmp/tmp.T5aGuh/root/opt/oxide/mg-ddm |
2198 | 2023-11-21T04:26:53.089Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2199 | 2023-11-21T04:26:53.097Z | x ., 0 bytes, 0 tape blocks |
2200 | 2023-11-21T04:26:53.099Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2201 | 2023-11-21T04:26:53.102Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2202 | 2023-11-21T04:26:53.105Z | x pkg, 0 bytes, 0 tape blocks |
2203 | 2023-11-21T04:26:53.108Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2204 | 2023-11-21T04:26:53.111Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2205 | 2023-11-21T04:26:53.114Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2206 | 2023-11-21T04:26:53.117Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2207 | 2023-11-21T04:26:53.119Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2208 | 2023-11-21T04:26:53.124Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2209 | 2023-11-21T04:26:53.131Z | x VERSION, 25 bytes, 1 tape blocks |
2210 | 2023-11-21T04:26:53.139Z | + cd - |
2211 | 2023-11-21T04:26:53.146Z | /work/oxidecomputer/omicron |
2212 | 2023-11-21T04:26:53.153Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.T5aGuh/root/opt/oxide |
2213 | 2023-11-21T04:26:53.210Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.T5aGuh/root/opt/oxide |
2214 | 2023-11-21T04:26:53.214Z | + cd /tmp/tmp.T5aGuh |
2215 | 2023-11-21T04:26:53.217Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2216 | 2023-11-21T04:27:04.682Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2217 | 2023-11-21T04:27:04.688Z | a oxide.json 1K |
2218 | 2023-11-21T04:27:04.691Z | a root/ 0K |
2219 | 2023-11-21T04:27:04.695Z | a root/opt/ 0K |
2220 | 2023-11-21T04:27:04.698Z | a root/opt/oxide/ 0K |
2221 | 2023-11-21T04:27:04.701Z | a root/opt/oxide/sled-agent/ 0K |
2222 | 2023-11-21T04:27:04.704Z | a root/opt/oxide/sled-agent/zone-bundle 40082K |
2223 | 2023-11-21T04:27:04.708Z | a root/opt/oxide/sled-agent/sled-agent 68946K |
2224 | 2023-11-21T04:27:04.712Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2225 | 2023-11-21T04:27:04.718Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2226 | 2023-11-21T04:27:04.726Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2227 | 2023-11-21T04:27:04.732Z | a root/opt/oxide/sled-agent/VERSION 1K |
2228 | 2023-11-21T04:27:04.736Z | a root/opt/oxide/mg-ddm/ 0K |
2229 | 2023-11-21T04:27:04.739Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2230 | 2023-11-21T04:27:04.744Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2231 | 2023-11-21T04:27:04.747Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2232 | 2023-11-21T04:27:04.752Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2233 | 2023-11-21T04:27:04.757Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2234 | 2023-11-21T04:27:04.760Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2235 | 2023-11-21T04:27:04.764Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2236 | 2023-11-21T04:27:04.766Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2237 | 2023-11-21T04:27:04.769Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2238 | 2023-11-21T04:27:04.772Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2239 | 2023-11-21T04:27:04.775Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2240 | 2023-11-21T04:27:04.778Z | a root/opt/oxide/overlay.tar.gz 2K |
2241 | 2023-11-21T04:27:04.781Z | a root/lib/ 0K |
2242 | 2023-11-21T04:27:04.784Z | a root/lib/svc/ 0K |
2243 | 2023-11-21T04:27:04.787Z | a root/lib/svc/manifest/ 0K |
2244 | 2023-11-21T04:27:04.790Z | a root/lib/svc/manifest/site/ 0K |
2245 | 2023-11-21T04:27:04.794Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2246 | 2023-11-21T04:27:04.797Z | + cd / |
2247 | 2023-11-21T04:27:04.833Z | + rm -rf /tmp/tmp.T5aGuh |
2248 | 2023-11-21T04:27:04.839Z | |
2249 | 2023-11-21T04:27:04.843Z | real 11.853661785 |
2250 | 2023-11-21T04:27:04.846Z | user 10.971046726 |
2251 | 2023-11-21T04:27:04.849Z | sys 0.940844905 |
2252 | 2023-11-21T04:27:04.852Z | trap 0.002723662 |
2253 | 2023-11-21T04:27:04.855Z | tflt 0.000000000 |
2254 | 2023-11-21T04:27:04.858Z | dflt 0.000000000 |
2255 | 2023-11-21T04:27:04.861Z | kflt 0.000000000 |
2256 | 2023-11-21T04:27:04.865Z | lock 0.000000000 |
2257 | 2023-11-21T04:27:04.868Z | slp 22.883830582 |
2258 | 2023-11-21T04:27:04.871Z | lat 0.367408919 |
2259 | 2023-11-21T04:27:04.874Z | stop 0.000335659 |
2260 | 2023-11-21T04:27:04.877Z | + mkdir -p /work/zones |
2261 | 2023-11-21T04:27:04.880Z | + 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) |
2262 | 2023-11-21T04:27:04.883Z | + 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/ |
2263 | 2023-11-21T04:27:08.389Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2264 | 2023-11-21T04:27:09.505Z | Finished release [optimized] target(s) in 1.03s |
2265 | 2023-11-21T04:27:09.534Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2266 | 2023-11-21T04:27:09.574Z | Created new build target 'recovery' and set it as active |
2267 | 2023-11-21T04:27:09.577Z | |
2268 | 2023-11-21T04:27:09.580Z | real 1.181995532 |
2269 | 2023-11-21T04:27:09.583Z | user 0.822054378 |
2270 | 2023-11-21T04:27:09.585Z | sys 0.358332014 |
2271 | 2023-11-21T04:27:09.588Z | trap 0.000773301 |
2272 | 2023-11-21T04:27:09.591Z | tflt 0.000017962 |
2273 | 2023-11-21T04:27:09.596Z | dflt 0.000002373 |
2274 | 2023-11-21T04:27:09.600Z | kflt 0.000000000 |
2275 | 2023-11-21T04:27:09.602Z | lock 0.038210693 |
2276 | 2023-11-21T04:27:09.605Z | slp 0.021902869 |
2277 | 2023-11-21T04:27:09.608Z | lat 0.003786190 |
2278 | 2023-11-21T04:27:09.611Z | stop 0.000231819 |
2279 | 2023-11-21T04:27:09.613Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2280 | 2023-11-21T04:27:10.650Z | Finished release [optimized] target(s) in 0.98s |
2281 | 2023-11-21T04:27:10.679Z | Running `target/release/omicron-package -t recovery package` |
2282 | 2023-11-21T04:27:10.722Z | Nov 21 04:27:10.726 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2283 | 2023-11-21T04:27:11.613Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2284 | 2023-11-21T04:27:15.505Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2285 | 2023-11-21T04:27:46.811Z | Finished release [optimized] target(s) in 36.02s |
2286 | 2023-11-21T04:27:59.426Z | |
2287 | 2023-11-21T04:27:59.431Z | real 49.859562223 |
2288 | 2023-11-21T04:27:59.434Z | user 2:29.962268213 |
2289 | 2023-11-21T04:27:59.436Z | sys 11.560424835 |
2290 | 2023-11-21T04:27:59.439Z | trap 0.069377654 |
2291 | 2023-11-21T04:27:59.442Z | tflt 0.056999590 |
2292 | 2023-11-21T04:27:59.445Z | dflt 0.767265402 |
2293 | 2023-11-21T04:27:59.447Z | kflt 0.000012221 |
2294 | 2023-11-21T04:27:59.450Z | lock 11:17.164083079 |
2295 | 2023-11-21T04:27:59.452Z | slp 2:28.706620894 |
2296 | 2023-11-21T04:27:59.455Z | lat 1.790404784 |
2297 | 2023-11-21T04:27:59.458Z | stop 0.191696384 |
2298 | 2023-11-21T04:27:59.460Z | + stamp_packages installinator mg-ddm-gz |
2299 | 2023-11-21T04:27:59.463Z | + for package in "$@" |
2300 | 2023-11-21T04:27:59.466Z | + [[ installinator == mg-ddm-gz ]] |
2301 | 2023-11-21T04:27:59.469Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+gitea543c9dcd7 |
2302 | 2023-11-21T04:28:00.479Z | Finished release [optimized] target(s) in 0.97s |
2303 | 2023-11-21T04:28:00.509Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+gitea543c9dcd7` |
2304 | 2023-11-21T04:28:00.550Z | Nov 21 04:28:00.556 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2305 | 2023-11-21T04:28:00.684Z | Created: out/versioned/installinator.tar |
2306 | 2023-11-21T04:28:00.688Z | + for package in "$@" |
2307 | 2023-11-21T04:28:00.691Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2308 | 2023-11-21T04:28:00.694Z | + echo 0.0.0 |
2309 | 2023-11-21T04:28:00.696Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2310 | 2023-11-21T04:28:00.699Z | a VERSION 1K |
2311 | 2023-11-21T04:28:00.703Z | + rm VERSION |
2312 | 2023-11-21T04:28:00.706Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+gitea543c9dcd7 |
2313 | 2023-11-21T04:28:01.768Z | Finished release [optimized] target(s) in 0.98s |
2314 | 2023-11-21T04:28:01.796Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+gitea543c9dcd7` |
2315 | 2023-11-21T04:28:01.834Z | Nov 21 04:28:01.839 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2316 | 2023-11-21T04:28:02.005Z | Created: out/versioned/mg-ddm-gz.tar |
2317 | 2023-11-21T04:28:02.009Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2318 | 2023-11-21T04:28:02.022Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2319 | 2023-11-21T04:28:02.025Z | ++ cd -- ./tools |
2320 | 2023-11-21T04:28:02.028Z | ++ pwd |
2321 | 2023-11-21T04:28:02.031Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2322 | 2023-11-21T04:28:02.034Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2323 | 2023-11-21T04:28:02.037Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2324 | 2023-11-21T04:28:02.040Z | ++ readlink -f /work |
2325 | 2023-11-21T04:28:02.044Z | + out_dir=/work |
2326 | 2023-11-21T04:28:02.048Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2327 | 2023-11-21T04:28:02.052Z | + for dep in "${deps[@]}" |
2328 | 2023-11-21T04:28:02.056Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2329 | 2023-11-21T04:28:02.059Z | + for dep in "${deps[@]}" |
2330 | 2023-11-21T04:28:02.063Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2331 | 2023-11-21T04:28:02.066Z | ++ mktemp -d |
2332 | 2023-11-21T04:28:02.069Z | + tmp_trampoline=/tmp/tmp.5Xa4yh |
2333 | 2023-11-21T04:28:02.072Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2334 | 2023-11-21T04:28:02.076Z | + echo '{"v":"1","t":"layer"}' |
2335 | 2023-11-21T04:28:02.079Z | + pkg_dir=/tmp/tmp.5Xa4yh/root/opt/oxide/installinator |
2336 | 2023-11-21T04:28:02.082Z | + mkdir -p /tmp/tmp.5Xa4yh/root/opt/oxide/installinator |
2337 | 2023-11-21T04:28:02.085Z | + cd /tmp/tmp.5Xa4yh/root/opt/oxide/installinator |
2338 | 2023-11-21T04:28:02.088Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2339 | 2023-11-21T04:28:02.096Z | x ., 0 bytes, 0 tape blocks |
2340 | 2023-11-21T04:28:02.099Z | x installinator, 52224480 bytes, 102001 tape blocks |
2341 | 2023-11-21T04:28:02.102Z | x pkg, 0 bytes, 0 tape blocks |
2342 | 2023-11-21T04:28:02.105Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2343 | 2023-11-21T04:28:02.108Z | x VERSION, 25 bytes, 1 tape blocks |
2344 | 2023-11-21T04:28:02.112Z | + mkdir -p /tmp/tmp.5Xa4yh/root/lib/svc/manifest/site/ |
2345 | 2023-11-21T04:28:02.115Z | + mv pkg/manifest.xml /tmp/tmp.5Xa4yh/root/lib/svc/manifest/site/installinator.xml |
2346 | 2023-11-21T04:28:02.118Z | + cd - |
2347 | 2023-11-21T04:28:02.121Z | /work/oxidecomputer/omicron |
2348 | 2023-11-21T04:28:02.124Z | + pkg_dir=/tmp/tmp.5Xa4yh/root/opt/oxide/mg-ddm |
2349 | 2023-11-21T04:28:02.127Z | + mkdir -p /tmp/tmp.5Xa4yh/root/opt/oxide/mg-ddm |
2350 | 2023-11-21T04:28:02.130Z | + cd /tmp/tmp.5Xa4yh/root/opt/oxide/mg-ddm |
2351 | 2023-11-21T04:28:02.133Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2352 | 2023-11-21T04:28:02.174Z | x ., 0 bytes, 0 tape blocks |
2353 | 2023-11-21T04:28:02.177Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2354 | 2023-11-21T04:28:02.180Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2355 | 2023-11-21T04:28:02.183Z | x pkg, 0 bytes, 0 tape blocks |
2356 | 2023-11-21T04:28:02.187Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2357 | 2023-11-21T04:28:02.195Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2358 | 2023-11-21T04:28:02.205Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2359 | 2023-11-21T04:28:02.217Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2360 | 2023-11-21T04:28:02.234Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2361 | 2023-11-21T04:28:02.239Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2362 | 2023-11-21T04:28:02.242Z | x VERSION, 25 bytes, 1 tape blocks |
2363 | 2023-11-21T04:28:02.245Z | + cd - |
2364 | 2023-11-21T04:28:02.250Z | /work/oxidecomputer/omicron |
2365 | 2023-11-21T04:28:02.253Z | + cd /tmp/tmp.5Xa4yh |
2366 | 2023-11-21T04:28:02.257Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2367 | 2023-11-21T04:28:08.149Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2368 | 2023-11-21T04:28:08.151Z | a oxide.json 1K |
2369 | 2023-11-21T04:28:08.154Z | a root/ 0K |
2370 | 2023-11-21T04:28:08.157Z | a root/opt/ 0K |
2371 | 2023-11-21T04:28:08.160Z | a root/opt/oxide/ 0K |
2372 | 2023-11-21T04:28:08.164Z | a root/opt/oxide/installinator/ 0K |
2373 | 2023-11-21T04:28:08.167Z | a root/opt/oxide/installinator/installinator 51001K |
2374 | 2023-11-21T04:28:08.169Z | a root/opt/oxide/installinator/pkg/ 0K |
2375 | 2023-11-21T04:28:08.172Z | a root/opt/oxide/installinator/VERSION 1K |
2376 | 2023-11-21T04:28:08.175Z | a root/opt/oxide/mg-ddm/ 0K |
2377 | 2023-11-21T04:28:08.178Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2378 | 2023-11-21T04:28:08.180Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2379 | 2023-11-21T04:28:08.184Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2380 | 2023-11-21T04:28:08.187Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2381 | 2023-11-21T04:28:08.189Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2382 | 2023-11-21T04:28:08.192Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2383 | 2023-11-21T04:28:08.194Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2384 | 2023-11-21T04:28:08.197Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2385 | 2023-11-21T04:28:08.200Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2386 | 2023-11-21T04:28:08.202Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2387 | 2023-11-21T04:28:08.205Z | a root/lib/ 0K |
2388 | 2023-11-21T04:28:08.208Z | a root/lib/svc/ 0K |
2389 | 2023-11-21T04:28:08.211Z | a root/lib/svc/manifest/ 0K |
2390 | 2023-11-21T04:28:08.213Z | a root/lib/svc/manifest/site/ 0K |
2391 | 2023-11-21T04:28:08.216Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2392 | 2023-11-21T04:28:08.219Z | + cd / |
2393 | 2023-11-21T04:28:08.221Z | + rm -rf /tmp/tmp.5Xa4yh |
2394 | 2023-11-21T04:28:08.224Z | |
2395 | 2023-11-21T04:28:08.227Z | real 6.163139078 |
2396 | 2023-11-21T04:28:08.230Z | user 5.761842481 |
2397 | 2023-11-21T04:28:08.233Z | sys 0.430857941 |
2398 | 2023-11-21T04:28:08.235Z | trap 0.001524499 |
2399 | 2023-11-21T04:28:08.238Z | tflt 0.000000000 |
2400 | 2023-11-21T04:28:08.241Z | dflt 0.000000000 |
2401 | 2023-11-21T04:28:08.244Z | kflt 0.000000000 |
2402 | 2023-11-21T04:28:08.246Z | lock 0.000000000 |
2403 | 2023-11-21T04:28:08.249Z | slp 11.916745130 |
2404 | 2023-11-21T04:28:08.252Z | lat 0.176678241 |
2405 | 2023-11-21T04:28:08.254Z | stop 0.000292754 |
2406 | 2023-11-21T04:28:08.257Z | process exited: duration 2212479 ms, exit code 0 |
|
2407 | 2023-11-21T04:28:08.271Z | found 21 output files |
2408 | 2023-11-21T04:28:08.274Z | uploading: /work/version.txt (26 bytes) |
2409 | 2023-11-21T04:28:09.280Z | uploaded: /work/version.txt |
2410 | 2023-11-21T04:28:09.301Z | uploading: /work/package.tar.gz (80030996 bytes) |
2411 | 2023-11-21T04:28:30.305Z | uploaded: /work/package.tar.gz |
2412 | 2023-11-21T04:28:30.319Z | uploading: /work/global-zone-packages.tar.gz (121080774 bytes) |
2413 | 2023-11-21T04:29:11.955Z | uploaded: /work/global-zone-packages.tar.gz |
2414 | 2023-11-21T04:29:11.963Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36502191 bytes) |
2415 | 2023-11-21T04:29:29.614Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2416 | 2023-11-21T04:29:29.620Z | uploading: /work/zones/clickhouse.tar.gz (181748554 bytes) |
2417 | 2023-11-21T04:30:28.464Z | uploaded: /work/zones/clickhouse.tar.gz |
2418 | 2023-11-21T04:30:28.518Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181746363 bytes) |
2419 | 2023-11-21T04:31:22.943Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2420 | 2023-11-21T04:31:23.004Z | uploading: /work/zones/cockroachdb.tar.gz (118818678 bytes) |
2421 | 2023-11-21T04:31:54.549Z | uploaded: /work/zones/cockroachdb.tar.gz |
2422 | 2023-11-21T04:31:54.556Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2423 | 2023-11-21T04:32:02.105Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2424 | 2023-11-21T04:32:02.109Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2425 | 2023-11-21T04:32:16.501Z | uploaded: /work/zones/crucible.tar.gz |
2426 | 2023-11-21T04:32:16.513Z | uploading: /work/zones/external-dns.tar.gz (24172920 bytes) |
2427 | 2023-11-21T04:32:25.075Z | uploaded: /work/zones/external-dns.tar.gz |
2428 | 2023-11-21T04:32:25.095Z | uploading: /work/zones/internal-dns.tar.gz (24172919 bytes) |
2429 | 2023-11-21T04:32:34.670Z | uploaded: /work/zones/internal-dns.tar.gz |
2430 | 2023-11-21T04:32:34.678Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2431 | 2023-11-21T04:32:35.687Z | uploaded: /work/zones/ntp.tar.gz |
2432 | 2023-11-21T04:32:35.699Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18132558 bytes) |
2433 | 2023-11-21T04:32:41.333Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2434 | 2023-11-21T04:32:41.346Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18132677 bytes) |
2435 | 2023-11-21T04:32:47.249Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2436 | 2023-11-21T04:32:47.260Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74400930 bytes) |
2437 | 2023-11-21T04:33:08.760Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2438 | 2023-11-21T04:33:08.799Z | uploading: /work/zones/omicron-nexus.tar.gz (74401057 bytes) |
2439 | 2023-11-21T04:33:28.814Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2440 | 2023-11-21T04:33:28.817Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2441 | 2023-11-21T04:33:29.822Z | uploaded: /work/zones/overlay.tar.gz |
2442 | 2023-11-21T04:33:29.834Z | uploading: /work/zones/oximeter-collector.tar.gz (34048463 bytes) |
2443 | 2023-11-21T04:33:38.981Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2444 | 2023-11-21T04:33:38.992Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2445 | 2023-11-21T04:33:55.859Z | uploaded: /work/zones/propolis-server.tar.gz |
2446 | 2023-11-21T04:33:55.870Z | uploading: /work/zones/switch-asic.tar.gz (247404953 bytes) |
2447 | 2023-11-21T04:35:19.753Z | uploaded: /work/zones/switch-asic.tar.gz |
2448 | 2023-11-21T04:35:19.768Z | uploading: /work/zones/switch-softnpu.tar.gz (171362498 bytes) |
2449 | 2023-11-21T04:36:08.632Z | uploaded: /work/zones/switch-softnpu.tar.gz |