|
|
|
1 | 2023-11-21T07:13:18.153Z | job assigned to worker 01HFRBGBJAA1484A3D2VRQ717T (queued for 4 m 37 s) |
|
2 | 2023-11-21T07:13:18.473Z | starting task 0: "setup" |
3 | 2023-11-21T07:13:18.746Z | ++ uname -s |
4 | 2023-11-21T07:13:18.749Z | + kern=SunOS |
5 | 2023-11-21T07:13:18.749Z | + case "$kern" in |
6 | 2023-11-21T07:13:18.749Z | + groupadd -g 12345 build |
7 | 2023-11-21T07:13:18.762Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T07:13:20.783Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T07:13:20.877Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T07:13:20.882Z | + home_fs=zfs |
11 | 2023-11-21T07:13:20.882Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T07:13:20.882Z | + mkdir -p /home/build |
13 | 2023-11-21T07:13:20.885Z | + chown build:build /home/build /work |
14 | 2023-11-21T07:13:22.889Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T07:13:22.898Z | process exited: duration 4416 ms, exit code 0 |
|
16 | 2023-11-21T07:13:22.924Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T07:13:22.937Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T07:13:22.937Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T07:13:23.096Z | info: downloading installer |
20 | 2023-11-21T07:13:24.984Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T07:13:24.984Z | warning: /opt/ooce/bin |
22 | 2023-11-21T07:13:24.984Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T07:13:24.984Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T07:13:24.984Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T07:13:24.984Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T07:13:24.984Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T07:13:24.985Z | error: cannot install while Rust is installed |
28 | 2023-11-21T07:13:24.985Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T07:13:25.142Z | info: profile set to 'default' |
30 | 2023-11-21T07:13:25.142Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T07:13:25.161Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T07:13:25.568Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T07:13:25.568Z | info: downloading component 'cargo' |
34 | 2023-11-21T07:13:25.918Z | info: downloading component 'clippy' |
35 | 2023-11-21T07:13:26.145Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T07:13:26.909Z | info: downloading component 'rust-std' |
37 | 2023-11-21T07:13:28.289Z | info: downloading component 'rustc' |
38 | 2023-11-21T07:13:31.714Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T07:13:31.915Z | info: installing component 'cargo' |
40 | 2023-11-21T07:13:34.211Z | info: installing component 'clippy' |
41 | 2023-11-21T07:13:35.321Z | info: installing component 'rust-docs' |
42 | 2023-11-21T07:13:38.040Z | info: installing component 'rust-std' |
43 | 2023-11-21T07:13:42.909Z | info: installing component 'rustc' |
44 | 2023-11-21T07:13:52.819Z | info: installing component 'rustfmt' |
45 | 2023-11-21T07:13:53.276Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T07:13:53.276Z | |
47 | 2023-11-21T07:13:53.419Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T07:13:53.419Z | |
49 | 2023-11-21T07:13:53.419Z | |
50 | 2023-11-21T07:13:53.419Z | Rust is installed now. Great! |
51 | 2023-11-21T07:13:53.419Z | |
52 | 2023-11-21T07:13:53.419Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T07:13:53.419Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T07:13:53.420Z | |
55 | 2023-11-21T07:13:53.420Z | To configure your current shell, run: |
56 | 2023-11-21T07:13:53.420Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T07:13:53.569Z | + rustc --version |
58 | 2023-11-21T07:13:53.637Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T07:13:53.656Z | process exited: duration 30732 ms, exit code 0 |
|
60 | 2023-11-21T07:13:53.671Z | starting task 2: "authentication" |
61 | 2023-11-21T07:13:54.114Z | process exited: duration 445 ms, exit code 0 |
|
62 | 2023-11-21T07:13:54.120Z | starting task 3: "clone repository" |
63 | 2023-11-21T07:13:54.128Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T07:13:54.131Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T07:13:54.227Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T07:14:00.702Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T07:14:00.702Z | + [[ -n renovate/uuid-1.x ]] |
68 | 2023-11-21T07:14:00.705Z | + git fetch origin renovate/uuid-1.x |
69 | 2023-11-21T07:14:01.079Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T07:14:01.079Z | * branch renovate/uuid-1.x -> FETCH_HEAD |
71 | 2023-11-21T07:14:01.091Z | + git checkout -B renovate/uuid-1.x remotes/origin/renovate/uuid-1.x |
72 | 2023-11-21T07:14:01.168Z | Switched to a new branch 'renovate/uuid-1.x' |
73 | 2023-11-21T07:14:01.171Z | branch 'renovate/uuid-1.x' set up to track 'origin/renovate/uuid-1.x'. |
74 | 2023-11-21T07:14:01.171Z | + git reset --hard 5e7991fe98d09bf267f55f60a97a5f95e1859bfb |
75 | 2023-11-21T07:14:01.372Z | HEAD is now at 5e7991fe Update Rust crate uuid to 1.6.1 |
76 | 2023-11-21T07:14:01.383Z | process exited: duration 7183 ms, exit code 0 |
|
77 | 2023-11-21T07:14:01.390Z | starting task 4: "build" |
78 | 2023-11-21T07:14:01.398Z | + cargo --version |
79 | 2023-11-21T07:14:01.405Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T07:14:01.578Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T07:14:01.581Z | info: downloading component 'cargo' |
82 | 2023-11-21T07:14:02.213Z | info: downloading component 'clippy' |
83 | 2023-11-21T07:14:02.439Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T07:14:03.240Z | info: downloading component 'rust-std' |
85 | 2023-11-21T07:14:04.516Z | info: downloading component 'rustc' |
86 | 2023-11-21T07:14:08.013Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T07:14:08.210Z | info: installing component 'cargo' |
88 | 2023-11-21T07:14:09.436Z | info: installing component 'clippy' |
89 | 2023-11-21T07:14:09.956Z | info: installing component 'rust-docs' |
90 | 2023-11-21T07:14:12.793Z | info: installing component 'rust-std' |
91 | 2023-11-21T07:14:15.311Z | info: installing component 'rustc' |
92 | 2023-11-21T07:14:21.585Z | info: installing component 'rustfmt' |
93 | 2023-11-21T07:14:22.192Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T07:14:22.631Z | + rustc --version |
95 | 2023-11-21T07:14:22.631Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T07:14:22.632Z | ++ git rev-parse HEAD |
97 | 2023-11-21T07:14:22.632Z | + COMMIT=5e7991fe98d09bf267f55f60a97a5f95e1859bfb |
98 | 2023-11-21T07:14:22.632Z | + VERSION=1.0.4-0.ci+git5e7991fe98d |
99 | 2023-11-21T07:14:22.632Z | + echo 1.0.4-0.ci+git5e7991fe98d |
100 | 2023-11-21T07:14:22.632Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-21T07:14:32.145Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-21T07:14:33.193Z | Startup: Caching catalogs ... Done |
103 | 2023-11-21T07:14:38.695Z | Planning: Solver setup ... Done (5.147s) |
104 | 2023-11-21T07:14:38.823Z | Planning: Running solver ... Done (0.127s) |
105 | 2023-11-21T07:14:38.880Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-21T07:14:38.899Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-21T07:14:39.122Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-21T07:14:39.206Z | Planning: Package planning ... Done (0.082s) |
109 | 2023-11-21T07:14:39.291Z | Planning: Merging actions ... Done (0.086s) |
110 | 2023-11-21T07:14:39.868Z | Planning: Checking for conflicting actions ... Done (0.577s) |
111 | 2023-11-21T07:14:39.886Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-21T07:14:44.097Z | Planning: Evaluating mediators ... Done (4.124s) |
113 | 2023-11-21T07:14:44.110Z | Planning: Planning completed in 10.78 seconds |
114 | 2023-11-21T07:14:44.110Z | Packages to install: 4 |
115 | 2023-11-21T07:14:44.110Z | Mediators to change: 2 |
116 | 2023-11-21T07:14:44.110Z | Services to change: 1 |
117 | 2023-11-21T07:14:44.110Z | Estimated space available: 148.90 GB |
118 | 2023-11-21T07:14:44.110Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-21T07:14:44.110Z | Create boot environment: No |
120 | 2023-11-21T07:14:44.110Z | Create backup boot environment: No |
121 | 2023-11-21T07:14:44.110Z | Rebuild boot archive: No |
122 | 2023-11-21T07:14:44.110Z | |
123 | 2023-11-21T07:14:44.110Z | Changed mediators: |
124 | 2023-11-21T07:14:44.110Z | mediator clang: |
125 | 2023-11-21T07:14:44.111Z | version: None -> 15 (system default) |
126 | 2023-11-21T07:14:44.111Z | |
127 | 2023-11-21T07:14:44.111Z | mediator llvm: |
128 | 2023-11-21T07:14:44.111Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-21T07:14:44.111Z | |
130 | 2023-11-21T07:14:44.111Z | Changed packages: |
131 | 2023-11-21T07:14:44.111Z | helios-dev |
132 | 2023-11-21T07:14:44.111Z | developer/build-essential |
133 | 2023-11-21T07:14:44.111Z | None -> 11-2.0 |
134 | 2023-11-21T07:14:44.111Z | library/libxmlsec1 |
135 | 2023-11-21T07:14:44.111Z | None -> 1.2.35-2.0 |
136 | 2023-11-21T07:14:44.111Z | ooce/developer/clang-15 |
137 | 2023-11-21T07:14:44.111Z | None -> 15.0.7-2.0 |
138 | 2023-11-21T07:14:44.111Z | ooce/developer/llvm-15 |
139 | 2023-11-21T07:14:44.111Z | None -> 15.0.7-2.0 |
140 | 2023-11-21T07:14:44.111Z | |
141 | 2023-11-21T07:14:44.111Z | Services: |
142 | 2023-11-21T07:14:44.111Z | restart_fmri: |
143 | 2023-11-21T07:14:44.111Z | svc:/system/update-man-index:default |
144 | 2023-11-21T07:14:44.290Z | |
145 | 2023-11-21T07:14:44.290Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-21T07:14:49.294Z | Download: 1403/3290 items 117.1/212.6MB 55% complete (23.6M/s) |
147 | 2023-11-21T07:14:54.319Z | Download: 3231/3290 items 168.4/212.6MB 79% complete (16.9M/s) |
148 | 2023-11-21T07:14:56.452Z | Download: Completed 212.60 MB in 12.16 seconds (17.5M/s) |
149 | 2023-11-21T07:14:57.204Z | Actions: 1/3687 actions (Installing new actions) |
150 | 2023-11-21T07:15:02.206Z | Actions: 3138/3687 actions (Installing new actions) |
151 | 2023-11-21T07:15:05.396Z | Actions: Completed 3687 actions in 8.19 seconds. |
152 | 2023-11-21T07:15:05.491Z | Done (0.089s) |
153 | 2023-11-21T07:15:05.491Z | Done (0.000s) |
154 | 2023-11-21T07:15:05.709Z | Done (0.219s) |
155 | 2023-11-21T07:15:13.740Z | Done (7.908s) |
156 | 2023-11-21T07:15:13.991Z | Done (0.153s) |
157 | 2023-11-21T07:15:13.996Z | Done (0.000s) |
158 | 2023-11-21T07:15:14.249Z | Done (0.000s) |
159 | 2023-11-21T07:15:15.003Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-11-21T07:15:15.282Z | Planning: Checking for conflicting actions ... Done |
161 | 2023-11-21T07:15:15.292Z | Planning: Consolidating action changes ... Done |
162 | 2023-11-21T07:15:15.724Z | Planning: Evaluating mediators ... Done |
163 | 2023-11-21T07:15:15.733Z | Planning: Planning completed in 0.73 seconds |
164 | 2023-11-21T07:15:15.790Z | Mediators to change: 2 |
165 | 2023-11-21T07:15:15.790Z | Create boot environment: No |
166 | 2023-11-21T07:15:15.790Z | Create backup boot environment: No |
167 | 2023-11-21T07:15:15.886Z | Done |
168 | 2023-11-21T07:15:15.886Z | Done |
169 | 2023-11-21T07:15:16.060Z | Done |
170 | 2023-11-21T07:15:22.003Z | Done |
171 | 2023-11-21T07:15:22.128Z | Done |
172 | 2023-11-21T07:15:22.132Z | Done |
173 | 2023-11-21T07:15:22.289Z | Done |
174 | 2023-11-21T07:15:25.195Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-11-21T07:15:29.558Z | Planning: Merging actions ... Done |
176 | 2023-11-21T07:15:51.390Z | Planning: Checking for conflicting actions ... Done |
177 | 2023-11-21T07:15:51.390Z | Planning: Consolidating action changes ... Done |
178 | 2023-11-21T07:15:51.390Z | Planning: Evaluating mediators ... Done |
179 | 2023-11-21T07:15:51.390Z | Planning: Planning completed in 1.30 seconds |
180 | 2023-11-21T07:15:51.390Z | Packages to change: 1 |
181 | 2023-11-21T07:15:51.390Z | Mediators to change: 1 |
182 | 2023-11-21T07:15:51.390Z | Services to change: 1 |
183 | 2023-11-21T07:15:51.390Z | Create boot environment: No |
184 | 2023-11-21T07:15:51.390Z | Create backup boot environment: Yes |
185 | 2023-11-21T07:15:51.390Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2023-11-21T07:15:51.390Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2023-11-21T07:15:51.390Z | Done |
188 | 2023-11-21T07:15:51.390Z | Done |
189 | 2023-11-21T07:15:51.390Z | Done |
190 | 2023-11-21T07:15:52.774Z | Done |
191 | 2023-11-21T07:15:52.774Z | Done |
192 | 2023-11-21T07:15:52.774Z | Done |
193 | 2023-11-21T07:15:52.774Z | Done |
194 | 2023-11-21T07:15:52.774Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2023-11-21T07:15:52.774Z | clang system 15 system |
196 | 2023-11-21T07:15:52.774Z | csh system system illumos |
197 | 2023-11-21T07:15:52.774Z | ctags system system illumos |
198 | 2023-11-21T07:15:52.774Z | gcc vendor 12 vendor |
199 | 2023-11-21T07:15:52.774Z | gcc system 10 system |
200 | 2023-11-21T07:15:52.774Z | gcc system 7 system |
201 | 2023-11-21T07:15:52.774Z | go system 1.20 system |
202 | 2023-11-21T07:15:52.774Z | go system 1.19 system |
203 | 2023-11-21T07:15:52.774Z | llvm system 15 system |
204 | 2023-11-21T07:15:52.774Z | llvm system 14 system |
205 | 2023-11-21T07:15:52.774Z | mariadb system 10.6 system |
206 | 2023-11-21T07:15:52.774Z | mta vendor vendor dma |
207 | 2023-11-21T07:15:52.774Z | openjdk system 17 system |
208 | 2023-11-21T07:15:52.774Z | openjdk system 11 system |
209 | 2023-11-21T07:15:52.774Z | openjdk system 1.8 system |
210 | 2023-11-21T07:15:52.774Z | openssl vendor 3 vendor |
211 | 2023-11-21T07:15:52.775Z | perl system 5.36 system |
212 | 2023-11-21T07:15:52.775Z | postgresql system 15 system |
213 | 2023-11-21T07:15:52.775Z | postgresql system 13 system |
214 | 2023-11-21T07:15:52.775Z | python vendor 3 vendor |
215 | 2023-11-21T07:15:52.775Z | python system 2 system |
216 | 2023-11-21T07:15:52.775Z | python3 system 3.11 system |
217 | 2023-11-21T07:15:52.775Z | ruby system 3.0 system |
218 | 2023-11-21T07:15:52.775Z | words vendor vendor american-english |
219 | 2023-11-21T07:15:52.775Z | words system system australian-english |
220 | 2023-11-21T07:15:52.775Z | words system system british-english |
221 | 2023-11-21T07:15:52.775Z | words system system canadian-english |
222 | 2023-11-21T07:15:52.775Z | words system system french |
223 | 2023-11-21T07:15:52.775Z | words system system italian |
224 | 2023-11-21T07:15:52.775Z | words system system ngerman |
225 | 2023-11-21T07:15:52.775Z | words system system ogerman |
226 | 2023-11-21T07:15:52.775Z | words system system spanish |
227 | 2023-11-21T07:15:53.856Z | FMRI IFO |
228 | 2023-11-21T07:15:53.857Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2023-11-21T07:15:54.006Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2023-11-21T07:15:54.006Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2023-11-21T07:15:54.006Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
232 | 2023-11-21T07:15:54.006Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2023-11-21T07:15:54.006Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
234 | 2023-11-21T07:15:54.006Z | + set -o errexit |
235 | 2023-11-21T07:15:54.006Z | +++ dirname ./tools/ci_download_cockroachdb |
236 | 2023-11-21T07:15:54.006Z | ++ cd ./tools |
237 | 2023-11-21T07:15:54.006Z | ++ pwd |
238 | 2023-11-21T07:15:54.006Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
239 | 2023-11-21T07:15:54.006Z | ++ basename ./tools/ci_download_cockroachdb |
240 | 2023-11-21T07:15:54.006Z | + ARG0=ci_download_cockroachdb |
241 | 2023-11-21T07:15:54.006Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
242 | 2023-11-21T07:15:54.006Z | + CIDL_VERSION=v22.1.9 |
243 | 2023-11-21T07:15:54.006Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
244 | 2023-11-21T07:15:54.006Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
245 | 2023-11-21T07:15:54.006Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
246 | 2023-11-21T07:15:54.006Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-11-21T07:15:54.006Z | + TARGET_DIR=out |
248 | 2023-11-21T07:15:54.006Z | + DOWNLOAD_DIR=out/downloads |
249 | 2023-11-21T07:15:54.006Z | + DEST_DIR=./out/cockroachdb |
250 | 2023-11-21T07:15:54.006Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
251 | 2023-11-21T07:15:54.006Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
252 | 2023-11-21T07:15:54.007Z | + main |
253 | 2023-11-21T07:15:54.007Z | + [[ 0 != 0 ]] |
254 | 2023-11-21T07:15:54.007Z | + CIDL_OS=solaris2.11 |
255 | 2023-11-21T07:15:54.007Z | + [[ 0 != 0 ]] |
256 | 2023-11-21T07:15:54.007Z | + configure_os solaris2.11 |
257 | 2023-11-21T07:15:54.007Z | + echo 'current directory: /work/oxidecomputer/omicron' |
258 | 2023-11-21T07:15:54.007Z | current directory: /work/oxidecomputer/omicron |
259 | 2023-11-21T07:15:54.007Z | + echo 'configuring based on OS: "solaris2.11"' |
260 | 2023-11-21T07:15:54.007Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-21T07:15:54.007Z | + case "$1" in |
262 | 2023-11-21T07:15:54.007Z | + CIDL_BUILD=illumos |
263 | 2023-11-21T07:15:54.007Z | + CIDL_SUFFIX=tar.gz |
264 | 2023-11-21T07:15:54.007Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-11-21T07:15:54.007Z | + CIDL_MD5FUNC=do_md5sum |
266 | 2023-11-21T07:15:54.007Z | + CIDL_URL_BASE=https://illumos.org/downloads |
267 | 2023-11-21T07:15:54.007Z | + CIDL_ASSEMBLE=do_assemble_illumos |
268 | 2023-11-21T07:15:54.007Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
269 | 2023-11-21T07:15:54.007Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-21T07:15:54.007Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-21T07:15:54.007Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
272 | 2023-11-21T07:15:54.007Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-21T07:15:54.007Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-11-21T07:15:54.007Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-21T07:15:54.007Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-21T07:15:54.007Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-21T07:15:54.007Z | + mkdir -p out/downloads |
278 | 2023-11-21T07:15:54.007Z | + mkdir -p ./out/cockroachdb |
279 | 2023-11-21T07:15:54.007Z | + local DO_DOWNLOAD=true |
280 | 2023-11-21T07:15:54.007Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
281 | 2023-11-21T07:15:54.007Z | + '[' true == true ']' |
282 | 2023-11-21T07:15:54.007Z | + echo Downloading... |
283 | 2023-11-21T07:15:54.007Z | Downloading... |
284 | 2023-11-21T07:15:54.007Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-21T07:15:54.007Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-21T07:15:54.007Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-21T07:15:54.007Z | ++ md5sum |
288 | 2023-11-21T07:15:54.007Z | ++ awk '{print $1}' |
289 | 2023-11-21T07:15:54.007Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
290 | 2023-11-21T07:15:54.007Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
291 | 2023-11-21T07:15:54.007Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-21T07:15:54.007Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
293 | 2023-11-21T07:15:54.007Z | + do_assemble_illumos |
294 | 2023-11-21T07:15:54.007Z | + rm -r ./out/cockroachdb |
295 | 2023-11-21T07:15:54.007Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
296 | 2023-11-21T07:15:54.007Z | + ./out/cockroachdb/bin/cockroach version |
297 | 2023-11-21T07:15:54.007Z | Build Tag: v22.1.9-dirty |
298 | 2023-11-21T07:15:54.007Z | Build Time: 2022/10/26 21:17:46 |
299 | 2023-11-21T07:15:54.007Z | Distribution: OSS |
300 | 2023-11-21T07:15:54.007Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
301 | 2023-11-21T07:15:54.007Z | Go Version: go1.17.13 |
302 | 2023-11-21T07:15:54.007Z | C Compiler: gcc 10.3.0 |
303 | 2023-11-21T07:15:54.007Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
304 | 2023-11-21T07:15:54.007Z | Build Type: release |
305 | 2023-11-21T07:15:54.007Z | + set -o errexit |
306 | 2023-11-21T07:15:54.007Z | +++ dirname ./tools/ci_download_clickhouse |
307 | 2023-11-21T07:15:54.007Z | ++ cd ./tools |
308 | 2023-11-21T07:15:54.007Z | ++ pwd |
309 | 2023-11-21T07:15:54.007Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
310 | 2023-11-21T07:15:54.007Z | ++ basename ./tools/ci_download_clickhouse |
311 | 2023-11-21T07:15:54.007Z | + ARG0=ci_download_clickhouse |
312 | 2023-11-21T07:15:54.007Z | + TARGET_DIR=out |
313 | 2023-11-21T07:15:54.007Z | + DOWNLOAD_DIR=out/downloads |
314 | 2023-11-21T07:15:54.007Z | + DEST_DIR=./out/clickhouse |
315 | 2023-11-21T07:15:54.007Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2023-11-21T07:15:54.007Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2023-11-21T07:15:54.007Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2023-11-21T07:15:54.007Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2023-11-21T07:15:54.007Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-11-21T07:15:54.007Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2023-11-21T07:15:54.007Z | + main |
322 | 2023-11-21T07:15:54.007Z | + [[ 0 != 0 ]] |
323 | 2023-11-21T07:15:54.007Z | + CIDL_OS=solaris2.11 |
324 | 2023-11-21T07:15:54.007Z | + [[ 0 != 0 ]] |
325 | 2023-11-21T07:15:54.007Z | + configure_os solaris2.11 |
326 | 2023-11-21T07:15:54.007Z | + echo 'current directory: /work/oxidecomputer/omicron' |
327 | 2023-11-21T07:15:54.007Z | current directory: /work/oxidecomputer/omicron |
328 | 2023-11-21T07:15:54.007Z | + echo 'configuring based on OS: "solaris2.11"' |
329 | 2023-11-21T07:15:54.108Z | configuring based on OS: "solaris2.11" |
330 | 2023-11-21T07:15:54.108Z | + CIDL_DASHREV= |
331 | 2023-11-21T07:15:54.108Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-11-21T07:15:54.108Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
333 | 2023-11-21T07:15:54.108Z | Downloading... |
334 | 2023-11-21T07:15:54.108Z | ClickHouse server version 22.8.9.1. |
335 | 2023-11-21T07:15:54.108Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
336 | 2023-11-21T07:15:54.108Z | Local file: out/downloads/console.tar.gz |
337 | 2023-11-21T07:15:54.108Z | Downloading... |
338 | 2023-11-21T07:15:54.108Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
339 | 2023-11-21T07:15:54.108Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
340 | 2023-11-21T07:15:54.108Z | Downloading... |
341 | 2023-11-21T07:15:54.108Z | + case "$1" in |
342 | 2023-11-21T07:15:54.108Z | + CIDL_PLATFORM=illumos |
343 | 2023-11-21T07:15:54.108Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-11-21T07:15:54.109Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-11-21T07:15:54.109Z | + CIDL_DASHREV=-1 |
346 | 2023-11-21T07:15:54.109Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-11-21T07:15:54.109Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-11-21T07:15:54.109Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-11-21T07:15:54.109Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-21T07:15:54.109Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-11-21T07:15:54.109Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-11-21T07:15:54.109Z | + mkdir -p out/downloads |
353 | 2023-11-21T07:15:54.109Z | + mkdir -p ./out/clickhouse |
354 | 2023-11-21T07:15:54.109Z | + local DO_DOWNLOAD=true |
355 | 2023-11-21T07:15:54.109Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2023-11-21T07:15:54.109Z | + '[' true == true ']' |
357 | 2023-11-21T07:15:54.109Z | + echo Downloading... |
358 | 2023-11-21T07:15:54.109Z | + 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 |
359 | 2023-11-21T07:15:54.109Z | + 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 |
360 | 2023-11-21T07:15:54.109Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-21T07:15:54.109Z | ++ md5sum |
362 | 2023-11-21T07:15:54.109Z | ++ awk '{print $1}' |
363 | 2023-11-21T07:15:54.109Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2023-11-21T07:15:54.109Z | + [[ 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 ]] |
365 | 2023-11-21T07:15:54.109Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2023-11-21T07:15:54.109Z | + mkdir -p ./out/clickhouse |
367 | 2023-11-21T07:15:54.109Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2023-11-21T07:15:54.109Z | + ./out/clickhouse/clickhouse server --version |
369 | 2023-11-21T07:15:54.109Z | + set -o errexit |
370 | 2023-11-21T07:15:54.109Z | +++ dirname ./tools/ci_download_console |
371 | 2023-11-21T07:15:54.109Z | ++ cd ./tools |
372 | 2023-11-21T07:15:54.109Z | ++ pwd |
373 | 2023-11-21T07:15:54.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2023-11-21T07:15:54.109Z | ++ basename ./tools/ci_download_console |
375 | 2023-11-21T07:15:54.109Z | + ARG0=ci_download_console |
376 | 2023-11-21T07:15:54.110Z | + TARGET_DIR=out |
377 | 2023-11-21T07:15:54.110Z | + DOWNLOAD_DIR=out/downloads |
378 | 2023-11-21T07:15:54.110Z | + DEST_DIR=./out/console-assets |
379 | 2023-11-21T07:15:54.110Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2023-11-21T07:15:54.110Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
381 | 2023-11-21T07:15:54.110Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
382 | 2023-11-21T07:15:54.110Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-21T07:15:54.110Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2023-11-21T07:15:54.110Z | + main |
385 | 2023-11-21T07:15:54.112Z | + [[ 0 != 0 ]] |
386 | 2023-11-21T07:15:54.112Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
387 | 2023-11-21T07:15:54.112Z | + echo 'Local file: out/downloads/console.tar.gz' |
388 | 2023-11-21T07:15:54.112Z | + local DO_DOWNLOAD=true |
389 | 2023-11-21T07:15:54.112Z | + [[ -f out/downloads/console.tar.gz ]] |
390 | 2023-11-21T07:15:54.112Z | + mkdir -p out/downloads |
391 | 2023-11-21T07:15:54.112Z | + '[' true == true ']' |
392 | 2023-11-21T07:15:54.112Z | + echo Downloading... |
393 | 2023-11-21T07:15:54.112Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-11-21T07:15:54.112Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-11-21T07:15:54.112Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-11-21T07:15:54.112Z | ++ case "$OSTYPE" in |
397 | 2023-11-21T07:15:54.112Z | ++ SHA=sha256sum |
398 | 2023-11-21T07:15:54.112Z | ++ sha256sum |
399 | 2023-11-21T07:15:54.113Z | ++ awk '{print $1}' |
400 | 2023-11-21T07:15:54.113Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-11-21T07:15:54.113Z | + [[ 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-21T07:15:54.113Z | + rm -rf ./out/console-assets |
403 | 2023-11-21T07:15:54.113Z | + mkdir -p ./out/console-assets |
404 | 2023-11-21T07:15:54.113Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-11-21T07:15:54.113Z | + mkdir -p ./out/console-assets |
406 | 2023-11-21T07:15:54.113Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-11-21T07:15:54.113Z | + set -o errexit |
408 | 2023-11-21T07:15:54.113Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-11-21T07:15:54.113Z | ++ cd ./tools |
410 | 2023-11-21T07:15:54.113Z | ++ pwd |
411 | 2023-11-21T07:15:54.113Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-11-21T07:15:54.113Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-11-21T07:15:54.113Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-11-21T07:15:54.113Z | + TARGET_DIR=out |
415 | 2023-11-21T07:15:54.113Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-11-21T07:15:54.113Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-11-21T07:15:54.113Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
418 | 2023-11-21T07:15:54.113Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-21T07:15:54.113Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
420 | 2023-11-21T07:15:54.113Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
421 | 2023-11-21T07:15:54.113Z | + main |
422 | 2023-11-21T07:15:54.114Z | + [[ 0 != 0 ]] |
423 | 2023-11-21T07:15:54.114Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
424 | 2023-11-21T07:15:54.114Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
425 | 2023-11-21T07:15:54.114Z | + local DO_DOWNLOAD=true |
426 | 2023-11-21T07:15:54.114Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
427 | 2023-11-21T07:15:54.114Z | + mkdir -p out/downloads |
428 | 2023-11-21T07:15:54.114Z | + '[' true == true ']' |
429 | 2023-11-21T07:15:54.137Z | + echo Downloading... |
430 | 2023-11-21T07:15:54.137Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
431 | 2023-11-21T07:15:54.137Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
432 | 2023-11-21T07:15:54.137Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
433 | 2023-11-21T07:15:54.137Z | ++ case "$OSTYPE" in |
434 | 2023-11-21T07:15:54.137Z | ++ SHA=sha256sum |
435 | 2023-11-21T07:15:54.137Z | ++ sha256sum |
436 | 2023-11-21T07:15:54.137Z | ++ awk '{print $1}' |
437 | 2023-11-21T07:15:54.137Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-21T07:15:54.137Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
439 | 2023-11-21T07:15:54.137Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2023-11-21T07:15:54.137Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
441 | 2023-11-21T07:15:54.137Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
442 | 2023-11-21T07:15:54.138Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
443 | 2023-11-21T07:15:54.138Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
444 | 2023-11-21T07:15:54.138Z | + main |
445 | 2023-11-21T07:15:54.138Z | + [[ 0 != 0 ]] |
446 | 2023-11-21T07:15:54.138Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
447 | 2023-11-21T07:15:54.138Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
448 | 2023-11-21T07:15:54.138Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
449 | 2023-11-21T07:15:54.138Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
450 | 2023-11-21T07:15:54.138Z | + local DO_DOWNLOAD=true |
451 | 2023-11-21T07:15:54.138Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
452 | 2023-11-21T07:15:54.138Z | + mkdir -p out/downloads |
453 | 2023-11-21T07:15:54.138Z | + '[' true == true ']' |
454 | 2023-11-21T07:15:54.138Z | + echo Downloading... |
455 | 2023-11-21T07:15:54.138Z | Downloading... |
456 | 2023-11-21T07:15:54.138Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
457 | 2023-11-21T07:15:54.138Z | + 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 |
458 | 2023-11-21T07:15:54.325Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-21T07:15:54.325Z | ++ case "$OSTYPE" in |
460 | 2023-11-21T07:15:54.325Z | ++ SHA=sha256sum |
461 | 2023-11-21T07:15:54.961Z | ++ sha256sum |
462 | 2023-11-21T07:15:54.961Z | ++ awk '{print $1}' |
463 | 2023-11-21T07:15:54.961Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-21T07:15:54.961Z | + [[ 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 ]] |
465 | 2023-11-21T07:15:54.961Z | + set -o errexit |
466 | 2023-11-21T07:15:54.961Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2023-11-21T07:15:54.961Z | ++ cd ./tools |
468 | 2023-11-21T07:15:54.961Z | ++ pwd |
469 | 2023-11-21T07:15:54.961Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2023-11-21T07:15:54.961Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2023-11-21T07:15:54.961Z | + ARG0=ci_download_dendrite_openapi |
472 | 2023-11-21T07:15:54.961Z | + TARGET_DIR=out |
473 | 2023-11-21T07:15:54.961Z | + DOWNLOAD_DIR=out/downloads |
474 | 2023-11-21T07:15:54.961Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2023-11-21T07:15:54.961Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
476 | 2023-11-21T07:15:54.962Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
477 | 2023-11-21T07:15:54.962Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
478 | 2023-11-21T07:15:54.962Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
479 | 2023-11-21T07:15:54.962Z | + main |
480 | 2023-11-21T07:15:54.962Z | + [[ 0 != 0 ]] |
481 | 2023-11-21T07:15:54.962Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
482 | 2023-11-21T07:15:54.962Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
483 | 2023-11-21T07:15:54.962Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
484 | 2023-11-21T07:15:54.962Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
485 | 2023-11-21T07:15:54.962Z | + local DO_DOWNLOAD=true |
486 | 2023-11-21T07:15:54.962Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
487 | 2023-11-21T07:15:54.962Z | + mkdir -p out/downloads |
488 | 2023-11-21T07:15:54.962Z | + '[' true == true ']' |
489 | 2023-11-21T07:15:54.962Z | + echo Downloading... |
490 | 2023-11-21T07:15:54.962Z | Downloading... |
491 | 2023-11-21T07:15:54.962Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
492 | 2023-11-21T07:15:54.962Z | + 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 |
493 | 2023-11-21T07:15:55.053Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
494 | 2023-11-21T07:15:55.054Z | ++ case "$OSTYPE" in |
495 | 2023-11-21T07:15:55.054Z | ++ SHA=sha256sum |
496 | 2023-11-21T07:15:55.128Z | ++ sha256sum |
497 | 2023-11-21T07:15:55.129Z | ++ awk '{print $1}' |
498 | 2023-11-21T07:15:55.129Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
499 | 2023-11-21T07:15:55.129Z | + [[ 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 ]] |
500 | 2023-11-21T07:15:55.129Z | + set -o errexit |
501 | 2023-11-21T07:15:55.129Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2023-11-21T07:15:55.129Z | ++ cd ./tools |
503 | 2023-11-21T07:15:55.129Z | ++ pwd |
504 | 2023-11-21T07:15:55.129Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2023-11-21T07:15:55.129Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2023-11-21T07:15:55.129Z | + ARG0=ci_download_dendrite_stub |
507 | 2023-11-21T07:15:55.129Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2023-11-21T07:15:55.129Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
509 | 2023-11-21T07:15:55.129Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
510 | 2023-11-21T07:15:55.129Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
511 | 2023-11-21T07:15:55.129Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2023-11-21T07:15:55.129Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
513 | 2023-11-21T07:15:55.129Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
514 | 2023-11-21T07:15:55.129Z | + TARGET_DIR=out |
515 | 2023-11-21T07:15:55.129Z | + DOWNLOAD_DIR=out/downloads |
516 | 2023-11-21T07:15:55.129Z | + DEST_DIR=./out/dendrite-stub |
517 | 2023-11-21T07:15:55.129Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2023-11-21T07:15:55.129Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2023-11-21T07:15:55.129Z | + REPO=oxidecomputer/dendrite |
520 | 2023-11-21T07:15:55.129Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
521 | 2023-11-21T07:15:55.129Z | + main |
522 | 2023-11-21T07:15:55.129Z | + [[ 0 != 0 ]] |
523 | 2023-11-21T07:15:55.129Z | + CIDL_OS=solaris2.11 |
524 | 2023-11-21T07:15:55.129Z | + [[ 0 != 0 ]] |
525 | 2023-11-21T07:15:55.130Z | + configure_os solaris2.11 |
526 | 2023-11-21T07:15:55.130Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2023-11-21T07:15:55.130Z | current directory: /work/oxidecomputer/omicron |
528 | 2023-11-21T07:15:55.130Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2023-11-21T07:15:55.130Z | + case "$1" in |
530 | 2023-11-21T07:15:55.130Z | configuring based on OS: "solaris2.11" |
531 | 2023-11-21T07:15:55.130Z | + SET_BINARIES= |
532 | 2023-11-21T07:15:55.130Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
533 | 2023-11-21T07:15:55.130Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2023-11-21T07:15:55.130Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2023-11-21T07:15:55.130Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
536 | 2023-11-21T07:15:55.130Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-21T07:15:55.130Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
538 | 2023-11-21T07:15:55.130Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2023-11-21T07:15:55.130Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
540 | 2023-11-21T07:15:55.130Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-21T07:15:55.130Z | + mkdir -p out/downloads |
542 | 2023-11-21T07:15:55.130Z | + mkdir -p ./out/dendrite-stub |
543 | 2023-11-21T07:15:55.130Z | + fetch_and_verify |
544 | 2023-11-21T07:15:55.130Z | + local DO_DOWNLOAD=true |
545 | 2023-11-21T07:15:55.130Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2023-11-21T07:15:55.130Z | + '[' true == true ']' |
547 | 2023-11-21T07:15:55.130Z | + echo Downloading... |
548 | 2023-11-21T07:15:55.130Z | Downloading... |
549 | 2023-11-21T07:15:55.130Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2023-11-21T07:15:55.130Z | + 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 |
551 | 2023-11-21T07:16:04.257Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-21T07:16:04.267Z | ++ sha256sum |
553 | 2023-11-21T07:16:04.267Z | ++ awk '{print $1}' |
554 | 2023-11-21T07:16:04.695Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
555 | 2023-11-21T07:16:04.695Z | + [[ 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 ]] |
556 | 2023-11-21T07:16:04.695Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-21T07:16:04.695Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2023-11-21T07:16:05.387Z | + do_assemble |
559 | 2023-11-21T07:16:05.387Z | + rm -r ./out/dendrite-stub |
560 | 2023-11-21T07:16:05.390Z | + mkdir ./out/dendrite-stub |
561 | 2023-11-21T07:16:05.393Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2023-11-21T07:16:05.562Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2023-11-21T07:16:05.574Z | + set -o errexit |
564 | 2023-11-21T07:16:05.577Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2023-11-21T07:16:05.580Z | ++ cd ./tools |
566 | 2023-11-21T07:16:05.580Z | ++ pwd |
567 | 2023-11-21T07:16:05.580Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2023-11-21T07:16:05.583Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2023-11-21T07:16:05.583Z | + ARG0=ci_download_maghemite_mgd |
570 | 2023-11-21T07:16:05.583Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2023-11-21T07:16:05.583Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
572 | 2023-11-21T07:16:05.583Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
573 | 2023-11-21T07:16:05.583Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2023-11-21T07:16:05.583Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
575 | 2023-11-21T07:16:05.583Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
576 | 2023-11-21T07:16:05.583Z | + TARGET_DIR=out |
577 | 2023-11-21T07:16:05.583Z | + DOWNLOAD_DIR=out/downloads |
578 | 2023-11-21T07:16:05.583Z | + DEST_DIR=./out/mgd |
579 | 2023-11-21T07:16:05.583Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2023-11-21T07:16:05.583Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2023-11-21T07:16:05.583Z | + REPO=oxidecomputer/maghemite |
582 | 2023-11-21T07:16:05.583Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
583 | 2023-11-21T07:16:05.586Z | + main |
584 | 2023-11-21T07:16:05.586Z | + [[ 0 != 0 ]] |
585 | 2023-11-21T07:16:05.586Z | + CIDL_OS=solaris2.11 |
586 | 2023-11-21T07:16:05.586Z | + [[ 0 != 0 ]] |
587 | 2023-11-21T07:16:05.586Z | + configure_os solaris2.11 |
588 | 2023-11-21T07:16:05.586Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2023-11-21T07:16:05.586Z | current directory: /work/oxidecomputer/omicron |
590 | 2023-11-21T07:16:05.587Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2023-11-21T07:16:05.587Z | + case "$1" in |
592 | 2023-11-21T07:16:05.587Z | + SET_BINARIES= |
593 | 2023-11-21T07:16:05.587Z | configuring based on OS: "solaris2.11" |
594 | 2023-11-21T07:16:05.587Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2023-11-21T07:16:05.587Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2023-11-21T07:16:05.587Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
597 | 2023-11-21T07:16:05.587Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2023-11-21T07:16:05.587Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
599 | 2023-11-21T07:16:05.587Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
600 | 2023-11-21T07:16:05.587Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
601 | 2023-11-21T07:16:05.587Z | Local file: out/downloads/mgd.tar.gz |
602 | 2023-11-21T07:16:05.587Z | + mkdir -p out/downloads |
603 | 2023-11-21T07:16:05.587Z | + mkdir -p ./out/mgd |
604 | 2023-11-21T07:16:05.590Z | + fetch_and_verify |
605 | 2023-11-21T07:16:05.590Z | + local DO_DOWNLOAD=true |
606 | 2023-11-21T07:16:05.590Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2023-11-21T07:16:05.590Z | + '[' true == true ']' |
608 | 2023-11-21T07:16:05.590Z | + echo Downloading... |
609 | 2023-11-21T07:16:05.590Z | Downloading... |
610 | 2023-11-21T07:16:05.590Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2023-11-21T07:16:05.590Z | + 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 |
612 | 2023-11-21T07:16:09.480Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2023-11-21T07:16:09.484Z | ++ sha256sum |
614 | 2023-11-21T07:16:09.484Z | ++ awk '{print $1}' |
615 | 2023-11-21T07:16:09.571Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
616 | 2023-11-21T07:16:09.571Z | + [[ 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 ]] |
617 | 2023-11-21T07:16:09.574Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2023-11-21T07:16:09.574Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2023-11-21T07:16:10.334Z | + do_assemble |
620 | 2023-11-21T07:16:10.334Z | + rm -r ./out/mgd |
621 | 2023-11-21T07:16:10.343Z | + mkdir ./out/mgd |
622 | 2023-11-21T07:16:10.343Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2023-11-21T07:16:10.467Z | + set -o errexit |
624 | 2023-11-21T07:16:10.471Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2023-11-21T07:16:10.474Z | ++ cd ./tools |
626 | 2023-11-21T07:16:10.474Z | ++ pwd |
627 | 2023-11-21T07:16:10.474Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2023-11-21T07:16:10.474Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2023-11-21T07:16:10.480Z | + ARG0=ci_download_transceiver_control |
630 | 2023-11-21T07:16:10.480Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2023-11-21T07:16:10.480Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2023-11-21T07:16:10.481Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2023-11-21T07:16:10.481Z | + TARGET_DIR=out |
634 | 2023-11-21T07:16:10.481Z | + DOWNLOAD_DIR=out/downloads |
635 | 2023-11-21T07:16:10.481Z | + DEST_DIR=./out/transceiver-control |
636 | 2023-11-21T07:16:10.481Z | + BIN_DIR=/opt/oxide/bin |
637 | 2023-11-21T07:16:10.481Z | + BINARY=xcvradm |
638 | 2023-11-21T07:16:10.481Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2023-11-21T07:16:10.481Z | + REPO=oxidecomputer/transceiver-control |
640 | 2023-11-21T07:16:10.481Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-11-21T07:16:10.481Z | + main |
642 | 2023-11-21T07:16:10.481Z | + [[ 0 != 0 ]] |
643 | 2023-11-21T07:16:10.481Z | + CIDL_OS=solaris2.11 |
644 | 2023-11-21T07:16:10.481Z | + [[ 0 != 0 ]] |
645 | 2023-11-21T07:16:10.481Z | + configure_os solaris2.11 |
646 | 2023-11-21T07:16:10.481Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2023-11-21T07:16:10.481Z | current directory: /work/oxidecomputer/omicron |
648 | 2023-11-21T07:16:10.481Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2023-11-21T07:16:10.481Z | + case "$1" in |
650 | 2023-11-21T07:16:10.481Z | configuring based on OS: "solaris2.11" |
651 | 2023-11-21T07:16:10.481Z | + SET_BINARIES= |
652 | 2023-11-21T07:16:10.481Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-21T07:16:10.481Z | + CIDL_SHA256FUNC=do_sha256sum |
654 | 2023-11-21T07:16:10.481Z | + ARCHIVE_FILENAME=xcvradm.gz |
655 | 2023-11-21T07:16:10.481Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-21T07:16:10.482Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2023-11-21T07:16:10.482Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2023-11-21T07:16:10.482Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2023-11-21T07:16:10.482Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-21T07:16:10.482Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-11-21T07:16:10.482Z | + mkdir -p out/downloads |
662 | 2023-11-21T07:16:10.486Z | + mkdir -p ./out/transceiver-control |
663 | 2023-11-21T07:16:10.486Z | + fetch_and_verify |
664 | 2023-11-21T07:16:10.486Z | + local DO_DOWNLOAD=true |
665 | 2023-11-21T07:16:10.486Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2023-11-21T07:16:10.486Z | + '[' true == true ']' |
667 | 2023-11-21T07:16:10.486Z | + echo Downloading... |
668 | 2023-11-21T07:16:10.486Z | Downloading... |
669 | 2023-11-21T07:16:10.486Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2023-11-21T07:16:10.486Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
671 | 2023-11-21T07:16:13.835Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2023-11-21T07:16:13.838Z | ++ sha256sum |
673 | 2023-11-21T07:16:13.838Z | ++ awk '{print $1}' |
674 | 2023-11-21T07:16:13.860Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-21T07:16:13.860Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
676 | 2023-11-21T07:16:13.863Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2023-11-21T07:16:13.863Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2023-11-21T07:16:13.863Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2023-11-21T07:16:14.038Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2023-11-21T07:16:14.044Z | + do_assemble |
681 | 2023-11-21T07:16:14.044Z | + rm -r ./out/transceiver-control |
682 | 2023-11-21T07:16:14.044Z | + mkdir ./out/transceiver-control |
683 | 2023-11-21T07:16:14.049Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2023-11-21T07:16:14.247Z | All prerequisites installed successfully |
685 | 2023-11-21T07:16:14.252Z | |
686 | 2023-11-21T07:16:14.252Z | real 1:51.982236631 |
687 | 2023-11-21T07:16:14.252Z | user 53.898039517 |
688 | 2023-11-21T07:16:14.252Z | sys 10.532261488 |
689 | 2023-11-21T07:16:14.252Z | trap 0.021988920 |
690 | 2023-11-21T07:16:14.252Z | tflt 0.161090660 |
691 | 2023-11-21T07:16:14.252Z | dflt 0.719498388 |
692 | 2023-11-21T07:16:14.252Z | kflt 0.244089072 |
693 | 2023-11-21T07:16:14.252Z | lock 1.718150547 |
694 | 2023-11-21T07:16:14.252Z | slp 3:27.184186767 |
695 | 2023-11-21T07:16:14.252Z | lat 4.081855465 |
696 | 2023-11-21T07:16:14.252Z | stop 0.071538403 |
697 | 2023-11-21T07:16:14.252Z | + ptime -m ./tools/ci_download_softnpu_machinery |
698 | 2023-11-21T07:16:14.261Z | fetching npuzone |
699 | 2023-11-21T07:16:14.270Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
700 | 2023-11-21T07:16:14.270Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
701 | 2023-11-21T07:16:14.273Z | Getting hash for npuzone |
702 | 2023-11-21T07:16:14.412Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
703 | 2023-11-21T07:16:26.067Z | npuzone downloaded successfully |
704 | 2023-11-21T07:16:26.078Z | |
705 | 2023-11-21T07:16:26.078Z | real 11.814801261 |
706 | 2023-11-21T07:16:26.078Z | user 0.574598717 |
707 | 2023-11-21T07:16:26.078Z | sys 0.163055751 |
708 | 2023-11-21T07:16:26.078Z | trap 0.000062962 |
709 | 2023-11-21T07:16:26.078Z | tflt 0.000000000 |
710 | 2023-11-21T07:16:26.078Z | dflt 0.000000000 |
711 | 2023-11-21T07:16:26.078Z | kflt 0.000000000 |
712 | 2023-11-21T07:16:26.078Z | lock 0.000000000 |
713 | 2023-11-21T07:16:26.078Z | slp 34.476841159 |
714 | 2023-11-21T07:16:26.078Z | lat 0.193058642 |
715 | 2023-11-21T07:16:26.078Z | stop 0.000287585 |
716 | 2023-11-21T07:16:26.078Z | + export CARGO_INCREMENTAL=0 |
717 | 2023-11-21T07:16:26.078Z | + CARGO_INCREMENTAL=0 |
718 | 2023-11-21T07:16:26.078Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
719 | 2023-11-21T07:16:26.407Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2023-11-21T07:16:26.753Z | Updating crates.io index |
721 | 2023-11-21T07:16:26.756Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
722 | 2023-11-21T07:16:27.569Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
723 | 2023-11-21T07:16:29.496Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
724 | 2023-11-21T07:16:30.141Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
725 | 2023-11-21T07:16:30.467Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
726 | 2023-11-21T07:16:30.807Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
727 | 2023-11-21T07:16:31.111Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
728 | 2023-11-21T07:16:32.000Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
729 | 2023-11-21T07:16:35.149Z | Updating git repository `https://github.com/oxidecomputer/opte` |
730 | 2023-11-21T07:16:36.675Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
731 | 2023-11-21T07:16:37.611Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
732 | 2023-11-21T07:16:38.180Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
733 | 2023-11-21T07:16:38.753Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2023-11-21T07:16:39.107Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2023-11-21T07:16:39.619Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2023-11-21T07:16:39.959Z | Updating git repository `https://github.com/njaremko/samael` |
737 | 2023-11-21T07:16:40.616Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2023-11-21T07:16:41.142Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2023-11-21T07:16:41.560Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2023-11-21T07:16:42.603Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2023-11-21T07:16:43.300Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2023-11-21T07:16:43.794Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2023-11-21T07:16:44.730Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2023-11-21T07:16:45.164Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2023-11-21T07:16:45.469Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2023-11-21T07:16:47.360Z | Downloading crates ... |
747 | 2023-11-21T07:16:47.572Z | Downloaded byteorder v1.5.0 |
748 | 2023-11-21T07:16:47.581Z | Downloaded bytesize v1.3.0 |
749 | 2023-11-21T07:16:47.587Z | Downloaded is-terminal v0.4.9 |
750 | 2023-11-21T07:16:47.594Z | Downloaded cfg-if v1.0.0 |
751 | 2023-11-21T07:16:47.594Z | Downloaded cassowary v0.3.0 |
752 | 2023-11-21T07:16:47.601Z | Downloaded cipher v0.4.4 |
753 | 2023-11-21T07:16:47.601Z | Downloaded num-complex v0.4.4 |
754 | 2023-11-21T07:16:47.607Z | Downloaded oso-derive v0.27.0 |
755 | 2023-11-21T07:16:47.607Z | Downloaded libsw v3.3.0 |
756 | 2023-11-21T07:16:47.616Z | Downloaded clap_lex v0.5.1 |
757 | 2023-11-21T07:16:47.624Z | Downloaded instant v0.1.12 |
758 | 2023-11-21T07:16:47.624Z | Downloaded ciborium-ll v0.2.1 |
759 | 2023-11-21T07:16:47.630Z | Downloaded match_cfg v0.1.0 |
760 | 2023-11-21T07:16:47.630Z | Downloaded lazy_static v1.4.0 |
761 | 2023-11-21T07:16:47.638Z | Downloaded memoffset v0.9.0 |
762 | 2023-11-21T07:16:47.638Z | Downloaded matches v0.1.10 |
763 | 2023-11-21T07:16:47.645Z | Downloaded bytes v1.5.0 |
764 | 2023-11-21T07:16:47.658Z | Downloaded newtype_derive v0.1.6 |
765 | 2023-11-21T07:16:47.666Z | Downloaded opaque-debug v0.3.0 |
766 | 2023-11-21T07:16:47.673Z | Downloaded managed v0.8.0 |
767 | 2023-11-21T07:16:47.680Z | Downloaded nodrop v0.1.14 |
768 | 2023-11-21T07:16:47.687Z | Downloaded num_threads v0.1.6 |
769 | 2023-11-21T07:16:47.687Z | Downloaded bb8 v0.8.1 |
770 | 2023-11-21T07:16:47.687Z | Downloaded nibble_vec v0.1.0 |
771 | 2023-11-21T07:16:47.697Z | Downloaded bitfield v0.14.0 |
772 | 2023-11-21T07:16:47.697Z | Downloaded tinyvec_macros v0.1.1 |
773 | 2023-11-21T07:16:47.704Z | Downloaded num v0.4.1 |
774 | 2023-11-21T07:16:47.704Z | Downloaded num_enum v0.5.11 |
775 | 2023-11-21T07:16:47.713Z | Downloaded num-traits v0.2.16 |
776 | 2023-11-21T07:16:47.720Z | Downloaded olpc-cjson v0.1.3 |
777 | 2023-11-21T07:16:47.727Z | Downloaded mockall v0.11.4 |
778 | 2023-11-21T07:16:47.730Z | Downloaded crc-catalog v2.2.0 |
779 | 2023-11-21T07:16:47.730Z | Downloaded impl-trait-for-tuples v0.2.2 |
780 | 2023-11-21T07:16:47.735Z | Downloaded structopt-derive v0.4.18 |
781 | 2023-11-21T07:16:47.738Z | Downloaded usdt-macro v0.3.5 |
782 | 2023-11-21T07:16:47.740Z | Downloaded stringprep v0.1.3 |
783 | 2023-11-21T07:16:47.745Z | Downloaded anyhow v1.0.75 |
784 | 2023-11-21T07:16:47.789Z | Downloaded path-slash v0.1.5 |
785 | 2023-11-21T07:16:47.797Z | Downloaded corncobs v0.1.3 |
786 | 2023-11-21T07:16:47.797Z | Downloaded darling_macro v0.20.3 |
787 | 2023-11-21T07:16:47.797Z | Downloaded mime_guess v2.0.4 |
788 | 2023-11-21T07:16:47.797Z | Downloaded vec_map v0.8.2 |
789 | 2023-11-21T07:16:47.797Z | Downloaded tokio-native-tls v0.3.1 |
790 | 2023-11-21T07:16:47.797Z | Downloaded slog v2.7.0 |
791 | 2023-11-21T07:16:47.797Z | Downloaded utf8parse v0.2.1 |
792 | 2023-11-21T07:16:47.797Z | Downloaded zeroize_derive v1.4.2 |
793 | 2023-11-21T07:16:47.797Z | Downloaded tokio-tungstenite v0.18.0 |
794 | 2023-11-21T07:16:47.800Z | Downloaded radium v0.7.0 |
795 | 2023-11-21T07:16:47.800Z | Downloaded crc-any v2.4.3 |
796 | 2023-11-21T07:16:47.803Z | Downloaded zone_cfg_derive v0.3.0 |
797 | 2023-11-21T07:16:47.803Z | Downloaded pretty-hex v0.2.1 |
798 | 2023-11-21T07:16:47.806Z | Downloaded parse-display v0.8.2 |
799 | 2023-11-21T07:16:47.810Z | Downloaded siphasher v0.3.11 |
800 | 2023-11-21T07:16:47.813Z | Downloaded tokio-rustls v0.24.1 |
801 | 2023-11-21T07:16:47.816Z | Downloaded foreign-types v0.3.2 |
802 | 2023-11-21T07:16:47.820Z | Downloaded fnv v1.0.7 |
803 | 2023-11-21T07:16:47.822Z | Downloaded paste v1.0.14 |
804 | 2023-11-21T07:16:47.826Z | Downloaded hostname v0.3.1 |
805 | 2023-11-21T07:16:47.830Z | Downloaded vte v0.11.1 |
806 | 2023-11-21T07:16:47.834Z | Downloaded tokio-tungstenite v0.20.1 |
807 | 2023-11-21T07:16:47.838Z | Downloaded vsss-rs v3.3.1 |
808 | 2023-11-21T07:16:47.844Z | Downloaded ppv-lite86 v0.2.17 |
809 | 2023-11-21T07:16:47.846Z | Downloaded equivalent v1.0.1 |
810 | 2023-11-21T07:16:47.849Z | Downloaded predicates-tree v1.0.9 |
811 | 2023-11-21T07:16:47.852Z | Downloaded slog-envlogger v2.2.0 |
812 | 2023-11-21T07:16:47.855Z | Downloaded serde_with_macros v2.3.3 |
813 | 2023-11-21T07:16:47.859Z | Downloaded toml v0.8.8 |
814 | 2023-11-21T07:16:47.865Z | Downloaded float-cmp v0.9.0 |
815 | 2023-11-21T07:16:47.868Z | Downloaded unicode-width v0.1.11 |
816 | 2023-11-21T07:16:47.871Z | Downloaded doc-comment v0.3.3 |
817 | 2023-11-21T07:16:47.874Z | Downloaded termcolor v1.2.0 |
818 | 2023-11-21T07:16:47.877Z | Downloaded postcard-cobs v0.1.5-pre |
819 | 2023-11-21T07:16:47.880Z | Downloaded try-lock v0.2.4 |
820 | 2023-11-21T07:16:47.882Z | Downloaded slab v0.4.9 |
821 | 2023-11-21T07:16:47.885Z | Downloaded password-hash v0.5.0 |
822 | 2023-11-21T07:16:47.887Z | Downloaded smawk v0.3.1 |
823 | 2023-11-21T07:16:47.890Z | Downloaded rustversion v1.0.14 |
824 | 2023-11-21T07:16:47.896Z | Downloaded predicates v2.1.5 |
825 | 2023-11-21T07:16:47.901Z | Downloaded darling v0.20.3 |
826 | 2023-11-21T07:16:47.908Z | Downloaded dtrace-parser v0.1.14 |
827 | 2023-11-21T07:16:47.910Z | Downloaded percent-encoding v2.3.0 |
828 | 2023-11-21T07:16:47.913Z | Downloaded rtoolbox v0.0.1 |
829 | 2023-11-21T07:16:47.916Z | Downloaded synstructure v0.12.6 |
830 | 2023-11-21T07:16:47.918Z | Downloaded digest v0.10.7 |
831 | 2023-11-21T07:16:47.921Z | Downloaded display-error-chain v0.2.0 |
832 | 2023-11-21T07:16:47.925Z | Downloaded tokio-postgres v0.7.10 |
833 | 2023-11-21T07:16:47.941Z | Downloaded http-range v0.1.5 |
834 | 2023-11-21T07:16:47.963Z | Downloaded spin v0.9.8 |
835 | 2023-11-21T07:16:47.963Z | Downloaded fxhash v0.2.1 |
836 | 2023-11-21T07:16:47.963Z | Downloaded minimal-lexical v0.2.1 |
837 | 2023-11-21T07:16:47.963Z | Downloaded serde-hex v0.1.0 |
838 | 2023-11-21T07:16:47.963Z | Downloaded pem v3.0.2 |
839 | 2023-11-21T07:16:47.968Z | Downloaded tabled_derive v0.6.0 |
840 | 2023-11-21T07:16:47.968Z | Downloaded either v1.9.0 |
841 | 2023-11-21T07:16:47.968Z | Downloaded dyn-clone v1.0.13 |
842 | 2023-11-21T07:16:47.968Z | Downloaded derive_builder_macro v0.12.0 |
843 | 2023-11-21T07:16:47.971Z | Downloaded peeking_take_while v0.1.2 |
844 | 2023-11-21T07:16:47.974Z | Downloaded ref-cast v1.0.20 |
845 | 2023-11-21T07:16:47.977Z | Downloaded unicode-linebreak v0.1.5 |
846 | 2023-11-21T07:16:47.980Z | Downloaded futures-sink v0.3.29 |
847 | 2023-11-21T07:16:47.983Z | Downloaded strum_macros v0.25.2 |
848 | 2023-11-21T07:16:47.986Z | Downloaded postgres-protocol v0.6.6 |
849 | 2023-11-21T07:16:47.989Z | Downloaded endian-type v0.1.2 |
850 | 2023-11-21T07:16:47.992Z | Downloaded resolv-conf v0.7.0 |
851 | 2023-11-21T07:16:47.995Z | Downloaded same-file v1.0.6 |
852 | 2023-11-21T07:16:47.998Z | Downloaded funty v2.0.0 |
853 | 2023-11-21T07:16:48.001Z | Downloaded scopeguard v1.2.0 |
854 | 2023-11-21T07:16:48.009Z | Downloaded semver v1.0.20 |
855 | 2023-11-21T07:16:48.009Z | Downloaded rand_core v0.6.4 |
856 | 2023-11-21T07:16:48.012Z | Downloaded strum_macros v0.24.3 |
857 | 2023-11-21T07:16:48.015Z | Downloaded shlex v1.1.0 |
858 | 2023-11-21T07:16:48.018Z | Downloaded parking_lot_core v0.9.8 |
859 | 2023-11-21T07:16:48.023Z | Downloaded signature v2.1.0 |
860 | 2023-11-21T07:16:48.025Z | Downloaded typenum v1.16.0 |
861 | 2023-11-21T07:16:48.030Z | Downloaded rpassword v7.3.1 |
862 | 2023-11-21T07:16:48.033Z | Downloaded httpdate v1.0.3 |
863 | 2023-11-21T07:16:48.036Z | Downloaded hubpack v0.1.2 |
864 | 2023-11-21T07:16:48.038Z | Downloaded futures-core v0.3.29 |
865 | 2023-11-21T07:16:48.041Z | Downloaded pest_generator v2.7.2 |
866 | 2023-11-21T07:16:48.044Z | Downloaded foreign-types-shared v0.1.1 |
867 | 2023-11-21T07:16:48.044Z | Downloaded pem v1.1.1 |
868 | 2023-11-21T07:16:48.047Z | Downloaded rcgen v0.11.3 |
869 | 2023-11-21T07:16:48.051Z | Downloaded futures-macro v0.3.29 |
870 | 2023-11-21T07:16:48.054Z | Downloaded phf v0.11.2 |
871 | 2023-11-21T07:16:48.057Z | Downloaded tower-service v0.3.2 |
872 | 2023-11-21T07:16:48.059Z | Downloaded toml_datetime v0.6.5 |
873 | 2023-11-21T07:16:48.062Z | Downloaded diesel_table_macro_syntax v0.1.0 |
874 | 2023-11-21T07:16:48.062Z | Downloaded dirs-sys-next v0.1.2 |
875 | 2023-11-21T07:16:48.065Z | Downloaded crossterm v0.27.0 |
876 | 2023-11-21T07:16:48.075Z | Downloaded toolchain_find v0.2.0 |
877 | 2023-11-21T07:16:48.078Z | Downloaded string_cache v0.8.7 |
878 | 2023-11-21T07:16:48.081Z | Downloaded derive_builder_core v0.12.0 |
879 | 2023-11-21T07:16:48.085Z | Downloaded slog-scope v4.4.0 |
880 | 2023-11-21T07:16:48.087Z | Downloaded stable_deref_trait v1.2.0 |
881 | 2023-11-21T07:16:48.090Z | Downloaded rsa v0.9.2 |
882 | 2023-11-21T07:16:48.098Z | Downloaded phf_shared v0.10.0 |
883 | 2023-11-21T07:16:48.100Z | Downloaded darling_macro v0.14.4 |
884 | 2023-11-21T07:16:48.100Z | Downloaded proc-macro-error v1.0.4 |
885 | 2023-11-21T07:16:48.106Z | Downloaded serde_tokenstream v0.2.0 |
886 | 2023-11-21T07:16:48.112Z | Downloaded form_urlencoded v1.2.0 |
887 | 2023-11-21T07:16:48.115Z | Downloaded rustfmt-wrapper v0.2.0 |
888 | 2023-11-21T07:16:48.118Z | Downloaded errno v0.3.2 |
889 | 2023-11-21T07:16:48.120Z | Downloaded deranged v0.3.8 |
890 | 2023-11-21T07:16:48.123Z | Downloaded itertools v0.12.0 |
891 | 2023-11-21T07:16:48.134Z | Downloaded static_assertions v1.1.0 |
892 | 2023-11-21T07:16:48.137Z | Downloaded futures-executor v0.3.29 |
893 | 2023-11-21T07:16:48.141Z | Downloaded fastrand v2.0.0 |
894 | 2023-11-21T07:16:48.144Z | Downloaded strsim v0.10.0 |
895 | 2023-11-21T07:16:48.148Z | Downloaded unarray v0.1.4 |
896 | 2023-11-21T07:16:48.148Z | Downloaded difflib v0.4.0 |
897 | 2023-11-21T07:16:48.151Z | Downloaded snafu-derive v0.7.5 |
898 | 2023-11-21T07:16:48.153Z | Downloaded rusty-fork v0.3.0 |
899 | 2023-11-21T07:16:48.153Z | Downloaded derive_builder v0.12.0 |
900 | 2023-11-21T07:16:48.162Z | Downloaded thiserror-no-std v2.0.2 |
901 | 2023-11-21T07:16:48.170Z | Downloaded topological-sort v0.2.2 |
902 | 2023-11-21T07:16:48.172Z | Downloaded serde_tokenstream v0.1.7 |
903 | 2023-11-21T07:16:48.178Z | Downloaded der_derive v0.7.2 |
904 | 2023-11-21T07:16:48.180Z | Downloaded zerocopy v0.6.4 |
905 | 2023-11-21T07:16:48.186Z | Downloaded serde_derive_internals v0.26.0 |
906 | 2023-11-21T07:16:48.195Z | Downloaded derive_more v0.99.17 |
907 | 2023-11-21T07:16:48.607Z | Downloaded fatfs v0.3.6 |
908 | 2023-11-21T07:16:48.607Z | Downloaded sct v0.7.0 |
909 | 2023-11-21T07:16:48.607Z | Downloaded aho-corasick v1.0.4 |
910 | 2023-11-21T07:16:48.607Z | Downloaded diesel_derives v2.1.1 |
911 | 2023-11-21T07:16:48.607Z | Downloaded serde_derive v1.0.192 |
912 | 2023-11-21T07:16:48.607Z | Downloaded prettyplease v0.2.12 |
913 | 2023-11-21T07:16:48.607Z | Downloaded hkdf v0.12.3 |
914 | 2023-11-21T07:16:48.607Z | Downloaded proc-macro2 v1.0.69 |
915 | 2023-11-21T07:16:48.607Z | Downloaded unicode-ident v1.0.12 |
916 | 2023-11-21T07:16:48.607Z | Downloaded sha2 v0.10.8 |
917 | 2023-11-21T07:16:48.607Z | Downloaded pest v2.7.2 |
918 | 2023-11-21T07:16:48.607Z | Downloaded openssl v0.10.57 |
919 | 2023-11-21T07:16:48.607Z | Downloaded darling_core v0.14.4 |
920 | 2023-11-21T07:16:48.607Z | Downloaded serde_with v2.3.3 |
921 | 2023-11-21T07:16:48.607Z | Downloaded der v0.7.8 |
922 | 2023-11-21T07:16:48.607Z | Downloaded toml_edit v0.19.15 |
923 | 2023-11-21T07:16:48.607Z | Downloaded http v0.2.11 |
924 | 2023-11-21T07:16:48.607Z | Downloaded object v0.32.1 |
925 | 2023-11-21T07:16:48.607Z | Downloaded reqwest v0.11.22 |
926 | 2023-11-21T07:16:48.607Z | Downloaded rustls-webpki v0.101.7 |
927 | 2023-11-21T07:16:48.608Z | Downloaded petgraph v0.6.4 |
928 | 2023-11-21T07:16:48.608Z | Downloaded serde_json v1.0.108 |
929 | 2023-11-21T07:16:48.608Z | Downloaded futures-util v0.3.29 |
930 | 2023-11-21T07:16:48.608Z | Downloaded proptest v1.4.0 |
931 | 2023-11-21T07:16:48.608Z | Downloaded rustls v0.21.9 |
932 | 2023-11-21T07:16:48.608Z | Downloaded rustix v0.37.23 |
933 | 2023-11-21T07:16:48.608Z | Downloaded polar-core v0.27.0 |
934 | 2023-11-21T07:16:48.608Z | Downloaded regex-syntax v0.8.2 |
935 | 2023-11-21T07:16:48.608Z | Downloaded zerocopy-derive v0.6.4 |
936 | 2023-11-21T07:16:48.622Z | Downloaded zerocopy-derive v0.2.0 |
937 | 2023-11-21T07:16:48.642Z | Downloaded tokio v1.33.0 |
938 | 2023-11-21T07:16:48.710Z | Downloaded sled v0.34.7 |
939 | 2023-11-21T07:16:48.731Z | Downloaded sha3 v0.10.8 |
940 | 2023-11-21T07:16:48.744Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
941 | 2023-11-21T07:16:48.769Z | Downloaded regex-automata v0.4.3 |
942 | 2023-11-21T07:16:48.819Z | Downloaded encoding_rs v0.8.33 |
943 | 2023-11-21T07:16:48.845Z | Downloaded regex-automata v0.3.8 |
944 | 2023-11-21T07:16:48.877Z | Downloaded libc v0.2.150 |
945 | 2023-11-21T07:16:48.927Z | Downloaded regress v0.7.1 |
946 | 2023-11-21T07:16:48.944Z | Downloaded openapiv3 v2.0.0-rc.1 |
947 | 2023-11-21T07:16:48.964Z | Downloaded regex v1.10.2 |
948 | 2023-11-21T07:16:48.990Z | Downloaded trust-dns-proto v0.22.0 |
949 | 2023-11-21T07:16:49.014Z | Downloaded diesel v2.1.4 |
950 | 2023-11-21T07:16:49.043Z | Downloaded regex-syntax v0.7.5 |
951 | 2023-11-21T07:16:49.059Z | Downloaded rustix v0.38.9 |
952 | 2023-11-21T07:16:49.098Z | Downloaded regex-syntax v0.6.29 |
953 | 2023-11-21T07:16:49.112Z | Downloaded bstr v0.2.17 |
954 | 2023-11-21T07:16:49.131Z | Downloaded smoltcp v0.9.1 |
955 | 2023-11-21T07:16:49.160Z | Downloaded ratatui v0.23.0 |
956 | 2023-11-21T07:16:49.172Z | Downloaded curve25519-dalek v4.1.0 |
957 | 2023-11-21T07:16:49.188Z | Downloaded bstr v1.6.0 |
958 | 2023-11-21T07:16:49.209Z | Downloaded gimli v0.28.0 |
959 | 2023-11-21T07:16:49.224Z | Downloaded smoltcp v0.8.2 |
960 | 2023-11-21T07:16:49.241Z | Downloaded idna v0.4.0 |
961 | 2023-11-21T07:16:49.254Z | Downloaded idna v0.2.3 |
962 | 2023-11-21T07:16:49.272Z | Downloaded tabled v0.14.0 |
963 | 2023-11-21T07:16:49.299Z | Downloaded syn v1.0.109 |
964 | 2023-11-21T07:16:49.319Z | Downloaded radix_trie v0.2.1 |
965 | 2023-11-21T07:16:49.329Z | Downloaded bindgen v0.65.1 |
966 | 2023-11-21T07:16:49.342Z | Downloaded webpki-roots v0.25.2 |
967 | 2023-11-21T07:16:49.349Z | Downloaded vcpkg v0.2.15 |
968 | 2023-11-21T07:16:49.422Z | Downloaded bitvec v1.0.1 |
969 | 2023-11-21T07:16:49.450Z | Downloaded syn v2.0.32 |
970 | 2023-11-21T07:16:49.470Z | Downloaded regex-automata v0.1.10 |
971 | 2023-11-21T07:16:49.479Z | Downloaded tough v0.15.0 |
972 | 2023-11-21T07:16:49.493Z | Downloaded ring v0.17.5 |
973 | 2023-11-21T07:16:49.630Z | Downloaded unicode-normalization v0.1.22 |
974 | 2023-11-21T07:16:49.636Z | Downloaded steno v0.4.0 |
975 | 2023-11-21T07:16:49.643Z | Downloaded rayon v1.8.0 |
976 | 2023-11-21T07:16:49.659Z | Downloaded quick-xml v0.23.1 |
977 | 2023-11-21T07:16:49.672Z | Downloaded chrono v0.4.31 |
978 | 2023-11-21T07:16:49.686Z | Downloaded ring v0.16.20 |
979 | 2023-11-21T07:16:49.860Z | Downloaded papergrid v0.10.0 |
980 | 2023-11-21T07:16:49.864Z | Downloaded toml_edit v0.21.0 |
981 | 2023-11-21T07:16:49.891Z | Downloaded portable-atomic v1.4.3 |
982 | 2023-11-21T07:16:49.901Z | Downloaded hyper v0.14.27 |
983 | 2023-11-21T07:16:49.915Z | Downloaded winnow v0.5.15 |
984 | 2023-11-21T07:16:49.929Z | Downloaded h2 v0.3.21 |
985 | 2023-11-21T07:16:49.940Z | Downloaded headers v0.3.9 |
986 | 2023-11-21T07:16:49.950Z | Downloaded hashbrown v0.14.2 |
987 | 2023-11-21T07:16:49.959Z | Downloaded lalrpop v0.19.12 |
988 | 2023-11-21T07:16:49.978Z | Downloaded pest_meta v2.7.2 |
989 | 2023-11-21T07:16:49.982Z | Downloaded time v0.3.27 |
990 | 2023-11-21T07:16:49.993Z | Downloaded unicode-segmentation v1.10.1 |
991 | 2023-11-21T07:16:50.074Z | Downloaded reedline v0.26.0 |
992 | 2023-11-21T07:16:50.081Z | Downloaded flume v0.11.0 |
993 | 2023-11-21T07:16:50.081Z | Downloaded tracing v0.1.37 |
994 | 2023-11-21T07:16:50.082Z | Downloaded snafu v0.7.5 |
995 | 2023-11-21T07:16:50.082Z | Downloaded ron v0.8.1 |
996 | 2023-11-21T07:16:50.082Z | Downloaded clap v2.34.0 |
997 | 2023-11-21T07:16:50.082Z | Downloaded thread_local v1.1.7 |
998 | 2023-11-21T07:16:50.082Z | Downloaded hash32 v0.2.1 |
999 | 2023-11-21T07:16:50.082Z | Downloaded diff v0.1.13 |
1000 | 2023-11-21T07:16:50.082Z | Downloaded hashbrown v0.13.2 |
1001 | 2023-11-21T07:16:50.082Z | Downloaded thiserror-impl-no-std v2.0.2 |
1002 | 2023-11-21T07:16:50.082Z | Downloaded quick-error v1.2.3 |
1003 | 2023-11-21T07:16:50.082Z | Downloaded foreign-types v0.5.0 |
1004 | 2023-11-21T07:16:50.082Z | Downloaded serde_spanned v0.6.4 |
1005 | 2023-11-21T07:16:50.085Z | Downloaded slog-stdlog v4.1.1 |
1006 | 2023-11-21T07:16:50.085Z | Downloaded poly1305 v0.8.0 |
1007 | 2023-11-21T07:16:50.085Z | Downloaded typed-path v0.6.0 |
1008 | 2023-11-21T07:16:50.093Z | Downloaded trust-dns-client v0.22.0 |
1009 | 2023-11-21T07:16:50.103Z | Downloaded pin-project v1.1.3 |
1010 | 2023-11-21T07:16:50.122Z | Downloaded heapless v0.7.16 |
1011 | 2023-11-21T07:16:50.128Z | Downloaded hashbrown v0.12.3 |
1012 | 2023-11-21T07:16:50.136Z | Downloaded debug-ignore v1.0.5 |
1013 | 2023-11-21T07:16:50.139Z | Downloaded parking_lot v0.11.2 |
1014 | 2023-11-21T07:16:50.142Z | Downloaded serde v1.0.192 |
1015 | 2023-11-21T07:16:50.148Z | Downloaded proc-macro-error-attr v1.0.4 |
1016 | 2023-11-21T07:16:50.151Z | Downloaded darling v0.14.4 |
1017 | 2023-11-21T07:16:50.154Z | Downloaded unicode-bidi v0.3.13 |
1018 | 2023-11-21T07:16:50.158Z | Downloaded subprocess v0.2.9 |
1019 | 2023-11-21T07:16:50.162Z | Downloaded rustc_version v0.4.0 |
1020 | 2023-11-21T07:16:50.165Z | Downloaded generic-array v0.14.7 |
1021 | 2023-11-21T07:16:50.168Z | Downloaded humantime v2.1.0 |
1022 | 2023-11-21T07:16:50.170Z | Downloaded elliptic-curve v0.13.5 |
1023 | 2023-11-21T07:16:50.175Z | Downloaded getrandom v0.2.10 |
1024 | 2023-11-21T07:16:50.179Z | Downloaded itertools v0.11.0 |
1025 | 2023-11-21T07:16:50.194Z | Downloaded getopts v0.2.21 |
1026 | 2023-11-21T07:16:50.201Z | Downloaded futures-task v0.3.29 |
1027 | 2023-11-21T07:16:50.201Z | Downloaded pin-project-lite v0.2.13 |
1028 | 2023-11-21T07:16:50.208Z | Downloaded env_logger v0.10.0 |
1029 | 2023-11-21T07:16:50.217Z | Downloaded smf v0.2.2 |
1030 | 2023-11-21T07:16:50.217Z | Downloaded tokio-util v0.7.10 |
1031 | 2023-11-21T07:16:50.224Z | Downloaded pest_derive v2.7.2 |
1032 | 2023-11-21T07:16:50.231Z | Downloaded parking_lot v0.12.1 |
1033 | 2023-11-21T07:16:50.231Z | Downloaded rayon-core v1.12.0 |
1034 | 2023-11-21T07:16:50.238Z | Downloaded slog-dtrace v0.2.3 |
1035 | 2023-11-21T07:16:50.239Z | Downloaded proc-macro-crate v1.3.1 |
1036 | 2023-11-21T07:16:50.245Z | Downloaded pin-project-internal v1.1.3 |
1037 | 2023-11-21T07:16:50.245Z | Downloaded httparse v1.8.0 |
1038 | 2023-11-21T07:16:50.254Z | Downloaded clap_builder v4.4.2 |
1039 | 2023-11-21T07:16:50.261Z | Downloaded structmeta v0.2.0 |
1040 | 2023-11-21T07:16:50.261Z | Downloaded zone v0.3.0 |
1041 | 2023-11-21T07:16:50.268Z | Downloaded zeroize v1.6.0 |
1042 | 2023-11-21T07:16:50.268Z | Downloaded signal-hook-registry v1.4.1 |
1043 | 2023-11-21T07:16:50.268Z | Downloaded shell-words v1.1.0 |
1044 | 2023-11-21T07:16:50.268Z | Downloaded fragile v2.0.0 |
1045 | 2023-11-21T07:16:50.268Z | Downloaded fixedbitset v0.4.2 |
1046 | 2023-11-21T07:16:50.278Z | Downloaded dirs-next v2.0.0 |
1047 | 2023-11-21T07:16:50.278Z | Downloaded test-strategy v0.3.1 |
1048 | 2023-11-21T07:16:50.287Z | Downloaded tungstenite v0.20.1 |
1049 | 2023-11-21T07:16:50.287Z | Downloaded num-bigint-dig v0.8.4 |
1050 | 2023-11-21T07:16:50.294Z | Downloaded libxml v0.3.3 |
1051 | 2023-11-21T07:16:50.307Z | Downloaded futures-channel v0.3.29 |
1052 | 2023-11-21T07:16:50.319Z | Downloaded futures v0.3.29 |
1053 | 2023-11-21T07:16:50.319Z | Downloaded zip v0.6.6 |
1054 | 2023-11-21T07:16:50.325Z | Downloaded trust-dns-resolver v0.22.0 |
1055 | 2023-11-21T07:16:50.330Z | Downloaded salty v0.2.0 |
1056 | 2023-11-21T07:16:50.335Z | Downloaded foreign-types-macros v0.2.3 |
1057 | 2023-11-21T07:16:50.338Z | Downloaded fs-err v2.11.0 |
1058 | 2023-11-21T07:16:50.343Z | Downloaded spki v0.7.2 |
1059 | 2023-11-21T07:16:50.343Z | Downloaded futures-io v0.3.29 |
1060 | 2023-11-21T07:16:50.343Z | Downloaded nom v7.1.3 |
1061 | 2023-11-21T07:16:50.353Z | Downloaded rustls-pemfile v1.0.3 |
1062 | 2023-11-21T07:16:50.360Z | Downloaded pretty-hex v0.3.0 |
1063 | 2023-11-21T07:16:50.360Z | Downloaded tungstenite v0.18.0 |
1064 | 2023-11-21T07:16:50.365Z | Downloaded fallible-iterator v0.2.0 |
1065 | 2023-11-21T07:16:50.365Z | Downloaded unsafe-libyaml v0.2.9 |
1066 | 2023-11-21T07:16:50.369Z | Downloaded rand v0.8.5 |
1067 | 2023-11-21T07:16:50.376Z | Downloaded parking_lot_core v0.8.6 |
1068 | 2023-11-21T07:16:50.380Z | Downloaded x509-cert v0.2.4 |
1069 | 2023-11-21T07:16:50.389Z | Downloaded headers-core v0.2.0 |
1070 | 2023-11-21T07:16:50.392Z | Downloaded thiserror-impl v1.0.49 |
1071 | 2023-11-21T07:16:50.392Z | Downloaded thiserror v1.0.49 |
1072 | 2023-11-21T07:16:50.403Z | Downloaded ed25519 v1.5.3 |
1073 | 2023-11-21T07:16:50.406Z | Downloaded itertools v0.10.5 |
1074 | 2023-11-21T07:16:50.411Z | Downloaded flate2 v1.0.28 |
1075 | 2023-11-21T07:16:50.419Z | Downloaded libm v0.2.7 |
1076 | 2023-11-21T07:16:50.435Z | Downloaded rand_chacha v0.3.1 |
1077 | 2023-11-21T07:16:50.438Z | Downloaded phf_shared v0.11.2 |
1078 | 2023-11-21T07:16:50.440Z | Downloaded serde_urlencoded v0.7.1 |
1079 | 2023-11-21T07:16:50.443Z | Downloaded zerocopy v0.3.0 |
1080 | 2023-11-21T07:16:50.443Z | Downloaded slog-json v2.6.1 |
1081 | 2023-11-21T07:16:50.445Z | Downloaded globset v0.4.13 |
1082 | 2023-11-21T07:16:50.448Z | Downloaded memchr v2.6.3 |
1083 | 2023-11-21T07:16:50.457Z | Downloaded trust-dns-server v0.22.1 |
1084 | 2023-11-21T07:16:50.471Z | Downloaded semver v0.11.0 |
1085 | 2023-11-21T07:16:50.478Z | Downloaded num-bigint v0.4.4 |
1086 | 2023-11-21T07:16:50.478Z | Downloaded darling_core v0.20.3 |
1087 | 2023-11-21T07:16:50.483Z | Downloaded structmeta-derive v0.2.0 |
1088 | 2023-11-21T07:16:50.487Z | Downloaded untrusted v0.9.0 |
1089 | 2023-11-21T07:16:50.491Z | Downloaded foreign-types-shared v0.3.1 |
1090 | 2023-11-21T07:16:50.491Z | Downloaded pem-rfc7468 v0.7.0 |
1091 | 2023-11-21T07:16:50.494Z | Downloaded heck v0.3.3 |
1092 | 2023-11-21T07:16:50.494Z | Downloaded rustc-demangle v0.1.23 |
1093 | 2023-11-21T07:16:50.496Z | Downloaded derive-where v1.2.5 |
1094 | 2023-11-21T07:16:50.502Z | Downloaded heck v0.4.1 |
1095 | 2023-11-21T07:16:50.504Z | Downloaded rand_xorshift v0.3.0 |
1096 | 2023-11-21T07:16:50.507Z | Downloaded half v1.8.2 |
1097 | 2023-11-21T07:16:50.510Z | Downloaded quote v1.0.33 |
1098 | 2023-11-21T07:16:50.514Z | Downloaded crossbeam-channel v0.5.8 |
1099 | 2023-11-21T07:16:50.520Z | Downloaded tracing-core v0.1.31 |
1100 | 2023-11-21T07:16:50.525Z | Downloaded tracing-attributes v0.1.26 |
1101 | 2023-11-21T07:16:50.528Z | Downloaded base64 v0.21.5 |
1102 | 2023-11-21T07:16:50.535Z | Downloaded url v2.4.1 |
1103 | 2023-11-21T07:16:50.540Z | Downloaded mockall_derive v0.11.4 |
1104 | 2023-11-21T07:16:50.543Z | Downloaded semver-parser v0.10.2 |
1105 | 2023-11-21T07:16:50.546Z | Downloaded glob v0.3.1 |
1106 | 2023-11-21T07:16:50.549Z | Downloaded toml v0.5.11 |
1107 | 2023-11-21T07:16:50.552Z | Downloaded similar v2.2.1 |
1108 | 2023-11-21T07:16:50.560Z | Downloaded schemars v0.8.13 |
1109 | 2023-11-21T07:16:50.579Z | Downloaded serde_yaml v0.9.25 |
1110 | 2023-11-21T07:16:50.585Z | Downloaded http-body v0.4.5 |
1111 | 2023-11-21T07:16:50.589Z | Downloaded ref-cast-impl v1.0.20 |
1112 | 2023-11-21T07:16:50.592Z | Downloaded tui-tree-widget v0.13.0 |
1113 | 2023-11-21T07:16:50.592Z | Downloaded untrusted v0.7.1 |
1114 | 2023-11-21T07:16:50.592Z | Downloaded pin-utils v0.1.0 |
1115 | 2023-11-21T07:16:50.594Z | Downloaded term v0.7.0 |
1116 | 2023-11-21T07:16:50.598Z | Downloaded platforms v3.0.2 |
1117 | 2023-11-21T07:16:50.603Z | Downloaded pkcs8 v0.10.2 |
1118 | 2023-11-21T07:16:50.606Z | Downloaded pkcs1 v0.7.5 |
1119 | 2023-11-21T07:16:50.610Z | Downloaded ena v0.14.2 |
1120 | 2023-11-21T07:16:50.612Z | Downloaded ryu v1.0.15 |
1121 | 2023-11-21T07:16:50.618Z | Downloaded hmac v0.12.1 |
1122 | 2023-11-21T07:16:50.622Z | Downloaded mio v0.8.8 |
1123 | 2023-11-21T07:16:50.629Z | Downloaded textwrap v0.16.0 |
1124 | 2023-11-21T07:16:50.633Z | Downloaded supports-color v2.1.0 |
1125 | 2023-11-21T07:16:50.636Z | Downloaded subtle v2.5.0 |
1126 | 2023-11-21T07:16:50.639Z | Downloaded yasna v0.5.2 |
1127 | 2023-11-21T07:16:50.642Z | Downloaded crypto-bigint v0.5.2 |
1128 | 2023-11-21T07:16:50.651Z | Downloaded uuid v1.6.1 |
1129 | 2023-11-21T07:16:50.657Z | Downloaded postgres-types v0.2.6 |
1130 | 2023-11-21T07:16:50.661Z | Downloaded enum-as-inner v0.5.1 |
1131 | 2023-11-21T07:16:50.663Z | Downloaded ucd-trie v0.1.6 |
1132 | 2023-11-21T07:16:50.666Z | Downloaded tiny-keccak v2.0.2 |
1133 | 2023-11-21T07:16:50.670Z | Downloaded rustc_version v0.1.7 |
1134 | 2023-11-21T07:16:50.673Z | Downloaded base64 v0.13.1 |
1135 | 2023-11-21T07:16:50.676Z | Downloaded backtrace v0.3.69 |
1136 | 2023-11-21T07:16:50.684Z | Downloaded tar v0.4.40 |
1137 | 2023-11-21T07:16:50.689Z | Downloaded rustc-hash v1.1.0 |
1138 | 2023-11-21T07:16:50.692Z | Downloaded strsim v0.8.0 |
1139 | 2023-11-21T07:16:50.694Z | Downloaded signal-hook-mio v0.2.3 |
1140 | 2023-11-21T07:16:50.694Z | Downloaded r2d2 v0.8.10 |
1141 | 2023-11-21T07:16:50.697Z | Downloaded termios v0.3.3 |
1142 | 2023-11-21T07:16:50.700Z | Downloaded postcard v0.7.3 |
1143 | 2023-11-21T07:16:50.702Z | Downloaded data-encoding v2.4.0 |
1144 | 2023-11-21T07:16:50.705Z | Downloaded pkg-config v0.3.27 |
1145 | 2023-11-21T07:16:50.708Z | Downloaded universal-hash v0.5.1 |
1146 | 2023-11-21T07:16:50.708Z | Downloaded unicode-xid v0.2.4 |
1147 | 2023-11-21T07:16:50.711Z | Downloaded socket2 v0.5.4 |
1148 | 2023-11-21T07:16:50.713Z | Downloaded toml v0.7.8 |
1149 | 2023-11-21T07:16:50.719Z | Downloaded slog-bunyan v2.4.0 |
1150 | 2023-11-21T07:16:50.722Z | Downloaded ff v0.13.0 |
1151 | 2023-11-21T07:16:50.724Z | Downloaded terminal_size v0.2.6 |
1152 | 2023-11-21T07:16:50.725Z | Downloaded group v0.13.0 |
1153 | 2023-11-21T07:16:50.728Z | Downloaded predicates v3.0.4 |
1154 | 2023-11-21T07:16:50.731Z | Downloaded swrite v0.1.0 |
1155 | 2023-11-21T07:16:50.734Z | Downloaded signal-hook v0.3.17 |
1156 | 2023-11-21T07:16:50.737Z | Downloaded home v0.5.5 |
1157 | 2023-11-21T07:16:50.741Z | Downloaded highway v1.1.0 |
1158 | 2023-11-21T07:16:50.750Z | Downloaded hex v0.4.3 |
1159 | 2023-11-21T07:16:50.750Z | Downloaded filetime v0.2.22 |
1160 | 2023-11-21T07:16:50.764Z | Downloaded fd-lock v3.0.13 |
1161 | 2023-11-21T07:16:50.764Z | Downloaded dof v0.1.5 |
1162 | 2023-11-21T07:16:50.764Z | Downloaded miniz_oxide v0.7.1 |
1163 | 2023-11-21T07:16:50.764Z | Downloaded structopt v0.3.26 |
1164 | 2023-11-21T07:16:50.768Z | Downloaded parse-display-derive v0.8.2 |
1165 | 2023-11-21T07:16:50.774Z | Downloaded scheduled-thread-pool v0.2.7 |
1166 | 2023-11-21T07:16:50.774Z | Downloaded const-oid v0.9.5 |
1167 | 2023-11-21T07:16:50.778Z | Downloaded arc-swap v1.6.0 |
1168 | 2023-11-21T07:16:50.782Z | Downloaded tinyvec v1.6.0 |
1169 | 2023-11-21T07:16:50.787Z | Downloaded downcast v0.11.0 |
1170 | 2023-11-21T07:16:50.791Z | Downloaded native-tls v0.2.11 |
1171 | 2023-11-21T07:16:50.794Z | Downloaded cookie v0.18.0 |
1172 | 2023-11-21T07:16:50.797Z | Downloaded socket2 v0.4.9 |
1173 | 2023-11-21T07:16:50.802Z | Downloaded smallvec v1.11.0 |
1174 | 2023-11-21T07:16:50.809Z | Downloaded rustls-native-certs v0.6.3 |
1175 | 2023-11-21T07:16:50.809Z | Downloaded num-rational v0.4.1 |
1176 | 2023-11-21T07:16:50.809Z | Downloaded tap v1.0.1 |
1177 | 2023-11-21T07:16:50.812Z | Downloaded secrecy v0.8.0 |
1178 | 2023-11-21T07:16:50.812Z | Downloaded predicates-core v1.0.6 |
1179 | 2023-11-21T07:16:50.815Z | Downloaded crossbeam-epoch v0.9.15 |
1180 | 2023-11-21T07:16:50.817Z | Downloaded flagset v0.4.3 |
1181 | 2023-11-21T07:16:50.820Z | Downloaded unicase v2.7.0 |
1182 | 2023-11-21T07:16:50.823Z | Downloaded whoami v1.4.1 |
1183 | 2023-11-21T07:16:50.823Z | Downloaded crossbeam-utils v0.8.16 |
1184 | 2023-11-21T07:16:50.827Z | Downloaded tokio-stream v0.1.14 |
1185 | 2023-11-21T07:16:50.834Z | Downloaded tempfile v3.8.0 |
1186 | 2023-11-21T07:16:50.838Z | Downloaded number_prefix v0.4.0 |
1187 | 2023-11-21T07:16:50.840Z | Downloaded utf-8 v0.7.6 |
1188 | 2023-11-21T07:16:50.843Z | Downloaded xattr v1.0.1 |
1189 | 2023-11-21T07:16:50.846Z | Downloaded wyz v0.5.1 |
1190 | 2023-11-21T07:16:50.846Z | Downloaded which v4.4.0 |
1191 | 2023-11-21T07:16:50.851Z | Downloaded walkdir v2.4.0 |
1192 | 2023-11-21T07:16:50.889Z | Downloaded wait-timeout v0.2.0 |
1193 | 2023-11-21T07:16:50.889Z | Downloaded version_check v0.9.4 |
1194 | 2023-11-21T07:16:50.897Z | Downloaded time-macros v0.2.13 |
1195 | 2023-11-21T07:16:50.897Z | Downloaded slog-term v2.9.0 |
1196 | 2023-11-21T07:16:50.897Z | Downloaded termtree v0.4.1 |
1197 | 2023-11-21T07:16:50.897Z | Downloaded nanorand v0.7.0 |
1198 | 2023-11-21T07:16:50.897Z | Downloaded bzip2 v0.4.4 |
1199 | 2023-11-21T07:16:50.897Z | Downloaded usdt-impl v0.3.5 |
1200 | 2023-11-21T07:16:50.897Z | Downloaded usdt v0.3.5 |
1201 | 2023-11-21T07:16:50.897Z | Downloaded tokio-macros v2.1.0 |
1202 | 2023-11-21T07:16:50.897Z | Downloaded textwrap v0.11.0 |
1203 | 2023-11-21T07:16:50.897Z | Downloaded take_mut v0.2.2 |
1204 | 2023-11-21T07:16:50.897Z | Downloaded clap_derive v4.4.2 |
1205 | 2023-11-21T07:16:50.897Z | Downloaded lock_api v0.4.10 |
1206 | 2023-11-21T07:16:50.897Z | Downloaded precomputed-hash v0.1.1 |
1207 | 2023-11-21T07:16:50.897Z | Downloaded hubpack_derive v0.1.1 |
1208 | 2023-11-21T07:16:50.897Z | Downloaded ahash v0.8.3 |
1209 | 2023-11-21T07:16:50.897Z | Downloaded ansi_term v0.12.1 |
1210 | 2023-11-21T07:16:50.901Z | Downloaded strip-ansi-escapes v0.2.0 |
1211 | 2023-11-21T07:16:50.901Z | Downloaded multer v2.1.0 |
1212 | 2023-11-21T07:16:50.901Z | Downloaded log v0.4.20 |
1213 | 2023-11-21T07:16:50.904Z | Downloaded crc32fast v1.3.2 |
1214 | 2023-11-21T07:16:50.912Z | Downloaded slog-async v2.8.0 |
1215 | 2023-11-21T07:16:50.912Z | Downloaded spin v0.5.2 |
1216 | 2023-11-21T07:16:50.912Z | Downloaded smallvec v0.6.14 |
1217 | 2023-11-21T07:16:50.913Z | Downloaded bcs v0.1.6 |
1218 | 2023-11-21T07:16:50.918Z | Downloaded want v0.3.1 |
1219 | 2023-11-21T07:16:50.918Z | Downloaded waitgroup v0.1.2 |
1220 | 2023-11-21T07:16:50.938Z | Downloaded vte_generate_state_changes v0.1.1 |
1221 | 2023-11-21T07:16:50.938Z | Downloaded colored v2.0.4 |
1222 | 2023-11-21T07:16:50.938Z | Downloaded ipnetwork v0.20.0 |
1223 | 2023-11-21T07:16:50.938Z | Downloaded bitflags v2.4.0 |
1224 | 2023-11-21T07:16:50.953Z | Downloaded bitflags v1.3.2 |
1225 | 2023-11-21T07:16:50.953Z | Downloaded async-trait v0.1.74 |
1226 | 2023-11-21T07:16:50.953Z | Downloaded array-init v0.0.4 |
1227 | 2023-11-21T07:16:50.953Z | Downloaded argon2 v0.5.2 |
1228 | 2023-11-21T07:16:50.953Z | Downloaded thread-id v4.2.0 |
1229 | 2023-11-21T07:16:50.953Z | Downloaded signature v1.6.4 |
1230 | 2023-11-21T07:16:50.953Z | Downloaded serde_repr v0.1.16 |
1231 | 2023-11-21T07:16:50.957Z | Downloaded serde_plain v1.0.2 |
1232 | 2023-11-21T07:16:50.957Z | Downloaded serde_path_to_error v0.1.14 |
1233 | 2023-11-21T07:16:50.957Z | Downloaded maybe-uninit v2.0.0 |
1234 | 2023-11-21T07:16:50.957Z | Downloaded sha1 v0.10.6 |
1235 | 2023-11-21T07:16:50.961Z | Downloaded num_enum_derive v0.5.11 |
1236 | 2023-11-21T07:16:50.961Z | Downloaded num-iter v0.1.43 |
1237 | 2023-11-21T07:16:50.961Z | Downloaded num-integer v0.1.45 |
1238 | 2023-11-21T07:16:50.965Z | Downloaded crossbeam-deque v0.8.3 |
1239 | 2023-11-21T07:16:50.968Z | Downloaded crossbeam v0.8.2 |
1240 | 2023-11-21T07:16:50.968Z | Downloaded cpufeatures v0.2.9 |
1241 | 2023-11-21T07:16:50.972Z | Downloaded anstyle-parse v0.2.1 |
1242 | 2023-11-21T07:16:50.978Z | Downloaded semver v0.1.20 |
1243 | 2023-11-21T07:16:50.978Z | Downloaded schemars_derive v0.8.13 |
1244 | 2023-11-21T07:16:50.978Z | Downloaded ipnet v2.8.0 |
1245 | 2023-11-21T07:16:50.983Z | Downloaded chacha20poly1305 v0.10.1 |
1246 | 2023-11-21T07:16:50.989Z | Downloaded crypto-common v0.1.6 |
1247 | 2023-11-21T07:16:50.989Z | Downloaded normalize-line-endings v0.3.0 |
1248 | 2023-11-21T07:16:50.989Z | Downloaded console v0.15.7 |
1249 | 2023-11-21T07:16:50.994Z | Downloaded hyper-rustls v0.24.2 |
1250 | 2023-11-21T07:16:51.001Z | Downloaded clap v4.4.3 |
1251 | 2023-11-21T07:16:51.008Z | Downloaded base64ct v1.6.0 |
1252 | 2023-11-21T07:16:51.012Z | Downloaded usdt-attr-macro v0.3.5 |
1253 | 2023-11-21T07:16:51.026Z | Downloaded libloading v0.7.4 |
1254 | 2023-11-21T07:16:51.026Z | Downloaded cancel-safe-futures v0.1.5 |
1255 | 2023-11-21T07:16:51.034Z | Downloaded num-derive v0.4.0 |
1256 | 2023-11-21T07:16:51.034Z | Downloaded bit-vec v0.6.3 |
1257 | 2023-11-21T07:16:51.034Z | Downloaded lalrpop-util v0.19.12 |
1258 | 2023-11-21T07:16:51.034Z | Downloaded crc v3.0.1 |
1259 | 2023-11-21T07:16:51.034Z | Downloaded base16ct v0.2.0 |
1260 | 2023-11-21T07:16:51.034Z | Downloaded assert_matches v1.5.0 |
1261 | 2023-11-21T07:16:51.040Z | Downloaded oso v0.27.0 |
1262 | 2023-11-21T07:16:51.040Z | Downloaded io-lifetimes v1.0.11 |
1263 | 2023-11-21T07:16:51.042Z | Downloaded crossbeam-queue v0.3.8 |
1264 | 2023-11-21T07:16:51.045Z | Downloaded time-core v0.1.1 |
1265 | 2023-11-21T07:16:51.045Z | Downloaded strum v0.25.0 |
1266 | 2023-11-21T07:16:51.048Z | Downloaded md-5 v0.10.5 |
1267 | 2023-11-21T07:16:51.050Z | Downloaded autocfg v1.1.0 |
1268 | 2023-11-21T07:16:51.050Z | Downloaded async-stream v0.3.5 |
1269 | 2023-11-21T07:16:51.054Z | Downloaded async-recursion v1.0.5 |
1270 | 2023-11-21T07:16:51.056Z | Downloaded ascii-canvas v3.0.0 |
1271 | 2023-11-21T07:16:51.059Z | Downloaded signal-hook-tokio v0.3.1 |
1272 | 2023-11-21T07:16:51.059Z | Downloaded indoc v1.0.9 |
1273 | 2023-11-21T07:16:51.063Z | Downloaded serde-big-array v0.4.1 |
1274 | 2023-11-21T07:16:51.066Z | Downloaded anstyle-query v1.0.0 |
1275 | 2023-11-21T07:16:51.069Z | Downloaded serde-big-array v0.5.1 |
1276 | 2023-11-21T07:16:51.071Z | Downloaded indoc v2.0.3 |
1277 | 2023-11-21T07:16:51.074Z | Downloaded indicatif v0.17.7 |
1278 | 2023-11-21T07:16:51.080Z | Downloaded cc v1.0.83 |
1279 | 2023-11-21T07:16:51.085Z | Downloaded atomic-waker v1.1.1 |
1280 | 2023-11-21T07:16:51.088Z | Downloaded libefi-sys v0.1.0 |
1281 | 2023-11-21T07:16:51.091Z | Downloaded indexmap v1.9.3 |
1282 | 2023-11-21T07:16:51.094Z | Downloaded hyper-tls v0.5.0 |
1283 | 2023-11-21T07:16:51.096Z | Downloaded num_cpus v1.16.0 |
1284 | 2023-11-21T07:16:51.100Z | Downloaded crucible-workspace-hack v0.1.0 |
1285 | 2023-11-21T07:16:51.103Z | Downloaded new_debug_unreachable v1.0.4 |
1286 | 2023-11-21T07:16:51.103Z | Downloaded colorchoice v1.0.0 |
1287 | 2023-11-21T07:16:51.106Z | Downloaded maplit v1.0.2 |
1288 | 2023-11-21T07:16:51.106Z | Downloaded is_ci v1.1.1 |
1289 | 2023-11-21T07:16:51.109Z | Downloaded anstream v0.5.0 |
1290 | 2023-11-21T07:16:51.111Z | Downloaded anstyle v1.0.2 |
1291 | 2023-11-21T07:16:51.114Z | Downloaded aead v0.5.2 |
1292 | 2023-11-21T07:16:51.114Z | Downloaded once_cell v1.18.0 |
1293 | 2023-11-21T07:16:51.118Z | Downloaded mime v0.3.17 |
1294 | 2023-11-21T07:16:51.120Z | Downloaded linked-hash-map v0.5.6 |
1295 | 2023-11-21T07:16:51.123Z | Downloaded kstat-rs v0.2.3 |
1296 | 2023-11-21T07:16:51.126Z | Downloaded itoa v1.0.9 |
1297 | 2023-11-21T07:16:51.126Z | Downloaded hyper-staticfile v0.9.5 |
1298 | 2023-11-21T07:16:51.129Z | Downloaded cstr-argument v0.1.2 |
1299 | 2023-11-21T07:16:51.132Z | Downloaded crunchy v0.2.2 |
1300 | 2023-11-21T07:16:51.132Z | Downloaded curve25519-dalek-derive v0.1.0 |
1301 | 2023-11-21T07:16:51.132Z | Downloaded atomicwrites v0.4.2 |
1302 | 2023-11-21T07:16:51.135Z | Downloaded async-stream-impl v0.3.5 |
1303 | 2023-11-21T07:16:51.150Z | Downloaded packed_struct v0.10.1 |
1304 | 2023-11-21T07:16:51.153Z | Downloaded owo-colors v3.5.0 |
1305 | 2023-11-21T07:16:51.160Z | Downloaded openssl-sys v0.9.93 |
1306 | 2023-11-21T07:16:51.170Z | Downloaded openssl-probe v0.1.5 |
1307 | 2023-11-21T07:16:51.181Z | Downloaded object v0.30.4 |
1308 | 2023-11-21T07:16:51.188Z | Downloaded memoffset v0.7.1 |
1309 | 2023-11-21T07:16:51.188Z | Downloaded block-padding v0.3.3 |
1310 | 2023-11-21T07:16:51.196Z | Downloaded ident_case v1.0.1 |
1311 | 2023-11-21T07:16:51.196Z | Downloaded atty v0.2.14 |
1312 | 2023-11-21T07:16:51.196Z | Downloaded linear-map v1.2.0 |
1313 | 2023-11-21T07:16:51.196Z | Downloaded indexmap v2.1.0 |
1314 | 2023-11-21T07:16:51.203Z | Downloaded macaddr v1.0.1 |
1315 | 2023-11-21T07:16:51.203Z | Downloaded lru-cache v0.1.2 |
1316 | 2023-11-21T07:16:51.212Z | Downloaded lazycell v1.3.0 |
1317 | 2023-11-21T07:16:51.212Z | Downloaded adler v1.0.2 |
1318 | 2023-11-21T07:16:51.212Z | Downloaded packed_struct_codegen v0.10.1 |
1319 | 2023-11-21T07:16:51.220Z | Downloaded inout v0.1.3 |
1320 | 2023-11-21T07:16:51.220Z | Downloaded clang-sys v1.6.1 |
1321 | 2023-11-21T07:16:51.220Z | Downloaded ciborium v0.2.1 |
1322 | 2023-11-21T07:16:51.220Z | Downloaded openssl-macros v0.1.1 |
1323 | 2023-11-21T07:16:51.228Z | Downloaded omicron-zone-package v0.9.1 |
1324 | 2023-11-21T07:16:51.228Z | Downloaded nu-ansi-term v0.49.0 |
1325 | 2023-11-21T07:16:51.236Z | Downloaded cargo-platform v0.1.3 |
1326 | 2023-11-21T07:16:51.236Z | Downloaded keccak v0.1.4 |
1327 | 2023-11-21T07:16:51.236Z | Downloaded cargo_metadata v0.18.0 |
1328 | 2023-11-21T07:16:51.236Z | Downloaded iana-time-zone v0.1.57 |
1329 | 2023-11-21T07:16:51.242Z | Downloaded chacha20 v0.9.1 |
1330 | 2023-11-21T07:16:51.242Z | Downloaded cfg-if v0.1.10 |
1331 | 2023-11-21T07:16:51.249Z | Downloaded cargo_toml v0.17.0 |
1332 | 2023-11-21T07:16:51.250Z | Downloaded addr2line v0.21.0 |
1333 | 2023-11-21T07:16:51.258Z | Downloaded convert_case v0.4.0 |
1334 | 2023-11-21T07:16:51.258Z | Downloaded ciborium-io v0.2.1 |
1335 | 2023-11-21T07:16:51.258Z | Downloaded cexpr v0.6.0 |
1336 | 2023-11-21T07:16:51.258Z | Downloaded camino-tempfile v1.0.2 |
1337 | 2023-11-21T07:16:51.269Z | Downloaded camino v1.1.6 |
1338 | 2023-11-21T07:16:51.269Z | Downloaded bytecount v0.6.3 |
1339 | 2023-11-21T07:16:51.269Z | Downloaded block-buffer v0.10.4 |
1340 | 2023-11-21T07:16:51.269Z | Downloaded buf-list v1.0.3 |
1341 | 2023-11-21T07:16:51.278Z | Downloaded blake2 v0.10.6 |
1342 | 2023-11-21T07:16:51.278Z | Downloaded bit-set v0.5.3 |
1343 | 2023-11-21T07:16:51.278Z | Downloaded backoff v0.4.0 |
1344 | 2023-11-21T07:16:51.617Z | Compiling proc-macro2 v1.0.69 |
1345 | 2023-11-21T07:16:51.623Z | Compiling unicode-ident v1.0.12 |
1346 | 2023-11-21T07:16:51.623Z | Compiling libc v0.2.150 |
1347 | 2023-11-21T07:16:51.623Z | Compiling serde v1.0.192 |
1348 | 2023-11-21T07:16:51.632Z | Compiling autocfg v1.1.0 |
1349 | 2023-11-21T07:16:51.639Z | Compiling cfg-if v1.0.0 |
1350 | 2023-11-21T07:16:51.639Z | Compiling version_check v0.9.4 |
1351 | 2023-11-21T07:16:52.044Z | Compiling syn v1.0.109 |
1352 | 2023-11-21T07:16:52.062Z | Compiling once_cell v1.18.0 |
1353 | 2023-11-21T07:16:52.104Z | Compiling parking_lot_core v0.9.8 |
1354 | 2023-11-21T07:16:52.688Z | Compiling libm v0.2.7 |
1355 | 2023-11-21T07:16:52.822Z | Compiling futures-core v0.3.29 |
1356 | 2023-11-21T07:16:52.853Z | Compiling lock_api v0.4.10 |
1357 | 2023-11-21T07:16:54.483Z | Compiling num-traits v0.2.16 |
1358 | 2023-11-21T07:16:54.490Z | Compiling thiserror v1.0.49 |
1359 | 2023-11-21T07:16:54.490Z | Compiling scopeguard v1.2.0 |
1360 | 2023-11-21T07:16:54.490Z | Compiling typenum v1.16.0 |
1361 | 2023-11-21T07:16:54.755Z | Compiling memchr v2.6.3 |
1362 | 2023-11-21T07:16:54.854Z | Compiling generic-array v0.14.7 |
1363 | 2023-11-21T07:16:55.178Z | Compiling itoa v1.0.9 |
1364 | 2023-11-21T07:16:55.484Z | Compiling pkg-config v0.3.27 |
1365 | 2023-11-21T07:16:55.961Z | Compiling quote v1.0.33 |
1366 | 2023-11-21T07:16:56.649Z | Compiling syn v2.0.32 |
1367 | 2023-11-21T07:16:57.052Z | Compiling cc v1.0.83 |
1368 | 2023-11-21T07:16:57.194Z | Compiling getrandom v0.2.10 |
1369 | 2023-11-21T07:16:57.303Z | Compiling slab v0.4.9 |
1370 | 2023-11-21T07:16:57.761Z | Compiling futures-task v0.3.29 |
1371 | 2023-11-21T07:16:57.810Z | Compiling futures-channel v0.3.29 |
1372 | 2023-11-21T07:16:58.246Z | Compiling log v0.4.20 |
1373 | 2023-11-21T07:16:58.598Z | Compiling futures-util v0.3.29 |
1374 | 2023-11-21T07:16:58.958Z | Compiling heck v0.4.1 |
1375 | 2023-11-21T07:16:59.188Z | Compiling ryu v1.0.15 |
1376 | 2023-11-21T07:16:59.282Z | Compiling pin-project-lite v0.2.13 |
1377 | 2023-11-21T07:16:59.461Z | Compiling smallvec v1.11.0 |
1378 | 2023-11-21T07:16:59.570Z | Compiling serde_json v1.0.108 |
1379 | 2023-11-21T07:16:59.636Z | Compiling vcpkg v0.2.15 |
1380 | 2023-11-21T07:16:59.660Z | Compiling schemars v0.8.13 |
1381 | 2023-11-21T07:17:01.146Z | Compiling parking_lot v0.12.1 |
1382 | 2023-11-21T07:17:01.336Z | Compiling ring v0.17.5 |
1383 | 2023-11-21T07:17:02.574Z | Compiling openssl-sys v0.9.93 |
1384 | 2023-11-21T07:17:03.052Z | Compiling signal-hook-registry v1.4.1 |
1385 | 2023-11-21T07:17:05.246Z | Compiling ring v0.16.20 |
1386 | 2023-11-21T07:17:05.532Z | Compiling mio v0.8.8 |
1387 | 2023-11-21T07:17:05.679Z | Compiling indexmap v1.9.3 |
1388 | 2023-11-21T07:17:06.066Z | Compiling byteorder v1.5.0 |
1389 | 2023-11-21T07:17:06.114Z | Compiling hashbrown v0.14.2 |
1390 | 2023-11-21T07:17:06.215Z | Compiling equivalent v1.0.1 |
1391 | 2023-11-21T07:17:06.874Z | Compiling ahash v0.8.3 |
1392 | 2023-11-21T07:17:06.957Z | Compiling httparse v1.8.0 |
1393 | 2023-11-21T07:17:07.380Z | Compiling num_cpus v1.16.0 |
1394 | 2023-11-21T07:17:07.413Z | Compiling socket2 v0.5.4 |
1395 | 2023-11-21T07:17:07.573Z | Compiling spin v0.5.2 |
1396 | 2023-11-21T07:17:07.778Z | Compiling rand_core v0.6.4 |
1397 | 2023-11-21T07:17:08.299Z | Compiling semver v1.0.20 |
1398 | 2023-11-21T07:17:08.403Z | Compiling fnv v1.0.7 |
1399 | 2023-11-21T07:17:08.455Z | Compiling openssl v0.10.57 |
1400 | 2023-11-21T07:17:09.027Z | Compiling serde_derive_internals v0.26.0 |
1401 | 2023-11-21T07:17:09.067Z | Compiling iana-time-zone v0.1.57 |
1402 | 2023-11-21T07:17:09.335Z | Compiling rustls v0.21.9 |
1403 | 2023-11-21T07:17:09.743Z | Compiling unicode-xid v0.2.4 |
1404 | 2023-11-21T07:17:09.985Z | Compiling crossbeam-utils v0.8.16 |
1405 | 2023-11-21T07:17:10.322Z | Compiling native-tls v0.2.11 |
1406 | 2023-11-21T07:17:10.488Z | Compiling ucd-trie v0.1.6 |
1407 | 2023-11-21T07:17:10.659Z | Compiling synstructure v0.12.6 |
1408 | 2023-11-21T07:17:11.089Z | Compiling futures-sink v0.3.29 |
1409 | 2023-11-21T07:17:11.291Z | Compiling io-lifetimes v1.0.11 |
1410 | 2023-11-21T07:17:12.237Z | Compiling backtrace v0.3.69 |
1411 | 2023-11-21T07:17:12.808Z | Compiling dyn-clone v1.0.13 |
1412 | 2023-11-21T07:17:12.834Z | Compiling tinyvec_macros v0.1.1 |
1413 | 2023-11-21T07:17:12.852Z | Compiling winnow v0.5.15 |
1414 | 2023-11-21T07:17:12.960Z | Compiling tinyvec v1.6.0 |
1415 | 2023-11-21T07:17:14.129Z | Compiling tracing-core v0.1.31 |
1416 | 2023-11-21T07:17:14.156Z | Compiling num-integer v0.1.45 |
1417 | 2023-11-21T07:17:14.390Z | Compiling memoffset v0.9.0 |
1418 | 2023-11-21T07:17:14.594Z | Compiling rustix v0.37.23 |
1419 | 2023-11-21T07:17:14.620Z | Compiling rustix v0.38.9 |
1420 | 2023-11-21T07:17:14.839Z | Compiling futures-io v0.3.29 |
1421 | 2023-11-21T07:17:15.243Z | Compiling pin-utils v0.1.0 |
1422 | 2023-11-21T07:17:15.538Z | Compiling unicode-normalization v0.1.22 |
1423 | 2023-11-21T07:17:15.564Z | Compiling hashbrown v0.13.2 |
1424 | 2023-11-21T07:17:15.586Z | Compiling spin v0.9.8 |
1425 | 2023-11-21T07:17:16.169Z | Compiling usdt-impl v0.3.5 |
1426 | 2023-11-21T07:17:16.664Z | Compiling unicode-bidi v0.3.13 |
1427 | 2023-11-21T07:17:17.381Z | Compiling slog v2.7.0 |
1428 | 2023-11-21T07:17:17.463Z | Compiling time-core v0.1.1 |
1429 | 2023-11-21T07:17:17.712Z | Compiling crc32fast v1.3.2 |
1430 | 2023-11-21T07:17:18.173Z | Compiling bitflags v1.3.2 |
1431 | 2023-11-21T07:17:18.308Z | Compiling serde_derive v1.0.192 |
1432 | 2023-11-21T07:17:18.339Z | Compiling thiserror-impl v1.0.49 |
1433 | 2023-11-21T07:17:18.361Z | Compiling tokio-macros v2.1.0 |
1434 | 2023-11-21T07:17:18.598Z | Compiling zeroize_derive v1.4.2 |
1435 | 2023-11-21T07:17:18.771Z | Compiling futures-macro v0.3.29 |
1436 | 2023-11-21T07:17:18.774Z | Compiling tracing-attributes v0.1.26 |
1437 | 2023-11-21T07:17:18.774Z | Compiling openssl-macros v0.1.1 |
1438 | 2023-11-21T07:17:19.286Z | Compiling schemars_derive v0.8.13 |
1439 | 2023-11-21T07:17:20.209Z | Compiling zerocopy-derive v0.2.0 |
1440 | 2023-11-21T07:17:20.679Z | Compiling anyhow v1.0.75 |
1441 | 2023-11-21T07:17:20.923Z | Compiling zeroize v1.6.0 |
1442 | 2023-11-21T07:17:22.985Z | Compiling pest v2.7.2 |
1443 | 2023-11-21T07:17:23.637Z | Compiling crypto-common v0.1.6 |
1444 | 2023-11-21T07:17:23.932Z | Compiling block-buffer v0.10.4 |
1445 | 2023-11-21T07:17:24.231Z | Compiling time-macros v0.2.13 |
1446 | 2023-11-21T07:17:24.277Z | Compiling tracing v0.1.37 |
1447 | 2023-11-21T07:17:26.423Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1448 | 2023-11-21T07:17:26.647Z | Compiling aho-corasick v1.0.4 |
1449 | 2023-11-21T07:17:27.009Z | Compiling pest_meta v2.7.2 |
1450 | 2023-11-21T07:17:27.051Z | Compiling crossbeam-epoch v0.9.15 |
1451 | 2023-11-21T07:17:27.540Z | Compiling const-oid v0.9.5 |
1452 | 2023-11-21T07:17:27.666Z | Compiling ppv-lite86 v0.2.17 |
1453 | 2023-11-21T07:17:28.993Z | Compiling async-trait v0.1.74 |
1454 | 2023-11-21T07:17:29.087Z | Compiling pest_generator v2.7.2 |
1455 | 2023-11-21T07:17:29.647Z | Compiling subtle v2.5.0 |
1456 | 2023-11-21T07:17:30.110Z | Compiling rustversion v1.0.14 |
1457 | 2023-11-21T07:17:30.568Z | Compiling signal-hook v0.3.17 |
1458 | 2023-11-21T07:17:31.160Z | Compiling regex-syntax v0.8.2 |
1459 | 2023-11-21T07:17:31.982Z | Compiling digest v0.10.7 |
1460 | 2023-11-21T07:17:32.163Z | Compiling rand_chacha v0.3.1 |
1461 | 2023-11-21T07:17:32.688Z | Compiling zerocopy v0.3.0 |
1462 | 2023-11-21T07:17:33.618Z | Compiling pest_derive v2.7.2 |
1463 | 2023-11-21T07:17:33.704Z | Compiling zerocopy-derive v0.6.4 |
1464 | 2023-11-21T07:17:34.305Z | Compiling strsim v0.10.0 |
1465 | 2023-11-21T07:17:34.832Z | Compiling base64 v0.21.5 |
1466 | 2023-11-21T07:17:35.510Z | Compiling dtrace-parser v0.1.14 |
1467 | 2023-11-21T07:17:35.962Z | Compiling dof v0.1.5 |
1468 | 2023-11-21T07:17:36.704Z | Compiling rand v0.8.5 |
1469 | 2023-11-21T07:17:37.313Z | Compiling regex-automata v0.4.3 |
1470 | 2023-11-21T07:17:40.443Z | Compiling bytes v1.5.0 |
1471 | 2023-11-21T07:17:40.775Z | Compiling indexmap v2.1.0 |
1472 | 2023-11-21T07:17:41.962Z | Compiling uuid v1.6.1 |
1473 | 2023-11-21T07:17:42.229Z | Compiling chrono v0.4.31 |
1474 | 2023-11-21T07:17:42.390Z | Compiling tokio v1.33.0 |
1475 | 2023-11-21T07:17:45.328Z | Compiling bitflags v2.4.0 |
1476 | 2023-11-21T07:17:45.526Z | Compiling toml_datetime v0.6.5 |
1477 | 2023-11-21T07:17:46.177Z | Compiling serde_spanned v0.6.4 |
1478 | 2023-11-21T07:17:47.634Z | Compiling rustc_version v0.4.0 |
1479 | 2023-11-21T07:17:48.181Z | Compiling toml_edit v0.19.15 |
1480 | 2023-11-21T07:17:48.619Z | Compiling http v0.2.11 |
1481 | 2023-11-21T07:17:51.194Z | Compiling heapless v0.7.16 |
1482 | 2023-11-21T07:17:52.383Z | Compiling regex v1.10.2 |
1483 | 2023-11-21T07:17:56.839Z | Compiling tokio-util v0.7.10 |
1484 | 2023-11-21T07:18:03.674Z | Compiling errno v0.3.2 |
1485 | 2023-11-21T07:18:03.674Z | Compiling thread-id v4.2.0 |
1486 | 2023-11-21T07:18:03.801Z | Compiling num-bigint v0.4.4 |
1487 | 2023-11-21T07:18:03.801Z | Compiling smoltcp v0.9.1 |
1488 | 2023-11-21T07:18:03.801Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1489 | 2023-11-21T07:18:03.801Z | Compiling openssl-probe v0.1.5 |
1490 | 2023-11-21T07:18:03.801Z | Compiling hashbrown v0.12.3 |
1491 | 2023-11-21T07:18:03.801Z | Compiling foreign-types-shared v0.1.1 |
1492 | 2023-11-21T07:18:03.801Z | Compiling untrusted v0.9.0 |
1493 | 2023-11-21T07:18:03.801Z | Compiling percent-encoding v2.3.0 |
1494 | 2023-11-21T07:18:03.801Z | Compiling untrusted v0.7.1 |
1495 | 2023-11-21T07:18:03.801Z | Compiling doc-comment v0.3.3 |
1496 | 2023-11-21T07:18:04.663Z | Compiling foreign-types v0.3.2 |
1497 | 2023-11-21T07:18:07.293Z | Compiling strum_macros v0.25.2 |
1498 | 2023-11-21T07:18:08.744Z | Compiling serde_tokenstream v0.1.7 |
1499 | 2023-11-21T07:18:10.613Z | Compiling lazy_static v1.4.0 |
1500 | 2023-11-21T07:18:10.758Z | Compiling socket2 v0.4.9 |
1501 | 2023-11-21T07:18:11.256Z | Compiling unicode-segmentation v1.10.1 |
1502 | 2023-11-21T07:18:12.235Z | Compiling adler v1.0.2 |
1503 | 2023-11-21T07:18:12.503Z | Compiling siphasher v0.3.11 |
1504 | 2023-11-21T07:18:12.700Z | Compiling unicode-width v0.1.11 |
1505 | 2023-11-21T07:18:12.934Z | Compiling try-lock v0.2.4 |
1506 | 2023-11-21T07:18:13.129Z | Compiling miniz_oxide v0.7.1 |
1507 | 2023-11-21T07:18:13.212Z | Compiling want v0.3.1 |
1508 | 2023-11-21T07:18:17.023Z | Compiling rustls-webpki v0.101.7 |
1509 | 2023-11-21T07:18:17.251Z | Compiling sct v0.7.0 |
1510 | 2023-11-21T07:18:17.977Z | Compiling h2 v0.3.21 |
1511 | 2023-11-21T07:18:19.401Z | Compiling form_urlencoded v1.2.0 |
1512 | 2023-11-21T07:18:19.786Z | Compiling http-body v0.4.5 |
1513 | 2023-11-21T07:18:19.933Z | Compiling hubpack_derive v0.1.1 |
1514 | 2023-11-21T07:18:20.467Z | Compiling pin-project-internal v1.1.3 |
1515 | 2023-11-21T07:18:21.774Z | Compiling num-iter v0.1.43 |
1516 | 2023-11-21T07:18:22.227Z | Compiling cpufeatures v0.2.9 |
1517 | 2023-11-21T07:18:23.659Z | Compiling utf8parse v0.2.1 |
1518 | 2023-11-21T07:18:23.943Z | Compiling anstyle v1.0.2 |
1519 | 2023-11-21T07:18:24.054Z | Compiling httpdate v1.0.3 |
1520 | 2023-11-21T07:18:24.662Z | Compiling tower-service v0.3.2 |
1521 | 2023-11-21T07:18:24.979Z | Compiling anstyle-parse v0.2.1 |
1522 | 2023-11-21T07:18:25.853Z | Compiling sha2 v0.10.8 |
1523 | 2023-11-21T07:18:37.951Z | Compiling usdt-macro v0.3.5 |
1524 | 2023-11-21T07:18:38.242Z | Compiling hyper v0.14.27 |
1525 | 2023-11-21T07:18:38.242Z | Compiling usdt-attr-macro v0.3.5 |
1526 | 2023-11-21T07:18:38.242Z | Compiling openapiv3 v2.0.0-rc.1 |
1527 | 2023-11-21T07:18:38.464Z | Compiling serde_tokenstream v0.2.0 |
1528 | 2023-11-21T07:18:38.464Z | Compiling rustls-pemfile v1.0.3 |
1529 | 2023-11-21T07:18:38.464Z | Compiling md-5 v0.10.5 |
1530 | 2023-11-21T07:18:38.464Z | Compiling hmac v0.12.1 |
1531 | 2023-11-21T07:18:38.464Z | Compiling stringprep v0.1.3 |
1532 | 2023-11-21T07:18:38.464Z | Compiling idna v0.4.0 |
1533 | 2023-11-21T07:18:38.464Z | Compiling diesel_table_macro_syntax v0.1.0 |
1534 | 2023-11-21T07:18:38.464Z | Compiling hash32 v0.2.1 |
1535 | 2023-11-21T07:18:38.464Z | Compiling either v1.9.0 |
1536 | 2023-11-21T07:18:38.464Z | Compiling gimli v0.28.0 |
1537 | 2023-11-21T07:18:38.464Z | Compiling stable_deref_trait v1.2.0 |
1538 | 2023-11-21T07:18:38.464Z | Compiling colorchoice v1.0.0 |
1539 | 2023-11-21T07:18:38.464Z | Compiling anstyle-query v1.0.0 |
1540 | 2023-11-21T07:18:38.464Z | Compiling fallible-iterator v0.2.0 |
1541 | 2023-11-21T07:18:38.464Z | Compiling anstream v0.5.0 |
1542 | 2023-11-21T07:18:38.805Z | Compiling postgres-protocol v0.6.6 |
1543 | 2023-11-21T07:18:40.305Z | Compiling url v2.4.1 |
1544 | 2023-11-21T07:18:40.621Z | Compiling diesel_derives v2.1.1 |
1545 | 2023-11-21T07:18:42.755Z | Compiling rustls-native-certs v0.6.3 |
1546 | 2023-11-21T07:18:43.267Z | Compiling addr2line v0.21.0 |
1547 | 2023-11-21T07:18:44.273Z | Compiling tokio-rustls v0.24.1 |
1548 | 2023-11-21T07:18:45.685Z | Compiling terminal_size v0.2.6 |
1549 | 2023-11-21T07:18:46.292Z | Compiling tokio-native-tls v0.3.1 |
1550 | 2023-11-21T07:18:46.716Z | Compiling phf_shared v0.11.2 |
1551 | 2023-11-21T07:18:48.905Z | Compiling block-padding v0.3.3 |
1552 | 2023-11-21T07:18:49.234Z | Compiling enum-as-inner v0.5.1 |
1553 | 2023-11-21T07:18:49.335Z | Compiling snafu-derive v0.7.5 |
1554 | 2023-11-21T07:18:49.368Z | Compiling clap_derive v4.4.2 |
1555 | 2023-11-21T07:18:50.729Z | Compiling serde_repr v0.1.16 |
1556 | 2023-11-21T07:18:52.458Z | Compiling regress v0.7.1 |
1557 | 2023-11-21T07:18:57.716Z | Compiling scheduled-thread-pool v0.2.7 |
1558 | 2023-11-21T07:18:57.819Z | Compiling object v0.32.1 |
1559 | 2023-11-21T07:19:00.487Z | Compiling num_threads v0.1.6 |
1560 | 2023-11-21T07:19:00.678Z | Compiling regex-automata v0.1.10 |
1561 | 2023-11-21T07:19:01.530Z | Compiling bit-vec v0.6.3 |
1562 | 2023-11-21T07:19:02.216Z | Compiling deranged v0.3.8 |
1563 | 2023-11-21T07:19:04.099Z | Compiling managed v0.8.0 |
1564 | 2023-11-21T07:19:04.967Z | Compiling rustc-demangle v0.1.23 |
1565 | 2023-11-21T07:19:05.277Z | Compiling clap_lex v0.5.1 |
1566 | 2023-11-21T07:19:05.970Z | Compiling matches v0.1.10 |
1567 | 2023-11-21T07:19:06.865Z | Compiling ipnet v2.8.0 |
1568 | 2023-11-21T07:19:11.662Z | Compiling idna v0.2.3 |
1569 | 2023-11-21T07:19:11.735Z | Compiling clap_builder v4.4.2 |
1570 | 2023-11-21T07:19:11.735Z | Compiling time v0.3.27 |
1571 | 2023-11-21T07:19:11.735Z | Compiling bstr v0.2.17 |
1572 | 2023-11-21T07:19:12.981Z | Compiling r2d2 v0.8.10 |
1573 | 2023-11-21T07:19:13.567Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1574 | 2023-11-21T07:19:17.351Z | Compiling inout v0.1.3 |
1575 | 2023-11-21T07:19:18.410Z | Compiling phf v0.11.2 |
1576 | 2023-11-21T07:19:18.862Z | Compiling hyper-tls v0.5.0 |
1577 | 2023-11-21T07:19:18.999Z | Compiling hyper-rustls v0.24.2 |
1578 | 2023-11-21T07:19:19.373Z | Compiling signal-hook-mio v0.2.3 |
1579 | 2023-11-21T07:19:19.615Z | Compiling flate2 v1.0.28 |
1580 | 2023-11-21T07:19:19.802Z | Compiling bzip2 v0.4.4 |
1581 | 2023-11-21T07:19:20.347Z | Compiling postgres-types v0.2.6 |
1582 | 2023-11-21T07:19:21.155Z | Compiling itertools v0.11.0 |
1583 | 2023-11-21T07:19:22.671Z | Compiling pin-project v1.1.3 |
1584 | 2023-11-21T07:19:22.876Z | Compiling hubpack v0.1.2 |
1585 | 2023-11-21T07:19:23.052Z | Compiling serde_urlencoded v0.7.1 |
1586 | 2023-11-21T07:19:23.372Z | Compiling phf_shared v0.10.0 |
1587 | 2023-11-21T07:19:23.567Z | Compiling ipnetwork v0.20.0 |
1588 | 2023-11-21T07:19:23.977Z | Compiling zerocopy v0.6.4 |
1589 | 2023-11-21T07:19:24.780Z | Compiling futures-executor v0.3.29 |
1590 | 2023-11-21T07:19:25.712Z | Compiling float-cmp v0.9.0 |
1591 | 2023-11-21T07:19:25.832Z | Compiling proc-macro-error-attr v1.0.4 |
1592 | 2023-11-21T07:19:26.029Z | Compiling encoding_rs v0.8.33 |
1593 | 2023-11-21T07:19:26.264Z | Compiling predicates-core v1.0.6 |
1594 | 2023-11-21T07:19:27.320Z | Compiling static_assertions v1.1.0 |
1595 | 2023-11-21T07:19:27.458Z | Compiling normalize-line-endings v0.3.0 |
1596 | 2023-11-21T07:19:27.636Z | Compiling precomputed-hash v0.1.1 |
1597 | 2023-11-21T07:19:28.021Z | Compiling data-encoding v2.4.0 |
1598 | 2023-11-21T07:19:28.882Z | Compiling fixedbitset v0.4.2 |
1599 | 2023-11-21T07:19:29.520Z | Compiling whoami v1.4.1 |
1600 | 2023-11-21T07:19:30.169Z | Compiling mime v0.3.17 |
1601 | 2023-11-21T07:19:30.643Z | Compiling regex-automata v0.3.8 |
1602 | 2023-11-21T07:19:30.971Z | Compiling webpki-roots v0.25.2 |
1603 | 2023-11-21T07:19:32.184Z | Compiling new_debug_unreachable v1.0.4 |
1604 | 2023-11-21T07:19:32.721Z | Compiling difflib v0.4.0 |
1605 | 2023-11-21T07:19:32.721Z | Compiling string_cache v0.8.7 |
1606 | 2023-11-21T07:19:33.028Z | Compiling predicates v3.0.4 |
1607 | 2023-11-21T07:19:34.361Z | Compiling bstr v1.6.0 |
1608 | 2023-11-21T07:19:34.389Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1609 | 2023-11-21T07:19:35.475Z | Compiling reqwest v0.11.22 |
1610 | 2023-11-21T07:19:36.668Z | Compiling tokio-postgres v0.7.10 |
1611 | 2023-11-21T07:19:38.006Z | Compiling petgraph v0.6.4 |
1612 | 2023-11-21T07:19:44.625Z | Compiling trust-dns-proto v0.22.0 |
1613 | 2023-11-21T07:19:44.709Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1614 | 2023-11-21T07:19:55.744Z | Compiling futures v0.3.29 |
1615 | 2023-11-21T07:19:55.923Z | Compiling diesel v2.1.4 |
1616 | 2023-11-21T07:19:56.262Z | Compiling snafu v0.7.5 |
1617 | 2023-11-21T07:19:57.352Z | Compiling yasna v0.5.2 |
1618 | 2023-11-21T07:19:57.540Z | Compiling zip v0.6.6 |
1619 | 2023-11-21T07:19:57.610Z | Compiling crossterm v0.27.0 |
1620 | 2023-11-21T07:19:59.854Z | Compiling cipher v0.4.4 |
1621 | 2023-11-21T07:19:59.859Z | Compiling clap v4.4.3 |
1622 | 2023-11-21T07:20:00.028Z | Compiling similar v2.2.1 |
1623 | 2023-11-21T07:20:00.052Z | Compiling bit-set v0.5.3 |
1624 | 2023-11-21T07:20:00.481Z | Compiling itertools v0.10.5 |
1625 | 2023-11-21T07:20:01.374Z | Compiling usdt v0.3.5 |
1626 | 2023-11-21T07:20:01.788Z | Compiling console v0.15.7 |
1627 | 2023-11-21T07:20:02.766Z | Compiling tokio-stream v0.1.14 |
1628 | 2023-11-21T07:20:03.310Z | Compiling proc-macro-crate v1.3.1 |
1629 | 2023-11-21T07:20:03.490Z | Compiling toml v0.7.8 |
1630 | 2023-11-21T07:20:03.914Z | Compiling toml_edit v0.21.0 |
1631 | 2023-11-21T07:20:04.285Z | Compiling hex v0.4.3 |
1632 | 2023-11-21T07:20:04.691Z | Compiling signature v2.1.0 |
1633 | 2023-11-21T07:20:05.209Z | Compiling proc-macro-error v1.0.4 |
1634 | 2023-11-21T07:20:05.238Z | Compiling lalrpop-util v0.19.12 |
1635 | 2023-11-21T07:20:07.723Z | Compiling num_enum_derive v0.5.11 |
1636 | 2023-11-21T07:20:12.514Z | Compiling atty v0.2.14 |
1637 | 2023-11-21T07:20:12.756Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1638 | 2023-11-21T07:20:13.271Z | Compiling ident_case v1.0.1 |
1639 | 2023-11-21T07:20:13.540Z | Compiling darling_core v0.20.3 |
1640 | 2023-11-21T07:20:18.365Z | Compiling num_enum v0.5.11 |
1641 | 2023-11-21T07:20:39.952Z | Compiling dirs-sys-next v0.1.2 |
1642 | 2023-11-21T07:20:41.767Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1643 | 2023-11-21T07:20:42.189Z | Compiling postcard-cobs v0.1.5-pre |
1644 | 2023-11-21T07:20:48.452Z | Compiling postcard v0.7.3 |
1645 | 2023-11-21T07:20:49.453Z | Compiling dirs-next v2.0.0 |
1646 | 2023-11-21T07:20:52.860Z | Compiling darling_macro v0.20.3 |
1647 | 2023-11-21T07:20:56.005Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1648 | 2023-11-21T07:21:04.231Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1649 | 2023-11-21T07:21:04.657Z | Compiling smoltcp v0.8.2 |
1650 | 2023-11-21T07:21:06.237Z | Compiling getopts v0.2.21 |
1651 | 2023-11-21T07:21:12.167Z | Compiling structmeta-derive v0.2.0 |
1652 | 2023-11-21T07:21:16.525Z | Compiling foreign-types-macros v0.2.3 |
1653 | 2023-11-21T07:21:20.735Z | Compiling thread_local v1.1.7 |
1654 | 2023-11-21T07:21:22.089Z | Compiling multer v2.1.0 |
1655 | 2023-11-21T07:21:22.537Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1656 | 2023-11-21T07:21:22.987Z | Compiling camino v1.1.6 |
1657 | 2023-11-21T07:21:23.816Z | Compiling match_cfg v0.1.0 |
1658 | 2023-11-21T07:21:25.129Z | Compiling cfg-if v0.1.10 |
1659 | 2023-11-21T07:21:25.414Z | Compiling paste v1.0.14 |
1660 | 2023-11-21T07:21:26.163Z | Compiling slog-async v2.8.0 |
1661 | 2023-11-21T07:21:26.894Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1662 | 2023-11-21T07:21:28.175Z | Compiling foreign-types-shared v0.3.1 |
1663 | 2023-11-21T07:21:28.353Z | Compiling unsafe-libyaml v0.2.9 |
1664 | 2023-11-21T07:21:28.778Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1665 | 2023-11-21T07:21:29.253Z | Compiling foreign-types v0.5.0 |
1666 | 2023-11-21T07:21:31.312Z | Compiling serde_yaml v0.9.25 |
1667 | 2023-11-21T07:21:34.003Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1668 | 2023-11-21T07:21:38.405Z | Compiling hostname v0.3.1 |
1669 | 2023-11-21T07:21:39.660Z | Compiling structmeta v0.2.0 |
1670 | 2023-11-21T07:21:42.473Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1671 | 2023-11-21T07:21:47.129Z | Compiling darling v0.20.3 |
1672 | 2023-11-21T07:21:48.345Z | Compiling term v0.7.0 |
1673 | 2023-11-21T07:21:52.443Z | Compiling slog-json v2.6.1 |
1674 | 2023-11-21T07:21:53.306Z | Compiling is-terminal v0.4.9 |
1675 | 2023-11-21T07:21:53.502Z | Compiling crossbeam-channel v0.5.8 |
1676 | 2023-11-21T07:21:58.016Z | Compiling strum v0.25.0 |
1677 | 2023-11-21T07:21:58.138Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1678 | 2023-11-21T07:21:58.326Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1679 | 2023-11-21T07:21:58.556Z | Compiling async-stream-impl v0.3.5 |
1680 | 2023-11-21T07:21:59.627Z | Compiling cstr-argument v0.1.2 |
1681 | 2023-11-21T07:21:59.764Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1682 | 2023-11-21T07:22:00.252Z | Compiling pretty-hex v0.2.1 |
1683 | 2023-11-21T07:22:02.259Z | Compiling crucible-workspace-hack v0.1.0 |
1684 | 2023-11-21T07:22:02.291Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1685 | 2023-11-21T07:22:02.651Z | Compiling take_mut v0.2.2 |
1686 | 2023-11-21T07:22:02.865Z | Compiling atomic-waker v1.1.1 |
1687 | 2023-11-21T07:22:02.892Z | Compiling regex-syntax v0.7.5 |
1688 | 2023-11-21T07:22:03.155Z | Compiling waitgroup v0.1.2 |
1689 | 2023-11-21T07:22:13.262Z | Compiling parse-display-derive v0.8.2 |
1690 | 2023-11-21T07:22:17.849Z | Compiling async-stream v0.3.5 |
1691 | 2023-11-21T07:22:18.330Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1692 | 2023-11-21T07:22:18.510Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1693 | 2023-11-21T07:22:19.867Z | Compiling colored v2.0.4 |
1694 | 2023-11-21T07:22:22.063Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1695 | 2023-11-21T07:22:22.289Z | Compiling slog-bunyan v2.4.0 |
1696 | 2023-11-21T07:22:22.675Z | Compiling slog-term v2.9.0 |
1697 | 2023-11-21T07:22:26.630Z | Compiling serde_with_macros v2.3.3 |
1698 | 2023-11-21T07:22:37.342Z | Compiling toml v0.8.8 |
1699 | 2023-11-21T07:22:37.804Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1700 | 2023-11-21T07:22:37.917Z | Compiling sha1 v0.10.6 |
1701 | 2023-11-21T07:22:39.173Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1702 | 2023-11-21T07:22:39.406Z | Compiling textwrap v0.11.0 |
1703 | 2023-11-21T07:22:40.560Z | Compiling heck v0.3.3 |
1704 | 2023-11-21T07:22:41.163Z | Compiling serde_path_to_error v0.1.14 |
1705 | 2023-11-21T07:22:42.411Z | Compiling instant v0.1.12 |
1706 | 2023-11-21T07:22:42.638Z | Compiling vec_map v0.8.2 |
1707 | 2023-11-21T07:22:42.956Z | Compiling debug-ignore v1.0.5 |
1708 | 2023-11-21T07:22:43.174Z | Compiling libefi-sys v0.1.0 |
1709 | 2023-11-21T07:22:43.221Z | Compiling rayon-core v1.12.0 |
1710 | 2023-11-21T07:22:43.609Z | Compiling ansi_term v0.12.1 |
1711 | 2023-11-21T07:22:43.672Z | Compiling strsim v0.8.0 |
1712 | 2023-11-21T07:22:45.014Z | Compiling clap v2.34.0 |
1713 | 2023-11-21T07:22:46.003Z | Compiling backoff v0.4.0 |
1714 | 2023-11-21T07:22:46.555Z | Compiling structopt-derive v0.4.18 |
1715 | 2023-11-21T07:22:46.719Z | Compiling serde_with v2.3.3 |
1716 | 2023-11-21T07:22:47.353Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1717 | 2023-11-21T07:22:47.647Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1718 | 2023-11-21T07:22:49.909Z | Compiling parse-display v0.8.2 |
1719 | 2023-11-21T07:22:50.227Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1720 | 2023-11-21T07:22:51.393Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1721 | 2023-11-21T07:22:52.208Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1722 | 2023-11-21T07:22:52.867Z | Compiling zone_cfg_derive v0.3.0 |
1723 | 2023-11-21T07:22:54.400Z | Compiling crossbeam-deque v0.8.3 |
1724 | 2023-11-21T07:22:54.609Z | Compiling macaddr v1.0.1 |
1725 | 2023-11-21T07:22:54.820Z | Compiling num-derive v0.4.0 |
1726 | 2023-11-21T07:22:54.991Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1727 | 2023-11-21T07:22:55.546Z | Compiling portable-atomic v1.4.3 |
1728 | 2023-11-21T07:22:57.048Z | Compiling zone v0.3.0 |
1729 | 2023-11-21T07:22:58.538Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1730 | 2023-11-21T07:23:01.409Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1731 | 2023-11-21T07:23:02.233Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1732 | 2023-11-21T07:23:02.988Z | Compiling structopt v0.3.26 |
1733 | 2023-11-21T07:23:03.234Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1734 | 2023-11-21T07:23:04.572Z | Compiling smf v0.2.2 |
1735 | 2023-11-21T07:23:05.176Z | Compiling xattr v1.0.1 |
1736 | 2023-11-21T07:23:05.202Z | Compiling filetime v0.2.22 |
1737 | 2023-11-21T07:23:05.637Z | Compiling fastrand v2.0.0 |
1738 | 2023-11-21T07:23:05.712Z | Compiling same-file v1.0.6 |
1739 | 2023-11-21T07:23:05.953Z | Compiling walkdir v2.4.0 |
1740 | 2023-11-21T07:23:06.182Z | Compiling tar v0.4.40 |
1741 | 2023-11-21T07:23:06.712Z | Compiling tempfile v3.8.0 |
1742 | 2023-11-21T07:23:09.277Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1743 | 2023-11-21T07:23:09.951Z | Compiling rayon v1.8.0 |
1744 | 2023-11-21T07:23:10.812Z | Compiling number_prefix v0.4.0 |
1745 | 2023-11-21T07:23:11.220Z | Compiling omicron-zone-package v0.9.1 |
1746 | 2023-11-21T07:23:13.227Z | Compiling topological-sort v0.2.2 |
1747 | 2023-11-21T07:23:13.626Z | Compiling swrite v0.1.0 |
1748 | 2023-11-21T07:23:19.021Z | Compiling indicatif v0.17.7 |
1749 | 2023-11-21T07:23:33.107Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1750 | 2023-11-21T07:23:43.437Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1751 | 2023-11-21T07:23:46.909Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1752 | 2023-11-21T07:23:49.648Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1753 | 2023-11-21T07:24:15.826Z | Finished release [optimized] target(s) in 7m 49s |
1754 | 2023-11-21T07:24:16.077Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1755 | 2023-11-21T07:24:16.165Z | Created new build target 'test' and set it as active |
1756 | 2023-11-21T07:24:16.168Z | |
1757 | 2023-11-21T07:24:16.168Z | real 7:50.136830919 |
1758 | 2023-11-21T07:24:16.168Z | user 50:25.668280956 |
1759 | 2023-11-21T07:24:16.168Z | sys 4:32.474325321 |
1760 | 2023-11-21T07:24:16.168Z | trap 2.197071050 |
1761 | 2023-11-21T07:24:16.168Z | tflt 4.507295786 |
1762 | 2023-11-21T07:24:16.168Z | dflt 5.614737529 |
1763 | 2023-11-21T07:24:16.168Z | kflt 0.118575587 |
1764 | 2023-11-21T07:24:16.168Z | lock 1:49:04.288130287 |
1765 | 2023-11-21T07:24:16.168Z | slp 2:21:42.217634474 |
1766 | 2023-11-21T07:24:16.168Z | lat 2:25.865635305 |
1767 | 2023-11-21T07:24:16.168Z | stop 3:54.784751753 |
1768 | 2023-11-21T07:24:16.171Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1769 | 2023-11-21T07:24:17.278Z | Finished release [optimized] target(s) in 1.02s |
1770 | 2023-11-21T07:24:17.308Z | Running `target/release/omicron-package -t test package` |
1771 | 2023-11-21T07:24:17.348Z | Nov 21 07:24:17.343 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1772 | 2023-11-21T07:24:18.518Z | Compiling serde_json v1.0.108 |
1773 | 2023-11-21T07:24:18.569Z | Compiling base64ct v1.6.0 |
1774 | 2023-11-21T07:24:18.580Z | Compiling linked-hash-map v0.5.6 |
1775 | 2023-11-21T07:24:18.583Z | Compiling blake2 v0.10.6 |
1776 | 2023-11-21T07:24:18.583Z | Compiling same-file v1.0.6 |
1777 | 2023-11-21T07:24:18.583Z | Compiling semver-parser v0.10.2 |
1778 | 2023-11-21T07:24:18.583Z | Compiling quick-error v1.2.3 |
1779 | 2023-11-21T07:24:18.583Z | Compiling fastrand v2.0.0 |
1780 | 2023-11-21T07:24:18.815Z | Compiling walkdir v2.4.0 |
1781 | 2023-11-21T07:24:18.902Z | Compiling resolv-conf v0.7.0 |
1782 | 2023-11-21T07:24:19.150Z | Compiling lru-cache v0.1.2 |
1783 | 2023-11-21T07:24:19.364Z | Compiling password-hash v0.5.0 |
1784 | 2023-11-21T07:24:19.441Z | Compiling tempfile v3.8.0 |
1785 | 2023-11-21T07:24:19.772Z | Compiling semver v0.11.0 |
1786 | 2023-11-21T07:24:19.825Z | Compiling xattr v1.0.1 |
1787 | 2023-11-21T07:24:20.174Z | Compiling argon2 v0.5.2 |
1788 | 2023-11-21T07:24:20.609Z | Compiling filetime v0.2.22 |
1789 | 2023-11-21T07:24:20.863Z | Compiling slog-dtrace v0.2.3 |
1790 | 2023-11-21T07:24:20.891Z | Compiling home v0.5.5 |
1791 | 2023-11-21T07:24:21.022Z | Compiling tar v0.4.40 |
1792 | 2023-11-21T07:24:21.204Z | Compiling toolchain_find v0.2.0 |
1793 | 2023-11-21T07:24:21.665Z | Compiling trust-dns-resolver v0.22.0 |
1794 | 2023-11-21T07:24:22.352Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1795 | 2023-11-21T07:24:23.449Z | Compiling schemars v0.8.13 |
1796 | 2023-11-21T07:24:23.450Z | Compiling reqwest v0.11.22 |
1797 | 2023-11-21T07:24:23.450Z | Compiling openapiv3 v2.0.0-rc.1 |
1798 | 2023-11-21T07:24:25.625Z | Compiling usdt-impl v0.3.5 |
1799 | 2023-11-21T07:24:25.625Z | Compiling postgres-types v0.2.6 |
1800 | 2023-11-21T07:24:26.541Z | Compiling usdt v0.3.5 |
1801 | 2023-11-21T07:24:26.541Z | Compiling ipnetwork v0.20.0 |
1802 | 2023-11-21T07:24:50.133Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1803 | 2023-11-21T07:24:50.452Z | Compiling diesel v2.1.4 |
1804 | 2023-11-21T07:24:50.452Z | Compiling tokio-postgres v0.7.10 |
1805 | 2023-11-21T07:24:50.452Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1806 | 2023-11-21T07:24:50.452Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1807 | 2023-11-21T07:24:50.452Z | Compiling slog-json v2.6.1 |
1808 | 2023-11-21T07:24:50.452Z | Compiling slog-bunyan v2.4.0 |
1809 | 2023-11-21T07:24:50.452Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1810 | 2023-11-21T07:24:50.452Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1811 | 2023-11-21T07:24:50.452Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1812 | 2023-11-21T07:24:50.452Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1813 | 2023-11-21T07:24:50.452Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-11-21T07:24:51.611Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1815 | 2023-11-21T07:24:56.247Z | Compiling toml v0.5.11 |
1816 | 2023-11-21T07:24:59.692Z | Compiling rustfmt-wrapper v0.2.0 |
1817 | 2023-11-21T07:25:00.571Z | Compiling omicron-zone-package v0.9.1 |
1818 | 2023-11-21T07:25:01.022Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1819 | 2023-11-21T07:25:01.396Z | Compiling toml v0.8.8 |
1820 | 2023-11-21T07:25:01.777Z | Compiling num-rational v0.4.1 |
1821 | 2023-11-21T07:25:02.225Z | Compiling cancel-safe-futures v0.1.5 |
1822 | 2023-11-21T07:25:03.122Z | Compiling utf-8 v0.7.6 |
1823 | 2023-11-21T07:25:03.738Z | Compiling convert_case v0.4.0 |
1824 | 2023-11-21T07:25:05.001Z | Compiling derive_more v0.99.17 |
1825 | 2023-11-21T07:25:07.554Z | Compiling pem-rfc7468 v0.7.0 |
1826 | 2023-11-21T07:25:08.278Z | Compiling num-complex v0.4.4 |
1827 | 2023-11-21T07:25:10.412Z | Compiling der_derive v0.7.2 |
1828 | 2023-11-21T07:25:10.456Z | Compiling semver v0.1.20 |
1829 | 2023-11-21T07:25:11.417Z | Compiling flagset v0.4.3 |
1830 | 2023-11-21T07:25:11.745Z | Compiling rustc_version v0.1.7 |
1831 | 2023-11-21T07:25:12.343Z | Compiling num v0.4.1 |
1832 | 2023-11-21T07:25:12.520Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1833 | 2023-11-21T07:25:14.139Z | Compiling hkdf v0.12.3 |
1834 | 2023-11-21T07:25:14.179Z | Compiling der v0.7.8 |
1835 | 2023-11-21T07:25:14.512Z | Compiling fxhash v0.2.1 |
1836 | 2023-11-21T07:25:14.847Z | Compiling unicase v2.7.0 |
1837 | 2023-11-21T07:25:15.301Z | Compiling radium v0.7.0 |
1838 | 2023-11-21T07:25:15.952Z | Compiling newtype_derive v0.1.6 |
1839 | 2023-11-21T07:25:16.401Z | Compiling maybe-uninit v2.0.0 |
1840 | 2023-11-21T07:25:17.086Z | Compiling half v1.8.2 |
1841 | 2023-11-21T07:25:17.238Z | Compiling tap v1.0.1 |
1842 | 2023-11-21T07:25:17.501Z | Compiling ciborium-io v0.2.1 |
1843 | 2023-11-21T07:25:17.678Z | Compiling keccak v0.1.4 |
1844 | 2023-11-21T07:25:19.031Z | Compiling spki v0.7.2 |
1845 | 2023-11-21T07:25:19.272Z | Compiling arc-swap v1.6.0 |
1846 | 2023-11-21T07:25:19.909Z | Compiling sha3 v0.10.8 |
1847 | 2023-11-21T07:25:20.942Z | Compiling slog-scope v4.4.0 |
1848 | 2023-11-21T07:25:21.324Z | Compiling ciborium-ll v0.2.1 |
1849 | 2023-11-21T07:25:22.056Z | Compiling wyz v0.5.1 |
1850 | 2023-11-21T07:25:22.836Z | Compiling secrecy v0.8.0 |
1851 | 2023-11-21T07:25:23.224Z | Compiling packed_struct v0.10.1 |
1852 | 2023-11-21T07:25:23.248Z | Compiling funty v2.0.0 |
1853 | 2023-11-21T07:25:23.838Z | Compiling parking_lot_core v0.8.6 |
1854 | 2023-11-21T07:25:24.427Z | Compiling num-bigint-dig v0.8.4 |
1855 | 2023-11-21T07:25:24.858Z | Compiling crc-catalog v2.2.0 |
1856 | 2023-11-21T07:25:25.065Z | Compiling crc v3.0.1 |
1857 | 2023-11-21T07:25:26.209Z | Compiling bitvec v1.0.1 |
1858 | 2023-11-21T07:25:28.116Z | Compiling ciborium v0.2.1 |
1859 | 2023-11-21T07:25:28.189Z | Compiling slog-stdlog v4.1.1 |
1860 | 2023-11-21T07:25:28.311Z | Compiling pkcs8 v0.10.2 |
1861 | 2023-11-21T07:25:29.967Z | Compiling nibble_vec v0.1.0 |
1862 | 2023-11-21T07:25:30.307Z | Compiling packed_struct_codegen v0.10.1 |
1863 | 2023-11-21T07:25:31.283Z | Compiling dirs-sys-next v0.1.2 |
1864 | 2023-11-21T07:25:31.803Z | Compiling endian-type v0.1.2 |
1865 | 2023-11-21T07:25:32.105Z | Compiling crunchy v0.2.2 |
1866 | 2023-11-21T07:25:32.156Z | Compiling glob v0.3.1 |
1867 | 2023-11-21T07:25:32.801Z | Compiling nodrop v0.1.14 |
1868 | 2023-11-21T07:25:32.969Z | Compiling array-init v0.0.4 |
1869 | 2023-11-21T07:25:33.498Z | Compiling clang-sys v1.6.1 |
1870 | 2023-11-21T07:25:33.628Z | Compiling radix_trie v0.2.1 |
1871 | 2023-11-21T07:25:34.589Z | Compiling dirs-next v2.0.0 |
1872 | 2023-11-21T07:25:34.985Z | Compiling pkcs1 v0.7.5 |
1873 | 2023-11-21T07:25:35.035Z | Compiling slog-envlogger v2.2.0 |
1874 | 2023-11-21T07:25:35.385Z | Compiling smallvec v0.6.14 |
1875 | 2023-11-21T07:25:36.105Z | Compiling steno v0.4.0 |
1876 | 2023-11-21T07:25:39.543Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1877 | 2023-11-21T07:25:41.210Z | Compiling bitfield v0.14.0 |
1878 | 2023-11-21T07:25:41.745Z | Compiling termcolor v1.2.0 |
1879 | 2023-11-21T07:25:42.219Z | Compiling platforms v3.0.2 |
1880 | 2023-11-21T07:25:42.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1881 | 2023-11-21T07:25:42.854Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1882 | 2023-11-21T07:25:43.841Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1883 | 2023-11-21T07:25:48.291Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1884 | 2023-11-21T07:25:49.412Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1885 | 2023-11-21T07:25:55.558Z | Compiling prettyplease v0.2.12 |
1886 | 2023-11-21T07:25:55.992Z | Compiling tiny-keccak v2.0.2 |
1887 | 2023-11-21T07:25:57.395Z | Compiling rsa v0.9.2 |
1888 | 2023-11-21T07:25:59.306Z | Compiling env_logger v0.10.0 |
1889 | 2023-11-21T07:26:00.038Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1890 | 2023-11-21T07:26:01.404Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1891 | 2023-11-21T07:26:04.962Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1892 | 2023-11-21T07:26:05.720Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1893 | 2023-11-21T07:26:06.211Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1894 | 2023-11-21T07:26:07.292Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1895 | 2023-11-21T07:26:17.075Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1896 | 2023-11-21T07:26:19.523Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1897 | 2023-11-21T07:26:22.107Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1898 | 2023-11-21T07:26:28.120Z | Compiling parking_lot v0.11.2 |
1899 | 2023-11-21T07:26:32.192Z | Compiling serde-hex v0.1.0 |
1900 | 2023-11-21T07:26:34.763Z | Compiling mime_guess v2.0.4 |
1901 | 2023-11-21T07:26:35.901Z | Compiling term v0.7.0 |
1902 | 2023-11-21T07:26:36.766Z | Compiling trust-dns-client v0.22.0 |
1903 | 2023-11-21T07:26:38.168Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1904 | 2023-11-21T07:26:38.688Z | Compiling x509-cert v0.2.4 |
1905 | 2023-11-21T07:26:39.124Z | Compiling tungstenite v0.20.1 |
1906 | 2023-11-21T07:26:41.109Z | Compiling darling_core v0.14.4 |
1907 | 2023-11-21T07:26:43.308Z | Compiling ron v0.8.1 |
1908 | 2023-11-21T07:26:50.044Z | Compiling minimal-lexical v0.2.1 |
1909 | 2023-11-21T07:26:50.902Z | Compiling buf-list v1.0.3 |
1910 | 2023-11-21T07:26:51.748Z | Compiling crc-any v2.4.3 |
1911 | 2023-11-21T07:26:53.373Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1912 | 2023-11-21T07:26:54.120Z | Compiling trust-dns-server v0.22.1 |
1913 | 2023-11-21T07:26:54.809Z | Compiling nom v7.1.3 |
1914 | 2023-11-21T07:27:00.718Z | Compiling darling_macro v0.14.4 |
1915 | 2023-11-21T07:27:01.242Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1916 | 2023-11-21T07:27:02.151Z | Compiling tokio-tungstenite v0.20.1 |
1917 | 2023-11-21T07:27:11.676Z | Compiling ascii-canvas v3.0.0 |
1918 | 2023-11-21T07:27:11.676Z | Compiling sled v0.34.7 |
1919 | 2023-11-21T07:27:11.676Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1920 | 2023-11-21T07:27:23.077Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1921 | 2023-11-21T07:27:23.949Z | Compiling object v0.30.4 |
1922 | 2023-11-21T07:27:31.522Z | Compiling itertools v0.12.0 |
1923 | 2023-11-21T07:27:34.411Z | Compiling is-terminal v0.4.9 |
1924 | 2023-11-21T07:27:34.594Z | Compiling libsw v3.3.0 |
1925 | 2023-11-21T07:27:34.827Z | Compiling ena v0.14.2 |
1926 | 2023-11-21T07:27:35.110Z | Compiling derive-where v1.2.5 |
1927 | 2023-11-21T07:27:35.477Z | Compiling libloading v0.7.4 |
1928 | 2023-11-21T07:27:36.065Z | Compiling linear-map v1.2.0 |
1929 | 2023-11-21T07:27:36.783Z | Compiling pretty-hex v0.3.0 |
1930 | 2023-11-21T07:27:37.137Z | Compiling diff v0.1.13 |
1931 | 2023-11-21T07:27:37.526Z | Compiling path-slash v0.1.5 |
1932 | 2023-11-21T07:27:37.846Z | Compiling regex-syntax v0.6.29 |
1933 | 2023-11-21T07:27:37.994Z | Compiling bindgen v0.65.1 |
1934 | 2023-11-21T07:27:38.644Z | Compiling owo-colors v3.5.0 |
1935 | 2023-11-21T07:27:40.518Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1936 | 2023-11-21T07:27:44.122Z | Compiling lalrpop v0.19.12 |
1937 | 2023-11-21T07:27:44.813Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1938 | 2023-11-21T07:27:47.445Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1939 | 2023-11-21T07:27:50.001Z | Compiling curve25519-dalek v4.1.0 |
1940 | 2023-11-21T07:27:53.620Z | Compiling darling v0.14.4 |
1941 | 2023-11-21T07:27:53.783Z | Compiling cexpr v0.6.0 |
1942 | 2023-11-21T07:27:59.708Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1943 | 2023-11-21T07:28:00.593Z | Compiling which v4.4.0 |
1944 | 2023-11-21T07:28:01.307Z | Compiling ff v0.13.0 |
1945 | 2023-11-21T07:28:01.420Z | Compiling kstat-rs v0.2.3 |
1946 | 2023-11-21T07:28:01.710Z | Compiling memoffset v0.7.1 |
1947 | 2023-11-21T07:28:02.173Z | Compiling lazycell v1.3.0 |
1948 | 2023-11-21T07:28:02.430Z | Compiling display-error-chain v0.2.0 |
1949 | 2023-11-21T07:28:02.689Z | Compiling shlex v1.1.0 |
1950 | 2023-11-21T07:28:03.063Z | Compiling rustc-hash v1.1.0 |
1951 | 2023-11-21T07:28:03.280Z | Compiling peeking_take_while v0.1.2 |
1952 | 2023-11-21T07:28:03.514Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1953 | 2023-11-21T07:28:05.204Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1954 | 2023-11-21T07:28:05.448Z | Compiling group v0.13.0 |
1955 | 2023-11-21T07:28:05.707Z | Compiling derive_builder_core v0.12.0 |
1956 | 2023-11-21T07:28:09.336Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1957 | 2023-11-21T07:28:17.233Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1958 | 2023-11-21T07:28:17.374Z | Compiling camino-tempfile v1.0.2 |
1959 | 2023-11-21T07:28:18.631Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1960 | 2023-11-21T07:28:21.063Z | Compiling olpc-cjson v0.1.3 |
1961 | 2023-11-21T07:28:22.011Z | Compiling globset v0.4.13 |
1962 | 2023-11-21T07:28:26.167Z | Compiling pem v3.0.2 |
1963 | 2023-11-21T07:28:26.269Z | Compiling universal-hash v0.5.1 |
1964 | 2023-11-21T07:28:26.596Z | Compiling crypto-bigint v0.5.2 |
1965 | 2023-11-21T07:28:28.873Z | Compiling bcs v0.1.6 |
1966 | 2023-11-21T07:28:30.418Z | Compiling libxml v0.3.3 |
1967 | 2023-11-21T07:28:30.957Z | Compiling serde_plain v1.0.2 |
1968 | 2023-11-21T07:28:31.811Z | Compiling async-recursion v1.0.5 |
1969 | 2023-11-21T07:28:31.893Z | Compiling curve25519-dalek-derive v0.1.0 |
1970 | 2023-11-21T07:28:31.990Z | Compiling thiserror-impl-no-std v2.0.2 |
1971 | 2023-11-21T07:28:32.088Z | Compiling polar-core v0.27.0 |
1972 | 2023-11-21T07:28:33.242Z | Compiling typed-path v0.6.0 |
1973 | 2023-11-21T07:28:33.317Z | Compiling base16ct v0.2.0 |
1974 | 2023-11-21T07:28:33.901Z | Compiling ref-cast v1.0.20 |
1975 | 2023-11-21T07:28:34.088Z | Compiling opaque-debug v0.3.0 |
1976 | 2023-11-21T07:28:34.231Z | Compiling highway v1.1.0 |
1977 | 2023-11-21T07:28:34.673Z | Compiling poly1305 v0.8.0 |
1978 | 2023-11-21T07:28:36.453Z | Compiling thiserror-no-std v2.0.2 |
1979 | 2023-11-21T07:28:36.588Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1980 | 2023-11-21T07:28:36.815Z | Compiling elliptic-curve v0.13.5 |
1981 | 2023-11-21T07:28:37.339Z | Compiling tough v0.15.0 |
1982 | 2023-11-21T07:28:37.734Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1983 | 2023-11-21T07:28:42.290Z | Compiling derive_builder_macro v0.12.0 |
1984 | 2023-11-21T07:28:43.663Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1985 | 2023-11-21T07:28:45.084Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1986 | 2023-11-21T07:28:49.620Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1987 | 2023-11-21T07:28:53.580Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1988 | 2023-11-21T07:28:53.993Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1989 | 2023-11-21T07:28:54.427Z | Compiling chacha20 v0.9.1 |
1990 | 2023-11-21T07:28:55.142Z | Compiling strum_macros v0.24.3 |
1991 | 2023-11-21T07:28:55.216Z | Compiling aead v0.5.2 |
1992 | 2023-11-21T07:28:55.398Z | Compiling ref-cast-impl v1.0.20 |
1993 | 2023-11-21T07:28:55.694Z | Compiling cookie v0.18.0 |
1994 | 2023-11-21T07:28:56.153Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1995 | 2023-11-21T07:28:56.616Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1996 | 2023-11-21T07:28:57.105Z | Compiling salty v0.2.0 |
1997 | 2023-11-21T07:28:57.203Z | Compiling signature v1.6.4 |
1998 | 2023-11-21T07:28:57.437Z | Compiling indoc v1.0.9 |
1999 | 2023-11-21T07:28:57.706Z | Compiling base64 v0.13.1 |
2000 | 2023-11-21T07:28:58.869Z | Compiling tungstenite v0.18.0 |
2001 | 2023-11-21T07:28:59.171Z | Compiling ed25519 v1.5.3 |
2002 | 2023-11-21T07:29:00.148Z | Compiling chacha20poly1305 v0.10.1 |
2003 | 2023-11-21T07:29:00.510Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2004 | 2023-11-21T07:29:05.031Z | Compiling derive_builder v0.12.0 |
2005 | 2023-11-21T07:29:08.543Z | Compiling vsss-rs v3.3.1 |
2006 | 2023-11-21T07:29:13.658Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2007 | 2023-11-21T07:29:15.258Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2008 | 2023-11-21T07:29:16.761Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2009 | 2023-11-21T07:29:17.263Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2010 | 2023-11-21T07:29:17.723Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2011 | 2023-11-21T07:29:21.064Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2012 | 2023-11-21T07:29:22.794Z | Compiling headers-core v0.2.0 |
2013 | 2023-11-21T07:29:23.043Z | Compiling bb8 v0.8.1 |
2014 | 2023-11-21T07:29:23.941Z | Compiling quick-xml v0.23.1 |
2015 | 2023-11-21T07:29:24.180Z | Compiling serde-big-array v0.5.1 |
2016 | 2023-11-21T07:29:24.555Z | Compiling oso-derive v0.27.0 |
2017 | 2023-11-21T07:29:25.455Z | Compiling impl-trait-for-tuples v0.2.2 |
2018 | 2023-11-21T07:29:26.056Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2019 | 2023-11-21T07:29:26.145Z | Compiling fs-err v2.11.0 |
2020 | 2023-11-21T07:29:26.568Z | Compiling maplit v1.0.2 |
2021 | 2023-11-21T07:29:26.740Z | Compiling http-range v0.1.5 |
2022 | 2023-11-21T07:29:27.333Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2023 | 2023-11-21T07:29:27.698Z | Compiling hyper-staticfile v0.9.5 |
2024 | 2023-11-21T07:29:41.851Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2025 | 2023-11-21T07:29:41.943Z | Compiling headers v0.3.9 |
2026 | 2023-11-21T07:29:41.943Z | Compiling oso v0.27.0 |
2027 | 2023-11-21T07:29:42.087Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2028 | 2023-11-21T07:29:48.228Z | Compiling tokio-tungstenite v0.18.0 |
2029 | 2023-11-21T07:29:58.572Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2030 | 2023-11-21T07:30:01.426Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2031 | 2023-11-21T07:30:01.872Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2032 | 2023-11-21T07:30:02.764Z | Compiling signal-hook-tokio v0.3.1 |
2033 | 2023-11-21T07:30:03.072Z | Compiling serde-big-array v0.4.1 |
2034 | 2023-11-21T07:30:03.341Z | Compiling cassowary v0.3.0 |
2035 | 2023-11-21T07:30:04.020Z | Compiling indoc v2.0.3 |
2036 | 2023-11-21T07:30:05.527Z | Compiling ratatui v0.23.0 |
2037 | 2023-11-21T07:30:10.979Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2038 | 2023-11-21T07:30:12.205Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2039 | 2023-11-21T07:30:13.456Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2040 | 2023-11-21T07:30:14.916Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2041 | 2023-11-21T07:30:15.544Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2042 | 2023-11-21T07:30:26.191Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2043 | 2023-11-21T07:30:31.044Z | Compiling fatfs v0.3.6 |
2044 | 2023-11-21T07:30:36.442Z | Compiling bytesize v1.3.0 |
2045 | 2023-11-21T07:30:36.773Z | Compiling nanorand v0.7.0 |
2046 | 2023-11-21T07:30:37.290Z | Compiling rtoolbox v0.0.1 |
2047 | 2023-11-21T07:30:37.968Z | Compiling smawk v0.3.1 |
2048 | 2023-11-21T07:30:37.971Z | Compiling corncobs v0.1.3 |
2049 | 2023-11-21T07:30:38.317Z | Compiling unicode-linebreak v0.1.5 |
2050 | 2023-11-21T07:30:38.619Z | Compiling assert_matches v1.5.0 |
2051 | 2023-11-21T07:30:38.758Z | Compiling is_ci v1.1.1 |
2052 | 2023-11-21T07:30:39.191Z | Compiling textwrap v0.16.0 |
2053 | 2023-11-21T07:30:39.259Z | Compiling supports-color v2.1.0 |
2054 | 2023-11-21T07:30:40.361Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2055 | 2023-11-21T07:30:41.668Z | Compiling rpassword v7.3.1 |
2056 | 2023-11-21T07:30:42.348Z | Compiling flume v0.11.0 |
2057 | 2023-11-21T07:30:43.604Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2058 | 2023-11-21T07:30:45.653Z | Compiling tui-tree-widget v0.13.0 |
2059 | 2023-11-21T07:30:49.153Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2060 | 2023-11-21T07:30:50.076Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2061 | 2023-11-21T07:30:54.457Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2062 | 2023-11-21T07:31:27.919Z | Compiling humantime v2.1.0 |
2063 | 2023-11-21T07:31:29.358Z | Compiling shell-words v1.1.0 |
2064 | 2023-11-21T07:31:30.083Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2065 | 2023-11-21T07:32:02.587Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2066 | 2023-11-21T07:32:08.698Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2067 | 2023-11-21T07:35:11.223Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2068 | 2023-11-21T07:44:43.430Z | Finished release [optimized] target(s) in 20m 26s |
2069 | 2023-11-21T07:46:03.593Z | |
2070 | 2023-11-21T07:46:03.596Z | real 21:47.527331037 |
2071 | 2023-11-21T07:46:03.596Z | user 2:27:11.147304286 |
2072 | 2023-11-21T07:46:03.596Z | sys 6:21.675189824 |
2073 | 2023-11-21T07:46:03.596Z | trap 5.186042005 |
2074 | 2023-11-21T07:46:03.596Z | tflt 1.348657548 |
2075 | 2023-11-21T07:46:03.596Z | dflt 3.018061067 |
2076 | 2023-11-21T07:46:03.596Z | kflt 0.006987995 |
2077 | 2023-11-21T07:46:03.596Z | lock 8:33:53.344757098 |
2078 | 2023-11-21T07:46:03.596Z | slp 5:31:41.349181799 |
2079 | 2023-11-21T07:46:03.596Z | lat 2:38.585295410 |
2080 | 2023-11-21T07:46:03.597Z | stop 42.821351600 |
2081 | 2023-11-21T07:46:03.597Z | + 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/*) |
2082 | 2023-11-21T07:46:03.597Z | + pfexec mkdir -p /work |
2083 | 2023-11-21T07:46:03.600Z | + pfexec chown build /work |
2084 | 2023-11-21T07:46:03.603Z | + 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 |
2085 | 2023-11-21T07:46:16.905Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2086 | 2023-11-21T07:46:16.905Z | a out/mg-ddm-gz.tar 61253K |
2087 | 2023-11-21T07:46:16.905Z | a out/omicron-sled-agent.tar 109015K |
2088 | 2023-11-21T07:46:16.905Z | a out/target/test 1K |
2089 | 2023-11-21T07:46:16.905Z | a out/npuzone/npuzone 36505K |
2090 | 2023-11-21T07:46:16.905Z | a package-manifest.toml 22K |
2091 | 2023-11-21T07:46:16.905Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2092 | 2023-11-21T07:46:16.905Z | a target/release/omicron-package 41520K |
2093 | 2023-11-21T07:46:16.905Z | a tools/create_virtual_hardware.sh 4K |
2094 | 2023-11-21T07:46:16.905Z | a tools/virtual_hardware.sh 4K |
2095 | 2023-11-21T07:46:16.905Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2096 | 2023-11-21T07:46:16.905Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2097 | 2023-11-21T07:46:16.905Z | a tools/scrimlet/softnpu-init.sh 3K |
2098 | 2023-11-21T07:46:16.905Z | a tools/scrimlet/softnpu-zone.txt 1K |
2099 | 2023-11-21T07:46:16.905Z | a tools/scrimlet/softnpu.toml 1K |
2100 | 2023-11-21T07:46:16.908Z | |
2101 | 2023-11-21T07:46:16.908Z | real 13.301755584 |
2102 | 2023-11-21T07:46:16.908Z | user 12.614294177 |
2103 | 2023-11-21T07:46:16.908Z | sys 1.139227224 |
2104 | 2023-11-21T07:46:16.908Z | trap 0.004283951 |
2105 | 2023-11-21T07:46:16.908Z | tflt 0.000000000 |
2106 | 2023-11-21T07:46:16.908Z | dflt 0.000000000 |
2107 | 2023-11-21T07:46:16.908Z | kflt 0.000000000 |
2108 | 2023-11-21T07:46:16.908Z | lock 0.000000000 |
2109 | 2023-11-21T07:46:16.908Z | slp 12.348118440 |
2110 | 2023-11-21T07:46:16.908Z | lat 0.494135977 |
2111 | 2023-11-21T07:46:16.908Z | stop 0.000227503 |
2112 | 2023-11-21T07:46:16.912Z | ++ pwd |
2113 | 2023-11-21T07:46:16.912Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2114 | 2023-11-21T07:46:16.912Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2115 | 2023-11-21T07:46:16.915Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2116 | 2023-11-21T07:46:17.973Z | Finished release [optimized] target(s) in 0.97s |
2117 | 2023-11-21T07:46:18.002Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2118 | 2023-11-21T07:46:18.042Z | Created new build target 'host' and set it as active |
2119 | 2023-11-21T07:46:18.045Z | |
2120 | 2023-11-21T07:46:18.045Z | real 1.125013386 |
2121 | 2023-11-21T07:46:18.045Z | user 0.791783709 |
2122 | 2023-11-21T07:46:18.045Z | sys 0.333955992 |
2123 | 2023-11-21T07:46:18.045Z | trap 0.000093625 |
2124 | 2023-11-21T07:46:18.045Z | tflt 0.000000000 |
2125 | 2023-11-21T07:46:18.048Z | dflt 0.000011345 |
2126 | 2023-11-21T07:46:18.048Z | kflt 0.000000000 |
2127 | 2023-11-21T07:46:18.048Z | lock 0.034219637 |
2128 | 2023-11-21T07:46:18.048Z | slp 0.020259595 |
2129 | 2023-11-21T07:46:18.048Z | lat 0.002020663 |
2130 | 2023-11-21T07:46:18.048Z | stop 0.000218284 |
2131 | 2023-11-21T07:46:18.048Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2132 | 2023-11-21T07:46:19.089Z | Finished release [optimized] target(s) in 0.95s |
2133 | 2023-11-21T07:46:19.119Z | Running `target/release/omicron-package -t host package` |
2134 | 2023-11-21T07:46:19.163Z | Nov 21 07:46:19.161 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2135 | 2023-11-21T07:46:20.213Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2136 | 2023-11-21T07:50:00.031Z | Finished release [optimized] target(s) in 3m 40s |
2137 | 2023-11-21T07:51:24.954Z | |
2138 | 2023-11-21T07:51:24.971Z | real 5:06.925739303 |
2139 | 2023-11-21T07:51:24.971Z | user 20:25.296184245 |
2140 | 2023-11-21T07:51:24.971Z | sys 1:10.102858729 |
2141 | 2023-11-21T07:51:24.971Z | trap 0.590528505 |
2142 | 2023-11-21T07:51:24.971Z | tflt 0.050314336 |
2143 | 2023-11-21T07:51:24.971Z | dflt 2.087873205 |
2144 | 2023-11-21T07:51:24.971Z | kflt 0.000000000 |
2145 | 2023-11-21T07:51:24.971Z | lock 1:13:15.910255364 |
2146 | 2023-11-21T07:51:24.971Z | slp 17:50.017752366 |
2147 | 2023-11-21T07:51:24.971Z | lat 9.243949794 |
2148 | 2023-11-21T07:51:24.971Z | stop 0.600214620 |
2149 | 2023-11-21T07:51:24.971Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2150 | 2023-11-21T07:51:24.971Z | + for package in "$@" |
2151 | 2023-11-21T07:51:24.971Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2152 | 2023-11-21T07:51:24.971Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git5e7991fe98d |
2153 | 2023-11-21T07:51:26.021Z | Finished release [optimized] target(s) in 0.98s |
2154 | 2023-11-21T07:51:26.050Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git5e7991fe98d` |
2155 | 2023-11-21T07:51:26.090Z | Nov 21 07:51:26.093 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2156 | 2023-11-21T07:51:26.603Z | Created: out/versioned/omicron-sled-agent.tar |
2157 | 2023-11-21T07:51:26.610Z | + for package in "$@" |
2158 | 2023-11-21T07:51:26.610Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2159 | 2023-11-21T07:51:26.610Z | + echo 0.0.0 |
2160 | 2023-11-21T07:51:26.610Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2161 | 2023-11-21T07:51:26.619Z | a VERSION 1K |
2162 | 2023-11-21T07:51:26.619Z | + rm VERSION |
2163 | 2023-11-21T07:51:26.619Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git5e7991fe98d |
2164 | 2023-11-21T07:51:27.661Z | Finished release [optimized] target(s) in 0.96s |
2165 | 2023-11-21T07:51:27.692Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git5e7991fe98d` |
2166 | 2023-11-21T07:51:27.738Z | Nov 21 07:51:27.735 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2167 | 2023-11-21T07:51:28.041Z | Created: out/versioned/mg-ddm-gz.tar |
2168 | 2023-11-21T07:51:28.046Z | + for package in "$@" |
2169 | 2023-11-21T07:51:28.046Z | + [[ propolis-server == mg-ddm-gz ]] |
2170 | 2023-11-21T07:51:28.046Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git5e7991fe98d |
2171 | 2023-11-21T07:51:29.079Z | Finished release [optimized] target(s) in 0.95s |
2172 | 2023-11-21T07:51:29.108Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git5e7991fe98d` |
2173 | 2023-11-21T07:51:29.150Z | Nov 21 07:51:29.151 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2174 | 2023-11-21T07:51:30.897Z | Created: out/versioned/propolis-server.tar.gz |
2175 | 2023-11-21T07:51:30.902Z | + for package in "$@" |
2176 | 2023-11-21T07:51:30.902Z | + [[ overlay == mg-ddm-gz ]] |
2177 | 2023-11-21T07:51:30.902Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git5e7991fe98d |
2178 | 2023-11-21T07:51:32.036Z | Finished release [optimized] target(s) in 1.03s |
2179 | 2023-11-21T07:51:32.050Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git5e7991fe98d` |
2180 | 2023-11-21T07:51:32.081Z | Nov 21 07:51:32.084 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2181 | 2023-11-21T07:51:32.084Z | Created: out/versioned/overlay.tar.gz |
2182 | 2023-11-21T07:51:32.087Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2183 | 2023-11-21T07:51:32.098Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2184 | 2023-11-21T07:51:32.100Z | ++ cd -- ./tools |
2185 | 2023-11-21T07:51:32.100Z | ++ pwd |
2186 | 2023-11-21T07:51:32.103Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2187 | 2023-11-21T07:51:32.103Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2188 | 2023-11-21T07:51:32.106Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2189 | 2023-11-21T07:51:32.108Z | ++ readlink -f /work |
2190 | 2023-11-21T07:51:32.111Z | + out_dir=/work |
2191 | 2023-11-21T07:51:32.111Z | + 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") |
2192 | 2023-11-21T07:51:32.111Z | + for dep in "${deps[@]}" |
2193 | 2023-11-21T07:51:32.111Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2194 | 2023-11-21T07:51:32.111Z | + for dep in "${deps[@]}" |
2195 | 2023-11-21T07:51:32.111Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2196 | 2023-11-21T07:51:32.111Z | + for dep in "${deps[@]}" |
2197 | 2023-11-21T07:51:32.111Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2198 | 2023-11-21T07:51:32.111Z | + for dep in "${deps[@]}" |
2199 | 2023-11-21T07:51:32.111Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2200 | 2023-11-21T07:51:32.111Z | ++ mktemp -d |
2201 | 2023-11-21T07:51:32.114Z | + tmp_gz=/tmp/tmp.tWaayh |
2202 | 2023-11-21T07:51:32.114Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2203 | 2023-11-21T07:51:32.114Z | + echo '{"v":"1","t":"layer"}' |
2204 | 2023-11-21T07:51:32.114Z | + pkg_dir=/tmp/tmp.tWaayh/root/opt/oxide/sled-agent |
2205 | 2023-11-21T07:51:32.114Z | + mkdir -p /tmp/tmp.tWaayh/root/opt/oxide/sled-agent |
2206 | 2023-11-21T07:51:32.117Z | + cd /tmp/tmp.tWaayh/root/opt/oxide/sled-agent |
2207 | 2023-11-21T07:51:32.117Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2208 | 2023-11-21T07:51:32.291Z | x ., 0 bytes, 0 tape blocks |
2209 | 2023-11-21T07:51:32.292Z | x zone-bundle, 41033744 bytes, 80145 tape blocks |
2210 | 2023-11-21T07:51:32.292Z | x sled-agent, 70606552 bytes, 137904 tape blocks |
2211 | 2023-11-21T07:51:32.292Z | x pkg, 0 bytes, 0 tape blocks |
2212 | 2023-11-21T07:51:32.292Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2213 | 2023-11-21T07:51:32.292Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2214 | 2023-11-21T07:51:32.292Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2215 | 2023-11-21T07:51:32.292Z | x VERSION, 25 bytes, 1 tape blocks |
2216 | 2023-11-21T07:51:32.295Z | + mkdir -p /tmp/tmp.tWaayh/root/lib/svc/manifest/site/ |
2217 | 2023-11-21T07:51:32.295Z | + mv pkg/manifest.xml /tmp/tmp.tWaayh/root/lib/svc/manifest/site/sled-agent.xml |
2218 | 2023-11-21T07:51:32.295Z | + cd - |
2219 | 2023-11-21T07:51:32.295Z | /work/oxidecomputer/omicron |
2220 | 2023-11-21T07:51:32.295Z | + pkg_dir=/tmp/tmp.tWaayh/root/opt/oxide/mg-ddm |
2221 | 2023-11-21T07:51:32.295Z | + mkdir -p /tmp/tmp.tWaayh/root/opt/oxide/mg-ddm |
2222 | 2023-11-21T07:51:32.295Z | + cd /tmp/tmp.tWaayh/root/opt/oxide/mg-ddm |
2223 | 2023-11-21T07:51:32.295Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2224 | 2023-11-21T07:51:32.310Z | x ., 0 bytes, 0 tape blocks |
2225 | 2023-11-21T07:51:32.310Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2226 | 2023-11-21T07:51:32.310Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2227 | 2023-11-21T07:51:32.310Z | x pkg, 0 bytes, 0 tape blocks |
2228 | 2023-11-21T07:51:32.310Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2229 | 2023-11-21T07:51:32.310Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2230 | 2023-11-21T07:51:32.310Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2231 | 2023-11-21T07:51:32.310Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2232 | 2023-11-21T07:51:32.310Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2233 | 2023-11-21T07:51:32.310Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2234 | 2023-11-21T07:51:32.310Z | x VERSION, 25 bytes, 1 tape blocks |
2235 | 2023-11-21T07:51:32.313Z | + cd - |
2236 | 2023-11-21T07:51:32.313Z | /work/oxidecomputer/omicron |
2237 | 2023-11-21T07:51:32.313Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.tWaayh/root/opt/oxide |
2238 | 2023-11-21T07:51:32.429Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.tWaayh/root/opt/oxide |
2239 | 2023-11-21T07:51:32.432Z | + cd /tmp/tmp.tWaayh |
2240 | 2023-11-21T07:51:32.432Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2241 | 2023-11-21T07:51:43.947Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2242 | 2023-11-21T07:51:43.947Z | a oxide.json 1K |
2243 | 2023-11-21T07:51:43.948Z | a root/ 0K |
2244 | 2023-11-21T07:51:43.948Z | a root/opt/ 0K |
2245 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/ 0K |
2246 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/sled-agent/ 0K |
2247 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/sled-agent/zone-bundle 40073K |
2248 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/sled-agent/sled-agent 68952K |
2249 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2250 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2251 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2252 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/sled-agent/VERSION 1K |
2253 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/ 0K |
2254 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2255 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2256 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2257 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2258 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2259 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2260 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2261 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2262 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2263 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2264 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2265 | 2023-11-21T07:51:43.948Z | a root/opt/oxide/overlay.tar.gz 2K |
2266 | 2023-11-21T07:51:43.949Z | a root/lib/ 0K |
2267 | 2023-11-21T07:51:43.949Z | a root/lib/svc/ 0K |
2268 | 2023-11-21T07:51:43.949Z | a root/lib/svc/manifest/ 0K |
2269 | 2023-11-21T07:51:43.949Z | a root/lib/svc/manifest/site/ 0K |
2270 | 2023-11-21T07:51:43.949Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2271 | 2023-11-21T07:51:43.953Z | + cd / |
2272 | 2023-11-21T07:51:43.953Z | + rm -rf /tmp/tmp.tWaayh |
2273 | 2023-11-21T07:51:43.994Z | |
2274 | 2023-11-21T07:51:43.994Z | real 11.903426330 |
2275 | 2023-11-21T07:51:43.994Z | user 10.954883143 |
2276 | 2023-11-21T07:51:43.994Z | sys 1.008853695 |
2277 | 2023-11-21T07:51:43.994Z | trap 0.002519483 |
2278 | 2023-11-21T07:51:43.994Z | tflt 0.000000000 |
2279 | 2023-11-21T07:51:43.994Z | dflt 0.000000000 |
2280 | 2023-11-21T07:51:43.994Z | kflt 0.000000000 |
2281 | 2023-11-21T07:51:43.994Z | lock 0.000000000 |
2282 | 2023-11-21T07:51:43.994Z | slp 22.900856542 |
2283 | 2023-11-21T07:51:43.998Z | lat 0.439862321 |
2284 | 2023-11-21T07:51:43.998Z | stop 0.000306254 |
2285 | 2023-11-21T07:51:43.998Z | + mkdir -p /work/zones |
2286 | 2023-11-21T07:51:43.998Z | + 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) |
2287 | 2023-11-21T07:51:43.998Z | + 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/ |
2288 | 2023-11-21T07:51:47.701Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2289 | 2023-11-21T07:51:48.834Z | Finished release [optimized] target(s) in 1.03s |
2290 | 2023-11-21T07:51:48.862Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2291 | 2023-11-21T07:51:48.907Z | Created new build target 'recovery' and set it as active |
2292 | 2023-11-21T07:51:48.913Z | |
2293 | 2023-11-21T07:51:48.913Z | real 1.200216590 |
2294 | 2023-11-21T07:51:48.913Z | user 0.848308505 |
2295 | 2023-11-21T07:51:48.913Z | sys 0.349179706 |
2296 | 2023-11-21T07:51:48.914Z | trap 0.000817391 |
2297 | 2023-11-21T07:51:48.914Z | tflt 0.000038961 |
2298 | 2023-11-21T07:51:48.914Z | dflt 0.000036900 |
2299 | 2023-11-21T07:51:48.914Z | kflt 0.000000000 |
2300 | 2023-11-21T07:51:48.914Z | lock 0.038900654 |
2301 | 2023-11-21T07:51:48.914Z | slp 0.022367375 |
2302 | 2023-11-21T07:51:48.914Z | lat 0.004430667 |
2303 | 2023-11-21T07:51:48.914Z | stop 0.000712323 |
2304 | 2023-11-21T07:51:48.914Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2305 | 2023-11-21T07:51:50.039Z | Finished release [optimized] target(s) in 1.04s |
2306 | 2023-11-21T07:51:50.070Z | Running `target/release/omicron-package -t recovery package` |
2307 | 2023-11-21T07:51:50.109Z | Nov 21 07:51:50.112 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2308 | 2023-11-21T07:51:51.083Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2309 | 2023-11-21T07:51:54.997Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2310 | 2023-11-21T07:52:28.328Z | Finished release [optimized] target(s) in 38.12s |
2311 | 2023-11-21T07:52:44.269Z | |
2312 | 2023-11-21T07:52:44.273Z | real 55.356657018 |
2313 | 2023-11-21T07:52:44.273Z | user 2:27.926662765 |
2314 | 2023-11-21T07:52:44.273Z | sys 14.494959973 |
2315 | 2023-11-21T07:52:44.273Z | trap 0.080992491 |
2316 | 2023-11-21T07:52:44.273Z | tflt 0.107915744 |
2317 | 2023-11-21T07:52:44.273Z | dflt 1.103103528 |
2318 | 2023-11-21T07:52:44.273Z | kflt 0.000014086 |
2319 | 2023-11-21T07:52:44.273Z | lock 12:06.089603302 |
2320 | 2023-11-21T07:52:44.273Z | slp 2:38.863570516 |
2321 | 2023-11-21T07:52:44.273Z | lat 1.840122743 |
2322 | 2023-11-21T07:52:44.273Z | stop 0.182576296 |
2323 | 2023-11-21T07:52:44.273Z | + stamp_packages installinator mg-ddm-gz |
2324 | 2023-11-21T07:52:44.273Z | + for package in "$@" |
2325 | 2023-11-21T07:52:44.273Z | + [[ installinator == mg-ddm-gz ]] |
2326 | 2023-11-21T07:52:44.273Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git5e7991fe98d |
2327 | 2023-11-21T07:52:45.343Z | Finished release [optimized] target(s) in 0.98s |
2328 | 2023-11-21T07:52:45.378Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git5e7991fe98d` |
2329 | 2023-11-21T07:52:45.421Z | Nov 21 07:52:45.422 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2330 | 2023-11-21T07:52:45.555Z | Created: out/versioned/installinator.tar |
2331 | 2023-11-21T07:52:45.574Z | + for package in "$@" |
2332 | 2023-11-21T07:52:45.574Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2333 | 2023-11-21T07:52:45.575Z | + echo 0.0.0 |
2334 | 2023-11-21T07:52:45.575Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2335 | 2023-11-21T07:52:45.575Z | a VERSION 1K |
2336 | 2023-11-21T07:52:45.575Z | + rm VERSION |
2337 | 2023-11-21T07:52:45.575Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git5e7991fe98d |
2338 | 2023-11-21T07:52:46.629Z | Finished release [optimized] target(s) in 0.98s |
2339 | 2023-11-21T07:52:46.660Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git5e7991fe98d` |
2340 | 2023-11-21T07:52:46.701Z | Nov 21 07:52:46.704 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2341 | 2023-11-21T07:52:46.871Z | Created: out/versioned/mg-ddm-gz.tar |
2342 | 2023-11-21T07:52:46.875Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2343 | 2023-11-21T07:52:46.888Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2344 | 2023-11-21T07:52:46.891Z | ++ cd -- ./tools |
2345 | 2023-11-21T07:52:46.891Z | ++ pwd |
2346 | 2023-11-21T07:52:46.891Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2347 | 2023-11-21T07:52:46.894Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2348 | 2023-11-21T07:52:46.896Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2349 | 2023-11-21T07:52:46.896Z | ++ readlink -f /work |
2350 | 2023-11-21T07:52:46.899Z | + out_dir=/work |
2351 | 2023-11-21T07:52:46.899Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2352 | 2023-11-21T07:52:46.899Z | + for dep in "${deps[@]}" |
2353 | 2023-11-21T07:52:46.899Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2354 | 2023-11-21T07:52:46.899Z | + for dep in "${deps[@]}" |
2355 | 2023-11-21T07:52:46.899Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2356 | 2023-11-21T07:52:46.899Z | ++ mktemp -d |
2357 | 2023-11-21T07:52:46.902Z | + tmp_trampoline=/tmp/tmp.4aayCh |
2358 | 2023-11-21T07:52:46.902Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2359 | 2023-11-21T07:52:46.902Z | + echo '{"v":"1","t":"layer"}' |
2360 | 2023-11-21T07:52:46.902Z | + pkg_dir=/tmp/tmp.4aayCh/root/opt/oxide/installinator |
2361 | 2023-11-21T07:52:46.902Z | + mkdir -p /tmp/tmp.4aayCh/root/opt/oxide/installinator |
2362 | 2023-11-21T07:52:46.905Z | + cd /tmp/tmp.4aayCh/root/opt/oxide/installinator |
2363 | 2023-11-21T07:52:46.905Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2364 | 2023-11-21T07:52:46.961Z | x ., 0 bytes, 0 tape blocks |
2365 | 2023-11-21T07:52:46.961Z | x installinator, 52219744 bytes, 101992 tape blocks |
2366 | 2023-11-21T07:52:46.961Z | x pkg, 0 bytes, 0 tape blocks |
2367 | 2023-11-21T07:52:46.961Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2368 | 2023-11-21T07:52:46.961Z | x VERSION, 25 bytes, 1 tape blocks |
2369 | 2023-11-21T07:52:46.964Z | + mkdir -p /tmp/tmp.4aayCh/root/lib/svc/manifest/site/ |
2370 | 2023-11-21T07:52:46.967Z | + mv pkg/manifest.xml /tmp/tmp.4aayCh/root/lib/svc/manifest/site/installinator.xml |
2371 | 2023-11-21T07:52:46.970Z | + cd - |
2372 | 2023-11-21T07:52:46.970Z | /work/oxidecomputer/omicron |
2373 | 2023-11-21T07:52:46.970Z | + pkg_dir=/tmp/tmp.4aayCh/root/opt/oxide/mg-ddm |
2374 | 2023-11-21T07:52:46.970Z | + mkdir -p /tmp/tmp.4aayCh/root/opt/oxide/mg-ddm |
2375 | 2023-11-21T07:52:46.970Z | + cd /tmp/tmp.4aayCh/root/opt/oxide/mg-ddm |
2376 | 2023-11-21T07:52:46.973Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2377 | 2023-11-21T07:52:47.041Z | x ., 0 bytes, 0 tape blocks |
2378 | 2023-11-21T07:52:47.041Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2379 | 2023-11-21T07:52:47.041Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2380 | 2023-11-21T07:52:47.041Z | x pkg, 0 bytes, 0 tape blocks |
2381 | 2023-11-21T07:52:47.041Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2382 | 2023-11-21T07:52:47.041Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2383 | 2023-11-21T07:52:47.041Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2384 | 2023-11-21T07:52:47.041Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2385 | 2023-11-21T07:52:47.041Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2386 | 2023-11-21T07:52:47.041Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2387 | 2023-11-21T07:52:47.041Z | x VERSION, 25 bytes, 1 tape blocks |
2388 | 2023-11-21T07:52:47.046Z | + cd - |
2389 | 2023-11-21T07:52:47.046Z | /work/oxidecomputer/omicron |
2390 | 2023-11-21T07:52:47.046Z | + cd /tmp/tmp.4aayCh |
2391 | 2023-11-21T07:52:47.046Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2392 | 2023-11-21T07:52:53.054Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2393 | 2023-11-21T07:52:53.054Z | a oxide.json 1K |
2394 | 2023-11-21T07:52:53.054Z | a root/ 0K |
2395 | 2023-11-21T07:52:53.054Z | a root/opt/ 0K |
2396 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/ 0K |
2397 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/installinator/ 0K |
2398 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/installinator/installinator 50996K |
2399 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/installinator/pkg/ 0K |
2400 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/installinator/VERSION 1K |
2401 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/mg-ddm/ 0K |
2402 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2403 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2404 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2405 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2406 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2407 | 2023-11-21T07:52:53.054Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2408 | 2023-11-21T07:52:53.055Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2409 | 2023-11-21T07:52:53.055Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2410 | 2023-11-21T07:52:53.055Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2411 | 2023-11-21T07:52:53.055Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2412 | 2023-11-21T07:52:53.055Z | a root/lib/ 0K |
2413 | 2023-11-21T07:52:53.055Z | a root/lib/svc/ 0K |
2414 | 2023-11-21T07:52:53.055Z | a root/lib/svc/manifest/ 0K |
2415 | 2023-11-21T07:52:53.055Z | a root/lib/svc/manifest/site/ 0K |
2416 | 2023-11-21T07:52:53.055Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2417 | 2023-11-21T07:52:53.058Z | + cd / |
2418 | 2023-11-21T07:52:53.058Z | + rm -rf /tmp/tmp.4aayCh |
2419 | 2023-11-21T07:52:53.081Z | |
2420 | 2023-11-21T07:52:53.081Z | real 6.201113756 |
2421 | 2023-11-21T07:52:53.081Z | user 5.757038816 |
2422 | 2023-11-21T07:52:53.081Z | sys 0.477841452 |
2423 | 2023-11-21T07:52:53.081Z | trap 0.001535353 |
2424 | 2023-11-21T07:52:53.081Z | tflt 0.000000000 |
2425 | 2023-11-21T07:52:53.081Z | dflt 0.000000000 |
2426 | 2023-11-21T07:52:53.081Z | kflt 0.000000000 |
2427 | 2023-11-21T07:52:53.081Z | lock 0.000000000 |
2428 | 2023-11-21T07:52:53.081Z | slp 11.948872166 |
2429 | 2023-11-21T07:52:53.081Z | lat 0.217093968 |
2430 | 2023-11-21T07:52:53.081Z | stop 0.000306025 |
2431 | 2023-11-21T07:52:53.084Z | process exited: duration 2331898 ms, exit code 0 |
|
2432 | 2023-11-21T07:52:53.099Z | found 21 output files |
2433 | 2023-11-21T07:52:53.099Z | uploading: /work/version.txt (26 bytes) |
2434 | 2023-11-21T07:52:54.106Z | uploaded: /work/version.txt |
2435 | 2023-11-21T07:52:54.128Z | uploading: /work/package.tar.gz (80039487 bytes) |
2436 | 2023-11-21T07:53:17.435Z | uploaded: /work/package.tar.gz |
2437 | 2023-11-21T07:53:17.435Z | uploading: /work/global-zone-packages.tar.gz (121080711 bytes) |
2438 | 2023-11-21T07:53:55.046Z | uploaded: /work/global-zone-packages.tar.gz |
2439 | 2023-11-21T07:53:55.046Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36507127 bytes) |
2440 | 2023-11-21T07:54:09.611Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2441 | 2023-11-21T07:54:09.611Z | uploading: /work/zones/clickhouse.tar.gz (181750588 bytes) |
2442 | 2023-11-21T07:55:10.222Z | uploaded: /work/zones/clickhouse.tar.gz |
2443 | 2023-11-21T07:55:10.222Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181750983 bytes) |
2444 | 2023-11-21T07:56:27.566Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2445 | 2023-11-21T07:56:27.567Z | uploading: /work/zones/cockroachdb.tar.gz (118824799 bytes) |
2446 | 2023-11-21T07:57:03.315Z | uploaded: /work/zones/cockroachdb.tar.gz |
2447 | 2023-11-21T07:57:03.315Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2448 | 2023-11-21T07:57:08.362Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2449 | 2023-11-21T07:57:08.362Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2450 | 2023-11-21T07:57:17.775Z | uploaded: /work/zones/crucible.tar.gz |
2451 | 2023-11-21T07:57:17.786Z | uploading: /work/zones/external-dns.tar.gz (24174382 bytes) |
2452 | 2023-11-21T07:57:25.211Z | uploaded: /work/zones/external-dns.tar.gz |
2453 | 2023-11-21T07:57:25.222Z | uploading: /work/zones/internal-dns.tar.gz (24174383 bytes) |
2454 | 2023-11-21T07:57:34.312Z | uploaded: /work/zones/internal-dns.tar.gz |
2455 | 2023-11-21T07:57:34.312Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2456 | 2023-11-21T07:57:35.324Z | uploaded: /work/zones/ntp.tar.gz |
2457 | 2023-11-21T07:57:35.336Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18131060 bytes) |
2458 | 2023-11-21T07:57:40.624Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2459 | 2023-11-21T07:57:40.636Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18135565 bytes) |
2460 | 2023-11-21T07:57:45.901Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2461 | 2023-11-21T07:57:45.916Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74371957 bytes) |
2462 | 2023-11-21T07:58:13.796Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2463 | 2023-11-21T07:58:13.796Z | uploading: /work/zones/omicron-nexus.tar.gz (74371729 bytes) |
2464 | 2023-11-21T07:58:37.036Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2465 | 2023-11-21T07:58:37.039Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2466 | 2023-11-21T07:58:38.046Z | uploaded: /work/zones/overlay.tar.gz |
2467 | 2023-11-21T07:58:38.046Z | uploading: /work/zones/oximeter-collector.tar.gz (34048787 bytes) |
2468 | 2023-11-21T07:58:49.377Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2469 | 2023-11-21T07:58:49.388Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2470 | 2023-11-21T07:59:12.921Z | uploaded: /work/zones/propolis-server.tar.gz |
2471 | 2023-11-21T07:59:12.921Z | uploading: /work/zones/switch-asic.tar.gz (247401749 bytes) |
2472 | 2023-11-21T08:00:30.206Z | uploaded: /work/zones/switch-asic.tar.gz |
2473 | 2023-11-21T08:00:30.206Z | uploading: /work/zones/switch-softnpu.tar.gz (171369593 bytes) |
2474 | 2023-11-21T08:01:21.041Z | uploaded: /work/zones/switch-softnpu.tar.gz |