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/02 06:37:01 UTC

Build failed in Jenkins: beam_PreCommit_Python_Cron #3315

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

Changes:

[hirayama] [BEAM-10935] Replace @abstractproperty with @abstractmethod and

[noreply] Fix translations.optimize_pipeline() failure on empty pipelines (#12804)

[noreply] [BEAM-10862] Handle empty tfrecord files within a glob (#12790)

[noreply] [BEAM-8024] Add dataflow and flink runner to JPMS test (#12970)


------------------------------------------
[...truncated 1.45 MB...]
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py:1249
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/avro/schema.py>:1249: DeprecationWarning: `Parse` is deprecated in avro 1.9.2. Please use `parse` (lowercase) instead.
    warnings.warn("`Parse` is deprecated in avro 1.9.2. "

apache_beam/io/fileio_test.py:410
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py>:410: FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/fileio_test.py:453
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py>:453: FutureWarning: WriteToFiles is experimental.
    write_transform = beam.io.fileio.WriteToFiles(path=dir)

apache_beam/io/fileio_test.py:390
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py>:390: FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(path=dir))

apache_beam/io/mongodbio_test.py:264
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/mongodbio_test.py>:264: FutureWarning: ReadFromMongoDB is experimental.
    docs = p | 'ReadFromMongoDB' >> ReadFromMongoDB(

apache_beam/io/parquetio_test.py:414
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/parquetio_test.py>:414: FutureWarning: The parameter chunksize is deprecated for pyarrow.Table.to_batches as of 0.15, please use the parameter max_chunksize instead
    for batch in orig.to_batches(chunksize=20)

apache_beam/io/fileio_test.py:640
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py>:640: FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/mongodbio_test.py:339
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/mongodbio_test.py>:339: FutureWarning: WriteToMongoDB is experimental.
    | "Write" >> WriteToMongoDB(db='test', coll='test'))

apache_beam/io/parquetio_test.py:375
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/parquetio_test.py>:375: FutureWarning: The parameter chunksize is deprecated for pyarrow.Table.to_batches as of 0.15, please use the parameter max_chunksize instead
    pa.Table.from_batches([batch]) for batch in self._records_as_arrow(

apache_beam/io/fileio_test.py:495
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py>:495: FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/mongodbio_test.py:323
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/mongodbio_test.py>:323: FutureWarning: WriteToMongoDB is experimental.
    | "Write" >> WriteToMongoDB(db='test', coll='test'))

apache_beam/io/fileio_test.py:585
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/fileio_test.py>:585: FutureWarning: WriteToFiles is experimental.
    | beam.io.fileio.WriteToFiles(

apache_beam/io/parquetio_test.py:365
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/parquetio_test.py>:365: FutureWarning: The parameter chunksize is deprecated for pyarrow.Table.to_batches as of 0.15, please use the parameter max_chunksize instead
    pa.Table.from_batches([batch]) for batch in self._records_as_arrow(

/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
/usr/lib/python3.8/unittest/case.py:1215
  /usr/lib/python3.8/unittest/case.py:1215: DeprecationWarning: assertDictContainsSubset is deprecated
    warnings.warn('assertDictContainsSubset is deprecated',

apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
apache_beam/runners/interactive/recording_manager.py:387
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/runners/interactive/recording_manager.py>:387: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
    runner, self.user_pipeline, options=self.user_pipeline.options):

target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/hamcrest/library/collection/issequence_containinginorder.py:95
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/hamcrest/library/collection/issequence_containinginorder.py>:95: DeprecationWarning: deprecated - use contains_exactly(*items)
    warnings.warn("deprecated - use contains_exactly(*items)", DeprecationWarning)

apache_beam/transforms/util_test.py:651
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/transforms/util_test.py>:651: FutureWarning: GroupIntoBatches is experimental.
    | util.GroupIntoBatches(GroupIntoBatchesTest.BATCH_SIZE)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-cython.xml> -
=========== 2983 passed, 889 skipped, 671 warnings in 212.78 seconds ===========
============================= test session starts ==============================
platform linux -- Python 3.8.5, pytest-4.6.11, py-1.9.0, pluggy-0.13.1
cachedir: target/.tox-py38-cython/py38-cython/.pytest_cache
rootdir: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python,> inifile: pytest.ini
plugins: requests-mock-1.8.0, xdist-1.34.0, timeout-1.4.2, forked-1.3.0
timeout: 600.0s
timeout method: signal
timeout func_only: False
collected 3933 items / 3871 deselected / 3 skipped / 59 selected

apache_beam/coders/fast_coders_test.py ..............................    [ 48%]
apache_beam/coders/slow_coders_test.py ..............................    [ 96%]
apache_beam/io/gcp/tests/bigquery_matcher_test.py s                      [ 98%]
apache_beam/runners/portability/stager_test.py .                         [100%]

=============================== warnings summary ===============================
apache_beam/io/vcfio.py:49
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/io/vcfio.py>:49: UserWarning: VCF IO will support Python 3 after migration to Nucleus, see: BEAM-5628.
    warnings.warn(

target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/tenacity/_asyncio.py:42
  <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-cython/py38-cython/lib/python3.8/site-packages/tenacity/_asyncio.py>:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def call(self, fn, *args, **kwargs):

-- Docs: https://docs.pytest.org/en/latest/warnings.html
- generated xml file: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/pytest_py38-cython_no_xdist.xml> -
====== 61 passed, 4 skipped, 3871 deselected, 2 warnings in 8.21 seconds =======
py38-cython run-test-post: commands[0] | bash <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/scripts/run_tox_cleanup.sh>
___________________________________ summary ____________________________________
  py38-cython: commands succeeded
  congratulations :)

> Task :sdks:python:test-suites:tox:py38:preCommitPy38

> Task :sdks:python:test-suites:dataflow:py37:preCommitIT_streaming_V2
INFO:apache_beam.runners.dataflow.dataflow_runner:2020-10-02T06:29:22.335Z: JOB_MESSAGE_DETAILED: Workers have started successfully.
INFO:apache_beam.runners.dataflow.dataflow_runner:2020-10-02T06:29:22.367Z: JOB_MESSAGE_DETAILED: Workers have started successfully.

> Task :sdks:python:test-suites:dataflow:py36:preCommitIT_streaming_V2
INFO:apache_beam.runners.dataflow.dataflow_runner:2020-10-02T06:29:33.689Z: JOB_MESSAGE_DETAILED: Workers have started successfully.
INFO:apache_beam.runners.dataflow.dataflow_runner:2020-10-02T06:29:33.718Z: JOB_MESSAGE_DETAILED: Workers have started successfully.

> Task :sdks:python:test-suites:dataflow:py37:preCommitIT_streaming_V2
WARNING:apache_beam.runners.dataflow.dataflow_runner:Timing out on waiting for job 2020-10-01_23_28_02-14686929314327559147 after 364 seconds
DEBUG:google.auth._default:Checking None for explicit credentials as part of auth process...
DEBUG:google.auth._default:Checking Cloud SDK credentials as part of auth process...
DEBUG:google.auth._default:Cloud SDK credentials not found on disk; not using them
DEBUG:google.auth._default:Checking for App Engine runtime as part of auth process...
DEBUG:google.auth._default:No App Engine library was found so cannot authentication via App Engine Identity Credentials.
DEBUG:google.auth.transport._http_client:Making request: GET http://169.254.169.254
DEBUG:google.auth.transport._http_client:Making request: GET http://metadata.google.internal/computeMetadata/v1/project/project-id
DEBUG:google.auth.transport.requests:Making request: GET http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/?recursive=true
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): metadata.google.internal:80
DEBUG:urllib3.connectionpool:http://metadata.google.internal:80 "GET /computeMetadata/v1/instance/service-accounts/default/?recursive=true HTTP/1.1" 200 144
DEBUG:google.auth.transport.requests:Making request: GET http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/844138762903-compute@developer.gserviceaccount.com/token
DEBUG:urllib3.connectionpool:http://metadata.google.internal:80 "GET /computeMetadata/v1/instance/service-accounts/844138762903-compute@developer.gserviceaccount.com/token HTTP/1.1" 200 221

> Task :sdks:python:test-suites:dataflow:py36:preCommitIT_streaming_V2
WARNING:apache_beam.runners.dataflow.dataflow_runner:Timing out on waiting for job 2020-10-01_23_28_29-9433898234714454737 after 364 seconds
DEBUG:google.auth._default:Checking None for explicit credentials as part of auth process...
DEBUG:google.auth._default:Checking Cloud SDK credentials as part of auth process...
DEBUG:google.auth._default:Cloud SDK credentials not found on disk; not using them
DEBUG:google.auth._default:Checking for App Engine runtime as part of auth process...
DEBUG:google.auth._default:No App Engine library was found so cannot authentication via App Engine Identity Credentials.
DEBUG:google.auth.transport._http_client:Making request: GET http://169.254.169.254
DEBUG:google.auth.transport._http_client:Making request: GET http://metadata.google.internal/computeMetadata/v1/project/project-id
DEBUG:google.auth.transport.requests:Making request: GET http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/?recursive=true
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): metadata.google.internal:80
DEBUG:urllib3.connectionpool:http://metadata.google.internal:80 "GET /computeMetadata/v1/instance/service-accounts/default/?recursive=true HTTP/1.1" 200 144
DEBUG:google.auth.transport.requests:Making request: GET http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/844138762903-compute@developer.gserviceaccount.com/token
DEBUG:urllib3.connectionpool:http://metadata.google.internal:80 "GET /computeMetadata/v1/instance/service-accounts/844138762903-compute@developer.gserviceaccount.com/token HTTP/1.1" 200 221

> Task :sdks:python:test-suites:dataflow:py37:preCommitIT_streaming_V2
Worker logs: https://console.cloud.google.com/dataflow/jobs/us-central1/2020-10-01_23_28_02-14686929314327559147?project=apache-beam-testing
test_streaming_wordcount_it (apache_beam.examples.streaming_wordcount_it_test.StreamingWordCountIT) ... ok

----------------------------------------------------------------------
XML: nosetests-preCommitIT-df-py37.xml
----------------------------------------------------------------------
XML: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 1 test in 511.627s

OK

> Task :sdks:python:test-suites:dataflow:py36:preCommitIT_streaming_V2
Worker logs: https://console.cloud.google.com/dataflow/jobs/us-central1/2020-10-01_23_28_29-9433898234714454737?project=apache-beam-testing
test_streaming_wordcount_it (apache_beam.examples.streaming_wordcount_it_test.StreamingWordCountIT) ... ok

----------------------------------------------------------------------
XML: nosetests-preCommitIT-df-py36.xml
----------------------------------------------------------------------
XML: <https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/ws/src/sdks/python/nosetests.xml>
----------------------------------------------------------------------
Ran 1 test in 522.488s

OK

> Task :sdks:python:test-suites:dataflow:preCommitIT_V2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:python:test-suites:tox:py37:testPy37Cloud'.
> Process 'command 'sh'' finished with non-zero exit value 1

* 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 36m 34s
82 actionable tasks: 60 executed, 22 from cache

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

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_Python_Cron #3316

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


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