See <https://builds.apache.org/job/beam_PerformanceTests_Analysis/587/display/redirect?page=changes>
Changes: [suztomo] [BEAM-8911] New Guava version: 25.1-jre [zyichi] [BEAM-8886] Add a mongodb io dataflow integration test [suztomo] BEAM-8693 com.google.cloud.datastore:datastore-v1-proto-client 1.6.3 [suztomo] google_cloud_bigquery is not declaring google_http_client_jackson [chadrik] Pass artifact and provision endpoints to external workers from python [heejong] [BEAM-8905] matching Java PCollectionTuple translation naming convention [echauchot] [BEAM-8894] exclude FlattenWithHeterogeneousCoders category because [echauchot] [BEAM-8025] Under load we get a NoHostAvailable exception at cluster [ehudm] [BEAM-3713] pytest migration: py27-cython-pytest [heejong] [BEAM-8943] SDK harness servers don't shut down properly when SDK [github] [BEAM-8955] Exclude AvroSchemaTest for Spark Runner (#10358) [relax] attach values so we don't iterate over everything to verify types [github] [BEAM-8786] Fixes a link in readme [echauchot] [BEAM-8025] Remove temporary folder rule because it suppresses files on [echauchot] [BEAM-8025] Disable auto compaction on Cassandra node to avoid race [chamikara] Merge pull request #10347: [BEAM-8885] PubsubGrpcClient doesn't respect [kenn] [BEAM-8917] jsr305 dependency declaration for Nullable class (#10324) [xinyuliu.us] [BEAM-8342]: upgrade to samza 1.3.0 (#10357) [aaltay] Make model_pcollection snippet self-contained (#10343) [pabloem] Merge pull request #10050 from [BEAM-8575] Add streaming test case for [github] Run beam_CancelStaleDataflowJobs every 4 hours. [tvalentyn] [BEAM-8575] Added a unit test to test Combine works with sessions. [github] [GoSDK] Improve StateChannel resilience. (#10363) ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on apache-beam-jenkins-7 (beam) in workspace <https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/> No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/apache/beam.git > git init > <https://builds.apache.org/job/beam_PerformanceTests_Analysis/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/* > 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}/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision c7f7da602adc146806f04eb9f6b2070bab745d3d (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c7f7da602adc146806f04eb9f6b2070bab745d3d Commit message: "[GoSDK] Improve StateChannel resilience. (#10363)" > git rev-list --no-walk 8cf22ec642f2f59384b52251238775752ce8ae59 # 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 [EnvInject] - Variables injected successfully. [beam_PerformanceTests_Analysis] $ /bin/bash -xe /tmp/jenkins3144875300012420866.sh + rm -rf PerfKitBenchmarker [beam_PerformanceTests_Analysis] $ /bin/bash -xe /tmp/jenkins8622121438229472512.sh + rm -rf .env [beam_PerformanceTests_Analysis] $ /bin/bash -xe /tmp/jenkins4392015827429856379.sh + virtualenv .env --python=python2.7 --system-site-packages New python executable in <https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/.env/bin/python2.7> Also creating executable in <https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/.env/bin/python> Installing setuptools, pip, wheel... done. Running virtualenv with interpreter /usr/bin/python2.7 [beam_PerformanceTests_Analysis] $ /bin/bash -xe /tmp/jenkins3639320824404724931.sh + .env/bin/pip install --upgrade setuptools pip DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Requirement already up-to-date: setuptools in ./.env/lib/python2.7/site-packages (42.0.2) Requirement already up-to-date: pip in ./.env/lib/python2.7/site-packages (19.3.1) [beam_PerformanceTests_Analysis] $ /bin/bash -xe /tmp/jenkins4412027777424541239.sh + .env/bin/pip install requests google.cloud.bigquery mock google.cloud.bigtable google.cloud DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Requirement already satisfied: requests in /usr/lib/python2.7/dist-packages (2.9.1) Collecting google.cloud.bigquery Downloading https://files.pythonhosted.org/packages/66/5c/f97a1102ee37bebde5a38a4f05187c5e486ffd69047edd24691b077f65cc/google_cloud_bigquery-1.23.0-py2.py3-none-any.whl (162kB) Collecting mock Using cached https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl Collecting google.cloud.bigtable Downloading https://files.pythonhosted.org/packages/35/23/88d98cef6845422ecbe3d16491acc9341cd3bd503fa6938376c5ad7f0c2b/google_cloud_bigtable-1.2.0-py2.py3-none-any.whl (234kB) Collecting google.cloud Using cached https://files.pythonhosted.org/packages/ba/b1/7c54d1950e7808df06642274e677dbcedba57f75307adf2e5ad8d39e5e0e/google_cloud-0.34.0-py2.py3-none-any.whl Collecting google-resumable-media!=0.4.0,<0.6.0dev,>=0.3.1 Downloading https://files.pythonhosted.org/packages/35/9e/f73325d0466ce5bdc36333f1aeb2892ead7b76e79bdb5c8b0493961fa098/google_resumable_media-0.5.0-py2.py3-none-any.whl Collecting enum34; python_version < "3.4" Using cached https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl Collecting google-cloud-core<2.0dev,>=1.0.3 Using cached https://files.pythonhosted.org/packages/93/54/8c5542c0df4c8a92c0b8736ee67abc4daa9ff3734a0119310c125673ac79/google_cloud_core-1.1.0-py2.py3-none-any.whl Collecting protobuf>=3.6.0 Using cached https://files.pythonhosted.org/packages/a3/27/9a375cc85b90c93ab847370c31fe1302a763b6cd57d54daee20171d720ff/protobuf-3.11.1-cp27-cp27mu-manylinux1_x86_64.whl Collecting funcsigs>=1; python_version < "3.3" Using cached https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Requirement already satisfied: six in /usr/lib/python2.7/dist-packages (from mock) (1.10.0) Collecting google-api-core[grpc]<2.0.0dev,>=1.14.0 Using cached https://files.pythonhosted.org/packages/29/3a/c528ef37f48d6ffba16f0f3c0426456ba21e0dd32be9c61a2ade93e07faa/google_api_core-1.14.3-py2.py3-none-any.whl Processing /home/jenkins/.cache/pip/wheels/de/3a/83/77a1e18e1a8757186df834b86ce6800120ac9c79cd8ca4091b/grpc_google_iam_v1-0.12.3-cp27-none-any.whl Requirement already satisfied: setuptools in ./.env/lib/python2.7/site-packages (from protobuf>=3.6.0->google.cloud.bigquery) (42.0.2) Processing /home/jenkins/.cache/pip/wheels/9e/3d/a2/1bec8bb7db80ab3216dbc33092bb7ccd0debfb8ba42b5668d5/googleapis_common_protos-1.6.0-cp27-none-any.whl Collecting google-auth<2.0dev,>=0.4.0 Using cached https://files.pythonhosted.org/packages/54/31/f944cbd5bdbcc90d5b36f0615036308c8ec1e41b4788da5b55d4900f6803/google_auth-1.8.2-py2.py3-none-any.whl Collecting pytz Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl Collecting futures>=3.2.0; python_version < "3.2" Using cached https://files.pythonhosted.org/packages/d8/a6/f46ae3f1da0cd4361c344888f59ec2f5785e69c872e175a748ef6071cdb5/futures-3.3.0-py2-none-any.whl Collecting grpcio<2.0dev,>=1.8.2; extra == "grpc" Using cached https://files.pythonhosted.org/packages/0c/47/35cc9f6fd43f8e5ed74fcc6dd8a0cb2e89c118dd3ef7a8ff25e65bf0909f/grpcio-1.25.0-cp27-cp27mu-manylinux2010_x86_64.whl Collecting rsa<4.1,>=3.1.4 Using cached https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl Collecting cachetools<3.2,>=2.0.0 Using cached https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl Collecting pyasn1-modules>=0.2.1 Using cached https://files.pythonhosted.org/packages/52/50/bb4cefca37da63a0c52218ba2cb1b1c36110d84dcbae8aa48cd67c5e95c2/pyasn1_modules-0.2.7-py2.py3-none-any.whl Collecting pyasn1>=0.1.3 Using cached https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl ERROR: google-api-core 1.14.3 has requirement requests<3.0.0dev,>=2.18.0, but you'll have requests 2.9.1 which is incompatible. Installing collected packages: google-resumable-media, enum34, protobuf, googleapis-common-protos, pyasn1, rsa, cachetools, pyasn1-modules, google-auth, pytz, futures, grpcio, google-api-core, google-cloud-core, google.cloud.bigquery, funcsigs, mock, grpc-google-iam-v1, google.cloud.bigtable, google.cloud Successfully installed cachetools-3.1.1 enum34-1.1.6 funcsigs-1.0.2 futures-3.3.0 google-api-core-1.14.3 google-auth-1.8.2 google-cloud-core-1.1.0 google-resumable-media-0.5.0 google.cloud google.cloud.bigquery google.cloud.bigtable googleapis-common-protos-1.6.0 grpc-google-iam-v1-0.12.3 grpcio-1.25.0 mock-3.0.5 protobuf-3.11.1 pyasn1-0.4.8 pyasn1-modules-0.2.7 pytz-2019.3 rsa-4.0 [beam_PerformanceTests_Analysis] $ /bin/bash -xe /tmp/jenkins266028139553156493.sh + .env/bin/python src/.test-infra/jenkins/verify_performance_test_results_test.py Traceback (most recent call last): File "src/.test-infra/jenkins/verify_performance_test_results_test.py", line 26, in <module> from verify_performance_test_results import create_report File "<https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/src/.test-infra/jenkins/verify_performance_test_results.py",> line 43, in <module> from google.cloud import bigquery File "<https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/.env/local/lib/python2.7/site-packages/google/cloud/bigquery/__init__.py",> line 35, in <module> from google.cloud.bigquery.client import Client File "<https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/.env/local/lib/python2.7/site-packages/google/cloud/bigquery/client.py",> line 58, in <module> from google.cloud.bigquery import _pandas_helpers File "<https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/.env/local/lib/python2.7/site-packages/google/cloud/bigquery/_pandas_helpers.py",> line 40, in <module> from google.cloud.bigquery import schema File "<https://builds.apache.org/job/beam_PerformanceTests_Analysis/ws/.env/local/lib/python2.7/site-packages/google/cloud/bigquery/schema.py",> line 17, in <module> from six.moves import collections_abc ImportError: cannot import name collections_abc Build step 'Execute shell' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
