Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst fatal build error - hardened/stage4-nomultilib-minimal.spec
Date: Sun, 03 Dec 2017 20:41:40
Message-Id: 20171203204132.987D93539E@nightheron.gentoo.org
1 03 Dec 2017 20:41:24 UTC: NOTICE : Loading configuration file: /etc/catalyst/release/amd64-auto.conf
2 03 Dec 2017 20:41:25 UTC: NOTICE : Processing spec file: hardened/stage4-nomultilib-minimal.spec
3 03 Dec 2017 20:41:25 UTC: NOTICE : Using target: stage4
4 03 Dec 2017 20:41:25 UTC: NOTICE : Source file specification matching setting is: strict
5 03 Dec 2017 20:41:25 UTC: NOTICE : Accepted source file extensions search order: ['tar.xz', 'tpxz', 'xz', 'tar.bz2', 'bz2', 'tbz2', 'squashfs', 'sfs', 'tar.gz', 'gz', 'tar']
6 03 Dec 2017 20:41:26 UTC: NOTICE : Source path set to /release/buildroot/amd64-dev/builds/hardened/stage3-amd64-hardened+nomultilib-latest.tar.bz2
7 03 Dec 2017 20:41:26 UTC: NOTICE : Removing AutoResume Points ...
8 03 Dec 2017 20:41:26 UTC: NOTICE : Emptying directory: /release/buildroot/amd64-dev/tmp/hardened/.autoresume-stage4-amd64-hardened+minimal-nomultilib-20171203
9 03 Dec 2017 20:41:26 UTC: NOTICE : purge(); clearing autoresume ...
10 03 Dec 2017 20:41:26 UTC: NOTICE : Removing AutoResume Points ...
11 03 Dec 2017 20:41:26 UTC: NOTICE : Emptying directory: /release/buildroot/amd64-dev/tmp/hardened/.autoresume-stage4-amd64-hardened+minimal-nomultilib-20171203
12 03 Dec 2017 20:41:26 UTC: NOTICE : purge(); clearing chroot ...
13 03 Dec 2017 20:41:26 UTC: NOTICE : Clearing the chroot path ...
14 03 Dec 2017 20:41:26 UTC: NOTICE : Emptying directory: /release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+minimal-nomultilib-20171203
15 03 Dec 2017 20:41:26 UTC: NOTICE : purge(); clearing package cache ...
16 03 Dec 2017 20:41:26 UTC: NOTICE : purging the pkgcache ...
17 03 Dec 2017 20:41:26 UTC: NOTICE : purge(); clearing kerncache ...
18 03 Dec 2017 20:41:26 UTC: NOTICE : --- Running action sequence: unpack
19 03 Dec 2017 20:41:26 UTC: NOTICE : Referenced SEEDCACHE does not appear to be a directory, trying to untar...
20 03 Dec 2017 20:41:26 UTC: NOTICE : Resume: "seed source" unpack resume point is disabled
21 03 Dec 2017 20:41:26 UTC: NOTICE : Resume: Target chroot is invalid, cleaning up...
22 03 Dec 2017 20:41:26 UTC: NOTICE : Removing AutoResume Points ...
23 03 Dec 2017 20:41:26 UTC: NOTICE : Emptying directory: /release/buildroot/amd64-dev/tmp/hardened/.autoresume-stage4-amd64-hardened+minimal-nomultilib-20171203
24 03 Dec 2017 20:41:26 UTC: NOTICE : Clearing the chroot path ...
25 03 Dec 2017 20:41:26 UTC: NOTICE : Emptying directory: /release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+minimal-nomultilib-20171203
26 03 Dec 2017 20:41:26 UTC: NOTICE : Starting auto from /release/buildroot/amd64-dev/builds/hardened/stage3-amd64-hardened+nomultilib-latest.tar.bz2
27 03 Dec 2017 20:41:26 UTC: NOTICE : to /release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+minimal-nomultilib-20171203 (this may take some time) ..
28 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: unpack_snapshot
29 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: config_profile_link
30 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: setup_confdir
31 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: portage_overlay
32 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: bind
33 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: chroot_setup
34 03 Dec 2017 20:41:32 UTC: NOTICE : Setting up chroot...
35 03 Dec 2017 20:41:32 UTC: WARNING : Overriding certain env variables may cause catastrophic failure.
36 03 Dec 2017 20:41:32 UTC: WARNING : If your build fails look here first as the possible problem.
37 03 Dec 2017 20:41:32 UTC: WARNING : Catalyst assumes you know what you are doing when setting these variables.
38 03 Dec 2017 20:41:32 UTC: WARNING : Catalyst Maintainers use VERY minimal envscripts, if used at all.
39 03 Dec 2017 20:41:32 UTC: WARNING : You have been warned.
40 03 Dec 2017 20:41:32 UTC: NOTICE : Writing the stage make.conf to: /release/buildroot/amd64-dev/tmp/hardened/stage4-amd64-hardened+minimal-nomultilib-20171203/etc/portage/make.conf
41 03 Dec 2017 20:41:32 UTC: NOTICE : STICKY-CONFIG is enabled
42 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: setup_environment
43 03 Dec 2017 20:41:32 UTC: NOTICE : --- Running action sequence: build_packages
44 03 Dec 2017 20:41:32 UTC: ERROR : Exception running action sequence build_packages
45 Traceback (most recent call last):
46 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1437, in run
47 getattr(self, x)()
48 File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1533, in build_packages
49 cmd(command, env=self.env)
50 File "/usr/lib64/python3.4/site-packages/catalyst/support.py", line 47, in cmd
51 proc = Popen(args, env=env)
52 File "/usr/lib64/python3.4/subprocess.py", line 856, in __init__
53 restore_signals, start_new_session)
54 File "/usr/lib64/python3.4/subprocess.py", line 1460, in _execute_child
55 raise child_exception_type(errno_num, err_msg)
56 FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib64/catalyst/targets/stage4/stage4-controller.sh'
57 03 Dec 2017 20:41:32 UTC: NOTICE : Cleaning up... Running unbind()
58 Command exited with non-zero status 2
59 29.90user 5.67system 0:07.71elapsed 461%CPU (0avgtext+0avgdata 860400maxresident)k
60 8inputs+1915696outputs (0major+140350minor)pagefaults 0swaps
61
62
63
64 Full build log at /release/tmp/run/catalyst-auto.20171203.PJy7an/log/hardened_stage4-nomultilib-minimal.log