|
|
|
1 | 2024-02-15T21:21:27.901Z | job assigned to worker 01HPQA8WFR6B40JCVCW8A88Z7N (queued for 1 m 3 s) |
|
2 | 2024-02-15T21:21:28.808Z | starting task 0: "setup" |
3 | 2024-02-15T21:21:28.922Z | ++ uname -s |
4 | 2024-02-15T21:21:28.929Z | + kern=SunOS |
5 | 2024-02-15T21:21:28.929Z | + case "$kern" in |
6 | 2024-02-15T21:21:28.930Z | + groupadd -g 12345 build |
7 | 2024-02-15T21:21:28.930Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-15T21:21:30.936Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-15T21:21:31.025Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-15T21:21:31.038Z | + home_fs=zfs |
11 | 2024-02-15T21:21:31.038Z | + [[ zfs == autofs ]] |
12 | 2024-02-15T21:21:31.038Z | + mkdir -p /home/build |
13 | 2024-02-15T21:21:31.038Z | + chown build:build /home/build /work |
14 | 2024-02-15T21:21:33.451Z | + chmod 0700 /home/build /work |
15 | 2024-02-15T21:21:33.869Z | process exited: duration 4219 ms, exit code 0 |
|
16 | 2024-02-15T21:21:33.877Z | starting task 1: "rust-toolchain" |
17 | 2024-02-15T21:21:34.556Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-15T21:21:34.556Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-15T21:21:34.556Z | info: downloading installer |
20 | 2024-02-15T21:21:35.044Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-15T21:21:35.044Z | warning: /opt/ooce/bin |
22 | 2024-02-15T21:21:35.044Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-15T21:21:35.044Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-15T21:21:35.044Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-15T21:21:35.045Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-15T21:21:35.045Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-15T21:21:35.054Z | error: cannot install while Rust is installed |
28 | 2024-02-15T21:21:35.054Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-15T21:21:35.579Z | info: profile set to 'default' |
30 | 2024-02-15T21:21:35.579Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-15T21:21:35.589Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-15T21:21:35.589Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-15T21:21:35.589Z | info: downloading component 'cargo' |
34 | 2024-02-15T21:21:35.905Z | info: downloading component 'clippy' |
35 | 2024-02-15T21:21:36.136Z | info: downloading component 'rust-docs' |
36 | 2024-02-15T21:21:36.897Z | info: downloading component 'rust-std' |
37 | 2024-02-15T21:21:39.201Z | info: downloading component 'rustc' |
38 | 2024-02-15T21:21:44.740Z | info: downloading component 'rustfmt' |
39 | 2024-02-15T21:21:45.002Z | info: installing component 'cargo' |
40 | 2024-02-15T21:21:45.002Z | info: installing component 'clippy' |
41 | 2024-02-15T21:21:45.002Z | info: installing component 'rust-docs' |
42 | 2024-02-15T21:21:45.003Z | info: installing component 'rust-std' |
43 | 2024-02-15T21:21:46.395Z | info: installing component 'rustc' |
44 | 2024-02-15T21:21:50.713Z | info: installing component 'rustfmt' |
45 | 2024-02-15T21:21:51.054Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-15T21:21:51.055Z | |
47 | 2024-02-15T21:21:51.330Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-15T21:21:51.331Z | |
49 | 2024-02-15T21:21:51.354Z | |
50 | 2024-02-15T21:21:51.355Z | Rust is installed now. Great! |
51 | 2024-02-15T21:21:51.355Z | |
52 | 2024-02-15T21:21:51.355Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-15T21:21:51.355Z | environment variable. This has not been done automatically. |
54 | 2024-02-15T21:21:51.355Z | |
55 | 2024-02-15T21:21:51.355Z | To configure your current shell, run: |
56 | 2024-02-15T21:21:51.355Z | source "$HOME/.cargo/env" |
57 | 2024-02-15T21:21:51.383Z | + rustc --version |
58 | 2024-02-15T21:21:51.854Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-15T21:21:51.854Z | process exited: duration 17570 ms, exit code 0 |
|
60 | 2024-02-15T21:21:51.881Z | starting task 2: "authentication" |
61 | 2024-02-15T21:21:51.918Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2024-02-15T21:21:51.951Z | starting task 3: "clone repository" |
63 | 2024-02-15T21:21:51.963Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-15T21:21:51.963Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-15T21:21:52.207Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-15T21:22:02.747Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-15T21:22:02.747Z | + git fetch origin 114aeb9a82ff2797396ac7fb050d87abccac867a |
68 | 2024-02-15T21:22:03.255Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-15T21:22:03.256Z | * branch 114aeb9a82ff2797396ac7fb050d87abccac867a -> FETCH_HEAD |
70 | 2024-02-15T21:22:03.256Z | + [[ -n john/correct-bad-service-nic-slots ]] |
71 | 2024-02-15T21:22:03.256Z | ++ git branch --show-current |
72 | 2024-02-15T21:22:03.256Z | + current=main |
73 | 2024-02-15T21:22:03.256Z | + [[ main != john/correct-bad-service-nic-slots ]] |
74 | 2024-02-15T21:22:03.256Z | + git branch -f john/correct-bad-service-nic-slots 114aeb9a82ff2797396ac7fb050d87abccac867a |
75 | 2024-02-15T21:22:03.256Z | + git checkout -f john/correct-bad-service-nic-slots |
76 | 2024-02-15T21:22:03.256Z | Switched to branch 'john/correct-bad-service-nic-slots' |
77 | 2024-02-15T21:22:03.256Z | + git reset --hard 114aeb9a82ff2797396ac7fb050d87abccac867a |
78 | 2024-02-15T21:22:03.256Z | HEAD is now at 114aeb9a8 Fix bad service NIC slots |
79 | 2024-02-15T21:22:03.256Z | process exited: duration 6618 ms, exit code 0 |
|
80 | 2024-02-15T21:22:03.383Z | starting task 4: "build" |
81 | 2024-02-15T21:22:03.825Z | + cargo --version |
82 | 2024-02-15T21:22:03.825Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-15T21:22:03.825Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-15T21:22:03.825Z | info: downloading component 'cargo' |
85 | 2024-02-15T21:22:04.427Z | info: downloading component 'clippy' |
86 | 2024-02-15T21:22:06.698Z | info: downloading component 'rust-docs' |
87 | 2024-02-15T21:22:07.238Z | info: downloading component 'rust-std' |
88 | 2024-02-15T21:22:08.782Z | info: downloading component 'rustc' |
89 | 2024-02-15T21:22:13.163Z | info: downloading component 'rustfmt' |
90 | 2024-02-15T21:22:13.448Z | info: installing component 'cargo' |
91 | 2024-02-15T21:22:14.302Z | info: installing component 'clippy' |
92 | 2024-02-15T21:22:14.647Z | info: installing component 'rust-docs' |
93 | 2024-02-15T21:22:16.180Z | info: installing component 'rust-std' |
94 | 2024-02-15T21:22:17.829Z | info: installing component 'rustc' |
95 | 2024-02-15T21:22:21.865Z | info: installing component 'rustfmt' |
96 | 2024-02-15T21:22:22.251Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-15T21:22:22.261Z | + rustc --version |
98 | 2024-02-15T21:22:22.318Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-15T21:22:22.323Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-15T21:22:34.322Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-15T21:22:34.400Z | Startup: Caching catalogs ... Done |
102 | 2024-02-15T21:22:35.303Z | Planning: Solver setup ... Done (0.976s) |
103 | 2024-02-15T21:22:35.326Z | Planning: Running solver ... Done (0.023s) |
104 | 2024-02-15T21:22:35.518Z | Planning: Finding local manifests ... Done (0.136s) |
105 | 2024-02-15T21:22:35.957Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-15T21:22:36.249Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-15T21:22:36.313Z | Planning: Package planning ... Done (0.049s) |
108 | 2024-02-15T21:22:36.354Z | Planning: Merging actions ... Done (0.051s) |
109 | 2024-02-15T21:22:37.167Z | Planning: Checking for conflicting actions ... Done (0.805s) |
110 | 2024-02-15T21:22:37.182Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-15T21:22:40.382Z | Planning: Evaluating mediators ... Done (3.205s) |
112 | 2024-02-15T21:22:40.391Z | Planning: Planning completed in 6.38 seconds |
113 | 2024-02-15T21:22:40.416Z | Packages to install: 4 |
114 | 2024-02-15T21:22:40.416Z | Mediators to change: 2 |
115 | 2024-02-15T21:22:40.416Z | Services to change: 1 |
116 | 2024-02-15T21:22:40.416Z | Estimated space available: 148.87 GB |
117 | 2024-02-15T21:22:40.416Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-15T21:22:40.416Z | Create boot environment: No |
119 | 2024-02-15T21:22:40.416Z | Create backup boot environment: No |
120 | 2024-02-15T21:22:40.416Z | Rebuild boot archive: No |
121 | 2024-02-15T21:22:40.417Z | |
122 | 2024-02-15T21:22:40.417Z | Changed mediators: |
123 | 2024-02-15T21:22:40.417Z | mediator clang: |
124 | 2024-02-15T21:22:40.417Z | version: None -> 15 (system default) |
125 | 2024-02-15T21:22:40.417Z | |
126 | 2024-02-15T21:22:40.417Z | mediator llvm: |
127 | 2024-02-15T21:22:40.417Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-15T21:22:40.418Z | |
129 | 2024-02-15T21:22:40.418Z | Changed packages: |
130 | 2024-02-15T21:22:40.418Z | helios-dev |
131 | 2024-02-15T21:22:40.418Z | developer/build-essential |
132 | 2024-02-15T21:22:40.418Z | None -> 11-2.0 |
133 | 2024-02-15T21:22:40.418Z | library/libxmlsec1 |
134 | 2024-02-15T21:22:40.419Z | None -> 1.2.35-2.0 |
135 | 2024-02-15T21:22:40.419Z | ooce/developer/clang-15 |
136 | 2024-02-15T21:22:40.419Z | None -> 15.0.7-2.0 |
137 | 2024-02-15T21:22:40.419Z | ooce/developer/llvm-15 |
138 | 2024-02-15T21:22:40.419Z | None -> 15.0.7-2.0 |
139 | 2024-02-15T21:22:40.420Z | |
140 | 2024-02-15T21:22:40.420Z | Services: |
141 | 2024-02-15T21:22:40.420Z | restart_fmri: |
142 | 2024-02-15T21:22:40.420Z | svc:/system/update-man-index:default |
143 | 2024-02-15T21:22:40.665Z | |
144 | 2024-02-15T21:22:40.665Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-15T21:22:47.598Z | Download: 213/3290 items 1.3/212.6MB 0% complete (559k/s) |
146 | 2024-02-15T21:22:52.122Z | Download: 1176/3290 items 52.8/212.6MB 24% complete (5.1M/s) |
147 | 2024-02-15T21:22:57.138Z | Download: 1789/3290 items 118.4/212.6MB 55% complete (11.8M/s) |
148 | 2024-02-15T21:23:02.138Z | Download: 2305/3290 items 119.8/212.6MB 56% complete (7.1M/s) |
149 | 2024-02-15T21:23:11.667Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
150 | 2024-02-15T21:23:13.511Z | Download: Completed 212.60 MB in 32.44 seconds (6.5M/s) |
151 | 2024-02-15T21:23:13.522Z | Actions: 1/3689 actions (Installing new actions) |
152 | 2024-02-15T21:23:18.477Z | Actions: 3687/3689 actions (Installing new actions) |
153 | 2024-02-15T21:23:18.553Z | Actions: Completed 3689 actions in 5.25 seconds. |
154 | 2024-02-15T21:23:19.015Z | Done (0.164s) |
155 | 2024-02-15T21:23:19.015Z | Done (0.000s) |
156 | 2024-02-15T21:23:19.015Z | Done (0.216s) |
157 | 2024-02-15T21:23:24.175Z | Done (5.124s) |
158 | 2024-02-15T21:23:24.339Z | Done (0.093s) |
159 | 2024-02-15T21:23:24.345Z | Done (0.000s) |
160 | 2024-02-15T21:23:24.527Z | Done (0.000s) |
161 | 2024-02-15T21:23:25.021Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-02-15T21:23:25.934Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-02-15T21:23:25.934Z | Planning: Consolidating action changes ... Done |
164 | 2024-02-15T21:23:25.934Z | Planning: Evaluating mediators ... Done |
165 | 2024-02-15T21:23:25.935Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-02-15T21:23:25.935Z | Mediators to change: 2 |
167 | 2024-02-15T21:23:25.935Z | Create boot environment: No |
168 | 2024-02-15T21:23:25.936Z | Create backup boot environment: No |
169 | 2024-02-15T21:23:25.936Z | Done |
170 | 2024-02-15T21:23:25.936Z | Done |
171 | 2024-02-15T21:23:25.937Z | Done |
172 | 2024-02-15T21:23:29.338Z | Done |
173 | 2024-02-15T21:23:29.414Z | Done |
174 | 2024-02-15T21:23:29.428Z | Done |
175 | 2024-02-15T21:23:29.579Z | Done |
176 | 2024-02-15T21:23:30.177Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-02-15T21:23:30.202Z | Planning: Merging actions ... Done |
178 | 2024-02-15T21:23:30.369Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-02-15T21:23:30.378Z | Planning: Consolidating action changes ... Done |
180 | 2024-02-15T21:23:30.644Z | Planning: Evaluating mediators ... Done |
181 | 2024-02-15T21:23:30.697Z | Planning: Planning completed in 0.79 seconds |
182 | 2024-02-15T21:23:30.728Z | Packages to change: 1 |
183 | 2024-02-15T21:23:30.733Z | Mediators to change: 1 |
184 | 2024-02-15T21:23:30.733Z | Services to change: 1 |
185 | 2024-02-15T21:23:30.734Z | Create boot environment: No |
186 | 2024-02-15T21:23:30.734Z | Create backup boot environment: Yes |
187 | 2024-02-15T21:23:32.593Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-02-15T21:23:33.029Z | Actions: Completed 6 actions in 0.03 seconds. |
189 | 2024-02-15T21:23:33.035Z | Done |
190 | 2024-02-15T21:23:33.035Z | Done |
191 | 2024-02-15T21:23:33.035Z | Done |
192 | 2024-02-15T21:23:36.316Z | Done |
193 | 2024-02-15T21:23:36.409Z | Done |
194 | 2024-02-15T21:23:36.874Z | Done |
195 | 2024-02-15T21:23:36.874Z | Done |
196 | 2024-02-15T21:23:36.988Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-02-15T21:23:36.988Z | clang system 15 system |
198 | 2024-02-15T21:23:36.988Z | csh system system illumos |
199 | 2024-02-15T21:23:36.988Z | ctags system system illumos |
200 | 2024-02-15T21:23:36.988Z | gcc vendor 12 vendor |
201 | 2024-02-15T21:23:36.988Z | gcc system 10 system |
202 | 2024-02-15T21:23:36.988Z | gcc system 7 system |
203 | 2024-02-15T21:23:36.988Z | go system 1.20 system |
204 | 2024-02-15T21:23:36.988Z | go system 1.19 system |
205 | 2024-02-15T21:23:36.989Z | llvm system 15 system |
206 | 2024-02-15T21:23:36.989Z | llvm system 14 system |
207 | 2024-02-15T21:23:36.989Z | mariadb system 10.6 system |
208 | 2024-02-15T21:23:36.989Z | mta vendor vendor dma |
209 | 2024-02-15T21:23:36.989Z | openjdk system 17 system |
210 | 2024-02-15T21:23:36.989Z | openjdk system 11 system |
211 | 2024-02-15T21:23:36.989Z | openjdk system 1.8 system |
212 | 2024-02-15T21:23:36.989Z | openssl vendor 3 vendor |
213 | 2024-02-15T21:23:36.989Z | perl system 5.36 system |
214 | 2024-02-15T21:23:36.989Z | postgresql system 15 system |
215 | 2024-02-15T21:23:36.989Z | postgresql system 13 system |
216 | 2024-02-15T21:23:36.989Z | python vendor 3 vendor |
217 | 2024-02-15T21:23:36.990Z | python system 2 system |
218 | 2024-02-15T21:23:36.990Z | python3 system 3.11 system |
219 | 2024-02-15T21:23:36.990Z | ruby system 3.0 system |
220 | 2024-02-15T21:23:36.990Z | words vendor vendor american-english |
221 | 2024-02-15T21:23:36.990Z | words system system australian-english |
222 | 2024-02-15T21:23:36.990Z | words system system british-english |
223 | 2024-02-15T21:23:36.990Z | words system system canadian-english |
224 | 2024-02-15T21:23:36.991Z | words system system french |
225 | 2024-02-15T21:23:36.991Z | words system system italian |
226 | 2024-02-15T21:23:36.991Z | words system system ngerman |
227 | 2024-02-15T21:23:36.991Z | words system system ogerman |
228 | 2024-02-15T21:23:36.991Z | words system system spanish |
229 | 2024-02-15T21:23:38.523Z | FMRI IFO |
230 | 2024-02-15T21:23:38.523Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-02-15T21:23:38.523Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-02-15T21:23:38.524Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-02-15T21:23:38.524Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-02-15T21:23:38.524Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-02-15T21:23:38.524Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
236 | 2024-02-15T21:23:38.524Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-02-15T21:23:38.524Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
238 | 2024-02-15T21:23:38.532Z | + set -o errexit |
239 | 2024-02-15T21:23:38.532Z | +++ dirname ./tools/ci_download_cockroachdb |
240 | 2024-02-15T21:23:38.532Z | ++ cd ./tools |
241 | 2024-02-15T21:23:38.532Z | ++ pwd |
242 | 2024-02-15T21:23:38.532Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
243 | 2024-02-15T21:23:38.532Z | ++ basename ./tools/ci_download_cockroachdb |
244 | 2024-02-15T21:23:38.532Z | + ARG0=ci_download_cockroachdb |
245 | 2024-02-15T21:23:38.532Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
246 | 2024-02-15T21:23:38.532Z | + CIDL_VERSION=v22.1.9 |
247 | 2024-02-15T21:23:38.532Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
248 | 2024-02-15T21:23:38.532Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
249 | 2024-02-15T21:23:38.532Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
250 | 2024-02-15T21:23:38.532Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
251 | 2024-02-15T21:23:38.532Z | + TARGET_DIR=out |
252 | 2024-02-15T21:23:38.532Z | + DOWNLOAD_DIR=out/downloads |
253 | 2024-02-15T21:23:38.532Z | + DEST_DIR=./out/cockroachdb |
254 | 2024-02-15T21:23:38.533Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
255 | 2024-02-15T21:23:38.533Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
256 | 2024-02-15T21:23:38.533Z | + main |
257 | 2024-02-15T21:23:38.533Z | + [[ 0 != 0 ]] |
258 | 2024-02-15T21:23:38.533Z | + CIDL_OS=solaris2.11 |
259 | 2024-02-15T21:23:38.533Z | + [[ 0 != 0 ]] |
260 | 2024-02-15T21:23:38.533Z | + configure_os solaris2.11 |
261 | 2024-02-15T21:23:38.533Z | + echo 'current directory: /work/oxidecomputer/omicron' |
262 | 2024-02-15T21:23:38.534Z | current directory: /work/oxidecomputer/omicron |
263 | 2024-02-15T21:23:38.534Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2024-02-15T21:23:38.534Z | + case "$1" in |
265 | 2024-02-15T21:23:38.534Z | configuring based on OS: "solaris2.11" |
266 | 2024-02-15T21:23:38.534Z | + CIDL_BUILD=illumos |
267 | 2024-02-15T21:23:38.534Z | + CIDL_SUFFIX=tar.gz |
268 | 2024-02-15T21:23:38.534Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
269 | 2024-02-15T21:23:38.534Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2024-02-15T21:23:38.534Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2024-02-15T21:23:38.535Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2024-02-15T21:23:38.535Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-15T21:23:38.535Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-15T21:23:38.535Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2024-02-15T21:23:38.535Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-15T21:23:38.535Z | + CIDL_SHA256FUNC=do_sha256sum |
277 | 2024-02-15T21:23:38.536Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-02-15T21:23:38.536Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-15T21:23:38.536Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-15T21:23:38.536Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-15T21:23:38.537Z | + mkdir -p out/downloads |
282 | 2024-02-15T21:23:38.537Z | + mkdir -p ./out/cockroachdb |
283 | 2024-02-15T21:23:38.537Z | + local DO_DOWNLOAD=true |
284 | 2024-02-15T21:23:38.537Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
285 | 2024-02-15T21:23:38.537Z | + '[' true == true ']' |
286 | 2024-02-15T21:23:38.538Z | + echo Downloading... |
287 | 2024-02-15T21:23:38.538Z | Downloading... |
288 | 2024-02-15T21:23:38.538Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-15T21:23:38.538Z | + 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 |
290 | 2024-02-15T21:23:43.181Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-15T21:23:43.201Z | ++ sha256sum |
292 | 2024-02-15T21:23:43.201Z | ++ awk '{print $1}' |
293 | 2024-02-15T21:23:43.680Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
294 | 2024-02-15T21:23:43.693Z | + [[ 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 ]] |
295 | 2024-02-15T21:23:43.693Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-15T21:23:43.693Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
297 | 2024-02-15T21:23:45.430Z | + do_assemble_illumos |
298 | 2024-02-15T21:23:45.431Z | + rm -r ./out/cockroachdb |
299 | 2024-02-15T21:23:45.434Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
300 | 2024-02-15T21:23:47.247Z | + ./out/cockroachdb/bin/cockroach version |
301 | 2024-02-15T21:23:47.706Z | Build Tag: v22.1.9-dirty |
302 | 2024-02-15T21:23:47.706Z | Build Time: 2022/10/26 21:17:46 |
303 | 2024-02-15T21:23:47.706Z | Distribution: OSS |
304 | 2024-02-15T21:23:47.707Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
305 | 2024-02-15T21:23:47.707Z | Go Version: go1.17.13 |
306 | 2024-02-15T21:23:47.707Z | C Compiler: gcc 10.3.0 |
307 | 2024-02-15T21:23:47.707Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
308 | 2024-02-15T21:23:47.707Z | Build Type: release |
309 | 2024-02-15T21:23:47.708Z | + set -o errexit |
310 | 2024-02-15T21:23:47.708Z | +++ dirname ./tools/ci_download_clickhouse |
311 | 2024-02-15T21:23:47.708Z | ++ cd ./tools |
312 | 2024-02-15T21:23:47.709Z | ++ pwd |
313 | 2024-02-15T21:23:47.709Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
314 | 2024-02-15T21:23:47.709Z | ++ basename ./tools/ci_download_clickhouse |
315 | 2024-02-15T21:23:47.709Z | + ARG0=ci_download_clickhouse |
316 | 2024-02-15T21:23:47.709Z | + TARGET_DIR=out |
317 | 2024-02-15T21:23:47.709Z | + DOWNLOAD_DIR=out/downloads |
318 | 2024-02-15T21:23:47.709Z | + DEST_DIR=./out/clickhouse |
319 | 2024-02-15T21:23:47.709Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
320 | 2024-02-15T21:23:47.709Z | + CIDL_VERSION=v22.8.9.24 |
321 | 2024-02-15T21:23:47.710Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
322 | 2024-02-15T21:23:47.710Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
323 | 2024-02-15T21:23:47.710Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
324 | 2024-02-15T21:23:47.710Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
325 | 2024-02-15T21:23:47.710Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
326 | 2024-02-15T21:23:47.710Z | + main |
327 | 2024-02-15T21:23:47.711Z | + [[ 0 != 0 ]] |
328 | 2024-02-15T21:23:47.711Z | + CIDL_OS=solaris2.11 |
329 | 2024-02-15T21:23:47.711Z | + [[ 0 != 0 ]] |
330 | 2024-02-15T21:23:47.711Z | + configure_os solaris2.11 |
331 | 2024-02-15T21:23:47.711Z | + echo 'current directory: /work/oxidecomputer/omicron' |
332 | 2024-02-15T21:23:47.711Z | current directory: /work/oxidecomputer/omicron |
333 | 2024-02-15T21:23:47.711Z | + echo 'configuring based on OS: "solaris2.11"' |
334 | 2024-02-15T21:23:47.711Z | + CIDL_DASHREV= |
335 | 2024-02-15T21:23:47.711Z | + case "$1" in |
336 | 2024-02-15T21:23:47.711Z | + CIDL_PLATFORM=illumos |
337 | 2024-02-15T21:23:47.711Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-15T21:23:47.711Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
339 | 2024-02-15T21:23:47.712Z | + CIDL_MD5FUNC=do_md5sum |
340 | 2024-02-15T21:23:47.712Z | + CIDL_DASHREV=-1 |
341 | 2024-02-15T21:23:47.712Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
342 | 2024-02-15T21:23:47.712Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-15T21:23:47.712Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-15T21:23:47.712Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-15T21:23:47.712Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-02-15T21:23:47.712Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-15T21:23:47.713Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-15T21:23:47.713Z | + mkdir -p out/downloads |
349 | 2024-02-15T21:23:47.713Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-15T21:23:47.713Z | + mkdir -p ./out/clickhouse |
351 | 2024-02-15T21:23:47.713Z | + local DO_DOWNLOAD=true |
352 | 2024-02-15T21:23:47.713Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
353 | 2024-02-15T21:23:47.714Z | + '[' true == true ']' |
354 | 2024-02-15T21:23:47.714Z | + echo Downloading... |
355 | 2024-02-15T21:23:47.714Z | Downloading... |
356 | 2024-02-15T21:23:47.714Z | + 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 |
357 | 2024-02-15T21:23:47.714Z | + 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 |
358 | 2024-02-15T21:23:47.732Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-15T21:23:47.732Z | ++ md5sum |
360 | 2024-02-15T21:23:47.732Z | ++ awk '{print $1}' |
361 | 2024-02-15T21:23:47.834Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-15T21:23:47.834Z | + [[ 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 ]] |
363 | 2024-02-15T21:23:47.834Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
364 | 2024-02-15T21:23:47.844Z | + mkdir -p ./out/clickhouse |
365 | 2024-02-15T21:23:47.844Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
366 | 2024-02-15T21:23:51.024Z | + ./out/clickhouse/clickhouse server --version |
367 | 2024-02-15T21:23:51.056Z | ClickHouse server version 22.8.9.1. |
368 | 2024-02-15T21:23:51.056Z | + set -o errexit |
369 | 2024-02-15T21:23:51.056Z | +++ dirname ./tools/ci_download_console |
370 | 2024-02-15T21:23:51.056Z | ++ cd ./tools |
371 | 2024-02-15T21:23:51.056Z | ++ pwd |
372 | 2024-02-15T21:23:51.931Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
373 | 2024-02-15T21:23:51.931Z | ++ basename ./tools/ci_download_console |
374 | 2024-02-15T21:23:51.931Z | + ARG0=ci_download_console |
375 | 2024-02-15T21:23:51.931Z | + TARGET_DIR=out |
376 | 2024-02-15T21:23:51.931Z | + DOWNLOAD_DIR=out/downloads |
377 | 2024-02-15T21:23:51.931Z | + DEST_DIR=./out/console-assets |
378 | 2024-02-15T21:23:51.931Z | + source /work/oxidecomputer/omicron/tools/console_version |
379 | 2024-02-15T21:23:51.932Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
380 | 2024-02-15T21:23:51.932Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
381 | 2024-02-15T21:23:51.932Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
382 | 2024-02-15T21:23:51.932Z | + TARBALL_FILE=out/downloads/console.tar.gz |
383 | 2024-02-15T21:23:51.933Z | + main |
384 | 2024-02-15T21:23:51.933Z | + [[ 0 != 0 ]] |
385 | 2024-02-15T21:23:51.933Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
386 | 2024-02-15T21:23:51.933Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2024-02-15T21:23:51.933Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-15T21:23:51.933Z | Local file: out/downloads/console.tar.gz |
389 | 2024-02-15T21:23:51.933Z | + local DO_DOWNLOAD=true |
390 | 2024-02-15T21:23:51.933Z | + [[ -f out/downloads/console.tar.gz ]] |
391 | 2024-02-15T21:23:51.933Z | + mkdir -p out/downloads |
392 | 2024-02-15T21:23:51.933Z | + '[' true == true ']' |
393 | 2024-02-15T21:23:51.934Z | + echo Downloading... |
394 | 2024-02-15T21:23:51.934Z | Downloading... |
395 | 2024-02-15T21:23:51.934Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
396 | 2024-02-15T21:23:51.934Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
397 | 2024-02-15T21:23:54.025Z | ++ do_sha256sum out/downloads/console.tar.gz |
398 | 2024-02-15T21:23:54.025Z | ++ case "$OSTYPE" in |
399 | 2024-02-15T21:23:54.025Z | ++ SHA=sha256sum |
400 | 2024-02-15T21:23:54.026Z | ++ sha256sum |
401 | 2024-02-15T21:23:54.026Z | ++ awk '{print $1}' |
402 | 2024-02-15T21:23:54.026Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
403 | 2024-02-15T21:23:54.026Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
404 | 2024-02-15T21:23:54.026Z | + rm -rf ./out/console-assets |
405 | 2024-02-15T21:23:54.026Z | + mkdir -p ./out/console-assets |
406 | 2024-02-15T21:23:54.026Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
407 | 2024-02-15T21:23:54.026Z | + mkdir -p ./out/console-assets |
408 | 2024-02-15T21:23:54.026Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
409 | 2024-02-15T21:23:54.026Z | + set -o errexit |
410 | 2024-02-15T21:23:54.027Z | +++ dirname ./tools/ci_download_maghemite_openapi |
411 | 2024-02-15T21:23:54.027Z | ++ cd ./tools |
412 | 2024-02-15T21:23:54.027Z | ++ pwd |
413 | 2024-02-15T21:23:54.027Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
414 | 2024-02-15T21:23:54.027Z | ++ basename ./tools/ci_download_maghemite_openapi |
415 | 2024-02-15T21:23:54.027Z | + ARG0=ci_download_maghemite_openapi |
416 | 2024-02-15T21:23:54.027Z | + TARGET_DIR=out |
417 | 2024-02-15T21:23:54.027Z | + DOWNLOAD_DIR=out/downloads |
418 | 2024-02-15T21:23:54.028Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
419 | 2024-02-15T21:23:54.028Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
420 | 2024-02-15T21:23:54.028Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
421 | 2024-02-15T21:23:54.028Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
422 | 2024-02-15T21:23:54.028Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
423 | 2024-02-15T21:23:54.028Z | + main |
424 | 2024-02-15T21:23:54.028Z | + [[ 0 != 0 ]] |
425 | 2024-02-15T21:23:54.028Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
426 | 2024-02-15T21:23:54.028Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
427 | 2024-02-15T21:23:54.029Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
428 | 2024-02-15T21:23:54.029Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
429 | 2024-02-15T21:23:54.029Z | + local DO_DOWNLOAD=true |
430 | 2024-02-15T21:23:54.029Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
431 | 2024-02-15T21:23:54.029Z | + mkdir -p out/downloads |
432 | 2024-02-15T21:23:54.029Z | + '[' true == true ']' |
433 | 2024-02-15T21:23:54.029Z | + echo Downloading... |
434 | 2024-02-15T21:23:54.029Z | Downloading... |
435 | 2024-02-15T21:23:54.029Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
436 | 2024-02-15T21:23:54.029Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
437 | 2024-02-15T21:23:54.147Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
438 | 2024-02-15T21:23:54.147Z | ++ case "$OSTYPE" in |
439 | 2024-02-15T21:23:54.148Z | ++ SHA=sha256sum |
440 | 2024-02-15T21:23:54.148Z | ++ sha256sum |
441 | 2024-02-15T21:23:54.148Z | ++ awk '{print $1}' |
442 | 2024-02-15T21:23:54.148Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
443 | 2024-02-15T21:23:54.148Z | + [[ 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 ]] |
444 | 2024-02-15T21:23:54.148Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
445 | 2024-02-15T21:23:54.148Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
446 | 2024-02-15T21:23:54.148Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
447 | 2024-02-15T21:23:54.149Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
448 | 2024-02-15T21:23:54.149Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
449 | 2024-02-15T21:23:54.149Z | + main |
450 | 2024-02-15T21:23:54.149Z | + [[ 0 != 0 ]] |
451 | 2024-02-15T21:23:54.149Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
452 | 2024-02-15T21:23:54.149Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
453 | 2024-02-15T21:23:54.149Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
454 | 2024-02-15T21:23:54.149Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-15T21:23:54.149Z | + local DO_DOWNLOAD=true |
456 | 2024-02-15T21:23:54.149Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
457 | 2024-02-15T21:23:54.149Z | + mkdir -p out/downloads |
458 | 2024-02-15T21:23:54.149Z | + '[' true == true ']' |
459 | 2024-02-15T21:23:54.149Z | + echo Downloading... |
460 | 2024-02-15T21:23:54.150Z | Downloading... |
461 | 2024-02-15T21:23:54.150Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
462 | 2024-02-15T21:23:54.150Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
463 | 2024-02-15T21:23:54.741Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
464 | 2024-02-15T21:23:55.182Z | ++ case "$OSTYPE" in |
465 | 2024-02-15T21:23:55.182Z | ++ SHA=sha256sum |
466 | 2024-02-15T21:23:55.183Z | ++ sha256sum |
467 | 2024-02-15T21:23:55.183Z | ++ awk '{print $1}' |
468 | 2024-02-15T21:23:55.183Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
469 | 2024-02-15T21:23:55.183Z | + [[ 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 ]] |
470 | 2024-02-15T21:23:55.183Z | + set -o errexit |
471 | 2024-02-15T21:23:55.201Z | +++ dirname ./tools/ci_download_dendrite_openapi |
472 | 2024-02-15T21:23:55.201Z | ++ cd ./tools |
473 | 2024-02-15T21:23:55.201Z | ++ pwd |
474 | 2024-02-15T21:23:55.201Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
475 | 2024-02-15T21:23:55.201Z | ++ basename ./tools/ci_download_dendrite_openapi |
476 | 2024-02-15T21:23:55.201Z | + ARG0=ci_download_dendrite_openapi |
477 | 2024-02-15T21:23:55.202Z | + TARGET_DIR=out |
478 | 2024-02-15T21:23:55.202Z | + DOWNLOAD_DIR=out/downloads |
479 | 2024-02-15T21:23:55.202Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
480 | 2024-02-15T21:23:55.202Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
481 | 2024-02-15T21:23:55.202Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
482 | 2024-02-15T21:23:55.202Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
483 | 2024-02-15T21:23:55.202Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
484 | 2024-02-15T21:23:55.202Z | + main |
485 | 2024-02-15T21:23:55.202Z | + [[ 0 != 0 ]] |
486 | 2024-02-15T21:23:55.202Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
487 | 2024-02-15T21:23:55.202Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
488 | 2024-02-15T21:23:55.203Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
489 | 2024-02-15T21:23:55.203Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
490 | 2024-02-15T21:23:55.203Z | + local DO_DOWNLOAD=true |
491 | 2024-02-15T21:23:55.203Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
492 | 2024-02-15T21:23:55.203Z | + mkdir -p out/downloads |
493 | 2024-02-15T21:23:55.204Z | + '[' true == true ']' |
494 | 2024-02-15T21:23:55.204Z | + echo Downloading... |
495 | 2024-02-15T21:23:55.204Z | Downloading... |
496 | 2024-02-15T21:23:55.204Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
497 | 2024-02-15T21:23:55.204Z | + 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 |
498 | 2024-02-15T21:23:55.535Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-02-15T21:23:55.547Z | ++ case "$OSTYPE" in |
500 | 2024-02-15T21:23:55.547Z | ++ SHA=sha256sum |
501 | 2024-02-15T21:23:55.547Z | ++ sha256sum |
502 | 2024-02-15T21:23:55.547Z | ++ awk '{print $1}' |
503 | 2024-02-15T21:23:55.547Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
504 | 2024-02-15T21:23:55.547Z | + [[ 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 ]] |
505 | 2024-02-15T21:23:55.547Z | + set -o errexit |
506 | 2024-02-15T21:23:55.547Z | +++ dirname ./tools/ci_download_dendrite_stub |
507 | 2024-02-15T21:23:55.547Z | ++ cd ./tools |
508 | 2024-02-15T21:23:55.547Z | ++ pwd |
509 | 2024-02-15T21:23:55.548Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-02-15T21:23:55.548Z | ++ basename ./tools/ci_download_dendrite_stub |
511 | 2024-02-15T21:23:55.548Z | + ARG0=ci_download_dendrite_stub |
512 | 2024-02-15T21:23:55.548Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
513 | 2024-02-15T21:23:55.548Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
514 | 2024-02-15T21:23:55.548Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
515 | 2024-02-15T21:23:55.548Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
516 | 2024-02-15T21:23:55.548Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
517 | 2024-02-15T21:23:55.548Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
518 | 2024-02-15T21:23:55.548Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
519 | 2024-02-15T21:23:55.548Z | + TARGET_DIR=out |
520 | 2024-02-15T21:23:55.548Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-02-15T21:23:55.548Z | + DEST_DIR=./out/dendrite-stub |
522 | 2024-02-15T21:23:55.548Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
523 | 2024-02-15T21:23:55.548Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-02-15T21:23:55.548Z | + REPO=oxidecomputer/dendrite |
525 | 2024-02-15T21:23:55.548Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
526 | 2024-02-15T21:23:55.549Z | + main |
527 | 2024-02-15T21:23:55.549Z | + [[ 0 != 0 ]] |
528 | 2024-02-15T21:23:55.549Z | + CIDL_OS=solaris2.11 |
529 | 2024-02-15T21:23:55.549Z | + [[ 0 != 0 ]] |
530 | 2024-02-15T21:23:55.549Z | + configure_os solaris2.11 |
531 | 2024-02-15T21:23:55.549Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-02-15T21:23:55.549Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-02-15T21:23:55.549Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-02-15T21:23:55.549Z | + case "$1" in |
535 | 2024-02-15T21:23:55.549Z | + SET_BINARIES= |
536 | 2024-02-15T21:23:55.550Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
537 | 2024-02-15T21:23:55.550Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-15T21:23:55.550Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-02-15T21:23:55.550Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
540 | 2024-02-15T21:23:55.550Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
541 | 2024-02-15T21:23:55.550Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
542 | 2024-02-15T21:23:55.550Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
543 | 2024-02-15T21:23:55.551Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
544 | 2024-02-15T21:23:55.551Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2024-02-15T21:23:55.551Z | + mkdir -p out/downloads |
546 | 2024-02-15T21:23:55.551Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-15T21:23:55.565Z | + mkdir -p ./out/dendrite-stub |
548 | 2024-02-15T21:23:55.565Z | + fetch_and_verify |
549 | 2024-02-15T21:23:55.565Z | + local DO_DOWNLOAD=true |
550 | 2024-02-15T21:23:55.565Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
551 | 2024-02-15T21:23:55.565Z | + '[' true == true ']' |
552 | 2024-02-15T21:23:55.565Z | + echo Downloading... |
553 | 2024-02-15T21:23:55.565Z | Downloading... |
554 | 2024-02-15T21:23:55.566Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-15T21:23:55.566Z | + 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 |
556 | 2024-02-15T21:24:09.876Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-15T21:24:09.879Z | ++ sha256sum |
558 | 2024-02-15T21:24:09.879Z | ++ awk '{print $1}' |
559 | 2024-02-15T21:24:09.901Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
560 | 2024-02-15T21:24:09.905Z | + [[ 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 ]] |
561 | 2024-02-15T21:24:09.905Z | + do_untar out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-15T21:24:09.905Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
563 | 2024-02-15T21:24:10.591Z | + do_assemble |
564 | 2024-02-15T21:24:10.591Z | + rm -r ./out/dendrite-stub |
565 | 2024-02-15T21:24:10.595Z | + mkdir ./out/dendrite-stub |
566 | 2024-02-15T21:24:10.595Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
567 | 2024-02-15T21:24:10.698Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
568 | 2024-02-15T21:24:10.709Z | + set -o errexit |
569 | 2024-02-15T21:24:10.712Z | +++ dirname ./tools/ci_download_maghemite_mgd |
570 | 2024-02-15T21:24:10.716Z | ++ cd ./tools |
571 | 2024-02-15T21:24:10.716Z | ++ pwd |
572 | 2024-02-15T21:24:10.716Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
573 | 2024-02-15T21:24:10.716Z | ++ basename ./tools/ci_download_maghemite_mgd |
574 | 2024-02-15T21:24:10.716Z | + ARG0=ci_download_maghemite_mgd |
575 | 2024-02-15T21:24:10.716Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
576 | 2024-02-15T21:24:10.716Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
577 | 2024-02-15T21:24:10.716Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
578 | 2024-02-15T21:24:10.717Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
579 | 2024-02-15T21:24:10.717Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
580 | 2024-02-15T21:24:10.717Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
581 | 2024-02-15T21:24:10.717Z | + TARGET_DIR=out |
582 | 2024-02-15T21:24:10.717Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-02-15T21:24:10.717Z | + DEST_DIR=./out/mgd |
584 | 2024-02-15T21:24:10.717Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
585 | 2024-02-15T21:24:10.717Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
586 | 2024-02-15T21:24:10.717Z | + REPO=oxidecomputer/maghemite |
587 | 2024-02-15T21:24:10.717Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
588 | 2024-02-15T21:24:10.721Z | + main |
589 | 2024-02-15T21:24:10.721Z | + [[ 0 != 0 ]] |
590 | 2024-02-15T21:24:10.722Z | + CIDL_OS=solaris2.11 |
591 | 2024-02-15T21:24:10.722Z | + [[ 0 != 0 ]] |
592 | 2024-02-15T21:24:10.722Z | + configure_os solaris2.11 |
593 | 2024-02-15T21:24:10.722Z | + echo 'current directory: /work/oxidecomputer/omicron' |
594 | 2024-02-15T21:24:10.722Z | current directory: /work/oxidecomputer/omicron |
595 | 2024-02-15T21:24:10.722Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-02-15T21:24:10.722Z | + case "$1" in |
597 | 2024-02-15T21:24:10.722Z | + SET_BINARIES= |
598 | 2024-02-15T21:24:10.722Z | configuring based on OS: "solaris2.11" |
599 | 2024-02-15T21:24:10.722Z | + CIDL_SHA256FUNC=do_sha256sum |
600 | 2024-02-15T21:24:10.722Z | + TARBALL_FILENAME=mgd.tar.gz |
601 | 2024-02-15T21:24:10.722Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
602 | 2024-02-15T21:24:10.723Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
603 | 2024-02-15T21:24:10.723Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
604 | 2024-02-15T21:24:10.723Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
605 | 2024-02-15T21:24:10.723Z | Local file: out/downloads/mgd.tar.gz |
606 | 2024-02-15T21:24:10.723Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-15T21:24:10.723Z | + mkdir -p out/downloads |
608 | 2024-02-15T21:24:10.723Z | + mkdir -p ./out/mgd |
609 | 2024-02-15T21:24:10.723Z | + fetch_and_verify |
610 | 2024-02-15T21:24:10.723Z | + local DO_DOWNLOAD=true |
611 | 2024-02-15T21:24:10.723Z | + [[ -f out/downloads/mgd.tar.gz ]] |
612 | 2024-02-15T21:24:10.723Z | + '[' true == true ']' |
613 | 2024-02-15T21:24:10.723Z | + echo Downloading... |
614 | 2024-02-15T21:24:10.723Z | Downloading... |
615 | 2024-02-15T21:24:10.724Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
616 | 2024-02-15T21:24:10.724Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
617 | 2024-02-15T21:24:22.358Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
618 | 2024-02-15T21:24:22.370Z | ++ sha256sum |
619 | 2024-02-15T21:24:22.370Z | ++ awk '{print $1}' |
620 | 2024-02-15T21:24:22.378Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
621 | 2024-02-15T21:24:22.379Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
622 | 2024-02-15T21:24:22.379Z | + do_untar out/downloads/mgd.tar.gz |
623 | 2024-02-15T21:24:22.379Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
624 | 2024-02-15T21:24:22.825Z | + do_assemble |
625 | 2024-02-15T21:24:22.825Z | + rm -r ./out/mgd |
626 | 2024-02-15T21:24:22.839Z | + mkdir ./out/mgd |
627 | 2024-02-15T21:24:22.839Z | + cp -r out/downloads/root ./out/mgd/root |
628 | 2024-02-15T21:24:23.025Z | + set -o errexit |
629 | 2024-02-15T21:24:23.035Z | +++ dirname ./tools/ci_download_transceiver_control |
630 | 2024-02-15T21:24:23.035Z | ++ cd ./tools |
631 | 2024-02-15T21:24:23.035Z | ++ pwd |
632 | 2024-02-15T21:24:23.035Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-02-15T21:24:23.035Z | ++ basename ./tools/ci_download_transceiver_control |
634 | 2024-02-15T21:24:23.035Z | + ARG0=ci_download_transceiver_control |
635 | 2024-02-15T21:24:23.035Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
636 | 2024-02-15T21:24:23.035Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
637 | 2024-02-15T21:24:23.035Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
638 | 2024-02-15T21:24:23.035Z | + TARGET_DIR=out |
639 | 2024-02-15T21:24:23.035Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-02-15T21:24:23.036Z | + DEST_DIR=./out/transceiver-control |
641 | 2024-02-15T21:24:23.036Z | + BIN_DIR=/opt/oxide/bin |
642 | 2024-02-15T21:24:23.036Z | + BINARY=xcvradm |
643 | 2024-02-15T21:24:23.036Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-02-15T21:24:23.036Z | + REPO=oxidecomputer/transceiver-control |
645 | 2024-02-15T21:24:23.036Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
646 | 2024-02-15T21:24:23.036Z | + main |
647 | 2024-02-15T21:24:23.037Z | + [[ 0 != 0 ]] |
648 | 2024-02-15T21:24:23.037Z | + CIDL_OS=solaris2.11 |
649 | 2024-02-15T21:24:23.037Z | + [[ 0 != 0 ]] |
650 | 2024-02-15T21:24:23.037Z | + configure_os solaris2.11 |
651 | 2024-02-15T21:24:23.037Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-02-15T21:24:23.037Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-02-15T21:24:23.037Z | configuring based on OS: "solaris2.11" |
654 | 2024-02-15T21:24:23.037Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-15T21:24:23.037Z | + case "$1" in |
656 | 2024-02-15T21:24:23.037Z | + SET_BINARIES= |
657 | 2024-02-15T21:24:23.037Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-02-15T21:24:23.037Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-02-15T21:24:23.038Z | + ARCHIVE_FILENAME=xcvradm.gz |
660 | 2024-02-15T21:24:23.038Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-15T21:24:23.038Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
662 | 2024-02-15T21:24:23.038Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
663 | 2024-02-15T21:24:23.038Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2024-02-15T21:24:23.038Z | Local file: out/downloads/xcvradm.gz |
665 | 2024-02-15T21:24:23.038Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2024-02-15T21:24:23.038Z | + mkdir -p out/downloads |
667 | 2024-02-15T21:24:23.038Z | + mkdir -p ./out/transceiver-control |
668 | 2024-02-15T21:24:23.038Z | + fetch_and_verify |
669 | 2024-02-15T21:24:23.038Z | + local DO_DOWNLOAD=true |
670 | 2024-02-15T21:24:23.038Z | + [[ -f out/downloads/xcvradm.gz ]] |
671 | 2024-02-15T21:24:23.038Z | + '[' true == true ']' |
672 | 2024-02-15T21:24:23.039Z | + echo Downloading... |
673 | 2024-02-15T21:24:23.039Z | Downloading... |
674 | 2024-02-15T21:24:23.039Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
675 | 2024-02-15T21:24:23.039Z | + 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 |
676 | 2024-02-15T21:24:25.524Z | ++ do_sha256sum out/downloads/xcvradm.gz |
677 | 2024-02-15T21:24:25.527Z | ++ sha256sum |
678 | 2024-02-15T21:24:25.527Z | ++ awk '{print $1}' |
679 | 2024-02-15T21:24:25.534Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-02-15T21:24:25.538Z | + [[ 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 ]] |
681 | 2024-02-15T21:24:25.538Z | + do_unpack out/downloads/xcvradm.gz |
682 | 2024-02-15T21:24:25.538Z | + mkdir -p out/downloads/root//opt/oxide/bin |
683 | 2024-02-15T21:24:25.538Z | + gzip -dc out/downloads/xcvradm.gz |
684 | 2024-02-15T21:24:26.077Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
685 | 2024-02-15T21:24:26.088Z | + do_assemble |
686 | 2024-02-15T21:24:26.088Z | + rm -r ./out/transceiver-control |
687 | 2024-02-15T21:24:26.088Z | + mkdir ./out/transceiver-control |
688 | 2024-02-15T21:24:26.088Z | + cp -r out/downloads/root ./out/transceiver-control/root |
689 | 2024-02-15T21:24:26.088Z | All prerequisites installed successfully |
690 | 2024-02-15T21:24:26.089Z | |
691 | 2024-02-15T21:24:26.089Z | real 2:03.437495128 |
692 | 2024-02-15T21:24:26.089Z | user 34.192963556 |
693 | 2024-02-15T21:24:26.089Z | sys 6.665484581 |
694 | 2024-02-15T21:24:26.089Z | trap 0.007940304 |
695 | 2024-02-15T21:24:26.089Z | tflt 0.162199353 |
696 | 2024-02-15T21:24:26.089Z | dflt 0.514510639 |
697 | 2024-02-15T21:24:26.089Z | kflt 0.191479478 |
698 | 2024-02-15T21:24:26.089Z | lock 2.054406355 |
699 | 2024-02-15T21:24:26.089Z | slp 4:20.060395597 |
700 | 2024-02-15T21:24:26.089Z | lat 1.796742473 |
701 | 2024-02-15T21:24:26.089Z | stop 0.146028986 |
702 | 2024-02-15T21:24:26.089Z | + banner end-to-end-tests |
703 | 2024-02-15T21:24:26.090Z | |
704 | 2024-02-15T21:24:26.090Z | ###### # # ##### ##### #### ###### # # ##### |
705 | 2024-02-15T21:24:26.090Z | # ## # # # # # # # ## # # # |
706 | 2024-02-15T21:24:26.090Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
707 | 2024-02-15T21:24:26.090Z | # # # # # # # # # # # # # # # |
708 | 2024-02-15T21:24:26.090Z | # # ## # # # # # # # ## # # |
709 | 2024-02-15T21:24:26.090Z | ###### # # ##### # #### ###### # # ##### |
710 | 2024-02-15T21:24:26.090Z | |
711 | 2024-02-15T21:24:26.091Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
712 | 2024-02-15T21:24:26.091Z | + CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-15T21:24:26.091Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
714 | 2024-02-15T21:24:26.091Z | + CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-15T21:24:26.091Z | + export CARGO_INCREMENTAL=0 |
716 | 2024-02-15T21:24:26.091Z | + CARGO_INCREMENTAL=0 |
717 | 2024-02-15T21:24:26.091Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
718 | 2024-02-15T21:24:26.118Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
719 | 2024-02-15T21:24:26.842Z | Updating git repository `https://github.com/oxidecomputer/samael` |
720 | 2024-02-15T21:24:26.873Z | Updating crates.io index |
721 | 2024-02-15T21:24:26.873Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
722 | 2024-02-15T21:24:27.597Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
723 | 2024-02-15T21:24:30.015Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
724 | 2024-02-15T21:24:30.154Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
725 | 2024-02-15T21:24:30.453Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
726 | 2024-02-15T21:24:30.751Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
727 | 2024-02-15T21:24:32.484Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
728 | 2024-02-15T21:24:32.611Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
729 | 2024-02-15T21:24:33.800Z | Updating git repository `https://github.com/oxidecomputer/opte` |
730 | 2024-02-15T21:24:35.086Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
731 | 2024-02-15T21:24:35.089Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
732 | 2024-02-15T21:24:35.536Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
733 | 2024-02-15T21:24:35.852Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
734 | 2024-02-15T21:24:36.110Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2024-02-15T21:24:36.418Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2024-02-15T21:24:36.799Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2024-02-15T21:24:37.241Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
738 | 2024-02-15T21:24:38.088Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2024-02-15T21:24:38.207Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2024-02-15T21:24:38.599Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2024-02-15T21:24:39.339Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2024-02-15T21:24:39.989Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2024-02-15T21:24:40.765Z | Updating git repository `https://github.com/oxidecomputer/typify` |
744 | 2024-02-15T21:24:42.052Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
745 | 2024-02-15T21:24:43.482Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
746 | 2024-02-15T21:24:43.671Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
747 | 2024-02-15T21:24:44.914Z | Downloading crates ... |
748 | 2024-02-15T21:24:45.183Z | Downloaded matches v0.1.10 |
749 | 2024-02-15T21:24:45.188Z | Downloaded macaddr v1.0.1 |
750 | 2024-02-15T21:24:45.188Z | Downloaded convert_case v0.4.0 |
751 | 2024-02-15T21:24:45.188Z | Downloaded colorchoice v1.0.0 |
752 | 2024-02-15T21:24:45.188Z | Downloaded nibble_vec v0.1.0 |
753 | 2024-02-15T21:24:45.188Z | Downloaded mime v0.3.17 |
754 | 2024-02-15T21:24:45.188Z | Downloaded lru-cache v0.1.2 |
755 | 2024-02-15T21:24:45.199Z | Downloaded atomicwrites v0.4.3 |
756 | 2024-02-15T21:24:45.199Z | Downloaded new_debug_unreachable v1.0.4 |
757 | 2024-02-15T21:24:45.199Z | Downloaded async-stream-impl v0.3.5 |
758 | 2024-02-15T21:24:45.199Z | Downloaded once_cell v1.19.0 |
759 | 2024-02-15T21:24:45.204Z | Downloaded pest_generator v2.7.6 |
760 | 2024-02-15T21:24:45.204Z | Downloaded aead v0.5.2 |
761 | 2024-02-15T21:24:45.204Z | Downloaded md-5 v0.10.5 |
762 | 2024-02-15T21:24:45.204Z | Downloaded bzip2 v0.4.4 |
763 | 2024-02-15T21:24:45.215Z | Downloaded num_threads v0.1.6 |
764 | 2024-02-15T21:24:45.215Z | Downloaded log v0.4.20 |
765 | 2024-02-15T21:24:45.215Z | Downloaded colored v2.0.4 |
766 | 2024-02-15T21:24:45.232Z | Downloaded darling_macro v0.20.3 |
767 | 2024-02-15T21:24:45.232Z | Downloaded platforms v3.0.2 |
768 | 2024-02-15T21:24:45.247Z | Downloaded num_cpus v1.16.0 |
769 | 2024-02-15T21:24:45.247Z | Downloaded defmt-parser v0.3.3 |
770 | 2024-02-15T21:24:45.247Z | Downloaded autocfg v1.1.0 |
771 | 2024-02-15T21:24:45.247Z | Downloaded anstream v0.5.0 |
772 | 2024-02-15T21:24:45.248Z | Downloaded data-encoding v2.4.0 |
773 | 2024-02-15T21:24:45.248Z | Downloaded parking_lot v0.11.2 |
774 | 2024-02-15T21:24:45.248Z | Downloaded newtype_derive v0.1.6 |
775 | 2024-02-15T21:24:45.248Z | Downloaded linked-hash-map v0.5.6 |
776 | 2024-02-15T21:24:45.256Z | Downloaded constant_time_eq v0.3.0 |
777 | 2024-02-15T21:24:45.256Z | Downloaded memmap v0.7.0 |
778 | 2024-02-15T21:24:45.256Z | Downloaded num-complex v0.4.4 |
779 | 2024-02-15T21:24:45.256Z | Downloaded opaque-debug v0.3.0 |
780 | 2024-02-15T21:24:45.256Z | Downloaded openssl-macros v0.1.1 |
781 | 2024-02-15T21:24:45.280Z | Downloaded block-padding v0.3.3 |
782 | 2024-02-15T21:24:45.281Z | Downloaded curve25519-dalek-derive v0.1.0 |
783 | 2024-02-15T21:24:45.281Z | Downloaded crucible-workspace-hack v0.1.0 |
784 | 2024-02-15T21:24:45.281Z | Downloaded crypto-common v0.1.6 |
785 | 2024-02-15T21:24:45.281Z | Downloaded cstr-argument v0.1.2 |
786 | 2024-02-15T21:24:45.281Z | Downloaded openssl-probe v0.1.5 |
787 | 2024-02-15T21:24:45.288Z | Downloaded phf_shared v0.10.0 |
788 | 2024-02-15T21:24:45.288Z | Downloaded md5 v0.7.0 |
789 | 2024-02-15T21:24:45.288Z | Downloaded base16ct v0.2.0 |
790 | 2024-02-15T21:24:45.288Z | Downloaded cobs v0.2.3 |
791 | 2024-02-15T21:24:45.288Z | Downloaded anstyle-parse v0.2.1 |
792 | 2024-02-15T21:24:45.288Z | Downloaded darling_core v0.20.3 |
793 | 2024-02-15T21:24:45.288Z | Downloaded itoa v1.0.9 |
794 | 2024-02-15T21:24:45.288Z | Downloaded argon2 v0.5.3 |
795 | 2024-02-15T21:24:45.288Z | Downloaded tower-service v0.3.2 |
796 | 2024-02-15T21:24:45.294Z | Downloaded diesel_table_macro_syntax v0.1.0 |
797 | 2024-02-15T21:24:45.294Z | Downloaded take_mut v0.2.2 |
798 | 2024-02-15T21:24:45.294Z | Downloaded block-buffer v0.10.4 |
799 | 2024-02-15T21:24:45.294Z | Downloaded cbc v0.1.2 |
800 | 2024-02-15T21:24:45.305Z | Downloaded backoff v0.4.0 |
801 | 2024-02-15T21:24:45.305Z | Downloaded deranged v0.3.8 |
802 | 2024-02-15T21:24:45.306Z | Downloaded camino-tempfile v1.1.1 |
803 | 2024-02-15T21:24:45.315Z | Downloaded ctr v0.9.2 |
804 | 2024-02-15T21:24:45.315Z | Downloaded num-iter v0.1.43 |
805 | 2024-02-15T21:24:45.315Z | Downloaded pkg-config v0.3.27 |
806 | 2024-02-15T21:24:45.316Z | Downloaded usdt-macro v0.3.5 |
807 | 2024-02-15T21:24:45.316Z | Downloaded num_enum_derive v0.5.11 |
808 | 2024-02-15T21:24:45.316Z | Downloaded lalrpop-util v0.19.12 |
809 | 2024-02-15T21:24:45.321Z | Downloaded arrayref v0.3.7 |
810 | 2024-02-15T21:24:45.321Z | Downloaded phf v0.11.2 |
811 | 2024-02-15T21:24:45.321Z | Downloaded num-rational v0.4.1 |
812 | 2024-02-15T21:24:45.321Z | Downloaded polyval v0.6.1 |
813 | 2024-02-15T21:24:45.321Z | Downloaded libsw v3.3.1 |
814 | 2024-02-15T21:24:45.327Z | Downloaded libefi-sys v0.1.0 |
815 | 2024-02-15T21:24:45.327Z | Downloaded want v0.3.1 |
816 | 2024-02-15T21:24:45.327Z | Downloaded num-traits v0.2.16 |
817 | 2024-02-15T21:24:45.330Z | Downloaded instant v0.1.12 |
818 | 2024-02-15T21:24:45.330Z | Downloaded ident_case v1.0.1 |
819 | 2024-02-15T21:24:45.330Z | Downloaded linear-map v1.2.0 |
820 | 2024-02-15T21:24:45.335Z | Downloaded pem v3.0.2 |
821 | 2024-02-15T21:24:45.340Z | Downloaded async-trait v0.1.77 |
822 | 2024-02-15T21:24:45.340Z | Downloaded parse-display v0.9.0 |
823 | 2024-02-15T21:24:45.346Z | Downloaded structopt-derive v0.4.18 |
824 | 2024-02-15T21:24:45.346Z | Downloaded topological-sort v0.2.2 |
825 | 2024-02-15T21:24:45.350Z | Downloaded swrite v0.1.0 |
826 | 2024-02-15T21:24:45.350Z | Downloaded thread-id v4.2.0 |
827 | 2024-02-15T21:24:45.350Z | Downloaded waitgroup v0.1.2 |
828 | 2024-02-15T21:24:45.350Z | Downloaded owo-colors v4.0.0 |
829 | 2024-02-15T21:24:45.363Z | Downloaded defmt v0.3.5 |
830 | 2024-02-15T21:24:45.368Z | Downloaded darling v0.20.3 |
831 | 2024-02-15T21:24:45.368Z | Downloaded num v0.4.1 |
832 | 2024-02-15T21:24:45.368Z | Downloaded usdt-impl v0.5.0 |
833 | 2024-02-15T21:24:45.368Z | Downloaded foreign-types v0.3.2 |
834 | 2024-02-15T21:24:45.369Z | Downloaded multer v3.0.0 |
835 | 2024-02-15T21:24:45.374Z | Downloaded enum-as-inner v0.5.1 |
836 | 2024-02-15T21:24:45.375Z | Downloaded openssl-sys v0.9.96 |
837 | 2024-02-15T21:24:45.385Z | Downloaded futures-sink v0.3.30 |
838 | 2024-02-15T21:24:45.386Z | Downloaded foreign-types-macros v0.2.3 |
839 | 2024-02-15T21:24:45.386Z | Downloaded futures-macro v0.3.30 |
840 | 2024-02-15T21:24:45.386Z | Downloaded rand_chacha v0.3.1 |
841 | 2024-02-15T21:24:45.386Z | Downloaded try-lock v0.2.4 |
842 | 2024-02-15T21:24:45.427Z | Downloaded password-hash v0.5.0 |
843 | 2024-02-15T21:24:45.427Z | Downloaded futures-io v0.3.30 |
844 | 2024-02-15T21:24:45.427Z | Downloaded stringprep v0.1.3 |
845 | 2024-02-15T21:24:45.427Z | Downloaded flagset v0.4.3 |
846 | 2024-02-15T21:24:45.427Z | Downloaded fxhash v0.2.1 |
847 | 2024-02-15T21:24:45.427Z | Downloaded schemars_derive v0.8.16 |
848 | 2024-02-15T21:24:45.428Z | Downloaded fnv v1.0.7 |
849 | 2024-02-15T21:24:45.434Z | Downloaded untrusted v0.9.0 |
850 | 2024-02-15T21:24:45.435Z | Downloaded parking_lot v0.12.1 |
851 | 2024-02-15T21:24:45.435Z | Downloaded rustls-pki-types v1.1.0 |
852 | 2024-02-15T21:24:45.435Z | Downloaded diesel_derives v2.1.2 |
853 | 2024-02-15T21:24:45.435Z | Downloaded derive_more v0.99.17 |
854 | 2024-02-15T21:24:45.435Z | Downloaded thiserror-no-std v2.0.2 |
855 | 2024-02-15T21:24:45.435Z | Downloaded is-terminal v0.4.9 |
856 | 2024-02-15T21:24:45.435Z | Downloaded minimal-lexical v0.2.1 |
857 | 2024-02-15T21:24:45.435Z | Downloaded quote v1.0.35 |
858 | 2024-02-15T21:24:45.435Z | Downloaded hubpack_derive v0.1.1 |
859 | 2024-02-15T21:24:45.436Z | Downloaded digest v0.10.7 |
860 | 2024-02-15T21:24:45.436Z | Downloaded smf v0.2.2 |
861 | 2024-02-15T21:24:45.436Z | Downloaded usdt v0.5.0 |
862 | 2024-02-15T21:24:45.436Z | Downloaded hubpack v0.1.2 |
863 | 2024-02-15T21:24:45.436Z | Downloaded slog-stdlog v4.1.1 |
864 | 2024-02-15T21:24:45.436Z | Downloaded structopt v0.3.26 |
865 | 2024-02-15T21:24:45.439Z | Downloaded tokio-rustls v0.24.1 |
866 | 2024-02-15T21:24:45.444Z | Downloaded strum v0.26.1 |
867 | 2024-02-15T21:24:45.444Z | Downloaded toml v0.7.8 |
868 | 2024-02-15T21:24:45.455Z | Downloaded dirs-sys-next v0.1.2 |
869 | 2024-02-15T21:24:45.455Z | Downloaded rustls-pemfile v1.0.3 |
870 | 2024-02-15T21:24:45.471Z | Downloaded clap v4.4.3 |
871 | 2024-02-15T21:24:45.471Z | Downloaded walkdir v2.4.0 |
872 | 2024-02-15T21:24:45.471Z | Downloaded chacha20poly1305 v0.10.1 |
873 | 2024-02-15T21:24:45.491Z | Downloaded rustfmt-wrapper v0.2.0 |
874 | 2024-02-15T21:24:45.491Z | Downloaded rustc_version v0.4.0 |
875 | 2024-02-15T21:24:45.491Z | Downloaded arc-swap v1.6.0 |
876 | 2024-02-15T21:24:45.491Z | Downloaded quick-error v1.2.3 |
877 | 2024-02-15T21:24:45.492Z | Downloaded thiserror-impl-no-std v2.0.2 |
878 | 2024-02-15T21:24:45.492Z | Downloaded base64 v0.21.7 |
879 | 2024-02-15T21:24:45.522Z | Downloaded strum_macros v0.26.1 |
880 | 2024-02-15T21:24:45.522Z | Downloaded semver v0.1.20 |
881 | 2024-02-15T21:24:45.522Z | Downloaded dtrace-parser v0.2.0 |
882 | 2024-02-15T21:24:45.523Z | Downloaded cc v1.0.83 |
883 | 2024-02-15T21:24:45.523Z | Downloaded usdt-attr-macro v0.5.0 |
884 | 2024-02-15T21:24:45.523Z | Downloaded ff v0.13.0 |
885 | 2024-02-15T21:24:45.523Z | Downloaded primeorder v0.13.6 |
886 | 2024-02-15T21:24:45.523Z | Downloaded zerocopy-derive v0.7.32 |
887 | 2024-02-15T21:24:45.523Z | Downloaded strum_macros v0.25.2 |
888 | 2024-02-15T21:24:45.523Z | Downloaded serde_spanned v0.6.5 |
889 | 2024-02-15T21:24:45.523Z | Downloaded heck v0.3.3 |
890 | 2024-02-15T21:24:45.539Z | Downloaded strum v0.25.0 |
891 | 2024-02-15T21:24:45.539Z | Downloaded fastrand v2.0.1 |
892 | 2024-02-15T21:24:45.540Z | Downloaded httpdate v1.0.3 |
893 | 2024-02-15T21:24:45.540Z | Downloaded equivalent v1.0.1 |
894 | 2024-02-15T21:24:45.540Z | Downloaded toolchain_find v0.2.0 |
895 | 2024-02-15T21:24:45.540Z | Downloaded zone_cfg_derive v0.3.0 |
896 | 2024-02-15T21:24:45.540Z | Downloaded headers-core v0.2.0 |
897 | 2024-02-15T21:24:45.540Z | Downloaded aes-gcm v0.10.3 |
898 | 2024-02-15T21:24:45.540Z | Downloaded rfc6979 v0.4.0 |
899 | 2024-02-15T21:24:45.540Z | Downloaded ucd-trie v0.1.6 |
900 | 2024-02-15T21:24:45.540Z | Downloaded getrandom v0.1.16 |
901 | 2024-02-15T21:24:45.540Z | Downloaded foreign-types-shared v0.3.1 |
902 | 2024-02-15T21:24:45.540Z | Downloaded getrandom v0.2.10 |
903 | 2024-02-15T21:24:45.557Z | Downloaded sct v0.7.0 |
904 | 2024-02-15T21:24:45.558Z | Downloaded slog v2.7.0 |
905 | 2024-02-15T21:24:45.558Z | Downloaded usdt v0.3.5 |
906 | 2024-02-15T21:24:45.558Z | Downloaded signal-hook-mio v0.2.3 |
907 | 2024-02-15T21:24:45.558Z | Downloaded hostname v0.3.1 |
908 | 2024-02-15T21:24:45.559Z | Downloaded signature v2.1.0 |
909 | 2024-02-15T21:24:45.559Z | Downloaded hex-literal v0.4.1 |
910 | 2024-02-15T21:24:45.559Z | Downloaded schemars v0.8.16 |
911 | 2024-02-15T21:24:45.588Z | Downloaded usdt-attr-macro v0.3.5 |
912 | 2024-02-15T21:24:45.588Z | Downloaded slog-json v2.6.1 |
913 | 2024-02-15T21:24:45.588Z | Downloaded foreign-types-shared v0.1.1 |
914 | 2024-02-15T21:24:45.588Z | Downloaded slog-dtrace v0.3.0 |
915 | 2024-02-15T21:24:45.588Z | Downloaded zeroize_derive v1.4.2 |
916 | 2024-02-15T21:24:45.588Z | Downloaded unicode-width v0.1.11 |
917 | 2024-02-15T21:24:45.588Z | Downloaded errno v0.3.8 |
918 | 2024-02-15T21:24:45.597Z | Downloaded rand_chacha v0.2.2 |
919 | 2024-02-15T21:24:45.597Z | Downloaded float-cmp v0.9.0 |
920 | 2024-02-15T21:24:45.597Z | Downloaded synstructure v0.12.6 |
921 | 2024-02-15T21:24:45.598Z | Downloaded strsim v0.8.0 |
922 | 2024-02-15T21:24:45.598Z | Downloaded futures v0.3.30 |
923 | 2024-02-15T21:24:45.598Z | Downloaded usdt-macro v0.5.0 |
924 | 2024-02-15T21:24:45.598Z | Downloaded slog-bunyan v2.5.0 |
925 | 2024-02-15T21:24:45.598Z | Downloaded embedded-io v0.4.0 |
926 | 2024-02-15T21:24:45.598Z | Downloaded proc-macro-crate v1.3.1 |
927 | 2024-02-15T21:24:45.598Z | Downloaded textwrap v0.11.0 |
928 | 2024-02-15T21:24:45.598Z | Downloaded unicode-xid v0.2.4 |
929 | 2024-02-15T21:24:45.599Z | Downloaded rustls-pemfile v2.0.0 |
930 | 2024-02-15T21:24:45.599Z | Downloaded similar v2.3.0 |
931 | 2024-02-15T21:24:45.602Z | Downloaded hash32 v0.3.1 |
932 | 2024-02-15T21:24:45.602Z | Downloaded iana-time-zone v0.1.57 |
933 | 2024-02-15T21:24:45.602Z | Downloaded same-file v1.0.6 |
934 | 2024-02-15T21:24:45.609Z | Downloaded tokio-tungstenite v0.20.1 |
935 | 2024-02-15T21:24:45.609Z | Downloaded utf8parse v0.2.1 |
936 | 2024-02-15T21:24:45.609Z | Downloaded semver-parser v0.10.2 |
937 | 2024-02-15T21:24:45.609Z | Downloaded rcgen v0.12.1 |
938 | 2024-02-15T21:24:45.613Z | Downloaded siphasher v0.3.11 |
939 | 2024-02-15T21:24:45.613Z | Downloaded strsim v0.10.0 |
940 | 2024-02-15T21:24:45.617Z | Downloaded home v0.5.5 |
941 | 2024-02-15T21:24:45.617Z | Downloaded filetime v0.2.23 |
942 | 2024-02-15T21:24:45.621Z | Downloaded http-range v0.1.5 |
943 | 2024-02-15T21:24:45.621Z | Downloaded heck v0.4.1 |
944 | 2024-02-15T21:24:45.621Z | Downloaded scopeguard v1.2.0 |
945 | 2024-02-15T21:24:45.625Z | Downloaded spin v0.5.2 |
946 | 2024-02-15T21:24:45.625Z | Downloaded futures-task v0.3.30 |
947 | 2024-02-15T21:24:45.625Z | Downloaded zip v0.6.6 |
948 | 2024-02-15T21:24:45.630Z | Downloaded proc-macro-error-attr v1.0.4 |
949 | 2024-02-15T21:24:45.634Z | Downloaded universal-hash v0.5.1 |
950 | 2024-02-15T21:24:45.634Z | Downloaded slog-envlogger v2.2.0 |
951 | 2024-02-15T21:24:45.635Z | Downloaded serde_tokenstream v0.1.7 |
952 | 2024-02-15T21:24:45.639Z | Downloaded serde_with_macros v3.6.0 |
953 | 2024-02-15T21:24:45.642Z | Downloaded russh-keys v0.40.1 |
954 | 2024-02-15T21:24:45.642Z | Downloaded dirs-next v2.0.0 |
955 | 2024-02-15T21:24:45.646Z | Downloaded foreign-types v0.5.0 |
956 | 2024-02-15T21:24:45.646Z | Downloaded sha2 v0.10.8 |
957 | 2024-02-15T21:24:45.650Z | Downloaded trust-dns-resolver v0.22.0 |
958 | 2024-02-15T21:24:45.653Z | Downloaded secrecy v0.8.0 |
959 | 2024-02-15T21:24:45.653Z | Downloaded dtrace-parser v0.1.14 |
960 | 2024-02-15T21:24:45.653Z | Downloaded zeroize v1.7.0 |
961 | 2024-02-15T21:24:45.657Z | Downloaded version_check v0.9.4 |
962 | 2024-02-15T21:24:45.657Z | Downloaded serde_repr v0.1.16 |
963 | 2024-02-15T21:24:45.660Z | Downloaded time-macros v0.2.13 |
964 | 2024-02-15T21:24:45.660Z | Downloaded scroll_derive v0.12.0 |
965 | 2024-02-15T21:24:45.660Z | Downloaded ghash v0.5.0 |
966 | 2024-02-15T21:24:45.664Z | Downloaded usdt-impl v0.3.5 |
967 | 2024-02-15T21:24:45.664Z | Downloaded clap_builder v4.4.2 |
968 | 2024-02-15T21:24:45.669Z | Downloaded tinyvec_macros v0.1.1 |
969 | 2024-02-15T21:24:45.673Z | Downloaded untrusted v0.7.1 |
970 | 2024-02-15T21:24:45.673Z | Downloaded semver v1.0.21 |
971 | 2024-02-15T21:24:45.679Z | Downloaded http v1.0.0 |
972 | 2024-02-15T21:24:45.684Z | Downloaded display-error-chain v0.2.0 |
973 | 2024-02-15T21:24:45.684Z | Downloaded endian-type v0.1.2 |
974 | 2024-02-15T21:24:45.684Z | Downloaded vec_map v0.8.2 |
975 | 2024-02-15T21:24:45.684Z | Downloaded rand_core v0.5.1 |
976 | 2024-02-15T21:24:45.684Z | Downloaded flate2 v1.0.28 |
977 | 2024-02-15T21:24:45.692Z | Downloaded futures-core v0.3.30 |
978 | 2024-02-15T21:24:45.692Z | Downloaded utf-8 v0.7.6 |
979 | 2024-02-15T21:24:45.704Z | Downloaded hex v0.4.3 |
980 | 2024-02-15T21:24:45.704Z | Downloaded ipnetwork v0.20.0 |
981 | 2024-02-15T21:24:45.704Z | Downloaded fallible-iterator v0.2.0 |
982 | 2024-02-15T21:24:45.704Z | Downloaded difflib v0.4.0 |
983 | 2024-02-15T21:24:45.704Z | Downloaded gethostname v0.4.3 |
984 | 2024-02-15T21:24:45.765Z | Downloaded spin v0.9.8 |
985 | 2024-02-15T21:24:45.765Z | Downloaded whoami v1.4.1 |
986 | 2024-02-15T21:24:45.765Z | Downloaded tracing-attributes v0.1.26 |
987 | 2024-02-15T21:24:45.765Z | Downloaded indexmap v1.9.3 |
988 | 2024-02-15T21:24:45.765Z | Downloaded r2d2 v0.8.10 |
989 | 2024-02-15T21:24:45.785Z | Downloaded hyper-tls v0.5.0 |
990 | 2024-02-15T21:24:45.785Z | Downloaded socket2 v0.4.9 |
991 | 2024-02-15T21:24:45.785Z | Downloaded libm v0.2.7 |
992 | 2024-02-15T21:24:45.785Z | Downloaded futures-executor v0.3.30 |
993 | 2024-02-15T21:24:45.785Z | Downloaded futures-channel v0.3.30 |
994 | 2024-02-15T21:24:45.785Z | Downloaded dof v0.1.5 |
995 | 2024-02-15T21:24:45.785Z | Downloaded serde_urlencoded v0.7.1 |
996 | 2024-02-15T21:24:45.785Z | Downloaded ecdsa v0.16.9 |
997 | 2024-02-15T21:24:45.785Z | Downloaded proc-macro-error v1.0.4 |
998 | 2024-02-15T21:24:45.785Z | Downloaded form_urlencoded v1.2.1 |
999 | 2024-02-15T21:24:45.785Z | Downloaded static_assertions v1.1.0 |
1000 | 2024-02-15T21:24:45.785Z | Downloaded clap v2.34.0 |
1001 | 2024-02-15T21:24:45.785Z | Downloaded tokio-native-tls v0.3.1 |
1002 | 2024-02-15T21:24:45.785Z | Downloaded structmeta v0.3.0 |
1003 | 2024-02-15T21:24:45.785Z | Downloaded hyper-staticfile v0.9.5 |
1004 | 2024-02-15T21:24:45.786Z | Downloaded uuid v1.7.0 |
1005 | 2024-02-15T21:24:45.786Z | Downloaded tungstenite v0.20.1 |
1006 | 2024-02-15T21:24:45.786Z | Downloaded heapless v0.8.0 |
1007 | 2024-02-15T21:24:45.786Z | Downloaded heapless v0.7.16 |
1008 | 2024-02-15T21:24:45.786Z | Downloaded tempfile v3.10.0 |
1009 | 2024-02-15T21:24:45.790Z | Downloaded semver v0.11.0 |
1010 | 2024-02-15T21:24:45.790Z | Downloaded slog-scope v4.4.0 |
1011 | 2024-02-15T21:24:45.790Z | Downloaded signal-hook v0.3.17 |
1012 | 2024-02-15T21:24:45.790Z | Downloaded tracing-core v0.1.31 |
1013 | 2024-02-15T21:24:45.790Z | Downloaded dyn-clone v1.0.16 |
1014 | 2024-02-15T21:24:45.790Z | Downloaded ed25519-dalek v2.0.0 |
1015 | 2024-02-15T21:24:45.790Z | Downloaded smallvec v1.13.1 |
1016 | 2024-02-15T21:24:45.790Z | Downloaded serde v1.0.196 |
1017 | 2024-02-15T21:24:45.849Z | Downloaded unicode-bidi v0.3.13 |
1018 | 2024-02-15T21:24:45.849Z | Downloaded proc-macro2 v1.0.78 |
1019 | 2024-02-15T21:24:45.849Z | Downloaded toml v0.5.11 |
1020 | 2024-02-15T21:24:45.849Z | Downloaded headers v0.3.9 |
1021 | 2024-02-15T21:24:45.850Z | Downloaded half v2.3.1 |
1022 | 2024-02-15T21:24:45.850Z | Downloaded nom v7.1.3 |
1023 | 2024-02-15T21:24:45.861Z | Downloaded ryu v1.0.15 |
1024 | 2024-02-15T21:24:45.861Z | Downloaded elliptic-curve v0.13.8 |
1025 | 2024-02-15T21:24:45.861Z | Downloaded rand v0.8.5 |
1026 | 2024-02-15T21:24:45.862Z | Downloaded serde_yaml v0.9.25 |
1027 | 2024-02-15T21:24:45.862Z | Downloaded steno v0.4.0 |
1028 | 2024-02-15T21:24:45.862Z | Downloaded indexmap v2.2.3 |
1029 | 2024-02-15T21:24:45.862Z | Downloaded socket2 v0.5.5 |
1030 | 2024-02-15T21:24:45.862Z | Downloaded aho-corasick v1.0.4 |
1031 | 2024-02-15T21:24:45.862Z | Downloaded toml_edit v0.19.15 |
1032 | 2024-02-15T21:24:46.276Z | Downloaded hashbrown v0.12.3 |
1033 | 2024-02-15T21:24:46.276Z | Downloaded hashbrown v0.13.2 |
1034 | 2024-02-15T21:24:46.276Z | Downloaded rand v0.7.3 |
1035 | 2024-02-15T21:24:46.276Z | Downloaded h2 v0.3.24 |
1036 | 2024-02-15T21:24:46.277Z | Downloaded russh v0.40.2 |
1037 | 2024-02-15T21:24:46.277Z | Downloaded trust-dns-server v0.22.1 |
1038 | 2024-02-15T21:24:46.277Z | Downloaded http v0.2.11 |
1039 | 2024-02-15T21:24:46.277Z | Downloaded tokio-util v0.7.10 |
1040 | 2024-02-15T21:24:46.277Z | Downloaded time v0.3.27 |
1041 | 2024-02-15T21:24:46.277Z | Downloaded toml_edit v0.22.4 |
1042 | 2024-02-15T21:24:46.277Z | Downloaded trust-dns-client v0.22.0 |
1043 | 2024-02-15T21:24:46.277Z | Downloaded rayon v1.8.0 |
1044 | 2024-02-15T21:24:46.277Z | Downloaded regex-automata v0.1.10 |
1045 | 2024-02-15T21:24:46.277Z | Downloaded reqwest v0.11.22 |
1046 | 2024-02-15T21:24:46.277Z | Downloaded serde_json v1.0.113 |
1047 | 2024-02-15T21:24:46.277Z | Downloaded serde_with v3.6.0 |
1048 | 2024-02-15T21:24:46.278Z | Downloaded rustls-webpki v0.101.7 |
1049 | 2024-02-15T21:24:46.278Z | Downloaded hyper v0.14.27 |
1050 | 2024-02-15T21:24:46.278Z | Downloaded syn v1.0.109 |
1051 | 2024-02-15T21:24:46.278Z | Downloaded hashbrown v0.14.3 |
1052 | 2024-02-15T21:24:46.278Z | Downloaded zerocopy v0.7.32 |
1053 | 2024-02-15T21:24:46.278Z | Downloaded winnow v0.5.15 |
1054 | 2024-02-15T21:24:46.278Z | Downloaded openssl v0.10.60 |
1055 | 2024-02-15T21:24:46.278Z | Downloaded hkdf v0.12.4 |
1056 | 2024-02-15T21:24:46.278Z | Downloaded idna v0.5.0 |
1057 | 2024-02-15T21:24:46.278Z | Downloaded chrono v0.4.31 |
1058 | 2024-02-15T21:24:46.278Z | Downloaded webpki-roots v0.25.2 |
1059 | 2024-02-15T21:24:46.278Z | Downloaded regress v0.8.0 |
1060 | 2024-02-15T21:24:46.278Z | Downloaded regex v1.10.3 |
1061 | 2024-02-15T21:24:46.278Z | Downloaded regress v0.7.1 |
1062 | 2024-02-15T21:24:46.278Z | Downloaded syn v2.0.48 |
1063 | 2024-02-15T21:24:46.278Z | Downloaded rustls v0.21.9 |
1064 | 2024-02-15T21:24:46.278Z | Downloaded trust-dns-proto v0.22.0 |
1065 | 2024-02-15T21:24:46.278Z | Downloaded vcpkg v0.2.15 |
1066 | 2024-02-15T21:24:46.279Z | Downloaded smoltcp v0.9.1 |
1067 | 2024-02-15T21:24:46.279Z | Downloaded rustls v0.22.2 |
1068 | 2024-02-15T21:24:46.279Z | Downloaded regex-syntax v0.8.2 |
1069 | 2024-02-15T21:24:46.279Z | Downloaded rustix v0.37.23 |
1070 | 2024-02-15T21:24:46.279Z | Downloaded smoltcp v0.11.0 |
1071 | 2024-02-15T21:24:46.279Z | Downloaded rustix v0.38.31 |
1072 | 2024-02-15T21:24:46.279Z | Downloaded sled v0.34.7 |
1073 | 2024-02-15T21:24:46.279Z | Downloaded idna v0.2.3 |
1074 | 2024-02-15T21:24:46.279Z | Downloaded zerocopy-derive v0.2.0 |
1075 | 2024-02-15T21:24:46.291Z | Downloaded regex-automata v0.4.4 |
1076 | 2024-02-15T21:24:46.304Z | Downloaded zerocopy-derive v0.6.4 |
1077 | 2024-02-15T21:24:46.336Z | Downloaded gimli v0.28.0 |
1078 | 2024-02-15T21:24:46.336Z | Downloaded regex-automata v0.3.8 |
1079 | 2024-02-15T21:24:46.357Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1080 | 2024-02-15T21:24:46.370Z | Downloaded libc v0.2.153 |
1081 | 2024-02-15T21:24:46.420Z | Downloaded tokio v1.36.0 |
1082 | 2024-02-15T21:24:46.436Z | Downloaded curve25519-dalek v4.1.1 |
1083 | 2024-02-15T21:24:46.436Z | Downloaded diesel v2.1.4 |
1084 | 2024-02-15T21:24:46.462Z | Downloaded sha3 v0.10.8 |
1085 | 2024-02-15T21:24:46.492Z | Downloaded bstr v1.6.0 |
1086 | 2024-02-15T21:24:46.492Z | Downloaded object v0.32.1 |
1087 | 2024-02-15T21:24:46.492Z | Downloaded radix_trie v0.2.1 |
1088 | 2024-02-15T21:24:46.512Z | Downloaded bstr v0.2.17 |
1089 | 2024-02-15T21:24:46.513Z | Downloaded openapiv3 v2.0.0 |
1090 | 2024-02-15T21:24:46.513Z | Downloaded winapi v0.3.9 |
1091 | 2024-02-15T21:24:46.546Z | Downloaded encoding_rs v0.8.33 |
1092 | 2024-02-15T21:24:46.574Z | Downloaded itertools v0.12.1 |
1093 | 2024-02-15T21:24:46.590Z | Downloaded goblin v0.8.0 |
1094 | 2024-02-15T21:24:46.590Z | Downloaded rustls-webpki v0.102.1 |
1095 | 2024-02-15T21:24:46.601Z | Downloaded itertools v0.10.5 |
1096 | 2024-02-15T21:24:46.601Z | Downloaded futures-util v0.3.30 |
1097 | 2024-02-15T21:24:46.614Z | Downloaded blake3 v1.5.0 |
1098 | 2024-02-15T21:24:46.622Z | Downloaded unicode-normalization v0.1.22 |
1099 | 2024-02-15T21:24:46.623Z | Downloaded tracing v0.1.37 |
1100 | 2024-02-15T21:24:46.634Z | Downloaded typenum v1.16.0 |
1101 | 2024-02-15T21:24:46.634Z | Downloaded ed25519 v2.2.2 |
1102 | 2024-02-15T21:24:46.634Z | Downloaded toml_datetime v0.6.5 |
1103 | 2024-02-15T21:24:46.634Z | Downloaded zone v0.3.0 |
1104 | 2024-02-15T21:24:46.634Z | Downloaded ipnet v2.9.0 |
1105 | 2024-02-15T21:24:46.642Z | Downloaded hyper-rustls v0.24.2 |
1106 | 2024-02-15T21:24:46.642Z | Downloaded serde_derive v1.0.196 |
1107 | 2024-02-15T21:24:46.642Z | Downloaded rayon-core v1.12.0 |
1108 | 2024-02-15T21:24:46.642Z | Downloaded slog-term v2.9.0 |
1109 | 2024-02-15T21:24:46.643Z | Downloaded unsafe-libyaml v0.2.10 |
1110 | 2024-02-15T21:24:46.649Z | Downloaded tokio-postgres v0.7.10 |
1111 | 2024-02-15T21:24:46.650Z | Downloaded pest v2.7.6 |
1112 | 2024-02-15T21:24:47.074Z | Downloaded rustversion v1.0.14 |
1113 | 2024-02-15T21:24:47.074Z | Downloaded inout v0.1.3 |
1114 | 2024-02-15T21:24:47.074Z | Downloaded aes v0.8.3 |
1115 | 2024-02-15T21:24:47.571Z | Downloaded url v2.5.0 |
1116 | 2024-02-15T21:24:47.571Z | Downloaded hmac v0.12.1 |
1117 | 2024-02-15T21:24:47.571Z | Downloaded unicode-segmentation v1.10.1 |
1118 | 2024-02-15T21:24:47.572Z | Downloaded dof v0.3.0 |
1119 | 2024-02-15T21:24:47.572Z | Downloaded zerocopy v0.6.4 |
1120 | 2024-02-15T21:24:47.572Z | Downloaded tinyvec v1.6.0 |
1121 | 2024-02-15T21:24:47.572Z | Downloaded slog-async v2.8.0 |
1122 | 2024-02-15T21:24:47.572Z | Downloaded mio v0.8.9 |
1123 | 2024-02-15T21:24:47.572Z | Downloaded structmeta-derive v0.3.0 |
1124 | 2024-02-15T21:24:47.572Z | Downloaded rustc_version v0.1.7 |
1125 | 2024-02-15T21:24:47.572Z | Downloaded tar v0.4.40 |
1126 | 2024-02-15T21:24:47.572Z | Downloaded resolv-conf v0.7.0 |
1127 | 2024-02-15T21:24:47.572Z | Downloaded p256 v0.13.2 |
1128 | 2024-02-15T21:24:47.572Z | Downloaded der v0.7.8 |
1129 | 2024-02-15T21:24:47.573Z | Downloaded glob v0.3.1 |
1130 | 2024-02-15T21:24:47.573Z | Downloaded time-core v0.1.1 |
1131 | 2024-02-15T21:24:47.573Z | Downloaded tokio-stream v0.1.14 |
1132 | 2024-02-15T21:24:47.573Z | Downloaded crossterm v0.27.0 |
1133 | 2024-02-15T21:24:47.573Z | Downloaded russh-cryptovec v0.7.0 |
1134 | 2024-02-15T21:24:47.573Z | Downloaded signal-hook-registry v1.4.1 |
1135 | 2024-02-15T21:24:47.573Z | Downloaded sec1 v0.7.3 |
1136 | 2024-02-15T21:24:47.573Z | Downloaded backtrace v0.3.69 |
1137 | 2024-02-15T21:24:47.573Z | Downloaded either v1.9.0 |
1138 | 2024-02-15T21:24:47.573Z | Downloaded rustc-demangle v0.1.23 |
1139 | 2024-02-15T21:24:47.573Z | Downloaded serde_tokenstream v0.2.0 |
1140 | 2024-02-15T21:24:47.573Z | Downloaded scroll v0.12.0 |
1141 | 2024-02-15T21:24:47.573Z | Downloaded dirs v5.0.1 |
1142 | 2024-02-15T21:24:47.573Z | Downloaded miniz_oxide v0.7.1 |
1143 | 2024-02-15T21:24:47.574Z | Downloaded bytes v1.5.0 |
1144 | 2024-02-15T21:24:47.574Z | Downloaded thiserror v1.0.56 |
1145 | 2024-02-15T21:24:47.574Z | Downloaded yasna v0.5.2 |
1146 | 2024-02-15T21:24:47.574Z | Downloaded unicode-ident v1.0.12 |
1147 | 2024-02-15T21:24:47.574Z | Downloaded httparse v1.8.0 |
1148 | 2024-02-15T21:24:47.574Z | Downloaded vsss-rs v3.3.4 |
1149 | 2024-02-15T21:24:47.574Z | Downloaded serde_derive_internals v0.26.0 |
1150 | 2024-02-15T21:24:47.574Z | Downloaded num-bigint v0.4.4 |
1151 | 2024-02-15T21:24:47.574Z | Downloaded toml v0.8.10 |
1152 | 2024-02-15T21:24:47.574Z | Downloaded subprocess v0.2.9 |
1153 | 2024-02-15T21:24:47.575Z | Downloaded pest_meta v2.7.6 |
1154 | 2024-02-15T21:24:47.575Z | Downloaded sha1 v0.10.6 |
1155 | 2024-02-15T21:24:47.575Z | Downloaded scheduled-thread-pool v0.2.7 |
1156 | 2024-02-15T21:24:47.575Z | Downloaded dirs-sys v0.4.1 |
1157 | 2024-02-15T21:24:47.575Z | Downloaded generic-array v0.14.7 |
1158 | 2024-02-15T21:24:47.575Z | Downloaded getopts v0.2.21 |
1159 | 2024-02-15T21:24:47.575Z | Downloaded term v0.7.0 |
1160 | 2024-02-15T21:24:47.575Z | Downloaded hash32 v0.2.1 |
1161 | 2024-02-15T21:24:47.575Z | Downloaded postcard v1.0.8 |
1162 | 2024-02-15T21:24:47.575Z | Downloaded serde_path_to_error v0.1.15 |
1163 | 2024-02-15T21:24:47.576Z | Downloaded unicase v2.7.0 |
1164 | 2024-02-15T21:24:47.576Z | Downloaded stable_deref_trait v1.2.0 |
1165 | 2024-02-15T21:24:47.576Z | Downloaded rand_core v0.6.4 |
1166 | 2024-02-15T21:24:47.576Z | Downloaded io-lifetimes v1.0.11 |
1167 | 2024-02-15T21:24:47.576Z | Downloaded thiserror-impl v1.0.56 |
1168 | 2024-02-15T21:24:47.576Z | Downloaded memchr v2.6.3 |
1169 | 2024-02-15T21:24:47.576Z | Downloaded crossbeam-channel v0.5.8 |
1170 | 2024-02-15T21:24:47.576Z | Downloaded tokio-rustls v0.25.0 |
1171 | 2024-02-15T21:24:47.576Z | Downloaded derive-where v1.2.7 |
1172 | 2024-02-15T21:24:47.576Z | Downloaded allocator-api2 v0.2.16 |
1173 | 2024-02-15T21:24:47.576Z | Downloaded crypto-bigint v0.5.2 |
1174 | 2024-02-15T21:24:47.577Z | Downloaded defmt-macros v0.3.6 |
1175 | 2024-02-15T21:24:47.577Z | Downloaded slab v0.4.9 |
1176 | 2024-02-15T21:24:47.577Z | Downloaded ciborium v0.2.2 |
1177 | 2024-02-15T21:24:47.577Z | Downloaded crc32fast v1.3.2 |
1178 | 2024-02-15T21:24:47.577Z | Downloaded http-body v0.4.5 |
1179 | 2024-02-15T21:24:47.577Z | Downloaded password-hash v0.4.2 |
1180 | 2024-02-15T21:24:47.577Z | Downloaded parking_lot_core v0.8.6 |
1181 | 2024-02-15T21:24:47.577Z | Downloaded camino v1.1.6 |
1182 | 2024-02-15T21:24:47.577Z | Downloaded petgraph v0.6.4 |
1183 | 2024-02-15T21:24:47.577Z | Downloaded ring v0.17.7 |
1184 | 2024-02-15T21:24:47.577Z | Downloaded percent-encoding v2.3.1 |
1185 | 2024-02-15T21:24:47.577Z | Downloaded pem-rfc7468 v0.7.0 |
1186 | 2024-02-15T21:24:47.577Z | Downloaded cancel-safe-futures v0.1.5 |
1187 | 2024-02-15T21:24:47.577Z | Downloaded lock_api v0.4.10 |
1188 | 2024-02-15T21:24:47.577Z | Downloaded blowfish v0.9.1 |
1189 | 2024-02-15T21:24:47.577Z | Downloaded xattr v1.0.1 |
1190 | 2024-02-15T21:24:47.578Z | Downloaded der_derive v0.7.2 |
1191 | 2024-02-15T21:24:47.578Z | Downloaded clap_derive v4.4.2 |
1192 | 2024-02-15T21:24:47.578Z | Downloaded postgres-types v0.2.6 |
1193 | 2024-02-15T21:24:47.578Z | Downloaded poly1305 v0.8.0 |
1194 | 2024-02-15T21:24:47.578Z | Downloaded tokio-macros v2.2.0 |
1195 | 2024-02-15T21:24:47.578Z | Downloaded group v0.13.0 |
1196 | 2024-02-15T21:24:47.578Z | Downloaded native-tls v0.2.11 |
1197 | 2024-02-15T21:24:47.578Z | Downloaded postgres-protocol v0.6.6 |
1198 | 2024-02-15T21:24:47.578Z | Downloaded pin-project-lite v0.2.13 |
1199 | 2024-02-15T21:24:47.578Z | Downloaded fixedbitset v0.4.2 |
1200 | 2024-02-15T21:24:47.578Z | Downloaded terminal_size v0.2.6 |
1201 | 2024-02-15T21:24:47.579Z | Downloaded zerocopy v0.3.0 |
1202 | 2024-02-15T21:24:47.579Z | Downloaded spki v0.7.2 |
1203 | 2024-02-15T21:24:47.579Z | Downloaded pbkdf2 v0.11.0 |
1204 | 2024-02-15T21:24:47.579Z | Downloaded managed v0.8.0 |
1205 | 2024-02-15T21:24:47.579Z | Downloaded bitflags v2.4.0 |
1206 | 2024-02-15T21:24:47.579Z | Downloaded anyhow v1.0.75 |
1207 | 2024-02-15T21:24:47.579Z | Downloaded blake2 v0.10.6 |
1208 | 2024-02-15T21:24:47.579Z | Downloaded ring v0.16.20 |
1209 | 2024-02-15T21:24:47.579Z | Downloaded predicates-core v1.0.6 |
1210 | 2024-02-15T21:24:47.579Z | Downloaded omicron-zone-package v0.11.0 |
1211 | 2024-02-15T21:24:47.579Z | Downloaded addr2line v0.21.0 |
1212 | 2024-02-15T21:24:47.580Z | Downloaded crossbeam-utils v0.8.16 |
1213 | 2024-02-15T21:24:47.580Z | Downloaded paste v1.0.14 |
1214 | 2024-02-15T21:24:47.580Z | Downloaded parking_lot_core v0.9.8 |
1215 | 2024-02-15T21:24:47.599Z | Downloaded thread_local v1.1.7 |
1216 | 2024-02-15T21:24:47.599Z | Downloaded subtle v2.5.0 |
1217 | 2024-02-15T21:24:47.599Z | Downloaded string_cache v0.8.7 |
1218 | 2024-02-15T21:24:47.599Z | Downloaded pbkdf2 v0.12.2 |
1219 | 2024-02-15T21:24:47.599Z | Downloaded predicates v3.1.0 |
1220 | 2024-02-15T21:24:47.599Z | Downloaded ppv-lite86 v0.2.17 |
1221 | 2024-02-15T21:24:47.599Z | Downloaded lazy_static v1.4.0 |
1222 | 2024-02-15T21:24:47.599Z | Downloaded memoffset v0.9.0 |
1223 | 2024-02-15T21:24:47.599Z | Downloaded kstat-rs v0.2.3 |
1224 | 2024-02-15T21:24:47.599Z | Downloaded pin-utils v0.1.0 |
1225 | 2024-02-15T21:24:47.599Z | Downloaded anstyle-query v1.0.0 |
1226 | 2024-02-15T21:24:47.599Z | Downloaded keccak v0.1.4 |
1227 | 2024-02-15T21:24:47.599Z | Downloaded ahash v0.8.7 |
1228 | 2024-02-15T21:24:47.599Z | Downloaded cfg-if v1.0.0 |
1229 | 2024-02-15T21:24:47.599Z | Downloaded byteorder v1.5.0 |
1230 | 2024-02-15T21:24:47.599Z | Downloaded bit-set v0.5.3 |
1231 | 2024-02-15T21:24:47.600Z | Downloaded bcrypt-pbkdf v0.10.0 |
1232 | 2024-02-15T21:24:47.600Z | Downloaded bit-vec v0.6.3 |
1233 | 2024-02-15T21:24:47.600Z | Downloaded pretty-hex v0.2.1 |
1234 | 2024-02-15T21:24:47.600Z | Downloaded precomputed-hash v0.1.1 |
1235 | 2024-02-15T21:24:47.600Z | Downloaded num-derive v0.4.0 |
1236 | 2024-02-15T21:24:47.600Z | Downloaded base64ct v1.6.0 |
1237 | 2024-02-15T21:24:47.600Z | Downloaded ansi_term v0.12.1 |
1238 | 2024-02-15T21:24:47.600Z | Downloaded pretty-hex v0.4.1 |
1239 | 2024-02-15T21:24:47.600Z | Downloaded const-oid v0.9.5 |
1240 | 2024-02-15T21:24:47.600Z | Downloaded bitflags v1.3.2 |
1241 | 2024-02-15T21:24:47.600Z | Downloaded anstyle v1.0.2 |
1242 | 2024-02-15T21:24:47.600Z | Downloaded arrayvec v0.7.4 |
1243 | 2024-02-15T21:24:47.600Z | Downloaded mime_guess v2.0.4 |
1244 | 2024-02-15T21:24:47.600Z | Downloaded debug-ignore v1.0.5 |
1245 | 2024-02-15T21:24:47.600Z | Downloaded option-ext v0.2.0 |
1246 | 2024-02-15T21:24:47.600Z | Downloaded console v0.15.8 |
1247 | 2024-02-15T21:24:47.600Z | Downloaded num_enum v0.5.11 |
1248 | 2024-02-15T21:24:47.600Z | Downloaded num-integer v0.1.45 |
1249 | 2024-02-15T21:24:47.600Z | Downloaded ciborium-ll v0.2.2 |
1250 | 2024-02-15T21:24:47.600Z | Downloaded normalize-line-endings v0.3.0 |
1251 | 2024-02-15T21:24:47.600Z | Downloaded ciborium-io v0.2.2 |
1252 | 2024-02-15T21:24:47.600Z | Downloaded plain v0.2.3 |
1253 | 2024-02-15T21:24:47.600Z | Downloaded cpufeatures v0.2.12 |
1254 | 2024-02-15T21:24:47.600Z | Downloaded chacha20 v0.9.1 |
1255 | 2024-02-15T21:24:47.601Z | Downloaded match_cfg v0.1.0 |
1256 | 2024-02-15T21:24:47.601Z | Downloaded atomic-waker v1.1.1 |
1257 | 2024-02-15T21:24:47.601Z | Downloaded cipher v0.4.4 |
1258 | 2024-02-15T21:24:47.601Z | Downloaded async-stream v0.3.5 |
1259 | 2024-02-15T21:24:47.601Z | Downloaded phf_shared v0.11.2 |
1260 | 2024-02-15T21:24:47.601Z | Downloaded pkcs8 v0.10.2 |
1261 | 2024-02-15T21:24:47.601Z | Downloaded pest_derive v2.7.6 |
1262 | 2024-02-15T21:24:47.601Z | Downloaded adler v1.0.2 |
1263 | 2024-02-15T21:24:47.601Z | Downloaded parse-display-derive v0.9.0 |
1264 | 2024-02-15T21:24:47.601Z | Downloaded crossbeam-deque v0.8.3 |
1265 | 2024-02-15T21:24:47.601Z | Downloaded memmap2 v0.7.1 |
1266 | 2024-02-15T21:24:47.601Z | Downloaded crossbeam-epoch v0.9.15 |
1267 | 2024-02-15T21:24:47.601Z | Downloaded clap_lex v0.5.1 |
1268 | 2024-02-15T21:24:47.601Z | Downloaded atty v0.2.14 |
1269 | 2024-02-15T21:24:47.601Z | Compiling proc-macro2 v1.0.78 |
1270 | 2024-02-15T21:24:47.601Z | Compiling unicode-ident v1.0.12 |
1271 | 2024-02-15T21:24:47.601Z | Compiling libc v0.2.153 |
1272 | 2024-02-15T21:24:47.601Z | Compiling serde v1.0.196 |
1273 | 2024-02-15T21:24:47.601Z | Compiling version_check v0.9.4 |
1274 | 2024-02-15T21:24:47.601Z | Compiling autocfg v1.1.0 |
1275 | 2024-02-15T21:24:47.601Z | Compiling cfg-if v1.0.0 |
1276 | 2024-02-15T21:24:47.688Z | Compiling syn v1.0.109 |
1277 | 2024-02-15T21:24:47.703Z | Compiling once_cell v1.19.0 |
1278 | 2024-02-15T21:24:47.735Z | Compiling thiserror v1.0.56 |
1279 | 2024-02-15T21:24:48.054Z | Compiling memchr v2.6.3 |
1280 | 2024-02-15T21:24:48.298Z | Compiling ahash v0.8.7 |
1281 | 2024-02-15T21:24:48.339Z | Compiling lock_api v0.4.10 |
1282 | 2024-02-15T21:24:48.805Z | Compiling byteorder v1.5.0 |
1283 | 2024-02-15T21:24:48.812Z | Compiling typenum v1.16.0 |
1284 | 2024-02-15T21:24:48.954Z | Compiling parking_lot_core v0.9.8 |
1285 | 2024-02-15T21:24:48.958Z | Compiling generic-array v0.14.7 |
1286 | 2024-02-15T21:24:49.218Z | Compiling libm v0.2.7 |
1287 | 2024-02-15T21:24:49.323Z | Compiling num-traits v0.2.16 |
1288 | 2024-02-15T21:24:49.408Z | Compiling serde_json v1.0.113 |
1289 | 2024-02-15T21:24:50.032Z | Compiling itoa v1.0.9 |
1290 | 2024-02-15T21:24:50.057Z | Compiling quote v1.0.35 |
1291 | 2024-02-15T21:24:50.057Z | Compiling slab v0.4.9 |
1292 | 2024-02-15T21:24:50.058Z | Compiling log v0.4.20 |
1293 | 2024-02-15T21:24:50.186Z | Compiling syn v2.0.48 |
1294 | 2024-02-15T21:24:50.355Z | Compiling getrandom v0.2.10 |
1295 | 2024-02-15T21:24:50.509Z | Compiling cc v1.0.83 |
1296 | 2024-02-15T21:24:50.707Z | Compiling rand_core v0.6.4 |
1297 | 2024-02-15T21:24:50.979Z | Compiling scopeguard v1.2.0 |
1298 | 2024-02-15T21:24:51.993Z | Compiling ryu v1.0.15 |
1299 | 2024-02-15T21:24:52.020Z | Compiling pkg-config v0.3.27 |
1300 | 2024-02-15T21:24:52.020Z | Compiling heck v0.4.1 |
1301 | 2024-02-15T21:24:52.020Z | Compiling allocator-api2 v0.2.16 |
1302 | 2024-02-15T21:24:52.020Z | Compiling equivalent v1.0.1 |
1303 | 2024-02-15T21:24:52.020Z | Compiling smallvec v1.13.1 |
1304 | 2024-02-15T21:24:52.521Z | Compiling subtle v2.5.0 |
1305 | 2024-02-15T21:24:52.521Z | Compiling schemars v0.8.16 |
1306 | 2024-02-15T21:24:52.966Z | Compiling vcpkg v0.2.15 |
1307 | 2024-02-15T21:24:53.102Z | Compiling pin-project-lite v0.2.13 |
1308 | 2024-02-15T21:24:53.484Z | Compiling httparse v1.8.0 |
1309 | 2024-02-15T21:24:53.501Z | Compiling ucd-trie v0.1.6 |
1310 | 2024-02-15T21:24:53.863Z | Compiling ring v0.17.7 |
1311 | 2024-02-15T21:24:53.943Z | Compiling parking_lot v0.12.1 |
1312 | 2024-02-15T21:24:53.996Z | Compiling ring v0.16.20 |
1313 | 2024-02-15T21:24:54.162Z | Compiling signal-hook-registry v1.4.1 |
1314 | 2024-02-15T21:24:55.023Z | Compiling fnv v1.0.7 |
1315 | 2024-02-15T21:24:55.130Z | Compiling mio v0.8.9 |
1316 | 2024-02-15T21:24:55.305Z | Compiling openssl-sys v0.9.96 |
1317 | 2024-02-15T21:24:55.347Z | Compiling iana-time-zone v0.1.57 |
1318 | 2024-02-15T21:24:56.188Z | Compiling openssl v0.10.60 |
1319 | 2024-02-15T21:24:56.272Z | Compiling const-oid v0.9.5 |
1320 | 2024-02-15T21:24:56.708Z | Compiling semver v1.0.21 |
1321 | 2024-02-15T21:24:56.712Z | Compiling num_cpus v1.16.0 |
1322 | 2024-02-15T21:24:56.713Z | Compiling socket2 v0.5.5 |
1323 | 2024-02-15T21:24:56.713Z | Compiling rustls v0.21.9 |
1324 | 2024-02-15T21:24:57.052Z | Compiling native-tls v0.2.11 |
1325 | 2024-02-15T21:24:57.452Z | Compiling futures-core v0.3.30 |
1326 | 2024-02-15T21:24:57.457Z | Compiling dyn-clone v1.0.16 |
1327 | 2024-02-15T21:24:57.692Z | Compiling aho-corasick v1.0.4 |
1328 | 2024-02-15T21:24:57.810Z | Compiling regex-syntax v0.8.2 |
1329 | 2024-02-15T21:24:58.073Z | Compiling slog v2.7.0 |
1330 | 2024-02-15T21:24:58.341Z | Compiling serde_derive_internals v0.26.0 |
1331 | 2024-02-15T21:24:58.359Z | Compiling crossbeam-utils v0.8.16 |
1332 | 2024-02-15T21:24:58.667Z | Compiling async-trait v0.1.77 |
1333 | 2024-02-15T21:24:58.895Z | Compiling spin v0.5.2 |
1334 | 2024-02-15T21:24:59.264Z | Compiling futures-sink v0.3.30 |
1335 | 2024-02-15T21:24:59.421Z | Compiling rustix v0.38.31 |
1336 | 2024-02-15T21:24:59.512Z | Compiling backtrace v0.3.69 |
1337 | 2024-02-15T21:25:00.544Z | Compiling tinyvec_macros v0.1.1 |
1338 | 2024-02-15T21:25:00.548Z | Compiling tinyvec v1.6.0 |
1339 | 2024-02-15T21:25:00.548Z | Compiling futures-channel v0.3.30 |
1340 | 2024-02-15T21:25:00.948Z | Compiling futures-task v0.3.30 |
1341 | 2024-02-15T21:25:01.242Z | Compiling pin-utils v0.1.0 |
1342 | 2024-02-15T21:25:01.299Z | Compiling futures-io v0.3.30 |
1343 | 2024-02-15T21:25:01.462Z | Compiling regex-automata v0.4.4 |
1344 | 2024-02-15T21:25:01.663Z | Compiling winnow v0.5.15 |
1345 | 2024-02-15T21:25:01.877Z | Compiling unicode-normalization v0.1.22 |
1346 | 2024-02-15T21:25:01.894Z | Compiling spin v0.9.8 |
1347 | 2024-02-15T21:25:02.372Z | Compiling memoffset v0.9.0 |
1348 | 2024-02-15T21:25:02.510Z | Compiling tracing-core v0.1.31 |
1349 | 2024-02-15T21:25:02.707Z | Compiling unicode-bidi v0.3.13 |
1350 | 2024-02-15T21:25:02.971Z | Compiling cpufeatures v0.2.12 |
1351 | 2024-02-15T21:25:03.063Z | Compiling anyhow v1.0.75 |
1352 | 2024-02-15T21:25:03.650Z | Compiling unicode-width v0.1.11 |
1353 | 2024-02-15T21:25:04.948Z | Compiling crc32fast v1.3.2 |
1354 | 2024-02-15T21:25:05.553Z | Compiling crossbeam-epoch v0.9.15 |
1355 | 2024-02-15T21:25:06.054Z | Compiling time-core v0.1.1 |
1356 | 2024-02-15T21:25:06.054Z | Compiling regex v1.10.3 |
1357 | 2024-02-15T21:25:06.054Z | Compiling time-macros v0.2.13 |
1358 | 2024-02-15T21:25:06.054Z | Compiling serde_derive v1.0.196 |
1359 | 2024-02-15T21:25:06.073Z | Compiling zerocopy-derive v0.7.32 |
1360 | 2024-02-15T21:25:06.452Z | Compiling zeroize_derive v1.4.2 |
1361 | 2024-02-15T21:25:06.990Z | Compiling thiserror-impl v1.0.56 |
1362 | 2024-02-15T21:25:07.955Z | Compiling tokio-macros v2.2.0 |
1363 | 2024-02-15T21:25:08.239Z | Compiling zerocopy v0.7.32 |
1364 | 2024-02-15T21:25:08.516Z | Compiling zeroize v1.7.0 |
1365 | 2024-02-15T21:25:08.887Z | Compiling futures-macro v0.3.30 |
1366 | 2024-02-15T21:25:10.074Z | Compiling tracing-attributes v0.1.26 |
1367 | 2024-02-15T21:25:10.433Z | Compiling hashbrown v0.14.3 |
1368 | 2024-02-15T21:25:10.489Z | Compiling schemars_derive v0.8.16 |
1369 | 2024-02-15T21:25:10.737Z | Compiling pest v2.7.6 |
1370 | 2024-02-15T21:25:11.113Z | Compiling crypto-common v0.1.6 |
1371 | 2024-02-15T21:25:11.328Z | Compiling openssl-macros v0.1.1 |
1372 | 2024-02-15T21:25:11.699Z | Compiling block-buffer v0.10.4 |
1373 | 2024-02-15T21:25:11.989Z | Compiling digest v0.10.7 |
1374 | 2024-02-15T21:25:12.012Z | Compiling hashbrown v0.13.2 |
1375 | 2024-02-15T21:25:12.594Z | Compiling futures-util v0.3.30 |
1376 | 2024-02-15T21:25:19.777Z | Compiling pest_meta v2.7.6 |
1377 | 2024-02-15T21:25:20.018Z | Compiling tracing v0.1.37 |
1378 | 2024-02-15T21:25:20.326Z | Compiling pest_generator v2.7.6 |
1379 | 2024-02-15T21:25:20.326Z | Compiling der_derive v0.7.2 |
1380 | 2024-02-15T21:25:20.326Z | Compiling errno v0.3.8 |
1381 | 2024-02-15T21:25:20.326Z | Compiling num-integer v0.1.45 |
1382 | 2024-02-15T21:25:20.326Z | Compiling foreign-types-shared v0.1.1 |
1383 | 2024-02-15T21:25:20.326Z | Compiling percent-encoding v2.3.1 |
1384 | 2024-02-15T21:25:20.326Z | Compiling untrusted v0.7.1 |
1385 | 2024-02-15T21:25:20.326Z | Compiling untrusted v0.9.0 |
1386 | 2024-02-15T21:25:20.326Z | Compiling foreign-types v0.3.2 |
1387 | 2024-02-15T21:25:20.326Z | Compiling pest_derive v2.7.6 |
1388 | 2024-02-15T21:25:20.326Z | Compiling ppv-lite86 v0.2.17 |
1389 | 2024-02-15T21:25:20.326Z | Compiling unicode-xid v0.2.4 |
1390 | 2024-02-15T21:25:20.326Z | Compiling base64 v0.21.7 |
1391 | 2024-02-15T21:25:20.326Z | Compiling try-lock v0.2.4 |
1392 | 2024-02-15T21:25:20.340Z | Compiling bytes v1.5.0 |
1393 | 2024-02-15T21:25:21.246Z | Compiling indexmap v2.2.3 |
1394 | 2024-02-15T21:25:21.321Z | Compiling chrono v0.4.31 |
1395 | 2024-02-15T21:25:21.321Z | Compiling uuid v1.7.0 |
1396 | 2024-02-15T21:25:23.466Z | Compiling tokio v1.36.0 |
1397 | 2024-02-15T21:25:23.649Z | Compiling http v0.2.11 |
1398 | 2024-02-15T21:25:23.649Z | Compiling bitflags v2.4.0 |
1399 | 2024-02-15T21:25:23.649Z | Compiling toml_datetime v0.6.5 |
1400 | 2024-02-15T21:25:23.649Z | Compiling serde_spanned v0.6.5 |
1401 | 2024-02-15T21:25:23.731Z | Compiling toml_edit v0.19.15 |
1402 | 2024-02-15T21:25:23.732Z | Compiling rustc_version v0.4.0 |
1403 | 2024-02-15T21:25:24.379Z | Compiling openapiv3 v2.0.0 |
1404 | 2024-02-15T21:25:26.827Z | Compiling serde_tokenstream v0.2.0 |
1405 | 2024-02-15T21:25:27.603Z | Compiling http-body v0.4.5 |
1406 | 2024-02-15T21:25:27.665Z | Compiling rustls-webpki v0.101.7 |
1407 | 2024-02-15T21:25:27.665Z | Compiling sct v0.7.0 |
1408 | 2024-02-15T21:25:27.908Z | Compiling want v0.3.1 |
1409 | 2024-02-15T21:25:28.976Z | Compiling synstructure v0.12.6 |
1410 | 2024-02-15T21:25:29.537Z | Compiling form_urlencoded v1.2.1 |
1411 | 2024-02-15T21:25:29.657Z | Compiling scroll_derive v0.12.0 |
1412 | 2024-02-15T21:25:30.046Z | Compiling socket2 v0.4.9 |
1413 | 2024-02-15T21:25:30.841Z | Compiling httpdate v1.0.3 |
1414 | 2024-02-15T21:25:30.885Z | Compiling tokio-util v0.7.10 |
1415 | 2024-02-15T21:25:30.995Z | Compiling io-lifetimes v1.0.11 |
1416 | 2024-02-15T21:25:31.377Z | Compiling tower-service v0.3.2 |
1417 | 2024-02-15T21:25:31.612Z | Compiling openssl-probe v0.1.5 |
1418 | 2024-02-15T21:25:32.372Z | Compiling zerocopy-derive v0.2.0 |
1419 | 2024-02-15T21:25:32.872Z | Compiling h2 v0.3.24 |
1420 | 2024-02-15T21:25:34.265Z | Compiling idna v0.5.0 |
1421 | 2024-02-15T21:25:34.284Z | Compiling lazy_static v1.4.0 |
1422 | 2024-02-15T21:25:35.729Z | Compiling thread-id v4.2.0 |
1423 | 2024-02-15T21:25:35.858Z | Compiling adler v1.0.2 |
1424 | 2024-02-15T21:25:35.884Z | Compiling url v2.5.0 |
1425 | 2024-02-15T21:25:36.362Z | Compiling miniz_oxide v0.7.1 |
1426 | 2024-02-15T21:25:36.872Z | Compiling tokio-native-tls v0.3.1 |
1427 | 2024-02-15T21:25:37.297Z | Compiling tokio-rustls v0.24.1 |
1428 | 2024-02-15T21:25:37.719Z | Compiling rand_chacha v0.3.1 |
1429 | 2024-02-15T21:25:37.841Z | Compiling rustix v0.37.23 |
1430 | 2024-02-15T21:25:37.870Z | Compiling rustversion v1.0.14 |
1431 | 2024-02-15T21:25:37.958Z | Compiling ipnet v2.9.0 |
1432 | 2024-02-15T21:25:38.408Z | Compiling rand v0.8.5 |
1433 | 2024-02-15T21:25:38.511Z | Compiling serde_urlencoded v0.7.1 |
1434 | 2024-02-15T21:25:38.636Z | Compiling rustls-pemfile v1.0.3 |
1435 | 2024-02-15T21:25:39.267Z | Compiling usdt-impl v0.3.5 |
1436 | 2024-02-15T21:25:39.267Z | Compiling encoding_rs v0.8.33 |
1437 | 2024-02-15T21:25:39.267Z | Compiling gimli v0.28.0 |
1438 | 2024-02-15T21:25:39.268Z | Compiling mime v0.3.17 |
1439 | 2024-02-15T21:25:39.467Z | Compiling webpki-roots v0.25.2 |
1440 | 2024-02-15T21:25:39.614Z | Compiling hyper v0.14.27 |
1441 | 2024-02-15T21:25:39.850Z | Compiling either v1.9.0 |
1442 | 2024-02-15T21:25:43.133Z | Compiling regress v0.7.1 |
1443 | 2024-02-15T21:25:43.166Z | Compiling object v0.32.1 |
1444 | 2024-02-15T21:25:43.242Z | Compiling num-bigint v0.4.4 |
1445 | 2024-02-15T21:25:43.748Z | Compiling addr2line v0.21.0 |
1446 | 2024-02-15T21:25:44.016Z | Compiling usdt-impl v0.5.0 |
1447 | 2024-02-15T21:25:44.332Z | Compiling rustc-demangle v0.1.23 |
1448 | 2024-02-15T21:25:44.453Z | Compiling flate2 v1.0.28 |
1449 | 2024-02-15T21:25:44.880Z | Compiling zerocopy v0.3.0 |
1450 | 2024-02-15T21:25:45.730Z | Compiling scroll v0.12.0 |
1451 | 2024-02-15T21:25:45.736Z | Compiling heapless v0.7.16 |
1452 | 2024-02-15T21:25:45.736Z | Compiling futures-executor v0.3.30 |
1453 | 2024-02-15T21:25:45.889Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1454 | 2024-02-15T21:25:45.932Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1455 | 2024-02-15T21:25:46.082Z | Compiling signal-hook v0.3.17 |
1456 | 2024-02-15T21:25:46.432Z | Compiling plain v0.2.3 |
1457 | 2024-02-15T21:25:46.612Z | Compiling hyper-rustls v0.24.2 |
1458 | 2024-02-15T21:25:46.724Z | Compiling hyper-tls v0.5.0 |
1459 | 2024-02-15T21:25:47.920Z | Compiling reqwest v0.11.22 |
1460 | 2024-02-15T21:25:47.941Z | Compiling goblin v0.8.0 |
1461 | 2024-02-15T21:25:48.832Z | Compiling futures v0.3.30 |
1462 | 2024-02-15T21:25:48.949Z | Compiling dof v0.1.5 |
1463 | 2024-02-15T21:25:49.982Z | Compiling toml v0.7.8 |
1464 | 2024-02-15T21:25:51.659Z | Compiling hex v0.4.3 |
1465 | 2024-02-15T21:25:51.719Z | Compiling dtrace-parser v0.1.14 |
1466 | 2024-02-15T21:25:51.720Z | Compiling pretty-hex v0.4.1 |
1467 | 2024-02-15T21:25:51.720Z | Compiling strsim v0.10.0 |
1468 | 2024-02-15T21:25:51.749Z | Compiling base64ct v1.6.0 |
1469 | 2024-02-15T21:25:52.807Z | Compiling strum_macros v0.25.2 |
1470 | 2024-02-15T21:25:53.060Z | Compiling serde_tokenstream v0.1.7 |
1471 | 2024-02-15T21:25:53.596Z | Compiling dof v0.3.0 |
1472 | 2024-02-15T21:25:53.614Z | Compiling dtrace-parser v0.2.0 |
1473 | 2024-02-15T21:25:54.732Z | Compiling bitflags v1.3.2 |
1474 | 2024-02-15T21:25:54.837Z | Compiling smoltcp v0.9.1 |
1475 | 2024-02-15T21:25:55.745Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1476 | 2024-02-15T21:25:55.979Z | Compiling pem-rfc7468 v0.7.0 |
1477 | 2024-02-15T21:25:56.048Z | Compiling hmac v0.12.1 |
1478 | 2024-02-15T21:25:56.599Z | Compiling enum-as-inner v0.5.1 |
1479 | 2024-02-15T21:25:57.028Z | Compiling num-iter v0.1.43 |
1480 | 2024-02-15T21:25:57.031Z | Compiling unicode-segmentation v1.10.1 |
1481 | 2024-02-15T21:25:57.031Z | Compiling siphasher v0.3.11 |
1482 | 2024-02-15T21:25:57.456Z | Compiling flagset v0.4.3 |
1483 | 2024-02-15T21:25:57.671Z | Compiling der v0.7.8 |
1484 | 2024-02-15T21:25:57.677Z | Compiling usdt-macro v0.3.5 |
1485 | 2024-02-15T21:25:57.677Z | Compiling usdt-attr-macro v0.3.5 |
1486 | 2024-02-15T21:25:58.394Z | Compiling hubpack_derive v0.1.1 |
1487 | 2024-02-15T21:25:58.628Z | Compiling zerocopy-derive v0.6.4 |
1488 | 2024-02-15T21:25:59.351Z | Compiling anstyle v1.0.2 |
1489 | 2024-02-15T21:25:59.782Z | Compiling deranged v0.3.8 |
1490 | 2024-02-15T21:26:00.912Z | Compiling num_threads v0.1.6 |
1491 | 2024-02-15T21:26:01.067Z | Compiling utf8parse v0.2.1 |
1492 | 2024-02-15T21:26:01.630Z | Compiling anstyle-parse v0.2.1 |
1493 | 2024-02-15T21:26:01.635Z | Compiling sha2 v0.10.8 |
1494 | 2024-02-15T21:26:01.673Z | Compiling time v0.3.27 |
1495 | 2024-02-15T21:26:02.159Z | Compiling spki v0.7.2 |
1496 | 2024-02-15T21:26:04.389Z | Compiling md-5 v0.10.5 |
1497 | 2024-02-15T21:26:04.455Z | Compiling block-padding v0.3.3 |
1498 | 2024-02-15T21:26:04.676Z | Compiling clap_derive v4.4.2 |
1499 | 2024-02-15T21:26:04.736Z | Compiling getopts v0.2.21 |
1500 | 2024-02-15T21:26:05.132Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1501 | 2024-02-15T21:26:05.144Z | Compiling stringprep v0.1.3 |
1502 | 2024-02-15T21:26:05.811Z | Compiling diesel_table_macro_syntax v0.1.0 |
1503 | 2024-02-15T21:26:06.237Z | Compiling hash32 v0.2.1 |
1504 | 2024-02-15T21:26:06.645Z | Compiling fallible-iterator v0.2.0 |
1505 | 2024-02-15T21:26:07.175Z | Compiling anstyle-query v1.0.0 |
1506 | 2024-02-15T21:26:07.318Z | Compiling stable_deref_trait v1.2.0 |
1507 | 2024-02-15T21:26:07.436Z | Compiling colorchoice v1.0.0 |
1508 | 2024-02-15T21:26:08.696Z | Compiling anstream v0.5.0 |
1509 | 2024-02-15T21:26:09.442Z | Compiling postgres-protocol v0.6.6 |
1510 | 2024-02-15T21:26:10.136Z | Compiling diesel_derives v2.1.2 |
1511 | 2024-02-15T21:26:10.272Z | Compiling inout v0.1.3 |
1512 | 2024-02-15T21:26:14.893Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1513 | 2024-02-15T21:26:15.200Z | Compiling terminal_size v0.2.6 |
1514 | 2024-02-15T21:26:15.200Z | Compiling pkcs8 v0.10.2 |
1515 | 2024-02-15T21:26:15.200Z | Compiling phf_shared v0.11.2 |
1516 | 2024-02-15T21:26:15.201Z | Compiling ff v0.13.0 |
1517 | 2024-02-15T21:26:15.201Z | Compiling serde_repr v0.1.16 |
1518 | 2024-02-15T21:26:15.201Z | Compiling scheduled-thread-pool v0.2.7 |
1519 | 2024-02-15T21:26:15.224Z | Compiling matches v0.1.10 |
1520 | 2024-02-15T21:26:15.225Z | Compiling regex-automata v0.1.10 |
1521 | 2024-02-15T21:26:15.290Z | Compiling bit-vec v0.6.3 |
1522 | 2024-02-15T21:26:15.478Z | Compiling unsafe-libyaml v0.2.10 |
1523 | 2024-02-15T21:26:15.523Z | Compiling base16ct v0.2.0 |
1524 | 2024-02-15T21:26:15.749Z | Compiling clap_lex v0.5.1 |
1525 | 2024-02-15T21:26:15.892Z | Compiling managed v0.8.0 |
1526 | 2024-02-15T21:26:17.889Z | Compiling serde_yaml v0.9.25 |
1527 | 2024-02-15T21:26:19.300Z | Compiling clap_builder v4.4.2 |
1528 | 2024-02-15T21:26:19.660Z | Compiling sec1 v0.7.3 |
1529 | 2024-02-15T21:26:19.955Z | Compiling bstr v0.2.17 |
1530 | 2024-02-15T21:26:20.452Z | Compiling idna v0.2.3 |
1531 | 2024-02-15T21:26:21.222Z | Compiling r2d2 v0.8.10 |
1532 | 2024-02-15T21:26:21.477Z | Compiling group v0.13.0 |
1533 | 2024-02-15T21:26:22.268Z | Compiling phf v0.11.2 |
1534 | 2024-02-15T21:26:22.277Z | Compiling signal-hook-mio v0.2.3 |
1535 | 2024-02-15T21:26:22.277Z | Compiling bzip2 v0.4.4 |
1536 | 2024-02-15T21:26:22.277Z | Compiling cipher v0.4.4 |
1537 | 2024-02-15T21:26:22.277Z | Compiling postgres-types v0.2.6 |
1538 | 2024-02-15T21:26:22.534Z | Compiling zerocopy v0.6.4 |
1539 | 2024-02-15T21:26:23.038Z | Compiling hubpack v0.1.2 |
1540 | 2024-02-15T21:26:23.038Z | Compiling phf_shared v0.10.0 |
1541 | 2024-02-15T21:26:23.160Z | Compiling hkdf v0.12.4 |
1542 | 2024-02-15T21:26:23.271Z | Compiling crypto-bigint v0.5.2 |
1543 | 2024-02-15T21:26:23.365Z | Compiling ipnetwork v0.20.0 |
1544 | 2024-02-15T21:26:23.830Z | Compiling float-cmp v0.9.0 |
1545 | 2024-02-15T21:26:24.727Z | Compiling new_debug_unreachable v1.0.4 |
1546 | 2024-02-15T21:26:24.746Z | Compiling regex-automata v0.3.8 |
1547 | 2024-02-15T21:26:24.746Z | Compiling normalize-line-endings v0.3.0 |
1548 | 2024-02-15T21:26:24.746Z | Compiling minimal-lexical v0.2.1 |
1549 | 2024-02-15T21:26:25.251Z | Compiling difflib v0.4.0 |
1550 | 2024-02-15T21:26:26.824Z | Compiling data-encoding v2.4.0 |
1551 | 2024-02-15T21:26:26.936Z | Compiling fixedbitset v0.4.2 |
1552 | 2024-02-15T21:26:27.016Z | Compiling whoami v1.4.1 |
1553 | 2024-02-15T21:26:27.040Z | Compiling static_assertions v1.1.0 |
1554 | 2024-02-15T21:26:28.053Z | Compiling predicates-core v1.0.6 |
1555 | 2024-02-15T21:26:28.444Z | Compiling precomputed-hash v0.1.1 |
1556 | 2024-02-15T21:26:28.572Z | Compiling string_cache v0.8.7 |
1557 | 2024-02-15T21:26:28.886Z | Compiling predicates v3.1.0 |
1558 | 2024-02-15T21:26:29.647Z | Compiling trust-dns-proto v0.22.0 |
1559 | 2024-02-15T21:26:29.653Z | Compiling tokio-postgres v0.7.10 |
1560 | 2024-02-15T21:26:30.098Z | Compiling petgraph v0.6.4 |
1561 | 2024-02-15T21:26:30.707Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1562 | 2024-02-15T21:26:30.868Z | Compiling diesel v2.1.4 |
1563 | 2024-02-15T21:26:32.736Z | Compiling bstr v1.6.0 |
1564 | 2024-02-15T21:26:32.744Z | Compiling elliptic-curve v0.13.8 |
1565 | 2024-02-15T21:26:33.070Z | Compiling nom v7.1.3 |
1566 | 2024-02-15T21:26:33.487Z | Compiling yasna v0.5.2 |
1567 | 2024-02-15T21:26:34.092Z | Compiling clap v4.4.3 |
1568 | 2024-02-15T21:26:34.225Z | Compiling zip v0.6.6 |
1569 | 2024-02-15T21:26:34.276Z | Compiling crossterm v0.27.0 |
1570 | 2024-02-15T21:26:35.383Z | Compiling similar v2.3.0 |
1571 | 2024-02-15T21:26:35.762Z | Compiling bit-set v0.5.3 |
1572 | 2024-02-15T21:26:36.064Z | Compiling usdt v0.3.5 |
1573 | 2024-02-15T21:26:36.092Z | Compiling strum v0.25.0 |
1574 | 2024-02-15T21:26:36.340Z | Compiling itertools v0.10.5 |
1575 | 2024-02-15T21:26:36.834Z | Compiling console v0.15.8 |
1576 | 2024-02-15T21:26:36.882Z | Compiling tokio-stream v0.1.14 |
1577 | 2024-02-15T21:26:37.985Z | Compiling camino v1.1.6 |
1578 | 2024-02-15T21:26:38.644Z | Compiling lalrpop-util v0.19.12 |
1579 | 2024-02-15T21:26:41.290Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1580 | 2024-02-15T21:26:49.671Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1581 | 2024-02-15T21:27:13.742Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-02-15T21:27:15.114Z | Compiling sha1 v0.10.6 |
1583 | 2024-02-15T21:27:16.356Z | Compiling atty v0.2.14 |
1584 | 2024-02-15T21:27:22.757Z | Compiling match_cfg v0.1.0 |
1585 | 2024-02-15T21:27:22.757Z | Compiling hostname v0.3.1 |
1586 | 2024-02-15T21:27:22.757Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1587 | 2024-02-15T21:27:22.757Z | Compiling dirs-sys-next v0.1.2 |
1588 | 2024-02-15T21:27:22.757Z | Compiling ident_case v1.0.1 |
1589 | 2024-02-15T21:27:22.757Z | Compiling rustls-pki-types v1.1.0 |
1590 | 2024-02-15T21:27:22.757Z | Compiling darling_core v0.20.3 |
1591 | 2024-02-15T21:27:22.757Z | Compiling dirs-next v2.0.0 |
1592 | 2024-02-15T21:27:22.757Z | Compiling thread_local v1.1.7 |
1593 | 2024-02-15T21:27:22.758Z | Compiling rustls v0.22.2 |
1594 | 2024-02-15T21:27:22.758Z | Compiling slog-async v2.8.0 |
1595 | 2024-02-15T21:27:22.758Z | Compiling term v0.7.0 |
1596 | 2024-02-15T21:27:22.758Z | Compiling rustls-webpki v0.102.1 |
1597 | 2024-02-15T21:27:22.758Z | Compiling crossbeam-channel v0.5.8 |
1598 | 2024-02-15T21:27:23.029Z | Compiling multer v3.0.0 |
1599 | 2024-02-15T21:27:23.029Z | Compiling instant v0.1.12 |
1600 | 2024-02-15T21:27:23.029Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1601 | 2024-02-15T21:27:23.030Z | Compiling take_mut v0.2.2 |
1602 | 2024-02-15T21:27:23.030Z | Compiling paste v1.0.14 |
1603 | 2024-02-15T21:27:23.030Z | Compiling slog-term v2.9.0 |
1604 | 2024-02-15T21:27:23.030Z | Compiling toml_edit v0.22.4 |
1605 | 2024-02-15T21:27:23.030Z | Compiling slog-json v2.6.1 |
1606 | 2024-02-15T21:27:23.030Z | Compiling http v1.0.0 |
1607 | 2024-02-15T21:27:23.031Z | Compiling async-stream-impl v0.3.5 |
1608 | 2024-02-15T21:27:23.031Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-15T21:27:23.031Z | Compiling debug-ignore v1.0.5 |
1610 | 2024-02-15T21:27:23.031Z | Compiling atomic-waker v1.1.1 |
1611 | 2024-02-15T21:27:23.031Z | Compiling waitgroup v0.1.2 |
1612 | 2024-02-15T21:27:23.031Z | Compiling slog-bunyan v2.5.0 |
1613 | 2024-02-15T21:27:23.031Z | Compiling async-stream v0.3.5 |
1614 | 2024-02-15T21:27:23.290Z | Compiling darling_macro v0.20.3 |
1615 | 2024-02-15T21:27:23.570Z | Compiling toml v0.8.10 |
1616 | 2024-02-15T21:27:23.740Z | Compiling rustls-pemfile v2.0.0 |
1617 | 2024-02-15T21:27:24.181Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1618 | 2024-02-15T21:27:24.207Z | Compiling serde_path_to_error v0.1.15 |
1619 | 2024-02-15T21:27:24.252Z | Compiling darling v0.20.3 |
1620 | 2024-02-15T21:27:24.360Z | Compiling serde_with_macros v3.6.0 |
1621 | 2024-02-15T21:27:25.100Z | Compiling tokio-rustls v0.25.0 |
1622 | 2024-02-15T21:27:25.329Z | Compiling structmeta-derive v0.3.0 |
1623 | 2024-02-15T21:27:25.813Z | Compiling regress v0.8.0 |
1624 | 2024-02-15T21:27:25.813Z | Compiling strum_macros v0.26.1 |
1625 | 2024-02-15T21:27:27.857Z | Compiling serde_with v3.6.0 |
1626 | 2024-02-15T21:27:28.626Z | Compiling structmeta v0.3.0 |
1627 | 2024-02-15T21:27:28.734Z | Compiling backoff v0.4.0 |
1628 | 2024-02-15T21:27:29.508Z | Compiling parse-display-derive v0.9.0 |
1629 | 2024-02-15T21:27:29.508Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1630 | 2024-02-15T21:27:29.933Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1631 | 2024-02-15T21:27:30.116Z | Compiling macaddr v1.0.1 |
1632 | 2024-02-15T21:27:30.650Z | Compiling proc-macro-error-attr v1.0.4 |
1633 | 2024-02-15T21:27:31.046Z | Compiling proc-macro-crate v1.3.1 |
1634 | 2024-02-15T21:27:31.086Z | Compiling proc-macro-error v1.0.4 |
1635 | 2024-02-15T21:27:31.106Z | Compiling strum v0.26.1 |
1636 | 2024-02-15T21:27:31.295Z | Compiling heapless v0.8.0 |
1637 | 2024-02-15T21:27:31.825Z | Compiling hash32 v0.3.1 |
1638 | 2024-02-15T21:27:32.076Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1639 | 2024-02-15T21:27:32.579Z | Compiling smoltcp v0.11.0 |
1640 | 2024-02-15T21:27:32.579Z | Compiling num_enum_derive v0.5.11 |
1641 | 2024-02-15T21:27:32.579Z | Compiling rayon-core v1.12.0 |
1642 | 2024-02-15T21:27:32.580Z | Compiling crossbeam-deque v0.8.3 |
1643 | 2024-02-15T21:27:32.868Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1644 | 2024-02-15T21:27:32.925Z | Compiling fastrand v2.0.1 |
1645 | 2024-02-15T21:27:33.207Z | Compiling same-file v1.0.6 |
1646 | 2024-02-15T21:27:33.456Z | Compiling cobs v0.2.3 |
1647 | 2024-02-15T21:27:33.475Z | Compiling embedded-io v0.4.0 |
1648 | 2024-02-15T21:27:33.718Z | Compiling postcard v1.0.8 |
1649 | 2024-02-15T21:27:33.760Z | Compiling tempfile v3.10.0 |
1650 | 2024-02-15T21:27:33.782Z | Compiling walkdir v2.4.0 |
1651 | 2024-02-15T21:27:34.066Z | Compiling parse-display v0.9.0 |
1652 | 2024-02-15T21:27:34.709Z | Compiling semver-parser v0.10.2 |
1653 | 2024-02-15T21:27:34.732Z | Compiling foreign-types-macros v0.2.3 |
1654 | 2024-02-15T21:27:35.137Z | Compiling num_enum v0.5.11 |
1655 | 2024-02-15T21:27:35.287Z | Compiling blake3 v1.5.0 |
1656 | 2024-02-15T21:27:35.343Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1657 | 2024-02-15T21:27:35.473Z | Compiling crucible-workspace-hack v0.1.0 |
1658 | 2024-02-15T21:27:35.727Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1659 | 2024-02-15T21:27:35.866Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1660 | 2024-02-15T21:27:36.044Z | Compiling foreign-types-shared v0.3.1 |
1661 | 2024-02-15T21:27:36.134Z | Compiling foreign-types v0.5.0 |
1662 | 2024-02-15T21:27:36.593Z | Compiling semver v0.11.0 |
1663 | 2024-02-15T21:27:36.603Z | Compiling rayon v1.8.0 |
1664 | 2024-02-15T21:27:36.603Z | Compiling is-terminal v0.4.9 |
1665 | 2024-02-15T21:27:36.738Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1666 | 2024-02-15T21:27:36.752Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1667 | 2024-02-15T21:27:36.990Z | Compiling cstr-argument v0.1.2 |
1668 | 2024-02-15T21:27:37.000Z | Compiling filetime v0.2.23 |
1669 | 2024-02-15T21:27:37.227Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1670 | 2024-02-15T21:27:37.330Z | Compiling memmap2 v0.7.1 |
1671 | 2024-02-15T21:27:37.386Z | Compiling xattr v1.0.1 |
1672 | 2024-02-15T21:27:37.652Z | Compiling arrayref v0.3.7 |
1673 | 2024-02-15T21:27:37.664Z | Compiling pretty-hex v0.2.1 |
1674 | 2024-02-15T21:27:37.737Z | Compiling constant_time_eq v0.3.0 |
1675 | 2024-02-15T21:27:37.757Z | Compiling home v0.5.5 |
1676 | 2024-02-15T21:27:37.763Z | Compiling arrayvec v0.7.4 |
1677 | 2024-02-15T21:27:37.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1678 | 2024-02-15T21:27:37.918Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1679 | 2024-02-15T21:27:38.037Z | Compiling toolchain_find v0.2.0 |
1680 | 2024-02-15T21:27:38.224Z | Compiling tar v0.4.40 |
1681 | 2024-02-15T21:27:38.270Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1682 | 2024-02-15T21:27:38.380Z | Compiling camino-tempfile v1.1.1 |
1683 | 2024-02-15T21:27:38.831Z | Compiling colored v2.0.4 |
1684 | 2024-02-15T21:27:39.157Z | Compiling toml v0.5.11 |
1685 | 2024-02-15T21:27:39.322Z | Compiling topological-sort v0.2.2 |
1686 | 2024-02-15T21:27:39.385Z | Compiling platforms v3.0.2 |
1687 | 2024-02-15T21:27:39.555Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1688 | 2024-02-15T21:27:39.784Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1689 | 2024-02-15T21:27:40.305Z | Compiling zone_cfg_derive v0.3.0 |
1690 | 2024-02-15T21:27:40.459Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1691 | 2024-02-15T21:27:41.081Z | Compiling rustfmt-wrapper v0.2.0 |
1692 | 2024-02-15T21:27:41.715Z | Compiling omicron-zone-package v0.11.0 |
1693 | 2024-02-15T21:27:41.791Z | Compiling textwrap v0.11.0 |
1694 | 2024-02-15T21:27:42.343Z | Compiling heck v0.3.3 |
1695 | 2024-02-15T21:27:42.656Z | Compiling num-derive v0.4.0 |
1696 | 2024-02-15T21:27:42.762Z | Compiling ansi_term v0.12.1 |
1697 | 2024-02-15T21:27:43.049Z | Compiling vec_map v0.8.2 |
1698 | 2024-02-15T21:27:43.332Z | Compiling libefi-sys v0.1.0 |
1699 | 2024-02-15T21:27:43.363Z | Compiling strsim v0.8.0 |
1700 | 2024-02-15T21:27:43.692Z | Compiling clap v2.34.0 |
1701 | 2024-02-15T21:27:43.725Z | Compiling structopt-derive v0.4.18 |
1702 | 2024-02-15T21:27:43.899Z | Compiling zone v0.3.0 |
1703 | 2024-02-15T21:27:44.050Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1704 | 2024-02-15T21:27:45.135Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1705 | 2024-02-15T21:27:45.149Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1706 | 2024-02-15T21:27:45.625Z | Compiling smf v0.2.2 |
1707 | 2024-02-15T21:27:46.211Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1708 | 2024-02-15T21:27:46.249Z | Compiling unicase v2.7.0 |
1709 | 2024-02-15T21:27:46.609Z | Compiling semver v0.1.20 |
1710 | 2024-02-15T21:27:46.855Z | Compiling curve25519-dalek v4.1.1 |
1711 | 2024-02-15T21:27:47.073Z | Compiling rustc_version v0.1.7 |
1712 | 2024-02-15T21:27:47.155Z | Compiling structopt v0.3.26 |
1713 | 2024-02-15T21:27:47.318Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1714 | 2024-02-15T21:27:47.326Z | Compiling universal-hash v0.5.1 |
1715 | 2024-02-15T21:27:47.467Z | Compiling opaque-debug v0.3.0 |
1716 | 2024-02-15T21:27:47.536Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1717 | 2024-02-15T21:27:47.980Z | Compiling curve25519-dalek-derive v0.1.0 |
1718 | 2024-02-15T21:27:47.983Z | Compiling gethostname v0.4.3 |
1719 | 2024-02-15T21:27:47.984Z | Compiling newtype_derive v0.1.6 |
1720 | 2024-02-15T21:27:47.984Z | Compiling num-rational v0.4.1 |
1721 | 2024-02-15T21:27:47.984Z | Compiling getrandom v0.1.16 |
1722 | 2024-02-15T21:27:48.214Z | Compiling usdt-attr-macro v0.5.0 |
1723 | 2024-02-15T21:27:48.328Z | Compiling usdt-macro v0.5.0 |
1724 | 2024-02-15T21:27:48.375Z | Compiling password-hash v0.5.0 |
1725 | 2024-02-15T21:27:48.504Z | Compiling blake2 v0.10.6 |
1726 | 2024-02-15T21:27:48.667Z | Compiling signature v2.1.0 |
1727 | 2024-02-15T21:27:49.323Z | Compiling memmap v0.7.0 |
1728 | 2024-02-15T21:27:49.339Z | Compiling quick-error v1.2.3 |
1729 | 2024-02-15T21:27:49.464Z | Compiling parking_lot_core v0.8.6 |
1730 | 2024-02-15T21:27:49.495Z | Compiling linked-hash-map v0.5.6 |
1731 | 2024-02-15T21:27:49.881Z | Compiling lru-cache v0.1.2 |
1732 | 2024-02-15T21:27:49.918Z | Compiling resolv-conf v0.7.0 |
1733 | 2024-02-15T21:27:49.969Z | Compiling argon2 v0.5.3 |
1734 | 2024-02-15T21:27:49.992Z | Compiling usdt v0.5.0 |
1735 | 2024-02-15T21:27:50.650Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1736 | 2024-02-15T21:27:50.834Z | Compiling aead v0.5.2 |
1737 | 2024-02-15T21:27:50.912Z | Compiling num-complex v0.4.4 |
1738 | 2024-02-15T21:27:51.409Z | Compiling nibble_vec v0.1.0 |
1739 | 2024-02-15T21:27:51.409Z | Compiling slog-dtrace v0.3.0 |
1740 | 2024-02-15T21:27:51.742Z | Compiling arc-swap v1.6.0 |
1741 | 2024-02-15T21:27:51.981Z | Compiling utf-8 v0.7.6 |
1742 | 2024-02-15T21:27:52.056Z | Compiling endian-type v0.1.2 |
1743 | 2024-02-15T21:27:52.299Z | Compiling winapi v0.3.9 |
1744 | 2024-02-15T21:27:52.316Z | Compiling cancel-safe-futures v0.1.5 |
1745 | 2024-02-15T21:27:52.454Z | Compiling keccak v0.1.4 |
1746 | 2024-02-15T21:27:52.731Z | Compiling radix_trie v0.2.1 |
1747 | 2024-02-15T21:27:52.981Z | Compiling sha3 v0.10.8 |
1748 | 2024-02-15T21:27:53.342Z | Compiling slog-scope v4.4.0 |
1749 | 2024-02-15T21:27:53.407Z | Compiling tungstenite v0.20.1 |
1750 | 2024-02-15T21:27:53.444Z | Compiling num v0.4.1 |
1751 | 2024-02-15T21:27:53.529Z | Compiling mime_guess v2.0.4 |
1752 | 2024-02-15T21:27:53.556Z | Compiling steno v0.4.0 |
1753 | 2024-02-15T21:27:53.918Z | Compiling trust-dns-resolver v0.22.0 |
1754 | 2024-02-15T21:27:53.942Z | Compiling rand_core v0.5.1 |
1755 | 2024-02-15T21:27:55.567Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1756 | 2024-02-15T21:27:55.584Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1757 | 2024-02-15T21:27:55.734Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1758 | 2024-02-15T21:27:56.340Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1759 | 2024-02-15T21:27:57.168Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1760 | 2024-02-15T21:27:57.356Z | Compiling poly1305 v0.8.0 |
1761 | 2024-02-15T21:27:57.776Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1762 | 2024-02-15T21:27:58.169Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1763 | 2024-02-15T21:27:58.838Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1764 | 2024-02-15T21:27:59.035Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1765 | 2024-02-15T21:27:59.151Z | Compiling chacha20 v0.9.1 |
1766 | 2024-02-15T21:27:59.469Z | Compiling rfc6979 v0.4.0 |
1767 | 2024-02-15T21:27:59.640Z | Compiling secrecy v0.8.0 |
1768 | 2024-02-15T21:27:59.703Z | Compiling thiserror-impl-no-std v2.0.2 |
1769 | 2024-02-15T21:27:59.916Z | Compiling half v2.3.1 |
1770 | 2024-02-15T21:28:00.957Z | Compiling ciborium-io v0.2.2 |
1771 | 2024-02-15T21:28:01.009Z | Compiling option-ext v0.2.0 |
1772 | 2024-02-15T21:28:01.009Z | Compiling convert_case v0.4.0 |
1773 | 2024-02-15T21:28:01.009Z | Compiling dirs-sys v0.4.1 |
1774 | 2024-02-15T21:28:01.939Z | Compiling ciborium-ll v0.2.2 |
1775 | 2024-02-15T21:28:01.954Z | Compiling derive_more v0.99.17 |
1776 | 2024-02-15T21:28:01.979Z | Compiling ecdsa v0.16.9 |
1777 | 2024-02-15T21:28:02.422Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1778 | 2024-02-15T21:28:02.878Z | Compiling parking_lot v0.11.2 |
1779 | 2024-02-15T21:28:03.178Z | Compiling tokio-tungstenite v0.20.1 |
1780 | 2024-02-15T21:28:03.676Z | Compiling thiserror-no-std v2.0.2 |
1781 | 2024-02-15T21:28:03.677Z | Compiling rand_chacha v0.2.2 |
1782 | 2024-02-15T21:28:03.677Z | Compiling slog-stdlog v4.1.1 |
1783 | 2024-02-15T21:28:03.899Z | Compiling trust-dns-client v0.22.0 |
1784 | 2024-02-15T21:28:04.315Z | Compiling ed25519 v2.2.2 |
1785 | 2024-02-15T21:28:04.639Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1786 | 2024-02-15T21:28:05.165Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1787 | 2024-02-15T21:28:05.165Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1788 | 2024-02-15T21:28:06.814Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1789 | 2024-02-15T21:28:07.070Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1790 | 2024-02-15T21:28:10.732Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1791 | 2024-02-15T21:28:14.294Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1792 | 2024-02-15T21:28:14.801Z | Compiling polyval v0.6.1 |
1793 | 2024-02-15T21:28:17.138Z | Compiling primeorder v0.13.6 |
1794 | 2024-02-15T21:28:17.138Z | Compiling aes v0.8.3 |
1795 | 2024-02-15T21:28:17.139Z | Compiling ctr v0.9.2 |
1796 | 2024-02-15T21:28:17.139Z | Compiling blowfish v0.9.1 |
1797 | 2024-02-15T21:28:17.301Z | Compiling password-hash v0.4.2 |
1798 | 2024-02-15T21:28:18.054Z | Compiling libsw v3.3.1 |
1799 | 2024-02-15T21:28:18.145Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1800 | 2024-02-15T21:28:18.407Z | Compiling pbkdf2 v0.12.2 |
1801 | 2024-02-15T21:28:18.601Z | Compiling derive-where v1.2.7 |
1802 | 2024-02-15T21:28:19.858Z | Compiling fxhash v0.2.1 |
1803 | 2024-02-15T21:28:19.899Z | Compiling linear-map v1.2.0 |
1804 | 2024-02-15T21:28:20.003Z | Compiling owo-colors v4.0.0 |
1805 | 2024-02-15T21:28:21.277Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1806 | 2024-02-15T21:28:21.313Z | Compiling swrite v0.1.0 |
1807 | 2024-02-15T21:28:21.692Z | Compiling trust-dns-server v0.22.1 |
1808 | 2024-02-15T21:28:22.477Z | Compiling sled v0.34.7 |
1809 | 2024-02-15T21:28:22.654Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1810 | 2024-02-15T21:28:22.879Z | Compiling bcrypt-pbkdf v0.10.0 |
1811 | 2024-02-15T21:28:22.879Z | Compiling pbkdf2 v0.11.0 |
1812 | 2024-02-15T21:28:23.095Z | Compiling p256 v0.13.2 |
1813 | 2024-02-15T21:28:23.117Z | Compiling ghash v0.5.0 |
1814 | 2024-02-15T21:28:23.353Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1815 | 2024-02-15T21:28:24.016Z | Compiling ed25519-dalek v2.0.0 |
1816 | 2024-02-15T21:28:24.115Z | Compiling russh-cryptovec v0.7.0 |
1817 | 2024-02-15T21:28:24.420Z | Compiling rand v0.7.3 |
1818 | 2024-02-15T21:28:24.626Z | Compiling slog-envlogger v2.2.0 |
1819 | 2024-02-15T21:28:25.066Z | Compiling vsss-rs v3.3.4 |
1820 | 2024-02-15T21:28:26.629Z | Compiling ciborium v0.2.2 |
1821 | 2024-02-15T21:28:27.178Z | Compiling dirs v5.0.1 |
1822 | 2024-02-15T21:28:27.426Z | Compiling chacha20poly1305 v0.10.1 |
1823 | 2024-02-15T21:28:27.461Z | Compiling cbc v0.1.2 |
1824 | 2024-02-15T21:28:28.132Z | Compiling pem v3.0.2 |
1825 | 2024-02-15T21:28:28.156Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1826 | 2024-02-15T21:28:28.156Z | Compiling headers-core v0.2.0 |
1827 | 2024-02-15T21:28:28.579Z | Compiling kstat-rs v0.2.3 |
1828 | 2024-02-15T21:28:28.579Z | Compiling md5 v0.7.0 |
1829 | 2024-02-15T21:28:28.629Z | Compiling http-range v0.1.5 |
1830 | 2024-02-15T21:28:28.993Z | Compiling glob v0.3.1 |
1831 | 2024-02-15T21:28:29.448Z | Compiling hyper-staticfile v0.9.5 |
1832 | 2024-02-15T21:28:29.448Z | Compiling russh-keys v0.40.1 |
1833 | 2024-02-15T21:28:29.448Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1834 | 2024-02-15T21:28:29.964Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1835 | 2024-02-15T21:28:30.427Z | Compiling headers v0.3.9 |
1836 | 2024-02-15T21:28:30.914Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1837 | 2024-02-15T21:28:32.593Z | Compiling rcgen v0.12.1 |
1838 | 2024-02-15T21:28:32.637Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1839 | 2024-02-15T21:28:33.116Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1840 | 2024-02-15T21:28:34.827Z | Compiling aes-gcm v0.10.3 |
1841 | 2024-02-15T21:28:34.912Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1842 | 2024-02-15T21:28:38.048Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1843 | 2024-02-15T21:28:38.193Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1844 | 2024-02-15T21:28:40.130Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1845 | 2024-02-15T21:28:42.801Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1846 | 2024-02-15T21:28:43.533Z | Compiling atomicwrites v0.4.3 |
1847 | 2024-02-15T21:28:43.678Z | Compiling itertools v0.12.1 |
1848 | 2024-02-15T21:28:43.896Z | Compiling subprocess v0.2.9 |
1849 | 2024-02-15T21:28:44.555Z | Compiling hex-literal v0.4.1 |
1850 | 2024-02-15T21:28:44.722Z | Compiling display-error-chain v0.2.0 |
1851 | 2024-02-15T21:28:44.910Z | Compiling russh v0.40.2 |
1852 | 2024-02-15T21:28:45.617Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1853 | 2024-02-15T21:28:45.938Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1854 | 2024-02-15T21:28:48.312Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1855 | 2024-02-15T21:28:50.697Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1856 | 2024-02-15T21:29:10.299Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1857 | 2024-02-15T21:30:10.922Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 44s |
1858 | 2024-02-15T21:30:11.182Z | |
1859 | 2024-02-15T21:30:11.182Z | real 5:45.192245616 |
1860 | 2024-02-15T21:30:11.182Z | user 29:44.572271633 |
1861 | 2024-02-15T21:30:11.182Z | sys 5:51.784793675 |
1862 | 2024-02-15T21:30:11.182Z | trap 0.875738206 |
1863 | 2024-02-15T21:30:11.182Z | tflt 6.488328487 |
1864 | 2024-02-15T21:30:11.182Z | dflt 5.057872274 |
1865 | 2024-02-15T21:30:11.182Z | kflt 0.052689262 |
1866 | 2024-02-15T21:30:11.182Z | lock 55:40.543393039 |
1867 | 2024-02-15T21:30:11.194Z | slp 1:27:51.984383782 |
1868 | 2024-02-15T21:30:11.194Z | lat 1:43.426065977 |
1869 | 2024-02-15T21:30:11.194Z | stop 4:01.612114692 |
1870 | 2024-02-15T21:30:11.195Z | + mkdir -p /work/end-to-end-tests |
1871 | 2024-02-15T21:30:11.195Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1872 | 2024-02-15T21:30:11.528Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1873 | 2024-02-15T21:30:11.528Z | + ptime -m gzip |
1874 | 2024-02-15T21:30:11.546Z | ++ basename target/debug/bootstrap |
1875 | 2024-02-15T21:30:25.089Z | |
1876 | 2024-02-15T21:30:25.094Z | real 13.540337451 |
1877 | 2024-02-15T21:30:25.095Z | user 13.430959279 |
1878 | 2024-02-15T21:30:25.095Z | sys 0.097828609 |
1879 | 2024-02-15T21:30:25.095Z | trap 0.003385436 |
1880 | 2024-02-15T21:30:25.095Z | tflt 0.000000000 |
1881 | 2024-02-15T21:30:25.095Z | dflt 0.000000000 |
1882 | 2024-02-15T21:30:25.095Z | kflt 0.000000000 |
1883 | 2024-02-15T21:30:25.095Z | lock 0.000000000 |
1884 | 2024-02-15T21:30:25.095Z | slp 0.000000000 |
1885 | 2024-02-15T21:30:25.095Z | lat 0.007766592 |
1886 | 2024-02-15T21:30:25.095Z | stop 0.000181033 |
1887 | 2024-02-15T21:30:25.095Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1888 | 2024-02-15T21:30:25.095Z | + ptime -m gzip |
1889 | 2024-02-15T21:30:25.095Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3966c2a0b12b48d6 |
1890 | 2024-02-15T21:30:26.359Z | |
1891 | 2024-02-15T21:30:26.363Z | real 1.284165378 |
1892 | 2024-02-15T21:30:26.363Z | user 1.273409228 |
1893 | 2024-02-15T21:30:26.363Z | sys 0.010150418 |
1894 | 2024-02-15T21:30:26.364Z | trap 0.000090987 |
1895 | 2024-02-15T21:30:26.364Z | tflt 0.000000000 |
1896 | 2024-02-15T21:30:26.364Z | dflt 0.000000000 |
1897 | 2024-02-15T21:30:26.364Z | kflt 0.000000000 |
1898 | 2024-02-15T21:30:26.364Z | lock 0.000000000 |
1899 | 2024-02-15T21:30:26.364Z | slp 0.000006489 |
1900 | 2024-02-15T21:30:26.364Z | lat 0.000118072 |
1901 | 2024-02-15T21:30:26.364Z | stop 0.000172824 |
1902 | 2024-02-15T21:30:26.364Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1903 | 2024-02-15T21:30:26.364Z | + ptime -m gzip |
1904 | 2024-02-15T21:30:26.364Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d84f307ab23cd754 |
1905 | 2024-02-15T21:30:40.159Z | |
1906 | 2024-02-15T21:30:40.159Z | real 13.790042096 |
1907 | 2024-02-15T21:30:40.159Z | user 13.697987037 |
1908 | 2024-02-15T21:30:40.159Z | sys 0.088138422 |
1909 | 2024-02-15T21:30:40.160Z | trap 0.001904497 |
1910 | 2024-02-15T21:30:40.165Z | tflt 0.000000000 |
1911 | 2024-02-15T21:30:40.165Z | dflt 0.000000000 |
1912 | 2024-02-15T21:30:40.165Z | kflt 0.000000000 |
1913 | 2024-02-15T21:30:40.166Z | lock 0.000000000 |
1914 | 2024-02-15T21:30:40.166Z | slp 0.000000000 |
1915 | 2024-02-15T21:30:40.166Z | lat 0.001620724 |
1916 | 2024-02-15T21:30:40.166Z | stop 0.000170854 |
1917 | 2024-02-15T21:30:40.166Z | + banner caboose-util |
1918 | 2024-02-15T21:30:40.166Z | |
1919 | 2024-02-15T21:30:40.166Z | #### ## ##### #### #### #### ###### # # ##### |
1920 | 2024-02-15T21:30:40.166Z | # # # # # # # # # # # # # # # |
1921 | 2024-02-15T21:30:40.166Z | # # # ##### # # # # #### ##### ##### # # # |
1922 | 2024-02-15T21:30:40.167Z | # ###### # # # # # # # # # # # |
1923 | 2024-02-15T21:30:40.167Z | # # # # # # # # # # # # # # # # |
1924 | 2024-02-15T21:30:40.167Z | #### # # ##### #### #### #### ###### #### # |
1925 | 2024-02-15T21:30:40.167Z | |
1926 | 2024-02-15T21:30:40.167Z | + ptime -m cargo build --locked -p caboose-util --release |
1927 | 2024-02-15T21:30:40.563Z | Downloading crates ... |
1928 | 2024-02-15T21:30:41.235Z | Downloaded tap v1.0.1 |
1929 | 2024-02-15T21:30:41.240Z | Downloaded crc v3.0.1 |
1930 | 2024-02-15T21:30:41.240Z | Downloaded array-init v0.0.4 |
1931 | 2024-02-15T21:30:41.240Z | Downloaded bitfield v0.14.0 |
1932 | 2024-02-15T21:30:41.240Z | Downloaded env_logger v0.10.0 |
1933 | 2024-02-15T21:30:41.240Z | Downloaded path-slash v0.1.5 |
1934 | 2024-02-15T21:30:41.240Z | Downloaded serde-hex v0.1.0 |
1935 | 2024-02-15T21:30:41.240Z | Downloaded nodrop v0.1.14 |
1936 | 2024-02-15T21:30:41.241Z | Downloaded smallvec v0.6.14 |
1937 | 2024-02-15T21:30:41.241Z | Downloaded crc-catalog v2.2.0 |
1938 | 2024-02-15T21:30:41.241Z | Downloaded packed_struct_codegen v0.10.1 |
1939 | 2024-02-15T21:30:41.241Z | Downloaded termcolor v1.2.0 |
1940 | 2024-02-15T21:30:41.241Z | Downloaded maybe-uninit v2.0.0 |
1941 | 2024-02-15T21:30:41.241Z | Downloaded funty v2.0.0 |
1942 | 2024-02-15T21:30:41.241Z | Downloaded packed_struct v0.10.1 |
1943 | 2024-02-15T21:30:41.241Z | Downloaded pkcs1 v0.7.5 |
1944 | 2024-02-15T21:30:41.241Z | Downloaded radium v0.7.0 |
1945 | 2024-02-15T21:30:41.241Z | Downloaded wyz v0.5.1 |
1946 | 2024-02-15T21:30:41.241Z | Downloaded crc-any v2.4.3 |
1947 | 2024-02-15T21:30:41.241Z | Downloaded ron v0.8.1 |
1948 | 2024-02-15T21:30:41.241Z | Downloaded x509-cert v0.2.4 |
1949 | 2024-02-15T21:30:41.241Z | Downloaded rsa v0.9.2 |
1950 | 2024-02-15T21:30:41.241Z | Downloaded num-bigint-dig v0.8.4 |
1951 | 2024-02-15T21:30:41.242Z | Downloaded bitvec v1.0.1 |
1952 | 2024-02-15T21:30:41.242Z | Downloaded object v0.30.4 |
1953 | 2024-02-15T21:30:41.242Z | Compiling proc-macro2 v1.0.78 |
1954 | 2024-02-15T21:30:41.242Z | Compiling unicode-ident v1.0.12 |
1955 | 2024-02-15T21:30:41.242Z | Compiling libc v0.2.153 |
1956 | 2024-02-15T21:30:41.242Z | Compiling autocfg v1.1.0 |
1957 | 2024-02-15T21:30:41.242Z | Compiling serde v1.0.196 |
1958 | 2024-02-15T21:30:41.242Z | Compiling version_check v0.9.4 |
1959 | 2024-02-15T21:30:41.242Z | Compiling cfg-if v1.0.0 |
1960 | 2024-02-15T21:30:41.242Z | Compiling typenum v1.16.0 |
1961 | 2024-02-15T21:30:41.242Z | Compiling once_cell v1.19.0 |
1962 | 2024-02-15T21:30:41.256Z | Compiling parking_lot_core v0.9.8 |
1963 | 2024-02-15T21:30:41.595Z | Compiling memchr v2.6.3 |
1964 | 2024-02-15T21:30:41.617Z | Compiling syn v1.0.109 |
1965 | 2024-02-15T21:30:41.651Z | Compiling byteorder v1.5.0 |
1966 | 2024-02-15T21:30:41.679Z | Compiling generic-array v0.14.7 |
1967 | 2024-02-15T21:30:41.988Z | Compiling lock_api v0.4.10 |
1968 | 2024-02-15T21:30:42.102Z | Compiling libm v0.2.7 |
1969 | 2024-02-15T21:30:42.200Z | Compiling num-traits v0.2.16 |
1970 | 2024-02-15T21:30:42.286Z | Compiling ahash v0.8.7 |
1971 | 2024-02-15T21:30:42.490Z | Compiling quote v1.0.35 |
1972 | 2024-02-15T21:30:42.628Z | Compiling pkg-config v0.3.27 |
1973 | 2024-02-15T21:30:42.640Z | Compiling thiserror v1.0.56 |
1974 | 2024-02-15T21:30:43.523Z | Compiling syn v2.0.48 |
1975 | 2024-02-15T21:30:43.548Z | Compiling cc v1.0.83 |
1976 | 2024-02-15T21:30:43.548Z | Compiling getrandom v0.2.10 |
1977 | 2024-02-15T21:30:43.548Z | Compiling serde_json v1.0.113 |
1978 | 2024-02-15T21:30:43.596Z | Compiling scopeguard v1.2.0 |
1979 | 2024-02-15T21:30:44.111Z | Compiling slab v0.4.9 |
1980 | 2024-02-15T21:30:44.170Z | Compiling log v0.4.20 |
1981 | 2024-02-15T21:30:44.207Z | Compiling itoa v1.0.9 |
1982 | 2024-02-15T21:30:44.490Z | Compiling rand_core v0.6.4 |
1983 | 2024-02-15T21:30:44.786Z | Compiling smallvec v1.13.1 |
1984 | 2024-02-15T21:30:45.409Z | Compiling vcpkg v0.2.15 |
1985 | 2024-02-15T21:30:45.750Z | Compiling pin-project-lite v0.2.13 |
1986 | 2024-02-15T21:30:45.865Z | Compiling const-oid v0.9.5 |
1987 | 2024-02-15T21:30:46.373Z | Compiling parking_lot v0.12.1 |
1988 | 2024-02-15T21:30:46.779Z | Compiling ring v0.17.7 |
1989 | 2024-02-15T21:30:46.836Z | Compiling openssl-sys v0.9.96 |
1990 | 2024-02-15T21:30:46.866Z | Compiling ryu v1.0.15 |
1991 | 2024-02-15T21:30:47.149Z | Compiling ucd-trie v0.1.6 |
1992 | 2024-02-15T21:30:47.672Z | Compiling signal-hook-registry v1.4.1 |
1993 | 2024-02-15T21:30:47.994Z | Compiling subtle v2.5.0 |
1994 | 2024-02-15T21:30:48.102Z | Compiling io-lifetimes v1.0.11 |
1995 | 2024-02-15T21:30:48.318Z | Compiling ring v0.16.20 |
1996 | 2024-02-15T21:30:48.326Z | Compiling mio v0.8.9 |
1997 | 2024-02-15T21:30:48.711Z | Compiling num-integer v0.1.45 |
1998 | 2024-02-15T21:30:48.972Z | Compiling heck v0.4.1 |
1999 | 2024-02-15T21:30:49.329Z | Compiling semver v1.0.21 |
2000 | 2024-02-15T21:30:49.831Z | Compiling futures-core v0.3.30 |
2001 | 2024-02-15T21:30:50.809Z | Compiling spin v0.5.2 |
2002 | 2024-02-15T21:30:50.809Z | Compiling rustix v0.37.23 |
2003 | 2024-02-15T21:30:51.053Z | Compiling socket2 v0.5.5 |
2004 | 2024-02-15T21:30:51.250Z | Compiling num_cpus v1.16.0 |
2005 | 2024-02-15T21:30:51.291Z | Compiling futures-sink v0.3.30 |
2006 | 2024-02-15T21:30:51.360Z | Compiling openssl v0.10.60 |
2007 | 2024-02-15T21:30:51.442Z | Compiling unicode-xid v0.2.4 |
2008 | 2024-02-15T21:30:51.602Z | Compiling httparse v1.8.0 |
2009 | 2024-02-15T21:30:51.764Z | Compiling synstructure v0.12.6 |
2010 | 2024-02-15T21:30:51.980Z | Compiling tinyvec_macros v0.1.1 |
2011 | 2024-02-15T21:30:52.015Z | Compiling allocator-api2 v0.2.16 |
2012 | 2024-02-15T21:30:52.585Z | Compiling tinyvec v1.6.0 |
2013 | 2024-02-15T21:30:52.714Z | Compiling futures-channel v0.3.30 |
2014 | 2024-02-15T21:30:52.863Z | Compiling futures-io v0.3.30 |
2015 | 2024-02-15T21:30:52.913Z | Compiling equivalent v1.0.1 |
2016 | 2024-02-15T21:30:53.023Z | Compiling native-tls v0.2.11 |
2017 | 2024-02-15T21:30:53.140Z | Compiling rustls v0.21.9 |
2018 | 2024-02-15T21:30:53.285Z | Compiling futures-task v0.3.30 |
2019 | 2024-02-15T21:30:53.381Z | Compiling ppv-lite86 v0.2.17 |
2020 | 2024-02-15T21:30:53.435Z | Compiling crc32fast v1.3.2 |
2021 | 2024-02-15T21:30:53.599Z | Compiling pin-utils v0.1.0 |
2022 | 2024-02-15T21:30:53.691Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2023 | 2024-02-15T21:30:54.034Z | Compiling unicode-normalization v0.1.22 |
2024 | 2024-02-15T21:30:54.058Z | Compiling spin v0.9.8 |
2025 | 2024-02-15T21:30:54.143Z | Compiling tracing-core v0.1.31 |
2026 | 2024-02-15T21:30:54.191Z | Compiling rand_chacha v0.3.1 |
2027 | 2024-02-15T21:30:54.308Z | Compiling base64ct v1.6.0 |
2028 | 2024-02-15T21:30:54.621Z | Compiling unicode-bidi v0.3.13 |
2029 | 2024-02-15T21:30:54.790Z | Compiling rand v0.8.5 |
2030 | 2024-02-15T21:30:55.099Z | Compiling pem-rfc7468 v0.7.0 |
2031 | 2024-02-15T21:30:55.911Z | Compiling errno v0.3.8 |
2032 | 2024-02-15T21:30:55.946Z | Compiling num-iter v0.1.43 |
2033 | 2024-02-15T21:30:56.152Z | Compiling usdt-impl v0.3.5 |
2034 | 2024-02-15T21:30:56.396Z | Compiling flagset v0.4.3 |
2035 | 2024-02-15T21:30:56.582Z | Compiling serde_derive v1.0.196 |
2036 | 2024-02-15T21:30:56.624Z | Compiling zeroize_derive v1.4.2 |
2037 | 2024-02-15T21:30:57.048Z | Compiling zerocopy-derive v0.7.32 |
2038 | 2024-02-15T21:30:57.049Z | Compiling thiserror-impl v1.0.56 |
2039 | 2024-02-15T21:30:57.049Z | Compiling tokio-macros v2.2.0 |
2040 | 2024-02-15T21:30:57.049Z | Compiling futures-macro v0.3.30 |
2041 | 2024-02-15T21:30:57.049Z | Compiling tracing-attributes v0.1.26 |
2042 | 2024-02-15T21:30:57.077Z | Compiling der_derive v0.7.2 |
2043 | 2024-02-15T21:30:58.085Z | Compiling zeroize v1.7.0 |
2044 | 2024-02-15T21:30:58.706Z | Compiling zerocopy v0.7.32 |
2045 | 2024-02-15T21:30:59.483Z | Compiling zerocopy-derive v0.2.0 |
2046 | 2024-02-15T21:30:59.778Z | Compiling pest v2.7.6 |
2047 | 2024-02-15T21:31:00.042Z | Compiling crypto-common v0.1.6 |
2048 | 2024-02-15T21:31:00.110Z | Compiling block-buffer v0.10.4 |
2049 | 2024-02-15T21:31:00.701Z | Compiling openssl-macros v0.1.1 |
2050 | 2024-02-15T21:31:00.707Z | Compiling digest v0.10.7 |
2051 | 2024-02-15T21:31:00.943Z | Compiling hashbrown v0.14.3 |
2052 | 2024-02-15T21:31:01.001Z | Compiling futures-util v0.3.30 |
2053 | 2024-02-15T21:31:01.065Z | Compiling tracing v0.1.37 |
2054 | 2024-02-15T21:31:01.222Z | Compiling scroll_derive v0.12.0 |
2055 | 2024-02-15T21:31:01.461Z | Compiling zerocopy-derive v0.6.4 |
2056 | 2024-02-15T21:31:01.534Z | Compiling schemars v0.8.16 |
2057 | 2024-02-15T21:31:01.907Z | Compiling rustix v0.38.31 |
2058 | 2024-02-15T21:31:02.396Z | Compiling pest_meta v2.7.6 |
2059 | 2024-02-15T21:31:02.473Z | Compiling signal-hook v0.3.17 |
2060 | 2024-02-15T21:31:02.668Z | Compiling der v0.7.8 |
2061 | 2024-02-15T21:31:03.388Z | Compiling serde_derive_internals v0.26.0 |
2062 | 2024-02-15T21:31:04.053Z | Compiling pest_generator v2.7.6 |
2063 | 2024-02-15T21:31:06.685Z | Compiling pest_derive v2.7.6 |
2064 | 2024-02-15T21:31:07.450Z | Compiling rustversion v1.0.14 |
2065 | 2024-02-15T21:31:08.058Z | Compiling bitflags v1.3.2 |
2066 | 2024-02-15T21:31:08.155Z | Compiling fnv v1.0.7 |
2067 | 2024-02-15T21:31:08.675Z | Compiling schemars_derive v0.8.16 |
2068 | 2024-02-15T21:31:09.137Z | Compiling spki v0.7.2 |
2069 | 2024-02-15T21:31:09.715Z | Compiling zerocopy v0.3.0 |
2070 | 2024-02-15T21:31:10.121Z | Compiling lazy_static v1.4.0 |
2071 | 2024-02-15T21:31:10.895Z | Compiling bytes v1.5.0 |
2072 | 2024-02-15T21:31:11.129Z | Compiling bitflags v2.4.0 |
2073 | 2024-02-15T21:31:21.185Z | Compiling rustc_version v0.4.0 |
2074 | 2024-02-15T21:31:21.502Z | Compiling tokio v1.36.0 |
2075 | 2024-02-15T21:31:21.502Z | Compiling indexmap v2.2.3 |
2076 | 2024-02-15T21:31:21.502Z | Compiling heapless v0.7.16 |
2077 | 2024-02-15T21:31:21.502Z | Compiling http v0.2.11 |
2078 | 2024-02-15T21:31:21.502Z | Compiling uuid v1.7.0 |
2079 | 2024-02-15T21:31:21.502Z | Compiling backtrace v0.3.69 |
2080 | 2024-02-15T21:31:21.502Z | Compiling thread-id v4.2.0 |
2081 | 2024-02-15T21:31:21.502Z | Compiling num-bigint v0.4.4 |
2082 | 2024-02-15T21:31:21.691Z | Compiling memoffset v0.9.0 |
2083 | 2024-02-15T21:31:21.691Z | Compiling crossbeam-utils v0.8.16 |
2084 | 2024-02-15T21:31:21.691Z | Compiling foreign-types-shared v0.1.1 |
2085 | 2024-02-15T21:31:21.691Z | Compiling iana-time-zone v0.1.57 |
2086 | 2024-02-15T21:31:21.691Z | Compiling smoltcp v0.9.1 |
2087 | 2024-02-15T21:31:21.691Z | Compiling async-trait v0.1.77 |
2088 | 2024-02-15T21:31:21.691Z | Compiling untrusted v0.7.1 |
2089 | 2024-02-15T21:31:21.691Z | Compiling base64 v0.21.7 |
2090 | 2024-02-15T21:31:21.692Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2091 | 2024-02-15T21:31:21.692Z | Compiling untrusted v0.9.0 |
2092 | 2024-02-15T21:31:21.692Z | Compiling percent-encoding v2.3.1 |
2093 | 2024-02-15T21:31:21.692Z | Compiling chrono v0.4.31 |
2094 | 2024-02-15T21:31:21.692Z | Compiling foreign-types v0.3.2 |
2095 | 2024-02-15T21:31:21.692Z | Compiling dof v0.1.5 |
2096 | 2024-02-15T21:31:21.692Z | Compiling dtrace-parser v0.1.14 |
2097 | 2024-02-15T21:31:21.692Z | Compiling hmac v0.12.1 |
2098 | 2024-02-15T21:31:21.692Z | Compiling clap_derive v4.4.2 |
2099 | 2024-02-15T21:31:21.692Z | Compiling tokio-util v0.7.10 |
2100 | 2024-02-15T21:31:21.692Z | Compiling siphasher v0.3.11 |
2101 | 2024-02-15T21:31:21.693Z | Compiling adler v1.0.2 |
2102 | 2024-02-15T21:31:21.693Z | Compiling utf8parse v0.2.1 |
2103 | 2024-02-15T21:31:21.693Z | Compiling try-lock v0.2.4 |
2104 | 2024-02-15T21:31:21.693Z | Compiling anstyle v1.0.2 |
2105 | 2024-02-15T21:31:21.693Z | Compiling cpufeatures v0.2.12 |
2106 | 2024-02-15T21:31:21.693Z | Compiling time-core v0.1.1 |
2107 | 2024-02-15T21:31:21.849Z | Compiling sha2 v0.10.8 |
2108 | 2024-02-15T21:31:21.849Z | Compiling time-macros v0.2.13 |
2109 | 2024-02-15T21:31:23.662Z | Compiling want v0.3.1 |
2110 | 2024-02-15T21:31:24.143Z | Compiling anstyle-parse v0.2.1 |
2111 | 2024-02-15T21:31:24.598Z | Compiling miniz_oxide v0.7.1 |
2112 | 2024-02-15T21:31:25.217Z | Compiling h2 v0.3.24 |
2113 | 2024-02-15T21:31:26.633Z | Compiling strum_macros v0.25.2 |
2114 | 2024-02-15T21:31:27.258Z | Compiling rustls-webpki v0.101.7 |
2115 | 2024-02-15T21:31:27.578Z | Compiling sct v0.7.0 |
2116 | 2024-02-15T21:31:28.805Z | Compiling form_urlencoded v1.2.1 |
2117 | 2024-02-15T21:31:29.008Z | Compiling http-body v0.4.5 |
2118 | 2024-02-15T21:31:29.445Z | Compiling serde_tokenstream v0.1.7 |
2119 | 2024-02-15T21:31:29.753Z | Compiling pkcs8 v0.10.2 |
2120 | 2024-02-15T21:31:29.958Z | Compiling hubpack_derive v0.1.1 |
2121 | 2024-02-15T21:31:30.561Z | Compiling socket2 v0.4.9 |
2122 | 2024-02-15T21:31:30.619Z | Compiling crossbeam-epoch v0.9.15 |
2123 | 2024-02-15T21:31:30.815Z | Compiling usdt-impl v0.5.0 |
2124 | 2024-02-15T21:31:31.057Z | Compiling httpdate v1.0.3 |
2125 | 2024-02-15T21:31:31.169Z | Compiling tower-service v0.3.2 |
2126 | 2024-02-15T21:31:31.657Z | Compiling radium v0.7.0 |
2127 | 2024-02-15T21:31:32.082Z | Compiling anstyle-query v1.0.0 |
2128 | 2024-02-15T21:31:32.105Z | Compiling colorchoice v1.0.0 |
2129 | 2024-02-15T21:31:32.105Z | Compiling anyhow v1.0.75 |
2130 | 2024-02-15T21:31:32.878Z | Compiling slog v2.7.0 |
2131 | 2024-02-15T21:31:33.312Z | Compiling openssl-probe v0.1.5 |
2132 | 2024-02-15T21:31:33.334Z | Compiling hyper v0.14.27 |
2133 | 2024-02-15T21:31:33.334Z | Compiling anstream v0.5.0 |
2134 | 2024-02-15T21:31:37.122Z | Compiling terminal_size v0.2.6 |
2135 | 2024-02-15T21:31:39.533Z | Compiling zerocopy v0.6.4 |
2136 | 2024-02-15T21:31:40.241Z | Compiling scroll v0.12.0 |
2137 | 2024-02-15T21:31:40.644Z | Compiling md-5 v0.10.5 |
2138 | 2024-02-15T21:31:42.252Z | Compiling stringprep v0.1.3 |
2139 | 2024-02-15T21:31:42.264Z | Compiling idna v0.5.0 |
2140 | 2024-02-15T21:31:42.405Z | Compiling diesel_table_macro_syntax v0.1.0 |
2141 | 2024-02-15T21:31:42.513Z | Compiling hash32 v0.2.1 |
2142 | 2024-02-15T21:31:43.019Z | Compiling aho-corasick v1.0.4 |
2143 | 2024-02-15T21:31:43.064Z | Compiling tap v1.0.1 |
2144 | 2024-02-15T21:31:43.064Z | Compiling dyn-clone v1.0.16 |
2145 | 2024-02-15T21:31:43.064Z | Compiling maybe-uninit v2.0.0 |
2146 | 2024-02-15T21:31:43.077Z | Compiling regex-syntax v0.8.2 |
2147 | 2024-02-15T21:31:43.230Z | Compiling stable_deref_trait v1.2.0 |
2148 | 2024-02-15T21:31:43.334Z | Compiling clap_lex v0.5.1 |
2149 | 2024-02-15T21:31:43.375Z | Compiling plain v0.2.3 |
2150 | 2024-02-15T21:31:43.410Z | Compiling strsim v0.10.0 |
2151 | 2024-02-15T21:31:43.422Z | Compiling fallible-iterator v0.2.0 |
2152 | 2024-02-15T21:31:43.852Z | Compiling gimli v0.28.0 |
2153 | 2024-02-15T21:31:44.163Z | Compiling postgres-protocol v0.6.6 |
2154 | 2024-02-15T21:31:44.179Z | Compiling clap_builder v4.4.2 |
2155 | 2024-02-15T21:31:44.576Z | Compiling goblin v0.8.0 |
2156 | 2024-02-15T21:31:45.487Z | Compiling wyz v0.5.1 |
2157 | 2024-02-15T21:31:46.391Z | Compiling diesel_derives v2.1.2 |
2158 | 2024-02-15T21:31:47.230Z | Compiling regex-automata v0.4.4 |
2159 | 2024-02-15T21:31:47.840Z | Compiling url v2.5.0 |
2160 | 2024-02-15T21:31:48.905Z | Compiling addr2line v0.21.0 |
2161 | 2024-02-15T21:31:49.250Z | Compiling tokio-rustls v0.24.1 |
2162 | 2024-02-15T21:31:51.530Z | Compiling tokio-native-tls v0.3.1 |
2163 | 2024-02-15T21:31:52.417Z | Compiling usdt-macro v0.3.5 |
2164 | 2024-02-15T21:31:53.701Z | Compiling usdt-attr-macro v0.3.5 |
2165 | 2024-02-15T21:31:54.761Z | Compiling phf_shared v0.11.2 |
2166 | 2024-02-15T21:31:55.237Z | Compiling serde_spanned v0.6.5 |
2167 | 2024-02-15T21:31:55.300Z | Compiling toml_datetime v0.6.5 |
2168 | 2024-02-15T21:31:55.312Z | Compiling block-padding v0.3.3 |
2169 | 2024-02-15T21:31:55.450Z | Compiling enum-as-inner v0.5.1 |
2170 | 2024-02-15T21:31:55.517Z | Compiling serde_repr v0.1.16 |
2171 | 2024-02-15T21:31:55.690Z | Compiling ff v0.13.0 |
2172 | 2024-02-15T21:31:56.004Z | Compiling scheduled-thread-pool v0.2.7 |
2173 | 2024-02-15T21:31:56.912Z | Compiling object v0.32.1 |
2174 | 2024-02-15T21:31:57.334Z | Compiling ipnet v2.9.0 |
2175 | 2024-02-15T21:31:58.219Z | Compiling base16ct v0.2.0 |
2176 | 2024-02-15T21:31:59.003Z | Compiling num-bigint-dig v0.8.4 |
2177 | 2024-02-15T21:31:59.176Z | Compiling winnow v0.5.15 |
2178 | 2024-02-15T21:31:59.315Z | Compiling rustc-demangle v0.1.23 |
2179 | 2024-02-15T21:32:00.218Z | Compiling pretty-hex v0.4.1 |
2180 | 2024-02-15T21:32:00.451Z | Compiling managed v0.8.0 |
2181 | 2024-02-15T21:32:00.603Z | Compiling matches v0.1.10 |
2182 | 2024-02-15T21:32:00.695Z | Compiling num_threads v0.1.6 |
2183 | 2024-02-15T21:32:00.897Z | Compiling packed_struct v0.10.1 |
2184 | 2024-02-15T21:32:00.960Z | Compiling regex-automata v0.1.10 |
2185 | 2024-02-15T21:32:01.205Z | Compiling funty v2.0.0 |
2186 | 2024-02-15T21:32:01.320Z | Compiling deranged v0.3.8 |
2187 | 2024-02-15T21:32:01.432Z | Compiling bit-vec v0.6.3 |
2188 | 2024-02-15T21:32:01.858Z | Compiling bstr v0.2.17 |
2189 | 2024-02-15T21:32:03.129Z | Compiling time v0.3.27 |
2190 | 2024-02-15T21:32:03.212Z | Compiling toml_edit v0.19.15 |
2191 | 2024-02-15T21:32:03.253Z | Compiling bitvec v1.0.1 |
2192 | 2024-02-15T21:32:08.081Z | Compiling idna v0.2.3 |
2193 | 2024-02-15T21:32:08.098Z | Compiling dof v0.3.0 |
2194 | 2024-02-15T21:32:08.477Z | Compiling sec1 v0.7.3 |
2195 | 2024-02-15T21:32:09.030Z | Compiling r2d2 v0.8.10 |
2196 | 2024-02-15T21:32:09.430Z | Compiling group v0.13.0 |
2197 | 2024-02-15T21:32:09.753Z | Compiling inout v0.1.3 |
2198 | 2024-02-15T21:32:10.308Z | Compiling phf v0.11.2 |
2199 | 2024-02-15T21:32:10.610Z | Compiling hyper-tls v0.5.0 |
2200 | 2024-02-15T21:32:10.997Z | Compiling regex v1.10.3 |
2201 | 2024-02-15T21:32:11.073Z | Compiling signal-hook-mio v0.2.3 |
2202 | 2024-02-15T21:32:11.226Z | Compiling hyper-rustls v0.24.2 |
2203 | 2024-02-15T21:32:11.583Z | Compiling clap v4.4.3 |
2204 | 2024-02-15T21:32:11.706Z | Compiling ipnetwork v0.20.0 |
2205 | 2024-02-15T21:32:12.012Z | Compiling flate2 v1.0.28 |
2206 | 2024-02-15T21:32:12.468Z | Compiling bzip2 v0.4.4 |
2207 | 2024-02-15T21:32:12.744Z | Compiling postgres-types v0.2.6 |
2208 | 2024-02-15T21:32:13.165Z | Compiling hubpack v0.1.2 |
2209 | 2024-02-15T21:32:13.191Z | Compiling serde_urlencoded v0.7.1 |
2210 | 2024-02-15T21:32:13.284Z | Compiling rustls-pemfile v1.0.3 |
2211 | 2024-02-15T21:32:14.030Z | Compiling phf_shared v0.10.0 |
2212 | 2024-02-15T21:32:14.042Z | Compiling hkdf v0.12.4 |
2213 | 2024-02-15T21:32:14.158Z | Compiling dtrace-parser v0.2.0 |
2214 | 2024-02-15T21:32:15.081Z | Compiling futures-executor v0.3.30 |
2215 | 2024-02-15T21:32:16.516Z | Compiling crypto-bigint v0.5.2 |
2216 | 2024-02-15T21:32:16.636Z | Compiling packed_struct_codegen v0.10.1 |
2217 | 2024-02-15T21:32:17.253Z | Compiling float-cmp v0.9.0 |
2218 | 2024-02-15T21:32:17.605Z | Compiling indexmap v1.9.3 |
2219 | 2024-02-15T21:32:17.625Z | Compiling encoding_rs v0.8.33 |
2220 | 2024-02-15T21:32:17.943Z | Compiling fixedbitset v0.4.2 |
2221 | 2024-02-15T21:32:18.034Z | Compiling predicates-core v1.0.6 |
2222 | 2024-02-15T21:32:18.374Z | Compiling webpki-roots v0.25.2 |
2223 | 2024-02-15T21:32:18.529Z | Compiling whoami v1.4.1 |
2224 | 2024-02-15T21:32:18.669Z | Compiling nodrop v0.1.14 |
2225 | 2024-02-15T21:32:18.798Z | Compiling unicode-width v0.1.11 |
2226 | 2024-02-15T21:32:18.959Z | Compiling either v1.9.0 |
2227 | 2024-02-15T21:32:19.102Z | Compiling data-encoding v2.4.0 |
2228 | 2024-02-15T21:32:19.286Z | Compiling precomputed-hash v0.1.1 |
2229 | 2024-02-15T21:32:19.459Z | Compiling regex-automata v0.3.8 |
2230 | 2024-02-15T21:32:21.278Z | Compiling normalize-line-endings v0.3.0 |
2231 | 2024-02-15T21:32:21.285Z | Compiling crc-catalog v2.2.0 |
2232 | 2024-02-15T21:32:21.338Z | Compiling unicode-segmentation v1.10.1 |
2233 | 2024-02-15T21:32:21.804Z | Compiling new_debug_unreachable v1.0.4 |
2234 | 2024-02-15T21:32:21.885Z | Compiling minimal-lexical v0.2.1 |
2235 | 2024-02-15T21:32:22.188Z | Compiling difflib v0.4.0 |
2236 | 2024-02-15T21:32:22.406Z | Compiling mime v0.3.17 |
2237 | 2024-02-15T21:32:22.959Z | Compiling static_assertions v1.1.0 |
2238 | 2024-02-15T21:32:23.056Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2239 | 2024-02-15T21:32:24.026Z | Compiling reqwest v0.11.22 |
2240 | 2024-02-15T21:32:27.595Z | Compiling predicates v3.1.0 |
2241 | 2024-02-15T21:32:29.004Z | Compiling nom v7.1.3 |
2242 | 2024-02-15T21:32:29.132Z | Compiling similar v2.3.0 |
2243 | 2024-02-15T21:32:30.710Z | Compiling string_cache v0.8.7 |
2244 | 2024-02-15T21:32:31.142Z | Compiling crc v3.0.1 |
2245 | 2024-02-15T21:32:31.271Z | Compiling bstr v1.6.0 |
2246 | 2024-02-15T21:32:32.771Z | Compiling trust-dns-proto v0.22.0 |
2247 | 2024-02-15T21:32:38.970Z | Compiling itertools v0.10.5 |
2248 | 2024-02-15T21:32:39.951Z | Compiling console v0.15.8 |
2249 | 2024-02-15T21:32:40.827Z | Compiling tokio-postgres v0.7.10 |
2250 | 2024-02-15T21:32:41.367Z | Compiling array-init v0.0.4 |
2251 | 2024-02-15T21:32:42.053Z | Compiling elliptic-curve v0.13.8 |
2252 | 2024-02-15T21:32:42.512Z | Compiling petgraph v0.6.4 |
2253 | 2024-02-15T21:32:45.771Z | Compiling futures v0.3.30 |
2254 | 2024-02-15T21:32:48.157Z | Compiling smallvec v0.6.14 |
2255 | 2024-02-15T21:32:48.324Z | Compiling zip v0.6.6 |
2256 | 2024-02-15T21:32:48.431Z | Compiling yasna v0.5.2 |
2257 | 2024-02-15T21:32:48.630Z | Compiling diesel v2.1.4 |
2258 | 2024-02-15T21:32:48.984Z | Compiling crossterm v0.27.0 |
2259 | 2024-02-15T21:32:49.613Z | Compiling cipher v0.4.4 |
2260 | 2024-02-15T21:32:50.955Z | Compiling toml v0.7.8 |
2261 | 2024-02-15T21:32:51.909Z | Compiling bit-set v0.5.3 |
2262 | 2024-02-15T21:32:52.611Z | Compiling usdt v0.3.5 |
2263 | 2024-02-15T21:32:52.618Z | Compiling is-terminal v0.4.9 |
2264 | 2024-02-15T21:32:53.023Z | Compiling strum v0.25.0 |
2265 | 2024-02-15T21:32:53.205Z | Compiling pkcs1 v0.7.5 |
2266 | 2024-02-15T21:32:54.074Z | Compiling tokio-stream v0.1.14 |
2267 | 2024-02-15T21:32:55.754Z | Compiling openapiv3 v2.0.0 |
2268 | 2024-02-15T21:32:56.984Z | Compiling hex v0.4.3 |
2269 | 2024-02-15T21:32:57.725Z | Compiling hashbrown v0.13.2 |
2270 | 2024-02-15T21:32:59.366Z | Compiling signature v2.1.0 |
2271 | 2024-02-15T21:33:01.359Z | Compiling hashbrown v0.12.3 |
2272 | 2024-02-15T21:33:03.056Z | Compiling termcolor v1.2.0 |
2273 | 2024-02-15T21:33:03.088Z | Compiling lalrpop-util v0.19.12 |
2274 | 2024-02-15T21:33:03.712Z | Compiling bitfield v0.14.0 |
2275 | 2024-02-15T21:33:04.038Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2276 | 2024-02-15T21:33:04.381Z | Compiling env_logger v0.10.0 |
2277 | 2024-02-15T21:33:15.421Z | Compiling rsa v0.9.2 |
2278 | 2024-02-15T21:33:20.913Z | Compiling serde-hex v0.1.0 |
2279 | 2024-02-15T21:33:24.812Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2280 | 2024-02-15T21:33:28.294Z | Compiling ron v0.8.1 |
2281 | 2024-02-15T21:33:29.323Z | Compiling x509-cert v0.2.4 |
2282 | 2024-02-15T21:33:31.905Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2283 | 2024-02-15T21:33:34.045Z | Compiling crc-any v2.4.3 |
2284 | 2024-02-15T21:33:53.800Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2285 | 2024-02-15T21:33:57.688Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2286 | 2024-02-15T21:34:02.682Z | Compiling object v0.30.4 |
2287 | 2024-02-15T21:34:07.210Z | Compiling path-slash v0.1.5 |
2288 | 2024-02-15T21:34:11.271Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2289 | 2024-02-15T21:34:35.755Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2290 | 2024-02-15T21:34:36.497Z | Finished release [optimized] target(s) in 3m 56s |
2291 | 2024-02-15T21:34:36.570Z | |
2292 | 2024-02-15T21:34:36.573Z | real 3:56.349167464 |
2293 | 2024-02-15T21:34:36.573Z | user 25:50.804046065 |
2294 | 2024-02-15T21:34:36.573Z | sys 3:07.762694203 |
2295 | 2024-02-15T21:34:36.573Z | trap 0.794353084 |
2296 | 2024-02-15T21:34:36.573Z | tflt 1.670353690 |
2297 | 2024-02-15T21:34:36.573Z | dflt 0.575749996 |
2298 | 2024-02-15T21:34:36.573Z | kflt 0.000060229 |
2299 | 2024-02-15T21:34:36.574Z | lock 58:26.647713450 |
2300 | 2024-02-15T21:34:36.574Z | slp 1:16:16.730281499 |
2301 | 2024-02-15T21:34:36.574Z | lat 1:24.712772700 |
2302 | 2024-02-15T21:34:36.574Z | stop 1:17.239120178 |
2303 | 2024-02-15T21:34:36.574Z | + ptime -m gzip |
2304 | 2024-02-15T21:34:37.031Z | |
2305 | 2024-02-15T21:34:37.035Z | real 0.455147714 |
2306 | 2024-02-15T21:34:37.035Z | user 0.449026456 |
2307 | 2024-02-15T21:34:37.035Z | sys 0.005567548 |
2308 | 2024-02-15T21:34:37.035Z | trap 0.000037723 |
2309 | 2024-02-15T21:34:37.035Z | tflt 0.000000000 |
2310 | 2024-02-15T21:34:37.035Z | dflt 0.000000000 |
2311 | 2024-02-15T21:34:37.035Z | kflt 0.000000000 |
2312 | 2024-02-15T21:34:37.035Z | lock 0.000000000 |
2313 | 2024-02-15T21:34:37.035Z | slp 0.000000000 |
2314 | 2024-02-15T21:34:37.035Z | lat 0.000095836 |
2315 | 2024-02-15T21:34:37.035Z | stop 0.000176064 |
2316 | 2024-02-15T21:34:37.035Z | + banner tufaceous |
2317 | 2024-02-15T21:34:37.036Z | |
2318 | 2024-02-15T21:34:37.036Z | ##### # # ###### ## #### ###### #### # # #### |
2319 | 2024-02-15T21:34:37.036Z | # # # # # # # # # # # # # # |
2320 | 2024-02-15T21:34:37.036Z | # # # ##### # # # ##### # # # # #### |
2321 | 2024-02-15T21:34:37.036Z | # # # # ###### # # # # # # # |
2322 | 2024-02-15T21:34:37.036Z | # # # # # # # # # # # # # # # |
2323 | 2024-02-15T21:34:37.036Z | # #### # # # #### ###### #### #### #### |
2324 | 2024-02-15T21:34:37.036Z | |
2325 | 2024-02-15T21:34:37.036Z | + ptime -m cargo build --locked -p tufaceous --release |
2326 | 2024-02-15T21:34:37.438Z | Downloading crates ... |
2327 | 2024-02-15T21:34:37.699Z | Downloaded async-recursion v1.0.5 |
2328 | 2024-02-15T21:34:37.702Z | Downloaded globset v0.4.13 |
2329 | 2024-02-15T21:34:37.707Z | Downloaded olpc-cjson v0.1.3 |
2330 | 2024-02-15T21:34:37.711Z | Downloaded doc-comment v0.3.3 |
2331 | 2024-02-15T21:34:37.715Z | Downloaded buf-list v1.0.3 |
2332 | 2024-02-15T21:34:37.718Z | Downloaded humantime v2.1.0 |
2333 | 2024-02-15T21:34:37.721Z | Downloaded serde_plain v1.0.2 |
2334 | 2024-02-15T21:34:37.722Z | Downloaded parse-size v1.0.0 |
2335 | 2024-02-15T21:34:37.725Z | Downloaded fs-err v2.11.0 |
2336 | 2024-02-15T21:34:37.725Z | Downloaded snafu v0.7.5 |
2337 | 2024-02-15T21:34:37.730Z | Downloaded snafu-derive v0.7.5 |
2338 | 2024-02-15T21:34:37.742Z | Downloaded pin-project v1.1.3 |
2339 | 2024-02-15T21:34:37.750Z | Downloaded typed-path v0.7.0 |
2340 | 2024-02-15T21:34:37.758Z | Downloaded tough v0.16.0 |
2341 | 2024-02-15T21:34:37.758Z | Downloaded pin-project-internal v1.1.3 |
2342 | 2024-02-15T21:34:37.861Z | Compiling serde_tokenstream v0.2.0 |
2343 | 2024-02-15T21:34:37.914Z | Compiling regress v0.7.1 |
2344 | 2024-02-15T21:34:37.926Z | Compiling dirs-sys-next v0.1.2 |
2345 | 2024-02-15T21:34:37.929Z | Compiling rustls-pki-types v1.1.0 |
2346 | 2024-02-15T21:34:37.929Z | Compiling ident_case v1.0.1 |
2347 | 2024-02-15T21:34:37.955Z | Compiling thread_local v1.1.7 |
2348 | 2024-02-15T21:34:37.958Z | Compiling slog-async v2.8.0 |
2349 | 2024-02-15T21:34:38.089Z | Compiling dirs-next v2.0.0 |
2350 | 2024-02-15T21:34:38.324Z | Compiling darling_core v0.20.3 |
2351 | 2024-02-15T21:34:38.410Z | Compiling heck v0.4.1 |
2352 | 2024-02-15T21:34:38.434Z | Compiling rustls v0.22.2 |
2353 | 2024-02-15T21:34:38.742Z | Compiling camino v1.1.6 |
2354 | 2024-02-15T21:34:38.847Z | Compiling rustls-webpki v0.102.1 |
2355 | 2024-02-15T21:34:39.053Z | Compiling term v0.7.0 |
2356 | 2024-02-15T21:34:39.263Z | Compiling crossbeam-channel v0.5.8 |
2357 | 2024-02-15T21:34:39.383Z | Compiling getopts v0.2.21 |
2358 | 2024-02-15T21:34:39.694Z | Compiling structmeta-derive v0.3.0 |
2359 | 2024-02-15T21:34:40.285Z | Compiling atty v0.2.14 |
2360 | 2024-02-15T21:34:40.438Z | Compiling multer v3.0.0 |
2361 | 2024-02-15T21:34:40.773Z | Compiling match_cfg v0.1.0 |
2362 | 2024-02-15T21:34:40.875Z | Compiling unsafe-libyaml v0.2.10 |
2363 | 2024-02-15T21:34:41.045Z | Compiling paste v1.0.14 |
2364 | 2024-02-15T21:34:41.526Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2365 | 2024-02-15T21:34:42.651Z | Compiling doc-comment v0.3.3 |
2366 | 2024-02-15T21:34:42.663Z | Compiling take_mut v0.2.2 |
2367 | 2024-02-15T21:34:43.321Z | Compiling structmeta v0.3.0 |
2368 | 2024-02-15T21:34:43.740Z | Compiling serde_yaml v0.9.25 |
2369 | 2024-02-15T21:34:43.808Z | Compiling darling_macro v0.20.3 |
2370 | 2024-02-15T21:34:43.866Z | Compiling hostname v0.3.1 |
2371 | 2024-02-15T21:34:44.488Z | Compiling slog-term v2.9.0 |
2372 | 2024-02-15T21:34:44.811Z | Compiling darling v0.20.3 |
2373 | 2024-02-15T21:34:46.773Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2374 | 2024-02-15T21:34:46.793Z | Compiling toml_edit v0.22.4 |
2375 | 2024-02-15T21:34:47.142Z | Compiling slog-json v2.6.1 |
2376 | 2024-02-15T21:34:47.689Z | Compiling http v1.0.0 |
2377 | 2024-02-15T21:34:47.699Z | Compiling async-stream-impl v0.3.5 |
2378 | 2024-02-15T21:34:48.404Z | Compiling pin-project-internal v1.1.3 |
2379 | 2024-02-15T21:34:48.920Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2380 | 2024-02-15T21:34:48.997Z | Compiling atomic-waker v1.1.1 |
2381 | 2024-02-15T21:34:49.195Z | Compiling fastrand v2.0.1 |
2382 | 2024-02-15T21:34:49.303Z | Compiling waitgroup v0.1.2 |
2383 | 2024-02-15T21:34:49.936Z | Compiling toml v0.8.10 |
2384 | 2024-02-15T21:34:51.323Z | Compiling pin-project v1.1.3 |
2385 | 2024-02-15T21:34:51.454Z | Compiling tempfile v3.10.0 |
2386 | 2024-02-15T21:34:52.888Z | Compiling async-stream v0.3.5 |
2387 | 2024-02-15T21:34:53.346Z | Compiling tokio-rustls v0.25.0 |
2388 | 2024-02-15T21:34:53.349Z | Compiling slog-bunyan v2.5.0 |
2389 | 2024-02-15T21:34:53.471Z | Compiling serde_with_macros v3.6.0 |
2390 | 2024-02-15T21:34:53.538Z | Compiling parse-display-derive v0.9.0 |
2391 | 2024-02-15T21:34:53.553Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2392 | 2024-02-15T21:34:54.707Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2393 | 2024-02-15T21:34:55.733Z | Compiling rustls-pemfile v2.0.0 |
2394 | 2024-02-15T21:34:56.334Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2395 | 2024-02-15T21:34:56.453Z | Compiling sha1 v0.10.6 |
2396 | 2024-02-15T21:34:56.827Z | Compiling strum_macros v0.26.1 |
2397 | 2024-02-15T21:34:57.384Z | Compiling snafu-derive v0.7.5 |
2398 | 2024-02-15T21:34:57.616Z | Compiling serde_path_to_error v0.1.15 |
2399 | 2024-02-15T21:34:57.838Z | Compiling instant v0.1.12 |
2400 | 2024-02-15T21:34:58.011Z | Compiling fs-err v2.11.0 |
2401 | 2024-02-15T21:34:58.102Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2402 | 2024-02-15T21:34:58.231Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2403 | 2024-02-15T21:34:58.677Z | Compiling buf-list v1.0.3 |
2404 | 2024-02-15T21:34:59.264Z | Compiling arc-swap v1.6.0 |
2405 | 2024-02-15T21:35:00.120Z | Compiling debug-ignore v1.0.5 |
2406 | 2024-02-15T21:35:00.292Z | Compiling same-file v1.0.6 |
2407 | 2024-02-15T21:35:00.601Z | Compiling walkdir v2.4.0 |
2408 | 2024-02-15T21:35:01.740Z | Compiling strum v0.26.1 |
2409 | 2024-02-15T21:35:02.382Z | Compiling slog-scope v4.4.0 |
2410 | 2024-02-15T21:35:02.461Z | Compiling snafu v0.7.5 |
2411 | 2024-02-15T21:35:03.518Z | Compiling backoff v0.4.0 |
2412 | 2024-02-15T21:35:03.882Z | Compiling parse-display v0.9.0 |
2413 | 2024-02-15T21:35:03.931Z | Compiling serde_with v3.6.0 |
2414 | 2024-02-15T21:35:05.177Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2415 | 2024-02-15T21:35:05.838Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2416 | 2024-02-15T21:35:06.585Z | Compiling globset v0.4.13 |
2417 | 2024-02-15T21:35:09.285Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2418 | 2024-02-15T21:35:09.288Z | Compiling olpc-cjson v0.1.3 |
2419 | 2024-02-15T21:35:09.671Z | Compiling pem v3.0.2 |
2420 | 2024-02-15T21:35:11.340Z | Compiling regress v0.8.0 |
2421 | 2024-02-15T21:35:12.144Z | Compiling serde_plain v1.0.2 |
2422 | 2024-02-15T21:35:12.689Z | Compiling macaddr v1.0.1 |
2423 | 2024-02-15T21:35:13.440Z | Compiling async-recursion v1.0.5 |
2424 | 2024-02-15T21:35:14.491Z | Compiling filetime v0.2.23 |
2425 | 2024-02-15T21:35:14.876Z | Compiling xattr v1.0.1 |
2426 | 2024-02-15T21:35:15.201Z | Compiling typed-path v0.7.0 |
2427 | 2024-02-15T21:35:16.031Z | Compiling tar v0.4.40 |
2428 | 2024-02-15T21:35:18.268Z | Compiling tough v0.16.0 |
2429 | 2024-02-15T21:35:21.296Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2430 | 2024-02-15T21:35:22.745Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2431 | 2024-02-15T21:35:22.770Z | Compiling slog-stdlog v4.1.1 |
2432 | 2024-02-15T21:35:23.344Z | Compiling camino-tempfile v1.1.1 |
2433 | 2024-02-15T21:35:24.135Z | Compiling itertools v0.12.1 |
2434 | 2024-02-15T21:35:24.164Z | Compiling parse-size v1.0.0 |
2435 | 2024-02-15T21:35:24.426Z | Compiling slog-envlogger v2.2.0 |
2436 | 2024-02-15T21:35:24.485Z | Compiling humantime v2.1.0 |
2437 | 2024-02-15T21:35:37.241Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2438 | 2024-02-15T21:35:37.413Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2439 | 2024-02-15T21:35:56.717Z | Finished release [optimized] target(s) in 1m 19s |
2440 | 2024-02-15T21:35:56.723Z | |
2441 | 2024-02-15T21:35:56.723Z | real 1:19.307607558 |
2442 | 2024-02-15T21:35:56.723Z | user 9:02.134139999 |
2443 | 2024-02-15T21:35:56.723Z | sys 41.267386508 |
2444 | 2024-02-15T21:35:56.724Z | trap 0.243069101 |
2445 | 2024-02-15T21:35:56.724Z | tflt 0.387810236 |
2446 | 2024-02-15T21:35:56.724Z | dflt 0.301796271 |
2447 | 2024-02-15T21:35:56.724Z | kflt 0.002166203 |
2448 | 2024-02-15T21:35:56.724Z | lock 20:04.488348422 |
2449 | 2024-02-15T21:35:56.724Z | slp 21:54.541933844 |
2450 | 2024-02-15T21:35:56.724Z | lat 22.223533676 |
2451 | 2024-02-15T21:35:56.724Z | stop 14.590187564 |
2452 | 2024-02-15T21:35:56.725Z | + ptime -m gzip |
2453 | 2024-02-15T21:35:58.105Z | |
2454 | 2024-02-15T21:35:58.109Z | real 1.729740920 |
2455 | 2024-02-15T21:35:58.109Z | user 1.712800724 |
2456 | 2024-02-15T21:35:58.109Z | sys 0.016344593 |
2457 | 2024-02-15T21:35:58.109Z | trap 0.000107384 |
2458 | 2024-02-15T21:35:58.109Z | tflt 0.000000000 |
2459 | 2024-02-15T21:35:58.109Z | dflt 0.000000000 |
2460 | 2024-02-15T21:35:58.109Z | kflt 0.000000000 |
2461 | 2024-02-15T21:35:58.109Z | lock 0.000000000 |
2462 | 2024-02-15T21:35:58.109Z | slp 0.000000000 |
2463 | 2024-02-15T21:35:58.109Z | lat 0.000097665 |
2464 | 2024-02-15T21:35:58.109Z | stop 0.000175754 |
2465 | 2024-02-15T21:35:58.109Z | process exited: duration 834619 ms, exit code 0 |
|
2466 | 2024-02-15T21:35:58.117Z | found 5 output files |
2467 | 2024-02-15T21:35:58.117Z | uploading: /work/end-to-end-tests/bootstrap-3966c2a0b12b48d6.gz (10676871 bytes) |
2468 | 2024-02-15T21:36:01.384Z | uploaded: /work/end-to-end-tests/bootstrap-3966c2a0b12b48d6.gz |
2469 | 2024-02-15T21:36:01.384Z | uploading: /work/end-to-end-tests/bootstrap.gz (111612386 bytes) |
2470 | 2024-02-15T21:36:24.300Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2471 | 2024-02-15T21:36:24.300Z | uploading: /work/end-to-end-tests/end_to_end_tests-d84f307ab23cd754.gz (114801684 bytes) |
2472 | 2024-02-15T21:37:06.317Z | uploaded: /work/end-to-end-tests/end_to_end_tests-d84f307ab23cd754.gz |
2473 | 2024-02-15T21:37:06.317Z | uploading: /work/caboose-util.gz (4094302 bytes) |
2474 | 2024-02-15T21:37:09.666Z | uploaded: /work/caboose-util.gz |
2475 | 2024-02-15T21:37:09.666Z | uploading: /work/tufaceous.gz (15855090 bytes) |
2476 | 2024-02-15T21:37:15.752Z | uploaded: /work/tufaceous.gz |