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/03/18 14:43:51 UTC

Build failed in Jenkins: beam_PostCommit_Python_Chicago_Taxi_Flink #58

See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/58/display/redirect?page=changes>

Changes:

[jfarr1] [BEAM-8374] Add alternate SnsIO PublishResult coders

[kcweaver] [BEAM-9503] Insert missing comma in process worker script.

[kcweaver] [BEAM-8866] Use unique temp dir for output of portable word count tests.

[davidyan] [BEAM-9510] Fixing version incompatibities in

[davidyan] Bring the dep versions up to par with

[valentyn] Install typing only on 3.5.2 or earlier versions of Python.

[kawaigin] [BEAM-7923] Include side effects in p.run

[github] [BEAM-9498] Include descriptor and type of unsupported fields in RowJson

[github] Merge pull request #11149 from [BEAM-9533] Adding tox cloud tests

[github] Flink 1.10 yarn deployment fix (#11146)

[github] [BEAM-9539] Fix copy-pasted comment in load-tests' build.gradle (#11155)


------------------------------------------
[...truncated 155.01 KB...]
feature {
  name: "trip_miles"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_longitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "company"
  value: "0118 - 42111 Godfrey S.Awir"
  value: "0694 - 59280 Chinesco Trans Inc"
  value: "1085 - 72312 N and W Cab Co"
  value: "1247 - 72807 Daniel Ayertey"
  value: "2092 - 61288 Sbeih company"
  value: "2192 - 73487 Zeymane Corp"
  value: "2241 - 44667 Manuel Alonso"
  value: "2733 - 74600 Benny Jona"
  value: "2809 - 95474 C & D Cab Co Inc."
  value: "2823 - 73307 Seung Lee"
  value: "3011 - 66308 JBL Cab Inc."
  value: "3094 - 24059 G.L.B. Cab Co"
  value: "3141 - 87803 Zip Cab"
  value: "3152 - 97284 Crystal Abernathy"
  value: "3201 - C&D Cab Co Inc"
  value: "3556 - 36214 RC Andrews Cab"
  value: "3620 - 52292 David K. Cab Corp."
  value: "3623 - 72222 Arrington Enterprises"
  value: "4053 - 40193 Adwar H. Nikola"
  value: "4197 - 41842 Royal Star"
  value: "4615 - 83503 Tyrone Henderson"
  value: "4623 - 27290 Jay Kim"
  value: "5006 - 39261 Salifu Bawa"
  value: "5062 - 34841 Sam Mestas"
  value: "5074 - 54002 Ahzmi Inc"
  value: "5129 - 87128"
  value: "5724 - 75306 KYVI Cab Inc"
  value: "585 - 88805 Valley Cab Co"
  value: "5874 - 73628 Sergey Cab Corp."
  value: "5997 - 65283 AW Services Inc."
  value: "6057 - 24657 Richard Addo"
  value: "6488 - 83287 Zuha Taxi"
  value: "6574 - Babylon Express Inc."
  value: "6742 - 83735 Tasha ride inc"
  value: "6743 - 78771 Luhak Corp"
  value: "6747 - Mueen Abdalla"
  value: "Blue Ribbon Taxi Association Inc."
  value: "Chicago Elite Cab Corp. (Chicago Carriag"
  value: "Chicago Medallion Leasing INC"
  value: "Chicago Medallion Management"
  value: "Choice Taxi Association"
  value: "Dispatch Taxi Affiliation"
  value: "Flash Cab"
  value: "KOAM Taxi Association"
  value: "Northwest Management LLC"
  value: "Suburban Dispatch LLC"
  value: "Taxi Affiliation Services"
  value: "Top Cab Affiliation"
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Dispute"
  value: "No Charge"
  value: "Unknown"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1613: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-18 14:43:03.040902: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-18 14:43:03.054416: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-18 14:43:03.057978: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x84de690 executing computations on platform Host. Devices:
2020-03-18 14:43:03.058029: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-18 14:43:03.073682: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.OutOfMemoryError: Metaspace
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200318-143544-eval_2f948000-b82e-4d18-90ee-196f18d655cc failed in state FAILED: java.lang.OutOfMemoryError: Metaspace

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 9m 44s
6 actionable tasks: 5 executed, 1 up-to-date

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

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_PostCommit_Python_Chicago_Taxi_Flink #67

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/67/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_PostCommit_Python_Chicago_Taxi_Flink #66

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/66/display/redirect?page=changes>

Changes:

[ehudm] [BEAM-9398] runtime_type_check: support setup

[robertwb] [BEAM-9340] Plumb requirements through Java SDK.

[robertwb] [BEAM-9340] Populate requirements for Java DoFn properties.

[ehudm] [BEAM-8280] Type hints via annotations snippets

[pabloem] Starting refactor of FnApiRunner

[pabloem] fixup

[pabloem] Fix lint issues

[pabloem] Creating file with worker handlers

[pabloem] Fixup

[pabloem] Fixing lint. Formatting

[pabloem] Fixup

[piotr.szuberski] [BEAM-9606] Add missing parameters in combine_test.py gradle example

[github] Go changes for model updates. (#11211)

[pabloem] Renaming method to be more appropriate

[daniel.o.programmer] [BEAM-3301] Fix another bug in DoFn validation, in exec.

[github] fix formatter

[github] [BEAM-8078] streaming_wordcount_debugging.py is missing a test (#10914)

[rohde.samuel] [BEAM-9601] Skip the streaming wordcount test because it uses a

[github] Update Go Protos (#11230)

[github] add @RequiresTimeSortedInput to CHANGES.md (#11228)

[github] Add notes to change log.

[ehudm] [BEAM-8078] Disable test_streaming_wordcount_it

[github] [BEAM-9371] Add SideInputLoadTest to Java SDK (#10949)

[github] [BEAM-7505] Add side input load test to Python SDK  (#11136)


------------------------------------------
[...truncated 154.98 KB...]
  name: "trip_miles"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_longitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "company"
  value: "0694 - 59280 Chinesco Trans Inc"
  value: "1085 - 72312 N and W Cab Co"
  value: "1247 - 72807 Daniel Ayertey"
  value: "2092 - 61288 Sbeih company"
  value: "2192 - 73487 Zeymane Corp"
  value: "24 Seven Taxi"
  value: "2733 - 74600 Benny Jona"
  value: "3011 - 66308 JBL Cab Inc."
  value: "3094 - 24059 G.L.B. Cab Co"
  value: "3141 - 87803 Zip Cab"
  value: "3152 - 97284 Crystal Abernathy"
  value: "3201 - C&D Cab Co Inc"
  value: "3201 - CD Cab Co Inc"
  value: "3623 - 72222 Arrington Enterprises"
  value: "3669 - 85800 Jordan Taxi Inc"
  value: "4197 - 41842 Royal Star"
  value: "4615 - 83503 Tyrone Henderson"
  value: "4623 - 27290 Jay Kim"
  value: "5006 - 39261 Salifu Bawa"
  value: "5062 - 34841 Sam Mestas"
  value: "5074 - 54002 Ahzmi Inc"
  value: "5129 - 87128"
  value: "5724 - 75306 KYVI Cab Inc"
  value: "585 - 88805 Valley Cab Co"
  value: "5997 - 65283 AW Services Inc."
  value: "6574 - Babylon Express Inc."
  value: "6742 - 83735 Tasha ride inc"
  value: "6743 - 78771 Luhak Corp"
  value: "6747 - Mueen Abdalla"
  value: "Blue Ribbon Taxi Association Inc."
  value: "Chicago Carriage Cab Corp"
  value: "Chicago Elite Cab Corp. (Chicago Carriag"
  value: "Chicago Independents"
  value: "Chicago Medallion Leasing INC"
  value: "Chicago Medallion Management"
  value: "Choice Taxi Association"
  value: "City Service"
  value: "Dispatch Taxi Affiliation"
  value: "Flash Cab"
  value: "KOAM Taxi Association"
  value: "Medallion Leasin"
  value: "Northwest Management LLC"
  value: "Suburban Dispatch LLC"
  value: "Sun Taxi"
  value: "Taxi Affiliation Services"
  value: "Taxicab Insurance Agency, LLC"
  value: "Top Cab Affiliation"
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Dispute"
  value: "No Charge"
  value: "Pcard"
  value: "Prcard"
  value: "Unknown"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1618: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-26 14:44:23.693408: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-26 14:44:23.704158: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-26 14:44:23.705654: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x80e2120 executing computations on platform Host. Devices:
2020-03-26 14:44:23.705691: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-26 14:44:23.718160: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.OutOfMemoryError: Metaspace
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200326-143716-eval_33543836-c3cc-449a-9ab0-4ed111089240 failed in state FAILED: java.lang.OutOfMemoryError: Metaspace

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 9m 32s
6 actionable tasks: 5 executed, 1 up-to-date

Publishing build scan...
https://gradle.com/s/7c2mnlwp4m3h6

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_PostCommit_Python_Chicago_Taxi_Flink #65

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/65/display/redirect?page=changes>

Changes:

[rohde.samuel] Adds a streaming wordcount integration test

[piotr.szuberski] [BEAM-9507] Fix python dependency check task

[mxm] [BEAM-9573] Correct computing of watermark hold for timer output

[github] [BEAM-7923] Pop failed transform when error is raised (#11174)

[pabloem] Fixing bqtest

[github] [BEAM-9579] Fix numpy logic operators (#11204)

[mxm] [BEAM-9580] Downgrade Flink version to 1.9 for Nexmark and

[github] Merge pull request #11163 from [BEAM-9548] Add better error handling to

[daniel.o.programmer] [BEAM-3301] Adding restriction trackers and validation.

[rohde.samuel] changed data to be less repetitive

[github] Merge pull request #11215 from [BEAM-9601] unbreaking precommits

[jozo.vilcek] [BEAM-9420] Configurable timeout for blocking kafka API call(s)


------------------------------------------
[...truncated 155.30 KB...]
  }
}
feature {
  name: "dropoff_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "company"
  value: "0694 - 59280 Chinesco Trans Inc"
  value: "1085 - 72312 N and W Cab Co"
  value: "1247 - 72807 Daniel Ayertey"
  value: "2092 - 61288 Sbeih company"
  value: "2192 - 73487 Zeymane Corp"
  value: "24 Seven Taxi"
  value: "2733 - 74600 Benny Jona"
  value: "3011 - 66308 JBL Cab Inc."
  value: "3094 - 24059 G.L.B. Cab Co"
  value: "312 Medallion Management Corp"
  value: "3141 - 87803 Zip Cab"
  value: "3152 - 97284 Crystal Abernathy"
  value: "3201 - C&D Cab Co Inc"
  value: "3201 - CD Cab Co Inc"
  value: "3623 - 72222 Arrington Enterprises"
  value: "3669 - 85800 Jordan Taxi Inc"
  value: "4197 - 41842 Royal Star"
  value: "4615 - 83503 Tyrone Henderson"
  value: "4623 - 27290 Jay Kim"
  value: "5 Star Taxi"
  value: "5006 - 39261 Salifu Bawa"
  value: "5062 - 34841 Sam Mestas"
  value: "5074 - 54002 Ahzmi Inc"
  value: "5129 - 87128"
  value: "5724 - 75306 KYVI Cab Inc"
  value: "585 - 88805 Valley Cab Co"
  value: "5997 - 65283 AW Services Inc."
  value: "6574 - Babylon Express Inc."
  value: "6742 - 83735 Tasha ride inc"
  value: "6743 - 78771 Luhak Corp"
  value: "6747 - Mueen Abdalla"
  value: "American United"
  value: "American United Taxi Affiliation"
  value: "Blue Diamond"
  value: "Blue Ribbon Taxi Association Inc."
  value: "Checker Taxi"
  value: "Checker Taxi Affiliation"
  value: "Chicago Carriage Cab Corp"
  value: "Chicago Elite Cab Corp. (Chicago Carriag"
  value: "Chicago Independents"
  value: "Chicago Medallion Leasing INC"
  value: "Chicago Medallion Management"
  value: "Chicago Star Taxicab"
  value: "Chicago Taxicab"
  value: "Choice Taxi Association"
  value: "City Service"
  value: "Dispatch Taxi Affiliation"
  value: "Flash Cab"
  value: "Globe Taxi"
  value: "Gold Coast Taxi"
  value: "KOAM Taxi Association"
  value: "Leonard Cab Co"
  value: "Medallion Leasin"
  value: "Metro Jet Taxi A"
  value: "Norshore Cab"
  value: "Northwest Management LLC"
  value: "Nova Taxi Affiliation Llc"
  value: "Patriot Taxi Dba Peace Taxi Associat"
  value: "Peace Taxi Assoc"
  value: "Service Taxi Association"
  value: "Setare Inc"
  value: "Star North Management LLC"
  value: "Suburban Dispatch LLC"
  value: "Sun Taxi"
  value: "Taxi Affiliation Service Yellow"
  value: "Taxi Affiliation Services"
  value: "Taxicab Insurance Agency, LLC"
  value: "Top Cab Affiliation"
  value: "Yellow Cab"
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Dispute"
  value: "Mobile"
  value: "No Charge"
  value: "Pcard"
  value: "Prcard"
  value: "Unknown"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1618: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-25 14:43:11.228851: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-25 14:43:11.240352: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2299995000 Hz
2020-03-25 14:43:11.242294: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x755a040 executing computations on platform Host. Devices:
2020-03-25 14:43:11.242323: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-25 14:43:11.255130: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.OutOfMemoryError: Metaspace
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200325-143614-eval_685302b7-4213-45ce-9783-6d93e0b86163 failed in state FAILED: java.lang.OutOfMemoryError: Metaspace

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 10m 6s
6 actionable tasks: 5 executed, 1 up-to-date

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

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_PostCommit_Python_Chicago_Taxi_Flink #64

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/64/display/redirect?page=changes>

Changes:

[piotr.szuberski] [BEAM-9563] Change ToListCombineFn access level to private

[lcwik] [BEAM-9565] Fix threading issue with WatermarkEstimatorsTest

[lcwik] [BEAM-9430] Fix coder sent to Dataflow service for non-portable

[github] Merge pull request #10990: [BEAM-9569] disable coder inference for rows

[github] optionally import grpc (#11187)

[github] [BEAM-9305] Allow value provider query strings in _CustomBigQuerySource

[github] Merge pull request #11198 from [BEAM-7923] Obfuscates display ids

[github] Merge pull request #11074: Store logical type values in Row instead of


------------------------------------------
[...truncated 153.80 KB...]
  presence {
    min_count: 1
  }
}
feature {
  name: "dropoff_census_tract"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_timestamp"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "pickup_longitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_start_month"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_miles"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_longitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Pcard"
  value: "Prcard"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1619: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-24 14:43:11.629831: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-24 14:43:11.641236: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-24 14:43:11.642603: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x854a350 executing computations on platform Host. Devices:
2020-03-24 14:43:11.642641: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-24 14:43:11.655787: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.NoClassDefFoundError: Could not initialize class org.apache.beam.runners.core.construction.SerializablePipelineOptions
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200324-143652-eval_de3ba031-1e2e-4bd7-91bc-4a9425c712e0 failed in state FAILED: java.lang.NoClassDefFoundError: Could not initialize class org.apache.beam.runners.core.construction.SerializablePipelineOptions

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 8m 24s
6 actionable tasks: 5 executed, 1 up-to-date

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

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_PostCommit_Python_Chicago_Taxi_Flink #63

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/63/display/redirect?page=changes>

Changes:

[relax] switch cogbk to use Beam transform

[relax] finish join

[relax] support side-input joins

[relax] support side-input joins

[relax] spotless

[relax] make FieldAccessDescriptor always be field-insertion order

[relax] fix side-input joins

[relax] fix bug

[relax] remove obsolete test

[relax] add javadoc

[relax] add unit tests

[relax] update sql transform


------------------------------------------
[...truncated 164.87 KB...]
    name: "dropoff_latitude"
    value_count {
      min: 1
      max: 1
    }
    type: FLOAT
    presence {
      min_fraction: 1.0
      min_count: 1
    }
  }
  string_domain {
    name: "company"
    value: "0694 - 59280 Chinesco Trans Inc"
    value: "1085 - 72312 N and W Cab Co"
    value: "1247 - 72807 Daniel Ayertey"
    value: "2092 - 61288 Sbeih company"
    value: "2192 - 73487 Zeymane Corp"
    value: "24 Seven Taxi"
    value: "2733 - 74600 Benny Jona"
    value: "3011 - 66308 JBL Cab Inc."
    value: "3094 - 24059 G.L.B. Cab Co"
    value: "3141 - 87803 Zip Cab"
    value: "3152 - 97284 Crystal Abernathy"
    value: "3201 - C&D Cab Co Inc"
    value: "3201 - CD Cab Co Inc"
    value: "3623 - 72222 Arrington Enterprises"
    value: "3669 - 85800 Jordan Taxi Inc"
    value: "4197 - 41842 Royal Star"
    value: "4615 - 83503 Tyrone Henderson"
    value: "4623 - 27290 Jay Kim"
    value: "5006 - 39261 Salifu Bawa"
    value: "5062 - 34841 Sam Mestas"
    value: "5074 - 54002 Ahzmi Inc"
    value: "5129 - 87128"
    value: "5724 - 75306 KYVI Cab Inc"
    value: "585 - 88805 Valley Cab Co"
    value: "5997 - 65283 AW Services Inc."
    value: "6574 - Babylon Express Inc."
    value: "6742 - 83735 Tasha ride inc"
    value: "6743 - 78771 Luhak Corp"
    value: "6747 - Mueen Abdalla"
    value: "Blue Ribbon Taxi Association Inc."
    value: "Chicago Carriage Cab Corp"
    value: "Chicago Elite Cab Corp. (Chicago Carriag"
    value: "Chicago Independents"
    value: "Chicago Medallion Leasing INC"
    value: "Chicago Medallion Management"
    value: "Choice Taxi Association"
    value: "City Service"
    value: "Dispatch Taxi Affiliation"
    value: "Flash Cab"
    value: "KOAM Taxi Association"
    value: "Medallion Leasin"
    value: "Northwest Management LLC"
    value: "Suburban Dispatch LLC"
    value: "Sun Taxi"
    value: "Taxi Affiliation Services"
    value: "Taxicab Insurance Agency, LLC"
    value: "Top Cab Affiliation"
  }
  string_domain {
    name: "payment_type"
    value: "Cash"
    value: "Credit Card"
    value: "Dispute"
    value: "No Charge"
    value: "Pcard"
    value: "Prcard"
    value: "Unknown"
  }
}
anomaly_info {
  key: "company"
  value {
    description: "Examples contain values missing from the schema: 0118 - 42111 Godfrey S.Awir (<1%), 0118 - Godfrey S.Awir (<1%), 0694 - Chinesco Trans Inc (<1%), 1085 - N and W Cab Co (<1%), 1408 - 89599 Donald Barnes (<1%), 1408 - Donald Barnes (<1%), 2092 - Sbeih company (<1%), 2192 - Zeymane Corp (<1%), 2241 - 44667 Manuel Alonso (<1%), 2241 - Manuel Alonso (<1%), 2733 - Benny Jona (<1%), 2809 - 95474 C & D Cab Co Inc. (<1%), 2823 - 73307 Seung Lee (<1%), 2823 - Seung Lee (<1%), 3011 - JBL Cab Inc. (<1%), 303 Taxi (<1%), 3094 - G.L.B. Cab Co (<1%), 3141 - Zip Cab (<1%), 3152 - Crystal Abernathy (<1%), 3253 - 91138 Gaither Cab Co. (<1%), 3253 - Gaither Cab Co. (<1%), 3385 - 23210 Eman Cab (<1%), 3385 - Eman Cab (<1%), 3556 - 36214 RC Andrews Cab (<1%), 3591- 63480 Chuk\\\'s Cab (<1%), 3591- Chuk\\\'s Cab (<1%), 3620 - 52292 David K. Cab Corp. (<1%), 3620 - David K. Cab Corp. (<1%), 3623-Arrington Enterprises (<1%), 3897 - Ilie Malec (<1%), 4053 - 40193 Adwar H. Nikola (<1%), 4053 - Adwar H. Nikola (<1%), 4197 - Royal Star (<1%), 4615 - Tyrone Henderson (<1%), 4623 - Jay Kim (<1%), 4787 - Reny Cab Co (<1%), 5006 - Salifu Bawa (<1%), 5062 - Sam Mestas (<1%), 5074 - Ahzmi Inc (<1%), 5129 - 98755 Mengisti Taxi (<1%), 5129 - Mengisti Taxi (<1%), 5724 - 72965 KYVI Cab Inc (<1%), 5724 - KYVI Cab Inc (<1%), 585 - Valley Cab Co (<1%), 5864 - 73614 Thomas Owusu (<1%), 5864 - Thomas Owusu (<1%), 5874 - 73628 Sergey Cab Corp. (<1%), 5874 - Sergey Cab Corp. (<1%), 5997 - AW Services Inc. (<1%), 6057 - 24657 Richard Addo (<1%), 6488 - 83287 Zuha Taxi (<1%), 6488 - Zuha Taxi (<1%), 6743 - Luhak Corp (<1%), American United (<1%), American United Taxi Affiliation (<1%), Blue Diamond (<1%), C & D Cab Co Inc (<1%), Checker Taxi (<1%), Checker Taxi Affiliation (<1%), Chicago Taxicab (<1%), Globe Taxi (<1%), Gold Coast Taxi (<1%), Leonard Cab Co (<1%), Metro Jet Taxi A (<1%), Nova Taxi Affiliation Llc (<1%), Patriot Taxi Dba Peace Taxi Associat (<1%), Peace Taxi Assoc (<1%), Service Taxi Association (<1%), Setare Inc (<1%), Star North Management LLC (<1%), Taxi Affiliation Service Yellow (<1%), Yellow Cab (<1%). "
    severity: ERROR
    short_description: "Unexpected string values"
    reason {
      type: ENUM_TYPE_UNEXPECTED_STRING_VALUES
      short_description: "Unexpected string values"
      description: "Examples contain values missing from the schema: 0118 - 42111 Godfrey S.Awir (<1%), 0118 - Godfrey S.Awir (<1%), 0694 - Chinesco Trans Inc (<1%), 1085 - N and W Cab Co (<1%), 1408 - 89599 Donald Barnes (<1%), 1408 - Donald Barnes (<1%), 2092 - Sbeih company (<1%), 2192 - Zeymane Corp (<1%), 2241 - 44667 Manuel Alonso (<1%), 2241 - Manuel Alonso (<1%), 2733 - Benny Jona (<1%), 2809 - 95474 C & D Cab Co Inc. (<1%), 2823 - 73307 Seung Lee (<1%), 2823 - Seung Lee (<1%), 3011 - JBL Cab Inc. (<1%), 303 Taxi (<1%), 3094 - G.L.B. Cab Co (<1%), 3141 - Zip Cab (<1%), 3152 - Crystal Abernathy (<1%), 3253 - 91138 Gaither Cab Co. (<1%), 3253 - Gaither Cab Co. (<1%), 3385 - 23210 Eman Cab (<1%), 3385 - Eman Cab (<1%), 3556 - 36214 RC Andrews Cab (<1%), 3591- 63480 Chuk\\\'s Cab (<1%), 3591- Chuk\\\'s Cab (<1%), 3620 - 52292 David K. Cab Corp. (<1%), 3620 - David K. Cab Corp. (<1%), 3623-Arrington Enterprises (<1%), 3897 - Ilie Malec (<1%), 4053 - 40193 Adwar H. Nikola (<1%), 4053 - Adwar H. Nikola (<1%), 4197 - Royal Star (<1%), 4615 - Tyrone Henderson (<1%), 4623 - Jay Kim (<1%), 4787 - Reny Cab Co (<1%), 5006 - Salifu Bawa (<1%), 5062 - Sam Mestas (<1%), 5074 - Ahzmi Inc (<1%), 5129 - 98755 Mengisti Taxi (<1%), 5129 - Mengisti Taxi (<1%), 5724 - 72965 KYVI Cab Inc (<1%), 5724 - KYVI Cab Inc (<1%), 585 - Valley Cab Co (<1%), 5864 - 73614 Thomas Owusu (<1%), 5864 - Thomas Owusu (<1%), 5874 - 73628 Sergey Cab Corp. (<1%), 5874 - Sergey Cab Corp. (<1%), 5997 - AW Services Inc. (<1%), 6057 - 24657 Richard Addo (<1%), 6488 - 83287 Zuha Taxi (<1%), 6488 - Zuha Taxi (<1%), 6743 - Luhak Corp (<1%), American United (<1%), American United Taxi Affiliation (<1%), Blue Diamond (<1%), C & D Cab Co Inc (<1%), Checker Taxi (<1%), Checker Taxi Affiliation (<1%), Chicago Taxicab (<1%), Globe Taxi (<1%), Gold Coast Taxi (<1%), Leonard Cab Co (<1%), Metro Jet Taxi A (<1%), Nova Taxi Affiliation Llc (<1%), Patriot Taxi Dba Peace Taxi Associat (<1%), Peace Taxi Assoc (<1%), Service Taxi Association (<1%), Setare Inc (<1%), Star North Management LLC (<1%), Taxi Affiliation Service Yellow (<1%), Yellow Cab (<1%). "
    }
    path {
      step: "company"
    }
  }
}
anomaly_info {
  key: "payment_type"
  value {
    description: "Examples contain values missing from the schema: Mobile (<1%). "
    severity: ERROR
    short_description: "Unexpected string values"
    reason {
      type: ENUM_TYPE_UNEXPECTED_STRING_VALUES
      short_description: "Unexpected string values"
      description: "Examples contain values missing from the schema: Mobile (<1%). "
    }
    path {
      step: "payment_type"
    }
  }
}
anomaly_info {
  key: "pickup_community_area"
  value {
    description: "The feature was present in fewer examples than expected."
    severity: ERROR
    short_description: "Column dropped"
    reason {
      type: FEATURE_TYPE_LOW_FRACTION_PRESENT
      short_description: "Column dropped"
      description: "The feature was present in fewer examples than expected."
    }
    path {
      step: "pickup_community_area"
    }
  }
}
anomaly_info {
  key: "trip_miles"
  value {
    description: "The feature was present in fewer examples than expected."
    severity: ERROR
    short_description: "Column dropped"
    reason {
      type: FEATURE_TYPE_LOW_FRACTION_PRESENT
      short_description: "Column dropped"
      description: "The feature was present in fewer examples than expected."
    }
    path {
      step: "trip_miles"
    }
  }
}
anomaly_name_format: SERIALIZED_PATH

Writing anomalies to anomalies path.
Preprocessing train data...
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/beam/common.py>:51: The name tf.ConfigProto is deprecated. Please use tf.compat.v1.ConfigProto instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/beam/impl.py>:283: The name tf.SparseTensorValue is deprecated. Please use tf.compat.v1.SparseTensorValue instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/tf_metadata/schema_utils.py>:313: The name tf.VarLenFeature is deprecated. Please use tf.io.VarLenFeature instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/tf_metadata/schema_utils.py>:63: The name tf.SparseFeature is deprecated. Please use tf.io.SparseFeature instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/tf_metadata/schema_utils.py>:110: The name tf.FixedLenFeature is deprecated. Please use tf.io.FixedLenFeature instead.

preprocess.py:150: FutureWarning: _ReadFromBigQuery is experimental.
  | 'Measure time: start' >> beam.ParDo(MeasureTime(namespace)))
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1613: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/mappers.py>:207: where (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.where in 2.0, which has the same broadcast rule as np.where
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/mappers.py>:207: where (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.where in 2.0, which has the same broadcast rule as np.where
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/mappers.py>:1027: to_int64 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use `tf.cast` instead.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/mappers.py>:1027: to_int64 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use `tf.cast` instead.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/beam/impl.py>:240: The name tf.gfile.MakeDirs is deprecated. Please use tf.io.gfile.makedirs instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/beam/impl.py>:240: The name tf.gfile.MakeDirs is deprecated. Please use tf.io.gfile.makedirs instead.

2020-03-23 14:49:19.715353: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-23 14:49:19.726355: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-23 14:49:19.728112: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7037800 executing computations on platform Host. Devices:
2020-03-23 14:49:19.728151: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-23 14:49:19.743874: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/saved/saved_transform_io.py>:378: The name tf.saved_model.signature_def_utils.predict_signature_def is deprecated. Please use tf.compat.v1.saved_model.signature_def_utils.predict_signature_def instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/saved/saved_transform_io.py>:378: The name tf.saved_model.signature_def_utils.predict_signature_def is deprecated. Please use tf.compat.v1.saved_model.signature_def_utils.predict_signature_def instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow/python/saved_model/signature_def_utils_impl.py>:201: build_tensor_info (from tensorflow.python.saved_model.utils_impl) is deprecated and will be removed in a future version.
Instructions for updating:
This function will only be available through the v1 compatibility library as tf.compat.v1.saved_model.utils.build_tensor_info or tf.compat.v1.saved_model.build_tensor_info.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow/python/saved_model/signature_def_utils_impl.py>:201: build_tensor_info (from tensorflow.python.saved_model.utils_impl) is deprecated and will be removed in a future version.
Instructions for updating:
This function will only be available through the v1 compatibility library as tf.compat.v1.saved_model.utils.build_tensor_info or tf.compat.v1.saved_model.build_tensor_info.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/saved/saved_transform_io.py>:380: The name tf.saved_model.builder.SavedModelBuilder is deprecated. Please use tf.compat.v1.saved_model.builder.SavedModelBuilder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/saved/saved_transform_io.py>:380: The name tf.saved_model.builder.SavedModelBuilder is deprecated. Please use tf.compat.v1.saved_model.builder.SavedModelBuilder instead.

INFO:tensorflow:Assets added to graph.
INFO:tensorflow:Assets added to graph.
INFO:tensorflow:No assets to write.
INFO:tensorflow:No assets to write.
INFO:tensorflow:SavedModel written to: gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200323-143715/chicago_taxi_output/tft_output/tftransform_tmp/ee0e1bef85864d3c84148319ed31b36c/saved_model.pb
INFO:tensorflow:SavedModel written to: gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200323-143715/chicago_taxi_output/tft_output/tftransform_tmp/ee0e1bef85864d3c84148319ed31b36c/saved_model.pb
INFO:tensorflow:Assets added to graph.
INFO:tensorflow:Assets added to graph.
INFO:tensorflow:No assets to write.
INFO:tensorflow:No assets to write.
INFO:tensorflow:SavedModel written to: gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200323-143715/chicago_taxi_output/tft_output/tftransform_tmp/54d53f92fa254f8987d42018d3735a65/saved_model.pb
INFO:tensorflow:SavedModel written to: gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200323-143715/chicago_taxi_output/tft_output/tftransform_tmp/54d53f92fa254f8987d42018d3735a65/saved_model.pb
warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.NoClassDefFoundError: Could not initialize class org.apache.beam.sdk.util.WindowedValue
Traceback (most recent call last):
  File "preprocess.py", line 254, in <module>
    main()
  File "preprocess.py", line 250, in main
    project=known_args.metric_reporting_project)
  File "preprocess.py", line 183, in transform_data
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200323-143715_51dfd500-a474-43c2-ba8e-9d0b53a7c565 failed in state FAILED: java.lang.NoClassDefFoundError: Could not initialize class org.apache.beam.sdk.util.WindowedValue

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 14m 14s
6 actionable tasks: 5 executed, 1 up-to-date

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

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_PostCommit_Python_Chicago_Taxi_Flink #62

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/62/display/redirect>

Changes:


------------------------------------------
[...truncated 154.97 KB...]
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "company"
  value: "0118 - 42111 Godfrey S.Awir"
  value: "0694 - 59280 Chinesco Trans Inc"
  value: "1085 - 72312 N and W Cab Co"
  value: "1247 - 72807 Daniel Ayertey"
  value: "2092 - 61288 Sbeih company"
  value: "2192 - 73487 Zeymane Corp"
  value: "2241 - 44667 Manuel Alonso"
  value: "24 Seven Taxi"
  value: "2733 - 74600 Benny Jona"
  value: "2809 - 95474 C & D Cab Co Inc."
  value: "2823 - 73307 Seung Lee"
  value: "3011 - 66308 JBL Cab Inc."
  value: "3094 - 24059 G.L.B. Cab Co"
  value: "312 Medallion Management Corp"
  value: "3141 - 87803 Zip Cab"
  value: "3152 - 97284 Crystal Abernathy"
  value: "3201 - C&D Cab Co Inc"
  value: "3201 - CD Cab Co Inc"
  value: "3253 - 91138 Gaither Cab Co."
  value: "3556 - 36214 RC Andrews Cab"
  value: "3620 - 52292 David K. Cab Corp."
  value: "3623 - 72222 Arrington Enterprises"
  value: "3669 - 85800 Jordan Taxi Inc"
  value: "4053 - 40193 Adwar H. Nikola"
  value: "4197 - 41842 Royal Star"
  value: "4615 - 83503 Tyrone Henderson"
  value: "4623 - 27290 Jay Kim"
  value: "5 Star Taxi"
  value: "5006 - 39261 Salifu Bawa"
  value: "5062 - 34841 Sam Mestas"
  value: "5074 - 54002 Ahzmi Inc"
  value: "5129 - 87128"
  value: "5724 - 75306 KYVI Cab Inc"
  value: "585 - 88805 Valley Cab Co"
  value: "5874 - 73628 Sergey Cab Corp."
  value: "5997 - 65283 AW Services Inc."
  value: "6057 - 24657 Richard Addo"
  value: "6488 - 83287 Zuha Taxi"
  value: "6574 - Babylon Express Inc."
  value: "6742 - 83735 Tasha ride inc"
  value: "6743 - 78771 Luhak Corp"
  value: "6747 - Mueen Abdalla"
  value: "American United"
  value: "American United Taxi Affiliation"
  value: "Blue Diamond"
  value: "Blue Ribbon Taxi Association Inc."
  value: "Checker Taxi"
  value: "Checker Taxi Affiliation"
  value: "Chicago Carriage Cab Corp"
  value: "Chicago Elite Cab Corp. (Chicago Carriag"
  value: "Chicago Independents"
  value: "Chicago Medallion Leasing INC"
  value: "Chicago Medallion Management"
  value: "Chicago Star Taxicab"
  value: "Chicago Taxicab"
  value: "Choice Taxi Association"
  value: "City Service"
  value: "Dispatch Taxi Affiliation"
  value: "Flash Cab"
  value: "Globe Taxi"
  value: "Gold Coast Taxi"
  value: "KOAM Taxi Association"
  value: "Leonard Cab Co"
  value: "Medallion Leasin"
  value: "Metro Jet Taxi A"
  value: "Norshore Cab"
  value: "Northwest Management LLC"
  value: "Nova Taxi Affiliation Llc"
  value: "Patriot Taxi Dba Peace Taxi Associat"
  value: "Peace Taxi Assoc"
  value: "Service Taxi Association"
  value: "Setare Inc"
  value: "Star North Management LLC"
  value: "Suburban Dispatch LLC"
  value: "Sun Taxi"
  value: "Taxi Affiliation Service Yellow"
  value: "Taxi Affiliation Services"
  value: "Taxicab Insurance Agency, LLC"
  value: "Top Cab Affiliation"
  value: "Yellow Cab"
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Dispute"
  value: "Mobile"
  value: "No Charge"
  value: "Pcard"
  value: "Prcard"
  value: "Unknown"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1613: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-22 14:44:25.741273: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-22 14:44:25.753541: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-22 14:44:25.755141: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x755a100 executing computations on platform Host. Devices:
2020-03-22 14:44:25.755186: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-22 14:44:25.769379: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.OutOfMemoryError: Metaspace
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200322-143709-eval_84772498-20b4-425c-834c-915a62a6ee8b failed in state FAILED: java.lang.OutOfMemoryError: Metaspace

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 10m 30s
6 actionable tasks: 5 executed, 1 up-to-date

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

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_PostCommit_Python_Chicago_Taxi_Flink #61

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/61/display/redirect?page=changes>

Changes:

[lcwik] [BEAM-9339, BEAM-2939] Drop splittable field from proto, add splittable

[kawaigin] Remove the excessive logging from capturable sources property.

[ehudm] [BEAM-8280] Enable type hint annotations

[boyuanz] Add Timer to Elements proto representation.

[daniel.o.programmer] [BEAM-3301] Bugfix in DoFn validation.

[robertwb] [BEAM-9558] Add an explicit end field to the data channel protos.

[robertwb] [BEAM-9558] Regenerate go protos.

[robertwb] [BEAM-9558] Produce and respect data channel end bit in runners and

[github] Merge pull request #11153 from [BEAM-9537] Adding a new module for


------------------------------------------
[...truncated 154.69 KB...]
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "company"
  value: "0694 - 59280 Chinesco Trans Inc"
  value: "1085 - 72312 N and W Cab Co"
  value: "1085 - N and W Cab Co"
  value: "1247 - 72807 Daniel Ayertey"
  value: "2092 - 61288 Sbeih company"
  value: "2192 - 73487 Zeymane Corp"
  value: "2192 - Zeymane Corp"
  value: "2241 - Manuel Alonso"
  value: "24 Seven Taxi"
  value: "2733 - 74600 Benny Jona"
  value: "2733 - Benny Jona"
  value: "3011 - 66308 JBL Cab Inc."
  value: "3094 - 24059 G.L.B. Cab Co"
  value: "3141 - 87803 Zip Cab"
  value: "3152 - 97284 Crystal Abernathy"
  value: "3201 - C&D Cab Co Inc"
  value: "3201 - CD Cab Co Inc"
  value: "3201 - CID Cab Co Inc"
  value: "3319 - C&D Cab Company"
  value: "3620 - David K. Cab Corp."
  value: "3623 - 72222 Arrington Enterprises"
  value: "3669 - 85800 Jordan Taxi Inc"
  value: "3897 - Ilie Malec"
  value: "4053 - Adwar H. Nikola"
  value: "4197 - 41842 Royal Star"
  value: "4615 - 83503 Tyrone Henderson"
  value: "4615 - Tyrone Henderson"
  value: "4623 - 27290 Jay Kim"
  value: "4787 - Reny Cab Co"
  value: "5006 - 39261 Salifu Bawa"
  value: "5062 - 34841 Sam Mestas"
  value: "5074 - 54002 Ahzmi Inc"
  value: "5129 - 87128"
  value: "5437 - Great American Cab Co"
  value: "5724 - 75306 KYVI Cab Inc"
  value: "5776 - Mekonen Cab Company"
  value: "585 - 88805 Valley Cab Co"
  value: "5874 - Sergey Cab Corp."
  value: "5997 - 65283 AW Services Inc."
  value: "6574 - Babylon Express Inc."
  value: "6742 - 83735 Tasha ride inc"
  value: "6743 - 78771 Luhak Corp"
  value: "6743 - Luhak Corp"
  value: "6747 - Mueen Abdalla"
  value: "Blue Ribbon Taxi Association Inc."
  value: "Chicago Carriage Cab Corp"
  value: "Chicago Elite Cab Corp."
  value: "Chicago Elite Cab Corp. (Chicago Carriag"
  value: "Chicago Independents"
  value: "Chicago Medallion Leasing INC"
  value: "Chicago Medallion Management"
  value: "Choice Taxi Association"
  value: "City Service"
  value: "Dispatch Taxi Affiliation"
  value: "Flash Cab"
  value: "KOAM Taxi Association"
  value: "Medallion Leasin"
  value: "Northwest Management LLC"
  value: "Suburban Dispatch LLC"
  value: "Sun Taxi"
  value: "Taxi Affiliation Services"
  value: "Taxicab Insurance Agency, LLC"
  value: "Top Cab Affiliation"
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Dispute"
  value: "No Charge"
  value: "Unknown"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1613: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-21 14:44:07.716093: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-21 14:44:07.726807: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-21 14:44:07.728391: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x848bf10 executing computations on platform Host. Devices:
2020-03-21 14:44:07.728435: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-21 14:44:07.740846: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.OutOfMemoryError: Metaspace
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200321-143649-eval_d716beee-049b-4492-a07e-e34c46ab3046 failed in state FAILED: java.lang.OutOfMemoryError: Metaspace

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 9m 28s
6 actionable tasks: 5 executed, 1 up-to-date

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

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_PostCommit_Python_Chicago_Taxi_Flink #60

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/60/display/redirect?page=changes>

Changes:

[crites] Clean up of TestStreamTranscriptTests. Remvoes check for final field in

[crites] Adds clearing of pane info state when windows get merged away.

[lcwik] [BEAM-9430] Migrate from ProcessContext#updateWatermark to

[lcwik] [BEAM-9540] Rename beam:source:runner:0.1/beam:sink:runner:0.1 to

[robertwb] [BEAM-9535] Remove unused ParDoPayload.Parameters.

[robertwb] [BEAM-9339] Declare capabilities in the Java SDK.

[lcwik] [BEAM-4374] Define the protos for a "short" id mechanism for metrics

[robertwb] [BEAM-9339] Add additional Java capabilities.

[github] [BEAM-9551] Environment PB Pointer cleanup (#11164)

[iemejia] Move CHANGES template related items into template section

[lcwik] fixup! Address PR comments.

[github] Merge pull request #11166 from [BEAM-7923] Emit info when capture

[github] fix typo at Python Package name (#11098)

[github]  [BEAM-9552] Bump TestPubsub subscription creation ACK deadline to 60s

[daniel.o.programmer] [BEAM-3301] Perform SDF validation (missing RestrictionTrackers).

[github] Merge pull request #11128 from [BEAM-9524] Fix for ib.show() executing

[lcwik] [BEAM-9430] Update CHANGES.md to reflect removal of


------------------------------------------
[...truncated 153.85 KB...]
  presence {
    min_count: 1
  }
}
feature {
  name: "dropoff_census_tract"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_timestamp"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "pickup_longitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_start_month"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_miles"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_longitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Pcard"
  value: "Prcard"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1613: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-20 14:45:28.402660: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-20 14:45:28.413206: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-20 14:45:28.414795: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x8200f50 executing computations on platform Host. Devices:
2020-03-20 14:45:28.414833: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-20 14:45:28.428119: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.OutOfMemoryError: Metaspace
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200320-143803-eval_10da07a9-8b75-42c5-b245-85ccd4b3d0e1 failed in state FAILED: java.lang.OutOfMemoryError: Metaspace

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 9m 32s
6 actionable tasks: 5 executed, 1 up-to-date

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

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_PostCommit_Python_Chicago_Taxi_Flink #59

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/59/display/redirect?page=changes>

Changes:

[apilloud] [BEAM-7832] Translate ZetaSQL joins without condition

[github] [BEAM-9526] Add missing unmarshalling in top.LargestPerKey. (#11143)

[github] Merge pull request #11147 from [BEAM-7923] Support dict and iterable

[coheigea] BEAM-8924 - Update Apache Tika to 1.24

[kawaigin] [BEAM-7923] Change Transform Label Prefix Syntax

[github] Specify return types of window start/end functions explicitly (#11152)

[apilloud] [BEAM-9511] Uncollect takes arbitrary expressions

[apilloud] [BEAM-9515] Add test

[kcweaver] [BEAM-9553] Use latest Flink job server image as default.

[jfarr1] [BEAM-9470] fix flaky unit test in :sdks:java:io:kinesis

[github] Merge pull request #11158 from [BEAM-9533] Fixing tox.ini variants

[alex] [BEAM-9035] BIP-1: Typed options for Row Schema and Field

[iemejia] [BEAM-9279] Refactor HBase to disminish relying on Serializable wrappers

[iemejia] [BEAM-9279] Make HBase.ReadAll based on Reads instead of HBaseQuery


------------------------------------------
[...truncated 154.69 KB...]
feature {
  name: "trip_miles"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_longitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_count: 1
  }
}
feature {
  name: "pickup_community_area"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  int_domain {
  }
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "payment_type"
  value_count {
    min: 1
    max: 1
  }
  type: BYTES
  domain: "payment_type"
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "trip_seconds"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_count: 1
  }
}
feature {
  name: "trip_start_day"
  value_count {
    min: 1
    max: 1
  }
  type: INT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "tips"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "pickup_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
feature {
  name: "dropoff_latitude"
  value_count {
    min: 1
    max: 1
  }
  type: FLOAT
  presence {
    min_fraction: 1.0
    min_count: 1
  }
}
string_domain {
  name: "company"
  value: "0118 - 42111 Godfrey S.Awir"
  value: "0694 - 59280 Chinesco Trans Inc"
  value: "1085 - 72312 N and W Cab Co"
  value: "1247 - 72807 Daniel Ayertey"
  value: "2092 - 61288 Sbeih company"
  value: "2192 - 73487 Zeymane Corp"
  value: "2241 - 44667 Manuel Alonso"
  value: "2733 - 74600 Benny Jona"
  value: "2809 - 95474 C & D Cab Co Inc."
  value: "2823 - 73307 Seung Lee"
  value: "3011 - 66308 JBL Cab Inc."
  value: "3094 - 24059 G.L.B. Cab Co"
  value: "3141 - 87803 Zip Cab"
  value: "3152 - 97284 Crystal Abernathy"
  value: "3201 - C&D Cab Co Inc"
  value: "3556 - 36214 RC Andrews Cab"
  value: "3620 - 52292 David K. Cab Corp."
  value: "3623 - 72222 Arrington Enterprises"
  value: "4053 - 40193 Adwar H. Nikola"
  value: "4197 - 41842 Royal Star"
  value: "4615 - 83503 Tyrone Henderson"
  value: "4623 - 27290 Jay Kim"
  value: "5006 - 39261 Salifu Bawa"
  value: "5062 - 34841 Sam Mestas"
  value: "5074 - 54002 Ahzmi Inc"
  value: "5129 - 87128"
  value: "5724 - 75306 KYVI Cab Inc"
  value: "585 - 88805 Valley Cab Co"
  value: "5874 - 73628 Sergey Cab Corp."
  value: "5997 - 65283 AW Services Inc."
  value: "6057 - 24657 Richard Addo"
  value: "6488 - 83287 Zuha Taxi"
  value: "6574 - Babylon Express Inc."
  value: "6742 - 83735 Tasha ride inc"
  value: "6743 - 78771 Luhak Corp"
  value: "6747 - Mueen Abdalla"
  value: "Blue Ribbon Taxi Association Inc."
  value: "Chicago Elite Cab Corp. (Chicago Carriag"
  value: "Chicago Medallion Leasing INC"
  value: "Chicago Medallion Management"
  value: "Choice Taxi Association"
  value: "Dispatch Taxi Affiliation"
  value: "Flash Cab"
  value: "KOAM Taxi Association"
  value: "Northwest Management LLC"
  value: "Suburban Dispatch LLC"
  value: "Taxi Affiliation Services"
  value: "Top Cab Affiliation"
}
string_domain {
  name: "payment_type"
  value: "Cash"
  value: "Credit Card"
  value: "Dispute"
  value: "No Charge"
  value: "Unknown"
}

Writing schema to output path.
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/__init__.py>:82: UserWarning: You are using Apache Beam with Python 2. New releases of Apache Beam will soon support Python 3 only.
  'You are using Apache Beam with Python 2. '
tfdv_analyze_and_validate.py:117: FutureWarning: _ReadFromBigQuery is experimental.
  | 'ConvertToTFDVInput' >> beam.Map(
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1613: BeamDeprecationWarning: options is deprecated since First stable release. References to <pipeline>.options will not be supported
  temp_location = pcoll.pipeline.options.view_as(
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:948: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-03-19 14:50:19.002225: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-03-19 14:50:19.012057: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
2020-03-19 14:50:19.013647: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x6d56d30 executing computations on platform Host. Devices:
2020-03-19 14:50:19.013685: I tensorflow/compiler/xla/service/service.cc:175]   StreamExecutor device (0): <undefined>, <undefined>
2020-03-19 14:50:19.026984: W tensorflow/compiler/jit/mark_for_compilation_pass.cc:1412] (One-time warning): Not using XLA:CPU for cluster because envvar TF_XLA_FLAGS=--tf_xla_cpu_global_jit was not set.  If you want XLA:CPU, either set that envvar, or use experimental_jit_scope to enable XLA:CPU.  To confirm that XLA is active, pass --vmodule=xla_compilation_cache=1 (as a proper command-line flag, not via TF_XLA_FLAGS) or set the envvar XLA_FLAGS=--xla_hlo_profile.
WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

WARNING:tensorflow:From <https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/tensorflow_transform/analyzers.py>:994: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.

warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md

warning: check: missing required meta-data: url

warning: check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) must be supplied

ERROR:root:java.lang.OutOfMemoryError: Metaspace
Traceback (most recent call last):
  File "tfdv_analyze_and_validate.py", line 227, in <module>
    main()
  File "tfdv_analyze_and_validate.py", line 212, in main
    project=known_args.metric_reporting_project)
  File "tfdv_analyze_and_validate.py", line 132, in compute_stats
    result.wait_until_finish()
  File "<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 545, in wait_until_finish
    (self._job_id, self._state, self._last_error_message()))
RuntimeError: Pipeline chicago-taxi-tfdv-20200319-144240-eval_dc4aa3fc-90bf-4361-bcc5-ad9a15891891 failed in state FAILED: java.lang.OutOfMemoryError: Metaspace

> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/sdks/python/test-suites/portable/py2/build.gradle'> line: 197

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:chicagoTaxiExample'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 9m 50s
6 actionable tasks: 5 executed, 1 up-to-date

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

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