From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D2D791382F6 for ; Wed, 6 Jul 2016 12:57:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A0A6941DB; Wed, 6 Jul 2016 12:57:03 +0000 (UTC) Received: from thor.jmbsvicetto.name (thor.jmbsvicetto.name [136.243.173.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8930C941DB for ; Wed, 6 Jul 2016 12:57:00 +0000 (UTC) Received: by thor.jmbsvicetto.name (Postfix, from userid 0) id 89E8560042; Wed, 6 Jul 2016 12:56:44 +0000 (UTC) From: catalyst@thor.jmbsvicetto.name To: jmbsvicetto@gmail.com,gentoo-releng-autobuilds@lists.gentoo.org Subject: [gentoo-releng-autobuilds] [x86-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec Message-Id: <20160706125647.89E8560042@thor.jmbsvicetto.name> Date: Wed, 6 Jul 2016 12:56:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Release Engineering Autobuilds 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: 3040fa42-2cac-4ecf-bae0-2d06d690d02e X-Archives-Hash: 3ff56d7ee5f4dff2d8508592fa5798d3 06 Jul 2016 12:56:21 UTC: NOTICE : Loading configuration file: /etc/catalyst/release/x86-auto.conf 06 Jul 2016 12:56:22 UTC: NOTICE : Processing spec file: hardened/admincd-stage1.spec 06 Jul 2016 12:56:22 UTC: NOTICE : Using target: livecd-stage1 06 Jul 2016 12:56:22 UTC: NOTICE : Source file specification matching setting is: loose 06 Jul 2016 12:56:22 UTC: NOTICE : Accepted source file extensions search order: ['tar.xz', 'tpxz', 'xz', 'tar.bz2', 'bz2', 'tbz2', 'squashfs', 'sfs', 'tar.gz', 'gz', 'tar'] 06 Jul 2016 12:56:22 UTC: NOTICE : Source path set to /home/release/buildroot/x86-dev/builds/hardened/stage3-i686-hardened-20160706.tar.xz 06 Jul 2016 12:56:22 UTC: NOTICE : purge(); clearing autoresume ... 06 Jul 2016 12:56:22 UTC: NOTICE : purge(); clearing chroot ... 06 Jul 2016 12:56:22 UTC: NOTICE : Clearing the chroot path ... 06 Jul 2016 12:56:22 UTC: NOTICE : purge(); clearing package cache ... 06 Jul 2016 12:56:22 UTC: NOTICE : purging the pkgcache ... 06 Jul 2016 12:56:22 UTC: NOTICE : purge(); clearing kerncache ... 06 Jul 2016 12:56:22 UTC: NOTICE : --- Running action sequence: unpack 06 Jul 2016 12:56:22 UTC: NOTICE : Clearing the chroot path ... 06 Jul 2016 12:56:22 UTC: NOTICE : Starting auto from /home/release/buildroot/x86-dev/builds/hardened/stage3-i686-hardened-20160706.tar.xz 06 Jul 2016 12:56:22 UTC: NOTICE : to /home/release/buildroot/x86-dev/tmp/hardened/livecd-stage1-x86-20160706 (this may take some time) .. 06 Jul 2016 12:56:25 UTC: NOTICE : --- Running action sequence: unpack_snapshot 06 Jul 2016 12:56:25 UTC: NOTICE : Unpacking portage tree (this can take a long time) ... 06 Jul 2016 12:56:43 UTC: NOTICE : --- Running action sequence: config_profile_link 06 Jul 2016 12:56:43 UTC: ERROR : clear_dir failed Traceback (most recent call last): File "/usr/lib64/python3.4/site-packages/catalyst/fileops.py", line 84, in clear_dir shutil.rmtree(target) File "/usr/lib64/python3.4/shutil.py", line 474, in rmtree onerror(os.path.islink, path, sys.exc_info()) File "/usr/lib64/python3.4/shutil.py", line 472, in rmtree raise OSError("Cannot call rmtree on a symbolic link") OSError: Cannot call rmtree on a symbolic link 06 Jul 2016 12:56:43 UTC: NOTICE : --- Running action sequence: setup_confdir 06 Jul 2016 12:56:44 UTC: NOTICE : --- Running action sequence: portage_overlay 06 Jul 2016 12:56:44 UTC: NOTICE : --- Running action sequence: bind 06 Jul 2016 12:56:44 UTC: NOTICE : --- Running action sequence: chroot_setup 06 Jul 2016 12:56:44 UTC: NOTICE : Setting up chroot... 06 Jul 2016 12:56:44 UTC: WARNING : Overriding certain env variables may cause catastrophic failure. 06 Jul 2016 12:56:44 UTC: WARNING : If your build fails look here first as the possible problem. 06 Jul 2016 12:56:44 UTC: WARNING : Catalyst assumes you know what you are doing when setting these variables. 06 Jul 2016 12:56:44 UTC: WARNING : Catalyst Maintainers use VERY minimal envscripts, if used at all. 06 Jul 2016 12:56:44 UTC: WARNING : You have been warned. 06 Jul 2016 12:56:44 UTC: NOTICE : --- Running action sequence: setup_environment 06 Jul 2016 12:56:44 UTC: NOTICE : --- Running action sequence: build_packages 06 Jul 2016 12:56:44 UTC: ERROR : Exception running action sequence build_packages Traceback (most recent call last): File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1393, in run getattr(self, x)() File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1483, in build_packages env=self.env) File "/usr/lib64/python3.4/site-packages/catalyst/support.py", line 47, in cmd proc = Popen(args, env=env) File "/usr/lib64/python3.4/subprocess.py", line 859, in __init__ restore_signals, start_new_session) File "/usr/lib64/python3.4/subprocess.py", line 1457, in _execute_child raise child_exception_type(errno_num, err_msg) OSError: [Errno 8] Exec format error 06 Jul 2016 12:56:44 UTC: NOTICE : Cleaning up... Running unbind() Command exited with non-zero status 2 30.40user 6.49system 0:22.80elapsed 161%CPU (0avgtext+0avgdata 353488maxresident)k 0inputs+3426112outputs (0major+233251minor)pagefaults 0swaps Full build log at /home/release/tmp/run/catalyst-auto.20160706.FrUXfo/log/hardened_admincd-stage1.log