|
|
|
1 | 2024-02-19T05:09:00.643Z | job assigned to worker 01HPZW7E08DP00HV3R46TGXY2M (queued for 51 s) |
|
2 | 2024-02-19T05:09:00.918Z | starting task 0: "setup" |
3 | 2024-02-19T05:09:01.006Z | ++ uname -s |
4 | 2024-02-19T05:09:01.010Z | + kern=SunOS |
5 | 2024-02-19T05:09:01.010Z | + case "$kern" in |
6 | 2024-02-19T05:09:01.010Z | + groupadd -g 12345 build |
7 | 2024-02-19T05:09:01.013Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-19T05:09:03.021Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-19T05:09:03.103Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-19T05:09:03.107Z | + home_fs=zfs |
11 | 2024-02-19T05:09:03.107Z | + [[ zfs == autofs ]] |
12 | 2024-02-19T05:09:03.107Z | + mkdir -p /home/build |
13 | 2024-02-19T05:09:03.107Z | + chown build:build /home/build /work |
14 | 2024-02-19T05:09:05.109Z | + chmod 0700 /home/build /work |
15 | 2024-02-19T05:09:05.113Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-02-19T05:09:05.120Z | starting task 1: "rust-toolchain" |
17 | 2024-02-19T05:09:05.126Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-19T05:09:05.134Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-19T05:09:05.254Z | info: downloading installer |
20 | 2024-02-19T05:09:06.859Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-19T05:09:06.859Z | warning: /opt/ooce/bin |
22 | 2024-02-19T05:09:06.859Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-19T05:09:06.859Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-19T05:09:06.859Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-19T05:09:06.859Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-19T05:09:06.859Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-19T05:09:06.859Z | error: cannot install while Rust is installed |
28 | 2024-02-19T05:09:06.859Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-19T05:09:06.977Z | info: profile set to 'default' |
30 | 2024-02-19T05:09:06.977Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-19T05:09:06.987Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-19T05:09:07.119Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-19T05:09:07.119Z | info: downloading component 'cargo' |
34 | 2024-02-19T05:09:07.888Z | info: downloading component 'clippy' |
35 | 2024-02-19T05:09:08.146Z | info: downloading component 'rust-docs' |
36 | 2024-02-19T05:09:09.098Z | info: downloading component 'rust-std' |
37 | 2024-02-19T05:09:10.811Z | info: downloading component 'rustc' |
38 | 2024-02-19T05:09:14.946Z | info: downloading component 'rustfmt' |
39 | 2024-02-19T05:09:15.251Z | info: installing component 'cargo' |
40 | 2024-02-19T05:09:16.176Z | info: installing component 'clippy' |
41 | 2024-02-19T05:09:16.578Z | info: installing component 'rust-docs' |
42 | 2024-02-19T05:09:18.043Z | info: installing component 'rust-std' |
43 | 2024-02-19T05:09:19.997Z | info: installing component 'rustc' |
44 | 2024-02-19T05:09:24.384Z | info: installing component 'rustfmt' |
45 | 2024-02-19T05:09:24.720Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-19T05:09:24.721Z | |
47 | 2024-02-19T05:09:24.996Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-19T05:09:24.996Z | |
49 | 2024-02-19T05:09:24.999Z | |
50 | 2024-02-19T05:09:24.999Z | Rust is installed now. Great! |
51 | 2024-02-19T05:09:24.999Z | |
52 | 2024-02-19T05:09:24.999Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-19T05:09:24.999Z | environment variable. This has not been done automatically. |
54 | 2024-02-19T05:09:24.999Z | |
55 | 2024-02-19T05:09:24.999Z | To configure your current shell, run: |
56 | 2024-02-19T05:09:24.999Z | source "$HOME/.cargo/env" |
57 | 2024-02-19T05:09:25.056Z | + rustc --version |
58 | 2024-02-19T05:09:25.121Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-19T05:09:25.137Z | process exited: duration 19996 ms, exit code 0 |
|
60 | 2024-02-19T05:09:25.595Z | starting task 2: "authentication" |
61 | 2024-02-19T05:09:25.640Z | process exited: duration 42 ms, exit code 0 |
|
62 | 2024-02-19T05:09:25.672Z | starting task 3: "clone repository" |
63 | 2024-02-19T05:09:25.688Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-19T05:09:25.688Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-19T05:09:25.891Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-19T05:09:31.436Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-19T05:09:31.437Z | + git fetch origin 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 |
68 | 2024-02-19T05:09:31.737Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-19T05:09:31.738Z | * branch 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 -> FETCH_HEAD |
70 | 2024-02-19T05:09:31.746Z | + [[ -n renovate/semver-1.x ]] |
71 | 2024-02-19T05:09:31.757Z | ++ git branch --show-current |
72 | 2024-02-19T05:09:31.758Z | + current=main |
73 | 2024-02-19T05:09:31.758Z | + [[ main != renovate/semver-1.x ]] |
74 | 2024-02-19T05:09:31.758Z | + git branch -f renovate/semver-1.x 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 |
75 | 2024-02-19T05:09:31.758Z | + git checkout -f renovate/semver-1.x |
76 | 2024-02-19T05:09:31.867Z | Switched to branch 'renovate/semver-1.x' |
77 | 2024-02-19T05:09:31.880Z | + git reset --hard 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 |
78 | 2024-02-19T05:09:31.974Z | HEAD is now at 2d0c94b1f chore(deps): update rust crate semver to 1.0.22 |
79 | 2024-02-19T05:09:31.977Z | process exited: duration 6309 ms, exit code 0 |
|
80 | 2024-02-19T05:09:31.984Z | starting task 4: "build" |
81 | 2024-02-19T05:09:31.989Z | + cargo --version |
82 | 2024-02-19T05:09:31.994Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-19T05:09:32.131Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-19T05:09:32.134Z | info: downloading component 'cargo' |
85 | 2024-02-19T05:09:32.829Z | info: downloading component 'clippy' |
86 | 2024-02-19T05:09:33.038Z | info: downloading component 'rust-docs' |
87 | 2024-02-19T05:09:33.883Z | info: downloading component 'rust-std' |
88 | 2024-02-19T05:09:35.157Z | info: downloading component 'rustc' |
89 | 2024-02-19T05:09:38.734Z | info: downloading component 'rustfmt' |
90 | 2024-02-19T05:09:38.977Z | info: installing component 'cargo' |
91 | 2024-02-19T05:09:39.858Z | info: installing component 'clippy' |
92 | 2024-02-19T05:09:40.213Z | info: installing component 'rust-docs' |
93 | 2024-02-19T05:09:41.780Z | info: installing component 'rust-std' |
94 | 2024-02-19T05:09:43.445Z | info: installing component 'rustc' |
95 | 2024-02-19T05:09:47.656Z | info: installing component 'rustfmt' |
96 | 2024-02-19T05:09:48.470Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-19T05:09:48.475Z | + rustc --version |
98 | 2024-02-19T05:09:48.475Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-19T05:09:48.475Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-19T05:10:06.186Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-19T05:10:07.601Z | Startup: Caching catalogs ... Done |
102 | 2024-02-19T05:10:08.967Z | Planning: Solver setup ... Done (0.993s) |
103 | 2024-02-19T05:10:08.997Z | Planning: Running solver ... Done (0.028s) |
104 | 2024-02-19T05:10:09.368Z | Planning: Finding local manifests ... Done (0.351s) |
105 | 2024-02-19T05:10:09.379Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-19T05:10:09.758Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-19T05:10:09.809Z | Planning: Package planning ... Done (0.049s) |
108 | 2024-02-19T05:10:09.859Z | Planning: Merging actions ... Done (0.052s) |
109 | 2024-02-19T05:10:11.823Z | Planning: Checking for conflicting actions ... Done (1.951s) |
110 | 2024-02-19T05:10:11.831Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-19T05:10:17.830Z | Planning: Evaluating mediators ... Done (6.006s) |
112 | 2024-02-19T05:10:17.839Z | Planning: Planning completed in 10.19 seconds |
113 | 2024-02-19T05:10:17.853Z | Packages to install: 4 |
114 | 2024-02-19T05:10:17.853Z | Mediators to change: 2 |
115 | 2024-02-19T05:10:17.853Z | Services to change: 1 |
116 | 2024-02-19T05:10:17.856Z | Estimated space available: 148.87 GB |
117 | 2024-02-19T05:10:17.856Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-19T05:10:17.856Z | Create boot environment: No |
119 | 2024-02-19T05:10:17.856Z | Create backup boot environment: No |
120 | 2024-02-19T05:10:17.856Z | Rebuild boot archive: No |
121 | 2024-02-19T05:10:17.856Z | |
122 | 2024-02-19T05:10:17.857Z | Changed mediators: |
123 | 2024-02-19T05:10:17.857Z | mediator clang: |
124 | 2024-02-19T05:10:17.857Z | version: None -> 15 (system default) |
125 | 2024-02-19T05:10:17.857Z | |
126 | 2024-02-19T05:10:17.857Z | mediator llvm: |
127 | 2024-02-19T05:10:17.857Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-19T05:10:17.857Z | |
129 | 2024-02-19T05:10:17.857Z | Changed packages: |
130 | 2024-02-19T05:10:17.857Z | helios-dev |
131 | 2024-02-19T05:10:17.857Z | developer/build-essential |
132 | 2024-02-19T05:10:17.857Z | None -> 11-2.0 |
133 | 2024-02-19T05:10:17.857Z | library/libxmlsec1 |
134 | 2024-02-19T05:10:17.857Z | None -> 1.2.35-2.0 |
135 | 2024-02-19T05:10:17.857Z | ooce/developer/clang-15 |
136 | 2024-02-19T05:10:17.857Z | None -> 15.0.7-2.0 |
137 | 2024-02-19T05:10:17.857Z | ooce/developer/llvm-15 |
138 | 2024-02-19T05:10:17.857Z | None -> 15.0.7-2.0 |
139 | 2024-02-19T05:10:17.857Z | |
140 | 2024-02-19T05:10:17.857Z | Services: |
141 | 2024-02-19T05:10:17.857Z | restart_fmri: |
142 | 2024-02-19T05:10:17.857Z | svc:/system/update-man-index:default |
143 | 2024-02-19T05:10:18.336Z | |
144 | 2024-02-19T05:10:18.336Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-19T05:10:23.337Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
146 | 2024-02-19T05:10:29.477Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (13.0M/s) |
147 | 2024-02-19T05:10:34.536Z | Download: 3231/3290 items 193.9/212.6MB 91% complete (7.6M/s) |
148 | 2024-02-19T05:10:40.529Z | Download: 3283/3290 items 210.8/212.6MB 99% complete (9.7M/s) |
149 | 2024-02-19T05:10:43.772Z | Download: Completed 212.60 MB in 25.43 seconds (8.4M/s) |
150 | 2024-02-19T05:10:43.929Z | Actions: 1/3689 actions (Installing new actions) |
151 | 2024-02-19T05:10:48.929Z | Actions: 3281/3689 actions (Installing new actions) |
152 | 2024-02-19T05:10:50.362Z | Actions: Completed 3689 actions in 6.43 seconds. |
153 | 2024-02-19T05:10:50.535Z | Done (0.168s) |
154 | 2024-02-19T05:10:50.535Z | Done (0.000s) |
155 | 2024-02-19T05:10:50.759Z | Done (0.224s) |
156 | 2024-02-19T05:10:57.729Z | Done (6.838s) |
157 | 2024-02-19T05:10:58.001Z | Done (0.204s) |
158 | 2024-02-19T05:10:58.004Z | Done (0.000s) |
159 | 2024-02-19T05:10:58.136Z | Done (0.000s) |
160 | 2024-02-19T05:10:58.645Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-02-19T05:10:58.811Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-02-19T05:10:58.813Z | Planning: Consolidating action changes ... Done |
163 | 2024-02-19T05:10:59.092Z | Planning: Evaluating mediators ... Done |
164 | 2024-02-19T05:10:59.096Z | Planning: Planning completed in 0.45 seconds |
165 | 2024-02-19T05:10:59.126Z | Mediators to change: 2 |
166 | 2024-02-19T05:10:59.129Z | Create boot environment: No |
167 | 2024-02-19T05:10:59.129Z | Create backup boot environment: No |
168 | 2024-02-19T05:10:59.195Z | Done |
169 | 2024-02-19T05:10:59.195Z | Done |
170 | 2024-02-19T05:10:59.325Z | Done |
171 | 2024-02-19T05:11:03.001Z | Done |
172 | 2024-02-19T05:11:03.093Z | Done |
173 | 2024-02-19T05:11:03.096Z | Done |
174 | 2024-02-19T05:11:03.195Z | Done |
175 | 2024-02-19T05:11:03.843Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-02-19T05:11:03.848Z | Planning: Merging actions ... Done |
177 | 2024-02-19T05:11:04.037Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-02-19T05:11:04.040Z | Planning: Consolidating action changes ... Done |
179 | 2024-02-19T05:11:04.306Z | Planning: Evaluating mediators ... Done |
180 | 2024-02-19T05:11:04.362Z | Planning: Planning completed in 0.80 seconds |
181 | 2024-02-19T05:11:04.398Z | Packages to change: 1 |
182 | 2024-02-19T05:11:04.398Z | Mediators to change: 1 |
183 | 2024-02-19T05:11:04.402Z | Services to change: 1 |
184 | 2024-02-19T05:11:04.402Z | Create boot environment: No |
185 | 2024-02-19T05:11:04.402Z | Create backup boot environment: Yes |
186 | 2024-02-19T05:11:06.177Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-02-19T05:11:06.303Z | Actions: Completed 6 actions in 0.13 seconds. |
188 | 2024-02-19T05:11:06.306Z | Done |
189 | 2024-02-19T05:11:06.306Z | Done |
190 | 2024-02-19T05:11:06.351Z | Done |
191 | 2024-02-19T05:11:10.071Z | Done |
192 | 2024-02-19T05:11:10.159Z | Done |
193 | 2024-02-19T05:11:10.162Z | Done |
194 | 2024-02-19T05:11:10.265Z | Done |
195 | 2024-02-19T05:11:10.707Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-02-19T05:11:10.707Z | clang system 15 system |
197 | 2024-02-19T05:11:10.707Z | csh system system illumos |
198 | 2024-02-19T05:11:10.707Z | ctags system system illumos |
199 | 2024-02-19T05:11:10.707Z | gcc vendor 12 vendor |
200 | 2024-02-19T05:11:10.707Z | gcc system 10 system |
201 | 2024-02-19T05:11:10.707Z | gcc system 7 system |
202 | 2024-02-19T05:11:10.707Z | go system 1.20 system |
203 | 2024-02-19T05:11:10.707Z | go system 1.19 system |
204 | 2024-02-19T05:11:10.707Z | llvm system 15 system |
205 | 2024-02-19T05:11:10.707Z | llvm system 14 system |
206 | 2024-02-19T05:11:10.707Z | mariadb system 10.6 system |
207 | 2024-02-19T05:11:10.707Z | mta vendor vendor dma |
208 | 2024-02-19T05:11:10.708Z | openjdk system 17 system |
209 | 2024-02-19T05:11:10.708Z | openjdk system 11 system |
210 | 2024-02-19T05:11:10.708Z | openjdk system 1.8 system |
211 | 2024-02-19T05:11:10.708Z | openssl vendor 3 vendor |
212 | 2024-02-19T05:11:10.708Z | perl system 5.36 system |
213 | 2024-02-19T05:11:10.708Z | postgresql system 15 system |
214 | 2024-02-19T05:11:10.708Z | postgresql system 13 system |
215 | 2024-02-19T05:11:10.708Z | python vendor 3 vendor |
216 | 2024-02-19T05:11:10.708Z | python system 2 system |
217 | 2024-02-19T05:11:10.708Z | python3 system 3.11 system |
218 | 2024-02-19T05:11:10.708Z | ruby system 3.0 system |
219 | 2024-02-19T05:11:10.708Z | words vendor vendor american-english |
220 | 2024-02-19T05:11:10.712Z | words system system australian-english |
221 | 2024-02-19T05:11:10.712Z | words system system british-english |
222 | 2024-02-19T05:11:10.712Z | words system system canadian-english |
223 | 2024-02-19T05:11:10.712Z | words system system french |
224 | 2024-02-19T05:11:10.712Z | words system system italian |
225 | 2024-02-19T05:11:10.712Z | words system system ngerman |
226 | 2024-02-19T05:11:10.712Z | words system system ogerman |
227 | 2024-02-19T05:11:10.712Z | words system system spanish |
228 | 2024-02-19T05:11:11.046Z | FMRI IFO |
229 | 2024-02-19T05:11:11.046Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-02-19T05:11:11.046Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-02-19T05:11:11.046Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-02-19T05:11:11.047Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-02-19T05:11:11.047Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-02-19T05:11:11.047Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
235 | 2024-02-19T05:11:11.047Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
236 | 2024-02-19T05:11:11.047Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
237 | 2024-02-19T05:11:11.097Z | + set -o errexit |
238 | 2024-02-19T05:11:11.100Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2024-02-19T05:11:11.103Z | ++ cd ./tools |
240 | 2024-02-19T05:11:11.103Z | ++ pwd |
241 | 2024-02-19T05:11:11.103Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2024-02-19T05:11:11.103Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2024-02-19T05:11:11.106Z | + ARG0=ci_download_cockroachdb |
244 | 2024-02-19T05:11:11.106Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2024-02-19T05:11:11.106Z | + CIDL_VERSION=v22.1.9 |
246 | 2024-02-19T05:11:11.106Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2024-02-19T05:11:11.106Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
248 | 2024-02-19T05:11:11.106Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
249 | 2024-02-19T05:11:11.107Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
250 | 2024-02-19T05:11:11.107Z | + TARGET_DIR=out |
251 | 2024-02-19T05:11:11.107Z | + DOWNLOAD_DIR=out/downloads |
252 | 2024-02-19T05:11:11.107Z | + DEST_DIR=./out/cockroachdb |
253 | 2024-02-19T05:11:11.107Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2024-02-19T05:11:11.107Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2024-02-19T05:11:11.110Z | + main |
256 | 2024-02-19T05:11:11.110Z | + [[ 0 != 0 ]] |
257 | 2024-02-19T05:11:11.110Z | + CIDL_OS=solaris2.11 |
258 | 2024-02-19T05:11:11.110Z | + [[ 0 != 0 ]] |
259 | 2024-02-19T05:11:11.110Z | + configure_os solaris2.11 |
260 | 2024-02-19T05:11:11.110Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2024-02-19T05:11:11.110Z | current directory: /work/oxidecomputer/omicron |
262 | 2024-02-19T05:11:11.110Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2024-02-19T05:11:11.110Z | + case "$1" in |
264 | 2024-02-19T05:11:11.111Z | configuring based on OS: "solaris2.11" |
265 | 2024-02-19T05:11:11.111Z | + CIDL_BUILD=illumos |
266 | 2024-02-19T05:11:11.111Z | + CIDL_SUFFIX=tar.gz |
267 | 2024-02-19T05:11:11.111Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-02-19T05:11:11.111Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2024-02-19T05:11:11.111Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2024-02-19T05:11:11.111Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2024-02-19T05:11:11.111Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-19T05:11:11.111Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-19T05:11:11.111Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2024-02-19T05:11:11.111Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-19T05:11:11.111Z | + CIDL_SHA256FUNC=do_sha256sum |
276 | 2024-02-19T05:11:11.111Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-02-19T05:11:11.111Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-19T05:11:11.111Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-19T05:11:11.111Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-19T05:11:11.111Z | + mkdir -p out/downloads |
281 | 2024-02-19T05:11:11.111Z | + mkdir -p ./out/cockroachdb |
282 | 2024-02-19T05:11:11.114Z | + local DO_DOWNLOAD=true |
283 | 2024-02-19T05:11:11.114Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2024-02-19T05:11:11.114Z | + '[' true == true ']' |
285 | 2024-02-19T05:11:11.114Z | + echo Downloading... |
286 | 2024-02-19T05:11:11.114Z | Downloading... |
287 | 2024-02-19T05:11:11.114Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-19T05:11:11.115Z | + 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 |
289 | 2024-02-19T05:11:19.805Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-19T05:11:19.810Z | ++ sha256sum |
291 | 2024-02-19T05:11:19.810Z | ++ awk '{print $1}' |
292 | 2024-02-19T05:11:19.902Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
293 | 2024-02-19T05:11:19.902Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
294 | 2024-02-19T05:11:19.902Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-19T05:11:19.905Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2024-02-19T05:11:22.126Z | + do_assemble_illumos |
297 | 2024-02-19T05:11:22.126Z | + rm -r ./out/cockroachdb |
298 | 2024-02-19T05:11:22.129Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2024-02-19T05:11:22.519Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2024-02-19T05:11:22.775Z | Build Tag: v22.1.9-dirty |
301 | 2024-02-19T05:11:22.775Z | Build Time: 2022/10/26 21:17:46 |
302 | 2024-02-19T05:11:22.775Z | Distribution: OSS |
303 | 2024-02-19T05:11:22.775Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2024-02-19T05:11:22.775Z | Go Version: go1.17.13 |
305 | 2024-02-19T05:11:22.775Z | C Compiler: gcc 10.3.0 |
306 | 2024-02-19T05:11:22.776Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2024-02-19T05:11:22.776Z | Build Type: release |
308 | 2024-02-19T05:11:22.794Z | + set -o errexit |
309 | 2024-02-19T05:11:22.797Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2024-02-19T05:11:22.798Z | ++ cd ./tools |
311 | 2024-02-19T05:11:22.798Z | ++ pwd |
312 | 2024-02-19T05:11:22.798Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2024-02-19T05:11:22.801Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2024-02-19T05:11:22.801Z | + ARG0=ci_download_clickhouse |
315 | 2024-02-19T05:11:22.801Z | + TARGET_DIR=out |
316 | 2024-02-19T05:11:22.801Z | + DOWNLOAD_DIR=out/downloads |
317 | 2024-02-19T05:11:22.801Z | + DEST_DIR=./out/clickhouse |
318 | 2024-02-19T05:11:22.801Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
319 | 2024-02-19T05:11:22.805Z | + CIDL_VERSION=v22.8.9.24 |
320 | 2024-02-19T05:11:22.805Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
321 | 2024-02-19T05:11:22.805Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
322 | 2024-02-19T05:11:22.805Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
323 | 2024-02-19T05:11:22.805Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
324 | 2024-02-19T05:11:22.805Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
325 | 2024-02-19T05:11:22.805Z | + main |
326 | 2024-02-19T05:11:22.805Z | + [[ 0 != 0 ]] |
327 | 2024-02-19T05:11:22.805Z | + CIDL_OS=solaris2.11 |
328 | 2024-02-19T05:11:22.805Z | + [[ 0 != 0 ]] |
329 | 2024-02-19T05:11:22.805Z | + configure_os solaris2.11 |
330 | 2024-02-19T05:11:22.805Z | + echo 'current directory: /work/oxidecomputer/omicron' |
331 | 2024-02-19T05:11:22.806Z | current directory: /work/oxidecomputer/omicron |
332 | 2024-02-19T05:11:22.806Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2024-02-19T05:11:22.806Z | + CIDL_DASHREV= |
334 | 2024-02-19T05:11:22.806Z | configuring based on OS: "solaris2.11" |
335 | 2024-02-19T05:11:22.806Z | + case "$1" in |
336 | 2024-02-19T05:11:22.806Z | + CIDL_PLATFORM=illumos |
337 | 2024-02-19T05:11:22.806Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
338 | 2024-02-19T05:11:22.806Z | + CIDL_MD5FUNC=do_md5sum |
339 | 2024-02-19T05:11:22.806Z | + CIDL_DASHREV=-1 |
340 | 2024-02-19T05:11:22.806Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
341 | 2024-02-19T05:11:22.806Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-19T05:11:22.806Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2024-02-19T05:11:22.806Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-19T05:11:22.806Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2024-02-19T05:11:22.807Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-19T05:11:22.807Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-19T05:11:22.807Z | + mkdir -p out/downloads |
348 | 2024-02-19T05:11:22.807Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-19T05:11:22.807Z | + mkdir -p ./out/clickhouse |
350 | 2024-02-19T05:11:22.811Z | + local DO_DOWNLOAD=true |
351 | 2024-02-19T05:11:22.811Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
352 | 2024-02-19T05:11:22.812Z | + '[' true == true ']' |
353 | 2024-02-19T05:11:22.812Z | + echo Downloading... |
354 | 2024-02-19T05:11:22.812Z | Downloading... |
355 | 2024-02-19T05:11:22.812Z | + 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 |
356 | 2024-02-19T05:11:22.812Z | + 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 |
357 | 2024-02-19T05:11:24.381Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-19T05:11:24.384Z | ++ md5sum |
359 | 2024-02-19T05:11:24.384Z | ++ awk '{print $1}' |
360 | 2024-02-19T05:11:24.567Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2024-02-19T05:11:24.567Z | + [[ 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 ]] |
362 | 2024-02-19T05:11:24.570Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
363 | 2024-02-19T05:11:24.570Z | + mkdir -p ./out/clickhouse |
364 | 2024-02-19T05:11:24.570Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
365 | 2024-02-19T05:11:27.747Z | + ./out/clickhouse/clickhouse server --version |
366 | 2024-02-19T05:11:27.801Z | ClickHouse server version 22.8.9.1. |
367 | 2024-02-19T05:11:27.810Z | + set -o errexit |
368 | 2024-02-19T05:11:27.810Z | +++ dirname ./tools/ci_download_console |
369 | 2024-02-19T05:11:27.810Z | ++ cd ./tools |
370 | 2024-02-19T05:11:27.818Z | ++ pwd |
371 | 2024-02-19T05:11:27.818Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
372 | 2024-02-19T05:11:27.818Z | ++ basename ./tools/ci_download_console |
373 | 2024-02-19T05:11:27.818Z | + ARG0=ci_download_console |
374 | 2024-02-19T05:11:27.818Z | + TARGET_DIR=out |
375 | 2024-02-19T05:11:27.818Z | + DOWNLOAD_DIR=out/downloads |
376 | 2024-02-19T05:11:27.818Z | + DEST_DIR=./out/console-assets |
377 | 2024-02-19T05:11:27.819Z | + source /work/oxidecomputer/omicron/tools/console_version |
378 | 2024-02-19T05:11:27.819Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
379 | 2024-02-19T05:11:27.819Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
380 | 2024-02-19T05:11:27.819Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
381 | 2024-02-19T05:11:27.819Z | + TARBALL_FILE=out/downloads/console.tar.gz |
382 | 2024-02-19T05:11:27.819Z | + main |
383 | 2024-02-19T05:11:27.819Z | + [[ 0 != 0 ]] |
384 | 2024-02-19T05:11:27.820Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
385 | 2024-02-19T05:11:27.820Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
386 | 2024-02-19T05:11:27.820Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2024-02-19T05:11:27.820Z | Local file: out/downloads/console.tar.gz |
388 | 2024-02-19T05:11:27.820Z | + local DO_DOWNLOAD=true |
389 | 2024-02-19T05:11:27.820Z | + [[ -f out/downloads/console.tar.gz ]] |
390 | 2024-02-19T05:11:27.820Z | + mkdir -p out/downloads |
391 | 2024-02-19T05:11:27.820Z | + '[' true == true ']' |
392 | 2024-02-19T05:11:27.821Z | + echo Downloading... |
393 | 2024-02-19T05:11:27.821Z | Downloading... |
394 | 2024-02-19T05:11:27.821Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
395 | 2024-02-19T05:11:27.821Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
396 | 2024-02-19T05:11:28.912Z | ++ do_sha256sum out/downloads/console.tar.gz |
397 | 2024-02-19T05:11:28.912Z | ++ case "$OSTYPE" in |
398 | 2024-02-19T05:11:28.917Z | ++ SHA=sha256sum |
399 | 2024-02-19T05:11:28.917Z | ++ sha256sum |
400 | 2024-02-19T05:11:28.917Z | ++ awk '{print $1}' |
401 | 2024-02-19T05:11:28.917Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
402 | 2024-02-19T05:11:28.917Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
403 | 2024-02-19T05:11:28.917Z | + rm -rf ./out/console-assets |
404 | 2024-02-19T05:11:28.917Z | + mkdir -p ./out/console-assets |
405 | 2024-02-19T05:11:28.917Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
406 | 2024-02-19T05:11:28.918Z | + mkdir -p ./out/console-assets |
407 | 2024-02-19T05:11:28.918Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
408 | 2024-02-19T05:11:28.918Z | + set -o errexit |
409 | 2024-02-19T05:11:28.918Z | +++ dirname ./tools/ci_download_maghemite_openapi |
410 | 2024-02-19T05:11:28.918Z | ++ cd ./tools |
411 | 2024-02-19T05:11:28.918Z | ++ pwd |
412 | 2024-02-19T05:11:28.918Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
413 | 2024-02-19T05:11:28.918Z | ++ basename ./tools/ci_download_maghemite_openapi |
414 | 2024-02-19T05:11:28.918Z | + ARG0=ci_download_maghemite_openapi |
415 | 2024-02-19T05:11:28.918Z | + TARGET_DIR=out |
416 | 2024-02-19T05:11:28.918Z | + DOWNLOAD_DIR=out/downloads |
417 | 2024-02-19T05:11:28.918Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
418 | 2024-02-19T05:11:28.918Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
419 | 2024-02-19T05:11:28.918Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
420 | 2024-02-19T05:11:28.918Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
421 | 2024-02-19T05:11:28.918Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
422 | 2024-02-19T05:11:28.918Z | + main |
423 | 2024-02-19T05:11:28.918Z | + [[ 0 != 0 ]] |
424 | 2024-02-19T05:11:28.918Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
425 | 2024-02-19T05:11:28.918Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
426 | 2024-02-19T05:11:28.919Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
427 | 2024-02-19T05:11:28.919Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
428 | 2024-02-19T05:11:28.919Z | + local DO_DOWNLOAD=true |
429 | 2024-02-19T05:11:28.919Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
430 | 2024-02-19T05:11:28.919Z | + mkdir -p out/downloads |
431 | 2024-02-19T05:11:28.919Z | + '[' true == true ']' |
432 | 2024-02-19T05:11:28.919Z | + echo Downloading... |
433 | 2024-02-19T05:11:28.919Z | Downloading... |
434 | 2024-02-19T05:11:28.919Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
435 | 2024-02-19T05:11:28.919Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
436 | 2024-02-19T05:11:29.240Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-19T05:11:29.240Z | ++ case "$OSTYPE" in |
438 | 2024-02-19T05:11:29.243Z | ++ SHA=sha256sum |
439 | 2024-02-19T05:11:29.244Z | ++ sha256sum |
440 | 2024-02-19T05:11:29.244Z | ++ awk '{print $1}' |
441 | 2024-02-19T05:11:29.256Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
442 | 2024-02-19T05:11:29.256Z | + [[ 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 ]] |
443 | 2024-02-19T05:11:29.256Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
444 | 2024-02-19T05:11:29.256Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
445 | 2024-02-19T05:11:29.256Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
446 | 2024-02-19T05:11:29.256Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
447 | 2024-02-19T05:11:29.256Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
448 | 2024-02-19T05:11:29.256Z | + main |
449 | 2024-02-19T05:11:29.257Z | + [[ 0 != 0 ]] |
450 | 2024-02-19T05:11:29.257Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
451 | 2024-02-19T05:11:29.257Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
452 | 2024-02-19T05:11:29.257Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
453 | 2024-02-19T05:11:29.257Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-19T05:11:29.257Z | + local DO_DOWNLOAD=true |
455 | 2024-02-19T05:11:29.257Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
456 | 2024-02-19T05:11:29.257Z | + mkdir -p out/downloads |
457 | 2024-02-19T05:11:29.257Z | + '[' true == true ']' |
458 | 2024-02-19T05:11:29.257Z | + echo Downloading... |
459 | 2024-02-19T05:11:29.257Z | Downloading... |
460 | 2024-02-19T05:11:29.257Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
461 | 2024-02-19T05:11:29.257Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
462 | 2024-02-19T05:11:29.351Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-19T05:11:29.354Z | ++ case "$OSTYPE" in |
464 | 2024-02-19T05:11:29.354Z | ++ SHA=sha256sum |
465 | 2024-02-19T05:11:29.354Z | ++ sha256sum |
466 | 2024-02-19T05:11:29.354Z | ++ awk '{print $1}' |
467 | 2024-02-19T05:11:29.357Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
468 | 2024-02-19T05:11:29.357Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
469 | 2024-02-19T05:11:29.364Z | + set -o errexit |
470 | 2024-02-19T05:11:29.367Z | +++ dirname ./tools/ci_download_dendrite_openapi |
471 | 2024-02-19T05:11:29.370Z | ++ cd ./tools |
472 | 2024-02-19T05:11:29.370Z | ++ pwd |
473 | 2024-02-19T05:11:29.370Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
474 | 2024-02-19T05:11:29.370Z | ++ basename ./tools/ci_download_dendrite_openapi |
475 | 2024-02-19T05:11:29.373Z | + ARG0=ci_download_dendrite_openapi |
476 | 2024-02-19T05:11:29.373Z | + TARGET_DIR=out |
477 | 2024-02-19T05:11:29.374Z | + DOWNLOAD_DIR=out/downloads |
478 | 2024-02-19T05:11:29.374Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
479 | 2024-02-19T05:11:29.374Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
480 | 2024-02-19T05:11:29.374Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
481 | 2024-02-19T05:11:29.374Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
482 | 2024-02-19T05:11:29.374Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
483 | 2024-02-19T05:11:29.374Z | + main |
484 | 2024-02-19T05:11:29.374Z | + [[ 0 != 0 ]] |
485 | 2024-02-19T05:11:29.374Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
486 | 2024-02-19T05:11:29.374Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
487 | 2024-02-19T05:11:29.374Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
488 | 2024-02-19T05:11:29.374Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
489 | 2024-02-19T05:11:29.374Z | + local DO_DOWNLOAD=true |
490 | 2024-02-19T05:11:29.375Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
491 | 2024-02-19T05:11:29.375Z | + mkdir -p out/downloads |
492 | 2024-02-19T05:11:29.375Z | + '[' true == true ']' |
493 | 2024-02-19T05:11:29.375Z | + echo Downloading... |
494 | 2024-02-19T05:11:29.375Z | Downloading... |
495 | 2024-02-19T05:11:29.375Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
496 | 2024-02-19T05:11:29.375Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
497 | 2024-02-19T05:11:29.517Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-19T05:11:29.517Z | ++ case "$OSTYPE" in |
499 | 2024-02-19T05:11:29.520Z | ++ SHA=sha256sum |
500 | 2024-02-19T05:11:29.520Z | ++ sha256sum |
501 | 2024-02-19T05:11:29.520Z | ++ awk '{print $1}' |
502 | 2024-02-19T05:11:29.524Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
503 | 2024-02-19T05:11:29.524Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
504 | 2024-02-19T05:11:29.529Z | + set -o errexit |
505 | 2024-02-19T05:11:29.535Z | +++ dirname ./tools/ci_download_dendrite_stub |
506 | 2024-02-19T05:11:29.539Z | ++ cd ./tools |
507 | 2024-02-19T05:11:29.539Z | ++ pwd |
508 | 2024-02-19T05:11:29.539Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2024-02-19T05:11:29.539Z | ++ basename ./tools/ci_download_dendrite_stub |
510 | 2024-02-19T05:11:29.539Z | + ARG0=ci_download_dendrite_stub |
511 | 2024-02-19T05:11:29.539Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
512 | 2024-02-19T05:11:29.539Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
513 | 2024-02-19T05:11:29.539Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
514 | 2024-02-19T05:11:29.539Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
515 | 2024-02-19T05:11:29.540Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
516 | 2024-02-19T05:11:29.540Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
517 | 2024-02-19T05:11:29.540Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
518 | 2024-02-19T05:11:29.540Z | + TARGET_DIR=out |
519 | 2024-02-19T05:11:29.540Z | + DOWNLOAD_DIR=out/downloads |
520 | 2024-02-19T05:11:29.540Z | + DEST_DIR=./out/dendrite-stub |
521 | 2024-02-19T05:11:29.540Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
522 | 2024-02-19T05:11:29.540Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
523 | 2024-02-19T05:11:29.540Z | + REPO=oxidecomputer/dendrite |
524 | 2024-02-19T05:11:29.541Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
525 | 2024-02-19T05:11:29.541Z | + main |
526 | 2024-02-19T05:11:29.541Z | + [[ 0 != 0 ]] |
527 | 2024-02-19T05:11:29.541Z | + CIDL_OS=solaris2.11 |
528 | 2024-02-19T05:11:29.541Z | + [[ 0 != 0 ]] |
529 | 2024-02-19T05:11:29.541Z | + configure_os solaris2.11 |
530 | 2024-02-19T05:11:29.541Z | + echo 'current directory: /work/oxidecomputer/omicron' |
531 | 2024-02-19T05:11:29.541Z | current directory: /work/oxidecomputer/omicron |
532 | 2024-02-19T05:11:29.541Z | + echo 'configuring based on OS: "solaris2.11"' |
533 | 2024-02-19T05:11:29.541Z | configuring based on OS: "solaris2.11" |
534 | 2024-02-19T05:11:29.541Z | + case "$1" in |
535 | 2024-02-19T05:11:29.542Z | + SET_BINARIES= |
536 | 2024-02-19T05:11:29.542Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
537 | 2024-02-19T05:11:29.542Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2024-02-19T05:11:29.542Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2024-02-19T05:11:29.542Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
540 | 2024-02-19T05:11:29.542Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
541 | 2024-02-19T05:11:29.542Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
542 | 2024-02-19T05:11:29.542Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
543 | 2024-02-19T05:11:29.542Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2024-02-19T05:11:29.542Z | + mkdir -p out/downloads |
545 | 2024-02-19T05:11:29.542Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-19T05:11:29.546Z | + mkdir -p ./out/dendrite-stub |
547 | 2024-02-19T05:11:29.546Z | + fetch_and_verify |
548 | 2024-02-19T05:11:29.546Z | + local DO_DOWNLOAD=true |
549 | 2024-02-19T05:11:29.546Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
550 | 2024-02-19T05:11:29.546Z | + '[' true == true ']' |
551 | 2024-02-19T05:11:29.546Z | + echo Downloading... |
552 | 2024-02-19T05:11:29.546Z | Downloading... |
553 | 2024-02-19T05:11:29.546Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
554 | 2024-02-19T05:11:29.546Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
555 | 2024-02-19T05:11:38.013Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-19T05:11:38.017Z | ++ sha256sum |
557 | 2024-02-19T05:11:38.017Z | ++ awk '{print $1}' |
558 | 2024-02-19T05:11:38.038Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
559 | 2024-02-19T05:11:38.041Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
560 | 2024-02-19T05:11:38.041Z | + do_untar out/downloads/dendrite-stub.tar.gz |
561 | 2024-02-19T05:11:38.041Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
562 | 2024-02-19T05:11:38.738Z | + do_assemble |
563 | 2024-02-19T05:11:38.738Z | + rm -r ./out/dendrite-stub |
564 | 2024-02-19T05:11:38.741Z | + mkdir ./out/dendrite-stub |
565 | 2024-02-19T05:11:38.744Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
566 | 2024-02-19T05:11:38.832Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
567 | 2024-02-19T05:11:38.840Z | + set -o errexit |
568 | 2024-02-19T05:11:38.843Z | +++ dirname ./tools/ci_download_maghemite_mgd |
569 | 2024-02-19T05:11:38.846Z | ++ cd ./tools |
570 | 2024-02-19T05:11:38.847Z | ++ pwd |
571 | 2024-02-19T05:11:38.847Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
572 | 2024-02-19T05:11:38.847Z | ++ basename ./tools/ci_download_maghemite_mgd |
573 | 2024-02-19T05:11:38.850Z | + ARG0=ci_download_maghemite_mgd |
574 | 2024-02-19T05:11:38.850Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
575 | 2024-02-19T05:11:38.850Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
576 | 2024-02-19T05:11:38.850Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
577 | 2024-02-19T05:11:38.850Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
578 | 2024-02-19T05:11:38.850Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
579 | 2024-02-19T05:11:38.850Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
580 | 2024-02-19T05:11:38.850Z | + TARGET_DIR=out |
581 | 2024-02-19T05:11:38.850Z | + DOWNLOAD_DIR=out/downloads |
582 | 2024-02-19T05:11:38.850Z | + DEST_DIR=./out/mgd |
583 | 2024-02-19T05:11:38.851Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
584 | 2024-02-19T05:11:38.851Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
585 | 2024-02-19T05:11:38.851Z | + REPO=oxidecomputer/maghemite |
586 | 2024-02-19T05:11:38.851Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
587 | 2024-02-19T05:11:38.851Z | + main |
588 | 2024-02-19T05:11:38.851Z | + [[ 0 != 0 ]] |
589 | 2024-02-19T05:11:38.851Z | + CIDL_OS=solaris2.11 |
590 | 2024-02-19T05:11:38.851Z | + [[ 0 != 0 ]] |
591 | 2024-02-19T05:11:38.851Z | + configure_os solaris2.11 |
592 | 2024-02-19T05:11:38.851Z | + echo 'current directory: /work/oxidecomputer/omicron' |
593 | 2024-02-19T05:11:38.851Z | current directory: /work/oxidecomputer/omicron |
594 | 2024-02-19T05:11:38.851Z | + echo 'configuring based on OS: "solaris2.11"' |
595 | 2024-02-19T05:11:38.851Z | + case "$1" in |
596 | 2024-02-19T05:11:38.851Z | configuring based on OS: "solaris2.11" |
597 | 2024-02-19T05:11:38.851Z | + SET_BINARIES= |
598 | 2024-02-19T05:11:38.851Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2024-02-19T05:11:38.851Z | + TARBALL_FILENAME=mgd.tar.gz |
600 | 2024-02-19T05:11:38.851Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
601 | 2024-02-19T05:11:38.851Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
602 | 2024-02-19T05:11:38.851Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
603 | 2024-02-19T05:11:38.851Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
604 | 2024-02-19T05:11:38.852Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
605 | 2024-02-19T05:11:38.852Z | Local file: out/downloads/mgd.tar.gz |
606 | 2024-02-19T05:11:38.852Z | + mkdir -p out/downloads |
607 | 2024-02-19T05:11:38.856Z | + mkdir -p ./out/mgd |
608 | 2024-02-19T05:11:38.856Z | + fetch_and_verify |
609 | 2024-02-19T05:11:38.856Z | + local DO_DOWNLOAD=true |
610 | 2024-02-19T05:11:38.856Z | + [[ -f out/downloads/mgd.tar.gz ]] |
611 | 2024-02-19T05:11:38.856Z | + '[' true == true ']' |
612 | 2024-02-19T05:11:38.856Z | + echo Downloading... |
613 | 2024-02-19T05:11:38.856Z | Downloading... |
614 | 2024-02-19T05:11:38.856Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
615 | 2024-02-19T05:11:38.856Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
616 | 2024-02-19T05:11:45.528Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
617 | 2024-02-19T05:11:45.531Z | ++ sha256sum |
618 | 2024-02-19T05:11:45.531Z | ++ awk '{print $1}' |
619 | 2024-02-19T05:11:45.549Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
620 | 2024-02-19T05:11:45.553Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
621 | 2024-02-19T05:11:45.553Z | + do_untar out/downloads/mgd.tar.gz |
622 | 2024-02-19T05:11:45.553Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
623 | 2024-02-19T05:11:46.024Z | + do_assemble |
624 | 2024-02-19T05:11:46.024Z | + rm -r ./out/mgd |
625 | 2024-02-19T05:11:46.044Z | + mkdir ./out/mgd |
626 | 2024-02-19T05:11:46.044Z | + cp -r out/downloads/root ./out/mgd/root |
627 | 2024-02-19T05:11:46.183Z | + set -o errexit |
628 | 2024-02-19T05:11:46.188Z | +++ dirname ./tools/ci_download_transceiver_control |
629 | 2024-02-19T05:11:46.189Z | ++ cd ./tools |
630 | 2024-02-19T05:11:46.189Z | ++ pwd |
631 | 2024-02-19T05:11:46.189Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
632 | 2024-02-19T05:11:46.189Z | ++ basename ./tools/ci_download_transceiver_control |
633 | 2024-02-19T05:11:46.190Z | + ARG0=ci_download_transceiver_control |
634 | 2024-02-19T05:11:46.190Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
635 | 2024-02-19T05:11:46.190Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
636 | 2024-02-19T05:11:46.190Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2024-02-19T05:11:46.191Z | + TARGET_DIR=out |
638 | 2024-02-19T05:11:46.191Z | + DOWNLOAD_DIR=out/downloads |
639 | 2024-02-19T05:11:46.191Z | + DEST_DIR=./out/transceiver-control |
640 | 2024-02-19T05:11:46.191Z | + BIN_DIR=/opt/oxide/bin |
641 | 2024-02-19T05:11:46.191Z | + BINARY=xcvradm |
642 | 2024-02-19T05:11:46.192Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
643 | 2024-02-19T05:11:46.192Z | + REPO=oxidecomputer/transceiver-control |
644 | 2024-02-19T05:11:46.192Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
645 | 2024-02-19T05:11:46.192Z | + main |
646 | 2024-02-19T05:11:46.192Z | + [[ 0 != 0 ]] |
647 | 2024-02-19T05:11:46.193Z | + CIDL_OS=solaris2.11 |
648 | 2024-02-19T05:11:46.193Z | + [[ 0 != 0 ]] |
649 | 2024-02-19T05:11:46.193Z | + configure_os solaris2.11 |
650 | 2024-02-19T05:11:46.193Z | + echo 'current directory: /work/oxidecomputer/omicron' |
651 | 2024-02-19T05:11:46.194Z | current directory: /work/oxidecomputer/omicron |
652 | 2024-02-19T05:11:46.194Z | + echo 'configuring based on OS: "solaris2.11"' |
653 | 2024-02-19T05:11:46.194Z | + case "$1" in |
654 | 2024-02-19T05:11:46.194Z | configuring based on OS: "solaris2.11" |
655 | 2024-02-19T05:11:46.194Z | + SET_BINARIES= |
656 | 2024-02-19T05:11:46.195Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-02-19T05:11:46.195Z | + CIDL_SHA256FUNC=do_sha256sum |
658 | 2024-02-19T05:11:46.195Z | + ARCHIVE_FILENAME=xcvradm.gz |
659 | 2024-02-19T05:11:46.195Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2024-02-19T05:11:46.196Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
661 | 2024-02-19T05:11:46.196Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
662 | 2024-02-19T05:11:46.196Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-02-19T05:11:46.196Z | Local file: out/downloads/xcvradm.gz |
664 | 2024-02-19T05:11:46.196Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-19T05:11:46.197Z | + mkdir -p out/downloads |
666 | 2024-02-19T05:11:46.197Z | + mkdir -p ./out/transceiver-control |
667 | 2024-02-19T05:11:46.197Z | + fetch_and_verify |
668 | 2024-02-19T05:11:46.197Z | + local DO_DOWNLOAD=true |
669 | 2024-02-19T05:11:46.197Z | + [[ -f out/downloads/xcvradm.gz ]] |
670 | 2024-02-19T05:11:46.197Z | + '[' true == true ']' |
671 | 2024-02-19T05:11:46.198Z | + echo Downloading... |
672 | 2024-02-19T05:11:46.198Z | Downloading... |
673 | 2024-02-19T05:11:46.198Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
674 | 2024-02-19T05:11:46.198Z | + 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 |
675 | 2024-02-19T05:11:48.379Z | ++ do_sha256sum out/downloads/xcvradm.gz |
676 | 2024-02-19T05:11:48.382Z | ++ sha256sum |
677 | 2024-02-19T05:11:48.382Z | ++ awk '{print $1}' |
678 | 2024-02-19T05:11:48.388Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2024-02-19T05:11:48.391Z | + [[ 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 ]] |
680 | 2024-02-19T05:11:48.391Z | + do_unpack out/downloads/xcvradm.gz |
681 | 2024-02-19T05:11:48.391Z | + mkdir -p out/downloads/root//opt/oxide/bin |
682 | 2024-02-19T05:11:48.391Z | + gzip -dc out/downloads/xcvradm.gz |
683 | 2024-02-19T05:11:48.514Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
684 | 2024-02-19T05:11:48.521Z | + do_assemble |
685 | 2024-02-19T05:11:48.521Z | + rm -r ./out/transceiver-control |
686 | 2024-02-19T05:11:48.521Z | + mkdir ./out/transceiver-control |
687 | 2024-02-19T05:11:48.526Z | + cp -r out/downloads/root ./out/transceiver-control/root |
688 | 2024-02-19T05:11:48.674Z | All prerequisites installed successfully |
689 | 2024-02-19T05:11:48.681Z | |
690 | 2024-02-19T05:11:48.681Z | real 2:00.390637484 |
691 | 2024-02-19T05:11:48.681Z | user 34.157948170 |
692 | 2024-02-19T05:11:48.682Z | sys 6.339815317 |
693 | 2024-02-19T05:11:48.682Z | trap 0.007042374 |
694 | 2024-02-19T05:11:48.682Z | tflt 0.316622354 |
695 | 2024-02-19T05:11:48.682Z | dflt 1.157496092 |
696 | 2024-02-19T05:11:48.682Z | kflt 0.376287004 |
697 | 2024-02-19T05:11:48.682Z | lock 1.619400015 |
698 | 2024-02-19T05:11:48.682Z | slp 4:02.871828660 |
699 | 2024-02-19T05:11:48.682Z | lat 1.743279592 |
700 | 2024-02-19T05:11:48.682Z | stop 0.127983223 |
701 | 2024-02-19T05:11:48.682Z | + banner end-to-end-tests |
702 | 2024-02-19T05:11:48.790Z | |
703 | 2024-02-19T05:11:48.790Z | ###### # # ##### ##### #### ###### # # ##### |
704 | 2024-02-19T05:11:48.790Z | # ## # # # # # # # ## # # # |
705 | 2024-02-19T05:11:48.790Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
706 | 2024-02-19T05:11:48.790Z | # # # # # # # # # # # # # # # |
707 | 2024-02-19T05:11:48.790Z | # # ## # # # # # # # ## # # |
708 | 2024-02-19T05:11:48.790Z | ###### # # ##### # #### ###### # # ##### |
709 | 2024-02-19T05:11:48.791Z | |
710 | 2024-02-19T05:11:48.800Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
711 | 2024-02-19T05:11:48.800Z | + CARGO_PROFILE_DEV_DEBUG=1 |
712 | 2024-02-19T05:11:48.801Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
713 | 2024-02-19T05:11:48.801Z | + CARGO_PROFILE_TEST_DEBUG=1 |
714 | 2024-02-19T05:11:48.801Z | + export CARGO_INCREMENTAL=0 |
715 | 2024-02-19T05:11:48.801Z | + CARGO_INCREMENTAL=0 |
716 | 2024-02-19T05:11:48.801Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
717 | 2024-02-19T05:11:49.017Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
718 | 2024-02-19T05:11:49.324Z | Updating git repository `https://github.com/oxidecomputer/samael` |
719 | 2024-02-19T05:11:49.666Z | Updating crates.io index |
720 | 2024-02-19T05:11:49.670Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
721 | 2024-02-19T05:11:50.330Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
722 | 2024-02-19T05:11:51.947Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
723 | 2024-02-19T05:11:52.251Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
724 | 2024-02-19T05:11:52.570Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
725 | 2024-02-19T05:11:52.825Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
726 | 2024-02-19T05:11:53.099Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
727 | 2024-02-19T05:11:53.889Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
728 | 2024-02-19T05:11:56.065Z | Updating git repository `https://github.com/oxidecomputer/opte` |
729 | 2024-02-19T05:11:56.945Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
730 | 2024-02-19T05:11:57.289Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
731 | 2024-02-19T05:11:57.868Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
732 | 2024-02-19T05:11:58.135Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
733 | 2024-02-19T05:11:58.439Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2024-02-19T05:11:58.724Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2024-02-19T05:11:59.107Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2024-02-19T05:11:59.460Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
737 | 2024-02-19T05:11:59.879Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2024-02-19T05:12:00.391Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2024-02-19T05:12:00.783Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2024-02-19T05:12:01.103Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2024-02-19T05:12:02.173Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2024-02-19T05:12:02.548Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2024-02-19T05:12:04.093Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2024-02-19T05:12:04.478Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2024-02-19T05:12:04.798Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2024-02-19T05:12:06.091Z | Downloading crates ... |
747 | 2024-02-19T05:12:06.376Z | Downloaded new_debug_unreachable v1.0.4 |
748 | 2024-02-19T05:12:06.381Z | Downloaded addr2line v0.21.0 |
749 | 2024-02-19T05:12:06.385Z | Downloaded native-tls v0.2.11 |
750 | 2024-02-19T05:12:06.389Z | Downloaded base16ct v0.2.0 |
751 | 2024-02-19T05:12:06.398Z | Downloaded atomicwrites v0.4.3 |
752 | 2024-02-19T05:12:06.401Z | Downloaded ppv-lite86 v0.2.17 |
753 | 2024-02-19T05:12:06.404Z | Downloaded crypto-common v0.1.6 |
754 | 2024-02-19T05:12:06.419Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
755 | 2024-02-19T05:12:06.435Z | Downloaded unicode-bidi v0.3.13 |
756 | 2024-02-19T05:12:06.439Z | Downloaded term v0.7.0 |
757 | 2024-02-19T05:12:06.444Z | Downloaded topological-sort v0.2.2 |
758 | 2024-02-19T05:12:06.447Z | Downloaded bcrypt-pbkdf v0.10.0 |
759 | 2024-02-19T05:12:06.450Z | Downloaded autocfg v1.1.0 |
760 | 2024-02-19T05:12:06.453Z | Downloaded syn v2.0.48 |
761 | 2024-02-19T05:12:06.465Z | Downloaded backoff v0.4.0 |
762 | 2024-02-19T05:12:06.469Z | Downloaded subprocess v0.2.9 |
763 | 2024-02-19T05:12:06.476Z | Downloaded constant_time_eq v0.3.0 |
764 | 2024-02-19T05:12:06.909Z | Downloaded aho-corasick v1.0.4 |
765 | 2024-02-19T05:12:06.909Z | Downloaded crossbeam-channel v0.5.8 |
766 | 2024-02-19T05:12:06.920Z | Downloaded parking_lot v0.11.2 |
767 | 2024-02-19T05:12:06.920Z | Downloaded mio v0.8.9 |
768 | 2024-02-19T05:12:06.920Z | Downloaded crossbeam-deque v0.8.3 |
769 | 2024-02-19T05:12:06.920Z | Downloaded phf_shared v0.11.2 |
770 | 2024-02-19T05:12:06.920Z | Downloaded crucible-workspace-hack v0.1.0 |
771 | 2024-02-19T05:12:06.920Z | Downloaded parking_lot_core v0.9.8 |
772 | 2024-02-19T05:12:06.920Z | Downloaded precomputed-hash v0.1.1 |
773 | 2024-02-19T05:12:06.920Z | Downloaded match_cfg v0.1.0 |
774 | 2024-02-19T05:12:06.920Z | Downloaded time-core v0.1.1 |
775 | 2024-02-19T05:12:06.920Z | Downloaded defmt-parser v0.3.3 |
776 | 2024-02-19T05:12:06.920Z | Downloaded num_enum v0.5.11 |
777 | 2024-02-19T05:12:06.920Z | Downloaded linked-hash-map v0.5.6 |
778 | 2024-02-19T05:12:06.920Z | Downloaded lazy_static v1.4.0 |
779 | 2024-02-19T05:12:06.921Z | Downloaded matches v0.1.10 |
780 | 2024-02-19T05:12:06.921Z | Downloaded ciborium-io v0.2.2 |
781 | 2024-02-19T05:12:06.921Z | Downloaded pretty-hex v0.2.1 |
782 | 2024-02-19T05:12:06.921Z | Downloaded futures-core v0.3.30 |
783 | 2024-02-19T05:12:06.921Z | Downloaded dtrace-parser v0.1.14 |
784 | 2024-02-19T05:12:06.921Z | Downloaded usdt-macro v0.3.5 |
785 | 2024-02-19T05:12:06.921Z | Downloaded lru-cache v0.1.2 |
786 | 2024-02-19T05:12:06.921Z | Downloaded num_enum_derive v0.5.11 |
787 | 2024-02-19T05:12:06.921Z | Downloaded memmap2 v0.7.1 |
788 | 2024-02-19T05:12:06.921Z | Downloaded async-stream v0.3.5 |
789 | 2024-02-19T05:12:06.921Z | Downloaded libefi-sys v0.1.0 |
790 | 2024-02-19T05:12:06.921Z | Downloaded percent-encoding v2.3.1 |
791 | 2024-02-19T05:12:06.922Z | Downloaded usdt-macro v0.5.0 |
792 | 2024-02-19T05:12:06.922Z | Downloaded usdt-attr-macro v0.3.5 |
793 | 2024-02-19T05:12:06.922Z | Downloaded mime_guess v2.0.4 |
794 | 2024-02-19T05:12:06.922Z | Downloaded mime v0.3.17 |
795 | 2024-02-19T05:12:06.922Z | Downloaded managed v0.8.0 |
796 | 2024-02-19T05:12:06.922Z | Downloaded anstyle-query v1.0.0 |
797 | 2024-02-19T05:12:06.922Z | Downloaded try-lock v0.2.4 |
798 | 2024-02-19T05:12:06.922Z | Downloaded anstream v0.6.11 |
799 | 2024-02-19T05:12:06.922Z | Downloaded blowfish v0.9.1 |
800 | 2024-02-19T05:12:06.922Z | Downloaded pest_derive v2.7.6 |
801 | 2024-02-19T05:12:06.922Z | Downloaded cfg-if v1.0.0 |
802 | 2024-02-19T05:12:06.922Z | Downloaded pin-project-lite v0.2.13 |
803 | 2024-02-19T05:12:06.922Z | Downloaded postgres-types v0.2.6 |
804 | 2024-02-19T05:12:06.922Z | Downloaded inout v0.1.3 |
805 | 2024-02-19T05:12:06.922Z | Downloaded foreign-types v0.5.0 |
806 | 2024-02-19T05:12:06.922Z | Downloaded memmap v0.7.0 |
807 | 2024-02-19T05:12:06.922Z | Downloaded parking_lot v0.12.1 |
808 | 2024-02-19T05:12:06.922Z | Downloaded arrayvec v0.7.4 |
809 | 2024-02-19T05:12:06.922Z | Downloaded semver-parser v0.10.2 |
810 | 2024-02-19T05:12:06.922Z | Downloaded futures-executor v0.3.30 |
811 | 2024-02-19T05:12:06.922Z | Downloaded slog-scope v4.4.0 |
812 | 2024-02-19T05:12:06.922Z | Downloaded serde_repr v0.1.16 |
813 | 2024-02-19T05:12:06.923Z | Downloaded lock_api v0.4.10 |
814 | 2024-02-19T05:12:06.923Z | Downloaded usdt-impl v0.5.0 |
815 | 2024-02-19T05:12:06.923Z | Downloaded rustls-pki-types v1.3.0 |
816 | 2024-02-19T05:12:06.923Z | Downloaded anstyle-parse v0.2.1 |
817 | 2024-02-19T05:12:06.923Z | Downloaded phf_shared v0.10.0 |
818 | 2024-02-19T05:12:06.923Z | Downloaded toml_datetime v0.6.5 |
819 | 2024-02-19T05:12:06.923Z | Downloaded embedded-io v0.4.0 |
820 | 2024-02-19T05:12:06.923Z | Downloaded http-range v0.1.5 |
821 | 2024-02-19T05:12:06.923Z | Downloaded data-encoding v2.4.0 |
822 | 2024-02-19T05:12:06.923Z | Downloaded strum v0.25.0 |
823 | 2024-02-19T05:12:06.923Z | Downloaded log v0.4.20 |
824 | 2024-02-19T05:12:06.923Z | Downloaded equivalent v1.0.1 |
825 | 2024-02-19T05:12:06.923Z | Downloaded display-error-chain v0.2.0 |
826 | 2024-02-19T05:12:06.923Z | Downloaded ed25519 v2.2.2 |
827 | 2024-02-19T05:12:06.923Z | Downloaded time-macros v0.2.13 |
828 | 2024-02-19T05:12:06.923Z | Downloaded blake2 v0.10.6 |
829 | 2024-02-19T05:12:06.923Z | Downloaded toml v0.7.8 |
830 | 2024-02-19T05:12:06.923Z | Downloaded zone_cfg_derive v0.3.0 |
831 | 2024-02-19T05:12:06.924Z | Downloaded thread_local v1.1.7 |
832 | 2024-02-19T05:12:06.924Z | Downloaded ipnet v2.9.0 |
833 | 2024-02-19T05:12:06.924Z | Downloaded scroll_derive v0.12.0 |
834 | 2024-02-19T05:12:06.924Z | Downloaded defmt-macros v0.3.6 |
835 | 2024-02-19T05:12:06.924Z | Downloaded predicates-core v1.0.6 |
836 | 2024-02-19T05:12:06.924Z | Downloaded foreign-types v0.3.2 |
837 | 2024-02-19T05:12:06.924Z | Downloaded argon2 v0.5.3 |
838 | 2024-02-19T05:12:06.924Z | Downloaded swrite v0.1.0 |
839 | 2024-02-19T05:12:06.924Z | Downloaded foreign-types-shared v0.1.1 |
840 | 2024-02-19T05:12:06.924Z | Downloaded pin-utils v0.1.0 |
841 | 2024-02-19T05:12:06.924Z | Downloaded slog-async v2.8.0 |
842 | 2024-02-19T05:12:06.924Z | Downloaded rustls-pemfile v2.1.0 |
843 | 2024-02-19T05:12:06.924Z | Downloaded paste v1.0.14 |
844 | 2024-02-19T05:12:06.924Z | Downloaded postcard v1.0.8 |
845 | 2024-02-19T05:12:06.924Z | Downloaded slog-dtrace v0.3.0 |
846 | 2024-02-19T05:12:06.924Z | Downloaded proc-macro2 v1.0.78 |
847 | 2024-02-19T05:12:06.924Z | Downloaded errno v0.3.8 |
848 | 2024-02-19T05:12:06.924Z | Downloaded debug-ignore v1.0.5 |
849 | 2024-02-19T05:12:06.925Z | Downloaded pem-rfc7468 v0.7.0 |
850 | 2024-02-19T05:12:06.925Z | Downloaded dtrace-parser v0.2.0 |
851 | 2024-02-19T05:12:06.925Z | Downloaded parking_lot_core v0.8.6 |
852 | 2024-02-19T05:12:06.925Z | Downloaded cc v1.0.83 |
853 | 2024-02-19T05:12:06.925Z | Downloaded structopt-derive v0.4.18 |
854 | 2024-02-19T05:12:06.925Z | Downloaded spin v0.5.2 |
855 | 2024-02-19T05:12:06.925Z | Downloaded dirs v5.0.1 |
856 | 2024-02-19T05:12:06.925Z | Downloaded bytes v1.5.0 |
857 | 2024-02-19T05:12:06.925Z | Downloaded futures-sink v0.3.30 |
858 | 2024-02-19T05:12:06.925Z | Downloaded flagset v0.4.3 |
859 | 2024-02-19T05:12:06.925Z | Downloaded darling v0.20.3 |
860 | 2024-02-19T05:12:06.925Z | Downloaded quick-error v1.2.3 |
861 | 2024-02-19T05:12:06.925Z | Downloaded hex-literal v0.4.1 |
862 | 2024-02-19T05:12:06.925Z | Downloaded num-complex v0.4.4 |
863 | 2024-02-19T05:12:06.925Z | Downloaded ecdsa v0.16.9 |
864 | 2024-02-19T05:12:06.925Z | Downloaded ctr v0.9.2 |
865 | 2024-02-19T05:12:06.925Z | Downloaded crc32fast v1.3.2 |
866 | 2024-02-19T05:12:07.349Z | Downloaded parse-display v0.9.0 |
867 | 2024-02-19T05:12:07.349Z | Downloaded synstructure v0.12.6 |
868 | 2024-02-19T05:12:07.349Z | Downloaded subtle v2.5.0 |
869 | 2024-02-19T05:12:07.349Z | Downloaded num_cpus v1.16.0 |
870 | 2024-02-19T05:12:07.349Z | Downloaded hubpack_derive v0.1.1 |
871 | 2024-02-19T05:12:07.349Z | Downloaded multer v3.0.0 |
872 | 2024-02-19T05:12:07.349Z | Downloaded sha2 v0.10.8 |
873 | 2024-02-19T05:12:07.349Z | Downloaded same-file v1.0.6 |
874 | 2024-02-19T05:12:07.349Z | Downloaded take_mut v0.2.2 |
875 | 2024-02-19T05:12:07.349Z | Downloaded heapless v0.8.0 |
876 | 2024-02-19T05:12:07.349Z | Downloaded toolchain_find v0.2.0 |
877 | 2024-02-19T05:12:07.349Z | Downloaded difflib v0.4.0 |
878 | 2024-02-19T05:12:07.349Z | Downloaded string_cache v0.8.7 |
879 | 2024-02-19T05:12:07.349Z | Downloaded base64 v0.21.7 |
880 | 2024-02-19T05:12:07.349Z | Downloaded heck v0.4.1 |
881 | 2024-02-19T05:12:07.349Z | Downloaded rustc_version v0.4.0 |
882 | 2024-02-19T05:12:07.349Z | Downloaded proc-macro-error-attr v1.0.4 |
883 | 2024-02-19T05:12:07.349Z | Downloaded ed25519-dalek v2.0.0 |
884 | 2024-02-19T05:12:07.349Z | Downloaded heck v0.3.3 |
885 | 2024-02-19T05:12:07.350Z | Downloaded usdt-attr-macro v0.5.0 |
886 | 2024-02-19T05:12:07.350Z | Downloaded platforms v3.0.2 |
887 | 2024-02-19T05:12:07.350Z | Downloaded fxhash v0.2.1 |
888 | 2024-02-19T05:12:07.350Z | Downloaded der_derive v0.7.2 |
889 | 2024-02-19T05:12:07.350Z | Downloaded siphasher v0.3.11 |
890 | 2024-02-19T05:12:07.350Z | Downloaded opaque-debug v0.3.0 |
891 | 2024-02-19T05:12:07.350Z | Downloaded scroll v0.12.0 |
892 | 2024-02-19T05:12:07.350Z | Downloaded thiserror-impl v1.0.57 |
893 | 2024-02-19T05:12:07.350Z | Downloaded openssl-macros v0.1.1 |
894 | 2024-02-19T05:12:07.350Z | Downloaded ghash v0.5.0 |
895 | 2024-02-19T05:12:07.350Z | Downloaded hubpack v0.1.2 |
896 | 2024-02-19T05:12:07.350Z | Downloaded tempfile v3.10.0 |
897 | 2024-02-19T05:12:07.350Z | Downloaded rand_chacha v0.3.1 |
898 | 2024-02-19T05:12:07.350Z | Downloaded rand_core v0.5.1 |
899 | 2024-02-19T05:12:07.350Z | Downloaded derive-where v1.2.7 |
900 | 2024-02-19T05:12:07.350Z | Downloaded futures-io v0.3.30 |
901 | 2024-02-19T05:12:07.350Z | Downloaded keccak v0.1.4 |
902 | 2024-02-19T05:12:07.350Z | Downloaded pretty-hex v0.4.1 |
903 | 2024-02-19T05:12:07.350Z | Downloaded spki v0.7.2 |
904 | 2024-02-19T05:12:07.350Z | Downloaded heapless v0.7.16 |
905 | 2024-02-19T05:12:07.350Z | Downloaded slog-json v2.6.1 |
906 | 2024-02-19T05:12:07.350Z | Downloaded similar v2.3.0 |
907 | 2024-02-19T05:12:07.350Z | Downloaded hash32 v0.3.1 |
908 | 2024-02-19T05:12:07.350Z | Downloaded zeroize_derive v1.4.2 |
909 | 2024-02-19T05:12:07.351Z | Downloaded zone v0.3.0 |
910 | 2024-02-19T05:12:07.351Z | Downloaded half v2.3.1 |
911 | 2024-02-19T05:12:07.351Z | Downloaded slog-term v2.9.0 |
912 | 2024-02-19T05:12:07.351Z | Downloaded textwrap v0.11.0 |
913 | 2024-02-19T05:12:07.351Z | Downloaded want v0.3.1 |
914 | 2024-02-19T05:12:07.351Z | Downloaded signal-hook-registry v1.4.1 |
915 | 2024-02-19T05:12:07.351Z | Downloaded thiserror-impl-no-std v2.0.2 |
916 | 2024-02-19T05:12:07.351Z | Downloaded terminal_size v0.3.0 |
917 | 2024-02-19T05:12:07.351Z | Downloaded hex v0.4.3 |
918 | 2024-02-19T05:12:07.351Z | Downloaded xattr v1.0.1 |
919 | 2024-02-19T05:12:07.351Z | Downloaded rustc_version v0.1.7 |
920 | 2024-02-19T05:12:07.351Z | Downloaded num-rational v0.4.1 |
921 | 2024-02-19T05:12:07.351Z | Downloaded quote v1.0.35 |
922 | 2024-02-19T05:12:07.351Z | Downloaded hyper-rustls v0.24.2 |
923 | 2024-02-19T05:12:07.351Z | Downloaded serde v1.0.196 |
924 | 2024-02-19T05:12:07.351Z | Downloaded pkcs8 v0.10.2 |
925 | 2024-02-19T05:12:07.351Z | Downloaded memchr v2.6.3 |
926 | 2024-02-19T05:12:07.351Z | Downloaded phf v0.11.2 |
927 | 2024-02-19T05:12:07.351Z | Downloaded serde_urlencoded v0.7.1 |
928 | 2024-02-19T05:12:07.351Z | Downloaded slog-bunyan v2.5.0 |
929 | 2024-02-19T05:12:07.351Z | Downloaded postgres-protocol v0.6.6 |
930 | 2024-02-19T05:12:07.351Z | Downloaded itoa v1.0.9 |
931 | 2024-02-19T05:12:07.351Z | Downloaded tokio-postgres v0.7.10 |
932 | 2024-02-19T05:12:07.351Z | Downloaded num-integer v0.1.46 |
933 | 2024-02-19T05:12:07.351Z | Downloaded fixedbitset v0.4.2 |
934 | 2024-02-19T05:12:07.351Z | Downloaded scheduled-thread-pool v0.2.7 |
935 | 2024-02-19T05:12:07.352Z | Downloaded dirs-next v2.0.0 |
936 | 2024-02-19T05:12:07.352Z | Downloaded parse-display-derive v0.9.0 |
937 | 2024-02-19T05:12:07.352Z | Downloaded whoami v1.4.1 |
938 | 2024-02-19T05:12:07.352Z | Downloaded proc-macro-error v1.0.4 |
939 | 2024-02-19T05:12:07.352Z | Downloaded schemars v0.8.16 |
940 | 2024-02-19T05:12:07.352Z | Downloaded usdt v0.3.5 |
941 | 2024-02-19T05:12:07.352Z | Downloaded sha1 v0.10.6 |
942 | 2024-02-19T05:12:07.352Z | Downloaded futures-task v0.3.30 |
943 | 2024-02-19T05:12:07.352Z | Downloaded rustversion v1.0.14 |
944 | 2024-02-19T05:12:07.352Z | Downloaded structmeta-derive v0.3.0 |
945 | 2024-02-19T05:12:07.352Z | Downloaded form_urlencoded v1.2.1 |
946 | 2024-02-19T05:12:07.352Z | Downloaded bzip2 v0.4.4 |
947 | 2024-02-19T05:12:07.352Z | Downloaded r2d2 v0.8.10 |
948 | 2024-02-19T05:12:07.352Z | Downloaded untrusted v0.9.0 |
949 | 2024-02-19T05:12:07.352Z | Downloaded strum_macros v0.25.2 |
950 | 2024-02-19T05:12:07.352Z | Downloaded plain v0.2.3 |
951 | 2024-02-19T05:12:07.352Z | Downloaded indexmap v1.9.3 |
952 | 2024-02-19T05:12:07.352Z | Downloaded hmac v0.12.1 |
953 | 2024-02-19T05:12:07.352Z | Downloaded zerocopy-derive v0.7.32 |
954 | 2024-02-19T05:12:07.352Z | Downloaded p521 v0.13.3 |
955 | 2024-02-19T05:12:07.352Z | Downloaded crypto-bigint v0.5.2 |
956 | 2024-02-19T05:12:07.352Z | Downloaded yasna v0.5.2 |
957 | 2024-02-19T05:12:07.352Z | Downloaded tracing-attributes v0.1.26 |
958 | 2024-02-19T05:12:07.352Z | Downloaded unicode-xid v0.2.4 |
959 | 2024-02-19T05:12:07.352Z | Downloaded serde_path_to_error v0.1.15 |
960 | 2024-02-19T05:12:07.353Z | Downloaded rustc-demangle v0.1.23 |
961 | 2024-02-19T05:12:07.353Z | Downloaded rayon-core v1.12.0 |
962 | 2024-02-19T05:12:07.353Z | Downloaded socket2 v0.4.9 |
963 | 2024-02-19T05:12:07.353Z | Downloaded trust-dns-client v0.22.0 |
964 | 2024-02-19T05:12:07.358Z | Downloaded tokio-stream v0.1.14 |
965 | 2024-02-19T05:12:07.358Z | Downloaded der v0.7.8 |
966 | 2024-02-19T05:12:07.358Z | Downloaded zerocopy v0.6.4 |
967 | 2024-02-19T05:12:07.358Z | Downloaded socket2 v0.5.5 |
968 | 2024-02-19T05:12:07.358Z | Downloaded p256 v0.13.2 |
969 | 2024-02-19T05:12:07.358Z | Downloaded signal-hook v0.3.17 |
970 | 2024-02-19T05:12:07.358Z | Downloaded serde_yaml v0.9.25 |
971 | 2024-02-19T05:12:07.358Z | Downloaded serde_derive v1.0.196 |
972 | 2024-02-19T05:12:07.358Z | Downloaded tracing-core v0.1.31 |
973 | 2024-02-19T05:12:07.358Z | Downloaded reqwest v0.11.22 |
974 | 2024-02-19T05:12:07.358Z | Downloaded hashbrown v0.12.3 |
975 | 2024-02-19T05:12:07.358Z | Downloaded url v2.5.0 |
976 | 2024-02-19T05:12:07.358Z | Downloaded unicode-segmentation v1.10.1 |
977 | 2024-02-19T05:12:07.358Z | Downloaded h2 v0.3.24 |
978 | 2024-02-19T05:12:07.358Z | Downloaded tracing v0.1.37 |
979 | 2024-02-19T05:12:07.358Z | Downloaded rand v0.7.3 |
980 | 2024-02-19T05:12:07.358Z | Downloaded toml_edit v0.22.6 |
981 | 2024-02-19T05:12:07.358Z | Downloaded unicode-normalization v0.1.22 |
982 | 2024-02-19T05:12:07.358Z | Downloaded itertools v0.10.5 |
983 | 2024-02-19T05:12:07.358Z | Downloaded rustls-webpki v0.101.7 |
984 | 2024-02-19T05:12:07.358Z | Downloaded steno v0.4.0 |
985 | 2024-02-19T05:12:07.359Z | Downloaded regex-automata v0.1.10 |
986 | 2024-02-19T05:12:07.359Z | Downloaded clap_builder v4.5.0 |
987 | 2024-02-19T05:12:07.359Z | Downloaded futures-util v0.3.30 |
988 | 2024-02-19T05:12:07.359Z | Downloaded russh v0.42.0 |
989 | 2024-02-19T05:12:07.359Z | Downloaded hashbrown v0.14.3 |
990 | 2024-02-19T05:12:07.359Z | Downloaded rayon v1.8.0 |
991 | 2024-02-19T05:12:07.359Z | Downloaded vcpkg v0.2.15 |
992 | 2024-02-19T05:12:07.359Z | Downloaded winnow v0.5.15 |
993 | 2024-02-19T05:12:07.359Z | Downloaded zerocopy v0.7.32 |
994 | 2024-02-19T05:12:07.359Z | Downloaded hkdf v0.12.4 |
995 | 2024-02-19T05:12:07.359Z | Downloaded trust-dns-proto v0.22.0 |
996 | 2024-02-19T05:12:07.359Z | Downloaded curve25519-dalek v4.1.1 |
997 | 2024-02-19T05:12:07.359Z | Downloaded gimli v0.28.0 |
998 | 2024-02-19T05:12:07.359Z | Downloaded diesel v2.1.4 |
999 | 2024-02-19T05:12:07.359Z | Downloaded smoltcp v0.11.0 |
1000 | 2024-02-19T05:12:07.359Z | Downloaded idna v0.2.3 |
1001 | 2024-02-19T05:12:07.359Z | Downloaded smoltcp v0.9.1 |
1002 | 2024-02-19T05:12:07.359Z | Downloaded regex-syntax v0.8.2 |
1003 | 2024-02-19T05:12:07.359Z | Downloaded openapiv3 v2.0.0 |
1004 | 2024-02-19T05:12:07.359Z | Downloaded bstr v1.6.0 |
1005 | 2024-02-19T05:12:07.359Z | Downloaded webpki-roots v0.25.2 |
1006 | 2024-02-19T05:12:07.359Z | Downloaded zerocopy-derive v0.6.4 |
1007 | 2024-02-19T05:12:07.359Z | Downloaded sled v0.34.7 |
1008 | 2024-02-19T05:12:07.359Z | Downloaded rustls v0.22.2 |
1009 | 2024-02-19T05:12:07.359Z | Downloaded rustix v0.38.31 |
1010 | 2024-02-19T05:12:07.360Z | Downloaded zerocopy-derive v0.2.0 |
1011 | 2024-02-19T05:12:07.363Z | Downloaded sha3 v0.10.8 |
1012 | 2024-02-19T05:12:07.367Z | Downloaded rustls v0.21.9 |
1013 | 2024-02-19T05:12:07.378Z | Downloaded regex-automata v0.4.4 |
1014 | 2024-02-19T05:12:07.396Z | Downloaded libc v0.2.153 |
1015 | 2024-02-19T05:12:07.425Z | Downloaded winapi v0.3.9 |
1016 | 2024-02-19T05:12:07.467Z | Downloaded tokio v1.36.0 |
1017 | 2024-02-19T05:12:07.513Z | Downloaded regex-automata v0.3.8 |
1018 | 2024-02-19T05:12:07.533Z | Downloaded radix_trie v0.2.1 |
1019 | 2024-02-19T05:12:07.540Z | Downloaded idna v0.5.0 |
1020 | 2024-02-19T05:12:07.547Z | Downloaded openssl v0.10.60 |
1021 | 2024-02-19T05:12:07.557Z | Downloaded petgraph v0.6.4 |
1022 | 2024-02-19T05:12:07.573Z | Downloaded encoding_rs v0.8.33 |
1023 | 2024-02-19T05:12:07.595Z | Downloaded regress v0.8.0 |
1024 | 2024-02-19T05:12:07.602Z | Downloaded rustls-webpki v0.102.1 |
1025 | 2024-02-19T05:12:07.621Z | Downloaded hyper v0.14.27 |
1026 | 2024-02-19T05:12:07.629Z | Downloaded regex v1.10.3 |
1027 | 2024-02-19T05:12:07.643Z | Downloaded bstr v0.2.17 |
1028 | 2024-02-19T05:12:07.654Z | Downloaded serde_json v1.0.113 |
1029 | 2024-02-19T05:12:07.664Z | Downloaded winnow v0.6.1 |
1030 | 2024-02-19T05:12:07.671Z | Downloaded clap v2.34.0 |
1031 | 2024-02-19T05:12:07.679Z | Downloaded ring v0.17.8 |
1032 | 2024-02-19T05:12:07.752Z | Downloaded num-bigint v0.4.4 |
1033 | 2024-02-19T05:12:07.756Z | Downloaded chrono v0.4.31 |
1034 | 2024-02-19T05:12:07.764Z | Downloaded goblin v0.8.0 |
1035 | 2024-02-19T05:12:07.771Z | Downloaded itertools v0.12.1 |
1036 | 2024-02-19T05:12:07.776Z | Downloaded blake3 v1.5.0 |
1037 | 2024-02-19T05:12:07.783Z | Downloaded http v1.0.0 |
1038 | 2024-02-19T05:12:07.786Z | Downloaded toml_edit v0.19.15 |
1039 | 2024-02-19T05:12:07.803Z | Downloaded http v0.2.11 |
1040 | 2024-02-19T05:12:07.807Z | Downloaded tokio-util v0.7.10 |
1041 | 2024-02-19T05:12:07.813Z | Downloaded serde_with v3.6.1 |
1042 | 2024-02-19T05:12:07.821Z | Downloaded crossterm v0.27.0 |
1043 | 2024-02-19T05:12:07.827Z | Downloaded filetime v0.2.23 |
1044 | 2024-02-19T05:12:07.830Z | Downloaded aes v0.8.3 |
1045 | 2024-02-19T05:12:07.836Z | Downloaded tinyvec v1.6.0 |
1046 | 2024-02-19T05:12:07.839Z | Downloaded libm v0.2.7 |
1047 | 2024-02-19T05:12:07.844Z | Downloaded aes-gcm v0.10.3 |
1048 | 2024-02-19T05:12:07.847Z | Downloaded time v0.3.27 |
1049 | 2024-02-19T05:12:07.854Z | Downloaded pest v2.7.6 |
1050 | 2024-02-19T05:12:07.859Z | Downloaded pest_meta v2.7.6 |
1051 | 2024-02-19T05:12:07.862Z | Downloaded zerocopy v0.3.0 |
1052 | 2024-02-19T05:12:07.862Z | Downloaded proc-macro-crate v1.3.1 |
1053 | 2024-02-19T05:12:07.865Z | Downloaded dof v0.1.5 |
1054 | 2024-02-19T05:12:07.865Z | Downloaded serde_tokenstream v0.1.7 |
1055 | 2024-02-19T05:12:07.868Z | Downloaded gethostname v0.4.3 |
1056 | 2024-02-19T05:12:07.868Z | Downloaded generic-array v0.14.7 |
1057 | 2024-02-19T05:12:07.870Z | Downloaded russh-keys v0.42.0 |
1058 | 2024-02-19T05:12:07.873Z | Downloaded password-hash v0.4.2 |
1059 | 2024-02-19T05:12:07.873Z | Downloaded ring v0.16.20 |
1060 | 2024-02-19T05:12:07.955Z | Downloaded headers v0.3.9 |
1061 | 2024-02-19T05:12:07.961Z | Downloaded trust-dns-server v0.22.1 |
1062 | 2024-02-19T05:12:07.965Z | Downloaded pkg-config v0.3.27 |
1063 | 2024-02-19T05:12:07.968Z | Downloaded slog v2.7.0 |
1064 | 2024-02-19T05:12:07.974Z | Downloaded strsim v0.10.0 |
1065 | 2024-02-19T05:12:07.974Z | Downloaded static_assertions v1.1.0 |
1066 | 2024-02-19T05:12:07.977Z | Downloaded predicates v3.1.0 |
1067 | 2024-02-19T05:12:07.977Z | Downloaded polyval v0.6.1 |
1068 | 2024-02-19T05:12:07.977Z | Downloaded poly1305 v0.8.0 |
1069 | 2024-02-19T05:12:07.980Z | Downloaded strum_macros v0.26.1 |
1070 | 2024-02-19T05:12:07.980Z | Downloaded slab v0.4.9 |
1071 | 2024-02-19T05:12:07.983Z | Downloaded diesel_derives v2.1.2 |
1072 | 2024-02-19T05:12:07.986Z | Downloaded hash32 v0.2.1 |
1073 | 2024-02-19T05:12:07.986Z | Downloaded rand v0.8.5 |
1074 | 2024-02-19T05:12:07.989Z | Downloaded strsim v0.8.0 |
1075 | 2024-02-19T05:12:07.992Z | Downloaded normalize-line-endings v0.3.0 |
1076 | 2024-02-19T05:12:07.992Z | Downloaded zeroize v1.7.0 |
1077 | 2024-02-19T05:12:07.992Z | Downloaded minimal-lexical v0.2.1 |
1078 | 2024-02-19T05:12:07.996Z | Downloaded typenum v1.16.0 |
1079 | 2024-02-19T05:12:07.999Z | Downloaded unicode-ident v1.0.12 |
1080 | 2024-02-19T05:12:08.002Z | Downloaded tar v0.4.40 |
1081 | 2024-02-19T05:12:08.005Z | Downloaded toml v0.5.11 |
1082 | 2024-02-19T05:12:08.008Z | Downloaded getrandom v0.2.10 |
1083 | 2024-02-19T05:12:08.011Z | Downloaded trust-dns-resolver v0.22.0 |
1084 | 2024-02-19T05:12:08.014Z | Downloaded signature v2.1.0 |
1085 | 2024-02-19T05:12:08.014Z | Downloaded universal-hash v0.5.1 |
1086 | 2024-02-19T05:12:08.017Z | Downloaded dirs-sys v0.4.1 |
1087 | 2024-02-19T05:12:08.017Z | Downloaded digest v0.10.7 |
1088 | 2024-02-19T05:12:08.018Z | Downloaded backtrace v0.3.69 |
1089 | 2024-02-19T05:12:08.024Z | Downloaded darling_core v0.20.3 |
1090 | 2024-02-19T05:12:08.027Z | Downloaded num_threads v0.1.6 |
1091 | 2024-02-19T05:12:08.027Z | Downloaded ident_case v1.0.1 |
1092 | 2024-02-19T05:12:08.030Z | Downloaded schemars_derive v0.8.16 |
1093 | 2024-02-19T05:12:08.030Z | Downloaded zip v0.6.6 |
1094 | 2024-02-19T05:12:08.033Z | Downloaded indexmap v2.2.3 |
1095 | 2024-02-19T05:12:08.037Z | Downloaded futures-macro v0.3.30 |
1096 | 2024-02-19T05:12:08.040Z | Downloaded smallvec v1.13.1 |
1097 | 2024-02-19T05:12:08.040Z | Downloaded serde_with_macros v3.6.1 |
1098 | 2024-02-19T05:12:08.043Z | Downloaded sec1 v0.7.3 |
1099 | 2024-02-19T05:12:08.043Z | Downloaded sct v0.7.0 |
1100 | 2024-02-19T05:12:08.047Z | Downloaded tokio-rustls v0.25.0 |
1101 | 2024-02-19T05:12:08.050Z | Downloaded walkdir v2.4.0 |
1102 | 2024-02-19T05:12:08.050Z | Downloaded usdt v0.5.0 |
1103 | 2024-02-19T05:12:08.050Z | Downloaded derive_more v0.99.17 |
1104 | 2024-02-19T05:12:08.054Z | Downloaded ryu v1.0.15 |
1105 | 2024-02-19T05:12:08.057Z | Downloaded rfc6979 v0.4.0 |
1106 | 2024-02-19T05:12:08.063Z | Downloaded smf v0.2.2 |
1107 | 2024-02-19T05:12:08.063Z | Downloaded serde_derive_internals v0.26.0 |
1108 | 2024-02-19T05:12:08.063Z | Downloaded rcgen v0.12.1 |
1109 | 2024-02-19T05:12:08.066Z | Downloaded tungstenite v0.20.1 |
1110 | 2024-02-19T05:12:08.066Z | Downloaded openssl-probe v0.1.5 |
1111 | 2024-02-19T05:12:08.066Z | Downloaded endian-type v0.1.2 |
1112 | 2024-02-19T05:12:08.070Z | Downloaded structmeta v0.3.0 |
1113 | 2024-02-19T05:12:08.070Z | Downloaded rand_core v0.6.4 |
1114 | 2024-02-19T05:12:08.070Z | Downloaded unicode-width v0.1.11 |
1115 | 2024-02-19T05:12:08.073Z | Downloaded allocator-api2 v0.2.16 |
1116 | 2024-02-19T05:12:08.076Z | Downloaded crossbeam-utils v0.8.16 |
1117 | 2024-02-19T05:12:08.076Z | Downloaded foreign-types-macros v0.2.3 |
1118 | 2024-02-19T05:12:08.080Z | Downloaded glob v0.3.1 |
1119 | 2024-02-19T05:12:08.080Z | Downloaded tokio-rustls v0.24.1 |
1120 | 2024-02-19T05:12:08.083Z | Downloaded slog-envlogger v2.2.0 |
1121 | 2024-02-19T05:12:08.083Z | Downloaded semver v1.0.22 |
1122 | 2024-02-19T05:12:08.087Z | Downloaded futures v0.3.30 |
1123 | 2024-02-19T05:12:08.090Z | Downloaded semver v0.11.0 |
1124 | 2024-02-19T05:12:08.090Z | Downloaded futures-channel v0.3.30 |
1125 | 2024-02-19T05:12:08.093Z | Downloaded deranged v0.3.8 |
1126 | 2024-02-19T05:12:08.093Z | Downloaded unsafe-libyaml v0.2.10 |
1127 | 2024-02-19T05:12:08.099Z | Downloaded enum-as-inner v0.5.1 |
1128 | 2024-02-19T05:12:08.102Z | Downloaded dirs-sys-next v0.1.2 |
1129 | 2024-02-19T05:12:08.102Z | Downloaded serde_tokenstream v0.2.0 |
1130 | 2024-02-19T05:12:08.102Z | Downloaded pest_generator v2.7.6 |
1131 | 2024-02-19T05:12:08.105Z | Downloaded flate2 v1.0.28 |
1132 | 2024-02-19T05:12:08.109Z | Downloaded ucd-trie v0.1.6 |
1133 | 2024-02-19T05:12:08.112Z | Downloaded spin v0.9.8 |
1134 | 2024-02-19T05:12:08.112Z | Downloaded foreign-types-shared v0.3.1 |
1135 | 2024-02-19T05:12:08.115Z | Downloaded http-body v0.4.5 |
1136 | 2024-02-19T05:12:08.115Z | Downloaded once_cell v1.19.0 |
1137 | 2024-02-19T05:12:08.118Z | Downloaded defmt v0.3.5 |
1138 | 2024-02-19T05:12:08.121Z | Downloaded ff v0.13.0 |
1139 | 2024-02-19T05:12:08.121Z | Downloaded httparse v1.8.0 |
1140 | 2024-02-19T05:12:08.128Z | Downloaded vsss-rs v3.3.4 |
1141 | 2024-02-19T05:12:08.131Z | Downloaded pbkdf2 v0.11.0 |
1142 | 2024-02-19T05:12:08.131Z | Downloaded console v0.15.8 |
1143 | 2024-02-19T05:12:08.131Z | Downloaded bitflags v2.4.0 |
1144 | 2024-02-19T05:12:08.135Z | Downloaded primeorder v0.13.6 |
1145 | 2024-02-19T05:12:08.135Z | Downloaded dyn-clone v1.0.16 |
1146 | 2024-02-19T05:12:08.138Z | Downloaded num-derive v0.4.0 |
1147 | 2024-02-19T05:12:08.138Z | Downloaded tinyvec_macros v0.1.1 |
1148 | 2024-02-19T05:12:08.138Z | Downloaded base64ct v1.6.0 |
1149 | 2024-02-19T05:12:08.141Z | Downloaded libsw v3.3.1 |
1150 | 2024-02-19T05:12:08.144Z | Downloaded chacha20 v0.9.1 |
1151 | 2024-02-19T05:12:08.144Z | Downloaded thread-id v4.2.0 |
1152 | 2024-02-19T05:12:08.147Z | Downloaded crossbeam-epoch v0.9.15 |
1153 | 2024-02-19T05:12:08.147Z | Downloaded tokio-tungstenite v0.20.1 |
1154 | 2024-02-19T05:12:08.150Z | Downloaded cancel-safe-futures v0.1.5 |
1155 | 2024-02-19T05:12:08.154Z | Downloaded omicron-zone-package v0.11.0 |
1156 | 2024-02-19T05:12:08.157Z | Downloaded uuid v1.7.0 |
1157 | 2024-02-19T05:12:08.163Z | Downloaded serde_spanned v0.6.5 |
1158 | 2024-02-19T05:12:08.163Z | Downloaded secrecy v0.8.0 |
1159 | 2024-02-19T05:12:08.163Z | Downloaded scopeguard v1.2.0 |
1160 | 2024-02-19T05:12:08.166Z | Downloaded dof v0.3.0 |
1161 | 2024-02-19T05:12:08.166Z | Downloaded version_check v0.9.4 |
1162 | 2024-02-19T05:12:08.166Z | Downloaded rustls-pemfile v1.0.3 |
1163 | 2024-02-19T05:12:08.166Z | Downloaded rustfmt-wrapper v0.2.0 |
1164 | 2024-02-19T05:12:08.166Z | Downloaded resolv-conf v0.7.0 |
1165 | 2024-02-19T05:12:08.170Z | Downloaded hostname v0.3.1 |
1166 | 2024-02-19T05:12:08.170Z | Downloaded ansi_term v0.12.1 |
1167 | 2024-02-19T05:12:08.170Z | Downloaded clap_derive v4.5.0 |
1168 | 2024-02-19T05:12:08.173Z | Downloaded owo-colors v4.0.0 |
1169 | 2024-02-19T05:12:08.176Z | Downloaded utf8parse v0.2.1 |
1170 | 2024-02-19T05:12:08.176Z | Downloaded option-ext v0.2.0 |
1171 | 2024-02-19T05:12:08.176Z | Downloaded rand_chacha v0.2.2 |
1172 | 2024-02-19T05:12:08.179Z | Downloaded hyper-tls v0.5.0 |
1173 | 2024-02-19T05:12:08.179Z | Downloaded hyper-staticfile v0.9.5 |
1174 | 2024-02-19T05:12:08.179Z | Downloaded group v0.13.0 |
1175 | 2024-02-19T05:12:08.182Z | Downloaded getopts v0.2.21 |
1176 | 2024-02-19T05:12:08.183Z | Downloaded ciborium-ll v0.2.2 |
1177 | 2024-02-19T05:12:08.183Z | Downloaded adler v1.0.2 |
1178 | 2024-02-19T05:12:08.186Z | Downloaded md-5 v0.10.5 |
1179 | 2024-02-19T05:12:08.186Z | Downloaded anstyle v1.0.2 |
1180 | 2024-02-19T05:12:08.189Z | Downloaded cbc v0.1.2 |
1181 | 2024-02-19T05:12:08.189Z | Downloaded linear-map v1.2.0 |
1182 | 2024-02-19T05:12:08.189Z | Downloaded macaddr v1.0.1 |
1183 | 2024-02-19T05:12:08.202Z | Downloaded stable_deref_trait v1.2.0 |
1184 | 2024-02-19T05:12:08.202Z | Downloaded home v0.5.5 |
1185 | 2024-02-19T05:12:08.202Z | Downloaded getrandom v0.1.16 |
1186 | 2024-02-19T05:12:08.206Z | Downloaded pem v3.0.2 |
1187 | 2024-02-19T05:12:08.206Z | Downloaded arc-swap v1.6.0 |
1188 | 2024-02-19T05:12:08.206Z | Downloaded openssl-sys v0.9.96 |
1189 | 2024-02-19T05:12:08.206Z | Downloaded password-hash v0.5.0 |
1190 | 2024-02-19T05:12:08.206Z | Downloaded slog-stdlog v4.1.1 |
1191 | 2024-02-19T05:12:08.209Z | Downloaded signal-hook-mio v0.2.3 |
1192 | 2024-02-19T05:12:08.209Z | Downloaded fallible-iterator v0.2.0 |
1193 | 2024-02-19T05:12:08.209Z | Downloaded utf-8 v0.7.6 |
1194 | 2024-02-19T05:12:08.212Z | Downloaded usdt-impl v0.3.5 |
1195 | 2024-02-19T05:12:08.212Z | Downloaded unicase v2.7.0 |
1196 | 2024-02-19T05:12:08.212Z | Downloaded memoffset v0.9.0 |
1197 | 2024-02-19T05:12:08.215Z | Downloaded newtype-uuid v1.0.1 |
1198 | 2024-02-19T05:12:08.216Z | Downloaded aead v0.5.2 |
1199 | 2024-02-19T05:12:08.216Z | Downloaded semver v0.1.20 |
1200 | 2024-02-19T05:12:08.219Z | Downloaded russh-cryptovec v0.7.0 |
1201 | 2024-02-19T05:12:08.219Z | Downloaded ipnetwork v0.20.0 |
1202 | 2024-02-19T05:12:08.219Z | Downloaded float-cmp v0.9.0 |
1203 | 2024-02-19T05:12:08.222Z | Downloaded is-terminal v0.4.9 |
1204 | 2024-02-19T05:12:08.222Z | Downloaded httpdate v1.0.3 |
1205 | 2024-02-19T05:12:08.222Z | Downloaded fnv v1.0.7 |
1206 | 2024-02-19T05:12:08.228Z | Downloaded vec_map v0.8.2 |
1207 | 2024-02-19T05:12:08.228Z | Downloaded untrusted v0.7.1 |
1208 | 2024-02-19T05:12:08.228Z | Downloaded tokio-macros v2.2.0 |
1209 | 2024-02-19T05:12:08.228Z | Downloaded thiserror v1.0.57 |
1210 | 2024-02-19T05:12:08.231Z | Downloaded num v0.4.1 |
1211 | 2024-02-19T05:12:08.232Z | Downloaded elliptic-curve v0.13.8 |
1212 | 2024-02-19T05:12:08.235Z | Downloaded thiserror-no-std v2.0.2 |
1213 | 2024-02-19T05:12:08.243Z | Downloaded kstat-rs v0.2.3 |
1214 | 2024-02-19T05:12:08.246Z | Downloaded headers-core v0.2.0 |
1215 | 2024-02-19T05:12:08.246Z | Downloaded tower-service v0.3.2 |
1216 | 2024-02-19T05:12:08.246Z | Downloaded curve25519-dalek-derive v0.1.0 |
1217 | 2024-02-19T05:12:08.246Z | Downloaded fastrand v2.0.1 |
1218 | 2024-02-19T05:12:08.246Z | Downloaded num-traits v0.2.16 |
1219 | 2024-02-19T05:12:08.246Z | Downloaded iana-time-zone v0.1.57 |
1220 | 2024-02-19T05:12:08.249Z | Downloaded byteorder v1.5.0 |
1221 | 2024-02-19T05:12:08.249Z | Downloaded bit-vec v0.6.3 |
1222 | 2024-02-19T05:12:08.252Z | Downloaded instant v0.1.12 |
1223 | 2024-02-19T05:12:08.252Z | Downloaded colorchoice v1.0.0 |
1224 | 2024-02-19T05:12:08.253Z | Downloaded darling_macro v0.20.3 |
1225 | 2024-02-19T05:12:08.253Z | Downloaded async-stream-impl v0.3.5 |
1226 | 2024-02-19T05:12:08.255Z | Downloaded lalrpop-util v0.19.12 |
1227 | 2024-02-19T05:12:08.255Z | Downloaded num-iter v0.1.43 |
1228 | 2024-02-19T05:12:08.256Z | Downloaded pbkdf2 v0.12.2 |
1229 | 2024-02-19T05:12:08.258Z | Downloaded cpufeatures v0.2.12 |
1230 | 2024-02-19T05:12:08.259Z | Downloaded miniz_oxide v0.7.1 |
1231 | 2024-02-19T05:12:08.262Z | Downloaded newtype_derive v0.1.6 |
1232 | 2024-02-19T05:12:08.262Z | Downloaded md5 v0.7.0 |
1233 | 2024-02-19T05:12:08.262Z | Downloaded async-trait v0.1.77 |
1234 | 2024-02-19T05:12:08.265Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1235 | 2024-02-19T05:12:08.270Z | Downloaded block-padding v0.3.3 |
1236 | 2024-02-19T05:12:08.271Z | Downloaded arrayref v0.3.7 |
1237 | 2024-02-19T05:12:08.271Z | Downloaded chacha20poly1305 v0.10.1 |
1238 | 2024-02-19T05:12:08.274Z | Downloaded convert_case v0.4.0 |
1239 | 2024-02-19T05:12:08.274Z | Downloaded const-oid v0.9.5 |
1240 | 2024-02-19T05:12:08.274Z | Downloaded atty v0.2.14 |
1241 | 2024-02-19T05:12:08.274Z | Downloaded nom v7.1.3 |
1242 | 2024-02-19T05:12:08.280Z | Downloaded bitflags v1.3.2 |
1243 | 2024-02-19T05:12:08.286Z | Downloaded camino v1.1.6 |
1244 | 2024-02-19T05:12:08.286Z | Downloaded either v1.10.0 |
1245 | 2024-02-19T05:12:08.287Z | Downloaded waitgroup v0.1.2 |
1246 | 2024-02-19T05:12:08.290Z | Downloaded atomic-waker v1.1.1 |
1247 | 2024-02-19T05:12:08.290Z | Downloaded toml v0.8.10 |
1248 | 2024-02-19T05:12:08.290Z | Downloaded syn v1.0.109 |
1249 | 2024-02-19T05:12:08.300Z | Downloaded cobs v0.2.3 |
1250 | 2024-02-19T05:12:08.303Z | Downloaded colored v2.0.4 |
1251 | 2024-02-19T05:12:08.306Z | Downloaded anyhow v1.0.75 |
1252 | 2024-02-19T05:12:08.310Z | Downloaded object v0.32.1 |
1253 | 2024-02-19T05:12:08.328Z | Downloaded nibble_vec v0.1.0 |
1254 | 2024-02-19T05:12:08.332Z | Downloaded clap_lex v0.7.0 |
1255 | 2024-02-19T05:12:08.332Z | Downloaded cipher v0.4.4 |
1256 | 2024-02-19T05:12:08.332Z | Downloaded block-buffer v0.10.4 |
1257 | 2024-02-19T05:12:08.332Z | Downloaded bit-set v0.5.3 |
1258 | 2024-02-19T05:12:08.332Z | Downloaded tokio-native-tls v0.3.1 |
1259 | 2024-02-19T05:12:08.332Z | Downloaded strum v0.26.1 |
1260 | 2024-02-19T05:12:08.332Z | Downloaded structopt v0.3.26 |
1261 | 2024-02-19T05:12:08.332Z | Downloaded strsim v0.11.0 |
1262 | 2024-02-19T05:12:08.336Z | Downloaded stringprep v0.1.3 |
1263 | 2024-02-19T05:12:08.336Z | Downloaded cstr-argument v0.1.2 |
1264 | 2024-02-19T05:12:08.336Z | Downloaded clap v4.5.0 |
1265 | 2024-02-19T05:12:08.345Z | Downloaded ciborium v0.2.2 |
1266 | 2024-02-19T05:12:08.352Z | Downloaded camino-tempfile v1.1.1 |
1267 | 2024-02-19T05:12:08.352Z | Downloaded ahash v0.8.7 |
1268 | 2024-02-19T05:12:08.750Z | Compiling proc-macro2 v1.0.78 |
1269 | 2024-02-19T05:12:08.750Z | Compiling unicode-ident v1.0.12 |
1270 | 2024-02-19T05:12:08.754Z | Compiling libc v0.2.153 |
1271 | 2024-02-19T05:12:08.754Z | Compiling serde v1.0.196 |
1272 | 2024-02-19T05:12:08.754Z | Compiling version_check v0.9.4 |
1273 | 2024-02-19T05:12:08.754Z | Compiling autocfg v1.1.0 |
1274 | 2024-02-19T05:12:08.790Z | Compiling cfg-if v1.0.0 |
1275 | 2024-02-19T05:12:08.910Z | Compiling syn v1.0.109 |
1276 | 2024-02-19T05:12:08.953Z | Compiling once_cell v1.19.0 |
1277 | 2024-02-19T05:12:09.003Z | Compiling thiserror v1.0.57 |
1278 | 2024-02-19T05:12:09.363Z | Compiling memchr v2.6.3 |
1279 | 2024-02-19T05:12:09.515Z | Compiling typenum v1.16.0 |
1280 | 2024-02-19T05:12:09.553Z | Compiling lock_api v0.4.10 |
1281 | 2024-02-19T05:12:10.616Z | Compiling generic-array v0.14.7 |
1282 | 2024-02-19T05:12:10.691Z | Compiling byteorder v1.5.0 |
1283 | 2024-02-19T05:12:10.833Z | Compiling parking_lot_core v0.9.8 |
1284 | 2024-02-19T05:12:10.839Z | Compiling libm v0.2.7 |
1285 | 2024-02-19T05:12:10.839Z | Compiling ahash v0.8.7 |
1286 | 2024-02-19T05:12:10.918Z | Compiling num-traits v0.2.16 |
1287 | 2024-02-19T05:12:11.081Z | Compiling serde_json v1.0.113 |
1288 | 2024-02-19T05:12:11.204Z | Compiling itoa v1.0.9 |
1289 | 2024-02-19T05:12:11.389Z | Compiling slab v0.4.9 |
1290 | 2024-02-19T05:12:11.447Z | Compiling log v0.4.20 |
1291 | 2024-02-19T05:12:11.712Z | Compiling quote v1.0.35 |
1292 | 2024-02-19T05:12:11.735Z | Compiling scopeguard v1.2.0 |
1293 | 2024-02-19T05:12:11.925Z | Compiling allocator-api2 v0.2.16 |
1294 | 2024-02-19T05:12:12.062Z | Compiling getrandom v0.2.10 |
1295 | 2024-02-19T05:12:12.432Z | Compiling syn v2.0.48 |
1296 | 2024-02-19T05:12:12.453Z | Compiling cc v1.0.83 |
1297 | 2024-02-19T05:12:12.613Z | Compiling rand_core v0.6.4 |
1298 | 2024-02-19T05:12:12.855Z | Compiling ryu v1.0.15 |
1299 | 2024-02-19T05:12:13.115Z | Compiling pkg-config v0.3.27 |
1300 | 2024-02-19T05:12:13.210Z | Compiling heck v0.4.1 |
1301 | 2024-02-19T05:12:13.242Z | Compiling schemars v0.8.16 |
1302 | 2024-02-19T05:12:13.616Z | Compiling equivalent v1.0.1 |
1303 | 2024-02-19T05:12:13.699Z | Compiling subtle v2.5.0 |
1304 | 2024-02-19T05:12:13.716Z | Compiling smallvec v1.13.1 |
1305 | 2024-02-19T05:12:14.297Z | Compiling vcpkg v0.2.15 |
1306 | 2024-02-19T05:12:14.575Z | Compiling pin-project-lite v0.2.13 |
1307 | 2024-02-19T05:12:15.012Z | Compiling httparse v1.8.0 |
1308 | 2024-02-19T05:12:15.221Z | Compiling parking_lot v0.12.1 |
1309 | 2024-02-19T05:12:15.422Z | Compiling ucd-trie v0.1.6 |
1310 | 2024-02-19T05:12:15.653Z | Compiling ring v0.17.8 |
1311 | 2024-02-19T05:12:16.249Z | Compiling ring v0.16.20 |
1312 | 2024-02-19T05:12:16.644Z | Compiling openssl-sys v0.9.96 |
1313 | 2024-02-19T05:12:16.897Z | Compiling signal-hook-registry v1.4.1 |
1314 | 2024-02-19T05:12:16.911Z | Compiling fnv v1.0.7 |
1315 | 2024-02-19T05:12:17.041Z | Compiling mio v0.8.9 |
1316 | 2024-02-19T05:12:17.202Z | Compiling iana-time-zone v0.1.57 |
1317 | 2024-02-19T05:12:17.435Z | Compiling const-oid v0.9.5 |
1318 | 2024-02-19T05:12:17.679Z | Compiling openssl v0.10.60 |
1319 | 2024-02-19T05:12:17.825Z | Compiling rustix v0.38.31 |
1320 | 2024-02-19T05:12:18.117Z | Compiling semver v1.0.22 |
1321 | 2024-02-19T05:12:18.312Z | Compiling num_cpus v1.16.0 |
1322 | 2024-02-19T05:12:18.444Z | Compiling socket2 v0.5.5 |
1323 | 2024-02-19T05:12:18.604Z | Compiling native-tls v0.2.11 |
1324 | 2024-02-19T05:12:18.657Z | Compiling rustls v0.21.9 |
1325 | 2024-02-19T05:12:19.086Z | Compiling futures-core v0.3.30 |
1326 | 2024-02-19T05:12:19.118Z | Compiling dyn-clone v1.0.16 |
1327 | 2024-02-19T05:12:19.352Z | Compiling aho-corasick v1.0.4 |
1328 | 2024-02-19T05:12:19.370Z | Compiling slog v2.7.0 |
1329 | 2024-02-19T05:12:19.660Z | Compiling serde_derive_internals v0.26.0 |
1330 | 2024-02-19T05:12:19.911Z | Compiling crossbeam-utils v0.8.16 |
1331 | 2024-02-19T05:12:19.928Z | Compiling regex-syntax v0.8.2 |
1332 | 2024-02-19T05:12:19.959Z | Compiling async-trait v0.1.77 |
1333 | 2024-02-19T05:12:20.454Z | Compiling spin v0.5.2 |
1334 | 2024-02-19T05:12:20.681Z | Compiling futures-sink v0.3.30 |
1335 | 2024-02-19T05:12:20.922Z | Compiling backtrace v0.3.69 |
1336 | 2024-02-19T05:12:21.330Z | Compiling tinyvec_macros v0.1.1 |
1337 | 2024-02-19T05:12:21.423Z | Compiling tinyvec v1.6.0 |
1338 | 2024-02-19T05:12:21.677Z | Compiling futures-channel v0.3.30 |
1339 | 2024-02-19T05:12:22.204Z | Compiling pin-utils v0.1.0 |
1340 | 2024-02-19T05:12:22.301Z | Compiling futures-task v0.3.30 |
1341 | 2024-02-19T05:12:22.671Z | Compiling futures-io v0.3.30 |
1342 | 2024-02-19T05:12:22.681Z | Compiling cpufeatures v0.2.12 |
1343 | 2024-02-19T05:12:23.001Z | Compiling unicode-normalization v0.1.22 |
1344 | 2024-02-19T05:12:23.091Z | Compiling spin v0.9.8 |
1345 | 2024-02-19T05:12:23.492Z | Compiling memoffset v0.9.0 |
1346 | 2024-02-19T05:12:23.509Z | Compiling tracing-core v0.1.31 |
1347 | 2024-02-19T05:12:23.524Z | Compiling unicode-bidi v0.3.13 |
1348 | 2024-02-19T05:12:23.815Z | Compiling regex-automata v0.4.4 |
1349 | 2024-02-19T05:12:24.094Z | Compiling anyhow v1.0.75 |
1350 | 2024-02-19T05:12:24.125Z | Compiling unicode-width v0.1.11 |
1351 | 2024-02-19T05:12:25.019Z | Compiling winnow v0.5.15 |
1352 | 2024-02-19T05:12:25.502Z | Compiling crc32fast v1.3.2 |
1353 | 2024-02-19T05:12:25.977Z | Compiling crossbeam-epoch v0.9.15 |
1354 | 2024-02-19T05:12:26.437Z | Compiling time-core v0.1.1 |
1355 | 2024-02-19T05:12:26.595Z | Compiling time-macros v0.2.13 |
1356 | 2024-02-19T05:12:27.038Z | Compiling schemars_derive v0.8.16 |
1357 | 2024-02-19T05:12:27.098Z | Compiling serde_derive v1.0.196 |
1358 | 2024-02-19T05:12:28.134Z | Compiling zeroize_derive v1.4.2 |
1359 | 2024-02-19T05:12:28.387Z | Compiling zerocopy-derive v0.7.32 |
1360 | 2024-02-19T05:12:29.637Z | Compiling thiserror-impl v1.0.57 |
1361 | 2024-02-19T05:12:29.747Z | Compiling tokio-macros v2.2.0 |
1362 | 2024-02-19T05:12:30.180Z | Compiling zeroize v1.7.0 |
1363 | 2024-02-19T05:12:30.500Z | Compiling zerocopy v0.7.32 |
1364 | 2024-02-19T05:12:30.518Z | Compiling futures-macro v0.3.30 |
1365 | 2024-02-19T05:12:32.638Z | Compiling hashbrown v0.14.3 |
1366 | 2024-02-19T05:12:32.684Z | Compiling tracing-attributes v0.1.26 |
1367 | 2024-02-19T05:12:32.801Z | Compiling crypto-common v0.1.6 |
1368 | 2024-02-19T05:12:32.822Z | Compiling openssl-macros v0.1.1 |
1369 | 2024-02-19T05:12:33.048Z | Compiling pest v2.7.6 |
1370 | 2024-02-19T05:12:33.140Z | Compiling block-buffer v0.10.4 |
1371 | 2024-02-19T05:12:33.404Z | Compiling digest v0.10.7 |
1372 | 2024-02-19T05:12:33.631Z | Compiling regex v1.10.3 |
1373 | 2024-02-19T05:12:34.203Z | Compiling futures-util v0.3.30 |
1374 | 2024-02-19T05:12:34.766Z | Compiling der_derive v0.7.2 |
1375 | 2024-02-19T05:12:36.422Z | Compiling pest_meta v2.7.6 |
1376 | 2024-02-19T05:12:36.935Z | Compiling tracing v0.1.37 |
1377 | 2024-02-19T05:12:37.570Z | Compiling percent-encoding v2.3.1 |
1378 | 2024-02-19T05:12:37.989Z | Compiling pest_generator v2.7.6 |
1379 | 2024-02-19T05:12:38.660Z | Compiling untrusted v0.7.1 |
1380 | 2024-02-19T05:12:39.106Z | Compiling foreign-types-shared v0.1.1 |
1381 | 2024-02-19T05:12:39.217Z | Compiling untrusted v0.9.0 |
1382 | 2024-02-19T05:12:39.236Z | Compiling foreign-types v0.3.2 |
1383 | 2024-02-19T05:12:41.045Z | Compiling errno v0.3.8 |
1384 | 2024-02-19T05:12:41.270Z | Compiling ppv-lite86 v0.2.17 |
1385 | 2024-02-19T05:12:41.301Z | Compiling base64 v0.21.7 |
1386 | 2024-02-19T05:12:41.809Z | Compiling bytes v1.5.0 |
1387 | 2024-02-19T05:12:42.085Z | Compiling indexmap v2.2.3 |
1388 | 2024-02-19T05:12:42.172Z | Compiling uuid v1.7.0 |
1389 | 2024-02-19T05:12:42.302Z | Compiling chrono v0.4.31 |
1390 | 2024-02-19T05:12:43.142Z | Compiling tokio v1.36.0 |
1391 | 2024-02-19T05:12:43.464Z | Compiling http v0.2.11 |
1392 | 2024-02-19T05:12:43.812Z | Compiling bitflags v2.4.0 |
1393 | 2024-02-19T05:12:44.230Z | Compiling serde_spanned v0.6.5 |
1394 | 2024-02-19T05:12:44.340Z | Compiling toml_datetime v0.6.5 |
1395 | 2024-02-19T05:12:44.465Z | Compiling pest_derive v2.7.6 |
1396 | 2024-02-19T05:12:45.327Z | Compiling toml_edit v0.19.15 |
1397 | 2024-02-19T05:12:45.537Z | Compiling rustc_version v0.4.0 |
1398 | 2024-02-19T05:12:46.109Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-02-19T05:12:48.017Z | Compiling serde_tokenstream v0.2.0 |
1400 | 2024-02-19T05:12:48.117Z | Compiling try-lock v0.2.4 |
1401 | 2024-02-19T05:12:48.270Z | Compiling unicode-xid v0.2.4 |
1402 | 2024-02-19T05:12:48.444Z | Compiling synstructure v0.12.6 |
1403 | 2024-02-19T05:12:48.569Z | Compiling want v0.3.1 |
1404 | 2024-02-19T05:12:48.862Z | Compiling http-body v0.4.5 |
1405 | 2024-02-19T05:12:50.348Z | Compiling sct v0.7.0 |
1406 | 2024-02-19T05:12:50.520Z | Compiling rustls-webpki v0.101.7 |
1407 | 2024-02-19T05:12:51.366Z | Compiling form_urlencoded v1.2.1 |
1408 | 2024-02-19T05:12:51.752Z | Compiling scroll_derive v0.12.0 |
1409 | 2024-02-19T05:12:52.337Z | Compiling tokio-util v0.7.10 |
1410 | 2024-02-19T05:12:52.588Z | Compiling socket2 v0.4.9 |
1411 | 2024-02-19T05:12:52.970Z | Compiling httpdate v1.0.3 |
1412 | 2024-02-19T05:12:53.448Z | Compiling openssl-probe v0.1.5 |
1413 | 2024-02-19T05:12:53.774Z | Compiling h2 v0.3.24 |
1414 | 2024-02-19T05:12:53.849Z | Compiling tower-service v0.3.2 |
1415 | 2024-02-19T05:12:55.087Z | Compiling zerocopy-derive v0.2.0 |
1416 | 2024-02-19T05:12:56.217Z | Compiling idna v0.5.0 |
1417 | 2024-02-19T05:12:57.299Z | Compiling lazy_static v1.4.0 |
1418 | 2024-02-19T05:12:57.880Z | Compiling thread-id v4.2.0 |
1419 | 2024-02-19T05:12:57.902Z | Compiling adler v1.0.2 |
1420 | 2024-02-19T05:12:58.120Z | Compiling tokio-rustls v0.24.1 |
1421 | 2024-02-19T05:12:58.236Z | Compiling miniz_oxide v0.7.1 |
1422 | 2024-02-19T05:12:58.509Z | Compiling url v2.5.0 |
1423 | 2024-02-19T05:12:59.836Z | Compiling tokio-native-tls v0.3.1 |
1424 | 2024-02-19T05:12:59.935Z | Compiling rand_chacha v0.3.1 |
1425 | 2024-02-19T05:13:00.115Z | Compiling ipnet v2.9.0 |
1426 | 2024-02-19T05:13:00.265Z | Compiling rustversion v1.0.14 |
1427 | 2024-02-19T05:13:00.422Z | Compiling rand v0.8.5 |
1428 | 2024-02-19T05:13:00.561Z | Compiling serde_urlencoded v0.7.1 |
1429 | 2024-02-19T05:13:00.993Z | Compiling hyper v0.14.27 |
1430 | 2024-02-19T05:13:01.168Z | Compiling rustls-pemfile v1.0.3 |
1431 | 2024-02-19T05:13:01.639Z | Compiling usdt-impl v0.3.5 |
1432 | 2024-02-19T05:13:01.770Z | Compiling encoding_rs v0.8.33 |
1433 | 2024-02-19T05:13:01.794Z | Compiling either v1.10.0 |
1434 | 2024-02-19T05:13:01.990Z | Compiling mime v0.3.17 |
1435 | 2024-02-19T05:13:02.239Z | Compiling webpki-roots v0.25.2 |
1436 | 2024-02-19T05:13:02.388Z | Compiling gimli v0.28.0 |
1437 | 2024-02-19T05:13:03.580Z | Compiling regress v0.8.0 |
1438 | 2024-02-19T05:13:03.665Z | Compiling object v0.32.1 |
1439 | 2024-02-19T05:13:04.342Z | Compiling num-bigint v0.4.4 |
1440 | 2024-02-19T05:13:04.460Z | Compiling usdt-impl v0.5.0 |
1441 | 2024-02-19T05:13:04.869Z | Compiling rustc-demangle v0.1.23 |
1442 | 2024-02-19T05:13:05.879Z | Compiling flate2 v1.0.28 |
1443 | 2024-02-19T05:13:06.434Z | Compiling zerocopy v0.3.0 |
1444 | 2024-02-19T05:13:06.623Z | Compiling scroll v0.12.0 |
1445 | 2024-02-19T05:13:06.895Z | Compiling addr2line v0.21.0 |
1446 | 2024-02-19T05:13:07.210Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1447 | 2024-02-19T05:13:07.214Z | Compiling heapless v0.7.16 |
1448 | 2024-02-19T05:13:07.577Z | Compiling futures-executor v0.3.30 |
1449 | 2024-02-19T05:13:07.758Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1450 | 2024-02-19T05:13:07.838Z | Compiling winnow v0.6.1 |
1451 | 2024-02-19T05:13:08.171Z | Compiling hyper-rustls v0.24.2 |
1452 | 2024-02-19T05:13:08.259Z | Compiling hyper-tls v0.5.0 |
1453 | 2024-02-19T05:13:08.546Z | Compiling reqwest v0.11.22 |
1454 | 2024-02-19T05:13:08.600Z | Compiling base64ct v1.6.0 |
1455 | 2024-02-19T05:13:09.135Z | Compiling plain v0.2.3 |
1456 | 2024-02-19T05:13:09.257Z | Compiling signal-hook v0.3.17 |
1457 | 2024-02-19T05:13:10.106Z | Compiling goblin v0.8.0 |
1458 | 2024-02-19T05:13:11.377Z | Compiling futures v0.3.30 |
1459 | 2024-02-19T05:13:11.489Z | Compiling toml_edit v0.22.6 |
1460 | 2024-02-19T05:13:12.180Z | Compiling dof v0.1.5 |
1461 | 2024-02-19T05:13:13.180Z | Compiling toml v0.7.8 |
1462 | 2024-02-19T05:13:13.964Z | Compiling dtrace-parser v0.1.14 |
1463 | 2024-02-19T05:13:14.309Z | Compiling hex v0.4.3 |
1464 | 2024-02-19T05:13:14.520Z | Compiling pretty-hex v0.4.1 |
1465 | 2024-02-19T05:13:16.021Z | Compiling dof v0.3.0 |
1466 | 2024-02-19T05:13:16.703Z | Compiling strum_macros v0.25.2 |
1467 | 2024-02-19T05:13:16.930Z | Compiling dtrace-parser v0.2.0 |
1468 | 2024-02-19T05:13:17.316Z | Compiling serde_tokenstream v0.1.7 |
1469 | 2024-02-19T05:13:18.868Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1470 | 2024-02-19T05:13:19.069Z | Compiling smoltcp v0.9.1 |
1471 | 2024-02-19T05:13:19.097Z | Compiling pem-rfc7468 v0.7.0 |
1472 | 2024-02-19T05:13:19.848Z | Compiling hmac v0.12.1 |
1473 | 2024-02-19T05:13:20.108Z | Compiling enum-as-inner v0.5.1 |
1474 | 2024-02-19T05:13:20.132Z | Compiling num-iter v0.1.43 |
1475 | 2024-02-19T05:13:20.461Z | Compiling flagset v0.4.3 |
1476 | 2024-02-19T05:13:20.689Z | Compiling unicode-segmentation v1.10.1 |
1477 | 2024-02-19T05:13:20.786Z | Compiling siphasher v0.3.11 |
1478 | 2024-02-19T05:13:21.046Z | Compiling der v0.7.8 |
1479 | 2024-02-19T05:13:21.166Z | Compiling usdt-attr-macro v0.3.5 |
1480 | 2024-02-19T05:13:21.183Z | Compiling usdt-macro v0.3.5 |
1481 | 2024-02-19T05:13:21.557Z | Compiling zerocopy-derive v0.6.4 |
1482 | 2024-02-19T05:13:21.803Z | Compiling hubpack_derive v0.1.1 |
1483 | 2024-02-19T05:13:22.928Z | Compiling utf8parse v0.2.1 |
1484 | 2024-02-19T05:13:23.197Z | Compiling anstyle v1.0.2 |
1485 | 2024-02-19T05:13:23.720Z | Compiling num_threads v0.1.6 |
1486 | 2024-02-19T05:13:23.755Z | Compiling deranged v0.3.8 |
1487 | 2024-02-19T05:13:23.950Z | Compiling spki v0.7.2 |
1488 | 2024-02-19T05:13:24.143Z | Compiling anstyle-parse v0.2.1 |
1489 | 2024-02-19T05:13:24.309Z | Compiling sha2 v0.10.8 |
1490 | 2024-02-19T05:13:25.604Z | Compiling time v0.3.27 |
1491 | 2024-02-19T05:13:26.158Z | Compiling md-5 v0.10.5 |
1492 | 2024-02-19T05:13:26.288Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1493 | 2024-02-19T05:13:26.396Z | Compiling block-padding v0.3.3 |
1494 | 2024-02-19T05:13:26.422Z | Compiling clap_derive v4.5.0 |
1495 | 2024-02-19T05:13:26.657Z | Compiling getopts v0.2.21 |
1496 | 2024-02-19T05:13:27.776Z | Compiling stringprep v0.1.3 |
1497 | 2024-02-19T05:13:28.201Z | Compiling diesel_table_macro_syntax v0.1.0 |
1498 | 2024-02-19T05:13:28.727Z | Compiling num-integer v0.1.46 |
1499 | 2024-02-19T05:13:29.850Z | Compiling hash32 v0.2.1 |
1500 | 2024-02-19T05:13:30.461Z | Compiling stable_deref_trait v1.2.0 |
1501 | 2024-02-19T05:13:31.220Z | Compiling colorchoice v1.0.0 |
1502 | 2024-02-19T05:13:31.376Z | Compiling anstyle-query v1.0.0 |
1503 | 2024-02-19T05:13:31.802Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1504 | 2024-02-19T05:13:31.847Z | Compiling fallible-iterator v0.2.0 |
1505 | 2024-02-19T05:13:31.906Z | Compiling anstream v0.6.11 |
1506 | 2024-02-19T05:13:32.628Z | Compiling postgres-protocol v0.6.6 |
1507 | 2024-02-19T05:13:33.239Z | Compiling diesel_derives v2.1.2 |
1508 | 2024-02-19T05:13:33.967Z | Compiling inout v0.1.3 |
1509 | 2024-02-19T05:13:35.812Z | Compiling pkcs8 v0.10.2 |
1510 | 2024-02-19T05:13:36.006Z | Compiling phf_shared v0.11.2 |
1511 | 2024-02-19T05:13:37.171Z | Compiling ff v0.13.0 |
1512 | 2024-02-19T05:13:37.401Z | Compiling terminal_size v0.3.0 |
1513 | 2024-02-19T05:13:37.927Z | Compiling serde_repr v0.1.16 |
1514 | 2024-02-19T05:13:38.578Z | Compiling scheduled-thread-pool v0.2.7 |
1515 | 2024-02-19T05:13:38.858Z | Compiling managed v0.8.0 |
1516 | 2024-02-19T05:13:38.904Z | Compiling base16ct v0.2.0 |
1517 | 2024-02-19T05:13:39.138Z | Compiling regex-automata v0.1.10 |
1518 | 2024-02-19T05:13:39.175Z | Compiling bit-vec v0.6.3 |
1519 | 2024-02-19T05:13:39.333Z | Compiling bitflags v1.3.2 |
1520 | 2024-02-19T05:13:39.374Z | Compiling strsim v0.11.0 |
1521 | 2024-02-19T05:13:39.438Z | Compiling matches v0.1.10 |
1522 | 2024-02-19T05:13:39.631Z | Compiling unsafe-libyaml v0.2.10 |
1523 | 2024-02-19T05:13:39.648Z | Compiling clap_lex v0.7.0 |
1524 | 2024-02-19T05:13:40.286Z | Compiling clap_builder v4.5.0 |
1525 | 2024-02-19T05:13:40.506Z | Compiling bstr v0.2.17 |
1526 | 2024-02-19T05:13:41.469Z | Compiling serde_yaml v0.9.25 |
1527 | 2024-02-19T05:13:42.064Z | Compiling idna v0.2.3 |
1528 | 2024-02-19T05:13:43.537Z | Compiling sec1 v0.7.3 |
1529 | 2024-02-19T05:13:43.751Z | Compiling r2d2 v0.8.10 |
1530 | 2024-02-19T05:13:44.146Z | Compiling group v0.13.0 |
1531 | 2024-02-19T05:13:45.742Z | Compiling phf v0.11.2 |
1532 | 2024-02-19T05:13:45.986Z | Compiling signal-hook-mio v0.2.3 |
1533 | 2024-02-19T05:13:46.036Z | Compiling cipher v0.4.4 |
1534 | 2024-02-19T05:13:46.156Z | Compiling bzip2 v0.4.4 |
1535 | 2024-02-19T05:13:46.179Z | Compiling postgres-types v0.2.6 |
1536 | 2024-02-19T05:13:46.564Z | Compiling zerocopy v0.6.4 |
1537 | 2024-02-19T05:13:46.567Z | Compiling hubpack v0.1.2 |
1538 | 2024-02-19T05:13:47.053Z | Compiling phf_shared v0.10.0 |
1539 | 2024-02-19T05:13:47.237Z | Compiling hkdf v0.12.4 |
1540 | 2024-02-19T05:13:47.447Z | Compiling crypto-bigint v0.5.2 |
1541 | 2024-02-19T05:13:47.467Z | Compiling ipnetwork v0.20.0 |
1542 | 2024-02-19T05:13:47.771Z | Compiling float-cmp v0.9.0 |
1543 | 2024-02-19T05:13:48.381Z | Compiling new_debug_unreachable v1.0.4 |
1544 | 2024-02-19T05:13:48.478Z | Compiling static_assertions v1.1.0 |
1545 | 2024-02-19T05:13:48.583Z | Compiling regex-automata v0.3.8 |
1546 | 2024-02-19T05:13:50.659Z | Compiling minimal-lexical v0.2.1 |
1547 | 2024-02-19T05:13:50.947Z | Compiling data-encoding v2.4.0 |
1548 | 2024-02-19T05:13:51.281Z | Compiling whoami v1.4.1 |
1549 | 2024-02-19T05:13:51.304Z | Compiling predicates-core v1.0.6 |
1550 | 2024-02-19T05:13:51.671Z | Compiling normalize-line-endings v0.3.0 |
1551 | 2024-02-19T05:13:51.914Z | Compiling difflib v0.4.0 |
1552 | 2024-02-19T05:13:52.450Z | Compiling precomputed-hash v0.1.1 |
1553 | 2024-02-19T05:13:52.593Z | Compiling fixedbitset v0.4.2 |
1554 | 2024-02-19T05:13:52.792Z | Compiling string_cache v0.8.7 |
1555 | 2024-02-19T05:13:53.081Z | Compiling petgraph v0.6.4 |
1556 | 2024-02-19T05:13:53.283Z | Compiling predicates v3.1.0 |
1557 | 2024-02-19T05:13:53.525Z | Compiling trust-dns-proto v0.22.0 |
1558 | 2024-02-19T05:13:53.627Z | Compiling tokio-postgres v0.7.10 |
1559 | 2024-02-19T05:13:53.760Z | Compiling nom v7.1.3 |
1560 | 2024-02-19T05:13:55.399Z | Compiling bstr v1.6.0 |
1561 | 2024-02-19T05:13:55.729Z | Compiling diesel v2.1.4 |
1562 | 2024-02-19T05:13:55.754Z | Compiling elliptic-curve v0.13.8 |
1563 | 2024-02-19T05:13:56.172Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1564 | 2024-02-19T05:13:56.959Z | Compiling yasna v0.5.2 |
1565 | 2024-02-19T05:13:57.202Z | Compiling zip v0.6.6 |
1566 | 2024-02-19T05:13:57.230Z | Compiling crossterm v0.27.0 |
1567 | 2024-02-19T05:13:58.650Z | Compiling clap v4.5.0 |
1568 | 2024-02-19T05:13:58.812Z | Compiling similar v2.3.0 |
1569 | 2024-02-19T05:13:58.875Z | Compiling bit-set v0.5.3 |
1570 | 2024-02-19T05:13:58.941Z | Compiling usdt v0.3.5 |
1571 | 2024-02-19T05:13:59.057Z | Compiling strum v0.25.0 |
1572 | 2024-02-19T05:13:59.203Z | Compiling itertools v0.10.5 |
1573 | 2024-02-19T05:13:59.221Z | Compiling console v0.15.8 |
1574 | 2024-02-19T05:13:59.685Z | Compiling tokio-stream v0.1.14 |
1575 | 2024-02-19T05:14:01.078Z | Compiling camino v1.1.6 |
1576 | 2024-02-19T05:14:01.309Z | Compiling lalrpop-util v0.19.12 |
1577 | 2024-02-19T05:14:03.552Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1578 | 2024-02-19T05:14:11.903Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1579 | 2024-02-19T05:14:39.067Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1580 | 2024-02-19T05:14:39.684Z | Compiling sha1 v0.10.6 |
1581 | 2024-02-19T05:14:40.420Z | Compiling atty v0.2.14 |
1582 | 2024-02-19T05:14:40.464Z | Compiling match_cfg v0.1.0 |
1583 | 2024-02-19T05:14:40.553Z | Compiling hostname v0.3.1 |
1584 | 2024-02-19T05:14:40.572Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1585 | 2024-02-19T05:14:40.751Z | Compiling dirs-sys-next v0.1.2 |
1586 | 2024-02-19T05:14:40.782Z | Compiling strsim v0.10.0 |
1587 | 2024-02-19T05:14:40.999Z | Compiling rustls-pki-types v1.3.0 |
1588 | 2024-02-19T05:14:41.061Z | Compiling ident_case v1.0.1 |
1589 | 2024-02-19T05:14:41.247Z | Compiling darling_core v0.20.3 |
1590 | 2024-02-19T05:14:41.376Z | Compiling dirs-next v2.0.0 |
1591 | 2024-02-19T05:14:41.637Z | Compiling thread_local v1.1.7 |
1592 | 2024-02-19T05:14:41.677Z | Compiling rustls v0.22.2 |
1593 | 2024-02-19T05:14:41.777Z | Compiling slog-async v2.8.0 |
1594 | 2024-02-19T05:14:42.336Z | Compiling term v0.7.0 |
1595 | 2024-02-19T05:14:42.422Z | Compiling rustls-webpki v0.102.1 |
1596 | 2024-02-19T05:14:43.128Z | Compiling crossbeam-channel v0.5.8 |
1597 | 2024-02-19T05:14:43.148Z | Compiling multer v3.0.0 |
1598 | 2024-02-19T05:14:43.484Z | Compiling instant v0.1.12 |
1599 | 2024-02-19T05:14:43.633Z | Compiling paste v1.0.14 |
1600 | 2024-02-19T05:14:43.793Z | Compiling take_mut v0.2.2 |
1601 | 2024-02-19T05:14:44.086Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1602 | 2024-02-19T05:14:44.288Z | Compiling slog-term v2.9.0 |
1603 | 2024-02-19T05:14:44.307Z | Compiling slog-json v2.6.1 |
1604 | 2024-02-19T05:14:44.689Z | Compiling http v1.0.0 |
1605 | 2024-02-19T05:14:44.730Z | Compiling async-stream-impl v0.3.5 |
1606 | 2024-02-19T05:14:45.262Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1607 | 2024-02-19T05:14:45.593Z | Compiling debug-ignore v1.0.5 |
1608 | 2024-02-19T05:14:45.611Z | Compiling atomic-waker v1.1.1 |
1609 | 2024-02-19T05:14:45.739Z | Compiling waitgroup v0.1.2 |
1610 | 2024-02-19T05:14:45.863Z | Compiling slog-bunyan v2.5.0 |
1611 | 2024-02-19T05:14:46.078Z | Compiling rustls-pemfile v2.1.0 |
1612 | 2024-02-19T05:14:46.254Z | Compiling async-stream v0.3.5 |
1613 | 2024-02-19T05:14:46.586Z | Compiling toml v0.8.10 |
1614 | 2024-02-19T05:14:47.257Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1615 | 2024-02-19T05:14:47.386Z | Compiling serde_path_to_error v0.1.15 |
1616 | 2024-02-19T05:14:47.612Z | Compiling darling_macro v0.20.3 |
1617 | 2024-02-19T05:14:47.771Z | Compiling structmeta-derive v0.3.0 |
1618 | 2024-02-19T05:14:48.271Z | Compiling strum_macros v0.26.1 |
1619 | 2024-02-19T05:14:48.444Z | Compiling newtype-uuid v1.0.1 |
1620 | 2024-02-19T05:14:48.735Z | Compiling darling v0.20.3 |
1621 | 2024-02-19T05:14:48.752Z | Compiling tokio-rustls v0.25.0 |
1622 | 2024-02-19T05:14:48.861Z | Compiling serde_with_macros v3.6.1 |
1623 | 2024-02-19T05:14:49.180Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1624 | 2024-02-19T05:14:49.385Z | Compiling backoff v0.4.0 |
1625 | 2024-02-19T05:14:49.762Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1626 | 2024-02-19T05:14:50.106Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1627 | 2024-02-19T05:14:50.261Z | Compiling macaddr v1.0.1 |
1628 | 2024-02-19T05:14:50.576Z | Compiling proc-macro-error-attr v1.0.4 |
1629 | 2024-02-19T05:14:50.734Z | Compiling proc-macro-crate v1.3.1 |
1630 | 2024-02-19T05:14:50.974Z | Compiling proc-macro-error v1.0.4 |
1631 | 2024-02-19T05:14:51.019Z | Compiling structmeta v0.3.0 |
1632 | 2024-02-19T05:14:51.325Z | Compiling heapless v0.8.0 |
1633 | 2024-02-19T05:14:51.475Z | Compiling parse-display-derive v0.9.0 |
1634 | 2024-02-19T05:14:51.887Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-02-19T05:14:52.325Z | Compiling serde_with v3.6.1 |
1636 | 2024-02-19T05:14:53.334Z | Compiling hash32 v0.3.1 |
1637 | 2024-02-19T05:14:53.572Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1638 | 2024-02-19T05:14:53.851Z | Compiling strum v0.26.1 |
1639 | 2024-02-19T05:14:53.939Z | Compiling rayon-core v1.12.0 |
1640 | 2024-02-19T05:14:54.022Z | Compiling smoltcp v0.11.0 |
1641 | 2024-02-19T05:14:54.913Z | Compiling num_enum v0.5.11 |
1642 | 2024-02-19T05:14:55.075Z | Compiling crossbeam-deque v0.8.3 |
1643 | 2024-02-19T05:14:55.342Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1644 | 2024-02-19T05:14:55.435Z | Compiling fastrand v2.0.1 |
1645 | 2024-02-19T05:14:55.456Z | Compiling embedded-io v0.4.0 |
1646 | 2024-02-19T05:14:55.640Z | Compiling same-file v1.0.6 |
1647 | 2024-02-19T05:14:55.700Z | Compiling cobs v0.2.3 |
1648 | 2024-02-19T05:14:55.897Z | Compiling postcard v1.0.8 |
1649 | 2024-02-19T05:14:55.958Z | Compiling walkdir v2.4.0 |
1650 | 2024-02-19T05:14:56.022Z | Compiling tempfile v3.10.0 |
1651 | 2024-02-19T05:14:56.502Z | Compiling parse-display v0.9.0 |
1652 | 2024-02-19T05:14:56.850Z | Compiling semver-parser v0.10.2 |
1653 | 2024-02-19T05:14:56.868Z | Compiling foreign-types-macros v0.2.3 |
1654 | 2024-02-19T05:14:57.100Z | Compiling blake3 v1.5.0 |
1655 | 2024-02-19T05:14:57.142Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1656 | 2024-02-19T05:14:57.481Z | Compiling crucible-workspace-hack v0.1.0 |
1657 | 2024-02-19T05:14:57.781Z | Compiling foreign-types-shared v0.3.1 |
1658 | 2024-02-19T05:14:57.847Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1659 | 2024-02-19T05:14:57.908Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1660 | 2024-02-19T05:14:58.260Z | Compiling semver v0.11.0 |
1661 | 2024-02-19T05:14:58.295Z | Compiling foreign-types v0.5.0 |
1662 | 2024-02-19T05:14:58.316Z | Compiling rayon v1.8.0 |
1663 | 2024-02-19T05:14:58.658Z | Compiling is-terminal v0.4.9 |
1664 | 2024-02-19T05:14:58.796Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1665 | 2024-02-19T05:14:58.835Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1666 | 2024-02-19T05:14:59.099Z | Compiling cstr-argument v0.1.2 |
1667 | 2024-02-19T05:14:59.238Z | Compiling filetime v0.2.23 |
1668 | 2024-02-19T05:14:59.340Z | Compiling xattr v1.0.1 |
1669 | 2024-02-19T05:14:59.480Z | Compiling memmap2 v0.7.1 |
1670 | 2024-02-19T05:14:59.569Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1671 | 2024-02-19T05:14:59.619Z | Compiling constant_time_eq v0.3.0 |
1672 | 2024-02-19T05:14:59.756Z | Compiling pretty-hex v0.2.1 |
1673 | 2024-02-19T05:14:59.774Z | Compiling arrayref v0.3.7 |
1674 | 2024-02-19T05:14:59.820Z | Compiling arrayvec v0.7.4 |
1675 | 2024-02-19T05:14:59.882Z | Compiling home v0.5.5 |
1676 | 2024-02-19T05:14:59.901Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1677 | 2024-02-19T05:14:59.966Z | Compiling tar v0.4.40 |
1678 | 2024-02-19T05:15:00.107Z | Compiling toolchain_find v0.2.0 |
1679 | 2024-02-19T05:15:00.146Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1680 | 2024-02-19T05:15:00.240Z | Compiling camino-tempfile v1.1.1 |
1681 | 2024-02-19T05:15:00.258Z | Compiling colored v2.0.4 |
1682 | 2024-02-19T05:15:00.686Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1683 | 2024-02-19T05:15:00.838Z | Compiling toml v0.5.11 |
1684 | 2024-02-19T05:15:00.986Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1685 | 2024-02-19T05:15:01.206Z | Compiling topological-sort v0.2.2 |
1686 | 2024-02-19T05:15:01.314Z | Compiling platforms v3.0.2 |
1687 | 2024-02-19T05:15:02.160Z | Compiling zone_cfg_derive v0.3.0 |
1688 | 2024-02-19T05:15:02.252Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1689 | 2024-02-19T05:15:02.335Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1690 | 2024-02-19T05:15:02.721Z | Compiling rustfmt-wrapper v0.2.0 |
1691 | 2024-02-19T05:15:03.307Z | Compiling textwrap v0.11.0 |
1692 | 2024-02-19T05:15:03.397Z | Compiling heck v0.3.3 |
1693 | 2024-02-19T05:15:03.787Z | Compiling omicron-zone-package v0.11.0 |
1694 | 2024-02-19T05:15:03.858Z | Compiling num-derive v0.4.0 |
1695 | 2024-02-19T05:15:04.412Z | Compiling ansi_term v0.12.1 |
1696 | 2024-02-19T05:15:04.710Z | Compiling strsim v0.8.0 |
1697 | 2024-02-19T05:15:04.744Z | Compiling libefi-sys v0.1.0 |
1698 | 2024-02-19T05:15:04.960Z | Compiling vec_map v0.8.2 |
1699 | 2024-02-19T05:15:05.104Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1700 | 2024-02-19T05:15:05.263Z | Compiling clap v2.34.0 |
1701 | 2024-02-19T05:15:05.374Z | Compiling zone v0.3.0 |
1702 | 2024-02-19T05:15:05.613Z | Compiling structopt-derive v0.4.18 |
1703 | 2024-02-19T05:15:05.813Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1704 | 2024-02-19T05:15:06.230Z | Compiling smf v0.2.2 |
1705 | 2024-02-19T05:15:06.308Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1706 | 2024-02-19T05:15:06.828Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1707 | 2024-02-19T05:15:06.992Z | Compiling unicase v2.7.0 |
1708 | 2024-02-19T05:15:07.230Z | Compiling semver v0.1.20 |
1709 | 2024-02-19T05:15:07.318Z | Compiling curve25519-dalek v4.1.1 |
1710 | 2024-02-19T05:15:07.715Z | Compiling rustc_version v0.1.7 |
1711 | 2024-02-19T05:15:07.904Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1712 | 2024-02-19T05:15:07.938Z | Compiling universal-hash v0.5.1 |
1713 | 2024-02-19T05:15:08.131Z | Compiling opaque-debug v0.3.0 |
1714 | 2024-02-19T05:15:08.150Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1715 | 2024-02-19T05:15:08.196Z | Compiling newtype_derive v0.1.6 |
1716 | 2024-02-19T05:15:08.338Z | Compiling signature v2.1.0 |
1717 | 2024-02-19T05:15:08.498Z | Compiling curve25519-dalek-derive v0.1.0 |
1718 | 2024-02-19T05:15:08.523Z | Compiling gethostname v0.4.3 |
1719 | 2024-02-19T05:15:08.568Z | Compiling num-rational v0.4.1 |
1720 | 2024-02-19T05:15:08.587Z | Compiling getrandom v0.1.16 |
1721 | 2024-02-19T05:15:08.899Z | Compiling structopt v0.3.26 |
1722 | 2024-02-19T05:15:09.069Z | Compiling usdt-attr-macro v0.5.0 |
1723 | 2024-02-19T05:15:09.175Z | Compiling usdt-macro v0.5.0 |
1724 | 2024-02-19T05:15:09.329Z | Compiling password-hash v0.5.0 |
1725 | 2024-02-19T05:15:09.534Z | Compiling blake2 v0.10.6 |
1726 | 2024-02-19T05:15:10.443Z | Compiling memmap v0.7.0 |
1727 | 2024-02-19T05:15:10.463Z | Compiling parking_lot_core v0.8.6 |
1728 | 2024-02-19T05:15:10.782Z | Compiling quick-error v1.2.3 |
1729 | 2024-02-19T05:15:10.828Z | Compiling linked-hash-map v0.5.6 |
1730 | 2024-02-19T05:15:10.846Z | Compiling usdt v0.5.0 |
1731 | 2024-02-19T05:15:10.920Z | Compiling resolv-conf v0.7.0 |
1732 | 2024-02-19T05:15:10.968Z | Compiling argon2 v0.5.3 |
1733 | 2024-02-19T05:15:11.199Z | Compiling lru-cache v0.1.2 |
1734 | 2024-02-19T05:15:11.658Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1735 | 2024-02-19T05:15:11.805Z | Compiling rfc6979 v0.4.0 |
1736 | 2024-02-19T05:15:11.808Z | Compiling aead v0.5.2 |
1737 | 2024-02-19T05:15:11.996Z | Compiling num-complex v0.4.4 |
1738 | 2024-02-19T05:15:12.188Z | Compiling nibble_vec v0.1.0 |
1739 | 2024-02-19T05:15:12.403Z | Compiling slog-dtrace v0.3.0 |
1740 | 2024-02-19T05:15:12.800Z | Compiling keccak v0.1.4 |
1741 | 2024-02-19T05:15:13.105Z | Compiling utf-8 v0.7.6 |
1742 | 2024-02-19T05:15:13.276Z | Compiling arc-swap v1.6.0 |
1743 | 2024-02-19T05:15:13.436Z | Compiling winapi v0.3.9 |
1744 | 2024-02-19T05:15:13.808Z | Compiling cancel-safe-futures v0.1.5 |
1745 | 2024-02-19T05:15:13.949Z | Compiling endian-type v0.1.2 |
1746 | 2024-02-19T05:15:14.197Z | Compiling radix_trie v0.2.1 |
1747 | 2024-02-19T05:15:14.250Z | Compiling slog-scope v4.4.0 |
1748 | 2024-02-19T05:15:14.280Z | Compiling tungstenite v0.20.1 |
1749 | 2024-02-19T05:15:14.534Z | Compiling sha3 v0.10.8 |
1750 | 2024-02-19T05:15:14.676Z | Compiling num v0.4.1 |
1751 | 2024-02-19T05:15:14.811Z | Compiling ecdsa v0.16.9 |
1752 | 2024-02-19T05:15:14.865Z | Compiling mime_guess v2.0.4 |
1753 | 2024-02-19T05:15:14.884Z | Compiling steno v0.4.0 |
1754 | 2024-02-19T05:15:15.501Z | Compiling trust-dns-resolver v0.22.0 |
1755 | 2024-02-19T05:15:15.695Z | Compiling rand_core v0.5.1 |
1756 | 2024-02-19T05:15:16.286Z | Compiling poly1305 v0.8.0 |
1757 | 2024-02-19T05:15:16.821Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1758 | 2024-02-19T05:15:16.932Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1759 | 2024-02-19T05:15:18.051Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1760 | 2024-02-19T05:15:18.108Z | Compiling primeorder v0.13.6 |
1761 | 2024-02-19T05:15:18.499Z | Compiling chacha20 v0.9.1 |
1762 | 2024-02-19T05:15:18.616Z | Compiling secrecy v0.8.0 |
1763 | 2024-02-19T05:15:18.892Z | Compiling thiserror-impl-no-std v2.0.2 |
1764 | 2024-02-19T05:15:18.976Z | Compiling half v2.3.1 |
1765 | 2024-02-19T05:15:19.172Z | Compiling ciborium-io v0.2.2 |
1766 | 2024-02-19T05:15:19.307Z | Compiling convert_case v0.4.0 |
1767 | 2024-02-19T05:15:19.552Z | Compiling option-ext v0.2.0 |
1768 | 2024-02-19T05:15:19.814Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1769 | 2024-02-19T05:15:20.146Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1770 | 2024-02-19T05:15:20.273Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1771 | 2024-02-19T05:15:21.266Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1772 | 2024-02-19T05:15:21.886Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1773 | 2024-02-19T05:15:22.076Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1774 | 2024-02-19T05:15:22.151Z | Compiling derive_more v0.99.17 |
1775 | 2024-02-19T05:15:22.455Z | Compiling thiserror-no-std v2.0.2 |
1776 | 2024-02-19T05:15:22.494Z | Compiling dirs-sys v0.4.1 |
1777 | 2024-02-19T05:15:22.594Z | Compiling ciborium-ll v0.2.2 |
1778 | 2024-02-19T05:15:23.074Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1779 | 2024-02-19T05:15:23.402Z | Compiling parking_lot v0.11.2 |
1780 | 2024-02-19T05:15:23.589Z | Compiling rand_chacha v0.2.2 |
1781 | 2024-02-19T05:15:23.818Z | Compiling tokio-tungstenite v0.20.1 |
1782 | 2024-02-19T05:15:24.460Z | Compiling trust-dns-client v0.22.0 |
1783 | 2024-02-19T05:15:25.099Z | Compiling slog-stdlog v4.1.1 |
1784 | 2024-02-19T05:15:25.493Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1785 | 2024-02-19T05:15:25.736Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1786 | 2024-02-19T05:15:25.818Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1787 | 2024-02-19T05:15:27.707Z | Compiling ed25519 v2.2.2 |
1788 | 2024-02-19T05:15:28.331Z | Compiling polyval v0.6.1 |
1789 | 2024-02-19T05:15:28.646Z | Compiling aes v0.8.3 |
1790 | 2024-02-19T05:15:29.045Z | Compiling ctr v0.9.2 |
1791 | 2024-02-19T05:15:29.424Z | Compiling blowfish v0.9.1 |
1792 | 2024-02-19T05:15:29.906Z | Compiling password-hash v0.4.2 |
1793 | 2024-02-19T05:15:30.917Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1794 | 2024-02-19T05:15:31.120Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1795 | 2024-02-19T05:15:31.611Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1796 | 2024-02-19T05:15:36.756Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1797 | 2024-02-19T05:15:39.090Z | Compiling libsw v3.3.1 |
1798 | 2024-02-19T05:15:40.443Z | Compiling pbkdf2 v0.12.2 |
1799 | 2024-02-19T05:15:40.610Z | Compiling derive-where v1.2.7 |
1800 | 2024-02-19T05:15:41.012Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1801 | 2024-02-19T05:15:41.260Z | Compiling fxhash v0.2.1 |
1802 | 2024-02-19T05:15:41.263Z | Compiling swrite v0.1.0 |
1803 | 2024-02-19T05:15:41.409Z | Compiling owo-colors v4.0.0 |
1804 | 2024-02-19T05:15:41.494Z | Compiling linear-map v1.2.0 |
1805 | 2024-02-19T05:15:41.886Z | Compiling sled v0.34.7 |
1806 | 2024-02-19T05:15:42.677Z | Compiling trust-dns-server v0.22.1 |
1807 | 2024-02-19T05:15:43.284Z | Compiling bcrypt-pbkdf v0.10.0 |
1808 | 2024-02-19T05:15:43.399Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1809 | 2024-02-19T05:15:43.887Z | Compiling pbkdf2 v0.11.0 |
1810 | 2024-02-19T05:15:44.067Z | Compiling ghash v0.5.0 |
1811 | 2024-02-19T05:15:44.247Z | Compiling ed25519-dalek v2.0.0 |
1812 | 2024-02-19T05:15:44.265Z | Compiling slog-envlogger v2.2.0 |
1813 | 2024-02-19T05:15:44.284Z | Compiling russh-cryptovec v0.7.0 |
1814 | 2024-02-19T05:15:44.577Z | Compiling rand v0.7.3 |
1815 | 2024-02-19T05:15:44.660Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1816 | 2024-02-19T05:15:45.077Z | Compiling ciborium v0.2.2 |
1817 | 2024-02-19T05:15:45.291Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1818 | 2024-02-19T05:15:46.013Z | Compiling dirs v5.0.1 |
1819 | 2024-02-19T05:15:46.217Z | Compiling vsss-rs v3.3.4 |
1820 | 2024-02-19T05:15:46.603Z | Compiling chacha20poly1305 v0.10.1 |
1821 | 2024-02-19T05:15:46.828Z | Compiling p256 v0.13.2 |
1822 | 2024-02-19T05:15:47.646Z | Compiling p521 v0.13.3 |
1823 | 2024-02-19T05:15:47.734Z | Compiling cbc v0.1.2 |
1824 | 2024-02-19T05:15:47.979Z | Compiling pem v3.0.2 |
1825 | 2024-02-19T05:15:48.788Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1826 | 2024-02-19T05:15:49.185Z | Compiling headers-core v0.2.0 |
1827 | 2024-02-19T05:15:49.341Z | Compiling kstat-rs v0.2.3 |
1828 | 2024-02-19T05:15:49.364Z | Compiling md5 v0.7.0 |
1829 | 2024-02-19T05:15:49.913Z | Compiling http-range v0.1.5 |
1830 | 2024-02-19T05:15:50.080Z | Compiling glob v0.3.1 |
1831 | 2024-02-19T05:15:50.192Z | Compiling hyper-staticfile v0.9.5 |
1832 | 2024-02-19T05:15:50.290Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1833 | 2024-02-19T05:15:51.218Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1834 | 2024-02-19T05:15:51.263Z | Compiling russh-keys v0.42.0 |
1835 | 2024-02-19T05:15:51.353Z | Compiling headers v0.3.9 |
1836 | 2024-02-19T05:15:53.620Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1837 | 2024-02-19T05:15:54.216Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1838 | 2024-02-19T05:15:54.467Z | Compiling rcgen v0.12.1 |
1839 | 2024-02-19T05:15:54.498Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1840 | 2024-02-19T05:15:54.791Z | Compiling aes-gcm v0.10.3 |
1841 | 2024-02-19T05:15:57.164Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1842 | 2024-02-19T05:15:59.429Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1843 | 2024-02-19T05:15:59.571Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1844 | 2024-02-19T05:16:01.579Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1845 | 2024-02-19T05:16:04.166Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1846 | 2024-02-19T05:16:04.891Z | Compiling atomicwrites v0.4.3 |
1847 | 2024-02-19T05:16:04.974Z | Compiling itertools v0.12.1 |
1848 | 2024-02-19T05:16:05.274Z | Compiling subprocess v0.2.9 |
1849 | 2024-02-19T05:16:05.926Z | Compiling hex-literal v0.4.1 |
1850 | 2024-02-19T05:16:06.095Z | Compiling display-error-chain v0.2.0 |
1851 | 2024-02-19T05:16:06.289Z | Compiling russh v0.42.0 |
1852 | 2024-02-19T05:16:07.466Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1853 | 2024-02-19T05:16:07.607Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1854 | 2024-02-19T05:16:12.427Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1855 | 2024-02-19T05:16:13.686Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1856 | 2024-02-19T05:16:34.533Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1857 | 2024-02-19T05:17:34.738Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 45s |
1858 | 2024-02-19T05:17:35.003Z | |
1859 | 2024-02-19T05:17:35.003Z | real 5:46.089646461 |
1860 | 2024-02-19T05:17:35.003Z | user 29:48.207842610 |
1861 | 2024-02-19T05:17:35.003Z | sys 5:39.357389474 |
1862 | 2024-02-19T05:17:35.003Z | trap 0.836808722 |
1863 | 2024-02-19T05:17:35.003Z | tflt 9.101771016 |
1864 | 2024-02-19T05:17:35.004Z | dflt 4.318030506 |
1865 | 2024-02-19T05:17:35.004Z | kflt 0.050143201 |
1866 | 2024-02-19T05:17:35.004Z | lock 55:34.281137820 |
1867 | 2024-02-19T05:17:35.007Z | slp 1:28:04.419345815 |
1868 | 2024-02-19T05:17:35.007Z | lat 1:39.324589421 |
1869 | 2024-02-19T05:17:35.007Z | stop 3:51.870544055 |
1870 | 2024-02-19T05:17:35.007Z | + mkdir -p /work/end-to-end-tests |
1871 | 2024-02-19T05:17:35.010Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1872 | 2024-02-19T05:17:35.871Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1873 | 2024-02-19T05:17:35.871Z | + ptime -m gzip |
1874 | 2024-02-19T05:17:35.874Z | ++ basename target/debug/bootstrap |
1875 | 2024-02-19T05:17:49.531Z | |
1876 | 2024-02-19T05:17:49.534Z | real 13.651569957 |
1877 | 2024-02-19T05:17:49.534Z | user 13.547491415 |
1878 | 2024-02-19T05:17:49.534Z | sys 0.092399838 |
1879 | 2024-02-19T05:17:49.534Z | trap 0.003058826 |
1880 | 2024-02-19T05:17:49.534Z | tflt 0.000000000 |
1881 | 2024-02-19T05:17:49.534Z | dflt 0.000000000 |
1882 | 2024-02-19T05:17:49.534Z | kflt 0.000000000 |
1883 | 2024-02-19T05:17:49.534Z | lock 0.000000000 |
1884 | 2024-02-19T05:17:49.534Z | slp 0.000000000 |
1885 | 2024-02-19T05:17:49.534Z | lat 0.008218006 |
1886 | 2024-02-19T05:17:49.534Z | stop 0.000176983 |
1887 | 2024-02-19T05:17:49.534Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1888 | 2024-02-19T05:17:49.534Z | + ptime -m gzip |
1889 | 2024-02-19T05:17:49.537Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7d41aab60bc32e23 |
1890 | 2024-02-19T05:17:50.868Z | |
1891 | 2024-02-19T05:17:50.871Z | real 1.330169934 |
1892 | 2024-02-19T05:17:50.871Z | user 1.318681736 |
1893 | 2024-02-19T05:17:50.871Z | sys 0.010896733 |
1894 | 2024-02-19T05:17:50.871Z | trap 0.000091278 |
1895 | 2024-02-19T05:17:50.871Z | tflt 0.000000000 |
1896 | 2024-02-19T05:17:50.871Z | dflt 0.000000000 |
1897 | 2024-02-19T05:17:50.871Z | kflt 0.000000000 |
1898 | 2024-02-19T05:17:50.871Z | lock 0.000000000 |
1899 | 2024-02-19T05:17:50.871Z | slp 0.000000000 |
1900 | 2024-02-19T05:17:50.871Z | lat 0.000083912 |
1901 | 2024-02-19T05:17:50.871Z | stop 0.000191719 |
1902 | 2024-02-19T05:17:50.871Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1903 | 2024-02-19T05:17:50.871Z | + ptime -m gzip |
1904 | 2024-02-19T05:17:50.877Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-071471a59c136316 |
1905 | 2024-02-19T05:18:04.890Z | |
1906 | 2024-02-19T05:18:04.893Z | real 14.012462241 |
1907 | 2024-02-19T05:18:04.893Z | user 13.913751532 |
1908 | 2024-02-19T05:18:04.894Z | sys 0.095048975 |
1909 | 2024-02-19T05:18:04.894Z | trap 0.001955042 |
1910 | 2024-02-19T05:18:04.894Z | tflt 0.000000000 |
1911 | 2024-02-19T05:18:04.894Z | dflt 0.000000000 |
1912 | 2024-02-19T05:18:04.894Z | kflt 0.000000000 |
1913 | 2024-02-19T05:18:04.894Z | lock 0.000000000 |
1914 | 2024-02-19T05:18:04.894Z | slp 0.000000000 |
1915 | 2024-02-19T05:18:04.894Z | lat 0.001318357 |
1916 | 2024-02-19T05:18:04.894Z | stop 0.000163826 |
1917 | 2024-02-19T05:18:04.894Z | + banner caboose-util |
1918 | 2024-02-19T05:18:04.894Z | |
1919 | 2024-02-19T05:18:04.894Z | #### ## ##### #### #### #### ###### # # ##### |
1920 | 2024-02-19T05:18:04.894Z | # # # # # # # # # # # # # # # |
1921 | 2024-02-19T05:18:04.894Z | # # # ##### # # # # #### ##### ##### # # # |
1922 | 2024-02-19T05:18:04.894Z | # ###### # # # # # # # # # # # |
1923 | 2024-02-19T05:18:04.894Z | # # # # # # # # # # # # # # # # |
1924 | 2024-02-19T05:18:04.894Z | #### # # ##### #### #### #### ###### #### # |
1925 | 2024-02-19T05:18:04.894Z | |
1926 | 2024-02-19T05:18:04.894Z | + ptime -m cargo build --locked -p caboose-util --release |
1927 | 2024-02-19T05:18:05.311Z | Downloading crates ... |
1928 | 2024-02-19T05:18:05.666Z | Downloaded hashbrown v0.13.2 |
1929 | 2024-02-19T05:18:05.670Z | Downloaded crc-catalog v2.2.0 |
1930 | 2024-02-19T05:18:05.673Z | Downloaded tap v1.0.1 |
1931 | 2024-02-19T05:18:05.673Z | Downloaded crc v3.0.1 |
1932 | 2024-02-19T05:18:05.673Z | Downloaded wyz v0.5.1 |
1933 | 2024-02-19T05:18:05.677Z | Downloaded path-slash v0.1.5 |
1934 | 2024-02-19T05:18:05.687Z | Downloaded nodrop v0.1.14 |
1935 | 2024-02-19T05:18:05.691Z | Downloaded maybe-uninit v2.0.0 |
1936 | 2024-02-19T05:18:05.691Z | Downloaded packed_struct_codegen v0.10.1 |
1937 | 2024-02-19T05:18:05.691Z | Downloaded smallvec v0.6.14 |
1938 | 2024-02-19T05:18:05.696Z | Downloaded funty v2.0.0 |
1939 | 2024-02-19T05:18:05.696Z | Downloaded serde-hex v0.1.0 |
1940 | 2024-02-19T05:18:05.696Z | Downloaded packed_struct v0.10.1 |
1941 | 2024-02-19T05:18:05.699Z | Downloaded radium v0.7.0 |
1942 | 2024-02-19T05:18:05.703Z | Downloaded termcolor v1.2.0 |
1943 | 2024-02-19T05:18:05.703Z | Downloaded bitfield v0.14.0 |
1944 | 2024-02-19T05:18:05.707Z | Downloaded array-init v0.0.4 |
1945 | 2024-02-19T05:18:05.711Z | Downloaded pkcs1 v0.7.5 |
1946 | 2024-02-19T05:18:05.714Z | Downloaded env_logger v0.10.0 |
1947 | 2024-02-19T05:18:05.719Z | Downloaded crc-any v2.4.3 |
1948 | 2024-02-19T05:18:05.723Z | Downloaded rsa v0.9.2 |
1949 | 2024-02-19T05:18:05.728Z | Downloaded ron v0.8.1 |
1950 | 2024-02-19T05:18:05.739Z | Downloaded x509-cert v0.2.4 |
1951 | 2024-02-19T05:18:05.744Z | Downloaded num-bigint-dig v0.8.4 |
1952 | 2024-02-19T05:18:05.758Z | Downloaded bitvec v1.0.1 |
1953 | 2024-02-19T05:18:05.772Z | Downloaded object v0.30.4 |
1954 | 2024-02-19T05:18:05.878Z | Compiling proc-macro2 v1.0.78 |
1955 | 2024-02-19T05:18:05.879Z | Compiling unicode-ident v1.0.12 |
1956 | 2024-02-19T05:18:05.882Z | Compiling libc v0.2.153 |
1957 | 2024-02-19T05:18:05.882Z | Compiling serde v1.0.196 |
1958 | 2024-02-19T05:18:05.882Z | Compiling autocfg v1.1.0 |
1959 | 2024-02-19T05:18:05.882Z | Compiling version_check v0.9.4 |
1960 | 2024-02-19T05:18:05.882Z | Compiling cfg-if v1.0.0 |
1961 | 2024-02-19T05:18:06.018Z | Compiling typenum v1.16.0 |
1962 | 2024-02-19T05:18:06.069Z | Compiling once_cell v1.19.0 |
1963 | 2024-02-19T05:18:06.130Z | Compiling parking_lot_core v0.9.8 |
1964 | 2024-02-19T05:18:06.476Z | Compiling memchr v2.6.3 |
1965 | 2024-02-19T05:18:06.520Z | Compiling syn v1.0.109 |
1966 | 2024-02-19T05:18:06.545Z | Compiling byteorder v1.5.0 |
1967 | 2024-02-19T05:18:06.593Z | Compiling lock_api v0.4.10 |
1968 | 2024-02-19T05:18:06.908Z | Compiling generic-array v0.14.7 |
1969 | 2024-02-19T05:18:06.939Z | Compiling libm v0.2.7 |
1970 | 2024-02-19T05:18:07.094Z | Compiling num-traits v0.2.16 |
1971 | 2024-02-19T05:18:07.219Z | Compiling ahash v0.8.7 |
1972 | 2024-02-19T05:18:07.277Z | Compiling quote v1.0.35 |
1973 | 2024-02-19T05:18:07.389Z | Compiling pkg-config v0.3.27 |
1974 | 2024-02-19T05:18:07.475Z | Compiling thiserror v1.0.57 |
1975 | 2024-02-19T05:18:07.942Z | Compiling syn v2.0.48 |
1976 | 2024-02-19T05:18:07.954Z | Compiling cc v1.0.83 |
1977 | 2024-02-19T05:18:07.985Z | Compiling getrandom v0.2.10 |
1978 | 2024-02-19T05:18:08.407Z | Compiling serde_json v1.0.113 |
1979 | 2024-02-19T05:18:08.443Z | Compiling scopeguard v1.2.0 |
1980 | 2024-02-19T05:18:09.005Z | Compiling slab v0.4.9 |
1981 | 2024-02-19T05:18:09.017Z | Compiling itoa v1.0.9 |
1982 | 2024-02-19T05:18:09.055Z | Compiling log v0.4.20 |
1983 | 2024-02-19T05:18:09.326Z | Compiling rand_core v0.6.4 |
1984 | 2024-02-19T05:18:09.659Z | Compiling smallvec v1.13.1 |
1985 | 2024-02-19T05:18:09.882Z | Compiling vcpkg v0.2.15 |
1986 | 2024-02-19T05:18:10.561Z | Compiling const-oid v0.9.5 |
1987 | 2024-02-19T05:18:11.029Z | Compiling parking_lot v0.12.1 |
1988 | 2024-02-19T05:18:11.125Z | Compiling pin-project-lite v0.2.13 |
1989 | 2024-02-19T05:18:11.498Z | Compiling ring v0.17.8 |
1990 | 2024-02-19T05:18:11.670Z | Compiling openssl-sys v0.9.96 |
1991 | 2024-02-19T05:18:11.902Z | Compiling ryu v1.0.15 |
1992 | 2024-02-19T05:18:12.183Z | Compiling ucd-trie v0.1.6 |
1993 | 2024-02-19T05:18:12.571Z | Compiling signal-hook-registry v1.4.1 |
1994 | 2024-02-19T05:18:12.703Z | Compiling rustix v0.38.31 |
1995 | 2024-02-19T05:18:12.806Z | Compiling subtle v2.5.0 |
1996 | 2024-02-19T05:18:13.235Z | Compiling ring v0.16.20 |
1997 | 2024-02-19T05:18:13.268Z | Compiling mio v0.8.9 |
1998 | 2024-02-19T05:18:13.411Z | Compiling heck v0.4.1 |
1999 | 2024-02-19T05:18:13.824Z | Compiling semver v1.0.22 |
2000 | 2024-02-19T05:18:14.223Z | Compiling futures-core v0.3.30 |
2001 | 2024-02-19T05:18:14.936Z | Compiling spin v0.5.2 |
2002 | 2024-02-19T05:18:15.433Z | Compiling socket2 v0.5.5 |
2003 | 2024-02-19T05:18:15.965Z | Compiling num_cpus v1.16.0 |
2004 | 2024-02-19T05:18:16.084Z | Compiling unicode-xid v0.2.4 |
2005 | 2024-02-19T05:18:16.098Z | Compiling futures-sink v0.3.30 |
2006 | 2024-02-19T05:18:16.242Z | Compiling allocator-api2 v0.2.16 |
2007 | 2024-02-19T05:18:16.255Z | Compiling openssl v0.10.60 |
2008 | 2024-02-19T05:18:16.589Z | Compiling httparse v1.8.0 |
2009 | 2024-02-19T05:18:16.644Z | Compiling synstructure v0.12.6 |
2010 | 2024-02-19T05:18:17.276Z | Compiling tinyvec_macros v0.1.1 |
2011 | 2024-02-19T05:18:17.298Z | Compiling equivalent v1.0.1 |
2012 | 2024-02-19T05:18:17.356Z | Compiling tinyvec v1.6.0 |
2013 | 2024-02-19T05:18:17.512Z | Compiling futures-channel v0.3.30 |
2014 | 2024-02-19T05:18:17.888Z | Compiling futures-task v0.3.30 |
2015 | 2024-02-19T05:18:17.899Z | Compiling pin-utils v0.1.0 |
2016 | 2024-02-19T05:18:17.965Z | Compiling crc32fast v1.3.2 |
2017 | 2024-02-19T05:18:18.136Z | Compiling ppv-lite86 v0.2.17 |
2018 | 2024-02-19T05:18:18.193Z | Compiling native-tls v0.2.11 |
2019 | 2024-02-19T05:18:18.275Z | Compiling rustls v0.21.9 |
2020 | 2024-02-19T05:18:18.424Z | Compiling futures-io v0.3.30 |
2021 | 2024-02-19T05:18:18.526Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2022 | 2024-02-19T05:18:18.675Z | Compiling spin v0.9.8 |
2023 | 2024-02-19T05:18:18.694Z | Compiling tracing-core v0.1.31 |
2024 | 2024-02-19T05:18:18.952Z | Compiling rand_chacha v0.3.1 |
2025 | 2024-02-19T05:18:18.987Z | Compiling unicode-normalization v0.1.22 |
2026 | 2024-02-19T05:18:19.004Z | Compiling base64ct v1.6.0 |
2027 | 2024-02-19T05:18:19.067Z | Compiling unicode-bidi v0.3.13 |
2028 | 2024-02-19T05:18:19.802Z | Compiling pem-rfc7468 v0.7.0 |
2029 | 2024-02-19T05:18:20.015Z | Compiling rand v0.8.5 |
2030 | 2024-02-19T05:18:20.421Z | Compiling num-iter v0.1.43 |
2031 | 2024-02-19T05:18:20.582Z | Compiling usdt-impl v0.3.5 |
2032 | 2024-02-19T05:18:20.744Z | Compiling signal-hook v0.3.17 |
2033 | 2024-02-19T05:18:21.037Z | Compiling schemars v0.8.16 |
2034 | 2024-02-19T05:18:21.177Z | Compiling flagset v0.4.3 |
2035 | 2024-02-19T05:18:21.240Z | Compiling zerocopy-derive v0.2.0 |
2036 | 2024-02-19T05:18:21.244Z | Compiling serde_derive v1.0.196 |
2037 | 2024-02-19T05:18:21.362Z | Compiling zeroize_derive v1.4.2 |
2038 | 2024-02-19T05:18:21.384Z | Compiling zerocopy-derive v0.7.32 |
2039 | 2024-02-19T05:18:21.395Z | Compiling thiserror-impl v1.0.57 |
2040 | 2024-02-19T05:18:21.524Z | Compiling tokio-macros v2.2.0 |
2041 | 2024-02-19T05:18:21.591Z | Compiling futures-macro v0.3.30 |
2042 | 2024-02-19T05:18:22.139Z | Compiling tracing-attributes v0.1.26 |
2043 | 2024-02-19T05:18:22.865Z | Compiling zeroize v1.7.0 |
2044 | 2024-02-19T05:18:23.276Z | Compiling der_derive v0.7.2 |
2045 | 2024-02-19T05:18:23.521Z | Compiling zerocopy v0.7.32 |
2046 | 2024-02-19T05:18:24.449Z | Compiling pest v2.7.6 |
2047 | 2024-02-19T05:18:24.619Z | Compiling crypto-common v0.1.6 |
2048 | 2024-02-19T05:18:24.733Z | Compiling block-buffer v0.10.4 |
2049 | 2024-02-19T05:18:24.981Z | Compiling digest v0.10.7 |
2050 | 2024-02-19T05:18:25.002Z | Compiling openssl-macros v0.1.1 |
2051 | 2024-02-19T05:18:25.646Z | Compiling futures-util v0.3.30 |
2052 | 2024-02-19T05:18:25.682Z | Compiling tracing v0.1.37 |
2053 | 2024-02-19T05:18:25.695Z | Compiling scroll_derive v0.12.0 |
2054 | 2024-02-19T05:18:25.812Z | Compiling hashbrown v0.14.3 |
2055 | 2024-02-19T05:18:26.087Z | Compiling zerocopy-derive v0.6.4 |
2056 | 2024-02-19T05:18:26.894Z | Compiling pest_meta v2.7.6 |
2057 | 2024-02-19T05:18:27.165Z | Compiling der v0.7.8 |
2058 | 2024-02-19T05:18:28.142Z | Compiling serde_derive_internals v0.26.0 |
2059 | 2024-02-19T05:18:28.212Z | Compiling pest_generator v2.7.6 |
2060 | 2024-02-19T05:18:31.146Z | Compiling pest_derive v2.7.6 |
2061 | 2024-02-19T05:18:31.920Z | Compiling errno v0.3.8 |
2062 | 2024-02-19T05:18:32.186Z | Compiling fnv v1.0.7 |
2063 | 2024-02-19T05:18:32.313Z | Compiling rustversion v1.0.14 |
2064 | 2024-02-19T05:18:33.120Z | Compiling schemars_derive v0.8.16 |
2065 | 2024-02-19T05:18:33.627Z | Compiling spki v0.7.2 |
2066 | 2024-02-19T05:18:34.157Z | Compiling zerocopy v0.3.0 |
2067 | 2024-02-19T05:18:34.727Z | Compiling lazy_static v1.4.0 |
2068 | 2024-02-19T05:18:35.498Z | Compiling bytes v1.5.0 |
2069 | 2024-02-19T05:18:35.709Z | Compiling bitflags v2.4.0 |
2070 | 2024-02-19T05:18:36.244Z | Compiling indexmap v2.2.3 |
2071 | 2024-02-19T05:18:36.543Z | Compiling tokio v1.36.0 |
2072 | 2024-02-19T05:18:36.692Z | Compiling rustc_version v0.4.0 |
2073 | 2024-02-19T05:18:37.510Z | Compiling heapless v0.7.16 |
2074 | 2024-02-19T05:18:37.707Z | Compiling http v0.2.11 |
2075 | 2024-02-19T05:18:38.631Z | Compiling uuid v1.7.0 |
2076 | 2024-02-19T05:18:39.143Z | Compiling backtrace v0.3.69 |
2077 | 2024-02-19T05:18:39.379Z | Compiling thread-id v4.2.0 |
2078 | 2024-02-19T05:18:39.489Z | Compiling memoffset v0.9.0 |
2079 | 2024-02-19T05:18:39.587Z | Compiling num-bigint v0.4.4 |
2080 | 2024-02-19T05:18:39.818Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2081 | 2024-02-19T05:18:40.050Z | Compiling iana-time-zone v0.1.57 |
2082 | 2024-02-19T05:18:40.060Z | Compiling percent-encoding v2.3.1 |
2083 | 2024-02-19T05:18:40.362Z | Compiling crossbeam-utils v0.8.16 |
2084 | 2024-02-19T05:18:40.508Z | Compiling untrusted v0.7.1 |
2085 | 2024-02-19T05:18:40.716Z | Compiling foreign-types-shared v0.1.1 |
2086 | 2024-02-19T05:18:40.822Z | Compiling async-trait v0.1.77 |
2087 | 2024-02-19T05:18:40.832Z | Compiling smoltcp v0.9.1 |
2088 | 2024-02-19T05:18:41.018Z | Compiling base64 v0.21.7 |
2089 | 2024-02-19T05:18:41.284Z | Compiling untrusted v0.9.0 |
2090 | 2024-02-19T05:18:42.193Z | Compiling foreign-types v0.3.2 |
2091 | 2024-02-19T05:18:42.282Z | Compiling chrono v0.4.31 |
2092 | 2024-02-19T05:18:42.915Z | Compiling dof v0.1.5 |
2093 | 2024-02-19T05:18:44.400Z | Compiling dtrace-parser v0.1.14 |
2094 | 2024-02-19T05:18:45.119Z | Compiling tokio-util v0.7.10 |
2095 | 2024-02-19T05:18:45.152Z | Compiling hmac v0.12.1 |
2096 | 2024-02-19T05:18:45.363Z | Compiling clap_derive v4.5.0 |
2097 | 2024-02-19T05:18:45.778Z | Compiling num-integer v0.1.46 |
2098 | 2024-02-19T05:18:46.157Z | Compiling try-lock v0.2.4 |
2099 | 2024-02-19T05:18:46.310Z | Compiling adler v1.0.2 |
2100 | 2024-02-19T05:18:46.499Z | Compiling siphasher v0.3.11 |
2101 | 2024-02-19T05:18:46.611Z | Compiling anstyle v1.0.2 |
2102 | 2024-02-19T05:18:46.874Z | Compiling time-core v0.1.1 |
2103 | 2024-02-19T05:18:46.961Z | Compiling utf8parse v0.2.1 |
2104 | 2024-02-19T05:18:47.039Z | Compiling cpufeatures v0.2.12 |
2105 | 2024-02-19T05:18:47.099Z | Compiling anstyle-parse v0.2.1 |
2106 | 2024-02-19T05:18:47.110Z | Compiling sha2 v0.10.8 |
2107 | 2024-02-19T05:18:47.150Z | Compiling time-macros v0.2.13 |
2108 | 2024-02-19T05:18:50.229Z | Compiling miniz_oxide v0.7.1 |
2109 | 2024-02-19T05:18:50.395Z | Compiling want v0.3.1 |
2110 | 2024-02-19T05:18:50.414Z | Compiling h2 v0.3.24 |
2111 | 2024-02-19T05:18:51.361Z | Compiling strum_macros v0.25.2 |
2112 | 2024-02-19T05:18:52.280Z | Compiling sct v0.7.0 |
2113 | 2024-02-19T05:18:52.552Z | Compiling rustls-webpki v0.101.7 |
2114 | 2024-02-19T05:18:54.188Z | Compiling form_urlencoded v1.2.1 |
2115 | 2024-02-19T05:18:54.301Z | Compiling http-body v0.4.5 |
2116 | 2024-02-19T05:18:54.708Z | Compiling serde_tokenstream v0.1.7 |
2117 | 2024-02-19T05:18:55.202Z | Compiling pkcs8 v0.10.2 |
2118 | 2024-02-19T05:18:55.233Z | Compiling hubpack_derive v0.1.1 |
2119 | 2024-02-19T05:18:55.883Z | Compiling socket2 v0.4.9 |
2120 | 2024-02-19T05:18:55.951Z | Compiling crossbeam-epoch v0.9.15 |
2121 | 2024-02-19T05:18:56.101Z | Compiling usdt-impl v0.5.0 |
2122 | 2024-02-19T05:18:56.450Z | Compiling colorchoice v1.0.0 |
2123 | 2024-02-19T05:18:56.502Z | Compiling slog v2.7.0 |
2124 | 2024-02-19T05:18:56.607Z | Compiling tower-service v0.3.2 |
2125 | 2024-02-19T05:18:56.655Z | Compiling anstyle-query v1.0.0 |
2126 | 2024-02-19T05:18:56.723Z | Compiling radium v0.7.0 |
2127 | 2024-02-19T05:18:56.980Z | Compiling httpdate v1.0.3 |
2128 | 2024-02-19T05:18:57.032Z | Compiling anyhow v1.0.75 |
2129 | 2024-02-19T05:18:57.323Z | Compiling openssl-probe v0.1.5 |
2130 | 2024-02-19T05:18:57.534Z | Compiling hyper v0.14.27 |
2131 | 2024-02-19T05:18:58.970Z | Compiling anstream v0.6.11 |
2132 | 2024-02-19T05:19:04.278Z | Compiling terminal_size v0.3.0 |
2133 | 2024-02-19T05:19:06.105Z | Compiling toml_datetime v0.6.5 |
2134 | 2024-02-19T05:19:06.517Z | Compiling serde_spanned v0.6.5 |
2135 | 2024-02-19T05:19:06.522Z | Compiling zerocopy v0.6.4 |
2136 | 2024-02-19T05:19:06.740Z | Compiling scroll v0.12.0 |
2137 | 2024-02-19T05:19:06.979Z | Compiling md-5 v0.10.5 |
2138 | 2024-02-19T05:19:07.255Z | Compiling idna v0.5.0 |
2139 | 2024-02-19T05:19:07.305Z | Compiling stringprep v0.1.3 |
2140 | 2024-02-19T05:19:07.517Z | Compiling diesel_table_macro_syntax v0.1.0 |
2141 | 2024-02-19T05:19:07.908Z | Compiling aho-corasick v1.0.4 |
2142 | 2024-02-19T05:19:07.939Z | Compiling hash32 v0.2.1 |
2143 | 2024-02-19T05:19:08.099Z | Compiling stable_deref_trait v1.2.0 |
2144 | 2024-02-19T05:19:08.163Z | Compiling clap_lex v0.7.0 |
2145 | 2024-02-19T05:19:08.197Z | Compiling strsim v0.11.0 |
2146 | 2024-02-19T05:19:08.304Z | Compiling fallible-iterator v0.2.0 |
2147 | 2024-02-19T05:19:08.745Z | Compiling tap v1.0.1 |
2148 | 2024-02-19T05:19:08.852Z | Compiling plain v0.2.3 |
2149 | 2024-02-19T05:19:08.937Z | Compiling regex-syntax v0.8.2 |
2150 | 2024-02-19T05:19:09.013Z | Compiling gimli v0.28.0 |
2151 | 2024-02-19T05:19:09.032Z | Compiling dyn-clone v1.0.16 |
2152 | 2024-02-19T05:19:09.076Z | Compiling maybe-uninit v2.0.0 |
2153 | 2024-02-19T05:19:09.598Z | Compiling postgres-protocol v0.6.6 |
2154 | 2024-02-19T05:19:09.708Z | Compiling goblin v0.8.0 |
2155 | 2024-02-19T05:19:09.747Z | Compiling wyz v0.5.1 |
2156 | 2024-02-19T05:19:10.233Z | Compiling clap_builder v4.5.0 |
2157 | 2024-02-19T05:19:10.808Z | Compiling url v2.5.0 |
2158 | 2024-02-19T05:19:11.615Z | Compiling diesel_derives v2.1.2 |
2159 | 2024-02-19T05:19:12.732Z | Compiling regex-automata v0.4.4 |
2160 | 2024-02-19T05:19:14.054Z | Compiling addr2line v0.21.0 |
2161 | 2024-02-19T05:19:14.158Z | Compiling tokio-rustls v0.24.1 |
2162 | 2024-02-19T05:19:15.364Z | Compiling tokio-native-tls v0.3.1 |
2163 | 2024-02-19T05:19:15.899Z | Compiling usdt-attr-macro v0.3.5 |
2164 | 2024-02-19T05:19:16.243Z | Compiling usdt-macro v0.3.5 |
2165 | 2024-02-19T05:19:18.006Z | Compiling phf_shared v0.11.2 |
2166 | 2024-02-19T05:19:19.396Z | Compiling block-padding v0.3.3 |
2167 | 2024-02-19T05:19:19.638Z | Compiling serde_repr v0.1.16 |
2168 | 2024-02-19T05:19:19.815Z | Compiling enum-as-inner v0.5.1 |
2169 | 2024-02-19T05:19:20.699Z | Compiling ff v0.13.0 |
2170 | 2024-02-19T05:19:20.761Z | Compiling scheduled-thread-pool v0.2.7 |
2171 | 2024-02-19T05:19:21.270Z | Compiling object v0.32.1 |
2172 | 2024-02-19T05:19:21.409Z | Compiling regex-automata v0.1.10 |
2173 | 2024-02-19T05:19:22.664Z | Compiling pretty-hex v0.4.1 |
2174 | 2024-02-19T05:19:22.885Z | Compiling winnow v0.5.15 |
2175 | 2024-02-19T05:19:23.889Z | Compiling num_threads v0.1.6 |
2176 | 2024-02-19T05:19:24.013Z | Compiling deranged v0.3.8 |
2177 | 2024-02-19T05:19:25.336Z | Compiling num-bigint-dig v0.8.4 |
2178 | 2024-02-19T05:19:25.645Z | Compiling matches v0.1.10 |
2179 | 2024-02-19T05:19:25.736Z | Compiling funty v2.0.0 |
2180 | 2024-02-19T05:19:25.936Z | Compiling ipnet v2.9.0 |
2181 | 2024-02-19T05:19:26.214Z | Compiling packed_struct v0.10.1 |
2182 | 2024-02-19T05:19:26.646Z | Compiling rustc-demangle v0.1.23 |
2183 | 2024-02-19T05:19:27.027Z | Compiling bit-vec v0.6.3 |
2184 | 2024-02-19T05:19:27.212Z | Compiling bitflags v1.3.2 |
2185 | 2024-02-19T05:19:27.310Z | Compiling managed v0.8.0 |
2186 | 2024-02-19T05:19:27.453Z | Compiling base16ct v0.2.0 |
2187 | 2024-02-19T05:19:27.787Z | Compiling sec1 v0.7.3 |
2188 | 2024-02-19T05:19:28.369Z | Compiling bitvec v1.0.1 |
2189 | 2024-02-19T05:19:29.872Z | Compiling toml_edit v0.19.15 |
2190 | 2024-02-19T05:19:29.946Z | Compiling time v0.3.27 |
2191 | 2024-02-19T05:19:30.657Z | Compiling idna v0.2.3 |
2192 | 2024-02-19T05:19:32.127Z | Compiling dof v0.3.0 |
2193 | 2024-02-19T05:19:33.085Z | Compiling bstr v0.2.17 |
2194 | 2024-02-19T05:19:34.098Z | Compiling r2d2 v0.8.10 |
2195 | 2024-02-19T05:19:34.469Z | Compiling group v0.13.0 |
2196 | 2024-02-19T05:19:34.513Z | Compiling inout v0.1.3 |
2197 | 2024-02-19T05:19:35.874Z | Compiling phf v0.11.2 |
2198 | 2024-02-19T05:19:36.184Z | Compiling regex v1.10.3 |
2199 | 2024-02-19T05:19:37.072Z | Compiling hyper-tls v0.5.0 |
2200 | 2024-02-19T05:19:37.287Z | Compiling hyper-rustls v0.24.2 |
2201 | 2024-02-19T05:19:37.414Z | Compiling clap v4.5.0 |
2202 | 2024-02-19T05:19:37.537Z | Compiling signal-hook-mio v0.2.3 |
2203 | 2024-02-19T05:19:37.645Z | Compiling flate2 v1.0.28 |
2204 | 2024-02-19T05:19:37.717Z | Compiling bzip2 v0.4.4 |
2205 | 2024-02-19T05:19:38.102Z | Compiling ipnetwork v0.20.0 |
2206 | 2024-02-19T05:19:38.531Z | Compiling postgres-types v0.2.6 |
2207 | 2024-02-19T05:19:39.037Z | Compiling hubpack v0.1.2 |
2208 | 2024-02-19T05:19:39.047Z | Compiling serde_urlencoded v0.7.1 |
2209 | 2024-02-19T05:19:39.354Z | Compiling phf_shared v0.10.0 |
2210 | 2024-02-19T05:19:39.479Z | Compiling rustls-pemfile v1.0.3 |
2211 | 2024-02-19T05:19:39.568Z | Compiling hkdf v0.12.4 |
2212 | 2024-02-19T05:19:39.810Z | Compiling dtrace-parser v0.2.0 |
2213 | 2024-02-19T05:19:39.859Z | Compiling futures-executor v0.3.30 |
2214 | 2024-02-19T05:19:41.001Z | Compiling crypto-bigint v0.5.2 |
2215 | 2024-02-19T05:19:41.203Z | Compiling packed_struct_codegen v0.10.1 |
2216 | 2024-02-19T05:19:41.670Z | Compiling float-cmp v0.9.0 |
2217 | 2024-02-19T05:19:43.565Z | Compiling indexmap v1.9.3 |
2218 | 2024-02-19T05:19:43.568Z | Compiling encoding_rs v0.8.33 |
2219 | 2024-02-19T05:19:43.568Z | Compiling either v1.10.0 |
2220 | 2024-02-19T05:19:43.568Z | Compiling static_assertions v1.1.0 |
2221 | 2024-02-19T05:19:43.568Z | Compiling regex-automata v0.3.8 |
2222 | 2024-02-19T05:19:43.653Z | Compiling webpki-roots v0.25.2 |
2223 | 2024-02-19T05:19:43.812Z | Compiling new_debug_unreachable v1.0.4 |
2224 | 2024-02-19T05:19:43.910Z | Compiling unicode-segmentation v1.10.1 |
2225 | 2024-02-19T05:19:43.921Z | Compiling winnow v0.6.1 |
2226 | 2024-02-19T05:19:44.086Z | Compiling minimal-lexical v0.2.1 |
2227 | 2024-02-19T05:19:44.565Z | Compiling unicode-width v0.1.11 |
2228 | 2024-02-19T05:19:44.727Z | Compiling data-encoding v2.4.0 |
2229 | 2024-02-19T05:19:44.737Z | Compiling nodrop v0.1.14 |
2230 | 2024-02-19T05:19:44.851Z | Compiling fixedbitset v0.4.2 |
2231 | 2024-02-19T05:19:45.485Z | Compiling predicates-core v1.0.6 |
2232 | 2024-02-19T05:19:45.737Z | Compiling precomputed-hash v0.1.1 |
2233 | 2024-02-19T05:19:45.844Z | Compiling crc-catalog v2.2.0 |
2234 | 2024-02-19T05:19:45.984Z | Compiling difflib v0.4.0 |
2235 | 2024-02-19T05:19:46.446Z | Compiling mime v0.3.17 |
2236 | 2024-02-19T05:19:46.591Z | Compiling whoami v1.4.1 |
2237 | 2024-02-19T05:19:47.275Z | Compiling normalize-line-endings v0.3.0 |
2238 | 2024-02-19T05:19:47.389Z | Compiling predicates v3.1.0 |
2239 | 2024-02-19T05:19:47.886Z | Compiling toml_edit v0.22.6 |
2240 | 2024-02-19T05:19:50.574Z | Compiling tokio-postgres v0.7.10 |
2241 | 2024-02-19T05:19:55.377Z | Compiling reqwest v0.11.22 |
2242 | 2024-02-19T05:19:55.533Z | Compiling crc v3.0.1 |
2243 | 2024-02-19T05:19:55.708Z | Compiling string_cache v0.8.7 |
2244 | 2024-02-19T05:19:56.243Z | Compiling trust-dns-proto v0.22.0 |
2245 | 2024-02-19T05:20:04.034Z | Compiling bstr v1.6.0 |
2246 | 2024-02-19T05:20:04.315Z | Compiling petgraph v0.6.4 |
2247 | 2024-02-19T05:20:05.538Z | Compiling array-init v0.0.4 |
2248 | 2024-02-19T05:20:06.073Z | Compiling console v0.15.8 |
2249 | 2024-02-19T05:20:06.893Z | Compiling similar v2.3.0 |
2250 | 2024-02-19T05:20:07.462Z | Compiling nom v7.1.3 |
2251 | 2024-02-19T05:20:08.545Z | Compiling itertools v0.10.5 |
2252 | 2024-02-19T05:20:09.030Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2253 | 2024-02-19T05:20:11.090Z | Compiling elliptic-curve v0.13.8 |
2254 | 2024-02-19T05:20:14.559Z | Compiling futures v0.3.30 |
2255 | 2024-02-19T05:20:15.296Z | Compiling smallvec v0.6.14 |
2256 | 2024-02-19T05:20:15.420Z | Compiling diesel v2.1.4 |
2257 | 2024-02-19T05:20:15.449Z | Compiling zip v0.6.6 |
2258 | 2024-02-19T05:20:15.774Z | Compiling crossterm v0.27.0 |
2259 | 2024-02-19T05:20:15.894Z | Compiling yasna v0.5.2 |
2260 | 2024-02-19T05:20:16.248Z | Compiling cipher v0.4.4 |
2261 | 2024-02-19T05:20:16.685Z | Compiling toml v0.7.8 |
2262 | 2024-02-19T05:20:17.839Z | Compiling bit-set v0.5.3 |
2263 | 2024-02-19T05:20:18.142Z | Compiling usdt v0.3.5 |
2264 | 2024-02-19T05:20:19.140Z | Compiling pkcs1 v0.7.5 |
2265 | 2024-02-19T05:20:19.264Z | Compiling strum v0.25.0 |
2266 | 2024-02-19T05:20:19.428Z | Compiling tokio-stream v0.1.14 |
2267 | 2024-02-19T05:20:19.849Z | Compiling is-terminal v0.4.9 |
2268 | 2024-02-19T05:20:20.435Z | Compiling openapiv3 v2.0.0 |
2269 | 2024-02-19T05:20:20.508Z | Compiling hex v0.4.3 |
2270 | 2024-02-19T05:20:21.858Z | Compiling signature v2.1.0 |
2271 | 2024-02-19T05:20:24.593Z | Compiling hashbrown v0.12.3 |
2272 | 2024-02-19T05:20:25.944Z | Compiling lalrpop-util v0.19.12 |
2273 | 2024-02-19T05:20:26.953Z | Compiling termcolor v1.2.0 |
2274 | 2024-02-19T05:20:27.144Z | Compiling bitfield v0.14.0 |
2275 | 2024-02-19T05:20:28.544Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2276 | 2024-02-19T05:20:28.801Z | Compiling env_logger v0.10.0 |
2277 | 2024-02-19T05:20:40.781Z | Compiling rsa v0.9.2 |
2278 | 2024-02-19T05:20:46.344Z | Compiling serde-hex v0.1.0 |
2279 | 2024-02-19T05:20:50.699Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2280 | 2024-02-19T05:20:53.663Z | Compiling ron v0.8.1 |
2281 | 2024-02-19T05:20:54.518Z | Compiling x509-cert v0.2.4 |
2282 | 2024-02-19T05:20:57.891Z | Compiling hashbrown v0.13.2 |
2283 | 2024-02-19T05:20:59.038Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2284 | 2024-02-19T05:21:01.073Z | Compiling crc-any v2.4.3 |
2285 | 2024-02-19T05:21:15.853Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2286 | 2024-02-19T05:21:26.125Z | Compiling object v0.30.4 |
2287 | 2024-02-19T05:21:28.668Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2288 | 2024-02-19T05:21:41.987Z | Compiling path-slash v0.1.5 |
2289 | 2024-02-19T05:21:42.599Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2290 | 2024-02-19T05:22:07.391Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2291 | 2024-02-19T05:22:08.184Z | Finished release [optimized] target(s) in 4m 03s |
2292 | 2024-02-19T05:22:08.257Z | |
2293 | 2024-02-19T05:22:08.257Z | real 4:03.288380542 |
2294 | 2024-02-19T05:22:08.257Z | user 26:43.357847387 |
2295 | 2024-02-19T05:22:08.257Z | sys 3:01.253781641 |
2296 | 2024-02-19T05:22:08.257Z | trap 0.805887546 |
2297 | 2024-02-19T05:22:08.258Z | tflt 1.546854019 |
2298 | 2024-02-19T05:22:08.261Z | dflt 0.678324129 |
2299 | 2024-02-19T05:22:08.261Z | kflt 0.000102208 |
2300 | 2024-02-19T05:22:08.261Z | lock 1:01:15.281925491 |
2301 | 2024-02-19T05:22:08.261Z | slp 1:19:00.506304618 |
2302 | 2024-02-19T05:22:08.261Z | lat 1:24.561915118 |
2303 | 2024-02-19T05:22:08.261Z | stop 1:13.170286247 |
2304 | 2024-02-19T05:22:08.261Z | + ptime -m gzip |
2305 | 2024-02-19T05:22:08.732Z | |
2306 | 2024-02-19T05:22:08.735Z | real 0.471575576 |
2307 | 2024-02-19T05:22:08.736Z | user 0.466991679 |
2308 | 2024-02-19T05:22:08.736Z | sys 0.004008917 |
2309 | 2024-02-19T05:22:08.736Z | trap 0.000054057 |
2310 | 2024-02-19T05:22:08.736Z | tflt 0.000000000 |
2311 | 2024-02-19T05:22:08.736Z | dflt 0.000000000 |
2312 | 2024-02-19T05:22:08.736Z | kflt 0.000000000 |
2313 | 2024-02-19T05:22:08.736Z | lock 0.000000000 |
2314 | 2024-02-19T05:22:08.736Z | slp 0.000000000 |
2315 | 2024-02-19T05:22:08.736Z | lat 0.000123294 |
2316 | 2024-02-19T05:22:08.736Z | stop 0.000176613 |
2317 | 2024-02-19T05:22:08.736Z | + banner tufaceous |
2318 | 2024-02-19T05:22:08.736Z | |
2319 | 2024-02-19T05:22:08.736Z | ##### # # ###### ## #### ###### #### # # #### |
2320 | 2024-02-19T05:22:08.736Z | # # # # # # # # # # # # # # |
2321 | 2024-02-19T05:22:08.736Z | # # # ##### # # # ##### # # # # #### |
2322 | 2024-02-19T05:22:08.736Z | # # # # ###### # # # # # # # |
2323 | 2024-02-19T05:22:08.736Z | # # # # # # # # # # # # # # # |
2324 | 2024-02-19T05:22:08.736Z | # #### # # # #### ###### #### #### #### |
2325 | 2024-02-19T05:22:08.736Z | |
2326 | 2024-02-19T05:22:08.736Z | + ptime -m cargo build --locked -p tufaceous --release |
2327 | 2024-02-19T05:22:09.167Z | Downloading crates ... |
2328 | 2024-02-19T05:22:09.476Z | Downloaded globset v0.4.13 |
2329 | 2024-02-19T05:22:09.479Z | Downloaded pin-project-internal v1.1.3 |
2330 | 2024-02-19T05:22:09.479Z | Downloaded buf-list v1.0.3 |
2331 | 2024-02-19T05:22:09.482Z | Downloaded parse-size v1.0.0 |
2332 | 2024-02-19T05:22:09.482Z | Downloaded doc-comment v0.3.3 |
2333 | 2024-02-19T05:22:09.492Z | Downloaded humantime v2.1.0 |
2334 | 2024-02-19T05:22:09.496Z | Downloaded async-recursion v1.0.5 |
2335 | 2024-02-19T05:22:09.496Z | Downloaded fs-err v2.11.0 |
2336 | 2024-02-19T05:22:09.499Z | Downloaded serde_plain v1.0.2 |
2337 | 2024-02-19T05:22:09.499Z | Downloaded snafu-derive v0.7.5 |
2338 | 2024-02-19T05:22:09.502Z | Downloaded snafu v0.7.5 |
2339 | 2024-02-19T05:22:09.506Z | Downloaded pin-project v1.1.3 |
2340 | 2024-02-19T05:22:09.519Z | Downloaded tough v0.16.0 |
2341 | 2024-02-19T05:22:09.524Z | Downloaded typed-path v0.7.0 |
2342 | 2024-02-19T05:22:09.529Z | Downloaded olpc-cjson v0.1.3 |
2343 | 2024-02-19T05:22:09.624Z | Compiling serde_tokenstream v0.2.0 |
2344 | 2024-02-19T05:22:09.689Z | Compiling regress v0.8.0 |
2345 | 2024-02-19T05:22:09.699Z | Compiling dirs-sys-next v0.1.2 |
2346 | 2024-02-19T05:22:09.702Z | Compiling rustls-pki-types v1.3.0 |
2347 | 2024-02-19T05:22:09.702Z | Compiling ident_case v1.0.1 |
2348 | 2024-02-19T05:22:09.702Z | Compiling strsim v0.10.0 |
2349 | 2024-02-19T05:22:09.722Z | Compiling thread_local v1.1.7 |
2350 | 2024-02-19T05:22:09.858Z | Compiling dirs-next v2.0.0 |
2351 | 2024-02-19T05:22:10.103Z | Compiling darling_core v0.20.3 |
2352 | 2024-02-19T05:22:10.178Z | Compiling camino v1.1.6 |
2353 | 2024-02-19T05:22:10.343Z | Compiling heck v0.4.1 |
2354 | 2024-02-19T05:22:10.531Z | Compiling rustls v0.22.2 |
2355 | 2024-02-19T05:22:10.728Z | Compiling slog-async v2.8.0 |
2356 | 2024-02-19T05:22:10.835Z | Compiling rustls-webpki v0.102.1 |
2357 | 2024-02-19T05:22:10.879Z | Compiling term v0.7.0 |
2358 | 2024-02-19T05:22:11.055Z | Compiling crossbeam-channel v0.5.8 |
2359 | 2024-02-19T05:22:11.289Z | Compiling getopts v0.2.21 |
2360 | 2024-02-19T05:22:11.642Z | Compiling structmeta-derive v0.3.0 |
2361 | 2024-02-19T05:22:12.180Z | Compiling atty v0.2.14 |
2362 | 2024-02-19T05:22:12.329Z | Compiling multer v3.0.0 |
2363 | 2024-02-19T05:22:12.651Z | Compiling take_mut v0.2.2 |
2364 | 2024-02-19T05:22:12.828Z | Compiling unsafe-libyaml v0.2.10 |
2365 | 2024-02-19T05:22:12.861Z | Compiling paste v1.0.14 |
2366 | 2024-02-19T05:22:13.334Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2367 | 2024-02-19T05:22:14.654Z | Compiling doc-comment v0.3.3 |
2368 | 2024-02-19T05:22:15.144Z | Compiling match_cfg v0.1.0 |
2369 | 2024-02-19T05:22:15.243Z | Compiling hostname v0.3.1 |
2370 | 2024-02-19T05:22:15.325Z | Compiling structmeta v0.3.0 |
2371 | 2024-02-19T05:22:15.484Z | Compiling serde_yaml v0.9.25 |
2372 | 2024-02-19T05:22:15.579Z | Compiling darling_macro v0.20.3 |
2373 | 2024-02-19T05:22:15.840Z | Compiling slog-term v2.9.0 |
2374 | 2024-02-19T05:22:16.565Z | Compiling darling v0.20.3 |
2375 | 2024-02-19T05:22:18.915Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2376 | 2024-02-19T05:22:18.934Z | Compiling slog-json v2.6.1 |
2377 | 2024-02-19T05:22:19.107Z | Compiling http v1.0.0 |
2378 | 2024-02-19T05:22:19.448Z | Compiling async-stream-impl v0.3.5 |
2379 | 2024-02-19T05:22:19.489Z | Compiling pin-project-internal v1.1.3 |
2380 | 2024-02-19T05:22:20.756Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2381 | 2024-02-19T05:22:20.841Z | Compiling atomic-waker v1.1.1 |
2382 | 2024-02-19T05:22:21.039Z | Compiling fastrand v2.0.1 |
2383 | 2024-02-19T05:22:21.181Z | Compiling waitgroup v0.1.2 |
2384 | 2024-02-19T05:22:21.421Z | Compiling tempfile v3.10.0 |
2385 | 2024-02-19T05:22:22.343Z | Compiling pin-project v1.1.3 |
2386 | 2024-02-19T05:22:22.471Z | Compiling async-stream v0.3.5 |
2387 | 2024-02-19T05:22:22.690Z | Compiling tokio-rustls v0.25.0 |
2388 | 2024-02-19T05:22:22.806Z | Compiling slog-bunyan v2.5.0 |
2389 | 2024-02-19T05:22:23.176Z | Compiling serde_with_macros v3.6.1 |
2390 | 2024-02-19T05:22:23.501Z | Compiling parse-display-derive v0.9.0 |
2391 | 2024-02-19T05:22:24.409Z | Compiling toml v0.8.10 |
2392 | 2024-02-19T05:22:24.488Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2393 | 2024-02-19T05:22:25.115Z | Compiling rustls-pemfile v2.1.0 |
2394 | 2024-02-19T05:22:25.229Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2395 | 2024-02-19T05:22:25.854Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2396 | 2024-02-19T05:22:26.034Z | Compiling sha1 v0.10.6 |
2397 | 2024-02-19T05:22:26.588Z | Compiling newtype-uuid v1.0.1 |
2398 | 2024-02-19T05:22:26.944Z | Compiling strum_macros v0.26.1 |
2399 | 2024-02-19T05:22:26.976Z | Compiling snafu-derive v0.7.5 |
2400 | 2024-02-19T05:22:27.380Z | Compiling serde_path_to_error v0.1.15 |
2401 | 2024-02-19T05:22:27.604Z | Compiling instant v0.1.12 |
2402 | 2024-02-19T05:22:27.769Z | Compiling fs-err v2.11.0 |
2403 | 2024-02-19T05:22:28.114Z | Compiling buf-list v1.0.3 |
2404 | 2024-02-19T05:22:28.437Z | Compiling same-file v1.0.6 |
2405 | 2024-02-19T05:22:28.695Z | Compiling arc-swap v1.6.0 |
2406 | 2024-02-19T05:22:28.745Z | Compiling debug-ignore v1.0.5 |
2407 | 2024-02-19T05:22:29.456Z | Compiling slog-scope v4.4.0 |
2408 | 2024-02-19T05:22:29.743Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2409 | 2024-02-19T05:22:29.878Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2410 | 2024-02-19T05:22:30.442Z | Compiling walkdir v2.4.0 |
2411 | 2024-02-19T05:22:31.888Z | Compiling strum v0.26.1 |
2412 | 2024-02-19T05:22:32.160Z | Compiling snafu v0.7.5 |
2413 | 2024-02-19T05:22:32.178Z | Compiling backoff v0.4.0 |
2414 | 2024-02-19T05:22:32.234Z | Compiling parse-display v0.9.0 |
2415 | 2024-02-19T05:22:32.538Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2416 | 2024-02-19T05:22:32.905Z | Compiling serde_with v3.6.1 |
2417 | 2024-02-19T05:22:33.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2418 | 2024-02-19T05:22:34.207Z | Compiling globset v0.4.13 |
2419 | 2024-02-19T05:22:34.382Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2420 | 2024-02-19T05:22:34.559Z | Compiling pem v3.0.2 |
2421 | 2024-02-19T05:22:36.227Z | Compiling olpc-cjson v0.1.3 |
2422 | 2024-02-19T05:22:36.805Z | Compiling serde_plain v1.0.2 |
2423 | 2024-02-19T05:22:36.964Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2424 | 2024-02-19T05:22:37.349Z | Compiling macaddr v1.0.1 |
2425 | 2024-02-19T05:22:37.878Z | Compiling async-recursion v1.0.5 |
2426 | 2024-02-19T05:22:38.105Z | Compiling xattr v1.0.1 |
2427 | 2024-02-19T05:22:38.401Z | Compiling filetime v0.2.23 |
2428 | 2024-02-19T05:22:38.748Z | Compiling typed-path v0.7.0 |
2429 | 2024-02-19T05:22:38.893Z | Compiling tar v0.4.40 |
2430 | 2024-02-19T05:22:43.277Z | Compiling tough v0.16.0 |
2431 | 2024-02-19T05:22:46.213Z | Compiling slog-stdlog v4.1.1 |
2432 | 2024-02-19T05:22:46.903Z | Compiling camino-tempfile v1.1.1 |
2433 | 2024-02-19T05:22:47.192Z | Compiling itertools v0.12.1 |
2434 | 2024-02-19T05:22:47.696Z | Compiling parse-size v1.0.0 |
2435 | 2024-02-19T05:22:48.045Z | Compiling slog-envlogger v2.2.0 |
2436 | 2024-02-19T05:22:50.293Z | Compiling humantime v2.1.0 |
2437 | 2024-02-19T05:22:53.302Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2438 | 2024-02-19T05:22:53.529Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2439 | 2024-02-19T05:23:03.459Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2440 | 2024-02-19T05:23:05.549Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2441 | 2024-02-19T05:23:25.441Z | Finished release [optimized] target(s) in 1m 16s |
2442 | 2024-02-19T05:23:25.533Z | |
2443 | 2024-02-19T05:23:25.540Z | real 1:16.745107605 |
2444 | 2024-02-19T05:23:25.540Z | user 8:30.161584173 |
2445 | 2024-02-19T05:23:25.540Z | sys 39.594025681 |
2446 | 2024-02-19T05:23:25.540Z | trap 0.221368329 |
2447 | 2024-02-19T05:23:25.540Z | tflt 0.380398599 |
2448 | 2024-02-19T05:23:25.540Z | dflt 0.354076814 |
2449 | 2024-02-19T05:23:25.540Z | kflt 0.000179941 |
2450 | 2024-02-19T05:23:25.540Z | lock 17:54.371577723 |
2451 | 2024-02-19T05:23:25.540Z | slp 19:32.123751574 |
2452 | 2024-02-19T05:23:25.540Z | lat 19.286766195 |
2453 | 2024-02-19T05:23:25.540Z | stop 13.796244117 |
2454 | 2024-02-19T05:23:25.540Z | + ptime -m gzip |
2455 | 2024-02-19T05:23:27.322Z | |
2456 | 2024-02-19T05:23:27.325Z | real 1.800311327 |
2457 | 2024-02-19T05:23:27.325Z | user 1.783106078 |
2458 | 2024-02-19T05:23:27.325Z | sys 0.016578989 |
2459 | 2024-02-19T05:23:27.325Z | trap 0.000127793 |
2460 | 2024-02-19T05:23:27.325Z | tflt 0.000000000 |
2461 | 2024-02-19T05:23:27.325Z | dflt 0.000000000 |
2462 | 2024-02-19T05:23:27.325Z | kflt 0.000000000 |
2463 | 2024-02-19T05:23:27.325Z | lock 0.000000000 |
2464 | 2024-02-19T05:23:27.325Z | slp 0.000000000 |
2465 | 2024-02-19T05:23:27.325Z | lat 0.000090660 |
2466 | 2024-02-19T05:23:27.326Z | stop 0.000187021 |
2467 | 2024-02-19T05:23:27.326Z | process exited: duration 835153 ms, exit code 0 |
|
2468 | 2024-02-19T05:23:27.341Z | found 5 output files |
2469 | 2024-02-19T05:23:27.341Z | uploading: /work/end-to-end-tests/bootstrap-7d41aab60bc32e23.gz (10682054 bytes) |
2470 | 2024-02-19T05:23:31.084Z | uploaded: /work/end-to-end-tests/bootstrap-7d41aab60bc32e23.gz |
2471 | 2024-02-19T05:23:31.084Z | uploading: /work/end-to-end-tests/bootstrap.gz (109708407 bytes) |
2472 | 2024-02-19T05:23:48.565Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2473 | 2024-02-19T05:23:48.574Z | uploading: /work/end-to-end-tests/end_to_end_tests-071471a59c136316.gz (113156418 bytes) |
2474 | 2024-02-19T05:24:04.784Z | uploaded: /work/end-to-end-tests/end_to_end_tests-071471a59c136316.gz |
2475 | 2024-02-19T05:24:04.792Z | uploading: /work/caboose-util.gz (4098861 bytes) |
2476 | 2024-02-19T05:24:06.325Z | uploaded: /work/caboose-util.gz |
2477 | 2024-02-19T05:24:06.325Z | uploading: /work/tufaceous.gz (15876977 bytes) |
2478 | 2024-02-19T05:24:09.419Z | uploaded: /work/tufaceous.gz |