See
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Dataflow/270/display/redirect?page=changes>
Changes:
[robertwb] [BEAM-9577] New artifact staging and retrieval service for Java.
[robertwb] [BEAM-9577] Multi-threaded artifact staging service backend.
[mxm] [BEAM-9733] Always let ImpulseSourceFunction emit a final watermark
[mxm] [BEAM-9794] Reduce state cells needed for BufferingDoFnRunner
[apilloud] [BEAM-9514] Ensure nullability passes through sum
[lcwik] [BEAM-2939] Expose HasProgress interface for restriction trackers and
[lcwik] [BEAM-2939] Add the ability for SDK harness runners to provide
[lcwik] [BEAM-2939] Integrate progress reporting for splittable dofns.
[lcwik] [BEAM-2939] Fold Sizes sub-interfaces into RestrictionTracker
[lcwik] [BEAM-2939] Drop HasSize in favor of using
[mxm] [BEAM-9733] Make up for timers set while processing the bundle
[robertwb] Use futures, better error handling.
[github] [BEAM-9701] Increments fastavro version range upper bound to 0.24.
[pabloem] [BEAM-9812] Fixing bug causing pipelines requiring temp tables to not
[ehudm] [BEAM-7405] Workaround for bad Docker config
[boyuanz] [BEAM-8871] Support trySplit for ByteKeyRangeTracker
[tweise] [BEAM-9811] Nightly snapshot publish error
[github] [BEAM-9775] Adding Go SDF example, adjusting GetProgress signature.
------------------------------------------
[...truncated 89.62 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_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_fraction: 1.0
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: "303 Taxi"
value: "5 Star Taxi"
value: "American United"
value: "Blue Diamond"
value: "Checker Taxi"
value: "Flash Cab"
value: "Metro Group"
value: "Norshore Cab"
value: "Yellow Cab"
}
string_domain {
name: "payment_type"
value: "Cash"
value: "Credit Card"
}
}
anomaly_info {
key: "trip_seconds"
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_seconds"
}
}
}
anomaly_name_format: SERIALIZED_PATH
Writing anomalies to anomalies path.
Preprocessing train data...
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/local/lib/python2.7/site-packages/apache_beam/io/gcp/bigquery.py>:1631:
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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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-04-24 14:48:59.887077: 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-04-24 14:48:59.897599: I
tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency:
2299995000 Hz
2020-04-24 14:48:59.899150: I tensorflow/compiler/xla/service/service.cc:168]
XLA service 0x71862b0 executing computations on platform Host. Devices:
2020-04-24 14:48:59.899222: I tensorflow/compiler/xla/service/service.cc:175]
StreamExecutor device (0): <undefined>, <undefined>
2020-04-24 14:48:59.915757: 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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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_Dataflow/ws/src/build/gradleenv/-194514014/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-20200424-142813/chicago_taxi_output/tft_output/tftransform_tmp/77320ac506c94136816a4f46d81bb507/saved_model.pb
INFO:tensorflow:SavedModel written to:
gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200424-142813/chicago_taxi_output/tft_output/tftransform_tmp/77320ac506c94136816a4f46d81bb507/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-20200424-142813/chicago_taxi_output/tft_output/tftransform_tmp/bc01fb974146431eb764bfe51bf35af3/saved_model.pb
INFO:tensorflow:SavedModel written to:
gs://temp-storage-for-perf-tests/chicago-taxi/chicago-taxi-tfdv-20200424-142813/chicago_taxi_output/tft_output/tftransform_tmp/bc01fb974146431eb764bfe51bf35af3/saved_model.pb
WARNING:root:Make sure that locally built Python SDK docker image has Python
2.7 interpreter.
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
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_Dataflow/ws/src/build/gradleenv/-194514014/local/lib/python2.7/site-packages/apache_beam/runners/dataflow/dataflow_runner.py",>
line 1646, in wait_until_finish
self)
apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException: Dataflow
pipeline failed. State: FAILED, Error:
A setup error was detected in
chicago-taxi-tfdv-2020042-04240749-wynu-harness-3nct. Please refer to the
worker-startup log for detailed information.
> Task :sdks:python:test-suites:dataflow:py2:chicagoTaxiExample FAILED
FAILURE: Build failed with an exception.
* Where:
Build file
'<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Dataflow/ws/src/sdks/python/test-suites/dataflow/py2/build.gradle'>
line: 201
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow: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 32m 14s
6 actionable tasks: 6 executed
Publishing build scan...
https://gradle.com/s/xmcsodge2bykm
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]