|
|
|
1 | 2023-12-14T23:39:16.690Z | job assigned to worker 01HHNB36H7JF1A0Q47ZPC55F3M (queued for 1 m 25 s) |
|
2 | 2023-12-14T23:39:17.325Z | starting task 0: "setup" |
3 | 2023-12-14T23:39:17.383Z | ++ uname -s |
4 | 2023-12-14T23:39:17.387Z | + kern=SunOS |
5 | 2023-12-14T23:39:17.387Z | + case "$kern" in |
6 | 2023-12-14T23:39:17.387Z | + groupadd -g 12345 build |
7 | 2023-12-14T23:39:17.390Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-14T23:39:19.401Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-14T23:39:19.504Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-14T23:39:19.519Z | + home_fs=zfs |
11 | 2023-12-14T23:39:19.519Z | + [[ zfs == autofs ]] |
12 | 2023-12-14T23:39:19.519Z | + mkdir -p /home/build |
13 | 2023-12-14T23:39:19.519Z | + chown build:build /home/build /work |
14 | 2023-12-14T23:39:21.916Z | + chmod 0700 /home/build /work |
15 | 2023-12-14T23:39:21.919Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2023-12-14T23:39:21.926Z | starting task 1: "rust-toolchain" |
17 | 2023-12-14T23:39:21.935Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-14T23:39:21.939Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-14T23:39:22.104Z | info: downloading installer |
20 | 2023-12-14T23:39:24.225Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-14T23:39:24.225Z | warning: /opt/ooce/bin |
22 | 2023-12-14T23:39:24.225Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-14T23:39:24.225Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-14T23:39:24.225Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-14T23:39:24.226Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-14T23:39:24.226Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-14T23:39:24.226Z | error: cannot install while Rust is installed |
28 | 2023-12-14T23:39:24.226Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-14T23:39:24.310Z | info: profile set to 'default' |
30 | 2023-12-14T23:39:24.310Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-14T23:39:24.319Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-14T23:39:24.500Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-14T23:39:24.501Z | info: downloading component 'cargo' |
34 | 2023-12-14T23:39:25.261Z | info: downloading component 'clippy' |
35 | 2023-12-14T23:39:25.581Z | info: downloading component 'rust-docs' |
36 | 2023-12-14T23:39:26.504Z | info: downloading component 'rust-std' |
37 | 2023-12-14T23:39:28.237Z | info: downloading component 'rustc' |
38 | 2023-12-14T23:39:32.450Z | info: downloading component 'rustfmt' |
39 | 2023-12-14T23:39:32.706Z | info: installing component 'cargo' |
40 | 2023-12-14T23:39:34.729Z | info: installing component 'clippy' |
41 | 2023-12-14T23:39:35.631Z | info: installing component 'rust-docs' |
42 | 2023-12-14T23:39:38.374Z | info: installing component 'rust-std' |
43 | 2023-12-14T23:39:49.642Z | info: installing component 'rustc' |
44 | 2023-12-14T23:39:52.191Z | info: installing component 'rustfmt' |
45 | 2023-12-14T23:39:52.761Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-14T23:39:52.762Z | |
47 | 2023-12-14T23:39:52.947Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-14T23:39:52.947Z | |
49 | 2023-12-14T23:39:52.973Z | |
50 | 2023-12-14T23:39:52.974Z | Rust is installed now. Great! |
51 | 2023-12-14T23:39:52.974Z | |
52 | 2023-12-14T23:39:52.974Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-14T23:39:52.974Z | environment variable. This has not been done automatically. |
54 | 2023-12-14T23:39:52.974Z | |
55 | 2023-12-14T23:39:52.974Z | To configure your current shell, run: |
56 | 2023-12-14T23:39:52.974Z | source "$HOME/.cargo/env" |
57 | 2023-12-14T23:39:53.040Z | + rustc --version |
58 | 2023-12-14T23:39:53.129Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-14T23:39:53.142Z | process exited: duration 31206 ms, exit code 0 |
|
60 | 2023-12-14T23:39:53.204Z | starting task 2: "authentication" |
61 | 2023-12-14T23:39:53.257Z | process exited: duration 54 ms, exit code 0 |
|
62 | 2023-12-14T23:39:53.717Z | starting task 3: "clone repository" |
63 | 2023-12-14T23:39:53.731Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-14T23:39:53.737Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-14T23:39:53.801Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-14T23:40:00.913Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-14T23:40:00.913Z | + [[ -n dendrite-integration ]] |
68 | 2023-12-14T23:40:00.919Z | + git fetch origin dendrite-integration |
69 | 2023-12-14T23:40:01.259Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-14T23:40:01.260Z | * branch dendrite-integration -> FETCH_HEAD |
71 | 2023-12-14T23:40:01.264Z | + git checkout -B dendrite-integration remotes/origin/dendrite-integration |
72 | 2023-12-14T23:40:01.370Z | Switched to a new branch 'dendrite-integration' |
73 | 2023-12-14T23:40:01.385Z | branch 'dendrite-integration' set up to track 'origin/dendrite-integration'. |
74 | 2023-12-14T23:40:01.385Z | + git reset --hard 7b71f6cef97dfc52124703cc95e1d5b5e05245b9 |
75 | 2023-12-14T23:40:01.389Z | HEAD is now at 7b71f6ce Update with latest version |
76 | 2023-12-14T23:40:01.389Z | process exited: duration 7669 ms, exit code 0 |
|
77 | 2023-12-14T23:40:01.399Z | starting task 4: "build" |
78 | 2023-12-14T23:40:01.404Z | + cargo --version |
79 | 2023-12-14T23:40:01.412Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-14T23:40:04.816Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-14T23:40:04.990Z | info: downloading component 'cargo' |
82 | 2023-12-14T23:40:05.057Z | info: downloading component 'clippy' |
83 | 2023-12-14T23:40:05.057Z | info: downloading component 'rust-docs' |
84 | 2023-12-14T23:40:05.057Z | info: downloading component 'rust-std' |
85 | 2023-12-14T23:40:05.464Z | info: downloading component 'rustc' |
86 | 2023-12-14T23:40:09.722Z | info: downloading component 'rustfmt' |
87 | 2023-12-14T23:40:09.966Z | info: installing component 'cargo' |
88 | 2023-12-14T23:40:11.267Z | info: installing component 'clippy' |
89 | 2023-12-14T23:40:11.734Z | info: installing component 'rust-docs' |
90 | 2023-12-14T23:40:14.633Z | info: installing component 'rust-std' |
91 | 2023-12-14T23:40:17.215Z | info: installing component 'rustc' |
92 | 2023-12-14T23:40:23.423Z | info: installing component 'rustfmt' |
93 | 2023-12-14T23:40:23.972Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-14T23:40:23.976Z | + rustc --version |
95 | 2023-12-14T23:40:24.097Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-14T23:40:24.104Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-14T23:40:34.054Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-14T23:40:35.322Z | Startup: Caching catalogs ... Done |
99 | 2023-12-14T23:40:44.890Z | Planning: Solver setup ... Done (6.815s) |
100 | 2023-12-14T23:40:44.891Z | Planning: Running solver ... Done (0.157s) |
101 | 2023-12-14T23:40:44.891Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-14T23:40:44.891Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-14T23:40:44.891Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-14T23:40:44.891Z | Planning: Package planning ... Done (0.093s) |
105 | 2023-12-14T23:40:44.891Z | Planning: Merging actions ... Done (0.085s) |
106 | 2023-12-14T23:40:44.892Z | Planning: Checking for conflicting actions ... Done (0.696s) |
107 | 2023-12-14T23:40:44.892Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2023-12-14T23:40:48.354Z | Planning: Evaluating mediators ... Done (3.809s) |
109 | 2023-12-14T23:40:48.466Z | Planning: Planning completed in 13.08 seconds |
110 | 2023-12-14T23:40:48.488Z | Packages to install: 4 |
111 | 2023-12-14T23:40:48.488Z | Packages to update: 2 |
112 | 2023-12-14T23:40:48.488Z | Mediators to change: 2 |
113 | 2023-12-14T23:40:48.488Z | Services to change: 1 |
114 | 2023-12-14T23:40:48.491Z | Estimated space available: 148.88 GB |
115 | 2023-12-14T23:40:48.491Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-14T23:40:48.492Z | Create boot environment: No |
117 | 2023-12-14T23:40:48.492Z | Create backup boot environment: Yes |
118 | 2023-12-14T23:40:48.492Z | Rebuild boot archive: No |
119 | 2023-12-14T23:40:48.492Z | |
120 | 2023-12-14T23:40:48.492Z | Changed mediators: |
121 | 2023-12-14T23:40:48.492Z | mediator clang: |
122 | 2023-12-14T23:40:48.492Z | version: None -> 15 (system default) |
123 | 2023-12-14T23:40:48.492Z | |
124 | 2023-12-14T23:40:48.492Z | mediator llvm: |
125 | 2023-12-14T23:40:48.492Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-14T23:40:48.493Z | |
127 | 2023-12-14T23:40:48.493Z | Changed packages: |
128 | 2023-12-14T23:40:48.493Z | helios-dev |
129 | 2023-12-14T23:40:48.493Z | developer/build-essential |
130 | 2023-12-14T23:40:48.493Z | None -> 11-2.0 |
131 | 2023-12-14T23:40:48.493Z | library/libxmlsec1 |
132 | 2023-12-14T23:40:48.493Z | None -> 1.2.35-2.0 |
133 | 2023-12-14T23:40:48.493Z | ooce/developer/clang-15 |
134 | 2023-12-14T23:40:48.493Z | None -> 15.0.7-2.0 |
135 | 2023-12-14T23:40:48.493Z | ooce/developer/llvm-15 |
136 | 2023-12-14T23:40:48.493Z | None -> 15.0.7-2.0 |
137 | 2023-12-14T23:40:48.493Z | system/library/g++-runtime |
138 | 2023-12-14T23:40:48.493Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-14T23:40:48.493Z | system/library/gcc-runtime |
140 | 2023-12-14T23:40:48.493Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-14T23:40:48.493Z | |
142 | 2023-12-14T23:40:48.493Z | Services: |
143 | 2023-12-14T23:40:48.493Z | restart_fmri: |
144 | 2023-12-14T23:40:48.494Z | svc:/system/update-man-index:default |
145 | 2023-12-14T23:40:48.728Z | |
146 | 2023-12-14T23:40:48.728Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-14T23:40:53.730Z | Download: 714/3330 items 18.2/221.1MB 8% complete (3.6M/s) |
148 | 2023-12-14T23:40:58.733Z | Download: 1347/3330 items 116.7/221.1MB 52% complete (11.7M/s) |
149 | 2023-12-14T23:41:05.065Z | Download: 2224/3330 items 119.2/221.1MB 53% complete (11.1M/s) |
150 | 2023-12-14T23:41:10.066Z | Download: 2747/3330 items 120.6/221.1MB 54% complete (323k/s) |
151 | 2023-12-14T23:41:15.448Z | Download: 3284/3330 items 211.6/221.1MB 95% complete (9.5M/s) |
152 | 2023-12-14T23:41:19.062Z | Download: Completed 221.11 MB in 30.24 seconds (7.3M/s) |
153 | 2023-12-14T23:41:24.221Z | Actions: 1/3766 actions (Removing old actions) |
154 | 2023-12-14T23:41:24.221Z | Actions: 5/3766 actions (Installing new actions) |
155 | 2023-12-14T23:41:26.439Z | Actions: 2640/3766 actions (Installing new actions) |
156 | 2023-12-14T23:41:29.415Z | Actions: 3729/3766 actions (Updating modified actions) |
157 | 2023-12-14T23:41:29.996Z | Actions: Completed 3766 actions in 8.91 seconds. |
158 | 2023-12-14T23:41:30.214Z | Done (0.210s) |
159 | 2023-12-14T23:41:30.219Z | Done (0.000s) |
160 | 2023-12-14T23:41:30.489Z | Done (0.275s) |
161 | 2023-12-14T23:41:38.098Z | Done (7.485s) |
162 | 2023-12-14T23:41:38.397Z | Done (0.184s) |
163 | 2023-12-14T23:41:38.414Z | Done (0.000s) |
164 | 2023-12-14T23:41:38.623Z | Done (0.000s) |
165 | 2023-12-14T23:41:39.387Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-12-14T23:41:39.618Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-12-14T23:41:39.624Z | Planning: Consolidating action changes ... Done |
168 | 2023-12-14T23:41:40.097Z | Planning: Evaluating mediators ... Done |
169 | 2023-12-14T23:41:40.101Z | Planning: Planning completed in 0.72 seconds |
170 | 2023-12-14T23:41:40.120Z | Mediators to change: 2 |
171 | 2023-12-14T23:41:40.124Z | Create boot environment: No |
172 | 2023-12-14T23:41:40.124Z | Create backup boot environment: No |
173 | 2023-12-14T23:41:40.230Z | Done |
174 | 2023-12-14T23:41:40.230Z | Done |
175 | 2023-12-14T23:41:40.405Z | Done |
176 | 2023-12-14T23:41:46.114Z | Done |
177 | 2023-12-14T23:41:46.235Z | Done |
178 | 2023-12-14T23:41:46.245Z | Done |
179 | 2023-12-14T23:41:46.332Z | Done |
180 | 2023-12-14T23:41:47.368Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-12-14T23:41:47.376Z | Planning: Merging actions ... Done |
182 | 2023-12-14T23:41:47.706Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-12-14T23:41:47.714Z | Planning: Consolidating action changes ... Done |
184 | 2023-12-14T23:41:48.128Z | Planning: Evaluating mediators ... Done |
185 | 2023-12-14T23:41:48.230Z | Planning: Planning completed in 1.31 seconds |
186 | 2023-12-14T23:41:48.295Z | Packages to change: 1 |
187 | 2023-12-14T23:41:48.295Z | Mediators to change: 1 |
188 | 2023-12-14T23:41:48.295Z | Services to change: 1 |
189 | 2023-12-14T23:41:48.295Z | Create boot environment: No |
190 | 2023-12-14T23:41:48.303Z | Create backup boot environment: Yes |
191 | 2023-12-14T23:41:50.366Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-12-14T23:41:50.376Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-12-14T23:41:50.376Z | Done |
194 | 2023-12-14T23:41:50.376Z | Done |
195 | 2023-12-14T23:41:50.421Z | Done |
196 | 2023-12-14T23:41:56.169Z | Done |
197 | 2023-12-14T23:41:56.304Z | Done |
198 | 2023-12-14T23:41:56.313Z | Done |
199 | 2023-12-14T23:41:56.380Z | Done |
200 | 2023-12-14T23:41:57.049Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-12-14T23:41:57.049Z | clang system 15 system |
202 | 2023-12-14T23:41:57.049Z | csh system system illumos |
203 | 2023-12-14T23:41:57.050Z | ctags system system illumos |
204 | 2023-12-14T23:41:57.050Z | gcc vendor 12 vendor |
205 | 2023-12-14T23:41:57.050Z | gcc system 10 system |
206 | 2023-12-14T23:41:57.050Z | gcc system 7 system |
207 | 2023-12-14T23:41:57.050Z | go system 1.20 system |
208 | 2023-12-14T23:41:57.050Z | go system 1.19 system |
209 | 2023-12-14T23:41:57.050Z | llvm system 15 system |
210 | 2023-12-14T23:41:57.050Z | llvm system 14 system |
211 | 2023-12-14T23:41:57.050Z | mariadb system 10.6 system |
212 | 2023-12-14T23:41:57.050Z | mta vendor vendor dma |
213 | 2023-12-14T23:41:57.050Z | openjdk system 17 system |
214 | 2023-12-14T23:41:57.050Z | openjdk system 11 system |
215 | 2023-12-14T23:41:57.050Z | openjdk system 1.8 system |
216 | 2023-12-14T23:41:57.051Z | openssl vendor 3 vendor |
217 | 2023-12-14T23:41:57.051Z | perl system 5.36 system |
218 | 2023-12-14T23:41:57.051Z | postgresql system 15 system |
219 | 2023-12-14T23:41:57.051Z | postgresql system 13 system |
220 | 2023-12-14T23:41:57.051Z | python vendor 3 vendor |
221 | 2023-12-14T23:41:57.051Z | python system 2 system |
222 | 2023-12-14T23:41:57.051Z | python3 system 3.11 system |
223 | 2023-12-14T23:41:57.051Z | ruby system 3.0 system |
224 | 2023-12-14T23:41:57.051Z | words vendor vendor american-english |
225 | 2023-12-14T23:41:57.051Z | words system system australian-english |
226 | 2023-12-14T23:41:57.051Z | words system system british-english |
227 | 2023-12-14T23:41:57.051Z | words system system canadian-english |
228 | 2023-12-14T23:41:57.051Z | words system system french |
229 | 2023-12-14T23:41:57.051Z | words system system italian |
230 | 2023-12-14T23:41:57.052Z | words system system ngerman |
231 | 2023-12-14T23:41:57.052Z | words system system ogerman |
232 | 2023-12-14T23:41:57.052Z | words system system spanish |
233 | 2023-12-14T23:41:57.583Z | FMRI IFO |
234 | 2023-12-14T23:41:57.583Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-12-14T23:41:57.583Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-12-14T23:41:57.584Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-12-14T23:41:57.584Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-12-14T23:41:57.584Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-12-14T23:41:57.584Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-12-14T23:41:57.585Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
241 | 2023-12-14T23:41:57.585Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
242 | 2023-12-14T23:41:57.657Z | + set -o errexit |
243 | 2023-12-14T23:41:57.661Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2023-12-14T23:41:57.662Z | ++ cd ./tools |
245 | 2023-12-14T23:41:57.662Z | ++ pwd |
246 | 2023-12-14T23:41:57.666Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2023-12-14T23:41:57.666Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2023-12-14T23:41:57.666Z | + ARG0=ci_download_cockroachdb |
249 | 2023-12-14T23:41:57.666Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2023-12-14T23:41:57.672Z | + CIDL_VERSION=v22.1.9 |
251 | 2023-12-14T23:41:57.673Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2023-12-14T23:41:57.673Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2023-12-14T23:41:57.673Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2023-12-14T23:41:57.673Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-12-14T23:41:57.673Z | + TARGET_DIR=out |
256 | 2023-12-14T23:41:57.673Z | + DOWNLOAD_DIR=out/downloads |
257 | 2023-12-14T23:41:57.673Z | + DEST_DIR=./out/cockroachdb |
258 | 2023-12-14T23:41:57.673Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2023-12-14T23:41:57.674Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2023-12-14T23:41:57.674Z | + main |
261 | 2023-12-14T23:41:57.676Z | + [[ 0 != 0 ]] |
262 | 2023-12-14T23:41:57.676Z | + CIDL_OS=solaris2.11 |
263 | 2023-12-14T23:41:57.676Z | + [[ 0 != 0 ]] |
264 | 2023-12-14T23:41:57.676Z | + configure_os solaris2.11 |
265 | 2023-12-14T23:41:57.676Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2023-12-14T23:41:57.676Z | current directory: /work/oxidecomputer/omicron |
267 | 2023-12-14T23:41:57.676Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2023-12-14T23:41:57.676Z | + case "$1" in |
269 | 2023-12-14T23:41:57.676Z | configuring based on OS: "solaris2.11" |
270 | 2023-12-14T23:41:57.676Z | + CIDL_BUILD=illumos |
271 | 2023-12-14T23:41:57.676Z | + CIDL_SUFFIX=tar.gz |
272 | 2023-12-14T23:41:57.677Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-12-14T23:41:57.677Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2023-12-14T23:41:57.677Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2023-12-14T23:41:57.677Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2023-12-14T23:41:57.677Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2023-12-14T23:41:57.677Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-14T23:41:57.677Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-14T23:41:57.678Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2023-12-14T23:41:57.678Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-14T23:41:57.678Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-12-14T23:41:57.678Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-14T23:41:57.678Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-14T23:41:57.678Z | + mkdir -p out/downloads |
285 | 2023-12-14T23:41:57.678Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-14T23:41:57.683Z | + mkdir -p ./out/cockroachdb |
287 | 2023-12-14T23:41:57.683Z | + local DO_DOWNLOAD=true |
288 | 2023-12-14T23:41:57.683Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2023-12-14T23:41:57.683Z | + '[' true == true ']' |
290 | 2023-12-14T23:41:57.684Z | + echo Downloading... |
291 | 2023-12-14T23:41:57.684Z | Downloading... |
292 | 2023-12-14T23:41:57.684Z | + 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-14T23:41:57.684Z | + 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-14T23:42:04.802Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-14T23:42:04.802Z | ++ md5sum |
296 | 2023-12-14T23:42:04.802Z | ++ awk '{print $1}' |
297 | 2023-12-14T23:42:04.803Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-12-14T23:42:04.803Z | + [[ 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-14T23:42:04.803Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-14T23:42:04.803Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2023-12-14T23:42:06.591Z | + do_assemble_illumos |
302 | 2023-12-14T23:42:06.592Z | + rm -r ./out/cockroachdb |
303 | 2023-12-14T23:42:06.627Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2023-12-14T23:42:07.174Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2023-12-14T23:42:07.396Z | Build Tag: v22.1.9-dirty |
306 | 2023-12-14T23:42:07.396Z | Build Time: 2022/10/26 21:17:46 |
307 | 2023-12-14T23:42:07.396Z | Distribution: OSS |
308 | 2023-12-14T23:42:07.396Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2023-12-14T23:42:07.396Z | Go Version: go1.17.13 |
310 | 2023-12-14T23:42:07.396Z | C Compiler: gcc 10.3.0 |
311 | 2023-12-14T23:42:07.396Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2023-12-14T23:42:07.396Z | Build Type: release |
313 | 2023-12-14T23:42:07.412Z | + set -o errexit |
314 | 2023-12-14T23:42:07.421Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2023-12-14T23:42:07.421Z | ++ cd ./tools |
316 | 2023-12-14T23:42:07.421Z | ++ pwd |
317 | 2023-12-14T23:42:07.422Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2023-12-14T23:42:07.422Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2023-12-14T23:42:07.422Z | + ARG0=ci_download_clickhouse |
320 | 2023-12-14T23:42:07.422Z | + TARGET_DIR=out |
321 | 2023-12-14T23:42:07.422Z | + DOWNLOAD_DIR=out/downloads |
322 | 2023-12-14T23:42:07.422Z | + DEST_DIR=./out/clickhouse |
323 | 2023-12-14T23:42:07.422Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2023-12-14T23:42:07.422Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2023-12-14T23:42:07.423Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2023-12-14T23:42:07.423Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2023-12-14T23:42:07.423Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2023-12-14T23:42:07.423Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2023-12-14T23:42:07.435Z | + main |
330 | 2023-12-14T23:42:07.435Z | + [[ 0 != 0 ]] |
331 | 2023-12-14T23:42:07.435Z | + CIDL_OS=solaris2.11 |
332 | 2023-12-14T23:42:07.438Z | + [[ 0 != 0 ]] |
333 | 2023-12-14T23:42:07.438Z | + configure_os solaris2.11 |
334 | 2023-12-14T23:42:07.438Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2023-12-14T23:42:07.438Z | current directory: /work/oxidecomputer/omicron |
336 | 2023-12-14T23:42:07.438Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2023-12-14T23:42:07.438Z | + CIDL_DASHREV= |
338 | 2023-12-14T23:42:07.438Z | configuring based on OS: "solaris2.11" |
339 | 2023-12-14T23:42:07.438Z | + case "$1" in |
340 | 2023-12-14T23:42:07.439Z | + CIDL_PLATFORM=illumos |
341 | 2023-12-14T23:42:07.439Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-12-14T23:42:07.439Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2023-12-14T23:42:07.439Z | + CIDL_DASHREV=-1 |
344 | 2023-12-14T23:42:07.439Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2023-12-14T23:42:07.439Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-14T23:42:07.439Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-14T23:42:07.439Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-14T23:42:07.439Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-12-14T23:42:07.439Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-14T23:42:07.439Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-14T23:42:07.439Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-12-14T23:42:07.439Z | + mkdir -p out/downloads |
353 | 2023-12-14T23:42:07.439Z | + mkdir -p ./out/clickhouse |
354 | 2023-12-14T23:42:07.439Z | + local DO_DOWNLOAD=true |
355 | 2023-12-14T23:42:07.439Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2023-12-14T23:42:07.439Z | + '[' true == true ']' |
357 | 2023-12-14T23:42:07.440Z | + echo Downloading... |
358 | 2023-12-14T23:42:07.440Z | Downloading... |
359 | 2023-12-14T23:42:07.440Z | + 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-14T23:42:07.440Z | + 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-14T23:42:09.090Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-14T23:42:09.096Z | ++ md5sum |
363 | 2023-12-14T23:42:09.096Z | ++ awk '{print $1}' |
364 | 2023-12-14T23:42:12.974Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2023-12-14T23:42:12.975Z | + [[ 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-14T23:42:12.975Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2023-12-14T23:42:13.372Z | + mkdir -p ./out/clickhouse |
368 | 2023-12-14T23:42:13.372Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2023-12-14T23:42:14.366Z | + ./out/clickhouse/clickhouse server --version |
370 | 2023-12-14T23:42:14.427Z | ClickHouse server version 22.8.9.1. |
371 | 2023-12-14T23:42:14.427Z | + set -o errexit |
372 | 2023-12-14T23:42:14.427Z | +++ dirname ./tools/ci_download_console |
373 | 2023-12-14T23:42:14.427Z | ++ cd ./tools |
374 | 2023-12-14T23:42:14.428Z | ++ pwd |
375 | 2023-12-14T23:42:14.428Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2023-12-14T23:42:14.428Z | ++ basename ./tools/ci_download_console |
377 | 2023-12-14T23:42:14.428Z | + ARG0=ci_download_console |
378 | 2023-12-14T23:42:14.428Z | + TARGET_DIR=out |
379 | 2023-12-14T23:42:14.428Z | + DOWNLOAD_DIR=out/downloads |
380 | 2023-12-14T23:42:14.428Z | + DEST_DIR=./out/console-assets |
381 | 2023-12-14T23:42:14.428Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2023-12-14T23:42:14.428Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
383 | 2023-12-14T23:42:14.428Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
384 | 2023-12-14T23:42:14.429Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
385 | 2023-12-14T23:42:14.429Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2023-12-14T23:42:14.429Z | + main |
387 | 2023-12-14T23:42:14.429Z | + [[ 0 != 0 ]] |
388 | 2023-12-14T23:42:14.429Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
389 | 2023-12-14T23:42:14.430Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
390 | 2023-12-14T23:42:14.430Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2023-12-14T23:42:14.430Z | Local file: out/downloads/console.tar.gz |
392 | 2023-12-14T23:42:14.430Z | + local DO_DOWNLOAD=true |
393 | 2023-12-14T23:42:14.430Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2023-12-14T23:42:14.430Z | + mkdir -p out/downloads |
395 | 2023-12-14T23:42:14.431Z | + '[' true == true ']' |
396 | 2023-12-14T23:42:14.431Z | + echo Downloading... |
397 | 2023-12-14T23:42:14.431Z | Downloading... |
398 | 2023-12-14T23:42:14.431Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
399 | 2023-12-14T23:42:14.431Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
400 | 2023-12-14T23:42:17.483Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2023-12-14T23:42:17.742Z | ++ case "$OSTYPE" in |
402 | 2023-12-14T23:42:17.742Z | ++ SHA=sha256sum |
403 | 2023-12-14T23:42:17.742Z | ++ sha256sum |
404 | 2023-12-14T23:42:17.742Z | ++ awk '{print $1}' |
405 | 2023-12-14T23:42:17.742Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
406 | 2023-12-14T23:42:17.742Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
407 | 2023-12-14T23:42:17.742Z | + rm -rf ./out/console-assets |
408 | 2023-12-14T23:42:17.742Z | + mkdir -p ./out/console-assets |
409 | 2023-12-14T23:42:17.742Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2023-12-14T23:42:17.742Z | + mkdir -p ./out/console-assets |
411 | 2023-12-14T23:42:17.742Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2023-12-14T23:42:17.743Z | + set -o errexit |
413 | 2023-12-14T23:42:17.743Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2023-12-14T23:42:17.743Z | ++ cd ./tools |
415 | 2023-12-14T23:42:17.743Z | ++ pwd |
416 | 2023-12-14T23:42:17.743Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2023-12-14T23:42:17.743Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2023-12-14T23:42:17.743Z | + ARG0=ci_download_maghemite_openapi |
419 | 2023-12-14T23:42:17.743Z | + TARGET_DIR=out |
420 | 2023-12-14T23:42:17.743Z | + DOWNLOAD_DIR=out/downloads |
421 | 2023-12-14T23:42:17.743Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2023-12-14T23:42:17.743Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
423 | 2023-12-14T23:42:17.743Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-12-14T23:42:17.743Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
425 | 2023-12-14T23:42:17.744Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
426 | 2023-12-14T23:42:17.744Z | + main |
427 | 2023-12-14T23:42:17.744Z | + [[ 0 != 0 ]] |
428 | 2023-12-14T23:42:17.744Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
429 | 2023-12-14T23:42:17.744Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
430 | 2023-12-14T23:42:17.744Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
431 | 2023-12-14T23:42:17.744Z | + local DO_DOWNLOAD=true |
432 | 2023-12-14T23:42:17.744Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
433 | 2023-12-14T23:42:17.744Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
434 | 2023-12-14T23:42:17.744Z | + mkdir -p out/downloads |
435 | 2023-12-14T23:42:17.744Z | + '[' true == true ']' |
436 | 2023-12-14T23:42:17.744Z | + echo Downloading... |
437 | 2023-12-14T23:42:17.744Z | Downloading... |
438 | 2023-12-14T23:42:17.744Z | + 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-14T23:42:17.744Z | + 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-14T23:42:17.869Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
441 | 2023-12-14T23:42:17.869Z | ++ case "$OSTYPE" in |
442 | 2023-12-14T23:42:17.880Z | ++ SHA=sha256sum |
443 | 2023-12-14T23:42:17.880Z | ++ sha256sum |
444 | 2023-12-14T23:42:17.880Z | ++ awk '{print $1}' |
445 | 2023-12-14T23:42:17.880Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
446 | 2023-12-14T23:42:17.880Z | + [[ 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-14T23:42:17.880Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2023-12-14T23:42:17.880Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
449 | 2023-12-14T23:42:17.880Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
450 | 2023-12-14T23:42:17.881Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
451 | 2023-12-14T23:42:17.881Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-14T23:42:17.881Z | + main |
453 | 2023-12-14T23:42:17.881Z | + [[ 0 != 0 ]] |
454 | 2023-12-14T23:42:17.881Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
455 | 2023-12-14T23:42:17.881Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
456 | 2023-12-14T23:42:17.881Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
457 | 2023-12-14T23:42:17.881Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2023-12-14T23:42:17.881Z | + local DO_DOWNLOAD=true |
459 | 2023-12-14T23:42:17.881Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
460 | 2023-12-14T23:42:17.881Z | + mkdir -p out/downloads |
461 | 2023-12-14T23:42:17.881Z | + '[' true == true ']' |
462 | 2023-12-14T23:42:17.881Z | + echo Downloading... |
463 | 2023-12-14T23:42:17.881Z | Downloading... |
464 | 2023-12-14T23:42:17.882Z | + 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-14T23:42:17.882Z | + 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-14T23:42:18.169Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-14T23:42:19.169Z | ++ case "$OSTYPE" in |
468 | 2023-12-14T23:42:19.169Z | ++ SHA=sha256sum |
469 | 2023-12-14T23:42:19.169Z | ++ sha256sum |
470 | 2023-12-14T23:42:19.169Z | ++ awk '{print $1}' |
471 | 2023-12-14T23:42:19.169Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
472 | 2023-12-14T23:42:19.170Z | + [[ 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-14T23:42:19.170Z | + set -o errexit |
474 | 2023-12-14T23:42:19.170Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2023-12-14T23:42:19.170Z | ++ cd ./tools |
476 | 2023-12-14T23:42:19.170Z | ++ pwd |
477 | 2023-12-14T23:42:19.171Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-12-14T23:42:19.171Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2023-12-14T23:42:19.171Z | + ARG0=ci_download_dendrite_openapi |
480 | 2023-12-14T23:42:19.172Z | + TARGET_DIR=out |
481 | 2023-12-14T23:42:19.172Z | + DOWNLOAD_DIR=out/downloads |
482 | 2023-12-14T23:42:19.172Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2023-12-14T23:42:19.172Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
484 | 2023-12-14T23:42:19.172Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
485 | 2023-12-14T23:42:19.172Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
486 | 2023-12-14T23:42:19.172Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
487 | 2023-12-14T23:42:19.173Z | + main |
488 | 2023-12-14T23:42:19.173Z | + [[ 0 != 0 ]] |
489 | 2023-12-14T23:42:19.175Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
490 | 2023-12-14T23:42:19.175Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
491 | 2023-12-14T23:42:19.175Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
492 | 2023-12-14T23:42:19.175Z | + local DO_DOWNLOAD=true |
493 | 2023-12-14T23:42:19.176Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
494 | 2023-12-14T23:42:19.176Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
495 | 2023-12-14T23:42:19.176Z | + mkdir -p out/downloads |
496 | 2023-12-14T23:42:19.176Z | + '[' true == true ']' |
497 | 2023-12-14T23:42:19.176Z | + echo Downloading... |
498 | 2023-12-14T23:42:19.176Z | Downloading... |
499 | 2023-12-14T23:42:19.176Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
500 | 2023-12-14T23:42:19.177Z | + 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-14T23:42:19.203Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
502 | 2023-12-14T23:42:19.204Z | ++ case "$OSTYPE" in |
503 | 2023-12-14T23:42:19.205Z | ++ SHA=sha256sum |
504 | 2023-12-14T23:42:19.205Z | ++ sha256sum |
505 | 2023-12-14T23:42:19.205Z | ++ awk '{print $1}' |
506 | 2023-12-14T23:42:19.210Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
507 | 2023-12-14T23:42:19.211Z | + [[ 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-14T23:42:19.211Z | + set -o errexit |
509 | 2023-12-14T23:42:19.212Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2023-12-14T23:42:19.213Z | ++ cd ./tools |
511 | 2023-12-14T23:42:19.213Z | ++ pwd |
512 | 2023-12-14T23:42:19.214Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2023-12-14T23:42:19.214Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2023-12-14T23:42:19.214Z | + ARG0=ci_download_dendrite_stub |
515 | 2023-12-14T23:42:19.214Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2023-12-14T23:42:19.214Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
517 | 2023-12-14T23:42:19.215Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
518 | 2023-12-14T23:42:19.215Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
519 | 2023-12-14T23:42:19.215Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2023-12-14T23:42:19.216Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
521 | 2023-12-14T23:42:19.217Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
522 | 2023-12-14T23:42:19.217Z | + TARGET_DIR=out |
523 | 2023-12-14T23:42:19.218Z | + DOWNLOAD_DIR=out/downloads |
524 | 2023-12-14T23:42:19.218Z | + DEST_DIR=./out/dendrite-stub |
525 | 2023-12-14T23:42:19.218Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2023-12-14T23:42:19.218Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2023-12-14T23:42:19.218Z | + REPO=oxidecomputer/dendrite |
528 | 2023-12-14T23:42:19.218Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
529 | 2023-12-14T23:42:19.218Z | + main |
530 | 2023-12-14T23:42:19.220Z | + [[ 0 != 0 ]] |
531 | 2023-12-14T23:42:19.220Z | + CIDL_OS=solaris2.11 |
532 | 2023-12-14T23:42:19.220Z | + [[ 0 != 0 ]] |
533 | 2023-12-14T23:42:19.220Z | + configure_os solaris2.11 |
534 | 2023-12-14T23:42:19.220Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2023-12-14T23:42:19.220Z | current directory: /work/oxidecomputer/omicron |
536 | 2023-12-14T23:42:19.220Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2023-12-14T23:42:19.220Z | configuring based on OS: "solaris2.11" |
538 | 2023-12-14T23:42:19.220Z | + case "$1" in |
539 | 2023-12-14T23:42:19.220Z | + SET_BINARIES= |
540 | 2023-12-14T23:42:19.220Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
541 | 2023-12-14T23:42:19.220Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2023-12-14T23:42:19.221Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2023-12-14T23:42:19.221Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
544 | 2023-12-14T23:42:19.221Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2023-12-14T23:42:19.221Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
546 | 2023-12-14T23:42:19.221Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
547 | 2023-12-14T23:42:19.221Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2023-12-14T23:42:19.221Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
549 | 2023-12-14T23:42:19.221Z | + mkdir -p out/downloads |
550 | 2023-12-14T23:42:19.221Z | + mkdir -p ./out/dendrite-stub |
551 | 2023-12-14T23:42:19.221Z | + fetch_and_verify |
552 | 2023-12-14T23:42:19.221Z | + local DO_DOWNLOAD=true |
553 | 2023-12-14T23:42:19.221Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2023-12-14T23:42:19.222Z | + '[' true == true ']' |
555 | 2023-12-14T23:42:19.222Z | + echo Downloading... |
556 | 2023-12-14T23:42:19.222Z | Downloading... |
557 | 2023-12-14T23:42:19.222Z | + 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-14T23:42:19.222Z | + 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-14T23:42:30.862Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-14T23:42:31.287Z | ++ sha256sum |
561 | 2023-12-14T23:42:31.287Z | ++ awk '{print $1}' |
562 | 2023-12-14T23:42:31.297Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
563 | 2023-12-14T23:42:31.298Z | + [[ 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-14T23:42:31.298Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-14T23:42:31.298Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2023-12-14T23:42:32.081Z | + do_assemble |
567 | 2023-12-14T23:42:32.081Z | + rm -r ./out/dendrite-stub |
568 | 2023-12-14T23:42:32.087Z | + mkdir ./out/dendrite-stub |
569 | 2023-12-14T23:42:32.087Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2023-12-14T23:42:32.635Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2023-12-14T23:42:32.647Z | + set -o errexit |
572 | 2023-12-14T23:42:32.647Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2023-12-14T23:42:32.647Z | ++ cd ./tools |
574 | 2023-12-14T23:42:32.647Z | ++ pwd |
575 | 2023-12-14T23:42:32.647Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2023-12-14T23:42:32.647Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2023-12-14T23:42:32.647Z | + ARG0=ci_download_maghemite_mgd |
578 | 2023-12-14T23:42:32.648Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2023-12-14T23:42:32.648Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
580 | 2023-12-14T23:42:32.648Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
581 | 2023-12-14T23:42:32.648Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2023-12-14T23:42:32.648Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
583 | 2023-12-14T23:42:32.648Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
584 | 2023-12-14T23:42:32.648Z | + TARGET_DIR=out |
585 | 2023-12-14T23:42:32.648Z | + DOWNLOAD_DIR=out/downloads |
586 | 2023-12-14T23:42:32.649Z | + DEST_DIR=./out/mgd |
587 | 2023-12-14T23:42:32.649Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2023-12-14T23:42:32.649Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2023-12-14T23:42:32.649Z | + REPO=oxidecomputer/maghemite |
590 | 2023-12-14T23:42:32.649Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
591 | 2023-12-14T23:42:32.649Z | + main |
592 | 2023-12-14T23:42:32.650Z | + [[ 0 != 0 ]] |
593 | 2023-12-14T23:42:32.650Z | + CIDL_OS=solaris2.11 |
594 | 2023-12-14T23:42:32.650Z | + [[ 0 != 0 ]] |
595 | 2023-12-14T23:42:32.650Z | + configure_os solaris2.11 |
596 | 2023-12-14T23:42:32.650Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2023-12-14T23:42:32.650Z | current directory: /work/oxidecomputer/omicron |
598 | 2023-12-14T23:42:32.650Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2023-12-14T23:42:32.651Z | + case "$1" in |
600 | 2023-12-14T23:42:32.651Z | + SET_BINARIES= |
601 | 2023-12-14T23:42:32.651Z | configuring based on OS: "solaris2.11" |
602 | 2023-12-14T23:42:32.651Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2023-12-14T23:42:32.651Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2023-12-14T23:42:32.651Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
605 | 2023-12-14T23:42:32.651Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2023-12-14T23:42:32.652Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
607 | 2023-12-14T23:42:32.653Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
608 | 2023-12-14T23:42:32.653Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2023-12-14T23:42:32.653Z | Local file: out/downloads/mgd.tar.gz |
610 | 2023-12-14T23:42:32.653Z | + mkdir -p out/downloads |
611 | 2023-12-14T23:42:32.653Z | + mkdir -p ./out/mgd |
612 | 2023-12-14T23:42:32.653Z | + fetch_and_verify |
613 | 2023-12-14T23:42:32.654Z | + local DO_DOWNLOAD=true |
614 | 2023-12-14T23:42:32.654Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2023-12-14T23:42:32.654Z | + '[' true == true ']' |
616 | 2023-12-14T23:42:32.654Z | + echo Downloading... |
617 | 2023-12-14T23:42:32.654Z | Downloading... |
618 | 2023-12-14T23:42:32.654Z | + 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-14T23:42:32.654Z | + 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-14T23:42:41.402Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2023-12-14T23:42:41.407Z | ++ sha256sum |
622 | 2023-12-14T23:42:41.407Z | ++ awk '{print $1}' |
623 | 2023-12-14T23:42:41.481Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
624 | 2023-12-14T23:42:41.481Z | + [[ 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-14T23:42:41.488Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2023-12-14T23:42:41.488Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2023-12-14T23:42:42.146Z | + do_assemble |
628 | 2023-12-14T23:42:42.146Z | + rm -r ./out/mgd |
629 | 2023-12-14T23:42:42.159Z | + mkdir ./out/mgd |
630 | 2023-12-14T23:42:42.159Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2023-12-14T23:42:42.378Z | + set -o errexit |
632 | 2023-12-14T23:42:42.385Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2023-12-14T23:42:42.385Z | ++ cd ./tools |
634 | 2023-12-14T23:42:42.385Z | ++ pwd |
635 | 2023-12-14T23:42:42.385Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2023-12-14T23:42:42.385Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2023-12-14T23:42:42.385Z | + ARG0=ci_download_transceiver_control |
638 | 2023-12-14T23:42:42.385Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2023-12-14T23:42:42.385Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-12-14T23:42:42.386Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-12-14T23:42:42.386Z | + TARGET_DIR=out |
642 | 2023-12-14T23:42:42.386Z | + DOWNLOAD_DIR=out/downloads |
643 | 2023-12-14T23:42:42.386Z | + DEST_DIR=./out/transceiver-control |
644 | 2023-12-14T23:42:42.386Z | + BIN_DIR=/opt/oxide/bin |
645 | 2023-12-14T23:42:42.386Z | + BINARY=xcvradm |
646 | 2023-12-14T23:42:42.386Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2023-12-14T23:42:42.386Z | + REPO=oxidecomputer/transceiver-control |
648 | 2023-12-14T23:42:42.386Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-12-14T23:42:42.386Z | + main |
650 | 2023-12-14T23:42:42.386Z | + [[ 0 != 0 ]] |
651 | 2023-12-14T23:42:42.386Z | + CIDL_OS=solaris2.11 |
652 | 2023-12-14T23:42:42.386Z | + [[ 0 != 0 ]] |
653 | 2023-12-14T23:42:42.386Z | + configure_os solaris2.11 |
654 | 2023-12-14T23:42:42.386Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2023-12-14T23:42:42.388Z | current directory: /work/oxidecomputer/omicron |
656 | 2023-12-14T23:42:42.388Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-12-14T23:42:42.388Z | configuring based on OS: "solaris2.11" |
658 | 2023-12-14T23:42:42.388Z | + case "$1" in |
659 | 2023-12-14T23:42:42.388Z | + SET_BINARIES= |
660 | 2023-12-14T23:42:42.388Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-12-14T23:42:42.389Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2023-12-14T23:42:42.389Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2023-12-14T23:42:42.389Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2023-12-14T23:42:42.389Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2023-12-14T23:42:42.389Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2023-12-14T23:42:42.389Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2023-12-14T23:42:42.389Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
668 | 2023-12-14T23:42:42.389Z | Local file: out/downloads/xcvradm.gz |
669 | 2023-12-14T23:42:42.389Z | + mkdir -p out/downloads |
670 | 2023-12-14T23:42:42.389Z | + mkdir -p ./out/transceiver-control |
671 | 2023-12-14T23:42:42.389Z | + fetch_and_verify |
672 | 2023-12-14T23:42:42.389Z | + local DO_DOWNLOAD=true |
673 | 2023-12-14T23:42:42.390Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2023-12-14T23:42:42.390Z | + '[' true == true ']' |
675 | 2023-12-14T23:42:42.390Z | + echo Downloading... |
676 | 2023-12-14T23:42:42.390Z | Downloading... |
677 | 2023-12-14T23:42:42.390Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2023-12-14T23:42:42.390Z | + 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-14T23:42:44.483Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2023-12-14T23:42:44.552Z | ++ sha256sum |
681 | 2023-12-14T23:42:44.552Z | ++ awk '{print $1}' |
682 | 2023-12-14T23:42:44.552Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2023-12-14T23:42:44.552Z | + [[ 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-14T23:42:44.553Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2023-12-14T23:42:44.553Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2023-12-14T23:42:44.553Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2023-12-14T23:42:44.624Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2023-12-14T23:42:44.637Z | + do_assemble |
689 | 2023-12-14T23:42:44.638Z | + rm -r ./out/transceiver-control |
690 | 2023-12-14T23:42:44.638Z | + mkdir ./out/transceiver-control |
691 | 2023-12-14T23:42:44.638Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2023-12-14T23:42:44.868Z | All prerequisites installed successfully |
693 | 2023-12-14T23:42:44.873Z | |
694 | 2023-12-14T23:42:44.874Z | real 2:20.763716898 |
695 | 2023-12-14T23:42:44.874Z | user 56.103033550 |
696 | 2023-12-14T23:42:44.874Z | sys 10.554732604 |
697 | 2023-12-14T23:42:44.874Z | trap 0.022260080 |
698 | 2023-12-14T23:42:44.874Z | tflt 0.126371970 |
699 | 2023-12-14T23:42:44.874Z | dflt 0.623579615 |
700 | 2023-12-14T23:42:44.874Z | kflt 0.145981547 |
701 | 2023-12-14T23:42:44.874Z | lock 1.641499175 |
702 | 2023-12-14T23:42:44.874Z | slp 4:30.082450265 |
703 | 2023-12-14T23:42:44.874Z | lat 3.529444189 |
704 | 2023-12-14T23:42:44.875Z | stop 0.070898752 |
705 | 2023-12-14T23:42:44.875Z | + banner end-to-end-tests |
706 | 2023-12-14T23:42:44.952Z | |
707 | 2023-12-14T23:42:44.952Z | ###### # # ##### ##### #### ###### # # ##### |
708 | 2023-12-14T23:42:44.953Z | # ## # # # # # # # ## # # # |
709 | 2023-12-14T23:42:44.953Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
710 | 2023-12-14T23:42:44.954Z | # # # # # # # # # # # # # # # |
711 | 2023-12-14T23:42:44.955Z | # # ## # # # # # # # ## # # |
712 | 2023-12-14T23:42:44.955Z | ###### # # ##### # #### ###### # # ##### |
713 | 2023-12-14T23:42:44.955Z | |
714 | 2023-12-14T23:42:44.960Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2023-12-14T23:42:44.960Z | + CARGO_PROFILE_DEV_DEBUG=1 |
716 | 2023-12-14T23:42:44.960Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2023-12-14T23:42:44.960Z | + CARGO_PROFILE_TEST_DEBUG=1 |
718 | 2023-12-14T23:42:44.961Z | + export CARGO_INCREMENTAL=0 |
719 | 2023-12-14T23:42:44.961Z | + CARGO_INCREMENTAL=0 |
720 | 2023-12-14T23:42:44.961Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
721 | 2023-12-14T23:42:45.295Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2023-12-14T23:42:45.667Z | Updating crates.io index |
723 | 2023-12-14T23:42:45.729Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2023-12-14T23:42:46.553Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2023-12-14T23:42:48.443Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2023-12-14T23:42:49.473Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2023-12-14T23:42:49.482Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2023-12-14T23:42:49.657Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2023-12-14T23:42:49.938Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2023-12-14T23:42:50.817Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2023-12-14T23:42:53.005Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2023-12-14T23:42:54.484Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2023-12-14T23:42:54.829Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-12-14T23:42:55.404Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-12-14T23:42:55.720Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2023-12-14T23:42:56.136Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2023-12-14T23:42:56.569Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2023-12-14T23:42:56.884Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2023-12-14T23:42:57.420Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2023-12-14T23:42:58.047Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2023-12-14T23:42:58.465Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2023-12-14T23:42:58.870Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2023-12-14T23:43:00.149Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2023-12-14T23:43:00.613Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-12-14T23:43:01.593Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-12-14T23:43:02.021Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-12-14T23:43:02.351Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-12-14T23:43:03.972Z | Downloading crates ... |
749 | 2023-12-14T23:43:04.225Z | Downloaded backtrace v0.3.69 |
750 | 2023-12-14T23:43:04.242Z | Downloaded num-iter v0.1.43 |
751 | 2023-12-14T23:43:04.254Z | Downloaded bzip2 v0.4.4 |
752 | 2023-12-14T23:43:04.267Z | Downloaded ciborium-ll v0.2.1 |
753 | 2023-12-14T23:43:04.268Z | Downloaded defmt v0.3.5 |
754 | 2023-12-14T23:43:04.285Z | Downloaded byteorder v1.5.0 |
755 | 2023-12-14T23:43:04.285Z | Downloaded camino-tempfile v1.1.1 |
756 | 2023-12-14T23:43:04.285Z | Downloaded bit-set v0.5.3 |
757 | 2023-12-14T23:43:04.303Z | Downloaded autocfg v1.1.0 |
758 | 2023-12-14T23:43:04.304Z | Downloaded base64 v0.21.5 |
759 | 2023-12-14T23:43:04.304Z | Downloaded async-stream-impl v0.3.5 |
760 | 2023-12-14T23:43:04.305Z | Downloaded dirs-sys-next v0.1.2 |
761 | 2023-12-14T23:43:04.325Z | Downloaded new_debug_unreachable v1.0.4 |
762 | 2023-12-14T23:43:04.325Z | Downloaded polyval v0.6.1 |
763 | 2023-12-14T23:43:04.325Z | Downloaded num-integer v0.1.45 |
764 | 2023-12-14T23:43:04.325Z | Downloaded colorchoice v1.0.0 |
765 | 2023-12-14T23:43:04.325Z | Downloaded mime v0.3.17 |
766 | 2023-12-14T23:43:04.343Z | Downloaded dirs v5.0.1 |
767 | 2023-12-14T23:43:04.343Z | Downloaded option-ext v0.2.0 |
768 | 2023-12-14T23:43:04.343Z | Downloaded cbc v0.1.2 |
769 | 2023-12-14T23:43:04.343Z | Downloaded defmt-parser v0.3.3 |
770 | 2023-12-14T23:43:04.343Z | Downloaded matches v0.1.10 |
771 | 2023-12-14T23:43:04.343Z | Downloaded cobs v0.2.3 |
772 | 2023-12-14T23:43:04.355Z | Downloaded data-encoding v2.4.0 |
773 | 2023-12-14T23:43:04.355Z | Downloaded md-5 v0.10.5 |
774 | 2023-12-14T23:43:04.355Z | Downloaded adler v1.0.2 |
775 | 2023-12-14T23:43:04.356Z | Downloaded phf_shared v0.11.2 |
776 | 2023-12-14T23:43:04.356Z | Downloaded foreign-types-macros v0.2.3 |
777 | 2023-12-14T23:43:04.356Z | Downloaded num_cpus v1.16.0 |
778 | 2023-12-14T23:43:04.378Z | Downloaded parse-display v0.8.2 |
779 | 2023-12-14T23:43:04.378Z | Downloaded phf_shared v0.10.0 |
780 | 2023-12-14T23:43:04.378Z | Downloaded convert_case v0.4.0 |
781 | 2023-12-14T23:43:04.379Z | Downloaded anstyle-parse v0.2.1 |
782 | 2023-12-14T23:43:04.385Z | Downloaded dtrace-parser v0.1.14 |
783 | 2023-12-14T23:43:04.385Z | Downloaded pem v3.0.2 |
784 | 2023-12-14T23:43:04.385Z | Downloaded pbkdf2 v0.12.2 |
785 | 2023-12-14T23:43:04.385Z | Downloaded defmt-macros v0.3.6 |
786 | 2023-12-14T23:43:04.385Z | Downloaded predicates v3.0.4 |
787 | 2023-12-14T23:43:04.390Z | Downloaded proc-macro-crate v1.3.1 |
788 | 2023-12-14T23:43:04.395Z | Downloaded embedded-io v0.4.0 |
789 | 2023-12-14T23:43:04.405Z | Downloaded poly1305 v0.8.0 |
790 | 2023-12-14T23:43:04.405Z | Downloaded pbkdf2 v0.11.0 |
791 | 2023-12-14T23:43:04.420Z | Downloaded crossbeam-epoch v0.9.15 |
792 | 2023-12-14T23:43:04.420Z | Downloaded version_check v0.9.4 |
793 | 2023-12-14T23:43:04.830Z | Downloaded rand_chacha v0.3.1 |
794 | 2023-12-14T23:43:04.830Z | Downloaded futures-core v0.3.29 |
795 | 2023-12-14T23:43:04.831Z | Downloaded unicode-xid v0.2.4 |
796 | 2023-12-14T23:43:04.831Z | Downloaded pest_derive v2.7.2 |
797 | 2023-12-14T23:43:04.837Z | Downloaded once_cell v1.19.0 |
798 | 2023-12-14T23:43:04.837Z | Downloaded parking_lot_core v0.9.8 |
799 | 2023-12-14T23:43:04.837Z | Downloaded argon2 v0.5.2 |
800 | 2023-12-14T23:43:04.837Z | Downloaded hubpack_derive v0.1.1 |
801 | 2023-12-14T23:43:04.837Z | Downloaded log v0.4.20 |
802 | 2023-12-14T23:43:04.837Z | Downloaded structmeta-derive v0.2.0 |
803 | 2023-12-14T23:43:04.837Z | Downloaded derive_more v0.99.17 |
804 | 2023-12-14T23:43:04.837Z | Downloaded unicode-bidi v0.3.13 |
805 | 2023-12-14T23:43:04.837Z | Downloaded foreign-types-shared v0.3.1 |
806 | 2023-12-14T23:43:04.837Z | Downloaded tinyvec_macros v0.1.1 |
807 | 2023-12-14T23:43:04.837Z | Downloaded toml v0.7.8 |
808 | 2023-12-14T23:43:04.837Z | Downloaded thread-id v4.2.0 |
809 | 2023-12-14T23:43:04.838Z | Downloaded darling_core v0.20.3 |
810 | 2023-12-14T23:43:04.839Z | Downloaded time-core v0.1.1 |
811 | 2023-12-14T23:43:04.839Z | Downloaded thiserror-impl v1.0.49 |
812 | 2023-12-14T23:43:04.839Z | Downloaded zerocopy v0.6.4 |
813 | 2023-12-14T23:43:04.839Z | Downloaded try-lock v0.2.4 |
814 | 2023-12-14T23:43:04.839Z | Downloaded tokio-native-tls v0.3.1 |
815 | 2023-12-14T23:43:04.839Z | Downloaded russh-cryptovec v0.7.0 |
816 | 2023-12-14T23:43:04.839Z | Downloaded equivalent v1.0.1 |
817 | 2023-12-14T23:43:04.839Z | Downloaded slog-async v2.8.0 |
818 | 2023-12-14T23:43:04.839Z | Downloaded zone v0.3.0 |
819 | 2023-12-14T23:43:04.839Z | Downloaded sha1 v0.10.6 |
820 | 2023-12-14T23:43:04.839Z | Downloaded futures-task v0.3.29 |
821 | 2023-12-14T23:43:04.839Z | Downloaded elliptic-curve v0.13.8 |
822 | 2023-12-14T23:43:04.839Z | Downloaded heck v0.3.3 |
823 | 2023-12-14T23:43:04.840Z | Downloaded hash32 v0.2.1 |
824 | 2023-12-14T23:43:04.840Z | Downloaded headers-core v0.2.0 |
825 | 2023-12-14T23:43:04.840Z | Downloaded slog-envlogger v2.2.0 |
826 | 2023-12-14T23:43:04.840Z | Downloaded same-file v1.0.6 |
827 | 2023-12-14T23:43:04.840Z | Downloaded string_cache v0.8.7 |
828 | 2023-12-14T23:43:04.840Z | Downloaded tracing-core v0.1.31 |
829 | 2023-12-14T23:43:04.840Z | Downloaded foreign-types v0.3.2 |
830 | 2023-12-14T23:43:04.840Z | Downloaded doc-comment v0.3.3 |
831 | 2023-12-14T23:43:04.840Z | Downloaded ucd-trie v0.1.6 |
832 | 2023-12-14T23:43:04.840Z | Downloaded tower-service v0.3.2 |
833 | 2023-12-14T23:43:04.840Z | Downloaded static_assertions v1.1.0 |
834 | 2023-12-14T23:43:04.840Z | Downloaded iana-time-zone v0.1.57 |
835 | 2023-12-14T23:43:04.841Z | Downloaded rustls-native-certs v0.6.3 |
836 | 2023-12-14T23:43:04.841Z | Downloaded lock_api v0.4.10 |
837 | 2023-12-14T23:43:04.841Z | Downloaded waitgroup v0.1.2 |
838 | 2023-12-14T23:43:04.841Z | Downloaded fastrand v2.0.0 |
839 | 2023-12-14T23:43:04.841Z | Downloaded mio v0.8.9 |
840 | 2023-12-14T23:43:04.841Z | Downloaded endian-type v0.1.2 |
841 | 2023-12-14T23:43:04.841Z | Downloaded serde_repr v0.1.16 |
842 | 2023-12-14T23:43:04.841Z | Downloaded semver v0.11.0 |
843 | 2023-12-14T23:43:04.841Z | Downloaded rcgen v0.11.3 |
844 | 2023-12-14T23:43:04.841Z | Downloaded spin v0.5.2 |
845 | 2023-12-14T23:43:04.841Z | Downloaded instant v0.1.12 |
846 | 2023-12-14T23:43:04.841Z | Downloaded strsim v0.10.0 |
847 | 2023-12-14T23:43:04.842Z | Downloaded rustls-pemfile v1.0.3 |
848 | 2023-12-14T23:43:04.842Z | Downloaded thread_local v1.1.7 |
849 | 2023-12-14T23:43:04.842Z | Downloaded serde_spanned v0.6.4 |
850 | 2023-12-14T23:43:04.842Z | Downloaded dof v0.1.5 |
851 | 2023-12-14T23:43:04.842Z | Downloaded semver-parser v0.10.2 |
852 | 2023-12-14T23:43:04.842Z | Downloaded utf8parse v0.2.1 |
853 | 2023-12-14T23:43:04.842Z | Downloaded trust-dns-client v0.22.0 |
854 | 2023-12-14T23:43:04.842Z | Downloaded serde_urlencoded v0.7.1 |
855 | 2023-12-14T23:43:04.842Z | Downloaded snafu-derive v0.7.5 |
856 | 2023-12-14T23:43:04.842Z | Downloaded usdt-impl v0.3.5 |
857 | 2023-12-14T23:43:04.842Z | Downloaded fnv v1.0.7 |
858 | 2023-12-14T23:43:04.843Z | Downloaded schemars v0.8.13 |
859 | 2023-12-14T23:43:04.843Z | Downloaded toolchain_find v0.2.0 |
860 | 2023-12-14T23:43:04.843Z | Downloaded stable_deref_trait v1.2.0 |
861 | 2023-12-14T23:43:04.843Z | Downloaded slab v0.4.9 |
862 | 2023-12-14T23:43:04.843Z | Downloaded inout v0.1.3 |
863 | 2023-12-14T23:43:04.843Z | Downloaded spin v0.9.8 |
864 | 2023-12-14T23:43:04.843Z | Downloaded sct v0.7.0 |
865 | 2023-12-14T23:43:04.843Z | Downloaded secrecy v0.8.0 |
866 | 2023-12-14T23:43:04.843Z | Downloaded rustfmt-wrapper v0.2.0 |
867 | 2023-12-14T23:43:04.844Z | Downloaded foreign-types v0.5.0 |
868 | 2023-12-14T23:43:04.844Z | Downloaded libsw v3.3.0 |
869 | 2023-12-14T23:43:04.844Z | Downloaded textwrap v0.11.0 |
870 | 2023-12-14T23:43:04.844Z | Downloaded getrandom v0.1.16 |
871 | 2023-12-14T23:43:04.844Z | Downloaded stringprep v0.1.3 |
872 | 2023-12-14T23:43:04.844Z | Downloaded scheduled-thread-pool v0.2.7 |
873 | 2023-12-14T23:43:04.844Z | Downloaded generic-array v0.14.7 |
874 | 2023-12-14T23:43:04.844Z | Downloaded signature v2.1.0 |
875 | 2023-12-14T23:43:04.844Z | Downloaded itoa v1.0.9 |
876 | 2023-12-14T23:43:04.844Z | Downloaded serde_tokenstream v0.2.0 |
877 | 2023-12-14T23:43:04.845Z | Downloaded rfc6979 v0.4.0 |
878 | 2023-12-14T23:43:04.845Z | Downloaded hubpack v0.1.2 |
879 | 2023-12-14T23:43:04.845Z | Downloaded rustc-demangle v0.1.23 |
880 | 2023-12-14T23:43:04.845Z | Downloaded similar v2.3.0 |
881 | 2023-12-14T23:43:04.845Z | Downloaded serde_path_to_error v0.1.14 |
882 | 2023-12-14T23:43:04.845Z | Downloaded russh-keys v0.40.1 |
883 | 2023-12-14T23:43:04.845Z | Downloaded headers v0.3.9 |
884 | 2023-12-14T23:43:04.845Z | Downloaded toml v0.5.11 |
885 | 2023-12-14T23:43:04.845Z | Downloaded ryu v1.0.15 |
886 | 2023-12-14T23:43:04.845Z | Downloaded unicode-width v0.1.11 |
887 | 2023-12-14T23:43:04.845Z | Downloaded ed25519 v2.2.2 |
888 | 2023-12-14T23:43:04.845Z | Downloaded snafu v0.7.5 |
889 | 2023-12-14T23:43:04.845Z | Downloaded unicode-segmentation v1.10.1 |
890 | 2023-12-14T23:43:04.845Z | Downloaded zerocopy v0.7.26 |
891 | 2023-12-14T23:43:04.845Z | Downloaded toml_edit v0.21.0 |
892 | 2023-12-14T23:43:04.866Z | Downloaded serde_yaml v0.9.25 |
893 | 2023-12-14T23:43:04.873Z | Downloaded heapless v0.7.16 |
894 | 2023-12-14T23:43:04.877Z | Downloaded libm v0.2.7 |
895 | 2023-12-14T23:43:04.895Z | Downloaded ed25519-dalek v2.0.0 |
896 | 2023-12-14T23:43:04.899Z | Downloaded russh v0.40.1 |
897 | 2023-12-14T23:43:04.908Z | Downloaded trust-dns-server v0.22.1 |
898 | 2023-12-14T23:43:04.918Z | Downloaded serde_with v3.4.0 |
899 | 2023-12-14T23:43:04.930Z | Downloaded toml_edit v0.19.15 |
900 | 2023-12-14T23:43:04.961Z | Downloaded object v0.32.1 |
901 | 2023-12-14T23:43:04.980Z | Downloaded winnow v0.5.15 |
902 | 2023-12-14T23:43:04.994Z | Downloaded rustls-webpki v0.101.7 |
903 | 2023-12-14T23:43:05.023Z | Downloaded serde_json v1.0.108 |
904 | 2023-12-14T23:43:05.036Z | Downloaded openssl v0.10.60 |
905 | 2023-12-14T23:43:05.054Z | Downloaded curve25519-dalek v4.1.1 |
906 | 2023-12-14T23:43:05.071Z | Downloaded regress v0.7.1 |
907 | 2023-12-14T23:43:05.084Z | Downloaded openapiv3 v2.0.0 |
908 | 2023-12-14T23:43:05.106Z | Downloaded webpki-roots v0.25.2 |
909 | 2023-12-14T23:43:05.114Z | Downloaded diesel v2.1.4 |
910 | 2023-12-14T23:43:05.145Z | Downloaded syn v2.0.32 |
911 | 2023-12-14T23:43:05.165Z | Downloaded idna v0.5.0 |
912 | 2023-12-14T23:43:05.180Z | Downloaded gimli v0.28.0 |
913 | 2023-12-14T23:43:05.198Z | Downloaded bstr v1.6.0 |
914 | 2023-12-14T23:43:05.212Z | Downloaded rustix v0.38.25 |
915 | 2023-12-14T23:43:05.252Z | Downloaded rustix v0.37.23 |
916 | 2023-12-14T23:43:05.290Z | Downloaded regex-syntax v0.8.2 |
917 | 2023-12-14T23:43:05.301Z | Downloaded zerocopy-derive v0.7.26 |
918 | 2023-12-14T23:43:05.322Z | Downloaded zerocopy-derive v0.2.0 |
919 | 2023-12-14T23:43:05.337Z | Downloaded regex-syntax v0.7.5 |
920 | 2023-12-14T23:43:05.352Z | Downloaded zerocopy-derive v0.6.4 |
921 | 2023-12-14T23:43:05.373Z | Downloaded sled v0.34.7 |
922 | 2023-12-14T23:43:05.396Z | Downloaded regex-automata v0.3.8 |
923 | 2023-12-14T23:43:05.423Z | Downloaded sha3 v0.10.8 |
924 | 2023-12-14T23:43:05.435Z | Downloaded regex-automata v0.4.3 |
925 | 2023-12-14T23:43:05.465Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
926 | 2023-12-14T23:43:05.488Z | Downloaded tokio v1.35.0 |
927 | 2023-12-14T23:43:05.645Z | Downloaded encoding_rs v0.8.33 |
928 | 2023-12-14T23:43:05.663Z | Downloaded libc v0.2.151 |
929 | 2023-12-14T23:43:05.663Z | Downloaded winapi v0.3.9 |
930 | 2023-12-14T23:43:06.082Z | Downloaded rustls v0.21.9 |
931 | 2023-12-14T23:43:06.082Z | Downloaded idna v0.2.3 |
932 | 2023-12-14T23:43:06.082Z | Downloaded bstr v0.2.17 |
933 | 2023-12-14T23:43:06.082Z | Downloaded smoltcp v0.10.0 |
934 | 2023-12-14T23:43:06.082Z | Downloaded smoltcp v0.9.1 |
935 | 2023-12-14T23:43:06.082Z | Downloaded vcpkg v0.2.15 |
936 | 2023-12-14T23:43:06.082Z | Downloaded regex v1.10.2 |
937 | 2023-12-14T23:43:06.082Z | Downloaded trust-dns-proto v0.22.0 |
938 | 2023-12-14T23:43:06.082Z | Downloaded hkdf v0.12.3 |
939 | 2023-12-14T23:43:06.082Z | Downloaded syn v1.0.109 |
940 | 2023-12-14T23:43:06.082Z | Downloaded hyper v0.14.27 |
941 | 2023-12-14T23:43:06.082Z | Downloaded radix_trie v0.2.1 |
942 | 2023-12-14T23:43:06.082Z | Downloaded ring v0.17.7 |
943 | 2023-12-14T23:43:06.159Z | Downloaded ring v0.16.20 |
944 | 2023-12-14T23:43:06.316Z | Downloaded reqwest v0.11.22 |
945 | 2023-12-14T23:43:06.329Z | Downloaded h2 v0.3.21 |
946 | 2023-12-14T23:43:06.341Z | Downloaded chrono v0.4.31 |
947 | 2023-12-14T23:43:06.356Z | Downloaded itertools v0.12.0 |
948 | 2023-12-14T23:43:06.368Z | Downloaded futures-util v0.3.29 |
949 | 2023-12-14T23:43:06.391Z | Downloaded unicode-normalization v0.1.22 |
950 | 2023-12-14T23:43:06.398Z | Downloaded petgraph v0.6.4 |
951 | 2023-12-14T23:43:06.423Z | Downloaded hashbrown v0.13.2 |
952 | 2023-12-14T23:43:06.431Z | Downloaded hashbrown v0.12.3 |
953 | 2023-12-14T23:43:06.440Z | Downloaded tokio-util v0.7.10 |
954 | 2023-12-14T23:43:06.455Z | Downloaded serde_derive v1.0.193 |
955 | 2023-12-14T23:43:06.458Z | Downloaded regex-automata v0.1.10 |
956 | 2023-12-14T23:43:06.467Z | Downloaded aho-corasick v1.0.4 |
957 | 2023-12-14T23:43:06.478Z | Downloaded clap v2.34.0 |
958 | 2023-12-14T23:43:06.491Z | Downloaded hashbrown v0.14.2 |
959 | 2023-12-14T23:43:06.501Z | Downloaded url v2.5.0 |
960 | 2023-12-14T23:43:06.506Z | Downloaded indexmap v2.1.0 |
961 | 2023-12-14T23:43:06.513Z | Downloaded time v0.3.27 |
962 | 2023-12-14T23:43:06.525Z | Downloaded aes-gcm v0.10.3 |
963 | 2023-12-14T23:43:06.533Z | Downloaded trust-dns-resolver v0.22.0 |
964 | 2023-12-14T23:43:06.540Z | Downloaded tracing v0.1.37 |
965 | 2023-12-14T23:43:06.547Z | Downloaded unsafe-libyaml v0.2.9 |
966 | 2023-12-14T23:43:06.554Z | Downloaded itertools v0.11.0 |
967 | 2023-12-14T23:43:06.574Z | Downloaded serde v1.0.193 |
968 | 2023-12-14T23:43:06.582Z | Downloaded socket2 v0.4.9 |
969 | 2023-12-14T23:43:06.582Z | Downloaded itertools v0.10.5 |
970 | 2023-12-14T23:43:06.614Z | Downloaded socket2 v0.5.5 |
971 | 2023-12-14T23:43:06.677Z | Downloaded typenum v1.16.0 |
972 | 2023-12-14T23:43:06.677Z | Downloaded indexmap v1.9.3 |
973 | 2023-12-14T23:43:06.677Z | Downloaded semver v1.0.20 |
974 | 2023-12-14T23:43:06.678Z | Downloaded serde_derive_internals v0.26.0 |
975 | 2023-12-14T23:43:06.678Z | Downloaded futures-sink v0.3.29 |
976 | 2023-12-14T23:43:06.678Z | Downloaded rustc_version v0.4.0 |
977 | 2023-12-14T23:43:06.678Z | Downloaded schemars_derive v0.8.13 |
978 | 2023-12-14T23:43:06.678Z | Downloaded xattr v1.0.1 |
979 | 2023-12-14T23:43:06.678Z | Downloaded getopts v0.2.21 |
980 | 2023-12-14T23:43:06.678Z | Downloaded walkdir v2.4.0 |
981 | 2023-12-14T23:43:06.690Z | Downloaded tracing-attributes v0.1.26 |
982 | 2023-12-14T23:43:06.690Z | Downloaded slog-dtrace v0.2.3 |
983 | 2023-12-14T23:43:06.690Z | Downloaded tempfile v3.8.1 |
984 | 2023-12-14T23:43:06.690Z | Downloaded smf v0.2.2 |
985 | 2023-12-14T23:43:06.690Z | Downloaded enum-as-inner v0.5.1 |
986 | 2023-12-14T23:43:06.690Z | Downloaded sec1 v0.7.3 |
987 | 2023-12-14T23:43:06.691Z | Downloaded siphasher v0.3.11 |
988 | 2023-12-14T23:43:06.691Z | Downloaded group v0.13.0 |
989 | 2023-12-14T23:43:06.691Z | Downloaded float-cmp v0.9.0 |
990 | 2023-12-14T23:43:06.691Z | Downloaded serde_tokenstream v0.1.7 |
991 | 2023-12-14T23:43:06.691Z | Downloaded structmeta v0.2.0 |
992 | 2023-12-14T23:43:06.691Z | Downloaded half v1.8.2 |
993 | 2023-12-14T23:43:06.691Z | Downloaded ecdsa v0.16.9 |
994 | 2023-12-14T23:43:06.691Z | Downloaded slog v2.7.0 |
995 | 2023-12-14T23:43:06.691Z | Downloaded futures-channel v0.3.29 |
996 | 2023-12-14T23:43:06.691Z | Downloaded tokio-stream v0.1.14 |
997 | 2023-12-14T23:43:06.691Z | Downloaded ipnet v2.8.0 |
998 | 2023-12-14T23:43:06.691Z | Downloaded pest v2.7.2 |
999 | 2023-12-14T23:43:06.705Z | Downloaded futures v0.3.29 |
1000 | 2023-12-14T23:43:06.706Z | Downloaded hmac v0.12.1 |
1001 | 2023-12-14T23:43:06.706Z | Downloaded heck v0.4.1 |
1002 | 2023-12-14T23:43:06.754Z | Downloaded strsim v0.8.0 |
1003 | 2023-12-14T23:43:06.754Z | Downloaded getrandom v0.2.10 |
1004 | 2023-12-14T23:43:06.754Z | Downloaded resolv-conf v0.7.0 |
1005 | 2023-12-14T23:43:06.755Z | Downloaded term v0.7.0 |
1006 | 2023-12-14T23:43:06.755Z | Downloaded nom v7.1.3 |
1007 | 2023-12-14T23:43:06.765Z | Downloaded clap_builder v4.4.2 |
1008 | 2023-12-14T23:43:06.765Z | Downloaded tungstenite v0.20.1 |
1009 | 2023-12-14T23:43:06.765Z | Downloaded scopeguard v1.2.0 |
1010 | 2023-12-14T23:43:06.765Z | Downloaded httparse v1.8.0 |
1011 | 2023-12-14T23:43:06.765Z | Downloaded lalrpop-util v0.19.12 |
1012 | 2023-12-14T23:43:06.765Z | Downloaded fixedbitset v0.4.2 |
1013 | 2023-12-14T23:43:06.765Z | Downloaded yasna v0.5.2 |
1014 | 2023-12-14T23:43:06.765Z | Downloaded futures-executor v0.3.29 |
1015 | 2023-12-14T23:43:06.766Z | Downloaded serde_with_macros v3.4.0 |
1016 | 2023-12-14T23:43:06.766Z | Downloaded uuid v1.6.1 |
1017 | 2023-12-14T23:43:06.776Z | Downloaded rustversion v1.0.14 |
1018 | 2023-12-14T23:43:06.776Z | Downloaded usdt-attr-macro v0.3.5 |
1019 | 2023-12-14T23:43:06.776Z | Downloaded aes v0.8.3 |
1020 | 2023-12-14T23:43:06.783Z | Downloaded filetime v0.2.23 |
1021 | 2023-12-14T23:43:06.783Z | Downloaded either v1.9.0 |
1022 | 2023-12-14T23:43:06.784Z | Downloaded http v0.2.11 |
1023 | 2023-12-14T23:43:06.790Z | Downloaded zerocopy v0.3.0 |
1024 | 2023-12-14T23:43:06.790Z | Downloaded thiserror v1.0.49 |
1025 | 2023-12-14T23:43:06.795Z | Downloaded tar v0.4.40 |
1026 | 2023-12-14T23:43:06.799Z | Downloaded home v0.5.5 |
1027 | 2023-12-14T23:43:06.799Z | Downloaded subprocess v0.2.9 |
1028 | 2023-12-14T23:43:06.803Z | Downloaded rand v0.8.5 |
1029 | 2023-12-14T23:43:06.811Z | Downloaded spki v0.7.2 |
1030 | 2023-12-14T23:43:06.853Z | Downloaded structopt v0.3.26 |
1031 | 2023-12-14T23:43:06.864Z | Downloaded futures-io v0.3.29 |
1032 | 2023-12-14T23:43:06.864Z | Downloaded tokio-tungstenite v0.20.1 |
1033 | 2023-12-14T23:43:06.864Z | Downloaded slog-term v2.9.0 |
1034 | 2023-12-14T23:43:06.864Z | Downloaded take_mut v0.2.2 |
1035 | 2023-12-14T23:43:06.865Z | Downloaded strum_macros v0.25.2 |
1036 | 2023-12-14T23:43:06.865Z | Downloaded hex v0.4.3 |
1037 | 2023-12-14T23:43:06.865Z | Downloaded want v0.3.1 |
1038 | 2023-12-14T23:43:06.865Z | Downloaded futures-macro v0.3.29 |
1039 | 2023-12-14T23:43:06.865Z | Downloaded signal-hook-registry v1.4.1 |
1040 | 2023-12-14T23:43:06.865Z | Downloaded slog-json v2.6.1 |
1041 | 2023-12-14T23:43:06.865Z | Downloaded ident_case v1.0.1 |
1042 | 2023-12-14T23:43:06.865Z | Downloaded hyper-rustls v0.24.2 |
1043 | 2023-12-14T23:43:06.865Z | Downloaded sha2 v0.10.8 |
1044 | 2023-12-14T23:43:06.865Z | Downloaded unicode-ident v1.0.12 |
1045 | 2023-12-14T23:43:06.865Z | Downloaded slog-bunyan v2.4.0 |
1046 | 2023-12-14T23:43:06.870Z | Downloaded untrusted v0.9.0 |
1047 | 2023-12-14T23:43:06.870Z | Downloaded slog-scope v4.4.0 |
1048 | 2023-12-14T23:43:06.870Z | Downloaded linked-hash-map v0.5.6 |
1049 | 2023-12-14T23:43:06.870Z | Downloaded glob v0.3.1 |
1050 | 2023-12-14T23:43:06.874Z | Downloaded vec_map v0.8.2 |
1051 | 2023-12-14T23:43:06.874Z | Downloaded hyper-staticfile v0.9.5 |
1052 | 2023-12-14T23:43:06.915Z | Downloaded minimal-lexical v0.2.1 |
1053 | 2023-12-14T23:43:06.929Z | Downloaded crypto-bigint v0.5.2 |
1054 | 2023-12-14T23:43:06.929Z | Downloaded smallvec v1.11.2 |
1055 | 2023-12-14T23:43:06.929Z | Downloaded flate2 v1.0.28 |
1056 | 2023-12-14T23:43:06.929Z | Downloaded zip v0.6.6 |
1057 | 2023-12-14T23:43:06.929Z | Downloaded memchr v2.6.3 |
1058 | 2023-12-14T23:43:06.930Z | Downloaded zeroize v1.7.0 |
1059 | 2023-12-14T23:43:06.930Z | Downloaded hyper-tls v0.5.0 |
1060 | 2023-12-14T23:43:06.930Z | Downloaded ff v0.13.0 |
1061 | 2023-12-14T23:43:06.941Z | Downloaded tokio-macros v2.2.0 |
1062 | 2023-12-14T23:43:06.941Z | Downloaded structopt-derive v0.4.18 |
1063 | 2023-12-14T23:43:06.941Z | Downloaded httpdate v1.0.3 |
1064 | 2023-12-14T23:43:06.942Z | Downloaded zone_cfg_derive v0.3.0 |
1065 | 2023-12-14T23:43:06.942Z | Downloaded tokio-postgres v0.7.10 |
1066 | 2023-12-14T23:43:06.950Z | Downloaded form_urlencoded v1.2.1 |
1067 | 2023-12-14T23:43:06.950Z | Downloaded subtle v2.5.0 |
1068 | 2023-12-14T23:43:06.950Z | Downloaded postcard v1.0.8 |
1069 | 2023-12-14T23:43:07.009Z | Downloaded p256 v0.13.2 |
1070 | 2023-12-14T23:43:07.010Z | Downloaded kstat-rs v0.2.3 |
1071 | 2023-12-14T23:43:07.028Z | Downloaded linear-map v1.2.0 |
1072 | 2023-12-14T23:43:07.028Z | Downloaded synstructure v0.12.6 |
1073 | 2023-12-14T23:43:07.028Z | Downloaded der v0.7.8 |
1074 | 2023-12-14T23:43:07.028Z | Downloaded clap v4.4.3 |
1075 | 2023-12-14T23:43:07.028Z | Downloaded slog-stdlog v4.1.1 |
1076 | 2023-12-14T23:43:07.028Z | Downloaded proc-macro2 v1.0.69 |
1077 | 2023-12-14T23:43:07.029Z | Downloaded pem-rfc7468 v0.7.0 |
1078 | 2023-12-14T23:43:07.029Z | Downloaded io-lifetimes v1.0.11 |
1079 | 2023-12-14T23:43:07.029Z | Downloaded tinyvec v1.6.0 |
1080 | 2023-12-14T23:43:07.029Z | Downloaded pest_meta v2.7.2 |
1081 | 2023-12-14T23:43:07.029Z | Downloaded parking_lot v0.12.1 |
1082 | 2023-12-14T23:43:07.029Z | Downloaded openssl-sys v0.9.96 |
1083 | 2023-12-14T23:43:07.029Z | Downloaded num-traits v0.2.16 |
1084 | 2023-12-14T23:43:07.037Z | Downloaded ahash v0.8.6 |
1085 | 2023-12-14T23:43:07.038Z | Downloaded http-range v0.1.5 |
1086 | 2023-12-14T23:43:07.038Z | Downloaded untrusted v0.7.1 |
1087 | 2023-12-14T23:43:07.038Z | Downloaded diesel_derives v2.1.2 |
1088 | 2023-12-14T23:43:07.042Z | Downloaded hostname v0.3.1 |
1089 | 2023-12-14T23:43:07.042Z | Downloaded lazy_static v1.4.0 |
1090 | 2023-12-14T23:43:07.042Z | Downloaded fxhash v0.2.1 |
1091 | 2023-12-14T23:43:07.055Z | Downloaded vsss-rs v3.3.2 |
1092 | 2023-12-14T23:43:07.055Z | Downloaded rand_core v0.6.4 |
1093 | 2023-12-14T23:43:07.055Z | Downloaded libefi-sys v0.1.0 |
1094 | 2023-12-14T23:43:07.055Z | Downloaded unicase v2.7.0 |
1095 | 2023-12-14T23:43:07.055Z | Downloaded thiserror-no-std v2.0.2 |
1096 | 2023-12-14T23:43:07.059Z | Downloaded postgres-types v0.2.6 |
1097 | 2023-12-14T23:43:07.063Z | Downloaded pin-project-internal v1.1.3 |
1098 | 2023-12-14T23:43:07.067Z | Downloaded chacha20poly1305 v0.10.1 |
1099 | 2023-12-14T23:43:07.070Z | Downloaded bytes v1.5.0 |
1100 | 2023-12-14T23:43:07.075Z | Downloaded http-body v0.4.5 |
1101 | 2023-12-14T23:43:07.078Z | Downloaded pkcs8 v0.10.2 |
1102 | 2023-12-14T23:43:07.083Z | Downloaded pin-project-lite v0.2.13 |
1103 | 2023-12-14T23:43:07.090Z | Downloaded derive-where v1.2.6 |
1104 | 2023-12-14T23:43:07.097Z | Downloaded backoff v0.4.0 |
1105 | 2023-12-14T23:43:07.102Z | Downloaded crc32fast v1.3.2 |
1106 | 2023-12-14T23:43:07.105Z | Downloaded strum v0.25.0 |
1107 | 2023-12-14T23:43:07.106Z | Downloaded num-complex v0.4.4 |
1108 | 2023-12-14T23:43:07.109Z | Downloaded ghash v0.5.0 |
1109 | 2023-12-14T23:43:07.109Z | Downloaded parking_lot_core v0.8.6 |
1110 | 2023-12-14T23:43:07.113Z | Downloaded keccak v0.1.4 |
1111 | 2023-12-14T23:43:07.117Z | Downloaded is-terminal v0.4.9 |
1112 | 2023-12-14T23:43:07.124Z | Downloaded hex-literal v0.4.1 |
1113 | 2023-12-14T23:43:07.139Z | Downloaded flagset v0.4.3 |
1114 | 2023-12-14T23:43:07.139Z | Downloaded errno v0.3.2 |
1115 | 2023-12-14T23:43:07.139Z | Downloaded num-rational v0.4.1 |
1116 | 2023-12-14T23:43:07.139Z | Downloaded password-hash v0.4.2 |
1117 | 2023-12-14T23:43:07.139Z | Downloaded ipnetwork v0.20.0 |
1118 | 2023-12-14T23:43:07.144Z | Downloaded thiserror-impl-no-std v2.0.2 |
1119 | 2023-12-14T23:43:07.144Z | Downloaded rand_chacha v0.2.2 |
1120 | 2023-12-14T23:43:07.145Z | Downloaded r2d2 v0.8.10 |
1121 | 2023-12-14T23:43:07.146Z | Downloaded proc-macro-error v1.0.4 |
1122 | 2023-12-14T23:43:07.147Z | Downloaded ppv-lite86 v0.2.17 |
1123 | 2023-12-14T23:43:07.147Z | Downloaded pest_generator v2.7.2 |
1124 | 2023-12-14T23:43:07.152Z | Downloaded omicron-zone-package v0.9.1 |
1125 | 2023-12-14T23:43:07.152Z | Downloaded usdt-macro v0.3.5 |
1126 | 2023-12-14T23:43:07.152Z | Downloaded usdt v0.3.5 |
1127 | 2023-12-14T23:43:07.164Z | Downloaded universal-hash v0.5.1 |
1128 | 2023-12-14T23:43:07.164Z | Downloaded crossbeam-utils v0.8.16 |
1129 | 2023-12-14T23:43:07.164Z | Downloaded toml_datetime v0.6.5 |
1130 | 2023-12-14T23:43:07.165Z | Downloaded primeorder v0.13.6 |
1131 | 2023-12-14T23:43:07.165Z | Downloaded pkg-config v0.3.27 |
1132 | 2023-12-14T23:43:07.171Z | Downloaded time-macros v0.2.13 |
1133 | 2023-12-14T23:43:07.171Z | Downloaded const-oid v0.9.5 |
1134 | 2023-12-14T23:43:07.172Z | Downloaded swrite v0.1.0 |
1135 | 2023-12-14T23:43:07.179Z | Downloaded darling v0.20.3 |
1136 | 2023-12-14T23:43:07.179Z | Downloaded cancel-safe-futures v0.1.5 |
1137 | 2023-12-14T23:43:07.214Z | Downloaded fallible-iterator v0.2.0 |
1138 | 2023-12-14T23:43:07.215Z | Downloaded zeroize_derive v1.4.2 |
1139 | 2023-12-14T23:43:07.215Z | Downloaded whoami v1.4.1 |
1140 | 2023-12-14T23:43:07.215Z | Downloaded pin-utils v0.1.0 |
1141 | 2023-12-14T23:43:07.215Z | Downloaded parking_lot v0.11.2 |
1142 | 2023-12-14T23:43:07.215Z | Downloaded difflib v0.4.0 |
1143 | 2023-12-14T23:43:07.215Z | Downloaded anstyle-query v1.0.0 |
1144 | 2023-12-14T23:43:07.215Z | Downloaded deranged v0.3.8 |
1145 | 2023-12-14T23:43:07.216Z | Downloaded der_derive v0.7.2 |
1146 | 2023-12-14T23:43:07.216Z | Downloaded percent-encoding v2.3.1 |
1147 | 2023-12-14T23:43:07.216Z | Downloaded parse-display-derive v0.8.2 |
1148 | 2023-12-14T23:43:07.216Z | Downloaded atomic-waker v1.1.1 |
1149 | 2023-12-14T23:43:07.216Z | Downloaded dyn-clone v1.0.13 |
1150 | 2023-12-14T23:43:07.216Z | Downloaded utf-8 v0.7.6 |
1151 | 2023-12-14T23:43:07.217Z | Downloaded owo-colors v3.5.0 |
1152 | 2023-12-14T23:43:07.225Z | Downloaded multer v2.1.0 |
1153 | 2023-12-14T23:43:07.225Z | Downloaded num v0.4.1 |
1154 | 2023-12-14T23:43:07.225Z | Downloaded anyhow v1.0.75 |
1155 | 2023-12-14T23:43:07.229Z | Downloaded native-tls v0.2.11 |
1156 | 2023-12-14T23:43:07.229Z | Downloaded foreign-types-shared v0.1.1 |
1157 | 2023-12-14T23:43:07.232Z | Downloaded console v0.15.7 |
1158 | 2023-12-14T23:43:07.235Z | Downloaded ciborium v0.2.1 |
1159 | 2023-12-14T23:43:07.238Z | Downloaded anstyle v1.0.2 |
1160 | 2023-12-14T23:43:07.241Z | Downloaded clap_derive v4.4.2 |
1161 | 2023-12-14T23:43:07.244Z | Downloaded precomputed-hash v0.1.1 |
1162 | 2023-12-14T23:43:07.245Z | Downloaded paste v1.0.14 |
1163 | 2023-12-14T23:43:07.250Z | Downloaded memoffset v0.9.0 |
1164 | 2023-12-14T23:43:07.253Z | Downloaded bitflags v2.4.0 |
1165 | 2023-12-14T23:43:07.256Z | Downloaded rand v0.7.3 |
1166 | 2023-12-14T23:43:07.264Z | Downloaded dirs-next v2.0.0 |
1167 | 2023-12-14T23:43:07.267Z | Downloaded ctr v0.9.2 |
1168 | 2023-12-14T23:43:07.270Z | Downloaded display-error-chain v0.2.0 |
1169 | 2023-12-14T23:43:07.270Z | Downloaded num_enum_derive v0.5.11 |
1170 | 2023-12-14T23:43:07.274Z | Downloaded num-bigint v0.4.4 |
1171 | 2023-12-14T23:43:07.280Z | Downloaded addr2line v0.21.0 |
1172 | 2023-12-14T23:43:07.287Z | Downloaded pretty-hex v0.4.0 |
1173 | 2023-12-14T23:43:07.290Z | Downloaded pretty-hex v0.2.1 |
1174 | 2023-12-14T23:43:07.290Z | Downloaded cipher v0.4.4 |
1175 | 2023-12-14T23:43:07.290Z | Downloaded async-trait v0.1.74 |
1176 | 2023-12-14T23:43:07.295Z | Downloaded block-padding v0.3.3 |
1177 | 2023-12-14T23:43:07.299Z | Downloaded num_enum v0.5.11 |
1178 | 2023-12-14T23:43:07.305Z | Downloaded macaddr v1.0.1 |
1179 | 2023-12-14T23:43:07.308Z | Downloaded cpufeatures v0.2.9 |
1180 | 2023-12-14T23:43:07.315Z | Downloaded nibble_vec v0.1.0 |
1181 | 2023-12-14T23:43:07.315Z | Downloaded dirs-sys v0.4.1 |
1182 | 2023-12-14T23:43:07.315Z | Downloaded clap_lex v0.5.1 |
1183 | 2023-12-14T23:43:07.320Z | Downloaded chacha20 v0.9.1 |
1184 | 2023-12-14T23:43:07.323Z | Downloaded phf v0.11.2 |
1185 | 2023-12-14T23:43:07.323Z | Downloaded openssl-macros v0.1.1 |
1186 | 2023-12-14T23:43:07.323Z | Downloaded openssl-probe v0.1.5 |
1187 | 2023-12-14T23:43:07.323Z | Downloaded debug-ignore v1.0.5 |
1188 | 2023-12-14T23:43:07.326Z | Downloaded miniz_oxide v0.7.1 |
1189 | 2023-12-14T23:43:07.329Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1190 | 2023-12-14T23:43:07.332Z | Downloaded crucible-workspace-hack v0.1.0 |
1191 | 2023-12-14T23:43:07.332Z | Downloaded curve25519-dalek-derive v0.1.0 |
1192 | 2023-12-14T23:43:07.336Z | Downloaded num_threads v0.1.6 |
1193 | 2023-12-14T23:43:07.336Z | Downloaded password-hash v0.5.0 |
1194 | 2023-12-14T23:43:07.339Z | Downloaded crypto-common v0.1.6 |
1195 | 2023-12-14T23:43:07.339Z | Downloaded lru-cache v0.1.2 |
1196 | 2023-12-14T23:43:07.342Z | Downloaded blowfish v0.9.1 |
1197 | 2023-12-14T23:43:07.342Z | Downloaded opaque-debug v0.3.0 |
1198 | 2023-12-14T23:43:07.345Z | Downloaded digest v0.10.7 |
1199 | 2023-12-14T23:43:07.349Z | Downloaded darling_macro v0.20.3 |
1200 | 2023-12-14T23:43:07.349Z | Downloaded md5 v0.7.0 |
1201 | 2023-12-14T23:43:07.349Z | Downloaded match_cfg v0.1.0 |
1202 | 2023-12-14T23:43:07.352Z | Downloaded toml v0.8.8 |
1203 | 2023-12-14T23:43:07.356Z | Downloaded rand_core v0.5.1 |
1204 | 2023-12-14T23:43:07.362Z | Downloaded pin-project v1.1.3 |
1205 | 2023-12-14T23:43:07.376Z | Downloaded quote v1.0.33 |
1206 | 2023-12-14T23:43:07.383Z | Downloaded normalize-line-endings v0.3.0 |
1207 | 2023-12-14T23:43:07.387Z | Downloaded blake2 v0.10.6 |
1208 | 2023-12-14T23:43:07.387Z | Downloaded tokio-rustls v0.24.1 |
1209 | 2023-12-14T23:43:07.390Z | Downloaded postgres-protocol v0.6.6 |
1210 | 2023-12-14T23:43:07.393Z | Downloaded platforms v3.0.2 |
1211 | 2023-12-14T23:43:07.396Z | Downloaded block-buffer v0.10.4 |
1212 | 2023-12-14T23:43:07.400Z | Downloaded cc v1.0.83 |
1213 | 2023-12-14T23:43:07.404Z | Downloaded ciborium-io v0.2.1 |
1214 | 2023-12-14T23:43:07.404Z | Downloaded camino v1.1.6 |
1215 | 2023-12-14T23:43:07.407Z | Downloaded ansi_term v0.12.1 |
1216 | 2023-12-14T23:43:07.411Z | Downloaded terminal_size v0.2.6 |
1217 | 2023-12-14T23:43:07.414Z | Downloaded quick-error v1.2.3 |
1218 | 2023-12-14T23:43:07.414Z | Downloaded proc-macro-error-attr v1.0.4 |
1219 | 2023-12-14T23:43:07.418Z | Downloaded predicates-core v1.0.6 |
1220 | 2023-12-14T23:43:07.418Z | Downloaded cfg-if v1.0.0 |
1221 | 2023-12-14T23:43:07.423Z | Downloaded async-stream v0.3.5 |
1222 | 2023-12-14T23:43:07.423Z | Downloaded bcrypt-pbkdf v0.10.0 |
1223 | 2023-12-14T23:43:07.429Z | Downloaded base16ct v0.2.0 |
1224 | 2023-12-14T23:43:07.429Z | Downloaded anstream v0.5.0 |
1225 | 2023-12-14T23:43:07.440Z | Downloaded base64ct v1.6.0 |
1226 | 2023-12-14T23:43:07.440Z | Downloaded crossbeam-channel v0.5.8 |
1227 | 2023-12-14T23:43:07.451Z | Downloaded arc-swap v1.6.0 |
1228 | 2023-12-14T23:43:07.451Z | Downloaded bit-vec v0.6.3 |
1229 | 2023-12-14T23:43:07.452Z | Downloaded aead v0.5.2 |
1230 | 2023-12-14T23:43:07.873Z | Downloaded bitflags v1.3.2 |
1231 | 2023-12-14T23:43:07.873Z | Downloaded atty v0.2.14 |
1232 | 2023-12-14T23:43:07.873Z | Downloaded managed v0.8.0 |
1233 | 2023-12-14T23:43:07.873Z | Downloaded cstr-argument v0.1.2 |
1234 | 2023-12-14T23:43:07.874Z | Downloaded atomicwrites v0.4.2 |
1235 | 2023-12-14T23:43:07.874Z | Downloaded mime_guess v2.0.4 |
1236 | 2023-12-14T23:43:07.874Z | Downloaded num-derive v0.4.0 |
1237 | 2023-12-14T23:43:07.879Z | Downloaded colored v2.0.4 |
1238 | 2023-12-14T23:43:07.943Z | Compiling proc-macro2 v1.0.69 |
1239 | 2023-12-14T23:43:07.950Z | Compiling unicode-ident v1.0.12 |
1240 | 2023-12-14T23:43:07.950Z | Compiling libc v0.2.151 |
1241 | 2023-12-14T23:43:07.950Z | Compiling serde v1.0.193 |
1242 | 2023-12-14T23:43:07.950Z | Compiling autocfg v1.1.0 |
1243 | 2023-12-14T23:43:07.964Z | Compiling version_check v0.9.4 |
1244 | 2023-12-14T23:43:07.973Z | Compiling cfg-if v1.0.0 |
1245 | 2023-12-14T23:43:08.189Z | Compiling syn v1.0.109 |
1246 | 2023-12-14T23:43:08.210Z | Compiling typenum v1.16.0 |
1247 | 2023-12-14T23:43:08.332Z | Compiling parking_lot_core v0.9.8 |
1248 | 2023-12-14T23:43:09.122Z | Compiling generic-array v0.14.7 |
1249 | 2023-12-14T23:43:09.208Z | Compiling lock_api v0.4.10 |
1250 | 2023-12-14T23:43:10.442Z | Compiling libm v0.2.7 |
1251 | 2023-12-14T23:43:10.446Z | Compiling once_cell v1.19.0 |
1252 | 2023-12-14T23:43:10.446Z | Compiling num-traits v0.2.16 |
1253 | 2023-12-14T23:43:10.447Z | Compiling thiserror v1.0.49 |
1254 | 2023-12-14T23:43:10.447Z | Compiling futures-core v0.3.29 |
1255 | 2023-12-14T23:43:10.447Z | Compiling serde_json v1.0.108 |
1256 | 2023-12-14T23:43:10.475Z | Compiling slab v0.4.9 |
1257 | 2023-12-14T23:43:10.704Z | Compiling futures-task v0.3.29 |
1258 | 2023-12-14T23:43:10.819Z | Compiling memchr v2.6.3 |
1259 | 2023-12-14T23:43:11.009Z | Compiling futures-channel v0.3.29 |
1260 | 2023-12-14T23:43:11.013Z | Compiling futures-util v0.3.29 |
1261 | 2023-12-14T23:43:11.321Z | Compiling itoa v1.0.9 |
1262 | 2023-12-14T23:43:11.610Z | Compiling quote v1.0.33 |
1263 | 2023-12-14T23:43:11.630Z | Compiling scopeguard v1.2.0 |
1264 | 2023-12-14T23:43:12.102Z | Compiling pkg-config v0.3.27 |
1265 | 2023-12-14T23:43:12.602Z | Compiling syn v2.0.32 |
1266 | 2023-12-14T23:43:12.773Z | Compiling getrandom v0.2.10 |
1267 | 2023-12-14T23:43:13.078Z | Compiling cc v1.0.83 |
1268 | 2023-12-14T23:43:13.187Z | Compiling rand_core v0.6.4 |
1269 | 2023-12-14T23:43:13.985Z | Compiling byteorder v1.5.0 |
1270 | 2023-12-14T23:43:14.226Z | Compiling heck v0.4.1 |
1271 | 2023-12-14T23:43:14.336Z | Compiling log v0.4.20 |
1272 | 2023-12-14T23:43:14.689Z | Compiling ryu v1.0.15 |
1273 | 2023-12-14T23:43:14.969Z | Compiling subtle v2.5.0 |
1274 | 2023-12-14T23:43:15.231Z | Compiling smallvec v1.11.2 |
1275 | 2023-12-14T23:43:15.511Z | Compiling schemars v0.8.13 |
1276 | 2023-12-14T23:43:15.899Z | Compiling vcpkg v0.2.15 |
1277 | 2023-12-14T23:43:15.971Z | Compiling semver v1.0.20 |
1278 | 2023-12-14T23:43:17.183Z | Compiling httparse v1.8.0 |
1279 | 2023-12-14T23:43:17.282Z | Compiling indexmap v1.9.3 |
1280 | 2023-12-14T23:43:17.407Z | Compiling pin-project-lite v0.2.13 |
1281 | 2023-12-14T23:43:17.592Z | Compiling equivalent v1.0.1 |
1282 | 2023-12-14T23:43:17.726Z | Compiling hashbrown v0.14.2 |
1283 | 2023-12-14T23:43:18.118Z | Compiling ring v0.17.7 |
1284 | 2023-12-14T23:43:18.365Z | Compiling ring v0.16.20 |
1285 | 2023-12-14T23:43:18.883Z | Compiling const-oid v0.9.5 |
1286 | 2023-12-14T23:43:19.604Z | Compiling openssl-sys v0.9.96 |
1287 | 2023-12-14T23:43:19.802Z | Compiling parking_lot v0.12.1 |
1288 | 2023-12-14T23:43:20.071Z | Compiling ahash v0.8.6 |
1289 | 2023-12-14T23:43:20.939Z | Compiling fnv v1.0.7 |
1290 | 2023-12-14T23:43:21.120Z | Compiling openssl v0.10.60 |
1291 | 2023-12-14T23:43:21.714Z | Compiling rustls v0.21.9 |
1292 | 2023-12-14T23:43:21.937Z | Compiling iana-time-zone v0.1.57 |
1293 | 2023-12-14T23:43:22.066Z | Compiling ucd-trie v0.1.6 |
1294 | 2023-12-14T23:43:22.155Z | Compiling native-tls v0.2.11 |
1295 | 2023-12-14T23:43:22.588Z | Compiling mio v0.8.9 |
1296 | 2023-12-14T23:43:22.608Z | Compiling num_cpus v1.16.0 |
1297 | 2023-12-14T23:43:22.773Z | Compiling socket2 v0.5.5 |
1298 | 2023-12-14T23:43:23.004Z | Compiling signal-hook-registry v1.4.1 |
1299 | 2023-12-14T23:43:23.435Z | Compiling spin v0.5.2 |
1300 | 2023-12-14T23:43:28.717Z | Compiling futures-sink v0.3.29 |
1301 | 2023-12-14T23:43:28.923Z | Compiling serde_derive_internals v0.26.0 |
1302 | 2023-12-14T23:43:28.923Z | Compiling async-trait v0.1.74 |
1303 | 2023-12-14T23:43:28.924Z | Compiling dyn-clone v1.0.13 |
1304 | 2023-12-14T23:43:28.924Z | Compiling aho-corasick v1.0.4 |
1305 | 2023-12-14T23:43:28.924Z | Compiling tinyvec_macros v0.1.1 |
1306 | 2023-12-14T23:43:28.924Z | Compiling regex-syntax v0.8.2 |
1307 | 2023-12-14T23:43:28.924Z | Compiling rustix v0.38.25 |
1308 | 2023-12-14T23:43:28.924Z | Compiling tinyvec v1.6.0 |
1309 | 2023-12-14T23:43:28.924Z | Compiling backtrace v0.3.69 |
1310 | 2023-12-14T23:43:29.036Z | Compiling futures-io v0.3.29 |
1311 | 2023-12-14T23:43:29.036Z | Compiling pin-utils v0.1.0 |
1312 | 2023-12-14T23:43:29.036Z | Compiling winnow v0.5.15 |
1313 | 2023-12-14T23:43:29.036Z | Compiling unicode-normalization v0.1.22 |
1314 | 2023-12-14T23:43:29.037Z | Compiling spin v0.9.8 |
1315 | 2023-12-14T23:43:29.403Z | Compiling tracing-core v0.1.31 |
1316 | 2023-12-14T23:43:29.996Z | Compiling cpufeatures v0.2.9 |
1317 | 2023-12-14T23:43:30.140Z | Compiling unicode-bidi v0.3.13 |
1318 | 2023-12-14T23:43:31.835Z | Compiling regex-automata v0.4.3 |
1319 | 2023-12-14T23:43:33.372Z | Compiling crc32fast v1.3.2 |
1320 | 2023-12-14T23:43:33.397Z | Compiling anyhow v1.0.75 |
1321 | 2023-12-14T23:43:34.801Z | Compiling base64 v0.21.5 |
1322 | 2023-12-14T23:43:34.824Z | Compiling time-core v0.1.1 |
1323 | 2023-12-14T23:43:35.089Z | Compiling time-macros v0.2.13 |
1324 | 2023-12-14T23:43:36.030Z | Compiling num-integer v0.1.45 |
1325 | 2023-12-14T23:43:36.454Z | Compiling foreign-types-shared v0.1.1 |
1326 | 2023-12-14T23:43:36.484Z | Compiling serde_derive v1.0.193 |
1327 | 2023-12-14T23:43:36.605Z | Compiling zeroize_derive v1.4.2 |
1328 | 2023-12-14T23:43:37.409Z | Compiling thiserror-impl v1.0.49 |
1329 | 2023-12-14T23:43:37.553Z | Compiling tokio-macros v2.2.0 |
1330 | 2023-12-14T23:43:38.785Z | Compiling futures-macro v0.3.29 |
1331 | 2023-12-14T23:43:39.359Z | Compiling zeroize v1.7.0 |
1332 | 2023-12-14T23:43:40.140Z | Compiling tracing-attributes v0.1.26 |
1333 | 2023-12-14T23:43:40.324Z | Compiling schemars_derive v0.8.13 |
1334 | 2023-12-14T23:43:40.736Z | Compiling zerocopy-derive v0.7.26 |
1335 | 2023-12-14T23:43:46.214Z | Compiling crypto-common v0.1.6 |
1336 | 2023-12-14T23:43:46.214Z | Compiling block-buffer v0.10.4 |
1337 | 2023-12-14T23:43:46.449Z | Compiling openssl-macros v0.1.1 |
1338 | 2023-12-14T23:43:46.449Z | Compiling digest v0.10.7 |
1339 | 2023-12-14T23:43:46.449Z | Compiling pest v2.7.2 |
1340 | 2023-12-14T23:43:46.450Z | Compiling zerocopy v0.7.26 |
1341 | 2023-12-14T23:43:46.450Z | Compiling regex v1.10.2 |
1342 | 2023-12-14T23:43:46.724Z | Compiling tracing v0.1.37 |
1343 | 2023-12-14T23:43:48.047Z | Compiling hashbrown v0.13.2 |
1344 | 2023-12-14T23:43:48.094Z | Compiling der_derive v0.7.2 |
1345 | 2023-12-14T23:43:48.094Z | Compiling hashbrown v0.12.3 |
1346 | 2023-12-14T23:43:48.626Z | Compiling openssl-probe v0.1.5 |
1347 | 2023-12-14T23:43:49.131Z | Compiling untrusted v0.7.1 |
1348 | 2023-12-14T23:43:49.430Z | Compiling untrusted v0.9.0 |
1349 | 2023-12-14T23:43:49.844Z | Compiling slog v2.7.0 |
1350 | 2023-12-14T23:43:49.845Z | Compiling unicode-width v0.1.11 |
1351 | 2023-12-14T23:43:49.845Z | Compiling percent-encoding v2.3.1 |
1352 | 2023-12-14T23:43:49.902Z | Compiling unicode-xid v0.2.4 |
1353 | 2023-12-14T23:43:50.148Z | Compiling synstructure v0.12.6 |
1354 | 2023-12-14T23:43:52.207Z | Compiling foreign-types v0.3.2 |
1355 | 2023-12-14T23:43:53.353Z | Compiling errno v0.3.2 |
1356 | 2023-12-14T23:43:54.086Z | Compiling try-lock v0.2.4 |
1357 | 2023-12-14T23:43:54.090Z | Compiling ppv-lite86 v0.2.17 |
1358 | 2023-12-14T23:43:54.492Z | Compiling want v0.3.1 |
1359 | 2023-12-14T23:43:54.645Z | Compiling rustls-webpki v0.101.7 |
1360 | 2023-12-14T23:43:54.937Z | Compiling sct v0.7.0 |
1361 | 2023-12-14T23:43:55.388Z | Compiling zerocopy-derive v0.2.0 |
1362 | 2023-12-14T23:43:56.313Z | Compiling form_urlencoded v1.2.1 |
1363 | 2023-12-14T23:43:56.641Z | Compiling pest_meta v2.7.2 |
1364 | 2023-12-14T23:43:56.909Z | Compiling socket2 v0.4.9 |
1365 | 2023-12-14T23:43:58.002Z | Compiling httpdate v1.0.3 |
1366 | 2023-12-14T23:43:58.065Z | Compiling io-lifetimes v1.0.11 |
1367 | 2023-12-14T23:43:58.781Z | Compiling tower-service v0.3.2 |
1368 | 2023-12-14T23:43:58.960Z | Compiling pest_generator v2.7.2 |
1369 | 2023-12-14T23:44:00.027Z | Compiling rustls-pemfile v1.0.3 |
1370 | 2023-12-14T23:44:00.605Z | Compiling idna v0.5.0 |
1371 | 2023-12-14T23:44:01.545Z | Compiling bytes v1.5.0 |
1372 | 2023-12-14T23:44:01.784Z | Compiling indexmap v2.1.0 |
1373 | 2023-12-14T23:44:03.445Z | Compiling uuid v1.6.1 |
1374 | 2023-12-14T23:44:03.534Z | Compiling chrono v0.4.31 |
1375 | 2023-12-14T23:44:03.604Z | Compiling tokio v1.35.0 |
1376 | 2023-12-14T23:44:03.741Z | Compiling http v0.2.11 |
1377 | 2023-12-14T23:44:03.856Z | Compiling rustc_version v0.4.0 |
1378 | 2023-12-14T23:44:05.112Z | Compiling toml_datetime v0.6.5 |
1379 | 2023-12-14T23:44:05.851Z | Compiling serde_spanned v0.6.4 |
1380 | 2023-12-14T23:44:05.965Z | Compiling bitflags v2.4.0 |
1381 | 2023-12-14T23:44:06.628Z | Compiling toml_edit v0.19.15 |
1382 | 2023-12-14T23:44:10.218Z | Compiling http-body v0.4.5 |
1383 | 2023-12-14T23:44:10.869Z | Compiling heapless v0.7.16 |
1384 | 2023-12-14T23:44:11.452Z | Compiling openapiv3 v2.0.0 |
1385 | 2023-12-14T23:44:11.510Z | Compiling lazy_static v1.4.0 |
1386 | 2023-12-14T23:44:12.284Z | Compiling crossbeam-utils v0.8.16 |
1387 | 2023-12-14T23:44:13.716Z | Compiling adler v1.0.2 |
1388 | 2023-12-14T23:44:14.051Z | Compiling miniz_oxide v0.7.1 |
1389 | 2023-12-14T23:44:14.587Z | Compiling pest_derive v2.7.2 |
1390 | 2023-12-14T23:44:15.834Z | Compiling url v2.5.0 |
1391 | 2023-12-14T23:44:18.503Z | Compiling tokio-util v0.7.10 |
1392 | 2023-12-14T23:44:19.978Z | Compiling tokio-native-tls v0.3.1 |
1393 | 2023-12-14T23:44:20.035Z | Compiling tokio-rustls v0.24.1 |
1394 | 2023-12-14T23:44:20.383Z | Compiling h2 v0.3.21 |
1395 | 2023-12-14T23:44:20.721Z | Compiling rustls-native-certs v0.6.3 |
1396 | 2023-12-14T23:44:21.055Z | Compiling rand_chacha v0.3.1 |
1397 | 2023-12-14T23:44:21.367Z | Compiling usdt-impl v0.3.5 |
1398 | 2023-12-14T23:44:21.401Z | Compiling rustix v0.37.23 |
1399 | 2023-12-14T23:44:21.526Z | Compiling ipnet v2.8.0 |
1400 | 2023-12-14T23:44:22.727Z | Compiling rand v0.8.5 |
1401 | 2023-12-14T23:44:24.707Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2023-12-14T23:44:24.720Z | Compiling encoding_rs v0.8.33 |
1403 | 2023-12-14T23:44:24.722Z | Compiling gimli v0.28.0 |
1404 | 2023-12-14T23:44:24.722Z | Compiling webpki-roots v0.25.2 |
1405 | 2023-12-14T23:44:24.803Z | Compiling mime v0.3.17 |
1406 | 2023-12-14T23:44:26.752Z | Compiling zerocopy v0.3.0 |
1407 | 2023-12-14T23:44:27.427Z | Compiling object v0.32.1 |
1408 | 2023-12-14T23:44:27.979Z | Compiling num-bigint v0.4.4 |
1409 | 2023-12-14T23:44:29.243Z | Compiling rustc-demangle v0.1.23 |
1410 | 2023-12-14T23:44:29.571Z | Compiling dof v0.1.5 |
1411 | 2023-12-14T23:44:31.754Z | Compiling flate2 v1.0.28 |
1412 | 2023-12-14T23:44:31.771Z | Compiling dtrace-parser v0.1.14 |
1413 | 2023-12-14T23:44:31.772Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1414 | 2023-12-14T23:44:31.772Z | Compiling thread-id v4.2.0 |
1415 | 2023-12-14T23:44:31.772Z | Compiling addr2line v0.21.0 |
1416 | 2023-12-14T23:44:32.231Z | Compiling hyper v0.14.27 |
1417 | 2023-12-14T23:44:32.299Z | Compiling rustversion v1.0.14 |
1418 | 2023-12-14T23:44:33.827Z | Compiling toml v0.7.8 |
1419 | 2023-12-14T23:44:33.873Z | Compiling toml_edit v0.21.0 |
1420 | 2023-12-14T23:44:34.480Z | Compiling serde_tokenstream v0.2.0 |
1421 | 2023-12-14T23:44:35.311Z | Compiling hex v0.4.3 |
1422 | 2023-12-14T23:44:35.537Z | Compiling serde_tokenstream v0.1.7 |
1423 | 2023-12-14T23:44:36.271Z | Compiling memoffset v0.9.0 |
1424 | 2023-12-14T23:44:36.332Z | Compiling base64ct v1.6.0 |
1425 | 2023-12-14T23:44:36.409Z | Compiling strsim v0.10.0 |
1426 | 2023-12-14T23:44:38.431Z | Compiling regress v0.7.1 |
1427 | 2023-12-14T23:44:40.555Z | Compiling smoltcp v0.9.1 |
1428 | 2023-12-14T23:44:40.686Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1429 | 2023-12-14T23:44:41.009Z | Compiling bitflags v1.3.2 |
1430 | 2023-12-14T23:44:41.150Z | Compiling doc-comment v0.3.3 |
1431 | 2023-12-14T23:44:42.894Z | Compiling pem-rfc7468 v0.7.0 |
1432 | 2023-12-14T23:44:43.070Z | Compiling strum_macros v0.25.2 |
1433 | 2023-12-14T23:44:43.162Z | Compiling usdt-attr-macro v0.3.5 |
1434 | 2023-12-14T23:44:43.868Z | Compiling hyper-tls v0.5.0 |
1435 | 2023-12-14T23:44:44.120Z | Compiling hyper-rustls v0.24.2 |
1436 | 2023-12-14T23:44:44.379Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1437 | 2023-12-14T23:44:44.999Z | Compiling reqwest v0.11.22 |
1438 | 2023-12-14T23:44:45.048Z | Compiling usdt-macro v0.3.5 |
1439 | 2023-12-14T23:44:45.490Z | Compiling hmac v0.12.1 |
1440 | 2023-12-14T23:44:47.554Z | Compiling enum-as-inner v0.5.1 |
1441 | 2023-12-14T23:44:48.644Z | Compiling crossbeam-epoch v0.9.15 |
1442 | 2023-12-14T23:44:48.669Z | Compiling num-iter v0.1.43 |
1443 | 2023-12-14T23:44:49.161Z | Compiling siphasher v0.3.11 |
1444 | 2023-12-14T23:44:49.185Z | Compiling flagset v0.4.3 |
1445 | 2023-12-14T23:44:49.310Z | Compiling unicode-segmentation v1.10.1 |
1446 | 2023-12-14T23:44:49.486Z | Compiling der v0.7.8 |
1447 | 2023-12-14T23:44:50.614Z | Compiling hubpack_derive v0.1.1 |
1448 | 2023-12-14T23:44:50.761Z | Compiling pin-project-internal v1.1.3 |
1449 | 2023-12-14T23:44:51.039Z | Compiling zerocopy-derive v0.6.4 |
1450 | 2023-12-14T23:44:53.353Z | Compiling utf8parse v0.2.1 |
1451 | 2023-12-14T23:44:53.604Z | Compiling anstyle v1.0.2 |
1452 | 2023-12-14T23:44:54.289Z | Compiling num_threads v0.1.6 |
1453 | 2023-12-14T23:44:55.032Z | Compiling deranged v0.3.8 |
1454 | 2023-12-14T23:44:55.073Z | Compiling sha2 v0.10.8 |
1455 | 2023-12-14T23:44:56.071Z | Compiling anstyle-parse v0.2.1 |
1456 | 2023-12-14T23:44:56.594Z | Compiling spki v0.7.2 |
1457 | 2023-12-14T23:44:58.028Z | Compiling time v0.3.27 |
1458 | 2023-12-14T23:44:58.498Z | Compiling md-5 v0.10.5 |
1459 | 2023-12-14T23:44:59.265Z | Compiling block-padding v0.3.3 |
1460 | 2023-12-14T23:44:59.646Z | Compiling clap_derive v4.4.2 |
1461 | 2023-12-14T23:45:00.372Z | Compiling stringprep v0.1.3 |
1462 | 2023-12-14T23:45:01.492Z | Compiling diesel_table_macro_syntax v0.1.0 |
1463 | 2023-12-14T23:45:01.550Z | Compiling hash32 v0.2.1 |
1464 | 2023-12-14T23:45:01.623Z | Compiling stable_deref_trait v1.2.0 |
1465 | 2023-12-14T23:45:01.766Z | Compiling anstyle-query v1.0.0 |
1466 | 2023-12-14T23:45:02.128Z | Compiling fallible-iterator v0.2.0 |
1467 | 2023-12-14T23:45:02.416Z | Compiling either v1.9.0 |
1468 | 2023-12-14T23:45:02.588Z | Compiling colorchoice v1.0.0 |
1469 | 2023-12-14T23:45:02.810Z | Compiling anstream v0.5.0 |
1470 | 2023-12-14T23:45:03.353Z | Compiling postgres-protocol v0.6.6 |
1471 | 2023-12-14T23:45:03.924Z | Compiling diesel_derives v2.1.2 |
1472 | 2023-12-14T23:45:05.719Z | Compiling terminal_size v0.2.6 |
1473 | 2023-12-14T23:45:06.011Z | Compiling inout v0.1.3 |
1474 | 2023-12-14T23:45:07.743Z | Compiling pkcs8 v0.10.2 |
1475 | 2023-12-14T23:45:07.946Z | Compiling phf_shared v0.11.2 |
1476 | 2023-12-14T23:45:09.159Z | Compiling ff v0.13.0 |
1477 | 2023-12-14T23:45:09.499Z | Compiling snafu-derive v0.7.5 |
1478 | 2023-12-14T23:45:09.502Z | Compiling serde_repr v0.1.16 |
1479 | 2023-12-14T23:45:09.592Z | Compiling scheduled-thread-pool v0.2.7 |
1480 | 2023-12-14T23:45:09.746Z | Compiling regex-automata v0.1.10 |
1481 | 2023-12-14T23:45:10.527Z | Compiling clap_lex v0.5.1 |
1482 | 2023-12-14T23:45:11.611Z | Compiling managed v0.8.0 |
1483 | 2023-12-14T23:45:11.924Z | Compiling bit-vec v0.6.3 |
1484 | 2023-12-14T23:45:12.461Z | Compiling base16ct v0.2.0 |
1485 | 2023-12-14T23:45:12.461Z | Compiling matches v0.1.10 |
1486 | 2023-12-14T23:45:12.467Z | Compiling idna v0.2.3 |
1487 | 2023-12-14T23:45:12.627Z | Compiling sec1 v0.7.3 |
1488 | 2023-12-14T23:45:15.329Z | Compiling clap_builder v4.4.2 |
1489 | 2023-12-14T23:45:15.484Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1490 | 2023-12-14T23:45:16.546Z | Compiling bstr v0.2.17 |
1491 | 2023-12-14T23:45:19.168Z | Compiling r2d2 v0.8.10 |
1492 | 2023-12-14T23:45:19.716Z | Compiling group v0.13.0 |
1493 | 2023-12-14T23:45:21.992Z | Compiling phf v0.11.2 |
1494 | 2023-12-14T23:45:22.616Z | Compiling bzip2 v0.4.4 |
1495 | 2023-12-14T23:45:22.616Z | Compiling cipher v0.4.4 |
1496 | 2023-12-14T23:45:23.853Z | Compiling postgres-types v0.2.6 |
1497 | 2023-12-14T23:45:24.046Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1498 | 2023-12-14T23:45:24.232Z | Compiling itertools v0.11.0 |
1499 | 2023-12-14T23:45:25.600Z | Compiling pin-project v1.1.3 |
1500 | 2023-12-14T23:45:25.797Z | Compiling zerocopy v0.6.4 |
1501 | 2023-12-14T23:45:26.325Z | Compiling hubpack v0.1.2 |
1502 | 2023-12-14T23:45:27.060Z | Compiling phf_shared v0.10.0 |
1503 | 2023-12-14T23:45:27.579Z | Compiling hkdf v0.12.3 |
1504 | 2023-12-14T23:45:27.680Z | Compiling ipnetwork v0.20.0 |
1505 | 2023-12-14T23:45:27.956Z | Compiling crypto-bigint v0.5.2 |
1506 | 2023-12-14T23:45:28.370Z | Compiling futures-executor v0.3.29 |
1507 | 2023-12-14T23:45:29.180Z | Compiling getopts v0.2.21 |
1508 | 2023-12-14T23:45:29.192Z | Compiling float-cmp v0.9.0 |
1509 | 2023-12-14T23:45:29.487Z | Compiling normalize-line-endings v0.3.0 |
1510 | 2023-12-14T23:45:29.652Z | Compiling minimal-lexical v0.2.1 |
1511 | 2023-12-14T23:45:30.902Z | Compiling static_assertions v1.1.0 |
1512 | 2023-12-14T23:45:31.281Z | Compiling fixedbitset v0.4.2 |
1513 | 2023-12-14T23:45:31.591Z | Compiling data-encoding v2.4.0 |
1514 | 2023-12-14T23:45:32.030Z | Compiling whoami v1.4.1 |
1515 | 2023-12-14T23:45:33.006Z | Compiling predicates-core v1.0.6 |
1516 | 2023-12-14T23:45:33.122Z | Compiling difflib v0.4.0 |
1517 | 2023-12-14T23:45:33.591Z | Compiling regex-automata v0.3.8 |
1518 | 2023-12-14T23:45:35.582Z | Compiling new_debug_unreachable v1.0.4 |
1519 | 2023-12-14T23:45:35.700Z | Compiling unsafe-libyaml v0.2.9 |
1520 | 2023-12-14T23:45:35.875Z | Compiling precomputed-hash v0.1.1 |
1521 | 2023-12-14T23:45:35.959Z | Compiling predicates v3.0.4 |
1522 | 2023-12-14T23:45:36.073Z | Compiling string_cache v0.8.7 |
1523 | 2023-12-14T23:45:37.297Z | Compiling bstr v1.6.0 |
1524 | 2023-12-14T23:45:37.784Z | Compiling trust-dns-proto v0.22.0 |
1525 | 2023-12-14T23:45:37.892Z | Compiling tokio-postgres v0.7.10 |
1526 | 2023-12-14T23:45:38.390Z | Compiling serde_yaml v0.9.25 |
1527 | 2023-12-14T23:45:38.761Z | Compiling petgraph v0.6.4 |
1528 | 2023-12-14T23:45:39.024Z | Compiling diesel v2.1.4 |
1529 | 2023-12-14T23:45:39.946Z | Compiling elliptic-curve v0.13.8 |
1530 | 2023-12-14T23:45:41.163Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1531 | 2023-12-14T23:45:42.539Z | Compiling nom v7.1.3 |
1532 | 2023-12-14T23:45:45.580Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1533 | 2023-12-14T23:45:46.693Z | Compiling futures v0.3.29 |
1534 | 2023-12-14T23:45:49.111Z | Compiling snafu v0.7.5 |
1535 | 2023-12-14T23:45:50.463Z | Compiling yasna v0.5.2 |
1536 | 2023-12-14T23:45:50.982Z | Compiling zip v0.6.6 |
1537 | 2023-12-14T23:45:51.949Z | Compiling clap v4.4.3 |
1538 | 2023-12-14T23:45:52.914Z | Compiling similar v2.3.0 |
1539 | 2023-12-14T23:45:53.298Z | Compiling bit-set v0.5.3 |
1540 | 2023-12-14T23:45:53.611Z | Compiling itertools v0.10.5 |
1541 | 2023-12-14T23:45:53.751Z | Compiling usdt v0.3.5 |
1542 | 2023-12-14T23:45:54.147Z | Compiling tokio-stream v0.1.14 |
1543 | 2023-12-14T23:45:54.344Z | Compiling console v0.15.7 |
1544 | 2023-12-14T23:45:56.895Z | Compiling lalrpop-util v0.19.12 |
1545 | 2023-12-14T23:45:58.817Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1546 | 2023-12-14T23:46:47.362Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1547 | 2023-12-14T23:46:48.108Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1548 | 2023-12-14T23:46:49.241Z | Compiling sha1 v0.10.6 |
1549 | 2023-12-14T23:47:03.714Z | Compiling atty v0.2.14 |
1550 | 2023-12-14T23:47:03.901Z | Compiling match_cfg v0.1.0 |
1551 | 2023-12-14T23:47:03.901Z | Compiling hostname v0.3.1 |
1552 | 2023-12-14T23:47:03.902Z | Compiling dirs-sys-next v0.1.2 |
1553 | 2023-12-14T23:47:03.902Z | Compiling ident_case v1.0.1 |
1554 | 2023-12-14T23:47:03.902Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1555 | 2023-12-14T23:47:03.902Z | Compiling darling_core v0.20.3 |
1556 | 2023-12-14T23:47:03.902Z | Compiling dirs-next v2.0.0 |
1557 | 2023-12-14T23:47:03.902Z | Compiling thread_local v1.1.7 |
1558 | 2023-12-14T23:47:03.902Z | Compiling slog-async v2.8.0 |
1559 | 2023-12-14T23:47:03.902Z | Compiling camino v1.1.6 |
1560 | 2023-12-14T23:47:03.902Z | Compiling term v0.7.0 |
1561 | 2023-12-14T23:47:04.264Z | Compiling crossbeam-channel v0.5.8 |
1562 | 2023-12-14T23:47:04.425Z | Compiling multer v2.1.0 |
1563 | 2023-12-14T23:47:04.872Z | Compiling instant v0.1.12 |
1564 | 2023-12-14T23:47:05.061Z | Compiling paste v1.0.14 |
1565 | 2023-12-14T23:47:05.783Z | Compiling take_mut v0.2.2 |
1566 | 2023-12-14T23:47:06.061Z | Compiling slog-term v2.9.0 |
1567 | 2023-12-14T23:47:06.115Z | Compiling slog-json v2.6.1 |
1568 | 2023-12-14T23:47:06.682Z | Compiling async-stream-impl v0.3.5 |
1569 | 2023-12-14T23:47:07.815Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1570 | 2023-12-14T23:47:08.089Z | Compiling debug-ignore v1.0.5 |
1571 | 2023-12-14T23:47:08.123Z | Compiling atomic-waker v1.1.1 |
1572 | 2023-12-14T23:47:08.301Z | Compiling waitgroup v0.1.2 |
1573 | 2023-12-14T23:47:08.321Z | Compiling slog-bunyan v2.4.0 |
1574 | 2023-12-14T23:47:08.623Z | Compiling toml v0.8.8 |
1575 | 2023-12-14T23:47:08.956Z | Compiling async-stream v0.3.5 |
1576 | 2023-12-14T23:47:09.433Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1577 | 2023-12-14T23:47:10.127Z | Compiling serde_path_to_error v0.1.14 |
1578 | 2023-12-14T23:47:10.602Z | Compiling structmeta-derive v0.2.0 |
1579 | 2023-12-14T23:47:10.831Z | Compiling strum v0.25.0 |
1580 | 2023-12-14T23:47:11.015Z | Compiling regex-syntax v0.7.5 |
1581 | 2023-12-14T23:47:11.091Z | Compiling backoff v0.4.0 |
1582 | 2023-12-14T23:47:11.791Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1583 | 2023-12-14T23:47:11.814Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1584 | 2023-12-14T23:47:11.814Z | Compiling macaddr v1.0.1 |
1585 | 2023-12-14T23:47:11.821Z | Compiling proc-macro-error-attr v1.0.4 |
1586 | 2023-12-14T23:47:12.349Z | Compiling proc-macro-crate v1.3.1 |
1587 | 2023-12-14T23:47:12.374Z | Compiling proc-macro-error v1.0.4 |
1588 | 2023-12-14T23:47:12.515Z | Compiling darling_macro v0.20.3 |
1589 | 2023-12-14T23:47:13.016Z | Compiling smoltcp v0.10.0 |
1590 | 2023-12-14T23:47:14.035Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1591 | 2023-12-14T23:47:14.124Z | Compiling num_enum_derive v0.5.11 |
1592 | 2023-12-14T23:47:14.174Z | Compiling darling v0.20.3 |
1593 | 2023-12-14T23:47:14.333Z | Compiling serde_with_macros v3.4.0 |
1594 | 2023-12-14T23:47:14.561Z | Compiling cobs v0.2.3 |
1595 | 2023-12-14T23:47:15.048Z | Compiling fastrand v2.0.0 |
1596 | 2023-12-14T23:47:15.381Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1597 | 2023-12-14T23:47:15.669Z | Compiling structmeta v0.2.0 |
1598 | 2023-12-14T23:47:15.811Z | Compiling embedded-io v0.4.0 |
1599 | 2023-12-14T23:47:16.025Z | Compiling tempfile v3.8.1 |
1600 | 2023-12-14T23:47:16.197Z | Compiling postcard v1.0.8 |
1601 | 2023-12-14T23:47:17.415Z | Compiling foreign-types-macros v0.2.3 |
1602 | 2023-12-14T23:47:17.557Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1603 | 2023-12-14T23:47:17.989Z | Compiling crucible-workspace-hack v0.1.0 |
1604 | 2023-12-14T23:47:18.409Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1605 | 2023-12-14T23:47:18.731Z | Compiling num_enum v0.5.11 |
1606 | 2023-12-14T23:47:18.838Z | Compiling same-file v1.0.6 |
1607 | 2023-12-14T23:47:18.895Z | Compiling serde_with v3.4.0 |
1608 | 2023-12-14T23:47:18.958Z | Compiling foreign-types-shared v0.3.1 |
1609 | 2023-12-14T23:47:19.118Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1610 | 2023-12-14T23:47:19.187Z | Compiling walkdir v2.4.0 |
1611 | 2023-12-14T23:47:19.517Z | Compiling foreign-types v0.5.0 |
1612 | 2023-12-14T23:47:19.824Z | Compiling is-terminal v0.4.9 |
1613 | 2023-12-14T23:47:20.003Z | Compiling semver-parser v0.10.2 |
1614 | 2023-12-14T23:47:20.027Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1615 | 2023-12-14T23:47:20.456Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1616 | 2023-12-14T23:47:21.364Z | Compiling cstr-argument v0.1.2 |
1617 | 2023-12-14T23:47:21.888Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1618 | 2023-12-14T23:47:22.634Z | Compiling pretty-hex v0.2.1 |
1619 | 2023-12-14T23:47:22.845Z | Compiling parse-display-derive v0.8.2 |
1620 | 2023-12-14T23:47:22.908Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1621 | 2023-12-14T23:47:23.360Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1622 | 2023-12-14T23:47:23.914Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1623 | 2023-12-14T23:47:25.109Z | Compiling semver v0.11.0 |
1624 | 2023-12-14T23:47:25.113Z | Compiling colored v2.0.4 |
1625 | 2023-12-14T23:47:25.393Z | Compiling filetime v0.2.23 |
1626 | 2023-12-14T23:47:25.407Z | Compiling xattr v1.0.1 |
1627 | 2023-12-14T23:47:25.800Z | Compiling home v0.5.5 |
1628 | 2023-12-14T23:47:25.842Z | Compiling tar v0.4.40 |
1629 | 2023-12-14T23:47:26.211Z | Compiling toolchain_find v0.2.0 |
1630 | 2023-12-14T23:47:26.263Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1631 | 2023-12-14T23:47:26.451Z | Compiling camino-tempfile v1.1.1 |
1632 | 2023-12-14T23:47:27.095Z | Compiling zone_cfg_derive v0.3.0 |
1633 | 2023-12-14T23:47:27.120Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1634 | 2023-12-14T23:47:27.180Z | Compiling textwrap v0.11.0 |
1635 | 2023-12-14T23:47:27.784Z | Compiling heck v0.3.3 |
1636 | 2023-12-14T23:47:28.406Z | Compiling toml v0.5.11 |
1637 | 2023-12-14T23:47:28.601Z | Compiling num-derive v0.4.0 |
1638 | 2023-12-14T23:47:29.358Z | Compiling libefi-sys v0.1.0 |
1639 | 2023-12-14T23:47:29.429Z | Compiling strsim v0.8.0 |
1640 | 2023-12-14T23:47:29.560Z | Compiling platforms v3.0.2 |
1641 | 2023-12-14T23:47:29.771Z | Compiling ansi_term v0.12.1 |
1642 | 2023-12-14T23:47:30.070Z | Compiling vec_map v0.8.2 |
1643 | 2023-12-14T23:47:30.406Z | Compiling parse-display v0.8.2 |
1644 | 2023-12-14T23:47:30.512Z | Compiling clap v2.34.0 |
1645 | 2023-12-14T23:47:30.565Z | Compiling zone v0.3.0 |
1646 | 2023-12-14T23:47:30.615Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1647 | 2023-12-14T23:47:31.038Z | Compiling structopt-derive v0.4.18 |
1648 | 2023-12-14T23:47:32.294Z | Compiling rustfmt-wrapper v0.2.0 |
1649 | 2023-12-14T23:47:32.443Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1650 | 2023-12-14T23:47:32.628Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1651 | 2023-12-14T23:47:33.095Z | Compiling omicron-zone-package v0.9.1 |
1652 | 2023-12-14T23:47:33.292Z | Compiling smf v0.2.2 |
1653 | 2023-12-14T23:47:34.253Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1654 | 2023-12-14T23:47:35.545Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1655 | 2023-12-14T23:47:35.612Z | Compiling unicase v2.7.0 |
1656 | 2023-12-14T23:47:36.042Z | Compiling curve25519-dalek v4.1.1 |
1657 | 2023-12-14T23:47:36.045Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1658 | 2023-12-14T23:47:36.099Z | Compiling universal-hash v0.5.1 |
1659 | 2023-12-14T23:47:36.125Z | Compiling opaque-debug v0.3.0 |
1660 | 2023-12-14T23:47:36.261Z | Compiling structopt v0.3.26 |
1661 | 2023-12-14T23:47:36.394Z | Compiling curve25519-dalek-derive v0.1.0 |
1662 | 2023-12-14T23:47:36.573Z | Compiling num-rational v0.4.1 |
1663 | 2023-12-14T23:47:36.641Z | Compiling getrandom v0.1.16 |
1664 | 2023-12-14T23:47:37.272Z | Compiling signature v2.1.0 |
1665 | 2023-12-14T23:47:37.312Z | Compiling parking_lot_core v0.8.6 |
1666 | 2023-12-14T23:47:37.357Z | Compiling quick-error v1.2.3 |
1667 | 2023-12-14T23:47:37.559Z | Compiling keccak v0.1.4 |
1668 | 2023-12-14T23:47:37.633Z | Compiling linked-hash-map v0.5.6 |
1669 | 2023-12-14T23:47:37.989Z | Compiling resolv-conf v0.7.0 |
1670 | 2023-12-14T23:47:38.206Z | Compiling lru-cache v0.1.2 |
1671 | 2023-12-14T23:47:38.480Z | Compiling sha3 v0.10.8 |
1672 | 2023-12-14T23:47:39.347Z | Compiling password-hash v0.5.0 |
1673 | 2023-12-14T23:47:39.812Z | Compiling blake2 v0.10.6 |
1674 | 2023-12-14T23:47:40.021Z | Compiling aead v0.5.2 |
1675 | 2023-12-14T23:47:40.068Z | Compiling secrecy v0.8.0 |
1676 | 2023-12-14T23:47:40.470Z | Compiling num-complex v0.4.4 |
1677 | 2023-12-14T23:47:40.547Z | Compiling nibble_vec v0.1.0 |
1678 | 2023-12-14T23:47:40.914Z | Compiling slog-dtrace v0.2.3 |
1679 | 2023-12-14T23:47:41.158Z | Compiling convert_case v0.4.0 |
1680 | 2023-12-14T23:47:41.377Z | Compiling utf-8 v0.7.6 |
1681 | 2023-12-14T23:47:41.606Z | Compiling cancel-safe-futures v0.1.5 |
1682 | 2023-12-14T23:47:41.865Z | Compiling endian-type v0.1.2 |
1683 | 2023-12-14T23:47:42.125Z | Compiling arc-swap v1.6.0 |
1684 | 2023-12-14T23:47:42.231Z | Compiling winapi v0.3.9 |
1685 | 2023-12-14T23:47:42.277Z | Compiling radix_trie v0.2.1 |
1686 | 2023-12-14T23:47:42.341Z | Compiling num v0.4.1 |
1687 | 2023-12-14T23:47:42.500Z | Compiling tungstenite v0.20.1 |
1688 | 2023-12-14T23:47:42.674Z | Compiling derive_more v0.99.17 |
1689 | 2023-12-14T23:47:43.185Z | Compiling slog-scope v4.4.0 |
1690 | 2023-12-14T23:47:43.469Z | Compiling argon2 v0.5.2 |
1691 | 2023-12-14T23:47:43.902Z | Compiling mime_guess v2.0.4 |
1692 | 2023-12-14T23:47:44.067Z | Compiling trust-dns-resolver v0.22.0 |
1693 | 2023-12-14T23:47:45.793Z | Compiling rand_core v0.5.1 |
1694 | 2023-12-14T23:47:46.636Z | Compiling poly1305 v0.8.0 |
1695 | 2023-12-14T23:47:46.826Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1696 | 2023-12-14T23:47:47.225Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1697 | 2023-12-14T23:47:47.691Z | Compiling chacha20 v0.9.1 |
1698 | 2023-12-14T23:47:48.414Z | Compiling rfc6979 v0.4.0 |
1699 | 2023-12-14T23:47:48.662Z | Compiling thiserror-impl-no-std v2.0.2 |
1700 | 2023-12-14T23:47:48.685Z | Compiling half v1.8.2 |
1701 | 2023-12-14T23:47:48.689Z | Compiling option-ext v0.2.0 |
1702 | 2023-12-14T23:47:48.895Z | Compiling ciborium-io v0.2.1 |
1703 | 2023-12-14T23:47:49.056Z | Compiling dirs-sys v0.4.1 |
1704 | 2023-12-14T23:47:49.080Z | Compiling ecdsa v0.16.9 |
1705 | 2023-12-14T23:47:49.712Z | Compiling ciborium-ll v0.2.1 |
1706 | 2023-12-14T23:47:50.049Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1707 | 2023-12-14T23:47:50.455Z | Compiling parking_lot v0.11.2 |
1708 | 2023-12-14T23:47:50.484Z | Compiling rand_chacha v0.2.2 |
1709 | 2023-12-14T23:47:51.086Z | Compiling tokio-tungstenite v0.20.1 |
1710 | 2023-12-14T23:47:52.048Z | Compiling slog-stdlog v4.1.1 |
1711 | 2023-12-14T23:47:52.631Z | Compiling trust-dns-client v0.22.0 |
1712 | 2023-12-14T23:47:53.004Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1713 | 2023-12-14T23:47:53.637Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1714 | 2023-12-14T23:47:53.748Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1715 | 2023-12-14T23:47:54.135Z | Compiling thiserror-no-std v2.0.2 |
1716 | 2023-12-14T23:47:54.651Z | Compiling ed25519 v2.2.2 |
1717 | 2023-12-14T23:47:54.779Z | Compiling polyval v0.6.1 |
1718 | 2023-12-14T23:47:55.005Z | Compiling primeorder v0.13.6 |
1719 | 2023-12-14T23:47:55.438Z | Compiling ctr v0.9.2 |
1720 | 2023-12-14T23:47:55.824Z | Compiling blowfish v0.9.1 |
1721 | 2023-12-14T23:47:55.971Z | Compiling aes v0.8.3 |
1722 | 2023-12-14T23:47:56.548Z | Compiling password-hash v0.4.2 |
1723 | 2023-12-14T23:47:57.293Z | Compiling libsw v3.3.0 |
1724 | 2023-12-14T23:47:57.801Z | Compiling pbkdf2 v0.12.2 |
1725 | 2023-12-14T23:47:58.026Z | Compiling derive-where v1.2.6 |
1726 | 2023-12-14T23:48:01.643Z | Compiling fxhash v0.2.1 |
1727 | 2023-12-14T23:48:01.643Z | Compiling owo-colors v3.5.0 |
1728 | 2023-12-14T23:48:01.643Z | Compiling swrite v0.1.0 |
1729 | 2023-12-14T23:48:01.643Z | Compiling linear-map v1.2.0 |
1730 | 2023-12-14T23:48:01.660Z | Compiling glob v0.3.1 |
1731 | 2023-12-14T23:48:04.569Z | Compiling trust-dns-server v0.22.1 |
1732 | 2023-12-14T23:48:04.576Z | Compiling sled v0.34.7 |
1733 | 2023-12-14T23:48:04.576Z | Compiling bcrypt-pbkdf v0.10.0 |
1734 | 2023-12-14T23:48:05.275Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1735 | 2023-12-14T23:48:07.070Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1736 | 2023-12-14T23:48:08.238Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1737 | 2023-12-14T23:48:08.830Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1738 | 2023-12-14T23:48:09.447Z | Compiling pbkdf2 v0.11.0 |
1739 | 2023-12-14T23:48:10.005Z | Compiling p256 v0.13.2 |
1740 | 2023-12-14T23:48:11.385Z | Compiling ghash v0.5.0 |
1741 | 2023-12-14T23:48:11.657Z | Compiling ed25519-dalek v2.0.0 |
1742 | 2023-12-14T23:48:13.363Z | Compiling vsss-rs v3.3.2 |
1743 | 2023-12-14T23:48:15.291Z | Compiling slog-envlogger v2.2.0 |
1744 | 2023-12-14T23:48:16.388Z | Compiling russh-cryptovec v0.7.0 |
1745 | 2023-12-14T23:48:16.851Z | Compiling rand v0.7.3 |
1746 | 2023-12-14T23:48:18.228Z | Compiling ciborium v0.2.1 |
1747 | 2023-12-14T23:48:19.390Z | Compiling dirs v5.0.1 |
1748 | 2023-12-14T23:48:19.416Z | Compiling chacha20poly1305 v0.10.1 |
1749 | 2023-12-14T23:48:19.673Z | Compiling cbc v0.1.2 |
1750 | 2023-12-14T23:48:19.747Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1751 | 2023-12-14T23:48:19.992Z | Compiling pem v3.0.2 |
1752 | 2023-12-14T23:48:20.087Z | Compiling headers-core v0.2.0 |
1753 | 2023-12-14T23:48:20.376Z | Compiling kstat-rs v0.2.3 |
1754 | 2023-12-14T23:48:20.445Z | Compiling md5 v0.7.0 |
1755 | 2023-12-14T23:48:21.127Z | Compiling pretty-hex v0.4.0 |
1756 | 2023-12-14T23:48:21.475Z | Compiling http-range v0.1.5 |
1757 | 2023-12-14T23:48:21.481Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1758 | 2023-12-14T23:48:21.523Z | Compiling russh-keys v0.40.1 |
1759 | 2023-12-14T23:48:21.657Z | Compiling rcgen v0.11.3 |
1760 | 2023-12-14T23:48:21.783Z | Compiling hyper-staticfile v0.9.5 |
1761 | 2023-12-14T23:48:21.898Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1762 | 2023-12-14T23:48:22.054Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1763 | 2023-12-14T23:48:23.354Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1764 | 2023-12-14T23:48:24.539Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1765 | 2023-12-14T23:48:24.563Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1766 | 2023-12-14T23:48:26.041Z | Compiling headers v0.3.9 |
1767 | 2023-12-14T23:48:27.149Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1768 | 2023-12-14T23:48:29.496Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1769 | 2023-12-14T23:48:32.554Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1770 | 2023-12-14T23:48:38.650Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1771 | 2023-12-14T23:48:39.029Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1772 | 2023-12-14T23:48:39.029Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1773 | 2023-12-14T23:48:39.029Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1774 | 2023-12-14T23:48:39.171Z | Compiling aes-gcm v0.10.3 |
1775 | 2023-12-14T23:48:39.171Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1776 | 2023-12-14T23:48:40.695Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1777 | 2023-12-14T23:48:48.334Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1778 | 2023-12-14T23:48:49.192Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1779 | 2023-12-14T23:48:51.702Z | Compiling atomicwrites v0.4.2 |
1780 | 2023-12-14T23:48:52.229Z | Compiling itertools v0.12.0 |
1781 | 2023-12-14T23:48:52.439Z | Compiling subprocess v0.2.9 |
1782 | 2023-12-14T23:48:55.249Z | Compiling hex-literal v0.4.1 |
1783 | 2023-12-14T23:48:55.463Z | Compiling display-error-chain v0.2.0 |
1784 | 2023-12-14T23:48:55.739Z | Compiling russh v0.40.1 |
1785 | 2023-12-14T23:48:55.904Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1786 | 2023-12-14T23:48:57.382Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1787 | 2023-12-14T23:48:57.982Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1788 | 2023-12-14T23:49:27.515Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1789 | 2023-12-14T23:50:48.768Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 03s |
1790 | 2023-12-14T23:50:49.108Z | |
1791 | 2023-12-14T23:50:49.118Z | real 8:04.096844660 |
1792 | 2023-12-14T23:50:49.118Z | user 44:42.182397540 |
1793 | 2023-12-14T23:50:49.119Z | sys 6:51.453930147 |
1794 | 2023-12-14T23:50:49.119Z | trap 1.670140279 |
1795 | 2023-12-14T23:50:49.119Z | tflt 2.710491607 |
1796 | 2023-12-14T23:50:49.120Z | dflt 6.844962649 |
1797 | 2023-12-14T23:50:49.120Z | kflt 0.026109800 |
1798 | 2023-12-14T23:50:49.120Z | lock 1:25:26.536546196 |
1799 | 2023-12-14T23:50:49.120Z | slp 2:07:22.121273275 |
1800 | 2023-12-14T23:50:49.120Z | lat 1:59.941949057 |
1801 | 2023-12-14T23:50:49.120Z | stop 4:33.258581094 |
1802 | 2023-12-14T23:50:49.120Z | + mkdir -p /work/end-to-end-tests |
1803 | 2023-12-14T23:50:49.120Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1804 | 2023-12-14T23:50:49.893Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1805 | 2023-12-14T23:50:49.893Z | + ptime -m gzip |
1806 | 2023-12-14T23:50:49.898Z | ++ basename target/debug/bootstrap |
1807 | 2023-12-14T23:51:06.925Z | |
1808 | 2023-12-14T23:51:06.929Z | real 17.023431109 |
1809 | 2023-12-14T23:51:06.929Z | user 16.840249364 |
1810 | 2023-12-14T23:51:06.929Z | sys 0.166509152 |
1811 | 2023-12-14T23:51:06.929Z | trap 0.007511369 |
1812 | 2023-12-14T23:51:06.930Z | tflt 0.000000000 |
1813 | 2023-12-14T23:51:06.930Z | dflt 0.000000000 |
1814 | 2023-12-14T23:51:06.930Z | kflt 0.000000000 |
1815 | 2023-12-14T23:51:06.931Z | lock 0.000000000 |
1816 | 2023-12-14T23:51:06.931Z | slp 0.000000000 |
1817 | 2023-12-14T23:51:06.931Z | lat 0.008787152 |
1818 | 2023-12-14T23:51:06.931Z | stop 0.000256611 |
1819 | 2023-12-14T23:51:06.931Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1820 | 2023-12-14T23:51:06.931Z | + ptime -m gzip |
1821 | 2023-12-14T23:51:06.931Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eae955b6030e5419 |
1822 | 2023-12-14T23:51:08.033Z | |
1823 | 2023-12-14T23:51:08.036Z | real 1.099997217 |
1824 | 2023-12-14T23:51:08.037Z | user 1.087917891 |
1825 | 2023-12-14T23:51:08.037Z | sys 0.011421425 |
1826 | 2023-12-14T23:51:08.037Z | trap 0.000127698 |
1827 | 2023-12-14T23:51:08.037Z | tflt 0.000000000 |
1828 | 2023-12-14T23:51:08.037Z | dflt 0.000000000 |
1829 | 2023-12-14T23:51:08.037Z | kflt 0.000000000 |
1830 | 2023-12-14T23:51:08.037Z | lock 0.000000000 |
1831 | 2023-12-14T23:51:08.037Z | slp 0.000000000 |
1832 | 2023-12-14T23:51:08.037Z | lat 0.000178713 |
1833 | 2023-12-14T23:51:08.037Z | stop 0.000235203 |
1834 | 2023-12-14T23:51:08.037Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1835 | 2023-12-14T23:51:08.037Z | + ptime -m gzip |
1836 | 2023-12-14T23:51:08.037Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-114e4ef0b9f9b2b3 |
1837 | 2023-12-14T23:51:25.552Z | |
1838 | 2023-12-14T23:51:25.573Z | real 17.508268818 |
1839 | 2023-12-14T23:51:25.574Z | user 17.332432343 |
1840 | 2023-12-14T23:51:25.574Z | sys 0.171553159 |
1841 | 2023-12-14T23:51:25.574Z | trap 0.003033311 |
1842 | 2023-12-14T23:51:25.574Z | tflt 0.000000000 |
1843 | 2023-12-14T23:51:25.574Z | dflt 0.000000000 |
1844 | 2023-12-14T23:51:25.574Z | kflt 0.000000000 |
1845 | 2023-12-14T23:51:25.574Z | lock 0.000000000 |
1846 | 2023-12-14T23:51:25.575Z | slp 0.000000000 |
1847 | 2023-12-14T23:51:25.575Z | lat 0.000894929 |
1848 | 2023-12-14T23:51:25.576Z | stop 0.000237329 |
1849 | 2023-12-14T23:51:25.576Z | + banner caboose-util |
1850 | 2023-12-14T23:51:25.576Z | |
1851 | 2023-12-14T23:51:25.576Z | #### ## ##### #### #### #### ###### # # ##### |
1852 | 2023-12-14T23:51:25.576Z | # # # # # # # # # # # # # # # |
1853 | 2023-12-14T23:51:25.577Z | # # # ##### # # # # #### ##### ##### # # # |
1854 | 2023-12-14T23:51:25.577Z | # ###### # # # # # # # # # # # |
1855 | 2023-12-14T23:51:25.577Z | # # # # # # # # # # # # # # # # |
1856 | 2023-12-14T23:51:25.577Z | #### # # ##### #### #### #### ###### #### # |
1857 | 2023-12-14T23:51:25.577Z | |
1858 | 2023-12-14T23:51:25.577Z | + ptime -m cargo build --locked -p caboose-util --release |
1859 | 2023-12-14T23:51:26.218Z | Downloading crates ... |
1860 | 2023-12-14T23:51:26.596Z | Downloaded path-slash v0.1.5 |
1861 | 2023-12-14T23:51:26.606Z | Downloaded funty v2.0.0 |
1862 | 2023-12-14T23:51:26.615Z | Downloaded maybe-uninit v2.0.0 |
1863 | 2023-12-14T23:51:26.615Z | Downloaded wyz v0.5.1 |
1864 | 2023-12-14T23:51:26.633Z | Downloaded packed_struct v0.10.1 |
1865 | 2023-12-14T23:51:26.633Z | Downloaded bitfield v0.14.0 |
1866 | 2023-12-14T23:51:26.634Z | Downloaded smallvec v0.6.14 |
1867 | 2023-12-14T23:51:26.634Z | Downloaded nodrop v0.1.14 |
1868 | 2023-12-14T23:51:26.634Z | Downloaded packed_struct_codegen v0.10.1 |
1869 | 2023-12-14T23:51:26.640Z | Downloaded serde-hex v0.1.0 |
1870 | 2023-12-14T23:51:26.640Z | Downloaded termcolor v1.2.0 |
1871 | 2023-12-14T23:51:26.641Z | Downloaded radium v0.7.0 |
1872 | 2023-12-14T23:51:26.641Z | Downloaded pkcs1 v0.7.5 |
1873 | 2023-12-14T23:51:26.641Z | Downloaded num-bigint-dig v0.8.4 |
1874 | 2023-12-14T23:51:26.645Z | Downloaded crc-any v2.4.3 |
1875 | 2023-12-14T23:51:26.646Z | Downloaded ron v0.8.1 |
1876 | 2023-12-14T23:51:26.659Z | Downloaded x509-cert v0.2.4 |
1877 | 2023-12-14T23:51:26.670Z | Downloaded rsa v0.9.2 |
1878 | 2023-12-14T23:51:26.680Z | Downloaded bitvec v1.0.1 |
1879 | 2023-12-14T23:51:26.707Z | Downloaded object v0.30.4 |
1880 | 2023-12-14T23:51:26.724Z | Downloaded env_logger v0.10.0 |
1881 | 2023-12-14T23:51:26.732Z | Downloaded tap v1.0.1 |
1882 | 2023-12-14T23:51:26.732Z | Downloaded crc-catalog v2.2.0 |
1883 | 2023-12-14T23:51:26.732Z | Downloaded crc v3.0.1 |
1884 | 2023-12-14T23:51:26.742Z | Downloaded array-init v0.0.4 |
1885 | 2023-12-14T23:51:26.896Z | Compiling proc-macro2 v1.0.69 |
1886 | 2023-12-14T23:51:26.896Z | Compiling unicode-ident v1.0.12 |
1887 | 2023-12-14T23:51:26.902Z | Compiling libc v0.2.151 |
1888 | 2023-12-14T23:51:26.902Z | Compiling autocfg v1.1.0 |
1889 | 2023-12-14T23:51:26.902Z | Compiling serde v1.0.193 |
1890 | 2023-12-14T23:51:26.903Z | Compiling cfg-if v1.0.0 |
1891 | 2023-12-14T23:51:26.918Z | Compiling version_check v0.9.4 |
1892 | 2023-12-14T23:51:27.031Z | Compiling typenum v1.16.0 |
1893 | 2023-12-14T23:51:27.058Z | Compiling syn v1.0.109 |
1894 | 2023-12-14T23:51:27.151Z | Compiling parking_lot_core v0.9.8 |
1895 | 2023-12-14T23:51:27.962Z | Compiling libm v0.2.7 |
1896 | 2023-12-14T23:51:27.963Z | Compiling futures-core v0.3.29 |
1897 | 2023-12-14T23:51:27.963Z | Compiling generic-array v0.14.7 |
1898 | 2023-12-14T23:51:27.971Z | Compiling lock_api v0.4.10 |
1899 | 2023-12-14T23:51:28.205Z | Compiling num-traits v0.2.16 |
1900 | 2023-12-14T23:51:28.218Z | Compiling once_cell v1.19.0 |
1901 | 2023-12-14T23:51:28.325Z | Compiling pkg-config v0.3.27 |
1902 | 2023-12-14T23:51:28.374Z | Compiling scopeguard v1.2.0 |
1903 | 2023-12-14T23:51:28.549Z | Compiling slab v0.4.9 |
1904 | 2023-12-14T23:51:28.609Z | Compiling serde_json v1.0.108 |
1905 | 2023-12-14T23:51:28.808Z | Compiling futures-channel v0.3.29 |
1906 | 2023-12-14T23:51:28.968Z | Compiling quote v1.0.33 |
1907 | 2023-12-14T23:51:29.251Z | Compiling futures-task v0.3.29 |
1908 | 2023-12-14T23:51:29.300Z | Compiling memchr v2.6.3 |
1909 | 2023-12-14T23:51:29.676Z | Compiling syn v2.0.32 |
1910 | 2023-12-14T23:51:29.924Z | Compiling cc v1.0.83 |
1911 | 2023-12-14T23:51:30.021Z | Compiling getrandom v0.2.10 |
1912 | 2023-12-14T23:51:30.643Z | Compiling thiserror v1.0.49 |
1913 | 2023-12-14T23:51:30.759Z | Compiling rand_core v0.6.4 |
1914 | 2023-12-14T23:51:31.981Z | Compiling itoa v1.0.9 |
1915 | 2023-12-14T23:51:31.998Z | Compiling futures-util v0.3.29 |
1916 | 2023-12-14T23:51:31.998Z | Compiling byteorder v1.5.0 |
1917 | 2023-12-14T23:51:32.278Z | Compiling smallvec v1.11.2 |
1918 | 2023-12-14T23:51:33.079Z | Compiling vcpkg v0.2.15 |
1919 | 2023-12-14T23:51:33.142Z | Compiling log v0.4.20 |
1920 | 2023-12-14T23:51:34.532Z | Compiling pin-project-lite v0.2.13 |
1921 | 2023-12-14T23:51:34.964Z | Compiling const-oid v0.9.5 |
1922 | 2023-12-14T23:51:35.045Z | Compiling ring v0.17.7 |
1923 | 2023-12-14T23:51:35.203Z | Compiling indexmap v1.9.3 |
1924 | 2023-12-14T23:51:35.590Z | Compiling parking_lot v0.12.1 |
1925 | 2023-12-14T23:51:35.961Z | Compiling openssl-sys v0.9.96 |
1926 | 2023-12-14T23:51:37.009Z | Compiling heck v0.4.1 |
1927 | 2023-12-14T23:51:37.143Z | Compiling subtle v2.5.0 |
1928 | 2023-12-14T23:51:37.425Z | Compiling io-lifetimes v1.0.11 |
1929 | 2023-12-14T23:51:37.950Z | Compiling ring v0.16.20 |
1930 | 2023-12-14T23:51:38.014Z | Compiling num-integer v0.1.45 |
1931 | 2023-12-14T23:51:38.382Z | Compiling ryu v1.0.15 |
1932 | 2023-12-14T23:51:38.715Z | Compiling semver v1.0.20 |
1933 | 2023-12-14T23:51:40.466Z | Compiling spin v0.5.2 |
1934 | 2023-12-14T23:51:40.825Z | Compiling rustix v0.37.23 |
1935 | 2023-12-14T23:51:41.540Z | Compiling mio v0.8.9 |
1936 | 2023-12-14T23:51:41.577Z | Compiling socket2 v0.5.5 |
1937 | 2023-12-14T23:51:41.681Z | Compiling signal-hook-registry v1.4.1 |
1938 | 2023-12-14T23:51:42.314Z | Compiling num_cpus v1.16.0 |
1939 | 2023-12-14T23:51:42.471Z | Compiling httparse v1.8.0 |
1940 | 2023-12-14T23:51:42.679Z | Compiling futures-sink v0.3.29 |
1941 | 2023-12-14T23:51:42.709Z | Compiling unicode-xid v0.2.4 |
1942 | 2023-12-14T23:51:42.879Z | Compiling openssl v0.10.60 |
1943 | 2023-12-14T23:51:42.938Z | Compiling ucd-trie v0.1.6 |
1944 | 2023-12-14T23:51:42.982Z | Compiling synstructure v0.12.6 |
1945 | 2023-12-14T23:51:43.301Z | Compiling tinyvec_macros v0.1.1 |
1946 | 2023-12-14T23:51:43.412Z | Compiling tinyvec v1.6.0 |
1947 | 2023-12-14T23:51:44.559Z | Compiling crc32fast v1.3.2 |
1948 | 2023-12-14T23:51:45.176Z | Compiling native-tls v0.2.11 |
1949 | 2023-12-14T23:51:45.638Z | Compiling futures-io v0.3.29 |
1950 | 2023-12-14T23:51:46.099Z | Compiling pin-utils v0.1.0 |
1951 | 2023-12-14T23:51:46.525Z | Compiling rustls v0.21.9 |
1952 | 2023-12-14T23:51:46.525Z | Compiling ppv-lite86 v0.2.17 |
1953 | 2023-12-14T23:51:46.525Z | Compiling unicode-normalization v0.1.22 |
1954 | 2023-12-14T23:51:46.525Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1955 | 2023-12-14T23:51:46.901Z | Compiling spin v0.9.8 |
1956 | 2023-12-14T23:51:47.166Z | Compiling tracing-core v0.1.31 |
1957 | 2023-12-14T23:51:47.203Z | Compiling unicode-bidi v0.3.13 |
1958 | 2023-12-14T23:51:47.405Z | Compiling rand_chacha v0.3.1 |
1959 | 2023-12-14T23:51:47.885Z | Compiling base64ct v1.6.0 |
1960 | 2023-12-14T23:51:48.283Z | Compiling pem-rfc7468 v0.7.0 |
1961 | 2023-12-14T23:51:48.686Z | Compiling rand v0.8.5 |
1962 | 2023-12-14T23:51:50.054Z | Compiling errno v0.3.2 |
1963 | 2023-12-14T23:51:50.084Z | Compiling num-iter v0.1.43 |
1964 | 2023-12-14T23:51:50.206Z | Compiling usdt-impl v0.3.5 |
1965 | 2023-12-14T23:51:50.410Z | Compiling ahash v0.8.6 |
1966 | 2023-12-14T23:51:50.538Z | Compiling schemars v0.8.13 |
1967 | 2023-12-14T23:51:50.916Z | Compiling flagset v0.4.3 |
1968 | 2023-12-14T23:51:51.049Z | Compiling rustix v0.38.25 |
1969 | 2023-12-14T23:51:51.192Z | Compiling base64 v0.21.5 |
1970 | 2023-12-14T23:51:51.322Z | Compiling serde_derive_internals v0.26.0 |
1971 | 2023-12-14T23:51:51.336Z | Compiling serde_derive v1.0.193 |
1972 | 2023-12-14T23:51:52.256Z | Compiling zeroize_derive v1.4.2 |
1973 | 2023-12-14T23:51:52.261Z | Compiling tokio-macros v2.2.0 |
1974 | 2023-12-14T23:51:52.261Z | Compiling thiserror-impl v1.0.49 |
1975 | 2023-12-14T23:51:52.261Z | Compiling futures-macro v0.3.29 |
1976 | 2023-12-14T23:51:53.197Z | Compiling tracing-attributes v0.1.26 |
1977 | 2023-12-14T23:51:53.397Z | Compiling der_derive v0.7.2 |
1978 | 2023-12-14T23:51:54.060Z | Compiling zeroize v1.7.0 |
1979 | 2023-12-14T23:51:55.079Z | Compiling zerocopy-derive v0.2.0 |
1980 | 2023-12-14T23:51:55.209Z | Compiling openssl-macros v0.1.1 |
1981 | 2023-12-14T23:51:56.646Z | Compiling pest v2.7.2 |
1982 | 2023-12-14T23:51:57.091Z | Compiling crypto-common v0.1.6 |
1983 | 2023-12-14T23:51:57.104Z | Compiling block-buffer v0.10.4 |
1984 | 2023-12-14T23:51:57.440Z | Compiling digest v0.10.7 |
1985 | 2023-12-14T23:51:57.464Z | Compiling zerocopy-derive v0.7.26 |
1986 | 2023-12-14T23:51:57.882Z | Compiling zerocopy-derive v0.6.4 |
1987 | 2023-12-14T23:51:58.142Z | Compiling der v0.7.8 |
1988 | 2023-12-14T23:51:58.605Z | Compiling tracing v0.1.37 |
1989 | 2023-12-14T23:52:00.510Z | Compiling pest_meta v2.7.2 |
1990 | 2023-12-14T23:52:02.000Z | Compiling fnv v1.0.7 |
1991 | 2023-12-14T23:52:05.651Z | Compiling pest_generator v2.7.2 |
1992 | 2023-12-14T23:52:06.266Z | Compiling bitflags v1.3.2 |
1993 | 2023-12-14T23:52:07.783Z | Compiling spki v0.7.2 |
1994 | 2023-12-14T23:52:08.452Z | Compiling zerocopy v0.3.0 |
1995 | 2023-12-14T23:52:08.567Z | Compiling pest_derive v2.7.2 |
1996 | 2023-12-14T23:52:08.655Z | Compiling schemars_derive v0.8.13 |
1997 | 2023-12-14T23:52:09.620Z | Compiling lazy_static v1.4.0 |
1998 | 2023-12-14T23:52:10.181Z | Compiling backtrace v0.3.69 |
1999 | 2023-12-14T23:52:10.556Z | Compiling num-bigint v0.4.4 |
2000 | 2023-12-14T23:52:10.753Z | Compiling memoffset v0.9.0 |
2001 | 2023-12-14T23:52:11.196Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2002 | 2023-12-14T23:52:11.254Z | Compiling foreign-types-shared v0.1.1 |
2003 | 2023-12-14T23:52:11.394Z | Compiling smoltcp v0.9.1 |
2004 | 2023-12-14T23:52:12.053Z | Compiling untrusted v0.7.1 |
2005 | 2023-12-14T23:52:12.267Z | Compiling iana-time-zone v0.1.57 |
2006 | 2023-12-14T23:52:12.312Z | Compiling hashbrown v0.12.3 |
2007 | 2023-12-14T23:52:12.795Z | Compiling percent-encoding v2.3.1 |
2008 | 2023-12-14T23:52:12.930Z | Compiling equivalent v1.0.1 |
2009 | 2023-12-14T23:52:13.104Z | Compiling untrusted v0.9.0 |
2010 | 2023-12-14T23:52:13.113Z | Compiling doc-comment v0.3.3 |
2011 | 2023-12-14T23:52:13.286Z | Compiling async-trait v0.1.74 |
2012 | 2023-12-14T23:52:13.402Z | Compiling crossbeam-utils v0.8.16 |
2013 | 2023-12-14T23:52:13.782Z | Compiling bytes v1.5.0 |
2014 | 2023-12-14T23:52:14.107Z | Compiling bitflags v2.4.0 |
2015 | 2023-12-14T23:52:14.307Z | Compiling uuid v1.6.1 |
2016 | 2023-12-14T23:52:14.715Z | Compiling rustc_version v0.4.0 |
2017 | 2023-12-14T23:52:15.076Z | Compiling openssl-probe v0.1.5 |
2018 | 2023-12-14T23:52:15.223Z | Compiling tokio v1.35.0 |
2019 | 2023-12-14T23:52:15.471Z | Compiling http v0.2.11 |
2020 | 2023-12-14T23:52:15.480Z | Compiling hashbrown v0.14.2 |
2021 | 2023-12-14T23:52:15.625Z | Compiling heapless v0.7.16 |
2022 | 2023-12-14T23:52:17.589Z | Compiling indexmap v2.1.0 |
2023 | 2023-12-14T23:52:19.310Z | Compiling chrono v0.4.31 |
2024 | 2023-12-14T23:52:21.108Z | Compiling foreign-types v0.3.2 |
2025 | 2023-12-14T23:52:23.368Z | Compiling dtrace-parser v0.1.14 |
2026 | 2023-12-14T23:52:25.009Z | Compiling dof v0.1.5 |
2027 | 2023-12-14T23:52:25.141Z | Compiling hmac v0.12.1 |
2028 | 2023-12-14T23:52:25.182Z | Compiling clap_derive v4.4.2 |
2029 | 2023-12-14T23:52:26.278Z | Compiling thread-id v4.2.0 |
2030 | 2023-12-14T23:52:26.415Z | Compiling utf8parse v0.2.1 |
2031 | 2023-12-14T23:52:27.110Z | Compiling siphasher v0.3.11 |
2032 | 2023-12-14T23:52:27.113Z | Compiling time-core v0.1.1 |
2033 | 2023-12-14T23:52:27.113Z | Compiling try-lock v0.2.4 |
2034 | 2023-12-14T23:52:27.113Z | Compiling rustversion v1.0.14 |
2035 | 2023-12-14T23:52:27.284Z | Compiling cpufeatures v0.2.9 |
2036 | 2023-12-14T23:52:27.421Z | Compiling adler v1.0.2 |
2037 | 2023-12-14T23:52:27.712Z | Compiling anstyle v1.0.2 |
2038 | 2023-12-14T23:52:27.848Z | Compiling tokio-util v0.7.10 |
2039 | 2023-12-14T23:52:29.030Z | Compiling miniz_oxide v0.7.1 |
2040 | 2023-12-14T23:52:30.132Z | Compiling h2 v0.3.21 |
2041 | 2023-12-14T23:52:31.763Z | Compiling sha2 v0.10.8 |
2042 | 2023-12-14T23:52:32.831Z | Compiling want v0.3.1 |
2043 | 2023-12-14T23:52:33.264Z | Compiling time-macros v0.2.13 |
2044 | 2023-12-14T23:52:35.227Z | Compiling anstyle-parse v0.2.1 |
2045 | 2023-12-14T23:52:38.170Z | Compiling sct v0.7.0 |
2046 | 2023-12-14T23:52:38.421Z | Compiling rustls-webpki v0.101.7 |
2047 | 2023-12-14T23:52:38.842Z | Compiling http-body v0.4.5 |
2048 | 2023-12-14T23:52:40.372Z | Compiling serde_tokenstream v0.1.7 |
2049 | 2023-12-14T23:52:41.192Z | Compiling form_urlencoded v1.2.1 |
2050 | 2023-12-14T23:52:41.282Z | Compiling pkcs8 v0.10.2 |
2051 | 2023-12-14T23:52:41.654Z | Compiling hubpack_derive v0.1.1 |
2052 | 2023-12-14T23:52:41.792Z | Compiling pin-project-internal v1.1.3 |
2053 | 2023-12-14T23:52:42.326Z | Compiling socket2 v0.4.9 |
2054 | 2023-12-14T23:52:42.511Z | Compiling crossbeam-epoch v0.9.15 |
2055 | 2023-12-14T23:52:43.113Z | Compiling anyhow v1.0.75 |
2056 | 2023-12-14T23:52:43.537Z | Compiling slog v2.7.0 |
2057 | 2023-12-14T23:52:44.313Z | Compiling anstyle-query v1.0.0 |
2058 | 2023-12-14T23:52:44.503Z | Compiling tower-service v0.3.2 |
2059 | 2023-12-14T23:52:44.662Z | Compiling colorchoice v1.0.0 |
2060 | 2023-12-14T23:52:44.892Z | Compiling httpdate v1.0.3 |
2061 | 2023-12-14T23:52:45.004Z | Compiling radium v0.7.0 |
2062 | 2023-12-14T23:52:45.479Z | Compiling hyper v0.14.27 |
2063 | 2023-12-14T23:52:46.133Z | Compiling anstream v0.5.0 |
2064 | 2023-12-14T23:52:53.330Z | Compiling terminal_size v0.2.6 |
2065 | 2023-12-14T23:52:54.737Z | Compiling serde_spanned v0.6.4 |
2066 | 2023-12-14T23:52:55.111Z | Compiling toml_datetime v0.6.5 |
2067 | 2023-12-14T23:52:56.296Z | Compiling rustls-pemfile v1.0.3 |
2068 | 2023-12-14T23:52:56.783Z | Compiling zerocopy v0.6.4 |
2069 | 2023-12-14T23:52:58.147Z | Compiling md-5 v0.10.5 |
2070 | 2023-12-14T23:52:58.721Z | Compiling stringprep v0.1.3 |
2071 | 2023-12-14T23:52:58.832Z | Compiling idna v0.5.0 |
2072 | 2023-12-14T23:53:00.270Z | Compiling diesel_table_macro_syntax v0.1.0 |
2073 | 2023-12-14T23:53:00.289Z | Compiling hash32 v0.2.1 |
2074 | 2023-12-14T23:53:00.547Z | Compiling aho-corasick v1.0.4 |
2075 | 2023-12-14T23:53:00.800Z | Compiling strsim v0.10.0 |
2076 | 2023-12-14T23:53:00.826Z | Compiling either v1.9.0 |
2077 | 2023-12-14T23:53:01.301Z | Compiling regex-syntax v0.8.2 |
2078 | 2023-12-14T23:53:01.327Z | Compiling fallible-iterator v0.2.0 |
2079 | 2023-12-14T23:53:01.374Z | Compiling winnow v0.5.15 |
2080 | 2023-12-14T23:53:03.660Z | Compiling clap_lex v0.5.1 |
2081 | 2023-12-14T23:53:04.144Z | Compiling gimli v0.28.0 |
2082 | 2023-12-14T23:53:04.558Z | Compiling stable_deref_trait v1.2.0 |
2083 | 2023-12-14T23:53:04.558Z | Compiling tap v1.0.1 |
2084 | 2023-12-14T23:53:04.832Z | Compiling dyn-clone v1.0.13 |
2085 | 2023-12-14T23:53:04.935Z | Compiling maybe-uninit v2.0.0 |
2086 | 2023-12-14T23:53:06.290Z | Compiling wyz v0.5.1 |
2087 | 2023-12-14T23:53:06.708Z | Compiling clap_builder v4.4.2 |
2088 | 2023-12-14T23:53:06.992Z | Compiling postgres-protocol v0.6.6 |
2089 | 2023-12-14T23:53:07.175Z | Compiling regex-automata v0.4.3 |
2090 | 2023-12-14T23:53:07.483Z | Compiling diesel_derives v2.1.2 |
2091 | 2023-12-14T23:53:08.192Z | Compiling url v2.5.0 |
2092 | 2023-12-14T23:53:10.833Z | Compiling tokio-rustls v0.24.1 |
2093 | 2023-12-14T23:53:11.141Z | Compiling addr2line v0.21.0 |
2094 | 2023-12-14T23:53:11.571Z | Compiling rustls-native-certs v0.6.3 |
2095 | 2023-12-14T23:53:12.073Z | Compiling strum_macros v0.25.2 |
2096 | 2023-12-14T23:53:12.919Z | Compiling tokio-native-tls v0.3.1 |
2097 | 2023-12-14T23:53:18.208Z | Compiling usdt-attr-macro v0.3.5 |
2098 | 2023-12-14T23:53:19.001Z | Compiling usdt-macro v0.3.5 |
2099 | 2023-12-14T23:53:20.900Z | Compiling phf_shared v0.11.2 |
2100 | 2023-12-14T23:53:21.484Z | Compiling zerocopy v0.7.26 |
2101 | 2023-12-14T23:53:21.876Z | Compiling block-padding v0.3.3 |
2102 | 2023-12-14T23:53:22.217Z | Compiling snafu-derive v0.7.5 |
2103 | 2023-12-14T23:53:22.359Z | Compiling enum-as-inner v0.5.1 |
2104 | 2023-12-14T23:53:23.747Z | Compiling serde_repr v0.1.16 |
2105 | 2023-12-14T23:53:24.267Z | Compiling ff v0.13.0 |
2106 | 2023-12-14T23:53:24.547Z | Compiling scheduled-thread-pool v0.2.7 |
2107 | 2023-12-14T23:53:25.296Z | Compiling object v0.32.1 |
2108 | 2023-12-14T23:53:29.414Z | Compiling bit-vec v0.6.3 |
2109 | 2023-12-14T23:53:30.040Z | Compiling packed_struct v0.10.1 |
2110 | 2023-12-14T23:53:30.446Z | Compiling deranged v0.3.8 |
2111 | 2023-12-14T23:53:31.256Z | Compiling matches v0.1.10 |
2112 | 2023-12-14T23:53:31.465Z | Compiling funty v2.0.0 |
2113 | 2023-12-14T23:53:33.505Z | Compiling ipnet v2.8.0 |
2114 | 2023-12-14T23:53:33.796Z | Compiling num_threads v0.1.6 |
2115 | 2023-12-14T23:53:33.953Z | Compiling rustc-demangle v0.1.23 |
2116 | 2023-12-14T23:53:35.369Z | Compiling regex-automata v0.1.10 |
2117 | 2023-12-14T23:53:35.904Z | Compiling managed v0.8.0 |
2118 | 2023-12-14T23:53:36.212Z | Compiling base16ct v0.2.0 |
2119 | 2023-12-14T23:53:36.571Z | Compiling num-bigint-dig v0.8.4 |
2120 | 2023-12-14T23:53:36.649Z | Compiling sec1 v0.7.3 |
2121 | 2023-12-14T23:53:37.488Z | Compiling bstr v0.2.17 |
2122 | 2023-12-14T23:53:39.637Z | Compiling time v0.3.27 |
2123 | 2023-12-14T23:53:39.866Z | Compiling bitvec v1.0.1 |
2124 | 2023-12-14T23:53:40.378Z | Compiling idna v0.2.3 |
2125 | 2023-12-14T23:53:43.124Z | Compiling r2d2 v0.8.10 |
2126 | 2023-12-14T23:53:43.348Z | Compiling group v0.13.0 |
2127 | 2023-12-14T23:53:44.639Z | Compiling inout v0.1.3 |
2128 | 2023-12-14T23:53:47.397Z | Compiling phf v0.11.2 |
2129 | 2023-12-14T23:53:47.811Z | Compiling regex v1.10.2 |
2130 | 2023-12-14T23:53:49.009Z | Compiling hyper-tls v0.5.0 |
2131 | 2023-12-14T23:53:49.407Z | Compiling clap v4.4.3 |
2132 | 2023-12-14T23:53:49.484Z | Compiling hyper-rustls v0.24.2 |
2133 | 2023-12-14T23:53:49.547Z | Compiling flate2 v1.0.28 |
2134 | 2023-12-14T23:53:50.247Z | Compiling bzip2 v0.4.4 |
2135 | 2023-12-14T23:53:50.505Z | Compiling postgres-types v0.2.6 |
2136 | 2023-12-14T23:53:50.806Z | Compiling ipnetwork v0.20.0 |
2137 | 2023-12-14T23:53:50.844Z | Compiling toml_edit v0.19.15 |
2138 | 2023-12-14T23:53:51.285Z | Compiling itertools v0.11.0 |
2139 | 2023-12-14T23:53:52.025Z | Compiling pin-project v1.1.3 |
2140 | 2023-12-14T23:53:52.686Z | Compiling hubpack v0.1.2 |
2141 | 2023-12-14T23:53:52.756Z | Compiling serde_urlencoded v0.7.1 |
2142 | 2023-12-14T23:53:52.788Z | Compiling phf_shared v0.10.0 |
2143 | 2023-12-14T23:53:53.367Z | Compiling hkdf v0.12.3 |
2144 | 2023-12-14T23:53:53.433Z | Compiling futures-executor v0.3.29 |
2145 | 2023-12-14T23:53:56.045Z | Compiling crypto-bigint v0.5.2 |
2146 | 2023-12-14T23:53:57.326Z | Compiling packed_struct_codegen v0.10.1 |
2147 | 2023-12-14T23:53:58.711Z | Compiling float-cmp v0.9.0 |
2148 | 2023-12-14T23:53:59.513Z | Compiling encoding_rs v0.8.33 |
2149 | 2023-12-14T23:53:59.668Z | Compiling regex-automata v0.3.8 |
2150 | 2023-12-14T23:54:01.583Z | Compiling normalize-line-endings v0.3.0 |
2151 | 2023-12-14T23:54:02.288Z | Compiling predicates-core v1.0.6 |
2152 | 2023-12-14T23:54:02.760Z | Compiling minimal-lexical v0.2.1 |
2153 | 2023-12-14T23:54:03.440Z | Compiling webpki-roots v0.25.2 |
2154 | 2023-12-14T23:54:03.534Z | Compiling whoami v1.4.1 |
2155 | 2023-12-14T23:54:03.664Z | Compiling static_assertions v1.1.0 |
2156 | 2023-12-14T23:54:03.793Z | Compiling mime v0.3.17 |
2157 | 2023-12-14T23:54:04.354Z | Compiling precomputed-hash v0.1.1 |
2158 | 2023-12-14T23:54:04.848Z | Compiling crc-catalog v2.2.0 |
2159 | 2023-12-14T23:54:04.979Z | Compiling nodrop v0.1.14 |
2160 | 2023-12-14T23:54:05.496Z | Compiling unicode-width v0.1.11 |
2161 | 2023-12-14T23:54:05.693Z | Compiling difflib v0.4.0 |
2162 | 2023-12-14T23:54:05.723Z | Compiling new_debug_unreachable v1.0.4 |
2163 | 2023-12-14T23:54:05.788Z | Compiling unicode-segmentation v1.10.1 |
2164 | 2023-12-14T23:54:05.909Z | Compiling data-encoding v2.4.0 |
2165 | 2023-12-14T23:54:07.154Z | Compiling fixedbitset v0.4.2 |
2166 | 2023-12-14T23:54:07.772Z | Compiling petgraph v0.6.4 |
2167 | 2023-12-14T23:54:07.803Z | Compiling similar v2.3.0 |
2168 | 2023-12-14T23:54:08.821Z | Compiling trust-dns-proto v0.22.0 |
2169 | 2023-12-14T23:54:12.459Z | Compiling predicates v3.0.4 |
2170 | 2023-12-14T23:54:14.316Z | Compiling string_cache v0.8.7 |
2171 | 2023-12-14T23:54:14.758Z | Compiling console v0.15.7 |
2172 | 2023-12-14T23:54:16.919Z | Compiling array-init v0.0.4 |
2173 | 2023-12-14T23:54:19.020Z | Compiling crc v3.0.1 |
2174 | 2023-12-14T23:54:20.152Z | Compiling reqwest v0.11.22 |
2175 | 2023-12-14T23:54:20.992Z | Compiling tokio-postgres v0.7.10 |
2176 | 2023-12-14T23:54:21.544Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2177 | 2023-12-14T23:54:21.786Z | Compiling nom v7.1.3 |
2178 | 2023-12-14T23:54:27.898Z | Compiling bstr v1.6.0 |
2179 | 2023-12-14T23:54:30.264Z | Compiling elliptic-curve v0.13.8 |
2180 | 2023-12-14T23:54:33.833Z | Compiling toml v0.7.8 |
2181 | 2023-12-14T23:54:35.240Z | Compiling futures v0.3.29 |
2182 | 2023-12-14T23:54:36.404Z | Compiling snafu v0.7.5 |
2183 | 2023-12-14T23:54:37.078Z | Compiling diesel v2.1.4 |
2184 | 2023-12-14T23:54:37.518Z | Compiling smallvec v0.6.14 |
2185 | 2023-12-14T23:54:37.568Z | Compiling zip v0.6.6 |
2186 | 2023-12-14T23:54:37.656Z | Compiling yasna v0.5.2 |
2187 | 2023-12-14T23:54:38.663Z | Compiling cipher v0.4.4 |
2188 | 2023-12-14T23:54:39.379Z | Compiling hashbrown v0.13.2 |
2189 | 2023-12-14T23:54:41.518Z | Compiling bit-set v0.5.3 |
2190 | 2023-12-14T23:54:41.920Z | Compiling usdt v0.3.5 |
2191 | 2023-12-14T23:54:42.314Z | Compiling is-terminal v0.4.9 |
2192 | 2023-12-14T23:54:44.512Z | Compiling toml_edit v0.21.0 |
2193 | 2023-12-14T23:54:45.649Z | Compiling itertools v0.10.5 |
2194 | 2023-12-14T23:54:49.145Z | Compiling pkcs1 v0.7.5 |
2195 | 2023-12-14T23:54:50.362Z | Compiling tokio-stream v0.1.14 |
2196 | 2023-12-14T23:54:51.833Z | Compiling openapiv3 v2.0.0 |
2197 | 2023-12-14T23:54:55.323Z | Compiling hex v0.4.3 |
2198 | 2023-12-14T23:54:57.280Z | Compiling signature v2.1.0 |
2199 | 2023-12-14T23:55:01.849Z | Compiling lalrpop-util v0.19.12 |
2200 | 2023-12-14T23:55:02.365Z | Compiling termcolor v1.2.0 |
2201 | 2023-12-14T23:55:05.164Z | Compiling bitfield v0.14.0 |
2202 | 2023-12-14T23:55:06.486Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2203 | 2023-12-14T23:55:13.278Z | Compiling env_logger v0.10.0 |
2204 | 2023-12-14T23:55:29.866Z | Compiling rsa v0.9.2 |
2205 | 2023-12-14T23:55:38.974Z | Compiling serde-hex v0.1.0 |
2206 | 2023-12-14T23:55:40.483Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2207 | 2023-12-14T23:55:46.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2208 | 2023-12-14T23:55:47.278Z | Compiling ron v0.8.1 |
2209 | 2023-12-14T23:55:47.354Z | Compiling x509-cert v0.2.4 |
2210 | 2023-12-14T23:55:59.903Z | Compiling crc-any v2.4.3 |
2211 | 2023-12-14T23:56:01.510Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2212 | 2023-12-14T23:56:24.338Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2213 | 2023-12-14T23:56:28.545Z | Compiling object v0.30.4 |
2214 | 2023-12-14T23:56:36.196Z | Compiling path-slash v0.1.5 |
2215 | 2023-12-14T23:56:44.182Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2216 | 2023-12-14T23:57:27.962Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2217 | 2023-12-14T23:57:29.093Z | Finished release [optimized] target(s) in 6m 03s |
2218 | 2023-12-14T23:57:29.180Z | |
2219 | 2023-12-14T23:57:29.183Z | real 6:03.610456566 |
2220 | 2023-12-14T23:57:29.183Z | user 42:04.500293683 |
2221 | 2023-12-14T23:57:29.183Z | sys 3:39.161159873 |
2222 | 2023-12-14T23:57:29.183Z | trap 1.684600894 |
2223 | 2023-12-14T23:57:29.184Z | tflt 0.961483224 |
2224 | 2023-12-14T23:57:29.184Z | dflt 0.537491247 |
2225 | 2023-12-14T23:57:29.184Z | kflt 0.000176076 |
2226 | 2023-12-14T23:57:29.184Z | lock 1:32:23.187936851 |
2227 | 2023-12-14T23:57:29.184Z | slp 1:58:02.089382318 |
2228 | 2023-12-14T23:57:29.184Z | lat 1:50.546865536 |
2229 | 2023-12-14T23:57:29.185Z | stop 1:23.320557757 |
2230 | 2023-12-14T23:57:29.186Z | + ptime -m gzip |
2231 | 2023-12-14T23:57:29.851Z | |
2232 | 2023-12-14T23:57:29.854Z | real 0.663715073 |
2233 | 2023-12-14T23:57:29.854Z | user 0.653839827 |
2234 | 2023-12-14T23:57:29.854Z | sys 0.009267660 |
2235 | 2023-12-14T23:57:29.854Z | trap 0.000093016 |
2236 | 2023-12-14T23:57:29.855Z | tflt 0.000000000 |
2237 | 2023-12-14T23:57:29.855Z | dflt 0.000000000 |
2238 | 2023-12-14T23:57:29.855Z | kflt 0.000000000 |
2239 | 2023-12-14T23:57:29.855Z | lock 0.000000000 |
2240 | 2023-12-14T23:57:29.855Z | slp 0.000000000 |
2241 | 2023-12-14T23:57:29.855Z | lat 0.000177663 |
2242 | 2023-12-14T23:57:29.855Z | stop 0.000235323 |
2243 | 2023-12-14T23:57:29.855Z | + banner tufaceous |
2244 | 2023-12-14T23:57:29.855Z | |
2245 | 2023-12-14T23:57:29.855Z | ##### # # ###### ## #### ###### #### # # #### |
2246 | 2023-12-14T23:57:29.855Z | # # # # # # # # # # # # # # |
2247 | 2023-12-14T23:57:29.855Z | # # # ##### # # # ##### # # # # #### |
2248 | 2023-12-14T23:57:29.855Z | # # # # ###### # # # # # # # |
2249 | 2023-12-14T23:57:29.856Z | # # # # # # # # # # # # # # # |
2250 | 2023-12-14T23:57:29.856Z | # #### # # # #### ###### #### #### #### |
2251 | 2023-12-14T23:57:29.856Z | |
2252 | 2023-12-14T23:57:29.856Z | + ptime -m cargo build --locked -p tufaceous --release |
2253 | 2023-12-14T23:57:30.530Z | Downloading crates ... |
2254 | 2023-12-14T23:57:30.894Z | Downloaded olpc-cjson v0.1.3 |
2255 | 2023-12-14T23:57:30.897Z | Downloaded humantime v2.1.0 |
2256 | 2023-12-14T23:57:30.901Z | Downloaded globset v0.4.13 |
2257 | 2023-12-14T23:57:30.908Z | Downloaded async-recursion v1.0.5 |
2258 | 2023-12-14T23:57:30.911Z | Downloaded fs-err v2.11.0 |
2259 | 2023-12-14T23:57:30.914Z | Downloaded buf-list v1.0.3 |
2260 | 2023-12-14T23:57:30.917Z | Downloaded bytesize v1.3.0 |
2261 | 2023-12-14T23:57:30.920Z | Downloaded tough v0.16.0 |
2262 | 2023-12-14T23:57:30.932Z | Downloaded typed-path v0.7.0 |
2263 | 2023-12-14T23:57:30.942Z | Downloaded serde_plain v1.0.2 |
2264 | 2023-12-14T23:57:31.201Z | Compiling serde_tokenstream v0.2.0 |
2265 | 2023-12-14T23:57:31.215Z | Compiling regress v0.7.1 |
2266 | 2023-12-14T23:57:31.215Z | Compiling dirs-sys-next v0.1.2 |
2267 | 2023-12-14T23:57:31.215Z | Compiling ident_case v1.0.1 |
2268 | 2023-12-14T23:57:31.215Z | Compiling thread_local v1.1.7 |
2269 | 2023-12-14T23:57:31.215Z | Compiling heck v0.4.1 |
2270 | 2023-12-14T23:57:31.215Z | Compiling slog-async v2.8.0 |
2271 | 2023-12-14T23:57:31.367Z | Compiling dirs-next v2.0.0 |
2272 | 2023-12-14T23:57:31.719Z | Compiling darling_core v0.20.3 |
2273 | 2023-12-14T23:57:31.817Z | Compiling camino v1.1.6 |
2274 | 2023-12-14T23:57:31.936Z | Compiling term v0.7.0 |
2275 | 2023-12-14T23:57:32.379Z | Compiling crossbeam-channel v0.5.8 |
2276 | 2023-12-14T23:57:32.688Z | Compiling getopts v0.2.21 |
2277 | 2023-12-14T23:57:32.924Z | Compiling structmeta-derive v0.2.0 |
2278 | 2023-12-14T23:57:33.141Z | Compiling atty v0.2.14 |
2279 | 2023-12-14T23:57:33.341Z | Compiling multer v2.1.0 |
2280 | 2023-12-14T23:57:33.741Z | Compiling unsafe-libyaml v0.2.9 |
2281 | 2023-12-14T23:57:34.059Z | Compiling take_mut v0.2.2 |
2282 | 2023-12-14T23:57:34.268Z | Compiling match_cfg v0.1.0 |
2283 | 2023-12-14T23:57:34.417Z | Compiling paste v1.0.14 |
2284 | 2023-12-14T23:57:35.145Z | Compiling hostname v0.3.1 |
2285 | 2023-12-14T23:57:35.583Z | Compiling slog-term v2.9.0 |
2286 | 2023-12-14T23:57:36.602Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2287 | 2023-12-14T23:57:39.028Z | Compiling structmeta v0.2.0 |
2288 | 2023-12-14T23:57:39.638Z | Compiling serde_yaml v0.9.25 |
2289 | 2023-12-14T23:57:40.589Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2290 | 2023-12-14T23:57:40.618Z | Compiling slog-json v2.6.1 |
2291 | 2023-12-14T23:57:41.029Z | Compiling darling_macro v0.20.3 |
2292 | 2023-12-14T23:57:41.397Z | Compiling async-stream-impl v0.3.5 |
2293 | 2023-12-14T23:57:42.113Z | Compiling darling v0.20.3 |
2294 | 2023-12-14T23:57:42.287Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2295 | 2023-12-14T23:57:42.717Z | Compiling regex-syntax v0.7.5 |
2296 | 2023-12-14T23:57:43.023Z | Compiling fastrand v2.0.0 |
2297 | 2023-12-14T23:57:43.318Z | Compiling atomic-waker v1.1.1 |
2298 | 2023-12-14T23:57:43.580Z | Compiling tempfile v3.8.1 |
2299 | 2023-12-14T23:57:44.059Z | Compiling waitgroup v0.1.2 |
2300 | 2023-12-14T23:57:44.160Z | Compiling async-stream v0.3.5 |
2301 | 2023-12-14T23:57:44.453Z | Compiling serde_with_macros v3.4.0 |
2302 | 2023-12-14T23:57:44.620Z | Compiling slog-bunyan v2.4.0 |
2303 | 2023-12-14T23:57:46.845Z | Compiling toml v0.8.8 |
2304 | 2023-12-14T23:57:47.547Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2305 | 2023-12-14T23:57:48.249Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2306 | 2023-12-14T23:57:49.470Z | Compiling sha1 v0.10.6 |
2307 | 2023-12-14T23:57:50.025Z | Compiling serde_path_to_error v0.1.14 |
2308 | 2023-12-14T23:57:50.665Z | Compiling instant v0.1.12 |
2309 | 2023-12-14T23:57:50.757Z | Compiling fs-err v2.11.0 |
2310 | 2023-12-14T23:57:50.895Z | Compiling buf-list v1.0.3 |
2311 | 2023-12-14T23:57:50.999Z | Compiling arc-swap v1.6.0 |
2312 | 2023-12-14T23:57:51.209Z | Compiling debug-ignore v1.0.5 |
2313 | 2023-12-14T23:57:51.423Z | Compiling same-file v1.0.6 |
2314 | 2023-12-14T23:57:51.751Z | Compiling slog-scope v4.4.0 |
2315 | 2023-12-14T23:57:51.783Z | Compiling walkdir v2.4.0 |
2316 | 2023-12-14T23:57:52.362Z | Compiling backoff v0.4.0 |
2317 | 2023-12-14T23:57:52.864Z | Compiling parse-display-derive v0.8.2 |
2318 | 2023-12-14T23:57:52.909Z | Compiling serde_with v3.4.0 |
2319 | 2023-12-14T23:57:53.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2320 | 2023-12-14T23:57:54.191Z | Compiling globset v0.4.13 |
2321 | 2023-12-14T23:57:54.630Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2322 | 2023-12-14T23:57:54.880Z | Compiling strum v0.25.0 |
2323 | 2023-12-14T23:57:55.122Z | Compiling olpc-cjson v0.1.3 |
2324 | 2023-12-14T23:57:55.657Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2325 | 2023-12-14T23:57:55.952Z | Compiling pem v3.0.2 |
2326 | 2023-12-14T23:57:56.059Z | Compiling macaddr v1.0.1 |
2327 | 2023-12-14T23:57:57.186Z | Compiling serde_plain v1.0.2 |
2328 | 2023-12-14T23:57:58.020Z | Compiling async-recursion v1.0.5 |
2329 | 2023-12-14T23:57:58.570Z | Compiling filetime v0.2.23 |
2330 | 2023-12-14T23:57:59.051Z | Compiling parse-display v0.8.2 |
2331 | 2023-12-14T23:57:59.149Z | Compiling xattr v1.0.1 |
2332 | 2023-12-14T23:57:59.347Z | Compiling typed-path v0.7.0 |
2333 | 2023-12-14T23:57:59.506Z | Compiling tar v0.4.40 |
2334 | 2023-12-14T23:58:00.704Z | Compiling slog-stdlog v4.1.1 |
2335 | 2023-12-14T23:58:02.242Z | Compiling camino-tempfile v1.1.1 |
2336 | 2023-12-14T23:58:02.614Z | Compiling itertools v0.12.0 |
2337 | 2023-12-14T23:58:02.847Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2338 | 2023-12-14T23:58:03.040Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2339 | 2023-12-14T23:58:08.592Z | Compiling tough v0.16.0 |
2340 | 2023-12-14T23:58:08.997Z | Compiling bytesize v1.3.0 |
2341 | 2023-12-14T23:58:09.068Z | Compiling slog-envlogger v2.2.0 |
2342 | 2023-12-14T23:58:09.925Z | Compiling humantime v2.1.0 |
2343 | 2023-12-14T23:58:13.185Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2344 | 2023-12-14T23:58:38.567Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2345 | 2023-12-14T23:58:38.856Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2346 | 2023-12-14T23:58:49.150Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2347 | 2023-12-14T23:58:51.316Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2348 | 2023-12-14T23:59:20.533Z | Finished release [optimized] target(s) in 1m 50s |
2349 | 2023-12-14T23:59:20.639Z | |
2350 | 2023-12-14T23:59:20.639Z | real 1:50.744254330 |
2351 | 2023-12-14T23:59:20.639Z | user 11:45.739869535 |
2352 | 2023-12-14T23:59:20.639Z | sys 44.430331084 |
2353 | 2023-12-14T23:59:20.647Z | trap 0.431080653 |
2354 | 2023-12-14T23:59:20.648Z | tflt 0.309600816 |
2355 | 2023-12-14T23:59:20.648Z | dflt 0.678935806 |
2356 | 2023-12-14T23:59:20.648Z | kflt 0.000186406 |
2357 | 2023-12-14T23:59:20.648Z | lock 22:40.011619548 |
2358 | 2023-12-14T23:59:20.649Z | slp 23:12.985479263 |
2359 | 2023-12-14T23:59:20.649Z | lat 22.390624617 |
2360 | 2023-12-14T23:59:20.649Z | stop 12.236088799 |
2361 | 2023-12-14T23:59:20.649Z | + ptime -m gzip |
2362 | 2023-12-14T23:59:22.989Z | |
2363 | 2023-12-14T23:59:22.996Z | real 2.351485996 |
2364 | 2023-12-14T23:59:22.996Z | user 2.329325571 |
2365 | 2023-12-14T23:59:22.997Z | sys 0.019587477 |
2366 | 2023-12-14T23:59:22.997Z | trap 0.001055517 |
2367 | 2023-12-14T23:59:22.997Z | tflt 0.000000000 |
2368 | 2023-12-14T23:59:22.999Z | dflt 0.000000000 |
2369 | 2023-12-14T23:59:22.999Z | kflt 0.000000000 |
2370 | 2023-12-14T23:59:22.999Z | lock 0.000000000 |
2371 | 2023-12-14T23:59:22.999Z | slp 0.000000000 |
2372 | 2023-12-14T23:59:22.999Z | lat 0.001175097 |
2373 | 2023-12-14T23:59:23.000Z | stop 0.000238568 |
2374 | 2023-12-14T23:59:23.000Z | process exited: duration 1161632 ms, exit code 0 |
|
2375 | 2023-12-14T23:59:23.058Z | found 5 output files |
2376 | 2023-12-14T23:59:23.058Z | uploading: /work/end-to-end-tests/bootstrap-eae955b6030e5419.gz (6420654 bytes) |
2377 | 2023-12-14T23:59:26.452Z | uploaded: /work/end-to-end-tests/bootstrap-eae955b6030e5419.gz |
2378 | 2023-12-14T23:59:26.452Z | uploading: /work/end-to-end-tests/bootstrap.gz (97765429 bytes) |
2379 | 2023-12-15T00:00:00.779Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2380 | 2023-12-15T00:00:00.779Z | uploading: /work/end-to-end-tests/end_to_end_tests-114e4ef0b9f9b2b3.gz (101211612 bytes) |
2381 | 2023-12-15T00:00:41.074Z | uploaded: /work/end-to-end-tests/end_to_end_tests-114e4ef0b9f9b2b3.gz |
2382 | 2023-12-15T00:00:41.074Z | uploading: /work/caboose-util.gz (4089959 bytes) |
2383 | 2023-12-15T00:00:44.347Z | uploaded: /work/caboose-util.gz |
2384 | 2023-12-15T00:00:44.352Z | uploading: /work/tufaceous.gz (14965995 bytes) |
2385 | 2023-12-15T00:00:50.623Z | uploaded: /work/tufaceous.gz |