From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-releng-autobuilds+bounces-7578-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 674631382C5
	for <garchives@archives.gentoo.org>; Sun, 18 Feb 2018 14:00:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6F5F2E0CCD;
	Sun, 18 Feb 2018 14:00:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 3DD54E0CCD
	for <gentoo-releng-autobuilds@lists.gentoo.org>; Sun, 18 Feb 2018 14:00:26 +0000 (UTC)
Received: from nightheron.gentoo.org (nightheron.gentoo.org [154.52.129.26])
	(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 C6235335C02;
	Sun, 18 Feb 2018 14:00:24 +0000 (UTC)
Received: from lgentoo4 (localhost [IPv6:::1])
	by nightheron.gentoo.org (Postfix) with SMTP id AA380201C5;
	Sun, 18 Feb 2018 14:00:22 +0000 (UTC)
Received: by lgentoo4 (sSMTP sendmail emulation); Sun, 18 Feb 2018 09:00:21 -0500
From: "root" <vapier@gentoo.org>
Date: Sun, 18 Feb 2018 09:00:21 -0500
To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [s390x-auto] Catalyst fatal build error - netboot/netboot.spec
Message-Id: <20180218140022.AA380201C5@nightheron.gentoo.org>
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-Archives-Salt: 8bd1852d-9fb0-485e-abc8-5b5d79a53f3a
X-Archives-Hash: 27cb61e187fec56f6b263aae07f8ba8a




*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1

Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib64/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390x-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180218T101227Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390x-20180218T101227Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390x-20180218T101227Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390x-20180218T101227Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390x-20180218T101227Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390x-20180218T101227Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390x-20180218T101227Z/

Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390x-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390x-20180218T101227Z/ (This may take some time) ...

tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]

!!! catalyst: Error copying /etc/portage

Traceback (most recent call last):
File "/usr/lib64/catalyst/catalyst", line 218, in build_target
    mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
    apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
    "Error copying /etc/portage",env=self.env)
File "/usr/lib64/catalyst/modules/catalyst_support.py", line 541, in cmd
    raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390x-20180218T101227Z/.catalyst_lock'
Command exited with non-zero status 1
16.38user 1.43system 0:10.87elapsed 163%CPU (0avgtext+0avgdata 189888maxresident)k
0inputs+0outputs (16major+122499minor)pagefaults 0swaps



Full build log at /tmp/catalyst-auto.20180218T101227Z.AI49xt/log/netboot_netboot.log