[
https://issues.apache.org/jira/browse/AMBARI-23337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411322#comment-16411322
]
Hudson commented on AMBARI-23337:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8903 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8903/])
AMBARI-23337. Remove python3 files from ws4py since they can cause build
(aonishuk:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=79f0cc36923fa214cf6017d3b0d261f6d4ee2b2d])
* (delete) ambari-common/src/main/python/ambari_ws4py/server/tulipserver.py
* (delete) ambari-common/src/main/python/ambari_ws4py/async_websocket.py
> Remove python3 files from ws4py since they can cause build failure
> ------------------------------------------------------------------
>
> Key: AMBARI-23337
> URL: https://issues.apache.org/jira/browse/AMBARI-23337
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Attachments: AMBARI-23337.patch
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> On some envs (not reproducible for me) it can result in failure like this:
>
>
> 2018/03/22 23:49:21 INFO : [INFO] File
> "/usr/lib/ambari-agent/lib/ambari_ws4py/async_websocket.py", line 85
> 2018/03/22 23:49:21 INFO : [INFO] yield from
> self.proto.writer.drain()
> 2018/03/22 23:49:21 INFO : [INFO] ^
> 2018/03/22 23:49:21 INFO : [INFO] SyntaxError: invalid syntax
> 2018/03/22 23:49:21 INFO : [INFO]
> 2018/03/22 23:49:21 INFO : [INFO] Compiling
> /grid/0/jenkins/workspace/Zuul_Ambari_Build_Job/build-support/SOURCES/ambari/ambari-agent/target/rpm/ambari-agent/buildroot/usr/lib/ambari-agent/lib/ambari_ws4py/server/tulipserver.py
> ...
> 2018/03/22 23:49:21 INFO : [INFO] File
> "/usr/lib/ambari-agent/lib/ambari_ws4py/server/tulipserver.py", line 101
> 2018/03/22 23:49:21 INFO : [INFO] request_line = yield from
> self.next_line()
> 2018/03/22 23:49:21 INFO : [INFO] ^
> 2018/03/22 23:49:21 INFO : [INFO] SyntaxError: invalid syntax
> 2018/03/22 23:49:21 INFO : [INFO]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)