|
|
|
1 | 2024-02-02T01:15:19.297Z | job assigned to worker 01HNKP1J9BC4C3BR99NGYZKNTS (queued for 46 m 35 s) |
|
2 | 2024-02-02T01:15:20.227Z | starting task 0: "setup" |
3 | 2024-02-02T01:15:20.240Z | ++ uname -s |
4 | 2024-02-02T01:15:20.243Z | + kern=SunOS |
5 | 2024-02-02T01:15:20.243Z | + case "$kern" in |
6 | 2024-02-02T01:15:20.243Z | + groupadd -g 12345 build |
7 | 2024-02-02T01:15:20.246Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-02T01:15:22.372Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-02T01:15:22.498Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-02T01:15:22.502Z | + home_fs=zfs |
11 | 2024-02-02T01:15:22.502Z | + [[ zfs == autofs ]] |
12 | 2024-02-02T01:15:22.502Z | + mkdir -p /home/build |
13 | 2024-02-02T01:15:22.510Z | + chown build:build /home/build /work |
14 | 2024-02-02T01:15:24.511Z | + chmod 0700 /home/build /work |
15 | 2024-02-02T01:15:24.521Z | process exited: duration 4283 ms, exit code 0 |
|
16 | 2024-02-02T01:15:24.552Z | starting task 1: "rust-toolchain" |
17 | 2024-02-02T01:15:24.562Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-02T01:15:24.563Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-02T01:15:24.798Z | info: downloading installer |
20 | 2024-02-02T01:15:26.432Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-02T01:15:26.432Z | warning: /opt/ooce/bin |
22 | 2024-02-02T01:15:26.432Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-02T01:15:26.433Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-02T01:15:26.433Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-02T01:15:26.433Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-02T01:15:26.433Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-02T01:15:26.433Z | error: cannot install while Rust is installed |
28 | 2024-02-02T01:15:26.434Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-02T01:15:26.803Z | info: profile set to 'default' |
30 | 2024-02-02T01:15:26.804Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-02T01:15:27.228Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-02T01:15:27.243Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-02T01:15:27.243Z | info: downloading component 'cargo' |
34 | 2024-02-02T01:15:27.566Z | info: downloading component 'clippy' |
35 | 2024-02-02T01:15:27.779Z | info: downloading component 'rust-docs' |
36 | 2024-02-02T01:15:28.629Z | info: downloading component 'rust-std' |
37 | 2024-02-02T01:15:29.955Z | info: downloading component 'rustc' |
38 | 2024-02-02T01:15:33.350Z | info: downloading component 'rustfmt' |
39 | 2024-02-02T01:15:33.493Z | info: installing component 'cargo' |
40 | 2024-02-02T01:15:35.356Z | info: installing component 'clippy' |
41 | 2024-02-02T01:15:36.271Z | info: installing component 'rust-docs' |
42 | 2024-02-02T01:15:39.154Z | info: installing component 'rust-std' |
43 | 2024-02-02T01:15:43.283Z | info: installing component 'rustc' |
44 | 2024-02-02T01:15:51.325Z | info: installing component 'rustfmt' |
45 | 2024-02-02T01:15:51.775Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-02T01:15:51.775Z | |
47 | 2024-02-02T01:15:51.937Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-02T01:15:51.937Z | |
49 | 2024-02-02T01:15:51.937Z | |
50 | 2024-02-02T01:15:51.937Z | Rust is installed now. Great! |
51 | 2024-02-02T01:15:51.937Z | |
52 | 2024-02-02T01:15:51.938Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-02T01:15:51.938Z | environment variable. This has not been done automatically. |
54 | 2024-02-02T01:15:51.938Z | |
55 | 2024-02-02T01:15:51.939Z | To configure your current shell, run: |
56 | 2024-02-02T01:15:51.939Z | source "$HOME/.cargo/env" |
57 | 2024-02-02T01:15:52.017Z | + rustc --version |
58 | 2024-02-02T01:15:52.137Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-02T01:15:52.147Z | process exited: duration 27595 ms, exit code 0 |
|
60 | 2024-02-02T01:15:52.177Z | starting task 2: "authentication" |
61 | 2024-02-02T01:15:52.353Z | process exited: duration 173 ms, exit code 0 |
|
62 | 2024-02-02T01:15:52.381Z | starting task 3: "clone repository" |
63 | 2024-02-02T01:15:52.396Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-02T01:15:52.396Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-02T01:15:53.037Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-02T01:15:59.919Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-02T01:15:59.920Z | + git fetch origin 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
68 | 2024-02-02T01:16:00.281Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-02T01:16:00.282Z | * branch 52199bbd0e3d33423773cb9458a703f9fe3b51aa -> FETCH_HEAD |
70 | 2024-02-02T01:16:00.292Z | + [[ -n package-cache ]] |
71 | 2024-02-02T01:16:00.298Z | ++ git branch --show-current |
72 | 2024-02-02T01:16:00.298Z | + current=main |
73 | 2024-02-02T01:16:00.298Z | + [[ main != package-cache ]] |
74 | 2024-02-02T01:16:00.299Z | + git branch -f package-cache 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
75 | 2024-02-02T01:16:00.305Z | + git checkout -f package-cache |
76 | 2024-02-02T01:16:00.487Z | Switched to branch 'package-cache' |
77 | 2024-02-02T01:16:00.493Z | + git reset --hard 52199bbd0e3d33423773cb9458a703f9fe3b51aa |
78 | 2024-02-02T01:16:00.507Z | HEAD is now at 52199bbd0 clippy |
79 | 2024-02-02T01:16:00.510Z | process exited: duration 8138 ms, exit code 0 |
|
80 | 2024-02-02T01:16:00.517Z | starting task 4: "build" |
81 | 2024-02-02T01:16:00.524Z | + cargo --version |
82 | 2024-02-02T01:16:00.534Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-02T01:16:00.710Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-02T01:16:00.724Z | info: downloading component 'cargo' |
85 | 2024-02-02T01:16:01.349Z | info: downloading component 'clippy' |
86 | 2024-02-02T01:16:01.546Z | info: downloading component 'rust-docs' |
87 | 2024-02-02T01:16:02.356Z | info: downloading component 'rust-std' |
88 | 2024-02-02T01:16:03.509Z | info: downloading component 'rustc' |
89 | 2024-02-02T01:16:06.793Z | info: downloading component 'rustfmt' |
90 | 2024-02-02T01:16:06.982Z | info: installing component 'cargo' |
91 | 2024-02-02T01:16:08.270Z | info: installing component 'clippy' |
92 | 2024-02-02T01:16:08.747Z | info: installing component 'rust-docs' |
93 | 2024-02-02T01:16:11.806Z | info: installing component 'rust-std' |
94 | 2024-02-02T01:16:14.192Z | info: installing component 'rustc' |
95 | 2024-02-02T01:16:20.272Z | info: installing component 'rustfmt' |
96 | 2024-02-02T01:16:20.817Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-02T01:16:20.821Z | + rustc --version |
98 | 2024-02-02T01:16:20.950Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-02T01:16:20.959Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-02T01:16:34.387Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-02T01:16:36.203Z | Startup: Caching catalogs ... Done |
102 | 2024-02-02T01:16:39.178Z | Planning: Solver setup ... Done (2.448s) |
103 | 2024-02-02T01:16:39.271Z | Planning: Running solver ... Done (0.065s) |
104 | 2024-02-02T01:16:39.275Z | Planning: Finding local manifests ... Done (0.003s) |
105 | 2024-02-02T01:16:39.290Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-02T01:16:39.576Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-02T01:16:39.655Z | Planning: Package planning ... Done (0.080s) |
108 | 2024-02-02T01:16:39.740Z | Planning: Merging actions ... Done (0.085s) |
109 | 2024-02-02T01:16:40.804Z | Planning: Checking for conflicting actions ... Done (1.063s) |
110 | 2024-02-02T01:16:41.224Z | Planning: Consolidating action changes ... Done (0.017s) |
111 | 2024-02-02T01:16:47.310Z | Planning: Evaluating mediators ... Done (6.491s) |
112 | 2024-02-02T01:16:47.331Z | Planning: Planning completed in 11.05 seconds |
113 | 2024-02-02T01:16:50.696Z | Packages to install: 4 |
114 | 2024-02-02T01:16:50.696Z | Mediators to change: 2 |
115 | 2024-02-02T01:16:50.696Z | Services to change: 1 |
116 | 2024-02-02T01:16:50.709Z | Estimated space available: 148.87 GB |
117 | 2024-02-02T01:16:50.709Z | Estimated space to be consumed: 1.40 GB |
118 | 2024-02-02T01:16:50.710Z | Create boot environment: No |
119 | 2024-02-02T01:16:50.710Z | Create backup boot environment: No |
120 | 2024-02-02T01:16:50.710Z | Rebuild boot archive: No |
121 | 2024-02-02T01:16:50.710Z | |
122 | 2024-02-02T01:16:50.710Z | Changed mediators: |
123 | 2024-02-02T01:16:50.710Z | mediator clang: |
124 | 2024-02-02T01:16:50.711Z | version: None -> 15 (system default) |
125 | 2024-02-02T01:16:50.711Z | |
126 | 2024-02-02T01:16:50.711Z | mediator llvm: |
127 | 2024-02-02T01:16:50.711Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-02T01:16:50.711Z | |
129 | 2024-02-02T01:16:50.711Z | Changed packages: |
130 | 2024-02-02T01:16:50.712Z | helios-dev |
131 | 2024-02-02T01:16:50.712Z | developer/build-essential |
132 | 2024-02-02T01:16:50.712Z | None -> 11-2.0 |
133 | 2024-02-02T01:16:50.712Z | library/libxmlsec1 |
134 | 2024-02-02T01:16:50.712Z | None -> 1.2.35-2.0 |
135 | 2024-02-02T01:16:50.713Z | ooce/developer/clang-15 |
136 | 2024-02-02T01:16:50.713Z | None -> 15.0.7-2.0 |
137 | 2024-02-02T01:16:50.713Z | ooce/developer/llvm-15 |
138 | 2024-02-02T01:16:50.713Z | None -> 15.0.7-2.0 |
139 | 2024-02-02T01:16:50.713Z | |
140 | 2024-02-02T01:16:50.713Z | Services: |
141 | 2024-02-02T01:16:50.713Z | restart_fmri: |
142 | 2024-02-02T01:16:50.713Z | svc:/system/update-man-index:default |
143 | 2024-02-02T01:16:51.060Z | |
144 | 2024-02-02T01:16:51.075Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-02T01:16:56.461Z | Download: 1209/3290 items 85.3/212.6MB 40% complete (17.1M/s) |
146 | 2024-02-02T01:17:01.066Z | Download: 3104/3290 items 124.9/212.6MB 58% complete (12.4M/s) |
147 | 2024-02-02T01:17:04.725Z | Download: Completed 212.60 MB in 13.67 seconds (15.6M/s) |
148 | 2024-02-02T01:17:05.435Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-02-02T01:17:11.214Z | Actions: 2000/3689 actions (Installing new actions) |
150 | 2024-02-02T01:17:13.101Z | Actions: Completed 3689 actions in 7.69 seconds. |
151 | 2024-02-02T01:17:13.249Z | Done (0.137s) |
152 | 2024-02-02T01:17:13.249Z | Done (0.000s) |
153 | 2024-02-02T01:17:13.583Z | Done (0.342s) |
154 | 2024-02-02T01:17:22.029Z | Done (8.288s) |
155 | 2024-02-02T01:17:22.304Z | Done (0.181s) |
156 | 2024-02-02T01:17:22.319Z | Done (0.000s) |
157 | 2024-02-02T01:17:22.540Z | Done (0.000s) |
158 | 2024-02-02T01:17:23.704Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-02-02T01:17:23.713Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-02-02T01:17:23.714Z | Planning: Consolidating action changes ... Done |
161 | 2024-02-02T01:17:23.998Z | Planning: Evaluating mediators ... Done |
162 | 2024-02-02T01:17:24.002Z | Planning: Planning completed in 0.73 seconds |
163 | 2024-02-02T01:17:24.053Z | Mediators to change: 2 |
164 | 2024-02-02T01:17:24.053Z | Create boot environment: No |
165 | 2024-02-02T01:17:24.057Z | Create backup boot environment: No |
166 | 2024-02-02T01:17:24.168Z | Done |
167 | 2024-02-02T01:17:24.168Z | Done |
168 | 2024-02-02T01:17:24.383Z | Done |
169 | 2024-02-02T01:17:30.649Z | Done |
170 | 2024-02-02T01:17:30.881Z | Done |
171 | 2024-02-02T01:17:30.881Z | Done |
172 | 2024-02-02T01:17:31.010Z | Done |
173 | 2024-02-02T01:17:31.295Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-02-02T01:17:31.319Z | Planning: Merging actions ... Done |
175 | 2024-02-02T01:17:31.620Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-02-02T01:17:31.627Z | Planning: Consolidating action changes ... Done |
177 | 2024-02-02T01:17:32.057Z | Planning: Evaluating mediators ... Done |
178 | 2024-02-02T01:17:32.156Z | Planning: Planning completed in 1.30 seconds |
179 | 2024-02-02T01:17:32.208Z | Packages to change: 1 |
180 | 2024-02-02T01:17:32.208Z | Mediators to change: 1 |
181 | 2024-02-02T01:17:32.214Z | Services to change: 1 |
182 | 2024-02-02T01:17:32.215Z | Create boot environment: No |
183 | 2024-02-02T01:17:32.215Z | Create backup boot environment: Yes |
184 | 2024-02-02T01:17:34.377Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-02-02T01:17:34.388Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-02-02T01:17:34.388Z | Done |
187 | 2024-02-02T01:17:34.389Z | Done |
188 | 2024-02-02T01:17:34.448Z | Done |
189 | 2024-02-02T01:17:40.199Z | Done |
190 | 2024-02-02T01:17:40.467Z | Done |
191 | 2024-02-02T01:17:40.497Z | Done |
192 | 2024-02-02T01:17:40.497Z | Done |
193 | 2024-02-02T01:17:41.110Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-02-02T01:17:41.110Z | clang system 15 system |
195 | 2024-02-02T01:17:41.110Z | csh system system illumos |
196 | 2024-02-02T01:17:41.110Z | ctags system system illumos |
197 | 2024-02-02T01:17:41.110Z | gcc vendor 12 vendor |
198 | 2024-02-02T01:17:41.110Z | gcc system 10 system |
199 | 2024-02-02T01:17:41.110Z | gcc system 7 system |
200 | 2024-02-02T01:17:41.111Z | go system 1.20 system |
201 | 2024-02-02T01:17:41.111Z | go system 1.19 system |
202 | 2024-02-02T01:17:41.111Z | llvm system 15 system |
203 | 2024-02-02T01:17:41.111Z | llvm system 14 system |
204 | 2024-02-02T01:17:41.111Z | mariadb system 10.6 system |
205 | 2024-02-02T01:17:41.111Z | mta vendor vendor dma |
206 | 2024-02-02T01:17:41.111Z | openjdk system 17 system |
207 | 2024-02-02T01:17:41.111Z | openjdk system 11 system |
208 | 2024-02-02T01:17:41.111Z | openjdk system 1.8 system |
209 | 2024-02-02T01:17:41.111Z | openssl vendor 3 vendor |
210 | 2024-02-02T01:17:41.111Z | perl system 5.36 system |
211 | 2024-02-02T01:17:41.111Z | postgresql system 15 system |
212 | 2024-02-02T01:17:41.111Z | postgresql system 13 system |
213 | 2024-02-02T01:17:41.111Z | python vendor 3 vendor |
214 | 2024-02-02T01:17:41.111Z | python system 2 system |
215 | 2024-02-02T01:17:41.111Z | python3 system 3.11 system |
216 | 2024-02-02T01:17:41.111Z | ruby system 3.0 system |
217 | 2024-02-02T01:17:41.111Z | words vendor vendor american-english |
218 | 2024-02-02T01:17:41.111Z | words system system australian-english |
219 | 2024-02-02T01:17:41.111Z | words system system british-english |
220 | 2024-02-02T01:17:41.111Z | words system system canadian-english |
221 | 2024-02-02T01:17:41.111Z | words system system french |
222 | 2024-02-02T01:17:41.111Z | words system system italian |
223 | 2024-02-02T01:17:41.111Z | words system system ngerman |
224 | 2024-02-02T01:17:41.111Z | words system system ogerman |
225 | 2024-02-02T01:17:41.112Z | words system system spanish |
226 | 2024-02-02T01:17:42.063Z | FMRI IFO |
227 | 2024-02-02T01:17:42.064Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-02-02T01:17:42.064Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-02-02T01:17:42.064Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-02-02T01:17:42.064Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-02-02T01:17:42.064Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-02-02T01:17:42.064Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
233 | 2024-02-02T01:17:42.065Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-02-02T01:17:42.065Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-02-02T01:17:42.083Z | + set -o errexit |
236 | 2024-02-02T01:17:42.084Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2024-02-02T01:17:42.084Z | ++ cd ./tools |
238 | 2024-02-02T01:17:42.084Z | ++ pwd |
239 | 2024-02-02T01:17:42.084Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2024-02-02T01:17:42.084Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2024-02-02T01:17:42.084Z | + ARG0=ci_download_cockroachdb |
242 | 2024-02-02T01:17:42.085Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2024-02-02T01:17:42.085Z | + CIDL_VERSION=v22.1.9 |
244 | 2024-02-02T01:17:42.085Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2024-02-02T01:17:42.085Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2024-02-02T01:17:42.085Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2024-02-02T01:17:42.085Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2024-02-02T01:17:42.085Z | + TARGET_DIR=out |
249 | 2024-02-02T01:17:42.085Z | + DOWNLOAD_DIR=out/downloads |
250 | 2024-02-02T01:17:42.085Z | + DEST_DIR=./out/cockroachdb |
251 | 2024-02-02T01:17:42.085Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2024-02-02T01:17:42.086Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2024-02-02T01:17:42.086Z | + main |
254 | 2024-02-02T01:17:42.086Z | + [[ 0 != 0 ]] |
255 | 2024-02-02T01:17:42.086Z | + CIDL_OS=solaris2.11 |
256 | 2024-02-02T01:17:42.086Z | + [[ 0 != 0 ]] |
257 | 2024-02-02T01:17:42.086Z | + configure_os solaris2.11 |
258 | 2024-02-02T01:17:42.086Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2024-02-02T01:17:42.086Z | current directory: /work/oxidecomputer/omicron |
260 | 2024-02-02T01:17:42.086Z | configuring based on OS: "solaris2.11" |
261 | 2024-02-02T01:17:42.087Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-02-02T01:17:42.087Z | + case "$1" in |
263 | 2024-02-02T01:17:42.087Z | + CIDL_BUILD=illumos |
264 | 2024-02-02T01:17:42.087Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-02-02T01:17:42.087Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2024-02-02T01:17:42.087Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2024-02-02T01:17:42.087Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-02-02T01:17:42.087Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-02-02T01:17:42.087Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-02-02T01:17:42.087Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-02T01:17:42.087Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-02T01:17:42.087Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-02-02T01:17:42.087Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-02T01:17:42.087Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
275 | 2024-02-02T01:17:42.088Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-02T01:17:42.088Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-02T01:17:42.088Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-02-02T01:17:42.088Z | + mkdir -p out/downloads |
279 | 2024-02-02T01:17:42.088Z | + mkdir -p ./out/cockroachdb |
280 | 2024-02-02T01:17:42.088Z | + local DO_DOWNLOAD=true |
281 | 2024-02-02T01:17:42.088Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
282 | 2024-02-02T01:17:42.089Z | + '[' true == true ']' |
283 | 2024-02-02T01:17:42.096Z | + echo Downloading... |
284 | 2024-02-02T01:17:42.096Z | Downloading... |
285 | 2024-02-02T01:17:42.096Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-02T01:17:42.096Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-02-02T01:17:44.681Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-02T01:17:44.698Z | ++ md5sum |
289 | 2024-02-02T01:17:44.698Z | ++ awk '{print $1}' |
290 | 2024-02-02T01:17:44.957Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2024-02-02T01:17:44.958Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
292 | 2024-02-02T01:17:44.958Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-02T01:17:44.961Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2024-02-02T01:17:48.643Z | + do_assemble_illumos |
295 | 2024-02-02T01:17:48.643Z | + rm -r ./out/cockroachdb |
296 | 2024-02-02T01:17:48.649Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2024-02-02T01:17:49.323Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2024-02-02T01:17:49.637Z | Build Tag: v22.1.9-dirty |
299 | 2024-02-02T01:17:49.637Z | Build Time: 2022/10/26 21:17:46 |
300 | 2024-02-02T01:17:49.637Z | Distribution: OSS |
301 | 2024-02-02T01:17:49.637Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2024-02-02T01:17:49.637Z | Go Version: go1.17.13 |
303 | 2024-02-02T01:17:49.637Z | C Compiler: gcc 10.3.0 |
304 | 2024-02-02T01:17:49.637Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2024-02-02T01:17:49.637Z | Build Type: release |
306 | 2024-02-02T01:17:49.811Z | + set -o errexit |
307 | 2024-02-02T01:17:49.811Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2024-02-02T01:17:49.812Z | ++ cd ./tools |
309 | 2024-02-02T01:17:49.812Z | ++ pwd |
310 | 2024-02-02T01:17:49.812Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2024-02-02T01:17:49.812Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2024-02-02T01:17:49.812Z | + ARG0=ci_download_clickhouse |
313 | 2024-02-02T01:17:49.812Z | + TARGET_DIR=out |
314 | 2024-02-02T01:17:49.812Z | + DOWNLOAD_DIR=out/downloads |
315 | 2024-02-02T01:17:49.813Z | + DEST_DIR=./out/clickhouse |
316 | 2024-02-02T01:17:49.813Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2024-02-02T01:17:49.813Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2024-02-02T01:17:49.813Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2024-02-02T01:17:49.813Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2024-02-02T01:17:49.813Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2024-02-02T01:17:49.813Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2024-02-02T01:17:49.814Z | + main |
323 | 2024-02-02T01:17:49.814Z | + [[ 0 != 0 ]] |
324 | 2024-02-02T01:17:49.814Z | + CIDL_OS=solaris2.11 |
325 | 2024-02-02T01:17:49.814Z | + [[ 0 != 0 ]] |
326 | 2024-02-02T01:17:49.814Z | + configure_os solaris2.11 |
327 | 2024-02-02T01:17:49.814Z | + echo 'current directory: /work/oxidecomputer/omicron' |
328 | 2024-02-02T01:17:49.814Z | current directory: /work/oxidecomputer/omicron |
329 | 2024-02-02T01:17:49.814Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2024-02-02T01:17:49.814Z | configuring based on OS: "solaris2.11" |
331 | 2024-02-02T01:17:49.814Z | + CIDL_DASHREV= |
332 | 2024-02-02T01:17:49.815Z | + case "$1" in |
333 | 2024-02-02T01:17:49.815Z | + CIDL_PLATFORM=illumos |
334 | 2024-02-02T01:17:49.815Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2024-02-02T01:17:49.815Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2024-02-02T01:17:49.815Z | + CIDL_DASHREV=-1 |
337 | 2024-02-02T01:17:49.815Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2024-02-02T01:17:49.815Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-02-02T01:17:49.815Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-02T01:17:49.815Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-02T01:17:49.815Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2024-02-02T01:17:49.815Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-02T01:17:49.815Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-02T01:17:49.815Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-02-02T01:17:49.815Z | + mkdir -p out/downloads |
346 | 2024-02-02T01:17:49.815Z | + mkdir -p ./out/clickhouse |
347 | 2024-02-02T01:17:49.815Z | + local DO_DOWNLOAD=true |
348 | 2024-02-02T01:17:49.816Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
349 | 2024-02-02T01:17:49.816Z | + '[' true == true ']' |
350 | 2024-02-02T01:17:49.816Z | + echo Downloading... |
351 | 2024-02-02T01:17:49.816Z | Downloading... |
352 | 2024-02-02T01:17:49.816Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2024-02-02T01:17:49.816Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-02T01:17:51.382Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-02-02T01:17:51.388Z | ++ md5sum |
356 | 2024-02-02T01:17:51.388Z | ++ awk '{print $1}' |
357 | 2024-02-02T01:17:51.820Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-02-02T01:17:51.820Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
359 | 2024-02-02T01:17:51.821Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2024-02-02T01:17:51.838Z | + mkdir -p ./out/clickhouse |
361 | 2024-02-02T01:17:51.838Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2024-02-02T01:17:56.761Z | + ./out/clickhouse/clickhouse server --version |
363 | 2024-02-02T01:17:56.810Z | ClickHouse server version 22.8.9.1. |
364 | 2024-02-02T01:17:56.833Z | + set -o errexit |
365 | 2024-02-02T01:17:56.836Z | +++ dirname ./tools/ci_download_console |
366 | 2024-02-02T01:17:56.839Z | ++ cd ./tools |
367 | 2024-02-02T01:17:56.840Z | ++ pwd |
368 | 2024-02-02T01:17:56.840Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2024-02-02T01:17:56.840Z | ++ basename ./tools/ci_download_console |
370 | 2024-02-02T01:17:56.843Z | + ARG0=ci_download_console |
371 | 2024-02-02T01:17:56.843Z | + TARGET_DIR=out |
372 | 2024-02-02T01:17:56.843Z | + DOWNLOAD_DIR=out/downloads |
373 | 2024-02-02T01:17:56.844Z | + DEST_DIR=./out/console-assets |
374 | 2024-02-02T01:17:56.844Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2024-02-02T01:17:56.844Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
376 | 2024-02-02T01:17:56.844Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
377 | 2024-02-02T01:17:56.844Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
378 | 2024-02-02T01:17:56.844Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2024-02-02T01:17:56.844Z | + main |
380 | 2024-02-02T01:17:56.844Z | + [[ 0 != 0 ]] |
381 | 2024-02-02T01:17:56.844Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
382 | 2024-02-02T01:17:56.844Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
383 | 2024-02-02T01:17:56.844Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2024-02-02T01:17:56.844Z | + local DO_DOWNLOAD=true |
385 | 2024-02-02T01:17:56.844Z | Local file: out/downloads/console.tar.gz |
386 | 2024-02-02T01:17:56.844Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2024-02-02T01:17:56.844Z | + mkdir -p out/downloads |
388 | 2024-02-02T01:17:56.849Z | + '[' true == true ']' |
389 | 2024-02-02T01:17:56.849Z | + echo Downloading... |
390 | 2024-02-02T01:17:56.850Z | Downloading... |
391 | 2024-02-02T01:17:56.850Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
392 | 2024-02-02T01:17:56.850Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
393 | 2024-02-02T01:17:57.637Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2024-02-02T01:17:57.637Z | ++ case "$OSTYPE" in |
395 | 2024-02-02T01:17:57.637Z | ++ SHA=sha256sum |
396 | 2024-02-02T01:17:57.642Z | ++ sha256sum |
397 | 2024-02-02T01:17:57.642Z | ++ awk '{print $1}' |
398 | 2024-02-02T01:17:57.704Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
399 | 2024-02-02T01:17:57.704Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
400 | 2024-02-02T01:17:57.704Z | + rm -rf ./out/console-assets |
401 | 2024-02-02T01:17:57.708Z | + mkdir -p ./out/console-assets |
402 | 2024-02-02T01:17:57.708Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2024-02-02T01:17:57.708Z | + mkdir -p ./out/console-assets |
404 | 2024-02-02T01:17:57.712Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2024-02-02T01:17:57.862Z | + set -o errexit |
406 | 2024-02-02T01:17:57.866Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2024-02-02T01:17:57.866Z | ++ cd ./tools |
408 | 2024-02-02T01:17:57.866Z | ++ pwd |
409 | 2024-02-02T01:17:57.870Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2024-02-02T01:17:57.870Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2024-02-02T01:17:57.870Z | + ARG0=ci_download_maghemite_openapi |
412 | 2024-02-02T01:17:57.871Z | + TARGET_DIR=out |
413 | 2024-02-02T01:17:57.871Z | + DOWNLOAD_DIR=out/downloads |
414 | 2024-02-02T01:17:57.871Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2024-02-02T01:17:57.871Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
416 | 2024-02-02T01:17:57.871Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
417 | 2024-02-02T01:17:57.871Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
418 | 2024-02-02T01:17:57.871Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
419 | 2024-02-02T01:17:57.871Z | + main |
420 | 2024-02-02T01:17:57.871Z | + [[ 0 != 0 ]] |
421 | 2024-02-02T01:17:57.871Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
422 | 2024-02-02T01:17:57.871Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
423 | 2024-02-02T01:17:57.871Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
424 | 2024-02-02T01:17:57.871Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
425 | 2024-02-02T01:17:57.871Z | + local DO_DOWNLOAD=true |
426 | 2024-02-02T01:17:57.871Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
427 | 2024-02-02T01:17:57.898Z | + mkdir -p out/downloads |
428 | 2024-02-02T01:17:57.898Z | + '[' true == true ']' |
429 | 2024-02-02T01:17:57.898Z | + echo Downloading... |
430 | 2024-02-02T01:17:57.898Z | Downloading... |
431 | 2024-02-02T01:17:57.898Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
432 | 2024-02-02T01:17:57.898Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
433 | 2024-02-02T01:17:58.022Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
434 | 2024-02-02T01:17:58.041Z | ++ case "$OSTYPE" in |
435 | 2024-02-02T01:17:58.041Z | ++ SHA=sha256sum |
436 | 2024-02-02T01:17:58.042Z | ++ sha256sum |
437 | 2024-02-02T01:17:58.042Z | ++ awk '{print $1}' |
438 | 2024-02-02T01:17:58.042Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
439 | 2024-02-02T01:17:58.042Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
440 | 2024-02-02T01:17:58.042Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2024-02-02T01:17:58.042Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
442 | 2024-02-02T01:17:58.042Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
443 | 2024-02-02T01:17:58.042Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
444 | 2024-02-02T01:17:58.042Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
445 | 2024-02-02T01:17:58.042Z | + main |
446 | 2024-02-02T01:17:58.042Z | + [[ 0 != 0 ]] |
447 | 2024-02-02T01:17:58.043Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
448 | 2024-02-02T01:17:58.043Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
449 | 2024-02-02T01:17:58.043Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
450 | 2024-02-02T01:17:58.043Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
451 | 2024-02-02T01:17:58.043Z | + local DO_DOWNLOAD=true |
452 | 2024-02-02T01:17:58.043Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
453 | 2024-02-02T01:17:58.043Z | + mkdir -p out/downloads |
454 | 2024-02-02T01:17:58.043Z | + '[' true == true ']' |
455 | 2024-02-02T01:17:58.043Z | + echo Downloading... |
456 | 2024-02-02T01:17:58.043Z | Downloading... |
457 | 2024-02-02T01:17:58.043Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
458 | 2024-02-02T01:17:58.043Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
459 | 2024-02-02T01:17:58.761Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
460 | 2024-02-02T01:17:58.766Z | ++ case "$OSTYPE" in |
461 | 2024-02-02T01:17:58.766Z | ++ SHA=sha256sum |
462 | 2024-02-02T01:17:58.766Z | ++ sha256sum |
463 | 2024-02-02T01:17:58.766Z | ++ awk '{print $1}' |
464 | 2024-02-02T01:17:58.766Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
465 | 2024-02-02T01:17:58.766Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
466 | 2024-02-02T01:17:58.773Z | + set -o errexit |
467 | 2024-02-02T01:17:58.777Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2024-02-02T01:17:58.780Z | ++ cd ./tools |
469 | 2024-02-02T01:17:58.780Z | ++ pwd |
470 | 2024-02-02T01:17:58.780Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2024-02-02T01:17:58.780Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2024-02-02T01:17:58.787Z | + ARG0=ci_download_dendrite_openapi |
473 | 2024-02-02T01:17:58.787Z | + TARGET_DIR=out |
474 | 2024-02-02T01:17:58.787Z | + DOWNLOAD_DIR=out/downloads |
475 | 2024-02-02T01:17:58.787Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2024-02-02T01:17:58.788Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
477 | 2024-02-02T01:17:58.788Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
478 | 2024-02-02T01:17:58.788Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
479 | 2024-02-02T01:17:58.788Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
480 | 2024-02-02T01:17:58.788Z | + main |
481 | 2024-02-02T01:17:58.788Z | + [[ 0 != 0 ]] |
482 | 2024-02-02T01:17:58.788Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
483 | 2024-02-02T01:17:58.788Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
484 | 2024-02-02T01:17:58.788Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
485 | 2024-02-02T01:17:58.788Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
486 | 2024-02-02T01:17:58.788Z | + local DO_DOWNLOAD=true |
487 | 2024-02-02T01:17:58.788Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
488 | 2024-02-02T01:17:58.788Z | + mkdir -p out/downloads |
489 | 2024-02-02T01:17:58.788Z | + '[' true == true ']' |
490 | 2024-02-02T01:17:58.789Z | + echo Downloading... |
491 | 2024-02-02T01:17:58.789Z | Downloading... |
492 | 2024-02-02T01:17:58.789Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
493 | 2024-02-02T01:17:58.789Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
494 | 2024-02-02T01:17:58.975Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
495 | 2024-02-02T01:17:58.976Z | ++ case "$OSTYPE" in |
496 | 2024-02-02T01:17:58.976Z | ++ SHA=sha256sum |
497 | 2024-02-02T01:17:58.979Z | ++ sha256sum |
498 | 2024-02-02T01:17:58.979Z | ++ awk '{print $1}' |
499 | 2024-02-02T01:17:58.982Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
500 | 2024-02-02T01:17:58.982Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
501 | 2024-02-02T01:17:58.992Z | + set -o errexit |
502 | 2024-02-02T01:17:58.995Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2024-02-02T01:17:58.998Z | ++ cd ./tools |
504 | 2024-02-02T01:17:58.998Z | ++ pwd |
505 | 2024-02-02T01:17:58.998Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2024-02-02T01:17:59.002Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2024-02-02T01:17:59.002Z | + ARG0=ci_download_dendrite_stub |
508 | 2024-02-02T01:17:59.002Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2024-02-02T01:17:59.002Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
510 | 2024-02-02T01:17:59.002Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
511 | 2024-02-02T01:17:59.002Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
512 | 2024-02-02T01:17:59.002Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-02-02T01:17:59.002Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
514 | 2024-02-02T01:17:59.002Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
515 | 2024-02-02T01:17:59.002Z | + TARGET_DIR=out |
516 | 2024-02-02T01:17:59.002Z | + DOWNLOAD_DIR=out/downloads |
517 | 2024-02-02T01:17:59.002Z | + DEST_DIR=./out/dendrite-stub |
518 | 2024-02-02T01:17:59.002Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2024-02-02T01:17:59.002Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2024-02-02T01:17:59.003Z | + REPO=oxidecomputer/dendrite |
521 | 2024-02-02T01:17:59.003Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
522 | 2024-02-02T01:17:59.003Z | + main |
523 | 2024-02-02T01:17:59.003Z | + [[ 0 != 0 ]] |
524 | 2024-02-02T01:17:59.003Z | + CIDL_OS=solaris2.11 |
525 | 2024-02-02T01:17:59.003Z | + [[ 0 != 0 ]] |
526 | 2024-02-02T01:17:59.003Z | + configure_os solaris2.11 |
527 | 2024-02-02T01:17:59.003Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2024-02-02T01:17:59.003Z | current directory: /work/oxidecomputer/omicron |
529 | 2024-02-02T01:17:59.003Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2024-02-02T01:17:59.003Z | + case "$1" in |
531 | 2024-02-02T01:17:59.003Z | configuring based on OS: "solaris2.11" |
532 | 2024-02-02T01:17:59.003Z | + SET_BINARIES= |
533 | 2024-02-02T01:17:59.003Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
534 | 2024-02-02T01:17:59.003Z | + CIDL_SHA256FUNC=do_sha256sum |
535 | 2024-02-02T01:17:59.003Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
536 | 2024-02-02T01:17:59.003Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
537 | 2024-02-02T01:17:59.003Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
538 | 2024-02-02T01:17:59.003Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
539 | 2024-02-02T01:17:59.003Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
540 | 2024-02-02T01:17:59.003Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
541 | 2024-02-02T01:17:59.003Z | + mkdir -p out/downloads |
542 | 2024-02-02T01:17:59.003Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-02T01:17:59.007Z | + mkdir -p ./out/dendrite-stub |
544 | 2024-02-02T01:17:59.007Z | + fetch_and_verify |
545 | 2024-02-02T01:17:59.007Z | + local DO_DOWNLOAD=true |
546 | 2024-02-02T01:17:59.007Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
547 | 2024-02-02T01:17:59.007Z | + '[' true == true ']' |
548 | 2024-02-02T01:17:59.007Z | + echo Downloading... |
549 | 2024-02-02T01:17:59.007Z | Downloading... |
550 | 2024-02-02T01:17:59.007Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2024-02-02T01:17:59.007Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
552 | 2024-02-02T01:18:06.403Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2024-02-02T01:18:06.406Z | ++ sha256sum |
554 | 2024-02-02T01:18:06.406Z | ++ awk '{print $1}' |
555 | 2024-02-02T01:18:06.507Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
556 | 2024-02-02T01:18:06.507Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
557 | 2024-02-02T01:18:06.516Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-02T01:18:06.516Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2024-02-02T01:18:07.660Z | + do_assemble |
560 | 2024-02-02T01:18:07.660Z | + rm -r ./out/dendrite-stub |
561 | 2024-02-02T01:18:07.672Z | + mkdir ./out/dendrite-stub |
562 | 2024-02-02T01:18:07.673Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2024-02-02T01:18:07.841Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2024-02-02T01:18:07.854Z | + set -o errexit |
565 | 2024-02-02T01:18:07.862Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2024-02-02T01:18:07.862Z | ++ cd ./tools |
567 | 2024-02-02T01:18:07.862Z | ++ pwd |
568 | 2024-02-02T01:18:08.417Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2024-02-02T01:18:08.417Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2024-02-02T01:18:08.417Z | + ARG0=ci_download_maghemite_mgd |
571 | 2024-02-02T01:18:08.417Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2024-02-02T01:18:08.417Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
573 | 2024-02-02T01:18:08.417Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
574 | 2024-02-02T01:18:08.417Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2024-02-02T01:18:08.418Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
576 | 2024-02-02T01:18:08.418Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
577 | 2024-02-02T01:18:08.418Z | + TARGET_DIR=out |
578 | 2024-02-02T01:18:08.418Z | + DOWNLOAD_DIR=out/downloads |
579 | 2024-02-02T01:18:08.418Z | + DEST_DIR=./out/mgd |
580 | 2024-02-02T01:18:08.418Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2024-02-02T01:18:08.418Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-02-02T01:18:08.418Z | + REPO=oxidecomputer/maghemite |
583 | 2024-02-02T01:18:08.418Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
584 | 2024-02-02T01:18:08.419Z | + main |
585 | 2024-02-02T01:18:08.419Z | + [[ 0 != 0 ]] |
586 | 2024-02-02T01:18:08.419Z | + CIDL_OS=solaris2.11 |
587 | 2024-02-02T01:18:08.419Z | + [[ 0 != 0 ]] |
588 | 2024-02-02T01:18:08.419Z | + configure_os solaris2.11 |
589 | 2024-02-02T01:18:08.419Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-02-02T01:18:08.419Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-02-02T01:18:08.419Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-02-02T01:18:08.419Z | + case "$1" in |
593 | 2024-02-02T01:18:08.419Z | configuring based on OS: "solaris2.11" |
594 | 2024-02-02T01:18:08.419Z | + SET_BINARIES= |
595 | 2024-02-02T01:18:08.419Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2024-02-02T01:18:08.420Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2024-02-02T01:18:08.420Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
598 | 2024-02-02T01:18:08.420Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2024-02-02T01:18:08.420Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
600 | 2024-02-02T01:18:08.420Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
601 | 2024-02-02T01:18:08.420Z | Local file: out/downloads/mgd.tar.gz |
602 | 2024-02-02T01:18:08.420Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2024-02-02T01:18:08.420Z | + mkdir -p out/downloads |
604 | 2024-02-02T01:18:08.420Z | + mkdir -p ./out/mgd |
605 | 2024-02-02T01:18:08.427Z | + fetch_and_verify |
606 | 2024-02-02T01:18:08.427Z | + local DO_DOWNLOAD=true |
607 | 2024-02-02T01:18:08.427Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2024-02-02T01:18:08.428Z | + '[' true == true ']' |
609 | 2024-02-02T01:18:08.428Z | + echo Downloading... |
610 | 2024-02-02T01:18:08.428Z | Downloading... |
611 | 2024-02-02T01:18:08.428Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2024-02-02T01:18:08.428Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
613 | 2024-02-02T01:18:17.578Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2024-02-02T01:18:17.593Z | ++ sha256sum |
615 | 2024-02-02T01:18:17.593Z | ++ awk '{print $1}' |
616 | 2024-02-02T01:18:17.666Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
617 | 2024-02-02T01:18:17.666Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
618 | 2024-02-02T01:18:18.106Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2024-02-02T01:18:18.106Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2024-02-02T01:18:18.369Z | + do_assemble |
621 | 2024-02-02T01:18:18.369Z | + rm -r ./out/mgd |
622 | 2024-02-02T01:18:18.376Z | + mkdir ./out/mgd |
623 | 2024-02-02T01:18:18.376Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2024-02-02T01:18:18.615Z | + set -o errexit |
625 | 2024-02-02T01:18:18.620Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2024-02-02T01:18:18.620Z | ++ cd ./tools |
627 | 2024-02-02T01:18:18.620Z | ++ pwd |
628 | 2024-02-02T01:18:18.620Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2024-02-02T01:18:18.624Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2024-02-02T01:18:18.624Z | + ARG0=ci_download_transceiver_control |
631 | 2024-02-02T01:18:18.625Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2024-02-02T01:18:18.625Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2024-02-02T01:18:18.625Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2024-02-02T01:18:18.625Z | + TARGET_DIR=out |
635 | 2024-02-02T01:18:18.625Z | + DOWNLOAD_DIR=out/downloads |
636 | 2024-02-02T01:18:18.625Z | + DEST_DIR=./out/transceiver-control |
637 | 2024-02-02T01:18:18.625Z | + BIN_DIR=/opt/oxide/bin |
638 | 2024-02-02T01:18:18.625Z | + BINARY=xcvradm |
639 | 2024-02-02T01:18:18.625Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2024-02-02T01:18:18.625Z | + REPO=oxidecomputer/transceiver-control |
641 | 2024-02-02T01:18:18.626Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2024-02-02T01:18:18.626Z | + main |
643 | 2024-02-02T01:18:18.626Z | + [[ 0 != 0 ]] |
644 | 2024-02-02T01:18:18.626Z | + CIDL_OS=solaris2.11 |
645 | 2024-02-02T01:18:18.626Z | + [[ 0 != 0 ]] |
646 | 2024-02-02T01:18:18.626Z | + configure_os solaris2.11 |
647 | 2024-02-02T01:18:18.626Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2024-02-02T01:18:18.626Z | current directory: /work/oxidecomputer/omicron |
649 | 2024-02-02T01:18:18.626Z | configuring based on OS: "solaris2.11" |
650 | 2024-02-02T01:18:18.626Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2024-02-02T01:18:18.626Z | + case "$1" in |
652 | 2024-02-02T01:18:18.627Z | + SET_BINARIES= |
653 | 2024-02-02T01:18:18.627Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-02-02T01:18:18.627Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2024-02-02T01:18:18.627Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2024-02-02T01:18:18.627Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2024-02-02T01:18:18.627Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2024-02-02T01:18:18.627Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2024-02-02T01:18:18.627Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2024-02-02T01:18:18.627Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2024-02-02T01:18:18.628Z | Local file: out/downloads/xcvradm.gz |
662 | 2024-02-02T01:18:18.628Z | + mkdir -p out/downloads |
663 | 2024-02-02T01:18:18.632Z | + mkdir -p ./out/transceiver-control |
664 | 2024-02-02T01:18:18.632Z | + fetch_and_verify |
665 | 2024-02-02T01:18:18.632Z | + local DO_DOWNLOAD=true |
666 | 2024-02-02T01:18:18.632Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2024-02-02T01:18:18.632Z | + '[' true == true ']' |
668 | 2024-02-02T01:18:18.633Z | + echo Downloading... |
669 | 2024-02-02T01:18:18.633Z | Downloading... |
670 | 2024-02-02T01:18:18.633Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2024-02-02T01:18:18.633Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2024-02-02T01:18:20.872Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2024-02-02T01:18:20.880Z | ++ sha256sum |
674 | 2024-02-02T01:18:20.881Z | ++ awk '{print $1}' |
675 | 2024-02-02T01:18:20.896Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-02-02T01:18:20.897Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
677 | 2024-02-02T01:18:20.906Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2024-02-02T01:18:20.906Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2024-02-02T01:18:20.906Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2024-02-02T01:18:21.075Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2024-02-02T01:18:21.082Z | + do_assemble |
682 | 2024-02-02T01:18:21.082Z | + rm -r ./out/transceiver-control |
683 | 2024-02-02T01:18:21.082Z | + mkdir ./out/transceiver-control |
684 | 2024-02-02T01:18:21.091Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2024-02-02T01:18:21.289Z | All prerequisites installed successfully |
686 | 2024-02-02T01:18:21.293Z | |
687 | 2024-02-02T01:18:21.293Z | real 2:00.276648510 |
688 | 2024-02-02T01:18:21.293Z | user 51.908348915 |
689 | 2024-02-02T01:18:21.293Z | sys 11.029243894 |
690 | 2024-02-02T01:18:21.293Z | trap 0.025375961 |
691 | 2024-02-02T01:18:21.293Z | tflt 0.233465951 |
692 | 2024-02-02T01:18:21.293Z | dflt 0.516557094 |
693 | 2024-02-02T01:18:21.294Z | kflt 0.225329068 |
694 | 2024-02-02T01:18:21.294Z | lock 2.155900440 |
695 | 2024-02-02T01:18:21.294Z | slp 3:45.446851294 |
696 | 2024-02-02T01:18:21.294Z | lat 4.503471822 |
697 | 2024-02-02T01:18:21.294Z | stop 0.068020568 |
698 | 2024-02-02T01:18:21.294Z | + banner end-to-end-tests |
699 | 2024-02-02T01:18:21.302Z | |
700 | 2024-02-02T01:18:21.302Z | ###### # # ##### ##### #### ###### # # ##### |
701 | 2024-02-02T01:18:21.302Z | # ## # # # # # # # ## # # # |
702 | 2024-02-02T01:18:21.302Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
703 | 2024-02-02T01:18:21.302Z | # # # # # # # # # # # # # # # |
704 | 2024-02-02T01:18:21.302Z | # # ## # # # # # # # ## # # |
705 | 2024-02-02T01:18:21.302Z | ###### # # ##### # #### ###### # # ##### |
706 | 2024-02-02T01:18:21.302Z | |
707 | 2024-02-02T01:18:21.302Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2024-02-02T01:18:21.302Z | + CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2024-02-02T01:18:21.302Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2024-02-02T01:18:21.302Z | + CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2024-02-02T01:18:21.302Z | + export CARGO_INCREMENTAL=0 |
712 | 2024-02-02T01:18:21.302Z | + CARGO_INCREMENTAL=0 |
713 | 2024-02-02T01:18:21.302Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
714 | 2024-02-02T01:18:21.649Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
715 | 2024-02-02T01:18:22.026Z | Updating crates.io index |
716 | 2024-02-02T01:18:22.524Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2024-02-02T01:18:22.992Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2024-02-02T01:18:25.454Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2024-02-02T01:18:25.939Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2024-02-02T01:18:26.385Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2024-02-02T01:18:26.645Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2024-02-02T01:18:26.902Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2024-02-02T01:18:27.892Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2024-02-02T01:18:30.857Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2024-02-02T01:18:31.589Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2024-02-02T01:18:32.046Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2024-02-02T01:18:32.647Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2024-02-02T01:18:32.974Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-02-02T01:18:33.291Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2024-02-02T01:18:33.587Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2024-02-02T01:18:33.974Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2024-02-02T01:18:34.405Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
733 | 2024-02-02T01:18:34.889Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
734 | 2024-02-02T01:18:35.458Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
735 | 2024-02-02T01:18:35.865Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
736 | 2024-02-02T01:18:36.179Z | Updating git repository `https://github.com/jgallagher/nix` |
737 | 2024-02-02T01:18:37.719Z | Updating git repository `https://github.com/cbiffle/hubpack` |
738 | 2024-02-02T01:18:38.173Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2024-02-02T01:18:39.841Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2024-02-02T01:18:40.289Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2024-02-02T01:18:40.595Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2024-02-02T01:18:42.283Z | Downloading crates ... |
743 | 2024-02-02T01:18:42.525Z | Downloaded ahash v0.8.6 |
744 | 2024-02-02T01:18:42.535Z | Downloaded md-5 v0.10.5 |
745 | 2024-02-02T01:18:42.542Z | Downloaded normalize-line-endings v0.3.0 |
746 | 2024-02-02T01:18:42.547Z | Downloaded libefi-sys v0.1.0 |
747 | 2024-02-02T01:18:42.551Z | Downloaded chacha20poly1305 v0.10.1 |
748 | 2024-02-02T01:18:42.555Z | Downloaded ciborium-io v0.2.2 |
749 | 2024-02-02T01:18:42.558Z | Downloaded backtrace v0.3.69 |
750 | 2024-02-02T01:18:42.567Z | Downloaded predicates-core v1.0.6 |
751 | 2024-02-02T01:18:42.573Z | Downloaded console v0.15.8 |
752 | 2024-02-02T01:18:42.578Z | Downloaded num_threads v0.1.6 |
753 | 2024-02-02T01:18:42.582Z | Downloaded memoffset v0.9.0 |
754 | 2024-02-02T01:18:42.586Z | Downloaded cstr-argument v0.1.2 |
755 | 2024-02-02T01:18:42.589Z | Downloaded memmap2 v0.7.1 |
756 | 2024-02-02T01:18:42.594Z | Downloaded libsw v3.3.1 |
757 | 2024-02-02T01:18:42.599Z | Downloaded bit-vec v0.6.3 |
758 | 2024-02-02T01:18:42.604Z | Downloaded ciborium-ll v0.2.2 |
759 | 2024-02-02T01:18:42.611Z | Downloaded ctr v0.9.2 |
760 | 2024-02-02T01:18:42.620Z | Downloaded convert_case v0.4.0 |
761 | 2024-02-02T01:18:42.626Z | Downloaded crucible-workspace-hack v0.1.0 |
762 | 2024-02-02T01:18:42.631Z | Downloaded p256 v0.13.2 |
763 | 2024-02-02T01:18:42.661Z | Downloaded parse-display-derive v0.8.2 |
764 | 2024-02-02T01:18:42.667Z | Downloaded openssl-sys v0.9.96 |
765 | 2024-02-02T01:18:42.680Z | Downloaded darling_macro v0.20.3 |
766 | 2024-02-02T01:18:42.683Z | Downloaded newtype_derive v0.1.6 |
767 | 2024-02-02T01:18:42.688Z | Downloaded cbc v0.1.2 |
768 | 2024-02-02T01:18:42.692Z | Downloaded usdt-attr-macro v0.3.5 |
769 | 2024-02-02T01:18:42.696Z | Downloaded bitflags v1.3.2 |
770 | 2024-02-02T01:18:42.704Z | Downloaded parking_lot v0.11.2 |
771 | 2024-02-02T01:18:42.711Z | Downloaded strum v0.25.0 |
772 | 2024-02-02T01:18:42.717Z | Downloaded kstat-rs v0.2.3 |
773 | 2024-02-02T01:18:42.720Z | Downloaded deranged v0.3.8 |
774 | 2024-02-02T01:18:42.723Z | Downloaded num_cpus v1.16.0 |
775 | 2024-02-02T01:18:42.728Z | Downloaded num-integer v0.1.45 |
776 | 2024-02-02T01:18:42.734Z | Downloaded defmt-macros v0.3.6 |
777 | 2024-02-02T01:18:42.740Z | Downloaded defmt-parser v0.3.3 |
778 | 2024-02-02T01:18:42.743Z | Downloaded percent-encoding v2.3.1 |
779 | 2024-02-02T01:18:42.750Z | Downloaded itoa v1.0.9 |
780 | 2024-02-02T01:18:42.750Z | Downloaded foreign-types-shared v0.1.1 |
781 | 2024-02-02T01:18:42.750Z | Downloaded paste v1.0.14 |
782 | 2024-02-02T01:18:42.759Z | Downloaded foreign-types-shared v0.3.1 |
783 | 2024-02-02T01:18:42.762Z | Downloaded poly1305 v0.8.0 |
784 | 2024-02-02T01:18:42.766Z | Downloaded pin-project-lite v0.2.13 |
785 | 2024-02-02T01:18:42.778Z | Downloaded getopts v0.2.21 |
786 | 2024-02-02T01:18:42.782Z | Downloaded ppv-lite86 v0.2.17 |
787 | 2024-02-02T01:18:42.786Z | Downloaded resolv-conf v0.7.0 |
788 | 2024-02-02T01:18:42.792Z | Downloaded der_derive v0.7.2 |
789 | 2024-02-02T01:18:42.798Z | Downloaded headers-core v0.2.0 |
790 | 2024-02-02T01:18:42.802Z | Downloaded tokio-stream v0.1.14 |
791 | 2024-02-02T01:18:42.827Z | Downloaded futures-core v0.3.30 |
792 | 2024-02-02T01:18:42.827Z | Downloaded quick-error v1.2.3 |
793 | 2024-02-02T01:18:42.827Z | Downloaded futures-channel v0.3.30 |
794 | 2024-02-02T01:18:42.827Z | Downloaded dtrace-parser v0.1.14 |
795 | 2024-02-02T01:18:42.827Z | Downloaded glob v0.3.1 |
796 | 2024-02-02T01:18:42.827Z | Downloaded hash32 v0.2.1 |
797 | 2024-02-02T01:18:42.830Z | Downloaded blake2 v0.10.6 |
798 | 2024-02-02T01:18:42.834Z | Downloaded zeroize_derive v1.4.2 |
799 | 2024-02-02T01:18:42.840Z | Downloaded walkdir v2.4.0 |
800 | 2024-02-02T01:18:42.843Z | Downloaded diesel_derives v2.1.2 |
801 | 2024-02-02T01:18:42.849Z | Downloaded rand_chacha v0.2.2 |
802 | 2024-02-02T01:18:42.852Z | Downloaded hubpack v0.1.2 |
803 | 2024-02-02T01:18:42.855Z | Downloaded terminal_size v0.2.6 |
804 | 2024-02-02T01:18:42.858Z | Downloaded slog-stdlog v4.1.1 |
805 | 2024-02-02T01:18:42.862Z | Downloaded semver v0.11.0 |
806 | 2024-02-02T01:18:42.866Z | Downloaded equivalent v1.0.1 |
807 | 2024-02-02T01:18:42.870Z | Downloaded usdt-macro v0.3.5 |
808 | 2024-02-02T01:18:42.873Z | Downloaded http-range v0.1.5 |
809 | 2024-02-02T01:18:42.876Z | Downloaded generic-array v0.14.7 |
810 | 2024-02-02T01:18:42.879Z | Downloaded sec1 v0.7.3 |
811 | 2024-02-02T01:18:42.884Z | Downloaded subprocess v0.2.9 |
812 | 2024-02-02T01:18:42.887Z | Downloaded bytes v1.5.0 |
813 | 2024-02-02T01:18:42.896Z | Downloaded endian-type v0.1.2 |
814 | 2024-02-02T01:18:42.899Z | Downloaded dtrace-parser v0.2.0 |
815 | 2024-02-02T01:18:42.901Z | Downloaded thread-id v4.2.0 |
816 | 2024-02-02T01:18:42.904Z | Downloaded vsss-rs v3.3.4 |
817 | 2024-02-02T01:18:42.909Z | Downloaded serde_spanned v0.6.4 |
818 | 2024-02-02T01:18:42.914Z | Downloaded tokio-tungstenite v0.20.1 |
819 | 2024-02-02T01:18:42.917Z | Downloaded slab v0.4.9 |
820 | 2024-02-02T01:18:42.920Z | Downloaded sha2 v0.10.8 |
821 | 2024-02-02T01:18:42.926Z | Downloaded strsim v0.8.0 |
822 | 2024-02-02T01:18:42.929Z | Downloaded slog-term v2.9.0 |
823 | 2024-02-02T01:18:42.937Z | Downloaded take_mut v0.2.2 |
824 | 2024-02-02T01:18:42.941Z | Downloaded time-macros v0.2.13 |
825 | 2024-02-02T01:18:42.954Z | Downloaded futures-task v0.3.30 |
826 | 2024-02-02T01:18:42.968Z | Downloaded futures-io v0.3.30 |
827 | 2024-02-02T01:18:42.968Z | Downloaded tracing-attributes v0.1.26 |
828 | 2024-02-02T01:18:42.968Z | Downloaded russh-cryptovec v0.7.0 |
829 | 2024-02-02T01:18:42.968Z | Downloaded derive_more v0.99.17 |
830 | 2024-02-02T01:18:42.972Z | Downloaded strsim v0.10.0 |
831 | 2024-02-02T01:18:42.972Z | Downloaded smallvec v1.11.2 |
832 | 2024-02-02T01:18:42.975Z | Downloaded indexmap v2.2.2 |
833 | 2024-02-02T01:18:42.983Z | Downloaded display-error-chain v0.2.0 |
834 | 2024-02-02T01:18:42.986Z | Downloaded tokio-rustls v0.24.1 |
835 | 2024-02-02T01:18:42.991Z | Downloaded universal-hash v0.5.1 |
836 | 2024-02-02T01:18:42.994Z | Downloaded digest v0.10.7 |
837 | 2024-02-02T01:18:42.997Z | Downloaded httparse v1.8.0 |
838 | 2024-02-02T01:18:43.002Z | Downloaded slog-json v2.6.1 |
839 | 2024-02-02T01:18:43.005Z | Downloaded quote v1.0.35 |
840 | 2024-02-02T01:18:43.011Z | Downloaded dirs-sys v0.4.1 |
841 | 2024-02-02T01:18:43.014Z | Downloaded usdt-attr-macro v0.5.0 |
842 | 2024-02-02T01:18:43.017Z | Downloaded rustc-demangle v0.1.23 |
843 | 2024-02-02T01:18:43.020Z | Downloaded untrusted v0.9.0 |
844 | 2024-02-02T01:18:43.024Z | Downloaded signal-hook-mio v0.2.3 |
845 | 2024-02-02T01:18:43.028Z | Downloaded scroll_derive v0.12.0 |
846 | 2024-02-02T01:18:43.034Z | Downloaded semver v0.1.20 |
847 | 2024-02-02T01:18:43.034Z | Downloaded usdt v0.5.0 |
848 | 2024-02-02T01:18:43.035Z | Downloaded dirs-next v2.0.0 |
849 | 2024-02-02T01:18:43.039Z | Downloaded semver-parser v0.10.2 |
850 | 2024-02-02T01:18:43.039Z | Downloaded chrono v0.4.31 |
851 | 2024-02-02T01:18:43.056Z | Downloaded fxhash v0.2.1 |
852 | 2024-02-02T01:18:43.063Z | Downloaded difflib v0.4.0 |
853 | 2024-02-02T01:18:43.063Z | Downloaded fnv v1.0.7 |
854 | 2024-02-02T01:18:43.063Z | Downloaded hyper-staticfile v0.9.5 |
855 | 2024-02-02T01:18:43.069Z | Downloaded embedded-io v0.4.0 |
856 | 2024-02-02T01:18:43.069Z | Downloaded ucd-trie v0.1.6 |
857 | 2024-02-02T01:18:43.077Z | Downloaded serde_urlencoded v0.7.1 |
858 | 2024-02-02T01:18:43.082Z | Downloaded rustls-pemfile v1.0.3 |
859 | 2024-02-02T01:18:43.082Z | Downloaded primeorder v0.13.6 |
860 | 2024-02-02T01:18:43.082Z | Downloaded hubpack_derive v0.1.1 |
861 | 2024-02-02T01:18:43.087Z | Downloaded rand_core v0.6.4 |
862 | 2024-02-02T01:18:43.087Z | Downloaded unicase v2.7.0 |
863 | 2024-02-02T01:18:43.096Z | Downloaded usdt-impl v0.5.0 |
864 | 2024-02-02T01:18:43.096Z | Downloaded scopeguard v1.2.0 |
865 | 2024-02-02T01:18:43.096Z | Downloaded hostname v0.3.1 |
866 | 2024-02-02T01:18:43.101Z | Downloaded ident_case v1.0.1 |
867 | 2024-02-02T01:18:43.101Z | Downloaded ipnet v2.9.0 |
868 | 2024-02-02T01:18:43.108Z | Downloaded rand v0.8.5 |
869 | 2024-02-02T01:18:43.121Z | Downloaded siphasher v0.3.11 |
870 | 2024-02-02T01:18:43.121Z | Downloaded serde v1.0.195 |
871 | 2024-02-02T01:18:43.129Z | Downloaded hmac v0.12.1 |
872 | 2024-02-02T01:18:43.129Z | Downloaded unicode-segmentation v1.10.1 |
873 | 2024-02-02T01:18:43.140Z | Downloaded synstructure v0.12.6 |
874 | 2024-02-02T01:18:43.140Z | Downloaded http-body v0.4.5 |
875 | 2024-02-02T01:18:43.147Z | Downloaded russh-keys v0.40.1 |
876 | 2024-02-02T01:18:43.147Z | Downloaded ed25519 v2.2.2 |
877 | 2024-02-02T01:18:43.147Z | Downloaded tokio-rustls v0.25.0 |
878 | 2024-02-02T01:18:43.154Z | Downloaded usdt-impl v0.3.5 |
879 | 2024-02-02T01:18:43.154Z | Downloaded rustls-pemfile v2.0.0 |
880 | 2024-02-02T01:18:43.162Z | Downloaded iana-time-zone v0.1.57 |
881 | 2024-02-02T01:18:43.177Z | Downloaded scroll v0.12.0 |
882 | 2024-02-02T01:18:43.178Z | Downloaded tracing-core v0.1.31 |
883 | 2024-02-02T01:18:43.178Z | Downloaded tokio-postgres v0.7.10 |
884 | 2024-02-02T01:18:43.187Z | Downloaded ecdsa v0.16.9 |
885 | 2024-02-02T01:18:43.202Z | Downloaded schemars_derive v0.8.16 |
886 | 2024-02-02T01:18:43.202Z | Downloaded rcgen v0.12.1 |
887 | 2024-02-02T01:18:43.215Z | Downloaded proc-macro2 v1.0.78 |
888 | 2024-02-02T01:18:43.216Z | Downloaded headers v0.3.9 |
889 | 2024-02-02T01:18:43.231Z | Downloaded uuid v1.7.0 |
890 | 2024-02-02T01:18:43.231Z | Downloaded slog v2.7.0 |
891 | 2024-02-02T01:18:43.231Z | Downloaded futures v0.3.30 |
892 | 2024-02-02T01:18:43.247Z | Downloaded unsafe-libyaml v0.2.10 |
893 | 2024-02-02T01:18:43.258Z | Downloaded hashbrown v0.14.2 |
894 | 2024-02-02T01:18:43.258Z | Downloaded similar v2.3.0 |
895 | 2024-02-02T01:18:43.274Z | Downloaded trust-dns-server v0.22.1 |
896 | 2024-02-02T01:18:43.282Z | Downloaded time v0.3.27 |
897 | 2024-02-02T01:18:43.293Z | Downloaded zip v0.6.6 |
898 | 2024-02-02T01:18:43.308Z | Downloaded unicode-normalization v0.1.22 |
899 | 2024-02-02T01:18:43.318Z | Downloaded heapless v0.8.0 |
900 | 2024-02-02T01:18:43.318Z | Downloaded winnow v0.5.15 |
901 | 2024-02-02T01:18:43.333Z | Downloaded hashbrown v0.13.2 |
902 | 2024-02-02T01:18:43.345Z | Downloaded object v0.32.1 |
903 | 2024-02-02T01:18:43.356Z | Downloaded http v0.2.11 |
904 | 2024-02-02T01:18:43.368Z | Downloaded itertools v0.10.5 |
905 | 2024-02-02T01:18:43.384Z | Downloaded goblin v0.8.0 |
906 | 2024-02-02T01:18:43.397Z | Downloaded futures-util v0.3.30 |
907 | 2024-02-02T01:18:43.421Z | Downloaded rustls-webpki v0.102.1 |
908 | 2024-02-02T01:18:43.455Z | Downloaded rustls-webpki v0.101.7 |
909 | 2024-02-02T01:18:43.485Z | Downloaded rayon v1.8.0 |
910 | 2024-02-02T01:18:43.500Z | Downloaded regress v0.7.1 |
911 | 2024-02-02T01:18:43.519Z | Downloaded regex v1.10.3 |
912 | 2024-02-02T01:18:43.543Z | Downloaded vcpkg v0.2.15 |
913 | 2024-02-02T01:18:43.616Z | Downloaded hyper v0.14.27 |
914 | 2024-02-02T01:18:43.634Z | Downloaded idna v0.5.0 |
915 | 2024-02-02T01:18:43.645Z | Downloaded syn v2.0.48 |
916 | 2024-02-02T01:18:43.671Z | Downloaded trust-dns-proto v0.22.0 |
917 | 2024-02-02T01:18:43.695Z | Downloaded idna v0.2.3 |
918 | 2024-02-02T01:18:43.707Z | Downloaded rustix v0.38.30 |
919 | 2024-02-02T01:18:43.751Z | Downloaded rustix v0.37.23 |
920 | 2024-02-02T01:18:43.790Z | Downloaded sled v0.34.7 |
921 | 2024-02-02T01:18:43.815Z | Downloaded zerocopy-derive v0.6.4 |
922 | 2024-02-02T01:18:43.836Z | Downloaded zerocopy-derive v0.2.0 |
923 | 2024-02-02T01:18:43.860Z | Downloaded tokio v1.35.1 |
924 | 2024-02-02T01:18:43.931Z | Downloaded sha3 v0.10.8 |
925 | 2024-02-02T01:18:43.942Z | Downloaded regex-automata v0.4.4 |
926 | 2024-02-02T01:18:43.976Z | Downloaded encoding_rs v0.8.33 |
927 | 2024-02-02T01:18:44.021Z | Downloaded regex-automata v0.3.8 |
928 | 2024-02-02T01:18:44.063Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
929 | 2024-02-02T01:18:44.081Z | Downloaded libc v0.2.153 |
930 | 2024-02-02T01:18:44.135Z | Downloaded winapi v0.3.9 |
931 | 2024-02-02T01:18:44.233Z | Downloaded regex-syntax v0.8.2 |
932 | 2024-02-02T01:18:44.249Z | Downloaded rustls v0.22.2 |
933 | 2024-02-02T01:18:44.278Z | Downloaded bstr v1.6.0 |
934 | 2024-02-02T01:18:44.299Z | Downloaded regex-syntax v0.7.5 |
935 | 2024-02-02T01:18:44.324Z | Downloaded smoltcp v0.11.0 |
936 | 2024-02-02T01:18:44.344Z | Downloaded bstr v0.2.17 |
937 | 2024-02-02T01:18:44.360Z | Downloaded openssl v0.10.60 |
938 | 2024-02-02T01:18:44.378Z | Downloaded diesel v2.1.4 |
939 | 2024-02-02T01:18:44.415Z | Downloaded gimli v0.28.0 |
940 | 2024-02-02T01:18:44.433Z | Downloaded smoltcp v0.9.1 |
941 | 2024-02-02T01:18:44.448Z | Downloaded rustls v0.21.9 |
942 | 2024-02-02T01:18:44.472Z | Downloaded curve25519-dalek v4.1.1 |
943 | 2024-02-02T01:18:44.487Z | Downloaded openapiv3 v2.0.0 |
944 | 2024-02-02T01:18:44.512Z | Downloaded syn v1.0.109 |
945 | 2024-02-02T01:18:44.534Z | Downloaded radix_trie v0.2.1 |
946 | 2024-02-02T01:18:44.545Z | Downloaded webpki-roots v0.25.2 |
947 | 2024-02-02T01:18:44.552Z | Downloaded hkdf v0.12.4 |
948 | 2024-02-02T01:18:44.558Z | Downloaded serde_json v1.0.113 |
949 | 2024-02-02T01:18:44.572Z | Downloaded h2 v0.3.24 |
950 | 2024-02-02T01:18:44.593Z | Downloaded serde_with v3.5.1 |
951 | 2024-02-02T01:18:44.615Z | Downloaded rand v0.7.3 |
952 | 2024-02-02T01:18:44.628Z | Downloaded aho-corasick v1.0.4 |
953 | 2024-02-02T01:18:44.634Z | Downloaded reqwest v0.11.22 |
954 | 2024-02-02T01:18:44.645Z | Downloaded toml_edit v0.19.15 |
955 | 2024-02-02T01:18:44.677Z | Downloaded blake3 v1.5.0 |
956 | 2024-02-02T01:18:44.692Z | Downloaded petgraph v0.6.4 |
957 | 2024-02-02T01:18:44.719Z | Downloaded clap_builder v4.4.2 |
958 | 2024-02-02T01:18:44.737Z | Downloaded heapless v0.7.16 |
959 | 2024-02-02T01:18:44.741Z | Downloaded toml_edit v0.21.0 |
960 | 2024-02-02T01:18:44.782Z | Downloaded hashbrown v0.12.3 |
961 | 2024-02-02T01:18:44.790Z | Downloaded tokio-util v0.7.10 |
962 | 2024-02-02T01:18:44.803Z | Downloaded ring v0.17.7 |
963 | 2024-02-02T01:18:44.938Z | Downloaded serde_yaml v0.9.25 |
964 | 2024-02-02T01:18:44.944Z | Downloaded regex-automata v0.1.10 |
965 | 2024-02-02T01:18:44.955Z | Downloaded url v2.5.0 |
966 | 2024-02-02T01:18:44.961Z | Downloaded itertools v0.12.1 |
967 | 2024-02-02T01:18:44.976Z | Downloaded aes-gcm v0.10.3 |
968 | 2024-02-02T01:18:44.982Z | Downloaded zerocopy v0.7.32 |
969 | 2024-02-02T01:18:45.014Z | Downloaded ring v0.16.20 |
970 | 2024-02-02T01:18:45.183Z | Downloaded http v1.0.0 |
971 | 2024-02-02T01:18:45.195Z | Downloaded schemars v0.8.16 |
972 | 2024-02-02T01:18:45.216Z | Downloaded trust-dns-resolver v0.22.0 |
973 | 2024-02-02T01:18:45.234Z | Downloaded tracing v0.1.37 |
974 | 2024-02-02T01:18:45.241Z | Downloaded toml v0.8.8 |
975 | 2024-02-02T01:18:45.242Z | Downloaded toml v0.7.8 |
976 | 2024-02-02T01:18:45.242Z | Downloaded yasna v0.5.2 |
977 | 2024-02-02T01:18:45.242Z | Downloaded serde_derive v1.0.195 |
978 | 2024-02-02T01:18:45.249Z | Downloaded flate2 v1.0.28 |
979 | 2024-02-02T01:18:45.262Z | Downloaded float-cmp v0.9.0 |
980 | 2024-02-02T01:18:45.262Z | Downloaded zeroize v1.7.0 |
981 | 2024-02-02T01:18:45.262Z | Downloaded sct v0.7.0 |
982 | 2024-02-02T01:18:45.275Z | Downloaded trust-dns-client v0.22.0 |
983 | 2024-02-02T01:18:45.275Z | Downloaded pest v2.7.6 |
984 | 2024-02-02T01:18:45.287Z | Downloaded typenum v1.16.0 |
985 | 2024-02-02T01:18:45.297Z | Downloaded russh v0.40.2 |
986 | 2024-02-02T01:18:45.297Z | Downloaded libm v0.2.7 |
987 | 2024-02-02T01:18:45.306Z | Downloaded steno v0.4.0 |
988 | 2024-02-02T01:18:45.314Z | Downloaded rustls-pki-types v1.1.0 |
989 | 2024-02-02T01:18:45.317Z | Downloaded zone_cfg_derive v0.3.0 |
990 | 2024-02-02T01:18:45.317Z | Downloaded signal-hook-registry v1.4.1 |
991 | 2024-02-02T01:18:45.320Z | Downloaded slog-bunyan v2.5.0 |
992 | 2024-02-02T01:18:45.323Z | Downloaded semver v1.0.21 |
993 | 2024-02-02T01:18:45.336Z | Downloaded hyper-rustls v0.24.2 |
994 | 2024-02-02T01:18:45.336Z | Downloaded proc-macro-error v1.0.4 |
995 | 2024-02-02T01:18:45.336Z | Downloaded zerocopy v0.6.4 |
996 | 2024-02-02T01:18:45.340Z | Downloaded vec_map v0.8.2 |
997 | 2024-02-02T01:18:45.340Z | Downloaded dirs-sys-next v0.1.2 |
998 | 2024-02-02T01:18:45.346Z | Downloaded zerocopy v0.3.0 |
999 | 2024-02-02T01:18:45.346Z | Downloaded rand_core v0.5.1 |
1000 | 2024-02-02T01:18:45.358Z | Downloaded serde_path_to_error v0.1.15 |
1001 | 2024-02-02T01:18:45.358Z | Downloaded ed25519-dalek v2.0.0 |
1002 | 2024-02-02T01:18:45.358Z | Downloaded zone v0.3.0 |
1003 | 2024-02-02T01:18:45.358Z | Downloaded structmeta-derive v0.2.0 |
1004 | 2024-02-02T01:18:45.358Z | Downloaded aes v0.8.3 |
1005 | 2024-02-02T01:18:45.362Z | Downloaded serde_tokenstream v0.2.0 |
1006 | 2024-02-02T01:18:45.369Z | Downloaded foreign-types v0.5.0 |
1007 | 2024-02-02T01:18:45.372Z | Downloaded r2d2 v0.8.10 |
1008 | 2024-02-02T01:18:45.373Z | Downloaded either v1.9.0 |
1009 | 2024-02-02T01:18:45.375Z | Downloaded slog-async v2.8.0 |
1010 | 2024-02-02T01:18:45.382Z | Downloaded unicode-ident v1.0.12 |
1011 | 2024-02-02T01:18:45.382Z | Downloaded socket2 v0.5.5 |
1012 | 2024-02-02T01:18:45.386Z | Downloaded toml v0.5.11 |
1013 | 2024-02-02T01:18:45.394Z | Downloaded rayon-core v1.12.0 |
1014 | 2024-02-02T01:18:45.397Z | Downloaded ghash v0.5.0 |
1015 | 2024-02-02T01:18:45.397Z | Downloaded unicode-bidi v0.3.13 |
1016 | 2024-02-02T01:18:45.401Z | Downloaded spin v0.9.8 |
1017 | 2024-02-02T01:18:45.405Z | Downloaded static_assertions v1.1.0 |
1018 | 2024-02-02T01:18:45.411Z | Downloaded stable_deref_trait v1.2.0 |
1019 | 2024-02-02T01:18:45.411Z | Downloaded version_check v0.9.4 |
1020 | 2024-02-02T01:18:45.414Z | Downloaded io-lifetimes v1.0.11 |
1021 | 2024-02-02T01:18:45.417Z | Downloaded tar v0.4.40 |
1022 | 2024-02-02T01:18:45.420Z | Downloaded signal-hook v0.3.17 |
1023 | 2024-02-02T01:18:45.424Z | Downloaded gethostname v0.4.3 |
1024 | 2024-02-02T01:18:45.428Z | Downloaded sha1 v0.10.6 |
1025 | 2024-02-02T01:18:45.430Z | Downloaded utf-8 v0.7.6 |
1026 | 2024-02-02T01:18:45.433Z | Downloaded ryu v1.0.15 |
1027 | 2024-02-02T01:18:45.436Z | Downloaded socket2 v0.4.9 |
1028 | 2024-02-02T01:18:45.439Z | Downloaded memchr v2.6.3 |
1029 | 2024-02-02T01:18:45.459Z | Downloaded unicode-width v0.1.11 |
1030 | 2024-02-02T01:18:45.470Z | Downloaded flagset v0.4.3 |
1031 | 2024-02-02T01:18:45.470Z | Downloaded fixedbitset v0.4.2 |
1032 | 2024-02-02T01:18:45.470Z | Downloaded ipnetwork v0.20.0 |
1033 | 2024-02-02T01:18:45.470Z | Downloaded inout v0.1.3 |
1034 | 2024-02-02T01:18:45.470Z | Downloaded tokio-macros v2.2.0 |
1035 | 2024-02-02T01:18:45.470Z | Downloaded rfc6979 v0.4.0 |
1036 | 2024-02-02T01:18:45.475Z | Downloaded slog-scope v4.4.0 |
1037 | 2024-02-02T01:18:45.475Z | Downloaded hash32 v0.3.1 |
1038 | 2024-02-02T01:18:45.475Z | Downloaded getrandom v0.2.10 |
1039 | 2024-02-02T01:18:45.475Z | Downloaded base64 v0.21.7 |
1040 | 2024-02-02T01:18:45.483Z | Downloaded serde_tokenstream v0.1.7 |
1041 | 2024-02-02T01:18:45.489Z | Downloaded proc-macro-error-attr v1.0.4 |
1042 | 2024-02-02T01:18:45.489Z | Downloaded scheduled-thread-pool v0.2.7 |
1043 | 2024-02-02T01:18:45.497Z | Downloaded rustc_version v0.4.0 |
1044 | 2024-02-02T01:18:45.498Z | Downloaded rustc_version v0.1.7 |
1045 | 2024-02-02T01:18:45.498Z | Downloaded dyn-clone v1.0.13 |
1046 | 2024-02-02T01:18:45.506Z | Downloaded serde_derive_internals v0.26.0 |
1047 | 2024-02-02T01:18:45.506Z | Downloaded slog-envlogger v2.2.0 |
1048 | 2024-02-02T01:18:45.506Z | Downloaded futures-macro v0.3.30 |
1049 | 2024-02-02T01:18:45.506Z | Downloaded half v2.3.1 |
1050 | 2024-02-02T01:18:45.511Z | Downloaded darling_core v0.20.3 |
1051 | 2024-02-02T01:18:45.518Z | Downloaded enum-as-inner v0.5.1 |
1052 | 2024-02-02T01:18:45.525Z | Downloaded utf8parse v0.2.1 |
1053 | 2024-02-02T01:18:45.525Z | Downloaded usdt-macro v0.5.0 |
1054 | 2024-02-02T01:18:45.525Z | Downloaded futures-sink v0.3.30 |
1055 | 2024-02-02T01:18:45.525Z | Downloaded httpdate v1.0.3 |
1056 | 2024-02-02T01:18:45.525Z | Downloaded crossterm v0.27.0 |
1057 | 2024-02-02T01:18:45.535Z | Downloaded der v0.7.8 |
1058 | 2024-02-02T01:18:45.543Z | Downloaded serde_with_macros v3.5.1 |
1059 | 2024-02-02T01:18:45.547Z | Downloaded elliptic-curve v0.13.8 |
1060 | 2024-02-02T01:18:45.557Z | Downloaded num-bigint v0.4.4 |
1061 | 2024-02-02T01:18:45.574Z | Downloaded is-terminal v0.4.9 |
1062 | 2024-02-02T01:18:45.574Z | Downloaded instant v0.1.12 |
1063 | 2024-02-02T01:18:45.574Z | Downloaded signature v2.1.0 |
1064 | 2024-02-02T01:18:45.601Z | Downloaded smf v0.2.2 |
1065 | 2024-02-02T01:18:45.601Z | Downloaded secrecy v0.8.0 |
1066 | 2024-02-02T01:18:45.601Z | Downloaded rand_chacha v0.3.1 |
1067 | 2024-02-02T01:18:45.601Z | Downloaded textwrap v0.11.0 |
1068 | 2024-02-02T01:18:45.601Z | Downloaded zerocopy-derive v0.7.32 |
1069 | 2024-02-02T01:18:45.601Z | Downloaded proc-macro-crate v1.3.1 |
1070 | 2024-02-02T01:18:45.601Z | Downloaded dof v0.3.0 |
1071 | 2024-02-02T01:18:45.629Z | Downloaded indexmap v1.9.3 |
1072 | 2024-02-02T01:18:45.629Z | Downloaded rustfmt-wrapper v0.2.0 |
1073 | 2024-02-02T01:18:45.629Z | Downloaded errno v0.3.8 |
1074 | 2024-02-02T01:18:45.629Z | Downloaded thread_local v1.1.7 |
1075 | 2024-02-02T01:18:45.629Z | Downloaded thiserror-impl v1.0.56 |
1076 | 2024-02-02T01:18:45.629Z | Downloaded thiserror v1.0.56 |
1077 | 2024-02-02T01:18:45.629Z | Downloaded same-file v1.0.6 |
1078 | 2024-02-02T01:18:45.629Z | Downloaded rustversion v1.0.14 |
1079 | 2024-02-02T01:18:45.637Z | Downloaded dirs v5.0.1 |
1080 | 2024-02-02T01:18:45.637Z | Downloaded form_urlencoded v1.2.1 |
1081 | 2024-02-02T01:18:45.637Z | Downloaded hyper-tls v0.5.0 |
1082 | 2024-02-02T01:18:45.637Z | Downloaded fallible-iterator v0.2.0 |
1083 | 2024-02-02T01:18:45.637Z | Downloaded cc v1.0.83 |
1084 | 2024-02-02T01:18:45.637Z | Downloaded foreign-types-macros v0.2.3 |
1085 | 2024-02-02T01:18:45.638Z | Downloaded tungstenite v0.20.1 |
1086 | 2024-02-02T01:18:45.643Z | Downloaded structopt-derive v0.4.18 |
1087 | 2024-02-02T01:18:45.643Z | Downloaded mio v0.8.9 |
1088 | 2024-02-02T01:18:45.662Z | Downloaded heck v0.3.3 |
1089 | 2024-02-02T01:18:45.662Z | Downloaded arc-swap v1.6.0 |
1090 | 2024-02-02T01:18:45.673Z | Downloaded allocator-api2 v0.2.16 |
1091 | 2024-02-02T01:18:45.674Z | Downloaded tinyvec v1.6.0 |
1092 | 2024-02-02T01:18:45.674Z | Downloaded thiserror-no-std v2.0.2 |
1093 | 2024-02-02T01:18:45.683Z | Downloaded crossbeam-channel v0.5.8 |
1094 | 2024-02-02T01:18:45.690Z | Downloaded structopt v0.3.26 |
1095 | 2024-02-02T01:18:45.704Z | Downloaded postcard v1.0.8 |
1096 | 2024-02-02T01:18:45.714Z | Downloaded group v0.13.0 |
1097 | 2024-02-02T01:18:45.714Z | Downloaded getrandom v0.1.16 |
1098 | 2024-02-02T01:18:45.714Z | Downloaded whoami v1.4.1 |
1099 | 2024-02-02T01:18:45.715Z | Downloaded pest_meta v2.7.6 |
1100 | 2024-02-02T01:18:45.726Z | Downloaded pest_derive v2.7.6 |
1101 | 2024-02-02T01:18:45.726Z | Downloaded omicron-zone-package v0.11.0 |
1102 | 2024-02-02T01:18:45.726Z | Downloaded filetime v0.2.23 |
1103 | 2024-02-02T01:18:45.737Z | Downloaded xattr v1.0.1 |
1104 | 2024-02-02T01:18:45.737Z | Downloaded futures-executor v0.3.30 |
1105 | 2024-02-02T01:18:45.737Z | Downloaded tokio-native-tls v0.3.1 |
1106 | 2024-02-02T01:18:45.737Z | Downloaded spin v0.5.2 |
1107 | 2024-02-02T01:18:45.737Z | Downloaded miniz_oxide v0.7.1 |
1108 | 2024-02-02T01:18:45.750Z | Downloaded const-oid v0.9.5 |
1109 | 2024-02-02T01:18:45.750Z | Downloaded derive-where v1.2.7 |
1110 | 2024-02-02T01:18:45.750Z | Downloaded structmeta v0.2.0 |
1111 | 2024-02-02T01:18:45.760Z | Downloaded serde_repr v0.1.16 |
1112 | 2024-02-02T01:18:45.760Z | Downloaded hex-literal v0.4.1 |
1113 | 2024-02-02T01:18:45.760Z | Downloaded hex v0.4.3 |
1114 | 2024-02-02T01:18:45.760Z | Downloaded usdt v0.3.5 |
1115 | 2024-02-02T01:18:45.772Z | Downloaded tempfile v3.9.0 |
1116 | 2024-02-02T01:18:45.772Z | Downloaded minimal-lexical v0.2.1 |
1117 | 2024-02-02T01:18:45.787Z | Downloaded string_cache v0.8.7 |
1118 | 2024-02-02T01:18:45.787Z | Downloaded term v0.7.0 |
1119 | 2024-02-02T01:18:45.787Z | Downloaded stringprep v0.1.3 |
1120 | 2024-02-02T01:18:45.788Z | Downloaded pem-rfc7468 v0.7.0 |
1121 | 2024-02-02T01:18:45.788Z | Downloaded password-hash v0.4.2 |
1122 | 2024-02-02T01:18:45.803Z | Downloaded multer v3.0.0 |
1123 | 2024-02-02T01:18:45.803Z | Downloaded darling v0.20.3 |
1124 | 2024-02-02T01:18:45.803Z | Downloaded num-complex v0.4.4 |
1125 | 2024-02-02T01:18:45.813Z | Downloaded postgres-types v0.2.6 |
1126 | 2024-02-02T01:18:45.813Z | Downloaded postgres-protocol v0.6.6 |
1127 | 2024-02-02T01:18:45.813Z | Downloaded platforms v3.0.2 |
1128 | 2024-02-02T01:18:45.814Z | Downloaded home v0.5.5 |
1129 | 2024-02-02T01:18:45.814Z | Downloaded heck v0.4.1 |
1130 | 2024-02-02T01:18:45.814Z | Downloaded pin-utils v0.1.0 |
1131 | 2024-02-02T01:18:45.827Z | Downloaded parking_lot_core v0.8.6 |
1132 | 2024-02-02T01:18:45.827Z | Downloaded subtle v2.5.0 |
1133 | 2024-02-02T01:18:45.827Z | Downloaded want v0.3.1 |
1134 | 2024-02-02T01:18:45.827Z | Downloaded waitgroup v0.1.2 |
1135 | 2024-02-02T01:18:45.827Z | Downloaded pem v3.0.2 |
1136 | 2024-02-02T01:18:45.838Z | Downloaded lock_api v0.4.10 |
1137 | 2024-02-02T01:18:45.838Z | Downloaded base64ct v1.6.0 |
1138 | 2024-02-02T01:18:45.838Z | Downloaded linear-map v1.2.0 |
1139 | 2024-02-02T01:18:45.838Z | Downloaded camino v1.1.6 |
1140 | 2024-02-02T01:18:45.838Z | Downloaded block-padding v0.3.3 |
1141 | 2024-02-02T01:18:45.848Z | Downloaded arrayvec v0.7.4 |
1142 | 2024-02-02T01:18:45.848Z | Downloaded anyhow v1.0.75 |
1143 | 2024-02-02T01:18:45.848Z | Downloaded strum_macros v0.25.2 |
1144 | 2024-02-02T01:18:46.264Z | Downloaded addr2line v0.21.0 |
1145 | 2024-02-02T01:18:46.265Z | Downloaded slog-dtrace v0.3.0 |
1146 | 2024-02-02T01:18:46.265Z | Downloaded untrusted v0.7.1 |
1147 | 2024-02-02T01:18:46.265Z | Downloaded unicode-xid v0.2.4 |
1148 | 2024-02-02T01:18:46.270Z | Downloaded pkcs8 v0.10.2 |
1149 | 2024-02-02T01:18:46.270Z | Downloaded pest_generator v2.7.6 |
1150 | 2024-02-02T01:18:46.270Z | Downloaded time-core v0.1.1 |
1151 | 2024-02-02T01:18:46.270Z | Downloaded ciborium v0.2.2 |
1152 | 2024-02-02T01:18:46.270Z | Downloaded foreign-types v0.3.2 |
1153 | 2024-02-02T01:18:46.270Z | Downloaded native-tls v0.2.11 |
1154 | 2024-02-02T01:18:46.270Z | Downloaded parking_lot_core v0.9.8 |
1155 | 2024-02-02T01:18:46.270Z | Downloaded bitflags v2.4.0 |
1156 | 2024-02-02T01:18:46.271Z | Downloaded async-trait v0.1.77 |
1157 | 2024-02-02T01:18:46.271Z | Downloaded fastrand v2.0.0 |
1158 | 2024-02-02T01:18:46.271Z | Downloaded topological-sort v0.2.2 |
1159 | 2024-02-02T01:18:46.271Z | Downloaded toml_datetime v0.6.5 |
1160 | 2024-02-02T01:18:46.271Z | Downloaded clap v4.4.3 |
1161 | 2024-02-02T01:18:46.271Z | Downloaded password-hash v0.5.0 |
1162 | 2024-02-02T01:18:46.271Z | Downloaded bit-set v0.5.3 |
1163 | 2024-02-02T01:18:46.271Z | Downloaded ff v0.13.0 |
1164 | 2024-02-02T01:18:46.271Z | Downloaded thiserror-impl-no-std v2.0.2 |
1165 | 2024-02-02T01:18:46.271Z | Downloaded data-encoding v2.4.0 |
1166 | 2024-02-02T01:18:46.271Z | Downloaded pkg-config v0.3.27 |
1167 | 2024-02-02T01:18:46.271Z | Downloaded pbkdf2 v0.12.2 |
1168 | 2024-02-02T01:18:46.271Z | Downloaded polyval v0.6.1 |
1169 | 2024-02-02T01:18:46.271Z | Downloaded spki v0.7.2 |
1170 | 2024-02-02T01:18:46.271Z | Downloaded phf_shared v0.11.2 |
1171 | 2024-02-02T01:18:46.271Z | Downloaded cipher v0.4.4 |
1172 | 2024-02-02T01:18:46.271Z | Downloaded plain v0.2.3 |
1173 | 2024-02-02T01:18:46.271Z | Downloaded lalrpop-util v0.19.12 |
1174 | 2024-02-02T01:18:46.271Z | Downloaded anstyle v1.0.2 |
1175 | 2024-02-02T01:18:46.271Z | Downloaded argon2 v0.5.3 |
1176 | 2024-02-02T01:18:46.271Z | Downloaded debug-ignore v1.0.5 |
1177 | 2024-02-02T01:18:46.272Z | Downloaded colored v2.0.4 |
1178 | 2024-02-02T01:18:46.272Z | Downloaded cfg-if v1.0.0 |
1179 | 2024-02-02T01:18:46.272Z | Downloaded dof v0.1.5 |
1180 | 2024-02-02T01:18:46.272Z | Downloaded log v0.4.20 |
1181 | 2024-02-02T01:18:46.272Z | Downloaded crossbeam-utils v0.8.16 |
1182 | 2024-02-02T01:18:46.272Z | Downloaded defmt v0.3.5 |
1183 | 2024-02-02T01:18:46.272Z | Downloaded crypto-bigint v0.5.2 |
1184 | 2024-02-02T01:18:46.272Z | Downloaded owo-colors v4.0.0 |
1185 | 2024-02-02T01:18:46.272Z | Downloaded blowfish v0.9.1 |
1186 | 2024-02-02T01:18:46.272Z | Downloaded base16ct v0.2.0 |
1187 | 2024-02-02T01:18:46.272Z | Downloaded crypto-common v0.1.6 |
1188 | 2024-02-02T01:18:46.272Z | Downloaded bcrypt-pbkdf v0.10.0 |
1189 | 2024-02-02T01:18:46.272Z | Downloaded async-stream v0.3.5 |
1190 | 2024-02-02T01:18:46.272Z | Downloaded anstream v0.5.0 |
1191 | 2024-02-02T01:18:46.272Z | Downloaded keccak v0.1.4 |
1192 | 2024-02-02T01:18:46.272Z | Downloaded atomic-waker v1.1.1 |
1193 | 2024-02-02T01:18:46.272Z | Downloaded toolchain_find v0.2.0 |
1194 | 2024-02-02T01:18:46.272Z | Downloaded try-lock v0.2.4 |
1195 | 2024-02-02T01:18:46.273Z | Downloaded tower-service v0.3.2 |
1196 | 2024-02-02T01:18:46.273Z | Downloaded tinyvec_macros v0.1.1 |
1197 | 2024-02-02T01:18:46.273Z | Downloaded block-buffer v0.10.4 |
1198 | 2024-02-02T01:18:46.273Z | Downloaded camino-tempfile v1.1.1 |
1199 | 2024-02-02T01:18:46.273Z | Downloaded swrite v0.1.0 |
1200 | 2024-02-02T01:18:46.273Z | Downloaded crossbeam-epoch v0.9.15 |
1201 | 2024-02-02T01:18:46.273Z | Downloaded lazy_static v1.4.0 |
1202 | 2024-02-02T01:18:46.273Z | Downloaded pretty-hex v0.4.1 |
1203 | 2024-02-02T01:18:46.273Z | Downloaded pretty-hex v0.2.1 |
1204 | 2024-02-02T01:18:46.273Z | Downloaded nibble_vec v0.1.0 |
1205 | 2024-02-02T01:18:46.273Z | Downloaded crc32fast v1.3.2 |
1206 | 2024-02-02T01:18:46.274Z | Downloaded curve25519-dalek-derive v0.1.0 |
1207 | 2024-02-02T01:18:46.274Z | Downloaded phf_shared v0.10.0 |
1208 | 2024-02-02T01:18:46.274Z | Downloaded parking_lot v0.12.1 |
1209 | 2024-02-02T01:18:46.274Z | Downloaded anstyle-query v1.0.0 |
1210 | 2024-02-02T01:18:46.274Z | Downloaded backoff v0.4.0 |
1211 | 2024-02-02T01:18:46.274Z | Downloaded arrayref v0.3.7 |
1212 | 2024-02-02T01:18:46.274Z | Downloaded aead v0.5.2 |
1213 | 2024-02-02T01:18:46.274Z | Downloaded openssl-macros v0.1.1 |
1214 | 2024-02-02T01:18:46.275Z | Downloaded parse-display v0.8.2 |
1215 | 2024-02-02T01:18:46.275Z | Downloaded phf v0.11.2 |
1216 | 2024-02-02T01:18:46.275Z | Downloaded num-rational v0.4.1 |
1217 | 2024-02-02T01:18:46.275Z | Downloaded num-traits v0.2.16 |
1218 | 2024-02-02T01:18:46.275Z | Downloaded atomicwrites v0.4.3 |
1219 | 2024-02-02T01:18:46.275Z | Downloaded atty v0.2.14 |
1220 | 2024-02-02T01:18:46.275Z | Downloaded ansi_term v0.12.1 |
1221 | 2024-02-02T01:18:46.275Z | Downloaded new_debug_unreachable v1.0.4 |
1222 | 2024-02-02T01:18:46.275Z | Downloaded mime_guess v2.0.4 |
1223 | 2024-02-02T01:18:46.276Z | Downloaded md5 v0.7.0 |
1224 | 2024-02-02T01:18:46.276Z | Downloaded num v0.4.1 |
1225 | 2024-02-02T01:18:46.276Z | Downloaded mime v0.3.17 |
1226 | 2024-02-02T01:18:46.276Z | Downloaded openssl-probe v0.1.5 |
1227 | 2024-02-02T01:18:46.276Z | Downloaded nom v7.1.3 |
1228 | 2024-02-02T01:18:46.276Z | Downloaded autocfg v1.1.0 |
1229 | 2024-02-02T01:18:46.276Z | Downloaded num-derive v0.4.0 |
1230 | 2024-02-02T01:18:46.277Z | Downloaded cpufeatures v0.2.12 |
1231 | 2024-02-02T01:18:46.277Z | Downloaded once_cell v1.19.0 |
1232 | 2024-02-02T01:18:46.277Z | Downloaded num_enum_derive v0.5.11 |
1233 | 2024-02-02T01:18:46.277Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1234 | 2024-02-02T01:18:46.277Z | Downloaded async-stream-impl v0.3.5 |
1235 | 2024-02-02T01:18:46.277Z | Downloaded match_cfg v0.1.0 |
1236 | 2024-02-02T01:18:46.277Z | Downloaded constant_time_eq v0.3.0 |
1237 | 2024-02-02T01:18:46.277Z | Downloaded clap_lex v0.5.1 |
1238 | 2024-02-02T01:18:46.277Z | Downloaded clap v2.34.0 |
1239 | 2024-02-02T01:18:46.278Z | Downloaded cancel-safe-futures v0.1.5 |
1240 | 2024-02-02T01:18:46.278Z | Downloaded cobs v0.2.3 |
1241 | 2024-02-02T01:18:46.278Z | Downloaded crossbeam-deque v0.8.3 |
1242 | 2024-02-02T01:18:46.278Z | Downloaded anstyle-parse v0.2.1 |
1243 | 2024-02-02T01:18:46.278Z | Downloaded pbkdf2 v0.11.0 |
1244 | 2024-02-02T01:18:46.278Z | Downloaded num_enum v0.5.11 |
1245 | 2024-02-02T01:18:46.278Z | Downloaded adler v1.0.2 |
1246 | 2024-02-02T01:18:46.278Z | Downloaded predicates v3.1.0 |
1247 | 2024-02-02T01:18:46.279Z | Downloaded num-iter v0.1.43 |
1248 | 2024-02-02T01:18:46.693Z | Downloaded colorchoice v1.0.0 |
1249 | 2024-02-02T01:18:46.694Z | Downloaded option-ext v0.2.0 |
1250 | 2024-02-02T01:18:46.694Z | Downloaded opaque-debug v0.3.0 |
1251 | 2024-02-02T01:18:46.694Z | Downloaded precomputed-hash v0.1.1 |
1252 | 2024-02-02T01:18:46.694Z | Downloaded memmap v0.7.0 |
1253 | 2024-02-02T01:18:46.694Z | Downloaded managed v0.8.0 |
1254 | 2024-02-02T01:18:46.694Z | Downloaded clap_derive v4.4.2 |
1255 | 2024-02-02T01:18:46.694Z | Downloaded chacha20 v0.9.1 |
1256 | 2024-02-02T01:18:46.694Z | Downloaded lru-cache v0.1.2 |
1257 | 2024-02-02T01:18:46.694Z | Downloaded matches v0.1.10 |
1258 | 2024-02-02T01:18:46.694Z | Downloaded macaddr v1.0.1 |
1259 | 2024-02-02T01:18:46.695Z | Downloaded linked-hash-map v0.5.6 |
1260 | 2024-02-02T01:18:46.695Z | Downloaded bzip2 v0.4.4 |
1261 | 2024-02-02T01:18:46.695Z | Downloaded byteorder v1.5.0 |
1262 | 2024-02-02T01:18:46.712Z | Compiling proc-macro2 v1.0.78 |
1263 | 2024-02-02T01:18:46.712Z | Compiling unicode-ident v1.0.12 |
1264 | 2024-02-02T01:18:46.712Z | Compiling libc v0.2.153 |
1265 | 2024-02-02T01:18:46.712Z | Compiling serde v1.0.195 |
1266 | 2024-02-02T01:18:46.712Z | Compiling version_check v0.9.4 |
1267 | 2024-02-02T01:18:46.712Z | Compiling autocfg v1.1.0 |
1268 | 2024-02-02T01:18:46.713Z | Compiling cfg-if v1.0.0 |
1269 | 2024-02-02T01:18:46.810Z | Compiling once_cell v1.19.0 |
1270 | 2024-02-02T01:18:46.814Z | Compiling syn v1.0.109 |
1271 | 2024-02-02T01:18:47.391Z | Compiling thiserror v1.0.56 |
1272 | 2024-02-02T01:18:47.729Z | Compiling memchr v2.6.3 |
1273 | 2024-02-02T01:18:47.877Z | Compiling lock_api v0.4.10 |
1274 | 2024-02-02T01:18:48.327Z | Compiling typenum v1.16.0 |
1275 | 2024-02-02T01:18:48.407Z | Compiling byteorder v1.5.0 |
1276 | 2024-02-02T01:18:48.478Z | Compiling ahash v0.8.6 |
1277 | 2024-02-02T01:18:48.499Z | Compiling parking_lot_core v0.9.8 |
1278 | 2024-02-02T01:18:48.950Z | Compiling generic-array v0.14.7 |
1279 | 2024-02-02T01:18:49.128Z | Compiling libm v0.2.7 |
1280 | 2024-02-02T01:18:49.176Z | Compiling num-traits v0.2.16 |
1281 | 2024-02-02T01:18:49.555Z | Compiling serde_json v1.0.113 |
1282 | 2024-02-02T01:18:49.789Z | Compiling itoa v1.0.9 |
1283 | 2024-02-02T01:18:50.201Z | Compiling quote v1.0.35 |
1284 | 2024-02-02T01:18:50.421Z | Compiling slab v0.4.9 |
1285 | 2024-02-02T01:18:50.581Z | Compiling log v0.4.20 |
1286 | 2024-02-02T01:18:50.887Z | Compiling syn v2.0.48 |
1287 | 2024-02-02T01:18:51.355Z | Compiling getrandom v0.2.10 |
1288 | 2024-02-02T01:18:51.401Z | Compiling cc v1.0.83 |
1289 | 2024-02-02T01:18:51.769Z | Compiling rand_core v0.6.4 |
1290 | 2024-02-02T01:18:51.987Z | Compiling scopeguard v1.2.0 |
1291 | 2024-02-02T01:18:52.191Z | Compiling ryu v1.0.15 |
1292 | 2024-02-02T01:18:52.847Z | Compiling pkg-config v0.3.27 |
1293 | 2024-02-02T01:18:53.168Z | Compiling allocator-api2 v0.2.16 |
1294 | 2024-02-02T01:18:53.186Z | Compiling heck v0.4.1 |
1295 | 2024-02-02T01:18:53.283Z | Compiling smallvec v1.11.2 |
1296 | 2024-02-02T01:18:53.911Z | Compiling equivalent v1.0.1 |
1297 | 2024-02-02T01:18:53.954Z | Compiling schemars v0.8.16 |
1298 | 2024-02-02T01:18:54.066Z | Compiling subtle v2.5.0 |
1299 | 2024-02-02T01:18:54.822Z | Compiling vcpkg v0.2.15 |
1300 | 2024-02-02T01:18:55.176Z | Compiling pin-project-lite v0.2.13 |
1301 | 2024-02-02T01:18:55.711Z | Compiling httparse v1.8.0 |
1302 | 2024-02-02T01:18:55.726Z | Compiling ucd-trie v0.1.6 |
1303 | 2024-02-02T01:18:56.447Z | Compiling parking_lot v0.12.1 |
1304 | 2024-02-02T01:18:56.466Z | Compiling ring v0.17.7 |
1305 | 2024-02-02T01:18:56.685Z | Compiling ring v0.16.20 |
1306 | 2024-02-02T01:18:56.896Z | Compiling signal-hook-registry v1.4.1 |
1307 | 2024-02-02T01:18:58.109Z | Compiling fnv v1.0.7 |
1308 | 2024-02-02T01:18:58.286Z | Compiling mio v0.8.9 |
1309 | 2024-02-02T01:18:58.576Z | Compiling openssl-sys v0.9.96 |
1310 | 2024-02-02T01:18:58.649Z | Compiling iana-time-zone v0.1.57 |
1311 | 2024-02-02T01:18:59.364Z | Compiling semver v1.0.21 |
1312 | 2024-02-02T01:18:59.465Z | Compiling const-oid v0.9.5 |
1313 | 2024-02-02T01:19:00.150Z | Compiling openssl v0.10.60 |
1314 | 2024-02-02T01:19:00.388Z | Compiling socket2 v0.5.5 |
1315 | 2024-02-02T01:19:00.631Z | Compiling num_cpus v1.16.0 |
1316 | 2024-02-02T01:19:00.915Z | Compiling native-tls v0.2.11 |
1317 | 2024-02-02T01:19:01.395Z | Compiling rustls v0.21.9 |
1318 | 2024-02-02T01:19:01.725Z | Compiling futures-core v0.3.30 |
1319 | 2024-02-02T01:19:01.797Z | Compiling dyn-clone v1.0.13 |
1320 | 2024-02-02T01:19:02.115Z | Compiling aho-corasick v1.0.4 |
1321 | 2024-02-02T01:19:02.664Z | Compiling slog v2.7.0 |
1322 | 2024-02-02T01:19:03.005Z | Compiling serde_derive_internals v0.26.0 |
1323 | 2024-02-02T01:19:03.424Z | Compiling regex-syntax v0.8.2 |
1324 | 2024-02-02T01:19:03.536Z | Compiling crossbeam-utils v0.8.16 |
1325 | 2024-02-02T01:19:03.698Z | Compiling spin v0.5.2 |
1326 | 2024-02-02T01:19:04.043Z | Compiling async-trait v0.1.77 |
1327 | 2024-02-02T01:19:04.563Z | Compiling futures-sink v0.3.30 |
1328 | 2024-02-02T01:19:04.788Z | Compiling rustix v0.38.30 |
1329 | 2024-02-02T01:19:05.934Z | Compiling backtrace v0.3.69 |
1330 | 2024-02-02T01:19:06.088Z | Compiling tinyvec_macros v0.1.1 |
1331 | 2024-02-02T01:19:06.212Z | Compiling tinyvec v1.6.0 |
1332 | 2024-02-02T01:19:06.555Z | Compiling futures-channel v0.3.30 |
1333 | 2024-02-02T01:19:07.271Z | Compiling futures-task v0.3.30 |
1334 | 2024-02-02T01:19:07.794Z | Compiling futures-io v0.3.30 |
1335 | 2024-02-02T01:19:07.982Z | Compiling pin-utils v0.1.0 |
1336 | 2024-02-02T01:19:08.113Z | Compiling winnow v0.5.15 |
1337 | 2024-02-02T01:19:08.359Z | Compiling spin v0.9.8 |
1338 | 2024-02-02T01:19:08.841Z | Compiling unicode-normalization v0.1.22 |
1339 | 2024-02-02T01:19:08.934Z | Compiling memoffset v0.9.0 |
1340 | 2024-02-02T01:19:09.029Z | Compiling tracing-core v0.1.31 |
1341 | 2024-02-02T01:19:11.004Z | Compiling regex-automata v0.4.4 |
1342 | 2024-02-02T01:19:11.042Z | Compiling unicode-bidi v0.3.13 |
1343 | 2024-02-02T01:19:11.054Z | Compiling anyhow v1.0.75 |
1344 | 2024-02-02T01:19:11.483Z | Compiling unicode-width v0.1.11 |
1345 | 2024-02-02T01:19:11.508Z | Compiling cpufeatures v0.2.12 |
1346 | 2024-02-02T01:19:12.398Z | Compiling crc32fast v1.3.2 |
1347 | 2024-02-02T01:19:13.785Z | Compiling crossbeam-epoch v0.9.15 |
1348 | 2024-02-02T01:19:13.849Z | Compiling time-core v0.1.1 |
1349 | 2024-02-02T01:19:14.405Z | Compiling time-macros v0.2.13 |
1350 | 2024-02-02T01:19:14.974Z | Compiling serde_derive v1.0.195 |
1351 | 2024-02-02T01:19:15.220Z | Compiling zerocopy-derive v0.7.32 |
1352 | 2024-02-02T01:19:15.324Z | Compiling zeroize_derive v1.4.2 |
1353 | 2024-02-02T01:19:15.665Z | Compiling thiserror-impl v1.0.56 |
1354 | 2024-02-02T01:19:18.229Z | Compiling tokio-macros v2.2.0 |
1355 | 2024-02-02T01:19:18.807Z | Compiling zeroize v1.7.0 |
1356 | 2024-02-02T01:19:18.908Z | Compiling zerocopy v0.7.32 |
1357 | 2024-02-02T01:19:19.406Z | Compiling futures-macro v0.3.30 |
1358 | 2024-02-02T01:19:21.079Z | Compiling tracing-attributes v0.1.26 |
1359 | 2024-02-02T01:19:21.534Z | Compiling schemars_derive v0.8.16 |
1360 | 2024-02-02T01:19:21.604Z | Compiling pest v2.7.6 |
1361 | 2024-02-02T01:19:22.126Z | Compiling crypto-common v0.1.6 |
1362 | 2024-02-02T01:19:22.454Z | Compiling hashbrown v0.14.2 |
1363 | 2024-02-02T01:19:22.928Z | Compiling openssl-macros v0.1.1 |
1364 | 2024-02-02T01:19:24.113Z | Compiling block-buffer v0.10.4 |
1365 | 2024-02-02T01:19:24.596Z | Compiling digest v0.10.7 |
1366 | 2024-02-02T01:19:24.657Z | Compiling hashbrown v0.13.2 |
1367 | 2024-02-02T01:19:25.346Z | Compiling regex v1.10.3 |
1368 | 2024-02-02T01:19:26.137Z | Compiling pest_meta v2.7.6 |
1369 | 2024-02-02T01:19:26.498Z | Compiling futures-util v0.3.30 |
1370 | 2024-02-02T01:19:27.373Z | Compiling der_derive v0.7.2 |
1371 | 2024-02-02T01:19:27.623Z | Compiling tracing v0.1.37 |
1372 | 2024-02-02T01:19:28.397Z | Compiling pest_generator v2.7.6 |
1373 | 2024-02-02T01:19:31.920Z | Compiling errno v0.3.8 |
1374 | 2024-02-02T01:19:32.260Z | Compiling num-integer v0.1.45 |
1375 | 2024-02-02T01:19:33.375Z | Compiling untrusted v0.7.1 |
1376 | 2024-02-02T01:19:33.565Z | Compiling foreign-types-shared v0.1.1 |
1377 | 2024-02-02T01:19:33.677Z | Compiling percent-encoding v2.3.1 |
1378 | 2024-02-02T01:19:33.712Z | Compiling untrusted v0.9.0 |
1379 | 2024-02-02T01:19:34.363Z | Compiling foreign-types v0.3.2 |
1380 | 2024-02-02T01:19:34.927Z | Compiling pest_derive v2.7.6 |
1381 | 2024-02-02T01:19:36.786Z | Compiling ppv-lite86 v0.2.17 |
1382 | 2024-02-02T01:19:36.893Z | Compiling try-lock v0.2.4 |
1383 | 2024-02-02T01:19:36.972Z | Compiling unicode-xid v0.2.4 |
1384 | 2024-02-02T01:19:37.093Z | Compiling base64 v0.21.7 |
1385 | 2024-02-02T01:19:37.220Z | Compiling synstructure v0.12.6 |
1386 | 2024-02-02T01:19:38.086Z | Compiling sct v0.7.0 |
1387 | 2024-02-02T01:19:38.325Z | Compiling rustls-webpki v0.101.7 |
1388 | 2024-02-02T01:19:38.540Z | Compiling want v0.3.1 |
1389 | 2024-02-02T01:19:39.646Z | Compiling bytes v1.5.0 |
1390 | 2024-02-02T01:19:40.310Z | Compiling indexmap v2.2.2 |
1391 | 2024-02-02T01:19:40.702Z | Compiling uuid v1.7.0 |
1392 | 2024-02-02T01:19:40.753Z | Compiling chrono v0.4.31 |
1393 | 2024-02-02T01:19:41.618Z | Compiling tokio v1.35.1 |
1394 | 2024-02-02T01:19:41.729Z | Compiling http v0.2.11 |
1395 | 2024-02-02T01:19:43.289Z | Compiling bitflags v2.4.0 |
1396 | 2024-02-02T01:19:43.366Z | Compiling toml_datetime v0.6.5 |
1397 | 2024-02-02T01:19:43.973Z | Compiling serde_spanned v0.6.4 |
1398 | 2024-02-02T01:19:44.061Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-02-02T01:19:44.373Z | Compiling toml_edit v0.19.15 |
1400 | 2024-02-02T01:19:45.952Z | Compiling rustc_version v0.4.0 |
1401 | 2024-02-02T01:19:49.326Z | Compiling serde_tokenstream v0.2.0 |
1402 | 2024-02-02T01:19:49.635Z | Compiling http-body v0.4.5 |
1403 | 2024-02-02T01:19:50.264Z | Compiling form_urlencoded v1.2.1 |
1404 | 2024-02-02T01:19:50.846Z | Compiling scroll_derive v0.12.0 |
1405 | 2024-02-02T01:19:52.385Z | Compiling socket2 v0.4.9 |
1406 | 2024-02-02T01:19:53.415Z | Compiling openssl-probe v0.1.5 |
1407 | 2024-02-02T01:19:53.731Z | Compiling httpdate v1.0.3 |
1408 | 2024-02-02T01:19:53.900Z | Compiling tower-service v0.3.2 |
1409 | 2024-02-02T01:19:54.494Z | Compiling io-lifetimes v1.0.11 |
1410 | 2024-02-02T01:19:55.398Z | Compiling tokio-util v0.7.10 |
1411 | 2024-02-02T01:19:56.494Z | Compiling zerocopy-derive v0.2.0 |
1412 | 2024-02-02T01:19:57.818Z | Compiling h2 v0.3.24 |
1413 | 2024-02-02T01:19:58.108Z | Compiling idna v0.5.0 |
1414 | 2024-02-02T01:19:59.856Z | Compiling lazy_static v1.4.0 |
1415 | 2024-02-02T01:20:00.828Z | Compiling thread-id v4.2.0 |
1416 | 2024-02-02T01:20:00.988Z | Compiling adler v1.0.2 |
1417 | 2024-02-02T01:20:01.322Z | Compiling miniz_oxide v0.7.1 |
1418 | 2024-02-02T01:20:01.547Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-02-02T01:20:01.979Z | Compiling url v2.5.0 |
1420 | 2024-02-02T01:20:03.993Z | Compiling tokio-rustls v0.24.1 |
1421 | 2024-02-02T01:20:04.715Z | Compiling rand_chacha v0.3.1 |
1422 | 2024-02-02T01:20:04.985Z | Compiling ipnet v2.9.0 |
1423 | 2024-02-02T01:20:05.768Z | Compiling rustix v0.37.23 |
1424 | 2024-02-02T01:20:06.010Z | Compiling rand v0.8.5 |
1425 | 2024-02-02T01:20:07.092Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2024-02-02T01:20:07.118Z | Compiling rustls-pemfile v1.0.3 |
1427 | 2024-02-02T01:20:07.915Z | Compiling usdt-impl v0.3.5 |
1428 | 2024-02-02T01:20:07.981Z | Compiling encoding_rs v0.8.33 |
1429 | 2024-02-02T01:20:08.122Z | Compiling gimli v0.28.0 |
1430 | 2024-02-02T01:20:08.338Z | Compiling webpki-roots v0.25.2 |
1431 | 2024-02-02T01:20:08.401Z | Compiling mime v0.3.17 |
1432 | 2024-02-02T01:20:08.881Z | Compiling either v1.9.0 |
1433 | 2024-02-02T01:20:09.412Z | Compiling hyper v0.14.27 |
1434 | 2024-02-02T01:20:12.136Z | Compiling regress v0.7.1 |
1435 | 2024-02-02T01:20:12.222Z | Compiling object v0.32.1 |
1436 | 2024-02-02T01:20:12.496Z | Compiling num-bigint v0.4.4 |
1437 | 2024-02-02T01:20:13.778Z | Compiling usdt-impl v0.5.0 |
1438 | 2024-02-02T01:20:14.596Z | Compiling rustc-demangle v0.1.23 |
1439 | 2024-02-02T01:20:15.986Z | Compiling addr2line v0.21.0 |
1440 | 2024-02-02T01:20:16.209Z | Compiling flate2 v1.0.28 |
1441 | 2024-02-02T01:20:16.898Z | Compiling zerocopy v0.3.0 |
1442 | 2024-02-02T01:20:17.011Z | Compiling scroll v0.12.0 |
1443 | 2024-02-02T01:20:17.796Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1444 | 2024-02-02T01:20:17.821Z | Compiling heapless v0.7.16 |
1445 | 2024-02-02T01:20:17.883Z | Compiling futures-executor v0.3.30 |
1446 | 2024-02-02T01:20:18.462Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1447 | 2024-02-02T01:20:18.551Z | Compiling plain v0.2.3 |
1448 | 2024-02-02T01:20:18.789Z | Compiling signal-hook v0.3.17 |
1449 | 2024-02-02T01:20:19.242Z | Compiling rustversion v1.0.14 |
1450 | 2024-02-02T01:20:20.148Z | Compiling goblin v0.8.0 |
1451 | 2024-02-02T01:20:21.241Z | Compiling hyper-rustls v0.24.2 |
1452 | 2024-02-02T01:20:21.512Z | Compiling hyper-tls v0.5.0 |
1453 | 2024-02-02T01:20:22.038Z | Compiling reqwest v0.11.22 |
1454 | 2024-02-02T01:20:23.159Z | Compiling futures v0.3.30 |
1455 | 2024-02-02T01:20:23.334Z | Compiling dof v0.1.5 |
1456 | 2024-02-02T01:20:26.166Z | Compiling toml v0.7.8 |
1457 | 2024-02-02T01:20:26.307Z | Compiling toml_edit v0.21.0 |
1458 | 2024-02-02T01:20:26.351Z | Compiling hex v0.4.3 |
1459 | 2024-02-02T01:20:26.655Z | Compiling dtrace-parser v0.1.14 |
1460 | 2024-02-02T01:20:27.480Z | Compiling strsim v0.10.0 |
1461 | 2024-02-02T01:20:28.756Z | Compiling pretty-hex v0.4.1 |
1462 | 2024-02-02T01:20:28.783Z | Compiling base64ct v1.6.0 |
1463 | 2024-02-02T01:20:29.834Z | Compiling dof v0.3.0 |
1464 | 2024-02-02T01:20:32.531Z | Compiling serde_tokenstream v0.1.7 |
1465 | 2024-02-02T01:20:33.398Z | Compiling dtrace-parser v0.2.0 |
1466 | 2024-02-02T01:20:33.758Z | Compiling bitflags v1.3.2 |
1467 | 2024-02-02T01:20:34.053Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1468 | 2024-02-02T01:20:35.192Z | Compiling smoltcp v0.9.1 |
1469 | 2024-02-02T01:20:35.309Z | Compiling strum_macros v0.25.2 |
1470 | 2024-02-02T01:20:35.633Z | Compiling pem-rfc7468 v0.7.0 |
1471 | 2024-02-02T01:20:36.976Z | Compiling hmac v0.12.1 |
1472 | 2024-02-02T01:20:37.264Z | Compiling enum-as-inner v0.5.1 |
1473 | 2024-02-02T01:20:37.300Z | Compiling num-iter v0.1.43 |
1474 | 2024-02-02T01:20:37.734Z | Compiling flagset v0.4.3 |
1475 | 2024-02-02T01:20:37.799Z | Compiling unicode-segmentation v1.10.1 |
1476 | 2024-02-02T01:20:38.259Z | Compiling siphasher v0.3.11 |
1477 | 2024-02-02T01:20:39.042Z | Compiling der v0.7.8 |
1478 | 2024-02-02T01:20:39.426Z | Compiling usdt-attr-macro v0.3.5 |
1479 | 2024-02-02T01:20:39.565Z | Compiling usdt-macro v0.3.5 |
1480 | 2024-02-02T01:20:41.087Z | Compiling hubpack_derive v0.1.1 |
1481 | 2024-02-02T01:20:41.770Z | Compiling zerocopy-derive v0.6.4 |
1482 | 2024-02-02T01:20:42.516Z | Compiling num_threads v0.1.6 |
1483 | 2024-02-02T01:20:42.978Z | Compiling utf8parse v0.2.1 |
1484 | 2024-02-02T01:20:43.084Z | Compiling deranged v0.3.8 |
1485 | 2024-02-02T01:20:43.226Z | Compiling anstyle v1.0.2 |
1486 | 2024-02-02T01:20:45.477Z | Compiling sha2 v0.10.8 |
1487 | 2024-02-02T01:20:45.543Z | Compiling anstyle-parse v0.2.1 |
1488 | 2024-02-02T01:20:46.074Z | Compiling time v0.3.27 |
1489 | 2024-02-02T01:20:46.286Z | Compiling spki v0.7.2 |
1490 | 2024-02-02T01:20:49.507Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1491 | 2024-02-02T01:20:50.263Z | Compiling md-5 v0.10.5 |
1492 | 2024-02-02T01:20:50.555Z | Compiling block-padding v0.3.3 |
1493 | 2024-02-02T01:20:50.652Z | Compiling clap_derive v4.4.2 |
1494 | 2024-02-02T01:20:50.935Z | Compiling getopts v0.2.21 |
1495 | 2024-02-02T01:20:51.859Z | Compiling stringprep v0.1.3 |
1496 | 2024-02-02T01:20:52.684Z | Compiling diesel_table_macro_syntax v0.1.0 |
1497 | 2024-02-02T01:21:02.037Z | Compiling hash32 v0.2.1 |
1498 | 2024-02-02T01:21:02.512Z | Compiling anstyle-query v1.0.0 |
1499 | 2024-02-02T01:21:02.512Z | Compiling stable_deref_trait v1.2.0 |
1500 | 2024-02-02T01:21:02.671Z | Compiling colorchoice v1.0.0 |
1501 | 2024-02-02T01:21:02.671Z | Compiling fallible-iterator v0.2.0 |
1502 | 2024-02-02T01:21:02.791Z | Compiling postgres-protocol v0.6.6 |
1503 | 2024-02-02T01:21:02.791Z | Compiling anstream v0.5.0 |
1504 | 2024-02-02T01:21:02.791Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1505 | 2024-02-02T01:21:02.792Z | Compiling diesel_derives v2.1.2 |
1506 | 2024-02-02T01:21:02.792Z | Compiling inout v0.1.3 |
1507 | 2024-02-02T01:21:02.792Z | Compiling terminal_size v0.2.6 |
1508 | 2024-02-02T01:21:02.792Z | Compiling pkcs8 v0.10.2 |
1509 | 2024-02-02T01:21:02.792Z | Compiling phf_shared v0.11.2 |
1510 | 2024-02-02T01:21:03.534Z | Compiling ff v0.13.0 |
1511 | 2024-02-02T01:21:04.326Z | Compiling serde_repr v0.1.16 |
1512 | 2024-02-02T01:21:05.097Z | Compiling scheduled-thread-pool v0.2.7 |
1513 | 2024-02-02T01:21:06.336Z | Compiling unsafe-libyaml v0.2.10 |
1514 | 2024-02-02T01:21:08.177Z | Compiling base16ct v0.2.0 |
1515 | 2024-02-02T01:21:08.203Z | Compiling regex-automata v0.1.10 |
1516 | 2024-02-02T01:21:08.706Z | Compiling matches v0.1.10 |
1517 | 2024-02-02T01:21:08.995Z | Compiling managed v0.8.0 |
1518 | 2024-02-02T01:21:09.331Z | Compiling clap_lex v0.5.1 |
1519 | 2024-02-02T01:21:09.571Z | Compiling bit-vec v0.6.3 |
1520 | 2024-02-02T01:21:09.784Z | Compiling clap_builder v4.4.2 |
1521 | 2024-02-02T01:21:13.104Z | Compiling bstr v0.2.17 |
1522 | 2024-02-02T01:21:13.722Z | Compiling idna v0.2.3 |
1523 | 2024-02-02T01:21:13.827Z | Compiling serde_yaml v0.9.25 |
1524 | 2024-02-02T01:21:14.586Z | Compiling sec1 v0.7.3 |
1525 | 2024-02-02T01:21:15.536Z | Compiling r2d2 v0.8.10 |
1526 | 2024-02-02T01:21:16.533Z | Compiling group v0.13.0 |
1527 | 2024-02-02T01:21:18.878Z | Compiling phf v0.11.2 |
1528 | 2024-02-02T01:21:19.341Z | Compiling signal-hook-mio v0.2.3 |
1529 | 2024-02-02T01:21:19.357Z | Compiling bzip2 v0.4.4 |
1530 | 2024-02-02T01:21:19.568Z | Compiling cipher v0.4.4 |
1531 | 2024-02-02T01:21:19.954Z | Compiling postgres-types v0.2.6 |
1532 | 2024-02-02T01:21:20.399Z | Compiling zerocopy v0.6.4 |
1533 | 2024-02-02T01:21:21.031Z | Compiling hubpack v0.1.2 |
1534 | 2024-02-02T01:21:21.310Z | Compiling phf_shared v0.10.0 |
1535 | 2024-02-02T01:21:21.770Z | Compiling hkdf v0.12.4 |
1536 | 2024-02-02T01:21:21.899Z | Compiling crypto-bigint v0.5.2 |
1537 | 2024-02-02T01:21:21.923Z | Compiling ipnetwork v0.20.0 |
1538 | 2024-02-02T01:21:22.573Z | Compiling float-cmp v0.9.0 |
1539 | 2024-02-02T01:21:23.368Z | Compiling data-encoding v2.4.0 |
1540 | 2024-02-02T01:21:24.011Z | Compiling fixedbitset v0.4.2 |
1541 | 2024-02-02T01:21:24.753Z | Compiling normalize-line-endings v0.3.0 |
1542 | 2024-02-02T01:21:26.068Z | Compiling predicates-core v1.0.6 |
1543 | 2024-02-02T01:21:26.141Z | Compiling difflib v0.4.0 |
1544 | 2024-02-02T01:21:27.427Z | Compiling precomputed-hash v0.1.1 |
1545 | 2024-02-02T01:21:27.590Z | Compiling regex-automata v0.3.8 |
1546 | 2024-02-02T01:21:27.683Z | Compiling minimal-lexical v0.2.1 |
1547 | 2024-02-02T01:21:27.686Z | Compiling whoami v1.4.1 |
1548 | 2024-02-02T01:21:28.521Z | Compiling new_debug_unreachable v1.0.4 |
1549 | 2024-02-02T01:21:28.662Z | Compiling static_assertions v1.1.0 |
1550 | 2024-02-02T01:21:29.209Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1551 | 2024-02-02T01:21:29.213Z | Compiling string_cache v0.8.7 |
1552 | 2024-02-02T01:21:29.213Z | Compiling nom v7.1.3 |
1553 | 2024-02-02T01:21:29.652Z | Compiling tokio-postgres v0.7.10 |
1554 | 2024-02-02T01:21:30.974Z | Compiling bstr v1.6.0 |
1555 | 2024-02-02T01:21:31.883Z | Compiling predicates v3.1.0 |
1556 | 2024-02-02T01:21:33.578Z | Compiling diesel v2.1.4 |
1557 | 2024-02-02T01:21:34.634Z | Compiling elliptic-curve v0.13.8 |
1558 | 2024-02-02T01:21:34.745Z | Compiling petgraph v0.6.4 |
1559 | 2024-02-02T01:21:35.248Z | Compiling trust-dns-proto v0.22.0 |
1560 | 2024-02-02T01:21:37.074Z | Compiling yasna v0.5.2 |
1561 | 2024-02-02T01:21:37.107Z | Compiling zip v0.6.6 |
1562 | 2024-02-02T01:21:37.145Z | Compiling crossterm v0.27.0 |
1563 | 2024-02-02T01:21:38.917Z | Compiling clap v4.4.3 |
1564 | 2024-02-02T01:21:39.081Z | Compiling similar v2.3.0 |
1565 | 2024-02-02T01:21:39.563Z | Compiling bit-set v0.5.3 |
1566 | 2024-02-02T01:21:39.828Z | Compiling usdt v0.3.5 |
1567 | 2024-02-02T01:21:40.248Z | Compiling itertools v0.10.5 |
1568 | 2024-02-02T01:21:40.330Z | Compiling console v0.15.8 |
1569 | 2024-02-02T01:21:40.788Z | Compiling tokio-stream v0.1.14 |
1570 | 2024-02-02T01:21:43.323Z | Compiling lalrpop-util v0.19.12 |
1571 | 2024-02-02T01:21:43.589Z | Compiling camino v1.1.6 |
1572 | 2024-02-02T01:21:49.637Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1573 | 2024-02-02T01:22:03.141Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1574 | 2024-02-02T01:22:41.529Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1575 | 2024-02-02T01:22:46.086Z | Compiling sha1 v0.10.6 |
1576 | 2024-02-02T01:22:46.976Z | Compiling atty v0.2.14 |
1577 | 2024-02-02T01:22:47.164Z | Compiling match_cfg v0.1.0 |
1578 | 2024-02-02T01:22:47.293Z | Compiling hostname v0.3.1 |
1579 | 2024-02-02T01:22:47.312Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1580 | 2024-02-02T01:22:47.654Z | Compiling dirs-sys-next v0.1.2 |
1581 | 2024-02-02T01:22:47.931Z | Compiling rustls-pki-types v1.1.0 |
1582 | 2024-02-02T01:22:49.178Z | Compiling ident_case v1.0.1 |
1583 | 2024-02-02T01:22:49.181Z | Compiling dirs-next v2.0.0 |
1584 | 2024-02-02T01:22:49.181Z | Compiling darling_core v0.20.3 |
1585 | 2024-02-02T01:22:49.181Z | Compiling thread_local v1.1.7 |
1586 | 2024-02-02T01:22:49.181Z | Compiling slog-async v2.8.0 |
1587 | 2024-02-02T01:22:49.182Z | Compiling rustls v0.22.2 |
1588 | 2024-02-02T01:22:49.431Z | Compiling rustls-webpki v0.102.1 |
1589 | 2024-02-02T01:22:49.758Z | Compiling term v0.7.0 |
1590 | 2024-02-02T01:22:50.588Z | Compiling crossbeam-channel v0.5.8 |
1591 | 2024-02-02T01:22:51.325Z | Compiling multer v3.0.0 |
1592 | 2024-02-02T01:22:51.693Z | Compiling instant v0.1.12 |
1593 | 2024-02-02T01:22:51.766Z | Compiling paste v1.0.14 |
1594 | 2024-02-02T01:22:51.894Z | Compiling take_mut v0.2.2 |
1595 | 2024-02-02T01:22:52.290Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1596 | 2024-02-02T01:22:52.607Z | Compiling slog-term v2.9.0 |
1597 | 2024-02-02T01:22:52.634Z | Compiling slog-json v2.6.1 |
1598 | 2024-02-02T01:22:52.969Z | Compiling http v1.0.0 |
1599 | 2024-02-02T01:22:53.477Z | Compiling async-stream-impl v0.3.5 |
1600 | 2024-02-02T01:22:54.190Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1601 | 2024-02-02T01:22:54.640Z | Compiling debug-ignore v1.0.5 |
1602 | 2024-02-02T01:22:54.792Z | Compiling atomic-waker v1.1.1 |
1603 | 2024-02-02T01:22:54.939Z | Compiling slog-bunyan v2.5.0 |
1604 | 2024-02-02T01:22:55.056Z | Compiling waitgroup v0.1.2 |
1605 | 2024-02-02T01:22:55.392Z | Compiling rustls-pemfile v2.0.0 |
1606 | 2024-02-02T01:22:55.560Z | Compiling async-stream v0.3.5 |
1607 | 2024-02-02T01:22:56.083Z | Compiling toml v0.8.8 |
1608 | 2024-02-02T01:22:57.245Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-02T01:22:57.693Z | Compiling serde_path_to_error v0.1.15 |
1610 | 2024-02-02T01:22:57.929Z | Compiling structmeta-derive v0.2.0 |
1611 | 2024-02-02T01:22:58.579Z | Compiling darling_macro v0.20.3 |
1612 | 2024-02-02T01:22:58.745Z | Compiling strum v0.25.0 |
1613 | 2024-02-02T01:22:58.986Z | Compiling regex-syntax v0.7.5 |
1614 | 2024-02-02T01:22:59.008Z | Compiling backoff v0.4.0 |
1615 | 2024-02-02T01:22:59.572Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1616 | 2024-02-02T01:23:00.282Z | Compiling darling v0.20.3 |
1617 | 2024-02-02T01:23:00.447Z | Compiling serde_with_macros v3.5.1 |
1618 | 2024-02-02T01:23:00.718Z | Compiling tokio-rustls v0.25.0 |
1619 | 2024-02-02T01:23:00.958Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1620 | 2024-02-02T01:23:01.188Z | Compiling macaddr v1.0.1 |
1621 | 2024-02-02T01:23:01.925Z | Compiling proc-macro-error-attr v1.0.4 |
1622 | 2024-02-02T01:23:01.951Z | Compiling proc-macro-crate v1.3.1 |
1623 | 2024-02-02T01:23:02.462Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-02-02T01:23:02.920Z | Compiling heapless v0.8.0 |
1625 | 2024-02-02T01:23:03.088Z | Compiling structmeta v0.2.0 |
1626 | 2024-02-02T01:23:03.743Z | Compiling num_enum_derive v0.5.11 |
1627 | 2024-02-02T01:23:04.323Z | Compiling hash32 v0.3.1 |
1628 | 2024-02-02T01:23:04.724Z | Compiling smoltcp v0.11.0 |
1629 | 2024-02-02T01:23:05.490Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1630 | 2024-02-02T01:23:05.916Z | Compiling serde_with v3.5.1 |
1631 | 2024-02-02T01:23:05.946Z | Compiling rayon-core v1.12.0 |
1632 | 2024-02-02T01:23:07.322Z | Compiling crossbeam-deque v0.8.3 |
1633 | 2024-02-02T01:23:07.849Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1634 | 2024-02-02T01:23:08.101Z | Compiling same-file v1.0.6 |
1635 | 2024-02-02T01:23:08.278Z | Compiling cobs v0.2.3 |
1636 | 2024-02-02T01:23:08.429Z | Compiling num_enum v0.5.11 |
1637 | 2024-02-02T01:23:08.461Z | Compiling fastrand v2.0.0 |
1638 | 2024-02-02T01:23:08.776Z | Compiling embedded-io v0.4.0 |
1639 | 2024-02-02T01:23:09.134Z | Compiling postcard v1.0.8 |
1640 | 2024-02-02T01:23:09.433Z | Compiling tempfile v3.9.0 |
1641 | 2024-02-02T01:23:10.635Z | Compiling walkdir v2.4.0 |
1642 | 2024-02-02T01:23:10.749Z | Compiling parse-display-derive v0.8.2 |
1643 | 2024-02-02T01:23:11.088Z | Compiling semver-parser v0.10.2 |
1644 | 2024-02-02T01:23:11.938Z | Compiling foreign-types-macros v0.2.3 |
1645 | 2024-02-02T01:23:12.864Z | Compiling blake3 v1.5.0 |
1646 | 2024-02-02T01:23:13.814Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1647 | 2024-02-02T01:23:13.839Z | Compiling crucible-workspace-hack v0.1.0 |
1648 | 2024-02-02T01:23:14.028Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1649 | 2024-02-02T01:23:14.296Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1650 | 2024-02-02T01:23:14.314Z | Compiling foreign-types-shared v0.3.1 |
1651 | 2024-02-02T01:23:14.482Z | Compiling foreign-types v0.5.0 |
1652 | 2024-02-02T01:23:14.645Z | Compiling semver v0.11.0 |
1653 | 2024-02-02T01:23:14.662Z | Compiling rayon v1.8.0 |
1654 | 2024-02-02T01:23:15.974Z | Compiling is-terminal v0.4.9 |
1655 | 2024-02-02T01:23:15.981Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1656 | 2024-02-02T01:23:15.981Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1657 | 2024-02-02T01:23:15.981Z | Compiling cstr-argument v0.1.2 |
1658 | 2024-02-02T01:23:16.321Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-02T01:23:16.659Z | Compiling filetime v0.2.23 |
1660 | 2024-02-02T01:23:17.006Z | Compiling memmap2 v0.7.1 |
1661 | 2024-02-02T01:23:17.150Z | Compiling xattr v1.0.1 |
1662 | 2024-02-02T01:23:17.190Z | Compiling constant_time_eq v0.3.0 |
1663 | 2024-02-02T01:23:17.453Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1664 | 2024-02-02T01:23:17.559Z | Compiling pretty-hex v0.2.1 |
1665 | 2024-02-02T01:23:17.688Z | Compiling home v0.5.5 |
1666 | 2024-02-02T01:23:17.831Z | Compiling arrayvec v0.7.4 |
1667 | 2024-02-02T01:23:17.876Z | Compiling arrayref v0.3.7 |
1668 | 2024-02-02T01:23:18.024Z | Compiling toolchain_find v0.2.0 |
1669 | 2024-02-02T01:23:18.099Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1670 | 2024-02-02T01:23:18.331Z | Compiling parse-display v0.8.2 |
1671 | 2024-02-02T01:23:18.616Z | Compiling tar v0.4.40 |
1672 | 2024-02-02T01:23:18.813Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1673 | 2024-02-02T01:23:18.881Z | Compiling camino-tempfile v1.1.1 |
1674 | 2024-02-02T01:23:18.985Z | Compiling colored v2.0.4 |
1675 | 2024-02-02T01:23:19.674Z | Compiling toml v0.5.11 |
1676 | 2024-02-02T01:23:19.868Z | Compiling topological-sort v0.2.2 |
1677 | 2024-02-02T01:23:19.884Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1678 | 2024-02-02T01:23:20.020Z | Compiling platforms v3.0.2 |
1679 | 2024-02-02T01:23:20.384Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1680 | 2024-02-02T01:23:20.548Z | Compiling zone_cfg_derive v0.3.0 |
1681 | 2024-02-02T01:23:21.166Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1682 | 2024-02-02T01:23:22.198Z | Compiling textwrap v0.11.0 |
1683 | 2024-02-02T01:23:22.472Z | Compiling heck v0.3.3 |
1684 | 2024-02-02T01:23:23.013Z | Compiling omicron-zone-package v0.11.0 |
1685 | 2024-02-02T01:23:23.030Z | Compiling rustfmt-wrapper v0.2.0 |
1686 | 2024-02-02T01:23:23.828Z | Compiling num-derive v0.4.0 |
1687 | 2024-02-02T01:23:24.070Z | Compiling libefi-sys v0.1.0 |
1688 | 2024-02-02T01:23:24.658Z | Compiling vec_map v0.8.2 |
1689 | 2024-02-02T01:23:24.758Z | Compiling strsim v0.8.0 |
1690 | 2024-02-02T01:23:24.971Z | Compiling ansi_term v0.12.1 |
1691 | 2024-02-02T01:23:25.788Z | Compiling clap v2.34.0 |
1692 | 2024-02-02T01:23:25.910Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1693 | 2024-02-02T01:23:26.045Z | Compiling structopt-derive v0.4.18 |
1694 | 2024-02-02T01:23:26.064Z | Compiling zone v0.3.0 |
1695 | 2024-02-02T01:23:26.698Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1696 | 2024-02-02T01:23:27.596Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1697 | 2024-02-02T01:23:27.620Z | Compiling smf v0.2.2 |
1698 | 2024-02-02T01:23:28.356Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1699 | 2024-02-02T01:23:28.723Z | Compiling unicase v2.7.0 |
1700 | 2024-02-02T01:23:28.919Z | Compiling semver v0.1.20 |
1701 | 2024-02-02T01:23:29.257Z | Compiling curve25519-dalek v4.1.1 |
1702 | 2024-02-02T01:23:29.944Z | Compiling rustc_version v0.1.7 |
1703 | 2024-02-02T01:23:30.071Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1704 | 2024-02-02T01:23:30.139Z | Compiling universal-hash v0.5.1 |
1705 | 2024-02-02T01:23:30.277Z | Compiling opaque-debug v0.3.0 |
1706 | 2024-02-02T01:23:30.452Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1707 | 2024-02-02T01:23:30.558Z | Compiling curve25519-dalek-derive v0.1.0 |
1708 | 2024-02-02T01:23:30.703Z | Compiling newtype_derive v0.1.6 |
1709 | 2024-02-02T01:23:31.101Z | Compiling gethostname v0.4.3 |
1710 | 2024-02-02T01:23:31.200Z | Compiling num-rational v0.4.1 |
1711 | 2024-02-02T01:23:31.200Z | Compiling getrandom v0.1.16 |
1712 | 2024-02-02T01:23:31.454Z | Compiling structopt v0.3.26 |
1713 | 2024-02-02T01:23:31.521Z | Compiling usdt-attr-macro v0.5.0 |
1714 | 2024-02-02T01:23:38.187Z | Compiling usdt-macro v0.5.0 |
1715 | 2024-02-02T01:23:38.408Z | Compiling password-hash v0.5.0 |
1716 | 2024-02-02T01:23:38.409Z | Compiling signature v2.1.0 |
1717 | 2024-02-02T01:23:38.409Z | Compiling blake2 v0.10.6 |
1718 | 2024-02-02T01:23:38.409Z | Compiling memmap v0.7.0 |
1719 | 2024-02-02T01:23:38.409Z | Compiling linked-hash-map v0.5.6 |
1720 | 2024-02-02T01:23:38.409Z | Compiling quick-error v1.2.3 |
1721 | 2024-02-02T01:23:38.409Z | Compiling parking_lot_core v0.8.6 |
1722 | 2024-02-02T01:23:38.409Z | Compiling resolv-conf v0.7.0 |
1723 | 2024-02-02T01:23:38.409Z | Compiling usdt v0.5.0 |
1724 | 2024-02-02T01:23:38.409Z | Compiling lru-cache v0.1.2 |
1725 | 2024-02-02T01:23:38.409Z | Compiling argon2 v0.5.3 |
1726 | 2024-02-02T01:23:38.482Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1727 | 2024-02-02T01:23:38.482Z | Compiling aead v0.5.2 |
1728 | 2024-02-02T01:23:38.482Z | Compiling num-complex v0.4.4 |
1729 | 2024-02-02T01:23:38.482Z | Compiling nibble_vec v0.1.0 |
1730 | 2024-02-02T01:23:38.482Z | Compiling slog-dtrace v0.3.0 |
1731 | 2024-02-02T01:23:38.482Z | Compiling utf-8 v0.7.6 |
1732 | 2024-02-02T01:23:38.482Z | Compiling keccak v0.1.4 |
1733 | 2024-02-02T01:23:38.482Z | Compiling arc-swap v1.6.0 |
1734 | 2024-02-02T01:23:38.482Z | Compiling winapi v0.3.9 |
1735 | 2024-02-02T01:23:38.898Z | Compiling cancel-safe-futures v0.1.5 |
1736 | 2024-02-02T01:23:39.453Z | Compiling endian-type v0.1.2 |
1737 | 2024-02-02T01:23:39.521Z | Compiling slog-scope v4.4.0 |
1738 | 2024-02-02T01:23:39.805Z | Compiling radix_trie v0.2.1 |
1739 | 2024-02-02T01:23:40.440Z | Compiling sha3 v0.10.8 |
1740 | 2024-02-02T01:23:40.445Z | Compiling num v0.4.1 |
1741 | 2024-02-02T01:23:40.445Z | Compiling tungstenite v0.20.1 |
1742 | 2024-02-02T01:23:40.591Z | Compiling steno v0.4.0 |
1743 | 2024-02-02T01:23:41.339Z | Compiling mime_guess v2.0.4 |
1744 | 2024-02-02T01:23:41.351Z | Compiling rand_core v0.5.1 |
1745 | 2024-02-02T01:23:41.635Z | Compiling trust-dns-resolver v0.22.0 |
1746 | 2024-02-02T01:23:43.311Z | Compiling poly1305 v0.8.0 |
1747 | 2024-02-02T01:23:43.342Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1748 | 2024-02-02T01:23:44.101Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1749 | 2024-02-02T01:23:45.206Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1750 | 2024-02-02T01:23:45.850Z | Compiling chacha20 v0.9.1 |
1751 | 2024-02-02T01:23:45.874Z | Compiling rfc6979 v0.4.0 |
1752 | 2024-02-02T01:23:46.153Z | Compiling secrecy v0.8.0 |
1753 | 2024-02-02T01:23:46.581Z | Compiling thiserror-impl-no-std v2.0.2 |
1754 | 2024-02-02T01:23:46.603Z | Compiling half v2.3.1 |
1755 | 2024-02-02T01:23:47.544Z | Compiling option-ext v0.2.0 |
1756 | 2024-02-02T01:23:47.723Z | Compiling ciborium-io v0.2.2 |
1757 | 2024-02-02T01:23:47.912Z | Compiling convert_case v0.4.0 |
1758 | 2024-02-02T01:23:48.048Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1759 | 2024-02-02T01:23:49.329Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1760 | 2024-02-02T01:23:49.503Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1761 | 2024-02-02T01:23:51.123Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1762 | 2024-02-02T01:23:51.732Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1763 | 2024-02-02T01:23:52.039Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1764 | 2024-02-02T01:23:52.138Z | Compiling thiserror-no-std v2.0.2 |
1765 | 2024-02-02T01:23:52.306Z | Compiling derive_more v0.99.17 |
1766 | 2024-02-02T01:23:52.362Z | Compiling ciborium-ll v0.2.2 |
1767 | 2024-02-02T01:23:52.645Z | Compiling dirs-sys v0.4.1 |
1768 | 2024-02-02T01:23:53.049Z | Compiling ecdsa v0.16.9 |
1769 | 2024-02-02T01:23:53.657Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1770 | 2024-02-02T01:23:54.517Z | Compiling parking_lot v0.11.2 |
1771 | 2024-02-02T01:23:54.840Z | Compiling tokio-tungstenite v0.20.1 |
1772 | 2024-02-02T01:23:55.044Z | Compiling rand_chacha v0.2.2 |
1773 | 2024-02-02T01:23:56.195Z | Compiling trust-dns-client v0.22.0 |
1774 | 2024-02-02T01:23:56.761Z | Compiling slog-stdlog v4.1.1 |
1775 | 2024-02-02T01:23:57.505Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1776 | 2024-02-02T01:23:58.263Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1777 | 2024-02-02T01:23:58.287Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1778 | 2024-02-02T01:24:01.239Z | Compiling ed25519 v2.2.2 |
1779 | 2024-02-02T01:24:01.971Z | Compiling polyval v0.6.1 |
1780 | 2024-02-02T01:24:02.655Z | Compiling primeorder v0.13.6 |
1781 | 2024-02-02T01:24:03.191Z | Compiling ctr v0.9.2 |
1782 | 2024-02-02T01:24:03.458Z | Compiling blowfish v0.9.1 |
1783 | 2024-02-02T01:24:03.740Z | Compiling aes v0.8.3 |
1784 | 2024-02-02T01:24:04.232Z | Compiling password-hash v0.4.2 |
1785 | 2024-02-02T01:24:05.812Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1786 | 2024-02-02T01:24:06.902Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1787 | 2024-02-02T01:24:08.771Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1788 | 2024-02-02T01:24:14.926Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1789 | 2024-02-02T01:24:18.818Z | Compiling libsw v3.3.1 |
1790 | 2024-02-02T01:24:20.755Z | Compiling pbkdf2 v0.12.2 |
1791 | 2024-02-02T01:24:21.020Z | Compiling derive-where v1.2.7 |
1792 | 2024-02-02T01:24:24.036Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1793 | 2024-02-02T01:24:24.045Z | Compiling fxhash v0.2.1 |
1794 | 2024-02-02T01:24:24.045Z | Compiling linear-map v1.2.0 |
1795 | 2024-02-02T01:24:24.045Z | Compiling owo-colors v4.0.0 |
1796 | 2024-02-02T01:24:24.117Z | Compiling swrite v0.1.0 |
1797 | 2024-02-02T01:24:24.650Z | Compiling sled v0.34.7 |
1798 | 2024-02-02T01:24:25.297Z | Compiling trust-dns-server v0.22.1 |
1799 | 2024-02-02T01:24:25.700Z | Compiling bcrypt-pbkdf v0.10.0 |
1800 | 2024-02-02T01:24:25.929Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1801 | 2024-02-02T01:24:26.638Z | Compiling pbkdf2 v0.11.0 |
1802 | 2024-02-02T01:24:27.125Z | Compiling p256 v0.13.2 |
1803 | 2024-02-02T01:24:27.194Z | Compiling ghash v0.5.0 |
1804 | 2024-02-02T01:24:27.458Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1805 | 2024-02-02T01:24:27.470Z | Compiling ed25519-dalek v2.0.0 |
1806 | 2024-02-02T01:24:28.099Z | Compiling slog-envlogger v2.2.0 |
1807 | 2024-02-02T01:24:28.466Z | Compiling russh-cryptovec v0.7.0 |
1808 | 2024-02-02T01:24:28.569Z | Compiling rand v0.7.3 |
1809 | 2024-02-02T01:24:29.193Z | Compiling dirs v5.0.1 |
1810 | 2024-02-02T01:24:29.326Z | Compiling ciborium v0.2.2 |
1811 | 2024-02-02T01:24:29.474Z | Compiling vsss-rs v3.3.4 |
1812 | 2024-02-02T01:24:30.584Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1813 | 2024-02-02T01:24:32.210Z | Compiling chacha20poly1305 v0.10.1 |
1814 | 2024-02-02T01:24:32.220Z | Compiling cbc v0.1.2 |
1815 | 2024-02-02T01:24:32.488Z | Compiling pem v3.0.2 |
1816 | 2024-02-02T01:24:33.859Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1817 | 2024-02-02T01:24:33.871Z | Compiling headers-core v0.2.0 |
1818 | 2024-02-02T01:24:34.006Z | Compiling kstat-rs v0.2.3 |
1819 | 2024-02-02T01:24:34.825Z | Compiling http-range v0.1.5 |
1820 | 2024-02-02T01:24:35.000Z | Compiling glob v0.3.1 |
1821 | 2024-02-02T01:24:35.015Z | Compiling md5 v0.7.0 |
1822 | 2024-02-02T01:24:35.165Z | Compiling hyper-staticfile v0.9.5 |
1823 | 2024-02-02T01:24:35.852Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1824 | 2024-02-02T01:24:36.746Z | Compiling russh-keys v0.40.1 |
1825 | 2024-02-02T01:24:37.077Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1826 | 2024-02-02T01:24:39.110Z | Compiling headers v0.3.9 |
1827 | 2024-02-02T01:24:40.658Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1828 | 2024-02-02T01:24:42.429Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1829 | 2024-02-02T01:24:42.651Z | Compiling rcgen v0.12.1 |
1830 | 2024-02-02T01:24:43.941Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1831 | 2024-02-02T01:24:44.926Z | Compiling aes-gcm v0.10.3 |
1832 | 2024-02-02T01:24:47.043Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1833 | 2024-02-02T01:24:51.283Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1834 | 2024-02-02T01:24:51.486Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1835 | 2024-02-02T01:24:55.400Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1836 | 2024-02-02T01:25:14.424Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1837 | 2024-02-02T01:25:14.739Z | Compiling atomicwrites v0.4.3 |
1838 | 2024-02-02T01:25:14.739Z | Compiling itertools v0.12.1 |
1839 | 2024-02-02T01:25:14.739Z | Compiling subprocess v0.2.9 |
1840 | 2024-02-02T01:25:14.739Z | Compiling display-error-chain v0.2.0 |
1841 | 2024-02-02T01:25:14.739Z | Compiling hex-literal v0.4.1 |
1842 | 2024-02-02T01:25:14.740Z | Compiling russh v0.40.2 |
1843 | 2024-02-02T01:25:14.740Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1844 | 2024-02-02T01:25:14.740Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1845 | 2024-02-02T01:25:15.031Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1846 | 2024-02-02T01:25:15.032Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1847 | 2024-02-02T01:25:43.899Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1848 | 2024-02-02T01:27:17.276Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 55s |
1849 | 2024-02-02T01:27:18.033Z | |
1850 | 2024-02-02T01:27:18.033Z | real 8:56.296350700 |
1851 | 2024-02-02T01:27:18.041Z | user 48:46.838333968 |
1852 | 2024-02-02T01:27:18.041Z | sys 7:29.116620510 |
1853 | 2024-02-02T01:27:18.041Z | trap 1.912367306 |
1854 | 2024-02-02T01:27:18.042Z | tflt 6.362461964 |
1855 | 2024-02-02T01:27:18.042Z | dflt 8.900471656 |
1856 | 2024-02-02T01:27:18.042Z | kflt 0.016384443 |
1857 | 2024-02-02T01:27:18.042Z | lock 1:34:24.197276597 |
1858 | 2024-02-02T01:27:18.043Z | slp 2:19:36.408159454 |
1859 | 2024-02-02T01:27:18.043Z | lat 2:13.609362347 |
1860 | 2024-02-02T01:27:18.043Z | stop 4:39.986734952 |
1861 | 2024-02-02T01:27:18.043Z | + mkdir -p /work/end-to-end-tests |
1862 | 2024-02-02T01:27:18.043Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1863 | 2024-02-02T01:27:19.013Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1864 | 2024-02-02T01:27:19.013Z | + ptime -m gzip |
1865 | 2024-02-02T01:27:19.017Z | ++ basename target/debug/bootstrap |
1866 | 2024-02-02T01:27:37.820Z | |
1867 | 2024-02-02T01:27:37.823Z | real 18.801859282 |
1868 | 2024-02-02T01:27:37.823Z | user 18.608242619 |
1869 | 2024-02-02T01:27:37.823Z | sys 0.175208926 |
1870 | 2024-02-02T01:27:37.823Z | trap 0.006557768 |
1871 | 2024-02-02T01:27:37.823Z | tflt 0.000000000 |
1872 | 2024-02-02T01:27:37.823Z | dflt 0.000000000 |
1873 | 2024-02-02T01:27:37.824Z | kflt 0.000000000 |
1874 | 2024-02-02T01:27:37.824Z | lock 0.000000000 |
1875 | 2024-02-02T01:27:37.824Z | slp 0.000000000 |
1876 | 2024-02-02T01:27:37.824Z | lat 0.011499668 |
1877 | 2024-02-02T01:27:37.824Z | stop 0.000231627 |
1878 | 2024-02-02T01:27:37.824Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1879 | 2024-02-02T01:27:37.824Z | + ptime -m gzip |
1880 | 2024-02-02T01:27:37.824Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4fa0aa7f5e8d8c20 |
1881 | 2024-02-02T01:27:39.694Z | |
1882 | 2024-02-02T01:27:39.706Z | real 1.856925706 |
1883 | 2024-02-02T01:27:39.707Z | user 1.836897491 |
1884 | 2024-02-02T01:27:39.707Z | sys 0.017787821 |
1885 | 2024-02-02T01:27:39.707Z | trap 0.001128968 |
1886 | 2024-02-02T01:27:39.707Z | tflt 0.000000000 |
1887 | 2024-02-02T01:27:39.707Z | dflt 0.000000000 |
1888 | 2024-02-02T01:27:39.707Z | kflt 0.000000000 |
1889 | 2024-02-02T01:27:39.708Z | lock 0.000000000 |
1890 | 2024-02-02T01:27:39.708Z | slp 0.000000000 |
1891 | 2024-02-02T01:27:39.708Z | lat 0.000735720 |
1892 | 2024-02-02T01:27:39.708Z | stop 0.000258304 |
1893 | 2024-02-02T01:27:39.708Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1894 | 2024-02-02T01:27:39.708Z | + ptime -m gzip |
1895 | 2024-02-02T01:27:39.708Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-378ef3b1593728ce |
1896 | 2024-02-02T01:27:58.982Z | |
1897 | 2024-02-02T01:27:58.982Z | real 19.291219921 |
1898 | 2024-02-02T01:27:58.982Z | user 19.096727931 |
1899 | 2024-02-02T01:27:58.982Z | sys 0.188841147 |
1900 | 2024-02-02T01:27:58.982Z | trap 0.003485639 |
1901 | 2024-02-02T01:27:58.982Z | tflt 0.000000000 |
1902 | 2024-02-02T01:27:58.982Z | dflt 0.000000000 |
1903 | 2024-02-02T01:27:58.982Z | kflt 0.000000000 |
1904 | 2024-02-02T01:27:58.987Z | lock 0.000000000 |
1905 | 2024-02-02T01:27:58.987Z | slp 0.000000000 |
1906 | 2024-02-02T01:27:58.987Z | lat 0.001817635 |
1907 | 2024-02-02T01:27:58.987Z | stop 0.000229233 |
1908 | 2024-02-02T01:27:58.987Z | + banner caboose-util |
1909 | 2024-02-02T01:27:58.987Z | |
1910 | 2024-02-02T01:27:58.987Z | #### ## ##### #### #### #### ###### # # ##### |
1911 | 2024-02-02T01:27:58.987Z | # # # # # # # # # # # # # # # |
1912 | 2024-02-02T01:27:58.987Z | # # # ##### # # # # #### ##### ##### # # # |
1913 | 2024-02-02T01:27:58.987Z | # ###### # # # # # # # # # # # |
1914 | 2024-02-02T01:27:58.987Z | # # # # # # # # # # # # # # # # |
1915 | 2024-02-02T01:27:58.987Z | #### # # ##### #### #### #### ###### #### # |
1916 | 2024-02-02T01:27:58.987Z | |
1917 | 2024-02-02T01:27:58.987Z | + ptime -m cargo build --locked -p caboose-util --release |
1918 | 2024-02-02T01:27:59.667Z | Downloading crates ... |
1919 | 2024-02-02T01:28:00.021Z | Downloaded nodrop v0.1.14 |
1920 | 2024-02-02T01:28:00.024Z | Downloaded maybe-uninit v2.0.0 |
1921 | 2024-02-02T01:28:00.027Z | Downloaded bitfield v0.14.0 |
1922 | 2024-02-02T01:28:00.034Z | Downloaded path-slash v0.1.5 |
1923 | 2024-02-02T01:28:00.062Z | Downloaded termcolor v1.2.0 |
1924 | 2024-02-02T01:28:00.069Z | Downloaded crc-catalog v2.2.0 |
1925 | 2024-02-02T01:28:00.072Z | Downloaded tap v1.0.1 |
1926 | 2024-02-02T01:28:00.073Z | Downloaded array-init v0.0.4 |
1927 | 2024-02-02T01:28:00.078Z | Downloaded crc-any v2.4.3 |
1928 | 2024-02-02T01:28:00.083Z | Downloaded smallvec v0.6.14 |
1929 | 2024-02-02T01:28:00.084Z | Downloaded wyz v0.5.1 |
1930 | 2024-02-02T01:28:00.084Z | Downloaded funty v2.0.0 |
1931 | 2024-02-02T01:28:00.088Z | Downloaded pkcs1 v0.7.5 |
1932 | 2024-02-02T01:28:00.088Z | Downloaded num-bigint-dig v0.8.4 |
1933 | 2024-02-02T01:28:00.098Z | Downloaded ron v0.8.1 |
1934 | 2024-02-02T01:28:00.106Z | Downloaded x509-cert v0.2.4 |
1935 | 2024-02-02T01:28:00.117Z | Downloaded bitvec v1.0.1 |
1936 | 2024-02-02T01:28:00.145Z | Downloaded object v0.30.4 |
1937 | 2024-02-02T01:28:00.165Z | Downloaded rsa v0.9.2 |
1938 | 2024-02-02T01:28:00.180Z | Downloaded env_logger v0.10.0 |
1939 | 2024-02-02T01:28:00.180Z | Downloaded packed_struct v0.10.1 |
1940 | 2024-02-02T01:28:00.209Z | Downloaded serde-hex v0.1.0 |
1941 | 2024-02-02T01:28:00.218Z | Downloaded packed_struct_codegen v0.10.1 |
1942 | 2024-02-02T01:28:00.219Z | Downloaded crc v3.0.1 |
1943 | 2024-02-02T01:28:00.219Z | Downloaded radium v0.7.0 |
1944 | 2024-02-02T01:28:00.346Z | Compiling proc-macro2 v1.0.78 |
1945 | 2024-02-02T01:28:00.346Z | Compiling unicode-ident v1.0.12 |
1946 | 2024-02-02T01:28:00.349Z | Compiling libc v0.2.153 |
1947 | 2024-02-02T01:28:00.349Z | Compiling autocfg v1.1.0 |
1948 | 2024-02-02T01:28:00.349Z | Compiling serde v1.0.195 |
1949 | 2024-02-02T01:28:00.349Z | Compiling version_check v0.9.4 |
1950 | 2024-02-02T01:28:00.368Z | Compiling cfg-if v1.0.0 |
1951 | 2024-02-02T01:28:00.475Z | Compiling typenum v1.16.0 |
1952 | 2024-02-02T01:28:00.487Z | Compiling once_cell v1.19.0 |
1953 | 2024-02-02T01:28:00.603Z | Compiling parking_lot_core v0.9.8 |
1954 | 2024-02-02T01:28:01.124Z | Compiling memchr v2.6.3 |
1955 | 2024-02-02T01:28:01.149Z | Compiling syn v1.0.109 |
1956 | 2024-02-02T01:28:01.169Z | Compiling byteorder v1.5.0 |
1957 | 2024-02-02T01:28:01.473Z | Compiling lock_api v0.4.10 |
1958 | 2024-02-02T01:28:01.895Z | Compiling generic-array v0.14.7 |
1959 | 2024-02-02T01:28:01.906Z | Compiling libm v0.2.7 |
1960 | 2024-02-02T01:28:01.990Z | Compiling num-traits v0.2.16 |
1961 | 2024-02-02T01:28:02.301Z | Compiling ahash v0.8.6 |
1962 | 2024-02-02T01:28:02.819Z | Compiling quote v1.0.35 |
1963 | 2024-02-02T01:28:02.825Z | Compiling thiserror v1.0.56 |
1964 | 2024-02-02T01:28:02.826Z | Compiling pkg-config v0.3.27 |
1965 | 2024-02-02T01:28:03.318Z | Compiling syn v2.0.48 |
1966 | 2024-02-02T01:28:03.388Z | Compiling cc v1.0.83 |
1967 | 2024-02-02T01:28:03.502Z | Compiling getrandom v0.2.10 |
1968 | 2024-02-02T01:28:04.133Z | Compiling serde_json v1.0.113 |
1969 | 2024-02-02T01:28:04.576Z | Compiling scopeguard v1.2.0 |
1970 | 2024-02-02T01:28:05.004Z | Compiling slab v0.4.9 |
1971 | 2024-02-02T01:28:05.111Z | Compiling itoa v1.0.9 |
1972 | 2024-02-02T01:28:05.434Z | Compiling log v0.4.20 |
1973 | 2024-02-02T01:28:05.589Z | Compiling rand_core v0.6.4 |
1974 | 2024-02-02T01:28:06.131Z | Compiling smallvec v1.11.2 |
1975 | 2024-02-02T01:28:06.939Z | Compiling vcpkg v0.2.15 |
1976 | 2024-02-02T01:28:07.663Z | Compiling parking_lot v0.12.1 |
1977 | 2024-02-02T01:28:08.074Z | Compiling pin-project-lite v0.2.13 |
1978 | 2024-02-02T01:28:08.086Z | Compiling const-oid v0.9.5 |
1979 | 2024-02-02T01:28:09.035Z | Compiling ring v0.17.7 |
1980 | 2024-02-02T01:28:09.066Z | Compiling ucd-trie v0.1.6 |
1981 | 2024-02-02T01:28:09.780Z | Compiling openssl-sys v0.9.96 |
1982 | 2024-02-02T01:28:09.790Z | Compiling ryu v1.0.15 |
1983 | 2024-02-02T01:28:10.220Z | Compiling signal-hook-registry v1.4.1 |
1984 | 2024-02-02T01:28:11.239Z | Compiling subtle v2.5.0 |
1985 | 2024-02-02T01:28:11.254Z | Compiling io-lifetimes v1.0.11 |
1986 | 2024-02-02T01:28:11.731Z | Compiling ring v0.16.20 |
1987 | 2024-02-02T01:28:11.814Z | Compiling mio v0.8.9 |
1988 | 2024-02-02T01:28:12.264Z | Compiling num-integer v0.1.45 |
1989 | 2024-02-02T01:28:12.680Z | Compiling semver v1.0.21 |
1990 | 2024-02-02T01:28:13.254Z | Compiling futures-core v0.3.30 |
1991 | 2024-02-02T01:28:13.848Z | Compiling rustix v0.37.23 |
1992 | 2024-02-02T01:28:14.763Z | Compiling spin v0.5.2 |
1993 | 2024-02-02T01:28:15.321Z | Compiling num_cpus v1.16.0 |
1994 | 2024-02-02T01:28:15.475Z | Compiling socket2 v0.5.5 |
1995 | 2024-02-02T01:28:15.926Z | Compiling futures-sink v0.3.30 |
1996 | 2024-02-02T01:28:16.096Z | Compiling openssl v0.10.60 |
1997 | 2024-02-02T01:28:20.400Z | Compiling httparse v1.8.0 |
1998 | 2024-02-02T01:28:20.495Z | Compiling heck v0.4.1 |
1999 | 2024-02-02T01:28:20.496Z | Compiling allocator-api2 v0.2.16 |
2000 | 2024-02-02T01:28:20.496Z | Compiling unicode-xid v0.2.4 |
2001 | 2024-02-02T01:28:20.496Z | Compiling synstructure v0.12.6 |
2002 | 2024-02-02T01:28:20.496Z | Compiling tinyvec_macros v0.1.1 |
2003 | 2024-02-02T01:28:20.496Z | Compiling equivalent v1.0.1 |
2004 | 2024-02-02T01:28:20.496Z | Compiling tinyvec v1.6.0 |
2005 | 2024-02-02T01:28:20.496Z | Compiling futures-channel v0.3.30 |
2006 | 2024-02-02T01:28:20.496Z | Compiling ppv-lite86 v0.2.17 |
2007 | 2024-02-02T01:28:20.497Z | Compiling crc32fast v1.3.2 |
2008 | 2024-02-02T01:28:20.497Z | Compiling pin-utils v0.1.0 |
2009 | 2024-02-02T01:28:20.497Z | Compiling rustls v0.21.9 |
2010 | 2024-02-02T01:28:20.497Z | Compiling futures-task v0.3.30 |
2011 | 2024-02-02T01:28:20.497Z | Compiling futures-io v0.3.30 |
2012 | 2024-02-02T01:28:20.497Z | Compiling native-tls v0.2.11 |
2013 | 2024-02-02T01:28:20.535Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2014 | 2024-02-02T01:28:20.535Z | Compiling spin v0.9.8 |
2015 | 2024-02-02T01:28:20.558Z | Compiling rand_chacha v0.3.1 |
2016 | 2024-02-02T01:28:20.623Z | Compiling tracing-core v0.1.31 |
2017 | 2024-02-02T01:28:20.802Z | Compiling base64ct v1.6.0 |
2018 | 2024-02-02T01:28:20.836Z | Compiling unicode-bidi v0.3.13 |
2019 | 2024-02-02T01:28:21.087Z | Compiling unicode-normalization v0.1.22 |
2020 | 2024-02-02T01:28:22.008Z | Compiling pem-rfc7468 v0.7.0 |
2021 | 2024-02-02T01:28:22.746Z | Compiling rand v0.8.5 |
2022 | 2024-02-02T01:28:23.278Z | Compiling errno v0.3.8 |
2023 | 2024-02-02T01:28:23.411Z | Compiling num-iter v0.1.43 |
2024 | 2024-02-02T01:28:23.580Z | Compiling usdt-impl v0.3.5 |
2025 | 2024-02-02T01:28:24.051Z | Compiling flagset v0.4.3 |
2026 | 2024-02-02T01:28:24.193Z | Compiling signal-hook v0.3.17 |
2027 | 2024-02-02T01:28:24.375Z | Compiling schemars v0.8.16 |
2028 | 2024-02-02T01:28:24.588Z | Compiling rustix v0.38.30 |
2029 | 2024-02-02T01:28:24.875Z | Compiling serde_derive_internals v0.26.0 |
2030 | 2024-02-02T01:28:25.247Z | Compiling serde_derive v1.0.195 |
2031 | 2024-02-02T01:28:25.496Z | Compiling zeroize_derive v1.4.2 |
2032 | 2024-02-02T01:28:25.693Z | Compiling zerocopy-derive v0.7.32 |
2033 | 2024-02-02T01:28:25.767Z | Compiling thiserror-impl v1.0.56 |
2034 | 2024-02-02T01:28:26.065Z | Compiling tokio-macros v2.2.0 |
2035 | 2024-02-02T01:28:26.997Z | Compiling futures-macro v0.3.30 |
2036 | 2024-02-02T01:28:27.766Z | Compiling zeroize v1.7.0 |
2037 | 2024-02-02T01:28:28.684Z | Compiling tracing-attributes v0.1.26 |
2038 | 2024-02-02T01:28:28.932Z | Compiling zerocopy v0.7.32 |
2039 | 2024-02-02T01:28:30.111Z | Compiling der_derive v0.7.2 |
2040 | 2024-02-02T01:28:30.499Z | Compiling pest v2.7.6 |
2041 | 2024-02-02T01:28:30.942Z | Compiling crypto-common v0.1.6 |
2042 | 2024-02-02T01:28:31.139Z | Compiling block-buffer v0.10.4 |
2043 | 2024-02-02T01:28:31.514Z | Compiling digest v0.10.7 |
2044 | 2024-02-02T01:28:31.525Z | Compiling zerocopy-derive v0.2.0 |
2045 | 2024-02-02T01:28:32.246Z | Compiling openssl-macros v0.1.1 |
2046 | 2024-02-02T01:28:32.936Z | Compiling hashbrown v0.14.2 |
2047 | 2024-02-02T01:28:33.797Z | Compiling futures-util v0.3.30 |
2048 | 2024-02-02T01:28:34.226Z | Compiling tracing v0.1.37 |
2049 | 2024-02-02T01:28:34.280Z | Compiling scroll_derive v0.12.0 |
2050 | 2024-02-02T01:28:34.605Z | Compiling pest_meta v2.7.6 |
2051 | 2024-02-02T01:28:34.988Z | Compiling zerocopy-derive v0.6.4 |
2052 | 2024-02-02T01:28:35.163Z | Compiling der v0.7.8 |
2053 | 2024-02-02T01:28:36.930Z | Compiling pest_generator v2.7.6 |
2054 | 2024-02-02T01:28:39.877Z | Compiling bitflags v1.3.2 |
2055 | 2024-02-02T01:28:41.521Z | Compiling pest_derive v2.7.6 |
2056 | 2024-02-02T01:28:41.558Z | Compiling fnv v1.0.7 |
2057 | 2024-02-02T01:28:41.725Z | Compiling spki v0.7.2 |
2058 | 2024-02-02T01:28:44.011Z | Compiling zerocopy v0.3.0 |
2059 | 2024-02-02T01:28:44.023Z | Compiling schemars_derive v0.8.16 |
2060 | 2024-02-02T01:28:45.255Z | Compiling lazy_static v1.4.0 |
2061 | 2024-02-02T01:28:45.930Z | Compiling backtrace v0.3.69 |
2062 | 2024-02-02T01:28:46.569Z | Compiling thread-id v4.2.0 |
2063 | 2024-02-02T01:28:46.583Z | Compiling num-bigint v0.4.4 |
2064 | 2024-02-02T01:28:46.705Z | Compiling memoffset v0.9.0 |
2065 | 2024-02-02T01:28:47.128Z | Compiling crossbeam-utils v0.8.16 |
2066 | 2024-02-02T01:28:47.350Z | Compiling smoltcp v0.9.1 |
2067 | 2024-02-02T01:28:47.837Z | Compiling bytes v1.5.0 |
2068 | 2024-02-02T01:28:48.412Z | Compiling indexmap v2.2.2 |
2069 | 2024-02-02T01:28:49.000Z | Compiling bitflags v2.4.0 |
2070 | 2024-02-02T01:28:49.331Z | Compiling tokio v1.35.1 |
2071 | 2024-02-02T01:28:49.522Z | Compiling rustc_version v0.4.0 |
2072 | 2024-02-02T01:28:50.723Z | Compiling heapless v0.7.16 |
2073 | 2024-02-02T01:28:51.866Z | Compiling http v0.2.11 |
2074 | 2024-02-02T01:28:52.023Z | Compiling uuid v1.7.0 |
2075 | 2024-02-02T01:28:52.690Z | Compiling async-trait v0.1.77 |
2076 | 2024-02-02T01:28:52.857Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2077 | 2024-02-02T01:28:53.163Z | Compiling base64 v0.21.7 |
2078 | 2024-02-02T01:28:53.316Z | Compiling percent-encoding v2.3.1 |
2079 | 2024-02-02T01:28:53.821Z | Compiling foreign-types-shared v0.1.1 |
2080 | 2024-02-02T01:28:53.840Z | Compiling iana-time-zone v0.1.57 |
2081 | 2024-02-02T01:28:54.398Z | Compiling untrusted v0.9.0 |
2082 | 2024-02-02T01:28:54.703Z | Compiling untrusted v0.7.1 |
2083 | 2024-02-02T01:29:01.061Z | Compiling chrono v0.4.31 |
2084 | 2024-02-02T01:29:01.184Z | Compiling foreign-types v0.3.2 |
2085 | 2024-02-02T01:29:01.184Z | Compiling dof v0.1.5 |
2086 | 2024-02-02T01:29:01.185Z | Compiling dtrace-parser v0.1.14 |
2087 | 2024-02-02T01:29:01.245Z | Compiling hmac v0.12.1 |
2088 | 2024-02-02T01:29:01.245Z | Compiling clap_derive v4.4.2 |
2089 | 2024-02-02T01:29:02.127Z | Compiling tokio-util v0.7.10 |
2090 | 2024-02-02T01:29:02.190Z | Compiling adler v1.0.2 |
2091 | 2024-02-02T01:29:02.261Z | Compiling cpufeatures v0.2.12 |
2092 | 2024-02-02T01:29:02.383Z | Compiling time-core v0.1.1 |
2093 | 2024-02-02T01:29:02.484Z | Compiling siphasher v0.3.11 |
2094 | 2024-02-02T01:29:02.528Z | Compiling utf8parse v0.2.1 |
2095 | 2024-02-02T01:29:03.184Z | Compiling try-lock v0.2.4 |
2096 | 2024-02-02T01:29:03.271Z | Compiling rustversion v1.0.14 |
2097 | 2024-02-02T01:29:03.346Z | Compiling anstyle v1.0.2 |
2098 | 2024-02-02T01:29:03.385Z | Compiling want v0.3.1 |
2099 | 2024-02-02T01:29:03.864Z | Compiling h2 v0.3.24 |
2100 | 2024-02-02T01:29:08.474Z | Compiling anstyle-parse v0.2.1 |
2101 | 2024-02-02T01:29:09.103Z | Compiling time-macros v0.2.13 |
2102 | 2024-02-02T01:29:09.552Z | Compiling miniz_oxide v0.7.1 |
2103 | 2024-02-02T01:29:11.615Z | Compiling sha2 v0.10.8 |
2104 | 2024-02-02T01:29:14.089Z | Compiling rustls-webpki v0.101.7 |
2105 | 2024-02-02T01:29:14.805Z | Compiling sct v0.7.0 |
2106 | 2024-02-02T01:29:16.190Z | Compiling http-body v0.4.5 |
2107 | 2024-02-02T01:29:16.297Z | Compiling form_urlencoded v1.2.1 |
2108 | 2024-02-02T01:29:16.743Z | Compiling serde_tokenstream v0.1.7 |
2109 | 2024-02-02T01:29:17.847Z | Compiling pkcs8 v0.10.2 |
2110 | 2024-02-02T01:29:17.848Z | Compiling hubpack_derive v0.1.1 |
2111 | 2024-02-02T01:29:18.143Z | Compiling socket2 v0.4.9 |
2112 | 2024-02-02T01:29:18.812Z | Compiling crossbeam-epoch v0.9.15 |
2113 | 2024-02-02T01:29:18.997Z | Compiling usdt-impl v0.5.0 |
2114 | 2024-02-02T01:29:19.466Z | Compiling openssl-probe v0.1.5 |
2115 | 2024-02-02T01:29:19.867Z | Compiling slog v2.7.0 |
2116 | 2024-02-02T01:29:20.352Z | Compiling anyhow v1.0.75 |
2117 | 2024-02-02T01:29:20.378Z | Compiling anstyle-query v1.0.0 |
2118 | 2024-02-02T01:29:20.378Z | Compiling tower-service v0.3.2 |
2119 | 2024-02-02T01:29:20.431Z | Compiling httpdate v1.0.3 |
2120 | 2024-02-02T01:29:20.517Z | Compiling radium v0.7.0 |
2121 | 2024-02-02T01:29:20.676Z | Compiling colorchoice v1.0.0 |
2122 | 2024-02-02T01:29:20.802Z | Compiling anstream v0.5.0 |
2123 | 2024-02-02T01:29:20.881Z | Compiling hyper v0.14.27 |
2124 | 2024-02-02T01:29:27.741Z | Compiling terminal_size v0.2.6 |
2125 | 2024-02-02T01:29:30.799Z | Compiling toml_datetime v0.6.5 |
2126 | 2024-02-02T01:29:31.436Z | Compiling serde_spanned v0.6.4 |
2127 | 2024-02-02T01:29:31.960Z | Compiling zerocopy v0.6.4 |
2128 | 2024-02-02T01:29:35.018Z | Compiling scroll v0.12.0 |
2129 | 2024-02-02T01:29:35.137Z | Compiling md-5 v0.10.5 |
2130 | 2024-02-02T01:29:35.137Z | Compiling idna v0.5.0 |
2131 | 2024-02-02T01:29:35.137Z | Compiling stringprep v0.1.3 |
2132 | 2024-02-02T01:29:36.484Z | Compiling diesel_table_macro_syntax v0.1.0 |
2133 | 2024-02-02T01:29:36.553Z | Compiling aho-corasick v1.0.4 |
2134 | 2024-02-02T01:29:37.020Z | Compiling hash32 v0.2.1 |
2135 | 2024-02-02T01:29:37.518Z | Compiling strsim v0.10.0 |
2136 | 2024-02-02T01:29:37.571Z | Compiling fallible-iterator v0.2.0 |
2137 | 2024-02-02T01:29:37.589Z | Compiling gimli v0.28.0 |
2138 | 2024-02-02T01:29:37.887Z | Compiling tap v1.0.1 |
2139 | 2024-02-02T01:29:38.143Z | Compiling regex-syntax v0.8.2 |
2140 | 2024-02-02T01:29:38.733Z | Compiling stable_deref_trait v1.2.0 |
2141 | 2024-02-02T01:29:38.863Z | Compiling clap_lex v0.5.1 |
2142 | 2024-02-02T01:29:39.591Z | Compiling winnow v0.5.15 |
2143 | 2024-02-02T01:29:40.119Z | Compiling dyn-clone v1.0.13 |
2144 | 2024-02-02T01:29:40.225Z | Compiling maybe-uninit v2.0.0 |
2145 | 2024-02-02T01:29:40.277Z | Compiling plain v0.2.3 |
2146 | 2024-02-02T01:29:40.762Z | Compiling goblin v0.8.0 |
2147 | 2024-02-02T01:29:40.952Z | Compiling clap_builder v4.4.2 |
2148 | 2024-02-02T01:29:42.715Z | Compiling postgres-protocol v0.6.6 |
2149 | 2024-02-02T01:29:43.453Z | Compiling wyz v0.5.1 |
2150 | 2024-02-02T01:29:44.185Z | Compiling regex-automata v0.4.4 |
2151 | 2024-02-02T01:29:44.634Z | Compiling addr2line v0.21.0 |
2152 | 2024-02-02T01:29:45.659Z | Compiling diesel_derives v2.1.2 |
2153 | 2024-02-02T01:29:46.513Z | Compiling url v2.5.0 |
2154 | 2024-02-02T01:29:48.868Z | Compiling tokio-rustls v0.24.1 |
2155 | 2024-02-02T01:29:49.187Z | Compiling strum_macros v0.25.2 |
2156 | 2024-02-02T01:29:55.282Z | Compiling tokio-native-tls v0.3.1 |
2157 | 2024-02-02T01:29:55.912Z | Compiling usdt-attr-macro v0.3.5 |
2158 | 2024-02-02T01:29:56.316Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-02T01:29:58.005Z | Compiling phf_shared v0.11.2 |
2160 | 2024-02-02T01:29:59.197Z | Compiling block-padding v0.3.3 |
2161 | 2024-02-02T01:29:59.240Z | Compiling enum-as-inner v0.5.1 |
2162 | 2024-02-02T01:29:59.254Z | Compiling serde_repr v0.1.16 |
2163 | 2024-02-02T01:29:59.929Z | Compiling ff v0.13.0 |
2164 | 2024-02-02T01:29:59.934Z | Compiling scheduled-thread-pool v0.2.7 |
2165 | 2024-02-02T01:30:00.727Z | Compiling object v0.32.1 |
2166 | 2024-02-02T01:30:00.867Z | Compiling regex-automata v0.1.10 |
2167 | 2024-02-02T01:30:01.738Z | Compiling rustc-demangle v0.1.23 |
2168 | 2024-02-02T01:30:03.519Z | Compiling bit-vec v0.6.3 |
2169 | 2024-02-02T01:30:03.701Z | Compiling managed v0.8.0 |
2170 | 2024-02-02T01:30:04.348Z | Compiling ipnet v2.9.0 |
2171 | 2024-02-02T01:30:04.479Z | Compiling base16ct v0.2.0 |
2172 | 2024-02-02T01:30:05.726Z | Compiling num-bigint-dig v0.8.4 |
2173 | 2024-02-02T01:30:06.130Z | Compiling pretty-hex v0.4.1 |
2174 | 2024-02-02T01:30:06.848Z | Compiling matches v0.1.10 |
2175 | 2024-02-02T01:30:07.541Z | Compiling packed_struct v0.10.1 |
2176 | 2024-02-02T01:30:08.000Z | Compiling num_threads v0.1.6 |
2177 | 2024-02-02T01:30:08.133Z | Compiling deranged v0.3.8 |
2178 | 2024-02-02T01:30:10.560Z | Compiling funty v2.0.0 |
2179 | 2024-02-02T01:30:11.119Z | Compiling time v0.3.27 |
2180 | 2024-02-02T01:30:11.818Z | Compiling bitvec v1.0.1 |
2181 | 2024-02-02T01:30:17.184Z | Compiling idna v0.2.3 |
2182 | 2024-02-02T01:30:18.127Z | Compiling dof v0.3.0 |
2183 | 2024-02-02T01:30:19.181Z | Compiling sec1 v0.7.3 |
2184 | 2024-02-02T01:30:20.036Z | Compiling bstr v0.2.17 |
2185 | 2024-02-02T01:30:20.904Z | Compiling r2d2 v0.8.10 |
2186 | 2024-02-02T01:30:21.283Z | Compiling group v0.13.0 |
2187 | 2024-02-02T01:30:21.471Z | Compiling inout v0.1.3 |
2188 | 2024-02-02T01:30:22.207Z | Compiling phf v0.11.2 |
2189 | 2024-02-02T01:30:23.115Z | Compiling hyper-tls v0.5.0 |
2190 | 2024-02-02T01:30:23.587Z | Compiling regex v1.10.3 |
2191 | 2024-02-02T01:30:23.643Z | Compiling hyper-rustls v0.24.2 |
2192 | 2024-02-02T01:30:24.181Z | Compiling signal-hook-mio v0.2.3 |
2193 | 2024-02-02T01:30:24.392Z | Compiling clap v4.4.3 |
2194 | 2024-02-02T01:30:24.548Z | Compiling flate2 v1.0.28 |
2195 | 2024-02-02T01:30:25.302Z | Compiling bzip2 v0.4.4 |
2196 | 2024-02-02T01:30:25.861Z | Compiling toml_edit v0.19.15 |
2197 | 2024-02-02T01:30:26.005Z | Compiling postgres-types v0.2.6 |
2198 | 2024-02-02T01:30:27.330Z | Compiling ipnetwork v0.20.0 |
2199 | 2024-02-02T01:30:27.986Z | Compiling hubpack v0.1.2 |
2200 | 2024-02-02T01:30:28.051Z | Compiling serde_urlencoded v0.7.1 |
2201 | 2024-02-02T01:30:28.256Z | Compiling rustls-pemfile v1.0.3 |
2202 | 2024-02-02T01:30:28.591Z | Compiling phf_shared v0.10.0 |
2203 | 2024-02-02T01:30:28.640Z | Compiling hkdf v0.12.4 |
2204 | 2024-02-02T01:30:28.823Z | Compiling futures-executor v0.3.30 |
2205 | 2024-02-02T01:30:28.856Z | Compiling dtrace-parser v0.2.0 |
2206 | 2024-02-02T01:30:32.437Z | Compiling crypto-bigint v0.5.2 |
2207 | 2024-02-02T01:30:33.048Z | Compiling packed_struct_codegen v0.10.1 |
2208 | 2024-02-02T01:30:35.099Z | Compiling float-cmp v0.9.0 |
2209 | 2024-02-02T01:30:35.413Z | Compiling indexmap v1.9.3 |
2210 | 2024-02-02T01:30:35.844Z | Compiling encoding_rs v0.8.33 |
2211 | 2024-02-02T01:30:35.978Z | Compiling regex-automata v0.3.8 |
2212 | 2024-02-02T01:30:36.030Z | Compiling normalize-line-endings v0.3.0 |
2213 | 2024-02-02T01:30:36.184Z | Compiling new_debug_unreachable v1.0.4 |
2214 | 2024-02-02T01:30:37.237Z | Compiling predicates-core v1.0.6 |
2215 | 2024-02-02T01:30:37.693Z | Compiling fixedbitset v0.4.2 |
2216 | 2024-02-02T01:30:37.744Z | Compiling mime v0.3.17 |
2217 | 2024-02-02T01:30:38.304Z | Compiling difflib v0.4.0 |
2218 | 2024-02-02T01:30:38.697Z | Compiling data-encoding v2.4.0 |
2219 | 2024-02-02T01:30:39.660Z | Compiling webpki-roots v0.25.2 |
2220 | 2024-02-02T01:30:39.878Z | Compiling minimal-lexical v0.2.1 |
2221 | 2024-02-02T01:30:40.666Z | Compiling static_assertions v1.1.0 |
2222 | 2024-02-02T01:30:40.907Z | Compiling precomputed-hash v0.1.1 |
2223 | 2024-02-02T01:30:41.336Z | Compiling unicode-width v0.1.11 |
2224 | 2024-02-02T01:30:41.342Z | Compiling whoami v1.4.1 |
2225 | 2024-02-02T01:30:41.975Z | Compiling unicode-segmentation v1.10.1 |
2226 | 2024-02-02T01:30:42.208Z | Compiling crc-catalog v2.2.0 |
2227 | 2024-02-02T01:30:42.311Z | Compiling either v1.9.0 |
2228 | 2024-02-02T01:30:42.841Z | Compiling nodrop v0.1.14 |
2229 | 2024-02-02T01:30:43.011Z | Compiling array-init v0.0.4 |
2230 | 2024-02-02T01:30:43.105Z | Compiling similar v2.3.0 |
2231 | 2024-02-02T01:30:43.319Z | Compiling itertools v0.10.5 |
2232 | 2024-02-02T01:30:47.984Z | Compiling crc v3.0.1 |
2233 | 2024-02-02T01:30:48.302Z | Compiling tokio-postgres v0.7.10 |
2234 | 2024-02-02T01:30:49.132Z | Compiling console v0.15.8 |
2235 | 2024-02-02T01:30:51.339Z | Compiling string_cache v0.8.7 |
2236 | 2024-02-02T01:30:51.631Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2237 | 2024-02-02T01:30:51.999Z | Compiling nom v7.1.3 |
2238 | 2024-02-02T01:30:56.080Z | Compiling reqwest v0.11.22 |
2239 | 2024-02-02T01:30:57.422Z | Compiling trust-dns-proto v0.22.0 |
2240 | 2024-02-02T01:30:58.191Z | Compiling predicates v3.1.0 |
2241 | 2024-02-02T01:31:01.185Z | Compiling bstr v1.6.0 |
2242 | 2024-02-02T01:31:02.744Z | Compiling petgraph v0.6.4 |
2243 | 2024-02-02T01:31:12.746Z | Compiling elliptic-curve v0.13.8 |
2244 | 2024-02-02T01:31:15.727Z | Compiling toml v0.7.8 |
2245 | 2024-02-02T01:31:17.995Z | Compiling futures v0.3.30 |
2246 | 2024-02-02T01:31:18.867Z | Compiling diesel v2.1.4 |
2247 | 2024-02-02T01:31:20.809Z | Compiling smallvec v0.6.14 |
2248 | 2024-02-02T01:31:20.926Z | Compiling yasna v0.5.2 |
2249 | 2024-02-02T01:31:21.945Z | Compiling zip v0.6.6 |
2250 | 2024-02-02T01:31:23.397Z | Compiling crossterm v0.27.0 |
2251 | 2024-02-02T01:31:23.555Z | Compiling cipher v0.4.4 |
2252 | 2024-02-02T01:31:26.017Z | Compiling bit-set v0.5.3 |
2253 | 2024-02-02T01:31:26.431Z | Compiling usdt v0.3.5 |
2254 | 2024-02-02T01:31:26.606Z | Compiling is-terminal v0.4.9 |
2255 | 2024-02-02T01:31:26.817Z | Compiling toml_edit v0.21.0 |
2256 | 2024-02-02T01:31:29.703Z | Compiling pkcs1 v0.7.5 |
2257 | 2024-02-02T01:31:35.951Z | Compiling tokio-stream v0.1.14 |
2258 | 2024-02-02T01:31:37.503Z | Compiling openapiv3 v2.0.0 |
2259 | 2024-02-02T01:31:37.848Z | Compiling hex v0.4.3 |
2260 | 2024-02-02T01:31:39.531Z | Compiling hashbrown v0.13.2 |
2261 | 2024-02-02T01:31:41.392Z | Compiling signature v2.1.0 |
2262 | 2024-02-02T01:31:46.495Z | Compiling termcolor v1.2.0 |
2263 | 2024-02-02T01:31:49.905Z | Compiling bitfield v0.14.0 |
2264 | 2024-02-02T01:31:50.402Z | Compiling lalrpop-util v0.19.12 |
2265 | 2024-02-02T01:31:50.878Z | Compiling hashbrown v0.12.3 |
2266 | 2024-02-02T01:31:55.743Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2267 | 2024-02-02T01:32:03.423Z | Compiling env_logger v0.10.0 |
2268 | 2024-02-02T01:32:09.727Z | Compiling rsa v0.9.2 |
2269 | 2024-02-02T01:32:19.668Z | Compiling serde-hex v0.1.0 |
2270 | 2024-02-02T01:32:26.263Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2271 | 2024-02-02T01:32:27.223Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2272 | 2024-02-02T01:32:30.513Z | Compiling ron v0.8.1 |
2273 | 2024-02-02T01:32:32.287Z | Compiling x509-cert v0.2.4 |
2274 | 2024-02-02T01:32:38.911Z | Compiling crc-any v2.4.3 |
2275 | 2024-02-02T01:33:07.409Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2276 | 2024-02-02T01:33:11.916Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2277 | 2024-02-02T01:33:28.911Z | Compiling object v0.30.4 |
2278 | 2024-02-02T01:33:37.046Z | Compiling path-slash v0.1.5 |
2279 | 2024-02-02T01:33:50.447Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2280 | 2024-02-02T01:34:17.678Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2281 | 2024-02-02T01:34:18.845Z | Finished release [optimized] target(s) in 6m 19s |
2282 | 2024-02-02T01:34:18.923Z | |
2283 | 2024-02-02T01:34:18.927Z | real 6:19.935520155 |
2284 | 2024-02-02T01:34:18.927Z | user 43:55.987536600 |
2285 | 2024-02-02T01:34:18.927Z | sys 3:43.751047574 |
2286 | 2024-02-02T01:34:18.927Z | trap 1.835831894 |
2287 | 2024-02-02T01:34:18.927Z | tflt 1.272999601 |
2288 | 2024-02-02T01:34:18.927Z | dflt 0.386716106 |
2289 | 2024-02-02T01:34:18.927Z | kflt 0.001128678 |
2290 | 2024-02-02T01:34:18.927Z | lock 1:40:34.953693361 |
2291 | 2024-02-02T01:34:18.927Z | slp 2:06:13.128411576 |
2292 | 2024-02-02T01:34:18.927Z | lat 1:56.338520231 |
2293 | 2024-02-02T01:34:18.927Z | stop 1:28.835489698 |
2294 | 2024-02-02T01:34:18.928Z | + ptime -m gzip |
2295 | 2024-02-02T01:34:19.594Z | |
2296 | 2024-02-02T01:34:19.594Z | real 0.666469347 |
2297 | 2024-02-02T01:34:19.598Z | user 0.657492449 |
2298 | 2024-02-02T01:34:19.598Z | sys 0.007067076 |
2299 | 2024-02-02T01:34:19.598Z | trap 0.000595745 |
2300 | 2024-02-02T01:34:19.598Z | tflt 0.000000000 |
2301 | 2024-02-02T01:34:19.598Z | dflt 0.000000000 |
2302 | 2024-02-02T01:34:19.599Z | kflt 0.000000000 |
2303 | 2024-02-02T01:34:19.599Z | lock 0.000000000 |
2304 | 2024-02-02T01:34:19.599Z | slp 0.000000000 |
2305 | 2024-02-02T01:34:19.599Z | lat 0.000959641 |
2306 | 2024-02-02T01:34:19.599Z | stop 0.000235077 |
2307 | 2024-02-02T01:34:19.599Z | + banner tufaceous |
2308 | 2024-02-02T01:34:19.599Z | |
2309 | 2024-02-02T01:34:19.599Z | ##### # # ###### ## #### ###### #### # # #### |
2310 | 2024-02-02T01:34:19.599Z | # # # # # # # # # # # # # # |
2311 | 2024-02-02T01:34:19.599Z | # # # ##### # # # ##### # # # # #### |
2312 | 2024-02-02T01:34:19.599Z | # # # # ###### # # # # # # # |
2313 | 2024-02-02T01:34:19.599Z | # # # # # # # # # # # # # # # |
2314 | 2024-02-02T01:34:19.599Z | # #### # # # #### ###### #### #### #### |
2315 | 2024-02-02T01:34:19.600Z | |
2316 | 2024-02-02T01:34:19.600Z | + ptime -m cargo build --locked -p tufaceous --release |
2317 | 2024-02-02T01:34:20.290Z | Downloading crates ... |
2318 | 2024-02-02T01:34:20.742Z | Downloaded pin-project-internal v1.1.3 |
2319 | 2024-02-02T01:34:20.747Z | Downloaded async-recursion v1.0.5 |
2320 | 2024-02-02T01:34:20.750Z | Downloaded serde_plain v1.0.2 |
2321 | 2024-02-02T01:34:20.753Z | Downloaded parse-size v1.0.0 |
2322 | 2024-02-02T01:34:20.767Z | Downloaded snafu-derive v0.7.5 |
2323 | 2024-02-02T01:34:20.767Z | Downloaded typed-path v0.7.0 |
2324 | 2024-02-02T01:34:20.771Z | Downloaded olpc-cjson v0.1.3 |
2325 | 2024-02-02T01:34:20.774Z | Downloaded tough v0.16.0 |
2326 | 2024-02-02T01:34:20.785Z | Downloaded globset v0.4.13 |
2327 | 2024-02-02T01:34:20.788Z | Downloaded fs-err v2.11.0 |
2328 | 2024-02-02T01:34:20.802Z | Downloaded snafu v0.7.5 |
2329 | 2024-02-02T01:34:20.830Z | Downloaded humantime v2.1.0 |
2330 | 2024-02-02T01:34:20.856Z | Downloaded doc-comment v0.3.3 |
2331 | 2024-02-02T01:34:21.275Z | Downloaded pin-project v1.1.3 |
2332 | 2024-02-02T01:34:21.275Z | Downloaded buf-list v1.0.3 |
2333 | 2024-02-02T01:34:21.282Z | Compiling serde_tokenstream v0.2.0 |
2334 | 2024-02-02T01:34:21.282Z | Compiling regress v0.7.1 |
2335 | 2024-02-02T01:34:21.282Z | Compiling dirs-sys-next v0.1.2 |
2336 | 2024-02-02T01:34:21.282Z | Compiling rustls-pki-types v1.1.0 |
2337 | 2024-02-02T01:34:21.282Z | Compiling ident_case v1.0.1 |
2338 | 2024-02-02T01:34:21.282Z | Compiling thread_local v1.1.7 |
2339 | 2024-02-02T01:34:21.282Z | Compiling rustls v0.22.2 |
2340 | 2024-02-02T01:34:21.299Z | Compiling darling_core v0.20.3 |
2341 | 2024-02-02T01:34:21.476Z | Compiling dirs-next v2.0.0 |
2342 | 2024-02-02T01:34:21.800Z | Compiling heck v0.4.1 |
2343 | 2024-02-02T01:34:21.821Z | Compiling camino v1.1.6 |
2344 | 2024-02-02T01:34:22.369Z | Compiling slog-async v2.8.0 |
2345 | 2024-02-02T01:34:22.673Z | Compiling rustls-webpki v0.102.1 |
2346 | 2024-02-02T01:34:22.886Z | Compiling term v0.7.0 |
2347 | 2024-02-02T01:34:23.142Z | Compiling crossbeam-channel v0.5.8 |
2348 | 2024-02-02T01:34:23.220Z | Compiling getopts v0.2.21 |
2349 | 2024-02-02T01:34:23.796Z | Compiling structmeta-derive v0.2.0 |
2350 | 2024-02-02T01:34:24.642Z | Compiling atty v0.2.14 |
2351 | 2024-02-02T01:34:24.985Z | Compiling multer v3.0.0 |
2352 | 2024-02-02T01:34:25.257Z | Compiling match_cfg v0.1.0 |
2353 | 2024-02-02T01:34:25.384Z | Compiling unsafe-libyaml v0.2.10 |
2354 | 2024-02-02T01:34:25.941Z | Compiling take_mut v0.2.2 |
2355 | 2024-02-02T01:34:26.149Z | Compiling doc-comment v0.3.3 |
2356 | 2024-02-02T01:34:26.876Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2357 | 2024-02-02T01:34:28.340Z | Compiling paste v1.0.14 |
2358 | 2024-02-02T01:34:28.979Z | Compiling structmeta v0.2.0 |
2359 | 2024-02-02T01:34:29.093Z | Compiling serde_yaml v0.9.25 |
2360 | 2024-02-02T01:34:30.470Z | Compiling darling_macro v0.20.3 |
2361 | 2024-02-02T01:34:30.823Z | Compiling hostname v0.3.1 |
2362 | 2024-02-02T01:34:31.122Z | Compiling slog-term v2.9.0 |
2363 | 2024-02-02T01:34:47.668Z | Compiling darling v0.20.3 |
2364 | 2024-02-02T01:34:48.092Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2365 | 2024-02-02T01:34:48.092Z | Compiling slog-json v2.6.1 |
2366 | 2024-02-02T01:34:48.093Z | Compiling http v1.0.0 |
2367 | 2024-02-02T01:34:48.093Z | Compiling async-stream-impl v0.3.5 |
2368 | 2024-02-02T01:34:48.093Z | Compiling pin-project-internal v1.1.3 |
2369 | 2024-02-02T01:34:48.093Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2370 | 2024-02-02T01:34:48.093Z | Compiling atomic-waker v1.1.1 |
2371 | 2024-02-02T01:34:48.093Z | Compiling regex-syntax v0.7.5 |
2372 | 2024-02-02T01:34:48.093Z | Compiling fastrand v2.0.0 |
2373 | 2024-02-02T01:34:48.093Z | Compiling tempfile v3.9.0 |
2374 | 2024-02-02T01:34:48.093Z | Compiling waitgroup v0.1.2 |
2375 | 2024-02-02T01:34:48.093Z | Compiling tokio-rustls v0.25.0 |
2376 | 2024-02-02T01:34:48.093Z | Compiling pin-project v1.1.3 |
2377 | 2024-02-02T01:34:48.093Z | Compiling async-stream v0.3.5 |
2378 | 2024-02-02T01:34:48.093Z | Compiling slog-bunyan v2.5.0 |
2379 | 2024-02-02T01:34:48.093Z | Compiling serde_with_macros v3.5.1 |
2380 | 2024-02-02T01:34:48.093Z | Compiling toml v0.8.8 |
2381 | 2024-02-02T01:34:48.093Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2382 | 2024-02-02T01:34:48.093Z | Compiling rustls-pemfile v2.0.0 |
2383 | 2024-02-02T01:34:48.093Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2384 | 2024-02-02T01:34:48.093Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2385 | 2024-02-02T01:34:48.094Z | Compiling sha1 v0.10.6 |
2386 | 2024-02-02T01:34:48.094Z | Compiling snafu-derive v0.7.5 |
2387 | 2024-02-02T01:34:48.786Z | Compiling serde_path_to_error v0.1.15 |
2388 | 2024-02-02T01:34:48.799Z | Compiling instant v0.1.12 |
2389 | 2024-02-02T01:34:48.885Z | Compiling parse-display-derive v0.8.2 |
2390 | 2024-02-02T01:34:49.004Z | Compiling fs-err v2.11.0 |
2391 | 2024-02-02T01:34:49.468Z | Compiling arc-swap v1.6.0 |
2392 | 2024-02-02T01:34:50.464Z | Compiling debug-ignore v1.0.5 |
2393 | 2024-02-02T01:34:50.638Z | Compiling buf-list v1.0.3 |
2394 | 2024-02-02T01:34:50.688Z | Compiling same-file v1.0.6 |
2395 | 2024-02-02T01:34:51.136Z | Compiling walkdir v2.4.0 |
2396 | 2024-02-02T01:34:52.954Z | Compiling slog-scope v4.4.0 |
2397 | 2024-02-02T01:34:53.434Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2398 | 2024-02-02T01:34:53.624Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2399 | 2024-02-02T01:34:54.632Z | Compiling backoff v0.4.0 |
2400 | 2024-02-02T01:34:55.185Z | Compiling parse-display v0.8.2 |
2401 | 2024-02-02T01:34:55.197Z | Compiling serde_with v3.5.1 |
2402 | 2024-02-02T01:34:55.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2403 | 2024-02-02T01:34:55.862Z | Compiling snafu v0.7.5 |
2404 | 2024-02-02T01:34:56.536Z | Compiling globset v0.4.13 |
2405 | 2024-02-02T01:34:58.230Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2406 | 2024-02-02T01:34:58.463Z | Compiling strum v0.25.0 |
2407 | 2024-02-02T01:34:58.721Z | Compiling pem v3.0.2 |
2408 | 2024-02-02T01:35:01.457Z | Compiling olpc-cjson v0.1.3 |
2409 | 2024-02-02T01:35:02.325Z | Compiling macaddr v1.0.1 |
2410 | 2024-02-02T01:35:03.055Z | Compiling serde_plain v1.0.2 |
2411 | 2024-02-02T01:35:03.482Z | Compiling async-recursion v1.0.5 |
2412 | 2024-02-02T01:35:03.864Z | Compiling filetime v0.2.23 |
2413 | 2024-02-02T01:35:04.414Z | Compiling xattr v1.0.1 |
2414 | 2024-02-02T01:35:04.805Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2415 | 2024-02-02T01:35:04.854Z | Compiling typed-path v0.7.0 |
2416 | 2024-02-02T01:35:05.012Z | Compiling tar v0.4.40 |
2417 | 2024-02-02T01:35:11.506Z | Compiling tough v0.16.0 |
2418 | 2024-02-02T01:35:15.930Z | Compiling slog-stdlog v4.1.1 |
2419 | 2024-02-02T01:35:17.433Z | Compiling camino-tempfile v1.1.1 |
2420 | 2024-02-02T01:35:18.538Z | Compiling itertools v0.12.1 |
2421 | 2024-02-02T01:35:18.677Z | Compiling parse-size v1.0.0 |
2422 | 2024-02-02T01:35:19.195Z | Compiling slog-envlogger v2.2.0 |
2423 | 2024-02-02T01:35:23.702Z | Compiling humantime v2.1.0 |
2424 | 2024-02-02T01:35:30.980Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2425 | 2024-02-02T01:35:31.291Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2426 | 2024-02-02T01:35:46.750Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2427 | 2024-02-02T01:35:49.990Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2428 | 2024-02-02T01:36:30.640Z | Finished release [optimized] target(s) in 2m 02s |
2429 | 2024-02-02T01:36:30.945Z | |
2430 | 2024-02-02T01:36:30.945Z | real 2:02.497195944 |
2431 | 2024-02-02T01:36:30.945Z | user 13:48.221645355 |
2432 | 2024-02-02T01:36:30.945Z | sys 51.409084930 |
2433 | 2024-02-02T01:36:30.945Z | trap 0.536746460 |
2434 | 2024-02-02T01:36:30.945Z | tflt 0.343604976 |
2435 | 2024-02-02T01:36:30.945Z | dflt 0.828718796 |
2436 | 2024-02-02T01:36:30.945Z | kflt 0.004695303 |
2437 | 2024-02-02T01:36:30.945Z | lock 28:12.206397184 |
2438 | 2024-02-02T01:36:30.945Z | slp 30:39.224114738 |
2439 | 2024-02-02T01:36:30.945Z | lat 27.214599175 |
2440 | 2024-02-02T01:36:30.945Z | stop 13.870117422 |
2441 | 2024-02-02T01:36:30.945Z | + ptime -m gzip |
2442 | 2024-02-02T01:36:30.945Z | |
2443 | 2024-02-02T01:36:30.946Z | real 2.489720328 |
2444 | 2024-02-02T01:36:30.946Z | user 2.460365194 |
2445 | 2024-02-02T01:36:30.946Z | sys 0.026100848 |
2446 | 2024-02-02T01:36:30.946Z | trap 0.001262984 |
2447 | 2024-02-02T01:36:30.946Z | tflt 0.000000000 |
2448 | 2024-02-02T01:36:30.946Z | dflt 0.000000000 |
2449 | 2024-02-02T01:36:30.946Z | kflt 0.000000000 |
2450 | 2024-02-02T01:36:30.946Z | lock 0.000000000 |
2451 | 2024-02-02T01:36:30.946Z | slp 0.000000000 |
2452 | 2024-02-02T01:36:30.946Z | lat 0.001655129 |
2453 | 2024-02-02T01:36:30.946Z | stop 0.000231342 |
2454 | 2024-02-02T01:36:30.946Z | process exited: duration 1224181 ms, exit code 0 |
|
2455 | 2024-02-02T01:36:31.074Z | found 5 output files |
2456 | 2024-02-02T01:36:31.074Z | uploading: /work/end-to-end-tests/bootstrap-4fa0aa7f5e8d8c20.gz (10655007 bytes) |
2457 | 2024-02-02T01:36:34.896Z | uploaded: /work/end-to-end-tests/bootstrap-4fa0aa7f5e8d8c20.gz |
2458 | 2024-02-02T01:36:34.896Z | uploading: /work/end-to-end-tests/bootstrap.gz (108727364 bytes) |
2459 | 2024-02-02T01:37:00.609Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2460 | 2024-02-02T01:37:00.609Z | uploading: /work/end-to-end-tests/end_to_end_tests-378ef3b1593728ce.gz (112166513 bytes) |
2461 | 2024-02-02T01:37:31.184Z | uploaded: /work/end-to-end-tests/end_to_end_tests-378ef3b1593728ce.gz |
2462 | 2024-02-02T01:37:31.184Z | uploading: /work/caboose-util.gz (4054573 bytes) |
2463 | 2024-02-02T01:37:33.186Z | uploaded: /work/caboose-util.gz |
2464 | 2024-02-02T01:37:33.186Z | uploading: /work/tufaceous.gz (15810728 bytes) |
2465 | 2024-02-02T01:37:36.908Z | uploaded: /work/tufaceous.gz |