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 2021/08/11 18:27:37 UTC

Build failed in Jenkins: beam_PreCommit_Website_Cron #4252

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

Changes:


------------------------------------------
[...truncated 2.48 KB...]
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy FROM-CACHE
> Task :buildSrc:spotlessGroovyCheck UP-TO-DATE
> Task :buildSrc:spotlessGroovyGradle FROM-CACHE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck UP-TO-DATE
> Task :buildSrc:pluginUnderTestMetadata
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validatePlugins FROM-CACHE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
Configuration on demand is an incubating feature.

> Task :website:buildDockerImage
Sending build context to Docker daemon  51.03MB
Step 1/8 : FROM debian:stretch-slim
 ---> 0f2a2678c653
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> 69839c4477f5
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
 ---> 31f38b47e49b
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
 ---> 1325e587c43d
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
 ---> 9df758d6022b
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
 ---> 2bac7ffe696b
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
 ---> 868760f37603
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> 8a54efa65cfd
Successfully built 8a54efa65cfd
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
4ac9f9dac14fd7aa29152009e7c0ebc32ea52001e9e183bcb2807a360434d8c6

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
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...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 3.27s.

> 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.5
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.53s.

> Task :website:buildLocalWebsite
yarn run v1.22.5
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 2021/08/11 18:10:16 Using config file: 
Building sites … INFO 2021/08/11 18:10:16 syncing static files to /opt/build/website/generated-local-content/
INFO 2021/08/11 18:10:21 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



                   | EN   
-------------------+------
  Pages            | 366  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 291  
  Processed images |   0  
  Aliases          | 130  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 10613 ms
Done in 10.89s.

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

Found 452 HTML files.
Searching links.
Found 45508 links including 1926 unique external links.
Checking links.
[=>                                                  ] 1 / 1926  
[=>                                                  ] 2 / 1926  
[=>                                                  ] 3 / 1926  
[=>                                                  ] 4 / 1926  
[=>                                                  ] 5 / 1926  
[=>                                                  ] 6 / 1926  
[=>                                                  ] 7 / 1926  
[=>                                                  ] 8 / 1926  
[=>                                                  ] 9 / 1926  
[=>                                                  ] 10 / 1926  
[=>                                                  ] 11 / 1926  
[=>                                                  ] 12 / 1926  
[=>                                                  ] 13 / 1926  
[=>                                                  ] 14 / 1926  
[=>                                                  ] 15 / 1926  
[=>                                                  ] 16 / 1926  
[=>                                                  ] 17 / 1926  
[=>                                                  ] 18 / 1926  
[=>                                                  ] 19 / 1926  
[=>                                                  ] 20 / 1926  
[=>                                                  ] 21 / 1926  
[=>                                                  ] 22 / 1926  
[=>                                                  ] 23 / 1926  
[=>                                                  ] 24 / 1926  
[=>                                                  ] 25 / 1926  
[=>                                                  ] 26 / 1926  
[=>                                                  ] 27 / 1926  
[=>                                                  ] 28 / 1926  
[=>                                                  ] 29 / 1926  
[=>                                                  ] 30 / 1926  
[=>                                                  ] 31 / 1926  
[=>                                                  ] 32 / 1926  
[=>                                                  ] 33 / 1926  
[=>                                                  ] 34 / 1926  
[=>                                                  ] 35 / 1926  
[=>                                                  ] 36 / 1926  
[=>                                                  ] 37 / 1926  
[=>                                                  ] 38 / 1926  
[=>                                                  ] 39 / 1926  
[==>                                                 ] 40 / 1926  
[==>                                                 ] 41 / 1926  
[==>                                                 ] 42 / 1926  
[==>                                                 ] 43 / 1926  
[==>                                                 ] 44 / 1926  
[==>                                                 ] 45 / 1926  
[==>                                                 ] 46 / 1926  curl: (28) Operation timed out after 60000 milliseconds with 8962048 out of 35541591 bytes received

https://archive.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip
[==>                                                 ] 47 / 1926  
[==>                                                 ] 48 / 1926  
[==>                                                 ] 49 / 1926  curl: (28) Operation timed out after 60000 milliseconds with 5292032 out of 35805607 bytes received

https://archive.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip
[==>                                                 ] 50 / 1926  
[==>                                                 ] 51 / 1926  
[==>                                                 ] 52 / 1926  curl: (28) Operation timed out after 60000 milliseconds with 9076736 out of 35991944 bytes received

https://archive.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip
[==>                                                 ] 53 / 1926  
[==>                                                 ] 54 / 1926  
[==>                                                 ] 55 / 1926  
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=0d5e9751-9e18-4869-99dc-2b84888c410f, currentDir=<https://ci-beam.apache.org/job/beam_PreCommit_Website_Cron/ws/src}>
Attempting to read last messages from the daemon log...
Daemon pid: 24795
  log file: /home/jenkins/.gradle/daemon/6.8.3/daemon-24795.out.log
----- Last  20 lines from daemon log file - daemon-24795.out.log -----
[==>                                                 ] 42 / 1926  
[==>                                                 ] 43 / 1926  
[==>                                                 ] 44 / 1926  
[==>                                                 ] 45 / 1926  
[==>                                                 ] 46 / 1926  curl: (28) Operation timed out after 60000 milliseconds with 8962048 out of 35541591 bytes received

https://archive.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip
[==>                                                 ] 47 / 1926  
[==>                                                 ] 48 / 1926  
[==>                                                 ] 49 / 1926  curl: (28) Operation timed out after 60000 milliseconds with 5292032 out of 35805607 bytes received

https://archive.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip
[==>                                                 ] 50 / 1926  
[==>                                                 ] 51 / 1926  
[==>                                                 ] 52 / 1926  curl: (28) Operation timed out after 60000 milliseconds with 9076736 out of 35991944 bytes received

https://archive.apache.org/dist/beam/2.12.0/apache-beam-2.12.0-source-release.zip
[==>                                                 ] 53 / 1926  
[==>                                                 ] 54 / 1926  
[==>                                                 ] 55 / 1926  Daemon vm is shutting down... The daemon has exited normally or was terminated in response to a user interrupt.
----- 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
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 #4253

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


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