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/stage1-nomultilib.spec
Date: Tue, 07 Mar 2017 10:37:55
Message-Id: 20170307103752.12D2612B3C3@thor.jmbsvicetto.name
1 07 Mar 2017 10:36:36 UTC: NOTICE : Loading configuration file: /etc/catalyst/release/amd64-auto.conf
2 07 Mar 2017 10:36:36 UTC: NOTICE : Processing spec file: hardened/stage1-nomultilib.spec
3 07 Mar 2017 10:36:36 UTC: NOTICE : Using target: stage1
4 07 Mar 2017 10:36:36 UTC: NOTICE : Source file specification matching setting is: loose
5 07 Mar 2017 10:36:36 UTC: NOTICE : Accepted source file extensions search order: ['tar', 'tar.xz', 'tpxz', 'xz', 'tar.bz2', 'bz2', 'tbz2', 'tar.gz', 'gz']
6 07 Mar 2017 10:36:37 UTC: NOTICE : Source path set to /home/release/buildroot/amd64-dev/builds/hardened/stage3-amd64-hardened+nomultilib-latest.tar.xz
7 07 Mar 2017 10:36:37 UTC: NOTICE : stage1 stage path is /home/release/buildroot/amd64-dev/tmp/hardened/stage1-amd64-hardened+nomultilib-20170306/tmp/stage1root
8 >>> Waiting 10 seconds before starting...
9 >>> (Control-C to abort)...
10 Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
11 07 Mar 2017 10:36:47 UTC: NOTICE : purge(); clearing autoresume ...
12 07 Mar 2017 10:36:47 UTC: NOTICE : purge(); clearing chroot ...
13 07 Mar 2017 10:36:47 UTC: NOTICE : Clearing the chroot path ...
14 07 Mar 2017 10:36:47 UTC: NOTICE : purge(); clearing package cache ...
15 07 Mar 2017 10:36:47 UTC: NOTICE : purging the pkgcache ...
16 07 Mar 2017 10:36:47 UTC: NOTICE : purge(); clearing kerncache ...
17 07 Mar 2017 10:36:47 UTC: NOTICE : --- Running action sequence: unpack
18 07 Mar 2017 10:36:47 UTC: NOTICE : Clearing the chroot path ...
19 07 Mar 2017 10:36:47 UTC: NOTICE : Starting auto from /home/release/buildroot/amd64-dev/builds/hardened/stage3-amd64-hardened+nomultilib-latest.tar.xz
20 07 Mar 2017 10:36:47 UTC: NOTICE : to /home/release/buildroot/amd64-dev/tmp/hardened/stage1-amd64-hardened+nomultilib-20170306 (this may take some time) ..
21 07 Mar 2017 10:36:50 UTC: NOTICE : --- Running action sequence: unpack_snapshot
22 07 Mar 2017 10:36:50 UTC: NOTICE : Unpacking portage tree (this can take a long time) ...
23 07 Mar 2017 10:37:03 UTC: NOTICE : --- Running action sequence: setup_confdir
24 07 Mar 2017 10:37:03 UTC: NOTICE : --- Running action sequence: portage_overlay
25 07 Mar 2017 10:37:03 UTC: NOTICE : --- Running action sequence: base_dirs
26 07 Mar 2017 10:37:03 UTC: NOTICE : --- Running action sequence: bind
27 07 Mar 2017 10:37:03 UTC: NOTICE : --- Running action sequence: chroot_setup
28 07 Mar 2017 10:37:03 UTC: NOTICE : Setting up chroot...
29 07 Mar 2017 10:37:03 UTC: WARNING : Overriding certain env variables may cause catastrophic failure.
30 07 Mar 2017 10:37:03 UTC: WARNING : If your build fails look here first as the possible problem.
31 07 Mar 2017 10:37:03 UTC: WARNING : Catalyst assumes you know what you are doing when setting these variables.
32 07 Mar 2017 10:37:03 UTC: WARNING : Catalyst Maintainers use VERY minimal envscripts, if used at all.
33 07 Mar 2017 10:37:03 UTC: WARNING : You have been warned.
34 07 Mar 2017 10:37:03 UTC: NOTICE : --- Running action sequence: setup_environment
35 07 Mar 2017 10:37:03 UTC: NOTICE : --- Running action sequence: run_local
36 copying make.conf to /home/release/buildroot/amd64-dev/tmp/hardened/stage1-amd64-hardened+nomultilib-20170306/tmp/stage1root/etc/portage
37 Copying stage1-chroot.sh to /tmp
38 copying stage1-chroot.sh to /home/release/buildroot/amd64-dev/tmp/hardened/stage1-amd64-hardened+nomultilib-20170306/tmp
39 copying chroot-functions.sh to /home/release/buildroot/amd64-dev/tmp/hardened/stage1-amd64-hardened+nomultilib-20170306/tmp
40 Ensure the file has the executable bit set
41 Running stage1-chroot.sh in chroot:
42 chroot /home/release/buildroot/amd64-dev/tmp/hardened/stage1-amd64-hardened+nomultilib-20170306 /tmp/stage1-chroot.sh
43 >>> Regenerating /etc/ld.so.cache...
44 Adding USE="${USE} build" to make.conf for portage build
45 emerge --quiet --oneshot --update --newuse sys-apps/portage
46
47 Performing Global Updates
48 (Could take a couple of minutes if you have a lot of binary packages.)
49
50
51 >>> Verifying ebuild manifests
52 >>> Emerging (1 of 1) sys-apps/portage-2.3.3::gentoo
53 >>> Installing (1 of 1) sys-apps/portage-2.3.3::gentoo
54 Updating seed stage...
55 emerge --quiet --buildpkg=n --update --deep @world
56 ./tmp/stage1-chroot.sh: line 77: unexpected EOF while looking for matching `"'
57 ./tmp/stage1-chroot.sh: line 80: syntax error: unexpected end of file
58 07 Mar 2017 10:37:51 UTC: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/stage1/stage1-controller.sh', 'run']) exited 1
59 07 Mar 2017 10:37:51 UTC: ERROR : CatalystError: Stage build aborting due to error.
60 07 Mar 2017 10:37:51 UTC: ERROR : Exception running action sequence run_local
61 Traceback (most recent call last):
62 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1312, in run_local
63 env=self.env)
64 File "/usr/lib64/python3.4/site-packages/catalyst/support.py", line 54, in cmd
65 print_traceback=False)
66 catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage1/stage1-controller.sh', 'run']) exited 1
67
68 During handling of the above exception, another exception occurred:
69
70 Traceback (most recent call last):
71 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1412, in run
72 getattr(self, x)()
73 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1321, in run_local
74 print_traceback=False)
75 catalyst.support.CatalystError: Stage build aborting due to error.
76 07 Mar 2017 10:37:51 UTC: NOTICE : Cleaning up... Running unbind()
77 Command exited with non-zero status 2
78 38.82user 13.46system 1:15.33elapsed 69%CPU (0avgtext+0avgdata 345056maxresident)k
79 8inputs+3307376outputs (0major+1670351minor)pagefaults 0swaps
80
81
82
83 Full build log at /home/release/tmp/run/catalyst-auto.20170306.aTrQky/log/hardened_stage1-nomultilib.log