bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
58 stars 35 forks source link

Test failures on Fedora 40 in a virtual machine #95

Closed bkmgit closed 7 months ago

bkmgit commented 7 months ago

The following tests fail: FAIL: check_Extrae_PAPI_TOT_INS.sh FAIL: check_Extrae_PAPI_TOT_CYC.sh FAIL: check_Extrae_PAPI_TOT_INS_CYC.sh FAIL: pthread.sh FAIL: check_Extrae_xml_envvar_counters.sh Papi test failures are expected since hardware performance counter information cannot be obtained in a virtual environment. Other two failures are unexpected.

Build log: https://kojipkgs.fedoraproject.org//work/tasks/4227/108944227/build.log

bkmgit commented 7 months ago

On i686 an additional failing test is: FAIL: dump-events.sh

Build log https://kojipkgs.fedoraproject.org//work/tasks/3229/108963229/build.log

bkmgit commented 7 months ago

The test check_Extrae_xml_envvar_counters.sh uses papi so is not expected to work. pthread test seems related to the environment, cannot reproduce it outside the build environment.