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