Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2023 09:54:26 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-current@freebsd.org
Subject:   poudriere job && find jobs which received signal 11
Message-ID:  <ZS%2BPMkBv33lYC/8n@pureos>

next in thread | raw e-mail | index | archive | help

Hello,

I'm compiling with poudriere on 14.0-CURRENT 1400094 amd64 "my" ports,
from git October 14, 2023. In the last two day 2229 packages were
produced fine, on job failed (p5-Gtk2-1.24993_3 for been known broken).

This morning I was looking for something in /var/log/messages and
accidentally I detected that yesterday a few compilations failed:

# grep 'signal 11' /var/log/messages | grep -v conftest
Oct 17 10:58:02 jet kernel: pid 12765 (cc1plus), jid 24, uid 65534: exited on signal 11 (core dumped)
Oct 17 10:59:32 jet kernel: pid 27104 (cc1plus), jid 24, uid 65534: exited on signal 11 (core dumped)
Oct 17 12:07:38 jet kernel: pid 85640 (cc1plus), jid 24, uid 65534: exited on signal 11 (core dumped)
Oct 17 12:08:17 jet kernel: pid 94451 (cc1plus), jid 24, uid 65534: exited on signal 11 (core dumped)
Oct 17 12:36:01 jet kernel: pid 77914 (cc1plus), jid 24, uid 65534: exited on signal 11 (core dumped)

As I said, without that any of the 2229 jobs were failing:

# cd /usr/local/poudriere/data/logs/bulk/140-CURRENT-ports20231014/latest-per-pkg
# ls -C1  | wc -l
    2229
# grep -l 'build failure' *
p5-Gtk2-1.24993_3.log

How this is possible, that the make engines didn't failing? The uid
65534 is the one used by poudriere, can I use the jid 24 somehow to find
the job which received the signal 11? Or is the time the only way to
look, which of the 4 poudriere engines were running at this time?
I'd like to rerun/reproduce the package again.

Thanks

	matthias


-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZS%2BPMkBv33lYC/8n>