Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [ia64-auto] Catalyst non-fatal build error - installcd-stage2-minimal.spec
Date: Sun, 17 May 2020 05:50:55
Message-Id: 20200517055054.7A2B1E08EB@pigeon.gentoo.org
1 F: open_wr
2 S: deny
3 P: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_ia64-linux-gnu.cpython-37.pyc.2305843009230165600
4 A: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_ia64-linux-gnu.cpython-37.pyc.2305843009230165600
5 R: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_ia64-linux-gnu.cpython-37.pyc.2305843009230165600
6 C: /usr/lib/python-exec/python3.7/python -c
7 import sys
8 # Prefer sysconfig over distutils.sysconfig, for better compatibility
9 # with python 3.x. See automake bug#10227.
10 try:
11 import sysconfig
12 except ImportError:
13 can_use_sysconfig = 0
14 else:
15 can_use_sysconfig = 1
16 # Can't use sysconfig in CPython 2.7, since it's broken in virtualenvs:
17 # <https://github.com/pypa/virtualenv/issues/118>
18 try:
19 from platform import python_implementation
20 if python_implementation() == 'CPython' and sys.version[:3] == '2.7':
21 can_use_sysconfig = 0
22 except ImportError:
23 pass
24 if can_use_sysconfig:
25 sitedir = sysconfig.get_path('platlib', vars={'platbase':'/usr'})
26 else:
27 from distutils import sysconfig
28 sitedir = sysconfig.get_python_lib(1, 0, prefix='/usr')
29 sys.stdout.write(sitedir)
30 essages for package sys-kernel/linux-firmware-20200421:
31 * This package will overwrite one or more files that may belong to other
32 * packages (see list below).
33 *
34 * Detected file collision(s):
35 *
36 * /etc/portage/savedconfig/sys-kernel/linux-firmware
37 *
38 * Searching all installed packages for file collisions...
39 *
40 * Press Ctrl-C to Stop
41 *
42 * None of the installed packages claim the file(s).
43 *
44 * Package 'sys-kernel/linux-firmware-20200421' merged despite file
45 * collisions. If necessary, refer to your elog messages for the whole
46 * content of the above message.
47 * USE=savedconfig is active. You must handle file collisions manually.
48 * If you are only interested in particular firmware files, edit the saved
49 * configfile and remove those that you do not want.
50
51
52 Running kmerge.sh in chroot:
53 chroot /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z /tmp/kmerge.sh
54 >>> Regenerating /etc/ld.so.cache...
55 Genkernel version 4.0.7 found ... OK
56 emerge --quiet --usepkg --buildpkg --binpkg-respect-use=y --update --newuse --onlydeps gentoo-sources
57 >>> Verifying ebuild manifests
58 >>> Emerging (1 of 1) sys-devel/bc-1.07.1-r3::gentoo
59 >>> Installing (1 of 1) sys-devel/bc-1.07.1-r3::gentoo
60 Pending updates for gentoo-sources, removing package.provided
61 emerge --quiet --update --newuse gentoo-sources
62 >>> Verifying ebuild manifests
63 >>> Emerging (1 of 1) sys-kernel/gentoo-sources-5.6.13::gentoo
64 >>> Installing (1 of 1) sys-kernel/gentoo-sources-5.6.13::gentoo
65 >>> Recording sys-kernel/gentoo-sources in "world" favorites file...
66 * Messages for package sys-kernel/gentoo-sources-5.6.13:
67 * If you are upgrading from a previous kernel, you may be interested
68 * in the following document:
69 * - General upgrade guide: https://wiki.gentoo.org/wiki/Kernel/Upgrade
70
71
72 Moving kernel sources to /tmp/kerncache/gentoo/sources ...
73 * Gentoo Linux Genkernel; Version 4.0.7
74 * Using genkernel configuration from '/etc/genkernel.conf' ...
75 * Running with options: --cachedir=/tmp/kerncache/gentoo-genkernel_cache-20200517T033010Z --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/gentoo-modules-20200517T033010Z.tar.bz2 --minkernpackage=/tmp/kerncache/gentoo-kernel-initrd-20200517T033010Z.tar.bz2 all --kerncache=/tmp/kerncache/gentoo-kerncache-20200517T033010Z.tar.bz2 --kernel-config=/var/tmp/gentoo.config
76
77 * Kerncache '/tmp/kerncache/gentoo-kerncache-20200517T033010Z.tar.bz2' does not exist (yet?); Ignoring ...
78
79 * Working with Linux kernel 5.6.13-gentoo for ia64
80 * Using kernel config file '/var/tmp/gentoo.config' ...
81 *
82 * Note: The version above is subject to change (depends on config and status of kernel sources).
83
84 * kernel: >> Initializing ...
85 * >> Running 'make mrproper' ...
86 * >> Running 'make oldconfig' ...
87 * >> Ignoring --microcode parameter; Architecture does not support microcode loading ...
88 * >> Re-running 'make oldconfig' due to changed kernel options ...
89 * >> Kernel version has changed (probably due to config change) since genkernel start:
90 * We are now building Linux kernel 5.6.13-gentoo-ia64 for ia64 ...
91 * >> Compiling 5.6.13-gentoo-ia64 ...
92 * >> Compiling 5.6.13-gentoo-ia64 modules ...
93 * >> Installing 5.6.13-gentoo-ia64 modules (and stripping) ...
94 * >> Generating module dependency data ...
95 * >> Saving config of successful build to '/etc/kernels/kernel-config-5.6.13-gentoo-ia64' ...
96
97 * initramfs: >> Initializing ...
98 * >> Appending devices cpio data ...
99 * >> Appending base_layout cpio data ...
100 * >> Appending auxilary cpio data ...
101 * >> Appending busybox cpio data ...
102 * >> Appending blkid cpio data ...
103 * ACCESS DENIED: open_wr: /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.2305843009227963840
104 * ACCESS DENIED: open_wr: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_ia64-linux-gnu.cpython-37.pyc.2305843009230165600
105 * ACCESS DENIED: open_wr: /usr/lib/python3.7/__pycache__/sysconfig.cpython-37.pyc.2305843009227963840
106 * ACCESS DENIED: open_wr: /usr/lib/python3.7/__pycache__/_sysconfigdata_m_linux_ia64-linux-gnu.cpython-37.pyc.2305843009230165600
107 * ERROR: create_initramfs(): append_data(): append_blkid(): populate_binpkg(): gkbuild(): Failed to create binpkg of util-linux-2.35.1!
108 * Please consult '/var/log/genkernel.log' for more information and any
109 * errors that were reported above.
110 *
111 * Report any genkernel bugs to bugs.gentoo.org and
112 * assign your bug to genkernel@g.o. Please include
113 * as much information as you can in your bug report; attaching
114 * '/var/log/genkernel.log' so that your issue can be dealt with effectively.
115 *
116 * Please do *not* report kernel compilation failures as genkernel bugs!
117 *
118 17 May 2020 05:50:51 UTC: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/controller.sh', 'kernel', 'gentoo']) exited 1
119 ERROR:catalyst:CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/controller.sh', 'kernel', 'gentoo']) exited 1
120 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/tmp/portage is not a mount point. Skipping
121 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/tmp/portage is not a mount point. Skipping
122 17 May 2020 05:50:51 UTC: ERROR : CatalystError: build aborting due to kernel build error.
123 Traceback (most recent call last):
124 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1594, in build_kernel
125 self._build_kernel(kname = kname)
126 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1631, in _build_kernel
127 env=self.env)
128 File "/usr/lib/python3.6/site-packages/catalyst/support.py", line 54, in cmd
129 print_traceback=False)
130 catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/controller.sh', 'kernel', 'gentoo']) exited 1
131 ERROR:catalyst:CatalystError: build aborting due to kernel build error.
132 Traceback (most recent call last):
133 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1594, in build_kernel
134 self._build_kernel(kname = kname)
135 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1631, in _build_kernel
136 env=self.env)
137 File "/usr/lib/python3.6/site-packages/catalyst/support.py", line 54, in cmd
138 print_traceback=False)
139 catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/controller.sh', 'kernel', 'gentoo']) exited 1
140 17 May 2020 05:50:51 UTC: ERROR : Exception running action sequence build_kernel
141 Traceback (most recent call last):
142 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1594, in build_kernel
143 self._build_kernel(kname = kname)
144 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1631, in _build_kernel
145 env=self.env)
146 File "/usr/lib/python3.6/site-packages/catalyst/support.py", line 54, in cmd
147 print_traceback=False)
148 catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/controller.sh', 'kernel', 'gentoo']) exited 1
149
150 During handling of the above exception, another exception occurred:
151
152 Traceback (most recent call last):
153 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1474, in run
154 getattr(self, x)()
155 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1600, in build_kernel
156 print_traceback=True)
157 catalyst.support.CatalystError: build aborting due to kernel build error.
158 ERROR:catalyst:Exception running action sequence build_kernel
159 Traceback (most recent call last):
160 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1594, in build_kernel
161 self._build_kernel(kname = kname)
162 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1631, in _build_kernel
163 env=self.env)
164 File "/usr/lib/python3.6/site-packages/catalyst/support.py", line 54, in cmd
165 print_traceback=False)
166 catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/controller.sh', 'kernel', 'gentoo']) exited 1
167
168 During handling of the above exception, another exception occurred:
169
170 Traceback (most recent call last):
171 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1474, in run
172 getattr(self, x)()
173 File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1600, in build_kernel
174 print_traceback=True)
175 catalyst.support.CatalystError: build aborting due to kernel build error.
176 17 May 2020 05:50:51 UTC: NOTICE : Cleaning up... Running unbind()
177 NOTICE:catalyst:Cleaning up... Running unbind()
178 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/tmp/kerncache is not a mount point. Skipping
179 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/tmp/kerncache is not a mount point. Skipping
180 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/cache/binpkgs is not a mount point. Skipping
181 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/cache/binpkgs is not a mount point. Skipping
182 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/run is not a mount point. Skipping
183 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/run is not a mount point. Skipping
184 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/dev/shm does not exist. Skipping
185 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/dev/shm does not exist. Skipping
186 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/dev/pts does not exist. Skipping
187 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/dev/pts does not exist. Skipping
188 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/tmp/portage is not a mount point. Skipping
189 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/tmp/portage is not a mount point. Skipping
190 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/cache/distfiles is not a mount point. Skipping
191 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/cache/distfiles is not a mount point. Skipping
192 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/db/repos/gentoo is not a mount point. Skipping
193 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/var/db/repos/gentoo is not a mount point. Skipping
194 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/dev is not a mount point. Skipping
195 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/dev is not a mount point. Skipping
196 17 May 2020 05:50:51 UTC: NOTICE : /home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/proc is not a mount point. Skipping
197 NOTICE:catalyst:/home/catalyst/tmp/default/livecd-stage2-ia64-20200517T033010Z/proc is not a mount point. Skipping
198 Command exited with non-zero status 2
199 5388.22user 291.47system 33:56.41elapsed 278%CPU (0avgtext+0avgdata 241472maxresident)k
200 0inputs+0outputs (0major+32099423minor)pagefaults 0swaps
201
202
203
204 Full build log at /tmp/catalyst-auto.20200517T033010Z.oxBZzh/log/installcd-stage2-minimal.log