[
https://issues.apache.org/jira/browse/MESOS-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368771#comment-17368771
]
Martin Tzvetanov Grigorov commented on MESOS-10223:
---------------------------------------------------
sudo make check always hangs on:
{code:java}
...
running install_scripts
creating build/bdist.linux-aarch64/wheel/mesos.native-1.12.0.dist-info/WHEEL
running bdist_egg
running egg_info
writing requirements to src/mesos.scheduler.egg-info/requires.txt
writing src/mesos.scheduler.egg-info/PKG-INFO
writing namespace_packages to
src/mesos.scheduler.egg-info/namespace_packages.txt
writing top-level names to src/mesos.scheduler.egg-info/top_level.txt
writing dependency_links to src/mesos.scheduler.egg-info/dependency_links.txt
reading manifest file 'src/mesos.scheduler.egg-info/SOURCES.txt'
writing manifest file 'src/mesos.scheduler.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-aarch64/egg
running install_lib
running build_py
running build_ext
creating build/bdist.linux-aarch64/egg
creating build/bdist.linux-aarch64/egg/mesos
creating build/bdist.linux-aarch64/egg/mesos/scheduler
copying build/lib.linux-aarch64-2.7/mesos/scheduler/_scheduler.so ->
build/bdist.linux-aarch64/egg/mesos/scheduler
copying build/lib.linux-aarch64-2.7/mesos/scheduler/__init__.py ->
build/bdist.linux-aarch64/egg/mesos/scheduler
copying build/lib.linux-aarch64-2.7/mesos/__init__.py ->
build/bdist.linux-aarch64/egg/mesos
byte-compiling build/bdist.linux-aarch64/egg/mesos/scheduler/__init__.py to
__init__.pyc
byte-compiling build/bdist.linux-aarch64/egg/mesos/__init__.py to __init__.pyc
creating stub loader for mesos/scheduler/_scheduler.so
byte-compiling build/bdist.linux-aarch64/egg/mesos/scheduler/_scheduler.py to
_scheduler.pyc
creating build/bdist.linux-aarch64/egg/EGG-INFO
copying src/mesos.scheduler.egg-info/PKG-INFO ->
build/bdist.linux-aarch64/egg/EGG-INFO
copying src/mesos.scheduler.egg-info/SOURCES.txt ->
build/bdist.linux-aarch64/egg/EGG-INFO
copying src/mesos.scheduler.egg-info/dependency_links.txt ->
build/bdist.linux-aarch64/egg/EGG-INFO
copying src/mesos.scheduler.egg-info/namespace_packages.txt ->
build/bdist.linux-aarch64/egg/EGG-INFO
copying src/mesos.scheduler.egg-info/requires.txt ->
build/bdist.linux-aarch64/egg/EGG-INFO
copying src/mesos.scheduler.egg-info/top_level.txt ->
build/bdist.linux-aarch64/egg/EGG-INFO
writing build/bdist.linux-aarch64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
mesos.__init__: module references __path__
creating
'/home/ubuntu/git/apache/mesos/build/src/python/dist/mesos.scheduler-1.12.0-py2.7-linux-aarch64.egg'
and adding 'build/bdist.linux-aarch64/egg' to it
removing 'build/bdist.linux-aarch64/egg' (and everything under it)
running bdist_wheel
running build
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
Skipping installation of build/bdist.linux-aarch64/wheel/mesos/__init__.py
(namespace package)
copying mesos/scheduler/_scheduler.so ->
build/bdist.linux-aarch64/wheel/mesos/scheduler
copying mesos/scheduler/__init__.py ->
build/bdist.linux-aarch64/wheel/mesos/scheduler
running install_egg_info
Copying src/mesos.scheduler.egg-info to
build/bdist.linux-aarch64/wheel/mesos.scheduler-1.12.0-py2.7.egg-info
Installing
build/bdist.linux-aarch64/wheel/mesos.scheduler-1.12.0-py2.7-nspkg.pth
running install_scripts
creating build/bdist.linux-aarch64/wheel/mesos.scheduler-1.12.0.dist-info/WHEEL
make[4]: Leaving directory '/home/ubuntu/git/apache/mesos/build/src'
/home/ubuntu/git/apache/mesos/build/../support/mesos-gtest-runner.py
--sequential=*ROOT_* ./mesos-tests
........ {code}
The dots at the bottom are in red color.
See [^sudo_make_check_output.txt] for the full output.
> Test failures on Linux ARM64
> ----------------------------
>
> Key: MESOS-10223
> URL: https://issues.apache.org/jira/browse/MESOS-10223
> Project: Mesos
> Issue Type: Bug
> Reporter: Martin Tzvetanov Grigorov
> Priority: Major
> Attachments: 0001-Fixed-crashes-on-ARM64-due-to-libunwind.patch,
> mesos-on-arm64.tgz, sudo_make_check_output.txt
>
>
> Running `make check` on Ubuntu 20.04.2 aarch64 fails with such errors:
>
> {code:java}
> [----------] 3 tests from JsonTest
> [ RUN ] JsonTest.NumberFormat
> [ OK ] JsonTest.NumberFormat (0 ms)
> [ RUN ] JsonTest.Find
> terminate called after throwing an instance of
> 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast>
> >'
> terminate called recursively
> *** Aborted at 1622796321 (unix time) try "date -d @1622796321" if you are
> using GNU date ***
> PC: @ 0x0 (unknown)
> *** SIGABRT (@0x3e80000090d) received by PID 2317 (TID 0xffffa80d9010) from
> PID 2317; stack trace: ***
> @ 0xffffa80e77fc ([vdso]+0x7fb)
> @ 0xffffa7b71188 gsignal
> @ 0xffffa7b5ddac abort
> @ 0xffffa7d73848 __gnu_cxx::__verbose_terminate_handler()
> @ 0xffffa7d711ec (unknown)
> @ 0xffffa7d71250 std::terminate()
> @ 0xffffa7d715b0 __cxa_rethrow
> @ 0xffffa7d737e4 __gnu_cxx::__verbose_terminate_handler()
> @ 0xffffa7d711ec (unknown)
> @ 0xffffa7d71250 std::terminate()
> @ 0xffffa7d71544 __cxa_throw
> @ 0xaaaaab4ee114 boost::throw_exception<>()
> @ 0xaaaaab5c512c boost::conversion::detail::throw_bad_cast<>()
> @ 0xaaaaab5c2228 boost::lexical_cast<>()
> @ 0xaaaaab5bf89c numify<>()
> @ 0xaaaaab5e00e8 JSON::Object::find<>()
> @ 0xaaaaab5e0584 JSON::Object::find<>()
> @ 0xaaaaab5e0584 JSON::Object::find<>()
> @ 0xaaaaab5cdd2c JsonTest_Find_Test::TestBody()
> @ 0xaaaaab886fec
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0xaaaaab87f1d4
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0xaaaaab85a9d0 testing::Test::Run()
> @ 0xaaaaab85b258 testing::TestInfo::Run()
> @ 0xaaaaab85b8d0 testing::TestCase::Run()
> @ 0xaaaaab862344 testing::internal::UnitTestImpl::RunAllTests()
> @ 0xaaaaab888440
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0xaaaaab87ffd4
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0xaaaaab86100c testing::UnitTest::Run()
> @ 0xaaaaab630950 RUN_ALL_TESTS()
> @ 0xaaaaab630418 main
> @ 0xffffa7b5e110 __libc_start_main
> @ 0xaaaaab4b41d4 (unknown)
> [FAIL]: 8 shard(s) have failed tests
> make[6]: *** [Makefile:2092: check-local] Error 8
> make[6]: Leaving directory
> '/home/ubuntu/git/apache/mesos/build/3rdparty/stout'
> make[5]: *** [Makefile:1840: check-am] Error 2
> make[5]: Leaving directory
> '/home/ubuntu/git/apache/mesos/build/3rdparty/stout'
> make[4]: *** [Makefile:1685: check-recursive] Error 1
> make[4]: Leaving directory
> '/home/ubuntu/git/apache/mesos/build/3rdparty/stout'
> make[3]: *** [Makefile:1842: check] Error 2
> make[3]: Leaving directory
> '/home/ubuntu/git/apache/mesos/build/3rdparty/stout'
> make[2]: *** [Makefile:1153: check-recursive] Error 1
> make[2]: Leaving directory '/home/ubuntu/git/apache/mesos/build/3rdparty'
> make[1]: *** [Makefile:1306: check] Error 2
> make[1]: Leaving directory '/home/ubuntu/git/apache/mesos/build/3rdparty'
> make: *** [Makefile:785: check-recursive] Error 1
> {code}
>
> {code:java}
> [----------] 3 tests from JsonTest
> [ RUN ] JsonTest.InvalidUTF8
> [ OK ] JsonTest.InvalidUTF8 (0 ms)
> [ RUN ] JsonTest.ParseError
> terminate called after throwing an instance of 'std::overflow_error'
> terminate called recursively
> *** Aborted at 1622796321 (unix time) try "date -d @1622796321" if you are
> using GNU date ***
> PC: @ 0x0 (unknown)
> *** SIGABRT (@0x3e80000090c) received by PID 2316 (TID 0xffff918cf010) from
> PID 2316; stack trace: ***
> @ 0xffff918dd7fc ([vdso]+0x7fb)
> @ 0xffff91367188 gsignal
> @ 0xffff91353dac abort
> @ 0xffff91569848 __gnu_cxx::__verbose_terminate_handler()
> @ 0xffff915671ec (unknown)
> @ 0xffff91567250 std::terminate()
> @ 0xffff915675b0 __cxa_rethrow
> @ 0xffff915697e4 __gnu_cxx::__verbose_terminate_handler()
> @ 0xffff915671ec (unknown)
> @ 0xffff91567250 std::terminate()
> @ 0xffff91567544 __cxa_throw
> @ 0xaaaab4e3d324 picojson::value::value()
> @ 0xaaaab4e421d8 JSON::internal::ParseContext::set_number()
> @ 0xaaaab4e52140 picojson::_parse<>()
> @ 0xaaaab4e63e74 JSON::internal::ParseContext::parse_object_item<>()
> @ 0xaaaab4e5ae34 picojson::_parse_object<>()
> @ 0xaaaab4e51fd4 picojson::_parse<>()
> @ 0xaaaab4e49e18 picojson::_parse<>()
> @ 0xaaaab4e426e4 JSON::parse()
> @ 0xaaaab4e4a38c JSON::parse<>()
> @ 0xaaaab4ecce28 JsonTest_ParseError_Test::TestBody()
> @ 0xaaaab5186fec
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0xaaaab517f1d4
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0xaaaab515a9d0 testing::Test::Run()
> @ 0xaaaab515b258 testing::TestInfo::Run()
> @ 0xaaaab515b8d0 testing::TestCase::Run()
> @ 0xaaaab5162344 testing::internal::UnitTestImpl::RunAllTests()
> @ 0xaaaab5188440
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0xaaaab517ffd4
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0xaaaab516100c testing::UnitTest::Run()
> @ 0xaaaab4f30950 RUN_ALL_TESTS()
> @ 0xaaaab4f30418 main
> {code}
>
> {code:java}
> [----------] 1 test from ProcessTest
> [ RUN ] ProcessTest.Processes
> terminate called after throwing an instance of
> 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast>
> >'
> terminate called recursively
> *** Aborted at 1622796321 (unix time) try "date -d @1622796321" if you are
> using GNU date ***
> PC: @ 0x0 (unknown)
> *** SIGABRT (@0x3e800000907) received by PID 2311 (TID 0xffffb03a8010) from
> PID 2311; stack trace: ***
> @ 0xffffb03b67fc ([vdso]+0x7fb)
> @ 0xffffafe40188 gsignal
> @ 0xffffafe2cdac abort
> @ 0xffffb0042848 __gnu_cxx::__verbose_terminate_handler()
> @ 0xffffb00401ec (unknown)
> @ 0xffffb0040250 std::terminate()
> @ 0xffffb00405b0 __cxa_rethrow
> @ 0xffffb00427e4 __gnu_cxx::__verbose_terminate_handler()
> @ 0xffffb00401ec (unknown)
> @ 0xffffb0040250 std::terminate()
> @ 0xffffb0040544 __cxa_throw
> @ 0xaaaaaddee114 boost::throw_exception<>()
> @ 0xaaaaadec512c boost::conversion::detail::throw_bad_cast<>()
> @ 0xaaaaadec2228 boost::lexical_cast<>()
> @ 0xaaaaadebf89c numify<>()
> @ 0xaaaaadf71e3c proc::pids()
> @ 0xaaaaadf73594 os::pids()
> @ 0xaaaaadf73fb4 os::processes()
> @ 0xaaaaadfadde4 ProcessTest_Processes_Test::TestBody()
> @ 0xaaaaae186fec
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0xaaaaae17f1d4
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0xaaaaae15a9d0 testing::Test::Run()
> @ 0xaaaaae15b258 testing::TestInfo::Run()
> @ 0xaaaaae15b8d0 testing::TestCase::Run()
> @ 0xaaaaae162344 testing::internal::UnitTestImpl::RunAllTests()
> @ 0xaaaaae188440
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0xaaaaae17ffd4
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0xaaaaae16100c testing::UnitTest::Run()
> @ 0xaaaaadf30950 RUN_ALL_TESTS()
> @ 0xaaaaadf30418 main
> @ 0xffffafe2d110 __libc_start_main
> @ 0xaaaaaddb41d4 (unknown) {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)