|
|
|
1 | 2023-11-20T17:33:23.041Z | job assigned to worker 01HFPWJVJW6Z7ZKSF4CSPPTVWB (queued for 2 m 1 s) |
|
2 | 2023-11-20T17:33:23.491Z | starting task 0: "setup" |
3 | 2023-11-20T17:33:23.819Z | ++ uname -s |
4 | 2023-11-20T17:33:23.823Z | + kern=SunOS |
5 | 2023-11-20T17:33:23.828Z | + case "$kern" in |
6 | 2023-11-20T17:33:23.837Z | + groupadd -g 12345 build |
7 | 2023-11-20T17:33:23.859Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-20T17:33:25.836Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-20T17:33:25.915Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-20T17:33:25.918Z | + home_fs=zfs |
11 | 2023-11-20T17:33:25.922Z | + [[ zfs == autofs ]] |
12 | 2023-11-20T17:33:25.924Z | + mkdir -p /home/build |
13 | 2023-11-20T17:33:25.927Z | + chown build:build /home/build /work |
14 | 2023-11-20T17:33:27.924Z | + chmod 0700 /home/build /work |
15 | 2023-11-20T17:33:27.928Z | process exited: duration 4432 ms, exit code 0 |
|
16 | 2023-11-20T17:33:27.934Z | starting task 1: "rust-toolchain" |
17 | 2023-11-20T17:33:27.948Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-20T17:33:27.952Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-20T17:33:28.125Z | info: downloading installer |
20 | 2023-11-20T17:33:31.472Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-20T17:33:31.475Z | warning: /opt/ooce/bin |
22 | 2023-11-20T17:33:31.480Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-20T17:33:31.483Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-20T17:33:31.486Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-20T17:33:31.489Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-20T17:33:31.492Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-20T17:33:31.495Z | error: cannot install while Rust is installed |
28 | 2023-11-20T17:33:31.499Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-20T17:33:31.580Z | info: profile set to 'default' |
30 | 2023-11-20T17:33:31.585Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-20T17:33:31.602Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-20T17:33:31.757Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-20T17:33:31.769Z | info: downloading component 'cargo' |
34 | 2023-11-20T17:33:32.397Z | info: downloading component 'clippy' |
35 | 2023-11-20T17:33:32.633Z | info: downloading component 'rust-docs' |
36 | 2023-11-20T17:33:33.437Z | info: downloading component 'rust-std' |
37 | 2023-11-20T17:33:34.883Z | info: downloading component 'rustc' |
38 | 2023-11-20T17:33:38.472Z | info: downloading component 'rustfmt' |
39 | 2023-11-20T17:33:38.728Z | info: installing component 'cargo' |
40 | 2023-11-20T17:33:41.324Z | info: installing component 'clippy' |
41 | 2023-11-20T17:33:42.487Z | info: installing component 'rust-docs' |
42 | 2023-11-20T17:33:45.420Z | info: installing component 'rust-std' |
43 | 2023-11-20T17:33:50.433Z | info: installing component 'rustc' |
44 | 2023-11-20T17:34:04.130Z | info: installing component 'rustfmt' |
45 | 2023-11-20T17:34:04.807Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-20T17:34:04.811Z | |
47 | 2023-11-20T17:34:04.948Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-20T17:34:04.952Z | |
49 | 2023-11-20T17:34:04.955Z | |
50 | 2023-11-20T17:34:04.958Z | Rust is installed now. Great! |
51 | 2023-11-20T17:34:04.962Z | |
52 | 2023-11-20T17:34:04.965Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-20T17:34:04.968Z | environment variable. This has not been done automatically. |
54 | 2023-11-20T17:34:04.971Z | |
55 | 2023-11-20T17:34:04.974Z | To configure your current shell, run: |
56 | 2023-11-20T17:34:04.977Z | source "$HOME/.cargo/env" |
57 | 2023-11-20T17:34:05.048Z | + rustc --version |
58 | 2023-11-20T17:34:05.158Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-20T17:34:05.164Z | process exited: duration 37228 ms, exit code 0 |
|
60 | 2023-11-20T17:34:05.173Z | starting task 2: "authentication" |
61 | 2023-11-20T17:34:05.204Z | process exited: duration 26 ms, exit code 0 |
|
62 | 2023-11-20T17:34:05.211Z | starting task 3: "clone repository" |
63 | 2023-11-20T17:34:05.222Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-20T17:34:05.225Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-20T17:34:05.339Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-20T17:34:13.771Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-20T17:34:13.774Z | + [[ -n ry-ntwk-fixes ]] |
68 | 2023-11-20T17:34:13.777Z | + git fetch origin ry-ntwk-fixes |
69 | 2023-11-20T17:34:14.168Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-20T17:34:14.171Z | * branch ry-ntwk-fixes -> FETCH_HEAD |
71 | 2023-11-20T17:34:14.180Z | + git checkout -B ry-ntwk-fixes remotes/origin/ry-ntwk-fixes |
72 | 2023-11-20T17:34:14.285Z | Switched to a new branch 'ry-ntwk-fixes' |
73 | 2023-11-20T17:34:14.288Z | branch 'ry-ntwk-fixes' set up to track 'origin/ry-ntwk-fixes'. |
74 | 2023-11-20T17:34:14.291Z | + git reset --hard 7e476ee8bd342794d08ac7d9ab7a91655bb20719 |
75 | 2023-11-20T17:34:14.316Z | HEAD is now at 7e476ee8 clean up after boundary switches test |
76 | 2023-11-20T17:34:14.322Z | process exited: duration 9105 ms, exit code 0 |
|
77 | 2023-11-20T17:34:14.329Z | starting task 4: "build" |
78 | 2023-11-20T17:34:14.340Z | + cargo --version |
79 | 2023-11-20T17:34:14.348Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-20T17:34:14.568Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-20T17:34:14.571Z | info: downloading component 'cargo' |
82 | 2023-11-20T17:34:15.397Z | info: downloading component 'clippy' |
83 | 2023-11-20T17:34:15.689Z | info: downloading component 'rust-docs' |
84 | 2023-11-20T17:34:16.737Z | info: downloading component 'rust-std' |
85 | 2023-11-20T17:34:18.428Z | info: downloading component 'rustc' |
86 | 2023-11-20T17:34:23.088Z | info: downloading component 'rustfmt' |
87 | 2023-11-20T17:34:23.355Z | info: installing component 'cargo' |
88 | 2023-11-20T17:34:24.575Z | info: installing component 'clippy' |
89 | 2023-11-20T17:34:25.082Z | info: installing component 'rust-docs' |
90 | 2023-11-20T17:34:27.942Z | info: installing component 'rust-std' |
91 | 2023-11-20T17:34:30.410Z | info: installing component 'rustc' |
92 | 2023-11-20T17:34:37.398Z | info: installing component 'rustfmt' |
93 | 2023-11-20T17:34:38.078Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-20T17:34:38.081Z | + rustc --version |
95 | 2023-11-20T17:34:38.274Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-20T17:34:38.286Z | ++ git rev-parse HEAD |
97 | 2023-11-20T17:34:38.290Z | + COMMIT=7e476ee8bd342794d08ac7d9ab7a91655bb20719 |
98 | 2023-11-20T17:34:38.322Z | + VERSION=1.0.4-0.ci+git7e476ee8bd3 |
99 | 2023-11-20T17:34:38.326Z | + echo 1.0.4-0.ci+git7e476ee8bd3 |
100 | 2023-11-20T17:34:38.329Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-20T17:34:47.801Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-20T17:34:48.857Z | Startup: Caching catalogs ... Done |
103 | 2023-11-20T17:34:54.383Z | Planning: Solver setup ... Done (5.159s) |
104 | 2023-11-20T17:34:54.513Z | Planning: Running solver ... Done (0.129s) |
105 | 2023-11-20T17:34:54.575Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-20T17:34:54.590Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-20T17:34:54.835Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-20T17:34:54.923Z | Planning: Package planning ... Done (0.088s) |
109 | 2023-11-20T17:34:55.009Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-11-20T17:34:55.906Z | Planning: Checking for conflicting actions ... Done (0.897s) |
111 | 2023-11-20T17:34:55.923Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-20T17:35:01.659Z | Planning: Evaluating mediators ... Done (5.735s) |
113 | 2023-11-20T17:35:01.675Z | Planning: Planning completed in 12.76 seconds |
114 | 2023-11-20T17:35:01.699Z | Packages to install: 4 |
115 | 2023-11-20T17:35:01.702Z | Mediators to change: 2 |
116 | 2023-11-20T17:35:01.706Z | Services to change: 1 |
117 | 2023-11-20T17:35:01.709Z | Estimated space available: 148.90 GB |
118 | 2023-11-20T17:35:01.713Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-20T17:35:01.716Z | Create boot environment: No |
120 | 2023-11-20T17:35:01.719Z | Create backup boot environment: No |
121 | 2023-11-20T17:35:01.722Z | Rebuild boot archive: No |
122 | 2023-11-20T17:35:01.725Z | |
123 | 2023-11-20T17:35:01.728Z | Changed mediators: |
124 | 2023-11-20T17:35:01.732Z | mediator clang: |
125 | 2023-11-20T17:35:01.735Z | version: None -> 15 (system default) |
126 | 2023-11-20T17:35:01.739Z | |
127 | 2023-11-20T17:35:01.743Z | mediator llvm: |
128 | 2023-11-20T17:35:01.746Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-20T17:35:01.749Z | |
130 | 2023-11-20T17:35:01.752Z | Changed packages: |
131 | 2023-11-20T17:35:01.755Z | helios-dev |
132 | 2023-11-20T17:35:01.758Z | developer/build-essential |
133 | 2023-11-20T17:35:01.762Z | None -> 11-2.0 |
134 | 2023-11-20T17:35:01.766Z | library/libxmlsec1 |
135 | 2023-11-20T17:35:01.769Z | None -> 1.2.35-2.0 |
136 | 2023-11-20T17:35:01.773Z | ooce/developer/clang-15 |
137 | 2023-11-20T17:35:01.776Z | None -> 15.0.7-2.0 |
138 | 2023-11-20T17:35:01.780Z | ooce/developer/llvm-15 |
139 | 2023-11-20T17:35:01.783Z | None -> 15.0.7-2.0 |
140 | 2023-11-20T17:35:01.786Z | |
141 | 2023-11-20T17:35:01.789Z | Services: |
142 | 2023-11-20T17:35:01.793Z | restart_fmri: |
143 | 2023-11-20T17:35:01.796Z | svc:/system/update-man-index:default |
144 | 2023-11-20T17:35:02.047Z | |
145 | 2023-11-20T17:35:02.051Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-20T17:35:07.098Z | Download: 1246/3290 items 91.9/212.6MB 43% complete (18.3M/s) |
147 | 2023-11-20T17:35:12.049Z | Download: 3149/3290 items 139.1/212.6MB 65% complete (13.8M/s) |
148 | 2023-11-20T17:35:17.137Z | Download: 3280/3290 items 207.0/212.6MB 97% complete (12.2M/s) |
149 | 2023-11-20T17:35:17.258Z | Download: Completed 212.60 MB in 15.21 seconds (14.0M/s) |
150 | 2023-11-20T17:35:17.608Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-11-20T17:35:22.557Z | Actions: 3312/3687 actions (Installing new actions) |
152 | 2023-11-20T17:35:26.382Z | Actions: Completed 3687 actions in 8.42 seconds. |
153 | 2023-11-20T17:35:26.389Z | Done (0.092s) |
154 | 2023-11-20T17:35:26.407Z | Done (0.000s) |
155 | 2023-11-20T17:35:26.420Z | Done (0.227s) |
156 | 2023-11-20T17:35:34.406Z | Done (7.956s) |
157 | 2023-11-20T17:35:34.811Z | Done (0.338s) |
158 | 2023-11-20T17:35:34.815Z | Done (0.000s) |
159 | 2023-11-20T17:35:35.046Z | Done (0.000s) |
160 | 2023-11-20T17:35:35.776Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-11-20T17:35:36.076Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-20T17:35:36.081Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-20T17:35:36.516Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-20T17:35:36.525Z | Planning: Planning completed in 0.74 seconds |
165 | 2023-11-20T17:35:36.572Z | Mediators to change: 2 |
166 | 2023-11-20T17:35:36.575Z | Create boot environment: No |
167 | 2023-11-20T17:35:36.578Z | Create backup boot environment: No |
168 | 2023-11-20T17:35:36.682Z | Done |
169 | 2023-11-20T17:35:36.690Z | Done |
170 | 2023-11-20T17:35:36.823Z | Done |
171 | 2023-11-20T17:35:43.048Z | Done |
172 | 2023-11-20T17:35:43.173Z | Done |
173 | 2023-11-20T17:35:43.176Z | Done |
174 | 2023-11-20T17:35:43.295Z | Done |
175 | 2023-11-20T17:35:44.336Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-11-20T17:35:44.339Z | Planning: Merging actions ... Done |
177 | 2023-11-20T17:35:44.686Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-11-20T17:35:44.690Z | Planning: Consolidating action changes ... Done |
179 | 2023-11-20T17:35:45.141Z | Planning: Evaluating mediators ... Done |
180 | 2023-11-20T17:35:45.240Z | Planning: Planning completed in 1.34 seconds |
181 | 2023-11-20T17:35:45.296Z | Packages to change: 1 |
182 | 2023-11-20T17:35:45.300Z | Mediators to change: 1 |
183 | 2023-11-20T17:35:45.304Z | Services to change: 1 |
184 | 2023-11-20T17:35:45.308Z | Create boot environment: No |
185 | 2023-11-20T17:35:45.312Z | Create backup boot environment: Yes |
186 | 2023-11-20T17:35:47.508Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-11-20T17:35:47.512Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-11-20T17:35:47.515Z | Done |
189 | 2023-11-20T17:35:47.519Z | Done |
190 | 2023-11-20T17:35:47.564Z | Done |
191 | 2023-11-20T17:35:53.806Z | Done |
192 | 2023-11-20T17:35:53.937Z | Done |
193 | 2023-11-20T17:35:53.940Z | Done |
194 | 2023-11-20T17:35:54.078Z | Done |
195 | 2023-11-20T17:35:54.776Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-11-20T17:35:54.779Z | clang system 15 system |
197 | 2023-11-20T17:35:54.782Z | csh system system illumos |
198 | 2023-11-20T17:35:54.785Z | ctags system system illumos |
199 | 2023-11-20T17:35:54.788Z | gcc vendor 12 vendor |
200 | 2023-11-20T17:35:54.791Z | gcc system 10 system |
201 | 2023-11-20T17:35:54.794Z | gcc system 7 system |
202 | 2023-11-20T17:35:54.798Z | go system 1.20 system |
203 | 2023-11-20T17:35:54.800Z | go system 1.19 system |
204 | 2023-11-20T17:35:54.803Z | llvm system 15 system |
205 | 2023-11-20T17:35:54.806Z | llvm system 14 system |
206 | 2023-11-20T17:35:54.809Z | mariadb system 10.6 system |
207 | 2023-11-20T17:35:54.812Z | mta vendor vendor dma |
208 | 2023-11-20T17:35:54.815Z | openjdk system 17 system |
209 | 2023-11-20T17:35:54.818Z | openjdk system 11 system |
210 | 2023-11-20T17:35:54.820Z | openjdk system 1.8 system |
211 | 2023-11-20T17:35:54.823Z | openssl vendor 3 vendor |
212 | 2023-11-20T17:35:54.827Z | perl system 5.36 system |
213 | 2023-11-20T17:35:54.829Z | postgresql system 15 system |
214 | 2023-11-20T17:35:54.832Z | postgresql system 13 system |
215 | 2023-11-20T17:35:54.835Z | python vendor 3 vendor |
216 | 2023-11-20T17:35:54.837Z | python system 2 system |
217 | 2023-11-20T17:35:54.840Z | python3 system 3.11 system |
218 | 2023-11-20T17:35:54.843Z | ruby system 3.0 system |
219 | 2023-11-20T17:35:54.845Z | words vendor vendor american-english |
220 | 2023-11-20T17:35:54.848Z | words system system australian-english |
221 | 2023-11-20T17:35:54.851Z | words system system british-english |
222 | 2023-11-20T17:35:54.854Z | words system system canadian-english |
223 | 2023-11-20T17:35:54.856Z | words system system french |
224 | 2023-11-20T17:35:54.860Z | words system system italian |
225 | 2023-11-20T17:35:54.862Z | words system system ngerman |
226 | 2023-11-20T17:35:54.865Z | words system system ogerman |
227 | 2023-11-20T17:35:54.868Z | words system system spanish |
228 | 2023-11-20T17:35:55.360Z | FMRI IFO |
229 | 2023-11-20T17:35:55.363Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-11-20T17:35:55.366Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-11-20T17:35:55.368Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-11-20T17:35:56.374Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-11-20T17:35:56.377Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-11-20T17:35:56.381Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-11-20T17:35:56.383Z | + set -o errexit |
236 | 2023-11-20T17:35:56.386Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-11-20T17:35:56.389Z | ++ cd ./tools |
238 | 2023-11-20T17:35:56.392Z | ++ pwd |
239 | 2023-11-20T17:35:56.395Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-11-20T17:35:56.398Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-11-20T17:35:56.401Z | + ARG0=ci_download_cockroachdb |
242 | 2023-11-20T17:35:56.403Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-11-20T17:35:56.406Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-11-20T17:35:56.409Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-11-20T17:35:56.412Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-11-20T17:35:56.415Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-11-20T17:35:56.418Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-20T17:35:56.421Z | + TARGET_DIR=out |
249 | 2023-11-20T17:35:56.423Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-11-20T17:35:56.426Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-11-20T17:35:56.429Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-11-20T17:35:56.432Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-11-20T17:35:56.435Z | + main |
254 | 2023-11-20T17:35:56.437Z | + [[ 0 != 0 ]] |
255 | 2023-11-20T17:35:56.441Z | + CIDL_OS=solaris2.11 |
256 | 2023-11-20T17:35:56.443Z | + [[ 0 != 0 ]] |
257 | 2023-11-20T17:35:56.446Z | + configure_os solaris2.11 |
258 | 2023-11-20T17:35:56.449Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-11-20T17:35:56.452Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-11-20T17:35:56.454Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2023-11-20T17:35:56.457Z | configuring based on OS: "solaris2.11" |
262 | 2023-11-20T17:35:56.460Z | + case "$1" in |
263 | 2023-11-20T17:35:56.463Z | + CIDL_BUILD=illumos |
264 | 2023-11-20T17:35:56.466Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-11-20T17:35:56.469Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-20T17:35:56.472Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-20T17:35:56.475Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-20T17:35:56.477Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-20T17:35:56.480Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-20T17:35:56.483Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-20T17:35:56.486Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-20T17:35:56.489Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-20T17:35:56.492Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-20T17:35:56.496Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2023-11-20T17:35:56.498Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-20T17:35:56.501Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-20T17:35:56.504Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-20T17:35:56.507Z | + mkdir -p out/downloads |
279 | 2023-11-20T17:35:56.510Z | + mkdir -p ./out/cockroachdb |
280 | 2023-11-20T17:35:56.513Z | + local DO_DOWNLOAD=true |
281 | 2023-11-20T17:35:56.517Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2023-11-20T17:35:56.520Z | + '[' true == true ']' |
283 | 2023-11-20T17:35:56.522Z | + echo Downloading... |
284 | 2023-11-20T17:35:56.525Z | Downloading... |
285 | 2023-11-20T17:35:56.528Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-20T17:35:56.531Z | + 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 |
287 | 2023-11-20T17:35:58.120Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-20T17:35:58.125Z | ++ md5sum |
289 | 2023-11-20T17:35:58.131Z | ++ awk '{print $1}' |
290 | 2023-11-20T17:35:58.306Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-20T17:35:58.314Z | + [[ 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 ]] |
292 | 2023-11-20T17:35:58.323Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-20T17:35:58.330Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-11-20T17:36:01.901Z | + do_assemble_illumos |
295 | 2023-11-20T17:36:01.905Z | + rm -r ./out/cockroachdb |
296 | 2023-11-20T17:36:01.908Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-11-20T17:36:02.543Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-11-20T17:36:02.913Z | Build Tag: v22.1.9-dirty |
299 | 2023-11-20T17:36:02.916Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-11-20T17:36:02.919Z | Distribution: OSS |
301 | 2023-11-20T17:36:02.922Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-11-20T17:36:02.925Z | Go Version: go1.17.13 |
303 | 2023-11-20T17:36:02.928Z | C Compiler: gcc 10.3.0 |
304 | 2023-11-20T17:36:02.931Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-11-20T17:36:02.934Z | Build Type: release |
306 | 2023-11-20T17:36:02.941Z | + set -o errexit |
307 | 2023-11-20T17:36:02.944Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-11-20T17:36:02.947Z | ++ cd ./tools |
309 | 2023-11-20T17:36:02.950Z | ++ pwd |
310 | 2023-11-20T17:36:02.953Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-11-20T17:36:02.956Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-11-20T17:36:02.959Z | + ARG0=ci_download_clickhouse |
313 | 2023-11-20T17:36:02.963Z | + TARGET_DIR=out |
314 | 2023-11-20T17:36:02.966Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-11-20T17:36:02.969Z | + DEST_DIR=./out/clickhouse |
316 | 2023-11-20T17:36:02.973Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-11-20T17:36:02.978Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-11-20T17:36:02.981Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-11-20T17:36:02.985Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-11-20T17:36:02.988Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-20T17:36:02.991Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-11-20T17:36:02.994Z | + main |
323 | 2023-11-20T17:36:02.997Z | + [[ 0 != 0 ]] |
324 | 2023-11-20T17:36:03.001Z | + CIDL_OS=solaris2.11 |
325 | 2023-11-20T17:36:03.004Z | + [[ 0 != 0 ]] |
326 | 2023-11-20T17:36:03.009Z | + configure_os solaris2.11 |
327 | 2023-11-20T17:36:03.013Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2023-11-20T17:36:03.017Z | current directory: /work/oxidecomputer/omicron |
329 | 2023-11-20T17:36:03.020Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2023-11-20T17:36:03.023Z | configuring based on OS: "solaris2.11" |
331 | 2023-11-20T17:36:03.026Z | + CIDL_DASHREV= |
332 | 2023-11-20T17:36:03.029Z | + case "$1" in |
333 | 2023-11-20T17:36:03.033Z | + CIDL_PLATFORM=illumos |
334 | 2023-11-20T17:36:03.037Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-20T17:36:03.040Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-11-20T17:36:03.043Z | + CIDL_DASHREV=-1 |
337 | 2023-11-20T17:36:03.046Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-11-20T17:36:03.050Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-20T17:36:03.053Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-20T17:36:03.056Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-20T17:36:03.059Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-11-20T17:36:03.062Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-20T17:36:03.065Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-20T17:36:03.070Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-20T17:36:03.073Z | + mkdir -p out/downloads |
346 | 2023-11-20T17:36:03.076Z | + mkdir -p ./out/clickhouse |
347 | 2023-11-20T17:36:03.081Z | + local DO_DOWNLOAD=true |
348 | 2023-11-20T17:36:03.084Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2023-11-20T17:36:03.087Z | + '[' true == true ']' |
350 | 2023-11-20T17:36:03.090Z | + echo Downloading... |
351 | 2023-11-20T17:36:03.093Z | Downloading... |
352 | 2023-11-20T17:36:03.096Z | + 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 |
353 | 2023-11-20T17:36:03.099Z | + 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 |
354 | 2023-11-20T17:36:04.494Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-20T17:36:04.498Z | ++ md5sum |
356 | 2023-11-20T17:36:04.501Z | ++ awk '{print $1}' |
357 | 2023-11-20T17:36:04.754Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-20T17:36:04.758Z | + [[ 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 ]] |
359 | 2023-11-20T17:36:04.762Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-11-20T17:36:04.765Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-20T17:36:04.768Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-11-20T17:36:09.843Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-11-20T17:36:09.896Z | ClickHouse server version 22.8.9.1. |
364 | 2023-11-20T17:36:09.919Z | + set -o errexit |
365 | 2023-11-20T17:36:09.925Z | +++ dirname ./tools/ci_download_console |
366 | 2023-11-20T17:36:09.930Z | ++ cd ./tools |
367 | 2023-11-20T17:36:09.935Z | ++ pwd |
368 | 2023-11-20T17:36:09.939Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-11-20T17:36:09.944Z | ++ basename ./tools/ci_download_console |
370 | 2023-11-20T17:36:09.957Z | + ARG0=ci_download_console |
371 | 2023-11-20T17:36:09.964Z | + TARGET_DIR=out |
372 | 2023-11-20T17:36:09.973Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-11-20T17:36:09.981Z | + DEST_DIR=./out/console-assets |
374 | 2023-11-20T17:36:09.990Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-11-20T17:36:10.001Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-11-20T17:36:10.012Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-11-20T17:36:10.017Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-20T17:36:10.022Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-11-20T17:36:10.025Z | + main |
380 | 2023-11-20T17:36:10.030Z | + [[ 0 != 0 ]] |
381 | 2023-11-20T17:36:10.033Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-11-20T17:36:10.038Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-20T17:36:10.042Z | Local file: out/downloads/console.tar.gz |
384 | 2023-11-20T17:36:10.045Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2023-11-20T17:36:10.050Z | + local DO_DOWNLOAD=true |
386 | 2023-11-20T17:36:10.053Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-11-20T17:36:10.057Z | + mkdir -p out/downloads |
388 | 2023-11-20T17:36:10.062Z | + '[' true == true ']' |
389 | 2023-11-20T17:36:10.068Z | + echo Downloading... |
390 | 2023-11-20T17:36:10.085Z | Downloading... |
391 | 2023-11-20T17:36:10.495Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-11-20T17:36:10.499Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-11-20T17:36:10.631Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-11-20T17:36:10.635Z | ++ case "$OSTYPE" in |
395 | 2023-11-20T17:36:10.638Z | ++ SHA=sha256sum |
396 | 2023-11-20T17:36:10.641Z | ++ sha256sum |
397 | 2023-11-20T17:36:10.644Z | ++ awk '{print $1}' |
398 | 2023-11-20T17:36:10.656Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-20T17:36:10.659Z | + [[ 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 ]] |
400 | 2023-11-20T17:36:10.662Z | + rm -rf ./out/console-assets |
401 | 2023-11-20T17:36:10.665Z | + mkdir -p ./out/console-assets |
402 | 2023-11-20T17:36:10.668Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-11-20T17:36:10.670Z | + mkdir -p ./out/console-assets |
404 | 2023-11-20T17:36:10.673Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-11-20T17:36:10.823Z | + set -o errexit |
406 | 2023-11-20T17:36:10.838Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-11-20T17:36:10.847Z | ++ cd ./tools |
408 | 2023-11-20T17:36:10.857Z | ++ pwd |
409 | 2023-11-20T17:36:10.867Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-11-20T17:36:10.879Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-11-20T17:36:10.889Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-11-20T17:36:10.911Z | + TARGET_DIR=out |
413 | 2023-11-20T17:36:10.930Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-11-20T17:36:10.941Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-11-20T17:36:10.964Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
416 | 2023-11-20T17:36:10.983Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-11-20T17:36:10.992Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
418 | 2023-11-20T17:36:11.005Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
419 | 2023-11-20T17:36:11.020Z | + main |
420 | 2023-11-20T17:36:11.034Z | + [[ 0 != 0 ]] |
421 | 2023-11-20T17:36:11.049Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
422 | 2023-11-20T17:36:11.065Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
423 | 2023-11-20T17:36:11.074Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
424 | 2023-11-20T17:36:11.083Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
425 | 2023-11-20T17:36:11.090Z | + local DO_DOWNLOAD=true |
426 | 2023-11-20T17:36:11.097Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
427 | 2023-11-20T17:36:11.104Z | + mkdir -p out/downloads |
428 | 2023-11-20T17:36:11.110Z | + '[' true == true ']' |
429 | 2023-11-20T17:36:11.117Z | + echo Downloading... |
430 | 2023-11-20T17:36:11.124Z | Downloading... |
431 | 2023-11-20T17:36:11.131Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
432 | 2023-11-20T17:36:11.137Z | + 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 |
433 | 2023-11-20T17:36:11.527Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
434 | 2023-11-20T17:36:11.540Z | ++ case "$OSTYPE" in |
435 | 2023-11-20T17:36:11.545Z | ++ SHA=sha256sum |
436 | 2023-11-20T17:36:11.557Z | ++ sha256sum |
437 | 2023-11-20T17:36:11.567Z | ++ awk '{print $1}' |
438 | 2023-11-20T17:36:11.572Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-20T17:36:11.580Z | + [[ 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 ]] |
440 | 2023-11-20T17:36:11.585Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-11-20T17:36:11.590Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
442 | 2023-11-20T17:36:11.593Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
443 | 2023-11-20T17:36:11.596Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
444 | 2023-11-20T17:36:11.600Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
445 | 2023-11-20T17:36:11.602Z | + main |
446 | 2023-11-20T17:36:11.606Z | + [[ 0 != 0 ]] |
447 | 2023-11-20T17:36:11.608Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
448 | 2023-11-20T17:36:11.612Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
449 | 2023-11-20T17:36:11.616Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
450 | 2023-11-20T17:36:11.620Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
451 | 2023-11-20T17:36:11.623Z | + local DO_DOWNLOAD=true |
452 | 2023-11-20T17:36:11.625Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
453 | 2023-11-20T17:36:11.628Z | + mkdir -p out/downloads |
454 | 2023-11-20T17:36:11.631Z | + '[' true == true ']' |
455 | 2023-11-20T17:36:11.634Z | + echo Downloading... |
456 | 2023-11-20T17:36:11.637Z | Downloading... |
457 | 2023-11-20T17:36:11.640Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
458 | 2023-11-20T17:36:11.644Z | + 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 |
459 | 2023-11-20T17:36:11.690Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
460 | 2023-11-20T17:36:11.703Z | ++ case "$OSTYPE" in |
461 | 2023-11-20T17:36:11.711Z | ++ SHA=sha256sum |
462 | 2023-11-20T17:36:11.714Z | ++ sha256sum |
463 | 2023-11-20T17:36:11.717Z | ++ awk '{print $1}' |
464 | 2023-11-20T17:36:11.720Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
465 | 2023-11-20T17:36:11.723Z | + [[ 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 ]] |
466 | 2023-11-20T17:36:12.147Z | + set -o errexit |
467 | 2023-11-20T17:36:12.154Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-11-20T17:36:12.161Z | ++ cd ./tools |
469 | 2023-11-20T17:36:12.169Z | ++ pwd |
470 | 2023-11-20T17:36:12.178Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-11-20T17:36:12.188Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-11-20T17:36:12.211Z | + ARG0=ci_download_dendrite_openapi |
473 | 2023-11-20T17:36:12.623Z | + TARGET_DIR=out |
474 | 2023-11-20T17:36:12.627Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-11-20T17:36:12.630Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-11-20T17:36:12.633Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
477 | 2023-11-20T17:36:12.636Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
478 | 2023-11-20T17:36:12.640Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
479 | 2023-11-20T17:36:12.659Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
480 | 2023-11-20T17:36:12.672Z | + main |
481 | 2023-11-20T17:36:12.691Z | + [[ 0 != 0 ]] |
482 | 2023-11-20T17:36:12.711Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
483 | 2023-11-20T17:36:12.730Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
484 | 2023-11-20T17:36:12.737Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
485 | 2023-11-20T17:36:12.748Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
486 | 2023-11-20T17:36:12.754Z | + local DO_DOWNLOAD=true |
487 | 2023-11-20T17:36:12.759Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
488 | 2023-11-20T17:36:12.768Z | + mkdir -p out/downloads |
489 | 2023-11-20T17:36:12.777Z | + '[' true == true ']' |
490 | 2023-11-20T17:36:12.783Z | + echo Downloading... |
491 | 2023-11-20T17:36:12.792Z | Downloading... |
492 | 2023-11-20T17:36:12.798Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
493 | 2023-11-20T17:36:12.811Z | + 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 |
494 | 2023-11-20T17:36:12.818Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
495 | 2023-11-20T17:36:12.826Z | ++ case "$OSTYPE" in |
496 | 2023-11-20T17:36:12.831Z | ++ SHA=sha256sum |
497 | 2023-11-20T17:36:12.839Z | ++ sha256sum |
498 | 2023-11-20T17:36:12.844Z | ++ awk '{print $1}' |
499 | 2023-11-20T17:36:12.850Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
500 | 2023-11-20T17:36:12.856Z | + [[ 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 ]] |
501 | 2023-11-20T17:36:12.863Z | + set -o errexit |
502 | 2023-11-20T17:36:12.870Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2023-11-20T17:36:12.877Z | ++ cd ./tools |
504 | 2023-11-20T17:36:12.884Z | ++ pwd |
505 | 2023-11-20T17:36:12.891Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2023-11-20T17:36:12.898Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-11-20T17:36:12.907Z | + ARG0=ci_download_dendrite_stub |
508 | 2023-11-20T17:36:12.916Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2023-11-20T17:36:12.925Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
510 | 2023-11-20T17:36:12.935Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
511 | 2023-11-20T17:36:12.951Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
512 | 2023-11-20T17:36:12.967Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2023-11-20T17:36:12.980Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
514 | 2023-11-20T17:36:12.987Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2023-11-20T17:36:13.046Z | + TARGET_DIR=out |
516 | 2023-11-20T17:36:13.050Z | + DOWNLOAD_DIR=out/downloads |
517 | 2023-11-20T17:36:13.061Z | + DEST_DIR=./out/dendrite-stub |
518 | 2023-11-20T17:36:13.068Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-11-20T17:36:13.071Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2023-11-20T17:36:13.078Z | + REPO=oxidecomputer/dendrite |
521 | 2023-11-20T17:36:13.081Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
522 | 2023-11-20T17:36:13.084Z | + main |
523 | 2023-11-20T17:36:13.087Z | + [[ 0 != 0 ]] |
524 | 2023-11-20T17:36:13.089Z | + CIDL_OS=solaris2.11 |
525 | 2023-11-20T17:36:13.104Z | + [[ 0 != 0 ]] |
526 | 2023-11-20T17:36:13.107Z | + configure_os solaris2.11 |
527 | 2023-11-20T17:36:13.121Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2023-11-20T17:36:13.142Z | current directory: /work/oxidecomputer/omicron |
529 | 2023-11-20T17:36:13.562Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-20T17:36:13.576Z | configuring based on OS: "solaris2.11" |
531 | 2023-11-20T17:36:13.624Z | + case "$1" in |
532 | 2023-11-20T17:36:13.633Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
533 | 2023-11-20T17:36:13.637Z | + SET_BINARIES= |
534 | 2023-11-20T17:36:13.648Z | Local file: out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-20T17:36:13.653Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
536 | 2023-11-20T17:36:13.664Z | Downloading... |
537 | 2023-11-20T17:36:13.668Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2023-11-20T17:36:13.673Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2023-11-20T17:36:13.679Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
540 | 2023-11-20T17:36:13.689Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-20T17:36:13.694Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
542 | 2023-11-20T17:36:13.700Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2023-11-20T17:36:13.713Z | + mkdir -p out/downloads |
544 | 2023-11-20T17:36:13.720Z | + mkdir -p ./out/dendrite-stub |
545 | 2023-11-20T17:36:13.741Z | + fetch_and_verify |
546 | 2023-11-20T17:36:13.754Z | + local DO_DOWNLOAD=true |
547 | 2023-11-20T17:36:13.769Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2023-11-20T17:36:13.779Z | + '[' true == true ']' |
549 | 2023-11-20T17:36:13.782Z | + echo Downloading... |
550 | 2023-11-20T17:36:13.785Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-20T17:36:13.788Z | + 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 |
552 | 2023-11-20T17:36:22.445Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-20T17:36:22.508Z | ++ sha256sum |
554 | 2023-11-20T17:36:22.513Z | ++ awk '{print $1}' |
555 | 2023-11-20T17:36:22.549Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
556 | 2023-11-20T17:36:22.563Z | + [[ 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 ]] |
557 | 2023-11-20T17:36:22.572Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-20T17:36:22.576Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-11-20T17:36:23.659Z | + do_assemble |
560 | 2023-11-20T17:36:23.671Z | + rm -r ./out/dendrite-stub |
561 | 2023-11-20T17:36:23.675Z | + mkdir ./out/dendrite-stub |
562 | 2023-11-20T17:36:23.678Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-11-20T17:36:23.830Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-11-20T17:36:23.835Z | + set -o errexit |
565 | 2023-11-20T17:36:23.840Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-11-20T17:36:23.845Z | ++ cd ./tools |
567 | 2023-11-20T17:36:23.850Z | ++ pwd |
568 | 2023-11-20T17:36:23.857Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-11-20T17:36:23.863Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-11-20T17:36:23.869Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-11-20T17:36:23.876Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-11-20T17:36:23.887Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
573 | 2023-11-20T17:36:23.894Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
574 | 2023-11-20T17:36:23.904Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-11-20T17:36:23.914Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
576 | 2023-11-20T17:36:23.924Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
577 | 2023-11-20T17:36:23.933Z | + TARGET_DIR=out |
578 | 2023-11-20T17:36:23.949Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-11-20T17:36:23.955Z | + DEST_DIR=./out/mgd |
580 | 2023-11-20T17:36:23.962Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-11-20T17:36:23.970Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-11-20T17:36:23.979Z | + REPO=oxidecomputer/maghemite |
583 | 2023-11-20T17:36:23.986Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
584 | 2023-11-20T17:36:23.991Z | + main |
585 | 2023-11-20T17:36:23.999Z | + [[ 0 != 0 ]] |
586 | 2023-11-20T17:36:24.011Z | + CIDL_OS=solaris2.11 |
587 | 2023-11-20T17:36:24.027Z | + [[ 0 != 0 ]] |
588 | 2023-11-20T17:36:24.034Z | + configure_os solaris2.11 |
589 | 2023-11-20T17:36:24.044Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-11-20T17:36:24.054Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-11-20T17:36:24.068Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2023-11-20T17:36:24.088Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-20T17:36:24.105Z | + case "$1" in |
594 | 2023-11-20T17:36:24.114Z | + SET_BINARIES= |
595 | 2023-11-20T17:36:24.121Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-11-20T17:36:24.127Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-11-20T17:36:24.134Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
598 | 2023-11-20T17:36:24.140Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-11-20T17:36:24.147Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
600 | 2023-11-20T17:36:24.155Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
601 | 2023-11-20T17:36:24.167Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2023-11-20T17:36:24.173Z | Local file: out/downloads/mgd.tar.gz |
603 | 2023-11-20T17:36:24.182Z | + mkdir -p out/downloads |
604 | 2023-11-20T17:36:24.190Z | + mkdir -p ./out/mgd |
605 | 2023-11-20T17:36:24.194Z | + fetch_and_verify |
606 | 2023-11-20T17:36:24.198Z | + local DO_DOWNLOAD=true |
607 | 2023-11-20T17:36:24.201Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-11-20T17:36:24.204Z | + '[' true == true ']' |
609 | 2023-11-20T17:36:24.207Z | + echo Downloading... |
610 | 2023-11-20T17:36:24.209Z | Downloading... |
611 | 2023-11-20T17:36:24.212Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-11-20T17:36:24.215Z | + 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 |
613 | 2023-11-20T17:36:29.955Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-11-20T17:36:29.958Z | ++ sha256sum |
615 | 2023-11-20T17:36:29.961Z | ++ awk '{print $1}' |
616 | 2023-11-20T17:36:30.033Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
617 | 2023-11-20T17:36:30.037Z | + [[ 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 ]] |
618 | 2023-11-20T17:36:30.040Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-11-20T17:36:30.043Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-11-20T17:36:30.725Z | + do_assemble |
621 | 2023-11-20T17:36:30.729Z | + rm -r ./out/mgd |
622 | 2023-11-20T17:36:30.732Z | + mkdir ./out/mgd |
623 | 2023-11-20T17:36:30.736Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-11-20T17:36:30.942Z | + set -o errexit |
625 | 2023-11-20T17:36:30.945Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-11-20T17:36:30.948Z | ++ cd ./tools |
627 | 2023-11-20T17:36:30.951Z | ++ pwd |
628 | 2023-11-20T17:36:30.954Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-11-20T17:36:30.957Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-11-20T17:36:30.960Z | + ARG0=ci_download_transceiver_control |
631 | 2023-11-20T17:36:30.963Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-11-20T17:36:30.966Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-11-20T17:36:30.969Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-20T17:36:30.973Z | + TARGET_DIR=out |
635 | 2023-11-20T17:36:30.977Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-11-20T17:36:30.980Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-11-20T17:36:30.983Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-11-20T17:36:30.988Z | + BINARY=xcvradm |
639 | 2023-11-20T17:36:30.991Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-11-20T17:36:30.994Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-11-20T17:36:30.997Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-11-20T17:36:31.001Z | + main |
643 | 2023-11-20T17:36:31.005Z | + [[ 0 != 0 ]] |
644 | 2023-11-20T17:36:31.008Z | + CIDL_OS=solaris2.11 |
645 | 2023-11-20T17:36:31.011Z | + [[ 0 != 0 ]] |
646 | 2023-11-20T17:36:31.014Z | + configure_os solaris2.11 |
647 | 2023-11-20T17:36:31.017Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-11-20T17:36:31.020Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-11-20T17:36:31.023Z | + echo 'configuring based on OS: "solaris2.11"' |
650 | 2023-11-20T17:36:31.026Z | + case "$1" in |
651 | 2023-11-20T17:36:31.028Z | + SET_BINARIES= |
652 | 2023-11-20T17:36:31.031Z | configuring based on OS: "solaris2.11" |
653 | 2023-11-20T17:36:31.034Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-20T17:36:31.037Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-11-20T17:36:31.041Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-11-20T17:36:31.044Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-20T17:36:31.047Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-20T17:36:31.050Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-20T17:36:31.054Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-20T17:36:31.057Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2023-11-20T17:36:31.060Z | Local file: out/downloads/xcvradm.gz |
662 | 2023-11-20T17:36:31.064Z | + mkdir -p out/downloads |
663 | 2023-11-20T17:36:31.067Z | + mkdir -p ./out/transceiver-control |
664 | 2023-11-20T17:36:31.070Z | + fetch_and_verify |
665 | 2023-11-20T17:36:31.074Z | + local DO_DOWNLOAD=true |
666 | 2023-11-20T17:36:31.077Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-11-20T17:36:31.080Z | + '[' true == true ']' |
668 | 2023-11-20T17:36:31.083Z | + echo Downloading... |
669 | 2023-11-20T17:36:31.086Z | Downloading... |
670 | 2023-11-20T17:36:31.090Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-11-20T17:36:31.096Z | + 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 |
672 | 2023-11-20T17:36:32.860Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-11-20T17:36:32.863Z | ++ sha256sum |
674 | 2023-11-20T17:36:32.866Z | ++ awk '{print $1}' |
675 | 2023-11-20T17:36:32.887Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-20T17:36:32.890Z | + [[ 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 ]] |
677 | 2023-11-20T17:36:32.893Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-11-20T17:36:32.896Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-11-20T17:36:32.898Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-11-20T17:36:33.065Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-11-20T17:36:33.068Z | + do_assemble |
682 | 2023-11-20T17:36:33.071Z | + rm -r ./out/transceiver-control |
683 | 2023-11-20T17:36:33.074Z | + mkdir ./out/transceiver-control |
684 | 2023-11-20T17:36:33.077Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-11-20T17:36:33.283Z | All prerequisites installed successfully |
686 | 2023-11-20T17:36:33.286Z | |
687 | 2023-11-20T17:36:33.289Z | real 1:54.911655261 |
688 | 2023-11-20T17:36:33.292Z | user 54.686516249 |
689 | 2023-11-20T17:36:33.295Z | sys 10.743538865 |
690 | 2023-11-20T17:36:33.298Z | trap 0.027493765 |
691 | 2023-11-20T17:36:33.300Z | tflt 0.184929027 |
692 | 2023-11-20T17:36:33.304Z | dflt 1.057845615 |
693 | 2023-11-20T17:36:33.306Z | kflt 0.192716113 |
694 | 2023-11-20T17:36:33.309Z | lock 2.316428271 |
695 | 2023-11-20T17:36:33.312Z | slp 3:29.839008426 |
696 | 2023-11-20T17:36:33.315Z | lat 4.275966566 |
697 | 2023-11-20T17:36:33.318Z | stop 0.089260529 |
698 | 2023-11-20T17:36:33.321Z | + ptime -m ./tools/ci_download_softnpu_machinery |
699 | 2023-11-20T17:36:33.324Z | fetching npuzone |
700 | 2023-11-20T17:36:33.328Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
701 | 2023-11-20T17:36:33.331Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
702 | 2023-11-20T17:36:33.334Z | Getting hash for npuzone |
703 | 2023-11-20T17:36:33.436Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
704 | 2023-11-20T17:36:41.986Z | npuzone downloaded successfully |
705 | 2023-11-20T17:36:41.991Z | |
706 | 2023-11-20T17:36:41.994Z | real 8.703937137 |
707 | 2023-11-20T17:36:41.997Z | user 0.546343092 |
708 | 2023-11-20T17:36:42.000Z | sys 0.145692946 |
709 | 2023-11-20T17:36:42.003Z | trap 0.000058621 |
710 | 2023-11-20T17:36:42.006Z | tflt 0.000000000 |
711 | 2023-11-20T17:36:42.009Z | dflt 0.000000000 |
712 | 2023-11-20T17:36:42.013Z | kflt 0.000000000 |
713 | 2023-11-20T17:36:42.016Z | lock 0.000000000 |
714 | 2023-11-20T17:36:42.019Z | slp 25.253318613 |
715 | 2023-11-20T17:36:42.022Z | lat 0.128053350 |
716 | 2023-11-20T17:36:42.025Z | stop 0.000272479 |
717 | 2023-11-20T17:36:42.028Z | + export CARGO_INCREMENTAL=0 |
718 | 2023-11-20T17:36:42.031Z | + CARGO_INCREMENTAL=0 |
719 | 2023-11-20T17:36:42.034Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
720 | 2023-11-20T17:36:42.342Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-11-20T17:36:42.734Z | Updating crates.io index |
722 | 2023-11-20T17:36:42.737Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-11-20T17:36:43.685Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-11-20T17:36:45.591Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-11-20T17:36:46.274Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-11-20T17:36:46.601Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-11-20T17:36:46.925Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-11-20T17:36:47.222Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-11-20T17:36:48.125Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-11-20T17:36:50.060Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-11-20T17:36:51.151Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-11-20T17:36:51.523Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2023-11-20T17:36:52.188Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2023-11-20T17:36:52.621Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-11-20T17:36:52.935Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-11-20T17:36:53.389Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-11-20T17:36:53.701Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-11-20T17:36:54.159Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-11-20T17:36:54.795Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-11-20T17:36:55.213Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-11-20T17:36:55.552Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-11-20T17:36:56.833Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-11-20T17:36:57.305Z | Updating git repository `https://github.com/oxidecomputer/typify` |
744 | 2023-11-20T17:36:58.337Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
745 | 2023-11-20T17:36:58.771Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
746 | 2023-11-20T17:36:59.080Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
747 | 2023-11-20T17:37:00.733Z | Downloading crates ... |
748 | 2023-11-20T17:37:00.957Z | Downloaded bzip2 v0.4.4 |
749 | 2023-11-20T17:37:00.980Z | Downloaded nodrop v0.1.14 |
750 | 2023-11-20T17:37:00.990Z | Downloaded crossbeam v0.8.2 |
751 | 2023-11-20T17:37:00.996Z | Downloaded bytesize v1.3.0 |
752 | 2023-11-20T17:37:01.001Z | Downloaded memoffset v0.7.1 |
753 | 2023-11-20T17:37:01.004Z | Downloaded lazy_static v1.4.0 |
754 | 2023-11-20T17:37:01.008Z | Downloaded kstat-rs v0.2.3 |
755 | 2023-11-20T17:37:01.016Z | Downloaded memoffset v0.9.0 |
756 | 2023-11-20T17:37:01.019Z | Downloaded parking_lot v0.11.2 |
757 | 2023-11-20T17:37:01.025Z | Downloaded bitflags v2.4.0 |
758 | 2023-11-20T17:37:01.034Z | Downloaded colorchoice v1.0.0 |
759 | 2023-11-20T17:37:01.039Z | Downloaded cstr-argument v0.1.2 |
760 | 2023-11-20T17:37:01.043Z | Downloaded matches v0.1.10 |
761 | 2023-11-20T17:37:01.047Z | Downloaded num-integer v0.1.45 |
762 | 2023-11-20T17:37:01.054Z | Downloaded keccak v0.1.4 |
763 | 2023-11-20T17:37:01.059Z | Downloaded lru-cache v0.1.2 |
764 | 2023-11-20T17:37:01.066Z | Downloaded cipher v0.4.4 |
765 | 2023-11-20T17:37:01.074Z | Downloaded opaque-debug v0.3.0 |
766 | 2023-11-20T17:37:01.078Z | Downloaded indoc v1.0.9 |
767 | 2023-11-20T17:37:01.086Z | Downloaded openssl-probe v0.1.5 |
768 | 2023-11-20T17:37:01.090Z | Downloaded anstyle v1.0.2 |
769 | 2023-11-20T17:37:01.095Z | Downloaded is_ci v1.1.1 |
770 | 2023-11-20T17:37:01.101Z | Downloaded openssl-macros v0.1.1 |
771 | 2023-11-20T17:37:01.104Z | Downloaded number_prefix v0.4.0 |
772 | 2023-11-20T17:37:01.108Z | Downloaded clap_derive v4.4.2 |
773 | 2023-11-20T17:37:01.112Z | Downloaded bytecount v0.6.3 |
774 | 2023-11-20T17:37:01.119Z | Downloaded curve25519-dalek-derive v0.1.0 |
775 | 2023-11-20T17:37:01.123Z | Downloaded crc v3.0.1 |
776 | 2023-11-20T17:37:01.128Z | Downloaded num_enum v0.5.11 |
777 | 2023-11-20T17:37:01.142Z | Downloaded tower-service v0.3.2 |
778 | 2023-11-20T17:37:01.145Z | Downloaded linked-hash-map v0.5.6 |
779 | 2023-11-20T17:37:01.149Z | Downloaded num_cpus v1.16.0 |
780 | 2023-11-20T17:37:01.157Z | Downloaded num_enum_derive v0.5.11 |
781 | 2023-11-20T17:37:01.161Z | Downloaded waitgroup v0.1.2 |
782 | 2023-11-20T17:37:01.164Z | Downloaded backoff v0.4.0 |
783 | 2023-11-20T17:37:01.171Z | Downloaded itoa v1.0.9 |
784 | 2023-11-20T17:37:01.174Z | Downloaded deranged v0.3.8 |
785 | 2023-11-20T17:37:01.178Z | Downloaded derive_builder_macro v0.12.0 |
786 | 2023-11-20T17:37:01.181Z | Downloaded thiserror-impl v1.0.49 |
787 | 2023-11-20T17:37:01.184Z | Downloaded path-slash v0.1.5 |
788 | 2023-11-20T17:37:01.188Z | Downloaded omicron-zone-package v0.9.1 |
789 | 2023-11-20T17:37:01.193Z | Downloaded display-error-chain v0.2.0 |
790 | 2023-11-20T17:37:01.197Z | Downloaded thiserror v1.0.49 |
791 | 2023-11-20T17:37:01.208Z | Downloaded slog-json v2.6.1 |
792 | 2023-11-20T17:37:01.213Z | Downloaded shlex v1.1.0 |
793 | 2023-11-20T17:37:01.216Z | Downloaded usdt-attr-macro v0.3.5 |
794 | 2023-11-20T17:37:01.219Z | Downloaded slog-async v2.8.0 |
795 | 2023-11-20T17:37:01.223Z | Downloaded const-oid v0.9.5 |
796 | 2023-11-20T17:37:01.228Z | Downloaded difflib v0.4.0 |
797 | 2023-11-20T17:37:01.232Z | Downloaded blake2 v0.10.6 |
798 | 2023-11-20T17:37:01.239Z | Downloaded digest v0.10.7 |
799 | 2023-11-20T17:37:01.245Z | Downloaded crypto-bigint v0.5.2 |
800 | 2023-11-20T17:37:01.262Z | Downloaded pem v1.1.1 |
801 | 2023-11-20T17:37:01.265Z | Downloaded spin v0.5.2 |
802 | 2023-11-20T17:37:01.269Z | Downloaded usdt-macro v0.3.5 |
803 | 2023-11-20T17:37:01.273Z | Downloaded untrusted v0.9.0 |
804 | 2023-11-20T17:37:01.276Z | Downloaded take_mut v0.2.2 |
805 | 2023-11-20T17:37:01.279Z | Downloaded vec_map v0.8.2 |
806 | 2023-11-20T17:37:01.285Z | Downloaded scopeguard v1.2.0 |
807 | 2023-11-20T17:37:01.289Z | Downloaded futures-macro v0.3.29 |
808 | 2023-11-20T17:37:01.293Z | Downloaded string_cache v0.8.7 |
809 | 2023-11-20T17:37:01.296Z | Downloaded darling_macro v0.14.4 |
810 | 2023-11-20T17:37:01.299Z | Downloaded oso v0.27.0 |
811 | 2023-11-20T17:37:01.306Z | Downloaded dirs-sys-next v0.1.2 |
812 | 2023-11-20T17:37:01.309Z | Downloaded debug-ignore v1.0.5 |
813 | 2023-11-20T17:37:01.317Z | Downloaded strsim v0.8.0 |
814 | 2023-11-20T17:37:01.320Z | Downloaded serde-big-array v0.5.1 |
815 | 2023-11-20T17:37:01.323Z | Downloaded dof v0.1.5 |
816 | 2023-11-20T17:37:01.327Z | Downloaded darling_macro v0.20.3 |
817 | 2023-11-20T17:37:01.330Z | Downloaded walkdir v2.4.0 |
818 | 2023-11-20T17:37:01.333Z | Downloaded stringprep v0.1.3 |
819 | 2023-11-20T17:37:01.336Z | Downloaded signal-hook-mio v0.2.3 |
820 | 2023-11-20T17:37:01.340Z | Downloaded strsim v0.10.0 |
821 | 2023-11-20T17:37:01.343Z | Downloaded spki v0.7.2 |
822 | 2023-11-20T17:37:01.346Z | Downloaded pkcs8 v0.10.2 |
823 | 2023-11-20T17:37:01.352Z | Downloaded fnv v1.0.7 |
824 | 2023-11-20T17:37:01.355Z | Downloaded hex v0.4.3 |
825 | 2023-11-20T17:37:01.359Z | Downloaded tap v1.0.1 |
826 | 2023-11-20T17:37:01.362Z | Downloaded backtrace v0.3.69 |
827 | 2023-11-20T17:37:01.372Z | Downloaded which v4.4.0 |
828 | 2023-11-20T17:37:01.375Z | Downloaded pem v3.0.2 |
829 | 2023-11-20T17:37:01.378Z | Downloaded hubpack_derive v0.1.1 |
830 | 2023-11-20T17:37:01.382Z | Downloaded foreign-types-shared v0.1.1 |
831 | 2023-11-20T17:37:01.385Z | Downloaded platforms v3.0.2 |
832 | 2023-11-20T17:37:01.388Z | Downloaded downcast v0.11.0 |
833 | 2023-11-20T17:37:01.394Z | Downloaded heck v0.3.3 |
834 | 2023-11-20T17:37:01.397Z | Downloaded percent-encoding v2.3.0 |
835 | 2023-11-20T17:37:01.400Z | Downloaded globset v0.4.13 |
836 | 2023-11-20T17:37:01.404Z | Downloaded poly1305 v0.8.0 |
837 | 2023-11-20T17:37:01.407Z | Downloaded postcard-cobs v0.1.5-pre |
838 | 2023-11-20T17:37:01.410Z | Downloaded untrusted v0.7.1 |
839 | 2023-11-20T17:37:01.414Z | Downloaded derive_builder v0.12.0 |
840 | 2023-11-20T17:37:01.424Z | Downloaded try-lock v0.2.4 |
841 | 2023-11-20T17:37:01.427Z | Downloaded phf v0.11.2 |
842 | 2023-11-20T17:37:01.430Z | Downloaded funty v2.0.0 |
843 | 2023-11-20T17:37:01.433Z | Downloaded yasna v0.5.2 |
844 | 2023-11-20T17:37:01.438Z | Downloaded thread_local v1.1.7 |
845 | 2023-11-20T17:37:01.442Z | Downloaded time-macros v0.2.13 |
846 | 2023-11-20T17:37:01.446Z | Downloaded ref-cast v1.0.20 |
847 | 2023-11-20T17:37:01.453Z | Downloaded path-absolutize v3.1.0 |
848 | 2023-11-20T17:37:01.456Z | Downloaded tinyvec_macros v0.1.1 |
849 | 2023-11-20T17:37:01.460Z | Downloaded ryu v1.0.15 |
850 | 2023-11-20T17:37:01.466Z | Downloaded termcolor v1.2.0 |
851 | 2023-11-20T17:37:01.470Z | Downloaded getrandom v0.2.10 |
852 | 2023-11-20T17:37:01.477Z | Downloaded termtree v0.4.1 |
853 | 2023-11-20T17:37:01.480Z | Downloaded paste v1.0.14 |
854 | 2023-11-20T17:37:01.488Z | Downloaded der v0.7.8 |
855 | 2023-11-20T17:37:01.500Z | Downloaded dtrace-parser v0.1.14 |
856 | 2023-11-20T17:37:01.503Z | Downloaded diff v0.1.13 |
857 | 2023-11-20T17:37:01.509Z | Downloaded topological-sort v0.2.2 |
858 | 2023-11-20T17:37:01.512Z | Downloaded version_check v0.9.4 |
859 | 2023-11-20T17:37:01.516Z | Downloaded generic-array v0.14.7 |
860 | 2023-11-20T17:37:01.519Z | Downloaded equivalent v1.0.1 |
861 | 2023-11-20T17:37:01.523Z | Downloaded vsss-rs v3.3.1 |
862 | 2023-11-20T17:37:01.526Z | Downloaded rustc_version v0.4.0 |
863 | 2023-11-20T17:37:01.529Z | Downloaded hubpack v0.1.2 |
864 | 2023-11-20T17:37:01.532Z | Downloaded derive-where v1.2.5 |
865 | 2023-11-20T17:37:01.540Z | Downloaded rustc-demangle v0.1.23 |
866 | 2023-11-20T17:37:01.544Z | Downloaded endian-type v0.1.2 |
867 | 2023-11-20T17:37:01.548Z | Downloaded dyn-clone v1.0.13 |
868 | 2023-11-20T17:37:01.551Z | Downloaded flagset v0.4.3 |
869 | 2023-11-20T17:37:01.554Z | Downloaded socket2 v0.5.4 |
870 | 2023-11-20T17:37:01.557Z | Downloaded zone_cfg_derive v0.3.0 |
871 | 2023-11-20T17:37:01.560Z | Downloaded headers-core v0.2.0 |
872 | 2023-11-20T17:37:01.563Z | Downloaded httparse v1.8.0 |
873 | 2023-11-20T17:37:01.566Z | Downloaded universal-hash v0.5.1 |
874 | 2023-11-20T17:37:01.570Z | Downloaded path-dedot v3.1.0 |
875 | 2023-11-20T17:37:01.574Z | Downloaded wait-timeout v0.2.0 |
876 | 2023-11-20T17:37:01.576Z | Downloaded slog-stdlog v4.1.1 |
877 | 2023-11-20T17:37:01.579Z | Downloaded socket2 v0.4.9 |
878 | 2023-11-20T17:37:01.582Z | Downloaded ena v0.14.2 |
879 | 2023-11-20T17:37:01.585Z | Downloaded fxhash v0.2.1 |
880 | 2023-11-20T17:37:01.588Z | Downloaded crossterm v0.27.0 |
881 | 2023-11-20T17:37:01.602Z | Downloaded rustls-native-certs v0.6.3 |
882 | 2023-11-20T17:37:01.605Z | Downloaded want v0.3.1 |
883 | 2023-11-20T17:37:01.609Z | Downloaded peeking_take_while v0.1.2 |
884 | 2023-11-20T17:37:01.612Z | Downloaded pretty-hex v0.2.1 |
885 | 2023-11-20T17:37:01.615Z | Downloaded fs-err v2.9.0 |
886 | 2023-11-20T17:37:01.618Z | Downloaded serde_urlencoded v0.7.1 |
887 | 2023-11-20T17:37:01.621Z | Downloaded serde_plain v1.0.2 |
888 | 2023-11-20T17:37:01.624Z | Downloaded rsa v0.9.2 |
889 | 2023-11-20T17:37:01.629Z | Downloaded rusty-fork v0.3.0 |
890 | 2023-11-20T17:37:01.632Z | Downloaded structopt v0.3.26 |
891 | 2023-11-20T17:37:01.647Z | Downloaded getopts v0.2.21 |
892 | 2023-11-20T17:37:01.651Z | Downloaded prettyplease v0.2.12 |
893 | 2023-11-20T17:37:01.654Z | Downloaded headers v0.3.9 |
894 | 2023-11-20T17:37:01.664Z | Downloaded home v0.5.5 |
895 | 2023-11-20T17:37:01.667Z | Downloaded predicates v2.1.5 |
896 | 2023-11-20T17:37:01.670Z | Downloaded smallvec v1.11.0 |
897 | 2023-11-20T17:37:01.674Z | Downloaded unicode-normalization v0.1.22 |
898 | 2023-11-20T17:37:01.682Z | Downloaded futures v0.3.29 |
899 | 2023-11-20T17:37:01.718Z | Downloaded unicode-ident v1.0.12 |
900 | 2023-11-20T17:37:01.723Z | Downloaded trust-dns-resolver v0.22.0 |
901 | 2023-11-20T17:37:01.727Z | Downloaded whoami v1.4.1 |
902 | 2023-11-20T17:37:01.731Z | Downloaded tokio-postgres v0.7.10 |
903 | 2023-11-20T17:37:01.734Z | Downloaded salty v0.2.0 |
904 | 2023-11-20T17:37:01.737Z | Downloaded tungstenite v0.18.0 |
905 | 2023-11-20T17:37:01.740Z | Downloaded proc-macro2 v1.0.69 |
906 | 2023-11-20T17:37:01.743Z | Downloaded pest v2.7.2 |
907 | 2023-11-20T17:37:01.746Z | Downloaded rcgen v0.11.3 |
908 | 2023-11-20T17:37:01.751Z | Downloaded zip v0.6.6 |
909 | 2023-11-20T17:37:01.755Z | Downloaded parking_lot v0.12.1 |
910 | 2023-11-20T17:37:01.760Z | Downloaded tinyvec v1.6.0 |
911 | 2023-11-20T17:37:01.766Z | Downloaded aho-corasick v1.0.4 |
912 | 2023-11-20T17:37:01.777Z | Downloaded ron v0.8.1 |
913 | 2023-11-20T17:37:01.787Z | Downloaded toml_edit v0.21.0 |
914 | 2023-11-20T17:37:01.826Z | Downloaded tungstenite v0.20.1 |
915 | 2023-11-20T17:37:01.831Z | Downloaded elliptic-curve v0.13.5 |
916 | 2023-11-20T17:37:01.839Z | Downloaded unicode-segmentation v1.10.1 |
917 | 2023-11-20T17:37:01.846Z | Downloaded hashbrown v0.13.2 |
918 | 2023-11-20T17:37:01.854Z | Downloaded winnow v0.5.15 |
919 | 2023-11-20T17:37:01.869Z | Downloaded regex-automata v0.1.10 |
920 | 2023-11-20T17:37:01.880Z | Downloaded clap v2.34.0 |
921 | 2023-11-20T17:37:01.892Z | Downloaded http v0.2.11 |
922 | 2023-11-20T17:37:01.900Z | Downloaded hashbrown v0.14.2 |
923 | 2023-11-20T17:37:01.911Z | Downloaded tough v0.14.0 |
924 | 2023-11-20T17:37:01.925Z | Downloaded futures-util v0.3.29 |
925 | 2023-11-20T17:37:01.948Z | Downloaded bindgen v0.65.1 |
926 | 2023-11-20T17:37:01.961Z | Downloaded hkdf v0.12.3 |
927 | 2023-11-20T17:37:01.967Z | Downloaded openssl v0.10.57 |
928 | 2023-11-20T17:37:01.986Z | Downloaded rayon v1.8.0 |
929 | 2023-11-20T17:37:02.009Z | Downloaded serde_json v1.0.108 |
930 | 2023-11-20T17:37:02.019Z | Downloaded regress v0.7.1 |
931 | 2023-11-20T17:37:02.034Z | Downloaded syn v2.0.32 |
932 | 2023-11-20T17:37:02.056Z | Downloaded diesel v2.1.4 |
933 | 2023-11-20T17:37:02.091Z | Downloaded trust-dns-proto v0.22.0 |
934 | 2023-11-20T17:37:02.115Z | Downloaded regex-syntax v0.6.29 |
935 | 2023-11-20T17:37:02.130Z | Downloaded regex v1.10.2 |
936 | 2023-11-20T17:37:02.156Z | Downloaded gimli v0.28.0 |
937 | 2023-11-20T17:37:02.173Z | Downloaded polar-core v0.27.0 |
938 | 2023-11-20T17:37:02.191Z | Downloaded regex-syntax v0.7.5 |
939 | 2023-11-20T17:37:02.209Z | Downloaded rustix v0.38.9 |
940 | 2023-11-20T17:37:02.251Z | Downloaded regex-syntax v0.8.2 |
941 | 2023-11-20T17:37:02.268Z | Downloaded sled v0.34.7 |
942 | 2023-11-20T17:37:02.289Z | Downloaded zerocopy-derive v0.6.4 |
943 | 2023-11-20T17:37:02.313Z | Downloaded sha3 v0.10.8 |
944 | 2023-11-20T17:37:02.328Z | Downloaded regex-automata v0.3.8 |
945 | 2023-11-20T17:37:02.360Z | Downloaded regex-automata v0.4.3 |
946 | 2023-11-20T17:37:02.392Z | Downloaded libc v0.2.150 |
947 | 2023-11-20T17:37:02.443Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
948 | 2023-11-20T17:37:02.468Z | Downloaded zerocopy-derive v0.2.0 |
949 | 2023-11-20T17:37:02.486Z | Downloaded tokio v1.33.0 |
950 | 2023-11-20T17:37:02.583Z | Downloaded ratatui v0.23.0 |
951 | 2023-11-20T17:37:02.598Z | Downloaded rustls v0.21.9 |
952 | 2023-11-20T17:37:02.620Z | Downloaded encoding_rs v0.8.33 |
953 | 2023-11-20T17:37:02.665Z | Downloaded openapiv3 v2.0.0-rc.1 |
954 | 2023-11-20T17:37:02.690Z | Downloaded bstr v0.2.17 |
955 | 2023-11-20T17:37:02.709Z | Downloaded rustix v0.37.23 |
956 | 2023-11-20T17:37:02.748Z | Downloaded syn v1.0.109 |
957 | 2023-11-20T17:37:02.766Z | Downloaded radix_trie v0.2.1 |
958 | 2023-11-20T17:37:02.778Z | Downloaded bstr v1.6.0 |
959 | 2023-11-20T17:37:02.800Z | Downloaded smoltcp v0.9.1 |
960 | 2023-11-20T17:37:02.820Z | Downloaded petgraph v0.6.4 |
961 | 2023-11-20T17:37:02.845Z | Downloaded hyper v0.14.27 |
962 | 2023-11-20T17:37:02.860Z | Downloaded h2 v0.3.21 |
963 | 2023-11-20T17:37:02.873Z | Downloaded webpki-roots v0.25.2 |
964 | 2023-11-20T17:37:02.881Z | Downloaded idna v0.4.0 |
965 | 2023-11-20T17:37:02.895Z | Downloaded idna v0.2.3 |
966 | 2023-11-20T17:37:02.907Z | Downloaded quick-xml v0.23.1 |
967 | 2023-11-20T17:37:02.922Z | Downloaded proptest v1.3.1 |
968 | 2023-11-20T17:37:02.937Z | Downloaded curve25519-dalek v4.1.0 |
969 | 2023-11-20T17:37:02.957Z | Downloaded vcpkg v0.2.15 |
970 | 2023-11-20T17:37:03.038Z | Downloaded smoltcp v0.8.2 |
971 | 2023-11-20T17:37:03.057Z | Downloaded object v0.30.4 |
972 | 2023-11-20T17:37:03.076Z | Downloaded reqwest v0.11.22 |
973 | 2023-11-20T17:37:03.091Z | Downloaded object v0.32.1 |
974 | 2023-11-20T17:37:03.112Z | Downloaded hashbrown v0.12.3 |
975 | 2023-11-20T17:37:03.119Z | Downloaded lalrpop v0.19.12 |
976 | 2023-11-20T17:37:03.143Z | Downloaded bitvec v1.0.1 |
977 | 2023-11-20T17:37:03.174Z | Downloaded tabled v0.14.0 |
978 | 2023-11-20T17:37:03.204Z | Downloaded ring v0.17.5 |
979 | 2023-11-20T17:37:03.350Z | Downloaded serde_with v2.3.3 |
980 | 2023-11-20T17:37:03.363Z | Downloaded reedline v0.25.0 |
981 | 2023-11-20T17:37:03.378Z | Downloaded rustls-webpki v0.101.7 |
982 | 2023-11-20T17:37:03.405Z | Downloaded toml_edit v0.19.15 |
983 | 2023-11-20T17:37:03.436Z | Downloaded ring v0.16.20 |
984 | 2023-11-20T17:37:03.603Z | Downloaded clap_builder v4.4.2 |
985 | 2023-11-20T17:37:03.615Z | Downloaded trust-dns-client v0.22.0 |
986 | 2023-11-20T17:37:03.625Z | Downloaded tokio-util v0.7.10 |
987 | 2023-11-20T17:37:03.636Z | Downloaded chrono v0.4.31 |
988 | 2023-11-20T17:37:03.651Z | Downloaded serde_yaml v0.9.25 |
989 | 2023-11-20T17:37:03.657Z | Downloaded time v0.3.27 |
990 | 2023-11-20T17:37:03.669Z | Downloaded heapless v0.7.16 |
991 | 2023-11-20T17:37:03.676Z | Downloaded trust-dns-server v0.22.1 |
992 | 2023-11-20T17:37:03.685Z | Downloaded portable-atomic v1.4.3 |
993 | 2023-11-20T17:37:03.695Z | Downloaded rand_xorshift v0.3.0 |
994 | 2023-11-20T17:37:03.698Z | Downloaded fastrand v2.0.0 |
995 | 2023-11-20T17:37:03.701Z | Downloaded fallible-iterator v0.2.0 |
996 | 2023-11-20T17:37:03.704Z | Downloaded enum-as-inner v0.5.1 |
997 | 2023-11-20T17:37:03.707Z | Downloaded serde_path_to_error v0.1.14 |
998 | 2023-11-20T17:37:03.710Z | Downloaded rtoolbox v0.0.1 |
999 | 2023-11-20T17:37:03.713Z | Downloaded siphasher v0.3.11 |
1000 | 2023-11-20T17:37:03.716Z | Downloaded serde_with_macros v2.3.3 |
1001 | 2023-11-20T17:37:03.718Z | Downloaded snafu-derive v0.7.5 |
1002 | 2023-11-20T17:37:03.721Z | Downloaded supports-color v2.1.0 |
1003 | 2023-11-20T17:37:03.724Z | Downloaded diesel_derives v2.1.1 |
1004 | 2023-11-20T17:37:03.727Z | Downloaded zone v0.3.0 |
1005 | 2023-11-20T17:37:03.730Z | Downloaded highway v1.1.0 |
1006 | 2023-11-20T17:37:03.733Z | Downloaded glob v0.3.1 |
1007 | 2023-11-20T17:37:03.736Z | Downloaded slog-term v2.9.0 |
1008 | 2023-11-20T17:37:03.739Z | Downloaded serde_derive_internals v0.26.0 |
1009 | 2023-11-20T17:37:03.742Z | Downloaded unicode-bidi v0.3.13 |
1010 | 2023-11-20T17:37:03.745Z | Downloaded rustc-hash v1.1.0 |
1011 | 2023-11-20T17:37:03.778Z | Downloaded shell-words v1.1.0 |
1012 | 2023-11-20T17:37:03.781Z | Downloaded serde v1.0.192 |
1013 | 2023-11-20T17:37:03.784Z | Downloaded parse-display-derive v0.8.2 |
1014 | 2023-11-20T17:37:03.787Z | Downloaded smawk v0.3.1 |
1015 | 2023-11-20T17:37:03.790Z | Downloaded tokio-rustls v0.24.1 |
1016 | 2023-11-20T17:37:03.793Z | Downloaded zeroize v1.6.0 |
1017 | 2023-11-20T17:37:03.797Z | Downloaded proc-macro-error-attr v1.0.4 |
1018 | 2023-11-20T17:37:03.801Z | Downloaded ff v0.13.0 |
1019 | 2023-11-20T17:37:03.805Z | Downloaded fd-lock v3.0.13 |
1020 | 2023-11-20T17:37:03.809Z | Downloaded tokio-tungstenite v0.18.0 |
1021 | 2023-11-20T17:37:03.813Z | Downloaded darling v0.20.3 |
1022 | 2023-11-20T17:37:03.816Z | Downloaded pkcs1 v0.7.5 |
1023 | 2023-11-20T17:37:03.819Z | Downloaded num-bigint-dig v0.8.4 |
1024 | 2023-11-20T17:37:03.822Z | Downloaded itertools v0.10.5 |
1025 | 2023-11-20T17:37:03.825Z | Downloaded tiny-keccak v2.0.2 |
1026 | 2023-11-20T17:37:03.828Z | Downloaded http-body v0.4.5 |
1027 | 2023-11-20T17:37:03.831Z | Downloaded quick-error v1.2.3 |
1028 | 2023-11-20T17:37:03.834Z | Downloaded itertools v0.11.0 |
1029 | 2023-11-20T17:37:03.837Z | Downloaded unicode-width v0.1.11 |
1030 | 2023-11-20T17:37:03.840Z | Downloaded futures-task v0.3.29 |
1031 | 2023-11-20T17:37:03.845Z | Downloaded tokio-stream v0.1.14 |
1032 | 2023-11-20T17:37:03.849Z | Downloaded vte v0.11.1 |
1033 | 2023-11-20T17:37:03.852Z | Downloaded fatfs v0.3.6 |
1034 | 2023-11-20T17:37:03.855Z | Downloaded float-cmp v0.9.0 |
1035 | 2023-11-20T17:37:03.858Z | Downloaded fixedbitset v0.4.2 |
1036 | 2023-11-20T17:37:03.861Z | Downloaded subprocess v0.2.9 |
1037 | 2023-11-20T17:37:03.865Z | Downloaded spin v0.9.8 |
1038 | 2023-11-20T17:37:03.868Z | Downloaded libxml v0.3.3 |
1039 | 2023-11-20T17:37:03.871Z | Downloaded unicode-xid v0.2.4 |
1040 | 2023-11-20T17:37:03.874Z | Downloaded smallvec v0.6.14 |
1041 | 2023-11-20T17:37:03.877Z | Downloaded futures-channel v0.3.29 |
1042 | 2023-11-20T17:37:03.879Z | Downloaded filetime v0.2.22 |
1043 | 2023-11-20T17:37:03.882Z | Downloaded ref-cast-impl v1.0.20 |
1044 | 2023-11-20T17:37:03.885Z | Downloaded test-strategy v0.3.1 |
1045 | 2023-11-20T17:37:03.888Z | Downloaded serde_tokenstream v0.2.0 |
1046 | 2023-11-20T17:37:03.892Z | Downloaded password-hash v0.5.0 |
1047 | 2023-11-20T17:37:03.895Z | Downloaded x509-cert v0.2.4 |
1048 | 2023-11-20T17:37:03.904Z | Downloaded predicates-core v1.0.6 |
1049 | 2023-11-20T17:37:03.907Z | Downloaded rustfmt-wrapper v0.2.0 |
1050 | 2023-11-20T17:37:03.910Z | Downloaded httpdate v1.0.3 |
1051 | 2023-11-20T17:37:03.913Z | Downloaded pest_generator v2.7.2 |
1052 | 2023-11-20T17:37:03.916Z | Downloaded smf v0.2.2 |
1053 | 2023-11-20T17:37:03.919Z | Downloaded env_logger v0.10.0 |
1054 | 2023-11-20T17:37:03.922Z | Downloaded half v1.8.2 |
1055 | 2023-11-20T17:37:03.926Z | Downloaded parking_lot_core v0.9.8 |
1056 | 2023-11-20T17:37:03.929Z | Downloaded hash32 v0.2.1 |
1057 | 2023-11-20T17:37:03.932Z | Downloaded tui-tree-widget v0.13.0 |
1058 | 2023-11-20T17:37:03.935Z | Downloaded unicase v2.7.0 |
1059 | 2023-11-20T17:37:03.939Z | Downloaded rand v0.8.5 |
1060 | 2023-11-20T17:37:03.942Z | Downloaded steno v0.4.0 |
1061 | 2023-11-20T17:37:03.945Z | Downloaded schemars v0.8.13 |
1062 | 2023-11-20T17:37:03.965Z | Downloaded rayon-core v1.12.0 |
1063 | 2023-11-20T17:37:03.971Z | Downloaded subtle v2.5.0 |
1064 | 2023-11-20T17:37:03.975Z | Downloaded rustc_version v0.1.7 |
1065 | 2023-11-20T17:37:03.979Z | Downloaded signal-hook v0.3.17 |
1066 | 2023-11-20T17:37:03.982Z | Downloaded futures-executor v0.3.29 |
1067 | 2023-11-20T17:37:03.985Z | Downloaded flate2 v1.0.28 |
1068 | 2023-11-20T17:37:03.990Z | Downloaded ed25519 v1.5.3 |
1069 | 2023-11-20T17:37:03.994Z | Downloaded hmac v0.12.1 |
1070 | 2023-11-20T17:37:03.998Z | Downloaded num-bigint v0.4.4 |
1071 | 2023-11-20T17:37:04.005Z | Downloaded textwrap v0.16.0 |
1072 | 2023-11-20T17:37:04.008Z | Downloaded url v2.4.1 |
1073 | 2023-11-20T17:37:04.014Z | Downloaded rustls-pemfile v1.0.3 |
1074 | 2023-11-20T17:37:04.018Z | Downloaded fragile v2.0.0 |
1075 | 2023-11-20T17:37:04.021Z | Downloaded hostname v0.3.1 |
1076 | 2023-11-20T17:37:04.024Z | Downloaded rpassword v7.2.0 |
1077 | 2023-11-20T17:37:04.028Z | Downloaded structopt-derive v0.4.18 |
1078 | 2023-11-20T17:37:04.031Z | Downloaded resolv-conf v0.7.0 |
1079 | 2023-11-20T17:37:04.034Z | Downloaded form_urlencoded v1.2.0 |
1080 | 2023-11-20T17:37:04.037Z | Downloaded futures-core v0.3.29 |
1081 | 2023-11-20T17:37:04.040Z | Downloaded thiserror-impl-no-std v2.0.2 |
1082 | 2023-11-20T17:37:04.043Z | Downloaded libm v0.2.7 |
1083 | 2023-11-20T17:37:04.053Z | Downloaded either v1.9.0 |
1084 | 2023-11-20T17:37:04.056Z | Downloaded derive_builder_core v0.12.0 |
1085 | 2023-11-20T17:37:04.059Z | Downloaded tar v0.4.40 |
1086 | 2023-11-20T17:37:04.064Z | Downloaded pest_derive v2.7.2 |
1087 | 2023-11-20T17:37:04.067Z | Downloaded nom v7.1.3 |
1088 | 2023-11-20T17:37:04.077Z | Downloaded crossbeam-channel v0.5.8 |
1089 | 2023-11-20T17:37:04.084Z | Downloaded flume v0.11.0 |
1090 | 2023-11-20T17:37:04.091Z | Downloaded tracing v0.1.37 |
1091 | 2023-11-20T17:37:04.099Z | Downloaded term v0.7.0 |
1092 | 2023-11-20T17:37:04.104Z | Downloaded pest_meta v2.7.2 |
1093 | 2023-11-20T17:37:04.108Z | Downloaded base64 v0.21.5 |
1094 | 2023-11-20T17:37:04.115Z | Downloaded humantime v2.1.0 |
1095 | 2023-11-20T17:37:04.118Z | Downloaded errno v0.3.2 |
1096 | 2023-11-20T17:37:04.122Z | Downloaded textwrap v0.11.0 |
1097 | 2023-11-20T17:37:04.125Z | Downloaded doc-comment v0.3.3 |
1098 | 2023-11-20T17:37:04.128Z | Downloaded der_derive v0.7.2 |
1099 | 2023-11-20T17:37:04.132Z | Downloaded pem-rfc7468 v0.7.0 |
1100 | 2023-11-20T17:37:04.135Z | Downloaded foreign-types-shared v0.3.1 |
1101 | 2023-11-20T17:37:04.138Z | Downloaded swrite v0.1.0 |
1102 | 2023-11-20T17:37:04.140Z | Downloaded darling_core v0.14.4 |
1103 | 2023-11-20T17:37:04.147Z | Downloaded openssl-sys v0.9.93 |
1104 | 2023-11-20T17:37:04.151Z | Downloaded pin-project-lite v0.2.13 |
1105 | 2023-11-20T17:37:04.157Z | Downloaded slog v2.7.0 |
1106 | 2023-11-20T17:37:04.162Z | Downloaded parking_lot_core v0.8.6 |
1107 | 2023-11-20T17:37:04.165Z | Downloaded unarray v0.1.4 |
1108 | 2023-11-20T17:37:04.168Z | Downloaded uuid v1.5.0 |
1109 | 2023-11-20T17:37:04.174Z | Downloaded tokio-tungstenite v0.20.1 |
1110 | 2023-11-20T17:37:04.177Z | Downloaded http-range v0.1.5 |
1111 | 2023-11-20T17:37:04.180Z | Downloaded usdt-impl v0.3.5 |
1112 | 2023-11-20T17:37:04.183Z | Downloaded darling_core v0.20.3 |
1113 | 2023-11-20T17:37:04.189Z | Downloaded semver v0.1.20 |
1114 | 2023-11-20T17:37:04.195Z | Downloaded unsafe-libyaml v0.2.9 |
1115 | 2023-11-20T17:37:04.199Z | Downloaded postgres-types v0.2.6 |
1116 | 2023-11-20T17:37:04.202Z | Downloaded group v0.13.0 |
1117 | 2023-11-20T17:37:04.205Z | Downloaded bytes v1.5.0 |
1118 | 2023-11-20T17:37:04.208Z | Downloaded derive_more v0.99.17 |
1119 | 2023-11-20T17:37:04.217Z | Downloaded proc-macro-error v1.0.4 |
1120 | 2023-11-20T17:37:04.222Z | Downloaded pkg-config v0.3.27 |
1121 | 2023-11-20T17:37:04.225Z | Downloaded zerocopy v0.6.4 |
1122 | 2023-11-20T17:37:04.229Z | Downloaded quote v1.0.33 |
1123 | 2023-11-20T17:37:04.233Z | Downloaded toml_datetime v0.6.5 |
1124 | 2023-11-20T17:37:04.236Z | Downloaded semver-parser v0.10.2 |
1125 | 2023-11-20T17:37:04.240Z | Downloaded postgres-protocol v0.6.6 |
1126 | 2023-11-20T17:37:04.244Z | Downloaded similar v2.2.1 |
1127 | 2023-11-20T17:37:04.248Z | Downloaded tracing-core v0.1.31 |
1128 | 2023-11-20T17:37:04.253Z | Downloaded mio v0.8.8 |
1129 | 2023-11-20T17:37:04.263Z | Downloaded pin-utils v0.1.0 |
1130 | 2023-11-20T17:37:04.267Z | Downloaded futures-sink v0.3.29 |
1131 | 2023-11-20T17:37:04.270Z | Downloaded strip-ansi-escapes v0.2.0 |
1132 | 2023-11-20T17:37:04.274Z | Downloaded tabled_derive v0.6.0 |
1133 | 2023-11-20T17:37:04.277Z | Downloaded ppv-lite86 v0.2.17 |
1134 | 2023-11-20T17:37:04.280Z | Downloaded snafu v0.7.5 |
1135 | 2023-11-20T17:37:04.283Z | Downloaded schemars_derive v0.8.13 |
1136 | 2023-11-20T17:37:04.285Z | Downloaded thiserror-no-std v2.0.2 |
1137 | 2023-11-20T17:37:04.292Z | Downloaded secrecy v0.8.0 |
1138 | 2023-11-20T17:37:04.296Z | Downloaded utf-8 v0.7.6 |
1139 | 2023-11-20T17:37:04.299Z | Downloaded same-file v1.0.6 |
1140 | 2023-11-20T17:37:04.302Z | Downloaded predicates v3.0.4 |
1141 | 2023-11-20T17:37:04.305Z | Downloaded postcard v0.7.3 |
1142 | 2023-11-20T17:37:04.308Z | Downloaded data-encoding v2.4.0 |
1143 | 2023-11-20T17:37:04.311Z | Downloaded proc-macro-crate v1.3.1 |
1144 | 2023-11-20T17:37:04.314Z | Downloaded heck v0.4.1 |
1145 | 2023-11-20T17:37:04.318Z | Downloaded futures-io v0.3.29 |
1146 | 2023-11-20T17:37:04.322Z | Downloaded parse-display v0.8.2 |
1147 | 2023-11-20T17:37:04.325Z | Downloaded base64 v0.13.1 |
1148 | 2023-11-20T17:37:04.327Z | Downloaded tracing-attributes v0.1.26 |
1149 | 2023-11-20T17:37:04.330Z | Downloaded toml v0.5.11 |
1150 | 2023-11-20T17:37:04.333Z | Downloaded anyhow v1.0.75 |
1151 | 2023-11-20T17:37:04.338Z | Downloaded toml v0.8.8 |
1152 | 2023-11-20T17:37:04.341Z | Downloaded toml v0.7.8 |
1153 | 2023-11-20T17:37:04.346Z | Downloaded toolchain_find v0.2.0 |
1154 | 2023-11-20T17:37:04.350Z | Downloaded serde-big-array v0.4.1 |
1155 | 2023-11-20T17:37:04.353Z | Downloaded mockall_derive v0.11.4 |
1156 | 2023-11-20T17:37:04.356Z | Downloaded rustversion v1.0.14 |
1157 | 2023-11-20T17:37:04.360Z | Downloaded phf_shared v0.11.2 |
1158 | 2023-11-20T17:37:04.363Z | Downloaded foreign-types-macros v0.2.3 |
1159 | 2023-11-20T17:37:04.366Z | Downloaded slog-dtrace v0.2.3 |
1160 | 2023-11-20T17:37:04.369Z | Downloaded thread-id v4.2.0 |
1161 | 2023-11-20T17:37:04.372Z | Downloaded signature v2.1.0 |
1162 | 2023-11-20T17:37:04.375Z | Downloaded signature v1.6.4 |
1163 | 2023-11-20T17:37:04.379Z | Downloaded sha1 v0.10.6 |
1164 | 2023-11-20T17:37:04.383Z | Downloaded r2d2 v0.8.10 |
1165 | 2023-11-20T17:37:04.385Z | Downloaded ucd-trie v0.1.6 |
1166 | 2023-11-20T17:37:04.388Z | Downloaded typenum v1.16.0 |
1167 | 2023-11-20T17:37:04.391Z | Downloaded tempfile v3.8.0 |
1168 | 2023-11-20T17:37:04.394Z | Downloaded scheduled-thread-pool v0.2.7 |
1169 | 2023-11-20T17:37:04.397Z | Downloaded predicates-tree v1.0.9 |
1170 | 2023-11-20T17:37:04.400Z | Downloaded precomputed-hash v0.1.1 |
1171 | 2023-11-20T17:37:04.403Z | Downloaded serde_derive v1.0.192 |
1172 | 2023-11-20T17:37:04.406Z | Downloaded num-traits v0.2.16 |
1173 | 2023-11-20T17:37:04.412Z | Downloaded arc-swap v1.6.0 |
1174 | 2023-11-20T17:37:04.416Z | Downloaded clang-sys v1.6.1 |
1175 | 2023-11-20T17:37:04.419Z | Downloaded rand_chacha v0.3.1 |
1176 | 2023-11-20T17:37:04.422Z | Downloaded radium v0.7.0 |
1177 | 2023-11-20T17:37:04.425Z | Downloaded dirs-next v2.0.0 |
1178 | 2023-11-20T17:37:04.428Z | Downloaded pretty-hex v0.3.0 |
1179 | 2023-11-20T17:37:04.431Z | Downloaded chacha20poly1305 v0.10.1 |
1180 | 2023-11-20T17:37:04.434Z | Downloaded foreign-types v0.3.2 |
1181 | 2023-11-20T17:37:04.437Z | Downloaded zerocopy v0.3.0 |
1182 | 2023-11-20T17:37:04.440Z | Downloaded minimal-lexical v0.2.1 |
1183 | 2023-11-20T17:37:04.443Z | Downloaded memchr v2.6.3 |
1184 | 2023-11-20T17:37:04.447Z | Downloaded crossbeam-epoch v0.9.15 |
1185 | 2023-11-20T17:37:04.449Z | Downloaded zeroize_derive v1.4.2 |
1186 | 2023-11-20T17:37:04.453Z | Downloaded structmeta v0.2.0 |
1187 | 2023-11-20T17:37:04.455Z | Downloaded slog-scope v4.4.0 |
1188 | 2023-11-20T17:37:04.458Z | Downloaded wyz v0.5.1 |
1189 | 2023-11-20T17:37:04.461Z | Downloaded phf_shared v0.10.0 |
1190 | 2023-11-20T17:37:04.464Z | Downloaded rand_core v0.6.4 |
1191 | 2023-11-20T17:37:04.467Z | Downloaded sha2 v0.10.8 |
1192 | 2023-11-20T17:37:04.470Z | Downloaded once_cell v1.18.0 |
1193 | 2023-11-20T17:37:04.473Z | Downloaded libsw v3.3.0 |
1194 | 2023-11-20T17:37:04.476Z | Downloaded slog-envlogger v2.2.0 |
1195 | 2023-11-20T17:37:04.481Z | Downloaded num-rational v0.4.1 |
1196 | 2023-11-20T17:37:04.484Z | Downloaded lazycell v1.3.0 |
1197 | 2023-11-20T17:37:04.487Z | Downloaded crc-any v2.4.3 |
1198 | 2023-11-20T17:37:04.491Z | Downloaded termios v0.3.3 |
1199 | 2023-11-20T17:37:04.495Z | Downloaded terminal_size v0.2.6 |
1200 | 2023-11-20T17:37:04.497Z | Downloaded xattr v1.0.1 |
1201 | 2023-11-20T17:37:04.500Z | Downloaded lock_api v0.4.10 |
1202 | 2023-11-20T17:37:04.503Z | Downloaded libloading v0.7.4 |
1203 | 2023-11-20T17:37:04.506Z | Downloaded crossbeam-utils v0.8.16 |
1204 | 2023-11-20T17:37:04.509Z | Downloaded nu-ansi-term v0.49.0 |
1205 | 2023-11-20T17:37:04.512Z | Downloaded log v0.4.20 |
1206 | 2023-11-20T17:37:04.515Z | Downloaded num-complex v0.4.4 |
1207 | 2023-11-20T17:37:04.518Z | Downloaded utf8parse v0.2.1 |
1208 | 2023-11-20T17:37:04.521Z | Downloaded usdt v0.3.5 |
1209 | 2023-11-20T17:37:04.524Z | Downloaded foreign-types v0.5.0 |
1210 | 2023-11-20T17:37:04.528Z | Downloaded slog-bunyan v2.4.0 |
1211 | 2023-11-20T17:37:04.530Z | Downloaded structmeta-derive v0.2.0 |
1212 | 2023-11-20T17:37:04.533Z | Downloaded synstructure v0.12.6 |
1213 | 2023-11-20T17:37:04.536Z | Downloaded strum_macros v0.25.2 |
1214 | 2023-11-20T17:37:04.539Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1215 | 2023-11-20T17:37:04.541Z | Downloaded strum_macros v0.24.3 |
1216 | 2023-11-20T17:37:04.544Z | Downloaded bcs v0.1.6 |
1217 | 2023-11-20T17:37:04.547Z | Downloaded serde_tokenstream v0.1.7 |
1218 | 2023-11-20T17:37:04.550Z | Downloaded tokio-native-tls v0.3.1 |
1219 | 2023-11-20T17:37:04.553Z | Downloaded tokio-macros v2.1.0 |
1220 | 2023-11-20T17:37:04.556Z | Downloaded serde_repr v0.1.16 |
1221 | 2023-11-20T17:37:04.559Z | Downloaded semver v1.0.20 |
1222 | 2023-11-20T17:37:04.562Z | Downloaded vte_generate_state_changes v0.1.1 |
1223 | 2023-11-20T17:37:04.565Z | Downloaded ahash v0.8.3 |
1224 | 2023-11-20T17:37:04.570Z | Downloaded static_assertions v1.1.0 |
1225 | 2023-11-20T17:37:04.572Z | Downloaded signal-hook-registry v1.4.1 |
1226 | 2023-11-20T17:37:04.575Z | Downloaded mime v0.3.17 |
1227 | 2023-11-20T17:37:04.578Z | Downloaded hyper-tls v0.5.0 |
1228 | 2023-11-20T17:37:04.581Z | Downloaded async-trait v0.1.74 |
1229 | 2023-11-20T17:37:04.584Z | Downloaded ansi_term v0.12.1 |
1230 | 2023-11-20T17:37:04.587Z | Downloaded time-core v0.1.1 |
1231 | 2023-11-20T17:37:04.590Z | Downloaded slab v0.4.9 |
1232 | 2023-11-20T17:37:04.593Z | Downloaded signal-hook-tokio v0.3.1 |
1233 | 2023-11-20T17:37:04.596Z | Downloaded serde_spanned v0.6.4 |
1234 | 2023-11-20T17:37:04.599Z | Downloaded serde-hex v0.1.0 |
1235 | 2023-11-20T17:37:04.601Z | Downloaded packed_struct v0.10.1 |
1236 | 2023-11-20T17:37:04.604Z | Downloaded cpufeatures v0.2.9 |
1237 | 2023-11-20T17:37:04.607Z | Downloaded cexpr v0.6.0 |
1238 | 2023-11-20T17:37:04.611Z | Downloaded lalrpop-util v0.19.12 |
1239 | 2023-11-20T17:37:04.613Z | Downloaded base64ct v1.6.0 |
1240 | 2023-11-20T17:37:04.616Z | Downloaded cancel-safe-futures v0.1.5 |
1241 | 2023-11-20T17:37:04.620Z | Downloaded camino v1.1.6 |
1242 | 2023-11-20T17:37:04.623Z | Downloaded crypto-common v0.1.6 |
1243 | 2023-11-20T17:37:04.626Z | Downloaded anstyle-parse v0.2.1 |
1244 | 2023-11-20T17:37:04.629Z | Downloaded mime_guess v2.0.4 |
1245 | 2023-11-20T17:37:04.632Z | Downloaded multer v2.1.0 |
1246 | 2023-11-20T17:37:04.635Z | Downloaded indexmap v2.1.0 |
1247 | 2023-11-20T17:37:04.637Z | Downloaded hyper-staticfile v0.9.5 |
1248 | 2023-11-20T17:37:04.640Z | Downloaded managed v0.8.0 |
1249 | 2023-11-20T17:37:04.643Z | Downloaded corncobs v0.1.3 |
1250 | 2023-11-20T17:37:04.646Z | Downloaded colored v2.0.4 |
1251 | 2023-11-20T17:37:04.649Z | Downloaded nanorand v0.7.0 |
1252 | 2023-11-20T17:37:04.652Z | Downloaded crossbeam-queue v0.3.8 |
1253 | 2023-11-20T17:37:04.656Z | Downloaded crc32fast v1.3.2 |
1254 | 2023-11-20T17:37:04.659Z | Downloaded miniz_oxide v0.7.1 |
1255 | 2023-11-20T17:37:04.661Z | Downloaded newtype_derive v0.1.6 |
1256 | 2023-11-20T17:37:04.664Z | Downloaded strum v0.25.0 |
1257 | 2023-11-20T17:37:04.667Z | Downloaded block-padding v0.3.3 |
1258 | 2023-11-20T17:37:04.670Z | Downloaded crossbeam-deque v0.8.3 |
1259 | 2023-11-20T17:37:04.673Z | Downloaded hyper-rustls v0.24.2 |
1260 | 2023-11-20T17:37:04.676Z | Downloaded block-buffer v0.10.4 |
1261 | 2023-11-20T17:37:04.679Z | Downloaded indoc v2.0.3 |
1262 | 2023-11-20T17:37:04.681Z | Downloaded unicode-linebreak v0.1.5 |
1263 | 2023-11-20T17:37:04.685Z | Downloaded impl-trait-for-tuples v0.2.2 |
1264 | 2023-11-20T17:37:04.689Z | Downloaded bb8 v0.8.1 |
1265 | 2023-11-20T17:37:04.692Z | Downloaded base16ct v0.2.0 |
1266 | 2023-11-20T17:37:04.696Z | Downloaded bit-set v0.5.3 |
1267 | 2023-11-20T17:37:04.699Z | Downloaded bitfield v0.14.0 |
1268 | 2023-11-20T17:37:04.702Z | Downloaded autocfg v1.1.0 |
1269 | 2023-11-20T17:37:04.705Z | Downloaded assert_matches v1.5.0 |
1270 | 2023-11-20T17:37:04.712Z | Downloaded array-init v0.0.4 |
1271 | 2023-11-20T17:37:04.716Z | Downloaded mockall v0.11.4 |
1272 | 2023-11-20T17:37:04.719Z | Downloaded argon2 v0.5.2 |
1273 | 2023-11-20T17:37:04.723Z | Downloaded async-stream v0.3.5 |
1274 | 2023-11-20T17:37:04.726Z | Downloaded ascii-canvas v3.0.0 |
1275 | 2023-11-20T17:37:04.728Z | Downloaded atomic-waker v1.1.1 |
1276 | 2023-11-20T17:37:04.731Z | Downloaded num-derive v0.4.0 |
1277 | 2023-11-20T17:37:04.734Z | Downloaded nibble_vec v0.1.0 |
1278 | 2023-11-20T17:37:04.737Z | Downloaded linear-map v1.2.0 |
1279 | 2023-11-20T17:37:04.741Z | Downloaded crc-catalog v2.2.0 |
1280 | 2023-11-20T17:37:04.744Z | Downloaded num-iter v0.1.43 |
1281 | 2023-11-20T17:37:04.747Z | Downloaded native-tls v0.2.11 |
1282 | 2023-11-20T17:37:04.750Z | Downloaded inout v0.1.3 |
1283 | 2023-11-20T17:37:04.753Z | Downloaded stable_deref_trait v1.2.0 |
1284 | 2023-11-20T17:37:04.757Z | Downloaded oso-derive v0.27.0 |
1285 | 2023-11-20T17:37:04.762Z | Downloaded cookie v0.18.0 |
1286 | 2023-11-20T17:37:04.765Z | Downloaded cc v1.0.83 |
1287 | 2023-11-20T17:37:04.769Z | Downloaded indexmap v1.9.3 |
1288 | 2023-11-20T17:37:04.772Z | Downloaded adler v1.0.2 |
1289 | 2023-11-20T17:37:04.775Z | Downloaded anstream v0.5.0 |
1290 | 2023-11-20T17:37:04.806Z | Downloaded camino-tempfile v1.0.2 |
1291 | 2023-11-20T17:37:04.811Z | Downloaded new_debug_unreachable v1.0.4 |
1292 | 2023-11-20T17:37:04.814Z | Downloaded crucible-workspace-hack v0.1.0 |
1293 | 2023-11-20T17:37:04.817Z | Downloaded olpc-cjson v0.1.3 |
1294 | 2023-11-20T17:37:04.819Z | Downloaded crunchy v0.2.2 |
1295 | 2023-11-20T17:37:04.822Z | Downloaded chacha20 v0.9.1 |
1296 | 2023-11-20T17:37:04.825Z | Downloaded bit-vec v0.6.3 |
1297 | 2023-11-20T17:37:04.828Z | Downloaded atomicwrites v0.4.2 |
1298 | 2023-11-20T17:37:04.831Z | Downloaded libefi-sys v0.1.0 |
1299 | 2023-11-20T17:37:04.835Z | Downloaded iana-time-zone v0.1.57 |
1300 | 2023-11-20T17:37:04.838Z | Downloaded clap_lex v0.5.1 |
1301 | 2023-11-20T17:37:04.841Z | Downloaded num v0.4.1 |
1302 | 2023-11-20T17:37:04.845Z | Downloaded buf-list v1.0.3 |
1303 | 2023-11-20T17:37:04.847Z | Downloaded indicatif v0.17.7 |
1304 | 2023-11-20T17:37:04.851Z | Downloaded atty v0.2.14 |
1305 | 2023-11-20T17:37:04.855Z | Downloaded async-stream-impl v0.3.5 |
1306 | 2023-11-20T17:37:04.858Z | Downloaded num_threads v0.1.6 |
1307 | 2023-11-20T17:37:04.861Z | Downloaded clap v4.4.3 |
1308 | 2023-11-20T17:37:04.864Z | Downloaded instant v0.1.12 |
1309 | 2023-11-20T17:37:04.867Z | Downloaded papergrid v0.10.0 |
1310 | 2023-11-20T17:37:04.870Z | Downloaded darling v0.14.4 |
1311 | 2023-11-20T17:37:04.875Z | Downloaded console v0.15.7 |
1312 | 2023-11-20T17:37:04.878Z | Downloaded ident_case v1.0.1 |
1313 | 2023-11-20T17:37:04.880Z | Downloaded anstyle-query v1.0.0 |
1314 | 2023-11-20T17:37:04.883Z | Downloaded aead v0.5.2 |
1315 | 2023-11-20T17:37:04.886Z | Downloaded semver v0.11.0 |
1316 | 2023-11-20T17:37:04.889Z | Downloaded sct v0.7.0 |
1317 | 2023-11-20T17:37:04.893Z | Downloaded packed_struct_codegen v0.10.1 |
1318 | 2023-11-20T17:37:04.896Z | Downloaded normalize-line-endings v0.3.0 |
1319 | 2023-11-20T17:37:04.899Z | Downloaded macaddr v1.0.1 |
1320 | 2023-11-20T17:37:04.902Z | Downloaded ciborium v0.2.1 |
1321 | 2023-11-20T17:37:04.904Z | Downloaded owo-colors v3.5.0 |
1322 | 2023-11-20T17:37:04.907Z | Downloaded maybe-uninit v2.0.0 |
1323 | 2023-11-20T17:37:04.910Z | Downloaded md-5 v0.10.5 |
1324 | 2023-11-20T17:37:04.914Z | Downloaded maplit v1.0.2 |
1325 | 2023-11-20T17:37:04.918Z | Downloaded io-lifetimes v1.0.11 |
1326 | 2023-11-20T17:37:04.921Z | Downloaded bitflags v1.3.2 |
1327 | 2023-11-20T17:37:04.924Z | Downloaded ciborium-ll v0.2.1 |
1328 | 2023-11-20T17:37:04.927Z | Downloaded ipnetwork v0.20.0 |
1329 | 2023-11-20T17:37:04.930Z | Downloaded byteorder v1.5.0 |
1330 | 2023-11-20T17:37:04.933Z | Downloaded is-terminal v0.4.9 |
1331 | 2023-11-20T17:37:04.936Z | Downloaded cargo_toml v0.17.0 |
1332 | 2023-11-20T17:37:04.939Z | Downloaded match_cfg v0.1.0 |
1333 | 2023-11-20T17:37:04.941Z | Downloaded ipnet v2.8.0 |
1334 | 2023-11-20T17:37:04.945Z | Downloaded convert_case v0.4.0 |
1335 | 2023-11-20T17:37:04.947Z | Downloaded cfg-if v0.1.10 |
1336 | 2023-11-20T17:37:04.950Z | Downloaded cassowary v0.3.0 |
1337 | 2023-11-20T17:37:04.954Z | Downloaded cargo_metadata v0.18.0 |
1338 | 2023-11-20T17:37:04.958Z | Downloaded ciborium-io v0.2.1 |
1339 | 2023-11-20T17:37:04.961Z | Downloaded cfg-if v1.0.0 |
1340 | 2023-11-20T17:37:04.964Z | Downloaded cargo-platform v0.1.3 |
1341 | 2023-11-20T17:37:04.967Z | Downloaded addr2line v0.21.0 |
1342 | 2023-11-20T17:37:05.191Z | Compiling proc-macro2 v1.0.69 |
1343 | 2023-11-20T17:37:05.197Z | Compiling unicode-ident v1.0.12 |
1344 | 2023-11-20T17:37:05.200Z | Compiling libc v0.2.150 |
1345 | 2023-11-20T17:37:05.204Z | Compiling serde v1.0.192 |
1346 | 2023-11-20T17:37:05.214Z | Compiling autocfg v1.1.0 |
1347 | 2023-11-20T17:37:05.217Z | Compiling cfg-if v1.0.0 |
1348 | 2023-11-20T17:37:05.220Z | Compiling version_check v0.9.4 |
1349 | 2023-11-20T17:37:05.436Z | Compiling syn v1.0.109 |
1350 | 2023-11-20T17:37:05.458Z | Compiling once_cell v1.18.0 |
1351 | 2023-11-20T17:37:05.564Z | Compiling parking_lot_core v0.9.8 |
1352 | 2023-11-20T17:37:06.019Z | Compiling libm v0.2.7 |
1353 | 2023-11-20T17:37:06.222Z | Compiling futures-core v0.3.29 |
1354 | 2023-11-20T17:37:06.251Z | Compiling lock_api v0.4.10 |
1355 | 2023-11-20T17:37:07.633Z | Compiling num-traits v0.2.16 |
1356 | 2023-11-20T17:37:07.705Z | Compiling thiserror v1.0.49 |
1357 | 2023-11-20T17:37:07.894Z | Compiling scopeguard v1.2.0 |
1358 | 2023-11-20T17:37:07.898Z | Compiling typenum v1.16.0 |
1359 | 2023-11-20T17:37:07.941Z | Compiling memchr v2.6.3 |
1360 | 2023-11-20T17:37:08.114Z | Compiling generic-array v0.14.7 |
1361 | 2023-11-20T17:37:08.455Z | Compiling itoa v1.0.9 |
1362 | 2023-11-20T17:37:08.882Z | Compiling pkg-config v0.3.27 |
1363 | 2023-11-20T17:37:09.691Z | Compiling quote v1.0.33 |
1364 | 2023-11-20T17:37:10.069Z | Compiling slab v0.4.9 |
1365 | 2023-11-20T17:37:10.520Z | Compiling syn v2.0.32 |
1366 | 2023-11-20T17:37:10.552Z | Compiling cc v1.0.83 |
1367 | 2023-11-20T17:37:10.676Z | Compiling getrandom v0.2.10 |
1368 | 2023-11-20T17:37:10.807Z | Compiling futures-task v0.3.29 |
1369 | 2023-11-20T17:37:11.313Z | Compiling futures-channel v0.3.29 |
1370 | 2023-11-20T17:37:11.366Z | Compiling log v0.4.20 |
1371 | 2023-11-20T17:37:12.023Z | Compiling futures-util v0.3.29 |
1372 | 2023-11-20T17:37:12.443Z | Compiling ryu v1.0.15 |
1373 | 2023-11-20T17:37:12.650Z | Compiling smallvec v1.11.0 |
1374 | 2023-11-20T17:37:12.897Z | Compiling serde_json v1.0.108 |
1375 | 2023-11-20T17:37:12.957Z | Compiling pin-project-lite v0.2.13 |
1376 | 2023-11-20T17:37:13.172Z | Compiling schemars v0.8.13 |
1377 | 2023-11-20T17:37:13.198Z | Compiling vcpkg v0.2.15 |
1378 | 2023-11-20T17:37:13.449Z | Compiling heck v0.4.1 |
1379 | 2023-11-20T17:37:14.074Z | Compiling parking_lot v0.12.1 |
1380 | 2023-11-20T17:37:14.946Z | Compiling ring v0.17.5 |
1381 | 2023-11-20T17:37:16.082Z | Compiling openssl-sys v0.9.93 |
1382 | 2023-11-20T17:37:16.165Z | Compiling signal-hook-registry v1.4.1 |
1383 | 2023-11-20T17:37:18.649Z | Compiling ring v0.16.20 |
1384 | 2023-11-20T17:37:18.810Z | Compiling mio v0.8.8 |
1385 | 2023-11-20T17:37:19.045Z | Compiling indexmap v1.9.3 |
1386 | 2023-11-20T17:37:19.488Z | Compiling hashbrown v0.14.2 |
1387 | 2023-11-20T17:37:19.654Z | Compiling byteorder v1.5.0 |
1388 | 2023-11-20T17:37:20.151Z | Compiling equivalent v1.0.1 |
1389 | 2023-11-20T17:37:20.349Z | Compiling ahash v0.8.3 |
1390 | 2023-11-20T17:37:20.562Z | Compiling httparse v1.8.0 |
1391 | 2023-11-20T17:37:20.861Z | Compiling socket2 v0.5.4 |
1392 | 2023-11-20T17:37:21.167Z | Compiling num_cpus v1.16.0 |
1393 | 2023-11-20T17:37:21.197Z | Compiling spin v0.5.2 |
1394 | 2023-11-20T17:37:21.359Z | Compiling rand_core v0.6.4 |
1395 | 2023-11-20T17:37:21.871Z | Compiling semver v1.0.20 |
1396 | 2023-11-20T17:37:21.914Z | Compiling openssl v0.10.57 |
1397 | 2023-11-20T17:37:21.981Z | Compiling fnv v1.0.7 |
1398 | 2023-11-20T17:37:22.626Z | Compiling serde_derive_internals v0.26.0 |
1399 | 2023-11-20T17:37:22.978Z | Compiling rustls v0.21.9 |
1400 | 2023-11-20T17:37:23.002Z | Compiling iana-time-zone v0.1.57 |
1401 | 2023-11-20T17:37:23.548Z | Compiling crossbeam-utils v0.8.16 |
1402 | 2023-11-20T17:37:24.117Z | Compiling native-tls v0.2.11 |
1403 | 2023-11-20T17:37:24.171Z | Compiling ucd-trie v0.1.6 |
1404 | 2023-11-20T17:37:24.233Z | Compiling unicode-xid v0.2.4 |
1405 | 2023-11-20T17:37:24.489Z | Compiling synstructure v0.12.6 |
1406 | 2023-11-20T17:37:24.945Z | Compiling io-lifetimes v1.0.11 |
1407 | 2023-11-20T17:37:24.969Z | Compiling futures-sink v0.3.29 |
1408 | 2023-11-20T17:37:25.863Z | Compiling backtrace v0.3.69 |
1409 | 2023-11-20T17:37:26.351Z | Compiling tinyvec_macros v0.1.1 |
1410 | 2023-11-20T17:37:26.474Z | Compiling winnow v0.5.15 |
1411 | 2023-11-20T17:37:26.497Z | Compiling dyn-clone v1.0.13 |
1412 | 2023-11-20T17:37:26.592Z | Compiling tinyvec v1.6.0 |
1413 | 2023-11-20T17:37:28.036Z | Compiling tracing-core v0.1.31 |
1414 | 2023-11-20T17:37:28.069Z | Compiling num-integer v0.1.45 |
1415 | 2023-11-20T17:37:28.215Z | Compiling memoffset v0.9.0 |
1416 | 2023-11-20T17:37:28.439Z | Compiling futures-io v0.3.29 |
1417 | 2023-11-20T17:37:28.518Z | Compiling pin-utils v0.1.0 |
1418 | 2023-11-20T17:37:28.683Z | Compiling rustix v0.37.23 |
1419 | 2023-11-20T17:37:28.802Z | Compiling rustix v0.38.9 |
1420 | 2023-11-20T17:37:29.243Z | Compiling unicode-normalization v0.1.22 |
1421 | 2023-11-20T17:37:29.373Z | Compiling hashbrown v0.13.2 |
1422 | 2023-11-20T17:37:29.542Z | Compiling spin v0.9.8 |
1423 | 2023-11-20T17:37:30.154Z | Compiling usdt-impl v0.3.5 |
1424 | 2023-11-20T17:37:30.655Z | Compiling crc32fast v1.3.2 |
1425 | 2023-11-20T17:37:31.121Z | Compiling time-core v0.1.1 |
1426 | 2023-11-20T17:37:31.274Z | Compiling bitflags v1.3.2 |
1427 | 2023-11-20T17:37:31.369Z | Compiling slog v2.7.0 |
1428 | 2023-11-20T17:37:31.417Z | Compiling unicode-bidi v0.3.13 |
1429 | 2023-11-20T17:37:31.442Z | Compiling anyhow v1.0.75 |
1430 | 2023-11-20T17:37:32.209Z | Compiling time-macros v0.2.13 |
1431 | 2023-11-20T17:37:32.520Z | Compiling serde_derive v1.0.192 |
1432 | 2023-11-20T17:37:32.620Z | Compiling thiserror-impl v1.0.49 |
1433 | 2023-11-20T17:37:32.660Z | Compiling tokio-macros v2.1.0 |
1434 | 2023-11-20T17:37:33.073Z | Compiling zeroize_derive v1.4.2 |
1435 | 2023-11-20T17:37:33.630Z | Compiling futures-macro v0.3.29 |
1436 | 2023-11-20T17:37:34.803Z | Compiling tracing-attributes v0.1.26 |
1437 | 2023-11-20T17:37:35.263Z | Compiling schemars_derive v0.8.13 |
1438 | 2023-11-20T17:37:35.290Z | Compiling zeroize v1.6.0 |
1439 | 2023-11-20T17:37:36.123Z | Compiling openssl-macros v0.1.1 |
1440 | 2023-11-20T17:37:37.001Z | Compiling pest v2.7.2 |
1441 | 2023-11-20T17:37:37.023Z | Compiling zerocopy-derive v0.2.0 |
1442 | 2023-11-20T17:37:37.915Z | Compiling crypto-common v0.1.6 |
1443 | 2023-11-20T17:37:39.595Z | Compiling block-buffer v0.10.4 |
1444 | 2023-11-20T17:37:39.852Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1445 | 2023-11-20T17:37:39.983Z | Compiling aho-corasick v1.0.4 |
1446 | 2023-11-20T17:37:40.132Z | Compiling crossbeam-epoch v0.9.15 |
1447 | 2023-11-20T17:37:40.222Z | Compiling tracing v0.1.37 |
1448 | 2023-11-20T17:37:40.762Z | Compiling const-oid v0.9.5 |
1449 | 2023-11-20T17:37:41.304Z | Compiling pest_meta v2.7.2 |
1450 | 2023-11-20T17:37:41.826Z | Compiling rustversion v1.0.14 |
1451 | 2023-11-20T17:37:41.936Z | Compiling regex-syntax v0.8.2 |
1452 | 2023-11-20T17:37:42.769Z | Compiling async-trait v0.1.74 |
1453 | 2023-11-20T17:37:43.454Z | Compiling signal-hook v0.3.17 |
1454 | 2023-11-20T17:37:43.851Z | Compiling pest_generator v2.7.2 |
1455 | 2023-11-20T17:37:43.876Z | Compiling ppv-lite86 v0.2.17 |
1456 | 2023-11-20T17:37:45.170Z | Compiling subtle v2.5.0 |
1457 | 2023-11-20T17:37:46.284Z | Compiling digest v0.10.7 |
1458 | 2023-11-20T17:37:46.831Z | Compiling rand_chacha v0.3.1 |
1459 | 2023-11-20T17:37:47.149Z | Compiling zerocopy v0.3.0 |
1460 | 2023-11-20T17:37:48.223Z | Compiling pest_derive v2.7.2 |
1461 | 2023-11-20T17:37:48.387Z | Compiling regex-automata v0.4.3 |
1462 | 2023-11-20T17:37:48.442Z | Compiling zerocopy-derive v0.6.4 |
1463 | 2023-11-20T17:37:49.318Z | Compiling strsim v0.10.0 |
1464 | 2023-11-20T17:37:50.613Z | Compiling base64 v0.21.5 |
1465 | 2023-11-20T17:37:51.601Z | Compiling dtrace-parser v0.1.14 |
1466 | 2023-11-20T17:37:51.735Z | Compiling dof v0.1.5 |
1467 | 2023-11-20T17:37:52.825Z | Compiling rand v0.8.5 |
1468 | 2023-11-20T17:37:55.170Z | Compiling regex v1.10.2 |
1469 | 2023-11-20T17:37:55.389Z | Compiling bytes v1.5.0 |
1470 | 2023-11-20T17:37:55.626Z | Compiling indexmap v2.1.0 |
1471 | 2023-11-20T17:37:57.091Z | Compiling uuid v1.5.0 |
1472 | 2023-11-20T17:37:57.356Z | Compiling chrono v0.4.31 |
1473 | 2023-11-20T17:37:57.733Z | Compiling tokio v1.33.0 |
1474 | 2023-11-20T17:37:58.304Z | Compiling bitflags v2.4.0 |
1475 | 2023-11-20T17:38:00.183Z | Compiling toml_datetime v0.6.5 |
1476 | 2023-11-20T17:38:00.846Z | Compiling serde_spanned v0.6.4 |
1477 | 2023-11-20T17:38:01.901Z | Compiling toml_edit v0.19.15 |
1478 | 2023-11-20T17:38:02.361Z | Compiling rustc_version v0.4.0 |
1479 | 2023-11-20T17:38:03.417Z | Compiling http v0.2.11 |
1480 | 2023-11-20T17:38:03.443Z | Compiling heapless v0.7.16 |
1481 | 2023-11-20T17:38:12.618Z | Compiling tokio-util v0.7.10 |
1482 | 2023-11-20T17:38:13.966Z | Compiling errno v0.3.2 |
1483 | 2023-11-20T17:38:14.313Z | Compiling thread-id v4.2.0 |
1484 | 2023-11-20T17:38:14.571Z | Compiling num-bigint v0.4.4 |
1485 | 2023-11-20T17:38:14.983Z | Compiling openssl-probe v0.1.5 |
1486 | 2023-11-20T17:38:15.069Z | Compiling hashbrown v0.12.3 |
1487 | 2023-11-20T17:38:15.268Z | Compiling percent-encoding v2.3.0 |
1488 | 2023-11-20T17:38:15.404Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1489 | 2023-11-20T17:38:15.800Z | Compiling untrusted v0.7.1 |
1490 | 2023-11-20T17:38:16.118Z | Compiling untrusted v0.9.0 |
1491 | 2023-11-20T17:38:16.384Z | Compiling smoltcp v0.9.1 |
1492 | 2023-11-20T17:38:17.287Z | Compiling foreign-types-shared v0.1.1 |
1493 | 2023-11-20T17:38:17.442Z | Compiling foreign-types v0.3.2 |
1494 | 2023-11-20T17:38:22.606Z | Compiling serde_tokenstream v0.1.7 |
1495 | 2023-11-20T17:38:23.446Z | Compiling strum_macros v0.25.2 |
1496 | 2023-11-20T17:38:25.375Z | Compiling lazy_static v1.4.0 |
1497 | 2023-11-20T17:38:25.672Z | Compiling socket2 v0.4.9 |
1498 | 2023-11-20T17:38:25.961Z | Compiling unicode-width v0.1.11 |
1499 | 2023-11-20T17:38:26.210Z | Compiling try-lock v0.2.4 |
1500 | 2023-11-20T17:38:26.272Z | Compiling adler v1.0.2 |
1501 | 2023-11-20T17:38:27.232Z | Compiling siphasher v0.3.11 |
1502 | 2023-11-20T17:38:27.964Z | Compiling unicode-segmentation v1.10.1 |
1503 | 2023-11-20T17:38:28.561Z | Compiling miniz_oxide v0.7.1 |
1504 | 2023-11-20T17:38:30.159Z | Compiling want v0.3.1 |
1505 | 2023-11-20T17:38:31.053Z | Compiling sct v0.7.0 |
1506 | 2023-11-20T17:38:31.484Z | Compiling rustls-webpki v0.101.7 |
1507 | 2023-11-20T17:38:31.578Z | Compiling h2 v0.3.21 |
1508 | 2023-11-20T17:38:34.372Z | Compiling form_urlencoded v1.2.0 |
1509 | 2023-11-20T17:38:34.825Z | Compiling http-body v0.4.5 |
1510 | 2023-11-20T17:38:35.565Z | Compiling hubpack_derive v0.1.1 |
1511 | 2023-11-20T17:38:36.611Z | Compiling num-iter v0.1.43 |
1512 | 2023-11-20T17:38:36.861Z | Compiling utf8parse v0.2.1 |
1513 | 2023-11-20T17:38:37.077Z | Compiling httpdate v1.0.3 |
1514 | 2023-11-20T17:38:37.114Z | Compiling anstyle v1.0.2 |
1515 | 2023-11-20T17:38:38.059Z | Compiling tower-service v0.3.2 |
1516 | 2023-11-20T17:38:38.236Z | Compiling cpufeatures v0.2.9 |
1517 | 2023-11-20T17:38:38.380Z | Compiling sha2 v0.10.8 |
1518 | 2023-11-20T17:38:39.670Z | Compiling anstyle-parse v0.2.1 |
1519 | 2023-11-20T17:38:43.837Z | Compiling hyper v0.14.27 |
1520 | 2023-11-20T17:38:44.652Z | Compiling usdt-attr-macro v0.3.5 |
1521 | 2023-11-20T17:38:44.971Z | Compiling usdt-macro v0.3.5 |
1522 | 2023-11-20T17:38:47.827Z | Compiling openapiv3 v2.0.0-rc.1 |
1523 | 2023-11-20T17:38:48.857Z | Compiling serde_tokenstream v0.2.0 |
1524 | 2023-11-20T17:38:49.459Z | Compiling rustls-pemfile v1.0.3 |
1525 | 2023-11-20T17:38:49.704Z | Compiling md-5 v0.10.5 |
1526 | 2023-11-20T17:38:50.001Z | Compiling hmac v0.12.1 |
1527 | 2023-11-20T17:38:50.372Z | Compiling stringprep v0.1.3 |
1528 | 2023-11-20T17:38:50.432Z | Compiling idna v0.4.0 |
1529 | 2023-11-20T17:38:50.604Z | Compiling diesel_table_macro_syntax v0.1.0 |
1530 | 2023-11-20T17:38:51.225Z | Compiling hash32 v0.2.1 |
1531 | 2023-11-20T17:38:51.479Z | Compiling gimli v0.28.0 |
1532 | 2023-11-20T17:38:51.794Z | Compiling fallible-iterator v0.2.0 |
1533 | 2023-11-20T17:38:51.797Z | Compiling colorchoice v1.0.0 |
1534 | 2023-11-20T17:38:52.055Z | Compiling anstyle-query v1.0.0 |
1535 | 2023-11-20T17:38:52.977Z | Compiling stable_deref_trait v1.2.0 |
1536 | 2023-11-20T17:38:53.124Z | Compiling either v1.9.0 |
1537 | 2023-11-20T17:38:53.652Z | Compiling postgres-protocol v0.6.6 |
1538 | 2023-11-20T17:38:55.364Z | Compiling anstream v0.5.0 |
1539 | 2023-11-20T17:38:55.470Z | Compiling url v2.4.1 |
1540 | 2023-11-20T17:38:55.854Z | Compiling diesel_derives v2.1.1 |
1541 | 2023-11-20T17:38:57.752Z | Compiling rustls-native-certs v0.6.3 |
1542 | 2023-11-20T17:38:58.299Z | Compiling tokio-rustls v0.24.1 |
1543 | 2023-11-20T17:38:59.716Z | Compiling addr2line v0.21.0 |
1544 | 2023-11-20T17:39:01.387Z | Compiling terminal_size v0.2.6 |
1545 | 2023-11-20T17:39:02.078Z | Compiling tokio-native-tls v0.3.1 |
1546 | 2023-11-20T17:39:02.500Z | Compiling phf_shared v0.11.2 |
1547 | 2023-11-20T17:39:04.373Z | Compiling block-padding v0.3.3 |
1548 | 2023-11-20T17:39:04.588Z | Compiling enum-as-inner v0.5.1 |
1549 | 2023-11-20T17:39:04.725Z | Compiling clap_derive v4.4.2 |
1550 | 2023-11-20T17:39:05.145Z | Compiling serde_repr v0.1.16 |
1551 | 2023-11-20T17:39:06.209Z | Compiling regress v0.7.1 |
1552 | 2023-11-20T17:39:07.380Z | Compiling scheduled-thread-pool v0.2.7 |
1553 | 2023-11-20T17:39:08.409Z | Compiling object v0.32.1 |
1554 | 2023-11-20T17:39:14.352Z | Compiling regex-automata v0.1.10 |
1555 | 2023-11-20T17:39:15.152Z | Compiling bit-vec v0.6.3 |
1556 | 2023-11-20T17:39:15.838Z | Compiling num_threads v0.1.6 |
1557 | 2023-11-20T17:39:16.026Z | Compiling deranged v0.3.8 |
1558 | 2023-11-20T17:39:19.141Z | Compiling ipnet v2.8.0 |
1559 | 2023-11-20T17:39:19.979Z | Compiling clap_lex v0.5.1 |
1560 | 2023-11-20T17:39:20.694Z | Compiling managed v0.8.0 |
1561 | 2023-11-20T17:39:21.552Z | Compiling rustc-demangle v0.1.23 |
1562 | 2023-11-20T17:39:21.712Z | Compiling matches v0.1.10 |
1563 | 2023-11-20T17:39:23.736Z | Compiling idna v0.2.3 |
1564 | 2023-11-20T17:39:26.007Z | Compiling clap_builder v4.4.2 |
1565 | 2023-11-20T17:39:26.249Z | Compiling time v0.3.27 |
1566 | 2023-11-20T17:39:27.432Z | Compiling bstr v0.2.17 |
1567 | 2023-11-20T17:39:27.980Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1568 | 2023-11-20T17:39:29.997Z | Compiling r2d2 v0.8.10 |
1569 | 2023-11-20T17:39:31.805Z | Compiling inout v0.1.3 |
1570 | 2023-11-20T17:39:32.772Z | Compiling phf v0.11.2 |
1571 | 2023-11-20T17:39:33.225Z | Compiling hyper-tls v0.5.0 |
1572 | 2023-11-20T17:39:33.745Z | Compiling hyper-rustls v0.24.2 |
1573 | 2023-11-20T17:39:34.428Z | Compiling signal-hook-mio v0.2.3 |
1574 | 2023-11-20T17:39:34.558Z | Compiling flate2 v1.0.28 |
1575 | 2023-11-20T17:39:34.662Z | Compiling bzip2 v0.4.4 |
1576 | 2023-11-20T17:39:35.251Z | Compiling postgres-types v0.2.6 |
1577 | 2023-11-20T17:39:36.123Z | Compiling itertools v0.11.0 |
1578 | 2023-11-20T17:39:37.811Z | Compiling hubpack v0.1.2 |
1579 | 2023-11-20T17:39:38.087Z | Compiling serde_urlencoded v0.7.1 |
1580 | 2023-11-20T17:39:38.500Z | Compiling phf_shared v0.10.0 |
1581 | 2023-11-20T17:39:38.937Z | Compiling ipnetwork v0.20.0 |
1582 | 2023-11-20T17:39:39.173Z | Compiling zerocopy v0.6.4 |
1583 | 2023-11-20T17:39:40.233Z | Compiling futures-executor v0.3.29 |
1584 | 2023-11-20T17:39:40.975Z | Compiling float-cmp v0.9.0 |
1585 | 2023-11-20T17:39:41.054Z | Compiling proc-macro-error-attr v1.0.4 |
1586 | 2023-11-20T17:39:41.131Z | Compiling encoding_rs v0.8.33 |
1587 | 2023-11-20T17:39:41.516Z | Compiling webpki-roots v0.25.2 |
1588 | 2023-11-20T17:39:42.416Z | Compiling new_debug_unreachable v1.0.4 |
1589 | 2023-11-20T17:39:45.647Z | Compiling normalize-line-endings v0.3.0 |
1590 | 2023-11-20T17:39:47.265Z | Compiling precomputed-hash v0.1.1 |
1591 | 2023-11-20T17:39:47.296Z | Compiling static_assertions v1.1.0 |
1592 | 2023-11-20T17:39:47.428Z | Compiling difflib v0.4.0 |
1593 | 2023-11-20T17:39:47.454Z | Compiling predicates-core v1.0.6 |
1594 | 2023-11-20T17:39:47.583Z | Compiling fixedbitset v0.4.2 |
1595 | 2023-11-20T17:39:48.123Z | Compiling regex-automata v0.3.8 |
1596 | 2023-11-20T17:39:48.210Z | Compiling whoami v1.4.1 |
1597 | 2023-11-20T17:39:49.068Z | Compiling mime v0.3.17 |
1598 | 2023-11-20T17:39:49.303Z | Compiling data-encoding v2.4.0 |
1599 | 2023-11-20T17:39:49.913Z | Compiling reqwest v0.11.22 |
1600 | 2023-11-20T17:39:51.358Z | Compiling bstr v1.6.0 |
1601 | 2023-11-20T17:39:51.971Z | Compiling trust-dns-proto v0.22.0 |
1602 | 2023-11-20T17:39:53.801Z | Compiling tokio-postgres v0.7.10 |
1603 | 2023-11-20T17:40:01.924Z | Compiling predicates v3.0.4 |
1604 | 2023-11-20T17:40:02.511Z | Compiling petgraph v0.6.4 |
1605 | 2023-11-20T17:40:03.342Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1606 | 2023-11-20T17:40:04.464Z | Compiling string_cache v0.8.7 |
1607 | 2023-11-20T17:40:05.112Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1608 | 2023-11-20T17:40:13.991Z | Compiling futures v0.3.29 |
1609 | 2023-11-20T17:40:14.168Z | Compiling diesel v2.1.4 |
1610 | 2023-11-20T17:40:14.524Z | Compiling yasna v0.5.2 |
1611 | 2023-11-20T17:40:14.553Z | Compiling zip v0.6.6 |
1612 | 2023-11-20T17:40:14.881Z | Compiling crossterm v0.27.0 |
1613 | 2023-11-20T17:40:15.114Z | Compiling cipher v0.4.4 |
1614 | 2023-11-20T17:40:15.681Z | Compiling clap v4.4.3 |
1615 | 2023-11-20T17:40:15.881Z | Compiling similar v2.2.1 |
1616 | 2023-11-20T17:40:16.572Z | Compiling bit-set v0.5.3 |
1617 | 2023-11-20T17:40:17.013Z | Compiling itertools v0.10.5 |
1618 | 2023-11-20T17:40:17.380Z | Compiling usdt v0.3.5 |
1619 | 2023-11-20T17:40:17.966Z | Compiling console v0.15.7 |
1620 | 2023-11-20T17:40:18.007Z | Compiling tokio-stream v0.1.14 |
1621 | 2023-11-20T17:40:19.329Z | Compiling proc-macro-crate v1.3.1 |
1622 | 2023-11-20T17:40:19.571Z | Compiling toml v0.7.8 |
1623 | 2023-11-20T17:40:20.129Z | Compiling toml_edit v0.21.0 |
1624 | 2023-11-20T17:40:20.638Z | Compiling hex v0.4.3 |
1625 | 2023-11-20T17:40:20.775Z | Compiling signature v2.1.0 |
1626 | 2023-11-20T17:40:21.638Z | Compiling proc-macro-error v1.0.4 |
1627 | 2023-11-20T17:40:22.126Z | Compiling lalrpop-util v0.19.12 |
1628 | 2023-11-20T17:40:24.020Z | Compiling num_enum_derive v0.5.11 |
1629 | 2023-11-20T17:40:29.080Z | Compiling atty v0.2.14 |
1630 | 2023-11-20T17:40:29.299Z | Compiling ident_case v1.0.1 |
1631 | 2023-11-20T17:40:29.562Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2023-11-20T17:40:30.179Z | Compiling darling_core v0.20.3 |
1633 | 2023-11-20T17:40:35.312Z | Compiling num_enum v0.5.11 |
1634 | 2023-11-20T17:40:57.002Z | Compiling dirs-sys-next v0.1.2 |
1635 | 2023-11-20T17:40:59.037Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1636 | 2023-11-20T17:41:01.669Z | Compiling postcard-cobs v0.1.5-pre |
1637 | 2023-11-20T17:41:02.368Z | Compiling postcard v0.7.3 |
1638 | 2023-11-20T17:41:06.006Z | Compiling dirs-next v2.0.0 |
1639 | 2023-11-20T17:41:08.045Z | Compiling darling_macro v0.20.3 |
1640 | 2023-11-20T17:41:11.551Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1641 | 2023-11-20T17:41:22.703Z | Compiling smoltcp v0.8.2 |
1642 | 2023-11-20T17:41:23.954Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1643 | 2023-11-20T17:41:24.402Z | Compiling getopts v0.2.21 |
1644 | 2023-11-20T17:41:30.218Z | Compiling structmeta-derive v0.2.0 |
1645 | 2023-11-20T17:41:34.654Z | Compiling foreign-types-macros v0.2.3 |
1646 | 2023-11-20T17:41:38.988Z | Compiling thread_local v1.1.7 |
1647 | 2023-11-20T17:41:40.341Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1648 | 2023-11-20T17:41:40.800Z | Compiling multer v2.1.0 |
1649 | 2023-11-20T17:41:41.254Z | Compiling paste v1.0.14 |
1650 | 2023-11-20T17:41:41.942Z | Compiling slog-async v2.8.0 |
1651 | 2023-11-20T17:41:43.568Z | Compiling match_cfg v0.1.0 |
1652 | 2023-11-20T17:41:43.729Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1653 | 2023-11-20T17:41:43.877Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1654 | 2023-11-20T17:41:44.228Z | Compiling cfg-if v0.1.10 |
1655 | 2023-11-20T17:41:46.182Z | Compiling camino v1.1.6 |
1656 | 2023-11-20T17:41:47.099Z | Compiling unsafe-libyaml v0.2.9 |
1657 | 2023-11-20T17:41:47.550Z | Compiling foreign-types-shared v0.3.1 |
1658 | 2023-11-20T17:41:47.742Z | Compiling foreign-types v0.5.0 |
1659 | 2023-11-20T17:41:50.320Z | Compiling serde_yaml v0.9.25 |
1660 | 2023-11-20T17:41:53.732Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1661 | 2023-11-20T17:41:54.418Z | Compiling hostname v0.3.1 |
1662 | 2023-11-20T17:41:58.182Z | Compiling structmeta v0.2.0 |
1663 | 2023-11-20T17:42:00.891Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1664 | 2023-11-20T17:42:07.181Z | Compiling darling v0.20.3 |
1665 | 2023-11-20T17:42:08.621Z | Compiling term v0.7.0 |
1666 | 2023-11-20T17:42:11.436Z | Compiling slog-json v2.6.1 |
1667 | 2023-11-20T17:42:12.290Z | Compiling is-terminal v0.4.9 |
1668 | 2023-11-20T17:42:12.481Z | Compiling crossbeam-channel v0.5.8 |
1669 | 2023-11-20T17:42:17.573Z | Compiling strum v0.25.0 |
1670 | 2023-11-20T17:42:17.606Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1671 | 2023-11-20T17:42:17.758Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1672 | 2023-11-20T17:42:17.861Z | Compiling async-stream-impl v0.3.5 |
1673 | 2023-11-20T17:42:18.467Z | Compiling cstr-argument v0.1.2 |
1674 | 2023-11-20T17:42:18.844Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1675 | 2023-11-20T17:42:19.316Z | Compiling pretty-hex v0.2.1 |
1676 | 2023-11-20T17:42:19.718Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1677 | 2023-11-20T17:42:20.341Z | Compiling regex-syntax v0.7.5 |
1678 | 2023-11-20T17:42:21.276Z | Compiling crucible-workspace-hack v0.1.0 |
1679 | 2023-11-20T17:42:21.589Z | Compiling atomic-waker v1.1.1 |
1680 | 2023-11-20T17:42:21.890Z | Compiling take_mut v0.2.2 |
1681 | 2023-11-20T17:42:28.649Z | Compiling waitgroup v0.1.2 |
1682 | 2023-11-20T17:42:31.029Z | Compiling parse-display-derive v0.8.2 |
1683 | 2023-11-20T17:42:33.635Z | Compiling async-stream v0.3.5 |
1684 | 2023-11-20T17:42:37.393Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1685 | 2023-11-20T17:42:38.752Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1686 | 2023-11-20T17:42:40.148Z | Compiling colored v2.0.4 |
1687 | 2023-11-20T17:42:40.398Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1688 | 2023-11-20T17:42:40.540Z | Compiling slog-bunyan v2.4.0 |
1689 | 2023-11-20T17:42:42.423Z | Compiling slog-term v2.9.0 |
1690 | 2023-11-20T17:42:46.261Z | Compiling serde_with_macros v2.3.3 |
1691 | 2023-11-20T17:42:56.796Z | Compiling toml v0.8.8 |
1692 | 2023-11-20T17:42:58.093Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1693 | 2023-11-20T17:42:58.703Z | Compiling sha1 v0.10.6 |
1694 | 2023-11-20T17:43:00.250Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1695 | 2023-11-20T17:43:00.414Z | Compiling textwrap v0.11.0 |
1696 | 2023-11-20T17:43:00.930Z | Compiling heck v0.3.3 |
1697 | 2023-11-20T17:43:02.222Z | Compiling serde_path_to_error v0.1.14 |
1698 | 2023-11-20T17:43:03.593Z | Compiling instant v0.1.12 |
1699 | 2023-11-20T17:43:03.721Z | Compiling ansi_term v0.12.1 |
1700 | 2023-11-20T17:43:03.835Z | Compiling vec_map v0.8.2 |
1701 | 2023-11-20T17:43:03.887Z | Compiling strsim v0.8.0 |
1702 | 2023-11-20T17:43:04.318Z | Compiling libefi-sys v0.1.0 |
1703 | 2023-11-20T17:43:04.780Z | Compiling debug-ignore v1.0.5 |
1704 | 2023-11-20T17:43:05.174Z | Compiling rayon-core v1.12.0 |
1705 | 2023-11-20T17:43:05.730Z | Compiling clap v2.34.0 |
1706 | 2023-11-20T17:43:06.216Z | Compiling backoff v0.4.0 |
1707 | 2023-11-20T17:43:06.475Z | Compiling structopt-derive v0.4.18 |
1708 | 2023-11-20T17:43:06.709Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1709 | 2023-11-20T17:43:06.788Z | Compiling serde_with v2.3.3 |
1710 | 2023-11-20T17:43:07.018Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1711 | 2023-11-20T17:43:08.176Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1712 | 2023-11-20T17:43:11.049Z | Compiling parse-display v0.8.2 |
1713 | 2023-11-20T17:43:11.521Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1714 | 2023-11-20T17:43:12.320Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1715 | 2023-11-20T17:43:12.593Z | Compiling zone_cfg_derive v0.3.0 |
1716 | 2023-11-20T17:43:12.814Z | Compiling crossbeam-deque v0.8.3 |
1717 | 2023-11-20T17:43:13.436Z | Compiling macaddr v1.0.1 |
1718 | 2023-11-20T17:43:14.567Z | Compiling num-derive v0.4.0 |
1719 | 2023-11-20T17:43:14.634Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1720 | 2023-11-20T17:43:14.806Z | Compiling portable-atomic v1.4.3 |
1721 | 2023-11-20T17:43:15.890Z | Compiling zone v0.3.0 |
1722 | 2023-11-20T17:43:18.393Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1723 | 2023-11-20T17:43:21.372Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1724 | 2023-11-20T17:43:21.557Z | Compiling structopt v0.3.26 |
1725 | 2023-11-20T17:43:21.813Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1726 | 2023-11-20T17:43:22.436Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1727 | 2023-11-20T17:43:23.736Z | Compiling smf v0.2.2 |
1728 | 2023-11-20T17:43:24.205Z | Compiling xattr v1.0.1 |
1729 | 2023-11-20T17:43:24.356Z | Compiling filetime v0.2.22 |
1730 | 2023-11-20T17:43:24.653Z | Compiling same-file v1.0.6 |
1731 | 2023-11-20T17:43:24.885Z | Compiling fastrand v2.0.0 |
1732 | 2023-11-20T17:43:25.138Z | Compiling walkdir v2.4.0 |
1733 | 2023-11-20T17:43:25.982Z | Compiling tempfile v3.8.0 |
1734 | 2023-11-20T17:43:26.467Z | Compiling tar v0.4.40 |
1735 | 2023-11-20T17:43:28.558Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1736 | 2023-11-20T17:43:29.239Z | Compiling rayon v1.8.0 |
1737 | 2023-11-20T17:43:30.024Z | Compiling number_prefix v0.4.0 |
1738 | 2023-11-20T17:43:30.430Z | Compiling omicron-zone-package v0.9.1 |
1739 | 2023-11-20T17:43:32.533Z | Compiling swrite v0.1.0 |
1740 | 2023-11-20T17:43:32.728Z | Compiling topological-sort v0.2.2 |
1741 | 2023-11-20T17:43:38.533Z | Compiling indicatif v0.17.7 |
1742 | 2023-11-20T17:43:54.327Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1743 | 2023-11-20T17:44:05.224Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1744 | 2023-11-20T17:44:08.612Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1745 | 2023-11-20T17:44:11.423Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1746 | 2023-11-20T17:44:38.442Z | Finished release [optimized] target(s) in 7m 56s |
1747 | 2023-11-20T17:44:38.685Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1748 | 2023-11-20T17:44:38.775Z | Created new build target 'test' and set it as active |
1749 | 2023-11-20T17:44:38.778Z | |
1750 | 2023-11-20T17:44:38.781Z | real 7:56.826132784 |
1751 | 2023-11-20T17:44:38.784Z | user 51:26.588112403 |
1752 | 2023-11-20T17:44:38.787Z | sys 4:36.747802494 |
1753 | 2023-11-20T17:44:38.790Z | trap 2.256803019 |
1754 | 2023-11-20T17:44:38.793Z | tflt 4.849680299 |
1755 | 2023-11-20T17:44:38.796Z | dflt 5.756413575 |
1756 | 2023-11-20T17:44:38.799Z | kflt 0.029080576 |
1757 | 2023-11-20T17:44:38.802Z | lock 1:51:39.403671491 |
1758 | 2023-11-20T17:44:38.805Z | slp 2:24:43.416456765 |
1759 | 2023-11-20T17:44:38.808Z | lat 2:27.154860454 |
1760 | 2023-11-20T17:44:38.811Z | stop 3:50.715539939 |
1761 | 2023-11-20T17:44:38.814Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1762 | 2023-11-20T17:44:39.902Z | Finished release [optimized] target(s) in 1.03s |
1763 | 2023-11-20T17:44:39.990Z | Running `target/release/omicron-package -t test package` |
1764 | 2023-11-20T17:44:39.994Z | Nov 20 17:44:39.965 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1765 | 2023-11-20T17:44:41.146Z | Compiling serde_json v1.0.108 |
1766 | 2023-11-20T17:44:41.195Z | Compiling base64ct v1.6.0 |
1767 | 2023-11-20T17:44:41.206Z | Compiling linked-hash-map v0.5.6 |
1768 | 2023-11-20T17:44:41.209Z | Compiling blake2 v0.10.6 |
1769 | 2023-11-20T17:44:41.212Z | Compiling same-file v1.0.6 |
1770 | 2023-11-20T17:44:41.216Z | Compiling semver-parser v0.10.2 |
1771 | 2023-11-20T17:44:41.219Z | Compiling fastrand v2.0.0 |
1772 | 2023-11-20T17:44:41.229Z | Compiling quick-error v1.2.3 |
1773 | 2023-11-20T17:44:41.440Z | Compiling walkdir v2.4.0 |
1774 | 2023-11-20T17:44:41.535Z | Compiling resolv-conf v0.7.0 |
1775 | 2023-11-20T17:44:41.788Z | Compiling lru-cache v0.1.2 |
1776 | 2023-11-20T17:44:42.025Z | Compiling password-hash v0.5.0 |
1777 | 2023-11-20T17:44:42.073Z | Compiling tempfile v3.8.0 |
1778 | 2023-11-20T17:44:42.397Z | Compiling xattr v1.0.1 |
1779 | 2023-11-20T17:44:42.493Z | Compiling semver v0.11.0 |
1780 | 2023-11-20T17:44:42.768Z | Compiling filetime v0.2.22 |
1781 | 2023-11-20T17:44:43.202Z | Compiling argon2 v0.5.2 |
1782 | 2023-11-20T17:44:43.322Z | Compiling slog-dtrace v0.2.3 |
1783 | 2023-11-20T17:44:43.575Z | Compiling home v0.5.5 |
1784 | 2023-11-20T17:44:43.641Z | Compiling tar v0.4.40 |
1785 | 2023-11-20T17:44:43.840Z | Compiling toolchain_find v0.2.0 |
1786 | 2023-11-20T17:44:43.910Z | Compiling trust-dns-resolver v0.22.0 |
1787 | 2023-11-20T17:44:44.430Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1788 | 2023-11-20T17:44:44.622Z | Compiling schemars v0.8.13 |
1789 | 2023-11-20T17:44:44.765Z | Compiling openapiv3 v2.0.0-rc.1 |
1790 | 2023-11-20T17:44:45.010Z | Compiling reqwest v0.11.22 |
1791 | 2023-11-20T17:44:46.341Z | Compiling usdt-impl v0.3.5 |
1792 | 2023-11-20T17:44:46.756Z | Compiling postgres-types v0.2.6 |
1793 | 2023-11-20T17:44:47.943Z | Compiling ipnetwork v0.20.0 |
1794 | 2023-11-20T17:44:53.340Z | Compiling usdt v0.3.5 |
1795 | 2023-11-20T17:44:53.844Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1796 | 2023-11-20T17:44:54.107Z | Compiling diesel v2.1.4 |
1797 | 2023-11-20T17:44:58.069Z | Compiling tokio-postgres v0.7.10 |
1798 | 2023-11-20T17:45:00.615Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1799 | 2023-11-20T17:45:00.810Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1800 | 2023-11-20T17:45:02.303Z | Compiling slog-json v2.6.1 |
1801 | 2023-11-20T17:45:03.126Z | Compiling slog-bunyan v2.4.0 |
1802 | 2023-11-20T17:45:03.299Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1803 | 2023-11-20T17:45:03.509Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1804 | 2023-11-20T17:45:09.758Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1805 | 2023-11-20T17:45:10.046Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1806 | 2023-11-20T17:45:10.365Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-11-20T17:45:15.164Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1808 | 2023-11-20T17:45:22.585Z | Compiling toml v0.5.11 |
1809 | 2023-11-20T17:45:23.011Z | Compiling rustfmt-wrapper v0.2.0 |
1810 | 2023-11-20T17:45:24.034Z | Compiling omicron-zone-package v0.9.1 |
1811 | 2023-11-20T17:45:25.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1812 | 2023-11-20T17:45:25.076Z | Compiling toml v0.8.8 |
1813 | 2023-11-20T17:45:25.540Z | Compiling num-rational v0.4.1 |
1814 | 2023-11-20T17:45:26.032Z | Compiling cancel-safe-futures v0.1.5 |
1815 | 2023-11-20T17:45:26.921Z | Compiling convert_case v0.4.0 |
1816 | 2023-11-20T17:45:27.662Z | Compiling utf-8 v0.7.6 |
1817 | 2023-11-20T17:45:28.211Z | Compiling derive_more v0.99.17 |
1818 | 2023-11-20T17:45:31.102Z | Compiling pem-rfc7468 v0.7.0 |
1819 | 2023-11-20T17:45:32.746Z | Compiling num-complex v0.4.4 |
1820 | 2023-11-20T17:45:34.060Z | Compiling der_derive v0.7.2 |
1821 | 2023-11-20T17:45:34.924Z | Compiling semver v0.1.20 |
1822 | 2023-11-20T17:45:35.866Z | Compiling flagset v0.4.3 |
1823 | 2023-11-20T17:45:36.230Z | Compiling rustc_version v0.1.7 |
1824 | 2023-11-20T17:45:36.851Z | Compiling num v0.4.1 |
1825 | 2023-11-20T17:45:37.020Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1826 | 2023-11-20T17:45:37.963Z | Compiling der v0.7.8 |
1827 | 2023-11-20T17:45:38.685Z | Compiling hkdf v0.12.3 |
1828 | 2023-11-20T17:45:39.083Z | Compiling fxhash v0.2.1 |
1829 | 2023-11-20T17:45:39.419Z | Compiling unicase v2.7.0 |
1830 | 2023-11-20T17:45:39.889Z | Compiling radium v0.7.0 |
1831 | 2023-11-20T17:45:40.588Z | Compiling newtype_derive v0.1.6 |
1832 | 2023-11-20T17:45:40.873Z | Compiling ciborium-io v0.2.1 |
1833 | 2023-11-20T17:45:41.041Z | Compiling keccak v0.1.4 |
1834 | 2023-11-20T17:45:41.045Z | Compiling arc-swap v1.6.0 |
1835 | 2023-11-20T17:45:42.288Z | Compiling spki v0.7.2 |
1836 | 2023-11-20T17:45:42.751Z | Compiling base64 v0.13.1 |
1837 | 2023-11-20T17:45:43.208Z | Compiling tap v1.0.1 |
1838 | 2023-11-20T17:45:43.459Z | Compiling maybe-uninit v2.0.0 |
1839 | 2023-11-20T17:45:44.147Z | Compiling half v1.8.2 |
1840 | 2023-11-20T17:45:44.291Z | Compiling wyz v0.5.1 |
1841 | 2023-11-20T17:45:45.054Z | Compiling ciborium-ll v0.2.1 |
1842 | 2023-11-20T17:45:45.922Z | Compiling slog-scope v4.4.0 |
1843 | 2023-11-20T17:45:46.137Z | Compiling sha3 v0.10.8 |
1844 | 2023-11-20T17:45:47.650Z | Compiling secrecy v0.8.0 |
1845 | 2023-11-20T17:45:48.188Z | Compiling crc-catalog v2.2.0 |
1846 | 2023-11-20T17:45:48.267Z | Compiling parking_lot_core v0.8.6 |
1847 | 2023-11-20T17:45:48.414Z | Compiling num-bigint-dig v0.8.4 |
1848 | 2023-11-20T17:45:48.848Z | Compiling funty v2.0.0 |
1849 | 2023-11-20T17:45:48.865Z | Compiling packed_struct v0.10.1 |
1850 | 2023-11-20T17:45:49.531Z | Compiling crc v3.0.1 |
1851 | 2023-11-20T17:45:50.833Z | Compiling bitvec v1.0.1 |
1852 | 2023-11-20T17:45:51.742Z | Compiling slog-stdlog v4.1.1 |
1853 | 2023-11-20T17:45:52.740Z | Compiling ciborium v0.2.1 |
1854 | 2023-11-20T17:45:53.465Z | Compiling pkcs8 v0.10.2 |
1855 | 2023-11-20T17:45:53.957Z | Compiling nibble_vec v0.1.0 |
1856 | 2023-11-20T17:45:54.285Z | Compiling packed_struct_codegen v0.10.1 |
1857 | 2023-11-20T17:45:56.530Z | Compiling dirs-sys-next v0.1.2 |
1858 | 2023-11-20T17:45:56.543Z | Compiling nodrop v0.1.14 |
1859 | 2023-11-20T17:45:56.722Z | Compiling doc-comment v0.3.3 |
1860 | 2023-11-20T17:45:57.330Z | Compiling glob v0.3.1 |
1861 | 2023-11-20T17:45:57.457Z | Compiling endian-type v0.1.2 |
1862 | 2023-11-20T17:45:57.832Z | Compiling crunchy v0.2.2 |
1863 | 2023-11-20T17:45:58.449Z | Compiling radix_trie v0.2.1 |
1864 | 2023-11-20T17:45:58.744Z | Compiling dirs-next v2.0.0 |
1865 | 2023-11-20T17:45:58.757Z | Compiling clang-sys v1.6.1 |
1866 | 2023-11-20T17:45:58.990Z | Compiling array-init v0.0.4 |
1867 | 2023-11-20T17:45:59.920Z | Compiling pkcs1 v0.7.5 |
1868 | 2023-11-20T17:46:00.395Z | Compiling smallvec v0.6.14 |
1869 | 2023-11-20T17:46:01.103Z | Compiling slog-envlogger v2.2.0 |
1870 | 2023-11-20T17:46:01.115Z | Compiling steno v0.4.0 |
1871 | 2023-11-20T17:46:06.349Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1872 | 2023-11-20T17:46:06.525Z | Compiling termcolor v1.2.0 |
1873 | 2023-11-20T17:46:07.290Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1874 | 2023-11-20T17:46:07.441Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1875 | 2023-11-20T17:46:08.727Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1876 | 2023-11-20T17:46:13.789Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1877 | 2023-11-20T17:46:17.298Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1878 | 2023-11-20T17:46:20.915Z | Compiling bitfield v0.14.0 |
1879 | 2023-11-20T17:46:21.402Z | Compiling platforms v3.0.2 |
1880 | 2023-11-20T17:46:22.054Z | Compiling prettyplease v0.2.12 |
1881 | 2023-11-20T17:46:22.553Z | Compiling tiny-keccak v2.0.2 |
1882 | 2023-11-20T17:46:23.077Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1883 | 2023-11-20T17:46:25.060Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1884 | 2023-11-20T17:46:25.692Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1885 | 2023-11-20T17:46:28.587Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1886 | 2023-11-20T17:46:31.483Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1887 | 2023-11-20T17:46:43.275Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1888 | 2023-11-20T17:46:44.337Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1889 | 2023-11-20T17:46:45.489Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1890 | 2023-11-20T17:46:49.939Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1891 | 2023-11-20T17:46:57.120Z | Compiling rsa v0.9.2 |
1892 | 2023-11-20T17:46:59.692Z | Compiling env_logger v0.10.0 |
1893 | 2023-11-20T17:47:01.753Z | Compiling parking_lot v0.11.2 |
1894 | 2023-11-20T17:47:04.310Z | Compiling serde-hex v0.1.0 |
1895 | 2023-11-20T17:47:05.819Z | Compiling mime_guess v2.0.4 |
1896 | 2023-11-20T17:47:06.117Z | Compiling trust-dns-client v0.22.0 |
1897 | 2023-11-20T17:47:06.193Z | Compiling term v0.7.0 |
1898 | 2023-11-20T17:47:06.836Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1899 | 2023-11-20T17:47:07.371Z | Compiling x509-cert v0.2.4 |
1900 | 2023-11-20T17:47:07.934Z | Compiling tungstenite v0.20.1 |
1901 | 2023-11-20T17:47:08.284Z | Compiling darling_core v0.14.4 |
1902 | 2023-11-20T17:47:13.446Z | Compiling ron v0.8.1 |
1903 | 2023-11-20T17:47:17.324Z | Compiling snafu-derive v0.7.5 |
1904 | 2023-11-20T17:47:24.505Z | Compiling crc-any v2.4.3 |
1905 | 2023-11-20T17:47:24.517Z | Compiling minimal-lexical v0.2.1 |
1906 | 2023-11-20T17:47:25.299Z | Compiling nom v7.1.3 |
1907 | 2023-11-20T17:47:25.683Z | Compiling snafu v0.7.5 |
1908 | 2023-11-20T17:47:26.120Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1909 | 2023-11-20T17:47:27.771Z | Compiling trust-dns-server v0.22.1 |
1910 | 2023-11-20T17:47:29.985Z | Compiling darling_macro v0.14.4 |
1911 | 2023-11-20T17:47:31.456Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1912 | 2023-11-20T17:47:31.929Z | Compiling tokio-tungstenite v0.20.1 |
1913 | 2023-11-20T17:47:33.778Z | Compiling ascii-canvas v3.0.0 |
1914 | 2023-11-20T17:47:34.605Z | Compiling sled v0.34.7 |
1915 | 2023-11-20T17:47:35.379Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1916 | 2023-11-20T17:47:39.706Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1917 | 2023-11-20T17:47:53.603Z | Compiling object v0.30.4 |
1918 | 2023-11-20T17:47:57.371Z | Compiling is-terminal v0.4.9 |
1919 | 2023-11-20T17:47:57.576Z | Compiling libsw v3.3.0 |
1920 | 2023-11-20T17:47:58.099Z | Compiling ena v0.14.2 |
1921 | 2023-11-20T17:47:58.778Z | Compiling derive-where v1.2.5 |
1922 | 2023-11-20T17:48:00.863Z | Compiling libloading v0.7.4 |
1923 | 2023-11-20T17:48:01.413Z | Compiling regex-syntax v0.6.29 |
1924 | 2023-11-20T17:48:04.284Z | Compiling path-slash v0.1.5 |
1925 | 2023-11-20T17:48:04.599Z | Compiling bindgen v0.65.1 |
1926 | 2023-11-20T17:48:05.237Z | Compiling owo-colors v3.5.0 |
1927 | 2023-11-20T17:48:06.202Z | Compiling linear-map v1.2.0 |
1928 | 2023-11-20T17:48:06.917Z | Compiling pretty-hex v0.3.0 |
1929 | 2023-11-20T17:48:07.263Z | Compiling diff v0.1.13 |
1930 | 2023-11-20T17:48:08.167Z | Compiling lalrpop v0.19.12 |
1931 | 2023-11-20T17:48:10.868Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1932 | 2023-11-20T17:48:11.012Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1933 | 2023-11-20T17:48:11.905Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1934 | 2023-11-20T17:48:20.397Z | Compiling curve25519-dalek v4.1.0 |
1935 | 2023-11-20T17:48:24.091Z | Compiling darling v0.14.4 |
1936 | 2023-11-20T17:48:24.250Z | Compiling cexpr v0.6.0 |
1937 | 2023-11-20T17:48:27.013Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1938 | 2023-11-20T17:48:29.729Z | Compiling which v4.4.0 |
1939 | 2023-11-20T17:48:30.587Z | Compiling ff v0.13.0 |
1940 | 2023-11-20T17:48:30.963Z | Compiling kstat-rs v0.2.3 |
1941 | 2023-11-20T17:48:31.691Z | Compiling path-dedot v3.1.0 |
1942 | 2023-11-20T17:48:32.077Z | Compiling memoffset v0.7.1 |
1943 | 2023-11-20T17:48:32.568Z | Compiling peeking_take_while v0.1.2 |
1944 | 2023-11-20T17:48:32.769Z | Compiling display-error-chain v0.2.0 |
1945 | 2023-11-20T17:48:33.037Z | Compiling rustc-hash v1.1.0 |
1946 | 2023-11-20T17:48:33.062Z | Compiling lazycell v1.3.0 |
1947 | 2023-11-20T17:48:33.248Z | Compiling shlex v1.1.0 |
1948 | 2023-11-20T17:48:33.302Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1949 | 2023-11-20T17:48:35.038Z | Compiling path-absolutize v3.1.0 |
1950 | 2023-11-20T17:48:35.335Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1951 | 2023-11-20T17:48:36.376Z | Compiling group v0.13.0 |
1952 | 2023-11-20T17:48:36.629Z | Compiling derive_builder_core v0.12.0 |
1953 | 2023-11-20T17:48:40.278Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1954 | 2023-11-20T17:48:48.452Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1955 | 2023-11-20T17:48:48.565Z | Compiling pem v1.1.1 |
1956 | 2023-11-20T17:48:48.668Z | Compiling camino-tempfile v1.0.2 |
1957 | 2023-11-20T17:48:49.957Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1958 | 2023-11-20T17:48:51.047Z | Compiling olpc-cjson v0.1.3 |
1959 | 2023-11-20T17:48:51.946Z | Compiling globset v0.4.13 |
1960 | 2023-11-20T17:48:56.121Z | Compiling polar-core v0.27.0 |
1961 | 2023-11-20T17:48:56.487Z | Compiling universal-hash v0.5.1 |
1962 | 2023-11-20T17:48:56.818Z | Compiling crypto-bigint v0.5.2 |
1963 | 2023-11-20T17:48:57.049Z | Compiling bcs v0.1.6 |
1964 | 2023-11-20T17:48:57.669Z | Compiling serde_plain v1.0.2 |
1965 | 2023-11-20T17:48:58.465Z | Compiling libxml v0.3.3 |
1966 | 2023-11-20T17:48:58.524Z | Compiling thiserror-impl-no-std v2.0.2 |
1967 | 2023-11-20T17:48:58.625Z | Compiling curve25519-dalek-derive v0.1.0 |
1968 | 2023-11-20T17:48:58.994Z | Compiling highway v1.1.0 |
1969 | 2023-11-20T17:49:00.805Z | Compiling base16ct v0.2.0 |
1970 | 2023-11-20T17:49:01.415Z | Compiling opaque-debug v0.3.0 |
1971 | 2023-11-20T17:49:01.429Z | Compiling ref-cast v1.0.20 |
1972 | 2023-11-20T17:49:01.552Z | Compiling buf-list v1.0.3 |
1973 | 2023-11-20T17:49:02.206Z | Compiling poly1305 v0.8.0 |
1974 | 2023-11-20T17:49:02.391Z | Compiling elliptic-curve v0.13.5 |
1975 | 2023-11-20T17:49:03.104Z | Compiling thiserror-no-std v2.0.2 |
1976 | 2023-11-20T17:49:03.263Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1977 | 2023-11-20T17:49:03.988Z | Compiling tough v0.14.0 |
1978 | 2023-11-20T17:49:04.864Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1979 | 2023-11-20T17:49:07.268Z | Compiling derive_builder_macro v0.12.0 |
1980 | 2023-11-20T17:49:08.702Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1981 | 2023-11-20T17:49:13.858Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1982 | 2023-11-20T17:49:15.810Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1983 | 2023-11-20T17:49:18.607Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1984 | 2023-11-20T17:49:19.040Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1985 | 2023-11-20T17:49:19.473Z | Compiling chacha20 v0.9.1 |
1986 | 2023-11-20T17:49:20.255Z | Compiling strum_macros v0.24.3 |
1987 | 2023-11-20T17:49:22.552Z | Compiling aead v0.5.2 |
1988 | 2023-11-20T17:49:23.049Z | Compiling ref-cast-impl v1.0.20 |
1989 | 2023-11-20T17:49:24.467Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1990 | 2023-11-20T17:49:24.890Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1991 | 2023-11-20T17:49:24.932Z | Compiling cookie v0.18.0 |
1992 | 2023-11-20T17:49:25.366Z | Compiling salty v0.2.0 |
1993 | 2023-11-20T17:49:25.402Z | Compiling indoc v1.0.9 |
1994 | 2023-11-20T17:49:25.987Z | Compiling signature v1.6.4 |
1995 | 2023-11-20T17:49:26.184Z | Compiling ed25519 v1.5.3 |
1996 | 2023-11-20T17:49:26.659Z | Compiling chacha20poly1305 v0.10.1 |
1997 | 2023-11-20T17:49:26.747Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1998 | 2023-11-20T17:49:26.985Z | Compiling derive_builder v0.12.0 |
1999 | 2023-11-20T17:49:30.658Z | Compiling vsss-rs v3.3.1 |
2000 | 2023-11-20T17:49:40.148Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2001 | 2023-11-20T17:49:40.341Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2002 | 2023-11-20T17:49:44.423Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2003 | 2023-11-20T17:49:44.967Z | Compiling tungstenite v0.18.0 |
2004 | 2023-11-20T17:49:45.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2005 | 2023-11-20T17:49:45.473Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2006 | 2023-11-20T17:49:48.887Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2007 | 2023-11-20T17:49:49.459Z | Compiling headers-core v0.2.0 |
2008 | 2023-11-20T17:49:49.708Z | Compiling bb8 v0.8.1 |
2009 | 2023-11-20T17:49:50.683Z | Compiling quick-xml v0.23.1 |
2010 | 2023-11-20T17:49:52.030Z | Compiling serde-big-array v0.5.1 |
2011 | 2023-11-20T17:49:52.404Z | Compiling oso-derive v0.27.0 |
2012 | 2023-11-20T17:49:53.970Z | Compiling impl-trait-for-tuples v0.2.2 |
2013 | 2023-11-20T17:49:54.085Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2014 | 2023-11-20T17:49:54.869Z | Compiling http-range v0.1.5 |
2015 | 2023-11-20T17:49:55.357Z | Compiling maplit v1.0.2 |
2016 | 2023-11-20T17:49:55.522Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2017 | 2023-11-20T17:49:55.830Z | Compiling hyper-staticfile v0.9.5 |
2018 | 2023-11-20T17:50:10.138Z | Compiling oso v0.27.0 |
2019 | 2023-11-20T17:50:12.203Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2020 | 2023-11-20T17:50:13.287Z | Compiling headers v0.3.9 |
2021 | 2023-11-20T17:50:15.048Z | Compiling tokio-tungstenite v0.18.0 |
2022 | 2023-11-20T17:50:15.974Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2023 | 2023-11-20T17:50:40.368Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2024 | 2023-11-20T17:50:45.033Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2025 | 2023-11-20T17:50:45.136Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2026 | 2023-11-20T17:50:45.202Z | Compiling signal-hook-tokio v0.3.1 |
2027 | 2023-11-20T17:50:45.227Z | Compiling serde-big-array v0.4.1 |
2028 | 2023-11-20T17:50:45.251Z | Compiling cassowary v0.3.0 |
2029 | 2023-11-20T17:50:45.409Z | Compiling indoc v2.0.3 |
2030 | 2023-11-20T17:50:45.582Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2031 | 2023-11-20T17:50:46.991Z | Compiling ratatui v0.23.0 |
2032 | 2023-11-20T17:50:48.291Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2033 | 2023-11-20T17:50:49.660Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2034 | 2023-11-20T17:50:52.902Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2035 | 2023-11-20T17:50:53.490Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2036 | 2023-11-20T17:51:04.336Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2037 | 2023-11-20T17:51:13.038Z | Compiling fatfs v0.3.6 |
2038 | 2023-11-20T17:51:14.567Z | Compiling bytesize v1.3.0 |
2039 | 2023-11-20T17:51:15.498Z | Compiling nanorand v0.7.0 |
2040 | 2023-11-20T17:51:16.728Z | Compiling rtoolbox v0.0.1 |
2041 | 2023-11-20T17:51:17.423Z | Compiling assert_matches v1.5.0 |
2042 | 2023-11-20T17:51:17.579Z | Compiling is_ci v1.1.1 |
2043 | 2023-11-20T17:51:18.014Z | Compiling fs-err v2.9.0 |
2044 | 2023-11-20T17:51:18.823Z | Compiling corncobs v0.1.3 |
2045 | 2023-11-20T17:51:19.358Z | Compiling smawk v0.3.1 |
2046 | 2023-11-20T17:51:19.391Z | Compiling unicode-linebreak v0.1.5 |
2047 | 2023-11-20T17:51:19.434Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2048 | 2023-11-20T17:51:19.705Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2049 | 2023-11-20T17:51:20.346Z | Compiling textwrap v0.16.0 |
2050 | 2023-11-20T17:51:20.782Z | Compiling supports-color v2.1.0 |
2051 | 2023-11-20T17:51:21.927Z | Compiling rpassword v7.2.0 |
2052 | 2023-11-20T17:51:22.663Z | Compiling flume v0.11.0 |
2053 | 2023-11-20T17:51:24.037Z | Compiling tui-tree-widget v0.13.0 |
2054 | 2023-11-20T17:51:27.618Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2055 | 2023-11-20T17:51:29.461Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2056 | 2023-11-20T17:51:56.896Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2057 | 2023-11-20T17:52:42.653Z | Compiling shell-words v1.1.0 |
2058 | 2023-11-20T17:52:43.321Z | Compiling humantime v2.1.0 |
2059 | 2023-11-20T17:52:44.816Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2060 | 2023-11-20T17:52:49.625Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2061 | 2023-11-20T17:53:49.278Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2062 | 2023-11-20T17:56:09.607Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2063 | 2023-11-20T18:05:14.523Z | Finished release [optimized] target(s) in 20m 34s |
2064 | 2023-11-20T18:06:24.007Z | |
2065 | 2023-11-20T18:06:24.010Z | real 21:45.340755886 |
2066 | 2023-11-20T18:06:24.013Z | user 2:30:06.858467418 |
2067 | 2023-11-20T18:06:24.015Z | sys 6:08.650929204 |
2068 | 2023-11-20T18:06:24.018Z | trap 5.348292638 |
2069 | 2023-11-20T18:06:24.022Z | tflt 1.258454588 |
2070 | 2023-11-20T18:06:24.025Z | dflt 2.556108086 |
2071 | 2023-11-20T18:06:24.028Z | kflt 0.001671510 |
2072 | 2023-11-20T18:06:24.030Z | lock 8:46:19.544511427 |
2073 | 2023-11-20T18:06:24.033Z | slp 5:45:05.114451277 |
2074 | 2023-11-20T18:06:24.036Z | lat 2:42.613886150 |
2075 | 2023-11-20T18:06:24.039Z | stop 41.265710551 |
2076 | 2023-11-20T18:06:24.042Z | + 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/*) |
2077 | 2023-11-20T18:06:24.045Z | + pfexec mkdir -p /work |
2078 | 2023-11-20T18:06:24.048Z | + pfexec chown build /work |
2079 | 2023-11-20T18:06:24.050Z | + 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 |
2080 | 2023-11-20T18:06:37.326Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2081 | 2023-11-20T18:06:37.329Z | a out/mg-ddm-gz.tar 61253K |
2082 | 2023-11-20T18:06:37.332Z | a out/omicron-sled-agent.tar 109011K |
2083 | 2023-11-20T18:06:37.335Z | a out/target/test 1K |
2084 | 2023-11-20T18:06:37.338Z | a out/npuzone/npuzone 36505K |
2085 | 2023-11-20T18:06:37.341Z | a package-manifest.toml 22K |
2086 | 2023-11-20T18:06:37.344Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2087 | 2023-11-20T18:06:37.347Z | a target/release/omicron-package 41526K |
2088 | 2023-11-20T18:06:37.350Z | a tools/create_virtual_hardware.sh 4K |
2089 | 2023-11-20T18:06:37.353Z | a tools/virtual_hardware.sh 4K |
2090 | 2023-11-20T18:06:37.356Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2091 | 2023-11-20T18:06:37.359Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2092 | 2023-11-20T18:06:37.362Z | a tools/scrimlet/softnpu-init.sh 3K |
2093 | 2023-11-20T18:06:37.365Z | a tools/scrimlet/softnpu-zone.txt 1K |
2094 | 2023-11-20T18:06:37.369Z | a tools/scrimlet/softnpu.toml 1K |
2095 | 2023-11-20T18:06:37.373Z | |
2096 | 2023-11-20T18:06:37.376Z | real 13.306211681 |
2097 | 2023-11-20T18:06:37.379Z | user 12.624592160 |
2098 | 2023-11-20T18:06:37.382Z | sys 1.141334037 |
2099 | 2023-11-20T18:06:37.385Z | trap 0.003310159 |
2100 | 2023-11-20T18:06:37.389Z | tflt 0.000000000 |
2101 | 2023-11-20T18:06:37.394Z | dflt 0.000000000 |
2102 | 2023-11-20T18:06:37.397Z | kflt 0.000000000 |
2103 | 2023-11-20T18:06:37.400Z | lock 0.000000000 |
2104 | 2023-11-20T18:06:37.403Z | slp 12.350990577 |
2105 | 2023-11-20T18:06:37.407Z | lat 0.488544069 |
2106 | 2023-11-20T18:06:37.410Z | stop 0.000229385 |
2107 | 2023-11-20T18:06:37.413Z | ++ pwd |
2108 | 2023-11-20T18:06:37.417Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2109 | 2023-11-20T18:06:37.420Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2110 | 2023-11-20T18:06:37.423Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2111 | 2023-11-20T18:06:38.432Z | Finished release [optimized] target(s) in 1.01s |
2112 | 2023-11-20T18:06:38.466Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2113 | 2023-11-20T18:06:38.505Z | Created new build target 'host' and set it as active |
2114 | 2023-11-20T18:06:38.508Z | |
2115 | 2023-11-20T18:06:38.511Z | real 1.171615649 |
2116 | 2023-11-20T18:06:38.514Z | user 0.827335531 |
2117 | 2023-11-20T18:06:38.517Z | sys 0.344405893 |
2118 | 2023-11-20T18:06:38.522Z | trap 0.000491347 |
2119 | 2023-11-20T18:06:38.525Z | tflt 0.000001535 |
2120 | 2023-11-20T18:06:38.528Z | dflt 0.000001702 |
2121 | 2023-11-20T18:06:38.530Z | kflt 0.000000000 |
2122 | 2023-11-20T18:06:38.533Z | lock 0.034110764 |
2123 | 2023-11-20T18:06:38.536Z | slp 0.022362209 |
2124 | 2023-11-20T18:06:38.539Z | lat 0.002048742 |
2125 | 2023-11-20T18:06:38.542Z | stop 0.000251314 |
2126 | 2023-11-20T18:06:38.545Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2127 | 2023-11-20T18:06:39.570Z | Finished release [optimized] target(s) in 0.97s |
2128 | 2023-11-20T18:06:39.599Z | Running `target/release/omicron-package -t host package` |
2129 | 2023-11-20T18:06:39.638Z | Nov 20 18:06:39.640 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2130 | 2023-11-20T18:06:40.711Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2131 | 2023-11-20T18:10:20.058Z | Finished release [optimized] target(s) in 3m 40s |
2132 | 2023-11-20T18:11:36.124Z | |
2133 | 2023-11-20T18:11:36.127Z | real 4:57.634123708 |
2134 | 2023-11-20T18:11:36.130Z | user 20:41.293606935 |
2135 | 2023-11-20T18:11:36.133Z | sys 1:09.563498918 |
2136 | 2023-11-20T18:11:36.136Z | trap 0.606515598 |
2137 | 2023-11-20T18:11:36.139Z | tflt 0.095674827 |
2138 | 2023-11-20T18:11:36.142Z | dflt 1.846919405 |
2139 | 2023-11-20T18:11:36.145Z | kflt 0.000005873 |
2140 | 2023-11-20T18:11:36.147Z | lock 1:13:18.542549320 |
2141 | 2023-11-20T18:11:36.150Z | slp 17:41.041739655 |
2142 | 2023-11-20T18:11:36.153Z | lat 7.595831886 |
2143 | 2023-11-20T18:11:36.156Z | stop 0.607084019 |
2144 | 2023-11-20T18:11:36.159Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2145 | 2023-11-20T18:11:36.161Z | + for package in "$@" |
2146 | 2023-11-20T18:11:36.164Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2147 | 2023-11-20T18:11:36.167Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git7e476ee8bd3 |
2148 | 2023-11-20T18:11:37.171Z | Finished release [optimized] target(s) in 0.96s |
2149 | 2023-11-20T18:11:37.200Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git7e476ee8bd3` |
2150 | 2023-11-20T18:11:37.239Z | Nov 20 18:11:37.240 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2151 | 2023-11-20T18:11:37.770Z | Created: out/versioned/omicron-sled-agent.tar |
2152 | 2023-11-20T18:11:37.774Z | + for package in "$@" |
2153 | 2023-11-20T18:11:37.777Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2154 | 2023-11-20T18:11:37.780Z | + echo 0.0.0 |
2155 | 2023-11-20T18:11:37.783Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2156 | 2023-11-20T18:11:37.785Z | a VERSION 1K |
2157 | 2023-11-20T18:11:37.788Z | + rm VERSION |
2158 | 2023-11-20T18:11:37.791Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git7e476ee8bd3 |
2159 | 2023-11-20T18:11:38.802Z | Finished release [optimized] target(s) in 0.93s |
2160 | 2023-11-20T18:11:38.830Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git7e476ee8bd3` |
2161 | 2023-11-20T18:11:38.870Z | Nov 20 18:11:38.870 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2162 | 2023-11-20T18:11:39.174Z | Created: out/versioned/mg-ddm-gz.tar |
2163 | 2023-11-20T18:11:39.177Z | + for package in "$@" |
2164 | 2023-11-20T18:11:39.180Z | + [[ propolis-server == mg-ddm-gz ]] |
2165 | 2023-11-20T18:11:39.183Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git7e476ee8bd3 |
2166 | 2023-11-20T18:11:40.206Z | Finished release [optimized] target(s) in 0.94s |
2167 | 2023-11-20T18:11:40.235Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git7e476ee8bd3` |
2168 | 2023-11-20T18:11:40.273Z | Nov 20 18:11:40.274 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2169 | 2023-11-20T18:11:42.074Z | Created: out/versioned/propolis-server.tar.gz |
2170 | 2023-11-20T18:11:42.078Z | + for package in "$@" |
2171 | 2023-11-20T18:11:42.081Z | + [[ overlay == mg-ddm-gz ]] |
2172 | 2023-11-20T18:11:42.084Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git7e476ee8bd3 |
2173 | 2023-11-20T18:11:43.191Z | Finished release [optimized] target(s) in 1.02s |
2174 | 2023-11-20T18:11:43.217Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git7e476ee8bd3` |
2175 | 2023-11-20T18:11:43.256Z | Nov 20 18:11:43.257 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2176 | 2023-11-20T18:11:43.259Z | Created: out/versioned/overlay.tar.gz |
2177 | 2023-11-20T18:11:43.262Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2178 | 2023-11-20T18:11:43.273Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2179 | 2023-11-20T18:11:43.276Z | ++ cd -- ./tools |
2180 | 2023-11-20T18:11:43.279Z | ++ pwd |
2181 | 2023-11-20T18:11:43.282Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2182 | 2023-11-20T18:11:43.285Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2183 | 2023-11-20T18:11:43.288Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2184 | 2023-11-20T18:11:43.291Z | ++ readlink -f /work |
2185 | 2023-11-20T18:11:43.294Z | + out_dir=/work |
2186 | 2023-11-20T18:11:43.297Z | + 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") |
2187 | 2023-11-20T18:11:43.299Z | + for dep in "${deps[@]}" |
2188 | 2023-11-20T18:11:43.302Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2189 | 2023-11-20T18:11:43.305Z | + for dep in "${deps[@]}" |
2190 | 2023-11-20T18:11:43.308Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2191 | 2023-11-20T18:11:43.311Z | + for dep in "${deps[@]}" |
2192 | 2023-11-20T18:11:43.315Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2193 | 2023-11-20T18:11:43.318Z | + for dep in "${deps[@]}" |
2194 | 2023-11-20T18:11:43.322Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2195 | 2023-11-20T18:11:43.325Z | ++ mktemp -d |
2196 | 2023-11-20T18:11:43.327Z | + tmp_gz=/tmp/tmp.5Wayvh |
2197 | 2023-11-20T18:11:43.330Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2198 | 2023-11-20T18:11:43.333Z | + echo '{"v":"1","t":"layer"}' |
2199 | 2023-11-20T18:11:43.336Z | + pkg_dir=/tmp/tmp.5Wayvh/root/opt/oxide/sled-agent |
2200 | 2023-11-20T18:11:43.339Z | + mkdir -p /tmp/tmp.5Wayvh/root/opt/oxide/sled-agent |
2201 | 2023-11-20T18:11:43.341Z | + cd /tmp/tmp.5Wayvh/root/opt/oxide/sled-agent |
2202 | 2023-11-20T18:11:43.344Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2203 | 2023-11-20T18:11:43.412Z | x ., 0 bytes, 0 tape blocks |
2204 | 2023-11-20T18:11:43.415Z | x zone-bundle, 41024240 bytes, 80126 tape blocks |
2205 | 2023-11-20T18:11:43.417Z | x sled-agent, 70587352 bytes, 137866 tape blocks |
2206 | 2023-11-20T18:11:43.421Z | x pkg, 0 bytes, 0 tape blocks |
2207 | 2023-11-20T18:11:43.423Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2208 | 2023-11-20T18:11:43.426Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2209 | 2023-11-20T18:11:43.429Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2210 | 2023-11-20T18:11:43.432Z | x VERSION, 25 bytes, 1 tape blocks |
2211 | 2023-11-20T18:11:43.435Z | + mkdir -p /tmp/tmp.5Wayvh/root/lib/svc/manifest/site/ |
2212 | 2023-11-20T18:11:43.438Z | + mv pkg/manifest.xml /tmp/tmp.5Wayvh/root/lib/svc/manifest/site/sled-agent.xml |
2213 | 2023-11-20T18:11:43.440Z | + cd - |
2214 | 2023-11-20T18:11:43.443Z | /work/oxidecomputer/omicron |
2215 | 2023-11-20T18:11:43.446Z | + pkg_dir=/tmp/tmp.5Wayvh/root/opt/oxide/mg-ddm |
2216 | 2023-11-20T18:11:43.449Z | + mkdir -p /tmp/tmp.5Wayvh/root/opt/oxide/mg-ddm |
2217 | 2023-11-20T18:11:43.452Z | + cd /tmp/tmp.5Wayvh/root/opt/oxide/mg-ddm |
2218 | 2023-11-20T18:11:43.455Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2219 | 2023-11-20T18:11:43.489Z | x ., 0 bytes, 0 tape blocks |
2220 | 2023-11-20T18:11:43.492Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2221 | 2023-11-20T18:11:43.494Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2222 | 2023-11-20T18:11:43.497Z | x pkg, 0 bytes, 0 tape blocks |
2223 | 2023-11-20T18:11:43.501Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2224 | 2023-11-20T18:11:43.504Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2225 | 2023-11-20T18:11:43.506Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2226 | 2023-11-20T18:11:43.509Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2227 | 2023-11-20T18:11:43.512Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2228 | 2023-11-20T18:11:43.515Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2229 | 2023-11-20T18:11:43.518Z | x VERSION, 25 bytes, 1 tape blocks |
2230 | 2023-11-20T18:11:43.521Z | + cd - |
2231 | 2023-11-20T18:11:43.524Z | /work/oxidecomputer/omicron |
2232 | 2023-11-20T18:11:43.526Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.5Wayvh/root/opt/oxide |
2233 | 2023-11-20T18:11:43.610Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.5Wayvh/root/opt/oxide |
2234 | 2023-11-20T18:11:43.613Z | + cd /tmp/tmp.5Wayvh |
2235 | 2023-11-20T18:11:43.616Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2236 | 2023-11-20T18:11:55.137Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2237 | 2023-11-20T18:11:55.140Z | a oxide.json 1K |
2238 | 2023-11-20T18:11:55.143Z | a root/ 0K |
2239 | 2023-11-20T18:11:55.146Z | a root/opt/ 0K |
2240 | 2023-11-20T18:11:55.149Z | a root/opt/oxide/ 0K |
2241 | 2023-11-20T18:11:55.152Z | a root/opt/oxide/sled-agent/ 0K |
2242 | 2023-11-20T18:11:55.154Z | a root/opt/oxide/sled-agent/zone-bundle 40063K |
2243 | 2023-11-20T18:11:55.157Z | a root/opt/oxide/sled-agent/sled-agent 68933K |
2244 | 2023-11-20T18:11:55.160Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2245 | 2023-11-20T18:11:55.163Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2246 | 2023-11-20T18:11:55.166Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2247 | 2023-11-20T18:11:55.169Z | a root/opt/oxide/sled-agent/VERSION 1K |
2248 | 2023-11-20T18:11:55.172Z | a root/opt/oxide/mg-ddm/ 0K |
2249 | 2023-11-20T18:11:55.175Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2250 | 2023-11-20T18:11:55.177Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2251 | 2023-11-20T18:11:55.180Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2252 | 2023-11-20T18:11:55.183Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2253 | 2023-11-20T18:11:55.186Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2254 | 2023-11-20T18:11:55.188Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2255 | 2023-11-20T18:11:55.191Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2256 | 2023-11-20T18:11:55.194Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2257 | 2023-11-20T18:11:55.197Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2258 | 2023-11-20T18:11:55.200Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2259 | 2023-11-20T18:11:55.203Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2260 | 2023-11-20T18:11:55.206Z | a root/opt/oxide/overlay.tar.gz 2K |
2261 | 2023-11-20T18:11:55.209Z | a root/lib/ 0K |
2262 | 2023-11-20T18:11:55.211Z | a root/lib/svc/ 0K |
2263 | 2023-11-20T18:11:55.214Z | a root/lib/svc/manifest/ 0K |
2264 | 2023-11-20T18:11:55.217Z | a root/lib/svc/manifest/site/ 0K |
2265 | 2023-11-20T18:11:55.220Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2266 | 2023-11-20T18:11:55.222Z | + cd / |
2267 | 2023-11-20T18:11:55.225Z | + rm -rf /tmp/tmp.5Wayvh |
2268 | 2023-11-20T18:11:55.227Z | |
2269 | 2023-11-20T18:11:55.230Z | real 11.917583332 |
2270 | 2023-11-20T18:11:55.233Z | user 10.963846282 |
2271 | 2023-11-20T18:11:55.236Z | sys 1.020061381 |
2272 | 2023-11-20T18:11:55.239Z | trap 0.002618209 |
2273 | 2023-11-20T18:11:55.242Z | tflt 0.000000000 |
2274 | 2023-11-20T18:11:55.246Z | dflt 0.000000000 |
2275 | 2023-11-20T18:11:55.249Z | kflt 0.000000000 |
2276 | 2023-11-20T18:11:55.252Z | lock 0.000000000 |
2277 | 2023-11-20T18:11:55.256Z | slp 22.913443457 |
2278 | 2023-11-20T18:11:55.259Z | lat 0.442771190 |
2279 | 2023-11-20T18:11:55.262Z | stop 0.000314164 |
2280 | 2023-11-20T18:11:55.264Z | + mkdir -p /work/zones |
2281 | 2023-11-20T18:11:55.267Z | + 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) |
2282 | 2023-11-20T18:11:55.270Z | + 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/ |
2283 | 2023-11-20T18:11:58.926Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2284 | 2023-11-20T18:12:00.060Z | Finished release [optimized] target(s) in 1.04s |
2285 | 2023-11-20T18:12:00.090Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2286 | 2023-11-20T18:12:00.134Z | Created new build target 'recovery' and set it as active |
2287 | 2023-11-20T18:12:00.138Z | |
2288 | 2023-11-20T18:12:00.141Z | real 1.204729880 |
2289 | 2023-11-20T18:12:00.144Z | user 0.840679402 |
2290 | 2023-11-20T18:12:00.148Z | sys 0.347203026 |
2291 | 2023-11-20T18:12:00.151Z | trap 0.000720262 |
2292 | 2023-11-20T18:12:00.154Z | tflt 0.000016379 |
2293 | 2023-11-20T18:12:00.158Z | dflt 0.015533168 |
2294 | 2023-11-20T18:12:00.161Z | kflt 0.000000000 |
2295 | 2023-11-20T18:12:00.164Z | lock 0.038661192 |
2296 | 2023-11-20T18:12:00.167Z | slp 0.023526398 |
2297 | 2023-11-20T18:12:00.170Z | lat 0.003762139 |
2298 | 2023-11-20T18:12:00.173Z | stop 0.000249232 |
2299 | 2023-11-20T18:12:00.176Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2300 | 2023-11-20T18:12:01.285Z | Finished release [optimized] target(s) in 1.03s |
2301 | 2023-11-20T18:12:01.296Z | Running `target/release/omicron-package -t recovery package` |
2302 | 2023-11-20T18:12:01.337Z | Nov 20 18:12:01.337 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2303 | 2023-11-20T18:12:02.330Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2304 | 2023-11-20T18:12:06.208Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2305 | 2023-11-20T18:12:38.722Z | Finished release [optimized] target(s) in 37.29s |
2306 | 2023-11-20T18:12:52.043Z | |
2307 | 2023-11-20T18:12:52.046Z | real 51.900083895 |
2308 | 2023-11-20T18:12:52.049Z | user 2:30.384032003 |
2309 | 2023-11-20T18:12:52.051Z | sys 13.063231638 |
2310 | 2023-11-20T18:12:52.054Z | trap 0.084472402 |
2311 | 2023-11-20T18:12:52.057Z | tflt 0.070319663 |
2312 | 2023-11-20T18:12:52.059Z | dflt 0.717243643 |
2313 | 2023-11-20T18:12:52.062Z | kflt 0.000000000 |
2314 | 2023-11-20T18:12:52.065Z | lock 11:35.783872228 |
2315 | 2023-11-20T18:12:52.068Z | slp 2:33.537355737 |
2316 | 2023-11-20T18:12:52.070Z | lat 2.064168424 |
2317 | 2023-11-20T18:12:52.073Z | stop 0.183182320 |
2318 | 2023-11-20T18:12:52.076Z | + stamp_packages installinator mg-ddm-gz |
2319 | 2023-11-20T18:12:52.078Z | + for package in "$@" |
2320 | 2023-11-20T18:12:52.081Z | + [[ installinator == mg-ddm-gz ]] |
2321 | 2023-11-20T18:12:52.084Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git7e476ee8bd3 |
2322 | 2023-11-20T18:12:53.111Z | Finished release [optimized] target(s) in 0.98s |
2323 | 2023-11-20T18:12:53.142Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git7e476ee8bd3` |
2324 | 2023-11-20T18:12:53.185Z | Nov 20 18:12:53.185 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2325 | 2023-11-20T18:12:53.317Z | Created: out/versioned/installinator.tar |
2326 | 2023-11-20T18:12:53.321Z | + for package in "$@" |
2327 | 2023-11-20T18:12:53.324Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2328 | 2023-11-20T18:12:53.326Z | + echo 0.0.0 |
2329 | 2023-11-20T18:12:53.329Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2330 | 2023-11-20T18:12:53.332Z | a VERSION 1K |
2331 | 2023-11-20T18:12:53.335Z | + rm VERSION |
2332 | 2023-11-20T18:12:53.338Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git7e476ee8bd3 |
2333 | 2023-11-20T18:12:54.366Z | Finished release [optimized] target(s) in 0.95s |
2334 | 2023-11-20T18:12:54.397Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git7e476ee8bd3` |
2335 | 2023-11-20T18:12:54.438Z | Nov 20 18:12:54.439 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2336 | 2023-11-20T18:12:54.620Z | Created: out/versioned/mg-ddm-gz.tar |
2337 | 2023-11-20T18:12:54.623Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2338 | 2023-11-20T18:12:54.636Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2339 | 2023-11-20T18:12:54.639Z | ++ cd -- ./tools |
2340 | 2023-11-20T18:12:54.642Z | ++ pwd |
2341 | 2023-11-20T18:12:54.645Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2342 | 2023-11-20T18:12:54.648Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2343 | 2023-11-20T18:12:54.651Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2344 | 2023-11-20T18:12:54.654Z | ++ readlink -f /work |
2345 | 2023-11-20T18:12:54.656Z | + out_dir=/work |
2346 | 2023-11-20T18:12:54.659Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2347 | 2023-11-20T18:12:54.662Z | + for dep in "${deps[@]}" |
2348 | 2023-11-20T18:12:54.666Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2349 | 2023-11-20T18:12:54.668Z | + for dep in "${deps[@]}" |
2350 | 2023-11-20T18:12:54.671Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2351 | 2023-11-20T18:12:54.674Z | ++ mktemp -d |
2352 | 2023-11-20T18:12:54.677Z | + tmp_trampoline=/tmp/tmp.7laWzh |
2353 | 2023-11-20T18:12:54.679Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2354 | 2023-11-20T18:12:54.682Z | + echo '{"v":"1","t":"layer"}' |
2355 | 2023-11-20T18:12:54.685Z | + pkg_dir=/tmp/tmp.7laWzh/root/opt/oxide/installinator |
2356 | 2023-11-20T18:12:54.688Z | + mkdir -p /tmp/tmp.7laWzh/root/opt/oxide/installinator |
2357 | 2023-11-20T18:12:54.690Z | + cd /tmp/tmp.7laWzh/root/opt/oxide/installinator |
2358 | 2023-11-20T18:12:54.693Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2359 | 2023-11-20T18:12:54.708Z | x ., 0 bytes, 0 tape blocks |
2360 | 2023-11-20T18:12:54.711Z | x installinator, 53162512 bytes, 103834 tape blocks |
2361 | 2023-11-20T18:12:54.714Z | x pkg, 0 bytes, 0 tape blocks |
2362 | 2023-11-20T18:12:54.717Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2363 | 2023-11-20T18:12:54.720Z | x VERSION, 25 bytes, 1 tape blocks |
2364 | 2023-11-20T18:12:54.722Z | + mkdir -p /tmp/tmp.7laWzh/root/lib/svc/manifest/site/ |
2365 | 2023-11-20T18:12:54.726Z | + mv pkg/manifest.xml /tmp/tmp.7laWzh/root/lib/svc/manifest/site/installinator.xml |
2366 | 2023-11-20T18:12:54.729Z | + cd - |
2367 | 2023-11-20T18:12:54.731Z | /work/oxidecomputer/omicron |
2368 | 2023-11-20T18:12:54.734Z | + pkg_dir=/tmp/tmp.7laWzh/root/opt/oxide/mg-ddm |
2369 | 2023-11-20T18:12:54.736Z | + mkdir -p /tmp/tmp.7laWzh/root/opt/oxide/mg-ddm |
2370 | 2023-11-20T18:12:54.739Z | + cd /tmp/tmp.7laWzh/root/opt/oxide/mg-ddm |
2371 | 2023-11-20T18:12:54.742Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2372 | 2023-11-20T18:12:54.781Z | x ., 0 bytes, 0 tape blocks |
2373 | 2023-11-20T18:12:54.784Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2374 | 2023-11-20T18:12:54.787Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2375 | 2023-11-20T18:12:54.790Z | x pkg, 0 bytes, 0 tape blocks |
2376 | 2023-11-20T18:12:54.793Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2377 | 2023-11-20T18:12:54.795Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2378 | 2023-11-20T18:12:54.798Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2379 | 2023-11-20T18:12:54.801Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2380 | 2023-11-20T18:12:54.804Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2381 | 2023-11-20T18:12:54.807Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2382 | 2023-11-20T18:12:54.809Z | x VERSION, 25 bytes, 1 tape blocks |
2383 | 2023-11-20T18:12:54.812Z | + cd - |
2384 | 2023-11-20T18:12:54.815Z | /work/oxidecomputer/omicron |
2385 | 2023-11-20T18:12:54.817Z | + cd /tmp/tmp.7laWzh |
2386 | 2023-11-20T18:12:54.820Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2387 | 2023-11-20T18:13:00.863Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2388 | 2023-11-20T18:13:00.866Z | a oxide.json 1K |
2389 | 2023-11-20T18:13:00.869Z | a root/ 0K |
2390 | 2023-11-20T18:13:00.872Z | a root/opt/ 0K |
2391 | 2023-11-20T18:13:00.876Z | a root/opt/oxide/ 0K |
2392 | 2023-11-20T18:13:00.879Z | a root/opt/oxide/installinator/ 0K |
2393 | 2023-11-20T18:13:00.883Z | a root/opt/oxide/installinator/installinator 51917K |
2394 | 2023-11-20T18:13:00.886Z | a root/opt/oxide/installinator/pkg/ 0K |
2395 | 2023-11-20T18:13:00.890Z | a root/opt/oxide/installinator/VERSION 1K |
2396 | 2023-11-20T18:13:00.893Z | a root/opt/oxide/mg-ddm/ 0K |
2397 | 2023-11-20T18:13:00.896Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2398 | 2023-11-20T18:13:00.899Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2399 | 2023-11-20T18:13:00.901Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2400 | 2023-11-20T18:13:00.904Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2401 | 2023-11-20T18:13:00.907Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2402 | 2023-11-20T18:13:00.910Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2403 | 2023-11-20T18:13:00.913Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2404 | 2023-11-20T18:13:00.916Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2405 | 2023-11-20T18:13:00.919Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2406 | 2023-11-20T18:13:00.922Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2407 | 2023-11-20T18:13:00.925Z | a root/lib/ 0K |
2408 | 2023-11-20T18:13:00.928Z | a root/lib/svc/ 0K |
2409 | 2023-11-20T18:13:00.931Z | a root/lib/svc/manifest/ 0K |
2410 | 2023-11-20T18:13:00.934Z | a root/lib/svc/manifest/site/ 0K |
2411 | 2023-11-20T18:13:00.937Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2412 | 2023-11-20T18:13:00.940Z | + cd / |
2413 | 2023-11-20T18:13:00.943Z | + rm -rf /tmp/tmp.7laWzh |
2414 | 2023-11-20T18:13:00.946Z | |
2415 | 2023-11-20T18:13:00.949Z | real 6.260812671 |
2416 | 2023-11-20T18:13:00.952Z | user 5.821477949 |
2417 | 2023-11-20T18:13:00.955Z | sys 0.468720561 |
2418 | 2023-11-20T18:13:00.958Z | trap 0.001974329 |
2419 | 2023-11-20T18:13:00.961Z | tflt 0.000000000 |
2420 | 2023-11-20T18:13:00.964Z | dflt 0.000000000 |
2421 | 2023-11-20T18:13:00.967Z | kflt 0.000000000 |
2422 | 2023-11-20T18:13:00.970Z | lock 0.000000000 |
2423 | 2023-11-20T18:13:00.973Z | slp 12.075208821 |
2424 | 2023-11-20T18:13:00.976Z | lat 0.219655268 |
2425 | 2023-11-20T18:13:00.979Z | stop 0.000300703 |
2426 | 2023-11-20T18:13:00.982Z | process exited: duration 2326783 ms, exit code 0 |
|
2427 | 2023-11-20T18:13:00.996Z | found 21 output files |
2428 | 2023-11-20T18:13:00.999Z | uploading: /work/version.txt (26 bytes) |
2429 | 2023-11-20T18:13:02.007Z | uploaded: /work/version.txt |
2430 | 2023-11-20T18:13:02.025Z | uploading: /work/package.tar.gz (80045224 bytes) |
2431 | 2023-11-20T18:13:23.602Z | uploaded: /work/package.tar.gz |
2432 | 2023-11-20T18:13:23.613Z | uploading: /work/global-zone-packages.tar.gz (121076214 bytes) |
2433 | 2023-11-20T18:13:57.127Z | uploaded: /work/global-zone-packages.tar.gz |
2434 | 2023-11-20T18:13:57.147Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36791759 bytes) |
2435 | 2023-11-20T18:14:08.820Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2436 | 2023-11-20T18:14:08.829Z | uploading: /work/zones/clickhouse.tar.gz (181746081 bytes) |
2437 | 2023-11-20T18:15:10.567Z | uploaded: /work/zones/clickhouse.tar.gz |
2438 | 2023-11-20T18:15:10.670Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181746747 bytes) |
2439 | 2023-11-20T18:16:17.071Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2440 | 2023-11-20T18:16:17.086Z | uploading: /work/zones/cockroachdb.tar.gz (118817851 bytes) |
2441 | 2023-11-20T18:16:57.565Z | uploaded: /work/zones/cockroachdb.tar.gz |
2442 | 2023-11-20T18:16:57.576Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2443 | 2023-11-20T18:17:06.636Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2444 | 2023-11-20T18:17:06.647Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2445 | 2023-11-20T18:17:24.083Z | uploaded: /work/zones/crucible.tar.gz |
2446 | 2023-11-20T18:17:24.094Z | uploading: /work/zones/external-dns.tar.gz (24174506 bytes) |
2447 | 2023-11-20T18:17:31.029Z | uploaded: /work/zones/external-dns.tar.gz |
2448 | 2023-11-20T18:17:31.040Z | uploading: /work/zones/internal-dns.tar.gz (24174506 bytes) |
2449 | 2023-11-20T18:17:37.021Z | uploaded: /work/zones/internal-dns.tar.gz |
2450 | 2023-11-20T18:17:37.024Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2451 | 2023-11-20T18:17:38.033Z | uploaded: /work/zones/ntp.tar.gz |
2452 | 2023-11-20T18:17:38.044Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18130447 bytes) |
2453 | 2023-11-20T18:17:42.779Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2454 | 2023-11-20T18:17:42.790Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18131275 bytes) |
2455 | 2023-11-20T18:17:48.957Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2456 | 2023-11-20T18:17:48.968Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74855215 bytes) |
2457 | 2023-11-20T18:18:13.979Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2458 | 2023-11-20T18:18:13.990Z | uploading: /work/zones/omicron-nexus.tar.gz (74870432 bytes) |
2459 | 2023-11-20T18:18:40.571Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2460 | 2023-11-20T18:18:40.574Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2461 | 2023-11-20T18:18:41.582Z | uploaded: /work/zones/overlay.tar.gz |
2462 | 2023-11-20T18:18:41.593Z | uploading: /work/zones/oximeter-collector.tar.gz (34028745 bytes) |
2463 | 2023-11-20T18:18:55.436Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2464 | 2023-11-20T18:18:55.448Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2465 | 2023-11-20T18:19:19.284Z | uploaded: /work/zones/propolis-server.tar.gz |
2466 | 2023-11-20T18:19:19.295Z | uploading: /work/zones/switch-asic.tar.gz (247371206 bytes) |
2467 | 2023-11-20T18:20:40.124Z | uploaded: /work/zones/switch-asic.tar.gz |
2468 | 2023-11-20T18:20:40.145Z | uploading: /work/zones/switch-softnpu.tar.gz (171354996 bytes) |
2469 | 2023-11-20T18:21:40.273Z | uploaded: /work/zones/switch-softnpu.tar.gz |