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 2020/10/23 18:03:52 UTC

Build failed in Jenkins: beam_PostCommit_Website_Publish #6901

See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/6901/display/redirect?page=changes>

Changes:

[noreply] [BEAM-9547] More complete indexing capabilities. (#13122)


------------------------------------------
Started by timer
Running as SYSTEM
No JDK named ‘JDK 1.8 (latest)’ found
[EnvInject] - Loading node environment variables.
No JDK named ‘JDK 1.8 (latest)’ found
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
No JDK named ‘JDK 1.8 (latest)’ found
No credentials specified
Wiping out workspace first.
No JDK named ‘JDK 1.8 (latest)’ found
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
No JDK named ‘JDK 1.8 (latest)’ found
Checking out Revision 05e3dd027e8a1bdb6aa2b65800162cdeb3e724c5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 05e3dd027e8a1bdb6aa2b65800162cdeb3e724c5 # timeout=10
Commit message: "[BEAM-9547] More complete indexing capabilities. (#13122)"
 > git rev-list --no-walk c0a7e668e5d669a923a9443dd4dae1ae1ed908f2 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1
SETUPTOOLS_USE_DISTUTILS=stdlib

[EnvInject] - Variables injected successfully.
No JDK named ‘JDK 1.8 (latest)’ found
No JDK named ‘JDK 1.8 (latest)’ found
[Gradle] - Launching build.
No JDK named ‘JDK 1.8 (latest)’ found
[src] $ <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> 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:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  48.56MB
Step 1/8 : FROM debian:stretch-slim
 ---> fd6779905c35
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> a6162fd03c1f
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
 ---> 453de4c7bb7a
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
 ---> 8e1388d8f222
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
 ---> 05ddf3e9e625
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
 ---> 9fd92b9f0fb2
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
 ---> db840d4021a5
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> 739aaa4b56b0
Successfully built 739aaa4b56b0
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
e2c1c46d50d1d470234906c8fb25170ed8de700f1c2ec6cfe06e58773b8f48e0

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.58s.

> Task :website:initGitSubmodules
Submodule 'website/www/site/themes/docsy' (https://github.com/google/docsy.git) registered for path 'website/www/site/themes/docsy'
Cloning into '/opt/website/www/site/themes/docsy'...
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
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.60s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2020/10/23 18:03:10 Using config file: 
Building sites … INFO 2020/10/23 18:03:10 syncing static files to /opt/build/website/generated-apache-content/
INFO 2020/10/23 18:03:17 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            | 307  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 244  
  Processed images |   0  
  Aliases          | 122  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 15093 ms
Done in 15.31s.

> Task :website:stopAndRemoveDockerContainer
e2c1c46d50d1d470234906c8fb25170ed8de700f1c2ec6cfe06e58773b8f48e0

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 270

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> No .git directory found!

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 23s
12 actionable tasks: 10 executed, 2 up-to-date

Publishing build scan...
https://gradle.com/s/dykfozo2bjpyk

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
No JDK named ‘JDK 1.8 (latest)’ found

---------------------------------------------------------------------
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_PostCommit_Website_Publish #6905

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


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


Build failed in Jenkins: beam_PostCommit_Website_Publish #6904

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

Changes:


------------------------------------------
Started by user Luke Cwik
Running as SYSTEM
No JDK named ‘JDK 1.8 (latest)’ found
[EnvInject] - Loading node environment variables.
No JDK named ‘JDK 1.8 (latest)’ found
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
No JDK named ‘JDK 1.8 (latest)’ found
No credentials specified
Wiping out workspace first.
No JDK named ‘JDK 1.8 (latest)’ found
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
 > git rev-parse refs/remotes/origin/pr/13179/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/13179/merge^{commit} # timeout=10
 > git rev-parse origin/pr/13179/merge^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
No JDK named ‘JDK 1.8 (latest)’ found

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


Build failed in Jenkins: beam_PostCommit_Website_Publish #6903

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

Changes:


------------------------------------------
Started by user Luke Cwik
Running as SYSTEM
No JDK named ‘JDK 1.8 (latest)’ found
[EnvInject] - Loading node environment variables.
No JDK named ‘JDK 1.8 (latest)’ found
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
No JDK named ‘JDK 1.8 (latest)’ found
No credentials specified
Wiping out workspace first.
No JDK named ‘JDK 1.8 (latest)’ found
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
 > git rev-parse refs/remotes/origin/pr/13179/head^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/13179/head^{commit} # timeout=10
 > git rev-parse origin/pr/13179/head^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
No JDK named ‘JDK 1.8 (latest)’ found

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


Build failed in Jenkins: beam_PostCommit_Website_Publish #6902

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

Changes:


------------------------------------------
Started by user Luke Cwik
Running as SYSTEM
No JDK named ‘JDK 1.8 (latest)’ found
[EnvInject] - Loading node environment variables.
No JDK named ‘JDK 1.8 (latest)’ found
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
No JDK named ‘JDK 1.8 (latest)’ found
No credentials specified
Wiping out workspace first.
No JDK named ‘JDK 1.8 (latest)’ found
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress -- https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # timeout=10
 > git rev-parse 037b2ca09942e0ea860fafe8a6cbd7d061af3278^{commit} # timeout=10
 > git rev-parse origin/037b2ca09942e0ea860fafe8a6cbd7d061af3278^{commit} # timeout=10
 > git rev-parse 037b2ca09942e0ea860fafe8a6cbd7d061af3278^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
No JDK named ‘JDK 1.8 (latest)’ found

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