-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64290/#review192699
-----------------------------------------------------------
Master (89338dd) is red with this patch.
./build-support/jenkins/build.sh
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
WARN] Reached consecutive failure limit.
--------------- Captured log call ----------------
http_signaler.py 52 DEBUG DEBUG] Using
timeout 1.0 secs.
health_checker.py 211 DEBUG DEBUG] Health
checker thread started.
health_checker.py 132 DEBUG DEBUG] Health
checks enabled. Performing health check.
health_checker.py 167 INFO INFO] Reached
consecutive success limit.
health_checker.py 132 DEBUG DEBUG] Health
checks enabled. Performing health check.
health_checker.py 143 WARNING WARN] Health
check failure: failure-2
health_checker.py 146 DEBUG DEBUG] Reset
consecutive successes counter.
health_checker.py 184 WARNING WARN] Ignoring
failure of attempt: 2
health_checker.py 132 DEBUG DEBUG] Health
checks enabled. Performing health check.
health_checker.py 143 WARNING WARN] Health
check failure: failure-3
health_checker.py 159 WARNING WARN] Reached
consecutive failure limit.
2 failed, 793 passed, 6 skipped in 275.95 seconds
FAILURE
Waiting for background workers to finish.
15:49:25 05:11 [complete]
FAILURE
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On Dec. 4, 2017, 7:23 a.m., John Sirois wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/64290/
> -----------------------------------------------------------
>
> (Updated Dec. 4, 2017, 7:23 a.m.)
>
>
> Review request for Aurora, Stephan Erb and Bill Farner.
>
>
> Repository: aurora
>
>
> Description
> -------
>
> Update to Thrift 0.10.0 (https://github.com/apache/thrift/blob/master/CHANGES)
>
> Included changes:
>
> * Update to the latest pants version. This was necesary to get ./pants gen
> working.
> * The Java hashcode option has been removed as it is now the default.
>
> .isort.cfg
> | 1 +
> 3rdparty/python/requirements.txt
> | 2 +-
> api/src/main/thrift/org/apache/aurora/gen/BUILD
> | 10 +-
> api/src/main/thrift/org/apache/thermos/BUILD
> | 2 +-
> build-support/jenkins/build.sh
> | 3 +-
> build-support/packer/build.sh
> | 4 +-
> build-support/python/checkstyle-check
> | 2 +-
> build-support/python/isort
> | 32 -----
> build-support/python/isort-check
> | 2 +-
> build-support/python/isort-run
> | 2 +-
> build-support/release/make-python-sdists
> | 2 +-
> build-support/thrift/.gitignore
> | 3 +-
> build-support/thrift/AURORA-1727.compiler.cpp.Makefile.in.patch
> | 370 --------------------------------------------------
>
> build-support/thrift/AURORA-1727.compiler.cpp.src.generate.t_java_generator.cc.patch
> | 15 --
> build-support/thrift/AURORA-1727.lib.py.setup.py.patch
> | 45 ------
> build-support/thrift/BUILD
> | 27 ----
> build-support/thrift/Makefile
> | 63 ---------
> build-support/thrift/prepare_binary.sh
> | 72 ----------
> build-support/thrift/thriftw
> | 80 ++++++++---
> build.gradle
> | 2 +-
> buildSrc/src/main/groovy/org/apache/aurora/build/ThriftPlugin.groovy
> | 2 +-
> pants.ini
> | 18 +--
> src/main/python/apache/aurora/client/cli/BUILD
> | 4 +-
> src/main/python/apache/thermos/observer/BUILD
> | 8 +-
> src/test/python/apache/aurora/__init__.py
> | 13 --
> src/test/python/apache/aurora/admin/__init__.py
> | 13 --
> src/test/python/apache/aurora/client/__init__.py
> | 13 --
> src/test/python/apache/aurora/client/api/__init__.py
> | 13 --
> src/test/python/apache/aurora/client/binding_helpers/__init__.py
> | 13 --
> src/test/python/apache/aurora/client/cli/__init__.py
> | 13 --
> src/test/python/apache/aurora/client/docker/__init__.py
> | 13 --
> src/test/python/apache/aurora/common/health_check/__init__.py
> | 13 --
> src/test/python/apache/aurora/executor/common/__init__.py
> | 13 --
> src/test/python/apache/thermos/core/test_process.py
> | 38 +++---
> 34 files changed, 110 insertions(+), 816 deletions(-)
>
>
> Diffs
> -----
>
> .isort.cfg f53ccba7d1d45adcb4753cfd05c53bbec5c89dde
> 3rdparty/python/requirements.txt 155930dc6b808fb2f573f427a4508e388ee04b5a
> api/src/main/thrift/org/apache/aurora/gen/BUILD
> 835b0cc6f51a592f7d5b6129dbe9519455eb6555
> api/src/main/thrift/org/apache/thermos/BUILD
> b58338e76bdee3481071d8f27235a9dbb6bf07b5
> build-support/jenkins/build.sh f59fe278aea55fc3ffa1b5dff7b686cfcfae1ee7
> build-support/packer/build.sh 85444125abc0c7e600a09933411e57c0d74051ac
> build-support/python/checkstyle-check
> 0c8800232e20347b2be9a538ffed1d47a7815241
> build-support/python/isort 37e6cd23d2437055a15abfec6924c1bdd051de20
> build-support/python/isort-check a1bb94c99250f54f8fc261fb311cd34ce8355c78
> build-support/python/isort-run 1b39d41212d6e870c55d420a9d844fd67dd40eae
> build-support/release/make-python-sdists
> 51e11dbc1929609374031c9b23a96f035eba902b
> build-support/thrift/.gitignore 82c5bc5cd773ecf3ec194de41a340a3ef9b83aa5
> build-support/thrift/AURORA-1727.compiler.cpp.Makefile.in.patch
> 77c966caa3d1f644241bcc2b1968bc9306c56689
>
> build-support/thrift/AURORA-1727.compiler.cpp.src.generate.t_java_generator.cc.patch
> 42300b43a8f72e45c96b975e5d3a6a7bd0283529
> build-support/thrift/AURORA-1727.lib.py.setup.py.patch
> 11c7b13341e156f3686511cb40ab13c1256203a6
> build-support/thrift/BUILD ab19f1f68682d88f731a463c15591e45a317e760
> build-support/thrift/Makefile f440b610afe321af663e393a29eebda7af7bd7a8
> build-support/thrift/prepare_binary.sh
> 4ad997bf039294f7940b93a76ebf014689f8f618
> build-support/thrift/thriftw c8debd07bc9da97fb58db795e67c9ac82cc30bc1
> build.gradle af119910e84c48f75f2573ababcfa287c3b986fc
> buildSrc/src/main/groovy/org/apache/aurora/build/ThriftPlugin.groovy
> fc2bc9082dae2c63aa578c05dc89feb346260a67
> pants.ini 0671d9ab6381e5b9c324dc09a891a639cbfb2ccc
> src/main/python/apache/aurora/client/cli/BUILD
> 80a6dec9acf5b64cff64143929916676b79be686
> src/main/python/apache/thermos/observer/BUILD
> 95b8dcd7d123d3a2bcb22df7efc60374ef919bf7
> src/test/python/apache/aurora/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/admin/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/client/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/client/api/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/client/binding_helpers/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/client/cli/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/client/docker/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/common/health_check/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/aurora/executor/common/__init__.py
> 0663a9ad8ae194b63ce6d77dabfe65564e2d26dd
> src/test/python/apache/thermos/core/test_process.py
> 6cb9176e14eccbe7ed10501199a34e5e67d6fe44
>
>
> Diff: https://reviews.apache.org/r/64290/diff/2/
>
>
> Testing
> -------
>
> FAILS:
> $ ./build-support/jenkins/build.sh
>
> NB: The broken bit is `./build-support/release/make-python-sdists`.
> The underlying failure looking like:
> ```
> $ ./pants setup-py --recursive src/main/python/apache/aurora/admin
>
> 00:17:40 00:00 [main]
> (To run a reporting server: ./pants server)
> 00:17:40 00:00 [setup]
> 00:17:40 00:00 [parse]
> Executing tasks in goals: gen -> pyprep -> setup-py
> 00:17:40 00:00 [gen]
> 00:17:40 00:00 [thrift-py]
> 00:17:40 00:00 [pyprep]
> 00:17:40 00:00 [interpreter]
> 00:17:40 00:00 [requirements]
> 00:17:40 00:00 [sources]
> 00:17:40 00:00 [setup-py]
> 00:17:40 00:00 [setup-py]
> Creating setup.py project for
> PythonLibrary(BuildFileAddress(src/main/python/apache/aurora/admin/BUILD,
> admin))
> Creating setup.py project for
> PythonLibrary(BuildFileAddress(api/src/main/thrift/org/apache/aurora/gen/BUILD,
> gen))
> FAILURE: No exported target owner found for
> PythonLibrary(.pants.d/gen/thrift-py/252d64521cf9/api.src.main.thrift.org.apache.aurora.gen._api/current:api.src.main.thrift.org.apache.aurora.gen._api)
>
> 00:17:40 00:00 [complete]
> FAILURE
> ```
>
> Filed this issue against pants:
> https://github.com/pantsbuild/pants/issues/5153
>
>
> Thanks,
>
> John Sirois
>
>