[jira] [Commented] (BEAM-9414) [beam_PostCommit_Python2] build failed

2020-02-29 Thread Chamikara Madhusanka Jayalath (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17048464#comment-17048464
 ] 

Chamikara Madhusanka Jayalath commented on BEAM-9414:
-

Thanks. Yeah, you are right. PostCommit is passing now. 

Resolving this.

> [beam_PostCommit_Python2] build failed
> --
>
> Key: BEAM-9414
> URL: https://issues.apache.org/jira/browse/BEAM-9414
> Project: Beam
>  Issue Type: Bug
>  Components: test-failures
>Reporter: Yueyang Qiu
>Assignee: Chad Dombrova
>Priority: Major
>  Labels: currently-failing
>
> See [https://builds.apache.org/job/beam_PostCommit_Python2/1844/]
>  
> Error:
>  
> *16:07:07* FAILURE: Build failed with an exception.*16:07:07* *16:07:07* * 
> Where:*16:07:07* Build file 
> '/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/test-suites/portable/py2/build.gradle'
>  line: 143*16:07:07* *16:07:07* * What went wrong:*16:07:07* Execution failed 
> for task 
> ':sdks:python:test-suites:portable:py2:crossLanguagePortableWordCount'.*16:07:07*
>  > Process 'command 'sh'' finished with non-zero exit value 1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9414) [beam_PostCommit_Python2] build failed

2020-02-29 Thread Chad Dombrova (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17048423#comment-17048423
 ] 

Chad Dombrova commented on BEAM-9414:
-

This should have been fixed in BEAM-9405, in this PR: 
https://github.com/apache/beam/pull/11001

[~chamikara] the link you posted is the _fix_ to the problem, rather than the 
cause.  Well, that's the intent anyway.

{{PortableRunner.create_job_service}} was renamed, which caused the break in 
that test, and in the PR linked above it was renamed back to 
{{PortableRunner.create_job_service}}, so everything should be good again.  Let 
me know if it is not. 



> [beam_PostCommit_Python2] build failed
> --
>
> Key: BEAM-9414
> URL: https://issues.apache.org/jira/browse/BEAM-9414
> Project: Beam
>  Issue Type: Bug
>  Components: test-failures
>Reporter: Yueyang Qiu
>Assignee: Chad Dombrova
>Priority: Major
>  Labels: currently-failing
>
> See [https://builds.apache.org/job/beam_PostCommit_Python2/1844/]
>  
> Error:
>  
> *16:07:07* FAILURE: Build failed with an exception.*16:07:07* *16:07:07* * 
> Where:*16:07:07* Build file 
> '/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/test-suites/portable/py2/build.gradle'
>  line: 143*16:07:07* *16:07:07* * What went wrong:*16:07:07* Execution failed 
> for task 
> ':sdks:python:test-suites:portable:py2:crossLanguagePortableWordCount'.*16:07:07*
>  > Process 'command 'sh'' finished with non-zero exit value 1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9414) [beam_PostCommit_Python2] build failed

2020-02-28 Thread Chamikara Madhusanka Jayalath (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17048096#comment-17048096
 ] 

Chamikara Madhusanka Jayalath commented on BEAM-9414:
-

Chad, this seems to be related to 
[https://github.com/apache/beam/commit/af69a78c7de9216025ed6d1d92f93332ac5590df]

Can you take a look ?

> [beam_PostCommit_Python2] build failed
> --
>
> Key: BEAM-9414
> URL: https://issues.apache.org/jira/browse/BEAM-9414
> Project: Beam
>  Issue Type: Bug
>  Components: test-failures
>Reporter: Yueyang Qiu
>Priority: Major
>  Labels: currently-failing
>
> See [https://builds.apache.org/job/beam_PostCommit_Python2/1844/]
>  
> Error:
>  
> *16:07:07* FAILURE: Build failed with an exception.*16:07:07* *16:07:07* * 
> Where:*16:07:07* Build file 
> '/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/test-suites/portable/py2/build.gradle'
>  line: 143*16:07:07* *16:07:07* * What went wrong:*16:07:07* Execution failed 
> for task 
> ':sdks:python:test-suites:portable:py2:crossLanguagePortableWordCount'.*16:07:07*
>  > Process 'command 'sh'' finished with non-zero exit value 1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9414) [beam_PostCommit_Python2] build failed

2020-02-28 Thread Chamikara Madhusanka Jayalath (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17048095#comment-17048095
 ] 

Chamikara Madhusanka Jayalath commented on BEAM-9414:
-

apache_beam/__init__.py:82: UserWarning: You are using Apache Beam with Python 
2. New releases of Apache Beam will soon support Python 3 only. 
apache_beam/__init__.py:82: UserWarning: You are using Apache Beam with Python 
2. New releases of Apache Beam will soon support Python 3 only.   'You are 
using Apache Beam with Python 2. ' Starting expansion service at localhost:8096 
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: 
Defaulting to no-operation (NOP) logger implementation SLF4J: See 
http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. ERROR 
StatusLogger Log4j2 could not find a logging implementation. Please add 
log4j-core to the classpath. Using SimpleLogger to log to the console... 
Traceback (most recent call last):   File "/usr/lib/python2.7/runpy.py", line 
174, in _run_module_as_main     "__main__", fname, loader, pkg_name)   File 
"/usr/lib/python2.7/runpy.py", line 72, in _run_code     exec code in 
run_globals   File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/examples/wordcount_xlang.py",
 line 137, in      main()   File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/examples/wordcount_xlang.py",
 line 128, in main     p.runner.create_job_service(pipeline_options) 
AttributeError: 'PortableRunner' object has no attribute 'create_job_service'

> [beam_PostCommit_Python2] build failed
> --
>
> Key: BEAM-9414
> URL: https://issues.apache.org/jira/browse/BEAM-9414
> Project: Beam
>  Issue Type: Bug
>  Components: test-failures
>Reporter: Yueyang Qiu
>Priority: Major
>  Labels: currently-failing
>
> See [https://builds.apache.org/job/beam_PostCommit_Python2/1844/]
>  
> Error:
>  
> *16:07:07* FAILURE: Build failed with an exception.*16:07:07* *16:07:07* * 
> Where:*16:07:07* Build file 
> '/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/test-suites/portable/py2/build.gradle'
>  line: 143*16:07:07* *16:07:07* * What went wrong:*16:07:07* Execution failed 
> for task 
> ':sdks:python:test-suites:portable:py2:crossLanguagePortableWordCount'.*16:07:07*
>  > Process 'command 'sh'' finished with non-zero exit value 1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9414) [beam_PostCommit_Python2] build failed

2020-02-28 Thread Valentyn Tymofieiev (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17048091#comment-17048091
 ] 

Valentyn Tymofieiev commented on BEAM-9414:
---

cc: [~chamikara] [~heejong]

> [beam_PostCommit_Python2] build failed
> --
>
> Key: BEAM-9414
> URL: https://issues.apache.org/jira/browse/BEAM-9414
> Project: Beam
>  Issue Type: Bug
>  Components: test-failures
>Reporter: Yueyang Qiu
>Priority: Major
>  Labels: currently-failing
>
> See [https://builds.apache.org/job/beam_PostCommit_Python2/1844/]
>  
> Error:
>  
> *16:07:07* FAILURE: Build failed with an exception.*16:07:07* *16:07:07* * 
> Where:*16:07:07* Build file 
> '/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/test-suites/portable/py2/build.gradle'
>  line: 143*16:07:07* *16:07:07* * What went wrong:*16:07:07* Execution failed 
> for task 
> ':sdks:python:test-suites:portable:py2:crossLanguagePortableWordCount'.*16:07:07*
>  > Process 'command 'sh'' finished with non-zero exit value 1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (BEAM-9414) [beam_PostCommit_Python2] build failed

2020-02-28 Thread Yueyang Qiu (Jira)


[ 
https://issues.apache.org/jira/browse/BEAM-9414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17048089#comment-17048089
 ] 

Yueyang Qiu commented on BEAM-9414:
---

cc: [~altay] [~udim]  [~tvalentyn]

> [beam_PostCommit_Python2] build failed
> --
>
> Key: BEAM-9414
> URL: https://issues.apache.org/jira/browse/BEAM-9414
> Project: Beam
>  Issue Type: Bug
>  Components: test-failures
>Reporter: Yueyang Qiu
>Priority: Major
>  Labels: currently-failing
>
> See [https://builds.apache.org/job/beam_PostCommit_Python2/1844/]
>  
> Error:
>  
> *16:07:07* FAILURE: Build failed with an exception.*16:07:07* *16:07:07* * 
> Where:*16:07:07* Build file 
> '/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/test-suites/portable/py2/build.gradle'
>  line: 143*16:07:07* *16:07:07* * What went wrong:*16:07:07* Execution failed 
> for task 
> ':sdks:python:test-suites:portable:py2:crossLanguagePortableWordCount'.*16:07:07*
>  > Process 'command 'sh'' finished with non-zero exit value 1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)