[jira] [Commented] (PROTON-2679) Parallel build of python bindings occasionally fails

2023-02-03 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17683970#comment-17683970
 ] 

ASF subversion and git services commented on PROTON-2679:
-

Commit 36dc2878838cd21f1ca3981cea1814f95be3670b in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=36dc28788 ]

PROTON-2679: Fix Python build dependencies again

This makes the python build dependencies even more linear and should
hopefully remove the final issues in parallel build for python.


> Parallel build of python bindings occasionally fails
> 
>
> Key: PROTON-2679
> URL: https://issues.apache.org/jira/browse/PROTON-2679
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: proton-c-0.39.0
>Reporter: Ken Giusti
>Assignee: Andrew Stitcher
>Priority: Major
>
> See skupper CI failure:
> [https://github.com/skupperproject/skupper-router/actions/runs/4056555498/jobs/6981190135#step:17:234]
> Appears to be trying to build the same file twice:
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_condition.py
>  proton/_condition.py 
>  
> [ 38%] Generating proton/_condition.py 
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_condition.py
>  proton/_condition.py 
>  
> [ 39%] Generating proton/_data.py 
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_data.py
>  proton/_data.py 
>  
> [ 40%] Generating proton/_data.py 
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_data.py
>  proton/_data.py 
>  
> Error copying file 
> "/home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_condition.py"
>  to "proton/_condition.py". 
>  
> gmake[2]: *** [python/CMakeFiles/pydist.dir/build.make:280: 
> python/proton/_condition.py] Error 1 
>  
> gmake[2]: *** Deleting file 'python/proton/_condition.py' 
>  
> gmake[2]: *** Waiting for unfinished jobs 
>  
> gmake[1]: *** [CMakeFiles/Makefile2:572: python/CMakeFiles/pydist.dir/all] 
> Error 2 
>  
> gmake[2]: Leaving directory 
> '/__w/skupper-router/skupper-router/qpid-proton/build' 
>  
> gmake[1]: *** Waiting for unfinished jobs



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-2679) Parallel build of python bindings occasionally fails

2023-01-31 Thread Andrew Stitcher (Jira)


[ 
https://issues.apache.org/jira/browse/PROTON-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17682746#comment-17682746
 ] 

Andrew Stitcher commented on PROTON-2679:
-

A possible fix for this issua has been committed to PROTON-2095. 

> Parallel build of python bindings occasionally fails
> 
>
> Key: PROTON-2679
> URL: https://issues.apache.org/jira/browse/PROTON-2679
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: proton-c-0.39.0
>Reporter: Ken Giusti
>Assignee: Andrew Stitcher
>Priority: Major
>
> See skupper CI failure:
> [https://github.com/skupperproject/skupper-router/actions/runs/4056555498/jobs/6981190135#step:17:234]
> Appears to be trying to build the same file twice:
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_condition.py
>  proton/_condition.py 
>  
> [ 38%] Generating proton/_condition.py 
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_condition.py
>  proton/_condition.py 
>  
> [ 39%] Generating proton/_data.py 
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_data.py
>  proton/_data.py 
>  
> [ 40%] Generating proton/_data.py 
>  
> cd /__w/skupper-router/skupper-router/qpid-proton/build/python && 
> /usr/bin/cmake -E copy 
> /home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_data.py
>  proton/_data.py 
>  
> Error copying file 
> "/home/runner/work/skupper-router/skupper-router/qpid-proton/python/proton/_condition.py"
>  to "proton/_condition.py". 
>  
> gmake[2]: *** [python/CMakeFiles/pydist.dir/build.make:280: 
> python/proton/_condition.py] Error 1 
>  
> gmake[2]: *** Deleting file 'python/proton/_condition.py' 
>  
> gmake[2]: *** Waiting for unfinished jobs 
>  
> gmake[1]: *** [CMakeFiles/Makefile2:572: python/CMakeFiles/pydist.dir/all] 
> Error 2 
>  
> gmake[2]: Leaving directory 
> '/__w/skupper-router/skupper-router/qpid-proton/build' 
>  
> gmake[1]: *** Waiting for unfinished jobs



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org