|
|
|
1 | 2024-01-31T19:07:23.715Z | job assigned to worker 01HNGEK1AF2VEH8NF91V7YPQVB (queued for 2 m 2 s) |
|
2 | 2024-01-31T19:07:23.919Z | starting task 0: "setup" |
3 | 2024-01-31T19:07:23.927Z | ++ uname -s |
4 | 2024-01-31T19:07:23.929Z | + kern=SunOS |
5 | 2024-01-31T19:07:23.930Z | + case "$kern" in |
6 | 2024-01-31T19:07:23.930Z | + groupadd -g 12345 build |
7 | 2024-01-31T19:07:23.934Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-31T19:07:26.102Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-31T19:07:26.226Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-31T19:07:26.235Z | + home_fs=zfs |
11 | 2024-01-31T19:07:26.235Z | + [[ zfs == autofs ]] |
12 | 2024-01-31T19:07:26.235Z | + mkdir -p /home/build |
13 | 2024-01-31T19:07:26.235Z | + chown build:build /home/build /work |
14 | 2024-01-31T19:07:28.233Z | + chmod 0700 /home/build /work |
15 | 2024-01-31T19:07:28.237Z | process exited: duration 4322 ms, exit code 0 |
|
16 | 2024-01-31T19:07:28.243Z | starting task 1: "rust-toolchain" |
17 | 2024-01-31T19:07:28.252Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-31T19:07:28.255Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-31T19:07:28.416Z | info: downloading installer |
20 | 2024-01-31T19:07:31.273Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-31T19:07:31.273Z | warning: /opt/ooce/bin |
22 | 2024-01-31T19:07:31.273Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-31T19:07:31.273Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-31T19:07:31.273Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-31T19:07:31.273Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-31T19:07:31.273Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-31T19:07:31.276Z | error: cannot install while Rust is installed |
28 | 2024-01-31T19:07:31.276Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-31T19:07:31.931Z | info: profile set to 'default' |
30 | 2024-01-31T19:07:31.931Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-31T19:07:31.935Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-31T19:07:32.113Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-31T19:07:32.113Z | info: downloading component 'cargo' |
34 | 2024-01-31T19:07:32.775Z | info: downloading component 'clippy' |
35 | 2024-01-31T19:07:33.117Z | info: downloading component 'rust-docs' |
36 | 2024-01-31T19:07:33.944Z | info: downloading component 'rust-std' |
37 | 2024-01-31T19:07:35.407Z | info: downloading component 'rustc' |
38 | 2024-01-31T19:07:38.958Z | info: downloading component 'rustfmt' |
39 | 2024-01-31T19:07:39.158Z | info: installing component 'cargo' |
40 | 2024-01-31T19:07:40.829Z | info: installing component 'clippy' |
41 | 2024-01-31T19:07:41.680Z | info: installing component 'rust-docs' |
42 | 2024-01-31T19:07:44.408Z | info: installing component 'rust-std' |
43 | 2024-01-31T19:07:48.325Z | info: installing component 'rustc' |
44 | 2024-01-31T19:07:56.591Z | info: installing component 'rustfmt' |
45 | 2024-01-31T19:07:57.141Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-31T19:07:57.141Z | |
47 | 2024-01-31T19:07:57.275Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-31T19:07:57.275Z | |
49 | 2024-01-31T19:07:57.278Z | |
50 | 2024-01-31T19:07:57.278Z | Rust is installed now. Great! |
51 | 2024-01-31T19:07:57.278Z | |
52 | 2024-01-31T19:07:57.278Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-31T19:07:57.278Z | environment variable. This has not been done automatically. |
54 | 2024-01-31T19:07:57.279Z | |
55 | 2024-01-31T19:07:57.279Z | To configure your current shell, run: |
56 | 2024-01-31T19:07:57.279Z | source "$HOME/.cargo/env" |
57 | 2024-01-31T19:07:57.365Z | + rustc --version |
58 | 2024-01-31T19:07:57.477Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-31T19:07:57.483Z | process exited: duration 29241 ms, exit code 0 |
|
60 | 2024-01-31T19:07:57.496Z | starting task 2: "authentication" |
61 | 2024-01-31T19:07:57.527Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-31T19:07:57.537Z | starting task 3: "clone repository" |
63 | 2024-01-31T19:07:57.543Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-31T19:07:57.547Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-31T19:07:57.783Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-31T19:08:05.429Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-31T19:08:05.429Z | + git fetch origin b0125c4be763ef6b753d166cf25ce341fcd30ecb |
68 | 2024-01-31T19:08:05.429Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-31T19:08:05.429Z | * branch b0125c4be763ef6b753d166cf25ce341fcd30ecb -> FETCH_HEAD |
70 | 2024-01-31T19:08:05.429Z | + [[ -n pc-baseboard-hostname-serial ]] |
71 | 2024-01-31T19:08:05.429Z | ++ git branch --show-current |
72 | 2024-01-31T19:08:05.429Z | + current=main |
73 | 2024-01-31T19:08:05.430Z | + [[ main != pc-baseboard-hostname-serial ]] |
74 | 2024-01-31T19:08:05.430Z | + git branch -f pc-baseboard-hostname-serial b0125c4be763ef6b753d166cf25ce341fcd30ecb |
75 | 2024-01-31T19:08:05.430Z | + git checkout -f pc-baseboard-hostname-serial |
76 | 2024-01-31T19:08:05.502Z | Switched to branch 'pc-baseboard-hostname-serial' |
77 | 2024-01-31T19:08:05.502Z | + git reset --hard b0125c4be763ef6b753d166cf25ce341fcd30ecb |
78 | 2024-01-31T19:08:05.563Z | HEAD is now at b0125c4be move gethostname to workspace |
79 | 2024-01-31T19:08:05.564Z | process exited: duration 7905 ms, exit code 0 |
|
80 | 2024-01-31T19:08:05.599Z | starting task 4: "build" |
81 | 2024-01-31T19:08:05.609Z | + cargo --version |
82 | 2024-01-31T19:08:05.609Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-31T19:08:05.813Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-31T19:08:05.814Z | info: downloading component 'cargo' |
85 | 2024-01-31T19:08:08.153Z | info: downloading component 'clippy' |
86 | 2024-01-31T19:08:08.321Z | info: downloading component 'rust-docs' |
87 | 2024-01-31T19:08:08.321Z | info: downloading component 'rust-std' |
88 | 2024-01-31T19:08:09.472Z | info: downloading component 'rustc' |
89 | 2024-01-31T19:08:13.879Z | info: downloading component 'rustfmt' |
90 | 2024-01-31T19:08:14.108Z | info: installing component 'cargo' |
91 | 2024-01-31T19:08:15.420Z | info: installing component 'clippy' |
92 | 2024-01-31T19:08:15.911Z | info: installing component 'rust-docs' |
93 | 2024-01-31T19:08:18.721Z | info: installing component 'rust-std' |
94 | 2024-01-31T19:08:21.158Z | info: installing component 'rustc' |
95 | 2024-01-31T19:08:27.468Z | info: installing component 'rustfmt' |
96 | 2024-01-31T19:08:28.013Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-31T19:08:28.024Z | + rustc --version |
98 | 2024-01-31T19:08:28.141Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-31T19:08:28.150Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-01-31T19:08:38.884Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-01-31T19:08:40.640Z | Startup: Caching catalogs ... Done |
102 | 2024-01-31T19:08:43.518Z | Planning: Solver setup ... Done (2.359s) |
103 | 2024-01-31T19:08:43.577Z | Planning: Running solver ... Done (0.063s) |
104 | 2024-01-31T19:08:43.651Z | Planning: Finding local manifests ... Done (0.049s) |
105 | 2024-01-31T19:08:43.698Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-01-31T19:08:44.056Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-01-31T19:08:44.137Z | Planning: Package planning ... Done (0.079s) |
108 | 2024-01-31T19:08:44.220Z | Planning: Merging actions ... Done (0.084s) |
109 | 2024-01-31T19:08:44.990Z | Planning: Checking for conflicting actions ... Done (0.770s) |
110 | 2024-01-31T19:08:45.008Z | Planning: Consolidating action changes ... Done (0.017s) |
111 | 2024-01-31T19:08:49.443Z | Planning: Evaluating mediators ... Done (4.277s) |
112 | 2024-01-31T19:08:49.443Z | Planning: Planning completed in 8.60 seconds |
113 | 2024-01-31T19:08:50.963Z | Packages to install: 4 |
114 | 2024-01-31T19:08:50.964Z | Mediators to change: 2 |
115 | 2024-01-31T19:08:50.964Z | Services to change: 1 |
116 | 2024-01-31T19:08:51.009Z | Estimated space available: 148.87 GB |
117 | 2024-01-31T19:08:51.009Z | Estimated space to be consumed: 1.40 GB |
118 | 2024-01-31T19:08:51.009Z | Create boot environment: No |
119 | 2024-01-31T19:08:51.009Z | Create backup boot environment: No |
120 | 2024-01-31T19:08:51.009Z | Rebuild boot archive: No |
121 | 2024-01-31T19:08:51.009Z | |
122 | 2024-01-31T19:08:51.009Z | Changed mediators: |
123 | 2024-01-31T19:08:51.009Z | mediator clang: |
124 | 2024-01-31T19:08:51.009Z | version: None -> 15 (system default) |
125 | 2024-01-31T19:08:51.009Z | |
126 | 2024-01-31T19:08:51.009Z | mediator llvm: |
127 | 2024-01-31T19:08:51.009Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-01-31T19:08:51.009Z | |
129 | 2024-01-31T19:08:51.009Z | Changed packages: |
130 | 2024-01-31T19:08:51.009Z | helios-dev |
131 | 2024-01-31T19:08:51.010Z | developer/build-essential |
132 | 2024-01-31T19:08:51.010Z | None -> 11-2.0 |
133 | 2024-01-31T19:08:51.010Z | library/libxmlsec1 |
134 | 2024-01-31T19:08:51.010Z | None -> 1.2.35-2.0 |
135 | 2024-01-31T19:08:51.010Z | ooce/developer/clang-15 |
136 | 2024-01-31T19:08:51.010Z | None -> 15.0.7-2.0 |
137 | 2024-01-31T19:08:51.010Z | ooce/developer/llvm-15 |
138 | 2024-01-31T19:08:51.010Z | None -> 15.0.7-2.0 |
139 | 2024-01-31T19:08:51.011Z | |
140 | 2024-01-31T19:08:51.011Z | Services: |
141 | 2024-01-31T19:08:51.011Z | restart_fmri: |
142 | 2024-01-31T19:08:51.011Z | svc:/system/update-man-index:default |
143 | 2024-01-31T19:08:51.125Z | |
144 | 2024-01-31T19:08:51.125Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-01-31T19:08:56.115Z | Download: 898/3290 items 4.9/212.6MB 2% complete (1020k/s) |
146 | 2024-01-31T19:09:01.116Z | Download: 1899/3290 items 118.6/212.6MB 55% complete (12.0M/s) |
147 | 2024-01-31T19:09:06.125Z | Download: 3241/3290 items 179.6/212.6MB 84% complete (17.4M/s) |
148 | 2024-01-31T19:09:08.880Z | Download: Completed 212.60 MB in 17.77 seconds (12.0M/s) |
149 | 2024-01-31T19:09:09.189Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-01-31T19:09:14.195Z | Actions: 2994/3689 actions (Installing new actions) |
151 | 2024-01-31T19:09:16.879Z | Actions: Completed 3689 actions in 7.69 seconds. |
152 | 2024-01-31T19:09:17.139Z | Done (0.254s) |
153 | 2024-01-31T19:09:17.139Z | Done (0.000s) |
154 | 2024-01-31T19:09:17.478Z | Done (0.331s) |
155 | 2024-01-31T19:09:24.910Z | Done (7.300s) |
156 | 2024-01-31T19:09:25.117Z | Done (0.089s) |
157 | 2024-01-31T19:09:25.132Z | Done (0.000s) |
158 | 2024-01-31T19:09:25.355Z | Done (0.000s) |
159 | 2024-01-31T19:09:26.081Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-01-31T19:09:26.359Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-01-31T19:09:26.368Z | Planning: Consolidating action changes ... Done |
162 | 2024-01-31T19:09:26.793Z | Planning: Evaluating mediators ... Done |
163 | 2024-01-31T19:09:26.799Z | Planning: Planning completed in 0.72 seconds |
164 | 2024-01-31T19:09:26.849Z | Mediators to change: 2 |
165 | 2024-01-31T19:09:26.849Z | Create boot environment: No |
166 | 2024-01-31T19:09:26.849Z | Create backup boot environment: No |
167 | 2024-01-31T19:09:26.949Z | Done |
168 | 2024-01-31T19:09:26.949Z | Done |
169 | 2024-01-31T19:09:27.141Z | Done |
170 | 2024-01-31T19:09:33.813Z | Done |
171 | 2024-01-31T19:09:33.903Z | Done |
172 | 2024-01-31T19:09:33.903Z | Done |
173 | 2024-01-31T19:09:33.903Z | Done |
174 | 2024-01-31T19:09:34.203Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-01-31T19:09:34.207Z | Planning: Merging actions ... Done |
176 | 2024-01-31T19:09:34.537Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-01-31T19:09:34.542Z | Planning: Consolidating action changes ... Done |
178 | 2024-01-31T19:09:34.969Z | Planning: Evaluating mediators ... Done |
179 | 2024-01-31T19:09:35.058Z | Planning: Planning completed in 1.29 seconds |
180 | 2024-01-31T19:09:35.116Z | Packages to change: 1 |
181 | 2024-01-31T19:09:35.116Z | Mediators to change: 1 |
182 | 2024-01-31T19:09:35.124Z | Services to change: 1 |
183 | 2024-01-31T19:09:35.124Z | Create boot environment: No |
184 | 2024-01-31T19:09:35.124Z | Create backup boot environment: Yes |
185 | 2024-01-31T19:09:37.254Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-01-31T19:09:37.267Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-01-31T19:09:37.267Z | Done |
188 | 2024-01-31T19:09:37.267Z | Done |
189 | 2024-01-31T19:09:37.337Z | Done |
190 | 2024-01-31T19:09:47.464Z | Done |
191 | 2024-01-31T19:09:47.653Z | Done |
192 | 2024-01-31T19:09:47.653Z | Done |
193 | 2024-01-31T19:09:47.653Z | Done |
194 | 2024-01-31T19:09:47.770Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-01-31T19:09:47.770Z | clang system 15 system |
196 | 2024-01-31T19:09:47.770Z | csh system system illumos |
197 | 2024-01-31T19:09:47.770Z | ctags system system illumos |
198 | 2024-01-31T19:09:47.771Z | gcc vendor 12 vendor |
199 | 2024-01-31T19:09:47.771Z | gcc system 10 system |
200 | 2024-01-31T19:09:47.771Z | gcc system 7 system |
201 | 2024-01-31T19:09:47.771Z | go system 1.20 system |
202 | 2024-01-31T19:09:47.771Z | go system 1.19 system |
203 | 2024-01-31T19:09:47.771Z | llvm system 15 system |
204 | 2024-01-31T19:09:47.771Z | llvm system 14 system |
205 | 2024-01-31T19:09:47.772Z | mariadb system 10.6 system |
206 | 2024-01-31T19:09:47.772Z | mta vendor vendor dma |
207 | 2024-01-31T19:09:47.772Z | openjdk system 17 system |
208 | 2024-01-31T19:09:47.772Z | openjdk system 11 system |
209 | 2024-01-31T19:09:47.772Z | openjdk system 1.8 system |
210 | 2024-01-31T19:09:47.772Z | openssl vendor 3 vendor |
211 | 2024-01-31T19:09:47.773Z | perl system 5.36 system |
212 | 2024-01-31T19:09:47.775Z | postgresql system 15 system |
213 | 2024-01-31T19:09:47.775Z | postgresql system 13 system |
214 | 2024-01-31T19:09:47.775Z | python vendor 3 vendor |
215 | 2024-01-31T19:09:47.776Z | python system 2 system |
216 | 2024-01-31T19:09:47.776Z | python3 system 3.11 system |
217 | 2024-01-31T19:09:47.776Z | ruby system 3.0 system |
218 | 2024-01-31T19:09:47.776Z | words vendor vendor american-english |
219 | 2024-01-31T19:09:47.777Z | words system system australian-english |
220 | 2024-01-31T19:09:47.777Z | words system system british-english |
221 | 2024-01-31T19:09:47.777Z | words system system canadian-english |
222 | 2024-01-31T19:09:47.777Z | words system system french |
223 | 2024-01-31T19:09:47.777Z | words system system italian |
224 | 2024-01-31T19:09:47.777Z | words system system ngerman |
225 | 2024-01-31T19:09:47.778Z | words system system ogerman |
226 | 2024-01-31T19:09:47.778Z | words system system spanish |
227 | 2024-01-31T19:09:47.778Z | FMRI IFO |
228 | 2024-01-31T19:09:47.778Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-01-31T19:09:47.782Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-01-31T19:09:47.782Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-01-31T19:09:47.782Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-01-31T19:09:47.782Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-01-31T19:09:47.782Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
234 | 2024-01-31T19:09:47.782Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-01-31T19:09:47.782Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
236 | 2024-01-31T19:09:47.783Z | + set -o errexit |
237 | 2024-01-31T19:09:47.783Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-01-31T19:09:47.783Z | ++ cd ./tools |
239 | 2024-01-31T19:09:47.783Z | ++ pwd |
240 | 2024-01-31T19:09:47.783Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-01-31T19:09:47.783Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-01-31T19:09:47.783Z | + ARG0=ci_download_cockroachdb |
243 | 2024-01-31T19:09:47.783Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-01-31T19:09:47.783Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-01-31T19:09:47.783Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-01-31T19:09:47.783Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2024-01-31T19:09:47.783Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2024-01-31T19:09:47.783Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2024-01-31T19:09:47.783Z | + TARGET_DIR=out |
250 | 2024-01-31T19:09:47.783Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-01-31T19:09:47.783Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-01-31T19:09:47.783Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-01-31T19:09:47.783Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-01-31T19:09:47.783Z | + main |
255 | 2024-01-31T19:09:47.783Z | + [[ 0 != 0 ]] |
256 | 2024-01-31T19:09:47.783Z | + CIDL_OS=solaris2.11 |
257 | 2024-01-31T19:09:47.783Z | + [[ 0 != 0 ]] |
258 | 2024-01-31T19:09:47.784Z | + configure_os solaris2.11 |
259 | 2024-01-31T19:09:47.784Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-01-31T19:09:47.784Z | current directory: /work/oxidecomputer/omicron |
261 | 2024-01-31T19:09:47.784Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-01-31T19:09:47.784Z | + case "$1" in |
263 | 2024-01-31T19:09:47.784Z | configuring based on OS: "solaris2.11" |
264 | 2024-01-31T19:09:47.785Z | + CIDL_BUILD=illumos |
265 | 2024-01-31T19:09:47.785Z | + CIDL_SUFFIX=tar.gz |
266 | 2024-01-31T19:09:47.785Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2024-01-31T19:09:47.785Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2024-01-31T19:09:47.785Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2024-01-31T19:09:47.785Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2024-01-31T19:09:47.785Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2024-01-31T19:09:47.785Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-01-31T19:09:47.785Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-01-31T19:09:47.785Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2024-01-31T19:09:47.785Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-31T19:09:47.785Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-01-31T19:09:47.785Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-01-31T19:09:47.785Z | + mkdir -p out/downloads |
278 | 2024-01-31T19:09:47.785Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-01-31T19:09:47.785Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-31T19:09:47.785Z | + mkdir -p ./out/cockroachdb |
281 | 2024-01-31T19:09:47.785Z | + local DO_DOWNLOAD=true |
282 | 2024-01-31T19:09:47.786Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-01-31T19:09:47.786Z | + '[' true == true ']' |
284 | 2024-01-31T19:09:47.786Z | + echo Downloading... |
285 | 2024-01-31T19:09:47.786Z | Downloading... |
286 | 2024-01-31T19:09:47.786Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-01-31T19:09:47.786Z | + 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 |
288 | 2024-01-31T19:09:47.789Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-01-31T19:09:47.789Z | ++ md5sum |
290 | 2024-01-31T19:09:47.789Z | ++ awk '{print $1}' |
291 | 2024-01-31T19:09:47.789Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2024-01-31T19:09:47.789Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
293 | 2024-01-31T19:09:47.789Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-31T19:09:47.853Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-01-31T19:09:50.625Z | + do_assemble_illumos |
296 | 2024-01-31T19:09:50.625Z | + rm -r ./out/cockroachdb |
297 | 2024-01-31T19:09:50.639Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-01-31T19:09:51.229Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-01-31T19:09:51.506Z | Build Tag: v22.1.9-dirty |
300 | 2024-01-31T19:09:51.506Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-01-31T19:09:51.506Z | Distribution: OSS |
302 | 2024-01-31T19:09:51.506Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-01-31T19:09:51.506Z | Go Version: go1.17.13 |
304 | 2024-01-31T19:09:51.507Z | C Compiler: gcc 10.3.0 |
305 | 2024-01-31T19:09:51.507Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-01-31T19:09:51.507Z | Build Type: release |
307 | 2024-01-31T19:09:51.532Z | + set -o errexit |
308 | 2024-01-31T19:09:51.544Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-01-31T19:09:51.544Z | ++ cd ./tools |
310 | 2024-01-31T19:09:51.544Z | ++ pwd |
311 | 2024-01-31T19:09:51.544Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-01-31T19:09:51.544Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-01-31T19:09:51.544Z | + ARG0=ci_download_clickhouse |
314 | 2024-01-31T19:09:51.545Z | + TARGET_DIR=out |
315 | 2024-01-31T19:09:51.545Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-01-31T19:09:51.545Z | + DEST_DIR=./out/clickhouse |
317 | 2024-01-31T19:09:51.545Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2024-01-31T19:09:51.545Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2024-01-31T19:09:51.546Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2024-01-31T19:09:51.546Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2024-01-31T19:09:51.546Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2024-01-31T19:09:51.546Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2024-01-31T19:09:51.546Z | + main |
324 | 2024-01-31T19:09:51.548Z | + [[ 0 != 0 ]] |
325 | 2024-01-31T19:09:51.548Z | + CIDL_OS=solaris2.11 |
326 | 2024-01-31T19:09:51.548Z | + [[ 0 != 0 ]] |
327 | 2024-01-31T19:09:51.549Z | + configure_os solaris2.11 |
328 | 2024-01-31T19:09:51.549Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2024-01-31T19:09:51.549Z | current directory: /work/oxidecomputer/omicron |
330 | 2024-01-31T19:09:51.549Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2024-01-31T19:09:51.549Z | + CIDL_DASHREV= |
332 | 2024-01-31T19:09:51.549Z | configuring based on OS: "solaris2.11" |
333 | 2024-01-31T19:09:51.549Z | + case "$1" in |
334 | 2024-01-31T19:09:51.549Z | + CIDL_PLATFORM=illumos |
335 | 2024-01-31T19:09:51.550Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2024-01-31T19:09:51.550Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2024-01-31T19:09:51.550Z | + CIDL_DASHREV=-1 |
338 | 2024-01-31T19:09:51.550Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2024-01-31T19:09:51.550Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-01-31T19:09:51.550Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-01-31T19:09:51.551Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-01-31T19:09:51.551Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2024-01-31T19:09:51.551Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-01-31T19:09:51.551Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-31T19:09:51.551Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-01-31T19:09:51.551Z | + mkdir -p out/downloads |
347 | 2024-01-31T19:09:51.551Z | + mkdir -p ./out/clickhouse |
348 | 2024-01-31T19:09:51.552Z | + local DO_DOWNLOAD=true |
349 | 2024-01-31T19:09:51.552Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2024-01-31T19:09:51.554Z | + '[' true == true ']' |
351 | 2024-01-31T19:09:51.554Z | + echo Downloading... |
352 | 2024-01-31T19:09:51.554Z | Downloading... |
353 | 2024-01-31T19:09:51.554Z | + 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 |
354 | 2024-01-31T19:09:51.555Z | + 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 |
355 | 2024-01-31T19:09:53.280Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2024-01-31T19:09:53.307Z | ++ md5sum |
357 | 2024-01-31T19:09:53.307Z | ++ awk '{print $1}' |
358 | 2024-01-31T19:09:53.956Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2024-01-31T19:09:53.957Z | + [[ 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 ]] |
360 | 2024-01-31T19:09:53.960Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2024-01-31T19:09:53.975Z | + mkdir -p ./out/clickhouse |
362 | 2024-01-31T19:09:53.975Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-01-31T19:09:58.326Z | + ./out/clickhouse/clickhouse server --version |
364 | 2024-01-31T19:09:58.384Z | ClickHouse server version 22.8.9.1. |
365 | 2024-01-31T19:09:58.414Z | + set -o errexit |
366 | 2024-01-31T19:09:58.420Z | +++ dirname ./tools/ci_download_console |
367 | 2024-01-31T19:09:58.420Z | ++ cd ./tools |
368 | 2024-01-31T19:09:58.420Z | ++ pwd |
369 | 2024-01-31T19:09:58.421Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2024-01-31T19:09:58.421Z | ++ basename ./tools/ci_download_console |
371 | 2024-01-31T19:09:58.421Z | + ARG0=ci_download_console |
372 | 2024-01-31T19:09:58.421Z | + TARGET_DIR=out |
373 | 2024-01-31T19:09:58.421Z | + DOWNLOAD_DIR=out/downloads |
374 | 2024-01-31T19:09:58.421Z | + DEST_DIR=./out/console-assets |
375 | 2024-01-31T19:09:58.422Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2024-01-31T19:09:58.423Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
377 | 2024-01-31T19:09:58.423Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
378 | 2024-01-31T19:09:58.423Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
379 | 2024-01-31T19:09:58.423Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2024-01-31T19:09:58.423Z | + main |
381 | 2024-01-31T19:09:58.423Z | + [[ 0 != 0 ]] |
382 | 2024-01-31T19:09:58.423Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
383 | 2024-01-31T19:09:58.424Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
384 | 2024-01-31T19:09:58.424Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2024-01-31T19:09:58.424Z | Local file: out/downloads/console.tar.gz |
386 | 2024-01-31T19:09:58.424Z | + local DO_DOWNLOAD=true |
387 | 2024-01-31T19:09:58.425Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2024-01-31T19:09:58.425Z | + mkdir -p out/downloads |
389 | 2024-01-31T19:09:58.433Z | + '[' true == true ']' |
390 | 2024-01-31T19:09:58.433Z | + echo Downloading... |
391 | 2024-01-31T19:09:58.433Z | Downloading... |
392 | 2024-01-31T19:09:58.434Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
393 | 2024-01-31T19:09:58.434Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
394 | 2024-01-31T19:09:59.143Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2024-01-31T19:09:59.143Z | ++ case "$OSTYPE" in |
396 | 2024-01-31T19:09:59.144Z | ++ SHA=sha256sum |
397 | 2024-01-31T19:09:59.144Z | ++ sha256sum |
398 | 2024-01-31T19:09:59.144Z | ++ awk '{print $1}' |
399 | 2024-01-31T19:09:59.173Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
400 | 2024-01-31T19:09:59.173Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
401 | 2024-01-31T19:09:59.194Z | + rm -rf ./out/console-assets |
402 | 2024-01-31T19:09:59.194Z | + mkdir -p ./out/console-assets |
403 | 2024-01-31T19:09:59.194Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2024-01-31T19:09:59.194Z | + mkdir -p ./out/console-assets |
405 | 2024-01-31T19:09:59.195Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2024-01-31T19:09:59.309Z | + set -o errexit |
407 | 2024-01-31T19:09:59.858Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2024-01-31T19:09:59.858Z | ++ cd ./tools |
409 | 2024-01-31T19:09:59.859Z | ++ pwd |
410 | 2024-01-31T19:09:59.859Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-01-31T19:09:59.859Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2024-01-31T19:09:59.859Z | + ARG0=ci_download_maghemite_openapi |
413 | 2024-01-31T19:09:59.860Z | + TARGET_DIR=out |
414 | 2024-01-31T19:09:59.860Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-01-31T19:09:59.860Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2024-01-31T19:09:59.860Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
417 | 2024-01-31T19:09:59.861Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
418 | 2024-01-31T19:09:59.861Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
419 | 2024-01-31T19:09:59.861Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
420 | 2024-01-31T19:09:59.861Z | + main |
421 | 2024-01-31T19:09:59.862Z | + [[ 0 != 0 ]] |
422 | 2024-01-31T19:09:59.862Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
423 | 2024-01-31T19:09:59.862Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
424 | 2024-01-31T19:09:59.862Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
425 | 2024-01-31T19:09:59.863Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
426 | 2024-01-31T19:09:59.863Z | + local DO_DOWNLOAD=true |
427 | 2024-01-31T19:09:59.863Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
428 | 2024-01-31T19:09:59.863Z | + mkdir -p out/downloads |
429 | 2024-01-31T19:09:59.863Z | + '[' true == true ']' |
430 | 2024-01-31T19:09:59.864Z | + echo Downloading... |
431 | 2024-01-31T19:09:59.864Z | Downloading... |
432 | 2024-01-31T19:09:59.864Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
433 | 2024-01-31T19:09:59.864Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
434 | 2024-01-31T19:10:00.320Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
435 | 2024-01-31T19:10:00.320Z | ++ case "$OSTYPE" in |
436 | 2024-01-31T19:10:00.320Z | ++ SHA=sha256sum |
437 | 2024-01-31T19:10:00.320Z | ++ sha256sum |
438 | 2024-01-31T19:10:00.321Z | ++ awk '{print $1}' |
439 | 2024-01-31T19:10:00.321Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
440 | 2024-01-31T19:10:00.321Z | + [[ 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 ]] |
441 | 2024-01-31T19:10:00.321Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2024-01-31T19:10:00.321Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
443 | 2024-01-31T19:10:00.321Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
444 | 2024-01-31T19:10:00.321Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
445 | 2024-01-31T19:10:00.322Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
446 | 2024-01-31T19:10:00.322Z | + main |
447 | 2024-01-31T19:10:00.322Z | + [[ 0 != 0 ]] |
448 | 2024-01-31T19:10:00.322Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
449 | 2024-01-31T19:10:00.324Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
450 | 2024-01-31T19:10:00.324Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
451 | 2024-01-31T19:10:00.324Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
452 | 2024-01-31T19:10:00.324Z | + local DO_DOWNLOAD=true |
453 | 2024-01-31T19:10:00.324Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
454 | 2024-01-31T19:10:00.324Z | + mkdir -p out/downloads |
455 | 2024-01-31T19:10:00.324Z | + '[' true == true ']' |
456 | 2024-01-31T19:10:00.324Z | + echo Downloading... |
457 | 2024-01-31T19:10:00.324Z | Downloading... |
458 | 2024-01-31T19:10:00.325Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
459 | 2024-01-31T19:10:00.325Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
460 | 2024-01-31T19:10:00.370Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
461 | 2024-01-31T19:10:00.370Z | ++ case "$OSTYPE" in |
462 | 2024-01-31T19:10:00.370Z | ++ SHA=sha256sum |
463 | 2024-01-31T19:10:00.397Z | ++ sha256sum |
464 | 2024-01-31T19:10:00.397Z | ++ awk '{print $1}' |
465 | 2024-01-31T19:10:00.398Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
466 | 2024-01-31T19:10:00.398Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
467 | 2024-01-31T19:10:00.418Z | + set -o errexit |
468 | 2024-01-31T19:10:00.420Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2024-01-31T19:10:00.420Z | ++ cd ./tools |
470 | 2024-01-31T19:10:00.420Z | ++ pwd |
471 | 2024-01-31T19:10:00.421Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2024-01-31T19:10:00.421Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2024-01-31T19:10:00.421Z | + ARG0=ci_download_dendrite_openapi |
474 | 2024-01-31T19:10:00.421Z | + TARGET_DIR=out |
475 | 2024-01-31T19:10:00.421Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-01-31T19:10:00.421Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2024-01-31T19:10:00.421Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
478 | 2024-01-31T19:10:00.421Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
479 | 2024-01-31T19:10:00.421Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
480 | 2024-01-31T19:10:00.421Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
481 | 2024-01-31T19:10:00.421Z | + main |
482 | 2024-01-31T19:10:00.421Z | + [[ 0 != 0 ]] |
483 | 2024-01-31T19:10:00.421Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
484 | 2024-01-31T19:10:00.422Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
485 | 2024-01-31T19:10:00.422Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
486 | 2024-01-31T19:10:00.422Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
487 | 2024-01-31T19:10:00.422Z | + local DO_DOWNLOAD=true |
488 | 2024-01-31T19:10:00.422Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
489 | 2024-01-31T19:10:00.422Z | + mkdir -p out/downloads |
490 | 2024-01-31T19:10:00.422Z | + '[' true == true ']' |
491 | 2024-01-31T19:10:00.422Z | + echo Downloading... |
492 | 2024-01-31T19:10:00.422Z | Downloading... |
493 | 2024-01-31T19:10:00.422Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
494 | 2024-01-31T19:10:00.422Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
495 | 2024-01-31T19:10:00.758Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
496 | 2024-01-31T19:10:00.758Z | ++ case "$OSTYPE" in |
497 | 2024-01-31T19:10:00.763Z | ++ SHA=sha256sum |
498 | 2024-01-31T19:10:00.763Z | ++ sha256sum |
499 | 2024-01-31T19:10:00.763Z | ++ awk '{print $1}' |
500 | 2024-01-31T19:10:00.767Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
501 | 2024-01-31T19:10:00.767Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
502 | 2024-01-31T19:10:00.777Z | + set -o errexit |
503 | 2024-01-31T19:10:00.782Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2024-01-31T19:10:00.782Z | ++ cd ./tools |
505 | 2024-01-31T19:10:00.782Z | ++ pwd |
506 | 2024-01-31T19:10:00.782Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2024-01-31T19:10:00.782Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2024-01-31T19:10:00.782Z | + ARG0=ci_download_dendrite_stub |
509 | 2024-01-31T19:10:00.782Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2024-01-31T19:10:00.782Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
511 | 2024-01-31T19:10:00.782Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
512 | 2024-01-31T19:10:00.782Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
513 | 2024-01-31T19:10:00.782Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2024-01-31T19:10:00.782Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
515 | 2024-01-31T19:10:00.782Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
516 | 2024-01-31T19:10:00.782Z | + TARGET_DIR=out |
517 | 2024-01-31T19:10:00.782Z | + DOWNLOAD_DIR=out/downloads |
518 | 2024-01-31T19:10:00.787Z | + DEST_DIR=./out/dendrite-stub |
519 | 2024-01-31T19:10:00.787Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2024-01-31T19:10:00.787Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2024-01-31T19:10:00.787Z | + REPO=oxidecomputer/dendrite |
522 | 2024-01-31T19:10:00.787Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
523 | 2024-01-31T19:10:00.787Z | + main |
524 | 2024-01-31T19:10:00.787Z | + [[ 0 != 0 ]] |
525 | 2024-01-31T19:10:00.787Z | + CIDL_OS=solaris2.11 |
526 | 2024-01-31T19:10:00.787Z | + [[ 0 != 0 ]] |
527 | 2024-01-31T19:10:00.787Z | + configure_os solaris2.11 |
528 | 2024-01-31T19:10:00.787Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2024-01-31T19:10:00.787Z | current directory: /work/oxidecomputer/omicron |
530 | 2024-01-31T19:10:00.787Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2024-01-31T19:10:00.787Z | configuring based on OS: "solaris2.11" |
532 | 2024-01-31T19:10:00.787Z | + case "$1" in |
533 | 2024-01-31T19:10:00.787Z | + SET_BINARIES= |
534 | 2024-01-31T19:10:00.787Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
535 | 2024-01-31T19:10:00.787Z | + CIDL_SHA256FUNC=do_sha256sum |
536 | 2024-01-31T19:10:00.788Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
537 | 2024-01-31T19:10:00.788Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
538 | 2024-01-31T19:10:00.790Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
539 | 2024-01-31T19:10:00.790Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
540 | 2024-01-31T19:10:00.790Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-01-31T19:10:00.790Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
542 | 2024-01-31T19:10:00.790Z | + mkdir -p out/downloads |
543 | 2024-01-31T19:10:00.790Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2024-01-31T19:10:00.790Z | + mkdir -p ./out/dendrite-stub |
545 | 2024-01-31T19:10:00.795Z | + fetch_and_verify |
546 | 2024-01-31T19:10:00.795Z | + local DO_DOWNLOAD=true |
547 | 2024-01-31T19:10:00.795Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2024-01-31T19:10:00.795Z | + '[' true == true ']' |
549 | 2024-01-31T19:10:00.795Z | + echo Downloading... |
550 | 2024-01-31T19:10:00.796Z | Downloading... |
551 | 2024-01-31T19:10:00.796Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2024-01-31T19:10:00.796Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
553 | 2024-01-31T19:10:07.417Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2024-01-31T19:10:07.442Z | ++ sha256sum |
555 | 2024-01-31T19:10:07.442Z | ++ awk '{print $1}' |
556 | 2024-01-31T19:10:07.525Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
557 | 2024-01-31T19:10:07.525Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
558 | 2024-01-31T19:10:07.545Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2024-01-31T19:10:07.545Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2024-01-31T19:10:08.585Z | + do_assemble |
561 | 2024-01-31T19:10:08.586Z | + rm -r ./out/dendrite-stub |
562 | 2024-01-31T19:10:08.590Z | + mkdir ./out/dendrite-stub |
563 | 2024-01-31T19:10:08.593Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2024-01-31T19:10:08.747Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2024-01-31T19:10:08.760Z | + set -o errexit |
566 | 2024-01-31T19:10:08.765Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2024-01-31T19:10:08.765Z | ++ cd ./tools |
568 | 2024-01-31T19:10:08.765Z | ++ pwd |
569 | 2024-01-31T19:10:08.765Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2024-01-31T19:10:08.770Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2024-01-31T19:10:08.770Z | + ARG0=ci_download_maghemite_mgd |
572 | 2024-01-31T19:10:08.770Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2024-01-31T19:10:08.770Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
574 | 2024-01-31T19:10:08.770Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
575 | 2024-01-31T19:10:08.770Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2024-01-31T19:10:08.771Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
577 | 2024-01-31T19:10:08.771Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
578 | 2024-01-31T19:10:08.771Z | + TARGET_DIR=out |
579 | 2024-01-31T19:10:08.771Z | + DOWNLOAD_DIR=out/downloads |
580 | 2024-01-31T19:10:08.771Z | + DEST_DIR=./out/mgd |
581 | 2024-01-31T19:10:08.771Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2024-01-31T19:10:08.771Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2024-01-31T19:10:08.771Z | + REPO=oxidecomputer/maghemite |
584 | 2024-01-31T19:10:08.771Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
585 | 2024-01-31T19:10:08.772Z | + main |
586 | 2024-01-31T19:10:08.772Z | + [[ 0 != 0 ]] |
587 | 2024-01-31T19:10:08.772Z | + CIDL_OS=solaris2.11 |
588 | 2024-01-31T19:10:08.772Z | + [[ 0 != 0 ]] |
589 | 2024-01-31T19:10:08.772Z | + configure_os solaris2.11 |
590 | 2024-01-31T19:10:08.772Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2024-01-31T19:10:08.772Z | current directory: /work/oxidecomputer/omicron |
592 | 2024-01-31T19:10:08.773Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2024-01-31T19:10:08.773Z | + case "$1" in |
594 | 2024-01-31T19:10:08.773Z | + SET_BINARIES= |
595 | 2024-01-31T19:10:08.773Z | configuring based on OS: "solaris2.11" |
596 | 2024-01-31T19:10:08.773Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-01-31T19:10:08.773Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2024-01-31T19:10:08.773Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
599 | 2024-01-31T19:10:08.774Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2024-01-31T19:10:08.774Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
601 | 2024-01-31T19:10:08.774Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
602 | 2024-01-31T19:10:08.774Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2024-01-31T19:10:08.774Z | Local file: out/downloads/mgd.tar.gz |
604 | 2024-01-31T19:10:08.774Z | + mkdir -p out/downloads |
605 | 2024-01-31T19:10:08.780Z | + mkdir -p ./out/mgd |
606 | 2024-01-31T19:10:08.780Z | + fetch_and_verify |
607 | 2024-01-31T19:10:08.780Z | + local DO_DOWNLOAD=true |
608 | 2024-01-31T19:10:08.780Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2024-01-31T19:10:08.780Z | + '[' true == true ']' |
610 | 2024-01-31T19:10:08.780Z | + echo Downloading... |
611 | 2024-01-31T19:10:08.780Z | Downloading... |
612 | 2024-01-31T19:10:08.781Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2024-01-31T19:10:08.781Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
614 | 2024-01-31T19:10:14.062Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2024-01-31T19:10:14.066Z | ++ sha256sum |
616 | 2024-01-31T19:10:14.068Z | ++ awk '{print $1}' |
617 | 2024-01-31T19:10:14.145Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
618 | 2024-01-31T19:10:14.145Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
619 | 2024-01-31T19:10:14.145Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2024-01-31T19:10:14.155Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2024-01-31T19:10:14.817Z | + do_assemble |
622 | 2024-01-31T19:10:14.817Z | + rm -r ./out/mgd |
623 | 2024-01-31T19:10:14.831Z | + mkdir ./out/mgd |
624 | 2024-01-31T19:10:14.831Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2024-01-31T19:10:15.019Z | + set -o errexit |
626 | 2024-01-31T19:10:15.022Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2024-01-31T19:10:15.025Z | ++ cd ./tools |
628 | 2024-01-31T19:10:15.026Z | ++ pwd |
629 | 2024-01-31T19:10:15.026Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2024-01-31T19:10:15.029Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2024-01-31T19:10:15.029Z | + ARG0=ci_download_transceiver_control |
632 | 2024-01-31T19:10:15.029Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2024-01-31T19:10:15.029Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2024-01-31T19:10:15.029Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2024-01-31T19:10:15.029Z | + TARGET_DIR=out |
636 | 2024-01-31T19:10:15.029Z | + DOWNLOAD_DIR=out/downloads |
637 | 2024-01-31T19:10:15.029Z | + DEST_DIR=./out/transceiver-control |
638 | 2024-01-31T19:10:15.029Z | + BIN_DIR=/opt/oxide/bin |
639 | 2024-01-31T19:10:15.029Z | + BINARY=xcvradm |
640 | 2024-01-31T19:10:15.029Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2024-01-31T19:10:15.029Z | + REPO=oxidecomputer/transceiver-control |
642 | 2024-01-31T19:10:15.030Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2024-01-31T19:10:15.030Z | + main |
644 | 2024-01-31T19:10:15.030Z | + [[ 0 != 0 ]] |
645 | 2024-01-31T19:10:15.030Z | + CIDL_OS=solaris2.11 |
646 | 2024-01-31T19:10:15.030Z | + [[ 0 != 0 ]] |
647 | 2024-01-31T19:10:15.030Z | + configure_os solaris2.11 |
648 | 2024-01-31T19:10:15.032Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2024-01-31T19:10:15.032Z | current directory: /work/oxidecomputer/omicron |
650 | 2024-01-31T19:10:15.032Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2024-01-31T19:10:15.032Z | configuring based on OS: "solaris2.11" |
652 | 2024-01-31T19:10:15.032Z | + case "$1" in |
653 | 2024-01-31T19:10:15.032Z | + SET_BINARIES= |
654 | 2024-01-31T19:10:15.032Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-01-31T19:10:15.032Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2024-01-31T19:10:15.032Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2024-01-31T19:10:15.032Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-01-31T19:10:15.032Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2024-01-31T19:10:15.032Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2024-01-31T19:10:15.032Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-01-31T19:10:15.032Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2024-01-31T19:10:15.032Z | + mkdir -p out/downloads |
663 | 2024-01-31T19:10:15.032Z | Local file: out/downloads/xcvradm.gz |
664 | 2024-01-31T19:10:15.036Z | + mkdir -p ./out/transceiver-control |
665 | 2024-01-31T19:10:15.036Z | + fetch_and_verify |
666 | 2024-01-31T19:10:15.036Z | + local DO_DOWNLOAD=true |
667 | 2024-01-31T19:10:15.036Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2024-01-31T19:10:15.036Z | + '[' true == true ']' |
669 | 2024-01-31T19:10:15.036Z | + echo Downloading... |
670 | 2024-01-31T19:10:15.036Z | Downloading... |
671 | 2024-01-31T19:10:15.036Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2024-01-31T19:10:15.036Z | + 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 |
673 | 2024-01-31T19:10:16.656Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2024-01-31T19:10:16.659Z | ++ sha256sum |
675 | 2024-01-31T19:10:16.659Z | ++ awk '{print $1}' |
676 | 2024-01-31T19:10:16.682Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-01-31T19:10:16.682Z | + [[ 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 ]] |
678 | 2024-01-31T19:10:16.686Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2024-01-31T19:10:16.686Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2024-01-31T19:10:16.686Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2024-01-31T19:10:16.871Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2024-01-31T19:10:16.884Z | + do_assemble |
683 | 2024-01-31T19:10:16.884Z | + rm -r ./out/transceiver-control |
684 | 2024-01-31T19:10:16.884Z | + mkdir ./out/transceiver-control |
685 | 2024-01-31T19:10:16.884Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2024-01-31T19:10:17.137Z | All prerequisites installed successfully |
687 | 2024-01-31T19:10:17.140Z | |
688 | 2024-01-31T19:10:17.140Z | real 1:48.955710236 |
689 | 2024-01-31T19:10:17.140Z | user 52.043876494 |
690 | 2024-01-31T19:10:17.140Z | sys 10.122458897 |
691 | 2024-01-31T19:10:17.140Z | trap 0.025851934 |
692 | 2024-01-31T19:10:17.140Z | tflt 0.188136425 |
693 | 2024-01-31T19:10:17.140Z | dflt 0.322705057 |
694 | 2024-01-31T19:10:17.140Z | kflt 0.164480787 |
695 | 2024-01-31T19:10:17.141Z | lock 2.314680418 |
696 | 2024-01-31T19:10:17.141Z | slp 3:16.604990476 |
697 | 2024-01-31T19:10:17.141Z | lat 3.322057475 |
698 | 2024-01-31T19:10:17.141Z | stop 0.068604458 |
699 | 2024-01-31T19:10:17.141Z | + banner end-to-end-tests |
700 | 2024-01-31T19:10:17.145Z | |
701 | 2024-01-31T19:10:17.145Z | ###### # # ##### ##### #### ###### # # ##### |
702 | 2024-01-31T19:10:17.145Z | # ## # # # # # # # ## # # # |
703 | 2024-01-31T19:10:17.145Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
704 | 2024-01-31T19:10:17.145Z | # # # # # # # # # # # # # # # |
705 | 2024-01-31T19:10:17.145Z | # # ## # # # # # # # ## # # |
706 | 2024-01-31T19:10:17.145Z | ###### # # ##### # #### ###### # # ##### |
707 | 2024-01-31T19:10:17.146Z | |
708 | 2024-01-31T19:10:17.146Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2024-01-31T19:10:17.146Z | + CARGO_PROFILE_DEV_DEBUG=1 |
710 | 2024-01-31T19:10:17.146Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2024-01-31T19:10:17.146Z | + CARGO_PROFILE_TEST_DEBUG=1 |
712 | 2024-01-31T19:10:17.146Z | + export CARGO_INCREMENTAL=0 |
713 | 2024-01-31T19:10:17.146Z | + CARGO_INCREMENTAL=0 |
714 | 2024-01-31T19:10:17.146Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
715 | 2024-01-31T19:10:17.556Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
716 | 2024-01-31T19:10:17.978Z | Updating crates.io index |
717 | 2024-01-31T19:10:18.004Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
718 | 2024-01-31T19:10:18.905Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
719 | 2024-01-31T19:10:21.433Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
720 | 2024-01-31T19:10:22.103Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
721 | 2024-01-31T19:10:22.421Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
722 | 2024-01-31T19:10:22.717Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
723 | 2024-01-31T19:10:23.028Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
724 | 2024-01-31T19:10:24.043Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
725 | 2024-01-31T19:10:27.344Z | Updating git repository `https://github.com/oxidecomputer/opte` |
726 | 2024-01-31T19:10:28.559Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
727 | 2024-01-31T19:10:28.925Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
728 | 2024-01-31T19:10:29.509Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
729 | 2024-01-31T19:10:30.854Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
730 | 2024-01-31T19:10:31.166Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
731 | 2024-01-31T19:10:31.480Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
732 | 2024-01-31T19:10:31.845Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
733 | 2024-01-31T19:10:32.314Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
734 | 2024-01-31T19:10:32.742Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
735 | 2024-01-31T19:10:33.285Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
736 | 2024-01-31T19:10:33.736Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
737 | 2024-01-31T19:10:34.075Z | Updating git repository `https://github.com/jgallagher/nix` |
738 | 2024-01-31T19:10:35.415Z | Updating git repository `https://github.com/cbiffle/hubpack` |
739 | 2024-01-31T19:10:35.876Z | Updating git repository `https://github.com/oxidecomputer/typify` |
740 | 2024-01-31T19:10:37.619Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
741 | 2024-01-31T19:10:38.006Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
742 | 2024-01-31T19:10:38.318Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
743 | 2024-01-31T19:10:39.912Z | Downloading crates ... |
744 | 2024-01-31T19:10:40.203Z | Downloaded async-stream-impl v0.3.5 |
745 | 2024-01-31T19:10:40.207Z | Downloaded atty v0.2.14 |
746 | 2024-01-31T19:10:40.207Z | Downloaded curve25519-dalek-derive v0.1.0 |
747 | 2024-01-31T19:10:40.208Z | Downloaded ciborium-io v0.2.2 |
748 | 2024-01-31T19:10:40.208Z | Downloaded adler v1.0.2 |
749 | 2024-01-31T19:10:40.208Z | Downloaded addr2line v0.21.0 |
750 | 2024-01-31T19:10:40.208Z | Downloaded block-padding v0.3.3 |
751 | 2024-01-31T19:10:40.226Z | Downloaded colorchoice v1.0.0 |
752 | 2024-01-31T19:10:40.226Z | Downloaded async-stream v0.3.5 |
753 | 2024-01-31T19:10:40.239Z | Downloaded normalize-line-endings v0.3.0 |
754 | 2024-01-31T19:10:40.239Z | Downloaded bit-vec v0.6.3 |
755 | 2024-01-31T19:10:40.239Z | Downloaded parse-display v0.8.2 |
756 | 2024-01-31T19:10:40.239Z | Downloaded num_threads v0.1.6 |
757 | 2024-01-31T19:10:40.239Z | Downloaded plain v0.2.3 |
758 | 2024-01-31T19:10:40.253Z | Downloaded num_enum_derive v0.5.11 |
759 | 2024-01-31T19:10:40.253Z | Downloaded openssl-macros v0.1.1 |
760 | 2024-01-31T19:10:40.253Z | Downloaded argon2 v0.5.3 |
761 | 2024-01-31T19:10:40.264Z | Downloaded ciborium v0.2.2 |
762 | 2024-01-31T19:10:40.265Z | Downloaded num_enum v0.5.11 |
763 | 2024-01-31T19:10:40.271Z | Downloaded phf_shared v0.10.0 |
764 | 2024-01-31T19:10:40.279Z | Downloaded pkg-config v0.3.27 |
765 | 2024-01-31T19:10:40.279Z | Downloaded paste v1.0.14 |
766 | 2024-01-31T19:10:40.285Z | Downloaded pretty-hex v0.4.1 |
767 | 2024-01-31T19:10:40.329Z | Downloaded cipher v0.4.4 |
768 | 2024-01-31T19:10:40.355Z | Downloaded tinyvec_macros v0.1.1 |
769 | 2024-01-31T19:10:40.355Z | Downloaded ahash v0.8.6 |
770 | 2024-01-31T19:10:40.356Z | Downloaded precomputed-hash v0.1.1 |
771 | 2024-01-31T19:10:40.356Z | Downloaded option-ext v0.2.0 |
772 | 2024-01-31T19:10:40.356Z | Downloaded usdt-attr-macro v0.5.0 |
773 | 2024-01-31T19:10:40.356Z | Downloaded libsw v3.3.1 |
774 | 2024-01-31T19:10:40.356Z | Downloaded polyval v0.6.1 |
775 | 2024-01-31T19:10:40.356Z | Downloaded ctr v0.9.2 |
776 | 2024-01-31T19:10:40.356Z | Downloaded quick-error v1.2.3 |
777 | 2024-01-31T19:10:40.356Z | Downloaded proc-macro-error-attr v1.0.4 |
778 | 2024-01-31T19:10:40.356Z | Downloaded primeorder v0.13.6 |
779 | 2024-01-31T19:10:40.356Z | Downloaded num v0.4.1 |
780 | 2024-01-31T19:10:40.356Z | Downloaded foreign-types v0.3.2 |
781 | 2024-01-31T19:10:40.356Z | Downloaded dtrace-parser v0.2.0 |
782 | 2024-01-31T19:10:40.356Z | Downloaded native-tls v0.2.11 |
783 | 2024-01-31T19:10:40.376Z | Downloaded pest_derive v2.7.6 |
784 | 2024-01-31T19:10:40.376Z | Downloaded dirs-sys v0.4.1 |
785 | 2024-01-31T19:10:40.376Z | Downloaded opaque-debug v0.3.0 |
786 | 2024-01-31T19:10:40.376Z | Downloaded der_derive v0.7.2 |
787 | 2024-01-31T19:10:40.376Z | Downloaded blake2 v0.10.6 |
788 | 2024-01-31T19:10:40.376Z | Downloaded percent-encoding v2.3.1 |
789 | 2024-01-31T19:10:40.376Z | Downloaded anstyle v1.0.2 |
790 | 2024-01-31T19:10:40.376Z | Downloaded predicates-core v1.0.6 |
791 | 2024-01-31T19:10:40.376Z | Downloaded thread-id v4.2.0 |
792 | 2024-01-31T19:10:40.376Z | Downloaded zerocopy v0.3.0 |
793 | 2024-01-31T19:10:40.377Z | Downloaded hubpack_derive v0.1.1 |
794 | 2024-01-31T19:10:40.377Z | Downloaded dirs-next v2.0.0 |
795 | 2024-01-31T19:10:40.389Z | Downloaded terminal_size v0.2.6 |
796 | 2024-01-31T19:10:40.391Z | Downloaded postgres-types v0.2.6 |
797 | 2024-01-31T19:10:40.391Z | Downloaded cpufeatures v0.2.12 |
798 | 2024-01-31T19:10:40.391Z | Downloaded parking_lot_core v0.8.6 |
799 | 2024-01-31T19:10:40.405Z | Downloaded siphasher v0.3.11 |
800 | 2024-01-31T19:10:40.405Z | Downloaded pem-rfc7468 v0.7.0 |
801 | 2024-01-31T19:10:40.405Z | Downloaded utf8parse v0.2.1 |
802 | 2024-01-31T19:10:40.405Z | Downloaded structmeta v0.2.0 |
803 | 2024-01-31T19:10:40.405Z | Downloaded pbkdf2 v0.11.0 |
804 | 2024-01-31T19:10:40.415Z | Downloaded hyper-staticfile v0.9.5 |
805 | 2024-01-31T19:10:40.416Z | Downloaded ident_case v1.0.1 |
806 | 2024-01-31T19:10:40.416Z | Downloaded arc-swap v1.6.0 |
807 | 2024-01-31T19:10:40.853Z | Downloaded ghash v0.5.0 |
808 | 2024-01-31T19:10:40.853Z | Downloaded anstyle-parse v0.2.1 |
809 | 2024-01-31T19:10:40.853Z | Downloaded display-error-chain v0.2.0 |
810 | 2024-01-31T19:10:40.853Z | Downloaded iana-time-zone v0.1.57 |
811 | 2024-01-31T19:10:40.853Z | Downloaded slog-async v2.8.0 |
812 | 2024-01-31T19:10:40.853Z | Downloaded thread_local v1.1.7 |
813 | 2024-01-31T19:10:40.853Z | Downloaded pkcs8 v0.10.2 |
814 | 2024-01-31T19:10:40.853Z | Downloaded once_cell v1.19.0 |
815 | 2024-01-31T19:10:40.853Z | Downloaded thiserror-no-std v2.0.2 |
816 | 2024-01-31T19:10:40.853Z | Downloaded num-integer v0.1.45 |
817 | 2024-01-31T19:10:40.853Z | Downloaded unicode-width v0.1.11 |
818 | 2024-01-31T19:10:40.853Z | Downloaded futures-core v0.3.30 |
819 | 2024-01-31T19:10:40.853Z | Downloaded enum-as-inner v0.5.1 |
820 | 2024-01-31T19:10:40.853Z | Downloaded tokio-rustls v0.25.0 |
821 | 2024-01-31T19:10:40.853Z | Downloaded crossbeam-utils v0.8.16 |
822 | 2024-01-31T19:10:40.853Z | Downloaded swrite v0.1.0 |
823 | 2024-01-31T19:10:40.853Z | Downloaded scheduled-thread-pool v0.2.7 |
824 | 2024-01-31T19:10:40.854Z | Downloaded slog-json v2.6.1 |
825 | 2024-01-31T19:10:40.854Z | Downloaded foreign-types-macros v0.2.3 |
826 | 2024-01-31T19:10:40.854Z | Downloaded fxhash v0.2.1 |
827 | 2024-01-31T19:10:40.854Z | Downloaded slog-dtrace v0.3.0 |
828 | 2024-01-31T19:10:40.854Z | Downloaded same-file v1.0.6 |
829 | 2024-01-31T19:10:40.854Z | Downloaded foreign-types v0.5.0 |
830 | 2024-01-31T19:10:40.854Z | Downloaded lalrpop-util v0.19.12 |
831 | 2024-01-31T19:10:40.854Z | Downloaded anyhow v1.0.75 |
832 | 2024-01-31T19:10:40.861Z | Downloaded equivalent v1.0.1 |
833 | 2024-01-31T19:10:40.861Z | Downloaded dof v0.1.5 |
834 | 2024-01-31T19:10:40.861Z | Downloaded zeroize_derive v1.4.2 |
835 | 2024-01-31T19:10:40.861Z | Downloaded usdt v0.3.5 |
836 | 2024-01-31T19:10:40.861Z | Downloaded const-oid v0.9.5 |
837 | 2024-01-31T19:10:40.861Z | Downloaded unicode-bidi v0.3.13 |
838 | 2024-01-31T19:10:40.861Z | Downloaded usdt-macro v0.5.0 |
839 | 2024-01-31T19:10:40.862Z | Downloaded darling_core v0.20.3 |
840 | 2024-01-31T19:10:40.862Z | Downloaded usdt-attr-macro v0.3.5 |
841 | 2024-01-31T19:10:40.862Z | Downloaded sct v0.7.0 |
842 | 2024-01-31T19:10:40.862Z | Downloaded smf v0.2.2 |
843 | 2024-01-31T19:10:40.862Z | Downloaded endian-type v0.1.2 |
844 | 2024-01-31T19:10:40.862Z | Downloaded rand_chacha v0.2.2 |
845 | 2024-01-31T19:10:40.862Z | Downloaded serde_tokenstream v0.1.7 |
846 | 2024-01-31T19:10:40.862Z | Downloaded scroll_derive v0.12.0 |
847 | 2024-01-31T19:10:40.862Z | Downloaded rustversion v1.0.14 |
848 | 2024-01-31T19:10:40.862Z | Downloaded fastrand v2.0.0 |
849 | 2024-01-31T19:10:40.862Z | Downloaded hmac v0.12.1 |
850 | 2024-01-31T19:10:40.862Z | Downloaded unicode-ident v1.0.12 |
851 | 2024-01-31T19:10:40.862Z | Downloaded take_mut v0.2.2 |
852 | 2024-01-31T19:10:40.862Z | Downloaded subprocess v0.2.9 |
853 | 2024-01-31T19:10:40.862Z | Downloaded r2d2 v0.8.10 |
854 | 2024-01-31T19:10:40.862Z | Downloaded num-derive v0.4.0 |
855 | 2024-01-31T19:10:40.862Z | Downloaded ff v0.13.0 |
856 | 2024-01-31T19:10:40.862Z | Downloaded httpdate v1.0.3 |
857 | 2024-01-31T19:10:40.862Z | Downloaded uuid v1.7.0 |
858 | 2024-01-31T19:10:40.862Z | Downloaded utf-8 v0.7.6 |
859 | 2024-01-31T19:10:40.862Z | Downloaded tokio-native-tls v0.3.1 |
860 | 2024-01-31T19:10:40.862Z | Downloaded time-core v0.1.1 |
861 | 2024-01-31T19:10:40.863Z | Downloaded heck v0.4.1 |
862 | 2024-01-31T19:10:40.863Z | Downloaded slab v0.4.9 |
863 | 2024-01-31T19:10:40.863Z | Downloaded slog-scope v4.4.0 |
864 | 2024-01-31T19:10:40.863Z | Downloaded platforms v3.0.2 |
865 | 2024-01-31T19:10:40.863Z | Downloaded want v0.3.1 |
866 | 2024-01-31T19:10:40.863Z | Downloaded resolv-conf v0.7.0 |
867 | 2024-01-31T19:10:40.863Z | Downloaded spin v0.5.2 |
868 | 2024-01-31T19:10:40.863Z | Downloaded slog-envlogger v2.2.0 |
869 | 2024-01-31T19:10:40.863Z | Downloaded semver v0.11.0 |
870 | 2024-01-31T19:10:40.863Z | Downloaded thiserror-impl-no-std v2.0.2 |
871 | 2024-01-31T19:10:40.863Z | Downloaded trust-dns-client v0.22.0 |
872 | 2024-01-31T19:10:40.863Z | Downloaded russh-cryptovec v0.7.0 |
873 | 2024-01-31T19:10:40.863Z | Downloaded foreign-types-shared v0.3.1 |
874 | 2024-01-31T19:10:40.864Z | Downloaded either v1.9.0 |
875 | 2024-01-31T19:10:40.864Z | Downloaded crossbeam-channel v0.5.8 |
876 | 2024-01-31T19:10:40.864Z | Downloaded unicode-xid v0.2.4 |
877 | 2024-01-31T19:10:40.864Z | Downloaded structmeta-derive v0.2.0 |
878 | 2024-01-31T19:10:40.864Z | Downloaded thiserror v1.0.56 |
879 | 2024-01-31T19:10:40.864Z | Downloaded usdt-macro v0.3.5 |
880 | 2024-01-31T19:10:40.864Z | Downloaded try-lock v0.2.4 |
881 | 2024-01-31T19:10:40.864Z | Downloaded half v2.3.1 |
882 | 2024-01-31T19:10:40.864Z | Downloaded toml_datetime v0.6.5 |
883 | 2024-01-31T19:10:40.864Z | Downloaded spki v0.7.2 |
884 | 2024-01-31T19:10:40.864Z | Downloaded subtle v2.5.0 |
885 | 2024-01-31T19:10:40.864Z | Downloaded time-macros v0.2.13 |
886 | 2024-01-31T19:10:40.864Z | Downloaded hyper-tls v0.5.0 |
887 | 2024-01-31T19:10:40.864Z | Downloaded hex v0.4.3 |
888 | 2024-01-31T19:10:40.864Z | Downloaded rustc_version v0.4.0 |
889 | 2024-01-31T19:10:40.865Z | Downloaded hash32 v0.3.1 |
890 | 2024-01-31T19:10:40.865Z | Downloaded rustc_version v0.1.7 |
891 | 2024-01-31T19:10:40.865Z | Downloaded usdt v0.5.0 |
892 | 2024-01-31T19:10:40.865Z | Downloaded signal-hook-registry v1.4.1 |
893 | 2024-01-31T19:10:40.865Z | Downloaded serde_with_macros v3.5.1 |
894 | 2024-01-31T19:10:40.865Z | Downloaded generic-array v0.14.7 |
895 | 2024-01-31T19:10:40.865Z | Downloaded ryu v1.0.15 |
896 | 2024-01-31T19:10:40.865Z | Downloaded slog-stdlog v4.1.1 |
897 | 2024-01-31T19:10:40.865Z | Downloaded toolchain_find v0.2.0 |
898 | 2024-01-31T19:10:40.865Z | Downloaded password-hash v0.4.2 |
899 | 2024-01-31T19:10:40.865Z | Downloaded untrusted v0.9.0 |
900 | 2024-01-31T19:10:40.865Z | Downloaded schemars_derive v0.8.16 |
901 | 2024-01-31T19:10:40.865Z | Downloaded sha1 v0.10.6 |
902 | 2024-01-31T19:10:40.865Z | Downloaded untrusted v0.7.1 |
903 | 2024-01-31T19:10:40.865Z | Downloaded dirs-sys-next v0.1.2 |
904 | 2024-01-31T19:10:40.865Z | Downloaded ecdsa v0.16.9 |
905 | 2024-01-31T19:10:40.865Z | Downloaded httparse v1.8.0 |
906 | 2024-01-31T19:10:40.865Z | Downloaded serde_urlencoded v0.7.1 |
907 | 2024-01-31T19:10:40.896Z | Downloaded semver v0.1.20 |
908 | 2024-01-31T19:10:40.896Z | Downloaded embedded-io v0.4.0 |
909 | 2024-01-31T19:10:40.896Z | Downloaded fixedbitset v0.4.2 |
910 | 2024-01-31T19:10:40.896Z | Downloaded stable_deref_trait v1.2.0 |
911 | 2024-01-31T19:10:40.896Z | Downloaded http-range v0.1.5 |
912 | 2024-01-31T19:10:40.897Z | Downloaded futures-sink v0.3.30 |
913 | 2024-01-31T19:10:40.897Z | Downloaded sec1 v0.7.3 |
914 | 2024-01-31T19:10:40.897Z | Downloaded signature v2.1.0 |
915 | 2024-01-31T19:10:40.897Z | Downloaded spin v0.9.8 |
916 | 2024-01-31T19:10:40.897Z | Downloaded futures-macro v0.3.30 |
917 | 2024-01-31T19:10:40.897Z | Downloaded aes v0.8.3 |
918 | 2024-01-31T19:10:40.897Z | Downloaded scopeguard v1.2.0 |
919 | 2024-01-31T19:10:40.897Z | Downloaded rustc-demangle v0.1.23 |
920 | 2024-01-31T19:10:40.897Z | Downloaded serde_derive_internals v0.26.0 |
921 | 2024-01-31T19:10:40.897Z | Downloaded russh-keys v0.40.1 |
922 | 2024-01-31T19:10:40.898Z | Downloaded sha2 v0.10.8 |
923 | 2024-01-31T19:10:40.898Z | Downloaded slog-bunyan v2.5.0 |
924 | 2024-01-31T19:10:40.898Z | Downloaded slog-term v2.9.0 |
925 | 2024-01-31T19:10:40.898Z | Downloaded indexmap v2.1.0 |
926 | 2024-01-31T19:10:40.898Z | Downloaded lazy_static v1.4.0 |
927 | 2024-01-31T19:10:40.898Z | Downloaded headers v0.3.9 |
928 | 2024-01-31T19:10:40.898Z | Downloaded fallible-iterator v0.2.0 |
929 | 2024-01-31T19:10:40.898Z | Downloaded num-bigint v0.4.4 |
930 | 2024-01-31T19:10:40.898Z | Downloaded rustls-pemfile v1.0.3 |
931 | 2024-01-31T19:10:40.898Z | Downloaded yasna v0.5.2 |
932 | 2024-01-31T19:10:40.898Z | Downloaded version_check v0.9.4 |
933 | 2024-01-31T19:10:40.898Z | Downloaded serde_path_to_error v0.1.15 |
934 | 2024-01-31T19:10:40.898Z | Downloaded walkdir v2.4.0 |
935 | 2024-01-31T19:10:40.898Z | Downloaded smallvec v1.11.2 |
936 | 2024-01-31T19:10:40.898Z | Downloaded parking_lot_core v0.9.8 |
937 | 2024-01-31T19:10:40.898Z | Downloaded num-complex v0.4.4 |
938 | 2024-01-31T19:10:40.898Z | Downloaded secrecy v0.8.0 |
939 | 2024-01-31T19:10:40.898Z | Downloaded futures v0.3.30 |
940 | 2024-01-31T19:10:40.899Z | Downloaded indexmap v1.9.3 |
941 | 2024-01-31T19:10:40.899Z | Downloaded rcgen v0.12.1 |
942 | 2024-01-31T19:10:40.909Z | Downloaded structopt v0.3.26 |
943 | 2024-01-31T19:10:40.909Z | Downloaded vsss-rs v3.3.4 |
944 | 2024-01-31T19:10:40.909Z | Downloaded serde_derive v1.0.195 |
945 | 2024-01-31T19:10:40.909Z | Downloaded toml v0.8.8 |
946 | 2024-01-31T19:10:40.909Z | Downloaded rand_core v0.6.4 |
947 | 2024-01-31T19:10:40.909Z | Downloaded tempfile v3.9.0 |
948 | 2024-01-31T19:10:40.909Z | Downloaded hashbrown v0.13.2 |
949 | 2024-01-31T19:10:40.917Z | Downloaded signal-hook v0.3.17 |
950 | 2024-01-31T19:10:40.922Z | Downloaded hashbrown v0.12.3 |
951 | 2024-01-31T19:10:40.927Z | Downloaded owo-colors v4.0.0 |
952 | 2024-01-31T19:10:40.932Z | Downloaded ucd-trie v0.1.6 |
953 | 2024-01-31T19:10:40.941Z | Downloaded socket2 v0.5.5 |
954 | 2024-01-31T19:10:40.941Z | Downloaded ed25519-dalek v2.0.0 |
955 | 2024-01-31T19:10:41.362Z | Downloaded tokio-tungstenite v0.20.1 |
956 | 2024-01-31T19:10:41.362Z | Downloaded tungstenite v0.20.1 |
957 | 2024-01-31T19:10:41.362Z | Downloaded serde_yaml v0.9.25 |
958 | 2024-01-31T19:10:41.366Z | Downloaded trust-dns-server v0.22.1 |
959 | 2024-01-31T19:10:41.366Z | Downloaded schemars v0.8.16 |
960 | 2024-01-31T19:10:41.366Z | Downloaded flate2 v1.0.28 |
961 | 2024-01-31T19:10:41.367Z | Downloaded tokio-util v0.7.10 |
962 | 2024-01-31T19:10:41.367Z | Downloaded heapless v0.8.0 |
963 | 2024-01-31T19:10:41.367Z | Downloaded toml_edit v0.19.15 |
964 | 2024-01-31T19:10:41.367Z | Downloaded toml_edit v0.21.0 |
965 | 2024-01-31T19:10:41.367Z | Downloaded hkdf v0.12.4 |
966 | 2024-01-31T19:10:41.367Z | Downloaded clap v2.34.0 |
967 | 2024-01-31T19:10:41.367Z | Downloaded rand v0.8.5 |
968 | 2024-01-31T19:10:41.367Z | Downloaded serde_with v3.5.1 |
969 | 2024-01-31T19:10:41.367Z | Downloaded unicode-normalization v0.1.22 |
970 | 2024-01-31T19:10:41.367Z | Downloaded rand v0.7.3 |
971 | 2024-01-31T19:10:41.367Z | Downloaded serde_json v1.0.113 |
972 | 2024-01-31T19:10:41.367Z | Downloaded itertools v0.12.0 |
973 | 2024-01-31T19:10:41.367Z | Downloaded winnow v0.5.15 |
974 | 2024-01-31T19:10:41.368Z | Downloaded reqwest v0.11.22 |
975 | 2024-01-31T19:10:41.368Z | Downloaded webpki-roots v0.25.2 |
976 | 2024-01-31T19:10:41.368Z | Downloaded syn v2.0.48 |
977 | 2024-01-31T19:10:41.368Z | Downloaded openssl v0.10.60 |
978 | 2024-01-31T19:10:41.368Z | Downloaded goblin v0.8.0 |
979 | 2024-01-31T19:10:41.368Z | Downloaded rustls-webpki v0.102.1 |
980 | 2024-01-31T19:10:41.368Z | Downloaded hyper v0.14.27 |
981 | 2024-01-31T19:10:41.368Z | Downloaded radix_trie v0.2.1 |
982 | 2024-01-31T19:10:41.368Z | Downloaded vcpkg v0.2.15 |
983 | 2024-01-31T19:10:41.381Z | Downloaded regress v0.7.1 |
984 | 2024-01-31T19:10:41.804Z | Downloaded rustix v0.38.30 |
985 | 2024-01-31T19:10:42.307Z | Downloaded rustls v0.22.2 |
986 | 2024-01-31T19:10:42.307Z | Downloaded zerocopy-derive v0.6.4 |
987 | 2024-01-31T19:10:42.307Z | Downloaded bstr v0.2.17 |
988 | 2024-01-31T19:10:42.307Z | Downloaded idna v0.5.0 |
989 | 2024-01-31T19:10:42.307Z | Downloaded tokio v1.35.1 |
990 | 2024-01-31T19:10:42.307Z | Downloaded object v0.32.1 |
991 | 2024-01-31T19:10:42.307Z | Downloaded rustix v0.37.23 |
992 | 2024-01-31T19:10:42.307Z | Downloaded curve25519-dalek v4.1.1 |
993 | 2024-01-31T19:10:42.307Z | Downloaded bstr v1.6.0 |
994 | 2024-01-31T19:10:42.307Z | Downloaded regex-syntax v0.7.5 |
995 | 2024-01-31T19:10:42.307Z | Downloaded regex-syntax v0.8.2 |
996 | 2024-01-31T19:10:42.307Z | Downloaded smoltcp v0.11.0 |
997 | 2024-01-31T19:10:42.307Z | Downloaded regex v1.10.3 |
998 | 2024-01-31T19:10:42.307Z | Downloaded sled v0.34.7 |
999 | 2024-01-31T19:10:42.308Z | Downloaded openapiv3 v2.0.0 |
1000 | 2024-01-31T19:10:42.308Z | Downloaded smoltcp v0.9.1 |
1001 | 2024-01-31T19:10:42.308Z | Downloaded zerocopy-derive v0.2.0 |
1002 | 2024-01-31T19:10:42.308Z | Downloaded rustls v0.21.9 |
1003 | 2024-01-31T19:10:42.341Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1004 | 2024-01-31T19:10:42.341Z | Downloaded regex-automata v0.4.4 |
1005 | 2024-01-31T19:10:42.341Z | Downloaded libc v0.2.152 |
1006 | 2024-01-31T19:10:42.341Z | Downloaded regex-automata v0.3.8 |
1007 | 2024-01-31T19:10:42.341Z | Downloaded syn v1.0.109 |
1008 | 2024-01-31T19:10:42.341Z | Downloaded idna v0.2.3 |
1009 | 2024-01-31T19:10:42.341Z | Downloaded gimli v0.28.0 |
1010 | 2024-01-31T19:10:42.341Z | Downloaded trust-dns-proto v0.22.0 |
1011 | 2024-01-31T19:10:42.342Z | Downloaded sha3 v0.10.8 |
1012 | 2024-01-31T19:10:42.342Z | Downloaded diesel v2.1.4 |
1013 | 2024-01-31T19:10:42.342Z | Downloaded futures-util v0.3.30 |
1014 | 2024-01-31T19:10:42.342Z | Downloaded rustls-webpki v0.101.7 |
1015 | 2024-01-31T19:10:42.342Z | Downloaded h2 v0.3.24 |
1016 | 2024-01-31T19:10:42.342Z | Downloaded time v0.3.27 |
1017 | 2024-01-31T19:10:42.342Z | Downloaded chrono v0.4.31 |
1018 | 2024-01-31T19:10:42.342Z | Downloaded hashbrown v0.14.2 |
1019 | 2024-01-31T19:10:42.342Z | Downloaded zerocopy v0.7.32 |
1020 | 2024-01-31T19:10:42.342Z | Downloaded winapi v0.3.9 |
1021 | 2024-01-31T19:10:42.342Z | Downloaded encoding_rs v0.8.33 |
1022 | 2024-01-31T19:10:42.342Z | Downloaded itertools v0.10.5 |
1023 | 2024-01-31T19:10:42.342Z | Downloaded unicode-segmentation v1.10.1 |
1024 | 2024-01-31T19:10:42.342Z | Downloaded clap_builder v4.4.2 |
1025 | 2024-01-31T19:10:42.350Z | Downloaded regex-automata v0.1.10 |
1026 | 2024-01-31T19:10:42.350Z | Downloaded http v0.2.11 |
1027 | 2024-01-31T19:10:42.350Z | Downloaded hostname v0.3.1 |
1028 | 2024-01-31T19:10:42.350Z | Downloaded steno v0.4.0 |
1029 | 2024-01-31T19:10:42.358Z | Downloaded socket2 v0.4.9 |
1030 | 2024-01-31T19:10:42.358Z | Downloaded tar v0.4.40 |
1031 | 2024-01-31T19:10:42.358Z | Downloaded crossterm v0.27.0 |
1032 | 2024-01-31T19:10:42.374Z | Downloaded num-traits v0.2.16 |
1033 | 2024-01-31T19:10:42.399Z | Downloaded elliptic-curve v0.13.8 |
1034 | 2024-01-31T19:10:42.399Z | Downloaded russh v0.40.2 |
1035 | 2024-01-31T19:10:42.400Z | Downloaded tracing v0.1.37 |
1036 | 2024-01-31T19:10:42.407Z | Downloaded serde v1.0.195 |
1037 | 2024-01-31T19:10:42.407Z | Downloaded tokio-postgres v0.7.10 |
1038 | 2024-01-31T19:10:42.436Z | Downloaded http v1.0.0 |
1039 | 2024-01-31T19:10:42.444Z | Downloaded inout v0.1.3 |
1040 | 2024-01-31T19:10:42.449Z | Downloaded toml v0.7.8 |
1041 | 2024-01-31T19:10:42.457Z | Downloaded zerocopy v0.6.4 |
1042 | 2024-01-31T19:10:42.461Z | Downloaded structopt-derive v0.4.18 |
1043 | 2024-01-31T19:10:42.466Z | Downloaded quote v1.0.35 |
1044 | 2024-01-31T19:10:42.497Z | Downloaded aho-corasick v1.0.4 |
1045 | 2024-01-31T19:10:42.504Z | Downloaded semver v1.0.21 |
1046 | 2024-01-31T19:10:42.504Z | Downloaded futures-io v0.3.30 |
1047 | 2024-01-31T19:10:42.504Z | Downloaded pest v2.7.6 |
1048 | 2024-01-31T19:10:42.512Z | Downloaded nom v7.1.3 |
1049 | 2024-01-31T19:10:42.516Z | Downloaded aes-gcm v0.10.3 |
1050 | 2024-01-31T19:10:42.523Z | Downloaded dof v0.3.0 |
1051 | 2024-01-31T19:10:42.531Z | Downloaded trust-dns-resolver v0.22.0 |
1052 | 2024-01-31T19:10:42.542Z | Downloaded heapless v0.7.16 |
1053 | 2024-01-31T19:10:42.545Z | Downloaded url v2.5.0 |
1054 | 2024-01-31T19:10:42.545Z | Downloaded libm v0.2.7 |
1055 | 2024-01-31T19:10:42.567Z | Downloaded num-iter v0.1.43 |
1056 | 2024-01-31T19:10:42.573Z | Downloaded slog v2.7.0 |
1057 | 2024-01-31T19:10:42.573Z | Downloaded heck v0.3.3 |
1058 | 2024-01-31T19:10:42.573Z | Downloaded glob v0.3.1 |
1059 | 2024-01-31T19:10:42.573Z | Downloaded filetime v0.2.23 |
1060 | 2024-01-31T19:10:42.600Z | Downloaded strsim v0.10.0 |
1061 | 2024-01-31T19:10:42.600Z | Downloaded http-body v0.4.5 |
1062 | 2024-01-31T19:10:42.628Z | Downloaded futures-channel v0.3.30 |
1063 | 2024-01-31T19:10:42.628Z | Downloaded similar v2.3.0 |
1064 | 2024-01-31T19:10:42.628Z | Downloaded zip v0.6.6 |
1065 | 2024-01-31T19:10:42.628Z | Downloaded signal-hook-mio v0.2.3 |
1066 | 2024-01-31T19:10:42.628Z | Downloaded vec_map v0.8.2 |
1067 | 2024-01-31T19:10:42.634Z | Downloaded io-lifetimes v1.0.11 |
1068 | 2024-01-31T19:10:42.635Z | Downloaded toml v0.5.11 |
1069 | 2024-01-31T19:10:42.635Z | Downloaded flagset v0.4.3 |
1070 | 2024-01-31T19:10:42.635Z | Downloaded ed25519 v2.2.2 |
1071 | 2024-01-31T19:10:42.635Z | Downloaded tokio-rustls v0.24.1 |
1072 | 2024-01-31T19:10:42.635Z | Downloaded typenum v1.16.0 |
1073 | 2024-01-31T19:10:42.635Z | Downloaded form_urlencoded v1.2.1 |
1074 | 2024-01-31T19:10:42.636Z | Downloaded thiserror-impl v1.0.56 |
1075 | 2024-01-31T19:10:42.636Z | Downloaded memchr v2.6.3 |
1076 | 2024-01-31T19:10:42.640Z | Downloaded zeroize v1.7.0 |
1077 | 2024-01-31T19:10:42.646Z | Downloaded whoami v1.4.1 |
1078 | 2024-01-31T19:10:42.650Z | Downloaded rustls-pki-types v1.1.0 |
1079 | 2024-01-31T19:10:42.653Z | Downloaded tokio-stream v0.1.14 |
1080 | 2024-01-31T19:10:42.666Z | Downloaded crc32fast v1.3.2 |
1081 | 2024-01-31T19:10:42.671Z | Downloaded scroll v0.12.0 |
1082 | 2024-01-31T19:10:42.671Z | Downloaded tinyvec v1.6.0 |
1083 | 2024-01-31T19:10:42.674Z | Downloaded keccak v0.1.4 |
1084 | 2024-01-31T19:10:42.674Z | Downloaded itoa v1.0.9 |
1085 | 2024-01-31T19:10:42.681Z | Downloaded fnv v1.0.7 |
1086 | 2024-01-31T19:10:42.681Z | Downloaded parking_lot v0.12.1 |
1087 | 2024-01-31T19:10:42.685Z | Downloaded unsafe-libyaml v0.2.10 |
1088 | 2024-01-31T19:10:42.692Z | Downloaded futures-executor v0.3.30 |
1089 | 2024-01-31T19:10:42.697Z | Downloaded zone v0.3.0 |
1090 | 2024-01-31T19:10:42.697Z | Downloaded hubpack v0.1.2 |
1091 | 2024-01-31T19:10:42.697Z | Downloaded tracing-core v0.1.31 |
1092 | 2024-01-31T19:10:42.700Z | Downloaded rfc6979 v0.4.0 |
1093 | 2024-01-31T19:10:42.704Z | Downloaded group v0.13.0 |
1094 | 2024-01-31T19:10:42.704Z | Downloaded futures-task v0.3.30 |
1095 | 2024-01-31T19:10:42.708Z | Downloaded rustls-pemfile v2.0.0 |
1096 | 2024-01-31T19:10:42.713Z | Downloaded zerocopy-derive v0.7.32 |
1097 | 2024-01-31T19:10:42.716Z | Downloaded semver-parser v0.10.2 |
1098 | 2024-01-31T19:10:42.719Z | Downloaded hash32 v0.2.1 |
1099 | 2024-01-31T19:10:42.722Z | Downloaded getrandom v0.1.16 |
1100 | 2024-01-31T19:10:42.727Z | Downloaded ring v0.17.7 |
1101 | 2024-01-31T19:10:42.872Z | Downloaded is-terminal v0.4.9 |
1102 | 2024-01-31T19:10:42.879Z | Downloaded ipnet v2.9.0 |
1103 | 2024-01-31T19:10:42.879Z | Downloaded minimal-lexical v0.2.1 |
1104 | 2024-01-31T19:10:42.885Z | Downloaded rustfmt-wrapper v0.2.0 |
1105 | 2024-01-31T19:10:42.892Z | Downloaded errno v0.3.8 |
1106 | 2024-01-31T19:10:42.892Z | Downloaded tracing-attributes v0.1.26 |
1107 | 2024-01-31T19:10:42.900Z | Downloaded postcard v1.0.8 |
1108 | 2024-01-31T19:10:42.901Z | Downloaded p256 v0.13.2 |
1109 | 2024-01-31T19:10:42.915Z | Downloaded crypto-bigint v0.5.2 |
1110 | 2024-01-31T19:10:42.921Z | Downloaded term v0.7.0 |
1111 | 2024-01-31T19:10:42.926Z | Downloaded usdt-impl v0.5.0 |
1112 | 2024-01-31T19:10:42.926Z | Downloaded der v0.7.8 |
1113 | 2024-01-31T19:10:42.941Z | Downloaded chacha20poly1305 v0.10.1 |
1114 | 2024-01-31T19:10:42.965Z | Downloaded miniz_oxide v0.7.1 |
1115 | 2024-01-31T19:10:42.965Z | Downloaded serde_tokenstream v0.2.0 |
1116 | 2024-01-31T19:10:42.965Z | Downloaded ring v0.16.20 |
1117 | 2024-01-31T19:10:43.116Z | Downloaded proc-macro2 v1.0.78 |
1118 | 2024-01-31T19:10:43.121Z | Downloaded pest_meta v2.7.6 |
1119 | 2024-01-31T19:10:43.137Z | Downloaded strsim v0.8.0 |
1120 | 2024-01-31T19:10:43.141Z | Downloaded kstat-rs v0.2.3 |
1121 | 2024-01-31T19:10:43.141Z | Downloaded diesel_derives v2.1.2 |
1122 | 2024-01-31T19:10:43.141Z | Downloaded rand_chacha v0.3.1 |
1123 | 2024-01-31T19:10:43.143Z | Downloaded static_assertions v1.1.0 |
1124 | 2024-01-31T19:10:43.143Z | Downloaded dyn-clone v1.0.13 |
1125 | 2024-01-31T19:10:43.153Z | Downloaded rand_core v0.5.1 |
1126 | 2024-01-31T19:10:43.153Z | Downloaded base64 v0.21.7 |
1127 | 2024-01-31T19:10:43.161Z | Downloaded mio v0.8.9 |
1128 | 2024-01-31T19:10:43.167Z | Downloaded foreign-types-shared v0.1.1 |
1129 | 2024-01-31T19:10:43.167Z | Downloaded getrandom v0.2.10 |
1130 | 2024-01-31T19:10:43.170Z | Downloaded backtrace v0.3.69 |
1131 | 2024-01-31T19:10:43.180Z | Downloaded omicron-zone-package v0.10.1 |
1132 | 2024-01-31T19:10:43.214Z | Downloaded bytes v1.5.0 |
1133 | 2024-01-31T19:10:43.218Z | Downloaded hyper-rustls v0.24.2 |
1134 | 2024-01-31T19:10:43.218Z | Downloaded parse-display-derive v0.8.2 |
1135 | 2024-01-31T19:10:43.218Z | Downloaded xattr v1.0.1 |
1136 | 2024-01-31T19:10:43.218Z | Downloaded ipnetwork v0.20.0 |
1137 | 2024-01-31T19:10:43.218Z | Downloaded float-cmp v0.9.0 |
1138 | 2024-01-31T19:10:43.218Z | Downloaded instant v0.1.12 |
1139 | 2024-01-31T19:10:43.218Z | Downloaded topological-sort v0.2.2 |
1140 | 2024-01-31T19:10:43.218Z | Downloaded defmt v0.3.5 |
1141 | 2024-01-31T19:10:43.218Z | Downloaded serde_spanned v0.6.4 |
1142 | 2024-01-31T19:10:43.218Z | Downloaded serde_repr v0.1.16 |
1143 | 2024-01-31T19:10:43.219Z | Downloaded postgres-protocol v0.6.6 |
1144 | 2024-01-31T19:10:43.224Z | Downloaded derive-where v1.2.7 |
1145 | 2024-01-31T19:10:43.228Z | Downloaded string_cache v0.8.7 |
1146 | 2024-01-31T19:10:43.241Z | Downloaded log v0.4.20 |
1147 | 2024-01-31T19:10:43.256Z | Downloaded stringprep v0.1.3 |
1148 | 2024-01-31T19:10:43.256Z | Downloaded lock_api v0.4.10 |
1149 | 2024-01-31T19:10:43.256Z | Downloaded derive_more v0.99.17 |
1150 | 2024-01-31T19:10:43.261Z | Downloaded textwrap v0.11.0 |
1151 | 2024-01-31T19:10:43.261Z | Downloaded clap v4.4.3 |
1152 | 2024-01-31T19:10:43.266Z | Downloaded home v0.5.5 |
1153 | 2024-01-31T19:10:43.272Z | Downloaded hex-literal v0.4.1 |
1154 | 2024-01-31T19:10:43.272Z | Downloaded gethostname v0.4.3 |
1155 | 2024-01-31T19:10:43.277Z | Downloaded pin-utils v0.1.0 |
1156 | 2024-01-31T19:10:43.277Z | Downloaded password-hash v0.5.0 |
1157 | 2024-01-31T19:10:43.297Z | Downloaded proc-macro-error v1.0.4 |
1158 | 2024-01-31T19:10:43.303Z | Downloaded allocator-api2 v0.2.16 |
1159 | 2024-01-31T19:10:43.303Z | Downloaded crossbeam-epoch v0.9.15 |
1160 | 2024-01-31T19:10:43.303Z | Downloaded bzip2 v0.4.4 |
1161 | 2024-01-31T19:10:43.303Z | Downloaded getopts v0.2.21 |
1162 | 2024-01-31T19:10:43.303Z | Downloaded num_cpus v1.16.0 |
1163 | 2024-01-31T19:10:43.303Z | Downloaded bcrypt-pbkdf v0.10.0 |
1164 | 2024-01-31T19:10:43.309Z | Downloaded strum_macros v0.25.2 |
1165 | 2024-01-31T19:10:43.324Z | Downloaded predicates v3.1.0 |
1166 | 2024-01-31T19:10:43.324Z | Downloaded data-encoding v2.4.0 |
1167 | 2024-01-31T19:10:43.324Z | Downloaded waitgroup v0.1.2 |
1168 | 2024-01-31T19:10:43.325Z | Downloaded tokio-macros v2.2.0 |
1169 | 2024-01-31T19:10:43.325Z | Downloaded headers-core v0.2.0 |
1170 | 2024-01-31T19:10:43.325Z | Downloaded usdt-impl v0.3.5 |
1171 | 2024-01-31T19:10:43.325Z | Downloaded num-rational v0.4.1 |
1172 | 2024-01-31T19:10:43.326Z | Downloaded console v0.15.8 |
1173 | 2024-01-31T19:10:43.345Z | Downloaded poly1305 v0.8.0 |
1174 | 2024-01-31T19:10:43.345Z | Downloaded cancel-safe-futures v0.1.5 |
1175 | 2024-01-31T19:10:43.361Z | Downloaded camino-tempfile v1.1.1 |
1176 | 2024-01-31T19:10:43.361Z | Downloaded debug-ignore v1.0.5 |
1177 | 2024-01-31T19:10:43.361Z | Downloaded synstructure v0.12.6 |
1178 | 2024-01-31T19:10:43.361Z | Downloaded universal-hash v0.5.1 |
1179 | 2024-01-31T19:10:43.361Z | Downloaded phf v0.11.2 |
1180 | 2024-01-31T19:10:43.362Z | Downloaded dtrace-parser v0.1.14 |
1181 | 2024-01-31T19:10:43.362Z | Downloaded cc v1.0.83 |
1182 | 2024-01-31T19:10:43.390Z | Downloaded mime_guess v2.0.4 |
1183 | 2024-01-31T19:10:43.390Z | Downloaded clap_derive v4.4.2 |
1184 | 2024-01-31T19:10:43.390Z | Downloaded bitflags v2.4.0 |
1185 | 2024-01-31T19:10:43.390Z | Downloaded cfg-if v1.0.0 |
1186 | 2024-01-31T19:10:43.390Z | Downloaded atomic-waker v1.1.1 |
1187 | 2024-01-31T19:10:43.390Z | Downloaded dirs v5.0.1 |
1188 | 2024-01-31T19:10:43.390Z | Downloaded colored v2.0.4 |
1189 | 2024-01-31T19:10:43.391Z | Downloaded backoff v0.4.0 |
1190 | 2024-01-31T19:10:43.391Z | Downloaded zone_cfg_derive v0.3.0 |
1191 | 2024-01-31T19:10:43.391Z | Downloaded defmt-macros v0.3.6 |
1192 | 2024-01-31T19:10:43.398Z | Downloaded mime v0.3.17 |
1193 | 2024-01-31T19:10:43.398Z | Downloaded managed v0.8.0 |
1194 | 2024-01-31T19:10:43.398Z | Downloaded macaddr v1.0.1 |
1195 | 2024-01-31T19:10:43.398Z | Downloaded digest v0.10.7 |
1196 | 2024-01-31T19:10:43.399Z | Downloaded difflib v0.4.0 |
1197 | 2024-01-31T19:10:43.399Z | Downloaded memoffset v0.9.0 |
1198 | 2024-01-31T19:10:43.403Z | Downloaded linear-map v1.2.0 |
1199 | 2024-01-31T19:10:43.403Z | Downloaded unicase v2.7.0 |
1200 | 2024-01-31T19:10:43.403Z | Downloaded memmap v0.7.0 |
1201 | 2024-01-31T19:10:43.408Z | Downloaded linked-hash-map v0.5.6 |
1202 | 2024-01-31T19:10:43.408Z | Downloaded libefi-sys v0.1.0 |
1203 | 2024-01-31T19:10:43.413Z | Downloaded convert_case v0.4.0 |
1204 | 2024-01-31T19:10:43.414Z | Downloaded ansi_term v0.12.1 |
1205 | 2024-01-31T19:10:43.417Z | Downloaded strum v0.25.0 |
1206 | 2024-01-31T19:10:43.418Z | Downloaded pretty-hex v0.2.1 |
1207 | 2024-01-31T19:10:43.418Z | Downloaded nibble_vec v0.1.0 |
1208 | 2024-01-31T19:10:43.421Z | Downloaded md-5 v0.10.5 |
1209 | 2024-01-31T19:10:43.425Z | Downloaded block-buffer v0.10.4 |
1210 | 2024-01-31T19:10:43.425Z | Downloaded tower-service v0.3.2 |
1211 | 2024-01-31T19:10:43.426Z | Downloaded crypto-common v0.1.6 |
1212 | 2024-01-31T19:10:43.432Z | Downloaded pem v3.0.2 |
1213 | 2024-01-31T19:10:43.432Z | Downloaded defmt-parser v0.3.3 |
1214 | 2024-01-31T19:10:43.437Z | Downloaded clap_lex v0.5.1 |
1215 | 2024-01-31T19:10:43.437Z | Downloaded proc-macro-crate v1.3.1 |
1216 | 2024-01-31T19:10:43.437Z | Downloaded multer v3.0.0 |
1217 | 2024-01-31T19:10:43.440Z | Downloaded darling v0.20.3 |
1218 | 2024-01-31T19:10:43.443Z | Downloaded chacha20 v0.9.1 |
1219 | 2024-01-31T19:10:43.446Z | Downloaded base64ct v1.6.0 |
1220 | 2024-01-31T19:10:43.453Z | Downloaded async-trait v0.1.77 |
1221 | 2024-01-31T19:10:43.458Z | Downloaded ciborium-ll v0.2.2 |
1222 | 2024-01-31T19:10:43.462Z | Downloaded byteorder v1.5.0 |
1223 | 2024-01-31T19:10:43.466Z | Downloaded blowfish v0.9.1 |
1224 | 2024-01-31T19:10:43.466Z | Downloaded lru-cache v0.1.2 |
1225 | 2024-01-31T19:10:43.469Z | Downloaded cbc v0.1.2 |
1226 | 2024-01-31T19:10:43.469Z | Downloaded darling_macro v0.20.3 |
1227 | 2024-01-31T19:10:43.469Z | Downloaded openssl-probe v0.1.5 |
1228 | 2024-01-31T19:10:43.472Z | Downloaded newtype_derive v0.1.6 |
1229 | 2024-01-31T19:10:43.472Z | Downloaded match_cfg v0.1.0 |
1230 | 2024-01-31T19:10:43.476Z | Downloaded crucible-workspace-hack v0.1.0 |
1231 | 2024-01-31T19:10:43.476Z | Downloaded md5 v0.7.0 |
1232 | 2024-01-31T19:10:43.479Z | Downloaded matches v0.1.10 |
1233 | 2024-01-31T19:10:43.480Z | Downloaded atomicwrites v0.4.3 |
1234 | 2024-01-31T19:10:43.480Z | Downloaded new_debug_unreachable v1.0.4 |
1235 | 2024-01-31T19:10:43.480Z | Downloaded cstr-argument v0.1.2 |
1236 | 2024-01-31T19:10:43.483Z | Downloaded ppv-lite86 v0.2.17 |
1237 | 2024-01-31T19:10:43.485Z | Downloaded petgraph v0.6.4 |
1238 | 2024-01-31T19:10:43.508Z | Downloaded parking_lot v0.11.2 |
1239 | 2024-01-31T19:10:43.511Z | Downloaded pin-project-lite v0.2.13 |
1240 | 2024-01-31T19:10:43.516Z | Downloaded phf_shared v0.11.2 |
1241 | 2024-01-31T19:10:43.519Z | Downloaded aead v0.5.2 |
1242 | 2024-01-31T19:10:43.522Z | Downloaded anstream v0.5.0 |
1243 | 2024-01-31T19:10:43.522Z | Downloaded deranged v0.3.8 |
1244 | 2024-01-31T19:10:43.525Z | Downloaded camino v1.1.6 |
1245 | 2024-01-31T19:10:43.528Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1246 | 2024-01-31T19:10:43.528Z | Downloaded openssl-sys v0.9.96 |
1247 | 2024-01-31T19:10:43.538Z | Downloaded cobs v0.2.3 |
1248 | 2024-01-31T19:10:43.541Z | Downloaded autocfg v1.1.0 |
1249 | 2024-01-31T19:10:43.542Z | Downloaded anstyle-query v1.0.0 |
1250 | 2024-01-31T19:10:43.545Z | Downloaded pest_generator v2.7.6 |
1251 | 2024-01-31T19:10:43.545Z | Downloaded bit-set v0.5.3 |
1252 | 2024-01-31T19:10:43.548Z | Downloaded bitflags v1.3.2 |
1253 | 2024-01-31T19:10:43.551Z | Downloaded base16ct v0.2.0 |
1254 | 2024-01-31T19:10:43.554Z | Downloaded pbkdf2 v0.12.2 |
1255 | 2024-01-31T19:10:43.954Z | Compiling proc-macro2 v1.0.78 |
1256 | 2024-01-31T19:10:43.958Z | Compiling unicode-ident v1.0.12 |
1257 | 2024-01-31T19:10:43.959Z | Compiling libc v0.2.152 |
1258 | 2024-01-31T19:10:43.959Z | Compiling serde v1.0.195 |
1259 | 2024-01-31T19:10:43.959Z | Compiling version_check v0.9.4 |
1260 | 2024-01-31T19:10:43.960Z | Compiling autocfg v1.1.0 |
1261 | 2024-01-31T19:10:43.975Z | Compiling cfg-if v1.0.0 |
1262 | 2024-01-31T19:10:44.174Z | Compiling once_cell v1.19.0 |
1263 | 2024-01-31T19:10:44.207Z | Compiling syn v1.0.109 |
1264 | 2024-01-31T19:10:44.310Z | Compiling thiserror v1.0.56 |
1265 | 2024-01-31T19:10:44.791Z | Compiling memchr v2.6.3 |
1266 | 2024-01-31T19:10:45.166Z | Compiling typenum v1.16.0 |
1267 | 2024-01-31T19:10:45.274Z | Compiling lock_api v0.4.10 |
1268 | 2024-01-31T19:10:45.452Z | Compiling byteorder v1.5.0 |
1269 | 2024-01-31T19:10:45.698Z | Compiling ahash v0.8.6 |
1270 | 2024-01-31T19:10:45.737Z | Compiling parking_lot_core v0.9.8 |
1271 | 2024-01-31T19:10:46.454Z | Compiling generic-array v0.14.7 |
1272 | 2024-01-31T19:10:46.479Z | Compiling libm v0.2.7 |
1273 | 2024-01-31T19:10:46.479Z | Compiling num-traits v0.2.16 |
1274 | 2024-01-31T19:10:46.638Z | Compiling serde_json v1.0.113 |
1275 | 2024-01-31T19:10:46.779Z | Compiling itoa v1.0.9 |
1276 | 2024-01-31T19:10:47.103Z | Compiling quote v1.0.35 |
1277 | 2024-01-31T19:10:47.294Z | Compiling slab v0.4.9 |
1278 | 2024-01-31T19:10:47.366Z | Compiling log v0.4.20 |
1279 | 2024-01-31T19:10:47.711Z | Compiling getrandom v0.2.10 |
1280 | 2024-01-31T19:10:47.891Z | Compiling syn v2.0.48 |
1281 | 2024-01-31T19:10:48.274Z | Compiling cc v1.0.83 |
1282 | 2024-01-31T19:10:48.469Z | Compiling rand_core v0.6.4 |
1283 | 2024-01-31T19:10:53.448Z | Compiling scopeguard v1.2.0 |
1284 | 2024-01-31T19:10:53.448Z | Compiling ryu v1.0.15 |
1285 | 2024-01-31T19:10:53.448Z | Compiling pkg-config v0.3.27 |
1286 | 2024-01-31T19:10:53.449Z | Compiling allocator-api2 v0.2.16 |
1287 | 2024-01-31T19:10:53.449Z | Compiling smallvec v1.11.2 |
1288 | 2024-01-31T19:10:53.449Z | Compiling heck v0.4.1 |
1289 | 2024-01-31T19:10:53.449Z | Compiling equivalent v1.0.1 |
1290 | 2024-01-31T19:10:53.449Z | Compiling schemars v0.8.16 |
1291 | 2024-01-31T19:10:53.449Z | Compiling subtle v2.5.0 |
1292 | 2024-01-31T19:10:53.449Z | Compiling vcpkg v0.2.15 |
1293 | 2024-01-31T19:10:53.449Z | Compiling pin-project-lite v0.2.13 |
1294 | 2024-01-31T19:10:53.449Z | Compiling httparse v1.8.0 |
1295 | 2024-01-31T19:10:53.449Z | Compiling ucd-trie v0.1.6 |
1296 | 2024-01-31T19:10:53.597Z | Compiling ring v0.17.7 |
1297 | 2024-01-31T19:10:53.597Z | Compiling parking_lot v0.12.1 |
1298 | 2024-01-31T19:10:53.669Z | Compiling ring v0.16.20 |
1299 | 2024-01-31T19:10:53.702Z | Compiling signal-hook-registry v1.4.1 |
1300 | 2024-01-31T19:10:55.036Z | Compiling fnv v1.0.7 |
1301 | 2024-01-31T19:10:55.092Z | Compiling mio v0.8.9 |
1302 | 2024-01-31T19:10:55.424Z | Compiling iana-time-zone v0.1.57 |
1303 | 2024-01-31T19:10:55.447Z | Compiling openssl-sys v0.9.96 |
1304 | 2024-01-31T19:10:56.345Z | Compiling openssl v0.10.60 |
1305 | 2024-01-31T19:10:56.517Z | Compiling const-oid v0.9.5 |
1306 | 2024-01-31T19:10:56.915Z | Compiling semver v1.0.21 |
1307 | 2024-01-31T19:10:57.051Z | Compiling num_cpus v1.16.0 |
1308 | 2024-01-31T19:10:57.222Z | Compiling socket2 v0.5.5 |
1309 | 2024-01-31T19:10:58.148Z | Compiling native-tls v0.2.11 |
1310 | 2024-01-31T19:10:58.227Z | Compiling rustls v0.21.9 |
1311 | 2024-01-31T19:10:58.657Z | Compiling dyn-clone v1.0.13 |
1312 | 2024-01-31T19:10:58.679Z | Compiling futures-core v0.3.30 |
1313 | 2024-01-31T19:10:59.027Z | Compiling aho-corasick v1.0.4 |
1314 | 2024-01-31T19:10:59.601Z | Compiling regex-syntax v0.8.2 |
1315 | 2024-01-31T19:10:59.738Z | Compiling spin v0.5.2 |
1316 | 2024-01-31T19:11:00.059Z | Compiling serde_derive_internals v0.26.0 |
1317 | 2024-01-31T19:11:00.084Z | Compiling async-trait v0.1.77 |
1318 | 2024-01-31T19:11:01.102Z | Compiling futures-sink v0.3.30 |
1319 | 2024-01-31T19:11:01.504Z | Compiling backtrace v0.3.69 |
1320 | 2024-01-31T19:11:01.709Z | Compiling tinyvec_macros v0.1.1 |
1321 | 2024-01-31T19:11:01.845Z | Compiling rustix v0.38.30 |
1322 | 2024-01-31T19:11:02.349Z | Compiling tinyvec v1.6.0 |
1323 | 2024-01-31T19:11:02.767Z | Compiling futures-channel v0.3.30 |
1324 | 2024-01-31T19:11:03.654Z | Compiling futures-task v0.3.30 |
1325 | 2024-01-31T19:11:04.140Z | Compiling futures-io v0.3.30 |
1326 | 2024-01-31T19:11:04.228Z | Compiling pin-utils v0.1.0 |
1327 | 2024-01-31T19:11:04.611Z | Compiling winnow v0.5.15 |
1328 | 2024-01-31T19:11:04.911Z | Compiling unicode-normalization v0.1.22 |
1329 | 2024-01-31T19:11:04.980Z | Compiling spin v0.9.8 |
1330 | 2024-01-31T19:11:05.459Z | Compiling tracing-core v0.1.31 |
1331 | 2024-01-31T19:11:05.546Z | Compiling regex-automata v0.4.4 |
1332 | 2024-01-31T19:11:06.629Z | Compiling anyhow v1.0.75 |
1333 | 2024-01-31T19:11:06.709Z | Compiling unicode-bidi v0.3.13 |
1334 | 2024-01-31T19:11:07.463Z | Compiling unicode-width v0.1.11 |
1335 | 2024-01-31T19:11:07.716Z | Compiling cpufeatures v0.2.12 |
1336 | 2024-01-31T19:11:09.302Z | Compiling crc32fast v1.3.2 |
1337 | 2024-01-31T19:11:10.032Z | Compiling time-core v0.1.1 |
1338 | 2024-01-31T19:11:10.287Z | Compiling slog v2.7.0 |
1339 | 2024-01-31T19:11:10.645Z | Compiling time-macros v0.2.13 |
1340 | 2024-01-31T19:11:11.193Z | Compiling num-integer v0.1.45 |
1341 | 2024-01-31T19:11:11.622Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-01-31T19:11:11.790Z | Compiling untrusted v0.9.0 |
1343 | 2024-01-31T19:11:11.988Z | Compiling serde_derive v1.0.195 |
1344 | 2024-01-31T19:11:12.119Z | Compiling zerocopy-derive v0.7.32 |
1345 | 2024-01-31T19:11:12.719Z | Compiling zeroize_derive v1.4.2 |
1346 | 2024-01-31T19:11:13.628Z | Compiling thiserror-impl v1.0.56 |
1347 | 2024-01-31T19:11:14.291Z | Compiling tokio-macros v2.2.0 |
1348 | 2024-01-31T19:11:15.411Z | Compiling zeroize v1.7.0 |
1349 | 2024-01-31T19:11:15.613Z | Compiling futures-macro v0.3.30 |
1350 | 2024-01-31T19:11:16.007Z | Compiling zerocopy v0.7.32 |
1351 | 2024-01-31T19:11:16.233Z | Compiling tracing-attributes v0.1.26 |
1352 | 2024-01-31T19:11:16.895Z | Compiling schemars_derive v0.8.16 |
1353 | 2024-01-31T19:11:18.450Z | Compiling crypto-common v0.1.6 |
1354 | 2024-01-31T19:11:19.165Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-01-31T19:11:19.397Z | Compiling pest v2.7.6 |
1356 | 2024-01-31T19:11:20.044Z | Compiling hashbrown v0.14.2 |
1357 | 2024-01-31T19:11:20.564Z | Compiling block-buffer v0.10.4 |
1358 | 2024-01-31T19:11:20.980Z | Compiling digest v0.10.7 |
1359 | 2024-01-31T19:11:21.310Z | Compiling hashbrown v0.13.2 |
1360 | 2024-01-31T19:11:21.390Z | Compiling regex v1.10.3 |
1361 | 2024-01-31T19:11:22.709Z | Compiling futures-util v0.3.30 |
1362 | 2024-01-31T19:11:22.802Z | Compiling tracing v0.1.37 |
1363 | 2024-01-31T19:11:23.238Z | Compiling der_derive v0.7.2 |
1364 | 2024-01-31T19:11:23.552Z | Compiling pest_meta v2.7.6 |
1365 | 2024-01-31T19:11:25.578Z | Compiling pest_generator v2.7.6 |
1366 | 2024-01-31T19:11:27.111Z | Compiling percent-encoding v2.3.1 |
1367 | 2024-01-31T19:11:27.739Z | Compiling untrusted v0.7.1 |
1368 | 2024-01-31T19:11:31.009Z | Compiling foreign-types v0.3.2 |
1369 | 2024-01-31T19:11:32.498Z | Compiling pest_derive v2.7.6 |
1370 | 2024-01-31T19:11:32.979Z | Compiling errno v0.3.8 |
1371 | 2024-01-31T19:11:33.035Z | Compiling ppv-lite86 v0.2.17 |
1372 | 2024-01-31T19:11:33.311Z | Compiling base64 v0.21.7 |
1373 | 2024-01-31T19:11:33.755Z | Compiling try-lock v0.2.4 |
1374 | 2024-01-31T19:11:33.780Z | Compiling unicode-xid v0.2.4 |
1375 | 2024-01-31T19:11:33.780Z | Compiling want v0.3.1 |
1376 | 2024-01-31T19:11:34.029Z | Compiling synstructure v0.12.6 |
1377 | 2024-01-31T19:11:34.106Z | Compiling rustls-webpki v0.101.7 |
1378 | 2024-01-31T19:11:34.304Z | Compiling sct v0.7.0 |
1379 | 2024-01-31T19:11:34.768Z | Compiling form_urlencoded v1.2.1 |
1380 | 2024-01-31T19:11:35.282Z | Compiling scroll_derive v0.12.0 |
1381 | 2024-01-31T19:11:35.912Z | Compiling socket2 v0.4.9 |
1382 | 2024-01-31T19:11:36.066Z | Compiling httpdate v1.0.3 |
1383 | 2024-01-31T19:11:36.306Z | Compiling bytes v1.5.0 |
1384 | 2024-01-31T19:11:36.827Z | Compiling indexmap v2.1.0 |
1385 | 2024-01-31T19:11:36.932Z | Compiling uuid v1.7.0 |
1386 | 2024-01-31T19:11:37.264Z | Compiling chrono v0.4.31 |
1387 | 2024-01-31T19:11:37.812Z | Compiling tokio v1.35.1 |
1388 | 2024-01-31T19:11:38.472Z | Compiling http v0.2.11 |
1389 | 2024-01-31T19:11:39.621Z | Compiling serde_spanned v0.6.4 |
1390 | 2024-01-31T19:11:39.915Z | Compiling bitflags v2.4.0 |
1391 | 2024-01-31T19:11:40.028Z | Compiling toml_datetime v0.6.5 |
1392 | 2024-01-31T19:11:40.583Z | Compiling toml_edit v0.19.15 |
1393 | 2024-01-31T19:11:40.737Z | Compiling openapiv3 v2.0.0 |
1394 | 2024-01-31T19:11:42.537Z | Compiling rustc_version v0.4.0 |
1395 | 2024-01-31T19:11:45.443Z | Compiling serde_tokenstream v0.2.0 |
1396 | 2024-01-31T19:11:46.277Z | Compiling http-body v0.4.5 |
1397 | 2024-01-31T19:11:48.408Z | Compiling openssl-probe v0.1.5 |
1398 | 2024-01-31T19:11:48.903Z | Compiling tower-service v0.3.2 |
1399 | 2024-01-31T19:11:49.085Z | Compiling io-lifetimes v1.0.11 |
1400 | 2024-01-31T19:11:49.981Z | Compiling zerocopy-derive v0.2.0 |
1401 | 2024-01-31T19:11:52.393Z | Compiling tokio-util v0.7.10 |
1402 | 2024-01-31T19:11:53.255Z | Compiling idna v0.5.0 |
1403 | 2024-01-31T19:11:53.970Z | Compiling lazy_static v1.4.0 |
1404 | 2024-01-31T19:11:54.244Z | Compiling h2 v0.3.24 |
1405 | 2024-01-31T19:11:54.831Z | Compiling thread-id v4.2.0 |
1406 | 2024-01-31T19:11:54.994Z | Compiling adler v1.0.2 |
1407 | 2024-01-31T19:11:55.333Z | Compiling crossbeam-utils v0.8.16 |
1408 | 2024-01-31T19:11:55.919Z | Compiling miniz_oxide v0.7.1 |
1409 | 2024-01-31T19:11:57.095Z | Compiling tokio-native-tls v0.3.1 |
1410 | 2024-01-31T19:11:57.594Z | Compiling tokio-rustls v0.24.1 |
1411 | 2024-01-31T19:11:58.195Z | Compiling url v2.5.0 |
1412 | 2024-01-31T19:11:58.568Z | Compiling rand_chacha v0.3.1 |
1413 | 2024-01-31T19:11:59.280Z | Compiling ipnet v2.9.0 |
1414 | 2024-01-31T19:12:00.637Z | Compiling rustix v0.37.23 |
1415 | 2024-01-31T19:12:01.319Z | Compiling rand v0.8.5 |
1416 | 2024-01-31T19:12:01.399Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2024-01-31T19:12:01.500Z | Compiling rustls-pemfile v1.0.3 |
1418 | 2024-01-31T19:12:02.199Z | Compiling usdt-impl v0.3.5 |
1419 | 2024-01-31T19:12:02.223Z | Compiling encoding_rs v0.8.33 |
1420 | 2024-01-31T19:12:02.667Z | Compiling gimli v0.28.0 |
1421 | 2024-01-31T19:12:02.731Z | Compiling mime v0.3.17 |
1422 | 2024-01-31T19:12:02.883Z | Compiling webpki-roots v0.25.2 |
1423 | 2024-01-31T19:12:05.908Z | Compiling hyper v0.14.27 |
1424 | 2024-01-31T19:12:05.979Z | Compiling regress v0.7.1 |
1425 | 2024-01-31T19:12:06.222Z | Compiling object v0.32.1 |
1426 | 2024-01-31T19:12:08.689Z | Compiling num-bigint v0.4.4 |
1427 | 2024-01-31T19:12:09.975Z | Compiling addr2line v0.21.0 |
1428 | 2024-01-31T19:12:10.143Z | Compiling usdt-impl v0.5.0 |
1429 | 2024-01-31T19:12:10.166Z | Compiling rustc-demangle v0.1.23 |
1430 | 2024-01-31T19:12:10.968Z | Compiling flate2 v1.0.28 |
1431 | 2024-01-31T19:12:11.615Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1432 | 2024-01-31T19:12:12.212Z | Compiling zerocopy v0.3.0 |
1433 | 2024-01-31T19:12:12.624Z | Compiling heapless v0.7.16 |
1434 | 2024-01-31T19:12:12.889Z | Compiling scroll v0.12.0 |
1435 | 2024-01-31T19:12:13.480Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1436 | 2024-01-31T19:12:13.539Z | Compiling rustversion v1.0.14 |
1437 | 2024-01-31T19:12:14.162Z | Compiling signal-hook v0.3.17 |
1438 | 2024-01-31T19:12:14.543Z | Compiling plain v0.2.3 |
1439 | 2024-01-31T19:12:14.785Z | Compiling goblin v0.8.0 |
1440 | 2024-01-31T19:12:15.086Z | Compiling dof v0.1.5 |
1441 | 2024-01-31T19:12:17.234Z | Compiling hyper-rustls v0.24.2 |
1442 | 2024-01-31T19:12:17.276Z | Compiling hyper-tls v0.5.0 |
1443 | 2024-01-31T19:12:17.805Z | Compiling reqwest v0.11.22 |
1444 | 2024-01-31T19:12:19.341Z | Compiling toml v0.7.8 |
1445 | 2024-01-31T19:12:19.409Z | Compiling toml_edit v0.21.0 |
1446 | 2024-01-31T19:12:21.931Z | Compiling hex v0.4.3 |
1447 | 2024-01-31T19:12:21.953Z | Compiling dtrace-parser v0.1.14 |
1448 | 2024-01-31T19:12:22.251Z | Compiling memoffset v0.9.0 |
1449 | 2024-01-31T19:12:22.406Z | Compiling strsim v0.10.0 |
1450 | 2024-01-31T19:12:22.728Z | Compiling camino v1.1.6 |
1451 | 2024-01-31T19:12:22.925Z | Compiling base64ct v1.6.0 |
1452 | 2024-01-31T19:12:23.633Z | Compiling pretty-hex v0.4.1 |
1453 | 2024-01-31T19:12:25.391Z | Compiling dof v0.3.0 |
1454 | 2024-01-31T19:12:27.310Z | Compiling serde_tokenstream v0.1.7 |
1455 | 2024-01-31T19:12:27.637Z | Compiling dtrace-parser v0.2.0 |
1456 | 2024-01-31T19:12:29.643Z | Compiling smoltcp v0.9.1 |
1457 | 2024-01-31T19:12:29.660Z | Compiling bitflags v1.3.2 |
1458 | 2024-01-31T19:12:29.761Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1459 | 2024-01-31T19:12:30.334Z | Compiling pem-rfc7468 v0.7.0 |
1460 | 2024-01-31T19:12:30.349Z | Compiling strum_macros v0.25.2 |
1461 | 2024-01-31T19:12:31.099Z | Compiling hmac v0.12.1 |
1462 | 2024-01-31T19:12:31.565Z | Compiling enum-as-inner v0.5.1 |
1463 | 2024-01-31T19:12:31.867Z | Compiling crossbeam-epoch v0.9.15 |
1464 | 2024-01-31T19:12:32.177Z | Compiling num-iter v0.1.43 |
1465 | 2024-01-31T19:12:32.561Z | Compiling unicode-segmentation v1.10.1 |
1466 | 2024-01-31T19:12:32.645Z | Compiling siphasher v0.3.11 |
1467 | 2024-01-31T19:12:33.271Z | Compiling flagset v0.4.3 |
1468 | 2024-01-31T19:12:33.591Z | Compiling der v0.7.8 |
1469 | 2024-01-31T19:12:33.737Z | Compiling usdt-attr-macro v0.3.5 |
1470 | 2024-01-31T19:12:33.758Z | Compiling usdt-macro v0.3.5 |
1471 | 2024-01-31T19:12:35.168Z | Compiling hubpack_derive v0.1.1 |
1472 | 2024-01-31T19:12:35.873Z | Compiling zerocopy-derive v0.6.4 |
1473 | 2024-01-31T19:12:36.901Z | Compiling utf8parse v0.2.1 |
1474 | 2024-01-31T19:12:37.573Z | Compiling deranged v0.3.8 |
1475 | 2024-01-31T19:12:37.743Z | Compiling num_threads v0.1.6 |
1476 | 2024-01-31T19:12:37.933Z | Compiling anstyle v1.0.2 |
1477 | 2024-01-31T19:12:39.549Z | Compiling sha2 v0.10.8 |
1478 | 2024-01-31T19:12:40.325Z | Compiling anstyle-parse v0.2.1 |
1479 | 2024-01-31T19:12:40.596Z | Compiling time v0.3.27 |
1480 | 2024-01-31T19:12:40.851Z | Compiling spki v0.7.2 |
1481 | 2024-01-31T19:12:43.270Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1482 | 2024-01-31T19:12:44.738Z | Compiling md-5 v0.10.5 |
1483 | 2024-01-31T19:12:45.139Z | Compiling block-padding v0.3.3 |
1484 | 2024-01-31T19:12:45.546Z | Compiling clap_derive v4.4.2 |
1485 | 2024-01-31T19:12:45.574Z | Compiling getopts v0.2.21 |
1486 | 2024-01-31T19:12:45.898Z | Compiling stringprep v0.1.3 |
1487 | 2024-01-31T19:12:47.240Z | Compiling diesel_table_macro_syntax v0.1.0 |
1488 | 2024-01-31T19:12:47.922Z | Compiling hash32 v0.2.1 |
1489 | 2024-01-31T19:12:49.485Z | Compiling anstyle-query v1.0.0 |
1490 | 2024-01-31T19:12:50.592Z | Compiling fallible-iterator v0.2.0 |
1491 | 2024-01-31T19:12:51.761Z | Compiling stable_deref_trait v1.2.0 |
1492 | 2024-01-31T19:12:51.786Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1493 | 2024-01-31T19:12:52.203Z | Compiling colorchoice v1.0.0 |
1494 | 2024-01-31T19:12:52.213Z | Compiling anstream v0.5.0 |
1495 | 2024-01-31T19:12:52.214Z | Compiling postgres-protocol v0.6.6 |
1496 | 2024-01-31T19:12:53.207Z | Compiling diesel_derives v2.1.2 |
1497 | 2024-01-31T19:12:53.903Z | Compiling inout v0.1.3 |
1498 | 2024-01-31T19:12:54.324Z | Compiling terminal_size v0.2.6 |
1499 | 2024-01-31T19:12:55.057Z | Compiling pkcs8 v0.10.2 |
1500 | 2024-01-31T19:12:55.274Z | Compiling phf_shared v0.11.2 |
1501 | 2024-01-31T19:12:58.025Z | Compiling ff v0.13.0 |
1502 | 2024-01-31T19:12:58.764Z | Compiling serde_repr v0.1.16 |
1503 | 2024-01-31T19:12:59.985Z | Compiling scheduled-thread-pool v0.2.7 |
1504 | 2024-01-31T19:13:00.937Z | Compiling managed v0.8.0 |
1505 | 2024-01-31T19:13:00.958Z | Compiling unsafe-libyaml v0.2.10 |
1506 | 2024-01-31T19:13:01.438Z | Compiling base16ct v0.2.0 |
1507 | 2024-01-31T19:13:01.654Z | Compiling matches v0.1.10 |
1508 | 2024-01-31T19:13:01.704Z | Compiling bit-vec v0.6.3 |
1509 | 2024-01-31T19:13:02.465Z | Compiling regex-automata v0.1.10 |
1510 | 2024-01-31T19:13:02.618Z | Compiling clap_lex v0.5.1 |
1511 | 2024-01-31T19:13:03.243Z | Compiling bstr v0.2.17 |
1512 | 2024-01-31T19:13:03.439Z | Compiling serde_yaml v0.9.25 |
1513 | 2024-01-31T19:13:05.190Z | Compiling clap_builder v4.4.2 |
1514 | 2024-01-31T19:13:07.534Z | Compiling idna v0.2.3 |
1515 | 2024-01-31T19:13:08.276Z | Compiling sec1 v0.7.3 |
1516 | 2024-01-31T19:13:10.233Z | Compiling r2d2 v0.8.10 |
1517 | 2024-01-31T19:13:10.804Z | Compiling group v0.13.0 |
1518 | 2024-01-31T19:13:12.905Z | Compiling phf v0.11.2 |
1519 | 2024-01-31T19:13:13.358Z | Compiling signal-hook-mio v0.2.3 |
1520 | 2024-01-31T19:13:13.384Z | Compiling bzip2 v0.4.4 |
1521 | 2024-01-31T19:13:13.591Z | Compiling cipher v0.4.4 |
1522 | 2024-01-31T19:13:13.950Z | Compiling postgres-types v0.2.6 |
1523 | 2024-01-31T19:13:14.379Z | Compiling zerocopy v0.6.4 |
1524 | 2024-01-31T19:13:14.404Z | Compiling hubpack v0.1.2 |
1525 | 2024-01-31T19:13:14.908Z | Compiling phf_shared v0.10.0 |
1526 | 2024-01-31T19:13:15.348Z | Compiling hkdf v0.12.4 |
1527 | 2024-01-31T19:13:15.518Z | Compiling crypto-bigint v0.5.2 |
1528 | 2024-01-31T19:13:15.580Z | Compiling ipnetwork v0.20.0 |
1529 | 2024-01-31T19:13:15.729Z | Compiling futures-executor v0.3.30 |
1530 | 2024-01-31T19:13:16.772Z | Compiling float-cmp v0.9.0 |
1531 | 2024-01-31T19:13:17.129Z | Compiling new_debug_unreachable v1.0.4 |
1532 | 2024-01-31T19:13:17.267Z | Compiling fixedbitset v0.4.2 |
1533 | 2024-01-31T19:13:18.074Z | Compiling precomputed-hash v0.1.1 |
1534 | 2024-01-31T19:13:18.697Z | Compiling difflib v0.4.0 |
1535 | 2024-01-31T19:13:24.530Z | Compiling data-encoding v2.4.0 |
1536 | 2024-01-31T19:13:24.530Z | Compiling minimal-lexical v0.2.1 |
1537 | 2024-01-31T19:13:24.530Z | Compiling either v1.9.0 |
1538 | 2024-01-31T19:13:41.408Z | Compiling whoami v1.4.1 |
1539 | 2024-01-31T19:13:41.408Z | Compiling predicates-core v1.0.6 |
1540 | 2024-01-31T19:13:41.408Z | Compiling static_assertions v1.1.0 |
1541 | 2024-01-31T19:13:41.409Z | Compiling normalize-line-endings v0.3.0 |
1542 | 2024-01-31T19:13:41.409Z | Compiling regex-automata v0.3.8 |
1543 | 2024-01-31T19:13:41.409Z | Compiling predicates v3.1.0 |
1544 | 2024-01-31T19:13:41.899Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1545 | 2024-01-31T19:13:41.933Z | Compiling trust-dns-proto v0.22.0 |
1546 | 2024-01-31T19:13:41.933Z | Compiling bstr v1.6.0 |
1547 | 2024-01-31T19:13:41.933Z | Compiling tokio-postgres v0.7.10 |
1548 | 2024-01-31T19:13:41.934Z | Compiling itertools v0.10.5 |
1549 | 2024-01-31T19:13:41.934Z | Compiling nom v7.1.3 |
1550 | 2024-01-31T19:13:41.934Z | Compiling diesel v2.1.4 |
1551 | 2024-01-31T19:13:41.934Z | Compiling elliptic-curve v0.13.8 |
1552 | 2024-01-31T19:13:41.934Z | Compiling string_cache v0.8.7 |
1553 | 2024-01-31T19:13:41.934Z | Compiling petgraph v0.6.4 |
1554 | 2024-01-31T19:13:41.934Z | Compiling yasna v0.5.2 |
1555 | 2024-01-31T19:13:41.934Z | Compiling futures v0.3.30 |
1556 | 2024-01-31T19:13:41.934Z | Compiling zip v0.6.6 |
1557 | 2024-01-31T19:13:41.934Z | Compiling crossterm v0.27.0 |
1558 | 2024-01-31T19:13:41.934Z | Compiling clap v4.4.3 |
1559 | 2024-01-31T19:13:41.934Z | Compiling similar v2.3.0 |
1560 | 2024-01-31T19:13:41.935Z | Compiling bit-set v0.5.3 |
1561 | 2024-01-31T19:13:41.936Z | Compiling usdt v0.3.5 |
1562 | 2024-01-31T19:13:41.936Z | Compiling console v0.15.8 |
1563 | 2024-01-31T19:13:41.936Z | Compiling tokio-stream v0.1.14 |
1564 | 2024-01-31T19:13:41.936Z | Compiling lalrpop-util v0.19.12 |
1565 | 2024-01-31T19:13:43.800Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1566 | 2024-01-31T19:13:56.993Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1567 | 2024-01-31T19:14:35.880Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1568 | 2024-01-31T19:14:39.340Z | Compiling sha1 v0.10.6 |
1569 | 2024-01-31T19:14:40.563Z | Compiling atty v0.2.14 |
1570 | 2024-01-31T19:14:40.770Z | Compiling match_cfg v0.1.0 |
1571 | 2024-01-31T19:14:41.192Z | Compiling hostname v0.3.1 |
1572 | 2024-01-31T19:14:41.264Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1573 | 2024-01-31T19:14:41.870Z | Compiling dirs-sys-next v0.1.2 |
1574 | 2024-01-31T19:14:41.870Z | Compiling rustls-pki-types v1.1.0 |
1575 | 2024-01-31T19:14:42.147Z | Compiling ident_case v1.0.1 |
1576 | 2024-01-31T19:14:42.354Z | Compiling darling_core v0.20.3 |
1577 | 2024-01-31T19:14:42.429Z | Compiling dirs-next v2.0.0 |
1578 | 2024-01-31T19:14:42.914Z | Compiling thread_local v1.1.7 |
1579 | 2024-01-31T19:14:43.132Z | Compiling rustls v0.22.2 |
1580 | 2024-01-31T19:14:43.542Z | Compiling slog-async v2.8.0 |
1581 | 2024-01-31T19:14:43.929Z | Compiling term v0.7.0 |
1582 | 2024-01-31T19:14:44.011Z | Compiling rustls-webpki v0.102.1 |
1583 | 2024-01-31T19:14:44.401Z | Compiling crossbeam-channel v0.5.8 |
1584 | 2024-01-31T19:14:45.111Z | Compiling multer v3.0.0 |
1585 | 2024-01-31T19:14:45.117Z | Compiling instant v0.1.12 |
1586 | 2024-01-31T19:14:45.117Z | Compiling take_mut v0.2.2 |
1587 | 2024-01-31T19:14:45.126Z | Compiling paste v1.0.14 |
1588 | 2024-01-31T19:14:45.258Z | Compiling slog-term v2.9.0 |
1589 | 2024-01-31T19:14:46.864Z | Compiling slog-json v2.6.1 |
1590 | 2024-01-31T19:14:47.065Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1591 | 2024-01-31T19:14:47.308Z | Compiling http v1.0.0 |
1592 | 2024-01-31T19:14:47.381Z | Compiling async-stream-impl v0.3.5 |
1593 | 2024-01-31T19:14:47.552Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1594 | 2024-01-31T19:14:48.006Z | Compiling debug-ignore v1.0.5 |
1595 | 2024-01-31T19:14:48.069Z | Compiling atomic-waker v1.1.1 |
1596 | 2024-01-31T19:14:48.317Z | Compiling waitgroup v0.1.2 |
1597 | 2024-01-31T19:14:48.341Z | Compiling slog-bunyan v2.5.0 |
1598 | 2024-01-31T19:14:48.639Z | Compiling rustls-pemfile v2.0.0 |
1599 | 2024-01-31T19:14:49.361Z | Compiling toml v0.8.8 |
1600 | 2024-01-31T19:14:49.635Z | Compiling async-stream v0.3.5 |
1601 | 2024-01-31T19:14:50.606Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1602 | 2024-01-31T19:14:51.600Z | Compiling serde_path_to_error v0.1.15 |
1603 | 2024-01-31T19:14:51.981Z | Compiling structmeta-derive v0.2.0 |
1604 | 2024-01-31T19:14:52.212Z | Compiling strum v0.25.0 |
1605 | 2024-01-31T19:14:52.509Z | Compiling regex-syntax v0.7.5 |
1606 | 2024-01-31T19:14:52.523Z | Compiling darling_macro v0.20.3 |
1607 | 2024-01-31T19:14:53.019Z | Compiling backoff v0.4.0 |
1608 | 2024-01-31T19:14:53.542Z | Compiling tokio-rustls v0.25.0 |
1609 | 2024-01-31T19:14:54.188Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1610 | 2024-01-31T19:14:54.210Z | Compiling darling v0.20.3 |
1611 | 2024-01-31T19:14:54.385Z | Compiling serde_with_macros v3.5.1 |
1612 | 2024-01-31T19:14:55.367Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1613 | 2024-01-31T19:14:55.600Z | Compiling macaddr v1.0.1 |
1614 | 2024-01-31T19:14:56.178Z | Compiling proc-macro-error-attr v1.0.4 |
1615 | 2024-01-31T19:14:56.337Z | Compiling proc-macro-crate v1.3.1 |
1616 | 2024-01-31T19:14:56.807Z | Compiling proc-macro-error v1.0.4 |
1617 | 2024-01-31T19:14:57.095Z | Compiling structmeta v0.2.0 |
1618 | 2024-01-31T19:14:57.183Z | Compiling heapless v0.8.0 |
1619 | 2024-01-31T19:14:58.216Z | Compiling num_enum_derive v0.5.11 |
1620 | 2024-01-31T19:14:58.629Z | Compiling hash32 v0.3.1 |
1621 | 2024-01-31T19:14:58.979Z | Compiling smoltcp v0.11.0 |
1622 | 2024-01-31T19:14:59.391Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1623 | 2024-01-31T19:14:59.598Z | Compiling serde_with v3.5.1 |
1624 | 2024-01-31T19:15:01.116Z | Compiling fastrand v2.0.0 |
1625 | 2024-01-31T19:15:01.899Z | Compiling embedded-io v0.4.0 |
1626 | 2024-01-31T19:15:01.998Z | Compiling cobs v0.2.3 |
1627 | 2024-01-31T19:15:02.264Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1628 | 2024-01-31T19:15:02.571Z | Compiling same-file v1.0.6 |
1629 | 2024-01-31T19:15:02.767Z | Compiling postcard v1.0.8 |
1630 | 2024-01-31T19:15:02.793Z | Compiling num_enum v0.5.11 |
1631 | 2024-01-31T19:15:02.921Z | Compiling walkdir v2.4.0 |
1632 | 2024-01-31T19:15:04.081Z | Compiling parse-display-derive v0.8.2 |
1633 | 2024-01-31T19:15:04.111Z | Compiling tempfile v3.9.0 |
1634 | 2024-01-31T19:15:04.143Z | Compiling semver-parser v0.10.2 |
1635 | 2024-01-31T19:15:04.213Z | Compiling foreign-types-macros v0.2.3 |
1636 | 2024-01-31T19:15:05.480Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1637 | 2024-01-31T19:15:06.326Z | Compiling crucible-workspace-hack v0.1.0 |
1638 | 2024-01-31T19:15:06.378Z | Compiling foreign-types-shared v0.3.1 |
1639 | 2024-01-31T19:15:06.378Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1640 | 2024-01-31T19:15:06.396Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1641 | 2024-01-31T19:15:06.612Z | Compiling foreign-types v0.5.0 |
1642 | 2024-01-31T19:15:06.877Z | Compiling semver v0.11.0 |
1643 | 2024-01-31T19:15:07.754Z | Compiling is-terminal v0.4.9 |
1644 | 2024-01-31T19:15:07.934Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1645 | 2024-01-31T19:15:07.959Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1646 | 2024-01-31T19:15:08.377Z | Compiling cstr-argument v0.1.2 |
1647 | 2024-01-31T19:15:08.534Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1648 | 2024-01-31T19:15:09.011Z | Compiling filetime v0.2.23 |
1649 | 2024-01-31T19:15:09.023Z | Compiling xattr v1.0.1 |
1650 | 2024-01-31T19:15:09.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1651 | 2024-01-31T19:15:09.131Z | Compiling pretty-hex v0.2.1 |
1652 | 2024-01-31T19:15:09.244Z | Compiling home v0.5.5 |
1653 | 2024-01-31T19:15:09.360Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1654 | 2024-01-31T19:15:09.484Z | Compiling toolchain_find v0.2.0 |
1655 | 2024-01-31T19:15:09.630Z | Compiling tar v0.4.40 |
1656 | 2024-01-31T19:15:09.649Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1657 | 2024-01-31T19:15:09.895Z | Compiling colored v2.0.4 |
1658 | 2024-01-31T19:15:10.575Z | Compiling toml v0.5.11 |
1659 | 2024-01-31T19:15:11.159Z | Compiling platforms v3.0.2 |
1660 | 2024-01-31T19:15:11.307Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1661 | 2024-01-31T19:15:11.411Z | Compiling parse-display v0.8.2 |
1662 | 2024-01-31T19:15:11.509Z | Compiling topological-sort v0.2.2 |
1663 | 2024-01-31T19:15:11.734Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1664 | 2024-01-31T19:15:11.790Z | Compiling omicron-zone-package v0.10.1 |
1665 | 2024-01-31T19:15:12.047Z | Compiling camino-tempfile v1.1.1 |
1666 | 2024-01-31T19:15:12.052Z | Compiling zone_cfg_derive v0.3.0 |
1667 | 2024-01-31T19:15:12.775Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1668 | 2024-01-31T19:15:13.530Z | Compiling textwrap v0.11.0 |
1669 | 2024-01-31T19:15:13.953Z | Compiling heck v0.3.3 |
1670 | 2024-01-31T19:15:13.956Z | Compiling rustfmt-wrapper v0.2.0 |
1671 | 2024-01-31T19:15:14.583Z | Compiling num-derive v0.4.0 |
1672 | 2024-01-31T19:15:14.878Z | Compiling vec_map v0.8.2 |
1673 | 2024-01-31T19:15:14.926Z | Compiling libefi-sys v0.1.0 |
1674 | 2024-01-31T19:15:15.339Z | Compiling ansi_term v0.12.1 |
1675 | 2024-01-31T19:15:15.362Z | Compiling strsim v0.8.0 |
1676 | 2024-01-31T19:15:16.189Z | Compiling clap v2.34.0 |
1677 | 2024-01-31T19:15:16.420Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1678 | 2024-01-31T19:15:16.903Z | Compiling zone v0.3.0 |
1679 | 2024-01-31T19:15:16.918Z | Compiling structopt-derive v0.4.18 |
1680 | 2024-01-31T19:15:18.129Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1681 | 2024-01-31T19:15:18.483Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1682 | 2024-01-31T19:15:18.771Z | Compiling smf v0.2.2 |
1683 | 2024-01-31T19:15:19.355Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1684 | 2024-01-31T19:15:19.491Z | Compiling unicase v2.7.0 |
1685 | 2024-01-31T19:15:19.623Z | Compiling semver v0.1.20 |
1686 | 2024-01-31T19:15:19.941Z | Compiling curve25519-dalek v4.1.1 |
1687 | 2024-01-31T19:15:20.100Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1688 | 2024-01-31T19:15:20.751Z | Compiling rustc_version v0.1.7 |
1689 | 2024-01-31T19:15:20.805Z | Compiling universal-hash v0.5.1 |
1690 | 2024-01-31T19:15:20.984Z | Compiling opaque-debug v0.3.0 |
1691 | 2024-01-31T19:15:21.107Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1692 | 2024-01-31T19:15:21.132Z | Compiling curve25519-dalek-derive v0.1.0 |
1693 | 2024-01-31T19:15:21.152Z | Compiling gethostname v0.4.3 |
1694 | 2024-01-31T19:15:21.170Z | Compiling num-rational v0.4.1 |
1695 | 2024-01-31T19:15:21.504Z | Compiling newtype_derive v0.1.6 |
1696 | 2024-01-31T19:15:21.532Z | Compiling getrandom v0.1.16 |
1697 | 2024-01-31T19:15:21.850Z | Compiling structopt v0.3.26 |
1698 | 2024-01-31T19:15:21.906Z | Compiling usdt-macro v0.5.0 |
1699 | 2024-01-31T19:15:21.977Z | Compiling usdt-attr-macro v0.5.0 |
1700 | 2024-01-31T19:15:22.080Z | Compiling password-hash v0.5.0 |
1701 | 2024-01-31T19:15:22.736Z | Compiling blake2 v0.10.6 |
1702 | 2024-01-31T19:15:22.884Z | Compiling signature v2.1.0 |
1703 | 2024-01-31T19:15:23.257Z | Compiling memmap v0.7.0 |
1704 | 2024-01-31T19:15:23.804Z | Compiling parking_lot_core v0.8.6 |
1705 | 2024-01-31T19:15:23.897Z | Compiling linked-hash-map v0.5.6 |
1706 | 2024-01-31T19:15:24.379Z | Compiling quick-error v1.2.3 |
1707 | 2024-01-31T19:15:24.448Z | Compiling lru-cache v0.1.2 |
1708 | 2024-01-31T19:15:24.503Z | Compiling argon2 v0.5.3 |
1709 | 2024-01-31T19:15:24.588Z | Compiling resolv-conf v0.7.0 |
1710 | 2024-01-31T19:15:24.615Z | Compiling usdt v0.5.0 |
1711 | 2024-01-31T19:15:25.555Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1712 | 2024-01-31T19:15:25.893Z | Compiling aead v0.5.2 |
1713 | 2024-01-31T19:15:26.010Z | Compiling num-complex v0.4.4 |
1714 | 2024-01-31T19:15:26.414Z | Compiling nibble_vec v0.1.0 |
1715 | 2024-01-31T19:15:26.721Z | Compiling slog-dtrace v0.3.0 |
1716 | 2024-01-31T19:15:27.176Z | Compiling cancel-safe-futures v0.1.5 |
1717 | 2024-01-31T19:15:27.759Z | Compiling endian-type v0.1.2 |
1718 | 2024-01-31T19:15:27.852Z | Compiling keccak v0.1.4 |
1719 | 2024-01-31T19:15:28.102Z | Compiling utf-8 v0.7.6 |
1720 | 2024-01-31T19:15:28.447Z | Compiling winapi v0.3.9 |
1721 | 2024-01-31T19:15:28.590Z | Compiling arc-swap v1.6.0 |
1722 | 2024-01-31T19:15:29.494Z | Compiling slog-scope v4.4.0 |
1723 | 2024-01-31T19:15:29.674Z | Compiling tungstenite v0.20.1 |
1724 | 2024-01-31T19:15:29.956Z | Compiling sha3 v0.10.8 |
1725 | 2024-01-31T19:15:30.120Z | Compiling radix_trie v0.2.1 |
1726 | 2024-01-31T19:15:30.385Z | Compiling num v0.4.1 |
1727 | 2024-01-31T19:15:30.632Z | Compiling mime_guess v2.0.4 |
1728 | 2024-01-31T19:15:31.207Z | Compiling steno v0.4.0 |
1729 | 2024-01-31T19:15:31.408Z | Compiling trust-dns-resolver v0.22.0 |
1730 | 2024-01-31T19:15:31.523Z | Compiling rand_core v0.5.1 |
1731 | 2024-01-31T19:15:32.757Z | Compiling poly1305 v0.8.0 |
1732 | 2024-01-31T19:15:33.417Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1733 | 2024-01-31T19:15:33.541Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1734 | 2024-01-31T19:15:35.201Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1735 | 2024-01-31T19:15:35.604Z | Compiling chacha20 v0.9.1 |
1736 | 2024-01-31T19:15:35.834Z | Compiling rfc6979 v0.4.0 |
1737 | 2024-01-31T19:15:36.117Z | Compiling secrecy v0.8.0 |
1738 | 2024-01-31T19:15:36.301Z | Compiling thiserror-impl-no-std v2.0.2 |
1739 | 2024-01-31T19:15:36.507Z | Compiling half v2.3.1 |
1740 | 2024-01-31T19:15:37.471Z | Compiling option-ext v0.2.0 |
1741 | 2024-01-31T19:15:37.666Z | Compiling convert_case v0.4.0 |
1742 | 2024-01-31T19:15:38.223Z | Compiling ciborium-io v0.2.2 |
1743 | 2024-01-31T19:15:38.406Z | Compiling ciborium-ll v0.2.2 |
1744 | 2024-01-31T19:15:39.021Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1745 | 2024-01-31T19:15:39.110Z | Compiling dirs-sys v0.4.1 |
1746 | 2024-01-31T19:15:39.189Z | Compiling derive_more v0.99.17 |
1747 | 2024-01-31T19:15:40.303Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1748 | 2024-01-31T19:15:41.757Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1749 | 2024-01-31T19:15:42.003Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1750 | 2024-01-31T19:15:43.666Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1751 | 2024-01-31T19:15:43.678Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1752 | 2024-01-31T19:15:43.846Z | Compiling thiserror-no-std v2.0.2 |
1753 | 2024-01-31T19:15:44.030Z | Compiling ecdsa v0.16.9 |
1754 | 2024-01-31T19:15:45.026Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1755 | 2024-01-31T19:15:45.314Z | Compiling parking_lot v0.11.2 |
1756 | 2024-01-31T19:15:45.502Z | Compiling rand_chacha v0.2.2 |
1757 | 2024-01-31T19:15:45.682Z | Compiling tokio-tungstenite v0.20.1 |
1758 | 2024-01-31T19:15:46.498Z | Compiling trust-dns-client v0.22.0 |
1759 | 2024-01-31T19:15:47.922Z | Compiling slog-stdlog v4.1.1 |
1760 | 2024-01-31T19:15:48.046Z | Compiling ed25519 v2.2.2 |
1761 | 2024-01-31T19:15:48.270Z | Compiling polyval v0.6.1 |
1762 | 2024-01-31T19:15:48.493Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1763 | 2024-01-31T19:15:48.744Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1764 | 2024-01-31T19:15:49.293Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1765 | 2024-01-31T19:15:51.499Z | Compiling primeorder v0.13.6 |
1766 | 2024-01-31T19:15:52.326Z | Compiling aes v0.8.3 |
1767 | 2024-01-31T19:15:53.630Z | Compiling ctr v0.9.2 |
1768 | 2024-01-31T19:15:54.162Z | Compiling blowfish v0.9.1 |
1769 | 2024-01-31T19:15:54.893Z | Compiling password-hash v0.4.2 |
1770 | 2024-01-31T19:15:55.115Z | Compiling libsw v3.3.1 |
1771 | 2024-01-31T19:15:56.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1772 | 2024-01-31T19:15:57.216Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1773 | 2024-01-31T19:16:02.051Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1774 | 2024-01-31T19:16:05.259Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1775 | 2024-01-31T19:16:07.779Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-01-31T19:16:08.057Z | Compiling derive-where v1.2.7 |
1777 | 2024-01-31T19:16:10.546Z | Compiling fxhash v0.2.1 |
1778 | 2024-01-31T19:16:10.648Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1779 | 2024-01-31T19:16:10.890Z | Compiling linear-map v1.2.0 |
1780 | 2024-01-31T19:16:11.385Z | Compiling owo-colors v4.0.0 |
1781 | 2024-01-31T19:16:11.466Z | Compiling swrite v0.1.0 |
1782 | 2024-01-31T19:16:11.656Z | Compiling sled v0.34.7 |
1783 | 2024-01-31T19:16:14.515Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1784 | 2024-01-31T19:16:14.669Z | Compiling bcrypt-pbkdf v0.10.0 |
1785 | 2024-01-31T19:16:15.095Z | Compiling trust-dns-server v0.22.1 |
1786 | 2024-01-31T19:16:15.464Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1787 | 2024-01-31T19:16:15.593Z | Compiling pbkdf2 v0.11.0 |
1788 | 2024-01-31T19:16:16.157Z | Compiling p256 v0.13.2 |
1789 | 2024-01-31T19:16:16.711Z | Compiling ghash v0.5.0 |
1790 | 2024-01-31T19:16:16.987Z | Compiling ed25519-dalek v2.0.0 |
1791 | 2024-01-31T19:16:18.410Z | Compiling slog-envlogger v2.2.0 |
1792 | 2024-01-31T19:16:18.416Z | Compiling russh-cryptovec v0.7.0 |
1793 | 2024-01-31T19:16:18.416Z | Compiling rand v0.7.3 |
1794 | 2024-01-31T19:16:18.859Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1795 | 2024-01-31T19:16:19.091Z | Compiling vsss-rs v3.3.4 |
1796 | 2024-01-31T19:16:20.556Z | Compiling dirs v5.0.1 |
1797 | 2024-01-31T19:16:20.854Z | Compiling ciborium v0.2.2 |
1798 | 2024-01-31T19:16:22.016Z | Compiling chacha20poly1305 v0.10.1 |
1799 | 2024-01-31T19:16:22.345Z | Compiling cbc v0.1.2 |
1800 | 2024-01-31T19:16:22.719Z | Compiling pem v3.0.2 |
1801 | 2024-01-31T19:16:23.017Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1802 | 2024-01-31T19:16:23.426Z | Compiling headers-core v0.2.0 |
1803 | 2024-01-31T19:16:23.572Z | Compiling kstat-rs v0.2.3 |
1804 | 2024-01-31T19:16:23.997Z | Compiling md5 v0.7.0 |
1805 | 2024-01-31T19:16:24.030Z | Compiling http-range v0.1.5 |
1806 | 2024-01-31T19:16:24.599Z | Compiling glob v0.3.1 |
1807 | 2024-01-31T19:16:24.685Z | Compiling russh-keys v0.40.1 |
1808 | 2024-01-31T19:16:24.814Z | Compiling hyper-staticfile v0.9.5 |
1809 | 2024-01-31T19:16:26.362Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1810 | 2024-01-31T19:16:26.887Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1811 | 2024-01-31T19:16:28.526Z | Compiling headers v0.3.9 |
1812 | 2024-01-31T19:16:31.493Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1813 | 2024-01-31T19:16:31.501Z | Compiling rcgen v0.12.1 |
1814 | 2024-01-31T19:16:31.607Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1815 | 2024-01-31T19:16:32.343Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1816 | 2024-01-31T19:16:32.836Z | Compiling aes-gcm v0.10.3 |
1817 | 2024-01-31T19:16:36.286Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1818 | 2024-01-31T19:16:39.443Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1819 | 2024-01-31T19:16:40.630Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1820 | 2024-01-31T19:16:43.187Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1821 | 2024-01-31T19:16:48.263Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1822 | 2024-01-31T19:16:48.392Z | Compiling atomicwrites v0.4.3 |
1823 | 2024-01-31T19:16:48.433Z | Compiling itertools v0.12.0 |
1824 | 2024-01-31T19:16:48.930Z | Compiling subprocess v0.2.9 |
1825 | 2024-01-31T19:17:00.179Z | Compiling display-error-chain v0.2.0 |
1826 | 2024-01-31T19:17:00.639Z | Compiling hex-literal v0.4.1 |
1827 | 2024-01-31T19:17:00.639Z | Compiling russh v0.40.2 |
1828 | 2024-01-31T19:17:00.640Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1829 | 2024-01-31T19:17:00.640Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1830 | 2024-01-31T19:17:00.793Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1831 | 2024-01-31T19:17:01.596Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1832 | 2024-01-31T19:17:32.502Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1833 | 2024-01-31T19:18:59.032Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 41s |
1834 | 2024-01-31T19:18:59.049Z | |
1835 | 2024-01-31T19:18:59.049Z | real 8:41.795403215 |
1836 | 2024-01-31T19:18:59.049Z | user 47:48.809413852 |
1837 | 2024-01-31T19:18:59.050Z | sys 7:13.320152499 |
1838 | 2024-01-31T19:18:59.050Z | trap 1.713040133 |
1839 | 2024-01-31T19:18:59.050Z | tflt 2.322108203 |
1840 | 2024-01-31T19:18:59.050Z | dflt 5.717819540 |
1841 | 2024-01-31T19:18:59.050Z | kflt 0.025821984 |
1842 | 2024-01-31T19:18:59.050Z | lock 1:31:49.062431749 |
1843 | 2024-01-31T19:18:59.050Z | slp 2:16:09.081567606 |
1844 | 2024-01-31T19:18:59.050Z | lat 2:06.347252900 |
1845 | 2024-01-31T19:18:59.051Z | stop 4:28.424678185 |
1846 | 2024-01-31T19:18:59.051Z | + mkdir -p /work/end-to-end-tests |
1847 | 2024-01-31T19:18:59.051Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1848 | 2024-01-31T19:18:59.840Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1849 | 2024-01-31T19:18:59.840Z | + ptime -m gzip |
1850 | 2024-01-31T19:18:59.848Z | ++ basename target/debug/bootstrap |
1851 | 2024-01-31T19:19:18.719Z | |
1852 | 2024-01-31T19:19:18.719Z | real 18.876065258 |
1853 | 2024-01-31T19:19:18.719Z | user 18.683934309 |
1854 | 2024-01-31T19:19:18.720Z | sys 0.180453075 |
1855 | 2024-01-31T19:19:18.720Z | trap 0.004828770 |
1856 | 2024-01-31T19:19:18.720Z | tflt 0.000000000 |
1857 | 2024-01-31T19:19:18.720Z | dflt 0.000000000 |
1858 | 2024-01-31T19:19:18.725Z | kflt 0.000000000 |
1859 | 2024-01-31T19:19:18.726Z | lock 0.000000000 |
1860 | 2024-01-31T19:19:18.726Z | slp 0.000000000 |
1861 | 2024-01-31T19:19:18.726Z | lat 0.006507412 |
1862 | 2024-01-31T19:19:18.726Z | stop 0.000222979 |
1863 | 2024-01-31T19:19:18.726Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1864 | 2024-01-31T19:19:18.726Z | + ptime -m gzip |
1865 | 2024-01-31T19:19:18.726Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-485102d0e6124cf0 |
1866 | 2024-01-31T19:19:20.583Z | |
1867 | 2024-01-31T19:19:20.589Z | real 1.856294269 |
1868 | 2024-01-31T19:19:20.591Z | user 1.838200966 |
1869 | 2024-01-31T19:19:20.591Z | sys 0.017412810 |
1870 | 2024-01-31T19:19:20.591Z | trap 0.000178684 |
1871 | 2024-01-31T19:19:20.591Z | tflt 0.000000000 |
1872 | 2024-01-31T19:19:20.591Z | dflt 0.000000000 |
1873 | 2024-01-31T19:19:20.591Z | kflt 0.000000000 |
1874 | 2024-01-31T19:19:20.591Z | lock 0.000000000 |
1875 | 2024-01-31T19:19:20.592Z | slp 0.000000000 |
1876 | 2024-01-31T19:19:20.592Z | lat 0.000163878 |
1877 | 2024-01-31T19:19:20.592Z | stop 0.000220642 |
1878 | 2024-01-31T19:19:20.592Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1879 | 2024-01-31T19:19:20.592Z | + ptime -m gzip |
1880 | 2024-01-31T19:19:20.592Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8616f2942d631494 |
1881 | 2024-01-31T19:19:39.858Z | |
1882 | 2024-01-31T19:19:39.861Z | real 19.270486947 |
1883 | 2024-01-31T19:19:39.861Z | user 19.086127654 |
1884 | 2024-01-31T19:19:39.861Z | sys 0.179091296 |
1885 | 2024-01-31T19:19:39.862Z | trap 0.003244749 |
1886 | 2024-01-31T19:19:39.862Z | tflt 0.000000000 |
1887 | 2024-01-31T19:19:39.862Z | dflt 0.000000000 |
1888 | 2024-01-31T19:19:39.862Z | kflt 0.000000000 |
1889 | 2024-01-31T19:19:39.862Z | lock 0.000000000 |
1890 | 2024-01-31T19:19:39.862Z | slp 0.000000000 |
1891 | 2024-01-31T19:19:39.862Z | lat 0.001685429 |
1892 | 2024-01-31T19:19:39.862Z | stop 0.000220586 |
1893 | 2024-01-31T19:19:39.862Z | + banner caboose-util |
1894 | 2024-01-31T19:19:39.862Z | |
1895 | 2024-01-31T19:19:39.863Z | #### ## ##### #### #### #### ###### # # ##### |
1896 | 2024-01-31T19:19:39.863Z | # # # # # # # # # # # # # # # |
1897 | 2024-01-31T19:19:39.863Z | # # # ##### # # # # #### ##### ##### # # # |
1898 | 2024-01-31T19:19:39.863Z | # ###### # # # # # # # # # # # |
1899 | 2024-01-31T19:19:39.863Z | # # # # # # # # # # # # # # # # |
1900 | 2024-01-31T19:19:39.863Z | #### # # ##### #### #### #### ###### #### # |
1901 | 2024-01-31T19:19:39.863Z | |
1902 | 2024-01-31T19:19:39.866Z | + ptime -m cargo build --locked -p caboose-util --release |
1903 | 2024-01-31T19:19:40.545Z | Downloading crates ... |
1904 | 2024-01-31T19:19:40.848Z | Downloaded bitfield v0.14.0 |
1905 | 2024-01-31T19:19:40.852Z | Downloaded radium v0.7.0 |
1906 | 2024-01-31T19:19:40.855Z | Downloaded funty v2.0.0 |
1907 | 2024-01-31T19:19:40.871Z | Downloaded nodrop v0.1.14 |
1908 | 2024-01-31T19:19:40.874Z | Downloaded path-slash v0.1.5 |
1909 | 2024-01-31T19:19:40.877Z | Downloaded x509-cert v0.2.4 |
1910 | 2024-01-31T19:19:40.886Z | Downloaded crc v3.0.1 |
1911 | 2024-01-31T19:19:40.889Z | Downloaded smallvec v0.6.14 |
1912 | 2024-01-31T19:19:40.892Z | Downloaded crc-catalog v2.2.0 |
1913 | 2024-01-31T19:19:40.892Z | Downloaded serde-hex v0.1.0 |
1914 | 2024-01-31T19:19:40.898Z | Downloaded pkcs1 v0.7.5 |
1915 | 2024-01-31T19:19:40.901Z | Downloaded env_logger v0.10.0 |
1916 | 2024-01-31T19:19:40.905Z | Downloaded packed_struct v0.10.1 |
1917 | 2024-01-31T19:19:40.908Z | Downloaded crc-any v2.4.3 |
1918 | 2024-01-31T19:19:40.911Z | Downloaded rsa v0.9.2 |
1919 | 2024-01-31T19:19:40.921Z | Downloaded num-bigint-dig v0.8.4 |
1920 | 2024-01-31T19:19:40.927Z | Downloaded ron v0.8.1 |
1921 | 2024-01-31T19:19:40.936Z | Downloaded bitvec v1.0.1 |
1922 | 2024-01-31T19:19:40.962Z | Downloaded object v0.30.4 |
1923 | 2024-01-31T19:19:40.979Z | Downloaded packed_struct_codegen v0.10.1 |
1924 | 2024-01-31T19:19:40.982Z | Downloaded tap v1.0.1 |
1925 | 2024-01-31T19:19:40.988Z | Downloaded array-init v0.0.4 |
1926 | 2024-01-31T19:19:40.994Z | Downloaded wyz v0.5.1 |
1927 | 2024-01-31T19:19:41.000Z | Downloaded termcolor v1.2.0 |
1928 | 2024-01-31T19:19:41.000Z | Downloaded maybe-uninit v2.0.0 |
1929 | 2024-01-31T19:19:41.169Z | Compiling proc-macro2 v1.0.78 |
1930 | 2024-01-31T19:19:41.169Z | Compiling unicode-ident v1.0.12 |
1931 | 2024-01-31T19:19:41.185Z | Compiling libc v0.2.152 |
1932 | 2024-01-31T19:19:41.185Z | Compiling serde v1.0.195 |
1933 | 2024-01-31T19:19:41.185Z | Compiling autocfg v1.1.0 |
1934 | 2024-01-31T19:19:41.186Z | Compiling version_check v0.9.4 |
1935 | 2024-01-31T19:19:41.196Z | Compiling cfg-if v1.0.0 |
1936 | 2024-01-31T19:19:41.333Z | Compiling typenum v1.16.0 |
1937 | 2024-01-31T19:19:41.347Z | Compiling once_cell v1.19.0 |
1938 | 2024-01-31T19:19:41.425Z | Compiling parking_lot_core v0.9.8 |
1939 | 2024-01-31T19:19:41.939Z | Compiling memchr v2.6.3 |
1940 | 2024-01-31T19:19:41.972Z | Compiling syn v1.0.109 |
1941 | 2024-01-31T19:19:42.007Z | Compiling byteorder v1.5.0 |
1942 | 2024-01-31T19:19:42.448Z | Compiling lock_api v0.4.10 |
1943 | 2024-01-31T19:19:42.721Z | Compiling generic-array v0.14.7 |
1944 | 2024-01-31T19:19:42.762Z | Compiling libm v0.2.7 |
1945 | 2024-01-31T19:19:42.824Z | Compiling num-traits v0.2.16 |
1946 | 2024-01-31T19:19:43.130Z | Compiling ahash v0.8.6 |
1947 | 2024-01-31T19:19:43.207Z | Compiling pkg-config v0.3.27 |
1948 | 2024-01-31T19:19:43.521Z | Compiling quote v1.0.35 |
1949 | 2024-01-31T19:19:43.583Z | Compiling thiserror v1.0.56 |
1950 | 2024-01-31T19:19:44.231Z | Compiling syn v2.0.48 |
1951 | 2024-01-31T19:19:44.449Z | Compiling cc v1.0.83 |
1952 | 2024-01-31T19:19:44.488Z | Compiling getrandom v0.2.10 |
1953 | 2024-01-31T19:19:44.885Z | Compiling serde_json v1.0.113 |
1954 | 2024-01-31T19:19:45.009Z | Compiling scopeguard v1.2.0 |
1955 | 2024-01-31T19:19:45.707Z | Compiling slab v0.4.9 |
1956 | 2024-01-31T19:19:45.792Z | Compiling log v0.4.20 |
1957 | 2024-01-31T19:19:46.054Z | Compiling itoa v1.0.9 |
1958 | 2024-01-31T19:19:46.386Z | Compiling rand_core v0.6.4 |
1959 | 2024-01-31T19:19:46.735Z | Compiling smallvec v1.11.2 |
1960 | 2024-01-31T19:19:47.540Z | Compiling vcpkg v0.2.15 |
1961 | 2024-01-31T19:19:48.572Z | Compiling pin-project-lite v0.2.13 |
1962 | 2024-01-31T19:19:48.738Z | Compiling const-oid v0.9.5 |
1963 | 2024-01-31T19:19:48.833Z | Compiling parking_lot v0.12.1 |
1964 | 2024-01-31T19:19:49.698Z | Compiling ring v0.17.7 |
1965 | 2024-01-31T19:19:50.180Z | Compiling ryu v1.0.15 |
1966 | 2024-01-31T19:19:50.300Z | Compiling ucd-trie v0.1.6 |
1967 | 2024-01-31T19:19:50.313Z | Compiling openssl-sys v0.9.96 |
1968 | 2024-01-31T19:19:51.095Z | Compiling signal-hook-registry v1.4.1 |
1969 | 2024-01-31T19:19:51.613Z | Compiling io-lifetimes v1.0.11 |
1970 | 2024-01-31T19:19:52.298Z | Compiling subtle v2.5.0 |
1971 | 2024-01-31T19:19:52.366Z | Compiling ring v0.16.20 |
1972 | 2024-01-31T19:19:52.474Z | Compiling mio v0.8.9 |
1973 | 2024-01-31T19:19:53.070Z | Compiling num-integer v0.1.45 |
1974 | 2024-01-31T19:19:53.488Z | Compiling semver v1.0.21 |
1975 | 2024-01-31T19:19:53.907Z | Compiling futures-core v0.3.30 |
1976 | 2024-01-31T19:19:54.990Z | Compiling spin v0.5.2 |
1977 | 2024-01-31T19:19:55.170Z | Compiling rustix v0.37.23 |
1978 | 2024-01-31T19:19:55.980Z | Compiling socket2 v0.5.5 |
1979 | 2024-01-31T19:19:56.464Z | Compiling num_cpus v1.16.0 |
1980 | 2024-01-31T19:19:56.747Z | Compiling allocator-api2 v0.2.16 |
1981 | 2024-01-31T19:19:56.977Z | Compiling futures-sink v0.3.30 |
1982 | 2024-01-31T19:19:57.185Z | Compiling openssl v0.10.60 |
1983 | 2024-01-31T19:19:57.372Z | Compiling heck v0.4.1 |
1984 | 2024-01-31T19:19:57.759Z | Compiling httparse v1.8.0 |
1985 | 2024-01-31T19:19:57.997Z | Compiling unicode-xid v0.2.4 |
1986 | 2024-01-31T19:19:58.216Z | Compiling synstructure v0.12.6 |
1987 | 2024-01-31T19:19:58.296Z | Compiling tinyvec_macros v0.1.1 |
1988 | 2024-01-31T19:19:58.313Z | Compiling equivalent v1.0.1 |
1989 | 2024-01-31T19:19:58.761Z | Compiling tinyvec v1.6.0 |
1990 | 2024-01-31T19:19:59.179Z | Compiling futures-channel v0.3.30 |
1991 | 2024-01-31T19:19:59.707Z | Compiling ppv-lite86 v0.2.17 |
1992 | 2024-01-31T19:19:59.777Z | Compiling futures-io v0.3.30 |
1993 | 2024-01-31T19:19:59.967Z | Compiling rustls v0.21.9 |
1994 | 2024-01-31T19:20:00.463Z | Compiling crc32fast v1.3.2 |
1995 | 2024-01-31T19:20:00.463Z | Compiling pin-utils v0.1.0 |
1996 | 2024-01-31T19:20:00.635Z | Compiling futures-task v0.3.30 |
1997 | 2024-01-31T19:20:00.684Z | Compiling native-tls v0.2.11 |
1998 | 2024-01-31T19:20:00.808Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1999 | 2024-01-31T19:20:01.014Z | Compiling rand_chacha v0.3.1 |
2000 | 2024-01-31T19:20:01.148Z | Compiling spin v0.9.8 |
2001 | 2024-01-31T19:20:01.260Z | Compiling unicode-normalization v0.1.22 |
2002 | 2024-01-31T19:20:01.340Z | Compiling tracing-core v0.1.31 |
2003 | 2024-01-31T19:20:01.427Z | Compiling unicode-bidi v0.3.13 |
2004 | 2024-01-31T19:20:01.711Z | Compiling base64ct v1.6.0 |
2005 | 2024-01-31T19:20:02.982Z | Compiling pem-rfc7468 v0.7.0 |
2006 | 2024-01-31T19:20:03.478Z | Compiling rand v0.8.5 |
2007 | 2024-01-31T19:20:03.731Z | Compiling errno v0.3.8 |
2008 | 2024-01-31T19:20:03.916Z | Compiling num-iter v0.1.43 |
2009 | 2024-01-31T19:20:04.115Z | Compiling usdt-impl v0.3.5 |
2010 | 2024-01-31T19:20:04.295Z | Compiling rustix v0.38.30 |
2011 | 2024-01-31T19:20:04.335Z | Compiling flagset v0.4.3 |
2012 | 2024-01-31T19:20:04.655Z | Compiling signal-hook v0.3.17 |
2013 | 2024-01-31T19:20:05.260Z | Compiling schemars v0.8.16 |
2014 | 2024-01-31T19:20:05.532Z | Compiling serde_derive_internals v0.26.0 |
2015 | 2024-01-31T19:20:05.880Z | Compiling serde_derive v1.0.195 |
2016 | 2024-01-31T19:20:06.113Z | Compiling zeroize_derive v1.4.2 |
2017 | 2024-01-31T19:20:06.325Z | Compiling zerocopy-derive v0.7.32 |
2018 | 2024-01-31T19:20:06.338Z | Compiling thiserror-impl v1.0.56 |
2019 | 2024-01-31T19:20:06.428Z | Compiling tokio-macros v2.2.0 |
2020 | 2024-01-31T19:20:07.603Z | Compiling futures-macro v0.3.30 |
2021 | 2024-01-31T19:20:08.355Z | Compiling zeroize v1.7.0 |
2022 | 2024-01-31T19:20:09.290Z | Compiling tracing-attributes v0.1.26 |
2023 | 2024-01-31T19:20:09.518Z | Compiling zerocopy v0.7.32 |
2024 | 2024-01-31T19:20:10.648Z | Compiling der_derive v0.7.2 |
2025 | 2024-01-31T19:20:11.017Z | Compiling pest v2.7.6 |
2026 | 2024-01-31T19:20:11.362Z | Compiling crypto-common v0.1.6 |
2027 | 2024-01-31T19:20:11.567Z | Compiling block-buffer v0.10.4 |
2028 | 2024-01-31T19:20:11.940Z | Compiling digest v0.10.7 |
2029 | 2024-01-31T19:20:11.957Z | Compiling zerocopy-derive v0.2.0 |
2030 | 2024-01-31T19:20:12.724Z | Compiling openssl-macros v0.1.1 |
2031 | 2024-01-31T19:20:13.460Z | Compiling hashbrown v0.14.2 |
2032 | 2024-01-31T19:20:14.279Z | Compiling futures-util v0.3.30 |
2033 | 2024-01-31T19:20:14.555Z | Compiling tracing v0.1.37 |
2034 | 2024-01-31T19:20:14.689Z | Compiling zerocopy-derive v0.6.4 |
2035 | 2024-01-31T19:20:15.034Z | Compiling pest_meta v2.7.6 |
2036 | 2024-01-31T19:20:15.646Z | Compiling scroll_derive v0.12.0 |
2037 | 2024-01-31T19:20:15.659Z | Compiling der v0.7.8 |
2038 | 2024-01-31T19:20:17.608Z | Compiling pest_generator v2.7.6 |
2039 | 2024-01-31T19:20:21.910Z | Compiling fnv v1.0.7 |
2040 | 2024-01-31T19:20:22.048Z | Compiling pest_derive v2.7.6 |
2041 | 2024-01-31T19:20:22.066Z | Compiling bitflags v1.3.2 |
2042 | 2024-01-31T19:20:22.213Z | Compiling spki v0.7.2 |
2043 | 2024-01-31T19:20:23.428Z | Compiling zerocopy v0.3.0 |
2044 | 2024-01-31T19:20:24.388Z | Compiling schemars_derive v0.8.16 |
2045 | 2024-01-31T19:20:24.401Z | Compiling lazy_static v1.4.0 |
2046 | 2024-01-31T19:20:25.638Z | Compiling backtrace v0.3.69 |
2047 | 2024-01-31T19:20:26.227Z | Compiling thread-id v4.2.0 |
2048 | 2024-01-31T19:20:26.374Z | Compiling num-bigint v0.4.4 |
2049 | 2024-01-31T19:20:27.021Z | Compiling memoffset v0.9.0 |
2050 | 2024-01-31T19:20:27.196Z | Compiling crossbeam-utils v0.8.16 |
2051 | 2024-01-31T19:20:27.493Z | Compiling smoltcp v0.9.1 |
2052 | 2024-01-31T19:20:27.607Z | Compiling untrusted v0.7.1 |
2053 | 2024-01-31T19:20:27.879Z | Compiling foreign-types-shared v0.1.1 |
2054 | 2024-01-31T19:20:28.019Z | Compiling async-trait v0.1.77 |
2055 | 2024-01-31T19:20:28.022Z | Compiling percent-encoding v2.3.1 |
2056 | 2024-01-31T19:20:28.384Z | Compiling bytes v1.5.0 |
2057 | 2024-01-31T19:20:28.637Z | Compiling indexmap v2.1.0 |
2058 | 2024-01-31T19:20:29.268Z | Compiling bitflags v2.4.0 |
2059 | 2024-01-31T19:20:29.281Z | Compiling uuid v1.7.0 |
2060 | 2024-01-31T19:20:29.796Z | Compiling tokio v1.35.1 |
2061 | 2024-01-31T19:20:29.874Z | Compiling rustc_version v0.4.0 |
2062 | 2024-01-31T19:20:30.231Z | Compiling http v0.2.11 |
2063 | 2024-01-31T19:20:30.413Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2064 | 2024-01-31T19:20:30.654Z | Compiling untrusted v0.9.0 |
2065 | 2024-01-31T19:20:30.829Z | Compiling heapless v0.7.16 |
2066 | 2024-01-31T19:20:30.889Z | Compiling base64 v0.21.7 |
2067 | 2024-01-31T19:20:33.162Z | Compiling iana-time-zone v0.1.57 |
2068 | 2024-01-31T19:20:33.897Z | Compiling chrono v0.4.31 |
2069 | 2024-01-31T19:20:34.898Z | Compiling foreign-types v0.3.2 |
2070 | 2024-01-31T19:20:37.644Z | Compiling dof v0.1.5 |
2071 | 2024-01-31T19:20:38.957Z | Compiling dtrace-parser v0.1.14 |
2072 | 2024-01-31T19:20:39.750Z | Compiling hmac v0.12.1 |
2073 | 2024-01-31T19:20:40.067Z | Compiling clap_derive v4.4.2 |
2074 | 2024-01-31T19:20:41.435Z | Compiling anstyle v1.0.2 |
2075 | 2024-01-31T19:20:41.596Z | Compiling adler v1.0.2 |
2076 | 2024-01-31T19:20:41.893Z | Compiling try-lock v0.2.4 |
2077 | 2024-01-31T19:20:41.904Z | Compiling cpufeatures v0.2.12 |
2078 | 2024-01-31T19:20:42.039Z | Compiling siphasher v0.3.11 |
2079 | 2024-01-31T19:20:42.081Z | Compiling rustversion v1.0.14 |
2080 | 2024-01-31T19:20:42.372Z | Compiling tokio-util v0.7.10 |
2081 | 2024-01-31T19:20:42.648Z | Compiling time-core v0.1.1 |
2082 | 2024-01-31T19:20:42.885Z | Compiling utf8parse v0.2.1 |
2083 | 2024-01-31T19:20:44.027Z | Compiling anstyle-parse v0.2.1 |
2084 | 2024-01-31T19:20:44.233Z | Compiling h2 v0.3.24 |
2085 | 2024-01-31T19:20:44.741Z | Compiling time-macros v0.2.13 |
2086 | 2024-01-31T19:20:49.798Z | Compiling want v0.3.1 |
2087 | 2024-01-31T19:20:50.178Z | Compiling sha2 v0.10.8 |
2088 | 2024-01-31T19:20:51.436Z | Compiling miniz_oxide v0.7.1 |
2089 | 2024-01-31T19:20:52.778Z | Compiling sct v0.7.0 |
2090 | 2024-01-31T19:20:53.183Z | Compiling rustls-webpki v0.101.7 |
2091 | 2024-01-31T19:20:54.277Z | Compiling http-body v0.4.5 |
2092 | 2024-01-31T19:20:54.879Z | Compiling serde_tokenstream v0.1.7 |
2093 | 2024-01-31T19:20:55.656Z | Compiling form_urlencoded v1.2.1 |
2094 | 2024-01-31T19:20:55.963Z | Compiling pkcs8 v0.10.2 |
2095 | 2024-01-31T19:20:56.116Z | Compiling hubpack_derive v0.1.1 |
2096 | 2024-01-31T19:20:56.704Z | Compiling socket2 v0.4.9 |
2097 | 2024-01-31T19:20:57.260Z | Compiling crossbeam-epoch v0.9.15 |
2098 | 2024-01-31T19:20:57.382Z | Compiling usdt-impl v0.5.0 |
2099 | 2024-01-31T19:20:57.859Z | Compiling httpdate v1.0.3 |
2100 | 2024-01-31T19:20:57.973Z | Compiling openssl-probe v0.1.5 |
2101 | 2024-01-31T19:20:58.569Z | Compiling tower-service v0.3.2 |
2102 | 2024-01-31T19:20:58.708Z | Compiling camino v1.1.6 |
2103 | 2024-01-31T19:20:58.925Z | Compiling anstyle-query v1.0.0 |
2104 | 2024-01-31T19:20:59.119Z | Compiling anyhow v1.0.75 |
2105 | 2024-01-31T19:20:59.504Z | Compiling colorchoice v1.0.0 |
2106 | 2024-01-31T19:20:59.840Z | Compiling radium v0.7.0 |
2107 | 2024-01-31T19:21:00.459Z | Compiling slog v2.7.0 |
2108 | 2024-01-31T19:21:00.691Z | Compiling anstream v0.5.0 |
2109 | 2024-01-31T19:21:02.330Z | Compiling hyper v0.14.27 |
2110 | 2024-01-31T19:21:07.258Z | Compiling terminal_size v0.2.6 |
2111 | 2024-01-31T19:21:10.296Z | Compiling serde_spanned v0.6.4 |
2112 | 2024-01-31T19:21:10.629Z | Compiling toml_datetime v0.6.5 |
2113 | 2024-01-31T19:21:12.054Z | Compiling zerocopy v0.6.4 |
2114 | 2024-01-31T19:21:13.555Z | Compiling scroll v0.12.0 |
2115 | 2024-01-31T19:21:13.821Z | Compiling md-5 v0.10.5 |
2116 | 2024-01-31T19:21:14.609Z | Compiling idna v0.5.0 |
2117 | 2024-01-31T19:21:14.716Z | Compiling stringprep v0.1.3 |
2118 | 2024-01-31T19:21:16.083Z | Compiling diesel_table_macro_syntax v0.1.0 |
2119 | 2024-01-31T19:21:16.122Z | Compiling aho-corasick v1.0.4 |
2120 | 2024-01-31T19:21:16.642Z | Compiling hash32 v0.2.1 |
2121 | 2024-01-31T19:21:16.917Z | Compiling tap v1.0.1 |
2122 | 2024-01-31T19:21:16.960Z | Compiling maybe-uninit v2.0.0 |
2123 | 2024-01-31T19:21:17.192Z | Compiling stable_deref_trait v1.2.0 |
2124 | 2024-01-31T19:21:17.356Z | Compiling plain v0.2.3 |
2125 | 2024-01-31T19:21:17.440Z | Compiling clap_lex v0.5.1 |
2126 | 2024-01-31T19:21:17.576Z | Compiling dyn-clone v1.0.13 |
2127 | 2024-01-31T19:21:17.598Z | Compiling strsim v0.10.0 |
2128 | 2024-01-31T19:21:17.749Z | Compiling gimli v0.28.0 |
2129 | 2024-01-31T19:21:17.843Z | Compiling winnow v0.5.15 |
2130 | 2024-01-31T19:21:18.651Z | Compiling regex-syntax v0.8.2 |
2131 | 2024-01-31T19:21:19.497Z | Compiling fallible-iterator v0.2.0 |
2132 | 2024-01-31T19:21:20.501Z | Compiling clap_builder v4.4.2 |
2133 | 2024-01-31T19:21:20.635Z | Compiling postgres-protocol v0.6.6 |
2134 | 2024-01-31T19:21:20.977Z | Compiling goblin v0.8.0 |
2135 | 2024-01-31T19:21:22.695Z | Compiling wyz v0.5.1 |
2136 | 2024-01-31T19:21:23.593Z | Compiling diesel_derives v2.1.2 |
2137 | 2024-01-31T19:21:24.418Z | Compiling regex-automata v0.4.4 |
2138 | 2024-01-31T19:21:25.829Z | Compiling addr2line v0.21.0 |
2139 | 2024-01-31T19:21:26.341Z | Compiling url v2.5.0 |
2140 | 2024-01-31T19:21:28.685Z | Compiling tokio-rustls v0.24.1 |
2141 | 2024-01-31T19:21:29.075Z | Compiling strum_macros v0.25.2 |
2142 | 2024-01-31T19:21:34.722Z | Compiling tokio-native-tls v0.3.1 |
2143 | 2024-01-31T19:21:35.830Z | Compiling usdt-attr-macro v0.3.5 |
2144 | 2024-01-31T19:21:36.021Z | Compiling usdt-macro v0.3.5 |
2145 | 2024-01-31T19:21:37.885Z | Compiling phf_shared v0.11.2 |
2146 | 2024-01-31T19:21:38.837Z | Compiling block-padding v0.3.3 |
2147 | 2024-01-31T19:21:38.905Z | Compiling enum-as-inner v0.5.1 |
2148 | 2024-01-31T19:21:39.164Z | Compiling serde_repr v0.1.16 |
2149 | 2024-01-31T19:21:39.268Z | Compiling ff v0.13.0 |
2150 | 2024-01-31T19:21:39.607Z | Compiling scheduled-thread-pool v0.2.7 |
2151 | 2024-01-31T19:21:40.338Z | Compiling object v0.32.1 |
2152 | 2024-01-31T19:21:40.775Z | Compiling funty v2.0.0 |
2153 | 2024-01-31T19:21:44.001Z | Compiling base16ct v0.2.0 |
2154 | 2024-01-31T19:21:44.444Z | Compiling rustc-demangle v0.1.23 |
2155 | 2024-01-31T19:21:46.566Z | Compiling deranged v0.3.8 |
2156 | 2024-01-31T19:21:46.836Z | Compiling packed_struct v0.10.1 |
2157 | 2024-01-31T19:21:47.443Z | Compiling pretty-hex v0.4.1 |
2158 | 2024-01-31T19:21:47.687Z | Compiling ipnet v2.9.0 |
2159 | 2024-01-31T19:21:47.752Z | Compiling num_threads v0.1.6 |
2160 | 2024-01-31T19:21:49.151Z | Compiling bit-vec v0.6.3 |
2161 | 2024-01-31T19:21:49.458Z | Compiling matches v0.1.10 |
2162 | 2024-01-31T19:21:49.582Z | Compiling num-bigint-dig v0.8.4 |
2163 | 2024-01-31T19:21:49.767Z | Compiling managed v0.8.0 |
2164 | 2024-01-31T19:21:49.984Z | Compiling regex-automata v0.1.10 |
2165 | 2024-01-31T19:21:50.745Z | Compiling bstr v0.2.17 |
2166 | 2024-01-31T19:21:53.027Z | Compiling time v0.3.27 |
2167 | 2024-01-31T19:21:53.941Z | Compiling idna v0.2.3 |
2168 | 2024-01-31T19:21:55.615Z | Compiling dof v0.3.0 |
2169 | 2024-01-31T19:21:56.378Z | Compiling sec1 v0.7.3 |
2170 | 2024-01-31T19:21:57.211Z | Compiling bitvec v1.0.1 |
2171 | 2024-01-31T19:21:58.280Z | Compiling r2d2 v0.8.10 |
2172 | 2024-01-31T19:21:58.675Z | Compiling group v0.13.0 |
2173 | 2024-01-31T19:21:59.112Z | Compiling inout v0.1.3 |
2174 | 2024-01-31T19:22:00.820Z | Compiling phf v0.11.2 |
2175 | 2024-01-31T19:22:01.708Z | Compiling hyper-tls v0.5.0 |
2176 | 2024-01-31T19:22:02.206Z | Compiling regex v1.10.3 |
2177 | 2024-01-31T19:22:03.840Z | Compiling hyper-rustls v0.24.2 |
2178 | 2024-01-31T19:22:04.229Z | Compiling signal-hook-mio v0.2.3 |
2179 | 2024-01-31T19:22:04.351Z | Compiling clap v4.4.3 |
2180 | 2024-01-31T19:22:04.436Z | Compiling flate2 v1.0.28 |
2181 | 2024-01-31T19:22:04.496Z | Compiling ipnetwork v0.20.0 |
2182 | 2024-01-31T19:22:04.528Z | Compiling bzip2 v0.4.4 |
2183 | 2024-01-31T19:22:05.130Z | Compiling toml_edit v0.19.15 |
2184 | 2024-01-31T19:22:05.142Z | Compiling postgres-types v0.2.6 |
2185 | 2024-01-31T19:22:06.264Z | Compiling hubpack v0.1.2 |
2186 | 2024-01-31T19:22:06.308Z | Compiling serde_urlencoded v0.7.1 |
2187 | 2024-01-31T19:22:06.602Z | Compiling rustls-pemfile v1.0.3 |
2188 | 2024-01-31T19:22:06.854Z | Compiling phf_shared v0.10.0 |
2189 | 2024-01-31T19:22:07.101Z | Compiling hkdf v0.12.4 |
2190 | 2024-01-31T19:22:07.198Z | Compiling futures-executor v0.3.30 |
2191 | 2024-01-31T19:22:07.298Z | Compiling dtrace-parser v0.2.0 |
2192 | 2024-01-31T19:22:10.765Z | Compiling crypto-bigint v0.5.2 |
2193 | 2024-01-31T19:22:11.370Z | Compiling packed_struct_codegen v0.10.1 |
2194 | 2024-01-31T19:22:13.417Z | Compiling float-cmp v0.9.0 |
2195 | 2024-01-31T19:22:14.211Z | Compiling indexmap v1.9.3 |
2196 | 2024-01-31T19:22:14.223Z | Compiling encoding_rs v0.8.33 |
2197 | 2024-01-31T19:22:14.592Z | Compiling unicode-width v0.1.11 |
2198 | 2024-01-31T19:22:14.627Z | Compiling normalize-line-endings v0.3.0 |
2199 | 2024-01-31T19:22:14.832Z | Compiling whoami v1.4.1 |
2200 | 2024-01-31T19:22:15.601Z | Compiling unicode-segmentation v1.10.1 |
2201 | 2024-01-31T19:22:16.078Z | Compiling minimal-lexical v0.2.1 |
2202 | 2024-01-31T19:22:16.510Z | Compiling regex-automata v0.3.8 |
2203 | 2024-01-31T19:22:16.854Z | Compiling mime v0.3.17 |
2204 | 2024-01-31T19:22:16.931Z | Compiling either v1.9.0 |
2205 | 2024-01-31T19:22:17.491Z | Compiling static_assertions v1.1.0 |
2206 | 2024-01-31T19:22:17.692Z | Compiling nodrop v0.1.14 |
2207 | 2024-01-31T19:22:17.846Z | Compiling precomputed-hash v0.1.1 |
2208 | 2024-01-31T19:22:18.007Z | Compiling fixedbitset v0.4.2 |
2209 | 2024-01-31T19:22:18.629Z | Compiling data-encoding v2.4.0 |
2210 | 2024-01-31T19:22:19.897Z | Compiling crc-catalog v2.2.0 |
2211 | 2024-01-31T19:22:20.345Z | Compiling webpki-roots v0.25.2 |
2212 | 2024-01-31T19:22:20.568Z | Compiling predicates-core v1.0.6 |
2213 | 2024-01-31T19:22:21.038Z | Compiling new_debug_unreachable v1.0.4 |
2214 | 2024-01-31T19:22:21.151Z | Compiling difflib v0.4.0 |
2215 | 2024-01-31T19:22:21.543Z | Compiling string_cache v0.8.7 |
2216 | 2024-01-31T19:22:22.148Z | Compiling predicates v3.1.0 |
2217 | 2024-01-31T19:22:24.568Z | Compiling reqwest v0.11.22 |
2218 | 2024-01-31T19:22:26.073Z | Compiling crc v3.0.1 |
2219 | 2024-01-31T19:22:26.808Z | Compiling trust-dns-proto v0.22.0 |
2220 | 2024-01-31T19:22:26.859Z | Compiling bstr v1.6.0 |
2221 | 2024-01-31T19:22:27.212Z | Compiling petgraph v0.6.4 |
2222 | 2024-01-31T19:22:29.291Z | Compiling array-init v0.0.4 |
2223 | 2024-01-31T19:22:31.296Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2224 | 2024-01-31T19:22:33.797Z | Compiling itertools v0.10.5 |
2225 | 2024-01-31T19:22:34.981Z | Compiling nom v7.1.3 |
2226 | 2024-01-31T19:22:39.228Z | Compiling similar v2.3.0 |
2227 | 2024-01-31T19:22:41.596Z | Compiling tokio-postgres v0.7.10 |
2228 | 2024-01-31T19:22:44.780Z | Compiling console v0.15.8 |
2229 | 2024-01-31T19:22:47.045Z | Compiling elliptic-curve v0.13.8 |
2230 | 2024-01-31T19:22:49.233Z | Compiling toml v0.7.8 |
2231 | 2024-01-31T19:22:52.344Z | Compiling futures v0.3.30 |
2232 | 2024-01-31T19:22:54.612Z | Compiling smallvec v0.6.14 |
2233 | 2024-01-31T19:22:55.278Z | Compiling zip v0.6.6 |
2234 | 2024-01-31T19:22:55.303Z | Compiling diesel v2.1.4 |
2235 | 2024-01-31T19:22:55.491Z | Compiling crossterm v0.27.0 |
2236 | 2024-01-31T19:22:57.346Z | Compiling yasna v0.5.2 |
2237 | 2024-01-31T19:22:58.642Z | Compiling cipher v0.4.4 |
2238 | 2024-01-31T19:23:01.115Z | Compiling bit-set v0.5.3 |
2239 | 2024-01-31T19:23:01.217Z | Compiling usdt v0.3.5 |
2240 | 2024-01-31T19:23:01.514Z | Compiling is-terminal v0.4.9 |
2241 | 2024-01-31T19:23:01.686Z | Compiling toml_edit v0.21.0 |
2242 | 2024-01-31T19:23:12.969Z | Compiling pkcs1 v0.7.5 |
2243 | 2024-01-31T19:23:13.200Z | Compiling tokio-stream v0.1.14 |
2244 | 2024-01-31T19:23:14.730Z | Compiling openapiv3 v2.0.0 |
2245 | 2024-01-31T19:23:20.191Z | Compiling hex v0.4.3 |
2246 | 2024-01-31T19:23:23.420Z | Compiling hashbrown v0.13.2 |
2247 | 2024-01-31T19:23:25.317Z | Compiling signature v2.1.0 |
2248 | 2024-01-31T19:23:43.482Z | Compiling hashbrown v0.12.3 |
2249 | 2024-01-31T19:23:44.052Z | Compiling lalrpop-util v0.19.12 |
2250 | 2024-01-31T19:23:44.052Z | Compiling bitfield v0.14.0 |
2251 | 2024-01-31T19:23:44.052Z | Compiling termcolor v1.2.0 |
2252 | 2024-01-31T19:23:44.731Z | Compiling env_logger v0.10.0 |
2253 | 2024-01-31T19:23:44.731Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2254 | 2024-01-31T19:23:47.434Z | Compiling rsa v0.9.2 |
2255 | 2024-01-31T19:23:58.579Z | Compiling serde-hex v0.1.0 |
2256 | 2024-01-31T19:24:02.312Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2257 | 2024-01-31T19:24:02.729Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2258 | 2024-01-31T19:24:08.046Z | Compiling ron v0.8.1 |
2259 | 2024-01-31T19:24:09.853Z | Compiling x509-cert v0.2.4 |
2260 | 2024-01-31T19:24:26.319Z | Compiling crc-any v2.4.3 |
2261 | 2024-01-31T19:24:32.935Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2262 | 2024-01-31T19:24:50.890Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2263 | 2024-01-31T19:25:03.760Z | Compiling object v0.30.4 |
2264 | 2024-01-31T19:25:14.348Z | Compiling path-slash v0.1.5 |
2265 | 2024-01-31T19:25:22.890Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2266 | 2024-01-31T19:25:56.029Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2267 | 2024-01-31T19:25:57.156Z | Finished release [optimized] target(s) in 6m 17s |
2268 | 2024-01-31T19:25:57.264Z | |
2269 | 2024-01-31T19:25:57.264Z | real 6:17.395539346 |
2270 | 2024-01-31T19:25:57.265Z | user 43:19.994535300 |
2271 | 2024-01-31T19:25:57.265Z | sys 3:43.613714920 |
2272 | 2024-01-31T19:25:57.265Z | trap 1.683049708 |
2273 | 2024-01-31T19:25:57.265Z | tflt 1.085746404 |
2274 | 2024-01-31T19:25:57.269Z | dflt 0.514302483 |
2275 | 2024-01-31T19:25:57.270Z | kflt 0.016485752 |
2276 | 2024-01-31T19:25:57.270Z | lock 1:40:00.747637868 |
2277 | 2024-01-31T19:25:57.270Z | slp 2:05:23.143809598 |
2278 | 2024-01-31T19:25:57.270Z | lat 1:53.759450115 |
2279 | 2024-01-31T19:25:57.270Z | stop 1:26.410366524 |
2280 | 2024-01-31T19:25:57.270Z | + ptime -m gzip |
2281 | 2024-01-31T19:25:59.280Z | |
2282 | 2024-01-31T19:25:59.280Z | real 0.649479285 |
2283 | 2024-01-31T19:25:59.280Z | user 0.641470865 |
2284 | 2024-01-31T19:25:59.280Z | sys 0.006524360 |
2285 | 2024-01-31T19:25:59.280Z | trap 0.000502216 |
2286 | 2024-01-31T19:25:59.280Z | tflt 0.000000000 |
2287 | 2024-01-31T19:25:59.381Z | dflt 0.000000000 |
2288 | 2024-01-31T19:25:59.382Z | kflt 0.000000000 |
2289 | 2024-01-31T19:25:59.382Z | lock 0.000000000 |
2290 | 2024-01-31T19:25:59.382Z | slp 0.000000000 |
2291 | 2024-01-31T19:25:59.382Z | lat 0.000376686 |
2292 | 2024-01-31T19:25:59.382Z | stop 0.000501547 |
2293 | 2024-01-31T19:25:59.382Z | + banner tufaceous |
2294 | 2024-01-31T19:25:59.383Z | |
2295 | 2024-01-31T19:25:59.383Z | ##### # # ###### ## #### ###### #### # # #### |
2296 | 2024-01-31T19:25:59.383Z | # # # # # # # # # # # # # # |
2297 | 2024-01-31T19:25:59.383Z | # # # ##### # # # ##### # # # # #### |
2298 | 2024-01-31T19:25:59.383Z | # # # # ###### # # # # # # # |
2299 | 2024-01-31T19:25:59.383Z | # # # # # # # # # # # # # # # |
2300 | 2024-01-31T19:25:59.384Z | # #### # # # #### ###### #### #### #### |
2301 | 2024-01-31T19:25:59.384Z | |
2302 | 2024-01-31T19:25:59.384Z | + ptime -m cargo build --locked -p tufaceous --release |
2303 | 2024-01-31T19:25:59.384Z | Downloading crates ... |
2304 | 2024-01-31T19:25:59.451Z | Downloaded snafu v0.7.5 |
2305 | 2024-01-31T19:25:59.451Z | Downloaded pin-project-internal v1.1.3 |
2306 | 2024-01-31T19:25:59.452Z | Downloaded buf-list v1.0.3 |
2307 | 2024-01-31T19:25:59.452Z | Downloaded fs-err v2.11.0 |
2308 | 2024-01-31T19:25:59.452Z | Downloaded olpc-cjson v0.1.3 |
2309 | 2024-01-31T19:25:59.452Z | Downloaded snafu-derive v0.7.5 |
2310 | 2024-01-31T19:25:59.452Z | Downloaded pin-project v1.1.3 |
2311 | 2024-01-31T19:25:59.453Z | Downloaded tough v0.16.0 |
2312 | 2024-01-31T19:25:59.453Z | Downloaded typed-path v0.7.0 |
2313 | 2024-01-31T19:25:59.453Z | Downloaded parse-size v1.0.0 |
2314 | 2024-01-31T19:25:59.453Z | Downloaded humantime v2.1.0 |
2315 | 2024-01-31T19:25:59.455Z | Downloaded serde_plain v1.0.2 |
2316 | 2024-01-31T19:25:59.455Z | Downloaded globset v0.4.13 |
2317 | 2024-01-31T19:25:59.456Z | Downloaded async-recursion v1.0.5 |
2318 | 2024-01-31T19:25:59.456Z | Downloaded doc-comment v0.3.3 |
2319 | 2024-01-31T19:25:59.456Z | Compiling serde_tokenstream v0.2.0 |
2320 | 2024-01-31T19:25:59.456Z | Compiling regress v0.7.1 |
2321 | 2024-01-31T19:25:59.456Z | Compiling dirs-sys-next v0.1.2 |
2322 | 2024-01-31T19:25:59.456Z | Compiling rustls-pki-types v1.1.0 |
2323 | 2024-01-31T19:25:59.456Z | Compiling ident_case v1.0.1 |
2324 | 2024-01-31T19:25:59.456Z | Compiling thread_local v1.1.7 |
2325 | 2024-01-31T19:25:59.457Z | Compiling heck v0.4.1 |
2326 | 2024-01-31T19:25:59.903Z | Compiling dirs-next v2.0.0 |
2327 | 2024-01-31T19:25:59.903Z | Compiling darling_core v0.20.3 |
2328 | 2024-01-31T19:25:59.986Z | Compiling rustls v0.22.2 |
2329 | 2024-01-31T19:26:00.393Z | Compiling slog-async v2.8.0 |
2330 | 2024-01-31T19:26:00.564Z | Compiling rustls-webpki v0.102.1 |
2331 | 2024-01-31T19:26:01.041Z | Compiling term v0.7.0 |
2332 | 2024-01-31T19:26:01.122Z | Compiling crossbeam-channel v0.5.8 |
2333 | 2024-01-31T19:26:01.657Z | Compiling getopts v0.2.21 |
2334 | 2024-01-31T19:26:01.662Z | Compiling structmeta-derive v0.2.0 |
2335 | 2024-01-31T19:26:02.652Z | Compiling atty v0.2.14 |
2336 | 2024-01-31T19:26:02.857Z | Compiling multer v3.0.0 |
2337 | 2024-01-31T19:26:03.257Z | Compiling match_cfg v0.1.0 |
2338 | 2024-01-31T19:26:03.385Z | Compiling unsafe-libyaml v0.2.10 |
2339 | 2024-01-31T19:26:03.995Z | Compiling doc-comment v0.3.3 |
2340 | 2024-01-31T19:26:04.702Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2341 | 2024-01-31T19:26:06.271Z | Compiling paste v1.0.14 |
2342 | 2024-01-31T19:26:06.909Z | Compiling take_mut v0.2.2 |
2343 | 2024-01-31T19:26:07.003Z | Compiling structmeta v0.2.0 |
2344 | 2024-01-31T19:26:07.655Z | Compiling serde_yaml v0.9.25 |
2345 | 2024-01-31T19:26:08.709Z | Compiling darling_macro v0.20.3 |
2346 | 2024-01-31T19:26:08.717Z | Compiling hostname v0.3.1 |
2347 | 2024-01-31T19:26:09.251Z | Compiling slog-term v2.9.0 |
2348 | 2024-01-31T19:26:10.115Z | Compiling darling v0.20.3 |
2349 | 2024-01-31T19:26:12.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2350 | 2024-01-31T19:26:12.522Z | Compiling slog-json v2.6.1 |
2351 | 2024-01-31T19:26:13.300Z | Compiling http v1.0.0 |
2352 | 2024-01-31T19:26:13.844Z | Compiling pin-project-internal v1.1.3 |
2353 | 2024-01-31T19:26:13.845Z | Compiling async-stream-impl v0.3.5 |
2354 | 2024-01-31T19:26:14.015Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2355 | 2024-01-31T19:26:14.434Z | Compiling regex-syntax v0.7.5 |
2356 | 2024-01-31T19:26:15.714Z | Compiling fastrand v2.0.0 |
2357 | 2024-01-31T19:26:16.792Z | Compiling atomic-waker v1.1.1 |
2358 | 2024-01-31T19:26:17.071Z | Compiling waitgroup v0.1.2 |
2359 | 2024-01-31T19:26:17.208Z | Compiling tempfile v3.9.0 |
2360 | 2024-01-31T19:26:17.447Z | Compiling tokio-rustls v0.25.0 |
2361 | 2024-01-31T19:26:18.227Z | Compiling pin-project v1.1.3 |
2362 | 2024-01-31T19:26:18.383Z | Compiling async-stream v0.3.5 |
2363 | 2024-01-31T19:26:18.955Z | Compiling slog-bunyan v2.5.0 |
2364 | 2024-01-31T19:26:19.480Z | Compiling serde_with_macros v3.5.1 |
2365 | 2024-01-31T19:26:21.590Z | Compiling toml v0.8.8 |
2366 | 2024-01-31T19:26:22.084Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2367 | 2024-01-31T19:26:23.492Z | Compiling rustls-pemfile v2.0.0 |
2368 | 2024-01-31T19:26:23.933Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2369 | 2024-01-31T19:26:23.957Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2370 | 2024-01-31T19:26:24.591Z | Compiling parse-display-derive v0.8.2 |
2371 | 2024-01-31T19:26:24.623Z | Compiling sha1 v0.10.6 |
2372 | 2024-01-31T19:26:25.339Z | Compiling snafu-derive v0.7.5 |
2373 | 2024-01-31T19:26:26.130Z | Compiling serde_path_to_error v0.1.15 |
2374 | 2024-01-31T19:26:26.369Z | Compiling instant v0.1.12 |
2375 | 2024-01-31T19:26:26.590Z | Compiling fs-err v2.11.0 |
2376 | 2024-01-31T19:26:27.036Z | Compiling buf-list v1.0.3 |
2377 | 2024-01-31T19:26:27.823Z | Compiling arc-swap v1.6.0 |
2378 | 2024-01-31T19:26:28.246Z | Compiling same-file v1.0.6 |
2379 | 2024-01-31T19:26:28.687Z | Compiling debug-ignore v1.0.5 |
2380 | 2024-01-31T19:26:28.978Z | Compiling slog-scope v4.4.0 |
2381 | 2024-01-31T19:26:30.412Z | Compiling walkdir v2.4.0 |
2382 | 2024-01-31T19:26:30.757Z | Compiling parse-display v0.8.2 |
2383 | 2024-01-31T19:26:30.764Z | Compiling backoff v0.4.0 |
2384 | 2024-01-31T19:26:31.005Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2385 | 2024-01-31T19:26:31.183Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2386 | 2024-01-31T19:26:31.271Z | Compiling serde_with v3.5.1 |
2387 | 2024-01-31T19:26:33.267Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2388 | 2024-01-31T19:26:33.562Z | Compiling snafu v0.7.5 |
2389 | 2024-01-31T19:26:34.278Z | Compiling globset v0.4.13 |
2390 | 2024-01-31T19:26:35.850Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2391 | 2024-01-31T19:26:36.119Z | Compiling strum v0.25.0 |
2392 | 2024-01-31T19:26:36.332Z | Compiling pem v3.0.2 |
2393 | 2024-01-31T19:26:39.248Z | Compiling olpc-cjson v0.1.3 |
2394 | 2024-01-31T19:26:39.249Z | Compiling serde_plain v1.0.2 |
2395 | 2024-01-31T19:26:39.828Z | Compiling macaddr v1.0.1 |
2396 | 2024-01-31T19:26:39.849Z | Compiling async-recursion v1.0.5 |
2397 | 2024-01-31T19:26:41.013Z | Compiling xattr v1.0.1 |
2398 | 2024-01-31T19:26:41.319Z | Compiling filetime v0.2.23 |
2399 | 2024-01-31T19:26:41.455Z | Compiling typed-path v0.7.0 |
2400 | 2024-01-31T19:26:41.841Z | Compiling tar v0.4.40 |
2401 | 2024-01-31T19:26:42.119Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2402 | 2024-01-31T19:26:50.545Z | Compiling tough v0.16.0 |
2403 | 2024-01-31T19:26:53.849Z | Compiling slog-stdlog v4.1.1 |
2404 | 2024-01-31T19:26:54.376Z | Compiling camino-tempfile v1.1.1 |
2405 | 2024-01-31T19:26:54.916Z | Compiling itertools v0.12.0 |
2406 | 2024-01-31T19:26:55.594Z | Compiling parse-size v1.0.0 |
2407 | 2024-01-31T19:26:56.122Z | Compiling slog-envlogger v2.2.0 |
2408 | 2024-01-31T19:27:00.538Z | Compiling humantime v2.1.0 |
2409 | 2024-01-31T19:27:07.738Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2410 | 2024-01-31T19:27:08.039Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2411 | 2024-01-31T19:27:23.442Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2412 | 2024-01-31T19:27:25.607Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2413 | 2024-01-31T19:27:57.466Z | Finished release [optimized] target(s) in 1m 58s |
2414 | 2024-01-31T19:27:57.818Z | |
2415 | 2024-01-31T19:27:57.818Z | real 1:58.849734345 |
2416 | 2024-01-31T19:27:57.819Z | user 13:23.426905774 |
2417 | 2024-01-31T19:27:57.819Z | sys 47.860965472 |
2418 | 2024-01-31T19:27:57.820Z | trap 0.475145595 |
2419 | 2024-01-31T19:27:57.820Z | tflt 0.367564258 |
2420 | 2024-01-31T19:27:57.820Z | dflt 0.520157581 |
2421 | 2024-01-31T19:27:57.820Z | kflt 0.000340211 |
2422 | 2024-01-31T19:27:57.821Z | lock 26:21.289930347 |
2423 | 2024-01-31T19:27:57.821Z | slp 29:40.419134746 |
2424 | 2024-01-31T19:27:57.821Z | lat 24.926097060 |
2425 | 2024-01-31T19:27:57.821Z | stop 12.635495417 |
2426 | 2024-01-31T19:27:57.821Z | + ptime -m gzip |
2427 | 2024-01-31T19:27:59.250Z | |
2428 | 2024-01-31T19:27:59.250Z | real 2.452009570 |
2429 | 2024-01-31T19:27:59.250Z | user 2.429987367 |
2430 | 2024-01-31T19:27:59.250Z | sys 0.020459867 |
2431 | 2024-01-31T19:27:59.251Z | trap 0.000581790 |
2432 | 2024-01-31T19:27:59.251Z | tflt 0.000000000 |
2433 | 2024-01-31T19:27:59.252Z | dflt 0.000000000 |
2434 | 2024-01-31T19:27:59.305Z | kflt 0.000000000 |
2435 | 2024-01-31T19:27:59.306Z | lock 0.000000000 |
2436 | 2024-01-31T19:27:59.306Z | slp 0.000000000 |
2437 | 2024-01-31T19:27:59.306Z | lat 0.000652950 |
2438 | 2024-01-31T19:27:59.306Z | stop 0.000223799 |
2439 | 2024-01-31T19:27:59.306Z | process exited: duration 1193751 ms, exit code 0 |
|
2440 | 2024-01-31T19:27:59.638Z | found 5 output files |
2441 | 2024-01-31T19:27:59.639Z | uploading: /work/end-to-end-tests/bootstrap-485102d0e6124cf0.gz (10758987 bytes) |
2442 | 2024-01-31T19:28:08.496Z | uploaded: /work/end-to-end-tests/bootstrap-485102d0e6124cf0.gz |
2443 | 2024-01-31T19:28:08.496Z | uploading: /work/end-to-end-tests/bootstrap.gz (109114163 bytes) |
2444 | 2024-01-31T19:29:07.123Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2445 | 2024-01-31T19:29:07.123Z | uploading: /work/end-to-end-tests/end_to_end_tests-8616f2942d631494.gz (112279712 bytes) |
2446 | 2024-01-31T19:29:53.496Z | uploaded: /work/end-to-end-tests/end_to_end_tests-8616f2942d631494.gz |
2447 | 2024-01-31T19:29:53.496Z | uploading: /work/caboose-util.gz (4050278 bytes) |
2448 | 2024-01-31T19:29:55.972Z | uploaded: /work/caboose-util.gz |
2449 | 2024-01-31T19:29:55.972Z | uploading: /work/tufaceous.gz (15646226 bytes) |
2450 | 2024-01-31T19:30:03.448Z | uploaded: /work/tufaceous.gz |