You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Niklas Quarfot Nielsen (JIRA)" <ji...@apache.org> on 2015/02/17 23:55:13 UTC

[jira] [Commented] (MESOS-2362) Broken build on ASF CI due to python clean up

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

Niklas Quarfot Nielsen commented on MESOS-2362:
-----------------------------------------------

May have been an intermittent problem - following build succeeded: https://builds.apache.org/job/mesos-reviewbot/4107/
If we don't see this appearing again, let's close this one

> Broken build on ASF CI due to python clean up
> ---------------------------------------------
>
>                 Key: MESOS-2362
>                 URL: https://issues.apache.org/jira/browse/MESOS-2362
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Niklas Quarfot Nielsen
>
> The ASF CI started to break yesterday: https://builds.apache.org/job/mesos-reviewbot/4100/consoleFull
> {code}
> make[3]: Leaving directory `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.22.0/_build/3rdparty'
> rm -f Makefile
> make[2]: Leaving directory `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.22.0/_build/3rdparty'
> Making distclean in src
> make[2]: Entering directory `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.22.0/_build/src'
> test -z "mesos.pb.cc ../include/mesos/mesos.pb.h authentication/authentication.pb.cc ../include/mesos/authentication/authentication.pb.h containerizer/containerizer.pb.cc ../include/mesos/containerizer/containerizer.pb.h fetcher/fetcher.pb.cc ../include/mesos/fetcher/fetcher.pb.h module/module.pb.cc ../include/mesos/module/module.pb.h scheduler/scheduler.pb.cc ../include/mesos/scheduler/scheduler.pb.h java/generated/org/apache/mesos/Protos.java java/generated/org/apache/mesos/containerizer/Protos.java python/interface/src/mesos/interface/mesos_pb2.py python/interface/src/mesos/interface/containerizer_pb2.py messages/messages.pb.cc messages/messages.pb.h messages/log.pb.cc messages/log.pb.h messages/state.pb.cc messages/state.pb.h master/registry.pb.cc master/registry.pb.h examples.jar ../3rdparty/libprocess/3rdparty/protobuf-2.5.0/python/dist/protobuf-2.5.0-py2.7.egg python/dist/mesos.interface-0.22.0-py2.7.egg python/dist/mesos.native-0.22.0-py2.7-linux-x86_64.egg python/dist/mesos.interface-0.22.0-py2-none-any.whl python/dist/mesos.native-0.22.0-cp27-none-linux_x86_64.whl python/*/build python/*/dist python/src/mesos/__init__.py python/interface/src/mesos/__init__.py python/interface/src/mesos/interface/__init__.py python/native/src/mesos/__init__.py python/native/src/mesos/native/__init__.py python/native/src/mesos/native/mesos_executor_driver_impl.cpp python/native/src/mesos/native/mesos_executor_driver_impl.hpp python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp python/native/src/mesos/native/module.cpp python/native/src/mesos/native/module.hpp python/native/src/mesos/native/proxy_executor.cpp python/native/src/mesos/native/proxy_executor.hpp python/native/src/mesos/native/proxy_scheduler.cpp python/native/src/mesos/native/proxy_scheduler.hpp" || rm -f mesos.pb.cc ../include/mesos/mesos.pb.h authentication/authentication.pb.cc ../include/mesos/authentication/authentication.pb.h containerizer/containerizer.pb.cc ../include/mesos/containerizer/containerizer.pb.h fetcher/fetcher.pb.cc ../include/mesos/fetcher/fetcher.pb.h module/module.pb.cc ../include/mesos/module/module.pb.h scheduler/scheduler.pb.cc ../include/mesos/scheduler/scheduler.pb.h java/generated/org/apache/mesos/Protos.java java/generated/org/apache/mesos/containerizer/Protos.java python/interface/src/mesos/interface/mesos_pb2.py python/interface/src/mesos/interface/containerizer_pb2.py messages/messages.pb.cc messages/messages.pb.h messages/log.pb.cc messages/log.pb.h messages/state.pb.cc messages/state.pb.h master/registry.pb.cc master/registry.pb.h examples.jar ../3rdparty/libprocess/3rdparty/protobuf-2.5.0/python/dist/protobuf-2.5.0-py2.7.egg python/dist/mesos.interface-0.22.0-py2.7.egg python/dist/mesos.native-0.22.0-py2.7-linux-x86_64.egg python/dist/mesos.interface-0.22.0-py2-none-any.whl python/dist/mesos.native-0.22.0-cp27-none-linux_x86_64.whl python/*/build python/*/dist python/src/mesos/__init__.py python/interface/src/mesos/__init__.py python/interface/src/mesos/interface/__init__.py python/native/src/mesos/__init__.py python/native/src/mesos/native/__init__.py python/native/src/mesos/native/mesos_executor_driver_impl.cpp python/native/src/mesos/native/mesos_executor_driver_impl.hpp python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp python/native/src/mesos/native/module.cpp python/native/src/mesos/native/module.hpp python/native/src/mesos/native/proxy_executor.cpp python/native/src/mesos/native/proxy_executor.hpp python/native/src/mesos/native/proxy_scheduler.cpp python/native/src/mesos/native/proxy_scheduler.hpp
>  rm -f mesos-local mesos-log mesos mesos-execute mesos-resolve
> test -z "libmesos.la" || rm -f libmesos.la
>  rm -f low-level-scheduler-libprocess low-level-scheduler-pthread test-framework test-executor long-lived-framework long-lived-executor no-executor-framework docker-no-executor-framework balloon-framework balloon-executor load-generator-framework setns-test-helper active-user-test-helper mesos-tests
> rm -rf .libs _libs
> rm -rf java/target
> find python -name "build" -o -name "dist" -o -name "*.pyc"		\
> 		-o -name "*.egg-info" | xargs rm -rf
> test -z "libmesos_no_3rdparty.la libbuild.la liblog.la libstate.la libjava.la libexamplemodule.la libtestauthentication.la libtesthook.la libtestisolator.la" || rm -f libmesos_no_3rdparty.la libbuild.la liblog.la libstate.la libjava.la libexamplemodule.la libtestauthentication.la libtesthook.la libtestisolator.la
> rm -f *.o
>  rm -f mesos-fetcher mesos-executor mesos-containerizer mesos-health-check mesos-usage
> rm -f *.lo
>  rm -f mesos-master mesos-slave
> rm -f ./so_locations
> rm -f *.tab.c
> rm -f authentication/*.o
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f ./so_locations
> rm -f authentication/*.lo
> test . = "../../src" || test -z "" || rm -f 
> rm -f authentication/.deps/.dirstamp
> rm -f authentication/cram_md5/*.o
> rm -f authentication/.dirstamp
> rm -f examples/java/*.class
> rm -f authentication/cram_md5/*.lo
> rm -f authentication/cram_md5/.deps/.dirstamp
> rm -f java/jni/org_apache_mesos*.h
> rm -f authorizer/*.o
> rm -f authentication/cram_md5/.dirstamp
> rm -f authorizer/*.lo
> rm -f authorizer/.deps/.dirstamp
> rm -f cli/*.o
> rm -f authorizer/.dirstamp
> rm -f cli/.deps/.dirstamp
> rm -f common/*.o
> rm: cannot remove 'python/interface/build': Is a directory
> rm: cannot remove 'python/native/build': Is a directory
> make[2]: [clean-generic] Error 1 (ignored)
> rm -f cli/.dirstamp
> rm -f common/*.lo
> rm -f common/.deps/.dirstamp
> rm -f containerizer/*.o
> rm -f common/.dirstamp
> rm -f containerizer/*.lo
> rm -f containerizer/.deps/.dirstamp
> rm -f docker/*.o
> rm -f containerizer/.dirstamp
> rm -f docker/*.lo
> rm -f docker/.deps/.dirstamp
> rm -f examples/*.o
> rm -f docker/.dirstamp
> rm -f examples/.deps/.dirstamp
> rm -f examples/*.lo
> rm -f examples/.dirstamp
> rm -f exec/.deps/.dirstamp
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)