[ https://issues.apache.org/jira/browse/THRIFT-5087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055674#comment-17055674 ]
Jano Svitok commented on THRIFT-5087: ------------------------------------- This line is suspicious: https://gitlab-telco.whitestein.com/telco/3rdparty/thrift/-/blob/master/configure.ac#L309 since $python is 2.7, python3 vesion check is skipped. > test/test.py fails with "AssertionError: Python 3.3 or later is required for > proper operation." > ----------------------------------------------------------------------------------------------- > > Key: THRIFT-5087 > URL: https://issues.apache.org/jira/browse/THRIFT-5087 > Project: Thrift > Issue Type: Bug > Components: Build Process > Reporter: Jens Geyer > Priority: Blocker > Labels: ci-failure > > {code} > /usr/bin/python test/test.py --retry-count 5 --features .* > --skip-known-failures --server > cpp,c_glib,cl,d,java,csharp,py,,rb,hs,perl,php,go,nodejs,dart,erl,lua,rs,netstd,nodets > Traceback (most recent call last): > File "test/test.py", line 45, in <module> > assert (cur_version >= req_version), "Python 3.3 or later is required for > proper operation." > AssertionError: Python 3.3 or later is required for proper operation. > Makefile:1129: recipe for target 'crossfeature' failed > make: *** [crossfeature] Error 1 > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)