See
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/232/display/redirect?page=changes>
Changes:
[Kamil Wasilewski] [BEAM-10672] Move StatefulLoadGenerator from pardo_test.py
[Kamil Wasilewski] [BEAM-10672] Several fixes to init actions for Dataproc
cluster
[Kamil Wasilewski] [BEAM-10672] Add Python Combine Load Tests for streaming on
Flink
[Kamil Wasilewski] [BEAM-10672] Use customized image tags
[Kamil Wasilewski] [BEAM-10672] Update Load tests jobs README
[Kamil Wasilewski] fix: separate job for building Docker images
------------------------------------------
[...truncated 108.11 KB...]
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 - Godfrey S.Awir"
value: "2823 - Seung Lee"
value: "3897 - Ilie Malec"
value: "Blue Ribbon Taxi Association Inc."
value: "C & D Cab Co 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: "KOAM Taxi Association"
value: "Northwest Management LLC"
value: "Taxi Affiliation Services"
value: "Top Cab Affiliation"
}
string_domain {
name: "payment_type"
value: "Cash"
value: "Credit Card"
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%), 3011 - JBL Cab Inc. (<1%), 3385 - 23210 Eman Cab (<1%),
5129 - Mengisti Taxi (<1%), 6488 - Zuha Taxi (<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%), 3011 - JBL Cab Inc. (<1%), 3385 - 23210 Eman Cab
(<1%), 5129 - Mengisti Taxi (<1%), 6488 - Zuha Taxi (<1%). "
}
path {
step: "company"
}
}
}
anomaly_info {
key: "fare"
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: "fare"
}
}
}
anomaly_info {
key: "tips"
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: "tips"
}
}
}
anomaly_name_format: SERIALIZED_PATH
Writing anomalies to anomalies path.
Preprocessing train data...
<https://ci-beam.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 the final Apache Beam release with Python 2
support. New releases of Apache Beam will require Python 3.6 or a newer version.
'You are using the final Apache Beam release with Python 2 support. '
<https://ci-beam.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src/build/gradleenv/1866363813/local/lib/python2.7/site-packages/azure/storage/blob/_shared/encryption.py>:15:
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python
core team. Support for it is now deprecated in cryptography, and will be
removed in a future release.
from cryptography.hazmat.backends import default_backend
WARNING:tensorflow:From
<https://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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.
<https://ci-beam.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>:1875:
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://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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-09-08 14:40:38.578606: 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-09-08 14:40:38.590599: I
tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency:
2300000000 Hz
2020-09-08 14:40:38.592159: I tensorflow/compiler/xla/service/service.cc:168]
XLA service 0x7ec5770 executing computations on platform Host. Devices:
2020-09-08 14:40:38.592219: I tensorflow/compiler/xla/service/service.cc:175]
StreamExecutor device (0): <undefined>, <undefined>
2020-09-08 14:40:38.608904: 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://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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://ci-beam.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-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/14a572774f214f27b091abc49709b717/saved_model.pb
INFO:tensorflow:SavedModel written to:
gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/14a572774f214f27b091abc49709b717/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-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/4fcccd0873b94afc908c6eebafd85a30/saved_model.pb
INFO:tensorflow:SavedModel written to:
gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/4fcccd0873b94afc908c6eebafd85a30/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
WARNING:root:Make sure that locally built Python SDK docker image has Python
2.7 interpreter.
./run_chicago.sh: line 140: 12305 Terminated python preprocess.py
--output_dir ${TFT_OUTPUT_PATH} --outfile_prefix train_transformed --input
bigquery-public-data.chicago_taxi_trips.taxi_trips --schema_file ${SCHEMA_PATH}
--project ${GCP_PROJECT} --region us-central1 --temp_location ${TEMP_PATH}
--job_name ${JOB_ID} --runner ${RUNNER} --max_rows ${MAX_ROWS}
--publish_to_big_query=true --metrics_dataset='beam_performance'
--metrics_table='chicago_taxi_preprocess'${METRICS_TABLE_SUFFIX}
--metric_reporting_project ${GCP_PROJECT} --setup_file ./setup.py
${PIPELINE_OPTIONS}
> Task :sdks:python:test-suites:portable:py2:chicagoTaxiExample FAILED
The message received from the daemon indicates that the daemon has disappeared.
Build request sent: Build{id=47e720e6-e3c5-4c4b-8b5e-6104077070e4,
currentDir=<https://ci-beam.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Flink/ws/src}>
Attempting to read last messages from the daemon log...
Daemon pid: 988
log file: /home/jenkins/.gradle/daemon/5.2.1/daemon-988.out.log
----- Last 20 lines from daemon log file - daemon-988.out.log -----
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-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/14a572774f214f27b091abc49709b717/saved_model.pb
INFO:tensorflow:SavedModel written to:
gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/14a572774f214f27b091abc49709b717/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-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/4fcccd0873b94afc908c6eebafd85a30/saved_model.pb
INFO:tensorflow:SavedModel written to:
gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200908-142640/chicago_taxi_output/tft_output/tftransform_tmp/4fcccd0873b94afc908c6eebafd85a30/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
WARNING:root:Make sure that locally built Python SDK docker image has Python
2.7 interpreter.
./run_chicago.sh: line 140: 12305 Terminated python preprocess.py
--output_dir ${TFT_OUTPUT_PATH} --outfile_prefix train_transformed --input
bigquery-public-data.chicago_taxi_trips.taxi_trips --schema_file ${SCHEMA_PATH}
--project ${GCP_PROJECT} --region us-central1 --temp_location ${TEMP_PATH}
--job_name ${JOB_ID} --runner ${RUNNER} --max_rows ${MAX_ROWS}
--publish_to_big_query=true --metrics_dataset='beam_performance'
--metrics_table='chicago_taxi_preprocess'${METRICS_TABLE_SUFFIX}
--metric_reporting_project ${GCP_PROJECT} --setup_file ./setup.py
${PIPELINE_OPTIONS}
Daemon vm is shutting down... The daemon has exited normally or was terminated
in response to a user interrupt.
----- End of the daemon log -----
FAILURE: Build failed with an exception.
* What went wrong:
Gradle build daemon disappeared unexpectedly (it may have been killed or may
have crashed)
* 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
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]