|
|
|
1 | 2023-11-22T04:10:23.336Z | job assigned to worker 01HFTKEJHZ6N5MP66NBQC49F8C (queued for 1 m 48 s) |
|
2 | 2023-11-22T04:10:24.314Z | starting task 0: "setup" |
3 | 2023-11-22T04:10:24.649Z | ++ uname -s |
4 | 2023-11-22T04:10:24.655Z | + kern=SunOS |
5 | 2023-11-22T04:10:24.655Z | + case "$kern" in |
6 | 2023-11-22T04:10:24.655Z | + groupadd -g 12345 build |
7 | 2023-11-22T04:10:24.655Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-22T04:10:26.670Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-22T04:10:26.759Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-22T04:10:26.763Z | + home_fs=zfs |
11 | 2023-11-22T04:10:26.763Z | + [[ zfs == autofs ]] |
12 | 2023-11-22T04:10:26.763Z | + mkdir -p /home/build |
13 | 2023-11-22T04:10:26.766Z | + chown build:build /home/build /work |
14 | 2023-11-22T04:10:28.767Z | + chmod 0700 /home/build /work |
15 | 2023-11-22T04:10:28.784Z | process exited: duration 4461 ms, exit code 0 |
|
16 | 2023-11-22T04:10:29.385Z | starting task 1: "rust-toolchain" |
17 | 2023-11-22T04:10:29.388Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-22T04:10:29.388Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-22T04:10:29.388Z | info: downloading installer |
20 | 2023-11-22T04:10:31.798Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-22T04:10:31.798Z | warning: /opt/ooce/bin |
22 | 2023-11-22T04:10:31.798Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-22T04:10:31.798Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-22T04:10:31.798Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-22T04:10:31.798Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-22T04:10:31.799Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-22T04:10:31.799Z | error: cannot install while Rust is installed |
28 | 2023-11-22T04:10:31.799Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-22T04:10:31.984Z | info: profile set to 'default' |
30 | 2023-11-22T04:10:31.984Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-22T04:10:31.991Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-22T04:10:32.140Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-22T04:10:32.140Z | info: downloading component 'cargo' |
34 | 2023-11-22T04:10:32.750Z | info: downloading component 'clippy' |
35 | 2023-11-22T04:10:32.973Z | info: downloading component 'rust-docs' |
36 | 2023-11-22T04:10:33.726Z | info: downloading component 'rust-std' |
37 | 2023-11-22T04:10:35.077Z | info: downloading component 'rustc' |
38 | 2023-11-22T04:10:38.411Z | info: downloading component 'rustfmt' |
39 | 2023-11-22T04:10:38.599Z | info: installing component 'cargo' |
40 | 2023-11-22T04:10:41.307Z | info: installing component 'clippy' |
41 | 2023-11-22T04:10:42.146Z | info: installing component 'rust-docs' |
42 | 2023-11-22T04:10:45.004Z | info: installing component 'rust-std' |
43 | 2023-11-22T04:10:49.064Z | info: installing component 'rustc' |
44 | 2023-11-22T04:10:58.543Z | info: installing component 'rustfmt' |
45 | 2023-11-22T04:10:59.019Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-22T04:10:59.019Z | |
47 | 2023-11-22T04:10:59.154Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-22T04:10:59.154Z | |
49 | 2023-11-22T04:10:59.157Z | |
50 | 2023-11-22T04:10:59.158Z | Rust is installed now. Great! |
51 | 2023-11-22T04:10:59.158Z | |
52 | 2023-11-22T04:10:59.158Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-22T04:10:59.158Z | environment variable. This has not been done automatically. |
54 | 2023-11-22T04:10:59.158Z | |
55 | 2023-11-22T04:10:59.158Z | To configure your current shell, run: |
56 | 2023-11-22T04:10:59.158Z | source "$HOME/.cargo/env" |
57 | 2023-11-22T04:10:59.245Z | + rustc --version |
58 | 2023-11-22T04:10:59.357Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-22T04:10:59.363Z | process exited: duration 30549 ms, exit code 0 |
|
60 | 2023-11-22T04:10:59.370Z | starting task 2: "authentication" |
61 | 2023-11-22T04:10:59.405Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-11-22T04:10:59.413Z | starting task 3: "clone repository" |
63 | 2023-11-22T04:10:59.418Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-22T04:10:59.421Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-22T04:10:59.457Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-22T04:11:04.690Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-22T04:11:04.709Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
68 | 2023-11-22T04:11:04.709Z | + git fetch origin renovate/hyper-staticfile-0.x |
69 | 2023-11-22T04:11:05.061Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-22T04:11:05.061Z | * branch renovate/hyper-staticfile-0.x -> FETCH_HEAD |
71 | 2023-11-22T04:11:05.071Z | + git checkout -B renovate/hyper-staticfile-0.x remotes/origin/renovate/hyper-staticfile-0.x |
72 | 2023-11-22T04:11:05.164Z | Switched to a new branch 'renovate/hyper-staticfile-0.x' |
73 | 2023-11-22T04:11:05.167Z | branch 'renovate/hyper-staticfile-0.x' set up to track 'origin/renovate/hyper-staticfile-0.x'. |
74 | 2023-11-22T04:11:05.167Z | + git reset --hard 821e3664b5207e92b5d4dc1de2a8f5dd9086ac1d |
75 | 2023-11-22T04:11:05.180Z | HEAD is now at 821e3664 Update Rust crate hyper-staticfile to 0.10.0 |
76 | 2023-11-22T04:11:05.183Z | process exited: duration 5770 ms, exit code 0 |
|
77 | 2023-11-22T04:11:05.665Z | starting task 4: "build" |
78 | 2023-11-22T04:11:05.678Z | + cargo --version |
79 | 2023-11-22T04:11:05.678Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-22T04:11:05.679Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-22T04:11:05.679Z | info: downloading component 'cargo' |
82 | 2023-11-22T04:11:06.050Z | info: downloading component 'clippy' |
83 | 2023-11-22T04:11:06.277Z | info: downloading component 'rust-docs' |
84 | 2023-11-22T04:11:07.046Z | info: downloading component 'rust-std' |
85 | 2023-11-22T04:11:08.288Z | info: downloading component 'rustc' |
86 | 2023-11-22T04:11:11.684Z | info: downloading component 'rustfmt' |
87 | 2023-11-22T04:11:11.877Z | info: installing component 'cargo' |
88 | 2023-11-22T04:11:13.073Z | info: installing component 'clippy' |
89 | 2023-11-22T04:11:13.648Z | info: installing component 'rust-docs' |
90 | 2023-11-22T04:11:16.363Z | info: installing component 'rust-std' |
91 | 2023-11-22T04:11:18.960Z | info: installing component 'rustc' |
92 | 2023-11-22T04:11:25.424Z | info: installing component 'rustfmt' |
93 | 2023-11-22T04:11:25.559Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-22T04:11:25.563Z | + rustc --version |
95 | 2023-11-22T04:11:25.688Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-22T04:11:25.694Z | + source ./env.sh |
97 | 2023-11-22T04:11:25.694Z | ++ set -o xtrace |
98 | 2023-11-22T04:11:25.700Z | ++++ dirname ./env.sh |
99 | 2023-11-22T04:11:25.700Z | +++ cd . |
100 | 2023-11-22T04:11:25.700Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-22T04:11:25.700Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-22T04:11:25.700Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-22T04:11:25.700Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-22T04:11:25.701Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-11-22T04:11:25.701Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-11-22T04:11:25.701Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-11-22T04:11:25.701Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-11-22T04:11:25.701Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-11-22T04:11:25.701Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-11-22T04:11:25.702Z | ++ unset OMICRON_WS |
111 | 2023-11-22T04:11:25.702Z | ++ set +o xtrace |
112 | 2023-11-22T04:11:25.732Z | |
113 | 2023-11-22T04:11:25.733Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-22T04:11:25.733Z | # # # # # # # # # # # # # # # |
115 | 2023-11-22T04:11:25.733Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-22T04:11:25.733Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-22T04:11:25.733Z | # # # # # # # # # # # # # # # |
118 | 2023-11-22T04:11:25.733Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-22T04:11:25.733Z | |
120 | 2023-11-22T04:11:33.719Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-22T04:11:34.723Z | Startup: Caching catalogs ... Done |
122 | 2023-11-22T04:11:40.302Z | Planning: Solver setup ... Done (5.223s) |
123 | 2023-11-22T04:11:40.429Z | Planning: Running solver ... Done (0.127s) |
124 | 2023-11-22T04:11:40.488Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-22T04:11:40.518Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-22T04:11:40.769Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-22T04:11:40.851Z | Planning: Package planning ... Done (0.082s) |
128 | 2023-11-22T04:11:40.936Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-11-22T04:11:41.616Z | Planning: Checking for conflicting actions ... Done (0.679s) |
130 | 2023-11-22T04:11:41.634Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-22T04:11:45.153Z | Planning: Evaluating mediators ... Done (3.519s) |
132 | 2023-11-22T04:11:45.169Z | Planning: Planning completed in 10.39 seconds |
133 | 2023-11-22T04:11:45.192Z | Packages to install: 4 |
134 | 2023-11-22T04:11:45.195Z | Mediators to change: 2 |
135 | 2023-11-22T04:11:45.195Z | Services to change: 1 |
136 | 2023-11-22T04:11:45.195Z | Estimated space available: 148.90 GB |
137 | 2023-11-22T04:11:45.195Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-22T04:11:45.195Z | Create boot environment: No |
139 | 2023-11-22T04:11:45.195Z | Create backup boot environment: No |
140 | 2023-11-22T04:11:45.195Z | Rebuild boot archive: No |
141 | 2023-11-22T04:11:45.195Z | |
142 | 2023-11-22T04:11:45.195Z | Changed mediators: |
143 | 2023-11-22T04:11:45.195Z | mediator clang: |
144 | 2023-11-22T04:11:45.195Z | version: None -> 15 (system default) |
145 | 2023-11-22T04:11:45.196Z | |
146 | 2023-11-22T04:11:45.196Z | mediator llvm: |
147 | 2023-11-22T04:11:45.196Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-22T04:11:45.196Z | |
149 | 2023-11-22T04:11:45.196Z | Changed packages: |
150 | 2023-11-22T04:11:45.196Z | helios-dev |
151 | 2023-11-22T04:11:45.196Z | developer/build-essential |
152 | 2023-11-22T04:11:45.196Z | None -> 11-2.0 |
153 | 2023-11-22T04:11:45.196Z | library/libxmlsec1 |
154 | 2023-11-22T04:11:45.196Z | None -> 1.2.35-2.0 |
155 | 2023-11-22T04:11:45.196Z | ooce/developer/clang-15 |
156 | 2023-11-22T04:11:45.196Z | None -> 15.0.7-2.0 |
157 | 2023-11-22T04:11:45.196Z | ooce/developer/llvm-15 |
158 | 2023-11-22T04:11:45.196Z | None -> 15.0.7-2.0 |
159 | 2023-11-22T04:11:45.196Z | |
160 | 2023-11-22T04:11:45.196Z | Services: |
161 | 2023-11-22T04:11:45.196Z | restart_fmri: |
162 | 2023-11-22T04:11:45.196Z | svc:/system/update-man-index:default |
163 | 2023-11-22T04:11:45.422Z | |
164 | 2023-11-22T04:11:45.422Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-22T04:11:50.448Z | Download: 673/3290 items 18.1/212.6MB 8% complete (3.7M/s) |
166 | 2023-11-22T04:11:55.679Z | Download: 1194/3290 items 83.5/212.6MB 39% complete (8.6M/s) |
167 | 2023-11-22T04:12:01.563Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.5M/s) |
168 | 2023-11-22T04:12:06.583Z | Download: 1613/3290 items 117.0/212.6MB 55% complete (3.5M/s) |
169 | 2023-11-22T04:12:12.750Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (4.1M/s) |
170 | 2023-11-22T04:12:17.757Z | Download: 2324/3290 items 119.6/212.6MB 56% complete (240k/s) |
171 | 2023-11-22T04:12:22.781Z | Download: 2659/3290 items 120.4/212.6MB 56% complete (119k/s) |
172 | 2023-11-22T04:12:28.219Z | Download: 3240/3290 items 171.0/212.6MB 80% complete (5.0M/s) |
173 | 2023-11-22T04:12:41.586Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
174 | 2023-11-22T04:12:42.593Z | Download: Completed 212.60 MB in 57.17 seconds (3.7M/s) |
175 | 2023-11-22T04:12:42.824Z | Actions: 1/3687 actions (Installing new actions) |
176 | 2023-11-22T04:12:47.825Z | Actions: 2481/3687 actions (Installing new actions) |
177 | 2023-11-22T04:12:51.151Z | Actions: Completed 3687 actions in 8.32 seconds. |
178 | 2023-11-22T04:12:51.240Z | Done (0.091s) |
179 | 2023-11-22T04:12:51.240Z | Done (0.000s) |
180 | 2023-11-22T04:12:51.475Z | Done (0.230s) |
181 | 2023-11-22T04:12:58.773Z | Done (7.186s) |
182 | 2023-11-22T04:12:58.988Z | Done (0.116s) |
183 | 2023-11-22T04:12:58.992Z | Done (0.000s) |
184 | 2023-11-22T04:12:59.210Z | Done (0.000s) |
185 | 2023-11-22T04:12:59.922Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-11-22T04:13:00.211Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-11-22T04:13:00.216Z | Planning: Consolidating action changes ... Done |
188 | 2023-11-22T04:13:00.655Z | Planning: Evaluating mediators ... Done |
189 | 2023-11-22T04:13:00.659Z | Planning: Planning completed in 0.73 seconds |
190 | 2023-11-22T04:13:00.711Z | Mediators to change: 2 |
191 | 2023-11-22T04:13:00.711Z | Create boot environment: No |
192 | 2023-11-22T04:13:00.714Z | Create backup boot environment: No |
193 | 2023-11-22T04:13:00.809Z | Done |
194 | 2023-11-22T04:13:00.809Z | Done |
195 | 2023-11-22T04:13:00.954Z | Done |
196 | 2023-11-22T04:13:06.939Z | Done |
197 | 2023-11-22T04:13:07.060Z | Done |
198 | 2023-11-22T04:13:07.063Z | Done |
199 | 2023-11-22T04:13:07.167Z | Done |
200 | 2023-11-22T04:13:08.197Z | Planning: Evaluating mediator changes ... Done |
201 | 2023-11-22T04:13:08.200Z | Planning: Merging actions ... Done |
202 | 2023-11-22T04:13:08.533Z | Planning: Checking for conflicting actions ... Done |
203 | 2023-11-22T04:13:08.536Z | Planning: Consolidating action changes ... Done |
204 | 2023-11-22T04:13:08.976Z | Planning: Evaluating mediators ... Done |
205 | 2023-11-22T04:13:09.076Z | Planning: Planning completed in 1.32 seconds |
206 | 2023-11-22T04:13:09.128Z | Packages to change: 1 |
207 | 2023-11-22T04:13:09.128Z | Mediators to change: 1 |
208 | 2023-11-22T04:13:09.132Z | Services to change: 1 |
209 | 2023-11-22T04:13:09.132Z | Create boot environment: No |
210 | 2023-11-22T04:13:09.132Z | Create backup boot environment: Yes |
211 | 2023-11-22T04:13:11.016Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2023-11-22T04:13:11.019Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2023-11-22T04:13:11.020Z | Done |
214 | 2023-11-22T04:13:11.020Z | Done |
215 | 2023-11-22T04:13:11.069Z | Done |
216 | 2023-11-22T04:13:17.078Z | Done |
217 | 2023-11-22T04:13:17.201Z | Done |
218 | 2023-11-22T04:13:17.203Z | Done |
219 | 2023-11-22T04:13:17.295Z | Done |
220 | 2023-11-22T04:13:17.991Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2023-11-22T04:13:17.991Z | clang system 15 system |
222 | 2023-11-22T04:13:17.991Z | csh system system illumos |
223 | 2023-11-22T04:13:17.991Z | ctags system system illumos |
224 | 2023-11-22T04:13:17.991Z | gcc vendor 12 vendor |
225 | 2023-11-22T04:13:17.991Z | gcc system 10 system |
226 | 2023-11-22T04:13:17.991Z | gcc system 7 system |
227 | 2023-11-22T04:13:17.991Z | go system 1.20 system |
228 | 2023-11-22T04:13:17.994Z | go system 1.19 system |
229 | 2023-11-22T04:13:17.994Z | llvm system 15 system |
230 | 2023-11-22T04:13:17.994Z | llvm system 14 system |
231 | 2023-11-22T04:13:17.994Z | mariadb system 10.6 system |
232 | 2023-11-22T04:13:17.994Z | mta vendor vendor dma |
233 | 2023-11-22T04:13:17.994Z | openjdk system 17 system |
234 | 2023-11-22T04:13:17.994Z | openjdk system 11 system |
235 | 2023-11-22T04:13:17.994Z | openjdk system 1.8 system |
236 | 2023-11-22T04:13:17.994Z | openssl vendor 3 vendor |
237 | 2023-11-22T04:13:17.994Z | perl system 5.36 system |
238 | 2023-11-22T04:13:17.994Z | postgresql system 15 system |
239 | 2023-11-22T04:13:17.994Z | postgresql system 13 system |
240 | 2023-11-22T04:13:17.994Z | python vendor 3 vendor |
241 | 2023-11-22T04:13:17.994Z | python system 2 system |
242 | 2023-11-22T04:13:17.995Z | python3 system 3.11 system |
243 | 2023-11-22T04:13:17.995Z | ruby system 3.0 system |
244 | 2023-11-22T04:13:17.995Z | words vendor vendor american-english |
245 | 2023-11-22T04:13:17.995Z | words system system australian-english |
246 | 2023-11-22T04:13:17.995Z | words system system british-english |
247 | 2023-11-22T04:13:17.995Z | words system system canadian-english |
248 | 2023-11-22T04:13:17.995Z | words system system french |
249 | 2023-11-22T04:13:17.995Z | words system system italian |
250 | 2023-11-22T04:13:17.995Z | words system system ngerman |
251 | 2023-11-22T04:13:17.995Z | words system system ogerman |
252 | 2023-11-22T04:13:17.995Z | words system system spanish |
253 | 2023-11-22T04:13:18.538Z | FMRI IFO |
254 | 2023-11-22T04:13:18.538Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2023-11-22T04:13:18.538Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2023-11-22T04:13:18.538Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2023-11-22T04:13:18.538Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
258 | 2023-11-22T04:13:18.538Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2023-11-22T04:13:18.538Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
260 | 2023-11-22T04:13:18.617Z | + set -o errexit |
261 | 2023-11-22T04:13:18.620Z | +++ dirname ./tools/ci_download_cockroachdb |
262 | 2023-11-22T04:13:18.623Z | ++ cd ./tools |
263 | 2023-11-22T04:13:18.623Z | ++ pwd |
264 | 2023-11-22T04:13:18.623Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
265 | 2023-11-22T04:13:18.625Z | ++ basename ./tools/ci_download_cockroachdb |
266 | 2023-11-22T04:13:18.625Z | + ARG0=ci_download_cockroachdb |
267 | 2023-11-22T04:13:18.628Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
268 | 2023-11-22T04:13:18.632Z | + CIDL_VERSION=v22.1.9 |
269 | 2023-11-22T04:13:18.632Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
270 | 2023-11-22T04:13:18.632Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
271 | 2023-11-22T04:13:18.632Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
272 | 2023-11-22T04:13:18.632Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-11-22T04:13:18.632Z | + TARGET_DIR=out |
274 | 2023-11-22T04:13:18.632Z | + DOWNLOAD_DIR=out/downloads |
275 | 2023-11-22T04:13:18.632Z | + DEST_DIR=./out/cockroachdb |
276 | 2023-11-22T04:13:18.632Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
277 | 2023-11-22T04:13:18.632Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
278 | 2023-11-22T04:13:18.632Z | + main |
279 | 2023-11-22T04:13:18.632Z | + [[ 0 != 0 ]] |
280 | 2023-11-22T04:13:18.632Z | + CIDL_OS=solaris2.11 |
281 | 2023-11-22T04:13:18.632Z | + [[ 0 != 0 ]] |
282 | 2023-11-22T04:13:18.632Z | + configure_os solaris2.11 |
283 | 2023-11-22T04:13:18.632Z | + echo 'current directory: /work/oxidecomputer/omicron' |
284 | 2023-11-22T04:13:18.634Z | current directory: /work/oxidecomputer/omicron |
285 | 2023-11-22T04:13:18.634Z | + echo 'configuring based on OS: "solaris2.11"' |
286 | 2023-11-22T04:13:18.634Z | + case "$1" in |
287 | 2023-11-22T04:13:18.634Z | configuring based on OS: "solaris2.11" |
288 | 2023-11-22T04:13:18.634Z | + CIDL_BUILD=illumos |
289 | 2023-11-22T04:13:18.634Z | + CIDL_SUFFIX=tar.gz |
290 | 2023-11-22T04:13:18.634Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-22T04:13:18.634Z | + CIDL_MD5FUNC=do_md5sum |
292 | 2023-11-22T04:13:18.634Z | + CIDL_URL_BASE=https://illumos.org/downloads |
293 | 2023-11-22T04:13:18.634Z | + CIDL_ASSEMBLE=do_assemble_illumos |
294 | 2023-11-22T04:13:18.634Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
295 | 2023-11-22T04:13:18.634Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-22T04:13:18.634Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-22T04:13:18.634Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
298 | 2023-11-22T04:13:18.634Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-22T04:13:18.634Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2023-11-22T04:13:18.634Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2023-11-22T04:13:18.634Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-11-22T04:13:18.634Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-11-22T04:13:18.634Z | + mkdir -p out/downloads |
304 | 2023-11-22T04:13:18.637Z | + mkdir -p ./out/cockroachdb |
305 | 2023-11-22T04:13:18.637Z | + local DO_DOWNLOAD=true |
306 | 2023-11-22T04:13:18.637Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
307 | 2023-11-22T04:13:18.637Z | + '[' true == true ']' |
308 | 2023-11-22T04:13:18.637Z | + echo Downloading... |
309 | 2023-11-22T04:13:18.637Z | Downloading... |
310 | 2023-11-22T04:13:18.638Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-11-22T04:13:18.638Z | + 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 |
312 | 2023-11-22T04:13:22.384Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-11-22T04:13:22.389Z | ++ md5sum |
314 | 2023-11-22T04:13:22.389Z | ++ awk '{print $1}' |
315 | 2023-11-22T04:13:22.571Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
316 | 2023-11-22T04:13:22.571Z | + [[ 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 ]] |
317 | 2023-11-22T04:13:22.571Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-11-22T04:13:22.577Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
319 | 2023-11-22T04:13:26.115Z | + do_assemble_illumos |
320 | 2023-11-22T04:13:26.115Z | + rm -r ./out/cockroachdb |
321 | 2023-11-22T04:13:26.122Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
322 | 2023-11-22T04:13:26.785Z | + ./out/cockroachdb/bin/cockroach version |
323 | 2023-11-22T04:13:27.499Z | Build Tag: v22.1.9-dirty |
324 | 2023-11-22T04:13:27.499Z | Build Time: 2022/10/26 21:17:46 |
325 | 2023-11-22T04:13:27.499Z | Distribution: OSS |
326 | 2023-11-22T04:13:27.499Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
327 | 2023-11-22T04:13:27.499Z | Go Version: go1.17.13 |
328 | 2023-11-22T04:13:27.499Z | C Compiler: gcc 10.3.0 |
329 | 2023-11-22T04:13:27.499Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
330 | 2023-11-22T04:13:27.499Z | Build Type: release |
331 | 2023-11-22T04:13:27.519Z | + set -o errexit |
332 | 2023-11-22T04:13:27.519Z | +++ dirname ./tools/ci_download_clickhouse |
333 | 2023-11-22T04:13:27.519Z | ++ cd ./tools |
334 | 2023-11-22T04:13:27.520Z | ++ pwd |
335 | 2023-11-22T04:13:27.520Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
336 | 2023-11-22T04:13:27.520Z | ++ basename ./tools/ci_download_clickhouse |
337 | 2023-11-22T04:13:27.520Z | + ARG0=ci_download_clickhouse |
338 | 2023-11-22T04:13:27.520Z | + TARGET_DIR=out |
339 | 2023-11-22T04:13:27.520Z | + DOWNLOAD_DIR=out/downloads |
340 | 2023-11-22T04:13:27.520Z | + DEST_DIR=./out/clickhouse |
341 | 2023-11-22T04:13:27.520Z | + CIDL_VERSION=v22.8.9.24 |
342 | 2023-11-22T04:13:27.520Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2023-11-22T04:13:27.520Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
344 | 2023-11-22T04:13:27.520Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
345 | 2023-11-22T04:13:27.520Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-11-22T04:13:27.520Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2023-11-22T04:13:27.520Z | + main |
348 | 2023-11-22T04:13:27.520Z | + [[ 0 != 0 ]] |
349 | 2023-11-22T04:13:27.520Z | + CIDL_OS=solaris2.11 |
350 | 2023-11-22T04:13:27.520Z | + [[ 0 != 0 ]] |
351 | 2023-11-22T04:13:27.521Z | + configure_os solaris2.11 |
352 | 2023-11-22T04:13:27.521Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2023-11-22T04:13:27.521Z | current directory: /work/oxidecomputer/omicron |
354 | 2023-11-22T04:13:27.521Z | + echo 'configuring based on OS: "solaris2.11"' |
355 | 2023-11-22T04:13:27.521Z | + CIDL_DASHREV= |
356 | 2023-11-22T04:13:27.521Z | + case "$1" in |
357 | 2023-11-22T04:13:27.521Z | configuring based on OS: "solaris2.11" |
358 | 2023-11-22T04:13:27.521Z | + CIDL_PLATFORM=illumos |
359 | 2023-11-22T04:13:27.521Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-22T04:13:27.521Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2023-11-22T04:13:27.521Z | + CIDL_DASHREV=-1 |
362 | 2023-11-22T04:13:27.521Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
363 | 2023-11-22T04:13:27.521Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-22T04:13:27.527Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-22T04:13:27.527Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-22T04:13:27.527Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2023-11-22T04:13:27.527Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-11-22T04:13:27.527Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-11-22T04:13:27.527Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2023-11-22T04:13:27.527Z | + mkdir -p out/downloads |
371 | 2023-11-22T04:13:27.527Z | + mkdir -p ./out/clickhouse |
372 | 2023-11-22T04:13:27.527Z | + local DO_DOWNLOAD=true |
373 | 2023-11-22T04:13:27.527Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
374 | 2023-11-22T04:13:27.527Z | + '[' true == true ']' |
375 | 2023-11-22T04:13:27.527Z | + echo Downloading... |
376 | 2023-11-22T04:13:27.527Z | Downloading... |
377 | 2023-11-22T04:13:27.527Z | + 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 |
378 | 2023-11-22T04:13:27.527Z | + 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 |
379 | 2023-11-22T04:13:28.469Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2023-11-22T04:13:28.473Z | ++ md5sum |
381 | 2023-11-22T04:13:28.473Z | ++ awk '{print $1}' |
382 | 2023-11-22T04:13:28.734Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
383 | 2023-11-22T04:13:28.734Z | + [[ 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 ]] |
384 | 2023-11-22T04:13:28.734Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
385 | 2023-11-22T04:13:28.738Z | + mkdir -p ./out/clickhouse |
386 | 2023-11-22T04:13:28.738Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
387 | 2023-11-22T04:13:34.558Z | + ./out/clickhouse/clickhouse server --version |
388 | 2023-11-22T04:13:36.558Z | ClickHouse server version 22.8.9.1. |
389 | 2023-11-22T04:13:36.558Z | + set -o errexit |
390 | 2023-11-22T04:13:36.558Z | +++ dirname ./tools/ci_download_console |
391 | 2023-11-22T04:13:36.558Z | ++ cd ./tools |
392 | 2023-11-22T04:13:36.558Z | ++ pwd |
393 | 2023-11-22T04:13:36.558Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-11-22T04:13:36.558Z | ++ basename ./tools/ci_download_console |
395 | 2023-11-22T04:13:36.558Z | + ARG0=ci_download_console |
396 | 2023-11-22T04:13:36.558Z | + TARGET_DIR=out |
397 | 2023-11-22T04:13:36.558Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-11-22T04:13:36.558Z | + DEST_DIR=./out/console-assets |
399 | 2023-11-22T04:13:36.558Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2023-11-22T04:13:36.558Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
401 | 2023-11-22T04:13:36.558Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
402 | 2023-11-22T04:13:36.558Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-11-22T04:13:36.558Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2023-11-22T04:13:36.558Z | + main |
405 | 2023-11-22T04:13:36.558Z | + [[ 0 != 0 ]] |
406 | 2023-11-22T04:13:36.558Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
407 | 2023-11-22T04:13:36.558Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
408 | 2023-11-22T04:13:36.558Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2023-11-22T04:13:36.558Z | Local file: out/downloads/console.tar.gz |
410 | 2023-11-22T04:13:36.558Z | + local DO_DOWNLOAD=true |
411 | 2023-11-22T04:13:36.558Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2023-11-22T04:13:36.564Z | + mkdir -p out/downloads |
413 | 2023-11-22T04:13:36.564Z | + '[' true == true ']' |
414 | 2023-11-22T04:13:36.564Z | + echo Downloading... |
415 | 2023-11-22T04:13:36.564Z | Downloading... |
416 | 2023-11-22T04:13:36.564Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
417 | 2023-11-22T04:13:36.564Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
418 | 2023-11-22T04:13:37.241Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2023-11-22T04:13:37.241Z | ++ case "$OSTYPE" in |
420 | 2023-11-22T04:13:37.241Z | ++ SHA=sha256sum |
421 | 2023-11-22T04:13:37.241Z | ++ sha256sum |
422 | 2023-11-22T04:13:37.241Z | ++ awk '{print $1}' |
423 | 2023-11-22T04:13:37.241Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
424 | 2023-11-22T04:13:37.241Z | + [[ 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 ]] |
425 | 2023-11-22T04:13:37.241Z | + rm -rf ./out/console-assets |
426 | 2023-11-22T04:13:37.241Z | + mkdir -p ./out/console-assets |
427 | 2023-11-22T04:13:37.241Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2023-11-22T04:13:37.241Z | + mkdir -p ./out/console-assets |
429 | 2023-11-22T04:13:37.241Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2023-11-22T04:13:37.241Z | + set -o errexit |
431 | 2023-11-22T04:13:37.241Z | +++ dirname ./tools/ci_download_maghemite_openapi |
432 | 2023-11-22T04:13:37.241Z | ++ cd ./tools |
433 | 2023-11-22T04:13:37.241Z | ++ pwd |
434 | 2023-11-22T04:13:37.241Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2023-11-22T04:13:37.241Z | ++ basename ./tools/ci_download_maghemite_openapi |
436 | 2023-11-22T04:13:37.241Z | + ARG0=ci_download_maghemite_openapi |
437 | 2023-11-22T04:13:37.241Z | + TARGET_DIR=out |
438 | 2023-11-22T04:13:37.241Z | + DOWNLOAD_DIR=out/downloads |
439 | 2023-11-22T04:13:37.241Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
440 | 2023-11-22T04:13:37.242Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
441 | 2023-11-22T04:13:37.242Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2023-11-22T04:13:37.242Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
443 | 2023-11-22T04:13:37.242Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
444 | 2023-11-22T04:13:37.242Z | + main |
445 | 2023-11-22T04:13:37.242Z | + [[ 0 != 0 ]] |
446 | 2023-11-22T04:13:37.242Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
447 | 2023-11-22T04:13:37.242Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
448 | 2023-11-22T04:13:37.242Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
449 | 2023-11-22T04:13:37.242Z | + local DO_DOWNLOAD=true |
450 | 2023-11-22T04:13:37.242Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
451 | 2023-11-22T04:13:37.242Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
452 | 2023-11-22T04:13:37.242Z | + mkdir -p out/downloads |
453 | 2023-11-22T04:13:37.242Z | + '[' true == true ']' |
454 | 2023-11-22T04:13:37.242Z | + echo Downloading... |
455 | 2023-11-22T04:13:37.242Z | Downloading... |
456 | 2023-11-22T04:13:37.242Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
457 | 2023-11-22T04:13:37.242Z | + 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 |
458 | 2023-11-22T04:13:37.789Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
459 | 2023-11-22T04:13:37.789Z | ++ case "$OSTYPE" in |
460 | 2023-11-22T04:13:37.789Z | ++ SHA=sha256sum |
461 | 2023-11-22T04:13:37.789Z | ++ sha256sum |
462 | 2023-11-22T04:13:37.789Z | ++ awk '{print $1}' |
463 | 2023-11-22T04:13:37.789Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
464 | 2023-11-22T04:13:37.789Z | + [[ 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 ]] |
465 | 2023-11-22T04:13:37.789Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2023-11-22T04:13:37.789Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
467 | 2023-11-22T04:13:37.789Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
468 | 2023-11-22T04:13:37.789Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
469 | 2023-11-22T04:13:37.789Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
470 | 2023-11-22T04:13:37.789Z | + main |
471 | 2023-11-22T04:13:37.789Z | + [[ 0 != 0 ]] |
472 | 2023-11-22T04:13:37.790Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
473 | 2023-11-22T04:13:37.790Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
474 | 2023-11-22T04:13:37.790Z | + local DO_DOWNLOAD=true |
475 | 2023-11-22T04:13:37.790Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
476 | 2023-11-22T04:13:37.790Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
477 | 2023-11-22T04:13:37.790Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
478 | 2023-11-22T04:13:37.790Z | + mkdir -p out/downloads |
479 | 2023-11-22T04:13:37.790Z | + '[' true == true ']' |
480 | 2023-11-22T04:13:37.790Z | + echo Downloading... |
481 | 2023-11-22T04:13:37.790Z | Downloading... |
482 | 2023-11-22T04:13:37.790Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
483 | 2023-11-22T04:13:37.790Z | + 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 |
484 | 2023-11-22T04:13:57.512Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
485 | 2023-11-22T04:13:57.748Z | ++ case "$OSTYPE" in |
486 | 2023-11-22T04:13:57.748Z | ++ SHA=sha256sum |
487 | 2023-11-22T04:13:57.749Z | ++ sha256sum |
488 | 2023-11-22T04:13:57.749Z | ++ awk '{print $1}' |
489 | 2023-11-22T04:13:57.749Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
490 | 2023-11-22T04:13:57.749Z | + [[ 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 ]] |
491 | 2023-11-22T04:13:57.749Z | + set -o errexit |
492 | 2023-11-22T04:13:57.749Z | +++ dirname ./tools/ci_download_dendrite_openapi |
493 | 2023-11-22T04:13:57.749Z | ++ cd ./tools |
494 | 2023-11-22T04:13:57.749Z | ++ pwd |
495 | 2023-11-22T04:13:57.750Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2023-11-22T04:13:57.750Z | ++ basename ./tools/ci_download_dendrite_openapi |
497 | 2023-11-22T04:13:57.751Z | + ARG0=ci_download_dendrite_openapi |
498 | 2023-11-22T04:13:57.751Z | + TARGET_DIR=out |
499 | 2023-11-22T04:13:57.751Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-11-22T04:13:57.751Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-11-22T04:13:57.751Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
502 | 2023-11-22T04:13:57.752Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
503 | 2023-11-22T04:13:57.752Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
504 | 2023-11-22T04:13:57.752Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
505 | 2023-11-22T04:13:57.752Z | + main |
506 | 2023-11-22T04:13:57.752Z | + [[ 0 != 0 ]] |
507 | 2023-11-22T04:13:57.752Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
508 | 2023-11-22T04:13:57.752Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
509 | 2023-11-22T04:13:57.752Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
510 | 2023-11-22T04:13:57.752Z | + local DO_DOWNLOAD=true |
511 | 2023-11-22T04:13:57.752Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
512 | 2023-11-22T04:13:57.758Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
513 | 2023-11-22T04:13:57.759Z | + mkdir -p out/downloads |
514 | 2023-11-22T04:13:57.759Z | + '[' true == true ']' |
515 | 2023-11-22T04:13:57.759Z | Downloading... |
516 | 2023-11-22T04:13:57.759Z | + echo Downloading... |
517 | 2023-11-22T04:13:57.759Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
518 | 2023-11-22T04:13:57.759Z | + 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 |
519 | 2023-11-22T04:13:58.172Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
520 | 2023-11-22T04:13:58.172Z | ++ case "$OSTYPE" in |
521 | 2023-11-22T04:13:58.197Z | ++ SHA=sha256sum |
522 | 2023-11-22T04:13:58.197Z | ++ sha256sum |
523 | 2023-11-22T04:13:58.197Z | ++ awk '{print $1}' |
524 | 2023-11-22T04:13:58.197Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
525 | 2023-11-22T04:13:58.197Z | + [[ 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 ]] |
526 | 2023-11-22T04:13:58.197Z | + set -o errexit |
527 | 2023-11-22T04:13:58.197Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2023-11-22T04:13:58.197Z | ++ cd ./tools |
529 | 2023-11-22T04:13:58.197Z | ++ pwd |
530 | 2023-11-22T04:13:58.197Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-11-22T04:13:58.197Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2023-11-22T04:13:58.197Z | + ARG0=ci_download_dendrite_stub |
533 | 2023-11-22T04:13:58.198Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2023-11-22T04:13:58.198Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
535 | 2023-11-22T04:13:58.198Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
536 | 2023-11-22T04:13:58.198Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
537 | 2023-11-22T04:13:58.198Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2023-11-22T04:13:58.198Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
539 | 2023-11-22T04:13:58.198Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
540 | 2023-11-22T04:13:58.198Z | + TARGET_DIR=out |
541 | 2023-11-22T04:13:58.198Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-11-22T04:13:58.198Z | + DEST_DIR=./out/dendrite-stub |
543 | 2023-11-22T04:13:58.198Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2023-11-22T04:13:58.198Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2023-11-22T04:13:58.198Z | + REPO=oxidecomputer/dendrite |
546 | 2023-11-22T04:13:58.199Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
547 | 2023-11-22T04:13:58.199Z | + main |
548 | 2023-11-22T04:13:58.199Z | + [[ 0 != 0 ]] |
549 | 2023-11-22T04:13:58.199Z | + CIDL_OS=solaris2.11 |
550 | 2023-11-22T04:13:58.199Z | + [[ 0 != 0 ]] |
551 | 2023-11-22T04:13:58.199Z | + configure_os solaris2.11 |
552 | 2023-11-22T04:13:58.199Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2023-11-22T04:13:58.199Z | current directory: /work/oxidecomputer/omicron |
554 | 2023-11-22T04:13:58.199Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2023-11-22T04:13:58.199Z | + case "$1" in |
556 | 2023-11-22T04:13:58.202Z | + SET_BINARIES= |
557 | 2023-11-22T04:13:58.202Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
558 | 2023-11-22T04:13:58.202Z | configuring based on OS: "solaris2.11" |
559 | 2023-11-22T04:13:58.202Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2023-11-22T04:13:58.202Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2023-11-22T04:13:58.202Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
562 | 2023-11-22T04:13:58.202Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2023-11-22T04:13:58.202Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
564 | 2023-11-22T04:13:58.202Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
565 | 2023-11-22T04:13:58.202Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
566 | 2023-11-22T04:13:58.202Z | Local file: out/downloads/dendrite-stub.tar.gz |
567 | 2023-11-22T04:13:58.202Z | + mkdir -p out/downloads |
568 | 2023-11-22T04:13:58.211Z | + mkdir -p ./out/dendrite-stub |
569 | 2023-11-22T04:13:58.211Z | + fetch_and_verify |
570 | 2023-11-22T04:13:58.211Z | + local DO_DOWNLOAD=true |
571 | 2023-11-22T04:13:58.211Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
572 | 2023-11-22T04:13:58.211Z | + '[' true == true ']' |
573 | 2023-11-22T04:13:58.211Z | + echo Downloading... |
574 | 2023-11-22T04:13:58.211Z | Downloading... |
575 | 2023-11-22T04:13:58.211Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2023-11-22T04:13:58.211Z | + 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 |
577 | 2023-11-22T04:14:10.818Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2023-11-22T04:14:10.821Z | ++ sha256sum |
579 | 2023-11-22T04:14:10.821Z | ++ awk '{print $1}' |
580 | 2023-11-22T04:14:10.928Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
581 | 2023-11-22T04:14:10.928Z | + [[ 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 ]] |
582 | 2023-11-22T04:14:10.932Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2023-11-22T04:14:10.932Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2023-11-22T04:14:12.055Z | + do_assemble |
585 | 2023-11-22T04:14:12.055Z | + rm -r ./out/dendrite-stub |
586 | 2023-11-22T04:14:12.061Z | + mkdir ./out/dendrite-stub |
587 | 2023-11-22T04:14:12.061Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2023-11-22T04:14:12.200Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2023-11-22T04:14:12.213Z | + set -o errexit |
590 | 2023-11-22T04:14:12.218Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2023-11-22T04:14:12.218Z | ++ cd ./tools |
592 | 2023-11-22T04:14:12.218Z | ++ pwd |
593 | 2023-11-22T04:14:12.222Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2023-11-22T04:14:12.222Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2023-11-22T04:14:12.222Z | + ARG0=ci_download_maghemite_mgd |
596 | 2023-11-22T04:14:12.222Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2023-11-22T04:14:12.222Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
598 | 2023-11-22T04:14:12.222Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
599 | 2023-11-22T04:14:12.222Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2023-11-22T04:14:12.222Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
601 | 2023-11-22T04:14:12.222Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
602 | 2023-11-22T04:14:12.222Z | + TARGET_DIR=out |
603 | 2023-11-22T04:14:12.222Z | + DOWNLOAD_DIR=out/downloads |
604 | 2023-11-22T04:14:12.222Z | + DEST_DIR=./out/mgd |
605 | 2023-11-22T04:14:12.222Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2023-11-22T04:14:12.222Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2023-11-22T04:14:12.222Z | + REPO=oxidecomputer/maghemite |
608 | 2023-11-22T04:14:12.224Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
609 | 2023-11-22T04:14:12.224Z | + main |
610 | 2023-11-22T04:14:12.224Z | + [[ 0 != 0 ]] |
611 | 2023-11-22T04:14:12.224Z | + CIDL_OS=solaris2.11 |
612 | 2023-11-22T04:14:12.224Z | + [[ 0 != 0 ]] |
613 | 2023-11-22T04:14:12.224Z | + configure_os solaris2.11 |
614 | 2023-11-22T04:14:12.224Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2023-11-22T04:14:12.224Z | current directory: /work/oxidecomputer/omicron |
616 | 2023-11-22T04:14:12.224Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2023-11-22T04:14:12.224Z | + case "$1" in |
618 | 2023-11-22T04:14:12.224Z | + SET_BINARIES= |
619 | 2023-11-22T04:14:12.224Z | configuring based on OS: "solaris2.11" |
620 | 2023-11-22T04:14:12.224Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2023-11-22T04:14:12.224Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2023-11-22T04:14:12.224Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
623 | 2023-11-22T04:14:12.225Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2023-11-22T04:14:12.225Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
625 | 2023-11-22T04:14:12.225Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
626 | 2023-11-22T04:14:12.225Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2023-11-22T04:14:12.225Z | Local file: out/downloads/mgd.tar.gz |
628 | 2023-11-22T04:14:12.225Z | + mkdir -p out/downloads |
629 | 2023-11-22T04:14:12.228Z | + mkdir -p ./out/mgd |
630 | 2023-11-22T04:14:12.228Z | + fetch_and_verify |
631 | 2023-11-22T04:14:12.228Z | + local DO_DOWNLOAD=true |
632 | 2023-11-22T04:14:12.228Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2023-11-22T04:14:12.228Z | + '[' true == true ']' |
634 | 2023-11-22T04:14:12.228Z | + echo Downloading... |
635 | 2023-11-22T04:14:12.228Z | Downloading... |
636 | 2023-11-22T04:14:12.228Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2023-11-22T04:14:12.228Z | + 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 |
638 | 2023-11-22T04:14:20.155Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2023-11-22T04:14:20.163Z | ++ sha256sum |
640 | 2023-11-22T04:14:20.163Z | ++ awk '{print $1}' |
641 | 2023-11-22T04:14:20.241Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
642 | 2023-11-22T04:14:20.241Z | + [[ 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 ]] |
643 | 2023-11-22T04:14:20.279Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2023-11-22T04:14:20.280Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2023-11-22T04:14:20.918Z | + do_assemble |
646 | 2023-11-22T04:14:20.918Z | + rm -r ./out/mgd |
647 | 2023-11-22T04:14:20.922Z | + mkdir ./out/mgd |
648 | 2023-11-22T04:14:20.925Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2023-11-22T04:14:21.140Z | + set -o errexit |
650 | 2023-11-22T04:14:21.143Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2023-11-22T04:14:21.152Z | ++ cd ./tools |
652 | 2023-11-22T04:14:21.153Z | ++ pwd |
653 | 2023-11-22T04:14:21.153Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2023-11-22T04:14:21.153Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2023-11-22T04:14:21.153Z | + ARG0=ci_download_transceiver_control |
656 | 2023-11-22T04:14:21.153Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2023-11-22T04:14:21.153Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2023-11-22T04:14:21.153Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-11-22T04:14:21.153Z | + TARGET_DIR=out |
660 | 2023-11-22T04:14:21.153Z | + DOWNLOAD_DIR=out/downloads |
661 | 2023-11-22T04:14:21.153Z | + DEST_DIR=./out/transceiver-control |
662 | 2023-11-22T04:14:21.153Z | + BIN_DIR=/opt/oxide/bin |
663 | 2023-11-22T04:14:21.153Z | + BINARY=xcvradm |
664 | 2023-11-22T04:14:21.153Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2023-11-22T04:14:21.153Z | + REPO=oxidecomputer/transceiver-control |
666 | 2023-11-22T04:14:21.153Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2023-11-22T04:14:21.153Z | + main |
668 | 2023-11-22T04:14:21.153Z | + [[ 0 != 0 ]] |
669 | 2023-11-22T04:14:21.154Z | + CIDL_OS=solaris2.11 |
670 | 2023-11-22T04:14:21.154Z | + [[ 0 != 0 ]] |
671 | 2023-11-22T04:14:21.154Z | + configure_os solaris2.11 |
672 | 2023-11-22T04:14:21.154Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2023-11-22T04:14:21.154Z | current directory: /work/oxidecomputer/omicron |
674 | 2023-11-22T04:14:21.154Z | configuring based on OS: "solaris2.11" |
675 | 2023-11-22T04:14:21.154Z | + echo 'configuring based on OS: "solaris2.11"' |
676 | 2023-11-22T04:14:21.154Z | + case "$1" in |
677 | 2023-11-22T04:14:21.154Z | + SET_BINARIES= |
678 | 2023-11-22T04:14:21.154Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2023-11-22T04:14:21.154Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2023-11-22T04:14:21.154Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2023-11-22T04:14:21.154Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2023-11-22T04:14:21.154Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2023-11-22T04:14:21.154Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2023-11-22T04:14:21.154Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2023-11-22T04:14:21.154Z | Local file: out/downloads/xcvradm.gz |
686 | 2023-11-22T04:14:21.154Z | + echo 'Local file: out/downloads/xcvradm.gz' |
687 | 2023-11-22T04:14:21.154Z | + mkdir -p out/downloads |
688 | 2023-11-22T04:14:21.159Z | + mkdir -p ./out/transceiver-control |
689 | 2023-11-22T04:14:21.159Z | + fetch_and_verify |
690 | 2023-11-22T04:14:21.159Z | + local DO_DOWNLOAD=true |
691 | 2023-11-22T04:14:21.159Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2023-11-22T04:14:21.159Z | + '[' true == true ']' |
693 | 2023-11-22T04:14:21.159Z | + echo Downloading... |
694 | 2023-11-22T04:14:21.159Z | Downloading... |
695 | 2023-11-22T04:14:21.159Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2023-11-22T04:14:21.159Z | + 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 |
697 | 2023-11-22T04:14:23.523Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2023-11-22T04:14:23.528Z | ++ sha256sum |
699 | 2023-11-22T04:14:23.528Z | ++ awk '{print $1}' |
700 | 2023-11-22T04:14:23.545Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2023-11-22T04:14:23.545Z | + [[ 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 ]] |
702 | 2023-11-22T04:14:23.548Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2023-11-22T04:14:23.548Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2023-11-22T04:14:23.549Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2023-11-22T04:14:23.722Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2023-11-22T04:14:23.725Z | + do_assemble |
707 | 2023-11-22T04:14:23.725Z | + rm -r ./out/transceiver-control |
708 | 2023-11-22T04:14:23.727Z | + mkdir ./out/transceiver-control |
709 | 2023-11-22T04:14:23.731Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2023-11-22T04:14:23.958Z | All builder prerequisites installed successfully, and PATH looks valid |
711 | 2023-11-22T04:14:23.963Z | |
712 | 2023-11-22T04:14:23.964Z | real 2:58.213561065 |
713 | 2023-11-22T04:14:23.964Z | user 54.187012282 |
714 | 2023-11-22T04:14:23.964Z | sys 10.770326365 |
715 | 2023-11-22T04:14:23.964Z | trap 0.025685353 |
716 | 2023-11-22T04:14:23.964Z | tflt 0.157890503 |
717 | 2023-11-22T04:14:23.964Z | dflt 0.596253488 |
718 | 2023-11-22T04:14:23.964Z | kflt 0.125494213 |
719 | 2023-11-22T04:14:23.964Z | lock 1.763408786 |
720 | 2023-11-22T04:14:23.964Z | slp 6:04.780169970 |
721 | 2023-11-22T04:14:23.964Z | lat 4.103478939 |
722 | 2023-11-22T04:14:23.964Z | stop 0.053515341 |
723 | 2023-11-22T04:14:23.964Z | |
724 | 2023-11-22T04:14:23.964Z | #### # # ##### ##### # # |
725 | 2023-11-22T04:14:23.964Z | # # # # # # # # # # |
726 | 2023-11-22T04:14:23.964Z | # # # # # # # # |
727 | 2023-11-22T04:14:23.964Z | # # # ##### ##### # |
728 | 2023-11-22T04:14:23.964Z | # # # # # # # |
729 | 2023-11-22T04:14:23.964Z | #### ###### # # # # |
730 | 2023-11-22T04:14:23.964Z | |
731 | 2023-11-22T04:14:24.285Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2023-11-22T04:14:24.667Z | Updating crates.io index |
733 | 2023-11-22T04:14:24.708Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2023-11-22T04:14:25.499Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2023-11-22T04:14:27.402Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2023-11-22T04:14:28.027Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
737 | 2023-11-22T04:14:28.441Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
738 | 2023-11-22T04:14:28.631Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
739 | 2023-11-22T04:14:28.932Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2023-11-22T04:14:29.859Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2023-11-22T04:14:31.784Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2023-11-22T04:14:32.818Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2023-11-22T04:14:33.162Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2023-11-22T04:14:33.804Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2023-11-22T04:14:34.168Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2023-11-22T04:14:34.583Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2023-11-22T04:14:34.910Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2023-11-22T04:14:35.198Z | Updating git repository `https://github.com/njaremko/samael` |
749 | 2023-11-22T04:14:35.633Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2023-11-22T04:14:36.280Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2023-11-22T04:14:36.647Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2023-11-22T04:14:37.014Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2023-11-22T04:14:38.201Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2023-11-22T04:14:38.663Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2023-11-22T04:14:39.798Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2023-11-22T04:14:40.167Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2023-11-22T04:14:40.519Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2023-11-22T04:14:41.861Z | Downloading crates ... |
759 | 2023-11-22T04:14:42.083Z | Downloaded serde_derive v1.0.192 |
760 | 2023-11-22T04:14:42.093Z | Downloaded unicode-ident v1.0.12 |
761 | 2023-11-22T04:14:42.097Z | Downloaded serde_spanned v0.6.4 |
762 | 2023-11-22T04:14:42.107Z | Downloaded bitflags v1.3.2 |
763 | 2023-11-22T04:14:42.112Z | Downloaded cargo_metadata v0.18.0 |
764 | 2023-11-22T04:14:42.114Z | Downloaded anstyle v1.0.2 |
765 | 2023-11-22T04:14:42.117Z | Downloaded cargo_toml v0.17.0 |
766 | 2023-11-22T04:14:42.121Z | Downloaded strsim v0.10.0 |
767 | 2023-11-22T04:14:42.124Z | Downloaded anstyle-query v1.0.0 |
768 | 2023-11-22T04:14:42.124Z | Downloaded anstream v0.5.0 |
769 | 2023-11-22T04:14:42.127Z | Downloaded io-lifetimes v1.0.11 |
770 | 2023-11-22T04:14:42.130Z | Downloaded equivalent v1.0.1 |
771 | 2023-11-22T04:14:42.130Z | Downloaded thiserror-impl v1.0.49 |
772 | 2023-11-22T04:14:42.133Z | Downloaded toml_datetime v0.6.5 |
773 | 2023-11-22T04:14:42.136Z | Downloaded semver v1.0.20 |
774 | 2023-11-22T04:14:42.138Z | Downloaded heck v0.4.1 |
775 | 2023-11-22T04:14:42.141Z | Downloaded clap_derive v4.4.2 |
776 | 2023-11-22T04:14:42.144Z | Downloaded colorchoice v1.0.0 |
777 | 2023-11-22T04:14:42.147Z | Downloaded proc-macro2 v1.0.69 |
778 | 2023-11-22T04:14:42.150Z | Downloaded itoa v1.0.9 |
779 | 2023-11-22T04:14:42.153Z | Downloaded anstyle-parse v0.2.1 |
780 | 2023-11-22T04:14:42.157Z | Downloaded cargo-platform v0.1.3 |
781 | 2023-11-22T04:14:42.160Z | Downloaded terminal_size v0.2.6 |
782 | 2023-11-22T04:14:42.164Z | Downloaded camino v1.1.6 |
783 | 2023-11-22T04:14:42.167Z | Downloaded thiserror v1.0.49 |
784 | 2023-11-22T04:14:42.170Z | Downloaded quote v1.0.33 |
785 | 2023-11-22T04:14:42.174Z | Downloaded clap_lex v0.5.1 |
786 | 2023-11-22T04:14:42.177Z | Downloaded ryu v1.0.15 |
787 | 2023-11-22T04:14:42.181Z | Downloaded clap v4.4.3 |
788 | 2023-11-22T04:14:42.196Z | Downloaded anyhow v1.0.75 |
789 | 2023-11-22T04:14:42.201Z | Downloaded toml v0.8.8 |
790 | 2023-11-22T04:14:42.207Z | Downloaded indexmap v2.1.0 |
791 | 2023-11-22T04:14:42.215Z | Downloaded toml_edit v0.21.0 |
792 | 2023-11-22T04:14:42.250Z | Downloaded winnow v0.5.15 |
793 | 2023-11-22T04:14:42.264Z | Downloaded serde_json v1.0.108 |
794 | 2023-11-22T04:14:42.277Z | Downloaded syn v2.0.32 |
795 | 2023-11-22T04:14:42.294Z | Downloaded rustix v0.37.23 |
796 | 2023-11-22T04:14:42.329Z | Downloaded memchr v2.6.3 |
797 | 2023-11-22T04:14:42.337Z | Downloaded libc v0.2.150 |
798 | 2023-11-22T04:14:42.384Z | Downloaded hashbrown v0.14.2 |
799 | 2023-11-22T04:14:42.392Z | Downloaded clap_builder v4.4.2 |
800 | 2023-11-22T04:14:42.404Z | Downloaded serde v1.0.192 |
801 | 2023-11-22T04:14:42.409Z | Downloaded errno v0.3.2 |
802 | 2023-11-22T04:14:42.412Z | Downloaded utf8parse v0.2.1 |
803 | 2023-11-22T04:14:42.932Z | Compiling proc-macro2 v1.0.69 |
804 | 2023-11-22T04:14:42.941Z | Compiling unicode-ident v1.0.12 |
805 | 2023-11-22T04:14:42.941Z | Compiling serde v1.0.192 |
806 | 2023-11-22T04:14:42.941Z | Compiling libc v0.2.150 |
807 | 2023-11-22T04:14:42.941Z | Compiling io-lifetimes v1.0.11 |
808 | 2023-11-22T04:14:42.941Z | Compiling rustix v0.37.23 |
809 | 2023-11-22T04:14:42.941Z | Compiling utf8parse v0.2.1 |
810 | 2023-11-22T04:14:42.941Z | Compiling equivalent v1.0.1 |
811 | 2023-11-22T04:14:42.941Z | Compiling bitflags v1.3.2 |
812 | 2023-11-22T04:14:42.941Z | Compiling hashbrown v0.14.2 |
813 | 2023-11-22T04:14:42.941Z | Compiling anstyle-parse v0.2.1 |
814 | 2023-11-22T04:14:42.941Z | Compiling anstyle v1.0.2 |
815 | 2023-11-22T04:14:43.336Z | Compiling anstyle-query v1.0.0 |
816 | 2023-11-22T04:14:43.458Z | Compiling winnow v0.5.15 |
817 | 2023-11-22T04:14:43.514Z | Compiling colorchoice v1.0.0 |
818 | 2023-11-22T04:14:43.685Z | Compiling camino v1.1.6 |
819 | 2023-11-22T04:14:44.489Z | Compiling indexmap v2.1.0 |
820 | 2023-11-22T04:14:44.507Z | Compiling serde_json v1.0.108 |
821 | 2023-11-22T04:14:44.617Z | Compiling thiserror v1.0.49 |
822 | 2023-11-22T04:14:44.636Z | Compiling semver v1.0.20 |
823 | 2023-11-22T04:14:44.999Z | Compiling anstream v0.5.0 |
824 | 2023-11-22T04:14:45.081Z | Compiling itoa v1.0.9 |
825 | 2023-11-22T04:14:45.398Z | Compiling clap_lex v0.5.1 |
826 | 2023-11-22T04:14:45.504Z | Compiling anyhow v1.0.75 |
827 | 2023-11-22T04:14:45.546Z | Compiling heck v0.4.1 |
828 | 2023-11-22T04:14:46.127Z | Compiling quote v1.0.33 |
829 | 2023-11-22T04:14:46.601Z | Compiling ryu v1.0.15 |
830 | 2023-11-22T04:14:46.604Z | Compiling strsim v0.10.0 |
831 | 2023-11-22T04:14:46.844Z | Compiling syn v2.0.32 |
832 | 2023-11-22T04:14:47.010Z | Compiling errno v0.3.2 |
833 | 2023-11-22T04:14:48.689Z | Compiling terminal_size v0.2.6 |
834 | 2023-11-22T04:14:48.809Z | Compiling clap_builder v4.4.2 |
835 | 2023-11-22T04:14:55.689Z | Compiling serde_derive v1.0.192 |
836 | 2023-11-22T04:14:55.692Z | Compiling thiserror-impl v1.0.49 |
837 | 2023-11-22T04:14:55.692Z | Compiling clap_derive v4.4.2 |
838 | 2023-11-22T04:15:00.300Z | Compiling clap v4.4.3 |
839 | 2023-11-22T04:15:09.165Z | Compiling toml_datetime v0.6.5 |
840 | 2023-11-22T04:15:09.181Z | Compiling serde_spanned v0.6.4 |
841 | 2023-11-22T04:15:09.181Z | Compiling cargo-platform v0.1.3 |
842 | 2023-11-22T04:15:09.513Z | Compiling toml_edit v0.21.0 |
843 | 2023-11-22T04:15:11.227Z | Compiling cargo_metadata v0.18.0 |
844 | 2023-11-22T04:15:12.735Z | Compiling toml v0.8.8 |
845 | 2023-11-22T04:15:13.766Z | Compiling cargo_toml v0.17.0 |
846 | 2023-11-22T04:15:19.920Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
847 | 2023-11-22T04:15:21.362Z | Finished dev [unoptimized + debuginfo] target(s) in 57.33s |
848 | 2023-11-22T04:15:21.564Z | Running `target/debug/xtask clippy` |
849 | 2023-11-22T04:15:21.616Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
850 | 2023-11-22T04:15:22.453Z | Downloading crates ... |
851 | 2023-11-22T04:15:22.712Z | Downloaded bit-vec v0.6.3 |
852 | 2023-11-22T04:15:22.719Z | Downloaded matches v0.1.10 |
853 | 2023-11-22T04:15:22.723Z | Downloaded crucible-workspace-hack v0.1.0 |
854 | 2023-11-22T04:15:22.731Z | Downloaded constant_time_eq v0.3.0 |
855 | 2023-11-22T04:15:22.735Z | Downloaded ciborium-io v0.2.1 |
856 | 2023-11-22T04:15:22.735Z | Downloaded match_cfg v0.1.0 |
857 | 2023-11-22T04:15:22.738Z | Downloaded indicatif v0.17.7 |
858 | 2023-11-22T04:15:22.747Z | Downloaded async-stream-impl v0.3.5 |
859 | 2023-11-22T04:15:22.750Z | Downloaded num-traits v0.2.16 |
860 | 2023-11-22T04:15:22.758Z | Downloaded instant v0.1.12 |
861 | 2023-11-22T04:15:22.764Z | Downloaded num-integer v0.1.45 |
862 | 2023-11-22T04:15:22.769Z | Downloaded arrayvec v0.7.4 |
863 | 2023-11-22T04:15:22.775Z | Downloaded scopeguard v1.2.0 |
864 | 2023-11-22T04:15:22.782Z | Downloaded humantime v2.1.0 |
865 | 2023-11-22T04:15:22.791Z | Downloaded crunchy v0.2.2 |
866 | 2023-11-22T04:15:22.796Z | Downloaded atomicwrites v0.4.2 |
867 | 2023-11-22T04:15:22.796Z | Downloaded maplit v1.0.2 |
868 | 2023-11-22T04:15:22.801Z | Downloaded criterion-plot v0.5.0 |
869 | 2023-11-22T04:15:22.809Z | Downloaded async-stream v0.3.5 |
870 | 2023-11-22T04:15:22.818Z | Downloaded macaddr v1.0.1 |
871 | 2023-11-22T04:15:22.823Z | Downloaded cexpr v0.6.0 |
872 | 2023-11-22T04:15:22.829Z | Downloaded newtype_derive v0.1.6 |
873 | 2023-11-22T04:15:22.841Z | Downloaded normalize-line-endings v0.3.0 |
874 | 2023-11-22T04:15:22.847Z | Downloaded memoffset v0.9.0 |
875 | 2023-11-22T04:15:22.851Z | Downloaded nodrop v0.1.14 |
876 | 2023-11-22T04:15:22.854Z | Downloaded crossbeam-channel v0.5.8 |
877 | 2023-11-22T04:15:22.866Z | Downloaded memoffset v0.7.1 |
878 | 2023-11-22T04:15:22.870Z | Downloaded lazy_static v1.4.0 |
879 | 2023-11-22T04:15:22.874Z | Downloaded take_mut v0.2.2 |
880 | 2023-11-22T04:15:22.877Z | Downloaded cassowary v0.3.0 |
881 | 2023-11-22T04:15:22.880Z | Downloaded camino-tempfile v1.0.2 |
882 | 2023-11-22T04:15:22.886Z | Downloaded cipher v0.4.4 |
883 | 2023-11-22T04:15:22.890Z | Downloaded async-trait v0.1.74 |
884 | 2023-11-22T04:15:22.900Z | Downloaded nibble_vec v0.1.0 |
885 | 2023-11-22T04:15:22.905Z | Downloaded slog-stdlog v4.1.1 |
886 | 2023-11-22T04:15:22.909Z | Downloaded slab v0.4.9 |
887 | 2023-11-22T04:15:22.913Z | Downloaded crossbeam-epoch v0.9.15 |
888 | 2023-11-22T04:15:22.922Z | Downloaded hubpack_derive v0.1.1 |
889 | 2023-11-22T04:15:22.925Z | Downloaded fnv v1.0.7 |
890 | 2023-11-22T04:15:22.929Z | Downloaded fd-lock v3.0.13 |
891 | 2023-11-22T04:15:22.935Z | Downloaded nanorand v0.7.0 |
892 | 2023-11-22T04:15:22.941Z | Downloaded zerocopy v0.3.0 |
893 | 2023-11-22T04:15:22.944Z | Downloaded bzip2 v0.4.4 |
894 | 2023-11-22T04:15:22.952Z | Downloaded hex v0.4.3 |
895 | 2023-11-22T04:15:23.403Z | Downloaded serde-big-array v0.5.1 |
896 | 2023-11-22T04:15:23.406Z | Downloaded signal-hook-registry v1.4.1 |
897 | 2023-11-22T04:15:23.416Z | Downloaded foreign-types-shared v0.1.1 |
898 | 2023-11-22T04:15:23.416Z | Downloaded plotters-svg v0.3.5 |
899 | 2023-11-22T04:15:23.416Z | Downloaded cc v1.0.83 |
900 | 2023-11-22T04:15:23.416Z | Downloaded postcard-cobs v0.1.5-pre |
901 | 2023-11-22T04:15:23.416Z | Downloaded dirs-next v2.0.0 |
902 | 2023-11-22T04:15:23.416Z | Downloaded mockall_derive v0.11.4 |
903 | 2023-11-22T04:15:23.417Z | Downloaded http-body v1.0.0 |
904 | 2023-11-22T04:15:23.417Z | Downloaded blake2b_simd v1.0.1 |
905 | 2023-11-22T04:15:23.417Z | Downloaded tinyvec_macros v0.1.1 |
906 | 2023-11-22T04:15:23.417Z | Downloaded hex-literal v0.4.1 |
907 | 2023-11-22T04:15:23.417Z | Downloaded semver v0.11.0 |
908 | 2023-11-22T04:15:23.417Z | Downloaded httpdate v1.0.3 |
909 | 2023-11-22T04:15:23.417Z | Downloaded unicode-linebreak v0.1.5 |
910 | 2023-11-22T04:15:23.417Z | Downloaded signature v2.1.0 |
911 | 2023-11-22T04:15:23.417Z | Downloaded base64 v0.13.1 |
912 | 2023-11-22T04:15:23.417Z | Downloaded crc-any v2.4.3 |
913 | 2023-11-22T04:15:23.417Z | Downloaded enum-as-inner v0.5.1 |
914 | 2023-11-22T04:15:23.417Z | Downloaded subtle v2.5.0 |
915 | 2023-11-22T04:15:23.417Z | Downloaded strum v0.25.0 |
916 | 2023-11-22T04:15:23.417Z | Downloaded derive_builder_macro v0.12.0 |
917 | 2023-11-22T04:15:23.417Z | Downloaded vte_generate_state_changes v0.1.1 |
918 | 2023-11-22T04:15:23.417Z | Downloaded plotters-backend v0.3.5 |
919 | 2023-11-22T04:15:23.417Z | Downloaded digest v0.10.7 |
920 | 2023-11-22T04:15:23.417Z | Downloaded tokio-native-tls v0.3.1 |
921 | 2023-11-22T04:15:23.417Z | Downloaded parking_lot v0.11.2 |
922 | 2023-11-22T04:15:23.417Z | Downloaded zeroize_derive v1.4.2 |
923 | 2023-11-22T04:15:23.417Z | Downloaded base64 v0.21.5 |
924 | 2023-11-22T04:15:23.417Z | Downloaded untrusted v0.9.0 |
925 | 2023-11-22T04:15:23.417Z | Downloaded serde_plain v1.0.2 |
926 | 2023-11-22T04:15:23.417Z | Downloaded string_cache v0.8.7 |
927 | 2023-11-22T04:15:23.418Z | Downloaded slog-async v2.8.0 |
928 | 2023-11-22T04:15:23.418Z | Downloaded env_logger v0.10.0 |
929 | 2023-11-22T04:15:23.418Z | Downloaded pretty-hex v0.3.0 |
930 | 2023-11-22T04:15:23.418Z | Downloaded typenum v1.16.0 |
931 | 2023-11-22T04:15:23.422Z | Downloaded tabled_derive v0.6.0 |
932 | 2023-11-22T04:15:23.422Z | Downloaded walkdir v2.4.0 |
933 | 2023-11-22T04:15:23.422Z | Downloaded strum_macros v0.25.2 |
934 | 2023-11-22T04:15:23.422Z | Downloaded serde_with_macros v2.3.3 |
935 | 2023-11-22T04:15:23.422Z | Downloaded serde-big-array v0.4.1 |
936 | 2023-11-22T04:15:23.422Z | Downloaded tiny-keccak v2.0.2 |
937 | 2023-11-22T04:15:23.422Z | Downloaded strsim v0.8.0 |
938 | 2023-11-22T04:15:23.422Z | Downloaded tracing-attributes v0.1.26 |
939 | 2023-11-22T04:15:23.422Z | Downloaded termtree v0.4.1 |
940 | 2023-11-22T04:15:23.422Z | Downloaded ff v0.13.0 |
941 | 2023-11-22T04:15:23.422Z | Downloaded headers-core v0.2.0 |
942 | 2023-11-22T04:15:23.422Z | Downloaded pem v1.1.1 |
943 | 2023-11-22T04:15:23.422Z | Downloaded xattr v1.0.1 |
944 | 2023-11-22T04:15:23.422Z | Downloaded rcgen v0.11.3 |
945 | 2023-11-22T04:15:23.422Z | Downloaded headers v0.3.9 |
946 | 2023-11-22T04:15:23.422Z | Downloaded rpassword v7.3.1 |
947 | 2023-11-22T04:15:23.422Z | Downloaded scheduled-thread-pool v0.2.7 |
948 | 2023-11-22T04:15:23.422Z | Downloaded r2d2 v0.8.10 |
949 | 2023-11-22T04:15:23.422Z | Downloaded pkg-config v0.3.27 |
950 | 2023-11-22T04:15:23.422Z | Downloaded pkcs8 v0.10.2 |
951 | 2023-11-22T04:15:23.422Z | Downloaded toolchain_find v0.2.0 |
952 | 2023-11-22T04:15:23.422Z | Downloaded serial_test v0.10.0 |
953 | 2023-11-22T04:15:23.422Z | Downloaded glob v0.3.1 |
954 | 2023-11-22T04:15:23.422Z | Downloaded futures v0.3.29 |
955 | 2023-11-22T04:15:23.422Z | Downloaded parse-display-derive v0.8.2 |
956 | 2023-11-22T04:15:23.422Z | Downloaded vec_map v0.8.2 |
957 | 2023-11-22T04:15:23.422Z | Downloaded rayon-core v1.12.0 |
958 | 2023-11-22T04:15:23.422Z | Downloaded version_check v0.9.4 |
959 | 2023-11-22T04:15:23.426Z | Downloaded path-slash v0.1.5 |
960 | 2023-11-22T04:15:23.426Z | Downloaded ppv-lite86 v0.2.17 |
961 | 2023-11-22T04:15:23.426Z | Downloaded shlex v1.1.0 |
962 | 2023-11-22T04:15:23.426Z | Downloaded crossterm v0.27.0 |
963 | 2023-11-22T04:15:23.426Z | Downloaded pin-utils v0.1.0 |
964 | 2023-11-22T04:15:23.426Z | Downloaded foreign-types v0.3.2 |
965 | 2023-11-22T04:15:23.426Z | Downloaded textwrap v0.11.0 |
966 | 2023-11-22T04:15:23.426Z | Downloaded vsss-rs v3.3.1 |
967 | 2023-11-22T04:15:23.426Z | Downloaded whoami v1.4.1 |
968 | 2023-11-22T04:15:23.426Z | Downloaded itertools v0.12.0 |
969 | 2023-11-22T04:15:23.426Z | Downloaded zone_cfg_derive v0.3.0 |
970 | 2023-11-22T04:15:23.426Z | Downloaded spki v0.7.2 |
971 | 2023-11-22T04:15:23.426Z | Downloaded spin v0.5.2 |
972 | 2023-11-22T04:15:23.426Z | Downloaded data-encoding v2.4.0 |
973 | 2023-11-22T04:15:23.426Z | Downloaded percent-encoding v2.3.0 |
974 | 2023-11-22T04:15:23.426Z | Downloaded hash32 v0.2.1 |
975 | 2023-11-22T04:15:23.426Z | Downloaded slog-dtrace v0.2.3 |
976 | 2023-11-22T04:15:23.426Z | Downloaded rustfmt-wrapper v0.2.0 |
977 | 2023-11-22T04:15:23.426Z | Downloaded float-cmp v0.9.0 |
978 | 2023-11-22T04:15:23.426Z | Downloaded zone v0.3.0 |
979 | 2023-11-22T04:15:23.426Z | Downloaded fatfs v0.3.6 |
980 | 2023-11-22T04:15:23.426Z | Downloaded remove_dir_all v0.5.3 |
981 | 2023-11-22T04:15:23.426Z | Downloaded rand v0.8.5 |
982 | 2023-11-22T04:15:23.426Z | Downloaded endian-type v0.1.2 |
983 | 2023-11-22T04:15:23.426Z | Downloaded fxhash v0.2.1 |
984 | 2023-11-22T04:15:23.426Z | Downloaded display-error-chain v0.2.0 |
985 | 2023-11-22T04:15:23.426Z | Downloaded futures-timer v3.0.2 |
986 | 2023-11-22T04:15:23.426Z | Downloaded itertools v0.11.0 |
987 | 2023-11-22T04:15:23.427Z | Downloaded darling_macro v0.14.4 |
988 | 2023-11-22T04:15:23.427Z | Downloaded foreign-types v0.5.0 |
989 | 2023-11-22T04:15:23.427Z | Downloaded yasna v0.5.2 |
990 | 2023-11-22T04:15:23.427Z | Downloaded parse-display v0.8.2 |
991 | 2023-11-22T04:15:23.427Z | Downloaded predicates-tree v1.0.9 |
992 | 2023-11-22T04:15:23.428Z | Downloaded trust-dns-resolver v0.22.0 |
993 | 2023-11-22T04:15:23.428Z | Downloaded pin-project-lite v0.2.13 |
994 | 2023-11-22T04:15:23.428Z | Downloaded darling_macro v0.20.3 |
995 | 2023-11-22T04:15:23.428Z | Downloaded globset v0.4.13 |
996 | 2023-11-22T04:15:23.428Z | Downloaded group v0.13.0 |
997 | 2023-11-22T04:15:23.439Z | Downloaded smawk v0.3.1 |
998 | 2023-11-22T04:15:23.439Z | Downloaded rand_chacha v0.3.1 |
999 | 2023-11-22T04:15:23.439Z | Downloaded half v1.8.2 |
1000 | 2023-11-22T04:15:23.439Z | Downloaded papergrid v0.10.0 |
1001 | 2023-11-22T04:15:23.439Z | Downloaded either v1.9.0 |
1002 | 2023-11-22T04:15:23.439Z | Downloaded postcard v0.7.3 |
1003 | 2023-11-22T04:15:23.439Z | Downloaded parking_lot_core v0.8.6 |
1004 | 2023-11-22T04:15:23.440Z | Downloaded tungstenite v0.20.1 |
1005 | 2023-11-22T04:15:23.440Z | Downloaded flate2 v1.0.28 |
1006 | 2023-11-22T04:15:23.440Z | Downloaded dof v0.1.5 |
1007 | 2023-11-22T04:15:23.440Z | Downloaded stringprep v0.1.3 |
1008 | 2023-11-22T04:15:23.441Z | Downloaded strip-ansi-escapes v0.2.0 |
1009 | 2023-11-22T04:15:23.441Z | Downloaded fs-err v2.11.0 |
1010 | 2023-11-22T04:15:23.441Z | Downloaded similar v2.2.1 |
1011 | 2023-11-22T04:15:23.441Z | Downloaded parking_lot_core v0.9.8 |
1012 | 2023-11-22T04:15:23.441Z | Downloaded uuid v1.6.1 |
1013 | 2023-11-22T04:15:23.441Z | Downloaded snafu-derive v0.7.5 |
1014 | 2023-11-22T04:15:23.441Z | Downloaded derive_more v0.99.17 |
1015 | 2023-11-22T04:15:23.441Z | Downloaded unicode-bidi v0.3.13 |
1016 | 2023-11-22T04:15:23.441Z | Downloaded slog v2.7.0 |
1017 | 2023-11-22T04:15:23.441Z | Downloaded relative-path v1.9.0 |
1018 | 2023-11-22T04:15:23.444Z | Downloaded ron v0.8.1 |
1019 | 2023-11-22T04:15:23.449Z | Downloaded clap v2.34.0 |
1020 | 2023-11-22T04:15:23.462Z | Downloaded flume v0.11.0 |
1021 | 2023-11-22T04:15:23.468Z | Downloaded tough v0.15.0 |
1022 | 2023-11-22T04:15:23.486Z | Downloaded hashbrown v0.13.2 |
1023 | 2023-11-22T04:15:23.498Z | Downloaded pretty_assertions v1.4.0 |
1024 | 2023-11-22T04:15:23.506Z | Downloaded hkdf v0.12.3 |
1025 | 2023-11-22T04:15:23.506Z | Downloaded hyper v0.14.27 |
1026 | 2023-11-22T04:15:23.520Z | Downloaded regex-automata v0.1.10 |
1027 | 2023-11-22T04:15:23.534Z | Downloaded quick-xml v0.23.1 |
1028 | 2023-11-22T04:15:23.543Z | Downloaded reqwest v0.11.22 |
1029 | 2023-11-22T04:15:23.554Z | Downloaded unicode-normalization v0.1.22 |
1030 | 2023-11-22T04:15:23.562Z | Downloaded h2 v0.3.21 |
1031 | 2023-11-22T04:15:23.575Z | Downloaded bitvec v1.0.1 |
1032 | 2023-11-22T04:15:23.605Z | Downloaded regex v1.10.2 |
1033 | 2023-11-22T04:15:23.631Z | Downloaded petgraph v0.6.4 |
1034 | 2023-11-22T04:15:23.654Z | Downloaded rustls-webpki v0.101.7 |
1035 | 2023-11-22T04:15:23.682Z | Downloaded syn v1.0.109 |
1036 | 2023-11-22T04:15:23.704Z | Downloaded rustls v0.21.9 |
1037 | 2023-11-22T04:15:23.726Z | Downloaded rustix v0.38.9 |
1038 | 2023-11-22T04:15:23.766Z | Downloaded regex-syntax v0.8.2 |
1039 | 2023-11-22T04:15:23.783Z | Downloaded regress v0.7.1 |
1040 | 2023-11-22T04:15:23.798Z | Downloaded regex-syntax v0.7.5 |
1041 | 2023-11-22T04:15:23.815Z | Downloaded regex-automata v0.3.8 |
1042 | 2023-11-22T04:15:23.848Z | Downloaded bstr v1.6.0 |
1043 | 2023-11-22T04:15:23.871Z | Downloaded zerocopy-derive v0.6.4 |
1044 | 2023-11-22T04:15:23.891Z | Downloaded encoding_rs v0.8.33 |
1045 | 2023-11-22T04:15:23.935Z | Downloaded sled v0.34.7 |
1046 | 2023-11-22T04:15:23.960Z | Downloaded regex-automata v0.4.3 |
1047 | 2023-11-22T04:15:23.987Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1048 | 2023-11-22T04:15:24.011Z | Downloaded diesel v2.1.4 |
1049 | 2023-11-22T04:15:24.045Z | Downloaded tokio v1.34.0 |
1050 | 2023-11-22T04:15:24.113Z | Downloaded sha3 v0.10.8 |
1051 | 2023-11-22T04:15:24.126Z | Downloaded smoltcp v0.8.2 |
1052 | 2023-11-22T04:15:24.143Z | Downloaded zerocopy-derive v0.2.0 |
1053 | 2023-11-22T04:15:24.160Z | Downloaded bstr v0.2.17 |
1054 | 2023-11-22T04:15:24.178Z | Downloaded proptest v1.4.0 |
1055 | 2023-11-22T04:15:24.195Z | Downloaded trust-dns-proto v0.22.0 |
1056 | 2023-11-22T04:15:24.217Z | Downloaded radix_trie v0.2.1 |
1057 | 2023-11-22T04:15:24.228Z | Downloaded vcpkg v0.2.15 |
1058 | 2023-11-22T04:15:24.302Z | Downloaded smoltcp v0.9.1 |
1059 | 2023-11-22T04:15:24.322Z | Downloaded object v0.32.1 |
1060 | 2023-11-22T04:15:24.341Z | Downloaded regex-syntax v0.6.29 |
1061 | 2023-11-22T04:15:24.355Z | Downloaded openapiv3 v1.0.3 |
1062 | 2023-11-22T04:15:24.384Z | Downloaded polar-core v0.27.0 |
1063 | 2023-11-22T04:15:24.432Z | Downloaded ratatui v0.23.0 |
1064 | 2023-11-22T04:15:24.436Z | Downloaded webpki-roots v0.25.2 |
1065 | 2023-11-22T04:15:24.436Z | Downloaded openapiv3 v2.0.0-rc.1 |
1066 | 2023-11-22T04:15:24.445Z | Downloaded futures-util v0.3.29 |
1067 | 2023-11-22T04:15:24.468Z | Downloaded bindgen v0.65.1 |
1068 | 2023-11-22T04:15:24.480Z | Downloaded plotters v0.3.5 |
1069 | 2023-11-22T04:15:24.495Z | Downloaded curve25519-dalek v4.1.0 |
1070 | 2023-11-22T04:15:24.512Z | Downloaded tabled v0.14.0 |
1071 | 2023-11-22T04:15:24.539Z | Downloaded gimli v0.28.0 |
1072 | 2023-11-22T04:15:24.555Z | Downloaded rand v0.4.6 |
1073 | 2023-11-22T04:15:24.561Z | Downloaded lalrpop v0.19.12 |
1074 | 2023-11-22T04:15:24.584Z | Downloaded tokio-util v0.7.10 |
1075 | 2023-11-22T04:15:24.596Z | Downloaded rayon v1.8.0 |
1076 | 2023-11-22T04:15:24.612Z | Downloaded chrono v0.4.31 |
1077 | 2023-11-22T04:15:24.626Z | Downloaded tar v0.4.40 |
1078 | 2023-11-22T04:15:24.631Z | Downloaded idna v0.4.0 |
1079 | 2023-11-22T04:15:24.644Z | Downloaded aho-corasick v1.0.4 |
1080 | 2023-11-22T04:15:24.654Z | Downloaded trust-dns-client v0.22.0 |
1081 | 2023-11-22T04:15:24.663Z | Downloaded x509-cert v0.2.4 |
1082 | 2023-11-22T04:15:24.674Z | Downloaded expectorate v1.1.0 |
1083 | 2023-11-22T04:15:24.679Z | Downloaded pest v2.7.2 |
1084 | 2023-11-22T04:15:24.687Z | Downloaded heapless v0.7.16 |
1085 | 2023-11-22T04:15:24.697Z | Downloaded serde_yaml v0.9.25 |
1086 | 2023-11-22T04:15:24.700Z | Downloaded toml_edit v0.19.15 |
1087 | 2023-11-22T04:15:24.730Z | Downloaded idna v0.2.3 |
1088 | 2023-11-22T04:15:24.743Z | Downloaded ring v0.17.5 |
1089 | 2023-11-22T04:15:24.887Z | Downloaded object v0.30.4 |
1090 | 2023-11-22T04:15:24.904Z | Downloaded typed-path v0.6.0 |
1091 | 2023-11-22T04:15:24.915Z | Downloaded hmac v0.12.1 |
1092 | 2023-11-22T04:15:24.919Z | Downloaded parking_lot v0.12.1 |
1093 | 2023-11-22T04:15:24.919Z | Downloaded zerocopy v0.6.4 |
1094 | 2023-11-22T04:15:24.922Z | Downloaded http v0.2.11 |
1095 | 2023-11-22T04:15:24.926Z | Downloaded socket2 v0.5.5 |
1096 | 2023-11-22T04:15:24.930Z | Downloaded socket2 v0.4.9 |
1097 | 2023-11-22T04:15:24.933Z | Downloaded diff v0.1.13 |
1098 | 2023-11-22T04:15:24.938Z | Downloaded pin-project v1.1.3 |
1099 | 2023-11-22T04:15:24.958Z | Downloaded ring v0.16.20 |
1100 | 2023-11-22T04:15:25.122Z | Downloaded password-hash v0.5.0 |
1101 | 2023-11-22T04:15:25.125Z | Downloaded reedline v0.26.0 |
1102 | 2023-11-22T04:15:25.139Z | Downloaded serde_with v2.3.3 |
1103 | 2023-11-22T04:15:25.147Z | Downloaded hyper v1.0.1 |
1104 | 2023-11-22T04:15:25.159Z | Downloaded slog-term v2.9.0 |
1105 | 2023-11-22T04:15:25.163Z | Downloaded rust-argon2 v1.0.1 |
1106 | 2023-11-22T04:15:25.168Z | Downloaded toml v0.7.8 |
1107 | 2023-11-22T04:15:25.171Z | Downloaded fastrand v2.0.0 |
1108 | 2023-11-22T04:15:25.174Z | Downloaded proc-macro-crate v1.3.1 |
1109 | 2023-11-22T04:15:25.176Z | Downloaded pem v3.0.2 |
1110 | 2023-11-22T04:15:25.179Z | Downloaded rustls-native-certs v0.6.3 |
1111 | 2023-11-22T04:15:25.182Z | Downloaded zip v0.6.6 |
1112 | 2023-11-22T04:15:25.189Z | Downloaded time v0.3.27 |
1113 | 2023-11-22T04:15:25.199Z | Downloaded portable-atomic v1.4.3 |
1114 | 2023-11-22T04:15:25.208Z | Downloaded signal-hook-tokio v0.3.1 |
1115 | 2023-11-22T04:15:25.211Z | Downloaded tempdir v0.3.7 |
1116 | 2023-11-22T04:15:25.214Z | Downloaded rstest v0.18.2 |
1117 | 2023-11-22T04:15:25.220Z | Downloaded signal-hook v0.3.17 |
1118 | 2023-11-22T04:15:26.231Z | Downloaded term v0.7.0 |
1119 | 2023-11-22T04:15:26.241Z | Downloaded peeking_take_while v0.1.2 |
1120 | 2023-11-22T04:15:26.241Z | Downloaded utf-8 v0.7.6 |
1121 | 2023-11-22T04:15:26.241Z | Downloaded http v1.0.0 |
1122 | 2023-11-22T04:15:26.241Z | Downloaded unicode-segmentation v1.10.1 |
1123 | 2023-11-22T04:15:26.241Z | Downloaded num-bigint-dig v0.8.4 |
1124 | 2023-11-22T04:15:26.241Z | Downloaded rstest_macros v0.18.2 |
1125 | 2023-11-22T04:15:26.241Z | Downloaded predicates v3.0.4 |
1126 | 2023-11-22T04:15:26.241Z | Downloaded predicates v2.1.5 |
1127 | 2023-11-22T04:15:26.241Z | Downloaded untrusted v0.7.1 |
1128 | 2023-11-22T04:15:26.241Z | Downloaded fixedbitset v0.4.2 |
1129 | 2023-11-22T04:15:26.241Z | Downloaded filetime v0.2.22 |
1130 | 2023-11-22T04:15:26.241Z | Downloaded pem-rfc7468 v0.7.0 |
1131 | 2023-11-22T04:15:26.241Z | Downloaded httparse v1.8.0 |
1132 | 2023-11-22T04:15:26.241Z | Downloaded pin-project-internal v1.1.3 |
1133 | 2023-11-22T04:15:26.241Z | Downloaded same-file v1.0.6 |
1134 | 2023-11-22T04:15:26.241Z | Downloaded pest_generator v2.7.2 |
1135 | 2023-11-22T04:15:26.241Z | Downloaded unicode-xid v0.2.4 |
1136 | 2023-11-22T04:15:26.241Z | Downloaded radium v0.7.0 |
1137 | 2023-11-22T04:15:26.241Z | Downloaded fragile v2.0.0 |
1138 | 2023-11-22T04:15:26.241Z | Downloaded deranged v0.3.8 |
1139 | 2023-11-22T04:15:26.242Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2023-11-22T04:15:26.242Z | Downloaded url v2.4.1 |
1141 | 2023-11-22T04:15:26.242Z | Downloaded dashmap v5.5.1 |
1142 | 2023-11-22T04:15:26.242Z | Downloaded tokio-stream v0.1.14 |
1143 | 2023-11-22T04:15:26.242Z | Downloaded tempfile v3.8.0 |
1144 | 2023-11-22T04:15:26.242Z | Downloaded der v0.7.8 |
1145 | 2023-11-22T04:15:26.242Z | Downloaded trust-dns-server v0.22.1 |
1146 | 2023-11-22T04:15:26.242Z | Downloaded subprocess v0.2.9 |
1147 | 2023-11-22T04:15:26.242Z | Downloaded smallvec v1.11.0 |
1148 | 2023-11-22T04:15:26.242Z | Downloaded futures-macro v0.3.29 |
1149 | 2023-11-22T04:15:26.242Z | Downloaded resolv-conf v0.7.0 |
1150 | 2023-11-22T04:15:26.242Z | Downloaded postgres-types v0.2.6 |
1151 | 2023-11-22T04:15:26.242Z | Downloaded darling_core v0.20.3 |
1152 | 2023-11-22T04:15:26.242Z | Downloaded tracing-core v0.1.31 |
1153 | 2023-11-22T04:15:26.242Z | Downloaded poly1305 v0.8.0 |
1154 | 2023-11-22T04:15:26.242Z | Downloaded textwrap v0.16.0 |
1155 | 2023-11-22T04:15:26.244Z | Downloaded pest_meta v2.7.2 |
1156 | 2023-11-22T04:15:26.244Z | Downloaded rsa v0.9.2 |
1157 | 2023-11-22T04:15:26.244Z | Downloaded rustversion v1.0.14 |
1158 | 2023-11-22T04:15:26.244Z | Downloaded doc-comment v0.3.3 |
1159 | 2023-11-22T04:15:26.244Z | Downloaded thread_local v1.1.7 |
1160 | 2023-11-22T04:15:26.245Z | Downloaded serde_tokenstream v0.2.0 |
1161 | 2023-11-22T04:15:26.245Z | Downloaded unicase v2.7.0 |
1162 | 2023-11-22T04:15:26.245Z | Downloaded topological-sort v0.2.2 |
1163 | 2023-11-22T04:15:26.245Z | Downloaded fallible-iterator v0.2.0 |
1164 | 2023-11-22T04:15:26.245Z | Downloaded proc-macro-error v1.0.4 |
1165 | 2023-11-22T04:15:26.245Z | Downloaded vte v0.11.1 |
1166 | 2023-11-22T04:15:26.245Z | Downloaded toml v0.5.11 |
1167 | 2023-11-22T04:15:26.245Z | Downloaded hashbrown v0.12.3 |
1168 | 2023-11-22T04:15:26.245Z | Downloaded steno v0.4.0 |
1169 | 2023-11-22T04:15:26.245Z | Downloaded hubpack v0.1.2 |
1170 | 2023-11-22T04:15:26.245Z | Downloaded partial-io v0.5.4 |
1171 | 2023-11-22T04:15:26.245Z | Downloaded signature v1.6.4 |
1172 | 2023-11-22T04:15:26.245Z | Downloaded prettyplease v0.2.12 |
1173 | 2023-11-22T04:15:26.245Z | Downloaded nom v7.1.3 |
1174 | 2023-11-22T04:15:26.245Z | Downloaded test-strategy v0.3.1 |
1175 | 2023-11-22T04:15:26.245Z | Downloaded num-bigint v0.4.4 |
1176 | 2023-11-22T04:15:26.245Z | Downloaded schemars v0.8.13 |
1177 | 2023-11-22T04:15:26.245Z | Downloaded unsafe-libyaml v0.2.9 |
1178 | 2023-11-22T04:15:26.245Z | Downloaded tokio-tungstenite v0.20.1 |
1179 | 2023-11-22T04:15:26.245Z | Downloaded elliptic-curve v0.13.5 |
1180 | 2023-11-22T04:15:26.245Z | Downloaded derive-where v1.2.5 |
1181 | 2023-11-22T04:15:26.245Z | Downloaded snafu v0.7.5 |
1182 | 2023-11-22T04:15:26.245Z | Downloaded generic-array v0.14.7 |
1183 | 2023-11-22T04:15:26.247Z | Downloaded hostname v0.3.1 |
1184 | 2023-11-22T04:15:26.247Z | Downloaded serial_test_derive v0.10.0 |
1185 | 2023-11-22T04:15:26.247Z | Downloaded dtrace-parser v0.1.14 |
1186 | 2023-11-22T04:15:26.247Z | Downloaded proc-macro-error-attr v1.0.4 |
1187 | 2023-11-22T04:15:26.247Z | Downloaded foreign-types-macros v0.2.3 |
1188 | 2023-11-22T04:15:26.248Z | Downloaded semver-parser v0.10.2 |
1189 | 2023-11-22T04:15:26.248Z | Downloaded phf_shared v0.11.2 |
1190 | 2023-11-22T04:15:26.248Z | Downloaded phf v0.11.2 |
1191 | 2023-11-22T04:15:26.248Z | Downloaded ena v0.14.2 |
1192 | 2023-11-22T04:15:26.248Z | Downloaded pkcs1 v0.7.5 |
1193 | 2023-11-22T04:15:26.248Z | Downloaded pest_derive v2.7.2 |
1194 | 2023-11-22T04:15:26.248Z | Downloaded time-macros v0.2.13 |
1195 | 2023-11-22T04:15:26.248Z | Downloaded libxml v0.3.3 |
1196 | 2023-11-22T04:15:26.248Z | Downloaded quick-error v1.2.3 |
1197 | 2023-11-22T04:15:26.248Z | Downloaded highway v1.1.0 |
1198 | 2023-11-22T04:15:26.248Z | Downloaded form_urlencoded v1.2.0 |
1199 | 2023-11-22T04:15:26.248Z | Downloaded unicode-width v0.1.11 |
1200 | 2023-11-22T04:15:26.248Z | Downloaded usdt-macro v0.3.5 |
1201 | 2023-11-22T04:15:26.248Z | Downloaded paste v1.0.14 |
1202 | 2023-11-22T04:15:26.248Z | Downloaded slog-envlogger v2.2.0 |
1203 | 2023-11-22T04:15:26.248Z | Downloaded structopt-derive v0.4.18 |
1204 | 2023-11-22T04:15:26.248Z | Downloaded smf v0.2.2 |
1205 | 2023-11-22T04:15:26.248Z | Downloaded futures-task v0.3.29 |
1206 | 2023-11-22T04:15:26.248Z | Downloaded wyz v0.5.1 |
1207 | 2023-11-22T04:15:26.248Z | Downloaded http-range v0.1.5 |
1208 | 2023-11-22T04:15:26.248Z | Downloaded getopts v0.2.21 |
1209 | 2023-11-22T04:15:26.248Z | Downloaded serde_tokenstream v0.1.7 |
1210 | 2023-11-22T04:15:26.248Z | Downloaded serde_repr v0.1.16 |
1211 | 2023-11-22T04:15:26.249Z | Downloaded futures-sink v0.3.29 |
1212 | 2023-11-22T04:15:26.249Z | Downloaded futures-io v0.3.29 |
1213 | 2023-11-22T04:15:26.249Z | Downloaded schemars_derive v0.8.13 |
1214 | 2023-11-22T04:15:26.249Z | Downloaded derive_builder_core v0.12.0 |
1215 | 2023-11-22T04:15:26.249Z | Downloaded platforms v3.0.2 |
1216 | 2023-11-22T04:15:26.249Z | Downloaded diesel_derives v2.1.1 |
1217 | 2023-11-22T04:15:26.249Z | Downloaded futures-channel v0.3.29 |
1218 | 2023-11-22T04:15:26.249Z | Downloaded tracing v0.1.37 |
1219 | 2023-11-22T04:15:26.256Z | Downloaded tokio-postgres v0.7.10 |
1220 | 2023-11-22T04:15:26.256Z | Downloaded smallvec v0.6.14 |
1221 | 2023-11-22T04:15:26.256Z | Downloaded zeroize v1.6.0 |
1222 | 2023-11-22T04:15:26.256Z | Downloaded thread-id v4.2.0 |
1223 | 2023-11-22T04:15:26.256Z | Downloaded thiserror-no-std v2.0.2 |
1224 | 2023-11-22T04:15:26.256Z | Downloaded rustc-demangle v0.1.23 |
1225 | 2023-11-22T04:15:26.256Z | Downloaded backtrace v0.3.69 |
1226 | 2023-11-22T04:15:26.256Z | Downloaded ucd-trie v0.1.6 |
1227 | 2023-11-22T04:15:26.256Z | Downloaded strum_macros v0.24.3 |
1228 | 2023-11-22T04:15:26.256Z | Downloaded rustc_version v0.4.0 |
1229 | 2023-11-22T04:15:26.256Z | Downloaded rtoolbox v0.0.1 |
1230 | 2023-11-22T04:15:26.256Z | Downloaded pretty-hex v0.2.1 |
1231 | 2023-11-22T04:15:26.257Z | Downloaded precomputed-hash v0.1.1 |
1232 | 2023-11-22T04:15:26.257Z | Downloaded which v4.4.0 |
1233 | 2023-11-22T04:15:26.262Z | Downloaded mio v0.8.9 |
1234 | 2023-11-22T04:15:26.262Z | Downloaded minimal-lexical v0.2.1 |
1235 | 2023-11-22T04:15:26.262Z | Downloaded oso v0.27.0 |
1236 | 2023-11-22T04:15:26.262Z | Downloaded openssl-sys v0.9.93 |
1237 | 2023-11-22T04:15:26.262Z | Downloaded openssl v0.10.57 |
1238 | 2023-11-22T04:15:26.262Z | Downloaded httptest v0.15.5 |
1239 | 2023-11-22T04:15:26.262Z | Downloaded ref-cast v1.0.20 |
1240 | 2023-11-22T04:15:26.262Z | Downloaded rand_core v0.6.4 |
1241 | 2023-11-22T04:15:26.262Z | Downloaded stable_deref_trait v1.2.0 |
1242 | 2023-11-22T04:15:26.262Z | Downloaded tokio-macros v2.2.0 |
1243 | 2023-11-22T04:15:26.262Z | Downloaded derive_builder v0.12.0 |
1244 | 2023-11-22T04:15:26.262Z | Downloaded trybuild v1.0.85 |
1245 | 2023-11-22T04:15:26.262Z | Downloaded yansi v0.5.1 |
1246 | 2023-11-22T04:15:26.262Z | Downloaded der_derive v0.7.2 |
1247 | 2023-11-22T04:15:26.262Z | Downloaded postgres-protocol v0.6.6 |
1248 | 2023-11-22T04:15:26.262Z | Downloaded getrandom v0.2.10 |
1249 | 2023-11-22T04:15:26.262Z | Downloaded universal-hash v0.5.1 |
1250 | 2023-11-22T04:15:26.262Z | Downloaded futures-executor v0.3.29 |
1251 | 2023-11-22T04:15:26.262Z | Downloaded futures-core v0.3.29 |
1252 | 2023-11-22T04:15:26.262Z | Downloaded funty v2.0.0 |
1253 | 2023-11-22T04:15:26.262Z | Downloaded darling_core v0.14.4 |
1254 | 2023-11-22T04:15:26.262Z | Downloaded time-core v0.1.1 |
1255 | 2023-11-22T04:15:26.262Z | Downloaded indexmap v1.9.3 |
1256 | 2023-11-22T04:15:26.262Z | Downloaded ed25519 v1.5.3 |
1257 | 2023-11-22T04:15:26.262Z | Downloaded slog-bunyan v2.4.0 |
1258 | 2023-11-22T04:15:26.262Z | Downloaded salty v0.2.0 |
1259 | 2023-11-22T04:15:26.263Z | Downloaded bytes v1.5.0 |
1260 | 2023-11-22T04:15:26.263Z | Downloaded arc-swap v1.6.0 |
1261 | 2023-11-22T04:15:26.265Z | Downloaded serde-hex v0.1.0 |
1262 | 2023-11-22T04:15:26.265Z | Downloaded crypto-bigint v0.5.2 |
1263 | 2023-11-22T04:15:26.265Z | Downloaded rand_xorshift v0.3.0 |
1264 | 2023-11-22T04:15:26.265Z | Downloaded tinyvec v1.6.0 |
1265 | 2023-11-22T04:15:26.265Z | Downloaded structopt v0.3.26 |
1266 | 2023-11-22T04:15:26.265Z | Downloaded semver v0.1.20 |
1267 | 2023-11-22T04:15:26.265Z | Downloaded ref-cast-impl v1.0.20 |
1268 | 2023-11-22T04:15:26.265Z | Downloaded predicates-core v1.0.6 |
1269 | 2023-11-22T04:15:26.265Z | Downloaded flagset v0.4.3 |
1270 | 2023-11-22T04:15:26.265Z | Downloaded packed_struct_codegen v0.10.1 |
1271 | 2023-11-22T04:15:26.265Z | Downloaded basic-toml v0.1.4 |
1272 | 2023-11-22T04:15:26.265Z | Downloaded termios v0.3.3 |
1273 | 2023-11-22T04:15:26.265Z | Downloaded clang-sys v1.6.1 |
1274 | 2023-11-22T04:15:26.265Z | Downloaded shell-words v1.1.0 |
1275 | 2023-11-22T04:15:26.265Z | Downloaded rustc_version v0.1.7 |
1276 | 2023-11-22T04:15:26.265Z | Downloaded crossbeam-utils v0.8.16 |
1277 | 2023-11-22T04:15:26.265Z | Downloaded synstructure v0.12.6 |
1278 | 2023-11-22T04:15:26.265Z | Downloaded unarray v0.1.4 |
1279 | 2023-11-22T04:15:26.266Z | Downloaded tokio-rustls v0.24.1 |
1280 | 2023-11-22T04:15:26.270Z | Downloaded tinytemplate v1.2.1 |
1281 | 2023-11-22T04:15:26.271Z | Downloaded heck v0.3.3 |
1282 | 2023-11-22T04:15:26.271Z | Downloaded difflib v0.4.0 |
1283 | 2023-11-22T04:15:26.271Z | Downloaded thiserror-impl-no-std v2.0.2 |
1284 | 2023-11-22T04:15:26.271Z | Downloaded miniz_oxide v0.7.1 |
1285 | 2023-11-22T04:15:26.271Z | Downloaded downcast v0.11.0 |
1286 | 2023-11-22T04:15:26.271Z | Downloaded base64ct v1.6.0 |
1287 | 2023-11-22T04:15:26.271Z | Downloaded spin v0.9.8 |
1288 | 2023-11-22T04:15:26.271Z | Downloaded wait-timeout v0.2.0 |
1289 | 2023-11-22T04:15:26.271Z | Downloaded sha2 v0.10.8 |
1290 | 2023-11-22T04:15:26.271Z | Downloaded serde_derive_internals v0.26.0 |
1291 | 2023-11-22T04:15:26.271Z | Downloaded crossbeam-deque v0.8.3 |
1292 | 2023-11-22T04:15:26.271Z | Downloaded threadpool v1.8.1 |
1293 | 2023-11-22T04:15:26.271Z | Downloaded num-complex v0.4.4 |
1294 | 2023-11-22T04:15:26.271Z | Downloaded darling v0.20.3 |
1295 | 2023-11-22T04:15:26.271Z | Downloaded console v0.15.7 |
1296 | 2023-11-22T04:15:26.271Z | Downloaded http-body v0.4.5 |
1297 | 2023-11-22T04:15:26.271Z | Downloaded home v0.5.5 |
1298 | 2023-11-22T04:15:26.271Z | Downloaded foreign-types-shared v0.3.1 |
1299 | 2023-11-22T04:15:26.271Z | Downloaded dyn-clone v1.0.13 |
1300 | 2023-11-22T04:15:26.271Z | Downloaded datatest-stable v0.2.3 |
1301 | 2023-11-22T04:15:26.271Z | Downloaded usdt v0.3.5 |
1302 | 2023-11-22T04:15:26.271Z | Downloaded tui-tree-widget v0.13.0 |
1303 | 2023-11-22T04:15:26.271Z | Downloaded tap v1.0.1 |
1304 | 2023-11-22T04:15:26.271Z | Downloaded cast v0.3.0 |
1305 | 2023-11-22T04:15:26.271Z | Downloaded cookie v0.18.0 |
1306 | 2023-11-22T04:15:26.271Z | Downloaded termcolor v1.2.0 |
1307 | 2023-11-22T04:15:26.271Z | Downloaded rustc-hash v1.1.0 |
1308 | 2023-11-22T04:15:26.271Z | Downloaded once_cell v1.18.0 |
1309 | 2023-11-22T04:15:26.271Z | Downloaded log v0.4.20 |
1310 | 2023-11-22T04:15:26.271Z | Downloaded nu-ansi-term v0.49.0 |
1311 | 2023-11-22T04:15:26.271Z | Downloaded cancel-safe-futures v0.1.5 |
1312 | 2023-11-22T04:15:26.271Z | Downloaded ipnet v2.8.0 |
1313 | 2023-11-22T04:15:26.271Z | Downloaded maybe-uninit v2.0.0 |
1314 | 2023-11-22T04:15:26.271Z | Downloaded debug-ignore v1.0.5 |
1315 | 2023-11-22T04:15:26.271Z | Downloaded usdt-impl v0.3.5 |
1316 | 2023-11-22T04:15:26.271Z | Downloaded supports-color v2.1.0 |
1317 | 2023-11-22T04:15:26.271Z | Downloaded structmeta-derive v0.2.0 |
1318 | 2023-11-22T04:15:26.271Z | Downloaded structmeta v0.2.0 |
1319 | 2023-11-22T04:15:26.289Z | Downloaded static_assertions v1.1.0 |
1320 | 2023-11-22T04:15:26.289Z | Downloaded serde_urlencoded v0.7.1 |
1321 | 2023-11-22T04:15:26.289Z | Downloaded phf_shared v0.10.0 |
1322 | 2023-11-22T04:15:26.289Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1323 | 2023-11-22T04:15:26.289Z | Downloaded siphasher v0.3.11 |
1324 | 2023-11-22T04:15:26.289Z | Downloaded signal-hook-mio v0.2.3 |
1325 | 2023-11-22T04:15:26.289Z | Downloaded olpc-cjson v0.1.3 |
1326 | 2023-11-22T04:15:26.289Z | Downloaded slog-scope v4.4.0 |
1327 | 2023-11-22T04:15:26.289Z | Downloaded similar-asserts v1.5.0 |
1328 | 2023-11-22T04:15:26.289Z | Downloaded constant_time_eq v0.2.6 |
1329 | 2023-11-22T04:15:26.289Z | Downloaded keccak v0.1.4 |
1330 | 2023-11-22T04:15:26.289Z | Downloaded hyper-staticfile v0.10.0 |
1331 | 2023-11-22T04:15:26.289Z | Downloaded ipnetwork v0.20.0 |
1332 | 2023-11-22T04:15:26.289Z | Downloaded indoc v2.0.3 |
1333 | 2023-11-22T04:15:26.289Z | Downloaded try-lock v0.2.4 |
1334 | 2023-11-22T04:15:26.289Z | Downloaded hyper-rustls v0.24.2 |
1335 | 2023-11-22T04:15:26.289Z | Downloaded bitfield v0.14.0 |
1336 | 2023-11-22T04:15:26.289Z | Downloaded bitflags v2.4.0 |
1337 | 2023-11-22T04:15:26.289Z | Downloaded bcs v0.1.6 |
1338 | 2023-11-22T04:15:26.289Z | Downloaded waitgroup v0.1.2 |
1339 | 2023-11-22T04:15:26.289Z | Downloaded slog-json v2.6.1 |
1340 | 2023-11-22T04:15:26.289Z | Downloaded serde_path_to_error v0.1.14 |
1341 | 2023-11-22T04:15:26.289Z | Downloaded rusty-fork v0.3.0 |
1342 | 2023-11-22T04:15:26.289Z | Downloaded num_threads v0.1.6 |
1343 | 2023-11-22T04:15:26.289Z | Downloaded lalrpop-util v0.19.12 |
1344 | 2023-11-22T04:15:26.290Z | Downloaded inout v0.1.3 |
1345 | 2023-11-22T04:15:26.290Z | Downloaded mockall v0.11.4 |
1346 | 2023-11-22T04:15:26.290Z | Downloaded libloading v0.7.4 |
1347 | 2023-11-22T04:15:26.290Z | Downloaded sha1 v0.10.6 |
1348 | 2023-11-22T04:15:26.290Z | Downloaded multer v2.1.0 |
1349 | 2023-11-22T04:15:26.290Z | Downloaded num v0.4.1 |
1350 | 2023-11-22T04:15:26.290Z | Downloaded assert_cmd v2.0.12 |
1351 | 2023-11-22T04:15:26.290Z | Downloaded native-tls v0.2.11 |
1352 | 2023-11-22T04:15:26.290Z | Downloaded is-terminal v0.4.9 |
1353 | 2023-11-22T04:15:26.290Z | Downloaded crossbeam-queue v0.3.8 |
1354 | 2023-11-22T04:15:26.290Z | Downloaded libefi-sys v0.1.0 |
1355 | 2023-11-22T04:15:26.290Z | Downloaded corncobs v0.1.3 |
1356 | 2023-11-22T04:15:26.290Z | Downloaded byteorder v1.5.0 |
1357 | 2023-11-22T04:15:26.290Z | Downloaded assert_matches v1.5.0 |
1358 | 2023-11-22T04:15:26.290Z | Downloaded want v0.3.1 |
1359 | 2023-11-22T04:15:26.290Z | Downloaded usdt-attr-macro v0.3.5 |
1360 | 2023-11-22T04:15:26.290Z | Downloaded tower-service v0.3.2 |
1361 | 2023-11-22T04:15:26.290Z | Downloaded swrite v0.1.0 |
1362 | 2023-11-22T04:15:26.290Z | Downloaded openssl-probe v0.1.5 |
1363 | 2023-11-22T04:15:26.290Z | Downloaded itertools v0.10.5 |
1364 | 2023-11-22T04:15:26.291Z | Downloaded crypto-common v0.1.6 |
1365 | 2023-11-22T04:15:26.291Z | Downloaded crossbeam v0.8.2 |
1366 | 2023-11-22T04:15:26.291Z | Downloaded chacha20poly1305 v0.10.1 |
1367 | 2023-11-22T04:15:26.291Z | Downloaded hyper-tls v0.5.0 |
1368 | 2023-11-22T04:15:26.291Z | Downloaded argon2 v0.5.2 |
1369 | 2023-11-22T04:15:26.291Z | Downloaded backoff v0.4.0 |
1370 | 2023-11-22T04:15:26.291Z | Downloaded ansi_term v0.12.1 |
1371 | 2023-11-22T04:15:26.291Z | Downloaded md-5 v0.10.5 |
1372 | 2023-11-22T04:15:26.291Z | Downloaded opaque-debug v0.3.0 |
1373 | 2023-11-22T04:15:26.291Z | Downloaded buf-list v1.0.3 |
1374 | 2023-11-22T04:15:26.291Z | Downloaded iana-time-zone v0.1.57 |
1375 | 2023-11-22T04:15:26.291Z | Downloaded bytecount v0.6.3 |
1376 | 2023-11-22T04:15:26.291Z | Downloaded bb8 v0.8.1 |
1377 | 2023-11-22T04:15:26.291Z | Downloaded block-buffer v0.10.4 |
1378 | 2023-11-22T04:15:26.291Z | Downloaded bit-set v0.5.3 |
1379 | 2023-11-22T04:15:26.291Z | Downloaded base16ct v0.2.0 |
1380 | 2023-11-22T04:15:26.291Z | Downloaded adler v1.0.2 |
1381 | 2023-11-22T04:15:26.291Z | Downloaded autocfg v1.1.0 |
1382 | 2023-11-22T04:15:26.291Z | Downloaded chacha20 v0.9.1 |
1383 | 2023-11-22T04:15:26.291Z | Downloaded block-padding v0.3.3 |
1384 | 2023-11-22T04:15:26.291Z | Downloaded darling v0.14.4 |
1385 | 2023-11-22T04:15:26.291Z | Downloaded ascii-canvas v3.0.0 |
1386 | 2023-11-22T04:15:26.291Z | Downloaded async-recursion v1.0.5 |
1387 | 2023-11-22T04:15:26.291Z | Downloaded aead v0.5.2 |
1388 | 2023-11-22T04:15:26.291Z | Downloaded new_debug_unreachable v1.0.4 |
1389 | 2023-11-22T04:15:26.291Z | Downloaded curve25519-dalek-derive v0.1.0 |
1390 | 2023-11-22T04:15:26.291Z | Downloaded oso-derive v0.27.0 |
1391 | 2023-11-22T04:15:26.291Z | Downloaded number_prefix v0.4.0 |
1392 | 2023-11-22T04:15:26.293Z | Downloaded newline-converter v0.3.0 |
1393 | 2023-11-22T04:15:26.293Z | Downloaded cfg-if v0.1.10 |
1394 | 2023-11-22T04:15:26.293Z | Downloaded atomic-waker v1.1.1 |
1395 | 2023-11-22T04:15:26.293Z | Downloaded openssl-macros v0.1.1 |
1396 | 2023-11-22T04:15:26.293Z | Downloaded cstr-argument v0.1.2 |
1397 | 2023-11-22T04:15:26.293Z | Downloaded impl-trait-for-tuples v0.2.2 |
1398 | 2023-11-22T04:15:26.293Z | Downloaded ident_case v1.0.1 |
1399 | 2023-11-22T04:15:26.293Z | Downloaded approx v0.5.1 |
1400 | 2023-11-22T04:15:26.293Z | Downloaded array-init v0.0.4 |
1401 | 2023-11-22T04:15:26.293Z | Downloaded arrayref v0.3.7 |
1402 | 2023-11-22T04:15:26.293Z | Downloaded anes v0.1.6 |
1403 | 2023-11-22T04:15:26.293Z | Downloaded secrecy v0.8.0 |
1404 | 2023-11-22T04:15:26.293Z | Downloaded owo-colors v3.5.0 |
1405 | 2023-11-22T04:15:26.293Z | Downloaded criterion v0.5.1 |
1406 | 2023-11-22T04:15:26.293Z | Downloaded blake2 v0.10.6 |
1407 | 2023-11-22T04:15:26.293Z | Downloaded atty v0.2.14 |
1408 | 2023-11-22T04:15:26.293Z | Downloaded sct v0.7.0 |
1409 | 2023-11-22T04:15:26.293Z | Downloaded bytesize v1.3.0 |
1410 | 2023-11-22T04:15:26.293Z | Downloaded rustls-pemfile v1.0.3 |
1411 | 2023-11-22T04:15:26.293Z | Downloaded libm v0.2.7 |
1412 | 2023-11-22T04:15:26.293Z | Downloaded indoc v1.0.9 |
1413 | 2023-11-22T04:15:26.293Z | Downloaded ahash v0.8.3 |
1414 | 2023-11-22T04:15:26.293Z | Downloaded omicron-zone-package v0.9.1 |
1415 | 2023-11-22T04:15:26.293Z | Downloaded num_enum_derive v0.5.11 |
1416 | 2023-11-22T04:15:26.293Z | Downloaded num-rational v0.4.1 |
1417 | 2023-11-22T04:15:26.293Z | Downloaded packed_struct v0.10.1 |
1418 | 2023-11-22T04:15:26.293Z | Downloaded oorandom v11.1.3 |
1419 | 2023-11-22T04:15:26.298Z | Downloaded num_enum v0.5.11 |
1420 | 2023-11-22T04:15:26.298Z | Downloaded num_cpus v1.16.0 |
1421 | 2023-11-22T04:15:26.298Z | Downloaded num-iter v0.1.43 |
1422 | 2023-11-22T04:15:26.298Z | Downloaded mime v0.3.17 |
1423 | 2023-11-22T04:15:26.298Z | Downloaded libsw v3.3.0 |
1424 | 2023-11-22T04:15:26.298Z | Downloaded const-oid v0.9.5 |
1425 | 2023-11-22T04:15:26.298Z | Downloaded colored v2.0.4 |
1426 | 2023-11-22T04:15:26.298Z | Downloaded mime_guess v2.0.4 |
1427 | 2023-11-22T04:15:26.298Z | Downloaded lazycell v1.3.0 |
1428 | 2023-11-22T04:15:26.298Z | Downloaded num-derive v0.4.0 |
1429 | 2023-11-22T04:15:26.298Z | Downloaded managed v0.8.0 |
1430 | 2023-11-22T04:15:26.298Z | Downloaded lru-cache v0.1.2 |
1431 | 2023-11-22T04:15:26.298Z | Downloaded linked-hash-map v0.5.6 |
1432 | 2023-11-22T04:15:26.298Z | Downloaded linear-map v1.2.0 |
1433 | 2023-11-22T04:15:26.298Z | Downloaded kstat-rs v0.2.3 |
1434 | 2023-11-22T04:15:26.301Z | Downloaded ciborium-ll v0.2.1 |
1435 | 2023-11-22T04:15:26.301Z | Downloaded lock_api v0.4.10 |
1436 | 2023-11-22T04:15:26.305Z | Downloaded libtest-mimic v0.6.1 |
1437 | 2023-11-22T04:15:26.308Z | Downloaded ciborium v0.2.1 |
1438 | 2023-11-22T04:15:26.311Z | Downloaded addr2line v0.21.0 |
1439 | 2023-11-22T04:15:26.314Z | Downloaded crc v3.0.1 |
1440 | 2023-11-22T04:15:26.318Z | Downloaded cpufeatures v0.2.9 |
1441 | 2023-11-22T04:15:26.318Z | Downloaded convert_case v0.4.0 |
1442 | 2023-11-22T04:15:26.321Z | Downloaded cfg-if v1.0.0 |
1443 | 2023-11-22T04:15:26.321Z | Downloaded is_ci v1.1.1 |
1444 | 2023-11-22T04:15:26.324Z | Downloaded crc32fast v1.3.2 |
1445 | 2023-11-22T04:15:26.324Z | Downloaded crc-catalog v2.2.0 |
1446 | 2023-11-22T04:15:27.053Z | Compiling serde v1.0.192 |
1447 | 2023-11-22T04:15:27.056Z | Compiling autocfg v1.1.0 |
1448 | 2023-11-22T04:15:27.056Z | Checking cfg-if v1.0.0 |
1449 | 2023-11-22T04:15:27.056Z | Compiling version_check v0.9.4 |
1450 | 2023-11-22T04:15:27.056Z | Compiling syn v1.0.109 |
1451 | 2023-11-22T04:15:27.150Z | Checking libc v0.2.150 |
1452 | 2023-11-22T04:15:27.159Z | Compiling syn v2.0.32 |
1453 | 2023-11-22T04:15:27.178Z | Compiling parking_lot_core v0.9.8 |
1454 | 2023-11-22T04:15:27.277Z | Compiling libm v0.2.7 |
1455 | 2023-11-22T04:15:27.907Z | Compiling cc v1.0.83 |
1456 | 2023-11-22T04:15:28.041Z | Compiling futures-core v0.3.29 |
1457 | 2023-11-22T04:15:28.077Z | Compiling once_cell v1.18.0 |
1458 | 2023-11-22T04:15:28.548Z | Compiling serde_json v1.0.108 |
1459 | 2023-11-22T04:15:28.566Z | Compiling memchr v2.6.3 |
1460 | 2023-11-22T04:15:28.649Z | Compiling lock_api v0.4.10 |
1461 | 2023-11-22T04:15:28.689Z | Compiling num-traits v0.2.16 |
1462 | 2023-11-22T04:15:29.129Z | Compiling slab v0.4.9 |
1463 | 2023-11-22T04:15:29.224Z | Checking getrandom v0.2.10 |
1464 | 2023-11-22T04:15:29.350Z | Compiling futures-channel v0.3.29 |
1465 | 2023-11-22T04:15:29.587Z | Compiling futures-task v0.3.29 |
1466 | 2023-11-22T04:15:29.803Z | Compiling futures-util v0.3.29 |
1467 | 2023-11-22T04:15:29.876Z | Compiling typenum v1.16.0 |
1468 | 2023-11-22T04:15:30.133Z | Compiling generic-array v0.14.7 |
1469 | 2023-11-22T04:15:30.334Z | Checking scopeguard v1.2.0 |
1470 | 2023-11-22T04:15:30.500Z | Compiling log v0.4.20 |
1471 | 2023-11-22T04:15:30.697Z | Compiling pkg-config v0.3.27 |
1472 | 2023-11-22T04:15:31.783Z | Checking itoa v1.0.9 |
1473 | 2023-11-22T04:15:31.988Z | Checking smallvec v1.11.0 |
1474 | 2023-11-22T04:15:32.419Z | Compiling rustix v0.38.9 |
1475 | 2023-11-22T04:15:32.525Z | Compiling schemars v0.8.13 |
1476 | 2023-11-22T04:15:32.553Z | Compiling indexmap v1.9.3 |
1477 | 2023-11-22T04:15:32.978Z | Compiling vcpkg v0.2.15 |
1478 | 2023-11-22T04:15:32.997Z | Compiling fnv v1.0.7 |
1479 | 2023-11-22T04:15:33.164Z | Checking rand_core v0.6.4 |
1480 | 2023-11-22T04:15:33.589Z | Compiling httparse v1.8.0 |
1481 | 2023-11-22T04:15:34.022Z | Checking parking_lot v0.12.1 |
1482 | 2023-11-22T04:15:34.254Z | Compiling ring v0.16.20 |
1483 | 2023-11-22T04:15:34.551Z | Compiling ring v0.17.5 |
1484 | 2023-11-22T04:15:35.664Z | Compiling aho-corasick v1.0.4 |
1485 | 2023-11-22T04:15:36.039Z | Checking pin-project-lite v0.2.13 |
1486 | 2023-11-22T04:15:36.197Z | Compiling regex-syntax v0.8.2 |
1487 | 2023-11-22T04:15:36.633Z | Compiling openssl-sys v0.9.93 |
1488 | 2023-11-22T04:15:38.585Z | Compiling ahash v0.8.3 |
1489 | 2023-11-22T04:15:39.091Z | Checking spin v0.5.2 |
1490 | 2023-11-22T04:15:39.510Z | Compiling openssl v0.10.57 |
1491 | 2023-11-22T04:15:40.092Z | Checking signal-hook-registry v1.4.1 |
1492 | 2023-11-22T04:15:40.438Z | Compiling serde_derive_internals v0.26.0 |
1493 | 2023-11-22T04:15:40.454Z | Checking mio v0.8.9 |
1494 | 2023-11-22T04:15:41.408Z | Compiling rustls v0.21.9 |
1495 | 2023-11-22T04:15:41.710Z | Compiling ucd-trie v0.1.6 |
1496 | 2023-11-22T04:15:41.861Z | Compiling regex-automata v0.4.3 |
1497 | 2023-11-22T04:15:42.864Z | Compiling native-tls v0.2.11 |
1498 | 2023-11-22T04:15:43.316Z | Compiling iana-time-zone v0.1.57 |
1499 | 2023-11-22T04:15:43.684Z | Checking num_cpus v1.16.0 |
1500 | 2023-11-22T04:15:43.705Z | Compiling async-trait v0.1.74 |
1501 | 2023-11-22T04:15:44.548Z | Checking socket2 v0.5.5 |
1502 | 2023-11-22T04:15:45.267Z | Compiling dyn-clone v1.0.13 |
1503 | 2023-11-22T04:15:45.318Z | Compiling byteorder v1.5.0 |
1504 | 2023-11-22T04:15:45.345Z | Compiling unicode-xid v0.2.4 |
1505 | 2023-11-22T04:15:45.591Z | Compiling backtrace v0.3.69 |
1506 | 2023-11-22T04:15:46.263Z | Compiling futures-sink v0.3.29 |
1507 | 2023-11-22T04:15:46.302Z | Checking ryu v1.0.15 |
1508 | 2023-11-22T04:15:46.436Z | Compiling hashbrown v0.13.2 |
1509 | 2023-11-22T04:15:46.468Z | Compiling crc32fast v1.3.2 |
1510 | 2023-11-22T04:15:46.683Z | Compiling tinyvec_macros v0.1.1 |
1511 | 2023-11-22T04:15:46.816Z | Compiling crossbeam-utils v0.8.16 |
1512 | 2023-11-22T04:15:47.332Z | Compiling tinyvec v1.6.0 |
1513 | 2023-11-22T04:15:48.150Z | Compiling pin-utils v0.1.0 |
1514 | 2023-11-22T04:15:48.584Z | Compiling anyhow v1.0.75 |
1515 | 2023-11-22T04:15:48.587Z | Compiling futures-io v0.3.29 |
1516 | 2023-11-22T04:15:48.587Z | Compiling spin v0.9.8 |
1517 | 2023-11-22T04:15:48.587Z | Compiling tracing-core v0.1.31 |
1518 | 2023-11-22T04:15:48.690Z | Compiling regex v1.10.2 |
1519 | 2023-11-22T04:15:49.048Z | Compiling unicode-bidi v0.3.13 |
1520 | 2023-11-22T04:15:49.921Z | Compiling unicode-normalization v0.1.22 |
1521 | 2023-11-22T04:15:50.488Z | Compiling num-integer v0.1.45 |
1522 | 2023-11-22T04:15:50.963Z | Compiling synstructure v0.12.6 |
1523 | 2023-11-22T04:15:51.376Z | Compiling lazy_static v1.4.0 |
1524 | 2023-11-22T04:15:51.546Z | Compiling slog v2.7.0 |
1525 | 2023-11-22T04:15:51.603Z | Compiling base64 v0.21.5 |
1526 | 2023-11-22T04:15:51.689Z | Compiling unicode-width v0.1.11 |
1527 | 2023-11-22T04:15:52.223Z | Compiling serde_derive v1.0.192 |
1528 | 2023-11-22T04:15:52.365Z | Compiling thiserror-impl v1.0.49 |
1529 | 2023-11-22T04:15:52.431Z | Compiling zeroize_derive v1.4.2 |
1530 | 2023-11-22T04:15:52.716Z | Compiling tokio-macros v2.2.0 |
1531 | 2023-11-22T04:15:52.890Z | Compiling futures-macro v0.3.29 |
1532 | 2023-11-22T04:15:53.715Z | Compiling tracing-attributes v0.1.26 |
1533 | 2023-11-22T04:15:54.115Z | Compiling schemars_derive v0.8.13 |
1534 | 2023-11-22T04:15:55.204Z | Compiling openssl-macros v0.1.1 |
1535 | 2023-11-22T04:15:55.509Z | Checking zeroize v1.6.0 |
1536 | 2023-11-22T04:15:57.839Z | Compiling thiserror v1.0.49 |
1537 | 2023-11-22T04:15:58.025Z | Compiling pest v2.7.2 |
1538 | 2023-11-22T04:15:58.279Z | Compiling zerocopy-derive v0.2.0 |
1539 | 2023-11-22T04:15:59.330Z | Compiling untrusted v0.9.0 |
1540 | 2023-11-22T04:15:59.579Z | Compiling rustversion v1.0.14 |
1541 | 2023-11-22T04:15:59.869Z | Compiling untrusted v0.7.1 |
1542 | 2023-11-22T04:16:00.285Z | Compiling tracing v0.1.37 |
1543 | 2023-11-22T04:16:00.434Z | Compiling openssl-probe v0.1.5 |
1544 | 2023-11-22T04:16:00.634Z | Checking subtle v2.5.0 |
1545 | 2023-11-22T04:16:00.758Z | Compiling percent-encoding v2.3.0 |
1546 | 2023-11-22T04:16:00.952Z | Compiling hashbrown v0.12.3 |
1547 | 2023-11-22T04:16:01.001Z | Compiling foreign-types-shared v0.1.1 |
1548 | 2023-11-22T04:16:01.060Z | Compiling time-core v0.1.1 |
1549 | 2023-11-22T04:16:01.145Z | Compiling foreign-types v0.3.2 |
1550 | 2023-11-22T04:16:01.311Z | Compiling time-macros v0.2.13 |
1551 | 2023-11-22T04:16:02.892Z | Compiling pest_meta v2.7.2 |
1552 | 2023-11-22T04:16:05.134Z | Compiling pest_generator v2.7.2 |
1553 | 2023-11-22T04:16:08.249Z | Compiling try-lock v0.2.4 |
1554 | 2023-11-22T04:16:08.443Z | Compiling want v0.3.1 |
1555 | 2023-11-22T04:16:08.527Z | Compiling rustls-webpki v0.101.7 |
1556 | 2023-11-22T04:16:08.880Z | Compiling sct v0.7.0 |
1557 | 2023-11-22T04:16:18.551Z | Compiling form_urlencoded v1.2.0 |
1558 | 2023-11-22T04:16:18.551Z | Compiling zerocopy-derive v0.6.4 |
1559 | 2023-11-22T04:16:18.551Z | Compiling socket2 v0.4.9 |
1560 | 2023-11-22T04:16:18.551Z | Compiling pest_derive v2.7.2 |
1561 | 2023-11-22T04:16:18.551Z | Compiling either v1.9.0 |
1562 | 2023-11-22T04:16:18.555Z | Compiling httpdate v1.0.3 |
1563 | 2023-11-22T04:16:18.555Z | Compiling tower-service v0.3.2 |
1564 | 2023-11-22T04:16:18.555Z | Compiling rustls-pemfile v1.0.3 |
1565 | 2023-11-22T04:16:18.555Z | Compiling idna v0.4.0 |
1566 | 2023-11-22T04:16:18.555Z | Compiling memoffset v0.9.0 |
1567 | 2023-11-22T04:16:18.555Z | Compiling usdt-impl v0.3.5 |
1568 | 2023-11-22T04:16:18.555Z | Compiling adler v1.0.2 |
1569 | 2023-11-22T04:16:18.557Z | Compiling miniz_oxide v0.7.1 |
1570 | 2023-11-22T04:16:18.557Z | Compiling rustls-native-certs v0.6.3 |
1571 | 2023-11-22T04:16:18.557Z | Compiling zerocopy v0.3.0 |
1572 | 2023-11-22T04:16:18.558Z | Checking crypto-common v0.1.6 |
1573 | 2023-11-22T04:16:18.598Z | Compiling signal-hook v0.3.17 |
1574 | 2023-11-22T04:16:18.598Z | Compiling ipnet v2.8.0 |
1575 | 2023-11-22T04:16:18.598Z | Compiling url v2.4.1 |
1576 | 2023-11-22T04:16:18.598Z | Compiling dof v0.1.5 |
1577 | 2023-11-22T04:16:18.598Z | Compiling dtrace-parser v0.1.14 |
1578 | 2023-11-22T04:16:18.598Z | Compiling clap_derive v4.4.2 |
1579 | 2023-11-22T04:16:18.598Z | Checking bytes v1.5.0 |
1580 | 2023-11-22T04:16:18.598Z | Checking bitflags v2.4.0 |
1581 | 2023-11-22T04:16:18.598Z | Compiling crossbeam-epoch v0.9.15 |
1582 | 2023-11-22T04:16:18.598Z | Checking tokio v1.34.0 |
1583 | 2023-11-22T04:16:18.598Z | Compiling encoding_rs v0.8.33 |
1584 | 2023-11-22T04:16:18.598Z | Compiling thread-id v4.2.0 |
1585 | 2023-11-22T04:16:18.598Z | Checking const-oid v0.9.5 |
1586 | 2023-11-22T04:16:19.225Z | Compiling indexmap v2.1.0 |
1587 | 2023-11-22T04:16:20.604Z | Compiling semver v1.0.20 |
1588 | 2023-11-22T04:16:20.852Z | Compiling uuid v1.6.1 |
1589 | 2023-11-22T04:16:21.912Z | Compiling chrono v0.4.31 |
1590 | 2023-11-22T04:16:22.018Z | Compiling http v0.2.11 |
1591 | 2023-11-22T04:16:24.292Z | Compiling toml_datetime v0.6.5 |
1592 | 2023-11-22T04:16:24.875Z | Compiling serde_spanned v0.6.4 |
1593 | 2023-11-22T04:16:25.002Z | Compiling rustc_version v0.4.0 |
1594 | 2023-11-22T04:16:25.227Z | Compiling toml_edit v0.19.15 |
1595 | 2023-11-22T04:16:26.231Z | Compiling openapiv3 v2.0.0-rc.1 |
1596 | 2023-11-22T04:16:27.480Z | Compiling http-body v0.4.5 |
1597 | 2023-11-22T04:16:28.635Z | Compiling serde_urlencoded v0.7.1 |
1598 | 2023-11-22T04:16:28.717Z | Compiling gimli v0.28.0 |
1599 | 2023-11-22T04:16:29.480Z | Compiling webpki-roots v0.25.2 |
1600 | 2023-11-22T04:16:29.718Z | Compiling siphasher v0.3.11 |
1601 | 2023-11-22T04:16:30.376Z | Compiling mime v0.3.17 |
1602 | 2023-11-22T04:16:31.312Z | Compiling serde_tokenstream v0.1.7 |
1603 | 2023-11-22T04:16:32.211Z | Compiling strum_macros v0.25.2 |
1604 | 2023-11-22T04:16:33.200Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1605 | 2023-11-22T04:16:33.711Z | Compiling object v0.32.1 |
1606 | 2023-11-22T04:16:33.907Z | Checking errno v0.3.2 |
1607 | 2023-11-22T04:16:34.107Z | Compiling num-iter v0.1.43 |
1608 | 2023-11-22T04:16:34.785Z | Compiling rustc-demangle v0.1.23 |
1609 | 2023-11-22T04:16:36.379Z | Compiling tokio-util v0.7.10 |
1610 | 2023-11-22T04:16:37.263Z | Compiling tokio-rustls v0.24.1 |
1611 | 2023-11-22T04:16:37.905Z | Compiling addr2line v0.21.0 |
1612 | 2023-11-22T04:16:38.641Z | Compiling h2 v0.3.21 |
1613 | 2023-11-22T04:16:39.160Z | Compiling flate2 v1.0.28 |
1614 | 2023-11-22T04:16:39.304Z | Compiling heapless v0.7.16 |
1615 | 2023-11-22T04:16:39.913Z | Compiling tokio-native-tls v0.3.1 |
1616 | 2023-11-22T04:16:39.966Z | Compiling block-buffer v0.10.4 |
1617 | 2023-11-22T04:16:40.317Z | Compiling ppv-lite86 v0.2.17 |
1618 | 2023-11-22T04:16:40.335Z | Compiling doc-comment v0.3.3 |
1619 | 2023-11-22T04:16:41.375Z | Compiling usdt-macro v0.3.5 |
1620 | 2023-11-22T04:16:41.378Z | Compiling usdt-attr-macro v0.3.5 |
1621 | 2023-11-22T04:16:41.600Z | Compiling rand_chacha v0.3.1 |
1622 | 2023-11-22T04:16:43.077Z | Compiling toml v0.7.8 |
1623 | 2023-11-22T04:16:43.491Z | Compiling digest v0.10.7 |
1624 | 2023-11-22T04:16:43.527Z | Compiling toml_edit v0.21.0 |
1625 | 2023-11-22T04:16:43.894Z | Compiling hex v0.4.3 |
1626 | 2023-11-22T04:16:44.624Z | Compiling pin-project-internal v1.1.3 |
1627 | 2023-11-22T04:16:44.999Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1628 | 2023-11-22T04:16:45.456Z | Compiling bit-vec v0.6.3 |
1629 | 2023-11-22T04:16:47.607Z | Compiling rand v0.8.5 |
1630 | 2023-11-22T04:16:47.957Z | Compiling phf_shared v0.10.0 |
1631 | 2023-11-22T04:16:48.574Z | Compiling num-bigint v0.4.4 |
1632 | 2023-11-22T04:16:48.724Z | Compiling smoltcp v0.9.1 |
1633 | 2023-11-22T04:16:48.934Z | Compiling new_debug_unreachable v1.0.4 |
1634 | 2023-11-22T04:16:49.062Z | Compiling precomputed-hash v0.1.1 |
1635 | 2023-11-22T04:16:49.209Z | Compiling fixedbitset v0.4.2 |
1636 | 2023-11-22T04:16:49.890Z | Compiling petgraph v0.6.4 |
1637 | 2023-11-22T04:16:49.913Z | Compiling string_cache v0.8.7 |
1638 | 2023-11-22T04:16:50.352Z | Compiling hyper v0.14.27 |
1639 | 2023-11-22T04:16:50.474Z | Compiling bit-set v0.5.3 |
1640 | 2023-11-22T04:16:50.902Z | Compiling itertools v0.10.5 |
1641 | 2023-11-22T04:16:51.406Z | Compiling enum-as-inner v0.5.1 |
1642 | 2023-11-22T04:16:51.753Z | Compiling hubpack_derive v0.1.1 |
1643 | 2023-11-22T04:16:51.995Z | Compiling diesel_table_macro_syntax v0.1.0 |
1644 | 2023-11-22T04:16:52.627Z | Compiling unicode-segmentation v1.10.1 |
1645 | 2023-11-22T04:16:53.098Z | Compiling lalrpop-util v0.19.12 |
1646 | 2023-11-22T04:16:53.168Z | Compiling diesel_derives v2.1.1 |
1647 | 2023-11-22T04:16:54.196Z | Compiling snafu-derive v0.7.5 |
1648 | 2023-11-22T04:16:55.693Z | Compiling cpufeatures v0.2.9 |
1649 | 2023-11-22T04:16:56.602Z | Compiling sha2 v0.10.8 |
1650 | 2023-11-22T04:16:56.805Z | Compiling hmac v0.12.1 |
1651 | 2023-11-22T04:16:57.058Z | Compiling md-5 v0.10.5 |
1652 | 2023-11-22T04:16:57.132Z | Compiling serde_repr v0.1.16 |
1653 | 2023-11-22T04:16:57.156Z | Compiling stringprep v0.1.3 |
1654 | 2023-11-22T04:16:57.436Z | Compiling hash32 v0.2.1 |
1655 | 2023-11-22T04:16:58.006Z | Checking bitflags v1.3.2 |
1656 | 2023-11-22T04:16:58.568Z | Compiling fallible-iterator v0.2.0 |
1657 | 2023-11-22T04:16:59.036Z | Compiling stable_deref_trait v1.2.0 |
1658 | 2023-11-22T04:16:59.725Z | Compiling postgres-protocol v0.6.6 |
1659 | 2023-11-22T04:16:59.798Z | Compiling phf_shared v0.11.2 |
1660 | 2023-11-22T04:17:01.119Z | Compiling block-padding v0.3.3 |
1661 | 2023-11-22T04:17:01.500Z | Compiling scheduled-thread-pool v0.2.7 |
1662 | 2023-11-22T04:17:02.053Z | Compiling hyper-tls v0.5.0 |
1663 | 2023-11-22T04:17:02.275Z | Compiling hyper-rustls v0.24.2 |
1664 | 2023-11-22T04:17:02.483Z | Compiling deranged v0.3.8 |
1665 | 2023-11-22T04:17:02.569Z | Compiling num_threads v0.1.6 |
1666 | 2023-11-22T04:17:02.737Z | Compiling managed v0.8.0 |
1667 | 2023-11-22T04:17:03.015Z | Compiling reqwest v0.11.22 |
1668 | 2023-11-22T04:17:03.123Z | Compiling matches v0.1.10 |
1669 | 2023-11-22T04:17:03.248Z | Compiling regex-automata v0.1.10 |
1670 | 2023-11-22T04:17:03.771Z | Compiling idna v0.2.3 |
1671 | 2023-11-22T04:17:03.925Z | Compiling bstr v0.2.17 |
1672 | 2023-11-22T04:17:04.000Z | Compiling r2d2 v0.8.10 |
1673 | 2023-11-22T04:17:04.561Z | Compiling inout v0.1.3 |
1674 | 2023-11-22T04:17:05.002Z | Compiling signal-hook-mio v0.2.3 |
1675 | 2023-11-22T04:17:05.219Z | Compiling postgres-types v0.2.6 |
1676 | 2023-11-22T04:17:05.523Z | Compiling time v0.3.27 |
1677 | 2023-11-22T04:17:06.350Z | Compiling phf v0.11.2 |
1678 | 2023-11-22T04:17:06.534Z | Compiling bzip2 v0.4.4 |
1679 | 2023-11-22T04:17:07.203Z | Compiling hubpack v0.1.2 |
1680 | 2023-11-22T04:17:07.325Z | Compiling pin-project v1.1.3 |
1681 | 2023-11-22T04:17:07.666Z | Compiling ipnetwork v0.20.0 |
1682 | 2023-11-22T04:17:07.938Z | Compiling zerocopy v0.6.4 |
1683 | 2023-11-22T04:17:08.191Z | Compiling itertools v0.11.0 |
1684 | 2023-11-22T04:17:09.130Z | Compiling futures-executor v0.3.29 |
1685 | 2023-11-22T04:17:10.069Z | Compiling float-cmp v0.9.0 |
1686 | 2023-11-22T04:17:10.416Z | Checking hashbrown v0.14.2 |
1687 | 2023-11-22T04:17:11.276Z | Compiling whoami v1.4.1 |
1688 | 2023-11-22T04:17:12.302Z | Compiling regex-automata v0.3.8 |
1689 | 2023-11-22T04:17:12.306Z | Compiling normalize-line-endings v0.3.0 |
1690 | 2023-11-22T04:17:12.486Z | Compiling predicates-core v1.0.6 |
1691 | 2023-11-22T04:17:12.698Z | Compiling static_assertions v1.1.0 |
1692 | 2023-11-22T04:17:12.836Z | Compiling difflib v0.4.0 |
1693 | 2023-11-22T04:17:13.039Z | Compiling data-encoding v2.4.0 |
1694 | 2023-11-22T04:17:13.113Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1695 | 2023-11-22T04:17:14.925Z | Compiling trust-dns-proto v0.22.0 |
1696 | 2023-11-22T04:17:15.583Z | Compiling bstr v1.6.0 |
1697 | 2023-11-22T04:17:16.499Z | Compiling predicates v3.0.4 |
1698 | 2023-11-22T04:17:18.288Z | Compiling tokio-postgres v0.7.10 |
1699 | 2023-11-22T04:17:19.370Z | Compiling yasna v0.5.2 |
1700 | 2023-11-22T04:17:20.727Z | Compiling diesel v2.1.4 |
1701 | 2023-11-22T04:17:23.032Z | Compiling futures v0.3.29 |
1702 | 2023-11-22T04:17:23.191Z | Compiling snafu v0.7.5 |
1703 | 2023-11-22T04:17:23.346Z | Compiling zip v0.6.6 |
1704 | 2023-11-22T04:17:24.000Z | Compiling similar v2.2.1 |
1705 | 2023-11-22T04:17:24.578Z | Compiling crossterm v0.27.0 |
1706 | 2023-11-22T04:17:24.918Z | Compiling cipher v0.4.4 |
1707 | 2023-11-22T04:17:25.713Z | Compiling clap v4.4.3 |
1708 | 2023-11-22T04:17:26.005Z | Compiling signature v2.1.0 |
1709 | 2023-11-22T04:17:26.128Z | Compiling usdt v0.3.5 |
1710 | 2023-11-22T04:17:26.369Z | Compiling tokio-stream v0.1.14 |
1711 | 2023-11-22T04:17:27.946Z | Compiling console v0.15.7 |
1712 | 2023-11-22T04:17:28.554Z | Checking equivalent v1.0.1 |
1713 | 2023-11-22T04:17:29.528Z | Checking unicode-ident v1.0.12 |
1714 | 2023-11-22T04:17:29.758Z | Checking proc-macro2 v1.0.69 |
1715 | 2023-11-22T04:17:30.849Z | Checking quote v1.0.33 |
1716 | 2023-11-22T04:17:32.023Z | Checking utf8parse v0.2.1 |
1717 | 2023-11-22T04:17:33.640Z | Checking anstyle v1.0.2 |
1718 | 2023-11-22T04:17:34.416Z | Checking io-lifetimes v1.0.11 |
1719 | 2023-11-22T04:17:35.485Z | Checking rustix v0.37.23 |
1720 | 2023-11-22T04:17:37.523Z | Checking anstyle-parse v0.2.1 |
1721 | 2023-11-22T04:17:42.108Z | Checking anstyle-query v1.0.0 |
1722 | 2023-11-22T04:17:42.269Z | Checking colorchoice v1.0.0 |
1723 | 2023-11-22T04:17:42.445Z | Checking anstream v0.5.0 |
1724 | 2023-11-22T04:17:42.487Z | Checking terminal_size v0.2.6 |
1725 | 2023-11-22T04:17:42.744Z | Checking strsim v0.10.0 |
1726 | 2023-11-22T04:17:42.872Z | Checking clap_lex v0.5.1 |
1727 | 2023-11-22T04:17:43.222Z | Checking clap_builder v4.4.2 |
1728 | 2023-11-22T04:17:43.709Z | Checking winnow v0.5.15 |
1729 | 2023-11-22T04:17:48.487Z | Compiling serde_tokenstream v0.2.0 |
1730 | 2023-11-22T04:17:54.058Z | Compiling regress v0.7.1 |
1731 | 2023-11-22T04:17:59.825Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1732 | 2023-11-22T04:18:07.350Z | Compiling getopts v0.2.21 |
1733 | 2023-11-22T04:18:08.055Z | Compiling unsafe-libyaml v0.2.9 |
1734 | 2023-11-22T04:18:09.071Z | Checking heck v0.4.1 |
1735 | 2023-11-22T04:18:09.397Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1736 | 2023-11-22T04:18:10.352Z | Compiling serde_yaml v0.9.25 |
1737 | 2023-11-22T04:18:10.598Z | Compiling ident_case v1.0.1 |
1738 | 2023-11-22T04:18:10.849Z | Checking fastrand v2.0.0 |
1739 | 2023-11-22T04:18:11.351Z | Checking tempfile v3.8.0 |
1740 | 2023-11-22T04:18:11.427Z | Checking match_cfg v0.1.0 |
1741 | 2023-11-22T04:18:11.494Z | Checking atty v0.2.14 |
1742 | 2023-11-22T04:18:11.540Z | Checking hostname v0.3.1 |
1743 | 2023-11-22T04:18:11.661Z | Checking quick-error v1.2.3 |
1744 | 2023-11-22T04:18:11.725Z | Compiling paste v1.0.14 |
1745 | 2023-11-22T04:18:11.849Z | Checking crossbeam-channel v0.5.8 |
1746 | 2023-11-22T04:18:11.899Z | Checking sha1 v0.10.6 |
1747 | 2023-11-22T04:18:12.321Z | Checking dirs-sys-next v0.1.2 |
1748 | 2023-11-22T04:18:12.585Z | Checking dirs-next v2.0.0 |
1749 | 2023-11-22T04:18:12.766Z | Checking thread_local v1.1.7 |
1750 | 2023-11-22T04:18:13.071Z | Checking instant v0.1.12 |
1751 | 2023-11-22T04:18:13.190Z | Compiling slog-async v2.8.0 |
1752 | 2023-11-22T04:18:13.218Z | Checking term v0.7.0 |
1753 | 2023-11-22T04:18:13.886Z | Checking camino v1.1.6 |
1754 | 2023-11-22T04:18:14.074Z | Compiling multer v2.1.0 |
1755 | 2023-11-22T04:18:14.546Z | Checking take_mut v0.2.2 |
1756 | 2023-11-22T04:18:14.654Z | Checking slog-term v2.9.0 |
1757 | 2023-11-22T04:18:14.740Z | Compiling darling_core v0.20.3 |
1758 | 2023-11-22T04:18:15.191Z | Checking slog-json v2.6.1 |
1759 | 2023-11-22T04:18:15.414Z | Compiling async-stream-impl v0.3.5 |
1760 | 2023-11-22T04:18:15.550Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1761 | 2023-11-22T04:18:16.011Z | Checking debug-ignore v1.0.5 |
1762 | 2023-11-22T04:18:16.210Z | Checking atomic-waker v1.1.1 |
1763 | 2023-11-22T04:18:16.380Z | Checking waitgroup v0.1.2 |
1764 | 2023-11-22T04:18:16.674Z | Checking slog-bunyan v2.4.0 |
1765 | 2023-11-22T04:18:17.547Z | Checking toml v0.8.8 |
1766 | 2023-11-22T04:18:17.632Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1767 | 2023-11-22T04:18:17.756Z | Checking async-stream v0.3.5 |
1768 | 2023-11-22T04:18:18.034Z | Checking serde_path_to_error v0.1.14 |
1769 | 2023-11-22T04:18:18.159Z | Checking strum v0.25.0 |
1770 | 2023-11-22T04:18:18.378Z | Compiling structmeta-derive v0.2.0 |
1771 | 2023-11-22T04:18:18.711Z | Checking wait-timeout v0.2.0 |
1772 | 2023-11-22T04:18:18.950Z | Checking rusty-fork v0.3.0 |
1773 | 2023-11-22T04:18:19.069Z | Checking rand_xorshift v0.3.0 |
1774 | 2023-11-22T04:18:19.281Z | Checking unarray v0.1.4 |
1775 | 2023-11-22T04:18:19.363Z | Compiling regex-syntax v0.7.5 |
1776 | 2023-11-22T04:18:19.485Z | Checking proptest v1.4.0 |
1777 | 2023-11-22T04:18:23.610Z | Compiling structmeta v0.2.0 |
1778 | 2023-11-22T04:18:24.344Z | Checking backoff v0.4.0 |
1779 | 2023-11-22T04:18:24.754Z | Compiling test-strategy v0.3.1 |
1780 | 2023-11-22T04:18:25.325Z | Compiling darling_macro v0.20.3 |
1781 | 2023-11-22T04:18:27.032Z | Compiling darling v0.20.3 |
1782 | 2023-11-22T04:18:27.035Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1783 | 2023-11-22T04:18:27.191Z | Compiling serde_with_macros v2.3.3 |
1784 | 2023-11-22T04:18:27.252Z | Checking macaddr v1.0.1 |
1785 | 2023-11-22T04:18:27.635Z | Checking is-terminal v0.4.9 |
1786 | 2023-11-22T04:18:27.755Z | Compiling proc-macro-error-attr v1.0.4 |
1787 | 2023-11-22T04:18:27.794Z | Compiling proc-macro-error v1.0.4 |
1788 | 2023-11-22T04:18:28.456Z | Compiling proc-macro-crate v1.3.1 |
1789 | 2023-11-22T04:18:29.074Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1790 | 2023-11-22T04:18:29.707Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1791 | 2023-11-22T04:18:30.219Z | Checking termtree v0.4.1 |
1792 | 2023-11-22T04:18:30.518Z | Checking predicates-tree v1.0.9 |
1793 | 2023-11-22T04:18:30.732Z | Compiling num_enum_derive v0.5.11 |
1794 | 2023-11-22T04:18:30.856Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1795 | 2023-11-22T04:18:30.970Z | Checking base64ct v1.6.0 |
1796 | 2023-11-22T04:18:31.137Z | Compiling parse-display-derive v0.8.2 |
1797 | 2023-11-22T04:18:31.404Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1798 | 2023-11-22T04:18:31.430Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1799 | 2023-11-22T04:18:31.559Z | Checking postcard-cobs v0.1.5-pre |
1800 | 2023-11-22T04:18:31.635Z | Checking serde_with v2.3.3 |
1801 | 2023-11-22T04:18:31.795Z | Compiling crucible-workspace-hack v0.1.0 |
1802 | 2023-11-22T04:18:31.858Z | Checking postcard v0.7.3 |
1803 | 2023-11-22T04:18:31.985Z | Checking smoltcp v0.8.2 |
1804 | 2023-11-22T04:18:32.255Z | Compiling foreign-types-macros v0.2.3 |
1805 | 2023-11-22T04:18:32.477Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1806 | 2023-11-22T04:18:32.923Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1807 | 2023-11-22T04:18:33.403Z | Checking cfg-if v0.1.10 |
1808 | 2023-11-22T04:18:33.477Z | Checking foreign-types-shared v0.3.1 |
1809 | 2023-11-22T04:18:33.623Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1810 | 2023-11-22T04:18:34.395Z | Checking foreign-types v0.5.0 |
1811 | 2023-11-22T04:18:34.500Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1812 | 2023-11-22T04:18:34.535Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1813 | 2023-11-22T04:18:35.386Z | Checking num_enum v0.5.11 |
1814 | 2023-11-22T04:18:35.600Z | Checking cstr-argument v0.1.2 |
1815 | 2023-11-22T04:18:35.871Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1816 | 2023-11-22T04:18:35.875Z | Checking pretty-hex v0.2.1 |
1817 | 2023-11-22T04:18:36.101Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1818 | 2023-11-22T04:18:36.270Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1819 | 2023-11-22T04:18:36.293Z | Checking colored v2.0.4 |
1820 | 2023-11-22T04:18:36.476Z | Compiling zone_cfg_derive v0.3.0 |
1821 | 2023-11-22T04:18:36.548Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1822 | 2023-11-22T04:18:36.743Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1823 | 2023-11-22T04:18:37.278Z | Checking predicates v2.1.5 |
1824 | 2023-11-22T04:18:37.693Z | Compiling mockall_derive v0.11.4 |
1825 | 2023-11-22T04:18:38.339Z | Compiling num-derive v0.4.0 |
1826 | 2023-11-22T04:18:38.738Z | Checking parse-display v0.8.2 |
1827 | 2023-11-22T04:18:38.836Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-11-22T04:18:38.962Z | Checking downcast v0.11.0 |
1829 | 2023-11-22T04:18:39.047Z | Checking fragile v2.0.0 |
1830 | 2023-11-22T04:18:39.260Z | Checking zone v0.3.0 |
1831 | 2023-11-22T04:18:39.438Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1832 | 2023-11-22T04:18:39.768Z | Checking smf v0.2.2 |
1833 | 2023-11-22T04:18:39.783Z | Checking xattr v1.0.1 |
1834 | 2023-11-22T04:18:40.044Z | Checking filetime v0.2.22 |
1835 | 2023-11-22T04:18:40.149Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1836 | 2023-11-22T04:18:40.327Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1837 | 2023-11-22T04:18:40.474Z | Checking tar v0.4.40 |
1838 | 2023-11-22T04:18:40.491Z | Checking camino-tempfile v1.0.2 |
1839 | 2023-11-22T04:18:40.887Z | Checking pem v3.0.2 |
1840 | 2023-11-22T04:18:40.949Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1841 | 2023-11-22T04:18:41.279Z | Checking linked-hash-map v0.5.6 |
1842 | 2023-11-22T04:18:41.362Z | Checking headers-core v0.2.0 |
1843 | 2023-11-22T04:18:41.550Z | Checking headers v0.3.9 |
1844 | 2023-11-22T04:18:41.722Z | Checking password-hash v0.5.0 |
1845 | 2023-11-22T04:18:41.852Z | Checking lru-cache v0.1.2 |
1846 | 2023-11-22T04:18:42.098Z | Checking blake2 v0.10.6 |
1847 | 2023-11-22T04:18:42.404Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1848 | 2023-11-22T04:18:42.449Z | Checking base64 v0.13.1 |
1849 | 2023-11-22T04:18:42.780Z | Checking argon2 v0.5.2 |
1850 | 2023-11-22T04:18:43.088Z | Checking pem v1.1.1 |
1851 | 2023-11-22T04:18:43.123Z | Checking rcgen v0.11.3 |
1852 | 2023-11-22T04:18:43.413Z | Checking atomicwrites v0.4.2 |
1853 | 2023-11-22T04:18:43.464Z | Checking subprocess v0.2.9 |
1854 | 2023-11-22T04:18:43.659Z | Compiling cancel-safe-futures v0.1.5 |
1855 | 2023-11-22T04:18:43.674Z | Checking half v1.8.2 |
1856 | 2023-11-22T04:18:43.765Z | Checking ciborium-io v0.2.1 |
1857 | 2023-11-22T04:18:43.922Z | Checking arc-swap v1.6.0 |
1858 | 2023-11-22T04:18:44.138Z | Checking textwrap v0.11.0 |
1859 | 2023-11-22T04:18:44.189Z | Compiling heck v0.3.3 |
1860 | 2023-11-22T04:18:44.308Z | Checking ciborium-ll v0.2.1 |
1861 | 2023-11-22T04:18:44.326Z | Checking strsim v0.8.0 |
1862 | 2023-11-22T04:18:44.442Z | Checking ansi_term v0.12.1 |
1863 | 2023-11-22T04:18:44.591Z | Checking vec_map v0.8.2 |
1864 | 2023-11-22T04:18:44.609Z | Checking slog-scope v4.4.0 |
1865 | 2023-11-22T04:18:44.756Z | Compiling libefi-sys v0.1.0 |
1866 | 2023-11-22T04:18:44.832Z | Compiling structopt-derive v0.4.18 |
1867 | 2023-11-22T04:18:44.878Z | Checking slog-stdlog v4.1.1 |
1868 | 2023-11-22T04:18:44.923Z | Checking ciborium v0.2.1 |
1869 | 2023-11-22T04:18:44.996Z | Checking clap v2.34.0 |
1870 | 2023-11-22T04:18:45.207Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1871 | 2023-11-22T04:18:45.974Z | Checking slog-envlogger v2.2.0 |
1872 | 2023-11-22T04:18:46.300Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1873 | 2023-11-22T04:18:46.367Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1874 | 2023-11-22T04:18:46.555Z | Checking resolv-conf v0.7.0 |
1875 | 2023-11-22T04:18:46.717Z | Compiling slog-dtrace v0.2.3 |
1876 | 2023-11-22T04:18:46.746Z | Compiling convert_case v0.4.0 |
1877 | 2023-11-22T04:18:47.122Z | Checking trust-dns-resolver v0.22.0 |
1878 | 2023-11-22T04:18:47.848Z | Checking pem-rfc7468 v0.7.0 |
1879 | 2023-11-22T04:18:48.247Z | Compiling der_derive v0.7.2 |
1880 | 2023-11-22T04:18:48.298Z | Compiling derive_more v0.99.17 |
1881 | 2023-11-22T04:18:49.696Z | Checking fxhash v0.2.1 |
1882 | 2023-11-22T04:18:49.734Z | Checking termcolor v1.2.0 |
1883 | 2023-11-22T04:18:49.942Z | Checking flagset v0.4.3 |
1884 | 2023-11-22T04:18:49.982Z | Checking structopt v0.3.26 |
1885 | 2023-11-22T04:18:50.225Z | Checking itertools v0.12.0 |
1886 | 2023-11-22T04:18:50.314Z | Compiling radium v0.7.0 |
1887 | 2023-11-22T04:18:50.514Z | Compiling maybe-uninit v2.0.0 |
1888 | 2023-11-22T04:18:51.046Z | Checking tap v1.0.1 |
1889 | 2023-11-22T04:18:51.294Z | Checking wyz v0.5.1 |
1890 | 2023-11-22T04:18:51.357Z | Checking mockall v0.11.4 |
1891 | 2023-11-22T04:18:51.704Z | Checking funty v2.0.0 |
1892 | 2023-11-22T04:18:51.956Z | Checking crc-catalog v2.2.0 |
1893 | 2023-11-22T04:18:52.083Z | Compiling num-bigint-dig v0.8.4 |
1894 | 2023-11-22T04:18:52.146Z | Compiling same-file v1.0.6 |
1895 | 2023-11-22T04:18:52.491Z | Compiling packed_struct v0.10.1 |
1896 | 2023-11-22T04:18:52.574Z | Compiling walkdir v2.4.0 |
1897 | 2023-11-22T04:18:52.669Z | Checking der v0.7.8 |
1898 | 2023-11-22T04:18:53.168Z | Checking crc v3.0.1 |
1899 | 2023-11-22T04:18:53.294Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1900 | 2023-11-22T04:18:53.481Z | Checking bitvec v1.0.1 |
1901 | 2023-11-22T04:18:53.614Z | Compiling semver-parser v0.10.2 |
1902 | 2023-11-22T04:18:53.848Z | Compiling packed_struct_codegen v0.10.1 |
1903 | 2023-11-22T04:18:54.467Z | Checking nodrop v0.1.14 |
1904 | 2023-11-22T04:18:55.848Z | Checking spki v0.7.2 |
1905 | 2023-11-22T04:18:56.282Z | Checking pkcs8 v0.10.2 |
1906 | 2023-11-22T04:18:56.708Z | Checking pkcs1 v0.7.5 |
1907 | 2023-11-22T04:18:56.947Z | Compiling semver v0.11.0 |
1908 | 2023-11-22T04:18:57.327Z | Checking array-init v0.0.4 |
1909 | 2023-11-22T04:18:57.541Z | Checking smallvec v0.6.14 |
1910 | 2023-11-22T04:18:58.262Z | Compiling num-rational v0.4.1 |
1911 | 2023-11-22T04:18:59.049Z | Compiling home v0.5.5 |
1912 | 2023-11-22T04:18:59.176Z | Checking bitfield v0.14.0 |
1913 | 2023-11-22T04:18:59.410Z | Compiling toolchain_find v0.2.0 |
1914 | 2023-11-22T04:18:59.614Z | Checking serde-hex v0.1.0 |
1915 | 2023-11-22T04:18:59.662Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1916 | 2023-11-22T04:19:00.384Z | Checking x509-cert v0.2.4 |
1917 | 2023-11-22T04:19:00.505Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1918 | 2023-11-22T04:19:00.873Z | Checking env_logger v0.10.0 |
1919 | 2023-11-22T04:19:01.409Z | Checking rsa v0.9.2 |
1920 | 2023-11-22T04:19:01.544Z | Checking newline-converter v0.3.0 |
1921 | 2023-11-22T04:19:01.807Z | Checking hkdf v0.12.3 |
1922 | 2023-11-22T04:19:02.709Z | Checking ron v0.8.1 |
1923 | 2023-11-22T04:19:02.812Z | Compiling toml v0.5.11 |
1924 | 2023-11-22T04:19:02.912Z | Checking crc-any v2.4.3 |
1925 | 2023-11-22T04:19:03.069Z | Checking expectorate v1.1.0 |
1926 | 2023-11-22T04:19:03.149Z | Compiling omicron-zone-package v0.9.1 |
1927 | 2023-11-22T04:19:03.514Z | Checking object v0.30.4 |
1928 | 2023-11-22T04:19:04.731Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1929 | 2023-11-22T04:19:04.774Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1930 | 2023-11-22T04:19:05.139Z | Checking num-complex v0.4.4 |
1931 | 2023-11-22T04:19:06.617Z | Compiling rustfmt-wrapper v0.2.0 |
1932 | 2023-11-22T04:19:06.684Z | Checking keccak v0.1.4 |
1933 | 2023-11-22T04:19:07.253Z | Checking utf-8 v0.7.6 |
1934 | 2023-11-22T04:19:07.438Z | Checking path-slash v0.1.5 |
1935 | 2023-11-22T04:19:07.557Z | Checking tungstenite v0.20.1 |
1936 | 2023-11-22T04:19:07.673Z | Checking sha3 v0.10.8 |
1937 | 2023-11-22T04:19:08.049Z | Checking num v0.4.1 |
1938 | 2023-11-22T04:19:08.185Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1939 | 2023-11-22T04:19:08.292Z | Checking secrecy v0.8.0 |
1940 | 2023-11-22T04:19:08.613Z | Compiling buf-list v1.0.3 |
1941 | 2023-11-22T04:19:08.966Z | Checking tokio-tungstenite v0.20.1 |
1942 | 2023-11-22T04:19:09.233Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1943 | 2023-11-22T04:19:09.705Z | Checking glob v0.3.1 |
1944 | 2023-11-22T04:19:09.736Z | Checking swrite v0.1.0 |
1945 | 2023-11-22T04:19:09.894Z | Compiling parking_lot_core v0.8.6 |
1946 | 2023-11-22T04:19:10.178Z | Checking nibble_vec v0.1.0 |
1947 | 2023-11-22T04:19:10.220Z | Checking endian-type v0.1.2 |
1948 | 2023-11-22T04:19:10.290Z | Checking libsw v3.3.0 |
1949 | 2023-11-22T04:19:10.454Z | Compiling derive-where v1.2.5 |
1950 | 2023-11-22T04:19:10.521Z | Checking radix_trie v0.2.1 |
1951 | 2023-11-22T04:19:10.687Z | Checking pretty-hex v0.3.0 |
1952 | 2023-11-22T04:19:10.915Z | Checking owo-colors v3.5.0 |
1953 | 2023-11-22T04:19:11.116Z | Checking parking_lot v0.11.2 |
1954 | 2023-11-22T04:19:11.194Z | Checking trust-dns-client v0.22.0 |
1955 | 2023-11-22T04:19:11.695Z | Checking sled v0.34.7 |
1956 | 2023-11-22T04:19:12.549Z | Checking linear-map v1.2.0 |
1957 | 2023-11-22T04:19:13.053Z | Compiling semver v0.1.20 |
1958 | 2023-11-22T04:19:13.263Z | Checking trust-dns-server v0.22.1 |
1959 | 2023-11-22T04:19:14.171Z | Compiling rustc_version v0.1.7 |
1960 | 2023-11-22T04:19:14.197Z | Checking crossbeam-deque v0.8.3 |
1961 | 2023-11-22T04:19:14.289Z | Compiling rayon-core v1.12.0 |
1962 | 2023-11-22T04:19:14.658Z | Checking openapiv3 v1.0.3 |
1963 | 2023-11-22T04:19:14.975Z | Compiling newtype_derive v0.1.6 |
1964 | 2023-11-22T04:19:15.660Z | Compiling memoffset v0.7.1 |
1965 | 2023-11-22T04:19:15.908Z | Compiling unicase v2.7.0 |
1966 | 2023-11-22T04:19:16.133Z | Compiling platforms v3.0.2 |
1967 | 2023-11-22T04:19:16.544Z | Checking rayon v1.8.0 |
1968 | 2023-11-22T04:19:16.672Z | Checking steno v0.4.0 |
1969 | 2023-11-22T04:19:16.715Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1970 | 2023-11-22T04:19:16.740Z | Checking globset v0.4.13 |
1971 | 2023-11-22T04:19:17.507Z | Checking olpc-cjson v0.1.3 |
1972 | 2023-11-22T04:19:17.647Z | Checking serde_plain v1.0.2 |
1973 | 2023-11-22T04:19:17.807Z | Compiling async-recursion v1.0.5 |
1974 | 2023-11-22T04:19:18.017Z | Checking typed-path v0.6.0 |
1975 | 2023-11-22T04:19:20.465Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1976 | 2023-11-22T04:19:20.633Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1977 | 2023-11-22T04:19:20.732Z | Compiling salty v0.2.0 |
1978 | 2023-11-22T04:19:21.054Z | Checking display-error-chain v0.2.0 |
1979 | 2023-11-22T04:19:21.070Z | Checking signature v1.6.4 |
1980 | 2023-11-22T04:19:21.185Z | Checking tough v0.15.0 |
1981 | 2023-11-22T04:19:21.234Z | Checking ed25519 v1.5.3 |
1982 | 2023-11-22T04:19:21.339Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1983 | 2023-11-22T04:19:21.465Z | Compiling curve25519-dalek v4.1.0 |
1984 | 2023-11-22T04:19:22.213Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1985 | 2023-11-22T04:19:22.370Z | Checking serde-big-array v0.5.1 |
1986 | 2023-11-22T04:19:22.581Z | Checking ff v0.13.0 |
1987 | 2023-11-22T04:19:22.695Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1988 | 2023-11-22T04:19:22.995Z | Checking group v0.13.0 |
1989 | 2023-11-22T04:19:23.363Z | Compiling mime_guess v2.0.4 |
1990 | 2023-11-22T04:19:24.109Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1991 | 2023-11-22T04:19:24.647Z | Checking signal-hook-tokio v0.3.1 |
1992 | 2023-11-22T04:19:24.666Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1993 | 2023-11-22T04:19:24.669Z | Checking serde-big-array v0.4.1 |
1994 | 2023-11-22T04:19:24.878Z | Checking universal-hash v0.5.1 |
1995 | 2023-11-22T04:19:24.895Z | Checking crypto-bigint v0.5.2 |
1996 | 2023-11-22T04:19:25.128Z | Compiling thiserror-impl-no-std v2.0.2 |
1997 | 2023-11-22T04:19:25.212Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1998 | 2023-11-22T04:19:25.507Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1999 | 2023-11-22T04:19:25.535Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2000 | 2023-11-22T04:19:25.782Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2001 | 2023-11-22T04:19:26.009Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2002 | 2023-11-22T04:19:26.933Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2003 | 2023-11-22T04:19:27.239Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2004 | 2023-11-22T04:19:27.359Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2005 | 2023-11-22T04:19:29.030Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2006 | 2023-11-22T04:19:30.335Z | Compiling curve25519-dalek-derive v0.1.0 |
2007 | 2023-11-22T04:19:30.646Z | Checking base16ct v0.2.0 |
2008 | 2023-11-22T04:19:30.897Z | Checking opaque-debug v0.3.0 |
2009 | 2023-11-22T04:19:31.021Z | Checking poly1305 v0.8.0 |
2010 | 2023-11-22T04:19:31.094Z | Checking elliptic-curve v0.13.5 |
2011 | 2023-11-22T04:19:31.772Z | Checking thiserror-no-std v2.0.2 |
2012 | 2023-11-22T04:19:31.926Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2013 | 2023-11-22T04:19:32.379Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2014 | 2023-11-22T04:19:32.838Z | Checking chacha20 v0.9.1 |
2015 | 2023-11-22T04:19:33.405Z | Checking bcs v0.1.6 |
2016 | 2023-11-22T04:19:33.542Z | Checking aead v0.5.2 |
2017 | 2023-11-22T04:19:33.862Z | Checking kstat-rs v0.2.3 |
2018 | 2023-11-22T04:19:34.169Z | Checking highway v1.1.0 |
2019 | 2023-11-22T04:19:34.367Z | Checking corncobs v0.1.3 |
2020 | 2023-11-22T04:19:34.633Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2021 | 2023-11-22T04:19:34.822Z | Checking chacha20poly1305 v0.10.1 |
2022 | 2023-11-22T04:19:35.084Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2023 | 2023-11-22T04:19:35.732Z | Checking vsss-rs v3.3.1 |
2024 | 2023-11-22T04:19:35.927Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2025 | 2023-11-22T04:19:36.086Z | Checking http v1.0.0 |
2026 | 2023-11-22T04:19:37.717Z | Compiling crunchy v0.2.2 |
2027 | 2023-11-22T04:19:38.355Z | Compiling portable-atomic v1.4.3 |
2028 | 2023-11-22T04:19:38.516Z | Checking http-body v1.0.0 |
2029 | 2023-11-22T04:19:39.083Z | Compiling clang-sys v1.6.1 |
2030 | 2023-11-22T04:19:40.046Z | Compiling tiny-keccak v2.0.2 |
2031 | 2023-11-22T04:19:40.238Z | Compiling prettyplease v0.2.12 |
2032 | 2023-11-22T04:19:42.013Z | Checking hyper v1.0.1 |
2033 | 2023-11-22T04:19:42.501Z | Compiling darling_core v0.14.4 |
2034 | 2023-11-22T04:19:42.664Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2035 | 2023-11-22T04:19:42.680Z | Compiling minimal-lexical v0.2.1 |
2036 | 2023-11-22T04:19:43.058Z | Checking number_prefix v0.4.0 |
2037 | 2023-11-22T04:19:43.298Z | Checking assert_matches v1.5.0 |
2038 | 2023-11-22T04:19:43.339Z | Checking http-range v0.1.5 |
2039 | 2023-11-22T04:19:43.420Z | Checking humantime v2.1.0 |
2040 | 2023-11-22T04:19:43.522Z | Checking indicatif v0.17.7 |
2041 | 2023-11-22T04:19:43.588Z | Checking hyper-staticfile v0.10.0 |
2042 | 2023-11-22T04:19:43.794Z | error[E0432]: unresolved import `hyper::service::Service` |
2043 | 2023-11-22T04:19:43.794Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.0/src/service.rs:4:5 |
2044 | 2023-11-22T04:19:43.794Z | | |
2045 | 2023-11-22T04:19:43.794Z | 4 | use hyper::service::Service; |
2046 | 2023-11-22T04:19:43.794Z | | ^^^^^^^^^^^^^^^^------- |
2047 | 2023-11-22T04:19:43.794Z | | | | |
2048 | 2023-11-22T04:19:43.795Z | | | help: a similar name exists in the module (notice the capitalization): `service` |
2049 | 2023-11-22T04:19:43.795Z | | no `Service` in `service` |
2050 | 2023-11-22T04:19:43.795Z | | |
2051 | 2023-11-22T04:19:43.795Z | note: found an item that was configured out |
2052 | 2023-11-22T04:19:43.795Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.0.1/src/service/mod.rs:34:24 |
2053 | 2023-11-22T04:19:43.795Z | | |
2054 | 2023-11-22T04:19:43.796Z | 34 | pub use self::service::Service; |
2055 | 2023-11-22T04:19:43.796Z | | ^^^^^^^ |
2056 | 2023-11-22T04:19:43.796Z | |
2057 | 2023-11-22T04:19:43.861Z | Compiling nom v7.1.3 |
2058 | 2023-11-22T04:19:44.146Z | For more information about this error, try `rustc --explain E0432`. |
2059 | 2023-11-22T04:19:44.169Z | error: could not compile `hyper-staticfile` (lib) due to previous error |
2060 | 2023-11-22T04:19:44.170Z | warning: build failed, waiting for other jobs to finish... |
2061 | 2023-11-22T04:19:52.528Z | Error: clippy failed: exit status: 101 |
2062 | 2023-11-22T04:19:52.531Z | |
2063 | 2023-11-22T04:19:52.531Z | real 5:28.594206530 |
2064 | 2023-11-22T04:19:52.531Z | user 31:11.930180134 |
2065 | 2023-11-22T04:19:52.531Z | sys 5:16.535443551 |
2066 | 2023-11-22T04:19:52.531Z | trap 1.317524908 |
2067 | 2023-11-22T04:19:52.531Z | tflt 3.244215549 |
2068 | 2023-11-22T04:19:52.531Z | dflt 4.579708873 |
2069 | 2023-11-22T04:19:52.531Z | kflt 0.017341602 |
2070 | 2023-11-22T04:19:52.531Z | lock 49:14.269397969 |
2071 | 2023-11-22T04:19:52.531Z | slp 1:35:56.248571952 |
2072 | 2023-11-22T04:19:52.532Z | lat 1:35.039279190 |
2073 | 2023-11-22T04:19:52.532Z | stop 3:09.997202136 |
2074 | 2023-11-22T04:19:52.532Z | process exited: duration 527302 ms, exit code 1 |
|
2075 | 2023-11-22T04:19:52.539Z | found 0 output files |