Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@××××××××××××××××.name
To: jmbsvicetto@×××××.com, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst fatal build error - stage4-nomultilib-cloud.spec
Date: Mon, 25 Jul 2016 03:03:58
Message-Id: 20160725030349.568EA6005D@thor.jmbsvicetto.name
1 25 Jul 2016 03:02:16 UTC: NOTICE : Loading configuration file: /etc/catalyst/release/amd64-auto.conf
2 25 Jul 2016 03:02:16 UTC: NOTICE : Processing spec file: stage4-nomultilib-cloud.spec
3 25 Jul 2016 03:02:16 UTC: NOTICE : Using target: stage4
4 25 Jul 2016 03:02:16 UTC: NOTICE : Source file specification matching setting is: loose
5 25 Jul 2016 03:02:16 UTC: NOTICE : Accepted source file extensions search order: ['tar', 'tar.xz', 'tpxz', 'xz', 'tar.bz2', 'bz2', 'tbz2', 'tar.gz', 'gz']
6 25 Jul 2016 03:02:16 UTC: NOTICE : Source path set to /home/release/buildroot/amd64-dev/builds/default/stage3-amd64-nomultilib-latest.tar.xz
7 25 Jul 2016 03:02:16 UTC: NOTICE : purge(); clearing autoresume ...
8 25 Jul 2016 03:02:16 UTC: NOTICE : purge(); clearing chroot ...
9 25 Jul 2016 03:02:16 UTC: NOTICE : Clearing the chroot path ...
10 25 Jul 2016 03:02:16 UTC: NOTICE : purge(); clearing package cache ...
11 25 Jul 2016 03:02:16 UTC: NOTICE : purging the pkgcache ...
12 25 Jul 2016 03:02:16 UTC: NOTICE : purge(); clearing kerncache ...
13 25 Jul 2016 03:02:16 UTC: NOTICE : --- Running action sequence: unpack
14 25 Jul 2016 03:02:16 UTC: NOTICE : Clearing the chroot path ...
15 25 Jul 2016 03:02:16 UTC: NOTICE : Starting auto from /home/release/buildroot/amd64-dev/builds/default/stage3-amd64-nomultilib-latest.tar.xz
16 25 Jul 2016 03:02:16 UTC: NOTICE : to /home/release/buildroot/amd64-dev/tmp/default/stage4-amd64-cloud-nomultilib-20160725 (this may take some time) ..
17 Index and archive differ as to next file: ./var/tmp/.keep vs ./var/tmp/portage/._unmerge_/
18 tar: Unexpected EOF in archive
19 tar: Unexpected EOF in archive
20 tar: Error is not recoverable: exiting now
21 25 Jul 2016 03:02:17 UTC: ERROR : 'pixz' extraction of /home/release/buildroot/amd64-dev/builds/default/stage3-amd64-nomultilib-latest.tar.xz to /home/release/buildroot/amd64-dev/tmp/default/stage4-amd64-cloud-nomultilib-20160725 failed.
22 25 Jul 2016 03:02:17 UTC: NOTICE : --- Running action sequence: unpack_snapshot
23 25 Jul 2016 03:02:17 UTC: NOTICE : Unpacking portage tree (this can take a long time) ...
24 25 Jul 2016 03:03:46 UTC: NOTICE : --- Running action sequence: config_profile_link
25 25 Jul 2016 03:03:46 UTC: NOTICE : --- Running action sequence: setup_confdir
26 25 Jul 2016 03:03:46 UTC: NOTICE : --- Running action sequence: portage_overlay
27 25 Jul 2016 03:03:46 UTC: NOTICE : --- Running action sequence: bind
28 25 Jul 2016 03:03:46 UTC: NOTICE : --- Running action sequence: chroot_setup
29 25 Jul 2016 03:03:46 UTC: NOTICE : Setting up chroot...
30 25 Jul 2016 03:03:46 UTC: WARNING : Overriding certain env variables may cause catastrophic failure.
31 25 Jul 2016 03:03:46 UTC: WARNING : If your build fails look here first as the possible problem.
32 25 Jul 2016 03:03:46 UTC: WARNING : Catalyst assumes you know what you are doing when setting these variables.
33 25 Jul 2016 03:03:46 UTC: WARNING : Catalyst Maintainers use VERY minimal envscripts, if used at all.
34 25 Jul 2016 03:03:46 UTC: WARNING : You have been warned.
35 25 Jul 2016 03:03:47 UTC: NOTICE : --- Running action sequence: setup_environment
36 25 Jul 2016 03:03:47 UTC: NOTICE : --- Running action sequence: build_packages
37 Copying stage4-chroot.sh to /tmp
38 copying stage4-chroot.sh to /home/release/buildroot/amd64-dev/tmp/default/stage4-amd64-cloud-nomultilib-20160725/tmp
39 copying chroot-functions.sh to /home/release/buildroot/amd64-dev/tmp/default/stage4-amd64-cloud-nomultilib-20160725/tmp
40 Ensure the file has the executable bit set
41 Running stage4-chroot.sh in chroot:
42 chroot /home/release/buildroot/amd64-dev/tmp/default/stage4-amd64-cloud-nomultilib-20160725 /tmp/stage4-chroot.sh
43 /tmp/chroot-functions.sh: line 4: eselect: command not found
44 emerge --quiet --usepkg --buildpkg --newuse --oneshot --update --newuse sys-apps/portage
45 /tmp/chroot-functions.sh: line 297: emerge: command not found
46 25 Jul 2016 03:03:47 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
47 25 Jul 2016 03:03:47 UTC: ERROR : CatalystError: stage4build aborting due to error.
48 25 Jul 2016 03:03:47 UTC: ERROR : Exception running action sequence build_packages
49 Traceback (most recent call last):
50 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1487, in build_packages
51 cmd(command, env=self.env)
52 File "/usr/lib64/python3.4/site-packages/catalyst/support.py", line 54, in cmd
53 print_traceback=False)
54 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
55
56 During handling of the above exception, another exception occurred:
57
58 Traceback (most recent call last):
59 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1393, in run
60 getattr(self, x)()
61 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1493, in build_packages
62 "build aborting due to error.")
63 catalyst.support.CatalystError: stage4build aborting due to error.
64 25 Jul 2016 03:03:47 UTC: NOTICE : Cleaning up... Running unbind()
65 Command exited with non-zero status 2
66 15.21user 4.68system 1:31.78elapsed 21%CPU (0avgtext+0avgdata 288672maxresident)k
67 1704inputs+1942720outputs (0major+147981minor)pagefaults 0swaps
68
69
70
71 Full build log at /home/release/tmp/run/catalyst-auto.20160725.vBvLUx/log/stage4-nomultilib-cloud.log