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/04/03 12:03:05 UTC

Build failed in Jenkins: beam_PreCommit_CommunityMetrics_Cron #3523

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

Changes:

[daniel.o.programmer] [BEAM-12060] Fix failing Go Postcommits, jenkins support for Gradle


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-5 (beam) in workspace <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
 > 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
Checking out Revision bee495f335fefd6ec2a4d5b0ef355b6011c39bcd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bee495f335fefd6ec2a4d5b0ef355b6011c39bcd # timeout=10
Commit message: "Merge pull request #14407: [BEAM-12060] Fix failing Go Postcommits, jenkins support for Gradle tasks."
 > git rev-list --no-walk 5f13eff4f6cd6c45f40f1de9213a155471ede416 # 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.
[Gradle] - Launching build.
[src] $ <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :communityMetricsPreCommit
Starting a Gradle Daemon, 3 busy Daemons could not be reused, use --status for details
> 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 :beam-test-infra-metrics:createEmptyConfig

> Task :beam-test-infra-metrics:composeUp
postgresql uses an image, skipping
influxdb uses an image, skipping
Building influxdb-restore
Service 'influxdb-restore' failed to build: received unexpected HTTP status: 503 Service Unavailable

> Task :beam-test-infra-metrics:composeUp FAILED

> Task :beam-test-infra-metrics:validateConfiguration
persistentvolumeclaim/beam-grafana-etcdata created (dry run)
persistentvolumeclaim/beam-grafana-libdata created (dry run)
persistentvolumeclaim/beam-grafana-logdata created (dry run)
cronjob.batch/influxdb-autobackup created (dry run)
persistentvolumeclaim/influxdb-storage created (dry run)
configmap/influxdb-init-scripts created (dry run)
deployment.apps/influxdb created (dry run)
service/influxdb created (dry run)
service/influxdb-rpc created (dry run)
persistentvolumeclaim/beam-postgresql-data created (dry run)
deployment.apps/beamgrafana created (dry run)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-test-infra-metrics:composeUp'.
> Exit-code 1 when calling docker-compose, stdout: Step 1/8 : FROM python:3.8-slim
  3.8-slim: Pulling from library/python
  Digest: sha256:441fec60c5841168e86545badab6a3822320976da174005e9e8bffd494d3d916
  Status: Downloaded newer image for python:3.8-slim
   ---> bbec2a56954d
  Step 2/8 : RUN pip install --no-cache-dir gsutil
   ---> Running in 0f60f658dee7
  Collecting gsutil
    Downloading gsutil-4.60.tar.gz (2.9 MB)
  Collecting argcomplete>=1.9.4
    Downloading argcomplete-1.12.2-py2.py3-none-any.whl (38 kB)
  Collecting crcmod>=1.7
    Downloading crcmod-1.7.tar.gz (89 kB)
  Collecting fasteners>=0.14.1
    Downloading fasteners-0.16-py2.py3-none-any.whl (28 kB)
  Collecting gcs-oauth2-boto-plugin>=2.7
    Downloading gcs-oauth2-boto-plugin-2.7.tar.gz (20 kB)
  Collecting google-apitools>=0.5.30
    Downloading google-apitools-0.5.31.tar.gz (173 kB)
  Collecting httplib2>=0.18
    Downloading httplib2-0.19.1-py3-none-any.whl (95 kB)
  Collecting google-reauth>=0.1.0
    Downloading google_reauth-0.1.1-py2.py3-none-any.whl (17 kB)
  Collecting mock==2.0.0
    Downloading mock-2.0.0-py2.py3-none-any.whl (56 kB)
  Collecting monotonic>=1.4
    Downloading monotonic-1.5-py2.py3-none-any.whl (5.3 kB)
  Collecting pyOpenSSL>=0.13
    Downloading pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB)
  Collecting retry_decorator>=1.0.0
    Downloading retry_decorator-1.1.1.tar.gz (3.9 kB)
  Collecting six>=1.12.0
    Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
  Collecting pbr>=0.11
    Downloading pbr-5.5.1-py2.py3-none-any.whl (106 kB)
  Collecting boto>=2.29.1
    Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
  Collecting oauth2client>=2.2.0
    Downloading oauth2client-4.1.3-py2.py3-none-any.whl (98 kB)
  Collecting pyu2f
    Downloading pyu2f-0.1.5.tar.gz (27 kB)
  Collecting pyparsing<3,>=2.4.2
    Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
  Collecting pyasn1>=0.1.7
    Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
  Collecting rsa>=3.1.4
    Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
  Collecting pyasn1-modules>=0.0.5
    Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
  Collecting cryptography>=3.2
    Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
  Collecting cffi>=1.12
    Downloading cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl (411 kB)
  Collecting pycparser
    Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
  Building wheels for collected packages: gsutil, crcmod, gcs-oauth2-boto-plugin, google-apitools, retry-decorator, pyu2f
    Building wheel for gsutil (setup.py): started
    Building wheel for gsutil (setup.py): finished with status 'done'
    Created wheel for gsutil: filename=gsutil-4.60-py3-none-any.whl size=3711517 sha256=a53abb4ec9f02ca1fe628fed6712f00f590b3b3e1cb1a9a280b0ff8aefedbcb4
    Stored in directory: /tmp/pip-ephem-wheel-cache-1lxdmfjv/wheels/9a/69/d8/dc03e67451d090b67e6720356b389c40545d0864901162509c
    Building wheel for crcmod (setup.py): started
    Building wheel for crcmod (setup.py): finished with status 'done'
    Created wheel for crcmod: filename=crcmod-1.7-py3-none-any.whl size=18838 sha256=d6e7a699cd7f6836c677e8ee1e9e3593e6e64e3041f8689b40665da8d8566618
    Stored in directory: /tmp/pip-ephem-wheel-cache-1lxdmfjv/wheels/ca/5a/02/f3acf982a026f3319fb3e798a8dca2d48fafee7761788562e9
    Building wheel for gcs-oauth2-boto-plugin (setup.py): started
    Building wheel for gcs-oauth2-boto-plugin (setup.py): finished with status 'done'
    Created wheel for gcs-oauth2-boto-plugin: filename=gcs_oauth2_boto_plugin-2.7-py3-none-any.whl size=23202 sha256=378a60f5fcd89eeb6a4c8155ddb68b216ffe3eb4a432d633e626ae118578cb39
    Stored in directory: /tmp/pip-ephem-wheel-cache-1lxdmfjv/wheels/da/9a/7a/6d71b0db801fc601f42c3c70d009aa2f441089d2f690cf1123
    Building wheel for google-apitools (setup.py): started
    Building wheel for google-apitools (setup.py): finished with status 'done'
    Created wheel for google-apitools: filename=google_apitools-0.5.31-py3-none-any.whl size=131041 sha256=2e177e1c9875d035a3039748c2afcc6445343c45fe58cd58d9a9284cab6f93cd
    Stored in directory: /tmp/pip-ephem-wheel-cache-1lxdmfjv/wheels/d7/54/79/85de1824f2f4175fb4960c72afb10045d86700c3941dc73685
    Building wheel for retry-decorator (setup.py): started
    Building wheel for retry-decorator (setup.py): finished with status 'done'
    Created wheel for retry-decorator: filename=retry_decorator-1.1.1-py2.py3-none-any.whl size=3642 sha256=da8043bc1a27493cc4baaf5271747bc3801f0024d4d063e5db9be90ab6f971c4
    Stored in directory: /tmp/pip-ephem-wheel-cache-1lxdmfjv/wheels/1e/bb/cb/5d7a05561d7ec60b8c0dc65f156a33909a3eb5c56340959fa9
    Building wheel for pyu2f (setup.py): started
    Building wheel for pyu2f (setup.py): finished with status 'done'
    Created wheel for pyu2f: filename=pyu2f-0.1.5-py3-none-any.whl size=39387 sha256=0ce1c7aae8ec3ad6c3c8413ad5e450aa0c69547a5865ab5ca13de4e19a217336
    Stored in directory: /tmp/pip-ephem-wheel-cache-1lxdmfjv/wheels/8d/38/8f/378b4491d760a176f261d56310fcb051e53090a894534acbf0
  Successfully built gsutil crcmod gcs-oauth2-boto-plugin google-apitools retry-decorator pyu2f
  Installing collected packages: pycparser, six, pyparsing, pyasn1, cffi, rsa, pyu2f, pyasn1-modules, httplib2, cryptography, retry-decorator, pyOpenSSL, pbr, oauth2client, google-reauth, fasteners, boto, monotonic, mock, google-apitools, gcs-oauth2-boto-plugin, crcmod, argcomplete, gsutil
  Successfully installed argcomplete-1.12.2 boto-2.49.0 cffi-1.14.5 crcmod-1.7 cryptography-3.4.7 fasteners-0.16 gcs-oauth2-boto-plugin-2.7 google-apitools-0.5.31 google-reauth-0.1.1 gsutil-4.60 httplib2-0.19.1 mock-2.0.0 monotonic-1.5 oauth2client-4.1.3 pbr-5.5.1 pyOpenSSL-20.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyparsing-2.4.7 pyu2f-0.1.5 retry-decorator-1.1.1 rsa-4.7.2 six-1.15.0
  Removing intermediate container 0f60f658dee7
   ---> 219b590ce185
  Step 3/8 : WORKDIR /
   ---> Running in 1da8b87a5993
  Removing intermediate container 1da8b87a5993
   ---> 284802784bf2
  Step 4/8 : RUN gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz
   ---> Running in fb2814c8f6a1
  Copying gs://apache-beam-testing-metrics/influxdb-backup.tar.gz...
  / [0 files][    0.0 B/ 15.3 MiB]                                                / [1 files][ 15.3 MiB/ 15.3 MiB]                                                
  Operation completed over 1 objects/15.3 MiB.                                     
  Removing intermediate container fb2814c8f6a1
   ---> f7ff414512d4
  Step 5/8 : FROM influxdb:1.8.0
  1.8.0: Pulling from library/influxdb

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

BUILD FAILED in 1m 59s
3 actionable tasks: 3 executed

Publishing build scan...
https://gradle.com/s/4cmfi36ujnhjy

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_CommunityMetrics_Cron #3524

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


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