You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/06/24 06:31:57 UTC

Build failed in Jenkins: beam_PreCommit_Website_Cron #5503

See <https://ci-beam.apache.org/job/beam_PreCommit_Website_Cron/5503/display/redirect>

Changes:


------------------------------------------
[...truncated 6.71 KB...]
> Task :buildSrc:validatePlugins FROM-CACHE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build

> Task :website:buildDockerImage
Sending build context to Docker daemon  60.89MB
Step 1/8 : FROM debian:stretch-slim
 ---> 0e23ec2ce5e6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> b49ad325347d
Step 3/8 : ENV DEBIAN_FRONTEND=noninteractive     LANGUAGE=C.UTF-8     LANG=C.UTF-8     LC_ALL=C.UTF-8     LC_CTYPE=C.UTF-8     LC_MESSAGES=C.UTF-8
 ---> Using cache
 ---> a10198d47ac2
Step 4/8 : RUN apt-get update     && apt-get install -y --no-install-recommends         ca-certificates         curl         git         gnupg2         gosu         lynx     && apt-get autoremove -yqq --purge     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 491be82d3dbb
Step 5/8 : RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -     && apt-get update     && apt-get install -y --no-install-recommends         nodejs     && apt-get autoremove -yqq --purge     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> e703e13b5b93
Step 6/8 : RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -     && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install -y --no-install-recommends yarn     && apt-get autoremove -yqq --purge     && apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> dc93e71a11ab
Step 7/8 : RUN HUGOHOME="$(mktemp -d)"     && export HUGOHOME     && curl -sL https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Linux-64bit.tar.gz > "${HUGOHOME}/hugo.tar.gz"     && tar -xzvf "${HUGOHOME}/hugo.tar.gz" hugo     && mv hugo /usr/local/bin/hugo     && chmod +x /usr/local/bin/hugo     && rm -r "${HUGOHOME}"
 ---> Using cache
 ---> 28c176edeb7e
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> fc2215b9c933
Successfully built fc2215b9c933
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
f840083b5b061db2619134d0759e9c3566f41c46e88cf75ee2e32d61225955ab

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.19
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1017".
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.95s.

> Task :website:initGitSubmodules
Submodule '.github/actions/cancel-workflow-runs' (https://github.com/potiuk/cancel-workflow-runs) registered for path '.github/actions/cancel-workflow-runs'
Submodule '.github/actions/github-push-action' (https://github.com/ad-m/github-push-action) registered for path '.github/actions/github-push-action'
Submodule '.github/actions/gradle-command-action' (https://github.com/eskatos/gradle-command-action) registered for path '.github/actions/gradle-command-action'
Submodule 'website/www/site/themes/docsy' (https://github.com/google/docsy.git) registered for path 'website/www/site/themes/docsy'
Cloning into '/opt/.github/actions/cancel-workflow-runs'...
Cloning into '/opt/.github/actions/github-push-action'...
Cloning into '/opt/.github/actions/gradle-command-action'...
Cloning into '/opt/website/www/site/themes/docsy'...
Submodule path '.github/actions/cancel-workflow-runs': checked out '953e057dc81d3458935a18d1184c386b0f6b5738'
Submodule path '.github/actions/github-push-action': checked out '057a6ba835d986bfe495dd476a6c4db1d5f9503c'
Submodule path '.github/actions/gradle-command-action': checked out '90ccf054e6b9905f30f98c938bce4c6acd323b6b'
Submodule path 'website/www/site/themes/docsy': checked out '8b786354829536454688df1e63b9cad792f68562'
Submodule 'assets/vendor/Font-Awesome' (https://github.com/FortAwesome/Font-Awesome.git) registered for path 'website/www/site/themes/docsy/assets/vendor/Font-Awesome'
Submodule 'assets/vendor/bootstrap' (https://github.com/twbs/bootstrap.git) registered for path 'website/www/site/themes/docsy/assets/vendor/bootstrap'
Cloning into '/opt/website/www/site/themes/docsy/assets/vendor/Font-Awesome'...
Cloning into '/opt/website/www/site/themes/docsy/assets/vendor/bootstrap'...
Submodule path 'website/www/site/themes/docsy/assets/vendor/Font-Awesome': checked out '538a5bc4cf7989821d052e3ff919e2bead07021c'
Submodule path 'website/www/site/themes/docsy/assets/vendor/bootstrap': checked out '3b558734382ce58b51e5fc676453bfd53bba9201'

> Task :website:buildCodeSamples
yarn run v1.22.19
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1017".
$ ./build_code_samples.sh
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.62s.

> Task :website:buildLocalWebsite
yarn run v1.22.19
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1017".
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-local-content --config /opt/website/www/site/config.toml
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
INFO 2022/06/24 06:14:57 Using config file: 
Building sites … INFO 2022/06/24 06:14:57 syncing static files to /opt/build/website/generated-local-content/
INFO 2022/06/24 06:15:00 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating

                   | EN   
-------------------+------
  Pages            | 377  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 367  
  Processed images |   0  
  Aliases          | 140  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 10493 ms
Done in 10.87s.

> Task :website:testWebsite
/usr/bin/lynx
Working directory: /opt/website/www
Dist directory: /opt/build/website/generated-local-content

Found 474 HTML files.
Searching links.
Found 50860 links including 2315 unique external links.
Checking links.
[=>                                                  ] 1 / 2315  curl: (22) The requested URL returned error: 404 Not Found

http://apache-beam-website-pull-requests.storage.googleapis.com/17205/case-studies/index.html
[=>                                                  ] 2 / 2315  [=>                                                  ] 3 / 2315  [=>                                                  ] 4 / 2315  [=>                                                  ] 5 / 2315  [=>                                                  ] 6 / 2315  [=>                                                  ] 7 / 2315  [=>                                                  ] 8 / 2315  [=>                                                  ] 9 / 2315  [=>                                                  ] 10 / 2315  [=>                                                  ] 11 / 2315  [=>                                                  ] 12 / 2315  [=>                                                  ] 13 / 2315  [=>                                                  ] 14 / 2315  [=>                                                  ] 15 / 2315  [=>                                                  ] 16 / 2315  [=>                                                  ] 17 / 2315  [=>                                                  ] 18 / 2315  [=>                                                  ] 19 / 2315  [=>                                                  ] 20 / 2315  [=>                                                  ] 21 / 2315  [=>                                                  ] 22 / 2315  [=>                                                  ] 23 / 2315  [=>                                                  ] 24 / 2315  [=>                                                  ] 25 / 2315  [=>                                                  ] 26 / 2315  [=>                                                  ] 27 / 2315  [=>                                                  ] 28 / 2315  [=>                                                  ] 29 / 2315  [=>                                                  ] 30 / 2315  [=>                                                  ] 31 / 2315  [=>                                                  ] 32 / 2315  [=>                                                  ] 33 / 2315  [=>                                                  ] 34 / 2315  [=>                                                  ] 35 / 2315  [=>                                                  ] 36 / 2315  [=>                                                  ] 37 / 2315  [=>                                                  ] 38 / 2315  [=>                                                  ] 39 / 2315  [=>                                                  ] 40 / 2315  [=>                                                  ] 41 / 2315  [=>                                                  ] 42 / 2315  [=>                                                  ] 43 / 2315  [=>                                                  ] 44 / 2315  [=>                                                  ] 45 / 2315  [=>                                                  ] 46 / 2315  [=>                                                  ] 47 / 2315  [==>                                                 ] 48 / 2315  [==>                                                 ] 49 / 2315  [==>                                                 ] 50 / 2315  [==>                                                 ] 51 / 2315  [==>                                                 ] 52 / 2315  [==>                                                 ] 53 / 2315  [==>                                                 ] 54 / 2315  [==>                                                 ] 55 / 2315  [==>                                                 ] 56 / 2315  [==>                                                 ] 57 / 2315  [==>                                                 ] 58 / 2315  [==>                                                 ] 59 / 2315  [==>                                                 ] 60 / 2315  [==>                                                 ] 61 / 2315  [==>                                                 ] 62 / 2315  [==>                                                 ] 63 / 2315  [==>                                                 ] 64 / 2315  [==>                                                 ] 65 / 2315  [==>                                                 ] 66 / 2315  [==>                                                 ] 67 / 2315  [==>                                                 ] 68 / 2315  [==>                                                 ] 69 / 2315  [==>                                                 ] 70 / 2315  [==>                                                 ] 71 / 2315  [==>                                                 ] 72 / 2315  [==>                                                 ] 73 / 2315  [==>                                                 ] 74 / 2315  [==>                                                 ] 75 / 2315  [==>                                                 ] 76 / 2315  [==>                                                 ] 77 / 2315  [==>                                                 ] 78 / 2315  [==>                                                 ] 79 / 2315  [==>                                                 ] 80 / 2315  [==>                                                 ] 81 / 2315  [==>                                                 ] 82 / 2315  [==>                                                 ] 83 / 2315  [==>                                                 ] 84 / 2315  [==>                                                 ] 85 / 2315  [==>                                                 ] 86 / 2315  [==>                                                 ] 87 / 2315  [==>                                                 ] 88 / 2315  [==>                                                 ] 89 / 2315  [==>                                                 ] 90 / 2315  [==>                                                 ] 91 / 2315  [==>                                                 ] 92 / 2315  [==>                                                 ] 93 / 2315  [===>                                                ] 94 / 2315  [===>                                                ] 95 / 2315  [===>                                                ] 96 / 2315  [===>                                                ] 97 / 2315  [===>                                                ] 98 / 2315  [===>                                                ] 99 / 2315  [===>                                                ] 100 / 2315  [===>                                                ] 101 / 2315  [===>                                                ] 102 / 2315  [===>                                                ] 103 / 2315  [===>                                                ] 104 / 2315  [===>                                                ] 105 / 2315  [===>                                                ] 106 / 2315  [===>                                                ] 107 / 2315  [===>                                                ] 108 / 2315  [===>                                                ] 109 / 2315  [===>                                                ] 110 / 2315  [===>                                                ] 111 / 2315  [===>                                                ] 112 / 2315  [===>                                                ] 113 / 2315  [===>                                                ] 114 / 2315  [===>                                                ] 115 / 2315  [===>                                                ] 116 / 2315  [===>                                                ] 117 / 2315  [===>                                                ] 118 / 2315  [===>                                                ] 119 / 2315  [===>                                                ] 120 / 2315  [===>                                                ] 121 / 2315  [===>                                                ] 122 / 2315  [===>                                                ] 123 / 2315  [===>                                                ] 124 / 2315  [===>                                                ] 125 / 2315  [===>                                                ] 126 / 2315  [===>                                                ] 127 / 2315  [===>                                                ] 128 / 2315  [===>                                                ] 129 / 2315  [===>                                                ] 130 / 2315  [===>                                                ] 131 / 2315  [===>                                                ] 132 / 2315  [===>                                                ] 133 / 2315  [===>                                                ] 134 / 2315  [===>                                                ] 135 / 2315  [===>                                                ] 136 / 2315  [===>                                                ] 137 / 2315  [===>                                                ] 138 / 2315  [===>                                                ] 139 / 2315  [====>                                               ] 140 / 2315  [====>                                               ] 141 / 2315  [====>                                               ] 142 / 2315  [====>                                               ] 143 / 2315  [====>                                               ] 144 / 2315  [====>                                               ] 145 / 2315  [====>                                               ] 146 / 2315  [====>                                               ] 147 / 2315  [====>                                               ] 148 / 2315  [====>                                               ] 149 / 2315  [====>                                               ] 150 / 2315  [====>                                               ] 151 / 2315  [====>                                               ] 152 / 2315  [====>                                               ] 153 / 2315  [====>                                               ] 154 / 2315  [====>                                               ] 155 / 2315  [====>                                               ] 156 / 2315  [====>                                               ] 157 / 2315  [====>                                               ] 158 / 2315  [====>                                               ] 159 / 2315  [====>                                               ] 160 / 2315  [====>                                               ] 161 / 2315  [====>                                               ] 162 / 2315  [====>                                               ] 163 / 2315  [====>                                               ] 164 / 2315  [====>                                               ] 165 / 2315  [====>                                               ] 166 / 2315  [====>                                               ] 167 / 2315  [====>                                               ] 168 / 2315  [====>                                               ] 169 / 2315  [====>                                               ] 170 / 2315  [====>                                               ] 171 / 2315  [====>                                               ] 172 / 2315  [====>                                               ] 173 / 2315  [====>                                               ] 174 / 2315  [====>                                               ] 175 / 2315  curl: (22) The requested URL returned error: 999 Request denied

https://be.linkedin.com/in/mattcasters
[====>                                               ] 176 / 2315  [====>                                               ] 177 / 2315  [====>                                               ] 178 / 2315  [====>                                               ] 179 / 2315  [====>                                               ] 180 / 2315  [====>                                               ] 181 / 2315  [====>                                               ] 182 / 2315  [====>                                               ] 183 / 2315  [====>                                               ] 184 / 2315  [====>                                               ] 185 / 2315  [====>                                               ] 186 / 2315  [=====>                                              ] 187 / 2315  [=====>                                              ] 188 / 2315  [=====>                                              ] 189 / 2315  [=====>                                              ] 190 / 2315  [=====>                                              ] 191 / 2315  [=====>                                              ] 192 / 2315  [=====>                                              ] 193 / 2315  [=====>                                              ] 194 / 2315  [=====>                                              ] 195 / 2315  [=====>                                              ] 196 / 2315  [=====>                                              ] 197 / 2315  [=====>                                              ] 198 / 2315  [=====>                                              ] 199 / 2315  [=====>                                              ] 200 / 2315  [=====>                                              ] 201 / 2315  [=====>                                              ] 202 / 2315  [=====>                                              ] 203 / 2315  [=====>                                              ] 204 / 2315  [=====>                                              ] 205 / 2315  [=====>                                              ] 206 / 2315  [=====>                                              ] 207 / 2315  [=====>                                              ] 208 / 2315  [=====>                                              ] 209 / 2315  [=====>                                              ] 210 / 2315  [=====>                                              ] 211 / 2315  [=====>                                              ] 212 / 2315  [=====>                                              ] 213 / 2315  [=====>                                              ] 214 / 2315  [=====>                                              ] 215 / 2315  [=====>                                              ] 216 / 2315  [=====>                                              ] 217 / 2315  [=====>                                              ] 218 / 2315  [=====>                                              ] 219 / 2315  [=====>                                              ] 220 / 2315  [=====>                                              ] 221 / 2315  [=====>                                              ] 222 / 2315  [=====>                                              ] 223 / 2315  [=====>                                              ] 224 / 2315  [=====>                                              ] 225 / 2315  [=====>                                              ] 226 / 2315  [=====>                                              ] 227 / 2315  [=====>                                              ] 228 / 2315  [=====>                                              ] 229 / 2315  [=====>                                              ] 230 / 2315  [=====>                                              ] 231 / 2315  [=====>                                              ] 232 / 2315  [======>                                             ] 233 / 2315  [======>                                             ] 234 / 2315  [======>                                             ] 235 / 2315  [======>                                             ] 236 / 2315  [======>                                             ] 237 / 2315  [======>                                             ] 238 / 2315  [======>                                             ] 239 / 2315  [======>                                             ] 240 / 2315  [======>                                             ] 241 / 2315  [======>                                             ] 242 / 2315  [======>                                             ] 243 / 2315  [======>                                             ] 244 / 2315  [======>                                             ] 245 / 2315  [======>                                             ] 246 / 2315  [======>                                             ] 247 / 2315  [======>                                             ] 248 / 2315  [======>                                             ] 249 / 2315  [======>                                             ] 250 / 2315  [======>                                             ] 251 / 2315  [======>                                             ] 252 / 2315  [======>                                             ] 253 / 2315  [======>                                             ] 254 / 2315  [======>                                             ] 255 / 2315  [======>                                             ] 256 / 2315  [======>                                             ] 257 / 2315  [======>                                             ] 258 / 2315  [======>                                             ] 259 / 2315  [======>                                             ] 260 / 2315  [======>                                             ] 261 / 2315  [======>                                             ] 262 / 2315  [======>                                             ] 263 / 2315  [======>                                             ] 264 / 2315  [======>                                             ] 265 / 2315  [======>                                             ] 266 / 2315  [======>                                             ] 267 / 2315  [======>                                             ] 268 / 2315  [======>                                             ] 269 / 2315  [======>                                             ] 270 / 2315  [======>                                             ] 271 / 2315  [======>                                             ] 272 / 2315  [======>                                             ] 273 / 2315  [======>                                             ] 274 / 2315  [======>                                             ] 275 / 2315  [======>                                             ] 276 / 2315  [======>                                             ] 277 / 2315  [======>                                             ] 278 / 2315  [=======>                                            ] 279 / 2315  [=======>                                            ] 280 / 2315  [=======>                                            ] 281 / 2315  [=======>                                            ] 282 / 2315  [=======>                                            ] 283 / 2315  [=======>                                            ] 284 / 2315  [=======>                                            ] 285 / 2315  [=======>                                            ] 286 / 2315  [=======>                                            ] 287 / 2315  [=======>                                            ] 288 / 2315  [=======>                                            ] 289 / 2315  [=======>                                            ] 290 / 2315  [=======>                                            ] 291 / 2315  [=======>                                            ] 292 / 2315  [=======>                                            ] 293 / 2315  [=======>                                            ] 294 / 2315  [=======>                                            ] 295 / 2315  [=======>                                            ] 296 / 2315  [=======>                                            ] 297 / 2315  [=======>                                            ] 298 / 2315  [=======>                                            ] 299 / 2315  [=======>                                            ] 300 / 2315  [=======>                                            ] 301 / 2315  [=======>                                            ] 302 / 2315  [=======>                                            ] 303 / 2315  [=======>                                            ] 304 / 2315  [=======>                                            ] 305 / 2315  [=======>                                            ] 306 / 2315  [=======>                                            ] 307 / 2315  [=======>                                            ] 308 / 2315  [=======>                                            ] 309 / 2315  [=======>                                            ] 310 / 2315  [=======>                                            ] 311 / 2315  [=======>                                            ] 312 / 2315  [=======>                                            ] 313 / 2315  [=======>                                            ] 314 / 2315  [=======>                                            ] 315 / 2315  [=======>                                            ] 316 / 2315  [=======>                                            ] 317 / 2315  [=======>                                            ] 318 / 2315  [=======>                                            ] 319 / 2315  [=======>                                            ] 320 / 2315  [=======>                                            ] 321 / 2315  [=======>                                            ] 322 / 2315  [=======>                                            ] 323 / 2315  [=======>                                            ] 324 / 2315  [========>                                           ] 325 / 2315  [========>                                           ] 326 / 2315  [========>                                           ] 327 / 2315  [========>                                           ] 328 / 2315  [========>                                           ] 329 / 2315  [========>                                           ] 330 / 2315  [========>                                           ] 331 / 2315  [========>                                           ] 332 / 2315  [========>                                           ] 333 / 2315  [========>                                           ] 334 / 2315  [========>                                           ] 335 / 2315  [========>                                           ] 336 / 2315  [========>                                           ] 337 / 2315  [========>                                           ] 338 / 2315  [========>                                           ] 339 / 2315  [========>                                           ] 340 / 2315  [========>                                           ] 341 / 2315  [========>                                           ] 342 / 2315  [========>                                           ] 343 / 2315  [========>                                           ] 344 / 2315  [========>                                           ] 345 / 2315  [========>                                           ] 346 / 2315  [========>                                           ] 347 / 2315  [========>                                           ] 348 / 2315  [========>                                           ] 349 / 2315  [========>                                           ] 350 / 2315  [========>                                           ] 351 / 2315  [========>                                           ] 352 / 2315  [========>                                           ] 353 / 2315  [========>                                           ] 354 / 2315  [========>                                           ] 355 / 2315  [========>                                           ] 356 / 2315  [========>                                           ] 357 / 2315  [========>                                           ] 358 / 2315  [========>                                           ] 359 / 2315  [========>                                           ] 360 / 2315  [========>                                           ] 361 / 2315  [========>                                           ] 362 / 2315  [========>                                           ] 363 / 2315  [========>                                           ] 364 / 2315  [========>                                           ] 365 / 2315  [========>                                           ] 366 / 2315  [========>                                           ] 367 / 2315  [========>                                           ] 368 / 2315  [========>                                           ] 369 / 2315  [========>                                           ] 370 / 2315  [========>                                           ] 371 / 2315  [=========>                                          ] 372 / 2315  [=========>                                          ] 373 / 2315  [=========>                                          ] 374 / 2315  [=========>                                          ] 375 / 2315  [=========>                                          ] 376 / 2315  [=========>                                          ] 377 / 2315  [=========>                                          ] 378 / 2315  [=========>                                          ] 379 / 2315  [=========>                                          ] 380 / 2315  [=========>                                          ] 381 / 2315  [=========>                                          ] 382 / 2315  [=========>                                          ] 383 / 2315  [=========>                                          ] 384 / 2315  [=========>                                          ] 385 / 2315  [=========>                                          ] 386 / 2315  [=========>                                          ] 387 / 2315  [=========>                                          ] 388 / 2315  [=========>                                          ] 389 / 2315  [=========>                                          ] 390 / 2315  [=========>                                          ] 391 / 2315  [=========>                                          ] 392 / 2315  [=========>                                          ] 393 / 2315  [=========>                                          ] 394 / 2315  [=========>                                          ] 395 / 2315  [=========>                                          ] 396 / 2315  [=========>                                          ] 397 / 2315  [=========>                                          ] 398 / 2315  [=========>                                          ] 399 / 2315  [=========>                                          ] 400 / 2315  [=========>                                          ] 401 / 2315  [=========>                                          ] 402 / 2315  [=========>                                          ] 403 / 2315  [=========>                                          ] 404 / 2315  [=========>                                          ] 405 / 2315  [=========>                                          ] 406 / 2315  [=========>                                          ] 407 / 2315  [=========>                                          ] 408 / 2315  [=========>                                          ] 409 / 2315  [=========>                                          ] 410 / 2315  [=========>                                          ] 411 / 2315  [=========>                                          ] 412 / 2315  [=========>                                          ] 413 / 2315  [=========>                                          ] 414 / 2315  [=========>                                          ] 415 / 2315  [=========>                                          ] 416 / 2315  [=========>                                          ] 417 / 2315  [==========>                                         ] 418 / 2315  [==========>                                         ] 419 / 2315  [==========>                                         ] 420 / 2315  [==========>                                         ] 421 / 2315  [==========>                                         ] 422 / 2315  [==========>                                         ] 423 / 2315  [==========>                                         ] 424 / 2315  [==========>                                         ] 425 / 2315  [==========>                                         ] 426 / 2315  [==========>                                         ] 427 / 2315  [==========>                                         ] 428 / 2315  [==========>                                         ] 429 / 2315  [==========>                                         ] 430 / 2315  [==========>                                         ] 431 / 2315  [==========>                                         ] 432 / 2315  [==========>                                         ] 433 / 2315  [==========>                                         ] 434 / 2315  [==========>                                         ] 435 / 2315  [==========>                                         ] 436 / 2315  [==========>                                         ] 437 / 2315  [==========>                                         ] 438 / 2315  [==========>                                         ] 439 / 2315  [==========>                                         ] 440 / 2315  [==========>                                         ] 441 / 2315  [==========>                                         ] 442 / 2315  [==========>                                         ] 443 / 2315  [==========>                                         ] 444 / 2315  [==========>                                         ] 445 / 2315  [==========>                                         ] 446 / 2315  [==========>                                         ] 447 / 2315  [==========>                                         ] 448 / 2315  [==========>                                         ] 449 / 2315  [==========>                                         ] 450 / 2315  [==========>                                         ] 451 / 2315  [==========>                                         ] 452 / 2315  [==========>                                         ] 453 / 2315  [==========>                                         ] 454 / 2315  [==========>                                         ] 455 / 2315  [==========>                                         ] 456 / 2315  [==========>                                         ] 457 / 2315  [==========>                                         ] 458 / 2315  [==========>                                         ] 459 / 2315  [==========>                                         ] 460 / 2315  [==========>                                         ] 461 / 2315  [==========>                                         ] 462 / 2315  [==========>                                         ] 463 / 2315  [===========>                                        ] 464 / 2315  [===========>                                        ] 465 / 2315  [===========>                                        ] 466 / 2315  [===========>                                        ] 467 / 2315  [===========>                                        ] 468 / 2315  [===========>                                        ] 469 / 2315  [===========>                                        ] 470 / 2315  [===========>                                        ] 471 / 2315  [===========>                                        ] 472 / 2315  [===========>                                        ] 473 / 2315  [===========>                                        ] 474 / 2315  [===========>                                        ] 475 / 2315  [===========>                                        ] 476 / 2315  [===========>                                        ] 477 / 2315  [===========>                                        ] 478 / 2315  [===========>                                        ] 479 / 2315  [===========>                                        ] 480 / 2315  [===========>                                        ] 481 / 2315  [===========>                                        ] 482 / 2315  [===========>                                        ] 483 / 2315  [===========>                                        ] 484 / 2315  [===========>                                        ] 485 / 2315  [===========>                                        ] 486 / 2315  [===========>                                        ] 487 / 2315  [===========>                                        ] 488 / 2315  [===========>                                        ] 489 / 2315  [===========>                                        ] 490 / 2315  [===========>                                        ] 491 / 2315  [===========>                                        ] 492 / 2315  [===========>                                        ] 493 / 2315  [===========>                                        ] 494 / 2315  [===========>                                        ] 495 / 2315  [===========>                                        ] 496 / 2315  [===========>                                        ] 497 / 2315  [===========>                                        ] 498 / 2315  [===========>                                        ] 499 / 2315  [===========>                                        ] 500 / 2315  [===========>                                        ] 501 / 2315  [===========>                                        ] 502 / 2315  [===========>                                        ] 503 / 2315  [===========>                                        ] 504 / 2315  [===========>                                        ] 505 / 2315  [===========>                                        ] 506 / 2315  [===========>                                        ] 507 / 2315  [===========>                                        ] 508 / 2315  [===========>                                        ] 509 / 2315  [===========>                                        ] 510 / 2315  [============>                                       ] 511 / 2315  [============>                                       ] 512 / 2315  [============>                                       ] 513 / 2315  [============>                                       ] 514 / 2315  [============>                                       ] 515 / 2315  [============>                                       ] 516 / 2315  [============>                                       ] 517 / 2315  [============>                                       ] 518 / 2315  [============>                                       ] 519 / 2315  [============>                                       ] 520 / 2315  [============>                                       ] 521 / 2315  [============>                                       ] 522 / 2315  [============>                                       ] 523 / 2315  [============>                                       ] 524 / 2315  [============>                                       ] 525 / 2315  [============>                                       ] 526 / 2315  [============>                                       ] 527 / 2315  [============>                                       ] 528 / 2315  [============>                                       ] 529 / 2315  [============>                                       ] 530 / 2315  [============>                                       ] 531 / 2315  [============>                                       ] 532 / 2315  [============>                                       ] 533 / 2315  [============>                                       ] 534 / 2315  [============>                                       ] 535 / 2315  [============>                                       ] 536 / 2315  [============>                                       ] 537 / 2315  [============>                                       ] 538 / 2315  [============>                                       ] 539 / 2315  [============>                                       ] 540 / 2315  [============>                                       ] 541 / 2315  [============>                                       ] 542 / 2315  [============>                                       ] 543 / 2315  [============>                                       ] 544 / 2315  [============>                                       ] 545 / 2315  [============>                                       ] 546 / 2315  [============>                                       ] 547 / 2315  [============>                                       ] 548 / 2315  [============>                                       ] 549 / 2315  [============>                                       ] 550 / 2315  [============>                                       ] 551 / 2315  [============>                                       ] 552 / 2315  [============>                                       ] 553 / 2315  [============>                                       ] 554 / 2315  [============>                                       ] 555 / 2315  [============>                                       ] 556 / 2315  [=============>                                      ] 557 / 2315  [=============>                                      ] 558 / 2315  [=============>                                      ] 559 / 2315  [=============>                                      ] 560 / 2315  [=============>                                      ] 561 / 2315  [=============>                                      ] 562 / 2315  [=============>                                      ] 563 / 2315  [=============>                                      ] 564 / 2315  [=============>                                      ] 565 / 2315  [=============>                                      ] 566 / 2315  [=============>                                      ] 567 / 2315  [=============>                                      ] 568 / 2315  [=============>                                      ] 569 / 2315  [=============>                                      ] 570 / 2315  [=============>                                      ] 571 / 2315  [=============>                                      ] 572 / 2315  [=============>                                      ] 573 / 2315  [=============>                                      ] 574 / 2315  [=============>                                      ] 575 / 2315  [=============>                                      ] 576 / 2315  [=============>                                      ] 577 / 2315  [=============>                                      ] 578 / 2315  [=============>                                      ] 579 / 2315  [=============>                                      ] 580 / 2315  [=============>                                      ] 581 / 2315  [=============>                                      ] 582 / 2315  [=============>                                      ] 583 / 2315  [=============>                                      ] 584 / 2315  [=============>                                      ] 585 / 2315  [=============>                                      ] 586 / 2315  [=============>                                      ] 587 / 2315  [=============>                                      ] 588 / 2315  [=============>                                      ] 589 / 2315  [=============>                                      ] 590 / 2315  [=============>                                      ] 591 / 2315  [=============>                                      ] 592 / 2315  [=============>                                      ] 593 / 2315  [=============>                                      ] 594 / 2315  [=============>                                      ] 595 / 2315  [=============>                                      ] 596 / 2315  [=============>                                      ] 597 / 2315  [=============>                                      ] 598 / 2315  [=============>                                      ] 599 / 2315  [=============>                                      ] 600 / 2315  [=============>                                      ] 601 / 2315  [=============>                                      ] 602 / 2315  [==============>                                     ] 603 / 2315  [==============>                                     ] 604 / 2315  [==============>                                     ] 605 / 2315  [==============>                                     ] 606 / 2315  [==============>                                     ] 607 / 2315  [==============>                                     ] 608 / 2315  [==============>                                     ] 609 / 2315  [==============>                                     ] 610 / 2315  [==============>                                     ] 611 / 2315  [==============>                                     ] 612 / 2315  [==============>                                     ] 613 / 2315  [==============>                                     ] 614 / 2315  [==============>                                     ] 615 / 2315  [==============>                                     ] 616 / 2315  [==============>                                     ] 617 / 2315  [==============>                                     ] 618 / 2315  [==============>                                     ] 619 / 2315  [==============>                                     ] 620 / 2315  [==============>                                     ] 621 / 2315  [==============>                                     ] 622 / 2315  [==============>                                     ] 623 / 2315  [==============>                                     ] 624 / 2315  [==============>                                     ] 625 / 2315  [==============>                                     ] 626 / 2315  [==============>                                     ] 627 / 2315  [==============>                                     ] 628 / 2315  [==============>                                     ] 629 / 2315  [==============>                                     ] 630 / 2315  [==============>                                     ] 631 / 2315  [==============>                                     ] 632 / 2315  [==============>                                     ] 633 / 2315  [==============>                                     ] 634 / 2315  [==============>                                     ] 635 / 2315  [==============>                                     ] 636 / 2315  [==============>                                     ] 637 / 2315  [==============>                                     ] 638 / 2315  [==============>                                     ] 639 / 2315  [==============>                                     ] 640 / 2315  [==============>                                     ] 641 / 2315  [==============>                                     ] 642 / 2315  [==============>                                     ] 643 / 2315  [==============>                                     ] 644 / 2315  [==============>                                     ] 645 / 2315  [==============>                                     ] 646 / 2315  [==============>                                     ] 647 / 2315  [==============>                                     ] 648 / 2315  [===============>                                    ] 649 / 2315  [===============>                                    ] 650 / 2315  [===============>                                    ] 651 / 2315  [===============>                                    ] 652 / 2315  [===============>                                    ] 653 / 2315  [===============>                                    ] 654 / 2315  [===============>                                    ] 655 / 2315  [===============>                                    ] 656 / 2315  [===============>                                    ] 657 / 2315  [===============>                                    ] 658 / 2315  [===============>                                    ] 659 / 2315  [===============>                                    ] 660 / 2315  [===============>                                    ] 661 / 2315  [===============>                                    ] 662 / 2315  [===============>                                    ] 663 / 2315  [===============>                                    ] 664 / 2315  [===============>                                    ] 665 / 2315  [===============>                                    ] 666 / 2315  [===============>                                    ] 667 / 2315  [===============>                                    ] 668 / 2315  [===============>                                    ] 669 / 2315  [===============>                                    ] 670 / 2315  [===============>                                    ] 671 / 2315  [===============>                                    ] 672 / 2315  [===============>                                    ] 673 / 2315  [===============>                                    ] 674 / 2315  [===============>                                    ] 675 / 2315  [===============>                                    ] 676 / 2315  [===============>                                    ] 677 / 2315  [===============>                                    ] 678 / 2315  [===============>                                    ] 679 / 2315  [===============>                                    ] 680 / 2315  [===============>                                    ] 681 / 2315  [===============>                                    ] 682 / 2315  [===============>                                    ] 683 / 2315  [===============>                                    ] 684 / 2315  [===============>                                    ] 685 / 2315  [===============>                                    ] 686 / 2315  [===============>                                    ] 687 / 2315  [===============>                                    ] 688 / 2315  [===============>                                    ] 689 / 2315  [===============>                                    ] 690 / 2315  [===============>                                    ] 691 / 2315  [===============>                                    ] 692 / 2315  [===============>                                    ] 693 / 2315  [===============>                                    ] 694 / 2315  [===============>                                    ] 695 / 2315  [================>                                   ] 696 / 2315  [================>                                   ] 697 / 2315  [================>                                   ] 698 / 2315  [================>                                   ] 699 / 2315  [================>                                   ] 700 / 2315  [================>                                   ] 701 / 2315  [================>                                   ] 702 / 2315  [================>                                   ] 703 / 2315  [================>                                   ] 704 / 2315  [================>                                   ] 705 / 2315  [================>                                   ] 706 / 2315  [================>                                   ] 707 / 2315  [================>                                   ] 708 / 2315  [================>                                   ] 709 / 2315  [================>                                   ] 710 / 2315  [================>                                   ] 711 / 2315  [================>                                   ] 712 / 2315  [================>                                   ] 713 / 2315  [================>                                   ] 714 / 2315  [================>                                   ] 715 / 2315  [================>                                   ] 716 / 2315  [================>                                   ] 717 / 2315  [================>                                   ] 718 / 2315  [================>                                   ] 719 / 2315  [================>                                   ] 720 / 2315  [================>                                   ] 721 / 2315  [================>                                   ] 722 / 2315  [================>                                   ] 723 / 2315  [================>                                   ] 724 / 2315  [================>                                   ] 725 / 2315  [================>                                   ] 726 / 2315  [================>                                   ] 727 / 2315  [================>                                   ] 728 / 2315  [================>                                   ] 729 / 2315  [================>                                   ] 730 / 2315  [================>                                   ] 731 / 2315  [================>                                   ] 732 / 2315  [================>                                   ] 733 / 2315  [================>                                   ] 734 / 2315  [================>                                   ] 735 / 2315  [================>                                   ] 736 / 2315  [================>                                   ] 737 / 2315  [================>                                   ] 738 / 2315  [================>                                   ] 739 / 2315  [================>                                   ] 740 / 2315  [================>                                   ] 741 / 2315  [=================>                                  ] 742 / 2315  [=================>                                  ] 743 / 2315  [=================>                                  ] 744 / 2315  [=================>                                  ] 745 / 2315  [=================>                                  ] 746 / 2315  [=================>                                  ] 747 / 2315  [=================>                                  ] 748 / 2315  [=================>                                  ] 749 / 2315  [=================>                                  ] 750 / 2315  [=================>                                  ] 751 / 2315  [=================>                                  ] 752 / 2315  [=================>                                  ] 753 / 2315  [=================>                                  ] 754 / 2315  [=================>                                  ] 755 / 2315  [=================>                                  ] 756 / 2315  [=================>                                  ] 757 / 2315  [=================>                                  ] 758 / 2315  [=================>                                  ] 759 / 2315  [=================>                                  ] 760 / 2315  [=================>                                  ] 761 / 2315  [=================>                                  ] 762 / 2315  [=================>                                  ] 763 / 2315  [=================>                                  ] 764 / 2315  [=================>                                  ] 765 / 2315  [=================>                                  ] 766 / 2315  [=================>                                  ] 767 / 2315  [=================>                                  ] 768 / 2315  [=================>                                  ] 769 / 2315  [=================>                                  ] 770 / 2315  [=================>                                  ] 771 / 2315  [=================>                                  ] 772 / 2315  [=================>                                  ] 773 / 2315  [=================>                                  ] 774 / 2315  [=================>                                  ] 775 / 2315  [=================>                                  ] 776 / 2315  [=================>                                  ] 777 / 2315  [=================>                                  ] 778 / 2315  [=================>                                  ] 779 / 2315  [=================>                                  ] 780 / 2315  [=================>                                  ] 781 / 2315  [=================>                                  ] 782 / 2315  [=================>                                  ] 783 / 2315  [=================>                                  ] 784 / 2315  [=================>                                  ] 785 / 2315  [=================>                                  ] 786 / 2315  [=================>                                  ] 787 / 2315  [==================>                                 ] 788 / 2315  [==================>                                 ] 789 / 2315  [==================>                                 ] 790 / 2315  [==================>                                 ] 791 / 2315  [==================>                                 ] 792 / 2315  [==================>                                 ] 793 / 2315  [==================>                                 ] 794 / 2315  [==================>                                 ] 795 / 2315  [==================>                                 ] 796 / 2315  [==================>                                 ] 797 / 2315  [==================>                                 ] 798 / 2315  [==================>                                 ] 799 / 2315  [==================>                                 ] 800 / 2315  [==================>                                 ] 801 / 2315  [==================>                                 ] 802 / 2315  [==================>                                 ] 803 / 2315  [==================>                                 ] 804 / 2315  [==================>                                 ] 805 / 2315  [==================>                                 ] 806 / 2315  [==================>                                 ] 807 / 2315  [==================>                                 ] 808 / 2315  [==================>                                 ] 809 / 2315  [==================>                                 ] 810 / 2315  [==================>                                 ] 811 / 2315  [==================>                                 ] 812 / 2315  [==================>                                 ] 813 / 2315  [==================>                                 ] 814 / 2315  [==================>                                 ] 815 / 2315  [==================>                                 ] 816 / 2315  [==================>                                 ] 817 / 2315  [==================>                                 ] 818 / 2315  [==================>                                 ] 819 / 2315  [==================>                                 ] 820 / 2315  [==================>                                 ] 821 / 2315  [==================>                                 ] 822 / 2315  [==================>                                 ] 823 / 2315  [==================>                                 ] 824 / 2315  [==================>                                 ] 825 / 2315  [==================>                                 ] 826 / 2315  [==================>                                 ] 827 / 2315  [==================>                                 ] 828 / 2315  [==================>                                 ] 829 / 2315  [==================>                                 ] 830 / 2315  [==================>                                 ] 831 / 2315  [==================>                                 ] 832 / 2315  [==================>                                 ] 833 / 2315  [==================>                                 ] 834 / 2315  [===================>                                ] 835 / 2315  [===================>                                ] 836 / 2315  [===================>                                ] 837 / 2315  [===================>                                ] 838 / 2315  [===================>                                ] 839 / 2315  [===================>                                ] 840 / 2315  [===================>                                ] 841 / 2315  [===================>                                ] 842 / 2315  [===================>                                ] 843 / 2315  [===================>                                ] 844 / 2315  [===================>                                ] 845 / 2315  [===================>                                ] 846 / 2315  [===================>                                ] 847 / 2315  [===================>                                ] 848 / 2315  [===================>                                ] 849 / 2315  [===================>                                ] 850 / 2315  [===================>                                ] 851 / 2315  [===================>                                ] 852 / 2315  [===================>                                ] 853 / 2315  [===================>                                ] 854 / 2315  [===================>                                ] 855 / 2315  [===================>                                ] 856 / 2315  [===================>                                ] 857 / 2315  [===================>                                ] 858 / 2315  [===================>                                ] 859 / 2315  [===================>                                ] 860 / 2315  [===================>                                ] 861 / 2315  [===================>                                ] 862 / 2315  [===================>                                ] 863 / 2315  [===================>                                ] 864 / 2315  [===================>                                ] 865 / 2315  [===================>                                ] 866 / 2315  [===================>                                ] 867 / 2315  [===================>                                ] 868 / 2315  [===================>                                ] 869 / 2315  [===================>                                ] 870 / 2315  [===================>                                ] 871 / 2315  [===================>                                ] 872 / 2315  [===================>                                ] 873 / 2315  [===================>                                ] 874 / 2315  [===================>                                ] 875 / 2315  [===================>                                ] 876 / 2315  [===================>                                ] 877 / 2315  [===================>                                ] 878 / 2315  [===================>                                ] 879 / 2315  [===================>                                ] 880 / 2315  [====================>                               ] 881 / 2315  [====================>                               ] 882 / 2315  [====================>                               ] 883 / 2315  [====================>                               ] 884 / 2315  [====================>                               ] 885 / 2315  [====================>                               ] 886 / 2315  [====================>                               ] 887 / 2315  [====================>                               ] 888 / 2315  [====================>                               ] 889 / 2315  [====================>                               ] 890 / 2315  [====================>                               ] 891 / 2315  [====================>                               ] 892 / 2315  [====================>                               ] 893 / 2315  [====================>                               ] 894 / 2315  [====================>                               ] 895 / 2315  [====================>                               ] 896 / 2315  [====================>                               ] 897 / 2315  [====================>                               ] 898 / 2315  [====================>                               ] 899 / 2315  [====================>                               ] 900 / 2315  [====================>                               ] 901 / 2315  [====================>                               ] 902 / 2315  [====================>                               ] 903 / 2315  [====================>                               ] 904 / 2315  [====================>                               ] 905 / 2315  [====================>                               ] 906 / 2315  [====================>                               ] 907 / 2315  [====================>                               ] 908 / 2315  [====================>                               ] 909 / 2315  [====================>                               ] 910 / 2315  [====================>                               ] 911 / 2315  [====================>                               ] 912 / 2315  [====================>                               ] 913 / 2315  [====================>                               ] 914 / 2315  [====================>                               ] 915 / 2315  [====================>                               ] 916 / 2315  [====================>                               ] 917 / 2315  [====================>                               ] 918 / 2315  [====================>                               ] 919 / 2315  [====================>                               ] 920 / 2315  [====================>                               ] 921 / 2315  [====================>                               ] 922 / 2315  [====================>                               ] 923 / 2315  [====================>                               ] 924 / 2315  [====================>                               ] 925 / 2315  [====================>                               ] 926 / 2315  [=====================>                              ] 927 / 2315  [=====================>                              ] 928 / 2315  [=====================>                              ] 929 / 2315  [=====================>                              ] 930 / 2315  [=====================>                              ] 931 / 2315  [=====================>                              ] 932 / 2315  [=====================>                              ] 933 / 2315  [=====================>                              ] 934 / 2315  [=====================>                              ] 935 / 2315  [=====================>                              ] 936 / 2315  [=====================>                              ] 937 / 2315  [=====================>                              ] 938 / 2315  [=====================>                              ] 939 / 2315  [=====================>                              ] 940 / 2315  [=====================>                              ] 941 / 2315  [=====================>                              ] 942 / 2315  [=====================>                              ] 943 / 2315  [=====================>                              ] 944 / 2315  [=====================>                              ] 945 / 2315  [=====================>                              ] 946 / 2315  [=====================>                              ] 947 / 2315  [=====================>                              ] 948 / 2315  [=====================>                              ] 949 / 2315  [=====================>                              ] 950 / 2315  [=====================>                              ] 951 / 2315  [=====================>                              ] 952 / 2315  [=====================>                              ] 953 / 2315  [=====================>                              ] 954 / 2315  [=====================>                              ] 955 / 2315  [=====================>                              ] 956 / 2315  [=====================>                              ] 957 / 2315  [=====================>                              ] 958 / 2315  [=====================>                              ] 959 / 2315  [=====================>                              ] 960 / 2315  [=====================>                              ] 961 / 2315  [=====================>                              ] 962 / 2315  [=====================>                              ] 963 / 2315  [=====================>                              ] 964 / 2315  [=====================>                              ] 965 / 2315  [=====================>                              ] 966 / 2315  [=====================>                              ] 967 / 2315  [=====================>                              ] 968 / 2315  [=====================>                              ] 969 / 2315  [=====================>                              ] 970 / 2315  [=====================>                              ] 971 / 2315  [=====================>                              ] 972 / 2315  [======================>                             ] 973 / 2315  [======================>                             ] 974 / 2315  [======================>                             ] 975 / 2315  [======================>                             ] 976 / 2315  [======================>                             ] 977 / 2315  [======================>                             ] 978 / 2315  [======================>                             ] 979 / 2315  [======================>                             ] 980 / 2315  [======================>                             ] 981 / 2315  [======================>                             ] 982 / 2315  [======================>                             ] 983 / 2315  [======================>                             ] 984 / 2315  [======================>                             ] 985 / 2315  [======================>                             ] 986 / 2315  [======================>                             ] 987 / 2315  [======================>                             ] 988 / 2315  [======================>                             ] 989 / 2315  [======================>                             ] 990 / 2315  [======================>                             ] 991 / 2315  [======================>                             ] 992 / 2315  [======================>                             ] 993 / 2315  [======================>                             ] 994 / 2315  [======================>                             ] 995 / 2315  [======================>                             ] 996 / 2315  [======================>                             ] 997 / 2315  [======================>                             ] 998 / 2315  [======================>                             ] 999 / 2315  [======================>                             ] 1000 / 2315  [======================>                             ] 1001 / 2315  [======================>                             ] 1002 / 2315  [======================>                             ] 1003 / 2315  [======================>                             ] 1004 / 2315  [======================>                             ] 1005 / 2315  [======================>                             ] 1006 / 2315  [======================>                             ] 1007 / 2315  [======================>                             ] 1008 / 2315  curl: (22) The requested URL returned error: 404 

https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto
[======================>                             ] 1009 / 2315  curl: (22) The requested URL returned error: 404 

https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/schema.proto
[======================>                             ] 1010 / 2315  [======================>                             ] 1011 / 2315  [======================>                             ] 1012 / 2315  [======================>                             ] 1013 / 2315  [======================>                             ] 1014 / 2315  [======================>                             ] 1015 / 2315  [======================>                             ] 1016 / 2315  [======================>                             ] 1017 / 2315  [======================>                             ] 1018 / 2315  [======================>                             ] 1019 / 2315  [=======================>                            ] 1020 / 2315  [=======================>                            ] 1021 / 2315  [=======================>                            ] 1022 / 2315  [=======================>                            ] 1023 / 2315  [=======================>                            ] 1024 / 2315  [=======================>                            ] 1025 / 2315  [=======================>                            ] 1026 / 2315  [=======================>                            ] 1027 / 2315  [=======================>                            ] 1028 / 2315  [=======================>                            ] 1029 / 2315  [=======================>                            ] 1030 / 2315  [=======================>                            ] 1031 / 2315  [=======================>                            ] 1032 / 2315  [=======================>                            ] 1033 / 2315  [=======================>                            ] 1034 / 2315  [=======================>                            ] 1035 / 2315  [=======================>                            ] 1036 / 2315  [=======================>                            ] 1037 / 2315  [=======================>                            ] 1038 / 2315  [=======================>                            ] 1039 / 2315  [=======================>                            ] 1040 / 2315  [=======================>                            ] 1041 / 2315  [=======================>                            ] 1042 / 2315  [=======================>                            ] 1043 / 2315  [=======================>                            ] 1044 / 2315  [=======================>                            ] 1045 / 2315  [=======================>                            ] 1046 / 2315  [=======================>                            ] 1047 / 2315  [=======================>                            ] 1048 / 2315  [=======================>                            ] 1049 / 2315  [=======================>                            ] 1050 / 2315  [=======================>                            ] 1051 / 2315  [=======================>                            ] 1052 / 2315  [=======================>                            ] 1053 / 2315  [=======================>                            ] 1054 / 2315  [=======================>                            ] 1055 / 2315  [=======================>                            ] 1056 / 2315  [=======================>                            ] 1057 / 2315  [=======================>                            ] 1058 / 2315  [=======================>                            ] 1059 / 2315  [=======================>                            ] 1060 / 2315  [=======================>                            ] 1061 / 2315  [=======================>                            ] 1062 / 2315  [=======================>                            ] 1063 / 2315  [=======================>                            ] 1064 / 2315  [=======================>                            ] 1065 / 2315  [========================>                           ] 1066 / 2315  [========================>                           ] 1067 / 2315  [========================>                           ] 1068 / 2315  [========================>                           ] 1069 / 2315  [========================>                           ] 1070 / 2315  [========================>                           ] 1071 / 2315  [========================>                           ] 1072 / 2315  [========================>                           ] 1073 / 2315  [========================>                           ] 1074 / 2315  [========================>                           ] 1075 / 2315  [========================>                           ] 1076 / 2315  [========================>                           ] 1077 / 2315  [========================>                           ] 1078 / 2315  [========================>                           ] 1079 / 2315  [========================>                           ] 1080 / 2315  [========================>                           ] 1081 / 2315  [========================>                           ] 1082 / 2315  [========================>                           ] 1083 / 2315  [========================>                           ] 1084 / 2315  [========================>                           ] 1085 / 2315  [========================>                           ] 1086 / 2315  [========================>                           ] 1087 / 2315  [========================>                           ] 1088 / 2315  [========================>                           ] 1089 / 2315  [========================>                           ] 1090 / 2315  [========================>                           ] 1091 / 2315  [========================>                           ] 1092 / 2315  [========================>                           ] 1093 / 2315  [========================>                           ] 1094 / 2315  [========================>                           ] 1095 / 2315  [========================>                           ] 1096 / 2315  [========================>                           ] 1097 / 2315  [========================>                           ] 1098 / 2315  [========================>                           ] 1099 / 2315  [========================>                           ] 1100 / 2315  [========================>                           ] 1101 / 2315  [========================>                           ] 1102 / 2315  [========================>                           ] 1103 / 2315  [========================>                           ] 1104 / 2315  [========================>                           ] 1105 / 2315  [========================>                           ] 1106 / 2315  [========================>                           ] 1107 / 2315  [========================>                           ] 1108 / 2315  [========================>                           ] 1109 / 2315  [========================>                           ] 1110 / 2315  [========================>                           ] 1111 / 2315  [=========================>                          ] 1112 / 2315  [=========================>                          ] 1113 / 2315  [=========================>                          ] 1114 / 2315  [=========================>                          ] 1115 / 2315  [=========================>                          ] 1116 / 2315  [=========================>                          ] 1117 / 2315  [=========================>                          ] 1118 / 2315  [=========================>                          ] 1119 / 2315  [=========================>                          ] 1120 / 2315  [=========================>                          ] 1121 / 2315  [=========================>                          ] 1122 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/snowflake.py
[=========================>                          ] 1123 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/source_test_utils.py
[=========================>                          ] 1124 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/textio.py
[=========================>                          ] 1125 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/pipeline.py
[=========================>                          ] 1126 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/testing/test_pipeline.py
[=========================>                          ] 1127 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/core.py
[=========================>                          ] 1128 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/external.py
[=========================>                          ] 1129 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/resources.py#L51
[=========================>                          ] 1130 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/sideinputs.py
[=========================>                          ] 1131 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/sql.py
[=========================>                          ] 1132 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/window.py
[=========================>                          ] 1133 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/apache_beam/utils/windowed_value.py
[=========================>                          ] 1134 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/container/Dockerfile
[=========================>                          ] 1135 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/container/py38/base_image_requirements.txt
[=========================>                          ] 1136 / 2315  curl: (22) The requested URL returned error: 429 

https://github.com/apache/beam/blob/master/sdks/python/setup.py
[=========================>                          ] 1137 / 2315  [=========================>                          ] 1138 / 2315  [=========================>                          ] 1139 / 2315  [=========================>                          ] 1140 / 2315  [=========================>                          ] 1141 / 2315  [=========================>                          ] 1142 / 2315  [=========================>                          ] 1143 / 2315  [=========================>                          ] 1144 / 2315  [=========================>                          ] 1145 / 2315  [=========================>                          ] 1146 / 2315  [=========================>                          ] 1147 / 2315  [=========================>                          ] 1148 / 2315  [=========================>                          ] 1149 / 2315  [=========================>                          ] 1150 / 2315  [=========================>                          ] 1151 / 2315  [=========================>                          ] 1152 / 2315  [=========================>                          ] 1153 / 2315  [=========================>                          ] 1154 / 2315  [=========================>                          ] 1155 / 2315  [=========================>                          ] 1156 / 2315  [=========================>                          ] 1157 / 2315  [==========================>                         ] 1158 / 2315  [==========================>                         ] 1159 / 2315  [==========================>                         ] 1160 / 2315  [==========================>                         ] 1161 / 2315  [==========================>                         ] 1162 / 2315  [==========================>                         ] 1163 / 2315  [==========================>                         ] 1164 / 2315  [==========================>                         ] 1165 / 2315  [==========================>                         ] 1166 / 2315  [==========================>                         ] 1167 / 2315  [==========================>                         ] 1168 / 2315  [==========================>                         ] 1169 / 2315  [==========================>                         ] 1170 / 2315  [==========================>                         ] 1171 / 2315  [==========================>                         ] 1172 / 2315  [==========================>                         ] 1173 / 2315  [==========================>                         ] 1174 / 2315  [==========================>                         ] 1175 / 2315  [==========================>                         ] 1176 / 2315  [==========================>                         ] 1177 / 2315  [==========================>                         ] 1178 / 2315  [==========================>                         ] 1179 / 2315  [==========================>                         ] 1180 / 2315  [==========================>                         ] 1181 / 2315  [==========================>                         ] 1182 / 2315  [==========================>                         ] 1183 / 2315  [==========================>                         ] 1184 / 2315  [==========================>                         ] 1185 / 2315  [==========================>                         ] 1186 / 2315  [==========================>                         ] 1187 / 2315  [==========================>                         ] 1188 / 2315  [==========================>                         ] 1189 / 2315  [==========================>                         ] 1190 / 2315  [==========================>                         ] 1191 / 2315  [==========================>                         ] 1192 / 2315  [==========================>                         ] 1193 / 2315  [==========================>                         ] 1194 / 2315  [==========================>                         ] 1195 / 2315  [==========================>                         ] 1196 / 2315  [==========================>                         ] 1197 / 2315  [==========================>                         ] 1198 / 2315  [==========================>                         ] 1199 / 2315  [==========================>                         ] 1200 / 2315  [==========================>                         ] 1201 / 2315  [==========================>                         ] 1202 / 2315  [==========================>                         ] 1203 / 2315  [==========================>                         ] 1204 / 2315  [===========================>                        ] 1205 / 2315  [===========================>                        ] 1206 / 2315  [===========================>                        ] 1207 / 2315  [===========================>                        ] 1208 / 2315  [===========================>                        ] 1209 / 2315  [===========================>                        ] 1210 / 2315  [===========================>                        ] 1211 / 2315  [===========================>                        ] 1212 / 2315  [===========================>                        ] 1213 / 2315  [===========================>                        ] 1214 / 2315  [===========================>                        ] 1215 / 2315  [===========================>                        ] 1216 / 2315  [===========================>                        ] 1217 / 2315  [===========================>                        ] 1218 / 2315  [===========================>                        ] 1219 / 2315  [===========================>                        ] 1220 / 2315  [===========================>                        ] 1221 / 2315  [===========================>                        ] 1222 / 2315  [===========================>                        ] 1223 / 2315  [===========================>                        ] 1224 / 2315  [===========================>                        ] 1225 / 2315  [===========================>                        ] 1226 / 2315  [===========================>                        ] 1227 / 2315  [===========================>                        ] 1228 / 2315  [===========================>                        ] 1229 / 2315  [===========================>                        ] 1230 / 2315  [===========================>                        ] 1231 / 2315  [===========================>                        ] 1232 / 2315  [===========================>                        ] 1233 / 2315  [===========================>                        ] 1234 / 2315  [===========================>                        ] 1235 / 2315  [===========================>                        ] 1236 / 2315  [===========================>                        ] 1237 / 2315  [===========================>                        ] 1238 / 2315  curl: (22) The requested URL returned error: 404 

https://github.com/apache/tag-beam-it/issues
[===========================>                        ] 1239 / 2315  curl: (22) The requested URL returned error: 404 

https://github.com/apache/tag-beam-it/issues/new/choose
[===========================>                        ] 1240 / 2315  [===========================>                        ] 1241 / 2315  [===========================>                        ] 1242 / 2315  [===========================>                        ] 1243 / 2315  [===========================>                        ] 1244 / 2315  [===========================>                        ] 1245 / 2315  [===========================>                        ] 1246 / 2315  [===========================>                        ] 1247 / 2315  [===========================>                        ] 1248 / 2315  [===========================>                        ] 1249 / 2315  [===========================>                        ] 1250 / 2315  [============================>                       ] 1251 / 2315  [============================>                       ] 1252 / 2315  [============================>                       ] 1253 / 2315  [============================>                       ] 1254 / 2315  [============================>                       ] 1255 / 2315  [============================>                       ] 1256 / 2315  [============================>                       ] 1257 / 2315  [============================>                       ] 1258 / 2315  [============================>                       ] 1259 / 2315  [============================>                       ] 1260 / 2315  [============================>                       ] 1261 / 2315  [============================>                       ] 1262 / 2315  [============================>                       ] 1263 / 2315  [============================>                       ] 1264 / 2315  [============================>                       ] 1265 / 2315  [============================>                       ] 1266 / 2315  [============================>                       ] 1267 / 2315  [============================>                       ] 1268 / 2315  [============================>                       ] 1269 / 2315  [============================>                       ] 1270 / 2315  [============================>                       ] 1271 / 2315  [============================>                       ] 1272 / 2315  [============================>                       ] 1273 / 2315  [============================>                       ] 1274 / 2315  [============================>                       ] 1275 / 2315  [============================>                       ] 1276 / 2315  [============================>                       ] 1277 / 2315  [============================>                       ] 1278 / 2315  [============================>                       ] 1279 / 2315  [============================>                       ] 1280 / 2315  [============================>                       ] 1281 / 2315  [============================>                       ] 1282 / 2315  [============================>                       ] 1283 / 2315  [============================>                       ] 1284 / 2315  [============================>                       ] 1285 / 2315  [============================>                       ] 1286 / 2315  [============================>                       ] 1287 / 2315  [============================>                       ] 1288 / 2315  [============================>                       ] 1289 / 2315  [============================>                       ] 1290 / 2315  [============================>                       ] 1291 / 2315  [============================>                       ] 1292 / 2315  [============================>                       ] 1293 / 2315  [============================>                       ] 1294 / 2315  [============================>                       ] 1295 / 2315  [============================>                       ] 1296 / 2315  [=============================>                      ] 1297 / 2315  [=============================>                      ] 1298 / 2315  [=============================>                      ] 1299 / 2315  [=============================>                      ] 1300 / 2315  [=============================>                      ] 1301 / 2315  [=============================>                      ] 1302 / 2315  [=============================>                      ] 1303 / 2315  [=============================>                      ] 1304 / 2315  [=============================>                      ] 1305 / 2315  curl: (22) The requested URL returned error: 403 

https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
[=============================>                      ] 1306 / 2315  curl: (22) The requested URL returned error: 403 

https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/
[=============================>                      ] 1307 / 2315  curl: (22) The requested URL returned error: 403 

https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line
[=============================>                      ] 1308 / 2315  [=============================>                      ] 1309 / 2315  [=============================>                      ] 1310 / 2315  [=============================>                      ] 1311 / 2315  [=============================>                      ] 1312 / 2315  [=============================>                      ] 1313 / 2315  [=============================>                      ] 1314 / 2315  [=============================>                      ] 1315 / 2315  [=============================>                      ] 1316 / 2315  [=============================>                      ] 1317 / 2315  [=============================>                      ] 1318 / 2315  [=============================>                      ] 1319 / 2315  [=============================>                      ] 1320 / 2315  [=============================>                      ] 1321 / 2315  [=============================>                      ] 1322 / 2315  [=============================>                      ] 1323 / 2315  [=============================>                      ] 1324 / 2315  [=============================>                      ] 1325 / 2315  [=============================>                      ] 1326 / 2315  [=============================>                      ] 1327 / 2315  [=============================>                      ] 1328 / 2315  [=============================>                      ] 1329 / 2315  [=============================>                      ] 1330 / 2315  [=============================>                      ] 1331 / 2315  [=============================>                      ] 1332 / 2315  [=============================>                      ] 1333 / 2315  [=============================>                      ] 1334 / 2315  [=============================>                      ] 1335 / 2315  [=============================>                      ] 1336 / 2315  [=============================>                      ] 1337 / 2315  [=============================>                      ] 1338 / 2315  [=============================>                      ] 1339 / 2315  [=============================>                      ] 1340 / 2315  [=============================>                      ] 1341 / 2315  [=============================>                      ] 1342 / 2315  [=============================>                      ] 1343 / 2315  [==============================>                     ] 1344 / 2315  [==============================>                     ] 1345 / 2315  [==============================>                     ] 1346 / 2315  [==============================>                     ] 1347 / 2315  [==============================>                     ] 1348 / 2315  [==============================>                     ] 1349 / 2315  [==============================>                     ] 1350 / 2315  [==============================>                     ] 1351 / 2315  [==============================>                     ] 1352 / 2315  [==============================>                     ] 1353 / 2315  [==============================>                     ] 1354 / 2315  [==============================>                     ] 1355 / 2315  [==============================>                     ] 1356 / 2315  [==============================>                     ] 1357 / 2315  [==============================>                     ] 1358 / 2315  [==============================>                     ] 1359 / 2315  [==============================>                     ] 1360 / 2315  [==============================>                     ] 1361 / 2315  [==============================>                     ] 1362 / 2315  [==============================>                     ] 1363 / 2315  [==============================>                     ] 1364 / 2315  [==============================>                     ] 1365 / 2315  [==============================>                     ] 1366 / 2315  [==============================>                     ] 1367 / 2315  [==============================>                     ] 1368 / 2315  [==============================>                     ] 1369 / 2315  [==============================>                     ] 1370 / 2315  [==============================>                     ] 1371 / 2315  [==============================>                     ] 1372 / 2315  [==============================>                     ] 1373 / 2315  [==============================>                     ] 1374 / 2315  [==============================>                     ] 1375 / 2315  [==============================>                     ] 1376 / 2315  [==============================>                     ] 1377 / 2315  [==============================>                     ] 1378 / 2315  [==============================>                     ] 1379 / 2315  [==============================>                     ] 1380 / 2315  [==============================>                     ] 1381 / 2315  [==============================>                     ] 1382 / 2315  [==============================>                     ] 1383 / 2315  [==============================>                     ] 1384 / 2315  [==============================>                     ] 1385 / 2315  [==============================>                     ] 1386 / 2315  [==============================>                     ] 1387 / 2315  [==============================>                     ] 1388 / 2315  [==============================>                     ] 1389 / 2315  [===============================>                    ] 1390 / 2315  [===============================>                    ] 1391 / 2315  [===============================>                    ] 1392 / 2315  [===============================>                    ] 1393 / 2315  [===============================>                    ] 1394 / 2315  [===============================>                    ] 1395 / 2315  [===============================>                    ] 1396 / 2315  [===============================>                    ] 1397 / 2315  [===============================>                    ] 1398 / 2315  [===============================>                    ] 1399 / 2315  [===============================>                    ] 1400 / 2315  [===============================>                    ] 1401 / 2315  [===============================>                    ] 1402 / 2315  [===============================>                    ] 1403 / 2315  [===============================>                    ] 1404 / 2315  [===============================>                    ] 1405 / 2315  [===============================>                    ] 1406 / 2315  [===============================>                    ] 1407 / 2315  [===============================>                    ] 1408 / 2315  [===============================>                    ] 1409 / 2315  [===============================>                    ] 1410 / 2315  [===============================>                    ] 1411 / 2315  [===============================>                    ] 1412 / 2315  [===============================>                    ] 1413 / 2315  [===============================>                    ] 1414 / 2315  [===============================>                    ] 1415 / 2315  [===============================>                    ] 1416 / 2315  [===============================>                    ] 1417 / 2315  [===============================>                    ] 1418 / 2315  [===============================>                    ] 1419 / 2315  [===============================>                    ] 1420 / 2315  [===============================>                    ] 1421 / 2315  [===============================>                    ] 1422 / 2315  [===============================>                    ] 1423 / 2315  [===============================>                    ] 1424 / 2315  [===============================>                    ] 1425 / 2315  [===============================>                    ] 1426 / 2315  [===============================>                    ] 1427 / 2315  [===============================>                    ] 1428 / 2315  [===============================>                    ] 1429 / 2315  [===============================>                    ] 1430 / 2315  [===============================>                    ] 1431 / 2315  [===============================>                    ] 1432 / 2315  [===============================>                    ] 1433 / 2315  [===============================>                    ] 1434 / 2315  [===============================>                    ] 1435 / 2315  [================================>                   ] 1436 / 2315  [================================>                   ] 1437 / 2315  [================================>                   ] 1438 / 2315  [================================>                   ] 1439 / 2315  [================================>                   ] 1440 / 2315  [================================>                   ] 1441 / 2315  [================================>                   ] 1442 / 2315  [================================>                   ] 1443 / 2315  [================================>                   ] 1444 / 2315  [================================>                   ] 1445 / 2315  [================================>                   ] 1446 / 2315  [================================>                   ] 1447 / 2315  [================================>                   ] 1448 / 2315  [================================>                   ] 1449 / 2315  [================================>                   ] 1450 / 2315  [================================>                   ] 1451 / 2315  [================================>                   ] 1452 / 2315  [================================>                   ] 1453 / 2315  [================================>                   ] 1454 / 2315  [================================>                   ] 1455 / 2315  [================================>                   ] 1456 / 2315  [================================>                   ] 1457 / 2315  [================================>                   ] 1458 / 2315  [================================>                   ] 1459 / 2315  [================================>                   ] 1460 / 2315  [================================>                   ] 1461 / 2315  [================================>                   ] 1462 / 2315  [================================>                   ] 1463 / 2315  [================================>                   ] 1464 / 2315  [================================>                   ] 1465 / 2315  [================================>                   ] 1466 / 2315  [================================>                   ] 1467 / 2315  [================================>                   ] 1468 / 2315  [================================>                   ] 1469 / 2315  [================================>                   ] 1470 / 2315  [================================>                   ] 1471 / 2315  [================================>                   ] 1472 / 2315  [================================>                   ] 1473 / 2315  [================================>                   ] 1474 / 2315  [================================>                   ] 1475 / 2315  [================================>                   ] 1476 / 2315  [================================>                   ] 1477 / 2315  [================================>                   ] 1478 / 2315  [================================>                   ] 1479 / 2315  [================================>                   ] 1480 / 2315  [================================>                   ] 1481 / 2315  [=================================>                  ] 1482 / 2315  [=================================>                  ] 1483 / 2315  [=================================>                  ] 1484 / 2315  [=================================>                  ] 1485 / 2315  [=================================>                  ] 1486 / 2315  [=================================>                  ] 1487 / 2315  [=================================>                  ] 1488 / 2315  [=================================>                  ] 1489 / 2315  [=================================>                  ] 1490 / 2315  [=================================>                  ] 1491 / 2315  [=================================>                  ] 1492 / 2315  [=================================>                  ] 1493 / 2315  [=================================>                  ] 1494 / 2315  [=================================>                  ] 1495 / 2315  [=================================>                  ] 1496 / 2315  [=================================>                  ] 1497 / 2315  [=================================>                  ] 1498 / 2315  [=================================>                  ] 1499 / 2315  [=================================>                  ] 1500 / 2315  [=================================>                  ] 1501 / 2315  [=================================>                  ] 1502 / 2315  [=================================>                  ] 1503 / 2315  [=================================>                  ] 1504 / 2315  [=================================>                  ] 1505 / 2315  [=================================>                  ] 1506 / 2315  [=================================>                  ] 1507 / 2315  [=================================>                  ] 1508 / 2315  [=================================>                  ] 1509 / 2315  [=================================>                  ] 1510 / 2315  [=================================>                  ] 1511 / 2315  [=================================>                  ] 1512 / 2315  [=================================>                  ] 1513 / 2315  [=================================>                  ] 1514 / 2315  [=================================>                  ] 1515 / 2315  [=================================>                  ] 1516 / 2315  [=================================>                  ] 1517 / 2315  [=================================>                  ] 1518 / 2315  [=================================>                  ] 1519 / 2315  [=================================>                  ] 1520 / 2315  [=================================>                  ] 1521 / 2315  [=================================>                  ] 1522 / 2315  [=================================>                  ] 1523 / 2315  [=================================>                  ] 1524 / 2315  [=================================>                  ] 1525 / 2315  [=================================>                  ] 1526 / 2315  [=================================>                  ] 1527 / 2315  [=================================>                  ] 1528 / 2315  [==================================>                 ] 1529 / 2315  [==================================>                 ] 1530 / 2315  [==================================>                 ] 1531 / 2315  [==================================>                 ] 1532 / 2315  [==================================>                 ] 1533 / 2315  [==================================>                 ] 1534 / 2315  [==================================>                 ] 1535 / 2315  [==================================>                 ] 1536 / 2315  [==================================>                 ] 1537 / 2315  [==================================>                 ] 1538 / 2315  [==================================>                 ] 1539 / 2315  [==================================>                 ] 1540 / 2315  [==================================>                 ] 1541 / 2315  [==================================>                 ] 1542 / 2315  [==================================>                 ] 1543 / 2315  [==================================>                 ] 1544 / 2315  [==================================>                 ] 1545 / 2315  [==================================>                 ] 1546 / 2315  [==================================>                 ] 1547 / 2315  [==================================>                 ] 1548 / 2315  [==================================>                 ] 1549 / 2315  [==================================>                 ] 1550 / 2315  [==================================>                 ] 1551 / 2315  [==================================>                 ] 1552 / 2315  [==================================>                 ] 1553 / 2315  [==================================>                 ] 1554 / 2315  [==================================>                 ] 1555 / 2315  [==================================>                 ] 1556 / 2315  [==================================>                 ] 1557 / 2315  [==================================>                 ] 1558 / 2315  [==================================>                 ] 1559 / 2315  [==================================>                 ] 1560 / 2315  [==================================>                 ] 1561 / 2315  [==================================>                 ] 1562 / 2315  [==================================>                 ] 1563 / 2315  [==================================>                 ] 1564 / 2315  [==================================>                 ] 1565 / 2315  [==================================>                 ] 1566 / 2315  [==================================>                 ] 1567 / 2315  [==================================>                 ] 1568 / 2315  [==================================>                 ] 1569 / 2315  [==================================>                 ] 1570 / 2315  [==================================>                 ] 1571 / 2315  [==================================>                 ] 1572 / 2315  [==================================>                 ] 1573 / 2315  [==================================>                 ] 1574 / 2315  [===================================>                ] 1575 / 2315  [===================================>                ] 1576 / 2315  [===================================>                ] 1577 / 2315  [===================================>                ] 1578 / 2315  [===================================>                ] 1579 / 2315  [===================================>                ] 1580 / 2315  [===================================>                ] 1581 / 2315  [===================================>                ] 1582 / 2315  [===================================>                ] 1583 / 2315  [===================================>                ] 1584 / 2315  [===================================>                ] 1585 / 2315  [===================================>                ] 1586 / 2315  [===================================>                ] 1587 / 2315  [===================================>                ] 1588 / 2315  [===================================>                ] 1589 / 2315  [===================================>                ] 1590 / 2315  [===================================>                ] 1591 / 2315  [===================================>                ] 1592 / 2315  [===================================>                ] 1593 / 2315  [===================================>                ] 1594 / 2315  [===================================>                ] 1595 / 2315  [===================================>                ] 1596 / 2315  [===================================>                ] 1597 / 2315  [===================================>                ] 1598 / 2315  [===================================>                ] 1599 / 2315  [===================================>                ] 1600 / 2315  [===================================>                ] 1601 / 2315  [===================================>                ] 1602 / 2315  [===================================>                ] 1603 / 2315  [===================================>                ] 1604 / 2315  [===================================>                ] 1605 / 2315  [===================================>                ] 1606 / 2315  [===================================>                ] 1607 / 2315  [===================================>                ] 1608 / 2315  [===================================>                ] 1609 / 2315  [===================================>                ] 1610 / 2315  [===================================>                ] 1611 / 2315  [===================================>                ] 1612 / 2315  [===================================>                ] 1613 / 2315  [===================================>                ] 1614 / 2315  [===================================>                ] 1615 / 2315  [===================================>                ] 1616 / 2315  [===================================>                ] 1617 / 2315  [===================================>                ] 1618 / 2315  [===================================>                ] 1619 / 2315  [===================================>                ] 1620 / 2315  [====================================>               ] 1621 / 2315  [====================================>               ] 1622 / 2315  [====================================>               ] 1623 / 2315  [====================================>               ] 1624 / 2315  [====================================>               ] 1625 / 2315  [====================================>               ] 1626 / 2315  [====================================>               ] 1627 / 2315  [====================================>               ] 1628 / 2315  [====================================>               ] 1629 / 2315  [====================================>               ] 1630 / 2315  [====================================>               ] 1631 / 2315  [====================================>               ] 1632 / 2315  [====================================>               ] 1633 / 2315  [====================================>               ] 1634 / 2315  [====================================>               ] 1635 / 2315  [====================================>               ] 1636 / 2315  [====================================>               ] 1637 / 2315  [====================================>               ] 1638 / 2315  [====================================>               ] 1639 / 2315  [====================================>               ] 1640 / 2315  [====================================>               ] 1641 / 2315  [====================================>               ] 1642 / 2315  [====================================>               ] 1643 / 2315  [====================================>               ] 1644 / 2315  [====================================>               ] 1645 / 2315  [====================================>               ] 1646 / 2315  
> Task :website:testWebsite FAILED
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=f42ea87b-ab3d-45b5-b0be-b6b424d7ec55, currentDir=<https://ci-beam.apache.org/job/beam_PreCommit_Website_Cron/ws/src}>
Attempting to read last messages from the daemon log...
Daemon pid: 294514
  log file: /home/jenkins/.gradle/daemon/7.4/daemon-294514.out.log
----- Last  20 lines from daemon log file - daemon-294514.out.log -----
[====================================>               ] 1642 / 2315  
[====================================>               ] 1643 / 2315  
[====================================>               ] 1644 / 2315  
[====================================>               ] 1645 / 2315  
[====================================>               ] 1646 / 2315  Daemon vm is shutting down... The daemon has exited normally or was terminated in response to a user interrupt.
Remove shutdown hook failed
java.lang.IllegalStateException: Shutdown in progress
	at java.lang.ApplicationShutdownHooks.remove(ApplicationShutdownHooks.java:82)
	at java.lang.Runtime.removeShutdownHook(Runtime.java:239)
	at org.gradle.process.internal.shutdown.ShutdownHooks.removeShutdownHook(ShutdownHooks.java:38)
	at org.gradle.process.internal.DefaultExecHandle.setEndStateInfo(DefaultExecHandle.java:208)
	at org.gradle.process.internal.DefaultExecHandle.aborted(DefaultExecHandle.java:365)
	at org.gradle.process.internal.ExecHandleRunner.completed(ExecHandleRunner.java:108)
	at org.gradle.process.internal.ExecHandleRunner.run(ExecHandleRunner.java:84)
	at org.gradle.internal.operations.CurrentBuildOperationPreservingRunnable.run(CurrentBuildOperationPreservingRunnable.java:42)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
----- End of the daemon log -----


FAILURE: Build failed with an exception.

* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org
> Task :website:stopAndRemoveDockerContainer
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PreCommit_Website_Cron #5504

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PreCommit_Website_Cron/5504/display/redirect>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org