Adar Dembo has posted comments on this change.
Change subject: python: restore setuptools requirement and employ different
workaround
......................................................................
Patch Set 1: Verified+1
One test failed in test setup:
INFO 42520 run_isolated(173): Running ['/usr/bin/python',
u'../../build-support/run_dist_test.py', u'-e', u'GTEST_SHARD_INDEX=0', u'-e',
u'GTEST_TOTAL_SHARDS=1', u'-e', u'KUDU_TEST_TIMEOUT=870', u'-e',
u'KUDU_ALLOW_SLOW_TESTS=1', u'-e', u'KUDU_COMPRESS_TEST_OUTPUT=1', u'--',
u'../release/bin/catalog_manager-test'],
cwd=/tmp/run_tha_testXgd2YF/build/isolate
Traceback (most recent call last):
File "../../build-support/run_dist_test.py", line 150, in <module>
main()
File "../../build-support/run_dist_test.py", line 122, in main
fixup_rpaths(os.path.join(ROOT, "build"))
File "../../build-support/run_dist_test.py", line 90, in fixup_rpaths
fix_rpath(p)
File "../../build-support/run_dist_test.py", line 75, in fix_rpath
rpath = re.search("R(?:UN)?PATH=(.+)", stdout.strip()).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
--
To view, visit http://gerrit.cloudera.org:8080/7661
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I1a8947bc8e89ec73728749bbcc6e9b919e26838a
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: No