|
|
|
1 | 2023-12-09T05:54:25.528Z | job assigned to worker 01HH6J53H97SGE767BWX2RA5S4 (queued for 1 m 56 s) |
|
2 | 2023-12-09T05:54:26.708Z | starting task 0: "setup" |
3 | 2023-12-09T05:54:27.350Z | ++ uname -s |
4 | 2023-12-09T05:54:27.351Z | + kern=SunOS |
5 | 2023-12-09T05:54:27.351Z | + case "$kern" in |
6 | 2023-12-09T05:54:27.351Z | + groupadd -g 12345 build |
7 | 2023-12-09T05:54:27.351Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-09T05:54:29.806Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-09T05:54:32.096Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-09T05:54:32.097Z | + home_fs=zfs |
11 | 2023-12-09T05:54:32.097Z | + [[ zfs == autofs ]] |
12 | 2023-12-09T05:54:32.097Z | + mkdir -p /home/build |
13 | 2023-12-09T05:54:32.098Z | + chown build:build /home/build /work |
14 | 2023-12-09T05:54:32.865Z | + chmod 0700 /home/build /work |
15 | 2023-12-09T05:54:32.865Z | process exited: duration 4372 ms, exit code 0 |
|
16 | 2023-12-09T05:54:54.216Z | starting task 1: "rust-toolchain" |
17 | 2023-12-09T05:54:54.535Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-09T05:54:54.535Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-09T05:54:54.535Z | info: downloading installer |
20 | 2023-12-09T05:54:54.535Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-09T05:54:54.536Z | warning: /opt/ooce/bin |
22 | 2023-12-09T05:54:54.853Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-09T05:54:54.853Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-09T05:54:54.853Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-09T05:54:54.853Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-09T05:54:54.854Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-09T05:54:54.854Z | error: cannot install while Rust is installed |
28 | 2023-12-09T05:54:54.855Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-09T05:54:54.855Z | info: profile set to 'default' |
30 | 2023-12-09T05:54:54.855Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-09T05:54:54.855Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-09T05:54:54.855Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-09T05:54:54.855Z | info: downloading component 'cargo' |
34 | 2023-12-09T05:54:54.856Z | info: downloading component 'clippy' |
35 | 2023-12-09T05:54:54.856Z | info: downloading component 'rust-docs' |
36 | 2023-12-09T05:54:54.856Z | info: downloading component 'rust-std' |
37 | 2023-12-09T05:54:54.857Z | info: downloading component 'rustc' |
38 | 2023-12-09T05:54:54.859Z | info: downloading component 'rustfmt' |
39 | 2023-12-09T05:54:54.860Z | info: installing component 'cargo' |
40 | 2023-12-09T05:54:54.860Z | info: installing component 'clippy' |
41 | 2023-12-09T05:54:54.863Z | info: installing component 'rust-docs' |
42 | 2023-12-09T05:54:54.864Z | info: installing component 'rust-std' |
43 | 2023-12-09T05:54:56.705Z | info: installing component 'rustc' |
44 | 2023-12-09T05:55:05.167Z | info: installing component 'rustfmt' |
45 | 2023-12-09T05:55:05.355Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-09T05:55:05.355Z | |
47 | 2023-12-09T05:55:05.916Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-09T05:55:05.917Z | |
49 | 2023-12-09T05:55:05.940Z | |
50 | 2023-12-09T05:55:05.940Z | Rust is installed now. Great! |
51 | 2023-12-09T05:55:05.940Z | |
52 | 2023-12-09T05:55:05.940Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-09T05:55:05.940Z | environment variable. This has not been done automatically. |
54 | 2023-12-09T05:55:05.941Z | |
55 | 2023-12-09T05:55:05.941Z | To configure your current shell, run: |
56 | 2023-12-09T05:55:05.941Z | source "$HOME/.cargo/env" |
57 | 2023-12-09T05:55:05.941Z | + rustc --version |
58 | 2023-12-09T05:55:05.941Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-09T05:55:05.941Z | process exited: duration 31100 ms, exit code 0 |
|
60 | 2023-12-09T05:55:06.438Z | starting task 2: "authentication" |
61 | 2023-12-09T05:55:06.976Z | process exited: duration 115 ms, exit code 0 |
|
62 | 2023-12-09T05:55:07.009Z | starting task 3: "clone repository" |
63 | 2023-12-09T05:55:08.281Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-09T05:55:08.281Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-09T05:55:08.281Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-09T05:55:12.642Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-09T05:55:12.642Z | + [[ -n renovate/openapiv3-2.x ]] |
68 | 2023-12-09T05:55:12.701Z | + git fetch origin renovate/openapiv3-2.x |
69 | 2023-12-09T05:55:12.966Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-09T05:55:12.966Z | * branch renovate/openapiv3-2.x -> FETCH_HEAD |
71 | 2023-12-09T05:55:12.988Z | + git checkout -B renovate/openapiv3-2.x remotes/origin/renovate/openapiv3-2.x |
72 | 2023-12-09T05:55:13.050Z | Switched to a new branch 'renovate/openapiv3-2.x' |
73 | 2023-12-09T05:55:13.069Z | branch 'renovate/openapiv3-2.x' set up to track 'origin/renovate/openapiv3-2.x'. |
74 | 2023-12-09T05:55:13.069Z | + git reset --hard 6897883d0685203ebb835213cc736590df67b6c4 |
75 | 2023-12-09T05:55:13.194Z | HEAD is now at 6897883d Update Rust crate openapiv3 to 2.0.0 |
76 | 2023-12-09T05:55:13.208Z | process exited: duration 6186 ms, exit code 0 |
|
77 | 2023-12-09T05:55:13.235Z | starting task 4: "build" |
78 | 2023-12-09T05:55:13.248Z | + cargo --version |
79 | 2023-12-09T05:55:13.271Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-09T05:55:13.451Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-09T05:55:13.887Z | info: downloading component 'cargo' |
82 | 2023-12-09T05:55:14.145Z | info: downloading component 'clippy' |
83 | 2023-12-09T05:55:14.379Z | info: downloading component 'rust-docs' |
84 | 2023-12-09T05:55:15.229Z | info: downloading component 'rust-std' |
85 | 2023-12-09T05:55:16.669Z | info: downloading component 'rustc' |
86 | 2023-12-09T05:55:20.157Z | info: downloading component 'rustfmt' |
87 | 2023-12-09T05:55:20.405Z | info: installing component 'cargo' |
88 | 2023-12-09T05:55:22.236Z | info: installing component 'clippy' |
89 | 2023-12-09T05:55:22.426Z | info: installing component 'rust-docs' |
90 | 2023-12-09T05:55:25.451Z | info: installing component 'rust-std' |
91 | 2023-12-09T05:55:28.035Z | info: installing component 'rustc' |
92 | 2023-12-09T05:55:34.165Z | info: installing component 'rustfmt' |
93 | 2023-12-09T05:55:34.703Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-09T05:55:34.708Z | + rustc --version |
95 | 2023-12-09T05:55:34.863Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-09T05:55:34.871Z | ++ git rev-parse HEAD |
97 | 2023-12-09T05:55:34.876Z | + COMMIT=6897883d0685203ebb835213cc736590df67b6c4 |
98 | 2023-12-09T05:55:34.876Z | + VERSION=5.0.0-0.ci+git6897883d068 |
99 | 2023-12-09T05:55:34.876Z | + echo 5.0.0-0.ci+git6897883d068 |
100 | 2023-12-09T05:55:34.877Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-09T05:55:50.909Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-09T05:55:50.909Z | Startup: Caching catalogs ... Done |
103 | 2023-12-09T05:55:51.557Z | Planning: Solver setup ... Done (6.641s) |
104 | 2023-12-09T05:55:51.600Z | Planning: Running solver ... Done (0.150s) |
105 | 2023-12-09T05:55:51.711Z | Planning: Finding local manifests ... Done (0.005s) |
106 | 2023-12-09T05:55:51.712Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-09T05:55:52.714Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-09T05:55:53.960Z | Planning: Package planning ... Done (0.090s) |
109 | 2023-12-09T05:55:53.961Z | Planning: Merging actions ... Done (0.087s) |
110 | 2023-12-09T05:55:53.961Z | Planning: Checking for conflicting actions ... Done (0.626s) |
111 | 2023-12-09T05:55:53.961Z | Planning: Consolidating action changes ... Done (0.018s) |
112 | 2023-12-09T05:55:56.075Z | Planning: Evaluating mediators ... Done (2.974s) |
113 | 2023-12-09T05:55:56.192Z | Planning: Planning completed in 11.82 seconds |
114 | 2023-12-09T05:55:56.707Z | Packages to install: 4 |
115 | 2023-12-09T05:55:57.190Z | Packages to update: 2 |
116 | 2023-12-09T05:55:57.191Z | Mediators to change: 2 |
117 | 2023-12-09T05:55:57.191Z | Services to change: 1 |
118 | 2023-12-09T05:55:57.194Z | Estimated space available: 148.88 GB |
119 | 2023-12-09T05:55:57.194Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-09T05:55:57.194Z | Create boot environment: No |
121 | 2023-12-09T05:55:57.194Z | Create backup boot environment: Yes |
122 | 2023-12-09T05:55:57.194Z | Rebuild boot archive: No |
123 | 2023-12-09T05:55:57.195Z | |
124 | 2023-12-09T05:55:57.195Z | Changed mediators: |
125 | 2023-12-09T05:55:57.195Z | mediator clang: |
126 | 2023-12-09T05:55:57.195Z | version: None -> 15 (system default) |
127 | 2023-12-09T05:55:57.195Z | |
128 | 2023-12-09T05:55:57.196Z | mediator llvm: |
129 | 2023-12-09T05:55:57.196Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-09T05:55:57.196Z | |
131 | 2023-12-09T05:55:57.196Z | Changed packages: |
132 | 2023-12-09T05:55:57.196Z | helios-dev |
133 | 2023-12-09T05:55:57.197Z | developer/build-essential |
134 | 2023-12-09T05:55:57.197Z | None -> 11-2.0 |
135 | 2023-12-09T05:55:57.197Z | library/libxmlsec1 |
136 | 2023-12-09T05:55:57.197Z | None -> 1.2.35-2.0 |
137 | 2023-12-09T05:55:57.197Z | ooce/developer/clang-15 |
138 | 2023-12-09T05:55:57.197Z | None -> 15.0.7-2.0 |
139 | 2023-12-09T05:55:57.197Z | ooce/developer/llvm-15 |
140 | 2023-12-09T05:55:57.198Z | None -> 15.0.7-2.0 |
141 | 2023-12-09T05:55:57.198Z | system/library/g++-runtime |
142 | 2023-12-09T05:55:57.198Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-09T05:55:57.198Z | system/library/gcc-runtime |
144 | 2023-12-09T05:55:57.198Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-09T05:55:57.198Z | |
146 | 2023-12-09T05:55:57.199Z | Services: |
147 | 2023-12-09T05:55:57.199Z | restart_fmri: |
148 | 2023-12-09T05:55:57.199Z | svc:/system/update-man-index:default |
149 | 2023-12-09T05:55:57.199Z | |
150 | 2023-12-09T05:55:57.199Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-09T05:56:01.412Z | Download: 218/3330 items 1.4/221.1MB 0% complete (278k/s) |
152 | 2023-12-09T05:56:06.422Z | Download: 678/3330 items 18.0/221.1MB 8% complete (1.9M/s) |
153 | 2023-12-09T05:56:11.431Z | Download: 1114/3330 items 29.8/221.1MB 13% complete (2.8M/s) |
154 | 2023-12-09T05:56:18.594Z | Download: 1195/3330 items 83.4/221.1MB 37% complete (7.8M/s) |
155 | 2023-12-09T05:56:23.611Z | Download: 1375/3330 items 111.6/221.1MB 50% complete (2.8M/s) |
156 | 2023-12-09T05:56:28.609Z | Download: 1848/3330 items 118.5/221.1MB 53% complete (3.6M/s) |
157 | 2023-12-09T05:56:34.879Z | Download: 2222/3330 items 119.2/221.1MB 53% complete (2.4M/s) |
158 | 2023-12-09T05:56:40.146Z | Download: 2304/3330 items 119.6/221.1MB 54% complete (98.4k/s) |
159 | 2023-12-09T05:56:45.194Z | Download: 2370/3330 items 119.7/221.1MB 54% complete (59.1k/s) |
160 | 2023-12-09T05:56:50.473Z | Download: 2489/3330 items 120.0/221.1MB 54% complete (49.4k/s) |
161 | 2023-12-09T05:56:55.544Z | Download: 2526/3330 items 120.0/221.1MB 54% complete (35.6k/s) |
162 | 2023-12-09T05:57:00.692Z | Download: 2581/3330 items 120.2/221.1MB 54% complete (27.3k/s) |
163 | 2023-12-09T05:57:05.696Z | Download: 2770/3330 items 120.7/221.1MB 54% complete (58.3k/s) |
164 | 2023-12-09T05:57:18.198Z | Download: 3207/3330 items 178.0/221.1MB 80% complete (5.7M/s) |
165 | 2023-12-09T05:57:19.363Z | Download: 3236/3330 items 201.4/221.1MB 91% complete (8.2M/s) |
166 | 2023-12-09T05:57:22.278Z | Download: 3237/3330 items 202.8/221.1MB 91% complete (8.0M/s) |
167 | 2023-12-09T05:57:34.213Z | Download: 3238/3330 items 202.8/221.1MB 91% complete |
168 | 2023-12-09T05:57:47.134Z | Download: 3243/3330 items 202.8/221.1MB 91% complete |
169 | 2023-12-09T05:57:53.695Z | Download: 3289/3330 items 212.5/221.1MB 96% complete (4.7M/s) |
170 | 2023-12-09T05:57:59.808Z | Download: 3295/3330 items 216.3/221.1MB 97% complete (1.3M/s) |
171 | 2023-12-09T05:58:12.340Z | Download: 3324/3330 items 221.0/221.1MB 99% complete (914k/s) |
172 | 2023-12-09T05:58:12.378Z | Download: Completed 221.11 MB in 136.39 seconds (1.6M/s) |
173 | 2023-12-09T05:58:22.187Z | Actions: 1/3766 actions (Removing old actions) |
174 | 2023-12-09T05:58:22.188Z | Actions: 5/3766 actions (Installing new actions) |
175 | 2023-12-09T05:58:22.659Z | Actions: 3027/3766 actions (Installing new actions) |
176 | 2023-12-09T05:58:23.068Z | Actions: 3729/3766 actions (Updating modified actions) |
177 | 2023-12-09T05:58:23.134Z | Actions: Completed 3766 actions in 8.52 seconds. |
178 | 2023-12-09T05:58:23.134Z | Done (0.106s) |
179 | 2023-12-09T05:58:23.134Z | Done (0.000s) |
180 | 2023-12-09T05:58:23.477Z | Done (0.274s) |
181 | 2023-12-09T05:58:30.818Z | Done (7.360s) |
182 | 2023-12-09T05:58:31.042Z | Done (0.124s) |
183 | 2023-12-09T05:58:31.047Z | Done (0.000s) |
184 | 2023-12-09T05:58:31.267Z | Done (0.000s) |
185 | 2023-12-09T05:58:31.978Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-12-09T05:58:32.260Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-12-09T05:58:32.686Z | Planning: Consolidating action changes ... Done |
188 | 2023-12-09T05:58:32.710Z | Planning: Evaluating mediators ... Done |
189 | 2023-12-09T05:58:32.717Z | Planning: Planning completed in 0.73 seconds |
190 | 2023-12-09T05:58:32.783Z | Mediators to change: 2 |
191 | 2023-12-09T05:58:32.783Z | Create boot environment: No |
192 | 2023-12-09T05:58:32.798Z | Create backup boot environment: No |
193 | 2023-12-09T05:58:32.872Z | Done |
194 | 2023-12-09T05:58:32.872Z | Done |
195 | 2023-12-09T05:58:33.070Z | Done |
196 | 2023-12-09T05:58:38.920Z | Done |
197 | 2023-12-09T05:58:39.048Z | Done |
198 | 2023-12-09T05:58:39.051Z | Done |
199 | 2023-12-09T05:58:39.146Z | Done |
200 | 2023-12-09T05:58:40.147Z | Planning: Evaluating mediator changes ... Done |
201 | 2023-12-09T05:58:40.150Z | Planning: Merging actions ... Done |
202 | 2023-12-09T05:58:40.483Z | Planning: Checking for conflicting actions ... Done |
203 | 2023-12-09T05:58:40.486Z | Planning: Consolidating action changes ... Done |
204 | 2023-12-09T05:58:40.921Z | Planning: Evaluating mediators ... Done |
205 | 2023-12-09T05:58:41.014Z | Planning: Planning completed in 1.29 seconds |
206 | 2023-12-09T05:58:41.074Z | Packages to change: 1 |
207 | 2023-12-09T05:58:41.074Z | Mediators to change: 1 |
208 | 2023-12-09T05:58:41.079Z | Services to change: 1 |
209 | 2023-12-09T05:58:41.079Z | Create boot environment: No |
210 | 2023-12-09T05:58:41.079Z | Create backup boot environment: Yes |
211 | 2023-12-09T05:58:43.259Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2023-12-09T05:58:54.452Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2023-12-09T05:58:54.454Z | Done |
214 | 2023-12-09T05:58:54.454Z | Done |
215 | 2023-12-09T05:58:54.454Z | Done |
216 | 2023-12-09T05:58:55.016Z | Done |
217 | 2023-12-09T05:58:55.016Z | Done |
218 | 2023-12-09T05:58:55.260Z | Done |
219 | 2023-12-09T05:58:55.260Z | Done |
220 | 2023-12-09T05:58:55.260Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2023-12-09T05:58:55.260Z | clang system 15 system |
222 | 2023-12-09T05:58:55.260Z | csh system system illumos |
223 | 2023-12-09T05:58:55.260Z | ctags system system illumos |
224 | 2023-12-09T05:58:55.260Z | gcc vendor 12 vendor |
225 | 2023-12-09T05:58:55.261Z | gcc system 10 system |
226 | 2023-12-09T05:58:55.261Z | gcc system 7 system |
227 | 2023-12-09T05:58:55.261Z | go system 1.20 system |
228 | 2023-12-09T05:58:55.261Z | go system 1.19 system |
229 | 2023-12-09T05:58:55.261Z | llvm system 15 system |
230 | 2023-12-09T05:58:55.261Z | llvm system 14 system |
231 | 2023-12-09T05:58:55.262Z | mariadb system 10.6 system |
232 | 2023-12-09T05:58:55.262Z | mta vendor vendor dma |
233 | 2023-12-09T05:58:55.262Z | openjdk system 17 system |
234 | 2023-12-09T05:58:55.262Z | openjdk system 11 system |
235 | 2023-12-09T05:58:55.262Z | openjdk system 1.8 system |
236 | 2023-12-09T05:58:55.262Z | openssl vendor 3 vendor |
237 | 2023-12-09T05:58:55.263Z | perl system 5.36 system |
238 | 2023-12-09T05:58:55.263Z | postgresql system 15 system |
239 | 2023-12-09T05:58:55.263Z | postgresql system 13 system |
240 | 2023-12-09T05:58:55.263Z | python vendor 3 vendor |
241 | 2023-12-09T05:58:55.263Z | python system 2 system |
242 | 2023-12-09T05:58:55.263Z | python3 system 3.11 system |
243 | 2023-12-09T05:58:55.264Z | ruby system 3.0 system |
244 | 2023-12-09T05:58:55.265Z | words vendor vendor american-english |
245 | 2023-12-09T05:58:55.265Z | words system system australian-english |
246 | 2023-12-09T05:58:55.265Z | words system system british-english |
247 | 2023-12-09T05:58:55.265Z | words system system canadian-english |
248 | 2023-12-09T05:58:55.265Z | words system system french |
249 | 2023-12-09T05:58:55.265Z | words system system italian |
250 | 2023-12-09T05:58:55.265Z | words system system ngerman |
251 | 2023-12-09T05:58:55.265Z | words system system ogerman |
252 | 2023-12-09T05:58:55.266Z | words system system spanish |
253 | 2023-12-09T05:58:55.266Z | FMRI IFO |
254 | 2023-12-09T05:58:55.266Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2023-12-09T05:58:55.266Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2023-12-09T05:58:55.266Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2023-12-09T05:58:55.266Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
258 | 2023-12-09T05:58:55.266Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2023-12-09T05:58:55.266Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
260 | 2023-12-09T05:58:55.267Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
261 | 2023-12-09T05:58:55.267Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
262 | 2023-12-09T05:58:55.267Z | + set -o errexit |
263 | 2023-12-09T05:58:55.267Z | +++ dirname ./tools/ci_download_cockroachdb |
264 | 2023-12-09T05:58:55.267Z | ++ cd ./tools |
265 | 2023-12-09T05:58:55.267Z | ++ pwd |
266 | 2023-12-09T05:58:55.267Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
267 | 2023-12-09T05:58:55.267Z | ++ basename ./tools/ci_download_cockroachdb |
268 | 2023-12-09T05:58:55.267Z | + ARG0=ci_download_cockroachdb |
269 | 2023-12-09T05:58:55.267Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
270 | 2023-12-09T05:58:55.268Z | + CIDL_VERSION=v22.1.9 |
271 | 2023-12-09T05:58:55.268Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
272 | 2023-12-09T05:58:55.268Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
273 | 2023-12-09T05:58:55.268Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
274 | 2023-12-09T05:58:55.268Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-09T05:58:55.268Z | + TARGET_DIR=out |
276 | 2023-12-09T05:58:55.268Z | + DOWNLOAD_DIR=out/downloads |
277 | 2023-12-09T05:58:55.268Z | + DEST_DIR=./out/cockroachdb |
278 | 2023-12-09T05:58:55.268Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
279 | 2023-12-09T05:58:55.270Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
280 | 2023-12-09T05:58:55.270Z | + main |
281 | 2023-12-09T05:58:55.270Z | + [[ 0 != 0 ]] |
282 | 2023-12-09T05:58:55.270Z | + CIDL_OS=solaris2.11 |
283 | 2023-12-09T05:58:55.270Z | + [[ 0 != 0 ]] |
284 | 2023-12-09T05:58:55.270Z | + configure_os solaris2.11 |
285 | 2023-12-09T05:58:55.271Z | + echo 'current directory: /work/oxidecomputer/omicron' |
286 | 2023-12-09T05:58:55.271Z | current directory: /work/oxidecomputer/omicron |
287 | 2023-12-09T05:58:55.271Z | + echo 'configuring based on OS: "solaris2.11"' |
288 | 2023-12-09T05:58:55.271Z | configuring based on OS: "solaris2.11" |
289 | 2023-12-09T05:58:55.271Z | + case "$1" in |
290 | 2023-12-09T05:58:55.271Z | + CIDL_BUILD=illumos |
291 | 2023-12-09T05:58:55.271Z | + CIDL_SUFFIX=tar.gz |
292 | 2023-12-09T05:58:55.271Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-12-09T05:58:55.272Z | + CIDL_MD5FUNC=do_md5sum |
294 | 2023-12-09T05:58:55.273Z | + CIDL_URL_BASE=https://illumos.org/downloads |
295 | 2023-12-09T05:58:55.273Z | + CIDL_ASSEMBLE=do_assemble_illumos |
296 | 2023-12-09T05:58:55.274Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
297 | 2023-12-09T05:58:55.274Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-09T05:58:55.274Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-09T05:58:55.274Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
300 | 2023-12-09T05:58:55.274Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-09T05:58:55.274Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2023-12-09T05:58:55.274Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-09T05:58:55.274Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2023-12-09T05:58:55.274Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-09T05:58:55.274Z | + mkdir -p out/downloads |
306 | 2023-12-09T05:58:55.274Z | + mkdir -p ./out/cockroachdb |
307 | 2023-12-09T05:58:55.274Z | + local DO_DOWNLOAD=true |
308 | 2023-12-09T05:58:55.274Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
309 | 2023-12-09T05:58:55.274Z | + '[' true == true ']' |
310 | 2023-12-09T05:58:55.274Z | + echo Downloading... |
311 | 2023-12-09T05:58:55.274Z | Downloading... |
312 | 2023-12-09T05:58:55.274Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-09T05:58:55.275Z | + 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 |
314 | 2023-12-09T05:58:55.275Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-12-09T05:58:55.275Z | ++ md5sum |
316 | 2023-12-09T05:58:55.275Z | ++ awk '{print $1}' |
317 | 2023-12-09T05:58:55.275Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
318 | 2023-12-09T05:58:55.580Z | + [[ 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 ]] |
319 | 2023-12-09T05:58:55.580Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2023-12-09T05:58:55.581Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
321 | 2023-12-09T05:58:57.121Z | + do_assemble_illumos |
322 | 2023-12-09T05:58:57.121Z | + rm -r ./out/cockroachdb |
323 | 2023-12-09T05:58:57.145Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
324 | 2023-12-09T05:58:57.741Z | + ./out/cockroachdb/bin/cockroach version |
325 | 2023-12-09T05:58:58.082Z | Build Tag: v22.1.9-dirty |
326 | 2023-12-09T05:58:58.084Z | Build Time: 2022/10/26 21:17:46 |
327 | 2023-12-09T05:58:58.084Z | Distribution: OSS |
328 | 2023-12-09T05:58:58.085Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
329 | 2023-12-09T05:58:58.085Z | Go Version: go1.17.13 |
330 | 2023-12-09T05:58:58.085Z | C Compiler: gcc 10.3.0 |
331 | 2023-12-09T05:58:58.085Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
332 | 2023-12-09T05:58:58.085Z | Build Type: release |
333 | 2023-12-09T05:58:58.130Z | + set -o errexit |
334 | 2023-12-09T05:58:58.157Z | +++ dirname ./tools/ci_download_clickhouse |
335 | 2023-12-09T05:58:58.157Z | ++ cd ./tools |
336 | 2023-12-09T05:58:58.158Z | ++ pwd |
337 | 2023-12-09T05:58:58.158Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
338 | 2023-12-09T05:58:58.158Z | ++ basename ./tools/ci_download_clickhouse |
339 | 2023-12-09T05:58:58.158Z | + ARG0=ci_download_clickhouse |
340 | 2023-12-09T05:58:58.158Z | + TARGET_DIR=out |
341 | 2023-12-09T05:58:58.165Z | + DOWNLOAD_DIR=out/downloads |
342 | 2023-12-09T05:58:58.165Z | + DEST_DIR=./out/clickhouse |
343 | 2023-12-09T05:58:58.165Z | + CIDL_VERSION=v22.8.9.24 |
344 | 2023-12-09T05:58:58.165Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
345 | 2023-12-09T05:58:58.166Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
346 | 2023-12-09T05:58:58.166Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
347 | 2023-12-09T05:58:58.166Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
348 | 2023-12-09T05:58:58.167Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
349 | 2023-12-09T05:58:58.167Z | + main |
350 | 2023-12-09T05:58:58.167Z | + [[ 0 != 0 ]] |
351 | 2023-12-09T05:58:58.167Z | + CIDL_OS=solaris2.11 |
352 | 2023-12-09T05:58:58.167Z | + [[ 0 != 0 ]] |
353 | 2023-12-09T05:58:58.167Z | + configure_os solaris2.11 |
354 | 2023-12-09T05:58:58.168Z | + echo 'current directory: /work/oxidecomputer/omicron' |
355 | 2023-12-09T05:58:58.168Z | current directory: /work/oxidecomputer/omicron |
356 | 2023-12-09T05:58:58.168Z | + echo 'configuring based on OS: "solaris2.11"' |
357 | 2023-12-09T05:58:58.168Z | + CIDL_DASHREV= |
358 | 2023-12-09T05:58:58.168Z | configuring based on OS: "solaris2.11" |
359 | 2023-12-09T05:58:58.168Z | + case "$1" in |
360 | 2023-12-09T05:58:58.168Z | + CIDL_PLATFORM=illumos |
361 | 2023-12-09T05:58:58.169Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-12-09T05:58:58.169Z | + CIDL_MD5FUNC=do_md5sum |
363 | 2023-12-09T05:58:58.169Z | + CIDL_DASHREV=-1 |
364 | 2023-12-09T05:58:58.169Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
365 | 2023-12-09T05:58:58.169Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-12-09T05:58:58.169Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-12-09T05:58:58.169Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-09T05:58:58.169Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2023-12-09T05:58:58.170Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-09T05:58:58.170Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
371 | 2023-12-09T05:58:58.170Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-09T05:58:58.170Z | + mkdir -p out/downloads |
373 | 2023-12-09T05:58:58.170Z | + mkdir -p ./out/clickhouse |
374 | 2023-12-09T05:58:58.170Z | + local DO_DOWNLOAD=true |
375 | 2023-12-09T05:58:58.170Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
376 | 2023-12-09T05:58:58.171Z | + '[' true == true ']' |
377 | 2023-12-09T05:58:58.171Z | + echo Downloading... |
378 | 2023-12-09T05:58:58.171Z | Downloading... |
379 | 2023-12-09T05:58:58.171Z | + 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 |
380 | 2023-12-09T05:58:58.171Z | + 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 |
381 | 2023-12-09T05:58:59.494Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-09T05:58:59.497Z | ++ md5sum |
383 | 2023-12-09T05:58:59.497Z | ++ awk '{print $1}' |
384 | 2023-12-09T05:58:59.760Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
385 | 2023-12-09T05:58:59.760Z | + [[ 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 ]] |
386 | 2023-12-09T05:58:59.761Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
387 | 2023-12-09T05:58:59.863Z | + mkdir -p ./out/clickhouse |
388 | 2023-12-09T05:58:59.863Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
389 | 2023-12-09T05:59:04.852Z | + ./out/clickhouse/clickhouse server --version |
390 | 2023-12-09T05:59:04.912Z | ClickHouse server version 22.8.9.1. |
391 | 2023-12-09T05:59:04.927Z | + set -o errexit |
392 | 2023-12-09T05:59:04.930Z | +++ dirname ./tools/ci_download_console |
393 | 2023-12-09T05:59:04.934Z | ++ cd ./tools |
394 | 2023-12-09T05:59:04.934Z | ++ pwd |
395 | 2023-12-09T05:59:04.934Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-12-09T05:59:04.938Z | ++ basename ./tools/ci_download_console |
397 | 2023-12-09T05:59:04.938Z | + ARG0=ci_download_console |
398 | 2023-12-09T05:59:04.938Z | + TARGET_DIR=out |
399 | 2023-12-09T05:59:04.938Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-12-09T05:59:04.940Z | + DEST_DIR=./out/console-assets |
401 | 2023-12-09T05:59:04.942Z | + source /work/oxidecomputer/omicron/tools/console_version |
402 | 2023-12-09T05:59:04.942Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
403 | 2023-12-09T05:59:04.942Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
404 | 2023-12-09T05:59:04.942Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
405 | 2023-12-09T05:59:04.942Z | + TARBALL_FILE=out/downloads/console.tar.gz |
406 | 2023-12-09T05:59:04.942Z | + main |
407 | 2023-12-09T05:59:04.942Z | + [[ 0 != 0 ]] |
408 | 2023-12-09T05:59:04.942Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
409 | 2023-12-09T05:59:04.942Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
410 | 2023-12-09T05:59:04.943Z | + echo 'Local file: out/downloads/console.tar.gz' |
411 | 2023-12-09T05:59:04.943Z | Local file: out/downloads/console.tar.gz |
412 | 2023-12-09T05:59:04.943Z | + local DO_DOWNLOAD=true |
413 | 2023-12-09T05:59:04.943Z | + [[ -f out/downloads/console.tar.gz ]] |
414 | 2023-12-09T05:59:04.943Z | + mkdir -p out/downloads |
415 | 2023-12-09T05:59:04.946Z | + '[' true == true ']' |
416 | 2023-12-09T05:59:04.946Z | + echo Downloading... |
417 | 2023-12-09T05:59:04.946Z | Downloading... |
418 | 2023-12-09T05:59:04.946Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
419 | 2023-12-09T05:59:04.946Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
420 | 2023-12-09T05:59:05.556Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2023-12-09T05:59:05.560Z | ++ case "$OSTYPE" in |
422 | 2023-12-09T05:59:05.560Z | ++ SHA=sha256sum |
423 | 2023-12-09T05:59:05.560Z | ++ sha256sum |
424 | 2023-12-09T05:59:05.560Z | ++ awk '{print $1}' |
425 | 2023-12-09T05:59:05.586Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
426 | 2023-12-09T05:59:05.586Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
427 | 2023-12-09T05:59:05.586Z | + rm -rf ./out/console-assets |
428 | 2023-12-09T05:59:05.589Z | + mkdir -p ./out/console-assets |
429 | 2023-12-09T05:59:05.595Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2023-12-09T05:59:05.596Z | + mkdir -p ./out/console-assets |
431 | 2023-12-09T05:59:05.596Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2023-12-09T05:59:05.739Z | + set -o errexit |
433 | 2023-12-09T05:59:05.750Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2023-12-09T05:59:05.750Z | ++ cd ./tools |
435 | 2023-12-09T05:59:05.751Z | ++ pwd |
436 | 2023-12-09T05:59:05.751Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2023-12-09T05:59:05.755Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2023-12-09T05:59:05.755Z | + ARG0=ci_download_maghemite_openapi |
439 | 2023-12-09T05:59:05.755Z | + TARGET_DIR=out |
440 | 2023-12-09T05:59:05.756Z | + DOWNLOAD_DIR=out/downloads |
441 | 2023-12-09T05:59:05.756Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2023-12-09T05:59:05.756Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
443 | 2023-12-09T05:59:05.756Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-12-09T05:59:05.756Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
445 | 2023-12-09T05:59:05.756Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2023-12-09T05:59:05.756Z | + main |
447 | 2023-12-09T05:59:05.756Z | + [[ 0 != 0 ]] |
448 | 2023-12-09T05:59:05.756Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
449 | 2023-12-09T05:59:05.756Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
450 | 2023-12-09T05:59:05.756Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
451 | 2023-12-09T05:59:05.757Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-09T05:59:05.757Z | + local DO_DOWNLOAD=true |
453 | 2023-12-09T05:59:05.757Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
454 | 2023-12-09T05:59:05.757Z | + mkdir -p out/downloads |
455 | 2023-12-09T05:59:05.757Z | + '[' true == true ']' |
456 | 2023-12-09T05:59:05.757Z | + echo Downloading... |
457 | 2023-12-09T05:59:05.757Z | Downloading... |
458 | 2023-12-09T05:59:05.757Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-09T05:59:05.757Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
460 | 2023-12-09T05:59:06.092Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
461 | 2023-12-09T05:59:06.093Z | ++ case "$OSTYPE" in |
462 | 2023-12-09T05:59:06.108Z | ++ SHA=sha256sum |
463 | 2023-12-09T05:59:06.108Z | ++ sha256sum |
464 | 2023-12-09T05:59:06.108Z | ++ awk '{print $1}' |
465 | 2023-12-09T05:59:06.109Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
466 | 2023-12-09T05:59:06.109Z | + [[ 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 ]] |
467 | 2023-12-09T05:59:06.109Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
468 | 2023-12-09T05:59:06.109Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
469 | 2023-12-09T05:59:06.109Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
470 | 2023-12-09T05:59:06.109Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
471 | 2023-12-09T05:59:06.109Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
472 | 2023-12-09T05:59:06.110Z | + main |
473 | 2023-12-09T05:59:06.110Z | + [[ 0 != 0 ]] |
474 | 2023-12-09T05:59:06.110Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
475 | 2023-12-09T05:59:06.110Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
476 | 2023-12-09T05:59:06.110Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
477 | 2023-12-09T05:59:06.110Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
478 | 2023-12-09T05:59:06.110Z | + local DO_DOWNLOAD=true |
479 | 2023-12-09T05:59:06.110Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
480 | 2023-12-09T05:59:06.110Z | + mkdir -p out/downloads |
481 | 2023-12-09T05:59:06.110Z | + '[' true == true ']' |
482 | 2023-12-09T05:59:06.110Z | + echo Downloading... |
483 | 2023-12-09T05:59:06.110Z | Downloading... |
484 | 2023-12-09T05:59:06.111Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
485 | 2023-12-09T05:59:06.111Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
486 | 2023-12-09T05:59:06.226Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
487 | 2023-12-09T05:59:06.230Z | ++ case "$OSTYPE" in |
488 | 2023-12-09T05:59:06.230Z | ++ SHA=sha256sum |
489 | 2023-12-09T05:59:06.230Z | ++ sha256sum |
490 | 2023-12-09T05:59:06.230Z | ++ awk '{print $1}' |
491 | 2023-12-09T05:59:06.233Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
492 | 2023-12-09T05:59:06.234Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
493 | 2023-12-09T05:59:06.242Z | + set -o errexit |
494 | 2023-12-09T05:59:06.246Z | +++ dirname ./tools/ci_download_dendrite_openapi |
495 | 2023-12-09T05:59:06.249Z | ++ cd ./tools |
496 | 2023-12-09T05:59:06.249Z | ++ pwd |
497 | 2023-12-09T05:59:06.249Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2023-12-09T05:59:06.249Z | ++ basename ./tools/ci_download_dendrite_openapi |
499 | 2023-12-09T05:59:06.253Z | + ARG0=ci_download_dendrite_openapi |
500 | 2023-12-09T05:59:06.253Z | + TARGET_DIR=out |
501 | 2023-12-09T05:59:06.253Z | + DOWNLOAD_DIR=out/downloads |
502 | 2023-12-09T05:59:06.253Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2023-12-09T05:59:06.253Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
504 | 2023-12-09T05:59:06.253Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
505 | 2023-12-09T05:59:06.254Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
506 | 2023-12-09T05:59:06.254Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
507 | 2023-12-09T05:59:06.254Z | + main |
508 | 2023-12-09T05:59:06.254Z | + [[ 0 != 0 ]] |
509 | 2023-12-09T05:59:06.254Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
510 | 2023-12-09T05:59:06.255Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
511 | 2023-12-09T05:59:06.255Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
512 | 2023-12-09T05:59:06.255Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
513 | 2023-12-09T05:59:06.255Z | + local DO_DOWNLOAD=true |
514 | 2023-12-09T05:59:06.255Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
515 | 2023-12-09T05:59:06.255Z | + mkdir -p out/downloads |
516 | 2023-12-09T05:59:06.258Z | + '[' true == true ']' |
517 | 2023-12-09T05:59:06.259Z | + echo Downloading... |
518 | 2023-12-09T05:59:06.259Z | Downloading... |
519 | 2023-12-09T05:59:06.259Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
520 | 2023-12-09T05:59:06.259Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
521 | 2023-12-09T05:59:07.435Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
522 | 2023-12-09T05:59:07.435Z | ++ case "$OSTYPE" in |
523 | 2023-12-09T05:59:07.435Z | ++ SHA=sha256sum |
524 | 2023-12-09T05:59:07.435Z | ++ sha256sum |
525 | 2023-12-09T05:59:07.435Z | ++ awk '{print $1}' |
526 | 2023-12-09T05:59:07.435Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
527 | 2023-12-09T05:59:07.435Z | + [[ 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 ]] |
528 | 2023-12-09T05:59:07.436Z | + set -o errexit |
529 | 2023-12-09T05:59:07.436Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2023-12-09T05:59:07.436Z | ++ cd ./tools |
531 | 2023-12-09T05:59:07.436Z | ++ pwd |
532 | 2023-12-09T05:59:07.436Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2023-12-09T05:59:07.436Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2023-12-09T05:59:07.436Z | + ARG0=ci_download_dendrite_stub |
535 | 2023-12-09T05:59:07.440Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2023-12-09T05:59:07.440Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
537 | 2023-12-09T05:59:07.440Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
538 | 2023-12-09T05:59:07.441Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
539 | 2023-12-09T05:59:07.441Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2023-12-09T05:59:07.441Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
541 | 2023-12-09T05:59:07.441Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
542 | 2023-12-09T05:59:07.441Z | + TARGET_DIR=out |
543 | 2023-12-09T05:59:07.441Z | + DOWNLOAD_DIR=out/downloads |
544 | 2023-12-09T05:59:07.441Z | + DEST_DIR=./out/dendrite-stub |
545 | 2023-12-09T05:59:07.441Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2023-12-09T05:59:07.441Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2023-12-09T05:59:07.441Z | + REPO=oxidecomputer/dendrite |
548 | 2023-12-09T05:59:07.442Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
549 | 2023-12-09T05:59:07.442Z | + main |
550 | 2023-12-09T05:59:07.442Z | + [[ 0 != 0 ]] |
551 | 2023-12-09T05:59:07.442Z | + CIDL_OS=solaris2.11 |
552 | 2023-12-09T05:59:07.442Z | + [[ 0 != 0 ]] |
553 | 2023-12-09T05:59:07.442Z | + configure_os solaris2.11 |
554 | 2023-12-09T05:59:07.443Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2023-12-09T05:59:07.443Z | current directory: /work/oxidecomputer/omicron |
556 | 2023-12-09T05:59:07.443Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2023-12-09T05:59:07.443Z | configuring based on OS: "solaris2.11" |
558 | 2023-12-09T05:59:07.443Z | + case "$1" in |
559 | 2023-12-09T05:59:07.443Z | + SET_BINARIES= |
560 | 2023-12-09T05:59:07.444Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
561 | 2023-12-09T05:59:07.444Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2023-12-09T05:59:07.444Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
563 | 2023-12-09T05:59:07.444Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
564 | 2023-12-09T05:59:07.444Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-09T05:59:07.444Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
566 | 2023-12-09T05:59:07.447Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
567 | 2023-12-09T05:59:07.447Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2023-12-09T05:59:07.447Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-09T05:59:07.447Z | + mkdir -p out/downloads |
570 | 2023-12-09T05:59:07.448Z | + mkdir -p ./out/dendrite-stub |
571 | 2023-12-09T05:59:07.448Z | + fetch_and_verify |
572 | 2023-12-09T05:59:07.448Z | + local DO_DOWNLOAD=true |
573 | 2023-12-09T05:59:07.448Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
574 | 2023-12-09T05:59:07.448Z | + '[' true == true ']' |
575 | 2023-12-09T05:59:07.448Z | + echo Downloading... |
576 | 2023-12-09T05:59:07.448Z | Downloading... |
577 | 2023-12-09T05:59:07.448Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-09T05:59:07.448Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
579 | 2023-12-09T05:59:23.939Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
580 | 2023-12-09T05:59:23.955Z | ++ sha256sum |
581 | 2023-12-09T05:59:23.955Z | ++ awk '{print $1}' |
582 | 2023-12-09T05:59:24.052Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
583 | 2023-12-09T05:59:24.052Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
584 | 2023-12-09T05:59:24.070Z | + do_untar out/downloads/dendrite-stub.tar.gz |
585 | 2023-12-09T05:59:24.070Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
586 | 2023-12-09T05:59:25.212Z | + do_assemble |
587 | 2023-12-09T05:59:25.212Z | + rm -r ./out/dendrite-stub |
588 | 2023-12-09T05:59:25.225Z | + mkdir ./out/dendrite-stub |
589 | 2023-12-09T05:59:25.226Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
590 | 2023-12-09T05:59:25.393Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
591 | 2023-12-09T05:59:25.415Z | + set -o errexit |
592 | 2023-12-09T05:59:25.428Z | +++ dirname ./tools/ci_download_maghemite_mgd |
593 | 2023-12-09T05:59:25.429Z | ++ cd ./tools |
594 | 2023-12-09T05:59:25.429Z | ++ pwd |
595 | 2023-12-09T05:59:25.429Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
596 | 2023-12-09T05:59:25.430Z | ++ basename ./tools/ci_download_maghemite_mgd |
597 | 2023-12-09T05:59:25.430Z | + ARG0=ci_download_maghemite_mgd |
598 | 2023-12-09T05:59:25.431Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
599 | 2023-12-09T05:59:25.431Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
600 | 2023-12-09T05:59:25.432Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
601 | 2023-12-09T05:59:25.432Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
602 | 2023-12-09T05:59:25.432Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
603 | 2023-12-09T05:59:25.432Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
604 | 2023-12-09T05:59:25.432Z | + TARGET_DIR=out |
605 | 2023-12-09T05:59:25.432Z | + DOWNLOAD_DIR=out/downloads |
606 | 2023-12-09T05:59:25.432Z | + DEST_DIR=./out/mgd |
607 | 2023-12-09T05:59:25.433Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
608 | 2023-12-09T05:59:25.433Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
609 | 2023-12-09T05:59:25.434Z | + REPO=oxidecomputer/maghemite |
610 | 2023-12-09T05:59:25.434Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
611 | 2023-12-09T05:59:25.434Z | + main |
612 | 2023-12-09T05:59:25.434Z | + [[ 0 != 0 ]] |
613 | 2023-12-09T05:59:25.434Z | + CIDL_OS=solaris2.11 |
614 | 2023-12-09T05:59:25.434Z | + [[ 0 != 0 ]] |
615 | 2023-12-09T05:59:25.434Z | + configure_os solaris2.11 |
616 | 2023-12-09T05:59:25.435Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2023-12-09T05:59:25.435Z | current directory: /work/oxidecomputer/omicron |
618 | 2023-12-09T05:59:25.435Z | configuring based on OS: "solaris2.11" |
619 | 2023-12-09T05:59:25.435Z | + echo 'configuring based on OS: "solaris2.11"' |
620 | 2023-12-09T05:59:25.435Z | + case "$1" in |
621 | 2023-12-09T05:59:25.435Z | + SET_BINARIES= |
622 | 2023-12-09T05:59:25.436Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2023-12-09T05:59:25.436Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2023-12-09T05:59:25.436Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
625 | 2023-12-09T05:59:25.436Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2023-12-09T05:59:25.436Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
627 | 2023-12-09T05:59:25.436Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
628 | 2023-12-09T05:59:25.436Z | Local file: out/downloads/mgd.tar.gz |
629 | 2023-12-09T05:59:25.436Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
630 | 2023-12-09T05:59:25.437Z | + mkdir -p out/downloads |
631 | 2023-12-09T05:59:25.437Z | + mkdir -p ./out/mgd |
632 | 2023-12-09T05:59:25.437Z | + fetch_and_verify |
633 | 2023-12-09T05:59:25.437Z | + local DO_DOWNLOAD=true |
634 | 2023-12-09T05:59:25.437Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2023-12-09T05:59:25.437Z | + '[' true == true ']' |
636 | 2023-12-09T05:59:25.437Z | + echo Downloading... |
637 | 2023-12-09T05:59:25.439Z | Downloading... |
638 | 2023-12-09T05:59:25.439Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2023-12-09T05:59:25.439Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
640 | 2023-12-09T05:59:35.421Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2023-12-09T05:59:35.435Z | ++ sha256sum |
642 | 2023-12-09T05:59:35.435Z | ++ awk '{print $1}' |
643 | 2023-12-09T05:59:35.493Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
644 | 2023-12-09T05:59:35.494Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
645 | 2023-12-09T05:59:35.510Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2023-12-09T05:59:35.510Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2023-12-09T05:59:36.173Z | + do_assemble |
648 | 2023-12-09T05:59:36.173Z | + rm -r ./out/mgd |
649 | 2023-12-09T05:59:36.177Z | + mkdir ./out/mgd |
650 | 2023-12-09T05:59:36.181Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2023-12-09T05:59:36.414Z | + set -o errexit |
652 | 2023-12-09T05:59:36.424Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2023-12-09T05:59:36.425Z | ++ cd ./tools |
654 | 2023-12-09T05:59:36.425Z | ++ pwd |
655 | 2023-12-09T05:59:36.425Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2023-12-09T05:59:36.435Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2023-12-09T05:59:36.435Z | + ARG0=ci_download_transceiver_control |
658 | 2023-12-09T05:59:36.435Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2023-12-09T05:59:36.435Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2023-12-09T05:59:36.436Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-12-09T05:59:36.436Z | + TARGET_DIR=out |
662 | 2023-12-09T05:59:36.436Z | + DOWNLOAD_DIR=out/downloads |
663 | 2023-12-09T05:59:36.436Z | + DEST_DIR=./out/transceiver-control |
664 | 2023-12-09T05:59:36.438Z | + BIN_DIR=/opt/oxide/bin |
665 | 2023-12-09T05:59:36.438Z | + BINARY=xcvradm |
666 | 2023-12-09T05:59:36.438Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2023-12-09T05:59:36.438Z | + REPO=oxidecomputer/transceiver-control |
668 | 2023-12-09T05:59:36.438Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2023-12-09T05:59:36.438Z | + main |
670 | 2023-12-09T05:59:36.439Z | + [[ 0 != 0 ]] |
671 | 2023-12-09T05:59:36.439Z | + CIDL_OS=solaris2.11 |
672 | 2023-12-09T05:59:36.439Z | + [[ 0 != 0 ]] |
673 | 2023-12-09T05:59:36.439Z | + configure_os solaris2.11 |
674 | 2023-12-09T05:59:36.439Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2023-12-09T05:59:36.439Z | current directory: /work/oxidecomputer/omicron |
676 | 2023-12-09T05:59:36.440Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2023-12-09T05:59:36.440Z | configuring based on OS: "solaris2.11" |
678 | 2023-12-09T05:59:36.440Z | + case "$1" in |
679 | 2023-12-09T05:59:36.440Z | + SET_BINARIES= |
680 | 2023-12-09T05:59:36.440Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-12-09T05:59:36.440Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2023-12-09T05:59:36.441Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2023-12-09T05:59:36.441Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2023-12-09T05:59:36.441Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2023-12-09T05:59:36.441Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2023-12-09T05:59:36.441Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2023-12-09T05:59:36.441Z | + echo 'Local file: out/downloads/xcvradm.gz' |
688 | 2023-12-09T05:59:36.442Z | Local file: out/downloads/xcvradm.gz |
689 | 2023-12-09T05:59:36.442Z | + mkdir -p out/downloads |
690 | 2023-12-09T05:59:36.442Z | + mkdir -p ./out/transceiver-control |
691 | 2023-12-09T05:59:36.443Z | + fetch_and_verify |
692 | 2023-12-09T05:59:36.443Z | + local DO_DOWNLOAD=true |
693 | 2023-12-09T05:59:36.443Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2023-12-09T05:59:36.443Z | + '[' true == true ']' |
695 | 2023-12-09T05:59:36.443Z | + echo Downloading... |
696 | 2023-12-09T05:59:36.443Z | Downloading... |
697 | 2023-12-09T05:59:36.443Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2023-12-09T05:59:36.444Z | + 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 |
699 | 2023-12-09T05:59:38.328Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2023-12-09T05:59:38.340Z | ++ sha256sum |
701 | 2023-12-09T05:59:38.340Z | ++ awk '{print $1}' |
702 | 2023-12-09T05:59:38.356Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2023-12-09T05:59:38.356Z | + [[ 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 ]] |
704 | 2023-12-09T05:59:38.356Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2023-12-09T05:59:38.356Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2023-12-09T05:59:38.356Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2023-12-09T05:59:38.516Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2023-12-09T05:59:38.522Z | + do_assemble |
709 | 2023-12-09T05:59:38.522Z | + rm -r ./out/transceiver-control |
710 | 2023-12-09T05:59:38.529Z | + mkdir ./out/transceiver-control |
711 | 2023-12-09T05:59:38.529Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2023-12-09T05:59:38.729Z | All prerequisites installed successfully |
713 | 2023-12-09T05:59:38.737Z | |
714 | 2023-12-09T05:59:38.737Z | real 4:03.866340982 |
715 | 2023-12-09T05:59:38.737Z | user 56.520301935 |
716 | 2023-12-09T05:59:38.737Z | sys 11.267823951 |
717 | 2023-12-09T05:59:38.737Z | trap 0.025228995 |
718 | 2023-12-09T05:59:38.738Z | tflt 0.156198565 |
719 | 2023-12-09T05:59:38.738Z | dflt 0.511243151 |
720 | 2023-12-09T05:59:38.738Z | kflt 0.144644562 |
721 | 2023-12-09T05:59:38.738Z | lock 2.019324977 |
722 | 2023-12-09T05:59:38.738Z | slp 7:56.105481778 |
723 | 2023-12-09T05:59:38.738Z | lat 4.402947060 |
724 | 2023-12-09T05:59:38.738Z | stop 0.066437473 |
725 | 2023-12-09T05:59:38.738Z | + ptime -m ./tools/ci_download_softnpu_machinery |
726 | 2023-12-09T05:59:38.746Z | fetching npuzone |
727 | 2023-12-09T05:59:38.756Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
728 | 2023-12-09T05:59:38.757Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
729 | 2023-12-09T05:59:38.764Z | Getting hash for npuzone |
730 | 2023-12-09T05:59:39.220Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
731 | 2023-12-09T05:59:53.637Z | npuzone downloaded successfully |
732 | 2023-12-09T05:59:53.650Z | |
733 | 2023-12-09T05:59:53.651Z | real 14.899526993 |
734 | 2023-12-09T05:59:53.651Z | user 0.585296954 |
735 | 2023-12-09T05:59:53.651Z | sys 0.173585161 |
736 | 2023-12-09T05:59:53.651Z | trap 0.000093141 |
737 | 2023-12-09T05:59:53.652Z | tflt 0.000000000 |
738 | 2023-12-09T05:59:53.652Z | dflt 0.000000000 |
739 | 2023-12-09T05:59:53.652Z | kflt 0.000000000 |
740 | 2023-12-09T05:59:53.652Z | lock 0.000000000 |
741 | 2023-12-09T05:59:53.653Z | slp 43.688810191 |
742 | 2023-12-09T05:59:53.653Z | lat 0.214034185 |
743 | 2023-12-09T05:59:53.654Z | stop 0.000271397 |
744 | 2023-12-09T05:59:53.654Z | + export CARGO_INCREMENTAL=0 |
745 | 2023-12-09T05:59:53.654Z | + CARGO_INCREMENTAL=0 |
746 | 2023-12-09T05:59:53.654Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
747 | 2023-12-09T05:59:53.981Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
748 | 2023-12-09T05:59:54.355Z | Updating crates.io index |
749 | 2023-12-09T05:59:54.403Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
750 | 2023-12-09T05:59:55.185Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
751 | 2023-12-09T05:59:57.211Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
752 | 2023-12-09T05:59:57.624Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
753 | 2023-12-09T05:59:58.324Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
754 | 2023-12-09T05:59:58.773Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
755 | 2023-12-09T05:59:58.816Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
756 | 2023-12-09T05:59:59.358Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
757 | 2023-12-09T06:00:01.682Z | Updating git repository `https://github.com/oxidecomputer/opte` |
758 | 2023-12-09T06:00:02.781Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
759 | 2023-12-09T06:00:03.117Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
760 | 2023-12-09T06:00:03.717Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
761 | 2023-12-09T06:00:04.046Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
762 | 2023-12-09T06:00:04.401Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
763 | 2023-12-09T06:00:04.829Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
764 | 2023-12-09T06:00:05.116Z | Updating git repository `https://github.com/njaremko/samael` |
765 | 2023-12-09T06:00:05.606Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
766 | 2023-12-09T06:00:06.182Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
767 | 2023-12-09T06:00:06.973Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
768 | 2023-12-09T06:00:07.045Z | Updating git repository `https://github.com/jgallagher/nix` |
769 | 2023-12-09T06:00:08.222Z | Updating git repository `https://github.com/cbiffle/hubpack` |
770 | 2023-12-09T06:00:08.628Z | Updating git repository `https://github.com/oxidecomputer/typify` |
771 | 2023-12-09T06:00:09.609Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
772 | 2023-12-09T06:00:10.074Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
773 | 2023-12-09T06:00:10.409Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
774 | 2023-12-09T06:00:11.941Z | Downloading crates ... |
775 | 2023-12-09T06:00:12.168Z | Downloaded memoffset v0.7.1 |
776 | 2023-12-09T06:00:12.183Z | Downloaded memoffset v0.9.0 |
777 | 2023-12-09T06:00:12.183Z | Downloaded md-5 v0.10.5 |
778 | 2023-12-09T06:00:12.185Z | Downloaded minimal-lexical v0.2.1 |
779 | 2023-12-09T06:00:12.196Z | Downloaded number_prefix v0.4.0 |
780 | 2023-12-09T06:00:12.197Z | Downloaded mockall_derive v0.11.4 |
781 | 2023-12-09T06:00:12.197Z | Downloaded num v0.4.1 |
782 | 2023-12-09T06:00:12.197Z | Downloaded num_threads v0.1.6 |
783 | 2023-12-09T06:00:12.197Z | Downloaded num-rational v0.4.1 |
784 | 2023-12-09T06:00:12.219Z | Downloaded openssl-macros v0.1.1 |
785 | 2023-12-09T06:00:12.219Z | Downloaded miniz_oxide v0.7.1 |
786 | 2023-12-09T06:00:12.219Z | Downloaded olpc-cjson v0.1.3 |
787 | 2023-12-09T06:00:12.650Z | Downloaded packed_struct v0.10.1 |
788 | 2023-12-09T06:00:12.650Z | Downloaded oso v0.27.0 |
789 | 2023-12-09T06:00:12.650Z | Downloaded num_cpus v1.16.0 |
790 | 2023-12-09T06:00:12.855Z | Downloaded inout v0.1.3 |
791 | 2023-12-09T06:00:12.855Z | Downloaded packed_struct_codegen v0.10.1 |
792 | 2023-12-09T06:00:12.855Z | Downloaded anstyle v1.0.2 |
793 | 2023-12-09T06:00:12.856Z | Downloaded libefi-sys v0.1.0 |
794 | 2023-12-09T06:00:12.856Z | Downloaded async-stream-impl v0.3.5 |
795 | 2023-12-09T06:00:12.856Z | Downloaded atomic-waker v1.1.1 |
796 | 2023-12-09T06:00:12.857Z | Downloaded anstyle-parse v0.2.1 |
797 | 2023-12-09T06:00:12.857Z | Downloaded crunchy v0.2.2 |
798 | 2023-12-09T06:00:12.858Z | Downloaded instant v0.1.12 |
799 | 2023-12-09T06:00:12.858Z | Downloaded is_ci v1.1.1 |
800 | 2023-12-09T06:00:12.858Z | Downloaded bb8 v0.8.1 |
801 | 2023-12-09T06:00:12.858Z | Downloaded bit-vec v0.6.3 |
802 | 2023-12-09T06:00:12.858Z | Downloaded block-buffer v0.10.4 |
803 | 2023-12-09T06:00:12.859Z | Downloaded enum-as-inner v0.5.1 |
804 | 2023-12-09T06:00:12.859Z | Downloaded elliptic-curve v0.13.8 |
805 | 2023-12-09T06:00:12.862Z | Downloaded maplit v1.0.2 |
806 | 2023-12-09T06:00:12.862Z | Downloaded digest v0.10.7 |
807 | 2023-12-09T06:00:12.862Z | Downloaded async-recursion v1.0.5 |
808 | 2023-12-09T06:00:12.863Z | Downloaded cipher v0.4.4 |
809 | 2023-12-09T06:00:12.863Z | Downloaded macaddr v1.0.1 |
810 | 2023-12-09T06:00:12.863Z | Downloaded crossbeam-deque v0.8.3 |
811 | 2023-12-09T06:00:12.864Z | Downloaded crypto-common v0.1.6 |
812 | 2023-12-09T06:00:12.864Z | Downloaded crc v3.0.1 |
813 | 2023-12-09T06:00:12.864Z | Downloaded crossbeam-queue v0.3.8 |
814 | 2023-12-09T06:00:12.864Z | Downloaded smoltcp v0.9.1 |
815 | 2023-12-09T06:00:12.864Z | Downloaded atomicwrites v0.4.2 |
816 | 2023-12-09T06:00:12.865Z | Downloaded indoc v1.0.9 |
817 | 2023-12-09T06:00:12.865Z | Downloaded block-padding v0.3.3 |
818 | 2023-12-09T06:00:12.865Z | Downloaded assert_matches v1.5.0 |
819 | 2023-12-09T06:00:12.865Z | Downloaded unicase v2.7.0 |
820 | 2023-12-09T06:00:12.866Z | Downloaded tui-tree-widget v0.13.0 |
821 | 2023-12-09T06:00:12.866Z | Downloaded matches v0.1.10 |
822 | 2023-12-09T06:00:12.866Z | Downloaded foreign-types v0.5.0 |
823 | 2023-12-09T06:00:12.866Z | Downloaded endian-type v0.1.2 |
824 | 2023-12-09T06:00:12.866Z | Downloaded tempfile v3.8.1 |
825 | 2023-12-09T06:00:12.866Z | Downloaded universal-hash v0.5.1 |
826 | 2023-12-09T06:00:12.867Z | Downloaded omicron-zone-package v0.9.1 |
827 | 2023-12-09T06:00:12.867Z | Downloaded path-slash v0.1.5 |
828 | 2023-12-09T06:00:12.867Z | Downloaded darling v0.20.3 |
829 | 2023-12-09T06:00:12.868Z | Downloaded equivalent v1.0.1 |
830 | 2023-12-09T06:00:12.868Z | Downloaded unicode-linebreak v0.1.5 |
831 | 2023-12-09T06:00:12.868Z | Downloaded pretty-hex v0.2.1 |
832 | 2023-12-09T06:00:12.868Z | Downloaded zone v0.3.0 |
833 | 2023-12-09T06:00:12.868Z | Downloaded clang-sys v1.6.1 |
834 | 2023-12-09T06:00:12.869Z | Downloaded crossbeam-utils v0.8.16 |
835 | 2023-12-09T06:00:12.869Z | Downloaded typenum v1.16.0 |
836 | 2023-12-09T06:00:12.869Z | Downloaded num_enum v0.5.11 |
837 | 2023-12-09T06:00:12.869Z | Downloaded indoc v2.0.3 |
838 | 2023-12-09T06:00:12.870Z | Downloaded doc-comment v0.3.3 |
839 | 2023-12-09T06:00:12.870Z | Downloaded slog-term v2.9.0 |
840 | 2023-12-09T06:00:12.870Z | Downloaded num-iter v0.1.43 |
841 | 2023-12-09T06:00:12.871Z | Downloaded semver v0.1.20 |
842 | 2023-12-09T06:00:12.871Z | Downloaded lazy_static v1.4.0 |
843 | 2023-12-09T06:00:12.871Z | Downloaded mime v0.3.17 |
844 | 2023-12-09T06:00:12.872Z | Downloaded chacha20poly1305 v0.10.1 |
845 | 2023-12-09T06:00:12.872Z | Downloaded pem v3.0.2 |
846 | 2023-12-09T06:00:12.872Z | Downloaded term v0.7.0 |
847 | 2023-12-09T06:00:12.872Z | Downloaded colored v2.0.4 |
848 | 2023-12-09T06:00:12.873Z | Downloaded slog-async v2.8.0 |
849 | 2023-12-09T06:00:12.873Z | Downloaded multer v2.1.0 |
850 | 2023-12-09T06:00:12.873Z | Downloaded thread-id v4.2.0 |
851 | 2023-12-09T06:00:12.873Z | Downloaded structmeta-derive v0.2.0 |
852 | 2023-12-09T06:00:12.873Z | Downloaded serde-big-array v0.5.1 |
853 | 2023-12-09T06:00:12.874Z | Downloaded termtree v0.4.1 |
854 | 2023-12-09T06:00:12.874Z | Downloaded dyn-clone v1.0.13 |
855 | 2023-12-09T06:00:12.874Z | Downloaded parking_lot_core v0.8.6 |
856 | 2023-12-09T06:00:12.874Z | Downloaded display-error-chain v0.2.0 |
857 | 2023-12-09T06:00:12.874Z | Downloaded darling v0.14.4 |
858 | 2023-12-09T06:00:12.874Z | Downloaded shlex v1.1.0 |
859 | 2023-12-09T06:00:12.874Z | Downloaded predicates-core v1.0.6 |
860 | 2023-12-09T06:00:12.875Z | Downloaded slog-dtrace v0.2.3 |
861 | 2023-12-09T06:00:12.875Z | Downloaded crc32fast v1.3.2 |
862 | 2023-12-09T06:00:12.875Z | Downloaded ciborium v0.2.1 |
863 | 2023-12-09T06:00:12.876Z | Downloaded unsafe-libyaml v0.2.9 |
864 | 2023-12-09T06:00:12.876Z | Downloaded supports-color v2.1.0 |
865 | 2023-12-09T06:00:12.876Z | Downloaded num-integer v0.1.45 |
866 | 2023-12-09T06:00:12.877Z | Downloaded unicode-ident v1.0.12 |
867 | 2023-12-09T06:00:12.877Z | Downloaded indexmap v2.1.0 |
868 | 2023-12-09T06:00:12.877Z | Downloaded ff v0.13.0 |
869 | 2023-12-09T06:00:12.877Z | Downloaded pin-utils v0.1.0 |
870 | 2023-12-09T06:00:12.877Z | Downloaded serde_repr v0.1.16 |
871 | 2023-12-09T06:00:12.877Z | Downloaded thiserror-impl v1.0.49 |
872 | 2023-12-09T06:00:12.877Z | Downloaded rustc-demangle v0.1.23 |
873 | 2023-12-09T06:00:12.878Z | Downloaded pretty-hex v0.4.0 |
874 | 2023-12-09T06:00:12.878Z | Downloaded humantime v2.1.0 |
875 | 2023-12-09T06:00:12.878Z | Downloaded phf v0.11.2 |
876 | 2023-12-09T06:00:12.878Z | Downloaded shell-words v1.1.0 |
877 | 2023-12-09T06:00:12.878Z | Downloaded smawk v0.3.1 |
878 | 2023-12-09T06:00:12.878Z | Downloaded log v0.4.20 |
879 | 2023-12-09T06:00:12.878Z | Downloaded downcast v0.11.0 |
880 | 2023-12-09T06:00:12.878Z | Downloaded smf v0.2.2 |
881 | 2023-12-09T06:00:12.878Z | Downloaded indexmap v1.9.3 |
882 | 2023-12-09T06:00:12.879Z | Downloaded opaque-debug v0.3.0 |
883 | 2023-12-09T06:00:12.879Z | Downloaded normalize-line-endings v0.3.0 |
884 | 2023-12-09T06:00:12.879Z | Downloaded rusty-fork v0.3.0 |
885 | 2023-12-09T06:00:12.879Z | Downloaded slog-scope v4.4.0 |
886 | 2023-12-09T06:00:12.879Z | Downloaded tracing v0.1.37 |
887 | 2023-12-09T06:00:12.879Z | Downloaded http-range v0.1.5 |
888 | 2023-12-09T06:00:12.879Z | Downloaded filetime v0.2.23 |
889 | 2023-12-09T06:00:12.881Z | Downloaded strip-ansi-escapes v0.2.0 |
890 | 2023-12-09T06:00:13.005Z | Downloaded strsim v0.10.0 |
891 | 2023-12-09T06:00:13.005Z | Downloaded funty v2.0.0 |
892 | 2023-12-09T06:00:13.005Z | Downloaded time-core v0.1.1 |
893 | 2023-12-09T06:00:13.005Z | Downloaded pin-project-lite v0.2.13 |
894 | 2023-12-09T06:00:13.005Z | Downloaded tap v1.0.1 |
895 | 2023-12-09T06:00:13.005Z | Downloaded tabled_derive v0.6.0 |
896 | 2023-12-09T06:00:13.006Z | Downloaded pkg-config v0.3.27 |
897 | 2023-12-09T06:00:13.006Z | Downloaded stable_deref_trait v1.2.0 |
898 | 2023-12-09T06:00:13.006Z | Downloaded utf8parse v0.2.1 |
899 | 2023-12-09T06:00:13.006Z | Downloaded dirs-next v2.0.0 |
900 | 2023-12-09T06:00:13.006Z | Downloaded serde_derive_internals v0.26.0 |
901 | 2023-12-09T06:00:13.006Z | Downloaded dtrace-parser v0.1.14 |
902 | 2023-12-09T06:00:13.006Z | Downloaded tinyvec_macros v0.1.1 |
903 | 2023-12-09T06:00:13.006Z | Downloaded fxhash v0.2.1 |
904 | 2023-12-09T06:00:13.006Z | Downloaded headers-core v0.2.0 |
905 | 2023-12-09T06:00:13.006Z | Downloaded which v4.4.0 |
906 | 2023-12-09T06:00:13.006Z | Downloaded foreign-types-shared v0.3.1 |
907 | 2023-12-09T06:00:13.006Z | Downloaded peeking_take_while v0.1.2 |
908 | 2023-12-09T06:00:13.007Z | Downloaded strsim v0.8.0 |
909 | 2023-12-09T06:00:13.007Z | Downloaded diesel_derives v2.1.2 |
910 | 2023-12-09T06:00:13.007Z | Downloaded dof v0.1.5 |
911 | 2023-12-09T06:00:13.007Z | Downloaded quick-error v1.2.3 |
912 | 2023-12-09T06:00:13.007Z | Downloaded postgres-protocol v0.6.6 |
913 | 2023-12-09T06:00:13.007Z | Downloaded unarray v0.1.4 |
914 | 2023-12-09T06:00:13.007Z | Downloaded pkcs1 v0.7.5 |
915 | 2023-12-09T06:00:13.007Z | Downloaded hubpack_derive v0.1.1 |
916 | 2023-12-09T06:00:13.007Z | Downloaded fastrand v2.0.0 |
917 | 2023-12-09T06:00:13.007Z | Downloaded pin-project v1.1.3 |
918 | 2023-12-09T06:00:13.007Z | Downloaded want v0.3.1 |
919 | 2023-12-09T06:00:13.007Z | Downloaded futures-macro v0.3.29 |
920 | 2023-12-09T06:00:13.008Z | Downloaded futures-task v0.3.29 |
921 | 2023-12-09T06:00:13.008Z | Downloaded string_cache v0.8.7 |
922 | 2023-12-09T06:00:13.008Z | Downloaded swrite v0.1.0 |
923 | 2023-12-09T06:00:13.008Z | Downloaded predicates-tree v1.0.9 |
924 | 2023-12-09T06:00:13.008Z | Downloaded foreign-types-shared v0.1.1 |
925 | 2023-12-09T06:00:13.008Z | Downloaded hashbrown v0.12.3 |
926 | 2023-12-09T06:00:13.008Z | Downloaded time-macros v0.2.13 |
927 | 2023-12-09T06:00:13.008Z | Downloaded fallible-iterator v0.2.0 |
928 | 2023-12-09T06:00:13.008Z | Downloaded derive_builder_macro v0.12.0 |
929 | 2023-12-09T06:00:13.008Z | Downloaded zerocopy v0.6.4 |
930 | 2023-12-09T06:00:13.009Z | Downloaded diesel_table_macro_syntax v0.1.0 |
931 | 2023-12-09T06:00:13.009Z | Downloaded rustc_version v0.1.7 |
932 | 2023-12-09T06:00:13.009Z | Downloaded vte_generate_state_changes v0.1.1 |
933 | 2023-12-09T06:00:13.009Z | Downloaded parking_lot v0.12.1 |
934 | 2023-12-09T06:00:13.009Z | Downloaded signal-hook v0.3.17 |
935 | 2023-12-09T06:00:13.009Z | Downloaded toolchain_find v0.2.0 |
936 | 2023-12-09T06:00:13.009Z | Downloaded resolv-conf v0.7.0 |
937 | 2023-12-09T06:00:13.011Z | Downloaded serde_with_macros v3.4.0 |
938 | 2023-12-09T06:00:13.011Z | Downloaded generic-array v0.14.7 |
939 | 2023-12-09T06:00:13.013Z | Downloaded strum_macros v0.24.3 |
940 | 2023-12-09T06:00:13.013Z | Downloaded debug-ignore v1.0.5 |
941 | 2023-12-09T06:00:13.013Z | Downloaded strum v0.25.0 |
942 | 2023-12-09T06:00:13.013Z | Downloaded precomputed-hash v0.1.1 |
943 | 2023-12-09T06:00:13.013Z | Downloaded futures-core v0.3.29 |
944 | 2023-12-09T06:00:13.013Z | Downloaded strum_macros v0.25.2 |
945 | 2023-12-09T06:00:13.013Z | Downloaded group v0.13.0 |
946 | 2023-12-09T06:00:13.014Z | Downloaded pest_generator v2.7.2 |
947 | 2023-12-09T06:00:13.014Z | Downloaded usdt-impl v0.3.5 |
948 | 2023-12-09T06:00:13.014Z | Downloaded schemars_derive v0.8.13 |
949 | 2023-12-09T06:00:13.450Z | Downloaded tar v0.4.40 |
950 | 2023-12-09T06:00:13.450Z | Downloaded pkcs8 v0.10.2 |
951 | 2023-12-09T06:00:13.450Z | Downloaded serde_spanned v0.6.4 |
952 | 2023-12-09T06:00:13.451Z | Downloaded defmt v0.3.5 |
953 | 2023-12-09T06:00:13.451Z | Downloaded defmt-parser v0.3.3 |
954 | 2023-12-09T06:00:13.451Z | Downloaded defmt-macros v0.3.6 |
955 | 2023-12-09T06:00:13.451Z | Downloaded platforms v3.0.2 |
956 | 2023-12-09T06:00:13.451Z | Downloaded x509-cert v0.2.4 |
957 | 2023-12-09T06:00:13.451Z | Downloaded waitgroup v0.1.2 |
958 | 2023-12-09T06:00:13.451Z | Downloaded tokio-native-tls v0.3.1 |
959 | 2023-12-09T06:00:13.452Z | Downloaded scopeguard v1.2.0 |
960 | 2023-12-09T06:00:13.452Z | Downloaded predicates v3.0.4 |
961 | 2023-12-09T06:00:13.452Z | Downloaded home v0.5.5 |
962 | 2023-12-09T06:00:13.452Z | Downloaded fnv v1.0.7 |
963 | 2023-12-09T06:00:13.452Z | Downloaded float-cmp v0.9.0 |
964 | 2023-12-09T06:00:13.452Z | Downloaded rtoolbox v0.0.1 |
965 | 2023-12-09T06:00:13.453Z | Downloaded radium v0.7.0 |
966 | 2023-12-09T06:00:13.453Z | Downloaded parse-display-derive v0.8.2 |
967 | 2023-12-09T06:00:13.453Z | Downloaded zip v0.6.6 |
968 | 2023-12-09T06:00:13.453Z | Downloaded serde_path_to_error v0.1.14 |
969 | 2023-12-09T06:00:13.453Z | Downloaded form_urlencoded v1.2.1 |
970 | 2023-12-09T06:00:13.453Z | Downloaded terminal_size v0.2.6 |
971 | 2023-12-09T06:00:13.453Z | Downloaded semver-parser v0.10.2 |
972 | 2023-12-09T06:00:13.454Z | Downloaded secrecy v0.8.0 |
973 | 2023-12-09T06:00:13.454Z | Downloaded tokio-util v0.7.10 |
974 | 2023-12-09T06:00:13.454Z | Downloaded ppv-lite86 v0.2.17 |
975 | 2023-12-09T06:00:13.454Z | Downloaded derive_more v0.99.17 |
976 | 2023-12-09T06:00:13.454Z | Downloaded fragile v2.0.0 |
977 | 2023-12-09T06:00:13.455Z | Downloaded hmac v0.12.1 |
978 | 2023-12-09T06:00:13.455Z | Downloaded heapless v0.7.16 |
979 | 2023-12-09T06:00:13.455Z | Downloaded vte v0.11.1 |
980 | 2023-12-09T06:00:13.455Z | Downloaded serde_yaml v0.9.25 |
981 | 2023-12-09T06:00:13.455Z | Downloaded predicates v2.1.5 |
982 | 2023-12-09T06:00:13.465Z | Downloaded uuid v1.6.1 |
983 | 2023-12-09T06:00:13.465Z | Downloaded clap_builder v4.4.2 |
984 | 2023-12-09T06:00:13.465Z | Downloaded vsss-rs v3.3.1 |
985 | 2023-12-09T06:00:13.465Z | Downloaded unicode-normalization v0.1.22 |
986 | 2023-12-09T06:00:13.465Z | Downloaded schemars v0.8.13 |
987 | 2023-12-09T06:00:13.468Z | Downloaded papergrid v0.10.0 |
988 | 2023-12-09T06:00:13.468Z | Downloaded der v0.7.8 |
989 | 2023-12-09T06:00:13.468Z | Downloaded rand v0.8.5 |
990 | 2023-12-09T06:00:13.468Z | Downloaded serde_with v3.4.0 |
991 | 2023-12-09T06:00:13.468Z | Downloaded tinyvec v1.6.0 |
992 | 2023-12-09T06:00:13.468Z | Downloaded trust-dns-client v0.22.0 |
993 | 2023-12-09T06:00:13.468Z | Downloaded reqwest v0.11.22 |
994 | 2023-12-09T06:00:13.468Z | Downloaded http v0.2.11 |
995 | 2023-12-09T06:00:13.468Z | Downloaded reedline v0.26.0 |
996 | 2023-12-09T06:00:13.468Z | Downloaded time v0.3.27 |
997 | 2023-12-09T06:00:13.469Z | Downloaded proptest v1.4.0 |
998 | 2023-12-09T06:00:13.469Z | Downloaded rustls-webpki v0.101.7 |
999 | 2023-12-09T06:00:13.469Z | Downloaded hashbrown v0.14.2 |
1000 | 2023-12-09T06:00:13.469Z | Downloaded tabled v0.14.0 |
1001 | 2023-12-09T06:00:13.469Z | Downloaded gimli v0.28.0 |
1002 | 2023-12-09T06:00:13.469Z | Downloaded petgraph v0.6.4 |
1003 | 2023-12-09T06:00:13.469Z | Downloaded futures-util v0.3.29 |
1004 | 2023-12-09T06:00:13.470Z | Downloaded quick-xml v0.23.1 |
1005 | 2023-12-09T06:00:13.470Z | Downloaded syn v1.0.109 |
1006 | 2023-12-09T06:00:13.470Z | Downloaded radix_trie v0.2.1 |
1007 | 2023-12-09T06:00:13.470Z | Downloaded vcpkg v0.2.15 |
1008 | 2023-12-09T06:00:13.470Z | Downloaded syn v2.0.32 |
1009 | 2023-12-09T06:00:13.480Z | Downloaded trust-dns-proto v0.22.0 |
1010 | 2023-12-09T06:00:13.501Z | Downloaded regex-syntax v0.7.5 |
1011 | 2023-12-09T06:00:13.520Z | Downloaded diesel v2.1.4 |
1012 | 2023-12-09T06:00:13.556Z | Downloaded rustix v0.37.23 |
1013 | 2023-12-09T06:00:13.591Z | Downloaded sled v0.34.7 |
1014 | 2023-12-09T06:00:13.613Z | Downloaded rustix v0.38.25 |
1015 | 2023-12-09T06:00:13.684Z | Downloaded zerocopy-derive v0.2.0 |
1016 | 2023-12-09T06:00:13.697Z | Downloaded regex-automata v0.3.8 |
1017 | 2023-12-09T06:00:13.725Z | Downloaded regex-automata v0.4.3 |
1018 | 2023-12-09T06:00:14.147Z | Downloaded libc v0.2.150 |
1019 | 2023-12-09T06:00:14.157Z | Downloaded tokio v1.35.0 |
1020 | 2023-12-09T06:00:14.158Z | Downloaded sha3 v0.10.8 |
1021 | 2023-12-09T06:00:14.158Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1022 | 2023-12-09T06:00:14.158Z | Downloaded encoding_rs v0.8.33 |
1023 | 2023-12-09T06:00:14.158Z | Downloaded zerocopy-derive v0.6.4 |
1024 | 2023-12-09T06:00:14.159Z | Downloaded zerocopy-derive v0.7.26 |
1025 | 2023-12-09T06:00:14.160Z | Downloaded regex-syntax v0.8.2 |
1026 | 2023-12-09T06:00:14.160Z | Downloaded regress v0.7.1 |
1027 | 2023-12-09T06:00:14.160Z | Downloaded polar-core v0.27.0 |
1028 | 2023-12-09T06:00:14.160Z | Downloaded bstr v1.6.0 |
1029 | 2023-12-09T06:00:14.160Z | Downloaded rustls v0.21.9 |
1030 | 2023-12-09T06:00:14.160Z | Downloaded bstr v0.2.17 |
1031 | 2023-12-09T06:00:14.160Z | Downloaded ratatui v0.23.0 |
1032 | 2023-12-09T06:00:14.161Z | Downloaded regex v1.10.2 |
1033 | 2023-12-09T06:00:14.161Z | Downloaded regex-syntax v0.6.29 |
1034 | 2023-12-09T06:00:14.161Z | Downloaded h2 v0.3.21 |
1035 | 2023-12-09T06:00:14.178Z | Downloaded smoltcp v0.10.0 |
1036 | 2023-12-09T06:00:14.208Z | Downloaded openapiv3 v2.0.0 |
1037 | 2023-12-09T06:00:14.663Z | Downloaded webpki-roots v0.25.2 |
1038 | 2023-12-09T06:00:14.663Z | Downloaded curve25519-dalek v4.1.0 |
1039 | 2023-12-09T06:00:14.675Z | Downloaded idna v0.2.3 |
1040 | 2023-12-09T06:00:14.676Z | Downloaded hkdf v0.12.3 |
1041 | 2023-12-09T06:00:14.679Z | Downloaded idna v0.5.0 |
1042 | 2023-12-09T06:00:14.679Z | Downloaded rayon v1.8.0 |
1043 | 2023-12-09T06:00:14.679Z | Downloaded portable-atomic v1.4.3 |
1044 | 2023-12-09T06:00:14.679Z | Downloaded regex-automata v0.1.10 |
1045 | 2023-12-09T06:00:14.680Z | Downloaded lalrpop v0.19.12 |
1046 | 2023-12-09T06:00:14.680Z | Downloaded chrono v0.4.31 |
1047 | 2023-12-09T06:00:14.680Z | Downloaded bindgen v0.65.1 |
1048 | 2023-12-09T06:00:14.680Z | Downloaded object v0.32.1 |
1049 | 2023-12-09T06:00:14.681Z | Downloaded winnow v0.5.15 |
1050 | 2023-12-09T06:00:14.681Z | Downloaded clap v2.34.0 |
1051 | 2023-12-09T06:00:14.681Z | Downloaded ring v0.17.7 |
1052 | 2023-12-09T06:00:14.681Z | Downloaded bitvec v1.0.1 |
1053 | 2023-12-09T06:00:14.682Z | Downloaded zerocopy v0.7.26 |
1054 | 2023-12-09T06:00:14.682Z | Downloaded trust-dns-resolver v0.22.0 |
1055 | 2023-12-09T06:00:14.682Z | Downloaded ron v0.8.1 |
1056 | 2023-12-09T06:00:14.682Z | Downloaded trust-dns-server v0.22.1 |
1057 | 2023-12-09T06:00:14.682Z | Downloaded ring v0.16.20 |
1058 | 2023-12-09T06:00:14.777Z | Downloaded object v0.30.4 |
1059 | 2023-12-09T06:00:15.197Z | Downloaded toml v0.7.8 |
1060 | 2023-12-09T06:00:15.243Z | Downloaded structopt v0.3.26 |
1061 | 2023-12-09T06:00:15.243Z | Downloaded tough v0.16.0 |
1062 | 2023-12-09T06:00:15.244Z | Downloaded hyper v0.14.27 |
1063 | 2023-12-09T06:00:15.244Z | Downloaded flume v0.11.0 |
1064 | 2023-12-09T06:00:15.244Z | Downloaded steno v0.4.0 |
1065 | 2023-12-09T06:00:15.244Z | Downloaded walkdir v2.4.0 |
1066 | 2023-12-09T06:00:15.244Z | Downloaded quote v1.0.33 |
1067 | 2023-12-09T06:00:15.244Z | Downloaded textwrap v0.16.0 |
1068 | 2023-12-09T06:00:15.244Z | Downloaded salty v0.2.0 |
1069 | 2023-12-09T06:00:15.244Z | Downloaded ed25519 v1.5.3 |
1070 | 2023-12-09T06:00:15.245Z | Downloaded tracing-core v0.1.31 |
1071 | 2023-12-09T06:00:15.246Z | Downloaded futures-channel v0.3.29 |
1072 | 2023-12-09T06:00:15.246Z | Downloaded scheduled-thread-pool v0.2.7 |
1073 | 2023-12-09T06:00:15.246Z | Downloaded thiserror v1.0.49 |
1074 | 2023-12-09T06:00:15.246Z | Downloaded getopts v0.2.21 |
1075 | 2023-12-09T06:00:15.246Z | Downloaded wait-timeout v0.2.0 |
1076 | 2023-12-09T06:00:15.246Z | Downloaded socket2 v0.5.5 |
1077 | 2023-12-09T06:00:15.246Z | Downloaded tokio-postgres v0.7.10 |
1078 | 2023-12-09T06:00:15.247Z | Downloaded pest v2.7.2 |
1079 | 2023-12-09T06:00:15.247Z | Downloaded der_derive v0.7.2 |
1080 | 2023-12-09T06:00:15.247Z | Downloaded hashbrown v0.13.2 |
1081 | 2023-12-09T06:00:15.247Z | Downloaded itertools v0.11.0 |
1082 | 2023-12-09T06:00:15.247Z | Downloaded serde v1.0.192 |
1083 | 2023-12-09T06:00:15.247Z | Downloaded flagset v0.4.3 |
1084 | 2023-12-09T06:00:15.248Z | Downloaded utf-8 v0.7.6 |
1085 | 2023-12-09T06:00:15.248Z | Downloaded openssl v0.10.60 |
1086 | 2023-12-09T06:00:15.248Z | Downloaded ena v0.14.2 |
1087 | 2023-12-09T06:00:15.248Z | Downloaded deranged v0.3.8 |
1088 | 2023-12-09T06:00:15.248Z | Downloaded futures-executor v0.3.29 |
1089 | 2023-12-09T06:00:15.248Z | Downloaded phf_shared v0.11.2 |
1090 | 2023-12-09T06:00:15.248Z | Downloaded hash32 v0.2.1 |
1091 | 2023-12-09T06:00:15.248Z | Downloaded libxml v0.3.3 |
1092 | 2023-12-09T06:00:15.248Z | Downloaded serde_json v1.0.108 |
1093 | 2023-12-09T06:00:15.248Z | Downloaded headers v0.3.9 |
1094 | 2023-12-09T06:00:15.248Z | Downloaded httpdate v1.0.3 |
1095 | 2023-12-09T06:00:15.248Z | Downloaded num-traits v0.2.16 |
1096 | 2023-12-09T06:00:15.249Z | Downloaded rayon-core v1.12.0 |
1097 | 2023-12-09T06:00:15.249Z | Downloaded mio v0.8.9 |
1098 | 2023-12-09T06:00:15.249Z | Downloaded libm v0.2.7 |
1099 | 2023-12-09T06:00:15.250Z | Downloaded half v1.8.2 |
1100 | 2023-12-09T06:00:15.250Z | Downloaded unicode-bidi v0.3.13 |
1101 | 2023-12-09T06:00:15.250Z | Downloaded dirs-sys-next v0.1.2 |
1102 | 2023-12-09T06:00:15.250Z | Downloaded derive-where v1.2.6 |
1103 | 2023-12-09T06:00:15.250Z | Downloaded http-body v0.4.5 |
1104 | 2023-12-09T06:00:15.250Z | Downloaded structmeta v0.2.0 |
1105 | 2023-12-09T06:00:15.251Z | Downloaded serde_plain v1.0.2 |
1106 | 2023-12-09T06:00:15.251Z | Downloaded hostname v0.3.1 |
1107 | 2023-12-09T06:00:15.251Z | Downloaded itertools v0.12.0 |
1108 | 2023-12-09T06:00:15.251Z | Downloaded hubpack v0.1.2 |
1109 | 2023-12-09T06:00:15.251Z | Downloaded version_check v0.9.4 |
1110 | 2023-12-09T06:00:15.251Z | Downloaded poly1305 v0.8.0 |
1111 | 2023-12-09T06:00:15.251Z | Downloaded tokio-tungstenite v0.20.1 |
1112 | 2023-12-09T06:00:15.251Z | Downloaded password-hash v0.5.0 |
1113 | 2023-12-09T06:00:15.251Z | Downloaded sct v0.7.0 |
1114 | 2023-12-09T06:00:15.251Z | Downloaded r2d2 v0.8.10 |
1115 | 2023-12-09T06:00:15.251Z | Downloaded errno v0.3.2 |
1116 | 2023-12-09T06:00:15.252Z | Downloaded embedded-io v0.4.0 |
1117 | 2023-12-09T06:00:15.252Z | Downloaded memchr v2.6.3 |
1118 | 2023-12-09T06:00:15.252Z | Downloaded rustc-hash v1.1.0 |
1119 | 2023-12-09T06:00:15.252Z | Downloaded thread_local v1.1.7 |
1120 | 2023-12-09T06:00:15.252Z | Downloaded snafu v0.7.5 |
1121 | 2023-12-09T06:00:15.252Z | Downloaded toml v0.8.8 |
1122 | 2023-12-09T06:00:15.252Z | Downloaded toml v0.5.11 |
1123 | 2023-12-09T06:00:15.252Z | Downloaded ref-cast-impl v1.0.20 |
1124 | 2023-12-09T06:00:15.252Z | Downloaded whoami v1.4.1 |
1125 | 2023-12-09T06:00:15.252Z | Downloaded tiny-keccak v2.0.2 |
1126 | 2023-12-09T06:00:15.252Z | Downloaded derive_builder_core v0.12.0 |
1127 | 2023-12-09T06:00:15.253Z | Downloaded vec_map v0.8.2 |
1128 | 2023-12-09T06:00:15.253Z | Downloaded pest_meta v2.7.2 |
1129 | 2023-12-09T06:00:15.254Z | Downloaded flate2 v1.0.28 |
1130 | 2023-12-09T06:00:15.254Z | Downloaded serde_tokenstream v0.1.7 |
1131 | 2023-12-09T06:00:15.254Z | Downloaded rustc_version v0.4.0 |
1132 | 2023-12-09T06:00:15.254Z | Downloaded heck v0.3.3 |
1133 | 2023-12-09T06:00:15.254Z | Downloaded rcgen v0.11.3 |
1134 | 2023-12-09T06:00:15.254Z | Downloaded crossbeam-channel v0.5.8 |
1135 | 2023-12-09T06:00:15.254Z | Downloaded fs-err v2.11.0 |
1136 | 2023-12-09T06:00:15.254Z | Downloaded tokio-stream v0.1.14 |
1137 | 2023-12-09T06:00:15.255Z | Downloaded tokio-rustls v0.24.1 |
1138 | 2023-12-09T06:00:15.255Z | Downloaded pin-project-internal v1.1.3 |
1139 | 2023-12-09T06:00:15.255Z | Downloaded unicode-segmentation v1.10.1 |
1140 | 2023-12-09T06:00:15.273Z | Downloaded itertools v0.10.5 |
1141 | 2023-12-09T06:00:15.275Z | Downloaded httparse v1.8.0 |
1142 | 2023-12-09T06:00:15.275Z | Downloaded sec1 v0.7.3 |
1143 | 2023-12-09T06:00:15.276Z | Downloaded ryu v1.0.15 |
1144 | 2023-12-09T06:00:15.276Z | Downloaded socket2 v0.4.9 |
1145 | 2023-12-09T06:00:15.276Z | Downloaded rustfmt-wrapper v0.2.0 |
1146 | 2023-12-09T06:00:15.276Z | Downloaded typed-path v0.7.0 |
1147 | 2023-12-09T06:00:15.276Z | Downloaded postgres-types v0.2.6 |
1148 | 2023-12-09T06:00:15.276Z | Downloaded toml_edit v0.19.15 |
1149 | 2023-12-09T06:00:15.287Z | Downloaded parking_lot v0.11.2 |
1150 | 2023-12-09T06:00:15.298Z | Downloaded usdt v0.3.5 |
1151 | 2023-12-09T06:00:15.298Z | Downloaded unicode-xid v0.2.4 |
1152 | 2023-12-09T06:00:15.298Z | Downloaded futures-io v0.3.29 |
1153 | 2023-12-09T06:00:15.298Z | Downloaded fixedbitset v0.4.2 |
1154 | 2023-12-09T06:00:15.298Z | Downloaded sha2 v0.10.8 |
1155 | 2023-12-09T06:00:15.310Z | Downloaded getrandom v0.2.10 |
1156 | 2023-12-09T06:00:15.310Z | Downloaded synstructure v0.12.6 |
1157 | 2023-12-09T06:00:15.325Z | Downloaded signature v2.1.0 |
1158 | 2023-12-09T06:00:15.326Z | Downloaded yasna v0.5.2 |
1159 | 2023-12-09T06:00:15.326Z | Downloaded spki v0.7.2 |
1160 | 2023-12-09T06:00:15.326Z | Downloaded crossterm v0.27.0 |
1161 | 2023-12-09T06:00:15.356Z | Downloaded rsa v0.9.2 |
1162 | 2023-12-09T06:00:15.367Z | Downloaded url v2.5.0 |
1163 | 2023-12-09T06:00:15.368Z | Downloaded toml_edit v0.21.0 |
1164 | 2023-12-09T06:00:15.814Z | Downloaded rustversion v1.0.14 |
1165 | 2023-12-09T06:00:15.850Z | Downloaded tower-service v0.3.2 |
1166 | 2023-12-09T06:00:15.850Z | Downloaded proc-macro2 v1.0.69 |
1167 | 2023-12-09T06:00:15.850Z | Downloaded serde-hex v0.1.0 |
1168 | 2023-12-09T06:00:15.850Z | Downloaded tracing-attributes v0.1.26 |
1169 | 2023-12-09T06:00:15.850Z | Downloaded indicatif v0.17.7 |
1170 | 2023-12-09T06:00:15.851Z | Downloaded proc-macro-crate v1.3.1 |
1171 | 2023-12-09T06:00:15.851Z | Downloaded zeroize_derive v1.4.2 |
1172 | 2023-12-09T06:00:15.851Z | Downloaded topological-sort v0.2.2 |
1173 | 2023-12-09T06:00:15.852Z | Downloaded slog-json v2.6.1 |
1174 | 2023-12-09T06:00:15.852Z | Downloaded proc-macro-error v1.0.4 |
1175 | 2023-12-09T06:00:15.852Z | Downloaded futures v0.3.29 |
1176 | 2023-12-09T06:00:15.853Z | Downloaded derive_builder v0.12.0 |
1177 | 2023-12-09T06:00:15.853Z | Downloaded rustls-native-certs v0.6.3 |
1178 | 2023-12-09T06:00:15.853Z | Downloaded wyz v0.5.1 |
1179 | 2023-12-09T06:00:15.853Z | Downloaded zeroize v1.7.0 |
1180 | 2023-12-09T06:00:15.854Z | Downloaded clap v4.4.3 |
1181 | 2023-12-09T06:00:15.855Z | Downloaded phf_shared v0.10.0 |
1182 | 2023-12-09T06:00:15.855Z | Downloaded similar v2.2.1 |
1183 | 2023-12-09T06:00:15.855Z | Downloaded sha1 v0.10.6 |
1184 | 2023-12-09T06:00:15.856Z | Downloaded rand_chacha v0.3.1 |
1185 | 2023-12-09T06:00:15.856Z | Downloaded slog v2.7.0 |
1186 | 2023-12-09T06:00:15.856Z | Downloaded same-file v1.0.6 |
1187 | 2023-12-09T06:00:15.856Z | Downloaded rustls-pemfile v1.0.3 |
1188 | 2023-12-09T06:00:15.856Z | Downloaded ref-cast v1.0.20 |
1189 | 2023-12-09T06:00:15.856Z | Downloaded backtrace v0.3.69 |
1190 | 2023-12-09T06:00:15.856Z | Downloaded nanorand v0.7.0 |
1191 | 2023-12-09T06:00:15.856Z | Downloaded thiserror-impl-no-std v2.0.2 |
1192 | 2023-12-09T06:00:15.856Z | Downloaded proc-macro-error-attr v1.0.4 |
1193 | 2023-12-09T06:00:15.856Z | Downloaded static_assertions v1.1.0 |
1194 | 2023-12-09T06:00:15.856Z | Downloaded serde_derive v1.0.192 |
1195 | 2023-12-09T06:00:15.856Z | Downloaded snafu-derive v0.7.5 |
1196 | 2023-12-09T06:00:15.857Z | Downloaded paste v1.0.14 |
1197 | 2023-12-09T06:00:15.857Z | Downloaded termios v0.3.3 |
1198 | 2023-12-09T06:00:15.857Z | Downloaded prettyplease v0.2.12 |
1199 | 2023-12-09T06:00:15.857Z | Downloaded pem-rfc7468 v0.7.0 |
1200 | 2023-12-09T06:00:15.857Z | Downloaded postcard v1.0.8 |
1201 | 2023-12-09T06:00:15.866Z | Downloaded buf-list v1.0.3 |
1202 | 2023-12-09T06:00:15.866Z | Downloaded crypto-bigint v0.5.2 |
1203 | 2023-12-09T06:00:15.867Z | Downloaded termcolor v1.2.0 |
1204 | 2023-12-09T06:00:15.867Z | Downloaded tungstenite v0.20.1 |
1205 | 2023-12-09T06:00:15.867Z | Downloaded subprocess v0.2.9 |
1206 | 2023-12-09T06:00:15.867Z | Downloaded native-tls v0.2.11 |
1207 | 2023-12-09T06:00:15.868Z | Downloaded cookie v0.18.0 |
1208 | 2023-12-09T06:00:15.868Z | Downloaded untrusted v0.9.0 |
1209 | 2023-12-09T06:00:15.868Z | Downloaded cancel-safe-futures v0.1.5 |
1210 | 2023-12-09T06:00:15.868Z | Downloaded slog-bunyan v2.4.0 |
1211 | 2023-12-09T06:00:15.868Z | Downloaded test-strategy v0.3.1 |
1212 | 2023-12-09T06:00:15.868Z | Downloaded smallvec v1.11.0 |
1213 | 2023-12-09T06:00:15.868Z | Downloaded slog-stdlog v4.1.1 |
1214 | 2023-12-09T06:00:15.868Z | Downloaded lock_api v0.4.10 |
1215 | 2023-12-09T06:00:15.868Z | Downloaded console v0.15.7 |
1216 | 2023-12-09T06:00:15.868Z | Downloaded bzip2 v0.4.4 |
1217 | 2023-12-09T06:00:15.868Z | Downloaded libloading v0.7.4 |
1218 | 2023-12-09T06:00:15.869Z | Downloaded ipnet v2.8.0 |
1219 | 2023-12-09T06:00:15.869Z | Downloaded toml_datetime v0.6.5 |
1220 | 2023-12-09T06:00:15.869Z | Downloaded signal-hook-mio v0.2.3 |
1221 | 2023-12-09T06:00:15.869Z | Downloaded foreign-types-macros v0.2.3 |
1222 | 2023-12-09T06:00:15.869Z | Downloaded foreign-types v0.3.2 |
1223 | 2023-12-09T06:00:15.869Z | Downloaded darling_macro v0.20.3 |
1224 | 2023-12-09T06:00:15.870Z | Downloaded unicode-width v0.1.11 |
1225 | 2023-12-09T06:00:15.870Z | Downloaded textwrap v0.11.0 |
1226 | 2023-12-09T06:00:15.870Z | Downloaded parse-display v0.8.2 |
1227 | 2023-12-09T06:00:15.870Z | Downloaded pest_derive v2.7.2 |
1228 | 2023-12-09T06:00:15.870Z | Downloaded signal-hook-registry v1.4.1 |
1229 | 2023-12-09T06:00:15.871Z | Downloaded io-lifetimes v1.0.11 |
1230 | 2023-12-09T06:00:15.871Z | Downloaded signature v1.6.4 |
1231 | 2023-12-09T06:00:15.871Z | Downloaded tokio-macros v2.2.0 |
1232 | 2023-12-09T06:00:15.871Z | Downloaded spin v0.5.2 |
1233 | 2023-12-09T06:00:15.871Z | Downloaded ucd-trie v0.1.6 |
1234 | 2023-12-09T06:00:15.871Z | Downloaded highway v1.1.0 |
1235 | 2023-12-09T06:00:15.872Z | Downloaded glob v0.3.1 |
1236 | 2023-12-09T06:00:15.872Z | Downloaded darling_core v0.14.4 |
1237 | 2023-12-09T06:00:15.872Z | Downloaded darling_core v0.20.3 |
1238 | 2023-12-09T06:00:15.872Z | Downloaded parking_lot_core v0.9.8 |
1239 | 2023-12-09T06:00:15.872Z | Downloaded const-oid v0.9.5 |
1240 | 2023-12-09T06:00:15.872Z | Downloaded zerocopy v0.3.0 |
1241 | 2023-12-09T06:00:15.872Z | Downloaded xattr v1.0.1 |
1242 | 2023-12-09T06:00:15.874Z | Downloaded data-encoding v2.4.0 |
1243 | 2023-12-09T06:00:15.874Z | Downloaded globset v0.4.13 |
1244 | 2023-12-09T06:00:15.874Z | Downloaded smallvec v0.6.14 |
1245 | 2023-12-09T06:00:15.874Z | Downloaded maybe-uninit v2.0.0 |
1246 | 2023-12-09T06:00:15.874Z | Downloaded lru-cache v0.1.2 |
1247 | 2023-12-09T06:00:15.875Z | Downloaded cobs v0.2.3 |
1248 | 2023-12-09T06:00:15.875Z | Downloaded nibble_vec v0.1.0 |
1249 | 2023-12-09T06:00:15.875Z | Downloaded clap_lex v0.5.1 |
1250 | 2023-12-09T06:00:15.875Z | Downloaded cc v1.0.83 |
1251 | 2023-12-09T06:00:15.875Z | Downloaded bytes v1.5.0 |
1252 | 2023-12-09T06:00:15.875Z | Downloaded percent-encoding v2.3.1 |
1253 | 2023-12-09T06:00:15.875Z | Downloaded ipnetwork v0.20.0 |
1254 | 2023-12-09T06:00:15.875Z | Downloaded bitfield v0.14.0 |
1255 | 2023-12-09T06:00:15.875Z | Downloaded usdt-macro v0.3.5 |
1256 | 2023-12-09T06:00:15.876Z | Downloaded siphasher v0.3.11 |
1257 | 2023-12-09T06:00:15.877Z | Downloaded rpassword v7.3.1 |
1258 | 2023-12-09T06:00:15.877Z | Downloaded rand_core v0.6.4 |
1259 | 2023-12-09T06:00:15.877Z | Downloaded num-bigint v0.4.4 |
1260 | 2023-12-09T06:00:15.877Z | Downloaded itoa v1.0.9 |
1261 | 2023-12-09T06:00:15.877Z | Downloaded hex v0.4.3 |
1262 | 2023-12-09T06:00:15.878Z | Downloaded heck v0.4.1 |
1263 | 2023-12-09T06:00:15.878Z | Downloaded darling_macro v0.14.4 |
1264 | 2023-12-09T06:00:15.878Z | Downloaded crc-any v2.4.3 |
1265 | 2023-12-09T06:00:15.891Z | Downloaded rand_xorshift v0.3.0 |
1266 | 2023-12-09T06:00:15.892Z | Downloaded impl-trait-for-tuples v0.2.2 |
1267 | 2023-12-09T06:00:15.892Z | Downloaded hyper-tls v0.5.0 |
1268 | 2023-12-09T06:00:15.892Z | Downloaded cexpr v0.6.0 |
1269 | 2023-12-09T06:00:15.892Z | Downloaded managed v0.8.0 |
1270 | 2023-12-09T06:00:15.892Z | Downloaded linear-map v1.2.0 |
1271 | 2023-12-09T06:00:15.892Z | Downloaded crc-catalog v2.2.0 |
1272 | 2023-12-09T06:00:15.892Z | Downloaded crossbeam-epoch v0.9.15 |
1273 | 2023-12-09T06:00:15.892Z | Downloaded hyper-rustls v0.24.2 |
1274 | 2023-12-09T06:00:15.892Z | Downloaded clap_derive v4.4.2 |
1275 | 2023-12-09T06:00:15.894Z | Downloaded env_logger v0.10.0 |
1276 | 2023-12-09T06:00:15.894Z | Downloaded chacha20 v0.9.1 |
1277 | 2023-12-09T06:00:15.894Z | Downloaded camino-tempfile v1.1.1 |
1278 | 2023-12-09T06:00:15.894Z | Downloaded anstream v0.5.0 |
1279 | 2023-12-09T06:00:15.895Z | Downloaded corncobs v0.1.3 |
1280 | 2023-12-09T06:00:15.895Z | Downloaded bytesize v1.3.0 |
1281 | 2023-12-09T06:00:15.895Z | Downloaded adler v1.0.2 |
1282 | 2023-12-09T06:00:15.896Z | Downloaded cstr-argument v0.1.2 |
1283 | 2023-12-09T06:00:15.896Z | Downloaded iana-time-zone v0.1.57 |
1284 | 2023-12-09T06:00:15.897Z | Downloaded structopt-derive v0.4.18 |
1285 | 2023-12-09T06:00:15.898Z | Downloaded spin v0.9.8 |
1286 | 2023-12-09T06:00:15.899Z | Downloaded oso-derive v0.27.0 |
1287 | 2023-12-09T06:00:15.899Z | Downloaded num-bigint-dig v0.8.4 |
1288 | 2023-12-09T06:00:15.900Z | Downloaded nodrop v0.1.14 |
1289 | 2023-12-09T06:00:15.900Z | Downloaded newtype_derive v0.1.6 |
1290 | 2023-12-09T06:00:15.900Z | Downloaded cpufeatures v0.2.9 |
1291 | 2023-12-09T06:00:15.900Z | Downloaded blake2 v0.10.6 |
1292 | 2023-12-09T06:00:15.900Z | Downloaded openssl-sys v0.9.96 |
1293 | 2023-12-09T06:00:15.901Z | Downloaded openssl-probe v0.1.5 |
1294 | 2023-12-09T06:00:15.901Z | Downloaded match_cfg v0.1.0 |
1295 | 2023-12-09T06:00:15.902Z | Downloaded is-terminal v0.4.9 |
1296 | 2023-12-09T06:00:15.902Z | Downloaded serde-big-array v0.4.1 |
1297 | 2023-12-09T06:00:15.902Z | Downloaded curve25519-dalek-derive v0.1.0 |
1298 | 2023-12-09T06:00:15.902Z | Downloaded zone_cfg_derive v0.3.0 |
1299 | 2023-12-09T06:00:15.902Z | Downloaded camino v1.1.6 |
1300 | 2023-12-09T06:00:15.902Z | Downloaded byteorder v1.5.0 |
1301 | 2023-12-09T06:00:15.902Z | Downloaded thiserror-no-std v2.0.2 |
1302 | 2023-12-09T06:00:15.902Z | Downloaded ciborium-io v0.2.1 |
1303 | 2023-12-09T06:00:15.902Z | Downloaded bitflags v2.4.0 |
1304 | 2023-12-09T06:00:15.902Z | Downloaded subtle v2.5.0 |
1305 | 2023-12-09T06:00:15.903Z | Downloaded stringprep v0.1.3 |
1306 | 2023-12-09T06:00:15.903Z | Downloaded slab v0.4.9 |
1307 | 2023-12-09T06:00:15.903Z | Downloaded serde_tokenstream v0.2.0 |
1308 | 2023-12-09T06:00:15.903Z | Downloaded semver v1.0.20 |
1309 | 2023-12-09T06:00:15.903Z | Downloaded linked-hash-map v0.5.6 |
1310 | 2023-12-09T06:00:15.903Z | Downloaded lazycell v1.3.0 |
1311 | 2023-12-09T06:00:15.903Z | Downloaded kstat-rs v0.2.3 |
1312 | 2023-12-09T06:00:15.903Z | Downloaded libsw v3.3.0 |
1313 | 2023-12-09T06:00:15.904Z | Downloaded argon2 v0.5.2 |
1314 | 2023-12-09T06:00:15.904Z | Downloaded base64ct v1.6.0 |
1315 | 2023-12-09T06:00:15.904Z | Downloaded cassowary v0.3.0 |
1316 | 2023-12-09T06:00:15.904Z | Downloaded bcs v0.1.6 |
1317 | 2023-12-09T06:00:15.904Z | Downloaded async-trait v0.1.74 |
1318 | 2023-12-09T06:00:15.911Z | Downloaded futures-sink v0.3.29 |
1319 | 2023-12-09T06:00:15.911Z | Downloaded slog-envlogger v2.2.0 |
1320 | 2023-12-09T06:00:15.912Z | Downloaded serde_urlencoded v0.7.1 |
1321 | 2023-12-09T06:00:15.912Z | Downloaded backoff v0.4.0 |
1322 | 2023-12-09T06:00:15.912Z | Downloaded autocfg v1.1.0 |
1323 | 2023-12-09T06:00:15.912Z | Downloaded array-init v0.0.4 |
1324 | 2023-12-09T06:00:15.912Z | Downloaded anstyle-query v1.0.0 |
1325 | 2023-12-09T06:00:15.912Z | Downloaded ansi_term v0.12.1 |
1326 | 2023-12-09T06:00:15.912Z | Downloaded atty v0.2.14 |
1327 | 2023-12-09T06:00:15.912Z | Downloaded crossbeam v0.8.2 |
1328 | 2023-12-09T06:00:15.922Z | Downloaded hyper-staticfile v0.9.5 |
1329 | 2023-12-09T06:00:15.922Z | Downloaded anyhow v1.0.75 |
1330 | 2023-12-09T06:00:15.931Z | Downloaded cfg-if v1.0.0 |
1331 | 2023-12-09T06:00:15.931Z | Downloaded bytecount v0.6.3 |
1332 | 2023-12-09T06:00:15.932Z | Downloaded semver v0.11.0 |
1333 | 2023-12-09T06:00:15.945Z | Downloaded nom v7.1.3 |
1334 | 2023-12-09T06:00:15.945Z | Downloaded try-lock v0.2.4 |
1335 | 2023-12-09T06:00:15.945Z | Downloaded take_mut v0.2.2 |
1336 | 2023-12-09T06:00:15.981Z | Downloaded base64 v0.21.5 |
1337 | 2023-12-09T06:00:15.981Z | Downloaded lalrpop-util v0.19.12 |
1338 | 2023-12-09T06:00:15.981Z | Downloaded keccak v0.1.4 |
1339 | 2023-12-09T06:00:15.981Z | Downloaded ident_case v1.0.1 |
1340 | 2023-12-09T06:00:15.982Z | Downloaded convert_case v0.4.0 |
1341 | 2023-12-09T06:00:16.422Z | Downloaded signal-hook-tokio v0.3.1 |
1342 | 2023-12-09T06:00:16.423Z | Downloaded bitflags v1.3.2 |
1343 | 2023-12-09T06:00:16.423Z | Downloaded usdt-attr-macro v0.3.5 |
1344 | 2023-12-09T06:00:16.423Z | Downloaded owo-colors v3.5.0 |
1345 | 2023-12-09T06:00:16.423Z | Downloaded ciborium-ll v0.2.1 |
1346 | 2023-12-09T06:00:16.423Z | Downloaded diff v0.1.13 |
1347 | 2023-12-09T06:00:16.423Z | Downloaded bit-set v0.5.3 |
1348 | 2023-12-09T06:00:16.423Z | Downloaded base16ct v0.2.0 |
1349 | 2023-12-09T06:00:16.423Z | Downloaded fatfs v0.3.6 |
1350 | 2023-12-09T06:00:16.423Z | Downloaded either v1.9.0 |
1351 | 2023-12-09T06:00:16.423Z | Downloaded difflib v0.4.0 |
1352 | 2023-12-09T06:00:16.424Z | Downloaded addr2line v0.21.0 |
1353 | 2023-12-09T06:00:16.424Z | Downloaded ascii-canvas v3.0.0 |
1354 | 2023-12-09T06:00:16.424Z | Downloaded aead v0.5.2 |
1355 | 2023-12-09T06:00:16.424Z | Downloaded fd-lock v3.0.13 |
1356 | 2023-12-09T06:00:16.425Z | Downloaded colorchoice v1.0.0 |
1357 | 2023-12-09T06:00:16.425Z | Downloaded async-stream v0.3.5 |
1358 | 2023-12-09T06:00:16.425Z | Downloaded crucible-workspace-hack v0.1.0 |
1359 | 2023-12-09T06:00:16.425Z | Downloaded untrusted v0.7.1 |
1360 | 2023-12-09T06:00:16.425Z | Downloaded aho-corasick v1.0.4 |
1361 | 2023-12-09T06:00:16.425Z | Downloaded ahash v0.8.3 |
1362 | 2023-12-09T06:00:16.425Z | Downloaded new_debug_unreachable v1.0.4 |
1363 | 2023-12-09T06:00:16.426Z | Downloaded once_cell v1.19.0 |
1364 | 2023-12-09T06:00:16.426Z | Downloaded num_enum_derive v0.5.11 |
1365 | 2023-12-09T06:00:16.426Z | Downloaded num-derive v0.4.0 |
1366 | 2023-12-09T06:00:16.426Z | Downloaded nu-ansi-term v0.49.0 |
1367 | 2023-12-09T06:00:16.426Z | Downloaded num-complex v0.4.4 |
1368 | 2023-12-09T06:00:16.426Z | Downloaded mockall v0.11.4 |
1369 | 2023-12-09T06:00:16.426Z | Downloaded mime_guess v2.0.4 |
1370 | 2023-12-09T06:00:16.426Z | Downloaded arc-swap v1.6.0 |
1371 | 2023-12-09T06:00:16.426Z | Compiling proc-macro2 v1.0.69 |
1372 | 2023-12-09T06:00:16.426Z | Compiling unicode-ident v1.0.12 |
1373 | 2023-12-09T06:00:16.427Z | Compiling libc v0.2.150 |
1374 | 2023-12-09T06:00:16.427Z | Compiling serde v1.0.192 |
1375 | 2023-12-09T06:00:16.435Z | Compiling autocfg v1.1.0 |
1376 | 2023-12-09T06:00:16.436Z | Compiling cfg-if v1.0.0 |
1377 | 2023-12-09T06:00:16.436Z | Compiling version_check v0.9.4 |
1378 | 2023-12-09T06:00:16.649Z | Compiling syn v1.0.109 |
1379 | 2023-12-09T06:00:16.661Z | Compiling once_cell v1.19.0 |
1380 | 2023-12-09T06:00:17.165Z | Compiling parking_lot_core v0.9.8 |
1381 | 2023-12-09T06:00:17.669Z | Compiling libm v0.2.7 |
1382 | 2023-12-09T06:00:17.679Z | Compiling serde_json v1.0.108 |
1383 | 2023-12-09T06:00:17.681Z | Compiling lock_api v0.4.10 |
1384 | 2023-12-09T06:00:18.349Z | Compiling num-traits v0.2.16 |
1385 | 2023-12-09T06:00:18.394Z | Compiling futures-core v0.3.29 |
1386 | 2023-12-09T06:00:18.545Z | Compiling typenum v1.16.0 |
1387 | 2023-12-09T06:00:18.571Z | Compiling scopeguard v1.2.0 |
1388 | 2023-12-09T06:00:19.814Z | Compiling thiserror v1.0.49 |
1389 | 2023-12-09T06:00:19.830Z | Compiling generic-array v0.14.7 |
1390 | 2023-12-09T06:00:19.831Z | Compiling memchr v2.6.3 |
1391 | 2023-12-09T06:00:19.831Z | Compiling itoa v1.0.9 |
1392 | 2023-12-09T06:00:19.831Z | Compiling pkg-config v0.3.27 |
1393 | 2023-12-09T06:00:20.241Z | Compiling quote v1.0.33 |
1394 | 2023-12-09T06:00:20.304Z | Compiling slab v0.4.9 |
1395 | 2023-12-09T06:00:20.733Z | Compiling cc v1.0.83 |
1396 | 2023-12-09T06:00:21.128Z | Compiling syn v2.0.32 |
1397 | 2023-12-09T06:00:21.233Z | Compiling getrandom v0.2.10 |
1398 | 2023-12-09T06:00:22.326Z | Compiling futures-channel v0.3.29 |
1399 | 2023-12-09T06:00:22.332Z | Compiling futures-task v0.3.29 |
1400 | 2023-12-09T06:00:22.384Z | Compiling log v0.4.20 |
1401 | 2023-12-09T06:00:22.640Z | Compiling futures-util v0.3.29 |
1402 | 2023-12-09T06:00:23.092Z | Compiling heck v0.4.1 |
1403 | 2023-12-09T06:00:23.372Z | Compiling ryu v1.0.15 |
1404 | 2023-12-09T06:00:23.557Z | Compiling smallvec v1.11.0 |
1405 | 2023-12-09T06:00:24.125Z | Compiling pin-project-lite v0.2.13 |
1406 | 2023-12-09T06:00:24.130Z | Compiling schemars v0.8.13 |
1407 | 2023-12-09T06:00:24.130Z | Compiling vcpkg v0.2.15 |
1408 | 2023-12-09T06:00:24.936Z | Compiling parking_lot v0.12.1 |
1409 | 2023-12-09T06:00:25.792Z | Compiling ring v0.17.7 |
1410 | 2023-12-09T06:00:26.670Z | Compiling openssl-sys v0.9.96 |
1411 | 2023-12-09T06:00:26.955Z | Compiling semver v1.0.20 |
1412 | 2023-12-09T06:00:27.618Z | Compiling rand_core v0.6.4 |
1413 | 2023-12-09T06:00:27.996Z | Compiling signal-hook-registry v1.4.1 |
1414 | 2023-12-09T06:00:28.879Z | Compiling ring v0.16.20 |
1415 | 2023-12-09T06:00:29.278Z | Compiling mio v0.8.9 |
1416 | 2023-12-09T06:00:30.157Z | Compiling indexmap v1.9.3 |
1417 | 2023-12-09T06:00:30.426Z | Compiling equivalent v1.0.1 |
1418 | 2023-12-09T06:00:30.427Z | Compiling byteorder v1.5.0 |
1419 | 2023-12-09T06:00:30.862Z | Compiling hashbrown v0.14.2 |
1420 | 2023-12-09T06:00:31.612Z | Compiling ahash v0.8.3 |
1421 | 2023-12-09T06:00:31.893Z | Compiling httparse v1.8.0 |
1422 | 2023-12-09T06:00:32.126Z | Compiling socket2 v0.5.5 |
1423 | 2023-12-09T06:00:32.210Z | Compiling num_cpus v1.16.0 |
1424 | 2023-12-09T06:00:32.428Z | Compiling spin v0.5.2 |
1425 | 2023-12-09T06:00:32.945Z | Compiling serde_derive_internals v0.26.0 |
1426 | 2023-12-09T06:00:33.345Z | Compiling fnv v1.0.7 |
1427 | 2023-12-09T06:00:33.354Z | Compiling openssl v0.10.60 |
1428 | 2023-12-09T06:00:33.652Z | Compiling spin v0.9.8 |
1429 | 2023-12-09T06:00:33.984Z | Compiling rustls v0.21.9 |
1430 | 2023-12-09T06:00:34.278Z | Compiling iana-time-zone v0.1.57 |
1431 | 2023-12-09T06:00:34.376Z | Compiling native-tls v0.2.11 |
1432 | 2023-12-09T06:00:34.802Z | Compiling unicode-xid v0.2.4 |
1433 | 2023-12-09T06:00:34.857Z | Compiling ucd-trie v0.1.6 |
1434 | 2023-12-09T06:00:35.048Z | Compiling const-oid v0.9.5 |
1435 | 2023-12-09T06:00:35.225Z | Compiling subtle v2.5.0 |
1436 | 2023-12-09T06:00:35.294Z | Compiling crossbeam-utils v0.8.16 |
1437 | 2023-12-09T06:00:35.644Z | Compiling synstructure v0.12.6 |
1438 | 2023-12-09T06:00:35.965Z | Compiling io-lifetimes v1.0.11 |
1439 | 2023-12-09T06:00:36.092Z | Compiling futures-sink v0.3.29 |
1440 | 2023-12-09T06:00:36.796Z | Compiling backtrace v0.3.69 |
1441 | 2023-12-09T06:00:37.232Z | Compiling dyn-clone v1.0.13 |
1442 | 2023-12-09T06:00:37.268Z | Compiling winnow v0.5.15 |
1443 | 2023-12-09T06:00:37.385Z | Compiling rustix v0.38.25 |
1444 | 2023-12-09T06:00:37.638Z | Compiling tinyvec_macros v0.1.1 |
1445 | 2023-12-09T06:00:37.783Z | Compiling tinyvec v1.6.0 |
1446 | 2023-12-09T06:00:39.010Z | Compiling tracing-core v0.1.31 |
1447 | 2023-12-09T06:00:39.033Z | Compiling memoffset v0.9.0 |
1448 | 2023-12-09T06:00:39.076Z | Compiling num-integer v0.1.45 |
1449 | 2023-12-09T06:00:39.509Z | Compiling futures-io v0.3.29 |
1450 | 2023-12-09T06:00:40.026Z | Compiling pin-utils v0.1.0 |
1451 | 2023-12-09T06:00:40.303Z | Compiling rustix v0.37.23 |
1452 | 2023-12-09T06:00:40.339Z | Compiling unicode-normalization v0.1.22 |
1453 | 2023-12-09T06:00:40.351Z | Compiling hashbrown v0.13.2 |
1454 | 2023-12-09T06:00:42.264Z | Compiling usdt-impl v0.3.5 |
1455 | 2023-12-09T06:00:42.264Z | Compiling unicode-bidi v0.3.13 |
1456 | 2023-12-09T06:00:42.264Z | Compiling crc32fast v1.3.2 |
1457 | 2023-12-09T06:00:42.513Z | Compiling serde_derive v1.0.192 |
1458 | 2023-12-09T06:00:42.976Z | Compiling zeroize_derive v1.4.2 |
1459 | 2023-12-09T06:00:43.006Z | Compiling thiserror-impl v1.0.49 |
1460 | 2023-12-09T06:00:43.189Z | Compiling tokio-macros v2.2.0 |
1461 | 2023-12-09T06:00:43.345Z | Compiling futures-macro v0.3.29 |
1462 | 2023-12-09T06:00:43.450Z | Compiling tracing-attributes v0.1.26 |
1463 | 2023-12-09T06:00:44.396Z | Compiling schemars_derive v0.8.13 |
1464 | 2023-12-09T06:00:44.405Z | Compiling openssl-macros v0.1.1 |
1465 | 2023-12-09T06:00:45.350Z | Compiling zerocopy-derive v0.2.0 |
1466 | 2023-12-09T06:00:45.375Z | Compiling zeroize v1.7.0 |
1467 | 2023-12-09T06:00:46.381Z | Compiling der_derive v0.7.2 |
1468 | 2023-12-09T06:00:47.717Z | Compiling pest v2.7.2 |
1469 | 2023-12-09T06:00:48.118Z | Compiling crypto-common v0.1.6 |
1470 | 2023-12-09T06:00:48.187Z | Compiling block-buffer v0.10.4 |
1471 | 2023-12-09T06:00:48.597Z | Compiling anyhow v1.0.75 |
1472 | 2023-12-09T06:00:48.767Z | Compiling tracing v0.1.37 |
1473 | 2023-12-09T06:00:49.115Z | Compiling slog v2.7.0 |
1474 | 2023-12-09T06:00:49.304Z | Compiling time-core v0.1.1 |
1475 | 2023-12-09T06:00:49.554Z | Compiling bitflags v1.3.2 |
1476 | 2023-12-09T06:00:49.780Z | Compiling time-macros v0.2.13 |
1477 | 2023-12-09T06:00:50.186Z | Compiling digest v0.10.7 |
1478 | 2023-12-09T06:00:50.888Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1479 | 2023-12-09T06:00:51.540Z | Compiling pest_meta v2.7.2 |
1480 | 2023-12-09T06:00:52.059Z | Compiling aho-corasick v1.0.4 |
1481 | 2023-12-09T06:00:52.489Z | Compiling crossbeam-epoch v0.9.15 |
1482 | 2023-12-09T06:00:53.000Z | Compiling ppv-lite86 v0.2.17 |
1483 | 2023-12-09T06:00:53.101Z | Compiling rustversion v1.0.14 |
1484 | 2023-12-09T06:00:53.944Z | Compiling pest_generator v2.7.2 |
1485 | 2023-12-09T06:00:54.268Z | Compiling signal-hook v0.3.17 |
1486 | 2023-12-09T06:00:54.478Z | Compiling async-trait v0.1.74 |
1487 | 2023-12-09T06:00:54.667Z | Compiling regex-syntax v0.8.2 |
1488 | 2023-12-09T06:00:56.949Z | Compiling rand_chacha v0.3.1 |
1489 | 2023-12-09T06:00:58.268Z | Compiling pest_derive v2.7.2 |
1490 | 2023-12-09T06:00:58.565Z | Compiling zerocopy v0.3.0 |
1491 | 2023-12-09T06:00:59.539Z | Compiling errno v0.3.2 |
1492 | 2023-12-09T06:01:00.207Z | Compiling strsim v0.10.0 |
1493 | 2023-12-09T06:01:00.354Z | Compiling base64 v0.21.5 |
1494 | 2023-12-09T06:01:01.162Z | Compiling regex-automata v0.4.3 |
1495 | 2023-12-09T06:01:01.457Z | Compiling dof v0.1.5 |
1496 | 2023-12-09T06:01:02.769Z | Compiling dtrace-parser v0.1.14 |
1497 | 2023-12-09T06:01:05.016Z | Compiling bytes v1.5.0 |
1498 | 2023-12-09T06:01:05.471Z | Compiling indexmap v2.1.0 |
1499 | 2023-12-09T06:01:06.949Z | Compiling uuid v1.6.1 |
1500 | 2023-12-09T06:01:07.471Z | Compiling tokio v1.35.0 |
1501 | 2023-12-09T06:01:07.732Z | Compiling rustc_version v0.4.0 |
1502 | 2023-12-09T06:01:08.154Z | Compiling chrono v0.4.31 |
1503 | 2023-12-09T06:01:08.718Z | Compiling heapless v0.7.16 |
1504 | 2023-12-09T06:01:08.969Z | Compiling bitflags v2.4.0 |
1505 | 2023-12-09T06:01:12.279Z | Compiling toml_datetime v0.6.5 |
1506 | 2023-12-09T06:01:12.946Z | Compiling serde_spanned v0.6.4 |
1507 | 2023-12-09T06:01:14.176Z | Compiling toml_edit v0.19.15 |
1508 | 2023-12-09T06:01:15.018Z | Compiling http v0.2.11 |
1509 | 2023-12-09T06:01:18.626Z | Compiling regex v1.10.2 |
1510 | 2023-12-09T06:01:18.959Z | Compiling rand v0.8.5 |
1511 | 2023-12-09T06:01:22.528Z | Compiling tokio-util v0.7.10 |
1512 | 2023-12-09T06:01:24.647Z | Compiling thread-id v4.2.0 |
1513 | 2023-12-09T06:01:24.909Z | Compiling num-bigint v0.4.4 |
1514 | 2023-12-09T06:01:25.069Z | Compiling base64ct v1.6.0 |
1515 | 2023-12-09T06:01:25.306Z | Compiling percent-encoding v2.3.1 |
1516 | 2023-12-09T06:01:25.585Z | Compiling doc-comment v0.3.3 |
1517 | 2023-12-09T06:01:25.959Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1518 | 2023-12-09T06:01:26.011Z | Compiling foreign-types-shared v0.1.1 |
1519 | 2023-12-09T06:01:26.171Z | Compiling openssl-probe v0.1.5 |
1520 | 2023-12-09T06:01:26.434Z | Compiling untrusted v0.7.1 |
1521 | 2023-12-09T06:01:26.733Z | Compiling smoltcp v0.9.1 |
1522 | 2023-12-09T06:01:26.891Z | Compiling untrusted v0.9.0 |
1523 | 2023-12-09T06:01:27.148Z | Compiling hashbrown v0.12.3 |
1524 | 2023-12-09T06:01:30.449Z | Compiling foreign-types v0.3.2 |
1525 | 2023-12-09T06:01:30.982Z | Compiling pem-rfc7468 v0.7.0 |
1526 | 2023-12-09T06:01:32.406Z | Compiling strum_macros v0.25.2 |
1527 | 2023-12-09T06:01:33.161Z | Compiling serde_tokenstream v0.1.7 |
1528 | 2023-12-09T06:01:33.520Z | Compiling hmac v0.12.1 |
1529 | 2023-12-09T06:01:33.980Z | Compiling lazy_static v1.4.0 |
1530 | 2023-12-09T06:01:34.304Z | Compiling socket2 v0.4.9 |
1531 | 2023-12-09T06:01:36.013Z | Compiling adler v1.0.2 |
1532 | 2023-12-09T06:01:36.468Z | Compiling try-lock v0.2.4 |
1533 | 2023-12-09T06:01:36.967Z | Compiling unicode-segmentation v1.10.1 |
1534 | 2023-12-09T06:01:37.385Z | Compiling siphasher v0.3.11 |
1535 | 2023-12-09T06:01:37.603Z | Compiling flagset v0.4.3 |
1536 | 2023-12-09T06:01:37.852Z | Compiling unicode-width v0.1.11 |
1537 | 2023-12-09T06:01:37.945Z | Compiling der v0.7.8 |
1538 | 2023-12-09T06:01:38.024Z | Compiling miniz_oxide v0.7.1 |
1539 | 2023-12-09T06:01:38.332Z | Compiling want v0.3.1 |
1540 | 2023-12-09T06:01:41.171Z | Compiling rustls-webpki v0.101.7 |
1541 | 2023-12-09T06:01:41.736Z | Compiling sct v0.7.0 |
1542 | 2023-12-09T06:01:42.999Z | Compiling h2 v0.3.21 |
1543 | 2023-12-09T06:01:43.982Z | Compiling form_urlencoded v1.2.1 |
1544 | 2023-12-09T06:01:44.455Z | Compiling http-body v0.4.5 |
1545 | 2023-12-09T06:01:44.897Z | Compiling hubpack_derive v0.1.1 |
1546 | 2023-12-09T06:01:45.067Z | Compiling pin-project-internal v1.1.3 |
1547 | 2023-12-09T06:01:46.142Z | Compiling zerocopy-derive v0.6.4 |
1548 | 2023-12-09T06:01:47.784Z | Compiling num-iter v0.1.43 |
1549 | 2023-12-09T06:01:49.031Z | Compiling utf8parse v0.2.1 |
1550 | 2023-12-09T06:01:49.304Z | Compiling httpdate v1.0.3 |
1551 | 2023-12-09T06:01:49.315Z | Compiling tower-service v0.3.2 |
1552 | 2023-12-09T06:01:49.882Z | Compiling cpufeatures v0.2.9 |
1553 | 2023-12-09T06:01:49.957Z | Compiling anstyle v1.0.2 |
1554 | 2023-12-09T06:01:50.013Z | Compiling sha2 v0.10.8 |
1555 | 2023-12-09T06:01:51.208Z | Compiling anstyle-parse v0.2.1 |
1556 | 2023-12-09T06:01:53.829Z | Compiling spki v0.7.2 |
1557 | 2023-12-09T06:01:54.399Z | Compiling hyper v0.14.27 |
1558 | 2023-12-09T06:01:55.585Z | Compiling usdt-macro v0.3.5 |
1559 | 2023-12-09T06:01:56.262Z | Compiling usdt-attr-macro v0.3.5 |
1560 | 2023-12-09T06:01:58.308Z | Compiling openapiv3 v2.0.0 |
1561 | 2023-12-09T06:01:58.360Z | Compiling serde_tokenstream v0.2.0 |
1562 | 2023-12-09T06:01:59.036Z | Compiling rustls-pemfile v1.0.3 |
1563 | 2023-12-09T06:01:59.493Z | Compiling md-5 v0.10.5 |
1564 | 2023-12-09T06:01:59.530Z | Compiling idna v0.5.0 |
1565 | 2023-12-09T06:01:59.840Z | Compiling stringprep v0.1.3 |
1566 | 2023-12-09T06:02:00.590Z | Compiling hash32 v0.2.1 |
1567 | 2023-12-09T06:02:01.030Z | Compiling diesel_table_macro_syntax v0.1.0 |
1568 | 2023-12-09T06:02:01.240Z | Compiling colorchoice v1.0.0 |
1569 | 2023-12-09T06:02:01.476Z | Compiling stable_deref_trait v1.2.0 |
1570 | 2023-12-09T06:02:01.597Z | Compiling gimli v0.28.0 |
1571 | 2023-12-09T06:02:01.788Z | Compiling either v1.9.0 |
1572 | 2023-12-09T06:02:01.949Z | Compiling anstyle-query v1.0.0 |
1573 | 2023-12-09T06:02:02.313Z | Compiling fallible-iterator v0.2.0 |
1574 | 2023-12-09T06:02:03.530Z | Compiling postgres-protocol v0.6.6 |
1575 | 2023-12-09T06:02:03.550Z | Compiling anstream v0.5.0 |
1576 | 2023-12-09T06:02:06.049Z | Compiling diesel_derives v2.1.2 |
1577 | 2023-12-09T06:02:06.222Z | Compiling url v2.5.0 |
1578 | 2023-12-09T06:02:09.032Z | Compiling addr2line v0.21.0 |
1579 | 2023-12-09T06:02:10.203Z | Compiling tokio-rustls v0.24.1 |
1580 | 2023-12-09T06:02:10.366Z | Compiling rustls-native-certs v0.6.3 |
1581 | 2023-12-09T06:02:12.128Z | Compiling pkcs8 v0.10.2 |
1582 | 2023-12-09T06:02:13.011Z | Compiling terminal_size v0.2.6 |
1583 | 2023-12-09T06:02:13.286Z | Compiling tokio-native-tls v0.3.1 |
1584 | 2023-12-09T06:02:13.844Z | Compiling phf_shared v0.11.2 |
1585 | 2023-12-09T06:02:15.809Z | Compiling block-padding v0.3.3 |
1586 | 2023-12-09T06:02:16.151Z | Compiling enum-as-inner v0.5.1 |
1587 | 2023-12-09T06:02:16.180Z | Compiling snafu-derive v0.7.5 |
1588 | 2023-12-09T06:02:17.014Z | Compiling serde_repr v0.1.16 |
1589 | 2023-12-09T06:02:17.669Z | Compiling clap_derive v4.4.2 |
1590 | 2023-12-09T06:02:18.644Z | Compiling regress v0.7.1 |
1591 | 2023-12-09T06:02:24.627Z | Compiling ff v0.13.0 |
1592 | 2023-12-09T06:02:25.133Z | Compiling scheduled-thread-pool v0.2.7 |
1593 | 2023-12-09T06:02:25.508Z | Compiling object v0.32.1 |
1594 | 2023-12-09T06:02:26.634Z | Compiling bit-vec v0.6.3 |
1595 | 2023-12-09T06:02:27.271Z | Compiling matches v0.1.10 |
1596 | 2023-12-09T06:02:27.413Z | Compiling num_threads v0.1.6 |
1597 | 2023-12-09T06:02:27.592Z | Compiling rustc-demangle v0.1.23 |
1598 | 2023-12-09T06:02:29.837Z | Compiling base16ct v0.2.0 |
1599 | 2023-12-09T06:02:31.757Z | Compiling deranged v0.3.8 |
1600 | 2023-12-09T06:02:32.081Z | Compiling managed v0.8.0 |
1601 | 2023-12-09T06:02:32.153Z | Compiling regex-automata v0.1.10 |
1602 | 2023-12-09T06:02:33.009Z | Compiling ipnet v2.8.0 |
1603 | 2023-12-09T06:02:33.645Z | Compiling clap_lex v0.5.1 |
1604 | 2023-12-09T06:02:34.422Z | Compiling clap_builder v4.4.2 |
1605 | 2023-12-09T06:02:34.797Z | Compiling time v0.3.27 |
1606 | 2023-12-09T06:02:44.085Z | Compiling bstr v0.2.17 |
1607 | 2023-12-09T06:03:04.092Z | Compiling sec1 v0.7.3 |
1608 | 2023-12-09T06:03:04.092Z | Compiling idna v0.2.3 |
1609 | 2023-12-09T06:03:04.093Z | Compiling r2d2 v0.8.10 |
1610 | 2023-12-09T06:03:05.095Z | Compiling group v0.13.0 |
1611 | 2023-12-09T06:03:05.095Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1612 | 2023-12-09T06:03:05.095Z | Compiling inout v0.1.3 |
1613 | 2023-12-09T06:03:05.095Z | Compiling phf v0.11.2 |
1614 | 2023-12-09T06:03:05.095Z | Compiling hyper-tls v0.5.0 |
1615 | 2023-12-09T06:03:05.095Z | Compiling signal-hook-mio v0.2.3 |
1616 | 2023-12-09T06:03:05.095Z | Compiling hyper-rustls v0.24.2 |
1617 | 2023-12-09T06:03:05.095Z | Compiling flate2 v1.0.28 |
1618 | 2023-12-09T06:03:05.095Z | Compiling bzip2 v0.4.4 |
1619 | 2023-12-09T06:03:05.095Z | Compiling postgres-types v0.2.6 |
1620 | 2023-12-09T06:03:05.095Z | Compiling itertools v0.11.0 |
1621 | 2023-12-09T06:03:05.095Z | Compiling pin-project v1.1.3 |
1622 | 2023-12-09T06:03:05.096Z | Compiling zerocopy v0.6.4 |
1623 | 2023-12-09T06:03:06.199Z | Compiling hubpack v0.1.2 |
1624 | 2023-12-09T06:03:06.200Z | Compiling serde_urlencoded v0.7.1 |
1625 | 2023-12-09T06:03:06.200Z | Compiling phf_shared v0.10.0 |
1626 | 2023-12-09T06:03:06.200Z | Compiling hkdf v0.12.3 |
1627 | 2023-12-09T06:03:06.200Z | Compiling ipnetwork v0.20.0 |
1628 | 2023-12-09T06:03:06.200Z | Compiling futures-executor v0.3.29 |
1629 | 2023-12-09T06:03:06.200Z | Compiling crypto-bigint v0.5.2 |
1630 | 2023-12-09T06:03:06.200Z | Compiling float-cmp v0.9.0 |
1631 | 2023-12-09T06:03:06.200Z | Compiling proc-macro-error-attr v1.0.4 |
1632 | 2023-12-09T06:03:06.200Z | Compiling encoding_rs v0.8.33 |
1633 | 2023-12-09T06:03:06.200Z | Compiling webpki-roots v0.25.2 |
1634 | 2023-12-09T06:03:06.200Z | Compiling fixedbitset v0.4.2 |
1635 | 2023-12-09T06:03:06.200Z | Compiling normalize-line-endings v0.3.0 |
1636 | 2023-12-09T06:03:06.201Z | Compiling data-encoding v2.4.0 |
1637 | 2023-12-09T06:03:06.201Z | Compiling precomputed-hash v0.1.1 |
1638 | 2023-12-09T06:03:06.201Z | Compiling mime v0.3.17 |
1639 | 2023-12-09T06:03:06.201Z | Compiling predicates-core v1.0.6 |
1640 | 2023-12-09T06:03:06.201Z | Compiling difflib v0.4.0 |
1641 | 2023-12-09T06:03:06.201Z | Compiling static_assertions v1.1.0 |
1642 | 2023-12-09T06:03:06.201Z | Compiling whoami v1.4.1 |
1643 | 2023-12-09T06:03:06.201Z | Compiling new_debug_unreachable v1.0.4 |
1644 | 2023-12-09T06:03:06.201Z | Compiling regex-automata v0.3.8 |
1645 | 2023-12-09T06:03:06.201Z | Compiling string_cache v0.8.7 |
1646 | 2023-12-09T06:03:06.202Z | Compiling reqwest v0.11.22 |
1647 | 2023-12-09T06:03:06.203Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1648 | 2023-12-09T06:03:06.203Z | Compiling bstr v1.6.0 |
1649 | 2023-12-09T06:03:07.349Z | Compiling tokio-postgres v0.7.10 |
1650 | 2023-12-09T06:03:11.401Z | Compiling predicates v3.0.4 |
1651 | 2023-12-09T06:03:11.639Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1652 | 2023-12-09T06:03:11.746Z | Compiling trust-dns-proto v0.22.0 |
1653 | 2023-12-09T06:03:13.843Z | Compiling petgraph v0.6.4 |
1654 | 2023-12-09T06:03:15.251Z | Compiling elliptic-curve v0.13.8 |
1655 | 2023-12-09T06:03:24.070Z | Compiling futures v0.3.29 |
1656 | 2023-12-09T06:03:24.226Z | Compiling diesel v2.1.4 |
1657 | 2023-12-09T06:03:24.702Z | Compiling yasna v0.5.2 |
1658 | 2023-12-09T06:03:24.996Z | Compiling snafu v0.7.5 |
1659 | 2023-12-09T06:03:25.108Z | Compiling zip v0.6.6 |
1660 | 2023-12-09T06:03:25.917Z | Compiling crossterm v0.27.0 |
1661 | 2023-12-09T06:03:26.268Z | Compiling cipher v0.4.4 |
1662 | 2023-12-09T06:03:27.065Z | Compiling similar v2.2.1 |
1663 | 2023-12-09T06:03:27.606Z | Compiling clap v4.4.3 |
1664 | 2023-12-09T06:03:27.610Z | Compiling bit-set v0.5.3 |
1665 | 2023-12-09T06:03:27.771Z | Compiling itertools v0.10.5 |
1666 | 2023-12-09T06:03:27.802Z | Compiling usdt v0.3.5 |
1667 | 2023-12-09T06:03:28.747Z | Compiling console v0.15.7 |
1668 | 2023-12-09T06:03:29.170Z | Compiling tokio-stream v0.1.14 |
1669 | 2023-12-09T06:03:30.404Z | Compiling toml v0.7.8 |
1670 | 2023-12-09T06:03:30.681Z | Compiling proc-macro-crate v1.3.1 |
1671 | 2023-12-09T06:03:30.792Z | Compiling toml_edit v0.21.0 |
1672 | 2023-12-09T06:03:31.450Z | Compiling hex v0.4.3 |
1673 | 2023-12-09T06:03:32.304Z | Compiling proc-macro-error v1.0.4 |
1674 | 2023-12-09T06:03:33.724Z | Compiling lalrpop-util v0.19.12 |
1675 | 2023-12-09T06:03:35.180Z | Compiling num_enum_derive v0.5.11 |
1676 | 2023-12-09T06:03:40.077Z | Compiling atty v0.2.14 |
1677 | 2023-12-09T06:03:40.501Z | Compiling smoltcp v0.10.0 |
1678 | 2023-12-09T06:03:41.410Z | Compiling ident_case v1.0.1 |
1679 | 2023-12-09T06:03:41.685Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1680 | 2023-12-09T06:03:41.863Z | Compiling darling_core v0.20.3 |
1681 | 2023-12-09T06:03:49.957Z | Compiling num_enum v0.5.11 |
1682 | 2023-12-09T06:04:09.271Z | Compiling dirs-sys-next v0.1.2 |
1683 | 2023-12-09T06:04:11.229Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1684 | 2023-12-09T06:04:11.640Z | Compiling embedded-io v0.4.0 |
1685 | 2023-12-09T06:04:12.029Z | Compiling camino v1.1.6 |
1686 | 2023-12-09T06:04:12.859Z | Compiling cobs v0.2.3 |
1687 | 2023-12-09T06:04:15.194Z | Compiling postcard v1.0.8 |
1688 | 2023-12-09T06:04:16.843Z | Compiling dirs-next v2.0.0 |
1689 | 2023-12-09T06:04:21.497Z | Compiling darling_macro v0.20.3 |
1690 | 2023-12-09T06:04:27.741Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1691 | 2023-12-09T06:04:53.348Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1692 | 2023-12-09T06:04:53.348Z | Compiling getopts v0.2.21 |
1693 | 2023-12-09T06:04:53.348Z | Compiling structmeta-derive v0.2.0 |
1694 | 2023-12-09T06:04:53.349Z | Compiling foreign-types-macros v0.2.3 |
1695 | 2023-12-09T06:04:53.349Z | Compiling thread_local v1.1.7 |
1696 | 2023-12-09T06:04:53.349Z | Compiling multer v2.1.0 |
1697 | 2023-12-09T06:04:53.349Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1698 | 2023-12-09T06:04:53.349Z | Compiling slog-async v2.8.0 |
1699 | 2023-12-09T06:04:53.350Z | Compiling paste v1.0.14 |
1700 | 2023-12-09T06:04:53.350Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1701 | 2023-12-09T06:04:53.350Z | Compiling foreign-types-shared v0.3.1 |
1702 | 2023-12-09T06:04:53.350Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1703 | 2023-12-09T06:04:53.350Z | Compiling match_cfg v0.1.0 |
1704 | 2023-12-09T06:04:53.350Z | Compiling unsafe-libyaml v0.2.9 |
1705 | 2023-12-09T06:04:53.350Z | Compiling serde_yaml v0.9.25 |
1706 | 2023-12-09T06:04:54.696Z | Compiling hostname v0.3.1 |
1707 | 2023-12-09T06:05:01.787Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1708 | 2023-12-09T06:05:05.597Z | Compiling foreign-types v0.5.0 |
1709 | 2023-12-09T06:05:07.964Z | Compiling structmeta v0.2.0 |
1710 | 2023-12-09T06:05:12.499Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1711 | 2023-12-09T06:05:17.401Z | Compiling darling v0.20.3 |
1712 | 2023-12-09T06:05:18.124Z | Compiling term v0.7.0 |
1713 | 2023-12-09T06:05:23.314Z | Compiling slog-json v2.6.1 |
1714 | 2023-12-09T06:05:24.110Z | Compiling is-terminal v0.4.9 |
1715 | 2023-12-09T06:05:24.348Z | Compiling crossbeam-channel v0.5.8 |
1716 | 2023-12-09T06:05:43.108Z | Compiling strum v0.25.0 |
1717 | 2023-12-09T06:05:43.108Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2023-12-09T06:05:44.370Z | Compiling zerocopy-derive v0.7.26 |
1719 | 2023-12-09T06:05:44.370Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1720 | 2023-12-09T06:05:44.370Z | Compiling async-stream-impl v0.3.5 |
1721 | 2023-12-09T06:05:44.370Z | Compiling cstr-argument v0.1.2 |
1722 | 2023-12-09T06:05:44.370Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1723 | 2023-12-09T06:05:44.370Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1724 | 2023-12-09T06:05:44.370Z | Compiling crucible-workspace-hack v0.1.0 |
1725 | 2023-12-09T06:05:44.370Z | Compiling atomic-waker v1.1.1 |
1726 | 2023-12-09T06:05:44.370Z | Compiling take_mut v0.2.2 |
1727 | 2023-12-09T06:05:44.370Z | Compiling pretty-hex v0.2.1 |
1728 | 2023-12-09T06:05:44.371Z | Compiling fastrand v2.0.0 |
1729 | 2023-12-09T06:05:44.372Z | Compiling regex-syntax v0.7.5 |
1730 | 2023-12-09T06:05:44.372Z | Compiling tempfile v3.8.1 |
1731 | 2023-12-09T06:05:44.839Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1732 | 2023-12-09T06:05:45.308Z | Compiling parse-display-derive v0.8.2 |
1733 | 2023-12-09T06:05:45.582Z | Compiling waitgroup v0.1.2 |
1734 | 2023-12-09T06:05:45.636Z | Compiling async-stream v0.3.5 |
1735 | 2023-12-09T06:05:45.936Z | Compiling zerocopy v0.7.26 |
1736 | 2023-12-09T06:05:48.744Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1737 | 2023-12-09T06:05:50.784Z | Compiling colored v2.0.4 |
1738 | 2023-12-09T06:05:51.419Z | Compiling slog-bunyan v2.4.0 |
1739 | 2023-12-09T06:05:51.824Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1740 | 2023-12-09T06:06:02.621Z | Compiling slog-term v2.9.0 |
1741 | 2023-12-09T06:06:02.887Z | Compiling serde_with_macros v3.4.0 |
1742 | 2023-12-09T06:06:07.672Z | Compiling toml v0.8.8 |
1743 | 2023-12-09T06:06:07.693Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1744 | 2023-12-09T06:06:09.732Z | Compiling sha1 v0.10.6 |
1745 | 2023-12-09T06:06:09.910Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1746 | 2023-12-09T06:06:10.101Z | Compiling textwrap v0.11.0 |
1747 | 2023-12-09T06:06:11.315Z | Compiling heck v0.3.3 |
1748 | 2023-12-09T06:06:11.869Z | Compiling serde_path_to_error v0.1.14 |
1749 | 2023-12-09T06:06:13.212Z | Compiling instant v0.1.12 |
1750 | 2023-12-09T06:06:13.429Z | Compiling debug-ignore v1.0.5 |
1751 | 2023-12-09T06:06:13.588Z | Compiling strsim v0.8.0 |
1752 | 2023-12-09T06:06:13.650Z | Compiling ansi_term v0.12.1 |
1753 | 2023-12-09T06:06:13.864Z | Compiling rayon-core v1.12.0 |
1754 | 2023-12-09T06:06:14.888Z | Compiling vec_map v0.8.2 |
1755 | 2023-12-09T06:06:15.018Z | Compiling libefi-sys v0.1.0 |
1756 | 2023-12-09T06:06:15.379Z | Compiling clap v2.34.0 |
1757 | 2023-12-09T06:06:15.901Z | Compiling backoff v0.4.0 |
1758 | 2023-12-09T06:06:16.502Z | Compiling structopt-derive v0.4.18 |
1759 | 2023-12-09T06:06:16.805Z | Compiling serde_with v3.4.0 |
1760 | 2023-12-09T06:06:17.585Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1761 | 2023-12-09T06:06:17.925Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1762 | 2023-12-09T06:06:18.962Z | Compiling parse-display v0.8.2 |
1763 | 2023-12-09T06:06:19.377Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1764 | 2023-12-09T06:06:21.183Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1765 | 2023-12-09T06:06:21.957Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1766 | 2023-12-09T06:06:22.205Z | Compiling zone_cfg_derive v0.3.0 |
1767 | 2023-12-09T06:06:23.953Z | Compiling crossbeam-deque v0.8.3 |
1768 | 2023-12-09T06:06:24.424Z | Compiling macaddr v1.0.1 |
1769 | 2023-12-09T06:06:24.585Z | Compiling num-derive v0.4.0 |
1770 | 2023-12-09T06:06:24.772Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1771 | 2023-12-09T06:06:25.300Z | Compiling portable-atomic v1.4.3 |
1772 | 2023-12-09T06:06:26.742Z | Compiling zone v0.3.0 |
1773 | 2023-12-09T06:06:28.203Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1774 | 2023-12-09T06:06:45.817Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1775 | 2023-12-09T06:06:46.213Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1776 | 2023-12-09T06:06:46.213Z | Compiling structopt v0.3.26 |
1777 | 2023-12-09T06:06:46.213Z | Compiling camino-tempfile v1.1.1 |
1778 | 2023-12-09T06:06:46.419Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1779 | 2023-12-09T06:06:46.419Z | Compiling smf v0.2.2 |
1780 | 2023-12-09T06:06:46.419Z | Compiling filetime v0.2.23 |
1781 | 2023-12-09T06:06:46.419Z | Compiling xattr v1.0.1 |
1782 | 2023-12-09T06:06:46.419Z | Compiling same-file v1.0.6 |
1783 | 2023-12-09T06:06:46.419Z | Compiling tar v0.4.40 |
1784 | 2023-12-09T06:06:46.419Z | Compiling walkdir v2.4.0 |
1785 | 2023-12-09T06:06:46.419Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1786 | 2023-12-09T06:06:46.423Z | Compiling rayon v1.8.0 |
1787 | 2023-12-09T06:06:46.423Z | Compiling number_prefix v0.4.0 |
1788 | 2023-12-09T06:06:46.424Z | Compiling omicron-zone-package v0.9.1 |
1789 | 2023-12-09T06:06:46.424Z | Compiling swrite v0.1.0 |
1790 | 2023-12-09T06:06:46.424Z | Compiling topological-sort v0.2.2 |
1791 | 2023-12-09T06:06:47.887Z | Compiling indicatif v0.17.7 |
1792 | 2023-12-09T06:07:04.062Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1793 | 2023-12-09T06:07:13.701Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1794 | 2023-12-09T06:07:17.153Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1795 | 2023-12-09T06:07:18.862Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1796 | 2023-12-09T06:07:46.122Z | Finished release [optimized] target(s) in 7m 52s |
1797 | 2023-12-09T06:07:46.372Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1798 | 2023-12-09T06:07:46.461Z | Created new build target 'test' and set it as active |
1799 | 2023-12-09T06:07:46.465Z | |
1800 | 2023-12-09T06:07:46.465Z | real 7:52.856545231 |
1801 | 2023-12-09T06:07:46.465Z | user 51:06.763672622 |
1802 | 2023-12-09T06:07:46.465Z | sys 4:34.806323639 |
1803 | 2023-12-09T06:07:46.465Z | trap 2.205554171 |
1804 | 2023-12-09T06:07:46.465Z | tflt 3.421369664 |
1805 | 2023-12-09T06:07:46.465Z | dflt 4.370414295 |
1806 | 2023-12-09T06:07:46.465Z | kflt 0.026764659 |
1807 | 2023-12-09T06:07:46.465Z | lock 1:50:18.446754311 |
1808 | 2023-12-09T06:07:46.465Z | slp 2:23:11.165822935 |
1809 | 2023-12-09T06:07:46.465Z | lat 2:32.754427688 |
1810 | 2023-12-09T06:07:46.465Z | stop 3:55.980108663 |
1811 | 2023-12-09T06:07:46.470Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1812 | 2023-12-09T06:07:47.611Z | Finished release [optimized] target(s) in 1.05s |
1813 | 2023-12-09T06:07:47.703Z | Running `target/release/omicron-package -t test package` |
1814 | 2023-12-09T06:07:47.707Z | Dec 09 06:07:47.679 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1815 | 2023-12-09T06:07:48.852Z | Compiling linked-hash-map v0.5.6 |
1816 | 2023-12-09T06:07:48.852Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1817 | 2023-12-09T06:07:48.856Z | Compiling password-hash v0.5.0 |
1818 | 2023-12-09T06:07:48.856Z | Compiling blake2 v0.10.6 |
1819 | 2023-12-09T06:07:48.856Z | Compiling same-file v1.0.6 |
1820 | 2023-12-09T06:07:48.856Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1821 | 2023-12-09T06:07:48.882Z | Compiling semver-parser v0.10.2 |
1822 | 2023-12-09T06:07:48.890Z | Compiling fastrand v2.0.0 |
1823 | 2023-12-09T06:07:49.207Z | Compiling walkdir v2.4.0 |
1824 | 2023-12-09T06:07:49.476Z | Compiling lru-cache v0.1.2 |
1825 | 2023-12-09T06:07:49.671Z | Compiling argon2 v0.5.2 |
1826 | 2023-12-09T06:07:49.739Z | Compiling quick-error v1.2.3 |
1827 | 2023-12-09T06:07:49.942Z | Compiling resolv-conf v0.7.0 |
1828 | 2023-12-09T06:07:50.264Z | Compiling semver v0.11.0 |
1829 | 2023-12-09T06:07:51.117Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1830 | 2023-12-09T06:07:51.356Z | Compiling tempfile v3.8.1 |
1831 | 2023-12-09T06:07:51.939Z | Compiling filetime v0.2.23 |
1832 | 2023-12-09T06:07:52.103Z | Compiling xattr v1.0.1 |
1833 | 2023-12-09T06:07:52.374Z | Compiling slog-dtrace v0.2.3 |
1834 | 2023-12-09T06:07:52.452Z | Compiling home v0.5.5 |
1835 | 2023-12-09T06:07:52.597Z | Compiling tar v0.4.40 |
1836 | 2023-12-09T06:07:52.794Z | Compiling toolchain_find v0.2.0 |
1837 | 2023-12-09T06:07:52.930Z | Compiling trust-dns-resolver v0.22.0 |
1838 | 2023-12-09T06:07:53.020Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1839 | 2023-12-09T06:07:53.116Z | Compiling toml v0.5.11 |
1840 | 2023-12-09T06:07:53.596Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1841 | 2023-12-09T06:07:53.890Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1842 | 2023-12-09T06:07:54.277Z | Compiling omicron-zone-package v0.9.1 |
1843 | 2023-12-09T06:07:54.329Z | Compiling toml v0.8.8 |
1844 | 2023-12-09T06:07:55.645Z | Compiling num-rational v0.4.1 |
1845 | 2023-12-09T06:07:56.106Z | Compiling rustfmt-wrapper v0.2.0 |
1846 | 2023-12-09T06:07:56.138Z | Compiling cancel-safe-futures v0.1.5 |
1847 | 2023-12-09T06:07:56.904Z | Compiling convert_case v0.4.0 |
1848 | 2023-12-09T06:07:58.164Z | Compiling derive_more v0.99.17 |
1849 | 2023-12-09T06:07:58.186Z | Compiling num-complex v0.4.4 |
1850 | 2023-12-09T06:07:58.605Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1851 | 2023-12-09T06:08:00.166Z | Compiling num v0.4.1 |
1852 | 2023-12-09T06:08:00.195Z | Compiling fxhash v0.2.1 |
1853 | 2023-12-09T06:08:00.314Z | Compiling unicase v2.7.0 |
1854 | 2023-12-09T06:08:00.351Z | Compiling semver v0.1.20 |
1855 | 2023-12-09T06:08:00.527Z | Compiling utf-8 v0.7.6 |
1856 | 2023-12-09T06:08:00.740Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1857 | 2023-12-09T06:08:00.749Z | Compiling ciborium-io v0.2.1 |
1858 | 2023-12-09T06:08:00.909Z | Compiling rustc_version v0.1.7 |
1859 | 2023-12-09T06:08:01.112Z | Compiling tungstenite v0.20.1 |
1860 | 2023-12-09T06:08:01.275Z | Compiling keccak v0.1.4 |
1861 | 2023-12-09T06:08:01.328Z | Compiling radium v0.7.0 |
1862 | 2023-12-09T06:08:01.505Z | Compiling arc-swap v1.6.0 |
1863 | 2023-12-09T06:08:01.966Z | Compiling half v1.8.2 |
1864 | 2023-12-09T06:08:02.810Z | Compiling ciborium-ll v0.2.1 |
1865 | 2023-12-09T06:08:02.904Z | Compiling tokio-tungstenite v0.20.1 |
1866 | 2023-12-09T06:08:03.600Z | Compiling slog-scope v4.4.0 |
1867 | 2023-12-09T06:08:03.833Z | Compiling sha3 v0.10.8 |
1868 | 2023-12-09T06:08:04.002Z | Compiling newtype_derive v0.1.6 |
1869 | 2023-12-09T06:08:04.410Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1870 | 2023-12-09T06:08:05.061Z | Compiling libsw v3.3.0 |
1871 | 2023-12-09T06:08:05.242Z | Compiling secrecy v0.8.0 |
1872 | 2023-12-09T06:08:05.552Z | Compiling derive-where v1.2.6 |
1873 | 2023-12-09T06:08:05.634Z | Compiling owo-colors v3.5.0 |
1874 | 2023-12-09T06:08:10.439Z | Compiling parking_lot_core v0.8.6 |
1875 | 2023-12-09T06:08:10.734Z | Compiling maybe-uninit v2.0.0 |
1876 | 2023-12-09T06:08:10.873Z | Compiling tap v1.0.1 |
1877 | 2023-12-09T06:08:11.043Z | Compiling linear-map v1.2.0 |
1878 | 2023-12-09T06:08:11.151Z | Compiling wyz v0.5.1 |
1879 | 2023-12-09T06:08:11.164Z | Compiling slog-stdlog v4.1.1 |
1880 | 2023-12-09T06:08:11.685Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1881 | 2023-12-09T06:08:11.906Z | Compiling ciborium v0.2.1 |
1882 | 2023-12-09T06:08:12.610Z | Compiling nibble_vec v0.1.0 |
1883 | 2023-12-09T06:08:12.651Z | Compiling display-error-chain v0.2.0 |
1884 | 2023-12-09T06:08:12.903Z | Compiling funty v2.0.0 |
1885 | 2023-12-09T06:08:12.934Z | Compiling packed_struct v0.10.1 |
1886 | 2023-12-09T06:08:13.548Z | Compiling crc-catalog v2.2.0 |
1887 | 2023-12-09T06:08:13.754Z | Compiling endian-type v0.1.2 |
1888 | 2023-12-09T06:08:14.092Z | Compiling num-bigint-dig v0.8.4 |
1889 | 2023-12-09T06:08:14.535Z | Compiling radix_trie v0.2.1 |
1890 | 2023-12-09T06:08:24.827Z | Compiling bitvec v1.0.1 |
1891 | 2023-12-09T06:08:25.318Z | Compiling crc v3.0.1 |
1892 | 2023-12-09T06:08:25.564Z | Compiling slog-envlogger v2.2.0 |
1893 | 2023-12-09T06:08:25.564Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1894 | 2023-12-09T06:08:25.564Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1895 | 2023-12-09T06:08:25.564Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1896 | 2023-12-09T06:08:25.564Z | Compiling packed_struct_codegen v0.10.1 |
1897 | 2023-12-09T06:08:25.564Z | Compiling dirs-sys-next v0.1.2 |
1898 | 2023-12-09T06:08:25.564Z | Compiling glob v0.3.1 |
1899 | 2023-12-09T06:08:25.849Z | Compiling nodrop v0.1.14 |
1900 | 2023-12-09T06:08:26.046Z | Compiling platforms v3.0.2 |
1901 | 2023-12-09T06:08:27.520Z | Compiling crunchy v0.2.2 |
1902 | 2023-12-09T06:08:27.892Z | Compiling clang-sys v1.6.1 |
1903 | 2023-12-09T06:08:28.245Z | Compiling array-init v0.0.4 |
1904 | 2023-12-09T06:08:28.909Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1905 | 2023-12-09T06:08:30.341Z | Compiling dirs-next v2.0.0 |
1906 | 2023-12-09T06:08:30.492Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1907 | 2023-12-09T06:08:30.621Z | Compiling parking_lot v0.11.2 |
1908 | 2023-12-09T06:08:34.584Z | Compiling steno v0.4.0 |
1909 | 2023-12-09T06:08:35.838Z | Compiling smallvec v0.6.14 |
1910 | 2023-12-09T06:08:36.143Z | Compiling mime_guess v2.0.4 |
1911 | 2023-12-09T06:08:36.580Z | Compiling trust-dns-client v0.22.0 |
1912 | 2023-12-09T06:08:40.437Z | Compiling pkcs1 v0.7.5 |
1913 | 2023-12-09T06:08:40.693Z | Compiling signature v2.1.0 |
1914 | 2023-12-09T06:08:41.451Z | Compiling tiny-keccak v2.0.2 |
1915 | 2023-12-09T06:08:41.514Z | Compiling bitfield v0.14.0 |
1916 | 2023-12-09T06:08:41.862Z | Compiling prettyplease v0.2.12 |
1917 | 2023-12-09T06:08:41.994Z | Compiling termcolor v1.2.0 |
1918 | 2023-12-09T06:08:42.337Z | Compiling rsa v0.9.2 |
1919 | 2023-12-09T06:08:44.237Z | Compiling trust-dns-server v0.22.1 |
1920 | 2023-12-09T06:08:46.626Z | Compiling env_logger v0.10.0 |
1921 | 2023-12-09T06:08:51.120Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1922 | 2023-12-09T06:08:55.530Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1923 | 2023-12-09T06:08:58.091Z | Compiling serde-hex v0.1.0 |
1924 | 2023-12-09T06:08:58.099Z | Compiling sled v0.34.7 |
1925 | 2023-12-09T06:09:11.257Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1926 | 2023-12-09T06:09:16.923Z | Compiling term v0.7.0 |
1927 | 2023-12-09T06:09:20.054Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1928 | 2023-12-09T06:09:20.578Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1929 | 2023-12-09T06:09:22.142Z | Compiling darling_core v0.14.4 |
1930 | 2023-12-09T06:09:30.207Z | Compiling itertools v0.12.0 |
1931 | 2023-12-09T06:09:36.226Z | Compiling x509-cert v0.2.4 |
1932 | 2023-12-09T06:09:41.880Z | Compiling ron v0.8.1 |
1933 | 2023-12-09T06:09:48.284Z | Compiling pretty-hex v0.4.0 |
1934 | 2023-12-09T06:09:48.699Z | Compiling crc-any v2.4.3 |
1935 | 2023-12-09T06:09:50.289Z | Compiling buf-list v1.0.3 |
1936 | 2023-12-09T06:09:51.131Z | Compiling minimal-lexical v0.2.1 |
1937 | 2023-12-09T06:09:51.994Z | Compiling nom v7.1.3 |
1938 | 2023-12-09T06:09:52.604Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1939 | 2023-12-09T06:09:58.476Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1940 | 2023-12-09T06:09:58.552Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1941 | 2023-12-09T06:09:59.375Z | Compiling darling_macro v0.14.4 |
1942 | 2023-12-09T06:10:01.041Z | Compiling curve25519-dalek v4.1.0 |
1943 | 2023-12-09T06:10:01.535Z | Compiling ascii-canvas v3.0.0 |
1944 | 2023-12-09T06:10:02.159Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1945 | 2023-12-09T06:10:02.160Z | Compiling object v0.30.4 |
1946 | 2023-12-09T06:10:03.971Z | Compiling is-terminal v0.4.9 |
1947 | 2023-12-09T06:10:04.020Z | Compiling kstat-rs v0.2.3 |
1948 | 2023-12-09T06:10:04.142Z | Compiling ena v0.14.2 |
1949 | 2023-12-09T06:10:04.466Z | Compiling libloading v0.7.4 |
1950 | 2023-12-09T06:10:04.781Z | Compiling path-slash v0.1.5 |
1951 | 2023-12-09T06:10:05.030Z | Compiling diff v0.1.13 |
1952 | 2023-12-09T06:10:05.103Z | Compiling regex-syntax v0.6.29 |
1953 | 2023-12-09T06:10:05.906Z | Compiling bindgen v0.65.1 |
1954 | 2023-12-09T06:10:06.535Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1955 | 2023-12-09T06:10:14.346Z | Compiling lalrpop v0.19.12 |
1956 | 2023-12-09T06:10:23.380Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1957 | 2023-12-09T06:10:23.602Z | Compiling darling v0.14.4 |
1958 | 2023-12-09T06:10:25.483Z | Compiling cexpr v0.6.0 |
1959 | 2023-12-09T06:10:29.565Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1960 | 2023-12-09T06:10:30.957Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1961 | 2023-12-09T06:10:31.240Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1962 | 2023-12-09T06:10:33.329Z | Compiling which v4.4.0 |
1963 | 2023-12-09T06:10:33.642Z | Compiling universal-hash v0.5.1 |
1964 | 2023-12-09T06:10:33.966Z | Compiling curve25519-dalek-derive v0.1.0 |
1965 | 2023-12-09T06:10:34.128Z | Compiling thiserror-impl-no-std v2.0.2 |
1966 | 2023-12-09T06:10:36.116Z | Compiling memoffset v0.7.1 |
1967 | 2023-12-09T06:10:36.561Z | Compiling shlex v1.1.0 |
1968 | 2023-12-09T06:10:36.935Z | Compiling peeking_take_while v0.1.2 |
1969 | 2023-12-09T06:10:37.113Z | Compiling opaque-debug v0.3.0 |
1970 | 2023-12-09T06:10:37.246Z | Compiling lazycell v1.3.0 |
1971 | 2023-12-09T06:10:37.479Z | Compiling rustc-hash v1.1.0 |
1972 | 2023-12-09T06:10:38.568Z | Compiling thiserror-no-std v2.0.2 |
1973 | 2023-12-09T06:10:38.586Z | Compiling poly1305 v0.8.0 |
1974 | 2023-12-09T06:10:41.245Z | Compiling derive_builder_core v0.12.0 |
1975 | 2023-12-09T06:10:43.431Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1976 | 2023-12-09T06:10:44.903Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1977 | 2023-12-09T06:10:44.939Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1978 | 2023-12-09T06:10:45.345Z | Compiling chacha20 v0.9.1 |
1979 | 2023-12-09T06:10:46.050Z | Compiling globset v0.4.13 |
1980 | 2023-12-09T06:10:51.996Z | Compiling pem v3.0.2 |
1981 | 2023-12-09T06:10:54.738Z | Compiling olpc-cjson v0.1.3 |
1982 | 2023-12-09T06:10:55.614Z | Compiling aead v0.5.2 |
1983 | 2023-12-09T06:10:56.103Z | Compiling bcs v0.1.6 |
1984 | 2023-12-09T06:10:57.427Z | Compiling serde_plain v1.0.2 |
1985 | 2023-12-09T06:10:57.505Z | Compiling libxml v0.3.3 |
1986 | 2023-12-09T06:10:58.021Z | Compiling async-recursion v1.0.5 |
1987 | 2023-12-09T06:10:58.282Z | Compiling typed-path v0.7.0 |
1988 | 2023-12-09T06:10:59.528Z | Compiling ref-cast v1.0.20 |
1989 | 2023-12-09T06:11:00.233Z | Compiling highway v1.1.0 |
1990 | 2023-12-09T06:11:00.386Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1991 | 2023-12-09T06:11:00.840Z | Compiling chacha20poly1305 v0.10.1 |
1992 | 2023-12-09T06:11:01.178Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1993 | 2023-12-09T06:11:02.044Z | Compiling polar-core v0.27.0 |
1994 | 2023-12-09T06:11:02.591Z | Compiling tough v0.16.0 |
1995 | 2023-12-09T06:11:02.811Z | Compiling derive_builder_macro v0.12.0 |
1996 | 2023-12-09T06:11:04.063Z | Compiling vsss-rs v3.3.1 |
1997 | 2023-12-09T06:11:04.292Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1998 | 2023-12-09T06:11:04.699Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1999 | 2023-12-09T06:11:10.340Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2000 | 2023-12-09T06:11:12.204Z | Compiling strum_macros v0.24.3 |
2001 | 2023-12-09T06:11:13.698Z | Compiling ref-cast-impl v1.0.20 |
2002 | 2023-12-09T06:11:15.365Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2003 | 2023-12-09T06:11:15.464Z | Compiling cookie v0.18.0 |
2004 | 2023-12-09T06:11:15.822Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2005 | 2023-12-09T06:11:15.910Z | Compiling signature v1.6.4 |
2006 | 2023-12-09T06:11:16.137Z | Compiling indoc v1.0.9 |
2007 | 2023-12-09T06:11:16.255Z | Compiling salty v0.2.0 |
2008 | 2023-12-09T06:11:16.816Z | Compiling http-range v0.1.5 |
2009 | 2023-12-09T06:11:17.603Z | Compiling hyper-staticfile v0.9.5 |
2010 | 2023-12-09T06:11:17.901Z | Compiling ed25519 v1.5.3 |
2011 | 2023-12-09T06:11:18.362Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2012 | 2023-12-09T06:11:19.908Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2013 | 2023-12-09T06:11:23.199Z | Compiling derive_builder v0.12.0 |
2014 | 2023-12-09T06:11:33.760Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2015 | 2023-12-09T06:11:57.079Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2016 | 2023-12-09T06:11:57.682Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2017 | 2023-12-09T06:11:57.682Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2018 | 2023-12-09T06:11:57.683Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2019 | 2023-12-09T06:11:57.683Z | Compiling headers-core v0.2.0 |
2020 | 2023-12-09T06:11:57.683Z | Compiling bb8 v0.8.1 |
2021 | 2023-12-09T06:11:57.683Z | Compiling quick-xml v0.23.1 |
2022 | 2023-12-09T06:11:57.683Z | Compiling serde-big-array v0.5.1 |
2023 | 2023-12-09T06:11:57.684Z | Compiling oso-derive v0.27.0 |
2024 | 2023-12-09T06:11:57.684Z | Compiling impl-trait-for-tuples v0.2.2 |
2025 | 2023-12-09T06:11:57.684Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2026 | 2023-12-09T06:11:57.686Z | Compiling fs-err v2.11.0 |
2027 | 2023-12-09T06:11:57.686Z | Compiling maplit v1.0.2 |
2028 | 2023-12-09T06:11:57.801Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2029 | 2023-12-09T06:12:05.376Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2030 | 2023-12-09T06:12:06.176Z | Compiling oso v0.27.0 |
2031 | 2023-12-09T06:12:07.075Z | Compiling headers v0.3.9 |
2032 | 2023-12-09T06:12:09.641Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2033 | 2023-12-09T06:12:13.778Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2034 | 2023-12-09T06:12:28.519Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2035 | 2023-12-09T06:12:29.480Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2036 | 2023-12-09T06:12:29.917Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2037 | 2023-12-09T06:12:32.118Z | Compiling signal-hook-tokio v0.3.1 |
2038 | 2023-12-09T06:12:32.402Z | Compiling serde-big-array v0.4.1 |
2039 | 2023-12-09T06:12:32.675Z | Compiling indoc v2.0.3 |
2040 | 2023-12-09T06:12:32.709Z | Compiling cassowary v0.3.0 |
2041 | 2023-12-09T06:12:34.191Z | Compiling ratatui v0.23.0 |
2042 | 2023-12-09T06:12:37.756Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2043 | 2023-12-09T06:12:40.402Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2044 | 2023-12-09T06:12:41.856Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2045 | 2023-12-09T06:12:42.472Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2046 | 2023-12-09T06:12:55.952Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2047 | 2023-12-09T06:12:59.618Z | Compiling fatfs v0.3.6 |
2048 | 2023-12-09T06:13:16.946Z | Compiling bytesize v1.3.0 |
2049 | 2023-12-09T06:13:17.155Z | Compiling nanorand v0.7.0 |
2050 | 2023-12-09T06:13:17.156Z | Compiling rtoolbox v0.0.1 |
2051 | 2023-12-09T06:13:17.156Z | Compiling is_ci v1.1.1 |
2052 | 2023-12-09T06:13:17.219Z | Compiling assert_matches v1.5.0 |
2053 | 2023-12-09T06:13:17.219Z | Compiling unicode-linebreak v0.1.5 |
2054 | 2023-12-09T06:13:17.219Z | Compiling corncobs v0.1.3 |
2055 | 2023-12-09T06:13:17.219Z | Compiling smawk v0.3.1 |
2056 | 2023-12-09T06:13:17.219Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2057 | 2023-12-09T06:13:17.219Z | Compiling textwrap v0.16.0 |
2058 | 2023-12-09T06:13:17.219Z | Compiling supports-color v2.1.0 |
2059 | 2023-12-09T06:13:17.220Z | Compiling flume v0.11.0 |
2060 | 2023-12-09T06:13:17.220Z | Compiling rpassword v7.3.1 |
2061 | 2023-12-09T06:13:17.220Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2062 | 2023-12-09T06:13:17.220Z | Compiling tui-tree-widget v0.13.0 |
2063 | 2023-12-09T06:13:17.220Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2064 | 2023-12-09T06:13:17.220Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2065 | 2023-12-09T06:13:22.980Z | Compiling humantime v2.1.0 |
2066 | 2023-12-09T06:13:24.441Z | Compiling shell-words v1.1.0 |
2067 | 2023-12-09T06:13:25.131Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2068 | 2023-12-09T06:13:56.579Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2069 | 2023-12-09T06:14:43.011Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2070 | 2023-12-09T06:17:15.314Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2071 | 2023-12-09T06:26:34.441Z | Finished release [optimized] target(s) in 18m 46s |
2072 | 2023-12-09T06:27:53.537Z | |
2073 | 2023-12-09T06:27:53.595Z | real 20:04.984466482 |
2074 | 2023-12-09T06:27:53.595Z | user 2:15:21.076809123 |
2075 | 2023-12-09T06:27:53.595Z | sys 5:47.167548766 |
2076 | 2023-12-09T06:27:53.595Z | trap 4.665361110 |
2077 | 2023-12-09T06:27:53.596Z | tflt 0.954676484 |
2078 | 2023-12-09T06:27:53.596Z | dflt 2.290506039 |
2079 | 2023-12-09T06:27:53.596Z | kflt 0.001717493 |
2080 | 2023-12-09T06:27:53.596Z | lock 7:57:12.008563067 |
2081 | 2023-12-09T06:27:53.596Z | slp 5:07:47.365557226 |
2082 | 2023-12-09T06:27:53.596Z | lat 2:29.346359992 |
2083 | 2023-12-09T06:27:53.596Z | stop 41.117427732 |
2084 | 2023-12-09T06:27:53.596Z | + 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/*) |
2085 | 2023-12-09T06:27:53.596Z | + pfexec mkdir -p /work |
2086 | 2023-12-09T06:27:53.596Z | + pfexec chown build /work |
2087 | 2023-12-09T06:27:53.596Z | + 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 |
2088 | 2023-12-09T06:28:04.642Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2089 | 2023-12-09T06:28:04.642Z | a out/mg-ddm-gz.tar 61253K |
2090 | 2023-12-09T06:28:04.642Z | a out/omicron-sled-agent.tar 109216K |
2091 | 2023-12-09T06:28:04.642Z | a out/target/test 1K |
2092 | 2023-12-09T06:28:04.643Z | a out/npuzone/npuzone 36313K |
2093 | 2023-12-09T06:28:04.643Z | a package-manifest.toml 22K |
2094 | 2023-12-09T06:28:04.643Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2095 | 2023-12-09T06:28:04.643Z | a target/release/omicron-package 41511K |
2096 | 2023-12-09T06:28:04.643Z | a tools/create_virtual_hardware.sh 4K |
2097 | 2023-12-09T06:28:04.643Z | a tools/virtual_hardware.sh 4K |
2098 | 2023-12-09T06:28:04.643Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2099 | 2023-12-09T06:28:04.643Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2100 | 2023-12-09T06:28:04.643Z | a tools/scrimlet/softnpu-init.sh 3K |
2101 | 2023-12-09T06:28:04.644Z | a tools/scrimlet/softnpu-zone.txt 1K |
2102 | 2023-12-09T06:28:04.644Z | a tools/scrimlet/softnpu.toml 1K |
2103 | 2023-12-09T06:28:04.648Z | |
2104 | 2023-12-09T06:28:04.648Z | real 13.254280260 |
2105 | 2023-12-09T06:28:04.648Z | user 12.584342382 |
2106 | 2023-12-09T06:28:04.649Z | sys 1.113532248 |
2107 | 2023-12-09T06:28:04.649Z | trap 0.003574382 |
2108 | 2023-12-09T06:28:04.649Z | tflt 0.000000000 |
2109 | 2023-12-09T06:28:04.649Z | dflt 0.000000000 |
2110 | 2023-12-09T06:28:04.650Z | kflt 0.000000000 |
2111 | 2023-12-09T06:28:04.650Z | lock 0.000000000 |
2112 | 2023-12-09T06:28:04.650Z | slp 12.316672902 |
2113 | 2023-12-09T06:28:04.650Z | lat 0.486811630 |
2114 | 2023-12-09T06:28:04.650Z | stop 0.000245183 |
2115 | 2023-12-09T06:28:04.650Z | ++ pwd |
2116 | 2023-12-09T06:28:04.654Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2117 | 2023-12-09T06:28:04.654Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2118 | 2023-12-09T06:28:04.654Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2119 | 2023-12-09T06:28:05.731Z | Finished release [optimized] target(s) in 0.99s |
2120 | 2023-12-09T06:28:05.760Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2121 | 2023-12-09T06:28:05.800Z | Created new build target 'host' and set it as active |
2122 | 2023-12-09T06:28:05.804Z | |
2123 | 2023-12-09T06:28:05.804Z | real 1.146404232 |
2124 | 2023-12-09T06:28:05.805Z | user 0.805851251 |
2125 | 2023-12-09T06:28:05.805Z | sys 0.341370592 |
2126 | 2023-12-09T06:28:05.805Z | trap 0.000091412 |
2127 | 2023-12-09T06:28:05.805Z | tflt 0.000017191 |
2128 | 2023-12-09T06:28:05.805Z | dflt 0.000000000 |
2129 | 2023-12-09T06:28:05.805Z | kflt 0.000000000 |
2130 | 2023-12-09T06:28:05.806Z | lock 0.034089557 |
2131 | 2023-12-09T06:28:05.806Z | slp 0.021174571 |
2132 | 2023-12-09T06:28:05.806Z | lat 0.002126846 |
2133 | 2023-12-09T06:28:05.807Z | stop 0.000226409 |
2134 | 2023-12-09T06:28:05.807Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2135 | 2023-12-09T06:28:06.847Z | Finished release [optimized] target(s) in 0.95s |
2136 | 2023-12-09T06:28:06.876Z | Running `target/release/omicron-package -t host package` |
2137 | 2023-12-09T06:28:06.917Z | Dec 09 06:28:06.922 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2138 | 2023-12-09T06:28:07.996Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2139 | 2023-12-09T06:31:45.895Z | Finished release [optimized] target(s) in 3m 38s |
2140 | 2023-12-09T06:33:06.767Z | |
2141 | 2023-12-09T06:33:06.771Z | real 5:00.974713256 |
2142 | 2023-12-09T06:33:06.771Z | user 20:54.919960298 |
2143 | 2023-12-09T06:33:06.771Z | sys 1:08.798470077 |
2144 | 2023-12-09T06:33:06.771Z | trap 0.625871763 |
2145 | 2023-12-09T06:33:06.771Z | tflt 0.035479451 |
2146 | 2023-12-09T06:33:06.771Z | dflt 1.675775463 |
2147 | 2023-12-09T06:33:06.771Z | kflt 0.000002447 |
2148 | 2023-12-09T06:33:06.771Z | lock 1:14:59.150357496 |
2149 | 2023-12-09T06:33:06.771Z | slp 18:58.114753187 |
2150 | 2023-12-09T06:33:06.771Z | lat 9.500319555 |
2151 | 2023-12-09T06:33:06.771Z | stop 0.856288525 |
2152 | 2023-12-09T06:33:06.772Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2153 | 2023-12-09T06:33:06.772Z | + for package in "$@" |
2154 | 2023-12-09T06:33:06.772Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2155 | 2023-12-09T06:33:06.772Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git6897883d068 |
2156 | 2023-12-09T06:33:07.899Z | Finished release [optimized] target(s) in 1.04s |
2157 | 2023-12-09T06:33:07.932Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git6897883d068` |
2158 | 2023-12-09T06:33:07.970Z | Dec 09 06:33:07.979 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2159 | 2023-12-09T06:33:08.487Z | Created: out/versioned/omicron-sled-agent.tar |
2160 | 2023-12-09T06:33:08.492Z | + for package in "$@" |
2161 | 2023-12-09T06:33:08.492Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2162 | 2023-12-09T06:33:08.492Z | + echo 0.0.0 |
2163 | 2023-12-09T06:33:08.495Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2164 | 2023-12-09T06:33:08.498Z | a VERSION 1K |
2165 | 2023-12-09T06:33:08.498Z | + rm VERSION |
2166 | 2023-12-09T06:33:08.501Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git6897883d068 |
2167 | 2023-12-09T06:33:09.540Z | Finished release [optimized] target(s) in 0.96s |
2168 | 2023-12-09T06:33:09.568Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git6897883d068` |
2169 | 2023-12-09T06:33:09.609Z | Dec 09 06:33:09.617 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2170 | 2023-12-09T06:33:09.907Z | Created: out/versioned/mg-ddm-gz.tar |
2171 | 2023-12-09T06:33:09.911Z | + for package in "$@" |
2172 | 2023-12-09T06:33:09.911Z | + [[ propolis-server == mg-ddm-gz ]] |
2173 | 2023-12-09T06:33:09.912Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git6897883d068 |
2174 | 2023-12-09T06:33:10.985Z | Finished release [optimized] target(s) in 0.96s |
2175 | 2023-12-09T06:33:10.989Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git6897883d068` |
2176 | 2023-12-09T06:33:11.025Z | Dec 09 06:33:11.034 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2177 | 2023-12-09T06:33:12.882Z | Created: out/versioned/propolis-server.tar.gz |
2178 | 2023-12-09T06:33:12.886Z | + for package in "$@" |
2179 | 2023-12-09T06:33:12.886Z | + [[ overlay == mg-ddm-gz ]] |
2180 | 2023-12-09T06:33:12.886Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git6897883d068 |
2181 | 2023-12-09T06:33:13.939Z | Finished release [optimized] target(s) in 0.96s |
2182 | 2023-12-09T06:33:13.968Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git6897883d068` |
2183 | 2023-12-09T06:33:14.009Z | Dec 09 06:33:14.018 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2184 | 2023-12-09T06:33:14.013Z | Created: out/versioned/overlay.tar.gz |
2185 | 2023-12-09T06:33:14.015Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2186 | 2023-12-09T06:33:14.026Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2187 | 2023-12-09T06:33:14.030Z | ++ cd -- ./tools |
2188 | 2023-12-09T06:33:14.030Z | ++ pwd |
2189 | 2023-12-09T06:33:14.031Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2190 | 2023-12-09T06:33:14.031Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2191 | 2023-12-09T06:33:14.034Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2192 | 2023-12-09T06:33:14.036Z | ++ readlink -f /work |
2193 | 2023-12-09T06:33:14.042Z | + out_dir=/work |
2194 | 2023-12-09T06:33:14.042Z | + 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") |
2195 | 2023-12-09T06:33:14.043Z | + for dep in "${deps[@]}" |
2196 | 2023-12-09T06:33:14.043Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2197 | 2023-12-09T06:33:14.043Z | + for dep in "${deps[@]}" |
2198 | 2023-12-09T06:33:14.043Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2199 | 2023-12-09T06:33:14.043Z | + for dep in "${deps[@]}" |
2200 | 2023-12-09T06:33:14.043Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2201 | 2023-12-09T06:33:14.043Z | + for dep in "${deps[@]}" |
2202 | 2023-12-09T06:33:14.043Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2203 | 2023-12-09T06:33:14.043Z | ++ mktemp -d |
2204 | 2023-12-09T06:33:14.075Z | + tmp_gz=/tmp/tmp.braWxh |
2205 | 2023-12-09T06:33:14.075Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2206 | 2023-12-09T06:33:14.075Z | + echo '{"v":"1","t":"layer"}' |
2207 | 2023-12-09T06:33:14.075Z | + pkg_dir=/tmp/tmp.braWxh/root/opt/oxide/sled-agent |
2208 | 2023-12-09T06:33:14.075Z | + mkdir -p /tmp/tmp.braWxh/root/opt/oxide/sled-agent |
2209 | 2023-12-09T06:33:14.076Z | + cd /tmp/tmp.braWxh/root/opt/oxide/sled-agent |
2210 | 2023-12-09T06:33:14.076Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2211 | 2023-12-09T06:33:14.161Z | x ., 0 bytes, 0 tape blocks |
2212 | 2023-12-09T06:33:14.161Z | x zone-bundle, 39188752 bytes, 76541 tape blocks |
2213 | 2023-12-09T06:33:14.161Z | x sled-agent, 72626312 bytes, 141849 tape blocks |
2214 | 2023-12-09T06:33:14.161Z | x pkg, 0 bytes, 0 tape blocks |
2215 | 2023-12-09T06:33:14.161Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2216 | 2023-12-09T06:33:14.161Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2217 | 2023-12-09T06:33:14.161Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2218 | 2023-12-09T06:33:14.162Z | x VERSION, 25 bytes, 1 tape blocks |
2219 | 2023-12-09T06:33:14.165Z | + mkdir -p /tmp/tmp.braWxh/root/lib/svc/manifest/site/ |
2220 | 2023-12-09T06:33:14.165Z | + mv pkg/manifest.xml /tmp/tmp.braWxh/root/lib/svc/manifest/site/sled-agent.xml |
2221 | 2023-12-09T06:33:14.167Z | + cd - |
2222 | 2023-12-09T06:33:14.168Z | /work/oxidecomputer/omicron |
2223 | 2023-12-09T06:33:14.168Z | + pkg_dir=/tmp/tmp.braWxh/root/opt/oxide/mg-ddm |
2224 | 2023-12-09T06:33:14.168Z | + mkdir -p /tmp/tmp.braWxh/root/opt/oxide/mg-ddm |
2225 | 2023-12-09T06:33:14.171Z | + cd /tmp/tmp.braWxh/root/opt/oxide/mg-ddm |
2226 | 2023-12-09T06:33:14.171Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2227 | 2023-12-09T06:33:14.236Z | x ., 0 bytes, 0 tape blocks |
2228 | 2023-12-09T06:33:14.236Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2229 | 2023-12-09T06:33:14.236Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2230 | 2023-12-09T06:33:14.236Z | x pkg, 0 bytes, 0 tape blocks |
2231 | 2023-12-09T06:33:14.236Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2232 | 2023-12-09T06:33:14.237Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2233 | 2023-12-09T06:33:14.237Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2234 | 2023-12-09T06:33:14.237Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2235 | 2023-12-09T06:33:14.237Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2236 | 2023-12-09T06:33:14.237Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2237 | 2023-12-09T06:33:14.237Z | x VERSION, 25 bytes, 1 tape blocks |
2238 | 2023-12-09T06:33:14.240Z | + cd - |
2239 | 2023-12-09T06:33:14.240Z | /work/oxidecomputer/omicron |
2240 | 2023-12-09T06:33:14.240Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.braWxh/root/opt/oxide |
2241 | 2023-12-09T06:33:14.382Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.braWxh/root/opt/oxide |
2242 | 2023-12-09T06:33:14.385Z | + cd /tmp/tmp.braWxh |
2243 | 2023-12-09T06:33:14.385Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2244 | 2023-12-09T06:33:25.950Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2245 | 2023-12-09T06:33:25.950Z | a oxide.json 1K |
2246 | 2023-12-09T06:33:25.950Z | a root/ 0K |
2247 | 2023-12-09T06:33:25.950Z | a root/opt/ 0K |
2248 | 2023-12-09T06:33:25.950Z | a root/opt/oxide/ 0K |
2249 | 2023-12-09T06:33:25.950Z | a root/opt/oxide/sled-agent/ 0K |
2250 | 2023-12-09T06:33:25.950Z | a root/opt/oxide/sled-agent/zone-bundle 38271K |
2251 | 2023-12-09T06:33:25.950Z | a root/opt/oxide/sled-agent/sled-agent 70925K |
2252 | 2023-12-09T06:33:25.951Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2253 | 2023-12-09T06:33:25.951Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2254 | 2023-12-09T06:33:25.951Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2255 | 2023-12-09T06:33:25.952Z | a root/opt/oxide/sled-agent/VERSION 1K |
2256 | 2023-12-09T06:33:25.952Z | a root/opt/oxide/mg-ddm/ 0K |
2257 | 2023-12-09T06:33:25.952Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2258 | 2023-12-09T06:33:25.952Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2259 | 2023-12-09T06:33:25.952Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2260 | 2023-12-09T06:33:25.952Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2261 | 2023-12-09T06:33:25.952Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2262 | 2023-12-09T06:33:25.953Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2263 | 2023-12-09T06:33:25.953Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2264 | 2023-12-09T06:33:25.953Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2265 | 2023-12-09T06:33:25.953Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2266 | 2023-12-09T06:33:25.953Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2267 | 2023-12-09T06:33:25.953Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2268 | 2023-12-09T06:33:25.953Z | a root/opt/oxide/overlay.tar.gz 2K |
2269 | 2023-12-09T06:33:25.953Z | a root/lib/ 0K |
2270 | 2023-12-09T06:33:25.953Z | a root/lib/svc/ 0K |
2271 | 2023-12-09T06:33:25.953Z | a root/lib/svc/manifest/ 0K |
2272 | 2023-12-09T06:33:25.953Z | a root/lib/svc/manifest/site/ 0K |
2273 | 2023-12-09T06:33:25.953Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2274 | 2023-12-09T06:33:25.957Z | + cd / |
2275 | 2023-12-09T06:33:25.957Z | + rm -rf /tmp/tmp.braWxh |
2276 | 2023-12-09T06:33:25.998Z | |
2277 | 2023-12-09T06:33:25.998Z | real 11.979693742 |
2278 | 2023-12-09T06:33:25.998Z | user 11.039661909 |
2279 | 2023-12-09T06:33:25.998Z | sys 0.999978323 |
2280 | 2023-12-09T06:33:25.998Z | trap 0.002751483 |
2281 | 2023-12-09T06:33:25.999Z | tflt 0.000000000 |
2282 | 2023-12-09T06:33:26.003Z | dflt 0.000000000 |
2283 | 2023-12-09T06:33:26.003Z | kflt 0.000000000 |
2284 | 2023-12-09T06:33:26.003Z | lock 0.000000000 |
2285 | 2023-12-09T06:33:26.003Z | slp 23.051775050 |
2286 | 2023-12-09T06:33:26.003Z | lat 0.446638628 |
2287 | 2023-12-09T06:33:26.003Z | stop 0.000319910 |
2288 | 2023-12-09T06:33:26.003Z | + mkdir -p /work/zones |
2289 | 2023-12-09T06:33:26.003Z | + 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) |
2290 | 2023-12-09T06:33:26.004Z | + 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/ |
2291 | 2023-12-09T06:33:29.766Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2292 | 2023-12-09T06:33:30.896Z | Finished release [optimized] target(s) in 1.04s |
2293 | 2023-12-09T06:33:30.925Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2294 | 2023-12-09T06:33:30.967Z | Created new build target 'recovery' and set it as active |
2295 | 2023-12-09T06:33:30.971Z | |
2296 | 2023-12-09T06:33:30.971Z | real 1.198162973 |
2297 | 2023-12-09T06:33:30.971Z | user 0.844205242 |
2298 | 2023-12-09T06:33:30.971Z | sys 0.352117490 |
2299 | 2023-12-09T06:33:30.971Z | trap 0.001051678 |
2300 | 2023-12-09T06:33:30.971Z | tflt 0.000077634 |
2301 | 2023-12-09T06:33:30.971Z | dflt 0.000074139 |
2302 | 2023-12-09T06:33:30.972Z | kflt 0.000000000 |
2303 | 2023-12-09T06:33:30.972Z | lock 0.034734742 |
2304 | 2023-12-09T06:33:30.972Z | slp 0.024182745 |
2305 | 2023-12-09T06:33:30.972Z | lat 0.005150990 |
2306 | 2023-12-09T06:33:30.973Z | stop 0.000260950 |
2307 | 2023-12-09T06:33:30.976Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2308 | 2023-12-09T06:33:32.140Z | Finished release [optimized] target(s) in 1.06s |
2309 | 2023-12-09T06:33:32.159Z | Running `target/release/omicron-package -t recovery package` |
2310 | 2023-12-09T06:33:32.199Z | Dec 09 06:33:32.208 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2311 | 2023-12-09T06:33:33.160Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2312 | 2023-12-09T06:33:36.837Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2313 | 2023-12-09T06:34:07.347Z | Finished release [optimized] target(s) in 35.06s |
2314 | 2023-12-09T06:34:18.555Z | |
2315 | 2023-12-09T06:34:19.796Z | real 47.551955705 |
2316 | 2023-12-09T06:34:19.796Z | user 2:25.069448093 |
2317 | 2023-12-09T06:34:19.796Z | sys 12.280367383 |
2318 | 2023-12-09T06:34:19.797Z | trap 0.086258566 |
2319 | 2023-12-09T06:34:19.797Z | tflt 0.042972858 |
2320 | 2023-12-09T06:34:19.797Z | dflt 0.962991314 |
2321 | 2023-12-09T06:34:19.797Z | kflt 0.000000000 |
2322 | 2023-12-09T06:34:19.797Z | lock 10:24.916393989 |
2323 | 2023-12-09T06:34:19.797Z | slp 2:24.103462056 |
2324 | 2023-12-09T06:34:19.798Z | lat 2.111414833 |
2325 | 2023-12-09T06:34:19.798Z | stop 0.179148635 |
2326 | 2023-12-09T06:34:19.798Z | + stamp_packages installinator mg-ddm-gz |
2327 | 2023-12-09T06:34:19.798Z | + for package in "$@" |
2328 | 2023-12-09T06:34:19.798Z | + [[ installinator == mg-ddm-gz ]] |
2329 | 2023-12-09T06:34:19.798Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git6897883d068 |
2330 | 2023-12-09T06:34:19.798Z | Finished release [optimized] target(s) in 1.01s |
2331 | 2023-12-09T06:34:19.799Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git6897883d068` |
2332 | 2023-12-09T06:34:19.814Z | Dec 09 06:34:19.711 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2333 | 2023-12-09T06:34:19.844Z | Created: out/versioned/installinator.tar |
2334 | 2023-12-09T06:34:19.857Z | + for package in "$@" |
2335 | 2023-12-09T06:34:19.857Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2336 | 2023-12-09T06:34:19.858Z | + echo 0.0.0 |
2337 | 2023-12-09T06:34:19.858Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2338 | 2023-12-09T06:34:19.858Z | a VERSION 1K |
2339 | 2023-12-09T06:34:19.858Z | + rm VERSION |
2340 | 2023-12-09T06:34:19.858Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git6897883d068 |
2341 | 2023-12-09T06:34:20.929Z | Finished release [optimized] target(s) in 0.99s |
2342 | 2023-12-09T06:34:20.963Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git6897883d068` |
2343 | 2023-12-09T06:34:21.006Z | Dec 09 06:34:21.013 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2344 | 2023-12-09T06:34:21.194Z | Created: out/versioned/mg-ddm-gz.tar |
2345 | 2023-12-09T06:34:21.224Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2346 | 2023-12-09T06:34:21.254Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2347 | 2023-12-09T06:34:21.254Z | ++ cd -- ./tools |
2348 | 2023-12-09T06:34:21.254Z | ++ pwd |
2349 | 2023-12-09T06:34:21.254Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2350 | 2023-12-09T06:34:21.254Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2351 | 2023-12-09T06:34:21.254Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2352 | 2023-12-09T06:34:21.254Z | ++ readlink -f /work |
2353 | 2023-12-09T06:34:21.254Z | + out_dir=/work |
2354 | 2023-12-09T06:34:21.254Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2355 | 2023-12-09T06:34:21.254Z | + for dep in "${deps[@]}" |
2356 | 2023-12-09T06:34:21.254Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2357 | 2023-12-09T06:34:21.254Z | + for dep in "${deps[@]}" |
2358 | 2023-12-09T06:34:21.254Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2359 | 2023-12-09T06:34:21.255Z | ++ mktemp -d |
2360 | 2023-12-09T06:34:21.255Z | + tmp_trampoline=/tmp/tmp.VQaiCh |
2361 | 2023-12-09T06:34:21.255Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2362 | 2023-12-09T06:34:21.255Z | + echo '{"v":"1","t":"layer"}' |
2363 | 2023-12-09T06:34:21.255Z | + pkg_dir=/tmp/tmp.VQaiCh/root/opt/oxide/installinator |
2364 | 2023-12-09T06:34:21.255Z | + mkdir -p /tmp/tmp.VQaiCh/root/opt/oxide/installinator |
2365 | 2023-12-09T06:34:21.255Z | + cd /tmp/tmp.VQaiCh/root/opt/oxide/installinator |
2366 | 2023-12-09T06:34:21.255Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2367 | 2023-12-09T06:34:21.297Z | x ., 0 bytes, 0 tape blocks |
2368 | 2023-12-09T06:34:21.297Z | x installinator, 52072888 bytes, 101705 tape blocks |
2369 | 2023-12-09T06:34:21.297Z | x pkg, 0 bytes, 0 tape blocks |
2370 | 2023-12-09T06:34:21.297Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2371 | 2023-12-09T06:34:21.297Z | x VERSION, 25 bytes, 1 tape blocks |
2372 | 2023-12-09T06:34:21.297Z | + mkdir -p /tmp/tmp.VQaiCh/root/lib/svc/manifest/site/ |
2373 | 2023-12-09T06:34:21.361Z | + mv pkg/manifest.xml /tmp/tmp.VQaiCh/root/lib/svc/manifest/site/installinator.xml |
2374 | 2023-12-09T06:34:21.361Z | + cd - |
2375 | 2023-12-09T06:34:21.362Z | /work/oxidecomputer/omicron |
2376 | 2023-12-09T06:34:21.362Z | + pkg_dir=/tmp/tmp.VQaiCh/root/opt/oxide/mg-ddm |
2377 | 2023-12-09T06:34:21.362Z | + mkdir -p /tmp/tmp.VQaiCh/root/opt/oxide/mg-ddm |
2378 | 2023-12-09T06:34:21.362Z | + cd /tmp/tmp.VQaiCh/root/opt/oxide/mg-ddm |
2379 | 2023-12-09T06:34:21.362Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2380 | 2023-12-09T06:34:21.374Z | x ., 0 bytes, 0 tape blocks |
2381 | 2023-12-09T06:34:21.374Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2382 | 2023-12-09T06:34:21.374Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2383 | 2023-12-09T06:34:21.374Z | x pkg, 0 bytes, 0 tape blocks |
2384 | 2023-12-09T06:34:21.374Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2385 | 2023-12-09T06:34:21.374Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2386 | 2023-12-09T06:34:21.374Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2387 | 2023-12-09T06:34:21.374Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2388 | 2023-12-09T06:34:21.375Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2389 | 2023-12-09T06:34:21.375Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2390 | 2023-12-09T06:34:21.375Z | x VERSION, 25 bytes, 1 tape blocks |
2391 | 2023-12-09T06:34:21.375Z | + cd - |
2392 | 2023-12-09T06:34:21.375Z | /work/oxidecomputer/omicron |
2393 | 2023-12-09T06:34:21.375Z | + cd /tmp/tmp.VQaiCh |
2394 | 2023-12-09T06:34:21.375Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2395 | 2023-12-09T06:34:27.429Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2396 | 2023-12-09T06:34:27.429Z | a oxide.json 1K |
2397 | 2023-12-09T06:34:27.430Z | a root/ 0K |
2398 | 2023-12-09T06:34:27.430Z | a root/opt/ 0K |
2399 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/ 0K |
2400 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/installinator/ 0K |
2401 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/installinator/installinator 50853K |
2402 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/installinator/pkg/ 0K |
2403 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/installinator/VERSION 1K |
2404 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/ 0K |
2405 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2406 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2407 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2408 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2409 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2410 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2411 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2412 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2413 | 2023-12-09T06:34:27.430Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2414 | 2023-12-09T06:34:27.431Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2415 | 2023-12-09T06:34:27.431Z | a root/lib/ 0K |
2416 | 2023-12-09T06:34:27.431Z | a root/lib/svc/ 0K |
2417 | 2023-12-09T06:34:27.431Z | a root/lib/svc/manifest/ 0K |
2418 | 2023-12-09T06:34:27.431Z | a root/lib/svc/manifest/site/ 0K |
2419 | 2023-12-09T06:34:27.431Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2420 | 2023-12-09T06:34:27.434Z | + cd / |
2421 | 2023-12-09T06:34:27.435Z | + rm -rf /tmp/tmp.VQaiCh |
2422 | 2023-12-09T06:34:27.467Z | |
2423 | 2023-12-09T06:34:27.471Z | real 6.254237906 |
2424 | 2023-12-09T06:34:27.471Z | user 5.812756589 |
2425 | 2023-12-09T06:34:27.471Z | sys 0.469089641 |
2426 | 2023-12-09T06:34:27.471Z | trap 0.002116363 |
2427 | 2023-12-09T06:34:27.471Z | tflt 0.000000000 |
2428 | 2023-12-09T06:34:27.471Z | dflt 0.000000000 |
2429 | 2023-12-09T06:34:27.471Z | kflt 0.000000000 |
2430 | 2023-12-09T06:34:27.471Z | lock 0.000000000 |
2431 | 2023-12-09T06:34:27.471Z | slp 12.055967387 |
2432 | 2023-12-09T06:34:27.471Z | lat 0.221317210 |
2433 | 2023-12-09T06:34:27.471Z | stop 0.000302104 |
2434 | 2023-12-09T06:34:27.471Z | process exited: duration 2354393 ms, exit code 0 |
|
2435 | 2023-12-09T06:34:27.486Z | found 21 output files |
2436 | 2023-12-09T06:34:27.486Z | uploading: /work/version.txt (26 bytes) |
2437 | 2023-12-09T06:34:28.503Z | uploaded: /work/version.txt |
2438 | 2023-12-09T06:34:28.503Z | uploading: /work/package.tar.gz (79781984 bytes) |
2439 | 2023-12-09T06:34:53.346Z | uploaded: /work/package.tar.gz |
2440 | 2023-12-09T06:34:53.348Z | uploading: /work/global-zone-packages.tar.gz (121342900 bytes) |
2441 | 2023-12-09T06:35:33.423Z | uploaded: /work/global-zone-packages.tar.gz |
2442 | 2023-12-09T06:35:33.423Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36455688 bytes) |
2443 | 2023-12-09T06:35:45.336Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2444 | 2023-12-09T06:35:45.336Z | uploading: /work/zones/clickhouse.tar.gz (181773531 bytes) |
2445 | 2023-12-09T06:36:45.969Z | uploaded: /work/zones/clickhouse.tar.gz |
2446 | 2023-12-09T06:36:45.969Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181775484 bytes) |
2447 | 2023-12-09T06:37:42.685Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2448 | 2023-12-09T06:37:42.685Z | uploading: /work/zones/cockroachdb.tar.gz (118855267 bytes) |
2449 | 2023-12-09T06:38:20.504Z | uploaded: /work/zones/cockroachdb.tar.gz |
2450 | 2023-12-09T06:38:20.504Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2451 | 2023-12-09T06:38:28.840Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2452 | 2023-12-09T06:38:28.840Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2453 | 2023-12-09T06:38:44.473Z | uploaded: /work/zones/crucible.tar.gz |
2454 | 2023-12-09T06:38:44.474Z | uploading: /work/zones/external-dns.tar.gz (24136962 bytes) |
2455 | 2023-12-09T06:38:52.440Z | uploaded: /work/zones/external-dns.tar.gz |
2456 | 2023-12-09T06:38:52.455Z | uploading: /work/zones/internal-dns.tar.gz (24136961 bytes) |
2457 | 2023-12-09T06:39:01.247Z | uploaded: /work/zones/internal-dns.tar.gz |
2458 | 2023-12-09T06:39:01.247Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2459 | 2023-12-09T06:39:02.277Z | uploaded: /work/zones/ntp.tar.gz |
2460 | 2023-12-09T06:39:02.278Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18205901 bytes) |
2461 | 2023-12-09T06:39:07.146Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2462 | 2023-12-09T06:39:07.146Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18207506 bytes) |
2463 | 2023-12-09T06:39:12.679Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2464 | 2023-12-09T06:39:12.691Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73789571 bytes) |
2465 | 2023-12-09T06:39:35.396Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2466 | 2023-12-09T06:39:35.396Z | uploading: /work/zones/omicron-nexus.tar.gz (73788096 bytes) |
2467 | 2023-12-09T06:39:59.236Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2468 | 2023-12-09T06:39:59.239Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2469 | 2023-12-09T06:40:00.263Z | uploaded: /work/zones/overlay.tar.gz |
2470 | 2023-12-09T06:40:00.263Z | uploading: /work/zones/oximeter-collector.tar.gz (34195924 bytes) |
2471 | 2023-12-09T06:40:07.717Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2472 | 2023-12-09T06:40:07.717Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2473 | 2023-12-09T06:40:23.595Z | uploaded: /work/zones/propolis-server.tar.gz |
2474 | 2023-12-09T06:40:23.606Z | uploading: /work/zones/switch-asic.tar.gz (247090381 bytes) |
2475 | 2023-12-09T06:41:40.838Z | uploaded: /work/zones/switch-asic.tar.gz |
2476 | 2023-12-09T06:41:40.839Z | uploading: /work/zones/switch-softnpu.tar.gz (169865829 bytes) |
2477 | 2023-12-09T06:42:24.857Z | uploaded: /work/zones/switch-softnpu.tar.gz |