See <https://ci-beam.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/2809/display/redirect?page=changes>
Changes: [Luke Cwik] [BEAM-10670] Improve messaging in CHANGES.md giving clearer instructions [Luke Cwik] fixup! Address PR comments [ningk] [BEAM-11025] Make PCollection Visualization tests robust [Ismaël Mejía] [BEAM-10670] Support impulse within non-portable Spark implementations. [noreply] [BEAM-10937] Add first introductory notebook (#12892) [Ismaël Mejía] [BEAM-11027] Avoid excessive logging of ZetaSQL on Nexmark run ------------------------------------------ Started by timer Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on apache-beam-jenkins-15 (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 6bf56f92b34f7c15b752c46eca19489a604c4775 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6bf56f92b34f7c15b752c46eca19489a604c4775 # timeout=10 Commit message: "Merge pull request #13023 from iemejia/BEAM-11027-nexmark-zetasql" > git rev-list --no-walk a27facab68cd9cb18a9bc4cac829e8055ce6c7b2 # 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 (subsequent builds will be faster) > 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 4c43f631307d 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=a89172364d53167722e8b385e4088e73dceafe40aa71d7ce159a5f879c30b173 Stored in directory: /tmp/pip-ephem-wheel-cache-238qobq8/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=d3fc323a8bc0f7989ac26ef1e1044f4ac6b1b1580aba15482abcbd0005458bfb Stored in directory: /tmp/pip-ephem-wheel-cache-238qobq8/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=8fee5690c1379e9cbe1d3b2d3fbe7cffb5346ecfa835bc85ff674c5d25bd58d4 Stored in directory: /tmp/pip-ephem-wheel-cache-238qobq8/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=99fd97a1487d9283ec63e2d771b7ea0b5e02fd7f45a25f5ec8a6dceb1fe18825 Stored in directory: /tmp/pip-ephem-wheel-cache-238qobq8/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=8de1453cc4eb6a33ea294be58182567e60bb5724278012e41acd1001fc1c84db Stored in directory: /tmp/pip-ephem-wheel-cache-238qobq8/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=52be68b29f62e861c0c8855fa6f38d6dd05da99d4d431399fcf625e024b3478a Stored in directory: /tmp/pip-ephem-wheel-cache-238qobq8/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 4c43f631307d ---> d60f27ce215a Step 3/8 : WORKDIR / ---> Running in c38b18ec2dca Removing intermediate container c38b18ec2dca ---> d6fdee538a65 Step 4/8 : RUN gsutil cp gs://apache-beam-testing-metrics/influxdb-backup.tar.gz . && tar xzf influxdb-backup.tar.gz ---> Running in 2de4d6d423cf [91mTraceback (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> [0m[91m from gslib.command_runner import CommandRunner File "/usr/local/lib/python3.9/site-packages/gslib/command_runner.py", line 64, in <module> [0m[91m 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> [0m[91m TEST_ENCRYPTION_KEY1_SHA256_B64 = Base64Sha256FromBase64EncryptionKey( File "/usr/local/lib/python3.9/site-packages/gslib/utils/encryption_helper.py", line 152, in Base64Sha256FromBase64EncryptionKey [0m[91m decoded_bytes = base64.decodestring(csek_encryption_key) AttributeError: module 'base64' has no attribute 'decodestring' [0m * 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 10s 3 actionable tasks: 3 executed Publishing build scan... https://gradle.com/s/ln52sval2chpw Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
