From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-releng-autobuilds+bounces-10698-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0AC221382C5
	for <garchives@archives.gentoo.org>; Thu, 14 May 2020 19:50:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 08469E09CB;
	Thu, 14 May 2020 19:50:36 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 77BF2E09CB
	for <gentoo-releng-autobuilds@lists.gentoo.org>; Thu, 14 May 2020 19:50:35 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by smtp.gentoo.org (Postfix) with ESMTP id 5C52034FD89;
	Thu, 14 May 2020 19:50:32 +0000 (UTC)
X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level:
X-Spam-Status: No, score=-101.9 tagged_above=-9999 required=5.5
	tests=[BAYES_00=-1.9, SHORTCIRCUIT=-100] autolearn=disabled
Received: from smtp.gentoo.org ([127.0.0.1])
	by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 4_0mzoOB8C5E; Thu, 14 May 2020 19:50:32 +0000 (UTC)
Received: from nightheron.gentoo.org (nightheron.gentoo.org [IPv6:2001:470:1f13:1279:21e:4fff:fe17:d5a1])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B8E4234FE24;
	Thu, 14 May 2020 19:50:31 +0000 (UTC)
Received: by nightheron.gentoo.org (Postfix, from userid 0)
	id 4A8CA21F84; Thu, 14 May 2020 19:50:13 +0000 (UTC)
From: catalyst@nightheron.gentoo.org
To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [x86-auto] Catalyst non-fatal build error - hardened/admincd-stage2.spec
Message-Id: <20200514195013.4A8CA21F84@nightheron.gentoo.org>
Date: Thu, 14 May 2020 19:50:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-releng-autobuilds@lists.gentoo.org>
List-Help: <mailto:gentoo-releng-autobuilds+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-releng-autobuilds+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-releng-autobuilds+subscribe@lists.gentoo.org>
List-Id: Gentoo Release Engineering Autobuilds <gentoo-releng-autobuilds.gentoo.org>
X-BeenThere: gentoo-releng-autobuilds@gentoo.org
X-BeenThere: gentoo-releng-autobuilds@lists.gentoo.org
Reply-To: gentoo-releng-autobuilds@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e5e7f6cd-f3a6-4ed4-bf18-93918aa3666e
X-Archives-Hash: 506d16b894c2ca35556cfc5432e2cba5




# with python 3.x.  See automake bug#10227.
try:
    import sysconfig
except ImportError:
    can_use_sysconfig = 0
else:
    can_use_sysconfig = 1
# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
# <https://github.com/pypa/virtualenv/issues/118>
try:
    from platform import python_implementation
    if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
        can_use_sysconfig = 0
except ImportError:
    pass
if can_use_sysconfig:
    sitedir = sysconfig.get_path('platlib', vars={'platbase':'/usr'})
else:
    from distutils import sysconfig
    sitedir = sysconfig.get_python_lib(1, 0, prefix='/usr')
sys.stdout.write(sitedir) 

F: unlink
S: deny
P: /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.4152562576
A: /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.4152562576
R: /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.4152562576
C: /usr/lib/python-exec/python3.7/python -c 
import sys
# Prefer sysconfig over distutils.sysconfig, for better compatibility
# with python 3.x.  See automake bug#10227.
try:
    import sysconfig
except ImportError:
    can_use_sysconfig = 0
else:
    can_use_sysconfig = 1
# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
# <https://github.com/pypa/virtualenv/issues/118>
try:
    from platform import python_implementation
    if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
        can_use_sysconfig = 0
except ImportError:
    pass
if can_use_sysconfig:
    sitedir = sysconfig.get_path('platlib', vars={'platbase':'/usr'})
else:
    from distutils import sysconfig
    sitedir = sysconfig.get_python_lib(1, 0, prefix='/usr')
sys.stdout.write(sitedir) 

F: rename
S: deny
P: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
A: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
R: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
C: /usr/lib/python-exec/python3.7/python -c 
import sys
# Prefer sysconfig over distutils.sysconfig, for better compatibility
# with python 3.x.  See automake bug#10227.
try:
    import sysconfig
except ImportError:
    can_use_sysconfig = 0
else:
    can_use_sysconfig = 1
# Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
# <https://github.com/pypa/virtualenv/issues/118>
try:
    from platform import python_implementation
    if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
        can_use_sysconfig = 0
except ImportError:
    pass
if can_use_sysconfig:
    sitedir = sysconfig.get_path('platlib', vars={'platbase':'/usr'})
else:
    from distutils import sysconfig
    sitedir = sysconfig.get_python_lib(1, 0, prefix='/usr')
sys.stdout.write(sitedir) 

F: unlink
S: deny
P: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
A: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
R: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
C: /usr/lib/python-exec/python3.7/python -c 
import sys
# Prefer sysconfig over distutils.sysconfig, for better compatibility
# with python 3.x.  See automake bug#10227.
try:
    import sysconfig
except ImportError:
    can_use0m initramfs: >> Initializing ...
*         >> Appending devices cpio data ...
*         >> Appending base_layout cpio data ...
*         >> Appending auxilary cpio data ...
*         >> Appending busybox cpio data ...
*         >> Appending blkid cpio data ...
 * ACCESS DENIED:  rename:       /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.4152697744
 * ACCESS DENIED:  unlink:       /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.4152697744
 * ACCESS DENIED:  rename:       /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151907008
 * ACCESS DENIED:  unlink:       /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151907008
 * ACCESS DENIED:  rename:       /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.4152562576
 * ACCESS DENIED:  unlink:       /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.4152562576
 * ACCESS DENIED:  rename:       /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
 * ACCESS DENIED:  unlink:       /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_i386-linux-gnu.cpython-37.pyc.4151771840
* ERROR: create_initramfs(): append_data(): append_blkid(): populate_binpkg(): gkbuild(): Failed to create binpkg of util-linux-2.35.1!
* Please consult '/var/log/genkernel.log' for more information and any
* errors that were reported above.
* 
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* '/var/log/genkernel.log' so that your issue can be dealt with effectively.
* 
* Please do *not* report kernel compilation failures as genkernel bugs!
* 
14 May 2020 19:50:12 UTC: ERROR   : CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1
ERROR:catalyst:CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/tmp/portage is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/tmp/portage is not a mount point. Skipping
14 May 2020 19:50:13 UTC: ERROR   : CatalystError: build aborting due to kernel build error.
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1591, in build_kernel
    self._build_kernel(kname = kname)
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1628, in _build_kernel
    env=self.env)
  File "/usr/lib64/python3.6/site-packages/catalyst/support.py", line 54, in cmd
    print_traceback=False)
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1
ERROR:catalyst:CatalystError: build aborting due to kernel build error.
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1591, in build_kernel
    self._build_kernel(kname = kname)
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1628, in _build_kernel
    env=self.env)
  File "/usr/lib64/python3.6/site-packages/catalyst/support.py", line 54, in cmd
    print_traceback=False)
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1
14 May 2020 19:50:13 UTC: ERROR   : Exception running action sequence build_kernel
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1591, in build_kernel
    self._build_kernel(kname = kname)
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1628, in _build_kernel
    env=self.env)
  File "/usr/lib64/python3.6/site-packages/catalyst/support.py", line 54, in cmd
    print_traceback=False)
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1471, in run
    getattr(self, x)()
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1597, in build_kernel
    print_traceback=True)
catalyst.support.CatalystError: build aborting due to kernel build error.
ERROR:catalyst:Exception running action sequence build_kernel
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1591, in build_kernel
    self._build_kernel(kname = kname)
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1628, in _build_kernel
    env=self.env)
  File "/usr/lib64/python3.6/site-packages/catalyst/support.py", line 54, in cmd
    print_traceback=False)
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1471, in run
    getattr(self, x)()
  File "/usr/lib64/python3.6/site-packages/catalyst/base/stagebase.py", line 1597, in build_kernel
    print_traceback=True)
catalyst.support.CatalystError: build aborting due to kernel build error.
14 May 2020 19:50:13 UTC: NOTICE  : Cleaning up... Running unbind()
NOTICE:catalyst:Cleaning up... Running unbind()
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/cache/binpkgs is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/cache/binpkgs is not a mount point. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/run is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/run is not a mount point. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/dev/shm does not exist. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/dev/shm does not exist. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/dev/pts does not exist. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/dev/pts does not exist. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/tmp/portage is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/tmp/portage is not a mount point. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/cache/distfiles is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/cache/distfiles is not a mount point. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/db/repos/gentoo is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/var/db/repos/gentoo is not a mount point. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/dev is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/dev is not a mount point. Skipping
14 May 2020 19:50:13 UTC: NOTICE  : /release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/proc is not a mount point. Skipping
NOTICE:catalyst:/release/buildroot/x86-dev/tmp/hardened/livecd-stage2-i686-20200514T105536Z/proc is not a mount point. Skipping
Command exited with non-zero status 2
5763.12user 576.69system 33:26.88elapsed 315%CPU (0avgtext+0avgdata 288144maxresident)k
321984inputs+11793200outputs (90major+98155315minor)pagefaults 0swaps



Full build log at /release/tmp/run/catalyst-auto.20200514T105536Z.Sr3ZIT/log/hardened_admincd-stage2.log