|
|
|
1 | 2023-12-19T22:01:12.523Z | job assigned to worker 01HJ21FD6K6S313K5VQ50J5P9X (queued for 1 m 23 s) |
|
2 | 2023-12-19T22:01:13.360Z | starting task 0: "setup" |
3 | 2023-12-19T22:01:13.418Z | ++ uname -s |
4 | 2023-12-19T22:01:13.421Z | + kern=SunOS |
5 | 2023-12-19T22:01:13.421Z | + case "$kern" in |
6 | 2023-12-19T22:01:13.421Z | + groupadd -g 12345 build |
7 | 2023-12-19T22:01:13.424Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-19T22:01:15.441Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-19T22:01:15.562Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-19T22:01:15.568Z | + home_fs=zfs |
11 | 2023-12-19T22:01:15.568Z | + [[ zfs == autofs ]] |
12 | 2023-12-19T22:01:15.569Z | + mkdir -p /home/build |
13 | 2023-12-19T22:01:15.570Z | + chown build:build /home/build /work |
14 | 2023-12-19T22:01:17.567Z | + chmod 0700 /home/build /work |
15 | 2023-12-19T22:01:17.579Z | process exited: duration 4200 ms, exit code 0 |
|
16 | 2023-12-19T22:01:17.597Z | starting task 1: "rust-toolchain" |
17 | 2023-12-19T22:01:17.604Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-19T22:01:17.613Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-19T22:01:17.791Z | info: downloading installer |
20 | 2023-12-19T22:01:19.452Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-19T22:01:19.453Z | warning: /opt/ooce/bin |
22 | 2023-12-19T22:01:19.453Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-19T22:01:19.453Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-19T22:01:19.453Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-19T22:01:19.453Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-19T22:01:19.453Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-19T22:01:19.454Z | error: cannot install while Rust is installed |
28 | 2023-12-19T22:01:19.454Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-19T22:01:19.587Z | info: profile set to 'default' |
30 | 2023-12-19T22:01:19.587Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-19T22:01:19.597Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-19T22:01:19.749Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-19T22:01:19.749Z | info: downloading component 'cargo' |
34 | 2023-12-19T22:01:20.394Z | info: downloading component 'clippy' |
35 | 2023-12-19T22:01:20.634Z | info: downloading component 'rust-docs' |
36 | 2023-12-19T22:01:21.472Z | info: downloading component 'rust-std' |
37 | 2023-12-19T22:01:22.990Z | info: downloading component 'rustc' |
38 | 2023-12-19T22:01:26.512Z | info: downloading component 'rustfmt' |
39 | 2023-12-19T22:01:26.776Z | info: installing component 'cargo' |
40 | 2023-12-19T22:01:28.858Z | info: installing component 'clippy' |
41 | 2023-12-19T22:01:29.804Z | info: installing component 'rust-docs' |
42 | 2023-12-19T22:01:32.531Z | info: installing component 'rust-std' |
43 | 2023-12-19T22:01:36.837Z | info: installing component 'rustc' |
44 | 2023-12-19T22:01:47.483Z | info: installing component 'rustfmt' |
45 | 2023-12-19T22:01:47.932Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-19T22:01:47.933Z | |
47 | 2023-12-19T22:01:48.059Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-19T22:01:48.060Z | |
49 | 2023-12-19T22:01:48.063Z | |
50 | 2023-12-19T22:01:48.064Z | Rust is installed now. Great! |
51 | 2023-12-19T22:01:48.064Z | |
52 | 2023-12-19T22:01:48.064Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-19T22:01:48.064Z | environment variable. This has not been done automatically. |
54 | 2023-12-19T22:01:48.064Z | |
55 | 2023-12-19T22:01:48.064Z | To configure your current shell, run: |
56 | 2023-12-19T22:01:48.064Z | source "$HOME/.cargo/env" |
57 | 2023-12-19T22:01:48.170Z | + rustc --version |
58 | 2023-12-19T22:01:48.295Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-19T22:01:48.375Z | process exited: duration 30709 ms, exit code 0 |
|
60 | 2023-12-19T22:01:48.420Z | starting task 2: "authentication" |
61 | 2023-12-19T22:01:48.851Z | process exited: duration 455 ms, exit code 0 |
|
62 | 2023-12-19T22:01:48.878Z | starting task 3: "clone repository" |
63 | 2023-12-19T22:01:48.911Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-19T22:01:48.912Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-19T22:01:48.930Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-19T22:02:02.776Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-19T22:02:02.777Z | + [[ -n sled-uninit-list-fix-fake-pagination ]] |
68 | 2023-12-19T22:02:02.777Z | + git fetch origin sled-uninit-list-fix-fake-pagination |
69 | 2023-12-19T22:02:02.777Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-19T22:02:02.777Z | * branch sled-uninit-list-fix-fake-pagination -> FETCH_HEAD |
71 | 2023-12-19T22:02:02.777Z | + git checkout -B sled-uninit-list-fix-fake-pagination remotes/origin/sled-uninit-list-fix-fake-pagination |
72 | 2023-12-19T22:02:02.779Z | Switched to a new branch 'sled-uninit-list-fix-fake-pagination' |
73 | 2023-12-19T22:02:02.779Z | branch 'sled-uninit-list-fix-fake-pagination' set up to track 'origin/sled-uninit-list-fix-fake-pagination'. |
74 | 2023-12-19T22:02:02.779Z | + git reset --hard 06a385178b6b5ac06ab7c46eee164f19212f2f0d |
75 | 2023-12-19T22:02:02.780Z | HEAD is now at 06a38517 review fixes |
76 | 2023-12-19T22:02:02.780Z | process exited: duration 8402 ms, exit code 0 |
|
77 | 2023-12-19T22:02:03.322Z | starting task 4: "build" |
78 | 2023-12-19T22:02:03.358Z | + cargo --version |
79 | 2023-12-19T22:02:03.359Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-19T22:02:03.553Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-19T22:02:03.603Z | info: downloading component 'cargo' |
82 | 2023-12-19T22:02:04.533Z | info: downloading component 'clippy' |
83 | 2023-12-19T22:02:04.831Z | info: downloading component 'rust-docs' |
84 | 2023-12-19T22:02:06.048Z | info: downloading component 'rust-std' |
85 | 2023-12-19T22:02:08.103Z | info: downloading component 'rustc' |
86 | 2023-12-19T22:02:13.033Z | info: downloading component 'rustfmt' |
87 | 2023-12-19T22:02:13.304Z | info: installing component 'cargo' |
88 | 2023-12-19T22:02:14.594Z | info: installing component 'clippy' |
89 | 2023-12-19T22:02:15.053Z | info: installing component 'rust-docs' |
90 | 2023-12-19T22:02:17.906Z | info: installing component 'rust-std' |
91 | 2023-12-19T22:02:20.648Z | info: installing component 'rustc' |
92 | 2023-12-19T22:02:26.537Z | info: installing component 'rustfmt' |
93 | 2023-12-19T22:02:27.091Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-19T22:02:27.095Z | + rustc --version |
95 | 2023-12-19T22:02:27.217Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-19T22:02:27.226Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-19T22:02:38.484Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-19T22:02:39.962Z | Startup: Caching catalogs ... Done |
99 | 2023-12-19T22:02:47.834Z | Planning: Solver setup ... Done (7.015s) |
100 | 2023-12-19T22:02:47.837Z | Planning: Running solver ... Done (0.157s) |
101 | 2023-12-19T22:02:47.837Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-19T22:02:47.837Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-19T22:02:47.918Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-19T22:02:48.008Z | Planning: Package planning ... Done (0.091s) |
105 | 2023-12-19T22:02:48.105Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-12-19T22:02:48.750Z | Planning: Checking for conflicting actions ... Done (0.648s) |
107 | 2023-12-19T22:02:48.769Z | Planning: Consolidating action changes ... Done (0.020s) |
108 | 2023-12-19T22:02:53.521Z | Planning: Evaluating mediators ... Done (4.142s) |
109 | 2023-12-19T22:02:53.544Z | Planning: Planning completed in 12.99 seconds |
110 | 2023-12-19T22:02:53.544Z | Packages to install: 4 |
111 | 2023-12-19T22:02:53.544Z | Packages to update: 2 |
112 | 2023-12-19T22:02:53.544Z | Mediators to change: 2 |
113 | 2023-12-19T22:02:53.544Z | Services to change: 1 |
114 | 2023-12-19T22:02:53.544Z | Estimated space available: 148.88 GB |
115 | 2023-12-19T22:02:53.544Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-19T22:02:53.544Z | Create boot environment: No |
117 | 2023-12-19T22:02:53.544Z | Create backup boot environment: Yes |
118 | 2023-12-19T22:02:53.544Z | Rebuild boot archive: No |
119 | 2023-12-19T22:02:53.544Z | |
120 | 2023-12-19T22:02:53.545Z | Changed mediators: |
121 | 2023-12-19T22:02:53.545Z | mediator clang: |
122 | 2023-12-19T22:02:53.545Z | version: None -> 15 (system default) |
123 | 2023-12-19T22:02:53.545Z | |
124 | 2023-12-19T22:02:53.545Z | mediator llvm: |
125 | 2023-12-19T22:02:53.545Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-19T22:02:53.545Z | |
127 | 2023-12-19T22:02:53.545Z | Changed packages: |
128 | 2023-12-19T22:02:53.545Z | helios-dev |
129 | 2023-12-19T22:02:53.545Z | developer/build-essential |
130 | 2023-12-19T22:02:53.545Z | None -> 11-2.0 |
131 | 2023-12-19T22:02:53.545Z | library/libxmlsec1 |
132 | 2023-12-19T22:02:53.546Z | None -> 1.2.35-2.0 |
133 | 2023-12-19T22:02:53.546Z | ooce/developer/clang-15 |
134 | 2023-12-19T22:02:53.546Z | None -> 15.0.7-2.0 |
135 | 2023-12-19T22:02:53.546Z | ooce/developer/llvm-15 |
136 | 2023-12-19T22:02:53.546Z | None -> 15.0.7-2.0 |
137 | 2023-12-19T22:02:53.547Z | system/library/g++-runtime |
138 | 2023-12-19T22:02:53.547Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-19T22:02:53.547Z | system/library/gcc-runtime |
140 | 2023-12-19T22:02:53.547Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-19T22:02:53.547Z | |
142 | 2023-12-19T22:02:53.547Z | Services: |
143 | 2023-12-19T22:02:53.547Z | restart_fmri: |
144 | 2023-12-19T22:02:53.548Z | svc:/system/update-man-index:default |
145 | 2023-12-19T22:02:53.548Z | |
146 | 2023-12-19T22:02:53.548Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-19T22:02:58.468Z | Download: 1198/3330 items 76.7/221.1MB 34% complete (16.6M/s) |
148 | 2023-12-19T22:03:03.477Z | Download: 2197/3330 items 119.1/221.1MB 53% complete (12.0M/s) |
149 | 2023-12-19T22:03:08.479Z | Download: 2311/3330 items 119.8/221.1MB 54% complete (4.4M/s) |
150 | 2023-12-19T22:03:13.480Z | Download: 3205/3330 items 165.9/221.1MB 75% complete (4.6M/s) |
151 | 2023-12-19T22:03:19.093Z | Download: 3323/3330 items 220.4/221.1MB 99% complete (10.8M/s) |
152 | 2023-12-19T22:03:22.333Z | Download: Completed 221.11 MB in 29.07 seconds (7.6M/s) |
153 | 2023-12-19T22:03:24.795Z | Actions: 1/3766 actions (Removing old actions) |
154 | 2023-12-19T22:03:24.797Z | Actions: 5/3766 actions (Installing new actions) |
155 | 2023-12-19T22:03:29.388Z | Actions: 3330/3766 actions (Installing new actions) |
156 | 2023-12-19T22:03:32.598Z | Actions: 3729/3766 actions (Updating modified actions) |
157 | 2023-12-19T22:03:33.169Z | Actions: Completed 3766 actions in 8.81 seconds. |
158 | 2023-12-19T22:03:33.385Z | Done (0.208s) |
159 | 2023-12-19T22:03:33.388Z | Done (0.000s) |
160 | 2023-12-19T22:03:33.676Z | Done (0.290s) |
161 | 2023-12-19T22:03:41.230Z | Done (7.424s) |
162 | 2023-12-19T22:03:41.485Z | Done (0.150s) |
163 | 2023-12-19T22:03:41.896Z | Done (0.000s) |
164 | 2023-12-19T22:03:41.896Z | Done (0.000s) |
165 | 2023-12-19T22:03:42.424Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-12-19T22:03:42.708Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-12-19T22:03:42.713Z | Planning: Consolidating action changes ... Done |
168 | 2023-12-19T22:03:43.146Z | Planning: Evaluating mediators ... Done |
169 | 2023-12-19T22:03:43.150Z | Planning: Planning completed in 0.72 seconds |
170 | 2023-12-19T22:03:43.210Z | Mediators to change: 2 |
171 | 2023-12-19T22:03:43.210Z | Create boot environment: No |
172 | 2023-12-19T22:03:43.221Z | Create backup boot environment: No |
173 | 2023-12-19T22:03:43.309Z | Done |
174 | 2023-12-19T22:03:43.309Z | Done |
175 | 2023-12-19T22:03:43.483Z | Done |
176 | 2023-12-19T22:03:49.525Z | Done |
177 | 2023-12-19T22:03:49.655Z | Done |
178 | 2023-12-19T22:03:49.661Z | Done |
179 | 2023-12-19T22:03:49.750Z | Done |
180 | 2023-12-19T22:03:50.753Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-12-19T22:03:50.759Z | Planning: Merging actions ... Done |
182 | 2023-12-19T22:03:51.095Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-12-19T22:03:51.104Z | Planning: Consolidating action changes ... Done |
184 | 2023-12-19T22:03:51.545Z | Planning: Evaluating mediators ... Done |
185 | 2023-12-19T22:03:51.638Z | Planning: Planning completed in 1.31 seconds |
186 | 2023-12-19T22:03:51.747Z | Packages to change: 1 |
187 | 2023-12-19T22:03:51.747Z | Mediators to change: 1 |
188 | 2023-12-19T22:03:51.747Z | Services to change: 1 |
189 | 2023-12-19T22:03:51.756Z | Create boot environment: No |
190 | 2023-12-19T22:03:51.756Z | Create backup boot environment: Yes |
191 | 2023-12-19T22:03:53.930Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-12-19T22:03:53.933Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-12-19T22:03:53.933Z | Done |
194 | 2023-12-19T22:03:53.933Z | Done |
195 | 2023-12-19T22:03:53.998Z | Done |
196 | 2023-12-19T22:03:59.857Z | Done |
197 | 2023-12-19T22:03:59.981Z | Done |
198 | 2023-12-19T22:03:59.989Z | Done |
199 | 2023-12-19T22:04:00.131Z | Done |
200 | 2023-12-19T22:04:00.772Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-12-19T22:04:00.772Z | clang system 15 system |
202 | 2023-12-19T22:04:00.772Z | csh system system illumos |
203 | 2023-12-19T22:04:00.773Z | ctags system system illumos |
204 | 2023-12-19T22:04:00.773Z | gcc vendor 12 vendor |
205 | 2023-12-19T22:04:00.773Z | gcc system 10 system |
206 | 2023-12-19T22:04:00.773Z | gcc system 7 system |
207 | 2023-12-19T22:04:00.773Z | go system 1.20 system |
208 | 2023-12-19T22:04:00.773Z | go system 1.19 system |
209 | 2023-12-19T22:04:00.775Z | llvm system 15 system |
210 | 2023-12-19T22:04:00.775Z | llvm system 14 system |
211 | 2023-12-19T22:04:00.775Z | mariadb system 10.6 system |
212 | 2023-12-19T22:04:00.775Z | mta vendor vendor dma |
213 | 2023-12-19T22:04:00.775Z | openjdk system 17 system |
214 | 2023-12-19T22:04:00.775Z | openjdk system 11 system |
215 | 2023-12-19T22:04:00.776Z | openjdk system 1.8 system |
216 | 2023-12-19T22:04:00.776Z | openssl vendor 3 vendor |
217 | 2023-12-19T22:04:00.776Z | perl system 5.36 system |
218 | 2023-12-19T22:04:00.776Z | postgresql system 15 system |
219 | 2023-12-19T22:04:00.777Z | postgresql system 13 system |
220 | 2023-12-19T22:04:00.777Z | python vendor 3 vendor |
221 | 2023-12-19T22:04:00.777Z | python system 2 system |
222 | 2023-12-19T22:04:00.777Z | python3 system 3.11 system |
223 | 2023-12-19T22:04:00.777Z | ruby system 3.0 system |
224 | 2023-12-19T22:04:00.777Z | words vendor vendor american-english |
225 | 2023-12-19T22:04:00.778Z | words system system australian-english |
226 | 2023-12-19T22:04:00.778Z | words system system british-english |
227 | 2023-12-19T22:04:00.778Z | words system system canadian-english |
228 | 2023-12-19T22:04:00.778Z | words system system french |
229 | 2023-12-19T22:04:00.778Z | words system system italian |
230 | 2023-12-19T22:04:00.778Z | words system system ngerman |
231 | 2023-12-19T22:04:00.778Z | words system system ogerman |
232 | 2023-12-19T22:04:00.778Z | words system system spanish |
233 | 2023-12-19T22:04:01.304Z | FMRI IFO |
234 | 2023-12-19T22:04:01.304Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-12-19T22:04:01.304Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-12-19T22:04:01.304Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-12-19T22:04:01.304Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-12-19T22:04:01.304Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-12-19T22:04:01.304Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-12-19T22:04:01.305Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
241 | 2023-12-19T22:04:01.305Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
242 | 2023-12-19T22:04:01.386Z | + set -o errexit |
243 | 2023-12-19T22:04:01.390Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2023-12-19T22:04:01.390Z | ++ cd ./tools |
245 | 2023-12-19T22:04:01.391Z | ++ pwd |
246 | 2023-12-19T22:04:01.395Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2023-12-19T22:04:01.395Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2023-12-19T22:04:01.395Z | + ARG0=ci_download_cockroachdb |
249 | 2023-12-19T22:04:01.399Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2023-12-19T22:04:01.399Z | + CIDL_VERSION=v22.1.9 |
251 | 2023-12-19T22:04:01.399Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2023-12-19T22:04:01.399Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2023-12-19T22:04:01.399Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2023-12-19T22:04:01.399Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-12-19T22:04:01.399Z | + TARGET_DIR=out |
256 | 2023-12-19T22:04:01.399Z | + DOWNLOAD_DIR=out/downloads |
257 | 2023-12-19T22:04:01.399Z | + DEST_DIR=./out/cockroachdb |
258 | 2023-12-19T22:04:01.399Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2023-12-19T22:04:01.399Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2023-12-19T22:04:01.399Z | + main |
261 | 2023-12-19T22:04:01.399Z | + [[ 0 != 0 ]] |
262 | 2023-12-19T22:04:01.399Z | + CIDL_OS=solaris2.11 |
263 | 2023-12-19T22:04:01.399Z | + [[ 0 != 0 ]] |
264 | 2023-12-19T22:04:01.399Z | + configure_os solaris2.11 |
265 | 2023-12-19T22:04:01.399Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2023-12-19T22:04:01.399Z | current directory: /work/oxidecomputer/omicron |
267 | 2023-12-19T22:04:01.399Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2023-12-19T22:04:01.399Z | configuring based on OS: "solaris2.11" |
269 | 2023-12-19T22:04:01.399Z | + case "$1" in |
270 | 2023-12-19T22:04:01.399Z | + CIDL_BUILD=illumos |
271 | 2023-12-19T22:04:01.400Z | + CIDL_SUFFIX=tar.gz |
272 | 2023-12-19T22:04:01.400Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-12-19T22:04:01.400Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2023-12-19T22:04:01.400Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2023-12-19T22:04:01.400Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2023-12-19T22:04:01.400Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2023-12-19T22:04:01.400Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-19T22:04:01.400Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-19T22:04:01.400Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2023-12-19T22:04:01.400Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-19T22:04:01.400Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-12-19T22:04:01.400Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-19T22:04:01.400Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-12-19T22:04:01.404Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2023-12-19T22:04:01.404Z | + mkdir -p out/downloads |
286 | 2023-12-19T22:04:01.404Z | + mkdir -p ./out/cockroachdb |
287 | 2023-12-19T22:04:01.404Z | + local DO_DOWNLOAD=true |
288 | 2023-12-19T22:04:01.404Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2023-12-19T22:04:01.404Z | + '[' true == true ']' |
290 | 2023-12-19T22:04:01.404Z | + echo Downloading... |
291 | 2023-12-19T22:04:01.404Z | Downloading... |
292 | 2023-12-19T22:04:01.404Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-19T22:04:01.404Z | + 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 |
294 | 2023-12-19T22:04:05.856Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-19T22:04:05.859Z | ++ md5sum |
296 | 2023-12-19T22:04:05.859Z | ++ awk '{print $1}' |
297 | 2023-12-19T22:04:06.042Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-12-19T22:04:06.042Z | + [[ 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 ]] |
299 | 2023-12-19T22:04:06.042Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-19T22:04:06.046Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2023-12-19T22:04:09.379Z | + do_assemble_illumos |
302 | 2023-12-19T22:04:09.379Z | + rm -r ./out/cockroachdb |
303 | 2023-12-19T22:04:09.386Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2023-12-19T22:04:10.069Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2023-12-19T22:04:10.369Z | Build Tag: v22.1.9-dirty |
306 | 2023-12-19T22:04:10.369Z | Build Time: 2022/10/26 21:17:46 |
307 | 2023-12-19T22:04:10.369Z | Distribution: OSS |
308 | 2023-12-19T22:04:10.369Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2023-12-19T22:04:10.369Z | Go Version: go1.17.13 |
310 | 2023-12-19T22:04:10.369Z | C Compiler: gcc 10.3.0 |
311 | 2023-12-19T22:04:10.369Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2023-12-19T22:04:10.369Z | Build Type: release |
313 | 2023-12-19T22:04:10.397Z | + set -o errexit |
314 | 2023-12-19T22:04:10.402Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2023-12-19T22:04:10.402Z | ++ cd ./tools |
316 | 2023-12-19T22:04:10.402Z | ++ pwd |
317 | 2023-12-19T22:04:10.402Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2023-12-19T22:04:10.402Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2023-12-19T22:04:10.402Z | + ARG0=ci_download_clickhouse |
320 | 2023-12-19T22:04:10.402Z | + TARGET_DIR=out |
321 | 2023-12-19T22:04:10.402Z | + DOWNLOAD_DIR=out/downloads |
322 | 2023-12-19T22:04:10.402Z | + DEST_DIR=./out/clickhouse |
323 | 2023-12-19T22:04:10.402Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2023-12-19T22:04:10.402Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2023-12-19T22:04:10.402Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2023-12-19T22:04:10.403Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2023-12-19T22:04:10.403Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2023-12-19T22:04:10.403Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2023-12-19T22:04:10.410Z | + main |
330 | 2023-12-19T22:04:10.414Z | + [[ 0 != 0 ]] |
331 | 2023-12-19T22:04:10.414Z | + CIDL_OS=solaris2.11 |
332 | 2023-12-19T22:04:10.414Z | + [[ 0 != 0 ]] |
333 | 2023-12-19T22:04:10.414Z | + configure_os solaris2.11 |
334 | 2023-12-19T22:04:10.414Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2023-12-19T22:04:10.414Z | current directory: /work/oxidecomputer/omicron |
336 | 2023-12-19T22:04:10.414Z | configuring based on OS: "solaris2.11" |
337 | 2023-12-19T22:04:10.414Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2023-12-19T22:04:10.414Z | + CIDL_DASHREV= |
339 | 2023-12-19T22:04:10.414Z | + case "$1" in |
340 | 2023-12-19T22:04:10.414Z | + CIDL_PLATFORM=illumos |
341 | 2023-12-19T22:04:10.414Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-12-19T22:04:10.415Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2023-12-19T22:04:10.415Z | + CIDL_DASHREV=-1 |
344 | 2023-12-19T22:04:10.415Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2023-12-19T22:04:10.415Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-19T22:04:10.415Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-19T22:04:10.415Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-19T22:04:10.415Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-12-19T22:04:10.415Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-19T22:04:10.415Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-19T22:04:10.415Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-19T22:04:10.415Z | + mkdir -p out/downloads |
353 | 2023-12-19T22:04:10.415Z | + mkdir -p ./out/clickhouse |
354 | 2023-12-19T22:04:10.423Z | + local DO_DOWNLOAD=true |
355 | 2023-12-19T22:04:10.423Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2023-12-19T22:04:10.423Z | + '[' true == true ']' |
357 | 2023-12-19T22:04:10.423Z | Downloading... |
358 | 2023-12-19T22:04:10.423Z | + echo Downloading... |
359 | 2023-12-19T22:04:10.423Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-19T22:04:10.424Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-12-19T22:04:12.031Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-19T22:04:12.035Z | ++ md5sum |
363 | 2023-12-19T22:04:12.035Z | ++ awk '{print $1}' |
364 | 2023-12-19T22:04:12.302Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2023-12-19T22:04:12.302Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
366 | 2023-12-19T22:04:12.302Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2023-12-19T22:04:12.321Z | + mkdir -p ./out/clickhouse |
368 | 2023-12-19T22:04:12.321Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2023-12-19T22:04:17.131Z | + ./out/clickhouse/clickhouse server --version |
370 | 2023-12-19T22:04:17.184Z | ClickHouse server version 22.8.9.1. |
371 | 2023-12-19T22:04:17.206Z | + set -o errexit |
372 | 2023-12-19T22:04:17.209Z | +++ dirname ./tools/ci_download_console |
373 | 2023-12-19T22:04:17.212Z | ++ cd ./tools |
374 | 2023-12-19T22:04:17.212Z | ++ pwd |
375 | 2023-12-19T22:04:17.213Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2023-12-19T22:04:17.216Z | ++ basename ./tools/ci_download_console |
377 | 2023-12-19T22:04:17.216Z | + ARG0=ci_download_console |
378 | 2023-12-19T22:04:17.216Z | + TARGET_DIR=out |
379 | 2023-12-19T22:04:17.216Z | + DOWNLOAD_DIR=out/downloads |
380 | 2023-12-19T22:04:17.216Z | + DEST_DIR=./out/console-assets |
381 | 2023-12-19T22:04:17.216Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2023-12-19T22:04:17.218Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
383 | 2023-12-19T22:04:17.218Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
384 | 2023-12-19T22:04:17.218Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
385 | 2023-12-19T22:04:17.218Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2023-12-19T22:04:17.218Z | + main |
387 | 2023-12-19T22:04:17.218Z | + [[ 0 != 0 ]] |
388 | 2023-12-19T22:04:17.218Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
389 | 2023-12-19T22:04:17.218Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
390 | 2023-12-19T22:04:17.218Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2023-12-19T22:04:17.218Z | Local file: out/downloads/console.tar.gz |
392 | 2023-12-19T22:04:17.218Z | + local DO_DOWNLOAD=true |
393 | 2023-12-19T22:04:17.219Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2023-12-19T22:04:17.219Z | + mkdir -p out/downloads |
395 | 2023-12-19T22:04:17.222Z | + '[' true == true ']' |
396 | 2023-12-19T22:04:17.222Z | + echo Downloading... |
397 | 2023-12-19T22:04:17.222Z | Downloading... |
398 | 2023-12-19T22:04:17.222Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
399 | 2023-12-19T22:04:17.222Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
400 | 2023-12-19T22:04:17.996Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2023-12-19T22:04:17.999Z | ++ case "$OSTYPE" in |
402 | 2023-12-19T22:04:17.999Z | ++ SHA=sha256sum |
403 | 2023-12-19T22:04:18.000Z | ++ sha256sum |
404 | 2023-12-19T22:04:18.000Z | ++ awk '{print $1}' |
405 | 2023-12-19T22:04:18.021Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
406 | 2023-12-19T22:04:18.024Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
407 | 2023-12-19T22:04:18.024Z | + rm -rf ./out/console-assets |
408 | 2023-12-19T22:04:18.024Z | + mkdir -p ./out/console-assets |
409 | 2023-12-19T22:04:18.027Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2023-12-19T22:04:18.027Z | + mkdir -p ./out/console-assets |
411 | 2023-12-19T22:04:18.030Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2023-12-19T22:04:18.162Z | + set -o errexit |
413 | 2023-12-19T22:04:18.166Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2023-12-19T22:04:18.169Z | ++ cd ./tools |
415 | 2023-12-19T22:04:18.169Z | ++ pwd |
416 | 2023-12-19T22:04:18.169Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2023-12-19T22:04:18.171Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2023-12-19T22:04:18.174Z | + ARG0=ci_download_maghemite_openapi |
419 | 2023-12-19T22:04:18.174Z | + TARGET_DIR=out |
420 | 2023-12-19T22:04:18.174Z | + DOWNLOAD_DIR=out/downloads |
421 | 2023-12-19T22:04:18.174Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2023-12-19T22:04:18.174Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
423 | 2023-12-19T22:04:18.174Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-12-19T22:04:18.174Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
425 | 2023-12-19T22:04:18.174Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
426 | 2023-12-19T22:04:18.174Z | + main |
427 | 2023-12-19T22:04:18.174Z | + [[ 0 != 0 ]] |
428 | 2023-12-19T22:04:18.175Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
429 | 2023-12-19T22:04:18.175Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
430 | 2023-12-19T22:04:18.175Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
431 | 2023-12-19T22:04:18.175Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
432 | 2023-12-19T22:04:18.175Z | + local DO_DOWNLOAD=true |
433 | 2023-12-19T22:04:18.175Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
434 | 2023-12-19T22:04:18.175Z | + mkdir -p out/downloads |
435 | 2023-12-19T22:04:18.175Z | + '[' true == true ']' |
436 | 2023-12-19T22:04:18.175Z | + echo Downloading... |
437 | 2023-12-19T22:04:18.175Z | Downloading... |
438 | 2023-12-19T22:04:18.175Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
439 | 2023-12-19T22:04:18.175Z | + 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 |
440 | 2023-12-19T22:04:18.454Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
441 | 2023-12-19T22:04:18.463Z | ++ case "$OSTYPE" in |
442 | 2023-12-19T22:04:18.463Z | ++ SHA=sha256sum |
443 | 2023-12-19T22:04:18.463Z | ++ sha256sum |
444 | 2023-12-19T22:04:18.463Z | ++ awk '{print $1}' |
445 | 2023-12-19T22:04:18.464Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
446 | 2023-12-19T22:04:18.464Z | + [[ 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 ]] |
447 | 2023-12-19T22:04:18.464Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2023-12-19T22:04:18.464Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
449 | 2023-12-19T22:04:18.464Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
450 | 2023-12-19T22:04:18.465Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
451 | 2023-12-19T22:04:18.465Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-19T22:04:18.465Z | + main |
453 | 2023-12-19T22:04:18.465Z | + [[ 0 != 0 ]] |
454 | 2023-12-19T22:04:18.465Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
455 | 2023-12-19T22:04:18.466Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
456 | 2023-12-19T22:04:18.466Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
457 | 2023-12-19T22:04:18.466Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2023-12-19T22:04:18.466Z | + local DO_DOWNLOAD=true |
459 | 2023-12-19T22:04:18.466Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
460 | 2023-12-19T22:04:18.469Z | + mkdir -p out/downloads |
461 | 2023-12-19T22:04:18.469Z | + '[' true == true ']' |
462 | 2023-12-19T22:04:18.469Z | + echo Downloading... |
463 | 2023-12-19T22:04:18.469Z | Downloading... |
464 | 2023-12-19T22:04:18.470Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-19T22:04:18.470Z | + 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 |
466 | 2023-12-19T22:04:18.703Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-19T22:04:18.714Z | ++ case "$OSTYPE" in |
468 | 2023-12-19T22:04:18.714Z | ++ SHA=sha256sum |
469 | 2023-12-19T22:04:18.714Z | ++ sha256sum |
470 | 2023-12-19T22:04:18.715Z | ++ awk '{print $1}' |
471 | 2023-12-19T22:04:18.715Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
472 | 2023-12-19T22:04:18.715Z | + [[ 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 ]] |
473 | 2023-12-19T22:04:18.721Z | + set -o errexit |
474 | 2023-12-19T22:04:18.721Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2023-12-19T22:04:18.727Z | ++ cd ./tools |
476 | 2023-12-19T22:04:18.727Z | ++ pwd |
477 | 2023-12-19T22:04:18.727Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-12-19T22:04:18.727Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2023-12-19T22:04:18.727Z | + ARG0=ci_download_dendrite_openapi |
480 | 2023-12-19T22:04:18.729Z | + TARGET_DIR=out |
481 | 2023-12-19T22:04:18.729Z | + DOWNLOAD_DIR=out/downloads |
482 | 2023-12-19T22:04:18.730Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2023-12-19T22:04:18.730Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
484 | 2023-12-19T22:04:18.730Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
485 | 2023-12-19T22:04:18.730Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
486 | 2023-12-19T22:04:18.730Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
487 | 2023-12-19T22:04:18.731Z | + main |
488 | 2023-12-19T22:04:18.731Z | + [[ 0 != 0 ]] |
489 | 2023-12-19T22:04:18.731Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
490 | 2023-12-19T22:04:18.731Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
491 | 2023-12-19T22:04:18.731Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
492 | 2023-12-19T22:04:18.731Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
493 | 2023-12-19T22:04:18.731Z | + local DO_DOWNLOAD=true |
494 | 2023-12-19T22:04:18.732Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
495 | 2023-12-19T22:04:18.732Z | + mkdir -p out/downloads |
496 | 2023-12-19T22:04:18.738Z | + '[' true == true ']' |
497 | 2023-12-19T22:04:18.738Z | + echo Downloading... |
498 | 2023-12-19T22:04:18.739Z | Downloading... |
499 | 2023-12-19T22:04:18.739Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
500 | 2023-12-19T22:04:18.739Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
501 | 2023-12-19T22:04:18.916Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
502 | 2023-12-19T22:04:18.926Z | ++ case "$OSTYPE" in |
503 | 2023-12-19T22:04:18.926Z | ++ SHA=sha256sum |
504 | 2023-12-19T22:04:18.926Z | ++ sha256sum |
505 | 2023-12-19T22:04:18.927Z | ++ awk '{print $1}' |
506 | 2023-12-19T22:04:18.927Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
507 | 2023-12-19T22:04:18.927Z | + [[ 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 ]] |
508 | 2023-12-19T22:04:18.935Z | + set -o errexit |
509 | 2023-12-19T22:04:18.935Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2023-12-19T22:04:18.935Z | ++ cd ./tools |
511 | 2023-12-19T22:04:18.935Z | ++ pwd |
512 | 2023-12-19T22:04:18.941Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2023-12-19T22:04:18.941Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2023-12-19T22:04:18.942Z | + ARG0=ci_download_dendrite_stub |
515 | 2023-12-19T22:04:18.942Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2023-12-19T22:04:18.942Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
517 | 2023-12-19T22:04:18.942Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
518 | 2023-12-19T22:04:18.942Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
519 | 2023-12-19T22:04:18.942Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2023-12-19T22:04:18.942Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
521 | 2023-12-19T22:04:18.942Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
522 | 2023-12-19T22:04:18.942Z | + TARGET_DIR=out |
523 | 2023-12-19T22:04:18.944Z | + DOWNLOAD_DIR=out/downloads |
524 | 2023-12-19T22:04:18.944Z | + DEST_DIR=./out/dendrite-stub |
525 | 2023-12-19T22:04:18.944Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2023-12-19T22:04:18.944Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2023-12-19T22:04:18.944Z | + REPO=oxidecomputer/dendrite |
528 | 2023-12-19T22:04:18.944Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
529 | 2023-12-19T22:04:18.944Z | + main |
530 | 2023-12-19T22:04:18.944Z | + [[ 0 != 0 ]] |
531 | 2023-12-19T22:04:18.944Z | + CIDL_OS=solaris2.11 |
532 | 2023-12-19T22:04:18.944Z | + [[ 0 != 0 ]] |
533 | 2023-12-19T22:04:18.944Z | + configure_os solaris2.11 |
534 | 2023-12-19T22:04:18.944Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2023-12-19T22:04:18.945Z | current directory: /work/oxidecomputer/omicron |
536 | 2023-12-19T22:04:18.945Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2023-12-19T22:04:18.945Z | configuring based on OS: "solaris2.11" |
538 | 2023-12-19T22:04:18.945Z | + case "$1" in |
539 | 2023-12-19T22:04:18.945Z | + SET_BINARIES= |
540 | 2023-12-19T22:04:18.946Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
541 | 2023-12-19T22:04:18.946Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2023-12-19T22:04:18.946Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2023-12-19T22:04:18.946Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
544 | 2023-12-19T22:04:18.946Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2023-12-19T22:04:18.946Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
546 | 2023-12-19T22:04:18.946Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
547 | 2023-12-19T22:04:18.946Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2023-12-19T22:04:18.946Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2023-12-19T22:04:18.946Z | + mkdir -p out/downloads |
550 | 2023-12-19T22:04:18.952Z | + mkdir -p ./out/dendrite-stub |
551 | 2023-12-19T22:04:18.952Z | + fetch_and_verify |
552 | 2023-12-19T22:04:18.952Z | + local DO_DOWNLOAD=true |
553 | 2023-12-19T22:04:18.952Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2023-12-19T22:04:18.952Z | + '[' true == true ']' |
555 | 2023-12-19T22:04:18.952Z | + echo Downloading... |
556 | 2023-12-19T22:04:18.952Z | Downloading... |
557 | 2023-12-19T22:04:18.952Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-19T22:04:18.952Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
559 | 2023-12-19T22:04:26.226Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-19T22:04:26.236Z | ++ sha256sum |
561 | 2023-12-19T22:04:26.236Z | ++ awk '{print $1}' |
562 | 2023-12-19T22:04:26.327Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
563 | 2023-12-19T22:04:26.327Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
564 | 2023-12-19T22:04:26.330Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-19T22:04:26.330Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2023-12-19T22:04:27.437Z | + do_assemble |
567 | 2023-12-19T22:04:27.438Z | + rm -r ./out/dendrite-stub |
568 | 2023-12-19T22:04:27.445Z | + mkdir ./out/dendrite-stub |
569 | 2023-12-19T22:04:27.445Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2023-12-19T22:04:27.637Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2023-12-19T22:04:27.650Z | + set -o errexit |
572 | 2023-12-19T22:04:27.653Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2023-12-19T22:04:27.656Z | ++ cd ./tools |
574 | 2023-12-19T22:04:27.656Z | ++ pwd |
575 | 2023-12-19T22:04:27.656Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2023-12-19T22:04:27.656Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2023-12-19T22:04:27.660Z | + ARG0=ci_download_maghemite_mgd |
578 | 2023-12-19T22:04:27.660Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2023-12-19T22:04:27.660Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
580 | 2023-12-19T22:04:27.660Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
581 | 2023-12-19T22:04:27.660Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2023-12-19T22:04:27.661Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
583 | 2023-12-19T22:04:27.661Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
584 | 2023-12-19T22:04:27.661Z | + TARGET_DIR=out |
585 | 2023-12-19T22:04:27.661Z | + DOWNLOAD_DIR=out/downloads |
586 | 2023-12-19T22:04:27.661Z | + DEST_DIR=./out/mgd |
587 | 2023-12-19T22:04:27.661Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2023-12-19T22:04:27.661Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2023-12-19T22:04:27.661Z | + REPO=oxidecomputer/maghemite |
590 | 2023-12-19T22:04:27.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
591 | 2023-12-19T22:04:27.661Z | + main |
592 | 2023-12-19T22:04:27.661Z | + [[ 0 != 0 ]] |
593 | 2023-12-19T22:04:27.661Z | + CIDL_OS=solaris2.11 |
594 | 2023-12-19T22:04:27.661Z | + [[ 0 != 0 ]] |
595 | 2023-12-19T22:04:27.661Z | + configure_os solaris2.11 |
596 | 2023-12-19T22:04:27.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2023-12-19T22:04:27.661Z | current directory: /work/oxidecomputer/omicron |
598 | 2023-12-19T22:04:27.661Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2023-12-19T22:04:27.661Z | + case "$1" in |
600 | 2023-12-19T22:04:27.661Z | + SET_BINARIES= |
601 | 2023-12-19T22:04:27.661Z | configuring based on OS: "solaris2.11" |
602 | 2023-12-19T22:04:27.661Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2023-12-19T22:04:27.661Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2023-12-19T22:04:27.661Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
605 | 2023-12-19T22:04:27.661Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2023-12-19T22:04:27.662Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
607 | 2023-12-19T22:04:27.662Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
608 | 2023-12-19T22:04:27.662Z | Local file: out/downloads/mgd.tar.gz |
609 | 2023-12-19T22:04:27.662Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
610 | 2023-12-19T22:04:27.662Z | + mkdir -p out/downloads |
611 | 2023-12-19T22:04:27.669Z | + mkdir -p ./out/mgd |
612 | 2023-12-19T22:04:27.669Z | + fetch_and_verify |
613 | 2023-12-19T22:04:27.669Z | + local DO_DOWNLOAD=true |
614 | 2023-12-19T22:04:27.670Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2023-12-19T22:04:27.670Z | + '[' true == true ']' |
616 | 2023-12-19T22:04:27.670Z | + echo Downloading... |
617 | 2023-12-19T22:04:27.670Z | Downloading... |
618 | 2023-12-19T22:04:27.670Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2023-12-19T22:04:27.670Z | + 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 |
620 | 2023-12-19T22:04:37.046Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2023-12-19T22:04:37.057Z | ++ sha256sum |
622 | 2023-12-19T22:04:37.057Z | ++ awk '{print $1}' |
623 | 2023-12-19T22:04:37.127Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
624 | 2023-12-19T22:04:37.127Z | + [[ 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 ]] |
625 | 2023-12-19T22:04:37.134Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2023-12-19T22:04:37.134Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2023-12-19T22:04:37.772Z | + do_assemble |
628 | 2023-12-19T22:04:37.772Z | + rm -r ./out/mgd |
629 | 2023-12-19T22:04:37.775Z | + mkdir ./out/mgd |
630 | 2023-12-19T22:04:37.778Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2023-12-19T22:04:37.999Z | + set -o errexit |
632 | 2023-12-19T22:04:38.009Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2023-12-19T22:04:38.009Z | ++ cd ./tools |
634 | 2023-12-19T22:04:38.010Z | ++ pwd |
635 | 2023-12-19T22:04:38.010Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2023-12-19T22:04:38.010Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2023-12-19T22:04:38.010Z | + ARG0=ci_download_transceiver_control |
638 | 2023-12-19T22:04:38.010Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2023-12-19T22:04:38.010Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-12-19T22:04:38.011Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-12-19T22:04:38.011Z | + TARGET_DIR=out |
642 | 2023-12-19T22:04:38.011Z | + DOWNLOAD_DIR=out/downloads |
643 | 2023-12-19T22:04:38.012Z | + DEST_DIR=./out/transceiver-control |
644 | 2023-12-19T22:04:38.012Z | + BIN_DIR=/opt/oxide/bin |
645 | 2023-12-19T22:04:38.012Z | + BINARY=xcvradm |
646 | 2023-12-19T22:04:38.013Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2023-12-19T22:04:38.013Z | + REPO=oxidecomputer/transceiver-control |
648 | 2023-12-19T22:04:38.013Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-12-19T22:04:38.013Z | + main |
650 | 2023-12-19T22:04:38.013Z | + [[ 0 != 0 ]] |
651 | 2023-12-19T22:04:38.013Z | + CIDL_OS=solaris2.11 |
652 | 2023-12-19T22:04:38.013Z | + [[ 0 != 0 ]] |
653 | 2023-12-19T22:04:38.014Z | + configure_os solaris2.11 |
654 | 2023-12-19T22:04:38.014Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2023-12-19T22:04:38.014Z | current directory: /work/oxidecomputer/omicron |
656 | 2023-12-19T22:04:38.014Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-12-19T22:04:38.014Z | configuring based on OS: "solaris2.11" |
658 | 2023-12-19T22:04:38.014Z | + case "$1" in |
659 | 2023-12-19T22:04:38.014Z | + SET_BINARIES= |
660 | 2023-12-19T22:04:38.015Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-12-19T22:04:38.015Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2023-12-19T22:04:38.015Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2023-12-19T22:04:38.015Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2023-12-19T22:04:38.015Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2023-12-19T22:04:38.015Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2023-12-19T22:04:38.016Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2023-12-19T22:04:38.016Z | + echo 'Local file: out/downloads/xcvradm.gz' |
668 | 2023-12-19T22:04:38.017Z | Local file: out/downloads/xcvradm.gz |
669 | 2023-12-19T22:04:38.017Z | + mkdir -p out/downloads |
670 | 2023-12-19T22:04:38.022Z | + mkdir -p ./out/transceiver-control |
671 | 2023-12-19T22:04:38.022Z | + fetch_and_verify |
672 | 2023-12-19T22:04:38.022Z | + local DO_DOWNLOAD=true |
673 | 2023-12-19T22:04:38.022Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2023-12-19T22:04:38.022Z | + '[' true == true ']' |
675 | 2023-12-19T22:04:38.022Z | + echo Downloading... |
676 | 2023-12-19T22:04:38.022Z | Downloading... |
677 | 2023-12-19T22:04:38.022Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2023-12-19T22:04:38.022Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2023-12-19T22:04:39.723Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2023-12-19T22:04:39.733Z | ++ sha256sum |
681 | 2023-12-19T22:04:39.733Z | ++ awk '{print $1}' |
682 | 2023-12-19T22:04:39.739Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2023-12-19T22:04:39.753Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
684 | 2023-12-19T22:04:39.753Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2023-12-19T22:04:39.753Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2023-12-19T22:04:39.753Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2023-12-19T22:04:39.945Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2023-12-19T22:04:39.955Z | + do_assemble |
689 | 2023-12-19T22:04:39.955Z | + rm -r ./out/transceiver-control |
690 | 2023-12-19T22:04:39.955Z | + mkdir ./out/transceiver-control |
691 | 2023-12-19T22:04:39.955Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2023-12-19T22:04:40.162Z | All prerequisites installed successfully |
693 | 2023-12-19T22:04:40.171Z | |
694 | 2023-12-19T22:04:40.171Z | real 2:12.938742517 |
695 | 2023-12-19T22:04:40.171Z | user 56.890446523 |
696 | 2023-12-19T22:04:40.171Z | sys 10.522237200 |
697 | 2023-12-19T22:04:40.171Z | trap 0.022019439 |
698 | 2023-12-19T22:04:40.171Z | tflt 0.152655168 |
699 | 2023-12-19T22:04:40.171Z | dflt 0.809589378 |
700 | 2023-12-19T22:04:40.171Z | kflt 0.277746593 |
701 | 2023-12-19T22:04:40.172Z | lock 1.977884051 |
702 | 2023-12-19T22:04:40.172Z | slp 4:04.819576474 |
703 | 2023-12-19T22:04:40.172Z | lat 3.460703829 |
704 | 2023-12-19T22:04:40.172Z | stop 0.072087175 |
705 | 2023-12-19T22:04:40.172Z | + banner end-to-end-tests |
706 | 2023-12-19T22:04:40.270Z | |
707 | 2023-12-19T22:04:40.270Z | ###### # # ##### ##### #### ###### # # ##### |
708 | 2023-12-19T22:04:40.270Z | # ## # # # # # # # ## # # # |
709 | 2023-12-19T22:04:40.270Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
710 | 2023-12-19T22:04:40.270Z | # # # # # # # # # # # # # # # |
711 | 2023-12-19T22:04:40.270Z | # # ## # # # # # # # ## # # |
712 | 2023-12-19T22:04:40.270Z | ###### # # ##### # #### ###### # # ##### |
713 | 2023-12-19T22:04:40.270Z | |
714 | 2023-12-19T22:04:40.296Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2023-12-19T22:04:40.296Z | + CARGO_PROFILE_DEV_DEBUG=1 |
716 | 2023-12-19T22:04:40.296Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2023-12-19T22:04:40.297Z | + CARGO_PROFILE_TEST_DEBUG=1 |
718 | 2023-12-19T22:04:40.297Z | + export CARGO_INCREMENTAL=0 |
719 | 2023-12-19T22:04:40.297Z | + CARGO_INCREMENTAL=0 |
720 | 2023-12-19T22:04:40.297Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
721 | 2023-12-19T22:04:40.608Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2023-12-19T22:04:40.968Z | Updating crates.io index |
723 | 2023-12-19T22:04:40.973Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2023-12-19T22:04:41.976Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2023-12-19T22:04:43.980Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2023-12-19T22:04:44.822Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2023-12-19T22:04:45.213Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2023-12-19T22:04:45.487Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2023-12-19T22:04:45.778Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2023-12-19T22:04:46.638Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2023-12-19T22:04:48.866Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2023-12-19T22:04:49.869Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2023-12-19T22:04:50.239Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-12-19T22:04:50.854Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-12-19T22:04:51.218Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
736 | 2023-12-19T22:04:52.156Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2023-12-19T22:04:52.166Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2023-12-19T22:04:52.466Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2023-12-19T22:04:52.963Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2023-12-19T22:04:53.415Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2023-12-19T22:04:54.078Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2023-12-19T22:04:54.494Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2023-12-19T22:04:54.875Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2023-12-19T22:04:56.167Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2023-12-19T22:04:56.634Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-12-19T22:04:58.770Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-12-19T22:04:59.767Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-12-19T22:04:59.996Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-12-19T22:05:01.662Z | Downloading crates ... |
750 | 2023-12-19T22:05:01.863Z | Downloaded memoffset v0.9.0 |
751 | 2023-12-19T22:05:01.870Z | Downloaded ansi_term v0.12.1 |
752 | 2023-12-19T22:05:01.874Z | Downloaded darling_macro v0.20.3 |
753 | 2023-12-19T22:05:01.877Z | Downloaded opaque-debug v0.3.0 |
754 | 2023-12-19T22:05:01.881Z | Downloaded match_cfg v0.1.0 |
755 | 2023-12-19T22:05:01.892Z | Downloaded miniz_oxide v0.7.1 |
756 | 2023-12-19T22:05:01.904Z | Downloaded num v0.4.1 |
757 | 2023-12-19T22:05:01.909Z | Downloaded num-complex v0.4.4 |
758 | 2023-12-19T22:05:01.914Z | Downloaded async-stream-impl v0.3.5 |
759 | 2023-12-19T22:05:01.917Z | Downloaded aead v0.5.2 |
760 | 2023-12-19T22:05:01.920Z | Downloaded dirs-sys-next v0.1.2 |
761 | 2023-12-19T22:05:01.923Z | Downloaded colored v2.0.4 |
762 | 2023-12-19T22:05:01.927Z | Downloaded num_threads v0.1.6 |
763 | 2023-12-19T22:05:01.931Z | Downloaded precomputed-hash v0.1.1 |
764 | 2023-12-19T22:05:01.935Z | Downloaded rand_chacha v0.2.2 |
765 | 2023-12-19T22:05:01.940Z | Downloaded display-error-chain v0.2.0 |
766 | 2023-12-19T22:05:01.944Z | Downloaded atty v0.2.14 |
767 | 2023-12-19T22:05:01.951Z | Downloaded rand_chacha v0.3.1 |
768 | 2023-12-19T22:05:01.951Z | Downloaded rand_core v0.5.1 |
769 | 2023-12-19T22:05:01.954Z | Downloaded phf_shared v0.10.0 |
770 | 2023-12-19T22:05:01.954Z | Downloaded parse-display v0.8.2 |
771 | 2023-12-19T22:05:01.958Z | Downloaded adler v1.0.2 |
772 | 2023-12-19T22:05:01.962Z | Downloaded cfg-if v1.0.0 |
773 | 2023-12-19T22:05:01.965Z | Downloaded base16ct v0.2.0 |
774 | 2023-12-19T22:05:01.969Z | Downloaded r2d2 v0.8.10 |
775 | 2023-12-19T22:05:01.973Z | Downloaded parking_lot_core v0.8.6 |
776 | 2023-12-19T22:05:01.977Z | Downloaded parking_lot v0.12.1 |
777 | 2023-12-19T22:05:01.982Z | Downloaded defmt-macros v0.3.6 |
778 | 2023-12-19T22:05:01.988Z | Downloaded predicates v3.0.4 |
779 | 2023-12-19T22:05:01.995Z | Downloaded anstyle-query v1.0.0 |
780 | 2023-12-19T22:05:01.998Z | Downloaded pem-rfc7468 v0.7.0 |
781 | 2023-12-19T22:05:02.005Z | Downloaded postgres-protocol v0.6.6 |
782 | 2023-12-19T22:05:02.008Z | Downloaded bit-vec v0.6.3 |
783 | 2023-12-19T22:05:02.013Z | Downloaded autocfg v1.1.0 |
784 | 2023-12-19T22:05:02.017Z | Downloaded postgres-types v0.2.6 |
785 | 2023-12-19T22:05:02.022Z | Downloaded camino-tempfile v1.1.1 |
786 | 2023-12-19T22:05:02.028Z | Downloaded time-core v0.1.1 |
787 | 2023-12-19T22:05:02.032Z | Downloaded unicase v2.7.0 |
788 | 2023-12-19T22:05:02.032Z | Downloaded stable_deref_trait v1.2.0 |
789 | 2023-12-19T22:05:02.035Z | Downloaded num-derive v0.4.0 |
790 | 2023-12-19T22:05:02.039Z | Downloaded phf v0.11.2 |
791 | 2023-12-19T22:05:02.042Z | Downloaded ciborium v0.2.1 |
792 | 2023-12-19T22:05:02.046Z | Downloaded bzip2 v0.4.4 |
793 | 2023-12-19T22:05:02.052Z | Downloaded cipher v0.4.4 |
794 | 2023-12-19T22:05:02.060Z | Downloaded anyhow v1.0.75 |
795 | 2023-12-19T22:05:02.070Z | Downloaded log v0.4.20 |
796 | 2023-12-19T22:05:02.080Z | Downloaded addr2line v0.21.0 |
797 | 2023-12-19T22:05:02.080Z | Downloaded slog-scope v4.4.0 |
798 | 2023-12-19T22:05:02.080Z | Downloaded pkcs8 v0.10.2 |
799 | 2023-12-19T22:05:02.084Z | Downloaded pest v2.7.2 |
800 | 2023-12-19T22:05:02.091Z | Downloaded ecdsa v0.16.9 |
801 | 2023-12-19T22:05:02.095Z | Downloaded flagset v0.4.3 |
802 | 2023-12-19T22:05:02.099Z | Downloaded mime_guess v2.0.4 |
803 | 2023-12-19T22:05:02.103Z | Downloaded enum-as-inner v0.5.1 |
804 | 2023-12-19T22:05:02.106Z | Downloaded blake2 v0.10.6 |
805 | 2023-12-19T22:05:02.111Z | Downloaded equivalent v1.0.1 |
806 | 2023-12-19T22:05:02.115Z | Downloaded same-file v1.0.6 |
807 | 2023-12-19T22:05:02.118Z | Downloaded serde_derive v1.0.193 |
808 | 2023-12-19T22:05:02.123Z | Downloaded ipnet v2.8.0 |
809 | 2023-12-19T22:05:02.128Z | Downloaded clap v4.4.3 |
810 | 2023-12-19T22:05:02.146Z | Downloaded lock_api v0.4.10 |
811 | 2023-12-19T22:05:02.151Z | Downloaded instant v0.1.12 |
812 | 2023-12-19T22:05:02.155Z | Downloaded rcgen v0.11.3 |
813 | 2023-12-19T22:05:02.161Z | Downloaded slog-async v2.8.0 |
814 | 2023-12-19T22:05:02.166Z | Downloaded sha2 v0.10.8 |
815 | 2023-12-19T22:05:02.171Z | Downloaded sec1 v0.7.3 |
816 | 2023-12-19T22:05:02.177Z | Downloaded spki v0.7.2 |
817 | 2023-12-19T22:05:02.183Z | Downloaded strum v0.25.0 |
818 | 2023-12-19T22:05:02.183Z | Downloaded waitgroup v0.1.2 |
819 | 2023-12-19T22:05:02.183Z | Downloaded unicode-bidi v0.3.13 |
820 | 2023-12-19T22:05:02.188Z | Downloaded futures-executor v0.3.29 |
821 | 2023-12-19T22:05:02.194Z | Downloaded sha1 v0.10.6 |
822 | 2023-12-19T22:05:02.194Z | Downloaded xattr v1.0.1 |
823 | 2023-12-19T22:05:02.200Z | Downloaded chacha20poly1305 v0.10.1 |
824 | 2023-12-19T22:05:02.205Z | Downloaded group v0.13.0 |
825 | 2023-12-19T22:05:02.205Z | Downloaded textwrap v0.11.0 |
826 | 2023-12-19T22:05:02.210Z | Downloaded serde_tokenstream v0.2.0 |
827 | 2023-12-19T22:05:02.216Z | Downloaded getrandom v0.1.16 |
828 | 2023-12-19T22:05:02.221Z | Downloaded try-lock v0.2.4 |
829 | 2023-12-19T22:05:02.228Z | Downloaded headers-core v0.2.0 |
830 | 2023-12-19T22:05:02.228Z | Downloaded serde_spanned v0.6.4 |
831 | 2023-12-19T22:05:02.228Z | Downloaded thread_local v1.1.7 |
832 | 2023-12-19T22:05:02.235Z | Downloaded semver v1.0.20 |
833 | 2023-12-19T22:05:02.235Z | Downloaded swrite v0.1.0 |
834 | 2023-12-19T22:05:02.241Z | Downloaded scheduled-thread-pool v0.2.7 |
835 | 2023-12-19T22:05:02.241Z | Downloaded base64 v0.21.5 |
836 | 2023-12-19T22:05:02.247Z | Downloaded semver v0.11.0 |
837 | 2023-12-19T22:05:02.252Z | Downloaded siphasher v0.3.11 |
838 | 2023-12-19T22:05:02.252Z | Downloaded rand_core v0.6.4 |
839 | 2023-12-19T22:05:02.258Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2023-12-19T22:05:02.259Z | Downloaded either v1.9.0 |
841 | 2023-12-19T22:05:02.267Z | Downloaded zerocopy v0.3.0 |
842 | 2023-12-19T22:05:02.267Z | Downloaded fnv v1.0.7 |
843 | 2023-12-19T22:05:02.273Z | Downloaded usdt-attr-macro v0.3.5 |
844 | 2023-12-19T22:05:02.273Z | Downloaded tower-service v0.3.2 |
845 | 2023-12-19T22:05:02.273Z | Downloaded toolchain_find v0.2.0 |
846 | 2023-12-19T22:05:02.273Z | Downloaded usdt-macro v0.3.5 |
847 | 2023-12-19T22:05:02.278Z | Downloaded zeroize v1.7.0 |
848 | 2023-12-19T22:05:02.278Z | Downloaded toml_datetime v0.6.5 |
849 | 2023-12-19T22:05:02.278Z | Downloaded schemars_derive v0.8.13 |
850 | 2023-12-19T22:05:02.285Z | Downloaded secrecy v0.8.0 |
851 | 2023-12-19T22:05:02.285Z | Downloaded glob v0.3.1 |
852 | 2023-12-19T22:05:02.285Z | Downloaded tokio-stream v0.1.14 |
853 | 2023-12-19T22:05:02.293Z | Downloaded io-lifetimes v1.0.11 |
854 | 2023-12-19T22:05:02.298Z | Downloaded snafu-derive v0.7.5 |
855 | 2023-12-19T22:05:02.302Z | Downloaded spin v0.9.8 |
856 | 2023-12-19T22:05:02.307Z | Downloaded take_mut v0.2.2 |
857 | 2023-12-19T22:05:02.312Z | Downloaded schemars v0.8.13 |
858 | 2023-12-19T22:05:02.329Z | Downloaded socket2 v0.5.5 |
859 | 2023-12-19T22:05:02.334Z | Downloaded socket2 v0.4.9 |
860 | 2023-12-19T22:05:02.338Z | Downloaded foreign-types v0.5.0 |
861 | 2023-12-19T22:05:02.341Z | Downloaded headers v0.3.9 |
862 | 2023-12-19T22:05:02.350Z | Downloaded trust-dns-server v0.22.1 |
863 | 2023-12-19T22:05:02.361Z | Downloaded signature v2.1.0 |
864 | 2023-12-19T22:05:02.364Z | Downloaded http v0.2.11 |
865 | 2023-12-19T22:05:02.375Z | Downloaded httparse v1.8.0 |
866 | 2023-12-19T22:05:02.378Z | Downloaded httpdate v1.0.3 |
867 | 2023-12-19T22:05:02.383Z | Downloaded rustversion v1.0.14 |
868 | 2023-12-19T22:05:02.386Z | Downloaded structmeta-derive v0.2.0 |
869 | 2023-12-19T22:05:02.386Z | Downloaded tracing-core v0.1.31 |
870 | 2023-12-19T22:05:02.391Z | Downloaded strsim v0.8.0 |
871 | 2023-12-19T22:05:02.395Z | Downloaded linked-hash-map v0.5.6 |
872 | 2023-12-19T22:05:02.398Z | Downloaded crossbeam-channel v0.5.8 |
873 | 2023-12-19T22:05:02.404Z | Downloaded hyper-staticfile v0.9.5 |
874 | 2023-12-19T22:05:02.407Z | Downloaded stringprep v0.1.3 |
875 | 2023-12-19T22:05:02.411Z | Downloaded structopt-derive v0.4.18 |
876 | 2023-12-19T22:05:02.414Z | Downloaded embedded-io v0.4.0 |
877 | 2023-12-19T22:05:02.417Z | Downloaded ed25519-dalek v2.0.0 |
878 | 2023-12-19T22:05:02.426Z | Downloaded smoltcp v0.9.1 |
879 | 2023-12-19T22:05:02.443Z | Downloaded tinyvec_macros v0.1.1 |
880 | 2023-12-19T22:05:02.447Z | Downloaded russh-cryptovec v0.7.0 |
881 | 2023-12-19T22:05:02.447Z | Downloaded vsss-rs v3.3.2 |
882 | 2023-12-19T22:05:02.451Z | Downloaded vcpkg v0.2.15 |
883 | 2023-12-19T22:05:02.524Z | Downloaded toml v0.5.11 |
884 | 2023-12-19T22:05:02.529Z | Downloaded hex v0.4.3 |
885 | 2023-12-19T22:05:02.532Z | Downloaded inout v0.1.3 |
886 | 2023-12-19T22:05:02.539Z | Downloaded scopeguard v1.2.0 |
887 | 2023-12-19T22:05:02.539Z | Downloaded structmeta v0.2.0 |
888 | 2023-12-19T22:05:02.539Z | Downloaded webpki-roots v0.25.2 |
889 | 2023-12-19T22:05:02.546Z | Downloaded smallvec v1.11.2 |
890 | 2023-12-19T22:05:02.550Z | Downloaded nom v7.1.3 |
891 | 2023-12-19T22:05:02.562Z | Downloaded vec_map v0.8.2 |
892 | 2023-12-19T22:05:02.566Z | Downloaded tempfile v3.8.1 |
893 | 2023-12-19T22:05:02.569Z | Downloaded strsim v0.10.0 |
894 | 2023-12-19T22:05:02.569Z | Downloaded sled v0.34.7 |
895 | 2023-12-19T22:05:02.589Z | Downloaded fxhash v0.2.1 |
896 | 2023-12-19T22:05:02.593Z | Downloaded zip v0.6.6 |
897 | 2023-12-19T22:05:02.629Z | Downloaded foreign-types v0.3.2 |
898 | 2023-12-19T22:05:02.633Z | Downloaded hex-literal v0.4.1 |
899 | 2023-12-19T22:05:02.633Z | Downloaded serde_urlencoded v0.7.1 |
900 | 2023-12-19T22:05:02.633Z | Downloaded http-body v0.4.5 |
901 | 2023-12-19T22:05:02.633Z | Downloaded ed25519 v2.2.2 |
902 | 2023-12-19T22:05:02.633Z | Downloaded uuid v1.6.1 |
903 | 2023-12-19T22:05:02.633Z | Downloaded sct v0.7.0 |
904 | 2023-12-19T22:05:02.633Z | Downloaded libc v0.2.151 |
905 | 2023-12-19T22:05:02.683Z | Downloaded spin v0.5.2 |
906 | 2023-12-19T22:05:02.692Z | Downloaded tracing-attributes v0.1.26 |
907 | 2023-12-19T22:05:02.693Z | Downloaded ghash v0.5.0 |
908 | 2023-12-19T22:05:02.693Z | Downloaded serde_tokenstream v0.1.7 |
909 | 2023-12-19T22:05:02.693Z | Downloaded futures-io v0.3.29 |
910 | 2023-12-19T22:05:02.706Z | Downloaded slog-term v2.9.0 |
911 | 2023-12-19T22:05:02.706Z | Downloaded utf8parse v0.2.1 |
912 | 2023-12-19T22:05:02.707Z | Downloaded generic-array v0.14.7 |
913 | 2023-12-19T22:05:02.708Z | Downloaded form_urlencoded v1.2.1 |
914 | 2023-12-19T22:05:02.708Z | Downloaded rustc_version v0.4.0 |
915 | 2023-12-19T22:05:02.708Z | Downloaded resolv-conf v0.7.0 |
916 | 2023-12-19T22:05:02.709Z | Downloaded ryu v1.0.15 |
917 | 2023-12-19T22:05:02.715Z | Downloaded winapi v0.3.9 |
918 | 2023-12-19T22:05:02.782Z | Downloaded usdt v0.3.5 |
919 | 2023-12-19T22:05:02.786Z | Downloaded futures-channel v0.3.29 |
920 | 2023-12-19T22:05:02.792Z | Downloaded russh-keys v0.40.1 |
921 | 2023-12-19T22:05:02.796Z | Downloaded encoding_rs v0.8.33 |
922 | 2023-12-19T22:05:02.831Z | Downloaded usdt-impl v0.3.5 |
923 | 2023-12-19T22:05:02.835Z | Downloaded aho-corasick v1.0.4 |
924 | 2023-12-19T22:05:02.843Z | Downloaded clap_builder v4.4.2 |
925 | 2023-12-19T22:05:02.855Z | Downloaded structopt v0.3.26 |
926 | 2023-12-19T22:05:02.868Z | Downloaded zerocopy v0.6.4 |
927 | 2023-12-19T22:05:02.872Z | Downloaded time v0.3.27 |
928 | 2023-12-19T22:05:02.883Z | Downloaded regex-automata v0.1.10 |
929 | 2023-12-19T22:05:02.892Z | Downloaded tracing v0.1.37 |
930 | 2023-12-19T22:05:02.899Z | Downloaded unicode-normalization v0.1.22 |
931 | 2023-12-19T22:05:02.906Z | Downloaded snafu v0.7.5 |
932 | 2023-12-19T22:05:02.916Z | Downloaded clap v2.34.0 |
933 | 2023-12-19T22:05:02.928Z | Downloaded hashbrown v0.12.3 |
934 | 2023-12-19T22:05:02.937Z | Downloaded itertools v0.10.5 |
935 | 2023-12-19T22:05:02.946Z | Downloaded trust-dns-client v0.22.0 |
936 | 2023-12-19T22:05:02.956Z | Downloaded elliptic-curve v0.13.8 |
937 | 2023-12-19T22:05:02.965Z | Downloaded winnow v0.5.15 |
938 | 2023-12-19T22:05:02.976Z | Downloaded serde_with v3.4.0 |
939 | 2023-12-19T22:05:02.987Z | Downloaded itertools v0.12.0 |
940 | 2023-12-19T22:05:03.000Z | Downloaded toml_edit v0.21.0 |
941 | 2023-12-19T22:05:03.039Z | Downloaded rustls-webpki v0.101.7 |
942 | 2023-12-19T22:05:03.065Z | Downloaded itoa v1.0.9 |
943 | 2023-12-19T22:05:03.069Z | Downloaded slog-bunyan v2.4.0 |
944 | 2023-12-19T22:05:03.070Z | Downloaded tokio-tungstenite v0.20.1 |
945 | 2023-12-19T22:05:03.073Z | Downloaded slog-envlogger v2.2.0 |
946 | 2023-12-19T22:05:03.076Z | Downloaded hashbrown v0.14.2 |
947 | 2023-12-19T22:05:03.090Z | Downloaded tokio-util v0.7.10 |
948 | 2023-12-19T22:05:03.105Z | Downloaded h2 v0.3.21 |
949 | 2023-12-19T22:05:03.130Z | Downloaded reqwest v0.11.22 |
950 | 2023-12-19T22:05:03.158Z | Downloaded errno v0.3.2 |
951 | 2023-12-19T22:05:03.158Z | Downloaded aes-gcm v0.10.3 |
952 | 2023-12-19T22:05:03.158Z | Downloaded hkdf v0.12.3 |
953 | 2023-12-19T22:05:03.158Z | Downloaded rustc-demangle v0.1.23 |
954 | 2023-12-19T22:05:03.158Z | Downloaded rustfmt-wrapper v0.2.0 |
955 | 2023-12-19T22:05:03.158Z | Downloaded keccak v0.1.4 |
956 | 2023-12-19T22:05:03.158Z | Downloaded slab v0.4.9 |
957 | 2023-12-19T22:05:03.158Z | Downloaded syn v2.0.32 |
958 | 2023-12-19T22:05:03.181Z | Downloaded rustls-pemfile v1.0.3 |
959 | 2023-12-19T22:05:03.181Z | Downloaded trust-dns-resolver v0.22.0 |
960 | 2023-12-19T22:05:03.205Z | Downloaded zerocopy v0.7.31 |
961 | 2023-12-19T22:05:03.211Z | Downloaded bstr v0.2.17 |
962 | 2023-12-19T22:05:03.234Z | Downloaded foreign-types-shared v0.3.1 |
963 | 2023-12-19T22:05:03.252Z | Downloaded gimli v0.28.0 |
964 | 2023-12-19T22:05:03.252Z | Downloaded regex v1.10.2 |
965 | 2023-12-19T22:05:03.273Z | Downloaded syn v1.0.109 |
966 | 2023-12-19T22:05:03.291Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2023-12-19T22:05:03.314Z | Downloaded idna v0.2.3 |
968 | 2023-12-19T22:05:03.327Z | Downloaded rustix v0.37.23 |
969 | 2023-12-19T22:05:03.364Z | Downloaded smoltcp v0.10.0 |
970 | 2023-12-19T22:05:03.386Z | Downloaded regex-syntax v0.8.2 |
971 | 2023-12-19T22:05:03.404Z | Downloaded rustls v0.21.9 |
972 | 2023-12-19T22:05:03.425Z | Downloaded regex-syntax v0.7.5 |
973 | 2023-12-19T22:05:03.443Z | Downloaded bstr v1.6.0 |
974 | 2023-12-19T22:05:03.463Z | Downloaded rustix v0.38.25 |
975 | 2023-12-19T22:05:03.503Z | Downloaded regress v0.7.1 |
976 | 2023-12-19T22:05:03.518Z | Downloaded foreign-types-shared v0.1.1 |
977 | 2023-12-19T22:05:03.527Z | Downloaded idna v0.5.0 |
978 | 2023-12-19T22:05:03.536Z | Downloaded unicode-segmentation v1.10.1 |
979 | 2023-12-19T22:05:03.546Z | Downloaded smf v0.2.2 |
980 | 2023-12-19T22:05:03.546Z | Downloaded itertools v0.11.0 |
981 | 2023-12-19T22:05:03.554Z | Downloaded zerocopy-derive v0.7.31 |
982 | 2023-12-19T22:05:03.574Z | Downloaded aes v0.8.3 |
983 | 2023-12-19T22:05:03.583Z | Downloaded toml_edit v0.19.15 |
984 | 2023-12-19T22:05:03.610Z | Downloaded zerocopy-derive v0.2.0 |
985 | 2023-12-19T22:05:03.678Z | Downloaded regex-automata v0.3.8 |
986 | 2023-12-19T22:05:03.683Z | Downloaded regex-automata v0.4.3 |
987 | 2023-12-19T22:05:03.692Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
988 | 2023-12-19T22:05:03.719Z | Downloaded sha3 v0.10.8 |
989 | 2023-12-19T22:05:03.735Z | Downloaded tokio v1.35.0 |
990 | 2023-12-19T22:05:03.800Z | Downloaded zerocopy-derive v0.6.4 |
991 | 2023-12-19T22:05:03.822Z | Downloaded signal-hook-registry v1.4.1 |
992 | 2023-12-19T22:05:03.828Z | Downloaded openapiv3 v2.0.0 |
993 | 2023-12-19T22:05:03.845Z | Downloaded diesel v2.1.4 |
994 | 2023-12-19T22:05:03.879Z | Downloaded ipnetwork v0.20.0 |
995 | 2023-12-19T22:05:03.885Z | Downloaded curve25519-dalek v4.1.1 |
996 | 2023-12-19T22:05:03.898Z | Downloaded minimal-lexical v0.2.1 |
997 | 2023-12-19T22:05:03.906Z | Downloaded http-range v0.1.5 |
998 | 2023-12-19T22:05:03.913Z | Downloaded typenum v1.16.0 |
999 | 2023-12-19T22:05:03.918Z | Downloaded serde_path_to_error v0.1.14 |
1000 | 2023-12-19T22:05:03.918Z | Downloaded slog-json v2.6.1 |
1001 | 2023-12-19T22:05:03.926Z | Downloaded fixedbitset v0.4.2 |
1002 | 2023-12-19T22:05:03.926Z | Downloaded futures v0.3.29 |
1003 | 2023-12-19T22:05:03.934Z | Downloaded hashbrown v0.13.2 |
1004 | 2023-12-19T22:05:03.939Z | Downloaded serde_json v1.0.108 |
1005 | 2023-12-19T22:05:03.949Z | Downloaded russh v0.40.1 |
1006 | 2023-12-19T22:05:03.957Z | Downloaded futures-task v0.3.29 |
1007 | 2023-12-19T22:05:03.961Z | Downloaded radix_trie v0.2.1 |
1008 | 2023-12-19T22:05:03.973Z | Downloaded openssl v0.10.60 |
1009 | 2023-12-19T22:05:03.988Z | Downloaded num-bigint v0.4.4 |
1010 | 2023-12-19T22:05:03.997Z | Downloaded memchr v2.6.3 |
1011 | 2023-12-19T22:05:04.007Z | Downloaded iana-time-zone v0.1.57 |
1012 | 2023-12-19T22:05:04.011Z | Downloaded slog-dtrace v0.2.3 |
1013 | 2023-12-19T22:05:04.014Z | Downloaded chrono v0.4.31 |
1014 | 2023-12-19T22:05:04.028Z | Downloaded kstat-rs v0.2.3 |
1015 | 2023-12-19T22:05:04.032Z | Downloaded unsafe-libyaml v0.2.9 |
1016 | 2023-12-19T22:05:04.037Z | Downloaded tokio-postgres v0.7.10 |
1017 | 2023-12-19T22:05:04.043Z | Downloaded toml v0.8.8 |
1018 | 2023-12-19T22:05:04.050Z | Downloaded hash32 v0.2.1 |
1019 | 2023-12-19T22:05:04.053Z | Downloaded hyper-tls v0.5.0 |
1020 | 2023-12-19T22:05:04.056Z | Downloaded hubpack v0.1.2 |
1021 | 2023-12-19T22:05:04.056Z | Downloaded yasna v0.5.2 |
1022 | 2023-12-19T22:05:04.059Z | Downloaded serde_yaml v0.9.25 |
1023 | 2023-12-19T22:05:04.065Z | Downloaded tinyvec v1.6.0 |
1024 | 2023-12-19T22:05:04.070Z | Downloaded tar v0.4.40 |
1025 | 2023-12-19T22:05:04.075Z | Downloaded crypto-bigint v0.5.2 |
1026 | 2023-12-19T22:05:04.090Z | Downloaded serde_derive_internals v0.26.0 |
1027 | 2023-12-19T22:05:04.095Z | Downloaded hyper-rustls v0.24.2 |
1028 | 2023-12-19T22:05:04.096Z | Downloaded hyper v0.14.27 |
1029 | 2023-12-19T22:05:04.107Z | Downloaded untrusted v0.7.1 |
1030 | 2023-12-19T22:05:04.110Z | Downloaded toml v0.7.8 |
1031 | 2023-12-19T22:05:04.115Z | Downloaded mio v0.8.9 |
1032 | 2023-12-19T22:05:04.124Z | Downloaded subprocess v0.2.9 |
1033 | 2023-12-19T22:05:04.128Z | Downloaded walkdir v2.4.0 |
1034 | 2023-12-19T22:05:04.131Z | Downloaded similar v2.3.0 |
1035 | 2023-12-19T22:05:04.143Z | Downloaded hmac v0.12.1 |
1036 | 2023-12-19T22:05:04.146Z | Downloaded tokio-rustls v0.24.1 |
1037 | 2023-12-19T22:05:04.150Z | Downloaded whoami v1.4.1 |
1038 | 2023-12-19T22:05:04.154Z | Downloaded slog v2.7.0 |
1039 | 2023-12-19T22:05:04.158Z | Downloaded lazy_static v1.4.0 |
1040 | 2023-12-19T22:05:04.161Z | Downloaded strum_macros v0.25.2 |
1041 | 2023-12-19T22:05:04.168Z | Downloaded zone v0.3.0 |
1042 | 2023-12-19T22:05:04.168Z | Downloaded tokio-native-tls v0.3.1 |
1043 | 2023-12-19T22:05:04.171Z | Downloaded half v1.8.2 |
1044 | 2023-12-19T22:05:04.171Z | Downloaded serde_with_macros v3.4.0 |
1045 | 2023-12-19T22:05:04.174Z | Downloaded linear-map v1.2.0 |
1046 | 2023-12-19T22:05:04.178Z | Downloaded petgraph v0.6.4 |
1047 | 2023-12-19T22:05:04.201Z | Downloaded der v0.7.8 |
1048 | 2023-12-19T22:05:04.209Z | Downloaded utf-8 v0.7.6 |
1049 | 2023-12-19T22:05:04.213Z | Downloaded thiserror-no-std v2.0.2 |
1050 | 2023-12-19T22:05:04.217Z | Downloaded endian-type v0.1.2 |
1051 | 2023-12-19T22:05:04.221Z | Downloaded subtle v2.5.0 |
1052 | 2023-12-19T22:05:04.221Z | Downloaded want v0.3.1 |
1053 | 2023-12-19T22:05:04.224Z | Downloaded terminal_size v0.2.6 |
1054 | 2023-12-19T22:05:04.225Z | Downloaded openssl-sys v0.9.96 |
1055 | 2023-12-19T22:05:04.232Z | Downloaded version_check v0.9.4 |
1056 | 2023-12-19T22:05:04.236Z | Downloaded getrandom v0.2.10 |
1057 | 2023-12-19T22:05:04.240Z | Downloaded getopts v0.2.21 |
1058 | 2023-12-19T22:05:04.243Z | Downloaded zeroize_derive v1.4.2 |
1059 | 2023-12-19T22:05:04.246Z | Downloaded term v0.7.0 |
1060 | 2023-12-19T22:05:04.253Z | Downloaded futures-core v0.3.29 |
1061 | 2023-12-19T22:05:04.256Z | Downloaded rustls-native-certs v0.6.3 |
1062 | 2023-12-19T22:05:04.256Z | Downloaded unicode-ident v1.0.12 |
1063 | 2023-12-19T22:05:04.260Z | Downloaded pest_meta v2.7.2 |
1064 | 2023-12-19T22:05:04.263Z | Downloaded hubpack_derive v0.1.1 |
1065 | 2023-12-19T22:05:04.267Z | Downloaded futures-util v0.3.29 |
1066 | 2023-12-19T22:05:04.289Z | Downloaded ring v0.17.7 |
1067 | 2023-12-19T22:05:04.431Z | Downloaded thiserror-impl-no-std v2.0.2 |
1068 | 2023-12-19T22:05:04.445Z | Downloaded ident_case v1.0.1 |
1069 | 2023-12-19T22:05:04.445Z | Downloaded rfc6979 v0.4.0 |
1070 | 2023-12-19T22:05:04.446Z | Downloaded fastrand v2.0.0 |
1071 | 2023-12-19T22:05:04.446Z | Downloaded libefi-sys v0.1.0 |
1072 | 2023-12-19T22:05:04.446Z | Downloaded crc32fast v1.3.2 |
1073 | 2023-12-19T22:05:04.446Z | Downloaded p256 v0.13.2 |
1074 | 2023-12-19T22:05:04.458Z | Downloaded darling_core v0.20.3 |
1075 | 2023-12-19T22:05:04.458Z | Downloaded thiserror v1.0.49 |
1076 | 2023-12-19T22:05:04.471Z | Downloaded lalrpop-util v0.19.12 |
1077 | 2023-12-19T22:05:04.471Z | Downloaded hostname v0.3.1 |
1078 | 2023-12-19T22:05:04.471Z | Downloaded home v0.5.5 |
1079 | 2023-12-19T22:05:04.471Z | Downloaded float-cmp v0.9.0 |
1080 | 2023-12-19T22:05:04.471Z | Downloaded heck v0.4.1 |
1081 | 2023-12-19T22:05:04.488Z | Downloaded num-traits v0.2.16 |
1082 | 2023-12-19T22:05:04.488Z | Downloaded diesel_derives v2.1.2 |
1083 | 2023-12-19T22:05:04.488Z | Downloaded ring v0.16.20 |
1084 | 2023-12-19T22:05:04.644Z | Downloaded derive-where v1.2.6 |
1085 | 2023-12-19T22:05:04.659Z | Downloaded tokio-macros v2.2.0 |
1086 | 2023-12-19T22:05:04.659Z | Downloaded synstructure v0.12.6 |
1087 | 2023-12-19T22:05:04.660Z | Downloaded thiserror-impl v1.0.49 |
1088 | 2023-12-19T22:05:04.660Z | Downloaded libm v0.2.7 |
1089 | 2023-12-19T22:05:04.738Z | Downloaded semver-parser v0.10.2 |
1090 | 2023-12-19T22:05:04.746Z | Downloaded libsw v3.3.0 |
1091 | 2023-12-19T22:05:04.746Z | Downloaded ahash v0.8.6 |
1092 | 2023-12-19T22:05:04.746Z | Downloaded static_assertions v1.1.0 |
1093 | 2023-12-19T22:05:04.746Z | Downloaded derive_more v0.99.17 |
1094 | 2023-12-19T22:05:04.746Z | Downloaded bytes v1.5.0 |
1095 | 2023-12-19T22:05:04.746Z | Downloaded thread-id v4.2.0 |
1096 | 2023-12-19T22:05:04.747Z | Downloaded ff v0.13.0 |
1097 | 2023-12-19T22:05:04.747Z | Downloaded serde_repr v0.1.16 |
1098 | 2023-12-19T22:05:04.747Z | Downloaded is-terminal v0.4.9 |
1099 | 2023-12-19T22:05:04.747Z | Downloaded fallible-iterator v0.2.0 |
1100 | 2023-12-19T22:05:04.747Z | Downloaded futures-sink v0.3.29 |
1101 | 2023-12-19T22:05:04.747Z | Downloaded time-macros v0.2.13 |
1102 | 2023-12-19T22:05:04.747Z | Downloaded serde v1.0.193 |
1103 | 2023-12-19T22:05:04.747Z | Downloaded heapless v0.7.16 |
1104 | 2023-12-19T22:05:04.747Z | Downloaded url v2.5.0 |
1105 | 2023-12-19T22:05:04.747Z | Downloaded pin-project-lite v0.2.13 |
1106 | 2023-12-19T22:05:04.747Z | Downloaded omicron-zone-package v0.9.1 |
1107 | 2023-12-19T22:05:04.747Z | Downloaded crossbeam-utils v0.8.16 |
1108 | 2023-12-19T22:05:04.747Z | Downloaded chacha20 v0.9.1 |
1109 | 2023-12-19T22:05:04.750Z | Downloaded dtrace-parser v0.1.14 |
1110 | 2023-12-19T22:05:04.750Z | Downloaded indexmap v2.1.0 |
1111 | 2023-12-19T22:05:04.754Z | Downloaded ucd-trie v0.1.6 |
1112 | 2023-12-19T22:05:04.758Z | Downloaded indexmap v1.9.3 |
1113 | 2023-12-19T22:05:04.762Z | Downloaded flate2 v1.0.28 |
1114 | 2023-12-19T22:05:04.771Z | Downloaded rand v0.7.3 |
1115 | 2023-12-19T22:05:04.778Z | Downloaded once_cell v1.19.0 |
1116 | 2023-12-19T22:05:04.782Z | Downloaded num_cpus v1.16.0 |
1117 | 2023-12-19T22:05:04.786Z | Downloaded num-rational v0.4.1 |
1118 | 2023-12-19T22:05:04.790Z | Downloaded tungstenite v0.20.1 |
1119 | 2023-12-19T22:05:04.794Z | Downloaded password-hash v0.4.2 |
1120 | 2023-12-19T22:05:04.798Z | Downloaded const-oid v0.9.5 |
1121 | 2023-12-19T22:05:04.801Z | Downloaded backtrace v0.3.69 |
1122 | 2023-12-19T22:05:04.809Z | Downloaded dirs-next v2.0.0 |
1123 | 2023-12-19T22:05:05.819Z | Downloaded heck v0.3.3 |
1124 | 2023-12-19T22:05:06.241Z | Downloaded universal-hash v0.5.1 |
1125 | 2023-12-19T22:05:06.242Z | Downloaded pretty-hex v0.2.1 |
1126 | 2023-12-19T22:05:06.242Z | Downloaded filetime v0.2.23 |
1127 | 2023-12-19T22:05:06.242Z | Downloaded dof v0.1.5 |
1128 | 2023-12-19T22:05:06.242Z | Downloaded unicode-width v0.1.11 |
1129 | 2023-12-19T22:05:06.242Z | Downloaded paste v1.0.14 |
1130 | 2023-12-19T22:05:06.242Z | Downloaded cancel-safe-futures v0.1.5 |
1131 | 2023-12-19T22:05:06.242Z | Downloaded postcard v1.0.8 |
1132 | 2023-12-19T22:05:06.242Z | Downloaded debug-ignore v1.0.5 |
1133 | 2023-12-19T22:05:06.242Z | Downloaded slog-stdlog v4.1.1 |
1134 | 2023-12-19T22:05:06.242Z | Downloaded dyn-clone v1.0.13 |
1135 | 2023-12-19T22:05:06.242Z | Downloaded untrusted v0.9.0 |
1136 | 2023-12-19T22:05:06.242Z | Downloaded unicode-xid v0.2.4 |
1137 | 2023-12-19T22:05:06.242Z | Downloaded der_derive v0.7.2 |
1138 | 2023-12-19T22:05:06.242Z | Downloaded curve25519-dalek-derive v0.1.0 |
1139 | 2023-12-19T22:05:06.242Z | Downloaded futures-macro v0.3.29 |
1140 | 2023-12-19T22:05:06.242Z | Downloaded anstyle-parse v0.2.1 |
1141 | 2023-12-19T22:05:06.242Z | Downloaded string_cache v0.8.7 |
1142 | 2023-12-19T22:05:06.242Z | Downloaded zone_cfg_derive v0.3.0 |
1143 | 2023-12-19T22:05:06.242Z | Downloaded dirs-sys v0.4.1 |
1144 | 2023-12-19T22:05:06.242Z | Downloaded pbkdf2 v0.11.0 |
1145 | 2023-12-19T22:05:06.242Z | Downloaded num-integer v0.1.45 |
1146 | 2023-12-19T22:05:06.242Z | Downloaded rand v0.8.5 |
1147 | 2023-12-19T22:05:06.243Z | Downloaded percent-encoding v2.3.1 |
1148 | 2023-12-19T22:05:06.243Z | Downloaded deranged v0.3.8 |
1149 | 2023-12-19T22:05:06.243Z | Downloaded defmt-parser v0.3.3 |
1150 | 2023-12-19T22:05:06.243Z | Downloaded argon2 v0.5.2 |
1151 | 2023-12-19T22:05:06.243Z | Downloaded parking_lot v0.11.2 |
1152 | 2023-12-19T22:05:06.243Z | Downloaded owo-colors v3.5.0 |
1153 | 2023-12-19T22:05:06.243Z | Downloaded digest v0.10.7 |
1154 | 2023-12-19T22:05:06.244Z | Downloaded atomic-waker v1.1.1 |
1155 | 2023-12-19T22:05:06.244Z | Downloaded openssl-macros v0.1.1 |
1156 | 2023-12-19T22:05:06.244Z | Downloaded bcrypt-pbkdf v0.10.0 |
1157 | 2023-12-19T22:05:06.244Z | Downloaded backoff v0.4.0 |
1158 | 2023-12-19T22:05:06.244Z | Downloaded num_enum v0.5.11 |
1159 | 2023-12-19T22:05:06.244Z | Downloaded cpufeatures v0.2.9 |
1160 | 2023-12-19T22:05:06.244Z | Downloaded doc-comment v0.3.3 |
1161 | 2023-12-19T22:05:06.244Z | Downloaded proc-macro2 v1.0.69 |
1162 | 2023-12-19T22:05:06.244Z | Downloaded proc-macro-error v1.0.4 |
1163 | 2023-12-19T22:05:06.244Z | Downloaded pest_generator v2.7.2 |
1164 | 2023-12-19T22:05:06.244Z | Downloaded clap_derive v4.4.2 |
1165 | 2023-12-19T22:05:06.244Z | Downloaded block-buffer v0.10.4 |
1166 | 2023-12-19T22:05:06.244Z | Downloaded async-trait v0.1.74 |
1167 | 2023-12-19T22:05:06.244Z | Downloaded phf_shared v0.11.2 |
1168 | 2023-12-19T22:05:06.244Z | Downloaded pem v3.0.2 |
1169 | 2023-12-19T22:05:06.244Z | Downloaded pbkdf2 v0.12.2 |
1170 | 2023-12-19T22:05:06.244Z | Downloaded parse-display-derive v0.8.2 |
1171 | 2023-12-19T22:05:06.244Z | Downloaded password-hash v0.5.0 |
1172 | 2023-12-19T22:05:06.244Z | Downloaded pin-project-internal v1.1.3 |
1173 | 2023-12-19T22:05:06.244Z | Downloaded parking_lot_core v0.9.8 |
1174 | 2023-12-19T22:05:06.244Z | Downloaded bitflags v1.3.2 |
1175 | 2023-12-19T22:05:06.246Z | Downloaded multer v2.1.0 |
1176 | 2023-12-19T22:05:06.246Z | Downloaded mime v0.3.17 |
1177 | 2023-12-19T22:05:06.246Z | Downloaded cstr-argument v0.1.2 |
1178 | 2023-12-19T22:05:06.246Z | Downloaded cbc v0.1.2 |
1179 | 2023-12-19T22:05:06.246Z | Downloaded quote v1.0.33 |
1180 | 2023-12-19T22:05:06.246Z | Downloaded primeorder v0.13.6 |
1181 | 2023-12-19T22:05:06.246Z | Downloaded lru-cache v0.1.2 |
1182 | 2023-12-19T22:05:06.246Z | Downloaded dirs v5.0.1 |
1183 | 2023-12-19T22:05:06.246Z | Downloaded difflib v0.4.0 |
1184 | 2023-12-19T22:05:06.246Z | Downloaded poly1305 v0.8.0 |
1185 | 2023-12-19T22:05:06.247Z | Downloaded managed v0.8.0 |
1186 | 2023-12-19T22:05:06.247Z | Downloaded clap_lex v0.5.1 |
1187 | 2023-12-19T22:05:06.247Z | Downloaded ciborium-ll v0.2.1 |
1188 | 2023-12-19T22:05:06.247Z | Downloaded anstyle v1.0.2 |
1189 | 2023-12-19T22:05:06.247Z | Downloaded macaddr v1.0.1 |
1190 | 2023-12-19T22:05:06.248Z | Downloaded block-padding v0.3.3 |
1191 | 2023-12-19T22:05:06.248Z | Downloaded anstream v0.5.0 |
1192 | 2023-12-19T22:05:06.248Z | Downloaded pin-project v1.1.3 |
1193 | 2023-12-19T22:05:06.248Z | Downloaded nibble_vec v0.1.0 |
1194 | 2023-12-19T22:05:06.248Z | Downloaded bit-set v0.5.3 |
1195 | 2023-12-19T22:05:06.248Z | Downloaded pkg-config v0.3.27 |
1196 | 2023-12-19T22:05:06.248Z | Downloaded byteorder v1.5.0 |
1197 | 2023-12-19T22:05:06.248Z | Downloaded openssl-probe v0.1.5 |
1198 | 2023-12-19T22:05:06.248Z | Downloaded num-iter v0.1.43 |
1199 | 2023-12-19T22:05:06.248Z | Downloaded async-stream v0.3.5 |
1200 | 2023-12-19T22:05:06.248Z | Downloaded colorchoice v1.0.0 |
1201 | 2023-12-19T22:05:06.248Z | Downloaded atomicwrites v0.4.2 |
1202 | 2023-12-19T22:05:06.248Z | Downloaded platforms v3.0.2 |
1203 | 2023-12-19T22:05:06.248Z | Downloaded crucible-workspace-hack v0.1.0 |
1204 | 2023-12-19T22:05:06.248Z | Downloaded pest_derive v2.7.2 |
1205 | 2023-12-19T22:05:06.248Z | Downloaded num_enum_derive v0.5.11 |
1206 | 2023-12-19T22:05:06.248Z | Downloaded proc-macro-error-attr v1.0.4 |
1207 | 2023-12-19T22:05:06.248Z | Downloaded predicates-core v1.0.6 |
1208 | 2023-12-19T22:05:06.248Z | Downloaded blowfish v0.9.1 |
1209 | 2023-12-19T22:05:06.248Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1210 | 2023-12-19T22:05:06.248Z | Downloaded normalize-line-endings v0.3.0 |
1211 | 2023-12-19T22:05:06.248Z | Downloaded quick-error v1.2.3 |
1212 | 2023-12-19T22:05:06.248Z | Downloaded ppv-lite86 v0.2.17 |
1213 | 2023-12-19T22:05:06.248Z | Downloaded pin-utils v0.1.0 |
1214 | 2023-12-19T22:05:06.249Z | Downloaded pretty-hex v0.4.0 |
1215 | 2023-12-19T22:05:06.249Z | Downloaded proc-macro-crate v1.3.1 |
1216 | 2023-12-19T22:05:06.249Z | Downloaded polyval v0.6.1 |
1217 | 2023-12-19T22:05:06.249Z | Downloaded option-ext v0.2.0 |
1218 | 2023-12-19T22:05:06.249Z | Downloaded object v0.32.1 |
1219 | 2023-12-19T22:05:06.249Z | Downloaded cc v1.0.83 |
1220 | 2023-12-19T22:05:06.249Z | Downloaded cobs v0.2.3 |
1221 | 2023-12-19T22:05:06.249Z | Downloaded arc-swap v1.6.0 |
1222 | 2023-12-19T22:05:06.249Z | Downloaded new_debug_unreachable v1.0.4 |
1223 | 2023-12-19T22:05:06.249Z | Downloaded native-tls v0.2.11 |
1224 | 2023-12-19T22:05:06.256Z | Downloaded defmt v0.3.5 |
1225 | 2023-12-19T22:05:06.256Z | Downloaded crypto-common v0.1.6 |
1226 | 2023-12-19T22:05:06.256Z | Downloaded crossbeam-epoch v0.9.15 |
1227 | 2023-12-19T22:05:06.256Z | Downloaded console v0.15.7 |
1228 | 2023-12-19T22:05:06.256Z | Downloaded bitflags v2.4.0 |
1229 | 2023-12-19T22:05:06.256Z | Downloaded data-encoding v2.4.0 |
1230 | 2023-12-19T22:05:06.256Z | Downloaded ctr v0.9.2 |
1231 | 2023-12-19T22:05:06.256Z | Downloaded convert_case v0.4.0 |
1232 | 2023-12-19T22:05:06.256Z | Downloaded camino v1.1.6 |
1233 | 2023-12-19T22:05:06.256Z | Downloaded md5 v0.7.0 |
1234 | 2023-12-19T22:05:06.256Z | Downloaded md-5 v0.10.5 |
1235 | 2023-12-19T22:05:06.256Z | Downloaded matches v0.1.10 |
1236 | 2023-12-19T22:05:06.256Z | Downloaded darling v0.20.3 |
1237 | 2023-12-19T22:05:06.256Z | Downloaded base64ct v1.6.0 |
1238 | 2023-12-19T22:05:06.256Z | Downloaded ciborium-io v0.2.1 |
1239 | 2023-12-19T22:05:06.256Z | Compiling proc-macro2 v1.0.69 |
1240 | 2023-12-19T22:05:06.256Z | Compiling unicode-ident v1.0.12 |
1241 | 2023-12-19T22:05:06.256Z | Compiling libc v0.2.151 |
1242 | 2023-12-19T22:05:06.256Z | Compiling serde v1.0.193 |
1243 | 2023-12-19T22:05:06.256Z | Compiling autocfg v1.1.0 |
1244 | 2023-12-19T22:05:06.256Z | Compiling version_check v0.9.4 |
1245 | 2023-12-19T22:05:06.256Z | Compiling cfg-if v1.0.0 |
1246 | 2023-12-19T22:05:06.256Z | Compiling syn v1.0.109 |
1247 | 2023-12-19T22:05:06.257Z | Compiling typenum v1.16.0 |
1248 | 2023-12-19T22:05:06.257Z | Compiling parking_lot_core v0.9.8 |
1249 | 2023-12-19T22:05:06.964Z | Compiling generic-array v0.14.7 |
1250 | 2023-12-19T22:05:07.023Z | Compiling lock_api v0.4.10 |
1251 | 2023-12-19T22:05:08.160Z | Compiling libm v0.2.7 |
1252 | 2023-12-19T22:05:08.174Z | Compiling once_cell v1.19.0 |
1253 | 2023-12-19T22:05:08.178Z | Compiling num-traits v0.2.16 |
1254 | 2023-12-19T22:05:08.178Z | Compiling thiserror v1.0.49 |
1255 | 2023-12-19T22:05:08.523Z | Compiling futures-core v0.3.29 |
1256 | 2023-12-19T22:05:08.605Z | Compiling serde_json v1.0.108 |
1257 | 2023-12-19T22:05:08.631Z | Compiling slab v0.4.9 |
1258 | 2023-12-19T22:05:08.891Z | Compiling futures-task v0.3.29 |
1259 | 2023-12-19T22:05:08.945Z | Compiling memchr v2.6.3 |
1260 | 2023-12-19T22:05:08.979Z | Compiling futures-channel v0.3.29 |
1261 | 2023-12-19T22:05:09.050Z | Compiling futures-util v0.3.29 |
1262 | 2023-12-19T22:05:09.336Z | Compiling itoa v1.0.9 |
1263 | 2023-12-19T22:05:09.534Z | Compiling quote v1.0.33 |
1264 | 2023-12-19T22:05:09.552Z | Compiling scopeguard v1.2.0 |
1265 | 2023-12-19T22:05:09.727Z | Compiling pkg-config v0.3.27 |
1266 | 2023-12-19T22:05:10.710Z | Compiling syn v2.0.32 |
1267 | 2023-12-19T22:05:10.758Z | Compiling getrandom v0.2.10 |
1268 | 2023-12-19T22:05:11.016Z | Compiling cc v1.0.83 |
1269 | 2023-12-19T22:05:11.169Z | Compiling rand_core v0.6.4 |
1270 | 2023-12-19T22:05:12.027Z | Compiling byteorder v1.5.0 |
1271 | 2023-12-19T22:05:12.248Z | Compiling heck v0.4.1 |
1272 | 2023-12-19T22:05:12.348Z | Compiling log v0.4.20 |
1273 | 2023-12-19T22:05:12.717Z | Compiling ryu v1.0.15 |
1274 | 2023-12-19T22:05:12.979Z | Compiling subtle v2.5.0 |
1275 | 2023-12-19T22:05:13.266Z | Compiling smallvec v1.11.2 |
1276 | 2023-12-19T22:05:13.513Z | Compiling semver v1.0.20 |
1277 | 2023-12-19T22:05:13.899Z | Compiling schemars v0.8.13 |
1278 | 2023-12-19T22:05:13.948Z | Compiling vcpkg v0.2.15 |
1279 | 2023-12-19T22:05:14.374Z | Compiling httparse v1.8.0 |
1280 | 2023-12-19T22:05:15.282Z | Compiling indexmap v1.9.3 |
1281 | 2023-12-19T22:05:15.395Z | Compiling hashbrown v0.14.2 |
1282 | 2023-12-19T22:05:15.723Z | Compiling pin-project-lite v0.2.13 |
1283 | 2023-12-19T22:05:15.900Z | Compiling equivalent v1.0.1 |
1284 | 2023-12-19T22:05:16.080Z | Compiling ring v0.17.7 |
1285 | 2023-12-19T22:05:16.112Z | Compiling ring v0.16.20 |
1286 | 2023-12-19T22:05:17.416Z | Compiling const-oid v0.9.5 |
1287 | 2023-12-19T22:05:17.433Z | Compiling parking_lot v0.12.1 |
1288 | 2023-12-19T22:05:17.690Z | Compiling openssl-sys v0.9.96 |
1289 | 2023-12-19T22:05:17.954Z | Compiling ahash v0.8.6 |
1290 | 2023-12-19T22:05:17.985Z | Compiling fnv v1.0.7 |
1291 | 2023-12-19T22:05:19.146Z | Compiling openssl v0.10.60 |
1292 | 2023-12-19T22:05:19.350Z | Compiling ucd-trie v0.1.6 |
1293 | 2023-12-19T22:05:19.914Z | Compiling iana-time-zone v0.1.57 |
1294 | 2023-12-19T22:05:20.402Z | Compiling rustls v0.21.9 |
1295 | 2023-12-19T22:05:20.618Z | Compiling native-tls v0.2.11 |
1296 | 2023-12-19T22:05:20.797Z | Compiling mio v0.8.9 |
1297 | 2023-12-19T22:05:21.220Z | Compiling signal-hook-registry v1.4.1 |
1298 | 2023-12-19T22:05:21.220Z | Compiling num_cpus v1.16.0 |
1299 | 2023-12-19T22:05:21.220Z | Compiling socket2 v0.5.5 |
1300 | 2023-12-19T22:05:21.504Z | Compiling spin v0.5.2 |
1301 | 2023-12-19T22:05:22.626Z | Compiling serde_derive_internals v0.26.0 |
1302 | 2023-12-19T22:05:22.788Z | Compiling async-trait v0.1.74 |
1303 | 2023-12-19T22:05:23.354Z | Compiling dyn-clone v1.0.13 |
1304 | 2023-12-19T22:05:23.526Z | Compiling futures-sink v0.3.29 |
1305 | 2023-12-19T22:05:23.673Z | Compiling aho-corasick v1.0.4 |
1306 | 2023-12-19T22:05:23.831Z | Compiling tinyvec_macros v0.1.1 |
1307 | 2023-12-19T22:05:23.855Z | Compiling regex-syntax v0.8.2 |
1308 | 2023-12-19T22:05:23.954Z | Compiling rustix v0.38.25 |
1309 | 2023-12-19T22:05:24.095Z | Compiling tinyvec v1.6.0 |
1310 | 2023-12-19T22:05:25.114Z | Compiling backtrace v0.3.69 |
1311 | 2023-12-19T22:05:25.785Z | Compiling futures-io v0.3.29 |
1312 | 2023-12-19T22:05:26.240Z | Compiling winnow v0.5.15 |
1313 | 2023-12-19T22:05:26.732Z | Compiling pin-utils v0.1.0 |
1314 | 2023-12-19T22:05:26.857Z | Compiling unicode-normalization v0.1.22 |
1315 | 2023-12-19T22:05:26.911Z | Compiling spin v0.9.8 |
1316 | 2023-12-19T22:05:27.353Z | Compiling tracing-core v0.1.31 |
1317 | 2023-12-19T22:05:27.797Z | Compiling unicode-bidi v0.3.13 |
1318 | 2023-12-19T22:05:28.644Z | Compiling cpufeatures v0.2.9 |
1319 | 2023-12-19T22:05:29.722Z | Compiling regex-automata v0.4.3 |
1320 | 2023-12-19T22:05:31.361Z | Compiling crc32fast v1.3.2 |
1321 | 2023-12-19T22:05:31.418Z | Compiling anyhow v1.0.75 |
1322 | 2023-12-19T22:05:32.857Z | Compiling base64 v0.21.5 |
1323 | 2023-12-19T22:05:33.083Z | Compiling time-core v0.1.1 |
1324 | 2023-12-19T22:05:33.263Z | Compiling time-macros v0.2.13 |
1325 | 2023-12-19T22:05:34.012Z | Compiling num-integer v0.1.45 |
1326 | 2023-12-19T22:05:34.378Z | Compiling serde_derive v1.0.193 |
1327 | 2023-12-19T22:05:34.403Z | Compiling zeroize_derive v1.4.2 |
1328 | 2023-12-19T22:05:34.861Z | Compiling thiserror-impl v1.0.49 |
1329 | 2023-12-19T22:05:35.368Z | Compiling tokio-macros v2.2.0 |
1330 | 2023-12-19T22:05:37.070Z | Compiling zeroize v1.7.0 |
1331 | 2023-12-19T22:05:37.420Z | Compiling futures-macro v0.3.29 |
1332 | 2023-12-19T22:05:37.699Z | Compiling tracing-attributes v0.1.26 |
1333 | 2023-12-19T22:05:38.570Z | Compiling schemars_derive v0.8.13 |
1334 | 2023-12-19T22:05:39.739Z | Compiling zerocopy-derive v0.7.31 |
1335 | 2023-12-19T22:05:40.135Z | Compiling crypto-common v0.1.6 |
1336 | 2023-12-19T22:05:40.445Z | Compiling block-buffer v0.10.4 |
1337 | 2023-12-19T22:05:40.577Z | Compiling pest v2.7.2 |
1338 | 2023-12-19T22:05:40.823Z | Compiling openssl-macros v0.1.1 |
1339 | 2023-12-19T22:05:40.945Z | Compiling digest v0.10.7 |
1340 | 2023-12-19T22:05:43.760Z | Compiling zerocopy v0.7.31 |
1341 | 2023-12-19T22:05:44.128Z | Compiling regex v1.10.2 |
1342 | 2023-12-19T22:05:44.271Z | Compiling tracing v0.1.37 |
1343 | 2023-12-19T22:05:45.323Z | Compiling der_derive v0.7.2 |
1344 | 2023-12-19T22:05:46.030Z | Compiling unicode-width v0.1.11 |
1345 | 2023-12-19T22:05:46.780Z | Compiling hashbrown v0.12.3 |
1346 | 2023-12-19T22:05:46.784Z | Compiling openssl-probe v0.1.5 |
1347 | 2023-12-19T22:05:47.161Z | Compiling hashbrown v0.13.2 |
1348 | 2023-12-19T22:05:47.243Z | Compiling untrusted v0.7.1 |
1349 | 2023-12-19T22:05:47.511Z | Compiling slog v2.7.0 |
1350 | 2023-12-19T22:05:47.543Z | Compiling unicode-xid v0.2.4 |
1351 | 2023-12-19T22:05:47.783Z | Compiling foreign-types-shared v0.1.1 |
1352 | 2023-12-19T22:05:47.934Z | Compiling percent-encoding v2.3.1 |
1353 | 2023-12-19T22:05:48.127Z | Compiling untrusted v0.9.0 |
1354 | 2023-12-19T22:05:48.487Z | Compiling foreign-types v0.3.2 |
1355 | 2023-12-19T22:05:48.616Z | Compiling synstructure v0.12.6 |
1356 | 2023-12-19T22:05:51.750Z | Compiling errno v0.3.2 |
1357 | 2023-12-19T22:05:52.078Z | Compiling ppv-lite86 v0.2.17 |
1358 | 2023-12-19T22:05:52.156Z | Compiling try-lock v0.2.4 |
1359 | 2023-12-19T22:05:52.357Z | Compiling want v0.3.1 |
1360 | 2023-12-19T22:05:52.592Z | Compiling sct v0.7.0 |
1361 | 2023-12-19T22:05:53.055Z | Compiling zerocopy-derive v0.2.0 |
1362 | 2023-12-19T22:05:53.315Z | Compiling rustls-webpki v0.101.7 |
1363 | 2023-12-19T22:05:53.908Z | Compiling form_urlencoded v1.2.1 |
1364 | 2023-12-19T22:05:54.417Z | Compiling pest_meta v2.7.2 |
1365 | 2023-12-19T22:05:55.174Z | Compiling socket2 v0.4.9 |
1366 | 2023-12-19T22:05:55.781Z | Compiling httpdate v1.0.3 |
1367 | 2023-12-19T22:05:56.323Z | Compiling io-lifetimes v1.0.11 |
1368 | 2023-12-19T22:05:56.488Z | Compiling tower-service v0.3.2 |
1369 | 2023-12-19T22:05:57.163Z | Compiling pest_generator v2.7.2 |
1370 | 2023-12-19T22:05:57.978Z | Compiling rustls-pemfile v1.0.3 |
1371 | 2023-12-19T22:05:58.548Z | Compiling idna v0.5.0 |
1372 | 2023-12-19T22:05:59.301Z | Compiling bytes v1.5.0 |
1373 | 2023-12-19T22:06:00.577Z | Compiling indexmap v2.1.0 |
1374 | 2023-12-19T22:06:01.181Z | Compiling uuid v1.6.1 |
1375 | 2023-12-19T22:06:01.371Z | Compiling chrono v0.4.31 |
1376 | 2023-12-19T22:06:01.436Z | Compiling tokio v1.35.0 |
1377 | 2023-12-19T22:06:01.890Z | Compiling http v0.2.11 |
1378 | 2023-12-19T22:06:02.679Z | Compiling rustc_version v0.4.0 |
1379 | 2023-12-19T22:06:03.692Z | Compiling toml_datetime v0.6.5 |
1380 | 2023-12-19T22:06:03.956Z | Compiling serde_spanned v0.6.4 |
1381 | 2023-12-19T22:06:04.279Z | Compiling bitflags v2.4.0 |
1382 | 2023-12-19T22:06:04.483Z | Compiling toml_edit v0.19.15 |
1383 | 2023-12-19T22:06:07.997Z | Compiling http-body v0.4.5 |
1384 | 2023-12-19T22:06:08.601Z | Compiling heapless v0.7.16 |
1385 | 2023-12-19T22:06:09.244Z | Compiling openapiv3 v2.0.0 |
1386 | 2023-12-19T22:06:09.457Z | Compiling lazy_static v1.4.0 |
1387 | 2023-12-19T22:06:10.220Z | Compiling adler v1.0.2 |
1388 | 2023-12-19T22:06:10.562Z | Compiling crossbeam-utils v0.8.16 |
1389 | 2023-12-19T22:06:12.108Z | Compiling miniz_oxide v0.7.1 |
1390 | 2023-12-19T22:06:12.138Z | Compiling pest_derive v2.7.2 |
1391 | 2023-12-19T22:06:13.322Z | Compiling url v2.5.0 |
1392 | 2023-12-19T22:06:15.368Z | Compiling tokio-util v0.7.10 |
1393 | 2023-12-19T22:06:17.418Z | Compiling h2 v0.3.21 |
1394 | 2023-12-19T22:06:17.744Z | Compiling tokio-native-tls v0.3.1 |
1395 | 2023-12-19T22:06:17.824Z | Compiling tokio-rustls v0.24.1 |
1396 | 2023-12-19T22:06:18.437Z | Compiling rustls-native-certs v0.6.3 |
1397 | 2023-12-19T22:06:18.441Z | Compiling rand_chacha v0.3.1 |
1398 | 2023-12-19T22:06:19.042Z | Compiling usdt-impl v0.3.5 |
1399 | 2023-12-19T22:06:19.271Z | Compiling rustix v0.37.23 |
1400 | 2023-12-19T22:06:19.722Z | Compiling ipnet v2.8.0 |
1401 | 2023-12-19T22:06:20.387Z | Compiling rand v0.8.5 |
1402 | 2023-12-19T22:06:21.344Z | Compiling serde_urlencoded v0.7.1 |
1403 | 2023-12-19T22:06:22.254Z | Compiling encoding_rs v0.8.33 |
1404 | 2023-12-19T22:06:22.351Z | Compiling mime v0.3.17 |
1405 | 2023-12-19T22:06:22.615Z | Compiling webpki-roots v0.25.2 |
1406 | 2023-12-19T22:06:22.848Z | Compiling gimli v0.28.0 |
1407 | 2023-12-19T22:06:24.411Z | Compiling zerocopy v0.3.0 |
1408 | 2023-12-19T22:06:25.031Z | Compiling object v0.32.1 |
1409 | 2023-12-19T22:06:25.761Z | Compiling num-bigint v0.4.4 |
1410 | 2023-12-19T22:06:26.784Z | Compiling rustc-demangle v0.1.23 |
1411 | 2023-12-19T22:06:27.634Z | Compiling dof v0.1.5 |
1412 | 2023-12-19T22:06:28.144Z | Compiling flate2 v1.0.28 |
1413 | 2023-12-19T22:06:28.610Z | Compiling hyper v0.14.27 |
1414 | 2023-12-19T22:06:28.851Z | Compiling dtrace-parser v0.1.14 |
1415 | 2023-12-19T22:06:29.377Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2023-12-19T22:06:29.710Z | Compiling thread-id v4.2.0 |
1417 | 2023-12-19T22:06:29.882Z | Compiling addr2line v0.21.0 |
1418 | 2023-12-19T22:06:30.132Z | Compiling rustversion v1.0.14 |
1419 | 2023-12-19T22:06:31.312Z | Compiling toml v0.7.8 |
1420 | 2023-12-19T22:06:31.704Z | Compiling toml_edit v0.21.0 |
1421 | 2023-12-19T22:06:32.193Z | Compiling serde_tokenstream v0.2.0 |
1422 | 2023-12-19T22:06:33.022Z | Compiling serde_tokenstream v0.1.7 |
1423 | 2023-12-19T22:06:33.830Z | Compiling hex v0.4.3 |
1424 | 2023-12-19T22:06:33.893Z | Compiling memoffset v0.9.0 |
1425 | 2023-12-19T22:06:34.323Z | Compiling base64ct v1.6.0 |
1426 | 2023-12-19T22:06:34.522Z | Compiling strsim v0.10.0 |
1427 | 2023-12-19T22:06:35.769Z | Compiling regress v0.7.1 |
1428 | 2023-12-19T22:06:38.173Z | Compiling bitflags v1.3.2 |
1429 | 2023-12-19T22:06:38.290Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1430 | 2023-12-19T22:06:39.092Z | Compiling doc-comment v0.3.3 |
1431 | 2023-12-19T22:06:39.423Z | Compiling smoltcp v0.9.1 |
1432 | 2023-12-19T22:06:39.988Z | Compiling hyper-rustls v0.24.2 |
1433 | 2023-12-19T22:06:40.567Z | Compiling hyper-tls v0.5.0 |
1434 | 2023-12-19T22:06:40.717Z | Compiling pem-rfc7468 v0.7.0 |
1435 | 2023-12-19T22:06:41.073Z | Compiling reqwest v0.11.22 |
1436 | 2023-12-19T22:06:41.283Z | Compiling strum_macros v0.25.2 |
1437 | 2023-12-19T22:06:41.933Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1438 | 2023-12-19T22:06:41.957Z | Compiling usdt-macro v0.3.5 |
1439 | 2023-12-19T22:06:42.365Z | Compiling usdt-attr-macro v0.3.5 |
1440 | 2023-12-19T22:06:44.076Z | Compiling hmac v0.12.1 |
1441 | 2023-12-19T22:06:45.065Z | Compiling enum-as-inner v0.5.1 |
1442 | 2023-12-19T22:06:45.358Z | Compiling crossbeam-epoch v0.9.15 |
1443 | 2023-12-19T22:06:46.013Z | Compiling num-iter v0.1.43 |
1444 | 2023-12-19T22:06:46.456Z | Compiling flagset v0.4.3 |
1445 | 2023-12-19T22:06:46.695Z | Compiling siphasher v0.3.11 |
1446 | 2023-12-19T22:06:46.782Z | Compiling unicode-segmentation v1.10.1 |
1447 | 2023-12-19T22:06:47.186Z | Compiling der v0.7.8 |
1448 | 2023-12-19T22:06:48.355Z | Compiling hubpack_derive v0.1.1 |
1449 | 2023-12-19T22:06:48.648Z | Compiling zerocopy-derive v0.6.4 |
1450 | 2023-12-19T22:06:48.716Z | Compiling pin-project-internal v1.1.3 |
1451 | 2023-12-19T22:06:50.803Z | Compiling deranged v0.3.8 |
1452 | 2023-12-19T22:06:51.384Z | Compiling anstyle v1.0.2 |
1453 | 2023-12-19T22:06:52.699Z | Compiling num_threads v0.1.6 |
1454 | 2023-12-19T22:06:52.875Z | Compiling utf8parse v0.2.1 |
1455 | 2023-12-19T22:06:53.122Z | Compiling anstyle-parse v0.2.1 |
1456 | 2023-12-19T22:06:53.663Z | Compiling time v0.3.27 |
1457 | 2023-12-19T22:06:53.766Z | Compiling sha2 v0.10.8 |
1458 | 2023-12-19T22:06:53.910Z | Compiling spki v0.7.2 |
1459 | 2023-12-19T22:06:56.854Z | Compiling md-5 v0.10.5 |
1460 | 2023-12-19T22:06:57.259Z | Compiling block-padding v0.3.3 |
1461 | 2023-12-19T22:06:57.630Z | Compiling clap_derive v4.4.2 |
1462 | 2023-12-19T22:06:58.182Z | Compiling stringprep v0.1.3 |
1463 | 2023-12-19T22:06:59.201Z | Compiling diesel_table_macro_syntax v0.1.0 |
1464 | 2023-12-19T22:06:59.786Z | Compiling hash32 v0.2.1 |
1465 | 2023-12-19T22:06:59.975Z | Compiling either v1.9.0 |
1466 | 2023-12-19T22:07:00.232Z | Compiling fallible-iterator v0.2.0 |
1467 | 2023-12-19T22:07:00.424Z | Compiling stable_deref_trait v1.2.0 |
1468 | 2023-12-19T22:07:00.854Z | Compiling colorchoice v1.0.0 |
1469 | 2023-12-19T22:07:00.857Z | Compiling anstyle-query v1.0.0 |
1470 | 2023-12-19T22:07:00.870Z | Compiling anstream v0.5.0 |
1471 | 2023-12-19T22:07:01.397Z | Compiling postgres-protocol v0.6.6 |
1472 | 2023-12-19T22:07:02.774Z | Compiling diesel_derives v2.1.2 |
1473 | 2023-12-19T22:07:03.405Z | Compiling terminal_size v0.2.6 |
1474 | 2023-12-19T22:07:03.581Z | Compiling inout v0.1.3 |
1475 | 2023-12-19T22:07:04.597Z | Compiling pkcs8 v0.10.2 |
1476 | 2023-12-19T22:07:05.063Z | Compiling phf_shared v0.11.2 |
1477 | 2023-12-19T22:07:06.254Z | Compiling ff v0.13.0 |
1478 | 2023-12-19T22:07:06.438Z | Compiling snafu-derive v0.7.5 |
1479 | 2023-12-19T22:07:06.606Z | Compiling serde_repr v0.1.16 |
1480 | 2023-12-19T22:07:06.691Z | Compiling scheduled-thread-pool v0.2.7 |
1481 | 2023-12-19T22:07:07.427Z | Compiling bit-vec v0.6.3 |
1482 | 2023-12-19T22:07:08.142Z | Compiling managed v0.8.0 |
1483 | 2023-12-19T22:07:08.162Z | Compiling matches v0.1.10 |
1484 | 2023-12-19T22:07:08.473Z | Compiling clap_lex v0.5.1 |
1485 | 2023-12-19T22:07:08.628Z | Compiling base16ct v0.2.0 |
1486 | 2023-12-19T22:07:09.267Z | Compiling regex-automata v0.1.10 |
1487 | 2023-12-19T22:07:09.743Z | Compiling sec1 v0.7.3 |
1488 | 2023-12-19T22:07:10.081Z | Compiling bstr v0.2.17 |
1489 | 2023-12-19T22:07:10.699Z | Compiling clap_builder v4.4.2 |
1490 | 2023-12-19T22:07:12.839Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1491 | 2023-12-19T22:07:16.073Z | Compiling idna v0.2.3 |
1492 | 2023-12-19T22:07:16.102Z | Compiling r2d2 v0.8.10 |
1493 | 2023-12-19T22:07:17.087Z | Compiling group v0.13.0 |
1494 | 2023-12-19T22:07:19.405Z | Compiling phf v0.11.2 |
1495 | 2023-12-19T22:07:19.846Z | Compiling bzip2 v0.4.4 |
1496 | 2023-12-19T22:07:20.505Z | Compiling cipher v0.4.4 |
1497 | 2023-12-19T22:07:21.308Z | Compiling postgres-types v0.2.6 |
1498 | 2023-12-19T22:07:21.395Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1499 | 2023-12-19T22:07:21.804Z | Compiling itertools v0.11.0 |
1500 | 2023-12-19T22:07:22.414Z | Compiling pin-project v1.1.3 |
1501 | 2023-12-19T22:07:22.588Z | Compiling zerocopy v0.6.4 |
1502 | 2023-12-19T22:07:23.878Z | Compiling hubpack v0.1.2 |
1503 | 2023-12-19T22:07:23.990Z | Compiling phf_shared v0.10.0 |
1504 | 2023-12-19T22:07:24.765Z | Compiling hkdf v0.12.3 |
1505 | 2023-12-19T22:07:24.809Z | Compiling ipnetwork v0.20.0 |
1506 | 2023-12-19T22:07:25.208Z | Compiling crypto-bigint v0.5.2 |
1507 | 2023-12-19T22:07:25.449Z | Compiling futures-executor v0.3.29 |
1508 | 2023-12-19T22:07:26.324Z | Compiling getopts v0.2.21 |
1509 | 2023-12-19T22:07:26.372Z | Compiling float-cmp v0.9.0 |
1510 | 2023-12-19T22:07:26.724Z | Compiling difflib v0.4.0 |
1511 | 2023-12-19T22:07:27.019Z | Compiling static_assertions v1.1.0 |
1512 | 2023-12-19T22:07:27.164Z | Compiling data-encoding v2.4.0 |
1513 | 2023-12-19T22:07:28.059Z | Compiling unsafe-libyaml v0.2.9 |
1514 | 2023-12-19T22:07:29.382Z | Compiling predicates-core v1.0.6 |
1515 | 2023-12-19T22:07:29.964Z | Compiling precomputed-hash v0.1.1 |
1516 | 2023-12-19T22:07:31.152Z | Compiling whoami v1.4.1 |
1517 | 2023-12-19T22:07:31.293Z | Compiling new_debug_unreachable v1.0.4 |
1518 | 2023-12-19T22:07:31.423Z | Compiling minimal-lexical v0.2.1 |
1519 | 2023-12-19T22:07:32.083Z | Compiling regex-automata v0.3.8 |
1520 | 2023-12-19T22:07:32.128Z | Compiling fixedbitset v0.4.2 |
1521 | 2023-12-19T22:07:32.262Z | Compiling normalize-line-endings v0.3.0 |
1522 | 2023-12-19T22:07:32.287Z | Compiling nom v7.1.3 |
1523 | 2023-12-19T22:07:32.433Z | Compiling predicates v3.0.4 |
1524 | 2023-12-19T22:07:32.823Z | Compiling petgraph v0.6.4 |
1525 | 2023-12-19T22:07:34.052Z | Compiling tokio-postgres v0.7.10 |
1526 | 2023-12-19T22:07:34.345Z | Compiling string_cache v0.8.7 |
1527 | 2023-12-19T22:07:35.112Z | Compiling bstr v1.6.0 |
1528 | 2023-12-19T22:07:35.187Z | Compiling trust-dns-proto v0.22.0 |
1529 | 2023-12-19T22:07:36.010Z | Compiling serde_yaml v0.9.25 |
1530 | 2023-12-19T22:07:36.723Z | Compiling diesel v2.1.4 |
1531 | 2023-12-19T22:07:38.661Z | Compiling elliptic-curve v0.13.8 |
1532 | 2023-12-19T22:07:39.430Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1533 | 2023-12-19T22:07:39.893Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1534 | 2023-12-19T22:07:43.289Z | Compiling futures v0.3.29 |
1535 | 2023-12-19T22:07:44.352Z | Compiling yasna v0.5.2 |
1536 | 2023-12-19T22:07:47.574Z | Compiling snafu v0.7.5 |
1537 | 2023-12-19T22:07:48.936Z | Compiling zip v0.6.6 |
1538 | 2023-12-19T22:07:49.317Z | Compiling clap v4.4.3 |
1539 | 2023-12-19T22:07:50.056Z | Compiling similar v2.3.0 |
1540 | 2023-12-19T22:07:50.081Z | Compiling bit-set v0.5.3 |
1541 | 2023-12-19T22:07:50.487Z | Compiling itertools v0.10.5 |
1542 | 2023-12-19T22:07:51.382Z | Compiling usdt v0.3.5 |
1543 | 2023-12-19T22:07:52.368Z | Compiling tokio-stream v0.1.14 |
1544 | 2023-12-19T22:07:52.674Z | Compiling console v0.15.7 |
1545 | 2023-12-19T22:07:53.923Z | Compiling lalrpop-util v0.19.12 |
1546 | 2023-12-19T22:07:55.096Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1547 | 2023-12-19T22:08:43.892Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1548 | 2023-12-19T22:08:45.496Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1549 | 2023-12-19T22:08:46.068Z | Compiling sha1 v0.10.6 |
1550 | 2023-12-19T22:08:56.749Z | Compiling atty v0.2.14 |
1551 | 2023-12-19T22:08:56.934Z | Compiling match_cfg v0.1.0 |
1552 | 2023-12-19T22:08:57.615Z | Compiling hostname v0.3.1 |
1553 | 2023-12-19T22:08:57.640Z | Compiling dirs-sys-next v0.1.2 |
1554 | 2023-12-19T22:08:57.968Z | Compiling ident_case v1.0.1 |
1555 | 2023-12-19T22:08:58.236Z | Compiling darling_core v0.20.3 |
1556 | 2023-12-19T22:08:58.644Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1557 | 2023-12-19T22:08:58.792Z | Compiling dirs-next v2.0.0 |
1558 | 2023-12-19T22:08:58.976Z | Compiling thread_local v1.1.7 |
1559 | 2023-12-19T22:08:59.059Z | Compiling camino v1.1.6 |
1560 | 2023-12-19T22:08:59.913Z | Compiling slog-async v2.8.0 |
1561 | 2023-12-19T22:09:00.249Z | Compiling term v0.7.0 |
1562 | 2023-12-19T22:09:00.786Z | Compiling crossbeam-channel v0.5.8 |
1563 | 2023-12-19T22:09:01.342Z | Compiling multer v2.1.0 |
1564 | 2023-12-19T22:09:01.768Z | Compiling instant v0.1.12 |
1565 | 2023-12-19T22:09:01.980Z | Compiling take_mut v0.2.2 |
1566 | 2023-12-19T22:09:02.218Z | Compiling paste v1.0.14 |
1567 | 2023-12-19T22:09:02.872Z | Compiling slog-term v2.9.0 |
1568 | 2023-12-19T22:09:03.374Z | Compiling slog-json v2.6.1 |
1569 | 2023-12-19T22:09:03.966Z | Compiling async-stream-impl v0.3.5 |
1570 | 2023-12-19T22:09:04.671Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1571 | 2023-12-19T22:09:04.786Z | Compiling atomic-waker v1.1.1 |
1572 | 2023-12-19T22:09:04.959Z | Compiling debug-ignore v1.0.5 |
1573 | 2023-12-19T22:09:05.132Z | Compiling waitgroup v0.1.2 |
1574 | 2023-12-19T22:09:05.167Z | Compiling slog-bunyan v2.4.0 |
1575 | 2023-12-19T22:09:05.462Z | Compiling toml v0.8.8 |
1576 | 2023-12-19T22:09:05.485Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1577 | 2023-12-19T22:09:06.284Z | Compiling async-stream v0.3.5 |
1578 | 2023-12-19T22:09:06.763Z | Compiling serde_path_to_error v0.1.14 |
1579 | 2023-12-19T22:09:06.981Z | Compiling structmeta-derive v0.2.0 |
1580 | 2023-12-19T22:09:07.226Z | Compiling strum v0.25.0 |
1581 | 2023-12-19T22:09:07.467Z | Compiling regex-syntax v0.7.5 |
1582 | 2023-12-19T22:09:07.531Z | Compiling backoff v0.4.0 |
1583 | 2023-12-19T22:09:08.054Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1584 | 2023-12-19T22:09:08.148Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1585 | 2023-12-19T22:09:08.304Z | Compiling macaddr v1.0.1 |
1586 | 2023-12-19T22:09:08.372Z | Compiling proc-macro-error-attr v1.0.4 |
1587 | 2023-12-19T22:09:08.539Z | Compiling darling_macro v0.20.3 |
1588 | 2023-12-19T22:09:08.914Z | Compiling proc-macro-crate v1.3.1 |
1589 | 2023-12-19T22:09:09.024Z | Compiling proc-macro-error v1.0.4 |
1590 | 2023-12-19T22:09:09.667Z | Compiling smoltcp v0.10.0 |
1591 | 2023-12-19T22:09:10.210Z | Compiling darling v0.20.3 |
1592 | 2023-12-19T22:09:10.375Z | Compiling serde_with_macros v3.4.0 |
1593 | 2023-12-19T22:09:10.643Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1594 | 2023-12-19T22:09:10.781Z | Compiling num_enum_derive v0.5.11 |
1595 | 2023-12-19T22:09:11.186Z | Compiling cobs v0.2.3 |
1596 | 2023-12-19T22:09:11.683Z | Compiling fastrand v2.0.0 |
1597 | 2023-12-19T22:09:12.023Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1598 | 2023-12-19T22:09:12.046Z | Compiling structmeta v0.2.0 |
1599 | 2023-12-19T22:09:12.439Z | Compiling embedded-io v0.4.0 |
1600 | 2023-12-19T22:09:12.609Z | Compiling tempfile v3.8.1 |
1601 | 2023-12-19T22:09:12.754Z | Compiling postcard v1.0.8 |
1602 | 2023-12-19T22:09:13.949Z | Compiling foreign-types-macros v0.2.3 |
1603 | 2023-12-19T22:09:14.118Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1604 | 2023-12-19T22:09:14.569Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1605 | 2023-12-19T22:09:14.755Z | Compiling serde_with v3.4.0 |
1606 | 2023-12-19T22:09:15.232Z | Compiling foreign-types-shared v0.3.1 |
1607 | 2023-12-19T22:09:15.236Z | Compiling same-file v1.0.6 |
1608 | 2023-12-19T22:09:15.306Z | Compiling num_enum v0.5.11 |
1609 | 2023-12-19T22:09:15.403Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1610 | 2023-12-19T22:09:15.525Z | Compiling crucible-workspace-hack v0.1.0 |
1611 | 2023-12-19T22:09:15.872Z | Compiling walkdir v2.4.0 |
1612 | 2023-12-19T22:09:16.057Z | Compiling foreign-types v0.5.0 |
1613 | 2023-12-19T22:09:16.334Z | Compiling is-terminal v0.4.9 |
1614 | 2023-12-19T22:09:16.530Z | Compiling semver-parser v0.10.2 |
1615 | 2023-12-19T22:09:16.555Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1616 | 2023-12-19T22:09:17.111Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1617 | 2023-12-19T22:09:17.870Z | Compiling cstr-argument v0.1.2 |
1618 | 2023-12-19T22:09:18.236Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1619 | 2023-12-19T22:09:18.568Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-12-19T22:09:18.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1621 | 2023-12-19T22:09:18.956Z | Compiling parse-display-derive v0.8.2 |
1622 | 2023-12-19T22:09:20.812Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1623 | 2023-12-19T22:09:21.069Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1624 | 2023-12-19T22:09:21.501Z | Compiling semver v0.11.0 |
1625 | 2023-12-19T22:09:21.517Z | Compiling colored v2.0.4 |
1626 | 2023-12-19T22:09:21.798Z | Compiling xattr v1.0.1 |
1627 | 2023-12-19T22:09:21.870Z | Compiling filetime v0.2.23 |
1628 | 2023-12-19T22:09:21.953Z | Compiling home v0.5.5 |
1629 | 2023-12-19T22:09:22.183Z | Compiling toolchain_find v0.2.0 |
1630 | 2023-12-19T22:09:22.327Z | Compiling tar v0.4.40 |
1631 | 2023-12-19T22:09:22.618Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1632 | 2023-12-19T22:09:22.721Z | Compiling camino-tempfile v1.1.1 |
1633 | 2023-12-19T22:09:22.957Z | Compiling zone_cfg_derive v0.3.0 |
1634 | 2023-12-19T22:09:23.116Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1635 | 2023-12-19T22:09:23.401Z | Compiling textwrap v0.11.0 |
1636 | 2023-12-19T22:09:24.224Z | Compiling heck v0.3.3 |
1637 | 2023-12-19T22:09:24.462Z | Compiling toml v0.5.11 |
1638 | 2023-12-19T22:09:24.826Z | Compiling num-derive v0.4.0 |
1639 | 2023-12-19T22:09:25.436Z | Compiling strsim v0.8.0 |
1640 | 2023-12-19T22:09:25.747Z | Compiling libefi-sys v0.1.0 |
1641 | 2023-12-19T22:09:25.803Z | Compiling ansi_term v0.12.1 |
1642 | 2023-12-19T22:09:26.181Z | Compiling vec_map v0.8.2 |
1643 | 2023-12-19T22:09:26.442Z | Compiling platforms v3.0.2 |
1644 | 2023-12-19T22:09:26.517Z | Compiling parse-display v0.8.2 |
1645 | 2023-12-19T22:09:26.616Z | Compiling clap v2.34.0 |
1646 | 2023-12-19T22:09:26.701Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1647 | 2023-12-19T22:09:26.798Z | Compiling zone v0.3.0 |
1648 | 2023-12-19T22:09:27.266Z | Compiling structopt-derive v0.4.18 |
1649 | 2023-12-19T22:09:28.311Z | Compiling rustfmt-wrapper v0.2.0 |
1650 | 2023-12-19T22:09:28.710Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1651 | 2023-12-19T22:09:28.838Z | Compiling omicron-zone-package v0.9.1 |
1652 | 2023-12-19T22:09:29.327Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1653 | 2023-12-19T22:09:30.058Z | Compiling smf v0.2.2 |
1654 | 2023-12-19T22:09:30.411Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1655 | 2023-12-19T22:09:31.800Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1656 | 2023-12-19T22:09:32.006Z | Compiling unicase v2.7.0 |
1657 | 2023-12-19T22:09:32.246Z | Compiling curve25519-dalek v4.1.1 |
1658 | 2023-12-19T22:09:32.275Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1659 | 2023-12-19T22:09:32.348Z | Compiling structopt v0.3.26 |
1660 | 2023-12-19T22:09:32.442Z | Compiling universal-hash v0.5.1 |
1661 | 2023-12-19T22:09:32.730Z | Compiling opaque-debug v0.3.0 |
1662 | 2023-12-19T22:09:32.788Z | Compiling curve25519-dalek-derive v0.1.0 |
1663 | 2023-12-19T22:09:32.854Z | Compiling num-rational v0.4.1 |
1664 | 2023-12-19T22:09:32.877Z | Compiling getrandom v0.1.16 |
1665 | 2023-12-19T22:09:33.346Z | Compiling signature v2.1.0 |
1666 | 2023-12-19T22:09:33.528Z | Compiling quick-error v1.2.3 |
1667 | 2023-12-19T22:09:33.663Z | Compiling keccak v0.1.4 |
1668 | 2023-12-19T22:09:33.707Z | Compiling linked-hash-map v0.5.6 |
1669 | 2023-12-19T22:09:33.731Z | Compiling parking_lot_core v0.8.6 |
1670 | 2023-12-19T22:09:34.260Z | Compiling lru-cache v0.1.2 |
1671 | 2023-12-19T22:09:34.442Z | Compiling sha3 v0.10.8 |
1672 | 2023-12-19T22:09:34.548Z | Compiling resolv-conf v0.7.0 |
1673 | 2023-12-19T22:09:35.804Z | Compiling password-hash v0.5.0 |
1674 | 2023-12-19T22:09:35.967Z | Compiling blake2 v0.10.6 |
1675 | 2023-12-19T22:09:35.996Z | Compiling aead v0.5.2 |
1676 | 2023-12-19T22:09:36.043Z | Compiling secrecy v0.8.0 |
1677 | 2023-12-19T22:09:36.443Z | Compiling num-complex v0.4.4 |
1678 | 2023-12-19T22:09:36.505Z | Compiling nibble_vec v0.1.0 |
1679 | 2023-12-19T22:09:36.808Z | Compiling slog-dtrace v0.2.3 |
1680 | 2023-12-19T22:09:37.245Z | Compiling convert_case v0.4.0 |
1681 | 2023-12-19T22:09:37.552Z | Compiling endian-type v0.1.2 |
1682 | 2023-12-19T22:09:37.825Z | Compiling winapi v0.3.9 |
1683 | 2023-12-19T22:09:37.891Z | Compiling cancel-safe-futures v0.1.5 |
1684 | 2023-12-19T22:09:38.227Z | Compiling utf-8 v0.7.6 |
1685 | 2023-12-19T22:09:38.396Z | Compiling arc-swap v1.6.0 |
1686 | 2023-12-19T22:09:38.451Z | Compiling num v0.4.1 |
1687 | 2023-12-19T22:09:38.602Z | Compiling tungstenite v0.20.1 |
1688 | 2023-12-19T22:09:38.687Z | Compiling radix_trie v0.2.1 |
1689 | 2023-12-19T22:09:38.721Z | Compiling derive_more v0.99.17 |
1690 | 2023-12-19T22:09:39.430Z | Compiling slog-scope v4.4.0 |
1691 | 2023-12-19T22:09:39.616Z | Compiling argon2 v0.5.2 |
1692 | 2023-12-19T22:09:39.780Z | Compiling mime_guess v2.0.4 |
1693 | 2023-12-19T22:09:40.332Z | Compiling trust-dns-resolver v0.22.0 |
1694 | 2023-12-19T22:09:41.973Z | Compiling rand_core v0.5.1 |
1695 | 2023-12-19T22:09:42.291Z | Compiling poly1305 v0.8.0 |
1696 | 2023-12-19T22:09:42.729Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1697 | 2023-12-19T22:09:42.891Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1698 | 2023-12-19T22:09:43.352Z | Compiling chacha20 v0.9.1 |
1699 | 2023-12-19T22:09:44.060Z | Compiling rfc6979 v0.4.0 |
1700 | 2023-12-19T22:09:44.332Z | Compiling thiserror-impl-no-std v2.0.2 |
1701 | 2023-12-19T22:09:44.536Z | Compiling ciborium-io v0.2.1 |
1702 | 2023-12-19T22:09:44.710Z | Compiling option-ext v0.2.0 |
1703 | 2023-12-19T22:09:44.787Z | Compiling half v1.8.2 |
1704 | 2023-12-19T22:09:44.897Z | Compiling dirs-sys v0.4.1 |
1705 | 2023-12-19T22:09:46.399Z | Compiling ecdsa v0.16.9 |
1706 | 2023-12-19T22:09:46.407Z | Compiling ciborium-ll v0.2.1 |
1707 | 2023-12-19T22:09:46.407Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1708 | 2023-12-19T22:09:46.505Z | Compiling rand_chacha v0.2.2 |
1709 | 2023-12-19T22:09:46.594Z | Compiling parking_lot v0.11.2 |
1710 | 2023-12-19T22:09:47.031Z | Compiling tokio-tungstenite v0.20.1 |
1711 | 2023-12-19T22:09:47.839Z | Compiling slog-stdlog v4.1.1 |
1712 | 2023-12-19T22:09:48.551Z | Compiling trust-dns-client v0.22.0 |
1713 | 2023-12-19T22:09:49.092Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1714 | 2023-12-19T22:09:49.779Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1715 | 2023-12-19T22:09:49.802Z | Compiling thiserror-no-std v2.0.2 |
1716 | 2023-12-19T22:09:49.888Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1717 | 2023-12-19T22:09:50.014Z | Compiling ed25519 v2.2.2 |
1718 | 2023-12-19T22:09:50.706Z | Compiling polyval v0.6.1 |
1719 | 2023-12-19T22:09:50.988Z | Compiling primeorder v0.13.6 |
1720 | 2023-12-19T22:09:51.350Z | Compiling ctr v0.9.2 |
1721 | 2023-12-19T22:09:51.787Z | Compiling aes v0.8.3 |
1722 | 2023-12-19T22:09:51.876Z | Compiling blowfish v0.9.1 |
1723 | 2023-12-19T22:09:52.596Z | Compiling password-hash v0.4.2 |
1724 | 2023-12-19T22:09:53.161Z | Compiling libsw v3.3.0 |
1725 | 2023-12-19T22:09:53.638Z | Compiling pbkdf2 v0.12.2 |
1726 | 2023-12-19T22:09:53.878Z | Compiling derive-where v1.2.6 |
1727 | 2023-12-19T22:09:54.099Z | Compiling fxhash v0.2.1 |
1728 | 2023-12-19T22:09:55.335Z | Compiling swrite v0.1.0 |
1729 | 2023-12-19T22:09:55.508Z | Compiling owo-colors v3.5.0 |
1730 | 2023-12-19T22:09:56.723Z | Compiling linear-map v1.2.0 |
1731 | 2023-12-19T22:09:57.280Z | Compiling glob v0.3.1 |
1732 | 2023-12-19T22:09:58.943Z | Compiling trust-dns-server v0.22.1 |
1733 | 2023-12-19T22:09:59.886Z | Compiling sled v0.34.7 |
1734 | 2023-12-19T22:09:59.966Z | Compiling bcrypt-pbkdf v0.10.0 |
1735 | 2023-12-19T22:10:01.066Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1736 | 2023-12-19T22:10:03.079Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1737 | 2023-12-19T22:10:03.848Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1738 | 2023-12-19T22:10:04.471Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1739 | 2023-12-19T22:10:05.385Z | Compiling pbkdf2 v0.11.0 |
1740 | 2023-12-19T22:10:05.945Z | Compiling p256 v0.13.2 |
1741 | 2023-12-19T22:10:07.325Z | Compiling ghash v0.5.0 |
1742 | 2023-12-19T22:10:07.588Z | Compiling ed25519-dalek v2.0.0 |
1743 | 2023-12-19T22:10:09.315Z | Compiling vsss-rs v3.3.2 |
1744 | 2023-12-19T22:10:11.184Z | Compiling russh-cryptovec v0.7.0 |
1745 | 2023-12-19T22:10:11.669Z | Compiling slog-envlogger v2.2.0 |
1746 | 2023-12-19T22:10:12.863Z | Compiling rand v0.7.3 |
1747 | 2023-12-19T22:10:13.659Z | Compiling ciborium v0.2.1 |
1748 | 2023-12-19T22:10:15.418Z | Compiling dirs v5.0.1 |
1749 | 2023-12-19T22:10:15.701Z | Compiling chacha20poly1305 v0.10.1 |
1750 | 2023-12-19T22:10:15.885Z | Compiling cbc v0.1.2 |
1751 | 2023-12-19T22:10:16.030Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1752 | 2023-12-19T22:10:16.104Z | Compiling pem v3.0.2 |
1753 | 2023-12-19T22:10:16.235Z | Compiling headers-core v0.2.0 |
1754 | 2023-12-19T22:10:16.272Z | Compiling kstat-rs v0.2.3 |
1755 | 2023-12-19T22:10:16.464Z | Compiling md5 v0.7.0 |
1756 | 2023-12-19T22:10:16.582Z | Compiling http-range v0.1.5 |
1757 | 2023-12-19T22:10:17.215Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1758 | 2023-12-19T22:10:17.277Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1759 | 2023-12-19T22:10:17.354Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1760 | 2023-12-19T22:10:17.376Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1761 | 2023-12-19T22:10:17.505Z | Compiling pretty-hex v0.4.0 |
1762 | 2023-12-19T22:10:17.661Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2023-12-19T22:10:17.829Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1764 | 2023-12-19T22:10:18.423Z | Compiling hyper-staticfile v0.9.5 |
1765 | 2023-12-19T22:10:20.074Z | Compiling russh-keys v0.40.1 |
1766 | 2023-12-19T22:10:20.219Z | Compiling rcgen v0.11.3 |
1767 | 2023-12-19T22:10:23.046Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1768 | 2023-12-19T22:10:24.461Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1769 | 2023-12-19T22:10:25.165Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1770 | 2023-12-19T22:10:25.637Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1771 | 2023-12-19T22:10:28.654Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1772 | 2023-12-19T22:10:29.030Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1773 | 2023-12-19T22:10:30.505Z | Compiling headers v0.3.9 |
1774 | 2023-12-19T22:10:32.428Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1775 | 2023-12-19T22:10:33.854Z | Compiling aes-gcm v0.10.3 |
1776 | 2023-12-19T22:10:33.875Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1777 | 2023-12-19T22:10:34.290Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1778 | 2023-12-19T22:10:36.265Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1779 | 2023-12-19T22:10:44.288Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1780 | 2023-12-19T22:10:45.724Z | Compiling atomicwrites v0.4.2 |
1781 | 2023-12-19T22:10:46.268Z | Compiling itertools v0.12.0 |
1782 | 2023-12-19T22:10:46.845Z | Compiling subprocess v0.2.9 |
1783 | 2023-12-19T22:10:48.051Z | Compiling hex-literal v0.4.1 |
1784 | 2023-12-19T22:10:48.283Z | Compiling display-error-chain v0.2.0 |
1785 | 2023-12-19T22:10:48.518Z | Compiling russh v0.40.1 |
1786 | 2023-12-19T22:10:50.370Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1787 | 2023-12-19T22:10:51.470Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1788 | 2023-12-19T22:10:53.688Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1789 | 2023-12-19T22:11:23.548Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1790 | 2023-12-19T22:12:43.701Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 03s |
1791 | 2023-12-19T22:12:44.060Z | |
1792 | 2023-12-19T22:12:44.060Z | real 8:03.736779466 |
1793 | 2023-12-19T22:12:44.060Z | user 44:24.588922906 |
1794 | 2023-12-19T22:12:44.060Z | sys 6:48.581571979 |
1795 | 2023-12-19T22:12:44.060Z | trap 1.669407302 |
1796 | 2023-12-19T22:12:44.060Z | tflt 4.478054532 |
1797 | 2023-12-19T22:12:44.186Z | dflt 7.709089198 |
1798 | 2023-12-19T22:12:44.186Z | kflt 0.024106615 |
1799 | 2023-12-19T22:12:44.186Z | lock 1:24:30.239117053 |
1800 | 2023-12-19T22:12:44.186Z | slp 2:06:46.825384964 |
1801 | 2023-12-19T22:12:44.186Z | lat 2:00.373708273 |
1802 | 2023-12-19T22:12:44.186Z | stop 4:34.409254171 |
1803 | 2023-12-19T22:12:44.186Z | + mkdir -p /work/end-to-end-tests |
1804 | 2023-12-19T22:12:44.186Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1805 | 2023-12-19T22:12:44.834Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1806 | 2023-12-19T22:12:44.835Z | + ptime -m gzip |
1807 | 2023-12-19T22:12:44.925Z | ++ basename target/debug/bootstrap |
1808 | 2023-12-19T22:13:06.956Z | |
1809 | 2023-12-19T22:13:06.957Z | real 16.948461406 |
1810 | 2023-12-19T22:13:07.137Z | user 16.784054891 |
1811 | 2023-12-19T22:13:07.137Z | sys 0.158974608 |
1812 | 2023-12-19T22:13:07.137Z | trap 0.003987716 |
1813 | 2023-12-19T22:13:07.137Z | tflt 0.000000000 |
1814 | 2023-12-19T22:13:07.137Z | dflt 0.000000000 |
1815 | 2023-12-19T22:13:07.137Z | kflt 0.000000000 |
1816 | 2023-12-19T22:13:07.137Z | lock 0.000000000 |
1817 | 2023-12-19T22:13:07.137Z | slp 0.000000000 |
1818 | 2023-12-19T22:13:07.137Z | lat 0.001088358 |
1819 | 2023-12-19T22:13:07.137Z | stop 0.000238409 |
1820 | 2023-12-19T22:13:07.137Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1821 | 2023-12-19T22:13:07.138Z | + ptime -m gzip |
1822 | 2023-12-19T22:13:07.138Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8db5a4cac1990b57 |
1823 | 2023-12-19T22:13:07.138Z | |
1824 | 2023-12-19T22:13:07.138Z | real 1.091586565 |
1825 | 2023-12-19T22:13:07.138Z | user 1.078437805 |
1826 | 2023-12-19T22:13:07.138Z | sys 0.011835671 |
1827 | 2023-12-19T22:13:07.138Z | trap 0.000416414 |
1828 | 2023-12-19T22:13:07.139Z | tflt 0.000000000 |
1829 | 2023-12-19T22:13:07.139Z | dflt 0.000000000 |
1830 | 2023-12-19T22:13:07.139Z | kflt 0.000000000 |
1831 | 2023-12-19T22:13:07.139Z | lock 0.000000000 |
1832 | 2023-12-19T22:13:07.139Z | slp 0.000000000 |
1833 | 2023-12-19T22:13:07.139Z | lat 0.000542384 |
1834 | 2023-12-19T22:13:07.139Z | stop 0.000236123 |
1835 | 2023-12-19T22:13:07.139Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1836 | 2023-12-19T22:13:07.139Z | + ptime -m gzip |
1837 | 2023-12-19T22:13:07.140Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e4a60fbd4bd87582 |
1838 | 2023-12-19T22:13:20.328Z | |
1839 | 2023-12-19T22:13:20.331Z | real 17.429731168 |
1840 | 2023-12-19T22:13:20.333Z | user 17.260326355 |
1841 | 2023-12-19T22:13:20.333Z | sys 0.163794250 |
1842 | 2023-12-19T22:13:20.333Z | trap 0.004011121 |
1843 | 2023-12-19T22:13:20.333Z | tflt 0.000000000 |
1844 | 2023-12-19T22:13:20.333Z | dflt 0.000000000 |
1845 | 2023-12-19T22:13:20.333Z | kflt 0.000000000 |
1846 | 2023-12-19T22:13:20.334Z | lock 0.000000000 |
1847 | 2023-12-19T22:13:20.334Z | slp 0.000000000 |
1848 | 2023-12-19T22:13:20.334Z | lat 0.001253022 |
1849 | 2023-12-19T22:13:20.334Z | stop 0.000229601 |
1850 | 2023-12-19T22:13:20.334Z | + banner caboose-util |
1851 | 2023-12-19T22:13:20.334Z | |
1852 | 2023-12-19T22:13:20.334Z | #### ## ##### #### #### #### ###### # # ##### |
1853 | 2023-12-19T22:13:20.334Z | # # # # # # # # # # # # # # # |
1854 | 2023-12-19T22:13:20.334Z | # # # ##### # # # # #### ##### ##### # # # |
1855 | 2023-12-19T22:13:20.334Z | # ###### # # # # # # # # # # # |
1856 | 2023-12-19T22:13:20.334Z | # # # # # # # # # # # # # # # # |
1857 | 2023-12-19T22:13:20.334Z | #### # # ##### #### #### #### ###### #### # |
1858 | 2023-12-19T22:13:20.334Z | |
1859 | 2023-12-19T22:13:20.334Z | + ptime -m cargo build --locked -p caboose-util --release |
1860 | 2023-12-19T22:13:20.977Z | Downloading crates ... |
1861 | 2023-12-19T22:13:21.275Z | Downloaded env_logger v0.10.0 |
1862 | 2023-12-19T22:13:21.280Z | Downloaded tap v1.0.1 |
1863 | 2023-12-19T22:13:21.283Z | Downloaded funty v2.0.0 |
1864 | 2023-12-19T22:13:21.287Z | Downloaded smallvec v0.6.14 |
1865 | 2023-12-19T22:13:21.292Z | Downloaded nodrop v0.1.14 |
1866 | 2023-12-19T22:13:21.295Z | Downloaded radium v0.7.0 |
1867 | 2023-12-19T22:13:21.299Z | Downloaded termcolor v1.2.0 |
1868 | 2023-12-19T22:13:21.302Z | Downloaded bitfield v0.14.0 |
1869 | 2023-12-19T22:13:21.302Z | Downloaded crc v3.0.1 |
1870 | 2023-12-19T22:13:21.305Z | Downloaded maybe-uninit v2.0.0 |
1871 | 2023-12-19T22:13:21.309Z | Downloaded packed_struct v0.10.1 |
1872 | 2023-12-19T22:13:21.310Z | Downloaded crc-catalog v2.2.0 |
1873 | 2023-12-19T22:13:21.313Z | Downloaded wyz v0.5.1 |
1874 | 2023-12-19T22:13:21.316Z | Downloaded packed_struct_codegen v0.10.1 |
1875 | 2023-12-19T22:13:21.316Z | Downloaded crc-any v2.4.3 |
1876 | 2023-12-19T22:13:21.319Z | Downloaded pkcs1 v0.7.5 |
1877 | 2023-12-19T22:13:21.441Z | Downloaded ron v0.8.1 |
1878 | 2023-12-19T22:13:21.448Z | Downloaded serde-hex v0.1.0 |
1879 | 2023-12-19T22:13:21.448Z | Downloaded rsa v0.9.2 |
1880 | 2023-12-19T22:13:21.448Z | Downloaded num-bigint-dig v0.8.4 |
1881 | 2023-12-19T22:13:21.448Z | Downloaded bitvec v1.0.1 |
1882 | 2023-12-19T22:13:21.448Z | Downloaded object v0.30.4 |
1883 | 2023-12-19T22:13:21.449Z | Downloaded x509-cert v0.2.4 |
1884 | 2023-12-19T22:13:21.449Z | Downloaded path-slash v0.1.5 |
1885 | 2023-12-19T22:13:21.449Z | Downloaded array-init v0.0.4 |
1886 | 2023-12-19T22:13:21.592Z | Compiling proc-macro2 v1.0.69 |
1887 | 2023-12-19T22:13:21.592Z | Compiling unicode-ident v1.0.12 |
1888 | 2023-12-19T22:13:21.595Z | Compiling libc v0.2.151 |
1889 | 2023-12-19T22:13:21.595Z | Compiling autocfg v1.1.0 |
1890 | 2023-12-19T22:13:21.596Z | Compiling serde v1.0.193 |
1891 | 2023-12-19T22:13:21.596Z | Compiling cfg-if v1.0.0 |
1892 | 2023-12-19T22:13:21.613Z | Compiling version_check v0.9.4 |
1893 | 2023-12-19T22:13:21.726Z | Compiling typenum v1.16.0 |
1894 | 2023-12-19T22:13:21.758Z | Compiling syn v1.0.109 |
1895 | 2023-12-19T22:13:21.857Z | Compiling parking_lot_core v0.9.8 |
1896 | 2023-12-19T22:13:22.410Z | Compiling libm v0.2.7 |
1897 | 2023-12-19T22:13:22.437Z | Compiling futures-core v0.3.29 |
1898 | 2023-12-19T22:13:22.599Z | Compiling generic-array v0.14.7 |
1899 | 2023-12-19T22:13:22.682Z | Compiling lock_api v0.4.10 |
1900 | 2023-12-19T22:13:22.891Z | Compiling num-traits v0.2.16 |
1901 | 2023-12-19T22:13:22.902Z | Compiling once_cell v1.19.0 |
1902 | 2023-12-19T22:13:23.072Z | Compiling pkg-config v0.3.27 |
1903 | 2023-12-19T22:13:23.547Z | Compiling scopeguard v1.2.0 |
1904 | 2023-12-19T22:13:23.547Z | Compiling slab v0.4.9 |
1905 | 2023-12-19T22:13:23.547Z | Compiling futures-channel v0.3.29 |
1906 | 2023-12-19T22:13:23.547Z | Compiling futures-task v0.3.29 |
1907 | 2023-12-19T22:13:23.734Z | Compiling quote v1.0.33 |
1908 | 2023-12-19T22:13:23.950Z | Compiling serde_json v1.0.108 |
1909 | 2023-12-19T22:13:24.068Z | Compiling memchr v2.6.3 |
1910 | 2023-12-19T22:13:24.131Z | Compiling thiserror v1.0.49 |
1911 | 2023-12-19T22:13:24.379Z | Compiling syn v2.0.32 |
1912 | 2023-12-19T22:13:24.684Z | Compiling cc v1.0.83 |
1913 | 2023-12-19T22:13:24.713Z | Compiling getrandom v0.2.10 |
1914 | 2023-12-19T22:13:25.277Z | Compiling rand_core v0.6.4 |
1915 | 2023-12-19T22:13:25.973Z | Compiling futures-util v0.3.29 |
1916 | 2023-12-19T22:13:26.062Z | Compiling byteorder v1.5.0 |
1917 | 2023-12-19T22:13:26.430Z | Compiling itoa v1.0.9 |
1918 | 2023-12-19T22:13:26.818Z | Compiling smallvec v1.11.2 |
1919 | 2023-12-19T22:13:27.521Z | Compiling log v0.4.20 |
1920 | 2023-12-19T22:13:27.576Z | Compiling vcpkg v0.2.15 |
1921 | 2023-12-19T22:13:28.968Z | Compiling pin-project-lite v0.2.13 |
1922 | 2023-12-19T22:13:29.389Z | Compiling const-oid v0.9.5 |
1923 | 2023-12-19T22:13:29.483Z | Compiling ring v0.17.7 |
1924 | 2023-12-19T22:13:30.110Z | Compiling parking_lot v0.12.1 |
1925 | 2023-12-19T22:13:30.451Z | Compiling openssl-sys v0.9.96 |
1926 | 2023-12-19T22:13:30.585Z | Compiling indexmap v1.9.3 |
1927 | 2023-12-19T22:13:31.436Z | Compiling io-lifetimes v1.0.11 |
1928 | 2023-12-19T22:13:31.772Z | Compiling heck v0.4.1 |
1929 | 2023-12-19T22:13:32.127Z | Compiling subtle v2.5.0 |
1930 | 2023-12-19T22:13:32.517Z | Compiling ring v0.16.20 |
1931 | 2023-12-19T22:13:32.788Z | Compiling num-integer v0.1.45 |
1932 | 2023-12-19T22:13:33.141Z | Compiling ryu v1.0.15 |
1933 | 2023-12-19T22:13:33.215Z | Compiling semver v1.0.20 |
1934 | 2023-12-19T22:13:34.089Z | Compiling rustix v0.37.23 |
1935 | 2023-12-19T22:13:34.976Z | Compiling spin v0.5.2 |
1936 | 2023-12-19T22:13:35.756Z | Compiling mio v0.8.9 |
1937 | 2023-12-19T22:13:36.017Z | Compiling num_cpus v1.16.0 |
1938 | 2023-12-19T22:13:36.176Z | Compiling socket2 v0.5.5 |
1939 | 2023-12-19T22:13:36.271Z | Compiling signal-hook-registry v1.4.1 |
1940 | 2023-12-19T22:13:37.114Z | Compiling unicode-xid v0.2.4 |
1941 | 2023-12-19T22:13:37.118Z | Compiling ucd-trie v0.1.6 |
1942 | 2023-12-19T22:13:37.257Z | Compiling httparse v1.8.0 |
1943 | 2023-12-19T22:13:37.472Z | Compiling futures-sink v0.3.29 |
1944 | 2023-12-19T22:13:37.521Z | Compiling openssl v0.10.60 |
1945 | 2023-12-19T22:13:37.669Z | Compiling synstructure v0.12.6 |
1946 | 2023-12-19T22:13:38.017Z | Compiling tinyvec_macros v0.1.1 |
1947 | 2023-12-19T22:13:38.110Z | Compiling tinyvec v1.6.0 |
1948 | 2023-12-19T22:13:39.011Z | Compiling pin-utils v0.1.0 |
1949 | 2023-12-19T22:13:39.535Z | Compiling native-tls v0.2.11 |
1950 | 2023-12-19T22:13:39.568Z | Compiling rustls v0.21.9 |
1951 | 2023-12-19T22:13:40.153Z | Compiling crc32fast v1.3.2 |
1952 | 2023-12-19T22:13:40.159Z | Compiling ppv-lite86 v0.2.17 |
1953 | 2023-12-19T22:13:40.693Z | Compiling futures-io v0.3.29 |
1954 | 2023-12-19T22:13:40.769Z | Compiling unicode-normalization v0.1.22 |
1955 | 2023-12-19T22:13:41.075Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1956 | 2023-12-19T22:13:41.433Z | Compiling rand_chacha v0.3.1 |
1957 | 2023-12-19T22:13:41.509Z | Compiling spin v0.9.8 |
1958 | 2023-12-19T22:13:41.747Z | Compiling tracing-core v0.1.31 |
1959 | 2023-12-19T22:13:41.946Z | Compiling base64ct v1.6.0 |
1960 | 2023-12-19T22:13:42.068Z | Compiling unicode-bidi v0.3.13 |
1961 | 2023-12-19T22:13:42.512Z | Compiling rand v0.8.5 |
1962 | 2023-12-19T22:13:42.776Z | Compiling pem-rfc7468 v0.7.0 |
1963 | 2023-12-19T22:13:44.401Z | Compiling errno v0.3.2 |
1964 | 2023-12-19T22:13:44.664Z | Compiling num-iter v0.1.43 |
1965 | 2023-12-19T22:13:44.755Z | Compiling usdt-impl v0.3.5 |
1966 | 2023-12-19T22:13:44.886Z | Compiling ahash v0.8.6 |
1967 | 2023-12-19T22:13:45.079Z | Compiling base64 v0.21.5 |
1968 | 2023-12-19T22:13:45.217Z | Compiling flagset v0.4.3 |
1969 | 2023-12-19T22:13:45.373Z | Compiling rustix v0.38.25 |
1970 | 2023-12-19T22:13:45.880Z | Compiling serde_derive v1.0.193 |
1971 | 2023-12-19T22:13:45.905Z | Compiling zeroize_derive v1.4.2 |
1972 | 2023-12-19T22:13:45.986Z | Compiling tokio-macros v2.2.0 |
1973 | 2023-12-19T22:13:46.035Z | Compiling thiserror-impl v1.0.49 |
1974 | 2023-12-19T22:13:46.211Z | Compiling futures-macro v0.3.29 |
1975 | 2023-12-19T22:13:46.303Z | Compiling tracing-attributes v0.1.26 |
1976 | 2023-12-19T22:13:46.869Z | Compiling der_derive v0.7.2 |
1977 | 2023-12-19T22:13:47.088Z | Compiling zerocopy-derive v0.2.0 |
1978 | 2023-12-19T22:13:48.144Z | Compiling zeroize v1.7.0 |
1979 | 2023-12-19T22:13:49.284Z | Compiling openssl-macros v0.1.1 |
1980 | 2023-12-19T22:13:50.323Z | Compiling zerocopy-derive v0.7.31 |
1981 | 2023-12-19T22:13:50.517Z | Compiling zerocopy-derive v0.6.4 |
1982 | 2023-12-19T22:13:50.642Z | Compiling pest v2.7.2 |
1983 | 2023-12-19T22:13:51.007Z | Compiling crypto-common v0.1.6 |
1984 | 2023-12-19T22:13:51.571Z | Compiling block-buffer v0.10.4 |
1985 | 2023-12-19T22:13:51.571Z | Compiling digest v0.10.7 |
1986 | 2023-12-19T22:13:51.614Z | Compiling tracing v0.1.37 |
1987 | 2023-12-19T22:13:52.305Z | Compiling schemars v0.8.13 |
1988 | 2023-12-19T22:13:52.544Z | Compiling der v0.7.8 |
1989 | 2023-12-19T22:13:53.613Z | Compiling serde_derive_internals v0.26.0 |
1990 | 2023-12-19T22:13:55.187Z | Compiling pest_meta v2.7.2 |
1991 | 2023-12-19T22:13:57.442Z | Compiling pest_generator v2.7.2 |
1992 | 2023-12-19T22:14:00.346Z | Compiling bitflags v1.3.2 |
1993 | 2023-12-19T22:14:00.416Z | Compiling fnv v1.0.7 |
1994 | 2023-12-19T22:14:00.754Z | Compiling schemars_derive v0.8.13 |
1995 | 2023-12-19T22:14:01.873Z | Compiling pest_derive v2.7.2 |
1996 | 2023-12-19T22:14:02.547Z | Compiling spki v0.7.2 |
1997 | 2023-12-19T22:14:03.400Z | Compiling zerocopy v0.3.0 |
1998 | 2023-12-19T22:14:03.508Z | Compiling lazy_static v1.4.0 |
1999 | 2023-12-19T22:14:05.558Z | Compiling backtrace v0.3.69 |
2000 | 2023-12-19T22:14:05.724Z | Compiling memoffset v0.9.0 |
2001 | 2023-12-19T22:14:06.130Z | Compiling num-bigint v0.4.4 |
2002 | 2023-12-19T22:14:06.153Z | Compiling untrusted v0.7.1 |
2003 | 2023-12-19T22:14:06.156Z | Compiling async-trait v0.1.74 |
2004 | 2023-12-19T22:14:06.300Z | Compiling hashbrown v0.12.3 |
2005 | 2023-12-19T22:14:06.424Z | Compiling smoltcp v0.9.1 |
2006 | 2023-12-19T22:14:06.809Z | Compiling doc-comment v0.3.3 |
2007 | 2023-12-19T22:14:06.878Z | Compiling hashbrown v0.14.2 |
2008 | 2023-12-19T22:14:07.331Z | Compiling untrusted v0.9.0 |
2009 | 2023-12-19T22:14:07.575Z | Compiling foreign-types-shared v0.1.1 |
2010 | 2023-12-19T22:14:07.678Z | Compiling crossbeam-utils v0.8.16 |
2011 | 2023-12-19T22:14:07.697Z | Compiling equivalent v1.0.1 |
2012 | 2023-12-19T22:14:08.017Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2013 | 2023-12-19T22:14:08.152Z | Compiling iana-time-zone v0.1.57 |
2014 | 2023-12-19T22:14:08.349Z | Compiling bytes v1.5.0 |
2015 | 2023-12-19T22:14:08.928Z | Compiling bitflags v2.4.0 |
2016 | 2023-12-19T22:14:08.999Z | Compiling uuid v1.6.1 |
2017 | 2023-12-19T22:14:09.771Z | Compiling tokio v1.35.0 |
2018 | 2023-12-19T22:14:10.101Z | Compiling rustc_version v0.4.0 |
2019 | 2023-12-19T22:14:10.316Z | Compiling http v0.2.11 |
2020 | 2023-12-19T22:14:10.455Z | Compiling openssl-probe v0.1.5 |
2021 | 2023-12-19T22:14:10.847Z | Compiling percent-encoding v2.3.1 |
2022 | 2023-12-19T22:14:11.319Z | Compiling heapless v0.7.16 |
2023 | 2023-12-19T22:14:12.546Z | Compiling indexmap v2.1.0 |
2024 | 2023-12-19T22:14:13.177Z | Compiling chrono v0.4.31 |
2025 | 2023-12-19T22:14:14.015Z | Compiling foreign-types v0.3.2 |
2026 | 2023-12-19T22:14:17.757Z | Compiling dof v0.1.5 |
2027 | 2023-12-19T22:14:18.954Z | Compiling dtrace-parser v0.1.14 |
2028 | 2023-12-19T22:14:19.044Z | Compiling hmac v0.12.1 |
2029 | 2023-12-19T22:14:19.354Z | Compiling clap_derive v4.4.2 |
2030 | 2023-12-19T22:14:21.224Z | Compiling thread-id v4.2.0 |
2031 | 2023-12-19T22:14:21.366Z | Compiling rustversion v1.0.14 |
2032 | 2023-12-19T22:14:21.594Z | Compiling adler v1.0.2 |
2033 | 2023-12-19T22:14:21.836Z | Compiling time-core v0.1.1 |
2034 | 2023-12-19T22:14:21.881Z | Compiling siphasher v0.3.11 |
2035 | 2023-12-19T22:14:22.069Z | Compiling try-lock v0.2.4 |
2036 | 2023-12-19T22:14:22.134Z | Compiling cpufeatures v0.2.9 |
2037 | 2023-12-19T22:14:22.214Z | Compiling anstyle v1.0.2 |
2038 | 2023-12-19T22:14:22.257Z | Compiling utf8parse v0.2.1 |
2039 | 2023-12-19T22:14:22.341Z | Compiling tokio-util v0.7.10 |
2040 | 2023-12-19T22:14:22.550Z | Compiling anstyle-parse v0.2.1 |
2041 | 2023-12-19T22:14:23.101Z | Compiling sha2 v0.10.8 |
2042 | 2023-12-19T22:14:23.261Z | Compiling want v0.3.1 |
2043 | 2023-12-19T22:14:24.726Z | Compiling h2 v0.3.21 |
2044 | 2023-12-19T22:14:27.005Z | Compiling time-macros v0.2.13 |
2045 | 2023-12-19T22:14:27.656Z | Compiling miniz_oxide v0.7.1 |
2046 | 2023-12-19T22:14:31.797Z | Compiling sct v0.7.0 |
2047 | 2023-12-19T22:14:31.896Z | Compiling rustls-webpki v0.101.7 |
2048 | 2023-12-19T22:14:32.519Z | Compiling http-body v0.4.5 |
2049 | 2023-12-19T22:14:33.039Z | Compiling form_urlencoded v1.2.1 |
2050 | 2023-12-19T22:14:33.476Z | Compiling serde_tokenstream v0.1.7 |
2051 | 2023-12-19T22:14:34.639Z | Compiling pkcs8 v0.10.2 |
2052 | 2023-12-19T22:14:34.655Z | Compiling hubpack_derive v0.1.1 |
2053 | 2023-12-19T22:14:35.488Z | Compiling pin-project-internal v1.1.3 |
2054 | 2023-12-19T22:14:36.028Z | Compiling socket2 v0.4.9 |
2055 | 2023-12-19T22:14:36.039Z | Compiling crossbeam-epoch v0.9.15 |
2056 | 2023-12-19T22:14:37.152Z | Compiling anstyle-query v1.0.0 |
2057 | 2023-12-19T22:14:37.164Z | Compiling anyhow v1.0.75 |
2058 | 2023-12-19T22:14:38.173Z | Compiling httpdate v1.0.3 |
2059 | 2023-12-19T22:14:38.496Z | Compiling radium v0.7.0 |
2060 | 2023-12-19T22:14:39.094Z | Compiling colorchoice v1.0.0 |
2061 | 2023-12-19T22:14:39.354Z | Compiling tower-service v0.3.2 |
2062 | 2023-12-19T22:14:39.520Z | Compiling slog v2.7.0 |
2063 | 2023-12-19T22:14:39.824Z | Compiling hyper v0.14.27 |
2064 | 2023-12-19T22:14:40.038Z | Compiling anstream v0.5.0 |
2065 | 2023-12-19T22:14:47.644Z | Compiling terminal_size v0.2.6 |
2066 | 2023-12-19T22:14:48.739Z | Compiling serde_spanned v0.6.4 |
2067 | 2023-12-19T22:14:49.053Z | Compiling toml_datetime v0.6.5 |
2068 | 2023-12-19T22:14:50.678Z | Compiling rustls-pemfile v1.0.3 |
2069 | 2023-12-19T22:14:51.166Z | Compiling zerocopy v0.6.4 |
2070 | 2023-12-19T22:14:52.210Z | Compiling md-5 v0.10.5 |
2071 | 2023-12-19T22:14:52.960Z | Compiling stringprep v0.1.3 |
2072 | 2023-12-19T22:14:53.016Z | Compiling idna v0.5.0 |
2073 | 2023-12-19T22:14:54.442Z | Compiling diesel_table_macro_syntax v0.1.0 |
2074 | 2023-12-19T22:14:54.675Z | Compiling hash32 v0.2.1 |
2075 | 2023-12-19T22:14:54.991Z | Compiling aho-corasick v1.0.4 |
2076 | 2023-12-19T22:14:55.445Z | Compiling winnow v0.5.15 |
2077 | 2023-12-19T22:14:55.464Z | Compiling clap_lex v0.5.1 |
2078 | 2023-12-19T22:14:55.577Z | Compiling stable_deref_trait v1.2.0 |
2079 | 2023-12-19T22:14:55.872Z | Compiling gimli v0.28.0 |
2080 | 2023-12-19T22:14:56.597Z | Compiling dyn-clone v1.0.13 |
2081 | 2023-12-19T22:14:56.867Z | Compiling tap v1.0.1 |
2082 | 2023-12-19T22:14:57.129Z | Compiling strsim v0.10.0 |
2083 | 2023-12-19T22:14:57.271Z | Compiling either v1.9.0 |
2084 | 2023-12-19T22:14:57.771Z | Compiling fallible-iterator v0.2.0 |
2085 | 2023-12-19T22:14:57.923Z | Compiling maybe-uninit v2.0.0 |
2086 | 2023-12-19T22:14:58.591Z | Compiling regex-syntax v0.8.2 |
2087 | 2023-12-19T22:14:58.918Z | Compiling postgres-protocol v0.6.6 |
2088 | 2023-12-19T22:14:58.933Z | Compiling clap_builder v4.4.2 |
2089 | 2023-12-19T22:14:59.220Z | Compiling wyz v0.5.1 |
2090 | 2023-12-19T22:15:01.437Z | Compiling diesel_derives v2.1.2 |
2091 | 2023-12-19T22:15:01.549Z | Compiling url v2.5.0 |
2092 | 2023-12-19T22:15:03.485Z | Compiling addr2line v0.21.0 |
2093 | 2023-12-19T22:15:04.189Z | Compiling tokio-rustls v0.24.1 |
2094 | 2023-12-19T22:15:04.461Z | Compiling regex-automata v0.4.3 |
2095 | 2023-12-19T22:15:04.770Z | Compiling rustls-native-certs v0.6.3 |
2096 | 2023-12-19T22:15:05.048Z | Compiling strum_macros v0.25.2 |
2097 | 2023-12-19T22:15:08.846Z | Compiling tokio-native-tls v0.3.1 |
2098 | 2023-12-19T22:15:12.122Z | Compiling usdt-macro v0.3.5 |
2099 | 2023-12-19T22:15:12.792Z | Compiling usdt-attr-macro v0.3.5 |
2100 | 2023-12-19T22:15:14.698Z | Compiling phf_shared v0.11.2 |
2101 | 2023-12-19T22:15:15.701Z | Compiling zerocopy v0.7.31 |
2102 | 2023-12-19T22:15:16.073Z | Compiling block-padding v0.3.3 |
2103 | 2023-12-19T22:15:16.399Z | Compiling enum-as-inner v0.5.1 |
2104 | 2023-12-19T22:15:17.877Z | Compiling snafu-derive v0.7.5 |
2105 | 2023-12-19T22:15:18.087Z | Compiling serde_repr v0.1.16 |
2106 | 2023-12-19T22:15:18.804Z | Compiling ff v0.13.0 |
2107 | 2023-12-19T22:15:19.134Z | Compiling scheduled-thread-pool v0.2.7 |
2108 | 2023-12-19T22:15:19.719Z | Compiling object v0.32.1 |
2109 | 2023-12-19T22:15:30.687Z | Compiling num_threads v0.1.6 |
2110 | 2023-12-19T22:15:30.742Z | Compiling rustc-demangle v0.1.23 |
2111 | 2023-12-19T22:15:30.742Z | Compiling funty v2.0.0 |
2112 | 2023-12-19T22:15:30.742Z | Compiling deranged v0.3.8 |
2113 | 2023-12-19T22:15:30.742Z | Compiling base16ct v0.2.0 |
2114 | 2023-12-19T22:15:30.742Z | Compiling packed_struct v0.10.1 |
2115 | 2023-12-19T22:15:30.742Z | Compiling managed v0.8.0 |
2116 | 2023-12-19T22:15:30.743Z | Compiling regex-automata v0.1.10 |
2117 | 2023-12-19T22:15:30.743Z | Compiling num-bigint-dig v0.8.4 |
2118 | 2023-12-19T22:15:30.743Z | Compiling bit-vec v0.6.3 |
2119 | 2023-12-19T22:15:30.743Z | Compiling ipnet v2.8.0 |
2120 | 2023-12-19T22:15:30.743Z | Compiling matches v0.1.10 |
2121 | 2023-12-19T22:15:30.743Z | Compiling idna v0.2.3 |
2122 | 2023-12-19T22:15:30.913Z | Compiling time v0.3.27 |
2123 | 2023-12-19T22:15:31.002Z | Compiling bstr v0.2.17 |
2124 | 2023-12-19T22:15:32.517Z | Compiling bitvec v1.0.1 |
2125 | 2023-12-19T22:15:35.622Z | Compiling sec1 v0.7.3 |
2126 | 2023-12-19T22:15:36.635Z | Compiling r2d2 v0.8.10 |
2127 | 2023-12-19T22:15:37.198Z | Compiling group v0.13.0 |
2128 | 2023-12-19T22:15:38.840Z | Compiling inout v0.1.3 |
2129 | 2023-12-19T22:15:41.667Z | Compiling phf v0.11.2 |
2130 | 2023-12-19T22:15:42.109Z | Compiling regex v1.10.2 |
2131 | 2023-12-19T22:15:42.538Z | Compiling hyper-tls v0.5.0 |
2132 | 2023-12-19T22:15:43.064Z | Compiling hyper-rustls v0.24.2 |
2133 | 2023-12-19T22:15:43.793Z | Compiling clap v4.4.3 |
2134 | 2023-12-19T22:15:43.821Z | Compiling flate2 v1.0.28 |
2135 | 2023-12-19T22:15:43.950Z | Compiling ipnetwork v0.20.0 |
2136 | 2023-12-19T22:15:44.760Z | Compiling bzip2 v0.4.4 |
2137 | 2023-12-19T22:15:44.951Z | Compiling toml_edit v0.19.15 |
2138 | 2023-12-19T22:15:45.160Z | Compiling postgres-types v0.2.6 |
2139 | 2023-12-19T22:15:45.319Z | Compiling itertools v0.11.0 |
2140 | 2023-12-19T22:15:45.499Z | Compiling pin-project v1.1.3 |
2141 | 2023-12-19T22:15:45.939Z | Compiling hubpack v0.1.2 |
2142 | 2023-12-19T22:15:46.060Z | Compiling serde_urlencoded v0.7.1 |
2143 | 2023-12-19T22:15:46.626Z | Compiling phf_shared v0.10.0 |
2144 | 2023-12-19T22:15:46.858Z | Compiling hkdf v0.12.3 |
2145 | 2023-12-19T22:15:47.413Z | Compiling futures-executor v0.3.29 |
2146 | 2023-12-19T22:15:49.939Z | Compiling crypto-bigint v0.5.2 |
2147 | 2023-12-19T22:15:50.885Z | Compiling packed_struct_codegen v0.10.1 |
2148 | 2023-12-19T22:15:52.516Z | Compiling float-cmp v0.9.0 |
2149 | 2023-12-19T22:15:53.130Z | Compiling encoding_rs v0.8.33 |
2150 | 2023-12-19T22:15:55.071Z | Compiling whoami v1.4.1 |
2151 | 2023-12-19T22:15:55.882Z | Compiling difflib v0.4.0 |
2152 | 2023-12-19T22:15:57.046Z | Compiling fixedbitset v0.4.2 |
2153 | 2023-12-19T22:15:57.896Z | Compiling normalize-line-endings v0.3.0 |
2154 | 2023-12-19T22:15:58.062Z | Compiling unicode-width v0.1.11 |
2155 | 2023-12-19T22:15:58.293Z | Compiling crc-catalog v2.2.0 |
2156 | 2023-12-19T22:15:58.488Z | Compiling new_debug_unreachable v1.0.4 |
2157 | 2023-12-19T22:15:58.619Z | Compiling nodrop v0.1.14 |
2158 | 2023-12-19T22:15:58.801Z | Compiling precomputed-hash v0.1.1 |
2159 | 2023-12-19T22:15:58.915Z | Compiling regex-automata v0.3.8 |
2160 | 2023-12-19T22:15:58.941Z | Compiling predicates-core v1.0.6 |
2161 | 2023-12-19T22:15:59.308Z | Compiling mime v0.3.17 |
2162 | 2023-12-19T22:15:59.378Z | Compiling data-encoding v2.4.0 |
2163 | 2023-12-19T22:16:00.126Z | Compiling minimal-lexical v0.2.1 |
2164 | 2023-12-19T22:16:00.872Z | Compiling static_assertions v1.1.0 |
2165 | 2023-12-19T22:16:01.003Z | Compiling unicode-segmentation v1.10.1 |
2166 | 2023-12-19T22:16:02.275Z | Compiling webpki-roots v0.25.2 |
2167 | 2023-12-19T22:16:02.412Z | Compiling similar v2.3.0 |
2168 | 2023-12-19T22:16:02.507Z | Compiling reqwest v0.11.22 |
2169 | 2023-12-19T22:16:02.619Z | Compiling bstr v1.6.0 |
2170 | 2023-12-19T22:16:05.535Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2171 | 2023-12-19T22:16:05.804Z | Compiling nom v7.1.3 |
2172 | 2023-12-19T22:16:06.436Z | Compiling trust-dns-proto v0.22.0 |
2173 | 2023-12-19T22:16:09.181Z | Compiling predicates v3.0.4 |
2174 | 2023-12-19T22:16:12.040Z | Compiling string_cache v0.8.7 |
2175 | 2023-12-19T22:16:14.394Z | Compiling array-init v0.0.4 |
2176 | 2023-12-19T22:16:15.033Z | Compiling crc v3.0.1 |
2177 | 2023-12-19T22:16:16.165Z | Compiling console v0.15.7 |
2178 | 2023-12-19T22:16:16.496Z | Compiling petgraph v0.6.4 |
2179 | 2023-12-19T22:16:18.313Z | Compiling tokio-postgres v0.7.10 |
2180 | 2023-12-19T22:16:23.007Z | Compiling elliptic-curve v0.13.8 |
2181 | 2023-12-19T22:16:26.024Z | Compiling toml v0.7.8 |
2182 | 2023-12-19T22:16:27.459Z | Compiling futures v0.3.29 |
2183 | 2023-12-19T22:16:28.496Z | Compiling snafu v0.7.5 |
2184 | 2023-12-19T22:16:29.361Z | Compiling smallvec v0.6.14 |
2185 | 2023-12-19T22:16:29.733Z | Compiling zip v0.6.6 |
2186 | 2023-12-19T22:16:29.980Z | Compiling diesel v2.1.4 |
2187 | 2023-12-19T22:16:30.003Z | Compiling yasna v0.5.2 |
2188 | 2023-12-19T22:16:32.182Z | Compiling hashbrown v0.13.2 |
2189 | 2023-12-19T22:16:32.720Z | Compiling cipher v0.4.4 |
2190 | 2023-12-19T22:16:36.331Z | Compiling bit-set v0.5.3 |
2191 | 2023-12-19T22:16:37.175Z | Compiling usdt v0.3.5 |
2192 | 2023-12-19T22:16:37.183Z | Compiling is-terminal v0.4.9 |
2193 | 2023-12-19T22:16:37.328Z | Compiling toml_edit v0.21.0 |
2194 | 2023-12-19T22:16:38.631Z | Compiling itertools v0.10.5 |
2195 | 2023-12-19T22:16:40.500Z | Compiling pkcs1 v0.7.5 |
2196 | 2023-12-19T22:16:43.635Z | Compiling tokio-stream v0.1.14 |
2197 | 2023-12-19T22:16:44.800Z | Compiling openapiv3 v2.0.0 |
2198 | 2023-12-19T22:16:46.614Z | Compiling hex v0.4.3 |
2199 | 2023-12-19T22:16:49.130Z | Compiling signature v2.1.0 |
2200 | 2023-12-19T22:16:55.710Z | Compiling lalrpop-util v0.19.12 |
2201 | 2023-12-19T22:16:56.215Z | Compiling bitfield v0.14.0 |
2202 | 2023-12-19T22:16:57.471Z | Compiling termcolor v1.2.0 |
2203 | 2023-12-19T22:17:04.734Z | Compiling env_logger v0.10.0 |
2204 | 2023-12-19T22:17:06.294Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2205 | 2023-12-19T22:17:29.765Z | Compiling rsa v0.9.2 |
2206 | 2023-12-19T22:17:31.097Z | Compiling serde-hex v0.1.0 |
2207 | 2023-12-19T22:17:33.755Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2208 | 2023-12-19T22:17:38.789Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2209 | 2023-12-19T22:17:39.680Z | Compiling ron v0.8.1 |
2210 | 2023-12-19T22:17:39.690Z | Compiling x509-cert v0.2.4 |
2211 | 2023-12-19T22:17:53.320Z | Compiling crc-any v2.4.3 |
2212 | 2023-12-19T22:17:54.499Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2213 | 2023-12-19T22:18:13.780Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2214 | 2023-12-19T22:18:21.757Z | Compiling object v0.30.4 |
2215 | 2023-12-19T22:18:29.278Z | Compiling path-slash v0.1.5 |
2216 | 2023-12-19T22:18:36.372Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2217 | 2023-12-19T22:19:20.820Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2218 | 2023-12-19T22:19:21.970Z | Finished release [optimized] target(s) in 6m 01s |
2219 | 2023-12-19T22:19:22.062Z | |
2220 | 2023-12-19T22:19:22.477Z | real 6:01.715551590 |
2221 | 2023-12-19T22:19:22.478Z | user 41:46.676758939 |
2222 | 2023-12-19T22:19:22.478Z | sys 3:37.700154428 |
2223 | 2023-12-19T22:19:22.478Z | trap 1.682268488 |
2224 | 2023-12-19T22:19:22.478Z | tflt 0.895530598 |
2225 | 2023-12-19T22:19:22.478Z | dflt 0.397959495 |
2226 | 2023-12-19T22:19:22.478Z | kflt 0.006786986 |
2227 | 2023-12-19T22:19:22.478Z | lock 1:32:08.823342838 |
2228 | 2023-12-19T22:19:22.478Z | slp 1:57:29.121661280 |
2229 | 2023-12-19T22:19:22.478Z | lat 1:48.037640192 |
2230 | 2023-12-19T22:19:22.478Z | stop 1:24.417366625 |
2231 | 2023-12-19T22:19:22.478Z | + ptime -m gzip |
2232 | 2023-12-19T22:19:22.716Z | |
2233 | 2023-12-19T22:19:22.716Z | real 0.654745958 |
2234 | 2023-12-19T22:19:22.716Z | user 0.645652404 |
2235 | 2023-12-19T22:19:22.716Z | sys 0.008506659 |
2236 | 2023-12-19T22:19:22.716Z | trap 0.000066099 |
2237 | 2023-12-19T22:19:22.717Z | tflt 0.000000000 |
2238 | 2023-12-19T22:19:22.717Z | dflt 0.000000000 |
2239 | 2023-12-19T22:19:22.720Z | kflt 0.000000000 |
2240 | 2023-12-19T22:19:22.720Z | lock 0.000000000 |
2241 | 2023-12-19T22:19:22.720Z | slp 0.000000000 |
2242 | 2023-12-19T22:19:22.720Z | lat 0.000182422 |
2243 | 2023-12-19T22:19:22.720Z | stop 0.000232105 |
2244 | 2023-12-19T22:19:22.720Z | + banner tufaceous |
2245 | 2023-12-19T22:19:22.720Z | |
2246 | 2023-12-19T22:19:22.720Z | ##### # # ###### ## #### ###### #### # # #### |
2247 | 2023-12-19T22:19:22.720Z | # # # # # # # # # # # # # # |
2248 | 2023-12-19T22:19:22.720Z | # # # ##### # # # ##### # # # # #### |
2249 | 2023-12-19T22:19:22.720Z | # # # # ###### # # # # # # # |
2250 | 2023-12-19T22:19:22.721Z | # # # # # # # # # # # # # # # |
2251 | 2023-12-19T22:19:22.721Z | # #### # # # #### ###### #### #### #### |
2252 | 2023-12-19T22:19:22.721Z | |
2253 | 2023-12-19T22:19:22.721Z | + ptime -m cargo build --locked -p tufaceous --release |
2254 | 2023-12-19T22:19:23.827Z | Downloading crates ... |
2255 | 2023-12-19T22:19:23.835Z | Downloaded humantime v2.1.0 |
2256 | 2023-12-19T22:19:23.835Z | Downloaded serde_plain v1.0.2 |
2257 | 2023-12-19T22:19:23.835Z | Downloaded bytesize v1.3.0 |
2258 | 2023-12-19T22:19:23.835Z | Downloaded async-recursion v1.0.5 |
2259 | 2023-12-19T22:19:23.835Z | Downloaded globset v0.4.13 |
2260 | 2023-12-19T22:19:23.835Z | Downloaded fs-err v2.11.0 |
2261 | 2023-12-19T22:19:23.836Z | Downloaded olpc-cjson v0.1.3 |
2262 | 2023-12-19T22:19:23.836Z | Downloaded buf-list v1.0.3 |
2263 | 2023-12-19T22:19:23.836Z | Downloaded typed-path v0.7.0 |
2264 | 2023-12-19T22:19:23.836Z | Downloaded tough v0.16.0 |
2265 | 2023-12-19T22:19:23.969Z | Compiling serde_tokenstream v0.2.0 |
2266 | 2023-12-19T22:19:23.992Z | Compiling regress v0.7.1 |
2267 | 2023-12-19T22:19:24.011Z | Compiling dirs-sys-next v0.1.2 |
2268 | 2023-12-19T22:19:24.023Z | Compiling ident_case v1.0.1 |
2269 | 2023-12-19T22:19:24.030Z | Compiling thread_local v1.1.7 |
2270 | 2023-12-19T22:19:24.034Z | Compiling heck v0.4.1 |
2271 | 2023-12-19T22:19:24.080Z | Compiling camino v1.1.6 |
2272 | 2023-12-19T22:19:24.222Z | Compiling dirs-next v2.0.0 |
2273 | 2023-12-19T22:19:24.572Z | Compiling darling_core v0.20.3 |
2274 | 2023-12-19T22:19:24.724Z | Compiling slog-async v2.8.0 |
2275 | 2023-12-19T22:19:24.872Z | Compiling term v0.7.0 |
2276 | 2023-12-19T22:19:25.277Z | Compiling crossbeam-channel v0.5.8 |
2277 | 2023-12-19T22:19:25.451Z | Compiling getopts v0.2.21 |
2278 | 2023-12-19T22:19:25.744Z | Compiling structmeta-derive v0.2.0 |
2279 | 2023-12-19T22:19:25.974Z | Compiling atty v0.2.14 |
2280 | 2023-12-19T22:19:26.175Z | Compiling multer v2.1.0 |
2281 | 2023-12-19T22:19:26.592Z | Compiling take_mut v0.2.2 |
2282 | 2023-12-19T22:19:26.793Z | Compiling match_cfg v0.1.0 |
2283 | 2023-12-19T22:19:26.808Z | Compiling unsafe-libyaml v0.2.9 |
2284 | 2023-12-19T22:19:26.919Z | Compiling paste v1.0.14 |
2285 | 2023-12-19T22:19:27.668Z | Compiling hostname v0.3.1 |
2286 | 2023-12-19T22:19:28.142Z | Compiling slog-term v2.9.0 |
2287 | 2023-12-19T22:19:29.639Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2288 | 2023-12-19T22:19:31.743Z | Compiling structmeta v0.2.0 |
2289 | 2023-12-19T22:19:32.335Z | Compiling serde_yaml v0.9.25 |
2290 | 2023-12-19T22:19:33.299Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2291 | 2023-12-19T22:19:33.325Z | Compiling slog-json v2.6.1 |
2292 | 2023-12-19T22:19:33.357Z | Compiling darling_macro v0.20.3 |
2293 | 2023-12-19T22:19:34.066Z | Compiling async-stream-impl v0.3.5 |
2294 | 2023-12-19T22:19:34.758Z | Compiling darling v0.20.3 |
2295 | 2023-12-19T22:19:34.906Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2296 | 2023-12-19T22:19:35.379Z | Compiling regex-syntax v0.7.5 |
2297 | 2023-12-19T22:19:35.778Z | Compiling fastrand v2.0.0 |
2298 | 2023-12-19T22:19:35.997Z | Compiling atomic-waker v1.1.1 |
2299 | 2023-12-19T22:19:36.273Z | Compiling waitgroup v0.1.2 |
2300 | 2023-12-19T22:19:36.614Z | Compiling tempfile v3.8.1 |
2301 | 2023-12-19T22:19:36.617Z | Compiling async-stream v0.3.5 |
2302 | 2023-12-19T22:19:36.908Z | Compiling serde_with_macros v3.4.0 |
2303 | 2023-12-19T22:19:37.071Z | Compiling slog-bunyan v2.4.0 |
2304 | 2023-12-19T22:19:39.843Z | Compiling toml v0.8.8 |
2305 | 2023-12-19T22:19:40.297Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2306 | 2023-12-19T22:19:40.722Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2307 | 2023-12-19T22:19:42.122Z | Compiling sha1 v0.10.6 |
2308 | 2023-12-19T22:19:42.396Z | Compiling serde_path_to_error v0.1.14 |
2309 | 2023-12-19T22:19:43.112Z | Compiling fs-err v2.11.0 |
2310 | 2023-12-19T22:19:43.534Z | Compiling instant v0.1.12 |
2311 | 2023-12-19T22:19:43.568Z | Compiling arc-swap v1.6.0 |
2312 | 2023-12-19T22:19:43.646Z | Compiling debug-ignore v1.0.5 |
2313 | 2023-12-19T22:19:43.783Z | Compiling buf-list v1.0.3 |
2314 | 2023-12-19T22:19:43.842Z | Compiling same-file v1.0.6 |
2315 | 2023-12-19T22:19:44.064Z | Compiling walkdir v2.4.0 |
2316 | 2023-12-19T22:19:54.039Z | Compiling slog-scope v4.4.0 |
2317 | 2023-12-19T22:19:54.189Z | Compiling backoff v0.4.0 |
2318 | 2023-12-19T22:19:54.189Z | Compiling serde_with v3.4.0 |
2319 | 2023-12-19T22:19:54.189Z | Compiling parse-display-derive v0.8.2 |
2320 | 2023-12-19T22:19:54.190Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2321 | 2023-12-19T22:19:54.190Z | Compiling globset v0.4.13 |
2322 | 2023-12-19T22:19:54.190Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2323 | 2023-12-19T22:19:54.191Z | Compiling strum v0.25.0 |
2324 | 2023-12-19T22:19:54.191Z | Compiling olpc-cjson v0.1.3 |
2325 | 2023-12-19T22:19:54.274Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2326 | 2023-12-19T22:19:54.275Z | Compiling pem v3.0.2 |
2327 | 2023-12-19T22:19:54.275Z | Compiling serde_plain v1.0.2 |
2328 | 2023-12-19T22:19:54.305Z | Compiling macaddr v1.0.1 |
2329 | 2023-12-19T22:19:54.306Z | Compiling async-recursion v1.0.5 |
2330 | 2023-12-19T22:19:54.306Z | Compiling xattr v1.0.1 |
2331 | 2023-12-19T22:19:54.306Z | Compiling filetime v0.2.23 |
2332 | 2023-12-19T22:19:54.306Z | Compiling parse-display v0.8.2 |
2333 | 2023-12-19T22:19:54.306Z | Compiling typed-path v0.7.0 |
2334 | 2023-12-19T22:19:54.306Z | Compiling tar v0.4.40 |
2335 | 2023-12-19T22:19:54.307Z | Compiling slog-stdlog v4.1.1 |
2336 | 2023-12-19T22:19:54.741Z | Compiling camino-tempfile v1.1.1 |
2337 | 2023-12-19T22:19:55.170Z | Compiling itertools v0.12.0 |
2338 | 2023-12-19T22:19:55.558Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2339 | 2023-12-19T22:19:55.742Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2340 | 2023-12-19T22:20:01.021Z | Compiling tough v0.16.0 |
2341 | 2023-12-19T22:20:01.637Z | Compiling bytesize v1.3.0 |
2342 | 2023-12-19T22:20:01.696Z | Compiling slog-envlogger v2.2.0 |
2343 | 2023-12-19T22:20:02.608Z | Compiling humantime v2.1.0 |
2344 | 2023-12-19T22:20:06.626Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2345 | 2023-12-19T22:20:30.976Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2346 | 2023-12-19T22:20:31.269Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2347 | 2023-12-19T22:20:41.498Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2348 | 2023-12-19T22:20:43.776Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2349 | 2023-12-19T22:21:12.904Z | Finished release [optimized] target(s) in 1m 50s |
2350 | 2023-12-19T22:21:12.991Z | |
2351 | 2023-12-19T22:21:12.995Z | real 1:50.249683605 |
2352 | 2023-12-19T22:21:12.995Z | user 11:40.986199673 |
2353 | 2023-12-19T22:21:12.996Z | sys 44.961381850 |
2354 | 2023-12-19T22:21:12.996Z | trap 0.426938738 |
2355 | 2023-12-19T22:21:12.996Z | tflt 0.383601951 |
2356 | 2023-12-19T22:21:12.996Z | dflt 0.836650357 |
2357 | 2023-12-19T22:21:12.996Z | kflt 0.000048776 |
2358 | 2023-12-19T22:21:12.996Z | lock 21:34.438849085 |
2359 | 2023-12-19T22:21:12.996Z | slp 23:29.052435085 |
2360 | 2023-12-19T22:21:12.996Z | lat 22.448321626 |
2361 | 2023-12-19T22:21:12.996Z | stop 11.037020219 |
2362 | 2023-12-19T22:21:12.996Z | + ptime -m gzip |
2363 | 2023-12-19T22:21:15.334Z | |
2364 | 2023-12-19T22:21:15.337Z | real 2.336162395 |
2365 | 2023-12-19T22:21:15.337Z | user 2.316589195 |
2366 | 2023-12-19T22:21:15.337Z | sys 0.018760715 |
2367 | 2023-12-19T22:21:15.337Z | trap 0.000232403 |
2368 | 2023-12-19T22:21:15.337Z | tflt 0.000000000 |
2369 | 2023-12-19T22:21:15.337Z | dflt 0.000000000 |
2370 | 2023-12-19T22:21:15.338Z | kflt 0.000000000 |
2371 | 2023-12-19T22:21:15.338Z | lock 0.000000000 |
2372 | 2023-12-19T22:21:15.338Z | slp 0.000000000 |
2373 | 2023-12-19T22:21:15.338Z | lat 0.000242505 |
2374 | 2023-12-19T22:21:15.338Z | stop 0.000231166 |
2375 | 2023-12-19T22:21:15.338Z | process exited: duration 1152093 ms, exit code 0 |
|
2376 | 2023-12-19T22:21:15.346Z | found 5 output files |
2377 | 2023-12-19T22:21:15.346Z | uploading: /work/end-to-end-tests/bootstrap-8db5a4cac1990b57.gz (6420384 bytes) |
2378 | 2023-12-19T22:21:18.297Z | uploaded: /work/end-to-end-tests/bootstrap-8db5a4cac1990b57.gz |
2379 | 2023-12-19T22:21:18.297Z | uploading: /work/end-to-end-tests/bootstrap.gz (97792253 bytes) |
2380 | 2023-12-19T22:22:07.955Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2381 | 2023-12-19T22:22:07.955Z | uploading: /work/end-to-end-tests/end_to_end_tests-e4a60fbd4bd87582.gz (101229882 bytes) |
2382 | 2023-12-19T22:22:39.480Z | uploaded: /work/end-to-end-tests/end_to_end_tests-e4a60fbd4bd87582.gz |
2383 | 2023-12-19T22:22:39.480Z | uploading: /work/caboose-util.gz (4089924 bytes) |
2384 | 2023-12-19T22:22:41.183Z | uploaded: /work/caboose-util.gz |
2385 | 2023-12-19T22:22:41.183Z | uploading: /work/tufaceous.gz (14967379 bytes) |
2386 | 2023-12-19T22:22:46.409Z | uploaded: /work/tufaceous.gz |