|
|
|
1 | 2024-02-28T12:27:23.631Z | job assigned to worker 01HQQTWG33YNAPHEHKVYDC8D1K (queued for 1 m 3 s) |
|
2 | 2024-02-28T12:27:24.510Z | starting task 0: "setup" |
3 | 2024-02-28T12:27:24.602Z | ++ uname -s |
4 | 2024-02-28T12:27:24.605Z | + kern=SunOS |
5 | 2024-02-28T12:27:24.605Z | + case "$kern" in |
6 | 2024-02-28T12:27:24.605Z | + groupadd -g 12345 build |
7 | 2024-02-28T12:27:24.605Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-28T12:27:26.614Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-28T12:27:26.697Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-28T12:27:26.700Z | + home_fs=zfs |
11 | 2024-02-28T12:27:26.700Z | + [[ zfs == autofs ]] |
12 | 2024-02-28T12:27:26.700Z | + mkdir -p /home/build |
13 | 2024-02-28T12:27:26.703Z | + chown build:build /home/build /work |
14 | 2024-02-28T12:27:28.704Z | + chmod 0700 /home/build /work |
15 | 2024-02-28T12:27:28.707Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-02-28T12:27:28.714Z | starting task 1: "rust-toolchain" |
17 | 2024-02-28T12:27:28.720Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-28T12:27:28.724Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-28T12:27:28.851Z | info: downloading installer |
20 | 2024-02-28T12:27:30.466Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-28T12:27:30.466Z | warning: /opt/ooce/bin |
22 | 2024-02-28T12:27:30.467Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-28T12:27:30.467Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-28T12:27:30.467Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-28T12:27:30.467Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-28T12:27:30.467Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-28T12:27:30.467Z | error: cannot install while Rust is installed |
28 | 2024-02-28T12:27:30.467Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-28T12:27:30.606Z | info: profile set to 'default' |
30 | 2024-02-28T12:27:30.606Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-28T12:27:30.614Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-28T12:27:30.740Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-28T12:27:30.740Z | info: downloading component 'cargo' |
34 | 2024-02-28T12:27:31.396Z | info: downloading component 'clippy' |
35 | 2024-02-28T12:27:31.628Z | info: downloading component 'rust-docs' |
36 | 2024-02-28T12:27:32.449Z | info: downloading component 'rust-std' |
37 | 2024-02-28T12:27:33.929Z | info: downloading component 'rustc' |
38 | 2024-02-28T12:27:37.461Z | info: downloading component 'rustfmt' |
39 | 2024-02-28T12:27:37.673Z | info: installing component 'cargo' |
40 | 2024-02-28T12:27:38.576Z | info: installing component 'clippy' |
41 | 2024-02-28T12:27:38.975Z | info: installing component 'rust-docs' |
42 | 2024-02-28T12:27:40.445Z | info: installing component 'rust-std' |
43 | 2024-02-28T12:27:42.372Z | info: installing component 'rustc' |
44 | 2024-02-28T12:27:46.509Z | info: installing component 'rustfmt' |
45 | 2024-02-28T12:27:46.843Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-28T12:27:46.843Z | |
47 | 2024-02-28T12:27:47.120Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-28T12:27:47.120Z | |
49 | 2024-02-28T12:27:47.127Z | |
50 | 2024-02-28T12:27:47.127Z | Rust is installed now. Great! |
51 | 2024-02-28T12:27:47.128Z | |
52 | 2024-02-28T12:27:47.128Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-28T12:27:47.128Z | environment variable. This has not been done automatically. |
54 | 2024-02-28T12:27:47.128Z | |
55 | 2024-02-28T12:27:47.128Z | To configure your current shell, run: |
56 | 2024-02-28T12:27:47.128Z | source "$HOME/.cargo/env" |
57 | 2024-02-28T12:27:47.176Z | + rustc --version |
58 | 2024-02-28T12:27:47.254Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-28T12:27:47.269Z | process exited: duration 18521 ms, exit code 0 |
|
60 | 2024-02-28T12:27:47.293Z | starting task 2: "authentication" |
61 | 2024-02-28T12:27:47.312Z | process exited: duration 23 ms, exit code 0 |
|
62 | 2024-02-28T12:27:47.329Z | starting task 3: "clone repository" |
63 | 2024-02-28T12:27:47.335Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-28T12:27:47.335Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-28T12:27:47.556Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-28T12:27:53.324Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-28T12:27:53.324Z | + git fetch origin 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
68 | 2024-02-28T12:27:53.688Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-28T12:27:53.688Z | * branch 3af15d57b9f3f1b468c8132d7e537e56e5bec986 -> FETCH_HEAD |
70 | 2024-02-28T12:27:53.697Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
71 | 2024-02-28T12:27:53.700Z | ++ git branch --show-current |
72 | 2024-02-28T12:27:53.703Z | + current=main |
73 | 2024-02-28T12:27:53.703Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
74 | 2024-02-28T12:27:53.703Z | + git branch -f renovate/taiki-e-install-action-digest 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
75 | 2024-02-28T12:27:53.707Z | + git checkout -f renovate/taiki-e-install-action-digest |
76 | 2024-02-28T12:27:53.818Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
77 | 2024-02-28T12:27:53.821Z | + git reset --hard 3af15d57b9f3f1b468c8132d7e537e56e5bec986 |
78 | 2024-02-28T12:27:53.828Z | HEAD is now at 3af15d57b chore(deps): update taiki-e/install-action digest to 1d776b1 |
79 | 2024-02-28T12:27:53.832Z | process exited: duration 6502 ms, exit code 0 |
|
80 | 2024-02-28T12:27:53.839Z | starting task 4: "build" |
81 | 2024-02-28T12:27:53.847Z | + cargo --version |
82 | 2024-02-28T12:27:53.851Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-28T12:27:53.982Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-28T12:27:53.982Z | info: downloading component 'cargo' |
85 | 2024-02-28T12:27:54.668Z | info: downloading component 'clippy' |
86 | 2024-02-28T12:27:54.899Z | info: downloading component 'rust-docs' |
87 | 2024-02-28T12:27:55.731Z | info: downloading component 'rust-std' |
88 | 2024-02-28T12:27:56.974Z | info: downloading component 'rustc' |
89 | 2024-02-28T12:28:00.521Z | info: downloading component 'rustfmt' |
90 | 2024-02-28T12:28:00.715Z | info: installing component 'cargo' |
91 | 2024-02-28T12:28:01.583Z | info: installing component 'clippy' |
92 | 2024-02-28T12:28:01.926Z | info: installing component 'rust-docs' |
93 | 2024-02-28T12:28:03.479Z | info: installing component 'rust-std' |
94 | 2024-02-28T12:28:05.082Z | info: installing component 'rustc' |
95 | 2024-02-28T12:28:09.225Z | info: installing component 'rustfmt' |
96 | 2024-02-28T12:28:09.619Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-28T12:28:09.623Z | + rustc --version |
98 | 2024-02-28T12:28:09.699Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-28T12:28:09.702Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-28T12:28:22.982Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-28T12:28:24.378Z | Startup: Caching catalogs ... Done |
102 | 2024-02-28T12:28:26.037Z | Planning: Solver setup ... Done (1.337s) |
103 | 2024-02-28T12:28:26.069Z | Planning: Running solver ... Done (0.031s) |
104 | 2024-02-28T12:28:26.441Z | Planning: Finding local manifests ... Done (0.343s) |
105 | 2024-02-28T12:28:26.458Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-28T12:28:26.667Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-28T12:28:26.718Z | Planning: Package planning ... Done (0.048s) |
108 | 2024-02-28T12:28:26.766Z | Planning: Merging actions ... Done (0.050s) |
109 | 2024-02-28T12:28:28.324Z | Planning: Checking for conflicting actions ... Done (1.558s) |
110 | 2024-02-28T12:28:28.335Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-28T12:28:33.026Z | Planning: Evaluating mediators ... Done (4.689s) |
112 | 2024-02-28T12:28:33.034Z | Planning: Planning completed in 8.60 seconds |
113 | 2024-02-28T12:28:33.118Z | Packages to install: 4 |
114 | 2024-02-28T12:28:33.119Z | Mediators to change: 2 |
115 | 2024-02-28T12:28:33.119Z | Services to change: 1 |
116 | 2024-02-28T12:28:33.119Z | Estimated space available: 148.87 GB |
117 | 2024-02-28T12:28:33.127Z | Estimated space to be consumed: 1.42 GB |
118 | 2024-02-28T12:28:33.127Z | Create boot environment: No |
119 | 2024-02-28T12:28:33.127Z | Create backup boot environment: No |
120 | 2024-02-28T12:28:33.127Z | Rebuild boot archive: No |
121 | 2024-02-28T12:28:33.127Z | |
122 | 2024-02-28T12:28:33.127Z | Changed mediators: |
123 | 2024-02-28T12:28:33.127Z | mediator clang: |
124 | 2024-02-28T12:28:33.127Z | version: None -> 15 (system default) |
125 | 2024-02-28T12:28:33.127Z | |
126 | 2024-02-28T12:28:33.127Z | mediator llvm: |
127 | 2024-02-28T12:28:33.127Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-28T12:28:33.127Z | |
129 | 2024-02-28T12:28:33.127Z | Changed packages: |
130 | 2024-02-28T12:28:33.128Z | helios-dev |
131 | 2024-02-28T12:28:33.128Z | developer/build-essential |
132 | 2024-02-28T12:28:33.128Z | None -> 11-2.0 |
133 | 2024-02-28T12:28:33.128Z | library/libxmlsec1 |
134 | 2024-02-28T12:28:33.128Z | None -> 1.2.35-2.0 |
135 | 2024-02-28T12:28:33.128Z | ooce/developer/clang-15 |
136 | 2024-02-28T12:28:33.128Z | None -> 15.0.7-2.0 |
137 | 2024-02-28T12:28:33.128Z | ooce/developer/llvm-15 |
138 | 2024-02-28T12:28:33.128Z | None -> 15.0.7-2.0 |
139 | 2024-02-28T12:28:33.128Z | |
140 | 2024-02-28T12:28:33.128Z | Services: |
141 | 2024-02-28T12:28:33.128Z | restart_fmri: |
142 | 2024-02-28T12:28:33.128Z | svc:/system/update-man-index:default |
143 | 2024-02-28T12:28:33.488Z | |
144 | 2024-02-28T12:28:33.489Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-28T12:28:38.489Z | Download: 605/3290 items 17.7/212.6MB 8% complete (3.7M/s) |
146 | 2024-02-28T12:28:43.496Z | Download: 1120/3290 items 40.4/212.6MB 18% complete (4.0M/s) |
147 | 2024-02-28T12:28:48.506Z | Download: 1209/3290 items 83.8/212.6MB 39% complete (6.6M/s) |
148 | 2024-02-28T12:28:53.522Z | Download: 1450/3290 items 114.8/212.6MB 53% complete (7.8M/s) |
149 | 2024-02-28T12:29:00.740Z | Download: 2219/3290 items 118.3/212.6MB 55% complete (3.8M/s) |
150 | 2024-02-28T12:29:05.741Z | Download: 3160/3290 items 147.0/212.6MB 69% complete (2.9M/s) |
151 | 2024-02-28T12:29:13.409Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
152 | 2024-02-28T12:29:19.775Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (6.2M/s) |
153 | 2024-02-28T12:29:19.799Z | Download: Completed 212.60 MB in 46.31 seconds (4.6M/s) |
154 | 2024-02-28T12:29:19.961Z | Actions: 1/3689 actions (Installing new actions) |
155 | 2024-02-28T12:29:24.969Z | Actions: 3587/3689 actions (Installing new actions) |
156 | 2024-02-28T12:29:25.209Z | Actions: Completed 3689 actions in 5.25 seconds. |
157 | 2024-02-28T12:29:25.302Z | Done (0.089s) |
158 | 2024-02-28T12:29:25.302Z | Done (0.000s) |
159 | 2024-02-28T12:29:25.528Z | Done (0.225s) |
160 | 2024-02-28T12:29:30.831Z | Done (5.179s) |
161 | 2024-02-28T12:29:30.998Z | Done (0.101s) |
162 | 2024-02-28T12:29:31.001Z | Done (0.000s) |
163 | 2024-02-28T12:29:31.144Z | Done (0.000s) |
164 | 2024-02-28T12:29:31.645Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-02-28T12:29:31.804Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-02-28T12:29:31.808Z | Planning: Consolidating action changes ... Done |
167 | 2024-02-28T12:29:32.069Z | Planning: Evaluating mediators ... Done |
168 | 2024-02-28T12:29:32.073Z | Planning: Planning completed in 0.42 seconds |
169 | 2024-02-28T12:29:32.101Z | Mediators to change: 2 |
170 | 2024-02-28T12:29:32.101Z | Create boot environment: No |
171 | 2024-02-28T12:29:32.101Z | Create backup boot environment: No |
172 | 2024-02-28T12:29:32.165Z | Done |
173 | 2024-02-28T12:29:32.165Z | Done |
174 | 2024-02-28T12:29:32.296Z | Done |
175 | 2024-02-28T12:29:35.902Z | Done |
176 | 2024-02-28T12:29:35.990Z | Done |
177 | 2024-02-28T12:29:35.990Z | Done |
178 | 2024-02-28T12:29:36.088Z | Done |
179 | 2024-02-28T12:29:36.725Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-02-28T12:29:36.729Z | Planning: Merging actions ... Done |
181 | 2024-02-28T12:29:36.919Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-02-28T12:29:36.922Z | Planning: Consolidating action changes ... Done |
183 | 2024-02-28T12:29:37.184Z | Planning: Evaluating mediators ... Done |
184 | 2024-02-28T12:29:37.240Z | Planning: Planning completed in 0.79 seconds |
185 | 2024-02-28T12:29:37.275Z | Packages to change: 1 |
186 | 2024-02-28T12:29:37.275Z | Mediators to change: 1 |
187 | 2024-02-28T12:29:37.275Z | Services to change: 1 |
188 | 2024-02-28T12:29:37.275Z | Create boot environment: No |
189 | 2024-02-28T12:29:37.275Z | Create backup boot environment: Yes |
190 | 2024-02-28T12:29:38.931Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-02-28T12:29:38.985Z | Actions: Completed 6 actions in 0.05 seconds. |
192 | 2024-02-28T12:29:38.985Z | Done |
193 | 2024-02-28T12:29:38.985Z | Done |
194 | 2024-02-28T12:29:39.034Z | Done |
195 | 2024-02-28T12:29:42.645Z | Done |
196 | 2024-02-28T12:29:42.737Z | Done |
197 | 2024-02-28T12:29:42.737Z | Done |
198 | 2024-02-28T12:29:42.832Z | Done |
199 | 2024-02-28T12:29:43.254Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-02-28T12:29:43.254Z | clang system 15 system |
201 | 2024-02-28T12:29:43.254Z | csh system system illumos |
202 | 2024-02-28T12:29:43.255Z | ctags system system illumos |
203 | 2024-02-28T12:29:43.255Z | gcc vendor 12 vendor |
204 | 2024-02-28T12:29:43.255Z | gcc system 10 system |
205 | 2024-02-28T12:29:43.255Z | gcc system 7 system |
206 | 2024-02-28T12:29:43.255Z | go system 1.20 system |
207 | 2024-02-28T12:29:43.255Z | go system 1.19 system |
208 | 2024-02-28T12:29:43.255Z | llvm system 15 system |
209 | 2024-02-28T12:29:43.255Z | llvm system 14 system |
210 | 2024-02-28T12:29:43.255Z | mariadb system 10.6 system |
211 | 2024-02-28T12:29:43.255Z | mta vendor vendor dma |
212 | 2024-02-28T12:29:43.255Z | openjdk system 17 system |
213 | 2024-02-28T12:29:43.255Z | openjdk system 11 system |
214 | 2024-02-28T12:29:43.255Z | openjdk system 1.8 system |
215 | 2024-02-28T12:29:43.255Z | openssl vendor 3 vendor |
216 | 2024-02-28T12:29:43.255Z | perl system 5.36 system |
217 | 2024-02-28T12:29:43.255Z | postgresql system 15 system |
218 | 2024-02-28T12:29:43.255Z | postgresql system 13 system |
219 | 2024-02-28T12:29:43.255Z | python vendor 3 vendor |
220 | 2024-02-28T12:29:43.255Z | python system 2 system |
221 | 2024-02-28T12:29:43.255Z | python3 system 3.11 system |
222 | 2024-02-28T12:29:43.255Z | ruby system 3.0 system |
223 | 2024-02-28T12:29:43.256Z | words vendor vendor american-english |
224 | 2024-02-28T12:29:43.256Z | words system system australian-english |
225 | 2024-02-28T12:29:43.256Z | words system system british-english |
226 | 2024-02-28T12:29:43.256Z | words system system canadian-english |
227 | 2024-02-28T12:29:43.256Z | words system system french |
228 | 2024-02-28T12:29:43.256Z | words system system italian |
229 | 2024-02-28T12:29:43.256Z | words system system ngerman |
230 | 2024-02-28T12:29:43.256Z | words system system ogerman |
231 | 2024-02-28T12:29:43.256Z | words system system spanish |
232 | 2024-02-28T12:29:43.575Z | FMRI IFO |
233 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
239 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
240 | 2024-02-28T12:29:43.575Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-02-28T12:29:43.647Z | + set -o errexit |
242 | 2024-02-28T12:29:43.665Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-02-28T12:29:43.665Z | ++ cd ./tools |
244 | 2024-02-28T12:29:43.665Z | ++ pwd |
245 | 2024-02-28T12:29:43.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-02-28T12:29:43.665Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-02-28T12:29:43.665Z | + ARG0=ci_download_cockroachdb |
248 | 2024-02-28T12:29:43.665Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-02-28T12:29:43.665Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-02-28T12:29:43.665Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-02-28T12:29:43.665Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
252 | 2024-02-28T12:29:43.665Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
253 | 2024-02-28T12:29:43.665Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
254 | 2024-02-28T12:29:43.665Z | + TARGET_DIR=out |
255 | 2024-02-28T12:29:43.665Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-02-28T12:29:43.665Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-02-28T12:29:43.665Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-02-28T12:29:43.665Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-02-28T12:29:43.665Z | + main |
260 | 2024-02-28T12:29:43.665Z | + [[ 0 != 0 ]] |
261 | 2024-02-28T12:29:43.666Z | + CIDL_OS=solaris2.11 |
262 | 2024-02-28T12:29:43.666Z | + [[ 0 != 0 ]] |
263 | 2024-02-28T12:29:43.666Z | + configure_os solaris2.11 |
264 | 2024-02-28T12:29:43.666Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-02-28T12:29:43.666Z | current directory: /work/oxidecomputer/omicron |
266 | 2024-02-28T12:29:43.666Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2024-02-28T12:29:43.666Z | + case "$1" in |
268 | 2024-02-28T12:29:43.666Z | configuring based on OS: "solaris2.11" |
269 | 2024-02-28T12:29:43.666Z | + CIDL_BUILD=illumos |
270 | 2024-02-28T12:29:43.666Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-02-28T12:29:43.666Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-02-28T12:29:43.666Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-02-28T12:29:43.666Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-02-28T12:29:43.666Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-02-28T12:29:43.666Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-28T12:29:43.666Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-28T12:29:43.666Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-02-28T12:29:43.666Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-28T12:29:43.666Z | + CIDL_SHA256FUNC=do_sha256sum |
280 | 2024-02-28T12:29:43.666Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-28T12:29:43.666Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-28T12:29:43.666Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-28T12:29:43.667Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-28T12:29:43.667Z | + mkdir -p out/downloads |
285 | 2024-02-28T12:29:43.667Z | + mkdir -p ./out/cockroachdb |
286 | 2024-02-28T12:29:43.667Z | + local DO_DOWNLOAD=true |
287 | 2024-02-28T12:29:43.667Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-02-28T12:29:43.667Z | + '[' true == true ']' |
289 | 2024-02-28T12:29:43.667Z | + echo Downloading... |
290 | 2024-02-28T12:29:43.667Z | Downloading... |
291 | 2024-02-28T12:29:43.667Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-28T12:29:43.667Z | + 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 |
293 | 2024-02-28T12:29:48.766Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-28T12:29:48.771Z | ++ sha256sum |
295 | 2024-02-28T12:29:48.771Z | ++ awk '{print $1}' |
296 | 2024-02-28T12:29:48.868Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
297 | 2024-02-28T12:29:48.872Z | + [[ 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 ]] |
298 | 2024-02-28T12:29:48.872Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-28T12:29:48.872Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-02-28T12:29:51.053Z | + do_assemble_illumos |
301 | 2024-02-28T12:29:51.053Z | + rm -r ./out/cockroachdb |
302 | 2024-02-28T12:29:51.060Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-02-28T12:29:51.446Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-02-28T12:29:51.656Z | Build Tag: v22.1.9-dirty |
305 | 2024-02-28T12:29:51.656Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-02-28T12:29:51.656Z | Distribution: OSS |
307 | 2024-02-28T12:29:51.656Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-02-28T12:29:51.656Z | Go Version: go1.17.13 |
309 | 2024-02-28T12:29:51.656Z | C Compiler: gcc 10.3.0 |
310 | 2024-02-28T12:29:51.656Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-02-28T12:29:51.656Z | Build Type: release |
312 | 2024-02-28T12:29:51.668Z | + set -o errexit |
313 | 2024-02-28T12:29:51.668Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-02-28T12:29:51.673Z | ++ cd ./tools |
315 | 2024-02-28T12:29:51.673Z | ++ pwd |
316 | 2024-02-28T12:29:51.674Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-02-28T12:29:51.674Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-02-28T12:29:51.674Z | + ARG0=ci_download_clickhouse |
319 | 2024-02-28T12:29:51.674Z | + TARGET_DIR=out |
320 | 2024-02-28T12:29:51.674Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-02-28T12:29:51.674Z | + DEST_DIR=./out/clickhouse |
322 | 2024-02-28T12:29:51.674Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
323 | 2024-02-28T12:29:51.674Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2024-02-28T12:29:51.674Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2024-02-28T12:29:51.674Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2024-02-28T12:29:51.674Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2024-02-28T12:29:51.674Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2024-02-28T12:29:51.674Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2024-02-28T12:29:51.674Z | + main |
330 | 2024-02-28T12:29:51.674Z | + [[ 0 != 0 ]] |
331 | 2024-02-28T12:29:51.674Z | + CIDL_OS=solaris2.11 |
332 | 2024-02-28T12:29:51.674Z | + [[ 0 != 0 ]] |
333 | 2024-02-28T12:29:51.674Z | + configure_os solaris2.11 |
334 | 2024-02-28T12:29:51.674Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2024-02-28T12:29:51.674Z | current directory: /work/oxidecomputer/omicron |
336 | 2024-02-28T12:29:51.674Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-02-28T12:29:51.675Z | + CIDL_DASHREV= |
338 | 2024-02-28T12:29:51.675Z | + case "$1" in |
339 | 2024-02-28T12:29:51.675Z | configuring based on OS: "solaris2.11" |
340 | 2024-02-28T12:29:51.675Z | + CIDL_PLATFORM=illumos |
341 | 2024-02-28T12:29:51.675Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2024-02-28T12:29:51.675Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2024-02-28T12:29:51.675Z | + CIDL_DASHREV=-1 |
344 | 2024-02-28T12:29:51.675Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2024-02-28T12:29:51.675Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-28T12:29:51.675Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-28T12:29:51.675Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-28T12:29:51.675Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-28T12:29:51.675Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-28T12:29:51.675Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-28T12:29:51.675Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2024-02-28T12:29:51.675Z | + mkdir -p out/downloads |
353 | 2024-02-28T12:29:51.684Z | + mkdir -p ./out/clickhouse |
354 | 2024-02-28T12:29:51.685Z | + local DO_DOWNLOAD=true |
355 | 2024-02-28T12:29:51.685Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2024-02-28T12:29:51.685Z | + '[' true == true ']' |
357 | 2024-02-28T12:29:51.685Z | + echo Downloading... |
358 | 2024-02-28T12:29:51.685Z | Downloading... |
359 | 2024-02-28T12:29:51.685Z | + 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 |
360 | 2024-02-28T12:29:51.685Z | + 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 |
361 | 2024-02-28T12:29:52.961Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-28T12:29:52.967Z | ++ md5sum |
363 | 2024-02-28T12:29:52.967Z | ++ awk '{print $1}' |
364 | 2024-02-28T12:29:53.145Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2024-02-28T12:29:53.145Z | + [[ 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 ]] |
366 | 2024-02-28T12:29:53.145Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2024-02-28T12:29:53.148Z | + mkdir -p ./out/clickhouse |
368 | 2024-02-28T12:29:53.149Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2024-02-28T12:29:56.292Z | + ./out/clickhouse/clickhouse server --version |
370 | 2024-02-28T12:29:56.315Z | ClickHouse server version 22.8.9.1. |
371 | 2024-02-28T12:29:56.331Z | + set -o errexit |
372 | 2024-02-28T12:29:56.335Z | +++ dirname ./tools/ci_download_console |
373 | 2024-02-28T12:29:56.335Z | ++ cd ./tools |
374 | 2024-02-28T12:29:56.335Z | ++ pwd |
375 | 2024-02-28T12:29:56.339Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2024-02-28T12:29:56.339Z | ++ basename ./tools/ci_download_console |
377 | 2024-02-28T12:29:56.339Z | + ARG0=ci_download_console |
378 | 2024-02-28T12:29:56.339Z | + TARGET_DIR=out |
379 | 2024-02-28T12:29:56.339Z | + DOWNLOAD_DIR=out/downloads |
380 | 2024-02-28T12:29:56.339Z | + DEST_DIR=./out/console-assets |
381 | 2024-02-28T12:29:56.339Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2024-02-28T12:29:56.339Z | ++ COMMIT=e991ec5cf148d83f135b6a692dca9b8df05acef0 |
383 | 2024-02-28T12:29:56.339Z | ++ SHA2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
384 | 2024-02-28T12:29:56.339Z | + URL=https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
385 | 2024-02-28T12:29:56.339Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2024-02-28T12:29:56.340Z | + main |
387 | 2024-02-28T12:29:56.340Z | + [[ 0 != 0 ]] |
388 | 2024-02-28T12:29:56.340Z | + echo 'URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz' |
389 | 2024-02-28T12:29:56.340Z | URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
390 | 2024-02-28T12:29:56.340Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2024-02-28T12:29:56.340Z | Local file: out/downloads/console.tar.gz |
392 | 2024-02-28T12:29:56.340Z | + local DO_DOWNLOAD=true |
393 | 2024-02-28T12:29:56.340Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2024-02-28T12:29:56.340Z | + mkdir -p out/downloads |
395 | 2024-02-28T12:29:56.344Z | + '[' true == true ']' |
396 | 2024-02-28T12:29:56.344Z | + echo Downloading... |
397 | 2024-02-28T12:29:56.344Z | Downloading... |
398 | 2024-02-28T12:29:56.344Z | + do_download_curl https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz out/downloads/console.tar.gz |
399 | 2024-02-28T12:29:56.344Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
400 | 2024-02-28T12:29:56.941Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2024-02-28T12:29:56.941Z | ++ case "$OSTYPE" in |
402 | 2024-02-28T12:29:56.941Z | ++ SHA=sha256sum |
403 | 2024-02-28T12:29:56.944Z | ++ sha256sum |
404 | 2024-02-28T12:29:56.945Z | ++ awk '{print $1}' |
405 | 2024-02-28T12:29:56.950Z | + calculated_sha2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
406 | 2024-02-28T12:29:56.953Z | + [[ 18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 != \1\8\d\5\3\e\4\4\8\5\e\6\3\d\9\e\2\2\7\3\a\8\8\9\e\7\0\7\8\5\6\4\8\0\5\2\e\8\a\2\3\1\d\f\8\9\f\3\b\c\b\c\2\e\d\0\1\a\0\e\e\e\b\1 ]] |
407 | 2024-02-28T12:29:56.953Z | + rm -rf ./out/console-assets |
408 | 2024-02-28T12:29:56.953Z | + mkdir -p ./out/console-assets |
409 | 2024-02-28T12:29:56.956Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2024-02-28T12:29:56.956Z | + mkdir -p ./out/console-assets |
411 | 2024-02-28T12:29:56.956Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2024-02-28T12:29:57.048Z | + set -o errexit |
413 | 2024-02-28T12:29:57.051Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2024-02-28T12:29:57.054Z | ++ cd ./tools |
415 | 2024-02-28T12:29:57.054Z | ++ pwd |
416 | 2024-02-28T12:29:57.054Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2024-02-28T12:29:57.054Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2024-02-28T12:29:57.054Z | + ARG0=ci_download_maghemite_openapi |
419 | 2024-02-28T12:29:57.054Z | + TARGET_DIR=out |
420 | 2024-02-28T12:29:57.054Z | + DOWNLOAD_DIR=out/downloads |
421 | 2024-02-28T12:29:57.054Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2024-02-28T12:29:57.054Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
423 | 2024-02-28T12:29:57.054Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
424 | 2024-02-28T12:29:57.055Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
425 | 2024-02-28T12:29:57.055Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
426 | 2024-02-28T12:29:57.055Z | + main |
427 | 2024-02-28T12:29:57.058Z | + [[ 0 != 0 ]] |
428 | 2024-02-28T12:29:57.058Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
429 | 2024-02-28T12:29:57.058Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
430 | 2024-02-28T12:29:57.058Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
431 | 2024-02-28T12:29:57.058Z | + local DO_DOWNLOAD=true |
432 | 2024-02-28T12:29:57.058Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
433 | 2024-02-28T12:29:57.058Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
434 | 2024-02-28T12:29:57.058Z | + mkdir -p out/downloads |
435 | 2024-02-28T12:29:57.058Z | + '[' true == true ']' |
436 | 2024-02-28T12:29:57.058Z | + echo Downloading... |
437 | 2024-02-28T12:29:57.058Z | Downloading... |
438 | 2024-02-28T12:29:57.058Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
439 | 2024-02-28T12:29:57.058Z | + 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 |
440 | 2024-02-28T12:29:57.296Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
441 | 2024-02-28T12:29:57.312Z | ++ case "$OSTYPE" in |
442 | 2024-02-28T12:29:57.312Z | ++ SHA=sha256sum |
443 | 2024-02-28T12:29:57.312Z | ++ sha256sum |
444 | 2024-02-28T12:29:57.312Z | ++ awk '{print $1}' |
445 | 2024-02-28T12:29:57.312Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
446 | 2024-02-28T12:29:57.312Z | + [[ 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 ]] |
447 | 2024-02-28T12:29:57.312Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2024-02-28T12:29:57.312Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
449 | 2024-02-28T12:29:57.312Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
450 | 2024-02-28T12:29:57.312Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
451 | 2024-02-28T12:29:57.312Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
452 | 2024-02-28T12:29:57.312Z | + main |
453 | 2024-02-28T12:29:57.312Z | + [[ 0 != 0 ]] |
454 | 2024-02-28T12:29:57.312Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
455 | 2024-02-28T12:29:57.312Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
456 | 2024-02-28T12:29:57.312Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
457 | 2024-02-28T12:29:57.313Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
458 | 2024-02-28T12:29:57.313Z | + local DO_DOWNLOAD=true |
459 | 2024-02-28T12:29:57.313Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
460 | 2024-02-28T12:29:57.313Z | + mkdir -p out/downloads |
461 | 2024-02-28T12:29:57.313Z | + '[' true == true ']' |
462 | 2024-02-28T12:29:57.313Z | + echo Downloading... |
463 | 2024-02-28T12:29:57.313Z | Downloading... |
464 | 2024-02-28T12:29:57.313Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
465 | 2024-02-28T12:29:57.313Z | + 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 |
466 | 2024-02-28T12:29:57.408Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
467 | 2024-02-28T12:29:57.411Z | ++ case "$OSTYPE" in |
468 | 2024-02-28T12:29:57.411Z | ++ SHA=sha256sum |
469 | 2024-02-28T12:29:57.411Z | ++ sha256sum |
470 | 2024-02-28T12:29:57.411Z | ++ awk '{print $1}' |
471 | 2024-02-28T12:29:57.414Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
472 | 2024-02-28T12:29:57.414Z | + [[ 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 ]] |
473 | 2024-02-28T12:29:57.420Z | + set -o errexit |
474 | 2024-02-28T12:29:57.423Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2024-02-28T12:29:57.426Z | ++ cd ./tools |
476 | 2024-02-28T12:29:57.426Z | ++ pwd |
477 | 2024-02-28T12:29:57.426Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2024-02-28T12:29:57.426Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2024-02-28T12:29:57.429Z | + ARG0=ci_download_dendrite_openapi |
480 | 2024-02-28T12:29:57.429Z | + TARGET_DIR=out |
481 | 2024-02-28T12:29:57.430Z | + DOWNLOAD_DIR=out/downloads |
482 | 2024-02-28T12:29:57.430Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2024-02-28T12:29:57.430Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
484 | 2024-02-28T12:29:57.430Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
485 | 2024-02-28T12:29:57.430Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
486 | 2024-02-28T12:29:57.430Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
487 | 2024-02-28T12:29:57.430Z | + main |
488 | 2024-02-28T12:29:57.430Z | + [[ 0 != 0 ]] |
489 | 2024-02-28T12:29:57.430Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
490 | 2024-02-28T12:29:57.430Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
491 | 2024-02-28T12:29:57.430Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
492 | 2024-02-28T12:29:57.430Z | + local DO_DOWNLOAD=true |
493 | 2024-02-28T12:29:57.430Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
494 | 2024-02-28T12:29:57.430Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
495 | 2024-02-28T12:29:57.430Z | + mkdir -p out/downloads |
496 | 2024-02-28T12:29:57.430Z | + '[' true == true ']' |
497 | 2024-02-28T12:29:57.430Z | + echo Downloading... |
498 | 2024-02-28T12:29:57.430Z | Downloading... |
499 | 2024-02-28T12:29:57.430Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-28T12:29:57.430Z | + 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 |
501 | 2024-02-28T12:29:57.547Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
502 | 2024-02-28T12:29:57.547Z | ++ case "$OSTYPE" in |
503 | 2024-02-28T12:29:57.551Z | ++ SHA=sha256sum |
504 | 2024-02-28T12:29:57.551Z | ++ sha256sum |
505 | 2024-02-28T12:29:57.551Z | ++ awk '{print $1}' |
506 | 2024-02-28T12:29:57.554Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
507 | 2024-02-28T12:29:57.554Z | + [[ 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 ]] |
508 | 2024-02-28T12:29:57.559Z | + set -o errexit |
509 | 2024-02-28T12:29:57.563Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2024-02-28T12:29:57.563Z | ++ cd ./tools |
511 | 2024-02-28T12:29:57.566Z | ++ pwd |
512 | 2024-02-28T12:29:57.566Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2024-02-28T12:29:57.566Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2024-02-28T12:29:57.566Z | + ARG0=ci_download_dendrite_stub |
515 | 2024-02-28T12:29:57.566Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2024-02-28T12:29:57.566Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
517 | 2024-02-28T12:29:57.566Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
518 | 2024-02-28T12:29:57.566Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
519 | 2024-02-28T12:29:57.566Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2024-02-28T12:29:57.566Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
521 | 2024-02-28T12:29:57.566Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
522 | 2024-02-28T12:29:57.566Z | + TARGET_DIR=out |
523 | 2024-02-28T12:29:57.566Z | + DOWNLOAD_DIR=out/downloads |
524 | 2024-02-28T12:29:57.567Z | + DEST_DIR=./out/dendrite-stub |
525 | 2024-02-28T12:29:57.567Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2024-02-28T12:29:57.567Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2024-02-28T12:29:57.567Z | + REPO=oxidecomputer/dendrite |
528 | 2024-02-28T12:29:57.567Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
529 | 2024-02-28T12:29:57.570Z | + main |
530 | 2024-02-28T12:29:57.570Z | + [[ 0 != 0 ]] |
531 | 2024-02-28T12:29:57.570Z | + CIDL_OS=solaris2.11 |
532 | 2024-02-28T12:29:57.570Z | + [[ 0 != 0 ]] |
533 | 2024-02-28T12:29:57.570Z | + configure_os solaris2.11 |
534 | 2024-02-28T12:29:57.570Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2024-02-28T12:29:57.570Z | current directory: /work/oxidecomputer/omicron |
536 | 2024-02-28T12:29:57.570Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2024-02-28T12:29:57.570Z | + case "$1" in |
538 | 2024-02-28T12:29:57.570Z | configuring based on OS: "solaris2.11" |
539 | 2024-02-28T12:29:57.570Z | + SET_BINARIES= |
540 | 2024-02-28T12:29:57.570Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
541 | 2024-02-28T12:29:57.570Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2024-02-28T12:29:57.570Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2024-02-28T12:29:57.570Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
544 | 2024-02-28T12:29:57.570Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2024-02-28T12:29:57.571Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
546 | 2024-02-28T12:29:57.571Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
547 | 2024-02-28T12:29:57.571Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2024-02-28T12:29:57.571Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2024-02-28T12:29:57.571Z | + mkdir -p out/downloads |
550 | 2024-02-28T12:29:57.571Z | + mkdir -p ./out/dendrite-stub |
551 | 2024-02-28T12:29:57.577Z | + fetch_and_verify |
552 | 2024-02-28T12:29:57.577Z | + local DO_DOWNLOAD=true |
553 | 2024-02-28T12:29:57.577Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2024-02-28T12:29:57.577Z | + '[' true == true ']' |
555 | 2024-02-28T12:29:57.577Z | + echo Downloading... |
556 | 2024-02-28T12:29:57.577Z | Downloading... |
557 | 2024-02-28T12:29:57.577Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-28T12:29:57.577Z | + 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 |
559 | 2024-02-28T12:30:06.276Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2024-02-28T12:30:06.279Z | ++ sha256sum |
561 | 2024-02-28T12:30:06.279Z | ++ awk '{print $1}' |
562 | 2024-02-28T12:30:06.301Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
563 | 2024-02-28T12:30:06.301Z | + [[ 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 ]] |
564 | 2024-02-28T12:30:06.302Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-28T12:30:06.306Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2024-02-28T12:30:06.994Z | + do_assemble |
567 | 2024-02-28T12:30:06.994Z | + rm -r ./out/dendrite-stub |
568 | 2024-02-28T12:30:07.407Z | + mkdir ./out/dendrite-stub |
569 | 2024-02-28T12:30:07.407Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2024-02-28T12:30:07.413Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2024-02-28T12:30:07.413Z | + set -o errexit |
572 | 2024-02-28T12:30:07.413Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2024-02-28T12:30:07.413Z | ++ cd ./tools |
574 | 2024-02-28T12:30:07.413Z | ++ pwd |
575 | 2024-02-28T12:30:07.413Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2024-02-28T12:30:07.413Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2024-02-28T12:30:07.413Z | + ARG0=ci_download_maghemite_mgd |
578 | 2024-02-28T12:30:07.413Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2024-02-28T12:30:07.413Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
580 | 2024-02-28T12:30:07.413Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
581 | 2024-02-28T12:30:07.414Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2024-02-28T12:30:07.414Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
583 | 2024-02-28T12:30:07.414Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
584 | 2024-02-28T12:30:07.414Z | + TARGET_DIR=out |
585 | 2024-02-28T12:30:07.414Z | + DOWNLOAD_DIR=out/downloads |
586 | 2024-02-28T12:30:07.414Z | + DEST_DIR=./out/mgd |
587 | 2024-02-28T12:30:07.414Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2024-02-28T12:30:07.414Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2024-02-28T12:30:07.414Z | + REPO=oxidecomputer/maghemite |
590 | 2024-02-28T12:30:07.414Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
591 | 2024-02-28T12:30:07.414Z | + main |
592 | 2024-02-28T12:30:07.414Z | + [[ 0 != 0 ]] |
593 | 2024-02-28T12:30:07.414Z | + CIDL_OS=solaris2.11 |
594 | 2024-02-28T12:30:07.414Z | + [[ 0 != 0 ]] |
595 | 2024-02-28T12:30:07.414Z | + configure_os solaris2.11 |
596 | 2024-02-28T12:30:07.414Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2024-02-28T12:30:07.415Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2024-02-28T12:30:07.415Z | + case "$1" in |
599 | 2024-02-28T12:30:07.415Z | + SET_BINARIES= |
600 | 2024-02-28T12:30:07.415Z | current directory: /work/oxidecomputer/omicron |
601 | 2024-02-28T12:30:07.415Z | configuring based on OS: "solaris2.11" |
602 | 2024-02-28T12:30:07.415Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2024-02-28T12:30:07.415Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2024-02-28T12:30:07.415Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
605 | 2024-02-28T12:30:07.415Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2024-02-28T12:30:07.415Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
607 | 2024-02-28T12:30:07.415Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
608 | 2024-02-28T12:30:07.415Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2024-02-28T12:30:07.415Z | + mkdir -p out/downloads |
610 | 2024-02-28T12:30:07.415Z | Local file: out/downloads/mgd.tar.gz |
611 | 2024-02-28T12:30:07.415Z | + mkdir -p ./out/mgd |
612 | 2024-02-28T12:30:07.416Z | + fetch_and_verify |
613 | 2024-02-28T12:30:07.416Z | + local DO_DOWNLOAD=true |
614 | 2024-02-28T12:30:07.416Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2024-02-28T12:30:07.416Z | + '[' true == true ']' |
616 | 2024-02-28T12:30:07.416Z | + echo Downloading... |
617 | 2024-02-28T12:30:07.416Z | Downloading... |
618 | 2024-02-28T12:30:07.416Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2024-02-28T12:30:07.416Z | + 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 |
620 | 2024-02-28T12:30:12.634Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2024-02-28T12:30:12.638Z | ++ sha256sum |
622 | 2024-02-28T12:30:12.638Z | ++ awk '{print $1}' |
623 | 2024-02-28T12:30:12.654Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
624 | 2024-02-28T12:30:12.660Z | + [[ 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 ]] |
625 | 2024-02-28T12:30:12.660Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2024-02-28T12:30:12.660Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2024-02-28T12:30:13.096Z | + do_assemble |
628 | 2024-02-28T12:30:13.096Z | + rm -r ./out/mgd |
629 | 2024-02-28T12:30:13.101Z | + mkdir ./out/mgd |
630 | 2024-02-28T12:30:13.104Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2024-02-28T12:30:13.249Z | + set -o errexit |
632 | 2024-02-28T12:30:13.707Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2024-02-28T12:30:13.708Z | ++ cd ./tools |
634 | 2024-02-28T12:30:13.708Z | ++ pwd |
635 | 2024-02-28T12:30:13.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2024-02-28T12:30:13.708Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2024-02-28T12:30:13.709Z | + ARG0=ci_download_transceiver_control |
638 | 2024-02-28T12:30:13.709Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2024-02-28T12:30:13.709Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2024-02-28T12:30:13.709Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2024-02-28T12:30:13.709Z | + TARGET_DIR=out |
642 | 2024-02-28T12:30:13.710Z | + DOWNLOAD_DIR=out/downloads |
643 | 2024-02-28T12:30:13.710Z | + DEST_DIR=./out/transceiver-control |
644 | 2024-02-28T12:30:13.710Z | + BIN_DIR=/opt/oxide/bin |
645 | 2024-02-28T12:30:13.710Z | + BINARY=xcvradm |
646 | 2024-02-28T12:30:13.711Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2024-02-28T12:30:13.711Z | + REPO=oxidecomputer/transceiver-control |
648 | 2024-02-28T12:30:13.711Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2024-02-28T12:30:13.712Z | + main |
650 | 2024-02-28T12:30:13.712Z | + [[ 0 != 0 ]] |
651 | 2024-02-28T12:30:13.712Z | + CIDL_OS=solaris2.11 |
652 | 2024-02-28T12:30:13.712Z | + [[ 0 != 0 ]] |
653 | 2024-02-28T12:30:13.712Z | + configure_os solaris2.11 |
654 | 2024-02-28T12:30:13.713Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2024-02-28T12:30:13.713Z | current directory: /work/oxidecomputer/omicron |
656 | 2024-02-28T12:30:13.713Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2024-02-28T12:30:13.713Z | + case "$1" in |
658 | 2024-02-28T12:30:13.713Z | configuring based on OS: "solaris2.11" |
659 | 2024-02-28T12:30:13.713Z | + SET_BINARIES= |
660 | 2024-02-28T12:30:13.714Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-28T12:30:13.714Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2024-02-28T12:30:13.714Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2024-02-28T12:30:13.714Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-28T12:30:13.714Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2024-02-28T12:30:13.714Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2024-02-28T12:30:13.714Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-02-28T12:30:13.714Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2024-02-28T12:30:13.714Z | Local file: out/downloads/xcvradm.gz |
669 | 2024-02-28T12:30:13.715Z | + mkdir -p out/downloads |
670 | 2024-02-28T12:30:13.715Z | + mkdir -p ./out/transceiver-control |
671 | 2024-02-28T12:30:13.715Z | + fetch_and_verify |
672 | 2024-02-28T12:30:13.715Z | + local DO_DOWNLOAD=true |
673 | 2024-02-28T12:30:13.715Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2024-02-28T12:30:13.715Z | + '[' true == true ']' |
675 | 2024-02-28T12:30:13.715Z | + echo Downloading... |
676 | 2024-02-28T12:30:13.715Z | Downloading... |
677 | 2024-02-28T12:30:13.715Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2024-02-28T12:30:13.715Z | + 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 |
679 | 2024-02-28T12:30:15.541Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2024-02-28T12:30:15.545Z | ++ sha256sum |
681 | 2024-02-28T12:30:15.545Z | ++ awk '{print $1}' |
682 | 2024-02-28T12:30:15.550Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2024-02-28T12:30:15.550Z | + [[ 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 ]] |
684 | 2024-02-28T12:30:15.556Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2024-02-28T12:30:15.556Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2024-02-28T12:30:15.556Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2024-02-28T12:30:15.673Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2024-02-28T12:30:15.679Z | + do_assemble |
689 | 2024-02-28T12:30:15.679Z | + rm -r ./out/transceiver-control |
690 | 2024-02-28T12:30:15.679Z | + mkdir ./out/transceiver-control |
691 | 2024-02-28T12:30:15.680Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2024-02-28T12:30:15.854Z | All prerequisites installed successfully |
693 | 2024-02-28T12:30:15.862Z | |
694 | 2024-02-28T12:30:15.863Z | real 2:06.058100426 |
695 | 2024-02-28T12:30:15.863Z | user 33.794528521 |
696 | 2024-02-28T12:30:15.863Z | sys 6.265936125 |
697 | 2024-02-28T12:30:15.863Z | trap 0.008144489 |
698 | 2024-02-28T12:30:15.863Z | tflt 0.300705771 |
699 | 2024-02-28T12:30:15.863Z | dflt 0.593094340 |
700 | 2024-02-28T12:30:15.863Z | kflt 0.335422508 |
701 | 2024-02-28T12:30:15.863Z | lock 1.295572723 |
702 | 2024-02-28T12:30:15.863Z | slp 4:09.573200388 |
703 | 2024-02-28T12:30:15.863Z | lat 1.846650760 |
704 | 2024-02-28T12:30:15.863Z | stop 0.123151296 |
705 | 2024-02-28T12:30:15.863Z | + banner end-to-end-tests |
706 | 2024-02-28T12:30:15.946Z | |
707 | 2024-02-28T12:30:15.946Z | ###### # # ##### ##### #### ###### # # ##### |
708 | 2024-02-28T12:30:15.947Z | # ## # # # # # # # ## # # # |
709 | 2024-02-28T12:30:15.947Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
710 | 2024-02-28T12:30:15.947Z | # # # # # # # # # # # # # # # |
711 | 2024-02-28T12:30:15.947Z | # # ## # # # # # # # ## # # |
712 | 2024-02-28T12:30:15.947Z | ###### # # ##### # #### ###### # # ##### |
713 | 2024-02-28T12:30:15.947Z | |
714 | 2024-02-28T12:30:15.954Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2024-02-28T12:30:15.954Z | + CARGO_PROFILE_DEV_DEBUG=1 |
716 | 2024-02-28T12:30:15.954Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2024-02-28T12:30:15.954Z | + CARGO_PROFILE_TEST_DEBUG=1 |
718 | 2024-02-28T12:30:15.954Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-02-28T12:30:15.954Z | + CARGO_INCREMENTAL=0 |
720 | 2024-02-28T12:30:15.955Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
721 | 2024-02-28T12:30:16.196Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-02-28T12:30:16.531Z | Updating git repository `https://github.com/oxidecomputer/samael` |
723 | 2024-02-28T12:30:16.889Z | Updating crates.io index |
724 | 2024-02-28T12:30:16.893Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2024-02-28T12:30:17.690Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2024-02-28T12:30:19.434Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2024-02-28T12:30:19.751Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2024-02-28T12:30:20.086Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2024-02-28T12:30:20.361Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2024-02-28T12:30:20.635Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2024-02-28T12:30:21.484Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2024-02-28T12:30:23.501Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2024-02-28T12:30:24.512Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2024-02-28T12:30:24.846Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2024-02-28T12:30:25.388Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2024-02-28T12:30:25.703Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
737 | 2024-02-28T12:30:26.000Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
738 | 2024-02-28T12:30:26.331Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
739 | 2024-02-28T12:30:26.656Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
740 | 2024-02-28T12:30:27.342Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
741 | 2024-02-28T12:30:27.615Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
742 | 2024-02-28T12:30:28.126Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
743 | 2024-02-28T12:30:28.498Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
744 | 2024-02-28T12:30:28.812Z | Updating git repository `https://github.com/jgallagher/nix` |
745 | 2024-02-28T12:30:29.882Z | Updating git repository `https://github.com/cbiffle/hubpack` |
746 | 2024-02-28T12:30:30.226Z | Updating git repository `https://github.com/oxidecomputer/typify` |
747 | 2024-02-28T12:30:31.471Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
748 | 2024-02-28T12:30:31.847Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
749 | 2024-02-28T12:30:32.152Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
750 | 2024-02-28T12:30:33.538Z | Downloading crates ... |
751 | 2024-02-28T12:30:33.760Z | Downloaded num v0.4.1 |
752 | 2024-02-28T12:30:33.765Z | Downloaded ahash v0.8.7 |
753 | 2024-02-28T12:30:33.768Z | Downloaded minimal-lexical v0.2.1 |
754 | 2024-02-28T12:30:33.771Z | Downloaded cipher v0.4.4 |
755 | 2024-02-28T12:30:33.775Z | Downloaded nibble_vec v0.1.0 |
756 | 2024-02-28T12:30:33.778Z | Downloaded constant_time_eq v0.3.0 |
757 | 2024-02-28T12:30:33.781Z | Downloaded colorchoice v1.0.0 |
758 | 2024-02-28T12:30:33.781Z | Downloaded newtype-uuid v1.0.1 |
759 | 2024-02-28T12:30:33.781Z | Downloaded native-tls v0.2.11 |
760 | 2024-02-28T12:30:33.788Z | Downloaded convert_case v0.4.0 |
761 | 2024-02-28T12:30:33.788Z | Downloaded crc32fast v1.3.2 |
762 | 2024-02-28T12:30:33.792Z | Downloaded crucible-workspace-hack v0.1.0 |
763 | 2024-02-28T12:30:33.792Z | Downloaded cobs v0.2.3 |
764 | 2024-02-28T12:30:33.792Z | Downloaded plain v0.2.3 |
765 | 2024-02-28T12:30:33.795Z | Downloaded async-stream-impl v0.3.5 |
766 | 2024-02-28T12:30:33.795Z | Downloaded atty v0.2.14 |
767 | 2024-02-28T12:30:33.795Z | Downloaded mime_guess v2.0.4 |
768 | 2024-02-28T12:30:33.799Z | Downloaded new_debug_unreachable v1.0.4 |
769 | 2024-02-28T12:30:33.802Z | Downloaded normalize-line-endings v0.3.0 |
770 | 2024-02-28T12:30:33.802Z | Downloaded bzip2 v0.4.4 |
771 | 2024-02-28T12:30:33.806Z | Downloaded num-rational v0.4.1 |
772 | 2024-02-28T12:30:33.806Z | Downloaded num-derive v0.4.0 |
773 | 2024-02-28T12:30:33.809Z | Downloaded num_threads v0.1.6 |
774 | 2024-02-28T12:30:33.813Z | Downloaded md5 v0.7.0 |
775 | 2024-02-28T12:30:33.816Z | Downloaded openssl-probe v0.1.5 |
776 | 2024-02-28T12:30:33.820Z | Downloaded option-ext v0.2.0 |
777 | 2024-02-28T12:30:33.820Z | Downloaded opaque-debug v0.3.0 |
778 | 2024-02-28T12:30:33.824Z | Downloaded crypto-common v0.1.6 |
779 | 2024-02-28T12:30:33.824Z | Downloaded kstat-rs v0.2.3 |
780 | 2024-02-28T12:30:33.830Z | Downloaded cpufeatures v0.2.12 |
781 | 2024-02-28T12:30:33.831Z | Downloaded ciborium-ll v0.2.2 |
782 | 2024-02-28T12:30:33.834Z | Downloaded darling v0.20.3 |
783 | 2024-02-28T12:30:33.838Z | Downloaded p256 v0.13.2 |
784 | 2024-02-28T12:30:33.842Z | Downloaded bitflags v2.4.0 |
785 | 2024-02-28T12:30:33.845Z | Downloaded deranged v0.3.8 |
786 | 2024-02-28T12:30:33.848Z | Downloaded ciborium-io v0.2.2 |
787 | 2024-02-28T12:30:33.849Z | Downloaded match_cfg v0.1.0 |
788 | 2024-02-28T12:30:33.865Z | Downloaded bit-set v0.5.3 |
789 | 2024-02-28T12:30:33.865Z | Downloaded anstyle v1.0.2 |
790 | 2024-02-28T12:30:33.865Z | Downloaded async-stream v0.3.5 |
791 | 2024-02-28T12:30:33.865Z | Downloaded crossbeam-utils v0.8.16 |
792 | 2024-02-28T12:30:33.865Z | Downloaded derive-where v1.2.7 |
793 | 2024-02-28T12:30:33.868Z | Downloaded defmt-parser v0.3.3 |
794 | 2024-02-28T12:30:33.876Z | Downloaded toolchain_find v0.2.0 |
795 | 2024-02-28T12:30:33.876Z | Downloaded atomic-waker v1.1.1 |
796 | 2024-02-28T12:30:33.879Z | Downloaded async-trait v0.1.77 |
797 | 2024-02-28T12:30:33.880Z | Downloaded paste v1.0.14 |
798 | 2024-02-28T12:30:33.886Z | Downloaded openssl-macros v0.1.1 |
799 | 2024-02-28T12:30:33.890Z | Downloaded lru-cache v0.1.2 |
800 | 2024-02-28T12:30:33.890Z | Downloaded num_enum_derive v0.5.11 |
801 | 2024-02-28T12:30:33.890Z | Downloaded linked-hash-map v0.5.6 |
802 | 2024-02-28T12:30:33.893Z | Downloaded chacha20poly1305 v0.10.1 |
803 | 2024-02-28T12:30:33.893Z | Downloaded parse-display v0.9.0 |
804 | 2024-02-28T12:30:33.896Z | Downloaded lock_api v0.4.10 |
805 | 2024-02-28T12:30:33.900Z | Downloaded mime v0.3.17 |
806 | 2024-02-28T12:30:33.900Z | Downloaded parking_lot v0.11.2 |
807 | 2024-02-28T12:30:33.903Z | Downloaded backoff v0.4.0 |
808 | 2024-02-28T12:30:33.906Z | Downloaded aead v0.5.2 |
809 | 2024-02-28T12:30:33.909Z | Downloaded memmap v0.7.0 |
810 | 2024-02-28T12:30:33.920Z | Downloaded vec_map v0.8.2 |
811 | 2024-02-28T12:30:33.920Z | Downloaded adler v1.0.2 |
812 | 2024-02-28T12:30:34.336Z | Downloaded macaddr v1.0.1 |
813 | 2024-02-28T12:30:34.336Z | Downloaded chacha20 v0.9.1 |
814 | 2024-02-28T12:30:34.336Z | Downloaded lalrpop-util v0.19.12 |
815 | 2024-02-28T12:30:34.336Z | Downloaded num-integer v0.1.46 |
816 | 2024-02-28T12:30:34.336Z | Downloaded utf8parse v0.2.1 |
817 | 2024-02-28T12:30:34.348Z | Downloaded futures-macro v0.3.30 |
818 | 2024-02-28T12:30:34.348Z | Downloaded fnv v1.0.7 |
819 | 2024-02-28T12:30:34.348Z | Downloaded hash32 v0.3.1 |
820 | 2024-02-28T12:30:34.348Z | Downloaded ansi_term v0.12.1 |
821 | 2024-02-28T12:30:34.348Z | Downloaded password-hash v0.5.0 |
822 | 2024-02-28T12:30:34.348Z | Downloaded form_urlencoded v1.2.1 |
823 | 2024-02-28T12:30:34.348Z | Downloaded zeroize_derive v1.4.2 |
824 | 2024-02-28T12:30:34.348Z | Downloaded r2d2 v0.8.10 |
825 | 2024-02-28T12:30:34.348Z | Downloaded float-cmp v0.9.0 |
826 | 2024-02-28T12:30:34.348Z | Downloaded defmt v0.3.5 |
827 | 2024-02-28T12:30:34.348Z | Downloaded data-encoding v2.4.0 |
828 | 2024-02-28T12:30:34.348Z | Downloaded tokio-rustls v0.25.0 |
829 | 2024-02-28T12:30:34.348Z | Downloaded block-padding v0.3.3 |
830 | 2024-02-28T12:30:34.348Z | Downloaded hash32 v0.2.1 |
831 | 2024-02-28T12:30:34.348Z | Downloaded endian-type v0.1.2 |
832 | 2024-02-28T12:30:34.348Z | Downloaded getopts v0.2.21 |
833 | 2024-02-28T12:30:34.348Z | Downloaded zeroize v1.7.0 |
834 | 2024-02-28T12:30:34.348Z | Downloaded resolv-conf v0.7.0 |
835 | 2024-02-28T12:30:34.348Z | Downloaded log v0.4.20 |
836 | 2024-02-28T12:30:34.349Z | Downloaded clap_derive v4.5.0 |
837 | 2024-02-28T12:30:34.349Z | Downloaded time-core v0.1.1 |
838 | 2024-02-28T12:30:34.349Z | Downloaded multer v3.0.0 |
839 | 2024-02-28T12:30:34.349Z | Downloaded strum v0.25.0 |
840 | 2024-02-28T12:30:34.349Z | Downloaded ipnetwork v0.20.0 |
841 | 2024-02-28T12:30:34.349Z | Downloaded backtrace v0.3.69 |
842 | 2024-02-28T12:30:34.349Z | Downloaded equivalent v1.0.1 |
843 | 2024-02-28T12:30:34.349Z | Downloaded diesel_derives v2.1.2 |
844 | 2024-02-28T12:30:34.349Z | Downloaded openssl-sys v0.9.96 |
845 | 2024-02-28T12:30:34.349Z | Downloaded parking_lot_core v0.9.8 |
846 | 2024-02-28T12:30:34.349Z | Downloaded httpdate v1.0.3 |
847 | 2024-02-28T12:30:34.349Z | Downloaded num_cpus v1.16.0 |
848 | 2024-02-28T12:30:34.349Z | Downloaded rand_chacha v0.2.2 |
849 | 2024-02-28T12:30:34.349Z | Downloaded headers-core v0.2.0 |
850 | 2024-02-28T12:30:34.349Z | Downloaded anyhow v1.0.75 |
851 | 2024-02-28T12:30:34.349Z | Downloaded heck v0.4.1 |
852 | 2024-02-28T12:30:34.349Z | Downloaded rand_chacha v0.3.1 |
853 | 2024-02-28T12:30:34.349Z | Downloaded sec1 v0.7.3 |
854 | 2024-02-28T12:30:34.349Z | Downloaded typenum v1.16.0 |
855 | 2024-02-28T12:30:34.349Z | Downloaded proc-macro-error-attr v1.0.4 |
856 | 2024-02-28T12:30:34.349Z | Downloaded ff v0.13.0 |
857 | 2024-02-28T12:30:34.349Z | Downloaded unicode-xid v0.2.4 |
858 | 2024-02-28T12:30:34.350Z | Downloaded serde_spanned v0.6.5 |
859 | 2024-02-28T12:30:34.350Z | Downloaded serde_path_to_error v0.1.15 |
860 | 2024-02-28T12:30:34.350Z | Downloaded libefi-sys v0.1.0 |
861 | 2024-02-28T12:30:34.350Z | Downloaded semver v1.0.22 |
862 | 2024-02-28T12:30:34.350Z | Downloaded rustc_version v0.1.7 |
863 | 2024-02-28T12:30:34.350Z | Downloaded usdt-attr-macro v0.3.5 |
864 | 2024-02-28T12:30:34.350Z | Downloaded quote v1.0.35 |
865 | 2024-02-28T12:30:34.350Z | Downloaded walkdir v2.4.0 |
866 | 2024-02-28T12:30:34.350Z | Downloaded flagset v0.4.3 |
867 | 2024-02-28T12:30:34.350Z | Downloaded dtrace-parser v0.1.14 |
868 | 2024-02-28T12:30:34.350Z | Downloaded darling_core v0.20.3 |
869 | 2024-02-28T12:30:34.350Z | Downloaded slog-envlogger v2.2.0 |
870 | 2024-02-28T12:30:34.350Z | Downloaded spki v0.7.2 |
871 | 2024-02-28T12:30:34.350Z | Downloaded thiserror-no-std v2.0.2 |
872 | 2024-02-28T12:30:34.350Z | Downloaded pkg-config v0.3.27 |
873 | 2024-02-28T12:30:34.350Z | Downloaded tower-service v0.3.2 |
874 | 2024-02-28T12:30:34.350Z | Downloaded fastrand v2.0.1 |
875 | 2024-02-28T12:30:34.350Z | Downloaded sha1 v0.10.6 |
876 | 2024-02-28T12:30:34.350Z | Downloaded dirs v5.0.1 |
877 | 2024-02-28T12:30:34.350Z | Downloaded rand_core v0.5.1 |
878 | 2024-02-28T12:30:34.350Z | Downloaded hex v0.4.3 |
879 | 2024-02-28T12:30:34.350Z | Downloaded universal-hash v0.5.1 |
880 | 2024-02-28T12:30:34.351Z | Downloaded serde_tokenstream v0.1.7 |
881 | 2024-02-28T12:30:34.351Z | Downloaded display-error-chain v0.2.0 |
882 | 2024-02-28T12:30:34.351Z | Downloaded take_mut v0.2.2 |
883 | 2024-02-28T12:30:34.351Z | Downloaded instant v0.1.12 |
884 | 2024-02-28T12:30:34.351Z | Downloaded smallvec v1.13.1 |
885 | 2024-02-28T12:30:34.351Z | Downloaded num-bigint v0.4.4 |
886 | 2024-02-28T12:30:34.351Z | Downloaded hostname v0.3.1 |
887 | 2024-02-28T12:30:34.351Z | Downloaded vsss-rs v3.3.4 |
888 | 2024-02-28T12:30:34.351Z | Downloaded zip v0.6.6 |
889 | 2024-02-28T12:30:34.351Z | Downloaded futures-task v0.3.30 |
890 | 2024-02-28T12:30:34.351Z | Downloaded tokio-rustls v0.24.1 |
891 | 2024-02-28T12:30:34.351Z | Downloaded getrandom v0.2.10 |
892 | 2024-02-28T12:30:34.351Z | Downloaded semver v0.1.20 |
893 | 2024-02-28T12:30:34.351Z | Downloaded futures-executor v0.3.30 |
894 | 2024-02-28T12:30:34.351Z | Downloaded pkcs8 v0.10.2 |
895 | 2024-02-28T12:30:34.351Z | Downloaded serde_urlencoded v0.7.1 |
896 | 2024-02-28T12:30:34.351Z | Downloaded percent-encoding v2.3.1 |
897 | 2024-02-28T12:30:34.351Z | Downloaded zone_cfg_derive v0.3.0 |
898 | 2024-02-28T12:30:34.351Z | Downloaded tempfile v3.10.0 |
899 | 2024-02-28T12:30:34.351Z | Downloaded toml_datetime v0.6.5 |
900 | 2024-02-28T12:30:34.351Z | Downloaded errno v0.3.8 |
901 | 2024-02-28T12:30:34.351Z | Downloaded inout v0.1.3 |
902 | 2024-02-28T12:30:34.351Z | Downloaded signature v2.1.0 |
903 | 2024-02-28T12:30:34.352Z | Downloaded term v0.7.0 |
904 | 2024-02-28T12:30:34.352Z | Downloaded russh-cryptovec v0.7.0 |
905 | 2024-02-28T12:30:34.352Z | Downloaded hyper-rustls v0.24.2 |
906 | 2024-02-28T12:30:34.352Z | Downloaded want v0.3.1 |
907 | 2024-02-28T12:30:34.352Z | Downloaded secrecy v0.8.0 |
908 | 2024-02-28T12:30:34.352Z | Downloaded scheduled-thread-pool v0.2.7 |
909 | 2024-02-28T12:30:34.352Z | Downloaded predicates-core v1.0.6 |
910 | 2024-02-28T12:30:34.352Z | Downloaded dof v0.1.5 |
911 | 2024-02-28T12:30:34.352Z | Downloaded sha2 v0.10.8 |
912 | 2024-02-28T12:30:34.352Z | Downloaded toml v0.7.8 |
913 | 2024-02-28T12:30:34.352Z | Downloaded spin v0.5.2 |
914 | 2024-02-28T12:30:34.352Z | Downloaded difflib v0.4.0 |
915 | 2024-02-28T12:30:34.352Z | Downloaded predicates v3.1.0 |
916 | 2024-02-28T12:30:34.352Z | Downloaded miniz_oxide v0.7.1 |
917 | 2024-02-28T12:30:34.359Z | Downloaded foreign-types-shared v0.1.1 |
918 | 2024-02-28T12:30:34.359Z | Downloaded waitgroup v0.1.2 |
919 | 2024-02-28T12:30:34.359Z | Downloaded strsim v0.10.0 |
920 | 2024-02-28T12:30:34.359Z | Downloaded unicase v2.7.0 |
921 | 2024-02-28T12:30:34.360Z | Downloaded pin-utils v0.1.0 |
922 | 2024-02-28T12:30:34.360Z | Downloaded signal-hook-mio v0.2.3 |
923 | 2024-02-28T12:30:34.360Z | Downloaded heck v0.3.3 |
924 | 2024-02-28T12:30:34.360Z | Downloaded usdt-macro v0.5.0 |
925 | 2024-02-28T12:30:34.360Z | Downloaded smf v0.2.2 |
926 | 2024-02-28T12:30:34.360Z | Downloaded pem-rfc7468 v0.7.0 |
927 | 2024-02-28T12:30:34.360Z | Downloaded dof v0.3.0 |
928 | 2024-02-28T12:30:34.360Z | Downloaded futures-channel v0.3.30 |
929 | 2024-02-28T12:30:34.360Z | Downloaded phf_shared v0.10.0 |
930 | 2024-02-28T12:30:34.360Z | Downloaded slab v0.4.9 |
931 | 2024-02-28T12:30:34.360Z | Downloaded usdt v0.3.5 |
932 | 2024-02-28T12:30:34.360Z | Downloaded utf-8 v0.7.6 |
933 | 2024-02-28T12:30:34.360Z | Downloaded defmt-macros v0.3.6 |
934 | 2024-02-28T12:30:34.360Z | Downloaded rcgen v0.12.1 |
935 | 2024-02-28T12:30:34.360Z | Downloaded p521 v0.13.3 |
936 | 2024-02-28T12:30:34.360Z | Downloaded foreign-types v0.3.2 |
937 | 2024-02-28T12:30:34.360Z | Downloaded hubpack_derive v0.1.1 |
938 | 2024-02-28T12:30:34.360Z | Downloaded darling_macro v0.20.3 |
939 | 2024-02-28T12:30:34.361Z | Downloaded futures v0.3.30 |
940 | 2024-02-28T12:30:34.361Z | Downloaded static_assertions v1.1.0 |
941 | 2024-02-28T12:30:34.361Z | Downloaded slog-dtrace v0.3.0 |
942 | 2024-02-28T12:30:34.361Z | Downloaded siphasher v0.3.11 |
943 | 2024-02-28T12:30:34.361Z | Downloaded postgres-protocol v0.6.6 |
944 | 2024-02-28T12:30:34.361Z | Downloaded semver-parser v0.10.2 |
945 | 2024-02-28T12:30:34.361Z | Downloaded memchr v2.6.3 |
946 | 2024-02-28T12:30:34.361Z | Downloaded dtrace-parser v0.2.0 |
947 | 2024-02-28T12:30:34.361Z | Downloaded itoa v1.0.9 |
948 | 2024-02-28T12:30:34.361Z | Downloaded http-body v0.4.5 |
949 | 2024-02-28T12:30:34.361Z | Downloaded toml_edit v0.22.6 |
950 | 2024-02-28T12:30:34.361Z | Downloaded try-lock v0.2.4 |
951 | 2024-02-28T12:30:34.361Z | Downloaded usdt-macro v0.3.5 |
952 | 2024-02-28T12:30:34.361Z | Downloaded fallible-iterator v0.2.0 |
953 | 2024-02-28T12:30:34.361Z | Downloaded ghash v0.5.0 |
954 | 2024-02-28T12:30:34.361Z | Downloaded phf v0.11.2 |
955 | 2024-02-28T12:30:34.361Z | Downloaded pem v3.0.2 |
956 | 2024-02-28T12:30:34.361Z | Downloaded foreign-types-macros v0.2.3 |
957 | 2024-02-28T12:30:34.361Z | Downloaded rustc_version v0.4.0 |
958 | 2024-02-28T12:30:34.361Z | Downloaded futures-sink v0.3.30 |
959 | 2024-02-28T12:30:34.361Z | Downloaded serde_repr v0.1.16 |
960 | 2024-02-28T12:30:34.361Z | Downloaded slog-json v2.6.1 |
961 | 2024-02-28T12:30:34.362Z | Downloaded structopt v0.3.26 |
962 | 2024-02-28T12:30:34.362Z | Downloaded hyper-staticfile v0.9.5 |
963 | 2024-02-28T12:30:34.362Z | Downloaded schemars_derive v0.8.16 |
964 | 2024-02-28T12:30:34.362Z | Downloaded hyper-tls v0.5.0 |
965 | 2024-02-28T12:30:34.362Z | Downloaded dirs-sys-next v0.1.2 |
966 | 2024-02-28T12:30:34.362Z | Downloaded proc-macro-error v1.0.4 |
967 | 2024-02-28T12:30:34.362Z | Downloaded unicode-segmentation v1.10.1 |
968 | 2024-02-28T12:30:34.362Z | Downloaded stable_deref_trait v1.2.0 |
969 | 2024-02-28T12:30:34.362Z | Downloaded home v0.5.5 |
970 | 2024-02-28T12:30:34.362Z | Downloaded slog-bunyan v2.5.0 |
971 | 2024-02-28T12:30:34.362Z | Downloaded serde_with_macros v3.6.1 |
972 | 2024-02-28T12:30:34.362Z | Downloaded httparse v1.8.0 |
973 | 2024-02-28T12:30:34.362Z | Downloaded precomputed-hash v0.1.1 |
974 | 2024-02-28T12:30:34.362Z | Downloaded thiserror-impl v1.0.57 |
975 | 2024-02-28T12:30:34.362Z | Downloaded time-macros v0.2.13 |
976 | 2024-02-28T12:30:34.362Z | Downloaded der_derive v0.7.2 |
977 | 2024-02-28T12:30:34.362Z | Downloaded stringprep v0.1.3 |
978 | 2024-02-28T12:30:34.362Z | Downloaded ppv-lite86 v0.2.17 |
979 | 2024-02-28T12:30:34.362Z | Downloaded newtype_derive v0.1.6 |
980 | 2024-02-28T12:30:34.362Z | Downloaded strum v0.26.1 |
981 | 2024-02-28T12:30:34.362Z | Downloaded socket2 v0.4.9 |
982 | 2024-02-28T12:30:34.363Z | Downloaded unicode-normalization v0.1.22 |
983 | 2024-02-28T12:30:34.363Z | Downloaded foreign-types v0.5.0 |
984 | 2024-02-28T12:30:34.363Z | Downloaded scroll v0.12.0 |
985 | 2024-02-28T12:30:34.363Z | Downloaded synstructure v0.12.6 |
986 | 2024-02-28T12:30:34.363Z | Downloaded embedded-io v0.4.0 |
987 | 2024-02-28T12:30:34.363Z | Downloaded postgres-types v0.2.6 |
988 | 2024-02-28T12:30:34.363Z | Downloaded polyval v0.6.1 |
989 | 2024-02-28T12:30:34.363Z | Downloaded aes v0.8.3 |
990 | 2024-02-28T12:30:34.363Z | Downloaded slog-stdlog v4.1.1 |
991 | 2024-02-28T12:30:34.363Z | Downloaded pbkdf2 v0.12.2 |
992 | 2024-02-28T12:30:34.363Z | Downloaded proc-macro-crate v1.3.1 |
993 | 2024-02-28T12:30:34.363Z | Downloaded string_cache v0.8.7 |
994 | 2024-02-28T12:30:34.363Z | Downloaded tinyvec v1.6.0 |
995 | 2024-02-28T12:30:34.363Z | Downloaded scroll_derive v0.12.0 |
996 | 2024-02-28T12:30:34.363Z | Downloaded unsafe-libyaml v0.2.10 |
997 | 2024-02-28T12:30:34.363Z | Downloaded dirs-next v2.0.0 |
998 | 2024-02-28T12:30:34.363Z | Downloaded ctr v0.9.2 |
999 | 2024-02-28T12:30:34.363Z | Downloaded strum_macros v0.26.1 |
1000 | 2024-02-28T12:30:34.363Z | Downloaded serde_derive_internals v0.26.0 |
1001 | 2024-02-28T12:30:34.363Z | Downloaded is-terminal v0.4.9 |
1002 | 2024-02-28T12:30:34.363Z | Downloaded half v2.3.1 |
1003 | 2024-02-28T12:30:34.363Z | Downloaded pest_generator v2.7.6 |
1004 | 2024-02-28T12:30:34.363Z | Downloaded socket2 v0.5.5 |
1005 | 2024-02-28T12:30:34.363Z | Downloaded headers v0.3.9 |
1006 | 2024-02-28T12:30:34.364Z | Downloaded enum-as-inner v0.5.1 |
1007 | 2024-02-28T12:30:34.364Z | Downloaded tokio-tungstenite v0.20.1 |
1008 | 2024-02-28T12:30:34.364Z | Downloaded topological-sort v0.2.2 |
1009 | 2024-02-28T12:30:34.364Z | Downloaded digest v0.10.7 |
1010 | 2024-02-28T12:30:34.364Z | Downloaded serde_yaml v0.9.25 |
1011 | 2024-02-28T12:30:34.364Z | Downloaded ucd-trie v0.1.6 |
1012 | 2024-02-28T12:30:34.364Z | Downloaded blake3 v1.5.0 |
1013 | 2024-02-28T12:30:34.364Z | Downloaded schemars v0.8.16 |
1014 | 2024-02-28T12:30:34.368Z | Downloaded slog v2.7.0 |
1015 | 2024-02-28T12:30:34.368Z | Downloaded tracing-attributes v0.1.26 |
1016 | 2024-02-28T12:30:34.368Z | Downloaded itertools v0.10.5 |
1017 | 2024-02-28T12:30:34.371Z | Downloaded serde v1.0.196 |
1018 | 2024-02-28T12:30:34.375Z | Downloaded hashbrown v0.14.3 |
1019 | 2024-02-28T12:30:34.381Z | Downloaded russh-keys v0.42.0 |
1020 | 2024-02-28T12:30:34.385Z | Downloaded rayon-core v1.12.0 |
1021 | 2024-02-28T12:30:34.385Z | Downloaded russh v0.42.0 |
1022 | 2024-02-28T12:30:34.388Z | Downloaded trust-dns-resolver v0.22.0 |
1023 | 2024-02-28T12:30:34.391Z | Downloaded toml_edit v0.19.15 |
1024 | 2024-02-28T12:30:34.409Z | Downloaded unicode-bidi v0.3.13 |
1025 | 2024-02-28T12:30:34.413Z | Downloaded ryu v1.0.15 |
1026 | 2024-02-28T12:30:34.416Z | Downloaded hkdf v0.12.4 |
1027 | 2024-02-28T12:30:34.423Z | Downloaded tracing v0.1.37 |
1028 | 2024-02-28T12:30:34.426Z | Downloaded aho-corasick v1.0.4 |
1029 | 2024-02-28T12:30:34.426Z | Downloaded winnow v0.6.1 |
1030 | 2024-02-28T12:30:34.436Z | Downloaded regex-automata v0.1.10 |
1031 | 2024-02-28T12:30:34.440Z | Downloaded http v1.0.0 |
1032 | 2024-02-28T12:30:34.444Z | Downloaded pest v2.7.6 |
1033 | 2024-02-28T12:30:34.451Z | Downloaded clap_builder v4.5.0 |
1034 | 2024-02-28T12:30:34.457Z | Downloaded flate2 v1.0.28 |
1035 | 2024-02-28T12:30:34.467Z | Downloaded hyper v0.14.27 |
1036 | 2024-02-28T12:30:34.470Z | Downloaded object v0.32.1 |
1037 | 2024-02-28T12:30:34.480Z | Downloaded itertools v0.12.1 |
1038 | 2024-02-28T12:30:34.487Z | Downloaded tokio-postgres v0.7.10 |
1039 | 2024-02-28T12:30:34.492Z | Downloaded rustls-webpki v0.102.1 |
1040 | 2024-02-28T12:30:34.513Z | Downloaded goblin v0.8.0 |
1041 | 2024-02-28T12:30:34.518Z | Downloaded openssl v0.10.60 |
1042 | 2024-02-28T12:30:34.527Z | Downloaded regress v0.8.0 |
1043 | 2024-02-28T12:30:34.534Z | Downloaded futures-util v0.3.30 |
1044 | 2024-02-28T12:30:34.546Z | Downloaded idna v0.2.3 |
1045 | 2024-02-28T12:30:34.556Z | Downloaded rayon v1.8.0 |
1046 | 2024-02-28T12:30:34.562Z | Downloaded rand v0.7.3 |
1047 | 2024-02-28T12:30:34.570Z | Downloaded rustls-webpki v0.101.7 |
1048 | 2024-02-28T12:30:34.582Z | Downloaded time v0.3.27 |
1049 | 2024-02-28T12:30:34.588Z | Downloaded syn v2.0.48 |
1050 | 2024-02-28T12:30:34.600Z | Downloaded radix_trie v0.2.1 |
1051 | 2024-02-28T12:30:34.604Z | Downloaded curve25519-dalek v4.1.1 |
1052 | 2024-02-28T12:30:34.614Z | Downloaded serde_json v1.0.114 |
1053 | 2024-02-28T12:30:34.621Z | Downloaded h2 v0.3.24 |
1054 | 2024-02-28T12:30:34.628Z | Downloaded rustix v0.38.31 |
1055 | 2024-02-28T12:30:34.650Z | Downloaded petgraph v0.6.4 |
1056 | 2024-02-28T12:30:34.664Z | Downloaded webpki-roots v0.25.2 |
1057 | 2024-02-28T12:30:34.667Z | Downloaded sled v0.34.7 |
1058 | 2024-02-28T12:30:34.678Z | Downloaded syn v1.0.109 |
1059 | 2024-02-28T12:30:34.688Z | Downloaded regex-automata v0.3.8 |
1060 | 2024-02-28T12:30:34.705Z | Downloaded tokio v1.36.0 |
1061 | 2024-02-28T12:30:34.740Z | Downloaded regex v1.10.3 |
1062 | 2024-02-28T12:30:34.752Z | Downloaded gimli v0.28.0 |
1063 | 2024-02-28T12:30:34.760Z | Downloaded bstr v1.6.0 |
1064 | 2024-02-28T12:30:34.772Z | Downloaded smoltcp v0.11.0 |
1065 | 2024-02-28T12:30:34.782Z | Downloaded regex-syntax v0.8.2 |
1066 | 2024-02-28T12:30:34.789Z | Downloaded rustls v0.22.2 |
1067 | 2024-02-28T12:30:34.802Z | Downloaded sha3 v0.10.8 |
1068 | 2024-02-28T12:30:34.806Z | Downloaded bstr v0.2.17 |
1069 | 2024-02-28T12:30:34.817Z | Downloaded smoltcp v0.9.1 |
1070 | 2024-02-28T12:30:34.826Z | Downloaded rustls v0.21.9 |
1071 | 2024-02-28T12:30:34.836Z | Downloaded idna v0.5.0 |
1072 | 2024-02-28T12:30:34.841Z | Downloaded zerocopy-derive v0.6.4 |
1073 | 2024-02-28T12:30:34.850Z | Downloaded zerocopy-derive v0.2.0 |
1074 | 2024-02-28T12:30:34.858Z | Downloaded vcpkg v0.2.15 |
1075 | 2024-02-28T12:30:34.900Z | Downloaded trust-dns-proto v0.22.0 |
1076 | 2024-02-28T12:30:34.908Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1077 | 2024-02-28T12:30:34.920Z | Downloaded openapiv3 v2.0.0 |
1078 | 2024-02-28T12:30:34.931Z | Downloaded chrono v0.4.31 |
1079 | 2024-02-28T12:30:34.938Z | Downloaded serde_with v3.6.1 |
1080 | 2024-02-28T12:30:34.945Z | Downloaded diesel v2.1.4 |
1081 | 2024-02-28T12:30:34.966Z | Downloaded reqwest v0.11.22 |
1082 | 2024-02-28T12:30:34.969Z | Downloaded winnow v0.5.15 |
1083 | 2024-02-28T12:30:34.977Z | Downloaded regex-automata v0.4.4 |
1084 | 2024-02-28T12:30:34.992Z | Downloaded libc v0.2.153 |
1085 | 2024-02-28T12:30:35.021Z | Downloaded libm v0.2.7 |
1086 | 2024-02-28T12:30:35.026Z | Downloaded aes-gcm v0.10.3 |
1087 | 2024-02-28T12:30:35.029Z | Downloaded zerocopy v0.7.32 |
1088 | 2024-02-28T12:30:35.047Z | Downloaded toml v0.8.10 |
1089 | 2024-02-28T12:30:35.050Z | Downloaded proc-macro2 v1.0.78 |
1090 | 2024-02-28T12:30:35.056Z | Downloaded url v2.5.0 |
1091 | 2024-02-28T12:30:35.059Z | Downloaded ed25519-dalek v2.0.0 |
1092 | 2024-02-28T12:30:35.059Z | Downloaded group v0.13.0 |
1093 | 2024-02-28T12:30:35.059Z | Downloaded http v0.2.11 |
1094 | 2024-02-28T12:30:35.063Z | Downloaded trust-dns-server v0.22.1 |
1095 | 2024-02-28T12:30:35.067Z | Downloaded hashbrown v0.12.3 |
1096 | 2024-02-28T12:30:35.071Z | Downloaded steno v0.4.0 |
1097 | 2024-02-28T12:30:35.081Z | Downloaded indexmap v2.2.3 |
1098 | 2024-02-28T12:30:35.088Z | Downloaded glob v0.3.1 |
1099 | 2024-02-28T12:30:35.088Z | Downloaded usdt v0.5.0 |
1100 | 2024-02-28T12:30:35.088Z | Downloaded similar v2.3.0 |
1101 | 2024-02-28T12:30:35.088Z | Downloaded subprocess v0.2.9 |
1102 | 2024-02-28T12:30:35.091Z | Downloaded clap v2.34.0 |
1103 | 2024-02-28T12:30:35.100Z | Downloaded platforms v3.0.2 |
1104 | 2024-02-28T12:30:35.104Z | Downloaded ecdsa v0.16.9 |
1105 | 2024-02-28T12:30:35.104Z | Downloaded unicode-ident v1.0.12 |
1106 | 2024-02-28T12:30:35.104Z | Downloaded indexmap v1.9.3 |
1107 | 2024-02-28T12:30:35.107Z | Downloaded elliptic-curve v0.13.8 |
1108 | 2024-02-28T12:30:35.110Z | Downloaded tokio-util v0.7.10 |
1109 | 2024-02-28T12:30:35.118Z | Downloaded poly1305 v0.8.0 |
1110 | 2024-02-28T12:30:35.121Z | Downloaded spin v0.9.8 |
1111 | 2024-02-28T12:30:35.121Z | Downloaded serde_derive v1.0.196 |
1112 | 2024-02-28T12:30:35.126Z | Downloaded tokio-macros v2.2.0 |
1113 | 2024-02-28T12:30:35.126Z | Downloaded scopeguard v1.2.0 |
1114 | 2024-02-28T12:30:35.126Z | Downloaded slog-async v2.8.0 |
1115 | 2024-02-28T12:30:35.129Z | Downloaded winapi v0.3.9 |
1116 | 2024-02-28T12:30:35.166Z | Downloaded postcard v1.0.8 |
1117 | 2024-02-28T12:30:35.169Z | Downloaded ed25519 v2.2.2 |
1118 | 2024-02-28T12:30:35.172Z | Downloaded heapless v0.8.0 |
1119 | 2024-02-28T12:30:35.175Z | Downloaded ident_case v1.0.1 |
1120 | 2024-02-28T12:30:35.175Z | Downloaded rustc-demangle v0.1.23 |
1121 | 2024-02-28T12:30:35.179Z | Downloaded rand v0.8.5 |
1122 | 2024-02-28T12:30:35.182Z | Downloaded structmeta-derive v0.3.0 |
1123 | 2024-02-28T12:30:35.182Z | Downloaded uuid v1.7.0 |
1124 | 2024-02-28T12:30:35.185Z | Downloaded encoding_rs v0.8.33 |
1125 | 2024-02-28T12:30:35.206Z | Downloaded slog-term v2.9.0 |
1126 | 2024-02-28T12:30:35.209Z | Downloaded mio v0.8.9 |
1127 | 2024-02-28T12:30:35.215Z | Downloaded iana-time-zone v0.1.57 |
1128 | 2024-02-28T12:30:35.219Z | Downloaded crossbeam-channel v0.5.8 |
1129 | 2024-02-28T12:30:35.222Z | Downloaded rustfmt-wrapper v0.2.0 |
1130 | 2024-02-28T12:30:35.222Z | Downloaded strsim v0.11.0 |
1131 | 2024-02-28T12:30:35.222Z | Downloaded signal-hook v0.3.17 |
1132 | 2024-02-28T12:30:35.226Z | Downloaded der v0.7.8 |
1133 | 2024-02-28T12:30:35.229Z | Downloaded heapless v0.7.16 |
1134 | 2024-02-28T12:30:35.233Z | Downloaded parking_lot_core v0.8.6 |
1135 | 2024-02-28T12:30:35.237Z | Downloaded rustls-pemfile v2.1.0 |
1136 | 2024-02-28T12:30:35.240Z | Downloaded pest_derive v2.7.6 |
1137 | 2024-02-28T12:30:35.240Z | Downloaded crypto-bigint v0.5.2 |
1138 | 2024-02-28T12:30:35.245Z | Downloaded unicode-width v0.1.11 |
1139 | 2024-02-28T12:30:35.248Z | Downloaded same-file v1.0.6 |
1140 | 2024-02-28T12:30:35.248Z | Downloaded usdt-impl v0.5.0 |
1141 | 2024-02-28T12:30:35.251Z | Downloaded dyn-clone v1.0.17 |
1142 | 2024-02-28T12:30:35.251Z | Downloaded trust-dns-client v0.22.0 |
1143 | 2024-02-28T12:30:35.256Z | Downloaded owo-colors v4.0.0 |
1144 | 2024-02-28T12:30:35.259Z | Downloaded futures-core v0.3.30 |
1145 | 2024-02-28T12:30:35.262Z | Downloaded bytes v1.5.0 |
1146 | 2024-02-28T12:30:35.265Z | Downloaded cc v1.0.83 |
1147 | 2024-02-28T12:30:35.271Z | Downloaded tokio-stream v0.1.14 |
1148 | 2024-02-28T12:30:35.274Z | Downloaded fixedbitset v0.4.2 |
1149 | 2024-02-28T12:30:35.274Z | Downloaded blake2 v0.10.6 |
1150 | 2024-02-28T12:30:35.274Z | Downloaded hex-literal v0.4.1 |
1151 | 2024-02-28T12:30:35.277Z | Downloaded dirs-sys v0.4.1 |
1152 | 2024-02-28T12:30:35.277Z | Downloaded phf_shared v0.11.2 |
1153 | 2024-02-28T12:30:35.277Z | Downloaded thiserror-impl-no-std v2.0.2 |
1154 | 2024-02-28T12:30:35.286Z | Downloaded thiserror v1.0.57 |
1155 | 2024-02-28T12:30:35.286Z | Downloaded hmac v0.12.1 |
1156 | 2024-02-28T12:30:35.286Z | Downloaded tungstenite v0.20.1 |
1157 | 2024-02-28T12:30:35.290Z | Downloaded either v1.10.0 |
1158 | 2024-02-28T12:30:35.290Z | Downloaded filetime v0.2.23 |
1159 | 2024-02-28T12:30:35.293Z | Downloaded slog-scope v4.4.0 |
1160 | 2024-02-28T12:30:35.293Z | Downloaded rustls-pemfile v1.0.3 |
1161 | 2024-02-28T12:30:35.297Z | Downloaded hubpack v0.1.2 |
1162 | 2024-02-28T12:30:35.297Z | Downloaded base64 v0.21.7 |
1163 | 2024-02-28T12:30:35.301Z | Downloaded sct v0.7.0 |
1164 | 2024-02-28T12:30:35.305Z | Downloaded rfc6979 v0.4.0 |
1165 | 2024-02-28T12:30:35.305Z | Downloaded tracing-core v0.1.31 |
1166 | 2024-02-28T12:30:35.308Z | Downloaded allocator-api2 v0.2.16 |
1167 | 2024-02-28T12:30:35.312Z | Downloaded rustls-pki-types v1.3.0 |
1168 | 2024-02-28T12:30:35.312Z | Downloaded primeorder v0.13.6 |
1169 | 2024-02-28T12:30:35.312Z | Downloaded ipnet v2.9.0 |
1170 | 2024-02-28T12:30:35.320Z | Downloaded pest_meta v2.7.6 |
1171 | 2024-02-28T12:30:35.321Z | Downloaded password-hash v0.4.2 |
1172 | 2024-02-28T12:30:35.321Z | Downloaded semver v0.11.0 |
1173 | 2024-02-28T12:30:35.324Z | Downloaded zone v0.3.0 |
1174 | 2024-02-28T12:30:35.324Z | Downloaded signal-hook-registry v1.4.1 |
1175 | 2024-02-28T12:30:35.324Z | Downloaded rustversion v1.0.14 |
1176 | 2024-02-28T12:30:35.325Z | Downloaded generic-array v0.14.7 |
1177 | 2024-02-28T12:30:35.325Z | Downloaded futures-io v0.3.30 |
1178 | 2024-02-28T12:30:35.328Z | Downloaded xattr v1.0.1 |
1179 | 2024-02-28T12:30:35.328Z | Downloaded toml v0.5.11 |
1180 | 2024-02-28T12:30:35.328Z | Downloaded pretty-hex v0.4.1 |
1181 | 2024-02-28T12:30:35.334Z | Downloaded rand_core v0.6.4 |
1182 | 2024-02-28T12:30:35.334Z | Downloaded derive_more v0.99.17 |
1183 | 2024-02-28T12:30:35.338Z | Downloaded tar v0.4.40 |
1184 | 2024-02-28T12:30:35.344Z | Downloaded serde_tokenstream v0.2.0 |
1185 | 2024-02-28T12:30:35.349Z | Downloaded getrandom v0.1.16 |
1186 | 2024-02-28T12:30:35.350Z | Downloaded yasna v0.5.2 |
1187 | 2024-02-28T12:30:35.350Z | Downloaded crossterm v0.27.0 |
1188 | 2024-02-28T12:30:35.357Z | Downloaded quick-error v1.2.3 |
1189 | 2024-02-28T12:30:35.370Z | Downloaded keccak v0.1.4 |
1190 | 2024-02-28T12:30:35.371Z | Downloaded fxhash v0.2.1 |
1191 | 2024-02-28T12:30:35.371Z | Downloaded usdt-impl v0.3.5 |
1192 | 2024-02-28T12:30:35.371Z | Downloaded num-complex v0.4.4 |
1193 | 2024-02-28T12:30:35.371Z | Downloaded base64ct v1.6.0 |
1194 | 2024-02-28T12:30:35.374Z | Downloaded memmap2 v0.7.1 |
1195 | 2024-02-28T12:30:35.374Z | Downloaded gethostname v0.4.3 |
1196 | 2024-02-28T12:30:35.374Z | Downloaded zerocopy v0.6.4 |
1197 | 2024-02-28T12:30:35.374Z | Downloaded addr2line v0.21.0 |
1198 | 2024-02-28T12:30:35.374Z | Downloaded zerocopy-derive v0.7.32 |
1199 | 2024-02-28T12:30:35.374Z | Downloaded zerocopy v0.3.0 |
1200 | 2024-02-28T12:30:35.378Z | Downloaded managed v0.8.0 |
1201 | 2024-02-28T12:30:35.378Z | Downloaded camino v1.1.6 |
1202 | 2024-02-28T12:30:35.378Z | Downloaded base16ct v0.2.0 |
1203 | 2024-02-28T12:30:35.382Z | Downloaded strsim v0.8.0 |
1204 | 2024-02-28T12:30:35.382Z | Downloaded whoami v1.4.1 |
1205 | 2024-02-28T12:30:35.382Z | Downloaded version_check v0.9.4 |
1206 | 2024-02-28T12:30:35.385Z | Downloaded thread-id v4.2.0 |
1207 | 2024-02-28T12:30:35.386Z | Downloaded untrusted v0.9.0 |
1208 | 2024-02-28T12:30:35.386Z | Downloaded pbkdf2 v0.11.0 |
1209 | 2024-02-28T12:30:35.389Z | Downloaded parse-display-derive v0.9.0 |
1210 | 2024-02-28T12:30:35.389Z | Downloaded untrusted v0.7.1 |
1211 | 2024-02-28T12:30:35.394Z | Downloaded bit-vec v0.6.3 |
1212 | 2024-02-28T12:30:35.394Z | Downloaded argon2 v0.5.3 |
1213 | 2024-02-28T12:30:35.394Z | Downloaded strum_macros v0.25.2 |
1214 | 2024-02-28T12:30:35.403Z | Downloaded num-iter v0.1.43 |
1215 | 2024-02-28T12:30:35.403Z | Downloaded debug-ignore v1.0.5 |
1216 | 2024-02-28T12:30:35.403Z | Downloaded arrayvec v0.7.4 |
1217 | 2024-02-28T12:30:35.412Z | Downloaded http-range v0.1.5 |
1218 | 2024-02-28T12:30:35.412Z | Downloaded pretty-hex v0.2.1 |
1219 | 2024-02-28T12:30:35.412Z | Downloaded linear-map v1.2.0 |
1220 | 2024-02-28T12:30:35.412Z | Downloaded cbc v0.1.2 |
1221 | 2024-02-28T12:30:35.412Z | Downloaded camino-tempfile v1.1.1 |
1222 | 2024-02-28T12:30:35.412Z | Downloaded tokio-native-tls v0.3.1 |
1223 | 2024-02-28T12:30:35.412Z | Downloaded thread_local v1.1.7 |
1224 | 2024-02-28T12:30:35.412Z | Downloaded terminal_size v0.3.0 |
1225 | 2024-02-28T12:30:35.412Z | Downloaded num-traits v0.2.16 |
1226 | 2024-02-28T12:30:35.418Z | Downloaded md-5 v0.10.5 |
1227 | 2024-02-28T12:30:35.418Z | Downloaded memoffset v0.9.0 |
1228 | 2024-02-28T12:30:35.418Z | Downloaded libsw v3.3.1 |
1229 | 2024-02-28T12:30:35.422Z | Downloaded blowfish v0.9.1 |
1230 | 2024-02-28T12:30:35.422Z | Downloaded lazy_static v1.4.0 |
1231 | 2024-02-28T12:30:35.422Z | Downloaded num_enum v0.5.11 |
1232 | 2024-02-28T12:30:35.427Z | Downloaded parking_lot v0.12.1 |
1233 | 2024-02-28T12:30:35.430Z | Downloaded omicron-zone-package v0.11.0 |
1234 | 2024-02-28T12:30:35.433Z | Downloaded textwrap v0.11.0 |
1235 | 2024-02-28T12:30:35.433Z | Downloaded subtle v2.5.0 |
1236 | 2024-02-28T12:30:35.436Z | Downloaded bcrypt-pbkdf v0.10.0 |
1237 | 2024-02-28T12:30:35.436Z | Downloaded block-buffer v0.10.4 |
1238 | 2024-02-28T12:30:35.436Z | Downloaded byteorder v1.5.0 |
1239 | 2024-02-28T12:30:35.440Z | Downloaded bitflags v1.3.2 |
1240 | 2024-02-28T12:30:35.450Z | Downloaded structopt-derive v0.4.18 |
1241 | 2024-02-28T12:30:35.450Z | Downloaded colored v2.0.4 |
1242 | 2024-02-28T12:30:35.454Z | Downloaded once_cell v1.19.0 |
1243 | 2024-02-28T12:30:35.454Z | Downloaded foreign-types-shared v0.3.1 |
1244 | 2024-02-28T12:30:35.454Z | Downloaded usdt-attr-macro v0.5.0 |
1245 | 2024-02-28T12:30:35.454Z | Downloaded anstyle-parse v0.2.1 |
1246 | 2024-02-28T12:30:35.455Z | Downloaded tinyvec_macros v0.1.1 |
1247 | 2024-02-28T12:30:35.455Z | Downloaded curve25519-dalek-derive v0.1.0 |
1248 | 2024-02-28T12:30:35.455Z | Downloaded clap v4.5.0 |
1249 | 2024-02-28T12:30:35.460Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1250 | 2024-02-28T12:30:35.466Z | Downloaded autocfg v1.1.0 |
1251 | 2024-02-28T12:30:35.466Z | Downloaded structmeta v0.3.0 |
1252 | 2024-02-28T12:30:35.466Z | Downloaded crossbeam-deque v0.8.3 |
1253 | 2024-02-28T12:30:35.469Z | Downloaded anstyle-query v1.0.0 |
1254 | 2024-02-28T12:30:35.469Z | Downloaded arrayref v0.3.7 |
1255 | 2024-02-28T12:30:35.469Z | Downloaded cfg-if v1.0.0 |
1256 | 2024-02-28T12:30:35.470Z | Downloaded matches v0.1.10 |
1257 | 2024-02-28T12:30:35.470Z | Downloaded swrite v0.1.0 |
1258 | 2024-02-28T12:30:35.470Z | Downloaded nom v7.1.3 |
1259 | 2024-02-28T12:30:35.474Z | Downloaded cstr-argument v0.1.2 |
1260 | 2024-02-28T12:30:35.488Z | Downloaded cancel-safe-futures v0.1.5 |
1261 | 2024-02-28T12:30:35.491Z | Downloaded anstream v0.6.11 |
1262 | 2024-02-28T12:30:35.491Z | Downloaded console v0.15.8 |
1263 | 2024-02-28T12:30:35.491Z | Downloaded clap_lex v0.7.0 |
1264 | 2024-02-28T12:30:35.491Z | Downloaded ciborium v0.2.2 |
1265 | 2024-02-28T12:30:35.492Z | Downloaded atomicwrites v0.4.3 |
1266 | 2024-02-28T12:30:35.492Z | Downloaded crossbeam-epoch v0.9.15 |
1267 | 2024-02-28T12:30:35.492Z | Downloaded pin-project-lite v0.2.13 |
1268 | 2024-02-28T12:30:35.496Z | Downloaded arc-swap v1.6.0 |
1269 | 2024-02-28T12:30:35.501Z | Downloaded const-oid v0.9.5 |
1270 | 2024-02-28T12:30:35.562Z | Downloaded ring v0.17.8 |
1271 | 2024-02-28T12:30:35.685Z | Downloaded ring v0.16.20 |
1272 | 2024-02-28T12:30:36.190Z | Compiling proc-macro2 v1.0.78 |
1273 | 2024-02-28T12:30:36.190Z | Compiling unicode-ident v1.0.12 |
1274 | 2024-02-28T12:30:36.194Z | Compiling libc v0.2.153 |
1275 | 2024-02-28T12:30:36.194Z | Compiling serde v1.0.196 |
1276 | 2024-02-28T12:30:36.194Z | Compiling version_check v0.9.4 |
1277 | 2024-02-28T12:30:36.231Z | Compiling autocfg v1.1.0 |
1278 | 2024-02-28T12:30:36.235Z | Compiling cfg-if v1.0.0 |
1279 | 2024-02-28T12:30:36.418Z | Compiling syn v1.0.109 |
1280 | 2024-02-28T12:30:36.421Z | Compiling once_cell v1.19.0 |
1281 | 2024-02-28T12:30:36.455Z | Compiling thiserror v1.0.57 |
1282 | 2024-02-28T12:30:36.868Z | Compiling memchr v2.6.3 |
1283 | 2024-02-28T12:30:37.031Z | Compiling typenum v1.16.0 |
1284 | 2024-02-28T12:30:37.117Z | Compiling lock_api v0.4.10 |
1285 | 2024-02-28T12:30:38.083Z | Compiling generic-array v0.14.7 |
1286 | 2024-02-28T12:30:38.177Z | Compiling byteorder v1.5.0 |
1287 | 2024-02-28T12:30:38.241Z | Compiling parking_lot_core v0.9.8 |
1288 | 2024-02-28T12:30:38.245Z | Compiling libm v0.2.7 |
1289 | 2024-02-28T12:30:38.245Z | Compiling ahash v0.8.7 |
1290 | 2024-02-28T12:30:38.366Z | Compiling num-traits v0.2.16 |
1291 | 2024-02-28T12:30:38.578Z | Compiling serde_json v1.0.114 |
1292 | 2024-02-28T12:30:38.624Z | Compiling itoa v1.0.9 |
1293 | 2024-02-28T12:30:38.801Z | Compiling slab v0.4.9 |
1294 | 2024-02-28T12:30:38.827Z | Compiling log v0.4.20 |
1295 | 2024-02-28T12:30:39.116Z | Compiling quote v1.0.35 |
1296 | 2024-02-28T12:30:39.196Z | Compiling scopeguard v1.2.0 |
1297 | 2024-02-28T12:30:39.329Z | Compiling allocator-api2 v0.2.16 |
1298 | 2024-02-28T12:30:39.510Z | Compiling syn v2.0.48 |
1299 | 2024-02-28T12:30:39.841Z | Compiling getrandom v0.2.10 |
1300 | 2024-02-28T12:30:39.861Z | Compiling cc v1.0.83 |
1301 | 2024-02-28T12:30:40.122Z | Compiling rand_core v0.6.4 |
1302 | 2024-02-28T12:30:40.213Z | Compiling ryu v1.0.15 |
1303 | 2024-02-28T12:30:40.493Z | Compiling pkg-config v0.3.27 |
1304 | 2024-02-28T12:30:40.542Z | Compiling heck v0.4.1 |
1305 | 2024-02-28T12:30:40.617Z | Compiling schemars v0.8.16 |
1306 | 2024-02-28T12:30:41.009Z | Compiling smallvec v1.13.1 |
1307 | 2024-02-28T12:30:41.028Z | Compiling equivalent v1.0.1 |
1308 | 2024-02-28T12:30:41.085Z | Compiling subtle v2.5.0 |
1309 | 2024-02-28T12:30:41.602Z | Compiling vcpkg v0.2.15 |
1310 | 2024-02-28T12:30:41.961Z | Compiling pin-project-lite v0.2.13 |
1311 | 2024-02-28T12:30:42.351Z | Compiling httparse v1.8.0 |
1312 | 2024-02-28T12:30:42.582Z | Compiling parking_lot v0.12.1 |
1313 | 2024-02-28T12:30:42.787Z | Compiling ucd-trie v0.1.6 |
1314 | 2024-02-28T12:30:42.999Z | Compiling ring v0.17.8 |
1315 | 2024-02-28T12:30:43.621Z | Compiling ring v0.16.20 |
1316 | 2024-02-28T12:30:43.869Z | Compiling openssl-sys v0.9.96 |
1317 | 2024-02-28T12:30:44.250Z | Compiling signal-hook-registry v1.4.1 |
1318 | 2024-02-28T12:30:44.253Z | Compiling fnv v1.0.7 |
1319 | 2024-02-28T12:30:44.341Z | Compiling mio v0.8.9 |
1320 | 2024-02-28T12:30:44.493Z | Compiling const-oid v0.9.5 |
1321 | 2024-02-28T12:30:44.766Z | Compiling iana-time-zone v0.1.57 |
1322 | 2024-02-28T12:30:45.117Z | Compiling rustix v0.38.31 |
1323 | 2024-02-28T12:30:45.207Z | Compiling openssl v0.10.60 |
1324 | 2024-02-28T12:30:45.622Z | Compiling semver v1.0.22 |
1325 | 2024-02-28T12:30:45.656Z | Compiling num_cpus v1.16.0 |
1326 | 2024-02-28T12:30:45.783Z | Compiling socket2 v0.5.5 |
1327 | 2024-02-28T12:30:45.894Z | Compiling rustls v0.21.9 |
1328 | 2024-02-28T12:30:46.216Z | Compiling native-tls v0.2.11 |
1329 | 2024-02-28T12:30:46.433Z | Compiling futures-core v0.3.30 |
1330 | 2024-02-28T12:30:46.455Z | Compiling dyn-clone v1.0.17 |
1331 | 2024-02-28T12:30:46.672Z | Compiling aho-corasick v1.0.4 |
1332 | 2024-02-28T12:30:46.691Z | Compiling regex-syntax v0.8.2 |
1333 | 2024-02-28T12:30:46.762Z | Compiling crossbeam-utils v0.8.16 |
1334 | 2024-02-28T12:30:47.129Z | Compiling slog v2.7.0 |
1335 | 2024-02-28T12:30:47.295Z | Compiling serde_derive_internals v0.26.0 |
1336 | 2024-02-28T12:30:47.576Z | Compiling async-trait v0.1.77 |
1337 | 2024-02-28T12:30:47.661Z | Compiling spin v0.5.2 |
1338 | 2024-02-28T12:30:48.165Z | Compiling futures-sink v0.3.30 |
1339 | 2024-02-28T12:30:48.322Z | Compiling backtrace v0.3.69 |
1340 | 2024-02-28T12:30:48.679Z | Compiling tinyvec_macros v0.1.1 |
1341 | 2024-02-28T12:30:48.774Z | Compiling tinyvec v1.6.0 |
1342 | 2024-02-28T12:30:49.064Z | Compiling futures-channel v0.3.30 |
1343 | 2024-02-28T12:30:49.576Z | Compiling futures-io v0.3.30 |
1344 | 2024-02-28T12:30:50.042Z | Compiling pin-utils v0.1.0 |
1345 | 2024-02-28T12:30:50.141Z | Compiling futures-task v0.3.30 |
1346 | 2024-02-28T12:30:50.243Z | Compiling regex-automata v0.4.4 |
1347 | 2024-02-28T12:30:50.282Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-02-28T12:30:50.704Z | Compiling unicode-normalization v0.1.22 |
1349 | 2024-02-28T12:30:50.769Z | Compiling spin v0.9.8 |
1350 | 2024-02-28T12:30:51.038Z | Compiling memoffset v0.9.0 |
1351 | 2024-02-28T12:30:51.189Z | Compiling tracing-core v0.1.31 |
1352 | 2024-02-28T12:30:51.299Z | Compiling unicode-width v0.1.11 |
1353 | 2024-02-28T12:30:51.368Z | Compiling unicode-bidi v0.3.13 |
1354 | 2024-02-28T12:30:51.463Z | Compiling anyhow v1.0.75 |
1355 | 2024-02-28T12:30:52.818Z | Compiling crc32fast v1.3.2 |
1356 | 2024-02-28T12:30:52.822Z | Compiling winnow v0.5.15 |
1357 | 2024-02-28T12:30:53.665Z | Compiling crossbeam-epoch v0.9.15 |
1358 | 2024-02-28T12:30:53.681Z | Compiling time-core v0.1.1 |
1359 | 2024-02-28T12:30:53.811Z | Compiling time-macros v0.2.13 |
1360 | 2024-02-28T12:30:54.381Z | Compiling serde_derive v1.0.196 |
1361 | 2024-02-28T12:30:54.856Z | Compiling zeroize_derive v1.4.2 |
1362 | 2024-02-28T12:30:55.029Z | Compiling zerocopy-derive v0.7.32 |
1363 | 2024-02-28T12:30:56.014Z | Compiling thiserror-impl v1.0.57 |
1364 | 2024-02-28T12:30:56.435Z | Compiling tokio-macros v2.2.0 |
1365 | 2024-02-28T12:30:56.912Z | Compiling zeroize v1.7.0 |
1366 | 2024-02-28T12:30:57.266Z | Compiling futures-macro v0.3.30 |
1367 | 2024-02-28T12:30:57.434Z | Compiling zerocopy v0.7.32 |
1368 | 2024-02-28T12:30:58.304Z | Compiling tracing-attributes v0.1.26 |
1369 | 2024-02-28T12:30:59.299Z | Compiling schemars_derive v0.8.16 |
1370 | 2024-02-28T12:30:59.336Z | Compiling pest v2.7.6 |
1371 | 2024-02-28T12:30:59.560Z | Compiling crypto-common v0.1.6 |
1372 | 2024-02-28T12:30:59.635Z | Compiling hashbrown v0.14.3 |
1373 | 2024-02-28T12:30:59.687Z | Compiling openssl-macros v0.1.1 |
1374 | 2024-02-28T12:30:59.775Z | Compiling block-buffer v0.10.4 |
1375 | 2024-02-28T12:31:00.038Z | Compiling digest v0.10.7 |
1376 | 2024-02-28T12:31:00.478Z | Compiling regex v1.10.3 |
1377 | 2024-02-28T12:31:01.132Z | Compiling futures-util v0.3.30 |
1378 | 2024-02-28T12:31:02.018Z | Compiling pest_meta v2.7.6 |
1379 | 2024-02-28T12:31:02.414Z | Compiling tracing v0.1.37 |
1380 | 2024-02-28T12:31:02.965Z | Compiling der_derive v0.7.2 |
1381 | 2024-02-28T12:31:03.645Z | Compiling pest_generator v2.7.6 |
1382 | 2024-02-28T12:31:05.708Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-02-28T12:31:05.765Z | Compiling percent-encoding v2.3.1 |
1384 | 2024-02-28T12:31:06.162Z | Compiling untrusted v0.7.1 |
1385 | 2024-02-28T12:31:06.201Z | Compiling untrusted v0.9.0 |
1386 | 2024-02-28T12:31:07.381Z | Compiling pest_derive v2.7.6 |
1387 | 2024-02-28T12:31:07.518Z | Compiling foreign-types v0.3.2 |
1388 | 2024-02-28T12:31:08.150Z | Compiling errno v0.3.8 |
1389 | 2024-02-28T12:31:08.219Z | Compiling unicode-xid v0.2.4 |
1390 | 2024-02-28T12:31:08.361Z | Compiling base64 v0.21.7 |
1391 | 2024-02-28T12:31:08.383Z | Compiling ppv-lite86 v0.2.17 |
1392 | 2024-02-28T12:31:08.888Z | Compiling try-lock v0.2.4 |
1393 | 2024-02-28T12:31:09.016Z | Compiling bytes v1.5.0 |
1394 | 2024-02-28T12:31:09.122Z | Compiling indexmap v2.2.3 |
1395 | 2024-02-28T12:31:09.297Z | Compiling chrono v0.4.31 |
1396 | 2024-02-28T12:31:09.561Z | Compiling uuid v1.7.0 |
1397 | 2024-02-28T12:31:10.147Z | Compiling tokio v1.36.0 |
1398 | 2024-02-28T12:31:10.326Z | Compiling http v0.2.11 |
1399 | 2024-02-28T12:31:10.544Z | Compiling bitflags v2.4.0 |
1400 | 2024-02-28T12:31:11.182Z | Compiling toml_datetime v0.6.5 |
1401 | 2024-02-28T12:31:11.276Z | Compiling serde_spanned v0.6.5 |
1402 | 2024-02-28T12:31:11.650Z | Compiling toml_edit v0.19.15 |
1403 | 2024-02-28T12:31:12.373Z | Compiling openapiv3 v2.0.0 |
1404 | 2024-02-28T12:31:13.055Z | Compiling rustc_version v0.4.0 |
1405 | 2024-02-28T12:31:15.283Z | Compiling serde_tokenstream v0.2.0 |
1406 | 2024-02-28T12:31:15.300Z | Compiling http-body v0.4.5 |
1407 | 2024-02-28T12:31:16.119Z | Compiling want v0.3.1 |
1408 | 2024-02-28T12:31:17.463Z | Compiling rustls-webpki v0.101.7 |
1409 | 2024-02-28T12:31:17.484Z | Compiling synstructure v0.12.6 |
1410 | 2024-02-28T12:31:17.569Z | Compiling sct v0.7.0 |
1411 | 2024-02-28T12:31:18.566Z | Compiling form_urlencoded v1.2.1 |
1412 | 2024-02-28T12:31:18.809Z | Compiling scroll_derive v0.12.0 |
1413 | 2024-02-28T12:31:19.076Z | Compiling tokio-util v0.7.10 |
1414 | 2024-02-28T12:31:19.474Z | Compiling socket2 v0.4.9 |
1415 | 2024-02-28T12:31:19.747Z | Compiling tower-service v0.3.2 |
1416 | 2024-02-28T12:31:19.879Z | Compiling httpdate v1.0.3 |
1417 | 2024-02-28T12:31:20.335Z | Compiling h2 v0.3.24 |
1418 | 2024-02-28T12:31:20.428Z | Compiling openssl-probe v0.1.5 |
1419 | 2024-02-28T12:31:20.759Z | Compiling zerocopy-derive v0.2.0 |
1420 | 2024-02-28T12:31:22.911Z | Compiling idna v0.5.0 |
1421 | 2024-02-28T12:31:22.965Z | Compiling lazy_static v1.4.0 |
1422 | 2024-02-28T12:31:24.604Z | Compiling thread-id v4.2.0 |
1423 | 2024-02-28T12:31:24.939Z | Compiling adler v1.0.2 |
1424 | 2024-02-28T12:31:25.005Z | Compiling url v2.5.0 |
1425 | 2024-02-28T12:31:25.172Z | Compiling miniz_oxide v0.7.1 |
1426 | 2024-02-28T12:31:25.954Z | Compiling tokio-rustls v0.24.1 |
1427 | 2024-02-28T12:31:26.384Z | Compiling tokio-native-tls v0.3.1 |
1428 | 2024-02-28T12:31:26.650Z | Compiling rand_chacha v0.3.1 |
1429 | 2024-02-28T12:31:26.806Z | Compiling ipnet v2.9.0 |
1430 | 2024-02-28T12:31:26.981Z | Compiling rustversion v1.0.14 |
1431 | 2024-02-28T12:31:27.005Z | Compiling serde_urlencoded v0.7.1 |
1432 | 2024-02-28T12:31:27.372Z | Compiling hyper v0.14.27 |
1433 | 2024-02-28T12:31:27.578Z | Compiling rand v0.8.5 |
1434 | 2024-02-28T12:31:27.750Z | Compiling rustls-pemfile v1.0.3 |
1435 | 2024-02-28T12:31:28.271Z | Compiling usdt-impl v0.3.5 |
1436 | 2024-02-28T12:31:28.364Z | Compiling encoding_rs v0.8.33 |
1437 | 2024-02-28T12:31:28.485Z | Compiling gimli v0.28.0 |
1438 | 2024-02-28T12:31:28.647Z | Compiling mime v0.3.17 |
1439 | 2024-02-28T12:31:29.102Z | Compiling either v1.10.0 |
1440 | 2024-02-28T12:31:29.440Z | Compiling webpki-roots v0.25.2 |
1441 | 2024-02-28T12:31:30.564Z | Compiling regress v0.8.0 |
1442 | 2024-02-28T12:31:30.699Z | Compiling object v0.32.1 |
1443 | 2024-02-28T12:31:31.295Z | Compiling num-bigint v0.4.4 |
1444 | 2024-02-28T12:31:31.366Z | Compiling usdt-impl v0.5.0 |
1445 | 2024-02-28T12:31:31.561Z | Compiling rustc-demangle v0.1.23 |
1446 | 2024-02-28T12:31:32.624Z | Compiling flate2 v1.0.28 |
1447 | 2024-02-28T12:31:33.195Z | Compiling addr2line v0.21.0 |
1448 | 2024-02-28T12:31:33.263Z | Compiling zerocopy v0.3.0 |
1449 | 2024-02-28T12:31:33.638Z | Compiling scroll v0.12.0 |
1450 | 2024-02-28T12:31:33.677Z | Compiling heapless v0.7.16 |
1451 | 2024-02-28T12:31:33.833Z | Compiling futures-executor v0.3.30 |
1452 | 2024-02-28T12:31:34.148Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1453 | 2024-02-28T12:31:34.236Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1454 | 2024-02-28T12:31:34.290Z | Compiling hyper-tls v0.5.0 |
1455 | 2024-02-28T12:31:34.439Z | Compiling hyper-rustls v0.24.2 |
1456 | 2024-02-28T12:31:34.689Z | Compiling winnow v0.6.1 |
1457 | 2024-02-28T12:31:34.726Z | Compiling signal-hook v0.3.17 |
1458 | 2024-02-28T12:31:34.807Z | Compiling reqwest v0.11.22 |
1459 | 2024-02-28T12:31:35.043Z | Compiling base64ct v1.6.0 |
1460 | 2024-02-28T12:31:35.908Z | Compiling plain v0.2.3 |
1461 | 2024-02-28T12:31:36.533Z | Compiling goblin v0.8.0 |
1462 | 2024-02-28T12:31:38.594Z | Compiling toml_edit v0.22.6 |
1463 | 2024-02-28T12:31:38.781Z | Compiling futures v0.3.30 |
1464 | 2024-02-28T12:31:38.804Z | Compiling dof v0.1.5 |
1465 | 2024-02-28T12:31:39.775Z | Compiling toml v0.7.8 |
1466 | 2024-02-28T12:31:40.705Z | Compiling hex v0.4.3 |
1467 | 2024-02-28T12:31:40.777Z | Compiling dtrace-parser v0.1.14 |
1468 | 2024-02-28T12:31:41.082Z | Compiling pretty-hex v0.4.1 |
1469 | 2024-02-28T12:31:42.886Z | Compiling dof v0.3.0 |
1470 | 2024-02-28T12:31:43.291Z | Compiling strum_macros v0.25.2 |
1471 | 2024-02-28T12:31:43.374Z | Compiling serde_tokenstream v0.1.7 |
1472 | 2024-02-28T12:31:43.916Z | Compiling dtrace-parser v0.2.0 |
1473 | 2024-02-28T12:31:44.897Z | Compiling smoltcp v0.9.1 |
1474 | 2024-02-28T12:31:45.266Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1475 | 2024-02-28T12:31:46.129Z | Compiling hmac v0.12.1 |
1476 | 2024-02-28T12:31:46.320Z | Compiling pem-rfc7468 v0.7.0 |
1477 | 2024-02-28T12:31:46.630Z | Compiling enum-as-inner v0.5.1 |
1478 | 2024-02-28T12:31:47.012Z | Compiling num-iter v0.1.43 |
1479 | 2024-02-28T12:31:47.225Z | Compiling flagset v0.4.3 |
1480 | 2024-02-28T12:31:47.328Z | Compiling unicode-segmentation v1.10.1 |
1481 | 2024-02-28T12:31:47.435Z | Compiling siphasher v0.3.11 |
1482 | 2024-02-28T12:31:47.599Z | Compiling der v0.7.8 |
1483 | 2024-02-28T12:31:47.724Z | Compiling usdt-macro v0.3.5 |
1484 | 2024-02-28T12:31:47.836Z | Compiling usdt-attr-macro v0.3.5 |
1485 | 2024-02-28T12:31:48.204Z | Compiling hubpack_derive v0.1.1 |
1486 | 2024-02-28T12:31:48.464Z | Compiling zerocopy-derive v0.6.4 |
1487 | 2024-02-28T12:31:49.376Z | Compiling num_threads v0.1.6 |
1488 | 2024-02-28T12:31:49.379Z | Compiling anstyle v1.0.2 |
1489 | 2024-02-28T12:31:49.856Z | Compiling deranged v0.3.8 |
1490 | 2024-02-28T12:31:49.962Z | Compiling utf8parse v0.2.1 |
1491 | 2024-02-28T12:31:50.246Z | Compiling anstyle-parse v0.2.1 |
1492 | 2024-02-28T12:31:50.759Z | Compiling spki v0.7.2 |
1493 | 2024-02-28T12:31:50.834Z | Compiling sha2 v0.10.8 |
1494 | 2024-02-28T12:31:51.829Z | Compiling time v0.3.27 |
1495 | 2024-02-28T12:31:52.676Z | Compiling md-5 v0.10.5 |
1496 | 2024-02-28T12:31:52.939Z | Compiling block-padding v0.3.3 |
1497 | 2024-02-28T12:31:53.029Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1498 | 2024-02-28T12:31:53.049Z | Compiling clap_derive v4.5.0 |
1499 | 2024-02-28T12:31:53.182Z | Compiling stringprep v0.1.3 |
1500 | 2024-02-28T12:31:54.184Z | Compiling getopts v0.2.21 |
1501 | 2024-02-28T12:31:54.585Z | Compiling diesel_table_macro_syntax v0.1.0 |
1502 | 2024-02-28T12:31:55.108Z | Compiling num-integer v0.1.46 |
1503 | 2024-02-28T12:31:56.167Z | Compiling hash32 v0.2.1 |
1504 | 2024-02-28T12:31:56.577Z | Compiling fallible-iterator v0.2.0 |
1505 | 2024-02-28T12:31:57.657Z | Compiling anstyle-query v1.0.0 |
1506 | 2024-02-28T12:31:57.799Z | Compiling stable_deref_trait v1.2.0 |
1507 | 2024-02-28T12:31:57.909Z | Compiling colorchoice v1.0.0 |
1508 | 2024-02-28T12:31:58.349Z | Compiling anstream v0.6.11 |
1509 | 2024-02-28T12:31:58.439Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1510 | 2024-02-28T12:31:59.083Z | Compiling postgres-protocol v0.6.6 |
1511 | 2024-02-28T12:31:59.858Z | Compiling diesel_derives v2.1.2 |
1512 | 2024-02-28T12:32:00.109Z | Compiling inout v0.1.3 |
1513 | 2024-02-28T12:32:02.410Z | Compiling pkcs8 v0.10.2 |
1514 | 2024-02-28T12:32:02.498Z | Compiling phf_shared v0.11.2 |
1515 | 2024-02-28T12:32:03.628Z | Compiling ff v0.13.0 |
1516 | 2024-02-28T12:32:03.880Z | Compiling terminal_size v0.3.0 |
1517 | 2024-02-28T12:32:04.346Z | Compiling serde_repr v0.1.16 |
1518 | 2024-02-28T12:32:04.531Z | Compiling scheduled-thread-pool v0.2.7 |
1519 | 2024-02-28T12:32:05.135Z | Compiling bitflags v1.3.2 |
1520 | 2024-02-28T12:32:05.187Z | Compiling regex-automata v0.1.10 |
1521 | 2024-02-28T12:32:05.564Z | Compiling unsafe-libyaml v0.2.10 |
1522 | 2024-02-28T12:32:05.599Z | Compiling matches v0.1.10 |
1523 | 2024-02-28T12:32:05.696Z | Compiling bit-vec v0.6.3 |
1524 | 2024-02-28T12:32:05.849Z | Compiling strsim v0.11.0 |
1525 | 2024-02-28T12:32:06.156Z | Compiling clap_lex v0.7.0 |
1526 | 2024-02-28T12:32:06.693Z | Compiling base16ct v0.2.0 |
1527 | 2024-02-28T12:32:06.809Z | Compiling managed v0.8.0 |
1528 | 2024-02-28T12:32:07.041Z | Compiling sec1 v0.7.3 |
1529 | 2024-02-28T12:32:07.604Z | Compiling serde_yaml v0.9.25 |
1530 | 2024-02-28T12:32:08.221Z | Compiling clap_builder v4.5.0 |
1531 | 2024-02-28T12:32:09.464Z | Compiling idna v0.2.3 |
1532 | 2024-02-28T12:32:09.555Z | Compiling bstr v0.2.17 |
1533 | 2024-02-28T12:32:09.670Z | Compiling r2d2 v0.8.10 |
1534 | 2024-02-28T12:32:10.331Z | Compiling group v0.13.0 |
1535 | 2024-02-28T12:32:11.818Z | Compiling phf v0.11.2 |
1536 | 2024-02-28T12:32:12.132Z | Compiling signal-hook-mio v0.2.3 |
1537 | 2024-02-28T12:32:12.299Z | Compiling bzip2 v0.4.4 |
1538 | 2024-02-28T12:32:12.363Z | Compiling cipher v0.4.4 |
1539 | 2024-02-28T12:32:12.457Z | Compiling postgres-types v0.2.6 |
1540 | 2024-02-28T12:32:12.688Z | Compiling zerocopy v0.6.4 |
1541 | 2024-02-28T12:32:12.842Z | Compiling hubpack v0.1.2 |
1542 | 2024-02-28T12:32:13.279Z | Compiling phf_shared v0.10.0 |
1543 | 2024-02-28T12:32:13.664Z | Compiling hkdf v0.12.4 |
1544 | 2024-02-28T12:32:13.703Z | Compiling crypto-bigint v0.5.2 |
1545 | 2024-02-28T12:32:13.739Z | Compiling ipnetwork v0.20.0 |
1546 | 2024-02-28T12:32:14.609Z | Compiling float-cmp v0.9.0 |
1547 | 2024-02-28T12:32:16.406Z | Compiling minimal-lexical v0.2.1 |
1548 | 2024-02-28T12:32:16.862Z | Compiling static_assertions v1.1.0 |
1549 | 2024-02-28T12:32:16.927Z | Compiling fixedbitset v0.4.2 |
1550 | 2024-02-28T12:32:17.221Z | Compiling new_debug_unreachable v1.0.4 |
1551 | 2024-02-28T12:32:17.319Z | Compiling regex-automata v0.3.8 |
1552 | 2024-02-28T12:32:17.350Z | Compiling normalize-line-endings v0.3.0 |
1553 | 2024-02-28T12:32:17.463Z | Compiling precomputed-hash v0.1.1 |
1554 | 2024-02-28T12:32:17.545Z | Compiling whoami v1.4.1 |
1555 | 2024-02-28T12:32:17.575Z | Compiling data-encoding v2.4.0 |
1556 | 2024-02-28T12:32:17.996Z | Compiling difflib v0.4.0 |
1557 | 2024-02-28T12:32:18.208Z | Compiling predicates-core v1.0.6 |
1558 | 2024-02-28T12:32:19.354Z | Compiling bstr v1.6.0 |
1559 | 2024-02-28T12:32:19.384Z | Compiling predicates v3.1.0 |
1560 | 2024-02-28T12:32:19.660Z | Compiling trust-dns-proto v0.22.0 |
1561 | 2024-02-28T12:32:19.781Z | Compiling tokio-postgres v0.7.10 |
1562 | 2024-02-28T12:32:20.845Z | Compiling string_cache v0.8.7 |
1563 | 2024-02-28T12:32:21.117Z | Compiling petgraph v0.6.4 |
1564 | 2024-02-28T12:32:21.268Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1565 | 2024-02-28T12:32:21.333Z | Compiling nom v7.1.3 |
1566 | 2024-02-28T12:32:21.349Z | Compiling diesel v2.1.4 |
1567 | 2024-02-28T12:32:24.016Z | Compiling elliptic-curve v0.13.8 |
1568 | 2024-02-28T12:32:24.750Z | Compiling yasna v0.5.2 |
1569 | 2024-02-28T12:32:24.842Z | Compiling zip v0.6.6 |
1570 | 2024-02-28T12:32:25.022Z | Compiling crossterm v0.27.0 |
1571 | 2024-02-28T12:32:25.146Z | Compiling clap v4.5.0 |
1572 | 2024-02-28T12:32:25.267Z | Compiling similar v2.3.0 |
1573 | 2024-02-28T12:32:26.340Z | Compiling bit-set v0.5.3 |
1574 | 2024-02-28T12:32:26.378Z | Compiling usdt v0.3.5 |
1575 | 2024-02-28T12:32:26.621Z | Compiling strum v0.25.0 |
1576 | 2024-02-28T12:32:26.731Z | Compiling itertools v0.10.5 |
1577 | 2024-02-28T12:32:26.802Z | Compiling console v0.15.8 |
1578 | 2024-02-28T12:32:27.186Z | Compiling tokio-stream v0.1.14 |
1579 | 2024-02-28T12:32:28.443Z | Compiling lalrpop-util v0.19.12 |
1580 | 2024-02-28T12:32:28.468Z | Compiling camino v1.1.6 |
1581 | 2024-02-28T12:32:30.363Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1582 | 2024-02-28T12:32:38.758Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1583 | 2024-02-28T12:33:04.450Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1584 | 2024-02-28T12:33:06.582Z | Compiling sha1 v0.10.6 |
1585 | 2024-02-28T12:33:07.235Z | Compiling atty v0.2.14 |
1586 | 2024-02-28T12:33:07.351Z | Compiling match_cfg v0.1.0 |
1587 | 2024-02-28T12:33:07.382Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1588 | 2024-02-28T12:33:07.405Z | Compiling dirs-sys-next v0.1.2 |
1589 | 2024-02-28T12:33:07.447Z | Compiling hostname v0.3.1 |
1590 | 2024-02-28T12:33:07.685Z | Compiling ident_case v1.0.1 |
1591 | 2024-02-28T12:33:07.825Z | Compiling rustls-pki-types v1.3.0 |
1592 | 2024-02-28T12:33:07.864Z | Compiling strsim v0.10.0 |
1593 | 2024-02-28T12:33:07.976Z | Compiling dirs-next v2.0.0 |
1594 | 2024-02-28T12:33:08.152Z | Compiling darling_core v0.20.3 |
1595 | 2024-02-28T12:33:08.171Z | Compiling thread_local v1.1.7 |
1596 | 2024-02-28T12:33:08.215Z | Compiling rustls v0.22.2 |
1597 | 2024-02-28T12:33:08.515Z | Compiling slog-async v2.8.0 |
1598 | 2024-02-28T12:33:08.640Z | Compiling rustls-webpki v0.102.1 |
1599 | 2024-02-28T12:33:08.852Z | Compiling term v0.7.0 |
1600 | 2024-02-28T12:33:09.100Z | Compiling crossbeam-channel v0.5.8 |
1601 | 2024-02-28T12:33:09.749Z | Compiling multer v3.0.0 |
1602 | 2024-02-28T12:33:09.796Z | Compiling instant v0.1.12 |
1603 | 2024-02-28T12:33:09.934Z | Compiling paste v1.0.14 |
1604 | 2024-02-28T12:33:10.080Z | Compiling take_mut v0.2.2 |
1605 | 2024-02-28T12:33:10.345Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1606 | 2024-02-28T12:33:10.523Z | Compiling slog-term v2.9.0 |
1607 | 2024-02-28T12:33:10.552Z | Compiling slog-json v2.6.1 |
1608 | 2024-02-28T12:33:10.809Z | Compiling http v1.0.0 |
1609 | 2024-02-28T12:33:10.948Z | Compiling async-stream-impl v0.3.5 |
1610 | 2024-02-28T12:33:11.539Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1611 | 2024-02-28T12:33:11.818Z | Compiling debug-ignore v1.0.5 |
1612 | 2024-02-28T12:33:11.867Z | Compiling atomic-waker v1.1.1 |
1613 | 2024-02-28T12:33:12.020Z | Compiling waitgroup v0.1.2 |
1614 | 2024-02-28T12:33:12.059Z | Compiling slog-bunyan v2.5.0 |
1615 | 2024-02-28T12:33:12.270Z | Compiling rustls-pemfile v2.1.0 |
1616 | 2024-02-28T12:33:12.458Z | Compiling async-stream v0.3.5 |
1617 | 2024-02-28T12:33:12.793Z | Compiling toml v0.8.10 |
1618 | 2024-02-28T12:33:13.530Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1619 | 2024-02-28T12:33:13.566Z | Compiling serde_path_to_error v0.1.15 |
1620 | 2024-02-28T12:33:13.912Z | Compiling structmeta-derive v0.3.0 |
1621 | 2024-02-28T12:33:14.330Z | Compiling darling_macro v0.20.3 |
1622 | 2024-02-28T12:33:14.440Z | Compiling strum_macros v0.26.1 |
1623 | 2024-02-28T12:33:14.632Z | Compiling newtype-uuid v1.0.1 |
1624 | 2024-02-28T12:33:14.930Z | Compiling tokio-rustls v0.25.0 |
1625 | 2024-02-28T12:33:15.337Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1626 | 2024-02-28T12:33:15.406Z | Compiling darling v0.20.3 |
1627 | 2024-02-28T12:33:15.521Z | Compiling serde_with_macros v3.6.1 |
1628 | 2024-02-28T12:33:15.542Z | Compiling backoff v0.4.0 |
1629 | 2024-02-28T12:33:15.909Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1630 | 2024-02-28T12:33:16.321Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1631 | 2024-02-28T12:33:16.496Z | Compiling macaddr v1.0.1 |
1632 | 2024-02-28T12:33:16.735Z | Compiling proc-macro-error-attr v1.0.4 |
1633 | 2024-02-28T12:33:16.990Z | Compiling proc-macro-crate v1.3.1 |
1634 | 2024-02-28T12:33:17.142Z | Compiling proc-macro-error v1.0.4 |
1635 | 2024-02-28T12:33:17.204Z | Compiling structmeta v0.3.0 |
1636 | 2024-02-28T12:33:17.483Z | Compiling heapless v0.8.0 |
1637 | 2024-02-28T12:33:17.661Z | Compiling parse-display-derive v0.9.0 |
1638 | 2024-02-28T12:33:18.141Z | Compiling num_enum_derive v0.5.11 |
1639 | 2024-02-28T12:33:18.914Z | Compiling serde_with v3.6.1 |
1640 | 2024-02-28T12:33:19.450Z | Compiling hash32 v0.3.1 |
1641 | 2024-02-28T12:33:19.688Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1642 | 2024-02-28T12:33:19.952Z | Compiling strum v0.26.1 |
1643 | 2024-02-28T12:33:20.072Z | Compiling smoltcp v0.11.0 |
1644 | 2024-02-28T12:33:20.124Z | Compiling rayon-core v1.12.0 |
1645 | 2024-02-28T12:33:21.116Z | Compiling num_enum v0.5.11 |
1646 | 2024-02-28T12:33:21.284Z | Compiling crossbeam-deque v0.8.3 |
1647 | 2024-02-28T12:33:21.487Z | Compiling cobs v0.2.3 |
1648 | 2024-02-28T12:33:21.651Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1649 | 2024-02-28T12:33:21.694Z | Compiling embedded-io v0.4.0 |
1650 | 2024-02-28T12:33:21.714Z | Compiling fastrand v2.0.1 |
1651 | 2024-02-28T12:33:21.806Z | Compiling same-file v1.0.6 |
1652 | 2024-02-28T12:33:21.984Z | Compiling walkdir v2.4.0 |
1653 | 2024-02-28T12:33:22.053Z | Compiling tempfile v3.10.0 |
1654 | 2024-02-28T12:33:22.484Z | Compiling postcard v1.0.8 |
1655 | 2024-02-28T12:33:22.633Z | Compiling parse-display v0.9.0 |
1656 | 2024-02-28T12:33:23.148Z | Compiling semver-parser v0.10.2 |
1657 | 2024-02-28T12:33:23.167Z | Compiling foreign-types-macros v0.2.3 |
1658 | 2024-02-28T12:33:23.264Z | Compiling blake3 v1.5.0 |
1659 | 2024-02-28T12:33:23.348Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1660 | 2024-02-28T12:33:23.688Z | Compiling crucible-workspace-hack v0.1.0 |
1661 | 2024-02-28T12:33:23.915Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1662 | 2024-02-28T12:33:24.011Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1663 | 2024-02-28T12:33:24.107Z | Compiling foreign-types-shared v0.3.1 |
1664 | 2024-02-28T12:33:24.357Z | Compiling semver v0.11.0 |
1665 | 2024-02-28T12:33:24.521Z | Compiling foreign-types v0.5.0 |
1666 | 2024-02-28T12:33:24.541Z | Compiling rayon v1.8.0 |
1667 | 2024-02-28T12:33:24.821Z | Compiling is-terminal v0.4.9 |
1668 | 2024-02-28T12:33:24.945Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1669 | 2024-02-28T12:33:24.983Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1670 | 2024-02-28T12:33:25.202Z | Compiling cstr-argument v0.1.2 |
1671 | 2024-02-28T12:33:25.444Z | Compiling xattr v1.0.1 |
1672 | 2024-02-28T12:33:25.463Z | Compiling memmap2 v0.7.1 |
1673 | 2024-02-28T12:33:25.708Z | Compiling filetime v0.2.23 |
1674 | 2024-02-28T12:33:25.731Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1675 | 2024-02-28T12:33:25.847Z | Compiling arrayref v0.3.7 |
1676 | 2024-02-28T12:33:25.898Z | Compiling constant_time_eq v0.3.0 |
1677 | 2024-02-28T12:33:25.931Z | Compiling arrayvec v0.7.4 |
1678 | 2024-02-28T12:33:25.951Z | Compiling home v0.5.5 |
1679 | 2024-02-28T12:33:26.074Z | Compiling pretty-hex v0.2.1 |
1680 | 2024-02-28T12:33:26.095Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1681 | 2024-02-28T12:33:26.174Z | Compiling toolchain_find v0.2.0 |
1682 | 2024-02-28T12:33:26.202Z | Compiling tar v0.4.40 |
1683 | 2024-02-28T12:33:26.259Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1684 | 2024-02-28T12:33:26.603Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1685 | 2024-02-28T12:33:26.663Z | Compiling camino-tempfile v1.1.1 |
1686 | 2024-02-28T12:33:26.810Z | Compiling colored v2.0.4 |
1687 | 2024-02-28T12:33:27.201Z | Compiling toml v0.5.11 |
1688 | 2024-02-28T12:33:27.608Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1689 | 2024-02-28T12:33:27.742Z | Compiling platforms v3.0.2 |
1690 | 2024-02-28T12:33:27.959Z | Compiling topological-sort v0.2.2 |
1691 | 2024-02-28T12:33:28.045Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1692 | 2024-02-28T12:33:28.401Z | Compiling zone_cfg_derive v0.3.0 |
1693 | 2024-02-28T12:33:28.413Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1694 | 2024-02-28T12:33:28.762Z | Compiling textwrap v0.11.0 |
1695 | 2024-02-28T12:33:29.330Z | Compiling rustfmt-wrapper v0.2.0 |
1696 | 2024-02-28T12:33:29.348Z | Compiling heck v0.3.3 |
1697 | 2024-02-28T12:33:29.779Z | Compiling omicron-zone-package v0.11.0 |
1698 | 2024-02-28T12:33:29.970Z | Compiling num-derive v0.4.0 |
1699 | 2024-02-28T12:33:29.974Z | Compiling libefi-sys v0.1.0 |
1700 | 2024-02-28T12:33:30.302Z | Compiling ansi_term v0.12.1 |
1701 | 2024-02-28T12:33:30.594Z | Compiling strsim v0.8.0 |
1702 | 2024-02-28T12:33:30.879Z | Compiling vec_map v0.8.2 |
1703 | 2024-02-28T12:33:31.022Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1704 | 2024-02-28T12:33:31.180Z | Compiling clap v2.34.0 |
1705 | 2024-02-28T12:33:31.284Z | Compiling zone v0.3.0 |
1706 | 2024-02-28T12:33:31.715Z | Compiling structopt-derive v0.4.18 |
1707 | 2024-02-28T12:33:32.118Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1708 | 2024-02-28T12:33:32.502Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1709 | 2024-02-28T12:33:32.525Z | Compiling smf v0.2.2 |
1710 | 2024-02-28T12:33:32.872Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1711 | 2024-02-28T12:33:32.941Z | Compiling unicase v2.7.0 |
1712 | 2024-02-28T12:33:33.286Z | Compiling semver v0.1.20 |
1713 | 2024-02-28T12:33:33.509Z | Compiling curve25519-dalek v4.1.1 |
1714 | 2024-02-28T12:33:33.949Z | Compiling rustc_version v0.1.7 |
1715 | 2024-02-28T12:33:33.981Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1716 | 2024-02-28T12:33:34.107Z | Compiling universal-hash v0.5.1 |
1717 | 2024-02-28T12:33:34.141Z | Compiling opaque-debug v0.3.0 |
1718 | 2024-02-28T12:33:34.306Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1719 | 2024-02-28T12:33:34.350Z | Compiling signature v2.1.0 |
1720 | 2024-02-28T12:33:34.412Z | Compiling newtype_derive v0.1.6 |
1721 | 2024-02-28T12:33:34.595Z | Compiling curve25519-dalek-derive v0.1.0 |
1722 | 2024-02-28T12:33:34.655Z | Compiling gethostname v0.4.3 |
1723 | 2024-02-28T12:33:34.658Z | Compiling num-rational v0.4.1 |
1724 | 2024-02-28T12:33:34.735Z | Compiling getrandom v0.1.16 |
1725 | 2024-02-28T12:33:34.883Z | Compiling structopt v0.3.26 |
1726 | 2024-02-28T12:33:35.181Z | Compiling usdt-macro v0.5.0 |
1727 | 2024-02-28T12:33:35.267Z | Compiling usdt-attr-macro v0.5.0 |
1728 | 2024-02-28T12:33:35.520Z | Compiling password-hash v0.5.0 |
1729 | 2024-02-28T12:33:35.541Z | Compiling blake2 v0.10.6 |
1730 | 2024-02-28T12:33:36.317Z | Compiling memmap v0.7.0 |
1731 | 2024-02-28T12:33:36.615Z | Compiling quick-error v1.2.3 |
1732 | 2024-02-28T12:33:36.683Z | Compiling linked-hash-map v0.5.6 |
1733 | 2024-02-28T12:33:36.772Z | Compiling parking_lot_core v0.8.6 |
1734 | 2024-02-28T12:33:36.865Z | Compiling resolv-conf v0.7.0 |
1735 | 2024-02-28T12:33:37.052Z | Compiling lru-cache v0.1.2 |
1736 | 2024-02-28T12:33:37.071Z | Compiling argon2 v0.5.3 |
1737 | 2024-02-28T12:33:37.091Z | Compiling usdt v0.5.0 |
1738 | 2024-02-28T12:33:37.795Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1739 | 2024-02-28T12:33:37.859Z | Compiling rfc6979 v0.4.0 |
1740 | 2024-02-28T12:33:37.971Z | Compiling aead v0.5.2 |
1741 | 2024-02-28T12:33:38.048Z | Compiling num-complex v0.4.4 |
1742 | 2024-02-28T12:33:38.310Z | Compiling nibble_vec v0.1.0 |
1743 | 2024-02-28T12:33:38.514Z | Compiling slog-dtrace v0.3.0 |
1744 | 2024-02-28T12:33:38.853Z | Compiling endian-type v0.1.2 |
1745 | 2024-02-28T12:33:39.083Z | Compiling keccak v0.1.4 |
1746 | 2024-02-28T12:33:39.103Z | Compiling cancel-safe-futures v0.1.5 |
1747 | 2024-02-28T12:33:39.158Z | Compiling utf-8 v0.7.6 |
1748 | 2024-02-28T12:33:39.478Z | Compiling arc-swap v1.6.0 |
1749 | 2024-02-28T12:33:39.497Z | Compiling winapi v0.3.9 |
1750 | 2024-02-28T12:33:40.085Z | Compiling slog-scope v4.4.0 |
1751 | 2024-02-28T12:33:40.219Z | Compiling sha3 v0.10.8 |
1752 | 2024-02-28T12:33:40.269Z | Compiling tungstenite v0.20.1 |
1753 | 2024-02-28T12:33:40.401Z | Compiling radix_trie v0.2.1 |
1754 | 2024-02-28T12:33:40.601Z | Compiling num v0.4.1 |
1755 | 2024-02-28T12:33:40.718Z | Compiling ecdsa v0.16.9 |
1756 | 2024-02-28T12:33:40.738Z | Compiling mime_guess v2.0.4 |
1757 | 2024-02-28T12:33:41.135Z | Compiling steno v0.4.0 |
1758 | 2024-02-28T12:33:41.226Z | Compiling rand_core v0.5.1 |
1759 | 2024-02-28T12:33:41.736Z | Compiling trust-dns-resolver v0.22.0 |
1760 | 2024-02-28T12:33:42.169Z | Compiling poly1305 v0.8.0 |
1761 | 2024-02-28T12:33:42.670Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1762 | 2024-02-28T12:33:42.674Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1763 | 2024-02-28T12:33:43.763Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1764 | 2024-02-28T12:33:43.907Z | Compiling primeorder v0.13.6 |
1765 | 2024-02-28T12:33:44.202Z | Compiling chacha20 v0.9.1 |
1766 | 2024-02-28T12:33:44.415Z | Compiling secrecy v0.8.0 |
1767 | 2024-02-28T12:33:44.669Z | Compiling thiserror-impl-no-std v2.0.2 |
1768 | 2024-02-28T12:33:44.690Z | Compiling half v2.3.1 |
1769 | 2024-02-28T12:33:45.251Z | Compiling convert_case v0.4.0 |
1770 | 2024-02-28T12:33:45.270Z | Compiling option-ext v0.2.0 |
1771 | 2024-02-28T12:33:45.400Z | Compiling ciborium-io v0.2.2 |
1772 | 2024-02-28T12:33:45.535Z | Compiling ciborium-ll v0.2.2 |
1773 | 2024-02-28T12:33:46.146Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1774 | 2024-02-28T12:33:46.208Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1775 | 2024-02-28T12:33:46.260Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1776 | 2024-02-28T12:33:47.350Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1777 | 2024-02-28T12:33:48.109Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1778 | 2024-02-28T12:33:48.136Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1779 | 2024-02-28T12:33:48.188Z | Compiling thiserror-no-std v2.0.2 |
1780 | 2024-02-28T12:33:48.280Z | Compiling derive_more v0.99.17 |
1781 | 2024-02-28T12:33:48.311Z | Compiling dirs-sys v0.4.1 |
1782 | 2024-02-28T12:33:48.514Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1783 | 2024-02-28T12:33:49.019Z | Compiling parking_lot v0.11.2 |
1784 | 2024-02-28T12:33:49.283Z | Compiling rand_chacha v0.2.2 |
1785 | 2024-02-28T12:33:49.962Z | Compiling tokio-tungstenite v0.20.1 |
1786 | 2024-02-28T12:33:50.059Z | Compiling trust-dns-client v0.22.0 |
1787 | 2024-02-28T12:33:50.893Z | Compiling slog-stdlog v4.1.1 |
1788 | 2024-02-28T12:33:51.296Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1789 | 2024-02-28T12:33:51.317Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1790 | 2024-02-28T12:33:51.759Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1791 | 2024-02-28T12:33:53.274Z | Compiling ed25519 v2.2.2 |
1792 | 2024-02-28T12:33:53.759Z | Compiling polyval v0.6.1 |
1793 | 2024-02-28T12:33:54.194Z | Compiling ctr v0.9.2 |
1794 | 2024-02-28T12:33:54.548Z | Compiling blowfish v0.9.1 |
1795 | 2024-02-28T12:33:55.012Z | Compiling aes v0.8.3 |
1796 | 2024-02-28T12:33:55.144Z | Compiling password-hash v0.4.2 |
1797 | 2024-02-28T12:33:56.134Z | Compiling libsw v3.3.1 |
1798 | 2024-02-28T12:33:57.329Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1799 | 2024-02-28T12:33:58.007Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1800 | 2024-02-28T12:34:00.400Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1801 | 2024-02-28T12:34:02.639Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1802 | 2024-02-28T12:34:05.324Z | Compiling pbkdf2 v0.12.2 |
1803 | 2024-02-28T12:34:05.519Z | Compiling derive-where v1.2.7 |
1804 | 2024-02-28T12:34:06.722Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1805 | 2024-02-28T12:34:06.974Z | Compiling fxhash v0.2.1 |
1806 | 2024-02-28T12:34:07.110Z | Compiling swrite v0.1.0 |
1807 | 2024-02-28T12:34:07.176Z | Compiling owo-colors v4.0.0 |
1808 | 2024-02-28T12:34:07.251Z | Compiling linear-map v1.2.0 |
1809 | 2024-02-28T12:34:07.583Z | Compiling sled v0.34.7 |
1810 | 2024-02-28T12:34:08.015Z | Compiling bcrypt-pbkdf v0.10.0 |
1811 | 2024-02-28T12:34:08.628Z | Compiling trust-dns-server v0.22.1 |
1812 | 2024-02-28T12:34:09.043Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1813 | 2024-02-28T12:34:09.066Z | Compiling pbkdf2 v0.11.0 |
1814 | 2024-02-28T12:34:09.376Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1815 | 2024-02-28T12:34:09.419Z | Compiling ghash v0.5.0 |
1816 | 2024-02-28T12:34:09.615Z | Compiling ed25519-dalek v2.0.0 |
1817 | 2024-02-28T12:34:09.639Z | Compiling slog-envlogger v2.2.0 |
1818 | 2024-02-28T12:34:09.836Z | Compiling russh-cryptovec v0.7.0 |
1819 | 2024-02-28T12:34:10.035Z | Compiling rand v0.7.3 |
1820 | 2024-02-28T12:34:10.452Z | Compiling dirs v5.0.1 |
1821 | 2024-02-28T12:34:10.606Z | Compiling vsss-rs v3.3.4 |
1822 | 2024-02-28T12:34:10.653Z | Compiling ciborium v0.2.2 |
1823 | 2024-02-28T12:34:11.177Z | Compiling chacha20poly1305 v0.10.1 |
1824 | 2024-02-28T12:34:11.424Z | Compiling p521 v0.13.3 |
1825 | 2024-02-28T12:34:12.344Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1826 | 2024-02-28T12:34:13.252Z | Compiling p256 v0.13.2 |
1827 | 2024-02-28T12:34:13.960Z | Compiling cbc v0.1.2 |
1828 | 2024-02-28T12:34:14.153Z | Compiling pem v3.0.2 |
1829 | 2024-02-28T12:34:14.207Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1830 | 2024-02-28T12:34:14.239Z | Compiling headers-core v0.2.0 |
1831 | 2024-02-28T12:34:14.406Z | Compiling kstat-rs v0.2.3 |
1832 | 2024-02-28T12:34:14.584Z | Compiling http-range v0.1.5 |
1833 | 2024-02-28T12:34:14.961Z | Compiling md5 v0.7.0 |
1834 | 2024-02-28T12:34:14.980Z | Compiling glob v0.3.1 |
1835 | 2024-02-28T12:34:15.361Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1836 | 2024-02-28T12:34:15.840Z | Compiling russh-keys v0.42.0 |
1837 | 2024-02-28T12:34:16.105Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1838 | 2024-02-28T12:34:16.376Z | Compiling hyper-staticfile v0.9.5 |
1839 | 2024-02-28T12:34:17.357Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1840 | 2024-02-28T12:34:18.630Z | Compiling rcgen v0.12.1 |
1841 | 2024-02-28T12:34:19.369Z | Compiling headers v0.3.9 |
1842 | 2024-02-28T12:34:20.039Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1843 | 2024-02-28T12:34:20.630Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1844 | 2024-02-28T12:34:21.364Z | Compiling aes-gcm v0.10.3 |
1845 | 2024-02-28T12:34:22.283Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1846 | 2024-02-28T12:34:24.651Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1847 | 2024-02-28T12:34:25.209Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1848 | 2024-02-28T12:34:27.665Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1849 | 2024-02-28T12:34:28.227Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1850 | 2024-02-28T12:34:29.272Z | Compiling atomicwrites v0.4.3 |
1851 | 2024-02-28T12:34:29.633Z | Compiling itertools v0.12.1 |
1852 | 2024-02-28T12:34:29.843Z | Compiling subprocess v0.2.9 |
1853 | 2024-02-28T12:34:29.940Z | Compiling display-error-chain v0.2.0 |
1854 | 2024-02-28T12:34:30.127Z | Compiling hex-literal v0.4.1 |
1855 | 2024-02-28T12:34:30.288Z | Compiling russh v0.42.0 |
1856 | 2024-02-28T12:34:32.033Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1857 | 2024-02-28T12:34:32.536Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1858 | 2024-02-28T12:34:39.059Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1859 | 2024-02-28T12:34:40.155Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1860 | 2024-02-28T12:34:59.672Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1861 | 2024-02-28T12:35:57.546Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 41s |
1862 | 2024-02-28T12:35:57.816Z | |
1863 | 2024-02-28T12:35:57.816Z | real 5:41.751486533 |
1864 | 2024-02-28T12:35:57.816Z | user 29:15.133999310 |
1865 | 2024-02-28T12:35:57.816Z | sys 5:44.418312940 |
1866 | 2024-02-28T12:35:57.816Z | trap 0.823745735 |
1867 | 2024-02-28T12:35:57.816Z | tflt 6.620214480 |
1868 | 2024-02-28T12:35:57.816Z | dflt 5.163806925 |
1869 | 2024-02-28T12:35:57.816Z | kflt 0.056739003 |
1870 | 2024-02-28T12:35:57.817Z | lock 54:31.890432498 |
1871 | 2024-02-28T12:35:57.820Z | slp 1:26:25.191000175 |
1872 | 2024-02-28T12:35:57.820Z | lat 1:34.557683471 |
1873 | 2024-02-28T12:35:57.820Z | stop 4:04.531457797 |
1874 | 2024-02-28T12:35:57.820Z | + mkdir -p /work/end-to-end-tests |
1875 | 2024-02-28T12:35:57.824Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1876 | 2024-02-28T12:35:58.745Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1877 | 2024-02-28T12:35:58.745Z | + ptime -m gzip |
1878 | 2024-02-28T12:35:58.749Z | ++ basename target/debug/bootstrap |
1879 | 2024-02-28T12:36:12.010Z | |
1880 | 2024-02-28T12:36:12.010Z | real 13.256736167 |
1881 | 2024-02-28T12:36:12.010Z | user 13.152847040 |
1882 | 2024-02-28T12:36:12.010Z | sys 0.093194781 |
1883 | 2024-02-28T12:36:12.010Z | trap 0.002837963 |
1884 | 2024-02-28T12:36:12.010Z | tflt 0.000000000 |
1885 | 2024-02-28T12:36:12.010Z | dflt 0.000000000 |
1886 | 2024-02-28T12:36:12.011Z | kflt 0.000000000 |
1887 | 2024-02-28T12:36:12.011Z | lock 0.000000000 |
1888 | 2024-02-28T12:36:12.011Z | slp 0.000000000 |
1889 | 2024-02-28T12:36:12.011Z | lat 0.007423885 |
1890 | 2024-02-28T12:36:12.011Z | stop 0.000207172 |
1891 | 2024-02-28T12:36:12.014Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1892 | 2024-02-28T12:36:12.014Z | + ptime -m gzip |
1893 | 2024-02-28T12:36:12.014Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4050ce4c33c23f6c |
1894 | 2024-02-28T12:36:13.298Z | |
1895 | 2024-02-28T12:36:13.298Z | real 1.281153087 |
1896 | 2024-02-28T12:36:13.298Z | user 1.270374449 |
1897 | 2024-02-28T12:36:13.298Z | sys 0.010105488 |
1898 | 2024-02-28T12:36:13.298Z | trap 0.000132626 |
1899 | 2024-02-28T12:36:13.298Z | tflt 0.000000000 |
1900 | 2024-02-28T12:36:13.298Z | dflt 0.000000000 |
1901 | 2024-02-28T12:36:13.298Z | kflt 0.000000000 |
1902 | 2024-02-28T12:36:13.298Z | lock 0.000000000 |
1903 | 2024-02-28T12:36:13.298Z | slp 0.000000000 |
1904 | 2024-02-28T12:36:13.298Z | lat 0.000147343 |
1905 | 2024-02-28T12:36:13.298Z | stop 0.000174209 |
1906 | 2024-02-28T12:36:13.301Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1907 | 2024-02-28T12:36:13.302Z | + ptime -m gzip |
1908 | 2024-02-28T12:36:13.302Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a664735483201555 |
1909 | 2024-02-28T12:36:26.866Z | |
1910 | 2024-02-28T12:36:26.866Z | real 13.559660739 |
1911 | 2024-02-28T12:36:26.866Z | user 13.471520694 |
1912 | 2024-02-28T12:36:26.866Z | sys 0.083989205 |
1913 | 2024-02-28T12:36:26.866Z | trap 0.001870635 |
1914 | 2024-02-28T12:36:26.866Z | tflt 0.000000000 |
1915 | 2024-02-28T12:36:26.866Z | dflt 0.000000000 |
1916 | 2024-02-28T12:36:26.866Z | kflt 0.000000000 |
1917 | 2024-02-28T12:36:26.866Z | lock 0.000000000 |
1918 | 2024-02-28T12:36:26.866Z | slp 0.000000000 |
1919 | 2024-02-28T12:36:26.866Z | lat 0.001883838 |
1920 | 2024-02-28T12:36:26.866Z | stop 0.000178748 |
1921 | 2024-02-28T12:36:26.870Z | + banner caboose-util |
1922 | 2024-02-28T12:36:26.870Z | |
1923 | 2024-02-28T12:36:26.870Z | #### ## ##### #### #### #### ###### # # ##### |
1924 | 2024-02-28T12:36:26.870Z | # # # # # # # # # # # # # # # |
1925 | 2024-02-28T12:36:26.870Z | # # # ##### # # # # #### ##### ##### # # # |
1926 | 2024-02-28T12:36:26.870Z | # ###### # # # # # # # # # # # |
1927 | 2024-02-28T12:36:26.870Z | # # # # # # # # # # # # # # # # |
1928 | 2024-02-28T12:36:26.870Z | #### # # ##### #### #### #### ###### #### # |
1929 | 2024-02-28T12:36:26.870Z | |
1930 | 2024-02-28T12:36:26.870Z | + ptime -m cargo build --locked -p caboose-util --release |
1931 | 2024-02-28T12:36:27.274Z | Downloading crates ... |
1932 | 2024-02-28T12:36:27.582Z | Downloaded crc-catalog v2.2.0 |
1933 | 2024-02-28T12:36:27.585Z | Downloaded funty v2.0.0 |
1934 | 2024-02-28T12:36:27.587Z | Downloaded termcolor v1.2.0 |
1935 | 2024-02-28T12:36:27.592Z | Downloaded tap v1.0.1 |
1936 | 2024-02-28T12:36:27.595Z | Downloaded maybe-uninit v2.0.0 |
1937 | 2024-02-28T12:36:27.595Z | Downloaded path-slash v0.1.5 |
1938 | 2024-02-28T12:36:27.606Z | Downloaded radium v0.7.0 |
1939 | 2024-02-28T12:36:27.611Z | Downloaded array-init v0.0.4 |
1940 | 2024-02-28T12:36:27.617Z | Downloaded crc v3.0.1 |
1941 | 2024-02-28T12:36:27.617Z | Downloaded bitfield v0.14.0 |
1942 | 2024-02-28T12:36:27.620Z | Downloaded wyz v0.5.1 |
1943 | 2024-02-28T12:36:27.620Z | Downloaded nodrop v0.1.14 |
1944 | 2024-02-28T12:36:27.620Z | Downloaded packed_struct v0.10.1 |
1945 | 2024-02-28T12:36:27.623Z | Downloaded smallvec v0.6.14 |
1946 | 2024-02-28T12:36:27.626Z | Downloaded serde-hex v0.1.0 |
1947 | 2024-02-28T12:36:27.626Z | Downloaded pkcs1 v0.7.5 |
1948 | 2024-02-28T12:36:27.632Z | Downloaded packed_struct_codegen v0.10.1 |
1949 | 2024-02-28T12:36:27.635Z | Downloaded env_logger v0.10.0 |
1950 | 2024-02-28T12:36:27.645Z | Downloaded crc-any v2.4.3 |
1951 | 2024-02-28T12:36:27.651Z | Downloaded rsa v0.9.2 |
1952 | 2024-02-28T12:36:27.656Z | Downloaded ron v0.8.1 |
1953 | 2024-02-28T12:36:27.665Z | Downloaded x509-cert v0.2.4 |
1954 | 2024-02-28T12:36:27.670Z | Downloaded hashbrown v0.13.2 |
1955 | 2024-02-28T12:36:27.674Z | Downloaded num-bigint-dig v0.8.4 |
1956 | 2024-02-28T12:36:27.685Z | Downloaded bitvec v1.0.1 |
1957 | 2024-02-28T12:36:27.698Z | Downloaded object v0.30.4 |
1958 | 2024-02-28T12:36:27.797Z | Compiling proc-macro2 v1.0.78 |
1959 | 2024-02-28T12:36:27.797Z | Compiling unicode-ident v1.0.12 |
1960 | 2024-02-28T12:36:27.800Z | Compiling libc v0.2.153 |
1961 | 2024-02-28T12:36:27.800Z | Compiling serde v1.0.196 |
1962 | 2024-02-28T12:36:27.800Z | Compiling autocfg v1.1.0 |
1963 | 2024-02-28T12:36:27.800Z | Compiling version_check v0.9.4 |
1964 | 2024-02-28T12:36:27.800Z | Compiling cfg-if v1.0.0 |
1965 | 2024-02-28T12:36:27.942Z | Compiling typenum v1.16.0 |
1966 | 2024-02-28T12:36:27.954Z | Compiling once_cell v1.19.0 |
1967 | 2024-02-28T12:36:28.006Z | Compiling parking_lot_core v0.9.8 |
1968 | 2024-02-28T12:36:28.331Z | Compiling memchr v2.6.3 |
1969 | 2024-02-28T12:36:28.404Z | Compiling syn v1.0.109 |
1970 | 2024-02-28T12:36:28.440Z | Compiling generic-array v0.14.7 |
1971 | 2024-02-28T12:36:28.450Z | Compiling byteorder v1.5.0 |
1972 | 2024-02-28T12:36:28.735Z | Compiling lock_api v0.4.10 |
1973 | 2024-02-28T12:36:28.851Z | Compiling libm v0.2.7 |
1974 | 2024-02-28T12:36:28.954Z | Compiling num-traits v0.2.16 |
1975 | 2024-02-28T12:36:29.049Z | Compiling ahash v0.8.7 |
1976 | 2024-02-28T12:36:29.168Z | Compiling thiserror v1.0.57 |
1977 | 2024-02-28T12:36:29.260Z | Compiling quote v1.0.35 |
1978 | 2024-02-28T12:36:29.384Z | Compiling pkg-config v0.3.27 |
1979 | 2024-02-28T12:36:29.622Z | Compiling serde_json v1.0.114 |
1980 | 2024-02-28T12:36:29.885Z | Compiling syn v2.0.48 |
1981 | 2024-02-28T12:36:29.904Z | Compiling cc v1.0.83 |
1982 | 2024-02-28T12:36:29.934Z | Compiling getrandom v0.2.10 |
1983 | 2024-02-28T12:36:30.295Z | Compiling scopeguard v1.2.0 |
1984 | 2024-02-28T12:36:30.741Z | Compiling slab v0.4.9 |
1985 | 2024-02-28T12:36:30.795Z | Compiling log v0.4.20 |
1986 | 2024-02-28T12:36:30.883Z | Compiling itoa v1.0.9 |
1987 | 2024-02-28T12:36:31.119Z | Compiling rand_core v0.6.4 |
1988 | 2024-02-28T12:36:31.454Z | Compiling smallvec v1.13.1 |
1989 | 2024-02-28T12:36:31.950Z | Compiling vcpkg v0.2.15 |
1990 | 2024-02-28T12:36:32.550Z | Compiling pin-project-lite v0.2.13 |
1991 | 2024-02-28T12:36:32.668Z | Compiling const-oid v0.9.5 |
1992 | 2024-02-28T12:36:32.832Z | Compiling parking_lot v0.12.1 |
1993 | 2024-02-28T12:36:33.362Z | Compiling ring v0.17.8 |
1994 | 2024-02-28T12:36:33.693Z | Compiling openssl-sys v0.9.96 |
1995 | 2024-02-28T12:36:33.703Z | Compiling ryu v1.0.15 |
1996 | 2024-02-28T12:36:33.718Z | Compiling ucd-trie v0.1.6 |
1997 | 2024-02-28T12:36:34.213Z | Compiling signal-hook-registry v1.4.1 |
1998 | 2024-02-28T12:36:34.556Z | Compiling subtle v2.5.0 |
1999 | 2024-02-28T12:36:34.839Z | Compiling rustix v0.38.31 |
2000 | 2024-02-28T12:36:34.907Z | Compiling ring v0.16.20 |
2001 | 2024-02-28T12:36:34.988Z | Compiling mio v0.8.9 |
2002 | 2024-02-28T12:36:35.555Z | Compiling semver v1.0.22 |
2003 | 2024-02-28T12:36:35.941Z | Compiling heck v0.4.1 |
2004 | 2024-02-28T12:36:36.003Z | Compiling futures-core v0.3.30 |
2005 | 2024-02-28T12:36:36.711Z | Compiling spin v0.5.2 |
2006 | 2024-02-28T12:36:37.205Z | Compiling socket2 v0.5.5 |
2007 | 2024-02-28T12:36:37.826Z | Compiling num_cpus v1.16.0 |
2008 | 2024-02-28T12:36:37.932Z | Compiling allocator-api2 v0.2.16 |
2009 | 2024-02-28T12:36:37.955Z | Compiling futures-sink v0.3.30 |
2010 | 2024-02-28T12:36:38.042Z | Compiling unicode-xid v0.2.4 |
2011 | 2024-02-28T12:36:38.204Z | Compiling httparse v1.8.0 |
2012 | 2024-02-28T12:36:38.351Z | Compiling openssl v0.10.60 |
2013 | 2024-02-28T12:36:38.603Z | Compiling synstructure v0.12.6 |
2014 | 2024-02-28T12:36:38.815Z | Compiling tinyvec_macros v0.1.1 |
2015 | 2024-02-28T12:36:38.899Z | Compiling equivalent v1.0.1 |
2016 | 2024-02-28T12:36:39.033Z | Compiling tinyvec v1.6.0 |
2017 | 2024-02-28T12:36:39.349Z | Compiling futures-channel v0.3.30 |
2018 | 2024-02-28T12:36:39.585Z | Compiling futures-task v0.3.30 |
2019 | 2024-02-28T12:36:39.660Z | Compiling ppv-lite86 v0.2.17 |
2020 | 2024-02-28T12:36:39.763Z | Compiling pin-utils v0.1.0 |
2021 | 2024-02-28T12:36:39.851Z | Compiling rustls v0.21.9 |
2022 | 2024-02-28T12:36:39.989Z | Compiling futures-io v0.3.30 |
2023 | 2024-02-28T12:36:40.117Z | Compiling native-tls v0.2.11 |
2024 | 2024-02-28T12:36:40.257Z | Compiling crc32fast v1.3.2 |
2025 | 2024-02-28T12:36:40.306Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2026 | 2024-02-28T12:36:40.451Z | Compiling rand_chacha v0.3.1 |
2027 | 2024-02-28T12:36:40.494Z | Compiling unicode-normalization v0.1.22 |
2028 | 2024-02-28T12:36:40.684Z | Compiling spin v0.9.8 |
2029 | 2024-02-28T12:36:40.687Z | Compiling tracing-core v0.1.31 |
2030 | 2024-02-28T12:36:40.822Z | Compiling unicode-bidi v0.3.13 |
2031 | 2024-02-28T12:36:41.100Z | Compiling base64ct v1.6.0 |
2032 | 2024-02-28T12:36:41.377Z | Compiling rand v0.8.5 |
2033 | 2024-02-28T12:36:41.882Z | Compiling pem-rfc7468 v0.7.0 |
2034 | 2024-02-28T12:36:42.199Z | Compiling num-iter v0.1.43 |
2035 | 2024-02-28T12:36:42.402Z | Compiling usdt-impl v0.3.5 |
2036 | 2024-02-28T12:36:42.611Z | Compiling flagset v0.4.3 |
2037 | 2024-02-28T12:36:42.739Z | Compiling schemars v0.8.16 |
2038 | 2024-02-28T12:36:43.187Z | Compiling signal-hook v0.3.17 |
2039 | 2024-02-28T12:36:43.427Z | Compiling serde_derive_internals v0.26.0 |
2040 | 2024-02-28T12:36:43.431Z | Compiling serde_derive v1.0.196 |
2041 | 2024-02-28T12:36:43.463Z | Compiling zeroize_derive v1.4.2 |
2042 | 2024-02-28T12:36:43.483Z | Compiling zerocopy-derive v0.7.32 |
2043 | 2024-02-28T12:36:43.680Z | Compiling thiserror-impl v1.0.57 |
2044 | 2024-02-28T12:36:43.683Z | Compiling tokio-macros v2.2.0 |
2045 | 2024-02-28T12:36:44.289Z | Compiling futures-macro v0.3.30 |
2046 | 2024-02-28T12:36:44.477Z | Compiling tracing-attributes v0.1.26 |
2047 | 2024-02-28T12:36:44.944Z | Compiling zeroize v1.7.0 |
2048 | 2024-02-28T12:36:45.562Z | Compiling zerocopy v0.7.32 |
2049 | 2024-02-28T12:36:46.276Z | Compiling der_derive v0.7.2 |
2050 | 2024-02-28T12:36:46.689Z | Compiling pest v2.7.6 |
2051 | 2024-02-28T12:36:46.876Z | Compiling crypto-common v0.1.6 |
2052 | 2024-02-28T12:36:47.002Z | Compiling block-buffer v0.10.4 |
2053 | 2024-02-28T12:36:47.270Z | Compiling digest v0.10.7 |
2054 | 2024-02-28T12:36:47.411Z | Compiling zerocopy-derive v0.2.0 |
2055 | 2024-02-28T12:36:47.747Z | Compiling openssl-macros v0.1.1 |
2056 | 2024-02-28T12:36:47.910Z | Compiling hashbrown v0.14.3 |
2057 | 2024-02-28T12:36:48.305Z | Compiling futures-util v0.3.30 |
2058 | 2024-02-28T12:36:48.692Z | Compiling tracing v0.1.37 |
2059 | 2024-02-28T12:36:48.877Z | Compiling scroll_derive v0.12.0 |
2060 | 2024-02-28T12:36:49.176Z | Compiling pest_meta v2.7.6 |
2061 | 2024-02-28T12:36:49.179Z | Compiling zerocopy-derive v0.6.4 |
2062 | 2024-02-28T12:36:49.323Z | Compiling der v0.7.8 |
2063 | 2024-02-28T12:36:50.725Z | Compiling pest_generator v2.7.6 |
2064 | 2024-02-28T12:36:52.698Z | Compiling errno v0.3.8 |
2065 | 2024-02-28T12:36:52.956Z | Compiling rustversion v1.0.14 |
2066 | 2024-02-28T12:36:53.466Z | Compiling pest_derive v2.7.6 |
2067 | 2024-02-28T12:36:54.210Z | Compiling fnv v1.0.7 |
2068 | 2024-02-28T12:36:54.557Z | Compiling spki v0.7.2 |
2069 | 2024-02-28T12:36:55.091Z | Compiling zerocopy v0.3.0 |
2070 | 2024-02-28T12:36:55.231Z | Compiling schemars_derive v0.8.16 |
2071 | 2024-02-28T12:36:55.932Z | Compiling lazy_static v1.4.0 |
2072 | 2024-02-28T12:36:57.056Z | Compiling backtrace v0.3.69 |
2073 | 2024-02-28T12:36:57.074Z | Compiling thread-id v4.2.0 |
2074 | 2024-02-28T12:36:57.178Z | Compiling memoffset v0.9.0 |
2075 | 2024-02-28T12:36:57.465Z | Compiling bytes v1.5.0 |
2076 | 2024-02-28T12:36:57.655Z | Compiling bitflags v2.4.0 |
2077 | 2024-02-28T12:36:58.309Z | Compiling tokio v1.36.0 |
2078 | 2024-02-28T12:36:58.377Z | Compiling indexmap v2.2.3 |
2079 | 2024-02-28T12:36:58.419Z | Compiling rustc_version v0.4.0 |
2080 | 2024-02-28T12:36:59.851Z | Compiling heapless v0.7.16 |
2081 | 2024-02-28T12:37:00.228Z | Compiling http v0.2.11 |
2082 | 2024-02-28T12:37:00.256Z | Compiling uuid v1.7.0 |
2083 | 2024-02-28T12:37:00.335Z | Compiling num-bigint v0.4.4 |
2084 | 2024-02-28T12:37:00.806Z | Compiling untrusted v0.7.1 |
2085 | 2024-02-28T12:37:00.948Z | Compiling untrusted v0.9.0 |
2086 | 2024-02-28T12:37:00.995Z | Compiling smoltcp v0.9.1 |
2087 | 2024-02-28T12:37:01.156Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2088 | 2024-02-28T12:37:01.672Z | Compiling base64 v0.21.7 |
2089 | 2024-02-28T12:37:01.880Z | Compiling iana-time-zone v0.1.57 |
2090 | 2024-02-28T12:37:02.251Z | Compiling crossbeam-utils v0.8.16 |
2091 | 2024-02-28T12:37:02.615Z | Compiling percent-encoding v2.3.1 |
2092 | 2024-02-28T12:37:02.917Z | Compiling async-trait v0.1.77 |
2093 | 2024-02-28T12:37:02.947Z | Compiling foreign-types-shared v0.1.1 |
2094 | 2024-02-28T12:37:03.047Z | Compiling foreign-types v0.3.2 |
2095 | 2024-02-28T12:37:03.138Z | Compiling chrono v0.4.31 |
2096 | 2024-02-28T12:37:04.991Z | Compiling dof v0.1.5 |
2097 | 2024-02-28T12:37:06.220Z | Compiling tokio-util v0.7.10 |
2098 | 2024-02-28T12:37:06.676Z | Compiling dtrace-parser v0.1.14 |
2099 | 2024-02-28T12:37:06.999Z | Compiling hmac v0.12.1 |
2100 | 2024-02-28T12:37:07.122Z | Compiling clap_derive v4.5.0 |
2101 | 2024-02-28T12:37:07.380Z | Compiling num-integer v0.1.46 |
2102 | 2024-02-28T12:37:07.680Z | Compiling adler v1.0.2 |
2103 | 2024-02-28T12:37:07.709Z | Compiling siphasher v0.3.11 |
2104 | 2024-02-28T12:37:07.887Z | Compiling anstyle v1.0.2 |
2105 | 2024-02-28T12:37:08.075Z | Compiling cpufeatures v0.2.12 |
2106 | 2024-02-28T12:37:08.269Z | Compiling try-lock v0.2.4 |
2107 | 2024-02-28T12:37:08.488Z | Compiling utf8parse v0.2.1 |
2108 | 2024-02-28T12:37:08.533Z | Compiling time-core v0.1.1 |
2109 | 2024-02-28T12:37:08.667Z | Compiling anstyle-parse v0.2.1 |
2110 | 2024-02-28T12:37:08.707Z | Compiling time-macros v0.2.13 |
2111 | 2024-02-28T12:37:09.212Z | Compiling want v0.3.1 |
2112 | 2024-02-28T12:37:11.906Z | Compiling sha2 v0.10.8 |
2113 | 2024-02-28T12:37:11.917Z | Compiling miniz_oxide v0.7.1 |
2114 | 2024-02-28T12:37:12.843Z | Compiling h2 v0.3.24 |
2115 | 2024-02-28T12:37:13.806Z | Compiling strum_macros v0.25.2 |
2116 | 2024-02-28T12:37:14.273Z | Compiling sct v0.7.0 |
2117 | 2024-02-28T12:37:14.277Z | Compiling rustls-webpki v0.101.7 |
2118 | 2024-02-28T12:37:15.485Z | Compiling form_urlencoded v1.2.1 |
2119 | 2024-02-28T12:37:15.664Z | Compiling http-body v0.4.5 |
2120 | 2024-02-28T12:37:16.044Z | Compiling serde_tokenstream v0.1.7 |
2121 | 2024-02-28T12:37:16.095Z | Compiling pkcs8 v0.10.2 |
2122 | 2024-02-28T12:37:16.600Z | Compiling hubpack_derive v0.1.1 |
2123 | 2024-02-28T12:37:17.416Z | Compiling socket2 v0.4.9 |
2124 | 2024-02-28T12:37:17.448Z | Compiling crossbeam-epoch v0.9.15 |
2125 | 2024-02-28T12:37:17.525Z | Compiling usdt-impl v0.5.0 |
2126 | 2024-02-28T12:37:17.882Z | Compiling openssl-probe v0.1.5 |
2127 | 2024-02-28T12:37:18.053Z | Compiling slog v2.7.0 |
2128 | 2024-02-28T12:37:18.073Z | Compiling tower-service v0.3.2 |
2129 | 2024-02-28T12:37:18.147Z | Compiling anstyle-query v1.0.0 |
2130 | 2024-02-28T12:37:18.184Z | Compiling radium v0.7.0 |
2131 | 2024-02-28T12:37:18.507Z | Compiling anyhow v1.0.75 |
2132 | 2024-02-28T12:37:18.619Z | Compiling httpdate v1.0.3 |
2133 | 2024-02-28T12:37:18.960Z | Compiling colorchoice v1.0.0 |
2134 | 2024-02-28T12:37:19.123Z | Compiling anstream v0.6.11 |
2135 | 2024-02-28T12:37:20.154Z | Compiling hyper v0.14.27 |
2136 | 2024-02-28T12:37:26.122Z | Compiling terminal_size v0.3.0 |
2137 | 2024-02-28T12:37:26.419Z | Compiling toml_datetime v0.6.5 |
2138 | 2024-02-28T12:37:26.825Z | Compiling serde_spanned v0.6.5 |
2139 | 2024-02-28T12:37:27.045Z | Compiling zerocopy v0.6.4 |
2140 | 2024-02-28T12:37:28.012Z | Compiling scroll v0.12.0 |
2141 | 2024-02-28T12:37:28.153Z | Compiling md-5 v0.10.5 |
2142 | 2024-02-28T12:37:28.441Z | Compiling idna v0.5.0 |
2143 | 2024-02-28T12:37:28.537Z | Compiling stringprep v0.1.3 |
2144 | 2024-02-28T12:37:29.256Z | Compiling diesel_table_macro_syntax v0.1.0 |
2145 | 2024-02-28T12:37:29.341Z | Compiling hash32 v0.2.1 |
2146 | 2024-02-28T12:37:29.390Z | Compiling aho-corasick v1.0.4 |
2147 | 2024-02-28T12:37:29.588Z | Compiling strsim v0.11.0 |
2148 | 2024-02-28T12:37:29.616Z | Compiling maybe-uninit v2.0.0 |
2149 | 2024-02-28T12:37:29.705Z | Compiling tap v1.0.1 |
2150 | 2024-02-28T12:37:29.847Z | Compiling dyn-clone v1.0.17 |
2151 | 2024-02-28T12:37:29.888Z | Compiling gimli v0.28.0 |
2152 | 2024-02-28T12:37:29.976Z | Compiling clap_lex v0.7.0 |
2153 | 2024-02-28T12:37:30.034Z | Compiling regex-syntax v0.8.2 |
2154 | 2024-02-28T12:37:30.073Z | Compiling fallible-iterator v0.2.0 |
2155 | 2024-02-28T12:37:30.533Z | Compiling plain v0.2.3 |
2156 | 2024-02-28T12:37:30.847Z | Compiling stable_deref_trait v1.2.0 |
2157 | 2024-02-28T12:37:31.516Z | Compiling postgres-protocol v0.6.6 |
2158 | 2024-02-28T12:37:31.606Z | Compiling goblin v0.8.0 |
2159 | 2024-02-28T12:37:31.665Z | Compiling clap_builder v4.5.0 |
2160 | 2024-02-28T12:37:32.198Z | Compiling wyz v0.5.1 |
2161 | 2024-02-28T12:37:32.686Z | Compiling diesel_derives v2.1.2 |
2162 | 2024-02-28T12:37:32.696Z | Compiling url v2.5.0 |
2163 | 2024-02-28T12:37:34.346Z | Compiling addr2line v0.21.0 |
2164 | 2024-02-28T12:37:34.378Z | Compiling regex-automata v0.4.4 |
2165 | 2024-02-28T12:37:35.538Z | Compiling tokio-rustls v0.24.1 |
2166 | 2024-02-28T12:37:36.603Z | Compiling tokio-native-tls v0.3.1 |
2167 | 2024-02-28T12:37:37.264Z | Compiling usdt-attr-macro v0.3.5 |
2168 | 2024-02-28T12:37:37.448Z | Compiling usdt-macro v0.3.5 |
2169 | 2024-02-28T12:37:39.163Z | Compiling phf_shared v0.11.2 |
2170 | 2024-02-28T12:37:41.143Z | Compiling block-padding v0.3.3 |
2171 | 2024-02-28T12:37:41.156Z | Compiling enum-as-inner v0.5.1 |
2172 | 2024-02-28T12:37:41.281Z | Compiling serde_repr v0.1.16 |
2173 | 2024-02-28T12:37:42.116Z | Compiling ff v0.13.0 |
2174 | 2024-02-28T12:37:42.339Z | Compiling scheduled-thread-pool v0.2.7 |
2175 | 2024-02-28T12:37:42.836Z | Compiling object v0.32.1 |
2176 | 2024-02-28T12:37:42.876Z | Compiling bitflags v1.3.2 |
2177 | 2024-02-28T12:37:42.975Z | Compiling regex-automata v0.1.10 |
2178 | 2024-02-28T12:37:43.468Z | Compiling packed_struct v0.10.1 |
2179 | 2024-02-28T12:37:43.883Z | Compiling num-bigint-dig v0.8.4 |
2180 | 2024-02-28T12:37:44.187Z | Compiling pretty-hex v0.4.1 |
2181 | 2024-02-28T12:37:45.141Z | Compiling managed v0.8.0 |
2182 | 2024-02-28T12:37:45.495Z | Compiling ipnet v2.9.0 |
2183 | 2024-02-28T12:37:45.613Z | Compiling winnow v0.5.15 |
2184 | 2024-02-28T12:37:46.523Z | Compiling bit-vec v0.6.3 |
2185 | 2024-02-28T12:37:46.617Z | Compiling deranged v0.3.8 |
2186 | 2024-02-28T12:37:47.145Z | Compiling num_threads v0.1.6 |
2187 | 2024-02-28T12:37:47.275Z | Compiling rustc-demangle v0.1.23 |
2188 | 2024-02-28T12:37:47.355Z | Compiling funty v2.0.0 |
2189 | 2024-02-28T12:37:48.166Z | Compiling matches v0.1.10 |
2190 | 2024-02-28T12:37:48.252Z | Compiling base16ct v0.2.0 |
2191 | 2024-02-28T12:37:48.526Z | Compiling time v0.3.27 |
2192 | 2024-02-28T12:37:48.526Z | Compiling sec1 v0.7.3 |
2193 | 2024-02-28T12:37:49.585Z | Compiling toml_edit v0.19.15 |
2194 | 2024-02-28T12:37:49.713Z | Compiling bitvec v1.0.1 |
2195 | 2024-02-28T12:37:50.376Z | Compiling idna v0.2.3 |
2196 | 2024-02-28T12:37:54.456Z | Compiling dof v0.3.0 |
2197 | 2024-02-28T12:37:54.505Z | Compiling bstr v0.2.17 |
2198 | 2024-02-28T12:37:55.293Z | Compiling r2d2 v0.8.10 |
2199 | 2024-02-28T12:37:55.673Z | Compiling group v0.13.0 |
2200 | 2024-02-28T12:37:55.908Z | Compiling inout v0.1.3 |
2201 | 2024-02-28T12:37:56.621Z | Compiling phf v0.11.2 |
2202 | 2024-02-28T12:37:56.931Z | Compiling regex v1.10.3 |
2203 | 2024-02-28T12:37:57.466Z | Compiling hyper-tls v0.5.0 |
2204 | 2024-02-28T12:37:57.821Z | Compiling hyper-rustls v0.24.2 |
2205 | 2024-02-28T12:37:58.028Z | Compiling signal-hook-mio v0.2.3 |
2206 | 2024-02-28T12:37:58.174Z | Compiling clap v4.5.0 |
2207 | 2024-02-28T12:37:58.184Z | Compiling flate2 v1.0.28 |
2208 | 2024-02-28T12:37:58.292Z | Compiling bzip2 v0.4.4 |
2209 | 2024-02-28T12:37:58.658Z | Compiling ipnetwork v0.20.0 |
2210 | 2024-02-28T12:37:59.112Z | Compiling postgres-types v0.2.6 |
2211 | 2024-02-28T12:37:59.781Z | Compiling hubpack v0.1.2 |
2212 | 2024-02-28T12:37:59.882Z | Compiling serde_urlencoded v0.7.1 |
2213 | 2024-02-28T12:37:59.940Z | Compiling rustls-pemfile v1.0.3 |
2214 | 2024-02-28T12:38:00.223Z | Compiling phf_shared v0.10.0 |
2215 | 2024-02-28T12:38:00.255Z | Compiling hkdf v0.12.4 |
2216 | 2024-02-28T12:38:00.400Z | Compiling dtrace-parser v0.2.0 |
2217 | 2024-02-28T12:38:00.418Z | Compiling futures-executor v0.3.30 |
2218 | 2024-02-28T12:38:01.864Z | Compiling crypto-bigint v0.5.2 |
2219 | 2024-02-28T12:38:02.080Z | Compiling packed_struct_codegen v0.10.1 |
2220 | 2024-02-28T12:38:02.394Z | Compiling float-cmp v0.9.0 |
2221 | 2024-02-28T12:38:03.193Z | Compiling indexmap v1.9.3 |
2222 | 2024-02-28T12:38:03.517Z | Compiling encoding_rs v0.8.33 |
2223 | 2024-02-28T12:38:04.130Z | Compiling fixedbitset v0.4.2 |
2224 | 2024-02-28T12:38:04.617Z | Compiling winnow v0.6.1 |
2225 | 2024-02-28T12:38:04.762Z | Compiling crc-catalog v2.2.0 |
2226 | 2024-02-28T12:38:04.848Z | Compiling new_debug_unreachable v1.0.4 |
2227 | 2024-02-28T12:38:04.901Z | Compiling difflib v0.4.0 |
2228 | 2024-02-28T12:38:04.935Z | Compiling regex-automata v0.3.8 |
2229 | 2024-02-28T12:38:06.259Z | Compiling data-encoding v2.4.0 |
2230 | 2024-02-28T12:38:07.239Z | Compiling minimal-lexical v0.2.1 |
2231 | 2024-02-28T12:38:07.268Z | Compiling webpki-roots v0.25.2 |
2232 | 2024-02-28T12:38:07.409Z | Compiling predicates-core v1.0.6 |
2233 | 2024-02-28T12:38:07.736Z | Compiling static_assertions v1.1.0 |
2234 | 2024-02-28T12:38:07.832Z | Compiling unicode-segmentation v1.10.1 |
2235 | 2024-02-28T12:38:07.917Z | Compiling mime v0.3.17 |
2236 | 2024-02-28T12:38:07.962Z | Compiling either v1.10.0 |
2237 | 2024-02-28T12:38:08.436Z | Compiling normalize-line-endings v0.3.0 |
2238 | 2024-02-28T12:38:08.554Z | Compiling precomputed-hash v0.1.1 |
2239 | 2024-02-28T12:38:08.620Z | Compiling unicode-width v0.1.11 |
2240 | 2024-02-28T12:38:08.659Z | Compiling whoami v1.4.1 |
2241 | 2024-02-28T12:38:08.678Z | Compiling nodrop v0.1.14 |
2242 | 2024-02-28T12:38:08.774Z | Compiling array-init v0.0.4 |
2243 | 2024-02-28T12:38:08.794Z | Compiling console v0.15.8 |
2244 | 2024-02-28T12:38:09.223Z | Compiling tokio-postgres v0.7.10 |
2245 | 2024-02-28T12:38:10.081Z | Compiling string_cache v0.8.7 |
2246 | 2024-02-28T12:38:10.494Z | Compiling predicates v3.1.0 |
2247 | 2024-02-28T12:38:13.030Z | Compiling similar v2.3.0 |
2248 | 2024-02-28T12:38:14.978Z | Compiling toml_edit v0.22.6 |
2249 | 2024-02-28T12:38:15.122Z | Compiling itertools v0.10.5 |
2250 | 2024-02-28T12:38:15.644Z | Compiling reqwest v0.11.22 |
2251 | 2024-02-28T12:38:22.313Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2252 | 2024-02-28T12:38:24.996Z | Compiling nom v7.1.3 |
2253 | 2024-02-28T12:38:27.061Z | Compiling trust-dns-proto v0.22.0 |
2254 | 2024-02-28T12:38:28.103Z | Compiling bstr v1.6.0 |
2255 | 2024-02-28T12:38:28.119Z | Compiling crc v3.0.1 |
2256 | 2024-02-28T12:38:29.576Z | Compiling petgraph v0.6.4 |
2257 | 2024-02-28T12:38:30.261Z | Compiling elliptic-curve v0.13.8 |
2258 | 2024-02-28T12:38:34.869Z | Compiling futures v0.3.30 |
2259 | 2024-02-28T12:38:35.991Z | Compiling smallvec v0.6.14 |
2260 | 2024-02-28T12:38:36.245Z | Compiling diesel v2.1.4 |
2261 | 2024-02-28T12:38:36.509Z | Compiling zip v0.6.6 |
2262 | 2024-02-28T12:38:36.535Z | Compiling yasna v0.5.2 |
2263 | 2024-02-28T12:38:36.889Z | Compiling crossterm v0.27.0 |
2264 | 2024-02-28T12:38:37.735Z | Compiling cipher v0.4.4 |
2265 | 2024-02-28T12:38:38.627Z | Compiling toml v0.7.8 |
2266 | 2024-02-28T12:38:39.791Z | Compiling bit-set v0.5.3 |
2267 | 2024-02-28T12:38:40.062Z | Compiling usdt v0.3.5 |
2268 | 2024-02-28T12:38:40.758Z | Compiling strum v0.25.0 |
2269 | 2024-02-28T12:38:40.928Z | Compiling pkcs1 v0.7.5 |
2270 | 2024-02-28T12:38:41.732Z | Compiling tokio-stream v0.1.14 |
2271 | 2024-02-28T12:38:42.675Z | Compiling is-terminal v0.4.9 |
2272 | 2024-02-28T12:38:42.948Z | Compiling openapiv3 v2.0.0 |
2273 | 2024-02-28T12:38:43.231Z | Compiling hex v0.4.3 |
2274 | 2024-02-28T12:38:44.639Z | Compiling signature v2.1.0 |
2275 | 2024-02-28T12:38:46.908Z | Compiling bitfield v0.14.0 |
2276 | 2024-02-28T12:38:47.513Z | Compiling termcolor v1.2.0 |
2277 | 2024-02-28T12:38:48.022Z | Compiling hashbrown v0.12.3 |
2278 | 2024-02-28T12:38:48.894Z | Compiling lalrpop-util v0.19.12 |
2279 | 2024-02-28T12:38:54.487Z | Compiling env_logger v0.10.0 |
2280 | 2024-02-28T12:38:56.353Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2281 | 2024-02-28T12:38:58.614Z | Compiling rsa v0.9.2 |
2282 | 2024-02-28T12:39:06.236Z | Compiling serde-hex v0.1.0 |
2283 | 2024-02-28T12:39:07.577Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2284 | 2024-02-28T12:39:13.320Z | Compiling ron v0.8.1 |
2285 | 2024-02-28T12:39:14.699Z | Compiling x509-cert v0.2.4 |
2286 | 2024-02-28T12:39:15.783Z | Compiling hashbrown v0.13.2 |
2287 | 2024-02-28T12:39:19.340Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2288 | 2024-02-28T12:39:21.413Z | Compiling crc-any v2.4.3 |
2289 | 2024-02-28T12:39:38.054Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2290 | 2024-02-28T12:39:49.816Z | Compiling object v0.30.4 |
2291 | 2024-02-28T12:39:50.326Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2292 | 2024-02-28T12:40:00.250Z | Compiling path-slash v0.1.5 |
2293 | 2024-02-28T12:40:00.477Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2294 | 2024-02-28T12:40:27.953Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2295 | 2024-02-28T12:40:28.668Z | Finished release [optimized] target(s) in 4m 01s |
2296 | 2024-02-28T12:40:28.738Z | |
2297 | 2024-02-28T12:40:28.738Z | real 4:01.802699991 |
2298 | 2024-02-28T12:40:28.738Z | user 26:23.633211983 |
2299 | 2024-02-28T12:40:28.738Z | sys 3:05.401972355 |
2300 | 2024-02-28T12:40:28.739Z | trap 0.817054808 |
2301 | 2024-02-28T12:40:28.739Z | tflt 1.735457509 |
2302 | 2024-02-28T12:40:28.739Z | dflt 0.584946295 |
2303 | 2024-02-28T12:40:28.739Z | kflt 0.000458918 |
2304 | 2024-02-28T12:40:28.739Z | lock 1:00:48.303536500 |
2305 | 2024-02-28T12:40:28.742Z | slp 1:18:32.916005703 |
2306 | 2024-02-28T12:40:28.742Z | lat 1:25.190782875 |
2307 | 2024-02-28T12:40:28.742Z | stop 1:12.304550633 |
2308 | 2024-02-28T12:40:28.742Z | + ptime -m gzip |
2309 | 2024-02-28T12:40:29.207Z | |
2310 | 2024-02-28T12:40:29.207Z | real 0.464901407 |
2311 | 2024-02-28T12:40:29.208Z | user 0.459296075 |
2312 | 2024-02-28T12:40:29.208Z | sys 0.005088322 |
2313 | 2024-02-28T12:40:29.208Z | trap 0.000027165 |
2314 | 2024-02-28T12:40:29.208Z | tflt 0.000000000 |
2315 | 2024-02-28T12:40:29.208Z | dflt 0.000000000 |
2316 | 2024-02-28T12:40:29.208Z | kflt 0.000000000 |
2317 | 2024-02-28T12:40:29.208Z | lock 0.000000000 |
2318 | 2024-02-28T12:40:29.208Z | slp 0.000000000 |
2319 | 2024-02-28T12:40:29.208Z | lat 0.000088054 |
2320 | 2024-02-28T12:40:29.208Z | stop 0.000178318 |
2321 | 2024-02-28T12:40:29.211Z | + banner tufaceous |
2322 | 2024-02-28T12:40:29.211Z | |
2323 | 2024-02-28T12:40:29.212Z | ##### # # ###### ## #### ###### #### # # #### |
2324 | 2024-02-28T12:40:29.212Z | # # # # # # # # # # # # # # |
2325 | 2024-02-28T12:40:29.212Z | # # # ##### # # # ##### # # # # #### |
2326 | 2024-02-28T12:40:29.212Z | # # # # ###### # # # # # # # |
2327 | 2024-02-28T12:40:29.212Z | # # # # # # # # # # # # # # # |
2328 | 2024-02-28T12:40:29.212Z | # #### # # # #### ###### #### #### #### |
2329 | 2024-02-28T12:40:29.212Z | |
2330 | 2024-02-28T12:40:29.212Z | + ptime -m cargo build --locked -p tufaceous --release |
2331 | 2024-02-28T12:40:29.618Z | Downloading crates ... |
2332 | 2024-02-28T12:40:29.927Z | Downloaded parse-size v1.0.0 |
2333 | 2024-02-28T12:40:29.930Z | Downloaded async-recursion v1.0.5 |
2334 | 2024-02-28T12:40:29.933Z | Downloaded buf-list v1.0.3 |
2335 | 2024-02-28T12:40:29.936Z | Downloaded doc-comment v0.3.3 |
2336 | 2024-02-28T12:40:29.948Z | Downloaded serde_plain v1.0.2 |
2337 | 2024-02-28T12:40:29.951Z | Downloaded olpc-cjson v0.1.3 |
2338 | 2024-02-28T12:40:29.954Z | Downloaded humantime v2.1.0 |
2339 | 2024-02-28T12:40:29.957Z | Downloaded pin-project v1.1.3 |
2340 | 2024-02-28T12:40:29.966Z | Downloaded snafu-derive v0.7.5 |
2341 | 2024-02-28T12:40:29.969Z | Downloaded snafu v0.7.5 |
2342 | 2024-02-28T12:40:29.973Z | Downloaded typed-path v0.7.0 |
2343 | 2024-02-28T12:40:29.978Z | Downloaded tough v0.16.0 |
2344 | 2024-02-28T12:40:29.986Z | Downloaded globset v0.4.13 |
2345 | 2024-02-28T12:40:29.989Z | Downloaded pin-project-internal v1.1.3 |
2346 | 2024-02-28T12:40:29.989Z | Downloaded fs-err v2.11.0 |
2347 | 2024-02-28T12:40:30.086Z | Compiling serde_tokenstream v0.2.0 |
2348 | 2024-02-28T12:40:30.147Z | Compiling regress v0.8.0 |
2349 | 2024-02-28T12:40:30.159Z | Compiling dirs-sys-next v0.1.2 |
2350 | 2024-02-28T12:40:30.162Z | Compiling strsim v0.10.0 |
2351 | 2024-02-28T12:40:30.162Z | Compiling rustls-pki-types v1.3.0 |
2352 | 2024-02-28T12:40:30.162Z | Compiling ident_case v1.0.1 |
2353 | 2024-02-28T12:40:30.188Z | Compiling thread_local v1.1.7 |
2354 | 2024-02-28T12:40:30.333Z | Compiling dirs-next v2.0.0 |
2355 | 2024-02-28T12:40:30.565Z | Compiling darling_core v0.20.3 |
2356 | 2024-02-28T12:40:30.622Z | Compiling slog-async v2.8.0 |
2357 | 2024-02-28T12:40:30.788Z | Compiling camino v1.1.6 |
2358 | 2024-02-28T12:40:30.985Z | Compiling rustls v0.22.2 |
2359 | 2024-02-28T12:40:31.111Z | Compiling heck v0.4.1 |
2360 | 2024-02-28T12:40:31.321Z | Compiling rustls-webpki v0.102.1 |
2361 | 2024-02-28T12:40:31.333Z | Compiling term v0.7.0 |
2362 | 2024-02-28T12:40:31.424Z | Compiling crossbeam-channel v0.5.8 |
2363 | 2024-02-28T12:40:31.589Z | Compiling getopts v0.2.21 |
2364 | 2024-02-28T12:40:32.404Z | Compiling structmeta-derive v0.3.0 |
2365 | 2024-02-28T12:40:32.458Z | Compiling atty v0.2.14 |
2366 | 2024-02-28T12:40:32.603Z | Compiling multer v3.0.0 |
2367 | 2024-02-28T12:40:32.924Z | Compiling doc-comment v0.3.3 |
2368 | 2024-02-28T12:40:33.196Z | Compiling take_mut v0.2.2 |
2369 | 2024-02-28T12:40:33.347Z | Compiling paste v1.0.14 |
2370 | 2024-02-28T12:40:33.429Z | Compiling match_cfg v0.1.0 |
2371 | 2024-02-28T12:40:33.525Z | Compiling unsafe-libyaml v0.2.10 |
2372 | 2024-02-28T12:40:33.821Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2373 | 2024-02-28T12:40:35.333Z | Compiling structmeta v0.3.0 |
2374 | 2024-02-28T12:40:35.564Z | Compiling serde_yaml v0.9.25 |
2375 | 2024-02-28T12:40:35.797Z | Compiling hostname v0.3.1 |
2376 | 2024-02-28T12:40:36.079Z | Compiling darling_macro v0.20.3 |
2377 | 2024-02-28T12:40:36.267Z | Compiling slog-term v2.9.0 |
2378 | 2024-02-28T12:40:37.060Z | Compiling darling v0.20.3 |
2379 | 2024-02-28T12:40:39.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2380 | 2024-02-28T12:40:39.306Z | Compiling slog-json v2.6.1 |
2381 | 2024-02-28T12:40:39.419Z | Compiling http v1.0.0 |
2382 | 2024-02-28T12:40:39.451Z | Compiling async-stream-impl v0.3.5 |
2383 | 2024-02-28T12:40:39.808Z | Compiling pin-project-internal v1.1.3 |
2384 | 2024-02-28T12:40:40.758Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2385 | 2024-02-28T12:40:41.106Z | Compiling fastrand v2.0.1 |
2386 | 2024-02-28T12:40:41.276Z | Compiling atomic-waker v1.1.1 |
2387 | 2024-02-28T12:40:41.473Z | Compiling tempfile v3.10.0 |
2388 | 2024-02-28T12:40:41.805Z | Compiling waitgroup v0.1.2 |
2389 | 2024-02-28T12:40:42.659Z | Compiling pin-project v1.1.3 |
2390 | 2024-02-28T12:40:42.846Z | Compiling tokio-rustls v0.25.0 |
2391 | 2024-02-28T12:40:43.201Z | Compiling async-stream v0.3.5 |
2392 | 2024-02-28T12:40:43.315Z | Compiling slog-bunyan v2.5.0 |
2393 | 2024-02-28T12:40:43.528Z | Compiling serde_with_macros v3.6.1 |
2394 | 2024-02-28T12:40:43.629Z | Compiling parse-display-derive v0.9.0 |
2395 | 2024-02-28T12:40:44.693Z | Compiling toml v0.8.10 |
2396 | 2024-02-28T12:40:44.704Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2397 | 2024-02-28T12:40:45.413Z | Compiling rustls-pemfile v2.1.0 |
2398 | 2024-02-28T12:40:45.773Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2399 | 2024-02-28T12:40:46.191Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2400 | 2024-02-28T12:40:46.370Z | Compiling sha1 v0.10.6 |
2401 | 2024-02-28T12:40:46.760Z | Compiling newtype-uuid v1.0.1 |
2402 | 2024-02-28T12:40:47.096Z | Compiling strum_macros v0.26.1 |
2403 | 2024-02-28T12:40:47.270Z | Compiling snafu-derive v0.7.5 |
2404 | 2024-02-28T12:40:47.670Z | Compiling serde_path_to_error v0.1.15 |
2405 | 2024-02-28T12:40:47.700Z | Compiling instant v0.1.12 |
2406 | 2024-02-28T12:40:47.867Z | Compiling fs-err v2.11.0 |
2407 | 2024-02-28T12:40:48.194Z | Compiling same-file v1.0.6 |
2408 | 2024-02-28T12:40:48.494Z | Compiling debug-ignore v1.0.5 |
2409 | 2024-02-28T12:40:48.643Z | Compiling arc-swap v1.6.0 |
2410 | 2024-02-28T12:40:48.727Z | Compiling buf-list v1.0.3 |
2411 | 2024-02-28T12:40:49.354Z | Compiling slog-scope v4.4.0 |
2412 | 2024-02-28T12:40:50.258Z | Compiling walkdir v2.4.0 |
2413 | 2024-02-28T12:40:50.334Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2414 | 2024-02-28T12:40:50.452Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2415 | 2024-02-28T12:40:51.900Z | Compiling strum v0.26.1 |
2416 | 2024-02-28T12:40:52.086Z | Compiling backoff v0.4.0 |
2417 | 2024-02-28T12:40:52.191Z | Compiling parse-display v0.9.0 |
2418 | 2024-02-28T12:40:52.358Z | Compiling snafu v0.7.5 |
2419 | 2024-02-28T12:40:52.453Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2420 | 2024-02-28T12:40:52.800Z | Compiling serde_with v3.6.1 |
2421 | 2024-02-28T12:40:53.829Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2422 | 2024-02-28T12:40:54.110Z | Compiling globset v0.4.13 |
2423 | 2024-02-28T12:40:54.537Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2424 | 2024-02-28T12:40:54.708Z | Compiling pem v3.0.2 |
2425 | 2024-02-28T12:40:56.425Z | Compiling olpc-cjson v0.1.3 |
2426 | 2024-02-28T12:40:56.994Z | Compiling serde_plain v1.0.2 |
2427 | 2024-02-28T12:40:57.341Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2428 | 2024-02-28T12:40:57.508Z | Compiling macaddr v1.0.1 |
2429 | 2024-02-28T12:40:57.794Z | Compiling async-recursion v1.0.5 |
2430 | 2024-02-28T12:40:58.249Z | Compiling filetime v0.2.23 |
2431 | 2024-02-28T12:40:58.618Z | Compiling xattr v1.0.1 |
2432 | 2024-02-28T12:40:58.827Z | Compiling typed-path v0.7.0 |
2433 | 2024-02-28T12:40:58.915Z | Compiling tar v0.4.40 |
2434 | 2024-02-28T12:41:03.144Z | Compiling tough v0.16.0 |
2435 | 2024-02-28T12:41:05.612Z | Compiling slog-stdlog v4.1.1 |
2436 | 2024-02-28T12:41:06.557Z | Compiling camino-tempfile v1.1.1 |
2437 | 2024-02-28T12:41:07.348Z | Compiling itertools v0.12.1 |
2438 | 2024-02-28T12:41:07.369Z | Compiling parse-size v1.0.0 |
2439 | 2024-02-28T12:41:07.698Z | Compiling slog-envlogger v2.2.0 |
2440 | 2024-02-28T12:41:10.359Z | Compiling humantime v2.1.0 |
2441 | 2024-02-28T12:41:13.493Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2442 | 2024-02-28T12:41:13.720Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2443 | 2024-02-28T12:41:23.701Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2444 | 2024-02-28T12:41:25.780Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2445 | 2024-02-28T12:41:45.178Z | Finished release [optimized] target(s) in 1m 15s |
2446 | 2024-02-28T12:41:45.253Z | |
2447 | 2024-02-28T12:41:45.253Z | real 1:16.008256440 |
2448 | 2024-02-28T12:41:45.253Z | user 8:27.215478351 |
2449 | 2024-02-28T12:41:45.253Z | sys 39.913594633 |
2450 | 2024-02-28T12:41:45.253Z | trap 0.230929737 |
2451 | 2024-02-28T12:41:45.253Z | tflt 0.361457468 |
2452 | 2024-02-28T12:41:45.253Z | dflt 0.395868189 |
2453 | 2024-02-28T12:41:45.253Z | kflt 0.000018236 |
2454 | 2024-02-28T12:41:45.253Z | lock 17:21.780492554 |
2455 | 2024-02-28T12:41:45.253Z | slp 19:08.452965582 |
2456 | 2024-02-28T12:41:45.253Z | lat 20.627812276 |
2457 | 2024-02-28T12:41:45.253Z | stop 13.880448155 |
2458 | 2024-02-28T12:41:45.257Z | + ptime -m gzip |
2459 | 2024-02-28T12:41:47.005Z | |
2460 | 2024-02-28T12:41:47.005Z | real 1.748014069 |
2461 | 2024-02-28T12:41:47.005Z | user 1.732981091 |
2462 | 2024-02-28T12:41:47.005Z | sys 0.013665752 |
2463 | 2024-02-28T12:41:47.005Z | trap 0.000334498 |
2464 | 2024-02-28T12:41:47.005Z | tflt 0.000000000 |
2465 | 2024-02-28T12:41:47.005Z | dflt 0.000000000 |
2466 | 2024-02-28T12:41:47.005Z | kflt 0.000000000 |
2467 | 2024-02-28T12:41:47.005Z | lock 0.000000000 |
2468 | 2024-02-28T12:41:47.005Z | slp 0.000000000 |
2469 | 2024-02-28T12:41:47.005Z | lat 0.000628988 |
2470 | 2024-02-28T12:41:47.005Z | stop 0.000184197 |
2471 | 2024-02-28T12:41:47.009Z | process exited: duration 833005 ms, exit code 0 |
|
2472 | 2024-02-28T12:41:47.027Z | found 5 output files |
2473 | 2024-02-28T12:41:47.027Z | uploading: /work/end-to-end-tests/bootstrap-4050ce4c33c23f6c.gz (10681452 bytes) |
2474 | 2024-02-28T12:41:51.948Z | uploaded: /work/end-to-end-tests/bootstrap-4050ce4c33c23f6c.gz |
2475 | 2024-02-28T12:41:51.949Z | uploading: /work/end-to-end-tests/bootstrap.gz (109731627 bytes) |
2476 | 2024-02-28T12:42:22.925Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2477 | 2024-02-28T12:42:22.925Z | uploading: /work/end-to-end-tests/end_to_end_tests-a664735483201555.gz (113176598 bytes) |
2478 | 2024-02-28T12:42:48.308Z | uploaded: /work/end-to-end-tests/end_to_end_tests-a664735483201555.gz |
2479 | 2024-02-28T12:42:48.313Z | uploading: /work/caboose-util.gz (4098595 bytes) |
2480 | 2024-02-28T12:42:50.258Z | uploaded: /work/caboose-util.gz |
2481 | 2024-02-28T12:42:50.259Z | uploading: /work/tufaceous.gz (15875721 bytes) |
2482 | 2024-02-28T12:42:54.971Z | uploaded: /work/tufaceous.gz |