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

Changes:

[kamil.galuszka] [BEAM-9456] Upgrade Gradle to 6.6.1 (smaller version of #12568)

[yoshiki.obata] [BEAM-10860] avoid dictionary size change when shutting down

[jiadaixia] [BEAM-7925]add projection

[jiadaixia] [BEAM-7925]spotless

[jiadaixia] [BEAM-7925]add schema encoder

[jiadaixia] rename and remove duplicates

[Boyuan Zhang] [BEAM-10863] Change encoding of Pubsub sink to global window.

[noreply] Merge pull request #12709 from [BEAM-8258] add more options and

[Kamil Wasilewski] Fix Python formatting on master branch

[jiadaixia] Modify description

[jiadaixia] Add description


------------------------------------------
[...truncated 98.17 KB...]
  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_fraction: 1.0
    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: "Blue Ribbon Taxi Association Inc."
  value: "Chicago Elite Cab Corp. (Chicago Carriag"
  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"
}

Writing schema to output path.
<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
<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>:1908:
 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/analyzers.py>:948:
 The name tf.Session is deprecated. Please use tf.compat.v1.Session 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/analyzers.py>:948:
 The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-09-10 14:38:50.037929: 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-10 14:38:50.136171: I 
tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 
2300000000 Hz
2020-09-10 14:38:50.137410: I tensorflow/compiler/xla/service/service.cc:168] 
XLA service 0x8edd230 executing computations on platform Host. Devices:
2020-09-10 14:38:50.137454: I tensorflow/compiler/xla/service/service.cc:175]   
StreamExecutor device (0): <undefined>, <undefined>
2020-09-10 14:38:50.185283: 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/analyzers.py>:994:
 The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder 
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/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

WARNING:root:Make sure that locally built Python SDK docker image has Python 
2.7 interpreter.
./run_chicago.sh: line 119: 16456 Terminated              python 
tfdv_analyze_and_validate.py --input 
bigquery-public-data.chicago_taxi_trips.taxi_trips --for_eval --schema_path 
${SCHEMA_PATH} --validate_stats --stats_path 
${TFDV_OUTPUT_PATH}/eval_stats.tfrecord --anomalies_path 
${TFDV_OUTPUT_PATH}/anomalies.pbtxt --project ${GCP_PROJECT} --region 
us-central1 --temp_location ${TEMP_PATH} --job_name ${EVAL_JOB_ID} 
--save_main_session --runner ${RUNNER} --max_rows=${MAX_ROWS} 
--publish_to_big_query=true --metrics_dataset='beam_performance' 
--metrics_table='chicago_taxi_tfdv_validate'${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=3f0f9a17-602c-455c-9178-eac18475f8d1, 
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: 4821
  log file: /home/jenkins/.gradle/daemon/6.6.1/daemon-4821.out.log
----- Last  20 lines from daemon log file - daemon-4821.out.log -----
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/analyzers.py>:948:
 The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.

2020-09-10 14:38:50.037929: 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-10 14:38:50.136171: I 
tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 
2300000000 Hz
2020-09-10 14:38:50.137410: I tensorflow/compiler/xla/service/service.cc:168] 
XLA service 0x8edd230 executing computations on platform Host. Devices:
2020-09-10 14:38:50.137454: I tensorflow/compiler/xla/service/service.cc:175]   
StreamExecutor device (0): <undefined>, <undefined>
2020-09-10 14:38:50.185283: 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/analyzers.py>:994:
 The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder 
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/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

WARNING:root:Make sure that locally built Python SDK docker image has Python 
2.7 interpreter.
./run_chicago.sh: line 119: 16456 Terminated              python 
tfdv_analyze_and_validate.py --input 
bigquery-public-data.chicago_taxi_trips.taxi_trips --for_eval --schema_path 
${SCHEMA_PATH} --validate_stats --stats_path 
${TFDV_OUTPUT_PATH}/eval_stats.tfrecord --anomalies_path 
${TFDV_OUTPUT_PATH}/anomalies.pbtxt --project ${GCP_PROJECT} --region 
us-central1 --temp_location ${TEMP_PATH} --job_name ${EVAL_JOB_ID} 
--save_main_session --runner ${RUNNER} --max_rows=${MAX_ROWS} 
--publish_to_big_query=true --metrics_dataset='beam_performance' 
--metrics_table='chicago_taxi_tfdv_validate'${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]

Reply via email to