Actions
Bug #5665
openERROR: files left in build directory after distclean: ./tests/core
Start date:
08/28/2022
Due date:
% Done:
0%
Spec Reference:
Description
Since recently we're observing sporadic master-* job failures on Jenkins. There is always a coredump file, which makes 'distcleancheck' target fail:
ERROR: files left in build directory after distclean: ./tests/core make[1]: Leaving directory '/build/libosmocore-1.7.0.26-862dd/_build/sub' make[1]: *** [Makefile:1010: distcleancheck] Error 1 make: *** [Makefile:941: distcheck] Error 1
This is not specific to libosmocore, I saw master-osmo-{bsc,msc} failing with the same verdict too.
Related issues
Updated by fixeria 5 months ago
Thanks to osmith, Jenkins does collect artifacts on master build failures now.
Yesterday master-osmo-msc failed with a coredump file present in the artifacts:
https://jenkins.osmocom.org/jenkins/view/master/job/master-osmo-msc/32327/
$ file Downloads/core Downloads/core: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), SVR4-style, from './src/osmo-msc/osmo-msc -c /build/osmo-msc-1.9.0.16-62977/tests/../doc/examples', real uid: 1000, effective uid: 1000, real gid: 1000, effective gid: 1000, execfn: './src/osmo-msc/osmo-msc', platform: 'x86_64'
Note that -c /build/osmo-msc-1.9.0.16-62977/tests/../doc/examples
points to a folder, not a configuration file.
Actions