See
<https://builds.apache.org/job/beam_PostCommit_Python_Chicago_Taxi_Dataflow/284/display/redirect?page=changes>
Changes:
[robertwb] Move job server to its own module.
[robertwb] [BEAM-9845] Stage artifacts over expansion service.
[robertwb] [BEAM-9577] Resolve dependencies in Java expansion service.
[robertwb] Start artifact service in expansion service driver. 0;256;0c# Please
[mxm] [BEAM-8742] Add stateful and timely processing benchmarks
[mxm] [BEAM-9900] Remove shutdownSourcesOnFinalWatermark flag
[github] [BEAM-9913] remove license dir if exists (#11630)
[github] Merge pull request #11624 from [BEAM-9767] Make streaming_wordcount use
[github] [BEAM-9731] passert.Equals: sort output strings for easier reading
[github] Revert "Pass pipeline options from caller to expansion service
(#11574)"
[klk] Remove tests of Java on Dataflows Java Runner Harness
[github] [Beam-9679] Add Core Transforms section / Map lesson to the Go SDK
katas
[amaliujia] [BEAM-9929] Support UNNEST(array_column) in ZetaSQL.
------------------------------------------
[...truncated 81.43 KB...]
name: "company"
value_count {
min: 1
max: 1
}
type: BYTES
domain: "company"
presence {
min_fraction: 1.0
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_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: "Yellow Cab"
}
string_domain {
name: "payment_type"
value: "Cash"
value: "Credit Card"
}
Writing schema to output path.
<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. '
tfdv_analyze_and_validate.py:117: FutureWarning: ReadFromBigQuery is
experimental.
| 'ConvertToTFDVInput' >> beam.Map(
<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>:1648:
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/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_Dataflow/ws/src/build/gradleenv/-194514014/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-05-08 14:38:35.601425: 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-05-08 14:38:35.611582: I
tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency:
2299995000 Hz
2020-05-08 14:38:35.613034: I tensorflow/compiler/xla/service/service.cc:168]
XLA service 0x722d8b0 executing computations on platform Host. Devices:
2020-05-08 14:38:35.613069: I tensorflow/compiler/xla/service/service.cc:175]
StreamExecutor device (0): <undefined>, <undefined>
2020-05-08 14:38:35.627054: 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/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_Dataflow/ws/src/build/gradleenv/-194514014/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: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 "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_Dataflow/ws/src/build/gradleenv/-194514014/local/lib/python2.7/site-packages/apache_beam/runners/dataflow/dataflow_runner.py",>
line 1642, 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-2020050-05080738-2834-harness-8mkw. 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 21m 53s
6 actionable tasks: 6 executed
Publishing build scan...
https://gradle.com/s/arowgvknx32ts
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]