|
|
|
1 | 2023-11-21T20:29:19.752Z | job assigned to worker 01HFSS27QBEHZKW51TDA74PRHY (queued for 1 m 52 s) |
|
2 | 2023-11-21T20:29:20.659Z | starting task 0: "setup" |
3 | 2023-11-21T20:29:20.841Z | ++ uname -s |
4 | 2023-11-21T20:29:20.846Z | + kern=SunOS |
5 | 2023-11-21T20:29:20.846Z | + case "$kern" in |
6 | 2023-11-21T20:29:20.846Z | + groupadd -g 12345 build |
7 | 2023-11-21T20:29:20.846Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T20:29:22.856Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T20:29:22.951Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T20:29:22.959Z | + home_fs=zfs |
11 | 2023-11-21T20:29:22.959Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T20:29:22.960Z | + mkdir -p /home/build |
13 | 2023-11-21T20:29:22.960Z | + chown build:build /home/build /work |
14 | 2023-11-21T20:29:25.306Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T20:29:25.404Z | process exited: duration 4304 ms, exit code 0 |
|
16 | 2023-11-21T20:29:25.480Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T20:29:25.491Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T20:29:25.491Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T20:29:25.636Z | info: downloading installer |
20 | 2023-11-21T20:29:28.163Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T20:29:28.163Z | warning: /opt/ooce/bin |
22 | 2023-11-21T20:29:28.163Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T20:29:28.163Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T20:29:28.163Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T20:29:28.163Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T20:29:28.163Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T20:29:28.163Z | error: cannot install while Rust is installed |
28 | 2023-11-21T20:29:28.163Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T20:29:28.408Z | info: profile set to 'default' |
30 | 2023-11-21T20:29:28.408Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T20:29:28.411Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T20:29:28.575Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T20:29:28.575Z | info: downloading component 'cargo' |
34 | 2023-11-21T20:29:29.280Z | info: downloading component 'clippy' |
35 | 2023-11-21T20:29:29.505Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T20:29:30.277Z | info: downloading component 'rust-std' |
37 | 2023-11-21T20:29:32.175Z | info: downloading component 'rustc' |
38 | 2023-11-21T20:29:35.382Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T20:29:36.002Z | info: installing component 'cargo' |
40 | 2023-11-21T20:29:37.447Z | info: installing component 'clippy' |
41 | 2023-11-21T20:29:38.182Z | info: installing component 'rust-docs' |
42 | 2023-11-21T20:29:40.967Z | info: installing component 'rust-std' |
43 | 2023-11-21T20:29:44.822Z | info: installing component 'rustc' |
44 | 2023-11-21T20:29:53.738Z | info: installing component 'rustfmt' |
45 | 2023-11-21T20:29:54.187Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T20:29:54.187Z | |
47 | 2023-11-21T20:29:54.358Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T20:29:54.358Z | |
49 | 2023-11-21T20:29:54.366Z | |
50 | 2023-11-21T20:29:54.366Z | Rust is installed now. Great! |
51 | 2023-11-21T20:29:54.366Z | |
52 | 2023-11-21T20:29:54.366Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T20:29:54.366Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T20:29:54.366Z | |
55 | 2023-11-21T20:29:54.366Z | To configure your current shell, run: |
56 | 2023-11-21T20:29:54.366Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T20:29:54.438Z | + rustc --version |
58 | 2023-11-21T20:29:54.549Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T20:29:54.553Z | process exited: duration 29124 ms, exit code 0 |
|
60 | 2023-11-21T20:29:54.562Z | starting task 2: "authentication" |
61 | 2023-11-21T20:29:54.594Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-21T20:29:54.606Z | starting task 3: "clone repository" |
63 | 2023-11-21T20:29:54.610Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T20:29:54.614Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T20:29:54.651Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T20:30:01.843Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T20:30:01.843Z | + [[ -n john/inventory-rot-cmpa-cfpa ]] |
68 | 2023-11-21T20:30:01.843Z | + git fetch origin john/inventory-rot-cmpa-cfpa |
69 | 2023-11-21T20:30:01.845Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T20:30:01.845Z | * branch john/inventory-rot-cmpa-cfpa -> FETCH_HEAD |
71 | 2023-11-21T20:30:01.845Z | + git checkout -B john/inventory-rot-cmpa-cfpa remotes/origin/john/inventory-rot-cmpa-cfpa |
72 | 2023-11-21T20:30:01.845Z | Switched to a new branch 'john/inventory-rot-cmpa-cfpa' |
73 | 2023-11-21T20:30:01.845Z | branch 'john/inventory-rot-cmpa-cfpa' set up to track 'origin/john/inventory-rot-cmpa-cfpa'. |
74 | 2023-11-21T20:30:01.845Z | + git reset --hard 500ab9096843e936a0c3672a5ad3edde45d6e227 |
75 | 2023-11-21T20:30:01.845Z | HEAD is now at 500ab909 bump schema after merging main |
76 | 2023-11-21T20:30:01.845Z | process exited: duration 6342 ms, exit code 0 |
|
77 | 2023-11-21T20:30:02.066Z | starting task 4: "build" |
78 | 2023-11-21T20:30:02.136Z | + cargo --version |
79 | 2023-11-21T20:30:02.136Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T20:30:02.284Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T20:30:02.383Z | info: downloading component 'cargo' |
82 | 2023-11-21T20:30:03.090Z | info: downloading component 'clippy' |
83 | 2023-11-21T20:30:03.328Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T20:30:04.269Z | info: downloading component 'rust-std' |
85 | 2023-11-21T20:30:05.851Z | info: downloading component 'rustc' |
86 | 2023-11-21T20:30:10.309Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T20:30:10.544Z | info: installing component 'cargo' |
88 | 2023-11-21T20:30:11.746Z | info: installing component 'clippy' |
89 | 2023-11-21T20:30:12.241Z | info: installing component 'rust-docs' |
90 | 2023-11-21T20:30:14.912Z | info: installing component 'rust-std' |
91 | 2023-11-21T20:30:18.884Z | info: installing component 'rustc' |
92 | 2023-11-21T20:30:23.948Z | info: installing component 'rustfmt' |
93 | 2023-11-21T20:30:24.106Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T20:30:24.119Z | + rustc --version |
95 | 2023-11-21T20:30:24.207Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T20:30:24.232Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-21T20:30:35.216Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-21T20:30:36.071Z | Startup: Caching catalogs ... Done |
99 | 2023-11-21T20:30:41.662Z | Planning: Solver setup ... Done (5.226s) |
100 | 2023-11-21T20:30:41.792Z | Planning: Running solver ... Done (0.129s) |
101 | 2023-11-21T20:30:41.855Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-21T20:30:41.870Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-21T20:30:42.100Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-21T20:30:42.597Z | Planning: Package planning ... Done (0.084s) |
105 | 2023-11-21T20:30:42.603Z | Planning: Merging actions ... Done (0.087s) |
106 | 2023-11-21T20:30:43.039Z | Planning: Checking for conflicting actions ... Done (0.767s) |
107 | 2023-11-21T20:30:43.056Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-21T20:30:47.423Z | Planning: Evaluating mediators ... Done (4.363s) |
109 | 2023-11-21T20:30:47.436Z | Planning: Planning completed in 11.31 seconds |
110 | 2023-11-21T20:30:47.461Z | Packages to install: 4 |
111 | 2023-11-21T20:30:47.461Z | Mediators to change: 2 |
112 | 2023-11-21T20:30:47.461Z | Services to change: 1 |
113 | 2023-11-21T20:30:47.467Z | Estimated space available: 148.90 GB |
114 | 2023-11-21T20:30:47.467Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-21T20:30:47.467Z | Create boot environment: No |
116 | 2023-11-21T20:30:47.467Z | Create backup boot environment: No |
117 | 2023-11-21T20:30:47.467Z | Rebuild boot archive: No |
118 | 2023-11-21T20:30:47.467Z | |
119 | 2023-11-21T20:30:47.467Z | Changed mediators: |
120 | 2023-11-21T20:30:47.467Z | mediator clang: |
121 | 2023-11-21T20:30:47.467Z | version: None -> 15 (system default) |
122 | 2023-11-21T20:30:47.467Z | |
123 | 2023-11-21T20:30:47.467Z | mediator llvm: |
124 | 2023-11-21T20:30:47.467Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-21T20:30:47.467Z | |
126 | 2023-11-21T20:30:47.467Z | Changed packages: |
127 | 2023-11-21T20:30:47.467Z | helios-dev |
128 | 2023-11-21T20:30:47.467Z | developer/build-essential |
129 | 2023-11-21T20:30:47.467Z | None -> 11-2.0 |
130 | 2023-11-21T20:30:47.467Z | library/libxmlsec1 |
131 | 2023-11-21T20:30:47.467Z | None -> 1.2.35-2.0 |
132 | 2023-11-21T20:30:47.467Z | ooce/developer/clang-15 |
133 | 2023-11-21T20:30:47.467Z | None -> 15.0.7-2.0 |
134 | 2023-11-21T20:30:47.467Z | ooce/developer/llvm-15 |
135 | 2023-11-21T20:30:47.467Z | None -> 15.0.7-2.0 |
136 | 2023-11-21T20:30:47.467Z | |
137 | 2023-11-21T20:30:47.467Z | Services: |
138 | 2023-11-21T20:30:47.467Z | restart_fmri: |
139 | 2023-11-21T20:30:47.467Z | svc:/system/update-man-index:default |
140 | 2023-11-21T20:30:51.206Z | |
141 | 2023-11-21T20:30:51.206Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-21T20:30:52.776Z | Download: 1191/3290 items 65.5/212.6MB 30% complete (13.0M/s) |
143 | 2023-11-21T20:31:00.901Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (13.2M/s) |
144 | 2023-11-21T20:31:07.500Z | Download: 2224/3290 items 119.1/212.6MB 56% complete (8.2M/s) |
145 | 2023-11-21T20:31:12.504Z | Download: 2608/3290 items 120.3/212.6MB 56% complete (2.3M/s) |
146 | 2023-11-21T20:31:17.746Z | Download: 3245/3290 items 202.8/212.6MB 95% complete (8.5M/s) |
147 | 2023-11-21T20:31:22.030Z | Download: Completed 212.60 MB in 34.25 seconds (6.2M/s) |
148 | 2023-11-21T20:31:22.389Z | Actions: 1/3687 actions (Installing new actions) |
149 | 2023-11-21T20:31:27.346Z | Actions: 2986/3687 actions (Installing new actions) |
150 | 2023-11-21T20:31:31.453Z | Actions: Completed 3687 actions in 8.37 seconds. |
151 | 2023-11-21T20:31:31.453Z | Done (0.089s) |
152 | 2023-11-21T20:31:31.453Z | Done (0.000s) |
153 | 2023-11-21T20:31:31.453Z | Done (0.225s) |
154 | 2023-11-21T20:31:38.776Z | Done (7.645s) |
155 | 2023-11-21T20:31:39.039Z | Done (0.189s) |
156 | 2023-11-21T20:31:39.051Z | Done (0.000s) |
157 | 2023-11-21T20:31:39.261Z | Done (0.000s) |
158 | 2023-11-21T20:31:39.978Z | Planning: Evaluating mediator changes ... Done |
159 | 2023-11-21T20:31:40.335Z | Planning: Checking for conflicting actions ... Done |
160 | 2023-11-21T20:31:40.363Z | Planning: Consolidating action changes ... Done |
161 | 2023-11-21T20:31:40.709Z | Planning: Evaluating mediators ... Done |
162 | 2023-11-21T20:31:40.714Z | Planning: Planning completed in 0.74 seconds |
163 | 2023-11-21T20:31:40.779Z | Mediators to change: 2 |
164 | 2023-11-21T20:31:40.848Z | Create boot environment: No |
165 | 2023-11-21T20:31:40.848Z | Create backup boot environment: No |
166 | 2023-11-21T20:31:45.148Z | Done |
167 | 2023-11-21T20:31:45.148Z | Done |
168 | 2023-11-21T20:31:45.148Z | Done |
169 | 2023-11-21T20:31:46.986Z | Done |
170 | 2023-11-21T20:31:47.101Z | Done |
171 | 2023-11-21T20:31:47.170Z | Done |
172 | 2023-11-21T20:31:47.257Z | Done |
173 | 2023-11-21T20:31:48.208Z | Planning: Evaluating mediator changes ... Done |
174 | 2023-11-21T20:31:48.213Z | Planning: Merging actions ... Done |
175 | 2023-11-21T20:31:48.556Z | Planning: Checking for conflicting actions ... Done |
176 | 2023-11-21T20:31:48.582Z | Planning: Consolidating action changes ... Done |
177 | 2023-11-21T20:31:49.006Z | Planning: Evaluating mediators ... Done |
178 | 2023-11-21T20:31:49.075Z | Planning: Planning completed in 1.29 seconds |
179 | 2023-11-21T20:31:49.210Z | Packages to change: 1 |
180 | 2023-11-21T20:31:49.210Z | Mediators to change: 1 |
181 | 2023-11-21T20:31:49.230Z | Services to change: 1 |
182 | 2023-11-21T20:31:49.230Z | Create boot environment: No |
183 | 2023-11-21T20:31:49.230Z | Create backup boot environment: Yes |
184 | 2023-11-21T20:31:51.479Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2023-11-21T20:31:51.485Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2023-11-21T20:31:51.485Z | Done |
187 | 2023-11-21T20:31:51.485Z | Done |
188 | 2023-11-21T20:31:51.485Z | Done |
189 | 2023-11-21T20:31:56.787Z | Done |
190 | 2023-11-21T20:31:56.895Z | Done |
191 | 2023-11-21T20:31:56.901Z | Done |
192 | 2023-11-21T20:31:56.995Z | Done |
193 | 2023-11-21T20:31:57.670Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2023-11-21T20:31:57.670Z | clang system 15 system |
195 | 2023-11-21T20:31:57.670Z | csh system system illumos |
196 | 2023-11-21T20:31:57.670Z | ctags system system illumos |
197 | 2023-11-21T20:31:57.670Z | gcc vendor 12 vendor |
198 | 2023-11-21T20:31:57.670Z | gcc system 10 system |
199 | 2023-11-21T20:31:57.670Z | gcc system 7 system |
200 | 2023-11-21T20:31:57.670Z | go system 1.20 system |
201 | 2023-11-21T20:31:57.671Z | go system 1.19 system |
202 | 2023-11-21T20:31:57.671Z | llvm system 15 system |
203 | 2023-11-21T20:31:57.671Z | llvm system 14 system |
204 | 2023-11-21T20:31:57.671Z | mariadb system 10.6 system |
205 | 2023-11-21T20:31:57.671Z | mta vendor vendor dma |
206 | 2023-11-21T20:31:57.671Z | openjdk system 17 system |
207 | 2023-11-21T20:31:57.671Z | openjdk system 11 system |
208 | 2023-11-21T20:31:57.671Z | openjdk system 1.8 system |
209 | 2023-11-21T20:31:57.671Z | openssl vendor 3 vendor |
210 | 2023-11-21T20:31:57.671Z | perl system 5.36 system |
211 | 2023-11-21T20:31:57.671Z | postgresql system 15 system |
212 | 2023-11-21T20:31:57.671Z | postgresql system 13 system |
213 | 2023-11-21T20:31:57.671Z | python vendor 3 vendor |
214 | 2023-11-21T20:31:57.671Z | python system 2 system |
215 | 2023-11-21T20:31:57.671Z | python3 system 3.11 system |
216 | 2023-11-21T20:31:57.671Z | ruby system 3.0 system |
217 | 2023-11-21T20:31:57.671Z | words vendor vendor american-english |
218 | 2023-11-21T20:31:57.671Z | words system system australian-english |
219 | 2023-11-21T20:31:57.671Z | words system system british-english |
220 | 2023-11-21T20:31:57.671Z | words system system canadian-english |
221 | 2023-11-21T20:31:57.671Z | words system system french |
222 | 2023-11-21T20:31:57.671Z | words system system italian |
223 | 2023-11-21T20:31:57.671Z | words system system ngerman |
224 | 2023-11-21T20:31:57.671Z | words system system ogerman |
225 | 2023-11-21T20:31:57.671Z | words system system spanish |
226 | 2023-11-21T20:31:58.198Z | FMRI IFO |
227 | 2023-11-21T20:31:58.198Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2023-11-21T20:31:58.198Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2023-11-21T20:31:58.198Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2023-11-21T20:31:58.198Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
231 | 2023-11-21T20:31:58.198Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2023-11-21T20:31:58.198Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
233 | 2023-11-21T20:31:58.264Z | + set -o errexit |
234 | 2023-11-21T20:31:58.268Z | +++ dirname ./tools/ci_download_cockroachdb |
235 | 2023-11-21T20:31:58.273Z | ++ cd ./tools |
236 | 2023-11-21T20:31:58.273Z | ++ pwd |
237 | 2023-11-21T20:31:58.273Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
238 | 2023-11-21T20:31:58.273Z | ++ basename ./tools/ci_download_cockroachdb |
239 | 2023-11-21T20:31:58.284Z | + ARG0=ci_download_cockroachdb |
240 | 2023-11-21T20:31:58.285Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
241 | 2023-11-21T20:31:58.285Z | + CIDL_VERSION=v22.1.9 |
242 | 2023-11-21T20:31:58.285Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
243 | 2023-11-21T20:31:58.285Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
244 | 2023-11-21T20:31:58.285Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
245 | 2023-11-21T20:31:58.291Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
246 | 2023-11-21T20:31:58.291Z | + TARGET_DIR=out |
247 | 2023-11-21T20:31:58.291Z | + DOWNLOAD_DIR=out/downloads |
248 | 2023-11-21T20:31:58.291Z | + DEST_DIR=./out/cockroachdb |
249 | 2023-11-21T20:31:58.291Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
250 | 2023-11-21T20:31:58.291Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
251 | 2023-11-21T20:31:58.291Z | + main |
252 | 2023-11-21T20:31:58.291Z | + [[ 0 != 0 ]] |
253 | 2023-11-21T20:31:58.291Z | + CIDL_OS=solaris2.11 |
254 | 2023-11-21T20:31:58.291Z | + [[ 0 != 0 ]] |
255 | 2023-11-21T20:31:58.291Z | + configure_os solaris2.11 |
256 | 2023-11-21T20:31:58.291Z | + echo 'current directory: /work/oxidecomputer/omicron' |
257 | 2023-11-21T20:31:58.291Z | current directory: /work/oxidecomputer/omicron |
258 | 2023-11-21T20:31:58.291Z | + echo 'configuring based on OS: "solaris2.11"' |
259 | 2023-11-21T20:31:58.291Z | + case "$1" in |
260 | 2023-11-21T20:31:58.291Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-21T20:31:58.291Z | + CIDL_BUILD=illumos |
262 | 2023-11-21T20:31:58.291Z | + CIDL_SUFFIX=tar.gz |
263 | 2023-11-21T20:31:58.291Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
264 | 2023-11-21T20:31:58.291Z | + CIDL_MD5FUNC=do_md5sum |
265 | 2023-11-21T20:31:58.291Z | + CIDL_URL_BASE=https://illumos.org/downloads |
266 | 2023-11-21T20:31:58.291Z | + CIDL_ASSEMBLE=do_assemble_illumos |
267 | 2023-11-21T20:31:58.292Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
268 | 2023-11-21T20:31:58.292Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
269 | 2023-11-21T20:31:58.292Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-21T20:31:58.292Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
271 | 2023-11-21T20:31:58.292Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-21T20:31:58.293Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
273 | 2023-11-21T20:31:58.293Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-21T20:31:58.293Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-21T20:31:58.293Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-21T20:31:58.293Z | + mkdir -p out/downloads |
277 | 2023-11-21T20:31:58.306Z | + mkdir -p ./out/cockroachdb |
278 | 2023-11-21T20:31:58.306Z | + local DO_DOWNLOAD=true |
279 | 2023-11-21T20:31:58.306Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
280 | 2023-11-21T20:31:58.306Z | + '[' true == true ']' |
281 | 2023-11-21T20:31:58.306Z | + echo Downloading... |
282 | 2023-11-21T20:31:58.306Z | Downloading... |
283 | 2023-11-21T20:31:58.306Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-11-21T20:31:58.306Z | + 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 |
285 | 2023-11-21T20:32:06.790Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-21T20:32:06.810Z | ++ md5sum |
287 | 2023-11-21T20:32:06.810Z | ++ awk '{print $1}' |
288 | 2023-11-21T20:32:07.127Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
289 | 2023-11-21T20:32:07.127Z | + [[ 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 ]] |
290 | 2023-11-21T20:32:07.134Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-21T20:32:07.134Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
292 | 2023-11-21T20:32:10.331Z | + do_assemble_illumos |
293 | 2023-11-21T20:32:10.331Z | + rm -r ./out/cockroachdb |
294 | 2023-11-21T20:32:10.335Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
295 | 2023-11-21T20:32:11.041Z | + ./out/cockroachdb/bin/cockroach version |
296 | 2023-11-21T20:32:11.468Z | Build Tag: v22.1.9-dirty |
297 | 2023-11-21T20:32:11.468Z | Build Time: 2022/10/26 21:17:46 |
298 | 2023-11-21T20:32:11.468Z | Distribution: OSS |
299 | 2023-11-21T20:32:11.468Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
300 | 2023-11-21T20:32:11.468Z | Go Version: go1.17.13 |
301 | 2023-11-21T20:32:11.468Z | C Compiler: gcc 10.3.0 |
302 | 2023-11-21T20:32:11.468Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
303 | 2023-11-21T20:32:11.468Z | Build Type: release |
304 | 2023-11-21T20:32:11.626Z | + set -o errexit |
305 | 2023-11-21T20:32:11.626Z | +++ dirname ./tools/ci_download_clickhouse |
306 | 2023-11-21T20:32:11.626Z | ++ cd ./tools |
307 | 2023-11-21T20:32:11.626Z | ++ pwd |
308 | 2023-11-21T20:32:11.626Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
309 | 2023-11-21T20:32:11.626Z | ++ basename ./tools/ci_download_clickhouse |
310 | 2023-11-21T20:32:11.626Z | + ARG0=ci_download_clickhouse |
311 | 2023-11-21T20:32:11.626Z | + TARGET_DIR=out |
312 | 2023-11-21T20:32:11.626Z | + DOWNLOAD_DIR=out/downloads |
313 | 2023-11-21T20:32:11.626Z | + DEST_DIR=./out/clickhouse |
314 | 2023-11-21T20:32:11.626Z | + CIDL_VERSION=v22.8.9.24 |
315 | 2023-11-21T20:32:11.626Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
316 | 2023-11-21T20:32:11.626Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
317 | 2023-11-21T20:32:11.626Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
318 | 2023-11-21T20:32:11.627Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
319 | 2023-11-21T20:32:11.627Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
320 | 2023-11-21T20:32:11.627Z | + main |
321 | 2023-11-21T20:32:11.627Z | + [[ 0 != 0 ]] |
322 | 2023-11-21T20:32:11.627Z | + CIDL_OS=solaris2.11 |
323 | 2023-11-21T20:32:11.627Z | + [[ 0 != 0 ]] |
324 | 2023-11-21T20:32:11.627Z | + configure_os solaris2.11 |
325 | 2023-11-21T20:32:11.627Z | + echo 'current directory: /work/oxidecomputer/omicron' |
326 | 2023-11-21T20:32:11.627Z | current directory: /work/oxidecomputer/omicron |
327 | 2023-11-21T20:32:11.627Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2023-11-21T20:32:11.627Z | + CIDL_DASHREV= |
329 | 2023-11-21T20:32:11.627Z | configuring based on OS: "solaris2.11" |
330 | 2023-11-21T20:32:11.629Z | + case "$1" in |
331 | 2023-11-21T20:32:11.629Z | + CIDL_PLATFORM=illumos |
332 | 2023-11-21T20:32:11.629Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
333 | 2023-11-21T20:32:11.629Z | + CIDL_MD5FUNC=do_md5sum |
334 | 2023-11-21T20:32:11.629Z | + CIDL_DASHREV=-1 |
335 | 2023-11-21T20:32:11.629Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
336 | 2023-11-21T20:32:11.629Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2023-11-21T20:32:11.629Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-21T20:32:11.629Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-21T20:32:11.629Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-21T20:32:11.629Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-11-21T20:32:11.629Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
342 | 2023-11-21T20:32:11.629Z | + mkdir -p out/downloads |
343 | 2023-11-21T20:32:11.629Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-21T20:32:11.633Z | + mkdir -p ./out/clickhouse |
345 | 2023-11-21T20:32:11.633Z | + local DO_DOWNLOAD=true |
346 | 2023-11-21T20:32:11.633Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
347 | 2023-11-21T20:32:11.633Z | + '[' true == true ']' |
348 | 2023-11-21T20:32:11.633Z | + echo Downloading... |
349 | 2023-11-21T20:32:11.633Z | Downloading... |
350 | 2023-11-21T20:32:11.633Z | + 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 |
351 | 2023-11-21T20:32:11.633Z | + 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 |
352 | 2023-11-21T20:32:12.796Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-11-21T20:32:12.852Z | ++ md5sum |
354 | 2023-11-21T20:32:12.853Z | ++ awk '{print $1}' |
355 | 2023-11-21T20:32:13.042Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-21T20:32:13.042Z | + [[ 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 ]] |
357 | 2023-11-21T20:32:13.042Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
358 | 2023-11-21T20:32:13.064Z | + mkdir -p ./out/clickhouse |
359 | 2023-11-21T20:32:13.064Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
360 | 2023-11-21T20:32:17.876Z | + ./out/clickhouse/clickhouse server --version |
361 | 2023-11-21T20:32:17.929Z | ClickHouse server version 22.8.9.1. |
362 | 2023-11-21T20:32:17.945Z | + set -o errexit |
363 | 2023-11-21T20:32:17.952Z | +++ dirname ./tools/ci_download_console |
364 | 2023-11-21T20:32:17.952Z | ++ cd ./tools |
365 | 2023-11-21T20:32:17.952Z | ++ pwd |
366 | 2023-11-21T20:32:17.952Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
367 | 2023-11-21T20:32:17.960Z | ++ basename ./tools/ci_download_console |
368 | 2023-11-21T20:32:17.960Z | + ARG0=ci_download_console |
369 | 2023-11-21T20:32:17.960Z | + TARGET_DIR=out |
370 | 2023-11-21T20:32:17.960Z | + DOWNLOAD_DIR=out/downloads |
371 | 2023-11-21T20:32:17.960Z | + DEST_DIR=./out/console-assets |
372 | 2023-11-21T20:32:17.960Z | + source /work/oxidecomputer/omicron/tools/console_version |
373 | 2023-11-21T20:32:17.960Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
374 | 2023-11-21T20:32:17.960Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
375 | 2023-11-21T20:32:17.960Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
376 | 2023-11-21T20:32:17.960Z | + TARBALL_FILE=out/downloads/console.tar.gz |
377 | 2023-11-21T20:32:17.960Z | + main |
378 | 2023-11-21T20:32:17.962Z | + [[ 0 != 0 ]] |
379 | 2023-11-21T20:32:17.962Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
380 | 2023-11-21T20:32:17.962Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
381 | 2023-11-21T20:32:17.962Z | + echo 'Local file: out/downloads/console.tar.gz' |
382 | 2023-11-21T20:32:17.962Z | Local file: out/downloads/console.tar.gz |
383 | 2023-11-21T20:32:17.962Z | + local DO_DOWNLOAD=true |
384 | 2023-11-21T20:32:17.962Z | + [[ -f out/downloads/console.tar.gz ]] |
385 | 2023-11-21T20:32:17.962Z | + mkdir -p out/downloads |
386 | 2023-11-21T20:32:17.962Z | + '[' true == true ']' |
387 | 2023-11-21T20:32:17.962Z | + echo Downloading... |
388 | 2023-11-21T20:32:17.962Z | Downloading... |
389 | 2023-11-21T20:32:17.962Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
390 | 2023-11-21T20:32:17.962Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
391 | 2023-11-21T20:32:18.485Z | ++ do_sha256sum out/downloads/console.tar.gz |
392 | 2023-11-21T20:32:18.500Z | ++ case "$OSTYPE" in |
393 | 2023-11-21T20:32:18.500Z | ++ SHA=sha256sum |
394 | 2023-11-21T20:32:18.500Z | ++ sha256sum |
395 | 2023-11-21T20:32:18.500Z | ++ awk '{print $1}' |
396 | 2023-11-21T20:32:18.514Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
397 | 2023-11-21T20:32:18.514Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
398 | 2023-11-21T20:32:18.514Z | + rm -rf ./out/console-assets |
399 | 2023-11-21T20:32:18.514Z | + mkdir -p ./out/console-assets |
400 | 2023-11-21T20:32:18.960Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
401 | 2023-11-21T20:32:18.960Z | + mkdir -p ./out/console-assets |
402 | 2023-11-21T20:32:18.960Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
403 | 2023-11-21T20:32:18.960Z | + set -o errexit |
404 | 2023-11-21T20:32:18.960Z | +++ dirname ./tools/ci_download_maghemite_openapi |
405 | 2023-11-21T20:32:18.960Z | ++ cd ./tools |
406 | 2023-11-21T20:32:18.960Z | ++ pwd |
407 | 2023-11-21T20:32:18.962Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
408 | 2023-11-21T20:32:18.962Z | ++ basename ./tools/ci_download_maghemite_openapi |
409 | 2023-11-21T20:32:18.962Z | + ARG0=ci_download_maghemite_openapi |
410 | 2023-11-21T20:32:18.962Z | + TARGET_DIR=out |
411 | 2023-11-21T20:32:18.962Z | + DOWNLOAD_DIR=out/downloads |
412 | 2023-11-21T20:32:18.962Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
413 | 2023-11-21T20:32:18.962Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
414 | 2023-11-21T20:32:18.962Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
415 | 2023-11-21T20:32:18.962Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
416 | 2023-11-21T20:32:18.962Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
417 | 2023-11-21T20:32:18.962Z | + main |
418 | 2023-11-21T20:32:18.962Z | + [[ 0 != 0 ]] |
419 | 2023-11-21T20:32:18.962Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
420 | 2023-11-21T20:32:18.962Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
421 | 2023-11-21T20:32:18.962Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
422 | 2023-11-21T20:32:18.962Z | + local DO_DOWNLOAD=true |
423 | 2023-11-21T20:32:18.962Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
424 | 2023-11-21T20:32:18.962Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
425 | 2023-11-21T20:32:18.962Z | + mkdir -p out/downloads |
426 | 2023-11-21T20:32:18.962Z | + '[' true == true ']' |
427 | 2023-11-21T20:32:18.962Z | + echo Downloading... |
428 | 2023-11-21T20:32:18.962Z | Downloading... |
429 | 2023-11-21T20:32:18.963Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
430 | 2023-11-21T20:32:18.963Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
431 | 2023-11-21T20:32:18.970Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
432 | 2023-11-21T20:32:18.970Z | ++ case "$OSTYPE" in |
433 | 2023-11-21T20:32:18.970Z | ++ SHA=sha256sum |
434 | 2023-11-21T20:32:18.970Z | ++ sha256sum |
435 | 2023-11-21T20:32:18.970Z | ++ awk '{print $1}' |
436 | 2023-11-21T20:32:18.970Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
437 | 2023-11-21T20:32:18.970Z | + [[ 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 ]] |
438 | 2023-11-21T20:32:18.970Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
439 | 2023-11-21T20:32:18.970Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
440 | 2023-11-21T20:32:18.970Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
441 | 2023-11-21T20:32:18.970Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
442 | 2023-11-21T20:32:18.970Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
443 | 2023-11-21T20:32:18.970Z | + main |
444 | 2023-11-21T20:32:18.970Z | + [[ 0 != 0 ]] |
445 | 2023-11-21T20:32:18.970Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
446 | 2023-11-21T20:32:18.970Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
447 | 2023-11-21T20:32:18.970Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
448 | 2023-11-21T20:32:18.970Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
449 | 2023-11-21T20:32:18.970Z | + local DO_DOWNLOAD=true |
450 | 2023-11-21T20:32:18.970Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
451 | 2023-11-21T20:32:18.970Z | + mkdir -p out/downloads |
452 | 2023-11-21T20:32:18.970Z | + '[' true == true ']' |
453 | 2023-11-21T20:32:18.970Z | + echo Downloading... |
454 | 2023-11-21T20:32:18.971Z | Downloading... |
455 | 2023-11-21T20:32:18.971Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
456 | 2023-11-21T20:32:18.971Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
457 | 2023-11-21T20:32:19.158Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
458 | 2023-11-21T20:32:19.161Z | ++ case "$OSTYPE" in |
459 | 2023-11-21T20:32:19.161Z | ++ SHA=sha256sum |
460 | 2023-11-21T20:32:19.161Z | ++ sha256sum |
461 | 2023-11-21T20:32:19.161Z | ++ awk '{print $1}' |
462 | 2023-11-21T20:32:19.161Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
463 | 2023-11-21T20:32:19.161Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
464 | 2023-11-21T20:32:19.161Z | + set -o errexit |
465 | 2023-11-21T20:32:19.162Z | +++ dirname ./tools/ci_download_dendrite_openapi |
466 | 2023-11-21T20:32:19.162Z | ++ cd ./tools |
467 | 2023-11-21T20:32:19.162Z | ++ pwd |
468 | 2023-11-21T20:32:19.162Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2023-11-21T20:32:19.162Z | ++ basename ./tools/ci_download_dendrite_openapi |
470 | 2023-11-21T20:32:19.162Z | + ARG0=ci_download_dendrite_openapi |
471 | 2023-11-21T20:32:19.162Z | + TARGET_DIR=out |
472 | 2023-11-21T20:32:19.162Z | + DOWNLOAD_DIR=out/downloads |
473 | 2023-11-21T20:32:19.162Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
474 | 2023-11-21T20:32:19.162Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
475 | 2023-11-21T20:32:19.162Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
476 | 2023-11-21T20:32:19.162Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
477 | 2023-11-21T20:32:19.162Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
478 | 2023-11-21T20:32:19.162Z | + main |
479 | 2023-11-21T20:32:19.162Z | + [[ 0 != 0 ]] |
480 | 2023-11-21T20:32:19.162Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
481 | 2023-11-21T20:32:19.162Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
482 | 2023-11-21T20:32:19.162Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
483 | 2023-11-21T20:32:19.162Z | + local DO_DOWNLOAD=true |
484 | 2023-11-21T20:32:19.162Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
485 | 2023-11-21T20:32:19.162Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
486 | 2023-11-21T20:32:19.162Z | + mkdir -p out/downloads |
487 | 2023-11-21T20:32:19.162Z | + '[' true == true ']' |
488 | 2023-11-21T20:32:19.162Z | + echo Downloading... |
489 | 2023-11-21T20:32:19.162Z | Downloading... |
490 | 2023-11-21T20:32:19.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
491 | 2023-11-21T20:32:19.162Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
492 | 2023-11-21T20:32:20.088Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
493 | 2023-11-21T20:32:20.088Z | ++ case "$OSTYPE" in |
494 | 2023-11-21T20:32:20.131Z | ++ SHA=sha256sum |
495 | 2023-11-21T20:32:20.131Z | ++ sha256sum |
496 | 2023-11-21T20:32:20.131Z | ++ awk '{print $1}' |
497 | 2023-11-21T20:32:20.131Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
498 | 2023-11-21T20:32:20.131Z | + [[ 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 ]] |
499 | 2023-11-21T20:32:20.131Z | + set -o errexit |
500 | 2023-11-21T20:32:20.131Z | +++ dirname ./tools/ci_download_dendrite_stub |
501 | 2023-11-21T20:32:20.131Z | ++ cd ./tools |
502 | 2023-11-21T20:32:20.131Z | ++ pwd |
503 | 2023-11-21T20:32:20.131Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2023-11-21T20:32:20.131Z | ++ basename ./tools/ci_download_dendrite_stub |
505 | 2023-11-21T20:32:20.131Z | + ARG0=ci_download_dendrite_stub |
506 | 2023-11-21T20:32:20.131Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
507 | 2023-11-21T20:32:20.131Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
508 | 2023-11-21T20:32:20.131Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
509 | 2023-11-21T20:32:20.131Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
510 | 2023-11-21T20:32:20.138Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2023-11-21T20:32:20.138Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
512 | 2023-11-21T20:32:20.138Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
513 | 2023-11-21T20:32:20.138Z | + TARGET_DIR=out |
514 | 2023-11-21T20:32:20.139Z | + DOWNLOAD_DIR=out/downloads |
515 | 2023-11-21T20:32:20.139Z | + DEST_DIR=./out/dendrite-stub |
516 | 2023-11-21T20:32:20.172Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
517 | 2023-11-21T20:32:20.172Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2023-11-21T20:32:20.172Z | + REPO=oxidecomputer/dendrite |
519 | 2023-11-21T20:32:20.172Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
520 | 2023-11-21T20:32:20.172Z | + main |
521 | 2023-11-21T20:32:20.172Z | + [[ 0 != 0 ]] |
522 | 2023-11-21T20:32:20.172Z | + CIDL_OS=solaris2.11 |
523 | 2023-11-21T20:32:20.172Z | + [[ 0 != 0 ]] |
524 | 2023-11-21T20:32:20.172Z | + configure_os solaris2.11 |
525 | 2023-11-21T20:32:20.172Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2023-11-21T20:32:20.172Z | current directory: /work/oxidecomputer/omicron |
527 | 2023-11-21T20:32:20.172Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2023-11-21T20:32:20.172Z | + case "$1" in |
529 | 2023-11-21T20:32:20.172Z | configuring based on OS: "solaris2.11" |
530 | 2023-11-21T20:32:20.172Z | + SET_BINARIES= |
531 | 2023-11-21T20:32:20.172Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
532 | 2023-11-21T20:32:20.172Z | + CIDL_SHA256FUNC=do_sha256sum |
533 | 2023-11-21T20:32:20.172Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
534 | 2023-11-21T20:32:20.172Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
535 | 2023-11-21T20:32:20.173Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
536 | 2023-11-21T20:32:20.173Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
537 | 2023-11-21T20:32:20.173Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
538 | 2023-11-21T20:32:20.173Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2023-11-21T20:32:20.173Z | Local file: out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-21T20:32:20.173Z | + mkdir -p out/downloads |
541 | 2023-11-21T20:32:20.173Z | + mkdir -p ./out/dendrite-stub |
542 | 2023-11-21T20:32:20.173Z | + fetch_and_verify |
543 | 2023-11-21T20:32:20.173Z | + local DO_DOWNLOAD=true |
544 | 2023-11-21T20:32:20.173Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
545 | 2023-11-21T20:32:20.173Z | + '[' true == true ']' |
546 | 2023-11-21T20:32:20.173Z | + echo Downloading... |
547 | 2023-11-21T20:32:20.173Z | Downloading... |
548 | 2023-11-21T20:32:20.173Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
549 | 2023-11-21T20:32:20.173Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
550 | 2023-11-21T20:32:53.255Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-21T20:32:53.263Z | ++ sha256sum |
552 | 2023-11-21T20:32:53.263Z | ++ awk '{print $1}' |
553 | 2023-11-21T20:32:53.589Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
554 | 2023-11-21T20:32:53.589Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
555 | 2023-11-21T20:32:53.677Z | + do_untar out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-21T20:32:53.677Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
557 | 2023-11-21T20:32:58.467Z | + do_assemble |
558 | 2023-11-21T20:32:58.467Z | + rm -r ./out/dendrite-stub |
559 | 2023-11-21T20:32:59.550Z | + mkdir ./out/dendrite-stub |
560 | 2023-11-21T20:32:59.550Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
561 | 2023-11-21T20:32:59.550Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
562 | 2023-11-21T20:32:59.550Z | + set -o errexit |
563 | 2023-11-21T20:32:59.550Z | +++ dirname ./tools/ci_download_maghemite_mgd |
564 | 2023-11-21T20:32:59.550Z | ++ cd ./tools |
565 | 2023-11-21T20:32:59.550Z | ++ pwd |
566 | 2023-11-21T20:32:59.550Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
567 | 2023-11-21T20:32:59.550Z | ++ basename ./tools/ci_download_maghemite_mgd |
568 | 2023-11-21T20:32:59.550Z | + ARG0=ci_download_maghemite_mgd |
569 | 2023-11-21T20:32:59.550Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
570 | 2023-11-21T20:32:59.550Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
571 | 2023-11-21T20:32:59.550Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
572 | 2023-11-21T20:32:59.550Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
573 | 2023-11-21T20:32:59.550Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
574 | 2023-11-21T20:32:59.550Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
575 | 2023-11-21T20:32:59.550Z | + TARGET_DIR=out |
576 | 2023-11-21T20:32:59.550Z | + DOWNLOAD_DIR=out/downloads |
577 | 2023-11-21T20:32:59.550Z | + DEST_DIR=./out/mgd |
578 | 2023-11-21T20:32:59.550Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
579 | 2023-11-21T20:32:59.550Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
580 | 2023-11-21T20:32:59.550Z | + REPO=oxidecomputer/maghemite |
581 | 2023-11-21T20:32:59.550Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
582 | 2023-11-21T20:32:59.550Z | + main |
583 | 2023-11-21T20:32:59.550Z | + [[ 0 != 0 ]] |
584 | 2023-11-21T20:32:59.550Z | + CIDL_OS=solaris2.11 |
585 | 2023-11-21T20:32:59.550Z | + [[ 0 != 0 ]] |
586 | 2023-11-21T20:32:59.550Z | + configure_os solaris2.11 |
587 | 2023-11-21T20:32:59.550Z | + echo 'current directory: /work/oxidecomputer/omicron' |
588 | 2023-11-21T20:32:59.550Z | current directory: /work/oxidecomputer/omicron |
589 | 2023-11-21T20:32:59.550Z | + echo 'configuring based on OS: "solaris2.11"' |
590 | 2023-11-21T20:32:59.550Z | + case "$1" in |
591 | 2023-11-21T20:32:59.551Z | configuring based on OS: "solaris2.11" |
592 | 2023-11-21T20:32:59.551Z | + SET_BINARIES= |
593 | 2023-11-21T20:32:59.551Z | + CIDL_SHA256FUNC=do_sha256sum |
594 | 2023-11-21T20:32:59.551Z | + TARBALL_FILENAME=mgd.tar.gz |
595 | 2023-11-21T20:32:59.551Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
596 | 2023-11-21T20:32:59.551Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
597 | 2023-11-21T20:32:59.551Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
598 | 2023-11-21T20:32:59.551Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2023-11-21T20:32:59.551Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
600 | 2023-11-21T20:32:59.551Z | Local file: out/downloads/mgd.tar.gz |
601 | 2023-11-21T20:32:59.551Z | + mkdir -p out/downloads |
602 | 2023-11-21T20:32:59.551Z | + mkdir -p ./out/mgd |
603 | 2023-11-21T20:32:59.551Z | + fetch_and_verify |
604 | 2023-11-21T20:32:59.551Z | + local DO_DOWNLOAD=true |
605 | 2023-11-21T20:32:59.551Z | + [[ -f out/downloads/mgd.tar.gz ]] |
606 | 2023-11-21T20:32:59.551Z | + '[' true == true ']' |
607 | 2023-11-21T20:32:59.551Z | + echo Downloading... |
608 | 2023-11-21T20:32:59.551Z | Downloading... |
609 | 2023-11-21T20:32:59.552Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
610 | 2023-11-21T20:32:59.552Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
611 | 2023-11-21T20:33:08.632Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
612 | 2023-11-21T20:33:08.638Z | ++ sha256sum |
613 | 2023-11-21T20:33:08.638Z | ++ awk '{print $1}' |
614 | 2023-11-21T20:33:08.708Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
615 | 2023-11-21T20:33:08.709Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
616 | 2023-11-21T20:33:08.713Z | + do_untar out/downloads/mgd.tar.gz |
617 | 2023-11-21T20:33:08.713Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
618 | 2023-11-21T20:33:09.356Z | + do_assemble |
619 | 2023-11-21T20:33:09.356Z | + rm -r ./out/mgd |
620 | 2023-11-21T20:33:09.375Z | + mkdir ./out/mgd |
621 | 2023-11-21T20:33:09.375Z | + cp -r out/downloads/root ./out/mgd/root |
622 | 2023-11-21T20:33:09.609Z | + set -o errexit |
623 | 2023-11-21T20:33:09.618Z | +++ dirname ./tools/ci_download_transceiver_control |
624 | 2023-11-21T20:33:09.618Z | ++ cd ./tools |
625 | 2023-11-21T20:33:09.618Z | ++ pwd |
626 | 2023-11-21T20:33:09.618Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2023-11-21T20:33:09.625Z | ++ basename ./tools/ci_download_transceiver_control |
628 | 2023-11-21T20:33:09.625Z | + ARG0=ci_download_transceiver_control |
629 | 2023-11-21T20:33:09.625Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
630 | 2023-11-21T20:33:09.625Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
631 | 2023-11-21T20:33:09.625Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
632 | 2023-11-21T20:33:09.625Z | + TARGET_DIR=out |
633 | 2023-11-21T20:33:09.625Z | + DOWNLOAD_DIR=out/downloads |
634 | 2023-11-21T20:33:09.625Z | + DEST_DIR=./out/transceiver-control |
635 | 2023-11-21T20:33:09.625Z | + BIN_DIR=/opt/oxide/bin |
636 | 2023-11-21T20:33:09.625Z | + BINARY=xcvradm |
637 | 2023-11-21T20:33:09.625Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2023-11-21T20:33:09.625Z | + REPO=oxidecomputer/transceiver-control |
639 | 2023-11-21T20:33:09.625Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-11-21T20:33:09.625Z | + main |
641 | 2023-11-21T20:33:09.625Z | + [[ 0 != 0 ]] |
642 | 2023-11-21T20:33:09.625Z | + CIDL_OS=solaris2.11 |
643 | 2023-11-21T20:33:09.625Z | + [[ 0 != 0 ]] |
644 | 2023-11-21T20:33:09.625Z | + configure_os solaris2.11 |
645 | 2023-11-21T20:33:09.625Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2023-11-21T20:33:09.625Z | current directory: /work/oxidecomputer/omicron |
647 | 2023-11-21T20:33:09.625Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2023-11-21T20:33:09.627Z | configuring based on OS: "solaris2.11" |
649 | 2023-11-21T20:33:09.627Z | + case "$1" in |
650 | 2023-11-21T20:33:09.627Z | + SET_BINARIES= |
651 | 2023-11-21T20:33:09.627Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2023-11-21T20:33:09.627Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2023-11-21T20:33:09.628Z | + ARCHIVE_FILENAME=xcvradm.gz |
654 | 2023-11-21T20:33:09.629Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
655 | 2023-11-21T20:33:09.629Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
656 | 2023-11-21T20:33:09.629Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
657 | 2023-11-21T20:33:09.629Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2023-11-21T20:33:09.629Z | + echo 'Local file: out/downloads/xcvradm.gz' |
659 | 2023-11-21T20:33:09.629Z | Local file: out/downloads/xcvradm.gz |
660 | 2023-11-21T20:33:09.629Z | + mkdir -p out/downloads |
661 | 2023-11-21T20:33:09.629Z | + mkdir -p ./out/transceiver-control |
662 | 2023-11-21T20:33:09.629Z | + fetch_and_verify |
663 | 2023-11-21T20:33:09.629Z | + local DO_DOWNLOAD=true |
664 | 2023-11-21T20:33:09.629Z | + [[ -f out/downloads/xcvradm.gz ]] |
665 | 2023-11-21T20:33:09.629Z | + '[' true == true ']' |
666 | 2023-11-21T20:33:09.629Z | + echo Downloading... |
667 | 2023-11-21T20:33:09.629Z | Downloading... |
668 | 2023-11-21T20:33:09.629Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
669 | 2023-11-21T20:33:09.629Z | + 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 |
670 | 2023-11-21T20:33:13.233Z | ++ do_sha256sum out/downloads/xcvradm.gz |
671 | 2023-11-21T20:33:13.251Z | ++ sha256sum |
672 | 2023-11-21T20:33:13.251Z | ++ awk '{print $1}' |
673 | 2023-11-21T20:33:13.271Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2023-11-21T20:33:13.271Z | + [[ 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 ]] |
675 | 2023-11-21T20:33:13.271Z | + do_unpack out/downloads/xcvradm.gz |
676 | 2023-11-21T20:33:13.272Z | + mkdir -p out/downloads/root//opt/oxide/bin |
677 | 2023-11-21T20:33:13.272Z | + gzip -dc out/downloads/xcvradm.gz |
678 | 2023-11-21T20:33:13.433Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
679 | 2023-11-21T20:33:13.442Z | + do_assemble |
680 | 2023-11-21T20:33:13.442Z | + rm -r ./out/transceiver-control |
681 | 2023-11-21T20:33:13.444Z | + mkdir ./out/transceiver-control |
682 | 2023-11-21T20:33:13.444Z | + cp -r out/downloads/root ./out/transceiver-control/root |
683 | 2023-11-21T20:33:13.655Z | All prerequisites installed successfully |
684 | 2023-11-21T20:33:13.659Z | |
685 | 2023-11-21T20:33:13.659Z | real 2:49.422998181 |
686 | 2023-11-21T20:33:13.659Z | user 53.477030366 |
687 | 2023-11-21T20:33:13.659Z | sys 10.065116157 |
688 | 2023-11-21T20:33:13.659Z | trap 0.021897342 |
689 | 2023-11-21T20:33:13.659Z | tflt 0.150428564 |
690 | 2023-11-21T20:33:13.659Z | dflt 0.883720540 |
691 | 2023-11-21T20:33:13.659Z | kflt 0.153575798 |
692 | 2023-11-21T20:33:13.659Z | lock 2.062371818 |
693 | 2023-11-21T20:33:13.659Z | slp 5:58.489389854 |
694 | 2023-11-21T20:33:13.659Z | lat 3.404266985 |
695 | 2023-11-21T20:33:13.659Z | stop 0.068393990 |
696 | 2023-11-21T20:33:13.659Z | + banner end-to-end-tests |
697 | 2023-11-21T20:33:13.751Z | |
698 | 2023-11-21T20:33:13.751Z | ###### # # ##### ##### #### ###### # # ##### |
699 | 2023-11-21T20:33:13.751Z | # ## # # # # # # # ## # # # |
700 | 2023-11-21T20:33:13.751Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
701 | 2023-11-21T20:33:13.751Z | # # # # # # # # # # # # # # # |
702 | 2023-11-21T20:33:13.751Z | # # ## # # # # # # # ## # # |
703 | 2023-11-21T20:33:13.751Z | ###### # # ##### # #### ###### # # ##### |
704 | 2023-11-21T20:33:13.751Z | |
705 | 2023-11-21T20:33:13.756Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2023-11-21T20:33:13.756Z | + CARGO_PROFILE_DEV_DEBUG=1 |
707 | 2023-11-21T20:33:13.756Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2023-11-21T20:33:13.756Z | + CARGO_PROFILE_TEST_DEBUG=1 |
709 | 2023-11-21T20:33:13.756Z | + export CARGO_INCREMENTAL=0 |
710 | 2023-11-21T20:33:13.756Z | + CARGO_INCREMENTAL=0 |
711 | 2023-11-21T20:33:13.756Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
712 | 2023-11-21T20:33:14.090Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2023-11-21T20:33:14.457Z | Updating crates.io index |
714 | 2023-11-21T20:33:14.514Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2023-11-21T20:33:15.314Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2023-11-21T20:33:17.208Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2023-11-21T20:33:17.961Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2023-11-21T20:33:18.272Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2023-11-21T20:33:18.596Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2023-11-21T20:33:18.920Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2023-11-21T20:33:23.890Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2023-11-21T20:33:24.158Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2023-11-21T20:33:24.158Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2023-11-21T20:33:24.158Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2023-11-21T20:33:24.158Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2023-11-21T20:33:24.241Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2023-11-21T20:33:24.586Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2023-11-21T20:33:25.147Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2023-11-21T20:33:25.378Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2023-11-21T20:33:25.911Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2023-11-21T20:33:26.447Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2023-11-21T20:33:26.853Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2023-11-21T20:33:27.184Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2023-11-21T20:33:28.510Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2023-11-21T20:33:29.104Z | Updating git repository `https://github.com/oxidecomputer/typify` |
736 | 2023-11-21T20:33:30.027Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
737 | 2023-11-21T20:33:30.533Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
738 | 2023-11-21T20:33:30.730Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
739 | 2023-11-21T20:33:32.276Z | Downloading crates ... |
740 | 2023-11-21T20:33:32.542Z | Downloaded ctr v0.9.2 |
741 | 2023-11-21T20:33:32.547Z | Downloaded paste v1.0.14 |
742 | 2023-11-21T20:33:32.557Z | Downloaded async-stream-impl v0.3.5 |
743 | 2023-11-21T20:33:32.560Z | Downloaded cpufeatures v0.2.9 |
744 | 2023-11-21T20:33:32.563Z | Downloaded quick-error v1.2.3 |
745 | 2023-11-21T20:33:32.566Z | Downloaded openssl-probe v0.1.5 |
746 | 2023-11-21T20:33:32.571Z | Downloaded crucible-workspace-hack v0.1.0 |
747 | 2023-11-21T20:33:32.574Z | Downloaded anstyle v1.0.2 |
748 | 2023-11-21T20:33:32.579Z | Downloaded darling_macro v0.20.3 |
749 | 2023-11-21T20:33:32.582Z | Downloaded new_debug_unreachable v1.0.4 |
750 | 2023-11-21T20:33:32.586Z | Downloaded aead v0.5.2 |
751 | 2023-11-21T20:33:32.589Z | Downloaded bit-set v0.5.3 |
752 | 2023-11-21T20:33:32.592Z | Downloaded curve25519-dalek-derive v0.1.0 |
753 | 2023-11-21T20:33:32.596Z | Downloaded pbkdf2 v0.11.0 |
754 | 2023-11-21T20:33:32.602Z | Downloaded bit-vec v0.6.3 |
755 | 2023-11-21T20:33:32.606Z | Downloaded num_threads v0.1.6 |
756 | 2023-11-21T20:33:32.609Z | Downloaded bitflags v1.3.2 |
757 | 2023-11-21T20:33:32.619Z | Downloaded doc-comment v0.3.3 |
758 | 2023-11-21T20:33:32.622Z | Downloaded diesel_table_macro_syntax v0.1.0 |
759 | 2023-11-21T20:33:32.626Z | Downloaded blowfish v0.9.1 |
760 | 2023-11-21T20:33:32.630Z | Downloaded debug-ignore v1.0.5 |
761 | 2023-11-21T20:33:32.634Z | Downloaded parking_lot_core v0.8.6 |
762 | 2023-11-21T20:33:32.641Z | Downloaded block-buffer v0.10.4 |
763 | 2023-11-21T20:33:32.649Z | Downloaded precomputed-hash v0.1.1 |
764 | 2023-11-21T20:33:32.661Z | Downloaded pretty-hex v0.2.1 |
765 | 2023-11-21T20:33:32.662Z | Downloaded parse-display v0.8.2 |
766 | 2023-11-21T20:33:32.662Z | Downloaded untrusted v0.7.1 |
767 | 2023-11-21T20:33:32.662Z | Downloaded cfg-if v1.0.0 |
768 | 2023-11-21T20:33:32.663Z | Downloaded num-integer v0.1.45 |
769 | 2023-11-21T20:33:32.754Z | Downloaded num_cpus v1.16.0 |
770 | 2023-11-21T20:33:32.754Z | Downloaded cbc v0.1.2 |
771 | 2023-11-21T20:33:32.754Z | Downloaded dirs-sys-next v0.1.2 |
772 | 2023-11-21T20:33:32.754Z | Downloaded omicron-zone-package v0.9.1 |
773 | 2023-11-21T20:33:32.787Z | Downloaded convert_case v0.4.0 |
774 | 2023-11-21T20:33:32.788Z | Downloaded multer v2.1.0 |
775 | 2023-11-21T20:33:32.788Z | Downloaded ident_case v1.0.1 |
776 | 2023-11-21T20:33:32.788Z | Downloaded parse-display-derive v0.8.2 |
777 | 2023-11-21T20:33:32.788Z | Downloaded pem v3.0.2 |
778 | 2023-11-21T20:33:32.788Z | Downloaded postcard-cobs v0.1.5-pre |
779 | 2023-11-21T20:33:32.788Z | Downloaded itoa v1.0.9 |
780 | 2023-11-21T20:33:32.788Z | Downloaded pest_generator v2.7.2 |
781 | 2023-11-21T20:33:32.790Z | Downloaded backoff v0.4.0 |
782 | 2023-11-21T20:33:32.790Z | Downloaded polyval v0.6.1 |
783 | 2023-11-21T20:33:32.790Z | Downloaded headers-core v0.2.0 |
784 | 2023-11-21T20:33:32.790Z | Downloaded time-core v0.1.1 |
785 | 2023-11-21T20:33:32.790Z | Downloaded bitflags v2.4.0 |
786 | 2023-11-21T20:33:32.790Z | Downloaded utf8parse v0.2.1 |
787 | 2023-11-21T20:33:32.790Z | Downloaded want v0.3.1 |
788 | 2023-11-21T20:33:32.790Z | Downloaded parking_lot v0.11.2 |
789 | 2023-11-21T20:33:32.790Z | Downloaded httpdate v1.0.3 |
790 | 2023-11-21T20:33:32.790Z | Downloaded untrusted v0.9.0 |
791 | 2023-11-21T20:33:32.790Z | Downloaded addr2line v0.21.0 |
792 | 2023-11-21T20:33:32.790Z | Downloaded openssl-sys v0.9.93 |
793 | 2023-11-21T20:33:32.790Z | Downloaded foreign-types v0.5.0 |
794 | 2023-11-21T20:33:32.790Z | Downloaded postgres-types v0.2.6 |
795 | 2023-11-21T20:33:32.792Z | Downloaded waitgroup v0.1.2 |
796 | 2023-11-21T20:33:32.792Z | Downloaded platforms v3.0.2 |
797 | 2023-11-21T20:33:32.797Z | Downloaded same-file v1.0.6 |
798 | 2023-11-21T20:33:32.797Z | Downloaded base64 v0.13.1 |
799 | 2023-11-21T20:33:32.797Z | Downloaded kstat-rs v0.2.3 |
800 | 2023-11-21T20:33:32.797Z | Downloaded camino v1.1.6 |
801 | 2023-11-21T20:33:32.797Z | Downloaded keccak v0.1.4 |
802 | 2023-11-21T20:33:32.797Z | Downloaded postgres-protocol v0.6.6 |
803 | 2023-11-21T20:33:32.797Z | Downloaded scheduled-thread-pool v0.2.7 |
804 | 2023-11-21T20:33:32.797Z | Downloaded crypto-bigint v0.5.2 |
805 | 2023-11-21T20:33:32.807Z | Downloaded utf-8 v0.7.6 |
806 | 2023-11-21T20:33:33.232Z | Downloaded getopts v0.2.21 |
807 | 2023-11-21T20:33:33.232Z | Downloaded fxhash v0.2.1 |
808 | 2023-11-21T20:33:33.232Z | Downloaded tower-service v0.3.2 |
809 | 2023-11-21T20:33:33.232Z | Downloaded toolchain_find v0.2.0 |
810 | 2023-11-21T20:33:33.232Z | Downloaded matches v0.1.10 |
811 | 2023-11-21T20:33:33.232Z | Downloaded rustls-native-certs v0.6.3 |
812 | 2023-11-21T20:33:33.232Z | Downloaded iana-time-zone v0.1.57 |
813 | 2023-11-21T20:33:33.232Z | Downloaded miniz_oxide v0.7.1 |
814 | 2023-11-21T20:33:33.232Z | Downloaded slog-json v2.6.1 |
815 | 2023-11-21T20:33:33.232Z | Downloaded foreign-types-shared v0.3.1 |
816 | 2023-11-21T20:33:33.232Z | Downloaded endian-type v0.1.2 |
817 | 2023-11-21T20:33:33.232Z | Downloaded proc-macro2 v1.0.69 |
818 | 2023-11-21T20:33:33.232Z | Downloaded slog-envlogger v2.2.0 |
819 | 2023-11-21T20:33:33.232Z | Downloaded tinyvec v1.6.0 |
820 | 2023-11-21T20:33:33.232Z | Downloaded usdt-attr-macro v0.3.5 |
821 | 2023-11-21T20:33:33.232Z | Downloaded clap v4.4.3 |
822 | 2023-11-21T20:33:33.232Z | Downloaded zone_cfg_derive v0.3.0 |
823 | 2023-11-21T20:33:33.244Z | Downloaded tinyvec_macros v0.1.1 |
824 | 2023-11-21T20:33:33.244Z | Downloaded heck v0.4.1 |
825 | 2023-11-21T20:33:33.244Z | Downloaded futures-executor v0.3.29 |
826 | 2023-11-21T20:33:33.244Z | Downloaded heck v0.3.3 |
827 | 2023-11-21T20:33:33.244Z | Downloaded hex v0.4.3 |
828 | 2023-11-21T20:33:33.244Z | Downloaded hmac v0.12.1 |
829 | 2023-11-21T20:33:33.244Z | Downloaded tracing-core v0.1.31 |
830 | 2023-11-21T20:33:33.244Z | Downloaded hubpack_derive v0.1.1 |
831 | 2023-11-21T20:33:33.244Z | Downloaded filetime v0.2.22 |
832 | 2023-11-21T20:33:33.244Z | Downloaded slog-async v2.8.0 |
833 | 2023-11-21T20:33:33.244Z | Downloaded secrecy v0.8.0 |
834 | 2023-11-21T20:33:33.244Z | Downloaded ff v0.13.0 |
835 | 2023-11-21T20:33:33.244Z | Downloaded sha1 v0.10.6 |
836 | 2023-11-21T20:33:33.244Z | Downloaded thiserror-no-std v2.0.2 |
837 | 2023-11-21T20:33:33.244Z | Downloaded thiserror-impl v1.0.49 |
838 | 2023-11-21T20:33:33.244Z | Downloaded half v1.8.2 |
839 | 2023-11-21T20:33:33.244Z | Downloaded md5 v0.7.0 |
840 | 2023-11-21T20:33:33.244Z | Downloaded version_check v0.9.4 |
841 | 2023-11-21T20:33:33.244Z | Downloaded lalrpop-util v0.19.12 |
842 | 2023-11-21T20:33:33.244Z | Downloaded heapless v0.7.16 |
843 | 2023-11-21T20:33:33.244Z | Downloaded vsss-rs v3.3.1 |
844 | 2023-11-21T20:33:33.244Z | Downloaded num-bigint v0.4.4 |
845 | 2023-11-21T20:33:33.244Z | Downloaded strum v0.25.0 |
846 | 2023-11-21T20:33:33.244Z | Downloaded foreign-types v0.3.2 |
847 | 2023-11-21T20:33:33.244Z | Downloaded ghash v0.5.0 |
848 | 2023-11-21T20:33:33.244Z | Downloaded vec_map v0.8.2 |
849 | 2023-11-21T20:33:33.244Z | Downloaded serde_tokenstream v0.2.0 |
850 | 2023-11-21T20:33:33.244Z | Downloaded semver-parser v0.10.2 |
851 | 2023-11-21T20:33:33.244Z | Downloaded try-lock v0.2.4 |
852 | 2023-11-21T20:33:33.244Z | Downloaded russh-keys v0.38.0 |
853 | 2023-11-21T20:33:33.244Z | Downloaded hex-literal v0.4.1 |
854 | 2023-11-21T20:33:33.244Z | Downloaded sha2 v0.10.8 |
855 | 2023-11-21T20:33:33.245Z | Downloaded serde_derive_internals v0.26.0 |
856 | 2023-11-21T20:33:33.245Z | Downloaded zeroize_derive v1.4.2 |
857 | 2023-11-21T20:33:33.245Z | Downloaded rustfmt-wrapper v0.2.0 |
858 | 2023-11-21T20:33:33.245Z | Downloaded unicode-ident v1.0.12 |
859 | 2023-11-21T20:33:33.245Z | Downloaded slog-dtrace v0.2.3 |
860 | 2023-11-21T20:33:33.245Z | Downloaded headers v0.3.9 |
861 | 2023-11-21T20:33:33.245Z | Downloaded slog-bunyan v2.4.0 |
862 | 2023-11-21T20:33:33.245Z | Downloaded crossbeam-channel v0.5.8 |
863 | 2023-11-21T20:33:33.245Z | Downloaded spki v0.7.2 |
864 | 2023-11-21T20:33:33.245Z | Downloaded slab v0.4.9 |
865 | 2023-11-21T20:33:33.245Z | Downloaded spin v0.5.2 |
866 | 2023-11-21T20:33:33.245Z | Downloaded indexmap v2.1.0 |
867 | 2023-11-21T20:33:33.245Z | Downloaded futures-sink v0.3.29 |
868 | 2023-11-21T20:33:33.245Z | Downloaded whoami v1.4.1 |
869 | 2023-11-21T20:33:33.245Z | Downloaded rustversion v1.0.14 |
870 | 2023-11-21T20:33:33.245Z | Downloaded io-lifetimes v1.0.11 |
871 | 2023-11-21T20:33:33.245Z | Downloaded lock_api v0.4.10 |
872 | 2023-11-21T20:33:33.245Z | Downloaded tokio-postgres v0.7.10 |
873 | 2023-11-21T20:33:33.245Z | Downloaded term v0.7.0 |
874 | 2023-11-21T20:33:33.245Z | Downloaded similar v2.2.1 |
875 | 2023-11-21T20:33:33.245Z | Downloaded spin v0.9.8 |
876 | 2023-11-21T20:33:33.245Z | Downloaded serde_yaml v0.9.25 |
877 | 2023-11-21T20:33:33.245Z | Downloaded tracing v0.1.37 |
878 | 2023-11-21T20:33:33.245Z | Downloaded signal-hook v0.3.17 |
879 | 2023-11-21T20:33:33.248Z | Downloaded indexmap v1.9.3 |
880 | 2023-11-21T20:33:33.248Z | Downloaded schemars v0.8.13 |
881 | 2023-11-21T20:33:33.248Z | Downloaded tungstenite v0.20.1 |
882 | 2023-11-21T20:33:33.248Z | Downloaded subprocess v0.2.9 |
883 | 2023-11-21T20:33:33.248Z | Downloaded trust-dns-resolver v0.22.0 |
884 | 2023-11-21T20:33:33.248Z | Downloaded serde_derive v1.0.192 |
885 | 2023-11-21T20:33:33.248Z | Downloaded trust-dns-server v0.22.1 |
886 | 2023-11-21T20:33:33.248Z | Downloaded http v0.2.11 |
887 | 2023-11-21T20:33:33.248Z | Downloaded toml_edit v0.21.0 |
888 | 2023-11-21T20:33:33.260Z | Downloaded unicode-segmentation v1.10.1 |
889 | 2023-11-21T20:33:33.260Z | Downloaded serde_with v2.3.3 |
890 | 2023-11-21T20:33:33.268Z | Downloaded clap v2.34.0 |
891 | 2023-11-21T20:33:33.281Z | Downloaded time v0.3.27 |
892 | 2023-11-21T20:33:33.294Z | Downloaded hkdf v0.12.3 |
893 | 2023-11-21T20:33:33.302Z | Downloaded serde_json v1.0.108 |
894 | 2023-11-21T20:33:33.316Z | Downloaded hashbrown v0.14.2 |
895 | 2023-11-21T20:33:33.327Z | Downloaded chrono v0.4.31 |
896 | 2023-11-21T20:33:33.343Z | Downloaded rustls-webpki v0.101.7 |
897 | 2023-11-21T20:33:33.372Z | Downloaded radix_trie v0.2.1 |
898 | 2023-11-21T20:33:33.381Z | Downloaded webpki-roots v0.25.2 |
899 | 2023-11-21T20:33:33.390Z | Downloaded syn v1.0.109 |
900 | 2023-11-21T20:33:33.412Z | Downloaded hyper v0.14.27 |
901 | 2023-11-21T20:33:33.426Z | Downloaded smoltcp v0.8.2 |
902 | 2023-11-21T20:33:33.442Z | Downloaded syn v2.0.32 |
903 | 2023-11-21T20:33:33.461Z | Downloaded smoltcp v0.9.1 |
904 | 2023-11-21T20:33:33.485Z | Downloaded idna v0.2.3 |
905 | 2023-11-21T20:33:33.492Z | Downloaded rustix v0.37.23 |
906 | 2023-11-21T20:33:33.537Z | Downloaded rustix v0.38.9 |
907 | 2023-11-21T20:33:33.569Z | Downloaded regex-syntax v0.7.5 |
908 | 2023-11-21T20:33:33.587Z | Downloaded openapiv3 v2.0.0-rc.1 |
909 | 2023-11-21T20:33:33.619Z | Downloaded zerocopy-derive v0.2.0 |
910 | 2023-11-21T20:33:33.650Z | Downloaded sled v0.34.7 |
911 | 2023-11-21T20:33:33.673Z | Downloaded regex-automata v0.3.8 |
912 | 2023-11-21T20:33:34.094Z | Downloaded zerocopy-derive v0.6.4 |
913 | 2023-11-21T20:33:34.108Z | Downloaded libc v0.2.150 |
914 | 2023-11-21T20:33:34.108Z | Downloaded sha3 v0.10.8 |
915 | 2023-11-21T20:33:34.108Z | Downloaded tokio v1.34.0 |
916 | 2023-11-21T20:33:34.108Z | Downloaded encoding_rs v0.8.33 |
917 | 2023-11-21T20:33:34.108Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
918 | 2023-11-21T20:33:34.109Z | Downloaded regex-automata v0.4.3 |
919 | 2023-11-21T20:33:34.109Z | Downloaded regex-syntax v0.8.2 |
920 | 2023-11-21T20:33:34.109Z | Downloaded winapi v0.3.9 |
921 | 2023-11-21T20:33:34.109Z | Downloaded trust-dns-proto v0.22.0 |
922 | 2023-11-21T20:33:34.109Z | Downloaded bstr v1.6.0 |
923 | 2023-11-21T20:33:34.109Z | Downloaded idna v0.4.0 |
924 | 2023-11-21T20:33:34.109Z | Downloaded curve25519-dalek v4.1.0 |
925 | 2023-11-21T20:33:34.127Z | Downloaded bstr v0.2.17 |
926 | 2023-11-21T20:33:34.134Z | Downloaded diesel v2.1.4 |
927 | 2023-11-21T20:33:34.157Z | Downloaded openssl v0.10.57 |
928 | 2023-11-21T20:33:34.174Z | Downloaded object v0.32.1 |
929 | 2023-11-21T20:33:34.193Z | Downloaded rustls v0.21.9 |
930 | 2023-11-21T20:33:34.213Z | Downloaded gimli v0.28.0 |
931 | 2023-11-21T20:33:34.230Z | Downloaded vcpkg v0.2.15 |
932 | 2023-11-21T20:33:34.303Z | Downloaded regex v1.10.2 |
933 | 2023-11-21T20:33:34.325Z | Downloaded regress v0.7.1 |
934 | 2023-11-21T20:33:34.750Z | Downloaded futures-util v0.3.29 |
935 | 2023-11-21T20:33:34.755Z | Downloaded h2 v0.3.21 |
936 | 2023-11-21T20:33:34.755Z | Downloaded itertools v0.12.0 |
937 | 2023-11-21T20:33:34.755Z | Downloaded itertools v0.10.5 |
938 | 2023-11-21T20:33:34.756Z | Downloaded petgraph v0.6.4 |
939 | 2023-11-21T20:33:34.756Z | Downloaded libm v0.2.7 |
940 | 2023-11-21T20:33:34.756Z | Downloaded itertools v0.11.0 |
941 | 2023-11-21T20:33:34.756Z | Downloaded unicode-normalization v0.1.22 |
942 | 2023-11-21T20:33:34.756Z | Downloaded tokio-util v0.7.10 |
943 | 2023-11-21T20:33:34.756Z | Downloaded hashbrown v0.13.2 |
944 | 2023-11-21T20:33:34.756Z | Downloaded aho-corasick v1.0.4 |
945 | 2023-11-21T20:33:34.756Z | Downloaded yasna v0.5.2 |
946 | 2023-11-21T20:33:34.756Z | Downloaded winnow v0.5.15 |
947 | 2023-11-21T20:33:34.756Z | Downloaded elliptic-curve v0.13.5 |
948 | 2023-11-21T20:33:34.756Z | Downloaded russh v0.39.0 |
949 | 2023-11-21T20:33:34.761Z | Downloaded typenum v1.16.0 |
950 | 2023-11-21T20:33:34.761Z | Downloaded memchr v2.6.3 |
951 | 2023-11-21T20:33:34.761Z | Downloaded ring v0.17.5 |
952 | 2023-11-21T20:33:34.761Z | Downloaded aes-gcm v0.10.3 |
953 | 2023-11-21T20:33:34.761Z | Downloaded snafu v0.7.5 |
954 | 2023-11-21T20:33:34.761Z | Downloaded crossterm v0.27.0 |
955 | 2023-11-21T20:33:34.761Z | Downloaded clap_builder v4.4.2 |
956 | 2023-11-21T20:33:34.761Z | Downloaded unicode-bidi v0.3.13 |
957 | 2023-11-21T20:33:34.761Z | Downloaded serde_with_macros v2.3.3 |
958 | 2023-11-21T20:33:34.761Z | Downloaded toml v0.5.11 |
959 | 2023-11-21T20:33:34.761Z | Downloaded zip v0.6.6 |
960 | 2023-11-21T20:33:34.761Z | Downloaded ring v0.16.20 |
961 | 2023-11-21T20:33:35.018Z | Downloaded flate2 v1.0.28 |
962 | 2023-11-21T20:33:35.048Z | Downloaded hashbrown v0.12.3 |
963 | 2023-11-21T20:33:35.048Z | Downloaded structopt v0.3.26 |
964 | 2023-11-21T20:33:35.048Z | Downloaded pest v2.7.2 |
965 | 2023-11-21T20:33:35.048Z | Downloaded tempfile v3.8.0 |
966 | 2023-11-21T20:33:35.048Z | Downloaded slog v2.7.0 |
967 | 2023-11-21T20:33:35.048Z | Downloaded serde v1.0.192 |
968 | 2023-11-21T20:33:35.048Z | Downloaded libefi-sys v0.1.0 |
969 | 2023-11-21T20:33:35.048Z | Downloaded time-macros v0.2.13 |
970 | 2023-11-21T20:33:35.048Z | Downloaded universal-hash v0.5.1 |
971 | 2023-11-21T20:33:35.048Z | Downloaded semver v1.0.20 |
972 | 2023-11-21T20:33:35.048Z | Downloaded smallvec v1.11.0 |
973 | 2023-11-21T20:33:35.048Z | Downloaded socket2 v0.5.5 |
974 | 2023-11-21T20:33:35.048Z | Downloaded tar v0.4.40 |
975 | 2023-11-21T20:33:35.048Z | Downloaded url v2.4.1 |
976 | 2023-11-21T20:33:35.048Z | Downloaded siphasher v0.3.11 |
977 | 2023-11-21T20:33:35.049Z | Downloaded stable_deref_trait v1.2.0 |
978 | 2023-11-21T20:33:35.049Z | Downloaded generic-array v0.14.7 |
979 | 2023-11-21T20:33:35.049Z | Downloaded hyper-tls v0.5.0 |
980 | 2023-11-21T20:33:35.049Z | Downloaded hyper-staticfile v0.9.5 |
981 | 2023-11-21T20:33:35.049Z | Downloaded serde_tokenstream v0.1.7 |
982 | 2023-11-21T20:33:35.049Z | Downloaded sct v0.7.0 |
983 | 2023-11-21T20:33:35.049Z | Downloaded tokio-rustls v0.24.1 |
984 | 2023-11-21T20:33:35.049Z | Downloaded hyper-rustls v0.24.2 |
985 | 2023-11-21T20:33:35.049Z | Downloaded signal-hook-registry v1.4.1 |
986 | 2023-11-21T20:33:35.049Z | Downloaded is-terminal v0.4.9 |
987 | 2023-11-21T20:33:35.049Z | Downloaded structmeta-derive v0.2.0 |
988 | 2023-11-21T20:33:35.049Z | Downloaded string_cache v0.8.7 |
989 | 2023-11-21T20:33:35.049Z | Downloaded rustls-pemfile v1.0.3 |
990 | 2023-11-21T20:33:35.049Z | Downloaded toml v0.7.8 |
991 | 2023-11-21T20:33:35.049Z | Downloaded reqwest v0.11.22 |
992 | 2023-11-21T20:33:35.049Z | Downloaded static_assertions v1.1.0 |
993 | 2023-11-21T20:33:35.091Z | Downloaded log v0.4.20 |
994 | 2023-11-21T20:33:35.091Z | Downloaded md-5 v0.10.5 |
995 | 2023-11-21T20:33:35.091Z | Downloaded serde_path_to_error v0.1.14 |
996 | 2023-11-21T20:33:35.091Z | Downloaded structopt-derive v0.4.18 |
997 | 2023-11-21T20:33:35.091Z | Downloaded schemars_derive v0.8.13 |
998 | 2023-11-21T20:33:35.091Z | Downloaded futures v0.3.29 |
999 | 2023-11-21T20:33:35.091Z | Downloaded toml_edit v0.19.15 |
1000 | 2023-11-21T20:33:35.108Z | Downloaded futures-macro v0.3.29 |
1001 | 2023-11-21T20:33:35.108Z | Downloaded linked-hash-map v0.5.6 |
1002 | 2023-11-21T20:33:35.108Z | Downloaded signature v2.1.0 |
1003 | 2023-11-21T20:33:35.108Z | Downloaded ipnetwork v0.20.0 |
1004 | 2023-11-21T20:33:35.108Z | Downloaded thiserror v1.0.49 |
1005 | 2023-11-21T20:33:35.108Z | Downloaded socket2 v0.4.9 |
1006 | 2023-11-21T20:33:35.108Z | Downloaded scopeguard v1.2.0 |
1007 | 2023-11-21T20:33:35.108Z | Downloaded thread-id v4.2.0 |
1008 | 2023-11-21T20:33:35.108Z | Downloaded strum_macros v0.25.2 |
1009 | 2023-11-21T20:33:35.108Z | Downloaded signal-hook-mio v0.2.3 |
1010 | 2023-11-21T20:33:35.108Z | Downloaded aes v0.8.3 |
1011 | 2023-11-21T20:33:35.112Z | Downloaded regex-automata v0.1.10 |
1012 | 2023-11-21T20:33:35.116Z | Downloaded mio v0.8.9 |
1013 | 2023-11-21T20:33:35.143Z | Downloaded ed25519-dalek v2.0.0 |
1014 | 2023-11-21T20:33:35.151Z | Downloaded trust-dns-client v0.22.0 |
1015 | 2023-11-21T20:33:35.151Z | Downloaded stringprep v0.1.3 |
1016 | 2023-11-21T20:33:35.151Z | Downloaded smf v0.2.2 |
1017 | 2023-11-21T20:33:35.152Z | Downloaded rustc-demangle v0.1.23 |
1018 | 2023-11-21T20:33:35.152Z | Downloaded der v0.7.8 |
1019 | 2023-11-21T20:33:35.168Z | Downloaded futures-io v0.3.29 |
1020 | 2023-11-21T20:33:35.168Z | Downloaded semver v0.11.0 |
1021 | 2023-11-21T20:33:35.168Z | Downloaded thiserror-impl-no-std v2.0.2 |
1022 | 2023-11-21T20:33:35.168Z | Downloaded textwrap v0.11.0 |
1023 | 2023-11-21T20:33:35.199Z | Downloaded terminal_size v0.2.6 |
1024 | 2023-11-21T20:33:35.199Z | Downloaded subtle v2.5.0 |
1025 | 2023-11-21T20:33:35.199Z | Downloaded serde_repr v0.1.16 |
1026 | 2023-11-21T20:33:35.199Z | Downloaded tokio-native-tls v0.3.1 |
1027 | 2023-11-21T20:33:35.199Z | Downloaded serde_urlencoded v0.7.1 |
1028 | 2023-11-21T20:33:35.199Z | Downloaded fallible-iterator v0.2.0 |
1029 | 2023-11-21T20:33:35.199Z | Downloaded ryu v1.0.15 |
1030 | 2023-11-21T20:33:35.199Z | Downloaded rand v0.7.3 |
1031 | 2023-11-21T20:33:35.206Z | Downloaded form_urlencoded v1.2.0 |
1032 | 2023-11-21T20:33:35.206Z | Downloaded fixedbitset v0.4.2 |
1033 | 2023-11-21T20:33:35.207Z | Downloaded snafu-derive v0.7.5 |
1034 | 2023-11-21T20:33:35.207Z | Downloaded hubpack v0.1.2 |
1035 | 2023-11-21T20:33:35.207Z | Downloaded toml v0.8.8 |
1036 | 2023-11-21T20:33:35.207Z | Downloaded unsafe-libyaml v0.2.9 |
1037 | 2023-11-21T20:33:35.216Z | Downloaded ucd-trie v0.1.6 |
1038 | 2023-11-21T20:33:35.216Z | Downloaded parking_lot v0.12.1 |
1039 | 2023-11-21T20:33:35.222Z | Downloaded chacha20poly1305 v0.10.1 |
1040 | 2023-11-21T20:33:35.222Z | Downloaded base64 v0.21.5 |
1041 | 2023-11-21T20:33:35.231Z | Downloaded uuid v1.6.1 |
1042 | 2023-11-21T20:33:35.240Z | Downloaded lru-cache v0.1.2 |
1043 | 2023-11-21T20:33:35.240Z | Downloaded either v1.9.0 |
1044 | 2023-11-21T20:33:35.240Z | Downloaded zone v0.3.0 |
1045 | 2023-11-21T20:33:35.245Z | Downloaded zeroize v1.6.0 |
1046 | 2023-11-21T20:33:35.245Z | Downloaded xattr v1.0.1 |
1047 | 2023-11-21T20:33:35.245Z | Downloaded synstructure v0.12.6 |
1048 | 2023-11-21T20:33:35.245Z | Downloaded inout v0.1.3 |
1049 | 2023-11-21T20:33:35.245Z | Downloaded thread_local v1.1.7 |
1050 | 2023-11-21T20:33:35.262Z | Downloaded strsim v0.8.0 |
1051 | 2023-11-21T20:33:35.262Z | Downloaded lazy_static v1.4.0 |
1052 | 2023-11-21T20:33:35.262Z | Downloaded rustc_version v0.4.0 |
1053 | 2023-11-21T20:33:35.262Z | Downloaded zerocopy v0.6.4 |
1054 | 2023-11-21T20:33:35.263Z | Downloaded getrandom v0.1.16 |
1055 | 2023-11-21T20:33:35.263Z | Downloaded pin-project v1.1.3 |
1056 | 2023-11-21T20:33:35.279Z | Downloaded bytes v1.5.0 |
1057 | 2023-11-21T20:33:35.285Z | Downloaded derive_more v0.99.17 |
1058 | 2023-11-21T20:33:35.293Z | Downloaded darling_core v0.20.3 |
1059 | 2023-11-21T20:33:35.301Z | Downloaded diesel_derives v2.1.1 |
1060 | 2023-11-21T20:33:35.306Z | Downloaded ipnet v2.8.0 |
1061 | 2023-11-21T20:33:35.309Z | Downloaded foreign-types-shared v0.1.1 |
1062 | 2023-11-21T20:33:35.312Z | Downloaded usdt v0.3.5 |
1063 | 2023-11-21T20:33:35.312Z | Downloaded slog-term v2.9.0 |
1064 | 2023-11-21T20:33:35.315Z | Downloaded cc v1.0.83 |
1065 | 2023-11-21T20:33:35.320Z | Downloaded backtrace v0.3.69 |
1066 | 2023-11-21T20:33:35.327Z | Downloaded arc-swap v1.6.0 |
1067 | 2023-11-21T20:33:35.336Z | Downloaded tokio-stream v0.1.14 |
1068 | 2023-11-21T20:33:35.341Z | Downloaded hash32 v0.2.1 |
1069 | 2023-11-21T20:33:35.346Z | Downloaded group v0.13.0 |
1070 | 2023-11-21T20:33:35.350Z | Downloaded slog-stdlog v4.1.1 |
1071 | 2023-11-21T20:33:35.351Z | Downloaded slog-scope v4.4.0 |
1072 | 2023-11-21T20:33:35.351Z | Downloaded http-body v0.4.5 |
1073 | 2023-11-21T20:33:35.354Z | Downloaded usdt-impl v0.3.5 |
1074 | 2023-11-21T20:33:35.354Z | Downloaded poly1305 v0.8.0 |
1075 | 2023-11-21T20:33:35.359Z | Downloaded structmeta v0.2.0 |
1076 | 2023-11-21T20:33:35.364Z | Downloaded serde_spanned v0.6.4 |
1077 | 2023-11-21T20:33:35.364Z | Downloaded take_mut v0.2.2 |
1078 | 2023-11-21T20:33:35.364Z | Downloaded russh-cryptovec v0.7.0 |
1079 | 2023-11-21T20:33:35.364Z | Downloaded instant v0.1.12 |
1080 | 2023-11-21T20:33:35.368Z | Downloaded enum-as-inner v0.5.1 |
1081 | 2023-11-21T20:33:35.368Z | Downloaded getrandom v0.2.10 |
1082 | 2023-11-21T20:33:35.373Z | Downloaded hostname v0.3.1 |
1083 | 2023-11-21T20:33:35.377Z | Downloaded fnv v1.0.7 |
1084 | 2023-11-21T20:33:35.377Z | Downloaded const-oid v0.9.5 |
1085 | 2023-11-21T20:33:35.381Z | Downloaded futures-channel v0.3.29 |
1086 | 2023-11-21T20:33:35.384Z | Downloaded unicode-xid v0.2.4 |
1087 | 2023-11-21T20:33:35.389Z | Downloaded zerocopy v0.3.0 |
1088 | 2023-11-21T20:33:35.389Z | Downloaded home v0.5.5 |
1089 | 2023-11-21T20:33:35.389Z | Downloaded fastrand v2.0.0 |
1090 | 2023-11-21T20:33:35.393Z | Downloaded walkdir v2.4.0 |
1091 | 2023-11-21T20:33:35.393Z | Downloaded postcard v0.7.3 |
1092 | 2023-11-21T20:33:35.396Z | Downloaded macaddr v1.0.1 |
1093 | 2023-11-21T20:33:35.404Z | Downloaded bzip2 v0.4.4 |
1094 | 2023-11-21T20:33:35.432Z | Downloaded tracing-attributes v0.1.26 |
1095 | 2023-11-21T20:33:35.434Z | Downloaded proc-macro-error v1.0.4 |
1096 | 2023-11-21T20:33:35.434Z | Downloaded pkcs8 v0.10.2 |
1097 | 2023-11-21T20:33:35.466Z | Downloaded pest_meta v2.7.2 |
1098 | 2023-11-21T20:33:35.467Z | Downloaded pest_derive v2.7.2 |
1099 | 2023-11-21T20:33:35.467Z | Downloaded anyhow v1.0.75 |
1100 | 2023-11-21T20:33:35.467Z | Downloaded strsim v0.10.0 |
1101 | 2023-11-21T20:33:35.467Z | Downloaded httparse v1.8.0 |
1102 | 2023-11-21T20:33:35.467Z | Downloaded managed v0.8.0 |
1103 | 2023-11-21T20:33:35.467Z | Downloaded darling v0.20.3 |
1104 | 2023-11-21T20:33:35.467Z | Downloaded cipher v0.4.4 |
1105 | 2023-11-21T20:33:35.472Z | Downloaded usdt-macro v0.3.5 |
1106 | 2023-11-21T20:33:35.472Z | Downloaded rand v0.8.5 |
1107 | 2023-11-21T20:33:35.472Z | Downloaded errno v0.3.2 |
1108 | 2023-11-21T20:33:35.472Z | Downloaded ed25519 v2.2.2 |
1109 | 2023-11-21T20:33:35.472Z | Downloaded pin-project-lite v0.2.13 |
1110 | 2023-11-21T20:33:35.472Z | Downloaded num_enum v0.5.11 |
1111 | 2023-11-21T20:33:35.472Z | Downloaded clap_derive v4.4.2 |
1112 | 2023-11-21T20:33:35.504Z | Downloaded nibble_vec v0.1.0 |
1113 | 2023-11-21T20:33:35.504Z | Downloaded float-cmp v0.9.0 |
1114 | 2023-11-21T20:33:35.507Z | Downloaded password-hash v0.4.2 |
1115 | 2023-11-21T20:33:35.507Z | Downloaded console v0.15.7 |
1116 | 2023-11-21T20:33:35.508Z | Downloaded futures-task v0.3.29 |
1117 | 2023-11-21T20:33:35.508Z | Downloaded futures-core v0.3.29 |
1118 | 2023-11-21T20:33:35.508Z | Downloaded native-tls v0.2.11 |
1119 | 2023-11-21T20:33:35.508Z | Downloaded blake2 v0.10.6 |
1120 | 2023-11-21T20:33:35.508Z | Downloaded tokio-tungstenite v0.20.1 |
1121 | 2023-11-21T20:33:35.508Z | Downloaded glob v0.3.1 |
1122 | 2023-11-21T20:33:35.508Z | Downloaded unicase v2.7.0 |
1123 | 2023-11-21T20:33:35.508Z | Downloaded toml_datetime v0.6.5 |
1124 | 2023-11-21T20:33:35.508Z | Downloaded rand_chacha v0.2.2 |
1125 | 2023-11-21T20:33:35.511Z | Downloaded predicates v3.0.4 |
1126 | 2023-11-21T20:33:35.520Z | Downloaded unicode-width v0.1.11 |
1127 | 2023-11-21T20:33:35.520Z | Downloaded tokio-macros v2.2.0 |
1128 | 2023-11-21T20:33:35.520Z | Downloaded rand_chacha v0.3.1 |
1129 | 2023-11-21T20:33:35.520Z | Downloaded r2d2 v0.8.10 |
1130 | 2023-11-21T20:33:35.520Z | Downloaded predicates-core v1.0.6 |
1131 | 2023-11-21T20:33:35.537Z | Downloaded dof v0.1.5 |
1132 | 2023-11-21T20:33:35.537Z | Downloaded mime_guess v2.0.4 |
1133 | 2023-11-21T20:33:35.537Z | Downloaded cancel-safe-futures v0.1.5 |
1134 | 2023-11-21T20:33:35.541Z | Downloaded num-complex v0.4.4 |
1135 | 2023-11-21T20:33:35.541Z | Downloaded ciborium v0.2.1 |
1136 | 2023-11-21T20:33:35.541Z | Downloaded ppv-lite86 v0.2.17 |
1137 | 2023-11-21T20:33:35.541Z | Downloaded phf_shared v0.11.2 |
1138 | 2023-11-21T20:33:35.544Z | Downloaded pin-utils v0.1.0 |
1139 | 2023-11-21T20:33:35.544Z | Downloaded phf v0.11.2 |
1140 | 2023-11-21T20:33:35.547Z | Downloaded colored v2.0.4 |
1141 | 2023-11-21T20:33:35.549Z | Downloaded pem v1.1.1 |
1142 | 2023-11-21T20:33:35.549Z | Downloaded http-range v0.1.5 |
1143 | 2023-11-21T20:33:35.554Z | Downloaded foreign-types-macros v0.2.3 |
1144 | 2023-11-21T20:33:35.554Z | Downloaded equivalent v1.0.1 |
1145 | 2023-11-21T20:33:35.557Z | Downloaded match_cfg v0.1.0 |
1146 | 2023-11-21T20:33:35.557Z | Downloaded dirs-sys v0.4.1 |
1147 | 2023-11-21T20:33:35.557Z | Downloaded dirs v5.0.1 |
1148 | 2023-11-21T20:33:35.567Z | Downloaded deranged v0.3.8 |
1149 | 2023-11-21T20:33:35.567Z | Downloaded ciborium-ll v0.2.1 |
1150 | 2023-11-21T20:33:35.567Z | Downloaded adler v1.0.2 |
1151 | 2023-11-21T20:33:35.567Z | Downloaded anstyle-query v1.0.0 |
1152 | 2023-11-21T20:33:35.567Z | Downloaded dirs-next v2.0.0 |
1153 | 2023-11-21T20:33:35.570Z | Downloaded chacha20 v0.9.1 |
1154 | 2023-11-21T20:33:35.573Z | Downloaded camino-tempfile v1.0.2 |
1155 | 2023-11-21T20:33:35.576Z | Downloaded base64ct v1.6.0 |
1156 | 2023-11-21T20:33:35.578Z | Downloaded ahash v0.8.3 |
1157 | 2023-11-21T20:33:35.581Z | Downloaded num-traits v0.2.16 |
1158 | 2023-11-21T20:33:35.592Z | Downloaded memoffset v0.9.0 |
1159 | 2023-11-21T20:33:35.595Z | Downloaded clap_lex v0.5.1 |
1160 | 2023-11-21T20:33:35.595Z | Downloaded mime v0.3.17 |
1161 | 2023-11-21T20:33:35.595Z | Downloaded password-hash v0.5.0 |
1162 | 2023-11-21T20:33:35.595Z | Downloaded num-iter v0.1.43 |
1163 | 2023-11-21T20:33:35.603Z | Downloaded num v0.4.1 |
1164 | 2023-11-21T20:33:35.603Z | Downloaded dyn-clone v1.0.13 |
1165 | 2023-11-21T20:33:35.603Z | Downloaded phf_shared v0.10.0 |
1166 | 2023-11-21T20:33:35.603Z | Downloaded cstr-argument v0.1.2 |
1167 | 2023-11-21T20:33:35.612Z | Downloaded async-trait v0.1.74 |
1168 | 2023-11-21T20:33:35.612Z | Downloaded byteorder v1.5.0 |
1169 | 2023-11-21T20:33:35.625Z | Downloaded rcgen v0.11.3 |
1170 | 2023-11-21T20:33:35.625Z | Downloaded quote v1.0.33 |
1171 | 2023-11-21T20:33:35.638Z | Downloaded parking_lot_core v0.9.8 |
1172 | 2023-11-21T20:33:35.638Z | Downloaded crossbeam-utils v0.8.16 |
1173 | 2023-11-21T20:33:35.638Z | Downloaded normalize-line-endings v0.3.0 |
1174 | 2023-11-21T20:33:36.249Z | Downloaded opaque-debug v0.3.0 |
1175 | 2023-11-21T20:33:36.249Z | Downloaded atomicwrites v0.4.2 |
1176 | 2023-11-21T20:33:36.249Z | Downloaded anstyle-parse v0.2.1 |
1177 | 2023-11-21T20:33:36.249Z | Downloaded crc32fast v1.3.2 |
1178 | 2023-11-21T20:33:36.249Z | Downloaded block-padding v0.3.3 |
1179 | 2023-11-21T20:33:36.249Z | Downloaded base16ct v0.2.0 |
1180 | 2023-11-21T20:33:36.249Z | Downloaded async-stream v0.3.5 |
1181 | 2023-11-21T20:33:36.249Z | Downloaded num_enum_derive v0.5.11 |
1182 | 2023-11-21T20:33:36.249Z | Downloaded ciborium-io v0.2.1 |
1183 | 2023-11-21T20:33:36.249Z | Downloaded colorchoice v1.0.0 |
1184 | 2023-11-21T20:33:36.249Z | Downloaded resolv-conf v0.7.0 |
1185 | 2023-11-21T20:33:36.250Z | Downloaded rand_core v0.6.4 |
1186 | 2023-11-21T20:33:36.250Z | Downloaded argon2 v0.5.2 |
1187 | 2023-11-21T20:33:36.250Z | Downloaded bcrypt-pbkdf v0.10.0 |
1188 | 2023-11-21T20:33:36.250Z | Downloaded atomic-waker v1.1.1 |
1189 | 2023-11-21T20:33:36.250Z | Downloaded proc-macro-error-attr v1.0.4 |
1190 | 2023-11-21T20:33:36.250Z | Downloaded rand_core v0.5.1 |
1191 | 2023-11-21T20:33:36.250Z | Downloaded cfg-if v0.1.10 |
1192 | 2023-11-21T20:33:36.250Z | Downloaded atty v0.2.14 |
1193 | 2023-11-21T20:33:36.250Z | Downloaded pin-project-internal v1.1.3 |
1194 | 2023-11-21T20:33:36.250Z | Downloaded pbkdf2 v0.12.2 |
1195 | 2023-11-21T20:33:36.250Z | Downloaded once_cell v1.18.0 |
1196 | 2023-11-21T20:33:36.250Z | Downloaded digest v0.10.7 |
1197 | 2023-11-21T20:33:36.250Z | Downloaded anstream v0.5.0 |
1198 | 2023-11-21T20:33:36.250Z | Downloaded pretty-hex v0.3.0 |
1199 | 2023-11-21T20:33:36.250Z | Downloaded autocfg v1.1.0 |
1200 | 2023-11-21T20:33:36.250Z | Downloaded proc-macro-crate v1.3.1 |
1201 | 2023-11-21T20:33:36.250Z | Downloaded pkg-config v0.3.27 |
1202 | 2023-11-21T20:33:36.250Z | Downloaded percent-encoding v2.3.0 |
1203 | 2023-11-21T20:33:36.250Z | Downloaded num-derive v0.4.0 |
1204 | 2023-11-21T20:33:36.250Z | Downloaded difflib v0.4.0 |
1205 | 2023-11-21T20:33:36.250Z | Downloaded data-encoding v2.4.0 |
1206 | 2023-11-21T20:33:36.251Z | Downloaded openssl-macros v0.1.1 |
1207 | 2023-11-21T20:33:36.251Z | Downloaded option-ext v0.2.0 |
1208 | 2023-11-21T20:33:36.251Z | Downloaded num-rational v0.4.1 |
1209 | 2023-11-21T20:33:36.251Z | Downloaded dtrace-parser v0.1.14 |
1210 | 2023-11-21T20:33:36.251Z | Downloaded crypto-common v0.1.6 |
1211 | 2023-11-21T20:33:36.251Z | Downloaded crossbeam-epoch v0.9.15 |
1212 | 2023-11-21T20:33:36.251Z | Downloaded ansi_term v0.12.1 |
1213 | 2023-11-21T20:33:36.251Z | Compiling proc-macro2 v1.0.69 |
1214 | 2023-11-21T20:33:36.251Z | Compiling unicode-ident v1.0.12 |
1215 | 2023-11-21T20:33:36.251Z | Compiling libc v0.2.150 |
1216 | 2023-11-21T20:33:36.251Z | Compiling serde v1.0.192 |
1217 | 2023-11-21T20:33:36.251Z | Compiling autocfg v1.1.0 |
1218 | 2023-11-21T20:33:36.265Z | Compiling version_check v0.9.4 |
1219 | 2023-11-21T20:33:36.265Z | Compiling cfg-if v1.0.0 |
1220 | 2023-11-21T20:33:36.550Z | Compiling syn v1.0.109 |
1221 | 2023-11-21T20:33:36.639Z | Compiling typenum v1.16.0 |
1222 | 2023-11-21T20:33:37.388Z | Compiling generic-array v0.14.7 |
1223 | 2023-11-21T20:33:40.129Z | Compiling lock_api v0.4.10 |
1224 | 2023-11-21T20:33:40.383Z | Compiling once_cell v1.18.0 |
1225 | 2023-11-21T20:33:40.383Z | Compiling parking_lot_core v0.9.8 |
1226 | 2023-11-21T20:33:40.383Z | Compiling libm v0.2.7 |
1227 | 2023-11-21T20:33:40.383Z | Compiling thiserror v1.0.49 |
1228 | 2023-11-21T20:33:40.383Z | Compiling num-traits v0.2.16 |
1229 | 2023-11-21T20:33:40.383Z | Compiling futures-core v0.3.29 |
1230 | 2023-11-21T20:33:40.383Z | Compiling itoa v1.0.9 |
1231 | 2023-11-21T20:33:40.383Z | Compiling memchr v2.6.3 |
1232 | 2023-11-21T20:33:40.383Z | Compiling serde_json v1.0.108 |
1233 | 2023-11-21T20:33:40.383Z | Compiling log v0.4.20 |
1234 | 2023-11-21T20:33:40.383Z | Compiling slab v0.4.9 |
1235 | 2023-11-21T20:33:40.383Z | Compiling quote v1.0.33 |
1236 | 2023-11-21T20:33:40.383Z | Compiling futures-task v0.3.29 |
1237 | 2023-11-21T20:33:40.383Z | Compiling futures-channel v0.3.29 |
1238 | 2023-11-21T20:33:40.383Z | Compiling futures-util v0.3.29 |
1239 | 2023-11-21T20:33:40.424Z | Compiling syn v2.0.32 |
1240 | 2023-11-21T20:33:40.528Z | Compiling getrandom v0.2.10 |
1241 | 2023-11-21T20:33:40.722Z | Compiling cc v1.0.83 |
1242 | 2023-11-21T20:33:41.206Z | Compiling rand_core v0.6.4 |
1243 | 2023-11-21T20:33:41.275Z | Compiling scopeguard v1.2.0 |
1244 | 2023-11-21T20:33:41.343Z | Compiling smallvec v1.11.0 |
1245 | 2023-11-21T20:33:41.905Z | Compiling ryu v1.0.15 |
1246 | 2023-11-21T20:33:42.146Z | Compiling heck v0.4.1 |
1247 | 2023-11-21T20:33:42.186Z | Compiling pin-project-lite v0.2.13 |
1248 | 2023-11-21T20:33:42.447Z | Compiling signal-hook-registry v1.4.1 |
1249 | 2023-11-21T20:33:43.425Z | Compiling parking_lot v0.12.1 |
1250 | 2023-11-21T20:33:43.627Z | Compiling schemars v0.8.13 |
1251 | 2023-11-21T20:33:43.838Z | Compiling pkg-config v0.3.27 |
1252 | 2023-11-21T20:33:44.144Z | Compiling mio v0.8.9 |
1253 | 2023-11-21T20:33:44.515Z | Compiling subtle v2.5.0 |
1254 | 2023-11-21T20:33:44.897Z | Compiling hashbrown v0.14.2 |
1255 | 2023-11-21T20:33:44.911Z | Compiling equivalent v1.0.1 |
1256 | 2023-11-21T20:33:45.066Z | Compiling socket2 v0.5.5 |
1257 | 2023-11-21T20:33:45.397Z | Compiling num_cpus v1.16.0 |
1258 | 2023-11-21T20:33:45.541Z | Compiling spin v0.5.2 |
1259 | 2023-11-21T20:33:45.660Z | Compiling httparse v1.8.0 |
1260 | 2023-11-21T20:33:45.941Z | Compiling fnv v1.0.7 |
1261 | 2023-11-21T20:33:46.125Z | Compiling byteorder v1.5.0 |
1262 | 2023-11-21T20:33:46.197Z | Compiling iana-time-zone v0.1.57 |
1263 | 2023-11-21T20:33:46.238Z | Compiling ring v0.16.20 |
1264 | 2023-11-21T20:33:46.266Z | Compiling indexmap v1.9.3 |
1265 | 2023-11-21T20:33:46.936Z | Compiling futures-sink v0.3.29 |
1266 | 2023-11-21T20:33:49.471Z | Compiling ring v0.17.5 |
1267 | 2023-11-21T20:33:49.472Z | Compiling vcpkg v0.2.15 |
1268 | 2023-11-21T20:33:49.529Z | Compiling futures-io v0.3.29 |
1269 | 2023-11-21T20:33:49.529Z | Compiling pin-utils v0.1.0 |
1270 | 2023-11-21T20:33:49.529Z | Compiling semver v1.0.20 |
1271 | 2023-11-21T20:33:49.529Z | Compiling dyn-clone v1.0.13 |
1272 | 2023-11-21T20:33:49.529Z | Compiling tracing-core v0.1.31 |
1273 | 2023-11-21T20:33:49.529Z | Compiling ahash v0.8.3 |
1274 | 2023-11-21T20:33:49.529Z | Compiling tinyvec_macros v0.1.1 |
1275 | 2023-11-21T20:33:49.529Z | Compiling async-trait v0.1.74 |
1276 | 2023-11-21T20:33:49.529Z | Compiling const-oid v0.9.5 |
1277 | 2023-11-21T20:33:49.529Z | Compiling tinyvec v1.6.0 |
1278 | 2023-11-21T20:33:49.529Z | Compiling openssl-sys v0.9.93 |
1279 | 2023-11-21T20:33:50.177Z | Compiling openssl v0.10.57 |
1280 | 2023-11-21T20:33:50.673Z | Compiling rustls v0.21.9 |
1281 | 2023-11-21T20:33:50.781Z | Compiling ucd-trie v0.1.6 |
1282 | 2023-11-21T20:33:51.015Z | Compiling unicode-normalization v0.1.22 |
1283 | 2023-11-21T20:33:51.067Z | Compiling time-core v0.1.1 |
1284 | 2023-11-21T20:33:51.142Z | Compiling winnow v0.5.15 |
1285 | 2023-11-21T20:33:51.299Z | Compiling unicode-bidi v0.3.13 |
1286 | 2023-11-21T20:33:51.752Z | Compiling serde_derive_internals v0.26.0 |
1287 | 2023-11-21T20:33:52.845Z | Compiling time-macros v0.2.13 |
1288 | 2023-11-21T20:33:53.746Z | Compiling cpufeatures v0.2.9 |
1289 | 2023-11-21T20:33:53.880Z | Compiling native-tls v0.2.11 |
1290 | 2023-11-21T20:33:54.365Z | Compiling aho-corasick v1.0.4 |
1291 | 2023-11-21T20:33:54.592Z | Compiling percent-encoding v2.3.0 |
1292 | 2023-11-21T20:33:55.078Z | Compiling rustix v0.38.9 |
1293 | 2023-11-21T20:33:55.562Z | Compiling slog v2.7.0 |
1294 | 2023-11-21T20:33:58.977Z | Compiling regex-syntax v0.8.2 |
1295 | 2023-11-21T20:33:59.098Z | Compiling backtrace v0.3.69 |
1296 | 2023-11-21T20:33:59.098Z | Compiling form_urlencoded v1.2.0 |
1297 | 2023-11-21T20:33:59.099Z | Compiling lazy_static v1.4.0 |
1298 | 2023-11-21T20:33:59.099Z | Compiling spin v0.9.8 |
1299 | 2023-11-21T20:33:59.099Z | Compiling ppv-lite86 v0.2.17 |
1300 | 2023-11-21T20:33:59.099Z | Compiling base64 v0.21.5 |
1301 | 2023-11-21T20:33:59.099Z | Compiling hashbrown v0.13.2 |
1302 | 2023-11-21T20:33:59.099Z | Compiling unicode-width v0.1.11 |
1303 | 2023-11-21T20:33:59.099Z | Compiling anyhow v1.0.75 |
1304 | 2023-11-21T20:33:59.099Z | Compiling idna v0.4.0 |
1305 | 2023-11-21T20:33:59.099Z | Compiling errno v0.3.2 |
1306 | 2023-11-21T20:33:59.300Z | Compiling rand_chacha v0.3.1 |
1307 | 2023-11-21T20:33:59.462Z | Compiling socket2 v0.4.9 |
1308 | 2023-11-21T20:33:59.756Z | Compiling hashbrown v0.12.3 |
1309 | 2023-11-21T20:34:00.984Z | Compiling url v2.4.1 |
1310 | 2023-11-21T20:34:02.437Z | Compiling untrusted v0.7.1 |
1311 | 2023-11-21T20:34:02.437Z | Compiling rand v0.8.5 |
1312 | 2023-11-21T20:34:02.437Z | Compiling regex-automata v0.4.3 |
1313 | 2023-11-21T20:34:03.083Z | Compiling num-integer v0.1.45 |
1314 | 2023-11-21T20:34:03.499Z | Compiling adler v1.0.2 |
1315 | 2023-11-21T20:34:03.836Z | Compiling untrusted v0.9.0 |
1316 | 2023-11-21T20:34:03.864Z | Compiling try-lock v0.2.4 |
1317 | 2023-11-21T20:34:04.147Z | Compiling httpdate v1.0.3 |
1318 | 2023-11-21T20:34:04.152Z | Compiling want v0.3.1 |
1319 | 2023-11-21T20:34:04.248Z | Compiling serde_derive v1.0.192 |
1320 | 2023-11-21T20:34:04.760Z | Compiling zeroize_derive v1.4.2 |
1321 | 2023-11-21T20:34:04.808Z | Compiling thiserror-impl v1.0.49 |
1322 | 2023-11-21T20:34:04.921Z | Compiling tokio-macros v2.2.0 |
1323 | 2023-11-21T20:34:07.882Z | Compiling futures-macro v0.3.29 |
1324 | 2023-11-21T20:34:07.882Z | Compiling tracing-attributes v0.1.26 |
1325 | 2023-11-21T20:34:07.882Z | Compiling zeroize v1.6.0 |
1326 | 2023-11-21T20:34:07.944Z | Compiling schemars_derive v0.8.13 |
1327 | 2023-11-21T20:34:09.446Z | Compiling pest v2.7.2 |
1328 | 2023-11-21T20:34:10.352Z | Compiling crypto-common v0.1.6 |
1329 | 2023-11-21T20:34:10.768Z | Compiling block-buffer v0.10.4 |
1330 | 2023-11-21T20:34:11.056Z | Compiling digest v0.10.7 |
1331 | 2023-11-21T20:34:11.715Z | Compiling openssl-macros v0.1.1 |
1332 | 2023-11-21T20:34:12.637Z | Compiling regex v1.10.2 |
1333 | 2023-11-21T20:34:12.761Z | Compiling tracing v0.1.37 |
1334 | 2023-11-21T20:34:12.792Z | Compiling miniz_oxide v0.7.1 |
1335 | 2023-11-21T20:34:13.600Z | Compiling foreign-types-shared v0.1.1 |
1336 | 2023-11-21T20:34:13.757Z | Compiling mime v0.3.17 |
1337 | 2023-11-21T20:34:14.365Z | Compiling openssl-probe v0.1.5 |
1338 | 2023-11-21T20:34:14.406Z | Compiling unicode-xid v0.2.4 |
1339 | 2023-11-21T20:34:14.657Z | Compiling tower-service v0.3.2 |
1340 | 2023-11-21T20:34:14.711Z | Compiling crc32fast v1.3.2 |
1341 | 2023-11-21T20:34:14.811Z | Compiling synstructure v0.12.6 |
1342 | 2023-11-21T20:34:14.979Z | Compiling foreign-types v0.3.2 |
1343 | 2023-11-21T20:34:15.146Z | Compiling rustls-webpki v0.101.7 |
1344 | 2023-11-21T20:34:15.146Z | Compiling sct v0.7.0 |
1345 | 2023-11-21T20:34:15.400Z | Compiling ipnet v2.8.0 |
1346 | 2023-11-21T20:34:15.430Z | Compiling crossbeam-utils v0.8.16 |
1347 | 2023-11-21T20:34:17.500Z | Compiling zerocopy-derive v0.2.0 |
1348 | 2023-11-21T20:34:17.655Z | Compiling pest_meta v2.7.2 |
1349 | 2023-11-21T20:34:18.073Z | Compiling rustls-pemfile v1.0.3 |
1350 | 2023-11-21T20:34:18.309Z | Compiling gimli v0.28.0 |
1351 | 2023-11-21T20:34:19.646Z | Compiling object v0.32.1 |
1352 | 2023-11-21T20:34:20.186Z | Compiling pest_generator v2.7.2 |
1353 | 2023-11-21T20:34:20.257Z | Compiling encoding_rs v0.8.33 |
1354 | 2023-11-21T20:34:23.244Z | Compiling rustc-demangle v0.1.23 |
1355 | 2023-11-21T20:34:24.819Z | Compiling bitflags v1.3.2 |
1356 | 2023-11-21T20:34:24.964Z | Compiling pest_derive v2.7.2 |
1357 | 2023-11-21T20:34:26.086Z | Compiling addr2line v0.21.0 |
1358 | 2023-11-21T20:34:26.586Z | Compiling rustls-native-certs v0.6.3 |
1359 | 2023-11-21T20:34:27.102Z | Compiling bytes v1.5.0 |
1360 | 2023-11-21T20:34:27.232Z | Compiling indexmap v2.1.0 |
1361 | 2023-11-21T20:34:27.349Z | Compiling chrono v0.4.31 |
1362 | 2023-11-21T20:34:27.845Z | Compiling uuid v1.6.1 |
1363 | 2023-11-21T20:34:28.260Z | Compiling bitflags v2.4.0 |
1364 | 2023-11-21T20:34:28.916Z | Compiling tokio v1.34.0 |
1365 | 2023-11-21T20:34:29.126Z | Compiling http v0.2.11 |
1366 | 2023-11-21T20:34:29.270Z | Compiling toml_datetime v0.6.5 |
1367 | 2023-11-21T20:34:29.975Z | Compiling serde_spanned v0.6.4 |
1368 | 2023-11-21T20:34:30.329Z | Compiling toml_edit v0.19.15 |
1369 | 2023-11-21T20:34:30.368Z | Compiling rustc_version v0.4.0 |
1370 | 2023-11-21T20:34:30.936Z | Compiling openapiv3 v2.0.0-rc.1 |
1371 | 2023-11-21T20:34:32.348Z | Compiling http-body v0.4.5 |
1372 | 2023-11-21T20:34:35.384Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2023-11-21T20:34:38.733Z | Compiling usdt-impl v0.3.5 |
1374 | 2023-11-21T20:34:39.161Z | Compiling webpki-roots v0.25.2 |
1375 | 2023-11-21T20:34:39.224Z | Compiling num_threads v0.1.6 |
1376 | 2023-11-21T20:34:39.277Z | Compiling deranged v0.3.8 |
1377 | 2023-11-21T20:34:39.412Z | Compiling io-lifetimes v1.0.11 |
1378 | 2023-11-21T20:34:40.519Z | Compiling serde_tokenstream v0.2.0 |
1379 | 2023-11-21T20:34:40.531Z | Compiling zerocopy v0.3.0 |
1380 | 2023-11-21T20:34:40.537Z | Compiling block-padding v0.3.3 |
1381 | 2023-11-21T20:34:40.751Z | Compiling dtrace-parser v0.1.14 |
1382 | 2023-11-21T20:34:40.888Z | Compiling inout v0.1.3 |
1383 | 2023-11-21T20:34:41.476Z | Compiling tokio-util v0.7.10 |
1384 | 2023-11-21T20:34:42.230Z | Compiling tokio-rustls v0.24.1 |
1385 | 2023-11-21T20:34:42.477Z | Compiling tokio-native-tls v0.3.1 |
1386 | 2023-11-21T20:34:42.615Z | Compiling time v0.3.27 |
1387 | 2023-11-21T20:34:42.833Z | Compiling dof v0.1.5 |
1388 | 2023-11-21T20:34:42.865Z | Compiling thread-id v4.2.0 |
1389 | 2023-11-21T20:34:43.112Z | Compiling num-bigint v0.4.4 |
1390 | 2023-11-21T20:34:43.667Z | Compiling h2 v0.3.21 |
1391 | 2023-11-21T20:34:43.866Z | Compiling rustix v0.37.23 |
1392 | 2023-11-21T20:34:44.036Z | Compiling rustversion v1.0.14 |
1393 | 2023-11-21T20:34:44.662Z | Compiling cipher v0.4.4 |
1394 | 2023-11-21T20:34:44.904Z | Compiling serde_tokenstream v0.1.7 |
1395 | 2023-11-21T20:34:44.964Z | Compiling zerocopy-derive v0.6.4 |
1396 | 2023-11-21T20:34:45.351Z | Compiling regress v0.7.1 |
1397 | 2023-11-21T20:34:45.595Z | Compiling data-encoding v2.4.0 |
1398 | 2023-11-21T20:34:47.349Z | Compiling flate2 v1.0.28 |
1399 | 2023-11-21T20:34:48.119Z | Compiling toml_edit v0.21.0 |
1400 | 2023-11-21T20:34:48.292Z | Compiling hex v0.4.3 |
1401 | 2023-11-21T20:34:48.952Z | Compiling hmac v0.12.1 |
1402 | 2023-11-21T20:34:49.201Z | Compiling strsim v0.10.0 |
1403 | 2023-11-21T20:34:50.267Z | Compiling strum_macros v0.25.2 |
1404 | 2023-11-21T20:34:50.272Z | Compiling usdt-attr-macro v0.3.5 |
1405 | 2023-11-21T20:34:50.828Z | Compiling usdt-macro v0.3.5 |
1406 | 2023-11-21T20:34:52.080Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1407 | 2023-11-21T20:34:52.665Z | Compiling sha2 v0.10.8 |
1408 | 2023-11-21T20:34:53.875Z | Compiling enum-as-inner v0.5.1 |
1409 | 2023-11-21T20:34:54.012Z | Compiling toml v0.7.8 |
1410 | 2023-11-21T20:34:54.128Z | Compiling heapless v0.7.16 |
1411 | 2023-11-21T20:34:54.671Z | Compiling futures-executor v0.3.29 |
1412 | 2023-11-21T20:34:55.395Z | Compiling hyper v0.14.27 |
1413 | 2023-11-21T20:34:55.647Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1414 | 2023-11-21T20:34:56.054Z | Compiling memoffset v0.9.0 |
1415 | 2023-11-21T20:34:56.417Z | Compiling unicode-segmentation v1.10.1 |
1416 | 2023-11-21T20:34:56.503Z | Compiling managed v0.8.0 |
1417 | 2023-11-21T20:34:56.698Z | Compiling signal-hook v0.3.17 |
1418 | 2023-11-21T20:34:57.272Z | Compiling futures v0.3.29 |
1419 | 2023-11-21T20:34:57.657Z | Compiling ipnetwork v0.20.0 |
1420 | 2023-11-21T20:34:57.680Z | Compiling getopts v0.2.21 |
1421 | 2023-11-21T20:34:57.888Z | Compiling num-iter v0.1.43 |
1422 | 2023-11-21T20:34:58.297Z | Compiling crossbeam-epoch v0.9.15 |
1423 | 2023-11-21T20:34:58.312Z | Compiling bit-vec v0.6.3 |
1424 | 2023-11-21T20:34:58.911Z | Compiling either v1.9.0 |
1425 | 2023-11-21T20:34:59.002Z | Compiling smoltcp v0.9.1 |
1426 | 2023-11-21T20:34:59.087Z | Compiling utf8parse v0.2.1 |
1427 | 2023-11-21T20:34:59.351Z | Compiling siphasher v0.3.11 |
1428 | 2023-11-21T20:34:59.366Z | Compiling matches v0.1.10 |
1429 | 2023-11-21T20:34:59.433Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1430 | 2023-11-21T20:34:59.555Z | Compiling anstyle v1.0.2 |
1431 | 2023-11-21T20:34:59.921Z | Compiling unsafe-libyaml v0.2.9 |
1432 | 2023-11-21T20:34:59.983Z | Compiling doc-comment v0.3.3 |
1433 | 2023-11-21T20:35:00.631Z | Compiling idna v0.2.3 |
1434 | 2023-11-21T20:35:00.646Z | Compiling anstyle-parse v0.2.1 |
1435 | 2023-11-21T20:35:01.637Z | Compiling zerocopy v0.6.4 |
1436 | 2023-11-21T20:35:01.737Z | Compiling signature v2.1.0 |
1437 | 2023-11-21T20:35:02.061Z | Compiling hubpack_derive v0.1.1 |
1438 | 2023-11-21T20:35:02.964Z | Compiling serde_yaml v0.9.25 |
1439 | 2023-11-21T20:35:03.466Z | Compiling clap_derive v4.4.2 |
1440 | 2023-11-21T20:35:03.466Z | Compiling pin-project-internal v1.1.3 |
1441 | 2023-11-21T20:35:03.466Z | Compiling colorchoice v1.0.0 |
1442 | 2023-11-21T20:35:03.657Z | Compiling anstyle-query v1.0.0 |
1443 | 2023-11-21T20:35:03.758Z | Compiling anstream v0.5.0 |
1444 | 2023-11-21T20:35:03.788Z | Compiling terminal_size v0.2.6 |
1445 | 2023-11-21T20:35:04.101Z | Compiling trust-dns-proto v0.22.0 |
1446 | 2023-11-21T20:35:04.978Z | Compiling usdt v0.3.5 |
1447 | 2023-11-21T20:35:06.392Z | Compiling yasna v0.5.2 |
1448 | 2023-11-21T20:35:07.505Z | Compiling hyper-tls v0.5.0 |
1449 | 2023-11-21T20:35:07.548Z | Compiling hyper-rustls v0.24.2 |
1450 | 2023-11-21T20:35:08.004Z | Compiling md-5 v0.10.5 |
1451 | 2023-11-21T20:35:08.339Z | Compiling reqwest v0.11.22 |
1452 | 2023-11-21T20:35:08.380Z | Compiling stringprep v0.1.3 |
1453 | 2023-11-21T20:35:09.221Z | Compiling diesel_table_macro_syntax v0.1.0 |
1454 | 2023-11-21T20:35:09.586Z | Compiling hash32 v0.2.1 |
1455 | 2023-11-21T20:35:09.787Z | Compiling clap_lex v0.5.1 |
1456 | 2023-11-21T20:35:10.052Z | Compiling fallible-iterator v0.2.0 |
1457 | 2023-11-21T20:35:10.064Z | Compiling stable_deref_trait v1.2.0 |
1458 | 2023-11-21T20:35:10.527Z | Compiling clap_builder v4.4.2 |
1459 | 2023-11-21T20:35:10.728Z | Compiling diesel_derives v2.1.1 |
1460 | 2023-11-21T20:35:11.299Z | Compiling postgres-protocol v0.6.6 |
1461 | 2023-11-21T20:35:12.290Z | Compiling phf_shared v0.11.2 |
1462 | 2023-11-21T20:35:13.589Z | Compiling tokio-stream v0.1.14 |
1463 | 2023-11-21T20:35:13.615Z | Compiling snafu-derive v0.7.5 |
1464 | 2023-11-21T20:35:14.708Z | Compiling serde_repr v0.1.16 |
1465 | 2023-11-21T20:35:15.125Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2023-11-21T20:35:16.109Z | Compiling regex-automata v0.1.10 |
1467 | 2023-11-21T20:35:16.469Z | Compiling r2d2 v0.8.10 |
1468 | 2023-11-21T20:35:16.919Z | Compiling bstr v0.2.17 |
1469 | 2023-11-21T20:35:17.034Z | Compiling clap v4.4.3 |
1470 | 2023-11-21T20:35:17.191Z | Compiling signal-hook-mio v0.2.3 |
1471 | 2023-11-21T20:35:18.305Z | Compiling bzip2 v0.4.4 |
1472 | 2023-11-21T20:35:18.696Z | Compiling phf v0.11.2 |
1473 | 2023-11-21T20:35:18.910Z | Compiling postgres-types v0.2.6 |
1474 | 2023-11-21T20:35:19.323Z | Compiling pin-project v1.1.3 |
1475 | 2023-11-21T20:35:19.506Z | Compiling hubpack v0.1.2 |
1476 | 2023-11-21T20:35:23.669Z | Compiling phf_shared v0.10.0 |
1477 | 2023-11-21T20:35:23.669Z | Compiling itertools v0.11.0 |
1478 | 2023-11-21T20:35:23.669Z | Compiling itertools v0.10.5 |
1479 | 2023-11-21T20:35:23.669Z | Compiling float-cmp v0.9.0 |
1480 | 2023-11-21T20:35:23.928Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1481 | 2023-11-21T20:35:23.928Z | Compiling whoami v1.4.1 |
1482 | 2023-11-21T20:35:24.109Z | Compiling normalize-line-endings v0.3.0 |
1483 | 2023-11-21T20:35:24.718Z | Compiling regex-automata v0.3.8 |
1484 | 2023-11-21T20:35:24.923Z | Compiling difflib v0.4.0 |
1485 | 2023-11-21T20:35:26.240Z | Compiling predicates-core v1.0.6 |
1486 | 2023-11-21T20:35:26.320Z | Compiling static_assertions v1.1.0 |
1487 | 2023-11-21T20:35:26.653Z | Compiling new_debug_unreachable v1.0.4 |
1488 | 2023-11-21T20:35:27.088Z | Compiling precomputed-hash v0.1.1 |
1489 | 2023-11-21T20:35:27.255Z | Compiling fixedbitset v0.4.2 |
1490 | 2023-11-21T20:35:27.255Z | Compiling bstr v1.6.0 |
1491 | 2023-11-21T20:35:27.255Z | Compiling string_cache v0.8.7 |
1492 | 2023-11-21T20:35:27.398Z | Compiling petgraph v0.6.4 |
1493 | 2023-11-21T20:35:27.426Z | Compiling predicates v3.0.4 |
1494 | 2023-11-21T20:35:27.817Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1495 | 2023-11-21T20:35:29.353Z | Compiling tokio-postgres v0.7.10 |
1496 | 2023-11-21T20:35:30.222Z | Compiling snafu v0.7.5 |
1497 | 2023-11-21T20:35:30.708Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1498 | 2023-11-21T20:35:30.708Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1499 | 2023-11-21T20:35:31.612Z | Compiling zip v0.6.6 |
1500 | 2023-11-21T20:35:31.670Z | Compiling similar v2.2.1 |
1501 | 2023-11-21T20:35:32.953Z | Compiling crossterm v0.27.0 |
1502 | 2023-11-21T20:35:33.817Z | Compiling bit-set v0.5.3 |
1503 | 2023-11-21T20:35:33.890Z | Compiling diesel v2.1.4 |
1504 | 2023-11-21T20:35:34.100Z | Compiling console v0.15.7 |
1505 | 2023-11-21T20:35:35.486Z | Compiling lalrpop-util v0.19.12 |
1506 | 2023-11-21T20:35:39.320Z | Compiling camino v1.1.6 |
1507 | 2023-11-21T20:35:40.007Z | Compiling slog-async v2.8.0 |
1508 | 2023-11-21T20:35:41.517Z | Compiling multer v2.1.0 |
1509 | 2023-11-21T20:35:42.820Z | Compiling async-stream-impl v0.3.5 |
1510 | 2023-11-21T20:35:43.313Z | Compiling paste v1.0.14 |
1511 | 2023-11-21T20:35:43.347Z | Compiling ident_case v1.0.1 |
1512 | 2023-11-21T20:35:43.636Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1513 | 2023-11-21T20:35:44.169Z | Compiling darling_core v0.20.3 |
1514 | 2023-11-21T20:35:46.417Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1515 | 2023-11-21T20:35:50.258Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1516 | 2023-11-21T20:35:51.553Z | Compiling structmeta-derive v0.2.0 |
1517 | 2023-11-21T20:35:52.033Z | Compiling regex-syntax v0.7.5 |
1518 | 2023-11-21T20:35:52.964Z | Compiling darling_macro v0.20.3 |
1519 | 2023-11-21T20:35:54.248Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1520 | 2023-11-21T20:35:54.436Z | Compiling darling v0.20.3 |
1521 | 2023-11-21T20:35:54.651Z | Compiling serde_with_macros v2.3.3 |
1522 | 2023-11-21T20:35:55.899Z | Compiling structmeta v0.2.0 |
1523 | 2023-11-21T20:36:02.401Z | Compiling parse-display-derive v0.8.2 |
1524 | 2023-11-21T20:36:09.456Z | Compiling toml v0.8.8 |
1525 | 2023-11-21T20:36:09.498Z | Compiling proc-macro-crate v1.3.1 |
1526 | 2023-11-21T20:36:10.016Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1527 | 2023-11-21T20:36:12.527Z | Compiling num_enum_derive v0.5.11 |
1528 | 2023-11-21T20:36:24.233Z | Compiling proc-macro-error-attr v1.0.4 |
1529 | 2023-11-21T20:36:31.242Z | Compiling proc-macro-error v1.0.4 |
1530 | 2023-11-21T20:36:32.114Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1531 | 2023-11-21T20:36:35.353Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1532 | 2023-11-21T20:36:41.432Z | Compiling foreign-types-macros v0.2.3 |
1533 | 2023-11-21T20:36:42.096Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2023-11-21T20:36:42.705Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1535 | 2023-11-21T20:36:45.796Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1536 | 2023-11-21T20:36:45.973Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2023-11-21T20:36:46.129Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1538 | 2023-11-21T20:36:50.578Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1539 | 2023-11-21T20:36:50.723Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1540 | 2023-11-21T20:36:58.699Z | Compiling sha1 v0.10.6 |
1541 | 2023-11-21T20:36:59.334Z | Compiling atty v0.2.14 |
1542 | 2023-11-21T20:36:59.374Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1543 | 2023-11-21T20:36:59.374Z | Compiling match_cfg v0.1.0 |
1544 | 2023-11-21T20:36:59.445Z | Compiling hostname v0.3.1 |
1545 | 2023-11-21T20:37:05.073Z | Compiling dirs-sys-next v0.1.2 |
1546 | 2023-11-21T20:37:11.797Z | Compiling dirs-next v2.0.0 |
1547 | 2023-11-21T20:37:14.193Z | Compiling heck v0.3.3 |
1548 | 2023-11-21T20:37:15.994Z | Compiling thread_local v1.1.7 |
1549 | 2023-11-21T20:37:16.098Z | Compiling fastrand v2.0.0 |
1550 | 2023-11-21T20:37:16.372Z | Compiling libefi-sys v0.1.0 |
1551 | 2023-11-21T20:37:16.963Z | Compiling tempfile v3.8.0 |
1552 | 2023-11-21T20:37:17.137Z | Compiling structopt-derive v0.4.18 |
1553 | 2023-11-21T20:37:17.224Z | Compiling term v0.7.0 |
1554 | 2023-11-21T20:37:17.320Z | Compiling zone_cfg_derive v0.3.0 |
1555 | 2023-11-21T20:37:17.407Z | Compiling crossbeam-channel v0.5.8 |
1556 | 2023-11-21T20:37:18.321Z | Compiling num-derive v0.4.0 |
1557 | 2023-11-21T20:37:18.614Z | Compiling instant v0.1.12 |
1558 | 2023-11-21T20:37:18.816Z | Compiling take_mut v0.2.2 |
1559 | 2023-11-21T20:37:19.163Z | Compiling slog-term v2.9.0 |
1560 | 2023-11-21T20:37:21.100Z | Compiling slog-json v2.6.1 |
1561 | 2023-11-21T20:37:21.257Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1562 | 2023-11-21T20:37:21.489Z | Compiling atomic-waker v1.1.1 |
1563 | 2023-11-21T20:37:21.557Z | Compiling slog-bunyan v2.4.0 |
1564 | 2023-11-21T20:37:21.675Z | Compiling waitgroup v0.1.2 |
1565 | 2023-11-21T20:37:21.850Z | Compiling async-stream v0.3.5 |
1566 | 2023-11-21T20:37:22.016Z | Compiling serde_path_to_error v0.1.14 |
1567 | 2023-11-21T20:37:22.291Z | Compiling platforms v3.0.2 |
1568 | 2023-11-21T20:37:22.572Z | Compiling debug-ignore v1.0.5 |
1569 | 2023-11-21T20:37:22.762Z | Compiling same-file v1.0.6 |
1570 | 2023-11-21T20:37:23.095Z | Compiling walkdir v2.4.0 |
1571 | 2023-11-21T20:37:23.610Z | Compiling strum v0.25.0 |
1572 | 2023-11-21T20:37:23.853Z | Compiling toml v0.5.11 |
1573 | 2023-11-21T20:37:23.916Z | Compiling semver-parser v0.10.2 |
1574 | 2023-11-21T20:37:24.099Z | Compiling xattr v1.0.1 |
1575 | 2023-11-21T20:37:24.743Z | Compiling filetime v0.2.22 |
1576 | 2023-11-21T20:37:25.035Z | Compiling tar v0.4.40 |
1577 | 2023-11-21T20:37:25.869Z | Compiling semver v0.11.0 |
1578 | 2023-11-21T20:37:25.947Z | Compiling serde_with v2.3.3 |
1579 | 2023-11-21T20:37:27.101Z | Compiling home v0.5.5 |
1580 | 2023-11-21T20:37:27.226Z | Compiling curve25519-dalek v4.1.0 |
1581 | 2023-11-21T20:37:27.432Z | Compiling toolchain_find v0.2.0 |
1582 | 2023-11-21T20:37:27.804Z | Compiling backoff v0.4.0 |
1583 | 2023-11-21T20:37:28.214Z | Compiling parse-display v0.8.2 |
1584 | 2023-11-21T20:37:28.492Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1585 | 2023-11-21T20:37:28.679Z | Compiling macaddr v1.0.1 |
1586 | 2023-11-21T20:37:28.860Z | Compiling rustfmt-wrapper v0.2.0 |
1587 | 2023-11-21T20:37:29.391Z | Compiling omicron-zone-package v0.9.1 |
1588 | 2023-11-21T20:37:30.620Z | Compiling curve25519-dalek-derive v0.1.0 |
1589 | 2023-11-21T20:37:31.195Z | Compiling num-rational v0.4.1 |
1590 | 2023-11-21T20:37:31.647Z | Compiling getrandom v0.1.16 |
1591 | 2023-11-21T20:37:32.290Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1592 | 2023-11-21T20:37:32.822Z | Compiling num_enum v0.5.11 |
1593 | 2023-11-21T20:37:33.008Z | Compiling postcard-cobs v0.1.5-pre |
1594 | 2023-11-21T20:37:33.375Z | Compiling postcard v0.7.3 |
1595 | 2023-11-21T20:37:33.468Z | Compiling smoltcp v0.8.2 |
1596 | 2023-11-21T20:37:34.162Z | Compiling unicase v2.7.0 |
1597 | 2023-11-21T20:37:34.602Z | Compiling foreign-types-shared v0.3.1 |
1598 | 2023-11-21T20:37:34.773Z | Compiling cfg-if v0.1.10 |
1599 | 2023-11-21T20:37:34.910Z | Compiling parking_lot_core v0.8.6 |
1600 | 2023-11-21T20:37:35.113Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1601 | 2023-11-21T20:37:35.461Z | Compiling foreign-types v0.5.0 |
1602 | 2023-11-21T20:37:36.140Z | Compiling is-terminal v0.4.9 |
1603 | 2023-11-21T20:37:36.172Z | Compiling cstr-argument v0.1.2 |
1604 | 2023-11-21T20:37:36.304Z | Compiling pretty-hex v0.2.1 |
1605 | 2023-11-21T20:37:36.883Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1606 | 2023-11-21T20:37:37.004Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1607 | 2023-11-21T20:37:37.269Z | Compiling colored v2.0.4 |
1608 | 2023-11-21T20:37:38.062Z | Compiling textwrap v0.11.0 |
1609 | 2023-11-21T20:37:38.065Z | Compiling slog-dtrace v0.2.3 |
1610 | 2023-11-21T20:37:38.343Z | Compiling strsim v0.8.0 |
1611 | 2023-11-21T20:37:38.390Z | Compiling winapi v0.3.9 |
1612 | 2023-11-21T20:37:38.526Z | Compiling vec_map v0.8.2 |
1613 | 2023-11-21T20:37:38.962Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1614 | 2023-11-21T20:37:39.209Z | Compiling convert_case v0.4.0 |
1615 | 2023-11-21T20:37:39.374Z | Compiling ansi_term v0.12.1 |
1616 | 2023-11-21T20:37:40.211Z | Compiling clap v2.34.0 |
1617 | 2023-11-21T20:37:40.446Z | Compiling derive_more v0.99.17 |
1618 | 2023-11-21T20:37:42.418Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1619 | 2023-11-21T20:37:44.903Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1620 | 2023-11-21T20:37:45.550Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1621 | 2023-11-21T20:37:45.634Z | Compiling thiserror-impl-no-std v2.0.2 |
1622 | 2023-11-21T20:37:47.655Z | Compiling base64ct v1.6.0 |
1623 | 2023-11-21T20:37:48.259Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1624 | 2023-11-21T20:37:49.687Z | Compiling structopt v0.3.26 |
1625 | 2023-11-21T20:37:49.979Z | Compiling mime_guess v2.0.4 |
1626 | 2023-11-21T20:37:50.755Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1627 | 2023-11-21T20:37:51.822Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1628 | 2023-11-21T20:37:52.424Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1629 | 2023-11-21T20:37:53.470Z | Compiling zone v0.3.0 |
1630 | 2023-11-21T20:37:54.356Z | Compiling smf v0.2.2 |
1631 | 2023-11-21T20:37:55.479Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1632 | 2023-11-21T20:37:55.692Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1633 | 2023-11-21T20:37:57.260Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1634 | 2023-11-21T20:37:57.643Z | Compiling universal-hash v0.5.1 |
1635 | 2023-11-21T20:37:57.768Z | Compiling opaque-debug v0.3.0 |
1636 | 2023-11-21T20:37:57.784Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1637 | 2023-11-21T20:37:58.226Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1638 | 2023-11-21T20:37:58.374Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1639 | 2023-11-21T20:37:58.689Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1640 | 2023-11-21T20:37:59.700Z | Compiling hkdf v0.12.3 |
1641 | 2023-11-21T20:37:59.710Z | Compiling cancel-safe-futures v0.1.5 |
1642 | 2023-11-21T20:38:00.462Z | Compiling keccak v0.1.4 |
1643 | 2023-11-21T20:38:01.962Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1644 | 2023-11-21T20:38:01.975Z | Compiling quick-error v1.2.3 |
1645 | 2023-11-21T20:38:02.167Z | Compiling linked-hash-map v0.5.6 |
1646 | 2023-11-21T20:38:02.744Z | Compiling lru-cache v0.1.2 |
1647 | 2023-11-21T20:38:03.040Z | Compiling resolv-conf v0.7.0 |
1648 | 2023-11-21T20:38:04.462Z | Compiling sha3 v0.10.8 |
1649 | 2023-11-21T20:38:05.074Z | Compiling password-hash v0.5.0 |
1650 | 2023-11-21T20:38:12.603Z | Compiling blake2 v0.10.6 |
1651 | 2023-11-21T20:38:12.637Z | Compiling aead v0.5.2 |
1652 | 2023-11-21T20:38:12.637Z | Compiling secrecy v0.8.0 |
1653 | 2023-11-21T20:38:12.638Z | Compiling num-complex v0.4.4 |
1654 | 2023-11-21T20:38:12.638Z | Compiling ff v0.13.0 |
1655 | 2023-11-21T20:38:12.638Z | Compiling nibble_vec v0.1.0 |
1656 | 2023-11-21T20:38:12.638Z | Compiling endian-type v0.1.2 |
1657 | 2023-11-21T20:38:12.638Z | Compiling arc-swap v1.6.0 |
1658 | 2023-11-21T20:38:12.638Z | Compiling utf-8 v0.7.6 |
1659 | 2023-11-21T20:38:12.638Z | Compiling slog-scope v4.4.0 |
1660 | 2023-11-21T20:38:12.638Z | Compiling num v0.4.1 |
1661 | 2023-11-21T20:38:12.638Z | Compiling tungstenite v0.20.1 |
1662 | 2023-11-21T20:38:12.778Z | Compiling radix_trie v0.2.1 |
1663 | 2023-11-21T20:38:13.191Z | Compiling group v0.13.0 |
1664 | 2023-11-21T20:38:13.367Z | Compiling argon2 v0.5.2 |
1665 | 2023-11-21T20:38:13.481Z | Compiling rand_core v0.5.1 |
1666 | 2023-11-21T20:38:13.861Z | Compiling trust-dns-resolver v0.22.0 |
1667 | 2023-11-21T20:38:14.097Z | Compiling poly1305 v0.8.0 |
1668 | 2023-11-21T20:38:21.282Z | Compiling chacha20 v0.9.1 |
1669 | 2023-11-21T20:38:21.675Z | Compiling crypto-bigint v0.5.2 |
1670 | 2023-11-21T20:38:21.880Z | Compiling option-ext v0.2.0 |
1671 | 2023-11-21T20:38:21.935Z | Compiling base16ct v0.2.0 |
1672 | 2023-11-21T20:38:21.979Z | Compiling ciborium-io v0.2.1 |
1673 | 2023-11-21T20:38:22.568Z | Compiling half v1.8.2 |
1674 | 2023-11-21T20:38:22.580Z | Compiling dirs-sys v0.4.1 |
1675 | 2023-11-21T20:38:23.160Z | Compiling ciborium-ll v0.2.1 |
1676 | 2023-11-21T20:38:23.887Z | Compiling parking_lot v0.11.2 |
1677 | 2023-11-21T20:38:23.979Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1678 | 2023-11-21T20:38:24.490Z | Compiling rand_chacha v0.2.2 |
1679 | 2023-11-21T20:38:24.581Z | Compiling elliptic-curve v0.13.5 |
1680 | 2023-11-21T20:38:24.970Z | Compiling tokio-tungstenite v0.20.1 |
1681 | 2023-11-21T20:38:25.353Z | Compiling trust-dns-client v0.22.0 |
1682 | 2023-11-21T20:38:25.495Z | Compiling slog-stdlog v4.1.1 |
1683 | 2023-11-21T20:38:25.712Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1684 | 2023-11-21T20:38:26.171Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1685 | 2023-11-21T20:38:26.212Z | Compiling polyval v0.6.1 |
1686 | 2023-11-21T20:38:26.862Z | Compiling thiserror-no-std v2.0.2 |
1687 | 2023-11-21T20:38:27.030Z | Compiling password-hash v0.4.2 |
1688 | 2023-11-21T20:38:27.979Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1689 | 2023-11-21T20:38:28.866Z | Compiling ed25519 v2.2.2 |
1690 | 2023-11-21T20:38:29.295Z | Compiling ctr v0.9.2 |
1691 | 2023-11-21T20:38:29.839Z | Compiling aes v0.8.3 |
1692 | 2023-11-21T20:38:29.850Z | Compiling blowfish v0.9.1 |
1693 | 2023-11-21T20:38:30.219Z | Compiling pbkdf2 v0.12.2 |
1694 | 2023-11-21T20:38:30.294Z | Compiling fxhash v0.2.1 |
1695 | 2023-11-21T20:38:30.664Z | Compiling glob v0.3.1 |
1696 | 2023-11-21T20:38:31.697Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1697 | 2023-11-21T20:38:33.185Z | Compiling sled v0.34.7 |
1698 | 2023-11-21T20:38:33.538Z | Compiling bcrypt-pbkdf v0.10.0 |
1699 | 2023-11-21T20:38:34.177Z | Compiling ed25519-dalek v2.0.0 |
1700 | 2023-11-21T20:38:35.067Z | Compiling pbkdf2 v0.11.0 |
1701 | 2023-11-21T20:38:35.693Z | Compiling russh-cryptovec v0.7.0 |
1702 | 2023-11-21T20:38:35.749Z | Compiling trust-dns-server v0.22.1 |
1703 | 2023-11-21T20:38:36.222Z | Compiling vsss-rs v3.3.1 |
1704 | 2023-11-21T20:38:36.656Z | Compiling ghash v0.5.0 |
1705 | 2023-11-21T20:38:36.670Z | Compiling slog-envlogger v2.2.0 |
1706 | 2023-11-21T20:38:36.670Z | Compiling rand v0.7.3 |
1707 | 2023-11-21T20:38:42.908Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1708 | 2023-11-21T20:38:43.026Z | Compiling ciborium v0.2.1 |
1709 | 2023-11-21T20:38:43.026Z | Compiling dirs v5.0.1 |
1710 | 2023-11-21T20:38:43.026Z | Compiling chacha20poly1305 v0.10.1 |
1711 | 2023-11-21T20:38:44.639Z | Compiling camino-tempfile v1.0.2 |
1712 | 2023-11-21T20:38:45.496Z | Compiling cbc v0.1.2 |
1713 | 2023-11-21T20:38:45.664Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1714 | 2023-11-21T20:38:45.678Z | Compiling headers-core v0.2.0 |
1715 | 2023-11-21T20:38:45.932Z | Compiling kstat-rs v0.2.3 |
1716 | 2023-11-21T20:38:46.199Z | Compiling pem v3.0.2 |
1717 | 2023-11-21T20:38:47.081Z | Compiling md5 v0.7.0 |
1718 | 2023-11-21T20:38:47.435Z | Compiling base64 v0.13.1 |
1719 | 2023-11-21T20:38:47.475Z | Compiling http-range v0.1.5 |
1720 | 2023-11-21T20:38:47.478Z | Compiling pretty-hex v0.3.0 |
1721 | 2023-11-21T20:38:47.618Z | Compiling russh-keys v0.38.0 |
1722 | 2023-11-21T20:38:47.759Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1723 | 2023-11-21T20:38:48.404Z | Compiling pem v1.1.1 |
1724 | 2023-11-21T20:38:49.492Z | Compiling hyper-staticfile v0.9.5 |
1725 | 2023-11-21T20:38:51.636Z | Compiling rcgen v0.11.3 |
1726 | 2023-11-21T20:38:52.050Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1727 | 2023-11-21T20:38:52.358Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1728 | 2023-11-21T20:38:52.988Z | Compiling headers v0.3.9 |
1729 | 2023-11-21T20:38:54.155Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1730 | 2023-11-21T20:39:04.146Z | Compiling aes-gcm v0.10.3 |
1731 | 2023-11-21T20:39:04.985Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1732 | 2023-11-21T20:39:07.501Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1733 | 2023-11-21T20:39:08.898Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1734 | 2023-11-21T20:39:15.677Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1735 | 2023-11-21T20:39:16.453Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1736 | 2023-11-21T20:39:17.043Z | Compiling atomicwrites v0.4.2 |
1737 | 2023-11-21T20:39:17.590Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1738 | 2023-11-21T20:39:21.019Z | Compiling itertools v0.12.0 |
1739 | 2023-11-21T20:39:21.897Z | Compiling subprocess v0.2.9 |
1740 | 2023-11-21T20:39:22.917Z | Compiling hex-literal v0.4.1 |
1741 | 2023-11-21T20:39:27.736Z | Compiling russh v0.39.0 |
1742 | 2023-11-21T20:39:27.736Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1743 | 2023-11-21T20:39:29.095Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1744 | 2023-11-21T20:39:48.752Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1745 | 2023-11-21T20:40:25.987Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1746 | 2023-11-21T20:41:44.440Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 30s |
1747 | 2023-11-21T20:41:44.765Z | |
1748 | 2023-11-21T20:41:44.776Z | real 8:30.994919894 |
1749 | 2023-11-21T20:41:44.777Z | user 50:26.840107550 |
1750 | 2023-11-21T20:41:44.777Z | sys 8:09.311548737 |
1751 | 2023-11-21T20:41:44.777Z | trap 1.846034722 |
1752 | 2023-11-21T20:41:44.777Z | tflt 4.705955832 |
1753 | 2023-11-21T20:41:44.777Z | dflt 5.940758022 |
1754 | 2023-11-21T20:41:44.777Z | kflt 0.020831175 |
1755 | 2023-11-21T20:41:44.777Z | lock 1:32:59.788708043 |
1756 | 2023-11-21T20:41:44.777Z | slp 2:18:32.597912215 |
1757 | 2023-11-21T20:41:44.777Z | lat 2:07.659970681 |
1758 | 2023-11-21T20:41:44.777Z | stop 5:00.443092966 |
1759 | 2023-11-21T20:41:44.777Z | + mkdir -p /work/end-to-end-tests |
1760 | 2023-11-21T20:41:44.777Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1761 | 2023-11-21T20:41:46.017Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1762 | 2023-11-21T20:41:46.017Z | + ptime -m gzip |
1763 | 2023-11-21T20:41:46.017Z | ++ basename target/debug/bootstrap |
1764 | 2023-11-21T20:42:00.987Z | |
1765 | 2023-11-21T20:42:00.987Z | real 15.110091905 |
1766 | 2023-11-21T20:42:00.987Z | user 14.940940654 |
1767 | 2023-11-21T20:42:00.987Z | sys 0.150575264 |
1768 | 2023-11-21T20:42:00.987Z | trap 0.006208126 |
1769 | 2023-11-21T20:42:00.988Z | tflt 0.000000000 |
1770 | 2023-11-21T20:42:00.988Z | dflt 0.000000000 |
1771 | 2023-11-21T20:42:00.988Z | kflt 0.000000000 |
1772 | 2023-11-21T20:42:00.988Z | lock 0.000000000 |
1773 | 2023-11-21T20:42:00.988Z | slp 0.000000000 |
1774 | 2023-11-21T20:42:00.988Z | lat 0.012018123 |
1775 | 2023-11-21T20:42:00.988Z | stop 0.000233060 |
1776 | 2023-11-21T20:42:00.988Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1777 | 2023-11-21T20:42:00.988Z | + ptime -m gzip |
1778 | 2023-11-21T20:42:00.988Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c5b3c0170fac683c |
1779 | 2023-11-21T20:42:01.934Z | |
1780 | 2023-11-21T20:42:01.934Z | real 1.095378766 |
1781 | 2023-11-21T20:42:01.934Z | user 1.082397456 |
1782 | 2023-11-21T20:42:01.941Z | sys 0.011862753 |
1783 | 2023-11-21T20:42:01.941Z | trap 0.000491357 |
1784 | 2023-11-21T20:42:01.941Z | tflt 0.000000000 |
1785 | 2023-11-21T20:42:01.941Z | dflt 0.000000000 |
1786 | 2023-11-21T20:42:01.941Z | kflt 0.000000000 |
1787 | 2023-11-21T20:42:01.941Z | lock 0.000000000 |
1788 | 2023-11-21T20:42:01.941Z | slp 0.000000000 |
1789 | 2023-11-21T20:42:01.941Z | lat 0.000280512 |
1790 | 2023-11-21T20:42:01.941Z | stop 0.000229626 |
1791 | 2023-11-21T20:42:01.941Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1792 | 2023-11-21T20:42:01.941Z | + ptime -m gzip |
1793 | 2023-11-21T20:42:01.941Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-729fe8377aaf32b5 |
1794 | 2023-11-21T20:42:19.070Z | |
1795 | 2023-11-21T20:42:19.077Z | real 17.163658389 |
1796 | 2023-11-21T20:42:19.077Z | user 16.986623756 |
1797 | 2023-11-21T20:42:19.077Z | sys 0.172515229 |
1798 | 2023-11-21T20:42:19.077Z | trap 0.002803006 |
1799 | 2023-11-21T20:42:19.077Z | tflt 0.000000000 |
1800 | 2023-11-21T20:42:19.077Z | dflt 0.000000000 |
1801 | 2023-11-21T20:42:19.077Z | kflt 0.000000000 |
1802 | 2023-11-21T20:42:19.077Z | lock 0.000000000 |
1803 | 2023-11-21T20:42:19.077Z | slp 0.000000000 |
1804 | 2023-11-21T20:42:19.077Z | lat 0.001375293 |
1805 | 2023-11-21T20:42:19.077Z | stop 0.000225687 |
1806 | 2023-11-21T20:42:19.077Z | + banner caboose-util |
1807 | 2023-11-21T20:42:19.077Z | |
1808 | 2023-11-21T20:42:19.077Z | #### ## ##### #### #### #### ###### # # ##### |
1809 | 2023-11-21T20:42:19.077Z | # # # # # # # # # # # # # # # |
1810 | 2023-11-21T20:42:19.077Z | # # # ##### # # # # #### ##### ##### # # # |
1811 | 2023-11-21T20:42:19.077Z | # ###### # # # # # # # # # # # |
1812 | 2023-11-21T20:42:19.077Z | # # # # # # # # # # # # # # # # |
1813 | 2023-11-21T20:42:19.077Z | #### # # ##### #### #### #### ###### #### # |
1814 | 2023-11-21T20:42:19.077Z | |
1815 | 2023-11-21T20:42:19.077Z | + ptime -m cargo build --locked -p caboose-util --release |
1816 | 2023-11-21T20:42:19.687Z | Downloading crates ... |
1817 | 2023-11-21T20:42:20.046Z | Downloaded bitfield v0.14.0 |
1818 | 2023-11-21T20:42:20.059Z | Downloaded path-slash v0.1.5 |
1819 | 2023-11-21T20:42:20.067Z | Downloaded nodrop v0.1.14 |
1820 | 2023-11-21T20:42:20.077Z | Downloaded crc-catalog v2.2.0 |
1821 | 2023-11-21T20:42:20.079Z | Downloaded tap v1.0.1 |
1822 | 2023-11-21T20:42:20.082Z | Downloaded termcolor v1.2.0 |
1823 | 2023-11-21T20:42:20.082Z | Downloaded radium v0.7.0 |
1824 | 2023-11-21T20:42:20.085Z | Downloaded flagset v0.4.3 |
1825 | 2023-11-21T20:42:20.088Z | Downloaded wyz v0.5.1 |
1826 | 2023-11-21T20:42:20.088Z | Downloaded smallvec v0.6.14 |
1827 | 2023-11-21T20:42:20.091Z | Downloaded maybe-uninit v2.0.0 |
1828 | 2023-11-21T20:42:20.093Z | Downloaded serde-hex v0.1.0 |
1829 | 2023-11-21T20:42:20.096Z | Downloaded funty v2.0.0 |
1830 | 2023-11-21T20:42:20.096Z | Downloaded packed_struct_codegen v0.10.1 |
1831 | 2023-11-21T20:42:20.099Z | Downloaded env_logger v0.10.0 |
1832 | 2023-11-21T20:42:20.102Z | Downloaded der_derive v0.7.2 |
1833 | 2023-11-21T20:42:20.105Z | Downloaded pkcs1 v0.7.5 |
1834 | 2023-11-21T20:42:20.109Z | Downloaded crc-any v2.4.3 |
1835 | 2023-11-21T20:42:20.112Z | Downloaded rsa v0.9.2 |
1836 | 2023-11-21T20:42:20.122Z | Downloaded ron v0.8.1 |
1837 | 2023-11-21T20:42:20.137Z | Downloaded x509-cert v0.2.4 |
1838 | 2023-11-21T20:42:20.152Z | Downloaded bitvec v1.0.1 |
1839 | 2023-11-21T20:42:20.175Z | Downloaded object v0.30.4 |
1840 | 2023-11-21T20:42:20.182Z | Downloaded num-bigint-dig v0.8.4 |
1841 | 2023-11-21T20:42:20.189Z | Downloaded pem-rfc7468 v0.7.0 |
1842 | 2023-11-21T20:42:20.192Z | Downloaded packed_struct v0.10.1 |
1843 | 2023-11-21T20:42:20.196Z | Downloaded crc v3.0.1 |
1844 | 2023-11-21T20:42:20.198Z | Downloaded array-init v0.0.4 |
1845 | 2023-11-21T20:42:20.364Z | Compiling proc-macro2 v1.0.69 |
1846 | 2023-11-21T20:42:20.367Z | Compiling unicode-ident v1.0.12 |
1847 | 2023-11-21T20:42:20.367Z | Compiling libc v0.2.150 |
1848 | 2023-11-21T20:42:20.367Z | Compiling autocfg v1.1.0 |
1849 | 2023-11-21T20:42:20.367Z | Compiling serde v1.0.192 |
1850 | 2023-11-21T20:42:20.367Z | Compiling cfg-if v1.0.0 |
1851 | 2023-11-21T20:42:20.367Z | Compiling version_check v0.9.4 |
1852 | 2023-11-21T20:42:20.499Z | Compiling syn v1.0.109 |
1853 | 2023-11-21T20:42:20.534Z | Compiling parking_lot_core v0.9.8 |
1854 | 2023-11-21T20:42:20.625Z | Compiling typenum v1.16.0 |
1855 | 2023-11-21T20:42:21.196Z | Compiling libm v0.2.7 |
1856 | 2023-11-21T20:42:21.217Z | Compiling futures-core v0.3.29 |
1857 | 2023-11-21T20:42:21.425Z | Compiling generic-array v0.14.7 |
1858 | 2023-11-21T20:42:21.509Z | Compiling lock_api v0.4.10 |
1859 | 2023-11-21T20:42:21.646Z | Compiling num-traits v0.2.16 |
1860 | 2023-11-21T20:42:21.675Z | Compiling once_cell v1.18.0 |
1861 | 2023-11-21T20:42:21.839Z | Compiling pkg-config v0.3.27 |
1862 | 2023-11-21T20:42:21.914Z | Compiling scopeguard v1.2.0 |
1863 | 2023-11-21T20:42:22.260Z | Compiling slab v0.4.9 |
1864 | 2023-11-21T20:42:22.263Z | Compiling futures-task v0.3.29 |
1865 | 2023-11-21T20:42:22.291Z | Compiling futures-channel v0.3.29 |
1866 | 2023-11-21T20:42:22.700Z | Compiling quote v1.0.33 |
1867 | 2023-11-21T20:42:22.728Z | Compiling serde_json v1.0.108 |
1868 | 2023-11-21T20:42:22.915Z | Compiling thiserror v1.0.49 |
1869 | 2023-11-21T20:42:23.184Z | Compiling futures-util v0.3.29 |
1870 | 2023-11-21T20:42:23.508Z | Compiling syn v2.0.32 |
1871 | 2023-11-21T20:42:23.508Z | Compiling cc v1.0.83 |
1872 | 2023-11-21T20:42:23.584Z | Compiling getrandom v0.2.10 |
1873 | 2023-11-21T20:42:23.663Z | Compiling itoa v1.0.9 |
1874 | 2023-11-21T20:42:24.211Z | Compiling memchr v2.6.3 |
1875 | 2023-11-21T20:42:24.215Z | Compiling smallvec v1.11.0 |
1876 | 2023-11-21T20:42:24.219Z | Compiling log v0.4.20 |
1877 | 2023-11-21T20:42:25.636Z | Compiling vcpkg v0.2.15 |
1878 | 2023-11-21T20:42:25.842Z | Compiling byteorder v1.5.0 |
1879 | 2023-11-21T20:42:26.460Z | Compiling rand_core v0.6.4 |
1880 | 2023-11-21T20:42:26.777Z | Compiling parking_lot v0.12.1 |
1881 | 2023-11-21T20:42:26.939Z | Compiling pin-project-lite v0.2.13 |
1882 | 2023-11-21T20:42:27.678Z | Compiling ring v0.17.5 |
1883 | 2023-11-21T20:42:28.159Z | Compiling indexmap v1.9.3 |
1884 | 2023-11-21T20:42:28.505Z | Compiling openssl-sys v0.9.93 |
1885 | 2023-11-21T20:42:29.758Z | Compiling signal-hook-registry v1.4.1 |
1886 | 2023-11-21T20:42:30.364Z | Compiling io-lifetimes v1.0.11 |
1887 | 2023-11-21T20:42:30.616Z | Compiling heck v0.4.1 |
1888 | 2023-11-21T20:42:31.151Z | Compiling ring v0.16.20 |
1889 | 2023-11-21T20:42:31.271Z | Compiling mio v0.8.9 |
1890 | 2023-11-21T20:42:32.868Z | Compiling num-integer v0.1.45 |
1891 | 2023-11-21T20:42:33.037Z | Compiling ryu v1.0.15 |
1892 | 2023-11-21T20:42:33.184Z | Compiling const-oid v0.9.5 |
1893 | 2023-11-21T20:42:33.197Z | Compiling semver v1.0.20 |
1894 | 2023-11-21T20:42:33.844Z | Compiling rustix v0.37.23 |
1895 | 2023-11-21T20:42:34.730Z | Compiling spin v0.5.2 |
1896 | 2023-11-21T20:42:35.123Z | Compiling num_cpus v1.16.0 |
1897 | 2023-11-21T20:42:35.174Z | Compiling socket2 v0.5.5 |
1898 | 2023-11-21T20:42:35.276Z | Compiling unicode-xid v0.2.4 |
1899 | 2023-11-21T20:42:35.520Z | Compiling httparse v1.8.0 |
1900 | 2023-11-21T20:42:36.070Z | Compiling futures-sink v0.3.29 |
1901 | 2023-11-21T20:42:36.145Z | Compiling ucd-trie v0.1.6 |
1902 | 2023-11-21T20:42:36.288Z | Compiling openssl v0.10.57 |
1903 | 2023-11-21T20:42:36.610Z | Compiling synstructure v0.12.6 |
1904 | 2023-11-21T20:42:36.964Z | Compiling tinyvec_macros v0.1.1 |
1905 | 2023-11-21T20:42:37.068Z | Compiling tinyvec v1.6.0 |
1906 | 2023-11-21T20:42:38.224Z | Compiling native-tls v0.2.11 |
1907 | 2023-11-21T20:42:38.386Z | Compiling crc32fast v1.3.2 |
1908 | 2023-11-21T20:42:38.424Z | Compiling pin-utils v0.1.0 |
1909 | 2023-11-21T20:42:38.545Z | Compiling rustls v0.21.9 |
1910 | 2023-11-21T20:42:38.686Z | Compiling futures-io v0.3.29 |
1911 | 2023-11-21T20:42:39.023Z | Compiling ppv-lite86 v0.2.17 |
1912 | 2023-11-21T20:42:39.090Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1913 | 2023-11-21T20:42:39.093Z | Compiling spin v0.9.8 |
1914 | 2023-11-21T20:42:39.387Z | Compiling tracing-core v0.1.31 |
1915 | 2023-11-21T20:42:39.658Z | Compiling unicode-normalization v0.1.22 |
1916 | 2023-11-21T20:42:39.743Z | Compiling subtle v2.5.0 |
1917 | 2023-11-21T20:42:40.352Z | Compiling rand_chacha v0.3.1 |
1918 | 2023-11-21T20:42:40.355Z | Compiling unicode-bidi v0.3.13 |
1919 | 2023-11-21T20:42:41.323Z | Compiling rand v0.8.5 |
1920 | 2023-11-21T20:42:42.183Z | Compiling errno v0.3.2 |
1921 | 2023-11-21T20:42:42.396Z | Compiling num-iter v0.1.43 |
1922 | 2023-11-21T20:42:42.443Z | Compiling usdt-impl v0.3.5 |
1923 | 2023-11-21T20:42:42.505Z | Compiling ahash v0.8.3 |
1924 | 2023-11-21T20:42:42.833Z | Compiling base64 v0.21.5 |
1925 | 2023-11-21T20:42:42.942Z | Compiling rustix v0.38.9 |
1926 | 2023-11-21T20:42:43.233Z | Compiling signal-hook v0.3.17 |
1927 | 2023-11-21T20:42:43.534Z | Compiling schemars v0.8.13 |
1928 | 2023-11-21T20:42:44.305Z | Compiling serde_derive_internals v0.26.0 |
1929 | 2023-11-21T20:42:45.402Z | Compiling serde_derive v1.0.192 |
1930 | 2023-11-21T20:42:46.200Z | Compiling zeroize_derive v1.4.2 |
1931 | 2023-11-21T20:42:46.294Z | Compiling tokio-macros v2.2.0 |
1932 | 2023-11-21T20:42:46.424Z | Compiling thiserror-impl v1.0.49 |
1933 | 2023-11-21T20:42:46.494Z | Compiling futures-macro v0.3.29 |
1934 | 2023-11-21T20:42:48.013Z | Compiling zeroize v1.6.0 |
1935 | 2023-11-21T20:42:48.166Z | Compiling tracing-attributes v0.1.26 |
1936 | 2023-11-21T20:42:49.176Z | Compiling zerocopy-derive v0.2.0 |
1937 | 2023-11-21T20:42:49.404Z | Compiling openssl-macros v0.1.1 |
1938 | 2023-11-21T20:42:50.455Z | Compiling zerocopy-derive v0.6.4 |
1939 | 2023-11-21T20:42:50.989Z | Compiling crypto-common v0.1.6 |
1940 | 2023-11-21T20:42:51.042Z | Compiling pest v2.7.2 |
1941 | 2023-11-21T20:42:51.288Z | Compiling block-buffer v0.10.4 |
1942 | 2023-11-21T20:42:51.667Z | Compiling digest v0.10.7 |
1943 | 2023-11-21T20:42:52.664Z | Compiling bitflags v1.3.2 |
1944 | 2023-11-21T20:42:53.531Z | Compiling fnv v1.0.7 |
1945 | 2023-11-21T20:42:53.548Z | Compiling tracing v0.1.37 |
1946 | 2023-11-21T20:42:54.049Z | Compiling zerocopy v0.3.0 |
1947 | 2023-11-21T20:42:54.466Z | Compiling schemars_derive v0.8.13 |
1948 | 2023-11-21T20:42:55.048Z | Compiling pest_meta v2.7.2 |
1949 | 2023-11-21T20:42:55.734Z | Compiling lazy_static v1.4.0 |
1950 | 2023-11-21T20:42:57.852Z | Compiling pest_generator v2.7.2 |
1951 | 2023-11-21T20:42:59.241Z | Compiling backtrace v0.3.69 |
1952 | 2023-11-21T20:42:59.445Z | Compiling memoffset v0.9.0 |
1953 | 2023-11-21T20:42:59.490Z | Compiling num-bigint v0.4.4 |
1954 | 2023-11-21T20:42:59.838Z | Compiling percent-encoding v2.3.0 |
1955 | 2023-11-21T20:42:59.877Z | Compiling iana-time-zone v0.1.57 |
1956 | 2023-11-21T20:43:00.133Z | Compiling openssl-probe v0.1.5 |
1957 | 2023-11-21T20:43:00.337Z | Compiling equivalent v1.0.1 |
1958 | 2023-11-21T20:43:00.390Z | Compiling async-trait v0.1.74 |
1959 | 2023-11-21T20:43:00.485Z | Compiling hashbrown v0.12.3 |
1960 | 2023-11-21T20:43:00.544Z | Compiling smoltcp v0.9.1 |
1961 | 2023-11-21T20:43:00.746Z | Compiling doc-comment v0.3.3 |
1962 | 2023-11-21T20:43:01.124Z | Compiling hashbrown v0.14.2 |
1963 | 2023-11-21T20:43:01.509Z | Compiling crossbeam-utils v0.8.16 |
1964 | 2023-11-21T20:43:01.560Z | Compiling untrusted v0.7.1 |
1965 | 2023-11-21T20:43:01.730Z | Compiling pest_derive v2.7.2 |
1966 | 2023-11-21T20:43:01.794Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1967 | 2023-11-21T20:43:02.174Z | Compiling untrusted v0.9.0 |
1968 | 2023-11-21T20:43:02.426Z | Compiling foreign-types-shared v0.1.1 |
1969 | 2023-11-21T20:43:02.571Z | Compiling base64ct v1.6.0 |
1970 | 2023-11-21T20:43:02.841Z | Compiling dtrace-parser v0.1.14 |
1971 | 2023-11-21T20:43:02.996Z | Compiling foreign-types v0.3.2 |
1972 | 2023-11-21T20:43:03.505Z | Compiling pem-rfc7468 v0.7.0 |
1973 | 2023-11-21T20:43:05.534Z | Compiling dof v0.1.5 |
1974 | 2023-11-21T20:43:05.984Z | Compiling der_derive v0.7.2 |
1975 | 2023-11-21T20:43:06.410Z | Compiling clap_derive v4.4.2 |
1976 | 2023-11-21T20:43:08.264Z | Compiling bytes v1.5.0 |
1977 | 2023-11-21T20:43:09.356Z | Compiling bitflags v2.4.0 |
1978 | 2023-11-21T20:43:09.698Z | Compiling tokio v1.34.0 |
1979 | 2023-11-21T20:43:11.289Z | Compiling rustc_version v0.4.0 |
1980 | 2023-11-21T20:43:12.264Z | Compiling heapless v0.7.16 |
1981 | 2023-11-21T20:43:12.461Z | Compiling http v0.2.11 |
1982 | 2023-11-21T20:43:12.854Z | Compiling uuid v1.6.1 |
1983 | 2023-11-21T20:43:13.625Z | Compiling chrono v0.4.31 |
1984 | 2023-11-21T20:43:13.953Z | Compiling indexmap v2.1.0 |
1985 | 2023-11-21T20:43:16.085Z | Compiling thread-id v4.2.0 |
1986 | 2023-11-21T20:43:16.091Z | Compiling utf8parse v0.2.1 |
1987 | 2023-11-21T20:43:16.111Z | Compiling rustversion v1.0.14 |
1988 | 2023-11-21T20:43:16.233Z | Compiling flagset v0.4.3 |
1989 | 2023-11-21T20:43:16.400Z | Compiling cpufeatures v0.2.9 |
1990 | 2023-11-21T20:43:16.557Z | Compiling anstyle v1.0.2 |
1991 | 2023-11-21T20:43:16.998Z | Compiling siphasher v0.3.11 |
1992 | 2023-11-21T20:43:17.527Z | Compiling try-lock v0.2.4 |
1993 | 2023-11-21T20:43:17.602Z | Compiling adler v1.0.2 |
1994 | 2023-11-21T20:43:17.723Z | Compiling time-core v0.1.1 |
1995 | 2023-11-21T20:43:17.964Z | Compiling time-macros v0.2.13 |
1996 | 2023-11-21T20:43:19.402Z | Compiling miniz_oxide v0.7.1 |
1997 | 2023-11-21T20:43:21.317Z | Compiling want v0.3.1 |
1998 | 2023-11-21T20:43:21.639Z | Compiling der v0.7.8 |
1999 | 2023-11-21T20:43:21.717Z | Compiling sha2 v0.10.8 |
2000 | 2023-11-21T20:43:22.141Z | Compiling tokio-util v0.7.10 |
2001 | 2023-11-21T20:43:22.903Z | Compiling anstyle-parse v0.2.1 |
2002 | 2023-11-21T20:43:24.468Z | Compiling h2 v0.3.21 |
2003 | 2023-11-21T20:43:26.330Z | Compiling http-body v0.4.5 |
2004 | 2023-11-21T20:43:29.989Z | Compiling serde_tokenstream v0.1.7 |
2005 | 2023-11-21T20:43:30.794Z | Compiling sct v0.7.0 |
2006 | 2023-11-21T20:43:31.223Z | Compiling rustls-webpki v0.101.7 |
2007 | 2023-11-21T20:43:31.961Z | Compiling form_urlencoded v1.2.0 |
2008 | 2023-11-21T20:43:32.402Z | Compiling hubpack_derive v0.1.1 |
2009 | 2023-11-21T20:43:33.190Z | Compiling pin-project-internal v1.1.3 |
2010 | 2023-11-21T20:43:33.975Z | Compiling socket2 v0.4.9 |
2011 | 2023-11-21T20:43:34.029Z | Compiling crossbeam-epoch v0.9.15 |
2012 | 2023-11-21T20:43:35.337Z | Compiling tower-service v0.3.2 |
2013 | 2023-11-21T20:43:35.579Z | Compiling radium v0.7.0 |
2014 | 2023-11-21T20:43:35.970Z | Compiling anstyle-query v1.0.0 |
2015 | 2023-11-21T20:43:36.130Z | Compiling colorchoice v1.0.0 |
2016 | 2023-11-21T20:43:36.142Z | Compiling slog v2.7.0 |
2017 | 2023-11-21T20:43:36.254Z | Compiling httpdate v1.0.3 |
2018 | 2023-11-21T20:43:36.518Z | Compiling anyhow v1.0.75 |
2019 | 2023-11-21T20:43:37.446Z | Compiling hyper v0.14.27 |
2020 | 2023-11-21T20:43:38.028Z | Compiling anstream v0.5.0 |
2021 | 2023-11-21T20:43:45.703Z | Compiling terminal_size v0.2.6 |
2022 | 2023-11-21T20:43:46.016Z | Compiling spki v0.7.2 |
2023 | 2023-11-21T20:43:46.929Z | Compiling serde_spanned v0.6.4 |
2024 | 2023-11-21T20:43:47.260Z | Compiling toml_datetime v0.6.5 |
2025 | 2023-11-21T20:43:48.590Z | Compiling rustls-pemfile v1.0.3 |
2026 | 2023-11-21T20:43:49.113Z | Compiling zerocopy v0.6.4 |
2027 | 2023-11-21T20:43:50.355Z | Compiling hmac v0.12.1 |
2028 | 2023-11-21T20:43:50.743Z | Compiling md-5 v0.10.5 |
2029 | 2023-11-21T20:43:50.932Z | Compiling idna v0.4.0 |
2030 | 2023-11-21T20:43:51.079Z | Compiling stringprep v0.1.3 |
2031 | 2023-11-21T20:43:52.563Z | Compiling diesel_table_macro_syntax v0.1.0 |
2032 | 2023-11-21T20:43:52.587Z | Compiling hash32 v0.2.1 |
2033 | 2023-11-21T20:43:52.656Z | Compiling aho-corasick v1.0.4 |
2034 | 2023-11-21T20:43:53.098Z | Compiling either v1.9.0 |
2035 | 2023-11-21T20:43:53.155Z | Compiling tap v1.0.1 |
2036 | 2023-11-21T20:43:53.290Z | Compiling dyn-clone v1.0.13 |
2037 | 2023-11-21T20:43:53.378Z | Compiling maybe-uninit v2.0.0 |
2038 | 2023-11-21T20:43:53.534Z | Compiling stable_deref_trait v1.2.0 |
2039 | 2023-11-21T20:43:53.609Z | Compiling winnow v0.5.15 |
2040 | 2023-11-21T20:43:53.883Z | Compiling gimli v0.28.0 |
2041 | 2023-11-21T20:43:54.131Z | Compiling fallible-iterator v0.2.0 |
2042 | 2023-11-21T20:43:54.222Z | Compiling regex-syntax v0.8.2 |
2043 | 2023-11-21T20:43:54.288Z | Compiling clap_lex v0.5.1 |
2044 | 2023-11-21T20:43:55.272Z | Compiling strsim v0.10.0 |
2045 | 2023-11-21T20:43:55.410Z | Compiling postgres-protocol v0.6.6 |
2046 | 2023-11-21T20:43:57.395Z | Compiling clap_builder v4.4.2 |
2047 | 2023-11-21T20:43:59.552Z | Compiling wyz v0.5.1 |
2048 | 2023-11-21T20:43:59.678Z | Compiling diesel_derives v2.1.1 |
2049 | 2023-11-21T20:44:00.278Z | Compiling regex-automata v0.4.3 |
2050 | 2023-11-21T20:44:01.346Z | Compiling addr2line v0.21.0 |
2051 | 2023-11-21T20:44:02.417Z | Compiling url v2.4.1 |
2052 | 2023-11-21T20:44:02.483Z | Compiling tokio-rustls v0.24.1 |
2053 | 2023-11-21T20:44:04.604Z | Compiling rustls-native-certs v0.6.3 |
2054 | 2023-11-21T20:44:04.626Z | Compiling strum_macros v0.25.2 |
2055 | 2023-11-21T20:44:10.544Z | Compiling tokio-native-tls v0.3.1 |
2056 | 2023-11-21T20:44:10.991Z | Compiling usdt-macro v0.3.5 |
2057 | 2023-11-21T20:44:11.474Z | Compiling usdt-attr-macro v0.3.5 |
2058 | 2023-11-21T20:44:13.079Z | Compiling phf_shared v0.11.2 |
2059 | 2023-11-21T20:44:13.976Z | Compiling block-padding v0.3.3 |
2060 | 2023-11-21T20:44:14.091Z | Compiling enum-as-inner v0.5.1 |
2061 | 2023-11-21T20:44:14.295Z | Compiling snafu-derive v0.7.5 |
2062 | 2023-11-21T20:44:14.444Z | Compiling serde_repr v0.1.16 |
2063 | 2023-11-21T20:44:15.562Z | Compiling scheduled-thread-pool v0.2.7 |
2064 | 2023-11-21T20:44:16.105Z | Compiling object v0.32.1 |
2065 | 2023-11-21T20:44:22.457Z | Compiling funty v2.0.0 |
2066 | 2023-11-21T20:44:23.047Z | Compiling packed_struct v0.10.1 |
2067 | 2023-11-21T20:44:23.636Z | Compiling regex-automata v0.1.10 |
2068 | 2023-11-21T20:44:23.643Z | Compiling matches v0.1.10 |
2069 | 2023-11-21T20:44:24.392Z | Compiling num_threads v0.1.6 |
2070 | 2023-11-21T20:44:24.558Z | Compiling rustc-demangle v0.1.23 |
2071 | 2023-11-21T20:44:25.059Z | Compiling num-bigint-dig v0.8.4 |
2072 | 2023-11-21T20:44:25.403Z | Compiling bit-vec v0.6.3 |
2073 | 2023-11-21T20:44:26.059Z | Compiling ipnet v2.8.0 |
2074 | 2023-11-21T20:44:26.070Z | Compiling deranged v0.3.8 |
2075 | 2023-11-21T20:44:27.383Z | Compiling managed v0.8.0 |
2076 | 2023-11-21T20:44:29.091Z | Compiling time v0.3.27 |
2077 | 2023-11-21T20:44:29.323Z | Compiling bitvec v1.0.1 |
2078 | 2023-11-21T20:44:31.629Z | Compiling bstr v0.2.17 |
2079 | 2023-11-21T20:44:32.859Z | Compiling idna v0.2.3 |
2080 | 2023-11-21T20:44:35.209Z | Compiling r2d2 v0.8.10 |
2081 | 2023-11-21T20:44:37.170Z | Compiling inout v0.1.3 |
2082 | 2023-11-21T20:44:38.925Z | Compiling phf v0.11.2 |
2083 | 2023-11-21T20:44:39.414Z | Compiling hyper-tls v0.5.0 |
2084 | 2023-11-21T20:44:39.904Z | Compiling regex v1.10.2 |
2085 | 2023-11-21T20:44:40.262Z | Compiling hyper-rustls v0.24.2 |
2086 | 2023-11-21T20:44:40.778Z | Compiling signal-hook-mio v0.2.3 |
2087 | 2023-11-21T20:44:40.778Z | Compiling clap v4.4.3 |
2088 | 2023-11-21T20:44:40.898Z | Compiling bzip2 v0.4.4 |
2089 | 2023-11-21T20:44:41.049Z | Compiling flate2 v1.0.28 |
2090 | 2023-11-21T20:44:41.458Z | Compiling ipnetwork v0.20.0 |
2091 | 2023-11-21T20:44:41.563Z | Compiling toml_edit v0.19.15 |
2092 | 2023-11-21T20:44:42.529Z | Compiling postgres-types v0.2.6 |
2093 | 2023-11-21T20:44:42.995Z | Compiling itertools v0.11.0 |
2094 | 2023-11-21T20:44:43.019Z | Compiling pkcs8 v0.10.2 |
2095 | 2023-11-21T20:44:43.019Z | Compiling pin-project v1.1.3 |
2096 | 2023-11-21T20:44:43.409Z | Compiling hubpack v0.1.2 |
2097 | 2023-11-21T20:44:44.081Z | Compiling serde_urlencoded v0.7.1 |
2098 | 2023-11-21T20:44:44.748Z | Compiling phf_shared v0.10.0 |
2099 | 2023-11-21T20:44:44.981Z | Compiling futures-executor v0.3.29 |
2100 | 2023-11-21T20:44:47.203Z | Compiling signature v2.1.0 |
2101 | 2023-11-21T20:44:47.767Z | Compiling packed_struct_codegen v0.10.1 |
2102 | 2023-11-21T20:44:49.726Z | Compiling float-cmp v0.9.0 |
2103 | 2023-11-21T20:44:50.765Z | Compiling encoding_rs v0.8.33 |
2104 | 2023-11-21T20:44:51.198Z | Compiling webpki-roots v0.25.2 |
2105 | 2023-11-21T20:44:51.201Z | Compiling regex-automata v0.3.8 |
2106 | 2023-11-21T20:44:51.419Z | Compiling mime v0.3.17 |
2107 | 2023-11-21T20:44:51.992Z | Compiling crc-catalog v2.2.0 |
2108 | 2023-11-21T20:44:52.197Z | Compiling whoami v1.4.1 |
2109 | 2023-11-21T20:44:52.550Z | Compiling fixedbitset v0.4.2 |
2110 | 2023-11-21T20:44:53.019Z | Compiling new_debug_unreachable v1.0.4 |
2111 | 2023-11-21T20:44:53.139Z | Compiling data-encoding v2.4.0 |
2112 | 2023-11-21T20:44:54.477Z | Compiling unicode-width v0.1.11 |
2113 | 2023-11-21T20:44:54.955Z | Compiling predicates-core v1.0.6 |
2114 | 2023-11-21T20:44:55.423Z | Compiling precomputed-hash v0.1.1 |
2115 | 2023-11-21T20:44:55.572Z | Compiling difflib v0.4.0 |
2116 | 2023-11-21T20:44:56.055Z | Compiling nodrop v0.1.14 |
2117 | 2023-11-21T20:44:56.221Z | Compiling unicode-segmentation v1.10.1 |
2118 | 2023-11-21T20:44:57.001Z | Compiling static_assertions v1.1.0 |
2119 | 2023-11-21T20:44:57.277Z | Compiling normalize-line-endings v0.3.0 |
2120 | 2023-11-21T20:44:57.443Z | Compiling predicates v3.0.4 |
2121 | 2023-11-21T20:44:57.631Z | Compiling similar v2.2.1 |
2122 | 2023-11-21T20:44:59.770Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2123 | 2023-11-21T20:44:59.970Z | Compiling array-init v0.0.4 |
2124 | 2023-11-21T20:45:03.460Z | Compiling string_cache v0.8.7 |
2125 | 2023-11-21T20:45:04.119Z | Compiling reqwest v0.11.22 |
2126 | 2023-11-21T20:45:05.731Z | Compiling console v0.15.7 |
2127 | 2023-11-21T20:45:07.832Z | Compiling trust-dns-proto v0.22.0 |
2128 | 2023-11-21T20:45:09.447Z | Compiling bstr v1.6.0 |
2129 | 2023-11-21T20:45:11.665Z | Compiling petgraph v0.6.4 |
2130 | 2023-11-21T20:45:11.939Z | Compiling tokio-postgres v0.7.10 |
2131 | 2023-11-21T20:45:18.507Z | Compiling crc v3.0.1 |
2132 | 2023-11-21T20:45:26.512Z | Compiling toml v0.7.8 |
2133 | 2023-11-21T20:45:27.929Z | Compiling futures v0.3.29 |
2134 | 2023-11-21T20:45:29.240Z | Compiling pkcs1 v0.7.5 |
2135 | 2023-11-21T20:45:29.381Z | Compiling snafu v0.7.5 |
2136 | 2023-11-21T20:45:30.016Z | Compiling smallvec v0.6.14 |
2137 | 2023-11-21T20:45:30.366Z | Compiling zip v0.6.6 |
2138 | 2023-11-21T20:45:30.380Z | Compiling diesel v2.1.4 |
2139 | 2023-11-21T20:45:30.608Z | Compiling yasna v0.5.2 |
2140 | 2023-11-21T20:45:30.715Z | Compiling crossterm v0.27.0 |
2141 | 2023-11-21T20:45:33.324Z | Compiling cipher v0.4.4 |
2142 | 2023-11-21T20:45:34.516Z | Compiling hashbrown v0.13.2 |
2143 | 2023-11-21T20:45:36.619Z | Compiling bit-set v0.5.3 |
2144 | 2023-11-21T20:45:37.040Z | Compiling usdt v0.3.5 |
2145 | 2023-11-21T20:45:37.233Z | Compiling is-terminal v0.4.9 |
2146 | 2023-11-21T20:45:37.418Z | Compiling toml_edit v0.21.0 |
2147 | 2023-11-21T20:45:40.478Z | Compiling itertools v0.10.5 |
2148 | 2023-11-21T20:45:40.944Z | Compiling tokio-stream v0.1.14 |
2149 | 2023-11-21T20:45:42.404Z | Compiling openapiv3 v2.0.0-rc.1 |
2150 | 2023-11-21T20:45:45.075Z | Compiling hex v0.4.3 |
2151 | 2023-11-21T20:45:51.187Z | Compiling termcolor v1.2.0 |
2152 | 2023-11-21T20:45:56.850Z | Compiling lalrpop-util v0.19.12 |
2153 | 2023-11-21T20:45:57.804Z | Compiling bitfield v0.14.0 |
2154 | 2023-11-21T20:45:58.688Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2155 | 2023-11-21T20:46:09.870Z | Compiling env_logger v0.10.0 |
2156 | 2023-11-21T20:46:20.962Z | Compiling rsa v0.9.2 |
2157 | 2023-11-21T20:46:30.013Z | Compiling serde-hex v0.1.0 |
2158 | 2023-11-21T20:46:31.698Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2159 | 2023-11-21T20:46:38.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2160 | 2023-11-21T20:46:38.515Z | Compiling x509-cert v0.2.4 |
2161 | 2023-11-21T20:46:39.137Z | Compiling ron v0.8.1 |
2162 | 2023-11-21T20:46:40.205Z | Compiling crc-any v2.4.3 |
2163 | 2023-11-21T20:47:01.832Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2164 | 2023-11-21T20:47:05.045Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2165 | 2023-11-21T20:47:23.375Z | Compiling object v0.30.4 |
2166 | 2023-11-21T20:47:31.117Z | Compiling path-slash v0.1.5 |
2167 | 2023-11-21T20:47:37.134Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2168 | 2023-11-21T20:48:17.824Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2169 | 2023-11-21T20:48:18.989Z | Finished release [optimized] target(s) in 5m 59s |
2170 | 2023-11-21T20:48:19.069Z | |
2171 | 2023-11-21T20:48:19.072Z | real 6:00.007584203 |
2172 | 2023-11-21T20:48:19.072Z | user 41:40.922609295 |
2173 | 2023-11-21T20:48:19.072Z | sys 3:39.843708594 |
2174 | 2023-11-21T20:48:19.073Z | trap 1.656204000 |
2175 | 2023-11-21T20:48:19.073Z | tflt 1.107603830 |
2176 | 2023-11-21T20:48:19.073Z | dflt 0.491416361 |
2177 | 2023-11-21T20:48:19.073Z | kflt 0.006033730 |
2178 | 2023-11-21T20:48:19.073Z | lock 1:33:10.514298797 |
2179 | 2023-11-21T20:48:19.073Z | slp 1:57:58.293405649 |
2180 | 2023-11-21T20:48:19.073Z | lat 1:45.188697423 |
2181 | 2023-11-21T20:48:19.073Z | stop 1:16.396543302 |
2182 | 2023-11-21T20:48:19.073Z | + ptime -m gzip |
2183 | 2023-11-21T20:48:19.733Z | |
2184 | 2023-11-21T20:48:19.736Z | real 0.658388821 |
2185 | 2023-11-21T20:48:19.736Z | user 0.649480028 |
2186 | 2023-11-21T20:48:19.736Z | sys 0.008336901 |
2187 | 2023-11-21T20:48:19.736Z | trap 0.000067556 |
2188 | 2023-11-21T20:48:19.736Z | tflt 0.000000000 |
2189 | 2023-11-21T20:48:19.737Z | dflt 0.000000000 |
2190 | 2023-11-21T20:48:19.737Z | kflt 0.000000000 |
2191 | 2023-11-21T20:48:19.737Z | lock 0.000000000 |
2192 | 2023-11-21T20:48:19.737Z | slp 0.000000000 |
2193 | 2023-11-21T20:48:19.737Z | lat 0.000174776 |
2194 | 2023-11-21T20:48:19.737Z | stop 0.000227551 |
2195 | 2023-11-21T20:48:19.737Z | + banner tufaceous |
2196 | 2023-11-21T20:48:19.737Z | |
2197 | 2023-11-21T20:48:19.737Z | ##### # # ###### ## #### ###### #### # # #### |
2198 | 2023-11-21T20:48:19.737Z | # # # # # # # # # # # # # # |
2199 | 2023-11-21T20:48:19.737Z | # # # ##### # # # ##### # # # # #### |
2200 | 2023-11-21T20:48:19.737Z | # # # # ###### # # # # # # # |
2201 | 2023-11-21T20:48:19.737Z | # # # # # # # # # # # # # # # |
2202 | 2023-11-21T20:48:19.737Z | # #### # # # #### ###### #### #### #### |
2203 | 2023-11-21T20:48:19.737Z | |
2204 | 2023-11-21T20:48:19.737Z | + ptime -m cargo build --locked -p tufaceous --release |
2205 | 2023-11-21T20:48:20.367Z | Downloading crates ... |
2206 | 2023-11-21T20:48:20.697Z | Downloaded bytesize v1.3.0 |
2207 | 2023-11-21T20:48:20.710Z | Downloaded async-recursion v1.0.5 |
2208 | 2023-11-21T20:48:20.713Z | Downloaded fs-err v2.11.0 |
2209 | 2023-11-21T20:48:20.716Z | Downloaded humantime v2.1.0 |
2210 | 2023-11-21T20:48:20.719Z | Downloaded globset v0.4.13 |
2211 | 2023-11-21T20:48:20.722Z | Downloaded serde_plain v1.0.2 |
2212 | 2023-11-21T20:48:20.729Z | Downloaded typed-path v0.6.0 |
2213 | 2023-11-21T20:48:20.739Z | Downloaded tough v0.15.0 |
2214 | 2023-11-21T20:48:21.400Z | Downloaded buf-list v1.0.3 |
2215 | 2023-11-21T20:48:21.403Z | Downloaded olpc-cjson v0.1.3 |
2216 | 2023-11-21T20:48:21.560Z | Compiling serde_tokenstream v0.2.0 |
2217 | 2023-11-21T20:48:21.584Z | Compiling regress v0.7.1 |
2218 | 2023-11-21T20:48:21.595Z | Compiling dirs-sys-next v0.1.2 |
2219 | 2023-11-21T20:48:22.039Z | Compiling ident_case v1.0.1 |
2220 | 2023-11-21T20:48:22.040Z | Compiling thread_local v1.1.7 |
2221 | 2023-11-21T20:48:22.040Z | Compiling slog-async v2.8.0 |
2222 | 2023-11-21T20:48:22.040Z | Compiling camino v1.1.6 |
2223 | 2023-11-21T20:48:22.040Z | Compiling dirs-next v2.0.0 |
2224 | 2023-11-21T20:48:22.152Z | Compiling darling_core v0.20.3 |
2225 | 2023-11-21T20:48:23.285Z | Compiling heck v0.4.1 |
2226 | 2023-11-21T20:48:23.289Z | Compiling term v0.7.0 |
2227 | 2023-11-21T20:48:23.289Z | Compiling crossbeam-channel v0.5.8 |
2228 | 2023-11-21T20:48:23.289Z | Compiling getopts v0.2.21 |
2229 | 2023-11-21T20:48:23.346Z | Compiling structmeta-derive v0.2.0 |
2230 | 2023-11-21T20:48:24.243Z | Compiling atty v0.2.14 |
2231 | 2023-11-21T20:48:24.278Z | Compiling multer v2.1.0 |
2232 | 2023-11-21T20:48:24.442Z | Compiling match_cfg v0.1.0 |
2233 | 2023-11-21T20:48:24.599Z | Compiling unsafe-libyaml v0.2.9 |
2234 | 2023-11-21T20:48:24.715Z | Compiling paste v1.0.14 |
2235 | 2023-11-21T20:48:25.312Z | Compiling take_mut v0.2.2 |
2236 | 2023-11-21T20:48:25.533Z | Compiling hostname v0.3.1 |
2237 | 2023-11-21T20:48:25.950Z | Compiling slog-term v2.9.0 |
2238 | 2023-11-21T20:48:27.514Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2239 | 2023-11-21T20:48:29.517Z | Compiling structmeta v0.2.0 |
2240 | 2023-11-21T20:48:30.119Z | Compiling serde_yaml v0.9.25 |
2241 | 2023-11-21T20:48:30.815Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2242 | 2023-11-21T20:48:30.839Z | Compiling slog-json v2.6.1 |
2243 | 2023-11-21T20:48:31.070Z | Compiling darling_macro v0.20.3 |
2244 | 2023-11-21T20:48:31.624Z | Compiling async-stream-impl v0.3.5 |
2245 | 2023-11-21T20:48:32.511Z | Compiling darling v0.20.3 |
2246 | 2023-11-21T20:48:32.664Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2247 | 2023-11-21T20:48:33.179Z | Compiling regex-syntax v0.7.5 |
2248 | 2023-11-21T20:48:33.411Z | Compiling fastrand v2.0.0 |
2249 | 2023-11-21T20:48:33.586Z | Compiling atomic-waker v1.1.1 |
2250 | 2023-11-21T20:48:33.851Z | Compiling waitgroup v0.1.2 |
2251 | 2023-11-21T20:48:34.186Z | Compiling tempfile v3.8.0 |
2252 | 2023-11-21T20:48:34.259Z | Compiling async-stream v0.3.5 |
2253 | 2023-11-21T20:48:34.566Z | Compiling serde_with_macros v2.3.3 |
2254 | 2023-11-21T20:48:34.718Z | Compiling slog-bunyan v2.4.0 |
2255 | 2023-11-21T20:48:37.449Z | Compiling toml v0.8.8 |
2256 | 2023-11-21T20:48:38.092Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2257 | 2023-11-21T20:48:38.410Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2258 | 2023-11-21T20:48:39.824Z | Compiling sha1 v0.10.6 |
2259 | 2023-11-21T20:48:40.116Z | Compiling serde_path_to_error v0.1.14 |
2260 | 2023-11-21T20:48:40.775Z | Compiling instant v0.1.12 |
2261 | 2023-11-21T20:48:41.049Z | Compiling fs-err v2.11.0 |
2262 | 2023-11-21T20:48:41.398Z | Compiling buf-list v1.0.3 |
2263 | 2023-11-21T20:48:41.416Z | Compiling same-file v1.0.6 |
2264 | 2023-11-21T20:48:41.491Z | Compiling arc-swap v1.6.0 |
2265 | 2023-11-21T20:48:41.820Z | Compiling debug-ignore v1.0.5 |
2266 | 2023-11-21T20:48:41.858Z | Compiling walkdir v2.4.0 |
2267 | 2023-11-21T20:48:42.241Z | Compiling slog-scope v4.4.0 |
2268 | 2023-11-21T20:48:42.935Z | Compiling backoff v0.4.0 |
2269 | 2023-11-21T20:48:43.384Z | Compiling parse-display-derive v0.8.2 |
2270 | 2023-11-21T20:48:43.554Z | Compiling serde_with v2.3.3 |
2271 | 2023-11-21T20:48:43.886Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2272 | 2023-11-21T20:48:48.144Z | Compiling globset v0.4.13 |
2273 | 2023-11-21T20:48:50.513Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2274 | 2023-11-21T20:48:50.513Z | Compiling strum v0.25.0 |
2275 | 2023-11-21T20:48:50.513Z | Compiling olpc-cjson v0.1.3 |
2276 | 2023-11-21T20:48:51.603Z | Compiling pem v3.0.2 |
2277 | 2023-11-21T20:48:51.603Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2278 | 2023-11-21T20:48:51.603Z | Compiling macaddr v1.0.1 |
2279 | 2023-11-21T20:48:51.603Z | Compiling serde_plain v1.0.2 |
2280 | 2023-11-21T20:48:51.603Z | Compiling async-recursion v1.0.5 |
2281 | 2023-11-21T20:48:51.603Z | Compiling filetime v0.2.22 |
2282 | 2023-11-21T20:48:51.604Z | Compiling xattr v1.0.1 |
2283 | 2023-11-21T20:48:51.604Z | Compiling parse-display v0.8.2 |
2284 | 2023-11-21T20:48:51.604Z | Compiling typed-path v0.6.0 |
2285 | 2023-11-21T20:48:51.604Z | Compiling tar v0.4.40 |
2286 | 2023-11-21T20:49:08.070Z | Compiling slog-stdlog v4.1.1 |
2287 | 2023-11-21T20:49:08.567Z | Compiling camino-tempfile v1.0.2 |
2288 | 2023-11-21T20:49:08.567Z | Compiling itertools v0.12.0 |
2289 | 2023-11-21T20:49:08.567Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2290 | 2023-11-21T20:49:08.567Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2291 | 2023-11-21T20:49:08.820Z | Compiling tough v0.15.0 |
2292 | 2023-11-21T20:49:08.879Z | Compiling bytesize v1.3.0 |
2293 | 2023-11-21T20:49:08.879Z | Compiling slog-envlogger v2.2.0 |
2294 | 2023-11-21T20:49:08.879Z | Compiling humantime v2.1.0 |
2295 | 2023-11-21T20:49:08.879Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2296 | 2023-11-21T20:49:29.190Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2297 | 2023-11-21T20:49:29.476Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2023-11-21T20:49:39.460Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2299 | 2023-11-21T20:49:41.858Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2300 | 2023-11-21T20:50:11.734Z | Finished release [optimized] target(s) in 1m 51s |
2301 | 2023-11-21T20:50:11.817Z | |
2302 | 2023-11-21T20:50:11.825Z | real 1:52.065167948 |
2303 | 2023-11-21T20:50:11.825Z | user 11:38.041525579 |
2304 | 2023-11-21T20:50:11.825Z | sys 46.259457296 |
2305 | 2023-11-21T20:50:11.826Z | trap 0.424213945 |
2306 | 2023-11-21T20:50:11.826Z | tflt 0.301310591 |
2307 | 2023-11-21T20:50:11.826Z | dflt 1.023373398 |
2308 | 2023-11-21T20:50:11.826Z | kflt 0.000142248 |
2309 | 2023-11-21T20:50:11.826Z | lock 22:08.632892473 |
2310 | 2023-11-21T20:50:11.826Z | slp 23:18.701177928 |
2311 | 2023-11-21T20:50:11.827Z | lat 22.925828133 |
2312 | 2023-11-21T20:50:11.827Z | stop 11.145861317 |
2313 | 2023-11-21T20:50:11.827Z | + ptime -m gzip |
2314 | 2023-11-21T20:50:14.174Z | |
2315 | 2023-11-21T20:50:14.177Z | real 2.352560939 |
2316 | 2023-11-21T20:50:14.177Z | user 2.325987927 |
2317 | 2023-11-21T20:50:14.177Z | sys 0.025843640 |
2318 | 2023-11-21T20:50:14.177Z | trap 0.000225414 |
2319 | 2023-11-21T20:50:14.177Z | tflt 0.000000000 |
2320 | 2023-11-21T20:50:14.177Z | dflt 0.000000000 |
2321 | 2023-11-21T20:50:14.177Z | kflt 0.000000000 |
2322 | 2023-11-21T20:50:14.177Z | lock 0.000000000 |
2323 | 2023-11-21T20:50:14.177Z | slp 0.000000000 |
2324 | 2023-11-21T20:50:14.177Z | lat 0.000171028 |
2325 | 2023-11-21T20:50:14.177Z | stop 0.000231729 |
2326 | 2023-11-21T20:50:14.177Z | process exited: duration 1212308 ms, exit code 0 |
|
2327 | 2023-11-21T20:50:14.184Z | found 5 output files |
2328 | 2023-11-21T20:50:14.184Z | uploading: /work/end-to-end-tests/bootstrap-c5b3c0170fac683c.gz (6360016 bytes) |
2329 | 2023-11-21T20:50:17.715Z | uploaded: /work/end-to-end-tests/bootstrap-c5b3c0170fac683c.gz |
2330 | 2023-11-21T20:50:17.715Z | uploading: /work/end-to-end-tests/bootstrap.gz (86871261 bytes) |
2331 | 2023-11-21T20:50:47.794Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2332 | 2023-11-21T20:50:48.429Z | uploading: /work/end-to-end-tests/end_to_end_tests-729fe8377aaf32b5.gz (99554767 bytes) |
2333 | 2023-11-21T20:51:25.273Z | uploaded: /work/end-to-end-tests/end_to_end_tests-729fe8377aaf32b5.gz |
2334 | 2023-11-21T20:51:25.273Z | uploading: /work/caboose-util.gz (4110212 bytes) |
2335 | 2023-11-21T20:51:27.696Z | uploaded: /work/caboose-util.gz |
2336 | 2023-11-21T20:51:27.696Z | uploading: /work/tufaceous.gz (14979875 bytes) |
2337 | 2023-11-21T20:51:43.107Z | uploaded: /work/tufaceous.gz |