On Fri, May 27, 2022 at 10:34:19PM -0400, Frank Ch. Eigler wrote: > Hi - > > n-metrics.sh: line 198: 27160 Aborted (core dumped) env > LD_LIBRARY_PATH=$ldpath ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -d > ${DB} -F -U -t0 -g0 -p $PORT1 L D F > vlog$PORT1 2>&1 > > [...] > > Process 27160 (debuginfod) of user 994 killed by SIGABRT - ignoring (low > > free space) > > Lets see what happens on a rebuild. > > Did the machine run out of memory / storage?
Maybe, hard to tell from the logs. At the moment it looks like: $ df -h Filesystem Size Used Avail Use% Mounted on devtmpfs 3.7G 0 3.7G 0% /dev tmpfs 3.7G 0 3.7G 0% /dev/shm tmpfs 3.7G 17M 3.7G 1% /run tmpfs 3.7G 0 3.7G 0% /sys/fs/cgroup /dev/vda2 12G 11G 881M 93% / /dev/vdb1 40G 8.3G 32G 21% /srv tmpfs 748M 0 748M 0% /run/user/994 tmpfs 748M 0 748M 0% /run/user/1000 $ free -h total used free shared buff/cache available Mem: 7.3G 418M 2.4G 16M 4.5G 6.6G Swap: 511M 0B 511M So maybe / was slightly full. The buildbot itself runs under /srv/ I freed 2.5G from / and uninstalled abrt so it doesn't intercept generating the core files. Cheers, Mark