|
|
|
1 | 2024-02-26T19:02:09.572Z | job assigned to worker 01HQKCNKZFW652VQZFG1C1QPSJ (queued for 1 m 10 s) |
|
2 | 2024-02-26T19:02:10.205Z | starting task 0: "setup" |
3 | 2024-02-26T19:02:10.291Z | ++ uname -s |
4 | 2024-02-26T19:02:10.294Z | + kern=SunOS |
5 | 2024-02-26T19:02:10.294Z | + case "$kern" in |
6 | 2024-02-26T19:02:10.295Z | + groupadd -g 12345 build |
7 | 2024-02-26T19:02:10.298Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-26T19:02:12.307Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-26T19:02:12.402Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-26T19:02:12.407Z | + home_fs=zfs |
11 | 2024-02-26T19:02:12.407Z | + [[ zfs == autofs ]] |
12 | 2024-02-26T19:02:12.407Z | + mkdir -p /home/build |
13 | 2024-02-26T19:02:12.408Z | + chown build:build /home/build /work |
14 | 2024-02-26T19:02:14.458Z | + chmod 0700 /home/build /work |
15 | 2024-02-26T19:02:14.462Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-02-26T19:02:14.469Z | starting task 1: "rust-toolchain" |
17 | 2024-02-26T19:02:14.476Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-26T19:02:14.479Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-26T19:02:14.772Z | info: downloading installer |
20 | 2024-02-26T19:02:16.283Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-26T19:02:16.283Z | warning: /opt/ooce/bin |
22 | 2024-02-26T19:02:16.283Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-26T19:02:16.283Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-26T19:02:16.283Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-26T19:02:16.283Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-26T19:02:16.283Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-26T19:02:16.284Z | error: cannot install while Rust is installed |
28 | 2024-02-26T19:02:16.284Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-26T19:02:16.384Z | info: profile set to 'default' |
30 | 2024-02-26T19:02:16.384Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-26T19:02:16.387Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-26T19:02:16.541Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-26T19:02:16.541Z | info: downloading component 'cargo' |
34 | 2024-02-26T19:02:17.329Z | info: downloading component 'clippy' |
35 | 2024-02-26T19:02:18.022Z | info: downloading component 'rust-docs' |
36 | 2024-02-26T19:02:18.576Z | info: downloading component 'rust-std' |
37 | 2024-02-26T19:02:20.323Z | info: downloading component 'rustc' |
38 | 2024-02-26T19:02:24.580Z | info: downloading component 'rustfmt' |
39 | 2024-02-26T19:02:24.830Z | info: installing component 'cargo' |
40 | 2024-02-26T19:02:25.731Z | info: installing component 'clippy' |
41 | 2024-02-26T19:02:26.112Z | info: installing component 'rust-docs' |
42 | 2024-02-26T19:02:27.629Z | info: installing component 'rust-std' |
43 | 2024-02-26T19:02:29.567Z | info: installing component 'rustc' |
44 | 2024-02-26T19:02:33.831Z | info: installing component 'rustfmt' |
45 | 2024-02-26T19:02:34.171Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-26T19:02:34.171Z | |
47 | 2024-02-26T19:02:34.492Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-26T19:02:34.492Z | |
49 | 2024-02-26T19:02:34.500Z | |
50 | 2024-02-26T19:02:34.500Z | Rust is installed now. Great! |
51 | 2024-02-26T19:02:34.500Z | |
52 | 2024-02-26T19:02:34.500Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-26T19:02:34.501Z | environment variable. This has not been done automatically. |
54 | 2024-02-26T19:02:34.501Z | |
55 | 2024-02-26T19:02:34.501Z | To configure your current shell, run: |
56 | 2024-02-26T19:02:34.501Z | source "$HOME/.cargo/env" |
57 | 2024-02-26T19:02:34.548Z | + rustc --version |
58 | 2024-02-26T19:02:34.613Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-26T19:02:34.619Z | process exited: duration 20133 ms, exit code 0 |
|
60 | 2024-02-26T19:02:34.647Z | starting task 2: "authentication" |
61 | 2024-02-26T19:02:35.087Z | process exited: duration 440 ms, exit code 0 |
|
62 | 2024-02-26T19:02:35.109Z | starting task 3: "clone repository" |
63 | 2024-02-26T19:02:35.119Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-26T19:02:35.120Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-26T19:02:35.383Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-26T19:02:42.780Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-26T19:02:42.780Z | + git fetch origin d44c16482af22e98adcac6f367953f463e544a28 |
68 | 2024-02-26T19:02:43.117Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-26T19:02:43.117Z | * branch d44c16482af22e98adcac6f367953f463e544a28 -> FETCH_HEAD |
70 | 2024-02-26T19:02:43.129Z | + [[ -n update-floating-ip-api-address-to-ip ]] |
71 | 2024-02-26T19:02:43.137Z | ++ git branch --show-current |
72 | 2024-02-26T19:02:43.137Z | + current=main |
73 | 2024-02-26T19:02:43.137Z | + [[ main != update-floating-ip-api-address-to-ip ]] |
74 | 2024-02-26T19:02:43.137Z | + git branch -f update-floating-ip-api-address-to-ip d44c16482af22e98adcac6f367953f463e544a28 |
75 | 2024-02-26T19:02:43.137Z | + git checkout -f update-floating-ip-api-address-to-ip |
76 | 2024-02-26T19:02:43.251Z | Switched to branch 'update-floating-ip-api-address-to-ip' |
77 | 2024-02-26T19:02:43.259Z | + git reset --hard d44c16482af22e98adcac6f367953f463e544a28 |
78 | 2024-02-26T19:02:43.369Z | HEAD is now at d44c16482 Regen spec |
79 | 2024-02-26T19:02:43.394Z | process exited: duration 8247 ms, exit code 0 |
|
80 | 2024-02-26T19:02:43.427Z | starting task 4: "build" |
81 | 2024-02-26T19:02:43.438Z | + cargo --version |
82 | 2024-02-26T19:02:43.438Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-26T19:02:43.600Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-26T19:02:43.600Z | info: downloading component 'cargo' |
85 | 2024-02-26T19:02:44.429Z | info: downloading component 'clippy' |
86 | 2024-02-26T19:02:45.111Z | info: downloading component 'rust-docs' |
87 | 2024-02-26T19:02:45.736Z | info: downloading component 'rust-std' |
88 | 2024-02-26T19:02:47.286Z | info: downloading component 'rustc' |
89 | 2024-02-26T19:02:51.665Z | info: downloading component 'rustfmt' |
90 | 2024-02-26T19:02:51.984Z | info: installing component 'cargo' |
91 | 2024-02-26T19:02:52.856Z | info: installing component 'clippy' |
92 | 2024-02-26T19:02:53.196Z | info: installing component 'rust-docs' |
93 | 2024-02-26T19:02:54.765Z | info: installing component 'rust-std' |
94 | 2024-02-26T19:02:56.366Z | info: installing component 'rustc' |
95 | 2024-02-26T19:03:00.617Z | info: installing component 'rustfmt' |
96 | 2024-02-26T19:03:01.013Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-26T19:03:01.030Z | + rustc --version |
98 | 2024-02-26T19:03:01.075Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-26T19:03:01.078Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-26T19:03:11.817Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-26T19:03:13.128Z | Startup: Caching catalogs ... Done |
102 | 2024-02-26T19:03:14.690Z | Planning: Solver setup ... Done (1.217s) |
103 | 2024-02-26T19:03:14.730Z | Planning: Running solver ... Done (0.029s) |
104 | 2024-02-26T19:03:15.015Z | Planning: Finding local manifests ... Done (0.280s) |
105 | 2024-02-26T19:03:15.033Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-26T19:03:15.507Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-26T19:03:15.507Z | Planning: Package planning ... Done (0.049s) |
108 | 2024-02-26T19:03:15.507Z | Planning: Merging actions ... Done (0.050s) |
109 | 2024-02-26T19:03:16.401Z | Planning: Checking for conflicting actions ... Done (1.072s) |
110 | 2024-02-26T19:03:16.408Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-26T19:03:21.061Z | Planning: Evaluating mediators ... Done (4.649s) |
112 | 2024-02-26T19:03:21.072Z | Planning: Planning completed in 7.89 seconds |
113 | 2024-02-26T19:03:21.084Z | Packages to install: 4 |
114 | 2024-02-26T19:03:21.084Z | Mediators to change: 2 |
115 | 2024-02-26T19:03:21.092Z | Services to change: 1 |
116 | 2024-02-26T19:03:21.092Z | Estimated space available: 148.87 GB |
117 | 2024-02-26T19:03:21.092Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-26T19:03:21.092Z | Create boot environment: No |
119 | 2024-02-26T19:03:21.092Z | Create backup boot environment: No |
120 | 2024-02-26T19:03:21.092Z | Rebuild boot archive: No |
121 | 2024-02-26T19:03:21.092Z | |
122 | 2024-02-26T19:03:21.093Z | Changed mediators: |
123 | 2024-02-26T19:03:21.093Z | mediator clang: |
124 | 2024-02-26T19:03:21.093Z | version: None -> 15 (system default) |
125 | 2024-02-26T19:03:21.093Z | |
126 | 2024-02-26T19:03:21.093Z | mediator llvm: |
127 | 2024-02-26T19:03:21.093Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-26T19:03:21.093Z | |
129 | 2024-02-26T19:03:21.093Z | Changed packages: |
130 | 2024-02-26T19:03:21.093Z | helios-dev |
131 | 2024-02-26T19:03:21.093Z | developer/build-essential |
132 | 2024-02-26T19:03:21.093Z | None -> 11-2.0 |
133 | 2024-02-26T19:03:21.093Z | library/libxmlsec1 |
134 | 2024-02-26T19:03:21.094Z | None -> 1.2.35-2.0 |
135 | 2024-02-26T19:03:21.094Z | ooce/developer/clang-15 |
136 | 2024-02-26T19:03:21.094Z | None -> 15.0.7-2.0 |
137 | 2024-02-26T19:03:21.094Z | ooce/developer/llvm-15 |
138 | 2024-02-26T19:03:21.094Z | None -> 15.0.7-2.0 |
139 | 2024-02-26T19:03:21.094Z | |
140 | 2024-02-26T19:03:21.094Z | Services: |
141 | 2024-02-26T19:03:21.094Z | restart_fmri: |
142 | 2024-02-26T19:03:21.094Z | svc:/system/update-man-index:default |
143 | 2024-02-26T19:03:21.346Z | |
144 | 2024-02-26T19:03:21.346Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-26T19:03:26.351Z | Download: 603/3290 items 15.9/212.6MB 7% complete (3.1M/s) |
146 | 2024-02-26T19:03:31.363Z | Download: 1185/3290 items 47.8/212.6MB 22% complete (4.9M/s) |
147 | 2024-02-26T19:03:36.384Z | Download: 1528/3290 items 116.0/212.6MB 54% complete (11.0M/s) |
148 | 2024-02-26T19:03:42.185Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (9.2M/s) |
149 | 2024-02-26T19:03:47.199Z | Download: 3102/3290 items 126.2/212.6MB 59% complete (838k/s) |
150 | 2024-02-26T19:03:52.686Z | Download: 3284/3290 items 212.4/212.6MB 99% complete (10.2M/s) |
151 | 2024-02-26T19:03:55.939Z | Download: Completed 212.60 MB in 34.56 seconds (6.2M/s) |
152 | 2024-02-26T19:03:56.086Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-26T19:04:04.380Z | Actions: 3607/3689 actions (Installing new actions) |
154 | 2024-02-26T19:04:04.380Z | Actions: Completed 3689 actions in 5.21 seconds. |
155 | 2024-02-26T19:04:04.380Z | Done (0.169s) |
156 | 2024-02-26T19:04:04.380Z | Done (0.000s) |
157 | 2024-02-26T19:04:04.380Z | Done (0.227s) |
158 | 2024-02-26T19:04:07.554Z | Done (5.728s) |
159 | 2024-02-26T19:04:07.720Z | Done (0.097s) |
160 | 2024-02-26T19:04:07.724Z | Done (0.000s) |
161 | 2024-02-26T19:04:07.892Z | Done (0.000s) |
162 | 2024-02-26T19:04:08.401Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-26T19:04:08.565Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-26T19:04:08.576Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-26T19:04:08.843Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-26T19:04:08.851Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-02-26T19:04:08.877Z | Mediators to change: 2 |
168 | 2024-02-26T19:04:08.877Z | Create boot environment: No |
169 | 2024-02-26T19:04:08.891Z | Create backup boot environment: No |
170 | 2024-02-26T19:04:08.960Z | Done |
171 | 2024-02-26T19:04:08.961Z | Done |
172 | 2024-02-26T19:04:09.118Z | Done |
173 | 2024-02-26T19:04:12.773Z | Done |
174 | 2024-02-26T19:04:12.864Z | Done |
175 | 2024-02-26T19:04:12.870Z | Done |
176 | 2024-02-26T19:04:13.011Z | Done |
177 | 2024-02-26T19:04:13.650Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-26T19:04:13.654Z | Planning: Merging actions ... Done |
179 | 2024-02-26T19:04:13.852Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-26T19:04:13.857Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-26T19:04:14.113Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-26T19:04:14.170Z | Planning: Planning completed in 0.80 seconds |
183 | 2024-02-26T19:04:14.206Z | Packages to change: 1 |
184 | 2024-02-26T19:04:14.206Z | Mediators to change: 1 |
185 | 2024-02-26T19:04:14.234Z | Services to change: 1 |
186 | 2024-02-26T19:04:14.234Z | Create boot environment: No |
187 | 2024-02-26T19:04:14.234Z | Create backup boot environment: Yes |
188 | 2024-02-26T19:04:16.253Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-26T19:04:16.304Z | Actions: Completed 6 actions in 0.05 seconds. |
190 | 2024-02-26T19:04:16.734Z | Done |
191 | 2024-02-26T19:04:16.734Z | Done |
192 | 2024-02-26T19:04:16.749Z | Done |
193 | 2024-02-26T19:04:20.025Z | Done |
194 | 2024-02-26T19:04:20.113Z | Done |
195 | 2024-02-26T19:04:20.117Z | Done |
196 | 2024-02-26T19:04:20.229Z | Done |
197 | 2024-02-26T19:04:20.683Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-26T19:04:20.683Z | clang system 15 system |
199 | 2024-02-26T19:04:20.683Z | csh system system illumos |
200 | 2024-02-26T19:04:20.683Z | ctags system system illumos |
201 | 2024-02-26T19:04:20.683Z | gcc vendor 12 vendor |
202 | 2024-02-26T19:04:20.683Z | gcc system 10 system |
203 | 2024-02-26T19:04:20.683Z | gcc system 7 system |
204 | 2024-02-26T19:04:20.684Z | go system 1.20 system |
205 | 2024-02-26T19:04:20.684Z | go system 1.19 system |
206 | 2024-02-26T19:04:20.684Z | llvm system 15 system |
207 | 2024-02-26T19:04:20.684Z | llvm system 14 system |
208 | 2024-02-26T19:04:20.684Z | mariadb system 10.6 system |
209 | 2024-02-26T19:04:20.684Z | mta vendor vendor dma |
210 | 2024-02-26T19:04:20.685Z | openjdk system 17 system |
211 | 2024-02-26T19:04:20.685Z | openjdk system 11 system |
212 | 2024-02-26T19:04:20.685Z | openjdk system 1.8 system |
213 | 2024-02-26T19:04:20.685Z | openssl vendor 3 vendor |
214 | 2024-02-26T19:04:20.685Z | perl system 5.36 system |
215 | 2024-02-26T19:04:20.685Z | postgresql system 15 system |
216 | 2024-02-26T19:04:20.685Z | postgresql system 13 system |
217 | 2024-02-26T19:04:20.686Z | python vendor 3 vendor |
218 | 2024-02-26T19:04:20.686Z | python system 2 system |
219 | 2024-02-26T19:04:20.686Z | python3 system 3.11 system |
220 | 2024-02-26T19:04:20.686Z | ruby system 3.0 system |
221 | 2024-02-26T19:04:20.686Z | words vendor vendor american-english |
222 | 2024-02-26T19:04:20.687Z | words system system australian-english |
223 | 2024-02-26T19:04:20.687Z | words system system british-english |
224 | 2024-02-26T19:04:20.687Z | words system system canadian-english |
225 | 2024-02-26T19:04:20.687Z | words system system french |
226 | 2024-02-26T19:04:20.687Z | words system system italian |
227 | 2024-02-26T19:04:20.687Z | words system system ngerman |
228 | 2024-02-26T19:04:20.688Z | words system system ogerman |
229 | 2024-02-26T19:04:20.688Z | words system system spanish |
230 | 2024-02-26T19:04:21.003Z | FMRI IFO |
231 | 2024-02-26T19:04:21.003Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-26T19:04:21.003Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-26T19:04:21.004Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-26T19:04:21.004Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-26T19:04:21.004Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-26T19:04:21.004Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-26T19:04:21.004Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-26T19:04:21.004Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-26T19:04:21.050Z | + set -o errexit |
240 | 2024-02-26T19:04:21.067Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-26T19:04:21.067Z | ++ cd ./tools |
242 | 2024-02-26T19:04:21.067Z | ++ pwd |
243 | 2024-02-26T19:04:21.068Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-26T19:04:21.068Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-26T19:04:21.068Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-26T19:04:21.068Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-26T19:04:21.068Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-26T19:04:21.068Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-26T19:04:21.068Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-26T19:04:21.069Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-26T19:04:21.069Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-26T19:04:21.069Z | + TARGET_DIR=out |
253 | 2024-02-26T19:04:21.069Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-26T19:04:21.069Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-26T19:04:21.069Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-26T19:04:21.069Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-26T19:04:21.069Z | + main |
258 | 2024-02-26T19:04:21.070Z | + [[ 0 != 0 ]] |
259 | 2024-02-26T19:04:21.070Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-26T19:04:21.070Z | + [[ 0 != 0 ]] |
261 | 2024-02-26T19:04:21.070Z | + configure_os solaris2.11 |
262 | 2024-02-26T19:04:21.070Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-26T19:04:21.070Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-26T19:04:21.070Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-26T19:04:21.071Z | + case "$1" in |
266 | 2024-02-26T19:04:21.071Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-26T19:04:21.071Z | + CIDL_BUILD=illumos |
268 | 2024-02-26T19:04:21.071Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-26T19:04:21.071Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-26T19:04:21.071Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-26T19:04:21.072Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-26T19:04:21.072Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-26T19:04:21.072Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-26T19:04:21.072Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-26T19:04:21.072Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-26T19:04:21.072Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-26T19:04:21.073Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-26T19:04:21.073Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-26T19:04:21.073Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-26T19:04:21.073Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-26T19:04:21.073Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-26T19:04:21.073Z | + mkdir -p out/downloads |
283 | 2024-02-26T19:04:21.082Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-26T19:04:21.082Z | + local DO_DOWNLOAD=true |
285 | 2024-02-26T19:04:21.082Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-26T19:04:21.083Z | + '[' true == true ']' |
287 | 2024-02-26T19:04:21.083Z | + echo Downloading... |
288 | 2024-02-26T19:04:21.083Z | Downloading... |
289 | 2024-02-26T19:04:21.083Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-26T19:04:21.083Z | + 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 |
291 | 2024-02-26T19:04:26.411Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-26T19:04:26.432Z | ++ sha256sum |
293 | 2024-02-26T19:04:26.432Z | ++ awk '{print $1}' |
294 | 2024-02-26T19:04:26.515Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-26T19:04:26.515Z | + [[ 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 ]] |
296 | 2024-02-26T19:04:26.532Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-26T19:04:26.532Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-26T19:04:29.089Z | + do_assemble_illumos |
299 | 2024-02-26T19:04:29.089Z | + rm -r ./out/cockroachdb |
300 | 2024-02-26T19:04:29.102Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-26T19:04:29.118Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-26T19:04:29.311Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-26T19:04:29.311Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-26T19:04:29.311Z | Distribution: OSS |
305 | 2024-02-26T19:04:29.312Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-26T19:04:29.312Z | Go Version: go1.17.13 |
307 | 2024-02-26T19:04:29.312Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-26T19:04:29.312Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-26T19:04:29.312Z | Build Type: release |
310 | 2024-02-26T19:04:29.326Z | + set -o errexit |
311 | 2024-02-26T19:04:29.337Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-26T19:04:29.337Z | ++ cd ./tools |
313 | 2024-02-26T19:04:29.338Z | ++ pwd |
314 | 2024-02-26T19:04:29.338Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-26T19:04:29.338Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-26T19:04:29.757Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-26T19:04:29.757Z | + TARGET_DIR=out |
318 | 2024-02-26T19:04:29.757Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-26T19:04:29.757Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-26T19:04:29.757Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-26T19:04:29.757Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-26T19:04:29.757Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-26T19:04:29.757Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-26T19:04:29.757Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-26T19:04:29.757Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-26T19:04:29.757Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-26T19:04:29.757Z | + main |
328 | 2024-02-26T19:04:29.757Z | + [[ 0 != 0 ]] |
329 | 2024-02-26T19:04:29.757Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-26T19:04:29.757Z | + [[ 0 != 0 ]] |
331 | 2024-02-26T19:04:29.757Z | + configure_os solaris2.11 |
332 | 2024-02-26T19:04:29.757Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-26T19:04:29.757Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-26T19:04:29.757Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-26T19:04:29.758Z | + CIDL_DASHREV= |
336 | 2024-02-26T19:04:29.758Z | + case "$1" in |
337 | 2024-02-26T19:04:29.758Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-26T19:04:29.758Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-26T19:04:29.758Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-26T19:04:29.758Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-26T19:04:29.758Z | + CIDL_DASHREV=-1 |
342 | 2024-02-26T19:04:29.758Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-26T19:04:29.758Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-26T19:04:29.758Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-26T19:04:29.758Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-26T19:04:29.758Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-26T19:04:29.758Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-26T19:04:29.758Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-26T19:04:29.758Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-26T19:04:29.758Z | + mkdir -p out/downloads |
351 | 2024-02-26T19:04:29.758Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-26T19:04:29.758Z | + local DO_DOWNLOAD=true |
353 | 2024-02-26T19:04:29.758Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-26T19:04:29.758Z | + '[' true == true ']' |
355 | 2024-02-26T19:04:29.758Z | + echo Downloading... |
356 | 2024-02-26T19:04:29.758Z | Downloading... |
357 | 2024-02-26T19:04:29.758Z | + 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 |
358 | 2024-02-26T19:04:29.759Z | + 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 |
359 | 2024-02-26T19:04:31.167Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-26T19:04:31.170Z | ++ md5sum |
361 | 2024-02-26T19:04:31.170Z | ++ awk '{print $1}' |
362 | 2024-02-26T19:04:31.347Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-26T19:04:31.351Z | + [[ 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 ]] |
364 | 2024-02-26T19:04:31.351Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-26T19:04:31.351Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-26T19:04:31.351Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-26T19:04:34.488Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-26T19:04:34.527Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-26T19:04:34.543Z | + set -o errexit |
370 | 2024-02-26T19:04:34.546Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-26T19:04:34.549Z | ++ cd ./tools |
372 | 2024-02-26T19:04:34.549Z | ++ pwd |
373 | 2024-02-26T19:04:34.550Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-26T19:04:34.553Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-26T19:04:34.553Z | + ARG0=ci_download_console |
376 | 2024-02-26T19:04:34.553Z | + TARGET_DIR=out |
377 | 2024-02-26T19:04:34.553Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-26T19:04:34.553Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-26T19:04:34.553Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-26T19:04:34.553Z | ++ COMMIT=80f116734fdf8ef4f3b5e49ed39e49339460407c |
381 | 2024-02-26T19:04:34.553Z | ++ SHA2=458727fe747797860d02c9f75e62d308586c235d4708c549d5b70a40cce4d2d1 |
382 | 2024-02-26T19:04:34.553Z | + URL=https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz |
383 | 2024-02-26T19:04:34.553Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-26T19:04:34.553Z | + main |
385 | 2024-02-26T19:04:34.553Z | + [[ 0 != 0 ]] |
386 | 2024-02-26T19:04:34.553Z | + echo 'URL: https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz' |
387 | 2024-02-26T19:04:34.553Z | URL: https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz |
388 | 2024-02-26T19:04:34.553Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-26T19:04:34.553Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-26T19:04:34.553Z | + local DO_DOWNLOAD=true |
391 | 2024-02-26T19:04:34.553Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-26T19:04:34.553Z | + mkdir -p out/downloads |
393 | 2024-02-26T19:04:34.563Z | + '[' true == true ']' |
394 | 2024-02-26T19:04:34.563Z | + echo Downloading... |
395 | 2024-02-26T19:04:34.563Z | Downloading... |
396 | 2024-02-26T19:04:34.563Z | + do_download_curl https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-26T19:04:34.563Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/80f116734fdf8ef4f3b5e49ed39e49339460407c.tar.gz |
398 | 2024-02-26T19:04:35.186Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-26T19:04:35.186Z | ++ case "$OSTYPE" in |
400 | 2024-02-26T19:04:35.186Z | ++ SHA=sha256sum |
401 | 2024-02-26T19:04:35.190Z | ++ sha256sum |
402 | 2024-02-26T19:04:35.190Z | ++ awk '{print $1}' |
403 | 2024-02-26T19:04:35.196Z | + calculated_sha2=458727fe747797860d02c9f75e62d308586c235d4708c549d5b70a40cce4d2d1 |
404 | 2024-02-26T19:04:35.196Z | + [[ 458727fe747797860d02c9f75e62d308586c235d4708c549d5b70a40cce4d2d1 != \4\5\8\7\2\7\f\e\7\4\7\7\9\7\8\6\0\d\0\2\c\9\f\7\5\e\6\2\d\3\0\8\5\8\6\c\2\3\5\d\4\7\0\8\c\5\4\9\d\5\b\7\0\a\4\0\c\c\e\4\d\2\d\1 ]] |
405 | 2024-02-26T19:04:35.196Z | + rm -rf ./out/console-assets |
406 | 2024-02-26T19:04:35.201Z | + mkdir -p ./out/console-assets |
407 | 2024-02-26T19:04:35.202Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-26T19:04:35.202Z | + mkdir -p ./out/console-assets |
409 | 2024-02-26T19:04:35.209Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-26T19:04:35.296Z | + set -o errexit |
411 | 2024-02-26T19:04:35.306Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-26T19:04:35.306Z | ++ cd ./tools |
413 | 2024-02-26T19:04:35.306Z | ++ pwd |
414 | 2024-02-26T19:04:35.306Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-26T19:04:35.306Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-26T19:04:35.306Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-26T19:04:35.306Z | + TARGET_DIR=out |
418 | 2024-02-26T19:04:35.307Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-26T19:04:35.307Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-26T19:04:35.307Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
421 | 2024-02-26T19:04:35.307Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-26T19:04:35.307Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
423 | 2024-02-26T19:04:35.307Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
424 | 2024-02-26T19:04:35.308Z | + main |
425 | 2024-02-26T19:04:35.308Z | + [[ 0 != 0 ]] |
426 | 2024-02-26T19:04:35.308Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
427 | 2024-02-26T19:04:35.308Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
428 | 2024-02-26T19:04:35.308Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
429 | 2024-02-26T19:04:35.308Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
430 | 2024-02-26T19:04:35.309Z | + local DO_DOWNLOAD=true |
431 | 2024-02-26T19:04:35.309Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
432 | 2024-02-26T19:04:35.309Z | + mkdir -p out/downloads |
433 | 2024-02-26T19:04:35.316Z | + '[' true == true ']' |
434 | 2024-02-26T19:04:35.316Z | + echo Downloading... |
435 | 2024-02-26T19:04:35.316Z | Downloading... |
436 | 2024-02-26T19:04:35.316Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
437 | 2024-02-26T19:04:35.316Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
438 | 2024-02-26T19:04:35.560Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
439 | 2024-02-26T19:04:35.560Z | ++ case "$OSTYPE" in |
440 | 2024-02-26T19:04:35.560Z | ++ SHA=sha256sum |
441 | 2024-02-26T19:04:35.566Z | ++ sha256sum |
442 | 2024-02-26T19:04:35.567Z | ++ awk '{print $1}' |
443 | 2024-02-26T19:04:35.567Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-26T19:04:35.567Z | + [[ 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 ]] |
445 | 2024-02-26T19:04:35.567Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-26T19:04:35.567Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
447 | 2024-02-26T19:04:35.567Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-26T19:04:35.567Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
449 | 2024-02-26T19:04:35.567Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
450 | 2024-02-26T19:04:35.567Z | + main |
451 | 2024-02-26T19:04:35.568Z | + [[ 0 != 0 ]] |
452 | 2024-02-26T19:04:35.568Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
453 | 2024-02-26T19:04:35.568Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
454 | 2024-02-26T19:04:35.568Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
455 | 2024-02-26T19:04:35.568Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
456 | 2024-02-26T19:04:35.568Z | + local DO_DOWNLOAD=true |
457 | 2024-02-26T19:04:35.568Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
458 | 2024-02-26T19:04:35.568Z | + mkdir -p out/downloads |
459 | 2024-02-26T19:04:35.568Z | + '[' true == true ']' |
460 | 2024-02-26T19:04:35.569Z | + echo Downloading... |
461 | 2024-02-26T19:04:35.569Z | Downloading... |
462 | 2024-02-26T19:04:35.569Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
463 | 2024-02-26T19:04:35.569Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
464 | 2024-02-26T19:04:35.750Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
465 | 2024-02-26T19:04:35.759Z | ++ case "$OSTYPE" in |
466 | 2024-02-26T19:04:35.759Z | ++ SHA=sha256sum |
467 | 2024-02-26T19:04:35.759Z | ++ sha256sum |
468 | 2024-02-26T19:04:35.759Z | ++ awk '{print $1}' |
469 | 2024-02-26T19:04:35.759Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-26T19:04:35.759Z | + [[ 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 ]] |
471 | 2024-02-26T19:04:35.765Z | + set -o errexit |
472 | 2024-02-26T19:04:35.773Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-26T19:04:35.773Z | ++ cd ./tools |
474 | 2024-02-26T19:04:35.773Z | ++ pwd |
475 | 2024-02-26T19:04:35.773Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-26T19:04:35.773Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-26T19:04:35.773Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-26T19:04:35.773Z | + TARGET_DIR=out |
479 | 2024-02-26T19:04:35.773Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-26T19:04:35.773Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-26T19:04:35.773Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-26T19:04:35.773Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-26T19:04:35.773Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-26T19:04:35.773Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-26T19:04:35.773Z | + main |
486 | 2024-02-26T19:04:35.773Z | + [[ 0 != 0 ]] |
487 | 2024-02-26T19:04:35.773Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-26T19:04:35.773Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-26T19:04:35.773Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
490 | 2024-02-26T19:04:35.774Z | + local DO_DOWNLOAD=true |
491 | 2024-02-26T19:04:35.774Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-26T19:04:35.774Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-26T19:04:35.774Z | + mkdir -p out/downloads |
494 | 2024-02-26T19:04:35.782Z | + '[' true == true ']' |
495 | 2024-02-26T19:04:35.782Z | + echo Downloading... |
496 | 2024-02-26T19:04:35.782Z | Downloading... |
497 | 2024-02-26T19:04:35.782Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-26T19:04:35.782Z | + 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 |
499 | 2024-02-26T19:04:36.375Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-26T19:04:36.376Z | ++ case "$OSTYPE" in |
501 | 2024-02-26T19:04:36.386Z | ++ SHA=sha256sum |
502 | 2024-02-26T19:04:36.387Z | ++ sha256sum |
503 | 2024-02-26T19:04:36.387Z | ++ awk '{print $1}' |
504 | 2024-02-26T19:04:36.387Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-26T19:04:36.387Z | + [[ 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 ]] |
506 | 2024-02-26T19:04:36.400Z | + set -o errexit |
507 | 2024-02-26T19:04:36.400Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-26T19:04:36.401Z | ++ cd ./tools |
509 | 2024-02-26T19:04:36.401Z | ++ pwd |
510 | 2024-02-26T19:04:36.401Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-26T19:04:36.401Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-26T19:04:36.422Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-26T19:04:36.423Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-26T19:04:36.423Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-26T19:04:36.423Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-26T19:04:36.423Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-26T19:04:36.423Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-26T19:04:36.423Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-26T19:04:36.423Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-26T19:04:36.423Z | + TARGET_DIR=out |
521 | 2024-02-26T19:04:36.423Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-26T19:04:36.423Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-26T19:04:36.424Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-26T19:04:36.424Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-26T19:04:36.424Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-26T19:04:36.424Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-26T19:04:36.424Z | + main |
528 | 2024-02-26T19:04:36.424Z | + [[ 0 != 0 ]] |
529 | 2024-02-26T19:04:36.424Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-26T19:04:36.424Z | + [[ 0 != 0 ]] |
531 | 2024-02-26T19:04:36.424Z | + configure_os solaris2.11 |
532 | 2024-02-26T19:04:36.424Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-26T19:04:36.424Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-26T19:04:36.424Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-26T19:04:36.424Z | + case "$1" in |
536 | 2024-02-26T19:04:36.425Z | + SET_BINARIES= |
537 | 2024-02-26T19:04:36.425Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-26T19:04:36.425Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
539 | 2024-02-26T19:04:36.425Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-26T19:04:36.425Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-26T19:04:36.425Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-02-26T19:04:36.425Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-26T19:04:36.425Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-02-26T19:04:36.425Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-02-26T19:04:36.425Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-26T19:04:36.425Z | + mkdir -p out/downloads |
547 | 2024-02-26T19:04:36.425Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-26T19:04:36.425Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-26T19:04:36.425Z | + fetch_and_verify |
550 | 2024-02-26T19:04:36.425Z | + local DO_DOWNLOAD=true |
551 | 2024-02-26T19:04:36.426Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-26T19:04:36.426Z | + '[' true == true ']' |
553 | 2024-02-26T19:04:36.426Z | + echo Downloading... |
554 | 2024-02-26T19:04:36.426Z | Downloading... |
555 | 2024-02-26T19:04:36.426Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-26T19:04:36.426Z | + 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 |
557 | 2024-02-26T19:04:45.763Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-26T19:04:46.188Z | ++ sha256sum |
559 | 2024-02-26T19:04:46.188Z | ++ awk '{print $1}' |
560 | 2024-02-26T19:04:46.195Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-26T19:04:46.195Z | + [[ 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 ]] |
562 | 2024-02-26T19:04:46.195Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-26T19:04:46.195Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-26T19:04:46.467Z | + do_assemble |
565 | 2024-02-26T19:04:46.467Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-26T19:04:46.475Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-26T19:04:46.476Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-26T19:04:46.568Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-26T19:04:46.579Z | + set -o errexit |
570 | 2024-02-26T19:04:46.588Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-26T19:04:46.588Z | ++ cd ./tools |
572 | 2024-02-26T19:04:46.589Z | ++ pwd |
573 | 2024-02-26T19:04:46.589Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-26T19:04:46.589Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-26T19:04:46.589Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-26T19:04:46.589Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-26T19:04:46.589Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
578 | 2024-02-26T19:04:46.589Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
579 | 2024-02-26T19:04:46.589Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-26T19:04:46.589Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
581 | 2024-02-26T19:04:46.589Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-26T19:04:46.589Z | + TARGET_DIR=out |
583 | 2024-02-26T19:04:46.590Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-26T19:04:46.590Z | + DEST_DIR=./out/mgd |
585 | 2024-02-26T19:04:46.590Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-26T19:04:46.590Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-26T19:04:46.590Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-26T19:04:46.590Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
589 | 2024-02-26T19:04:46.590Z | + main |
590 | 2024-02-26T19:04:46.590Z | + [[ 0 != 0 ]] |
591 | 2024-02-26T19:04:46.590Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-26T19:04:46.591Z | + [[ 0 != 0 ]] |
593 | 2024-02-26T19:04:46.591Z | + configure_os solaris2.11 |
594 | 2024-02-26T19:04:46.591Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-26T19:04:46.591Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-26T19:04:46.591Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-26T19:04:46.591Z | + case "$1" in |
598 | 2024-02-26T19:04:46.591Z | configuring based on OS: "solaris2.11" |
599 | 2024-02-26T19:04:46.592Z | + SET_BINARIES= |
600 | 2024-02-26T19:04:46.592Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-26T19:04:46.592Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-26T19:04:46.592Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
603 | 2024-02-26T19:04:46.592Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-26T19:04:46.592Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
605 | 2024-02-26T19:04:46.593Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
606 | 2024-02-26T19:04:46.593Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-02-26T19:04:46.593Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-02-26T19:04:46.593Z | + mkdir -p out/downloads |
609 | 2024-02-26T19:04:46.606Z | + mkdir -p ./out/mgd |
610 | 2024-02-26T19:04:46.606Z | + fetch_and_verify |
611 | 2024-02-26T19:04:46.606Z | + local DO_DOWNLOAD=true |
612 | 2024-02-26T19:04:46.606Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-26T19:04:46.606Z | + '[' true == true ']' |
614 | 2024-02-26T19:04:46.606Z | + echo Downloading... |
615 | 2024-02-26T19:04:46.606Z | Downloading... |
616 | 2024-02-26T19:04:46.607Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-26T19:04:46.607Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
618 | 2024-02-26T19:04:56.104Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-26T19:04:56.113Z | ++ sha256sum |
620 | 2024-02-26T19:04:56.113Z | ++ awk '{print $1}' |
621 | 2024-02-26T19:04:56.127Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
622 | 2024-02-26T19:04:56.141Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
623 | 2024-02-26T19:04:56.141Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-26T19:04:56.142Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-26T19:04:56.569Z | + do_assemble |
626 | 2024-02-26T19:04:56.569Z | + rm -r ./out/mgd |
627 | 2024-02-26T19:04:56.574Z | + mkdir ./out/mgd |
628 | 2024-02-26T19:04:56.574Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-26T19:04:56.748Z | + set -o errexit |
630 | 2024-02-26T19:04:56.766Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-26T19:04:56.766Z | ++ cd ./tools |
632 | 2024-02-26T19:04:56.766Z | ++ pwd |
633 | 2024-02-26T19:04:56.767Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-26T19:04:56.767Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-26T19:04:56.767Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-26T19:04:56.767Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-26T19:04:56.767Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-26T19:04:56.767Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-26T19:04:56.768Z | + TARGET_DIR=out |
640 | 2024-02-26T19:04:56.768Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-26T19:04:56.768Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-26T19:04:56.768Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-26T19:04:56.768Z | + BINARY=xcvradm |
644 | 2024-02-26T19:04:56.768Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-26T19:04:56.769Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-26T19:04:56.769Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-26T19:04:56.769Z | + main |
648 | 2024-02-26T19:04:56.769Z | + [[ 0 != 0 ]] |
649 | 2024-02-26T19:04:56.769Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-26T19:04:56.770Z | + [[ 0 != 0 ]] |
651 | 2024-02-26T19:04:56.770Z | + configure_os solaris2.11 |
652 | 2024-02-26T19:04:56.771Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-26T19:04:56.771Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-26T19:04:56.771Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-26T19:04:56.771Z | + case "$1" in |
656 | 2024-02-26T19:04:56.771Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-26T19:04:56.771Z | + SET_BINARIES= |
658 | 2024-02-26T19:04:56.771Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-26T19:04:56.772Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-26T19:04:56.772Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-26T19:04:56.772Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-26T19:04:56.772Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-26T19:04:56.773Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-26T19:04:56.773Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-26T19:04:56.773Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-26T19:04:56.773Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-26T19:04:56.773Z | + mkdir -p out/downloads |
668 | 2024-02-26T19:04:56.773Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-26T19:04:56.773Z | + fetch_and_verify |
670 | 2024-02-26T19:04:56.774Z | + local DO_DOWNLOAD=true |
671 | 2024-02-26T19:04:56.774Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-26T19:04:56.774Z | + '[' true == true ']' |
673 | 2024-02-26T19:04:56.774Z | + echo Downloading... |
674 | 2024-02-26T19:04:56.774Z | Downloading... |
675 | 2024-02-26T19:04:56.774Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-26T19:04:56.775Z | + 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 |
677 | 2024-02-26T19:04:58.772Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-26T19:04:58.775Z | ++ sha256sum |
679 | 2024-02-26T19:04:58.775Z | ++ awk '{print $1}' |
680 | 2024-02-26T19:04:58.781Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-26T19:04:59.195Z | + [[ 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 ]] |
682 | 2024-02-26T19:04:59.195Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-26T19:04:59.195Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-26T19:04:59.195Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-26T19:04:59.199Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-26T19:04:59.199Z | + do_assemble |
687 | 2024-02-26T19:04:59.199Z | + rm -r ./out/transceiver-control |
688 | 2024-02-26T19:04:59.199Z | + mkdir ./out/transceiver-control |
689 | 2024-02-26T19:04:59.199Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-26T19:04:59.199Z | All prerequisites installed successfully |
691 | 2024-02-26T19:04:59.199Z | |
692 | 2024-02-26T19:04:59.199Z | real 1:57.894264746 |
693 | 2024-02-26T19:04:59.199Z | user 34.911440729 |
694 | 2024-02-26T19:04:59.199Z | sys 6.699626531 |
695 | 2024-02-26T19:04:59.199Z | trap 0.007493349 |
696 | 2024-02-26T19:04:59.200Z | tflt 0.155820714 |
697 | 2024-02-26T19:04:59.200Z | dflt 0.452113334 |
698 | 2024-02-26T19:04:59.200Z | kflt 0.296381962 |
699 | 2024-02-26T19:04:59.200Z | lock 1.480230016 |
700 | 2024-02-26T19:04:59.200Z | slp 3:57.656918408 |
701 | 2024-02-26T19:04:59.200Z | lat 1.837603818 |
702 | 2024-02-26T19:04:59.200Z | stop 0.142887361 |
703 | 2024-02-26T19:04:59.200Z | + banner end-to-end-tests |
704 | 2024-02-26T19:04:59.200Z | |
705 | 2024-02-26T19:04:59.200Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-26T19:04:59.200Z | # ## # # # # # # # ## # # # |
707 | 2024-02-26T19:04:59.200Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-26T19:04:59.200Z | # # # # # # # # # # # # # # # |
709 | 2024-02-26T19:04:59.200Z | # # ## # # # # # # # ## # # |
710 | 2024-02-26T19:04:59.200Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-26T19:04:59.200Z | |
712 | 2024-02-26T19:04:59.200Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-26T19:04:59.200Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-26T19:04:59.200Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-26T19:04:59.200Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-26T19:04:59.200Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-26T19:04:59.200Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-26T19:04:59.200Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-26T19:04:59.361Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-26T19:04:59.704Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-26T19:05:00.038Z | Updating crates.io index |
722 | 2024-02-26T19:05:00.070Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-26T19:05:01.286Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-26T19:05:03.280Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-26T19:05:04.097Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-26T19:05:04.445Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-26T19:05:04.728Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-26T19:05:05.009Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-26T19:05:06.120Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-26T19:05:08.318Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-26T19:05:09.212Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-26T19:05:09.558Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-26T19:05:10.126Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-26T19:05:11.501Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-26T19:05:11.811Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-26T19:05:12.160Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-26T19:05:12.564Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-26T19:05:12.932Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-26T19:05:13.298Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-26T19:05:13.852Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-26T19:05:14.229Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-26T19:05:14.521Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-26T19:05:15.591Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-26T19:05:15.966Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-26T19:05:17.241Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-26T19:05:17.654Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-26T19:05:17.988Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-26T19:05:19.198Z | Downloading crates ... |
749 | 2024-02-26T19:05:19.394Z | Downloaded cc v1.0.83 |
750 | 2024-02-26T19:05:19.401Z | Downloaded adler v1.0.2 |
751 | 2024-02-26T19:05:19.401Z | Downloaded lazy_static v1.4.0 |
752 | 2024-02-26T19:05:19.401Z | Downloaded cbc v0.1.2 |
753 | 2024-02-26T19:05:19.401Z | Downloaded cancel-safe-futures v0.1.5 |
754 | 2024-02-26T19:05:19.401Z | Downloaded diesel_table_macro_syntax v0.1.0 |
755 | 2024-02-26T19:05:19.405Z | Downloaded libefi-sys v0.1.0 |
756 | 2024-02-26T19:05:19.405Z | Downloaded memmap v0.7.0 |
757 | 2024-02-26T19:05:19.409Z | Downloaded lock_api v0.4.10 |
758 | 2024-02-26T19:05:19.413Z | Downloaded memmap2 v0.7.1 |
759 | 2024-02-26T19:05:19.413Z | Downloaded linked-hash-map v0.5.6 |
760 | 2024-02-26T19:05:19.418Z | Downloaded macaddr v1.0.1 |
761 | 2024-02-26T19:05:19.419Z | Downloaded log v0.4.20 |
762 | 2024-02-26T19:05:19.423Z | Downloaded ciborium v0.2.2 |
763 | 2024-02-26T19:05:19.423Z | Downloaded normalize-line-endings v0.3.0 |
764 | 2024-02-26T19:05:19.423Z | Downloaded plain v0.2.3 |
765 | 2024-02-26T19:05:19.433Z | Downloaded memoffset v0.9.0 |
766 | 2024-02-26T19:05:19.433Z | Downloaded pkg-config v0.3.27 |
767 | 2024-02-26T19:05:19.433Z | Downloaded num-integer v0.1.46 |
768 | 2024-02-26T19:05:19.449Z | Downloaded postcard v1.0.8 |
769 | 2024-02-26T19:05:19.449Z | Downloaded matches v0.1.10 |
770 | 2024-02-26T19:05:19.449Z | Downloaded poly1305 v0.8.0 |
771 | 2024-02-26T19:05:19.453Z | Downloaded nibble_vec v0.1.0 |
772 | 2024-02-26T19:05:19.453Z | Downloaded chacha20 v0.9.1 |
773 | 2024-02-26T19:05:19.453Z | Downloaded option-ext v0.2.0 |
774 | 2024-02-26T19:05:19.453Z | Downloaded num_enum_derive v0.5.11 |
775 | 2024-02-26T19:05:19.454Z | Downloaded defmt v0.3.5 |
776 | 2024-02-26T19:05:19.458Z | Downloaded openssl-macros v0.1.1 |
777 | 2024-02-26T19:05:19.462Z | Downloaded aead v0.5.2 |
778 | 2024-02-26T19:05:19.462Z | Downloaded deranged v0.3.8 |
779 | 2024-02-26T19:05:19.465Z | Downloaded managed v0.8.0 |
780 | 2024-02-26T19:05:19.465Z | Downloaded openssl-probe v0.1.5 |
781 | 2024-02-26T19:05:19.465Z | Downloaded owo-colors v4.0.0 |
782 | 2024-02-26T19:05:19.473Z | Downloaded newtype_derive v0.1.6 |
783 | 2024-02-26T19:05:19.490Z | Downloaded darling_macro v0.20.3 |
784 | 2024-02-26T19:05:19.490Z | Downloaded parse-display v0.9.0 |
785 | 2024-02-26T19:05:19.490Z | Downloaded crypto-common v0.1.6 |
786 | 2024-02-26T19:05:19.498Z | Downloaded match_cfg v0.1.0 |
787 | 2024-02-26T19:05:19.498Z | Downloaded curve25519-dalek-derive v0.1.0 |
788 | 2024-02-26T19:05:19.498Z | Downloaded phf_shared v0.10.0 |
789 | 2024-02-26T19:05:19.498Z | Downloaded num_threads v0.1.6 |
790 | 2024-02-26T19:05:19.498Z | Downloaded defmt-parser v0.3.3 |
791 | 2024-02-26T19:05:19.498Z | Downloaded phf_shared v0.11.2 |
792 | 2024-02-26T19:05:19.498Z | Downloaded platforms v3.0.2 |
793 | 2024-02-26T19:05:19.498Z | Downloaded bitflags v1.3.2 |
794 | 2024-02-26T19:05:19.506Z | Downloaded parse-display-derive v0.9.0 |
795 | 2024-02-26T19:05:19.506Z | Downloaded blowfish v0.9.1 |
796 | 2024-02-26T19:05:19.507Z | Downloaded bcrypt-pbkdf v0.10.0 |
797 | 2024-02-26T19:05:19.507Z | Downloaded parking_lot_core v0.9.8 |
798 | 2024-02-26T19:05:19.514Z | Downloaded ctr v0.9.2 |
799 | 2024-02-26T19:05:19.514Z | Downloaded openssl-sys v0.9.96 |
800 | 2024-02-26T19:05:19.521Z | Downloaded num_cpus v1.16.0 |
801 | 2024-02-26T19:05:19.527Z | Downloaded predicates v3.1.0 |
802 | 2024-02-26T19:05:19.527Z | Downloaded num-derive v0.4.0 |
803 | 2024-02-26T19:05:19.527Z | Downloaded newtype-uuid v1.0.1 |
804 | 2024-02-26T19:05:19.532Z | Downloaded password-hash v0.4.2 |
805 | 2024-02-26T19:05:19.532Z | Downloaded native-tls v0.2.11 |
806 | 2024-02-26T19:05:19.546Z | Downloaded subtle v2.5.0 |
807 | 2024-02-26T19:05:19.546Z | Downloaded num_enum v0.5.11 |
808 | 2024-02-26T19:05:19.551Z | Downloaded postgres-protocol v0.6.6 |
809 | 2024-02-26T19:05:19.551Z | Downloaded arrayvec v0.7.4 |
810 | 2024-02-26T19:05:19.551Z | Downloaded phf v0.11.2 |
811 | 2024-02-26T19:05:19.557Z | Downloaded num-rational v0.4.1 |
812 | 2024-02-26T19:05:19.557Z | Downloaded bitflags v2.4.0 |
813 | 2024-02-26T19:05:19.585Z | Downloaded anstream v0.6.11 |
814 | 2024-02-26T19:05:19.585Z | Downloaded hex-literal v0.4.1 |
815 | 2024-02-26T19:05:19.585Z | Downloaded unicase v2.7.0 |
816 | 2024-02-26T19:05:19.586Z | Downloaded base64ct v1.6.0 |
817 | 2024-02-26T19:05:19.590Z | Downloaded rustls-pemfile v1.0.3 |
818 | 2024-02-26T19:05:19.590Z | Downloaded take_mut v0.2.2 |
819 | 2024-02-26T19:05:19.590Z | Downloaded once_cell v1.19.0 |
820 | 2024-02-26T19:05:19.590Z | Downloaded diesel_derives v2.1.2 |
821 | 2024-02-26T19:05:19.590Z | Downloaded dirs-sys-next v0.1.2 |
822 | 2024-02-26T19:05:19.590Z | Downloaded crc32fast v1.3.2 |
823 | 2024-02-26T19:05:19.590Z | Downloaded r2d2 v0.8.10 |
824 | 2024-02-26T19:05:19.590Z | Downloaded pest_meta v2.7.6 |
825 | 2024-02-26T19:05:19.590Z | Downloaded version_check v0.9.4 |
826 | 2024-02-26T19:05:19.590Z | Downloaded pin-project-lite v0.2.13 |
827 | 2024-02-26T19:05:19.593Z | Downloaded russh-cryptovec v0.7.0 |
828 | 2024-02-26T19:05:19.593Z | Downloaded blake2 v0.10.6 |
829 | 2024-02-26T19:05:19.600Z | Downloaded crossbeam-channel v0.5.8 |
830 | 2024-02-26T19:05:19.604Z | Downloaded utf-8 v0.7.6 |
831 | 2024-02-26T19:05:19.604Z | Downloaded slab v0.4.9 |
832 | 2024-02-26T19:05:19.607Z | Downloaded hyper-rustls v0.24.2 |
833 | 2024-02-26T19:05:19.607Z | Downloaded untrusted v0.7.1 |
834 | 2024-02-26T19:05:19.610Z | Downloaded getrandom v0.1.16 |
835 | 2024-02-26T19:05:19.613Z | Downloaded getopts v0.2.21 |
836 | 2024-02-26T19:05:19.613Z | Downloaded foreign-types-macros v0.2.3 |
837 | 2024-02-26T19:05:19.616Z | Downloaded miniz_oxide v0.7.1 |
838 | 2024-02-26T19:05:19.621Z | Downloaded hostname v0.3.1 |
839 | 2024-02-26T19:05:19.622Z | Downloaded semver v0.11.0 |
840 | 2024-02-26T19:05:19.625Z | Downloaded embedded-io v0.4.0 |
841 | 2024-02-26T19:05:19.625Z | Downloaded crossbeam-utils v0.8.16 |
842 | 2024-02-26T19:05:19.628Z | Downloaded want v0.3.1 |
843 | 2024-02-26T19:05:19.628Z | Downloaded rfc6979 v0.4.0 |
844 | 2024-02-26T19:05:19.631Z | Downloaded zone v0.3.0 |
845 | 2024-02-26T19:05:19.631Z | Downloaded dyn-clone v1.0.16 |
846 | 2024-02-26T19:05:19.634Z | Downloaded foreign-types v0.3.2 |
847 | 2024-02-26T19:05:19.634Z | Downloaded headers-core v0.2.0 |
848 | 2024-02-26T19:05:19.637Z | Downloaded parking_lot v0.12.1 |
849 | 2024-02-26T19:05:19.637Z | Downloaded parking_lot v0.11.2 |
850 | 2024-02-26T19:05:19.640Z | Downloaded scroll_derive v0.12.0 |
851 | 2024-02-26T19:05:19.640Z | Downloaded omicron-zone-package v0.11.0 |
852 | 2024-02-26T19:05:19.644Z | Downloaded stable_deref_trait v1.2.0 |
853 | 2024-02-26T19:05:19.648Z | Downloaded slog-stdlog v4.1.1 |
854 | 2024-02-26T19:05:19.648Z | Downloaded derive-where v1.2.7 |
855 | 2024-02-26T19:05:19.652Z | Downloaded futures-channel v0.3.30 |
856 | 2024-02-26T19:05:19.655Z | Downloaded untrusted v0.9.0 |
857 | 2024-02-26T19:05:19.655Z | Downloaded zerocopy v0.6.4 |
858 | 2024-02-26T19:05:19.658Z | Downloaded vec_map v0.8.2 |
859 | 2024-02-26T19:05:19.659Z | Downloaded time-core v0.1.1 |
860 | 2024-02-26T19:05:19.662Z | Downloaded unicode-width v0.1.11 |
861 | 2024-02-26T19:05:19.662Z | Downloaded heck v0.3.3 |
862 | 2024-02-26T19:05:19.665Z | Downloaded term v0.7.0 |
863 | 2024-02-26T19:05:19.675Z | Downloaded swrite v0.1.0 |
864 | 2024-02-26T19:05:19.675Z | Downloaded utf8parse v0.2.1 |
865 | 2024-02-26T19:05:19.680Z | Downloaded usdt v0.5.0 |
866 | 2024-02-26T19:05:19.680Z | Downloaded usdt v0.3.5 |
867 | 2024-02-26T19:05:19.680Z | Downloaded slog-dtrace v0.3.0 |
868 | 2024-02-26T19:05:19.680Z | Downloaded der v0.7.8 |
869 | 2024-02-26T19:05:19.680Z | Downloaded foreign-types v0.5.0 |
870 | 2024-02-26T19:05:19.684Z | Downloaded hyper-staticfile v0.9.5 |
871 | 2024-02-26T19:05:19.684Z | Downloaded siphasher v0.3.11 |
872 | 2024-02-26T19:05:19.684Z | Downloaded futures-executor v0.3.30 |
873 | 2024-02-26T19:05:19.687Z | Downloaded scheduled-thread-pool v0.2.7 |
874 | 2024-02-26T19:05:19.687Z | Downloaded digest v0.10.7 |
875 | 2024-02-26T19:05:19.691Z | Downloaded rand_chacha v0.2.2 |
876 | 2024-02-26T19:05:19.691Z | Downloaded smf v0.2.2 |
877 | 2024-02-26T19:05:19.695Z | Downloaded rand_core v0.5.1 |
878 | 2024-02-26T19:05:19.695Z | Downloaded tokio-macros v2.2.0 |
879 | 2024-02-26T19:05:19.698Z | Downloaded kstat-rs v0.2.3 |
880 | 2024-02-26T19:05:19.698Z | Downloaded proc-macro-error-attr v1.0.4 |
881 | 2024-02-26T19:05:19.698Z | Downloaded glob v0.3.1 |
882 | 2024-02-26T19:05:19.701Z | Downloaded russh-keys v0.42.0 |
883 | 2024-02-26T19:05:19.704Z | Downloaded ucd-trie v0.1.6 |
884 | 2024-02-26T19:05:19.704Z | Downloaded backtrace v0.3.69 |
885 | 2024-02-26T19:05:19.709Z | Downloaded http-range v0.1.5 |
886 | 2024-02-26T19:05:19.712Z | Downloaded dirs-next v2.0.0 |
887 | 2024-02-26T19:05:19.712Z | Downloaded dirs v5.0.1 |
888 | 2024-02-26T19:05:19.716Z | Downloaded ff v0.13.0 |
889 | 2024-02-26T19:05:19.716Z | Downloaded zip v0.6.6 |
890 | 2024-02-26T19:05:19.719Z | Downloaded tungstenite v0.20.1 |
891 | 2024-02-26T19:05:19.723Z | Downloaded flagset v0.4.3 |
892 | 2024-02-26T19:05:19.726Z | Downloaded futures-sink v0.3.30 |
893 | 2024-02-26T19:05:19.726Z | Downloaded secrecy v0.8.0 |
894 | 2024-02-26T19:05:19.729Z | Downloaded futures v0.3.30 |
895 | 2024-02-26T19:05:19.732Z | Downloaded ident_case v1.0.1 |
896 | 2024-02-26T19:05:19.736Z | Downloaded similar v2.3.0 |
897 | 2024-02-26T19:05:19.739Z | Downloaded pretty-hex v0.2.1 |
898 | 2024-02-26T19:05:19.742Z | Downloaded thread_local v1.1.7 |
899 | 2024-02-26T19:05:19.742Z | Downloaded sec1 v0.7.3 |
900 | 2024-02-26T19:05:19.745Z | Downloaded futures-macro v0.3.30 |
901 | 2024-02-26T19:05:19.746Z | Downloaded semver v0.1.20 |
902 | 2024-02-26T19:05:19.749Z | Downloaded ipnetwork v0.20.0 |
903 | 2024-02-26T19:05:19.749Z | Downloaded ghash v0.5.0 |
904 | 2024-02-26T19:05:19.752Z | Downloaded fixedbitset v0.4.2 |
905 | 2024-02-26T19:05:19.752Z | Downloaded quote v1.0.35 |
906 | 2024-02-26T19:05:19.755Z | Downloaded tar v0.4.40 |
907 | 2024-02-26T19:05:20.171Z | Downloaded unicode-ident v1.0.12 |
908 | 2024-02-26T19:05:20.183Z | Downloaded group v0.13.0 |
909 | 2024-02-26T19:05:20.183Z | Downloaded rustc_version v0.4.0 |
910 | 2024-02-26T19:05:20.183Z | Downloaded zone_cfg_derive v0.3.0 |
911 | 2024-02-26T19:05:20.184Z | Downloaded memchr v2.6.3 |
912 | 2024-02-26T19:05:20.184Z | Downloaded elliptic-curve v0.13.8 |
913 | 2024-02-26T19:05:20.184Z | Downloaded tinyvec_macros v0.1.1 |
914 | 2024-02-26T19:05:20.184Z | Downloaded strum v0.26.1 |
915 | 2024-02-26T19:05:20.184Z | Downloaded serde_yaml v0.9.25 |
916 | 2024-02-26T19:05:20.184Z | Downloaded zerocopy-derive v0.7.32 |
917 | 2024-02-26T19:05:20.184Z | Downloaded tracing v0.1.37 |
918 | 2024-02-26T19:05:20.184Z | Downloaded inout v0.1.3 |
919 | 2024-02-26T19:05:20.184Z | Downloaded hubpack_derive v0.1.1 |
920 | 2024-02-26T19:05:20.184Z | Downloaded usdt-impl v0.3.5 |
921 | 2024-02-26T19:05:20.184Z | Downloaded walkdir v2.4.0 |
922 | 2024-02-26T19:05:20.184Z | Downloaded float-cmp v0.9.0 |
923 | 2024-02-26T19:05:20.184Z | Downloaded fnv v1.0.7 |
924 | 2024-02-26T19:05:20.185Z | Downloaded ed25519 v2.2.2 |
925 | 2024-02-26T19:05:20.185Z | Downloaded dof v0.3.0 |
926 | 2024-02-26T19:05:20.185Z | Downloaded slog-json v2.6.1 |
927 | 2024-02-26T19:05:20.185Z | Downloaded scroll v0.12.0 |
928 | 2024-02-26T19:05:20.185Z | Downloaded semver v1.0.22 |
929 | 2024-02-26T19:05:20.185Z | Downloaded proc-macro2 v1.0.78 |
930 | 2024-02-26T19:05:20.185Z | Downloaded dtrace-parser v0.1.14 |
931 | 2024-02-26T19:05:20.185Z | Downloaded tracing-core v0.1.31 |
932 | 2024-02-26T19:05:20.185Z | Downloaded opaque-debug v0.3.0 |
933 | 2024-02-26T19:05:20.185Z | Downloaded trust-dns-resolver v0.22.0 |
934 | 2024-02-26T19:05:20.185Z | Downloaded autocfg v1.1.0 |
935 | 2024-02-26T19:05:20.185Z | Downloaded httpdate v1.0.3 |
936 | 2024-02-26T19:05:20.185Z | Downloaded data-encoding v2.4.0 |
937 | 2024-02-26T19:05:20.185Z | Downloaded multer v3.0.0 |
938 | 2024-02-26T19:05:20.185Z | Downloaded heapless v0.7.16 |
939 | 2024-02-26T19:05:20.185Z | Downloaded zeroize v1.7.0 |
940 | 2024-02-26T19:05:20.186Z | Downloaded vsss-rs v3.3.4 |
941 | 2024-02-26T19:05:20.186Z | Downloaded rand v0.8.5 |
942 | 2024-02-26T19:05:20.186Z | Downloaded serde_spanned v0.6.5 |
943 | 2024-02-26T19:05:20.186Z | Downloaded httparse v1.8.0 |
944 | 2024-02-26T19:05:20.186Z | Downloaded either v1.10.0 |
945 | 2024-02-26T19:05:20.186Z | Downloaded serde_urlencoded v0.7.1 |
946 | 2024-02-26T19:05:20.186Z | Downloaded schemars_derive v0.8.16 |
947 | 2024-02-26T19:05:20.186Z | Downloaded tracing-attributes v0.1.26 |
948 | 2024-02-26T19:05:20.186Z | Downloaded futures-core v0.3.30 |
949 | 2024-02-26T19:05:20.186Z | Downloaded dirs-sys v0.4.1 |
950 | 2024-02-26T19:05:20.186Z | Downloaded primeorder v0.13.6 |
951 | 2024-02-26T19:05:20.186Z | Downloaded signal-hook-mio v0.2.3 |
952 | 2024-02-26T19:05:20.186Z | Downloaded home v0.5.5 |
953 | 2024-02-26T19:05:20.186Z | Downloaded sct v0.7.0 |
954 | 2024-02-26T19:05:20.186Z | Downloaded uuid v1.7.0 |
955 | 2024-02-26T19:05:20.186Z | Downloaded trust-dns-client v0.22.0 |
956 | 2024-02-26T19:05:20.186Z | Downloaded thiserror v1.0.57 |
957 | 2024-02-26T19:05:20.186Z | Downloaded signal-hook-registry v1.4.1 |
958 | 2024-02-26T19:05:20.186Z | Downloaded serde_path_to_error v0.1.15 |
959 | 2024-02-26T19:05:20.187Z | Downloaded serde_tokenstream v0.1.7 |
960 | 2024-02-26T19:05:20.187Z | Downloaded http-body v0.4.5 |
961 | 2024-02-26T19:05:20.187Z | Downloaded keccak v0.1.4 |
962 | 2024-02-26T19:05:20.187Z | Downloaded rustfmt-wrapper v0.2.0 |
963 | 2024-02-26T19:05:20.187Z | Downloaded slog-scope v4.4.0 |
964 | 2024-02-26T19:05:20.187Z | Downloaded tokio-util v0.7.10 |
965 | 2024-02-26T19:05:20.187Z | Downloaded tokio-rustls v0.25.0 |
966 | 2024-02-26T19:05:20.187Z | Downloaded sha2 v0.10.8 |
967 | 2024-02-26T19:05:20.187Z | Downloaded rayon-core v1.12.0 |
968 | 2024-02-26T19:05:20.187Z | Downloaded structopt v0.3.26 |
969 | 2024-02-26T19:05:20.187Z | Downloaded headers v0.3.9 |
970 | 2024-02-26T19:05:20.187Z | Downloaded ed25519-dalek v2.0.0 |
971 | 2024-02-26T19:05:20.187Z | Downloaded hubpack v0.1.2 |
972 | 2024-02-26T19:05:20.187Z | Downloaded russh v0.42.0 |
973 | 2024-02-26T19:05:20.187Z | Downloaded ryu v1.0.15 |
974 | 2024-02-26T19:05:20.187Z | Downloaded heapless v0.8.0 |
975 | 2024-02-26T19:05:20.187Z | Downloaded toml v0.7.8 |
976 | 2024-02-26T19:05:20.187Z | Downloaded nom v7.1.3 |
977 | 2024-02-26T19:05:20.187Z | Downloaded toml_edit v0.22.6 |
978 | 2024-02-26T19:05:20.188Z | Downloaded toml v0.5.11 |
979 | 2024-02-26T19:05:20.188Z | Downloaded aes-gcm v0.10.3 |
980 | 2024-02-26T19:05:20.188Z | Downloaded itertools v0.12.1 |
981 | 2024-02-26T19:05:20.188Z | Downloaded unsafe-libyaml v0.2.10 |
982 | 2024-02-26T19:05:20.188Z | Downloaded num-traits v0.2.16 |
983 | 2024-02-26T19:05:20.188Z | Downloaded serde v1.0.196 |
984 | 2024-02-26T19:05:20.188Z | Downloaded unicode-normalization v0.1.22 |
985 | 2024-02-26T19:05:20.188Z | Downloaded blake3 v1.5.0 |
986 | 2024-02-26T19:05:20.188Z | Downloaded http v0.2.11 |
987 | 2024-02-26T19:05:20.188Z | Downloaded flate2 v1.0.28 |
988 | 2024-02-26T19:05:20.188Z | Downloaded bstr v0.2.17 |
989 | 2024-02-26T19:05:20.188Z | Downloaded http v1.0.0 |
990 | 2024-02-26T19:05:20.188Z | Downloaded aho-corasick v1.0.4 |
991 | 2024-02-26T19:05:20.188Z | Downloaded steno v0.4.0 |
992 | 2024-02-26T19:05:20.188Z | Downloaded pest v2.7.6 |
993 | 2024-02-26T19:05:20.188Z | Downloaded petgraph v0.6.4 |
994 | 2024-02-26T19:05:20.188Z | Downloaded rand v0.7.3 |
995 | 2024-02-26T19:05:20.188Z | Downloaded hashbrown v0.12.3 |
996 | 2024-02-26T19:05:20.189Z | Downloaded time v0.3.27 |
997 | 2024-02-26T19:05:20.189Z | Downloaded winnow v0.5.15 |
998 | 2024-02-26T19:05:20.189Z | Downloaded regex-automata v0.1.10 |
999 | 2024-02-26T19:05:20.189Z | Downloaded gethostname v0.4.3 |
1000 | 2024-02-26T19:05:20.189Z | Downloaded chrono v0.4.31 |
1001 | 2024-02-26T19:05:20.189Z | Downloaded rustls-webpki v0.101.7 |
1002 | 2024-02-26T19:05:20.189Z | Downloaded serde_with v3.6.1 |
1003 | 2024-02-26T19:05:20.189Z | Downloaded zerocopy v0.7.32 |
1004 | 2024-02-26T19:05:20.189Z | Downloaded hashbrown v0.14.3 |
1005 | 2024-02-26T19:05:20.189Z | Downloaded winnow v0.6.1 |
1006 | 2024-02-26T19:05:20.189Z | Downloaded futures-util v0.3.30 |
1007 | 2024-02-26T19:05:20.189Z | Downloaded goblin v0.8.0 |
1008 | 2024-02-26T19:05:20.197Z | Downloaded regress v0.8.0 |
1009 | 2024-02-26T19:05:20.197Z | Downloaded object v0.32.1 |
1010 | 2024-02-26T19:05:20.197Z | Downloaded hyper v0.14.27 |
1011 | 2024-02-26T19:05:20.197Z | Downloaded vcpkg v0.2.15 |
1012 | 2024-02-26T19:05:20.217Z | Downloaded regex v1.10.3 |
1013 | 2024-02-26T19:05:20.229Z | Downloaded radix_trie v0.2.1 |
1014 | 2024-02-26T19:05:20.243Z | Downloaded diesel v2.1.4 |
1015 | 2024-02-26T19:05:20.253Z | Downloaded smoltcp v0.9.1 |
1016 | 2024-02-26T19:05:20.264Z | Downloaded rustls v0.22.2 |
1017 | 2024-02-26T19:05:20.278Z | Downloaded regex-syntax v0.8.2 |
1018 | 2024-02-26T19:05:20.296Z | Downloaded openapiv3 v2.0.0 |
1019 | 2024-02-26T19:05:20.322Z | Downloaded trust-dns-proto v0.22.0 |
1020 | 2024-02-26T19:05:20.369Z | Downloaded zerocopy-derive v0.6.4 |
1021 | 2024-02-26T19:05:20.369Z | Downloaded zerocopy-derive v0.2.0 |
1022 | 2024-02-26T19:05:20.369Z | Downloaded rustix v0.38.31 |
1023 | 2024-02-26T19:05:20.387Z | Downloaded bstr v1.6.0 |
1024 | 2024-02-26T19:05:20.387Z | Downloaded rustls v0.21.9 |
1025 | 2024-02-26T19:05:20.397Z | Downloaded tokio v1.36.0 |
1026 | 2024-02-26T19:05:20.419Z | Downloaded sha3 v0.10.8 |
1027 | 2024-02-26T19:05:20.447Z | Downloaded sled v0.34.7 |
1028 | 2024-02-26T19:05:20.457Z | Downloaded smoltcp v0.11.0 |
1029 | 2024-02-26T19:05:20.457Z | Downloaded encoding_rs v0.8.33 |
1030 | 2024-02-26T19:05:20.477Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1031 | 2024-02-26T19:05:20.493Z | Downloaded idna v0.5.0 |
1032 | 2024-02-26T19:05:20.493Z | Downloaded syn v2.0.48 |
1033 | 2024-02-26T19:05:20.505Z | Downloaded libc v0.2.153 |
1034 | 2024-02-26T19:05:20.529Z | Downloaded regex-automata v0.4.4 |
1035 | 2024-02-26T19:05:20.554Z | Downloaded regex-automata v0.3.8 |
1036 | 2024-02-26T19:05:20.571Z | Downloaded syn v1.0.109 |
1037 | 2024-02-26T19:05:20.571Z | Downloaded curve25519-dalek v4.1.1 |
1038 | 2024-02-26T19:05:20.578Z | Downloaded idna v0.2.3 |
1039 | 2024-02-26T19:05:20.586Z | Downloaded webpki-roots v0.25.2 |
1040 | 2024-02-26T19:05:20.590Z | Downloaded gimli v0.28.0 |
1041 | 2024-02-26T19:05:20.598Z | Downloaded h2 v0.3.24 |
1042 | 2024-02-26T19:05:20.605Z | Downloaded socket2 v0.5.5 |
1043 | 2024-02-26T19:05:20.605Z | Downloaded getrandom v0.2.10 |
1044 | 2024-02-26T19:05:20.637Z | Downloaded winapi v0.3.9 |
1045 | 2024-02-26T19:05:20.651Z | Downloaded rustls-webpki v0.102.1 |
1046 | 2024-02-26T19:05:20.665Z | Downloaded reqwest v0.11.22 |
1047 | 2024-02-26T19:05:20.676Z | Downloaded hkdf v0.12.4 |
1048 | 2024-02-26T19:05:20.702Z | Downloaded structmeta v0.3.0 |
1049 | 2024-02-26T19:05:20.702Z | Downloaded strsim v0.11.0 |
1050 | 2024-02-26T19:05:20.702Z | Downloaded stringprep v0.1.3 |
1051 | 2024-02-26T19:05:20.702Z | Downloaded string_cache v0.8.7 |
1052 | 2024-02-26T19:05:20.702Z | Downloaded spin v0.5.2 |
1053 | 2024-02-26T19:05:20.702Z | Downloaded semver-parser v0.10.2 |
1054 | 2024-02-26T19:05:20.702Z | Downloaded rustls-pki-types v1.3.0 |
1055 | 2024-02-26T19:05:20.702Z | Downloaded spki v0.7.2 |
1056 | 2024-02-26T19:05:20.702Z | Downloaded spin v0.9.8 |
1057 | 2024-02-26T19:05:20.702Z | Downloaded generic-array v0.14.7 |
1058 | 2024-02-26T19:05:20.702Z | Downloaded openssl v0.10.60 |
1059 | 2024-02-26T19:05:20.702Z | Downloaded rayon v1.8.0 |
1060 | 2024-02-26T19:05:20.712Z | Downloaded itertools v0.10.5 |
1061 | 2024-02-26T19:05:20.723Z | Downloaded serde_json v1.0.114 |
1062 | 2024-02-26T19:05:20.723Z | Downloaded clap_builder v4.5.0 |
1063 | 2024-02-26T19:05:20.735Z | Downloaded unicode-segmentation v1.10.1 |
1064 | 2024-02-26T19:05:20.735Z | Downloaded minimal-lexical v0.2.1 |
1065 | 2024-02-26T19:05:20.744Z | Downloaded toml_edit v0.19.15 |
1066 | 2024-02-26T19:05:20.753Z | Downloaded aes v0.8.3 |
1067 | 2024-02-26T19:05:20.762Z | Downloaded crossterm v0.27.0 |
1068 | 2024-02-26T19:05:20.767Z | Downloaded p521 v0.13.3 |
1069 | 2024-02-26T19:05:20.767Z | Downloaded smallvec v1.13.1 |
1070 | 2024-02-26T19:05:20.767Z | Downloaded tokio-rustls v0.24.1 |
1071 | 2024-02-26T19:05:20.767Z | Downloaded indexmap v2.2.3 |
1072 | 2024-02-26T19:05:20.772Z | Downloaded schemars v0.8.16 |
1073 | 2024-02-26T19:05:20.792Z | Downloaded zeroize_derive v1.4.2 |
1074 | 2024-02-26T19:05:20.796Z | Downloaded rustversion v1.0.14 |
1075 | 2024-02-26T19:05:20.796Z | Downloaded unicode-xid v0.2.4 |
1076 | 2024-02-26T19:05:20.796Z | Downloaded proc-macro-crate v1.3.1 |
1077 | 2024-02-26T19:05:20.796Z | Downloaded filetime v0.2.23 |
1078 | 2024-02-26T19:05:20.796Z | Downloaded futures-task v0.3.30 |
1079 | 2024-02-26T19:05:20.796Z | Downloaded thread-id v4.2.0 |
1080 | 2024-02-26T19:05:20.796Z | Downloaded difflib v0.4.0 |
1081 | 2024-02-26T19:05:20.797Z | Downloaded thiserror-no-std v2.0.2 |
1082 | 2024-02-26T19:05:20.797Z | Downloaded textwrap v0.11.0 |
1083 | 2024-02-26T19:05:20.797Z | Downloaded defmt-macros v0.3.6 |
1084 | 2024-02-26T19:05:20.803Z | Downloaded hmac v0.12.1 |
1085 | 2024-02-26T19:05:20.803Z | Downloaded topological-sort v0.2.2 |
1086 | 2024-02-26T19:05:20.803Z | Downloaded subprocess v0.2.9 |
1087 | 2024-02-26T19:05:20.818Z | Downloaded url v2.5.0 |
1088 | 2024-02-26T19:05:20.818Z | Downloaded socket2 v0.4.9 |
1089 | 2024-02-26T19:05:20.818Z | Downloaded serde_derive v1.0.196 |
1090 | 2024-02-26T19:05:20.818Z | Downloaded is-terminal v0.4.9 |
1091 | 2024-02-26T19:05:20.827Z | Downloaded signature v2.1.0 |
1092 | 2024-02-26T19:05:20.827Z | Downloaded rustc_version v0.1.7 |
1093 | 2024-02-26T19:05:20.827Z | Downloaded structmeta-derive v0.3.0 |
1094 | 2024-02-26T19:05:20.827Z | Downloaded tinyvec v1.6.0 |
1095 | 2024-02-26T19:05:20.827Z | Downloaded scopeguard v1.2.0 |
1096 | 2024-02-26T19:05:20.827Z | Downloaded universal-hash v0.5.1 |
1097 | 2024-02-26T19:05:20.827Z | Downloaded tokio-postgres v0.7.10 |
1098 | 2024-02-26T19:05:20.837Z | Downloaded ecdsa v0.16.9 |
1099 | 2024-02-26T19:05:20.837Z | Downloaded clap v2.34.0 |
1100 | 2024-02-26T19:05:20.841Z | Downloaded strum_macros v0.26.1 |
1101 | 2024-02-26T19:05:20.842Z | Downloaded tokio-stream v0.1.14 |
1102 | 2024-02-26T19:05:20.842Z | Downloaded serde_with_macros v3.6.1 |
1103 | 2024-02-26T19:05:20.842Z | Downloaded signal-hook v0.3.17 |
1104 | 2024-02-26T19:05:20.855Z | Downloaded num-bigint v0.4.4 |
1105 | 2024-02-26T19:05:20.856Z | Downloaded trust-dns-server v0.22.1 |
1106 | 2024-02-26T19:05:20.856Z | Downloaded hyper-tls v0.5.0 |
1107 | 2024-02-26T19:05:20.861Z | Downloaded num v0.4.1 |
1108 | 2024-02-26T19:05:20.861Z | Downloaded heck v0.4.1 |
1109 | 2024-02-26T19:05:20.861Z | Downloaded base64 v0.21.7 |
1110 | 2024-02-26T19:05:20.861Z | Downloaded mio v0.8.9 |
1111 | 2024-02-26T19:05:20.875Z | Downloaded half v2.3.1 |
1112 | 2024-02-26T19:05:20.875Z | Downloaded unicode-bidi v0.3.13 |
1113 | 2024-02-26T19:05:20.876Z | Downloaded tokio-tungstenite v0.20.1 |
1114 | 2024-02-26T19:05:20.888Z | Downloaded pem v3.0.2 |
1115 | 2024-02-26T19:05:20.888Z | Downloaded toolchain_find v0.2.0 |
1116 | 2024-02-26T19:05:20.888Z | Downloaded same-file v1.0.6 |
1117 | 2024-02-26T19:05:20.888Z | Downloaded usdt-attr-macro v0.5.0 |
1118 | 2024-02-26T19:05:20.889Z | Downloaded waitgroup v0.1.2 |
1119 | 2024-02-26T19:05:20.889Z | Downloaded slog-envlogger v2.2.0 |
1120 | 2024-02-26T19:05:20.889Z | Downloaded indexmap v1.9.3 |
1121 | 2024-02-26T19:05:20.889Z | Downloaded strum_macros v0.25.2 |
1122 | 2024-02-26T19:05:20.889Z | Downloaded ipnet v2.9.0 |
1123 | 2024-02-26T19:05:20.889Z | Downloaded slog-term v2.9.0 |
1124 | 2024-02-26T19:05:20.900Z | Downloaded slog v2.7.0 |
1125 | 2024-02-26T19:05:20.900Z | Downloaded crypto-bigint v0.5.2 |
1126 | 2024-02-26T19:05:20.906Z | Downloaded rcgen v0.12.1 |
1127 | 2024-02-26T19:05:20.906Z | Downloaded typenum v1.16.0 |
1128 | 2024-02-26T19:05:20.906Z | Downloaded fxhash v0.2.1 |
1129 | 2024-02-26T19:05:20.906Z | Downloaded itoa v1.0.9 |
1130 | 2024-02-26T19:05:20.906Z | Downloaded slog-bunyan v2.5.0 |
1131 | 2024-02-26T19:05:20.917Z | Downloaded slog-async v2.8.0 |
1132 | 2024-02-26T19:05:20.917Z | Downloaded arc-swap v1.6.0 |
1133 | 2024-02-26T19:05:20.917Z | Downloaded toml v0.8.10 |
1134 | 2024-02-26T19:05:20.943Z | Downloaded fastrand v2.0.1 |
1135 | 2024-02-26T19:05:20.943Z | Downloaded fallible-iterator v0.2.0 |
1136 | 2024-02-26T19:05:20.943Z | Downloaded serde_tokenstream v0.2.0 |
1137 | 2024-02-26T19:05:20.944Z | Downloaded quick-error v1.2.3 |
1138 | 2024-02-26T19:05:20.944Z | Downloaded rand_core v0.6.4 |
1139 | 2024-02-26T19:05:20.944Z | Downloaded xattr v1.0.1 |
1140 | 2024-02-26T19:05:20.944Z | Downloaded futures-io v0.3.30 |
1141 | 2024-02-26T19:05:20.944Z | Downloaded serde_repr v0.1.16 |
1142 | 2024-02-26T19:05:20.945Z | Downloaded allocator-api2 v0.2.16 |
1143 | 2024-02-26T19:05:21.380Z | Downloaded dtrace-parser v0.2.0 |
1144 | 2024-02-26T19:05:21.380Z | Downloaded endian-type v0.1.2 |
1145 | 2024-02-26T19:05:21.381Z | Downloaded rustc-demangle v0.1.23 |
1146 | 2024-02-26T19:05:21.381Z | Downloaded tempfile v3.10.0 |
1147 | 2024-02-26T19:05:21.381Z | Downloaded serde_derive_internals v0.26.0 |
1148 | 2024-02-26T19:05:21.381Z | Downloaded yasna v0.5.2 |
1149 | 2024-02-26T19:05:21.381Z | Downloaded bytes v1.5.0 |
1150 | 2024-02-26T19:05:21.381Z | Downloaded addr2line v0.21.0 |
1151 | 2024-02-26T19:05:21.381Z | Downloaded iana-time-zone v0.1.57 |
1152 | 2024-02-26T19:05:21.381Z | Downloaded resolv-conf v0.7.0 |
1153 | 2024-02-26T19:05:21.381Z | Downloaded darling_core v0.20.3 |
1154 | 2024-02-26T19:05:21.381Z | Downloaded usdt-impl v0.5.0 |
1155 | 2024-02-26T19:05:21.381Z | Downloaded proc-macro-error v1.0.4 |
1156 | 2024-02-26T19:05:21.381Z | Downloaded hex v0.4.3 |
1157 | 2024-02-26T19:05:21.382Z | Downloaded zerocopy v0.3.0 |
1158 | 2024-02-26T19:05:21.382Z | Downloaded rustls-pemfile v2.1.0 |
1159 | 2024-02-26T19:05:21.382Z | Downloaded async-trait v0.1.77 |
1160 | 2024-02-26T19:05:21.382Z | Downloaded rand_chacha v0.3.1 |
1161 | 2024-02-26T19:05:21.382Z | Downloaded hash32 v0.3.1 |
1162 | 2024-02-26T19:05:21.382Z | Downloaded hash32 v0.2.1 |
1163 | 2024-02-26T19:05:21.382Z | Downloaded chacha20poly1305 v0.10.1 |
1164 | 2024-02-26T19:05:21.382Z | Downloaded usdt-attr-macro v0.3.5 |
1165 | 2024-02-26T19:05:21.382Z | Downloaded anyhow v1.0.75 |
1166 | 2024-02-26T19:05:21.382Z | Downloaded parking_lot_core v0.8.6 |
1167 | 2024-02-26T19:05:21.382Z | Downloaded crossbeam-epoch v0.9.15 |
1168 | 2024-02-26T19:05:21.382Z | Downloaded pest_derive v2.7.6 |
1169 | 2024-02-26T19:05:21.382Z | Downloaded ring v0.17.8 |
1170 | 2024-02-26T19:05:21.382Z | Downloaded time-macros v0.2.13 |
1171 | 2024-02-26T19:05:21.383Z | Downloaded derive_more v0.99.17 |
1172 | 2024-02-26T19:05:21.383Z | Downloaded enum-as-inner v0.5.1 |
1173 | 2024-02-26T19:05:21.383Z | Downloaded clap_derive v4.5.0 |
1174 | 2024-02-26T19:05:21.383Z | Downloaded sha1 v0.10.6 |
1175 | 2024-02-26T19:05:21.383Z | Downloaded atty v0.2.14 |
1176 | 2024-02-26T19:05:21.383Z | Downloaded form_urlencoded v1.2.1 |
1177 | 2024-02-26T19:05:21.383Z | Downloaded thiserror-impl v1.0.57 |
1178 | 2024-02-26T19:05:21.383Z | Downloaded structopt-derive v0.4.18 |
1179 | 2024-02-26T19:05:21.383Z | Downloaded strsim v0.10.0 |
1180 | 2024-02-26T19:05:21.383Z | Downloaded strsim v0.8.0 |
1181 | 2024-02-26T19:05:21.383Z | Downloaded static_assertions v1.1.0 |
1182 | 2024-02-26T19:05:21.383Z | Downloaded num-complex v0.4.4 |
1183 | 2024-02-26T19:05:21.383Z | Downloaded errno v0.3.8 |
1184 | 2024-02-26T19:05:21.384Z | Downloaded dof v0.1.5 |
1185 | 2024-02-26T19:05:21.384Z | Downloaded ahash v0.8.7 |
1186 | 2024-02-26T19:05:21.384Z | Downloaded foreign-types-shared v0.3.1 |
1187 | 2024-02-26T19:05:21.384Z | Downloaded equivalent v1.0.1 |
1188 | 2024-02-26T19:05:21.384Z | Downloaded pem-rfc7468 v0.7.0 |
1189 | 2024-02-26T19:05:21.384Z | Downloaded const-oid v0.9.5 |
1190 | 2024-02-26T19:05:21.384Z | Downloaded bzip2 v0.4.4 |
1191 | 2024-02-26T19:05:21.385Z | Downloaded argon2 v0.5.3 |
1192 | 2024-02-26T19:05:21.385Z | Downloaded foreign-types-shared v0.1.1 |
1193 | 2024-02-26T19:05:21.385Z | Downloaded try-lock v0.2.4 |
1194 | 2024-02-26T19:05:21.385Z | Downloaded p256 v0.13.2 |
1195 | 2024-02-26T19:05:21.385Z | Downloaded ring v0.16.20 |
1196 | 2024-02-26T19:05:21.385Z | Downloaded whoami v1.4.1 |
1197 | 2024-02-26T19:05:21.385Z | Downloaded usdt-macro v0.5.0 |
1198 | 2024-02-26T19:05:21.385Z | Downloaded toml_datetime v0.6.5 |
1199 | 2024-02-26T19:05:21.385Z | Downloaded tokio-native-tls v0.3.1 |
1200 | 2024-02-26T19:05:21.385Z | Downloaded anstyle v1.0.2 |
1201 | 2024-02-26T19:05:21.385Z | Downloaded backoff v0.4.0 |
1202 | 2024-02-26T19:05:21.385Z | Downloaded ansi_term v0.12.1 |
1203 | 2024-02-26T19:05:21.385Z | Downloaded display-error-chain v0.2.0 |
1204 | 2024-02-26T19:05:21.385Z | Downloaded paste v1.0.14 |
1205 | 2024-02-26T19:05:21.386Z | Downloaded darling v0.20.3 |
1206 | 2024-02-26T19:05:21.386Z | Downloaded thiserror-impl-no-std v2.0.2 |
1207 | 2024-02-26T19:05:21.386Z | Downloaded terminal_size v0.3.0 |
1208 | 2024-02-26T19:05:21.386Z | Downloaded synstructure v0.12.6 |
1209 | 2024-02-26T19:05:21.386Z | Downloaded pbkdf2 v0.11.0 |
1210 | 2024-02-26T19:05:21.386Z | Downloaded mime_guess v2.0.4 |
1211 | 2024-02-26T19:05:21.386Z | Downloaded instant v0.1.12 |
1212 | 2024-02-26T19:05:21.386Z | Downloaded usdt-macro v0.3.5 |
1213 | 2024-02-26T19:05:21.386Z | Downloaded lru-cache v0.1.2 |
1214 | 2024-02-26T19:05:21.386Z | Downloaded pkcs8 v0.10.2 |
1215 | 2024-02-26T19:05:21.386Z | Downloaded lalrpop-util v0.19.12 |
1216 | 2024-02-26T19:05:21.386Z | Downloaded clap v4.5.0 |
1217 | 2024-02-26T19:05:21.387Z | Downloaded pest_generator v2.7.6 |
1218 | 2024-02-26T19:05:21.387Z | Downloaded password-hash v0.5.0 |
1219 | 2024-02-26T19:05:21.387Z | Downloaded atomic-waker v1.1.1 |
1220 | 2024-02-26T19:05:21.387Z | Downloaded postgres-types v0.2.6 |
1221 | 2024-02-26T19:05:21.387Z | Downloaded cpufeatures v0.2.12 |
1222 | 2024-02-26T19:05:21.387Z | Downloaded console v0.15.8 |
1223 | 2024-02-26T19:05:21.387Z | Downloaded ciborium-ll v0.2.2 |
1224 | 2024-02-26T19:05:21.387Z | Downloaded bit-vec v0.6.3 |
1225 | 2024-02-26T19:05:21.387Z | Downloaded libsw v3.3.1 |
1226 | 2024-02-26T19:05:21.387Z | Downloaded block-padding v0.3.3 |
1227 | 2024-02-26T19:05:21.387Z | Downloaded tower-service v0.3.2 |
1228 | 2024-02-26T19:05:21.387Z | Downloaded base16ct v0.2.0 |
1229 | 2024-02-26T19:05:21.387Z | Downloaded constant_time_eq v0.3.0 |
1230 | 2024-02-26T19:05:21.387Z | Downloaded async-stream v0.3.5 |
1231 | 2024-02-26T19:05:21.387Z | Downloaded arrayref v0.3.7 |
1232 | 2024-02-26T19:05:21.388Z | Downloaded anstyle-query v1.0.0 |
1233 | 2024-02-26T19:05:21.388Z | Downloaded convert_case v0.4.0 |
1234 | 2024-02-26T19:05:21.388Z | Downloaded strum v0.25.0 |
1235 | 2024-02-26T19:05:21.388Z | Downloaded clap_lex v0.7.0 |
1236 | 2024-02-26T19:05:21.388Z | Downloaded pbkdf2 v0.12.2 |
1237 | 2024-02-26T19:05:21.389Z | Downloaded debug-ignore v1.0.5 |
1238 | 2024-02-26T19:05:21.389Z | Downloaded anstyle-parse v0.2.1 |
1239 | 2024-02-26T19:05:21.389Z | Downloaded num-iter v0.1.43 |
1240 | 2024-02-26T19:05:21.389Z | Downloaded crossbeam-deque v0.8.3 |
1241 | 2024-02-26T19:05:21.389Z | Downloaded cipher v0.4.4 |
1242 | 2024-02-26T19:05:21.389Z | Downloaded libm v0.2.7 |
1243 | 2024-02-26T19:05:21.414Z | Downloaded new_debug_unreachable v1.0.4 |
1244 | 2024-02-26T19:05:21.414Z | Downloaded crucible-workspace-hack v0.1.0 |
1245 | 2024-02-26T19:05:21.414Z | Downloaded pin-utils v0.1.0 |
1246 | 2024-02-26T19:05:21.414Z | Downloaded percent-encoding v2.3.1 |
1247 | 2024-02-26T19:05:21.414Z | Downloaded colored v2.0.4 |
1248 | 2024-02-26T19:05:21.414Z | Downloaded ppv-lite86 v0.2.17 |
1249 | 2024-02-26T19:05:21.415Z | Downloaded mime v0.3.17 |
1250 | 2024-02-26T19:05:21.415Z | Downloaded cobs v0.2.3 |
1251 | 2024-02-26T19:05:21.415Z | Downloaded der_derive v0.7.2 |
1252 | 2024-02-26T19:05:21.415Z | Downloaded predicates-core v1.0.6 |
1253 | 2024-02-26T19:05:21.415Z | Downloaded precomputed-hash v0.1.1 |
1254 | 2024-02-26T19:05:21.415Z | Downloaded atomicwrites v0.4.3 |
1255 | 2024-02-26T19:05:21.415Z | Downloaded bit-set v0.5.3 |
1256 | 2024-02-26T19:05:21.415Z | Downloaded async-stream-impl v0.3.5 |
1257 | 2024-02-26T19:05:21.415Z | Downloaded pretty-hex v0.4.1 |
1258 | 2024-02-26T19:05:21.415Z | Downloaded polyval v0.6.1 |
1259 | 2024-02-26T19:05:21.415Z | Downloaded cstr-argument v0.1.2 |
1260 | 2024-02-26T19:05:21.415Z | Downloaded md-5 v0.10.5 |
1261 | 2024-02-26T19:05:21.415Z | Downloaded colorchoice v1.0.0 |
1262 | 2024-02-26T19:05:21.415Z | Downloaded md5 v0.7.0 |
1263 | 2024-02-26T19:05:21.415Z | Downloaded ciborium-io v0.2.2 |
1264 | 2024-02-26T19:05:21.416Z | Downloaded camino-tempfile v1.1.1 |
1265 | 2024-02-26T19:05:21.416Z | Downloaded linear-map v1.2.0 |
1266 | 2024-02-26T19:05:21.416Z | Downloaded cfg-if v1.0.0 |
1267 | 2024-02-26T19:05:21.416Z | Downloaded block-buffer v0.10.4 |
1268 | 2024-02-26T19:05:21.416Z | Downloaded camino v1.1.6 |
1269 | 2024-02-26T19:05:21.416Z | Downloaded byteorder v1.5.0 |
1270 | 2024-02-26T19:05:21.661Z | Compiling proc-macro2 v1.0.78 |
1271 | 2024-02-26T19:05:21.661Z | Compiling unicode-ident v1.0.12 |
1272 | 2024-02-26T19:05:21.666Z | Compiling libc v0.2.153 |
1273 | 2024-02-26T19:05:21.666Z | Compiling serde v1.0.196 |
1274 | 2024-02-26T19:05:21.666Z | Compiling version_check v0.9.4 |
1275 | 2024-02-26T19:05:21.666Z | Compiling autocfg v1.1.0 |
1276 | 2024-02-26T19:05:21.705Z | Compiling cfg-if v1.0.0 |
1277 | 2024-02-26T19:05:21.837Z | Compiling syn v1.0.109 |
1278 | 2024-02-26T19:05:21.860Z | Compiling once_cell v1.19.0 |
1279 | 2024-02-26T19:05:21.904Z | Compiling thiserror v1.0.57 |
1280 | 2024-02-26T19:05:22.273Z | Compiling typenum v1.16.0 |
1281 | 2024-02-26T19:05:22.477Z | Compiling memchr v2.6.3 |
1282 | 2024-02-26T19:05:22.490Z | Compiling lock_api v0.4.10 |
1283 | 2024-02-26T19:05:26.557Z | Compiling generic-array v0.14.7 |
1284 | 2024-02-26T19:05:26.669Z | Compiling parking_lot_core v0.9.8 |
1285 | 2024-02-26T19:05:26.669Z | Compiling byteorder v1.5.0 |
1286 | 2024-02-26T19:05:26.669Z | Compiling libm v0.2.7 |
1287 | 2024-02-26T19:05:26.669Z | Compiling ahash v0.8.7 |
1288 | 2024-02-26T19:05:26.669Z | Compiling num-traits v0.2.16 |
1289 | 2024-02-26T19:05:26.669Z | Compiling serde_json v1.0.114 |
1290 | 2024-02-26T19:05:26.669Z | Compiling itoa v1.0.9 |
1291 | 2024-02-26T19:05:26.669Z | Compiling slab v0.4.9 |
1292 | 2024-02-26T19:05:26.669Z | Compiling log v0.4.20 |
1293 | 2024-02-26T19:05:26.669Z | Compiling quote v1.0.35 |
1294 | 2024-02-26T19:05:26.669Z | Compiling scopeguard v1.2.0 |
1295 | 2024-02-26T19:05:26.669Z | Compiling allocator-api2 v0.2.16 |
1296 | 2024-02-26T19:05:26.669Z | Compiling syn v2.0.48 |
1297 | 2024-02-26T19:05:26.669Z | Compiling getrandom v0.2.10 |
1298 | 2024-02-26T19:05:26.669Z | Compiling cc v1.0.83 |
1299 | 2024-02-26T19:05:26.669Z | Compiling rand_core v0.6.4 |
1300 | 2024-02-26T19:05:26.669Z | Compiling ryu v1.0.15 |
1301 | 2024-02-26T19:05:26.669Z | Compiling pkg-config v0.3.27 |
1302 | 2024-02-26T19:05:26.669Z | Compiling heck v0.4.1 |
1303 | 2024-02-26T19:05:26.669Z | Compiling schemars v0.8.16 |
1304 | 2024-02-26T19:05:26.710Z | Compiling subtle v2.5.0 |
1305 | 2024-02-26T19:05:26.743Z | Compiling equivalent v1.0.1 |
1306 | 2024-02-26T19:05:26.816Z | Compiling smallvec v1.13.1 |
1307 | 2024-02-26T19:05:27.369Z | Compiling vcpkg v0.2.15 |
1308 | 2024-02-26T19:05:27.620Z | Compiling pin-project-lite v0.2.13 |
1309 | 2024-02-26T19:05:28.034Z | Compiling httparse v1.8.0 |
1310 | 2024-02-26T19:05:28.294Z | Compiling parking_lot v0.12.1 |
1311 | 2024-02-26T19:05:28.444Z | Compiling ring v0.17.8 |
1312 | 2024-02-26T19:05:28.488Z | Compiling ucd-trie v0.1.6 |
1313 | 2024-02-26T19:05:29.355Z | Compiling ring v0.16.20 |
1314 | 2024-02-26T19:05:29.714Z | Compiling signal-hook-registry v1.4.1 |
1315 | 2024-02-26T19:05:29.753Z | Compiling openssl-sys v0.9.96 |
1316 | 2024-02-26T19:05:29.970Z | Compiling fnv v1.0.7 |
1317 | 2024-02-26T19:05:30.069Z | Compiling mio v0.8.9 |
1318 | 2024-02-26T19:05:30.232Z | Compiling iana-time-zone v0.1.57 |
1319 | 2024-02-26T19:05:30.519Z | Compiling const-oid v0.9.5 |
1320 | 2024-02-26T19:05:30.568Z | Compiling openssl v0.10.60 |
1321 | 2024-02-26T19:05:30.671Z | Compiling rustix v0.38.31 |
1322 | 2024-02-26T19:05:30.746Z | Compiling semver v1.0.22 |
1323 | 2024-02-26T19:05:31.289Z | Compiling socket2 v0.5.5 |
1324 | 2024-02-26T19:05:31.445Z | Compiling num_cpus v1.16.0 |
1325 | 2024-02-26T19:05:31.592Z | Compiling native-tls v0.2.11 |
1326 | 2024-02-26T19:05:31.739Z | Compiling rustls v0.21.9 |
1327 | 2024-02-26T19:05:32.096Z | Compiling dyn-clone v1.0.16 |
1328 | 2024-02-26T19:05:32.131Z | Compiling futures-core v0.3.30 |
1329 | 2024-02-26T19:05:32.319Z | Compiling aho-corasick v1.0.4 |
1330 | 2024-02-26T19:05:32.385Z | Compiling crossbeam-utils v0.8.16 |
1331 | 2024-02-26T19:05:32.390Z | Compiling regex-syntax v0.8.2 |
1332 | 2024-02-26T19:05:32.904Z | Compiling serde_derive_internals v0.26.0 |
1333 | 2024-02-26T19:05:32.919Z | Compiling slog v2.7.0 |
1334 | 2024-02-26T19:05:33.253Z | Compiling spin v0.5.2 |
1335 | 2024-02-26T19:05:33.464Z | Compiling async-trait v0.1.77 |
1336 | 2024-02-26T19:05:33.855Z | Compiling futures-sink v0.3.30 |
1337 | 2024-02-26T19:05:34.094Z | Compiling backtrace v0.3.69 |
1338 | 2024-02-26T19:05:34.536Z | Compiling tinyvec_macros v0.1.1 |
1339 | 2024-02-26T19:05:34.629Z | Compiling tinyvec v1.6.0 |
1340 | 2024-02-26T19:05:34.875Z | Compiling futures-channel v0.3.30 |
1341 | 2024-02-26T19:05:35.816Z | Compiling futures-io v0.3.30 |
1342 | 2024-02-26T19:05:36.115Z | Compiling regex-automata v0.4.4 |
1343 | 2024-02-26T19:05:36.133Z | Compiling pin-utils v0.1.0 |
1344 | 2024-02-26T19:05:36.151Z | Compiling cpufeatures v0.2.12 |
1345 | 2024-02-26T19:05:36.170Z | Compiling futures-task v0.3.30 |
1346 | 2024-02-26T19:05:36.320Z | Compiling unicode-normalization v0.1.22 |
1347 | 2024-02-26T19:05:36.477Z | Compiling spin v0.9.8 |
1348 | 2024-02-26T19:05:36.759Z | Compiling memoffset v0.9.0 |
1349 | 2024-02-26T19:05:36.849Z | Compiling tracing-core v0.1.31 |
1350 | 2024-02-26T19:05:37.033Z | Compiling unicode-width v0.1.11 |
1351 | 2024-02-26T19:05:37.098Z | Compiling unicode-bidi v0.3.13 |
1352 | 2024-02-26T19:05:37.198Z | Compiling anyhow v1.0.75 |
1353 | 2024-02-26T19:05:38.561Z | Compiling crc32fast v1.3.2 |
1354 | 2024-02-26T19:05:38.869Z | Compiling winnow v0.5.15 |
1355 | 2024-02-26T19:05:39.073Z | Compiling crossbeam-epoch v0.9.15 |
1356 | 2024-02-26T19:05:39.461Z | Compiling time-core v0.1.1 |
1357 | 2024-02-26T19:05:39.631Z | Compiling time-macros v0.2.13 |
1358 | 2024-02-26T19:05:39.843Z | Compiling serde_derive v1.0.196 |
1359 | 2024-02-26T19:05:40.160Z | Compiling zeroize_derive v1.4.2 |
1360 | 2024-02-26T19:05:41.427Z | Compiling zerocopy-derive v0.7.32 |
1361 | 2024-02-26T19:05:41.745Z | Compiling thiserror-impl v1.0.57 |
1362 | 2024-02-26T19:05:41.821Z | Compiling tokio-macros v2.2.0 |
1363 | 2024-02-26T19:05:42.659Z | Compiling zeroize v1.7.0 |
1364 | 2024-02-26T19:05:43.040Z | Compiling futures-macro v0.3.30 |
1365 | 2024-02-26T19:05:43.791Z | Compiling zerocopy v0.7.32 |
1366 | 2024-02-26T19:05:44.662Z | Compiling tracing-attributes v0.1.26 |
1367 | 2024-02-26T19:05:44.915Z | Compiling crypto-common v0.1.6 |
1368 | 2024-02-26T19:05:45.105Z | Compiling schemars_derive v0.8.16 |
1369 | 2024-02-26T19:05:45.124Z | Compiling pest v2.7.6 |
1370 | 2024-02-26T19:05:45.268Z | Compiling openssl-macros v0.1.1 |
1371 | 2024-02-26T19:05:45.955Z | Compiling block-buffer v0.10.4 |
1372 | 2024-02-26T19:05:46.085Z | Compiling hashbrown v0.14.3 |
1373 | 2024-02-26T19:05:46.109Z | Compiling regex v1.10.3 |
1374 | 2024-02-26T19:05:46.244Z | Compiling digest v0.10.7 |
1375 | 2024-02-26T19:05:47.225Z | Compiling futures-util v0.3.30 |
1376 | 2024-02-26T19:05:47.555Z | Compiling pest_meta v2.7.6 |
1377 | 2024-02-26T19:05:48.743Z | Compiling tracing v0.1.37 |
1378 | 2024-02-26T19:05:49.230Z | Compiling pest_generator v2.7.6 |
1379 | 2024-02-26T19:05:49.271Z | Compiling der_derive v0.7.2 |
1380 | 2024-02-26T19:05:51.440Z | Compiling percent-encoding v2.3.1 |
1381 | 2024-02-26T19:05:51.796Z | Compiling untrusted v0.7.1 |
1382 | 2024-02-26T19:05:52.116Z | Compiling untrusted v0.9.0 |
1383 | 2024-02-26T19:05:52.292Z | Compiling foreign-types-shared v0.1.1 |
1384 | 2024-02-26T19:05:52.366Z | Compiling foreign-types v0.3.2 |
1385 | 2024-02-26T19:05:52.995Z | Compiling pest_derive v2.7.6 |
1386 | 2024-02-26T19:05:53.993Z | Compiling errno v0.3.8 |
1387 | 2024-02-26T19:05:54.427Z | Compiling bytes v1.5.0 |
1388 | 2024-02-26T19:05:54.550Z | Compiling indexmap v2.2.3 |
1389 | 2024-02-26T19:05:54.555Z | Compiling chrono v0.4.31 |
1390 | 2024-02-26T19:05:55.238Z | Compiling uuid v1.7.0 |
1391 | 2024-02-26T19:05:56.042Z | Compiling tokio v1.36.0 |
1392 | 2024-02-26T19:05:56.432Z | Compiling http v0.2.11 |
1393 | 2024-02-26T19:05:56.866Z | Compiling bitflags v2.4.0 |
1394 | 2024-02-26T19:05:57.270Z | Compiling toml_datetime v0.6.5 |
1395 | 2024-02-26T19:05:57.446Z | Compiling serde_spanned v0.6.5 |
1396 | 2024-02-26T19:05:57.747Z | Compiling toml_edit v0.19.15 |
1397 | 2024-02-26T19:05:58.138Z | Compiling rustc_version v0.4.0 |
1398 | 2024-02-26T19:05:58.577Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-02-26T19:06:00.557Z | Compiling serde_tokenstream v0.2.0 |
1400 | 2024-02-26T19:06:00.594Z | Compiling ppv-lite86 v0.2.17 |
1401 | 2024-02-26T19:06:01.137Z | Compiling unicode-xid v0.2.4 |
1402 | 2024-02-26T19:06:01.307Z | Compiling base64 v0.21.7 |
1403 | 2024-02-26T19:06:01.371Z | Compiling try-lock v0.2.4 |
1404 | 2024-02-26T19:06:01.433Z | Compiling synstructure v0.12.6 |
1405 | 2024-02-26T19:06:01.525Z | Compiling want v0.3.1 |
1406 | 2024-02-26T19:06:01.821Z | Compiling http-body v0.4.5 |
1407 | 2024-02-26T19:06:03.032Z | Compiling sct v0.7.0 |
1408 | 2024-02-26T19:06:03.305Z | Compiling rustls-webpki v0.101.7 |
1409 | 2024-02-26T19:06:04.460Z | Compiling form_urlencoded v1.2.1 |
1410 | 2024-02-26T19:06:04.542Z | Compiling scroll_derive v0.12.0 |
1411 | 2024-02-26T19:06:05.278Z | Compiling tokio-util v0.7.10 |
1412 | 2024-02-26T19:06:05.378Z | Compiling socket2 v0.4.9 |
1413 | 2024-02-26T19:06:05.392Z | Compiling httpdate v1.0.3 |
1414 | 2024-02-26T19:06:05.875Z | Compiling tower-service v0.3.2 |
1415 | 2024-02-26T19:06:06.154Z | Compiling openssl-probe v0.1.5 |
1416 | 2024-02-26T19:06:06.478Z | Compiling h2 v0.3.24 |
1417 | 2024-02-26T19:06:07.524Z | Compiling zerocopy-derive v0.2.0 |
1418 | 2024-02-26T19:06:08.995Z | Compiling idna v0.5.0 |
1419 | 2024-02-26T19:06:09.665Z | Compiling lazy_static v1.4.0 |
1420 | 2024-02-26T19:06:10.804Z | Compiling thread-id v4.2.0 |
1421 | 2024-02-26T19:06:10.804Z | Compiling adler v1.0.2 |
1422 | 2024-02-26T19:06:10.823Z | Compiling miniz_oxide v0.7.1 |
1423 | 2024-02-26T19:06:10.855Z | Compiling tokio-rustls v0.24.1 |
1424 | 2024-02-26T19:06:11.293Z | Compiling url v2.5.0 |
1425 | 2024-02-26T19:06:12.147Z | Compiling tokio-native-tls v0.3.1 |
1426 | 2024-02-26T19:06:12.465Z | Compiling rand_chacha v0.3.1 |
1427 | 2024-02-26T19:06:12.673Z | Compiling ipnet v2.9.0 |
1428 | 2024-02-26T19:06:12.956Z | Compiling rustversion v1.0.14 |
1429 | 2024-02-26T19:06:13.313Z | Compiling rand v0.8.5 |
1430 | 2024-02-26T19:06:13.696Z | Compiling hyper v0.14.27 |
1431 | 2024-02-26T19:06:13.732Z | Compiling serde_urlencoded v0.7.1 |
1432 | 2024-02-26T19:06:13.891Z | Compiling rustls-pemfile v1.0.3 |
1433 | 2024-02-26T19:06:14.469Z | Compiling usdt-impl v0.3.5 |
1434 | 2024-02-26T19:06:14.506Z | Compiling encoding_rs v0.8.33 |
1435 | 2024-02-26T19:06:14.530Z | Compiling gimli v0.28.0 |
1436 | 2024-02-26T19:06:14.952Z | Compiling mime v0.3.17 |
1437 | 2024-02-26T19:06:15.250Z | Compiling either v1.10.0 |
1438 | 2024-02-26T19:06:15.556Z | Compiling webpki-roots v0.25.2 |
1439 | 2024-02-26T19:06:16.383Z | Compiling regress v0.8.0 |
1440 | 2024-02-26T19:06:16.633Z | Compiling object v0.32.1 |
1441 | 2024-02-26T19:06:17.392Z | Compiling num-bigint v0.4.4 |
1442 | 2024-02-26T19:06:17.411Z | Compiling usdt-impl v0.5.0 |
1443 | 2024-02-26T19:06:17.782Z | Compiling rustc-demangle v0.1.23 |
1444 | 2024-02-26T19:06:18.790Z | Compiling flate2 v1.0.28 |
1445 | 2024-02-26T19:06:19.258Z | Compiling addr2line v0.21.0 |
1446 | 2024-02-26T19:06:19.511Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-26T19:06:19.776Z | Compiling scroll v0.12.0 |
1448 | 2024-02-26T19:06:19.796Z | Compiling heapless v0.7.16 |
1449 | 2024-02-26T19:06:19.909Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1450 | 2024-02-26T19:06:20.247Z | Compiling futures-executor v0.3.30 |
1451 | 2024-02-26T19:06:20.442Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1452 | 2024-02-26T19:06:20.461Z | Compiling plain v0.2.3 |
1453 | 2024-02-26T19:06:20.632Z | Compiling hyper-rustls v0.24.2 |
1454 | 2024-02-26T19:06:20.861Z | Compiling hyper-tls v0.5.0 |
1455 | 2024-02-26T19:06:20.951Z | Compiling base64ct v1.6.0 |
1456 | 2024-02-26T19:06:21.017Z | Compiling winnow v0.6.1 |
1457 | 2024-02-26T19:06:21.232Z | Compiling reqwest v0.11.22 |
1458 | 2024-02-26T19:06:22.350Z | Compiling signal-hook v0.3.17 |
1459 | 2024-02-26T19:06:22.659Z | Compiling goblin v0.8.0 |
1460 | 2024-02-26T19:06:23.958Z | Compiling futures v0.3.30 |
1461 | 2024-02-26T19:06:24.707Z | Compiling toml_edit v0.22.6 |
1462 | 2024-02-26T19:06:24.860Z | Compiling dof v0.1.5 |
1463 | 2024-02-26T19:06:25.785Z | Compiling toml v0.7.8 |
1464 | 2024-02-26T19:06:26.574Z | Compiling hex v0.4.3 |
1465 | 2024-02-26T19:06:26.810Z | Compiling dtrace-parser v0.1.14 |
1466 | 2024-02-26T19:06:27.149Z | Compiling pretty-hex v0.4.1 |
1467 | 2024-02-26T19:06:28.824Z | Compiling dof v0.3.0 |
1468 | 2024-02-26T19:06:29.244Z | Compiling strum_macros v0.25.2 |
1469 | 2024-02-26T19:06:29.357Z | Compiling serde_tokenstream v0.1.7 |
1470 | 2024-02-26T19:06:29.900Z | Compiling dtrace-parser v0.2.0 |
1471 | 2024-02-26T19:06:30.963Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1472 | 2024-02-26T19:06:31.316Z | Compiling smoltcp v0.9.1 |
1473 | 2024-02-26T19:06:32.100Z | Compiling hmac v0.12.1 |
1474 | 2024-02-26T19:06:32.347Z | Compiling pem-rfc7468 v0.7.0 |
1475 | 2024-02-26T19:06:32.709Z | Compiling enum-as-inner v0.5.1 |
1476 | 2024-02-26T19:06:33.537Z | Compiling num-iter v0.1.43 |
1477 | 2024-02-26T19:06:33.541Z | Compiling siphasher v0.3.11 |
1478 | 2024-02-26T19:06:33.584Z | Compiling flagset v0.4.3 |
1479 | 2024-02-26T19:06:34.092Z | Compiling unicode-segmentation v1.10.1 |
1480 | 2024-02-26T19:06:34.092Z | Compiling der v0.7.8 |
1481 | 2024-02-26T19:06:34.092Z | Compiling usdt-macro v0.3.5 |
1482 | 2024-02-26T19:06:34.092Z | Compiling usdt-attr-macro v0.3.5 |
1483 | 2024-02-26T19:06:34.383Z | Compiling hubpack_derive v0.1.1 |
1484 | 2024-02-26T19:06:34.513Z | Compiling zerocopy-derive v0.6.4 |
1485 | 2024-02-26T19:06:35.333Z | Compiling num_threads v0.1.6 |
1486 | 2024-02-26T19:06:35.584Z | Compiling anstyle v1.0.2 |
1487 | 2024-02-26T19:06:35.818Z | Compiling utf8parse v0.2.1 |
1488 | 2024-02-26T19:06:35.984Z | Compiling deranged v0.3.8 |
1489 | 2024-02-26T19:06:36.798Z | Compiling sha2 v0.10.8 |
1490 | 2024-02-26T19:06:37.061Z | Compiling anstyle-parse v0.2.1 |
1491 | 2024-02-26T19:06:37.161Z | Compiling spki v0.7.2 |
1492 | 2024-02-26T19:06:37.867Z | Compiling time v0.3.27 |
1493 | 2024-02-26T19:06:39.060Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1494 | 2024-02-26T19:06:39.163Z | Compiling md-5 v0.10.5 |
1495 | 2024-02-26T19:06:39.191Z | Compiling block-padding v0.3.3 |
1496 | 2024-02-26T19:06:39.432Z | Compiling clap_derive v4.5.0 |
1497 | 2024-02-26T19:06:39.460Z | Compiling stringprep v0.1.3 |
1498 | 2024-02-26T19:06:40.443Z | Compiling getopts v0.2.21 |
1499 | 2024-02-26T19:06:40.486Z | Compiling diesel_table_macro_syntax v0.1.0 |
1500 | 2024-02-26T19:06:41.222Z | Compiling num-integer v0.1.46 |
1501 | 2024-02-26T19:06:42.271Z | Compiling hash32 v0.2.1 |
1502 | 2024-02-26T19:06:44.580Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1503 | 2024-02-26T19:06:44.718Z | Compiling fallible-iterator v0.2.0 |
1504 | 2024-02-26T19:06:44.769Z | Compiling colorchoice v1.0.0 |
1505 | 2024-02-26T19:06:44.928Z | Compiling anstyle-query v1.0.0 |
1506 | 2024-02-26T19:06:44.965Z | Compiling stable_deref_trait v1.2.0 |
1507 | 2024-02-26T19:06:45.070Z | Compiling anstream v0.6.11 |
1508 | 2024-02-26T19:06:45.423Z | Compiling postgres-protocol v0.6.6 |
1509 | 2024-02-26T19:06:46.398Z | Compiling diesel_derives v2.1.2 |
1510 | 2024-02-26T19:06:46.781Z | Compiling inout v0.1.3 |
1511 | 2024-02-26T19:06:48.986Z | Compiling pkcs8 v0.10.2 |
1512 | 2024-02-26T19:06:49.594Z | Compiling phf_shared v0.11.2 |
1513 | 2024-02-26T19:06:50.008Z | Compiling ff v0.13.0 |
1514 | 2024-02-26T19:06:50.249Z | Compiling terminal_size v0.3.0 |
1515 | 2024-02-26T19:06:50.466Z | Compiling serde_repr v0.1.16 |
1516 | 2024-02-26T19:06:50.626Z | Compiling scheduled-thread-pool v0.2.7 |
1517 | 2024-02-26T19:06:51.237Z | Compiling bit-vec v0.6.3 |
1518 | 2024-02-26T19:06:51.418Z | Compiling clap_lex v0.7.0 |
1519 | 2024-02-26T19:06:51.732Z | Compiling regex-automata v0.1.10 |
1520 | 2024-02-26T19:06:51.871Z | Compiling strsim v0.11.0 |
1521 | 2024-02-26T19:06:52.010Z | Compiling unsafe-libyaml v0.2.10 |
1522 | 2024-02-26T19:06:52.399Z | Compiling managed v0.8.0 |
1523 | 2024-02-26T19:06:52.821Z | Compiling bitflags v1.3.2 |
1524 | 2024-02-26T19:06:52.892Z | Compiling base16ct v0.2.0 |
1525 | 2024-02-26T19:06:52.929Z | Compiling matches v0.1.10 |
1526 | 2024-02-26T19:06:53.031Z | Compiling idna v0.2.3 |
1527 | 2024-02-26T19:06:53.218Z | Compiling sec1 v0.7.3 |
1528 | 2024-02-26T19:06:54.023Z | Compiling serde_yaml v0.9.25 |
1529 | 2024-02-26T19:06:54.487Z | Compiling clap_builder v4.5.0 |
1530 | 2024-02-26T19:06:54.677Z | Compiling bstr v0.2.17 |
1531 | 2024-02-26T19:06:56.226Z | Compiling r2d2 v0.8.10 |
1532 | 2024-02-26T19:06:57.296Z | Compiling group v0.13.0 |
1533 | 2024-02-26T19:06:57.590Z | Compiling phf v0.11.2 |
1534 | 2024-02-26T19:06:57.828Z | Compiling signal-hook-mio v0.2.3 |
1535 | 2024-02-26T19:06:57.903Z | Compiling bzip2 v0.4.4 |
1536 | 2024-02-26T19:06:58.322Z | Compiling cipher v0.4.4 |
1537 | 2024-02-26T19:06:58.412Z | Compiling postgres-types v0.2.6 |
1538 | 2024-02-26T19:06:58.535Z | Compiling zerocopy v0.6.4 |
1539 | 2024-02-26T19:06:58.851Z | Compiling hubpack v0.1.2 |
1540 | 2024-02-26T19:06:59.359Z | Compiling phf_shared v0.10.0 |
1541 | 2024-02-26T19:06:59.472Z | Compiling hkdf v0.12.4 |
1542 | 2024-02-26T19:06:59.600Z | Compiling crypto-bigint v0.5.2 |
1543 | 2024-02-26T19:06:59.751Z | Compiling ipnetwork v0.20.0 |
1544 | 2024-02-26T19:07:00.052Z | Compiling float-cmp v0.9.0 |
1545 | 2024-02-26T19:07:01.253Z | Compiling regex-automata v0.3.8 |
1546 | 2024-02-26T19:07:03.250Z | Compiling precomputed-hash v0.1.1 |
1547 | 2024-02-26T19:07:03.375Z | Compiling predicates-core v1.0.6 |
1548 | 2024-02-26T19:07:03.675Z | Compiling fixedbitset v0.4.2 |
1549 | 2024-02-26T19:07:03.693Z | Compiling minimal-lexical v0.2.1 |
1550 | 2024-02-26T19:07:03.698Z | Compiling data-encoding v2.4.0 |
1551 | 2024-02-26T19:07:03.760Z | Compiling normalize-line-endings v0.3.0 |
1552 | 2024-02-26T19:07:03.897Z | Compiling difflib v0.4.0 |
1553 | 2024-02-26T19:07:04.280Z | Compiling whoami v1.4.1 |
1554 | 2024-02-26T19:07:04.743Z | Compiling new_debug_unreachable v1.0.4 |
1555 | 2024-02-26T19:07:04.921Z | Compiling static_assertions v1.1.0 |
1556 | 2024-02-26T19:07:05.005Z | Compiling string_cache v0.8.7 |
1557 | 2024-02-26T19:07:05.033Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1558 | 2024-02-26T19:07:05.506Z | Compiling tokio-postgres v0.7.10 |
1559 | 2024-02-26T19:07:05.603Z | Compiling predicates v3.1.0 |
1560 | 2024-02-26T19:07:05.658Z | Compiling trust-dns-proto v0.22.0 |
1561 | 2024-02-26T19:07:06.120Z | Compiling nom v7.1.3 |
1562 | 2024-02-26T19:07:06.590Z | Compiling petgraph v0.6.4 |
1563 | 2024-02-26T19:07:07.399Z | Compiling diesel v2.1.4 |
1564 | 2024-02-26T19:07:07.911Z | Compiling bstr v1.6.0 |
1565 | 2024-02-26T19:07:09.965Z | Compiling elliptic-curve v0.13.8 |
1566 | 2024-02-26T19:07:10.576Z | Compiling yasna v0.5.2 |
1567 | 2024-02-26T19:07:10.730Z | Compiling clap v4.5.0 |
1568 | 2024-02-26T19:07:10.846Z | Compiling zip v0.6.6 |
1569 | 2024-02-26T19:07:10.866Z | Compiling crossterm v0.27.0 |
1570 | 2024-02-26T19:07:11.335Z | Compiling similar v2.3.0 |
1571 | 2024-02-26T19:07:11.966Z | Compiling bit-set v0.5.3 |
1572 | 2024-02-26T19:07:12.267Z | Compiling usdt v0.3.5 |
1573 | 2024-02-26T19:07:12.323Z | Compiling strum v0.25.0 |
1574 | 2024-02-26T19:07:12.554Z | Compiling itertools v0.10.5 |
1575 | 2024-02-26T19:07:12.572Z | Compiling console v0.15.8 |
1576 | 2024-02-26T19:07:12.836Z | Compiling tokio-stream v0.1.14 |
1577 | 2024-02-26T19:07:13.949Z | Compiling lalrpop-util v0.19.12 |
1578 | 2024-02-26T19:07:14.273Z | Compiling camino v1.1.6 |
1579 | 2024-02-26T19:07:16.332Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1580 | 2024-02-26T19:07:24.671Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1581 | 2024-02-26T19:07:50.692Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-02-26T19:07:52.616Z | Compiling sha1 v0.10.6 |
1583 | 2024-02-26T19:07:53.042Z | Compiling atty v0.2.14 |
1584 | 2024-02-26T19:07:53.172Z | Compiling match_cfg v0.1.0 |
1585 | 2024-02-26T19:07:53.195Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1586 | 2024-02-26T19:07:53.285Z | Compiling hostname v0.3.1 |
1587 | 2024-02-26T19:07:53.534Z | Compiling dirs-sys-next v0.1.2 |
1588 | 2024-02-26T19:07:53.618Z | Compiling strsim v0.10.0 |
1589 | 2024-02-26T19:07:53.751Z | Compiling rustls-pki-types v1.3.0 |
1590 | 2024-02-26T19:07:53.887Z | Compiling ident_case v1.0.1 |
1591 | 2024-02-26T19:07:54.088Z | Compiling darling_core v0.20.3 |
1592 | 2024-02-26T19:07:54.206Z | Compiling dirs-next v2.0.0 |
1593 | 2024-02-26T19:07:54.430Z | Compiling thread_local v1.1.7 |
1594 | 2024-02-26T19:07:54.476Z | Compiling rustls v0.22.2 |
1595 | 2024-02-26T19:07:54.602Z | Compiling slog-async v2.8.0 |
1596 | 2024-02-26T19:07:55.044Z | Compiling term v0.7.0 |
1597 | 2024-02-26T19:07:55.347Z | Compiling rustls-webpki v0.102.1 |
1598 | 2024-02-26T19:07:55.414Z | Compiling crossbeam-channel v0.5.8 |
1599 | 2024-02-26T19:07:55.621Z | Compiling multer v3.0.0 |
1600 | 2024-02-26T19:07:55.918Z | Compiling instant v0.1.12 |
1601 | 2024-02-26T19:07:55.955Z | Compiling paste v1.0.14 |
1602 | 2024-02-26T19:07:56.081Z | Compiling take_mut v0.2.2 |
1603 | 2024-02-26T19:07:56.613Z | Compiling slog-term v2.9.0 |
1604 | 2024-02-26T19:07:56.663Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1605 | 2024-02-26T19:07:56.898Z | Compiling slog-json v2.6.1 |
1606 | 2024-02-26T19:07:57.305Z | Compiling http v1.0.0 |
1607 | 2024-02-26T19:07:57.557Z | Compiling async-stream-impl v0.3.5 |
1608 | 2024-02-26T19:07:57.580Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-26T19:07:57.894Z | Compiling debug-ignore v1.0.5 |
1610 | 2024-02-26T19:07:57.937Z | Compiling atomic-waker v1.1.1 |
1611 | 2024-02-26T19:07:58.183Z | Compiling waitgroup v0.1.2 |
1612 | 2024-02-26T19:07:58.198Z | Compiling slog-bunyan v2.5.0 |
1613 | 2024-02-26T19:07:58.396Z | Compiling rustls-pemfile v2.1.0 |
1614 | 2024-02-26T19:07:59.046Z | Compiling async-stream v0.3.5 |
1615 | 2024-02-26T19:07:59.404Z | Compiling toml v0.8.10 |
1616 | 2024-02-26T19:07:59.726Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1617 | 2024-02-26T19:07:59.986Z | Compiling serde_path_to_error v0.1.15 |
1618 | 2024-02-26T19:08:00.064Z | Compiling structmeta-derive v0.3.0 |
1619 | 2024-02-26T19:08:00.372Z | Compiling darling_macro v0.20.3 |
1620 | 2024-02-26T19:08:01.290Z | Compiling strum_macros v0.26.1 |
1621 | 2024-02-26T19:08:01.302Z | Compiling tokio-rustls v0.25.0 |
1622 | 2024-02-26T19:08:01.496Z | Compiling darling v0.20.3 |
1623 | 2024-02-26T19:08:01.618Z | Compiling newtype-uuid v1.0.1 |
1624 | 2024-02-26T19:08:01.629Z | Compiling serde_with_macros v3.6.1 |
1625 | 2024-02-26T19:08:01.916Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1626 | 2024-02-26T19:08:02.135Z | Compiling backoff v0.4.0 |
1627 | 2024-02-26T19:08:02.504Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1628 | 2024-02-26T19:08:02.680Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1629 | 2024-02-26T19:08:02.855Z | Compiling macaddr v1.0.1 |
1630 | 2024-02-26T19:08:03.355Z | Compiling proc-macro-error-attr v1.0.4 |
1631 | 2024-02-26T19:08:03.362Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2024-02-26T19:08:03.390Z | Compiling structmeta v0.3.0 |
1633 | 2024-02-26T19:08:03.772Z | Compiling proc-macro-error v1.0.4 |
1634 | 2024-02-26T19:08:03.848Z | Compiling parse-display-derive v0.9.0 |
1635 | 2024-02-26T19:08:04.165Z | Compiling heapless v0.8.0 |
1636 | 2024-02-26T19:08:04.607Z | Compiling num_enum_derive v0.5.11 |
1637 | 2024-02-26T19:08:05.076Z | Compiling serde_with v3.6.1 |
1638 | 2024-02-26T19:08:06.184Z | Compiling hash32 v0.3.1 |
1639 | 2024-02-26T19:08:06.451Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1640 | 2024-02-26T19:08:06.470Z | Compiling strum v0.26.1 |
1641 | 2024-02-26T19:08:06.655Z | Compiling rayon-core v1.12.0 |
1642 | 2024-02-26T19:08:06.855Z | Compiling smoltcp v0.11.0 |
1643 | 2024-02-26T19:08:07.611Z | Compiling num_enum v0.5.11 |
1644 | 2024-02-26T19:08:07.692Z | Compiling crossbeam-deque v0.8.3 |
1645 | 2024-02-26T19:08:07.779Z | Compiling embedded-io v0.4.0 |
1646 | 2024-02-26T19:08:08.027Z | Compiling fastrand v2.0.1 |
1647 | 2024-02-26T19:08:08.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-02-26T19:08:08.305Z | Compiling same-file v1.0.6 |
1649 | 2024-02-26T19:08:08.482Z | Compiling cobs v0.2.3 |
1650 | 2024-02-26T19:08:08.589Z | Compiling walkdir v2.4.0 |
1651 | 2024-02-26T19:08:08.610Z | Compiling tempfile v3.10.0 |
1652 | 2024-02-26T19:08:08.801Z | Compiling postcard v1.0.8 |
1653 | 2024-02-26T19:08:08.949Z | Compiling parse-display v0.9.0 |
1654 | 2024-02-26T19:08:09.583Z | Compiling semver-parser v0.10.2 |
1655 | 2024-02-26T19:08:09.614Z | Compiling foreign-types-macros v0.2.3 |
1656 | 2024-02-26T19:08:09.642Z | Compiling blake3 v1.5.0 |
1657 | 2024-02-26T19:08:09.701Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1658 | 2024-02-26T19:08:10.046Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-26T19:08:10.255Z | Compiling foreign-types-shared v0.3.1 |
1660 | 2024-02-26T19:08:10.305Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1661 | 2024-02-26T19:08:10.380Z | Compiling crucible-workspace-hack v0.1.0 |
1662 | 2024-02-26T19:08:10.659Z | Compiling semver v0.11.0 |
1663 | 2024-02-26T19:08:10.708Z | Compiling rayon v1.8.0 |
1664 | 2024-02-26T19:08:10.934Z | Compiling foreign-types v0.5.0 |
1665 | 2024-02-26T19:08:11.288Z | Compiling is-terminal v0.4.9 |
1666 | 2024-02-26T19:08:11.426Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1667 | 2024-02-26T19:08:11.448Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1668 | 2024-02-26T19:08:11.468Z | Compiling cstr-argument v0.1.2 |
1669 | 2024-02-26T19:08:11.726Z | Compiling xattr v1.0.1 |
1670 | 2024-02-26T19:08:11.893Z | Compiling filetime v0.2.23 |
1671 | 2024-02-26T19:08:11.957Z | Compiling memmap2 v0.7.1 |
1672 | 2024-02-26T19:08:11.993Z | Compiling home v0.5.5 |
1673 | 2024-02-26T19:08:12.298Z | Compiling arrayvec v0.7.4 |
1674 | 2024-02-26T19:08:12.330Z | Compiling constant_time_eq v0.3.0 |
1675 | 2024-02-26T19:08:12.330Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1676 | 2024-02-26T19:08:12.390Z | Compiling pretty-hex v0.2.1 |
1677 | 2024-02-26T19:08:12.416Z | Compiling arrayref v0.3.7 |
1678 | 2024-02-26T19:08:12.525Z | Compiling toolchain_find v0.2.0 |
1679 | 2024-02-26T19:08:12.577Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1680 | 2024-02-26T19:08:12.682Z | Compiling tar v0.4.40 |
1681 | 2024-02-26T19:08:12.703Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1682 | 2024-02-26T19:08:12.723Z | Compiling camino-tempfile v1.1.1 |
1683 | 2024-02-26T19:08:12.944Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1684 | 2024-02-26T19:08:13.158Z | Compiling colored v2.0.4 |
1685 | 2024-02-26T19:08:13.323Z | Compiling toml v0.5.11 |
1686 | 2024-02-26T19:08:13.740Z | Compiling platforms v3.0.2 |
1687 | 2024-02-26T19:08:13.897Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1688 | 2024-02-26T19:08:14.103Z | Compiling topological-sort v0.2.2 |
1689 | 2024-02-26T19:08:14.595Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1690 | 2024-02-26T19:08:14.896Z | Compiling zone_cfg_derive v0.3.0 |
1691 | 2024-02-26T19:08:15.171Z | Compiling rustfmt-wrapper v0.2.0 |
1692 | 2024-02-26T19:08:15.526Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1693 | 2024-02-26T19:08:15.831Z | Compiling omicron-zone-package v0.11.0 |
1694 | 2024-02-26T19:08:16.001Z | Compiling textwrap v0.11.0 |
1695 | 2024-02-26T19:08:16.499Z | Compiling heck v0.3.3 |
1696 | 2024-02-26T19:08:16.610Z | Compiling num-derive v0.4.0 |
1697 | 2024-02-26T19:08:16.894Z | Compiling strsim v0.8.0 |
1698 | 2024-02-26T19:08:16.941Z | Compiling vec_map v0.8.2 |
1699 | 2024-02-26T19:08:17.262Z | Compiling libefi-sys v0.1.0 |
1700 | 2024-02-26T19:08:17.308Z | Compiling ansi_term v0.12.1 |
1701 | 2024-02-26T19:08:17.571Z | Compiling structopt-derive v0.4.18 |
1702 | 2024-02-26T19:08:17.619Z | Compiling clap v2.34.0 |
1703 | 2024-02-26T19:08:17.850Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1704 | 2024-02-26T19:08:18.385Z | Compiling zone v0.3.0 |
1705 | 2024-02-26T19:08:18.601Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1706 | 2024-02-26T19:08:19.070Z | Compiling smf v0.2.2 |
1707 | 2024-02-26T19:08:19.128Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1708 | 2024-02-26T19:08:19.505Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1709 | 2024-02-26T19:08:19.936Z | Compiling unicase v2.7.0 |
1710 | 2024-02-26T19:08:20.057Z | Compiling semver v0.1.20 |
1711 | 2024-02-26T19:08:20.261Z | Compiling curve25519-dalek v4.1.1 |
1712 | 2024-02-26T19:08:20.547Z | Compiling rustc_version v0.1.7 |
1713 | 2024-02-26T19:08:20.780Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1714 | 2024-02-26T19:08:20.800Z | Compiling universal-hash v0.5.1 |
1715 | 2024-02-26T19:08:20.844Z | Compiling opaque-debug v0.3.0 |
1716 | 2024-02-26T19:08:20.956Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1717 | 2024-02-26T19:08:20.998Z | Compiling signature v2.1.0 |
1718 | 2024-02-26T19:08:21.020Z | Compiling curve25519-dalek-derive v0.1.0 |
1719 | 2024-02-26T19:08:21.448Z | Compiling structopt v0.3.26 |
1720 | 2024-02-26T19:08:21.454Z | Compiling newtype_derive v0.1.6 |
1721 | 2024-02-26T19:08:21.454Z | Compiling gethostname v0.4.3 |
1722 | 2024-02-26T19:08:21.455Z | Compiling num-rational v0.4.1 |
1723 | 2024-02-26T19:08:21.593Z | Compiling getrandom v0.1.16 |
1724 | 2024-02-26T19:08:21.712Z | Compiling usdt-attr-macro v0.5.0 |
1725 | 2024-02-26T19:08:21.861Z | Compiling usdt-macro v0.5.0 |
1726 | 2024-02-26T19:08:22.086Z | Compiling password-hash v0.5.0 |
1727 | 2024-02-26T19:08:22.346Z | Compiling blake2 v0.10.6 |
1728 | 2024-02-26T19:08:22.496Z | Compiling memmap v0.7.0 |
1729 | 2024-02-26T19:08:22.874Z | Compiling linked-hash-map v0.5.6 |
1730 | 2024-02-26T19:08:23.163Z | Compiling quick-error v1.2.3 |
1731 | 2024-02-26T19:08:23.252Z | Compiling parking_lot_core v0.8.6 |
1732 | 2024-02-26T19:08:23.314Z | Compiling resolv-conf v0.7.0 |
1733 | 2024-02-26T19:08:23.479Z | Compiling usdt v0.5.0 |
1734 | 2024-02-26T19:08:23.479Z | Compiling lru-cache v0.1.2 |
1735 | 2024-02-26T19:08:23.711Z | Compiling argon2 v0.5.3 |
1736 | 2024-02-26T19:08:24.328Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1737 | 2024-02-26T19:08:24.365Z | Compiling rfc6979 v0.4.0 |
1738 | 2024-02-26T19:08:24.456Z | Compiling aead v0.5.2 |
1739 | 2024-02-26T19:08:24.555Z | Compiling num-complex v0.4.4 |
1740 | 2024-02-26T19:08:24.824Z | Compiling nibble_vec v0.1.0 |
1741 | 2024-02-26T19:08:25.036Z | Compiling slog-dtrace v0.3.0 |
1742 | 2024-02-26T19:08:25.376Z | Compiling endian-type v0.1.2 |
1743 | 2024-02-26T19:08:25.894Z | Compiling arc-swap v1.6.0 |
1744 | 2024-02-26T19:08:25.894Z | Compiling keccak v0.1.4 |
1745 | 2024-02-26T19:08:25.894Z | Compiling utf-8 v0.7.6 |
1746 | 2024-02-26T19:08:26.037Z | Compiling winapi v0.3.9 |
1747 | 2024-02-26T19:08:26.275Z | Compiling cancel-safe-futures v0.1.5 |
1748 | 2024-02-26T19:08:26.707Z | Compiling slog-scope v4.4.0 |
1749 | 2024-02-26T19:08:26.732Z | Compiling sha3 v0.10.8 |
1750 | 2024-02-26T19:08:26.816Z | Compiling tungstenite v0.20.1 |
1751 | 2024-02-26T19:08:27.072Z | Compiling radix_trie v0.2.1 |
1752 | 2024-02-26T19:08:27.170Z | Compiling num v0.4.1 |
1753 | 2024-02-26T19:08:27.295Z | Compiling ecdsa v0.16.9 |
1754 | 2024-02-26T19:08:27.299Z | Compiling mime_guess v2.0.4 |
1755 | 2024-02-26T19:08:27.703Z | Compiling steno v0.4.0 |
1756 | 2024-02-26T19:08:27.771Z | Compiling rand_core v0.5.1 |
1757 | 2024-02-26T19:08:28.281Z | Compiling trust-dns-resolver v0.22.0 |
1758 | 2024-02-26T19:08:28.725Z | Compiling poly1305 v0.8.0 |
1759 | 2024-02-26T19:08:29.062Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1760 | 2024-02-26T19:08:29.097Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1761 | 2024-02-26T19:08:30.323Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1762 | 2024-02-26T19:08:30.569Z | Compiling primeorder v0.13.6 |
1763 | 2024-02-26T19:08:30.767Z | Compiling chacha20 v0.9.1 |
1764 | 2024-02-26T19:08:31.099Z | Compiling secrecy v0.8.0 |
1765 | 2024-02-26T19:08:31.238Z | Compiling thiserror-impl-no-std v2.0.2 |
1766 | 2024-02-26T19:08:31.390Z | Compiling half v2.3.1 |
1767 | 2024-02-26T19:08:31.783Z | Compiling option-ext v0.2.0 |
1768 | 2024-02-26T19:08:31.927Z | Compiling ciborium-io v0.2.2 |
1769 | 2024-02-26T19:08:32.055Z | Compiling convert_case v0.4.0 |
1770 | 2024-02-26T19:08:32.107Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1771 | 2024-02-26T19:08:32.624Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1772 | 2024-02-26T19:08:33.030Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1773 | 2024-02-26T19:08:33.772Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1774 | 2024-02-26T19:08:34.339Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1775 | 2024-02-26T19:08:34.759Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1776 | 2024-02-26T19:08:34.778Z | Compiling thiserror-no-std v2.0.2 |
1777 | 2024-02-26T19:08:34.910Z | Compiling derive_more v0.99.17 |
1778 | 2024-02-26T19:08:34.919Z | Compiling ciborium-ll v0.2.2 |
1779 | 2024-02-26T19:08:35.007Z | Compiling dirs-sys v0.4.1 |
1780 | 2024-02-26T19:08:35.393Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1781 | 2024-02-26T19:08:35.782Z | Compiling parking_lot v0.11.2 |
1782 | 2024-02-26T19:08:36.070Z | Compiling rand_chacha v0.2.2 |
1783 | 2024-02-26T19:08:36.578Z | Compiling tokio-tungstenite v0.20.1 |
1784 | 2024-02-26T19:08:36.852Z | Compiling trust-dns-client v0.22.0 |
1785 | 2024-02-26T19:08:37.643Z | Compiling slog-stdlog v4.1.1 |
1786 | 2024-02-26T19:08:37.777Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1787 | 2024-02-26T19:08:38.019Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1788 | 2024-02-26T19:08:38.389Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1789 | 2024-02-26T19:08:40.139Z | Compiling ed25519 v2.2.2 |
1790 | 2024-02-26T19:08:40.631Z | Compiling polyval v0.6.1 |
1791 | 2024-02-26T19:08:41.094Z | Compiling ctr v0.9.2 |
1792 | 2024-02-26T19:08:41.451Z | Compiling aes v0.8.3 |
1793 | 2024-02-26T19:08:41.825Z | Compiling blowfish v0.9.1 |
1794 | 2024-02-26T19:08:42.314Z | Compiling password-hash v0.4.2 |
1795 | 2024-02-26T19:08:43.328Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1796 | 2024-02-26T19:08:44.095Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1797 | 2024-02-26T19:08:44.556Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1798 | 2024-02-26T19:08:48.760Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1799 | 2024-02-26T19:08:51.458Z | Compiling libsw v3.3.1 |
1800 | 2024-02-26T19:08:52.532Z | Compiling pbkdf2 v0.12.2 |
1801 | 2024-02-26T19:08:52.719Z | Compiling derive-where v1.2.7 |
1802 | 2024-02-26T19:08:53.479Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1803 | 2024-02-26T19:08:53.732Z | Compiling fxhash v0.2.1 |
1804 | 2024-02-26T19:08:53.968Z | Compiling owo-colors v4.0.0 |
1805 | 2024-02-26T19:08:53.984Z | Compiling linear-map v1.2.0 |
1806 | 2024-02-26T19:08:54.486Z | Compiling swrite v0.1.0 |
1807 | 2024-02-26T19:08:54.635Z | Compiling sled v0.34.7 |
1808 | 2024-02-26T19:08:55.032Z | Compiling trust-dns-server v0.22.1 |
1809 | 2024-02-26T19:08:55.559Z | Compiling bcrypt-pbkdf v0.10.0 |
1810 | 2024-02-26T19:08:55.826Z | Compiling pbkdf2 v0.11.0 |
1811 | 2024-02-26T19:08:56.189Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1812 | 2024-02-26T19:08:56.192Z | Compiling ghash v0.5.0 |
1813 | 2024-02-26T19:08:56.550Z | Compiling ed25519-dalek v2.0.0 |
1814 | 2024-02-26T19:08:56.712Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1815 | 2024-02-26T19:08:56.924Z | Compiling slog-envlogger v2.2.0 |
1816 | 2024-02-26T19:08:56.973Z | Compiling russh-cryptovec v0.7.0 |
1817 | 2024-02-26T19:08:57.053Z | Compiling rand v0.7.3 |
1818 | 2024-02-26T19:08:57.553Z | Compiling dirs v5.0.1 |
1819 | 2024-02-26T19:08:57.701Z | Compiling ciborium v0.2.2 |
1820 | 2024-02-26T19:08:57.753Z | Compiling vsss-rs v3.3.4 |
1821 | 2024-02-26T19:08:58.254Z | Compiling chacha20poly1305 v0.10.1 |
1822 | 2024-02-26T19:08:58.499Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1823 | 2024-02-26T19:08:59.360Z | Compiling p256 v0.13.2 |
1824 | 2024-02-26T19:09:00.103Z | Compiling p521 v0.13.3 |
1825 | 2024-02-26T19:09:00.278Z | Compiling cbc v0.1.2 |
1826 | 2024-02-26T19:09:00.540Z | Compiling pem v3.0.2 |
1827 | 2024-02-26T19:09:01.342Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1828 | 2024-02-26T19:09:01.438Z | Compiling headers-core v0.2.0 |
1829 | 2024-02-26T19:09:01.623Z | Compiling kstat-rs v0.2.3 |
1830 | 2024-02-26T19:09:01.729Z | Compiling md5 v0.7.0 |
1831 | 2024-02-26T19:09:02.276Z | Compiling glob v0.3.1 |
1832 | 2024-02-26T19:09:02.683Z | Compiling http-range v0.1.5 |
1833 | 2024-02-26T19:09:02.683Z | Compiling hyper-staticfile v0.9.5 |
1834 | 2024-02-26T19:09:02.684Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1835 | 2024-02-26T19:09:03.323Z | Compiling russh-keys v0.42.0 |
1836 | 2024-02-26T19:09:03.439Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1837 | 2024-02-26T19:09:04.023Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1838 | 2024-02-26T19:09:05.982Z | Compiling headers v0.3.9 |
1839 | 2024-02-26T19:09:06.926Z | Compiling rcgen v0.12.1 |
1840 | 2024-02-26T19:09:07.059Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1841 | 2024-02-26T19:09:07.498Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1842 | 2024-02-26T19:09:08.119Z | Compiling aes-gcm v0.10.3 |
1843 | 2024-02-26T19:09:09.575Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1844 | 2024-02-26T19:09:12.340Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1845 | 2024-02-26T19:09:12.600Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1846 | 2024-02-26T19:09:14.541Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1847 | 2024-02-26T19:09:16.874Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1848 | 2024-02-26T19:09:17.220Z | Compiling atomicwrites v0.4.3 |
1849 | 2024-02-26T19:09:17.575Z | Compiling itertools v0.12.1 |
1850 | 2024-02-26T19:09:17.613Z | Compiling subprocess v0.2.9 |
1851 | 2024-02-26T19:09:18.602Z | Compiling display-error-chain v0.2.0 |
1852 | 2024-02-26T19:09:18.793Z | Compiling hex-literal v0.4.1 |
1853 | 2024-02-26T19:09:18.820Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1854 | 2024-02-26T19:09:18.966Z | Compiling russh v0.42.0 |
1855 | 2024-02-26T19:09:19.827Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1856 | 2024-02-26T19:09:25.098Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1857 | 2024-02-26T19:09:26.507Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1858 | 2024-02-26T19:09:46.845Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1859 | 2024-02-26T19:10:47.683Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 48s |
1860 | 2024-02-26T19:10:47.964Z | |
1861 | 2024-02-26T19:10:47.964Z | real 5:48.520803325 |
1862 | 2024-02-26T19:10:47.964Z | user 29:37.425002698 |
1863 | 2024-02-26T19:10:47.964Z | sys 5:46.718375508 |
1864 | 2024-02-26T19:10:47.964Z | trap 0.862072357 |
1865 | 2024-02-26T19:10:47.968Z | tflt 8.404817598 |
1866 | 2024-02-26T19:10:47.968Z | dflt 4.835491894 |
1867 | 2024-02-26T19:10:47.968Z | kflt 0.092513155 |
1868 | 2024-02-26T19:10:47.968Z | lock 55:14.928437257 |
1869 | 2024-02-26T19:10:47.968Z | slp 1:27:18.883185080 |
1870 | 2024-02-26T19:10:47.968Z | lat 1:41.656466755 |
1871 | 2024-02-26T19:10:47.968Z | stop 4:10.771895112 |
1872 | 2024-02-26T19:10:47.968Z | + mkdir -p /work/end-to-end-tests |
1873 | 2024-02-26T19:10:47.971Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1874 | 2024-02-26T19:10:48.999Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1875 | 2024-02-26T19:10:48.999Z | + ptime -m gzip |
1876 | 2024-02-26T19:10:49.005Z | ++ basename target/debug/bootstrap |
1877 | 2024-02-26T19:11:02.255Z | |
1878 | 2024-02-26T19:11:02.255Z | real 13.240556989 |
1879 | 2024-02-26T19:11:02.255Z | user 13.135433059 |
1880 | 2024-02-26T19:11:02.255Z | sys 0.095131167 |
1881 | 2024-02-26T19:11:02.255Z | trap 0.002749969 |
1882 | 2024-02-26T19:11:02.255Z | tflt 0.000000000 |
1883 | 2024-02-26T19:11:02.259Z | dflt 0.000000000 |
1884 | 2024-02-26T19:11:02.259Z | kflt 0.000000000 |
1885 | 2024-02-26T19:11:02.259Z | lock 0.000000000 |
1886 | 2024-02-26T19:11:02.259Z | slp 0.000000000 |
1887 | 2024-02-26T19:11:02.259Z | lat 0.006852374 |
1888 | 2024-02-26T19:11:02.259Z | stop 0.000170724 |
1889 | 2024-02-26T19:11:02.259Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1890 | 2024-02-26T19:11:02.260Z | + ptime -m gzip |
1891 | 2024-02-26T19:11:02.260Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6 |
1892 | 2024-02-26T19:11:03.554Z | |
1893 | 2024-02-26T19:11:03.558Z | real 1.290328917 |
1894 | 2024-02-26T19:11:03.558Z | user 1.278321119 |
1895 | 2024-02-26T19:11:03.558Z | sys 0.011382991 |
1896 | 2024-02-26T19:11:03.558Z | trap 0.000109277 |
1897 | 2024-02-26T19:11:03.558Z | tflt 0.000000000 |
1898 | 2024-02-26T19:11:03.558Z | dflt 0.000000000 |
1899 | 2024-02-26T19:11:03.558Z | kflt 0.000000000 |
1900 | 2024-02-26T19:11:03.559Z | lock 0.000000000 |
1901 | 2024-02-26T19:11:03.559Z | slp 0.000010392 |
1902 | 2024-02-26T19:11:03.559Z | lat 0.000111075 |
1903 | 2024-02-26T19:11:03.559Z | stop 0.000172253 |
1904 | 2024-02-26T19:11:03.559Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1905 | 2024-02-26T19:11:03.559Z | + ptime -m gzip |
1906 | 2024-02-26T19:11:03.559Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84 |
1907 | 2024-02-26T19:11:17.176Z | |
1908 | 2024-02-26T19:11:17.176Z | real 13.607553652 |
1909 | 2024-02-26T19:11:17.176Z | user 13.511338666 |
1910 | 2024-02-26T19:11:17.177Z | sys 0.092810260 |
1911 | 2024-02-26T19:11:17.177Z | trap 0.001677510 |
1912 | 2024-02-26T19:11:17.177Z | tflt 0.000000000 |
1913 | 2024-02-26T19:11:17.180Z | dflt 0.000000000 |
1914 | 2024-02-26T19:11:17.180Z | kflt 0.000000000 |
1915 | 2024-02-26T19:11:17.180Z | lock 0.000000000 |
1916 | 2024-02-26T19:11:17.180Z | slp 0.000000000 |
1917 | 2024-02-26T19:11:17.181Z | lat 0.001331697 |
1918 | 2024-02-26T19:11:17.181Z | stop 0.000171603 |
1919 | 2024-02-26T19:11:17.181Z | + banner caboose-util |
1920 | 2024-02-26T19:11:17.181Z | |
1921 | 2024-02-26T19:11:17.181Z | #### ## ##### #### #### #### ###### # # ##### |
1922 | 2024-02-26T19:11:17.181Z | # # # # # # # # # # # # # # # |
1923 | 2024-02-26T19:11:17.181Z | # # # ##### # # # # #### ##### ##### # # # |
1924 | 2024-02-26T19:11:17.181Z | # ###### # # # # # # # # # # # |
1925 | 2024-02-26T19:11:17.181Z | # # # # # # # # # # # # # # # # |
1926 | 2024-02-26T19:11:17.181Z | #### # # ##### #### #### #### ###### #### # |
1927 | 2024-02-26T19:11:17.181Z | |
1928 | 2024-02-26T19:11:17.181Z | + ptime -m cargo build --locked -p caboose-util --release |
1929 | 2024-02-26T19:11:17.598Z | Downloading crates ... |
1930 | 2024-02-26T19:11:17.898Z | Downloaded crc v3.0.1 |
1931 | 2024-02-26T19:11:17.906Z | Downloaded smallvec v0.6.14 |
1932 | 2024-02-26T19:11:17.909Z | Downloaded crc-catalog v2.2.0 |
1933 | 2024-02-26T19:11:17.922Z | Downloaded path-slash v0.1.5 |
1934 | 2024-02-26T19:11:17.926Z | Downloaded nodrop v0.1.14 |
1935 | 2024-02-26T19:11:17.926Z | Downloaded array-init v0.0.4 |
1936 | 2024-02-26T19:11:17.929Z | Downloaded radium v0.7.0 |
1937 | 2024-02-26T19:11:17.932Z | Downloaded packed_struct v0.10.1 |
1938 | 2024-02-26T19:11:17.935Z | Downloaded bitfield v0.14.0 |
1939 | 2024-02-26T19:11:17.935Z | Downloaded termcolor v1.2.0 |
1940 | 2024-02-26T19:11:17.938Z | Downloaded tap v1.0.1 |
1941 | 2024-02-26T19:11:17.938Z | Downloaded packed_struct_codegen v0.10.1 |
1942 | 2024-02-26T19:11:17.938Z | Downloaded funty v2.0.0 |
1943 | 2024-02-26T19:11:17.941Z | Downloaded wyz v0.5.1 |
1944 | 2024-02-26T19:11:17.941Z | Downloaded maybe-uninit v2.0.0 |
1945 | 2024-02-26T19:11:17.944Z | Downloaded serde-hex v0.1.0 |
1946 | 2024-02-26T19:11:17.951Z | Downloaded env_logger v0.10.0 |
1947 | 2024-02-26T19:11:17.954Z | Downloaded pkcs1 v0.7.5 |
1948 | 2024-02-26T19:11:17.957Z | Downloaded crc-any v2.4.3 |
1949 | 2024-02-26T19:11:17.965Z | Downloaded rsa v0.9.2 |
1950 | 2024-02-26T19:11:17.969Z | Downloaded ron v0.8.1 |
1951 | 2024-02-26T19:11:17.975Z | Downloaded x509-cert v0.2.4 |
1952 | 2024-02-26T19:11:17.980Z | Downloaded hashbrown v0.13.2 |
1953 | 2024-02-26T19:11:17.985Z | Downloaded num-bigint-dig v0.8.4 |
1954 | 2024-02-26T19:11:17.989Z | Downloaded object v0.30.4 |
1955 | 2024-02-26T19:11:17.998Z | Downloaded bitvec v1.0.1 |
1956 | 2024-02-26T19:11:18.105Z | Compiling proc-macro2 v1.0.78 |
1957 | 2024-02-26T19:11:18.105Z | Compiling unicode-ident v1.0.12 |
1958 | 2024-02-26T19:11:18.108Z | Compiling libc v0.2.153 |
1959 | 2024-02-26T19:11:18.108Z | Compiling serde v1.0.196 |
1960 | 2024-02-26T19:11:18.108Z | Compiling autocfg v1.1.0 |
1961 | 2024-02-26T19:11:18.108Z | Compiling version_check v0.9.4 |
1962 | 2024-02-26T19:11:18.108Z | Compiling cfg-if v1.0.0 |
1963 | 2024-02-26T19:11:18.235Z | Compiling typenum v1.16.0 |
1964 | 2024-02-26T19:11:18.269Z | Compiling once_cell v1.19.0 |
1965 | 2024-02-26T19:11:18.348Z | Compiling parking_lot_core v0.9.8 |
1966 | 2024-02-26T19:11:18.692Z | Compiling memchr v2.6.3 |
1967 | 2024-02-26T19:11:18.706Z | Compiling syn v1.0.109 |
1968 | 2024-02-26T19:11:18.754Z | Compiling byteorder v1.5.0 |
1969 | 2024-02-26T19:11:18.763Z | Compiling generic-array v0.14.7 |
1970 | 2024-02-26T19:11:19.063Z | Compiling lock_api v0.4.10 |
1971 | 2024-02-26T19:11:19.166Z | Compiling libm v0.2.7 |
1972 | 2024-02-26T19:11:19.258Z | Compiling num-traits v0.2.16 |
1973 | 2024-02-26T19:11:19.371Z | Compiling ahash v0.8.7 |
1974 | 2024-02-26T19:11:19.503Z | Compiling thiserror v1.0.57 |
1975 | 2024-02-26T19:11:19.564Z | Compiling quote v1.0.35 |
1976 | 2024-02-26T19:11:19.723Z | Compiling pkg-config v0.3.27 |
1977 | 2024-02-26T19:11:19.983Z | Compiling syn v2.0.48 |
1978 | 2024-02-26T19:11:20.170Z | Compiling cc v1.0.83 |
1979 | 2024-02-26T19:11:20.195Z | Compiling getrandom v0.2.10 |
1980 | 2024-02-26T19:11:20.574Z | Compiling serde_json v1.0.114 |
1981 | 2024-02-26T19:11:20.635Z | Compiling scopeguard v1.2.0 |
1982 | 2024-02-26T19:11:21.193Z | Compiling slab v0.4.9 |
1983 | 2024-02-26T19:11:21.232Z | Compiling itoa v1.0.9 |
1984 | 2024-02-26T19:11:21.256Z | Compiling log v0.4.20 |
1985 | 2024-02-26T19:11:21.541Z | Compiling rand_core v0.6.4 |
1986 | 2024-02-26T19:11:21.859Z | Compiling smallvec v1.13.1 |
1987 | 2024-02-26T19:11:22.116Z | Compiling vcpkg v0.2.15 |
1988 | 2024-02-26T19:11:22.802Z | Compiling pin-project-lite v0.2.13 |
1989 | 2024-02-26T19:11:22.910Z | Compiling const-oid v0.9.5 |
1990 | 2024-02-26T19:11:23.234Z | Compiling parking_lot v0.12.1 |
1991 | 2024-02-26T19:11:23.749Z | Compiling ring v0.17.8 |
1992 | 2024-02-26T19:11:23.869Z | Compiling openssl-sys v0.9.96 |
1993 | 2024-02-26T19:11:24.125Z | Compiling ucd-trie v0.1.6 |
1994 | 2024-02-26T19:11:24.318Z | Compiling ryu v1.0.15 |
1995 | 2024-02-26T19:11:24.630Z | Compiling signal-hook-registry v1.4.1 |
1996 | 2024-02-26T19:11:24.843Z | Compiling subtle v2.5.0 |
1997 | 2024-02-26T19:11:25.180Z | Compiling rustix v0.38.31 |
1998 | 2024-02-26T19:11:25.279Z | Compiling ring v0.16.20 |
1999 | 2024-02-26T19:11:25.289Z | Compiling mio v0.8.9 |
2000 | 2024-02-26T19:11:25.906Z | Compiling futures-core v0.3.30 |
2001 | 2024-02-26T19:11:26.175Z | Compiling semver v1.0.22 |
2002 | 2024-02-26T19:11:26.303Z | Compiling heck v0.4.1 |
2003 | 2024-02-26T19:11:27.525Z | Compiling spin v0.5.2 |
2004 | 2024-02-26T19:11:27.761Z | Compiling num_cpus v1.16.0 |
2005 | 2024-02-26T19:11:27.881Z | Compiling socket2 v0.5.5 |
2006 | 2024-02-26T19:11:28.218Z | Compiling unicode-xid v0.2.4 |
2007 | 2024-02-26T19:11:28.382Z | Compiling allocator-api2 v0.2.16 |
2008 | 2024-02-26T19:11:28.543Z | Compiling httparse v1.8.0 |
2009 | 2024-02-26T19:11:28.766Z | Compiling openssl v0.10.60 |
2010 | 2024-02-26T19:11:29.314Z | Compiling futures-sink v0.3.30 |
2011 | 2024-02-26T19:11:29.319Z | Compiling synstructure v0.12.6 |
2012 | 2024-02-26T19:11:29.319Z | Compiling equivalent v1.0.1 |
2013 | 2024-02-26T19:11:29.382Z | Compiling tinyvec_macros v0.1.1 |
2014 | 2024-02-26T19:11:29.466Z | Compiling tinyvec v1.6.0 |
2015 | 2024-02-26T19:11:29.790Z | Compiling futures-channel v0.3.30 |
2016 | 2024-02-26T19:11:30.130Z | Compiling pin-utils v0.1.0 |
2017 | 2024-02-26T19:11:30.180Z | Compiling ppv-lite86 v0.2.17 |
2018 | 2024-02-26T19:11:30.207Z | Compiling crc32fast v1.3.2 |
2019 | 2024-02-26T19:11:30.217Z | Compiling futures-io v0.3.30 |
2020 | 2024-02-26T19:11:30.456Z | Compiling native-tls v0.2.11 |
2021 | 2024-02-26T19:11:30.672Z | Compiling futures-task v0.3.30 |
2022 | 2024-02-26T19:11:30.756Z | Compiling rustls v0.21.9 |
2023 | 2024-02-26T19:11:30.797Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2024 | 2024-02-26T19:11:30.950Z | Compiling rand_chacha v0.3.1 |
2025 | 2024-02-26T19:11:30.992Z | Compiling unicode-normalization v0.1.22 |
2026 | 2024-02-26T19:11:31.065Z | Compiling spin v0.9.8 |
2027 | 2024-02-26T19:11:31.172Z | Compiling tracing-core v0.1.31 |
2028 | 2024-02-26T19:11:31.297Z | Compiling unicode-bidi v0.3.13 |
2029 | 2024-02-26T19:11:31.441Z | Compiling base64ct v1.6.0 |
2030 | 2024-02-26T19:11:32.099Z | Compiling pem-rfc7468 v0.7.0 |
2031 | 2024-02-26T19:11:32.232Z | Compiling rand v0.8.5 |
2032 | 2024-02-26T19:11:32.710Z | Compiling num-iter v0.1.43 |
2033 | 2024-02-26T19:11:32.803Z | Compiling usdt-impl v0.3.5 |
2034 | 2024-02-26T19:11:33.020Z | Compiling schemars v0.8.16 |
2035 | 2024-02-26T19:11:33.138Z | Compiling flagset v0.4.3 |
2036 | 2024-02-26T19:11:33.334Z | Compiling serde_derive v1.0.196 |
2037 | 2024-02-26T19:11:33.352Z | Compiling zeroize_derive v1.4.2 |
2038 | 2024-02-26T19:11:33.362Z | Compiling zerocopy-derive v0.7.32 |
2039 | 2024-02-26T19:11:33.500Z | Compiling thiserror-impl v1.0.57 |
2040 | 2024-02-26T19:11:33.626Z | Compiling tokio-macros v2.2.0 |
2041 | 2024-02-26T19:11:33.746Z | Compiling futures-macro v0.3.30 |
2042 | 2024-02-26T19:11:33.867Z | Compiling tracing-attributes v0.1.26 |
2043 | 2024-02-26T19:11:34.389Z | Compiling der_derive v0.7.2 |
2044 | 2024-02-26T19:11:34.823Z | Compiling zeroize v1.7.0 |
2045 | 2024-02-26T19:11:35.430Z | Compiling zerocopy v0.7.32 |
2046 | 2024-02-26T19:11:36.531Z | Compiling pest v2.7.6 |
2047 | 2024-02-26T19:11:36.794Z | Compiling crypto-common v0.1.6 |
2048 | 2024-02-26T19:11:36.811Z | Compiling block-buffer v0.10.4 |
2049 | 2024-02-26T19:11:36.990Z | Compiling zerocopy-derive v0.2.0 |
2050 | 2024-02-26T19:11:37.069Z | Compiling digest v0.10.7 |
2051 | 2024-02-26T19:11:37.264Z | Compiling openssl-macros v0.1.1 |
2052 | 2024-02-26T19:11:37.543Z | Compiling futures-util v0.3.30 |
2053 | 2024-02-26T19:11:37.833Z | Compiling hashbrown v0.14.3 |
2054 | 2024-02-26T19:11:38.002Z | Compiling tracing v0.1.37 |
2055 | 2024-02-26T19:11:38.094Z | Compiling scroll_derive v0.12.0 |
2056 | 2024-02-26T19:11:38.469Z | Compiling zerocopy-derive v0.6.4 |
2057 | 2024-02-26T19:11:39.112Z | Compiling pest_meta v2.7.6 |
2058 | 2024-02-26T19:11:39.244Z | Compiling signal-hook v0.3.17 |
2059 | 2024-02-26T19:11:39.557Z | Compiling der v0.7.8 |
2060 | 2024-02-26T19:11:40.432Z | Compiling pest_generator v2.7.6 |
2061 | 2024-02-26T19:11:40.824Z | Compiling serde_derive_internals v0.26.0 |
2062 | 2024-02-26T19:11:43.322Z | Compiling pest_derive v2.7.6 |
2063 | 2024-02-26T19:11:44.093Z | Compiling errno v0.3.8 |
2064 | 2024-02-26T19:11:44.171Z | Compiling rustversion v1.0.14 |
2065 | 2024-02-26T19:11:44.357Z | Compiling fnv v1.0.7 |
2066 | 2024-02-26T19:11:45.268Z | Compiling schemars_derive v0.8.16 |
2067 | 2024-02-26T19:11:45.740Z | Compiling spki v0.7.2 |
2068 | 2024-02-26T19:11:46.443Z | Compiling zerocopy v0.3.0 |
2069 | 2024-02-26T19:11:46.876Z | Compiling lazy_static v1.4.0 |
2070 | 2024-02-26T19:11:47.259Z | Compiling bytes v1.5.0 |
2071 | 2024-02-26T19:11:48.101Z | Compiling bitflags v2.4.0 |
2072 | 2024-02-26T19:11:48.101Z | Compiling tokio v1.36.0 |
2073 | 2024-02-26T19:11:48.519Z | Compiling indexmap v2.2.3 |
2074 | 2024-02-26T19:11:48.967Z | Compiling rustc_version v0.4.0 |
2075 | 2024-02-26T19:11:49.608Z | Compiling heapless v0.7.16 |
2076 | 2024-02-26T19:11:49.949Z | Compiling http v0.2.11 |
2077 | 2024-02-26T19:11:50.033Z | Compiling uuid v1.7.0 |
2078 | 2024-02-26T19:11:50.521Z | Compiling backtrace v0.3.69 |
2079 | 2024-02-26T19:11:50.780Z | Compiling thread-id v4.2.0 |
2080 | 2024-02-26T19:11:50.889Z | Compiling num-bigint v0.4.4 |
2081 | 2024-02-26T19:11:50.929Z | Compiling memoffset v0.9.0 |
2082 | 2024-02-26T19:11:51.300Z | Compiling async-trait v0.1.77 |
2083 | 2024-02-26T19:11:51.803Z | Compiling iana-time-zone v0.1.57 |
2084 | 2024-02-26T19:11:51.996Z | Compiling base64 v0.21.7 |
2085 | 2024-02-26T19:11:52.128Z | Compiling untrusted v0.7.1 |
2086 | 2024-02-26T19:11:52.247Z | Compiling crossbeam-utils v0.8.16 |
2087 | 2024-02-26T19:11:52.334Z | Compiling foreign-types-shared v0.1.1 |
2088 | 2024-02-26T19:11:52.435Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2089 | 2024-02-26T19:11:52.706Z | Compiling untrusted v0.9.0 |
2090 | 2024-02-26T19:11:52.878Z | Compiling smoltcp v0.9.1 |
2091 | 2024-02-26T19:11:53.166Z | Compiling percent-encoding v2.3.1 |
2092 | 2024-02-26T19:11:53.499Z | Compiling foreign-types v0.3.2 |
2093 | 2024-02-26T19:11:53.596Z | Compiling chrono v0.4.31 |
2094 | 2024-02-26T19:11:55.641Z | Compiling dof v0.1.5 |
2095 | 2024-02-26T19:11:56.533Z | Compiling tokio-util v0.7.10 |
2096 | 2024-02-26T19:11:56.816Z | Compiling dtrace-parser v0.1.14 |
2097 | 2024-02-26T19:11:56.912Z | Compiling hmac v0.12.1 |
2098 | 2024-02-26T19:11:57.123Z | Compiling clap_derive v4.5.0 |
2099 | 2024-02-26T19:11:57.981Z | Compiling num-integer v0.1.46 |
2100 | 2024-02-26T19:11:58.177Z | Compiling adler v1.0.2 |
2101 | 2024-02-26T19:11:58.461Z | Compiling anstyle v1.0.2 |
2102 | 2024-02-26T19:11:58.723Z | Compiling cpufeatures v0.2.12 |
2103 | 2024-02-26T19:11:58.821Z | Compiling siphasher v0.3.11 |
2104 | 2024-02-26T19:11:58.940Z | Compiling utf8parse v0.2.1 |
2105 | 2024-02-26T19:11:59.109Z | Compiling time-core v0.1.1 |
2106 | 2024-02-26T19:11:59.125Z | Compiling try-lock v0.2.4 |
2107 | 2024-02-26T19:11:59.219Z | Compiling anstyle-parse v0.2.1 |
2108 | 2024-02-26T19:11:59.263Z | Compiling want v0.3.1 |
2109 | 2024-02-26T19:11:59.274Z | Compiling time-macros v0.2.13 |
2110 | 2024-02-26T19:11:59.631Z | Compiling sha2 v0.10.8 |
2111 | 2024-02-26T19:12:02.049Z | Compiling miniz_oxide v0.7.1 |
2112 | 2024-02-26T19:12:02.798Z | Compiling strum_macros v0.25.2 |
2113 | 2024-02-26T19:12:03.050Z | Compiling h2 v0.3.24 |
2114 | 2024-02-26T19:12:05.016Z | Compiling sct v0.7.0 |
2115 | 2024-02-26T19:12:05.308Z | Compiling rustls-webpki v0.101.7 |
2116 | 2024-02-26T19:12:05.976Z | Compiling form_urlencoded v1.2.1 |
2117 | 2024-02-26T19:12:06.316Z | Compiling http-body v0.4.5 |
2118 | 2024-02-26T19:12:06.754Z | Compiling serde_tokenstream v0.1.7 |
2119 | 2024-02-26T19:12:07.074Z | Compiling pkcs8 v0.10.2 |
2120 | 2024-02-26T19:12:07.103Z | Compiling hubpack_derive v0.1.1 |
2121 | 2024-02-26T19:12:07.490Z | Compiling socket2 v0.4.9 |
2122 | 2024-02-26T19:12:08.192Z | Compiling crossbeam-epoch v0.9.15 |
2123 | 2024-02-26T19:12:08.220Z | Compiling usdt-impl v0.5.0 |
2124 | 2024-02-26T19:12:08.573Z | Compiling openssl-probe v0.1.5 |
2125 | 2024-02-26T19:12:08.634Z | Compiling anyhow v1.0.75 |
2126 | 2024-02-26T19:12:08.696Z | Compiling radium v0.7.0 |
2127 | 2024-02-26T19:12:08.862Z | Compiling colorchoice v1.0.0 |
2128 | 2024-02-26T19:12:09.121Z | Compiling httpdate v1.0.3 |
2129 | 2024-02-26T19:12:09.285Z | Compiling slog v2.7.0 |
2130 | 2024-02-26T19:12:09.724Z | Compiling anstyle-query v1.0.0 |
2131 | 2024-02-26T19:12:09.778Z | Compiling tower-service v0.3.2 |
2132 | 2024-02-26T19:12:09.861Z | Compiling anstream v0.6.11 |
2133 | 2024-02-26T19:12:10.194Z | Compiling hyper v0.14.27 |
2134 | 2024-02-26T19:12:16.749Z | Compiling terminal_size v0.3.0 |
2135 | 2024-02-26T19:12:17.174Z | Compiling toml_datetime v0.6.5 |
2136 | 2024-02-26T19:12:17.587Z | Compiling serde_spanned v0.6.5 |
2137 | 2024-02-26T19:12:17.823Z | Compiling zerocopy v0.6.4 |
2138 | 2024-02-26T19:12:18.532Z | Compiling scroll v0.12.0 |
2139 | 2024-02-26T19:12:18.813Z | Compiling md-5 v0.10.5 |
2140 | 2024-02-26T19:12:19.253Z | Compiling stringprep v0.1.3 |
2141 | 2024-02-26T19:12:19.299Z | Compiling idna v0.5.0 |
2142 | 2024-02-26T19:12:20.055Z | Compiling diesel_table_macro_syntax v0.1.0 |
2143 | 2024-02-26T19:12:20.119Z | Compiling hash32 v0.2.1 |
2144 | 2024-02-26T19:12:20.206Z | Compiling aho-corasick v1.0.4 |
2145 | 2024-02-26T19:12:20.294Z | Compiling clap_lex v0.7.0 |
2146 | 2024-02-26T19:12:20.406Z | Compiling tap v1.0.1 |
2147 | 2024-02-26T19:12:20.472Z | Compiling regex-syntax v0.8.2 |
2148 | 2024-02-26T19:12:20.587Z | Compiling stable_deref_trait v1.2.0 |
2149 | 2024-02-26T19:12:20.689Z | Compiling dyn-clone v1.0.16 |
2150 | 2024-02-26T19:12:20.877Z | Compiling gimli v0.28.0 |
2151 | 2024-02-26T19:12:20.896Z | Compiling plain v0.2.3 |
2152 | 2024-02-26T19:12:20.934Z | Compiling strsim v0.11.0 |
2153 | 2024-02-26T19:12:21.033Z | Compiling fallible-iterator v0.2.0 |
2154 | 2024-02-26T19:12:21.053Z | Compiling maybe-uninit v2.0.0 |
2155 | 2024-02-26T19:12:21.598Z | Compiling clap_builder v4.5.0 |
2156 | 2024-02-26T19:12:21.755Z | Compiling postgres-protocol v0.6.6 |
2157 | 2024-02-26T19:12:22.368Z | Compiling goblin v0.8.0 |
2158 | 2024-02-26T19:12:23.936Z | Compiling regex-automata v0.4.4 |
2159 | 2024-02-26T19:12:24.674Z | Compiling wyz v0.5.1 |
2160 | 2024-02-26T19:12:25.125Z | Compiling addr2line v0.21.0 |
2161 | 2024-02-26T19:12:25.753Z | Compiling diesel_derives v2.1.2 |
2162 | 2024-02-26T19:12:25.883Z | Compiling url v2.5.0 |
2163 | 2024-02-26T19:12:26.987Z | Compiling tokio-rustls v0.24.1 |
2164 | 2024-02-26T19:12:27.774Z | Compiling tokio-native-tls v0.3.1 |
2165 | 2024-02-26T19:12:28.618Z | Compiling usdt-macro v0.3.5 |
2166 | 2024-02-26T19:12:28.812Z | Compiling usdt-attr-macro v0.3.5 |
2167 | 2024-02-26T19:12:35.811Z | Compiling phf_shared v0.11.2 |
2168 | 2024-02-26T19:12:35.831Z | Compiling block-padding v0.3.3 |
2169 | 2024-02-26T19:12:35.831Z | Compiling enum-as-inner v0.5.1 |
2170 | 2024-02-26T19:12:35.832Z | Compiling serde_repr v0.1.16 |
2171 | 2024-02-26T19:12:35.832Z | Compiling ff v0.13.0 |
2172 | 2024-02-26T19:12:35.832Z | Compiling scheduled-thread-pool v0.2.7 |
2173 | 2024-02-26T19:12:35.832Z | Compiling object v0.32.1 |
2174 | 2024-02-26T19:12:35.832Z | Compiling packed_struct v0.10.1 |
2175 | 2024-02-26T19:12:35.832Z | Compiling bitflags v1.3.2 |
2176 | 2024-02-26T19:12:35.832Z | Compiling ipnet v2.9.0 |
2177 | 2024-02-26T19:12:35.832Z | Compiling num-bigint-dig v0.8.4 |
2178 | 2024-02-26T19:12:35.832Z | Compiling base16ct v0.2.0 |
2179 | 2024-02-26T19:12:35.832Z | Compiling deranged v0.3.8 |
2180 | 2024-02-26T19:12:35.832Z | Compiling num_threads v0.1.6 |
2181 | 2024-02-26T19:12:35.832Z | Compiling rustc-demangle v0.1.23 |
2182 | 2024-02-26T19:12:36.665Z | Compiling managed v0.8.0 |
2183 | 2024-02-26T19:12:37.097Z | Compiling bit-vec v0.6.3 |
2184 | 2024-02-26T19:12:37.462Z | Compiling funty v2.0.0 |
2185 | 2024-02-26T19:12:37.542Z | Compiling pretty-hex v0.4.1 |
2186 | 2024-02-26T19:12:37.587Z | Compiling matches v0.1.10 |
2187 | 2024-02-26T19:12:38.434Z | Compiling regex-automata v0.1.10 |
2188 | 2024-02-26T19:12:38.934Z | Compiling winnow v0.5.15 |
2189 | 2024-02-26T19:12:39.018Z | Compiling bstr v0.2.17 |
2190 | 2024-02-26T19:12:40.141Z | Compiling bitvec v1.0.1 |
2191 | 2024-02-26T19:12:42.812Z | Compiling toml_edit v0.19.15 |
2192 | 2024-02-26T19:12:44.224Z | Compiling dof v0.3.0 |
2193 | 2024-02-26T19:12:45.261Z | Compiling idna v0.2.3 |
2194 | 2024-02-26T19:12:45.264Z | Compiling time v0.3.27 |
2195 | 2024-02-26T19:12:46.266Z | Compiling sec1 v0.7.3 |
2196 | 2024-02-26T19:12:46.887Z | Compiling r2d2 v0.8.10 |
2197 | 2024-02-26T19:12:47.279Z | Compiling group v0.13.0 |
2198 | 2024-02-26T19:12:47.598Z | Compiling inout v0.1.3 |
2199 | 2024-02-26T19:12:48.799Z | Compiling phf v0.11.2 |
2200 | 2024-02-26T19:12:49.421Z | Compiling hyper-tls v0.5.0 |
2201 | 2024-02-26T19:12:49.761Z | Compiling regex v1.10.3 |
2202 | 2024-02-26T19:12:49.977Z | Compiling hyper-rustls v0.24.2 |
2203 | 2024-02-26T19:12:50.122Z | Compiling signal-hook-mio v0.2.3 |
2204 | 2024-02-26T19:12:50.284Z | Compiling flate2 v1.0.28 |
2205 | 2024-02-26T19:12:50.353Z | Compiling bzip2 v0.4.4 |
2206 | 2024-02-26T19:12:50.457Z | Compiling clap v4.5.0 |
2207 | 2024-02-26T19:12:50.580Z | Compiling ipnetwork v0.20.0 |
2208 | 2024-02-26T19:12:50.712Z | Compiling postgres-types v0.2.6 |
2209 | 2024-02-26T19:12:51.329Z | Compiling hubpack v0.1.2 |
2210 | 2024-02-26T19:12:51.357Z | Compiling serde_urlencoded v0.7.1 |
2211 | 2024-02-26T19:12:51.402Z | Compiling rustls-pemfile v1.0.3 |
2212 | 2024-02-26T19:12:51.732Z | Compiling phf_shared v0.10.0 |
2213 | 2024-02-26T19:12:51.763Z | Compiling hkdf v0.12.4 |
2214 | 2024-02-26T19:12:52.001Z | Compiling dtrace-parser v0.2.0 |
2215 | 2024-02-26T19:12:52.118Z | Compiling futures-executor v0.3.30 |
2216 | 2024-02-26T19:12:53.535Z | Compiling crypto-bigint v0.5.2 |
2217 | 2024-02-26T19:12:53.616Z | Compiling packed_struct_codegen v0.10.1 |
2218 | 2024-02-26T19:12:53.828Z | Compiling float-cmp v0.9.0 |
2219 | 2024-02-26T19:12:54.662Z | Compiling indexmap v1.9.3 |
2220 | 2024-02-26T19:12:55.025Z | Compiling encoding_rs v0.8.33 |
2221 | 2024-02-26T19:12:55.305Z | Compiling unicode-width v0.1.11 |
2222 | 2024-02-26T19:12:55.466Z | Compiling nodrop v0.1.14 |
2223 | 2024-02-26T19:12:55.728Z | Compiling predicates-core v1.0.6 |
2224 | 2024-02-26T19:12:56.020Z | Compiling new_debug_unreachable v1.0.4 |
2225 | 2024-02-26T19:12:56.106Z | Compiling data-encoding v2.4.0 |
2226 | 2024-02-26T19:12:56.324Z | Compiling fixedbitset v0.4.2 |
2227 | 2024-02-26T19:12:56.846Z | Compiling unicode-segmentation v1.10.1 |
2228 | 2024-02-26T19:12:57.684Z | Compiling either v1.10.0 |
2229 | 2024-02-26T19:12:57.864Z | Compiling minimal-lexical v0.2.1 |
2230 | 2024-02-26T19:12:58.105Z | Compiling precomputed-hash v0.1.1 |
2231 | 2024-02-26T19:12:58.219Z | Compiling regex-automata v0.3.8 |
2232 | 2024-02-26T19:12:58.381Z | Compiling normalize-line-endings v0.3.0 |
2233 | 2024-02-26T19:12:58.509Z | Compiling static_assertions v1.1.0 |
2234 | 2024-02-26T19:12:58.610Z | Compiling mime v0.3.17 |
2235 | 2024-02-26T19:12:59.360Z | Compiling crc-catalog v2.2.0 |
2236 | 2024-02-26T19:12:59.514Z | Compiling webpki-roots v0.25.2 |
2237 | 2024-02-26T19:12:59.664Z | Compiling difflib v0.4.0 |
2238 | 2024-02-26T19:12:59.984Z | Compiling winnow v0.6.1 |
2239 | 2024-02-26T19:13:00.702Z | Compiling whoami v1.4.1 |
2240 | 2024-02-26T19:13:01.268Z | Compiling tokio-postgres v0.7.10 |
2241 | 2024-02-26T19:13:02.172Z | Compiling predicates v3.1.0 |
2242 | 2024-02-26T19:13:02.849Z | Compiling bstr v1.6.0 |
2243 | 2024-02-26T19:13:03.698Z | Compiling toml_edit v0.22.6 |
2244 | 2024-02-26T19:13:04.337Z | Compiling reqwest v0.11.22 |
2245 | 2024-02-26T19:13:06.240Z | Compiling crc v3.0.1 |
2246 | 2024-02-26T19:13:13.201Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2247 | 2024-02-26T19:13:16.927Z | Compiling nom v7.1.3 |
2248 | 2024-02-26T19:13:17.402Z | Compiling string_cache v0.8.7 |
2249 | 2024-02-26T19:13:17.849Z | Compiling itertools v0.10.5 |
2250 | 2024-02-26T19:13:18.186Z | Compiling similar v2.3.0 |
2251 | 2024-02-26T19:13:20.056Z | Compiling trust-dns-proto v0.22.0 |
2252 | 2024-02-26T19:13:20.263Z | Compiling petgraph v0.6.4 |
2253 | 2024-02-26T19:13:20.821Z | Compiling array-init v0.0.4 |
2254 | 2024-02-26T19:13:22.178Z | Compiling console v0.15.8 |
2255 | 2024-02-26T19:13:22.282Z | Compiling elliptic-curve v0.13.8 |
2256 | 2024-02-26T19:13:27.011Z | Compiling futures v0.3.30 |
2257 | 2024-02-26T19:13:27.366Z | Compiling zip v0.6.6 |
2258 | 2024-02-26T19:13:27.844Z | Compiling diesel v2.1.4 |
2259 | 2024-02-26T19:13:28.207Z | Compiling smallvec v0.6.14 |
2260 | 2024-02-26T19:13:28.297Z | Compiling yasna v0.5.2 |
2261 | 2024-02-26T19:13:28.669Z | Compiling crossterm v0.27.0 |
2262 | 2024-02-26T19:13:28.672Z | Compiling cipher v0.4.4 |
2263 | 2024-02-26T19:13:30.016Z | Compiling toml v0.7.8 |
2264 | 2024-02-26T19:13:32.108Z | Compiling bit-set v0.5.3 |
2265 | 2024-02-26T19:13:32.111Z | Compiling usdt v0.3.5 |
2266 | 2024-02-26T19:13:32.392Z | Compiling pkcs1 v0.7.5 |
2267 | 2024-02-26T19:13:32.711Z | Compiling strum v0.25.0 |
2268 | 2024-02-26T19:13:32.884Z | Compiling tokio-stream v0.1.14 |
2269 | 2024-02-26T19:13:33.751Z | Compiling is-terminal v0.4.9 |
2270 | 2024-02-26T19:13:34.007Z | Compiling openapiv3 v2.0.0 |
2271 | 2024-02-26T19:13:34.241Z | Compiling hex v0.4.3 |
2272 | 2024-02-26T19:13:35.560Z | Compiling signature v2.1.0 |
2273 | 2024-02-26T19:13:37.607Z | Compiling hashbrown v0.12.3 |
2274 | 2024-02-26T19:13:39.025Z | Compiling lalrpop-util v0.19.12 |
2275 | 2024-02-26T19:13:41.391Z | Compiling bitfield v0.14.0 |
2276 | 2024-02-26T19:13:41.435Z | Compiling termcolor v1.2.0 |
2277 | 2024-02-26T19:13:41.807Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2278 | 2024-02-26T19:13:42.812Z | Compiling env_logger v0.10.0 |
2279 | 2024-02-26T19:13:53.451Z | Compiling rsa v0.9.2 |
2280 | 2024-02-26T19:13:58.881Z | Compiling serde-hex v0.1.0 |
2281 | 2024-02-26T19:14:03.644Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2282 | 2024-02-26T19:14:06.405Z | Compiling ron v0.8.1 |
2283 | 2024-02-26T19:14:06.762Z | Compiling x509-cert v0.2.4 |
2284 | 2024-02-26T19:14:09.606Z | Compiling hashbrown v0.13.2 |
2285 | 2024-02-26T19:14:11.087Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2286 | 2024-02-26T19:14:20.473Z | Compiling crc-any v2.4.3 |
2287 | 2024-02-26T19:14:21.320Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2288 | 2024-02-26T19:14:38.869Z | Compiling object v0.30.4 |
2289 | 2024-02-26T19:14:40.379Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2290 | 2024-02-26T19:14:53.663Z | Compiling path-slash v0.1.5 |
2291 | 2024-02-26T19:14:54.313Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2292 | 2024-02-26T19:15:19.634Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2293 | 2024-02-26T19:15:22.060Z | Finished release [optimized] target(s) in 4m 02s |
2294 | 2024-02-26T19:15:22.160Z | |
2295 | 2024-02-26T19:15:22.160Z | real 4:03.073388746 |
2296 | 2024-02-26T19:15:22.160Z | user 26:32.889926317 |
2297 | 2024-02-26T19:15:22.160Z | sys 3:03.645914951 |
2298 | 2024-02-26T19:15:22.160Z | trap 0.804853343 |
2299 | 2024-02-26T19:15:22.160Z | tflt 1.663302808 |
2300 | 2024-02-26T19:15:22.160Z | dflt 0.533663633 |
2301 | 2024-02-26T19:15:22.160Z | kflt 0.000061825 |
2302 | 2024-02-26T19:15:22.160Z | lock 1:00:42.581551037 |
2303 | 2024-02-26T19:15:22.160Z | slp 1:18:39.431670848 |
2304 | 2024-02-26T19:15:22.161Z | lat 1:29.409421206 |
2305 | 2024-02-26T19:15:22.161Z | stop 1:14.746407728 |
2306 | 2024-02-26T19:15:22.161Z | + ptime -m gzip |
2307 | 2024-02-26T19:15:22.161Z | |
2308 | 2024-02-26T19:15:22.161Z | real 0.458871525 |
2309 | 2024-02-26T19:15:22.161Z | user 0.453062563 |
2310 | 2024-02-26T19:15:22.161Z | sys 0.005260831 |
2311 | 2024-02-26T19:15:22.161Z | trap 0.000040842 |
2312 | 2024-02-26T19:15:22.161Z | tflt 0.000000000 |
2313 | 2024-02-26T19:15:22.161Z | dflt 0.000000000 |
2314 | 2024-02-26T19:15:22.161Z | kflt 0.000000000 |
2315 | 2024-02-26T19:15:22.161Z | lock 0.000000000 |
2316 | 2024-02-26T19:15:22.161Z | slp 0.000000000 |
2317 | 2024-02-26T19:15:22.162Z | lat 0.000105369 |
2318 | 2024-02-26T19:15:22.162Z | stop 0.000184954 |
2319 | 2024-02-26T19:15:22.162Z | + banner tufaceous |
2320 | 2024-02-26T19:15:22.162Z | |
2321 | 2024-02-26T19:15:22.162Z | ##### # # ###### ## #### ###### #### # # #### |
2322 | 2024-02-26T19:15:22.162Z | # # # # # # # # # # # # # # |
2323 | 2024-02-26T19:15:22.162Z | # # # ##### # # # ##### # # # # #### |
2324 | 2024-02-26T19:15:22.162Z | # # # # ###### # # # # # # # |
2325 | 2024-02-26T19:15:22.162Z | # # # # # # # # # # # # # # # |
2326 | 2024-02-26T19:15:22.162Z | # #### # # # #### ###### #### #### #### |
2327 | 2024-02-26T19:15:22.162Z | |
2328 | 2024-02-26T19:15:22.162Z | + ptime -m cargo build --locked -p tufaceous --release |
2329 | 2024-02-26T19:15:22.163Z | Downloading crates ... |
2330 | 2024-02-26T19:15:22.163Z | Downloaded parse-size v1.0.0 |
2331 | 2024-02-26T19:15:22.163Z | Downloaded doc-comment v0.3.3 |
2332 | 2024-02-26T19:15:22.163Z | Downloaded snafu-derive v0.7.5 |
2333 | 2024-02-26T19:15:22.163Z | Downloaded snafu v0.7.5 |
2334 | 2024-02-26T19:15:22.163Z | Downloaded serde_plain v1.0.2 |
2335 | 2024-02-26T19:15:22.163Z | Downloaded async-recursion v1.0.5 |
2336 | 2024-02-26T19:15:22.163Z | Downloaded globset v0.4.13 |
2337 | 2024-02-26T19:15:22.163Z | Downloaded pin-project v1.1.3 |
2338 | 2024-02-26T19:15:22.163Z | Downloaded fs-err v2.11.0 |
2339 | 2024-02-26T19:15:22.163Z | Downloaded pin-project-internal v1.1.3 |
2340 | 2024-02-26T19:15:22.163Z | Downloaded olpc-cjson v0.1.3 |
2341 | 2024-02-26T19:15:22.163Z | Downloaded humantime v2.1.0 |
2342 | 2024-02-26T19:15:22.164Z | Downloaded buf-list v1.0.3 |
2343 | 2024-02-26T19:15:22.164Z | Downloaded tough v0.16.0 |
2344 | 2024-02-26T19:15:22.164Z | Downloaded typed-path v0.7.0 |
2345 | 2024-02-26T19:15:22.164Z | Compiling serde_tokenstream v0.2.0 |
2346 | 2024-02-26T19:15:22.164Z | Compiling regress v0.8.0 |
2347 | 2024-02-26T19:15:22.164Z | Compiling dirs-sys-next v0.1.2 |
2348 | 2024-02-26T19:15:22.164Z | Compiling ident_case v1.0.1 |
2349 | 2024-02-26T19:15:22.164Z | Compiling strsim v0.10.0 |
2350 | 2024-02-26T19:15:22.164Z | Compiling rustls-pki-types v1.3.0 |
2351 | 2024-02-26T19:15:22.164Z | Compiling thread_local v1.1.7 |
2352 | 2024-02-26T19:15:22.164Z | Compiling dirs-next v2.0.0 |
2353 | 2024-02-26T19:15:22.236Z | Compiling darling_core v0.20.3 |
2354 | 2024-02-26T19:15:22.330Z | Compiling heck v0.4.1 |
2355 | 2024-02-26T19:15:22.488Z | Compiling slog-async v2.8.0 |
2356 | 2024-02-26T19:15:22.647Z | Compiling camino v1.1.6 |
2357 | 2024-02-26T19:15:22.997Z | Compiling rustls v0.22.2 |
2358 | 2024-02-26T19:15:23.057Z | Compiling rustls-webpki v0.102.1 |
2359 | 2024-02-26T19:15:23.250Z | Compiling term v0.7.0 |
2360 | 2024-02-26T19:15:23.269Z | Compiling crossbeam-channel v0.5.8 |
2361 | 2024-02-26T19:15:23.323Z | Compiling getopts v0.2.21 |
2362 | 2024-02-26T19:15:23.594Z | Compiling structmeta-derive v0.3.0 |
2363 | 2024-02-26T19:15:24.202Z | Compiling atty v0.2.14 |
2364 | 2024-02-26T19:15:24.355Z | Compiling multer v3.0.0 |
2365 | 2024-02-26T19:15:24.676Z | Compiling paste v1.0.14 |
2366 | 2024-02-26T19:15:25.047Z | Compiling match_cfg v0.1.0 |
2367 | 2024-02-26T19:15:25.155Z | Compiling doc-comment v0.3.3 |
2368 | 2024-02-26T19:15:25.164Z | Compiling take_mut v0.2.2 |
2369 | 2024-02-26T19:15:25.325Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2370 | 2024-02-26T19:15:26.413Z | Compiling unsafe-libyaml v0.2.10 |
2371 | 2024-02-26T19:15:27.259Z | Compiling structmeta v0.3.0 |
2372 | 2024-02-26T19:15:27.669Z | Compiling darling_macro v0.20.3 |
2373 | 2024-02-26T19:15:27.789Z | Compiling serde_yaml v0.9.25 |
2374 | 2024-02-26T19:15:28.237Z | Compiling hostname v0.3.1 |
2375 | 2024-02-26T19:15:28.340Z | Compiling slog-term v2.9.0 |
2376 | 2024-02-26T19:15:28.639Z | Compiling darling v0.20.3 |
2377 | 2024-02-26T19:15:31.325Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2378 | 2024-02-26T19:15:31.346Z | Compiling slog-json v2.6.1 |
2379 | 2024-02-26T19:15:31.358Z | Compiling http v1.0.0 |
2380 | 2024-02-26T19:15:31.846Z | Compiling pin-project-internal v1.1.3 |
2381 | 2024-02-26T19:15:31.868Z | Compiling async-stream-impl v0.3.5 |
2382 | 2024-02-26T19:15:32.869Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2383 | 2024-02-26T19:15:33.173Z | Compiling fastrand v2.0.1 |
2384 | 2024-02-26T19:15:33.200Z | Compiling atomic-waker v1.1.1 |
2385 | 2024-02-26T19:15:33.397Z | Compiling waitgroup v0.1.2 |
2386 | 2024-02-26T19:15:33.643Z | Compiling tempfile v3.10.0 |
2387 | 2024-02-26T19:15:33.931Z | Compiling async-stream v0.3.5 |
2388 | 2024-02-26T19:15:34.259Z | Compiling tokio-rustls v0.25.0 |
2389 | 2024-02-26T19:15:34.655Z | Compiling pin-project v1.1.3 |
2390 | 2024-02-26T19:15:34.784Z | Compiling slog-bunyan v2.5.0 |
2391 | 2024-02-26T19:15:34.927Z | Compiling serde_with_macros v3.6.1 |
2392 | 2024-02-26T19:15:35.800Z | Compiling parse-display-derive v0.9.0 |
2393 | 2024-02-26T19:15:36.167Z | Compiling toml v0.8.10 |
2394 | 2024-02-26T19:15:36.585Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2395 | 2024-02-26T19:15:37.369Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2396 | 2024-02-26T19:15:37.806Z | Compiling rustls-pemfile v2.1.0 |
2397 | 2024-02-26T19:15:38.090Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2398 | 2024-02-26T19:15:38.584Z | Compiling sha1 v0.10.6 |
2399 | 2024-02-26T19:15:38.687Z | Compiling newtype-uuid v1.0.1 |
2400 | 2024-02-26T19:15:39.070Z | Compiling strum_macros v0.26.1 |
2401 | 2024-02-26T19:15:39.521Z | Compiling snafu-derive v0.7.5 |
2402 | 2024-02-26T19:15:39.599Z | Compiling serde_path_to_error v0.1.15 |
2403 | 2024-02-26T19:15:39.879Z | Compiling instant v0.1.12 |
2404 | 2024-02-26T19:15:40.037Z | Compiling fs-err v2.11.0 |
2405 | 2024-02-26T19:15:40.357Z | Compiling buf-list v1.0.3 |
2406 | 2024-02-26T19:15:40.609Z | Compiling same-file v1.0.6 |
2407 | 2024-02-26T19:15:40.914Z | Compiling debug-ignore v1.0.5 |
2408 | 2024-02-26T19:15:40.930Z | Compiling arc-swap v1.6.0 |
2409 | 2024-02-26T19:15:41.760Z | Compiling slog-scope v4.4.0 |
2410 | 2024-02-26T19:15:42.453Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2411 | 2024-02-26T19:15:42.480Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2412 | 2024-02-26T19:15:42.753Z | Compiling walkdir v2.4.0 |
2413 | 2024-02-26T19:15:43.940Z | Compiling strum v0.26.1 |
2414 | 2024-02-26T19:15:44.343Z | Compiling backoff v0.4.0 |
2415 | 2024-02-26T19:15:44.529Z | Compiling parse-display v0.9.0 |
2416 | 2024-02-26T19:15:44.621Z | Compiling snafu v0.7.5 |
2417 | 2024-02-26T19:15:44.638Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2418 | 2024-02-26T19:15:44.981Z | Compiling serde_with v3.6.1 |
2419 | 2024-02-26T19:15:46.146Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2420 | 2024-02-26T19:15:52.526Z | Compiling globset v0.4.13 |
2421 | 2024-02-26T19:15:52.526Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-02-26T19:15:52.526Z | Compiling pem v3.0.2 |
2423 | 2024-02-26T19:15:52.526Z | Compiling olpc-cjson v0.1.3 |
2424 | 2024-02-26T19:15:52.526Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2425 | 2024-02-26T19:15:52.526Z | Compiling serde_plain v1.0.2 |
2426 | 2024-02-26T19:15:52.526Z | Compiling macaddr v1.0.1 |
2427 | 2024-02-26T19:15:52.526Z | Compiling async-recursion v1.0.5 |
2428 | 2024-02-26T19:15:52.526Z | Compiling filetime v0.2.23 |
2429 | 2024-02-26T19:15:52.580Z | Compiling xattr v1.0.1 |
2430 | 2024-02-26T19:15:52.580Z | Compiling typed-path v0.7.0 |
2431 | 2024-02-26T19:15:52.580Z | Compiling tar v0.4.40 |
2432 | 2024-02-26T19:15:55.432Z | Compiling tough v0.16.0 |
2433 | 2024-02-26T19:15:58.327Z | Compiling slog-stdlog v4.1.1 |
2434 | 2024-02-26T19:15:59.170Z | Compiling camino-tempfile v1.1.1 |
2435 | 2024-02-26T19:15:59.277Z | Compiling itertools v0.12.1 |
2436 | 2024-02-26T19:15:59.989Z | Compiling parse-size v1.0.0 |
2437 | 2024-02-26T19:16:00.311Z | Compiling slog-envlogger v2.2.0 |
2438 | 2024-02-26T19:16:02.829Z | Compiling humantime v2.1.0 |
2439 | 2024-02-26T19:16:05.502Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2440 | 2024-02-26T19:16:05.512Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2441 | 2024-02-26T19:16:15.429Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2442 | 2024-02-26T19:16:17.285Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2443 | 2024-02-26T19:16:37.163Z | Finished release [optimized] target(s) in 1m 16s |
2444 | 2024-02-26T19:16:37.240Z | |
2445 | 2024-02-26T19:16:37.252Z | real 1:16.255438858 |
2446 | 2024-02-26T19:16:37.252Z | user 8:28.115806581 |
2447 | 2024-02-26T19:16:37.252Z | sys 40.063510099 |
2448 | 2024-02-26T19:16:37.252Z | trap 0.227902807 |
2449 | 2024-02-26T19:16:37.252Z | tflt 0.378398278 |
2450 | 2024-02-26T19:16:37.253Z | dflt 0.503373191 |
2451 | 2024-02-26T19:16:37.254Z | kflt 0.000180066 |
2452 | 2024-02-26T19:16:37.254Z | lock 17:49.230007833 |
2453 | 2024-02-26T19:16:37.254Z | slp 19:27.690999621 |
2454 | 2024-02-26T19:16:37.254Z | lat 20.166058332 |
2455 | 2024-02-26T19:16:37.254Z | stop 13.774873487 |
2456 | 2024-02-26T19:16:37.255Z | + ptime -m gzip |
2457 | 2024-02-26T19:16:38.988Z | |
2458 | 2024-02-26T19:16:38.993Z | real 1.743286995 |
2459 | 2024-02-26T19:16:38.993Z | user 1.724577714 |
2460 | 2024-02-26T19:16:38.993Z | sys 0.018061619 |
2461 | 2024-02-26T19:16:38.993Z | trap 0.000146150 |
2462 | 2024-02-26T19:16:38.993Z | tflt 0.000000000 |
2463 | 2024-02-26T19:16:38.994Z | dflt 0.000000000 |
2464 | 2024-02-26T19:16:38.994Z | kflt 0.000000000 |
2465 | 2024-02-26T19:16:38.994Z | lock 0.000000000 |
2466 | 2024-02-26T19:16:38.994Z | slp 0.000000000 |
2467 | 2024-02-26T19:16:38.994Z | lat 0.000098672 |
2468 | 2024-02-26T19:16:38.994Z | stop 0.000185355 |
2469 | 2024-02-26T19:16:38.994Z | process exited: duration 834982 ms, exit code 0 |
|
2470 | 2024-02-26T19:16:39.035Z | found 5 output files |
2471 | 2024-02-26T19:16:39.035Z | uploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes) |
2472 | 2024-02-26T19:16:43.310Z | uploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz |
2473 | 2024-02-26T19:16:43.310Z | uploading: /work/end-to-end-tests/bootstrap.gz (109725418 bytes) |
2474 | 2024-02-26T19:17:26.058Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2475 | 2024-02-26T19:17:26.058Z | uploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113174343 bytes) |
2476 | 2024-02-26T19:17:58.414Z | uploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz |
2477 | 2024-02-26T19:17:58.414Z | uploading: /work/caboose-util.gz (4099335 bytes) |
2478 | 2024-02-26T19:18:00.419Z | uploaded: /work/caboose-util.gz |
2479 | 2024-02-26T19:18:00.419Z | uploading: /work/tufaceous.gz (15875104 bytes) |
2480 | 2024-02-26T19:18:05.281Z | uploaded: /work/tufaceous.gz |