[jira] [Commented] (MESOS-7163) python: Produce python3 compatible python bindings

2020-06-10 Thread Patrick (Jira)


[ 
https://issues.apache.org/jira/browse/MESOS-7163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132753#comment-17132753
 ] 

Patrick commented on MESOS-7163:


Has this been investigated any further?

Are python3 libraries available from builds but not obviously published?

Airflow has upgraded to only python3 and python3 libraries are needed to 
support airflow on mesos now

> python: Produce python3 compatible python bindings
> --
>
> Key: MESOS-7163
> URL: https://issues.apache.org/jira/browse/MESOS-7163
> Project: Mesos
>  Issue Type: Bug
>  Components: python api
>Reporter: Anthony Sottile
>Priority: Minor
>
> We're looking to migrate a codebase using mesos to use python3.  Some of the 
> mesos python apis already seem to work though the cpython bindings will need 
> some tweaking.
> This is probably blocked on producing source distributions, I'll link that 
> ticket.



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


[jira] [Assigned] (MESOS-7485) Add verbose logging for curl commands used in fetcher/puller

2020-06-10 Thread Andrei Budnik (Jira)


 [ 
https://issues.apache.org/jira/browse/MESOS-7485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrei Budnik reassigned MESOS-7485:


Assignee: Andrei Budnik

> Add verbose logging for curl commands used in fetcher/puller
> 
>
> Key: MESOS-7485
> URL: https://issues.apache.org/jira/browse/MESOS-7485
> Project: Mesos
>  Issue Type: Bug
>Reporter: Zhitao Li
>Assignee: Andrei Budnik
>Priority: Major
>
> Right now it's pretty hard to debug curl failures from puller/fetcher: even 
> with verbose logging turned on, we only see `curl` failed but no additional 
> information.
> We should at least log the URL we send to curl. Ideally, we should also log 
> all other options exception any Auth headers (maybe indicating which auth 
> header used).



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


[jira] [Created] (MESOS-10140) CMake Error: Problem with archive_read_open_file(): Unrecognized archive format

2020-06-10 Thread QuellaZhang (Jira)
QuellaZhang created MESOS-10140:
---

 Summary: CMake Error: Problem with archive_read_open_file(): 
Unrecognized archive format
 Key: MESOS-10140
 URL: https://issues.apache.org/jira/browse/MESOS-10140
 Project: Mesos
  Issue Type: Bug
  Components: build
Reporter: QuellaZhang
 Attachments: mesos_build.log

Hi All,

We tried to build Mesos on Windows with VS2019. It failed to build due to 
"CUSTOMBUILD : CMake error : Problem with archive_read_open_file(): 
Unrecognized archive format 
[F:\gitP\apache\mesos\build_amd64\3rdparty\wclayer-WIP.vcxproj]" on Windows 
using MSVC. It can be reproduced on latest reversion d4634f4 on master branch. 
Could you help confirm? We use cmake version 3.17.2.

 

Reproduce steps:

1.  git clone -c core.autocrlf=true [https://github.com/apache/mesos] 
F:\gitP\apache\mesos
2.  Open a VS 2019 x64 command prompt as admin and browse to 
F:\gitP\apache\mesos
3.  mkdir build_amd64 && pushd build_amd64

4.  cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.18362.0 
-DENABLE_LIBEVENT=1 -DHAS_AUTHENTICATION=0 
-DPATCHEXE_PATH="F:\tools\gnuwin32\bin" -T host=x64 ..

5.  set _CL_=/D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING

6.  msbuild /maxcpucount:4 /p:Platform=x64 /p:Configuration=Debug Mesos.sln 
/t:Rebuild

 

ErrorMessage:

*manual run:*

F:\gitP\apache\mesos\build_amd64\3rdparty\wclayer-WIP\src>cmake --version
cmake version 3.17.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).

F:\gitP\apache\mesos\build_amd64\3rdparty\wclayer-WIP\src>cmake -E tar xjf 
archive.tar
CMake Error: Problem with archive_read_open_file(): Unrecognized archive format
CMake Error: Problem extracting tar: archive.tar

*build log: (see attachment)*

59>CUSTOMBUILD : CMake error : Problem with archive_read_open_file(): 
Unrecognized archive format 
[F:\gitP\apache\mesos\build_amd64\3rdparty\wclayer-WIP.vcxproj]
 59>CUSTOMBUILD : CMake error : Problem extracting tar: 
F:/gitP/apache/mesos/build_amd64/3rdparty/wclayer-WIP/src/archive.tar 
[F:\gitP\apache\mesos\build_amd64\3rdparty\wclayer-WIP.vcxproj]
 -- extracting... [error clean up]
 CMake Error at wclayer-WIP-stamp/extract-wclayer-WIP.cmake:33 (message):
 59>CUSTOMBUILD : error : extract of 
[F:\gitP\apache\mesos\build_amd64\3rdparty\wclayer-WIP.vcxproj]
 'F:/gitP/apache/mesos/build_amd64/3rdparty/wclayer-WIP/src/archive.tar'
 failed
 failed



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