Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@××××××××××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [riscv-qemu-auto] Catalyst fatal build error - stage3-lp64d-systemd.spec
Date: Fri, 03 Sep 2021 22:29:35
Message-Id: 20210903222929.E018B2680F4@demeter.amd64.dev.gentoo.org
1 * Messages for package acct-user/portage-0:
2 * Updating home for user 'portage' ...
3 * - Home: /var/lib/portage/home
4 * Updating shell for user 'portage' ...
5 * - Shell: /sbin/nologin
6 * Updating comment for user 'portage' ...
7 * - Comment: System user; portage
8 * Messages for package acct-user/sshd-0-r1:
9 * Adding user 'sshd' to your system ...
10 * - Userid: 22
11 * - Shell: /sbin/nologin
12 * - Home: /var/empty
13 * - Groups: sshd
14 * - GECOS: added by portage for sshd
15 * Updating comment for user 'sshd' ...
16 * - Comment: User for ssh
17 * Messages for package acct-user/nobody-0:
18 * Updating shell for user 'nobody' ...
19 * - Shell: /sbin/nologin
20 * Updating comment for user 'nobody' ...
21 * - Comment: System user; nobody
22 * Messages for package sys-apps/coreutils-8.32-r1:
23 * Make sure you run 'hash -r' in your active shells.
24 * You should also re-source your shell settings for LS_COLORS
25 * changes, such as: source /etc/profile
26 * Messages for package net-firewall/iptables-1.8.7:
27 * Current iptables implementation is unset, setting to xtables-legacy-multi
28 * Messages for package sys-libs/pam-1.5.1_p20210622-r1:
29 * Some software with pre-loaded PAM libraries might experience
30 * warnings or failures related to missing symbols and/or versions
31 * after any update. While unfortunate this is a limit of the
32 * implementation of PAM and the software, and it requires you to
33 * restart the software manually after the update.
34 *
35 * You can get a list of such software running a command like
36 * lsof / | egrep -i 'del.*libpam\.so'
37 *
38 * Alternatively, simply reboot your system.
39 * Messages for package dev-python/jinja-3.0.1:
40 * For i18n support, please emerge dev-python/Babel.
41 * Messages for package dev-python/lxml-4.6.3-r1:
42 * Install additional packages for optional runtime features:
43 * dev-python/beautifulsoup for Support for BeautifulSoup as a parser backend
44 * dev-python/cssselect for Translates CSS selectors to XPath 1.0 expressions
45 * Messages for package dev-util/meson-0.59.1-r1:
46 * ERROR: dev-util/meson-0.59.1-r1::gentoo failed (compile phase):
47 * (no error message)
48 *
49 * Call stack:
50 * ebuild.sh, line 127: Called src_compile
51 * environment, line 2961: Called distutils-r1_src_compile
52 * environment, line 1249: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
53 * environment, line 537: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
54 * environment, line 2621: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
55 * environment, line 2152: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
56 * environment, line 2150: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
57 * environment, line 857: Called distutils-r1_run_phase 'distutils-r1_python_compile'
58 * environment, line 1240: Called distutils-r1_python_compile
59 * environment, line 1100: Called esetup.py 'build' '-j' '17'
60 * environment, line 1687: Called die
61 * The specific snippet of code:
62 * "${@}" || die -n;
63 *
64 * If you need support, post the output of `emerge --info '=dev-util/meson-0.59.1-r1::gentoo'`,
65 * the complete build log and the output of `emerge -pqv '=dev-util/meson-0.59.1-r1::gentoo'`.
66 * The complete build log is located at '/var/tmp/portage/dev-util/meson-0.59.1-r1/temp/build.log'.
67 * The ebuild environment file is located at '/var/tmp/portage/dev-util/meson-0.59.1-r1/temp/environment'.
68 * Working directory: '/var/tmp/portage/dev-util/meson-0.59.1-r1/work/meson-0.59.1'
69 * S: '/var/tmp/portage/dev-util/meson-0.59.1-r1/work/meson-0.59.1'
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137 * IMPORTANT: config file '/etc/locale.gen' needs updating.
138 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
139 * sections of the emerge man page to learn how to update config files.
140 03 Sep 2021 22:29:29 UTC: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/stage3/stage3-controller.sh', 'run']) exited 1
141 ERROR:catalyst:CatalystError: cmd(['/usr/share/catalyst/targets/stage3/stage3-controller.sh', 'run']) exited 1
142 03 Sep 2021 22:29:29 UTC: ERROR : CatalystError: Stage build aborting due to error.
143 ERROR:catalyst:CatalystError: Stage build aborting due to error.
144 03 Sep 2021 22:29:29 UTC: ERROR : Exception running action sequence run_local
145 Traceback (most recent call last):
146 File "/usr/lib/python3.9/site-packages/catalyst/base/stagebase.py", line 1409, in run_local
147 cmd([self.settings['controller_file'], 'run'],
148 File "/usr/lib/python3.9/site-packages/catalyst/support.py", line 53, in cmd
149 raise CatalystError('cmd(%r) exited %s' % (args, ret),
150 catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage3/stage3-controller.sh', 'run']) exited 1
151
152 During handling of the above exception, another exception occurred:
153
154 Traceback (most recent call last):
155 File "/usr/lib/python3.9/site-packages/catalyst/base/stagebase.py", line 1515, in run
156 getattr(self, x)()
157 File "/usr/lib/python3.9/site-packages/catalyst/base/stagebase.py", line 1418, in run_local
158 raise CatalystError("Stage build aborting due to error.",
159 catalyst.support.CatalystError: Stage build aborting due to error.
160 ERROR:catalyst:Exception running action sequence run_local
161 Traceback (most recent call last):
162 File "/usr/lib/python3.9/site-packages/catalyst/base/stagebase.py", line 1409, in run_local
163 cmd([self.settings['controller_file'], 'run'],
164 File "/usr/lib/python3.9/site-packages/catalyst/support.py", line 53, in cmd
165 raise CatalystError('cmd(%r) exited %s' % (args, ret),
166 catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage3/stage3-controller.sh', 'run']) 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.9/site-packages/catalyst/base/stagebase.py", line 1515, in run
172 getattr(self, x)()
173 File "/usr/lib/python3.9/site-packages/catalyst/base/stagebase.py", line 1418, in run_local
174 raise CatalystError("Stage build aborting due to error.",
175 catalyst.support.CatalystError: Stage build aborting due to error.
176 03 Sep 2021 22:29:29 UTC: NOTICE : Cleaning up... Running unbind()
177 NOTICE:catalyst:Cleaning up... Running unbind()
178 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/tmp/kerncache is not a mount point. Skipping
179 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/tmp/kerncache is not a mount point. Skipping
180 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/cache/binpkgs is not a mount point. Skipping
181 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/cache/binpkgs is not a mount point. Skipping
182 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/run is not a mount point. Skipping
183 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/run is not a mount point. Skipping
184 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/dev/shm does not exist. Skipping
185 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/dev/shm does not exist. Skipping
186 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/dev/pts does not exist. Skipping
187 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/dev/pts does not exist. Skipping
188 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/tmp/portage is not a mount point. Skipping
189 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/tmp/portage is not a mount point. Skipping
190 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/cache/distfiles is not a mount point. Skipping
191 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/cache/distfiles is not a mount point. Skipping
192 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/db/repos/gentoo is not a mount point. Skipping
193 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/var/db/repos/gentoo is not a mount point. Skipping
194 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/dev is not a mount point. Skipping
195 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/dev is not a mount point. Skipping
196 03 Sep 2021 22:29:29 UTC: NOTICE : /var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/proc is not a mount point. Skipping
197 NOTICE:catalyst:/var/tmp/catalyst/tmp/default/stage3-rv64_lp64d-systemd-20210903T170536Z/proc is not a mount point. Skipping
198 Command exited with non-zero status 2
199 3608.89user 237.94system 1:02:02elapsed 103%CPU (0avgtext+0avgdata 158520maxresident)k
200 33896inputs+2612960outputs (49major+95761415minor)pagefaults 0swaps
201
202
203
204 Full build log at /tmp/catalyst-auto.20210903T170536Z.UaqoVj/log/stage3-lp64d-systemd.log