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/07 18:01:05 UTC

Build failed in Jenkins: beam_PreCommit_CommunityMetrics_Cron #2811

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

Changes:

[Boyuan Zhang] Update the test invocation cmd for poratble runner.

[tobiasz.kedzierski] [BEAM-11035] Pin versions of untrusted 3rd-party GitHub Actions


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-1 (beam) in workspace <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/>
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 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 e4f41997a321c73cd488addc8c9e963d330e1ad1 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e4f41997a321c73cd488addc8c9e963d330e1ad1 # timeout=10
Commit message: "Merge pull request #13033 from TobKed/BEAM-11035-pin-third-party-github-actions"
 > git rev-list --no-walk 6bf56f92b34f7c15b752c46eca19489a604c4775 # 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, 1 busy Daemon 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: The command '/bin/sh -c gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz' returned a non-zero code: 1

> 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-slim
   ---> 5477dafe4da1
  Step 2/8 : RUN pip install --no-cache-dir gsutil
   ---> Using cache
   ---> 629ade5c46d9
  Step 3/8 : WORKDIR /
   ---> Using cache
   ---> f4f6e1c2a204
  Step 4/8 : RUN gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz
   ---> Running in 71d8234c1858
  Traceback (most recent call last):
    File "/usr/local/bin/gsutil", line 5, in <module>
      from gslib.__main__ import main
    File "/usr/local/lib/python3.9/site-packages/gslib/__main__.py", line 92, in <module>
      from gslib.command_runner import CommandRunner
    File "/usr/local/lib/python3.9/site-packages/gslib/command_runner.py", line 64, in <module>
      from gslib.tests.util import HAS_NON_DEFAULT_GS_HOST
    File "/usr/local/lib/python3.9/site-packages/gslib/tests/util.py", line 126, in <module>
      TEST_ENCRYPTION_KEY1_SHA256_B64 = Base64Sha256FromBase64EncryptionKey(
    File "/usr/local/lib/python3.9/site-packages/gslib/utils/encryption_helper.py", line 152, in Base64Sha256FromBase64EncryptionKey
      decoded_bytes = base64.decodestring(csek_encryption_key)
  AttributeError: module 'base64' has no attribute 'decodestring'
  

* 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 37s
3 actionable tasks: 3 executed

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

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 #2815

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/2815/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_PreCommit_CommunityMetrics_Cron #2814

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-1 (beam) in workspace <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/>
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 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 10f1f58c30f5ca15c652b18dd8e883aa5280c632 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 10f1f58c30f5ca15c652b18dd8e883aa5280c632 # timeout=10
Commit message: "Merge pull request #12855 from Update BigQueryAvroUtils.java to properly support BOOL type of Big Query"
 > git rev-list --no-walk 10f1f58c30f5ca15c652b18dd8e883aa5280c632 # 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, 1 busy Daemon 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: The command '/bin/sh -c gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz' returned a non-zero code: 1

> 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-slim
  3-slim: Pulling from library/python
  Digest: sha256:96b94b62d108b48dc0330085ad873d2ca4e2913d7f7e43866fadd0175ef38e7f
  Status: Downloaded newer image for python:3-slim
   ---> 5477dafe4da1
  Step 2/8 : RUN pip install --no-cache-dir gsutil
   ---> Using cache
   ---> 629ade5c46d9
  Step 3/8 : WORKDIR /
   ---> Using cache
   ---> f4f6e1c2a204
  Step 4/8 : RUN gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz
   ---> Running in 15d46a62a838
  Traceback (most recent call last):
    File "/usr/local/bin/gsutil", line 5, in <module>
      from gslib.__main__ import main
    File "/usr/local/lib/python3.9/site-packages/gslib/__main__.py", line 92, in <module>
      from gslib.command_runner import CommandRunner
    File "/usr/local/lib/python3.9/site-packages/gslib/command_runner.py", line 64, in <module>
      from gslib.tests.util import HAS_NON_DEFAULT_GS_HOST
    File "/usr/local/lib/python3.9/site-packages/gslib/tests/util.py", line 126, in <module>
      TEST_ENCRYPTION_KEY1_SHA256_B64 = Base64Sha256FromBase64EncryptionKey(
    File "/usr/local/lib/python3.9/site-packages/gslib/utils/encryption_helper.py", line 152, in Base64Sha256FromBase64EncryptionKey
      decoded_bytes = base64.decodestring(csek_encryption_key)
  AttributeError: module 'base64' has no attribute 'decodestring'
  

* 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 46s
3 actionable tasks: 3 executed

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

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


Build failed in Jenkins: beam_PreCommit_CommunityMetrics_Cron #2813

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

Changes:

[noreply] Update BigQueryAvroUtils.java

[noreply] allowing BOOL and BOOLEAN

[noreply] [BEAM-11019] Fixing Go SDF progress reporting with multiple windows.


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-7 (beam) in workspace <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/>
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 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 10f1f58c30f5ca15c652b18dd8e883aa5280c632 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 10f1f58c30f5ca15c652b18dd8e883aa5280c632 # timeout=10
Commit message: "Merge pull request #12855 from Update BigQueryAvroUtils.java to properly support BOOL type of Big Query"
 > git rev-list --no-walk f338284a374fa1216af240036aca8deebc526eea # 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, 2 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: The command '/bin/sh -c gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz' returned a non-zero code: 1

> 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-slim
  3-slim: Pulling from library/python
  Digest: sha256:96b94b62d108b48dc0330085ad873d2ca4e2913d7f7e43866fadd0175ef38e7f
  Status: Downloaded newer image for python:3-slim
   ---> 5477dafe4da1
  Step 2/8 : RUN pip install --no-cache-dir gsutil
   ---> Running in 29bbc40f1112
  Collecting gsutil
    Downloading gsutil-4.53.tar.gz (2.5 MB)
  Collecting argcomplete>=1.9.4
    Downloading argcomplete-1.12.1-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.15-py2.py3-none-any.whl (23 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.18.1-py3-none-any.whl (95 kB)
  Collecting google-reauth>=0.1.0
    Downloading google_reauth-0.1.0-py2.py3-none-any.whl (14 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-19.1.0-py2.py3-none-any.whl (53 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 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.4.tar.gz (23 kB)
  Collecting pbr>=0.11
    Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB)
  Collecting cryptography>=2.8
    Downloading cryptography-3.1.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
  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.6-py3-none-any.whl (47 kB)
  Collecting pyasn1-modules>=0.0.5
    Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
  Collecting cffi!=1.11.3,>=1.8
    Downloading cffi-1.14.3-cp39-cp39-manylinux1_x86_64.whl (405 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.53-py3-none-any.whl size=3331410 sha256=bb10e37e1c207dc31f1e814e73bd9e4a8333d960dd294aa581f3914283192ff5
    Stored in directory: /tmp/pip-ephem-wheel-cache-f0a_oqkx/wheels/55/4f/60/661f69443d7968b53b82875071fd3ecfb0794dd008e6d7abb2
    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=18839 sha256=ecce3bc9e1f7287e18bb7e3570f7cb6a56f1413ff3a990887435a285444f8509
    Stored in directory: /tmp/pip-ephem-wheel-cache-f0a_oqkx/wheels/4a/6c/a6/ffdd136310039bf226f2707a9a8e6857be7d70a3fc061f6b36
    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=2f902a6d7255a061181db7d15a3164b05330cdac71776f35f11c4ca93d2206c9
    Stored in directory: /tmp/pip-ephem-wheel-cache-f0a_oqkx/wheels/66/d7/57/8b045fed4a699fc1a240c7bc1a3fb64407aae31b9c0a17d9c3
    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=9342e31d8dfe17638c27368c92457ec795b0b0bfe9adcd2d7e950a0cf332a10d
    Stored in directory: /tmp/pip-ephem-wheel-cache-f0a_oqkx/wheels/6c/f8/60/b9e91899dbaf25b6314047d3daee379bdd8d61b1dc3fd5ec7f
    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=3640 sha256=0443c399ea56bf8d24c3ded06071d5548c146f01684a8eef30f1f0aaabc3482a
    Stored in directory: /tmp/pip-ephem-wheel-cache-f0a_oqkx/wheels/fd/09/f6/38dc5c7945cdae80d1d0e6717f891e95d70d5b1926a92b931f
    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.4-py3-none-any.whl size=35211 sha256=e922a8acb703dc13c17e13639c6cd591be20a8ac5872beaa420f46a5e0bdea55
    Stored in directory: /tmp/pip-ephem-wheel-cache-f0a_oqkx/wheels/64/ee/2b/052b03f9f911449fbdab43937432870421df46f8a576c7c377
  Successfully built gsutil crcmod gcs-oauth2-boto-plugin google-apitools retry-decorator pyu2f
  Installing collected packages: argcomplete, crcmod, six, monotonic, fasteners, boto, pyu2f, google-reauth, httplib2, pyasn1, rsa, pyasn1-modules, oauth2client, pycparser, cffi, cryptography, pyOpenSSL, retry-decorator, gcs-oauth2-boto-plugin, google-apitools, pbr, mock, gsutil
  Successfully installed argcomplete-1.12.1 boto-2.49.0 cffi-1.14.3 crcmod-1.7 cryptography-3.1.1 fasteners-0.15 gcs-oauth2-boto-plugin-2.7 google-apitools-0.5.31 google-reauth-0.1.0 gsutil-4.53 httplib2-0.18.1 mock-2.0.0 monotonic-1.5 oauth2client-4.1.3 pbr-5.5.0 pyOpenSSL-19.1.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyu2f-0.1.4 retry-decorator-1.1.1 rsa-4.6 six-1.15.0
  Removing intermediate container 29bbc40f1112
   ---> b18b433b1f7f
  Step 3/8 : WORKDIR /
   ---> Running in 8b0c5ca5f7af
  Removing intermediate container 8b0c5ca5f7af
   ---> 56065c9bbbe5
  Step 4/8 : RUN gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz
   ---> Running in a4b06bc1d136
  Traceback (most recent call last):
    File "/usr/local/bin/gsutil", line 5, in <module>
      from gslib.__main__ import main
    File "/usr/local/lib/python3.9/site-packages/gslib/__main__.py", line 92, in <module>
      from gslib.command_runner import CommandRunner
    File "/usr/local/lib/python3.9/site-packages/gslib/command_runner.py", line 64, in <module>
      from gslib.tests.util import HAS_NON_DEFAULT_GS_HOST
    File "/usr/local/lib/python3.9/site-packages/gslib/tests/util.py", line 126, in <module>
      TEST_ENCRYPTION_KEY1_SHA256_B64 = Base64Sha256FromBase64EncryptionKey(
    File "/usr/local/lib/python3.9/site-packages/gslib/utils/encryption_helper.py", line 152, in Base64Sha256FromBase64EncryptionKey
      decoded_bytes = base64.decodestring(csek_encryption_key)
  AttributeError: module 'base64' has no attribute 'decodestring'
  

* 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 26s
3 actionable tasks: 3 executed

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

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


Build failed in Jenkins: beam_PreCommit_CommunityMetrics_Cron #2812

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

Changes:

[samuelw] [BEAM-11034] Avoid build-up of stateful garbage collection timers for

[tobiasz.kedzierski] [BEAM-11036] Add explanatory comment to PR if GA workflow gets cancelled

[Luke Cwik] [BEAM-10670, BEAM-11028] Ensure that UnboundedSourceAsSDFWrapperFn

[Luke Cwik] [BEAM-10997] Close currentReader in trySplit

[noreply] Merge pull request #13001 from [BEAM-11041] Matching job creation and

[noreply] Add python schema inference docs (#13005)


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-8 (beam) in workspace <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/>
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 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 f338284a374fa1216af240036aca8deebc526eea (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f338284a374fa1216af240036aca8deebc526eea # timeout=10
Commit message: "Add python schema inference docs (#13005)"
 > git rev-list --no-walk e4f41997a321c73cd488addc8c9e963d330e1ad1 # 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: The command '/bin/sh -c gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz' returned a non-zero code: 1

> 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-slim
  3-slim: Pulling from library/python
  Digest: sha256:96b94b62d108b48dc0330085ad873d2ca4e2913d7f7e43866fadd0175ef38e7f
  Status: Downloaded newer image for python:3-slim
   ---> 5477dafe4da1
  Step 2/8 : RUN pip install --no-cache-dir gsutil
   ---> Running in d621013e253f
  Collecting gsutil
    Downloading gsutil-4.53.tar.gz (2.5 MB)
  Collecting argcomplete>=1.9.4
    Downloading argcomplete-1.12.1-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.15-py2.py3-none-any.whl (23 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.18.1-py3-none-any.whl (95 kB)
  Collecting google-reauth>=0.1.0
    Downloading google_reauth-0.1.0-py2.py3-none-any.whl (14 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-19.1.0-py2.py3-none-any.whl (53 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 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.4.tar.gz (23 kB)
  Collecting pbr>=0.11
    Downloading pbr-5.5.0-py2.py3-none-any.whl (106 kB)
  Collecting cryptography>=2.8
    Downloading cryptography-3.1.1-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
  Collecting rsa>=3.1.4
    Downloading rsa-4.6-py3-none-any.whl (47 kB)
  Collecting pyasn1>=0.1.7
    Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
  Collecting pyasn1-modules>=0.0.5
    Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
  Collecting cffi!=1.11.3,>=1.8
    Downloading cffi-1.14.3-cp39-cp39-manylinux1_x86_64.whl (405 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.53-py3-none-any.whl size=3331410 sha256=3d1774d47e02dff3d22501c339b65b4ff969ceae5cc187d7568d14f24150bc17
    Stored in directory: /tmp/pip-ephem-wheel-cache-039z9irx/wheels/55/4f/60/661f69443d7968b53b82875071fd3ecfb0794dd008e6d7abb2
    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=18839 sha256=e84794aa475767920ad20fbb128ec217a2be615a281cc643efaee00c1f2fc82c
    Stored in directory: /tmp/pip-ephem-wheel-cache-039z9irx/wheels/4a/6c/a6/ffdd136310039bf226f2707a9a8e6857be7d70a3fc061f6b36
    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=c891b30d0098a637627d981e5f9d991d0c362d21500e171a14881e616b854e7d
    Stored in directory: /tmp/pip-ephem-wheel-cache-039z9irx/wheels/66/d7/57/8b045fed4a699fc1a240c7bc1a3fb64407aae31b9c0a17d9c3
    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=5195676dbd96aac28a8aa322ccbae324f8fe1c5396f497f4967d18aac984e076
    Stored in directory: /tmp/pip-ephem-wheel-cache-039z9irx/wheels/6c/f8/60/b9e91899dbaf25b6314047d3daee379bdd8d61b1dc3fd5ec7f
    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=3640 sha256=a5a089c7c18cf4195d497ef636d4fe0e8e2ed04510e1ec7cbbbc83eec507f641
    Stored in directory: /tmp/pip-ephem-wheel-cache-039z9irx/wheels/fd/09/f6/38dc5c7945cdae80d1d0e6717f891e95d70d5b1926a92b931f
    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.4-py3-none-any.whl size=35211 sha256=3fc13e97a77a6e85036a42512108e21070d2d3bafa5783e1d400a9b035776232
    Stored in directory: /tmp/pip-ephem-wheel-cache-039z9irx/wheels/64/ee/2b/052b03f9f911449fbdab43937432870421df46f8a576c7c377
  Successfully built gsutil crcmod gcs-oauth2-boto-plugin google-apitools retry-decorator pyu2f
  Installing collected packages: argcomplete, crcmod, monotonic, six, fasteners, boto, pyu2f, google-reauth, httplib2, pyasn1, rsa, pyasn1-modules, oauth2client, pycparser, cffi, cryptography, pyOpenSSL, retry-decorator, gcs-oauth2-boto-plugin, google-apitools, pbr, mock, gsutil
  Successfully installed argcomplete-1.12.1 boto-2.49.0 cffi-1.14.3 crcmod-1.7 cryptography-3.1.1 fasteners-0.15 gcs-oauth2-boto-plugin-2.7 google-apitools-0.5.31 google-reauth-0.1.0 gsutil-4.53 httplib2-0.18.1 mock-2.0.0 monotonic-1.5 oauth2client-4.1.3 pbr-5.5.0 pyOpenSSL-19.1.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pyu2f-0.1.4 retry-decorator-1.1.1 rsa-4.6 six-1.15.0
  Removing intermediate container d621013e253f
   ---> 4d2e0cba3b1f
  Step 3/8 : WORKDIR /
   ---> Running in 305f0f25b67b
  Removing intermediate container 305f0f25b67b
   ---> e120d179efe6
  Step 4/8 : RUN gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz
   ---> Running in b3791fbbe611
  Traceback (most recent call last):
    File "/usr/local/bin/gsutil", line 5, in <module>
      from gslib.__main__ import main
    File "/usr/local/lib/python3.9/site-packages/gslib/__main__.py", line 92, in <module>
      from gslib.command_runner import CommandRunner
    File "/usr/local/lib/python3.9/site-packages/gslib/command_runner.py", line 64, in <module>
      from gslib.tests.util import HAS_NON_DEFAULT_GS_HOST
    File "/usr/local/lib/python3.9/site-packages/gslib/tests/util.py", line 126, in <module>
      TEST_ENCRYPTION_KEY1_SHA256_B64 = Base64Sha256FromBase64EncryptionKey(
    File "/usr/local/lib/python3.9/site-packages/gslib/utils/encryption_helper.py", line 152, in Base64Sha256FromBase64EncryptionKey
      decoded_bytes = base64.decodestring(csek_encryption_key)
  AttributeError: module 'base64' has no attribute 'decodestring'
  

* 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 54s
3 actionable tasks: 3 executed

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

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