|
|
|
1 | 2024-02-21T00:17:32.824Z | job assigned to worker 01HQ4GAXJX1R5BYV26SV87GDY6 (queued for 1 m 6 s) |
|
2 | 2024-02-21T00:17:33.575Z | starting task 0: "setup" |
3 | 2024-02-21T00:17:33.666Z | ++ uname -s |
4 | 2024-02-21T00:17:34.954Z | + kern=SunOS |
5 | 2024-02-21T00:17:34.955Z | + case "$kern" in |
6 | 2024-02-21T00:17:34.955Z | + groupadd -g 12345 build |
7 | 2024-02-21T00:17:34.955Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-21T00:17:35.673Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-21T00:17:35.770Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-21T00:17:35.786Z | + home_fs=zfs |
11 | 2024-02-21T00:17:35.786Z | + [[ zfs == autofs ]] |
12 | 2024-02-21T00:17:35.786Z | + mkdir -p /home/build |
13 | 2024-02-21T00:17:35.786Z | + chown build:build /home/build /work |
14 | 2024-02-21T00:17:37.786Z | + chmod 0700 /home/build /work |
15 | 2024-02-21T00:17:37.794Z | process exited: duration 4206 ms, exit code 0 |
|
16 | 2024-02-21T00:17:37.831Z | starting task 1: "rust-toolchain" |
17 | 2024-02-21T00:17:37.847Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-21T00:17:37.847Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-21T00:17:38.015Z | info: downloading installer |
20 | 2024-02-21T00:17:39.879Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-21T00:17:39.881Z | warning: /opt/ooce/bin |
22 | 2024-02-21T00:17:39.881Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-21T00:17:39.881Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-21T00:17:39.882Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-21T00:17:39.883Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-21T00:17:39.883Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-21T00:17:39.883Z | error: cannot install while Rust is installed |
28 | 2024-02-21T00:17:39.883Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-21T00:17:40.044Z | info: profile set to 'default' |
30 | 2024-02-21T00:17:40.044Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-21T00:17:40.077Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-21T00:17:40.189Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-21T00:17:40.190Z | info: downloading component 'cargo' |
34 | 2024-02-21T00:17:40.813Z | info: downloading component 'clippy' |
35 | 2024-02-21T00:17:41.046Z | info: downloading component 'rust-docs' |
36 | 2024-02-21T00:17:42.265Z | info: downloading component 'rust-std' |
37 | 2024-02-21T00:17:43.742Z | info: downloading component 'rustc' |
38 | 2024-02-21T00:17:51.235Z | info: downloading component 'rustfmt' |
39 | 2024-02-21T00:17:51.753Z | info: installing component 'cargo' |
40 | 2024-02-21T00:17:51.753Z | info: installing component 'clippy' |
41 | 2024-02-21T00:17:51.753Z | info: installing component 'rust-docs' |
42 | 2024-02-21T00:17:51.833Z | info: installing component 'rust-std' |
43 | 2024-02-21T00:17:51.833Z | info: installing component 'rustc' |
44 | 2024-02-21T00:17:56.143Z | info: installing component 'rustfmt' |
45 | 2024-02-21T00:17:56.466Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-21T00:17:56.467Z | |
47 | 2024-02-21T00:17:56.747Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-21T00:17:56.748Z | |
49 | 2024-02-21T00:17:56.758Z | |
50 | 2024-02-21T00:17:56.758Z | Rust is installed now. Great! |
51 | 2024-02-21T00:17:56.758Z | |
52 | 2024-02-21T00:17:56.758Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-21T00:17:56.758Z | environment variable. This has not been done automatically. |
54 | 2024-02-21T00:17:56.759Z | |
55 | 2024-02-21T00:17:56.759Z | To configure your current shell, run: |
56 | 2024-02-21T00:17:56.759Z | source "$HOME/.cargo/env" |
57 | 2024-02-21T00:17:56.808Z | + rustc --version |
58 | 2024-02-21T00:17:56.887Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-21T00:17:56.905Z | process exited: duration 19057 ms, exit code 0 |
|
60 | 2024-02-21T00:17:56.944Z | starting task 2: "authentication" |
61 | 2024-02-21T00:17:56.990Z | process exited: duration 37 ms, exit code 0 |
|
62 | 2024-02-21T00:17:57.040Z | starting task 3: "clone repository" |
63 | 2024-02-21T00:17:57.464Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-21T00:17:57.464Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-21T00:17:57.478Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-21T00:18:03.142Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-21T00:18:03.146Z | + git fetch origin 8ba348d1d3bb973a6dd6fd810a14b756837826b2 |
68 | 2024-02-21T00:18:03.625Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-21T00:18:03.625Z | * branch 8ba348d1d3bb973a6dd6fd810a14b756837826b2 -> FETCH_HEAD |
70 | 2024-02-21T00:18:03.632Z | + [[ -n '' ]] |
71 | 2024-02-21T00:18:03.632Z | + git reset --hard 8ba348d1d3bb973a6dd6fd810a14b756837826b2 |
72 | 2024-02-21T00:18:03.750Z | HEAD is now at 8ba348d1d address comment |
73 | 2024-02-21T00:18:03.759Z | process exited: duration 6715 ms, exit code 0 |
|
74 | 2024-02-21T00:18:04.178Z | starting task 4: "build" |
75 | 2024-02-21T00:18:04.184Z | + cargo --version |
76 | 2024-02-21T00:18:04.189Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-21T00:18:04.743Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-21T00:18:04.743Z | info: downloading component 'cargo' |
79 | 2024-02-21T00:18:05.037Z | info: downloading component 'clippy' |
80 | 2024-02-21T00:18:05.264Z | info: downloading component 'rust-docs' |
81 | 2024-02-21T00:18:06.125Z | info: downloading component 'rust-std' |
82 | 2024-02-21T00:18:07.871Z | info: downloading component 'rustc' |
83 | 2024-02-21T00:18:11.060Z | info: downloading component 'rustfmt' |
84 | 2024-02-21T00:18:12.387Z | info: installing component 'cargo' |
85 | 2024-02-21T00:18:13.293Z | info: installing component 'clippy' |
86 | 2024-02-21T00:18:13.648Z | info: installing component 'rust-docs' |
87 | 2024-02-21T00:18:15.199Z | info: installing component 'rust-std' |
88 | 2024-02-21T00:18:16.804Z | info: installing component 'rustc' |
89 | 2024-02-21T00:18:21.132Z | info: installing component 'rustfmt' |
90 | 2024-02-21T00:18:21.543Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-21T00:18:21.556Z | + rustc --version |
92 | 2024-02-21T00:18:21.609Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-21T00:18:21.619Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-02-21T00:18:35.570Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-02-21T00:18:37.051Z | Startup: Caching catalogs ... Done |
96 | 2024-02-21T00:18:38.683Z | Planning: Solver setup ... Done (1.214s) |
97 | 2024-02-21T00:18:38.713Z | Planning: Running solver ... Done (0.030s) |
98 | 2024-02-21T00:18:39.168Z | Planning: Finding local manifests ... Done (0.433s) |
99 | 2024-02-21T00:18:39.179Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-02-21T00:18:39.495Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-02-21T00:18:39.554Z | Planning: Package planning ... Done (0.055s) |
102 | 2024-02-21T00:18:39.607Z | Planning: Merging actions ... Done (0.052s) |
103 | 2024-02-21T00:18:41.634Z | Planning: Checking for conflicting actions ... Done (2.033s) |
104 | 2024-02-21T00:18:41.650Z | Planning: Consolidating action changes ... Done (0.012s) |
105 | 2024-02-21T00:18:47.404Z | Planning: Evaluating mediators ... Done (5.756s) |
106 | 2024-02-21T00:18:47.414Z | Planning: Planning completed in 10.31 seconds |
107 | 2024-02-21T00:18:48.115Z | Packages to install: 4 |
108 | 2024-02-21T00:18:48.115Z | Mediators to change: 2 |
109 | 2024-02-21T00:18:48.115Z | Services to change: 1 |
110 | 2024-02-21T00:18:48.116Z | Estimated space available: 148.87 GB |
111 | 2024-02-21T00:18:48.116Z | Estimated space to be consumed: 1.41 GB |
112 | 2024-02-21T00:18:48.543Z | Create boot environment: No |
113 | 2024-02-21T00:18:48.543Z | Create backup boot environment: No |
114 | 2024-02-21T00:18:48.543Z | Rebuild boot archive: No |
115 | 2024-02-21T00:18:48.543Z | |
116 | 2024-02-21T00:18:48.543Z | Changed mediators: |
117 | 2024-02-21T00:18:48.543Z | mediator clang: |
118 | 2024-02-21T00:18:48.543Z | version: None -> 15 (system default) |
119 | 2024-02-21T00:18:48.544Z | |
120 | 2024-02-21T00:18:48.544Z | mediator llvm: |
121 | 2024-02-21T00:18:48.544Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-02-21T00:18:48.544Z | |
123 | 2024-02-21T00:18:48.544Z | Changed packages: |
124 | 2024-02-21T00:18:48.544Z | helios-dev |
125 | 2024-02-21T00:18:48.544Z | developer/build-essential |
126 | 2024-02-21T00:18:48.544Z | None -> 11-2.0 |
127 | 2024-02-21T00:18:48.544Z | library/libxmlsec1 |
128 | 2024-02-21T00:18:48.544Z | None -> 1.2.35-2.0 |
129 | 2024-02-21T00:18:48.544Z | ooce/developer/clang-15 |
130 | 2024-02-21T00:18:48.544Z | None -> 15.0.7-2.0 |
131 | 2024-02-21T00:18:48.544Z | ooce/developer/llvm-15 |
132 | 2024-02-21T00:18:48.544Z | None -> 15.0.7-2.0 |
133 | 2024-02-21T00:18:48.544Z | |
134 | 2024-02-21T00:18:48.545Z | Services: |
135 | 2024-02-21T00:18:48.545Z | restart_fmri: |
136 | 2024-02-21T00:18:48.545Z | svc:/system/update-man-index:default |
137 | 2024-02-21T00:18:48.545Z | |
138 | 2024-02-21T00:18:48.545Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-02-21T00:18:53.093Z | Download: 913/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
140 | 2024-02-21T00:18:58.097Z | Download: 1312/3290 items 110.7/212.6MB 52% complete (11.2M/s) |
141 | 2024-02-21T00:19:03.509Z | Download: 2205/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
142 | 2024-02-21T00:19:08.110Z | Download: 2764/3290 items 120.6/212.6MB 56% complete (1.2M/s) |
143 | 2024-02-21T00:19:13.130Z | Download: 3241/3290 items 199.9/212.6MB 94% complete (8.0M/s) |
144 | 2024-02-21T00:19:29.737Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
145 | 2024-02-21T00:19:30.552Z | Download: Completed 212.60 MB in 42.45 seconds (5.0M/s) |
146 | 2024-02-21T00:19:30.789Z | Actions: 1/3689 actions (Installing new actions) |
147 | 2024-02-21T00:19:35.780Z | Actions: 3545/3689 actions (Installing new actions) |
148 | 2024-02-21T00:19:36.027Z | Actions: Completed 3689 actions in 5.26 seconds. |
149 | 2024-02-21T00:19:36.225Z | Done (0.185s) |
150 | 2024-02-21T00:19:36.225Z | Done (0.000s) |
151 | 2024-02-21T00:19:36.464Z | Done (0.223s) |
152 | 2024-02-21T00:19:42.459Z | Done (5.863s) |
153 | 2024-02-21T00:19:42.655Z | Done (0.143s) |
154 | 2024-02-21T00:19:42.658Z | Done (0.000s) |
155 | 2024-02-21T00:19:42.815Z | Done (0.000s) |
156 | 2024-02-21T00:19:43.384Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-02-21T00:19:43.565Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-02-21T00:19:43.584Z | Planning: Consolidating action changes ... Done |
159 | 2024-02-21T00:19:43.837Z | Planning: Evaluating mediators ... Done |
160 | 2024-02-21T00:19:43.842Z | Planning: Planning completed in 0.46 seconds |
161 | 2024-02-21T00:19:43.876Z | Mediators to change: 2 |
162 | 2024-02-21T00:19:43.876Z | Create boot environment: No |
163 | 2024-02-21T00:19:43.881Z | Create backup boot environment: No |
164 | 2024-02-21T00:19:43.943Z | Done |
165 | 2024-02-21T00:19:43.943Z | Done |
166 | 2024-02-21T00:19:44.094Z | Done |
167 | 2024-02-21T00:19:48.142Z | Done |
168 | 2024-02-21T00:19:48.238Z | Done |
169 | 2024-02-21T00:19:48.252Z | Done |
170 | 2024-02-21T00:19:48.331Z | Done |
171 | 2024-02-21T00:19:49.036Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-02-21T00:19:49.044Z | Planning: Merging actions ... Done |
173 | 2024-02-21T00:19:49.246Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-02-21T00:19:50.646Z | Planning: Consolidating action changes ... Done |
175 | 2024-02-21T00:19:50.646Z | Planning: Evaluating mediators ... Done |
176 | 2024-02-21T00:19:50.646Z | Planning: Planning completed in 0.83 seconds |
177 | 2024-02-21T00:19:50.646Z | Packages to change: 1 |
178 | 2024-02-21T00:19:50.646Z | Mediators to change: 1 |
179 | 2024-02-21T00:19:50.647Z | Services to change: 1 |
180 | 2024-02-21T00:19:50.647Z | Create boot environment: No |
181 | 2024-02-21T00:19:50.647Z | Create backup boot environment: Yes |
182 | 2024-02-21T00:19:51.429Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-02-21T00:19:51.501Z | Actions: Completed 6 actions in 0.07 seconds. |
184 | 2024-02-21T00:19:51.522Z | Done |
185 | 2024-02-21T00:19:51.522Z | Done |
186 | 2024-02-21T00:19:51.553Z | Done |
187 | 2024-02-21T00:19:55.645Z | Done |
188 | 2024-02-21T00:19:55.737Z | Done |
189 | 2024-02-21T00:19:55.742Z | Done |
190 | 2024-02-21T00:19:55.845Z | Done |
191 | 2024-02-21T00:19:56.320Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-02-21T00:19:56.320Z | clang system 15 system |
193 | 2024-02-21T00:19:56.320Z | csh system system illumos |
194 | 2024-02-21T00:19:56.320Z | ctags system system illumos |
195 | 2024-02-21T00:19:56.320Z | gcc vendor 12 vendor |
196 | 2024-02-21T00:19:56.320Z | gcc system 10 system |
197 | 2024-02-21T00:19:56.320Z | gcc system 7 system |
198 | 2024-02-21T00:19:56.320Z | go system 1.20 system |
199 | 2024-02-21T00:19:56.320Z | go system 1.19 system |
200 | 2024-02-21T00:19:56.320Z | llvm system 15 system |
201 | 2024-02-21T00:19:56.320Z | llvm system 14 system |
202 | 2024-02-21T00:19:56.320Z | mariadb system 10.6 system |
203 | 2024-02-21T00:19:56.320Z | mta vendor vendor dma |
204 | 2024-02-21T00:19:56.320Z | openjdk system 17 system |
205 | 2024-02-21T00:19:56.320Z | openjdk system 11 system |
206 | 2024-02-21T00:19:56.320Z | openjdk system 1.8 system |
207 | 2024-02-21T00:19:56.320Z | openssl vendor 3 vendor |
208 | 2024-02-21T00:19:56.320Z | perl system 5.36 system |
209 | 2024-02-21T00:19:56.321Z | postgresql system 15 system |
210 | 2024-02-21T00:19:56.321Z | postgresql system 13 system |
211 | 2024-02-21T00:19:56.321Z | python vendor 3 vendor |
212 | 2024-02-21T00:19:56.321Z | python system 2 system |
213 | 2024-02-21T00:19:56.321Z | python3 system 3.11 system |
214 | 2024-02-21T00:19:56.321Z | ruby system 3.0 system |
215 | 2024-02-21T00:19:56.321Z | words vendor vendor american-english |
216 | 2024-02-21T00:19:56.321Z | words system system australian-english |
217 | 2024-02-21T00:19:56.321Z | words system system british-english |
218 | 2024-02-21T00:19:56.321Z | words system system canadian-english |
219 | 2024-02-21T00:19:56.321Z | words system system french |
220 | 2024-02-21T00:19:56.321Z | words system system italian |
221 | 2024-02-21T00:19:56.321Z | words system system ngerman |
222 | 2024-02-21T00:19:56.321Z | words system system ogerman |
223 | 2024-02-21T00:19:56.321Z | words system system spanish |
224 | 2024-02-21T00:19:56.696Z | FMRI IFO |
225 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-02-21T00:19:56.697Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-02-21T00:19:56.760Z | + set -o errexit |
234 | 2024-02-21T00:19:56.771Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2024-02-21T00:19:56.771Z | ++ cd ./tools |
236 | 2024-02-21T00:19:56.771Z | ++ pwd |
237 | 2024-02-21T00:19:56.771Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2024-02-21T00:19:56.771Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2024-02-21T00:19:56.771Z | + ARG0=ci_download_cockroachdb |
240 | 2024-02-21T00:19:56.771Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2024-02-21T00:19:56.771Z | + CIDL_VERSION=v22.1.9 |
242 | 2024-02-21T00:19:56.771Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2024-02-21T00:19:56.771Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
244 | 2024-02-21T00:19:56.771Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
245 | 2024-02-21T00:19:56.771Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
246 | 2024-02-21T00:19:56.771Z | + TARGET_DIR=out |
247 | 2024-02-21T00:19:56.771Z | + DOWNLOAD_DIR=out/downloads |
248 | 2024-02-21T00:19:56.772Z | + DEST_DIR=./out/cockroachdb |
249 | 2024-02-21T00:19:56.772Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2024-02-21T00:19:56.772Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2024-02-21T00:19:56.772Z | + main |
252 | 2024-02-21T00:19:56.772Z | + [[ 0 != 0 ]] |
253 | 2024-02-21T00:19:56.772Z | + CIDL_OS=solaris2.11 |
254 | 2024-02-21T00:19:56.772Z | + [[ 0 != 0 ]] |
255 | 2024-02-21T00:19:56.772Z | + configure_os solaris2.11 |
256 | 2024-02-21T00:19:56.772Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2024-02-21T00:19:56.772Z | current directory: /work/oxidecomputer/omicron |
258 | 2024-02-21T00:19:56.772Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2024-02-21T00:19:56.772Z | + case "$1" in |
260 | 2024-02-21T00:19:56.772Z | configuring based on OS: "solaris2.11" |
261 | 2024-02-21T00:19:56.772Z | + CIDL_BUILD=illumos |
262 | 2024-02-21T00:19:56.772Z | + CIDL_SUFFIX=tar.gz |
263 | 2024-02-21T00:19:56.772Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
264 | 2024-02-21T00:19:56.772Z | + CIDL_URL_BASE=https://illumos.org/downloads |
265 | 2024-02-21T00:19:56.772Z | + CIDL_ASSEMBLE=do_assemble_illumos |
266 | 2024-02-21T00:19:56.772Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
267 | 2024-02-21T00:19:56.772Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-02-21T00:19:56.772Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-21T00:19:56.772Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
270 | 2024-02-21T00:19:56.772Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-02-21T00:19:56.772Z | + CIDL_SHA256FUNC=do_sha256sum |
272 | 2024-02-21T00:19:56.772Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2024-02-21T00:19:56.773Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2024-02-21T00:19:56.773Z | + mkdir -p out/downloads |
275 | 2024-02-21T00:19:56.773Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-21T00:19:56.773Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-21T00:19:56.789Z | + mkdir -p ./out/cockroachdb |
278 | 2024-02-21T00:19:56.789Z | + local DO_DOWNLOAD=true |
279 | 2024-02-21T00:19:56.789Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2024-02-21T00:19:56.789Z | + '[' true == true ']' |
281 | 2024-02-21T00:19:56.789Z | + echo Downloading... |
282 | 2024-02-21T00:19:56.789Z | Downloading... |
283 | 2024-02-21T00:19:56.789Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-21T00:19:56.789Z | + 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 |
285 | 2024-02-21T00:20:05.479Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-02-21T00:20:05.501Z | ++ sha256sum |
287 | 2024-02-21T00:20:05.501Z | ++ awk '{print $1}' |
288 | 2024-02-21T00:20:05.569Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
289 | 2024-02-21T00:20:05.569Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
290 | 2024-02-21T00:20:05.586Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-21T00:20:05.586Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2024-02-21T00:20:07.746Z | + do_assemble_illumos |
293 | 2024-02-21T00:20:07.746Z | + rm -r ./out/cockroachdb |
294 | 2024-02-21T00:20:09.013Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2024-02-21T00:20:09.020Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2024-02-21T00:20:09.020Z | Build Tag: v22.1.9-dirty |
297 | 2024-02-21T00:20:09.020Z | Build Time: 2022/10/26 21:17:46 |
298 | 2024-02-21T00:20:09.020Z | Distribution: OSS |
299 | 2024-02-21T00:20:09.021Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2024-02-21T00:20:09.021Z | Go Version: go1.17.13 |
301 | 2024-02-21T00:20:09.021Z | C Compiler: gcc 10.3.0 |
302 | 2024-02-21T00:20:09.021Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2024-02-21T00:20:09.021Z | Build Type: release |
304 | 2024-02-21T00:20:09.021Z | + set -o errexit |
305 | 2024-02-21T00:20:09.021Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2024-02-21T00:20:09.021Z | ++ cd ./tools |
307 | 2024-02-21T00:20:09.021Z | ++ pwd |
308 | 2024-02-21T00:20:09.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2024-02-21T00:20:09.021Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2024-02-21T00:20:09.021Z | + ARG0=ci_download_clickhouse |
311 | 2024-02-21T00:20:09.021Z | + TARGET_DIR=out |
312 | 2024-02-21T00:20:09.021Z | + DOWNLOAD_DIR=out/downloads |
313 | 2024-02-21T00:20:09.021Z | + DEST_DIR=./out/clickhouse |
314 | 2024-02-21T00:20:09.021Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
315 | 2024-02-21T00:20:09.021Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2024-02-21T00:20:09.021Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2024-02-21T00:20:09.021Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2024-02-21T00:20:09.021Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2024-02-21T00:20:09.021Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2024-02-21T00:20:09.021Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2024-02-21T00:20:09.021Z | + main |
322 | 2024-02-21T00:20:09.021Z | + [[ 0 != 0 ]] |
323 | 2024-02-21T00:20:09.022Z | + CIDL_OS=solaris2.11 |
324 | 2024-02-21T00:20:09.022Z | + [[ 0 != 0 ]] |
325 | 2024-02-21T00:20:09.022Z | + configure_os solaris2.11 |
326 | 2024-02-21T00:20:09.022Z | + echo 'current directory: /work/oxidecomputer/omicron' |
327 | 2024-02-21T00:20:09.022Z | current directory: /work/oxidecomputer/omicron |
328 | 2024-02-21T00:20:09.022Z | configuring based on OS: "solaris2.11" |
329 | 2024-02-21T00:20:09.022Z | + echo 'configuring based on OS: "solaris2.11"' |
330 | 2024-02-21T00:20:09.022Z | + CIDL_DASHREV= |
331 | 2024-02-21T00:20:09.022Z | + case "$1" in |
332 | 2024-02-21T00:20:09.022Z | + CIDL_PLATFORM=illumos |
333 | 2024-02-21T00:20:09.022Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
334 | 2024-02-21T00:20:09.022Z | + CIDL_MD5FUNC=do_md5sum |
335 | 2024-02-21T00:20:09.022Z | + CIDL_DASHREV=-1 |
336 | 2024-02-21T00:20:09.022Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
337 | 2024-02-21T00:20:09.022Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-21T00:20:09.022Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2024-02-21T00:20:09.022Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-21T00:20:09.022Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2024-02-21T00:20:09.022Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-21T00:20:09.022Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-21T00:20:09.022Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-02-21T00:20:09.022Z | + mkdir -p out/downloads |
345 | 2024-02-21T00:20:09.022Z | + mkdir -p ./out/clickhouse |
346 | 2024-02-21T00:20:09.022Z | + local DO_DOWNLOAD=true |
347 | 2024-02-21T00:20:09.022Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
348 | 2024-02-21T00:20:09.023Z | + '[' true == true ']' |
349 | 2024-02-21T00:20:09.023Z | + echo Downloading... |
350 | 2024-02-21T00:20:09.023Z | Downloading... |
351 | 2024-02-21T00:20:09.023Z | + 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 |
352 | 2024-02-21T00:20:09.023Z | + 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 |
353 | 2024-02-21T00:20:10.467Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-21T00:20:10.493Z | ++ md5sum |
355 | 2024-02-21T00:20:10.493Z | ++ awk '{print $1}' |
356 | 2024-02-21T00:20:10.649Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2024-02-21T00:20:10.649Z | + [[ 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 ]] |
358 | 2024-02-21T00:20:11.067Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
359 | 2024-02-21T00:20:11.068Z | + mkdir -p ./out/clickhouse |
360 | 2024-02-21T00:20:11.068Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
361 | 2024-02-21T00:20:13.790Z | + ./out/clickhouse/clickhouse server --version |
362 | 2024-02-21T00:20:13.825Z | ClickHouse server version 22.8.9.1. |
363 | 2024-02-21T00:20:13.845Z | + set -o errexit |
364 | 2024-02-21T00:20:13.855Z | +++ dirname ./tools/ci_download_console |
365 | 2024-02-21T00:20:13.855Z | ++ cd ./tools |
366 | 2024-02-21T00:20:13.855Z | ++ pwd |
367 | 2024-02-21T00:20:13.855Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
368 | 2024-02-21T00:20:13.856Z | ++ basename ./tools/ci_download_console |
369 | 2024-02-21T00:20:13.856Z | + ARG0=ci_download_console |
370 | 2024-02-21T00:20:13.856Z | + TARGET_DIR=out |
371 | 2024-02-21T00:20:13.856Z | + DOWNLOAD_DIR=out/downloads |
372 | 2024-02-21T00:20:13.856Z | + DEST_DIR=./out/console-assets |
373 | 2024-02-21T00:20:13.856Z | + source /work/oxidecomputer/omicron/tools/console_version |
374 | 2024-02-21T00:20:13.856Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
375 | 2024-02-21T00:20:13.856Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
376 | 2024-02-21T00:20:13.856Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
377 | 2024-02-21T00:20:13.856Z | + TARBALL_FILE=out/downloads/console.tar.gz |
378 | 2024-02-21T00:20:13.857Z | + main |
379 | 2024-02-21T00:20:13.857Z | + [[ 0 != 0 ]] |
380 | 2024-02-21T00:20:13.857Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
381 | 2024-02-21T00:20:13.857Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
382 | 2024-02-21T00:20:13.857Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2024-02-21T00:20:13.857Z | Local file: out/downloads/console.tar.gz |
384 | 2024-02-21T00:20:13.857Z | + local DO_DOWNLOAD=true |
385 | 2024-02-21T00:20:13.857Z | + [[ -f out/downloads/console.tar.gz ]] |
386 | 2024-02-21T00:20:13.858Z | + mkdir -p out/downloads |
387 | 2024-02-21T00:20:13.858Z | + '[' true == true ']' |
388 | 2024-02-21T00:20:13.858Z | + echo Downloading... |
389 | 2024-02-21T00:20:13.858Z | Downloading... |
390 | 2024-02-21T00:20:13.858Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
391 | 2024-02-21T00:20:13.858Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
392 | 2024-02-21T00:20:14.575Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2024-02-21T00:20:14.581Z | ++ case "$OSTYPE" in |
394 | 2024-02-21T00:20:14.581Z | ++ SHA=sha256sum |
395 | 2024-02-21T00:20:14.581Z | ++ sha256sum |
396 | 2024-02-21T00:20:14.581Z | ++ awk '{print $1}' |
397 | 2024-02-21T00:20:14.600Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
398 | 2024-02-21T00:20:14.600Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
399 | 2024-02-21T00:20:14.600Z | + rm -rf ./out/console-assets |
400 | 2024-02-21T00:20:14.600Z | + mkdir -p ./out/console-assets |
401 | 2024-02-21T00:20:14.600Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2024-02-21T00:20:14.600Z | + mkdir -p ./out/console-assets |
403 | 2024-02-21T00:20:14.600Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2024-02-21T00:20:15.065Z | + set -o errexit |
405 | 2024-02-21T00:20:15.065Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2024-02-21T00:20:15.065Z | ++ cd ./tools |
407 | 2024-02-21T00:20:15.065Z | ++ pwd |
408 | 2024-02-21T00:20:15.066Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2024-02-21T00:20:15.066Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2024-02-21T00:20:15.066Z | + ARG0=ci_download_maghemite_openapi |
411 | 2024-02-21T00:20:15.066Z | + TARGET_DIR=out |
412 | 2024-02-21T00:20:15.067Z | + DOWNLOAD_DIR=out/downloads |
413 | 2024-02-21T00:20:15.067Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
414 | 2024-02-21T00:20:15.067Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
415 | 2024-02-21T00:20:15.067Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
416 | 2024-02-21T00:20:15.067Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
417 | 2024-02-21T00:20:15.068Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
418 | 2024-02-21T00:20:15.068Z | + main |
419 | 2024-02-21T00:20:15.068Z | + [[ 0 != 0 ]] |
420 | 2024-02-21T00:20:15.068Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
421 | 2024-02-21T00:20:15.069Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
422 | 2024-02-21T00:20:15.069Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
423 | 2024-02-21T00:20:15.069Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-21T00:20:15.069Z | + local DO_DOWNLOAD=true |
425 | 2024-02-21T00:20:15.069Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
426 | 2024-02-21T00:20:15.069Z | + mkdir -p out/downloads |
427 | 2024-02-21T00:20:15.070Z | + '[' true == true ']' |
428 | 2024-02-21T00:20:15.070Z | + echo Downloading... |
429 | 2024-02-21T00:20:15.070Z | Downloading... |
430 | 2024-02-21T00:20:15.070Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
431 | 2024-02-21T00:20:15.070Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
432 | 2024-02-21T00:20:16.503Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
433 | 2024-02-21T00:20:16.524Z | ++ case "$OSTYPE" in |
434 | 2024-02-21T00:20:16.525Z | ++ SHA=sha256sum |
435 | 2024-02-21T00:20:16.525Z | ++ sha256sum |
436 | 2024-02-21T00:20:16.525Z | ++ awk '{print $1}' |
437 | 2024-02-21T00:20:16.525Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
438 | 2024-02-21T00:20:16.526Z | + [[ 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 ]] |
439 | 2024-02-21T00:20:16.526Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2024-02-21T00:20:16.526Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
441 | 2024-02-21T00:20:16.526Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
442 | 2024-02-21T00:20:16.526Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
443 | 2024-02-21T00:20:16.527Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
444 | 2024-02-21T00:20:16.527Z | + main |
445 | 2024-02-21T00:20:16.527Z | + [[ 0 != 0 ]] |
446 | 2024-02-21T00:20:16.527Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
447 | 2024-02-21T00:20:16.527Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
448 | 2024-02-21T00:20:16.527Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
449 | 2024-02-21T00:20:16.528Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-21T00:20:16.528Z | + local DO_DOWNLOAD=true |
451 | 2024-02-21T00:20:16.528Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
452 | 2024-02-21T00:20:16.528Z | + mkdir -p out/downloads |
453 | 2024-02-21T00:20:16.528Z | + '[' true == true ']' |
454 | 2024-02-21T00:20:16.528Z | + echo Downloading... |
455 | 2024-02-21T00:20:16.529Z | Downloading... |
456 | 2024-02-21T00:20:16.529Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
457 | 2024-02-21T00:20:16.529Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
458 | 2024-02-21T00:20:17.195Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
459 | 2024-02-21T00:20:17.222Z | ++ case "$OSTYPE" in |
460 | 2024-02-21T00:20:17.222Z | ++ SHA=sha256sum |
461 | 2024-02-21T00:20:17.222Z | ++ sha256sum |
462 | 2024-02-21T00:20:17.222Z | ++ awk '{print $1}' |
463 | 2024-02-21T00:20:17.222Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
464 | 2024-02-21T00:20:17.222Z | + [[ 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 ]] |
465 | 2024-02-21T00:20:17.223Z | + set -o errexit |
466 | 2024-02-21T00:20:17.223Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2024-02-21T00:20:17.223Z | ++ cd ./tools |
468 | 2024-02-21T00:20:17.223Z | ++ pwd |
469 | 2024-02-21T00:20:17.223Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2024-02-21T00:20:17.223Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2024-02-21T00:20:17.223Z | + ARG0=ci_download_dendrite_openapi |
472 | 2024-02-21T00:20:17.223Z | + TARGET_DIR=out |
473 | 2024-02-21T00:20:17.223Z | + DOWNLOAD_DIR=out/downloads |
474 | 2024-02-21T00:20:17.223Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2024-02-21T00:20:17.223Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
476 | 2024-02-21T00:20:17.224Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
477 | 2024-02-21T00:20:17.224Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
478 | 2024-02-21T00:20:17.224Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
479 | 2024-02-21T00:20:17.224Z | + main |
480 | 2024-02-21T00:20:17.224Z | + [[ 0 != 0 ]] |
481 | 2024-02-21T00:20:17.224Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
482 | 2024-02-21T00:20:17.224Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
483 | 2024-02-21T00:20:17.224Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
484 | 2024-02-21T00:20:17.224Z | + local DO_DOWNLOAD=true |
485 | 2024-02-21T00:20:17.224Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
486 | 2024-02-21T00:20:17.224Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
487 | 2024-02-21T00:20:17.225Z | + mkdir -p out/downloads |
488 | 2024-02-21T00:20:17.225Z | + '[' true == true ']' |
489 | 2024-02-21T00:20:17.225Z | + echo Downloading... |
490 | 2024-02-21T00:20:17.225Z | Downloading... |
491 | 2024-02-21T00:20:17.225Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-21T00:20:17.225Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
493 | 2024-02-21T00:20:19.413Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
494 | 2024-02-21T00:20:19.413Z | ++ case "$OSTYPE" in |
495 | 2024-02-21T00:20:19.425Z | ++ SHA=sha256sum |
496 | 2024-02-21T00:20:19.425Z | ++ sha256sum |
497 | 2024-02-21T00:20:19.425Z | ++ awk '{print $1}' |
498 | 2024-02-21T00:20:19.425Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
499 | 2024-02-21T00:20:19.425Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
500 | 2024-02-21T00:20:19.425Z | + set -o errexit |
501 | 2024-02-21T00:20:19.435Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2024-02-21T00:20:19.435Z | ++ cd ./tools |
503 | 2024-02-21T00:20:19.435Z | ++ pwd |
504 | 2024-02-21T00:20:19.435Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2024-02-21T00:20:19.435Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2024-02-21T00:20:19.435Z | + ARG0=ci_download_dendrite_stub |
507 | 2024-02-21T00:20:19.436Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2024-02-21T00:20:19.436Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
509 | 2024-02-21T00:20:19.436Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
510 | 2024-02-21T00:20:19.436Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
511 | 2024-02-21T00:20:19.436Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2024-02-21T00:20:19.436Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
513 | 2024-02-21T00:20:19.436Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
514 | 2024-02-21T00:20:19.436Z | + TARGET_DIR=out |
515 | 2024-02-21T00:20:19.436Z | + DOWNLOAD_DIR=out/downloads |
516 | 2024-02-21T00:20:19.436Z | + DEST_DIR=./out/dendrite-stub |
517 | 2024-02-21T00:20:19.436Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2024-02-21T00:20:19.436Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2024-02-21T00:20:19.436Z | + REPO=oxidecomputer/dendrite |
520 | 2024-02-21T00:20:19.436Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
521 | 2024-02-21T00:20:19.436Z | + main |
522 | 2024-02-21T00:20:19.437Z | + [[ 0 != 0 ]] |
523 | 2024-02-21T00:20:19.437Z | + CIDL_OS=solaris2.11 |
524 | 2024-02-21T00:20:19.437Z | + [[ 0 != 0 ]] |
525 | 2024-02-21T00:20:19.437Z | + configure_os solaris2.11 |
526 | 2024-02-21T00:20:19.437Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2024-02-21T00:20:19.437Z | current directory: /work/oxidecomputer/omicron |
528 | 2024-02-21T00:20:19.437Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2024-02-21T00:20:19.437Z | + case "$1" in |
530 | 2024-02-21T00:20:19.437Z | configuring based on OS: "solaris2.11" |
531 | 2024-02-21T00:20:19.437Z | + SET_BINARIES= |
532 | 2024-02-21T00:20:19.437Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
533 | 2024-02-21T00:20:19.437Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2024-02-21T00:20:19.437Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2024-02-21T00:20:19.437Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
536 | 2024-02-21T00:20:19.437Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2024-02-21T00:20:19.437Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
538 | 2024-02-21T00:20:19.438Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
539 | 2024-02-21T00:20:19.438Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2024-02-21T00:20:19.438Z | + mkdir -p out/downloads |
541 | 2024-02-21T00:20:19.438Z | Local file: out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-21T00:20:19.438Z | + mkdir -p ./out/dendrite-stub |
543 | 2024-02-21T00:20:19.445Z | + fetch_and_verify |
544 | 2024-02-21T00:20:19.446Z | + local DO_DOWNLOAD=true |
545 | 2024-02-21T00:20:19.446Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2024-02-21T00:20:19.446Z | + '[' true == true ']' |
547 | 2024-02-21T00:20:19.446Z | + echo Downloading... |
548 | 2024-02-21T00:20:19.446Z | Downloading... |
549 | 2024-02-21T00:20:19.446Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-21T00:20:19.446Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
551 | 2024-02-21T00:20:35.265Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-21T00:20:35.281Z | ++ sha256sum |
553 | 2024-02-21T00:20:35.281Z | ++ awk '{print $1}' |
554 | 2024-02-21T00:20:35.281Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
555 | 2024-02-21T00:20:35.281Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
556 | 2024-02-21T00:20:35.281Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-21T00:20:35.282Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2024-02-21T00:20:35.973Z | + do_assemble |
559 | 2024-02-21T00:20:35.973Z | + rm -r ./out/dendrite-stub |
560 | 2024-02-21T00:20:36.865Z | + mkdir ./out/dendrite-stub |
561 | 2024-02-21T00:20:36.865Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2024-02-21T00:20:36.865Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2024-02-21T00:20:36.865Z | + set -o errexit |
564 | 2024-02-21T00:20:36.865Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2024-02-21T00:20:36.865Z | ++ cd ./tools |
566 | 2024-02-21T00:20:36.866Z | ++ pwd |
567 | 2024-02-21T00:20:36.866Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2024-02-21T00:20:36.866Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2024-02-21T00:20:36.866Z | + ARG0=ci_download_maghemite_mgd |
570 | 2024-02-21T00:20:36.866Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2024-02-21T00:20:36.866Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
572 | 2024-02-21T00:20:36.866Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
573 | 2024-02-21T00:20:36.866Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2024-02-21T00:20:36.866Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
575 | 2024-02-21T00:20:36.867Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
576 | 2024-02-21T00:20:36.867Z | + TARGET_DIR=out |
577 | 2024-02-21T00:20:36.867Z | + DOWNLOAD_DIR=out/downloads |
578 | 2024-02-21T00:20:36.867Z | + DEST_DIR=./out/mgd |
579 | 2024-02-21T00:20:36.867Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2024-02-21T00:20:36.867Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2024-02-21T00:20:36.867Z | + REPO=oxidecomputer/maghemite |
582 | 2024-02-21T00:20:36.867Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
583 | 2024-02-21T00:20:36.867Z | + main |
584 | 2024-02-21T00:20:36.867Z | + [[ 0 != 0 ]] |
585 | 2024-02-21T00:20:36.867Z | + CIDL_OS=solaris2.11 |
586 | 2024-02-21T00:20:36.867Z | + [[ 0 != 0 ]] |
587 | 2024-02-21T00:20:36.867Z | + configure_os solaris2.11 |
588 | 2024-02-21T00:20:36.867Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2024-02-21T00:20:36.867Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2024-02-21T00:20:36.868Z | + case "$1" in |
591 | 2024-02-21T00:20:36.868Z | + SET_BINARIES= |
592 | 2024-02-21T00:20:36.868Z | current directory: /work/oxidecomputer/omicron |
593 | 2024-02-21T00:20:36.868Z | configuring based on OS: "solaris2.11" |
594 | 2024-02-21T00:20:36.868Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2024-02-21T00:20:36.868Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2024-02-21T00:20:36.868Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
597 | 2024-02-21T00:20:36.868Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2024-02-21T00:20:36.868Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
599 | 2024-02-21T00:20:36.868Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
600 | 2024-02-21T00:20:36.868Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
601 | 2024-02-21T00:20:36.868Z | + mkdir -p out/downloads |
602 | 2024-02-21T00:20:36.869Z | Local file: out/downloads/mgd.tar.gz |
603 | 2024-02-21T00:20:36.869Z | + mkdir -p ./out/mgd |
604 | 2024-02-21T00:20:36.869Z | + fetch_and_verify |
605 | 2024-02-21T00:20:36.869Z | + local DO_DOWNLOAD=true |
606 | 2024-02-21T00:20:36.869Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2024-02-21T00:20:36.869Z | + '[' true == true ']' |
608 | 2024-02-21T00:20:36.869Z | + echo Downloading... |
609 | 2024-02-21T00:20:36.869Z | Downloading... |
610 | 2024-02-21T00:20:36.870Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2024-02-21T00:20:36.870Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
612 | 2024-02-21T00:20:50.128Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2024-02-21T00:20:50.128Z | ++ sha256sum |
614 | 2024-02-21T00:20:50.128Z | ++ awk '{print $1}' |
615 | 2024-02-21T00:20:50.128Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
616 | 2024-02-21T00:20:50.128Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
617 | 2024-02-21T00:20:50.128Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2024-02-21T00:20:50.128Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2024-02-21T00:20:50.129Z | + do_assemble |
620 | 2024-02-21T00:20:50.129Z | + rm -r ./out/mgd |
621 | 2024-02-21T00:20:50.129Z | + mkdir ./out/mgd |
622 | 2024-02-21T00:20:50.129Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2024-02-21T00:20:50.129Z | + set -o errexit |
624 | 2024-02-21T00:20:50.129Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2024-02-21T00:20:50.129Z | ++ cd ./tools |
626 | 2024-02-21T00:20:50.129Z | ++ pwd |
627 | 2024-02-21T00:20:50.129Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2024-02-21T00:20:50.129Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2024-02-21T00:20:50.129Z | + ARG0=ci_download_transceiver_control |
630 | 2024-02-21T00:20:50.129Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2024-02-21T00:20:50.130Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2024-02-21T00:20:50.130Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2024-02-21T00:20:50.130Z | + TARGET_DIR=out |
634 | 2024-02-21T00:20:50.130Z | + DOWNLOAD_DIR=out/downloads |
635 | 2024-02-21T00:20:50.130Z | + DEST_DIR=./out/transceiver-control |
636 | 2024-02-21T00:20:50.130Z | + BIN_DIR=/opt/oxide/bin |
637 | 2024-02-21T00:20:50.130Z | + BINARY=xcvradm |
638 | 2024-02-21T00:20:50.130Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2024-02-21T00:20:50.130Z | + REPO=oxidecomputer/transceiver-control |
640 | 2024-02-21T00:20:50.130Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2024-02-21T00:20:50.131Z | + main |
642 | 2024-02-21T00:20:50.131Z | + [[ 0 != 0 ]] |
643 | 2024-02-21T00:20:50.131Z | + CIDL_OS=solaris2.11 |
644 | 2024-02-21T00:20:50.131Z | + [[ 0 != 0 ]] |
645 | 2024-02-21T00:20:50.131Z | + configure_os solaris2.11 |
646 | 2024-02-21T00:20:50.131Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2024-02-21T00:20:50.131Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2024-02-21T00:20:50.131Z | current directory: /work/oxidecomputer/omicron |
649 | 2024-02-21T00:20:50.131Z | configuring based on OS: "solaris2.11" |
650 | 2024-02-21T00:20:50.131Z | + case "$1" in |
651 | 2024-02-21T00:20:50.131Z | + SET_BINARIES= |
652 | 2024-02-21T00:20:50.132Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2024-02-21T00:20:50.132Z | + CIDL_SHA256FUNC=do_sha256sum |
654 | 2024-02-21T00:20:50.132Z | + ARCHIVE_FILENAME=xcvradm.gz |
655 | 2024-02-21T00:20:50.132Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2024-02-21T00:20:50.132Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2024-02-21T00:20:50.132Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2024-02-21T00:20:50.132Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2024-02-21T00:20:50.132Z | Local file: out/downloads/xcvradm.gz |
660 | 2024-02-21T00:20:50.132Z | + echo 'Local file: out/downloads/xcvradm.gz' |
661 | 2024-02-21T00:20:50.133Z | + mkdir -p out/downloads |
662 | 2024-02-21T00:20:50.133Z | + mkdir -p ./out/transceiver-control |
663 | 2024-02-21T00:20:50.133Z | + fetch_and_verify |
664 | 2024-02-21T00:20:50.133Z | + local DO_DOWNLOAD=true |
665 | 2024-02-21T00:20:50.133Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2024-02-21T00:20:50.133Z | + '[' true == true ']' |
667 | 2024-02-21T00:20:50.133Z | + echo Downloading... |
668 | 2024-02-21T00:20:50.133Z | Downloading... |
669 | 2024-02-21T00:20:50.133Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2024-02-21T00:20:50.133Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
671 | 2024-02-21T00:20:52.186Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2024-02-21T00:20:52.214Z | ++ sha256sum |
673 | 2024-02-21T00:20:52.214Z | ++ awk '{print $1}' |
674 | 2024-02-21T00:20:52.214Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-02-21T00:20:52.214Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
676 | 2024-02-21T00:20:52.214Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2024-02-21T00:20:52.214Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2024-02-21T00:20:52.214Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2024-02-21T00:20:52.323Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2024-02-21T00:20:52.343Z | + do_assemble |
681 | 2024-02-21T00:20:52.344Z | + rm -r ./out/transceiver-control |
682 | 2024-02-21T00:20:52.344Z | + mkdir ./out/transceiver-control |
683 | 2024-02-21T00:20:52.344Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2024-02-21T00:20:52.496Z | All prerequisites installed successfully |
685 | 2024-02-21T00:20:52.503Z | |
686 | 2024-02-21T00:20:52.503Z | real 2:30.794628699 |
687 | 2024-02-21T00:20:52.503Z | user 36.081742179 |
688 | 2024-02-21T00:20:52.503Z | sys 6.785245425 |
689 | 2024-02-21T00:20:52.504Z | trap 0.009633654 |
690 | 2024-02-21T00:20:52.504Z | tflt 0.363757499 |
691 | 2024-02-21T00:20:52.504Z | dflt 0.930668364 |
692 | 2024-02-21T00:20:52.504Z | kflt 0.335137327 |
693 | 2024-02-21T00:20:52.504Z | lock 1.537458044 |
694 | 2024-02-21T00:20:52.504Z | slp 5:19.175404113 |
695 | 2024-02-21T00:20:52.505Z | lat 1.752504428 |
696 | 2024-02-21T00:20:52.505Z | stop 0.136302935 |
697 | 2024-02-21T00:20:52.505Z | + banner end-to-end-tests |
698 | 2024-02-21T00:20:52.618Z | |
699 | 2024-02-21T00:20:52.619Z | ###### # # ##### ##### #### ###### # # ##### |
700 | 2024-02-21T00:20:52.619Z | # ## # # # # # # # ## # # # |
701 | 2024-02-21T00:20:52.619Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
702 | 2024-02-21T00:20:52.619Z | # # # # # # # # # # # # # # # |
703 | 2024-02-21T00:20:52.619Z | # # ## # # # # # # # ## # # |
704 | 2024-02-21T00:20:52.620Z | ###### # # ##### # #### ###### # # ##### |
705 | 2024-02-21T00:20:52.620Z | |
706 | 2024-02-21T00:20:52.640Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2024-02-21T00:20:52.640Z | + CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2024-02-21T00:20:52.641Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2024-02-21T00:20:52.641Z | + CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2024-02-21T00:20:52.641Z | + export CARGO_INCREMENTAL=0 |
711 | 2024-02-21T00:20:52.641Z | + CARGO_INCREMENTAL=0 |
712 | 2024-02-21T00:20:52.641Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
713 | 2024-02-21T00:20:52.829Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
714 | 2024-02-21T00:20:53.264Z | Updating git repository `https://github.com/oxidecomputer/samael` |
715 | 2024-02-21T00:20:53.680Z | Updating crates.io index |
716 | 2024-02-21T00:20:53.683Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
717 | 2024-02-21T00:20:54.652Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
718 | 2024-02-21T00:20:56.581Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
719 | 2024-02-21T00:20:58.013Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
720 | 2024-02-21T00:20:58.538Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
721 | 2024-02-21T00:20:59.343Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
722 | 2024-02-21T00:20:59.371Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
723 | 2024-02-21T00:21:00.271Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
724 | 2024-02-21T00:21:02.633Z | Updating git repository `https://github.com/oxidecomputer/opte` |
725 | 2024-02-21T00:21:03.729Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
726 | 2024-02-21T00:21:03.848Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2024-02-21T00:21:04.830Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
728 | 2024-02-21T00:21:04.968Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-02-21T00:21:05.779Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2024-02-21T00:21:05.878Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2024-02-21T00:21:06.439Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2024-02-21T00:21:07.082Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
733 | 2024-02-21T00:21:07.463Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
734 | 2024-02-21T00:21:08.025Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
735 | 2024-02-21T00:21:08.580Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
736 | 2024-02-21T00:21:08.888Z | Updating git repository `https://github.com/jgallagher/nix` |
737 | 2024-02-21T00:21:10.041Z | Updating git repository `https://github.com/cbiffle/hubpack` |
738 | 2024-02-21T00:21:10.628Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2024-02-21T00:21:12.282Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2024-02-21T00:21:12.623Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2024-02-21T00:21:12.915Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2024-02-21T00:21:14.513Z | Downloading crates ... |
743 | 2024-02-21T00:21:14.762Z | Downloaded crossbeam-deque v0.8.3 |
744 | 2024-02-21T00:21:14.767Z | Downloaded atomicwrites v0.4.3 |
745 | 2024-02-21T00:21:14.767Z | Downloaded ciborium v0.2.2 |
746 | 2024-02-21T00:21:14.767Z | Downloaded darling_macro v0.20.3 |
747 | 2024-02-21T00:21:14.780Z | Downloaded ctr v0.9.2 |
748 | 2024-02-21T00:21:14.780Z | Downloaded aead v0.5.2 |
749 | 2024-02-21T00:21:14.780Z | Downloaded crypto-common v0.1.6 |
750 | 2024-02-21T00:21:14.795Z | Downloaded block-padding v0.3.3 |
751 | 2024-02-21T00:21:14.795Z | Downloaded debug-ignore v1.0.5 |
752 | 2024-02-21T00:21:14.795Z | Downloaded crossbeam-channel v0.5.8 |
753 | 2024-02-21T00:21:14.805Z | Downloaded lazy_static v1.4.0 |
754 | 2024-02-21T00:21:14.805Z | Downloaded pem v3.0.2 |
755 | 2024-02-21T00:21:14.805Z | Downloaded clap_derive v4.5.0 |
756 | 2024-02-21T00:21:14.805Z | Downloaded darling v0.20.3 |
757 | 2024-02-21T00:21:14.805Z | Downloaded curve25519-dalek-derive v0.1.0 |
758 | 2024-02-21T00:21:14.805Z | Downloaded bitflags v2.4.0 |
759 | 2024-02-21T00:21:14.815Z | Downloaded phf_shared v0.11.2 |
760 | 2024-02-21T00:21:14.815Z | Downloaded pest_meta v2.7.6 |
761 | 2024-02-21T00:21:14.823Z | Downloaded derive-where v1.2.7 |
762 | 2024-02-21T00:21:14.823Z | Downloaded cstr-argument v0.1.2 |
763 | 2024-02-21T00:21:14.824Z | Downloaded async-stream-impl v0.3.5 |
764 | 2024-02-21T00:21:14.824Z | Downloaded atty v0.2.14 |
765 | 2024-02-21T00:21:15.240Z | Downloaded nibble_vec v0.1.0 |
766 | 2024-02-21T00:21:15.240Z | Downloaded normalize-line-endings v0.3.0 |
767 | 2024-02-21T00:21:15.240Z | Downloaded new_debug_unreachable v1.0.4 |
768 | 2024-02-21T00:21:15.240Z | Downloaded option-ext v0.2.0 |
769 | 2024-02-21T00:21:15.240Z | Downloaded clap v4.5.0 |
770 | 2024-02-21T00:21:15.252Z | Downloaded num_enum_derive v0.5.11 |
771 | 2024-02-21T00:21:15.252Z | Downloaded openssl-macros v0.1.1 |
772 | 2024-02-21T00:21:15.253Z | Downloaded match_cfg v0.1.0 |
773 | 2024-02-21T00:21:15.253Z | Downloaded num_enum v0.5.11 |
774 | 2024-02-21T00:21:15.253Z | Downloaded num_threads v0.1.6 |
775 | 2024-02-21T00:21:15.253Z | Downloaded colorchoice v1.0.0 |
776 | 2024-02-21T00:21:15.253Z | Downloaded newtype_derive v0.1.6 |
777 | 2024-02-21T00:21:15.253Z | Downloaded num-iter v0.1.43 |
778 | 2024-02-21T00:21:15.253Z | Downloaded constant_time_eq v0.3.0 |
779 | 2024-02-21T00:21:15.253Z | Downloaded libsw v3.3.1 |
780 | 2024-02-21T00:21:15.253Z | Downloaded num_cpus v1.16.0 |
781 | 2024-02-21T00:21:15.253Z | Downloaded anstyle-query v1.0.0 |
782 | 2024-02-21T00:21:15.253Z | Downloaded phf v0.11.2 |
783 | 2024-02-21T00:21:15.254Z | Downloaded autocfg v1.1.0 |
784 | 2024-02-21T00:21:15.254Z | Downloaded md-5 v0.10.5 |
785 | 2024-02-21T00:21:15.254Z | Downloaded async-stream v0.3.5 |
786 | 2024-02-21T00:21:15.254Z | Downloaded strum v0.26.1 |
787 | 2024-02-21T00:21:15.254Z | Downloaded der_derive v0.7.2 |
788 | 2024-02-21T00:21:15.254Z | Downloaded memmap2 v0.7.1 |
789 | 2024-02-21T00:21:15.254Z | Downloaded log v0.4.20 |
790 | 2024-02-21T00:21:15.254Z | Downloaded poly1305 v0.8.0 |
791 | 2024-02-21T00:21:15.254Z | Downloaded equivalent v1.0.1 |
792 | 2024-02-21T00:21:15.255Z | Downloaded diesel_table_macro_syntax v0.1.0 |
793 | 2024-02-21T00:21:15.255Z | Downloaded der v0.7.8 |
794 | 2024-02-21T00:21:15.255Z | Downloaded cipher v0.4.4 |
795 | 2024-02-21T00:21:15.255Z | Downloaded base16ct v0.2.0 |
796 | 2024-02-21T00:21:15.255Z | Downloaded kstat-rs v0.2.3 |
797 | 2024-02-21T00:21:15.255Z | Downloaded deranged v0.3.8 |
798 | 2024-02-21T00:21:15.255Z | Downloaded colored v2.0.4 |
799 | 2024-02-21T00:21:15.256Z | Downloaded parse-display-derive v0.9.0 |
800 | 2024-02-21T00:21:15.256Z | Downloaded version_check v0.9.4 |
801 | 2024-02-21T00:21:15.256Z | Downloaded bit-set v0.5.3 |
802 | 2024-02-21T00:21:15.256Z | Downloaded anstyle v1.0.2 |
803 | 2024-02-21T00:21:15.256Z | Downloaded ciborium-ll v0.2.2 |
804 | 2024-02-21T00:21:15.256Z | Downloaded predicates-core v1.0.6 |
805 | 2024-02-21T00:21:15.256Z | Downloaded chacha20 v0.9.1 |
806 | 2024-02-21T00:21:15.256Z | Downloaded pbkdf2 v0.11.0 |
807 | 2024-02-21T00:21:15.256Z | Downloaded defmt-parser v0.3.3 |
808 | 2024-02-21T00:21:15.256Z | Downloaded omicron-zone-package v0.11.0 |
809 | 2024-02-21T00:21:15.256Z | Downloaded usdt-attr-macro v0.5.0 |
810 | 2024-02-21T00:21:15.257Z | Downloaded byteorder v1.5.0 |
811 | 2024-02-21T00:21:15.257Z | Downloaded libefi-sys v0.1.0 |
812 | 2024-02-21T00:21:15.257Z | Downloaded tower-service v0.3.2 |
813 | 2024-02-21T00:21:15.257Z | Downloaded terminal_size v0.3.0 |
814 | 2024-02-21T00:21:15.257Z | Downloaded structmeta v0.3.0 |
815 | 2024-02-21T00:21:15.257Z | Downloaded strsim v0.8.0 |
816 | 2024-02-21T00:21:15.257Z | Downloaded linear-map v1.2.0 |
817 | 2024-02-21T00:21:15.258Z | Downloaded structopt-derive v0.4.18 |
818 | 2024-02-21T00:21:15.258Z | Downloaded textwrap v0.11.0 |
819 | 2024-02-21T00:21:15.258Z | Downloaded paste v1.0.14 |
820 | 2024-02-21T00:21:15.258Z | Downloaded unicode-width v0.1.11 |
821 | 2024-02-21T00:21:15.258Z | Downloaded fxhash v0.2.1 |
822 | 2024-02-21T00:21:15.258Z | Downloaded thread-id v4.2.0 |
823 | 2024-02-21T00:21:15.258Z | Downloaded futures-io v0.3.30 |
824 | 2024-02-21T00:21:15.258Z | Downloaded toolchain_find v0.2.0 |
825 | 2024-02-21T00:21:15.258Z | Downloaded scroll_derive v0.12.0 |
826 | 2024-02-21T00:21:15.258Z | Downloaded password-hash v0.4.2 |
827 | 2024-02-21T00:21:15.258Z | Downloaded console v0.15.8 |
828 | 2024-02-21T00:21:15.258Z | Downloaded crc32fast v1.3.2 |
829 | 2024-02-21T00:21:15.259Z | Downloaded cpufeatures v0.2.12 |
830 | 2024-02-21T00:21:15.259Z | Downloaded itoa v1.0.9 |
831 | 2024-02-21T00:21:15.259Z | Downloaded utf8parse v0.2.1 |
832 | 2024-02-21T00:21:15.259Z | Downloaded atomic-waker v1.1.1 |
833 | 2024-02-21T00:21:15.259Z | Downloaded native-tls v0.2.11 |
834 | 2024-02-21T00:21:15.259Z | Downloaded anyhow v1.0.75 |
835 | 2024-02-21T00:21:15.259Z | Downloaded zone_cfg_derive v0.3.0 |
836 | 2024-02-21T00:21:15.259Z | Downloaded time-macros v0.2.13 |
837 | 2024-02-21T00:21:15.259Z | Downloaded lock_api v0.4.10 |
838 | 2024-02-21T00:21:15.260Z | Downloaded ed25519 v2.2.2 |
839 | 2024-02-21T00:21:15.260Z | Downloaded parking_lot v0.11.2 |
840 | 2024-02-21T00:21:15.260Z | Downloaded quick-error v1.2.3 |
841 | 2024-02-21T00:21:15.260Z | Downloaded pin-utils v0.1.0 |
842 | 2024-02-21T00:21:15.260Z | Downloaded pest_derive v2.7.6 |
843 | 2024-02-21T00:21:15.260Z | Downloaded swrite v0.1.0 |
844 | 2024-02-21T00:21:15.260Z | Downloaded multer v3.0.0 |
845 | 2024-02-21T00:21:15.260Z | Downloaded owo-colors v4.0.0 |
846 | 2024-02-21T00:21:15.260Z | Downloaded xattr v1.0.1 |
847 | 2024-02-21T00:21:15.260Z | Downloaded dtrace-parser v0.1.14 |
848 | 2024-02-21T00:21:15.260Z | Downloaded want v0.3.1 |
849 | 2024-02-21T00:21:15.260Z | Downloaded futures-task v0.3.30 |
850 | 2024-02-21T00:21:15.260Z | Downloaded postgres-types v0.2.6 |
851 | 2024-02-21T00:21:15.260Z | Downloaded minimal-lexical v0.2.1 |
852 | 2024-02-21T00:21:15.260Z | Downloaded fixedbitset v0.4.2 |
853 | 2024-02-21T00:21:15.260Z | Downloaded heck v0.4.1 |
854 | 2024-02-21T00:21:15.260Z | Downloaded crossbeam-epoch v0.9.15 |
855 | 2024-02-21T00:21:15.260Z | Downloaded argon2 v0.5.3 |
856 | 2024-02-21T00:21:15.260Z | Downloaded const-oid v0.9.5 |
857 | 2024-02-21T00:21:15.260Z | Downloaded semver-parser v0.10.2 |
858 | 2024-02-21T00:21:15.260Z | Downloaded heck v0.3.3 |
859 | 2024-02-21T00:21:15.260Z | Downloaded rand_chacha v0.2.2 |
860 | 2024-02-21T00:21:15.261Z | Downloaded resolv-conf v0.7.0 |
861 | 2024-02-21T00:21:15.261Z | Downloaded parking_lot_core v0.9.8 |
862 | 2024-02-21T00:21:15.261Z | Downloaded arc-swap v1.6.0 |
863 | 2024-02-21T00:21:15.261Z | Downloaded zerocopy v0.3.0 |
864 | 2024-02-21T00:21:15.261Z | Downloaded filetime v0.2.23 |
865 | 2024-02-21T00:21:15.261Z | Downloaded rustc-demangle v0.1.23 |
866 | 2024-02-21T00:21:15.262Z | Downloaded rand_chacha v0.3.1 |
867 | 2024-02-21T00:21:15.262Z | Downloaded slog-async v2.8.0 |
868 | 2024-02-21T00:21:15.262Z | Downloaded ff v0.13.0 |
869 | 2024-02-21T00:21:15.262Z | Downloaded toml v0.5.11 |
870 | 2024-02-21T00:21:15.287Z | Downloaded postcard v1.0.8 |
871 | 2024-02-21T00:21:15.287Z | Downloaded getopts v0.2.21 |
872 | 2024-02-21T00:21:15.287Z | Downloaded foreign-types v0.3.2 |
873 | 2024-02-21T00:21:15.287Z | Downloaded waitgroup v0.1.2 |
874 | 2024-02-21T00:21:15.288Z | Downloaded zone v0.3.0 |
875 | 2024-02-21T00:21:15.288Z | Downloaded semver v0.1.20 |
876 | 2024-02-21T00:21:15.288Z | Downloaded password-hash v0.5.0 |
877 | 2024-02-21T00:21:15.288Z | Downloaded display-error-chain v0.2.0 |
878 | 2024-02-21T00:21:15.288Z | Downloaded schemars_derive v0.8.16 |
879 | 2024-02-21T00:21:15.288Z | Downloaded bytes v1.5.0 |
880 | 2024-02-21T00:21:15.289Z | Downloaded unicase v2.7.0 |
881 | 2024-02-21T00:21:15.289Z | Downloaded subtle v2.5.0 |
882 | 2024-02-21T00:21:15.289Z | Downloaded enum-as-inner v0.5.1 |
883 | 2024-02-21T00:21:15.289Z | Downloaded usdt v0.5.0 |
884 | 2024-02-21T00:21:15.289Z | Downloaded serde_spanned v0.6.5 |
885 | 2024-02-21T00:21:15.289Z | Downloaded yasna v0.5.2 |
886 | 2024-02-21T00:21:15.289Z | Downloaded crypto-bigint v0.5.2 |
887 | 2024-02-21T00:21:15.290Z | Downloaded hostname v0.3.1 |
888 | 2024-02-21T00:21:15.290Z | Downloaded smf v0.2.2 |
889 | 2024-02-21T00:21:15.290Z | Downloaded unicode-xid v0.2.4 |
890 | 2024-02-21T00:21:15.290Z | Downloaded rustls-pemfile v2.1.0 |
891 | 2024-02-21T00:21:15.290Z | Downloaded diesel_derives v2.1.2 |
892 | 2024-02-21T00:21:15.290Z | Downloaded serde_tokenstream v0.1.7 |
893 | 2024-02-21T00:21:15.290Z | Downloaded foreign-types-macros v0.2.3 |
894 | 2024-02-21T00:21:15.290Z | Downloaded signal-hook-mio v0.2.3 |
895 | 2024-02-21T00:21:15.291Z | Downloaded backtrace v0.3.69 |
896 | 2024-02-21T00:21:15.291Z | Downloaded inout v0.1.3 |
897 | 2024-02-21T00:21:15.291Z | Downloaded is-terminal v0.4.9 |
898 | 2024-02-21T00:21:15.291Z | Downloaded smallvec v1.13.1 |
899 | 2024-02-21T00:21:15.291Z | Downloaded rustc_version v0.4.0 |
900 | 2024-02-21T00:21:15.291Z | Downloaded zeroize v1.7.0 |
901 | 2024-02-21T00:21:15.291Z | Downloaded same-file v1.0.6 |
902 | 2024-02-21T00:21:15.291Z | Downloaded elliptic-curve v0.13.8 |
903 | 2024-02-21T00:21:15.291Z | Downloaded fastrand v2.0.1 |
904 | 2024-02-21T00:21:15.291Z | Downloaded ghash v0.5.0 |
905 | 2024-02-21T00:21:15.291Z | Downloaded serde_urlencoded v0.7.1 |
906 | 2024-02-21T00:21:15.291Z | Downloaded tinyvec_macros v0.1.1 |
907 | 2024-02-21T00:21:15.292Z | Downloaded foreign-types-shared v0.1.1 |
908 | 2024-02-21T00:21:15.292Z | Downloaded strsim v0.11.0 |
909 | 2024-02-21T00:21:15.292Z | Downloaded proc-macro-error-attr v1.0.4 |
910 | 2024-02-21T00:21:15.292Z | Downloaded tokio-stream v0.1.14 |
911 | 2024-02-21T00:21:15.292Z | Downloaded digest v0.10.7 |
912 | 2024-02-21T00:21:15.292Z | Downloaded keccak v0.1.4 |
913 | 2024-02-21T00:21:15.292Z | Downloaded strsim v0.10.0 |
914 | 2024-02-21T00:21:15.292Z | Downloaded primeorder v0.13.6 |
915 | 2024-02-21T00:21:15.292Z | Downloaded thiserror-impl-no-std v2.0.2 |
916 | 2024-02-21T00:21:15.292Z | Downloaded term v0.7.0 |
917 | 2024-02-21T00:21:15.292Z | Downloaded unicode-ident v1.0.12 |
918 | 2024-02-21T00:21:15.292Z | Downloaded num-bigint v0.4.4 |
919 | 2024-02-21T00:21:15.292Z | Downloaded fallible-iterator v0.2.0 |
920 | 2024-02-21T00:21:15.293Z | Downloaded glob v0.3.1 |
921 | 2024-02-21T00:21:15.293Z | Downloaded serde_repr v0.1.16 |
922 | 2024-02-21T00:21:15.293Z | Downloaded rustls-pemfile v1.0.3 |
923 | 2024-02-21T00:21:15.293Z | Downloaded spki v0.7.2 |
924 | 2024-02-21T00:21:15.293Z | Downloaded base64 v0.21.7 |
925 | 2024-02-21T00:21:15.293Z | Downloaded rayon-core v1.12.0 |
926 | 2024-02-21T00:21:15.293Z | Downloaded tokio-postgres v0.7.10 |
927 | 2024-02-21T00:21:15.293Z | Downloaded headers-core v0.2.0 |
928 | 2024-02-21T00:21:15.293Z | Downloaded secrecy v0.8.0 |
929 | 2024-02-21T00:21:15.293Z | Downloaded dirs-next v2.0.0 |
930 | 2024-02-21T00:21:15.293Z | Downloaded dirs v5.0.1 |
931 | 2024-02-21T00:21:15.293Z | Downloaded rustls-pki-types v1.3.0 |
932 | 2024-02-21T00:21:15.294Z | Downloaded subprocess v0.2.9 |
933 | 2024-02-21T00:21:15.294Z | Downloaded structmeta-derive v0.3.0 |
934 | 2024-02-21T00:21:15.294Z | Downloaded utf-8 v0.7.6 |
935 | 2024-02-21T00:21:15.294Z | Downloaded proc-macro-error v1.0.4 |
936 | 2024-02-21T00:21:15.294Z | Downloaded foreign-types-shared v0.3.1 |
937 | 2024-02-21T00:21:15.294Z | Downloaded semver v0.11.0 |
938 | 2024-02-21T00:21:15.294Z | Downloaded string_cache v0.8.7 |
939 | 2024-02-21T00:21:15.294Z | Downloaded serde_derive_internals v0.26.0 |
940 | 2024-02-21T00:21:15.294Z | Downloaded rfc6979 v0.4.0 |
941 | 2024-02-21T00:21:15.294Z | Downloaded ipnetwork v0.20.0 |
942 | 2024-02-21T00:21:15.294Z | Downloaded typenum v1.16.0 |
943 | 2024-02-21T00:21:15.294Z | Downloaded fnv v1.0.7 |
944 | 2024-02-21T00:21:15.295Z | Downloaded hash32 v0.3.1 |
945 | 2024-02-21T00:21:15.295Z | Downloaded hex v0.4.3 |
946 | 2024-02-21T00:21:15.295Z | Downloaded dirs-sys-next v0.1.2 |
947 | 2024-02-21T00:21:15.295Z | Downloaded futures-macro v0.3.30 |
948 | 2024-02-21T00:21:15.295Z | Downloaded headers v0.3.9 |
949 | 2024-02-21T00:21:15.295Z | Downloaded hubpack_derive v0.1.1 |
950 | 2024-02-21T00:21:15.295Z | Downloaded ident_case v1.0.1 |
951 | 2024-02-21T00:21:15.295Z | Downloaded trust-dns-server v0.22.1 |
952 | 2024-02-21T00:21:15.295Z | Downloaded universal-hash v0.5.1 |
953 | 2024-02-21T00:21:15.295Z | Downloaded sha2 v0.10.8 |
954 | 2024-02-21T00:21:15.295Z | Downloaded take_mut v0.2.2 |
955 | 2024-02-21T00:21:15.295Z | Downloaded futures v0.3.30 |
956 | 2024-02-21T00:21:15.295Z | Downloaded tokio-rustls v0.25.0 |
957 | 2024-02-21T00:21:15.296Z | Downloaded stable_deref_trait v1.2.0 |
958 | 2024-02-21T00:21:15.296Z | Downloaded endian-type v0.1.2 |
959 | 2024-02-21T00:21:15.296Z | Downloaded dyn-clone v1.0.16 |
960 | 2024-02-21T00:21:15.296Z | Downloaded strum_macros v0.26.1 |
961 | 2024-02-21T00:21:15.296Z | Downloaded scopeguard v1.2.0 |
962 | 2024-02-21T00:21:15.296Z | Downloaded untrusted v0.7.1 |
963 | 2024-02-21T00:21:15.296Z | Downloaded slog-json v2.6.1 |
964 | 2024-02-21T00:21:15.296Z | Downloaded tokio-macros v2.2.0 |
965 | 2024-02-21T00:21:15.296Z | Downloaded thread_local v1.1.7 |
966 | 2024-02-21T00:21:15.296Z | Downloaded hash32 v0.2.1 |
967 | 2024-02-21T00:21:15.296Z | Downloaded tracing v0.1.37 |
968 | 2024-02-21T00:21:15.296Z | Downloaded russh-cryptovec v0.7.0 |
969 | 2024-02-21T00:21:15.296Z | Downloaded crucible-workspace-hack v0.1.0 |
970 | 2024-02-21T00:21:15.314Z | Downloaded proc-macro-crate v1.3.1 |
971 | 2024-02-21T00:21:15.315Z | Downloaded signal-hook v0.3.17 |
972 | 2024-02-21T00:21:15.315Z | Downloaded petgraph v0.6.4 |
973 | 2024-02-21T00:21:15.315Z | Downloaded signature v2.1.0 |
974 | 2024-02-21T00:21:15.315Z | Downloaded gethostname v0.4.3 |
975 | 2024-02-21T00:21:15.315Z | Downloaded generic-array v0.14.7 |
976 | 2024-02-21T00:21:15.315Z | Downloaded zeroize_derive v1.4.2 |
977 | 2024-02-21T00:21:15.315Z | Downloaded siphasher v0.3.11 |
978 | 2024-02-21T00:21:15.315Z | Downloaded topological-sort v0.2.2 |
979 | 2024-02-21T00:21:15.315Z | Downloaded thiserror-no-std v2.0.2 |
980 | 2024-02-21T00:21:15.315Z | Downloaded rustc_version v0.1.7 |
981 | 2024-02-21T00:21:15.316Z | Downloaded embedded-io v0.4.0 |
982 | 2024-02-21T00:21:15.316Z | Downloaded httparse v1.8.0 |
983 | 2024-02-21T00:21:15.316Z | Downloaded dof v0.1.5 |
984 | 2024-02-21T00:21:15.316Z | Downloaded aes v0.8.3 |
985 | 2024-02-21T00:21:15.316Z | Downloaded r2d2 v0.8.10 |
986 | 2024-02-21T00:21:15.345Z | Downloaded tinyvec v1.6.0 |
987 | 2024-02-21T00:21:15.345Z | Downloaded slog-bunyan v2.5.0 |
988 | 2024-02-21T00:21:15.346Z | Downloaded strum_macros v0.25.2 |
989 | 2024-02-21T00:21:15.346Z | Downloaded unicode-segmentation v1.10.1 |
990 | 2024-02-21T00:21:15.346Z | Downloaded errno v0.3.8 |
991 | 2024-02-21T00:21:15.346Z | Downloaded http-body v0.4.5 |
992 | 2024-02-21T00:21:15.346Z | Downloaded iana-time-zone v0.1.57 |
993 | 2024-02-21T00:21:15.346Z | Downloaded rand_core v0.5.1 |
994 | 2024-02-21T00:21:15.346Z | Downloaded socket2 v0.5.5 |
995 | 2024-02-21T00:21:15.347Z | Downloaded walkdir v2.4.0 |
996 | 2024-02-21T00:21:15.347Z | Downloaded defmt v0.3.5 |
997 | 2024-02-21T00:21:15.347Z | Downloaded untrusted v0.9.0 |
998 | 2024-02-21T00:21:15.347Z | Downloaded dirs-sys v0.4.1 |
999 | 2024-02-21T00:21:15.347Z | Downloaded difflib v0.4.0 |
1000 | 2024-02-21T00:21:15.354Z | Downloaded futures-sink v0.3.30 |
1001 | 2024-02-21T00:21:15.354Z | Downloaded futures-channel v0.3.30 |
1002 | 2024-02-21T00:21:15.354Z | Downloaded tempfile v3.10.0 |
1003 | 2024-02-21T00:21:15.355Z | Downloaded usdt-impl v0.5.0 |
1004 | 2024-02-21T00:21:15.355Z | Downloaded rand v0.8.5 |
1005 | 2024-02-21T00:21:15.355Z | Downloaded hubpack v0.1.2 |
1006 | 2024-02-21T00:21:15.355Z | Downloaded ipnet v2.9.0 |
1007 | 2024-02-21T00:21:15.355Z | Downloaded heapless v0.7.16 |
1008 | 2024-02-21T00:21:15.356Z | Downloaded toml v0.8.10 |
1009 | 2024-02-21T00:21:15.356Z | Downloaded ryu v1.0.15 |
1010 | 2024-02-21T00:21:15.363Z | Downloaded serde v1.0.196 |
1011 | 2024-02-21T00:21:15.363Z | Downloaded zerocopy-derive v0.7.32 |
1012 | 2024-02-21T00:21:15.371Z | Downloaded semver v1.0.22 |
1013 | 2024-02-21T00:21:15.372Z | Downloaded indexmap v1.9.3 |
1014 | 2024-02-21T00:21:15.372Z | Downloaded tracing-core v0.1.31 |
1015 | 2024-02-21T00:21:15.392Z | Downloaded structopt v0.3.26 |
1016 | 2024-02-21T00:21:15.398Z | Downloaded ed25519-dalek v2.0.0 |
1017 | 2024-02-21T00:21:15.398Z | Downloaded trust-dns-client v0.22.0 |
1018 | 2024-02-21T00:21:15.398Z | Downloaded tokio-rustls v0.24.1 |
1019 | 2024-02-21T00:21:15.398Z | Downloaded quote v1.0.35 |
1020 | 2024-02-21T00:21:15.398Z | Downloaded toml_edit v0.19.15 |
1021 | 2024-02-21T00:21:15.414Z | Downloaded proc-macro2 v1.0.78 |
1022 | 2024-02-21T00:21:15.427Z | Downloaded uuid v1.7.0 |
1023 | 2024-02-21T00:21:15.428Z | Downloaded unsafe-libyaml v0.2.10 |
1024 | 2024-02-21T00:21:15.428Z | Downloaded time v0.3.27 |
1025 | 2024-02-21T00:21:15.437Z | Downloaded rand v0.7.3 |
1026 | 2024-02-21T00:21:15.437Z | Downloaded crossterm v0.27.0 |
1027 | 2024-02-21T00:21:15.450Z | Downloaded zip v0.6.6 |
1028 | 2024-02-21T00:21:15.450Z | Downloaded trust-dns-resolver v0.22.0 |
1029 | 2024-02-21T00:21:17.428Z | Downloaded indexmap v2.2.3 |
1030 | 2024-02-21T00:21:17.428Z | Downloaded url v2.5.0 |
1031 | 2024-02-21T00:21:17.428Z | Downloaded aes-gcm v0.10.3 |
1032 | 2024-02-21T00:21:17.429Z | Downloaded hashbrown v0.14.3 |
1033 | 2024-02-21T00:21:18.756Z | Downloaded zerocopy v0.7.32 |
1034 | 2024-02-21T00:21:18.756Z | Downloaded flate2 v1.0.28 |
1035 | 2024-02-21T00:21:18.756Z | Downloaded winnow v0.6.1 |
1036 | 2024-02-21T00:21:18.756Z | Downloaded regex-automata v0.1.10 |
1037 | 2024-02-21T00:21:18.756Z | Downloaded http v0.2.11 |
1038 | 2024-02-21T00:21:18.757Z | Downloaded russh v0.42.0 |
1039 | 2024-02-21T00:21:18.757Z | Downloaded heapless v0.8.0 |
1040 | 2024-02-21T00:21:18.757Z | Downloaded itertools v0.10.5 |
1041 | 2024-02-21T00:21:18.757Z | Downloaded steno v0.4.0 |
1042 | 2024-02-21T00:21:18.757Z | Downloaded serde_json v1.0.114 |
1043 | 2024-02-21T00:21:18.758Z | Downloaded http v1.0.0 |
1044 | 2024-02-21T00:21:18.758Z | Downloaded clap v2.34.0 |
1045 | 2024-02-21T00:21:18.758Z | Downloaded hkdf v0.12.4 |
1046 | 2024-02-21T00:21:18.758Z | Downloaded h2 v0.3.24 |
1047 | 2024-02-21T00:21:18.758Z | Downloaded rayon v1.8.0 |
1048 | 2024-02-21T00:21:18.759Z | Downloaded itertools v0.12.1 |
1049 | 2024-02-21T00:21:18.759Z | Downloaded futures-util v0.3.30 |
1050 | 2024-02-21T00:21:18.759Z | Downloaded serde_with v3.6.1 |
1051 | 2024-02-21T00:21:18.759Z | Downloaded curve25519-dalek v4.1.1 |
1052 | 2024-02-21T00:21:18.760Z | Downloaded reqwest v0.11.22 |
1053 | 2024-02-21T00:21:18.760Z | Downloaded rustls-webpki v0.102.1 |
1054 | 2024-02-21T00:21:18.760Z | Downloaded goblin v0.8.0 |
1055 | 2024-02-21T00:21:18.760Z | Downloaded webpki-roots v0.25.2 |
1056 | 2024-02-21T00:21:18.760Z | Downloaded syn v2.0.48 |
1057 | 2024-02-21T00:21:18.760Z | Downloaded openssl v0.10.60 |
1058 | 2024-02-21T00:21:18.761Z | Downloaded smoltcp v0.9.1 |
1059 | 2024-02-21T00:21:18.761Z | Downloaded hyper v0.14.27 |
1060 | 2024-02-21T00:21:18.761Z | Downloaded idna v0.2.3 |
1061 | 2024-02-21T00:21:18.761Z | Downloaded diesel v2.1.4 |
1062 | 2024-02-21T00:21:18.761Z | Downloaded vcpkg v0.2.15 |
1063 | 2024-02-21T00:21:18.762Z | Downloaded idna v0.5.0 |
1064 | 2024-02-21T00:21:18.762Z | Downloaded radix_trie v0.2.1 |
1065 | 2024-02-21T00:21:18.762Z | Downloaded syn v1.0.109 |
1066 | 2024-02-21T00:21:18.762Z | Downloaded trust-dns-proto v0.22.0 |
1067 | 2024-02-21T00:21:18.762Z | Downloaded rustls v0.22.2 |
1068 | 2024-02-21T00:21:18.762Z | Downloaded regex-syntax v0.8.2 |
1069 | 2024-02-21T00:21:18.763Z | Downloaded regress v0.8.0 |
1070 | 2024-02-21T00:21:18.763Z | Downloaded openapiv3 v2.0.0 |
1071 | 2024-02-21T00:21:18.763Z | Downloaded rustix v0.38.31 |
1072 | 2024-02-21T00:21:18.763Z | Downloaded smoltcp v0.11.0 |
1073 | 2024-02-21T00:21:18.763Z | Downloaded gimli v0.28.0 |
1074 | 2024-02-21T00:21:18.763Z | Downloaded rustls v0.21.9 |
1075 | 2024-02-21T00:21:18.764Z | Downloaded sled v0.34.7 |
1076 | 2024-02-21T00:21:18.764Z | Downloaded zerocopy-derive v0.6.4 |
1077 | 2024-02-21T00:21:18.764Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1078 | 2024-02-21T00:21:18.764Z | Downloaded zerocopy-derive v0.2.0 |
1079 | 2024-02-21T00:21:18.764Z | Downloaded regex-automata v0.4.4 |
1080 | 2024-02-21T00:21:18.764Z | Downloaded regex-automata v0.3.8 |
1081 | 2024-02-21T00:21:18.765Z | Downloaded tokio v1.36.0 |
1082 | 2024-02-21T00:21:18.765Z | Downloaded sha3 v0.10.8 |
1083 | 2024-02-21T00:21:18.765Z | Downloaded libc v0.2.153 |
1084 | 2024-02-21T00:21:18.765Z | Downloaded bstr v0.2.17 |
1085 | 2024-02-21T00:21:18.766Z | Downloaded regex v1.10.3 |
1086 | 2024-02-21T00:21:18.766Z | Downloaded winapi v0.3.9 |
1087 | 2024-02-21T00:21:18.766Z | Downloaded object v0.32.1 |
1088 | 2024-02-21T00:21:18.766Z | Downloaded encoding_rs v0.8.33 |
1089 | 2024-02-21T00:21:18.766Z | Downloaded bstr v1.6.0 |
1090 | 2024-02-21T00:21:18.767Z | Downloaded rustls-webpki v0.101.7 |
1091 | 2024-02-21T00:21:18.767Z | Downloaded aho-corasick v1.0.4 |
1092 | 2024-02-21T00:21:18.767Z | Downloaded winnow v0.5.15 |
1093 | 2024-02-21T00:21:18.767Z | Downloaded chrono v0.4.31 |
1094 | 2024-02-21T00:21:18.767Z | Downloaded clap_builder v4.5.0 |
1095 | 2024-02-21T00:21:18.768Z | Downloaded p521 v0.13.3 |
1096 | 2024-02-21T00:21:18.768Z | Downloaded blake3 v1.5.0 |
1097 | 2024-02-21T00:21:18.768Z | Downloaded unicode-normalization v0.1.22 |
1098 | 2024-02-21T00:21:18.768Z | Downloaded tar v0.4.40 |
1099 | 2024-02-21T00:21:18.768Z | Downloaded vsss-rs v3.3.4 |
1100 | 2024-02-21T00:21:18.769Z | Downloaded tungstenite v0.20.1 |
1101 | 2024-02-21T00:21:18.769Z | Downloaded serde_yaml v0.9.25 |
1102 | 2024-02-21T00:21:18.769Z | Downloaded pest v2.7.6 |
1103 | 2024-02-21T00:21:18.769Z | Downloaded tokio-util v0.7.10 |
1104 | 2024-02-21T00:21:18.769Z | Downloaded foreign-types v0.5.0 |
1105 | 2024-02-21T00:21:18.770Z | Downloaded sec1 v0.7.3 |
1106 | 2024-02-21T00:21:18.770Z | Downloaded sha1 v0.10.6 |
1107 | 2024-02-21T00:21:18.770Z | Downloaded usdt-impl v0.3.5 |
1108 | 2024-02-21T00:21:18.770Z | Downloaded rcgen v0.12.1 |
1109 | 2024-02-21T00:21:18.771Z | Downloaded toml_datetime v0.6.5 |
1110 | 2024-02-21T00:21:18.771Z | Downloaded serde_path_to_error v0.1.15 |
1111 | 2024-02-21T00:21:18.771Z | Downloaded float-cmp v0.9.0 |
1112 | 2024-02-21T00:21:18.771Z | Downloaded tokio-tungstenite v0.20.1 |
1113 | 2024-02-21T00:21:18.771Z | Downloaded zerocopy v0.6.4 |
1114 | 2024-02-21T00:21:18.771Z | Downloaded hashbrown v0.12.3 |
1115 | 2024-02-21T00:21:18.771Z | Downloaded similar v2.3.0 |
1116 | 2024-02-21T00:21:18.772Z | Downloaded mio v0.8.9 |
1117 | 2024-02-21T00:21:18.772Z | Downloaded memchr v2.6.3 |
1118 | 2024-02-21T00:21:18.772Z | Downloaded getrandom v0.1.16 |
1119 | 2024-02-21T00:21:18.772Z | Downloaded toml v0.7.8 |
1120 | 2024-02-21T00:21:18.772Z | Downloaded toml_edit v0.22.6 |
1121 | 2024-02-21T00:21:18.772Z | Downloaded schemars v0.8.16 |
1122 | 2024-02-21T00:21:18.772Z | Downloaded ring v0.17.8 |
1123 | 2024-02-21T00:21:18.773Z | Downloaded serde_derive v1.0.196 |
1124 | 2024-02-21T00:21:18.773Z | Downloaded hex-literal v0.4.1 |
1125 | 2024-02-21T00:21:18.773Z | Downloaded hmac v0.12.1 |
1126 | 2024-02-21T00:21:18.773Z | Downloaded spin v0.9.8 |
1127 | 2024-02-21T00:21:18.773Z | Downloaded rand_core v0.6.4 |
1128 | 2024-02-21T00:21:18.774Z | Downloaded slab v0.4.9 |
1129 | 2024-02-21T00:21:18.774Z | Downloaded ucd-trie v0.1.6 |
1130 | 2024-02-21T00:21:18.774Z | Downloaded half v2.3.1 |
1131 | 2024-02-21T00:21:18.774Z | Downloaded openssl-sys v0.9.96 |
1132 | 2024-02-21T00:21:18.774Z | Downloaded signal-hook-registry v1.4.1 |
1133 | 2024-02-21T00:21:19.350Z | Downloaded socket2 v0.4.9 |
1134 | 2024-02-21T00:21:19.351Z | Downloaded serde_tokenstream v0.2.0 |
1135 | 2024-02-21T00:21:19.351Z | Downloaded futures-core v0.3.30 |
1136 | 2024-02-21T00:21:19.351Z | Downloaded slog-stdlog v4.1.1 |
1137 | 2024-02-21T00:21:19.351Z | Downloaded unicode-bidi v0.3.13 |
1138 | 2024-02-21T00:21:19.351Z | Downloaded slog v2.7.0 |
1139 | 2024-02-21T00:21:19.351Z | Downloaded flagset v0.4.3 |
1140 | 2024-02-21T00:21:19.351Z | Downloaded scheduled-thread-pool v0.2.7 |
1141 | 2024-02-21T00:21:19.351Z | Downloaded russh-keys v0.42.0 |
1142 | 2024-02-21T00:21:19.351Z | Downloaded sct v0.7.0 |
1143 | 2024-02-21T00:21:19.351Z | Downloaded chacha20poly1305 v0.10.1 |
1144 | 2024-02-21T00:21:19.351Z | Downloaded stringprep v0.1.3 |
1145 | 2024-02-21T00:21:19.352Z | Downloaded serde_with_macros v3.6.1 |
1146 | 2024-02-21T00:21:19.352Z | Downloaded hyper-tls v0.5.0 |
1147 | 2024-02-21T00:21:19.352Z | Downloaded getrandom v0.2.10 |
1148 | 2024-02-21T00:21:19.352Z | Downloaded hyper-rustls v0.24.2 |
1149 | 2024-02-21T00:21:19.352Z | Downloaded hyper-staticfile v0.9.5 |
1150 | 2024-02-21T00:21:19.352Z | Downloaded ring v0.16.20 |
1151 | 2024-02-21T00:21:19.352Z | Downloaded tracing-attributes v0.1.26 |
1152 | 2024-02-21T00:21:19.352Z | Downloaded spin v0.5.2 |
1153 | 2024-02-21T00:21:19.352Z | Downloaded ecdsa v0.16.9 |
1154 | 2024-02-21T00:21:19.352Z | Downloaded slog-term v2.9.0 |
1155 | 2024-02-21T00:21:19.352Z | Downloaded scroll v0.12.0 |
1156 | 2024-02-21T00:21:19.352Z | Downloaded libm v0.2.7 |
1157 | 2024-02-21T00:21:19.353Z | Downloaded rustversion v1.0.14 |
1158 | 2024-02-21T00:21:19.353Z | Downloaded slog-dtrace v0.3.0 |
1159 | 2024-02-21T00:21:19.353Z | Downloaded home v0.5.5 |
1160 | 2024-02-21T00:21:19.353Z | Downloaded slog-scope v4.4.0 |
1161 | 2024-02-21T00:21:19.353Z | Downloaded thiserror v1.0.57 |
1162 | 2024-02-21T00:21:19.353Z | Downloaded thiserror-impl v1.0.57 |
1163 | 2024-02-21T00:21:19.353Z | Downloaded rustfmt-wrapper v0.2.0 |
1164 | 2024-02-21T00:21:19.353Z | Downloaded usdt-attr-macro v0.3.5 |
1165 | 2024-02-21T00:21:19.353Z | Downloaded num-traits v0.2.16 |
1166 | 2024-02-21T00:21:19.354Z | Downloaded futures-executor v0.3.30 |
1167 | 2024-02-21T00:21:19.354Z | Downloaded dof v0.3.0 |
1168 | 2024-02-21T00:21:19.354Z | Downloaded blake2 v0.10.6 |
1169 | 2024-02-21T00:21:19.354Z | Downloaded usdt v0.3.5 |
1170 | 2024-02-21T00:21:19.354Z | Downloaded num-derive v0.4.0 |
1171 | 2024-02-21T00:21:19.355Z | Downloaded httpdate v1.0.3 |
1172 | 2024-02-21T00:21:19.355Z | Downloaded either v1.10.0 |
1173 | 2024-02-21T00:21:19.355Z | Downloaded parking_lot_core v0.8.6 |
1174 | 2024-02-21T00:21:19.355Z | Downloaded pem-rfc7468 v0.7.0 |
1175 | 2024-02-21T00:21:19.355Z | Downloaded allocator-api2 v0.2.16 |
1176 | 2024-02-21T00:21:19.355Z | Downloaded darling_core v0.20.3 |
1177 | 2024-02-21T00:21:19.355Z | Downloaded group v0.13.0 |
1178 | 2024-02-21T00:21:19.355Z | Downloaded pest_generator v2.7.6 |
1179 | 2024-02-21T00:21:19.355Z | Downloaded pin-project-lite v0.2.13 |
1180 | 2024-02-21T00:21:19.356Z | Downloaded ahash v0.8.7 |
1181 | 2024-02-21T00:21:19.356Z | Downloaded platforms v3.0.2 |
1182 | 2024-02-21T00:21:19.356Z | Downloaded mime_guess v2.0.4 |
1183 | 2024-02-21T00:21:19.356Z | Downloaded cfg-if v1.0.0 |
1184 | 2024-02-21T00:21:19.356Z | Downloaded camino v1.1.6 |
1185 | 2024-02-21T00:21:19.356Z | Downloaded bzip2 v0.4.4 |
1186 | 2024-02-21T00:21:19.356Z | Downloaded parking_lot v0.12.1 |
1187 | 2024-02-21T00:21:19.356Z | Downloaded num-rational v0.4.1 |
1188 | 2024-02-21T00:21:19.356Z | Downloaded slog-envlogger v2.2.0 |
1189 | 2024-02-21T00:21:19.356Z | Downloaded instant v0.1.12 |
1190 | 2024-02-21T00:21:19.356Z | Downloaded http-range v0.1.5 |
1191 | 2024-02-21T00:21:19.356Z | Downloaded dtrace-parser v0.2.0 |
1192 | 2024-02-21T00:21:19.356Z | Downloaded addr2line v0.21.0 |
1193 | 2024-02-21T00:21:19.357Z | Downloaded form_urlencoded v1.2.1 |
1194 | 2024-02-21T00:21:19.357Z | Downloaded whoami v1.4.1 |
1195 | 2024-02-21T00:21:19.357Z | Downloaded vec_map v0.8.2 |
1196 | 2024-02-21T00:21:19.357Z | Downloaded plain v0.2.3 |
1197 | 2024-02-21T00:21:19.357Z | Downloaded tokio-native-tls v0.3.1 |
1198 | 2024-02-21T00:21:19.357Z | Downloaded synstructure v0.12.6 |
1199 | 2024-02-21T00:21:19.357Z | Downloaded memmap v0.7.0 |
1200 | 2024-02-21T00:21:19.357Z | Downloaded defmt-macros v0.3.6 |
1201 | 2024-02-21T00:21:19.357Z | Downloaded base64ct v1.6.0 |
1202 | 2024-02-21T00:21:19.357Z | Downloaded bit-vec v0.6.3 |
1203 | 2024-02-21T00:21:19.357Z | Downloaded backoff v0.4.0 |
1204 | 2024-02-21T00:21:19.357Z | Downloaded anstyle-parse v0.2.1 |
1205 | 2024-02-21T00:21:19.357Z | Downloaded async-trait v0.1.77 |
1206 | 2024-02-21T00:21:19.357Z | Downloaded arrayvec v0.7.4 |
1207 | 2024-02-21T00:21:19.357Z | Downloaded usdt-macro v0.3.5 |
1208 | 2024-02-21T00:21:19.357Z | Downloaded macaddr v1.0.1 |
1209 | 2024-02-21T00:21:19.357Z | Downloaded lru-cache v0.1.2 |
1210 | 2024-02-21T00:21:19.358Z | Downloaded miniz_oxide v0.7.1 |
1211 | 2024-02-21T00:21:19.358Z | Downloaded ansi_term v0.12.1 |
1212 | 2024-02-21T00:21:19.358Z | Downloaded lalrpop-util v0.19.12 |
1213 | 2024-02-21T00:21:19.358Z | Downloaded clap_lex v0.7.0 |
1214 | 2024-02-21T00:21:19.358Z | Downloaded anstream v0.6.11 |
1215 | 2024-02-21T00:21:19.358Z | Downloaded usdt-macro v0.5.0 |
1216 | 2024-02-21T00:21:19.358Z | Downloaded static_assertions v1.1.0 |
1217 | 2024-02-21T00:21:19.358Z | Downloaded predicates v3.1.0 |
1218 | 2024-02-21T00:21:19.358Z | Downloaded pkg-config v0.3.27 |
1219 | 2024-02-21T00:21:19.358Z | Downloaded blowfish v0.9.1 |
1220 | 2024-02-21T00:21:19.358Z | Downloaded num v0.4.1 |
1221 | 2024-02-21T00:21:19.359Z | Downloaded pretty-hex v0.2.1 |
1222 | 2024-02-21T00:21:19.359Z | Downloaded num-complex v0.4.4 |
1223 | 2024-02-21T00:21:19.359Z | Downloaded managed v0.8.0 |
1224 | 2024-02-21T00:21:19.359Z | Downloaded parse-display v0.9.0 |
1225 | 2024-02-21T00:21:19.359Z | Downloaded postgres-protocol v0.6.6 |
1226 | 2024-02-21T00:21:19.359Z | Downloaded convert_case v0.4.0 |
1227 | 2024-02-21T00:21:19.359Z | Downloaded cbc v0.1.2 |
1228 | 2024-02-21T00:21:19.359Z | Downloaded try-lock v0.2.4 |
1229 | 2024-02-21T00:21:19.359Z | Downloaded pretty-hex v0.4.1 |
1230 | 2024-02-21T00:21:19.359Z | Downloaded mime v0.3.17 |
1231 | 2024-02-21T00:21:19.359Z | Downloaded memoffset v0.9.0 |
1232 | 2024-02-21T00:21:19.359Z | Downloaded bitflags v1.3.2 |
1233 | 2024-02-21T00:21:19.375Z | Downloaded block-buffer v0.10.4 |
1234 | 2024-02-21T00:21:19.375Z | Downloaded time-core v0.1.1 |
1235 | 2024-02-21T00:21:19.375Z | Downloaded phf_shared v0.10.0 |
1236 | 2024-02-21T00:21:19.375Z | Downloaded cobs v0.2.3 |
1237 | 2024-02-21T00:21:19.375Z | Downloaded strum v0.25.0 |
1238 | 2024-02-21T00:21:19.375Z | Downloaded p256 v0.13.2 |
1239 | 2024-02-21T00:21:19.376Z | Downloaded arrayref v0.3.7 |
1240 | 2024-02-21T00:21:19.376Z | Downloaded precomputed-hash v0.1.1 |
1241 | 2024-02-21T00:21:19.376Z | Downloaded linked-hash-map v0.5.6 |
1242 | 2024-02-21T00:21:19.376Z | Downloaded pbkdf2 v0.12.2 |
1243 | 2024-02-21T00:21:19.376Z | Downloaded opaque-debug v0.3.0 |
1244 | 2024-02-21T00:21:19.376Z | Downloaded ppv-lite86 v0.2.17 |
1245 | 2024-02-21T00:21:19.376Z | Downloaded adler v1.0.2 |
1246 | 2024-02-21T00:21:19.376Z | Downloaded openssl-probe v0.1.5 |
1247 | 2024-02-21T00:21:19.376Z | Downloaded polyval v0.6.1 |
1248 | 2024-02-21T00:21:19.376Z | Downloaded num-integer v0.1.46 |
1249 | 2024-02-21T00:21:19.376Z | Downloaded nom v7.1.3 |
1250 | 2024-02-21T00:21:19.376Z | Downloaded ciborium-io v0.2.2 |
1251 | 2024-02-21T00:21:19.376Z | Downloaded percent-encoding v2.3.1 |
1252 | 2024-02-21T00:21:19.376Z | Downloaded newtype-uuid v1.0.1 |
1253 | 2024-02-21T00:21:19.376Z | Downloaded pkcs8 v0.10.2 |
1254 | 2024-02-21T00:21:19.376Z | Downloaded md5 v0.7.0 |
1255 | 2024-02-21T00:21:19.376Z | Downloaded derive_more v0.99.17 |
1256 | 2024-02-21T00:21:19.376Z | Downloaded cc v1.0.83 |
1257 | 2024-02-21T00:21:19.376Z | Downloaded matches v0.1.10 |
1258 | 2024-02-21T00:21:19.376Z | Downloaded crossbeam-utils v0.8.16 |
1259 | 2024-02-21T00:21:19.376Z | Downloaded bcrypt-pbkdf v0.10.0 |
1260 | 2024-02-21T00:21:19.377Z | Downloaded once_cell v1.19.0 |
1261 | 2024-02-21T00:21:19.377Z | Downloaded camino-tempfile v1.1.1 |
1262 | 2024-02-21T00:21:19.377Z | Downloaded cancel-safe-futures v0.1.5 |
1263 | 2024-02-21T00:21:19.377Z | Downloaded data-encoding v2.4.0 |
1264 | 2024-02-21T00:21:19.377Z | Compiling proc-macro2 v1.0.78 |
1265 | 2024-02-21T00:21:19.377Z | Compiling unicode-ident v1.0.12 |
1266 | 2024-02-21T00:21:19.377Z | Compiling libc v0.2.153 |
1267 | 2024-02-21T00:21:19.377Z | Compiling serde v1.0.196 |
1268 | 2024-02-21T00:21:19.377Z | Compiling version_check v0.9.4 |
1269 | 2024-02-21T00:21:19.377Z | Compiling autocfg v1.1.0 |
1270 | 2024-02-21T00:21:19.377Z | Compiling cfg-if v1.0.0 |
1271 | 2024-02-21T00:21:19.377Z | Compiling syn v1.0.109 |
1272 | 2024-02-21T00:21:19.377Z | Compiling once_cell v1.19.0 |
1273 | 2024-02-21T00:21:19.377Z | Compiling thiserror v1.0.57 |
1274 | 2024-02-21T00:21:19.378Z | Compiling memchr v2.6.3 |
1275 | 2024-02-21T00:21:19.378Z | Compiling typenum v1.16.0 |
1276 | 2024-02-21T00:21:19.378Z | Compiling lock_api v0.4.10 |
1277 | 2024-02-21T00:21:19.378Z | Compiling generic-array v0.14.7 |
1278 | 2024-02-21T00:21:19.816Z | Compiling parking_lot_core v0.9.8 |
1279 | 2024-02-21T00:21:19.816Z | Compiling byteorder v1.5.0 |
1280 | 2024-02-21T00:21:20.008Z | Compiling libm v0.2.7 |
1281 | 2024-02-21T00:21:20.013Z | Compiling ahash v0.8.7 |
1282 | 2024-02-21T00:21:20.013Z | Compiling num-traits v0.2.16 |
1283 | 2024-02-21T00:21:20.098Z | Compiling serde_json v1.0.114 |
1284 | 2024-02-21T00:21:20.162Z | Compiling itoa v1.0.9 |
1285 | 2024-02-21T00:21:20.407Z | Compiling slab v0.4.9 |
1286 | 2024-02-21T00:21:20.495Z | Compiling log v0.4.20 |
1287 | 2024-02-21T00:21:20.805Z | Compiling quote v1.0.35 |
1288 | 2024-02-21T00:21:20.824Z | Compiling scopeguard v1.2.0 |
1289 | 2024-02-21T00:21:20.953Z | Compiling allocator-api2 v0.2.16 |
1290 | 2024-02-21T00:21:21.190Z | Compiling syn v2.0.48 |
1291 | 2024-02-21T00:21:21.505Z | Compiling getrandom v0.2.10 |
1292 | 2024-02-21T00:21:21.524Z | Compiling cc v1.0.83 |
1293 | 2024-02-21T00:21:21.796Z | Compiling rand_core v0.6.4 |
1294 | 2024-02-21T00:21:22.005Z | Compiling ryu v1.0.15 |
1295 | 2024-02-21T00:21:22.285Z | Compiling pkg-config v0.3.27 |
1296 | 2024-02-21T00:21:22.349Z | Compiling heck v0.4.1 |
1297 | 2024-02-21T00:21:22.488Z | Compiling schemars v0.8.16 |
1298 | 2024-02-21T00:21:22.742Z | Compiling smallvec v1.13.1 |
1299 | 2024-02-21T00:21:22.786Z | Compiling equivalent v1.0.1 |
1300 | 2024-02-21T00:21:22.870Z | Compiling subtle v2.5.0 |
1301 | 2024-02-21T00:21:23.739Z | Compiling vcpkg v0.2.15 |
1302 | 2024-02-21T00:21:23.840Z | Compiling pin-project-lite v0.2.13 |
1303 | 2024-02-21T00:21:24.118Z | Compiling httparse v1.8.0 |
1304 | 2024-02-21T00:21:24.529Z | Compiling parking_lot v0.12.1 |
1305 | 2024-02-21T00:21:24.617Z | Compiling ucd-trie v0.1.6 |
1306 | 2024-02-21T00:21:24.759Z | Compiling ring v0.17.8 |
1307 | 2024-02-21T00:21:25.509Z | Compiling ring v0.16.20 |
1308 | 2024-02-21T00:21:25.823Z | Compiling openssl-sys v0.9.96 |
1309 | 2024-02-21T00:21:26.061Z | Compiling signal-hook-registry v1.4.1 |
1310 | 2024-02-21T00:21:26.163Z | Compiling fnv v1.0.7 |
1311 | 2024-02-21T00:21:26.215Z | Compiling mio v0.8.9 |
1312 | 2024-02-21T00:21:26.425Z | Compiling iana-time-zone v0.1.57 |
1313 | 2024-02-21T00:21:26.692Z | Compiling const-oid v0.9.5 |
1314 | 2024-02-21T00:21:26.860Z | Compiling rustix v0.38.31 |
1315 | 2024-02-21T00:21:27.291Z | Compiling semver v1.0.22 |
1316 | 2024-02-21T00:21:27.360Z | Compiling openssl v0.10.60 |
1317 | 2024-02-21T00:21:27.678Z | Compiling num_cpus v1.16.0 |
1318 | 2024-02-21T00:21:27.798Z | Compiling socket2 v0.5.5 |
1319 | 2024-02-21T00:21:27.863Z | Compiling rustls v0.21.9 |
1320 | 2024-02-21T00:21:28.169Z | Compiling native-tls v0.2.11 |
1321 | 2024-02-21T00:21:28.301Z | Compiling dyn-clone v1.0.16 |
1322 | 2024-02-21T00:21:28.320Z | Compiling futures-core v0.3.30 |
1323 | 2024-02-21T00:21:28.569Z | Compiling aho-corasick v1.0.4 |
1324 | 2024-02-21T00:21:29.268Z | Compiling slog v2.7.0 |
1325 | 2024-02-21T00:21:29.268Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2024-02-21T00:21:29.268Z | Compiling serde_derive_internals v0.26.0 |
1327 | 2024-02-21T00:21:29.407Z | Compiling regex-syntax v0.8.2 |
1328 | 2024-02-21T00:21:29.419Z | Compiling async-trait v0.1.77 |
1329 | 2024-02-21T00:21:29.419Z | Compiling spin v0.5.2 |
1330 | 2024-02-21T00:21:29.997Z | Compiling futures-sink v0.3.30 |
1331 | 2024-02-21T00:21:30.158Z | Compiling backtrace v0.3.69 |
1332 | 2024-02-21T00:21:30.633Z | Compiling tinyvec_macros v0.1.1 |
1333 | 2024-02-21T00:21:30.734Z | Compiling tinyvec v1.6.0 |
1334 | 2024-02-21T00:21:30.961Z | Compiling futures-channel v0.3.30 |
1335 | 2024-02-21T00:21:31.951Z | Compiling futures-io v0.3.30 |
1336 | 2024-02-21T00:21:32.266Z | Compiling cpufeatures v0.2.12 |
1337 | 2024-02-21T00:21:32.353Z | Compiling futures-task v0.3.30 |
1338 | 2024-02-21T00:21:32.417Z | Compiling pin-utils v0.1.0 |
1339 | 2024-02-21T00:21:32.504Z | Compiling unicode-normalization v0.1.22 |
1340 | 2024-02-21T00:21:32.537Z | Compiling spin v0.9.8 |
1341 | 2024-02-21T00:21:32.687Z | Compiling memoffset v0.9.0 |
1342 | 2024-02-21T00:21:32.870Z | Compiling tracing-core v0.1.31 |
1343 | 2024-02-21T00:21:32.914Z | Compiling unicode-width v0.1.11 |
1344 | 2024-02-21T00:21:33.038Z | Compiling anyhow v1.0.75 |
1345 | 2024-02-21T00:21:33.092Z | Compiling unicode-bidi v0.3.13 |
1346 | 2024-02-21T00:21:33.577Z | Compiling regex-automata v0.4.4 |
1347 | 2024-02-21T00:21:34.724Z | Compiling crc32fast v1.3.2 |
1348 | 2024-02-21T00:21:34.822Z | Compiling winnow v0.5.15 |
1349 | 2024-02-21T00:21:35.232Z | Compiling crossbeam-epoch v0.9.15 |
1350 | 2024-02-21T00:21:35.702Z | Compiling time-core v0.1.1 |
1351 | 2024-02-21T00:21:35.872Z | Compiling time-macros v0.2.13 |
1352 | 2024-02-21T00:21:36.537Z | Compiling serde_derive v1.0.196 |
1353 | 2024-02-21T00:21:36.619Z | Compiling zeroize_derive v1.4.2 |
1354 | 2024-02-21T00:21:37.130Z | Compiling zerocopy-derive v0.7.32 |
1355 | 2024-02-21T00:21:37.984Z | Compiling thiserror-impl v1.0.57 |
1356 | 2024-02-21T00:21:38.906Z | Compiling tokio-macros v2.2.0 |
1357 | 2024-02-21T00:21:38.913Z | Compiling zeroize v1.7.0 |
1358 | 2024-02-21T00:21:39.664Z | Compiling futures-macro v0.3.30 |
1359 | 2024-02-21T00:21:39.685Z | Compiling zerocopy v0.7.32 |
1360 | 2024-02-21T00:21:40.660Z | Compiling tracing-attributes v0.1.26 |
1361 | 2024-02-21T00:21:41.321Z | Compiling crypto-common v0.1.6 |
1362 | 2024-02-21T00:21:41.341Z | Compiling schemars_derive v0.8.16 |
1363 | 2024-02-21T00:21:41.829Z | Compiling pest v2.7.6 |
1364 | 2024-02-21T00:21:41.842Z | Compiling hashbrown v0.14.3 |
1365 | 2024-02-21T00:21:42.806Z | Compiling openssl-macros v0.1.1 |
1366 | 2024-02-21T00:21:42.959Z | Compiling block-buffer v0.10.4 |
1367 | 2024-02-21T00:21:43.263Z | Compiling digest v0.10.7 |
1368 | 2024-02-21T00:21:43.297Z | Compiling regex v1.10.3 |
1369 | 2024-02-21T00:21:43.681Z | Compiling pest_meta v2.7.6 |
1370 | 2024-02-21T00:21:44.522Z | Compiling futures-util v0.3.30 |
1371 | 2024-02-21T00:21:45.449Z | Compiling pest_generator v2.7.6 |
1372 | 2024-02-21T00:21:47.090Z | Compiling tracing v0.1.37 |
1373 | 2024-02-21T00:21:47.206Z | Compiling der_derive v0.7.2 |
1374 | 2024-02-21T00:21:49.544Z | Compiling pest_derive v2.7.6 |
1375 | 2024-02-21T00:21:50.017Z | Compiling untrusted v0.9.0 |
1376 | 2024-02-21T00:21:50.712Z | Compiling percent-encoding v2.3.1 |
1377 | 2024-02-21T00:21:50.732Z | Compiling untrusted v0.7.1 |
1378 | 2024-02-21T00:21:50.732Z | Compiling foreign-types-shared v0.1.1 |
1379 | 2024-02-21T00:21:50.732Z | Compiling foreign-types v0.3.2 |
1380 | 2024-02-21T00:21:51.152Z | Compiling bytes v1.5.0 |
1381 | 2024-02-21T00:21:51.231Z | Compiling indexmap v2.2.3 |
1382 | 2024-02-21T00:21:52.089Z | Compiling chrono v0.4.31 |
1383 | 2024-02-21T00:21:52.145Z | Compiling uuid v1.7.0 |
1384 | 2024-02-21T00:21:52.454Z | Compiling tokio v1.36.0 |
1385 | 2024-02-21T00:21:53.507Z | Compiling http v0.2.11 |
1386 | 2024-02-21T00:21:54.591Z | Compiling bitflags v2.4.0 |
1387 | 2024-02-21T00:21:54.857Z | Compiling serde_spanned v0.6.5 |
1388 | 2024-02-21T00:21:55.048Z | Compiling toml_datetime v0.6.5 |
1389 | 2024-02-21T00:21:55.551Z | Compiling toml_edit v0.19.15 |
1390 | 2024-02-21T00:21:55.984Z | Compiling rustc_version v0.4.0 |
1391 | 2024-02-21T00:21:56.013Z | Compiling openapiv3 v2.0.0 |
1392 | 2024-02-21T00:21:56.377Z | Compiling serde_tokenstream v0.2.0 |
1393 | 2024-02-21T00:21:59.041Z | Compiling errno v0.3.8 |
1394 | 2024-02-21T00:21:59.041Z | Compiling try-lock v0.2.4 |
1395 | 2024-02-21T00:21:59.041Z | Compiling base64 v0.21.7 |
1396 | 2024-02-21T00:21:59.041Z | Compiling unicode-xid v0.2.4 |
1397 | 2024-02-21T00:21:59.566Z | Compiling ppv-lite86 v0.2.17 |
1398 | 2024-02-21T00:21:59.776Z | Compiling synstructure v0.12.6 |
1399 | 2024-02-21T00:22:00.001Z | Compiling want v0.3.1 |
1400 | 2024-02-21T00:22:01.044Z | Compiling http-body v0.4.5 |
1401 | 2024-02-21T00:22:01.674Z | Compiling rustls-webpki v0.101.7 |
1402 | 2024-02-21T00:22:02.107Z | Compiling sct v0.7.0 |
1403 | 2024-02-21T00:22:02.130Z | Compiling form_urlencoded v1.2.1 |
1404 | 2024-02-21T00:22:02.234Z | Compiling scroll_derive v0.12.0 |
1405 | 2024-02-21T00:22:02.901Z | Compiling tokio-util v0.7.10 |
1406 | 2024-02-21T00:22:03.517Z | Compiling socket2 v0.4.9 |
1407 | 2024-02-21T00:22:03.840Z | Compiling tower-service v0.3.2 |
1408 | 2024-02-21T00:22:04.728Z | Compiling h2 v0.3.24 |
1409 | 2024-02-21T00:22:04.759Z | Compiling httpdate v1.0.3 |
1410 | 2024-02-21T00:22:04.759Z | Compiling openssl-probe v0.1.5 |
1411 | 2024-02-21T00:22:06.057Z | Compiling zerocopy-derive v0.2.0 |
1412 | 2024-02-21T00:22:06.900Z | Compiling idna v0.5.0 |
1413 | 2024-02-21T00:22:07.883Z | Compiling lazy_static v1.4.0 |
1414 | 2024-02-21T00:22:08.699Z | Compiling thread-id v4.2.0 |
1415 | 2024-02-21T00:22:08.711Z | Compiling adler v1.0.2 |
1416 | 2024-02-21T00:22:08.945Z | Compiling miniz_oxide v0.7.1 |
1417 | 2024-02-21T00:22:09.041Z | Compiling url v2.5.0 |
1418 | 2024-02-21T00:22:09.343Z | Compiling tokio-rustls v0.24.1 |
1419 | 2024-02-21T00:22:10.637Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-02-21T00:22:10.645Z | Compiling rand_chacha v0.3.1 |
1421 | 2024-02-21T00:22:10.941Z | Compiling ipnet v2.9.0 |
1422 | 2024-02-21T00:22:11.078Z | Compiling rustversion v1.0.14 |
1423 | 2024-02-21T00:22:11.176Z | Compiling rand v0.8.5 |
1424 | 2024-02-21T00:22:11.752Z | Compiling serde_urlencoded v0.7.1 |
1425 | 2024-02-21T00:22:11.813Z | Compiling hyper v0.14.27 |
1426 | 2024-02-21T00:22:11.975Z | Compiling rustls-pemfile v1.0.3 |
1427 | 2024-02-21T00:22:12.504Z | Compiling usdt-impl v0.3.5 |
1428 | 2024-02-21T00:22:12.512Z | Compiling encoding_rs v0.8.33 |
1429 | 2024-02-21T00:22:12.618Z | Compiling webpki-roots v0.25.2 |
1430 | 2024-02-21T00:22:12.780Z | Compiling gimli v0.28.0 |
1431 | 2024-02-21T00:22:12.865Z | Compiling mime v0.3.17 |
1432 | 2024-02-21T00:22:13.424Z | Compiling either v1.10.0 |
1433 | 2024-02-21T00:22:14.701Z | Compiling regress v0.8.0 |
1434 | 2024-02-21T00:22:15.216Z | Compiling object v0.32.1 |
1435 | 2024-02-21T00:22:15.328Z | Compiling num-bigint v0.4.4 |
1436 | 2024-02-21T00:22:15.577Z | Compiling usdt-impl v0.5.0 |
1437 | 2024-02-21T00:22:16.112Z | Compiling rustc-demangle v0.1.23 |
1438 | 2024-02-21T00:22:17.086Z | Compiling flate2 v1.0.28 |
1439 | 2024-02-21T00:22:17.493Z | Compiling addr2line v0.21.0 |
1440 | 2024-02-21T00:22:17.526Z | Compiling zerocopy v0.3.0 |
1441 | 2024-02-21T00:22:18.116Z | Compiling scroll v0.12.0 |
1442 | 2024-02-21T00:22:18.174Z | Compiling heapless v0.7.16 |
1443 | 2024-02-21T00:22:18.199Z | Compiling futures-executor v0.3.30 |
1444 | 2024-02-21T00:22:18.371Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1445 | 2024-02-21T00:22:18.774Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1446 | 2024-02-21T00:22:18.844Z | Compiling base64ct v1.6.0 |
1447 | 2024-02-21T00:22:19.279Z | Compiling hyper-tls v0.5.0 |
1448 | 2024-02-21T00:22:19.488Z | Compiling hyper-rustls v0.24.2 |
1449 | 2024-02-21T00:22:19.663Z | Compiling signal-hook v0.3.17 |
1450 | 2024-02-21T00:22:19.687Z | Compiling winnow v0.6.1 |
1451 | 2024-02-21T00:22:19.858Z | Compiling reqwest v0.11.22 |
1452 | 2024-02-21T00:22:19.970Z | Compiling plain v0.2.3 |
1453 | 2024-02-21T00:22:20.332Z | Compiling goblin v0.8.0 |
1454 | 2024-02-21T00:22:22.827Z | Compiling futures v0.3.30 |
1455 | 2024-02-21T00:22:22.962Z | Compiling dof v0.1.5 |
1456 | 2024-02-21T00:22:23.679Z | Compiling toml_edit v0.22.6 |
1457 | 2024-02-21T00:22:24.028Z | Compiling toml v0.7.8 |
1458 | 2024-02-21T00:22:25.363Z | Compiling hex v0.4.3 |
1459 | 2024-02-21T00:22:25.557Z | Compiling dtrace-parser v0.1.14 |
1460 | 2024-02-21T00:22:25.699Z | Compiling pretty-hex v0.4.1 |
1461 | 2024-02-21T00:22:27.731Z | Compiling dof v0.3.0 |
1462 | 2024-02-21T00:22:27.887Z | Compiling strum_macros v0.25.2 |
1463 | 2024-02-21T00:22:28.053Z | Compiling serde_tokenstream v0.1.7 |
1464 | 2024-02-21T00:22:28.429Z | Compiling dtrace-parser v0.2.0 |
1465 | 2024-02-21T00:22:29.623Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1466 | 2024-02-21T00:22:30.516Z | Compiling smoltcp v0.9.1 |
1467 | 2024-02-21T00:22:30.919Z | Compiling pem-rfc7468 v0.7.0 |
1468 | 2024-02-21T00:22:31.345Z | Compiling hmac v0.12.1 |
1469 | 2024-02-21T00:22:31.654Z | Compiling enum-as-inner v0.5.1 |
1470 | 2024-02-21T00:22:31.736Z | Compiling num-iter v0.1.43 |
1471 | 2024-02-21T00:22:32.258Z | Compiling flagset v0.4.3 |
1472 | 2024-02-21T00:22:32.270Z | Compiling siphasher v0.3.11 |
1473 | 2024-02-21T00:22:32.370Z | Compiling unicode-segmentation v1.10.1 |
1474 | 2024-02-21T00:22:32.489Z | Compiling der v0.7.8 |
1475 | 2024-02-21T00:22:32.610Z | Compiling usdt-macro v0.3.5 |
1476 | 2024-02-21T00:22:33.116Z | Compiling usdt-attr-macro v0.3.5 |
1477 | 2024-02-21T00:22:33.249Z | Compiling hubpack_derive v0.1.1 |
1478 | 2024-02-21T00:22:33.260Z | Compiling zerocopy-derive v0.6.4 |
1479 | 2024-02-21T00:22:35.045Z | Compiling deranged v0.3.8 |
1480 | 2024-02-21T00:22:35.066Z | Compiling utf8parse v0.2.1 |
1481 | 2024-02-21T00:22:35.066Z | Compiling anstyle v1.0.2 |
1482 | 2024-02-21T00:22:35.682Z | Compiling num_threads v0.1.6 |
1483 | 2024-02-21T00:22:35.911Z | Compiling anstyle-parse v0.2.1 |
1484 | 2024-02-21T00:22:35.931Z | Compiling spki v0.7.2 |
1485 | 2024-02-21T00:22:36.096Z | Compiling sha2 v0.10.8 |
1486 | 2024-02-21T00:22:36.301Z | Compiling time v0.3.27 |
1487 | 2024-02-21T00:22:38.018Z | Compiling md-5 v0.10.5 |
1488 | 2024-02-21T00:22:38.315Z | Compiling block-padding v0.3.3 |
1489 | 2024-02-21T00:22:38.425Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1490 | 2024-02-21T00:22:38.939Z | Compiling clap_derive v4.5.0 |
1491 | 2024-02-21T00:22:38.939Z | Compiling stringprep v0.1.3 |
1492 | 2024-02-21T00:22:39.676Z | Compiling getopts v0.2.21 |
1493 | 2024-02-21T00:22:40.154Z | Compiling diesel_table_macro_syntax v0.1.0 |
1494 | 2024-02-21T00:22:40.722Z | Compiling num-integer v0.1.46 |
1495 | 2024-02-21T00:22:41.845Z | Compiling hash32 v0.2.1 |
1496 | 2024-02-21T00:22:42.623Z | Compiling fallible-iterator v0.2.0 |
1497 | 2024-02-21T00:22:44.043Z | Compiling colorchoice v1.0.0 |
1498 | 2024-02-21T00:22:44.043Z | Compiling stable_deref_trait v1.2.0 |
1499 | 2024-02-21T00:22:44.043Z | Compiling anstyle-query v1.0.0 |
1500 | 2024-02-21T00:22:44.089Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1501 | 2024-02-21T00:22:44.144Z | Compiling anstream v0.6.11 |
1502 | 2024-02-21T00:22:44.245Z | Compiling postgres-protocol v0.6.6 |
1503 | 2024-02-21T00:22:45.539Z | Compiling diesel_derives v2.1.2 |
1504 | 2024-02-21T00:22:45.809Z | Compiling inout v0.1.3 |
1505 | 2024-02-21T00:22:47.891Z | Compiling pkcs8 v0.10.2 |
1506 | 2024-02-21T00:22:48.138Z | Compiling phf_shared v0.11.2 |
1507 | 2024-02-21T00:22:49.648Z | Compiling ff v0.13.0 |
1508 | 2024-02-21T00:22:49.657Z | Compiling terminal_size v0.3.0 |
1509 | 2024-02-21T00:22:50.154Z | Compiling serde_repr v0.1.16 |
1510 | 2024-02-21T00:22:50.474Z | Compiling scheduled-thread-pool v0.2.7 |
1511 | 2024-02-21T00:22:50.751Z | Compiling managed v0.8.0 |
1512 | 2024-02-21T00:22:51.080Z | Compiling clap_lex v0.7.0 |
1513 | 2024-02-21T00:22:51.230Z | Compiling bit-vec v0.6.3 |
1514 | 2024-02-21T00:22:51.258Z | Compiling base16ct v0.2.0 |
1515 | 2024-02-21T00:22:51.328Z | Compiling bitflags v1.3.2 |
1516 | 2024-02-21T00:22:51.442Z | Compiling strsim v0.11.0 |
1517 | 2024-02-21T00:22:51.619Z | Compiling regex-automata v0.1.10 |
1518 | 2024-02-21T00:22:51.629Z | Compiling unsafe-libyaml v0.2.10 |
1519 | 2024-02-21T00:22:52.106Z | Compiling matches v0.1.10 |
1520 | 2024-02-21T00:22:52.215Z | Compiling idna v0.2.3 |
1521 | 2024-02-21T00:22:52.432Z | Compiling bstr v0.2.17 |
1522 | 2024-02-21T00:22:53.731Z | Compiling serde_yaml v0.9.25 |
1523 | 2024-02-21T00:22:53.920Z | Compiling clap_builder v4.5.0 |
1524 | 2024-02-21T00:22:54.386Z | Compiling sec1 v0.7.3 |
1525 | 2024-02-21T00:22:55.263Z | Compiling r2d2 v0.8.10 |
1526 | 2024-02-21T00:22:55.799Z | Compiling group v0.13.0 |
1527 | 2024-02-21T00:22:57.631Z | Compiling phf v0.11.2 |
1528 | 2024-02-21T00:22:58.140Z | Compiling signal-hook-mio v0.2.3 |
1529 | 2024-02-21T00:22:58.140Z | Compiling cipher v0.4.4 |
1530 | 2024-02-21T00:22:59.829Z | Compiling bzip2 v0.4.4 |
1531 | 2024-02-21T00:23:00.006Z | Compiling postgres-types v0.2.6 |
1532 | 2024-02-21T00:23:00.006Z | Compiling zerocopy v0.6.4 |
1533 | 2024-02-21T00:23:00.064Z | Compiling hubpack v0.1.2 |
1534 | 2024-02-21T00:23:00.064Z | Compiling phf_shared v0.10.0 |
1535 | 2024-02-21T00:23:00.064Z | Compiling hkdf v0.12.4 |
1536 | 2024-02-21T00:23:00.064Z | Compiling crypto-bigint v0.5.2 |
1537 | 2024-02-21T00:23:00.064Z | Compiling ipnetwork v0.20.0 |
1538 | 2024-02-21T00:23:00.064Z | Compiling float-cmp v0.9.0 |
1539 | 2024-02-21T00:23:02.853Z | Compiling whoami v1.4.1 |
1540 | 2024-02-21T00:23:03.713Z | Compiling normalize-line-endings v0.3.0 |
1541 | 2024-02-21T00:23:04.237Z | Compiling fixedbitset v0.4.2 |
1542 | 2024-02-21T00:23:04.237Z | Compiling static_assertions v1.1.0 |
1543 | 2024-02-21T00:23:04.237Z | Compiling regex-automata v0.3.8 |
1544 | 2024-02-21T00:23:04.237Z | Compiling data-encoding v2.4.0 |
1545 | 2024-02-21T00:23:04.237Z | Compiling difflib v0.4.0 |
1546 | 2024-02-21T00:23:04.635Z | Compiling precomputed-hash v0.1.1 |
1547 | 2024-02-21T00:23:04.754Z | Compiling minimal-lexical v0.2.1 |
1548 | 2024-02-21T00:23:05.319Z | Compiling predicates-core v1.0.6 |
1549 | 2024-02-21T00:23:05.344Z | Compiling new_debug_unreachable v1.0.4 |
1550 | 2024-02-21T00:23:05.541Z | Compiling predicates v3.1.0 |
1551 | 2024-02-21T00:23:05.681Z | Compiling bstr v1.6.0 |
1552 | 2024-02-21T00:23:05.708Z | Compiling string_cache v0.8.7 |
1553 | 2024-02-21T00:23:07.879Z | Compiling nom v7.1.3 |
1554 | 2024-02-21T00:23:07.977Z | Compiling trust-dns-proto v0.22.0 |
1555 | 2024-02-21T00:23:07.977Z | Compiling petgraph v0.6.4 |
1556 | 2024-02-21T00:23:07.978Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1557 | 2024-02-21T00:23:07.978Z | Compiling tokio-postgres v0.7.10 |
1558 | 2024-02-21T00:23:07.978Z | Compiling diesel v2.1.4 |
1559 | 2024-02-21T00:23:07.978Z | Compiling elliptic-curve v0.13.8 |
1560 | 2024-02-21T00:23:09.323Z | Compiling yasna v0.5.2 |
1561 | 2024-02-21T00:23:10.292Z | Compiling zip v0.6.6 |
1562 | 2024-02-21T00:23:10.935Z | Compiling clap v4.5.0 |
1563 | 2024-02-21T00:23:11.463Z | Compiling crossterm v0.27.0 |
1564 | 2024-02-21T00:23:11.670Z | Compiling similar v2.3.0 |
1565 | 2024-02-21T00:23:11.784Z | Compiling bit-set v0.5.3 |
1566 | 2024-02-21T00:23:11.818Z | Compiling usdt v0.3.5 |
1567 | 2024-02-21T00:23:12.078Z | Compiling strum v0.25.0 |
1568 | 2024-02-21T00:23:12.266Z | Compiling itertools v0.10.5 |
1569 | 2024-02-21T00:23:13.083Z | Compiling console v0.15.8 |
1570 | 2024-02-21T00:23:13.101Z | Compiling tokio-stream v0.1.14 |
1571 | 2024-02-21T00:23:14.092Z | Compiling lalrpop-util v0.19.12 |
1572 | 2024-02-21T00:23:14.463Z | Compiling camino v1.1.6 |
1573 | 2024-02-21T00:23:16.514Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1574 | 2024-02-21T00:23:25.352Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1575 | 2024-02-21T00:23:52.237Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1576 | 2024-02-21T00:23:54.229Z | Compiling sha1 v0.10.6 |
1577 | 2024-02-21T00:23:55.186Z | Compiling atty v0.2.14 |
1578 | 2024-02-21T00:23:55.190Z | Compiling match_cfg v0.1.0 |
1579 | 2024-02-21T00:23:55.190Z | Compiling hostname v0.3.1 |
1580 | 2024-02-21T00:23:55.190Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1581 | 2024-02-21T00:23:55.299Z | Compiling dirs-sys-next v0.1.2 |
1582 | 2024-02-21T00:23:55.796Z | Compiling rustls-pki-types v1.3.0 |
1583 | 2024-02-21T00:23:55.816Z | Compiling ident_case v1.0.1 |
1584 | 2024-02-21T00:23:55.816Z | Compiling strsim v0.10.0 |
1585 | 2024-02-21T00:23:55.816Z | Compiling dirs-next v2.0.0 |
1586 | 2024-02-21T00:23:56.288Z | Compiling darling_core v0.20.3 |
1587 | 2024-02-21T00:23:56.289Z | Compiling thread_local v1.1.7 |
1588 | 2024-02-21T00:23:56.289Z | Compiling slog-async v2.8.0 |
1589 | 2024-02-21T00:23:56.400Z | Compiling rustls v0.22.2 |
1590 | 2024-02-21T00:23:56.535Z | Compiling rustls-webpki v0.102.1 |
1591 | 2024-02-21T00:23:57.035Z | Compiling term v0.7.0 |
1592 | 2024-02-21T00:23:57.035Z | Compiling crossbeam-channel v0.5.8 |
1593 | 2024-02-21T00:23:57.036Z | Compiling multer v3.0.0 |
1594 | 2024-02-21T00:23:57.224Z | Compiling instant v0.1.12 |
1595 | 2024-02-21T00:23:57.379Z | Compiling paste v1.0.14 |
1596 | 2024-02-21T00:23:57.530Z | Compiling take_mut v0.2.2 |
1597 | 2024-02-21T00:23:58.046Z | Compiling slog-term v2.9.0 |
1598 | 2024-02-21T00:23:58.473Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1599 | 2024-02-21T00:23:58.780Z | Compiling slog-json v2.6.1 |
1600 | 2024-02-21T00:23:58.957Z | Compiling http v1.0.0 |
1601 | 2024-02-21T00:23:59.047Z | Compiling async-stream-impl v0.3.5 |
1602 | 2024-02-21T00:23:59.189Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1603 | 2024-02-21T00:23:59.457Z | Compiling debug-ignore v1.0.5 |
1604 | 2024-02-21T00:23:59.533Z | Compiling atomic-waker v1.1.1 |
1605 | 2024-02-21T00:23:59.680Z | Compiling waitgroup v0.1.2 |
1606 | 2024-02-21T00:24:00.151Z | Compiling slog-bunyan v2.5.0 |
1607 | 2024-02-21T00:24:00.164Z | Compiling rustls-pemfile v2.1.0 |
1608 | 2024-02-21T00:24:00.435Z | Compiling toml v0.8.10 |
1609 | 2024-02-21T00:24:00.567Z | Compiling async-stream v0.3.5 |
1610 | 2024-02-21T00:24:01.268Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1611 | 2024-02-21T00:24:01.765Z | Compiling serde_path_to_error v0.1.15 |
1612 | 2024-02-21T00:24:02.162Z | Compiling structmeta-derive v0.3.0 |
1613 | 2024-02-21T00:24:02.178Z | Compiling darling_macro v0.20.3 |
1614 | 2024-02-21T00:24:02.231Z | Compiling strum_macros v0.26.1 |
1615 | 2024-02-21T00:24:03.108Z | Compiling tokio-rustls v0.25.0 |
1616 | 2024-02-21T00:24:03.164Z | Compiling newtype-uuid v1.0.1 |
1617 | 2024-02-21T00:24:03.355Z | Compiling darling v0.20.3 |
1618 | 2024-02-21T00:24:03.846Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1619 | 2024-02-21T00:24:03.846Z | Compiling serde_with_macros v3.6.1 |
1620 | 2024-02-21T00:24:03.847Z | Compiling backoff v0.4.0 |
1621 | 2024-02-21T00:24:04.085Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1622 | 2024-02-21T00:24:04.309Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1623 | 2024-02-21T00:24:04.482Z | Compiling macaddr v1.0.1 |
1624 | 2024-02-21T00:24:04.938Z | Compiling proc-macro-error-attr v1.0.4 |
1625 | 2024-02-21T00:24:04.964Z | Compiling proc-macro-crate v1.3.1 |
1626 | 2024-02-21T00:24:05.350Z | Compiling proc-macro-error v1.0.4 |
1627 | 2024-02-21T00:24:05.613Z | Compiling structmeta v0.3.0 |
1628 | 2024-02-21T00:24:06.114Z | Compiling heapless v0.8.0 |
1629 | 2024-02-21T00:24:06.126Z | Compiling parse-display-derive v0.9.0 |
1630 | 2024-02-21T00:24:06.127Z | Compiling num_enum_derive v0.5.11 |
1631 | 2024-02-21T00:24:06.983Z | Compiling serde_with v3.6.1 |
1632 | 2024-02-21T00:24:07.750Z | Compiling hash32 v0.3.1 |
1633 | 2024-02-21T00:24:08.021Z | Compiling rayon-core v1.12.0 |
1634 | 2024-02-21T00:24:08.044Z | Compiling strum v0.26.1 |
1635 | 2024-02-21T00:24:08.221Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2024-02-21T00:24:08.410Z | Compiling smoltcp v0.11.0 |
1637 | 2024-02-21T00:24:09.242Z | Compiling num_enum v0.5.11 |
1638 | 2024-02-21T00:24:09.421Z | Compiling crossbeam-deque v0.8.3 |
1639 | 2024-02-21T00:24:09.471Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-02-21T00:24:09.795Z | Compiling fastrand v2.0.1 |
1641 | 2024-02-21T00:24:09.876Z | Compiling cobs v0.2.3 |
1642 | 2024-02-21T00:24:10.030Z | Compiling same-file v1.0.6 |
1643 | 2024-02-21T00:24:10.626Z | Compiling embedded-io v0.4.0 |
1644 | 2024-02-21T00:24:10.648Z | Compiling walkdir v2.4.0 |
1645 | 2024-02-21T00:24:10.648Z | Compiling tempfile v3.10.0 |
1646 | 2024-02-21T00:24:10.648Z | Compiling postcard v1.0.8 |
1647 | 2024-02-21T00:24:11.318Z | Compiling parse-display v0.9.0 |
1648 | 2024-02-21T00:24:11.350Z | Compiling semver-parser v0.10.2 |
1649 | 2024-02-21T00:24:11.398Z | Compiling foreign-types-macros v0.2.3 |
1650 | 2024-02-21T00:24:11.419Z | Compiling blake3 v1.5.0 |
1651 | 2024-02-21T00:24:12.002Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-21T00:24:12.112Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1653 | 2024-02-21T00:24:12.370Z | Compiling foreign-types-shared v0.3.1 |
1654 | 2024-02-21T00:24:12.460Z | Compiling crucible-workspace-hack v0.1.0 |
1655 | 2024-02-21T00:24:12.509Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1656 | 2024-02-21T00:24:12.752Z | Compiling rayon v1.8.0 |
1657 | 2024-02-21T00:24:12.809Z | Compiling foreign-types v0.5.0 |
1658 | 2024-02-21T00:24:12.832Z | Compiling semver v0.11.0 |
1659 | 2024-02-21T00:24:13.430Z | Compiling is-terminal v0.4.9 |
1660 | 2024-02-21T00:24:13.584Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1661 | 2024-02-21T00:24:13.614Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1662 | 2024-02-21T00:24:13.738Z | Compiling cstr-argument v0.1.2 |
1663 | 2024-02-21T00:24:13.756Z | Compiling filetime v0.2.23 |
1664 | 2024-02-21T00:24:14.006Z | Compiling memmap2 v0.7.1 |
1665 | 2024-02-21T00:24:14.429Z | Compiling xattr v1.0.1 |
1666 | 2024-02-21T00:24:14.429Z | Compiling arrayref v0.3.7 |
1667 | 2024-02-21T00:24:14.429Z | Compiling home v0.5.5 |
1668 | 2024-02-21T00:24:14.429Z | Compiling pretty-hex v0.2.1 |
1669 | 2024-02-21T00:24:14.451Z | Compiling arrayvec v0.7.4 |
1670 | 2024-02-21T00:24:14.478Z | Compiling constant_time_eq v0.3.0 |
1671 | 2024-02-21T00:24:14.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1672 | 2024-02-21T00:24:14.508Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1673 | 2024-02-21T00:24:14.649Z | Compiling toolchain_find v0.2.0 |
1674 | 2024-02-21T00:24:14.763Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1675 | 2024-02-21T00:24:14.849Z | Compiling tar v0.4.40 |
1676 | 2024-02-21T00:24:14.862Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1677 | 2024-02-21T00:24:15.318Z | Compiling camino-tempfile v1.1.1 |
1678 | 2024-02-21T00:24:15.338Z | Compiling colored v2.0.4 |
1679 | 2024-02-21T00:24:15.492Z | Compiling toml v0.5.11 |
1680 | 2024-02-21T00:24:15.902Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1681 | 2024-02-21T00:24:16.030Z | Compiling platforms v3.0.2 |
1682 | 2024-02-21T00:24:16.397Z | Compiling topological-sort v0.2.2 |
1683 | 2024-02-21T00:24:16.504Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1684 | 2024-02-21T00:24:17.037Z | Compiling zone_cfg_derive v0.3.0 |
1685 | 2024-02-21T00:24:17.088Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1686 | 2024-02-21T00:24:17.643Z | Compiling rustfmt-wrapper v0.2.0 |
1687 | 2024-02-21T00:24:18.148Z | Compiling textwrap v0.11.0 |
1688 | 2024-02-21T00:24:18.644Z | Compiling omicron-zone-package v0.11.0 |
1689 | 2024-02-21T00:24:19.064Z | Compiling heck v0.3.3 |
1690 | 2024-02-21T00:24:19.082Z | Compiling num-derive v0.4.0 |
1691 | 2024-02-21T00:24:19.082Z | Compiling ansi_term v0.12.1 |
1692 | 2024-02-21T00:24:19.247Z | Compiling strsim v0.8.0 |
1693 | 2024-02-21T00:24:19.351Z | Compiling libefi-sys v0.1.0 |
1694 | 2024-02-21T00:24:19.583Z | Compiling vec_map v0.8.2 |
1695 | 2024-02-21T00:24:19.725Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1696 | 2024-02-21T00:24:19.894Z | Compiling clap v2.34.0 |
1697 | 2024-02-21T00:24:19.919Z | Compiling structopt-derive v0.4.18 |
1698 | 2024-02-21T00:24:20.444Z | Compiling zone v0.3.0 |
1699 | 2024-02-21T00:24:20.790Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1700 | 2024-02-21T00:24:21.198Z | Compiling smf v0.2.2 |
1701 | 2024-02-21T00:24:21.373Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1702 | 2024-02-21T00:24:21.656Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1703 | 2024-02-21T00:24:22.105Z | Compiling unicase v2.7.0 |
1704 | 2024-02-21T00:24:22.168Z | Compiling semver v0.1.20 |
1705 | 2024-02-21T00:24:22.474Z | Compiling curve25519-dalek v4.1.1 |
1706 | 2024-02-21T00:24:23.076Z | Compiling rustc_version v0.1.7 |
1707 | 2024-02-21T00:24:23.093Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1708 | 2024-02-21T00:24:23.521Z | Compiling universal-hash v0.5.1 |
1709 | 2024-02-21T00:24:23.538Z | Compiling opaque-debug v0.3.0 |
1710 | 2024-02-21T00:24:23.538Z | Compiling newtype_derive v0.1.6 |
1711 | 2024-02-21T00:24:23.538Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1712 | 2024-02-21T00:24:23.538Z | Compiling signature v2.1.0 |
1713 | 2024-02-21T00:24:23.538Z | Compiling curve25519-dalek-derive v0.1.0 |
1714 | 2024-02-21T00:24:23.617Z | Compiling structopt v0.3.26 |
1715 | 2024-02-21T00:24:24.066Z | Compiling gethostname v0.4.3 |
1716 | 2024-02-21T00:24:24.067Z | Compiling num-rational v0.4.1 |
1717 | 2024-02-21T00:24:24.067Z | Compiling getrandom v0.1.16 |
1718 | 2024-02-21T00:24:24.160Z | Compiling usdt-macro v0.5.0 |
1719 | 2024-02-21T00:24:24.278Z | Compiling usdt-attr-macro v0.5.0 |
1720 | 2024-02-21T00:24:24.301Z | Compiling password-hash v0.5.0 |
1721 | 2024-02-21T00:24:24.461Z | Compiling blake2 v0.10.6 |
1722 | 2024-02-21T00:24:24.939Z | Compiling memmap v0.7.0 |
1723 | 2024-02-21T00:24:25.313Z | Compiling linked-hash-map v0.5.6 |
1724 | 2024-02-21T00:24:25.447Z | Compiling quick-error v1.2.3 |
1725 | 2024-02-21T00:24:25.577Z | Compiling parking_lot_core v0.8.6 |
1726 | 2024-02-21T00:24:25.664Z | Compiling lru-cache v0.1.2 |
1727 | 2024-02-21T00:24:25.825Z | Compiling resolv-conf v0.7.0 |
1728 | 2024-02-21T00:24:25.860Z | Compiling argon2 v0.5.3 |
1729 | 2024-02-21T00:24:26.095Z | Compiling usdt v0.5.0 |
1730 | 2024-02-21T00:24:27.103Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1731 | 2024-02-21T00:24:27.108Z | Compiling rfc6979 v0.4.0 |
1732 | 2024-02-21T00:24:27.108Z | Compiling aead v0.5.2 |
1733 | 2024-02-21T00:24:27.108Z | Compiling num-complex v0.4.4 |
1734 | 2024-02-21T00:24:27.264Z | Compiling nibble_vec v0.1.0 |
1735 | 2024-02-21T00:24:27.461Z | Compiling slog-dtrace v0.3.0 |
1736 | 2024-02-21T00:24:27.824Z | Compiling endian-type v0.1.2 |
1737 | 2024-02-21T00:24:27.931Z | Compiling cancel-safe-futures v0.1.5 |
1738 | 2024-02-21T00:24:28.060Z | Compiling utf-8 v0.7.6 |
1739 | 2024-02-21T00:24:28.130Z | Compiling arc-swap v1.6.0 |
1740 | 2024-02-21T00:24:28.400Z | Compiling keccak v0.1.4 |
1741 | 2024-02-21T00:24:28.845Z | Compiling winapi v0.3.9 |
1742 | 2024-02-21T00:24:28.874Z | Compiling sha3 v0.10.8 |
1743 | 2024-02-21T00:24:29.675Z | Compiling slog-scope v4.4.0 |
1744 | 2024-02-21T00:24:29.684Z | Compiling tungstenite v0.20.1 |
1745 | 2024-02-21T00:24:29.684Z | Compiling radix_trie v0.2.1 |
1746 | 2024-02-21T00:24:29.684Z | Compiling num v0.4.1 |
1747 | 2024-02-21T00:24:29.839Z | Compiling ecdsa v0.16.9 |
1748 | 2024-02-21T00:24:29.865Z | Compiling mime_guess v2.0.4 |
1749 | 2024-02-21T00:24:29.880Z | Compiling steno v0.4.0 |
1750 | 2024-02-21T00:24:30.326Z | Compiling trust-dns-resolver v0.22.0 |
1751 | 2024-02-21T00:24:30.741Z | Compiling rand_core v0.5.1 |
1752 | 2024-02-21T00:24:31.353Z | Compiling poly1305 v0.8.0 |
1753 | 2024-02-21T00:24:31.987Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1754 | 2024-02-21T00:24:32.017Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1755 | 2024-02-21T00:24:33.207Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1756 | 2024-02-21T00:24:33.258Z | Compiling primeorder v0.13.6 |
1757 | 2024-02-21T00:24:33.689Z | Compiling chacha20 v0.9.1 |
1758 | 2024-02-21T00:24:33.804Z | Compiling secrecy v0.8.0 |
1759 | 2024-02-21T00:24:34.083Z | Compiling thiserror-impl-no-std v2.0.2 |
1760 | 2024-02-21T00:24:34.289Z | Compiling half v2.3.1 |
1761 | 2024-02-21T00:24:35.019Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1762 | 2024-02-21T00:24:35.057Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1763 | 2024-02-21T00:24:35.399Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1764 | 2024-02-21T00:24:35.978Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1765 | 2024-02-21T00:24:36.862Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1766 | 2024-02-21T00:24:37.046Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1767 | 2024-02-21T00:24:37.114Z | Compiling convert_case v0.4.0 |
1768 | 2024-02-21T00:24:37.467Z | Compiling ciborium-io v0.2.2 |
1769 | 2024-02-21T00:24:37.628Z | Compiling option-ext v0.2.0 |
1770 | 2024-02-21T00:24:37.717Z | Compiling thiserror-no-std v2.0.2 |
1771 | 2024-02-21T00:24:37.743Z | Compiling dirs-sys v0.4.1 |
1772 | 2024-02-21T00:24:37.835Z | Compiling ciborium-ll v0.2.2 |
1773 | 2024-02-21T00:24:38.538Z | Compiling derive_more v0.99.17 |
1774 | 2024-02-21T00:24:38.594Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1775 | 2024-02-21T00:24:38.739Z | Compiling parking_lot v0.11.2 |
1776 | 2024-02-21T00:24:38.951Z | Compiling rand_chacha v0.2.2 |
1777 | 2024-02-21T00:24:39.019Z | Compiling tokio-tungstenite v0.20.1 |
1778 | 2024-02-21T00:24:39.618Z | Compiling trust-dns-client v0.22.0 |
1779 | 2024-02-21T00:24:40.560Z | Compiling slog-stdlog v4.1.1 |
1780 | 2024-02-21T00:24:40.928Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1781 | 2024-02-21T00:24:41.183Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1782 | 2024-02-21T00:24:41.272Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1783 | 2024-02-21T00:24:42.830Z | Compiling ed25519 v2.2.2 |
1784 | 2024-02-21T00:24:43.353Z | Compiling polyval v0.6.1 |
1785 | 2024-02-21T00:24:43.825Z | Compiling blowfish v0.9.1 |
1786 | 2024-02-21T00:24:44.307Z | Compiling ctr v0.9.2 |
1787 | 2024-02-21T00:24:44.335Z | Compiling aes v0.8.3 |
1788 | 2024-02-21T00:24:44.687Z | Compiling password-hash v0.4.2 |
1789 | 2024-02-21T00:24:45.761Z | Compiling libsw v3.3.1 |
1790 | 2024-02-21T00:24:46.127Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1791 | 2024-02-21T00:24:47.498Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1792 | 2024-02-21T00:24:47.571Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1793 | 2024-02-21T00:24:52.043Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1794 | 2024-02-21T00:24:56.095Z | Compiling pbkdf2 v0.12.2 |
1795 | 2024-02-21T00:24:56.284Z | Compiling derive-where v1.2.7 |
1796 | 2024-02-21T00:24:56.316Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1797 | 2024-02-21T00:24:57.245Z | Compiling fxhash v0.2.1 |
1798 | 2024-02-21T00:24:57.254Z | Compiling owo-colors v4.0.0 |
1799 | 2024-02-21T00:24:57.254Z | Compiling swrite v0.1.0 |
1800 | 2024-02-21T00:24:57.291Z | Compiling linear-map v1.2.0 |
1801 | 2024-02-21T00:24:57.701Z | Compiling sled v0.34.7 |
1802 | 2024-02-21T00:24:58.685Z | Compiling trust-dns-server v0.22.1 |
1803 | 2024-02-21T00:24:59.178Z | Compiling bcrypt-pbkdf v0.10.0 |
1804 | 2024-02-21T00:24:59.435Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1805 | 2024-02-21T00:24:59.502Z | Compiling pbkdf2 v0.11.0 |
1806 | 2024-02-21T00:24:59.683Z | Compiling ghash v0.5.0 |
1807 | 2024-02-21T00:24:59.874Z | Compiling ed25519-dalek v2.0.0 |
1808 | 2024-02-21T00:24:59.912Z | Compiling slog-envlogger v2.2.0 |
1809 | 2024-02-21T00:25:00.289Z | Compiling russh-cryptovec v0.7.0 |
1810 | 2024-02-21T00:25:00.516Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1811 | 2024-02-21T00:25:00.609Z | Compiling rand v0.7.3 |
1812 | 2024-02-21T00:25:00.964Z | Compiling ciborium v0.2.2 |
1813 | 2024-02-21T00:25:00.985Z | Compiling dirs v5.0.1 |
1814 | 2024-02-21T00:25:01.601Z | Compiling vsss-rs v3.3.4 |
1815 | 2024-02-21T00:25:01.702Z | Compiling chacha20poly1305 v0.10.1 |
1816 | 2024-02-21T00:25:01.922Z | Compiling p256 v0.13.2 |
1817 | 2024-02-21T00:25:02.567Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1818 | 2024-02-21T00:25:02.989Z | Compiling p521 v0.13.3 |
1819 | 2024-02-21T00:25:03.760Z | Compiling cbc v0.1.2 |
1820 | 2024-02-21T00:25:04.449Z | Compiling pem v3.0.2 |
1821 | 2024-02-21T00:25:04.869Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1822 | 2024-02-21T00:25:05.280Z | Compiling headers-core v0.2.0 |
1823 | 2024-02-21T00:25:06.119Z | Compiling kstat-rs v0.2.3 |
1824 | 2024-02-21T00:25:06.119Z | Compiling glob v0.3.1 |
1825 | 2024-02-21T00:25:06.133Z | Compiling md5 v0.7.0 |
1826 | 2024-02-21T00:25:06.152Z | Compiling http-range v0.1.5 |
1827 | 2024-02-21T00:25:06.624Z | Compiling russh-keys v0.42.0 |
1828 | 2024-02-21T00:25:06.630Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1829 | 2024-02-21T00:25:06.630Z | Compiling hyper-staticfile v0.9.5 |
1830 | 2024-02-21T00:25:06.631Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1831 | 2024-02-21T00:25:08.314Z | Compiling headers v0.3.9 |
1832 | 2024-02-21T00:25:09.720Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1833 | 2024-02-21T00:25:09.901Z | Compiling rcgen v0.12.1 |
1834 | 2024-02-21T00:25:10.609Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1835 | 2024-02-21T00:25:10.797Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1836 | 2024-02-21T00:25:11.438Z | Compiling aes-gcm v0.10.3 |
1837 | 2024-02-21T00:25:13.053Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1838 | 2024-02-21T00:25:15.780Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1839 | 2024-02-21T00:25:15.899Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1840 | 2024-02-21T00:25:18.190Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1841 | 2024-02-21T00:25:19.528Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1842 | 2024-02-21T00:25:20.617Z | Compiling atomicwrites v0.4.3 |
1843 | 2024-02-21T00:25:20.977Z | Compiling itertools v0.12.1 |
1844 | 2024-02-21T00:25:21.008Z | Compiling subprocess v0.2.9 |
1845 | 2024-02-21T00:25:21.448Z | Compiling display-error-chain v0.2.0 |
1846 | 2024-02-21T00:25:21.529Z | Compiling hex-literal v0.4.1 |
1847 | 2024-02-21T00:25:21.683Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1848 | 2024-02-21T00:25:23.227Z | Compiling russh v0.42.0 |
1849 | 2024-02-21T00:25:24.437Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1850 | 2024-02-21T00:25:30.560Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1851 | 2024-02-21T00:25:31.946Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1852 | 2024-02-21T00:25:54.710Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1853 | 2024-02-21T00:26:58.240Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 05s |
1854 | 2024-02-21T00:26:58.531Z | |
1855 | 2024-02-21T00:26:58.531Z | real 6:05.836039582 |
1856 | 2024-02-21T00:26:58.531Z | user 30:52.159920594 |
1857 | 2024-02-21T00:26:58.531Z | sys 5:45.010377960 |
1858 | 2024-02-21T00:26:58.531Z | trap 0.917990797 |
1859 | 2024-02-21T00:26:58.531Z | tflt 11.719488864 |
1860 | 2024-02-21T00:26:58.534Z | dflt 8.984179733 |
1861 | 2024-02-21T00:26:58.535Z | kflt 0.121895424 |
1862 | 2024-02-21T00:26:58.535Z | lock 57:34.374121268 |
1863 | 2024-02-21T00:26:58.535Z | slp 1:31:49.443729913 |
1864 | 2024-02-21T00:26:58.535Z | lat 1:38.959636406 |
1865 | 2024-02-21T00:26:58.535Z | stop 3:59.972770733 |
1866 | 2024-02-21T00:26:58.535Z | + mkdir -p /work/end-to-end-tests |
1867 | 2024-02-21T00:26:58.538Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1868 | 2024-02-21T00:26:59.305Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1869 | 2024-02-21T00:26:59.305Z | + ptime -m gzip |
1870 | 2024-02-21T00:26:59.309Z | ++ basename target/debug/bootstrap |
1871 | 2024-02-21T00:27:12.596Z | |
1872 | 2024-02-21T00:27:12.596Z | real 13.283095108 |
1873 | 2024-02-21T00:27:12.596Z | user 13.158492425 |
1874 | 2024-02-21T00:27:12.596Z | sys 0.112980845 |
1875 | 2024-02-21T00:27:12.596Z | trap 0.003408907 |
1876 | 2024-02-21T00:27:12.596Z | tflt 0.000000000 |
1877 | 2024-02-21T00:27:12.596Z | dflt 0.000000000 |
1878 | 2024-02-21T00:27:12.596Z | kflt 0.000000000 |
1879 | 2024-02-21T00:27:12.600Z | lock 0.000000000 |
1880 | 2024-02-21T00:27:12.600Z | slp 0.000000000 |
1881 | 2024-02-21T00:27:12.600Z | lat 0.007816945 |
1882 | 2024-02-21T00:27:12.600Z | stop 0.000171862 |
1883 | 2024-02-21T00:27:12.600Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1884 | 2024-02-21T00:27:12.600Z | + ptime -m gzip |
1885 | 2024-02-21T00:27:12.600Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cf824cb4b739d2ec |
1886 | 2024-02-21T00:27:13.890Z | |
1887 | 2024-02-21T00:27:13.890Z | real 1.285401481 |
1888 | 2024-02-21T00:27:13.890Z | user 1.269989775 |
1889 | 2024-02-21T00:27:13.890Z | sys 0.014786877 |
1890 | 2024-02-21T00:27:13.890Z | trap 0.000123219 |
1891 | 2024-02-21T00:27:13.890Z | tflt 0.000000000 |
1892 | 2024-02-21T00:27:13.891Z | dflt 0.000000000 |
1893 | 2024-02-21T00:27:13.891Z | kflt 0.000000000 |
1894 | 2024-02-21T00:27:13.891Z | lock 0.000000000 |
1895 | 2024-02-21T00:27:13.910Z | slp 0.000000000 |
1896 | 2024-02-21T00:27:13.910Z | lat 0.000096120 |
1897 | 2024-02-21T00:27:13.910Z | stop 0.000175802 |
1898 | 2024-02-21T00:27:13.910Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1899 | 2024-02-21T00:27:13.910Z | + ptime -m gzip |
1900 | 2024-02-21T00:27:13.910Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a83ae36ae0f33128 |
1901 | 2024-02-21T00:27:29.833Z | |
1902 | 2024-02-21T00:27:29.833Z | real 13.624925218 |
1903 | 2024-02-21T00:27:29.833Z | user 13.516810686 |
1904 | 2024-02-21T00:27:29.833Z | sys 0.102993752 |
1905 | 2024-02-21T00:27:29.833Z | trap 0.002608257 |
1906 | 2024-02-21T00:27:29.834Z | tflt 0.000000000 |
1907 | 2024-02-21T00:27:29.834Z | dflt 0.000000000 |
1908 | 2024-02-21T00:27:30.067Z | kflt 0.000000000 |
1909 | 2024-02-21T00:27:30.067Z | lock 0.000000000 |
1910 | 2024-02-21T00:27:30.067Z | slp 0.000000000 |
1911 | 2024-02-21T00:27:30.067Z | lat 0.002122529 |
1912 | 2024-02-21T00:27:30.067Z | stop 0.000170612 |
1913 | 2024-02-21T00:27:30.067Z | + banner caboose-util |
1914 | 2024-02-21T00:27:30.067Z | |
1915 | 2024-02-21T00:27:30.067Z | #### ## ##### #### #### #### ###### # # ##### |
1916 | 2024-02-21T00:27:30.067Z | # # # # # # # # # # # # # # # |
1917 | 2024-02-21T00:27:30.067Z | # # # ##### # # # # #### ##### ##### # # # |
1918 | 2024-02-21T00:27:30.067Z | # ###### # # # # # # # # # # # |
1919 | 2024-02-21T00:27:30.067Z | # # # # # # # # # # # # # # # # |
1920 | 2024-02-21T00:27:30.067Z | #### # # ##### #### #### #### ###### #### # |
1921 | 2024-02-21T00:27:30.067Z | |
1922 | 2024-02-21T00:27:30.067Z | + ptime -m cargo build --locked -p caboose-util --release |
1923 | 2024-02-21T00:27:30.067Z | Downloading crates ... |
1924 | 2024-02-21T00:27:30.068Z | Downloaded array-init v0.0.4 |
1925 | 2024-02-21T00:27:30.068Z | Downloaded nodrop v0.1.14 |
1926 | 2024-02-21T00:27:30.068Z | Downloaded wyz v0.5.1 |
1927 | 2024-02-21T00:27:30.068Z | Downloaded termcolor v1.2.0 |
1928 | 2024-02-21T00:27:30.068Z | Downloaded tap v1.0.1 |
1929 | 2024-02-21T00:27:30.068Z | Downloaded bitfield v0.14.0 |
1930 | 2024-02-21T00:27:30.068Z | Downloaded path-slash v0.1.5 |
1931 | 2024-02-21T00:27:30.068Z | Downloaded smallvec v0.6.14 |
1932 | 2024-02-21T00:27:30.068Z | Downloaded crc v3.0.1 |
1933 | 2024-02-21T00:27:30.068Z | Downloaded crc-catalog v2.2.0 |
1934 | 2024-02-21T00:27:30.068Z | Downloaded maybe-uninit v2.0.0 |
1935 | 2024-02-21T00:27:30.068Z | Downloaded serde-hex v0.1.0 |
1936 | 2024-02-21T00:27:30.068Z | Downloaded funty v2.0.0 |
1937 | 2024-02-21T00:27:30.068Z | Downloaded radium v0.7.0 |
1938 | 2024-02-21T00:27:30.068Z | Downloaded hashbrown v0.13.2 |
1939 | 2024-02-21T00:27:30.068Z | Downloaded packed_struct v0.10.1 |
1940 | 2024-02-21T00:27:30.068Z | Downloaded packed_struct_codegen v0.10.1 |
1941 | 2024-02-21T00:27:30.068Z | Downloaded env_logger v0.10.0 |
1942 | 2024-02-21T00:27:30.068Z | Downloaded pkcs1 v0.7.5 |
1943 | 2024-02-21T00:27:30.068Z | Downloaded ron v0.8.1 |
1944 | 2024-02-21T00:27:30.068Z | Downloaded crc-any v2.4.3 |
1945 | 2024-02-21T00:27:30.068Z | Downloaded rsa v0.9.2 |
1946 | 2024-02-21T00:27:30.068Z | Downloaded x509-cert v0.2.4 |
1947 | 2024-02-21T00:27:30.069Z | Downloaded num-bigint-dig v0.8.4 |
1948 | 2024-02-21T00:27:30.069Z | Downloaded object v0.30.4 |
1949 | 2024-02-21T00:27:30.069Z | Downloaded bitvec v1.0.1 |
1950 | 2024-02-21T00:27:30.069Z | Compiling proc-macro2 v1.0.78 |
1951 | 2024-02-21T00:27:30.069Z | Compiling unicode-ident v1.0.12 |
1952 | 2024-02-21T00:27:30.069Z | Compiling libc v0.2.153 |
1953 | 2024-02-21T00:27:30.069Z | Compiling serde v1.0.196 |
1954 | 2024-02-21T00:27:30.069Z | Compiling autocfg v1.1.0 |
1955 | 2024-02-21T00:27:30.069Z | Compiling version_check v0.9.4 |
1956 | 2024-02-21T00:27:30.069Z | Compiling cfg-if v1.0.0 |
1957 | 2024-02-21T00:27:30.077Z | Compiling typenum v1.16.0 |
1958 | 2024-02-21T00:27:30.077Z | Compiling once_cell v1.19.0 |
1959 | 2024-02-21T00:27:30.077Z | Compiling parking_lot_core v0.9.8 |
1960 | 2024-02-21T00:27:30.077Z | Compiling memchr v2.6.3 |
1961 | 2024-02-21T00:27:30.078Z | Compiling syn v1.0.109 |
1962 | 2024-02-21T00:27:30.078Z | Compiling byteorder v1.5.0 |
1963 | 2024-02-21T00:27:30.078Z | Compiling lock_api v0.4.10 |
1964 | 2024-02-21T00:27:30.078Z | Compiling generic-array v0.14.7 |
1965 | 2024-02-21T00:27:30.078Z | Compiling libm v0.2.7 |
1966 | 2024-02-21T00:27:30.078Z | Compiling num-traits v0.2.16 |
1967 | 2024-02-21T00:27:30.078Z | Compiling ahash v0.8.7 |
1968 | 2024-02-21T00:27:30.078Z | Compiling quote v1.0.35 |
1969 | 2024-02-21T00:27:30.423Z | Compiling thiserror v1.0.57 |
1970 | 2024-02-21T00:27:30.431Z | Compiling pkg-config v0.3.27 |
1971 | 2024-02-21T00:27:30.622Z | Compiling syn v2.0.48 |
1972 | 2024-02-21T00:27:30.680Z | Compiling cc v1.0.83 |
1973 | 2024-02-21T00:27:30.690Z | Compiling getrandom v0.2.10 |
1974 | 2024-02-21T00:27:31.074Z | Compiling serde_json v1.0.114 |
1975 | 2024-02-21T00:27:31.136Z | Compiling scopeguard v1.2.0 |
1976 | 2024-02-21T00:27:31.709Z | Compiling slab v0.4.9 |
1977 | 2024-02-21T00:27:31.726Z | Compiling itoa v1.0.9 |
1978 | 2024-02-21T00:27:31.737Z | Compiling log v0.4.20 |
1979 | 2024-02-21T00:27:32.044Z | Compiling rand_core v0.6.4 |
1980 | 2024-02-21T00:27:32.408Z | Compiling smallvec v1.13.1 |
1981 | 2024-02-21T00:27:32.677Z | Compiling vcpkg v0.2.15 |
1982 | 2024-02-21T00:27:33.394Z | Compiling const-oid v0.9.5 |
1983 | 2024-02-21T00:27:34.505Z | Compiling parking_lot v0.12.1 |
1984 | 2024-02-21T00:27:34.505Z | Compiling pin-project-lite v0.2.13 |
1985 | 2024-02-21T00:27:34.518Z | Compiling ring v0.17.8 |
1986 | 2024-02-21T00:27:34.518Z | Compiling openssl-sys v0.9.96 |
1987 | 2024-02-21T00:27:34.722Z | Compiling ucd-trie v0.1.6 |
1988 | 2024-02-21T00:27:35.064Z | Compiling ryu v1.0.15 |
1989 | 2024-02-21T00:27:35.423Z | Compiling signal-hook-registry v1.4.1 |
1990 | 2024-02-21T00:27:35.493Z | Compiling rustix v0.38.31 |
1991 | 2024-02-21T00:27:35.810Z | Compiling subtle v2.5.0 |
1992 | 2024-02-21T00:27:36.065Z | Compiling ring v0.16.20 |
1993 | 2024-02-21T00:27:36.130Z | Compiling mio v0.8.9 |
1994 | 2024-02-21T00:27:36.237Z | Compiling semver v1.0.22 |
1995 | 2024-02-21T00:27:36.749Z | Compiling futures-core v0.3.30 |
1996 | 2024-02-21T00:27:37.012Z | Compiling heck v0.4.1 |
1997 | 2024-02-21T00:27:37.997Z | Compiling spin v0.5.2 |
1998 | 2024-02-21T00:27:38.384Z | Compiling socket2 v0.5.5 |
1999 | 2024-02-21T00:27:38.981Z | Compiling num_cpus v1.16.0 |
2000 | 2024-02-21T00:27:39.062Z | Compiling httparse v1.8.0 |
2001 | 2024-02-21T00:27:39.096Z | Compiling openssl v0.10.60 |
2002 | 2024-02-21T00:27:39.323Z | Compiling futures-sink v0.3.30 |
2003 | 2024-02-21T00:27:39.485Z | Compiling allocator-api2 v0.2.16 |
2004 | 2024-02-21T00:27:39.514Z | Compiling unicode-xid v0.2.4 |
2005 | 2024-02-21T00:27:39.684Z | Compiling synstructure v0.12.6 |
2006 | 2024-02-21T00:27:40.360Z | Compiling tinyvec_macros v0.1.1 |
2007 | 2024-02-21T00:27:40.409Z | Compiling equivalent v1.0.1 |
2008 | 2024-02-21T00:27:40.423Z | Compiling tinyvec v1.6.0 |
2009 | 2024-02-21T00:27:40.542Z | Compiling futures-channel v0.3.30 |
2010 | 2024-02-21T00:27:40.925Z | Compiling crc32fast v1.3.2 |
2011 | 2024-02-21T00:27:40.973Z | Compiling native-tls v0.2.11 |
2012 | 2024-02-21T00:27:41.636Z | Compiling futures-io v0.3.30 |
2013 | 2024-02-21T00:27:41.644Z | Compiling rustls v0.21.9 |
2014 | 2024-02-21T00:27:41.644Z | Compiling pin-utils v0.1.0 |
2015 | 2024-02-21T00:27:41.644Z | Compiling ppv-lite86 v0.2.17 |
2016 | 2024-02-21T00:27:41.644Z | Compiling futures-task v0.3.30 |
2017 | 2024-02-21T00:27:41.644Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2018 | 2024-02-21T00:27:41.758Z | Compiling spin v0.9.8 |
2019 | 2024-02-21T00:27:41.818Z | Compiling tracing-core v0.1.31 |
2020 | 2024-02-21T00:27:41.987Z | Compiling unicode-normalization v0.1.22 |
2021 | 2024-02-21T00:27:42.116Z | Compiling base64ct v1.6.0 |
2022 | 2024-02-21T00:27:42.154Z | Compiling unicode-bidi v0.3.13 |
2023 | 2024-02-21T00:27:42.290Z | Compiling rand_chacha v0.3.1 |
2024 | 2024-02-21T00:27:42.744Z | Compiling rand v0.8.5 |
2025 | 2024-02-21T00:27:42.925Z | Compiling pem-rfc7468 v0.7.0 |
2026 | 2024-02-21T00:27:43.574Z | Compiling num-iter v0.1.43 |
2027 | 2024-02-21T00:27:43.898Z | Compiling usdt-impl v0.3.5 |
2028 | 2024-02-21T00:27:43.982Z | Compiling signal-hook v0.3.17 |
2029 | 2024-02-21T00:27:44.271Z | Compiling flagset v0.4.3 |
2030 | 2024-02-21T00:27:44.440Z | Compiling serde_derive v1.0.196 |
2031 | 2024-02-21T00:27:44.495Z | Compiling zeroize_derive v1.4.2 |
2032 | 2024-02-21T00:27:44.578Z | Compiling zerocopy-derive v0.7.32 |
2033 | 2024-02-21T00:27:44.656Z | Compiling thiserror-impl v1.0.57 |
2034 | 2024-02-21T00:27:44.743Z | Compiling tokio-macros v2.2.0 |
2035 | 2024-02-21T00:27:44.844Z | Compiling futures-macro v0.3.30 |
2036 | 2024-02-21T00:27:45.336Z | Compiling tracing-attributes v0.1.26 |
2037 | 2024-02-21T00:27:45.336Z | Compiling der_derive v0.7.2 |
2038 | 2024-02-21T00:27:45.996Z | Compiling zeroize v1.7.0 |
2039 | 2024-02-21T00:27:46.731Z | Compiling zerocopy v0.7.32 |
2040 | 2024-02-21T00:27:47.350Z | Compiling zerocopy-derive v0.2.0 |
2041 | 2024-02-21T00:27:47.919Z | Compiling pest v2.7.6 |
2042 | 2024-02-21T00:27:47.993Z | Compiling crypto-common v0.1.6 |
2043 | 2024-02-21T00:27:48.209Z | Compiling block-buffer v0.10.4 |
2044 | 2024-02-21T00:27:48.366Z | Compiling openssl-macros v0.1.1 |
2045 | 2024-02-21T00:27:48.557Z | Compiling digest v0.10.7 |
2046 | 2024-02-21T00:27:48.933Z | Compiling futures-util v0.3.30 |
2047 | 2024-02-21T00:27:49.037Z | Compiling hashbrown v0.14.3 |
2048 | 2024-02-21T00:27:49.114Z | Compiling tracing v0.1.37 |
2049 | 2024-02-21T00:27:49.131Z | Compiling scroll_derive v0.12.0 |
2050 | 2024-02-21T00:27:49.536Z | Compiling zerocopy-derive v0.6.4 |
2051 | 2024-02-21T00:27:49.957Z | Compiling schemars v0.8.16 |
2052 | 2024-02-21T00:27:50.337Z | Compiling pest_meta v2.7.6 |
2053 | 2024-02-21T00:27:50.542Z | Compiling der v0.7.8 |
2054 | 2024-02-21T00:27:51.511Z | Compiling serde_derive_internals v0.26.0 |
2055 | 2024-02-21T00:27:52.020Z | Compiling pest_generator v2.7.6 |
2056 | 2024-02-21T00:27:54.780Z | Compiling pest_derive v2.7.6 |
2057 | 2024-02-21T00:27:55.372Z | Compiling errno v0.3.8 |
2058 | 2024-02-21T00:27:55.517Z | Compiling fnv v1.0.7 |
2059 | 2024-02-21T00:27:55.641Z | Compiling rustversion v1.0.14 |
2060 | 2024-02-21T00:27:56.341Z | Compiling schemars_derive v0.8.16 |
2061 | 2024-02-21T00:27:56.543Z | Compiling spki v0.7.2 |
2062 | 2024-02-21T00:27:57.294Z | Compiling zerocopy v0.3.0 |
2063 | 2024-02-21T00:27:58.093Z | Compiling lazy_static v1.4.0 |
2064 | 2024-02-21T00:27:58.882Z | Compiling bytes v1.5.0 |
2065 | 2024-02-21T00:27:59.290Z | Compiling bitflags v2.4.0 |
2066 | 2024-02-21T00:27:59.377Z | Compiling indexmap v2.2.3 |
2067 | 2024-02-21T00:27:59.686Z | Compiling uuid v1.7.0 |
2068 | 2024-02-21T00:28:00.117Z | Compiling tokio v1.36.0 |
2069 | 2024-02-21T00:28:00.882Z | Compiling rustc_version v0.4.0 |
2070 | 2024-02-21T00:28:02.216Z | Compiling heapless v0.7.16 |
2071 | 2024-02-21T00:28:02.350Z | Compiling http v0.2.11 |
2072 | 2024-02-21T00:28:02.373Z | Compiling backtrace v0.3.69 |
2073 | 2024-02-21T00:28:02.662Z | Compiling thread-id v4.2.0 |
2074 | 2024-02-21T00:28:02.772Z | Compiling num-bigint v0.4.4 |
2075 | 2024-02-21T00:28:02.815Z | Compiling memoffset v0.9.0 |
2076 | 2024-02-21T00:28:03.127Z | Compiling base64 v0.21.7 |
2077 | 2024-02-21T00:28:03.269Z | Compiling iana-time-zone v0.1.57 |
2078 | 2024-02-21T00:28:03.637Z | Compiling smoltcp v0.9.1 |
2079 | 2024-02-21T00:28:04.330Z | Compiling crossbeam-utils v0.8.16 |
2080 | 2024-02-21T00:28:04.399Z | Compiling foreign-types-shared v0.1.1 |
2081 | 2024-02-21T00:28:04.523Z | Compiling untrusted v0.9.0 |
2082 | 2024-02-21T00:28:05.124Z | Compiling untrusted v0.7.1 |
2083 | 2024-02-21T00:28:05.139Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2084 | 2024-02-21T00:28:05.139Z | Compiling async-trait v0.1.77 |
2085 | 2024-02-21T00:28:05.389Z | Compiling percent-encoding v2.3.1 |
2086 | 2024-02-21T00:28:06.069Z | Compiling foreign-types v0.3.2 |
2087 | 2024-02-21T00:28:06.568Z | Compiling chrono v0.4.31 |
2088 | 2024-02-21T00:28:06.573Z | Compiling dof v0.1.5 |
2089 | 2024-02-21T00:28:08.523Z | Compiling tokio-util v0.7.10 |
2090 | 2024-02-21T00:28:09.087Z | Compiling dtrace-parser v0.1.14 |
2091 | 2024-02-21T00:28:09.094Z | Compiling hmac v0.12.1 |
2092 | 2024-02-21T00:28:09.094Z | Compiling clap_derive v4.5.0 |
2093 | 2024-02-21T00:28:09.461Z | Compiling num-integer v0.1.46 |
2094 | 2024-02-21T00:28:10.546Z | Compiling utf8parse v0.2.1 |
2095 | 2024-02-21T00:28:10.580Z | Compiling try-lock v0.2.4 |
2096 | 2024-02-21T00:28:10.580Z | Compiling cpufeatures v0.2.12 |
2097 | 2024-02-21T00:28:10.580Z | Compiling anstyle v1.0.2 |
2098 | 2024-02-21T00:28:10.580Z | Compiling adler v1.0.2 |
2099 | 2024-02-21T00:28:10.643Z | Compiling siphasher v0.3.11 |
2100 | 2024-02-21T00:28:10.753Z | Compiling time-core v0.1.1 |
2101 | 2024-02-21T00:28:10.928Z | Compiling time-macros v0.2.13 |
2102 | 2024-02-21T00:28:11.084Z | Compiling miniz_oxide v0.7.1 |
2103 | 2024-02-21T00:28:12.535Z | Compiling sha2 v0.10.8 |
2104 | 2024-02-21T00:28:14.091Z | Compiling want v0.3.1 |
2105 | 2024-02-21T00:28:14.190Z | Compiling anstyle-parse v0.2.1 |
2106 | 2024-02-21T00:28:14.605Z | Compiling h2 v0.3.24 |
2107 | 2024-02-21T00:28:16.222Z | Compiling strum_macros v0.25.2 |
2108 | 2024-02-21T00:28:16.381Z | Compiling rustls-webpki v0.101.7 |
2109 | 2024-02-21T00:28:16.783Z | Compiling sct v0.7.0 |
2110 | 2024-02-21T00:28:17.200Z | Compiling form_urlencoded v1.2.1 |
2111 | 2024-02-21T00:28:17.403Z | Compiling http-body v0.4.5 |
2112 | 2024-02-21T00:28:18.212Z | Compiling serde_tokenstream v0.1.7 |
2113 | 2024-02-21T00:28:18.771Z | Compiling pkcs8 v0.10.2 |
2114 | 2024-02-21T00:28:19.459Z | Compiling hubpack_derive v0.1.1 |
2115 | 2024-02-21T00:28:21.968Z | Compiling socket2 v0.4.9 |
2116 | 2024-02-21T00:28:22.078Z | Compiling crossbeam-epoch v0.9.15 |
2117 | 2024-02-21T00:28:22.078Z | Compiling usdt-impl v0.5.0 |
2118 | 2024-02-21T00:28:22.079Z | Compiling anyhow v1.0.75 |
2119 | 2024-02-21T00:28:22.079Z | Compiling slog v2.7.0 |
2120 | 2024-02-21T00:28:22.079Z | Compiling radium v0.7.0 |
2121 | 2024-02-21T00:28:22.079Z | Compiling tower-service v0.3.2 |
2122 | 2024-02-21T00:28:22.079Z | Compiling openssl-probe v0.1.5 |
2123 | 2024-02-21T00:28:22.079Z | Compiling colorchoice v1.0.0 |
2124 | 2024-02-21T00:28:22.079Z | Compiling httpdate v1.0.3 |
2125 | 2024-02-21T00:28:22.079Z | Compiling anstyle-query v1.0.0 |
2126 | 2024-02-21T00:28:22.079Z | Compiling anstream v0.6.11 |
2127 | 2024-02-21T00:28:22.302Z | Compiling hyper v0.14.27 |
2128 | 2024-02-21T00:28:29.625Z | Compiling terminal_size v0.3.0 |
2129 | 2024-02-21T00:28:30.098Z | Compiling serde_spanned v0.6.5 |
2130 | 2024-02-21T00:28:30.121Z | Compiling toml_datetime v0.6.5 |
2131 | 2024-02-21T00:28:30.560Z | Compiling zerocopy v0.6.4 |
2132 | 2024-02-21T00:28:31.189Z | Compiling scroll v0.12.0 |
2133 | 2024-02-21T00:28:31.360Z | Compiling md-5 v0.10.5 |
2134 | 2024-02-21T00:28:31.632Z | Compiling stringprep v0.1.3 |
2135 | 2024-02-21T00:28:31.650Z | Compiling idna v0.5.0 |
2136 | 2024-02-21T00:28:32.496Z | Compiling diesel_table_macro_syntax v0.1.0 |
2137 | 2024-02-21T00:28:32.507Z | Compiling hash32 v0.2.1 |
2138 | 2024-02-21T00:28:33.080Z | Compiling aho-corasick v1.0.4 |
2139 | 2024-02-21T00:28:33.086Z | Compiling plain v0.2.3 |
2140 | 2024-02-21T00:28:33.086Z | Compiling dyn-clone v1.0.16 |
2141 | 2024-02-21T00:28:33.086Z | Compiling maybe-uninit v2.0.0 |
2142 | 2024-02-21T00:28:33.086Z | Compiling gimli v0.28.0 |
2143 | 2024-02-21T00:28:33.139Z | Compiling stable_deref_trait v1.2.0 |
2144 | 2024-02-21T00:28:33.243Z | Compiling regex-syntax v0.8.2 |
2145 | 2024-02-21T00:28:33.542Z | Compiling strsim v0.11.0 |
2146 | 2024-02-21T00:28:33.607Z | Compiling tap v1.0.1 |
2147 | 2024-02-21T00:28:33.641Z | Compiling clap_lex v0.7.0 |
2148 | 2024-02-21T00:28:33.805Z | Compiling fallible-iterator v0.2.0 |
2149 | 2024-02-21T00:28:33.851Z | Compiling wyz v0.5.1 |
2150 | 2024-02-21T00:28:34.352Z | Compiling clap_builder v4.5.0 |
2151 | 2024-02-21T00:28:34.566Z | Compiling postgres-protocol v0.6.6 |
2152 | 2024-02-21T00:28:35.648Z | Compiling diesel_derives v2.1.2 |
2153 | 2024-02-21T00:28:35.799Z | Compiling goblin v0.8.0 |
2154 | 2024-02-21T00:28:36.462Z | Compiling url v2.5.0 |
2155 | 2024-02-21T00:28:37.745Z | Compiling addr2line v0.21.0 |
2156 | 2024-02-21T00:28:38.672Z | Compiling regex-automata v0.4.4 |
2157 | 2024-02-21T00:28:39.146Z | Compiling tokio-rustls v0.24.1 |
2158 | 2024-02-21T00:28:40.379Z | Compiling tokio-native-tls v0.3.1 |
2159 | 2024-02-21T00:28:40.700Z | Compiling usdt-macro v0.3.5 |
2160 | 2024-02-21T00:28:41.261Z | Compiling usdt-attr-macro v0.3.5 |
2161 | 2024-02-21T00:28:43.228Z | Compiling phf_shared v0.11.2 |
2162 | 2024-02-21T00:28:44.966Z | Compiling block-padding v0.3.3 |
2163 | 2024-02-21T00:28:45.202Z | Compiling enum-as-inner v0.5.1 |
2164 | 2024-02-21T00:28:45.387Z | Compiling serde_repr v0.1.16 |
2165 | 2024-02-21T00:28:46.222Z | Compiling ff v0.13.0 |
2166 | 2024-02-21T00:28:46.467Z | Compiling scheduled-thread-pool v0.2.7 |
2167 | 2024-02-21T00:28:46.989Z | Compiling object v0.32.1 |
2168 | 2024-02-21T00:28:47.223Z | Compiling packed_struct v0.10.1 |
2169 | 2024-02-21T00:28:47.669Z | Compiling bit-vec v0.6.3 |
2170 | 2024-02-21T00:28:48.162Z | Compiling funty v2.0.0 |
2171 | 2024-02-21T00:28:48.345Z | Compiling num_threads v0.1.6 |
2172 | 2024-02-21T00:28:48.479Z | Compiling managed v0.8.0 |
2173 | 2024-02-21T00:28:48.942Z | Compiling deranged v0.3.8 |
2174 | 2024-02-21T00:28:50.623Z | Compiling ipnet v2.9.0 |
2175 | 2024-02-21T00:28:50.892Z | Compiling regex-automata v0.1.10 |
2176 | 2024-02-21T00:28:51.060Z | Compiling winnow v0.5.15 |
2177 | 2024-02-21T00:28:51.420Z | Compiling base16ct v0.2.0 |
2178 | 2024-02-21T00:28:51.780Z | Compiling pretty-hex v0.4.1 |
2179 | 2024-02-21T00:28:52.002Z | Compiling num-bigint-dig v0.8.4 |
2180 | 2024-02-21T00:28:52.005Z | Compiling bitflags v1.3.2 |
2181 | 2024-02-21T00:28:52.319Z | Compiling rustc-demangle v0.1.23 |
2182 | 2024-02-21T00:28:52.639Z | Compiling matches v0.1.10 |
2183 | 2024-02-21T00:28:53.060Z | Compiling idna v0.2.3 |
2184 | 2024-02-21T00:28:55.022Z | Compiling toml_edit v0.19.15 |
2185 | 2024-02-21T00:28:56.645Z | Compiling dof v0.3.0 |
2186 | 2024-02-21T00:28:57.301Z | Compiling sec1 v0.7.3 |
2187 | 2024-02-21T00:28:57.443Z | Compiling bstr v0.2.17 |
2188 | 2024-02-21T00:28:58.055Z | Compiling time v0.3.27 |
2189 | 2024-02-21T00:28:58.619Z | Compiling bitvec v1.0.1 |
2190 | 2024-02-21T00:28:58.944Z | Compiling r2d2 v0.8.10 |
2191 | 2024-02-21T00:28:59.337Z | Compiling group v0.13.0 |
2192 | 2024-02-21T00:28:59.845Z | Compiling inout v0.1.3 |
2193 | 2024-02-21T00:29:03.207Z | Compiling phf v0.11.2 |
2194 | 2024-02-21T00:29:03.440Z | Compiling regex v1.10.3 |
2195 | 2024-02-21T00:29:03.452Z | Compiling hyper-tls v0.5.0 |
2196 | 2024-02-21T00:29:03.517Z | Compiling hyper-rustls v0.24.2 |
2197 | 2024-02-21T00:29:03.801Z | Compiling signal-hook-mio v0.2.3 |
2198 | 2024-02-21T00:29:03.902Z | Compiling flate2 v1.0.28 |
2199 | 2024-02-21T00:29:03.949Z | Compiling clap v4.5.0 |
2200 | 2024-02-21T00:29:03.963Z | Compiling bzip2 v0.4.4 |
2201 | 2024-02-21T00:29:04.072Z | Compiling ipnetwork v0.20.0 |
2202 | 2024-02-21T00:29:04.349Z | Compiling postgres-types v0.2.6 |
2203 | 2024-02-21T00:29:04.930Z | Compiling hubpack v0.1.2 |
2204 | 2024-02-21T00:29:04.981Z | Compiling serde_urlencoded v0.7.1 |
2205 | 2024-02-21T00:29:05.010Z | Compiling phf_shared v0.10.0 |
2206 | 2024-02-21T00:29:05.039Z | Compiling rustls-pemfile v1.0.3 |
2207 | 2024-02-21T00:29:05.373Z | Compiling hkdf v0.12.4 |
2208 | 2024-02-21T00:29:05.937Z | Compiling dtrace-parser v0.2.0 |
2209 | 2024-02-21T00:29:06.365Z | Compiling futures-executor v0.3.30 |
2210 | 2024-02-21T00:29:06.911Z | Compiling crypto-bigint v0.5.2 |
2211 | 2024-02-21T00:29:07.125Z | Compiling packed_struct_codegen v0.10.1 |
2212 | 2024-02-21T00:29:07.385Z | Compiling float-cmp v0.9.0 |
2213 | 2024-02-21T00:29:08.427Z | Compiling indexmap v1.9.3 |
2214 | 2024-02-21T00:29:08.779Z | Compiling encoding_rs v0.8.33 |
2215 | 2024-02-21T00:29:09.093Z | Compiling data-encoding v2.4.0 |
2216 | 2024-02-21T00:29:09.885Z | Compiling fixedbitset v0.4.2 |
2217 | 2024-02-21T00:29:10.309Z | Compiling webpki-roots v0.25.2 |
2218 | 2024-02-21T00:29:10.479Z | Compiling difflib v0.4.0 |
2219 | 2024-02-21T00:29:11.217Z | Compiling winnow v0.6.1 |
2220 | 2024-02-21T00:29:11.851Z | Compiling regex-automata v0.3.8 |
2221 | 2024-02-21T00:29:12.621Z | Compiling unicode-segmentation v1.10.1 |
2222 | 2024-02-21T00:29:14.363Z | Compiling nodrop v0.1.14 |
2223 | 2024-02-21T00:29:14.526Z | Compiling predicates-core v1.0.6 |
2224 | 2024-02-21T00:29:14.831Z | Compiling crc-catalog v2.2.0 |
2225 | 2024-02-21T00:29:14.859Z | Compiling mime v0.3.17 |
2226 | 2024-02-21T00:29:15.304Z | Compiling unicode-width v0.1.11 |
2227 | 2024-02-21T00:29:15.405Z | Compiling new_debug_unreachable v1.0.4 |
2228 | 2024-02-21T00:29:15.467Z | Compiling precomputed-hash v0.1.1 |
2229 | 2024-02-21T00:29:15.499Z | Compiling whoami v1.4.1 |
2230 | 2024-02-21T00:29:15.583Z | Compiling static_assertions v1.1.0 |
2231 | 2024-02-21T00:29:15.846Z | Compiling normalize-line-endings v0.3.0 |
2232 | 2024-02-21T00:29:15.915Z | Compiling either v1.10.0 |
2233 | 2024-02-21T00:29:15.988Z | Compiling minimal-lexical v0.2.1 |
2234 | 2024-02-21T00:29:16.034Z | Compiling predicates v3.1.0 |
2235 | 2024-02-21T00:29:16.367Z | Compiling itertools v0.10.5 |
2236 | 2024-02-21T00:29:16.507Z | Compiling nom v7.1.3 |
2237 | 2024-02-21T00:29:18.181Z | Compiling tokio-postgres v0.7.10 |
2238 | 2024-02-21T00:29:20.596Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2239 | 2024-02-21T00:29:21.683Z | Compiling string_cache v0.8.7 |
2240 | 2024-02-21T00:29:21.724Z | Compiling console v0.15.8 |
2241 | 2024-02-21T00:29:22.806Z | Compiling reqwest v0.11.22 |
2242 | 2024-02-21T00:29:23.219Z | Compiling toml_edit v0.22.6 |
2243 | 2024-02-21T00:29:23.289Z | Compiling crc v3.0.1 |
2244 | 2024-02-21T00:29:24.122Z | Compiling array-init v0.0.4 |
2245 | 2024-02-21T00:29:26.339Z | Compiling bstr v1.6.0 |
2246 | 2024-02-21T00:29:26.995Z | Compiling similar v2.3.0 |
2247 | 2024-02-21T00:29:29.455Z | Compiling petgraph v0.6.4 |
2248 | 2024-02-21T00:29:31.041Z | Compiling trust-dns-proto v0.22.0 |
2249 | 2024-02-21T00:29:33.539Z | Compiling elliptic-curve v0.13.8 |
2250 | 2024-02-21T00:29:37.957Z | Compiling futures v0.3.30 |
2251 | 2024-02-21T00:29:39.248Z | Compiling zip v0.6.6 |
2252 | 2024-02-21T00:29:39.397Z | Compiling smallvec v0.6.14 |
2253 | 2024-02-21T00:29:39.795Z | Compiling diesel v2.1.4 |
2254 | 2024-02-21T00:29:39.862Z | Compiling crossterm v0.27.0 |
2255 | 2024-02-21T00:29:40.653Z | Compiling yasna v0.5.2 |
2256 | 2024-02-21T00:29:42.323Z | Compiling cipher v0.4.4 |
2257 | 2024-02-21T00:29:42.510Z | Compiling toml v0.7.8 |
2258 | 2024-02-21T00:29:43.637Z | Compiling bit-set v0.5.3 |
2259 | 2024-02-21T00:29:43.908Z | Compiling usdt v0.3.5 |
2260 | 2024-02-21T00:29:44.549Z | Compiling strum v0.25.0 |
2261 | 2024-02-21T00:29:44.751Z | Compiling pkcs1 v0.7.5 |
2262 | 2024-02-21T00:29:45.564Z | Compiling tokio-stream v0.1.14 |
2263 | 2024-02-21T00:29:46.644Z | Compiling is-terminal v0.4.9 |
2264 | 2024-02-21T00:29:47.367Z | Compiling openapiv3 v2.0.0 |
2265 | 2024-02-21T00:29:48.680Z | Compiling hex v0.4.3 |
2266 | 2024-02-21T00:29:49.450Z | Compiling signature v2.1.0 |
2267 | 2024-02-21T00:29:52.528Z | Compiling lalrpop-util v0.19.12 |
2268 | 2024-02-21T00:29:53.348Z | Compiling bitfield v0.14.0 |
2269 | 2024-02-21T00:29:53.434Z | Compiling termcolor v1.2.0 |
2270 | 2024-02-21T00:29:56.331Z | Compiling hashbrown v0.12.3 |
2271 | 2024-02-21T00:29:59.724Z | Compiling env_logger v0.10.0 |
2272 | 2024-02-21T00:30:03.408Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2273 | 2024-02-21T00:30:09.097Z | Compiling rsa v0.9.2 |
2274 | 2024-02-21T00:30:15.772Z | Compiling serde-hex v0.1.0 |
2275 | 2024-02-21T00:30:17.792Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2276 | 2024-02-21T00:30:23.990Z | Compiling ron v0.8.1 |
2277 | 2024-02-21T00:30:24.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2278 | 2024-02-21T00:30:24.873Z | Compiling x509-cert v0.2.4 |
2279 | 2024-02-21T00:30:24.941Z | Compiling hashbrown v0.13.2 |
2280 | 2024-02-21T00:30:32.378Z | Compiling crc-any v2.4.3 |
2281 | 2024-02-21T00:30:48.793Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2282 | 2024-02-21T00:31:01.826Z | Compiling object v0.30.4 |
2283 | 2024-02-21T00:31:02.386Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2284 | 2024-02-21T00:31:10.727Z | Compiling path-slash v0.1.5 |
2285 | 2024-02-21T00:31:11.398Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2286 | 2024-02-21T00:31:40.903Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2287 | 2024-02-21T00:31:41.702Z | Finished release [optimized] target(s) in 4m 14s |
2288 | 2024-02-21T00:31:41.778Z | |
2289 | 2024-02-21T00:31:41.778Z | real 4:14.198927203 |
2290 | 2024-02-21T00:31:41.778Z | user 27:44.376643742 |
2291 | 2024-02-21T00:31:41.778Z | sys 3:07.797899001 |
2292 | 2024-02-21T00:31:41.778Z | trap 0.914057394 |
2293 | 2024-02-21T00:31:41.778Z | tflt 1.781138627 |
2294 | 2024-02-21T00:31:41.783Z | dflt 0.460502333 |
2295 | 2024-02-21T00:31:41.783Z | kflt 0.009833351 |
2296 | 2024-02-21T00:31:41.783Z | lock 1:03:56.169480019 |
2297 | 2024-02-21T00:31:41.784Z | slp 1:22:02.645666293 |
2298 | 2024-02-21T00:31:41.784Z | lat 1:31.999419066 |
2299 | 2024-02-21T00:31:41.784Z | stop 1:23.182902631 |
2300 | 2024-02-21T00:31:41.784Z | + ptime -m gzip |
2301 | 2024-02-21T00:31:42.245Z | |
2302 | 2024-02-21T00:31:42.245Z | real 0.462006804 |
2303 | 2024-02-21T00:31:42.245Z | user 0.455865429 |
2304 | 2024-02-21T00:31:42.245Z | sys 0.005175270 |
2305 | 2024-02-21T00:31:42.245Z | trap 0.000203490 |
2306 | 2024-02-21T00:31:42.245Z | tflt 0.000000000 |
2307 | 2024-02-21T00:31:42.245Z | dflt 0.000000000 |
2308 | 2024-02-21T00:31:42.252Z | kflt 0.000000000 |
2309 | 2024-02-21T00:31:42.252Z | lock 0.000000000 |
2310 | 2024-02-21T00:31:42.252Z | slp 0.000000000 |
2311 | 2024-02-21T00:31:42.252Z | lat 0.000352925 |
2312 | 2024-02-21T00:31:42.252Z | stop 0.000191930 |
2313 | 2024-02-21T00:31:42.252Z | + banner tufaceous |
2314 | 2024-02-21T00:31:42.252Z | |
2315 | 2024-02-21T00:31:42.252Z | ##### # # ###### ## #### ###### #### # # #### |
2316 | 2024-02-21T00:31:42.252Z | # # # # # # # # # # # # # # |
2317 | 2024-02-21T00:31:42.252Z | # # # ##### # # # ##### # # # # #### |
2318 | 2024-02-21T00:31:42.252Z | # # # # ###### # # # # # # # |
2319 | 2024-02-21T00:31:42.252Z | # # # # # # # # # # # # # # # |
2320 | 2024-02-21T00:31:42.252Z | # #### # # # #### ###### #### #### #### |
2321 | 2024-02-21T00:31:42.252Z | |
2322 | 2024-02-21T00:31:42.252Z | + ptime -m cargo build --locked -p tufaceous --release |
2323 | 2024-02-21T00:31:42.728Z | Downloading crates ... |
2324 | 2024-02-21T00:31:43.029Z | Downloaded doc-comment v0.3.3 |
2325 | 2024-02-21T00:31:43.454Z | Downloaded globset v0.4.13 |
2326 | 2024-02-21T00:31:43.454Z | Downloaded snafu-derive v0.7.5 |
2327 | 2024-02-21T00:31:43.454Z | Downloaded parse-size v1.0.0 |
2328 | 2024-02-21T00:31:43.454Z | Downloaded pin-project-internal v1.1.3 |
2329 | 2024-02-21T00:31:43.455Z | Downloaded buf-list v1.0.3 |
2330 | 2024-02-21T00:31:43.455Z | Downloaded fs-err v2.11.0 |
2331 | 2024-02-21T00:31:43.455Z | Downloaded serde_plain v1.0.2 |
2332 | 2024-02-21T00:31:43.455Z | Downloaded humantime v2.1.0 |
2333 | 2024-02-21T00:31:43.455Z | Downloaded olpc-cjson v0.1.3 |
2334 | 2024-02-21T00:31:43.455Z | Downloaded async-recursion v1.0.5 |
2335 | 2024-02-21T00:31:43.463Z | Downloaded snafu v0.7.5 |
2336 | 2024-02-21T00:31:43.463Z | Downloaded typed-path v0.7.0 |
2337 | 2024-02-21T00:31:43.463Z | Downloaded tough v0.16.0 |
2338 | 2024-02-21T00:31:43.463Z | Downloaded pin-project v1.1.3 |
2339 | 2024-02-21T00:31:43.463Z | Compiling serde_tokenstream v0.2.0 |
2340 | 2024-02-21T00:31:43.463Z | Compiling regress v0.8.0 |
2341 | 2024-02-21T00:31:43.463Z | Compiling dirs-sys-next v0.1.2 |
2342 | 2024-02-21T00:31:43.463Z | Compiling rustls-pki-types v1.3.0 |
2343 | 2024-02-21T00:31:43.463Z | Compiling strsim v0.10.0 |
2344 | 2024-02-21T00:31:43.463Z | Compiling ident_case v1.0.1 |
2345 | 2024-02-21T00:31:43.463Z | Compiling thread_local v1.1.7 |
2346 | 2024-02-21T00:31:43.463Z | Compiling dirs-next v2.0.0 |
2347 | 2024-02-21T00:31:43.694Z | Compiling darling_core v0.20.3 |
2348 | 2024-02-21T00:31:43.730Z | Compiling rustls v0.22.2 |
2349 | 2024-02-21T00:31:43.891Z | Compiling heck v0.4.1 |
2350 | 2024-02-21T00:31:44.042Z | Compiling camino v1.1.6 |
2351 | 2024-02-21T00:31:44.416Z | Compiling slog-async v2.8.0 |
2352 | 2024-02-21T00:31:44.902Z | Compiling rustls-webpki v0.102.1 |
2353 | 2024-02-21T00:31:44.903Z | Compiling term v0.7.0 |
2354 | 2024-02-21T00:31:44.959Z | Compiling crossbeam-channel v0.5.8 |
2355 | 2024-02-21T00:31:45.022Z | Compiling getopts v0.2.21 |
2356 | 2024-02-21T00:31:45.934Z | Compiling structmeta-derive v0.3.0 |
2357 | 2024-02-21T00:31:46.682Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2358 | 2024-02-21T00:31:48.852Z | Compiling atty v0.2.14 |
2359 | 2024-02-21T00:31:48.898Z | Compiling darling_macro v0.20.3 |
2360 | 2024-02-21T00:31:48.996Z | Compiling multer v3.0.0 |
2361 | 2024-02-21T00:31:49.330Z | Compiling take_mut v0.2.2 |
2362 | 2024-02-21T00:31:49.409Z | Compiling doc-comment v0.3.3 |
2363 | 2024-02-21T00:31:49.459Z | Compiling unsafe-libyaml v0.2.10 |
2364 | 2024-02-21T00:31:49.483Z | Compiling match_cfg v0.1.0 |
2365 | 2024-02-21T00:31:49.574Z | Compiling paste v1.0.14 |
2366 | 2024-02-21T00:31:49.833Z | Compiling darling v0.20.3 |
2367 | 2024-02-21T00:31:49.942Z | Compiling hostname v0.3.1 |
2368 | 2024-02-21T00:31:50.118Z | Compiling slog-term v2.9.0 |
2369 | 2024-02-21T00:31:50.198Z | Compiling structmeta v0.3.0 |
2370 | 2024-02-21T00:31:51.069Z | Compiling serde_yaml v0.9.25 |
2371 | 2024-02-21T00:31:54.759Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2372 | 2024-02-21T00:31:54.783Z | Compiling slog-json v2.6.1 |
2373 | 2024-02-21T00:31:54.896Z | Compiling http v1.0.0 |
2374 | 2024-02-21T00:31:55.216Z | Compiling async-stream-impl v0.3.5 |
2375 | 2024-02-21T00:31:55.503Z | Compiling pin-project-internal v1.1.3 |
2376 | 2024-02-21T00:31:55.681Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2377 | 2024-02-21T00:31:55.773Z | Compiling atomic-waker v1.1.1 |
2378 | 2024-02-21T00:31:55.957Z | Compiling fastrand v2.0.1 |
2379 | 2024-02-21T00:31:56.102Z | Compiling waitgroup v0.1.2 |
2380 | 2024-02-21T00:31:56.354Z | Compiling tempfile v3.10.0 |
2381 | 2024-02-21T00:31:56.545Z | Compiling async-stream v0.3.5 |
2382 | 2024-02-21T00:31:56.648Z | Compiling tokio-rustls v0.25.0 |
2383 | 2024-02-21T00:31:57.162Z | Compiling slog-bunyan v2.5.0 |
2384 | 2024-02-21T00:31:57.545Z | Compiling parse-display-derive v0.9.0 |
2385 | 2024-02-21T00:31:58.453Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2386 | 2024-02-21T00:31:58.493Z | Compiling pin-project v1.1.3 |
2387 | 2024-02-21T00:31:58.645Z | Compiling serde_with_macros v3.6.1 |
2388 | 2024-02-21T00:31:59.703Z | Compiling toml v0.8.10 |
2389 | 2024-02-21T00:32:00.296Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2390 | 2024-02-21T00:32:00.406Z | Compiling rustls-pemfile v2.1.0 |
2391 | 2024-02-21T00:32:01.228Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2392 | 2024-02-21T00:32:01.595Z | Compiling sha1 v0.10.6 |
2393 | 2024-02-21T00:32:01.784Z | Compiling newtype-uuid v1.0.1 |
2394 | 2024-02-21T00:32:02.178Z | Compiling strum_macros v0.26.1 |
2395 | 2024-02-21T00:32:02.506Z | Compiling snafu-derive v0.7.5 |
2396 | 2024-02-21T00:32:02.573Z | Compiling serde_path_to_error v0.1.15 |
2397 | 2024-02-21T00:32:02.806Z | Compiling fs-err v2.11.0 |
2398 | 2024-02-21T00:32:03.099Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2399 | 2024-02-21T00:32:03.228Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2400 | 2024-02-21T00:32:03.597Z | Compiling instant v0.1.12 |
2401 | 2024-02-21T00:32:03.768Z | Compiling same-file v1.0.6 |
2402 | 2024-02-21T00:32:04.066Z | Compiling debug-ignore v1.0.5 |
2403 | 2024-02-21T00:32:04.229Z | Compiling buf-list v1.0.3 |
2404 | 2024-02-21T00:32:05.249Z | Compiling arc-swap v1.6.0 |
2405 | 2024-02-21T00:32:05.681Z | Compiling slog-scope v4.4.0 |
2406 | 2024-02-21T00:32:06.636Z | Compiling walkdir v2.4.0 |
2407 | 2024-02-21T00:32:07.157Z | Compiling strum v0.26.1 |
2408 | 2024-02-21T00:32:07.365Z | Compiling backoff v0.4.0 |
2409 | 2024-02-21T00:32:07.726Z | Compiling snafu v0.7.5 |
2410 | 2024-02-21T00:32:07.913Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2411 | 2024-02-21T00:32:08.274Z | Compiling parse-display v0.9.0 |
2412 | 2024-02-21T00:32:08.511Z | Compiling serde_with v3.6.1 |
2413 | 2024-02-21T00:32:09.378Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2414 | 2024-02-21T00:32:10.088Z | Compiling globset v0.4.13 |
2415 | 2024-02-21T00:32:10.331Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2416 | 2024-02-21T00:32:10.466Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2417 | 2024-02-21T00:32:10.491Z | Compiling olpc-cjson v0.1.3 |
2418 | 2024-02-21T00:32:11.070Z | Compiling pem v3.0.2 |
2419 | 2024-02-21T00:32:12.826Z | Compiling serde_plain v1.0.2 |
2420 | 2024-02-21T00:32:13.402Z | Compiling macaddr v1.0.1 |
2421 | 2024-02-21T00:32:13.543Z | Compiling async-recursion v1.0.5 |
2422 | 2024-02-21T00:32:14.128Z | Compiling xattr v1.0.1 |
2423 | 2024-02-21T00:32:14.432Z | Compiling filetime v0.2.23 |
2424 | 2024-02-21T00:32:14.604Z | Compiling typed-path v0.7.0 |
2425 | 2024-02-21T00:32:14.806Z | Compiling tar v0.4.40 |
2426 | 2024-02-21T00:32:19.378Z | Compiling tough v0.16.0 |
2427 | 2024-02-21T00:32:22.235Z | Compiling slog-stdlog v4.1.1 |
2428 | 2024-02-21T00:32:22.936Z | Compiling camino-tempfile v1.1.1 |
2429 | 2024-02-21T00:32:23.237Z | Compiling itertools v0.12.1 |
2430 | 2024-02-21T00:32:23.764Z | Compiling parse-size v1.0.0 |
2431 | 2024-02-21T00:32:24.107Z | Compiling slog-envlogger v2.2.0 |
2432 | 2024-02-21T00:32:25.907Z | Compiling humantime v2.1.0 |
2433 | 2024-02-21T00:32:27.339Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2434 | 2024-02-21T00:32:27.579Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2435 | 2024-02-21T00:32:38.860Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2024-02-21T00:32:41.118Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2437 | 2024-02-21T00:33:01.932Z | Finished release [optimized] target(s) in 1m 19s |
2438 | 2024-02-21T00:33:02.012Z | |
2439 | 2024-02-21T00:33:02.019Z | real 1:19.730734689 |
2440 | 2024-02-21T00:33:02.019Z | user 8:46.292696282 |
2441 | 2024-02-21T00:33:02.020Z | sys 40.591693769 |
2442 | 2024-02-21T00:33:02.020Z | trap 0.246318073 |
2443 | 2024-02-21T00:33:02.020Z | tflt 0.458687643 |
2444 | 2024-02-21T00:33:02.020Z | dflt 0.524044349 |
2445 | 2024-02-21T00:33:02.020Z | kflt 0.008548881 |
2446 | 2024-02-21T00:33:02.020Z | lock 18:15.723636525 |
2447 | 2024-02-21T00:33:02.020Z | slp 19:59.696481013 |
2448 | 2024-02-21T00:33:02.020Z | lat 16.678505100 |
2449 | 2024-02-21T00:33:02.020Z | stop 15.318946874 |
2450 | 2024-02-21T00:33:02.020Z | + ptime -m gzip |
2451 | 2024-02-21T00:33:03.754Z | |
2452 | 2024-02-21T00:33:03.759Z | real 1.737852403 |
2453 | 2024-02-21T00:33:03.759Z | user 1.717892148 |
2454 | 2024-02-21T00:33:03.759Z | sys 0.019279024 |
2455 | 2024-02-21T00:33:03.759Z | trap 0.000171952 |
2456 | 2024-02-21T00:33:03.759Z | tflt 0.000000000 |
2457 | 2024-02-21T00:33:03.759Z | dflt 0.000000000 |
2458 | 2024-02-21T00:33:03.759Z | kflt 0.000000000 |
2459 | 2024-02-21T00:33:03.759Z | lock 0.000000000 |
2460 | 2024-02-21T00:33:03.759Z | slp 0.000000000 |
2461 | 2024-02-21T00:33:03.759Z | lat 0.000104869 |
2462 | 2024-02-21T00:33:03.759Z | stop 0.000179372 |
2463 | 2024-02-21T00:33:03.760Z | process exited: duration 899471 ms, exit code 0 |
|
2464 | 2024-02-21T00:33:03.779Z | found 5 output files |
2465 | 2024-02-21T00:33:03.779Z | uploading: /work/end-to-end-tests/bootstrap-cf824cb4b739d2ec.gz (10681817 bytes) |
2466 | 2024-02-21T00:33:07.871Z | uploaded: /work/end-to-end-tests/bootstrap-cf824cb4b739d2ec.gz |
2467 | 2024-02-21T00:33:07.871Z | uploading: /work/end-to-end-tests/bootstrap.gz (109704253 bytes) |
2468 | 2024-02-21T00:33:57.609Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2469 | 2024-02-21T00:33:57.609Z | uploading: /work/end-to-end-tests/end_to_end_tests-a83ae36ae0f33128.gz (113146637 bytes) |
2470 | 2024-02-21T00:35:17.629Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a83ae36ae0f33128.gz |
2471 | 2024-02-21T00:35:17.629Z | uploading: /work/caboose-util.gz (4099335 bytes) |
2472 | 2024-02-21T00:35:20.142Z | uploaded: /work/caboose-util.gz |
2473 | 2024-02-21T00:35:20.142Z | uploading: /work/tufaceous.gz (15876638 bytes) |
2474 | 2024-02-21T00:35:26.394Z | uploaded: /work/tufaceous.gz |