looks like the "build" directory is not being deleted when doing "git clean
-fdx" due to leveldb.


Skipping repository build/mesos-0.20.0/_build/3rdparty/leveldb


not sure what's special about leveldb. anyway, i will just add a  "rm -rf
build" after "git clean" for now.



On Tue, Jul 22, 2014 at 11:48 AM, Apache Jenkins Server <
[email protected]> wrote:

> See <
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/2264/changes
> >
>
> Changes:
>
> [vinodkone] Minor fix for libev-unbundled in python setup.
>
> ------------------------------------------
> [...truncated 122 lines...]
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> configure.ac:333: warning: The macro `AC_LANG_C' is obsolete.
> configure.ac:333: You should run autoupdate.
> ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> configure.ac:333: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:333: You should run autoupdate.
> ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> configure.ac:333: warning: The macro `AC_LANG_RESTORE' is obsolete.
> configure.ac:333: You should run autoupdate.
> ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> autoreconf: configure.ac: adding subdirectory 3rdparty/stout to autoreconf
> autoreconf: Entering directory `3rdparty/stout'
> autoreconf: configure.ac: not using Libtool
> autoreconf: running: /usr/bin/autoconf --warnings=all
> autoreconf: configure.ac: not using Autoheader
> autoreconf: running: automake --add-missing --copy --no-force
> --warnings=all
> configure.ac:10: installing './missing'
> autoreconf: Leaving directory `3rdparty/stout'
> autoreconf: running: libtoolize --copy
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> configure.ac:29: warning: back quotes and double quotes must not be
> escaped in: unrecognized option: $[1]
> configure.ac:29: Try \`$[0] --help' for more information.
> m4/libtool.m4:609: LT_OUTPUT is expanded from...
> configure.ac:29: the top level
> configure.ac:29: warning: back quotes and double quotes must not be
> escaped in: unrecognized argument: $[1]
> configure.ac:29: Try \`$[0] --help' for more information.
> m4/libtool.m4:609: LT_OUTPUT is expanded from...
> configure.ac:29: the top level
> configure.ac:333: warning: The macro `AC_LANG_SAVE' is obsolete.
> configure.ac:333: You should run autoupdate.
> ../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> configure.ac:333: warning: The macro `AC_LANG_C' is obsolete.
> configure.ac:333: You should run autoupdate.
> ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> configure.ac:333: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:333: You should run autoupdate.
> ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> configure.ac:333: warning: The macro `AC_LANG_RESTORE' is obsolete.
> configure.ac:333: You should run autoupdate.
> ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:333: the top level
> configure.ac:22: installing './ar-lib'
> configure.ac:22: installing './compile'
> configure.ac:8: installing './config.guess'
> configure.ac:8: installing './config.sub'
> configure.ac:19: installing './missing'
> 3rdparty/Makefile.am:83: warning: source file '$(GTEST)/src/gtest-all.cc'
> is in a subdirectory,
> 3rdparty/Makefile.am:83: but option 'subdir-objects' is disabled
> automake: warning: possible forward-incompatibility.
> automake: At least a source file is in a subdirectory, but the
> 'subdir-objects'
> automake: automake option hasn't been enabled.  For now, the corresponding
> output
> automake: object file(s) will be placed in the top-level directory.
>  However,
> automake: this behaviour will change in future Automake versions: they will
> automake: unconditionally cause object files to be placed in the same
> subdirectory
> automake: of the corresponding sources.
> automake: You are advised to start using 'subdir-objects' option
> throughout your
> automake: project, to avoid future incompatibilities.
> 3rdparty/Makefile.am:83: warning: source file '$(GMOCK)/src/gmock-all.cc'
> is in a subdirectory,
> 3rdparty/Makefile.am:83: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:72: warning: source file
> '$(RY_HTTP_PARSER)/http_parser.c' is in a subdirectory,
> 3rdparty/Makefile.am:72: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/base64_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/bytes_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/cache_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/duration_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/dynamiclibrary_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/error_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/flags_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/gzip_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/hashmap_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/hashset_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/interval_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/json_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/linkedhashmap_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file '$(STOUT)/tests/main.cpp'
> is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/multimap_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/net_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/none_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/option_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/os_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/protobuf_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file '$(STOUT)/tests/
> protobuf_tests.pb.cc' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/os/sendfile_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/os/signals_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/set_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/some_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/strings_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/subcommand_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/thread_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:132: warning: source file
> '$(STOUT)/tests/uuid_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:132: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:166: warning: source file
> '$(STOUT)/tests/proc_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:166: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am:166: warning: source file
> '$(STOUT)/tests/os/setns_tests.cpp' is in a subdirectory,
> 3rdparty/Makefile.am:166: but option 'subdir-objects' is disabled
> 3rdparty/Makefile.am: installing './depcomp'
> Makefile.am:32: warning: source file 'src/http.cpp' is in a subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:32: warning: source file 'src/latch.cpp' is in a subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:32: warning: source file 'src/metrics/metrics.cpp' is in a
> subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:32: warning: source file 'src/pid.cpp' is in a subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:32: warning: source file 'src/process.cpp' is in a
> subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:32: warning: source file 'src/reap.cpp' is in a subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:32: warning: source file 'src/subprocess.cpp' is in a
> subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:32: warning: source file 'src/timeseries.cpp' is in a
> subdirectory,
> Makefile.am:32: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/decoder_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/encoder_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/http_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/io_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/main.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/mutex_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/metrics_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/owned_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/process_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/queue_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/reap_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/sequence_tests.cpp' is in
> a subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/shared_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/statistics_tests.cpp' is
> in a subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/subprocess_tests.cpp' is
> in a subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/system_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/timeseries_tests.cpp' is
> in a subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> Makefile.am:84: warning: source file 'src/tests/time_tests.cpp' is in a
> subdirectory,
> Makefile.am:84: but option 'subdir-objects' is disabled
> autoreconf: Leaving directory `3rdparty/libprocess'
> libtoolize: putting auxiliary files in `.'.
> libtoolize: copying file `./ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
> libtoolize: copying file `m4/libtool.m4'
> libtoolize: copying file `m4/ltoptions.m4'
> libtoolize: copying file `m4/ltsugar.m4'
> libtoolize: copying file `m4/ltversion.m4'
> libtoolize: copying file `m4/lt~obsolete.m4'
> configure.ac:45: warning: back quotes and double quotes must not be
> escaped in: unrecognized option: $[1]
> configure.ac:45: Try \`$[0] --help' for more information.
> m4/libtool.m4:609: LT_OUTPUT is expanded from...
> configure.ac:45: the top level
> configure.ac:45: warning: back quotes and double quotes must not be
> escaped in: unrecognized argument: $[1]
> configure.ac:45: Try \`$[0] --help' for more information.
> m4/libtool.m4:609: LT_OUTPUT is expanded from...
> configure.ac:45: the top level
> configure.ac:395: warning: The macro `AC_LANG_SAVE' is obsolete.
> configure.ac:395: You should run autoupdate.
> ../../lib/autoconf/lang.m4:125: AC_LANG_SAVE is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:395: the top level
> configure.ac:395: warning: The macro `AC_LANG_C' is obsolete.
> configure.ac:395: You should run autoupdate.
> ../../lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:395: the top level
> configure.ac:395: warning: The macro `AC_TRY_LINK' is obsolete.
> configure.ac:395: You should run autoupdate.
> ../../lib/autoconf/general.m4:2687: AC_TRY_LINK is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:395: the top level
> configure.ac:395: warning: The macro `AC_LANG_RESTORE' is obsolete.
> configure.ac:395: You should run autoupdate.
> ../../lib/autoconf/lang.m4:134: AC_LANG_RESTORE is expanded from...
> m4/acx_pthread.m4:63: ACX_PTHREAD is expanded from...
> configure.ac:395: the top level
> configure.ac:722: warning: The macro `AC_PYTHON_DEVEL' is obsolete.
> configure.ac:722: You should run autoupdate.
> m4/ax_python_devel.m4:72: AC_PYTHON_DEVEL is expanded from...
> configure.ac:722: the top level
> configure.ac:38: installing './ar-lib'
> configure.ac:38: installing './compile'
> configure.ac:24: installing './config.guess'
> configure.ac:24: installing './config.sub'
> configure.ac:35: installing './install-sh'
> configure.ac:35: installing './missing'
> src/Makefile.am: installing './depcomp'
> autoreconf: Leaving directory `.'
> + mkdir build
> mkdir: cannot create directory 'build': File exists
> Build step 'Execute shell' marked build as failure
>

Reply via email to