Bug 382189 - CI test execution fails consistently since June
Summary: CI test execution fails consistently since June
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: git (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-10 08:35 UTC by Thomas Baumgart
Modified: 2018-06-10 10:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Baumgart 2017-07-10 08:35:07 UTC
The KDE CI system shows all test cases of the KMyMoney project as erroneous since June. This happened between jobs #6 and #8 (#7 failed for other reasons and never got to the execution of the tests).

I found the following indications:

- Usage of libasan with the tests seems to have been introduced between jobs #6 and #8 by the CI team

- Tests fail with "Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING."

- The following warning shows up in the log: "/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libasan.so.3, needed by /home/jenkins/install-prefix/lib64/libalkimia.so.6.0.90, may conflict with libasan.so.4"

- Compiling here on my openSUSE Leap 42.2 with gcc 5.3.1 on x86_64 with just -fsanitize=address links against libasan.so.2 and does not show any problems.