|
|
|
1 | 2023-12-07T18:00:13.282Z | job assigned to worker 01HH2PX83HS54SZSDH2875458M (queued for 1 m 27 s) |
|
2 | 2023-12-07T18:00:13.859Z | starting task 0: "setup" |
3 | 2023-12-07T18:00:13.918Z | ++ uname -s |
4 | 2023-12-07T18:00:13.922Z | + kern=SunOS |
5 | 2023-12-07T18:00:13.922Z | + case "$kern" in |
6 | 2023-12-07T18:00:13.922Z | + groupadd -g 12345 build |
7 | 2023-12-07T18:00:13.926Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T18:00:15.938Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T18:00:16.052Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T18:00:16.064Z | + home_fs=zfs |
11 | 2023-12-07T18:00:16.064Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T18:00:16.064Z | + mkdir -p /home/build |
13 | 2023-12-07T18:00:16.064Z | + chown build:build /home/build /work |
14 | 2023-12-07T18:00:18.017Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T18:00:18.023Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2023-12-07T18:00:18.470Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T18:00:18.479Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T18:00:18.483Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T18:00:18.650Z | info: downloading installer |
20 | 2023-12-07T18:00:22.659Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T18:00:22.659Z | warning: /opt/ooce/bin |
22 | 2023-12-07T18:00:22.659Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T18:00:22.659Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T18:00:22.660Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T18:00:22.661Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T18:00:22.661Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T18:00:22.662Z | error: cannot install while Rust is installed |
28 | 2023-12-07T18:00:22.662Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T18:00:22.780Z | info: profile set to 'default' |
30 | 2023-12-07T18:00:22.780Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T18:00:22.797Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T18:00:22.939Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T18:00:22.944Z | info: downloading component 'cargo' |
34 | 2023-12-07T18:00:23.589Z | info: downloading component 'clippy' |
35 | 2023-12-07T18:00:23.810Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T18:00:24.635Z | info: downloading component 'rust-std' |
37 | 2023-12-07T18:00:26.068Z | info: downloading component 'rustc' |
38 | 2023-12-07T18:00:29.573Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T18:00:29.775Z | info: installing component 'cargo' |
40 | 2023-12-07T18:00:31.745Z | info: installing component 'clippy' |
41 | 2023-12-07T18:00:32.684Z | info: installing component 'rust-docs' |
42 | 2023-12-07T18:00:35.401Z | info: installing component 'rust-std' |
43 | 2023-12-07T18:00:39.200Z | info: installing component 'rustc' |
44 | 2023-12-07T18:00:49.590Z | info: installing component 'rustfmt' |
45 | 2023-12-07T18:00:50.033Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T18:00:50.033Z | |
47 | 2023-12-07T18:00:50.208Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T18:00:50.208Z | |
49 | 2023-12-07T18:00:50.208Z | |
50 | 2023-12-07T18:00:50.208Z | Rust is installed now. Great! |
51 | 2023-12-07T18:00:50.208Z | |
52 | 2023-12-07T18:00:50.215Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T18:00:50.215Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T18:00:50.215Z | |
55 | 2023-12-07T18:00:50.215Z | To configure your current shell, run: |
56 | 2023-12-07T18:00:50.215Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T18:00:50.289Z | + rustc --version |
58 | 2023-12-07T18:00:50.408Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T18:00:50.411Z | process exited: duration 31935 ms, exit code 0 |
|
60 | 2023-12-07T18:00:50.419Z | starting task 2: "authentication" |
61 | 2023-12-07T18:00:50.452Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-12-07T18:00:50.466Z | starting task 3: "clone repository" |
63 | 2023-12-07T18:00:50.471Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T18:00:50.480Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T18:00:50.533Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T18:00:58.472Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T18:00:58.478Z | + [[ -n bump-console-1802c285 ]] |
68 | 2023-12-07T18:00:58.478Z | + git fetch origin bump-console-1802c285 |
69 | 2023-12-07T18:00:58.830Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T18:00:58.830Z | * branch bump-console-1802c285 -> FETCH_HEAD |
71 | 2023-12-07T18:00:58.839Z | + git checkout -B bump-console-1802c285 remotes/origin/bump-console-1802c285 |
72 | 2023-12-07T18:00:58.937Z | Switched to a new branch 'bump-console-1802c285' |
73 | 2023-12-07T18:00:58.940Z | branch 'bump-console-1802c285' set up to track 'origin/bump-console-1802c285'. |
74 | 2023-12-07T18:00:58.941Z | + git reset --hard bb7b33b782432eb12e1ec69fc4b50c4a53eb8db6 |
75 | 2023-12-07T18:00:58.952Z | HEAD is now at bb7b33b7 Bump web console |
76 | 2023-12-07T18:00:58.956Z | process exited: duration 8490 ms, exit code 0 |
|
77 | 2023-12-07T18:00:58.964Z | starting task 4: "build" |
78 | 2023-12-07T18:00:58.971Z | + cargo --version |
79 | 2023-12-07T18:00:58.978Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T18:00:59.179Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T18:00:59.190Z | info: downloading component 'cargo' |
82 | 2023-12-07T18:01:00.003Z | info: downloading component 'clippy' |
83 | 2023-12-07T18:01:00.264Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T18:01:01.306Z | info: downloading component 'rust-std' |
85 | 2023-12-07T18:01:03.010Z | info: downloading component 'rustc' |
86 | 2023-12-07T18:01:07.257Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T18:01:07.493Z | info: installing component 'cargo' |
88 | 2023-12-07T18:01:08.770Z | info: installing component 'clippy' |
89 | 2023-12-07T18:01:09.229Z | info: installing component 'rust-docs' |
90 | 2023-12-07T18:01:11.991Z | info: installing component 'rust-std' |
91 | 2023-12-07T18:01:14.642Z | info: installing component 'rustc' |
92 | 2023-12-07T18:01:20.683Z | info: installing component 'rustfmt' |
93 | 2023-12-07T18:01:21.219Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T18:01:21.224Z | + rustc --version |
95 | 2023-12-07T18:01:21.335Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T18:01:21.341Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-07T18:01:36.646Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-07T18:01:37.890Z | Startup: Caching catalogs ... Done |
99 | 2023-12-07T18:01:44.440Z | Planning: Solver setup ... Done (6.143s) |
100 | 2023-12-07T18:01:44.577Z | Planning: Running solver ... Done (0.143s) |
101 | 2023-12-07T18:01:44.643Z | Planning: Finding local manifests ... Done (0.005s) |
102 | 2023-12-07T18:01:44.658Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-07T18:01:44.900Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-07T18:01:44.989Z | Planning: Package planning ... Done (0.090s) |
105 | 2023-12-07T18:01:45.074Z | Planning: Merging actions ... Done (0.084s) |
106 | 2023-12-07T18:01:46.198Z | Planning: Checking for conflicting actions ... Done (1.124s) |
107 | 2023-12-07T18:01:46.216Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-12-07T18:01:51.826Z | Planning: Evaluating mediators ... Done (5.609s) |
109 | 2023-12-07T18:01:51.934Z | Planning: Planning completed in 13.99 seconds |
110 | 2023-12-07T18:01:53.192Z | Packages to install: 4 |
111 | 2023-12-07T18:01:53.192Z | Packages to update: 2 |
112 | 2023-12-07T18:01:53.192Z | Mediators to change: 2 |
113 | 2023-12-07T18:01:53.196Z | Services to change: 1 |
114 | 2023-12-07T18:01:53.196Z | Estimated space available: 148.88 GB |
115 | 2023-12-07T18:01:53.197Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-07T18:01:53.197Z | Create boot environment: No |
117 | 2023-12-07T18:01:53.197Z | Create backup boot environment: Yes |
118 | 2023-12-07T18:01:53.197Z | Rebuild boot archive: No |
119 | 2023-12-07T18:01:53.197Z | |
120 | 2023-12-07T18:01:53.197Z | Changed mediators: |
121 | 2023-12-07T18:01:53.197Z | mediator clang: |
122 | 2023-12-07T18:01:53.197Z | version: None -> 15 (system default) |
123 | 2023-12-07T18:01:53.197Z | |
124 | 2023-12-07T18:01:53.197Z | mediator llvm: |
125 | 2023-12-07T18:01:53.197Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-07T18:01:53.197Z | |
127 | 2023-12-07T18:01:53.197Z | Changed packages: |
128 | 2023-12-07T18:01:53.198Z | helios-dev |
129 | 2023-12-07T18:01:53.198Z | developer/build-essential |
130 | 2023-12-07T18:01:53.198Z | None -> 11-2.0 |
131 | 2023-12-07T18:01:53.198Z | library/libxmlsec1 |
132 | 2023-12-07T18:01:53.198Z | None -> 1.2.35-2.0 |
133 | 2023-12-07T18:01:53.201Z | ooce/developer/clang-15 |
134 | 2023-12-07T18:01:53.201Z | None -> 15.0.7-2.0 |
135 | 2023-12-07T18:01:53.201Z | ooce/developer/llvm-15 |
136 | 2023-12-07T18:01:53.201Z | None -> 15.0.7-2.0 |
137 | 2023-12-07T18:01:53.201Z | system/library/g++-runtime |
138 | 2023-12-07T18:01:53.201Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-07T18:01:53.201Z | system/library/gcc-runtime |
140 | 2023-12-07T18:01:53.201Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-07T18:01:53.201Z | |
142 | 2023-12-07T18:01:53.201Z | Services: |
143 | 2023-12-07T18:01:53.201Z | restart_fmri: |
144 | 2023-12-07T18:01:53.201Z | svc:/system/update-man-index:default |
145 | 2023-12-07T18:01:53.393Z | |
146 | 2023-12-07T18:01:53.393Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-07T18:01:58.394Z | Download: 425/3330 items 16.7/221.1MB 7% complete (3.4M/s) |
148 | 2023-12-07T18:02:03.394Z | Download: 1197/3330 items 78.0/221.1MB 35% complete (7.8M/s) |
149 | 2023-12-07T18:02:08.403Z | Download: 1811/3330 items 118.5/221.1MB 53% complete (10.2M/s) |
150 | 2023-12-07T18:02:13.648Z | Download: 2221/3330 items 119.2/221.1MB 53% complete (9.1M/s) |
151 | 2023-12-07T18:02:18.648Z | Download: 3097/3330 items 129.5/221.1MB 58% complete (1008k/s) |
152 | 2023-12-07T18:02:23.674Z | Download: 3274/3330 items 208.1/221.1MB 94% complete (9.0M/s) |
153 | 2023-12-07T18:02:26.353Z | Download: Completed 221.11 MB in 32.96 seconds (6.7M/s) |
154 | 2023-12-07T18:02:28.512Z | Actions: 1/3766 actions (Removing old actions) |
155 | 2023-12-07T18:02:28.512Z | Actions: 5/3766 actions (Installing new actions) |
156 | 2023-12-07T18:02:33.541Z | Actions: 3163/3766 actions (Installing new actions) |
157 | 2023-12-07T18:02:37.161Z | Actions: 3729/3766 actions (Updating modified actions) |
158 | 2023-12-07T18:02:38.017Z | Actions: Completed 3766 actions in 9.49 seconds. |
159 | 2023-12-07T18:02:38.427Z | Done (0.188s) |
160 | 2023-12-07T18:02:38.427Z | Done (0.000s) |
161 | 2023-12-07T18:02:38.561Z | Done (0.362s) |
162 | 2023-12-07T18:02:46.949Z | Done (8.251s) |
163 | 2023-12-07T18:02:47.306Z | Done (0.269s) |
164 | 2023-12-07T18:02:47.311Z | Done (0.000s) |
165 | 2023-12-07T18:02:47.530Z | Done (0.000s) |
166 | 2023-12-07T18:02:48.245Z | Planning: Evaluating mediator changes ... Done |
167 | 2023-12-07T18:02:48.524Z | Planning: Checking for conflicting actions ... Done |
168 | 2023-12-07T18:02:48.543Z | Planning: Consolidating action changes ... Done |
169 | 2023-12-07T18:02:49.362Z | Planning: Evaluating mediators ... Done |
170 | 2023-12-07T18:02:49.367Z | Planning: Planning completed in 0.72 seconds |
171 | 2023-12-07T18:02:49.367Z | Mediators to change: 2 |
172 | 2023-12-07T18:02:49.367Z | Create boot environment: No |
173 | 2023-12-07T18:02:49.367Z | Create backup boot environment: No |
174 | 2023-12-07T18:02:49.367Z | Done |
175 | 2023-12-07T18:02:49.368Z | Done |
176 | 2023-12-07T18:02:49.368Z | Done |
177 | 2023-12-07T18:02:55.035Z | Done |
178 | 2023-12-07T18:02:55.152Z | Done |
179 | 2023-12-07T18:02:55.166Z | Done |
180 | 2023-12-07T18:02:55.264Z | Done |
181 | 2023-12-07T18:02:56.264Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-12-07T18:02:56.270Z | Planning: Merging actions ... Done |
183 | 2023-12-07T18:02:56.600Z | Planning: Checking for conflicting actions ... Done |
184 | 2023-12-07T18:02:56.614Z | Planning: Consolidating action changes ... Done |
185 | 2023-12-07T18:02:57.032Z | Planning: Evaluating mediators ... Done |
186 | 2023-12-07T18:02:57.119Z | Planning: Planning completed in 1.30 seconds |
187 | 2023-12-07T18:02:57.184Z | Packages to change: 1 |
188 | 2023-12-07T18:02:57.191Z | Mediators to change: 1 |
189 | 2023-12-07T18:02:57.191Z | Services to change: 1 |
190 | 2023-12-07T18:02:57.192Z | Create boot environment: No |
191 | 2023-12-07T18:02:57.192Z | Create backup boot environment: Yes |
192 | 2023-12-07T18:02:59.464Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2023-12-07T18:02:59.468Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2023-12-07T18:02:59.468Z | Done |
195 | 2023-12-07T18:02:59.468Z | Done |
196 | 2023-12-07T18:02:59.525Z | Done |
197 | 2023-12-07T18:03:05.261Z | Done |
198 | 2023-12-07T18:03:05.387Z | Done |
199 | 2023-12-07T18:03:05.391Z | Done |
200 | 2023-12-07T18:03:05.492Z | Done |
201 | 2023-12-07T18:03:06.169Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2023-12-07T18:03:06.170Z | clang system 15 system |
203 | 2023-12-07T18:03:06.170Z | csh system system illumos |
204 | 2023-12-07T18:03:06.170Z | ctags system system illumos |
205 | 2023-12-07T18:03:06.170Z | gcc vendor 12 vendor |
206 | 2023-12-07T18:03:06.170Z | gcc system 10 system |
207 | 2023-12-07T18:03:06.170Z | gcc system 7 system |
208 | 2023-12-07T18:03:06.170Z | go system 1.20 system |
209 | 2023-12-07T18:03:06.170Z | go system 1.19 system |
210 | 2023-12-07T18:03:06.170Z | llvm system 15 system |
211 | 2023-12-07T18:03:06.170Z | llvm system 14 system |
212 | 2023-12-07T18:03:06.170Z | mariadb system 10.6 system |
213 | 2023-12-07T18:03:06.172Z | mta vendor vendor dma |
214 | 2023-12-07T18:03:06.172Z | openjdk system 17 system |
215 | 2023-12-07T18:03:06.172Z | openjdk system 11 system |
216 | 2023-12-07T18:03:06.172Z | openjdk system 1.8 system |
217 | 2023-12-07T18:03:06.172Z | openssl vendor 3 vendor |
218 | 2023-12-07T18:03:06.172Z | perl system 5.36 system |
219 | 2023-12-07T18:03:06.173Z | postgresql system 15 system |
220 | 2023-12-07T18:03:06.173Z | postgresql system 13 system |
221 | 2023-12-07T18:03:06.173Z | python vendor 3 vendor |
222 | 2023-12-07T18:03:06.173Z | python system 2 system |
223 | 2023-12-07T18:03:06.173Z | python3 system 3.11 system |
224 | 2023-12-07T18:03:06.173Z | ruby system 3.0 system |
225 | 2023-12-07T18:03:06.173Z | words vendor vendor american-english |
226 | 2023-12-07T18:03:06.173Z | words system system australian-english |
227 | 2023-12-07T18:03:06.173Z | words system system british-english |
228 | 2023-12-07T18:03:06.173Z | words system system canadian-english |
229 | 2023-12-07T18:03:06.173Z | words system system french |
230 | 2023-12-07T18:03:06.173Z | words system system italian |
231 | 2023-12-07T18:03:06.173Z | words system system ngerman |
232 | 2023-12-07T18:03:06.173Z | words system system ogerman |
233 | 2023-12-07T18:03:06.173Z | words system system spanish |
234 | 2023-12-07T18:03:06.702Z | FMRI IFO |
235 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
239 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
241 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
242 | 2023-12-07T18:03:06.702Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
243 | 2023-12-07T18:03:06.775Z | + set -o errexit |
244 | 2023-12-07T18:03:06.790Z | +++ dirname ./tools/ci_download_cockroachdb |
245 | 2023-12-07T18:03:06.791Z | ++ cd ./tools |
246 | 2023-12-07T18:03:06.791Z | ++ pwd |
247 | 2023-12-07T18:03:06.791Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
248 | 2023-12-07T18:03:06.791Z | ++ basename ./tools/ci_download_cockroachdb |
249 | 2023-12-07T18:03:06.791Z | + ARG0=ci_download_cockroachdb |
250 | 2023-12-07T18:03:06.791Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
251 | 2023-12-07T18:03:06.795Z | + CIDL_VERSION=v22.1.9 |
252 | 2023-12-07T18:03:06.795Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
253 | 2023-12-07T18:03:06.795Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
254 | 2023-12-07T18:03:06.795Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
255 | 2023-12-07T18:03:06.796Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
256 | 2023-12-07T18:03:06.799Z | + TARGET_DIR=out |
257 | 2023-12-07T18:03:06.799Z | + DOWNLOAD_DIR=out/downloads |
258 | 2023-12-07T18:03:06.801Z | + DEST_DIR=./out/cockroachdb |
259 | 2023-12-07T18:03:06.801Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
260 | 2023-12-07T18:03:06.801Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
261 | 2023-12-07T18:03:06.801Z | + main |
262 | 2023-12-07T18:03:06.801Z | + [[ 0 != 0 ]] |
263 | 2023-12-07T18:03:06.801Z | + CIDL_OS=solaris2.11 |
264 | 2023-12-07T18:03:06.801Z | + [[ 0 != 0 ]] |
265 | 2023-12-07T18:03:06.801Z | + configure_os solaris2.11 |
266 | 2023-12-07T18:03:06.801Z | + echo 'current directory: /work/oxidecomputer/omicron' |
267 | 2023-12-07T18:03:06.801Z | current directory: /work/oxidecomputer/omicron |
268 | 2023-12-07T18:03:06.801Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2023-12-07T18:03:06.801Z | + case "$1" in |
270 | 2023-12-07T18:03:06.801Z | configuring based on OS: "solaris2.11" |
271 | 2023-12-07T18:03:06.801Z | + CIDL_BUILD=illumos |
272 | 2023-12-07T18:03:06.802Z | + CIDL_SUFFIX=tar.gz |
273 | 2023-12-07T18:03:06.802Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-12-07T18:03:06.802Z | + CIDL_MD5FUNC=do_md5sum |
275 | 2023-12-07T18:03:06.802Z | + CIDL_URL_BASE=https://illumos.org/downloads |
276 | 2023-12-07T18:03:06.802Z | + CIDL_ASSEMBLE=do_assemble_illumos |
277 | 2023-12-07T18:03:06.802Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
278 | 2023-12-07T18:03:06.802Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-07T18:03:06.802Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-07T18:03:06.802Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2023-12-07T18:03:06.802Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-12-07T18:03:06.802Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-12-07T18:03:06.802Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-07T18:03:06.802Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-07T18:03:06.802Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-07T18:03:06.802Z | + mkdir -p out/downloads |
287 | 2023-12-07T18:03:06.802Z | + mkdir -p ./out/cockroachdb |
288 | 2023-12-07T18:03:06.802Z | + local DO_DOWNLOAD=true |
289 | 2023-12-07T18:03:06.803Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
290 | 2023-12-07T18:03:06.803Z | + '[' true == true ']' |
291 | 2023-12-07T18:03:06.803Z | + echo Downloading... |
292 | 2023-12-07T18:03:06.803Z | Downloading... |
293 | 2023-12-07T18:03:06.803Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-12-07T18:03:06.803Z | + 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 |
295 | 2023-12-07T18:03:12.380Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-12-07T18:03:12.384Z | ++ md5sum |
297 | 2023-12-07T18:03:12.384Z | ++ awk '{print $1}' |
298 | 2023-12-07T18:03:12.564Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
299 | 2023-12-07T18:03:12.564Z | + [[ 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 ]] |
300 | 2023-12-07T18:03:12.564Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-07T18:03:12.569Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
302 | 2023-12-07T18:03:15.970Z | + do_assemble_illumos |
303 | 2023-12-07T18:03:15.970Z | + rm -r ./out/cockroachdb |
304 | 2023-12-07T18:03:15.974Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
305 | 2023-12-07T18:03:16.549Z | + ./out/cockroachdb/bin/cockroach version |
306 | 2023-12-07T18:03:16.757Z | Build Tag: v22.1.9-dirty |
307 | 2023-12-07T18:03:16.757Z | Build Time: 2022/10/26 21:17:46 |
308 | 2023-12-07T18:03:16.757Z | Distribution: OSS |
309 | 2023-12-07T18:03:16.757Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
310 | 2023-12-07T18:03:16.757Z | Go Version: go1.17.13 |
311 | 2023-12-07T18:03:16.757Z | C Compiler: gcc 10.3.0 |
312 | 2023-12-07T18:03:16.757Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
313 | 2023-12-07T18:03:16.757Z | Build Type: release |
314 | 2023-12-07T18:03:16.780Z | + set -o errexit |
315 | 2023-12-07T18:03:16.784Z | +++ dirname ./tools/ci_download_clickhouse |
316 | 2023-12-07T18:03:16.788Z | ++ cd ./tools |
317 | 2023-12-07T18:03:16.790Z | ++ pwd |
318 | 2023-12-07T18:03:16.790Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
319 | 2023-12-07T18:03:16.790Z | ++ basename ./tools/ci_download_clickhouse |
320 | 2023-12-07T18:03:16.790Z | + ARG0=ci_download_clickhouse |
321 | 2023-12-07T18:03:16.790Z | + TARGET_DIR=out |
322 | 2023-12-07T18:03:16.790Z | + DOWNLOAD_DIR=out/downloads |
323 | 2023-12-07T18:03:16.790Z | + DEST_DIR=./out/clickhouse |
324 | 2023-12-07T18:03:16.794Z | + CIDL_VERSION=v22.8.9.24 |
325 | 2023-12-07T18:03:16.794Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
326 | 2023-12-07T18:03:16.795Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
327 | 2023-12-07T18:03:16.795Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
328 | 2023-12-07T18:03:16.795Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
329 | 2023-12-07T18:03:16.795Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
330 | 2023-12-07T18:03:16.795Z | + main |
331 | 2023-12-07T18:03:16.795Z | + [[ 0 != 0 ]] |
332 | 2023-12-07T18:03:16.795Z | + CIDL_OS=solaris2.11 |
333 | 2023-12-07T18:03:16.795Z | + [[ 0 != 0 ]] |
334 | 2023-12-07T18:03:16.795Z | + configure_os solaris2.11 |
335 | 2023-12-07T18:03:16.795Z | + echo 'current directory: /work/oxidecomputer/omicron' |
336 | 2023-12-07T18:03:16.795Z | current directory: /work/oxidecomputer/omicron |
337 | 2023-12-07T18:03:16.795Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2023-12-07T18:03:16.795Z | + CIDL_DASHREV= |
339 | 2023-12-07T18:03:16.795Z | + case "$1" in |
340 | 2023-12-07T18:03:16.795Z | configuring based on OS: "solaris2.11" |
341 | 2023-12-07T18:03:16.795Z | + CIDL_PLATFORM=illumos |
342 | 2023-12-07T18:03:16.796Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-12-07T18:03:16.796Z | + CIDL_MD5FUNC=do_md5sum |
344 | 2023-12-07T18:03:16.796Z | + CIDL_DASHREV=-1 |
345 | 2023-12-07T18:03:16.796Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
346 | 2023-12-07T18:03:16.796Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-07T18:03:16.796Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-07T18:03:16.797Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-07T18:03:16.797Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2023-12-07T18:03:16.797Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-07T18:03:16.797Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-12-07T18:03:16.797Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-07T18:03:16.798Z | + mkdir -p out/downloads |
354 | 2023-12-07T18:03:16.798Z | + mkdir -p ./out/clickhouse |
355 | 2023-12-07T18:03:16.798Z | + local DO_DOWNLOAD=true |
356 | 2023-12-07T18:03:16.798Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
357 | 2023-12-07T18:03:16.799Z | + '[' true == true ']' |
358 | 2023-12-07T18:03:16.799Z | + echo Downloading... |
359 | 2023-12-07T18:03:16.799Z | Downloading... |
360 | 2023-12-07T18:03:16.799Z | + 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 |
361 | 2023-12-07T18:03:16.805Z | + 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 |
362 | 2023-12-07T18:03:19.920Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-07T18:03:19.928Z | ++ md5sum |
364 | 2023-12-07T18:03:19.928Z | ++ awk '{print $1}' |
365 | 2023-12-07T18:03:20.180Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-12-07T18:03:20.180Z | + [[ 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 ]] |
367 | 2023-12-07T18:03:20.180Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
368 | 2023-12-07T18:03:20.184Z | + mkdir -p ./out/clickhouse |
369 | 2023-12-07T18:03:20.184Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
370 | 2023-12-07T18:03:25.080Z | + ./out/clickhouse/clickhouse server --version |
371 | 2023-12-07T18:03:25.133Z | ClickHouse server version 22.8.9.1. |
372 | 2023-12-07T18:03:25.154Z | + set -o errexit |
373 | 2023-12-07T18:03:25.160Z | +++ dirname ./tools/ci_download_console |
374 | 2023-12-07T18:03:25.160Z | ++ cd ./tools |
375 | 2023-12-07T18:03:25.160Z | ++ pwd |
376 | 2023-12-07T18:03:25.160Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
377 | 2023-12-07T18:03:25.165Z | ++ basename ./tools/ci_download_console |
378 | 2023-12-07T18:03:25.165Z | + ARG0=ci_download_console |
379 | 2023-12-07T18:03:25.165Z | + TARGET_DIR=out |
380 | 2023-12-07T18:03:25.165Z | + DOWNLOAD_DIR=out/downloads |
381 | 2023-12-07T18:03:25.165Z | + DEST_DIR=./out/console-assets |
382 | 2023-12-07T18:03:25.165Z | + source /work/oxidecomputer/omicron/tools/console_version |
383 | 2023-12-07T18:03:25.165Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
384 | 2023-12-07T18:03:25.165Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
385 | 2023-12-07T18:03:25.165Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
386 | 2023-12-07T18:03:25.165Z | + TARBALL_FILE=out/downloads/console.tar.gz |
387 | 2023-12-07T18:03:25.165Z | + main |
388 | 2023-12-07T18:03:25.165Z | + [[ 0 != 0 ]] |
389 | 2023-12-07T18:03:25.165Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
390 | 2023-12-07T18:03:25.165Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
391 | 2023-12-07T18:03:25.167Z | + echo 'Local file: out/downloads/console.tar.gz' |
392 | 2023-12-07T18:03:25.167Z | Local file: out/downloads/console.tar.gz |
393 | 2023-12-07T18:03:25.167Z | + local DO_DOWNLOAD=true |
394 | 2023-12-07T18:03:25.167Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2023-12-07T18:03:25.167Z | + mkdir -p out/downloads |
396 | 2023-12-07T18:03:25.172Z | + '[' true == true ']' |
397 | 2023-12-07T18:03:25.172Z | + echo Downloading... |
398 | 2023-12-07T18:03:25.172Z | Downloading... |
399 | 2023-12-07T18:03:25.172Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
400 | 2023-12-07T18:03:25.172Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
401 | 2023-12-07T18:03:25.869Z | ++ do_sha256sum out/downloads/console.tar.gz |
402 | 2023-12-07T18:03:25.869Z | ++ case "$OSTYPE" in |
403 | 2023-12-07T18:03:25.869Z | ++ SHA=sha256sum |
404 | 2023-12-07T18:03:25.874Z | ++ sha256sum |
405 | 2023-12-07T18:03:25.874Z | ++ awk '{print $1}' |
406 | 2023-12-07T18:03:25.886Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
407 | 2023-12-07T18:03:25.892Z | + [[ 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 ]] |
408 | 2023-12-07T18:03:25.893Z | + rm -rf ./out/console-assets |
409 | 2023-12-07T18:03:25.893Z | + mkdir -p ./out/console-assets |
410 | 2023-12-07T18:03:25.898Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
411 | 2023-12-07T18:03:25.898Z | + mkdir -p ./out/console-assets |
412 | 2023-12-07T18:03:25.898Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
413 | 2023-12-07T18:03:26.038Z | + set -o errexit |
414 | 2023-12-07T18:03:26.046Z | +++ dirname ./tools/ci_download_maghemite_openapi |
415 | 2023-12-07T18:03:26.046Z | ++ cd ./tools |
416 | 2023-12-07T18:03:26.046Z | ++ pwd |
417 | 2023-12-07T18:03:26.052Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
418 | 2023-12-07T18:03:26.053Z | ++ basename ./tools/ci_download_maghemite_openapi |
419 | 2023-12-07T18:03:26.054Z | + ARG0=ci_download_maghemite_openapi |
420 | 2023-12-07T18:03:26.054Z | + TARGET_DIR=out |
421 | 2023-12-07T18:03:26.054Z | + DOWNLOAD_DIR=out/downloads |
422 | 2023-12-07T18:03:26.054Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
423 | 2023-12-07T18:03:26.054Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
424 | 2023-12-07T18:03:26.054Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
425 | 2023-12-07T18:03:26.054Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
426 | 2023-12-07T18:03:26.054Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
427 | 2023-12-07T18:03:26.054Z | + main |
428 | 2023-12-07T18:03:26.054Z | + [[ 0 != 0 ]] |
429 | 2023-12-07T18:03:26.054Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
430 | 2023-12-07T18:03:26.054Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
431 | 2023-12-07T18:03:26.054Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
432 | 2023-12-07T18:03:26.054Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
433 | 2023-12-07T18:03:26.054Z | + local DO_DOWNLOAD=true |
434 | 2023-12-07T18:03:26.054Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
435 | 2023-12-07T18:03:26.055Z | + mkdir -p out/downloads |
436 | 2023-12-07T18:03:26.055Z | + '[' true == true ']' |
437 | 2023-12-07T18:03:26.055Z | + echo Downloading... |
438 | 2023-12-07T18:03:26.055Z | Downloading... |
439 | 2023-12-07T18:03:26.055Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
440 | 2023-12-07T18:03:26.055Z | + 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 |
441 | 2023-12-07T18:03:26.378Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
442 | 2023-12-07T18:03:26.378Z | ++ case "$OSTYPE" in |
443 | 2023-12-07T18:03:26.383Z | ++ SHA=sha256sum |
444 | 2023-12-07T18:03:26.383Z | ++ sha256sum |
445 | 2023-12-07T18:03:26.383Z | ++ awk '{print $1}' |
446 | 2023-12-07T18:03:26.388Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
447 | 2023-12-07T18:03:26.388Z | + [[ 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 ]] |
448 | 2023-12-07T18:03:26.388Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
449 | 2023-12-07T18:03:26.388Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
450 | 2023-12-07T18:03:26.388Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
451 | 2023-12-07T18:03:26.389Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
452 | 2023-12-07T18:03:26.390Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
453 | 2023-12-07T18:03:26.390Z | + main |
454 | 2023-12-07T18:03:26.390Z | + [[ 0 != 0 ]] |
455 | 2023-12-07T18:03:26.390Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
456 | 2023-12-07T18:03:26.390Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
457 | 2023-12-07T18:03:26.390Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
458 | 2023-12-07T18:03:26.390Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-07T18:03:26.390Z | + local DO_DOWNLOAD=true |
460 | 2023-12-07T18:03:26.390Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
461 | 2023-12-07T18:03:26.390Z | + mkdir -p out/downloads |
462 | 2023-12-07T18:03:26.390Z | + '[' true == true ']' |
463 | 2023-12-07T18:03:26.390Z | + echo Downloading... |
464 | 2023-12-07T18:03:26.390Z | Downloading... |
465 | 2023-12-07T18:03:26.390Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
466 | 2023-12-07T18:03:26.390Z | + 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 |
467 | 2023-12-07T18:03:26.537Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
468 | 2023-12-07T18:03:26.541Z | ++ case "$OSTYPE" in |
469 | 2023-12-07T18:03:26.541Z | ++ SHA=sha256sum |
470 | 2023-12-07T18:03:26.541Z | ++ sha256sum |
471 | 2023-12-07T18:03:26.542Z | ++ awk '{print $1}' |
472 | 2023-12-07T18:03:26.546Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
473 | 2023-12-07T18:03:26.546Z | + [[ 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 ]] |
474 | 2023-12-07T18:03:26.553Z | + set -o errexit |
475 | 2023-12-07T18:03:26.560Z | +++ dirname ./tools/ci_download_dendrite_openapi |
476 | 2023-12-07T18:03:26.565Z | ++ cd ./tools |
477 | 2023-12-07T18:03:26.565Z | ++ pwd |
478 | 2023-12-07T18:03:26.565Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
479 | 2023-12-07T18:03:26.565Z | ++ basename ./tools/ci_download_dendrite_openapi |
480 | 2023-12-07T18:03:26.565Z | + ARG0=ci_download_dendrite_openapi |
481 | 2023-12-07T18:03:26.565Z | + TARGET_DIR=out |
482 | 2023-12-07T18:03:26.565Z | + DOWNLOAD_DIR=out/downloads |
483 | 2023-12-07T18:03:26.565Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
484 | 2023-12-07T18:03:26.565Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
485 | 2023-12-07T18:03:26.597Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
486 | 2023-12-07T18:03:26.597Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
487 | 2023-12-07T18:03:26.597Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
488 | 2023-12-07T18:03:26.597Z | + main |
489 | 2023-12-07T18:03:26.597Z | + [[ 0 != 0 ]] |
490 | 2023-12-07T18:03:26.597Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
491 | 2023-12-07T18:03:26.597Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
492 | 2023-12-07T18:03:26.597Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
493 | 2023-12-07T18:03:26.597Z | + local DO_DOWNLOAD=true |
494 | 2023-12-07T18:03:26.597Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
495 | 2023-12-07T18:03:26.597Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
496 | 2023-12-07T18:03:26.597Z | + mkdir -p out/downloads |
497 | 2023-12-07T18:03:26.597Z | + '[' true == true ']' |
498 | 2023-12-07T18:03:26.597Z | + echo Downloading... |
499 | 2023-12-07T18:03:26.598Z | Downloading... |
500 | 2023-12-07T18:03:26.598Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
501 | 2023-12-07T18:03:26.598Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
502 | 2023-12-07T18:03:26.784Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
503 | 2023-12-07T18:03:26.787Z | ++ case "$OSTYPE" in |
504 | 2023-12-07T18:03:26.788Z | ++ SHA=sha256sum |
505 | 2023-12-07T18:03:26.788Z | ++ sha256sum |
506 | 2023-12-07T18:03:26.788Z | ++ awk '{print $1}' |
507 | 2023-12-07T18:03:26.792Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
508 | 2023-12-07T18:03:26.792Z | + [[ 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 ]] |
509 | 2023-12-07T18:03:26.800Z | + set -o errexit |
510 | 2023-12-07T18:03:26.805Z | +++ dirname ./tools/ci_download_dendrite_stub |
511 | 2023-12-07T18:03:26.805Z | ++ cd ./tools |
512 | 2023-12-07T18:03:26.806Z | ++ pwd |
513 | 2023-12-07T18:03:26.811Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2023-12-07T18:03:26.811Z | ++ basename ./tools/ci_download_dendrite_stub |
515 | 2023-12-07T18:03:26.811Z | + ARG0=ci_download_dendrite_stub |
516 | 2023-12-07T18:03:26.811Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
517 | 2023-12-07T18:03:26.811Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
518 | 2023-12-07T18:03:26.811Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
519 | 2023-12-07T18:03:26.811Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
520 | 2023-12-07T18:03:26.811Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
521 | 2023-12-07T18:03:26.811Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
522 | 2023-12-07T18:03:26.811Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
523 | 2023-12-07T18:03:26.811Z | + TARGET_DIR=out |
524 | 2023-12-07T18:03:26.811Z | + DOWNLOAD_DIR=out/downloads |
525 | 2023-12-07T18:03:26.811Z | + DEST_DIR=./out/dendrite-stub |
526 | 2023-12-07T18:03:26.811Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
527 | 2023-12-07T18:03:26.812Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2023-12-07T18:03:26.812Z | + REPO=oxidecomputer/dendrite |
529 | 2023-12-07T18:03:26.812Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
530 | 2023-12-07T18:03:26.812Z | + main |
531 | 2023-12-07T18:03:26.812Z | + [[ 0 != 0 ]] |
532 | 2023-12-07T18:03:26.812Z | + CIDL_OS=solaris2.11 |
533 | 2023-12-07T18:03:26.812Z | + [[ 0 != 0 ]] |
534 | 2023-12-07T18:03:26.812Z | + configure_os solaris2.11 |
535 | 2023-12-07T18:03:26.812Z | + echo 'current directory: /work/oxidecomputer/omicron' |
536 | 2023-12-07T18:03:26.812Z | current directory: /work/oxidecomputer/omicron |
537 | 2023-12-07T18:03:26.814Z | configuring based on OS: "solaris2.11" |
538 | 2023-12-07T18:03:26.814Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-12-07T18:03:26.814Z | + case "$1" in |
540 | 2023-12-07T18:03:26.814Z | + SET_BINARIES= |
541 | 2023-12-07T18:03:26.814Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
542 | 2023-12-07T18:03:26.814Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2023-12-07T18:03:26.814Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
544 | 2023-12-07T18:03:26.818Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
545 | 2023-12-07T18:03:26.818Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
546 | 2023-12-07T18:03:26.819Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
547 | 2023-12-07T18:03:26.819Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
548 | 2023-12-07T18:03:26.819Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2023-12-07T18:03:26.819Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2023-12-07T18:03:26.819Z | + mkdir -p out/downloads |
551 | 2023-12-07T18:03:26.824Z | + mkdir -p ./out/dendrite-stub |
552 | 2023-12-07T18:03:26.824Z | + fetch_and_verify |
553 | 2023-12-07T18:03:26.824Z | + local DO_DOWNLOAD=true |
554 | 2023-12-07T18:03:26.824Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2023-12-07T18:03:26.824Z | + '[' true == true ']' |
556 | 2023-12-07T18:03:26.824Z | + echo Downloading... |
557 | 2023-12-07T18:03:26.824Z | Downloading... |
558 | 2023-12-07T18:03:26.824Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
559 | 2023-12-07T18:03:26.824Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
560 | 2023-12-07T18:03:35.399Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
561 | 2023-12-07T18:03:35.403Z | ++ sha256sum |
562 | 2023-12-07T18:03:35.403Z | ++ awk '{print $1}' |
563 | 2023-12-07T18:03:35.508Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
564 | 2023-12-07T18:03:35.508Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
565 | 2023-12-07T18:03:35.513Z | + do_untar out/downloads/dendrite-stub.tar.gz |
566 | 2023-12-07T18:03:35.513Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
567 | 2023-12-07T18:03:36.609Z | + do_assemble |
568 | 2023-12-07T18:03:36.609Z | + rm -r ./out/dendrite-stub |
569 | 2023-12-07T18:03:36.613Z | + mkdir ./out/dendrite-stub |
570 | 2023-12-07T18:03:36.617Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
571 | 2023-12-07T18:03:36.750Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
572 | 2023-12-07T18:03:36.762Z | + set -o errexit |
573 | 2023-12-07T18:03:36.766Z | +++ dirname ./tools/ci_download_maghemite_mgd |
574 | 2023-12-07T18:03:36.770Z | ++ cd ./tools |
575 | 2023-12-07T18:03:36.770Z | ++ pwd |
576 | 2023-12-07T18:03:36.770Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
577 | 2023-12-07T18:03:36.770Z | ++ basename ./tools/ci_download_maghemite_mgd |
578 | 2023-12-07T18:03:36.771Z | + ARG0=ci_download_maghemite_mgd |
579 | 2023-12-07T18:03:36.779Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
580 | 2023-12-07T18:03:36.779Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
581 | 2023-12-07T18:03:36.779Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
582 | 2023-12-07T18:03:36.779Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
583 | 2023-12-07T18:03:36.779Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
584 | 2023-12-07T18:03:36.779Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
585 | 2023-12-07T18:03:36.779Z | + TARGET_DIR=out |
586 | 2023-12-07T18:03:36.779Z | + DOWNLOAD_DIR=out/downloads |
587 | 2023-12-07T18:03:36.779Z | + DEST_DIR=./out/mgd |
588 | 2023-12-07T18:03:36.779Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
589 | 2023-12-07T18:03:36.779Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
590 | 2023-12-07T18:03:36.779Z | + REPO=oxidecomputer/maghemite |
591 | 2023-12-07T18:03:36.780Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
592 | 2023-12-07T18:03:36.780Z | + main |
593 | 2023-12-07T18:03:36.780Z | + [[ 0 != 0 ]] |
594 | 2023-12-07T18:03:36.780Z | + CIDL_OS=solaris2.11 |
595 | 2023-12-07T18:03:36.780Z | + [[ 0 != 0 ]] |
596 | 2023-12-07T18:03:36.780Z | + configure_os solaris2.11 |
597 | 2023-12-07T18:03:36.780Z | + echo 'current directory: /work/oxidecomputer/omicron' |
598 | 2023-12-07T18:03:36.780Z | current directory: /work/oxidecomputer/omicron |
599 | 2023-12-07T18:03:36.780Z | + echo 'configuring based on OS: "solaris2.11"' |
600 | 2023-12-07T18:03:36.780Z | + case "$1" in |
601 | 2023-12-07T18:03:36.780Z | + SET_BINARIES= |
602 | 2023-12-07T18:03:36.780Z | configuring based on OS: "solaris2.11" |
603 | 2023-12-07T18:03:36.780Z | + CIDL_SHA256FUNC=do_sha256sum |
604 | 2023-12-07T18:03:36.780Z | + TARBALL_FILENAME=mgd.tar.gz |
605 | 2023-12-07T18:03:36.780Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
606 | 2023-12-07T18:03:36.780Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
607 | 2023-12-07T18:03:36.780Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
608 | 2023-12-07T18:03:36.781Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2023-12-07T18:03:36.781Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2023-12-07T18:03:36.781Z | Local file: out/downloads/mgd.tar.gz |
611 | 2023-12-07T18:03:36.781Z | + mkdir -p out/downloads |
612 | 2023-12-07T18:03:36.781Z | + mkdir -p ./out/mgd |
613 | 2023-12-07T18:03:36.785Z | + fetch_and_verify |
614 | 2023-12-07T18:03:36.785Z | + local DO_DOWNLOAD=true |
615 | 2023-12-07T18:03:36.785Z | + [[ -f out/downloads/mgd.tar.gz ]] |
616 | 2023-12-07T18:03:36.785Z | + '[' true == true ']' |
617 | 2023-12-07T18:03:36.785Z | + echo Downloading... |
618 | 2023-12-07T18:03:36.785Z | Downloading... |
619 | 2023-12-07T18:03:36.785Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
620 | 2023-12-07T18:03:36.785Z | + 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 |
621 | 2023-12-07T18:03:43.344Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
622 | 2023-12-07T18:03:43.356Z | ++ sha256sum |
623 | 2023-12-07T18:03:43.357Z | ++ awk '{print $1}' |
624 | 2023-12-07T18:03:43.357Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
625 | 2023-12-07T18:03:43.357Z | + [[ 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 ]] |
626 | 2023-12-07T18:03:43.357Z | + do_untar out/downloads/mgd.tar.gz |
627 | 2023-12-07T18:03:43.357Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
628 | 2023-12-07T18:03:43.794Z | + do_assemble |
629 | 2023-12-07T18:03:43.795Z | + rm -r ./out/mgd |
630 | 2023-12-07T18:03:43.796Z | + mkdir ./out/mgd |
631 | 2023-12-07T18:03:43.796Z | + cp -r out/downloads/root ./out/mgd/root |
632 | 2023-12-07T18:03:43.922Z | + set -o errexit |
633 | 2023-12-07T18:03:43.926Z | +++ dirname ./tools/ci_download_transceiver_control |
634 | 2023-12-07T18:03:43.927Z | ++ cd ./tools |
635 | 2023-12-07T18:03:43.927Z | ++ pwd |
636 | 2023-12-07T18:03:43.927Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2023-12-07T18:03:43.933Z | ++ basename ./tools/ci_download_transceiver_control |
638 | 2023-12-07T18:03:43.934Z | + ARG0=ci_download_transceiver_control |
639 | 2023-12-07T18:03:43.934Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
640 | 2023-12-07T18:03:43.934Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-12-07T18:03:43.934Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
642 | 2023-12-07T18:03:43.934Z | + TARGET_DIR=out |
643 | 2023-12-07T18:03:43.934Z | + DOWNLOAD_DIR=out/downloads |
644 | 2023-12-07T18:03:43.934Z | + DEST_DIR=./out/transceiver-control |
645 | 2023-12-07T18:03:43.934Z | + BIN_DIR=/opt/oxide/bin |
646 | 2023-12-07T18:03:43.935Z | + BINARY=xcvradm |
647 | 2023-12-07T18:03:43.935Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2023-12-07T18:03:43.935Z | + REPO=oxidecomputer/transceiver-control |
649 | 2023-12-07T18:03:43.935Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2023-12-07T18:03:43.935Z | + main |
651 | 2023-12-07T18:03:43.936Z | + [[ 0 != 0 ]] |
652 | 2023-12-07T18:03:43.936Z | + CIDL_OS=solaris2.11 |
653 | 2023-12-07T18:03:43.936Z | + [[ 0 != 0 ]] |
654 | 2023-12-07T18:03:43.936Z | + configure_os solaris2.11 |
655 | 2023-12-07T18:03:43.936Z | + echo 'current directory: /work/oxidecomputer/omicron' |
656 | 2023-12-07T18:03:43.937Z | current directory: /work/oxidecomputer/omicron |
657 | 2023-12-07T18:03:43.938Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2023-12-07T18:03:43.938Z | configuring based on OS: "solaris2.11" |
659 | 2023-12-07T18:03:43.938Z | + case "$1" in |
660 | 2023-12-07T18:03:43.938Z | + SET_BINARIES= |
661 | 2023-12-07T18:03:43.938Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2023-12-07T18:03:43.939Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2023-12-07T18:03:43.939Z | + ARCHIVE_FILENAME=xcvradm.gz |
664 | 2023-12-07T18:03:43.939Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-12-07T18:03:43.939Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-07T18:03:43.939Z | Local file: out/downloads/xcvradm.gz |
667 | 2023-12-07T18:03:43.940Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
668 | 2023-12-07T18:03:43.940Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
669 | 2023-12-07T18:03:43.940Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2023-12-07T18:03:43.940Z | + mkdir -p out/downloads |
671 | 2023-12-07T18:03:43.940Z | + mkdir -p ./out/transceiver-control |
672 | 2023-12-07T18:03:43.950Z | + fetch_and_verify |
673 | 2023-12-07T18:03:43.950Z | + local DO_DOWNLOAD=true |
674 | 2023-12-07T18:03:43.950Z | + [[ -f out/downloads/xcvradm.gz ]] |
675 | 2023-12-07T18:03:43.950Z | + '[' true == true ']' |
676 | 2023-12-07T18:03:43.950Z | + echo Downloading... |
677 | 2023-12-07T18:03:43.950Z | Downloading... |
678 | 2023-12-07T18:03:43.951Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
679 | 2023-12-07T18:03:43.951Z | + 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 |
680 | 2023-12-07T18:03:48.140Z | ++ do_sha256sum out/downloads/xcvradm.gz |
681 | 2023-12-07T18:03:48.568Z | ++ sha256sum |
682 | 2023-12-07T18:03:48.569Z | ++ awk '{print $1}' |
683 | 2023-12-07T18:03:48.594Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
684 | 2023-12-07T18:03:48.594Z | + [[ 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 ]] |
685 | 2023-12-07T18:03:48.594Z | + do_unpack out/downloads/xcvradm.gz |
686 | 2023-12-07T18:03:48.594Z | + mkdir -p out/downloads/root//opt/oxide/bin |
687 | 2023-12-07T18:03:48.595Z | + gzip -dc out/downloads/xcvradm.gz |
688 | 2023-12-07T18:03:48.595Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
689 | 2023-12-07T18:03:48.595Z | + do_assemble |
690 | 2023-12-07T18:03:48.595Z | + rm -r ./out/transceiver-control |
691 | 2023-12-07T18:03:48.595Z | + mkdir ./out/transceiver-control |
692 | 2023-12-07T18:03:48.595Z | + cp -r out/downloads/root ./out/transceiver-control/root |
693 | 2023-12-07T18:03:48.595Z | All prerequisites installed successfully |
694 | 2023-12-07T18:03:48.595Z | |
695 | 2023-12-07T18:03:48.595Z | real 2:27.210232459 |
696 | 2023-12-07T18:03:48.595Z | user 55.219966419 |
697 | 2023-12-07T18:03:48.595Z | sys 10.204026895 |
698 | 2023-12-07T18:03:48.595Z | trap 0.023765501 |
699 | 2023-12-07T18:03:48.595Z | tflt 0.388803177 |
700 | 2023-12-07T18:03:48.595Z | dflt 0.916951115 |
701 | 2023-12-07T18:03:48.595Z | kflt 0.338859747 |
702 | 2023-12-07T18:03:48.595Z | lock 1.658902063 |
703 | 2023-12-07T18:03:48.595Z | slp 4:38.086861130 |
704 | 2023-12-07T18:03:48.595Z | lat 3.516281497 |
705 | 2023-12-07T18:03:48.596Z | stop 0.066368508 |
706 | 2023-12-07T18:03:48.596Z | + banner end-to-end-tests |
707 | 2023-12-07T18:03:48.643Z | |
708 | 2023-12-07T18:03:48.644Z | ###### # # ##### ##### #### ###### # # ##### |
709 | 2023-12-07T18:03:48.644Z | # ## # # # # # # # ## # # # |
710 | 2023-12-07T18:03:48.644Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
711 | 2023-12-07T18:03:48.644Z | # # # # # # # # # # # # # # # |
712 | 2023-12-07T18:03:48.644Z | # # ## # # # # # # # ## # # |
713 | 2023-12-07T18:03:48.644Z | ###### # # ##### # #### ###### # # ##### |
714 | 2023-12-07T18:03:48.645Z | |
715 | 2023-12-07T18:03:48.652Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
716 | 2023-12-07T18:03:48.652Z | + CARGO_PROFILE_DEV_DEBUG=1 |
717 | 2023-12-07T18:03:48.652Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
718 | 2023-12-07T18:03:48.652Z | + CARGO_PROFILE_TEST_DEBUG=1 |
719 | 2023-12-07T18:03:48.652Z | + export CARGO_INCREMENTAL=0 |
720 | 2023-12-07T18:03:48.652Z | + CARGO_INCREMENTAL=0 |
721 | 2023-12-07T18:03:48.653Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
722 | 2023-12-07T18:03:48.980Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
723 | 2023-12-07T18:03:49.365Z | Updating crates.io index |
724 | 2023-12-07T18:03:49.468Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2023-12-07T18:03:50.269Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2023-12-07T18:03:52.052Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2023-12-07T18:03:52.705Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2023-12-07T18:03:53.078Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2023-12-07T18:03:53.796Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2023-12-07T18:03:53.805Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2023-12-07T18:03:54.591Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2023-12-07T18:03:56.870Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2023-12-07T18:03:57.919Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2023-12-07T18:03:58.302Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2023-12-07T18:03:58.920Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2023-12-07T18:03:59.265Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2023-12-07T18:03:59.807Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2023-12-07T18:04:00.247Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2023-12-07T18:04:00.572Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2023-12-07T18:04:01.184Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2023-12-07T18:04:01.791Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2023-12-07T18:04:02.190Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2023-12-07T18:04:02.613Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2023-12-07T18:04:03.886Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2023-12-07T18:04:04.299Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-12-07T18:04:05.418Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-12-07T18:04:05.769Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-12-07T18:04:06.090Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-12-07T18:04:07.772Z | Downloading crates ... |
750 | 2023-12-07T18:04:08.036Z | Downloaded aead v0.5.2 |
751 | 2023-12-07T18:04:08.041Z | Downloaded adler v1.0.2 |
752 | 2023-12-07T18:04:08.045Z | Downloaded bytes v1.5.0 |
753 | 2023-12-07T18:04:08.058Z | Downloaded atty v0.2.14 |
754 | 2023-12-07T18:04:08.064Z | Downloaded colorchoice v1.0.0 |
755 | 2023-12-07T18:04:08.069Z | Downloaded async-stream-impl v0.3.5 |
756 | 2023-12-07T18:04:08.073Z | Downloaded darling_macro v0.20.3 |
757 | 2023-12-07T18:04:08.077Z | Downloaded memoffset v0.9.0 |
758 | 2023-12-07T18:04:08.081Z | Downloaded pin-utils v0.1.0 |
759 | 2023-12-07T18:04:08.086Z | Downloaded cipher v0.4.4 |
760 | 2023-12-07T18:04:08.090Z | Downloaded crucible-workspace-hack v0.1.0 |
761 | 2023-12-07T18:04:08.094Z | Downloaded defmt-macros v0.3.6 |
762 | 2023-12-07T18:04:08.102Z | Downloaded match_cfg v0.1.0 |
763 | 2023-12-07T18:04:08.106Z | Downloaded quick-error v1.2.3 |
764 | 2023-12-07T18:04:08.110Z | Downloaded md5 v0.7.0 |
765 | 2023-12-07T18:04:08.114Z | Downloaded curve25519-dalek-derive v0.1.0 |
766 | 2023-12-07T18:04:08.118Z | Downloaded pbkdf2 v0.12.2 |
767 | 2023-12-07T18:04:08.121Z | Downloaded miniz_oxide v0.7.1 |
768 | 2023-12-07T18:04:08.127Z | Downloaded dirs v5.0.1 |
769 | 2023-12-07T18:04:08.131Z | Downloaded cfg-if v1.0.0 |
770 | 2023-12-07T18:04:08.135Z | Downloaded dirs-sys v0.4.1 |
771 | 2023-12-07T18:04:08.139Z | Downloaded anstyle-parse v0.2.1 |
772 | 2023-12-07T18:04:08.145Z | Downloaded md-5 v0.10.5 |
773 | 2023-12-07T18:04:08.153Z | Downloaded time-core v0.1.1 |
774 | 2023-12-07T18:04:08.156Z | Downloaded phf v0.11.2 |
775 | 2023-12-07T18:04:08.156Z | Downloaded rand_chacha v0.2.2 |
776 | 2023-12-07T18:04:08.160Z | Downloaded ciborium-ll v0.2.1 |
777 | 2023-12-07T18:04:08.166Z | Downloaded normalize-line-endings v0.3.0 |
778 | 2023-12-07T18:04:08.166Z | Downloaded pem v3.0.2 |
779 | 2023-12-07T18:04:08.170Z | Downloaded parking_lot v0.11.2 |
780 | 2023-12-07T18:04:08.174Z | Downloaded dirs-sys-next v0.1.2 |
781 | 2023-12-07T18:04:08.178Z | Downloaded toolchain_find v0.2.0 |
782 | 2023-12-07T18:04:08.182Z | Downloaded bit-set v0.5.3 |
783 | 2023-12-07T18:04:08.186Z | Downloaded cobs v0.2.3 |
784 | 2023-12-07T18:04:08.186Z | Downloaded cstr-argument v0.1.2 |
785 | 2023-12-07T18:04:08.190Z | Downloaded chacha20 v0.9.1 |
786 | 2023-12-07T18:04:08.194Z | Downloaded waitgroup v0.1.2 |
787 | 2023-12-07T18:04:08.198Z | Downloaded unicode-xid v0.2.4 |
788 | 2023-12-07T18:04:08.201Z | Downloaded camino v1.1.6 |
789 | 2023-12-07T18:04:08.205Z | Downloaded parking_lot_core v0.9.8 |
790 | 2023-12-07T18:04:08.210Z | Downloaded xattr v1.0.1 |
791 | 2023-12-07T18:04:08.213Z | Downloaded ident_case v1.0.1 |
792 | 2023-12-07T18:04:08.214Z | Downloaded der_derive v0.7.2 |
793 | 2023-12-07T18:04:08.218Z | Downloaded num-complex v0.4.4 |
794 | 2023-12-07T18:04:08.221Z | Downloaded crypto-common v0.1.6 |
795 | 2023-12-07T18:04:08.222Z | Downloaded percent-encoding v2.3.1 |
796 | 2023-12-07T18:04:08.226Z | Downloaded deranged v0.3.8 |
797 | 2023-12-07T18:04:08.226Z | Downloaded tokio-native-tls v0.3.1 |
798 | 2023-12-07T18:04:08.230Z | Downloaded time-macros v0.2.13 |
799 | 2023-12-07T18:04:08.234Z | Downloaded take_mut v0.2.2 |
800 | 2023-12-07T18:04:08.238Z | Downloaded rustc_version v0.4.0 |
801 | 2023-12-07T18:04:08.238Z | Downloaded managed v0.8.0 |
802 | 2023-12-07T18:04:08.242Z | Downloaded console v0.15.7 |
803 | 2023-12-07T18:04:08.247Z | Downloaded unicase v2.7.0 |
804 | 2023-12-07T18:04:08.253Z | Downloaded rand_core v0.5.1 |
805 | 2023-12-07T18:04:08.258Z | Downloaded num-iter v0.1.43 |
806 | 2023-12-07T18:04:08.258Z | Downloaded hyper-staticfile v0.9.5 |
807 | 2023-12-07T18:04:08.261Z | Downloaded num_cpus v1.16.0 |
808 | 2023-12-07T18:04:08.265Z | Downloaded iana-time-zone v0.1.57 |
809 | 2023-12-07T18:04:08.270Z | Downloaded zeroize_derive v1.4.2 |
810 | 2023-12-07T18:04:08.274Z | Downloaded slog-envlogger v2.2.0 |
811 | 2023-12-07T18:04:08.278Z | Downloaded pin-project-internal v1.1.3 |
812 | 2023-12-07T18:04:08.282Z | Downloaded libefi-sys v0.1.0 |
813 | 2023-12-07T18:04:08.283Z | Downloaded is-terminal v0.4.9 |
814 | 2023-12-07T18:04:08.286Z | Downloaded sha1 v0.10.6 |
815 | 2023-12-07T18:04:08.290Z | Downloaded platforms v3.0.2 |
816 | 2023-12-07T18:04:08.294Z | Downloaded rustls-pemfile v1.0.3 |
817 | 2023-12-07T18:04:08.298Z | Downloaded spin v0.5.2 |
818 | 2023-12-07T18:04:08.302Z | Downloaded structmeta-derive v0.2.0 |
819 | 2023-12-07T18:04:08.302Z | Downloaded rustversion v1.0.14 |
820 | 2023-12-07T18:04:08.307Z | Downloaded textwrap v0.11.0 |
821 | 2023-12-07T18:04:08.311Z | Downloaded num-derive v0.4.0 |
822 | 2023-12-07T18:04:08.315Z | Downloaded getrandom v0.2.10 |
823 | 2023-12-07T18:04:08.321Z | Downloaded thiserror-no-std v2.0.2 |
824 | 2023-12-07T18:04:08.329Z | Downloaded usdt-attr-macro v0.3.5 |
825 | 2023-12-07T18:04:08.333Z | Downloaded walkdir v2.4.0 |
826 | 2023-12-07T18:04:08.338Z | Downloaded omicron-zone-package v0.9.1 |
827 | 2023-12-07T18:04:08.341Z | Downloaded smallvec v1.11.0 |
828 | 2023-12-07T18:04:08.345Z | Downloaded p256 v0.13.2 |
829 | 2023-12-07T18:04:08.351Z | Downloaded equivalent v1.0.1 |
830 | 2023-12-07T18:04:08.355Z | Downloaded httpdate v1.0.3 |
831 | 2023-12-07T18:04:08.355Z | Downloaded clap v4.4.3 |
832 | 2023-12-07T18:04:08.373Z | Downloaded russh-cryptovec v0.7.0 |
833 | 2023-12-07T18:04:08.377Z | Downloaded slab v0.4.9 |
834 | 2023-12-07T18:04:08.377Z | Downloaded foreign-types v0.5.0 |
835 | 2023-12-07T18:04:08.384Z | Downloaded pest_generator v2.7.2 |
836 | 2023-12-07T18:04:08.388Z | Downloaded openssl-probe v0.1.5 |
837 | 2023-12-07T18:04:08.389Z | Downloaded rcgen v0.11.3 |
838 | 2023-12-07T18:04:08.393Z | Downloaded fxhash v0.2.1 |
839 | 2023-12-07T18:04:08.393Z | Downloaded postgres-protocol v0.6.6 |
840 | 2023-12-07T18:04:08.397Z | Downloaded ucd-trie v0.1.6 |
841 | 2023-12-07T18:04:08.400Z | Downloaded utf-8 v0.7.6 |
842 | 2023-12-07T18:04:08.404Z | Downloaded try-lock v0.2.4 |
843 | 2023-12-07T18:04:08.404Z | Downloaded subtle v2.5.0 |
844 | 2023-12-07T18:04:08.408Z | Downloaded tracing-attributes v0.1.26 |
845 | 2023-12-07T18:04:08.412Z | Downloaded ciborium v0.2.1 |
846 | 2023-12-07T18:04:08.416Z | Downloaded lalrpop-util v0.19.12 |
847 | 2023-12-07T18:04:08.420Z | Downloaded usdt v0.3.5 |
848 | 2023-12-07T18:04:08.420Z | Downloaded term v0.7.0 |
849 | 2023-12-07T18:04:08.426Z | Downloaded hostname v0.3.1 |
850 | 2023-12-07T18:04:08.430Z | Downloaded macaddr v1.0.1 |
851 | 2023-12-07T18:04:08.435Z | Downloaded tinyvec v1.6.0 |
852 | 2023-12-07T18:04:08.439Z | Downloaded half v1.8.2 |
853 | 2023-12-07T18:04:08.444Z | Downloaded linked-hash-map v0.5.6 |
854 | 2023-12-07T18:04:08.448Z | Downloaded structopt-derive v0.4.18 |
855 | 2023-12-07T18:04:08.452Z | Downloaded http-range v0.1.5 |
856 | 2023-12-07T18:04:08.452Z | Downloaded keccak v0.1.4 |
857 | 2023-12-07T18:04:08.455Z | Downloaded usdt-impl v0.3.5 |
858 | 2023-12-07T18:04:08.459Z | Downloaded headers-core v0.2.0 |
859 | 2023-12-07T18:04:08.459Z | Downloaded inout v0.1.3 |
860 | 2023-12-07T18:04:08.463Z | Downloaded http-body v0.4.5 |
861 | 2023-12-07T18:04:08.467Z | Downloaded hyper-rustls v0.24.2 |
862 | 2023-12-07T18:04:08.470Z | Downloaded socket2 v0.5.5 |
863 | 2023-12-07T18:04:08.474Z | Downloaded russh-keys v0.40.0 |
864 | 2023-12-07T18:04:08.478Z | Downloaded unicode-ident v1.0.12 |
865 | 2023-12-07T18:04:08.512Z | Downloaded serde_urlencoded v0.7.1 |
866 | 2023-12-07T18:04:08.516Z | Downloaded signal-hook-mio v0.2.3 |
867 | 2023-12-07T18:04:08.516Z | Downloaded untrusted v0.9.0 |
868 | 2023-12-07T18:04:08.516Z | Downloaded foreign-types-shared v0.1.1 |
869 | 2023-12-07T18:04:08.516Z | Downloaded endian-type v0.1.2 |
870 | 2023-12-07T18:04:08.517Z | Downloaded subprocess v0.2.9 |
871 | 2023-12-07T18:04:08.517Z | Downloaded aes v0.8.3 |
872 | 2023-12-07T18:04:08.517Z | Downloaded serde_spanned v0.6.4 |
873 | 2023-12-07T18:04:08.517Z | Downloaded structmeta v0.2.0 |
874 | 2023-12-07T18:04:08.517Z | Downloaded indexmap v1.9.3 |
875 | 2023-12-07T18:04:08.517Z | Downloaded hex v0.4.3 |
876 | 2023-12-07T18:04:08.521Z | Downloaded tokio-macros v2.2.0 |
877 | 2023-12-07T18:04:08.524Z | Downloaded snafu-derive v0.7.5 |
878 | 2023-12-07T18:04:08.524Z | Downloaded slog-stdlog v4.1.1 |
879 | 2023-12-07T18:04:08.531Z | Downloaded stringprep v0.1.3 |
880 | 2023-12-07T18:04:08.535Z | Downloaded foreign-types-shared v0.3.1 |
881 | 2023-12-07T18:04:08.535Z | Downloaded foreign-types v0.3.2 |
882 | 2023-12-07T18:04:08.544Z | Downloaded der v0.7.8 |
883 | 2023-12-07T18:04:08.547Z | Downloaded futures-executor v0.3.29 |
884 | 2023-12-07T18:04:08.547Z | Downloaded glob v0.3.1 |
885 | 2023-12-07T18:04:08.548Z | Downloaded tar v0.4.40 |
886 | 2023-12-07T18:04:08.552Z | Downloaded thread-id v4.2.0 |
887 | 2023-12-07T18:04:08.555Z | Downloaded log v0.4.20 |
888 | 2023-12-07T18:04:08.559Z | Downloaded instant v0.1.12 |
889 | 2023-12-07T18:04:08.562Z | Downloaded resolv-conf v0.7.0 |
890 | 2023-12-07T18:04:08.566Z | Downloaded vec_map v0.8.2 |
891 | 2023-12-07T18:04:08.572Z | Downloaded strum v0.25.0 |
892 | 2023-12-07T18:04:08.572Z | Downloaded generic-array v0.14.7 |
893 | 2023-12-07T18:04:08.572Z | Downloaded rustls-native-certs v0.6.3 |
894 | 2023-12-07T18:04:08.576Z | Downloaded static_assertions v1.1.0 |
895 | 2023-12-07T18:04:08.579Z | Downloaded dof v0.1.5 |
896 | 2023-12-07T18:04:08.583Z | Downloaded scheduled-thread-pool v0.2.7 |
897 | 2023-12-07T18:04:08.583Z | Downloaded hex-literal v0.4.1 |
898 | 2023-12-07T18:04:08.586Z | Downloaded thiserror-impl v1.0.49 |
899 | 2023-12-07T18:04:08.590Z | Downloaded zeroize v1.7.0 |
900 | 2023-12-07T18:04:08.590Z | Downloaded ed25519-dalek v2.0.0 |
901 | 2023-12-07T18:04:08.595Z | Downloaded embedded-io v0.4.0 |
902 | 2023-12-07T18:04:08.598Z | Downloaded futures-task v0.3.29 |
903 | 2023-12-07T18:04:08.601Z | Downloaded universal-hash v0.5.1 |
904 | 2023-12-07T18:04:08.605Z | Downloaded vsss-rs v3.3.1 |
905 | 2023-12-07T18:04:08.608Z | Downloaded serde_repr v0.1.16 |
906 | 2023-12-07T18:04:08.611Z | Downloaded dyn-clone v1.0.13 |
907 | 2023-12-07T18:04:08.614Z | Downloaded slog-scope v4.4.0 |
908 | 2023-12-07T18:04:08.620Z | Downloaded nibble_vec v0.1.0 |
909 | 2023-12-07T18:04:08.624Z | Downloaded difflib v0.4.0 |
910 | 2023-12-07T18:04:08.625Z | Downloaded siphasher v0.3.11 |
911 | 2023-12-07T18:04:08.625Z | Downloaded futures-sink v0.3.29 |
912 | 2023-12-07T18:04:08.629Z | Downloaded version_check v0.9.4 |
913 | 2023-12-07T18:04:08.629Z | Downloaded toml_datetime v0.6.5 |
914 | 2023-12-07T18:04:08.633Z | Downloaded ghash v0.5.0 |
915 | 2023-12-07T18:04:08.633Z | Downloaded elliptic-curve v0.13.8 |
916 | 2023-12-07T18:04:08.640Z | Downloaded tracing v0.1.37 |
917 | 2023-12-07T18:04:08.646Z | Downloaded flate2 v1.0.28 |
918 | 2023-12-07T18:04:08.657Z | Downloaded semver v1.0.20 |
919 | 2023-12-07T18:04:08.662Z | Downloaded tokio-stream v0.1.14 |
920 | 2023-12-07T18:04:08.669Z | Downloaded httparse v1.8.0 |
921 | 2023-12-07T18:04:08.673Z | Downloaded yasna v0.5.2 |
922 | 2023-12-07T18:04:08.677Z | Downloaded schemars v0.8.13 |
923 | 2023-12-07T18:04:08.703Z | Downloaded slog v2.7.0 |
924 | 2023-12-07T18:04:08.718Z | Downloaded serde v1.0.192 |
925 | 2023-12-07T18:04:08.718Z | Downloaded signal-hook v0.3.17 |
926 | 2023-12-07T18:04:08.730Z | Downloaded serde_yaml v0.9.25 |
927 | 2023-12-07T18:04:08.731Z | Downloaded regex-automata v0.1.10 |
928 | 2023-12-07T18:04:08.744Z | Downloaded indexmap v2.1.0 |
929 | 2023-12-07T18:04:08.751Z | Downloaded aho-corasick v1.0.4 |
930 | 2023-12-07T18:04:08.752Z | Downloaded russh v0.40.0 |
931 | 2023-12-07T18:04:08.760Z | Downloaded unicode-segmentation v1.10.1 |
932 | 2023-12-07T18:04:08.766Z | Downloaded tungstenite v0.20.1 |
933 | 2023-12-07T18:04:08.772Z | Downloaded trust-dns-server v0.22.1 |
934 | 2023-12-07T18:04:08.782Z | Downloaded libm v0.2.7 |
935 | 2023-12-07T18:04:08.799Z | Downloaded itertools v0.12.0 |
936 | 2023-12-07T18:04:08.812Z | Downloaded petgraph v0.6.4 |
937 | 2023-12-07T18:04:08.838Z | Downloaded winnow v0.5.15 |
938 | 2023-12-07T18:04:08.858Z | Downloaded unicode-normalization v0.1.22 |
939 | 2023-12-07T18:04:08.858Z | Downloaded zerocopy v0.7.26 |
940 | 2023-12-07T18:04:08.887Z | Downloaded clap_builder v4.4.2 |
941 | 2023-12-07T18:04:08.899Z | Downloaded clap v2.34.0 |
942 | 2023-12-07T18:04:08.913Z | Downloaded hashbrown v0.14.2 |
943 | 2023-12-07T18:04:08.923Z | Downloaded regex v1.10.2 |
944 | 2023-12-07T18:04:08.947Z | Downloaded h2 v0.3.21 |
945 | 2023-12-07T18:04:08.961Z | Downloaded rustls-webpki v0.101.7 |
946 | 2023-12-07T18:04:08.987Z | Downloaded futures-util v0.3.29 |
947 | 2023-12-07T18:04:09.010Z | Downloaded syn v2.0.32 |
948 | 2023-12-07T18:04:09.031Z | Downloaded syn v1.0.109 |
949 | 2023-12-07T18:04:09.052Z | Downloaded radix_trie v0.2.1 |
950 | 2023-12-07T18:04:09.060Z | Downloaded bstr v1.6.0 |
951 | 2023-12-07T18:04:09.082Z | Downloaded curve25519-dalek v4.1.0 |
952 | 2023-12-07T18:04:09.099Z | Downloaded rustls v0.21.9 |
953 | 2023-12-07T18:04:09.119Z | Downloaded trust-dns-proto v0.22.0 |
954 | 2023-12-07T18:04:09.148Z | Downloaded diesel v2.1.4 |
955 | 2023-12-07T18:04:09.178Z | Downloaded rustix v0.37.23 |
956 | 2023-12-07T18:04:09.223Z | Downloaded gimli v0.28.0 |
957 | 2023-12-07T18:04:09.231Z | Downloaded smoltcp v0.10.0 |
958 | 2023-12-07T18:04:09.254Z | Downloaded libc v0.2.150 |
959 | 2023-12-07T18:04:09.309Z | Downloaded rustix v0.38.25 |
960 | 2023-12-07T18:04:09.346Z | Downloaded sha3 v0.10.8 |
961 | 2023-12-07T18:04:09.362Z | Downloaded regex-syntax v0.8.2 |
962 | 2023-12-07T18:04:09.379Z | Downloaded sled v0.34.7 |
963 | 2023-12-07T18:04:09.400Z | Downloaded zerocopy-derive v0.7.26 |
964 | 2023-12-07T18:04:09.423Z | Downloaded regex-automata v0.4.3 |
965 | 2023-12-07T18:04:09.456Z | Downloaded encoding_rs v0.8.33 |
966 | 2023-12-07T18:04:09.501Z | Downloaded tokio v1.34.0 |
967 | 2023-12-07T18:04:09.571Z | Downloaded regex-automata v0.3.8 |
968 | 2023-12-07T18:04:09.606Z | Downloaded zerocopy-derive v0.2.0 |
969 | 2023-12-07T18:04:09.624Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
970 | 2023-12-07T18:04:09.649Z | Downloaded winapi v0.3.9 |
971 | 2023-12-07T18:04:09.748Z | Downloaded zerocopy-derive v0.6.4 |
972 | 2023-12-07T18:04:09.757Z | Downloaded regress v0.7.1 |
973 | 2023-12-07T18:04:09.764Z | Downloaded smoltcp v0.9.1 |
974 | 2023-12-07T18:04:09.785Z | Downloaded idna v0.2.3 |
975 | 2023-12-07T18:04:09.799Z | Downloaded regex-syntax v0.7.5 |
976 | 2023-12-07T18:04:09.818Z | Downloaded ring v0.17.7 |
977 | 2023-12-07T18:04:09.952Z | Downloaded object v0.32.1 |
978 | 2023-12-07T18:04:09.970Z | Downloaded webpki-roots v0.25.2 |
979 | 2023-12-07T18:04:09.978Z | Downloaded vcpkg v0.2.15 |
980 | 2023-12-07T18:04:10.052Z | Downloaded openapiv3 v2.0.0-rc.1 |
981 | 2023-12-07T18:04:10.075Z | Downloaded hyper v0.14.27 |
982 | 2023-12-07T18:04:10.095Z | Downloaded idna v0.5.0 |
983 | 2023-12-07T18:04:10.107Z | Downloaded bstr v0.2.17 |
984 | 2023-12-07T18:04:10.122Z | Downloaded openssl v0.10.60 |
985 | 2023-12-07T18:04:10.140Z | Downloaded reqwest v0.11.22 |
986 | 2023-12-07T18:04:10.154Z | Downloaded hkdf v0.12.3 |
987 | 2023-12-07T18:04:10.160Z | Downloaded itertools v0.11.0 |
988 | 2023-12-07T18:04:10.169Z | Downloaded tokio-util v0.7.10 |
989 | 2023-12-07T18:04:10.183Z | Downloaded serde_json v1.0.108 |
990 | 2023-12-07T18:04:10.195Z | Downloaded serde_with v3.4.0 |
991 | 2023-12-07T18:04:10.616Z | Downloaded ring v0.16.20 |
992 | 2023-12-07T18:04:10.622Z | Downloaded chrono v0.4.31 |
993 | 2023-12-07T18:04:10.622Z | Downloaded toml_edit v0.21.0 |
994 | 2023-12-07T18:04:10.622Z | Downloaded time v0.3.27 |
995 | 2023-12-07T18:04:10.622Z | Downloaded http v0.2.11 |
996 | 2023-12-07T18:04:10.622Z | Downloaded hashbrown v0.13.2 |
997 | 2023-12-07T18:04:10.622Z | Downloaded itertools v0.10.5 |
998 | 2023-12-07T18:04:10.622Z | Downloaded thiserror-impl-no-std v2.0.2 |
999 | 2023-12-07T18:04:10.622Z | Downloaded tokio-rustls v0.24.1 |
1000 | 2023-12-07T18:04:10.623Z | Downloaded futures v0.3.29 |
1001 | 2023-12-07T18:04:10.623Z | Downloaded headers v0.3.9 |
1002 | 2023-12-07T18:04:10.623Z | Downloaded hmac v0.12.1 |
1003 | 2023-12-07T18:04:10.623Z | Downloaded toml v0.8.8 |
1004 | 2023-12-07T18:04:10.623Z | Downloaded toml_edit v0.19.15 |
1005 | 2023-12-07T18:04:10.623Z | Downloaded pest v2.7.2 |
1006 | 2023-12-07T18:04:10.623Z | Downloaded snafu v0.7.5 |
1007 | 2023-12-07T18:04:10.623Z | Downloaded memchr v2.6.3 |
1008 | 2023-12-07T18:04:10.623Z | Downloaded untrusted v0.7.1 |
1009 | 2023-12-07T18:04:10.624Z | Downloaded thread_local v1.1.7 |
1010 | 2023-12-07T18:04:10.624Z | Downloaded trust-dns-client v0.22.0 |
1011 | 2023-12-07T18:04:10.624Z | Downloaded itoa v1.0.9 |
1012 | 2023-12-07T18:04:10.624Z | Downloaded form_urlencoded v1.2.1 |
1013 | 2023-12-07T18:04:10.624Z | Downloaded strum_macros v0.25.2 |
1014 | 2023-12-07T18:04:10.624Z | Downloaded futures-macro v0.3.29 |
1015 | 2023-12-07T18:04:10.624Z | Downloaded serde_derive_internals v0.26.0 |
1016 | 2023-12-07T18:04:10.624Z | Downloaded ipnet v2.8.0 |
1017 | 2023-12-07T18:04:10.624Z | Downloaded serde_derive v1.0.192 |
1018 | 2023-12-07T18:04:10.624Z | Downloaded zerocopy v0.6.4 |
1019 | 2023-12-07T18:04:10.626Z | Downloaded tracing-core v0.1.31 |
1020 | 2023-12-07T18:04:10.632Z | Downloaded similar v2.2.1 |
1021 | 2023-12-07T18:04:10.635Z | Downloaded signature v2.1.0 |
1022 | 2023-12-07T18:04:10.635Z | Downloaded rand v0.7.3 |
1023 | 2023-12-07T18:04:10.642Z | Downloaded slog-json v2.6.1 |
1024 | 2023-12-07T18:04:10.661Z | Downloaded tokio-tungstenite v0.20.1 |
1025 | 2023-12-07T18:04:10.671Z | Downloaded serde_with_macros v3.4.0 |
1026 | 2023-12-07T18:04:10.671Z | Downloaded whoami v1.4.1 |
1027 | 2023-12-07T18:04:10.671Z | Downloaded futures-core v0.3.29 |
1028 | 2023-12-07T18:04:10.672Z | Downloaded unsafe-libyaml v0.2.9 |
1029 | 2023-12-07T18:04:10.672Z | Downloaded zip v0.6.6 |
1030 | 2023-12-07T18:04:10.678Z | Downloaded darling_core v0.20.3 |
1031 | 2023-12-07T18:04:10.684Z | Downloaded rand v0.8.5 |
1032 | 2023-12-07T18:04:10.687Z | Downloaded tokio-postgres v0.7.10 |
1033 | 2023-12-07T18:04:10.694Z | Downloaded group v0.13.0 |
1034 | 2023-12-07T18:04:10.698Z | Downloaded flagset v0.4.3 |
1035 | 2023-12-07T18:04:10.702Z | Downloaded socket2 v0.4.9 |
1036 | 2023-12-07T18:04:10.702Z | Downloaded ecdsa v0.16.9 |
1037 | 2023-12-07T18:04:10.707Z | Downloaded unicode-bidi v0.3.13 |
1038 | 2023-12-07T18:04:10.713Z | Downloaded ryu v1.0.15 |
1039 | 2023-12-07T18:04:10.718Z | Downloaded dtrace-parser v0.1.14 |
1040 | 2023-12-07T18:04:10.718Z | Downloaded slog-async v2.8.0 |
1041 | 2023-12-07T18:04:10.722Z | Downloaded hash32 v0.2.1 |
1042 | 2023-12-07T18:04:10.722Z | Downloaded futures-io v0.3.29 |
1043 | 2023-12-07T18:04:10.727Z | Downloaded num-bigint v0.4.4 |
1044 | 2023-12-07T18:04:10.731Z | Downloaded hashbrown v0.12.3 |
1045 | 2023-12-07T18:04:10.739Z | Downloaded openssl-sys v0.9.96 |
1046 | 2023-12-07T18:04:10.747Z | Downloaded strsim v0.10.0 |
1047 | 2023-12-07T18:04:10.751Z | Downloaded spin v0.9.8 |
1048 | 2023-12-07T18:04:10.755Z | Downloaded secrecy v0.8.0 |
1049 | 2023-12-07T18:04:10.756Z | Downloaded sec1 v0.7.3 |
1050 | 2023-12-07T18:04:10.762Z | Downloaded slog-bunyan v2.4.0 |
1051 | 2023-12-07T18:04:10.762Z | Downloaded getrandom v0.1.16 |
1052 | 2023-12-07T18:04:10.767Z | Downloaded url v2.5.0 |
1053 | 2023-12-07T18:04:10.775Z | Downloaded trust-dns-resolver v0.22.0 |
1054 | 2023-12-07T18:04:10.779Z | Downloaded aes-gcm v0.10.3 |
1055 | 2023-12-07T18:04:10.783Z | Downloaded heapless v0.7.16 |
1056 | 2023-12-07T18:04:10.790Z | Downloaded fnv v1.0.7 |
1057 | 2023-12-07T18:04:10.794Z | Downloaded fastrand v2.0.0 |
1058 | 2023-12-07T18:04:10.794Z | Downloaded serde_tokenstream v0.2.0 |
1059 | 2023-12-07T18:04:10.800Z | Downloaded zerocopy v0.3.0 |
1060 | 2023-12-07T18:04:10.811Z | Downloaded rfc6979 v0.4.0 |
1061 | 2023-12-07T18:04:10.811Z | Downloaded rustfmt-wrapper v0.2.0 |
1062 | 2023-12-07T18:04:10.816Z | Downloaded structopt v0.3.26 |
1063 | 2023-12-07T18:04:10.820Z | Downloaded uuid v1.6.1 |
1064 | 2023-12-07T18:04:10.830Z | Downloaded typenum v1.16.0 |
1065 | 2023-12-07T18:04:10.834Z | Downloaded toml v0.5.11 |
1066 | 2023-12-07T18:04:10.834Z | Downloaded pin-project v1.1.3 |
1067 | 2023-12-07T18:04:10.859Z | Downloaded toml v0.7.8 |
1068 | 2023-12-07T18:04:10.862Z | Downloaded slog-term v2.9.0 |
1069 | 2023-12-07T18:04:10.866Z | Downloaded fallible-iterator v0.2.0 |
1070 | 2023-12-07T18:04:10.869Z | Downloaded errno v0.3.2 |
1071 | 2023-12-07T18:04:10.873Z | Downloaded io-lifetimes v1.0.11 |
1072 | 2023-12-07T18:04:10.877Z | Downloaded rustc-demangle v0.1.23 |
1073 | 2023-12-07T18:04:10.881Z | Downloaded sct v0.7.0 |
1074 | 2023-12-07T18:04:10.886Z | Downloaded kstat-rs v0.2.3 |
1075 | 2023-12-07T18:04:10.886Z | Downloaded crossterm v0.27.0 |
1076 | 2023-12-07T18:04:10.897Z | Downloaded mio v0.8.9 |
1077 | 2023-12-07T18:04:10.910Z | Downloaded crossbeam-channel v0.5.8 |
1078 | 2023-12-07T18:04:10.916Z | Downloaded lru-cache v0.1.2 |
1079 | 2023-12-07T18:04:10.920Z | Downloaded either v1.9.0 |
1080 | 2023-12-07T18:04:10.920Z | Downloaded ahash v0.8.3 |
1081 | 2023-12-07T18:04:10.925Z | Downloaded heck v0.4.1 |
1082 | 2023-12-07T18:04:10.931Z | Downloaded futures-channel v0.3.29 |
1083 | 2023-12-07T18:04:10.934Z | Downloaded signal-hook-registry v1.4.1 |
1084 | 2023-12-07T18:04:10.934Z | Downloaded serde_path_to_error v0.1.14 |
1085 | 2023-12-07T18:04:10.938Z | Downloaded enum-as-inner v0.5.1 |
1086 | 2023-12-07T18:04:10.938Z | Downloaded cc v1.0.83 |
1087 | 2023-12-07T18:04:10.943Z | Downloaded string_cache v0.8.7 |
1088 | 2023-12-07T18:04:10.947Z | Downloaded terminal_size v0.2.6 |
1089 | 2023-12-07T18:04:10.951Z | Downloaded same-file v1.0.6 |
1090 | 2023-12-07T18:04:10.951Z | Downloaded tinyvec_macros v0.1.1 |
1091 | 2023-12-07T18:04:10.958Z | Downloaded want v0.3.1 |
1092 | 2023-12-07T18:04:10.959Z | Downloaded foreign-types-macros v0.2.3 |
1093 | 2023-12-07T18:04:10.959Z | Downloaded tempfile v3.8.1 |
1094 | 2023-12-07T18:04:10.963Z | Downloaded lock_api v0.4.10 |
1095 | 2023-12-07T18:04:10.965Z | Downloaded base64 v0.21.5 |
1096 | 2023-12-07T18:04:10.969Z | Downloaded scopeguard v1.2.0 |
1097 | 2023-12-07T18:04:10.969Z | Downloaded schemars_derive v0.8.13 |
1098 | 2023-12-07T18:04:10.975Z | Downloaded hubpack v0.1.2 |
1099 | 2023-12-07T18:04:10.983Z | Downloaded backtrace v0.3.69 |
1100 | 2023-12-07T18:04:10.989Z | Downloaded chacha20poly1305 v0.10.1 |
1101 | 2023-12-07T18:04:10.989Z | Downloaded sha2 v0.10.8 |
1102 | 2023-12-07T18:04:10.998Z | Downloaded crc32fast v1.3.2 |
1103 | 2023-12-07T18:04:10.998Z | Downloaded hubpack_derive v0.1.1 |
1104 | 2023-12-07T18:04:10.998Z | Downloaded pest_meta v2.7.2 |
1105 | 2023-12-07T18:04:11.003Z | Downloaded password-hash v0.5.0 |
1106 | 2023-12-07T18:04:11.003Z | Downloaded diesel_derives v2.1.2 |
1107 | 2023-12-07T18:04:11.007Z | Downloaded pest_derive v2.7.2 |
1108 | 2023-12-07T18:04:11.011Z | Downloaded semver-parser v0.10.2 |
1109 | 2023-12-07T18:04:11.016Z | Downloaded serde_tokenstream v0.1.7 |
1110 | 2023-12-07T18:04:11.019Z | Downloaded semver v0.11.0 |
1111 | 2023-12-07T18:04:11.023Z | Downloaded unicode-width v0.1.11 |
1112 | 2023-12-07T18:04:11.029Z | Downloaded float-cmp v0.9.0 |
1113 | 2023-12-07T18:04:11.029Z | Downloaded thiserror v1.0.49 |
1114 | 2023-12-07T18:04:11.034Z | Downloaded synstructure v0.12.6 |
1115 | 2023-12-07T18:04:11.040Z | Downloaded smf v0.2.2 |
1116 | 2023-12-07T18:04:11.047Z | Downloaded fixedbitset v0.4.2 |
1117 | 2023-12-07T18:04:11.047Z | Downloaded filetime v0.2.23 |
1118 | 2023-12-07T18:04:11.047Z | Downloaded ff v0.13.0 |
1119 | 2023-12-07T18:04:11.052Z | Downloaded derive_more v0.99.17 |
1120 | 2023-12-07T18:04:11.059Z | Downloaded strsim v0.8.0 |
1121 | 2023-12-07T18:04:11.066Z | Downloaded spki v0.7.2 |
1122 | 2023-12-07T18:04:11.066Z | Downloaded crossbeam-utils v0.8.16 |
1123 | 2023-12-07T18:04:11.070Z | Downloaded lazy_static v1.4.0 |
1124 | 2023-12-07T18:04:11.070Z | Downloaded crypto-bigint v0.5.2 |
1125 | 2023-12-07T18:04:11.078Z | Downloaded ipnetwork v0.20.0 |
1126 | 2023-12-07T18:04:11.082Z | Downloaded hyper-tls v0.5.0 |
1127 | 2023-12-07T18:04:11.087Z | Downloaded usdt-macro v0.3.5 |
1128 | 2023-12-07T18:04:11.087Z | Downloaded parking_lot v0.12.1 |
1129 | 2023-12-07T18:04:11.093Z | Downloaded postcard v1.0.8 |
1130 | 2023-12-07T18:04:11.093Z | Downloaded cancel-safe-futures v0.1.5 |
1131 | 2023-12-07T18:04:11.099Z | Downloaded slog-dtrace v0.2.3 |
1132 | 2023-12-07T18:04:11.103Z | Downloaded debug-ignore v1.0.5 |
1133 | 2023-12-07T18:04:11.107Z | Downloaded heck v0.3.3 |
1134 | 2023-12-07T18:04:11.107Z | Downloaded getopts v0.2.21 |
1135 | 2023-12-07T18:04:11.112Z | Downloaded poly1305 v0.8.0 |
1136 | 2023-12-07T18:04:11.116Z | Downloaded darling v0.20.3 |
1137 | 2023-12-07T18:04:11.121Z | Downloaded arc-swap v1.6.0 |
1138 | 2023-12-07T18:04:11.127Z | Downloaded num v0.4.1 |
1139 | 2023-12-07T18:04:11.131Z | Downloaded num-traits v0.2.16 |
1140 | 2023-12-07T18:04:11.134Z | Downloaded home v0.5.5 |
1141 | 2023-12-07T18:04:11.134Z | Downloaded utf8parse v0.2.1 |
1142 | 2023-12-07T18:04:11.139Z | Downloaded ctr v0.9.2 |
1143 | 2023-12-07T18:04:11.148Z | Downloaded rand_chacha v0.3.1 |
1144 | 2023-12-07T18:04:11.148Z | Downloaded phf_shared v0.11.2 |
1145 | 2023-12-07T18:04:11.152Z | Downloaded const-oid v0.9.5 |
1146 | 2023-12-07T18:04:11.152Z | Downloaded native-tls v0.2.11 |
1147 | 2023-12-07T18:04:11.152Z | Downloaded anyhow v1.0.75 |
1148 | 2023-12-07T18:04:11.158Z | Downloaded defmt v0.3.5 |
1149 | 2023-12-07T18:04:11.163Z | Downloaded digest v0.10.7 |
1150 | 2023-12-07T18:04:11.168Z | Downloaded blake2 v0.10.6 |
1151 | 2023-12-07T18:04:11.175Z | Downloaded stable_deref_trait v1.2.0 |
1152 | 2023-12-07T18:04:11.175Z | Downloaded polyval v0.6.1 |
1153 | 2023-12-07T18:04:11.175Z | Downloaded pem-rfc7468 v0.7.0 |
1154 | 2023-12-07T18:04:11.181Z | Downloaded postgres-types v0.2.6 |
1155 | 2023-12-07T18:04:11.186Z | Downloaded num-rational v0.4.1 |
1156 | 2023-12-07T18:04:11.186Z | Downloaded ed25519 v2.2.2 |
1157 | 2023-12-07T18:04:11.199Z | Downloaded r2d2 v0.8.10 |
1158 | 2023-12-07T18:04:11.199Z | Downloaded clap_derive v4.4.2 |
1159 | 2023-12-07T18:04:11.204Z | Downloaded cpufeatures v0.2.9 |
1160 | 2023-12-07T18:04:11.204Z | Downloaded zone v0.3.0 |
1161 | 2023-12-07T18:04:11.204Z | Downloaded ppv-lite86 v0.2.17 |
1162 | 2023-12-07T18:04:11.204Z | Downloaded camino-tempfile v1.1.1 |
1163 | 2023-12-07T18:04:11.204Z | Downloaded data-encoding v2.4.0 |
1164 | 2023-12-07T18:04:11.204Z | Downloaded parking_lot_core v0.8.6 |
1165 | 2023-12-07T18:04:11.212Z | Downloaded bzip2 v0.4.4 |
1166 | 2023-12-07T18:04:11.217Z | Downloaded zone_cfg_derive v0.3.0 |
1167 | 2023-12-07T18:04:11.217Z | Downloaded backoff v0.4.0 |
1168 | 2023-12-07T18:04:11.218Z | Downloaded async-trait v0.1.74 |
1169 | 2023-12-07T18:04:11.222Z | Downloaded ansi_term v0.12.1 |
1170 | 2023-12-07T18:04:11.222Z | Downloaded cbc v0.1.2 |
1171 | 2023-12-07T18:04:11.226Z | Downloaded argon2 v0.5.2 |
1172 | 2023-12-07T18:04:11.232Z | Downloaded password-hash v0.4.2 |
1173 | 2023-12-07T18:04:11.232Z | Downloaded tower-service v0.3.2 |
1174 | 2023-12-07T18:04:11.235Z | Downloaded defmt-parser v0.3.3 |
1175 | 2023-12-07T18:04:11.235Z | Downloaded proc-macro-error v1.0.4 |
1176 | 2023-12-07T18:04:11.242Z | Downloaded phf_shared v0.10.0 |
1177 | 2023-12-07T18:04:11.242Z | Downloaded anstyle-query v1.0.0 |
1178 | 2023-12-07T18:04:11.247Z | Downloaded bitflags v2.4.0 |
1179 | 2023-12-07T18:04:11.247Z | Downloaded base64ct v1.6.0 |
1180 | 2023-12-07T18:04:11.252Z | Downloaded autocfg v1.1.0 |
1181 | 2023-12-07T18:04:11.252Z | Downloaded mime_guess v2.0.4 |
1182 | 2023-12-07T18:04:11.258Z | Downloaded proc-macro-crate v1.3.1 |
1183 | 2023-12-07T18:04:11.258Z | Downloaded block-buffer v0.10.4 |
1184 | 2023-12-07T18:04:11.262Z | Downloaded bit-vec v0.6.3 |
1185 | 2023-12-07T18:04:11.262Z | Downloaded async-stream v0.3.5 |
1186 | 2023-12-07T18:04:11.268Z | Downloaded clap_lex v0.5.1 |
1187 | 2023-12-07T18:04:11.268Z | Downloaded proc-macro-error-attr v1.0.4 |
1188 | 2023-12-07T18:04:11.272Z | Downloaded convert_case v0.4.0 |
1189 | 2023-12-07T18:04:11.272Z | Downloaded bcrypt-pbkdf v0.10.0 |
1190 | 2023-12-07T18:04:11.272Z | Downloaded multer v2.1.0 |
1191 | 2023-12-07T18:04:11.284Z | Downloaded pkcs8 v0.10.2 |
1192 | 2023-12-07T18:04:11.284Z | Downloaded byteorder v1.5.0 |
1193 | 2023-12-07T18:04:11.289Z | Downloaded blowfish v0.9.1 |
1194 | 2023-12-07T18:04:11.289Z | Downloaded bitflags v1.3.2 |
1195 | 2023-12-07T18:04:11.308Z | Downloaded paste v1.0.14 |
1196 | 2023-12-07T18:04:11.308Z | Downloaded anstream v0.5.0 |
1197 | 2023-12-07T18:04:11.308Z | Downloaded predicates v3.0.4 |
1198 | 2023-12-07T18:04:11.308Z | Downloaded anstyle v1.0.2 |
1199 | 2023-12-07T18:04:11.308Z | Downloaded dirs-next v2.0.0 |
1200 | 2023-12-07T18:04:11.309Z | Downloaded base16ct v0.2.0 |
1201 | 2023-12-07T18:04:11.313Z | Downloaded quote v1.0.33 |
1202 | 2023-12-07T18:04:11.318Z | Downloaded proc-macro2 v1.0.69 |
1203 | 2023-12-07T18:04:11.322Z | Downloaded pretty-hex v0.4.0 |
1204 | 2023-12-07T18:04:11.322Z | Downloaded matches v0.1.10 |
1205 | 2023-12-07T18:04:11.322Z | Downloaded opaque-debug v0.3.0 |
1206 | 2023-12-07T18:04:11.322Z | Downloaded doc-comment v0.3.3 |
1207 | 2023-12-07T18:04:11.328Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1208 | 2023-12-07T18:04:11.329Z | Downloaded atomicwrites v0.4.2 |
1209 | 2023-12-07T18:04:11.333Z | Downloaded option-ext v0.2.0 |
1210 | 2023-12-07T18:04:11.333Z | Downloaded primeorder v0.13.6 |
1211 | 2023-12-07T18:04:11.333Z | Downloaded pretty-hex v0.2.1 |
1212 | 2023-12-07T18:04:11.333Z | Downloaded num_enum_derive v0.5.11 |
1213 | 2023-12-07T18:04:11.342Z | Downloaded parse-display-derive v0.8.2 |
1214 | 2023-12-07T18:04:11.342Z | Downloaded block-padding v0.3.3 |
1215 | 2023-12-07T18:04:11.345Z | Downloaded atomic-waker v1.1.1 |
1216 | 2023-12-07T18:04:11.345Z | Downloaded ciborium-io v0.2.1 |
1217 | 2023-12-07T18:04:11.346Z | Downloaded crossbeam-epoch v0.9.15 |
1218 | 2023-12-07T18:04:11.346Z | Downloaded predicates-core v1.0.6 |
1219 | 2023-12-07T18:04:11.349Z | Downloaded precomputed-hash v0.1.1 |
1220 | 2023-12-07T18:04:11.350Z | Downloaded mime v0.3.17 |
1221 | 2023-12-07T18:04:11.350Z | Downloaded pin-project-lite v0.2.13 |
1222 | 2023-12-07T18:04:11.358Z | Downloaded parse-display v0.8.2 |
1223 | 2023-12-07T18:04:11.363Z | Downloaded openssl-macros v0.1.1 |
1224 | 2023-12-07T18:04:11.364Z | Downloaded addr2line v0.21.0 |
1225 | 2023-12-07T18:04:11.367Z | Downloaded num-integer v0.1.45 |
1226 | 2023-12-07T18:04:11.367Z | Downloaded pkg-config v0.3.27 |
1227 | 2023-12-07T18:04:11.373Z | Downloaded once_cell v1.18.0 |
1228 | 2023-12-07T18:04:11.377Z | Downloaded num_threads v0.1.6 |
1229 | 2023-12-07T18:04:11.377Z | Downloaded new_debug_unreachable v1.0.4 |
1230 | 2023-12-07T18:04:11.377Z | Downloaded num_enum v0.5.11 |
1231 | 2023-12-07T18:04:11.384Z | Downloaded colored v2.0.4 |
1232 | 2023-12-07T18:04:11.388Z | Downloaded rand_core v0.6.4 |
1233 | 2023-12-07T18:04:11.393Z | Downloaded pbkdf2 v0.11.0 |
1234 | 2023-12-07T18:04:11.775Z | Compiling proc-macro2 v1.0.69 |
1235 | 2023-12-07T18:04:11.775Z | Compiling unicode-ident v1.0.12 |
1236 | 2023-12-07T18:04:11.783Z | Compiling libc v0.2.150 |
1237 | 2023-12-07T18:04:11.785Z | Compiling serde v1.0.192 |
1238 | 2023-12-07T18:04:11.785Z | Compiling autocfg v1.1.0 |
1239 | 2023-12-07T18:04:11.785Z | Compiling version_check v0.9.4 |
1240 | 2023-12-07T18:04:11.809Z | Compiling cfg-if v1.0.0 |
1241 | 2023-12-07T18:04:11.995Z | Compiling syn v1.0.109 |
1242 | 2023-12-07T18:04:11.995Z | Compiling typenum v1.16.0 |
1243 | 2023-12-07T18:04:12.121Z | Compiling parking_lot_core v0.9.8 |
1244 | 2023-12-07T18:04:12.928Z | Compiling generic-array v0.14.7 |
1245 | 2023-12-07T18:04:13.045Z | Compiling lock_api v0.4.10 |
1246 | 2023-12-07T18:04:15.689Z | Compiling libm v0.2.7 |
1247 | 2023-12-07T18:04:15.695Z | Compiling once_cell v1.18.0 |
1248 | 2023-12-07T18:04:15.856Z | Compiling num-traits v0.2.16 |
1249 | 2023-12-07T18:04:15.860Z | Compiling thiserror v1.0.49 |
1250 | 2023-12-07T18:04:15.929Z | Compiling futures-core v0.3.29 |
1251 | 2023-12-07T18:04:16.171Z | Compiling serde_json v1.0.108 |
1252 | 2023-12-07T18:04:16.318Z | Compiling slab v0.4.9 |
1253 | 2023-12-07T18:04:16.368Z | Compiling futures-task v0.3.29 |
1254 | 2023-12-07T18:04:16.465Z | Compiling futures-channel v0.3.29 |
1255 | 2023-12-07T18:04:16.627Z | Compiling memchr v2.6.3 |
1256 | 2023-12-07T18:04:16.647Z | Compiling futures-util v0.3.29 |
1257 | 2023-12-07T18:04:16.840Z | Compiling itoa v1.0.9 |
1258 | 2023-12-07T18:04:17.043Z | Compiling scopeguard v1.2.0 |
1259 | 2023-12-07T18:04:17.170Z | Compiling quote v1.0.33 |
1260 | 2023-12-07T18:04:17.223Z | Compiling pkg-config v0.3.27 |
1261 | 2023-12-07T18:04:17.996Z | Compiling syn v2.0.32 |
1262 | 2023-12-07T18:04:18.268Z | Compiling cc v1.0.83 |
1263 | 2023-12-07T18:04:18.495Z | Compiling getrandom v0.2.10 |
1264 | 2023-12-07T18:04:19.226Z | Compiling rand_core v0.6.4 |
1265 | 2023-12-07T18:04:19.423Z | Compiling log v0.4.20 |
1266 | 2023-12-07T18:04:19.596Z | Compiling heck v0.4.1 |
1267 | 2023-12-07T18:04:20.032Z | Compiling ryu v1.0.15 |
1268 | 2023-12-07T18:04:20.171Z | Compiling subtle v2.5.0 |
1269 | 2023-12-07T18:04:20.578Z | Compiling smallvec v1.11.0 |
1270 | 2023-12-07T18:04:20.809Z | Compiling schemars v0.8.13 |
1271 | 2023-12-07T18:04:21.224Z | Compiling semver v1.0.20 |
1272 | 2023-12-07T18:04:21.293Z | Compiling vcpkg v0.2.15 |
1273 | 2023-12-07T18:04:21.948Z | Compiling httparse v1.8.0 |
1274 | 2023-12-07T18:04:22.540Z | Compiling indexmap v1.9.3 |
1275 | 2023-12-07T18:04:22.607Z | Compiling equivalent v1.0.1 |
1276 | 2023-12-07T18:04:22.633Z | Compiling hashbrown v0.14.2 |
1277 | 2023-12-07T18:04:22.790Z | Compiling pin-project-lite v0.2.13 |
1278 | 2023-12-07T18:04:23.239Z | Compiling ring v0.17.7 |
1279 | 2023-12-07T18:04:23.607Z | Compiling ring v0.16.20 |
1280 | 2023-12-07T18:04:24.125Z | Compiling const-oid v0.9.5 |
1281 | 2023-12-07T18:04:24.982Z | Compiling openssl-sys v0.9.96 |
1282 | 2023-12-07T18:04:25.111Z | Compiling parking_lot v0.12.1 |
1283 | 2023-12-07T18:04:25.397Z | Compiling ahash v0.8.3 |
1284 | 2023-12-07T18:04:25.931Z | Compiling fnv v1.0.7 |
1285 | 2023-12-07T18:04:26.498Z | Compiling openssl v0.10.60 |
1286 | 2023-12-07T18:04:26.921Z | Compiling signal-hook-registry v1.4.1 |
1287 | 2023-12-07T18:04:27.121Z | Compiling iana-time-zone v0.1.57 |
1288 | 2023-12-07T18:04:27.311Z | Compiling rustls v0.21.9 |
1289 | 2023-12-07T18:04:27.483Z | Compiling ucd-trie v0.1.6 |
1290 | 2023-12-07T18:04:27.696Z | Compiling mio v0.8.9 |
1291 | 2023-12-07T18:04:28.280Z | Compiling native-tls v0.2.11 |
1292 | 2023-12-07T18:04:28.743Z | Compiling byteorder v1.5.0 |
1293 | 2023-12-07T18:04:28.784Z | Compiling num_cpus v1.16.0 |
1294 | 2023-12-07T18:04:28.949Z | Compiling socket2 v0.5.5 |
1295 | 2023-12-07T18:04:29.250Z | Compiling spin v0.5.2 |
1296 | 2023-12-07T18:04:29.703Z | Compiling async-trait v0.1.74 |
1297 | 2023-12-07T18:04:29.779Z | Compiling futures-sink v0.3.29 |
1298 | 2023-12-07T18:04:29.990Z | Compiling serde_derive_internals v0.26.0 |
1299 | 2023-12-07T18:04:30.439Z | Compiling dyn-clone v1.0.13 |
1300 | 2023-12-07T18:04:30.633Z | Compiling aho-corasick v1.0.4 |
1301 | 2023-12-07T18:04:31.037Z | Compiling tinyvec_macros v0.1.1 |
1302 | 2023-12-07T18:04:31.211Z | Compiling rustix v0.38.25 |
1303 | 2023-12-07T18:04:31.231Z | Compiling regex-syntax v0.8.2 |
1304 | 2023-12-07T18:04:31.688Z | Compiling tinyvec v1.6.0 |
1305 | 2023-12-07T18:04:31.872Z | Compiling hashbrown v0.13.2 |
1306 | 2023-12-07T18:04:33.734Z | Compiling backtrace v0.3.69 |
1307 | 2023-12-07T18:04:34.311Z | Compiling winnow v0.5.15 |
1308 | 2023-12-07T18:04:34.372Z | Compiling pin-utils v0.1.0 |
1309 | 2023-12-07T18:04:34.498Z | Compiling futures-io v0.3.29 |
1310 | 2023-12-07T18:04:34.748Z | Compiling unicode-normalization v0.1.22 |
1311 | 2023-12-07T18:04:34.934Z | Compiling spin v0.9.8 |
1312 | 2023-12-07T18:04:35.175Z | Compiling tracing-core v0.1.31 |
1313 | 2023-12-07T18:04:35.878Z | Compiling cpufeatures v0.2.9 |
1314 | 2023-12-07T18:04:36.011Z | Compiling unicode-bidi v0.3.13 |
1315 | 2023-12-07T18:04:37.562Z | Compiling regex-automata v0.4.3 |
1316 | 2023-12-07T18:04:38.863Z | Compiling crc32fast v1.3.2 |
1317 | 2023-12-07T18:04:39.034Z | Compiling anyhow v1.0.75 |
1318 | 2023-12-07T18:04:40.505Z | Compiling time-core v0.1.1 |
1319 | 2023-12-07T18:04:40.728Z | Compiling base64 v0.21.5 |
1320 | 2023-12-07T18:04:40.859Z | Compiling time-macros v0.2.13 |
1321 | 2023-12-07T18:04:41.548Z | Compiling serde_derive v1.0.192 |
1322 | 2023-12-07T18:04:41.881Z | Compiling zeroize_derive v1.4.2 |
1323 | 2023-12-07T18:04:42.237Z | Compiling thiserror-impl v1.0.49 |
1324 | 2023-12-07T18:04:42.281Z | Compiling tokio-macros v2.2.0 |
1325 | 2023-12-07T18:04:42.594Z | Compiling futures-macro v0.3.29 |
1326 | 2023-12-07T18:04:44.485Z | Compiling zeroize v1.7.0 |
1327 | 2023-12-07T18:04:45.060Z | Compiling tracing-attributes v0.1.26 |
1328 | 2023-12-07T18:04:46.050Z | Compiling schemars_derive v0.8.13 |
1329 | 2023-12-07T18:04:46.076Z | Compiling openssl-macros v0.1.1 |
1330 | 2023-12-07T18:04:47.396Z | Compiling crypto-common v0.1.6 |
1331 | 2023-12-07T18:04:47.678Z | Compiling pest v2.7.2 |
1332 | 2023-12-07T18:04:47.797Z | Compiling block-buffer v0.10.4 |
1333 | 2023-12-07T18:04:48.113Z | Compiling digest v0.10.7 |
1334 | 2023-12-07T18:04:49.087Z | Compiling regex v1.10.2 |
1335 | 2023-12-07T18:04:51.524Z | Compiling der_derive v0.7.2 |
1336 | 2023-12-07T18:04:51.564Z | Compiling tracing v0.1.37 |
1337 | 2023-12-07T18:04:52.734Z | Compiling num-integer v0.1.45 |
1338 | 2023-12-07T18:04:53.429Z | Compiling hashbrown v0.12.3 |
1339 | 2023-12-07T18:04:53.486Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2023-12-07T18:04:53.487Z | Compiling openssl-probe v0.1.5 |
1341 | 2023-12-07T18:04:53.487Z | Compiling untrusted v0.9.0 |
1342 | 2023-12-07T18:04:53.575Z | Compiling untrusted v0.7.1 |
1343 | 2023-12-07T18:04:53.690Z | Compiling percent-encoding v2.3.1 |
1344 | 2023-12-07T18:04:53.897Z | Compiling unicode-xid v0.2.4 |
1345 | 2023-12-07T18:04:54.081Z | Compiling unicode-width v0.1.11 |
1346 | 2023-12-07T18:04:54.242Z | Compiling slog v2.7.0 |
1347 | 2023-12-07T18:04:54.304Z | Compiling synstructure v0.12.6 |
1348 | 2023-12-07T18:04:56.817Z | Compiling foreign-types v0.3.2 |
1349 | 2023-12-07T18:04:58.333Z | Compiling errno v0.3.2 |
1350 | 2023-12-07T18:04:58.957Z | Compiling try-lock v0.2.4 |
1351 | 2023-12-07T18:04:58.958Z | Compiling ppv-lite86 v0.2.17 |
1352 | 2023-12-07T18:05:00.106Z | Compiling rustls-webpki v0.101.7 |
1353 | 2023-12-07T18:05:00.766Z | Compiling want v0.3.1 |
1354 | 2023-12-07T18:05:00.766Z | Compiling sct v0.7.0 |
1355 | 2023-12-07T18:05:00.767Z | Compiling zerocopy-derive v0.2.0 |
1356 | 2023-12-07T18:05:01.696Z | Compiling form_urlencoded v1.2.1 |
1357 | 2023-12-07T18:05:02.018Z | Compiling pest_meta v2.7.2 |
1358 | 2023-12-07T18:05:20.523Z | Compiling socket2 v0.4.9 |
1359 | 2023-12-07T18:05:22.403Z | Compiling io-lifetimes v1.0.11 |
1360 | 2023-12-07T18:05:22.403Z | Compiling tower-service v0.3.2 |
1361 | 2023-12-07T18:05:22.403Z | Compiling httpdate v1.0.3 |
1362 | 2023-12-07T18:05:22.403Z | Compiling pest_generator v2.7.2 |
1363 | 2023-12-07T18:05:23.178Z | Compiling rustls-pemfile v1.0.3 |
1364 | 2023-12-07T18:05:23.178Z | Compiling bytes v1.5.0 |
1365 | 2023-12-07T18:05:23.179Z | Compiling indexmap v2.1.0 |
1366 | 2023-12-07T18:05:23.179Z | Compiling chrono v0.4.31 |
1367 | 2023-12-07T18:05:23.179Z | Compiling uuid v1.6.1 |
1368 | 2023-12-07T18:05:23.179Z | Compiling tokio v1.34.0 |
1369 | 2023-12-07T18:05:23.179Z | Compiling rustc_version v0.4.0 |
1370 | 2023-12-07T18:05:23.179Z | Compiling http v0.2.11 |
1371 | 2023-12-07T18:05:23.179Z | Compiling bitflags v2.4.0 |
1372 | 2023-12-07T18:05:23.179Z | Compiling toml_datetime v0.6.5 |
1373 | 2023-12-07T18:05:23.179Z | Compiling serde_spanned v0.6.4 |
1374 | 2023-12-07T18:05:23.180Z | Compiling toml_edit v0.19.15 |
1375 | 2023-12-07T18:05:23.180Z | Compiling http-body v0.4.5 |
1376 | 2023-12-07T18:05:23.180Z | Compiling heapless v0.7.16 |
1377 | 2023-12-07T18:05:23.180Z | Compiling openapiv3 v2.0.0-rc.1 |
1378 | 2023-12-07T18:05:23.180Z | Compiling idna v0.5.0 |
1379 | 2023-12-07T18:05:23.181Z | Compiling lazy_static v1.4.0 |
1380 | 2023-12-07T18:05:23.181Z | Compiling adler v1.0.2 |
1381 | 2023-12-07T18:05:23.214Z | Compiling crossbeam-utils v0.8.16 |
1382 | 2023-12-07T18:05:23.214Z | Compiling url v2.5.0 |
1383 | 2023-12-07T18:05:23.216Z | Compiling miniz_oxide v0.7.1 |
1384 | 2023-12-07T18:05:23.217Z | Compiling tokio-util v0.7.10 |
1385 | 2023-12-07T18:05:23.217Z | Compiling tokio-rustls v0.24.1 |
1386 | 2023-12-07T18:05:23.217Z | Compiling pest_derive v2.7.2 |
1387 | 2023-12-07T18:05:23.452Z | Compiling tokio-native-tls v0.3.1 |
1388 | 2023-12-07T18:05:23.517Z | Compiling h2 v0.3.21 |
1389 | 2023-12-07T18:05:23.964Z | Compiling rustls-native-certs v0.6.3 |
1390 | 2023-12-07T18:05:24.594Z | Compiling rand_chacha v0.3.1 |
1391 | 2023-12-07T18:05:25.143Z | Compiling usdt-impl v0.3.5 |
1392 | 2023-12-07T18:05:25.683Z | Compiling ipnet v2.8.0 |
1393 | 2023-12-07T18:05:25.709Z | Compiling rustix v0.37.23 |
1394 | 2023-12-07T18:05:26.675Z | Compiling rand v0.8.5 |
1395 | 2023-12-07T18:05:27.601Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2023-12-07T18:05:28.313Z | Compiling encoding_rs v0.8.33 |
1397 | 2023-12-07T18:05:28.403Z | Compiling mime v0.3.17 |
1398 | 2023-12-07T18:05:29.042Z | Compiling webpki-roots v0.25.2 |
1399 | 2023-12-07T18:05:29.256Z | Compiling gimli v0.28.0 |
1400 | 2023-12-07T18:05:30.706Z | Compiling zerocopy v0.3.0 |
1401 | 2023-12-07T18:05:31.278Z | Compiling object v0.32.1 |
1402 | 2023-12-07T18:05:31.924Z | Compiling num-bigint v0.4.4 |
1403 | 2023-12-07T18:05:32.152Z | Compiling rustc-demangle v0.1.23 |
1404 | 2023-12-07T18:05:33.523Z | Compiling dof v0.1.5 |
1405 | 2023-12-07T18:05:33.759Z | Compiling flate2 v1.0.28 |
1406 | 2023-12-07T18:05:34.358Z | Compiling dtrace-parser v0.1.14 |
1407 | 2023-12-07T18:05:34.455Z | Compiling serde_tokenstream v0.2.0 |
1408 | 2023-12-07T18:05:35.026Z | Compiling hyper v0.14.27 |
1409 | 2023-12-07T18:05:35.322Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2023-12-07T18:05:35.593Z | Compiling thread-id v4.2.0 |
1411 | 2023-12-07T18:05:35.747Z | Compiling rustversion v1.0.14 |
1412 | 2023-12-07T18:05:36.418Z | Compiling addr2line v0.21.0 |
1413 | 2023-12-07T18:05:36.743Z | Compiling signal-hook v0.3.17 |
1414 | 2023-12-07T18:05:37.591Z | Compiling toml v0.7.8 |
1415 | 2023-12-07T18:05:37.632Z | Compiling toml_edit v0.21.0 |
1416 | 2023-12-07T18:05:37.903Z | Compiling serde_tokenstream v0.1.7 |
1417 | 2023-12-07T18:05:38.705Z | Compiling hex v0.4.3 |
1418 | 2023-12-07T18:05:39.676Z | Compiling regress v0.7.1 |
1419 | 2023-12-07T18:05:40.185Z | Compiling memoffset v0.9.0 |
1420 | 2023-12-07T18:05:40.200Z | Compiling base64ct v1.6.0 |
1421 | 2023-12-07T18:05:40.952Z | Compiling strsim v0.10.0 |
1422 | 2023-12-07T18:05:44.368Z | Compiling smoltcp v0.9.1 |
1423 | 2023-12-07T18:05:44.724Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1424 | 2023-12-07T18:05:45.235Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1425 | 2023-12-07T18:05:45.483Z | Compiling bitflags v1.3.2 |
1426 | 2023-12-07T18:05:45.638Z | Compiling doc-comment v0.3.3 |
1427 | 2023-12-07T18:05:46.190Z | Compiling hyper-rustls v0.24.2 |
1428 | 2023-12-07T18:05:46.473Z | Compiling hyper-tls v0.5.0 |
1429 | 2023-12-07T18:05:46.981Z | Compiling reqwest v0.11.22 |
1430 | 2023-12-07T18:05:47.252Z | Compiling strum_macros v0.25.2 |
1431 | 2023-12-07T18:05:48.166Z | Compiling pem-rfc7468 v0.7.0 |
1432 | 2023-12-07T18:05:49.351Z | Compiling usdt-macro v0.3.5 |
1433 | 2023-12-07T18:05:49.721Z | Compiling usdt-attr-macro v0.3.5 |
1434 | 2023-12-07T18:05:50.038Z | Compiling hmac v0.12.1 |
1435 | 2023-12-07T18:05:51.517Z | Compiling enum-as-inner v0.5.1 |
1436 | 2023-12-07T18:05:52.127Z | Compiling crossbeam-epoch v0.9.15 |
1437 | 2023-12-07T18:05:52.736Z | Compiling num-iter v0.1.43 |
1438 | 2023-12-07T18:05:53.121Z | Compiling flagset v0.4.3 |
1439 | 2023-12-07T18:05:53.158Z | Compiling unicode-segmentation v1.10.1 |
1440 | 2023-12-07T18:05:53.216Z | Compiling siphasher v0.3.11 |
1441 | 2023-12-07T18:05:53.422Z | Compiling der v0.7.8 |
1442 | 2023-12-07T18:05:54.547Z | Compiling hubpack_derive v0.1.1 |
1443 | 2023-12-07T18:05:54.734Z | Compiling zerocopy-derive v0.6.4 |
1444 | 2023-12-07T18:05:55.279Z | Compiling pin-project-internal v1.1.3 |
1445 | 2023-12-07T18:05:57.119Z | Compiling num_threads v0.1.6 |
1446 | 2023-12-07T18:05:57.453Z | Compiling deranged v0.3.8 |
1447 | 2023-12-07T18:05:58.759Z | Compiling utf8parse v0.2.1 |
1448 | 2023-12-07T18:05:58.855Z | Compiling anstyle v1.0.2 |
1449 | 2023-12-07T18:05:59.590Z | Compiling sha2 v0.10.8 |
1450 | 2023-12-07T18:06:00.403Z | Compiling time v0.3.27 |
1451 | 2023-12-07T18:06:00.627Z | Compiling anstyle-parse v0.2.1 |
1452 | 2023-12-07T18:06:01.142Z | Compiling spki v0.7.2 |
1453 | 2023-12-07T18:06:03.013Z | Compiling md-5 v0.10.5 |
1454 | 2023-12-07T18:06:03.525Z | Compiling block-padding v0.3.3 |
1455 | 2023-12-07T18:06:03.582Z | Compiling clap_derive v4.4.2 |
1456 | 2023-12-07T18:06:03.904Z | Compiling stringprep v0.1.3 |
1457 | 2023-12-07T18:06:04.319Z | Compiling hash32 v0.2.1 |
1458 | 2023-12-07T18:06:04.910Z | Compiling diesel_table_macro_syntax v0.1.0 |
1459 | 2023-12-07T18:06:05.421Z | Compiling stable_deref_trait v1.2.0 |
1460 | 2023-12-07T18:06:05.533Z | Compiling either v1.9.0 |
1461 | 2023-12-07T18:06:05.610Z | Compiling fallible-iterator v0.2.0 |
1462 | 2023-12-07T18:06:06.056Z | Compiling colorchoice v1.0.0 |
1463 | 2023-12-07T18:06:06.170Z | Compiling anstyle-query v1.0.0 |
1464 | 2023-12-07T18:06:06.356Z | Compiling anstream v0.5.0 |
1465 | 2023-12-07T18:06:06.759Z | Compiling postgres-protocol v0.6.6 |
1466 | 2023-12-07T18:06:07.416Z | Compiling diesel_derives v2.1.2 |
1467 | 2023-12-07T18:06:09.377Z | Compiling terminal_size v0.2.6 |
1468 | 2023-12-07T18:06:09.470Z | Compiling inout v0.1.3 |
1469 | 2023-12-07T18:06:10.883Z | Compiling pkcs8 v0.10.2 |
1470 | 2023-12-07T18:06:11.017Z | Compiling phf_shared v0.11.2 |
1471 | 2023-12-07T18:06:12.070Z | Compiling ff v0.13.0 |
1472 | 2023-12-07T18:06:12.407Z | Compiling getopts v0.2.21 |
1473 | 2023-12-07T18:06:12.606Z | Compiling snafu-derive v0.7.5 |
1474 | 2023-12-07T18:06:12.855Z | Compiling serde_repr v0.1.16 |
1475 | 2023-12-07T18:06:13.017Z | Compiling scheduled-thread-pool v0.2.7 |
1476 | 2023-12-07T18:06:13.026Z | Compiling regex-automata v0.1.10 |
1477 | 2023-12-07T18:06:14.127Z | Compiling managed v0.8.0 |
1478 | 2023-12-07T18:06:14.707Z | Compiling bit-vec v0.6.3 |
1479 | 2023-12-07T18:06:15.233Z | Compiling unsafe-libyaml v0.2.9 |
1480 | 2023-12-07T18:06:15.302Z | Compiling matches v0.1.10 |
1481 | 2023-12-07T18:06:15.370Z | Compiling clap_lex v0.5.1 |
1482 | 2023-12-07T18:06:15.433Z | Compiling base16ct v0.2.0 |
1483 | 2023-12-07T18:06:15.565Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1484 | 2023-12-07T18:06:16.197Z | Compiling clap_builder v4.4.2 |
1485 | 2023-12-07T18:06:16.233Z | Compiling sec1 v0.7.3 |
1486 | 2023-12-07T18:06:17.248Z | Compiling idna v0.2.3 |
1487 | 2023-12-07T18:06:18.462Z | Compiling serde_yaml v0.9.25 |
1488 | 2023-12-07T18:06:23.991Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1489 | 2023-12-07T18:06:24.185Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1490 | 2023-12-07T18:06:25.491Z | Compiling bstr v0.2.17 |
1491 | 2023-12-07T18:06:26.214Z | Compiling r2d2 v0.8.10 |
1492 | 2023-12-07T18:06:27.840Z | Compiling group v0.13.0 |
1493 | 2023-12-07T18:06:29.132Z | Compiling phf v0.11.2 |
1494 | 2023-12-07T18:06:29.173Z | Compiling signal-hook-mio v0.2.3 |
1495 | 2023-12-07T18:06:29.396Z | Compiling bzip2 v0.4.4 |
1496 | 2023-12-07T18:06:29.982Z | Compiling cipher v0.4.4 |
1497 | 2023-12-07T18:06:30.248Z | Compiling postgres-types v0.2.6 |
1498 | 2023-12-07T18:06:30.823Z | Compiling itertools v0.11.0 |
1499 | 2023-12-07T18:06:32.683Z | Compiling pin-project v1.1.3 |
1500 | 2023-12-07T18:06:32.793Z | Compiling zerocopy v0.6.4 |
1501 | 2023-12-07T18:06:33.340Z | Compiling hubpack v0.1.2 |
1502 | 2023-12-07T18:06:33.606Z | Compiling phf_shared v0.10.0 |
1503 | 2023-12-07T18:06:34.255Z | Compiling hkdf v0.12.3 |
1504 | 2023-12-07T18:06:34.340Z | Compiling ipnetwork v0.20.0 |
1505 | 2023-12-07T18:06:34.823Z | Compiling crypto-bigint v0.5.2 |
1506 | 2023-12-07T18:06:34.827Z | Compiling futures-executor v0.3.29 |
1507 | 2023-12-07T18:06:35.318Z | Compiling float-cmp v0.9.0 |
1508 | 2023-12-07T18:06:35.695Z | Compiling predicates-core v1.0.6 |
1509 | 2023-12-07T18:06:35.799Z | Compiling data-encoding v2.4.0 |
1510 | 2023-12-07T18:06:36.254Z | Compiling regex-automata v0.3.8 |
1511 | 2023-12-07T18:06:38.883Z | Compiling difflib v0.4.0 |
1512 | 2023-12-07T18:06:38.968Z | Compiling whoami v1.4.1 |
1513 | 2023-12-07T18:06:39.774Z | Compiling new_debug_unreachable v1.0.4 |
1514 | 2023-12-07T18:06:39.902Z | Compiling static_assertions v1.1.0 |
1515 | 2023-12-07T18:06:39.963Z | Compiling normalize-line-endings v0.3.0 |
1516 | 2023-12-07T18:06:40.139Z | Compiling fixedbitset v0.4.2 |
1517 | 2023-12-07T18:06:40.167Z | Compiling precomputed-hash v0.1.1 |
1518 | 2023-12-07T18:06:40.311Z | Compiling string_cache v0.8.7 |
1519 | 2023-12-07T18:06:40.333Z | Compiling predicates v3.0.4 |
1520 | 2023-12-07T18:06:40.882Z | Compiling petgraph v0.6.4 |
1521 | 2023-12-07T18:06:41.473Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1522 | 2023-12-07T18:06:43.134Z | Compiling tokio-postgres v0.7.10 |
1523 | 2023-12-07T18:06:43.226Z | Compiling bstr v1.6.0 |
1524 | 2023-12-07T18:06:43.999Z | Compiling elliptic-curve v0.13.8 |
1525 | 2023-12-07T18:06:44.721Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1526 | 2023-12-07T18:06:45.244Z | Compiling trust-dns-proto v0.22.0 |
1527 | 2023-12-07T18:06:47.544Z | Compiling futures v0.3.29 |
1528 | 2023-12-07T18:06:47.702Z | Compiling diesel v2.1.4 |
1529 | 2023-12-07T18:06:50.666Z | Compiling snafu v0.7.5 |
1530 | 2023-12-07T18:06:51.503Z | Compiling yasna v0.5.2 |
1531 | 2023-12-07T18:06:52.014Z | Compiling zip v0.6.6 |
1532 | 2023-12-07T18:06:54.313Z | Compiling crossterm v0.27.0 |
1533 | 2023-12-07T18:06:55.348Z | Compiling similar v2.2.1 |
1534 | 2023-12-07T18:06:58.117Z | Compiling clap v4.4.3 |
1535 | 2023-12-07T18:06:58.280Z | Compiling bit-set v0.5.3 |
1536 | 2023-12-07T18:06:58.710Z | Compiling itertools v0.10.5 |
1537 | 2023-12-07T18:06:59.483Z | Compiling usdt v0.3.5 |
1538 | 2023-12-07T18:06:59.836Z | Compiling tokio-stream v0.1.14 |
1539 | 2023-12-07T18:07:00.082Z | Compiling console v0.15.7 |
1540 | 2023-12-07T18:07:01.632Z | Compiling lalrpop-util v0.19.12 |
1541 | 2023-12-07T18:07:43.646Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1542 | 2023-12-07T18:07:45.823Z | Compiling sha1 v0.10.6 |
1543 | 2023-12-07T18:07:53.735Z | Compiling atty v0.2.14 |
1544 | 2023-12-07T18:07:56.174Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1545 | 2023-12-07T18:07:56.435Z | Compiling match_cfg v0.1.0 |
1546 | 2023-12-07T18:07:56.639Z | Compiling hostname v0.3.1 |
1547 | 2023-12-07T18:08:00.589Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1548 | 2023-12-07T18:08:03.659Z | Compiling dirs-sys-next v0.1.2 |
1549 | 2023-12-07T18:08:04.005Z | Compiling dirs-next v2.0.0 |
1550 | 2023-12-07T18:08:04.314Z | Compiling thread_local v1.1.7 |
1551 | 2023-12-07T18:08:04.395Z | Compiling camino v1.1.6 |
1552 | 2023-12-07T18:08:04.640Z | Compiling slog-async v2.8.0 |
1553 | 2023-12-07T18:08:05.081Z | Compiling ident_case v1.0.1 |
1554 | 2023-12-07T18:08:05.356Z | Compiling darling_core v0.20.3 |
1555 | 2023-12-07T18:08:05.384Z | Compiling term v0.7.0 |
1556 | 2023-12-07T18:08:05.437Z | Compiling crossbeam-channel v0.5.8 |
1557 | 2023-12-07T18:08:05.526Z | Compiling multer v2.1.0 |
1558 | 2023-12-07T18:08:05.948Z | Compiling instant v0.1.12 |
1559 | 2023-12-07T18:08:06.151Z | Compiling take_mut v0.2.2 |
1560 | 2023-12-07T18:08:06.376Z | Compiling paste v1.0.14 |
1561 | 2023-12-07T18:08:07.272Z | Compiling slog-term v2.9.0 |
1562 | 2023-12-07T18:08:08.134Z | Compiling slog-json v2.6.1 |
1563 | 2023-12-07T18:08:08.243Z | Compiling async-stream-impl v0.3.5 |
1564 | 2023-12-07T18:08:08.721Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1565 | 2023-12-07T18:08:08.750Z | Compiling atomic-waker v1.1.1 |
1566 | 2023-12-07T18:08:09.017Z | Compiling waitgroup v0.1.2 |
1567 | 2023-12-07T18:08:09.245Z | Compiling slog-bunyan v2.4.0 |
1568 | 2023-12-07T18:08:09.327Z | Compiling toml v0.8.8 |
1569 | 2023-12-07T18:08:09.514Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1570 | 2023-12-07T18:08:09.642Z | Compiling serde_path_to_error v0.1.14 |
1571 | 2023-12-07T18:08:10.477Z | Compiling async-stream v0.3.5 |
1572 | 2023-12-07T18:08:10.955Z | Compiling structmeta-derive v0.2.0 |
1573 | 2023-12-07T18:08:11.015Z | Compiling debug-ignore v1.0.5 |
1574 | 2023-12-07T18:08:11.053Z | Compiling strum v0.25.0 |
1575 | 2023-12-07T18:08:11.225Z | Compiling regex-syntax v0.7.5 |
1576 | 2023-12-07T18:08:11.253Z | Compiling backoff v0.4.0 |
1577 | 2023-12-07T18:08:11.299Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2023-12-07T18:08:11.750Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2023-12-07T18:08:11.976Z | Compiling macaddr v1.0.1 |
1580 | 2023-12-07T18:08:12.207Z | Compiling proc-macro-error-attr v1.0.4 |
1581 | 2023-12-07T18:08:12.420Z | Compiling proc-macro-crate v1.3.1 |
1582 | 2023-12-07T18:08:12.715Z | Compiling proc-macro-error v1.0.4 |
1583 | 2023-12-07T18:08:13.341Z | Compiling smoltcp v0.10.0 |
1584 | 2023-12-07T18:08:14.058Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1585 | 2023-12-07T18:08:14.200Z | Compiling num_enum_derive v0.5.11 |
1586 | 2023-12-07T18:08:14.588Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1587 | 2023-12-07T18:08:15.002Z | Compiling fastrand v2.0.0 |
1588 | 2023-12-07T18:08:15.463Z | Compiling darling_macro v0.20.3 |
1589 | 2023-12-07T18:08:15.688Z | Compiling same-file v1.0.6 |
1590 | 2023-12-07T18:08:15.950Z | Compiling cobs v0.2.3 |
1591 | 2023-12-07T18:08:16.002Z | Compiling structmeta v0.2.0 |
1592 | 2023-12-07T18:08:16.050Z | Compiling embedded-io v0.4.0 |
1593 | 2023-12-07T18:08:16.380Z | Compiling postcard v1.0.8 |
1594 | 2023-12-07T18:08:16.429Z | Compiling walkdir v2.4.0 |
1595 | 2023-12-07T18:08:16.670Z | Compiling tempfile v3.8.1 |
1596 | 2023-12-07T18:08:17.078Z | Compiling darling v0.20.3 |
1597 | 2023-12-07T18:08:17.243Z | Compiling serde_with_macros v3.4.0 |
1598 | 2023-12-07T18:08:17.745Z | Compiling semver-parser v0.10.2 |
1599 | 2023-12-07T18:08:18.017Z | Compiling foreign-types-macros v0.2.3 |
1600 | 2023-12-07T18:08:18.614Z | Compiling num_enum v0.5.11 |
1601 | 2023-12-07T18:08:18.832Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1602 | 2023-12-07T18:08:19.277Z | Compiling foreign-types-shared v0.3.1 |
1603 | 2023-12-07T18:08:20.065Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1604 | 2023-12-07T18:08:20.270Z | Compiling crucible-workspace-hack v0.1.0 |
1605 | 2023-12-07T18:08:20.335Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1606 | 2023-12-07T18:08:20.766Z | Compiling foreign-types v0.5.0 |
1607 | 2023-12-07T18:08:21.053Z | Compiling semver v0.11.0 |
1608 | 2023-12-07T18:08:21.735Z | Compiling serde_with v3.4.0 |
1609 | 2023-12-07T18:08:22.003Z | Compiling is-terminal v0.4.9 |
1610 | 2023-12-07T18:08:22.218Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1611 | 2023-12-07T18:08:22.248Z | Compiling zerocopy-derive v0.7.26 |
1612 | 2023-12-07T18:08:22.292Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1613 | 2023-12-07T18:08:22.773Z | Compiling parse-display-derive v0.8.2 |
1614 | 2023-12-07T18:08:23.524Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1615 | 2023-12-07T18:08:23.683Z | Compiling cstr-argument v0.1.2 |
1616 | 2023-12-07T18:08:24.044Z | Compiling filetime v0.2.23 |
1617 | 2023-12-07T18:08:24.565Z | Compiling xattr v1.0.1 |
1618 | 2023-12-07T18:08:24.961Z | Compiling pretty-hex v0.2.1 |
1619 | 2023-12-07T18:08:25.239Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1620 | 2023-12-07T18:08:25.721Z | Compiling home v0.5.5 |
1621 | 2023-12-07T18:08:25.973Z | Compiling zerocopy v0.7.26 |
1622 | 2023-12-07T18:08:26.114Z | Compiling toolchain_find v0.2.0 |
1623 | 2023-12-07T18:08:26.504Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1624 | 2023-12-07T18:08:26.670Z | Compiling tar v0.4.40 |
1625 | 2023-12-07T18:08:27.039Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1626 | 2023-12-07T18:08:27.114Z | Compiling colored v2.0.4 |
1627 | 2023-12-07T18:08:27.449Z | Compiling textwrap v0.11.0 |
1628 | 2023-12-07T18:08:27.930Z | Compiling heck v0.3.3 |
1629 | 2023-12-07T18:08:28.303Z | Compiling toml v0.5.11 |
1630 | 2023-12-07T18:08:28.382Z | Compiling ansi_term v0.12.1 |
1631 | 2023-12-07T18:08:28.542Z | Compiling platforms v3.0.2 |
1632 | 2023-12-07T18:08:28.668Z | Compiling vec_map v0.8.2 |
1633 | 2023-12-07T18:08:28.884Z | Compiling strsim v0.8.0 |
1634 | 2023-12-07T18:08:29.043Z | Compiling libefi-sys v0.1.0 |
1635 | 2023-12-07T18:08:29.160Z | Compiling structopt-derive v0.4.18 |
1636 | 2023-12-07T18:08:29.440Z | Compiling clap v2.34.0 |
1637 | 2023-12-07T18:08:29.504Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1638 | 2023-12-07T18:08:29.863Z | Compiling omicron-zone-package v0.9.1 |
1639 | 2023-12-07T18:08:30.173Z | Compiling parse-display v0.8.2 |
1640 | 2023-12-07T18:08:30.540Z | Compiling camino-tempfile v1.1.1 |
1641 | 2023-12-07T18:08:31.217Z | Compiling rustfmt-wrapper v0.2.0 |
1642 | 2023-12-07T18:08:32.259Z | Compiling zone_cfg_derive v0.3.0 |
1643 | 2023-12-07T18:08:32.527Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1644 | 2023-12-07T18:08:34.184Z | Compiling num-derive v0.4.0 |
1645 | 2023-12-07T18:08:34.641Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1646 | 2023-12-07T18:08:34.677Z | Compiling zone v0.3.0 |
1647 | 2023-12-07T18:08:35.390Z | Compiling structopt v0.3.26 |
1648 | 2023-12-07T18:08:35.669Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1649 | 2023-12-07T18:08:36.052Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1650 | 2023-12-07T18:08:36.678Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1651 | 2023-12-07T18:08:37.235Z | Compiling smf v0.2.2 |
1652 | 2023-12-07T18:08:37.294Z | Compiling unicase v2.7.0 |
1653 | 2023-12-07T18:08:37.526Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1654 | 2023-12-07T18:08:37.664Z | Compiling curve25519-dalek v4.1.0 |
1655 | 2023-12-07T18:08:37.760Z | Compiling universal-hash v0.5.1 |
1656 | 2023-12-07T18:08:38.047Z | Compiling opaque-debug v0.3.0 |
1657 | 2023-12-07T18:08:38.047Z | Compiling curve25519-dalek-derive v0.1.0 |
1658 | 2023-12-07T18:08:38.110Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1659 | 2023-12-07T18:08:38.181Z | Compiling num-rational v0.4.1 |
1660 | 2023-12-07T18:08:38.540Z | Compiling getrandom v0.1.16 |
1661 | 2023-12-07T18:08:38.896Z | Compiling signature v2.1.0 |
1662 | 2023-12-07T18:08:38.977Z | Compiling quick-error v1.2.3 |
1663 | 2023-12-07T18:08:39.199Z | Compiling keccak v0.1.4 |
1664 | 2023-12-07T18:08:39.254Z | Compiling linked-hash-map v0.5.6 |
1665 | 2023-12-07T18:08:39.387Z | Compiling parking_lot_core v0.8.6 |
1666 | 2023-12-07T18:08:39.650Z | Compiling resolv-conf v0.7.0 |
1667 | 2023-12-07T18:08:39.788Z | Compiling lru-cache v0.1.2 |
1668 | 2023-12-07T18:08:40.068Z | Compiling sha3 v0.10.8 |
1669 | 2023-12-07T18:08:40.859Z | Compiling password-hash v0.5.0 |
1670 | 2023-12-07T18:08:40.978Z | Compiling blake2 v0.10.6 |
1671 | 2023-12-07T18:08:41.060Z | Compiling aead v0.5.2 |
1672 | 2023-12-07T18:08:41.584Z | Compiling secrecy v0.8.0 |
1673 | 2023-12-07T18:08:41.668Z | Compiling num-complex v0.4.4 |
1674 | 2023-12-07T18:08:41.992Z | Compiling nibble_vec v0.1.0 |
1675 | 2023-12-07T18:08:42.281Z | Compiling slog-dtrace v0.2.3 |
1676 | 2023-12-07T18:08:42.563Z | Compiling endian-type v0.1.2 |
1677 | 2023-12-07T18:08:42.714Z | Compiling convert_case v0.4.0 |
1678 | 2023-12-07T18:08:42.904Z | Compiling winapi v0.3.9 |
1679 | 2023-12-07T18:08:43.129Z | Compiling arc-swap v1.6.0 |
1680 | 2023-12-07T18:08:43.413Z | Compiling utf-8 v0.7.6 |
1681 | 2023-12-07T18:08:43.439Z | Compiling num v0.4.1 |
1682 | 2023-12-07T18:08:43.592Z | Compiling radix_trie v0.2.1 |
1683 | 2023-12-07T18:08:43.924Z | Compiling slog-scope v4.4.0 |
1684 | 2023-12-07T18:08:44.144Z | Compiling tungstenite v0.20.1 |
1685 | 2023-12-07T18:08:44.220Z | Compiling derive_more v0.99.17 |
1686 | 2023-12-07T18:08:44.470Z | Compiling argon2 v0.5.2 |
1687 | 2023-12-07T18:08:44.530Z | Compiling mime_guess v2.0.4 |
1688 | 2023-12-07T18:08:44.649Z | Compiling trust-dns-resolver v0.22.0 |
1689 | 2023-12-07T18:08:45.860Z | Compiling rand_core v0.5.1 |
1690 | 2023-12-07T18:08:46.602Z | Compiling poly1305 v0.8.0 |
1691 | 2023-12-07T18:08:46.887Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1692 | 2023-12-07T18:08:47.797Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1693 | 2023-12-07T18:08:48.265Z | Compiling chacha20 v0.9.1 |
1694 | 2023-12-07T18:08:48.660Z | Compiling rfc6979 v0.4.0 |
1695 | 2023-12-07T18:08:48.933Z | Compiling thiserror-impl-no-std v2.0.2 |
1696 | 2023-12-07T18:08:48.978Z | Compiling half v1.8.2 |
1697 | 2023-12-07T18:08:49.456Z | Compiling option-ext v0.2.0 |
1698 | 2023-12-07T18:08:49.598Z | Compiling ciborium-io v0.2.1 |
1699 | 2023-12-07T18:08:49.630Z | Compiling dirs-sys v0.4.1 |
1700 | 2023-12-07T18:08:49.772Z | Compiling ciborium-ll v0.2.1 |
1701 | 2023-12-07T18:08:49.990Z | Compiling ecdsa v0.16.9 |
1702 | 2023-12-07T18:08:50.485Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1703 | 2023-12-07T18:08:50.990Z | Compiling rand_chacha v0.2.2 |
1704 | 2023-12-07T18:08:51.223Z | Compiling tokio-tungstenite v0.20.1 |
1705 | 2023-12-07T18:08:51.349Z | Compiling parking_lot v0.11.2 |
1706 | 2023-12-07T18:08:52.932Z | Compiling trust-dns-client v0.22.0 |
1707 | 2023-12-07T18:08:53.027Z | Compiling slog-stdlog v4.1.1 |
1708 | 2023-12-07T18:08:53.312Z | Compiling ed25519 v2.2.2 |
1709 | 2023-12-07T18:08:53.589Z | Compiling polyval v0.6.1 |
1710 | 2023-12-07T18:08:54.020Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1711 | 2023-12-07T18:08:54.267Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1712 | 2023-12-07T18:08:54.442Z | Compiling thiserror-no-std v2.0.2 |
1713 | 2023-12-07T18:08:54.588Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1714 | 2023-12-07T18:08:55.003Z | Compiling primeorder v0.13.6 |
1715 | 2023-12-07T18:08:55.157Z | Compiling aes v0.8.3 |
1716 | 2023-12-07T18:08:55.831Z | Compiling blowfish v0.9.1 |
1717 | 2023-12-07T18:08:56.552Z | Compiling ctr v0.9.2 |
1718 | 2023-12-07T18:08:57.070Z | Compiling password-hash v0.4.2 |
1719 | 2023-12-07T18:08:58.630Z | Compiling pbkdf2 v0.12.2 |
1720 | 2023-12-07T18:08:58.635Z | Compiling fxhash v0.2.1 |
1721 | 2023-12-07T18:08:59.278Z | Compiling cancel-safe-futures v0.1.5 |
1722 | 2023-12-07T18:08:59.414Z | Compiling glob v0.3.1 |
1723 | 2023-12-07T18:09:00.039Z | Compiling bcrypt-pbkdf v0.10.0 |
1724 | 2023-12-07T18:09:00.970Z | Compiling trust-dns-server v0.22.1 |
1725 | 2023-12-07T18:09:01.113Z | Compiling sled v0.34.7 |
1726 | 2023-12-07T18:09:03.326Z | Compiling pbkdf2 v0.11.0 |
1727 | 2023-12-07T18:09:03.900Z | Compiling p256 v0.13.2 |
1728 | 2023-12-07T18:09:04.249Z | Compiling vsss-rs v3.3.1 |
1729 | 2023-12-07T18:09:05.196Z | Compiling ghash v0.5.0 |
1730 | 2023-12-07T18:09:05.468Z | Compiling ed25519-dalek v2.0.0 |
1731 | 2023-12-07T18:09:07.231Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1732 | 2023-12-07T18:09:09.462Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1733 | 2023-12-07T18:09:11.739Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1734 | 2023-12-07T18:09:12.382Z | Compiling slog-envlogger v2.2.0 |
1735 | 2023-12-07T18:09:12.394Z | Compiling russh-cryptovec v0.7.0 |
1736 | 2023-12-07T18:09:12.731Z | Compiling rand v0.7.3 |
1737 | 2023-12-07T18:09:13.620Z | Compiling ciborium v0.2.1 |
1738 | 2023-12-07T18:09:14.510Z | Compiling dirs v5.0.1 |
1739 | 2023-12-07T18:09:14.814Z | Compiling chacha20poly1305 v0.10.1 |
1740 | 2023-12-07T18:09:15.148Z | Compiling cbc v0.1.2 |
1741 | 2023-12-07T18:09:15.549Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1742 | 2023-12-07T18:09:16.139Z | Compiling pem v3.0.2 |
1743 | 2023-12-07T18:09:16.268Z | Compiling headers-core v0.2.0 |
1744 | 2023-12-07T18:09:16.539Z | Compiling kstat-rs v0.2.3 |
1745 | 2023-12-07T18:09:17.402Z | Compiling pretty-hex v0.4.0 |
1746 | 2023-12-07T18:09:17.573Z | Compiling md5 v0.7.0 |
1747 | 2023-12-07T18:09:17.631Z | Compiling http-range v0.1.5 |
1748 | 2023-12-07T18:09:17.721Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1749 | 2023-12-07T18:09:18.194Z | Compiling russh-keys v0.40.0 |
1750 | 2023-12-07T18:09:18.367Z | Compiling hyper-staticfile v0.9.5 |
1751 | 2023-12-07T18:09:19.648Z | Compiling rcgen v0.11.3 |
1752 | 2023-12-07T18:09:19.665Z | Compiling headers v0.3.9 |
1753 | 2023-12-07T18:09:19.909Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1754 | 2023-12-07T18:09:21.096Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1755 | 2023-12-07T18:09:23.063Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1756 | 2023-12-07T18:09:23.818Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2023-12-07T18:09:24.143Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1758 | 2023-12-07T18:09:25.369Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1759 | 2023-12-07T18:09:28.912Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1760 | 2023-12-07T18:09:31.060Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1761 | 2023-12-07T18:09:31.521Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1762 | 2023-12-07T18:09:34.293Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1763 | 2023-12-07T18:09:35.330Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1764 | 2023-12-07T18:09:39.448Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1765 | 2023-12-07T18:09:40.487Z | Compiling aes-gcm v0.10.3 |
1766 | 2023-12-07T18:09:41.849Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1767 | 2023-12-07T18:09:42.471Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1768 | 2023-12-07T18:09:42.525Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1769 | 2023-12-07T18:09:44.886Z | Compiling atomicwrites v0.4.2 |
1770 | 2023-12-07T18:09:45.014Z | Compiling itertools v0.12.0 |
1771 | 2023-12-07T18:09:45.438Z | Compiling subprocess v0.2.9 |
1772 | 2023-12-07T18:09:48.876Z | Compiling hex-literal v0.4.1 |
1773 | 2023-12-07T18:09:49.096Z | Compiling russh v0.40.0 |
1774 | 2023-12-07T18:09:50.218Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1775 | 2023-12-07T18:09:53.358Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1776 | 2023-12-07T18:09:53.682Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1777 | 2023-12-07T18:10:22.940Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1778 | 2023-12-07T18:11:39.053Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 50s |
1779 | 2023-12-07T18:11:39.379Z | |
1780 | 2023-12-07T18:11:39.397Z | real 7:50.689397796 |
1781 | 2023-12-07T18:11:39.397Z | user 43:21.986496212 |
1782 | 2023-12-07T18:11:39.397Z | sys 6:39.345135612 |
1783 | 2023-12-07T18:11:39.397Z | trap 1.608722381 |
1784 | 2023-12-07T18:11:39.397Z | tflt 7.685634808 |
1785 | 2023-12-07T18:11:39.397Z | dflt 10.047416569 |
1786 | 2023-12-07T18:11:39.397Z | kflt 0.022609035 |
1787 | 2023-12-07T18:11:39.397Z | lock 1:22:26.418144689 |
1788 | 2023-12-07T18:11:39.397Z | slp 2:04:37.211674810 |
1789 | 2023-12-07T18:11:39.398Z | lat 1:59.323025977 |
1790 | 2023-12-07T18:11:39.398Z | stop 4:42.682843258 |
1791 | 2023-12-07T18:11:39.398Z | + mkdir -p /work/end-to-end-tests |
1792 | 2023-12-07T18:11:39.398Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1793 | 2023-12-07T18:11:40.387Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1794 | 2023-12-07T18:11:40.387Z | + ptime -m gzip |
1795 | 2023-12-07T18:11:40.398Z | ++ basename target/debug/bootstrap |
1796 | 2023-12-07T18:11:57.027Z | |
1797 | 2023-12-07T18:11:57.031Z | real 16.632662454 |
1798 | 2023-12-07T18:11:57.031Z | user 16.464072387 |
1799 | 2023-12-07T18:11:57.031Z | sys 0.150565067 |
1800 | 2023-12-07T18:11:57.031Z | trap 0.006742487 |
1801 | 2023-12-07T18:11:57.031Z | tflt 0.000000000 |
1802 | 2023-12-07T18:11:57.031Z | dflt 0.000000000 |
1803 | 2023-12-07T18:11:57.031Z | kflt 0.000000000 |
1804 | 2023-12-07T18:11:57.032Z | lock 0.000000000 |
1805 | 2023-12-07T18:11:57.032Z | slp 0.000000000 |
1806 | 2023-12-07T18:11:57.032Z | lat 0.010910861 |
1807 | 2023-12-07T18:11:57.032Z | stop 0.000230245 |
1808 | 2023-12-07T18:11:57.032Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1809 | 2023-12-07T18:11:57.034Z | + ptime -m gzip |
1810 | 2023-12-07T18:11:57.034Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-646838659330fbdc |
1811 | 2023-12-07T18:11:58.121Z | |
1812 | 2023-12-07T18:11:58.125Z | real 1.085424922 |
1813 | 2023-12-07T18:11:58.125Z | user 1.073938227 |
1814 | 2023-12-07T18:11:58.125Z | sys 0.010835501 |
1815 | 2023-12-07T18:11:58.125Z | trap 0.000127940 |
1816 | 2023-12-07T18:11:58.125Z | tflt 0.000000000 |
1817 | 2023-12-07T18:11:58.125Z | dflt 0.000000000 |
1818 | 2023-12-07T18:11:58.125Z | kflt 0.000000000 |
1819 | 2023-12-07T18:11:58.125Z | lock 0.000000000 |
1820 | 2023-12-07T18:11:58.125Z | slp 0.000000000 |
1821 | 2023-12-07T18:11:58.125Z | lat 0.000175778 |
1822 | 2023-12-07T18:11:58.125Z | stop 0.000230508 |
1823 | 2023-12-07T18:11:58.126Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1824 | 2023-12-07T18:11:58.126Z | + ptime -m gzip |
1825 | 2023-12-07T18:11:58.126Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d7cc9e37decfa28a |
1826 | 2023-12-07T18:12:15.342Z | |
1827 | 2023-12-07T18:12:15.347Z | real 17.212620917 |
1828 | 2023-12-07T18:12:15.347Z | user 17.051691448 |
1829 | 2023-12-07T18:12:15.347Z | sys 0.156021558 |
1830 | 2023-12-07T18:12:15.347Z | trap 0.003250375 |
1831 | 2023-12-07T18:12:15.347Z | tflt 0.000000000 |
1832 | 2023-12-07T18:12:15.347Z | dflt 0.000000000 |
1833 | 2023-12-07T18:12:15.347Z | kflt 0.000000000 |
1834 | 2023-12-07T18:12:15.347Z | lock 0.000000000 |
1835 | 2023-12-07T18:12:15.347Z | slp 0.000000000 |
1836 | 2023-12-07T18:12:15.348Z | lat 0.001284741 |
1837 | 2023-12-07T18:12:15.348Z | stop 0.000254931 |
1838 | 2023-12-07T18:12:15.348Z | + banner caboose-util |
1839 | 2023-12-07T18:12:15.348Z | |
1840 | 2023-12-07T18:12:15.348Z | #### ## ##### #### #### #### ###### # # ##### |
1841 | 2023-12-07T18:12:15.348Z | # # # # # # # # # # # # # # # |
1842 | 2023-12-07T18:12:15.348Z | # # # ##### # # # # #### ##### ##### # # # |
1843 | 2023-12-07T18:12:15.348Z | # ###### # # # # # # # # # # # |
1844 | 2023-12-07T18:12:15.348Z | # # # # # # # # # # # # # # # # |
1845 | 2023-12-07T18:12:15.348Z | #### # # ##### #### #### #### ###### #### # |
1846 | 2023-12-07T18:12:15.349Z | |
1847 | 2023-12-07T18:12:15.349Z | + ptime -m cargo build --locked -p caboose-util --release |
1848 | 2023-12-07T18:12:16.001Z | Downloading crates ... |
1849 | 2023-12-07T18:12:16.365Z | Downloaded crc v3.0.1 |
1850 | 2023-12-07T18:12:16.372Z | Downloaded funty v2.0.0 |
1851 | 2023-12-07T18:12:16.376Z | Downloaded maybe-uninit v2.0.0 |
1852 | 2023-12-07T18:12:16.379Z | Downloaded ron v0.8.1 |
1853 | 2023-12-07T18:12:16.388Z | Downloaded nodrop v0.1.14 |
1854 | 2023-12-07T18:12:16.392Z | Downloaded tap v1.0.1 |
1855 | 2023-12-07T18:12:16.392Z | Downloaded termcolor v1.2.0 |
1856 | 2023-12-07T18:12:16.396Z | Downloaded packed_struct_codegen v0.10.1 |
1857 | 2023-12-07T18:12:16.396Z | Downloaded serde-hex v0.1.0 |
1858 | 2023-12-07T18:12:16.399Z | Downloaded wyz v0.5.1 |
1859 | 2023-12-07T18:12:16.403Z | Downloaded env_logger v0.10.0 |
1860 | 2023-12-07T18:12:16.407Z | Downloaded crc-catalog v2.2.0 |
1861 | 2023-12-07T18:12:16.410Z | Downloaded crc-any v2.4.3 |
1862 | 2023-12-07T18:12:16.414Z | Downloaded pkcs1 v0.7.5 |
1863 | 2023-12-07T18:12:16.418Z | Downloaded rsa v0.9.2 |
1864 | 2023-12-07T18:12:16.425Z | Downloaded num-bigint-dig v0.8.4 |
1865 | 2023-12-07T18:12:16.439Z | Downloaded object v0.30.4 |
1866 | 2023-12-07T18:12:16.456Z | Downloaded bitvec v1.0.1 |
1867 | 2023-12-07T18:12:16.481Z | Downloaded x509-cert v0.2.4 |
1868 | 2023-12-07T18:12:16.491Z | Downloaded bitfield v0.14.0 |
1869 | 2023-12-07T18:12:16.495Z | Downloaded packed_struct v0.10.1 |
1870 | 2023-12-07T18:12:16.499Z | Downloaded smallvec v0.6.14 |
1871 | 2023-12-07T18:12:16.499Z | Downloaded radium v0.7.0 |
1872 | 2023-12-07T18:12:16.502Z | Downloaded array-init v0.0.4 |
1873 | 2023-12-07T18:12:16.502Z | Downloaded path-slash v0.1.5 |
1874 | 2023-12-07T18:12:16.666Z | Compiling proc-macro2 v1.0.69 |
1875 | 2023-12-07T18:12:16.670Z | Compiling unicode-ident v1.0.12 |
1876 | 2023-12-07T18:12:16.672Z | Compiling libc v0.2.150 |
1877 | 2023-12-07T18:12:16.672Z | Compiling autocfg v1.1.0 |
1878 | 2023-12-07T18:12:16.672Z | Compiling serde v1.0.192 |
1879 | 2023-12-07T18:12:16.672Z | Compiling cfg-if v1.0.0 |
1880 | 2023-12-07T18:12:16.693Z | Compiling version_check v0.9.4 |
1881 | 2023-12-07T18:12:16.802Z | Compiling typenum v1.16.0 |
1882 | 2023-12-07T18:12:16.812Z | Compiling syn v1.0.109 |
1883 | 2023-12-07T18:12:16.919Z | Compiling parking_lot_core v0.9.8 |
1884 | 2023-12-07T18:12:17.467Z | Compiling futures-core v0.3.29 |
1885 | 2023-12-07T18:12:17.482Z | Compiling libm v0.2.7 |
1886 | 2023-12-07T18:12:17.663Z | Compiling generic-array v0.14.7 |
1887 | 2023-12-07T18:12:17.739Z | Compiling lock_api v0.4.10 |
1888 | 2023-12-07T18:12:17.911Z | Compiling num-traits v0.2.16 |
1889 | 2023-12-07T18:12:17.911Z | Compiling once_cell v1.18.0 |
1890 | 2023-12-07T18:12:18.050Z | Compiling pkg-config v0.3.27 |
1891 | 2023-12-07T18:12:18.145Z | Compiling scopeguard v1.2.0 |
1892 | 2023-12-07T18:12:18.483Z | Compiling slab v0.4.9 |
1893 | 2023-12-07T18:12:18.487Z | Compiling futures-channel v0.3.29 |
1894 | 2023-12-07T18:12:18.506Z | Compiling futures-task v0.3.29 |
1895 | 2023-12-07T18:12:18.907Z | Compiling quote v1.0.33 |
1896 | 2023-12-07T18:12:18.935Z | Compiling serde_json v1.0.108 |
1897 | 2023-12-07T18:12:19.005Z | Compiling thiserror v1.0.49 |
1898 | 2023-12-07T18:12:19.367Z | Compiling futures-util v0.3.29 |
1899 | 2023-12-07T18:12:19.641Z | Compiling syn v2.0.32 |
1900 | 2023-12-07T18:12:19.691Z | Compiling cc v1.0.83 |
1901 | 2023-12-07T18:12:19.748Z | Compiling getrandom v0.2.10 |
1902 | 2023-12-07T18:12:19.872Z | Compiling memchr v2.6.3 |
1903 | 2023-12-07T18:12:20.300Z | Compiling rand_core v0.6.4 |
1904 | 2023-12-07T18:12:20.362Z | Compiling itoa v1.0.9 |
1905 | 2023-12-07T18:12:20.731Z | Compiling smallvec v1.11.0 |
1906 | 2023-12-07T18:12:21.080Z | Compiling log v0.4.20 |
1907 | 2023-12-07T18:12:22.578Z | Compiling vcpkg v0.2.15 |
1908 | 2023-12-07T18:12:23.251Z | Compiling byteorder v1.5.0 |
1909 | 2023-12-07T18:12:23.824Z | Compiling parking_lot v0.12.1 |
1910 | 2023-12-07T18:12:24.219Z | Compiling const-oid v0.9.5 |
1911 | 2023-12-07T18:12:25.163Z | Compiling pin-project-lite v0.2.13 |
1912 | 2023-12-07T18:12:25.334Z | Compiling openssl-sys v0.9.96 |
1913 | 2023-12-07T18:12:25.461Z | Compiling ring v0.17.7 |
1914 | 2023-12-07T18:12:25.621Z | Compiling indexmap v1.9.3 |
1915 | 2023-12-07T18:12:26.790Z | Compiling signal-hook-registry v1.4.1 |
1916 | 2023-12-07T18:12:27.172Z | Compiling io-lifetimes v1.0.11 |
1917 | 2023-12-07T18:12:27.807Z | Compiling subtle v2.5.0 |
1918 | 2023-12-07T18:12:27.907Z | Compiling heck v0.4.1 |
1919 | 2023-12-07T18:12:27.972Z | Compiling ring v0.16.20 |
1920 | 2023-12-07T18:12:27.978Z | Compiling mio v0.8.9 |
1921 | 2023-12-07T18:12:28.544Z | Compiling num-integer v0.1.45 |
1922 | 2023-12-07T18:12:32.412Z | Compiling semver v1.0.20 |
1923 | 2023-12-07T18:12:32.412Z | Compiling ryu v1.0.15 |
1924 | 2023-12-07T18:12:32.412Z | Compiling rustix v0.37.23 |
1925 | 2023-12-07T18:12:32.413Z | Compiling spin v0.5.2 |
1926 | 2023-12-07T18:12:32.413Z | Compiling num_cpus v1.16.0 |
1927 | 2023-12-07T18:12:32.413Z | Compiling socket2 v0.5.5 |
1928 | 2023-12-07T18:12:32.473Z | Compiling futures-sink v0.3.29 |
1929 | 2023-12-07T18:12:32.514Z | Compiling openssl v0.10.60 |
1930 | 2023-12-07T18:12:32.567Z | Compiling unicode-xid v0.2.4 |
1931 | 2023-12-07T18:12:32.792Z | Compiling ucd-trie v0.1.6 |
1932 | 2023-12-07T18:12:32.977Z | Compiling httparse v1.8.0 |
1933 | 2023-12-07T18:12:33.202Z | Compiling synstructure v0.12.6 |
1934 | 2023-12-07T18:12:33.735Z | Compiling tinyvec_macros v0.1.1 |
1935 | 2023-12-07T18:12:33.833Z | Compiling tinyvec v1.6.0 |
1936 | 2023-12-07T18:12:34.755Z | Compiling pin-utils v0.1.0 |
1937 | 2023-12-07T18:12:34.830Z | Compiling rustls v0.21.9 |
1938 | 2023-12-07T18:12:34.857Z | Compiling crc32fast v1.3.2 |
1939 | 2023-12-07T18:12:34.901Z | Compiling native-tls v0.2.11 |
1940 | 2023-12-07T18:12:35.213Z | Compiling futures-io v0.3.29 |
1941 | 2023-12-07T18:12:35.342Z | Compiling ppv-lite86 v0.2.17 |
1942 | 2023-12-07T18:12:35.626Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1943 | 2023-12-07T18:12:35.639Z | Compiling spin v0.9.8 |
1944 | 2023-12-07T18:12:35.917Z | Compiling tracing-core v0.1.31 |
1945 | 2023-12-07T18:12:36.232Z | Compiling base64ct v1.6.0 |
1946 | 2023-12-07T18:12:36.429Z | Compiling unicode-normalization v0.1.22 |
1947 | 2023-12-07T18:12:36.733Z | Compiling rand_chacha v0.3.1 |
1948 | 2023-12-07T18:12:37.292Z | Compiling unicode-bidi v0.3.13 |
1949 | 2023-12-07T18:12:37.409Z | Compiling rand v0.8.5 |
1950 | 2023-12-07T18:12:37.612Z | Compiling pem-rfc7468 v0.7.0 |
1951 | 2023-12-07T18:12:39.362Z | Compiling errno v0.3.2 |
1952 | 2023-12-07T18:12:39.418Z | Compiling num-iter v0.1.43 |
1953 | 2023-12-07T18:12:39.702Z | Compiling ahash v0.8.3 |
1954 | 2023-12-07T18:12:39.814Z | Compiling usdt-impl v0.3.5 |
1955 | 2023-12-07T18:12:40.230Z | Compiling flagset v0.4.3 |
1956 | 2023-12-07T18:12:40.234Z | Compiling base64 v0.21.5 |
1957 | 2023-12-07T18:12:40.405Z | Compiling rustix v0.38.25 |
1958 | 2023-12-07T18:12:40.517Z | Compiling signal-hook v0.3.17 |
1959 | 2023-12-07T18:12:40.726Z | Compiling schemars v0.8.13 |
1960 | 2023-12-07T18:12:40.978Z | Compiling serde_derive_internals v0.26.0 |
1961 | 2023-12-07T18:12:41.029Z | Compiling serde_derive v1.0.192 |
1962 | 2023-12-07T18:12:41.102Z | Compiling zeroize_derive v1.4.2 |
1963 | 2023-12-07T18:12:41.204Z | Compiling tokio-macros v2.2.0 |
1964 | 2023-12-07T18:12:41.323Z | Compiling thiserror-impl v1.0.49 |
1965 | 2023-12-07T18:12:41.893Z | Compiling futures-macro v0.3.29 |
1966 | 2023-12-07T18:12:42.154Z | Compiling tracing-attributes v0.1.26 |
1967 | 2023-12-07T18:12:42.909Z | Compiling der_derive v0.7.2 |
1968 | 2023-12-07T18:12:43.295Z | Compiling zeroize v1.7.0 |
1969 | 2023-12-07T18:12:44.684Z | Compiling zerocopy-derive v0.2.0 |
1970 | 2023-12-07T18:12:44.963Z | Compiling openssl-macros v0.1.1 |
1971 | 2023-12-07T18:12:45.940Z | Compiling pest v2.7.2 |
1972 | 2023-12-07T18:12:46.635Z | Compiling crypto-common v0.1.6 |
1973 | 2023-12-07T18:12:46.641Z | Compiling block-buffer v0.10.4 |
1974 | 2023-12-07T18:12:46.660Z | Compiling digest v0.10.7 |
1975 | 2023-12-07T18:12:46.782Z | Compiling zerocopy-derive v0.6.4 |
1976 | 2023-12-07T18:12:47.396Z | Compiling der v0.7.8 |
1977 | 2023-12-07T18:12:47.419Z | Compiling tracing v0.1.37 |
1978 | 2023-12-07T18:12:49.910Z | Compiling pest_meta v2.7.2 |
1979 | 2023-12-07T18:12:51.097Z | Compiling bitflags v1.3.2 |
1980 | 2023-12-07T18:12:52.304Z | Compiling pest_generator v2.7.2 |
1981 | 2023-12-07T18:12:55.181Z | Compiling fnv v1.0.7 |
1982 | 2023-12-07T18:12:55.342Z | Compiling spki v0.7.2 |
1983 | 2023-12-07T18:12:56.520Z | Compiling pest_derive v2.7.2 |
1984 | 2023-12-07T18:12:57.154Z | Compiling zerocopy v0.3.0 |
1985 | 2023-12-07T18:12:57.563Z | Compiling schemars_derive v0.8.13 |
1986 | 2023-12-07T18:12:58.388Z | Compiling lazy_static v1.4.0 |
1987 | 2023-12-07T18:12:58.946Z | Compiling backtrace v0.3.69 |
1988 | 2023-12-07T18:12:58.956Z | Compiling memoffset v0.9.0 |
1989 | 2023-12-07T18:12:59.371Z | Compiling num-bigint v0.4.4 |
1990 | 2023-12-07T18:12:59.524Z | Compiling hashbrown v0.12.3 |
1991 | 2023-12-07T18:13:01.316Z | Compiling iana-time-zone v0.1.57 |
1992 | 2023-12-07T18:13:01.682Z | Compiling percent-encoding v2.3.1 |
1993 | 2023-12-07T18:13:01.703Z | Compiling equivalent v1.0.1 |
1994 | 2023-12-07T18:13:01.823Z | Compiling untrusted v0.9.0 |
1995 | 2023-12-07T18:13:01.839Z | Compiling smoltcp v0.9.1 |
1996 | 2023-12-07T18:13:02.052Z | Compiling crossbeam-utils v0.8.16 |
1997 | 2023-12-07T18:13:02.069Z | Compiling doc-comment v0.3.3 |
1998 | 2023-12-07T18:13:02.164Z | Compiling openssl-probe v0.1.5 |
1999 | 2023-12-07T18:13:02.356Z | Compiling untrusted v0.7.1 |
2000 | 2023-12-07T18:13:03.627Z | Compiling async-trait v0.1.74 |
2001 | 2023-12-07T18:13:03.627Z | Compiling foreign-types-shared v0.1.1 |
2002 | 2023-12-07T18:13:03.627Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2003 | 2023-12-07T18:13:03.627Z | Compiling hashbrown v0.14.2 |
2004 | 2023-12-07T18:13:03.627Z | Compiling foreign-types v0.3.2 |
2005 | 2023-12-07T18:13:03.627Z | Compiling bytes v1.5.0 |
2006 | 2023-12-07T18:13:04.691Z | Compiling bitflags v2.4.0 |
2007 | 2023-12-07T18:13:04.715Z | Compiling tokio v1.34.0 |
2008 | 2023-12-07T18:13:05.040Z | Compiling rustc_version v0.4.0 |
2009 | 2023-12-07T18:13:06.062Z | Compiling heapless v0.7.16 |
2010 | 2023-12-07T18:13:07.759Z | Compiling http v0.2.11 |
2011 | 2023-12-07T18:13:08.042Z | Compiling uuid v1.6.1 |
2012 | 2023-12-07T18:13:08.302Z | Compiling indexmap v2.1.0 |
2013 | 2023-12-07T18:13:08.423Z | Compiling chrono v0.4.31 |
2014 | 2023-12-07T18:13:11.557Z | Compiling dof v0.1.5 |
2015 | 2023-12-07T18:13:12.149Z | Compiling dtrace-parser v0.1.14 |
2016 | 2023-12-07T18:13:12.791Z | Compiling hmac v0.12.1 |
2017 | 2023-12-07T18:13:13.093Z | Compiling clap_derive v4.4.2 |
2018 | 2023-12-07T18:13:14.709Z | Compiling thread-id v4.2.0 |
2019 | 2023-12-07T18:13:14.844Z | Compiling time-core v0.1.1 |
2020 | 2023-12-07T18:13:15.157Z | Compiling utf8parse v0.2.1 |
2021 | 2023-12-07T18:13:15.244Z | Compiling cpufeatures v0.2.9 |
2022 | 2023-12-07T18:13:15.354Z | Compiling adler v1.0.2 |
2023 | 2023-12-07T18:13:15.364Z | Compiling rustversion v1.0.14 |
2024 | 2023-12-07T18:13:15.405Z | Compiling anstyle v1.0.2 |
2025 | 2023-12-07T18:13:15.665Z | Compiling try-lock v0.2.4 |
2026 | 2023-12-07T18:13:15.740Z | Compiling siphasher v0.3.11 |
2027 | 2023-12-07T18:13:16.322Z | Compiling want v0.3.1 |
2028 | 2023-12-07T18:13:16.329Z | Compiling miniz_oxide v0.7.1 |
2029 | 2023-12-07T18:13:18.276Z | Compiling tokio-util v0.7.10 |
2030 | 2023-12-07T18:13:18.419Z | Compiling sha2 v0.10.8 |
2031 | 2023-12-07T18:13:20.559Z | Compiling h2 v0.3.21 |
2032 | 2023-12-07T18:13:20.832Z | Compiling anstyle-parse v0.2.1 |
2033 | 2023-12-07T18:13:24.462Z | Compiling time-macros v0.2.13 |
2034 | 2023-12-07T18:13:26.539Z | Compiling http-body v0.4.5 |
2035 | 2023-12-07T18:13:27.142Z | Compiling sct v0.7.0 |
2036 | 2023-12-07T18:13:27.424Z | Compiling rustls-webpki v0.101.7 |
2037 | 2023-12-07T18:13:27.668Z | Compiling serde_tokenstream v0.1.7 |
2038 | 2023-12-07T18:13:28.451Z | Compiling form_urlencoded v1.2.1 |
2039 | 2023-12-07T18:13:28.882Z | Compiling pkcs8 v0.10.2 |
2040 | 2023-12-07T18:13:29.355Z | Compiling hubpack_derive v0.1.1 |
2041 | 2023-12-07T18:13:29.821Z | Compiling pin-project-internal v1.1.3 |
2042 | 2023-12-07T18:13:30.204Z | Compiling socket2 v0.4.9 |
2043 | 2023-12-07T18:13:30.597Z | Compiling crossbeam-epoch v0.9.15 |
2044 | 2023-12-07T18:13:31.324Z | Compiling anstyle-query v1.0.0 |
2045 | 2023-12-07T18:13:31.389Z | Compiling radium v0.7.0 |
2046 | 2023-12-07T18:13:31.575Z | Compiling colorchoice v1.0.0 |
2047 | 2023-12-07T18:13:31.805Z | Compiling tower-service v0.3.2 |
2048 | 2023-12-07T18:13:31.956Z | Compiling httpdate v1.0.3 |
2049 | 2023-12-07T18:13:31.989Z | Compiling slog v2.7.0 |
2050 | 2023-12-07T18:13:32.042Z | Compiling anyhow v1.0.75 |
2051 | 2023-12-07T18:13:33.399Z | Compiling hyper v0.14.27 |
2052 | 2023-12-07T18:13:34.116Z | Compiling anstream v0.5.0 |
2053 | 2023-12-07T18:13:41.889Z | Compiling terminal_size v0.2.6 |
2054 | 2023-12-07T18:13:43.150Z | Compiling serde_spanned v0.6.4 |
2055 | 2023-12-07T18:13:43.468Z | Compiling toml_datetime v0.6.5 |
2056 | 2023-12-07T18:13:44.830Z | Compiling rustls-pemfile v1.0.3 |
2057 | 2023-12-07T18:13:45.315Z | Compiling zerocopy v0.6.4 |
2058 | 2023-12-07T18:13:46.531Z | Compiling md-5 v0.10.5 |
2059 | 2023-12-07T18:13:46.992Z | Compiling stringprep v0.1.3 |
2060 | 2023-12-07T18:13:47.074Z | Compiling idna v0.5.0 |
2061 | 2023-12-07T18:13:48.234Z | Compiling diesel_table_macro_syntax v0.1.0 |
2062 | 2023-12-07T18:13:48.244Z | Compiling hash32 v0.2.1 |
2063 | 2023-12-07T18:13:48.266Z | Compiling aho-corasick v1.0.4 |
2064 | 2023-12-07T18:13:48.785Z | Compiling stable_deref_trait v1.2.0 |
2065 | 2023-12-07T18:13:48.807Z | Compiling gimli v0.28.0 |
2066 | 2023-12-07T18:13:49.014Z | Compiling maybe-uninit v2.0.0 |
2067 | 2023-12-07T18:13:49.372Z | Compiling tap v1.0.1 |
2068 | 2023-12-07T18:13:49.644Z | Compiling either v1.9.0 |
2069 | 2023-12-07T18:13:49.648Z | Compiling fallible-iterator v0.2.0 |
2070 | 2023-12-07T18:13:49.823Z | Compiling regex-syntax v0.8.2 |
2071 | 2023-12-07T18:13:50.122Z | Compiling dyn-clone v1.0.13 |
2072 | 2023-12-07T18:13:50.616Z | Compiling winnow v0.5.15 |
2073 | 2023-12-07T18:13:50.848Z | Compiling clap_lex v0.5.1 |
2074 | 2023-12-07T18:13:51.980Z | Compiling strsim v0.10.0 |
2075 | 2023-12-07T18:13:52.970Z | Compiling clap_builder v4.4.2 |
2076 | 2023-12-07T18:13:53.180Z | Compiling postgres-protocol v0.6.6 |
2077 | 2023-12-07T18:13:54.781Z | Compiling wyz v0.5.1 |
2078 | 2023-12-07T18:13:55.296Z | Compiling diesel_derives v2.1.2 |
2079 | 2023-12-07T18:13:55.552Z | Compiling url v2.5.0 |
2080 | 2023-12-07T18:13:56.558Z | Compiling addr2line v0.21.0 |
2081 | 2023-12-07T18:13:56.748Z | Compiling regex-automata v0.4.3 |
2082 | 2023-12-07T18:13:58.398Z | Compiling tokio-rustls v0.24.1 |
2083 | 2023-12-07T18:13:59.605Z | Compiling rustls-native-certs v0.6.3 |
2084 | 2023-12-07T18:13:59.892Z | Compiling strum_macros v0.25.2 |
2085 | 2023-12-07T18:14:01.352Z | Compiling tokio-native-tls v0.3.1 |
2086 | 2023-12-07T18:14:06.125Z | Compiling usdt-attr-macro v0.3.5 |
2087 | 2023-12-07T18:14:06.583Z | Compiling usdt-macro v0.3.5 |
2088 | 2023-12-07T18:14:08.354Z | Compiling phf_shared v0.11.2 |
2089 | 2023-12-07T18:14:09.609Z | Compiling block-padding v0.3.3 |
2090 | 2023-12-07T18:14:09.752Z | Compiling snafu-derive v0.7.5 |
2091 | 2023-12-07T18:14:09.798Z | Compiling enum-as-inner v0.5.1 |
2092 | 2023-12-07T18:14:10.122Z | Compiling serde_repr v0.1.16 |
2093 | 2023-12-07T18:14:11.298Z | Compiling ff v0.13.0 |
2094 | 2023-12-07T18:14:11.627Z | Compiling scheduled-thread-pool v0.2.7 |
2095 | 2023-12-07T18:14:11.738Z | Compiling object v0.32.1 |
2096 | 2023-12-07T18:14:15.148Z | Compiling deranged v0.3.8 |
2097 | 2023-12-07T18:14:18.178Z | Compiling bit-vec v0.6.3 |
2098 | 2023-12-07T18:14:18.251Z | Compiling rustc-demangle v0.1.23 |
2099 | 2023-12-07T18:14:18.833Z | Compiling matches v0.1.10 |
2100 | 2023-12-07T18:14:18.937Z | Compiling managed v0.8.0 |
2101 | 2023-12-07T18:14:19.626Z | Compiling ipnet v2.8.0 |
2102 | 2023-12-07T18:14:19.946Z | Compiling base16ct v0.2.0 |
2103 | 2023-12-07T18:14:20.370Z | Compiling num_threads v0.1.6 |
2104 | 2023-12-07T18:14:20.565Z | Compiling funty v2.0.0 |
2105 | 2023-12-07T18:14:21.407Z | Compiling packed_struct v0.10.1 |
2106 | 2023-12-07T18:14:22.384Z | Compiling num-bigint-dig v0.8.4 |
2107 | 2023-12-07T18:14:22.388Z | Compiling regex-automata v0.1.10 |
2108 | 2023-12-07T18:14:22.754Z | Compiling bitvec v1.0.1 |
2109 | 2023-12-07T18:14:23.124Z | Compiling bstr v0.2.17 |
2110 | 2023-12-07T18:14:25.884Z | Compiling time v0.3.27 |
2111 | 2023-12-07T18:14:26.949Z | Compiling sec1 v0.7.3 |
2112 | 2023-12-07T18:14:30.407Z | Compiling idna v0.2.3 |
2113 | 2023-12-07T18:14:31.333Z | Compiling r2d2 v0.8.10 |
2114 | 2023-12-07T18:14:31.894Z | Compiling group v0.13.0 |
2115 | 2023-12-07T18:14:33.449Z | Compiling inout v0.1.3 |
2116 | 2023-12-07T18:14:35.072Z | Compiling phf v0.11.2 |
2117 | 2023-12-07T18:14:35.332Z | Compiling regex v1.10.2 |
2118 | 2023-12-07T18:14:35.526Z | Compiling hyper-tls v0.5.0 |
2119 | 2023-12-07T18:14:36.027Z | Compiling hyper-rustls v0.24.2 |
2120 | 2023-12-07T18:14:36.790Z | Compiling signal-hook-mio v0.2.3 |
2121 | 2023-12-07T18:14:36.996Z | Compiling clap v4.4.3 |
2122 | 2023-12-07T18:14:37.003Z | Compiling bzip2 v0.4.4 |
2123 | 2023-12-07T18:14:37.154Z | Compiling flate2 v1.0.28 |
2124 | 2023-12-07T18:14:37.550Z | Compiling ipnetwork v0.20.0 |
2125 | 2023-12-07T18:14:38.012Z | Compiling toml_edit v0.19.15 |
2126 | 2023-12-07T18:14:38.681Z | Compiling postgres-types v0.2.6 |
2127 | 2023-12-07T18:14:38.726Z | Compiling itertools v0.11.0 |
2128 | 2023-12-07T18:14:38.791Z | Compiling pin-project v1.1.3 |
2129 | 2023-12-07T18:14:39.407Z | Compiling hubpack v0.1.2 |
2130 | 2023-12-07T18:14:40.062Z | Compiling serde_urlencoded v0.7.1 |
2131 | 2023-12-07T18:14:40.441Z | Compiling phf_shared v0.10.0 |
2132 | 2023-12-07T18:14:40.906Z | Compiling hkdf v0.12.3 |
2133 | 2023-12-07T18:14:41.000Z | Compiling futures-executor v0.3.29 |
2134 | 2023-12-07T18:14:43.790Z | Compiling crypto-bigint v0.5.2 |
2135 | 2023-12-07T18:14:44.369Z | Compiling packed_struct_codegen v0.10.1 |
2136 | 2023-12-07T18:14:45.701Z | Compiling float-cmp v0.9.0 |
2137 | 2023-12-07T18:14:46.809Z | Compiling encoding_rs v0.8.33 |
2138 | 2023-12-07T18:14:46.852Z | Compiling mime v0.3.17 |
2139 | 2023-12-07T18:14:47.229Z | Compiling predicates-core v1.0.6 |
2140 | 2023-12-07T18:14:47.688Z | Compiling webpki-roots v0.25.2 |
2141 | 2023-12-07T18:14:47.892Z | Compiling difflib v0.4.0 |
2142 | 2023-12-07T18:14:48.519Z | Compiling crc-catalog v2.2.0 |
2143 | 2023-12-07T18:14:48.711Z | Compiling nodrop v0.1.14 |
2144 | 2023-12-07T18:14:49.321Z | Compiling static_assertions v1.1.0 |
2145 | 2023-12-07T18:14:49.449Z | Compiling regex-automata v0.3.8 |
2146 | 2023-12-07T18:14:49.901Z | Compiling whoami v1.4.1 |
2147 | 2023-12-07T18:14:50.677Z | Compiling unicode-segmentation v1.10.1 |
2148 | 2023-12-07T18:14:52.027Z | Compiling unicode-width v0.1.11 |
2149 | 2023-12-07T18:14:52.249Z | Compiling precomputed-hash v0.1.1 |
2150 | 2023-12-07T18:14:52.395Z | Compiling new_debug_unreachable v1.0.4 |
2151 | 2023-12-07T18:14:52.512Z | Compiling normalize-line-endings v0.3.0 |
2152 | 2023-12-07T18:14:52.667Z | Compiling data-encoding v2.4.0 |
2153 | 2023-12-07T18:14:53.143Z | Compiling fixedbitset v0.4.2 |
2154 | 2023-12-07T18:14:53.746Z | Compiling trust-dns-proto v0.22.0 |
2155 | 2023-12-07T18:14:55.523Z | Compiling petgraph v0.6.4 |
2156 | 2023-12-07T18:15:01.943Z | Compiling predicates v3.0.4 |
2157 | 2023-12-07T18:15:02.112Z | Compiling string_cache v0.8.7 |
2158 | 2023-12-07T18:15:02.738Z | Compiling console v0.15.7 |
2159 | 2023-12-07T18:15:04.339Z | Compiling bstr v1.6.0 |
2160 | 2023-12-07T18:15:04.797Z | Compiling similar v2.2.1 |
2161 | 2023-12-07T18:15:06.259Z | Compiling reqwest v0.11.22 |
2162 | 2023-12-07T18:15:06.713Z | Compiling tokio-postgres v0.7.10 |
2163 | 2023-12-07T18:15:07.897Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2164 | 2023-12-07T18:15:08.144Z | Compiling array-init v0.0.4 |
2165 | 2023-12-07T18:15:13.308Z | Compiling crc v3.0.1 |
2166 | 2023-12-07T18:15:15.237Z | Compiling elliptic-curve v0.13.8 |
2167 | 2023-12-07T18:15:20.242Z | Compiling toml v0.7.8 |
2168 | 2023-12-07T18:15:21.809Z | Compiling futures v0.3.29 |
2169 | 2023-12-07T18:15:22.705Z | Compiling snafu v0.7.5 |
2170 | 2023-12-07T18:15:23.237Z | Compiling smallvec v0.6.14 |
2171 | 2023-12-07T18:15:23.603Z | Compiling zip v0.6.6 |
2172 | 2023-12-07T18:15:23.926Z | Compiling diesel v2.1.4 |
2173 | 2023-12-07T18:15:23.941Z | Compiling yasna v0.5.2 |
2174 | 2023-12-07T18:15:24.012Z | Compiling crossterm v0.27.0 |
2175 | 2023-12-07T18:15:26.088Z | Compiling cipher v0.4.4 |
2176 | 2023-12-07T18:15:26.456Z | Compiling hashbrown v0.13.2 |
2177 | 2023-12-07T18:15:29.542Z | Compiling bit-set v0.5.3 |
2178 | 2023-12-07T18:15:29.952Z | Compiling usdt v0.3.5 |
2179 | 2023-12-07T18:15:30.328Z | Compiling is-terminal v0.4.9 |
2180 | 2023-12-07T18:15:31.297Z | Compiling toml_edit v0.21.0 |
2181 | 2023-12-07T18:15:32.950Z | Compiling itertools v0.10.5 |
2182 | 2023-12-07T18:15:36.624Z | Compiling pkcs1 v0.7.5 |
2183 | 2023-12-07T18:15:37.538Z | Compiling tokio-stream v0.1.14 |
2184 | 2023-12-07T18:15:38.983Z | Compiling openapiv3 v2.0.0-rc.1 |
2185 | 2023-12-07T18:15:42.827Z | Compiling hex v0.4.3 |
2186 | 2023-12-07T18:15:44.269Z | Compiling signature v2.1.0 |
2187 | 2023-12-07T18:15:47.159Z | Compiling lalrpop-util v0.19.12 |
2188 | 2023-12-07T18:15:48.243Z | Compiling termcolor v1.2.0 |
2189 | 2023-12-07T18:15:51.492Z | Compiling bitfield v0.14.0 |
2190 | 2023-12-07T18:15:51.965Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2191 | 2023-12-07T18:16:07.641Z | Compiling env_logger v0.10.0 |
2192 | 2023-12-07T18:16:12.392Z | Compiling rsa v0.9.2 |
2193 | 2023-12-07T18:16:21.477Z | Compiling serde-hex v0.1.0 |
2194 | 2023-12-07T18:16:26.298Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2195 | 2023-12-07T18:16:32.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2196 | 2023-12-07T18:16:32.646Z | Compiling ron v0.8.1 |
2197 | 2023-12-07T18:16:33.244Z | Compiling x509-cert v0.2.4 |
2198 | 2023-12-07T18:16:43.116Z | Compiling crc-any v2.4.3 |
2199 | 2023-12-07T18:16:48.059Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2200 | 2023-12-07T18:17:01.442Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2201 | 2023-12-07T18:17:12.101Z | Compiling object v0.30.4 |
2202 | 2023-12-07T18:17:27.051Z | Compiling path-slash v0.1.5 |
2203 | 2023-12-07T18:17:27.422Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2204 | 2023-12-07T18:18:11.082Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2205 | 2023-12-07T18:18:12.210Z | Finished release [optimized] target(s) in 5m 56s |
2206 | 2023-12-07T18:18:12.273Z | |
2207 | 2023-12-07T18:18:12.277Z | real 5:56.920058047 |
2208 | 2023-12-07T18:18:12.277Z | user 41:25.832503266 |
2209 | 2023-12-07T18:18:12.277Z | sys 3:34.704177286 |
2210 | 2023-12-07T18:18:12.277Z | trap 1.650339867 |
2211 | 2023-12-07T18:18:12.277Z | tflt 0.935349100 |
2212 | 2023-12-07T18:18:12.278Z | dflt 0.507368695 |
2213 | 2023-12-07T18:18:12.278Z | kflt 0.004127476 |
2214 | 2023-12-07T18:18:12.278Z | lock 1:32:35.422894605 |
2215 | 2023-12-07T18:18:12.278Z | slp 1:57:18.056677160 |
2216 | 2023-12-07T18:18:12.278Z | lat 1:47.538862338 |
2217 | 2023-12-07T18:18:12.278Z | stop 1:17.854468782 |
2218 | 2023-12-07T18:18:12.280Z | + ptime -m gzip |
2219 | 2023-12-07T18:18:12.940Z | |
2220 | 2023-12-07T18:18:12.945Z | real 0.661752639 |
2221 | 2023-12-07T18:18:12.945Z | user 0.652420624 |
2222 | 2023-12-07T18:18:12.945Z | sys 0.008738093 |
2223 | 2023-12-07T18:18:12.945Z | trap 0.000082698 |
2224 | 2023-12-07T18:18:12.945Z | tflt 0.000000000 |
2225 | 2023-12-07T18:18:12.945Z | dflt 0.000000000 |
2226 | 2023-12-07T18:18:12.945Z | kflt 0.000000000 |
2227 | 2023-12-07T18:18:12.945Z | lock 0.000000000 |
2228 | 2023-12-07T18:18:12.945Z | slp 0.000000000 |
2229 | 2023-12-07T18:18:12.945Z | lat 0.000176492 |
2230 | 2023-12-07T18:18:12.945Z | stop 0.000231524 |
2231 | 2023-12-07T18:18:12.945Z | + banner tufaceous |
2232 | 2023-12-07T18:18:12.945Z | |
2233 | 2023-12-07T18:18:12.945Z | ##### # # ###### ## #### ###### #### # # #### |
2234 | 2023-12-07T18:18:12.945Z | # # # # # # # # # # # # # # |
2235 | 2023-12-07T18:18:12.946Z | # # # ##### # # # ##### # # # # #### |
2236 | 2023-12-07T18:18:12.948Z | # # # # ###### # # # # # # # |
2237 | 2023-12-07T18:18:12.948Z | # # # # # # # # # # # # # # # |
2238 | 2023-12-07T18:18:12.948Z | # #### # # # #### ###### #### #### #### |
2239 | 2023-12-07T18:18:12.948Z | |
2240 | 2023-12-07T18:18:12.948Z | + ptime -m cargo build --locked -p tufaceous --release |
2241 | 2023-12-07T18:18:13.585Z | Downloading crates ... |
2242 | 2023-12-07T18:18:14.209Z | Downloaded humantime v2.1.0 |
2243 | 2023-12-07T18:18:14.209Z | Downloaded serde_plain v1.0.2 |
2244 | 2023-12-07T18:18:14.209Z | Downloaded fs-err v2.11.0 |
2245 | 2023-12-07T18:18:14.209Z | Downloaded globset v0.4.13 |
2246 | 2023-12-07T18:18:14.210Z | Downloaded olpc-cjson v0.1.3 |
2247 | 2023-12-07T18:18:14.210Z | Downloaded buf-list v1.0.3 |
2248 | 2023-12-07T18:18:14.210Z | Downloaded async-recursion v1.0.5 |
2249 | 2023-12-07T18:18:14.210Z | Downloaded typed-path v0.7.0 |
2250 | 2023-12-07T18:18:14.210Z | Downloaded tough v0.16.0 |
2251 | 2023-12-07T18:18:14.210Z | Downloaded bytesize v1.3.0 |
2252 | 2023-12-07T18:18:14.210Z | Compiling serde_tokenstream v0.2.0 |
2253 | 2023-12-07T18:18:14.210Z | Compiling regress v0.7.1 |
2254 | 2023-12-07T18:18:14.210Z | Compiling dirs-sys-next v0.1.2 |
2255 | 2023-12-07T18:18:14.210Z | Compiling ident_case v1.0.1 |
2256 | 2023-12-07T18:18:14.210Z | Compiling thread_local v1.1.7 |
2257 | 2023-12-07T18:18:14.210Z | Compiling heck v0.4.1 |
2258 | 2023-12-07T18:18:14.210Z | Compiling slog-async v2.8.0 |
2259 | 2023-12-07T18:18:14.350Z | Compiling dirs-next v2.0.0 |
2260 | 2023-12-07T18:18:14.707Z | Compiling darling_core v0.20.3 |
2261 | 2023-12-07T18:18:14.798Z | Compiling camino v1.1.6 |
2262 | 2023-12-07T18:18:14.927Z | Compiling term v0.7.0 |
2263 | 2023-12-07T18:18:15.420Z | Compiling crossbeam-channel v0.5.8 |
2264 | 2023-12-07T18:18:15.724Z | Compiling getopts v0.2.21 |
2265 | 2023-12-07T18:18:15.978Z | Compiling structmeta-derive v0.2.0 |
2266 | 2023-12-07T18:18:16.181Z | Compiling atty v0.2.14 |
2267 | 2023-12-07T18:18:16.396Z | Compiling multer v2.1.0 |
2268 | 2023-12-07T18:18:16.777Z | Compiling unsafe-libyaml v0.2.9 |
2269 | 2023-12-07T18:18:17.098Z | Compiling take_mut v0.2.2 |
2270 | 2023-12-07T18:18:17.313Z | Compiling match_cfg v0.1.0 |
2271 | 2023-12-07T18:18:17.434Z | Compiling paste v1.0.14 |
2272 | 2023-12-07T18:18:18.146Z | Compiling hostname v0.3.1 |
2273 | 2023-12-07T18:18:18.569Z | Compiling slog-term v2.9.0 |
2274 | 2023-12-07T18:18:19.599Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2275 | 2023-12-07T18:18:21.884Z | Compiling structmeta v0.2.0 |
2276 | 2023-12-07T18:18:22.452Z | Compiling serde_yaml v0.9.25 |
2277 | 2023-12-07T18:18:23.868Z | Compiling darling_macro v0.20.3 |
2278 | 2023-12-07T18:18:23.895Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2279 | 2023-12-07T18:18:23.895Z | Compiling slog-json v2.6.1 |
2280 | 2023-12-07T18:18:24.288Z | Compiling async-stream-impl v0.3.5 |
2281 | 2023-12-07T18:18:24.827Z | Compiling darling v0.20.3 |
2282 | 2023-12-07T18:18:24.973Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2283 | 2023-12-07T18:18:25.538Z | Compiling regex-syntax v0.7.5 |
2284 | 2023-12-07T18:18:25.828Z | Compiling atomic-waker v1.1.1 |
2285 | 2023-12-07T18:18:26.082Z | Compiling fastrand v2.0.0 |
2286 | 2023-12-07T18:18:26.222Z | Compiling async-stream v0.3.5 |
2287 | 2023-12-07T18:18:26.663Z | Compiling tempfile v3.8.1 |
2288 | 2023-12-07T18:18:26.936Z | Compiling waitgroup v0.1.2 |
2289 | 2023-12-07T18:18:27.217Z | Compiling serde_with_macros v3.4.0 |
2290 | 2023-12-07T18:18:27.261Z | Compiling slog-bunyan v2.4.0 |
2291 | 2023-12-07T18:18:29.790Z | Compiling toml v0.8.8 |
2292 | 2023-12-07T18:18:30.270Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2293 | 2023-12-07T18:18:31.060Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2294 | 2023-12-07T18:18:32.132Z | Compiling sha1 v0.10.6 |
2295 | 2023-12-07T18:18:32.551Z | Compiling serde_path_to_error v0.1.14 |
2296 | 2023-12-07T18:18:33.791Z | Compiling fs-err v2.11.0 |
2297 | 2023-12-07T18:18:33.799Z | Compiling instant v0.1.12 |
2298 | 2023-12-07T18:18:33.799Z | Compiling debug-ignore v1.0.5 |
2299 | 2023-12-07T18:18:33.799Z | Compiling arc-swap v1.6.0 |
2300 | 2023-12-07T18:18:33.799Z | Compiling same-file v1.0.6 |
2301 | 2023-12-07T18:18:33.833Z | Compiling buf-list v1.0.3 |
2302 | 2023-12-07T18:18:34.198Z | Compiling walkdir v2.4.0 |
2303 | 2023-12-07T18:18:34.412Z | Compiling slog-scope v4.4.0 |
2304 | 2023-12-07T18:18:34.807Z | Compiling backoff v0.4.0 |
2305 | 2023-12-07T18:18:35.340Z | Compiling serde_with v3.4.0 |
2306 | 2023-12-07T18:18:35.760Z | Compiling parse-display-derive v0.8.2 |
2307 | 2023-12-07T18:18:35.872Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2308 | 2023-12-07T18:18:36.881Z | Compiling globset v0.4.13 |
2309 | 2023-12-07T18:18:37.062Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2310 | 2023-12-07T18:18:37.302Z | Compiling strum v0.25.0 |
2311 | 2023-12-07T18:18:37.542Z | Compiling olpc-cjson v0.1.3 |
2312 | 2023-12-07T18:18:38.328Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2313 | 2023-12-07T18:18:38.396Z | Compiling pem v3.0.2 |
2314 | 2023-12-07T18:18:38.708Z | Compiling macaddr v1.0.1 |
2315 | 2023-12-07T18:18:39.836Z | Compiling serde_plain v1.0.2 |
2316 | 2023-12-07T18:18:40.683Z | Compiling async-recursion v1.0.5 |
2317 | 2023-12-07T18:18:41.435Z | Compiling xattr v1.0.1 |
2318 | 2023-12-07T18:18:41.452Z | Compiling filetime v0.2.23 |
2319 | 2023-12-07T18:18:41.894Z | Compiling parse-display v0.8.2 |
2320 | 2023-12-07T18:18:41.955Z | Compiling typed-path v0.7.0 |
2321 | 2023-12-07T18:18:42.133Z | Compiling tar v0.4.40 |
2322 | 2023-12-07T18:18:43.063Z | Compiling slog-stdlog v4.1.1 |
2323 | 2023-12-07T18:18:44.550Z | Compiling camino-tempfile v1.1.1 |
2324 | 2023-12-07T18:18:45.103Z | Compiling itertools v0.12.0 |
2325 | 2023-12-07T18:18:45.405Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2326 | 2023-12-07T18:18:45.621Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2327 | 2023-12-07T18:18:50.884Z | Compiling tough v0.16.0 |
2328 | 2023-12-07T18:18:51.333Z | Compiling bytesize v1.3.0 |
2329 | 2023-12-07T18:18:51.739Z | Compiling slog-envlogger v2.2.0 |
2330 | 2023-12-07T18:18:52.251Z | Compiling humantime v2.1.0 |
2331 | 2023-12-07T18:18:56.249Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2332 | 2023-12-07T18:19:20.214Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2333 | 2023-12-07T18:19:20.538Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2334 | 2023-12-07T18:19:30.551Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2335 | 2023-12-07T18:19:32.697Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2336 | 2023-12-07T18:20:01.488Z | Finished release [optimized] target(s) in 1m 48s |
2337 | 2023-12-07T18:20:01.581Z | |
2338 | 2023-12-07T18:20:01.594Z | real 1:48.608858622 |
2339 | 2023-12-07T18:20:01.594Z | user 11:32.906151451 |
2340 | 2023-12-07T18:20:01.594Z | sys 43.699573286 |
2341 | 2023-12-07T18:20:01.595Z | trap 0.433044022 |
2342 | 2023-12-07T18:20:01.595Z | tflt 0.269736851 |
2343 | 2023-12-07T18:20:01.596Z | dflt 0.811867606 |
2344 | 2023-12-07T18:20:01.596Z | kflt 0.000068526 |
2345 | 2023-12-07T18:20:01.596Z | lock 22:04.313110932 |
2346 | 2023-12-07T18:20:01.596Z | slp 23:26.212225952 |
2347 | 2023-12-07T18:20:01.596Z | lat 22.220152067 |
2348 | 2023-12-07T18:20:01.598Z | stop 11.912290884 |
2349 | 2023-12-07T18:20:01.598Z | + ptime -m gzip |
2350 | 2023-12-07T18:20:03.957Z | |
2351 | 2023-12-07T18:20:03.968Z | real 2.369996767 |
2352 | 2023-12-07T18:20:03.968Z | user 2.342255468 |
2353 | 2023-12-07T18:20:03.968Z | sys 0.026957450 |
2354 | 2023-12-07T18:20:03.969Z | trap 0.000272439 |
2355 | 2023-12-07T18:20:03.969Z | tflt 0.000000000 |
2356 | 2023-12-07T18:20:03.969Z | dflt 0.000000000 |
2357 | 2023-12-07T18:20:03.969Z | kflt 0.000000000 |
2358 | 2023-12-07T18:20:03.970Z | lock 0.000000000 |
2359 | 2023-12-07T18:20:03.970Z | slp 0.000000000 |
2360 | 2023-12-07T18:20:03.970Z | lat 0.000174713 |
2361 | 2023-12-07T18:20:03.971Z | stop 0.000231893 |
2362 | 2023-12-07T18:20:03.971Z | process exited: duration 1145055 ms, exit code 0 |
|
2363 | 2023-12-07T18:20:04.016Z | found 5 output files |
2364 | 2023-12-07T18:20:04.016Z | uploading: /work/end-to-end-tests/bootstrap-646838659330fbdc.gz (6319393 bytes) |
2365 | 2023-12-07T18:20:07.217Z | uploaded: /work/end-to-end-tests/bootstrap-646838659330fbdc.gz |
2366 | 2023-12-07T18:20:07.217Z | uploading: /work/end-to-end-tests/bootstrap.gz (96216284 bytes) |
2367 | 2023-12-07T18:20:39.902Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2368 | 2023-12-07T18:20:39.902Z | uploading: /work/end-to-end-tests/end_to_end_tests-d7cc9e37decfa28a.gz (99816878 bytes) |
2369 | 2023-12-07T18:21:18.374Z | uploaded: /work/end-to-end-tests/end_to_end_tests-d7cc9e37decfa28a.gz |
2370 | 2023-12-07T18:21:18.375Z | uploading: /work/caboose-util.gz (4091081 bytes) |
2371 | 2023-12-07T18:21:21.532Z | uploaded: /work/caboose-util.gz |
2372 | 2023-12-07T18:21:21.532Z | uploading: /work/tufaceous.gz (14969737 bytes) |
2373 | 2023-12-07T18:21:25.815Z | uploaded: /work/tufaceous.gz |