public inbox for gentoo-releng-autobuilds@lists.gentoo.org
 help / color / mirror / Atom feed
From: catalyst@thor.jmbsvicetto.name
To: jmbsvicetto@gmail.com,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst fatal build error - hardened/stage4-nomultilib-cloud.spec
Date: Mon, 25 Jul 2016 03:14:31 +0000 (UTC)	[thread overview]
Message-ID: <20160725031432.A4BD46005D@thor.jmbsvicetto.name> (raw)




25 Jul 2016 03:13:26 UTC: NOTICE  : Loading configuration file: /etc/catalyst/release/amd64-auto.conf
25 Jul 2016 03:13:26 UTC: NOTICE  : Processing spec file: hardened/stage4-nomultilib-cloud.spec
25 Jul 2016 03:13:26 UTC: NOTICE  : Using target: stage4
25 Jul 2016 03:13:26 UTC: NOTICE  : Source file specification matching setting is: loose
25 Jul 2016 03:13:26 UTC: NOTICE  : Accepted source file extensions search order: ['tar', 'tar.xz', 'tpxz', 'xz', 'tar.bz2', 'bz2', 'tbz2', 'tar.gz', 'gz']
25 Jul 2016 03:13:26 UTC: NOTICE  : Source path set to /home/release/buildroot/amd64-dev/builds/hardened/stage3-amd64-hardened+nomultilib-latest.tar.xz
25 Jul 2016 03:13:26 UTC: NOTICE  : purge(); clearing autoresume ...
25 Jul 2016 03:13:26 UTC: NOTICE  : purge(); clearing chroot ...
25 Jul 2016 03:13:26 UTC: NOTICE  : Clearing the chroot path ...
25 Jul 2016 03:13:26 UTC: NOTICE  : purge(); clearing package cache ...
25 Jul 2016 03:13:26 UTC: NOTICE  : purging the pkgcache ...
25 Jul 2016 03:13:26 UTC: NOTICE  : purge(); clearing kerncache ...
25 Jul 2016 03:13:26 UTC: NOTICE  : --- Running action sequence: unpack
25 Jul 2016 03:13:26 UTC: NOTICE  : Clearing the chroot path ...
25 Jul 2016 03:13:26 UTC: NOTICE  : Starting auto from /home/release/buildroot/amd64-dev/builds/hardened/stage3-amd64-hardened+nomultilib-latest.tar.xz
25 Jul 2016 03:13:26 UTC: NOTICE  : to /home/release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+cloud-nomultilib-20160725 (this may take some time) ..
Index and archive differ as to next file: ./var/tmp/.keep vs ./var/tmp/portage/._unmerge_/
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
25 Jul 2016 03:13:27 UTC: ERROR   : 'pixz' extraction of /home/release/buildroot/amd64-dev/builds/hardened/stage3-amd64-hardened+nomultilib-latest.tar.xz to /home/release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+cloud-nomultilib-20160725 failed.
25 Jul 2016 03:13:27 UTC: NOTICE  : --- Running action sequence: unpack_snapshot
25 Jul 2016 03:13:27 UTC: NOTICE  : Unpacking portage tree (this can take a long time) ...
25 Jul 2016 03:14:30 UTC: NOTICE  : --- Running action sequence: config_profile_link
25 Jul 2016 03:14:30 UTC: NOTICE  : --- Running action sequence: setup_confdir
25 Jul 2016 03:14:30 UTC: NOTICE  : --- Running action sequence: portage_overlay
25 Jul 2016 03:14:30 UTC: NOTICE  : --- Running action sequence: bind
25 Jul 2016 03:14:30 UTC: NOTICE  : --- Running action sequence: chroot_setup
25 Jul 2016 03:14:30 UTC: NOTICE  : Setting up chroot...
25 Jul 2016 03:14:30 UTC: WARNING : Overriding certain env variables may cause catastrophic failure.
25 Jul 2016 03:14:30 UTC: WARNING : If your build fails look here first as the possible problem.
25 Jul 2016 03:14:30 UTC: WARNING : Catalyst assumes you know what you are doing when setting these variables.
25 Jul 2016 03:14:30 UTC: WARNING : Catalyst Maintainers use VERY minimal envscripts, if used at all.
25 Jul 2016 03:14:30 UTC: WARNING : You have been warned.
25 Jul 2016 03:14:30 UTC: NOTICE  : --- Running action sequence: setup_environment
25 Jul 2016 03:14:30 UTC: NOTICE  : --- Running action sequence: build_packages
Copying stage4-chroot.sh to /tmp
copying stage4-chroot.sh to /home/release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+cloud-nomultilib-20160725/tmp
copying chroot-functions.sh to /home/release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+cloud-nomultilib-20160725/tmp
Ensure the file has the executable bit set
Running stage4-chroot.sh in chroot:
    chroot /home/release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+cloud-nomultilib-20160725 /tmp/stage4-chroot.sh
/tmp/chroot-functions.sh: line 4: eselect: command not found
emerge --quiet --usepkg --buildpkg --newuse --oneshot --update --newuse sys-apps/portage
/tmp/chroot-functions.sh: line 297: emerge: command not found
25 Jul 2016 03:14:31 UTC: ERROR   : CatalystError: cmd(['/usr/share/catalyst/targets/stage4/stage4-controller.sh', 'build_packages', 'app-admin/logrotate', 'app-admin/sudo', 'app-admin/syslog-ng', 'app-editors/vim', 'app-emulation/cloud-init', 'app-portage/eix', 'app-portage/gentoolkit', 'net-misc/dhcpcd', 'sys-boot/grub', 'sys-apps/dmidecode', 'sys-apps/gptfdisk', 'sys-apps/iproute2', 'sys-apps/lsb-release', 'sys-apps/pciutils', 'sys-block/parted', 'sys-devel/bc', 'sys-power/acpid', 'sys-process/cronie']) exited 1
25 Jul 2016 03:14:31 UTC: ERROR   : CatalystError: stage4build aborting due to error.
25 Jul 2016 03:14:31 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 1487, in build_packages
    cmd(command, env=self.env)
  File "/usr/lib64/python3.4/site-packages/catalyst/support.py", line 54, in cmd
    print_traceback=False)
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage4/stage4-controller.sh', 'build_packages', 'app-admin/logrotate', 'app-admin/sudo', 'app-admin/syslog-ng', 'app-editors/vim', 'app-emulation/cloud-init', 'app-portage/eix', 'app-portage/gentoolkit', 'net-misc/dhcpcd', 'sys-boot/grub', 'sys-apps/dmidecode', 'sys-apps/gptfdisk', 'sys-apps/iproute2', 'sys-apps/lsb-release', 'sys-apps/pciutils', 'sys-block/parted', 'sys-devel/bc', 'sys-power/acpid', 'sys-process/cronie']) exited 1

During handling of the above exception, another exception occurred:

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 1493, in build_packages
    "build aborting due to error.")
catalyst.support.CatalystError: stage4build aborting due to error.
25 Jul 2016 03:14:31 UTC: NOTICE  : Cleaning up... Running unbind()
Command exited with non-zero status 2
15.56user 4.99system 1:05.36elapsed 31%CPU (0avgtext+0avgdata 299456maxresident)k
2696inputs+1945872outputs (0major+156231minor)pagefaults 0swaps



Full build log at /home/release/tmp/run/catalyst-auto.20160725.vBvLUx/log/hardened_stage4-nomultilib-cloud.log


             reply	other threads:[~2016-07-25  3:14 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25  3:14 catalyst [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-03 21:11 [gentoo-releng-autobuilds] [amd64-auto] Catalyst fatal build error - hardened/stage4-nomultilib-cloud.spec catalyst
2017-12-03 20:48 catalyst
2017-12-03 20:41 catalyst
2017-12-01  6:18 catalyst
2017-11-24 10:07 catalyst
2017-11-17  5:08 catalyst
2017-11-10  4:15 catalyst
2017-11-03  4:44 catalyst
2017-10-27  4:00 catalyst
2017-10-20  3:55 catalyst
2017-10-13  3:37 catalyst
2017-10-06  4:26 catalyst
2017-09-28 23:16 catalyst
2017-09-21 11:41 catalyst
2017-09-14 11:37 catalyst
2017-09-08 11:08 catalyst
2017-09-01  8:06 catalyst
2017-03-31  8:21 catalyst
2017-03-01  3:47 catalyst
2017-03-01  3:47 catalyst
2017-03-01  3:47 catalyst
2017-03-01  3:47 catalyst
2016-08-18 17:07 catalyst
2016-07-30 13:09 catalyst
2016-07-11 20:17 catalyst
2016-05-30  3:00 catalyst
2016-04-30 13:17 catalyst
2016-01-26  3:16 catalyst
2016-01-18  6:57 catalyst
2016-01-15  0:19 catalyst
2015-12-28  4:19 catalyst
2015-12-28  3:00 catalyst
2015-12-26 12:44 catalyst
2015-12-25  8:33 catalyst
2015-12-25  8:28 catalyst
2015-12-24 18:16 catalyst
2015-12-18  3:08 catalyst
2015-12-18  3:00 catalyst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160725031432.A4BD46005D@thor.jmbsvicetto.name \
    --to=catalyst@thor.jmbsvicetto.name \
    --cc=gentoo-releng-autobuilds@lists.gentoo.org \
    --cc=jmbsvicetto@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox