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/12/15 06:08:26 UTC

Build failed in Jenkins: beam_PostCommit_Website_Test #4787

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

Changes:

[noreply] [BEAM-11196] Fix `None` parent when fusing >2 stages (#13549)

[noreply] [BEAM-10641] Add Combiner Packing to Dataflow (#13455)


------------------------------------------
[...truncated 4.43 KB...]
> 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  49.03MB
Step 1/8 : FROM debian:stretch-slim
 ---> b87fae470195
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> af5b9c9c6bd7
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
 ---> 0f1afa9c3546
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
 ---> 86ac3cf47d89
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
 ---> d8863186f9d6
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
 ---> b47c2180cba4
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
 ---> 59bfc48ececb
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> a6752477fdd0
Successfully built a6752477fdd0
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
29989b36b98f64212c9ac475dddb1ba621390d0e15fcff3f6c72655c33a31aea

> 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 3.48s.

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

> Task :website:buildLocalWebsite
yarn run v1.22.5
$ 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
INFO 2020/12/15 06:01:10 Using config file: 
Building sites … INFO 2020/12/15 06:01:10 syncing static files to /opt/build/website/generated-local-content/
INFO 2020/12/15 06:01:13 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

                   | EN   
-------------------+------
  Pages            | 310  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 6362 ms
Done in 6.58s.

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

Found 407 HTML files.
Searching links.
Found 35247 links including 1750 unique external links.
Checking links.
[=>                                                  ] 1 / 1750  
[=>                                                  ] 2 / 1750  
[=>                                                  ] 3 / 1750  
[=>                                                  ] 4 / 1750  
[=>                                                  ] 5 / 1750  
[=>                                                  ] 6 / 1750  curl: (28) Connection timed out after 30001 milliseconds

http://jstorm.io/
[=>                                                  ] 7 / 1750  curl: (28) Connection timed out after 30000 milliseconds

http://jstorm.io/QuickStart/Deploy/index.html
[=>                                                  ] 8 / 1750  
[=>                                                  ] 9 / 1750  
[=>                                                  ] 10 / 1750  
[=>                                                  ] 11 / 1750  
[=>                                                  ] 12 / 1750  
[=>                                                  ] 13 / 1750  
[=>                                                  ] 14 / 1750  
[=>                                                  ] 15 / 1750  
[=>                                                  ] 16 / 1750  
[=>                                                  ] 17 / 1750  
[=>                                                  ] 18 / 1750  
[=>                                                  ] 19 / 1750  
[=>                                                  ] 20 / 1750  
[=>                                                  ] 21 / 1750  
[=>                                                  ] 22 / 1750  
[=>                                                  ] 23 / 1750  
[=>                                                  ] 24 / 1750  
[=>                                                  ] 25 / 1750  
[=>                                                  ] 26 / 1750  
[=>                                                  ] 27 / 1750  
[=>                                                  ] 28 / 1750  
[=>                                                  ] 29 / 1750  
[=>                                                  ] 30 / 1750  
[=>                                                  ] 31 / 1750  
[=>                                                  ] 32 / 1750  
[=>                                                  ] 33 / 1750  
[=>                                                  ] 34 / 1750  
[=>                                                  ] 35 / 1750  
[==>                                                 ] 36 / 1750  curl: (22) The requested URL returned error: 404 Not Found

https://archive.apache.org/dist/2.21.0/apache-beam-2.21.0-source-release.zip.asc
[==>                                                 ] 37 / 1750  curl: (22) The requested URL returned error: 404 Not Found

https://archive.apache.org/dist/beam/.25.0/apache-beam-2.25.0-source-release.zip.asc
[==>                                                 ] 38 / 1750  
[==>                                                 ] 39 / 1750  
[==>                                                 ] 40 / 1750  
[==>                                                 ] 41 / 1750  
[==>                                                 ] 42 / 1750  
[==>                                                 ] 43 / 1750  
[==>                                                 ] 44 / 1750  
[==>                                                 ] 45 / 1750  
[==>                                                 ] 46 / 1750  
[==>                                                 ] 47 / 1750  
[==>                                                 ] 48 / 1750  
[==>                                                 ] 49 / 1750  
[==>                                                 ] 50 / 1750  
[==>                                                 ] 51 / 1750  
[==>                                                 ] 52 / 1750  
[==>                                                 ] 53 / 1750  
[==>                                                 ] 54 / 1750  
[==>                                                 ] 55 / 1750  
[==>                                                 ] 56 / 1750  
[==>                                                 ] 57 / 1750  
[==>                                                 ] 58 / 1750  
[==>                                                 ] 59 / 1750  
[==>                                                 ] 60 / 1750  
[==>                                                 ] 61 / 1750  
[==>                                                 ] 62 / 1750  
[==>                                                 ] 63 / 1750  
[==>                                                 ] 64 / 1750  
[==>                                                 ] 65 / 1750  
[==>                                                 ] 66 / 1750  
[==>                                                 ] 67 / 1750  
[==>                                                 ] 68 / 1750  
[==>                                                 ] 69 / 1750  
[==>                                                 ] 70 / 1750  
[===>                                                ] 71 / 1750  
[===>                                                ] 72 / 1750  
[===>                                                ] 73 / 1750  
[===>                                                ] 74 / 1750  
[===>                                                ] 75 / 1750  
[===>                                                ] 76 / 1750  
[===>                                                ] 77 / 1750  
[===>                                                ] 78 / 1750  
[===>                                                ] 79 / 1750  
[===>                                                ] 80 / 1750  
[===>                                                ] 81 / 1750  
[===>                                                ] 82 / 1750  
[===>                                                ] 83 / 1750  
[===>                                                ] 84 / 1750  
[===>                                                ] 85 / 1750  
[===>                                                ] 86 / 1750  
[===>                                                ] 87 / 1750  
[===>                                                ] 88 / 1750  
> Task :website:testWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
29989b36b98f64212c9ac475dddb1ba621390d0e15fcff3f6c72655c33a31aea

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:testWebsite'.
> Process 'command 'docker'' finished with non-zero exit value 137

* 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.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 7m 53s
10 actionable tasks: 10 executed

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

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_PostCommit_Website_Test #4788

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


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