|
|
|
1 | 2023-12-13T04:09:25.409Z | job assigned to worker 01HHGNQDE89VXKSM9QV5NCP9MW (queued for 2 m 2 s) |
|
2 | 2023-12-13T04:09:27.215Z | starting task 0: "setup" |
3 | 2023-12-13T04:09:27.604Z | ++ uname -s |
4 | 2023-12-13T04:09:27.629Z | + kern=SunOS |
5 | 2023-12-13T04:09:27.629Z | + case "$kern" in |
6 | 2023-12-13T04:09:27.629Z | + groupadd -g 12345 build |
7 | 2023-12-13T04:09:27.630Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-13T04:09:29.618Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-13T04:09:29.842Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-13T04:09:29.876Z | + home_fs=zfs |
11 | 2023-12-13T04:09:29.876Z | + [[ zfs == autofs ]] |
12 | 2023-12-13T04:09:29.876Z | + mkdir -p /home/build |
13 | 2023-12-13T04:09:29.876Z | + chown build:build /home/build /work |
14 | 2023-12-13T04:09:31.855Z | + chmod 0700 /home/build /work |
15 | 2023-12-13T04:09:31.881Z | process exited: duration 4644 ms, exit code 0 |
|
16 | 2023-12-13T04:09:31.916Z | starting task 1: "rust-toolchain" |
17 | 2023-12-13T04:09:31.934Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-13T04:09:31.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-13T04:09:32.161Z | info: downloading installer |
20 | 2023-12-13T04:09:35.020Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-13T04:09:35.020Z | warning: /opt/ooce/bin |
22 | 2023-12-13T04:09:35.020Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-13T04:09:35.020Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-13T04:09:35.020Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-13T04:09:35.020Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-13T04:09:35.020Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-13T04:09:35.020Z | error: cannot install while Rust is installed |
28 | 2023-12-13T04:09:35.020Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-13T04:09:35.682Z | info: profile set to 'default' |
30 | 2023-12-13T04:09:35.682Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-13T04:09:35.697Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-13T04:09:35.867Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-13T04:09:35.868Z | info: downloading component 'cargo' |
34 | 2023-12-13T04:09:36.657Z | info: downloading component 'clippy' |
35 | 2023-12-13T04:09:36.931Z | info: downloading component 'rust-docs' |
36 | 2023-12-13T04:09:37.919Z | info: downloading component 'rust-std' |
37 | 2023-12-13T04:09:40.152Z | info: downloading component 'rustc' |
38 | 2023-12-13T04:09:43.989Z | info: downloading component 'rustfmt' |
39 | 2023-12-13T04:09:44.278Z | info: installing component 'cargo' |
40 | 2023-12-13T04:09:46.561Z | info: installing component 'clippy' |
41 | 2023-12-13T04:09:47.584Z | info: installing component 'rust-docs' |
42 | 2023-12-13T04:09:50.144Z | info: installing component 'rust-std' |
43 | 2023-12-13T04:09:54.716Z | info: installing component 'rustc' |
44 | 2023-12-13T04:10:03.819Z | info: installing component 'rustfmt' |
45 | 2023-12-13T04:10:04.292Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-13T04:10:04.293Z | |
47 | 2023-12-13T04:10:04.405Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-13T04:10:04.405Z | |
49 | 2023-12-13T04:10:04.405Z | |
50 | 2023-12-13T04:10:04.405Z | Rust is installed now. Great! |
51 | 2023-12-13T04:10:04.409Z | |
52 | 2023-12-13T04:10:04.409Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-13T04:10:04.409Z | environment variable. This has not been done automatically. |
54 | 2023-12-13T04:10:04.409Z | |
55 | 2023-12-13T04:10:04.409Z | To configure your current shell, run: |
56 | 2023-12-13T04:10:04.409Z | source "$HOME/.cargo/env" |
57 | 2023-12-13T04:10:04.491Z | + rustc --version |
58 | 2023-12-13T04:10:04.603Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-13T04:10:04.610Z | process exited: duration 32700 ms, exit code 0 |
|
60 | 2023-12-13T04:10:04.623Z | starting task 2: "authentication" |
61 | 2023-12-13T04:10:04.662Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-12-13T04:10:04.684Z | starting task 3: "clone repository" |
63 | 2023-12-13T04:10:04.703Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-13T04:10:04.703Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-13T04:10:04.764Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-13T04:10:10.811Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-13T04:10:10.811Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
68 | 2023-12-13T04:10:10.833Z | + git fetch origin renovate/taiki-e-install-action-digest |
69 | 2023-12-13T04:10:11.161Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-13T04:10:11.162Z | * branch renovate/taiki-e-install-action-digest -> FETCH_HEAD |
71 | 2023-12-13T04:10:11.172Z | + git checkout -B renovate/taiki-e-install-action-digest remotes/origin/renovate/taiki-e-install-action-digest |
72 | 2023-12-13T04:10:11.279Z | Switched to a new branch 'renovate/taiki-e-install-action-digest' |
73 | 2023-12-13T04:10:11.291Z | branch 'renovate/taiki-e-install-action-digest' set up to track 'origin/renovate/taiki-e-install-action-digest'. |
74 | 2023-12-13T04:10:11.291Z | + git reset --hard d75fe7aa18024ef17aca1b67f8c4cfcbe367da2f |
75 | 2023-12-13T04:10:11.302Z | HEAD is now at d75fe7aa Update taiki-e/install-action digest to 0f94aa2 |
76 | 2023-12-13T04:10:11.303Z | process exited: duration 6610 ms, exit code 0 |
|
77 | 2023-12-13T04:10:11.349Z | starting task 4: "build" |
78 | 2023-12-13T04:10:11.365Z | + cargo --version |
79 | 2023-12-13T04:10:11.365Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-13T04:10:11.555Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-13T04:10:11.562Z | info: downloading component 'cargo' |
82 | 2023-12-13T04:10:12.401Z | info: downloading component 'clippy' |
83 | 2023-12-13T04:10:12.691Z | info: downloading component 'rust-docs' |
84 | 2023-12-13T04:10:13.725Z | info: downloading component 'rust-std' |
85 | 2023-12-13T04:10:15.491Z | info: downloading component 'rustc' |
86 | 2023-12-13T04:10:19.848Z | info: downloading component 'rustfmt' |
87 | 2023-12-13T04:10:20.147Z | info: installing component 'cargo' |
88 | 2023-12-13T04:10:21.448Z | info: installing component 'clippy' |
89 | 2023-12-13T04:10:21.917Z | info: installing component 'rust-docs' |
90 | 2023-12-13T04:10:24.686Z | info: installing component 'rust-std' |
91 | 2023-12-13T04:10:27.311Z | info: installing component 'rustc' |
92 | 2023-12-13T04:10:33.587Z | info: installing component 'rustfmt' |
93 | 2023-12-13T04:10:36.284Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-13T04:10:36.364Z | + rustc --version |
95 | 2023-12-13T04:10:36.364Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-13T04:10:36.365Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-13T04:10:44.002Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-13T04:10:44.920Z | Startup: Caching catalogs ... Done |
99 | 2023-12-13T04:10:51.955Z | Planning: Solver setup ... Done (6.608s) |
100 | 2023-12-13T04:10:52.088Z | Planning: Running solver ... Done (0.150s) |
101 | 2023-12-13T04:10:52.163Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-13T04:10:52.188Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-13T04:10:52.672Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-13T04:10:52.672Z | Planning: Package planning ... Done (0.089s) |
105 | 2023-12-13T04:10:52.672Z | Planning: Merging actions ... Done (0.087s) |
106 | 2023-12-13T04:10:53.472Z | Planning: Checking for conflicting actions ... Done (0.841s) |
107 | 2023-12-13T04:10:53.479Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-12-13T04:10:57.373Z | Planning: Evaluating mediators ... Done (3.888s) |
109 | 2023-12-13T04:10:57.495Z | Planning: Planning completed in 12.50 seconds |
110 | 2023-12-13T04:10:57.518Z | Packages to install: 4 |
111 | 2023-12-13T04:10:57.518Z | Packages to update: 2 |
112 | 2023-12-13T04:10:57.519Z | Mediators to change: 2 |
113 | 2023-12-13T04:10:57.519Z | Services to change: 1 |
114 | 2023-12-13T04:10:57.519Z | Estimated space available: 148.88 GB |
115 | 2023-12-13T04:10:57.519Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-13T04:10:57.519Z | Create boot environment: No |
117 | 2023-12-13T04:10:57.519Z | Create backup boot environment: Yes |
118 | 2023-12-13T04:10:57.519Z | Rebuild boot archive: No |
119 | 2023-12-13T04:10:57.519Z | |
120 | 2023-12-13T04:10:57.520Z | Changed mediators: |
121 | 2023-12-13T04:10:57.520Z | mediator clang: |
122 | 2023-12-13T04:10:57.520Z | version: None -> 15 (system default) |
123 | 2023-12-13T04:10:57.520Z | |
124 | 2023-12-13T04:10:57.520Z | mediator llvm: |
125 | 2023-12-13T04:10:57.520Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-13T04:10:57.520Z | |
127 | 2023-12-13T04:10:57.520Z | Changed packages: |
128 | 2023-12-13T04:10:57.520Z | helios-dev |
129 | 2023-12-13T04:10:57.520Z | developer/build-essential |
130 | 2023-12-13T04:10:57.521Z | None -> 11-2.0 |
131 | 2023-12-13T04:10:57.521Z | library/libxmlsec1 |
132 | 2023-12-13T04:10:57.521Z | None -> 1.2.35-2.0 |
133 | 2023-12-13T04:10:57.521Z | ooce/developer/clang-15 |
134 | 2023-12-13T04:10:57.521Z | None -> 15.0.7-2.0 |
135 | 2023-12-13T04:10:57.521Z | ooce/developer/llvm-15 |
136 | 2023-12-13T04:10:57.521Z | None -> 15.0.7-2.0 |
137 | 2023-12-13T04:10:57.521Z | system/library/g++-runtime |
138 | 2023-12-13T04:10:57.522Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-13T04:10:57.522Z | system/library/gcc-runtime |
140 | 2023-12-13T04:10:57.522Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-13T04:10:57.522Z | |
142 | 2023-12-13T04:10:57.522Z | Services: |
143 | 2023-12-13T04:10:57.522Z | restart_fmri: |
144 | 2023-12-13T04:10:57.522Z | svc:/system/update-man-index:default |
145 | 2023-12-13T04:10:57.808Z | |
146 | 2023-12-13T04:10:57.808Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-13T04:11:02.937Z | Download: 1198/3330 items 83.0/221.1MB 37% complete (19.1M/s) |
148 | 2023-12-13T04:11:07.923Z | Download: 2581/3330 items 120.4/221.1MB 54% complete (12.1M/s) |
149 | 2023-12-13T04:11:12.913Z | Download: 3249/3330 items 203.1/221.1MB 91% complete (12.0M/s) |
150 | 2023-12-13T04:11:15.668Z | Download: Completed 221.11 MB in 17.87 seconds (12.4M/s) |
151 | 2023-12-13T04:11:17.807Z | Actions: 1/3766 actions (Removing old actions) |
152 | 2023-12-13T04:11:17.808Z | Actions: 5/3766 actions (Installing new actions) |
153 | 2023-12-13T04:11:22.765Z | Actions: 2186/3766 actions (Installing new actions) |
154 | 2023-12-13T04:11:26.074Z | Actions: 3729/3766 actions (Updating modified actions) |
155 | 2023-12-13T04:11:26.679Z | Actions: Completed 3766 actions in 8.92 seconds. |
156 | 2023-12-13T04:11:26.784Z | Done (0.108s) |
157 | 2023-12-13T04:11:26.795Z | Done (0.000s) |
158 | 2023-12-13T04:11:27.050Z | Done (0.264s) |
159 | 2023-12-13T04:11:34.593Z | Done (7.406s) |
160 | 2023-12-13T04:11:34.877Z | Done (0.210s) |
161 | 2023-12-13T04:11:34.883Z | Done (0.000s) |
162 | 2023-12-13T04:11:35.105Z | Done (0.000s) |
163 | 2023-12-13T04:11:35.833Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-12-13T04:11:36.104Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-12-13T04:11:36.114Z | Planning: Consolidating action changes ... Done |
166 | 2023-12-13T04:11:36.542Z | Planning: Evaluating mediators ... Done |
167 | 2023-12-13T04:11:36.556Z | Planning: Planning completed in 0.71 seconds |
168 | 2023-12-13T04:11:36.600Z | Mediators to change: 2 |
169 | 2023-12-13T04:11:36.605Z | Create boot environment: No |
170 | 2023-12-13T04:11:36.605Z | Create backup boot environment: No |
171 | 2023-12-13T04:11:36.713Z | Done |
172 | 2023-12-13T04:11:36.713Z | Done |
173 | 2023-12-13T04:11:36.892Z | Done |
174 | 2023-12-13T04:11:42.642Z | Done |
175 | 2023-12-13T04:11:42.758Z | Done |
176 | 2023-12-13T04:11:42.772Z | Done |
177 | 2023-12-13T04:11:42.862Z | Done |
178 | 2023-12-13T04:11:43.888Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-12-13T04:11:43.898Z | Planning: Merging actions ... Done |
180 | 2023-12-13T04:11:44.226Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-12-13T04:11:44.252Z | Planning: Consolidating action changes ... Done |
182 | 2023-12-13T04:11:45.898Z | Planning: Evaluating mediators ... Done |
183 | 2023-12-13T04:11:46.342Z | Planning: Planning completed in 1.31 seconds |
184 | 2023-12-13T04:11:46.342Z | Packages to change: 1 |
185 | 2023-12-13T04:11:46.342Z | Mediators to change: 1 |
186 | 2023-12-13T04:11:46.342Z | Services to change: 1 |
187 | 2023-12-13T04:11:46.342Z | Create boot environment: No |
188 | 2023-12-13T04:11:46.342Z | Create backup boot environment: Yes |
189 | 2023-12-13T04:11:46.851Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2023-12-13T04:11:46.868Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2023-12-13T04:11:46.868Z | Done |
192 | 2023-12-13T04:11:46.868Z | Done |
193 | 2023-12-13T04:11:46.914Z | Done |
194 | 2023-12-13T04:11:52.616Z | Done |
195 | 2023-12-13T04:11:52.754Z | Done |
196 | 2023-12-13T04:11:52.762Z | Done |
197 | 2023-12-13T04:11:52.894Z | Done |
198 | 2023-12-13T04:11:53.596Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2023-12-13T04:11:53.596Z | clang system 15 system |
200 | 2023-12-13T04:11:53.596Z | csh system system illumos |
201 | 2023-12-13T04:11:53.596Z | ctags system system illumos |
202 | 2023-12-13T04:11:53.597Z | gcc vendor 12 vendor |
203 | 2023-12-13T04:11:53.597Z | gcc system 10 system |
204 | 2023-12-13T04:11:53.597Z | gcc system 7 system |
205 | 2023-12-13T04:11:53.597Z | go system 1.20 system |
206 | 2023-12-13T04:11:53.597Z | go system 1.19 system |
207 | 2023-12-13T04:11:53.597Z | llvm system 15 system |
208 | 2023-12-13T04:11:53.597Z | llvm system 14 system |
209 | 2023-12-13T04:11:53.597Z | mariadb system 10.6 system |
210 | 2023-12-13T04:11:53.598Z | mta vendor vendor dma |
211 | 2023-12-13T04:11:53.598Z | openjdk system 17 system |
212 | 2023-12-13T04:11:53.598Z | openjdk system 11 system |
213 | 2023-12-13T04:11:53.598Z | openjdk system 1.8 system |
214 | 2023-12-13T04:11:53.598Z | openssl vendor 3 vendor |
215 | 2023-12-13T04:11:53.598Z | perl system 5.36 system |
216 | 2023-12-13T04:11:53.599Z | postgresql system 15 system |
217 | 2023-12-13T04:11:53.599Z | postgresql system 13 system |
218 | 2023-12-13T04:11:53.599Z | python vendor 3 vendor |
219 | 2023-12-13T04:11:53.599Z | python system 2 system |
220 | 2023-12-13T04:11:53.599Z | python3 system 3.11 system |
221 | 2023-12-13T04:11:53.599Z | ruby system 3.0 system |
222 | 2023-12-13T04:11:53.599Z | words vendor vendor american-english |
223 | 2023-12-13T04:11:53.599Z | words system system australian-english |
224 | 2023-12-13T04:11:53.599Z | words system system british-english |
225 | 2023-12-13T04:11:53.599Z | words system system canadian-english |
226 | 2023-12-13T04:11:53.600Z | words system system french |
227 | 2023-12-13T04:11:53.600Z | words system system italian |
228 | 2023-12-13T04:11:53.600Z | words system system ngerman |
229 | 2023-12-13T04:11:53.600Z | words system system ogerman |
230 | 2023-12-13T04:11:53.600Z | words system system spanish |
231 | 2023-12-13T04:11:54.122Z | FMRI IFO |
232 | 2023-12-13T04:11:54.123Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2023-12-13T04:11:54.123Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2023-12-13T04:11:54.124Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2023-12-13T04:11:54.124Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
236 | 2023-12-13T04:11:54.125Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2023-12-13T04:11:54.125Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
238 | 2023-12-13T04:11:54.125Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
239 | 2023-12-13T04:11:54.126Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
240 | 2023-12-13T04:11:54.198Z | + set -o errexit |
241 | 2023-12-13T04:11:54.208Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2023-12-13T04:11:54.208Z | ++ cd ./tools |
243 | 2023-12-13T04:11:54.208Z | ++ pwd |
244 | 2023-12-13T04:11:54.209Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2023-12-13T04:11:54.209Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2023-12-13T04:11:54.209Z | + ARG0=ci_download_cockroachdb |
247 | 2023-12-13T04:11:54.209Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2023-12-13T04:11:54.634Z | + CIDL_VERSION=v22.1.9 |
249 | 2023-12-13T04:11:54.635Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2023-12-13T04:11:54.635Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2023-12-13T04:11:54.635Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2023-12-13T04:11:54.636Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-12-13T04:11:54.636Z | + TARGET_DIR=out |
254 | 2023-12-13T04:11:54.636Z | + DOWNLOAD_DIR=out/downloads |
255 | 2023-12-13T04:11:54.636Z | + DEST_DIR=./out/cockroachdb |
256 | 2023-12-13T04:11:54.637Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2023-12-13T04:11:54.637Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2023-12-13T04:11:54.637Z | + main |
259 | 2023-12-13T04:11:54.637Z | + [[ 0 != 0 ]] |
260 | 2023-12-13T04:11:54.637Z | + CIDL_OS=solaris2.11 |
261 | 2023-12-13T04:11:54.638Z | + [[ 0 != 0 ]] |
262 | 2023-12-13T04:11:54.638Z | + configure_os solaris2.11 |
263 | 2023-12-13T04:11:54.638Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2023-12-13T04:11:54.638Z | current directory: /work/oxidecomputer/omicron |
265 | 2023-12-13T04:11:54.638Z | configuring based on OS: "solaris2.11" |
266 | 2023-12-13T04:11:54.639Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2023-12-13T04:11:54.639Z | + case "$1" in |
268 | 2023-12-13T04:11:54.639Z | + CIDL_BUILD=illumos |
269 | 2023-12-13T04:11:54.639Z | + CIDL_SUFFIX=tar.gz |
270 | 2023-12-13T04:11:54.640Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-12-13T04:11:54.640Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2023-12-13T04:11:54.640Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2023-12-13T04:11:54.640Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2023-12-13T04:11:54.641Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2023-12-13T04:11:54.641Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-12-13T04:11:54.641Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-12-13T04:11:54.641Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2023-12-13T04:11:54.642Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-13T04:11:54.642Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-13T04:11:54.642Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-12-13T04:11:54.642Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-12-13T04:11:54.642Z | + mkdir -p out/downloads |
283 | 2023-12-13T04:11:54.643Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-13T04:11:54.643Z | + mkdir -p ./out/cockroachdb |
285 | 2023-12-13T04:11:54.643Z | + local DO_DOWNLOAD=true |
286 | 2023-12-13T04:11:54.643Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2023-12-13T04:11:54.643Z | + '[' true == true ']' |
288 | 2023-12-13T04:11:54.643Z | + echo Downloading... |
289 | 2023-12-13T04:11:54.644Z | Downloading... |
290 | 2023-12-13T04:11:54.644Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-13T04:11:54.644Z | + 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 |
292 | 2023-12-13T04:11:58.345Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-13T04:11:58.377Z | ++ md5sum |
294 | 2023-12-13T04:11:58.377Z | ++ awk '{print $1}' |
295 | 2023-12-13T04:11:58.515Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2023-12-13T04:11:58.515Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
297 | 2023-12-13T04:11:58.516Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-13T04:11:58.536Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2023-12-13T04:12:01.869Z | + do_assemble_illumos |
300 | 2023-12-13T04:12:01.869Z | + rm -r ./out/cockroachdb |
301 | 2023-12-13T04:12:01.883Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2023-12-13T04:12:02.562Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2023-12-13T04:12:02.839Z | Build Tag: v22.1.9-dirty |
304 | 2023-12-13T04:12:02.839Z | Build Time: 2022/10/26 21:17:46 |
305 | 2023-12-13T04:12:02.839Z | Distribution: OSS |
306 | 2023-12-13T04:12:02.839Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2023-12-13T04:12:02.839Z | Go Version: go1.17.13 |
308 | 2023-12-13T04:12:02.840Z | C Compiler: gcc 10.3.0 |
309 | 2023-12-13T04:12:02.840Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2023-12-13T04:12:02.840Z | Build Type: release |
311 | 2023-12-13T04:12:02.873Z | + set -o errexit |
312 | 2023-12-13T04:12:02.890Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2023-12-13T04:12:02.890Z | ++ cd ./tools |
314 | 2023-12-13T04:12:02.890Z | ++ pwd |
315 | 2023-12-13T04:12:02.890Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2023-12-13T04:12:02.890Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2023-12-13T04:12:02.890Z | + ARG0=ci_download_clickhouse |
318 | 2023-12-13T04:12:02.890Z | + TARGET_DIR=out |
319 | 2023-12-13T04:12:02.890Z | + DOWNLOAD_DIR=out/downloads |
320 | 2023-12-13T04:12:02.891Z | + DEST_DIR=./out/clickhouse |
321 | 2023-12-13T04:12:02.891Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2023-12-13T04:12:02.891Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2023-12-13T04:12:02.891Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2023-12-13T04:12:02.891Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2023-12-13T04:12:02.892Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-12-13T04:12:02.892Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2023-12-13T04:12:02.892Z | + main |
328 | 2023-12-13T04:12:02.892Z | + [[ 0 != 0 ]] |
329 | 2023-12-13T04:12:02.892Z | + CIDL_OS=solaris2.11 |
330 | 2023-12-13T04:12:02.892Z | + [[ 0 != 0 ]] |
331 | 2023-12-13T04:12:02.893Z | + configure_os solaris2.11 |
332 | 2023-12-13T04:12:02.893Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2023-12-13T04:12:02.893Z | current directory: /work/oxidecomputer/omicron |
334 | 2023-12-13T04:12:02.893Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2023-12-13T04:12:02.893Z | + CIDL_DASHREV= |
336 | 2023-12-13T04:12:02.893Z | + case "$1" in |
337 | 2023-12-13T04:12:02.893Z | configuring based on OS: "solaris2.11" |
338 | 2023-12-13T04:12:02.893Z | + CIDL_PLATFORM=illumos |
339 | 2023-12-13T04:12:02.893Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-12-13T04:12:02.894Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2023-12-13T04:12:02.894Z | + CIDL_DASHREV=-1 |
342 | 2023-12-13T04:12:02.894Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2023-12-13T04:12:02.894Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-12-13T04:12:02.894Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-12-13T04:12:02.894Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-13T04:12:02.894Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-12-13T04:12:02.894Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-13T04:12:02.894Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-12-13T04:12:02.895Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-13T04:12:02.895Z | + mkdir -p out/downloads |
351 | 2023-12-13T04:12:02.895Z | + mkdir -p ./out/clickhouse |
352 | 2023-12-13T04:12:02.895Z | + local DO_DOWNLOAD=true |
353 | 2023-12-13T04:12:02.895Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2023-12-13T04:12:02.895Z | + '[' true == true ']' |
355 | 2023-12-13T04:12:02.895Z | + echo Downloading... |
356 | 2023-12-13T04:12:02.896Z | Downloading... |
357 | 2023-12-13T04:12:02.896Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-12-13T04:12:02.896Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-13T04:12:04.700Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-13T04:12:04.715Z | ++ md5sum |
361 | 2023-12-13T04:12:04.715Z | ++ awk '{print $1}' |
362 | 2023-12-13T04:12:04.966Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2023-12-13T04:12:04.966Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2023-12-13T04:12:04.966Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2023-12-13T04:12:05.389Z | + mkdir -p ./out/clickhouse |
366 | 2023-12-13T04:12:05.389Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2023-12-13T04:12:09.758Z | + ./out/clickhouse/clickhouse server --version |
368 | 2023-12-13T04:12:09.800Z | ClickHouse server version 22.8.9.1. |
369 | 2023-12-13T04:12:09.816Z | + set -o errexit |
370 | 2023-12-13T04:12:09.825Z | +++ dirname ./tools/ci_download_console |
371 | 2023-12-13T04:12:09.825Z | ++ cd ./tools |
372 | 2023-12-13T04:12:09.825Z | ++ pwd |
373 | 2023-12-13T04:12:09.825Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2023-12-13T04:12:09.825Z | ++ basename ./tools/ci_download_console |
375 | 2023-12-13T04:12:10.244Z | + ARG0=ci_download_console |
376 | 2023-12-13T04:12:10.244Z | + TARGET_DIR=out |
377 | 2023-12-13T04:12:10.245Z | + DOWNLOAD_DIR=out/downloads |
378 | 2023-12-13T04:12:10.245Z | + DEST_DIR=./out/console-assets |
379 | 2023-12-13T04:12:10.245Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2023-12-13T04:12:10.245Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
381 | 2023-12-13T04:12:10.245Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
382 | 2023-12-13T04:12:10.245Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
383 | 2023-12-13T04:12:10.245Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2023-12-13T04:12:10.245Z | + main |
385 | 2023-12-13T04:12:10.245Z | + [[ 0 != 0 ]] |
386 | 2023-12-13T04:12:10.245Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
387 | 2023-12-13T04:12:10.245Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
388 | 2023-12-13T04:12:10.245Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2023-12-13T04:12:10.246Z | Local file: out/downloads/console.tar.gz |
390 | 2023-12-13T04:12:10.246Z | + local DO_DOWNLOAD=true |
391 | 2023-12-13T04:12:10.246Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2023-12-13T04:12:10.246Z | + mkdir -p out/downloads |
393 | 2023-12-13T04:12:10.246Z | + '[' true == true ']' |
394 | 2023-12-13T04:12:10.246Z | + echo Downloading... |
395 | 2023-12-13T04:12:10.246Z | Downloading... |
396 | 2023-12-13T04:12:10.246Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
397 | 2023-12-13T04:12:10.246Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
398 | 2023-12-13T04:12:10.680Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2023-12-13T04:12:10.680Z | ++ case "$OSTYPE" in |
400 | 2023-12-13T04:12:10.680Z | ++ SHA=sha256sum |
401 | 2023-12-13T04:12:10.708Z | ++ sha256sum |
402 | 2023-12-13T04:12:10.708Z | ++ awk '{print $1}' |
403 | 2023-12-13T04:12:10.708Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
404 | 2023-12-13T04:12:10.708Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
405 | 2023-12-13T04:12:10.708Z | + rm -rf ./out/console-assets |
406 | 2023-12-13T04:12:10.709Z | + mkdir -p ./out/console-assets |
407 | 2023-12-13T04:12:10.709Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2023-12-13T04:12:10.709Z | + mkdir -p ./out/console-assets |
409 | 2023-12-13T04:12:10.709Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2023-12-13T04:12:10.806Z | + set -o errexit |
411 | 2023-12-13T04:12:10.810Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2023-12-13T04:12:10.810Z | ++ cd ./tools |
413 | 2023-12-13T04:12:10.810Z | ++ pwd |
414 | 2023-12-13T04:12:10.815Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2023-12-13T04:12:10.815Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2023-12-13T04:12:10.815Z | + ARG0=ci_download_maghemite_openapi |
417 | 2023-12-13T04:12:10.815Z | + TARGET_DIR=out |
418 | 2023-12-13T04:12:10.815Z | + DOWNLOAD_DIR=out/downloads |
419 | 2023-12-13T04:12:10.816Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2023-12-13T04:12:10.816Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
421 | 2023-12-13T04:12:10.816Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-12-13T04:12:10.817Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
423 | 2023-12-13T04:12:10.817Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
424 | 2023-12-13T04:12:10.817Z | + main |
425 | 2023-12-13T04:12:10.817Z | + [[ 0 != 0 ]] |
426 | 2023-12-13T04:12:10.817Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
427 | 2023-12-13T04:12:10.817Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
428 | 2023-12-13T04:12:10.818Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
429 | 2023-12-13T04:12:10.818Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
430 | 2023-12-13T04:12:10.818Z | + local DO_DOWNLOAD=true |
431 | 2023-12-13T04:12:10.818Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
432 | 2023-12-13T04:12:10.818Z | + mkdir -p out/downloads |
433 | 2023-12-13T04:12:10.822Z | + '[' true == true ']' |
434 | 2023-12-13T04:12:10.822Z | + echo Downloading... |
435 | 2023-12-13T04:12:10.822Z | Downloading... |
436 | 2023-12-13T04:12:10.822Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
437 | 2023-12-13T04:12:10.822Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
438 | 2023-12-13T04:12:11.190Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
439 | 2023-12-13T04:12:11.215Z | ++ case "$OSTYPE" in |
440 | 2023-12-13T04:12:11.216Z | ++ SHA=sha256sum |
441 | 2023-12-13T04:12:11.216Z | ++ sha256sum |
442 | 2023-12-13T04:12:11.216Z | ++ awk '{print $1}' |
443 | 2023-12-13T04:12:11.216Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-12-13T04:12:11.216Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
445 | 2023-12-13T04:12:11.216Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2023-12-13T04:12:11.217Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
447 | 2023-12-13T04:12:11.217Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
448 | 2023-12-13T04:12:11.217Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
449 | 2023-12-13T04:12:11.217Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
450 | 2023-12-13T04:12:11.217Z | + main |
451 | 2023-12-13T04:12:11.217Z | + [[ 0 != 0 ]] |
452 | 2023-12-13T04:12:11.217Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
453 | 2023-12-13T04:12:11.217Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
454 | 2023-12-13T04:12:11.218Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
455 | 2023-12-13T04:12:11.218Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2023-12-13T04:12:11.218Z | + local DO_DOWNLOAD=true |
457 | 2023-12-13T04:12:11.218Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
458 | 2023-12-13T04:12:11.218Z | + mkdir -p out/downloads |
459 | 2023-12-13T04:12:11.218Z | + '[' true == true ']' |
460 | 2023-12-13T04:12:11.218Z | + echo Downloading... |
461 | 2023-12-13T04:12:11.218Z | Downloading... |
462 | 2023-12-13T04:12:11.219Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2023-12-13T04:12:11.219Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
464 | 2023-12-13T04:12:12.318Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-13T04:12:12.334Z | ++ case "$OSTYPE" in |
466 | 2023-12-13T04:12:12.334Z | ++ SHA=sha256sum |
467 | 2023-12-13T04:12:12.334Z | ++ sha256sum |
468 | 2023-12-13T04:12:12.334Z | ++ awk '{print $1}' |
469 | 2023-12-13T04:12:12.335Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
470 | 2023-12-13T04:12:12.335Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
471 | 2023-12-13T04:12:12.335Z | + set -o errexit |
472 | 2023-12-13T04:12:12.335Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2023-12-13T04:12:12.335Z | ++ cd ./tools |
474 | 2023-12-13T04:12:12.335Z | ++ pwd |
475 | 2023-12-13T04:12:12.335Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2023-12-13T04:12:12.335Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2023-12-13T04:12:12.335Z | + ARG0=ci_download_dendrite_openapi |
478 | 2023-12-13T04:12:12.335Z | + TARGET_DIR=out |
479 | 2023-12-13T04:12:12.335Z | + DOWNLOAD_DIR=out/downloads |
480 | 2023-12-13T04:12:12.335Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-12-13T04:12:12.335Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
482 | 2023-12-13T04:12:12.336Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
483 | 2023-12-13T04:12:12.336Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
484 | 2023-12-13T04:12:12.336Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
485 | 2023-12-13T04:12:12.336Z | + main |
486 | 2023-12-13T04:12:12.336Z | + [[ 0 != 0 ]] |
487 | 2023-12-13T04:12:12.336Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
488 | 2023-12-13T04:12:12.336Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
489 | 2023-12-13T04:12:12.336Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
490 | 2023-12-13T04:12:12.336Z | + local DO_DOWNLOAD=true |
491 | 2023-12-13T04:12:12.337Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
492 | 2023-12-13T04:12:12.337Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
493 | 2023-12-13T04:12:12.349Z | + mkdir -p out/downloads |
494 | 2023-12-13T04:12:12.349Z | + '[' true == true ']' |
495 | 2023-12-13T04:12:12.350Z | + echo Downloading... |
496 | 2023-12-13T04:12:12.350Z | Downloading... |
497 | 2023-12-13T04:12:12.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
498 | 2023-12-13T04:12:12.350Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
499 | 2023-12-13T04:12:13.132Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
500 | 2023-12-13T04:12:13.136Z | ++ case "$OSTYPE" in |
501 | 2023-12-13T04:12:13.136Z | ++ SHA=sha256sum |
502 | 2023-12-13T04:12:13.136Z | ++ sha256sum |
503 | 2023-12-13T04:12:13.136Z | ++ awk '{print $1}' |
504 | 2023-12-13T04:12:13.141Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
505 | 2023-12-13T04:12:13.141Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
506 | 2023-12-13T04:12:13.153Z | + set -o errexit |
507 | 2023-12-13T04:12:13.158Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2023-12-13T04:12:13.158Z | ++ cd ./tools |
509 | 2023-12-13T04:12:13.158Z | ++ pwd |
510 | 2023-12-13T04:12:13.158Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2023-12-13T04:12:13.158Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2023-12-13T04:12:13.158Z | + ARG0=ci_download_dendrite_stub |
513 | 2023-12-13T04:12:13.158Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2023-12-13T04:12:13.158Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
515 | 2023-12-13T04:12:13.158Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
516 | 2023-12-13T04:12:13.158Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
517 | 2023-12-13T04:12:13.158Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2023-12-13T04:12:13.158Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
519 | 2023-12-13T04:12:13.159Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
520 | 2023-12-13T04:12:13.159Z | + TARGET_DIR=out |
521 | 2023-12-13T04:12:13.159Z | + DOWNLOAD_DIR=out/downloads |
522 | 2023-12-13T04:12:13.159Z | + DEST_DIR=./out/dendrite-stub |
523 | 2023-12-13T04:12:13.159Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2023-12-13T04:12:13.159Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2023-12-13T04:12:13.159Z | + REPO=oxidecomputer/dendrite |
526 | 2023-12-13T04:12:13.159Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
527 | 2023-12-13T04:12:13.159Z | + main |
528 | 2023-12-13T04:12:13.159Z | + [[ 0 != 0 ]] |
529 | 2023-12-13T04:12:13.159Z | + CIDL_OS=solaris2.11 |
530 | 2023-12-13T04:12:13.159Z | + [[ 0 != 0 ]] |
531 | 2023-12-13T04:12:13.159Z | + configure_os solaris2.11 |
532 | 2023-12-13T04:12:13.159Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2023-12-13T04:12:13.159Z | current directory: /work/oxidecomputer/omicron |
534 | 2023-12-13T04:12:13.159Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2023-12-13T04:12:13.159Z | + case "$1" in |
536 | 2023-12-13T04:12:13.159Z | + SET_BINARIES= |
537 | 2023-12-13T04:12:13.159Z | configuring based on OS: "solaris2.11" |
538 | 2023-12-13T04:12:13.159Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
539 | 2023-12-13T04:12:13.159Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2023-12-13T04:12:13.159Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2023-12-13T04:12:13.159Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
542 | 2023-12-13T04:12:13.160Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2023-12-13T04:12:13.160Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
544 | 2023-12-13T04:12:13.160Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
545 | 2023-12-13T04:12:13.160Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2023-12-13T04:12:13.160Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2023-12-13T04:12:13.160Z | + mkdir -p out/downloads |
548 | 2023-12-13T04:12:13.163Z | + mkdir -p ./out/dendrite-stub |
549 | 2023-12-13T04:12:13.163Z | + fetch_and_verify |
550 | 2023-12-13T04:12:13.163Z | + local DO_DOWNLOAD=true |
551 | 2023-12-13T04:12:13.164Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2023-12-13T04:12:13.164Z | + '[' true == true ']' |
553 | 2023-12-13T04:12:13.164Z | + echo Downloading... |
554 | 2023-12-13T04:12:13.164Z | Downloading... |
555 | 2023-12-13T04:12:13.164Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2023-12-13T04:12:13.164Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
557 | 2023-12-13T04:12:29.557Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-13T04:12:29.576Z | ++ sha256sum |
559 | 2023-12-13T04:12:29.577Z | ++ awk '{print $1}' |
560 | 2023-12-13T04:12:29.651Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
561 | 2023-12-13T04:12:29.651Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
562 | 2023-12-13T04:12:29.662Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-13T04:12:29.662Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2023-12-13T04:12:31.173Z | + do_assemble |
565 | 2023-12-13T04:12:31.173Z | + rm -r ./out/dendrite-stub |
566 | 2023-12-13T04:12:31.195Z | + mkdir ./out/dendrite-stub |
567 | 2023-12-13T04:12:31.195Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2023-12-13T04:12:31.195Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2023-12-13T04:12:31.196Z | + set -o errexit |
570 | 2023-12-13T04:12:31.196Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2023-12-13T04:12:31.196Z | ++ cd ./tools |
572 | 2023-12-13T04:12:31.196Z | ++ pwd |
573 | 2023-12-13T04:12:31.196Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2023-12-13T04:12:31.196Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2023-12-13T04:12:31.196Z | + ARG0=ci_download_maghemite_mgd |
576 | 2023-12-13T04:12:31.197Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2023-12-13T04:12:31.197Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
578 | 2023-12-13T04:12:31.197Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
579 | 2023-12-13T04:12:31.197Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2023-12-13T04:12:31.197Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
581 | 2023-12-13T04:12:31.197Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
582 | 2023-12-13T04:12:31.198Z | + TARGET_DIR=out |
583 | 2023-12-13T04:12:31.198Z | + DOWNLOAD_DIR=out/downloads |
584 | 2023-12-13T04:12:31.198Z | + DEST_DIR=./out/mgd |
585 | 2023-12-13T04:12:31.198Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2023-12-13T04:12:31.198Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2023-12-13T04:12:31.198Z | + REPO=oxidecomputer/maghemite |
588 | 2023-12-13T04:12:31.198Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
589 | 2023-12-13T04:12:31.199Z | + main |
590 | 2023-12-13T04:12:31.199Z | + [[ 0 != 0 ]] |
591 | 2023-12-13T04:12:31.199Z | + CIDL_OS=solaris2.11 |
592 | 2023-12-13T04:12:31.199Z | + [[ 0 != 0 ]] |
593 | 2023-12-13T04:12:31.199Z | + configure_os solaris2.11 |
594 | 2023-12-13T04:12:31.199Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2023-12-13T04:12:31.199Z | current directory: /work/oxidecomputer/omicron |
596 | 2023-12-13T04:12:31.200Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2023-12-13T04:12:31.200Z | + case "$1" in |
598 | 2023-12-13T04:12:31.200Z | + SET_BINARIES= |
599 | 2023-12-13T04:12:31.200Z | configuring based on OS: "solaris2.11" |
600 | 2023-12-13T04:12:31.200Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2023-12-13T04:12:31.200Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2023-12-13T04:12:31.200Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
603 | 2023-12-13T04:12:31.200Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2023-12-13T04:12:31.201Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
605 | 2023-12-13T04:12:31.201Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
606 | 2023-12-13T04:12:31.201Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2023-12-13T04:12:31.201Z | Local file: out/downloads/mgd.tar.gz |
608 | 2023-12-13T04:12:31.201Z | + mkdir -p out/downloads |
609 | 2023-12-13T04:12:31.201Z | + mkdir -p ./out/mgd |
610 | 2023-12-13T04:12:31.202Z | + fetch_and_verify |
611 | 2023-12-13T04:12:31.202Z | + local DO_DOWNLOAD=true |
612 | 2023-12-13T04:12:31.202Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2023-12-13T04:12:31.202Z | + '[' true == true ']' |
614 | 2023-12-13T04:12:31.202Z | + echo Downloading... |
615 | 2023-12-13T04:12:31.202Z | Downloading... |
616 | 2023-12-13T04:12:31.202Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2023-12-13T04:12:31.203Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
618 | 2023-12-13T04:12:44.058Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2023-12-13T04:12:44.070Z | ++ sha256sum |
620 | 2023-12-13T04:12:44.071Z | ++ awk '{print $1}' |
621 | 2023-12-13T04:12:44.142Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
622 | 2023-12-13T04:12:44.142Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
623 | 2023-12-13T04:12:44.158Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2023-12-13T04:12:44.158Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2023-12-13T04:12:44.818Z | + do_assemble |
626 | 2023-12-13T04:12:44.819Z | + rm -r ./out/mgd |
627 | 2023-12-13T04:12:44.822Z | + mkdir ./out/mgd |
628 | 2023-12-13T04:12:44.822Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2023-12-13T04:12:45.013Z | + set -o errexit |
630 | 2023-12-13T04:12:45.017Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2023-12-13T04:12:45.017Z | ++ cd ./tools |
632 | 2023-12-13T04:12:45.017Z | ++ pwd |
633 | 2023-12-13T04:12:45.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2023-12-13T04:12:45.021Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2023-12-13T04:12:45.022Z | + ARG0=ci_download_transceiver_control |
636 | 2023-12-13T04:12:45.022Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2023-12-13T04:12:45.022Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-12-13T04:12:45.022Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-12-13T04:12:45.022Z | + TARGET_DIR=out |
640 | 2023-12-13T04:12:45.022Z | + DOWNLOAD_DIR=out/downloads |
641 | 2023-12-13T04:12:45.022Z | + DEST_DIR=./out/transceiver-control |
642 | 2023-12-13T04:12:45.022Z | + BIN_DIR=/opt/oxide/bin |
643 | 2023-12-13T04:12:45.022Z | + BINARY=xcvradm |
644 | 2023-12-13T04:12:45.022Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2023-12-13T04:12:45.022Z | + REPO=oxidecomputer/transceiver-control |
646 | 2023-12-13T04:12:45.022Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2023-12-13T04:12:45.023Z | + main |
648 | 2023-12-13T04:12:45.026Z | + [[ 0 != 0 ]] |
649 | 2023-12-13T04:12:45.026Z | + CIDL_OS=solaris2.11 |
650 | 2023-12-13T04:12:45.026Z | + [[ 0 != 0 ]] |
651 | 2023-12-13T04:12:45.027Z | + configure_os solaris2.11 |
652 | 2023-12-13T04:12:45.027Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2023-12-13T04:12:45.027Z | current directory: /work/oxidecomputer/omicron |
654 | 2023-12-13T04:12:45.027Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2023-12-13T04:12:45.027Z | configuring based on OS: "solaris2.11" |
656 | 2023-12-13T04:12:45.027Z | + case "$1" in |
657 | 2023-12-13T04:12:45.027Z | + SET_BINARIES= |
658 | 2023-12-13T04:12:45.027Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-12-13T04:12:45.027Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2023-12-13T04:12:45.027Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2023-12-13T04:12:45.027Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-12-13T04:12:45.027Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2023-12-13T04:12:45.027Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2023-12-13T04:12:45.027Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-12-13T04:12:45.028Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2023-12-13T04:12:45.028Z | + mkdir -p out/downloads |
667 | 2023-12-13T04:12:45.028Z | Local file: out/downloads/xcvradm.gz |
668 | 2023-12-13T04:12:45.028Z | + mkdir -p ./out/transceiver-control |
669 | 2023-12-13T04:12:45.034Z | + fetch_and_verify |
670 | 2023-12-13T04:12:45.034Z | + local DO_DOWNLOAD=true |
671 | 2023-12-13T04:12:45.034Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2023-12-13T04:12:45.034Z | + '[' true == true ']' |
673 | 2023-12-13T04:12:45.034Z | + echo Downloading... |
674 | 2023-12-13T04:12:45.034Z | Downloading... |
675 | 2023-12-13T04:12:45.034Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2023-12-13T04:12:45.035Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2023-12-13T04:12:48.493Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2023-12-13T04:12:48.510Z | ++ sha256sum |
679 | 2023-12-13T04:12:48.510Z | ++ awk '{print $1}' |
680 | 2023-12-13T04:12:48.522Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-12-13T04:12:48.522Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2023-12-13T04:12:48.522Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2023-12-13T04:12:48.522Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2023-12-13T04:12:48.944Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2023-12-13T04:12:48.966Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2023-12-13T04:12:48.966Z | + do_assemble |
687 | 2023-12-13T04:12:48.966Z | + rm -r ./out/transceiver-control |
688 | 2023-12-13T04:12:48.966Z | + mkdir ./out/transceiver-control |
689 | 2023-12-13T04:12:48.966Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2023-12-13T04:12:48.967Z | All prerequisites installed successfully |
691 | 2023-12-13T04:12:48.967Z | |
692 | 2023-12-13T04:12:48.967Z | real 2:14.638539646 |
693 | 2023-12-13T04:12:48.967Z | user 55.408107043 |
694 | 2023-12-13T04:12:48.968Z | sys 10.373216573 |
695 | 2023-12-13T04:12:48.968Z | trap 0.019691184 |
696 | 2023-12-13T04:12:48.968Z | tflt 0.183320981 |
697 | 2023-12-13T04:12:48.968Z | dflt 0.799112019 |
698 | 2023-12-13T04:12:48.968Z | kflt 0.142255395 |
699 | 2023-12-13T04:12:48.969Z | lock 1.824707403 |
700 | 2023-12-13T04:12:48.969Z | slp 4:25.929861642 |
701 | 2023-12-13T04:12:48.969Z | lat 3.583497420 |
702 | 2023-12-13T04:12:48.969Z | stop 0.060515092 |
703 | 2023-12-13T04:12:48.969Z | + banner end-to-end-tests |
704 | 2023-12-13T04:12:48.969Z | |
705 | 2023-12-13T04:12:48.969Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2023-12-13T04:12:48.969Z | # ## # # # # # # # ## # # # |
707 | 2023-12-13T04:12:48.969Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2023-12-13T04:12:48.969Z | # # # # # # # # # # # # # # # |
709 | 2023-12-13T04:12:48.969Z | # # ## # # # # # # # ## # # |
710 | 2023-12-13T04:12:48.969Z | ###### # # ##### # #### ###### # # ##### |
711 | 2023-12-13T04:12:48.969Z | |
712 | 2023-12-13T04:12:48.969Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2023-12-13T04:12:48.969Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2023-12-13T04:12:48.969Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2023-12-13T04:12:48.969Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2023-12-13T04:12:48.969Z | + export CARGO_INCREMENTAL=0 |
717 | 2023-12-13T04:12:48.969Z | + CARGO_INCREMENTAL=0 |
718 | 2023-12-13T04:12:48.969Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2023-12-13T04:12:49.298Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2023-12-13T04:12:50.827Z | Updating crates.io index |
721 | 2023-12-13T04:12:50.905Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
722 | 2023-12-13T04:12:51.705Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
723 | 2023-12-13T04:12:56.875Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
724 | 2023-12-13T04:12:57.113Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
725 | 2023-12-13T04:12:57.113Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
726 | 2023-12-13T04:12:57.113Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
727 | 2023-12-13T04:12:57.113Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
728 | 2023-12-13T04:12:57.113Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
729 | 2023-12-13T04:12:58.331Z | Updating git repository `https://github.com/oxidecomputer/opte` |
730 | 2023-12-13T04:12:59.340Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
731 | 2023-12-13T04:12:59.689Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
732 | 2023-12-13T04:13:00.259Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
733 | 2023-12-13T04:13:00.718Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2023-12-13T04:13:01.204Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2023-12-13T04:13:01.466Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2023-12-13T04:13:01.782Z | Updating git repository `https://github.com/njaremko/samael` |
737 | 2023-12-13T04:13:02.439Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2023-12-13T04:13:03.010Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2023-12-13T04:13:03.405Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2023-12-13T04:13:03.775Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2023-12-13T04:13:06.119Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2023-12-13T04:13:06.678Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2023-12-13T04:13:07.669Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2023-12-13T04:13:08.021Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2023-12-13T04:13:08.309Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2023-12-13T04:13:10.058Z | Downloading crates ... |
747 | 2023-12-13T04:13:10.758Z | Downloaded adler v1.0.2 |
748 | 2023-12-13T04:13:11.701Z | Downloaded dirs-sys-next v0.1.2 |
749 | 2023-12-13T04:13:11.701Z | Downloaded der_derive v0.7.2 |
750 | 2023-12-13T04:13:11.702Z | Downloaded derive_more v0.99.17 |
751 | 2023-12-13T04:13:11.702Z | Downloaded digest v0.10.7 |
752 | 2023-12-13T04:13:11.702Z | Downloaded aead v0.5.2 |
753 | 2023-12-13T04:13:11.702Z | Downloaded aes-gcm v0.10.3 |
754 | 2023-12-13T04:13:11.702Z | Downloaded crucible-workspace-hack v0.1.0 |
755 | 2023-12-13T04:13:11.702Z | Downloaded anstyle-parse v0.2.1 |
756 | 2023-12-13T04:13:11.702Z | Downloaded anstyle v1.0.2 |
757 | 2023-12-13T04:13:11.702Z | Downloaded aho-corasick v1.0.4 |
758 | 2023-12-13T04:13:11.702Z | Downloaded mime_guess v2.0.4 |
759 | 2023-12-13T04:13:11.703Z | Downloaded num v0.4.1 |
760 | 2023-12-13T04:13:11.703Z | Downloaded bit-vec v0.6.3 |
761 | 2023-12-13T04:13:11.703Z | Downloaded num-bigint v0.4.4 |
762 | 2023-12-13T04:13:11.703Z | Downloaded num_threads v0.1.6 |
763 | 2023-12-13T04:13:11.703Z | Downloaded num_enum_derive v0.5.11 |
764 | 2023-12-13T04:13:11.703Z | Downloaded num-traits v0.2.16 |
765 | 2023-12-13T04:13:11.703Z | Downloaded byteorder v1.5.0 |
766 | 2023-12-13T04:13:11.704Z | Downloaded object v0.32.1 |
767 | 2023-12-13T04:13:11.704Z | Downloaded omicron-zone-package v0.9.1 |
768 | 2023-12-13T04:13:11.704Z | Downloaded cipher v0.4.4 |
769 | 2023-12-13T04:13:11.704Z | Downloaded atomic-waker v1.1.1 |
770 | 2023-12-13T04:13:11.704Z | Downloaded blake2 v0.10.6 |
771 | 2023-12-13T04:13:11.704Z | Downloaded postcard v1.0.8 |
772 | 2023-12-13T04:13:11.704Z | Downloaded cfg-if v1.0.0 |
773 | 2023-12-13T04:13:11.704Z | Downloaded option-ext v0.2.0 |
774 | 2023-12-13T04:13:11.705Z | Downloaded owo-colors v3.5.0 |
775 | 2023-12-13T04:13:11.705Z | Downloaded parking_lot v0.11.2 |
776 | 2023-12-13T04:13:11.705Z | Downloaded parking_lot_core v0.9.8 |
777 | 2023-12-13T04:13:11.705Z | Downloaded clap v2.34.0 |
778 | 2023-12-13T04:13:11.705Z | Downloaded paste v1.0.14 |
779 | 2023-12-13T04:13:11.706Z | Downloaded pbkdf2 v0.11.0 |
780 | 2023-12-13T04:13:11.706Z | Downloaded pem v3.0.2 |
781 | 2023-12-13T04:13:11.706Z | Downloaded defmt v0.3.5 |
782 | 2023-12-13T04:13:11.706Z | Downloaded deranged v0.3.8 |
783 | 2023-12-13T04:13:11.706Z | Downloaded convert_case v0.4.0 |
784 | 2023-12-13T04:13:11.706Z | Downloaded ciborium-ll v0.2.1 |
785 | 2023-12-13T04:13:11.706Z | Downloaded bstr v0.2.17 |
786 | 2023-12-13T04:13:11.706Z | Downloaded zip v0.6.6 |
787 | 2023-12-13T04:13:11.706Z | Downloaded bstr v1.6.0 |
788 | 2023-12-13T04:13:11.706Z | Downloaded pbkdf2 v0.12.2 |
789 | 2023-12-13T04:13:11.706Z | Downloaded ecdsa v0.16.9 |
790 | 2023-12-13T04:13:11.706Z | Downloaded matches v0.1.10 |
791 | 2023-12-13T04:13:11.706Z | Downloaded dyn-clone v1.0.13 |
792 | 2023-12-13T04:13:11.706Z | Downloaded heapless v0.7.16 |
793 | 2023-12-13T04:13:11.707Z | Downloaded cstr-argument v0.1.2 |
794 | 2023-12-13T04:13:11.707Z | Downloaded crc32fast v1.3.2 |
795 | 2023-12-13T04:13:11.707Z | Downloaded colorchoice v1.0.0 |
796 | 2023-12-13T04:13:11.707Z | Downloaded reqwest v0.11.22 |
797 | 2023-12-13T04:13:11.707Z | Downloaded data-encoding v2.4.0 |
798 | 2023-12-13T04:13:11.707Z | Downloaded clap_lex v0.5.1 |
799 | 2023-12-13T04:13:11.707Z | Downloaded defmt-macros v0.3.6 |
800 | 2023-12-13T04:13:11.707Z | Downloaded hmac v0.12.1 |
801 | 2023-12-13T04:13:11.707Z | Downloaded serde_tokenstream v0.1.7 |
802 | 2023-12-13T04:13:11.708Z | Downloaded hubpack_derive v0.1.1 |
803 | 2023-12-13T04:13:11.708Z | Downloaded untrusted v0.9.0 |
804 | 2023-12-13T04:13:11.708Z | Downloaded rustfmt-wrapper v0.2.0 |
805 | 2023-12-13T04:13:11.708Z | Downloaded hashbrown v0.12.3 |
806 | 2023-12-13T04:13:11.708Z | Downloaded rcgen v0.11.3 |
807 | 2023-12-13T04:13:11.708Z | Downloaded hostname v0.3.1 |
808 | 2023-12-13T04:13:11.708Z | Downloaded hex-literal v0.4.1 |
809 | 2023-12-13T04:13:11.709Z | Downloaded http v0.2.11 |
810 | 2023-12-13T04:13:11.709Z | Downloaded ed25519 v2.2.2 |
811 | 2023-12-13T04:13:11.709Z | Downloaded serde_derive_internals v0.26.0 |
812 | 2023-12-13T04:13:11.709Z | Downloaded getopts v0.2.21 |
813 | 2023-12-13T04:13:11.709Z | Downloaded foreign-types-macros v0.2.3 |
814 | 2023-12-13T04:13:11.709Z | Downloaded hyper v0.14.27 |
815 | 2023-12-13T04:13:11.709Z | Downloaded fallible-iterator v0.2.0 |
816 | 2023-12-13T04:13:11.709Z | Downloaded errno v0.3.2 |
817 | 2023-12-13T04:13:11.709Z | Downloaded unicode-normalization v0.1.22 |
818 | 2023-12-13T04:13:11.709Z | Downloaded itertools v0.10.5 |
819 | 2023-12-13T04:13:11.709Z | Downloaded lazy_static v1.4.0 |
820 | 2023-12-13T04:13:11.709Z | Downloaded kstat-rs v0.2.3 |
821 | 2023-12-13T04:13:11.710Z | Downloaded lalrpop-util v0.19.12 |
822 | 2023-12-13T04:13:11.710Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
823 | 2023-12-13T04:13:11.710Z | Downloaded schemars v0.8.13 |
824 | 2023-12-13T04:13:11.710Z | Downloaded webpki-roots v0.25.2 |
825 | 2023-12-13T04:13:11.710Z | Downloaded slog-dtrace v0.2.3 |
826 | 2023-12-13T04:13:11.710Z | Downloaded yasna v0.5.2 |
827 | 2023-12-13T04:13:11.710Z | Downloaded float-cmp v0.9.0 |
828 | 2023-12-13T04:13:11.710Z | Downloaded filetime v0.2.23 |
829 | 2023-12-13T04:13:11.710Z | Downloaded trust-dns-resolver v0.22.0 |
830 | 2023-12-13T04:13:11.710Z | Downloaded waitgroup v0.1.2 |
831 | 2023-12-13T04:13:11.711Z | Downloaded walkdir v2.4.0 |
832 | 2023-12-13T04:13:11.711Z | Downloaded zerocopy v0.6.4 |
833 | 2023-12-13T04:13:11.711Z | Downloaded signal-hook-registry v1.4.1 |
834 | 2023-12-13T04:13:11.711Z | Downloaded rustc-demangle v0.1.23 |
835 | 2023-12-13T04:13:11.711Z | Downloaded regex v1.10.2 |
836 | 2023-12-13T04:13:11.711Z | Downloaded zeroize v1.7.0 |
837 | 2023-12-13T04:13:11.711Z | Downloaded unsafe-libyaml v0.2.9 |
838 | 2023-12-13T04:13:11.711Z | Downloaded universal-hash v0.5.1 |
839 | 2023-12-13T04:13:11.711Z | Downloaded zerocopy v0.7.26 |
840 | 2023-12-13T04:13:11.711Z | Downloaded structmeta-derive v0.2.0 |
841 | 2023-12-13T04:13:11.711Z | Downloaded structmeta v0.2.0 |
842 | 2023-12-13T04:13:11.711Z | Downloaded strsim v0.10.0 |
843 | 2023-12-13T04:13:11.711Z | Downloaded tinyvec_macros v0.1.1 |
844 | 2023-12-13T04:13:11.712Z | Downloaded sha1 v0.10.6 |
845 | 2023-12-13T04:13:11.712Z | Downloaded unicode-ident v1.0.12 |
846 | 2023-12-13T04:13:11.712Z | Downloaded serde_with v3.4.0 |
847 | 2023-12-13T04:13:11.712Z | Downloaded syn v2.0.32 |
848 | 2023-12-13T04:13:11.804Z | Downloaded toml_datetime v0.6.5 |
849 | 2023-12-13T04:13:11.805Z | Downloaded dof v0.1.5 |
850 | 2023-12-13T04:13:11.805Z | Downloaded doc-comment v0.3.3 |
851 | 2023-12-13T04:13:11.805Z | Downloaded zone v0.3.0 |
852 | 2023-12-13T04:13:11.805Z | Downloaded toml_edit v0.19.15 |
853 | 2023-12-13T04:13:11.805Z | Downloaded linked-hash-map v0.5.6 |
854 | 2023-12-13T04:13:11.805Z | Downloaded spin v0.9.8 |
855 | 2023-12-13T04:13:11.806Z | Downloaded snafu-derive v0.7.5 |
856 | 2023-12-13T04:13:11.806Z | Downloaded linear-map v1.2.0 |
857 | 2023-12-13T04:13:11.806Z | Downloaded foreign-types v0.3.2 |
858 | 2023-12-13T04:13:11.806Z | Downloaded fnv v1.0.7 |
859 | 2023-12-13T04:13:11.806Z | Downloaded russh v0.40.0 |
860 | 2023-12-13T04:13:11.806Z | Downloaded unicode-xid v0.2.4 |
861 | 2023-12-13T04:13:11.806Z | Downloaded thread_local v1.1.7 |
862 | 2023-12-13T04:13:11.807Z | Downloaded thread-id v4.2.0 |
863 | 2023-12-13T04:13:11.807Z | Downloaded itertools v0.12.0 |
864 | 2023-12-13T04:13:11.807Z | Downloaded rfc6979 v0.4.0 |
865 | 2023-12-13T04:13:11.807Z | Downloaded ff v0.13.0 |
866 | 2023-12-13T04:13:11.807Z | Downloaded embedded-io v0.4.0 |
867 | 2023-12-13T04:13:11.807Z | Downloaded time v0.3.27 |
868 | 2023-12-13T04:13:11.808Z | Downloaded elliptic-curve v0.13.8 |
869 | 2023-12-13T04:13:11.808Z | Downloaded rand_core v0.6.4 |
870 | 2023-12-13T04:13:11.808Z | Downloaded semver v1.0.20 |
871 | 2023-12-13T04:13:11.808Z | Downloaded secrecy v0.8.0 |
872 | 2023-12-13T04:13:11.808Z | Downloaded sec1 v0.7.3 |
873 | 2023-12-13T04:13:11.808Z | Downloaded rustls v0.21.9 |
874 | 2023-12-13T04:13:11.808Z | Downloaded schemars_derive v0.8.13 |
875 | 2023-12-13T04:13:11.808Z | Downloaded rustls-native-certs v0.6.3 |
876 | 2023-12-13T04:13:11.809Z | Downloaded glob v0.3.1 |
877 | 2023-12-13T04:13:11.809Z | Downloaded socket2 v0.4.9 |
878 | 2023-12-13T04:13:11.809Z | Downloaded futures-sink v0.3.29 |
879 | 2023-12-13T04:13:11.809Z | Downloaded h2 v0.3.21 |
880 | 2023-12-13T04:13:11.809Z | Downloaded tokio-tungstenite v0.20.1 |
881 | 2023-12-13T04:13:11.809Z | Downloaded russh-keys v0.40.0 |
882 | 2023-12-13T04:13:11.810Z | Downloaded tokio-stream v0.1.14 |
883 | 2023-12-13T04:13:11.810Z | Downloaded spin v0.5.2 |
884 | 2023-12-13T04:13:11.810Z | Downloaded slab v0.4.9 |
885 | 2023-12-13T04:13:11.810Z | Downloaded smallvec v1.11.2 |
886 | 2023-12-13T04:13:11.810Z | Downloaded stringprep v0.1.3 |
887 | 2023-12-13T04:13:11.810Z | Downloaded futures-task v0.3.29 |
888 | 2023-12-13T04:13:11.811Z | Downloaded subprocess v0.2.9 |
889 | 2023-12-13T04:13:11.811Z | Downloaded scheduled-thread-pool v0.2.7 |
890 | 2023-12-13T04:13:11.811Z | Downloaded subtle v2.5.0 |
891 | 2023-12-13T04:13:11.811Z | Downloaded smf v0.2.2 |
892 | 2023-12-13T04:13:11.811Z | Downloaded swrite v0.1.0 |
893 | 2023-12-13T04:13:11.811Z | Downloaded strum_macros v0.25.2 |
894 | 2023-12-13T04:13:11.812Z | Downloaded strum v0.25.0 |
895 | 2023-12-13T04:13:11.812Z | Downloaded slog-json v2.6.1 |
896 | 2023-12-13T04:13:11.812Z | Downloaded slog-scope v4.4.0 |
897 | 2023-12-13T04:13:11.812Z | Downloaded either v1.9.0 |
898 | 2023-12-13T04:13:11.813Z | Downloaded tracing-core v0.1.31 |
899 | 2023-12-13T04:13:11.813Z | Downloaded zone_cfg_derive v0.3.0 |
900 | 2023-12-13T04:13:11.813Z | Downloaded vsss-rs v3.3.2 |
901 | 2023-12-13T04:13:11.813Z | Downloaded rustls-pemfile v1.0.3 |
902 | 2023-12-13T04:13:11.813Z | Downloaded sled v0.34.7 |
903 | 2023-12-13T04:13:11.813Z | Downloaded rustc_version v0.4.0 |
904 | 2023-12-13T04:13:11.813Z | Downloaded slog-envlogger v2.2.0 |
905 | 2023-12-13T04:13:11.814Z | Downloaded getrandom v0.2.10 |
906 | 2023-12-13T04:13:11.814Z | Downloaded ed25519-dalek v2.0.0 |
907 | 2023-12-13T04:13:11.814Z | Downloaded smoltcp v0.9.1 |
908 | 2023-12-13T04:13:11.814Z | Downloaded indexmap v1.9.3 |
909 | 2023-12-13T04:13:11.814Z | Downloaded flagset v0.4.3 |
910 | 2023-12-13T04:13:11.814Z | Downloaded flate2 v1.0.28 |
911 | 2023-12-13T04:13:11.814Z | Downloaded hyper-tls v0.5.0 |
912 | 2023-12-13T04:13:11.815Z | Downloaded fixedbitset v0.4.2 |
913 | 2023-12-13T04:13:11.815Z | Downloaded instant v0.1.12 |
914 | 2023-12-13T04:13:11.815Z | Downloaded iana-time-zone v0.1.57 |
915 | 2023-12-13T04:13:11.815Z | Downloaded winapi v0.3.9 |
916 | 2023-12-13T04:13:11.815Z | Downloaded hyper-staticfile v0.9.5 |
917 | 2023-12-13T04:13:11.815Z | Downloaded smoltcp v0.10.0 |
918 | 2023-12-13T04:13:11.816Z | Downloaded zerocopy-derive v0.2.0 |
919 | 2023-12-13T04:13:11.816Z | Downloaded tokio v1.35.0 |
920 | 2023-12-13T04:13:11.816Z | Downloaded trust-dns-proto v0.22.0 |
921 | 2023-12-13T04:13:11.816Z | Downloaded regex-syntax v0.8.2 |
922 | 2023-12-13T04:13:11.816Z | Downloaded idna v0.5.0 |
923 | 2023-12-13T04:13:11.816Z | Downloaded regex-syntax v0.7.5 |
924 | 2023-12-13T04:13:11.817Z | Downloaded libc v0.2.151 |
925 | 2023-12-13T04:13:11.817Z | Downloaded zerocopy-derive v0.6.4 |
926 | 2023-12-13T04:13:11.817Z | Downloaded regex-automata v0.3.8 |
927 | 2023-12-13T04:13:11.817Z | Downloaded regex-automata v0.4.3 |
928 | 2023-12-13T04:13:11.817Z | Downloaded sha3 v0.10.8 |
929 | 2023-12-13T04:13:11.817Z | Downloaded zerocopy-derive v0.7.26 |
930 | 2023-12-13T04:13:12.017Z | Downloaded encoding_rs v0.8.33 |
931 | 2023-12-13T04:13:12.017Z | Downloaded take_mut v0.2.2 |
932 | 2023-12-13T04:13:12.017Z | Downloaded serde v1.0.193 |
933 | 2023-12-13T04:13:12.017Z | Downloaded semver-parser v0.10.2 |
934 | 2023-12-13T04:13:12.017Z | Downloaded idna v0.2.3 |
935 | 2023-12-13T04:13:12.019Z | Downloaded slog-stdlog v4.1.1 |
936 | 2023-12-13T04:13:12.019Z | Downloaded keccak v0.1.4 |
937 | 2023-12-13T04:13:12.019Z | Downloaded siphasher v0.3.11 |
938 | 2023-12-13T04:13:12.019Z | Downloaded serde_tokenstream v0.2.0 |
939 | 2023-12-13T04:13:12.019Z | Downloaded slog-async v2.8.0 |
940 | 2023-12-13T04:13:12.020Z | Downloaded regress v0.7.1 |
941 | 2023-12-13T04:13:12.020Z | Downloaded ring v0.16.20 |
942 | 2023-12-13T04:13:12.034Z | Downloaded string_cache v0.8.7 |
943 | 2023-12-13T04:13:12.034Z | Downloaded synstructure v0.12.6 |
944 | 2023-12-13T04:13:12.034Z | Downloaded rustversion v1.0.14 |
945 | 2023-12-13T04:13:12.034Z | Downloaded rustls-webpki v0.101.7 |
946 | 2023-12-13T04:13:12.034Z | Downloaded getrandom v0.1.16 |
947 | 2023-12-13T04:13:12.035Z | Downloaded tokio-util v0.7.10 |
948 | 2023-12-13T04:13:12.468Z | Downloaded tokio-native-tls v0.3.1 |
949 | 2023-12-13T04:13:12.469Z | Downloaded tokio-macros v2.2.0 |
950 | 2023-12-13T04:13:13.039Z | Downloaded lock_api v0.4.10 |
951 | 2023-12-13T04:13:13.039Z | Downloaded rustix v0.38.25 |
952 | 2023-12-13T04:13:13.039Z | Downloaded time-core v0.1.1 |
953 | 2023-12-13T04:13:13.040Z | Downloaded thiserror-impl v1.0.49 |
954 | 2023-12-13T04:13:13.040Z | Downloaded thiserror v1.0.49 |
955 | 2023-12-13T04:13:13.040Z | Downloaded libm v0.2.7 |
956 | 2023-12-13T04:13:13.041Z | Downloaded ring v0.17.7 |
957 | 2023-12-13T04:13:13.041Z | Downloaded gimli v0.28.0 |
958 | 2023-12-13T04:13:13.041Z | Downloaded textwrap v0.11.0 |
959 | 2023-12-13T04:13:13.041Z | Downloaded term v0.7.0 |
960 | 2023-12-13T04:13:13.042Z | Downloaded syn v1.0.109 |
961 | 2023-12-13T04:13:13.042Z | Downloaded libsw v3.3.0 |
962 | 2023-12-13T04:13:13.042Z | Downloaded itertools v0.11.0 |
963 | 2023-12-13T04:13:13.042Z | Downloaded snafu v0.7.5 |
964 | 2023-12-13T04:13:13.043Z | Downloaded static_assertions v1.1.0 |
965 | 2023-12-13T04:13:13.043Z | Downloaded stable_deref_trait v1.2.0 |
966 | 2023-12-13T04:13:13.044Z | Downloaded socket2 v0.5.5 |
967 | 2023-12-13T04:13:13.044Z | Downloaded rustix v0.37.23 |
968 | 2023-12-13T04:13:13.044Z | Downloaded slog v2.7.0 |
969 | 2023-12-13T04:13:13.044Z | Downloaded trust-dns-server v0.22.1 |
970 | 2023-12-13T04:13:13.045Z | Downloaded serde_json v1.0.108 |
971 | 2023-12-13T04:13:13.045Z | Downloaded tempfile v3.8.1 |
972 | 2023-12-13T04:13:13.046Z | Downloaded tar v0.4.40 |
973 | 2023-12-13T04:13:13.046Z | Downloaded ucd-trie v0.1.6 |
974 | 2023-12-13T04:13:13.046Z | Downloaded futures-macro v0.3.29 |
975 | 2023-12-13T04:13:13.046Z | Downloaded futures-io v0.3.29 |
976 | 2023-12-13T04:13:13.046Z | Downloaded futures-executor v0.3.29 |
977 | 2023-12-13T04:13:13.046Z | Downloaded futures-core v0.3.29 |
978 | 2023-12-13T04:13:13.046Z | Downloaded unicode-bidi v0.3.13 |
979 | 2023-12-13T04:13:13.046Z | Downloaded unicode-width v0.1.11 |
980 | 2023-12-13T04:13:13.047Z | Downloaded try-lock v0.2.4 |
981 | 2023-12-13T04:13:13.047Z | Downloaded structopt v0.3.26 |
982 | 2023-12-13T04:13:13.047Z | Downloaded serde_urlencoded v0.7.1 |
983 | 2023-12-13T04:13:13.047Z | Downloaded serde_repr v0.1.16 |
984 | 2023-12-13T04:13:13.048Z | Downloaded serde_path_to_error v0.1.14 |
985 | 2023-12-13T04:13:13.048Z | Downloaded utf8parse v0.2.1 |
986 | 2023-12-13T04:13:13.048Z | Downloaded usdt-impl v0.3.5 |
987 | 2023-12-13T04:13:13.048Z | Downloaded serde_with_macros v3.4.0 |
988 | 2023-12-13T04:13:13.048Z | Downloaded futures v0.3.29 |
989 | 2023-12-13T04:13:13.049Z | Downloaded spki v0.7.2 |
990 | 2023-12-13T04:13:13.049Z | Downloaded serde_yaml v0.9.25 |
991 | 2023-12-13T04:13:13.641Z | Downloaded diesel v2.1.4 |
992 | 2023-12-13T04:13:13.641Z | Downloaded strsim v0.8.0 |
993 | 2023-12-13T04:13:13.641Z | Downloaded serde_spanned v0.6.4 |
994 | 2023-12-13T04:13:13.641Z | Downloaded semver v0.11.0 |
995 | 2023-12-13T04:13:13.642Z | Downloaded futures-channel v0.3.29 |
996 | 2023-12-13T04:13:13.642Z | Downloaded foreign-types v0.5.0 |
997 | 2023-12-13T04:13:13.642Z | Downloaded version_check v0.9.4 |
998 | 2023-12-13T04:13:13.643Z | Downloaded utf-8 v0.7.6 |
999 | 2023-12-13T04:13:13.643Z | Downloaded usdt-macro v0.3.5 |
1000 | 2023-12-13T04:13:13.643Z | Downloaded usdt-attr-macro v0.3.5 |
1001 | 2023-12-13T04:13:13.643Z | Downloaded usdt v0.3.5 |
1002 | 2023-12-13T04:13:13.643Z | Downloaded similar v2.3.0 |
1003 | 2023-12-13T04:13:13.643Z | Downloaded openapiv3 v2.0.0 |
1004 | 2023-12-13T04:13:13.644Z | Downloaded russh-cryptovec v0.7.0 |
1005 | 2023-12-13T04:13:13.644Z | Downloaded fastrand v2.0.0 |
1006 | 2023-12-13T04:13:13.644Z | Downloaded trust-dns-client v0.22.0 |
1007 | 2023-12-13T04:13:13.644Z | Downloaded zerocopy v0.3.0 |
1008 | 2023-12-13T04:13:13.645Z | Downloaded regex-automata v0.1.10 |
1009 | 2023-12-13T04:13:13.645Z | Downloaded toml_edit v0.21.0 |
1010 | 2023-12-13T04:13:13.645Z | Downloaded signature v2.1.0 |
1011 | 2023-12-13T04:13:13.645Z | Downloaded indexmap v2.1.0 |
1012 | 2023-12-13T04:13:13.645Z | Downloaded ghash v0.5.0 |
1013 | 2023-12-13T04:13:13.646Z | Downloaded curve25519-dalek v4.1.1 |
1014 | 2023-12-13T04:13:13.646Z | Downloaded ident_case v1.0.1 |
1015 | 2023-12-13T04:13:13.646Z | Downloaded want v0.3.1 |
1016 | 2023-12-13T04:13:13.647Z | Downloaded libefi-sys v0.1.0 |
1017 | 2023-12-13T04:13:13.647Z | Downloaded group v0.13.0 |
1018 | 2023-12-13T04:13:13.647Z | Downloaded toml v0.5.11 |
1019 | 2023-12-13T04:13:13.647Z | Downloaded structopt-derive v0.4.18 |
1020 | 2023-12-13T04:13:13.647Z | Downloaded sct v0.7.0 |
1021 | 2023-12-13T04:13:13.648Z | Downloaded scopeguard v1.2.0 |
1022 | 2023-12-13T04:13:13.648Z | Downloaded ryu v1.0.15 |
1023 | 2023-12-13T04:13:13.648Z | Downloaded toolchain_find v0.2.0 |
1024 | 2023-12-13T04:13:13.648Z | Downloaded slog-term v2.9.0 |
1025 | 2023-12-13T04:13:13.648Z | Downloaded slog-bunyan v2.4.0 |
1026 | 2023-12-13T04:13:13.649Z | Downloaded resolv-conf v0.7.0 |
1027 | 2023-12-13T04:13:13.649Z | Downloaded half v1.8.2 |
1028 | 2023-12-13T04:13:13.649Z | Downloaded httparse v1.8.0 |
1029 | 2023-12-13T04:13:13.650Z | Downloaded itoa v1.0.9 |
1030 | 2023-12-13T04:13:13.650Z | Downloaded ipnet v2.8.0 |
1031 | 2023-12-13T04:13:13.650Z | Downloaded io-lifetimes v1.0.11 |
1032 | 2023-12-13T04:13:13.650Z | Downloaded inout v0.1.3 |
1033 | 2023-12-13T04:13:13.650Z | Downloaded headers v0.3.9 |
1034 | 2023-12-13T04:13:13.650Z | Downloaded hashbrown v0.14.2 |
1035 | 2023-12-13T04:13:13.650Z | Downloaded is-terminal v0.4.9 |
1036 | 2023-12-13T04:13:13.650Z | Downloaded ipnetwork v0.20.0 |
1037 | 2023-12-13T04:13:13.651Z | Downloaded hyper-rustls v0.24.2 |
1038 | 2023-12-13T04:13:13.651Z | Downloaded hash32 v0.2.1 |
1039 | 2023-12-13T04:13:13.651Z | Downloaded generic-array v0.14.7 |
1040 | 2023-12-13T04:13:13.651Z | Downloaded fxhash v0.2.1 |
1041 | 2023-12-13T04:13:13.651Z | Downloaded futures-util v0.3.29 |
1042 | 2023-12-13T04:13:13.652Z | Downloaded form_urlencoded v1.2.1 |
1043 | 2023-12-13T04:13:13.652Z | Downloaded foreign-types-shared v0.3.1 |
1044 | 2023-12-13T04:13:13.652Z | Downloaded foreign-types-shared v0.1.1 |
1045 | 2023-12-13T04:13:13.652Z | Downloaded equivalent v1.0.1 |
1046 | 2023-12-13T04:13:13.652Z | Downloaded toml v0.8.8 |
1047 | 2023-12-13T04:13:13.653Z | Downloaded tungstenite v0.20.1 |
1048 | 2023-12-13T04:13:13.653Z | Downloaded hashbrown v0.13.2 |
1049 | 2023-12-13T04:13:13.653Z | Downloaded enum-as-inner v0.5.1 |
1050 | 2023-12-13T04:13:13.654Z | Downloaded endian-type v0.1.2 |
1051 | 2023-12-13T04:13:13.654Z | Downloaded tower-service v0.3.2 |
1052 | 2023-12-13T04:13:13.654Z | Downloaded tokio-postgres v0.7.10 |
1053 | 2023-12-13T04:13:13.654Z | Downloaded unicase v2.7.0 |
1054 | 2023-12-13T04:13:13.654Z | Downloaded vcpkg v0.2.15 |
1055 | 2023-12-13T04:13:13.654Z | Downloaded tracing v0.1.37 |
1056 | 2023-12-13T04:13:13.655Z | Downloaded toml v0.7.8 |
1057 | 2023-12-13T04:13:13.655Z | Downloaded hkdf v0.12.3 |
1058 | 2023-12-13T04:13:13.655Z | Downloaded terminal_size v0.2.6 |
1059 | 2023-12-13T04:13:13.655Z | Downloaded rand_chacha v0.2.2 |
1060 | 2023-12-13T04:13:13.656Z | Downloaded rand v0.8.5 |
1061 | 2023-12-13T04:13:13.656Z | Downloaded predicates v3.0.4 |
1062 | 2023-12-13T04:13:13.656Z | Downloaded crypto-common v0.1.6 |
1063 | 2023-12-13T04:13:13.656Z | Downloaded quote v1.0.33 |
1064 | 2023-12-13T04:13:13.656Z | Downloaded proc-macro2 v1.0.69 |
1065 | 2023-12-13T04:13:13.657Z | Downloaded predicates-core v1.0.6 |
1066 | 2023-12-13T04:13:13.657Z | Downloaded http-range v0.1.5 |
1067 | 2023-12-13T04:13:13.658Z | Downloaded chacha20poly1305 v0.10.1 |
1068 | 2023-12-13T04:13:13.658Z | Downloaded sha2 v0.10.8 |
1069 | 2023-12-13T04:13:13.659Z | Downloaded serde_derive v1.0.193 |
1070 | 2023-12-13T04:13:13.660Z | Downloaded same-file v1.0.6 |
1071 | 2023-12-13T04:13:13.661Z | Downloaded hubpack v0.1.2 |
1072 | 2023-12-13T04:13:13.661Z | Downloaded httpdate v1.0.3 |
1073 | 2023-12-13T04:13:13.662Z | Downloaded http-body v0.4.5 |
1074 | 2023-12-13T04:13:13.663Z | Downloaded home v0.5.5 |
1075 | 2023-12-13T04:13:13.663Z | Downloaded hex v0.4.3 |
1076 | 2023-12-13T04:13:13.663Z | Downloaded heck v0.4.1 |
1077 | 2023-12-13T04:13:13.664Z | Downloaded heck v0.3.3 |
1078 | 2023-12-13T04:13:13.664Z | Downloaded headers-core v0.2.0 |
1079 | 2023-12-13T04:13:13.664Z | Downloaded winnow v0.5.15 |
1080 | 2023-12-13T04:13:13.664Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1081 | 2023-12-13T04:13:13.664Z | Downloaded opaque-debug v0.3.0 |
1082 | 2023-12-13T04:13:13.664Z | Downloaded once_cell v1.19.0 |
1083 | 2023-12-13T04:13:13.665Z | Downloaded dtrace-parser v0.1.14 |
1084 | 2023-12-13T04:13:13.665Z | Downloaded zeroize_derive v1.4.2 |
1085 | 2023-12-13T04:13:13.665Z | Downloaded untrusted v0.7.1 |
1086 | 2023-12-13T04:13:13.665Z | Downloaded rand v0.7.3 |
1087 | 2023-12-13T04:13:13.665Z | Downloaded mio v0.8.9 |
1088 | 2023-12-13T04:13:13.665Z | Downloaded miniz_oxide v0.7.1 |
1089 | 2023-12-13T04:13:13.666Z | Downloaded mime v0.3.17 |
1090 | 2023-12-13T04:13:13.666Z | Downloaded memchr v2.6.3 |
1091 | 2023-12-13T04:13:14.101Z | Downloaded whoami v1.4.1 |
1092 | 2023-12-13T04:13:14.101Z | Downloaded url v2.5.0 |
1093 | 2023-12-13T04:13:14.102Z | Downloaded tracing-attributes v0.1.26 |
1094 | 2023-12-13T04:13:14.102Z | Downloaded uuid v1.6.1 |
1095 | 2023-12-13T04:13:14.102Z | Downloaded unicode-segmentation v1.10.1 |
1096 | 2023-12-13T04:13:14.102Z | Downloaded time-macros v0.2.13 |
1097 | 2023-12-13T04:13:14.102Z | Downloaded xattr v1.0.1 |
1098 | 2023-12-13T04:13:14.102Z | Downloaded vec_map v0.8.2 |
1099 | 2023-12-13T04:13:14.102Z | Downloaded typenum v1.16.0 |
1100 | 2023-12-13T04:13:14.103Z | Downloaded debug-ignore v1.0.5 |
1101 | 2023-12-13T04:13:14.103Z | Downloaded cancel-safe-futures v0.1.5 |
1102 | 2023-12-13T04:13:14.103Z | Downloaded tokio-rustls v0.24.1 |
1103 | 2023-12-13T04:13:14.103Z | Downloaded tinyvec v1.6.0 |
1104 | 2023-12-13T04:13:14.103Z | Downloaded thiserror-impl-no-std v2.0.2 |
1105 | 2023-12-13T04:13:14.103Z | Downloaded r2d2 v0.8.10 |
1106 | 2023-12-13T04:13:14.103Z | Downloaded match_cfg v0.1.0 |
1107 | 2023-12-13T04:13:14.104Z | Downloaded der v0.7.8 |
1108 | 2023-12-13T04:13:14.104Z | Downloaded const-oid v0.9.5 |
1109 | 2023-12-13T04:13:14.104Z | Downloaded thiserror-no-std v2.0.2 |
1110 | 2023-12-13T04:13:14.104Z | Downloaded rand_core v0.5.1 |
1111 | 2023-12-13T04:13:14.104Z | Downloaded rand_chacha v0.3.1 |
1112 | 2023-12-13T04:13:14.105Z | Downloaded radix_trie v0.2.1 |
1113 | 2023-12-13T04:13:14.105Z | Downloaded managed v0.8.0 |
1114 | 2023-12-13T04:13:14.105Z | Downloaded macaddr v1.0.1 |
1115 | 2023-12-13T04:13:14.105Z | Downloaded display-error-chain v0.2.0 |
1116 | 2023-12-13T04:13:14.105Z | Downloaded darling_macro v0.20.3 |
1117 | 2023-12-13T04:13:14.105Z | Downloaded async-stream v0.3.5 |
1118 | 2023-12-13T04:13:14.106Z | Downloaded crossbeam-channel v0.5.8 |
1119 | 2023-12-13T04:13:14.106Z | Downloaded password-hash v0.5.0 |
1120 | 2023-12-13T04:13:14.106Z | Downloaded parse-display-derive v0.8.2 |
1121 | 2023-12-13T04:13:14.106Z | Downloaded darling v0.20.3 |
1122 | 2023-12-13T04:13:14.106Z | Downloaded quick-error v1.2.3 |
1123 | 2023-12-13T04:13:14.106Z | Downloaded pin-utils v0.1.0 |
1124 | 2023-12-13T04:13:14.106Z | Downloaded md5 v0.7.0 |
1125 | 2023-12-13T04:13:14.107Z | Downloaded lru-cache v0.1.2 |
1126 | 2023-12-13T04:13:14.107Z | Downloaded log v0.4.20 |
1127 | 2023-12-13T04:13:14.107Z | Downloaded parse-display v0.8.2 |
1128 | 2023-12-13T04:13:14.107Z | Downloaded ctr v0.9.2 |
1129 | 2023-12-13T04:13:14.107Z | Downloaded crypto-bigint v0.5.2 |
1130 | 2023-12-13T04:13:14.107Z | Downloaded crossbeam-epoch v0.9.15 |
1131 | 2023-12-13T04:13:14.108Z | Downloaded proc-macro-error-attr v1.0.4 |
1132 | 2023-12-13T04:13:14.108Z | Downloaded proc-macro-error v1.0.4 |
1133 | 2023-12-13T04:13:14.108Z | Downloaded password-hash v0.4.2 |
1134 | 2023-12-13T04:13:14.108Z | Downloaded openssl-sys v0.9.96 |
1135 | 2023-12-13T04:13:14.108Z | Downloaded openssl v0.10.60 |
1136 | 2023-12-13T04:13:14.108Z | Downloaded cpufeatures v0.2.9 |
1137 | 2023-12-13T04:13:14.108Z | Downloaded cobs v0.2.3 |
1138 | 2023-12-13T04:13:14.109Z | Downloaded clap_derive v4.4.2 |
1139 | 2023-12-13T04:13:14.109Z | Downloaded clap_builder v4.4.2 |
1140 | 2023-12-13T04:13:14.109Z | Downloaded clap v4.4.3 |
1141 | 2023-12-13T04:13:14.109Z | Downloaded parking_lot_core v0.8.6 |
1142 | 2023-12-13T04:13:14.109Z | Downloaded parking_lot v0.12.1 |
1143 | 2023-12-13T04:13:14.109Z | Downloaded p256 v0.13.2 |
1144 | 2023-12-13T04:13:14.109Z | Downloaded chrono v0.4.31 |
1145 | 2023-12-13T04:13:14.109Z | Downloaded pretty-hex v0.2.1 |
1146 | 2023-12-13T04:13:14.110Z | Downloaded openssl-probe v0.1.5 |
1147 | 2023-12-13T04:13:14.110Z | Downloaded openssl-macros v0.1.1 |
1148 | 2023-12-13T04:13:14.110Z | Downloaded num-complex v0.4.4 |
1149 | 2023-12-13T04:13:14.110Z | Downloaded proc-macro-crate v1.3.1 |
1150 | 2023-12-13T04:13:14.110Z | Downloaded primeorder v0.13.6 |
1151 | 2023-12-13T04:13:14.110Z | Downloaded pretty-hex v0.4.0 |
1152 | 2023-12-13T04:13:14.111Z | Downloaded pkcs8 v0.10.2 |
1153 | 2023-12-13T04:13:14.111Z | Downloaded cbc v0.1.2 |
1154 | 2023-12-13T04:13:14.111Z | Downloaded precomputed-hash v0.1.1 |
1155 | 2023-12-13T04:13:14.111Z | Downloaded ppv-lite86 v0.2.17 |
1156 | 2023-12-13T04:13:14.111Z | Downloaded postgres-types v0.2.6 |
1157 | 2023-12-13T04:13:14.111Z | Downloaded postgres-protocol v0.6.6 |
1158 | 2023-12-13T04:13:14.111Z | Downloaded polyval v0.6.1 |
1159 | 2023-12-13T04:13:14.111Z | Downloaded poly1305 v0.8.0 |
1160 | 2023-12-13T04:13:14.111Z | Downloaded pest v2.7.2 |
1161 | 2023-12-13T04:13:14.112Z | Downloaded pest_meta v2.7.2 |
1162 | 2023-12-13T04:13:14.112Z | Downloaded async-stream-impl v0.3.5 |
1163 | 2023-12-13T04:13:14.112Z | Downloaded darling_core v0.20.3 |
1164 | 2023-12-13T04:13:14.112Z | Downloaded chacha20 v0.9.1 |
1165 | 2023-12-13T04:13:14.112Z | Downloaded platforms v3.0.2 |
1166 | 2023-12-13T04:13:14.112Z | Downloaded pkg-config v0.3.27 |
1167 | 2023-12-13T04:13:14.112Z | Downloaded pin-project-lite v0.2.13 |
1168 | 2023-12-13T04:13:14.112Z | Downloaded curve25519-dalek-derive v0.1.0 |
1169 | 2023-12-13T04:13:14.113Z | Downloaded camino v1.1.6 |
1170 | 2023-12-13T04:13:14.113Z | Downloaded bytes v1.5.0 |
1171 | 2023-12-13T04:13:14.113Z | Downloaded ciborium-io v0.2.1 |
1172 | 2023-12-13T04:13:14.113Z | Downloaded pin-project-internal v1.1.3 |
1173 | 2023-12-13T04:13:14.113Z | Downloaded pin-project v1.1.3 |
1174 | 2023-12-13T04:13:14.113Z | Downloaded console v0.15.7 |
1175 | 2023-12-13T04:13:14.114Z | Downloaded bitflags v2.4.0 |
1176 | 2023-12-13T04:13:14.114Z | Downloaded cc v1.0.83 |
1177 | 2023-12-13T04:13:14.114Z | Downloaded phf_shared v0.11.2 |
1178 | 2023-12-13T04:13:14.114Z | Downloaded phf_shared v0.10.0 |
1179 | 2023-12-13T04:13:14.114Z | Downloaded phf v0.11.2 |
1180 | 2023-12-13T04:13:14.114Z | Downloaded petgraph v0.6.4 |
1181 | 2023-12-13T04:13:14.114Z | Downloaded pest_generator v2.7.2 |
1182 | 2023-12-13T04:13:14.115Z | Downloaded pest_derive v2.7.2 |
1183 | 2023-12-13T04:13:14.115Z | Downloaded percent-encoding v2.3.1 |
1184 | 2023-12-13T04:13:14.115Z | Downloaded pem-rfc7468 v0.7.0 |
1185 | 2023-12-13T04:13:14.115Z | Downloaded num_enum v0.5.11 |
1186 | 2023-12-13T04:13:14.115Z | Downloaded num_cpus v1.16.0 |
1187 | 2023-12-13T04:13:14.116Z | Downloaded num-rational v0.4.1 |
1188 | 2023-12-13T04:13:14.116Z | Downloaded num-iter v0.1.43 |
1189 | 2023-12-13T04:13:14.116Z | Downloaded num-integer v0.1.45 |
1190 | 2023-12-13T04:13:14.116Z | Downloaded num-derive v0.4.0 |
1191 | 2023-12-13T04:13:14.125Z | Downloaded nom v7.1.3 |
1192 | 2023-12-13T04:13:14.125Z | Downloaded multer v2.1.0 |
1193 | 2023-12-13T04:13:14.125Z | Downloaded blowfish v0.9.1 |
1194 | 2023-12-13T04:13:14.126Z | Downloaded bzip2 v0.4.4 |
1195 | 2023-12-13T04:13:14.126Z | Downloaded bit-set v0.5.3 |
1196 | 2023-12-13T04:13:14.126Z | Downloaded bcrypt-pbkdf v0.10.0 |
1197 | 2023-12-13T04:13:14.126Z | Downloaded block-buffer v0.10.4 |
1198 | 2023-12-13T04:13:14.126Z | Downloaded autocfg v1.1.0 |
1199 | 2023-12-13T04:13:14.126Z | Downloaded base64 v0.21.5 |
1200 | 2023-12-13T04:13:14.126Z | Downloaded block-padding v0.3.3 |
1201 | 2023-12-13T04:13:14.126Z | Downloaded colored v2.0.4 |
1202 | 2023-12-13T04:13:14.127Z | Downloaded ciborium v0.2.1 |
1203 | 2023-12-13T04:13:14.127Z | Downloaded base64ct v1.6.0 |
1204 | 2023-12-13T04:13:14.127Z | Downloaded crossbeam-utils v0.8.16 |
1205 | 2023-12-13T04:13:14.127Z | Downloaded normalize-line-endings v0.3.0 |
1206 | 2023-12-13T04:13:14.127Z | Downloaded nibble_vec v0.1.0 |
1207 | 2023-12-13T04:13:14.127Z | Downloaded new_debug_unreachable v1.0.4 |
1208 | 2023-12-13T04:13:14.127Z | Downloaded native-tls v0.2.11 |
1209 | 2023-12-13T04:13:14.128Z | Downloaded minimal-lexical v0.2.1 |
1210 | 2023-12-13T04:13:14.128Z | Downloaded md-5 v0.10.5 |
1211 | 2023-12-13T04:13:14.128Z | Downloaded bitflags v1.3.2 |
1212 | 2023-12-13T04:13:14.128Z | Downloaded atomicwrites v0.4.2 |
1213 | 2023-12-13T04:13:14.128Z | Downloaded atty v0.2.14 |
1214 | 2023-12-13T04:13:14.129Z | Downloaded base16ct v0.2.0 |
1215 | 2023-12-13T04:13:14.129Z | Downloaded argon2 v0.5.2 |
1216 | 2023-12-13T04:13:14.129Z | Downloaded memoffset v0.9.0 |
1217 | 2023-12-13T04:13:14.129Z | Downloaded async-trait v0.1.74 |
1218 | 2023-12-13T04:13:14.129Z | Downloaded backoff v0.4.0 |
1219 | 2023-12-13T04:13:14.129Z | Downloaded anyhow v1.0.75 |
1220 | 2023-12-13T04:13:14.129Z | Downloaded backtrace v0.3.69 |
1221 | 2023-12-13T04:13:14.130Z | Downloaded anstream v0.5.0 |
1222 | 2023-12-13T04:13:14.130Z | Downloaded dirs v5.0.1 |
1223 | 2023-12-13T04:13:14.130Z | Downloaded camino-tempfile v1.1.1 |
1224 | 2023-12-13T04:13:14.130Z | Downloaded arc-swap v1.6.0 |
1225 | 2023-12-13T04:13:14.130Z | Downloaded ahash v0.8.6 |
1226 | 2023-12-13T04:13:14.130Z | Downloaded anstyle-query v1.0.0 |
1227 | 2023-12-13T04:13:14.130Z | Downloaded ansi_term v0.12.1 |
1228 | 2023-12-13T04:13:14.131Z | Downloaded derive-where v1.2.6 |
1229 | 2023-12-13T04:13:14.131Z | Downloaded addr2line v0.21.0 |
1230 | 2023-12-13T04:13:14.131Z | Downloaded aes v0.8.3 |
1231 | 2023-12-13T04:13:14.131Z | Downloaded dirs-sys v0.4.1 |
1232 | 2023-12-13T04:13:14.131Z | Downloaded dirs-next v2.0.0 |
1233 | 2023-12-13T04:13:14.131Z | Downloaded defmt-parser v0.3.3 |
1234 | 2023-12-13T04:13:14.132Z | Downloaded difflib v0.4.0 |
1235 | 2023-12-13T04:13:14.132Z | Downloaded diesel_derives v2.1.2 |
1236 | 2023-12-13T04:13:14.132Z | Compiling proc-macro2 v1.0.69 |
1237 | 2023-12-13T04:13:14.132Z | Compiling unicode-ident v1.0.12 |
1238 | 2023-12-13T04:13:14.132Z | Compiling libc v0.2.151 |
1239 | 2023-12-13T04:13:14.132Z | Compiling serde v1.0.193 |
1240 | 2023-12-13T04:13:14.132Z | Compiling autocfg v1.1.0 |
1241 | 2023-12-13T04:13:14.132Z | Compiling version_check v0.9.4 |
1242 | 2023-12-13T04:13:14.132Z | Compiling cfg-if v1.0.0 |
1243 | 2023-12-13T04:13:14.647Z | Compiling syn v1.0.109 |
1244 | 2023-12-13T04:13:14.659Z | Compiling typenum v1.16.0 |
1245 | 2023-12-13T04:13:15.118Z | Compiling generic-array v0.14.7 |
1246 | 2023-12-13T04:13:15.227Z | Compiling lock_api v0.4.10 |
1247 | 2023-12-13T04:13:16.246Z | Compiling parking_lot_core v0.9.8 |
1248 | 2023-12-13T04:13:16.332Z | Compiling libm v0.2.7 |
1249 | 2023-12-13T04:13:16.446Z | Compiling once_cell v1.19.0 |
1250 | 2023-12-13T04:13:16.472Z | Compiling num-traits v0.2.16 |
1251 | 2023-12-13T04:13:16.512Z | Compiling thiserror v1.0.49 |
1252 | 2023-12-13T04:13:16.810Z | Compiling futures-core v0.3.29 |
1253 | 2023-12-13T04:13:16.845Z | Compiling serde_json v1.0.108 |
1254 | 2023-12-13T04:13:16.904Z | Compiling slab v0.4.9 |
1255 | 2023-12-13T04:13:17.039Z | Compiling futures-channel v0.3.29 |
1256 | 2023-12-13T04:13:17.230Z | Compiling memchr v2.6.3 |
1257 | 2023-12-13T04:13:17.321Z | Compiling futures-task v0.3.29 |
1258 | 2023-12-13T04:13:17.391Z | Compiling futures-util v0.3.29 |
1259 | 2023-12-13T04:13:17.694Z | Compiling quote v1.0.33 |
1260 | 2023-12-13T04:13:17.777Z | Compiling itoa v1.0.9 |
1261 | 2023-12-13T04:13:18.231Z | Compiling scopeguard v1.2.0 |
1262 | 2023-12-13T04:13:18.252Z | Compiling pkg-config v0.3.27 |
1263 | 2023-12-13T04:13:18.360Z | Compiling syn v2.0.32 |
1264 | 2023-12-13T04:13:18.877Z | Compiling getrandom v0.2.10 |
1265 | 2023-12-13T04:13:19.138Z | Compiling cc v1.0.83 |
1266 | 2023-12-13T04:13:19.705Z | Compiling rand_core v0.6.4 |
1267 | 2023-12-13T04:13:20.369Z | Compiling byteorder v1.5.0 |
1268 | 2023-12-13T04:13:20.604Z | Compiling heck v0.4.1 |
1269 | 2023-12-13T04:13:20.660Z | Compiling log v0.4.20 |
1270 | 2023-12-13T04:13:21.023Z | Compiling ryu v1.0.15 |
1271 | 2023-12-13T04:13:21.296Z | Compiling subtle v2.5.0 |
1272 | 2023-12-13T04:13:21.578Z | Compiling smallvec v1.11.2 |
1273 | 2023-12-13T04:13:21.820Z | Compiling semver v1.0.20 |
1274 | 2023-12-13T04:13:22.217Z | Compiling vcpkg v0.2.15 |
1275 | 2023-12-13T04:13:22.302Z | Compiling schemars v0.8.13 |
1276 | 2023-12-13T04:13:23.475Z | Compiling httparse v1.8.0 |
1277 | 2023-12-13T04:13:23.623Z | Compiling indexmap v1.9.3 |
1278 | 2023-12-13T04:13:23.675Z | Compiling pin-project-lite v0.2.13 |
1279 | 2023-12-13T04:13:23.840Z | Compiling hashbrown v0.14.2 |
1280 | 2023-12-13T04:13:24.098Z | Compiling equivalent v1.0.1 |
1281 | 2023-12-13T04:13:24.185Z | Compiling ring v0.17.7 |
1282 | 2023-12-13T04:13:24.701Z | Compiling ring v0.16.20 |
1283 | 2023-12-13T04:13:25.895Z | Compiling const-oid v0.9.5 |
1284 | 2023-12-13T04:13:25.922Z | Compiling parking_lot v0.12.1 |
1285 | 2023-12-13T04:13:25.969Z | Compiling openssl-sys v0.9.96 |
1286 | 2023-12-13T04:13:26.067Z | Compiling ahash v0.8.6 |
1287 | 2023-12-13T04:13:26.545Z | Compiling fnv v1.0.7 |
1288 | 2023-12-13T04:13:27.572Z | Compiling openssl v0.10.60 |
1289 | 2023-12-13T04:13:27.909Z | Compiling rustls v0.21.9 |
1290 | 2023-12-13T04:13:28.147Z | Compiling ucd-trie v0.1.6 |
1291 | 2023-12-13T04:13:28.319Z | Compiling iana-time-zone v0.1.57 |
1292 | 2023-12-13T04:13:29.021Z | Compiling native-tls v0.2.11 |
1293 | 2023-12-13T04:13:29.083Z | Compiling mio v0.8.9 |
1294 | 2023-12-13T04:13:29.157Z | Compiling signal-hook-registry v1.4.1 |
1295 | 2023-12-13T04:13:29.240Z | Compiling num_cpus v1.16.0 |
1296 | 2023-12-13T04:13:29.392Z | Compiling socket2 v0.5.5 |
1297 | 2023-12-13T04:13:29.637Z | Compiling spin v0.5.2 |
1298 | 2023-12-13T04:13:30.658Z | Compiling serde_derive_internals v0.26.0 |
1299 | 2023-12-13T04:13:31.090Z | Compiling futures-sink v0.3.29 |
1300 | 2023-12-13T04:13:31.297Z | Compiling async-trait v0.1.74 |
1301 | 2023-12-13T04:13:31.320Z | Compiling dyn-clone v1.0.13 |
1302 | 2023-12-13T04:13:31.617Z | Compiling aho-corasick v1.0.4 |
1303 | 2023-12-13T04:13:31.967Z | Compiling rustix v0.38.25 |
1304 | 2023-12-13T04:13:32.191Z | Compiling regex-syntax v0.8.2 |
1305 | 2023-12-13T04:13:32.219Z | Compiling tinyvec_macros v0.1.1 |
1306 | 2023-12-13T04:13:33.094Z | Compiling tinyvec v1.6.0 |
1307 | 2023-12-13T04:13:33.557Z | Compiling backtrace v0.3.69 |
1308 | 2023-12-13T04:13:34.525Z | Compiling pin-utils v0.1.0 |
1309 | 2023-12-13T04:13:34.655Z | Compiling winnow v0.5.15 |
1310 | 2023-12-13T04:13:34.769Z | Compiling futures-io v0.3.29 |
1311 | 2023-12-13T04:13:35.043Z | Compiling unicode-normalization v0.1.22 |
1312 | 2023-12-13T04:13:35.210Z | Compiling spin v0.9.8 |
1313 | 2023-12-13T04:13:35.868Z | Compiling tracing-core v0.1.31 |
1314 | 2023-12-13T04:13:36.144Z | Compiling unicode-bidi v0.3.13 |
1315 | 2023-12-13T04:13:36.827Z | Compiling cpufeatures v0.2.9 |
1316 | 2023-12-13T04:13:38.815Z | Compiling regex-automata v0.4.3 |
1317 | 2023-12-13T04:13:39.471Z | Compiling crc32fast v1.3.2 |
1318 | 2023-12-13T04:13:39.517Z | Compiling anyhow v1.0.75 |
1319 | 2023-12-13T04:13:40.603Z | Compiling base64 v0.21.5 |
1320 | 2023-12-13T04:13:41.047Z | Compiling time-core v0.1.1 |
1321 | 2023-12-13T04:13:41.325Z | Compiling time-macros v0.2.13 |
1322 | 2023-12-13T04:13:41.696Z | Compiling serde_derive v1.0.193 |
1323 | 2023-12-13T04:13:41.720Z | Compiling zeroize_derive v1.4.2 |
1324 | 2023-12-13T04:13:43.341Z | Compiling thiserror-impl v1.0.49 |
1325 | 2023-12-13T04:13:43.485Z | Compiling tokio-macros v2.2.0 |
1326 | 2023-12-13T04:13:44.885Z | Compiling zeroize v1.7.0 |
1327 | 2023-12-13T04:13:44.906Z | Compiling futures-macro v0.3.29 |
1328 | 2023-12-13T04:13:46.267Z | Compiling tracing-attributes v0.1.26 |
1329 | 2023-12-13T04:13:46.447Z | Compiling schemars_derive v0.8.13 |
1330 | 2023-12-13T04:13:46.948Z | Compiling zerocopy-derive v0.7.26 |
1331 | 2023-12-13T04:13:47.845Z | Compiling crypto-common v0.1.6 |
1332 | 2023-12-13T04:13:47.878Z | Compiling block-buffer v0.10.4 |
1333 | 2023-12-13T04:13:48.270Z | Compiling openssl-macros v0.1.1 |
1334 | 2023-12-13T04:13:48.378Z | Compiling digest v0.10.7 |
1335 | 2023-12-13T04:13:49.062Z | Compiling pest v2.7.2 |
1336 | 2023-12-13T04:13:50.607Z | Compiling zerocopy v0.7.26 |
1337 | 2023-12-13T04:13:52.082Z | Compiling regex v1.10.2 |
1338 | 2023-12-13T04:13:53.247Z | Compiling tracing v0.1.37 |
1339 | 2023-12-13T04:13:53.837Z | Compiling der_derive v0.7.2 |
1340 | 2023-12-13T04:13:54.121Z | Compiling hashbrown v0.13.2 |
1341 | 2023-12-13T04:13:54.179Z | Compiling num-integer v0.1.45 |
1342 | 2023-12-13T04:13:54.612Z | Compiling unicode-xid v0.2.4 |
1343 | 2023-12-13T04:13:54.644Z | Compiling hashbrown v0.12.3 |
1344 | 2023-12-13T04:13:54.860Z | Compiling percent-encoding v2.3.1 |
1345 | 2023-12-13T04:13:55.420Z | Compiling untrusted v0.9.0 |
1346 | 2023-12-13T04:13:55.669Z | Compiling unicode-width v0.1.11 |
1347 | 2023-12-13T04:13:55.905Z | Compiling slog v2.7.0 |
1348 | 2023-12-13T04:13:55.965Z | Compiling untrusted v0.7.1 |
1349 | 2023-12-13T04:13:55.990Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2023-12-13T04:13:56.258Z | Compiling openssl-probe v0.1.5 |
1351 | 2023-12-13T04:13:56.768Z | Compiling foreign-types v0.3.2 |
1352 | 2023-12-13T04:13:57.819Z | Compiling synstructure v0.12.6 |
1353 | 2023-12-13T04:13:59.944Z | Compiling errno v0.3.2 |
1354 | 2023-12-13T04:14:00.277Z | Compiling try-lock v0.2.4 |
1355 | 2023-12-13T04:14:00.487Z | Compiling ppv-lite86 v0.2.17 |
1356 | 2023-12-13T04:14:00.502Z | Compiling want v0.3.1 |
1357 | 2023-12-13T04:14:00.930Z | Compiling zerocopy-derive v0.2.0 |
1358 | 2023-12-13T04:14:00.951Z | Compiling rustls-webpki v0.101.7 |
1359 | 2023-12-13T04:14:02.906Z | Compiling sct v0.7.0 |
1360 | 2023-12-13T04:14:03.001Z | Compiling form_urlencoded v1.2.1 |
1361 | 2023-12-13T04:14:03.381Z | Compiling pest_meta v2.7.2 |
1362 | 2023-12-13T04:14:03.498Z | Compiling socket2 v0.4.9 |
1363 | 2023-12-13T04:14:04.278Z | Compiling io-lifetimes v1.0.11 |
1364 | 2023-12-13T04:14:04.753Z | Compiling httpdate v1.0.3 |
1365 | 2023-12-13T04:14:04.880Z | Compiling tower-service v0.3.2 |
1366 | 2023-12-13T04:14:05.498Z | Compiling pest_generator v2.7.2 |
1367 | 2023-12-13T04:14:05.845Z | Compiling rustls-pemfile v1.0.3 |
1368 | 2023-12-13T04:14:06.364Z | Compiling bytes v1.5.0 |
1369 | 2023-12-13T04:14:07.841Z | Compiling indexmap v2.1.0 |
1370 | 2023-12-13T04:14:08.494Z | Compiling chrono v0.4.31 |
1371 | 2023-12-13T04:14:08.527Z | Compiling uuid v1.6.1 |
1372 | 2023-12-13T04:14:09.761Z | Compiling tokio v1.35.0 |
1373 | 2023-12-13T04:14:09.770Z | Compiling rustc_version v0.4.0 |
1374 | 2023-12-13T04:14:09.948Z | Compiling http v0.2.11 |
1375 | 2023-12-13T04:14:11.035Z | Compiling toml_datetime v0.6.5 |
1376 | 2023-12-13T04:14:11.846Z | Compiling serde_spanned v0.6.4 |
1377 | 2023-12-13T04:14:11.898Z | Compiling bitflags v2.4.0 |
1378 | 2023-12-13T04:14:12.067Z | Compiling toml_edit v0.19.15 |
1379 | 2023-12-13T04:14:14.245Z | Compiling http-body v0.4.5 |
1380 | 2023-12-13T04:14:15.333Z | Compiling heapless v0.7.16 |
1381 | 2023-12-13T04:14:15.546Z | Compiling openapiv3 v2.0.0 |
1382 | 2023-12-13T04:14:16.879Z | Compiling idna v0.5.0 |
1383 | 2023-12-13T04:14:18.439Z | Compiling lazy_static v1.4.0 |
1384 | 2023-12-13T04:14:19.586Z | Compiling crossbeam-utils v0.8.16 |
1385 | 2023-12-13T04:14:19.850Z | Compiling adler v1.0.2 |
1386 | 2023-12-13T04:14:20.178Z | Compiling miniz_oxide v0.7.1 |
1387 | 2023-12-13T04:14:20.937Z | Compiling url v2.5.0 |
1388 | 2023-12-13T04:14:22.787Z | Compiling tokio-util v0.7.10 |
1389 | 2023-12-13T04:14:24.045Z | Compiling tokio-rustls v0.24.1 |
1390 | 2023-12-13T04:14:24.069Z | Compiling pest_derive v2.7.2 |
1391 | 2023-12-13T04:14:24.639Z | Compiling h2 v0.3.21 |
1392 | 2023-12-13T04:14:25.421Z | Compiling rustls-native-certs v0.6.3 |
1393 | 2023-12-13T04:14:26.042Z | Compiling tokio-native-tls v0.3.1 |
1394 | 2023-12-13T04:14:26.869Z | Compiling rand_chacha v0.3.1 |
1395 | 2023-12-13T04:14:27.025Z | Compiling usdt-impl v0.3.5 |
1396 | 2023-12-13T04:14:27.963Z | Compiling ipnet v2.8.0 |
1397 | 2023-12-13T04:14:29.167Z | Compiling rustix v0.37.23 |
1398 | 2023-12-13T04:14:29.581Z | Compiling rand v0.8.5 |
1399 | 2023-12-13T04:14:29.784Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2023-12-13T04:14:30.266Z | Compiling encoding_rs v0.8.33 |
1401 | 2023-12-13T04:14:30.358Z | Compiling gimli v0.28.0 |
1402 | 2023-12-13T04:14:30.510Z | Compiling mime v0.3.17 |
1403 | 2023-12-13T04:14:31.459Z | Compiling webpki-roots v0.25.2 |
1404 | 2023-12-13T04:14:33.333Z | Compiling zerocopy v0.3.0 |
1405 | 2023-12-13T04:14:33.852Z | Compiling object v0.32.1 |
1406 | 2023-12-13T04:14:34.034Z | Compiling num-bigint v0.4.4 |
1407 | 2023-12-13T04:14:35.007Z | Compiling rustc-demangle v0.1.23 |
1408 | 2023-12-13T04:14:35.154Z | Compiling dof v0.1.5 |
1409 | 2023-12-13T04:14:35.995Z | Compiling hyper v0.14.27 |
1410 | 2023-12-13T04:14:36.991Z | Compiling flate2 v1.0.28 |
1411 | 2023-12-13T04:14:37.006Z | Compiling dtrace-parser v0.1.14 |
1412 | 2023-12-13T04:14:37.034Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1413 | 2023-12-13T04:14:37.789Z | Compiling addr2line v0.21.0 |
1414 | 2023-12-13T04:14:38.157Z | Compiling thread-id v4.2.0 |
1415 | 2023-12-13T04:14:38.216Z | Compiling rustversion v1.0.14 |
1416 | 2023-12-13T04:14:39.382Z | Compiling toml v0.7.8 |
1417 | 2023-12-13T04:14:39.403Z | Compiling toml_edit v0.21.0 |
1418 | 2023-12-13T04:14:40.012Z | Compiling serde_tokenstream v0.1.7 |
1419 | 2023-12-13T04:14:40.857Z | Compiling hex v0.4.3 |
1420 | 2023-12-13T04:14:41.611Z | Compiling serde_tokenstream v0.2.0 |
1421 | 2023-12-13T04:14:41.828Z | Compiling memoffset v0.9.0 |
1422 | 2023-12-13T04:14:42.082Z | Compiling strsim v0.10.0 |
1423 | 2023-12-13T04:14:42.523Z | Compiling base64ct v1.6.0 |
1424 | 2023-12-13T04:14:43.436Z | Compiling regress v0.7.1 |
1425 | 2023-12-13T04:14:46.165Z | Compiling bitflags v1.3.2 |
1426 | 2023-12-13T04:14:46.266Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1427 | 2023-12-13T04:14:46.292Z | Compiling smoltcp v0.9.1 |
1428 | 2023-12-13T04:14:50.630Z | Compiling hyper-rustls v0.24.2 |
1429 | 2023-12-13T04:14:50.630Z | Compiling hyper-tls v0.5.0 |
1430 | 2023-12-13T04:14:50.630Z | Compiling doc-comment v0.3.3 |
1431 | 2023-12-13T04:14:50.631Z | Compiling reqwest v0.11.22 |
1432 | 2023-12-13T04:14:50.631Z | Compiling pem-rfc7468 v0.7.0 |
1433 | 2023-12-13T04:14:50.631Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1434 | 2023-12-13T04:14:50.631Z | Compiling strum_macros v0.25.2 |
1435 | 2023-12-13T04:14:50.631Z | Compiling usdt-attr-macro v0.3.5 |
1436 | 2023-12-13T04:14:51.461Z | Compiling usdt-macro v0.3.5 |
1437 | 2023-12-13T04:14:52.126Z | Compiling hmac v0.12.1 |
1438 | 2023-12-13T04:14:52.644Z | Compiling enum-as-inner v0.5.1 |
1439 | 2023-12-13T04:14:53.987Z | Compiling crossbeam-epoch v0.9.15 |
1440 | 2023-12-13T04:14:54.650Z | Compiling num-iter v0.1.43 |
1441 | 2023-12-13T04:14:54.664Z | Compiling siphasher v0.3.11 |
1442 | 2023-12-13T04:14:54.664Z | Compiling unicode-segmentation v1.10.1 |
1443 | 2023-12-13T04:14:54.868Z | Compiling flagset v0.4.3 |
1444 | 2023-12-13T04:14:55.169Z | Compiling der v0.7.8 |
1445 | 2023-12-13T04:14:56.564Z | Compiling hubpack_derive v0.1.1 |
1446 | 2023-12-13T04:14:56.690Z | Compiling pin-project-internal v1.1.3 |
1447 | 2023-12-13T04:14:56.718Z | Compiling zerocopy-derive v0.6.4 |
1448 | 2023-12-13T04:14:58.870Z | Compiling deranged v0.3.8 |
1449 | 2023-12-13T04:15:00.424Z | Compiling utf8parse v0.2.1 |
1450 | 2023-12-13T04:15:00.900Z | Compiling num_threads v0.1.6 |
1451 | 2023-12-13T04:15:00.981Z | Compiling anstyle v1.0.2 |
1452 | 2023-12-13T04:15:01.695Z | Compiling time v0.3.27 |
1453 | 2023-12-13T04:15:01.808Z | Compiling anstyle-parse v0.2.1 |
1454 | 2023-12-13T04:15:01.915Z | Compiling sha2 v0.10.8 |
1455 | 2023-12-13T04:15:02.362Z | Compiling spki v0.7.2 |
1456 | 2023-12-13T04:15:04.350Z | Compiling md-5 v0.10.5 |
1457 | 2023-12-13T04:15:05.297Z | Compiling block-padding v0.3.3 |
1458 | 2023-12-13T04:15:05.721Z | Compiling clap_derive v4.4.2 |
1459 | 2023-12-13T04:15:05.967Z | Compiling stringprep v0.1.3 |
1460 | 2023-12-13T04:15:07.337Z | Compiling diesel_table_macro_syntax v0.1.0 |
1461 | 2023-12-13T04:15:07.417Z | Compiling hash32 v0.2.1 |
1462 | 2023-12-13T04:15:07.622Z | Compiling stable_deref_trait v1.2.0 |
1463 | 2023-12-13T04:15:07.977Z | Compiling anstyle-query v1.0.0 |
1464 | 2023-12-13T04:15:08.060Z | Compiling either v1.9.0 |
1465 | 2023-12-13T04:15:08.556Z | Compiling fallible-iterator v0.2.0 |
1466 | 2023-12-13T04:15:08.556Z | Compiling colorchoice v1.0.0 |
1467 | 2023-12-13T04:15:08.790Z | Compiling anstream v0.5.0 |
1468 | 2023-12-13T04:15:09.640Z | Compiling postgres-protocol v0.6.6 |
1469 | 2023-12-13T04:15:10.154Z | Compiling diesel_derives v2.1.2 |
1470 | 2023-12-13T04:15:11.647Z | Compiling inout v0.1.3 |
1471 | 2023-12-13T04:15:11.818Z | Compiling terminal_size v0.2.6 |
1472 | 2023-12-13T04:15:13.206Z | Compiling pkcs8 v0.10.2 |
1473 | 2023-12-13T04:15:13.346Z | Compiling phf_shared v0.11.2 |
1474 | 2023-12-13T04:15:14.289Z | Compiling ff v0.13.0 |
1475 | 2023-12-13T04:15:14.372Z | Compiling snafu-derive v0.7.5 |
1476 | 2023-12-13T04:15:14.558Z | Compiling serde_repr v0.1.16 |
1477 | 2023-12-13T04:15:14.657Z | Compiling scheduled-thread-pool v0.2.7 |
1478 | 2023-12-13T04:15:14.764Z | Compiling bit-vec v0.6.3 |
1479 | 2023-12-13T04:15:15.248Z | Compiling managed v0.8.0 |
1480 | 2023-12-13T04:15:15.598Z | Compiling base16ct v0.2.0 |
1481 | 2023-12-13T04:15:15.854Z | Compiling clap_lex v0.5.1 |
1482 | 2023-12-13T04:15:16.134Z | Compiling matches v0.1.10 |
1483 | 2023-12-13T04:15:16.587Z | Compiling regex-automata v0.1.10 |
1484 | 2023-12-13T04:15:18.833Z | Compiling bstr v0.2.17 |
1485 | 2023-12-13T04:15:18.833Z | Compiling idna v0.2.3 |
1486 | 2023-12-13T04:15:19.765Z | Compiling clap_builder v4.4.2 |
1487 | 2023-12-13T04:15:20.737Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1488 | 2023-12-13T04:15:22.687Z | Compiling sec1 v0.7.3 |
1489 | 2023-12-13T04:15:23.988Z | Compiling r2d2 v0.8.10 |
1490 | 2023-12-13T04:15:24.543Z | Compiling group v0.13.0 |
1491 | 2023-12-13T04:15:27.238Z | Compiling phf v0.11.2 |
1492 | 2023-12-13T04:15:27.732Z | Compiling bzip2 v0.4.4 |
1493 | 2023-12-13T04:15:28.401Z | Compiling cipher v0.4.4 |
1494 | 2023-12-13T04:15:29.232Z | Compiling postgres-types v0.2.6 |
1495 | 2023-12-13T04:15:29.422Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1496 | 2023-12-13T04:15:29.602Z | Compiling itertools v0.11.0 |
1497 | 2023-12-13T04:15:30.258Z | Compiling pin-project v1.1.3 |
1498 | 2023-12-13T04:15:30.410Z | Compiling zerocopy v0.6.4 |
1499 | 2023-12-13T04:15:31.548Z | Compiling hubpack v0.1.2 |
1500 | 2023-12-13T04:15:33.086Z | Compiling phf_shared v0.10.0 |
1501 | 2023-12-13T04:15:33.100Z | Compiling hkdf v0.12.3 |
1502 | 2023-12-13T04:15:33.101Z | Compiling ipnetwork v0.20.0 |
1503 | 2023-12-13T04:15:33.101Z | Compiling crypto-bigint v0.5.2 |
1504 | 2023-12-13T04:15:34.083Z | Compiling futures-executor v0.3.29 |
1505 | 2023-12-13T04:15:34.224Z | Compiling getopts v0.2.21 |
1506 | 2023-12-13T04:15:34.452Z | Compiling float-cmp v0.9.0 |
1507 | 2023-12-13T04:15:34.998Z | Compiling data-encoding v2.4.0 |
1508 | 2023-12-13T04:15:35.861Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2023-12-13T04:15:36.025Z | Compiling fixedbitset v0.4.2 |
1510 | 2023-12-13T04:15:36.719Z | Compiling precomputed-hash v0.1.1 |
1511 | 2023-12-13T04:15:36.883Z | Compiling new_debug_unreachable v1.0.4 |
1512 | 2023-12-13T04:15:36.936Z | Compiling predicates-core v1.0.6 |
1513 | 2023-12-13T04:15:37.451Z | Compiling difflib v0.4.0 |
1514 | 2023-12-13T04:15:37.504Z | Compiling minimal-lexical v0.2.1 |
1515 | 2023-12-13T04:15:38.679Z | Compiling regex-automata v0.3.8 |
1516 | 2023-12-13T04:15:39.443Z | Compiling unsafe-libyaml v0.2.9 |
1517 | 2023-12-13T04:15:39.678Z | Compiling whoami v1.4.1 |
1518 | 2023-12-13T04:15:40.244Z | Compiling static_assertions v1.1.0 |
1519 | 2023-12-13T04:15:40.383Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1520 | 2023-12-13T04:15:40.425Z | Compiling tokio-postgres v0.7.10 |
1521 | 2023-12-13T04:15:40.605Z | Compiling nom v7.1.3 |
1522 | 2023-12-13T04:15:42.179Z | Compiling bstr v1.6.0 |
1523 | 2023-12-13T04:15:42.736Z | Compiling serde_yaml v0.9.25 |
1524 | 2023-12-13T04:15:42.813Z | Compiling predicates v3.0.4 |
1525 | 2023-12-13T04:15:43.013Z | Compiling string_cache v0.8.7 |
1526 | 2023-12-13T04:15:43.771Z | Compiling diesel v2.1.4 |
1527 | 2023-12-13T04:15:44.769Z | Compiling trust-dns-proto v0.22.0 |
1528 | 2023-12-13T04:15:46.665Z | Compiling petgraph v0.6.4 |
1529 | 2023-12-13T04:15:48.863Z | Compiling elliptic-curve v0.13.8 |
1530 | 2023-12-13T04:15:50.032Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1531 | 2023-12-13T04:15:50.082Z | Compiling futures v0.3.29 |
1532 | 2023-12-13T04:15:52.556Z | Compiling snafu v0.7.5 |
1533 | 2023-12-13T04:15:53.415Z | Compiling yasna v0.5.2 |
1534 | 2023-12-13T04:15:53.939Z | Compiling zip v0.6.6 |
1535 | 2023-12-13T04:15:56.261Z | Compiling clap v4.4.3 |
1536 | 2023-12-13T04:15:57.124Z | Compiling similar v2.3.0 |
1537 | 2023-12-13T04:15:57.190Z | Compiling bit-set v0.5.3 |
1538 | 2023-12-13T04:15:57.650Z | Compiling itertools v0.10.5 |
1539 | 2023-12-13T04:15:58.902Z | Compiling usdt v0.3.5 |
1540 | 2023-12-13T04:15:59.966Z | Compiling tokio-stream v0.1.14 |
1541 | 2023-12-13T04:16:01.913Z | Compiling console v0.15.7 |
1542 | 2023-12-13T04:16:01.992Z | Compiling lalrpop-util v0.19.12 |
1543 | 2023-12-13T04:16:03.262Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1544 | 2023-12-13T04:16:51.481Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1545 | 2023-12-13T04:16:52.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1546 | 2023-12-13T04:16:53.352Z | Compiling sha1 v0.10.6 |
1547 | 2023-12-13T04:17:05.098Z | Compiling atty v0.2.14 |
1548 | 2023-12-13T04:17:05.288Z | Compiling match_cfg v0.1.0 |
1549 | 2023-12-13T04:17:05.442Z | Compiling hostname v0.3.1 |
1550 | 2023-12-13T04:17:05.805Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1551 | 2023-12-13T04:17:05.919Z | Compiling dirs-sys-next v0.1.2 |
1552 | 2023-12-13T04:17:06.094Z | Compiling ident_case v1.0.1 |
1553 | 2023-12-13T04:17:06.336Z | Compiling darling_core v0.20.3 |
1554 | 2023-12-13T04:17:06.450Z | Compiling dirs-next v2.0.0 |
1555 | 2023-12-13T04:17:06.765Z | Compiling thread_local v1.1.7 |
1556 | 2023-12-13T04:17:06.932Z | Compiling slog-async v2.8.0 |
1557 | 2023-12-13T04:17:07.467Z | Compiling camino v1.1.6 |
1558 | 2023-12-13T04:17:07.809Z | Compiling term v0.7.0 |
1559 | 2023-12-13T04:17:07.842Z | Compiling crossbeam-channel v0.5.8 |
1560 | 2023-12-13T04:17:08.498Z | Compiling multer v2.1.0 |
1561 | 2023-12-13T04:17:08.929Z | Compiling instant v0.1.12 |
1562 | 2023-12-13T04:17:09.138Z | Compiling paste v1.0.14 |
1563 | 2023-12-13T04:17:09.706Z | Compiling take_mut v0.2.2 |
1564 | 2023-12-13T04:17:10.090Z | Compiling slog-term v2.9.0 |
1565 | 2023-12-13T04:17:10.276Z | Compiling slog-json v2.6.1 |
1566 | 2023-12-13T04:17:10.854Z | Compiling async-stream-impl v0.3.5 |
1567 | 2023-12-13T04:17:12.384Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1568 | 2023-12-13T04:17:12.405Z | Compiling atomic-waker v1.1.1 |
1569 | 2023-12-13T04:17:12.405Z | Compiling debug-ignore v1.0.5 |
1570 | 2023-12-13T04:17:12.405Z | Compiling waitgroup v0.1.2 |
1571 | 2023-12-13T04:17:12.405Z | Compiling slog-bunyan v2.4.0 |
1572 | 2023-12-13T04:17:12.694Z | Compiling toml v0.8.8 |
1573 | 2023-12-13T04:17:13.198Z | Compiling async-stream v0.3.5 |
1574 | 2023-12-13T04:17:13.355Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1575 | 2023-12-13T04:17:13.685Z | Compiling serde_path_to_error v0.1.14 |
1576 | 2023-12-13T04:17:14.212Z | Compiling structmeta-derive v0.2.0 |
1577 | 2023-12-13T04:17:14.577Z | Compiling strum v0.25.0 |
1578 | 2023-12-13T04:17:14.819Z | Compiling regex-syntax v0.7.5 |
1579 | 2023-12-13T04:17:15.063Z | Compiling backoff v0.4.0 |
1580 | 2023-12-13T04:17:15.089Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1581 | 2023-12-13T04:17:15.527Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2023-12-13T04:17:15.559Z | Compiling macaddr v1.0.1 |
1583 | 2023-12-13T04:17:16.161Z | Compiling proc-macro-error-attr v1.0.4 |
1584 | 2023-12-13T04:17:16.237Z | Compiling proc-macro-crate v1.3.1 |
1585 | 2023-12-13T04:17:16.268Z | Compiling proc-macro-error v1.0.4 |
1586 | 2023-12-13T04:17:16.568Z | Compiling darling_macro v0.20.3 |
1587 | 2023-12-13T04:17:16.933Z | Compiling smoltcp v0.10.0 |
1588 | 2023-12-13T04:17:17.670Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1589 | 2023-12-13T04:17:18.051Z | Compiling num_enum_derive v0.5.11 |
1590 | 2023-12-13T04:17:18.207Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1591 | 2023-12-13T04:17:18.251Z | Compiling darling v0.20.3 |
1592 | 2023-12-13T04:17:18.411Z | Compiling serde_with_macros v3.4.0 |
1593 | 2023-12-13T04:17:18.638Z | Compiling cobs v0.2.3 |
1594 | 2023-12-13T04:17:19.123Z | Compiling fastrand v2.0.0 |
1595 | 2023-12-13T04:17:19.282Z | Compiling structmeta v0.2.0 |
1596 | 2023-12-13T04:17:19.301Z | Compiling embedded-io v0.4.0 |
1597 | 2023-12-13T04:17:19.653Z | Compiling tempfile v3.8.1 |
1598 | 2023-12-13T04:17:19.949Z | Compiling postcard v1.0.8 |
1599 | 2023-12-13T04:17:21.057Z | Compiling foreign-types-macros v0.2.3 |
1600 | 2023-12-13T04:17:21.297Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1601 | 2023-12-13T04:17:21.718Z | Compiling foreign-types-shared v0.3.1 |
1602 | 2023-12-13T04:17:21.888Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2023-12-13T04:17:22.303Z | Compiling same-file v1.0.6 |
1604 | 2023-12-13T04:17:22.544Z | Compiling num_enum v0.5.11 |
1605 | 2023-12-13T04:17:22.740Z | Compiling crucible-workspace-hack v0.1.0 |
1606 | 2023-12-13T04:17:22.769Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1607 | 2023-12-13T04:17:22.869Z | Compiling serde_with v3.4.0 |
1608 | 2023-12-13T04:17:23.033Z | Compiling walkdir v2.4.0 |
1609 | 2023-12-13T04:17:23.242Z | Compiling foreign-types v0.5.0 |
1610 | 2023-12-13T04:17:23.581Z | Compiling is-terminal v0.4.9 |
1611 | 2023-12-13T04:17:24.081Z | Compiling semver-parser v0.10.2 |
1612 | 2023-12-13T04:17:24.106Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1613 | 2023-12-13T04:17:24.288Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1614 | 2023-12-13T04:17:25.145Z | Compiling cstr-argument v0.1.2 |
1615 | 2023-12-13T04:17:25.446Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1616 | 2023-12-13T04:17:26.396Z | Compiling parse-display-derive v0.8.2 |
1617 | 2023-12-13T04:17:27.045Z | Compiling pretty-hex v0.2.1 |
1618 | 2023-12-13T04:17:27.123Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1619 | 2023-12-13T04:17:27.309Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1620 | 2023-12-13T04:17:28.258Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1621 | 2023-12-13T04:17:28.713Z | Compiling semver v0.11.0 |
1622 | 2023-12-13T04:17:28.824Z | Compiling colored v2.0.4 |
1623 | 2023-12-13T04:17:29.112Z | Compiling filetime v0.2.23 |
1624 | 2023-12-13T04:17:29.166Z | Compiling xattr v1.0.1 |
1625 | 2023-12-13T04:17:29.542Z | Compiling home v0.5.5 |
1626 | 2023-12-13T04:17:29.608Z | Compiling tar v0.4.40 |
1627 | 2023-12-13T04:17:29.920Z | Compiling toolchain_find v0.2.0 |
1628 | 2023-12-13T04:17:29.948Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1629 | 2023-12-13T04:17:29.984Z | Compiling camino-tempfile v1.1.1 |
1630 | 2023-12-13T04:17:30.669Z | Compiling zone_cfg_derive v0.3.0 |
1631 | 2023-12-13T04:17:30.792Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1632 | 2023-12-13T04:17:30.883Z | Compiling textwrap v0.11.0 |
1633 | 2023-12-13T04:17:31.467Z | Compiling heck v0.3.3 |
1634 | 2023-12-13T04:17:32.108Z | Compiling toml v0.5.11 |
1635 | 2023-12-13T04:17:32.321Z | Compiling num-derive v0.4.0 |
1636 | 2023-12-13T04:17:32.936Z | Compiling vec_map v0.8.2 |
1637 | 2023-12-13T04:17:33.142Z | Compiling ansi_term v0.12.1 |
1638 | 2023-12-13T04:17:33.168Z | Compiling platforms v3.0.2 |
1639 | 2023-12-13T04:17:33.391Z | Compiling libefi-sys v0.1.0 |
1640 | 2023-12-13T04:17:33.660Z | Compiling strsim v0.8.0 |
1641 | 2023-12-13T04:17:33.825Z | Compiling parse-display v0.8.2 |
1642 | 2023-12-13T04:17:33.922Z | Compiling zone v0.3.0 |
1643 | 2023-12-13T04:17:34.371Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1644 | 2023-12-13T04:17:34.389Z | Compiling clap v2.34.0 |
1645 | 2023-12-13T04:17:34.959Z | Compiling rustfmt-wrapper v0.2.0 |
1646 | 2023-12-13T04:17:35.473Z | Compiling structopt-derive v0.4.18 |
1647 | 2023-12-13T04:17:35.976Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1648 | 2023-12-13T04:17:36.217Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1649 | 2023-12-13T04:17:36.316Z | Compiling omicron-zone-package v0.9.1 |
1650 | 2023-12-13T04:17:36.626Z | Compiling smf v0.2.2 |
1651 | 2023-12-13T04:17:37.839Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1652 | 2023-12-13T04:17:38.920Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1653 | 2023-12-13T04:17:39.365Z | Compiling unicase v2.7.0 |
1654 | 2023-12-13T04:17:39.458Z | Compiling curve25519-dalek v4.1.1 |
1655 | 2023-12-13T04:17:39.507Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1656 | 2023-12-13T04:17:39.795Z | Compiling universal-hash v0.5.1 |
1657 | 2023-12-13T04:17:39.978Z | Compiling opaque-debug v0.3.0 |
1658 | 2023-12-13T04:17:40.049Z | Compiling curve25519-dalek-derive v0.1.0 |
1659 | 2023-12-13T04:17:40.107Z | Compiling num-rational v0.4.1 |
1660 | 2023-12-13T04:17:40.128Z | Compiling getrandom v0.1.16 |
1661 | 2023-12-13T04:17:40.357Z | Compiling structopt v0.3.26 |
1662 | 2023-12-13T04:17:40.697Z | Compiling signature v2.1.0 |
1663 | 2023-12-13T04:17:40.939Z | Compiling quick-error v1.2.3 |
1664 | 2023-12-13T04:17:41.058Z | Compiling parking_lot_core v0.8.6 |
1665 | 2023-12-13T04:17:41.151Z | Compiling linked-hash-map v0.5.6 |
1666 | 2023-12-13T04:17:41.227Z | Compiling keccak v0.1.4 |
1667 | 2023-12-13T04:17:41.716Z | Compiling sha3 v0.10.8 |
1668 | 2023-12-13T04:17:41.786Z | Compiling lru-cache v0.1.2 |
1669 | 2023-12-13T04:17:42.061Z | Compiling resolv-conf v0.7.0 |
1670 | 2023-12-13T04:17:43.151Z | Compiling password-hash v0.5.0 |
1671 | 2023-12-13T04:17:43.349Z | Compiling blake2 v0.10.6 |
1672 | 2023-12-13T04:17:43.439Z | Compiling aead v0.5.2 |
1673 | 2023-12-13T04:17:43.541Z | Compiling secrecy v0.8.0 |
1674 | 2023-12-13T04:17:44.378Z | Compiling num-complex v0.4.4 |
1675 | 2023-12-13T04:17:44.432Z | Compiling nibble_vec v0.1.0 |
1676 | 2023-12-13T04:17:44.432Z | Compiling slog-dtrace v0.2.3 |
1677 | 2023-12-13T04:17:44.718Z | Compiling utf-8 v0.7.6 |
1678 | 2023-12-13T04:17:44.866Z | Compiling winapi v0.3.9 |
1679 | 2023-12-13T04:17:45.215Z | Compiling endian-type v0.1.2 |
1680 | 2023-12-13T04:17:45.234Z | Compiling arc-swap v1.6.0 |
1681 | 2023-12-13T04:17:45.542Z | Compiling cancel-safe-futures v0.1.5 |
1682 | 2023-12-13T04:17:45.722Z | Compiling convert_case v0.4.0 |
1683 | 2023-12-13T04:17:45.815Z | Compiling num v0.4.1 |
1684 | 2023-12-13T04:17:45.935Z | Compiling radix_trie v0.2.1 |
1685 | 2023-12-13T04:17:46.419Z | Compiling slog-scope v4.4.0 |
1686 | 2023-12-13T04:17:46.419Z | Compiling tungstenite v0.20.1 |
1687 | 2023-12-13T04:17:46.609Z | Compiling argon2 v0.5.2 |
1688 | 2023-12-13T04:17:46.944Z | Compiling mime_guess v2.0.4 |
1689 | 2023-12-13T04:17:46.987Z | Compiling trust-dns-resolver v0.22.0 |
1690 | 2023-12-13T04:17:47.244Z | Compiling derive_more v0.99.17 |
1691 | 2023-12-13T04:17:49.242Z | Compiling rand_core v0.5.1 |
1692 | 2023-12-13T04:17:49.949Z | Compiling poly1305 v0.8.0 |
1693 | 2023-12-13T04:17:50.186Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1694 | 2023-12-13T04:17:50.232Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1695 | 2023-12-13T04:17:50.709Z | Compiling chacha20 v0.9.1 |
1696 | 2023-12-13T04:17:51.446Z | Compiling rfc6979 v0.4.0 |
1697 | 2023-12-13T04:17:51.706Z | Compiling thiserror-impl-no-std v2.0.2 |
1698 | 2023-12-13T04:17:51.840Z | Compiling ciborium-io v0.2.1 |
1699 | 2023-12-13T04:17:51.998Z | Compiling option-ext v0.2.0 |
1700 | 2023-12-13T04:17:52.018Z | Compiling half v1.8.2 |
1701 | 2023-12-13T04:17:52.168Z | Compiling dirs-sys v0.4.1 |
1702 | 2023-12-13T04:17:52.819Z | Compiling ciborium-ll v0.2.1 |
1703 | 2023-12-13T04:17:53.045Z | Compiling ecdsa v0.16.9 |
1704 | 2023-12-13T04:17:53.213Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1705 | 2023-12-13T04:17:53.635Z | Compiling parking_lot v0.11.2 |
1706 | 2023-12-13T04:17:54.101Z | Compiling rand_chacha v0.2.2 |
1707 | 2023-12-13T04:17:54.421Z | Compiling tokio-tungstenite v0.20.1 |
1708 | 2023-12-13T04:17:55.241Z | Compiling trust-dns-client v0.22.0 |
1709 | 2023-12-13T04:17:56.220Z | Compiling slog-stdlog v4.1.1 |
1710 | 2023-12-13T04:17:56.798Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1711 | 2023-12-13T04:17:56.999Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1712 | 2023-12-13T04:17:57.198Z | Compiling thiserror-no-std v2.0.2 |
1713 | 2023-12-13T04:17:57.322Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1714 | 2023-12-13T04:17:57.391Z | Compiling ed25519 v2.2.2 |
1715 | 2023-12-13T04:17:57.632Z | Compiling polyval v0.6.1 |
1716 | 2023-12-13T04:17:58.131Z | Compiling primeorder v0.13.6 |
1717 | 2023-12-13T04:17:58.307Z | Compiling blowfish v0.9.1 |
1718 | 2023-12-13T04:17:58.932Z | Compiling ctr v0.9.2 |
1719 | 2023-12-13T04:17:59.045Z | Compiling aes v0.8.3 |
1720 | 2023-12-13T04:17:59.467Z | Compiling password-hash v0.4.2 |
1721 | 2023-12-13T04:18:00.246Z | Compiling libsw v3.3.0 |
1722 | 2023-12-13T04:18:00.960Z | Compiling pbkdf2 v0.12.2 |
1723 | 2023-12-13T04:18:01.198Z | Compiling derive-where v1.2.6 |
1724 | 2023-12-13T04:18:01.648Z | Compiling fxhash v0.2.1 |
1725 | 2023-12-13T04:18:02.952Z | Compiling swrite v0.1.0 |
1726 | 2023-12-13T04:18:03.133Z | Compiling glob v0.3.1 |
1727 | 2023-12-13T04:18:03.959Z | Compiling linear-map v1.2.0 |
1728 | 2023-12-13T04:18:04.520Z | Compiling owo-colors v3.5.0 |
1729 | 2023-12-13T04:18:04.784Z | Compiling trust-dns-server v0.22.1 |
1730 | 2023-12-13T04:18:07.544Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1731 | 2023-12-13T04:18:08.688Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1732 | 2023-12-13T04:18:10.609Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1733 | 2023-12-13T04:18:10.932Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1734 | 2023-12-13T04:18:11.154Z | Compiling sled v0.34.7 |
1735 | 2023-12-13T04:18:11.229Z | Compiling bcrypt-pbkdf v0.10.0 |
1736 | 2023-12-13T04:18:12.141Z | Compiling pbkdf2 v0.11.0 |
1737 | 2023-12-13T04:18:12.788Z | Compiling p256 v0.13.2 |
1738 | 2023-12-13T04:18:14.095Z | Compiling ghash v0.5.0 |
1739 | 2023-12-13T04:18:14.382Z | Compiling ed25519-dalek v2.0.0 |
1740 | 2023-12-13T04:18:16.119Z | Compiling vsss-rs v3.3.2 |
1741 | 2023-12-13T04:18:16.613Z | Compiling slog-envlogger v2.2.0 |
1742 | 2023-12-13T04:18:17.838Z | Compiling russh-cryptovec v0.7.0 |
1743 | 2023-12-13T04:18:18.028Z | Compiling rand v0.7.3 |
1744 | 2023-12-13T04:18:20.067Z | Compiling ciborium v0.2.1 |
1745 | 2023-12-13T04:18:22.835Z | Compiling dirs v5.0.1 |
1746 | 2023-12-13T04:18:22.958Z | Compiling chacha20poly1305 v0.10.1 |
1747 | 2023-12-13T04:18:23.154Z | Compiling cbc v0.1.2 |
1748 | 2023-12-13T04:18:23.225Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1749 | 2023-12-13T04:18:23.270Z | Compiling pem v3.0.2 |
1750 | 2023-12-13T04:18:23.339Z | Compiling headers-core v0.2.0 |
1751 | 2023-12-13T04:18:23.503Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1752 | 2023-12-13T04:18:23.812Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1753 | 2023-12-13T04:18:23.834Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1754 | 2023-12-13T04:18:23.834Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1755 | 2023-12-13T04:18:24.254Z | Compiling kstat-rs v0.2.3 |
1756 | 2023-12-13T04:18:24.486Z | Compiling pretty-hex v0.4.0 |
1757 | 2023-12-13T04:18:24.674Z | Compiling http-range v0.1.5 |
1758 | 2023-12-13T04:18:24.808Z | Compiling md5 v0.7.0 |
1759 | 2023-12-13T04:18:25.224Z | Compiling russh-keys v0.40.0 |
1760 | 2023-12-13T04:18:25.313Z | Compiling hyper-staticfile v0.9.5 |
1761 | 2023-12-13T04:18:25.592Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1762 | 2023-12-13T04:18:26.883Z | Compiling rcgen v0.11.3 |
1763 | 2023-12-13T04:18:30.816Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1764 | 2023-12-13T04:18:31.242Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1765 | 2023-12-13T04:18:31.469Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1766 | 2023-12-13T04:18:34.907Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1767 | 2023-12-13T04:18:35.814Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1768 | 2023-12-13T04:18:39.510Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1769 | 2023-12-13T04:18:39.998Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1770 | 2023-12-13T04:18:40.313Z | Compiling headers v0.3.9 |
1771 | 2023-12-13T04:18:40.814Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1772 | 2023-12-13T04:18:43.033Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1773 | 2023-12-13T04:18:43.703Z | Compiling aes-gcm v0.10.3 |
1774 | 2023-12-13T04:18:44.159Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1775 | 2023-12-13T04:18:48.474Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1776 | 2023-12-13T04:18:54.234Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1777 | 2023-12-13T04:18:54.775Z | Compiling atomicwrites v0.4.2 |
1778 | 2023-12-13T04:18:55.302Z | Compiling itertools v0.12.0 |
1779 | 2023-12-13T04:18:56.777Z | Compiling subprocess v0.2.9 |
1780 | 2023-12-13T04:18:58.098Z | Compiling hex-literal v0.4.1 |
1781 | 2023-12-13T04:18:58.311Z | Compiling display-error-chain v0.2.0 |
1782 | 2023-12-13T04:18:58.550Z | Compiling russh v0.40.0 |
1783 | 2023-12-13T04:19:00.161Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1784 | 2023-12-13T04:19:00.210Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1785 | 2023-12-13T04:19:00.441Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1786 | 2023-12-13T04:19:30.006Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1787 | 2023-12-13T04:20:49.761Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 00s |
1788 | 2023-12-13T04:20:50.099Z | |
1789 | 2023-12-13T04:20:50.099Z | real 8:01.107958411 |
1790 | 2023-12-13T04:20:50.099Z | user 44:13.718679605 |
1791 | 2023-12-13T04:20:50.099Z | sys 6:44.936661324 |
1792 | 2023-12-13T04:20:50.099Z | trap 1.656672483 |
1793 | 2023-12-13T04:20:50.099Z | tflt 2.983201204 |
1794 | 2023-12-13T04:20:50.102Z | dflt 6.929127182 |
1795 | 2023-12-13T04:20:50.103Z | kflt 0.032147715 |
1796 | 2023-12-13T04:20:50.103Z | lock 1:24:14.927375323 |
1797 | 2023-12-13T04:20:50.103Z | slp 2:06:11.999166320 |
1798 | 2023-12-13T04:20:50.103Z | lat 1:59.973306170 |
1799 | 2023-12-13T04:20:50.103Z | stop 4:27.388250976 |
1800 | 2023-12-13T04:20:50.103Z | + mkdir -p /work/end-to-end-tests |
1801 | 2023-12-13T04:20:50.109Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1802 | 2023-12-13T04:20:51.118Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1803 | 2023-12-13T04:20:51.118Z | + ptime -m gzip |
1804 | 2023-12-13T04:20:51.123Z | ++ basename target/debug/bootstrap |
1805 | 2023-12-13T04:21:08.060Z | |
1806 | 2023-12-13T04:21:08.060Z | real 16.935680799 |
1807 | 2023-12-13T04:21:08.060Z | user 16.755913529 |
1808 | 2023-12-13T04:21:08.060Z | sys 0.162736994 |
1809 | 2023-12-13T04:21:08.065Z | trap 0.006331718 |
1810 | 2023-12-13T04:21:08.065Z | tflt 0.000000000 |
1811 | 2023-12-13T04:21:08.065Z | dflt 0.000000000 |
1812 | 2023-12-13T04:21:08.065Z | kflt 0.000000000 |
1813 | 2023-12-13T04:21:08.065Z | lock 0.000000000 |
1814 | 2023-12-13T04:21:08.066Z | slp 0.000000000 |
1815 | 2023-12-13T04:21:08.066Z | lat 0.010357563 |
1816 | 2023-12-13T04:21:08.066Z | stop 0.000227260 |
1817 | 2023-12-13T04:21:08.066Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1818 | 2023-12-13T04:21:08.066Z | + ptime -m gzip |
1819 | 2023-12-13T04:21:08.066Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cc02af252c51050b |
1820 | 2023-12-13T04:21:09.161Z | |
1821 | 2023-12-13T04:21:09.171Z | real 1.085576859 |
1822 | 2023-12-13T04:21:09.171Z | user 1.074351756 |
1823 | 2023-12-13T04:21:09.171Z | sys 0.010613677 |
1824 | 2023-12-13T04:21:09.171Z | trap 0.000096229 |
1825 | 2023-12-13T04:21:09.171Z | tflt 0.000000000 |
1826 | 2023-12-13T04:21:09.171Z | dflt 0.000000000 |
1827 | 2023-12-13T04:21:09.171Z | kflt 0.000000000 |
1828 | 2023-12-13T04:21:09.171Z | lock 0.000000000 |
1829 | 2023-12-13T04:21:09.171Z | slp 0.000000000 |
1830 | 2023-12-13T04:21:09.171Z | lat 0.000171832 |
1831 | 2023-12-13T04:21:09.172Z | stop 0.000227464 |
1832 | 2023-12-13T04:21:09.172Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1833 | 2023-12-13T04:21:09.172Z | + ptime -m gzip |
1834 | 2023-12-13T04:21:09.172Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c0f56f9124e0823c |
1835 | 2023-12-13T04:21:26.533Z | |
1836 | 2023-12-13T04:21:26.534Z | real 17.371628777 |
1837 | 2023-12-13T04:21:26.534Z | user 17.210421946 |
1838 | 2023-12-13T04:21:26.534Z | sys 0.157488626 |
1839 | 2023-12-13T04:21:26.534Z | trap 0.002562967 |
1840 | 2023-12-13T04:21:26.534Z | tflt 0.000000000 |
1841 | 2023-12-13T04:21:26.534Z | dflt 0.000000000 |
1842 | 2023-12-13T04:21:26.538Z | kflt 0.000000000 |
1843 | 2023-12-13T04:21:26.538Z | lock 0.000000000 |
1844 | 2023-12-13T04:21:26.538Z | slp 0.000000000 |
1845 | 2023-12-13T04:21:26.538Z | lat 0.000817685 |
1846 | 2023-12-13T04:21:26.538Z | stop 0.000225387 |
1847 | 2023-12-13T04:21:26.538Z | + banner caboose-util |
1848 | 2023-12-13T04:21:26.539Z | |
1849 | 2023-12-13T04:21:26.539Z | #### ## ##### #### #### #### ###### # # ##### |
1850 | 2023-12-13T04:21:26.539Z | # # # # # # # # # # # # # # # |
1851 | 2023-12-13T04:21:26.539Z | # # # ##### # # # # #### ##### ##### # # # |
1852 | 2023-12-13T04:21:26.539Z | # ###### # # # # # # # # # # # |
1853 | 2023-12-13T04:21:26.539Z | # # # # # # # # # # # # # # # # |
1854 | 2023-12-13T04:21:26.539Z | #### # # ##### #### #### #### ###### #### # |
1855 | 2023-12-13T04:21:26.539Z | |
1856 | 2023-12-13T04:21:26.539Z | + ptime -m cargo build --locked -p caboose-util --release |
1857 | 2023-12-13T04:21:27.193Z | Downloading crates ... |
1858 | 2023-12-13T04:21:27.605Z | Downloaded maybe-uninit v2.0.0 |
1859 | 2023-12-13T04:21:27.618Z | Downloaded nodrop v0.1.14 |
1860 | 2023-12-13T04:21:27.624Z | Downloaded bitfield v0.14.0 |
1861 | 2023-12-13T04:21:27.628Z | Downloaded termcolor v1.2.0 |
1862 | 2023-12-13T04:21:27.631Z | Downloaded crc v3.0.1 |
1863 | 2023-12-13T04:21:27.634Z | Downloaded packed_struct v0.10.1 |
1864 | 2023-12-13T04:21:27.637Z | Downloaded funty v2.0.0 |
1865 | 2023-12-13T04:21:27.637Z | Downloaded serde-hex v0.1.0 |
1866 | 2023-12-13T04:21:27.641Z | Downloaded crc-catalog v2.2.0 |
1867 | 2023-12-13T04:21:27.642Z | Downloaded array-init v0.0.4 |
1868 | 2023-12-13T04:21:27.646Z | Downloaded pkcs1 v0.7.5 |
1869 | 2023-12-13T04:21:27.650Z | Downloaded path-slash v0.1.5 |
1870 | 2023-12-13T04:21:27.650Z | Downloaded smallvec v0.6.14 |
1871 | 2023-12-13T04:21:27.655Z | Downloaded crc-any v2.4.3 |
1872 | 2023-12-13T04:21:27.665Z | Downloaded ron v0.8.1 |
1873 | 2023-12-13T04:21:27.687Z | Downloaded x509-cert v0.2.4 |
1874 | 2023-12-13T04:21:27.712Z | Downloaded num-bigint-dig v0.8.4 |
1875 | 2023-12-13T04:21:27.712Z | Downloaded object v0.30.4 |
1876 | 2023-12-13T04:21:27.712Z | Downloaded bitvec v1.0.1 |
1877 | 2023-12-13T04:21:27.727Z | Downloaded rsa v0.9.2 |
1878 | 2023-12-13T04:21:27.738Z | Downloaded tap v1.0.1 |
1879 | 2023-12-13T04:21:28.153Z | Downloaded env_logger v0.10.0 |
1880 | 2023-12-13T04:21:28.153Z | Downloaded wyz v0.5.1 |
1881 | 2023-12-13T04:21:28.154Z | Downloaded radium v0.7.0 |
1882 | 2023-12-13T04:21:28.154Z | Downloaded packed_struct_codegen v0.10.1 |
1883 | 2023-12-13T04:21:28.161Z | Compiling proc-macro2 v1.0.69 |
1884 | 2023-12-13T04:21:28.161Z | Compiling unicode-ident v1.0.12 |
1885 | 2023-12-13T04:21:28.161Z | Compiling libc v0.2.151 |
1886 | 2023-12-13T04:21:28.161Z | Compiling autocfg v1.1.0 |
1887 | 2023-12-13T04:21:28.161Z | Compiling serde v1.0.193 |
1888 | 2023-12-13T04:21:28.161Z | Compiling cfg-if v1.0.0 |
1889 | 2023-12-13T04:21:28.161Z | Compiling version_check v0.9.4 |
1890 | 2023-12-13T04:21:28.162Z | Compiling typenum v1.16.0 |
1891 | 2023-12-13T04:21:28.162Z | Compiling syn v1.0.109 |
1892 | 2023-12-13T04:21:28.173Z | Compiling parking_lot_core v0.9.8 |
1893 | 2023-12-13T04:21:28.714Z | Compiling libm v0.2.7 |
1894 | 2023-12-13T04:21:28.728Z | Compiling futures-core v0.3.29 |
1895 | 2023-12-13T04:21:28.920Z | Compiling generic-array v0.14.7 |
1896 | 2023-12-13T04:21:28.982Z | Compiling lock_api v0.4.10 |
1897 | 2023-12-13T04:21:29.159Z | Compiling num-traits v0.2.16 |
1898 | 2023-12-13T04:21:29.171Z | Compiling once_cell v1.19.0 |
1899 | 2023-12-13T04:21:29.307Z | Compiling pkg-config v0.3.27 |
1900 | 2023-12-13T04:21:29.409Z | Compiling scopeguard v1.2.0 |
1901 | 2023-12-13T04:21:29.567Z | Compiling slab v0.4.9 |
1902 | 2023-12-13T04:21:29.578Z | Compiling futures-task v0.3.29 |
1903 | 2023-12-13T04:21:29.936Z | Compiling quote v1.0.33 |
1904 | 2023-12-13T04:21:29.981Z | Compiling serde_json v1.0.108 |
1905 | 2023-12-13T04:21:30.023Z | Compiling futures-channel v0.3.29 |
1906 | 2023-12-13T04:21:30.423Z | Compiling memchr v2.6.3 |
1907 | 2023-12-13T04:21:30.457Z | Compiling thiserror v1.0.49 |
1908 | 2023-12-13T04:21:30.894Z | Compiling syn v2.0.32 |
1909 | 2023-12-13T04:21:30.986Z | Compiling cc v1.0.83 |
1910 | 2023-12-13T04:21:31.003Z | Compiling getrandom v0.2.10 |
1911 | 2023-12-13T04:21:31.620Z | Compiling rand_core v0.6.4 |
1912 | 2023-12-13T04:21:32.300Z | Compiling byteorder v1.5.0 |
1913 | 2023-12-13T04:21:32.535Z | Compiling itoa v1.0.9 |
1914 | 2023-12-13T04:21:33.090Z | Compiling futures-util v0.3.29 |
1915 | 2023-12-13T04:21:33.128Z | Compiling smallvec v1.11.2 |
1916 | 2023-12-13T04:21:33.945Z | Compiling vcpkg v0.2.15 |
1917 | 2023-12-13T04:21:33.982Z | Compiling log v0.4.20 |
1918 | 2023-12-13T04:21:35.740Z | Compiling pin-project-lite v0.2.13 |
1919 | 2023-12-13T04:21:35.761Z | Compiling const-oid v0.9.5 |
1920 | 2023-12-13T04:21:35.906Z | Compiling ring v0.17.7 |
1921 | 2023-12-13T04:21:36.115Z | Compiling parking_lot v0.12.1 |
1922 | 2023-12-13T04:21:36.507Z | Compiling indexmap v1.9.3 |
1923 | 2023-12-13T04:21:36.735Z | Compiling openssl-sys v0.9.96 |
1924 | 2023-12-13T04:21:37.816Z | Compiling io-lifetimes v1.0.11 |
1925 | 2023-12-13T04:21:38.088Z | Compiling heck v0.4.1 |
1926 | 2023-12-13T04:21:38.413Z | Compiling subtle v2.5.0 |
1927 | 2023-12-13T04:21:38.659Z | Compiling ring v0.16.20 |
1928 | 2023-12-13T04:21:38.880Z | Compiling num-integer v0.1.45 |
1929 | 2023-12-13T04:21:38.892Z | Compiling semver v1.0.20 |
1930 | 2023-12-13T04:21:39.426Z | Compiling ryu v1.0.15 |
1931 | 2023-12-13T04:21:41.371Z | Compiling rustix v0.37.23 |
1932 | 2023-12-13T04:21:41.413Z | Compiling spin v0.5.2 |
1933 | 2023-12-13T04:21:42.180Z | Compiling mio v0.8.9 |
1934 | 2023-12-13T04:21:42.403Z | Compiling num_cpus v1.16.0 |
1935 | 2023-12-13T04:21:42.546Z | Compiling socket2 v0.5.5 |
1936 | 2023-12-13T04:21:42.570Z | Compiling signal-hook-registry v1.4.1 |
1937 | 2023-12-13T04:21:43.379Z | Compiling httparse v1.8.0 |
1938 | 2023-12-13T04:21:43.433Z | Compiling unicode-xid v0.2.4 |
1939 | 2023-12-13T04:21:43.558Z | Compiling openssl v0.10.60 |
1940 | 2023-12-13T04:21:43.654Z | Compiling futures-sink v0.3.29 |
1941 | 2023-12-13T04:21:43.860Z | Compiling ucd-trie v0.1.6 |
1942 | 2023-12-13T04:21:43.887Z | Compiling synstructure v0.12.6 |
1943 | 2023-12-13T04:21:44.086Z | Compiling tinyvec_macros v0.1.1 |
1944 | 2023-12-13T04:21:44.192Z | Compiling tinyvec v1.6.0 |
1945 | 2023-12-13T04:21:45.428Z | Compiling crc32fast v1.3.2 |
1946 | 2023-12-13T04:21:46.041Z | Compiling pin-utils v0.1.0 |
1947 | 2023-12-13T04:21:46.154Z | Compiling futures-io v0.3.29 |
1948 | 2023-12-13T04:21:46.313Z | Compiling native-tls v0.2.11 |
1949 | 2023-12-13T04:21:46.531Z | Compiling ppv-lite86 v0.2.17 |
1950 | 2023-12-13T04:21:46.739Z | Compiling rustls v0.21.9 |
1951 | 2023-12-13T04:21:46.765Z | Compiling unicode-normalization v0.1.22 |
1952 | 2023-12-13T04:21:47.128Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1953 | 2023-12-13T04:21:47.541Z | Compiling spin v0.9.8 |
1954 | 2023-12-13T04:21:47.927Z | Compiling rand_chacha v0.3.1 |
1955 | 2023-12-13T04:21:47.966Z | Compiling tracing-core v0.1.31 |
1956 | 2023-12-13T04:21:48.010Z | Compiling base64ct v1.6.0 |
1957 | 2023-12-13T04:21:48.348Z | Compiling unicode-bidi v0.3.13 |
1958 | 2023-12-13T04:21:48.543Z | Compiling rand v0.8.5 |
1959 | 2023-12-13T04:21:49.102Z | Compiling pem-rfc7468 v0.7.0 |
1960 | 2023-12-13T04:21:50.594Z | Compiling errno v0.3.2 |
1961 | 2023-12-13T04:21:50.891Z | Compiling num-iter v0.1.43 |
1962 | 2023-12-13T04:21:50.956Z | Compiling ahash v0.8.6 |
1963 | 2023-12-13T04:21:51.230Z | Compiling usdt-impl v0.3.5 |
1964 | 2023-12-13T04:21:51.304Z | Compiling schemars v0.8.13 |
1965 | 2023-12-13T04:21:51.555Z | Compiling rustix v0.38.25 |
1966 | 2023-12-13T04:21:51.698Z | Compiling flagset v0.4.3 |
1967 | 2023-12-13T04:21:51.916Z | Compiling base64 v0.21.5 |
1968 | 2023-12-13T04:21:52.031Z | Compiling serde_derive_internals v0.26.0 |
1969 | 2023-12-13T04:21:52.285Z | Compiling serde_derive v1.0.193 |
1970 | 2023-12-13T04:21:52.368Z | Compiling zeroize_derive v1.4.2 |
1971 | 2023-12-13T04:21:52.475Z | Compiling tokio-macros v2.2.0 |
1972 | 2023-12-13T04:21:52.607Z | Compiling thiserror-impl v1.0.49 |
1973 | 2023-12-13T04:21:53.030Z | Compiling futures-macro v0.3.29 |
1974 | 2023-12-13T04:21:53.960Z | Compiling tracing-attributes v0.1.26 |
1975 | 2023-12-13T04:21:54.169Z | Compiling der_derive v0.7.2 |
1976 | 2023-12-13T04:21:54.698Z | Compiling zeroize v1.7.0 |
1977 | 2023-12-13T04:21:55.745Z | Compiling zerocopy-derive v0.2.0 |
1978 | 2023-12-13T04:21:56.048Z | Compiling openssl-macros v0.1.1 |
1979 | 2023-12-13T04:21:57.195Z | Compiling pest v2.7.2 |
1980 | 2023-12-13T04:21:57.588Z | Compiling crypto-common v0.1.6 |
1981 | 2023-12-13T04:21:57.861Z | Compiling block-buffer v0.10.4 |
1982 | 2023-12-13T04:21:58.036Z | Compiling zerocopy-derive v0.6.4 |
1983 | 2023-12-13T04:21:58.229Z | Compiling digest v0.10.7 |
1984 | 2023-12-13T04:21:58.549Z | Compiling zerocopy-derive v0.7.26 |
1985 | 2023-12-13T04:21:58.883Z | Compiling der v0.7.8 |
1986 | 2023-12-13T04:21:59.192Z | Compiling tracing v0.1.37 |
1987 | 2023-12-13T04:22:01.460Z | Compiling pest_meta v2.7.2 |
1988 | 2023-12-13T04:22:05.969Z | Compiling pest_generator v2.7.2 |
1989 | 2023-12-13T04:22:07.035Z | Compiling fnv v1.0.7 |
1990 | 2023-12-13T04:22:07.193Z | Compiling bitflags v1.3.2 |
1991 | 2023-12-13T04:22:08.286Z | Compiling spki v0.7.2 |
1992 | 2023-12-13T04:22:08.910Z | Compiling pest_derive v2.7.2 |
1993 | 2023-12-13T04:22:09.065Z | Compiling zerocopy v0.3.0 |
1994 | 2023-12-13T04:22:09.545Z | Compiling schemars_derive v0.8.13 |
1995 | 2023-12-13T04:22:09.981Z | Compiling lazy_static v1.4.0 |
1996 | 2023-12-13T04:22:10.531Z | Compiling backtrace v0.3.69 |
1997 | 2023-12-13T04:22:11.130Z | Compiling num-bigint v0.4.4 |
1998 | 2023-12-13T04:22:11.143Z | Compiling memoffset v0.9.0 |
1999 | 2023-12-13T04:22:11.561Z | Compiling untrusted v0.7.1 |
2000 | 2023-12-13T04:22:11.804Z | Compiling hashbrown v0.12.3 |
2001 | 2023-12-13T04:22:11.838Z | Compiling crossbeam-utils v0.8.16 |
2002 | 2023-12-13T04:22:12.459Z | Compiling openssl-probe v0.1.5 |
2003 | 2023-12-13T04:22:12.498Z | Compiling async-trait v0.1.74 |
2004 | 2023-12-13T04:22:12.872Z | Compiling smoltcp v0.9.1 |
2005 | 2023-12-13T04:22:13.144Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2006 | 2023-12-13T04:22:13.263Z | Compiling hashbrown v0.14.2 |
2007 | 2023-12-13T04:22:14.114Z | Compiling untrusted v0.9.0 |
2008 | 2023-12-13T04:22:14.268Z | Compiling doc-comment v0.3.3 |
2009 | 2023-12-13T04:22:14.339Z | Compiling percent-encoding v2.3.1 |
2010 | 2023-12-13T04:22:14.683Z | Compiling bytes v1.5.0 |
2011 | 2023-12-13T04:22:15.033Z | Compiling bitflags v2.4.0 |
2012 | 2023-12-13T04:22:15.264Z | Compiling uuid v1.6.1 |
2013 | 2023-12-13T04:22:15.588Z | Compiling equivalent v1.0.1 |
2014 | 2023-12-13T04:22:15.656Z | Compiling rustc_version v0.4.0 |
2015 | 2023-12-13T04:22:15.727Z | Compiling iana-time-zone v0.1.57 |
2016 | 2023-12-13T04:22:15.993Z | Compiling foreign-types-shared v0.1.1 |
2017 | 2023-12-13T04:22:16.241Z | Compiling tokio v1.35.0 |
2018 | 2023-12-13T04:22:16.603Z | Compiling heapless v0.7.16 |
2019 | 2023-12-13T04:22:16.888Z | Compiling http v0.2.11 |
2020 | 2023-12-13T04:22:17.179Z | Compiling foreign-types v0.3.2 |
2021 | 2023-12-13T04:22:17.264Z | Compiling chrono v0.4.31 |
2022 | 2023-12-13T04:22:17.288Z | Compiling indexmap v2.1.0 |
2023 | 2023-12-13T04:22:22.570Z | Compiling dof v0.1.5 |
2024 | 2023-12-13T04:22:23.886Z | Compiling dtrace-parser v0.1.14 |
2025 | 2023-12-13T04:22:24.980Z | Compiling hmac v0.12.1 |
2026 | 2023-12-13T04:22:25.283Z | Compiling clap_derive v4.4.2 |
2027 | 2023-12-13T04:22:26.759Z | Compiling thread-id v4.2.0 |
2028 | 2023-12-13T04:22:26.803Z | Compiling anstyle v1.0.2 |
2029 | 2023-12-13T04:22:26.886Z | Compiling cpufeatures v0.2.9 |
2030 | 2023-12-13T04:22:26.898Z | Compiling utf8parse v0.2.1 |
2031 | 2023-12-13T04:22:27.153Z | Compiling adler v1.0.2 |
2032 | 2023-12-13T04:22:27.308Z | Compiling time-core v0.1.1 |
2033 | 2023-12-13T04:22:27.624Z | Compiling rustversion v1.0.14 |
2034 | 2023-12-13T04:22:27.730Z | Compiling siphasher v0.3.11 |
2035 | 2023-12-13T04:22:28.411Z | Compiling try-lock v0.2.4 |
2036 | 2023-12-13T04:22:28.550Z | Compiling want v0.3.1 |
2037 | 2023-12-13T04:22:28.675Z | Compiling time-macros v0.2.13 |
2038 | 2023-12-13T04:22:28.915Z | Compiling tokio-util v0.7.10 |
2039 | 2023-12-13T04:22:31.243Z | Compiling h2 v0.3.21 |
2040 | 2023-12-13T04:22:32.861Z | Compiling miniz_oxide v0.7.1 |
2041 | 2023-12-13T04:22:34.949Z | Compiling anstyle-parse v0.2.1 |
2042 | 2023-12-13T04:22:35.554Z | Compiling sha2 v0.10.8 |
2043 | 2023-12-13T04:22:38.548Z | Compiling sct v0.7.0 |
2044 | 2023-12-13T04:22:38.671Z | Compiling rustls-webpki v0.101.7 |
2045 | 2023-12-13T04:22:39.301Z | Compiling http-body v0.4.5 |
2046 | 2023-12-13T04:22:39.937Z | Compiling serde_tokenstream v0.1.7 |
2047 | 2023-12-13T04:22:40.690Z | Compiling form_urlencoded v1.2.1 |
2048 | 2023-12-13T04:22:41.127Z | Compiling pkcs8 v0.10.2 |
2049 | 2023-12-13T04:22:41.495Z | Compiling hubpack_derive v0.1.1 |
2050 | 2023-12-13T04:22:41.622Z | Compiling pin-project-internal v1.1.3 |
2051 | 2023-12-13T04:22:42.839Z | Compiling socket2 v0.4.9 |
2052 | 2023-12-13T04:22:42.840Z | Compiling crossbeam-epoch v0.9.15 |
2053 | 2023-12-13T04:22:42.840Z | Compiling tower-service v0.3.2 |
2054 | 2023-12-13T04:22:43.259Z | Compiling radium v0.7.0 |
2055 | 2023-12-13T04:22:43.852Z | Compiling httpdate v1.0.3 |
2056 | 2023-12-13T04:22:44.285Z | Compiling anstyle-query v1.0.0 |
2057 | 2023-12-13T04:22:44.480Z | Compiling slog v2.7.0 |
2058 | 2023-12-13T04:22:44.660Z | Compiling colorchoice v1.0.0 |
2059 | 2023-12-13T04:22:44.673Z | Compiling anyhow v1.0.75 |
2060 | 2023-12-13T04:22:45.383Z | Compiling anstream v0.5.0 |
2061 | 2023-12-13T04:22:46.015Z | Compiling hyper v0.14.27 |
2062 | 2023-12-13T04:22:51.815Z | Compiling terminal_size v0.2.6 |
2063 | 2023-12-13T04:22:54.559Z | Compiling toml_datetime v0.6.5 |
2064 | 2023-12-13T04:22:54.792Z | Compiling serde_spanned v0.6.4 |
2065 | 2023-12-13T04:22:55.183Z | Compiling rustls-pemfile v1.0.3 |
2066 | 2023-12-13T04:22:55.645Z | Compiling zerocopy v0.6.4 |
2067 | 2023-12-13T04:22:57.796Z | Compiling md-5 v0.10.5 |
2068 | 2023-12-13T04:22:57.823Z | Compiling idna v0.5.0 |
2069 | 2023-12-13T04:22:57.877Z | Compiling stringprep v0.1.3 |
2070 | 2023-12-13T04:23:00.307Z | Compiling diesel_table_macro_syntax v0.1.0 |
2071 | 2023-12-13T04:23:00.347Z | Compiling hash32 v0.2.1 |
2072 | 2023-12-13T04:23:00.863Z | Compiling aho-corasick v1.0.4 |
2073 | 2023-12-13T04:23:01.005Z | Compiling strsim v0.10.0 |
2074 | 2023-12-13T04:23:01.117Z | Compiling clap_lex v0.5.1 |
2075 | 2023-12-13T04:23:01.454Z | Compiling stable_deref_trait v1.2.0 |
2076 | 2023-12-13T04:23:01.585Z | Compiling maybe-uninit v2.0.0 |
2077 | 2023-12-13T04:23:01.812Z | Compiling tap v1.0.1 |
2078 | 2023-12-13T04:23:02.087Z | Compiling fallible-iterator v0.2.0 |
2079 | 2023-12-13T04:23:02.247Z | Compiling regex-syntax v0.8.2 |
2080 | 2023-12-13T04:23:03.164Z | Compiling gimli v0.28.0 |
2081 | 2023-12-13T04:23:03.309Z | Compiling winnow v0.5.15 |
2082 | 2023-12-13T04:23:04.095Z | Compiling dyn-clone v1.0.13 |
2083 | 2023-12-13T04:23:04.351Z | Compiling either v1.9.0 |
2084 | 2023-12-13T04:23:04.446Z | Compiling postgres-protocol v0.6.6 |
2085 | 2023-12-13T04:23:04.944Z | Compiling wyz v0.5.1 |
2086 | 2023-12-13T04:23:06.860Z | Compiling clap_builder v4.4.2 |
2087 | 2023-12-13T04:23:06.997Z | Compiling diesel_derives v2.1.2 |
2088 | 2023-12-13T04:23:08.537Z | Compiling regex-automata v0.4.3 |
2089 | 2023-12-13T04:23:09.438Z | Compiling url v2.5.0 |
2090 | 2023-12-13T04:23:09.789Z | Compiling tokio-rustls v0.24.1 |
2091 | 2023-12-13T04:23:10.124Z | Compiling addr2line v0.21.0 |
2092 | 2023-12-13T04:23:11.219Z | Compiling rustls-native-certs v0.6.3 |
2093 | 2023-12-13T04:23:11.736Z | Compiling strum_macros v0.25.2 |
2094 | 2023-12-13T04:23:13.001Z | Compiling tokio-native-tls v0.3.1 |
2095 | 2023-12-13T04:23:18.183Z | Compiling usdt-attr-macro v0.3.5 |
2096 | 2023-12-13T04:23:18.226Z | Compiling usdt-macro v0.3.5 |
2097 | 2023-12-13T04:23:20.267Z | Compiling phf_shared v0.11.2 |
2098 | 2023-12-13T04:23:21.452Z | Compiling zerocopy v0.7.26 |
2099 | 2023-12-13T04:23:21.941Z | Compiling block-padding v0.3.3 |
2100 | 2023-12-13T04:23:21.982Z | Compiling snafu-derive v0.7.5 |
2101 | 2023-12-13T04:23:22.253Z | Compiling enum-as-inner v0.5.1 |
2102 | 2023-12-13T04:23:23.771Z | Compiling serde_repr v0.1.16 |
2103 | 2023-12-13T04:23:24.396Z | Compiling ff v0.13.0 |
2104 | 2023-12-13T04:23:24.731Z | Compiling scheduled-thread-pool v0.2.7 |
2105 | 2023-12-13T04:23:25.376Z | Compiling object v0.32.1 |
2106 | 2023-12-13T04:23:30.470Z | Compiling base16ct v0.2.0 |
2107 | 2023-12-13T04:23:30.882Z | Compiling packed_struct v0.10.1 |
2108 | 2023-12-13T04:23:30.936Z | Compiling num_threads v0.1.6 |
2109 | 2023-12-13T04:23:31.100Z | Compiling regex-automata v0.1.10 |
2110 | 2023-12-13T04:23:31.622Z | Compiling deranged v0.3.8 |
2111 | 2023-12-13T04:23:31.847Z | Compiling managed v0.8.0 |
2112 | 2023-12-13T04:23:32.576Z | Compiling bit-vec v0.6.3 |
2113 | 2023-12-13T04:23:32.596Z | Compiling ipnet v2.8.0 |
2114 | 2023-12-13T04:23:33.223Z | Compiling rustc-demangle v0.1.23 |
2115 | 2023-12-13T04:23:34.298Z | Compiling matches v0.1.10 |
2116 | 2023-12-13T04:23:34.413Z | Compiling funty v2.0.0 |
2117 | 2023-12-13T04:23:34.682Z | Compiling num-bigint-dig v0.8.4 |
2118 | 2023-12-13T04:23:36.615Z | Compiling bitvec v1.0.1 |
2119 | 2023-12-13T04:23:38.462Z | Compiling time v0.3.27 |
2120 | 2023-12-13T04:23:40.941Z | Compiling idna v0.2.3 |
2121 | 2023-12-13T04:23:42.677Z | Compiling bstr v0.2.17 |
2122 | 2023-12-13T04:23:44.508Z | Compiling sec1 v0.7.3 |
2123 | 2023-12-13T04:23:46.043Z | Compiling r2d2 v0.8.10 |
2124 | 2023-12-13T04:23:46.043Z | Compiling group v0.13.0 |
2125 | 2023-12-13T04:24:07.309Z | Compiling inout v0.1.3 |
2126 | 2023-12-13T04:24:08.294Z | Compiling phf v0.11.2 |
2127 | 2023-12-13T04:24:08.295Z | Compiling regex v1.10.2 |
2128 | 2023-12-13T04:24:08.295Z | Compiling hyper-tls v0.5.0 |
2129 | 2023-12-13T04:24:08.295Z | Compiling clap v4.4.3 |
2130 | 2023-12-13T04:24:08.471Z | Compiling hyper-rustls v0.24.2 |
2131 | 2023-12-13T04:24:08.471Z | Compiling bzip2 v0.4.4 |
2132 | 2023-12-13T04:24:08.471Z | Compiling toml_edit v0.19.15 |
2133 | 2023-12-13T04:24:08.471Z | Compiling flate2 v1.0.28 |
2134 | 2023-12-13T04:24:08.472Z | Compiling ipnetwork v0.20.0 |
2135 | 2023-12-13T04:24:08.472Z | Compiling postgres-types v0.2.6 |
2136 | 2023-12-13T04:24:08.472Z | Compiling itertools v0.11.0 |
2137 | 2023-12-13T04:24:08.472Z | Compiling pin-project v1.1.3 |
2138 | 2023-12-13T04:24:08.472Z | Compiling hubpack v0.1.2 |
2139 | 2023-12-13T04:24:08.472Z | Compiling serde_urlencoded v0.7.1 |
2140 | 2023-12-13T04:24:08.472Z | Compiling phf_shared v0.10.0 |
2141 | 2023-12-13T04:24:08.472Z | Compiling hkdf v0.12.3 |
2142 | 2023-12-13T04:24:08.472Z | Compiling futures-executor v0.3.29 |
2143 | 2023-12-13T04:24:08.472Z | Compiling crypto-bigint v0.5.2 |
2144 | 2023-12-13T04:24:08.472Z | Compiling packed_struct_codegen v0.10.1 |
2145 | 2023-12-13T04:24:08.472Z | Compiling float-cmp v0.9.0 |
2146 | 2023-12-13T04:24:08.472Z | Compiling encoding_rs v0.8.33 |
2147 | 2023-12-13T04:24:08.472Z | Compiling precomputed-hash v0.1.1 |
2148 | 2023-12-13T04:24:08.472Z | Compiling unicode-width v0.1.11 |
2149 | 2023-12-13T04:24:08.472Z | Compiling unicode-segmentation v1.10.1 |
2150 | 2023-12-13T04:24:08.472Z | Compiling crc-catalog v2.2.0 |
2151 | 2023-12-13T04:24:08.472Z | Compiling webpki-roots v0.25.2 |
2152 | 2023-12-13T04:24:08.473Z | Compiling minimal-lexical v0.2.1 |
2153 | 2023-12-13T04:24:08.473Z | Compiling fixedbitset v0.4.2 |
2154 | 2023-12-13T04:24:08.473Z | Compiling predicates-core v1.0.6 |
2155 | 2023-12-13T04:24:08.473Z | Compiling new_debug_unreachable v1.0.4 |
2156 | 2023-12-13T04:24:08.473Z | Compiling mime v0.3.17 |
2157 | 2023-12-13T04:24:08.473Z | Compiling data-encoding v2.4.0 |
2158 | 2023-12-13T04:24:08.473Z | Compiling regex-automata v0.3.8 |
2159 | 2023-12-13T04:24:08.473Z | Compiling nodrop v0.1.14 |
2160 | 2023-12-13T04:24:08.473Z | Compiling difflib v0.4.0 |
2161 | 2023-12-13T04:24:08.473Z | Compiling whoami v1.4.1 |
2162 | 2023-12-13T04:24:08.473Z | Compiling normalize-line-endings v0.3.0 |
2163 | 2023-12-13T04:24:08.473Z | Compiling static_assertions v1.1.0 |
2164 | 2023-12-13T04:24:08.473Z | Compiling predicates v3.0.4 |
2165 | 2023-12-13T04:24:08.473Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2166 | 2023-12-13T04:24:08.473Z | Compiling tokio-postgres v0.7.10 |
2167 | 2023-12-13T04:24:08.539Z | Compiling bstr v1.6.0 |
2168 | 2023-12-13T04:24:09.045Z | Compiling reqwest v0.11.22 |
2169 | 2023-12-13T04:24:12.037Z | Compiling trust-dns-proto v0.22.0 |
2170 | 2023-12-13T04:24:14.856Z | Compiling array-init v0.0.4 |
2171 | 2023-12-13T04:24:20.634Z | Compiling string_cache v0.8.7 |
2172 | 2023-12-13T04:24:21.280Z | Compiling petgraph v0.6.4 |
2173 | 2023-12-13T04:24:22.107Z | Compiling nom v7.1.3 |
2174 | 2023-12-13T04:24:27.847Z | Compiling similar v2.3.0 |
2175 | 2023-12-13T04:24:28.331Z | Compiling crc v3.0.1 |
2176 | 2023-12-13T04:24:29.442Z | Compiling console v0.15.7 |
2177 | 2023-12-13T04:24:31.163Z | Compiling elliptic-curve v0.13.8 |
2178 | 2023-12-13T04:24:33.482Z | Compiling toml v0.7.8 |
2179 | 2023-12-13T04:24:33.944Z | Compiling futures v0.3.29 |
2180 | 2023-12-13T04:24:35.954Z | Compiling snafu v0.7.5 |
2181 | 2023-12-13T04:24:35.980Z | Compiling smallvec v0.6.14 |
2182 | 2023-12-13T04:24:36.330Z | Compiling zip v0.6.6 |
2183 | 2023-12-13T04:24:36.555Z | Compiling diesel v2.1.4 |
2184 | 2023-12-13T04:24:36.655Z | Compiling yasna v0.5.2 |
2185 | 2023-12-13T04:24:37.792Z | Compiling cipher v0.4.4 |
2186 | 2023-12-13T04:24:38.360Z | Compiling hashbrown v0.13.2 |
2187 | 2023-12-13T04:24:40.532Z | Compiling bit-set v0.5.3 |
2188 | 2023-12-13T04:24:40.952Z | Compiling usdt v0.3.5 |
2189 | 2023-12-13T04:24:41.335Z | Compiling is-terminal v0.4.9 |
2190 | 2023-12-13T04:24:43.247Z | Compiling toml_edit v0.21.0 |
2191 | 2023-12-13T04:24:43.999Z | Compiling itertools v0.10.5 |
2192 | 2023-12-13T04:24:46.533Z | Compiling pkcs1 v0.7.5 |
2193 | 2023-12-13T04:24:48.610Z | Compiling tokio-stream v0.1.14 |
2194 | 2023-12-13T04:24:50.118Z | Compiling openapiv3 v2.0.0 |
2195 | 2023-12-13T04:24:52.550Z | Compiling hex v0.4.3 |
2196 | 2023-12-13T04:24:55.011Z | Compiling signature v2.1.0 |
2197 | 2023-12-13T04:24:59.213Z | Compiling bitfield v0.14.0 |
2198 | 2023-12-13T04:25:01.007Z | Compiling lalrpop-util v0.19.12 |
2199 | 2023-12-13T04:25:01.497Z | Compiling termcolor v1.2.0 |
2200 | 2023-12-13T04:25:05.411Z | Compiling env_logger v0.10.0 |
2201 | 2023-12-13T04:25:15.352Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2202 | 2023-12-13T04:25:24.092Z | Compiling rsa v0.9.2 |
2203 | 2023-12-13T04:25:33.420Z | Compiling serde-hex v0.1.0 |
2204 | 2023-12-13T04:25:37.154Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2205 | 2023-12-13T04:25:43.786Z | Compiling ron v0.8.1 |
2206 | 2023-12-13T04:25:44.488Z | Compiling x509-cert v0.2.4 |
2207 | 2023-12-13T04:25:45.771Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2208 | 2023-12-13T04:25:46.251Z | Compiling crc-any v2.4.3 |
2209 | 2023-12-13T04:26:18.415Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2210 | 2023-12-13T04:26:18.415Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2211 | 2023-12-13T04:26:28.346Z | Compiling object v0.30.4 |
2212 | 2023-12-13T04:26:36.080Z | Compiling path-slash v0.1.5 |
2213 | 2023-12-13T04:26:42.287Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2214 | 2023-12-13T04:27:25.005Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2215 | 2023-12-13T04:27:26.167Z | Finished release [optimized] target(s) in 5m 59s |
2216 | 2023-12-13T04:27:26.256Z | |
2217 | 2023-12-13T04:27:26.260Z | real 5:59.706652104 |
2218 | 2023-12-13T04:27:26.260Z | user 41:38.472013424 |
2219 | 2023-12-13T04:27:26.260Z | sys 3:37.173653216 |
2220 | 2023-12-13T04:27:26.260Z | trap 1.641708960 |
2221 | 2023-12-13T04:27:26.260Z | tflt 0.914974607 |
2222 | 2023-12-13T04:27:26.260Z | dflt 0.563695587 |
2223 | 2023-12-13T04:27:26.260Z | kflt 0.006190514 |
2224 | 2023-12-13T04:27:26.260Z | lock 1:32:18.779052050 |
2225 | 2023-12-13T04:27:26.260Z | slp 1:57:13.256929587 |
2226 | 2023-12-13T04:27:26.260Z | lat 1:48.231248585 |
2227 | 2023-12-13T04:27:26.260Z | stop 1:23.773008598 |
2228 | 2023-12-13T04:27:26.260Z | + ptime -m gzip |
2229 | 2023-12-13T04:27:26.927Z | |
2230 | 2023-12-13T04:27:26.938Z | real 0.663730567 |
2231 | 2023-12-13T04:27:26.939Z | user 0.654749868 |
2232 | 2023-12-13T04:27:26.939Z | sys 0.008386861 |
2233 | 2023-12-13T04:27:26.939Z | trap 0.000064841 |
2234 | 2023-12-13T04:27:26.939Z | tflt 0.000000000 |
2235 | 2023-12-13T04:27:26.939Z | dflt 0.000000000 |
2236 | 2023-12-13T04:27:26.939Z | kflt 0.000000000 |
2237 | 2023-12-13T04:27:26.940Z | lock 0.000000000 |
2238 | 2023-12-13T04:27:26.940Z | slp 0.000000000 |
2239 | 2023-12-13T04:27:26.940Z | lat 0.000185306 |
2240 | 2023-12-13T04:27:26.941Z | stop 0.000235282 |
2241 | 2023-12-13T04:27:26.941Z | + banner tufaceous |
2242 | 2023-12-13T04:27:26.941Z | |
2243 | 2023-12-13T04:27:26.941Z | ##### # # ###### ## #### ###### #### # # #### |
2244 | 2023-12-13T04:27:26.941Z | # # # # # # # # # # # # # # |
2245 | 2023-12-13T04:27:26.941Z | # # # ##### # # # ##### # # # # #### |
2246 | 2023-12-13T04:27:26.942Z | # # # # ###### # # # # # # # |
2247 | 2023-12-13T04:27:26.942Z | # # # # # # # # # # # # # # # |
2248 | 2023-12-13T04:27:26.942Z | # #### # # # #### ###### #### #### #### |
2249 | 2023-12-13T04:27:26.942Z | |
2250 | 2023-12-13T04:27:26.942Z | + ptime -m cargo build --locked -p tufaceous --release |
2251 | 2023-12-13T04:27:27.600Z | Downloading crates ... |
2252 | 2023-12-13T04:27:27.936Z | Downloaded bytesize v1.3.0 |
2253 | 2023-12-13T04:27:27.949Z | Downloaded humantime v2.1.0 |
2254 | 2023-12-13T04:27:27.960Z | Downloaded typed-path v0.7.0 |
2255 | 2023-12-13T04:27:27.963Z | Downloaded async-recursion v1.0.5 |
2256 | 2023-12-13T04:27:27.966Z | Downloaded globset v0.4.13 |
2257 | 2023-12-13T04:27:27.969Z | Downloaded tough v0.16.0 |
2258 | 2023-12-13T04:27:27.982Z | Downloaded serde_plain v1.0.2 |
2259 | 2023-12-13T04:27:27.985Z | Downloaded buf-list v1.0.3 |
2260 | 2023-12-13T04:27:27.988Z | Downloaded olpc-cjson v0.1.3 |
2261 | 2023-12-13T04:27:27.991Z | Downloaded fs-err v2.11.0 |
2262 | 2023-12-13T04:27:28.155Z | Compiling serde_tokenstream v0.2.0 |
2263 | 2023-12-13T04:27:28.177Z | Compiling regress v0.7.1 |
2264 | 2023-12-13T04:27:28.188Z | Compiling dirs-sys-next v0.1.2 |
2265 | 2023-12-13T04:27:28.196Z | Compiling ident_case v1.0.1 |
2266 | 2023-12-13T04:27:28.210Z | Compiling thread_local v1.1.7 |
2267 | 2023-12-13T04:27:28.219Z | Compiling slog-async v2.8.0 |
2268 | 2023-12-13T04:27:28.220Z | Compiling camino v1.1.6 |
2269 | 2023-12-13T04:27:28.400Z | Compiling dirs-next v2.0.0 |
2270 | 2023-12-13T04:27:28.729Z | Compiling darling_core v0.20.3 |
2271 | 2023-12-13T04:27:28.842Z | Compiling heck v0.4.1 |
2272 | 2023-12-13T04:27:28.969Z | Compiling term v0.7.0 |
2273 | 2023-12-13T04:27:29.054Z | Compiling crossbeam-channel v0.5.8 |
2274 | 2023-12-13T04:27:29.495Z | Compiling getopts v0.2.21 |
2275 | 2023-12-13T04:27:29.990Z | Compiling structmeta-derive v0.2.0 |
2276 | 2023-12-13T04:27:30.855Z | Compiling atty v0.2.14 |
2277 | 2023-12-13T04:27:30.883Z | Compiling multer v2.1.0 |
2278 | 2023-12-13T04:27:31.054Z | Compiling take_mut v0.2.2 |
2279 | 2023-12-13T04:27:31.272Z | Compiling paste v1.0.14 |
2280 | 2023-12-13T04:27:31.299Z | Compiling unsafe-libyaml v0.2.9 |
2281 | 2023-12-13T04:27:31.838Z | Compiling match_cfg v0.1.0 |
2282 | 2023-12-13T04:27:31.962Z | Compiling hostname v0.3.1 |
2283 | 2023-12-13T04:27:32.311Z | Compiling slog-term v2.9.0 |
2284 | 2023-12-13T04:27:34.180Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2285 | 2023-12-13T04:27:36.046Z | Compiling structmeta v0.2.0 |
2286 | 2023-12-13T04:27:36.638Z | Compiling serde_yaml v0.9.25 |
2287 | 2023-12-13T04:27:37.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2288 | 2023-12-13T04:27:37.425Z | Compiling slog-json v2.6.1 |
2289 | 2023-12-13T04:27:37.501Z | Compiling darling_macro v0.20.3 |
2290 | 2023-12-13T04:27:38.209Z | Compiling async-stream-impl v0.3.5 |
2291 | 2023-12-13T04:27:38.927Z | Compiling darling v0.20.3 |
2292 | 2023-12-13T04:27:39.072Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2293 | 2023-12-13T04:27:39.491Z | Compiling fastrand v2.0.0 |
2294 | 2023-12-13T04:27:39.979Z | Compiling atomic-waker v1.1.1 |
2295 | 2023-12-13T04:27:40.115Z | Compiling regex-syntax v0.7.5 |
2296 | 2023-12-13T04:27:40.243Z | Compiling waitgroup v0.1.2 |
2297 | 2023-12-13T04:27:40.549Z | Compiling async-stream v0.3.5 |
2298 | 2023-12-13T04:27:40.571Z | Compiling tempfile v3.8.1 |
2299 | 2023-12-13T04:27:40.783Z | Compiling serde_with_macros v3.4.0 |
2300 | 2023-12-13T04:27:40.981Z | Compiling slog-bunyan v2.4.0 |
2301 | 2023-12-13T04:27:43.805Z | Compiling toml v0.8.8 |
2302 | 2023-12-13T04:27:44.543Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2303 | 2023-12-13T04:27:44.974Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2304 | 2023-12-13T04:27:46.254Z | Compiling sha1 v0.10.6 |
2305 | 2023-12-13T04:27:46.435Z | Compiling serde_path_to_error v0.1.14 |
2306 | 2023-12-13T04:27:46.907Z | Compiling instant v0.1.12 |
2307 | 2023-12-13T04:27:47.118Z | Compiling fs-err v2.11.0 |
2308 | 2023-12-13T04:27:47.585Z | Compiling arc-swap v1.6.0 |
2309 | 2023-12-13T04:27:47.680Z | Compiling debug-ignore v1.0.5 |
2310 | 2023-12-13T04:27:47.772Z | Compiling buf-list v1.0.3 |
2311 | 2023-12-13T04:27:47.877Z | Compiling same-file v1.0.6 |
2312 | 2023-12-13T04:27:48.141Z | Compiling walkdir v2.4.0 |
2313 | 2023-12-13T04:27:48.308Z | Compiling slog-scope v4.4.0 |
2314 | 2023-12-13T04:27:48.908Z | Compiling backoff v0.4.0 |
2315 | 2023-12-13T04:27:49.478Z | Compiling serde_with v3.4.0 |
2316 | 2023-12-13T04:27:49.732Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2023-12-13T04:27:50.289Z | Compiling parse-display-derive v0.8.2 |
2318 | 2023-12-13T04:27:50.762Z | Compiling globset v0.4.13 |
2319 | 2023-12-13T04:27:50.920Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2320 | 2023-12-13T04:27:51.151Z | Compiling strum v0.25.0 |
2321 | 2023-12-13T04:27:51.407Z | Compiling olpc-cjson v0.1.3 |
2322 | 2023-12-13T04:27:52.298Z | Compiling pem v3.0.2 |
2323 | 2023-12-13T04:27:52.718Z | Compiling macaddr v1.0.1 |
2324 | 2023-12-13T04:27:52.965Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2325 | 2023-12-13T04:27:53.854Z | Compiling serde_plain v1.0.2 |
2326 | 2023-12-13T04:27:54.664Z | Compiling async-recursion v1.0.5 |
2327 | 2023-12-13T04:27:54.970Z | Compiling filetime v0.2.23 |
2328 | 2023-12-13T04:27:55.503Z | Compiling xattr v1.0.1 |
2329 | 2023-12-13T04:27:55.913Z | Compiling typed-path v0.7.0 |
2330 | 2023-12-13T04:27:56.106Z | Compiling tar v0.4.40 |
2331 | 2023-12-13T04:27:56.442Z | Compiling parse-display v0.8.2 |
2332 | 2023-12-13T04:27:58.150Z | Compiling slog-stdlog v4.1.1 |
2333 | 2023-12-13T04:27:58.858Z | Compiling camino-tempfile v1.1.1 |
2334 | 2023-12-13T04:27:59.609Z | Compiling tough v0.16.0 |
2335 | 2023-12-13T04:28:00.044Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2336 | 2023-12-13T04:28:00.227Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2337 | 2023-12-13T04:28:05.411Z | Compiling itertools v0.12.0 |
2338 | 2023-12-13T04:28:05.544Z | Compiling bytesize v1.3.0 |
2339 | 2023-12-13T04:28:06.470Z | Compiling slog-envlogger v2.2.0 |
2340 | 2023-12-13T04:28:07.664Z | Compiling humantime v2.1.0 |
2341 | 2023-12-13T04:28:11.033Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2342 | 2023-12-13T04:28:31.299Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2343 | 2023-12-13T04:28:31.585Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2344 | 2023-12-13T04:28:43.599Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2345 | 2023-12-13T04:28:45.695Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2346 | 2023-12-13T04:29:14.542Z | Finished release [optimized] target(s) in 1m 47s |
2347 | 2023-12-13T04:29:14.629Z | |
2348 | 2023-12-13T04:29:14.633Z | real 1:47.682020889 |
2349 | 2023-12-13T04:29:14.633Z | user 11:41.383642097 |
2350 | 2023-12-13T04:29:14.633Z | sys 44.940525182 |
2351 | 2023-12-13T04:29:14.633Z | trap 0.417434552 |
2352 | 2023-12-13T04:29:14.633Z | tflt 0.258451841 |
2353 | 2023-12-13T04:29:14.633Z | dflt 0.565303436 |
2354 | 2023-12-13T04:29:14.633Z | kflt 0.000000000 |
2355 | 2023-12-13T04:29:14.633Z | lock 21:39.613826268 |
2356 | 2023-12-13T04:29:14.633Z | slp 23:57.553793719 |
2357 | 2023-12-13T04:29:14.633Z | lat 22.484341028 |
2358 | 2023-12-13T04:29:14.633Z | stop 10.590308336 |
2359 | 2023-12-13T04:29:14.633Z | + ptime -m gzip |
2360 | 2023-12-13T04:29:17.011Z | |
2361 | 2023-12-13T04:29:17.015Z | real 2.375266210 |
2362 | 2023-12-13T04:29:17.016Z | user 2.348319889 |
2363 | 2023-12-13T04:29:17.016Z | sys 0.026202293 |
2364 | 2023-12-13T04:29:17.016Z | trap 0.000214335 |
2365 | 2023-12-13T04:29:17.016Z | tflt 0.000000000 |
2366 | 2023-12-13T04:29:17.016Z | dflt 0.000000000 |
2367 | 2023-12-13T04:29:17.017Z | kflt 0.000000000 |
2368 | 2023-12-13T04:29:17.017Z | lock 0.000000000 |
2369 | 2023-12-13T04:29:17.017Z | slp 0.000000000 |
2370 | 2023-12-13T04:29:17.017Z | lat 0.000186357 |
2371 | 2023-12-13T04:29:17.017Z | stop 0.000235750 |
2372 | 2023-12-13T04:29:17.017Z | process exited: duration 1145753 ms, exit code 0 |
|
2373 | 2023-12-13T04:29:17.045Z | found 5 output files |
2374 | 2023-12-13T04:29:17.045Z | uploading: /work/end-to-end-tests/bootstrap-cc02af252c51050b.gz (6420300 bytes) |
2375 | 2023-12-13T04:29:19.598Z | uploaded: /work/end-to-end-tests/bootstrap-cc02af252c51050b.gz |
2376 | 2023-12-13T04:29:19.598Z | uploading: /work/end-to-end-tests/bootstrap.gz (97660601 bytes) |
2377 | 2023-12-13T04:29:47.710Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2378 | 2023-12-13T04:29:47.711Z | uploading: /work/end-to-end-tests/end_to_end_tests-c0f56f9124e0823c.gz (101139049 bytes) |
2379 | 2023-12-13T04:30:13.275Z | uploaded: /work/end-to-end-tests/end_to_end_tests-c0f56f9124e0823c.gz |
2380 | 2023-12-13T04:30:13.275Z | uploading: /work/caboose-util.gz (4089959 bytes) |
2381 | 2023-12-13T04:30:15.758Z | uploaded: /work/caboose-util.gz |
2382 | 2023-12-13T04:30:15.758Z | uploading: /work/tufaceous.gz (14966022 bytes) |
2383 | 2023-12-13T04:30:20.888Z | uploaded: /work/tufaceous.gz |