|
|
|
1 | 2023-11-20T19:58:29.961Z | job assigned to worker 01HFQ4WWCWEGMG2YDJDAMXQNNP (queued for 1 m 55 s) |
|
2 | 2023-11-20T19:58:29.998Z | starting task 0: "setup" |
3 | 2023-11-20T19:58:30.106Z | ++ uname -s |
4 | 2023-11-20T19:58:30.109Z | + kern=SunOS |
5 | 2023-11-20T19:58:30.113Z | + case "$kern" in |
6 | 2023-11-20T19:58:30.116Z | + groupadd -g 12345 build |
7 | 2023-11-20T19:58:30.119Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-20T19:58:32.123Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-20T19:58:32.407Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-20T19:58:32.410Z | + home_fs=zfs |
11 | 2023-11-20T19:58:32.413Z | + [[ zfs == autofs ]] |
12 | 2023-11-20T19:58:32.417Z | + mkdir -p /home/build |
13 | 2023-11-20T19:58:32.420Z | + chown build:build /home/build /work |
14 | 2023-11-20T19:58:34.415Z | + chmod 0700 /home/build /work |
15 | 2023-11-20T19:58:34.418Z | process exited: duration 4416 ms, exit code 0 |
|
16 | 2023-11-20T19:58:34.424Z | starting task 1: "rust-toolchain" |
17 | 2023-11-20T19:58:34.436Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-20T19:58:34.439Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-20T19:58:34.599Z | info: downloading installer |
20 | 2023-11-20T19:58:36.159Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-20T19:58:36.222Z | warning: /opt/ooce/bin |
22 | 2023-11-20T19:58:36.226Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-20T19:58:36.231Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-20T19:58:36.234Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-20T19:58:36.239Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-20T19:58:36.242Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-20T19:58:36.245Z | error: cannot install while Rust is installed |
28 | 2023-11-20T19:58:36.252Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-20T19:58:36.498Z | info: profile set to 'default' |
30 | 2023-11-20T19:58:36.501Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-20T19:58:36.504Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-20T19:58:36.666Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-20T19:58:36.669Z | info: downloading component 'cargo' |
34 | 2023-11-20T19:58:37.287Z | info: downloading component 'clippy' |
35 | 2023-11-20T19:58:37.506Z | info: downloading component 'rust-docs' |
36 | 2023-11-20T19:58:38.706Z | info: downloading component 'rust-std' |
37 | 2023-11-20T19:58:39.664Z | info: downloading component 'rustc' |
38 | 2023-11-20T19:58:42.958Z | info: downloading component 'rustfmt' |
39 | 2023-11-20T19:58:43.155Z | info: installing component 'cargo' |
40 | 2023-11-20T19:58:44.903Z | info: installing component 'clippy' |
41 | 2023-11-20T19:58:45.720Z | info: installing component 'rust-docs' |
42 | 2023-11-20T19:58:48.457Z | info: installing component 'rust-std' |
43 | 2023-11-20T19:58:52.028Z | info: installing component 'rustc' |
44 | 2023-11-20T19:59:00.829Z | info: installing component 'rustfmt' |
45 | 2023-11-20T19:59:01.282Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-20T19:59:01.286Z | |
47 | 2023-11-20T19:59:01.448Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-20T19:59:01.451Z | |
49 | 2023-11-20T19:59:01.454Z | |
50 | 2023-11-20T19:59:01.457Z | Rust is installed now. Great! |
51 | 2023-11-20T19:59:01.462Z | |
52 | 2023-11-20T19:59:01.465Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-20T19:59:01.468Z | environment variable. This has not been done automatically. |
54 | 2023-11-20T19:59:01.471Z | |
55 | 2023-11-20T19:59:01.475Z | To configure your current shell, run: |
56 | 2023-11-20T19:59:01.478Z | source "$HOME/.cargo/env" |
57 | 2023-11-20T19:59:01.549Z | + rustc --version |
58 | 2023-11-20T19:59:01.664Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-20T19:59:01.671Z | process exited: duration 27244 ms, exit code 0 |
|
60 | 2023-11-20T19:59:01.678Z | starting task 2: "authentication" |
61 | 2023-11-20T19:59:01.715Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-20T19:59:01.722Z | starting task 3: "clone repository" |
63 | 2023-11-20T19:59:01.733Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-20T19:59:01.737Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-20T19:59:01.774Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-20T19:59:07.549Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-20T19:59:07.553Z | + [[ -n restore-schema-10.0.0 ]] |
68 | 2023-11-20T19:59:07.556Z | + git fetch origin restore-schema-10.0.0 |
69 | 2023-11-20T19:59:07.906Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-20T19:59:07.909Z | * branch restore-schema-10.0.0 -> FETCH_HEAD |
71 | 2023-11-20T19:59:07.916Z | + git checkout -B restore-schema-10.0.0 remotes/origin/restore-schema-10.0.0 |
72 | 2023-11-20T19:59:08.007Z | Switched to a new branch 'restore-schema-10.0.0' |
73 | 2023-11-20T19:59:08.011Z | branch 'restore-schema-10.0.0' set up to track 'origin/restore-schema-10.0.0'. |
74 | 2023-11-20T19:59:08.015Z | + git reset --hard 2795027a21fb42ef210ce0f35d3d671a594697c6 |
75 | 2023-11-20T19:59:08.190Z | HEAD is now at 2795027a restore schema 10.0.0 |
76 | 2023-11-20T19:59:08.195Z | process exited: duration 6441 ms, exit code 0 |
|
77 | 2023-11-20T19:59:08.203Z | starting task 4: "build" |
78 | 2023-11-20T19:59:08.214Z | + cargo --version |
79 | 2023-11-20T19:59:08.220Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-20T19:59:08.385Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-20T19:59:08.389Z | info: downloading component 'cargo' |
82 | 2023-11-20T19:59:08.990Z | info: downloading component 'clippy' |
83 | 2023-11-20T19:59:09.612Z | info: downloading component 'rust-docs' |
84 | 2023-11-20T19:59:09.981Z | info: downloading component 'rust-std' |
85 | 2023-11-20T19:59:11.246Z | info: downloading component 'rustc' |
86 | 2023-11-20T19:59:14.619Z | info: downloading component 'rustfmt' |
87 | 2023-11-20T19:59:14.807Z | info: installing component 'cargo' |
88 | 2023-11-20T19:59:16.007Z | info: installing component 'clippy' |
89 | 2023-11-20T19:59:16.512Z | info: installing component 'rust-docs' |
90 | 2023-11-20T19:59:19.222Z | info: installing component 'rust-std' |
91 | 2023-11-20T19:59:21.766Z | info: installing component 'rustc' |
92 | 2023-11-20T19:59:27.844Z | info: installing component 'rustfmt' |
93 | 2023-11-20T19:59:28.380Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-20T19:59:28.383Z | + rustc --version |
95 | 2023-11-20T19:59:28.501Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-20T19:59:28.509Z | ++ git rev-parse HEAD |
97 | 2023-11-20T19:59:28.514Z | + COMMIT=2795027a21fb42ef210ce0f35d3d671a594697c6 |
98 | 2023-11-20T19:59:28.516Z | + VERSION=1.0.4-0.ci+git2795027a21f |
99 | 2023-11-20T19:59:28.519Z | + echo 1.0.4-0.ci+git2795027a21f |
100 | 2023-11-20T19:59:28.522Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-20T19:59:39.623Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-20T19:59:40.638Z | Startup: Caching catalogs ... Done |
103 | 2023-11-20T19:59:46.058Z | Planning: Solver setup ... Done (5.067s) |
104 | 2023-11-20T19:59:46.187Z | Planning: Running solver ... Done (0.129s) |
105 | 2023-11-20T19:59:46.245Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-20T19:59:46.259Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-20T19:59:46.488Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-20T19:59:46.567Z | Planning: Package planning ... Done (0.079s) |
109 | 2023-11-20T19:59:46.651Z | Planning: Merging actions ... Done (0.084s) |
110 | 2023-11-20T19:59:47.230Z | Planning: Checking for conflicting actions ... Done (0.579s) |
111 | 2023-11-20T19:59:47.248Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-20T19:59:50.931Z | Planning: Evaluating mediators ... Done (3.680s) |
113 | 2023-11-20T19:59:50.943Z | Planning: Planning completed in 10.25 seconds |
114 | 2023-11-20T19:59:50.966Z | Packages to install: 4 |
115 | 2023-11-20T19:59:50.969Z | Mediators to change: 2 |
116 | 2023-11-20T19:59:50.974Z | Services to change: 1 |
117 | 2023-11-20T19:59:50.977Z | Estimated space available: 148.90 GB |
118 | 2023-11-20T19:59:50.980Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-20T19:59:50.983Z | Create boot environment: No |
120 | 2023-11-20T19:59:50.986Z | Create backup boot environment: No |
121 | 2023-11-20T19:59:50.989Z | Rebuild boot archive: No |
122 | 2023-11-20T19:59:50.992Z | |
123 | 2023-11-20T19:59:50.996Z | Changed mediators: |
124 | 2023-11-20T19:59:50.999Z | mediator clang: |
125 | 2023-11-20T19:59:51.003Z | version: None -> 15 (system default) |
126 | 2023-11-20T19:59:51.006Z | |
127 | 2023-11-20T19:59:51.009Z | mediator llvm: |
128 | 2023-11-20T19:59:51.012Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-20T19:59:51.014Z | |
130 | 2023-11-20T19:59:51.018Z | Changed packages: |
131 | 2023-11-20T19:59:51.021Z | helios-dev |
132 | 2023-11-20T19:59:51.026Z | developer/build-essential |
133 | 2023-11-20T19:59:51.029Z | None -> 11-2.0 |
134 | 2023-11-20T19:59:51.032Z | library/libxmlsec1 |
135 | 2023-11-20T19:59:51.035Z | None -> 1.2.35-2.0 |
136 | 2023-11-20T19:59:51.038Z | ooce/developer/clang-15 |
137 | 2023-11-20T19:59:51.041Z | None -> 15.0.7-2.0 |
138 | 2023-11-20T19:59:51.044Z | ooce/developer/llvm-15 |
139 | 2023-11-20T19:59:51.047Z | None -> 15.0.7-2.0 |
140 | 2023-11-20T19:59:51.050Z | |
141 | 2023-11-20T19:59:51.053Z | Services: |
142 | 2023-11-20T19:59:51.056Z | restart_fmri: |
143 | 2023-11-20T19:59:51.059Z | svc:/system/update-man-index:default |
144 | 2023-11-20T19:59:51.213Z | |
145 | 2023-11-20T19:59:51.216Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-20T19:59:56.246Z | Download: 957/3290 items 19.4/212.6MB 9% complete (4.0M/s) |
147 | 2023-11-20T20:00:01.215Z | Download: 1278/3290 items 113.9/212.6MB 53% complete (11.5M/s) |
148 | 2023-11-20T20:00:06.219Z | Download: 1977/3290 items 118.7/212.6MB 55% complete (10.0M/s) |
149 | 2023-11-20T20:00:11.311Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (6.3M/s) |
150 | 2023-11-20T20:00:16.311Z | Download: 3146/3290 items 139.2/212.6MB 65% complete (2.0M/s) |
151 | 2023-11-20T20:00:18.594Z | Download: Completed 212.60 MB in 27.38 seconds (7.8M/s) |
152 | 2023-11-20T20:00:19.604Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-11-20T20:00:24.606Z | Actions: 2536/3687 actions (Installing new actions) |
154 | 2023-11-20T20:00:27.796Z | Actions: Completed 3687 actions in 8.20 seconds. |
155 | 2023-11-20T20:00:27.895Z | Done (0.087s) |
156 | 2023-11-20T20:00:27.905Z | Done (0.000s) |
157 | 2023-11-20T20:00:28.118Z | Done (0.227s) |
158 | 2023-11-20T20:00:35.897Z | Done (7.664s) |
159 | 2023-11-20T20:00:36.174Z | Done (0.183s) |
160 | 2023-11-20T20:00:36.178Z | Done (0.000s) |
161 | 2023-11-20T20:00:36.424Z | Done (0.000s) |
162 | 2023-11-20T20:00:37.112Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-20T20:00:37.382Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-11-20T20:00:37.386Z | Planning: Consolidating action changes ... Done |
165 | 2023-11-20T20:00:37.808Z | Planning: Evaluating mediators ... Done |
166 | 2023-11-20T20:00:37.811Z | Planning: Planning completed in 0.71 seconds |
167 | 2023-11-20T20:00:37.862Z | Mediators to change: 2 |
168 | 2023-11-20T20:00:37.865Z | Create boot environment: No |
169 | 2023-11-20T20:00:37.868Z | Create backup boot environment: No |
170 | 2023-11-20T20:00:37.965Z | Done |
171 | 2023-11-20T20:00:37.968Z | Done |
172 | 2023-11-20T20:00:38.106Z | Done |
173 | 2023-11-20T20:00:43.770Z | Done |
174 | 2023-11-20T20:00:43.887Z | Done |
175 | 2023-11-20T20:00:43.890Z | Done |
176 | 2023-11-20T20:00:43.999Z | Done |
177 | 2023-11-20T20:00:44.997Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-11-20T20:00:45.000Z | Planning: Merging actions ... Done |
179 | 2023-11-20T20:00:45.329Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-20T20:00:45.332Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-20T20:00:45.759Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-20T20:00:45.849Z | Planning: Planning completed in 1.29 seconds |
183 | 2023-11-20T20:00:45.908Z | Packages to change: 1 |
184 | 2023-11-20T20:00:45.911Z | Mediators to change: 1 |
185 | 2023-11-20T20:00:45.914Z | Services to change: 1 |
186 | 2023-11-20T20:00:45.917Z | Create boot environment: No |
187 | 2023-11-20T20:00:45.920Z | Create backup boot environment: Yes |
188 | 2023-11-20T20:00:47.952Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-11-20T20:00:47.956Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-11-20T20:00:47.959Z | Done |
191 | 2023-11-20T20:00:47.962Z | Done |
192 | 2023-11-20T20:00:48.008Z | Done |
193 | 2023-11-20T20:00:53.735Z | Done |
194 | 2023-11-20T20:00:53.857Z | Done |
195 | 2023-11-20T20:00:53.860Z | Done |
196 | 2023-11-20T20:00:53.959Z | Done |
197 | 2023-11-20T20:00:54.636Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-11-20T20:00:54.639Z | clang system 15 system |
199 | 2023-11-20T20:00:54.642Z | csh system system illumos |
200 | 2023-11-20T20:00:54.645Z | ctags system system illumos |
201 | 2023-11-20T20:00:54.648Z | gcc vendor 12 vendor |
202 | 2023-11-20T20:00:54.650Z | gcc system 10 system |
203 | 2023-11-20T20:00:54.655Z | gcc system 7 system |
204 | 2023-11-20T20:00:54.657Z | go system 1.20 system |
205 | 2023-11-20T20:00:54.660Z | go system 1.19 system |
206 | 2023-11-20T20:00:54.663Z | llvm system 15 system |
207 | 2023-11-20T20:00:54.666Z | llvm system 14 system |
208 | 2023-11-20T20:00:54.669Z | mariadb system 10.6 system |
209 | 2023-11-20T20:00:54.671Z | mta vendor vendor dma |
210 | 2023-11-20T20:00:54.674Z | openjdk system 17 system |
211 | 2023-11-20T20:00:54.677Z | openjdk system 11 system |
212 | 2023-11-20T20:00:54.679Z | openjdk system 1.8 system |
213 | 2023-11-20T20:00:54.682Z | openssl vendor 3 vendor |
214 | 2023-11-20T20:00:54.685Z | perl system 5.36 system |
215 | 2023-11-20T20:00:54.687Z | postgresql system 15 system |
216 | 2023-11-20T20:00:54.690Z | postgresql system 13 system |
217 | 2023-11-20T20:00:54.692Z | python vendor 3 vendor |
218 | 2023-11-20T20:00:54.695Z | python system 2 system |
219 | 2023-11-20T20:00:54.698Z | python3 system 3.11 system |
220 | 2023-11-20T20:00:54.701Z | ruby system 3.0 system |
221 | 2023-11-20T20:00:54.703Z | words vendor vendor american-english |
222 | 2023-11-20T20:00:54.706Z | words system system australian-english |
223 | 2023-11-20T20:00:54.709Z | words system system british-english |
224 | 2023-11-20T20:00:54.711Z | words system system canadian-english |
225 | 2023-11-20T20:00:54.714Z | words system system french |
226 | 2023-11-20T20:00:54.717Z | words system system italian |
227 | 2023-11-20T20:00:54.720Z | words system system ngerman |
228 | 2023-11-20T20:00:54.722Z | words system system ogerman |
229 | 2023-11-20T20:00:54.726Z | words system system spanish |
230 | 2023-11-20T20:00:55.171Z | FMRI IFO |
231 | 2023-11-20T20:00:55.174Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-11-20T20:00:55.178Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-11-20T20:00:55.181Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-11-20T20:00:55.185Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-11-20T20:00:55.189Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-11-20T20:00:55.193Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-11-20T20:00:55.246Z | + set -o errexit |
238 | 2023-11-20T20:00:55.248Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-11-20T20:00:55.251Z | ++ cd ./tools |
240 | 2023-11-20T20:00:55.254Z | ++ pwd |
241 | 2023-11-20T20:00:55.257Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-11-20T20:00:55.259Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-11-20T20:00:55.262Z | + ARG0=ci_download_cockroachdb |
244 | 2023-11-20T20:00:55.265Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-11-20T20:00:55.268Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-11-20T20:00:55.271Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-11-20T20:00:55.274Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-11-20T20:00:55.278Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-11-20T20:00:55.281Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-20T20:00:55.285Z | + TARGET_DIR=out |
251 | 2023-11-20T20:00:55.288Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-11-20T20:00:55.291Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-11-20T20:00:55.293Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-11-20T20:00:55.296Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-11-20T20:00:55.300Z | + main |
256 | 2023-11-20T20:00:55.303Z | + [[ 0 != 0 ]] |
257 | 2023-11-20T20:00:55.306Z | + CIDL_OS=solaris2.11 |
258 | 2023-11-20T20:00:55.309Z | + [[ 0 != 0 ]] |
259 | 2023-11-20T20:00:55.312Z | + configure_os solaris2.11 |
260 | 2023-11-20T20:00:55.315Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-11-20T20:00:55.317Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-11-20T20:00:55.320Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-11-20T20:00:55.323Z | configuring based on OS: "solaris2.11" |
264 | 2023-11-20T20:00:55.326Z | + case "$1" in |
265 | 2023-11-20T20:00:55.328Z | + CIDL_BUILD=illumos |
266 | 2023-11-20T20:00:55.331Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-11-20T20:00:55.334Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-20T20:00:55.337Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-11-20T20:00:55.339Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-11-20T20:00:55.342Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-11-20T20:00:55.345Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-11-20T20:00:55.347Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-20T20:00:55.350Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-20T20:00:55.354Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-11-20T20:00:55.357Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-20T20:00:55.360Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-20T20:00:55.362Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-20T20:00:55.366Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-11-20T20:00:55.369Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-20T20:00:55.377Z | + mkdir -p out/downloads |
281 | 2023-11-20T20:00:55.783Z | + mkdir -p ./out/cockroachdb |
282 | 2023-11-20T20:00:55.786Z | + local DO_DOWNLOAD=true |
283 | 2023-11-20T20:00:55.790Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-11-20T20:00:55.793Z | + '[' true == true ']' |
285 | 2023-11-20T20:00:55.796Z | + echo Downloading... |
286 | 2023-11-20T20:00:55.799Z | Downloading... |
287 | 2023-11-20T20:00:55.801Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-20T20:00:55.808Z | + 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 |
289 | 2023-11-20T20:01:00.327Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-20T20:01:00.330Z | ++ md5sum |
291 | 2023-11-20T20:01:00.333Z | ++ awk '{print $1}' |
292 | 2023-11-20T20:01:00.511Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-11-20T20:01:00.514Z | + [[ 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 ]] |
294 | 2023-11-20T20:01:00.517Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-20T20:01:00.520Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-11-20T20:01:03.826Z | + do_assemble_illumos |
297 | 2023-11-20T20:01:03.831Z | + rm -r ./out/cockroachdb |
298 | 2023-11-20T20:01:03.835Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-11-20T20:01:04.541Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-11-20T20:01:04.768Z | Build Tag: v22.1.9-dirty |
301 | 2023-11-20T20:01:04.771Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-11-20T20:01:04.774Z | Distribution: OSS |
303 | 2023-11-20T20:01:04.777Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-11-20T20:01:04.780Z | Go Version: go1.17.13 |
305 | 2023-11-20T20:01:04.785Z | C Compiler: gcc 10.3.0 |
306 | 2023-11-20T20:01:04.788Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-11-20T20:01:04.791Z | Build Type: release |
308 | 2023-11-20T20:01:04.795Z | + set -o errexit |
309 | 2023-11-20T20:01:04.797Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-11-20T20:01:04.802Z | ++ cd ./tools |
311 | 2023-11-20T20:01:04.805Z | ++ pwd |
312 | 2023-11-20T20:01:04.807Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-11-20T20:01:04.810Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-11-20T20:01:04.813Z | + ARG0=ci_download_clickhouse |
315 | 2023-11-20T20:01:04.817Z | + TARGET_DIR=out |
316 | 2023-11-20T20:01:04.820Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-11-20T20:01:04.823Z | + DEST_DIR=./out/clickhouse |
318 | 2023-11-20T20:01:04.825Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-11-20T20:01:04.829Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-11-20T20:01:04.832Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-11-20T20:01:04.835Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-11-20T20:01:04.838Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-11-20T20:01:04.842Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-11-20T20:01:04.845Z | + main |
325 | 2023-11-20T20:01:04.849Z | + [[ 0 != 0 ]] |
326 | 2023-11-20T20:01:04.851Z | + CIDL_OS=solaris2.11 |
327 | 2023-11-20T20:01:04.854Z | + [[ 0 != 0 ]] |
328 | 2023-11-20T20:01:04.857Z | + configure_os solaris2.11 |
329 | 2023-11-20T20:01:04.860Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-11-20T20:01:04.864Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-11-20T20:01:04.867Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-11-20T20:01:04.871Z | configuring based on OS: "solaris2.11" |
333 | 2023-11-20T20:01:04.874Z | + CIDL_DASHREV= |
334 | 2023-11-20T20:01:04.876Z | + case "$1" in |
335 | 2023-11-20T20:01:04.879Z | + CIDL_PLATFORM=illumos |
336 | 2023-11-20T20:01:04.883Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-11-20T20:01:04.886Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-11-20T20:01:04.889Z | + CIDL_DASHREV=-1 |
339 | 2023-11-20T20:01:04.892Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-11-20T20:01:04.894Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-20T20:01:04.897Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-20T20:01:04.901Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-20T20:01:04.904Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-20T20:01:04.906Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-20T20:01:04.909Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-11-20T20:01:04.912Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-20T20:01:04.915Z | + mkdir -p out/downloads |
348 | 2023-11-20T20:01:04.918Z | + mkdir -p ./out/clickhouse |
349 | 2023-11-20T20:01:04.921Z | + local DO_DOWNLOAD=true |
350 | 2023-11-20T20:01:04.924Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-11-20T20:01:04.926Z | + '[' true == true ']' |
352 | 2023-11-20T20:01:04.930Z | + echo Downloading... |
353 | 2023-11-20T20:01:04.932Z | Downloading... |
354 | 2023-11-20T20:01:04.935Z | + 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 |
355 | 2023-11-20T20:01:04.938Z | + 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 |
356 | 2023-11-20T20:01:06.657Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-20T20:01:06.660Z | ++ md5sum |
358 | 2023-11-20T20:01:06.663Z | ++ awk '{print $1}' |
359 | 2023-11-20T20:01:06.917Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-20T20:01:06.922Z | + [[ 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 ]] |
361 | 2023-11-20T20:01:06.926Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-11-20T20:01:06.929Z | + mkdir -p ./out/clickhouse |
363 | 2023-11-20T20:01:06.932Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-11-20T20:01:11.814Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-11-20T20:01:11.869Z | ClickHouse server version 22.8.9.1. |
366 | 2023-11-20T20:01:11.891Z | + set -o errexit |
367 | 2023-11-20T20:01:11.894Z | +++ dirname ./tools/ci_download_console |
368 | 2023-11-20T20:01:11.898Z | ++ cd ./tools |
369 | 2023-11-20T20:01:11.903Z | ++ pwd |
370 | 2023-11-20T20:01:11.906Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-11-20T20:01:11.909Z | ++ basename ./tools/ci_download_console |
372 | 2023-11-20T20:01:11.913Z | + ARG0=ci_download_console |
373 | 2023-11-20T20:01:11.916Z | + TARGET_DIR=out |
374 | 2023-11-20T20:01:11.919Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-11-20T20:01:11.922Z | + DEST_DIR=./out/console-assets |
376 | 2023-11-20T20:01:11.926Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-11-20T20:01:11.928Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
378 | 2023-11-20T20:01:11.931Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-11-20T20:01:11.935Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-20T20:01:11.938Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-11-20T20:01:11.941Z | + main |
382 | 2023-11-20T20:01:11.944Z | + [[ 0 != 0 ]] |
383 | 2023-11-20T20:01:11.949Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
384 | 2023-11-20T20:01:11.953Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-11-20T20:01:11.956Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-11-20T20:01:11.959Z | Local file: out/downloads/console.tar.gz |
387 | 2023-11-20T20:01:11.962Z | + local DO_DOWNLOAD=true |
388 | 2023-11-20T20:01:11.966Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-11-20T20:01:11.970Z | + mkdir -p out/downloads |
390 | 2023-11-20T20:01:11.972Z | + '[' true == true ']' |
391 | 2023-11-20T20:01:11.975Z | + echo Downloading... |
392 | 2023-11-20T20:01:11.979Z | Downloading... |
393 | 2023-11-20T20:01:11.982Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-11-20T20:01:11.985Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-11-20T20:01:12.579Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-11-20T20:01:12.582Z | ++ case "$OSTYPE" in |
397 | 2023-11-20T20:01:12.586Z | ++ SHA=sha256sum |
398 | 2023-11-20T20:01:12.589Z | ++ sha256sum |
399 | 2023-11-20T20:01:12.592Z | ++ awk '{print $1}' |
400 | 2023-11-20T20:01:12.603Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-11-20T20:01:12.605Z | + [[ 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 ]] |
402 | 2023-11-20T20:01:12.608Z | + rm -rf ./out/console-assets |
403 | 2023-11-20T20:01:12.611Z | + mkdir -p ./out/console-assets |
404 | 2023-11-20T20:01:12.614Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-11-20T20:01:12.617Z | + mkdir -p ./out/console-assets |
406 | 2023-11-20T20:01:12.619Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-11-20T20:01:12.743Z | + set -o errexit |
408 | 2023-11-20T20:01:12.749Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-11-20T20:01:12.752Z | ++ cd ./tools |
410 | 2023-11-20T20:01:12.756Z | ++ pwd |
411 | 2023-11-20T20:01:12.760Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-11-20T20:01:12.763Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-11-20T20:01:12.767Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-11-20T20:01:12.772Z | + TARGET_DIR=out |
415 | 2023-11-20T20:01:12.779Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-11-20T20:01:12.782Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-11-20T20:01:12.785Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
418 | 2023-11-20T20:01:12.791Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-20T20:01:12.803Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
420 | 2023-11-20T20:01:12.808Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
421 | 2023-11-20T20:01:12.819Z | + main |
422 | 2023-11-20T20:01:12.828Z | + [[ 0 != 0 ]] |
423 | 2023-11-20T20:01:12.831Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
424 | 2023-11-20T20:01:12.834Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
425 | 2023-11-20T20:01:12.837Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
426 | 2023-11-20T20:01:12.840Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
427 | 2023-11-20T20:01:12.843Z | + local DO_DOWNLOAD=true |
428 | 2023-11-20T20:01:12.847Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
429 | 2023-11-20T20:01:12.850Z | + mkdir -p out/downloads |
430 | 2023-11-20T20:01:12.853Z | + '[' true == true ']' |
431 | 2023-11-20T20:01:12.856Z | Downloading... |
432 | 2023-11-20T20:01:12.859Z | + echo Downloading... |
433 | 2023-11-20T20:01:12.862Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
434 | 2023-11-20T20:01:12.865Z | + 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 |
435 | 2023-11-20T20:01:12.975Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
436 | 2023-11-20T20:01:12.979Z | ++ case "$OSTYPE" in |
437 | 2023-11-20T20:01:12.982Z | ++ SHA=sha256sum |
438 | 2023-11-20T20:01:12.985Z | ++ sha256sum |
439 | 2023-11-20T20:01:12.989Z | ++ awk '{print $1}' |
440 | 2023-11-20T20:01:12.992Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-11-20T20:01:12.995Z | + [[ 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 ]] |
442 | 2023-11-20T20:01:12.998Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2023-11-20T20:01:13.001Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
444 | 2023-11-20T20:01:13.005Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
445 | 2023-11-20T20:01:13.009Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
446 | 2023-11-20T20:01:13.013Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
447 | 2023-11-20T20:01:13.018Z | + main |
448 | 2023-11-20T20:01:13.035Z | + [[ 0 != 0 ]] |
449 | 2023-11-20T20:01:13.040Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
450 | 2023-11-20T20:01:13.044Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
451 | 2023-11-20T20:01:13.047Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
452 | 2023-11-20T20:01:13.051Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-20T20:01:13.053Z | + local DO_DOWNLOAD=true |
454 | 2023-11-20T20:01:13.056Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
455 | 2023-11-20T20:01:13.059Z | + mkdir -p out/downloads |
456 | 2023-11-20T20:01:13.062Z | + '[' true == true ']' |
457 | 2023-11-20T20:01:13.065Z | + echo Downloading... |
458 | 2023-11-20T20:01:13.069Z | Downloading... |
459 | 2023-11-20T20:01:13.071Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
460 | 2023-11-20T20:01:13.074Z | + 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 |
461 | 2023-11-20T20:01:13.122Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
462 | 2023-11-20T20:01:13.126Z | ++ case "$OSTYPE" in |
463 | 2023-11-20T20:01:13.129Z | ++ SHA=sha256sum |
464 | 2023-11-20T20:01:13.132Z | ++ sha256sum |
465 | 2023-11-20T20:01:13.135Z | ++ awk '{print $1}' |
466 | 2023-11-20T20:01:13.138Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
467 | 2023-11-20T20:01:13.141Z | + [[ 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 ]] |
468 | 2023-11-20T20:01:13.144Z | + set -o errexit |
469 | 2023-11-20T20:01:13.147Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2023-11-20T20:01:13.150Z | ++ cd ./tools |
471 | 2023-11-20T20:01:13.154Z | ++ pwd |
472 | 2023-11-20T20:01:13.157Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2023-11-20T20:01:13.160Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2023-11-20T20:01:13.162Z | + ARG0=ci_download_dendrite_openapi |
475 | 2023-11-20T20:01:13.165Z | + TARGET_DIR=out |
476 | 2023-11-20T20:01:13.170Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-11-20T20:01:13.173Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-11-20T20:01:13.176Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
479 | 2023-11-20T20:01:13.178Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
480 | 2023-11-20T20:01:13.182Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
481 | 2023-11-20T20:01:13.185Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
482 | 2023-11-20T20:01:13.188Z | + main |
483 | 2023-11-20T20:01:13.191Z | + [[ 0 != 0 ]] |
484 | 2023-11-20T20:01:13.195Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
485 | 2023-11-20T20:01:13.198Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
486 | 2023-11-20T20:01:13.201Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
487 | 2023-11-20T20:01:13.204Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
488 | 2023-11-20T20:01:13.207Z | + local DO_DOWNLOAD=true |
489 | 2023-11-20T20:01:13.211Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
490 | 2023-11-20T20:01:13.214Z | + mkdir -p out/downloads |
491 | 2023-11-20T20:01:13.217Z | + '[' true == true ']' |
492 | 2023-11-20T20:01:13.220Z | + echo Downloading... |
493 | 2023-11-20T20:01:13.223Z | Downloading... |
494 | 2023-11-20T20:01:13.226Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
495 | 2023-11-20T20:01:13.229Z | + 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 |
496 | 2023-11-20T20:01:13.376Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
497 | 2023-11-20T20:01:13.379Z | ++ case "$OSTYPE" in |
498 | 2023-11-20T20:01:13.386Z | ++ SHA=sha256sum |
499 | 2023-11-20T20:01:13.389Z | ++ sha256sum |
500 | 2023-11-20T20:01:13.393Z | ++ awk '{print $1}' |
501 | 2023-11-20T20:01:13.396Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
502 | 2023-11-20T20:01:13.400Z | + [[ 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 ]] |
503 | 2023-11-20T20:01:13.407Z | + set -o errexit |
504 | 2023-11-20T20:01:13.413Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2023-11-20T20:01:13.418Z | ++ cd ./tools |
506 | 2023-11-20T20:01:13.430Z | ++ pwd |
507 | 2023-11-20T20:01:13.436Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2023-11-20T20:01:13.446Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2023-11-20T20:01:13.450Z | + ARG0=ci_download_dendrite_stub |
510 | 2023-11-20T20:01:13.455Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2023-11-20T20:01:13.462Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
512 | 2023-11-20T20:01:13.468Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
513 | 2023-11-20T20:01:13.471Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
514 | 2023-11-20T20:01:13.475Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-11-20T20:01:13.478Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
516 | 2023-11-20T20:01:13.483Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
517 | 2023-11-20T20:01:13.486Z | + TARGET_DIR=out |
518 | 2023-11-20T20:01:13.490Z | + DOWNLOAD_DIR=out/downloads |
519 | 2023-11-20T20:01:13.494Z | + DEST_DIR=./out/dendrite-stub |
520 | 2023-11-20T20:01:13.501Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2023-11-20T20:01:13.507Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2023-11-20T20:01:13.511Z | + REPO=oxidecomputer/dendrite |
523 | 2023-11-20T20:01:13.514Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
524 | 2023-11-20T20:01:13.522Z | + main |
525 | 2023-11-20T20:01:13.526Z | + [[ 0 != 0 ]] |
526 | 2023-11-20T20:01:13.536Z | + CIDL_OS=solaris2.11 |
527 | 2023-11-20T20:01:13.543Z | + [[ 0 != 0 ]] |
528 | 2023-11-20T20:01:13.547Z | + configure_os solaris2.11 |
529 | 2023-11-20T20:01:13.552Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2023-11-20T20:01:13.557Z | current directory: /work/oxidecomputer/omicron |
531 | 2023-11-20T20:01:13.599Z | + echo 'configuring based on OS: "solaris2.11"' |
532 | 2023-11-20T20:01:13.603Z | configuring based on OS: "solaris2.11" |
533 | 2023-11-20T20:01:13.610Z | + case "$1" in |
534 | 2023-11-20T20:01:13.616Z | + SET_BINARIES= |
535 | 2023-11-20T20:01:13.625Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
536 | 2023-11-20T20:01:13.657Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2023-11-20T20:01:13.673Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2023-11-20T20:01:13.679Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
539 | 2023-11-20T20:01:13.684Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-20T20:01:13.690Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
541 | 2023-11-20T20:01:13.696Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
542 | 2023-11-20T20:01:13.706Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2023-11-20T20:01:13.713Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2023-11-20T20:01:13.723Z | + mkdir -p out/downloads |
545 | 2023-11-20T20:01:13.728Z | + mkdir -p ./out/dendrite-stub |
546 | 2023-11-20T20:01:13.731Z | + fetch_and_verify |
547 | 2023-11-20T20:01:13.736Z | + local DO_DOWNLOAD=true |
548 | 2023-11-20T20:01:13.741Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2023-11-20T20:01:13.746Z | + '[' true == true ']' |
550 | 2023-11-20T20:01:13.761Z | + echo Downloading... |
551 | 2023-11-20T20:01:13.782Z | Downloading... |
552 | 2023-11-20T20:01:13.797Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-20T20:01:13.805Z | + 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 |
554 | 2023-11-20T20:01:24.301Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-20T20:01:24.314Z | ++ sha256sum |
556 | 2023-11-20T20:01:24.323Z | ++ awk '{print $1}' |
557 | 2023-11-20T20:01:24.407Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
558 | 2023-11-20T20:01:24.410Z | + [[ 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 ]] |
559 | 2023-11-20T20:01:24.415Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-20T20:01:24.418Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-11-20T20:01:25.444Z | + do_assemble |
562 | 2023-11-20T20:01:25.447Z | + rm -r ./out/dendrite-stub |
563 | 2023-11-20T20:01:25.450Z | + mkdir ./out/dendrite-stub |
564 | 2023-11-20T20:01:25.453Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-11-20T20:01:25.578Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-11-20T20:01:25.590Z | + set -o errexit |
567 | 2023-11-20T20:01:25.593Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-11-20T20:01:25.596Z | ++ cd ./tools |
569 | 2023-11-20T20:01:25.600Z | ++ pwd |
570 | 2023-11-20T20:01:25.603Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-11-20T20:01:25.606Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-11-20T20:01:25.609Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-11-20T20:01:25.612Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-11-20T20:01:25.615Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
575 | 2023-11-20T20:01:25.617Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
576 | 2023-11-20T20:01:25.621Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-11-20T20:01:25.626Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
578 | 2023-11-20T20:01:25.629Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
579 | 2023-11-20T20:01:25.632Z | + TARGET_DIR=out |
580 | 2023-11-20T20:01:25.635Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-11-20T20:01:25.638Z | + DEST_DIR=./out/mgd |
582 | 2023-11-20T20:01:25.641Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-11-20T20:01:25.644Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-11-20T20:01:25.652Z | + REPO=oxidecomputer/maghemite |
585 | 2023-11-20T20:01:25.673Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
586 | 2023-11-20T20:01:26.129Z | + main |
587 | 2023-11-20T20:01:26.147Z | + [[ 0 != 0 ]] |
588 | 2023-11-20T20:01:26.162Z | + CIDL_OS=solaris2.11 |
589 | 2023-11-20T20:01:26.174Z | + [[ 0 != 0 ]] |
590 | 2023-11-20T20:01:26.187Z | + configure_os solaris2.11 |
591 | 2023-11-20T20:01:26.200Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-11-20T20:01:26.400Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-11-20T20:01:26.403Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-11-20T20:01:26.406Z | configuring based on OS: "solaris2.11" |
595 | 2023-11-20T20:01:26.409Z | + case "$1" in |
596 | 2023-11-20T20:01:26.412Z | + SET_BINARIES= |
597 | 2023-11-20T20:01:26.415Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-11-20T20:01:26.417Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-11-20T20:01:26.420Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
600 | 2023-11-20T20:01:26.423Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-11-20T20:01:26.425Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
602 | 2023-11-20T20:01:26.428Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
603 | 2023-11-20T20:01:26.431Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-20T20:01:26.434Z | Local file: out/downloads/mgd.tar.gz |
605 | 2023-11-20T20:01:26.441Z | + mkdir -p out/downloads |
606 | 2023-11-20T20:01:26.444Z | + mkdir -p ./out/mgd |
607 | 2023-11-20T20:01:26.446Z | + fetch_and_verify |
608 | 2023-11-20T20:01:26.452Z | + local DO_DOWNLOAD=true |
609 | 2023-11-20T20:01:26.456Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-11-20T20:01:26.460Z | + '[' true == true ']' |
611 | 2023-11-20T20:01:26.463Z | + echo Downloading... |
612 | 2023-11-20T20:01:26.467Z | Downloading... |
613 | 2023-11-20T20:01:26.471Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-11-20T20:01:26.474Z | + 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 |
615 | 2023-11-20T20:01:34.284Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-11-20T20:01:34.287Z | ++ sha256sum |
617 | 2023-11-20T20:01:34.290Z | ++ awk '{print $1}' |
618 | 2023-11-20T20:01:34.361Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
619 | 2023-11-20T20:01:34.364Z | + [[ 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 ]] |
620 | 2023-11-20T20:01:34.367Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-11-20T20:01:34.371Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-11-20T20:01:35.018Z | + do_assemble |
623 | 2023-11-20T20:01:35.031Z | + rm -r ./out/mgd |
624 | 2023-11-20T20:01:35.042Z | + mkdir ./out/mgd |
625 | 2023-11-20T20:01:35.056Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-11-20T20:01:35.235Z | + set -o errexit |
627 | 2023-11-20T20:01:35.238Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-11-20T20:01:35.242Z | ++ cd ./tools |
629 | 2023-11-20T20:01:35.249Z | ++ pwd |
630 | 2023-11-20T20:01:35.255Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-11-20T20:01:35.260Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-11-20T20:01:35.265Z | + ARG0=ci_download_transceiver_control |
633 | 2023-11-20T20:01:35.784Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-11-20T20:01:35.798Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-11-20T20:01:35.802Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-20T20:01:35.806Z | + TARGET_DIR=out |
637 | 2023-11-20T20:01:35.810Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-11-20T20:01:35.813Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-11-20T20:01:35.817Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-11-20T20:01:35.824Z | + BINARY=xcvradm |
641 | 2023-11-20T20:01:35.828Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-11-20T20:01:35.832Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-11-20T20:01:35.836Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-11-20T20:01:35.840Z | + main |
645 | 2023-11-20T20:01:35.844Z | + [[ 0 != 0 ]] |
646 | 2023-11-20T20:01:35.848Z | + CIDL_OS=solaris2.11 |
647 | 2023-11-20T20:01:35.852Z | + [[ 0 != 0 ]] |
648 | 2023-11-20T20:01:35.855Z | + configure_os solaris2.11 |
649 | 2023-11-20T20:01:35.861Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-11-20T20:01:35.864Z | current directory: /work/oxidecomputer/omicron |
651 | 2023-11-20T20:01:35.869Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2023-11-20T20:01:35.874Z | + case "$1" in |
653 | 2023-11-20T20:01:35.878Z | configuring based on OS: "solaris2.11" |
654 | 2023-11-20T20:01:35.882Z | + SET_BINARIES= |
655 | 2023-11-20T20:01:35.887Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-20T20:01:35.890Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-11-20T20:01:35.895Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-11-20T20:01:35.899Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-20T20:01:35.902Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-11-20T20:01:35.906Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-11-20T20:01:35.909Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-11-20T20:01:35.912Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2023-11-20T20:01:35.915Z | Local file: out/downloads/xcvradm.gz |
664 | 2023-11-20T20:01:35.917Z | + mkdir -p out/downloads |
665 | 2023-11-20T20:01:35.920Z | + mkdir -p ./out/transceiver-control |
666 | 2023-11-20T20:01:35.923Z | + fetch_and_verify |
667 | 2023-11-20T20:01:35.925Z | + local DO_DOWNLOAD=true |
668 | 2023-11-20T20:01:35.928Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-11-20T20:01:35.931Z | + '[' true == true ']' |
670 | 2023-11-20T20:01:35.935Z | + echo Downloading... |
671 | 2023-11-20T20:01:35.938Z | Downloading... |
672 | 2023-11-20T20:01:35.942Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-11-20T20:01:35.946Z | + 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 |
674 | 2023-11-20T20:01:39.481Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-11-20T20:01:39.484Z | ++ sha256sum |
676 | 2023-11-20T20:01:39.486Z | ++ awk '{print $1}' |
677 | 2023-11-20T20:01:39.506Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-11-20T20:01:39.509Z | + [[ 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 ]] |
679 | 2023-11-20T20:01:39.512Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-11-20T20:01:39.514Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-11-20T20:01:39.517Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-11-20T20:01:39.710Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-11-20T20:01:39.718Z | + do_assemble |
684 | 2023-11-20T20:01:39.725Z | + rm -r ./out/transceiver-control |
685 | 2023-11-20T20:01:39.730Z | + mkdir ./out/transceiver-control |
686 | 2023-11-20T20:01:39.736Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-11-20T20:01:39.896Z | All prerequisites installed successfully |
688 | 2023-11-20T20:01:39.899Z | |
689 | 2023-11-20T20:01:39.903Z | real 2:11.387834806 |
690 | 2023-11-20T20:01:39.907Z | user 52.890492276 |
691 | 2023-11-20T20:01:39.910Z | sys 9.949968806 |
692 | 2023-11-20T20:01:39.913Z | trap 0.022041994 |
693 | 2023-11-20T20:01:39.918Z | tflt 0.219325501 |
694 | 2023-11-20T20:01:39.922Z | dflt 0.460363897 |
695 | 2023-11-20T20:01:39.925Z | kflt 0.231516753 |
696 | 2023-11-20T20:01:39.928Z | lock 1.758241797 |
697 | 2023-11-20T20:01:39.932Z | slp 4:12.886442101 |
698 | 2023-11-20T20:01:39.936Z | lat 3.335221961 |
699 | 2023-11-20T20:01:39.943Z | stop 0.075351041 |
700 | 2023-11-20T20:01:39.948Z | + ptime -m ./tools/ci_download_softnpu_machinery |
701 | 2023-11-20T20:01:39.952Z | fetching npuzone |
702 | 2023-11-20T20:01:39.957Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
703 | 2023-11-20T20:01:39.960Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
704 | 2023-11-20T20:01:39.965Z | Getting hash for npuzone |
705 | 2023-11-20T20:01:40.058Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
706 | 2023-11-20T20:01:51.264Z | npuzone downloaded successfully |
707 | 2023-11-20T20:01:51.269Z | |
708 | 2023-11-20T20:01:51.272Z | real 11.366891078 |
709 | 2023-11-20T20:01:51.275Z | user 0.555376290 |
710 | 2023-11-20T20:01:51.278Z | sys 0.143831714 |
711 | 2023-11-20T20:01:51.282Z | trap 0.000118347 |
712 | 2023-11-20T20:01:51.287Z | tflt 0.000000000 |
713 | 2023-11-20T20:01:51.292Z | dflt 0.000000000 |
714 | 2023-11-20T20:01:51.296Z | kflt 0.000000000 |
715 | 2023-11-20T20:01:51.299Z | lock 0.000000000 |
716 | 2023-11-20T20:01:51.302Z | slp 33.253272886 |
717 | 2023-11-20T20:01:51.306Z | lat 0.111918541 |
718 | 2023-11-20T20:01:51.311Z | stop 0.000335128 |
719 | 2023-11-20T20:01:51.316Z | + export CARGO_INCREMENTAL=0 |
720 | 2023-11-20T20:01:51.319Z | + CARGO_INCREMENTAL=0 |
721 | 2023-11-20T20:01:51.322Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
722 | 2023-11-20T20:01:51.600Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
723 | 2023-11-20T20:01:51.977Z | Updating crates.io index |
724 | 2023-11-20T20:01:51.981Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2023-11-20T20:01:52.879Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2023-11-20T20:01:54.749Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2023-11-20T20:01:55.380Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2023-11-20T20:01:55.725Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2023-11-20T20:01:56.054Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2023-11-20T20:01:56.399Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2023-11-20T20:01:57.461Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2023-11-20T20:02:00.004Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2023-11-20T20:02:01.089Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2023-11-20T20:02:01.477Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2023-11-20T20:02:02.081Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2023-11-20T20:02:02.513Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2023-11-20T20:02:03.977Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2023-11-20T20:02:03.999Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2023-11-20T20:02:04.027Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2023-11-20T20:02:04.258Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2023-11-20T20:02:04.799Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2023-11-20T20:02:05.192Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2023-11-20T20:02:05.592Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2023-11-20T20:02:06.902Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2023-11-20T20:02:07.485Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-11-20T20:02:08.437Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-11-20T20:02:08.834Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-11-20T20:02:09.146Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-11-20T20:02:10.570Z | Downloading crates ... |
750 | 2023-11-20T20:02:10.801Z | Downloaded aead v0.5.2 |
751 | 2023-11-20T20:02:10.821Z | Downloaded matches v0.1.10 |
752 | 2023-11-20T20:02:10.830Z | Downloaded nanorand v0.7.0 |
753 | 2023-11-20T20:02:10.838Z | Downloaded iana-time-zone v0.1.57 |
754 | 2023-11-20T20:02:10.847Z | Downloaded multer v2.1.0 |
755 | 2023-11-20T20:02:10.858Z | Downloaded anstyle v1.0.2 |
756 | 2023-11-20T20:02:10.864Z | Downloaded async-stream-impl v0.3.5 |
757 | 2023-11-20T20:02:10.868Z | Downloaded hyper-rustls v0.24.2 |
758 | 2023-11-20T20:02:10.876Z | Downloaded cargo_metadata v0.18.0 |
759 | 2023-11-20T20:02:10.883Z | Downloaded io-lifetimes v1.0.11 |
760 | 2023-11-20T20:02:10.893Z | Downloaded num_threads v0.1.6 |
761 | 2023-11-20T20:02:10.900Z | Downloaded crunchy v0.2.2 |
762 | 2023-11-20T20:02:10.906Z | Downloaded nodrop v0.1.14 |
763 | 2023-11-20T20:02:10.910Z | Downloaded crucible-workspace-hack v0.1.0 |
764 | 2023-11-20T20:02:10.913Z | Downloaded crossbeam v0.8.2 |
765 | 2023-11-20T20:02:10.917Z | Downloaded colorchoice v1.0.0 |
766 | 2023-11-20T20:02:10.920Z | Downloaded ciborium-io v0.2.1 |
767 | 2023-11-20T20:02:10.924Z | Downloaded openssl-macros v0.1.1 |
768 | 2023-11-20T20:02:10.927Z | Downloaded match_cfg v0.1.0 |
769 | 2023-11-20T20:02:10.931Z | Downloaded cexpr v0.6.0 |
770 | 2023-11-20T20:02:10.936Z | Downloaded crossbeam-deque v0.8.3 |
771 | 2023-11-20T20:02:10.941Z | Downloaded cancel-safe-futures v0.1.5 |
772 | 2023-11-20T20:02:10.947Z | Downloaded bytecount v0.6.3 |
773 | 2023-11-20T20:02:10.955Z | Downloaded lazy_static v1.4.0 |
774 | 2023-11-20T20:02:10.958Z | Downloaded display-error-chain v0.2.0 |
775 | 2023-11-20T20:02:10.960Z | Downloaded num-integer v0.1.45 |
776 | 2023-11-20T20:02:10.963Z | Downloaded num-derive v0.4.0 |
777 | 2023-11-20T20:02:10.967Z | Downloaded linked-hash-map v0.5.6 |
778 | 2023-11-20T20:02:10.970Z | Downloaded usdt-macro v0.3.5 |
779 | 2023-11-20T20:02:10.973Z | Downloaded bzip2 v0.4.4 |
780 | 2023-11-20T20:02:10.977Z | Downloaded downcast v0.11.0 |
781 | 2023-11-20T20:02:10.981Z | Downloaded waitgroup v0.1.2 |
782 | 2023-11-20T20:02:10.984Z | Downloaded bitflags v2.4.0 |
783 | 2023-11-20T20:02:10.991Z | Downloaded flagset v0.4.3 |
784 | 2023-11-20T20:02:10.995Z | Downloaded console v0.15.7 |
785 | 2023-11-20T20:02:11.005Z | Downloaded dtrace-parser v0.1.14 |
786 | 2023-11-20T20:02:11.008Z | Downloaded camino-tempfile v1.0.2 |
787 | 2023-11-20T20:02:11.012Z | Downloaded once_cell v1.18.0 |
788 | 2023-11-20T20:02:11.020Z | Downloaded sha2 v0.10.8 |
789 | 2023-11-20T20:02:11.025Z | Downloaded path-dedot v3.1.0 |
790 | 2023-11-20T20:02:11.028Z | Downloaded termtree v0.4.1 |
791 | 2023-11-20T20:02:11.031Z | Downloaded path-slash v0.1.5 |
792 | 2023-11-20T20:02:11.034Z | Downloaded serde-big-array v0.5.1 |
793 | 2023-11-20T20:02:11.037Z | Downloaded anyhow v1.0.75 |
794 | 2023-11-20T20:02:11.045Z | Downloaded derive_builder_macro v0.12.0 |
795 | 2023-11-20T20:02:11.047Z | Downloaded try-lock v0.2.4 |
796 | 2023-11-20T20:02:11.050Z | Downloaded toolchain_find v0.2.0 |
797 | 2023-11-20T20:02:11.053Z | Downloaded getopts v0.2.21 |
798 | 2023-11-20T20:02:11.056Z | Downloaded fixedbitset v0.4.2 |
799 | 2023-11-20T20:02:11.060Z | Downloaded crypto-bigint v0.5.2 |
800 | 2023-11-20T20:02:11.069Z | Downloaded http-range v0.1.5 |
801 | 2023-11-20T20:02:11.072Z | Downloaded predicates-core v1.0.6 |
802 | 2023-11-20T20:02:11.075Z | Downloaded ppv-lite86 v0.2.17 |
803 | 2023-11-20T20:02:11.078Z | Downloaded fastrand v2.0.0 |
804 | 2023-11-20T20:02:11.081Z | Downloaded dof v0.1.5 |
805 | 2023-11-20T20:02:11.084Z | Downloaded hubpack_derive v0.1.1 |
806 | 2023-11-20T20:02:11.087Z | Downloaded diesel_table_macro_syntax v0.1.0 |
807 | 2023-11-20T20:02:11.093Z | Downloaded tui-tree-widget v0.13.0 |
808 | 2023-11-20T20:02:11.096Z | Downloaded paste v1.0.14 |
809 | 2023-11-20T20:02:11.099Z | Downloaded scheduled-thread-pool v0.2.7 |
810 | 2023-11-20T20:02:11.102Z | Downloaded darling_macro v0.14.4 |
811 | 2023-11-20T20:02:11.105Z | Downloaded pin-utils v0.1.0 |
812 | 2023-11-20T20:02:11.107Z | Downloaded typenum v1.16.0 |
813 | 2023-11-20T20:02:11.111Z | Downloaded strum_macros v0.25.2 |
814 | 2023-11-20T20:02:11.114Z | Downloaded home v0.5.5 |
815 | 2023-11-20T20:02:11.117Z | Downloaded cc v1.0.83 |
816 | 2023-11-20T20:02:11.119Z | Downloaded tabled_derive v0.6.0 |
817 | 2023-11-20T20:02:11.151Z | Downloaded dyn-clone v1.0.13 |
818 | 2023-11-20T20:02:11.154Z | Downloaded pest_meta v2.7.2 |
819 | 2023-11-20T20:02:11.157Z | Downloaded rustfmt-wrapper v0.2.0 |
820 | 2023-11-20T20:02:11.159Z | Downloaded env_logger v0.10.0 |
821 | 2023-11-20T20:02:11.162Z | Downloaded group v0.13.0 |
822 | 2023-11-20T20:02:11.165Z | Downloaded tokio-native-tls v0.3.1 |
823 | 2023-11-20T20:02:11.168Z | Downloaded r2d2 v0.8.10 |
824 | 2023-11-20T20:02:11.171Z | Downloaded ucd-trie v0.1.6 |
825 | 2023-11-20T20:02:11.174Z | Downloaded tar v0.4.40 |
826 | 2023-11-20T20:02:11.176Z | Downloaded tinyvec_macros v0.1.1 |
827 | 2023-11-20T20:02:11.179Z | Downloaded usdt v0.3.5 |
828 | 2023-11-20T20:02:11.182Z | Downloaded thread-id v4.2.0 |
829 | 2023-11-20T20:02:11.185Z | Downloaded rustls-native-certs v0.6.3 |
830 | 2023-11-20T20:02:11.188Z | Downloaded vte_generate_state_changes v0.1.1 |
831 | 2023-11-20T20:02:11.191Z | Downloaded errno v0.3.2 |
832 | 2023-11-20T20:02:11.195Z | Downloaded rustc_version v0.4.0 |
833 | 2023-11-20T20:02:11.200Z | Downloaded tempfile v3.8.0 |
834 | 2023-11-20T20:02:11.219Z | Downloaded foreign-types-shared v0.1.1 |
835 | 2023-11-20T20:02:11.225Z | Downloaded foreign-types v0.5.0 |
836 | 2023-11-20T20:02:11.228Z | Downloaded zone v0.3.0 |
837 | 2023-11-20T20:02:11.231Z | Downloaded zeroize v1.6.0 |
838 | 2023-11-20T20:02:11.234Z | Downloaded foreign-types v0.3.2 |
839 | 2023-11-20T20:02:11.238Z | Downloaded trust-dns-server v0.22.1 |
840 | 2023-11-20T20:02:11.241Z | Downloaded derive_more v0.99.17 |
841 | 2023-11-20T20:02:11.244Z | Downloaded generic-array v0.14.7 |
842 | 2023-11-20T20:02:11.246Z | Downloaded swrite v0.1.0 |
843 | 2023-11-20T20:02:11.249Z | Downloaded highway v1.1.0 |
844 | 2023-11-20T20:02:11.252Z | Downloaded trust-dns-resolver v0.22.0 |
845 | 2023-11-20T20:02:11.254Z | Downloaded equivalent v1.0.1 |
846 | 2023-11-20T20:02:11.257Z | Downloaded serde_tokenstream v0.1.7 |
847 | 2023-11-20T20:02:11.259Z | Downloaded pretty-hex v0.2.1 |
848 | 2023-11-20T20:02:11.262Z | Downloaded same-file v1.0.6 |
849 | 2023-11-20T20:02:11.265Z | Downloaded rayon-core v1.12.0 |
850 | 2023-11-20T20:02:11.268Z | Downloaded zone_cfg_derive v0.3.0 |
851 | 2023-11-20T20:02:11.271Z | Downloaded untrusted v0.9.0 |
852 | 2023-11-20T20:02:11.274Z | Downloaded headers-core v0.2.0 |
853 | 2023-11-20T20:02:11.277Z | Downloaded whoami v1.4.1 |
854 | 2023-11-20T20:02:11.279Z | Downloaded tracing-core v0.1.31 |
855 | 2023-11-20T20:02:11.283Z | Downloaded predicates-tree v1.0.9 |
856 | 2023-11-20T20:02:11.286Z | Downloaded rand_core v0.6.4 |
857 | 2023-11-20T20:02:11.288Z | Downloaded darling_macro v0.20.3 |
858 | 2023-11-20T20:02:11.291Z | Downloaded postgres-protocol v0.6.6 |
859 | 2023-11-20T20:02:11.294Z | Downloaded foreign-types-shared v0.3.1 |
860 | 2023-11-20T20:02:11.297Z | Downloaded strsim v0.10.0 |
861 | 2023-11-20T20:02:11.299Z | Downloaded debug-ignore v1.0.5 |
862 | 2023-11-20T20:02:11.302Z | Downloaded postcard v0.7.3 |
863 | 2023-11-20T20:02:11.307Z | Downloaded futures-task v0.3.29 |
864 | 2023-11-20T20:02:11.310Z | Downloaded enum-as-inner v0.5.1 |
865 | 2023-11-20T20:02:11.312Z | Downloaded float-cmp v0.9.0 |
866 | 2023-11-20T20:02:11.315Z | Downloaded unicode-xid v0.2.4 |
867 | 2023-11-20T20:02:11.318Z | Downloaded unicode-width v0.1.11 |
868 | 2023-11-20T20:02:11.321Z | Downloaded fxhash v0.2.1 |
869 | 2023-11-20T20:02:11.324Z | Downloaded crossterm v0.27.0 |
870 | 2023-11-20T20:02:11.327Z | Downloaded wait-timeout v0.2.0 |
871 | 2023-11-20T20:02:11.329Z | Downloaded pem v3.0.2 |
872 | 2023-11-20T20:02:11.332Z | Downloaded pem v1.1.1 |
873 | 2023-11-20T20:02:11.335Z | Downloaded want v0.3.1 |
874 | 2023-11-20T20:02:11.338Z | Downloaded parse-display v0.8.2 |
875 | 2023-11-20T20:02:11.341Z | Downloaded smf v0.2.2 |
876 | 2023-11-20T20:02:11.343Z | Downloaded ref-cast-impl v1.0.20 |
877 | 2023-11-20T20:02:11.346Z | Downloaded fragile v2.0.0 |
878 | 2023-11-20T20:02:11.349Z | Downloaded form_urlencoded v1.2.0 |
879 | 2023-11-20T20:02:11.352Z | Downloaded fnv v1.0.7 |
880 | 2023-11-20T20:02:11.355Z | Downloaded term v0.7.0 |
881 | 2023-11-20T20:02:11.357Z | Downloaded version_check v0.9.4 |
882 | 2023-11-20T20:02:11.360Z | Downloaded sha1 v0.10.6 |
883 | 2023-11-20T20:02:11.363Z | Downloaded serde_derive_internals v0.26.0 |
884 | 2023-11-20T20:02:11.365Z | Downloaded num-bigint-dig v0.8.4 |
885 | 2023-11-20T20:02:11.368Z | Downloaded pretty-hex v0.3.0 |
886 | 2023-11-20T20:02:11.371Z | Downloaded shlex v1.1.0 |
887 | 2023-11-20T20:02:11.374Z | Downloaded proc-macro-error-attr v1.0.4 |
888 | 2023-11-20T20:02:11.377Z | Downloaded which v4.4.0 |
889 | 2023-11-20T20:02:11.379Z | Downloaded parking_lot_core v0.8.6 |
890 | 2023-11-20T20:02:11.382Z | Downloaded radium v0.7.0 |
891 | 2023-11-20T20:02:11.385Z | Downloaded signal-hook-mio v0.2.3 |
892 | 2023-11-20T20:02:11.387Z | Downloaded slog-scope v4.4.0 |
893 | 2023-11-20T20:02:11.390Z | Downloaded poly1305 v0.8.0 |
894 | 2023-11-20T20:02:11.393Z | Downloaded url v2.4.1 |
895 | 2023-11-20T20:02:11.397Z | Downloaded http v0.2.11 |
896 | 2023-11-20T20:02:11.399Z | Downloaded textwrap v0.16.0 |
897 | 2023-11-20T20:02:11.405Z | Downloaded rustc_version v0.1.7 |
898 | 2023-11-20T20:02:11.409Z | Downloaded futures-sink v0.3.29 |
899 | 2023-11-20T20:02:11.411Z | Downloaded rusty-fork v0.3.0 |
900 | 2023-11-20T20:02:11.414Z | Downloaded vec_map v0.8.2 |
901 | 2023-11-20T20:02:11.417Z | Downloaded serde_with_macros v2.3.3 |
902 | 2023-11-20T20:02:11.420Z | Downloaded yasna v0.5.2 |
903 | 2023-11-20T20:02:11.423Z | Downloaded rustls-pemfile v1.0.3 |
904 | 2023-11-20T20:02:11.437Z | Downloaded signal-hook v0.3.17 |
905 | 2023-11-20T20:02:11.446Z | Downloaded derive_builder_core v0.12.0 |
906 | 2023-11-20T20:02:11.452Z | Downloaded derive_builder v0.12.0 |
907 | 2023-11-20T20:02:11.457Z | Downloaded textwrap v0.11.0 |
908 | 2023-11-20T20:02:11.464Z | Downloaded heck v0.3.3 |
909 | 2023-11-20T20:02:11.469Z | Downloaded derive-where v1.2.5 |
910 | 2023-11-20T20:02:11.472Z | Downloaded platforms v3.0.2 |
911 | 2023-11-20T20:02:11.475Z | Downloaded phf_shared v0.11.2 |
912 | 2023-11-20T20:02:11.477Z | Downloaded tungstenite v0.20.1 |
913 | 2023-11-20T20:02:11.480Z | Downloaded flume v0.11.0 |
914 | 2023-11-20T20:02:11.483Z | Downloaded regex-automata v0.1.10 |
915 | 2023-11-20T20:02:11.485Z | Downloaded proc-macro2 v1.0.69 |
916 | 2023-11-20T20:02:11.488Z | Downloaded flate2 v1.0.28 |
917 | 2023-11-20T20:02:11.491Z | Downloaded rsa v0.9.2 |
918 | 2023-11-20T20:02:11.495Z | Downloaded tungstenite v0.18.0 |
919 | 2023-11-20T20:02:11.500Z | Downloaded idna v0.4.0 |
920 | 2023-11-20T20:02:11.513Z | Downloaded heapless v0.7.16 |
921 | 2023-11-20T20:02:11.519Z | Downloaded reedline v0.26.0 |
922 | 2023-11-20T20:02:11.533Z | Downloaded salty v0.2.0 |
923 | 2023-11-20T20:02:11.543Z | Downloaded h2 v0.3.21 |
924 | 2023-11-20T20:02:11.555Z | Downloaded petgraph v0.6.4 |
925 | 2023-11-20T20:02:11.578Z | Downloaded reqwest v0.11.22 |
926 | 2023-11-20T20:02:11.592Z | Downloaded chrono v0.4.31 |
927 | 2023-11-20T20:02:11.606Z | Downloaded proptest v1.4.0 |
928 | 2023-11-20T20:02:11.627Z | Downloaded syn v2.0.32 |
929 | 2023-11-20T20:02:11.642Z | Downloaded quick-xml v0.23.1 |
930 | 2023-11-20T20:02:11.655Z | Downloaded trust-dns-proto v0.22.0 |
931 | 2023-11-20T20:02:11.679Z | Downloaded webpki-roots v0.25.2 |
932 | 2023-11-20T20:02:11.687Z | Downloaded radix_trie v0.2.1 |
933 | 2023-11-20T20:02:11.697Z | Downloaded polar-core v0.27.0 |
934 | 2023-11-20T20:02:11.715Z | Downloaded rustix v0.37.23 |
935 | 2023-11-20T20:02:11.750Z | Downloaded ratatui v0.23.0 |
936 | 2023-11-20T20:02:11.771Z | Downloaded rustix v0.38.9 |
937 | 2023-11-20T20:02:11.811Z | Downloaded gimli v0.28.0 |
938 | 2023-11-20T20:02:11.828Z | Downloaded regex-syntax v0.8.2 |
939 | 2023-11-20T20:02:11.845Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
940 | 2023-11-20T20:02:11.870Z | Downloaded regex-syntax v0.7.5 |
941 | 2023-11-20T20:02:11.886Z | Downloaded regex-syntax v0.6.29 |
942 | 2023-11-20T20:02:11.901Z | Downloaded regex-automata v0.3.8 |
943 | 2023-11-20T20:02:11.933Z | Downloaded sled v0.34.7 |
944 | 2023-11-20T20:02:11.954Z | Downloaded zerocopy-derive v0.2.0 |
945 | 2023-11-20T20:02:11.972Z | Downloaded regex-automata v0.4.3 |
946 | 2023-11-20T20:02:12.005Z | Downloaded libc v0.2.150 |
947 | 2023-11-20T20:02:12.056Z | Downloaded tokio v1.33.0 |
948 | 2023-11-20T20:02:12.124Z | Downloaded sha3 v0.10.8 |
949 | 2023-11-20T20:02:12.135Z | Downloaded encoding_rs v0.8.33 |
950 | 2023-11-20T20:02:12.186Z | Downloaded diesel v2.1.4 |
951 | 2023-11-20T20:02:12.213Z | Downloaded zerocopy-derive v0.6.4 |
952 | 2023-11-20T20:02:12.234Z | Downloaded regress v0.7.1 |
953 | 2023-11-20T20:02:12.249Z | Downloaded regex v1.10.2 |
954 | 2023-11-20T20:02:12.272Z | Downloaded rustls v0.21.9 |
955 | 2023-11-20T20:02:12.293Z | Downloaded smoltcp v0.9.1 |
956 | 2023-11-20T20:02:12.317Z | Downloaded openapiv3 v2.0.0-rc.1 |
957 | 2023-11-20T20:02:12.336Z | Downloaded bstr v1.6.0 |
958 | 2023-11-20T20:02:12.357Z | Downloaded ring v0.16.20 |
959 | 2023-11-20T20:02:12.518Z | Downloaded bstr v0.2.17 |
960 | 2023-11-20T20:02:12.536Z | Downloaded vcpkg v0.2.15 |
961 | 2023-11-20T20:02:12.609Z | Downloaded ring v0.17.5 |
962 | 2023-11-20T20:02:12.743Z | Downloaded curve25519-dalek v4.1.0 |
963 | 2023-11-20T20:02:12.758Z | Downloaded syn v1.0.109 |
964 | 2023-11-20T20:02:12.777Z | Downloaded openssl v0.10.57 |
965 | 2023-11-20T20:02:12.801Z | Downloaded smoltcp v0.8.2 |
966 | 2023-11-20T20:02:12.810Z | Downloaded tabled v0.14.0 |
967 | 2023-11-20T20:02:12.836Z | Downloaded hkdf v0.12.3 |
968 | 2023-11-20T20:02:12.840Z | Downloaded hyper v0.14.27 |
969 | 2023-11-20T20:02:12.854Z | Downloaded bindgen v0.65.1 |
970 | 2023-11-20T20:02:12.868Z | Downloaded rayon v1.8.0 |
971 | 2023-11-20T20:02:12.883Z | Downloaded rustls-webpki v0.101.7 |
972 | 2023-11-20T20:02:12.907Z | Downloaded futures-util v0.3.29 |
973 | 2023-11-20T20:02:12.927Z | Downloaded clap v2.34.0 |
974 | 2023-11-20T20:02:12.940Z | Downloaded bitvec v1.0.1 |
975 | 2023-11-20T20:02:12.966Z | Downloaded idna v0.2.3 |
976 | 2023-11-20T20:02:12.978Z | Downloaded x509-cert v0.2.4 |
977 | 2023-11-20T20:02:12.988Z | Downloaded unicode-segmentation v1.10.1 |
978 | 2023-11-20T20:02:12.994Z | Downloaded portable-atomic v1.4.3 |
979 | 2023-11-20T20:02:13.004Z | Downloaded hashbrown v0.14.2 |
980 | 2023-11-20T20:02:13.013Z | Downloaded structopt v0.3.26 |
981 | 2023-11-20T20:02:13.025Z | Downloaded rand v0.8.5 |
982 | 2023-11-20T20:02:13.031Z | Downloaded steno v0.4.0 |
983 | 2023-11-20T20:02:13.038Z | Downloaded serde_with v2.3.3 |
984 | 2023-11-20T20:02:13.048Z | Downloaded hashbrown v0.13.2 |
985 | 2023-11-20T20:02:13.056Z | Downloaded tough v0.14.0 |
986 | 2023-11-20T20:02:13.069Z | Downloaded pest v2.7.2 |
987 | 2023-11-20T20:02:13.077Z | Downloaded winnow v0.5.15 |
988 | 2023-11-20T20:02:13.091Z | Downloaded rustc-demangle v0.1.23 |
989 | 2023-11-20T20:02:13.094Z | Downloaded ryu v1.0.15 |
990 | 2023-11-20T20:02:13.098Z | Downloaded serde_derive v1.0.192 |
991 | 2023-11-20T20:02:13.103Z | Downloaded clap_builder v4.4.2 |
992 | 2023-11-20T20:02:13.114Z | Downloaded lalrpop v0.19.12 |
993 | 2023-11-20T20:02:13.134Z | Downloaded uuid v1.5.0 |
994 | 2023-11-20T20:02:13.140Z | Downloaded der_derive v0.7.2 |
995 | 2023-11-20T20:02:13.143Z | Downloaded schemars v0.8.13 |
996 | 2023-11-20T20:02:13.161Z | Downloaded headers v0.3.9 |
997 | 2023-11-20T20:02:13.170Z | Downloaded tokio-util v0.7.10 |
998 | 2023-11-20T20:02:13.211Z | Downloaded parking_lot v0.12.1 |
999 | 2023-11-20T20:02:13.214Z | Downloaded serde_json v1.0.108 |
1000 | 2023-11-20T20:02:13.218Z | Downloaded rustversion v1.0.14 |
1001 | 2023-11-20T20:02:13.221Z | Downloaded structopt-derive v0.4.18 |
1002 | 2023-11-20T20:02:13.224Z | Downloaded structmeta v0.2.0 |
1003 | 2023-11-20T20:02:13.227Z | Downloaded heck v0.4.1 |
1004 | 2023-11-20T20:02:13.229Z | Downloaded prettyplease v0.2.12 |
1005 | 2023-11-20T20:02:13.232Z | Downloaded hashbrown v0.12.3 |
1006 | 2023-11-20T20:02:13.235Z | Downloaded toml_edit v0.21.0 |
1007 | 2023-11-20T20:02:13.256Z | Downloaded aho-corasick v1.0.4 |
1008 | 2023-11-20T20:02:13.265Z | Downloaded unicode-ident v1.0.12 |
1009 | 2023-11-20T20:02:13.270Z | Downloaded sct v0.7.0 |
1010 | 2023-11-20T20:02:13.286Z | Downloaded time v0.3.27 |
1011 | 2023-11-20T20:02:13.304Z | Downloaded object v0.30.4 |
1012 | 2023-11-20T20:02:13.315Z | Downloaded slog-envlogger v2.2.0 |
1013 | 2023-11-20T20:02:13.318Z | Downloaded smallvec v0.6.14 |
1014 | 2023-11-20T20:02:13.320Z | Downloaded parse-display-derive v0.8.2 |
1015 | 2023-11-20T20:02:13.323Z | Downloaded serde_spanned v0.6.4 |
1016 | 2023-11-20T20:02:13.326Z | Downloaded proc-macro-crate v1.3.1 |
1017 | 2023-11-20T20:02:13.329Z | Downloaded slog v2.7.0 |
1018 | 2023-11-20T20:02:13.332Z | Downloaded hmac v0.12.1 |
1019 | 2023-11-20T20:02:13.334Z | Downloaded ron v0.8.1 |
1020 | 2023-11-20T20:02:13.337Z | Downloaded fd-lock v3.0.13 |
1021 | 2023-11-20T20:02:13.340Z | Downloaded zerocopy v0.3.0 |
1022 | 2023-11-20T20:02:13.343Z | Downloaded trust-dns-client v0.22.0 |
1023 | 2023-11-20T20:02:13.345Z | Downloaded smallvec v1.11.0 |
1024 | 2023-11-20T20:02:13.348Z | Downloaded der v0.7.8 |
1025 | 2023-11-20T20:02:13.354Z | Downloaded unicode-normalization v0.1.22 |
1026 | 2023-11-20T20:02:13.366Z | Downloaded object v0.32.1 |
1027 | 2023-11-20T20:02:13.380Z | Downloaded rand_chacha v0.3.1 |
1028 | 2023-11-20T20:02:13.390Z | Downloaded ref-cast v1.0.20 |
1029 | 2023-11-20T20:02:13.434Z | Downloaded deranged v0.3.8 |
1030 | 2023-11-20T20:02:13.487Z | Downloaded rpassword v7.2.0 |
1031 | 2023-11-20T20:02:13.507Z | Downloaded fallible-iterator v0.2.0 |
1032 | 2023-11-20T20:02:13.524Z | Downloaded predicates v3.0.4 |
1033 | 2023-11-20T20:02:13.560Z | Downloaded pem-rfc7468 v0.7.0 |
1034 | 2023-11-20T20:02:13.979Z | Downloaded rtoolbox v0.0.1 |
1035 | 2023-11-20T20:02:13.989Z | Downloaded zip v0.6.6 |
1036 | 2023-11-20T20:02:14.008Z | Downloaded xattr v1.0.1 |
1037 | 2023-11-20T20:02:14.017Z | Downloaded ff v0.13.0 |
1038 | 2023-11-20T20:02:14.021Z | Downloaded difflib v0.4.0 |
1039 | 2023-11-20T20:02:14.024Z | Downloaded serde_repr v0.1.16 |
1040 | 2023-11-20T20:02:14.027Z | Downloaded serde_plain v1.0.2 |
1041 | 2023-11-20T20:02:14.031Z | Downloaded password-hash v0.5.0 |
1042 | 2023-11-20T20:02:14.034Z | Downloaded semver v0.1.20 |
1043 | 2023-11-20T20:02:14.037Z | Downloaded snafu v0.7.5 |
1044 | 2023-11-20T20:02:14.040Z | Downloaded libxml v0.3.3 |
1045 | 2023-11-20T20:02:14.044Z | Downloaded libm v0.2.7 |
1046 | 2023-11-20T20:02:14.048Z | Downloaded itertools v0.10.5 |
1047 | 2023-11-20T20:02:14.051Z | Downloaded digest v0.10.7 |
1048 | 2023-11-20T20:02:14.054Z | Downloaded endian-type v0.1.2 |
1049 | 2023-11-20T20:02:14.057Z | Downloaded thiserror-no-std v2.0.2 |
1050 | 2023-11-20T20:02:14.060Z | Downloaded static_assertions v1.1.0 |
1051 | 2023-11-20T20:02:14.063Z | Downloaded quick-error v1.2.3 |
1052 | 2023-11-20T20:02:14.066Z | Downloaded pkcs1 v0.7.5 |
1053 | 2023-11-20T20:02:14.068Z | Downloaded filetime v0.2.22 |
1054 | 2023-11-20T20:02:14.071Z | Downloaded toml_edit v0.19.15 |
1055 | 2023-11-20T20:02:14.074Z | Downloaded predicates v2.1.5 |
1056 | 2023-11-20T20:02:14.078Z | Downloaded pkcs8 v0.10.2 |
1057 | 2023-11-20T20:02:14.081Z | Downloaded tracing v0.1.37 |
1058 | 2023-11-20T20:02:14.084Z | Downloaded itertools v0.11.0 |
1059 | 2023-11-20T20:02:14.087Z | Downloaded strsim v0.8.0 |
1060 | 2023-11-20T20:02:14.090Z | Downloaded rustc-hash v1.1.0 |
1061 | 2023-11-20T20:02:14.093Z | Downloaded data-encoding v2.4.0 |
1062 | 2023-11-20T20:02:14.096Z | Downloaded serde_yaml v0.9.25 |
1063 | 2023-11-20T20:02:14.099Z | Downloaded unarray v0.1.4 |
1064 | 2023-11-20T20:02:14.102Z | Downloaded proc-macro-error v1.0.4 |
1065 | 2023-11-20T20:02:14.105Z | Downloaded socket2 v0.5.4 |
1066 | 2023-11-20T20:02:14.108Z | Downloaded serde v1.0.192 |
1067 | 2023-11-20T20:02:14.111Z | Downloaded nom v7.1.3 |
1068 | 2023-11-20T20:02:14.114Z | Downloaded itertools v0.12.0 |
1069 | 2023-11-20T20:02:14.118Z | Downloaded unicase v2.7.0 |
1070 | 2023-11-20T20:02:14.121Z | Downloaded futures-macro v0.3.29 |
1071 | 2023-11-20T20:02:14.124Z | Downloaded schemars_derive v0.8.13 |
1072 | 2023-11-20T20:02:14.127Z | Downloaded strip-ansi-escapes v0.2.0 |
1073 | 2023-11-20T20:02:14.130Z | Downloaded tokio-macros v2.1.0 |
1074 | 2023-11-20T20:02:14.134Z | Downloaded globset v0.4.13 |
1075 | 2023-11-20T20:02:14.137Z | Downloaded glob v0.3.1 |
1076 | 2023-11-20T20:02:14.140Z | Downloaded vte v0.11.1 |
1077 | 2023-11-20T20:02:14.143Z | Downloaded socket2 v0.4.9 |
1078 | 2023-11-20T20:02:14.146Z | Downloaded toml v0.5.11 |
1079 | 2023-11-20T20:02:14.151Z | Downloaded usdt-attr-macro v0.3.5 |
1080 | 2023-11-20T20:02:14.154Z | Downloaded universal-hash v0.5.1 |
1081 | 2023-11-20T20:02:14.157Z | Downloaded parking_lot v0.11.2 |
1082 | 2023-11-20T20:02:14.160Z | Downloaded resolv-conf v0.7.0 |
1083 | 2023-11-20T20:02:14.163Z | Downloaded termcolor v1.2.0 |
1084 | 2023-11-20T20:02:14.166Z | Downloaded postcard-cobs v0.1.5-pre |
1085 | 2023-11-20T20:02:14.170Z | Downloaded signal-hook-registry v1.4.1 |
1086 | 2023-11-20T20:02:14.173Z | Downloaded hex v0.4.3 |
1087 | 2023-11-20T20:02:14.176Z | Downloaded darling v0.20.3 |
1088 | 2023-11-20T20:02:14.179Z | Downloaded futures v0.3.29 |
1089 | 2023-11-20T20:02:14.182Z | Downloaded unicode-bidi v0.3.13 |
1090 | 2023-11-20T20:02:14.185Z | Downloaded funty v2.0.0 |
1091 | 2023-11-20T20:02:14.189Z | Downloaded darling_core v0.20.3 |
1092 | 2023-11-20T20:02:14.192Z | Downloaded thread_local v1.1.7 |
1093 | 2023-11-20T20:02:14.195Z | Downloaded toml v0.8.8 |
1094 | 2023-11-20T20:02:14.198Z | Downloaded vsss-rs v3.3.1 |
1095 | 2023-11-20T20:02:14.201Z | Downloaded thiserror-impl-no-std v2.0.2 |
1096 | 2023-11-20T20:02:14.203Z | Downloaded toml v0.7.8 |
1097 | 2023-11-20T20:02:14.206Z | Downloaded num-bigint v0.4.4 |
1098 | 2023-11-20T20:02:14.210Z | Downloaded tokio-postgres v0.7.10 |
1099 | 2023-11-20T20:02:14.241Z | Downloaded zeroize_derive v1.4.2 |
1100 | 2023-11-20T20:02:14.245Z | Downloaded either v1.9.0 |
1101 | 2023-11-20T20:02:14.248Z | Downloaded ed25519 v1.5.3 |
1102 | 2023-11-20T20:02:14.251Z | Downloaded fatfs v0.3.6 |
1103 | 2023-11-20T20:02:14.254Z | Downloaded test-strategy v0.3.1 |
1104 | 2023-11-20T20:02:14.257Z | Downloaded signature v1.6.4 |
1105 | 2023-11-20T20:02:14.260Z | Downloaded darling_core v0.14.4 |
1106 | 2023-11-20T20:02:14.263Z | Downloaded quote v1.0.33 |
1107 | 2023-11-20T20:02:14.266Z | Downloaded tokio-tungstenite v0.20.1 |
1108 | 2023-11-20T20:02:14.270Z | Downloaded tokio-tungstenite v0.18.0 |
1109 | 2023-11-20T20:02:14.273Z | Downloaded half v1.8.2 |
1110 | 2023-11-20T20:02:14.277Z | Downloaded futures-executor v0.3.29 |
1111 | 2023-11-20T20:02:14.280Z | Downloaded parking_lot_core v0.9.8 |
1112 | 2023-11-20T20:02:14.283Z | Downloaded slab v0.4.9 |
1113 | 2023-11-20T20:02:14.286Z | Downloaded siphasher v0.3.11 |
1114 | 2023-11-20T20:02:14.289Z | Downloaded futures-channel v0.3.29 |
1115 | 2023-11-20T20:02:14.292Z | Downloaded foreign-types-macros v0.2.3 |
1116 | 2023-11-20T20:02:14.295Z | Downloaded diesel_derives v2.1.1 |
1117 | 2023-11-20T20:02:14.298Z | Downloaded smawk v0.3.1 |
1118 | 2023-11-20T20:02:14.301Z | Downloaded slog-json v2.6.1 |
1119 | 2023-11-20T20:02:14.304Z | Downloaded stable_deref_trait v1.2.0 |
1120 | 2023-11-20T20:02:14.307Z | Downloaded elliptic-curve v0.13.5 |
1121 | 2023-11-20T20:02:14.310Z | Downloaded fs-err v2.10.0 |
1122 | 2023-11-20T20:02:14.313Z | Downloaded crossbeam-channel v0.5.8 |
1123 | 2023-11-20T20:02:14.316Z | Downloaded pin-project-lite v0.2.13 |
1124 | 2023-11-20T20:02:14.319Z | Downloaded spki v0.7.2 |
1125 | 2023-11-20T20:02:14.322Z | Downloaded tracing-attributes v0.1.26 |
1126 | 2023-11-20T20:02:14.325Z | Downloaded memchr v2.6.3 |
1127 | 2023-11-20T20:02:14.328Z | Downloaded backtrace v0.3.69 |
1128 | 2023-11-20T20:02:14.331Z | Downloaded arc-swap v1.6.0 |
1129 | 2023-11-20T20:02:14.335Z | Downloaded rcgen v0.11.3 |
1130 | 2023-11-20T20:02:14.342Z | Downloaded unsafe-libyaml v0.2.9 |
1131 | 2023-11-20T20:02:14.764Z | Downloaded postgres-types v0.2.6 |
1132 | 2023-11-20T20:02:14.771Z | Downloaded slog-dtrace v0.2.3 |
1133 | 2023-11-20T20:02:15.183Z | Downloaded time-macros v0.2.13 |
1134 | 2023-11-20T20:02:15.187Z | Downloaded snafu-derive v0.7.5 |
1135 | 2023-11-20T20:02:15.190Z | Downloaded signal-hook-tokio v0.3.1 |
1136 | 2023-11-20T20:02:15.193Z | Downloaded futures-io v0.3.29 |
1137 | 2023-11-20T20:02:15.196Z | Downloaded futures-core v0.3.29 |
1138 | 2023-11-20T20:02:15.199Z | Downloaded httparse v1.8.0 |
1139 | 2023-11-20T20:02:15.207Z | Downloaded base64 v0.21.5 |
1140 | 2023-11-20T20:02:15.210Z | Downloaded zerocopy v0.6.4 |
1141 | 2023-11-20T20:02:15.213Z | Downloaded pest_derive v2.7.2 |
1142 | 2023-11-20T20:02:15.217Z | Downloaded humantime v2.1.0 |
1143 | 2023-11-20T20:02:15.220Z | Downloaded hubpack v0.1.2 |
1144 | 2023-11-20T20:02:15.226Z | Downloaded httpdate v1.0.3 |
1145 | 2023-11-20T20:02:15.232Z | Downloaded http-body v0.4.5 |
1146 | 2023-11-20T20:02:15.235Z | Downloaded hostname v0.3.1 |
1147 | 2023-11-20T20:02:15.269Z | Downloaded pkg-config v0.3.27 |
1148 | 2023-11-20T20:02:15.274Z | Downloaded phf v0.11.2 |
1149 | 2023-11-20T20:02:15.278Z | Downloaded getrandom v0.2.10 |
1150 | 2023-11-20T20:02:15.283Z | Downloaded hash32 v0.2.1 |
1151 | 2023-11-20T20:02:15.287Z | Downloaded topological-sort v0.2.2 |
1152 | 2023-11-20T20:02:15.291Z | Downloaded indexmap v2.1.0 |
1153 | 2023-11-20T20:02:15.295Z | Downloaded time-core v0.1.1 |
1154 | 2023-11-20T20:02:15.299Z | Downloaded chacha20poly1305 v0.10.1 |
1155 | 2023-11-20T20:02:15.305Z | Downloaded papergrid v0.10.0 |
1156 | 2023-11-20T20:02:15.310Z | Downloaded diff v0.1.13 |
1157 | 2023-11-20T20:02:15.723Z | Downloaded secrecy v0.8.0 |
1158 | 2023-11-20T20:02:15.732Z | Downloaded subprocess v0.2.9 |
1159 | 2023-11-20T20:02:16.156Z | Downloaded base64 v0.13.1 |
1160 | 2023-11-20T20:02:16.165Z | Downloaded tinyvec v1.6.0 |
1161 | 2023-11-20T20:02:16.168Z | Downloaded clap v4.4.3 |
1162 | 2023-11-20T20:02:16.172Z | Downloaded pest_generator v2.7.2 |
1163 | 2023-11-20T20:02:16.177Z | Downloaded percent-encoding v2.3.0 |
1164 | 2023-11-20T20:02:16.182Z | Downloaded indicatif v0.17.7 |
1165 | 2023-11-20T20:02:16.187Z | Downloaded serde-hex v0.1.0 |
1166 | 2023-11-20T20:02:16.190Z | Downloaded thiserror v1.0.49 |
1167 | 2023-11-20T20:02:16.205Z | Downloaded similar v2.2.1 |
1168 | 2023-11-20T20:02:16.210Z | Downloaded openssl-sys v0.9.93 |
1169 | 2023-11-20T20:02:16.217Z | Downloaded strum_macros v0.24.3 |
1170 | 2023-11-20T20:02:16.221Z | Downloaded clang-sys v1.6.1 |
1171 | 2023-11-20T20:02:16.227Z | Downloaded unicode-linebreak v0.1.5 |
1172 | 2023-11-20T20:02:16.233Z | Downloaded crc-any v2.4.3 |
1173 | 2023-11-20T20:02:16.238Z | Downloaded serde-big-array v0.4.1 |
1174 | 2023-11-20T20:02:16.243Z | Downloaded tokio-rustls v0.24.1 |
1175 | 2023-11-20T20:02:16.247Z | Downloaded path-absolutize v3.1.0 |
1176 | 2023-11-20T20:02:16.251Z | Downloaded ahash v0.8.3 |
1177 | 2023-11-20T20:02:16.256Z | Downloaded rand_xorshift v0.3.0 |
1178 | 2023-11-20T20:02:16.261Z | Downloaded spin v0.9.8 |
1179 | 2023-11-20T20:02:16.264Z | Downloaded peeking_take_while v0.1.2 |
1180 | 2023-11-20T20:02:16.267Z | Downloaded tokio-stream v0.1.14 |
1181 | 2023-11-20T20:02:16.298Z | Downloaded stringprep v0.1.3 |
1182 | 2023-11-20T20:02:16.301Z | Downloaded slog-term v2.9.0 |
1183 | 2023-11-20T20:02:16.304Z | Downloaded precomputed-hash v0.1.1 |
1184 | 2023-11-20T20:02:16.307Z | Downloaded clap_derive v4.4.2 |
1185 | 2023-11-20T20:02:16.310Z | Downloaded synstructure v0.12.6 |
1186 | 2023-11-20T20:02:16.313Z | Downloaded ena v0.14.2 |
1187 | 2023-11-20T20:02:16.316Z | Downloaded serde_tokenstream v0.2.0 |
1188 | 2023-11-20T20:02:16.319Z | Downloaded oso v0.27.0 |
1189 | 2023-11-20T20:02:16.323Z | Downloaded omicron-zone-package v0.9.1 |
1190 | 2023-11-20T20:02:16.326Z | Downloaded crossbeam-epoch v0.9.15 |
1191 | 2023-11-20T20:02:16.330Z | Downloaded semver v1.0.20 |
1192 | 2023-11-20T20:02:16.333Z | Downloaded cookie v0.18.0 |
1193 | 2023-11-20T20:02:16.336Z | Downloaded utf8parse v0.2.1 |
1194 | 2023-11-20T20:02:16.339Z | Downloaded utf-8 v0.7.6 |
1195 | 2023-11-20T20:02:16.341Z | Downloaded usdt-impl v0.3.5 |
1196 | 2023-11-20T20:02:16.344Z | Downloaded thiserror-impl v1.0.49 |
1197 | 2023-11-20T20:02:16.347Z | Downloaded nu-ansi-term v0.49.0 |
1198 | 2023-11-20T20:02:16.351Z | Downloaded indoc v2.0.3 |
1199 | 2023-11-20T20:02:16.354Z | Downloaded blake2 v0.10.6 |
1200 | 2023-11-20T20:02:16.356Z | Downloaded phf_shared v0.10.0 |
1201 | 2023-11-20T20:02:16.359Z | Downloaded dirs-sys-next v0.1.2 |
1202 | 2023-11-20T20:02:16.362Z | Downloaded dirs-next v2.0.0 |
1203 | 2023-11-20T20:02:16.365Z | Downloaded untrusted v0.7.1 |
1204 | 2023-11-20T20:02:16.368Z | Downloaded toml_datetime v0.6.5 |
1205 | 2023-11-20T20:02:16.370Z | Downloaded tap v1.0.1 |
1206 | 2023-11-20T20:02:16.374Z | Downloaded lock_api v0.4.10 |
1207 | 2023-11-20T20:02:16.390Z | Downloaded wyz v0.5.1 |
1208 | 2023-11-20T20:02:16.403Z | Downloaded structmeta-derive v0.2.0 |
1209 | 2023-11-20T20:02:16.415Z | Downloaded const-oid v0.9.5 |
1210 | 2023-11-20T20:02:16.420Z | Downloaded addr2line v0.21.0 |
1211 | 2023-11-20T20:02:16.426Z | Downloaded string_cache v0.8.7 |
1212 | 2023-11-20T20:02:16.430Z | Downloaded indexmap v1.9.3 |
1213 | 2023-11-20T20:02:16.435Z | Downloaded walkdir v2.4.0 |
1214 | 2023-11-20T20:02:16.438Z | Downloaded tiny-keccak v2.0.2 |
1215 | 2023-11-20T20:02:16.443Z | Downloaded termios v0.3.3 |
1216 | 2023-11-20T20:02:16.447Z | Downloaded terminal_size v0.2.6 |
1217 | 2023-11-20T20:02:16.451Z | Downloaded supports-color v2.1.0 |
1218 | 2023-11-20T20:02:16.457Z | Downloaded spin v0.5.2 |
1219 | 2023-11-20T20:02:16.464Z | Downloaded libsw v3.3.0 |
1220 | 2023-11-20T20:02:16.473Z | Downloaded doc-comment v0.3.3 |
1221 | 2023-11-20T20:02:16.480Z | Downloaded camino v1.1.6 |
1222 | 2023-11-20T20:02:16.489Z | Downloaded take_mut v0.2.2 |
1223 | 2023-11-20T20:02:16.908Z | Downloaded subtle v2.5.0 |
1224 | 2023-11-20T20:02:17.725Z | Downloaded num-complex v0.4.4 |
1225 | 2023-11-20T20:02:17.728Z | Downloaded bit-vec v0.6.3 |
1226 | 2023-11-20T20:02:17.731Z | Downloaded base16ct v0.2.0 |
1227 | 2023-11-20T20:02:17.734Z | Downloaded slog-async v2.8.0 |
1228 | 2023-11-20T20:02:17.737Z | Downloaded serde_urlencoded v0.7.1 |
1229 | 2023-11-20T20:02:17.740Z | Downloaded semver v0.11.0 |
1230 | 2023-11-20T20:02:17.746Z | Downloaded slog-stdlog v4.1.1 |
1231 | 2023-11-20T20:02:17.815Z | Downloaded signature v2.1.0 |
1232 | 2023-11-20T20:02:17.827Z | Downloaded crc v3.0.1 |
1233 | 2023-11-20T20:02:17.831Z | Downloaded colored v2.0.4 |
1234 | 2023-11-20T20:02:17.837Z | Downloaded cfg-if v1.0.0 |
1235 | 2023-11-20T20:02:17.850Z | Downloaded base64ct v1.6.0 |
1236 | 2023-11-20T20:02:17.855Z | Downloaded backoff v0.4.0 |
1237 | 2023-11-20T20:02:17.863Z | Downloaded shell-words v1.1.0 |
1238 | 2023-11-20T20:02:17.871Z | Downloaded serde_path_to_error v0.1.14 |
1239 | 2023-11-20T20:02:17.876Z | Downloaded minimal-lexical v0.2.1 |
1240 | 2023-11-20T20:02:17.880Z | Downloaded crc-catalog v2.2.0 |
1241 | 2023-11-20T20:02:17.883Z | Downloaded semver-parser v0.10.2 |
1242 | 2023-11-20T20:02:17.886Z | Downloaded lalrpop-util v0.19.12 |
1243 | 2023-11-20T20:02:17.890Z | Downloaded libloading v0.7.4 |
1244 | 2023-11-20T20:02:17.894Z | Downloaded darling v0.14.4 |
1245 | 2023-11-20T20:02:17.898Z | Downloaded scopeguard v1.2.0 |
1246 | 2023-11-20T20:02:17.901Z | Downloaded num_cpus v1.16.0 |
1247 | 2023-11-20T20:02:17.905Z | Downloaded num-iter v0.1.43 |
1248 | 2023-11-20T20:02:17.910Z | Downloaded memoffset v0.7.1 |
1249 | 2023-11-20T20:02:17.915Z | Downloaded ipnet v2.8.0 |
1250 | 2023-11-20T20:02:17.919Z | Downloaded cassowary v0.3.0 |
1251 | 2023-11-20T20:02:17.922Z | Downloaded packed_struct_codegen v0.10.1 |
1252 | 2023-11-20T20:02:17.942Z | Downloaded newtype_derive v0.1.6 |
1253 | 2023-11-20T20:02:17.946Z | Downloaded tower-service v0.3.2 |
1254 | 2023-11-20T20:02:17.950Z | Downloaded byteorder v1.5.0 |
1255 | 2023-11-20T20:02:17.958Z | Downloaded async-trait v0.1.74 |
1256 | 2023-11-20T20:02:17.963Z | Downloaded argon2 v0.5.2 |
1257 | 2023-11-20T20:02:17.967Z | Downloaded atomic-waker v1.1.1 |
1258 | 2023-11-20T20:02:18.976Z | Downloaded anstyle-parse v0.2.1 |
1259 | 2023-11-20T20:02:18.980Z | Downloaded ansi_term v0.12.1 |
1260 | 2023-11-20T20:02:18.997Z | Downloaded native-tls v0.2.11 |
1261 | 2023-11-20T20:02:19.001Z | Downloaded strum v0.25.0 |
1262 | 2023-11-20T20:02:19.005Z | Downloaded slog-bunyan v2.4.0 |
1263 | 2023-11-20T20:02:19.010Z | Downloaded nibble_vec v0.1.0 |
1264 | 2023-11-20T20:02:19.013Z | Downloaded cfg-if v0.1.10 |
1265 | 2023-11-20T20:02:19.016Z | Downloaded bytesize v1.3.0 |
1266 | 2023-11-20T20:02:19.020Z | Downloaded bitfield v0.14.0 |
1267 | 2023-11-20T20:02:19.023Z | Downloaded bb8 v0.8.1 |
1268 | 2023-11-20T20:02:19.027Z | Downloaded ascii-canvas v3.0.0 |
1269 | 2023-11-20T20:02:19.030Z | Downloaded buf-list v1.0.3 |
1270 | 2023-11-20T20:02:19.033Z | Downloaded block-buffer v0.10.4 |
1271 | 2023-11-20T20:02:19.036Z | Downloaded bit-set v0.5.3 |
1272 | 2023-11-20T20:02:19.039Z | Downloaded linear-map v1.2.0 |
1273 | 2023-11-20T20:02:19.042Z | Downloaded anstream v0.5.0 |
1274 | 2023-11-20T20:02:19.045Z | Downloaded crossbeam-utils v0.8.16 |
1275 | 2023-11-20T20:02:19.048Z | Downloaded kstat-rs v0.2.3 |
1276 | 2023-11-20T20:02:19.052Z | Downloaded crossbeam-queue v0.3.8 |
1277 | 2023-11-20T20:02:19.055Z | Downloaded corncobs v0.1.3 |
1278 | 2023-11-20T20:02:19.058Z | Downloaded inout v0.1.3 |
1279 | 2023-11-20T20:02:19.061Z | Downloaded array-init v0.0.4 |
1280 | 2023-11-20T20:02:19.065Z | Downloaded autocfg v1.1.0 |
1281 | 2023-11-20T20:02:19.068Z | Downloaded async-stream v0.3.5 |
1282 | 2023-11-20T20:02:19.071Z | Downloaded indoc v1.0.9 |
1283 | 2023-11-20T20:02:19.075Z | Downloaded ciborium-ll v0.2.1 |
1284 | 2023-11-20T20:02:19.078Z | Downloaded adler v1.0.2 |
1285 | 2023-11-20T20:02:19.081Z | Downloaded assert_matches v1.5.0 |
1286 | 2023-11-20T20:02:19.084Z | Downloaded anstyle-query v1.0.0 |
1287 | 2023-11-20T20:02:19.089Z | Downloaded num_enum_derive v0.5.11 |
1288 | 2023-11-20T20:02:19.094Z | Downloaded num v0.4.1 |
1289 | 2023-11-20T20:02:19.097Z | Downloaded is_ci v1.1.1 |
1290 | 2023-11-20T20:02:19.100Z | Downloaded bcs v0.1.6 |
1291 | 2023-11-20T20:02:19.103Z | Downloaded mio v0.8.8 |
1292 | 2023-11-20T20:02:19.106Z | Downloaded mime v0.3.17 |
1293 | 2023-11-20T20:02:19.109Z | Downloaded bitflags v1.3.2 |
1294 | 2023-11-20T20:02:19.113Z | Downloaded hyper-staticfile v0.9.5 |
1295 | 2023-11-20T20:02:19.117Z | Downloaded number_prefix v0.4.0 |
1296 | 2023-11-20T20:02:19.120Z | Downloaded num-traits v0.2.16 |
1297 | 2023-11-20T20:02:19.124Z | Downloaded md-5 v0.10.5 |
1298 | 2023-11-20T20:02:19.127Z | Downloaded libefi-sys v0.1.0 |
1299 | 2023-11-20T20:02:19.131Z | Downloaded crypto-common v0.1.6 |
1300 | 2023-11-20T20:02:19.134Z | Downloaded crc32fast v1.3.2 |
1301 | 2023-11-20T20:02:19.137Z | Downloaded opaque-debug v0.3.0 |
1302 | 2023-11-20T20:02:19.140Z | Downloaded atomicwrites v0.4.2 |
1303 | 2023-11-20T20:02:19.144Z | Downloaded atty v0.2.14 |
1304 | 2023-11-20T20:02:19.147Z | Downloaded owo-colors v3.5.0 |
1305 | 2023-11-20T20:02:19.149Z | Downloaded openssl-probe v0.1.5 |
1306 | 2023-11-20T20:02:19.153Z | Downloaded normalize-line-endings v0.3.0 |
1307 | 2023-11-20T20:02:19.157Z | Downloaded instant v0.1.12 |
1308 | 2023-11-20T20:02:19.160Z | Downloaded packed_struct v0.10.1 |
1309 | 2023-11-20T20:02:19.163Z | Downloaded oso-derive v0.27.0 |
1310 | 2023-11-20T20:02:19.166Z | Downloaded olpc-cjson v0.1.3 |
1311 | 2023-11-20T20:02:19.169Z | Downloaded miniz_oxide v0.7.1 |
1312 | 2023-11-20T20:02:19.172Z | Downloaded itoa v1.0.9 |
1313 | 2023-11-20T20:02:19.176Z | Downloaded bytes v1.5.0 |
1314 | 2023-11-20T20:02:19.187Z | Downloaded num_enum v0.5.11 |
1315 | 2023-11-20T20:02:19.603Z | Downloaded num-rational v0.4.1 |
1316 | 2023-11-20T20:02:19.607Z | Downloaded new_debug_unreachable v1.0.4 |
1317 | 2023-11-20T20:02:19.610Z | Downloaded mockall_derive v0.11.4 |
1318 | 2023-11-20T20:02:19.614Z | Downloaded is-terminal v0.4.9 |
1319 | 2023-11-20T20:02:19.617Z | Downloaded mime_guess v2.0.4 |
1320 | 2023-11-20T20:02:19.620Z | Downloaded memoffset v0.9.0 |
1321 | 2023-11-20T20:02:19.623Z | Downloaded maybe-uninit v2.0.0 |
1322 | 2023-11-20T20:02:19.626Z | Downloaded managed v0.8.0 |
1323 | 2023-11-20T20:02:19.629Z | Downloaded macaddr v1.0.1 |
1324 | 2023-11-20T20:02:19.639Z | Downloaded log v0.4.20 |
1325 | 2023-11-20T20:02:19.641Z | Downloaded curve25519-dalek-derive v0.1.0 |
1326 | 2023-11-20T20:02:19.645Z | Downloaded cstr-argument v0.1.2 |
1327 | 2023-11-20T20:02:19.653Z | Downloaded ciborium v0.2.1 |
1328 | 2023-11-20T20:02:19.657Z | Downloaded chacha20 v0.9.1 |
1329 | 2023-11-20T20:02:19.659Z | Downloaded cargo_toml v0.17.0 |
1330 | 2023-11-20T20:02:19.662Z | Downloaded cargo-platform v0.1.3 |
1331 | 2023-11-20T20:02:19.665Z | Downloaded block-padding v0.3.3 |
1332 | 2023-11-20T20:02:19.668Z | Downloaded mockall v0.11.4 |
1333 | 2023-11-20T20:02:19.671Z | Downloaded maplit v1.0.2 |
1334 | 2023-11-20T20:02:19.674Z | Downloaded lru-cache v0.1.2 |
1335 | 2023-11-20T20:02:19.676Z | Downloaded lazycell v1.3.0 |
1336 | 2023-11-20T20:02:19.679Z | Downloaded impl-trait-for-tuples v0.2.2 |
1337 | 2023-11-20T20:02:19.682Z | Downloaded hyper-tls v0.5.0 |
1338 | 2023-11-20T20:02:19.686Z | Downloaded cpufeatures v0.2.9 |
1339 | 2023-11-20T20:02:19.707Z | Downloaded convert_case v0.4.0 |
1340 | 2023-11-20T20:02:19.710Z | Downloaded keccak v0.1.4 |
1341 | 2023-11-20T20:02:19.716Z | Downloaded ipnetwork v0.20.0 |
1342 | 2023-11-20T20:02:19.719Z | Downloaded clap_lex v0.5.1 |
1343 | 2023-11-20T20:02:19.726Z | Downloaded cipher v0.4.4 |
1344 | 2023-11-20T20:02:19.728Z | Downloaded ident_case v1.0.1 |
1345 | 2023-11-20T20:02:19.732Z | Compiling proc-macro2 v1.0.69 |
1346 | 2023-11-20T20:02:19.735Z | Compiling unicode-ident v1.0.12 |
1347 | 2023-11-20T20:02:19.738Z | Compiling libc v0.2.150 |
1348 | 2023-11-20T20:02:19.741Z | Compiling serde v1.0.192 |
1349 | 2023-11-20T20:02:19.744Z | Compiling autocfg v1.1.0 |
1350 | 2023-11-20T20:02:19.747Z | Compiling cfg-if v1.0.0 |
1351 | 2023-11-20T20:02:19.751Z | Compiling version_check v0.9.4 |
1352 | 2023-11-20T20:02:19.754Z | Compiling syn v1.0.109 |
1353 | 2023-11-20T20:02:19.757Z | Compiling once_cell v1.18.0 |
1354 | 2023-11-20T20:02:19.760Z | Compiling parking_lot_core v0.9.8 |
1355 | 2023-11-20T20:02:19.763Z | Compiling libm v0.2.7 |
1356 | 2023-11-20T20:02:19.766Z | Compiling futures-core v0.3.29 |
1357 | 2023-11-20T20:02:19.769Z | Compiling lock_api v0.4.10 |
1358 | 2023-11-20T20:02:19.772Z | Compiling num-traits v0.2.16 |
1359 | 2023-11-20T20:02:19.775Z | Compiling thiserror v1.0.49 |
1360 | 2023-11-20T20:02:19.778Z | Compiling scopeguard v1.2.0 |
1361 | 2023-11-20T20:02:19.781Z | Compiling typenum v1.16.0 |
1362 | 2023-11-20T20:02:19.784Z | Compiling memchr v2.6.3 |
1363 | 2023-11-20T20:02:19.786Z | Compiling generic-array v0.14.7 |
1364 | 2023-11-20T20:02:19.789Z | Compiling itoa v1.0.9 |
1365 | 2023-11-20T20:02:19.792Z | Compiling pkg-config v0.3.27 |
1366 | 2023-11-20T20:02:19.795Z | Compiling quote v1.0.33 |
1367 | 2023-11-20T20:02:19.799Z | Compiling cc v1.0.83 |
1368 | 2023-11-20T20:02:19.803Z | Compiling syn v2.0.32 |
1369 | 2023-11-20T20:02:19.806Z | Compiling getrandom v0.2.10 |
1370 | 2023-11-20T20:02:19.809Z | Compiling slab v0.4.9 |
1371 | 2023-11-20T20:02:20.226Z | Compiling futures-task v0.3.29 |
1372 | 2023-11-20T20:02:20.301Z | Compiling futures-channel v0.3.29 |
1373 | 2023-11-20T20:02:20.696Z | Compiling log v0.4.20 |
1374 | 2023-11-20T20:02:20.906Z | Compiling futures-util v0.3.29 |
1375 | 2023-11-20T20:02:21.386Z | Compiling ryu v1.0.15 |
1376 | 2023-11-20T20:02:21.600Z | Compiling serde_json v1.0.108 |
1377 | 2023-11-20T20:02:21.743Z | Compiling pin-project-lite v0.2.13 |
1378 | 2023-11-20T20:02:21.839Z | Compiling smallvec v1.11.0 |
1379 | 2023-11-20T20:02:21.969Z | Compiling heck v0.4.1 |
1380 | 2023-11-20T20:02:22.083Z | Compiling vcpkg v0.2.15 |
1381 | 2023-11-20T20:02:22.289Z | Compiling schemars v0.8.13 |
1382 | 2023-11-20T20:02:23.306Z | Compiling parking_lot v0.12.1 |
1383 | 2023-11-20T20:02:23.818Z | Compiling ring v0.17.5 |
1384 | 2023-11-20T20:02:24.935Z | Compiling openssl-sys v0.9.93 |
1385 | 2023-11-20T20:02:25.509Z | Compiling signal-hook-registry v1.4.1 |
1386 | 2023-11-20T20:02:27.858Z | Compiling ring v0.16.20 |
1387 | 2023-11-20T20:02:27.973Z | Compiling mio v0.8.8 |
1388 | 2023-11-20T20:02:27.985Z | Compiling indexmap v1.9.3 |
1389 | 2023-11-20T20:02:28.139Z | Compiling equivalent v1.0.1 |
1390 | 2023-11-20T20:02:28.283Z | Compiling hashbrown v0.14.2 |
1391 | 2023-11-20T20:02:28.422Z | Compiling byteorder v1.5.0 |
1392 | 2023-11-20T20:02:29.236Z | Compiling ahash v0.8.3 |
1393 | 2023-11-20T20:02:29.391Z | Compiling httparse v1.8.0 |
1394 | 2023-11-20T20:02:29.724Z | Compiling num_cpus v1.16.0 |
1395 | 2023-11-20T20:02:29.882Z | Compiling socket2 v0.5.4 |
1396 | 2023-11-20T20:02:29.906Z | Compiling spin v0.5.2 |
1397 | 2023-11-20T20:02:29.928Z | Compiling rand_core v0.6.4 |
1398 | 2023-11-20T20:02:30.585Z | Compiling fnv v1.0.7 |
1399 | 2023-11-20T20:02:30.590Z | Compiling semver v1.0.20 |
1400 | 2023-11-20T20:02:30.692Z | Compiling openssl v0.10.57 |
1401 | 2023-11-20T20:02:31.346Z | Compiling serde_derive_internals v0.26.0 |
1402 | 2023-11-20T20:02:31.364Z | Compiling iana-time-zone v0.1.57 |
1403 | 2023-11-20T20:02:31.557Z | Compiling rustls v0.21.9 |
1404 | 2023-11-20T20:02:31.962Z | Compiling ucd-trie v0.1.6 |
1405 | 2023-11-20T20:02:32.629Z | Compiling crossbeam-utils v0.8.16 |
1406 | 2023-11-20T20:02:32.746Z | Compiling native-tls v0.2.11 |
1407 | 2023-11-20T20:02:32.979Z | Compiling unicode-xid v0.2.4 |
1408 | 2023-11-20T20:02:33.213Z | Compiling synstructure v0.12.6 |
1409 | 2023-11-20T20:02:33.297Z | Compiling io-lifetimes v1.0.11 |
1410 | 2023-11-20T20:02:33.582Z | Compiling futures-sink v0.3.29 |
1411 | 2023-11-20T20:02:34.368Z | Compiling backtrace v0.3.69 |
1412 | 2023-11-20T20:02:34.849Z | Compiling dyn-clone v1.0.13 |
1413 | 2023-11-20T20:02:34.921Z | Compiling winnow v0.5.15 |
1414 | 2023-11-20T20:02:35.118Z | Compiling tinyvec_macros v0.1.1 |
1415 | 2023-11-20T20:02:35.220Z | Compiling tinyvec v1.6.0 |
1416 | 2023-11-20T20:02:36.529Z | Compiling tracing-core v0.1.31 |
1417 | 2023-11-20T20:02:36.545Z | Compiling memoffset v0.9.0 |
1418 | 2023-11-20T20:02:36.811Z | Compiling num-integer v0.1.45 |
1419 | 2023-11-20T20:02:36.847Z | Compiling futures-io v0.3.29 |
1420 | 2023-11-20T20:02:36.976Z | Compiling pin-utils v0.1.0 |
1421 | 2023-11-20T20:02:37.112Z | Compiling rustix v0.38.9 |
1422 | 2023-11-20T20:02:37.389Z | Compiling rustix v0.37.23 |
1423 | 2023-11-20T20:02:37.758Z | Compiling unicode-normalization v0.1.22 |
1424 | 2023-11-20T20:02:37.782Z | Compiling hashbrown v0.13.2 |
1425 | 2023-11-20T20:02:38.078Z | Compiling spin v0.9.8 |
1426 | 2023-11-20T20:02:38.649Z | Compiling usdt-impl v0.3.5 |
1427 | 2023-11-20T20:02:39.175Z | Compiling anyhow v1.0.75 |
1428 | 2023-11-20T20:02:39.611Z | Compiling time-core v0.1.1 |
1429 | 2023-11-20T20:02:39.680Z | Compiling bitflags v1.3.2 |
1430 | 2023-11-20T20:02:39.858Z | Compiling crc32fast v1.3.2 |
1431 | 2023-11-20T20:02:39.881Z | Compiling slog v2.7.0 |
1432 | 2023-11-20T20:02:39.943Z | Compiling unicode-bidi v0.3.13 |
1433 | 2023-11-20T20:02:40.519Z | Compiling time-macros v0.2.13 |
1434 | 2023-11-20T20:02:41.054Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1435 | 2023-11-20T20:02:41.110Z | Compiling aho-corasick v1.0.4 |
1436 | 2023-11-20T20:02:41.178Z | Compiling serde_derive v1.0.192 |
1437 | 2023-11-20T20:02:41.533Z | Compiling thiserror-impl v1.0.49 |
1438 | 2023-11-20T20:02:41.659Z | Compiling tokio-macros v2.1.0 |
1439 | 2023-11-20T20:02:41.882Z | Compiling zeroize_derive v1.4.2 |
1440 | 2023-11-20T20:02:43.067Z | Compiling futures-macro v0.3.29 |
1441 | 2023-11-20T20:02:43.565Z | Compiling tracing-attributes v0.1.26 |
1442 | 2023-11-20T20:02:44.275Z | Compiling schemars_derive v0.8.13 |
1443 | 2023-11-20T20:02:44.300Z | Compiling zeroize v1.6.0 |
1444 | 2023-11-20T20:02:45.193Z | Compiling openssl-macros v0.1.1 |
1445 | 2023-11-20T20:02:46.048Z | Compiling pest v2.7.2 |
1446 | 2023-11-20T20:02:46.630Z | Compiling zerocopy-derive v0.2.0 |
1447 | 2023-11-20T20:02:46.910Z | Compiling crypto-common v0.1.6 |
1448 | 2023-11-20T20:02:48.993Z | Compiling block-buffer v0.10.4 |
1449 | 2023-11-20T20:02:49.020Z | Compiling crossbeam-epoch v0.9.15 |
1450 | 2023-11-20T20:02:49.040Z | Compiling tracing v0.1.37 |
1451 | 2023-11-20T20:02:49.375Z | Compiling rustversion v1.0.14 |
1452 | 2023-11-20T20:02:49.664Z | Compiling const-oid v0.9.5 |
1453 | 2023-11-20T20:02:49.986Z | Compiling ppv-lite86 v0.2.17 |
1454 | 2023-11-20T20:02:50.252Z | Compiling pest_meta v2.7.2 |
1455 | 2023-11-20T20:02:50.449Z | Compiling signal-hook v0.3.17 |
1456 | 2023-11-20T20:02:50.854Z | Compiling regex-syntax v0.8.2 |
1457 | 2023-11-20T20:02:50.877Z | Compiling async-trait v0.1.74 |
1458 | 2023-11-20T20:02:51.427Z | Compiling subtle v2.5.0 |
1459 | 2023-11-20T20:02:51.587Z | Compiling rand_chacha v0.3.1 |
1460 | 2023-11-20T20:02:51.946Z | Compiling zerocopy v0.3.0 |
1461 | 2023-11-20T20:02:52.770Z | Compiling pest_generator v2.7.2 |
1462 | 2023-11-20T20:02:53.133Z | Compiling digest v0.10.7 |
1463 | 2023-11-20T20:02:55.403Z | Compiling zerocopy-derive v0.6.4 |
1464 | 2023-11-20T20:02:56.949Z | Compiling regex-automata v0.4.3 |
1465 | 2023-11-20T20:02:57.010Z | Compiling pest_derive v2.7.2 |
1466 | 2023-11-20T20:02:58.475Z | Compiling base64 v0.21.5 |
1467 | 2023-11-20T20:02:58.694Z | Compiling strsim v0.10.0 |
1468 | 2023-11-20T20:02:59.530Z | Compiling dtrace-parser v0.1.14 |
1469 | 2023-11-20T20:02:59.731Z | Compiling dof v0.1.5 |
1470 | 2023-11-20T20:03:01.749Z | Compiling rand v0.8.5 |
1471 | 2023-11-20T20:03:03.394Z | Compiling bytes v1.5.0 |
1472 | 2023-11-20T20:03:03.779Z | Compiling indexmap v2.1.0 |
1473 | 2023-11-20T20:03:04.072Z | Compiling uuid v1.5.0 |
1474 | 2023-11-20T20:03:05.367Z | Compiling chrono v0.4.31 |
1475 | 2023-11-20T20:03:05.613Z | Compiling tokio v1.33.0 |
1476 | 2023-11-20T20:03:05.922Z | Compiling bitflags v2.4.0 |
1477 | 2023-11-20T20:03:08.172Z | Compiling serde_spanned v0.6.4 |
1478 | 2023-11-20T20:03:08.251Z | Compiling toml_datetime v0.6.5 |
1479 | 2023-11-20T20:03:08.884Z | Compiling toml_edit v0.19.15 |
1480 | 2023-11-20T20:03:10.504Z | Compiling rustc_version v0.4.0 |
1481 | 2023-11-20T20:03:11.340Z | Compiling http v0.2.11 |
1482 | 2023-11-20T20:03:11.496Z | Compiling heapless v0.7.16 |
1483 | 2023-11-20T20:03:15.137Z | Compiling regex v1.10.2 |
1484 | 2023-11-20T20:03:20.676Z | Compiling tokio-util v0.7.10 |
1485 | 2023-11-20T20:03:21.038Z | Compiling errno v0.3.2 |
1486 | 2023-11-20T20:03:21.371Z | Compiling thread-id v4.2.0 |
1487 | 2023-11-20T20:03:21.615Z | Compiling num-bigint v0.4.4 |
1488 | 2023-11-20T20:03:22.736Z | Compiling hashbrown v0.12.3 |
1489 | 2023-11-20T20:03:22.955Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1490 | 2023-11-20T20:03:23.026Z | Compiling untrusted v0.7.1 |
1491 | 2023-11-20T20:03:24.166Z | Compiling foreign-types-shared v0.1.1 |
1492 | 2023-11-20T20:03:24.308Z | Compiling smoltcp v0.9.1 |
1493 | 2023-11-20T20:03:25.248Z | Compiling untrusted v0.9.0 |
1494 | 2023-11-20T20:03:25.319Z | Compiling percent-encoding v2.3.0 |
1495 | 2023-11-20T20:03:25.502Z | Compiling openssl-probe v0.1.5 |
1496 | 2023-11-20T20:03:26.554Z | Compiling foreign-types v0.3.2 |
1497 | 2023-11-20T20:03:30.257Z | Compiling strum_macros v0.25.2 |
1498 | 2023-11-20T20:03:31.509Z | Compiling serde_tokenstream v0.1.7 |
1499 | 2023-11-20T20:03:32.627Z | Compiling lazy_static v1.4.0 |
1500 | 2023-11-20T20:03:32.840Z | Compiling socket2 v0.4.9 |
1501 | 2023-11-20T20:03:33.615Z | Compiling unicode-segmentation v1.10.1 |
1502 | 2023-11-20T20:03:34.089Z | Compiling try-lock v0.2.4 |
1503 | 2023-11-20T20:03:34.579Z | Compiling unicode-width v0.1.11 |
1504 | 2023-11-20T20:03:35.028Z | Compiling siphasher v0.3.11 |
1505 | 2023-11-20T20:03:35.536Z | Compiling adler v1.0.2 |
1506 | 2023-11-20T20:03:35.649Z | Compiling miniz_oxide v0.7.1 |
1507 | 2023-11-20T20:03:38.171Z | Compiling want v0.3.1 |
1508 | 2023-11-20T20:03:38.960Z | Compiling sct v0.7.0 |
1509 | 2023-11-20T20:03:39.393Z | Compiling rustls-webpki v0.101.7 |
1510 | 2023-11-20T20:03:40.346Z | Compiling h2 v0.3.21 |
1511 | 2023-11-20T20:03:41.827Z | Compiling form_urlencoded v1.2.0 |
1512 | 2023-11-20T20:03:42.172Z | Compiling http-body v0.4.5 |
1513 | 2023-11-20T20:03:42.379Z | Compiling hubpack_derive v0.1.1 |
1514 | 2023-11-20T20:03:43.503Z | Compiling num-iter v0.1.43 |
1515 | 2023-11-20T20:03:43.809Z | Compiling tower-service v0.3.2 |
1516 | 2023-11-20T20:03:44.481Z | Compiling anstyle v1.0.2 |
1517 | 2023-11-20T20:03:45.411Z | Compiling cpufeatures v0.2.9 |
1518 | 2023-11-20T20:03:45.415Z | Compiling utf8parse v0.2.1 |
1519 | 2023-11-20T20:03:45.431Z | Compiling httpdate v1.0.3 |
1520 | 2023-11-20T20:03:45.434Z | Compiling sha2 v0.10.8 |
1521 | 2023-11-20T20:03:45.444Z | Compiling anstyle-parse v0.2.1 |
1522 | 2023-11-20T20:03:50.262Z | Compiling usdt-attr-macro v0.3.5 |
1523 | 2023-11-20T20:03:50.970Z | Compiling usdt-macro v0.3.5 |
1524 | 2023-11-20T20:03:52.380Z | Compiling hyper v0.14.27 |
1525 | 2023-11-20T20:03:53.592Z | Compiling openapiv3 v2.0.0-rc.1 |
1526 | 2023-11-20T20:03:53.674Z | Compiling serde_tokenstream v0.2.0 |
1527 | 2023-11-20T20:03:54.519Z | Compiling rustls-pemfile v1.0.3 |
1528 | 2023-11-20T20:03:55.028Z | Compiling hmac v0.12.1 |
1529 | 2023-11-20T20:03:55.331Z | Compiling md-5 v0.10.5 |
1530 | 2023-11-20T20:03:56.797Z | Compiling stringprep v0.1.3 |
1531 | 2023-11-20T20:03:57.079Z | Compiling idna v0.4.0 |
1532 | 2023-11-20T20:03:57.254Z | Compiling diesel_table_macro_syntax v0.1.0 |
1533 | 2023-11-20T20:03:57.653Z | Compiling hash32 v0.2.1 |
1534 | 2023-11-20T20:03:57.815Z | Compiling gimli v0.28.0 |
1535 | 2023-11-20T20:03:58.212Z | Compiling colorchoice v1.0.0 |
1536 | 2023-11-20T20:03:58.425Z | Compiling either v1.9.0 |
1537 | 2023-11-20T20:03:58.933Z | Compiling stable_deref_trait v1.2.0 |
1538 | 2023-11-20T20:03:59.098Z | Compiling anstyle-query v1.0.0 |
1539 | 2023-11-20T20:03:59.504Z | Compiling fallible-iterator v0.2.0 |
1540 | 2023-11-20T20:04:00.022Z | Compiling anstream v0.5.0 |
1541 | 2023-11-20T20:04:00.666Z | Compiling postgres-protocol v0.6.6 |
1542 | 2023-11-20T20:04:01.585Z | Compiling url v2.4.1 |
1543 | 2023-11-20T20:04:01.814Z | Compiling diesel_derives v2.1.1 |
1544 | 2023-11-20T20:04:04.333Z | Compiling rustls-native-certs v0.6.3 |
1545 | 2023-11-20T20:04:04.601Z | Compiling tokio-rustls v0.24.1 |
1546 | 2023-11-20T20:04:04.864Z | Compiling addr2line v0.21.0 |
1547 | 2023-11-20T20:04:05.832Z | Compiling terminal_size v0.2.6 |
1548 | 2023-11-20T20:04:06.095Z | Compiling tokio-native-tls v0.3.1 |
1549 | 2023-11-20T20:04:09.373Z | Compiling phf_shared v0.11.2 |
1550 | 2023-11-20T20:04:10.796Z | Compiling block-padding v0.3.3 |
1551 | 2023-11-20T20:04:11.079Z | Compiling enum-as-inner v0.5.1 |
1552 | 2023-11-20T20:04:11.109Z | Compiling serde_repr v0.1.16 |
1553 | 2023-11-20T20:04:11.132Z | Compiling clap_derive v4.4.2 |
1554 | 2023-11-20T20:04:12.552Z | Compiling regress v0.7.1 |
1555 | 2023-11-20T20:04:13.347Z | Compiling scheduled-thread-pool v0.2.7 |
1556 | 2023-11-20T20:04:14.129Z | Compiling object v0.32.1 |
1557 | 2023-11-20T20:04:20.727Z | Compiling managed v0.8.0 |
1558 | 2023-11-20T20:04:21.592Z | Compiling num_threads v0.1.6 |
1559 | 2023-11-20T20:04:21.794Z | Compiling regex-automata v0.1.10 |
1560 | 2023-11-20T20:04:22.559Z | Compiling deranged v0.3.8 |
1561 | 2023-11-20T20:04:25.381Z | Compiling rustc-demangle v0.1.23 |
1562 | 2023-11-20T20:04:25.639Z | Compiling clap_lex v0.5.1 |
1563 | 2023-11-20T20:04:26.355Z | Compiling matches v0.1.10 |
1564 | 2023-11-20T20:04:27.246Z | Compiling ipnet v2.8.0 |
1565 | 2023-11-20T20:04:27.971Z | Compiling bit-vec v0.6.3 |
1566 | 2023-11-20T20:04:30.344Z | Compiling idna v0.2.3 |
1567 | 2023-11-20T20:04:31.274Z | Compiling clap_builder v4.4.2 |
1568 | 2023-11-20T20:04:32.511Z | Compiling time v0.3.27 |
1569 | 2023-11-20T20:04:32.759Z | Compiling bstr v0.2.17 |
1570 | 2023-11-20T20:04:33.998Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1571 | 2023-11-20T20:04:35.145Z | Compiling r2d2 v0.8.10 |
1572 | 2023-11-20T20:04:37.093Z | Compiling inout v0.1.3 |
1573 | 2023-11-20T20:04:38.087Z | Compiling phf v0.11.2 |
1574 | 2023-11-20T20:04:38.522Z | Compiling hyper-tls v0.5.0 |
1575 | 2023-11-20T20:04:39.058Z | Compiling hyper-rustls v0.24.2 |
1576 | 2023-11-20T20:04:40.251Z | Compiling signal-hook-mio v0.2.3 |
1577 | 2023-11-20T20:04:40.258Z | Compiling bzip2 v0.4.4 |
1578 | 2023-11-20T20:04:40.625Z | Compiling flate2 v1.0.28 |
1579 | 2023-11-20T20:04:40.653Z | Compiling postgres-types v0.2.6 |
1580 | 2023-11-20T20:04:42.142Z | Compiling itertools v0.11.0 |
1581 | 2023-11-20T20:04:43.089Z | Compiling hubpack v0.1.2 |
1582 | 2023-11-20T20:04:43.285Z | Compiling serde_urlencoded v0.7.1 |
1583 | 2023-11-20T20:04:43.783Z | Compiling phf_shared v0.10.0 |
1584 | 2023-11-20T20:04:44.167Z | Compiling ipnetwork v0.20.0 |
1585 | 2023-11-20T20:04:44.793Z | Compiling zerocopy v0.6.4 |
1586 | 2023-11-20T20:04:45.366Z | Compiling futures-executor v0.3.29 |
1587 | 2023-11-20T20:04:46.289Z | Compiling float-cmp v0.9.0 |
1588 | 2023-11-20T20:04:46.353Z | Compiling proc-macro-error-attr v1.0.4 |
1589 | 2023-11-20T20:04:46.622Z | Compiling encoding_rs v0.8.33 |
1590 | 2023-11-20T20:04:46.946Z | Compiling difflib v0.4.0 |
1591 | 2023-11-20T20:04:47.547Z | Compiling regex-automata v0.3.8 |
1592 | 2023-11-20T20:04:49.087Z | Compiling mime v0.3.17 |
1593 | 2023-11-20T20:04:50.380Z | Compiling normalize-line-endings v0.3.0 |
1594 | 2023-11-20T20:04:50.559Z | Compiling data-encoding v2.4.0 |
1595 | 2023-11-20T20:04:51.908Z | Compiling webpki-roots v0.25.2 |
1596 | 2023-11-20T20:04:52.667Z | Compiling predicates-core v1.0.6 |
1597 | 2023-11-20T20:04:52.924Z | Compiling precomputed-hash v0.1.1 |
1598 | 2023-11-20T20:04:53.077Z | Compiling whoami v1.4.1 |
1599 | 2023-11-20T20:04:53.367Z | Compiling fixedbitset v0.4.2 |
1600 | 2023-11-20T20:04:53.414Z | Compiling static_assertions v1.1.0 |
1601 | 2023-11-20T20:04:53.551Z | Compiling new_debug_unreachable v1.0.4 |
1602 | 2023-11-20T20:04:53.688Z | Compiling string_cache v0.8.7 |
1603 | 2023-11-20T20:04:53.941Z | Compiling petgraph v0.6.4 |
1604 | 2023-11-20T20:04:53.985Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1605 | 2023-11-20T20:04:54.359Z | Compiling tokio-postgres v0.7.10 |
1606 | 2023-11-20T20:04:59.085Z | Compiling predicates v3.0.4 |
1607 | 2023-11-20T20:05:01.439Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1608 | 2023-11-20T20:05:02.428Z | Compiling reqwest v0.11.22 |
1609 | 2023-11-20T20:05:03.528Z | Compiling trust-dns-proto v0.22.0 |
1610 | 2023-11-20T20:05:07.993Z | Compiling bstr v1.6.0 |
1611 | 2023-11-20T20:05:13.402Z | Compiling futures v0.3.29 |
1612 | 2023-11-20T20:05:14.788Z | Compiling diesel v2.1.4 |
1613 | 2023-11-20T20:05:15.237Z | Compiling zip v0.6.6 |
1614 | 2023-11-20T20:05:16.287Z | Compiling yasna v0.5.2 |
1615 | 2023-11-20T20:05:17.348Z | Compiling crossterm v0.27.0 |
1616 | 2023-11-20T20:05:19.089Z | Compiling cipher v0.4.4 |
1617 | 2023-11-20T20:05:19.100Z | Compiling clap v4.4.3 |
1618 | 2023-11-20T20:05:20.410Z | Compiling similar v2.2.1 |
1619 | 2023-11-20T20:05:21.274Z | Compiling bit-set v0.5.3 |
1620 | 2023-11-20T20:05:21.703Z | Compiling itertools v0.10.5 |
1621 | 2023-11-20T20:05:22.860Z | Compiling usdt v0.3.5 |
1622 | 2023-11-20T20:05:23.075Z | Compiling console v0.15.7 |
1623 | 2023-11-20T20:05:23.241Z | Compiling tokio-stream v0.1.14 |
1624 | 2023-11-20T20:05:23.824Z | Compiling proc-macro-crate v1.3.1 |
1625 | 2023-11-20T20:05:24.058Z | Compiling toml v0.7.8 |
1626 | 2023-11-20T20:05:24.797Z | Compiling toml_edit v0.21.0 |
1627 | 2023-11-20T20:05:25.187Z | Compiling hex v0.4.3 |
1628 | 2023-11-20T20:05:25.269Z | Compiling signature v2.1.0 |
1629 | 2023-11-20T20:05:26.118Z | Compiling proc-macro-error v1.0.4 |
1630 | 2023-11-20T20:05:26.562Z | Compiling lalrpop-util v0.19.12 |
1631 | 2023-11-20T20:05:28.512Z | Compiling num_enum_derive v0.5.11 |
1632 | 2023-11-20T20:05:33.507Z | Compiling atty v0.2.14 |
1633 | 2023-11-20T20:05:33.720Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2023-11-20T20:05:33.961Z | Compiling ident_case v1.0.1 |
1635 | 2023-11-20T20:05:34.190Z | Compiling darling_core v0.20.3 |
1636 | 2023-11-20T20:05:40.845Z | Compiling num_enum v0.5.11 |
1637 | 2023-11-20T20:06:00.844Z | Compiling dirs-sys-next v0.1.2 |
1638 | 2023-11-20T20:06:03.034Z | Compiling postcard-cobs v0.1.5-pre |
1639 | 2023-11-20T20:06:04.906Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2023-11-20T20:06:09.391Z | Compiling postcard v0.7.3 |
1641 | 2023-11-20T20:06:10.407Z | Compiling dirs-next v2.0.0 |
1642 | 2023-11-20T20:06:11.339Z | Compiling darling_macro v0.20.3 |
1643 | 2023-11-20T20:06:15.421Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1644 | 2023-11-20T20:06:23.218Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1645 | 2023-11-20T20:06:23.630Z | Compiling smoltcp v0.8.2 |
1646 | 2023-11-20T20:06:26.574Z | Compiling getopts v0.2.21 |
1647 | 2023-11-20T20:06:32.296Z | Compiling structmeta-derive v0.2.0 |
1648 | 2023-11-20T20:06:36.536Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2023-11-20T20:06:40.703Z | Compiling thread_local v1.1.7 |
1650 | 2023-11-20T20:06:42.010Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1651 | 2023-11-20T20:06:42.446Z | Compiling multer v2.1.0 |
1652 | 2023-11-20T20:06:43.654Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1653 | 2023-11-20T20:06:44.993Z | Compiling cfg-if v0.1.10 |
1654 | 2023-11-20T20:06:45.130Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1655 | 2023-11-20T20:06:45.471Z | Compiling unsafe-libyaml v0.2.9 |
1656 | 2023-11-20T20:06:46.997Z | Compiling match_cfg v0.1.0 |
1657 | 2023-11-20T20:06:47.154Z | Compiling camino v1.1.6 |
1658 | 2023-11-20T20:06:48.091Z | Compiling slog-async v2.8.0 |
1659 | 2023-11-20T20:06:48.884Z | Compiling foreign-types-shared v0.3.1 |
1660 | 2023-11-20T20:06:48.887Z | Compiling paste v1.0.14 |
1661 | 2023-11-20T20:06:50.100Z | Compiling foreign-types v0.5.0 |
1662 | 2023-11-20T20:06:56.251Z | Compiling serde_yaml v0.9.25 |
1663 | 2023-11-20T20:06:56.314Z | Compiling hostname v0.3.1 |
1664 | 2023-11-20T20:06:56.757Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1665 | 2023-11-20T20:07:01.762Z | Compiling structmeta v0.2.0 |
1666 | 2023-11-20T20:07:03.528Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1667 | 2023-11-20T20:07:11.588Z | Compiling darling v0.20.3 |
1668 | 2023-11-20T20:07:35.309Z | Compiling term v0.7.0 |
1669 | 2023-11-20T20:07:35.433Z | Compiling slog-json v2.6.1 |
1670 | 2023-11-20T20:07:36.861Z | Compiling is-terminal v0.4.9 |
1671 | 2023-11-20T20:07:37.593Z | Compiling crossbeam-channel v0.5.8 |
1672 | 2023-11-20T20:07:38.302Z | Compiling strum v0.25.0 |
1673 | 2023-11-20T20:07:38.588Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1674 | 2023-11-20T20:07:38.842Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1675 | 2023-11-20T20:07:38.995Z | Compiling async-stream-impl v0.3.5 |
1676 | 2023-11-20T20:07:39.107Z | Compiling cstr-argument v0.1.2 |
1677 | 2023-11-20T20:07:39.177Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1678 | 2023-11-20T20:07:39.250Z | Compiling atomic-waker v1.1.1 |
1679 | 2023-11-20T20:07:39.402Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1680 | 2023-11-20T20:07:39.495Z | Compiling pretty-hex v0.2.1 |
1681 | 2023-11-20T20:07:39.504Z | Compiling take_mut v0.2.2 |
1682 | 2023-11-20T20:07:39.683Z | Compiling regex-syntax v0.7.5 |
1683 | 2023-11-20T20:07:39.776Z | Compiling crucible-workspace-hack v0.1.0 |
1684 | 2023-11-20T20:07:39.829Z | Compiling parse-display-derive v0.8.2 |
1685 | 2023-11-20T20:07:39.852Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1686 | 2023-11-20T20:07:39.876Z | Compiling async-stream v0.3.5 |
1687 | 2023-11-20T20:07:39.976Z | Compiling waitgroup v0.1.2 |
1688 | 2023-11-20T20:07:40.196Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1689 | 2023-11-20T20:07:40.243Z | Compiling colored v2.0.4 |
1690 | 2023-11-20T20:07:41.030Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1691 | 2023-11-20T20:07:41.474Z | Compiling slog-bunyan v2.4.0 |
1692 | 2023-11-20T20:07:41.899Z | Compiling slog-term v2.9.0 |
1693 | 2023-11-20T20:07:46.793Z | Compiling serde_with_macros v2.3.3 |
1694 | 2023-11-20T20:07:55.066Z | Compiling toml v0.8.8 |
1695 | 2023-11-20T20:07:56.203Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1696 | 2023-11-20T20:07:56.231Z | Compiling sha1 v0.10.6 |
1697 | 2023-11-20T20:07:57.738Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1698 | 2023-11-20T20:07:58.590Z | Compiling textwrap v0.11.0 |
1699 | 2023-11-20T20:08:00.709Z | Compiling heck v0.3.3 |
1700 | 2023-11-20T20:08:01.282Z | Compiling serde_path_to_error v0.1.14 |
1701 | 2023-11-20T20:08:01.807Z | Compiling instant v0.1.12 |
1702 | 2023-11-20T20:08:02.038Z | Compiling debug-ignore v1.0.5 |
1703 | 2023-11-20T20:08:02.878Z | Compiling vec_map v0.8.2 |
1704 | 2023-11-20T20:08:02.936Z | Compiling rayon-core v1.12.0 |
1705 | 2023-11-20T20:08:03.100Z | Compiling strsim v0.8.0 |
1706 | 2023-11-20T20:08:03.354Z | Compiling libefi-sys v0.1.0 |
1707 | 2023-11-20T20:08:03.375Z | Compiling ansi_term v0.12.1 |
1708 | 2023-11-20T20:08:03.854Z | Compiling clap v2.34.0 |
1709 | 2023-11-20T20:08:04.836Z | Compiling backoff v0.4.0 |
1710 | 2023-11-20T20:08:05.354Z | Compiling structopt-derive v0.4.18 |
1711 | 2023-11-20T20:08:05.414Z | Compiling serde_with v2.3.3 |
1712 | 2023-11-20T20:08:06.831Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1713 | 2023-11-20T20:08:07.090Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1714 | 2023-11-20T20:08:09.811Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1715 | 2023-11-20T20:08:11.547Z | Compiling parse-display v0.8.2 |
1716 | 2023-11-20T20:08:12.003Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1717 | 2023-11-20T20:08:12.768Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1718 | 2023-11-20T20:08:13.041Z | Compiling zone_cfg_derive v0.3.0 |
1719 | 2023-11-20T20:08:13.085Z | Compiling crossbeam-deque v0.8.3 |
1720 | 2023-11-20T20:08:13.693Z | Compiling macaddr v1.0.1 |
1721 | 2023-11-20T20:08:14.416Z | Compiling num-derive v0.4.0 |
1722 | 2023-11-20T20:08:14.858Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1723 | 2023-11-20T20:08:15.211Z | Compiling portable-atomic v1.4.3 |
1724 | 2023-11-20T20:08:15.651Z | Compiling zone v0.3.0 |
1725 | 2023-11-20T20:08:18.018Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1726 | 2023-11-20T20:08:20.946Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1727 | 2023-11-20T20:08:21.712Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1728 | 2023-11-20T20:08:21.786Z | Compiling structopt v0.3.26 |
1729 | 2023-11-20T20:08:22.633Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1730 | 2023-11-20T20:08:23.514Z | Compiling smf v0.2.2 |
1731 | 2023-11-20T20:08:24.405Z | Compiling filetime v0.2.22 |
1732 | 2023-11-20T20:08:24.525Z | Compiling xattr v1.0.1 |
1733 | 2023-11-20T20:08:24.898Z | Compiling same-file v1.0.6 |
1734 | 2023-11-20T20:08:24.969Z | Compiling fastrand v2.0.0 |
1735 | 2023-11-20T20:08:25.362Z | Compiling walkdir v2.4.0 |
1736 | 2023-11-20T20:08:26.055Z | Compiling tempfile v3.8.0 |
1737 | 2023-11-20T20:08:26.676Z | Compiling tar v0.4.40 |
1738 | 2023-11-20T20:08:28.301Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1739 | 2023-11-20T20:08:28.978Z | Compiling rayon v1.8.0 |
1740 | 2023-11-20T20:08:30.251Z | Compiling number_prefix v0.4.0 |
1741 | 2023-11-20T20:08:30.637Z | Compiling omicron-zone-package v0.9.1 |
1742 | 2023-11-20T20:08:32.492Z | Compiling swrite v0.1.0 |
1743 | 2023-11-20T20:08:32.707Z | Compiling topological-sort v0.2.2 |
1744 | 2023-11-20T20:08:38.100Z | Compiling indicatif v0.17.7 |
1745 | 2023-11-20T20:08:53.123Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1746 | 2023-11-20T20:09:03.480Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1747 | 2023-11-20T20:09:06.850Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1748 | 2023-11-20T20:09:09.560Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1749 | 2023-11-20T20:09:35.892Z | Finished release [optimized] target(s) in 7m 44s |
1750 | 2023-11-20T20:09:36.135Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1751 | 2023-11-20T20:09:36.260Z | Created new build target 'test' and set it as active |
1752 | 2023-11-20T20:09:36.265Z | |
1753 | 2023-11-20T20:09:36.270Z | real 7:44.978225081 |
1754 | 2023-11-20T20:09:36.274Z | user 50:14.003755780 |
1755 | 2023-11-20T20:09:36.278Z | sys 4:25.251682813 |
1756 | 2023-11-20T20:09:36.285Z | trap 1.899514129 |
1757 | 2023-11-20T20:09:36.702Z | tflt 3.550739366 |
1758 | 2023-11-20T20:09:36.714Z | dflt 5.117569771 |
1759 | 2023-11-20T20:09:36.723Z | kflt 0.030891605 |
1760 | 2023-11-20T20:09:36.728Z | lock 1:49:07.180547785 |
1761 | 2023-11-20T20:09:36.731Z | slp 2:21:08.453537284 |
1762 | 2023-11-20T20:09:36.734Z | lat 2:19.027359563 |
1763 | 2023-11-20T20:09:36.737Z | stop 3:32.998671165 |
1764 | 2023-11-20T20:09:36.740Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1765 | 2023-11-20T20:09:37.286Z | Finished release [optimized] target(s) in 0.94s |
1766 | 2023-11-20T20:09:37.290Z | Running `target/release/omicron-package -t test package` |
1767 | 2023-11-20T20:09:37.313Z | Nov 20 20:09:37.313 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1768 | 2023-11-20T20:09:38.410Z | Compiling serde_json v1.0.108 |
1769 | 2023-11-20T20:09:38.454Z | Compiling base64ct v1.6.0 |
1770 | 2023-11-20T20:09:38.462Z | Compiling linked-hash-map v0.5.6 |
1771 | 2023-11-20T20:09:38.465Z | Compiling blake2 v0.10.6 |
1772 | 2023-11-20T20:09:38.468Z | Compiling same-file v1.0.6 |
1773 | 2023-11-20T20:09:38.471Z | Compiling semver-parser v0.10.2 |
1774 | 2023-11-20T20:09:38.478Z | Compiling fastrand v2.0.0 |
1775 | 2023-11-20T20:09:38.481Z | Compiling quick-error v1.2.3 |
1776 | 2023-11-20T20:09:38.666Z | Compiling resolv-conf v0.7.0 |
1777 | 2023-11-20T20:09:38.773Z | Compiling walkdir v2.4.0 |
1778 | 2023-11-20T20:09:39.085Z | Compiling lru-cache v0.1.2 |
1779 | 2023-11-20T20:09:39.500Z | Compiling password-hash v0.5.0 |
1780 | 2023-11-20T20:09:39.511Z | Compiling tempfile v3.8.0 |
1781 | 2023-11-20T20:09:39.706Z | Compiling semver v0.11.0 |
1782 | 2023-11-20T20:09:39.849Z | Compiling xattr v1.0.1 |
1783 | 2023-11-20T20:09:40.208Z | Compiling argon2 v0.5.2 |
1784 | 2023-11-20T20:09:40.556Z | Compiling filetime v0.2.22 |
1785 | 2023-11-20T20:09:40.776Z | Compiling slog-dtrace v0.2.3 |
1786 | 2023-11-20T20:09:40.786Z | Compiling home v0.5.5 |
1787 | 2023-11-20T20:09:40.971Z | Compiling toolchain_find v0.2.0 |
1788 | 2023-11-20T20:09:41.103Z | Compiling tar v0.4.40 |
1789 | 2023-11-20T20:09:41.264Z | Compiling trust-dns-resolver v0.22.0 |
1790 | 2023-11-20T20:09:41.757Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1791 | 2023-11-20T20:09:41.762Z | Compiling schemars v0.8.13 |
1792 | 2023-11-20T20:09:41.846Z | Compiling openapiv3 v2.0.0-rc.1 |
1793 | 2023-11-20T20:09:42.190Z | Compiling reqwest v0.11.22 |
1794 | 2023-11-20T20:09:43.449Z | Compiling usdt-impl v0.3.5 |
1795 | 2023-11-20T20:09:44.176Z | Compiling postgres-types v0.2.6 |
1796 | 2023-11-20T20:09:44.839Z | Compiling usdt v0.3.5 |
1797 | 2023-11-20T20:09:45.602Z | Compiling ipnetwork v0.20.0 |
1798 | 2023-11-20T20:09:50.362Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1799 | 2023-11-20T20:09:51.371Z | Compiling diesel v2.1.4 |
1800 | 2023-11-20T20:10:03.949Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1801 | 2023-11-20T20:10:04.071Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1802 | 2023-11-20T20:10:04.193Z | Compiling tokio-postgres v0.7.10 |
1803 | 2023-11-20T20:10:04.275Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1804 | 2023-11-20T20:10:04.355Z | Compiling slog-json v2.6.1 |
1805 | 2023-11-20T20:10:04.453Z | Compiling slog-bunyan v2.4.0 |
1806 | 2023-11-20T20:10:04.508Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-11-20T20:10:04.574Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1808 | 2023-11-20T20:10:06.546Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1809 | 2023-11-20T20:10:06.839Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1810 | 2023-11-20T20:10:11.389Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1811 | 2023-11-20T20:10:15.982Z | Compiling toml v0.5.11 |
1812 | 2023-11-20T20:10:19.430Z | Compiling rustfmt-wrapper v0.2.0 |
1813 | 2023-11-20T20:10:20.436Z | Compiling omicron-zone-package v0.9.1 |
1814 | 2023-11-20T20:10:21.720Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1815 | 2023-11-20T20:10:22.117Z | Compiling toml v0.8.8 |
1816 | 2023-11-20T20:10:22.907Z | Compiling num-rational v0.4.1 |
1817 | 2023-11-20T20:10:23.356Z | Compiling cancel-safe-futures v0.1.5 |
1818 | 2023-11-20T20:10:24.227Z | Compiling utf-8 v0.7.6 |
1819 | 2023-11-20T20:10:24.722Z | Compiling convert_case v0.4.0 |
1820 | 2023-11-20T20:10:25.980Z | Compiling derive_more v0.99.17 |
1821 | 2023-11-20T20:10:27.474Z | Compiling pem-rfc7468 v0.7.0 |
1822 | 2023-11-20T20:10:29.164Z | Compiling num-complex v0.4.4 |
1823 | 2023-11-20T20:10:30.403Z | Compiling der_derive v0.7.2 |
1824 | 2023-11-20T20:10:31.261Z | Compiling semver v0.1.20 |
1825 | 2023-11-20T20:10:32.208Z | Compiling flagset v0.4.3 |
1826 | 2023-11-20T20:10:32.561Z | Compiling rustc_version v0.1.7 |
1827 | 2023-11-20T20:10:33.152Z | Compiling num v0.4.1 |
1828 | 2023-11-20T20:10:33.296Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1829 | 2023-11-20T20:10:34.218Z | Compiling der v0.7.8 |
1830 | 2023-11-20T20:10:34.853Z | Compiling hkdf v0.12.3 |
1831 | 2023-11-20T20:10:35.224Z | Compiling fxhash v0.2.1 |
1832 | 2023-11-20T20:10:35.552Z | Compiling unicase v2.7.0 |
1833 | 2023-11-20T20:10:35.996Z | Compiling radium v0.7.0 |
1834 | 2023-11-20T20:10:36.678Z | Compiling newtype_derive v0.1.6 |
1835 | 2023-11-20T20:10:37.098Z | Compiling tap v1.0.1 |
1836 | 2023-11-20T20:10:37.340Z | Compiling ciborium-io v0.2.1 |
1837 | 2023-11-20T20:10:37.510Z | Compiling maybe-uninit v2.0.0 |
1838 | 2023-11-20T20:10:38.164Z | Compiling spki v0.7.2 |
1839 | 2023-11-20T20:10:38.181Z | Compiling arc-swap v1.6.0 |
1840 | 2023-11-20T20:10:39.008Z | Compiling keccak v0.1.4 |
1841 | 2023-11-20T20:10:39.436Z | Compiling base64 v0.13.1 |
1842 | 2023-11-20T20:10:40.613Z | Compiling half v1.8.2 |
1843 | 2023-11-20T20:10:40.852Z | Compiling sha3 v0.10.8 |
1844 | 2023-11-20T20:10:42.286Z | Compiling ciborium-ll v0.2.1 |
1845 | 2023-11-20T20:10:42.577Z | Compiling slog-scope v4.4.0 |
1846 | 2023-11-20T20:10:43.208Z | Compiling wyz v0.5.1 |
1847 | 2023-11-20T20:10:44.059Z | Compiling secrecy v0.8.0 |
1848 | 2023-11-20T20:10:44.435Z | Compiling crc-catalog v2.2.0 |
1849 | 2023-11-20T20:10:44.639Z | Compiling num-bigint-dig v0.8.4 |
1850 | 2023-11-20T20:10:44.919Z | Compiling funty v2.0.0 |
1851 | 2023-11-20T20:10:45.065Z | Compiling parking_lot_core v0.8.6 |
1852 | 2023-11-20T20:10:45.649Z | Compiling packed_struct v0.10.1 |
1853 | 2023-11-20T20:10:46.304Z | Compiling crc v3.0.1 |
1854 | 2023-11-20T20:10:47.461Z | Compiling bitvec v1.0.1 |
1855 | 2023-11-20T20:10:48.199Z | Compiling slog-stdlog v4.1.1 |
1856 | 2023-11-20T20:10:48.257Z | Compiling ciborium v0.2.1 |
1857 | 2023-11-20T20:10:49.729Z | Compiling pkcs8 v0.10.2 |
1858 | 2023-11-20T20:10:50.008Z | Compiling nibble_vec v0.1.0 |
1859 | 2023-11-20T20:10:50.317Z | Compiling packed_struct_codegen v0.10.1 |
1860 | 2023-11-20T20:10:52.035Z | Compiling dirs-sys-next v0.1.2 |
1861 | 2023-11-20T20:10:52.678Z | Compiling glob v0.3.1 |
1862 | 2023-11-20T20:10:52.814Z | Compiling doc-comment v0.3.3 |
1863 | 2023-11-20T20:10:53.520Z | Compiling endian-type v0.1.2 |
1864 | 2023-11-20T20:10:53.872Z | Compiling crunchy v0.2.2 |
1865 | 2023-11-20T20:10:54.029Z | Compiling nodrop v0.1.14 |
1866 | 2023-11-20T20:10:54.197Z | Compiling array-init v0.0.4 |
1867 | 2023-11-20T20:10:54.585Z | Compiling clang-sys v1.6.1 |
1868 | 2023-11-20T20:10:54.627Z | Compiling radix_trie v0.2.1 |
1869 | 2023-11-20T20:10:55.808Z | Compiling dirs-next v2.0.0 |
1870 | 2023-11-20T20:10:56.042Z | Compiling pkcs1 v0.7.5 |
1871 | 2023-11-20T20:10:56.311Z | Compiling slog-envlogger v2.2.0 |
1872 | 2023-11-20T20:10:56.581Z | Compiling smallvec v0.6.14 |
1873 | 2023-11-20T20:10:57.197Z | Compiling steno v0.4.0 |
1874 | 2023-11-20T20:11:02.311Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1875 | 2023-11-20T20:11:02.325Z | Compiling tiny-keccak v2.0.2 |
1876 | 2023-11-20T20:11:02.575Z | Compiling prettyplease v0.2.12 |
1877 | 2023-11-20T20:11:02.745Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1878 | 2023-11-20T20:11:02.884Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1879 | 2023-11-20T20:11:03.013Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1880 | 2023-11-20T20:11:08.561Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1881 | 2023-11-20T20:11:14.935Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1882 | 2023-11-20T20:11:15.872Z | Compiling termcolor v1.2.0 |
1883 | 2023-11-20T20:11:17.510Z | Compiling platforms v3.0.2 |
1884 | 2023-11-20T20:11:17.846Z | Compiling bitfield v0.14.0 |
1885 | 2023-11-20T20:11:18.087Z | Compiling env_logger v0.10.0 |
1886 | 2023-11-20T20:11:18.302Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1887 | 2023-11-20T20:11:21.679Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1888 | 2023-11-20T20:11:24.200Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1889 | 2023-11-20T20:11:24.632Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1890 | 2023-11-20T20:11:25.859Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1891 | 2023-11-20T20:11:36.285Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1892 | 2023-11-20T20:11:39.609Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1893 | 2023-11-20T20:11:40.653Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1894 | 2023-11-20T20:11:52.654Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1895 | 2023-11-20T20:11:53.307Z | Compiling rsa v0.9.2 |
1896 | 2023-11-20T20:11:55.360Z | Compiling parking_lot v0.11.2 |
1897 | 2023-11-20T20:11:57.030Z | Compiling serde-hex v0.1.0 |
1898 | 2023-11-20T20:11:59.290Z | Compiling mime_guess v2.0.4 |
1899 | 2023-11-20T20:12:00.171Z | Compiling term v0.7.0 |
1900 | 2023-11-20T20:12:01.672Z | Compiling trust-dns-client v0.22.0 |
1901 | 2023-11-20T20:12:02.091Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1902 | 2023-11-20T20:12:02.222Z | Compiling x509-cert v0.2.4 |
1903 | 2023-11-20T20:12:02.525Z | Compiling tungstenite v0.20.1 |
1904 | 2023-11-20T20:12:02.616Z | Compiling darling_core v0.14.4 |
1905 | 2023-11-20T20:12:06.047Z | Compiling ron v0.8.1 |
1906 | 2023-11-20T20:12:12.256Z | Compiling snafu-derive v0.7.5 |
1907 | 2023-11-20T20:12:16.925Z | Compiling minimal-lexical v0.2.1 |
1908 | 2023-11-20T20:12:17.714Z | Compiling crc-any v2.4.3 |
1909 | 2023-11-20T20:12:19.331Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1910 | 2023-11-20T20:12:19.367Z | Compiling nom v7.1.3 |
1911 | 2023-11-20T20:12:20.621Z | Compiling snafu v0.7.5 |
1912 | 2023-11-20T20:12:22.442Z | Compiling trust-dns-server v0.22.1 |
1913 | 2023-11-20T20:12:24.064Z | Compiling darling_macro v0.14.4 |
1914 | 2023-11-20T20:12:25.523Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1915 | 2023-11-20T20:12:25.786Z | Compiling tokio-tungstenite v0.20.1 |
1916 | 2023-11-20T20:12:28.171Z | Compiling ascii-canvas v3.0.0 |
1917 | 2023-11-20T20:12:28.324Z | Compiling sled v0.34.7 |
1918 | 2023-11-20T20:12:28.945Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1919 | 2023-11-20T20:12:31.237Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1920 | 2023-11-20T20:12:50.231Z | Compiling object v0.30.4 |
1921 | 2023-11-20T20:12:52.266Z | Compiling itertools v0.12.0 |
1922 | 2023-11-20T20:12:52.903Z | Compiling is-terminal v0.4.9 |
1923 | 2023-11-20T20:12:53.074Z | Compiling libsw v3.3.0 |
1924 | 2023-11-20T20:12:53.558Z | Compiling ena v0.14.2 |
1925 | 2023-11-20T20:12:54.236Z | Compiling derive-where v1.2.5 |
1926 | 2023-11-20T20:12:55.418Z | Compiling libloading v0.7.4 |
1927 | 2023-11-20T20:12:55.963Z | Compiling bindgen v0.65.1 |
1928 | 2023-11-20T20:12:56.604Z | Compiling owo-colors v3.5.0 |
1929 | 2023-11-20T20:12:58.258Z | Compiling linear-map v1.2.0 |
1930 | 2023-11-20T20:12:58.968Z | Compiling pretty-hex v0.3.0 |
1931 | 2023-11-20T20:12:59.311Z | Compiling path-slash v0.1.5 |
1932 | 2023-11-20T20:12:59.550Z | Compiling diff v0.1.13 |
1933 | 2023-11-20T20:12:59.602Z | Compiling regex-syntax v0.6.29 |
1934 | 2023-11-20T20:12:59.979Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1935 | 2023-11-20T20:13:00.393Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1936 | 2023-11-20T20:13:08.988Z | Compiling lalrpop v0.19.12 |
1937 | 2023-11-20T20:13:12.443Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1938 | 2023-11-20T20:13:16.534Z | Compiling curve25519-dalek v4.1.0 |
1939 | 2023-11-20T20:13:17.130Z | Compiling darling v0.14.4 |
1940 | 2023-11-20T20:13:17.285Z | Compiling cexpr v0.6.0 |
1941 | 2023-11-20T20:13:19.778Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2023-11-20T20:13:22.296Z | Compiling which v4.4.0 |
1943 | 2023-11-20T20:13:22.523Z | Compiling ff v0.13.0 |
1944 | 2023-11-20T20:13:22.867Z | Compiling kstat-rs v0.2.3 |
1945 | 2023-11-20T20:13:23.083Z | Compiling path-dedot v3.1.0 |
1946 | 2023-11-20T20:13:23.428Z | Compiling memoffset v0.7.1 |
1947 | 2023-11-20T20:13:23.872Z | Compiling peeking_take_while v0.1.2 |
1948 | 2023-11-20T20:13:24.058Z | Compiling display-error-chain v0.2.0 |
1949 | 2023-11-20T20:13:24.303Z | Compiling lazycell v1.3.0 |
1950 | 2023-11-20T20:13:24.533Z | Compiling rustc-hash v1.1.0 |
1951 | 2023-11-20T20:13:24.737Z | Compiling shlex v1.1.0 |
1952 | 2023-11-20T20:13:25.110Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1953 | 2023-11-20T20:13:26.775Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1954 | 2023-11-20T20:13:29.291Z | Compiling path-absolutize v3.1.0 |
1955 | 2023-11-20T20:13:29.578Z | Compiling group v0.13.0 |
1956 | 2023-11-20T20:13:29.817Z | Compiling derive_builder_core v0.12.0 |
1957 | 2023-11-20T20:13:33.518Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1958 | 2023-11-20T20:13:40.693Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1959 | 2023-11-20T20:13:41.071Z | Compiling pem v1.1.1 |
1960 | 2023-11-20T20:13:41.233Z | Compiling camino-tempfile v1.0.2 |
1961 | 2023-11-20T20:13:42.497Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1962 | 2023-11-20T20:13:43.570Z | Compiling olpc-cjson v0.1.3 |
1963 | 2023-11-20T20:13:44.248Z | Compiling globset v0.4.13 |
1964 | 2023-11-20T20:13:44.936Z | Compiling universal-hash v0.5.1 |
1965 | 2023-11-20T20:13:44.956Z | Compiling crypto-bigint v0.5.2 |
1966 | 2023-11-20T20:13:47.786Z | Compiling bcs v0.1.6 |
1967 | 2023-11-20T20:13:49.729Z | Compiling serde_plain v1.0.2 |
1968 | 2023-11-20T20:13:49.839Z | Compiling libxml v0.3.3 |
1969 | 2023-11-20T20:13:50.163Z | Compiling curve25519-dalek-derive v0.1.0 |
1970 | 2023-11-20T20:13:50.352Z | Compiling thiserror-impl-no-std v2.0.2 |
1971 | 2023-11-20T20:13:50.460Z | Compiling highway v1.1.0 |
1972 | 2023-11-20T20:13:52.345Z | Compiling base16ct v0.2.0 |
1973 | 2023-11-20T20:13:52.789Z | Compiling opaque-debug v0.3.0 |
1974 | 2023-11-20T20:13:52.907Z | Compiling ref-cast v1.0.20 |
1975 | 2023-11-20T20:13:52.918Z | Compiling buf-list v1.0.3 |
1976 | 2023-11-20T20:13:53.688Z | Compiling poly1305 v0.8.0 |
1977 | 2023-11-20T20:13:53.810Z | Compiling elliptic-curve v0.13.5 |
1978 | 2023-11-20T20:13:54.772Z | Compiling thiserror-no-std v2.0.2 |
1979 | 2023-11-20T20:13:54.920Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1980 | 2023-11-20T20:13:54.989Z | Compiling tough v0.14.0 |
1981 | 2023-11-20T20:13:56.320Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1982 | 2023-11-20T20:13:56.949Z | Compiling polar-core v0.27.0 |
1983 | 2023-11-20T20:13:59.075Z | Compiling derive_builder_macro v0.12.0 |
1984 | 2023-11-20T20:14:00.441Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1985 | 2023-11-20T20:14:06.519Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1986 | 2023-11-20T20:14:07.675Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1987 | 2023-11-20T20:14:10.189Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1988 | 2023-11-20T20:14:10.608Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1989 | 2023-11-20T20:14:11.022Z | Compiling chacha20 v0.9.1 |
1990 | 2023-11-20T20:14:11.749Z | Compiling strum_macros v0.24.3 |
1991 | 2023-11-20T20:14:13.735Z | Compiling aead v0.5.2 |
1992 | 2023-11-20T20:14:14.225Z | Compiling ref-cast-impl v1.0.20 |
1993 | 2023-11-20T20:14:15.969Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1994 | 2023-11-20T20:14:16.449Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1995 | 2023-11-20T20:14:17.296Z | Compiling cookie v0.18.0 |
1996 | 2023-11-20T20:14:17.338Z | Compiling salty v0.2.0 |
1997 | 2023-11-20T20:14:17.442Z | Compiling indoc v1.0.9 |
1998 | 2023-11-20T20:14:17.909Z | Compiling signature v1.6.4 |
1999 | 2023-11-20T20:14:18.124Z | Compiling ed25519 v1.5.3 |
2000 | 2023-11-20T20:14:18.853Z | Compiling chacha20poly1305 v0.10.1 |
2001 | 2023-11-20T20:14:19.528Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2002 | 2023-11-20T20:14:19.531Z | Compiling derive_builder v0.12.0 |
2003 | 2023-11-20T20:14:22.494Z | Compiling vsss-rs v3.3.1 |
2004 | 2023-11-20T20:14:32.060Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2005 | 2023-11-20T20:14:32.369Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2006 | 2023-11-20T20:14:36.597Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2007 | 2023-11-20T20:14:36.712Z | Compiling tungstenite v0.18.0 |
2008 | 2023-11-20T20:14:37.120Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2009 | 2023-11-20T20:14:37.530Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2010 | 2023-11-20T20:14:40.844Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2011 | 2023-11-20T20:14:41.321Z | Compiling headers-core v0.2.0 |
2012 | 2023-11-20T20:14:41.555Z | Compiling bb8 v0.8.1 |
2013 | 2023-11-20T20:14:42.426Z | Compiling quick-xml v0.23.1 |
2014 | 2023-11-20T20:14:43.862Z | Compiling serde-big-array v0.5.1 |
2015 | 2023-11-20T20:14:44.229Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2016 | 2023-11-20T20:14:45.461Z | Compiling oso-derive v0.27.0 |
2017 | 2023-11-20T20:14:45.803Z | Compiling impl-trait-for-tuples v0.2.2 |
2018 | 2023-11-20T20:14:46.339Z | Compiling fs-err v2.10.0 |
2019 | 2023-11-20T20:14:46.779Z | Compiling maplit v1.0.2 |
2020 | 2023-11-20T20:14:46.929Z | Compiling http-range v0.1.5 |
2021 | 2023-11-20T20:14:47.173Z | Compiling hyper-staticfile v0.9.5 |
2022 | 2023-11-20T20:14:52.792Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2023 | 2023-11-20T20:15:02.082Z | Compiling oso v0.27.0 |
2024 | 2023-11-20T20:15:02.371Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2025 | 2023-11-20T20:15:03.432Z | Compiling headers v0.3.9 |
2026 | 2023-11-20T20:15:05.105Z | Compiling tokio-tungstenite v0.18.0 |
2027 | 2023-11-20T20:15:05.929Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2028 | 2023-11-20T20:15:31.261Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2029 | 2023-11-20T20:15:33.481Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2030 | 2023-11-20T20:15:33.693Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2031 | 2023-11-20T20:15:33.917Z | Compiling signal-hook-tokio v0.3.1 |
2032 | 2023-11-20T20:15:34.242Z | Compiling serde-big-array v0.4.1 |
2033 | 2023-11-20T20:15:34.483Z | Compiling indoc v2.0.3 |
2034 | 2023-11-20T20:15:38.811Z | Compiling cassowary v0.3.0 |
2035 | 2023-11-20T20:15:38.869Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2036 | 2023-11-20T20:15:38.928Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2037 | 2023-11-20T20:15:38.954Z | Compiling ratatui v0.23.0 |
2038 | 2023-11-20T20:15:39.009Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2039 | 2023-11-20T20:15:44.435Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2040 | 2023-11-20T20:15:45.002Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2041 | 2023-11-20T20:16:16.792Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2042 | 2023-11-20T20:16:17.039Z | Compiling fatfs v0.3.6 |
2043 | 2023-11-20T20:16:17.419Z | Compiling bytesize v1.3.0 |
2044 | 2023-11-20T20:16:17.637Z | Compiling nanorand v0.7.0 |
2045 | 2023-11-20T20:16:17.789Z | Compiling rtoolbox v0.0.1 |
2046 | 2023-11-20T20:16:17.888Z | Compiling is_ci v1.1.1 |
2047 | 2023-11-20T20:16:17.964Z | Compiling unicode-linebreak v0.1.5 |
2048 | 2023-11-20T20:16:18.014Z | Compiling corncobs v0.1.3 |
2049 | 2023-11-20T20:16:18.054Z | Compiling smawk v0.3.1 |
2050 | 2023-11-20T20:16:18.107Z | Compiling assert_matches v1.5.0 |
2051 | 2023-11-20T20:16:18.162Z | Compiling textwrap v0.16.0 |
2052 | 2023-11-20T20:16:18.200Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2053 | 2023-11-20T20:16:18.255Z | Compiling supports-color v2.1.0 |
2054 | 2023-11-20T20:16:18.330Z | Compiling rpassword v7.2.0 |
2055 | 2023-11-20T20:16:18.403Z | Compiling flume v0.11.0 |
2056 | 2023-11-20T20:16:18.456Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2057 | 2023-11-20T20:16:18.505Z | Compiling tui-tree-widget v0.13.0 |
2058 | 2023-11-20T20:16:18.549Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2059 | 2023-11-20T20:16:18.740Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2060 | 2023-11-20T20:16:18.794Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2061 | 2023-11-20T20:17:26.980Z | Compiling humantime v2.1.0 |
2062 | 2023-11-20T20:17:28.424Z | Compiling shell-words v1.1.0 |
2063 | 2023-11-20T20:17:29.155Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2064 | 2023-11-20T20:17:29.568Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2065 | 2023-11-20T20:18:34.112Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2066 | 2023-11-20T20:20:13.301Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2067 | 2023-11-20T20:29:58.704Z | Finished release [optimized] target(s) in 20m 21s |
2068 | 2023-11-20T20:31:15.951Z | |
2069 | 2023-11-20T20:31:15.955Z | real 21:39.820246921 |
2070 | 2023-11-20T20:31:15.959Z | user 2:27:34.696928154 |
2071 | 2023-11-20T20:31:15.962Z | sys 5:52.340893908 |
2072 | 2023-11-20T20:31:15.965Z | trap 4.486771368 |
2073 | 2023-11-20T20:31:15.968Z | tflt 1.306371076 |
2074 | 2023-11-20T20:31:15.971Z | dflt 1.812160437 |
2075 | 2023-11-20T20:31:15.974Z | kflt 0.007486569 |
2076 | 2023-11-20T20:31:15.977Z | lock 8:35:59.603099200 |
2077 | 2023-11-20T20:31:15.980Z | slp 5:37:29.130517424 |
2078 | 2023-11-20T20:31:15.985Z | lat 2:30.937533528 |
2079 | 2023-11-20T20:31:15.992Z | stop 40.133301731 |
2080 | 2023-11-20T20:31:15.995Z | + 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/*) |
2081 | 2023-11-20T20:31:16.014Z | + pfexec mkdir -p /work |
2082 | 2023-11-20T20:31:16.017Z | + pfexec chown build /work |
2083 | 2023-11-20T20:31:16.020Z | + 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 |
2084 | 2023-11-20T20:31:29.097Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2085 | 2023-11-20T20:31:29.111Z | a out/mg-ddm-gz.tar 61253K |
2086 | 2023-11-20T20:31:29.119Z | a out/omicron-sled-agent.tar 109006K |
2087 | 2023-11-20T20:31:29.122Z | a out/target/test 1K |
2088 | 2023-11-20T20:31:29.125Z | a out/npuzone/npuzone 36505K |
2089 | 2023-11-20T20:31:29.128Z | a package-manifest.toml 22K |
2090 | 2023-11-20T20:31:29.132Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2091 | 2023-11-20T20:31:29.138Z | a target/release/omicron-package 41526K |
2092 | 2023-11-20T20:31:29.144Z | a tools/create_virtual_hardware.sh 4K |
2093 | 2023-11-20T20:31:29.150Z | a tools/virtual_hardware.sh 4K |
2094 | 2023-11-20T20:31:29.157Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2095 | 2023-11-20T20:31:29.163Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2096 | 2023-11-20T20:31:29.166Z | a tools/scrimlet/softnpu-init.sh 3K |
2097 | 2023-11-20T20:31:29.171Z | a tools/scrimlet/softnpu-zone.txt 1K |
2098 | 2023-11-20T20:31:29.179Z | a tools/scrimlet/softnpu.toml 1K |
2099 | 2023-11-20T20:31:29.187Z | |
2100 | 2023-11-20T20:31:29.195Z | real 13.130890359 |
2101 | 2023-11-20T20:31:29.199Z | user 12.579135405 |
2102 | 2023-11-20T20:31:29.616Z | sys 0.990872322 |
2103 | 2023-11-20T20:31:29.625Z | trap 0.003335540 |
2104 | 2023-11-20T20:31:29.632Z | tflt 0.000000000 |
2105 | 2023-11-20T20:31:29.645Z | dflt 0.000000000 |
2106 | 2023-11-20T20:31:29.658Z | kflt 0.000000000 |
2107 | 2023-11-20T20:31:29.673Z | lock 0.000000000 |
2108 | 2023-11-20T20:31:29.676Z | slp 12.308014175 |
2109 | 2023-11-20T20:31:29.678Z | lat 0.376727605 |
2110 | 2023-11-20T20:31:29.681Z | stop 0.000342671 |
2111 | 2023-11-20T20:31:29.684Z | ++ pwd |
2112 | 2023-11-20T20:31:29.686Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2113 | 2023-11-20T20:31:29.689Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2114 | 2023-11-20T20:31:29.691Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2115 | 2023-11-20T20:31:30.128Z | Finished release [optimized] target(s) in 0.94s |
2116 | 2023-11-20T20:31:30.155Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2117 | 2023-11-20T20:31:30.201Z | Created new build target 'host' and set it as active |
2118 | 2023-11-20T20:31:30.208Z | |
2119 | 2023-11-20T20:31:30.211Z | real 1.090358112 |
2120 | 2023-11-20T20:31:30.214Z | user 0.767366007 |
2121 | 2023-11-20T20:31:30.217Z | sys 0.323874326 |
2122 | 2023-11-20T20:31:30.219Z | trap 0.000058890 |
2123 | 2023-11-20T20:31:30.222Z | tflt 0.000010405 |
2124 | 2023-11-20T20:31:30.224Z | dflt 0.000004391 |
2125 | 2023-11-20T20:31:30.227Z | kflt 0.000000000 |
2126 | 2023-11-20T20:31:30.230Z | lock 0.034151954 |
2127 | 2023-11-20T20:31:30.233Z | slp 0.019658461 |
2128 | 2023-11-20T20:31:30.235Z | lat 0.001506645 |
2129 | 2023-11-20T20:31:30.238Z | stop 0.000224556 |
2130 | 2023-11-20T20:31:30.241Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2131 | 2023-11-20T20:31:31.187Z | Finished release [optimized] target(s) in 0.90s |
2132 | 2023-11-20T20:31:31.214Z | Running `target/release/omicron-package -t host package` |
2133 | 2023-11-20T20:31:31.253Z | Nov 20 20:31:31.258 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2134 | 2023-11-20T20:31:32.294Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2135 | 2023-11-20T20:35:04.875Z | Finished release [optimized] target(s) in 3m 33s |
2136 | 2023-11-20T20:36:24.455Z | |
2137 | 2023-11-20T20:36:24.458Z | real 4:54.270183455 |
2138 | 2023-11-20T20:36:24.461Z | user 20:35.798182486 |
2139 | 2023-11-20T20:36:24.464Z | sys 59.868099469 |
2140 | 2023-11-20T20:36:24.467Z | trap 0.526983907 |
2141 | 2023-11-20T20:36:24.470Z | tflt 0.020433923 |
2142 | 2023-11-20T20:36:24.473Z | dflt 1.324705441 |
2143 | 2023-11-20T20:36:24.475Z | kflt 0.000000000 |
2144 | 2023-11-20T20:36:24.479Z | lock 1:10:55.056102547 |
2145 | 2023-11-20T20:36:24.482Z | slp 17:31.350666791 |
2146 | 2023-11-20T20:36:24.484Z | lat 7.080737130 |
2147 | 2023-11-20T20:36:24.487Z | stop 0.587195614 |
2148 | 2023-11-20T20:36:24.490Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2149 | 2023-11-20T20:36:24.493Z | + for package in "$@" |
2150 | 2023-11-20T20:36:24.496Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2151 | 2023-11-20T20:36:24.499Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git2795027a21f |
2152 | 2023-11-20T20:36:25.470Z | Finished release [optimized] target(s) in 0.93s |
2153 | 2023-11-20T20:36:25.496Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git2795027a21f` |
2154 | 2023-11-20T20:36:25.535Z | Nov 20 20:36:25.539 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2155 | 2023-11-20T20:36:26.050Z | Created: out/versioned/omicron-sled-agent.tar |
2156 | 2023-11-20T20:36:26.054Z | + for package in "$@" |
2157 | 2023-11-20T20:36:26.057Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2158 | 2023-11-20T20:36:26.059Z | + echo 0.0.0 |
2159 | 2023-11-20T20:36:26.062Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2160 | 2023-11-20T20:36:26.065Z | a VERSION 1K |
2161 | 2023-11-20T20:36:26.067Z | + rm VERSION |
2162 | 2023-11-20T20:36:26.070Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git2795027a21f |
2163 | 2023-11-20T20:36:27.049Z | Finished release [optimized] target(s) in 0.91s |
2164 | 2023-11-20T20:36:27.075Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git2795027a21f` |
2165 | 2023-11-20T20:36:27.114Z | Nov 20 20:36:27.117 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2166 | 2023-11-20T20:36:27.410Z | Created: out/versioned/mg-ddm-gz.tar |
2167 | 2023-11-20T20:36:27.413Z | + for package in "$@" |
2168 | 2023-11-20T20:36:27.416Z | + [[ propolis-server == mg-ddm-gz ]] |
2169 | 2023-11-20T20:36:27.420Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git2795027a21f |
2170 | 2023-11-20T20:36:28.405Z | Finished release [optimized] target(s) in 0.91s |
2171 | 2023-11-20T20:36:28.433Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git2795027a21f` |
2172 | 2023-11-20T20:36:28.473Z | Nov 20 20:36:28.477 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2173 | 2023-11-20T20:36:30.284Z | Created: out/versioned/propolis-server.tar.gz |
2174 | 2023-11-20T20:36:30.287Z | + for package in "$@" |
2175 | 2023-11-20T20:36:30.290Z | + [[ overlay == mg-ddm-gz ]] |
2176 | 2023-11-20T20:36:30.293Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git2795027a21f |
2177 | 2023-11-20T20:36:31.273Z | Finished release [optimized] target(s) in 0.90s |
2178 | 2023-11-20T20:36:31.300Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git2795027a21f` |
2179 | 2023-11-20T20:36:31.339Z | Nov 20 20:36:31.343 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2180 | 2023-11-20T20:36:31.342Z | Created: out/versioned/overlay.tar.gz |
2181 | 2023-11-20T20:36:31.345Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2182 | 2023-11-20T20:36:31.356Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2183 | 2023-11-20T20:36:31.359Z | ++ cd -- ./tools |
2184 | 2023-11-20T20:36:31.361Z | ++ pwd |
2185 | 2023-11-20T20:36:31.364Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2186 | 2023-11-20T20:36:31.367Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2187 | 2023-11-20T20:36:31.370Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2188 | 2023-11-20T20:36:31.372Z | ++ readlink -f /work |
2189 | 2023-11-20T20:36:31.379Z | + out_dir=/work |
2190 | 2023-11-20T20:36:31.386Z | + 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") |
2191 | 2023-11-20T20:36:31.391Z | + for dep in "${deps[@]}" |
2192 | 2023-11-20T20:36:31.394Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2193 | 2023-11-20T20:36:31.397Z | + for dep in "${deps[@]}" |
2194 | 2023-11-20T20:36:31.401Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2195 | 2023-11-20T20:36:31.404Z | + for dep in "${deps[@]}" |
2196 | 2023-11-20T20:36:31.407Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2197 | 2023-11-20T20:36:31.410Z | + for dep in "${deps[@]}" |
2198 | 2023-11-20T20:36:31.414Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2199 | 2023-11-20T20:36:31.417Z | ++ mktemp -d |
2200 | 2023-11-20T20:36:31.421Z | + tmp_gz=/tmp/tmp.o4aWwh |
2201 | 2023-11-20T20:36:31.425Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2202 | 2023-11-20T20:36:31.429Z | + echo '{"v":"1","t":"layer"}' |
2203 | 2023-11-20T20:36:31.431Z | + pkg_dir=/tmp/tmp.o4aWwh/root/opt/oxide/sled-agent |
2204 | 2023-11-20T20:36:31.434Z | + mkdir -p /tmp/tmp.o4aWwh/root/opt/oxide/sled-agent |
2205 | 2023-11-20T20:36:31.437Z | + cd /tmp/tmp.o4aWwh/root/opt/oxide/sled-agent |
2206 | 2023-11-20T20:36:31.439Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2207 | 2023-11-20T20:36:31.488Z | x ., 0 bytes, 0 tape blocks |
2208 | 2023-11-20T20:36:31.491Z | x zone-bundle, 41024480 bytes, 80126 tape blocks |
2209 | 2023-11-20T20:36:31.494Z | x sled-agent, 70583944 bytes, 137860 tape blocks |
2210 | 2023-11-20T20:36:31.497Z | x pkg, 0 bytes, 0 tape blocks |
2211 | 2023-11-20T20:36:31.499Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2212 | 2023-11-20T20:36:31.502Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2213 | 2023-11-20T20:36:31.505Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2214 | 2023-11-20T20:36:31.507Z | x VERSION, 25 bytes, 1 tape blocks |
2215 | 2023-11-20T20:36:31.511Z | + mkdir -p /tmp/tmp.o4aWwh/root/lib/svc/manifest/site/ |
2216 | 2023-11-20T20:36:31.513Z | + mv pkg/manifest.xml /tmp/tmp.o4aWwh/root/lib/svc/manifest/site/sled-agent.xml |
2217 | 2023-11-20T20:36:31.516Z | + cd - |
2218 | 2023-11-20T20:36:31.519Z | /work/oxidecomputer/omicron |
2219 | 2023-11-20T20:36:31.523Z | + pkg_dir=/tmp/tmp.o4aWwh/root/opt/oxide/mg-ddm |
2220 | 2023-11-20T20:36:31.526Z | + mkdir -p /tmp/tmp.o4aWwh/root/opt/oxide/mg-ddm |
2221 | 2023-11-20T20:36:31.529Z | + cd /tmp/tmp.o4aWwh/root/opt/oxide/mg-ddm |
2222 | 2023-11-20T20:36:31.532Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2223 | 2023-11-20T20:36:31.563Z | x ., 0 bytes, 0 tape blocks |
2224 | 2023-11-20T20:36:31.566Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2225 | 2023-11-20T20:36:31.569Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2226 | 2023-11-20T20:36:31.572Z | x pkg, 0 bytes, 0 tape blocks |
2227 | 2023-11-20T20:36:31.574Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2228 | 2023-11-20T20:36:31.577Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2229 | 2023-11-20T20:36:31.579Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2230 | 2023-11-20T20:36:31.582Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2231 | 2023-11-20T20:36:31.585Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2232 | 2023-11-20T20:36:31.588Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2233 | 2023-11-20T20:36:31.590Z | x VERSION, 25 bytes, 1 tape blocks |
2234 | 2023-11-20T20:36:31.593Z | + cd - |
2235 | 2023-11-20T20:36:31.596Z | /work/oxidecomputer/omicron |
2236 | 2023-11-20T20:36:31.599Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.o4aWwh/root/opt/oxide |
2237 | 2023-11-20T20:36:31.680Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.o4aWwh/root/opt/oxide |
2238 | 2023-11-20T20:36:31.684Z | + cd /tmp/tmp.o4aWwh |
2239 | 2023-11-20T20:36:31.687Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2240 | 2023-11-20T20:36:43.157Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2241 | 2023-11-20T20:36:43.160Z | a oxide.json 1K |
2242 | 2023-11-20T20:36:43.163Z | a root/ 0K |
2243 | 2023-11-20T20:36:43.166Z | a root/opt/ 0K |
2244 | 2023-11-20T20:36:43.196Z | a root/opt/oxide/ 0K |
2245 | 2023-11-20T20:36:43.201Z | a root/opt/oxide/sled-agent/ 0K |
2246 | 2023-11-20T20:36:43.203Z | a root/opt/oxide/sled-agent/zone-bundle 40063K |
2247 | 2023-11-20T20:36:43.206Z | a root/opt/oxide/sled-agent/sled-agent 68930K |
2248 | 2023-11-20T20:36:43.209Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2249 | 2023-11-20T20:36:43.212Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2250 | 2023-11-20T20:36:43.215Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2251 | 2023-11-20T20:36:43.217Z | a root/opt/oxide/sled-agent/VERSION 1K |
2252 | 2023-11-20T20:36:43.220Z | a root/opt/oxide/mg-ddm/ 0K |
2253 | 2023-11-20T20:36:43.223Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2254 | 2023-11-20T20:36:43.226Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2255 | 2023-11-20T20:36:43.228Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2256 | 2023-11-20T20:36:43.231Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2257 | 2023-11-20T20:36:43.233Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2258 | 2023-11-20T20:36:43.236Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2259 | 2023-11-20T20:36:43.239Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2260 | 2023-11-20T20:36:43.242Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2261 | 2023-11-20T20:36:43.244Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2262 | 2023-11-20T20:36:43.247Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2263 | 2023-11-20T20:36:43.250Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2264 | 2023-11-20T20:36:43.253Z | a root/opt/oxide/overlay.tar.gz 2K |
2265 | 2023-11-20T20:36:43.256Z | a root/lib/ 0K |
2266 | 2023-11-20T20:36:43.258Z | a root/lib/svc/ 0K |
2267 | 2023-11-20T20:36:43.262Z | a root/lib/svc/manifest/ 0K |
2268 | 2023-11-20T20:36:43.264Z | a root/lib/svc/manifest/site/ 0K |
2269 | 2023-11-20T20:36:43.267Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2270 | 2023-11-20T20:36:43.270Z | + cd / |
2271 | 2023-11-20T20:36:43.272Z | + rm -rf /tmp/tmp.o4aWwh |
2272 | 2023-11-20T20:36:43.275Z | |
2273 | 2023-11-20T20:36:43.278Z | real 11.855738875 |
2274 | 2023-11-20T20:36:43.280Z | user 10.991742980 |
2275 | 2023-11-20T20:36:43.287Z | sys 0.919391582 |
2276 | 2023-11-20T20:36:43.299Z | trap 0.003604967 |
2277 | 2023-11-20T20:36:43.307Z | tflt 0.000000000 |
2278 | 2023-11-20T20:36:43.310Z | dflt 0.000000000 |
2279 | 2023-11-20T20:36:43.312Z | kflt 0.000000000 |
2280 | 2023-11-20T20:36:43.315Z | lock 0.000000000 |
2281 | 2023-11-20T20:36:43.318Z | slp 22.905631658 |
2282 | 2023-11-20T20:36:43.320Z | lat 0.348845117 |
2283 | 2023-11-20T20:36:43.323Z | stop 0.000346904 |
2284 | 2023-11-20T20:36:43.326Z | + mkdir -p /work/zones |
2285 | 2023-11-20T20:36:43.329Z | + 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) |
2286 | 2023-11-20T20:36:43.332Z | + 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/ |
2287 | 2023-11-20T20:36:46.811Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2288 | 2023-11-20T20:36:47.924Z | Finished release [optimized] target(s) in 1.02s |
2289 | 2023-11-20T20:36:47.951Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2290 | 2023-11-20T20:36:47.990Z | Created new build target 'recovery' and set it as active |
2291 | 2023-11-20T20:36:47.993Z | |
2292 | 2023-11-20T20:36:47.996Z | real 1.176280101 |
2293 | 2023-11-20T20:36:48.001Z | user 0.814306311 |
2294 | 2023-11-20T20:36:48.003Z | sys 0.359828097 |
2295 | 2023-11-20T20:36:48.006Z | trap 0.000982638 |
2296 | 2023-11-20T20:36:48.009Z | tflt 0.000054769 |
2297 | 2023-11-20T20:36:48.012Z | dflt 0.000169210 |
2298 | 2023-11-20T20:36:48.014Z | kflt 0.000000000 |
2299 | 2023-11-20T20:36:48.017Z | lock 0.035865902 |
2300 | 2023-11-20T20:36:48.019Z | slp 0.020882926 |
2301 | 2023-11-20T20:36:48.022Z | lat 0.003857831 |
2302 | 2023-11-20T20:36:48.025Z | stop 0.000211981 |
2303 | 2023-11-20T20:36:48.027Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2304 | 2023-11-20T20:36:49.058Z | Finished release [optimized] target(s) in 0.97s |
2305 | 2023-11-20T20:36:49.088Z | Running `target/release/omicron-package -t recovery package` |
2306 | 2023-11-20T20:36:49.128Z | Nov 20 20:36:49.131 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2307 | 2023-11-20T20:36:50.049Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2308 | 2023-11-20T20:36:53.854Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2309 | 2023-11-20T20:37:25.321Z | Finished release [optimized] target(s) in 36.10s |
2310 | 2023-11-20T20:37:36.695Z | |
2311 | 2023-11-20T20:37:36.698Z | real 48.696222931 |
2312 | 2023-11-20T20:37:36.700Z | user 2:30.615998658 |
2313 | 2023-11-20T20:37:36.703Z | sys 11.723117986 |
2314 | 2023-11-20T20:37:36.706Z | trap 0.073853736 |
2315 | 2023-11-20T20:37:36.709Z | tflt 0.036544741 |
2316 | 2023-11-20T20:37:36.711Z | dflt 0.820063266 |
2317 | 2023-11-20T20:37:36.714Z | kflt 0.000000000 |
2318 | 2023-11-20T20:37:36.717Z | lock 10:55.141521323 |
2319 | 2023-11-20T20:37:36.719Z | slp 2:28.135739829 |
2320 | 2023-11-20T20:37:36.722Z | lat 1.794118865 |
2321 | 2023-11-20T20:37:36.724Z | stop 0.180758067 |
2322 | 2023-11-20T20:37:36.727Z | + stamp_packages installinator mg-ddm-gz |
2323 | 2023-11-20T20:37:36.730Z | + for package in "$@" |
2324 | 2023-11-20T20:37:36.732Z | + [[ installinator == mg-ddm-gz ]] |
2325 | 2023-11-20T20:37:36.735Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git2795027a21f |
2326 | 2023-11-20T20:37:37.704Z | Finished release [optimized] target(s) in 0.92s |
2327 | 2023-11-20T20:37:37.732Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git2795027a21f` |
2328 | 2023-11-20T20:37:37.771Z | Nov 20 20:37:37.774 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2329 | 2023-11-20T20:37:37.899Z | Created: out/versioned/installinator.tar |
2330 | 2023-11-20T20:37:37.903Z | + for package in "$@" |
2331 | 2023-11-20T20:37:37.905Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2332 | 2023-11-20T20:37:37.909Z | + echo 0.0.0 |
2333 | 2023-11-20T20:37:37.912Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2334 | 2023-11-20T20:37:37.914Z | a VERSION 1K |
2335 | 2023-11-20T20:37:37.917Z | + rm VERSION |
2336 | 2023-11-20T20:37:37.920Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git2795027a21f |
2337 | 2023-11-20T20:37:38.916Z | Finished release [optimized] target(s) in 0.92s |
2338 | 2023-11-20T20:37:38.945Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git2795027a21f` |
2339 | 2023-11-20T20:37:38.983Z | Nov 20 20:37:38.986 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2340 | 2023-11-20T20:37:39.161Z | Created: out/versioned/mg-ddm-gz.tar |
2341 | 2023-11-20T20:37:39.164Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2342 | 2023-11-20T20:37:39.177Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2343 | 2023-11-20T20:37:39.180Z | ++ cd -- ./tools |
2344 | 2023-11-20T20:37:39.183Z | ++ pwd |
2345 | 2023-11-20T20:37:39.187Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2346 | 2023-11-20T20:37:39.191Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2347 | 2023-11-20T20:37:39.194Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2348 | 2023-11-20T20:37:39.196Z | ++ readlink -f /work |
2349 | 2023-11-20T20:37:39.199Z | + out_dir=/work |
2350 | 2023-11-20T20:37:39.202Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2351 | 2023-11-20T20:37:39.205Z | + for dep in "${deps[@]}" |
2352 | 2023-11-20T20:37:39.210Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2353 | 2023-11-20T20:37:39.213Z | + for dep in "${deps[@]}" |
2354 | 2023-11-20T20:37:39.216Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2355 | 2023-11-20T20:37:39.219Z | ++ mktemp -d |
2356 | 2023-11-20T20:37:39.221Z | + tmp_trampoline=/tmp/tmp.5BaiBh |
2357 | 2023-11-20T20:37:39.224Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2358 | 2023-11-20T20:37:39.228Z | + echo '{"v":"1","t":"layer"}' |
2359 | 2023-11-20T20:37:39.231Z | + pkg_dir=/tmp/tmp.5BaiBh/root/opt/oxide/installinator |
2360 | 2023-11-20T20:37:39.234Z | + mkdir -p /tmp/tmp.5BaiBh/root/opt/oxide/installinator |
2361 | 2023-11-20T20:37:39.237Z | + cd /tmp/tmp.5BaiBh/root/opt/oxide/installinator |
2362 | 2023-11-20T20:37:39.240Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2363 | 2023-11-20T20:37:39.245Z | x ., 0 bytes, 0 tape blocks |
2364 | 2023-11-20T20:37:39.249Z | x installinator, 53167040 bytes, 103842 tape blocks |
2365 | 2023-11-20T20:37:39.252Z | x pkg, 0 bytes, 0 tape blocks |
2366 | 2023-11-20T20:37:39.255Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2367 | 2023-11-20T20:37:39.262Z | x VERSION, 25 bytes, 1 tape blocks |
2368 | 2023-11-20T20:37:39.266Z | + mkdir -p /tmp/tmp.5BaiBh/root/lib/svc/manifest/site/ |
2369 | 2023-11-20T20:37:39.268Z | + mv pkg/manifest.xml /tmp/tmp.5BaiBh/root/lib/svc/manifest/site/installinator.xml |
2370 | 2023-11-20T20:37:39.271Z | + cd - |
2371 | 2023-11-20T20:37:39.274Z | /work/oxidecomputer/omicron |
2372 | 2023-11-20T20:37:39.276Z | + pkg_dir=/tmp/tmp.5BaiBh/root/opt/oxide/mg-ddm |
2373 | 2023-11-20T20:37:39.279Z | + mkdir -p /tmp/tmp.5BaiBh/root/opt/oxide/mg-ddm |
2374 | 2023-11-20T20:37:39.282Z | + cd /tmp/tmp.5BaiBh/root/opt/oxide/mg-ddm |
2375 | 2023-11-20T20:37:39.285Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2376 | 2023-11-20T20:37:39.726Z | x ., 0 bytes, 0 tape blocks |
2377 | 2023-11-20T20:37:39.729Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2378 | 2023-11-20T20:37:39.732Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2379 | 2023-11-20T20:37:39.735Z | x pkg, 0 bytes, 0 tape blocks |
2380 | 2023-11-20T20:37:39.738Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2381 | 2023-11-20T20:37:39.742Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2382 | 2023-11-20T20:37:39.745Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2383 | 2023-11-20T20:37:39.747Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2384 | 2023-11-20T20:37:39.750Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2385 | 2023-11-20T20:37:39.753Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2386 | 2023-11-20T20:37:39.756Z | x VERSION, 25 bytes, 1 tape blocks |
2387 | 2023-11-20T20:37:39.759Z | + cd - |
2388 | 2023-11-20T20:37:39.762Z | /work/oxidecomputer/omicron |
2389 | 2023-11-20T20:37:39.766Z | + cd /tmp/tmp.5BaiBh |
2390 | 2023-11-20T20:37:39.769Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2391 | 2023-11-20T20:37:45.360Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2392 | 2023-11-20T20:37:45.363Z | a oxide.json 1K |
2393 | 2023-11-20T20:37:45.366Z | a root/ 0K |
2394 | 2023-11-20T20:37:45.368Z | a root/opt/ 0K |
2395 | 2023-11-20T20:37:45.371Z | a root/opt/oxide/ 0K |
2396 | 2023-11-20T20:37:45.374Z | a root/opt/oxide/installinator/ 0K |
2397 | 2023-11-20T20:37:45.377Z | a root/opt/oxide/installinator/installinator 51921K |
2398 | 2023-11-20T20:37:45.379Z | a root/opt/oxide/installinator/pkg/ 0K |
2399 | 2023-11-20T20:37:45.382Z | a root/opt/oxide/installinator/VERSION 1K |
2400 | 2023-11-20T20:37:45.385Z | a root/opt/oxide/mg-ddm/ 0K |
2401 | 2023-11-20T20:37:45.388Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2402 | 2023-11-20T20:37:45.390Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2403 | 2023-11-20T20:37:45.393Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2404 | 2023-11-20T20:37:45.396Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2405 | 2023-11-20T20:37:45.399Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2406 | 2023-11-20T20:37:45.402Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2407 | 2023-11-20T20:37:45.404Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2408 | 2023-11-20T20:37:45.407Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2409 | 2023-11-20T20:37:45.410Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2410 | 2023-11-20T20:37:45.412Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2411 | 2023-11-20T20:37:45.415Z | a root/lib/ 0K |
2412 | 2023-11-20T20:37:45.418Z | a root/lib/svc/ 0K |
2413 | 2023-11-20T20:37:45.420Z | a root/lib/svc/manifest/ 0K |
2414 | 2023-11-20T20:37:45.423Z | a root/lib/svc/manifest/site/ 0K |
2415 | 2023-11-20T20:37:45.426Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2416 | 2023-11-20T20:37:45.429Z | + cd / |
2417 | 2023-11-20T20:37:45.431Z | + rm -rf /tmp/tmp.5BaiBh |
2418 | 2023-11-20T20:37:45.434Z | |
2419 | 2023-11-20T20:37:45.437Z | real 6.214800356 |
2420 | 2023-11-20T20:37:45.439Z | user 5.838818469 |
2421 | 2023-11-20T20:37:45.442Z | sys 0.402590088 |
2422 | 2023-11-20T20:37:45.445Z | trap 0.002019594 |
2423 | 2023-11-20T20:37:45.447Z | tflt 0.000000000 |
2424 | 2023-11-20T20:37:45.450Z | dflt 0.000000000 |
2425 | 2023-11-20T20:37:45.453Z | kflt 0.000000000 |
2426 | 2023-11-20T20:37:45.455Z | lock 0.000000000 |
2427 | 2023-11-20T20:37:45.458Z | slp 12.040814119 |
2428 | 2023-11-20T20:37:45.460Z | lat 0.171614702 |
2429 | 2023-11-20T20:37:45.463Z | stop 0.000292789 |
2430 | 2023-11-20T20:37:45.465Z | process exited: duration 2317356 ms, exit code 0 |
|
2431 | 2023-11-20T20:37:45.479Z | found 21 output files |
2432 | 2023-11-20T20:37:45.481Z | uploading: /work/version.txt (26 bytes) |
2433 | 2023-11-20T20:37:46.490Z | uploaded: /work/version.txt |
2434 | 2023-11-20T20:37:46.508Z | uploading: /work/package.tar.gz (80046436 bytes) |
2435 | 2023-11-20T20:38:12.467Z | uploaded: /work/package.tar.gz |
2436 | 2023-11-20T20:38:12.478Z | uploading: /work/global-zone-packages.tar.gz (121076868 bytes) |
2437 | 2023-11-20T20:38:47.730Z | uploaded: /work/global-zone-packages.tar.gz |
2438 | 2023-11-20T20:38:47.736Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36793225 bytes) |
2439 | 2023-11-20T20:38:55.434Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2440 | 2023-11-20T20:38:55.445Z | uploading: /work/zones/clickhouse.tar.gz (181746081 bytes) |
2441 | 2023-11-20T20:39:59.267Z | uploaded: /work/zones/clickhouse.tar.gz |
2442 | 2023-11-20T20:39:59.280Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181746747 bytes) |
2443 | 2023-11-20T20:40:55.336Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2444 | 2023-11-20T20:40:55.366Z | uploading: /work/zones/cockroachdb.tar.gz (118816708 bytes) |
2445 | 2023-11-20T20:41:39.821Z | uploaded: /work/zones/cockroachdb.tar.gz |
2446 | 2023-11-20T20:41:39.832Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2447 | 2023-11-20T20:41:50.041Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2448 | 2023-11-20T20:41:50.053Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2449 | 2023-11-20T20:42:06.397Z | uploaded: /work/zones/crucible.tar.gz |
2450 | 2023-11-20T20:42:06.408Z | uploading: /work/zones/external-dns.tar.gz (24174506 bytes) |
2451 | 2023-11-20T20:42:15.527Z | uploaded: /work/zones/external-dns.tar.gz |
2452 | 2023-11-20T20:42:15.539Z | uploading: /work/zones/internal-dns.tar.gz (24174506 bytes) |
2453 | 2023-11-20T20:42:27.953Z | uploaded: /work/zones/internal-dns.tar.gz |
2454 | 2023-11-20T20:42:27.956Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2455 | 2023-11-20T20:42:28.964Z | uploaded: /work/zones/ntp.tar.gz |
2456 | 2023-11-20T20:42:28.975Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18130447 bytes) |
2457 | 2023-11-20T20:42:36.713Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2458 | 2023-11-20T20:42:36.725Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18131275 bytes) |
2459 | 2023-11-20T20:42:42.264Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2460 | 2023-11-20T20:42:42.278Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74279060 bytes) |
2461 | 2023-11-20T20:43:07.966Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2462 | 2023-11-20T20:43:07.977Z | uploading: /work/zones/omicron-nexus.tar.gz (74279390 bytes) |
2463 | 2023-11-20T20:43:32.917Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2464 | 2023-11-20T20:43:32.920Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2465 | 2023-11-20T20:43:33.927Z | uploaded: /work/zones/overlay.tar.gz |
2466 | 2023-11-20T20:43:33.939Z | uploading: /work/zones/oximeter-collector.tar.gz (34038905 bytes) |
2467 | 2023-11-20T20:43:48.184Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2468 | 2023-11-20T20:43:48.200Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2469 | 2023-11-20T20:44:14.102Z | uploaded: /work/zones/propolis-server.tar.gz |
2470 | 2023-11-20T20:44:14.118Z | uploading: /work/zones/switch-asic.tar.gz (247388033 bytes) |
2471 | 2023-11-20T20:45:56.535Z | uploaded: /work/zones/switch-asic.tar.gz |
2472 | 2023-11-20T20:45:56.542Z | uploading: /work/zones/switch-softnpu.tar.gz (171346480 bytes) |
2473 | 2023-11-20T20:47:06.764Z | uploaded: /work/zones/switch-softnpu.tar.gz |