YaST Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
August 2020
- 3 participants
- 426 discussions
29 Jul '22
See <https://ci.suse.de/job/yast-hana-ha-master/1/display/redirect>
Changes:
------------------------------------------
Started by user YaST Team
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-nbg-head3 (yast-head libstorage libyui snapper) in workspace <https://ci.suse.de/job/yast-hana-ha-master/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/yast/hana-ha.git
> git init <https://ci.suse.de/job/yast-hana-ha-master/ws/> # timeout=10
Fetching upstream changes from https://github.com/yast/hana-ha.git
> git --version # timeout=10
> git fetch --tags --progress -- https://github.com/yast/hana-ha.git +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://github.com/yast/hana-ha.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/yast/hana-ha.git/'
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1985)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:80)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:563)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:787)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.lang.Thread.run(Thread.java:834)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to yast-nbg-head3
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:955)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor652.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy129.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1105)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1145)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1205)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1853)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
ERROR: Error cloning remote repo 'origin'
1
14
[yast-commit] Build failed in Jenkins: yast-skelcd-control-openSUSE-openSUSE-15_2 #10
by admin@opensuse.org 15 Nov '21
by admin@opensuse.org 15 Nov '21
15 Nov '21
See <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/10/d…>
Changes:
[jlopez] Add Network Activation to update mode
[jlopez] Update version and changelog
------------------------------------------
[...truncated 41.78 KB...]
[ 43s] unknown keyword in config: publishflags:
[ 43s] -----------------------------------------------------------------
[ 43s] I have the following modifications for skelcd-control-openSUSE.spec:
[ 43s] 31c31
[ 43s] < Release: 0
[ 43s] ---
[ 43s] > Release: 1
[ 43s] -----------------------------------------------------------------
[ 43s] ----- building skelcd-control-openSUSE.spec (user abuild)
[ 43s] -----------------------------------------------------------------
[ 43s] -----------------------------------------------------------------
[ 43s] unknown keyword in config: publishflags:
[ 43s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature /home/abuild/rpmbuild/SOURCES/skelcd-control-openSUSE.spec
[ 43s] setting SOURCE_DATE_EPOCH=1594036800
[ 43s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RdaQ7Z
[ 43s] + umask 022
[ 43s] + cd /home/abuild/rpmbuild/BUILD
[ 43s] + cd /home/abuild/rpmbuild/BUILD
[ 43s] + rm -rf skelcd-control-openSUSE-15.2.4
[ 43s] + /usr/bin/bzip2 -dc /home/abuild/rpmbuild/SOURCES/skelcd-control-openSUSE-15.2.4.tar.bz2
[ 43s] + /usr/bin/tar -xof -
[ 43s] + STATUS=0
[ 43s] + '[' 0 -ne 0 ']'
[ 43s] + cd skelcd-control-openSUSE-15.2.4
[ 43s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
[ 43s] + exit 0
[ 43s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RkP1aR
[ 43s] + umask 022
[ 43s] + cd /home/abuild/rpmbuild/BUILD
[ 43s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/skelcd-control-openSUSE-15.2.4-1.x86_64
[ 43s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/skelcd-control-openSUSE-15.2.4-1.x86_64
[ 43s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 43s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/skelcd-control-openSUSE-15.2.4-1.x86_64
[ 43s] + cd skelcd-control-openSUSE-15.2.4
[ 43s] + make -j2 -C control
[ 43s] make: Entering directory '/home/abuild/rpmbuild/BUILD/skelcd-control-openSUSE-15.2.4/control'
[ 43s] xsltproc control.openSUSE-promo.xsl control.openSUSE.xml > control.openSUSE-promo.xml
[ 43s] make: Leaving directory '/home/abuild/rpmbuild/BUILD/skelcd-control-openSUSE-15.2.4/control'
[ 43s] + exit 0
[ 43s] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pOncjI
[ 43s] + umask 022
[ 43s] + cd /home/abuild/rpmbuild/BUILD
[ 43s] + cd skelcd-control-openSUSE-15.2.4
[ 43s] + CONTROL_FILE=control.openSUSE.xml
[ 43s] + mkdir -p /home/abuild/rpmbuild/BUILDROOT/skelcd-control-openSUSE-15.2.4-1.x86_64/usr/lib/skelcd/CD1
[ 43s] + install -m 644 control/control.openSUSE.xml /home/abuild/rpmbuild/BUILDROOT/skelcd-control-openSUSE-15.2.4-1.x86_64/usr/lib/skelcd/CD1/control.xml
[ 43s] + /usr/lib/rpm/brp-compress
[ 43s] + /usr/lib/rpm/brp-suse
[ 43s] calling /usr/lib/rpm/brp-suse.d/brp-05-permissions
[ 43s] setting / to root:root 0755. (wrong owner/group abuild:abuild)
[ 43s] setting /usr/ to root:root 0755. (wrong owner/group abuild:abuild)
[ 43s] calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug
[ 43s] calling /usr/lib/rpm/brp-suse.d/brp-25-symlink
[ 43s] calling /usr/lib/rpm/brp-suse.d/brp-30-desktop
[ 44s] WARNING: '/usr/lib/rpm/brp-desktop.data/suse-screensavers.menu' does not exist
[ 44s] WARNING: '/usr/lib/rpm/brp-desktop.data/applications-kmenuedit.menu' does not exist
[ 44s] WARNING: '/usr/lib/rpm/brp-desktop.data/custom.menu' does not exist
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-35-rpath
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-40-rootfs
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-45-tcl
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-50-check-python
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-55-boot-scripts
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-60-hook
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-65-lib64-linux
[ 44s] calling /usr/lib/rpm/brp-suse.d/brp-72-extract-appdata
[ 44s] Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6L32UB
[ 44s] + umask 022
[ 44s] + cd /home/abuild/rpmbuild/BUILD
[ 44s] + cd skelcd-control-openSUSE-15.2.4
[ 44s] + make -j2 -C control check
[ 44s] make: Entering directory '/home/abuild/rpmbuild/BUILD/skelcd-control-openSUSE-15.2.4/control'
[ 44s] xmllint --relaxng /usr/share/YaST2/control/control.rng --noout *.xml
[ 44s] control.openSUSE-promo.changes.xml validates
[ 44s] control.openSUSE-promo.xml validates
[ 44s] control.openSUSE.xml validates
[ 44s] make: Leaving directory '/home/abuild/rpmbuild/BUILD/skelcd-control-openSUSE-15.2.4/control'
[ 44s] + exit 0
[ 44s] Processing files: skelcd-control-openSUSE-15.2.4-1.x86_64
[ 44s] Provides: product_control skelcd-control-openSUSE = 15.2.4-1 skelcd-control-openSUSE(x86-64) = 15.2.4-1
[ 44s] Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
[ 44s] Conflicts: product_control
[ 44s] Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/abuild/rpmbuild/BUILDROOT/skelcd-control-openSUSE-15.2.4-1.x86_64
[ 44s] Wrote: /home/abuild/rpmbuild/SRPMS/skelcd-control-openSUSE-15.2.4-1.src.rpm
[ 44s] Wrote: /home/abuild/rpmbuild/RPMS/x86_64/skelcd-control-openSUSE-15.2.4-1.x86_64.rpm
[ 44s] Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eNDJ3v
[ 44s] + umask 022
[ 44s] + cd /home/abuild/rpmbuild/BUILD
[ 44s] + cd skelcd-control-openSUSE-15.2.4
[ 44s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/skelcd-control-openSUSE-15.2.4-1.x86_64
[ 44s] + exit 0
[ 44s] ... checking for files with abuild user/group
[ 44s] ... running 00-check-install-rpms
[ 44s] ... installing all built rpms
[ 44s] Preparing packages...
[ 44s] skelcd-control-openSUSE-15.2.4-1.x86_64
[ 46s] ... running 50-check-binary-kernel-log
[ 46s] ... running 50-check-core-files
[ 46s] ... running 50-check-debuginfo
[ 46s] ... testing for empty debuginfo packages
[ 46s] ... running 50-check-filelist
[ 46s] ... checking filelist
[ 46s] ... running 50-check-gconf-scriptlets
[ 46s] ... testing GConf scriptlet presence
[ 46s] ... running 50-check-installtest
[ 46s] ... testing for pre/postinstall scripts that are not idempotent
[ 46s] ... running 50-check-invalid-provides
[ 46s] ... running 50-check-invalid-requires
[ 46s] ... running 50-check-kernel-build-id
[ 46s] ... running 50-check-lanana
[ 46s] ... running 50-check-libtool-deps
[ 46s] ... testing devel dependencies required by libtool .la files
[ 46s] (can be skipped by "skip-check-libtool-deps" anywhere in spec)
[ 46s] ... running 50-check-packaged-twice
[ 46s] ... running 50-check-permissions
[ 46s] ... testing for modified permissions
[ 46s] ... running 72-translate-appdata
[ 46s] ... running 99-check-remove-rpms
[ 46s] ... removing all built rpms
[ 46s] (order: reverse skelcd-control-openSUSE)
[ 47s]
[ 47s] RPMLINT report:
[ 47s] ===============
[ 47s] skelcd-control-openSUSE.x86_64: W: conflicts-with-provides product_control
[ 47s] The same symbolic name is provided and conflicted. This package might be
[ 47s] uninstallable, if versioning matches
[ 47s]
[ 47s] skelcd-control-openSUSE.x86_64: W: no-binary
[ 47s] The package should be of the noarch architecture because it doesn't contain
[ 47s] any binaries.
[ 47s]
[ 47s] skelcd-control-openSUSE.src: W: no-version-in-last-changelog
[ 47s] skelcd-control-openSUSE.x86_64: W: no-version-in-last-changelog
[ 47s] The latest changelog entry doesn't contain a version. Please insert the
[ 47s] version that is coherent with the version of the package and rebuild it.
[ 47s]
[ 47s] skelcd-control-openSUSE.x86_64: W: suse-branding-specific-branding-req yast2-qt-branding-openSUSE
[ 47s] packages must not require a specific branding or theme package to allow for
[ 47s] different themes
[ 47s]
[ 47s] skelcd-control-openSUSE.x86_64: W: suse-branding-unversioned-requires yast2-theme
[ 47s] Please make sure that your requires entry is similar to: Requires: %name-
[ 47s] branding = <versionnumber>'.
[ 47s]
[ 47s] 2 packages and 0 specfiles checked; 0 errors, 6 warnings.
[ 47s]
[ 47s]
[ 47s] yast-jenkins finished "build skelcd-control-openSUSE.spec" at Mon Jul 6 09:55:50 UTC 2020.
[ 47s]
/var/tmp/build-root/openSUSE_Leap_15.2-x86_64/home/abuild/rpmbuild/SRPMS/skelcd-control-openSUSE-15.2.4-1.src.rpm
/var/tmp/build-root/openSUSE_Leap_15.2-x86_64/home/abuild/rpmbuild/RPMS/x86_64/skelcd-control-openSUSE-15.2.4-1.x86_64.rpm
rm -rf YaST:openSUSE:15.2
osc -A 'https://api.opensuse.org' --traceback checkout 'YaST:openSUSE:15.2' skelcd-control-openSUSE
cleaning
A YaST:openSUSE:15.2
A YaST:openSUSE:15.2/skelcd-control-openSUSE
A YaST:openSUSE:15.2/skelcd-control-openSUSE/README.md
A YaST:openSUSE:15.2/skelcd-control-openSUSE/pre_checkin.sh
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-15.2.3.tar.bz2
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.spec
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.spec
At revision 4.
/usr/lib/obs/service/format_spec_file --outdir .
diff -u package/skelcd-control-openSUSE.changes <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
rm <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-15.2.3.tar.bz2
rm <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
rm <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/README.md
rm <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/pre_checkin.sh
rm <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
rm <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.spec
rm <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.spec
cp package/skelcd-control-openSUSE.changes <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE
cp package/skelcd-control-openSUSE-15.2.4.tar.bz2 <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE
cp package/README.md <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE
cp package/pre_checkin.sh <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE
cp package/skelcd-control-openSUSE-promo.changes <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE
cp package/skelcd-control-openSUSE.spec <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE
cp package/skelcd-control-openSUSE-promo.spec <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE
osc -A 'https://api.opensuse.org' addremove
--- package/skelcd-control-openSUSE.changes 2020-07-06 09:54:14.218999562 +0000
+++ <https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/ws/Y…>:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.changes 2020-03-20 08:54:37.000000000 +0000
@@ -1,10 +1,4 @@
-------------------------------------------------------------------
-Mon Jul 6 09:40:19 UTC 2020 - Jos?? Iv??n L??pez Gonz??lez <jlopez(a)suse.com>
-
-- Update mode: add Network Activation (bsc#1173676).
-- 15.2.4
-
--------------------------------------------------------------------
Fri Mar 20 08:23:19 UTC 2020 - Guillaume GARDET <guillaume.gardet(a)opensuse.org>
- Update external link for non-x86 on Leap (bsc#1120938)
D skelcd-control-openSUSE-15.2.3.tar.bz2
A skelcd-control-openSUSE-15.2.4.tar.bz2
submitting package...
osc -A https://api.opensuse.org commit -m - Update mode: add Network Activation (bsc#1173676).
- 15.2.4
- Update mode: add Network Activation (bsc#1173676).
- 15.2.4
Deleting skelcd-control-openSUSE-15.2.3.tar.bz2
Sending skelcd-control-openSUSE-promo.changes
Sending skelcd-control-openSUSE-promo.spec
Sending skelcd-control-openSUSE.changes
Sending skelcd-control-openSUSE.spec
Sending skelcd-control-openSUSE-15.2.4.tar.bz2
Transmitting file data .....
Committed revision 5.
rm -rf YaST:openSUSE:15.2
osc -A 'https://api.opensuse.org' --traceback checkout 'YaST:openSUSE:15.2' skelcd-control-openSUSE
New package submitted to YaST:openSUSE:15.2
cleaning
A YaST:openSUSE:15.2
A YaST:openSUSE:15.2/skelcd-control-openSUSE
A YaST:openSUSE:15.2/skelcd-control-openSUSE/README.md
A YaST:openSUSE:15.2/skelcd-control-openSUSE/pre_checkin.sh
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-15.2.4.tar.bz2
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.spec
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.changes
A YaST:openSUSE:15.2/skelcd-control-openSUSE/skelcd-control-openSUSE.spec
At revision 5.
osc -A 'https://api.opensuse.org' cat 'openSUSE:Leap:15.2' 'skelcd-control-openSUSE' 'skelcd-control-openSUSE.spec' > /tmp/yast-rake20200706-5055-1n0gkml
osc -A https://api.opensuse.org service wait YaST:openSUSE:15.2 skelcd-control-openSUSE
Version has been changed in *.spec file
Waiting for the server side service...
ok
yes | osc -A 'https://api.opensuse.org' submitreq --no-cleanup 'YaST:openSUSE:15.2' 'skelcd-control-openSUSE' 'openSUSE:Leap:15.2' -m 'submit new version 15.2.4' --yes
Server returned an error: HTTP Error 403: Forbidden
The target project openSUSE:Leap:15.2 is not accepting requests because: Please submit it to openSUSE:Leap:15.2:Update
rm -rf YaST:openSUSE:15.2
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org' su...]
Tasks: TOP => osc:sr
(See full trace by running task with --trace)
cleaning
Result: PID 5054 exited with value 1
Scanning for a pull request...
Found pull request #210
Adding comment ":x: Public Jenkins [job #10](https://ci.opensuse.org/job/yast-skelcd-control-openSUSE-openSUSE-15_2/10/) failed"
to pull request https://github.com/yast/skelcd-control-openSUSE/pull/210
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/skelcd-control-openSUSE/issues/210/commen…... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jlopez(a)suse.com
1
2
[yast-commit] Build failed in Jenkins: yast-skelcd-control-CAASP-master #2
by jenkins@suse.de 25 Jan '21
by jenkins@suse.de 25 Jan '21
25 Jan '21
See <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/2/display/redirect?…>
Changes:
[jreidinger] require precise time
[jreidinger] update dependency
------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-nbg-head3 (yast-head libstorage libyui snapper) in workspace <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/>
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/yast/skelcd-control-CAASP.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/skelcd-control-CAASP.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/yast/skelcd-control-CAASP.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fe769ff0be88be6559469ff15bf33cf2d9052f0b (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f fe769ff0be88be6559469ff15bf33cf2d9052f0b
Commit message: "Merge pull request #83 from yast/precise_time"
> git rev-list --no-walk 2a7e408ffd02f9ab10323cff1556e0754ddd540f # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content
YAST_SUBMIT=casp40
[EnvInject] - Variables injected successfully.
[EnvInject] - Mask passwords that will be passed as build parameters.
[yast-skelcd-control-CAASP-master] $ /bin/sh -xe /tmp/jenkins8934274595637699469.sh
+ cd <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/>
+ LC_ALL=en_US.UTF-8
+ /usr/local/bin/jenkins_status_comment.rb rake osc:sr
* Starting syntax check...
* Done
mkdir -p package/skelcd-control-CAASP-15.6/.
rm -f package/skelcd-control-CAASP-15.6/./.travis.sh
ln ./.travis.sh package/skelcd-control-CAASP-15.6/./.travis.sh
rm -f package/skelcd-control-CAASP-15.6/./.travis.yml
ln ./.travis.yml package/skelcd-control-CAASP-15.6/./.travis.yml
rm -f package/skelcd-control-CAASP-15.6/./CONTRIBUTING.md
ln ./CONTRIBUTING.md package/skelcd-control-CAASP-15.6/./CONTRIBUTING.md
rm -f package/skelcd-control-CAASP-15.6/./Dockerfile
ln ./Dockerfile package/skelcd-control-CAASP-15.6/./Dockerfile
rm -f package/skelcd-control-CAASP-15.6/./LICENSE
ln ./LICENSE package/skelcd-control-CAASP-15.6/./LICENSE
rm -f package/skelcd-control-CAASP-15.6/./POTFILES
ln ./POTFILES package/skelcd-control-CAASP-15.6/./POTFILES
rm -f package/skelcd-control-CAASP-15.6/./README.md
ln ./README.md package/skelcd-control-CAASP-15.6/./README.md
rm -f package/skelcd-control-CAASP-15.6/./RPMNAME
ln ./RPMNAME package/skelcd-control-CAASP-15.6/./RPMNAME
rm -f package/skelcd-control-CAASP-15.6/./Rakefile
ln ./Rakefile package/skelcd-control-CAASP-15.6/./Rakefile
mkdir -p package/skelcd-control-CAASP-15.6/./control
rm -f package/skelcd-control-CAASP-15.6/./control/Makefile
ln ./control/Makefile package/skelcd-control-CAASP-15.6/./control/Makefile
rm -f package/skelcd-control-CAASP-15.6/./control/README.md
ln ./control/README.md package/skelcd-control-CAASP-15.6/./control/README.md
rm -f package/skelcd-control-CAASP-15.6/./control/control.CAASP.glade
ln ./control/control.CAASP.glade package/skelcd-control-CAASP-15.6/./control/control.CAASP.glade
rm -f package/skelcd-control-CAASP-15.6/./control/control.CAASP.xml
ln ./control/control.CAASP.xml package/skelcd-control-CAASP-15.6/./control/control.CAASP.xml
mkdir -p package/skelcd-control-CAASP-15.6/./package
rm -f package/skelcd-control-CAASP-15.6/./package/skelcd-control-CAASP.changes
ln ./package/skelcd-control-CAASP.changes package/skelcd-control-CAASP-15.6/./package/skelcd-control-CAASP.changes
rm -f package/skelcd-control-CAASP-15.6/./package/skelcd-control-CAASP.spec
ln ./package/skelcd-control-CAASP.spec package/skelcd-control-CAASP-15.6/./package/skelcd-control-CAASP.spec
cd package && find skelcd-control-CAASP-15.6 -xtype f -print0 | LC_ALL=C sort -z | tar -c -j -f skelcd-control-CAASP-15.6.tar.bz2 --format=gnu --owner=root --group=root --mtime=2019-10-02\ 15:04:43\ \+0200 --null --files-from -
rm -rf package/skelcd-control-CAASP-15.6
osc -A 'https://api.suse.de/' --traceback --verbose checkout 'Devel:YaST:CASP:4.0' skelcd-control-CAASP
Skipped files:
.gitignore: skipped by name match (version system file)
.travis.sh: skipped by name match (configuration regex)
.travis.yml: skipped by name match (configuration file)
CONTRIBUTING.md: skipped by name match (documentation file)
Dockerfile: skipped by name match (configuration regex)
LICENSE: skipped by name match (configuration regex)
POTFILES: skipped by name match (configuration regex)
README.md: skipped by name match (README file)
RPMNAME: skipped by name match (configuration regex)
Rakefile: skipped by name match (configuration regex)
control/Makefile: skipped by name match (configuration regex)
control/README.md: skipped by name match (README file)
control/control.CAASP.glade: skipped by name match (configuration regex)
control/control.CAASP.xml: skipped by name match (configuration file)
package/skelcd-control-CAASP.changes: skipped by name match (changes file)
package/skelcd-control-CAASP.spec: skipped by name match (configuration regex)
Copyright found in these files:
Copyright detected as not needed in these files:
All files have proper license reference.
makeurl: https://api.suse.de ['source', 'Devel%3AYaST%3ACASP%3A4.0', 'skelcd-control-CAASP', '_meta'] {}
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP'] {'rev': 'latest'}
A Devel:YaST:CASP:4.0
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0'] {}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0'] {}
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP'] {'rev': 'latest'}
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', 'skelcd-control-CAASP-15.5.tar.bz2'] {'rev': '3'}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP-15.5.tar.bz2
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', 'skelcd-control-CAASP.changes'] {'rev': '3'}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.changes
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', 'skelcd-control-CAASP.spec'] {'rev': '3'}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.spec
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', '_meta'] {}
At revision 3.
rm <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.spec
rm <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.changes
rm <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP-15.5.tar.bz2
cp package/skelcd-control-CAASP.spec <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP
cp package/skelcd-control-CAASP.changes <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP
cp package/skelcd-control-CAASP-15.6.tar.bz2 <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP
osc -A 'https://api.suse.de/' addremove
D skelcd-control-CAASP-15.5.tar.bz2
A skelcd-control-CAASP-15.6.tar.bz2
osc -A 'https://api.suse.de/' cat 'SUSE:SLE-15:Update:Products:CASP40' 'skelcd-control-CAASP' 'skelcd-control-CAASP.spec' > /tmp/yast-rake20191002-9670-1d735g0
Checking IDs in *.changes file
Version has been changed in *.spec file
osc -A 'https://api.suse.de/' cat 'SUSE:SLE-15:Update:Products:CASP40' 'skelcd-control-CAASP' 'skelcd-control-CAASP.changes' | diff - 'skelcd-control-CAASP.changes'
rm -rf Devel:YaST:CASP:4.0
cleaning
* Starting osc check...
osc -A 'https://api.suse.de/' --traceback --verbose checkout 'Devel:YaST:CASP:4.0' skelcd-control-CAASP
* Done. Everything looks good.
makeurl: https://api.suse.de ['source', 'Devel%3AYaST%3ACASP%3A4.0', 'skelcd-control-CAASP', '_meta'] {}
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP'] {'rev': 'latest'}
A Devel:YaST:CASP:4.0
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0'] {}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0'] {}
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP'] {'rev': 'latest'}
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', 'skelcd-control-CAASP-15.5.tar.bz2'] {'rev': '3'}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP-15.5.tar.bz2
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', 'skelcd-control-CAASP.changes'] {'rev': '3'}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.changes
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', 'skelcd-control-CAASP.spec'] {'rev': '3'}
A Devel:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.spec
makeurl: https://api.suse.de ['source', 'Devel:YaST:CASP:4.0', 'skelcd-control-CAASP', '_meta'] {}
At revision 3.
rm <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.spec
rm <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP.changes
rm <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/skelcd-control-CAASP-15.5.tar.bz2
cp package/skelcd-control-CAASP.spec <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP
cp package/skelcd-control-CAASP.changes <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP
cp package/skelcd-control-CAASP-15.6.tar.bz2 <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP
osc -A 'https://api.suse.de/' addremove
D skelcd-control-CAASP-15.5.tar.bz2
A skelcd-control-CAASP-15.6.tar.bz2
mkdir -p /var/tmp/Devel:YaST:CASP:4.0/CASP_4.0
yes | osc -A 'https://api.suse.de/' build --no-verify --release=1 --keep-pkgs=/var/tmp/Devel:YaST:CASP:4.0/CASP_4.0 CASP_4.0
Building package skelcd-control-CAASP from project Devel:YaST:CASP:4.0
building package...
Building skelcd-control-CAASP.spec for CASP_4.0/x86_64
Getting buildinfo from server and store to <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/.osc/_buildinfo-CASP_4.0-x86_64.xml
Getting buildconfig from server and store to <https://ci.suse.de/job/yast-skelcd-control-CAASP-master/ws/Devel>:YaST:CASP:4.0/skelcd-control-CAASP/.osc/_buildconfig-CASP_4.0-x86_64
buildinfo is broken... it says:
unresolvable: nothing provides yast2-installation-control >= 4.2.8
rm -rf Devel:YaST:CASP:4.0
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.suse.de/' build ...]
Tasks: TOP => osc:sr => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 9669 exited with value 1
Scanning for a pull request...
Found pull request #83
Adding comment ":x: Internal Jenkins [job #2](https://ci.suse.de/job/yast-skelcd-control-CAASP-master/2/) failed"
to pull request https://github.com/yast/skelcd-control-CAASP/pull/83
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/skelcd-control-CAASP/issues/83/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jreidinger(a)suse.cz
1
5
[yast-commit] Build failed in Jenkins: yast-skelcd-control-CAASP-master #12
by admin@opensuse.org 25 Jan '21
by admin@opensuse.org 25 Jan '21
25 Jan '21
See <https://ci.opensuse.org/job/yast-skelcd-control-CAASP-master/12/display/red…>
Changes:
[schubi] autoimage removed
[schubi] autoimage removed
[schubi] typo
------------------------------------------
Started by GitHub push by schubi2
Started by GitHub push by schubi2
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-jenkins-original (yast-head yast-jenkins) in workspace <https://ci.opensuse.org/job/yast-skelcd-control-CAASP-master/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/yast/skelcd-control-CAASP.git
> git init <https://ci.opensuse.org/job/yast-skelcd-control-CAASP-master/ws/> # timeout=10
Fetching upstream changes from https://github.com/yast/skelcd-control-CAASP.git
> git --version # timeout=10
> git fetch --tags --progress -- https://github.com/yast/skelcd-control-CAASP.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/yast/skelcd-control-CAASP.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/yast/skelcd-control-CAASP.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/skelcd-control-CAASP.git
> git fetch --tags --progress --prune -- https://github.com/yast/skelcd-control-CAASP.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 76231205444c3344d026c3b7c4ad235aa09a5b32 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 76231205444c3344d026c3b7c4ad235aa09a5b32 # timeout=10
Commit message: "Merge pull request #86 from yast/master-bsc-821267"
> git rev-list --no-walk 1812853e0b0a59dedb416b5ae9599621e6617db8 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content
YAST_SUBMIT=factory
[EnvInject] - Variables injected successfully.
[EnvInject] - Mask passwords that will be passed as build parameters.
[yast-skelcd-control-CAASP-master] $ /bin/sh -xe /tmp/jenkins11639465501814235114.sh
+ cd <https://ci.opensuse.org/job/yast-skelcd-control-CAASP-master/ws/>
+ LC_ALL=en_US.UTF-8
+ /usr/local/bin/jenkins_status_comment.rb rake osc:sr
* Starting syntax check...
* Done
* Making tarball <https://ci.opensuse.org/job/yast-skelcd-control-CAASP-master/ws/package/ske…> ...
* ...Done
osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' skelcd-control-CAASP
All files have proper license reference.
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/osc/babysitter.py", line 61, in run
return prg.main(argv)
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 344, in main
return self.cmd(args)
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 367, in cmd
retval = self.onecmd(argv)
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 501, in onecmd
return self._dispatch_cmd(handler, argv)
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 1232, in _dispatch_cmd
return handler(argv[0], opts, *args)
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 4341, in do_checkout
meta=opts.meta, outdir=opts.output_dir)
File "/usr/lib/python2.7/site-packages/osc/core.py", line 4978, in checkout_package
show_package_meta(apiurl, quote_plus(project), quote_plus(package), meta)
File "/usr/lib/python2.7/site-packages/osc/core.py", line 3515, in show_package_meta
f = http_GET(url)
File "/usr/lib/python2.7/site-packages/osc/core.py", line 3355, in http_GET
def http_GET(*args, **kwargs): return http_request('GET', *args, **kwargs)
File "/usr/lib/python2.7/site-packages/osc/core.py", line 3344, in http_request
fd = urlopen(req, data=data)
File "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib64/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib64/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib64/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib64/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
Server returned an error: HTTP Error 404: Not Found
Error getting meta for project 'YaST%3AHead' package 'skelcd-control-CAASP'
Package not found: YaST:Head/skelcd-control-CAASP
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [osc -A 'https://api.opensuse.org/' --trace...]
Tasks: TOP => osc:sr => check:changelog
(See full trace by running task with --trace)
cleaning
Result: PID 22105 exited with value 1
Scanning for a pull request...
Found pull request #86
Adding comment ":x: Public Jenkins [job #12](https://ci.opensuse.org/job/yast-skelcd-control-CAASP-master/12/) failed"
to pull request https://github.com/yast/skelcd-control-CAASP/pull/86
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/skelcd-control-CAASP/issues/86/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user schubi(a)suse.de
Not sending mail to unregistered user wfeldt(a)opensuse.org
Not sending mail to unregistered user dgonzalez(a)suse.de
1
2
[yast-commit] Build failed in Jenkins: yast-system-role-transactional-server-master #3
by jenkins@suse.de 13 Jan '21
by jenkins@suse.de 13 Jan '21
13 Jan '21
See <https://ci.suse.de/job/yast-system-role-transactional-server-master/3/displ…>
Changes:
------------------------------------------
[...truncated 10.21 KB...]
[ 3s] [22/148] keeping libgdbm4-1.12-1.418
[ 3s] [23/148] keeping libgmp10-6.1.2-4.3.1
[ 3s] [24/148] keeping libgomp1-9.3.1+git1296-1.6.1
[ 3s] [25/148] keeping libgpg-error0-1.29-1.8
[ 3s] [26/148] keeping libitm1-9.3.1+git1296-1.6.1
[ 3s] [27/148] keeping libkeyutils1-1.5.10-3.42
[ 3s] [28/148] keeping libltdl7-2.4.6-3.2.1
[ 3s] [29/148] keeping liblua5_3-5-5.3.4-3.3.2
[ 3s] [30/148] keeping liblzma5-5.2.3-4.3.1
[ 3s] [31/148] keeping libmnl0-1.0.4-1.25
[ 3s] [32/148] keeping libmpx2-8.2.1+r264010-1.3.7
[ 3s] [33/148] keeping libmpxwrappers2-8.2.1+r264010-1.3.7
[ 3s] [34/148] keeping libopenssl1_1-1.1.1d-9.9
[ 3s] [35/148] keeping libpcre1-8.41-4.20
[ 3s] [36/148] keeping libpopt0-1.16-3.22
[ 3s] [37/148] keeping libsasl2-3-2.1.26-5.7.1
[ 3s] [38/148] keeping libsepol1-3.0-1.31
[ 3s] [39/148] keeping libsmartcols1-2.33.1-4.5.1
[ 3s] [40/148] keeping libuuid1-2.33.1-4.5.1
[ 3s] [41/148] keeping libverto1-0.2.6-3.20
[ 3s] [42/148] keeping libz1-1.2.11-3.12.1
[ 3s] [43/148] keeping libzstd1-1.4.4-1.3.1
[ 3s] [44/148] keeping patch-2.7.6-3.5
[ 3s] [45/148] keeping perl-base-5.26.1-7.12.1
[ 3s] [46/148] keeping pkg-config-0.29.2-1.436
[ 3s] [47/148] keeping brp-extract-appdata-2016.05.04-1.23
[ 3s] [48/148] keeping build-mkbaselibs-20200124.1-1.21
[ 3s] [49/148] keeping attr-2.4.47-2.19
[ 3s] [50/148] keeping libacl1-2.2.52-4.3.1
[ 3s] [51/148] keeping libblkid1-2.33.1-4.5.1
[ 3s] [52/148] keeping libgcrypt20-1.8.2-8.36.1
[ 3s] [53/148] keeping libisl15-0.18-1.443
[ 3s] [54/148] keeping libmpfr6-4.0.1-1.46
[ 3s] [55/148] keeping libselinux1-3.0-1.31
[ 3s] [56/148] keeping libstdc++6-9.3.1+git1296-1.6.1
[ 3s] [57/148] keeping libkmod2-25-6.7.1
[ 3s] [58/148] keeping libmagic1-5.32-7.8.1
[ 3s] [59/148] keeping libxml2-2-2.9.7-3.22.1
[ 3s] [60/148] keeping libldap-2_4-2-2.4.46-9.31.1
[ 3s] [61/148] keeping libzio1-1.06-2.20
[ 3s] [62/148] keeping file-5.32-7.8.1
[ 3s] [63/148] keeping libasan4-7.5.0+r278197-4.16.2
[ 3s] [64/148] keeping libcilkrts5-7.5.0+r278197-4.16.2
[ 3s] [65/148] keeping libdb-4_8-4.8.30-7.3.1
[ 3s] [66/148] keeping libfdisk1-2.33.1-4.5.1
[ 3s] [67/148] keeping liblsan0-9.3.1+git1296-1.6.1
[ 3s] [68/148] keeping libmount1-2.33.1-4.5.1
[ 3s] [69/148] keeping libmpc3-1.1.0-1.47
[ 3s] [70/148] keeping libtsan0-9.3.1+git1296-1.6.1
[ 3s] [71/148] keeping libubsan0-7.5.0+r278197-4.16.2
[ 3s] [72/148] keeping libxslt1-1.1.32-3.8.24
[ 3s] [73/148] keeping libsemanage1-3.0-1.27
[ 3s] [74/148] keeping libclamav7-0.100.3-3.20.1
[ 3s] [75/148] keeping libxslt-tools-1.1.32-3.8.24
[ 3s] [76/148] keeping cpp7-7.5.0+r278197-4.16.2
[ 3s] [77/148] keeping perl-5.26.1-7.12.1
[ 3s] [78/148] keeping brp-check-suse-84.87+git20181106.224b37d-3.3.1
[ 3s] [79/148] keeping terminfo-base-6.1-5.6.2
[ 3s] [80/148] keeping libelf1-0.168-4.5.3
[ 3s] [81/148] keeping dwz-0.12-1.483
[ 3s] [82/148] keeping libebl-plugins-0.168-4.5.3
[ 3s] [83/148] keeping libncurses6-6.1-5.6.2
[ 3s] [84/148] keeping libdw1-0.168-4.5.3
[ 3s] [85/148] keeping libreadline7-7.0-9.10.1
[ 3s] [86/148] keeping ncurses-utils-6.1-5.6.2
[ 3s] [87/148] keeping bash-4.4-9.10.1
[ 3s] [88/148] keeping libxml2-tools-2.9.7-3.22.1
[ 3s] [89/148] keeping brp-extract-translations-84.87-1.16
[ 3s] [90/148] keeping cpp-7-3.3.22
[ 3s] [91/148] keeping bzip2-1.0.6-5.9.1
[ 3s] [92/148] keeping cracklib-2.9.7-11.3.1
[ 3s] [93/148] keeping xz-5.2.3-4.3.1
[ 3s] [94/148] keeping info-6.5-4.17
[ 3s] [95/148] keeping iproute2-5.3-3.8
[ 3s] [96/148] keeping cpio-2.12-3.3.1
[ 3s] [97/148] keeping diffutils-3.6-4.3.1
[ 3s] [98/148] keeping gzip-1.10-1.81
[ 3s] [99/148] keeping libcrack2-2.9.7-11.3.1
[ 3s] [100/148] keeping make-4.2.1-7.3.2
[ 3s] [101/148] keeping which-2.21-2.20
[ 3s] [102/148] keeping findutils-4.6.0-2.21
[ 3s] [103/148] keeping gettext-runtime-mini-0.19.8.1-4.3.1
[ 3s] [104/148] keeping grep-3.1-4.3.12
[ 3s] [105/148] keeping tar-1.30-3.3.2
[ 3s] [106/148] keeping sed-4.4-2.11
[ 3s] [107/148] keeping coreutils-8.29-2.12
[ 3s] [108/148] keeping systemd-rpm-macros-3-5.52
[ 3s] [109/148] keeping linux-glibc-devel-5.3-1.75
[ 3s] [110/148] keeping glibc-locale-base-2.26-13.48.1
[ 3s] [111/148] keeping update-alternatives-1.19.0.4-2.48
[ 3s] [112/148] keeping timezone-2020a-3.29.1
[ 3s] [113/148] keeping gettext-tools-mini-0.19.8.1-4.3.1
[ 3s] [114/148] keeping permissions-20181224-21.1
[ 3s] [115/148] keeping krb5-mini-1.16.3-3.9.1
[ 3s] [116/148] keeping rpm-4.14.1-20.3
[ 3s] [117/148] keeping glibc-locale-2.26-13.48.1
[ 3s] [118/148] keeping glibc-devel-2.26-13.48.1
[ 3s] [119/148] keeping libtirpc3-1.0.2-3.8.1
[ 3s] [120/148] keeping gawk-4.2.1-1.41
[ 3s] [121/148] keeping binutils-2.32-7.8.1
[ 3s] [122/148] keeping libicu-suse65_1-65.1-2.1
[ 3s] [123/148] keeping rpmlint-mini-1.10-11.19
[ 3s] [124/148] keeping rpmlint-Factory-1.0-3.19
[ 3s] [125/148] keeping libnsl2-1.2.0-2.44
[ 3s] [126/148] keeping gcc7-7.5.0+r278197-4.16.2
[ 3s] [127/148] keeping gcc-7-3.3.22
[ 3s] [128/148] keeping hostname-3.16-2.22
[ 3s] [129/148] keeping pam-1.3.0-6.16.1
[ 3s] [130/148] keeping gcc-PIE-7-3.3.22
[ 3s] [131/148] keeping pam-modules-12.1-3.17
[ 3s] [132/148] keeping systemd-mini-234-24.55.1
[ 3s] [133/148] keeping shadow-4.6-3.5.6
[ 3s] [134/148] keeping sysuser-shadow-2.0-2.151
[ 3s] [135/148] keeping system-group-hardware-20170617-4.155
[ 3s] [136/148] keeping system-user-mail-20170617-4.155
[ 3s] [137/148] keeping system-user-nobody-20170617-4.155
[ 3s] [138/148] keeping libutempter0-1.1.6-3.42
[ 3s] [139/148] keeping postfix-3.4.7-1.61
[ 3s] [140/148] keeping libmilter1_0-8.15.2-8.6.1
[ 3s] [141/148] keeping util-linux-2.33.1-4.5.1
[ 3s] [142/148] keeping aaa_base-84.87+git20180409.04c9dae-3.39.1
[ 3s] [143/148] keeping clamav-0.100.3-3.20.1
[ 3s] [144/148] keeping rpm-build-4.14.1-20.3
[ 3s] [145/148] keeping aaa_base-malloccheck-84.87+git20180409.04c9dae-3.39.1
[ 3s] [146/148] keeping clamav-database-202008030018-3.336.1
[ 3s] [147/148] keeping post-build-checks-malwarescan-0.1-3.3.1
[ 3s] [148/148] keeping post-build-checks-84.87+git20200110.2d02f07-1.17
[ 3s] now installing cumulated packages
[ 3s] Preparing... ########################################
[ 3s] Updating / installing...
[ 3s] yast2-installation-control-4.3.3-1.2 ########################################
[ 3s] removing nis flags from /var/tmp/build-root/SUSE_SLE-15-SP3_GA-x86_64/etc/nsswitch.conf...
[ 3s] now finalizing build dir...
[ 4s] -----------------------------------------------------------------
[ 4s] I have the following modifications for system-role-transactional-server.spec:
[ 4s] 40c40
[ 4s] < Release: 0
[ 4s] ---
[ 4s] > Release: 1
[ 4s] -----------------------------------------------------------------
[ 4s] ----- building system-role-transactional-server.spec (user abuild)
[ 4s] -----------------------------------------------------------------
[ 4s] -----------------------------------------------------------------
[ 4s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/system-role-transactional-server.spec
[ 4s] warning: line 46: Invalid version (double separator '-'): system-role-transactional-server: Provides: installer_module_extension() = system-role-transactional-server
[ 4s] setting SOURCE_DATE_EPOCH=1552478400
[ 4s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.usykHs
[ 4s] + umask 022
[ 4s] + cd /home/abuild/rpmbuild/BUILD
[ 4s] + cd /home/abuild/rpmbuild/BUILD
[ 4s] + rm -rf system-role-transactional-server-15.1.6
[ 4s] + /usr/bin/bzip2 -dc /home/abuild/rpmbuild/SOURCES/system-role-transactional-server-15.1.6.tar.bz2
[ 4s] + /usr/bin/tar -xvvof -
[ 4s] -rwxr-xr-x root/root 219 2020-04-07 12:55 system-role-transactional-server-15.1.6/.travis.sh
[ 4s] drwxr-xr-x Creating directory: system-role-transactional-server-15.1.6
[ 4s] -rw-r--r-- root/root 252 2020-04-07 12:55 system-role-transactional-server-15.1.6/.travis.yml
[ 4s] -rw-r--r-- root/root 86 2020-04-07 12:55 system-role-transactional-server-15.1.6/Dockerfile
[ 4s] -rw-r--r-- root/root 1075 2020-04-07 12:55 system-role-transactional-server-15.1.6/LICENSE
[ 4s] -rw-r--r-- root/root 27 2020-04-07 12:55 system-role-transactional-server-15.1.6/POTFILES
[ 4s] -rw-r--r-- root/root 303 2020-04-07 12:55 system-role-transactional-server-15.1.6/README.md
[ 4s] -rw-r--r-- root/root 32 2020-04-07 12:55 system-role-transactional-server-15.1.6/RPMNAME
[ 4s] -rw-r--r-- root/root 134 2020-04-07 12:55 system-role-transactional-server-15.1.6/Rakefile
[ 4s] -rw-r--r-- root/root 178 2020-04-07 12:55 system-role-transactional-server-15.1.6/control/Makefile
[ 4s] drwxr-xr-x Creating directory: system-role-transactional-server-15.1.6/control
[ 4s] -rw-r--r-- root/root 165 2020-04-07 12:55 system-role-transactional-server-15.1.6/control/README.md
[ 4s] lrwxrwxrwx root/root 0 2020-04-07 12:55 system-role-transactional-server-15.1.6/control/installation.glade -> installation.xml
[ 4s] -rw-r--r-- root/root 8032 2020-04-07 12:55 system-role-transactional-server-15.1.6/control/installation.xml
[ 4s] -rw-r--r-- root/root 1310 2020-04-07 12:55 system-role-transactional-server-15.1.6/package/system-role-transactional-server.changes
[ 4s] drwxr-xr-x Creating directory: system-role-transactional-server-15.1.6/package
[ 4s] -rw-r--r-- root/root 2673 2020-04-07 12:55 system-role-transactional-server-15.1.6/package/system-role-transactional-server.spec
[ 4s] + STATUS=0
[ 4s] + '[' 0 -ne 0 ']'
[ 4s] + cd system-role-transactional-server-15.1.6
[ 4s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
[ 4s] + exit 0
[ 4s] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0zI42t
[ 4s] + umask 022
[ 4s] + cd /home/abuild/rpmbuild/BUILD
[ 4s] + cd system-role-transactional-server-15.1.6
[ 4s] + mkdir -p /home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64
[ 4s] + mkdir -p /home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64//usr/share/system-roles
[ 4s] + install -m 644 control/installation.xml /home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64//usr/share/system-roles/transactional-server.xml
[ 4s] + mkdir -p /home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64//usr/share/doc/packages/system-role-transactional-server
[ 4s] + install -m 644 LICENSE /home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64//usr/share/doc/packages/system-role-transactional-server
[ 4s] + /usr/lib/rpm/find-debuginfo.sh -j2 --build-id-seed 15.1.6-1 --unique-debug-suffix -15.1.6-1.x86_64 --unique-debug-src-base system-role-transactional-server-15.1.6-1.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/abuild/rpmbuild/BUILD/system-role-transactional-server-15.1.6
[ 4s] + /usr/lib/rpm/brp-compress
[ 4s] + /usr/lib/rpm/brp-suse
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-05-permissions
[ 4s] setting / to root:root 0755. (wrong owner/group abuild:abuild)
[ 4s] setting /usr/ to root:root 0755. (wrong owner/group abuild:abuild)
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-25-symlink
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-30-desktop
[ 4s] WARNING: '/usr/lib/rpm/brp-desktop.data/suse-screensavers.menu' does not exist
[ 4s] WARNING: '/usr/lib/rpm/brp-desktop.data/applications-kmenuedit.menu' does not exist
[ 4s] WARNING: '/usr/lib/rpm/brp-desktop.data/custom.menu' does not exist
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-35-rpath
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-40-rootfs
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-45-tcl
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-50-check-python
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-55-boot-scripts
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-60-hook
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-65-lib64-linux
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-70-extract-translations
[ 4s] find: '//home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64/usr/share/polkit-1/actions/': No such file or directory
[ 4s] find: '//home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64/usr/share/mime/': No such file or directory
[ 4s] find: '//home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64/usr/share/metainfo/': No such file or directory
[ 4s] find: '//home/abuild/rpmbuild/BUILDROOT/system-role-transactional-server-15.1.6-1.x86_64/usr/share/appdata/': No such file or directory
[ 4s] calling /usr/lib/rpm/brp-suse.d/brp-72-extract-appdata
[ 4s] Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xEOqnx
[ 4s] + umask 022
[ 4s] + cd /home/abuild/rpmbuild/BUILD
[ 4s] + cd system-role-transactional-server-15.1.6
[ 4s] + make -C control check
[ 4s] make: Entering directory '/home/abuild/rpmbuild/BUILD/system-role-transactional-server-15.1.6/control'
[ 4s] xmllint --relaxng /usr/share/YaST2/control/control.rng --noout *.xml
[ 4s] Relax-NG validity error : Extra element system_roles in interleave
[ 4s] installation.xml:23: element system_roles: Relax-NG validity error : Element update failed to validate content
[ 4s] Relax-NG validity error : Extra element update in interleave
[ 4s] installation.xml:22: element update: Relax-NG validity error : Element productDefines failed to validate content
[ 4s] installation.xml fails to validate
[ 4s] make: *** [Makefile:4: check] Error 3
[ 4s] make: Leaving directory '/home/abuild/rpmbuild/BUILD/system-role-transactional-server-15.1.6/control'
[ 4s] error: Bad exit status from /var/tmp/rpm-tmp.xEOqnx (%check)
[ 4s]
[ 4s]
[ 4s] RPM build errors:
[ 4s] line 46: Invalid version (double separator '-'): system-role-transactional-server: Provides: installer_module_extension() = system-role-transactional-server
[ 4s] Bad exit status from /var/tmp/rpm-tmp.xEOqnx (%check)
[ 4s]
[ 4s] yast-ci-worker failed "build system-role-transactional-server.spec" at Thu Aug 13 08:45:01 UTC 2020.
[ 4s]
The buildroot was: /var/tmp/build-root/SUSE_SLE-15-SP3_GA-x86_64
rm -rf Devel:YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.suse.de/' build ...]
Tasks: TOP => osc:sr => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 24738 exited with value 1
Scanning for a pull request...
Found pull request #8
Adding comment ":x: Internal Jenkins [job #3](https://ci.suse.de/job/yast-system-role-transactional-server-master/3/) failed"
to pull request https://github.com/yast/system-role-transactional-server/pull/8
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/system-role-transactional-server/issues/8…... OK
Success
Build step 'Execute shell' marked build as failure
1
2
10 Nov '20
See <https://ci.suse.de/job/yast-autoyast-profiles-test/1/display/redirect>
------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-head2 (yast-head libstorage libyui yast-openqa-client snapper) in workspace <https://ci.suse.de/job/yast-autoyast-profiles-test/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/yast/autoyast-profiles-test.git
> git init <https://ci.suse.de/job/yast-autoyast-profiles-test/ws/> # timeout=10
Fetching upstream changes from https://github.com/yast/autoyast-profiles-test.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/yast/autoyast-profiles-test.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/yast/autoyast-profiles-test.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/yast/autoyast-profiles-test.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/autoyast-profiles-test.git
> git fetch --tags --progress https://github.com/yast/autoyast-profiles-test.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d76a8c3532189a6074908c2e870eebfe3292198e (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f d76a8c3532189a6074908c2e870eebfe3292198e
Commit message: "Merge pull request #2 from yast/review_161118_s390_support"
First time build. Skipping changelog.
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[yast-autoyast-profiles-test] $ /bin/sh -xe /tmp/jenkins11207573318812345830.sh
+ cd <https://ci.suse.de/job/yast-autoyast-profiles-test/ws/>
+ rake test:unit
rspec --color --format doc 'test/sle-12-sp2-s390_test.rb' 'test/Head_test.rb' 'test/sle-12-sp1_test.rb' 'test/sle-11-sp4_test.rb' 'test/sle-12_test.rb'
sh: rspec: command not found
rake aborted!
Command failed with status (127): [rspec --color --format doc 'test/sle-12-sp...]
Tasks: TOP => test:unit
(See full trace by running task with --trace)
Build step 'Execute shell' marked build as failure
1
532
02 Oct '20
See <https://ci.opensuse.org/job/yast-core-clang-master/37/display/redirect?page…>
Changes:
[dgonzalez] Delete CONTRIBUTING.md file
[Josef Reidinger] replace removed macro
[Josef Reidinger] fix deprecated pure parser
[Josef Reidinger] changes
[Martin Vidner] today the new bison means version 3.6
[Martin Vidner] Travis needs privileged docker
[Martin Vidner] Save memory by SCR.UnmountAgent telling agents to terminate (bsc#1172139)
[Martin Vidner] version + changelog
------------------------------------------
[...truncated 349.24 KB...]
[ 33s] -rw-r--r-- root/root 251 2020-06-19 14:08 yast2-core-4.3.1/scr/src/Y2SCRComponent.h
[ 33s] -rw-r--r-- root/root 484 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite
[ 33s] -rw-r--r-- root/root 95 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/config/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite/config
[ 33s] -rw-r--r-- root/root 24 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/config/default.exp
[ 33s] -rw-r--r-- root/root 69 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/config/unix.exp
[ 33s] -rw-r--r-- root/root 51 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/config/unknown.exp
[ 33s] -rwxr-xr-x root/root 52 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/differr
[ 33s] -rwxr-xr-x root/root 52 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/diffout
[ 33s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/lib/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite/lib
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/lib/scr_init.exp
[ 33s] -rw-r--r-- root/root 336 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/runscr.cc
[ 33s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/scr.test/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite/scr.test
[ 33s] -rw-r--r-- root/root 74 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/scr.test/scr.exp
[ 33s] -rw-r--r-- root/root 96 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite/tests
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/dir.err
[ 33s] -rw-r--r-- root/root 42 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/dir.out
[ 33s] -rw-r--r-- root/root 395 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/dir.ycp
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/direct.err
[ 33s] -rw-r--r-- root/root 9 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/direct.out
[ 33s] -rw-r--r-- root/root 129 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/direct.ycp
[ 33s] -rw-r--r-- root/root 263 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.err
[ 33s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.out
[ 33s] -rw-r--r-- root/root 30 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.scr
[ 33s] -rw-r--r-- root/root 86 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.ycp
[ 33s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/haha.scr
[ 33s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/hihi.scr
[ 33s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/huhu.scr
[ 33s] -rw-r--r-- root/root 46 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/order.err
[ 33s] -rw-r--r-- root/root 19 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/order.out
[ 33s] -rw-r--r-- root/root 299 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/order.ycp
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/overload.err
[ 33s] -rw-r--r-- root/root 35 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/overload.out
[ 33s] -rw-r--r-- root/root 428 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/overload.ycp
[ 33s] -rw-r--r-- root/root 194 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/register.err
[ 33s] -rw-r--r-- root/root 26 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/register.out
[ 33s] -rw-r--r-- root/root 363 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/register.ycp
[ 33s] -rwxr-xr-x root/root 154 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/runtest.sh
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.err
[ 33s] -rw-r--r-- root/root 9 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.out
[ 33s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.scr
[ 33s] -rw-r--r-- root/root 108 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.ycp
[ 33s] -rw-r--r-- root/root 37 2020-06-19 14:08 yast2-core-4.3.1/wfm/MAINTAINER
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm
[ 33s] -rw-r--r-- root/root 60 2020-06-19 14:08 yast2-core-4.3.1/wfm/Makefile.am
[ 33s] -rw-r--r-- root/root 42 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/doc
[ 33s] -rw-r--r-- root/root 1912 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/callback.html
[ 33s] -rw-r--r-- root/root 1741 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/dataflow.html
[ 33s] -rw-r--r-- root/root 660 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/many-scr.txt
[ 33s] -rw-r--r-- root/root 841 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/wfm.xml
[ 33s] -rw-r--r-- root/root 862 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/src
[ 33s] -rw-r--r-- root/root 5242 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFM.cc
[ 33s] -rw-r--r-- root/root 693 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFM.h
[ 33s] -rw-r--r-- root/root 1393 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFMSubAgent.cc
[ 33s] -rw-r--r-- root/root 2179 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFMSubAgent.h
[ 33s] -rw-r--r-- root/root 5474 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2CCWFM.cc
[ 33s] -rw-r--r-- root/root 2586 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2CCWFM.h
[ 33s] -rw-r--r-- root/root 18442 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2WFMComponent.cc
[ 33s] -rw-r--r-- root/root 4266 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2WFMComponent.h
[ 33s] -rw-r--r-- root/root 1156 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite
[ 33s] -rw-r--r-- root/root 511 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/README
[ 33s] -rw-r--r-- root/root 95 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/config
[ 33s] -rw-r--r-- root/root 24 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/default.exp
[ 33s] -rw-r--r-- root/root 69 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/unix.exp
[ 33s] -rw-r--r-- root/root 51 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/unknown.exp
[ 33s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/lib/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/lib
[ 33s] -rw-r--r-- root/root 3188 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/lib/wfm_init.exp
[ 33s] -rw-r--r-- root/root 1124 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/Pkg.ycp
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/manual-testing
[ 33s] -rw-r--r-- root/root 156 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgAdditionalLocales.ycp
[ 33s] -rw-r--r-- root/root 535 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgData.ycp
[ 33s] -rw-r--r-- root/root 1124 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgDoProvide.ycp
[ 33s] -rw-r--r-- root/root 680 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgGetPackages.ycp
[ 33s] -rw-r--r-- root/root 407 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgIsAvailable.ycp
[ 33s] -rw-r--r-- root/root 462 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgIsProvided.ycp
[ 33s] -rw-r--r-- root/root 428 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgLocale.ycp
[ 33s] -rw-r--r-- root/root 276 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgProgressCallbacks.ycp
[ 33s] -rw-r--r-- root/root 890 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgSourceCallbacks.ycp
[ 33s] -rw-r--r-- root/root 292 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgSourceFunctions.ycp
[ 33s] -rw-r--r-- root/root 487 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgTargetDU.ycp
[ 33s] -rw-r--r-- root/root 970 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgTargetSpace.ycp
[ 33s] -rw-r--r-- root/root 354 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgTargetUpdateInf.ycp
[ 33s] -rw-r--r-- root/root 1422 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/modules/Installation.ycp
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/modules
[ 33s] -rw-r--r-- root/root 6209 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/modules/Mode.ycp
[ 33s] -rw-r--r-- root/root 8174 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/runc.cc
[ 33s] -rw-r--r-- root/root 3050 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/runwfm.cc
[ 33s] -rw-r--r-- root/root 124 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/IncludeLog.err
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/tests
[ 33s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/IncludeLog.out
[ 33s] -rw-r--r-- root/root 214 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/IncludeLog.ycp
[ 33s] -rw-r--r-- root/root 90 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/Makefile.am
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/default.err
[ 33s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/default.out
[ 33s] -rw-r--r-- root/root 85 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/default.ycp
[ 33s] -rw-r--r-- root/root 30 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/empty.err
[ 33s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/empty.out
[ 33s] -rw-r--r-- root/root 164 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/empty.ycp
[ 33s] -rw-r--r-- root/root 64 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/language.err
[ 33s] -rw-r--r-- root/root 10 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/language.out
[ 33s] -rw-r--r-- root/root 147 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/language.ycp
[ 33s] -rwxr-xr-x root/root 241 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/runtest.sh
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/scrname.err
[ 33s] -rw-r--r-- root/root 10 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/scrname.out
[ 33s] -rw-r--r-- root/root 83 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/scrname.ycp
[ 33s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/wfm.test/Makefile.am
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/wfm.test
[ 33s] -rw-r--r-- root/root 134 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/wfm.test/modules.exp
[ 33s] -rw-r--r-- root/root 220 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/wfm.test/wfm.exp
[ 33s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/y2wfm.cc
[ 33s] -rw-r--r-- root/root 474 2020-06-19 14:08 yast2-core-4.3.1/yast2-core.pc.in
[ 33s] -rw-r--r-- root/root 35 2020-06-19 14:08 yast2-core-4.3.1/yml/MAINTAINER
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/yml
[ 33s] -rw-r--r-- root/root 526 2020-06-19 14:08 yast2-core-4.3.1/yml/src/Makefile
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/yml/src
[ 33s] -rw-r--r-- root/root 8459 2020-06-19 14:08 yast2-core-4.3.1/yml/src/YMLparser.cc
[ 33s] -rw-r--r-- root/root 320 2020-06-19 14:08 yast2-core-4.3.1/yml/src/test/minitest.xml
[ 33s] drwxr-xr-x Creating directory: yast2-core-4.3.1/yml/src/test
[ 33s] -rw-r--r-- root/root 285 2020-06-19 14:08 yast2-core-4.3.1/yml/src/test/y2test.ycp
[ 33s] -rw-r--r-- root/root 1506 2020-06-19 14:08 yast2-core-4.3.1/yml/src/test/yml-test.xml
[ 33s] + STATUS=0
[ 33s] + '[' 0 -ne 0 ']'
[ 33s] + cd yast2-core-4.3.1
[ 33s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
[ 33s] + RPM_EC=0
[ 33s] ++ jobs -p
[ 33s] + exit 0
[ 33s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.C9MR6w
[ 33s] + umask 022
[ 33s] + cd /home/abuild/rpmbuild/BUILD
[ 33s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/yast2-core-4.3.1-1.x86_64
[ 33s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/yast2-core-4.3.1-1.x86_64
[ 33s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 33s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/yast2-core-4.3.1-1.x86_64
[ 33s] + cd yast2-core-4.3.1
[ 33s] + export SUSE_ASNEEDED=0
[ 33s] + SUSE_ASNEEDED=0
[ 33s] + export CC=clang CXX=clang++
[ 33s] + CC=clang
[ 33s] + CXX=clang++
[ 33s] + CFLAGS=
[ 33s] + CXXFLAGS=
[ 33s] + '[' '!' -x ./configure ']'
[ 33s] + /usr/bin/y2tool y2autoconf
[ 34s] y2tool: Can't find "version" in /usr/share/YaST2/data/devtools/bin
[ 34s] y2autoconf: Generating toplevel configure.ac
[ 34s] + /usr/bin/y2tool y2automake
[ 34s] y2automake: Copying automakefiles for inclusion
[ 34s] y2automake: Generating toplevel Makefile.am
[ 34s] + /usr/bin/autoreconf --force --install -Wall
[ 38s] libtoolize: putting auxiliary files in '.'.
[ 38s] libtoolize: copying file './ltmain.sh'
[ 38s] libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
[ 38s] libtoolize: and rerunning libtoolize and aclocal.
[ 38s] libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
[ 42s] configure.ac:97: installing './compile'
[ 42s] configure.ac:11: installing './config.guess'
[ 42s] configure.ac:11: installing './config.sub'
[ 42s] configure.ac:18: installing './install-sh'
[ 42s] configure.ac:18: installing './missing'
[ 42s] agent-any/src/Makefile.am: installing './depcomp'
[ 45s] parallel-tests: installing './test-driver'
[ 46s] libscr/src/include/scr/Makefile.am:25: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 46s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 46s] libscr/src/include/scr/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 46s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 46s] liby2/src/include/Makefile.am:22: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 46s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 46s] liby2/src/include/Makefile.am:11: while processing 'pkginclude_HEADERS'
[ 46s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 46s] liby2/src/include/y2/Makefile.am:29: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 46s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 46s] liby2/src/include/y2/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 46s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 46s] liby2util-r/src/include/Makefile.am:22: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 46s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 46s] liby2util-r/src/include/Makefile.am:11: while processing 'pkginclude_HEADERS'
[ 46s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 46s] liby2util-r/src/include/y2util/Makefile.am:36: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 46s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 46s] liby2util-r/src/include/y2util/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 46s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 47s] configure.ac: installing './ylwrap'
[ 47s] libycp/src/include/Makefile.am:22: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 47s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 47s] libycp/src/include/Makefile.am:11: while processing 'pkginclude_HEADERS'
[ 47s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 47s] libycp/src/include/ycp/Makefile.am:51: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 47s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 47s] libycp/src/include/ycp/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 47s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 48s] + '[' '!' -f ./Makefile ']'
[ 48s] + CFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto'
[ 48s] + export CFLAGS
[ 48s] + CXXFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto'
[ 48s] + export CXXFLAGS
[ 48s] + FFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto '
[ 48s] + export FFLAGS
[ 48s] + FCFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto '
[ 48s] + export FCFLAGS
[ 48s] + LDFLAGS=-flto=auto
[ 48s] + export LDFLAGS
[ 48s] + ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-debug --disable-silent-rules
[ 48s] checking build system type... x86_64-suse-linux-gnu
[ 48s] checking host system type... x86_64-suse-linux-gnu
[ 48s] checking target system type... x86_64-suse-linux-gnu
[ 48s] checking for a BSD-compatible install... /usr/bin/install -c
[ 48s] checking whether build environment is sane... yes
[ 48s] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[ 48s] checking for gawk... gawk
[ 48s] checking whether make sets $(MAKE)... yes
[ 48s] checking whether make supports nested variables... yes
[ 48s] checking whether UID '399' is supported by ustar format... yes
[ 48s] checking whether GID '399' is supported by ustar format... yes
[ 48s] checking how to create a ustar tar archive... gnutar
[ 48s] checking whether make supports the include directive... yes (GNU style)
[ 48s] checking for x86_64-suse-linux-gnu-gcc... clang
[ 48s] checking whether the C compiler works... no
[ 48s] configure: error: in `/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1':
[ 48s] configure: error: C compiler cannot create executables
[ 48s] See `config.log' for more details
[ 48s] error: Bad exit status from /var/tmp/rpm-tmp.C9MR6w (%build)
[ 48s]
[ 48s]
[ 48s] RPM build errors:
[ 48s] Bad exit status from /var/tmp/rpm-tmp.C9MR6w (%build)
[ 48s]
[ 48s] yast-jenkins failed "build yast2-core.spec" at Thu Aug 20 01:43:10 UTC 2020.
[ 48s]
The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:build
(See full trace by running task with --trace)
cleaning
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user dgonzalez(a)suse.de
1
3
[yast-commit] Build failed in Jenkins: yast-core-werror-clang-master #38
by admin@opensuse.org 02 Oct '20
by admin@opensuse.org 02 Oct '20
02 Oct '20
See <https://ci.opensuse.org/job/yast-core-werror-clang-master/38/display/redire…>
Changes:
[lslezak] Fixed failing perl check in Travis
[github] use docker image from OBS
[dgonzalez] Delete CONTRIBUTING.md file
[Josef Reidinger] replace removed macro
[Josef Reidinger] fix deprecated pure parser
[Josef Reidinger] changes
[Martin Vidner] today the new bison means version 3.6
[Martin Vidner] Travis needs privileged docker
[Martin Vidner] Save memory by SCR.UnmountAgent telling agents to terminate (bsc#1172139)
[Martin Vidner] version + changelog
------------------------------------------
[...truncated 348.21 KB...]
[ 5s] -rw-r--r-- root/root 69 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/config/unix.exp
[ 5s] -rw-r--r-- root/root 51 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/config/unknown.exp
[ 5s] -rwxr-xr-x root/root 52 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/differr
[ 5s] -rwxr-xr-x root/root 52 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/diffout
[ 5s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/lib/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite/lib
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/lib/scr_init.exp
[ 5s] -rw-r--r-- root/root 336 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/runscr.cc
[ 5s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/scr.test/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite/scr.test
[ 5s] -rw-r--r-- root/root 74 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/scr.test/scr.exp
[ 5s] -rw-r--r-- root/root 96 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/scr/testsuite/tests
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/dir.err
[ 5s] -rw-r--r-- root/root 42 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/dir.out
[ 5s] -rw-r--r-- root/root 395 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/dir.ycp
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/direct.err
[ 5s] -rw-r--r-- root/root 9 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/direct.out
[ 5s] -rw-r--r-- root/root 129 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/direct.ycp
[ 5s] -rw-r--r-- root/root 263 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.err
[ 5s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.out
[ 5s] -rw-r--r-- root/root 30 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.scr
[ 5s] -rw-r--r-- root/root 86 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/error.ycp
[ 5s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/haha.scr
[ 5s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/hihi.scr
[ 5s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/huhu.scr
[ 5s] -rw-r--r-- root/root 46 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/order.err
[ 5s] -rw-r--r-- root/root 19 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/order.out
[ 5s] -rw-r--r-- root/root 299 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/order.ycp
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/overload.err
[ 5s] -rw-r--r-- root/root 35 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/overload.out
[ 5s] -rw-r--r-- root/root 428 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/overload.ycp
[ 5s] -rw-r--r-- root/root 194 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/register.err
[ 5s] -rw-r--r-- root/root 26 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/register.out
[ 5s] -rw-r--r-- root/root 363 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/register.ycp
[ 5s] -rwxr-xr-x root/root 154 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/runtest.sh
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.err
[ 5s] -rw-r--r-- root/root 9 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.out
[ 5s] -rw-r--r-- root/root 49 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.scr
[ 5s] -rw-r--r-- root/root 108 2020-06-19 14:08 yast2-core-4.3.1/scr/testsuite/tests/simple.ycp
[ 5s] -rw-r--r-- root/root 37 2020-06-19 14:08 yast2-core-4.3.1/wfm/MAINTAINER
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm
[ 5s] -rw-r--r-- root/root 60 2020-06-19 14:08 yast2-core-4.3.1/wfm/Makefile.am
[ 5s] -rw-r--r-- root/root 42 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/doc
[ 5s] -rw-r--r-- root/root 1912 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/callback.html
[ 5s] -rw-r--r-- root/root 1741 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/dataflow.html
[ 5s] -rw-r--r-- root/root 660 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/many-scr.txt
[ 5s] -rw-r--r-- root/root 841 2020-06-19 14:08 yast2-core-4.3.1/wfm/doc/wfm.xml
[ 5s] -rw-r--r-- root/root 862 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/src
[ 5s] -rw-r--r-- root/root 5242 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFM.cc
[ 5s] -rw-r--r-- root/root 693 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFM.h
[ 5s] -rw-r--r-- root/root 1393 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFMSubAgent.cc
[ 5s] -rw-r--r-- root/root 2179 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/WFMSubAgent.h
[ 5s] -rw-r--r-- root/root 5474 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2CCWFM.cc
[ 5s] -rw-r--r-- root/root 2586 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2CCWFM.h
[ 5s] -rw-r--r-- root/root 18442 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2WFMComponent.cc
[ 5s] -rw-r--r-- root/root 4266 2020-06-19 14:08 yast2-core-4.3.1/wfm/src/Y2WFMComponent.h
[ 5s] -rw-r--r-- root/root 1156 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite
[ 5s] -rw-r--r-- root/root 511 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/README
[ 5s] -rw-r--r-- root/root 95 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/config
[ 5s] -rw-r--r-- root/root 24 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/default.exp
[ 5s] -rw-r--r-- root/root 69 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/unix.exp
[ 5s] -rw-r--r-- root/root 51 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/config/unknown.exp
[ 5s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/lib/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/lib
[ 5s] -rw-r--r-- root/root 3188 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/lib/wfm_init.exp
[ 5s] -rw-r--r-- root/root 1124 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/Pkg.ycp
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/manual-testing
[ 5s] -rw-r--r-- root/root 156 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgAdditionalLocales.ycp
[ 5s] -rw-r--r-- root/root 535 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgData.ycp
[ 5s] -rw-r--r-- root/root 1124 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgDoProvide.ycp
[ 5s] -rw-r--r-- root/root 680 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgGetPackages.ycp
[ 5s] -rw-r--r-- root/root 407 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgIsAvailable.ycp
[ 5s] -rw-r--r-- root/root 462 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgIsProvided.ycp
[ 5s] -rw-r--r-- root/root 428 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgLocale.ycp
[ 5s] -rw-r--r-- root/root 276 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgProgressCallbacks.ycp
[ 5s] -rw-r--r-- root/root 890 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgSourceCallbacks.ycp
[ 5s] -rw-r--r-- root/root 292 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgSourceFunctions.ycp
[ 5s] -rw-r--r-- root/root 487 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgTargetDU.ycp
[ 5s] -rw-r--r-- root/root 970 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgTargetSpace.ycp
[ 5s] -rw-r--r-- root/root 354 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/manual-testing/PkgTargetUpdateInf.ycp
[ 5s] -rw-r--r-- root/root 1422 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/modules/Installation.ycp
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/modules
[ 5s] -rw-r--r-- root/root 6209 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/modules/Mode.ycp
[ 5s] -rw-r--r-- root/root 8174 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/runc.cc
[ 5s] -rw-r--r-- root/root 3050 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/runwfm.cc
[ 5s] -rw-r--r-- root/root 124 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/IncludeLog.err
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/tests
[ 5s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/IncludeLog.out
[ 5s] -rw-r--r-- root/root 214 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/IncludeLog.ycp
[ 5s] -rw-r--r-- root/root 90 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/Makefile.am
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/default.err
[ 5s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/default.out
[ 5s] -rw-r--r-- root/root 85 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/default.ycp
[ 5s] -rw-r--r-- root/root 30 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/empty.err
[ 5s] -rw-r--r-- root/root 6 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/empty.out
[ 5s] -rw-r--r-- root/root 164 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/empty.ycp
[ 5s] -rw-r--r-- root/root 64 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/language.err
[ 5s] -rw-r--r-- root/root 10 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/language.out
[ 5s] -rw-r--r-- root/root 147 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/language.ycp
[ 5s] -rwxr-xr-x root/root 241 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/runtest.sh
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/scrname.err
[ 5s] -rw-r--r-- root/root 10 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/scrname.out
[ 5s] -rw-r--r-- root/root 83 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/tests/scrname.ycp
[ 5s] -rw-r--r-- root/root 72 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/wfm.test/Makefile.am
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/wfm/testsuite/wfm.test
[ 5s] -rw-r--r-- root/root 134 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/wfm.test/modules.exp
[ 5s] -rw-r--r-- root/root 220 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/wfm.test/wfm.exp
[ 5s] -rw-r--r-- root/root 0 2020-06-19 14:08 yast2-core-4.3.1/wfm/testsuite/y2wfm.cc
[ 5s] -rw-r--r-- root/root 474 2020-06-19 14:08 yast2-core-4.3.1/yast2-core.pc.in
[ 5s] -rw-r--r-- root/root 35 2020-06-19 14:08 yast2-core-4.3.1/yml/MAINTAINER
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/yml
[ 5s] -rw-r--r-- root/root 526 2020-06-19 14:08 yast2-core-4.3.1/yml/src/Makefile
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/yml/src
[ 5s] -rw-r--r-- root/root 8459 2020-06-19 14:08 yast2-core-4.3.1/yml/src/YMLparser.cc
[ 5s] -rw-r--r-- root/root 320 2020-06-19 14:08 yast2-core-4.3.1/yml/src/test/minitest.xml
[ 5s] drwxr-xr-x Creating directory: yast2-core-4.3.1/yml/src/test
[ 5s] -rw-r--r-- root/root 285 2020-06-19 14:08 yast2-core-4.3.1/yml/src/test/y2test.ycp
[ 5s] -rw-r--r-- root/root 1506 2020-06-19 14:08 yast2-core-4.3.1/yml/src/test/yml-test.xml
[ 5s] + STATUS=0
[ 5s] + '[' 0 -ne 0 ']'
[ 5s] + cd yast2-core-4.3.1
[ 5s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
[ 5s] + RPM_EC=0
[ 5s] ++ jobs -p
[ 5s] + exit 0
[ 5s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FhAwPr
[ 5s] + umask 022
[ 5s] + cd /home/abuild/rpmbuild/BUILD
[ 5s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/yast2-core-4.3.1-1.x86_64
[ 5s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/yast2-core-4.3.1-1.x86_64
[ 5s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 5s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/yast2-core-4.3.1-1.x86_64
[ 5s] + cd yast2-core-4.3.1
[ 5s] + export SUSE_ASNEEDED=0
[ 5s] + SUSE_ASNEEDED=0
[ 5s] + export 'CFLAGS=-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 5s] + CFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 5s] + export 'CXXFLAGS=-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 5s] + CXXFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 5s] + export CC=clang CXX=clang++
[ 5s] + CC=clang
[ 5s] + CXX=clang++
[ 5s] + CFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 5s] + CXXFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 5s] + '[' '!' -x ./configure ']'
[ 5s] + /usr/bin/y2tool y2autoconf
[ 6s] y2tool: Can't find "version" in /usr/share/YaST2/data/devtools/bin
[ 6s] y2autoconf: Generating toplevel configure.ac
[ 6s] + /usr/bin/y2tool y2automake
[ 6s] y2automake: Copying automakefiles for inclusion
[ 6s] y2automake: Generating toplevel Makefile.am
[ 6s] + /usr/bin/autoreconf --force --install -Wall
[ 18s] libtoolize: putting auxiliary files in '.'.
[ 18s] libtoolize: copying file './ltmain.sh'
[ 18s] libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
[ 18s] libtoolize: and rerunning libtoolize and aclocal.
[ 18s] libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
[ 23s] configure.ac:97: installing './compile'
[ 23s] configure.ac:11: installing './config.guess'
[ 23s] configure.ac:11: installing './config.sub'
[ 23s] configure.ac:18: installing './install-sh'
[ 23s] configure.ac:18: installing './missing'
[ 23s] agent-any/src/Makefile.am: installing './depcomp'
[ 25s] parallel-tests: installing './test-driver'
[ 26s] libscr/src/include/scr/Makefile.am:25: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 26s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 26s] libscr/src/include/scr/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 26s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 26s] liby2/src/include/Makefile.am:22: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 26s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 26s] liby2/src/include/Makefile.am:11: while processing 'pkginclude_HEADERS'
[ 26s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 26s] liby2/src/include/y2/Makefile.am:29: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 26s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 26s] liby2/src/include/y2/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 26s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 27s] liby2util-r/src/include/Makefile.am:22: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 27s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 27s] liby2util-r/src/include/Makefile.am:11: while processing 'pkginclude_HEADERS'
[ 27s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 27s] liby2util-r/src/include/y2util/Makefile.am:36: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 27s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 27s] liby2util-r/src/include/y2util/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 27s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 27s] configure.ac: installing './ylwrap'
[ 27s] libycp/src/include/Makefile.am:22: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 27s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 27s] libycp/src/include/Makefile.am:11: while processing 'pkginclude_HEADERS'
[ 27s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 27s] libycp/src/include/ycp/Makefile.am:51: warning: user target 'install-pkgincludeHEADERS' defined here ...
[ 27s] /usr/share/automake-1.16/am/data.am: ... overrides Automake target 'install-pkgincludeHEADERS' defined here
[ 27s] libycp/src/include/ycp/Makefile.am:9: while processing 'pkginclude_HEADERS'
[ 27s] /usr/share/automake-1.16/am/header.am: '/usr/share/automake-1.16/am/data.am' included from here
[ 28s] + '[' '!' -f ./Makefile ']'
[ 28s] + CFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 28s] + export CFLAGS
[ 28s] + CXXFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror'
[ 28s] + export CXXFLAGS
[ 28s] + FFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto '
[ 28s] + export FFLAGS
[ 28s] + FCFLAGS='-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto '
[ 28s] + export FCFLAGS
[ 28s] + LDFLAGS=-flto=auto
[ 28s] + export LDFLAGS
[ 28s] + ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-debug --disable-silent-rules
[ 28s] checking build system type... x86_64-suse-linux-gnu
[ 28s] checking host system type... x86_64-suse-linux-gnu
[ 28s] checking target system type... x86_64-suse-linux-gnu
[ 29s] checking for a BSD-compatible install... /usr/bin/install -c
[ 29s] checking whether build environment is sane... yes
[ 29s] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[ 29s] checking for gawk... gawk
[ 29s] checking whether make sets $(MAKE)... yes
[ 29s] checking whether make supports nested variables... yes
[ 29s] checking whether UID '399' is supported by ustar format... yes
[ 29s] checking whether GID '399' is supported by ustar format... yes
[ 29s] checking how to create a ustar tar archive... gnutar
[ 29s] checking whether make supports the include directive... yes (GNU style)
[ 29s] checking for x86_64-suse-linux-gnu-gcc... clang
[ 29s] checking whether the C compiler works... no
[ 29s] configure: error: in `/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1':
[ 29s] configure: error: C compiler cannot create executables
[ 29s] See `config.log' for more details
[ 29s] error: Bad exit status from /var/tmp/rpm-tmp.FhAwPr (%build)
[ 29s]
[ 29s]
[ 29s] RPM build errors:
[ 29s] Bad exit status from /var/tmp/rpm-tmp.FhAwPr (%build)
[ 29s]
[ 29s] yast-jenkins failed "build yast2-core.spec" at Thu Aug 20 02:06:51 UTC 2020.
[ 29s]
The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:build
(See full trace by running task with --trace)
cleaning
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user github(a)theintersect.org
Not sending mail to unregistered user dgonzalez(a)suse.de
Not sending mail to unregistered user lslezak(a)suse.cz
1
3
24 Sep '20
See <https://ci.opensuse.org/job/yast-core-werror-master/38/display/redirect?pag…>
Changes:
[lslezak] Fixed failing perl check in Travis
[github] use docker image from OBS
[dgonzalez] Delete CONTRIBUTING.md file
[Josef Reidinger] replace removed macro
[Josef Reidinger] fix deprecated pure parser
[Josef Reidinger] changes
[Martin Vidner] today the new bison means version 3.6
[Martin Vidner] Travis needs privileged docker
[Martin Vidner] Save memory by SCR.UnmountAgent telling agents to terminate (bsc#1172139)
[Martin Vidner] version + changelog
------------------------------------------
[...truncated 450.61 KB...]
[ 144s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 144s] /usr/bin/make all-recursive
[ 144s] Making all in include
[ 144s] Making all in ycp
[ 144s] make[6]: Nothing to be done for 'all'.
[ 144s] make[6]: Nothing to be done for 'all-am'.
[ 146s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 146s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o Import.lo Import.cc
[ 146s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c Import.cc -fPIC -DPIC -o .libs/Import.o
[ 146s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 146s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 146s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o Bytecode.lo Bytecode.cc
[ 146s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c Bytecode.cc -fPIC -DPIC -o .libs/Bytecode.o
[ 146s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 147s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 147s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o Point.lo Point.cc
[ 147s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c Point.cc -fPIC -DPIC -o .libs/Point.o
[ 147s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 147s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 147s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o Xmlcode.lo Xmlcode.cc
[ 147s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c Xmlcode.cc -fPIC -DPIC -o .libs/Xmlcode.o
[ 147s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 148s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 148s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBoolean.lo YCPBoolean.cc
[ 148s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBoolean.cc -fPIC -DPIC -o .libs/YCPBoolean.o
[ 148s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 148s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 148s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPElement.lo YCPElement.cc
[ 148s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPElement.cc -fPIC -DPIC -o .libs/YCPElement.o
[ 148s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 149s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 149s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPByteblock.lo YCPByteblock.cc
[ 149s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPByteblock.cc -fPIC -DPIC -o .libs/YCPByteblock.o
[ 149s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 150s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 150s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPFloat.lo YCPFloat.cc
[ 150s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPFloat.cc -fPIC -DPIC -o .libs/YCPFloat.o
[ 150s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 151s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 151s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPInteger.lo YCPInteger.cc
[ 151s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPInteger.cc -fPIC -DPIC -o .libs/YCPInteger.o
[ 151s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 151s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 151s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPList.lo YCPList.cc
[ 151s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPList.cc -fPIC -DPIC -o .libs/YCPList.o
[ 151s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 152s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 152s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPMap.lo YCPMap.cc
[ 152s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPMap.cc -fPIC -DPIC -o .libs/YCPMap.o
[ 152s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 153s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 153s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPPath.lo YCPPath.cc
[ 153s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPPath.cc -fPIC -DPIC -o .libs/YCPPath.o
[ 153s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 153s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 153s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPString.lo YCPString.cc
[ 153s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPString.cc -fPIC -DPIC -o .libs/YCPString.o
[ 153s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 154s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 154s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPSymbol.lo YCPSymbol.cc
[ 154s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPSymbol.cc -fPIC -DPIC -o .libs/YCPSymbol.o
[ 154s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 155s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 155s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPTerm.lo YCPTerm.cc
[ 155s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPTerm.cc -fPIC -DPIC -o .libs/YCPTerm.o
[ 155s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 155s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 155s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPValue.lo YCPValue.cc
[ 155s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPValue.cc -fPIC -DPIC -o .libs/YCPValue.o
[ 155s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 156s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 156s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPVoid.lo YCPVoid.cc
[ 156s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPVoid.cc -fPIC -DPIC -o .libs/YCPVoid.o
[ 156s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 157s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 157s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPExternal.lo YCPExternal.cc
[ 157s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPExternal.cc -fPIC -DPIC -o .libs/YCPExternal.o
[ 157s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 158s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 158s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o Type.lo Type.cc
[ 158s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c Type.cc -fPIC -DPIC -o .libs/Type.o
[ 158s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 159s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 159s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o ExecutionEnvironment.lo ExecutionEnvironment.cc
[ 159s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c ExecutionEnvironment.cc -fPIC -DPIC -o .libs/ExecutionEnvironment.o
[ 159s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 160s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 160s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o pathsearch.lo pathsearch.cc
[ 160s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c pathsearch.cc -fPIC -DPIC -o .libs/pathsearch.o
[ 160s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 161s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 161s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o StaticDeclaration.lo StaticDeclaration.cc
[ 161s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c StaticDeclaration.cc -fPIC -DPIC -o .libs/StaticDeclaration.o
[ 161s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 162s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 162s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCode.lo YCode.cc
[ 162s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCode.cc -fPIC -DPIC -o .libs/YCode.o
[ 162s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 162s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 162s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPCode.lo YCPCode.cc
[ 162s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPCode.cc -fPIC -DPIC -o .libs/YCPCode.o
[ 162s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 164s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 164s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YStatement.lo YStatement.cc
[ 164s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YStatement.cc -fPIC -DPIC -o .libs/YStatement.o
[ 164s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 165s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 165s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YExpression.lo YExpression.cc
[ 165s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YExpression.cc -fPIC -DPIC -o .libs/YExpression.o
[ 165s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 166s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 166s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YBlock.lo YBlock.cc
[ 166s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YBlock.cc -fPIC -DPIC -o .libs/YBlock.o
[ 166s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 166s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 166s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o SymbolTable.lo SymbolTable.cc
[ 166s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c SymbolTable.cc -fPIC -DPIC -o .libs/SymbolTable.o
[ 166s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 167s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 167s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o Scanner.lo Scanner.cc
[ 167s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c Scanner.cc -fPIC -DPIC -o .libs/Scanner.o
[ 167s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 168s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 168s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o Parser.lo Parser.cc
[ 168s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c Parser.cc -fPIC -DPIC -o .libs/Parser.o
[ 168s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 168s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 168s] flex++ -oscanner.cc scanner.ll
[ 168s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 169s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 169s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YBuiltin.lo YBuiltin.cc
[ 169s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YBuiltin.cc -fPIC -DPIC -o .libs/YBuiltin.o
[ 169s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 170s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 170s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinInteger.lo YCPBuiltinInteger.cc
[ 170s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinInteger.cc -fPIC -DPIC -o .libs/YCPBuiltinInteger.o
[ 170s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 170s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 170s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o parser.lo parser.cc
[ 170s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c parser.cc -fPIC -DPIC -o .libs/parser.o
[ 170s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 171s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 171s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinByteblock.lo YCPBuiltinByteblock.cc
[ 171s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinByteblock.cc -fPIC -DPIC -o .libs/YCPBuiltinByteblock.o
[ 171s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 171s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 171s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinPath.lo YCPBuiltinPath.cc
[ 171s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinPath.cc -fPIC -DPIC -o .libs/YCPBuiltinPath.o
[ 171s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 173s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 173s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinFloat.lo YCPBuiltinFloat.cc
[ 173s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinFloat.cc -fPIC -DPIC -o .libs/YCPBuiltinFloat.o
[ 173s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 173s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 173s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinList.lo YCPBuiltinList.cc
[ 173s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinList.cc -fPIC -DPIC -o .libs/YCPBuiltinList.o
[ 173s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 174s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 174s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinBoolean.lo YCPBuiltinBoolean.cc
[ 174s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinBoolean.cc -fPIC -DPIC -o .libs/YCPBuiltinBoolean.o
[ 174s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 175s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 175s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinTerm.lo YCPBuiltinTerm.cc
[ 175s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinTerm.cc -fPIC -DPIC -o .libs/YCPBuiltinTerm.o
[ 175s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 176s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 176s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinVoid.lo YCPBuiltinVoid.cc
[ 176s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinVoid.cc -fPIC -DPIC -o .libs/YCPBuiltinVoid.o
[ 176s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 176s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 176s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinString.lo YCPBuiltinString.cc
[ 176s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinString.cc -fPIC -DPIC -o .libs/YCPBuiltinString.o
[ 176s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 178s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 178s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinMap.lo YCPBuiltinMap.cc
[ 178s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinMap.cc -fPIC -DPIC -o .libs/YCPBuiltinMap.o
[ 178s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 178s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 178s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinMisc.lo YCPBuiltinMisc.cc
[ 178s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinMisc.cc -fPIC -DPIC -o .libs/YCPBuiltinMisc.o
[ 178s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 179s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 179s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinSymbol.lo YCPBuiltinSymbol.cc
[ 179s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinSymbol.cc -fPIC -DPIC -o .libs/YCPBuiltinSymbol.o
[ 179s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 179s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 179s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YCPBuiltinMultiset.lo YCPBuiltinMultiset.cc
[ 179s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YCPBuiltinMultiset.cc -fPIC -DPIC -o .libs/YCPBuiltinMultiset.o
[ 179s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 180s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 180s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o YSymbolEntry.lo YSymbolEntry.cc
[ 180s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c YSymbolEntry.cc -fPIC -DPIC -o .libs/YSymbolEntry.o
[ 180s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 180s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 180s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o TypeStatics.lo TypeStatics.cc
[ 180s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c TypeStatics.cc -fPIC -DPIC -o .libs/TypeStatics.o
[ 180s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 181s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 181s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o y2string.lo y2string.cc
[ 181s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c y2string.cc -fPIC -DPIC -o .libs/y2string.o
[ 181s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 182s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 182s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c -o y2crypt.lo y2crypt.cc
[ 182s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I./include -I./include/ycp -I../../liby2/src/include -I../../liby2util-r/src/include -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -c y2crypt.cc -fPIC -DPIC -o .libs/y2crypt.o
[ 182s] y2crypt.cc:71: error: "CRYPT_GENSALT_OUTPUT_SIZE" redefined [-Werror]
[ 182s] 71 | #define CRYPT_GENSALT_OUTPUT_SIZE (7 + 22 + 1)
[ 182s] |
[ 182s] In file included from /usr/include/xcrypt.h:23,
[ 182s] from y2crypt.cc:28:
[ 182s] /usr/include/crypt.h:44: note: this is the location of the previous definition
[ 182s] 44 | #define CRYPT_GENSALT_OUTPUT_SIZE 192
[ 182s] |
[ 182s] cc1plus: all warnings being treated as errors
[ 182s] make[5]: *** [Makefile:729: y2crypt.lo] Error 1
[ 182s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 182s] make[5]: *** Waiting for unfinished jobs....
[ 187s] make[5]: Entering directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 187s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -DY2LOG=\"libycp\" -DYAST2DIR=\"/usr/share/YaST2\" -DPLUGINDIR=\"/usr/lib64/YaST2/plugin\" -DEXECCOMPDIR=\"/usr/lib/YaST2\" -DLOCALEDIR=\"/usr/share/YaST2/locale\" -DNDEBUG -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -Werror -std=gnu++0x -Wall -Wformat=2 -Wno-format-nonliteral -version-info 6:0:0 -flto=auto -o libycpvalues.la -rpath /usr/lib64 Bytecode.lo Import.lo Point.lo Xmlcode.lo YCPBoolean.lo YCPElement.lo YCPByteblock.lo YCPFloat.lo YCPInteger.lo YCPList.lo YCPMap.lo YCPPath.lo YCPString.lo YCPSymbol.lo YCPTerm.lo YCPValue.lo YCPVoid.lo YCPExternal.lo Type.lo ../../liby2util-r/src/liby2util.la
[ 187s] libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/10/crtbeginS.o .libs/Bytecode.o .libs/Import.o .libs/Point.o .libs/Xmlcode.o .libs/YCPBoolean.o .libs/YCPElement.o .libs/YCPByteblock.o .libs/YCPFloat.o .libs/YCPInteger.o .libs/YCPList.o .libs/YCPMap.o .libs/YCPPath.o .libs/YCPString.o .libs/YCPSymbol.o .libs/YCPTerm.o .libs/YCPValue.o .libs/YCPVoid.o .libs/YCPExternal.o .libs/Type.o -Wl,-rpath -Wl,/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/liby2util-r/src/.libs -Wl,-rpath -Wl,/usr/lib64 ../../liby2util-r/src/.libs/liby2util.so -lutil -L/usr/lib64/gcc/x86_64-suse-linux/10 -L/usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/10/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-suse-linux/10/crtendS.o /usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64/crtn.o -O2 -fstack-protector-strong -flto=auto -flto=auto -Wl,-soname -Wl,libycpvalues.so.6 -o .libs/libycpvalues.so.6.0.0
[ 187s] libtool: link: (cd ".libs" && rm -f "libycpvalues.so.6" && ln -s "libycpvalues.so.6.0.0" "libycpvalues.so.6")
[ 187s] libtool: link: (cd ".libs" && rm -f "libycpvalues.so" && ln -s "libycpvalues.so.6.0.0" "libycpvalues.so")
[ 187s] libtool: link: ( cd ".libs" && rm -f "libycpvalues.la" && ln -s "../libycpvalues.la" "libycpvalues.la" )
[ 187s] make[5]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.3.1/libycp/src'
[ 187s] make[4]: *** [Makefile:750: all-recursive] Error 1
[ 187s] make[3]: *** [Makefile:569: all] Error 2
[ 187s] make[2]: *** [Makefile:407: all-recursive] Error 1
[ 187s] make[1]: *** [Makefile:582: all-recursive] Error 1
[ 187s] make: *** [Makefile:451: all] Error 2
[ 187s] error: Bad exit status from /var/tmp/rpm-tmp.u6DKDT (%build)
[ 187s]
[ 187s]
[ 187s] RPM build errors:
[ 187s] Bad exit status from /var/tmp/rpm-tmp.u6DKDT (%build)
[ 187s]
[ 187s] yast-jenkins failed "build yast2-core.spec" at Thu Aug 20 01:25:32 UTC 2020.
[ 187s]
The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:build
(See full trace by running task with --trace)
cleaning
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user github(a)theintersect.org
Not sending mail to unregistered user dgonzalez(a)suse.de
Not sending mail to unregistered user lslezak(a)suse.cz
1
2
[yast-commit] Build failed in Jenkins: yast-yast-services-manager-master #11
by jenkins@suse.de 11 Sep '20
by jenkins@suse.de 11 Sep '20
11 Sep '20
See <https://ci.suse.de/job/yast-yast-services-manager-master/11/display/redirec…>
Changes:
[mvidner] Re-enable service table sorting (bsc#1165388, bsc#1174615).
[mvidner] version + changelog
------------------------------------------
[...truncated 23.54 KB...]
[ 3s] Updating / installing...
[ 3s] libruby2_5-2_5-2.5.8-4.11.1 ########################################
[ 3s] libaugeas0-1.10.1-1.11 ########################################
[ 3s] libunistring2-0.9.9-1.15 ########################################
[ 3s] libnettle6-3.4.1-4.12.1 ########################################
[ 3s] libhogweed4-3.4.1-4.12.1 ########################################
[ 3s] libidn2-0-2.2.0-3.3.1 ########################################
[ 3s] augeas-lenses-1.10.1-1.11 ########################################
[ 3s] augeas-1.10.1-1.11 ########################################
[ 4s] libtasn1-6-4.13-4.5.1 ########################################
[ 4s] libtasn1-4.13-4.5.1 ########################################
[ 4s] yast2-logs-4.3.23-1.1 ########################################
[ 4s] m4-1.4.18-2.138 ########################################
[ 4s] autoconf-2.69-1.445 ########################################
[ 4s] automake-1.15.1-2.145 ########################################
[ 4s] perl-gettext-1.07-1.442 ########################################
[ 4s] perl-XML-Writer-0.625-1.24 ########################################
[ 4s] yast2-buildtools-4.2.6-1.3 ########################################
[ 4s] libudev-mini1-234-24.55.1 ########################################
[ 4s] libusb-1_0-0-1.0.21-1.29 ########################################
[ 4s] libsystemd0-mini-234-24.55.1 ########################################
[ 4s] util-linux-systemd-2.33.1-4.8.1 ########################################
[ 4s] sysconfig-0.85.4-1.7 ########################################
[ 4s] Updating /etc/sysconfig/network/dhcp ...
[ 5s] Updating /etc/sysconfig/network/config ...
[ 5s] sysconfig-netconfig-0.85.4-1.7 ########################################
[ 5s] libp11-kit0-0.23.2-4.8.3 ########################################
[ 6s] libgnutls30-3.6.7-12.1 ########################################
[ 6s] libksba8-1.3.5-2.14 ########################################
[ 6s] libjemalloc2-5.0.1-1.25 ########################################
[ 6s] yast2-core-4.3.1-1.3 ########################################
[ 6s] yast2-ycp-ui-bindings-4.3.2-1.3 ########################################
[ 6s] yast2-perl-bindings-4.3.0-1.12 ########################################
[ 6s] libglib-2_0-0-2.62.5-1.26 ########################################
[ 6s] desktop-file-utils-0.23-4.5.1 ########################################
[ 6s] libassuan0-2.5.1-2.14 ########################################
[ 6s] libyaml-0-2-0.1.7-1.17 ########################################
[ 6s] libx86emu3-3.1-1.23 ########################################
[ 6s] hwinfo-21.70-1.8 ########################################
[ 6s] libsqlite3-0-3.28.0-3.9.2 ########################################
[ 6s] libnpth0-1.5-2.11 ########################################
[ 7s] gpg2-2.2.5-4.14.4 ########################################
[ 7s] fdupes-1.61-1.452 ########################################
[ 7s] ruby2.5-stdlib-2.5.8-4.11.1 ########################################
[ 7s] ruby2.5-rubygem-gem2rpm-0.10.1-3.45 ########################################
[ 7s] update-alternatives: using /usr/bin/gem2rpm.ruby2.5-0.10.1 to provide /usr/bin/gem2rpm (gem2rpm) in auto mode
[ 8s] update-alternatives: using /usr/bin/gem2rpm.ruby2.5-0.10.1 to provide /usr/bin/gem2rpm-0.10.1 (gem2rpm-0.10.1) in auto mode
[ 8s] update-alternatives: using /usr/bin/gem2rpm.ruby2.5-0.10.1 to provide /usr/bin/gem2rpm.ruby2.5 (gem2rpm.ruby2.5) in auto mode
[ 8s] ruby-common-2.1-3.15 ########################################
[ 8s] ruby2.5-2.5.8-4.11.1 ########################################
[ 8s] update-alternatives: using /usr/bin/rake.ruby.ruby2.5 to provide /usr/bin/rake (rake) in auto mode
[ 8s] update-alternatives: using /usr/bin/rake.ruby.ruby2.5 to provide /usr/bin/rake.ruby2.5 (rake.ruby2.5) in auto mode
[ 8s] update-alternatives: using /usr/bin/rdoc.ruby.ruby2.5 to provide /usr/bin/rdoc (rdoc) in auto mode
[ 8s] update-alternatives: using /usr/bin/rdoc.ruby.ruby2.5 to provide /usr/bin/rdoc.ruby2.5 (rdoc.ruby2.5) in auto mode
[ 8s] update-alternatives: using /usr/bin/ri.ruby.ruby2.5 to provide /usr/bin/ri (ri) in auto mode
[ 8s] update-alternatives: using /usr/bin/ri.ruby.ruby2.5 to provide /usr/bin/ri.ruby2.5 (ri.ruby2.5) in auto mode
[ 8s] ruby2.5-rubygem-rspec-support-3.7.0-1.########################################
[ 8s] ruby2.5-rubygem-abstract_method-1.2.1-########################################
[ 8s] ruby2.5-rubygem-diff-lcs-1.3-1.30 ########################################
[ 8s] update-alternatives: using /usr/bin/htmldiff.ruby2.5-1.3 to provide /usr/bin/htmldiff (htmldiff) in auto mode
[ 8s] update-alternatives: using /usr/bin/htmldiff.ruby2.5-1.3 to provide /usr/bin/htmldiff-1.3 (htmldiff-1.3) in auto mode
[ 8s] update-alternatives: using /usr/bin/htmldiff.ruby2.5-1.3 to provide /usr/bin/htmldiff.ruby2.5 (htmldiff.ruby2.5) in auto mode
[ 8s] update-alternatives: using /usr/bin/ldiff.ruby2.5-1.3 to provide /usr/bin/ldiff (ldiff) in auto mode
[ 8s] update-alternatives: using /usr/bin/ldiff.ruby2.5-1.3 to provide /usr/bin/ldiff-1.3 (ldiff-1.3) in auto mode
[ 8s] update-alternatives: using /usr/bin/ldiff.ruby2.5-1.3 to provide /usr/bin/ldiff.ruby2.5 (ldiff.ruby2.5) in auto mode
[ 8s] ruby2.5-rubygem-rspec-expectations-3.7########################################
[ 9s] ruby2.5-rubygem-rspec-mocks-3.7.0-1.24########################################
[ 9s] ruby2.5-rubygem-cheetah-0.5.2-4.5 ########################################
[ 9s] ruby2.5-rubygem-rspec-core-3.7.0-1.24 ########################################
[ 9s] update-alternatives: using /usr/bin/rspec.ruby2.5-3.7.0 to provide /usr/bin/rspec (rspec) in auto mode
[ 9s] update-alternatives: using /usr/bin/rspec.ruby2.5-3.7.0 to provide /usr/bin/rspec-3.7.0 (rspec-3.7.0) in auto mode
[ 9s] update-alternatives: using /usr/bin/rspec.ruby2.5-3.7.0 to provide /usr/bin/rspec.ruby2.5 (rspec.ruby2.5) in auto mode
[ 9s] ruby-2.5-1.21 ########################################
[ 9s] ruby2.5-rubygem-fast_gettext-1.6.0-1.1########################################
[ 9s] yast2-ruby-bindings-4.3.2-1.7 ########################################
[ 9s] yast2-hardware-detection-4.1.1-2.7 ########################################
[ 9s] ruby2.5-rubygem-simpleidn-0.0.9-1.17 ########################################
[ 9s] ruby2.5-rubygem-mini_portile2-2.3.0-1.########################################
[ 9s] ruby2.5-rubygem-nokogiri-1.8.2-1.16 ########################################
[ 9s] update-alternatives: using /usr/bin/nokogiri.ruby2.5-1.8.2 to provide /usr/bin/nokogiri (nokogiri) in auto mode
[ 9s] update-alternatives: using /usr/bin/nokogiri.ruby2.5-1.8.2 to provide /usr/bin/nokogiri-1.8.2 (nokogiri-1.8.2) in auto mode
[ 9s] update-alternatives: using /usr/bin/nokogiri.ruby2.5-1.8.2 to provide /usr/bin/nokogiri.ruby2.5 (nokogiri.ruby2.5) in auto mode
[ 9s] ruby2.5-rubygem-packaging_rake_tasks-1########################################
[ 10s] ruby2.5-rubygem-ruby-augeas-0.5.0-1.31########################################
[ 10s] ruby2.5-rubygem-cfa-1.0.2-34.5 ########################################
[ 10s] yast2-4.3.23-1.1 ########################################
[ 10s] Updating /etc/sysconfig/yast2 ...
[ 10s] yast2-journal-4.2.2-1.20 ########################################
[ 10s] ruby2.5-rubygem-yast-rake-0.2.39-2.5 ########################################
[ 10s] ruby2.5-rubygem-rspec-3.7.0-1.24 ########################################
[ 10s] update-desktop-files-84.87-1.16 ########################################
[ 10s] yast2-devtools-4.2.6-1.3 ########################################
[ 10s] removing nis flags from /var/tmp/build-root/SUSE_SLE-15-SP3_GA-x86_64/etc/nsswitch.conf...
[ 10s] now finalizing build dir...
[ 11s] -----------------------------------------------------------------
[ 11s] I have the following modifications for yast2-services-manager.spec:
[ 11s] 28c28
[ 11s] < Release: 0
[ 11s] ---
[ 11s] > Release: 1
[ 11s] 92a93
[ 11s] > %changelog
[ 11s] -----------------------------------------------------------------
[ 11s] ----- building yast2-services-manager.spec (user abuild)
[ 11s] -----------------------------------------------------------------
[ 11s] -----------------------------------------------------------------
[ 11s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' /home/abuild/rpmbuild/SOURCES/yast2-services-manager.spec
[ 11s] setting SOURCE_DATE_EPOCH=1598529600
[ 11s] Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XrNkDg
[ 11s] + umask 022
[ 11s] + cd /home/abuild/rpmbuild/BUILD
[ 11s] + cd /home/abuild/rpmbuild/BUILD
[ 11s] + rm -rf yast2-services-manager-4.3.5
[ 11s] + /usr/bin/bzip2 -dc /home/abuild/rpmbuild/SOURCES/yast2-services-manager-4.3.5.tar.bz2
[ 11s] + /usr/bin/tar -xof -
[ 11s] + STATUS=0
[ 11s] + '[' 0 -ne 0 ']'
[ 11s] + cd yast2-services-manager-4.3.5
[ 11s] + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
[ 11s] + exit 0
[ 11s] Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zaTCi7
[ 11s] + umask 022
[ 11s] + cd /home/abuild/rpmbuild/BUILD
[ 11s] + /usr/bin/rm -rf /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64
[ 11s] ++ dirname /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64
[ 11s] + /usr/bin/mkdir -p /home/abuild/rpmbuild/BUILDROOT
[ 11s] + /usr/bin/mkdir /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64
[ 11s] + cd yast2-services-manager-4.3.5
[ 11s] + exit 0
[ 11s] Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QfwOYX
[ 11s] + umask 022
[ 11s] + cd /home/abuild/rpmbuild/BUILD
[ 11s] + cd yast2-services-manager-4.3.5
[ 11s] + '[' -f configure.in.in -o -f configure.ac.in ']'
[ 11s] + '[' -f Rakefile ']'
[ 11s] + rake install DESTDIR=/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/
[ 11s] cp -r 'src/clients' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/'
[ 11s] cp -r 'src/modules' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/'
[ 11s] cp -r 'src/lib' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/'
[ 11s] cp -r 'src/data' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/'
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/lib/YaST2/
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/schema/autoyast/rnc/
[ 11s] cp -r 'src/autoyast-rnc/services-manager.rnc' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/schema/autoyast/rnc/'
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/fillup-templates
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/applications/YaST2/
[ 11s] cp -r 'src/desktop/org.opensuse.yast.ServicesManager.desktop' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/applications/YaST2/'
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/doc/packages/yast2-services-manager/
[ 11s] cp -r 'README.md' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/doc/packages/yast2-services-manager/'
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/icons/
[ 11s] cp -r 'src/icons/hicolor' '/home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/icons/'
[ 11s] mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/YaST2/theme/
[ 11s] + '[' -d /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64//usr/share/applications/YaST2 ']'
[ 11s] ++ /usr/bin/find /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64//usr/share/applications/YaST2/ -name '*.desktop'
[ 11s] + for f in $(/usr/bin/find /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64//usr/share/applications/YaST2/ -name '*.desktop')
[ 11s] + d=org.opensuse.yast.ServicesManager.desktop
[ 11s] + /usr/lib/rpm/suse_update_desktop_file.sh -d ycc_org.opensuse.yast.ServicesManager org.opensuse.yast.ServicesManager
[ 11s] + mkdir -p /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/metainfo/
[ 11s] ++ /usr/bin/find /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64//usr/share/applications/YaST2/ -name '*.desktop'
[ 11s] + for f in $(/usr/bin/find /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64//usr/share/applications/YaST2/ -name '*.desktop')
[ 11s] + /usr/share/YaST2/data/devtools/bin/y2metainfo -f /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64//usr/share/applications/YaST2/org.opensuse.yast.ServicesManager.desktop -l GPL-2.0-or-later -o /home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64//usr/share/metainfo/ -u https://github.com/yast/yast-services-manager -v 4.3.5
[ 11s] + /usr/lib/rpm/find-debuginfo.sh -j2 --build-id-seed 4.3.5-1 --unique-debug-suffix -4.3.5-1.x86_64 --unique-debug-src-base yast2-services-manager-4.3.5-1.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/abuild/rpmbuild/BUILD/yast2-services-manager-4.3.5
[ 11s] + /usr/lib/rpm/brp-compress
[ 11s] + /usr/lib/rpm/brp-suse
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-05-permissions
[ 11s] setting / to root:root 0755. (wrong owner/group abuild:abuild)
[ 11s] setting /usr/ to root:root 0755. (wrong owner/group abuild:abuild)
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-15-strip-debug
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-25-symlink
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-30-desktop
[ 11s] WARNING: '/usr/lib/rpm/brp-desktop.data/suse-screensavers.menu' does not exist
[ 11s] WARNING: '/usr/lib/rpm/brp-desktop.data/applications-kmenuedit.menu' does not exist
[ 11s] WARNING: '/usr/lib/rpm/brp-desktop.data/custom.menu' does not exist
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-35-rpath
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-40-rootfs
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-45-tcl
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-50-check-python
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-55-boot-scripts
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-60-hook
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-65-lib64-linux
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-70-extract-translations
[ 11s] find: '//home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/polkit-1/actions/': No such file or directory
[ 11s] find: '//home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/mime/': No such file or directory
[ 11s] find: '//home/abuild/rpmbuild/BUILDROOT/yast2-services-manager-4.3.5-1.x86_64/usr/share/appdata/': No such file or directory
[ 11s] trimmed output to /home/abuild/rpmbuild/OTHER/desktopfiles//usr/share/applications/YaST2/org.opensuse.yast.ServicesManager.desktop
[ 11s] trimmed output to /home/abuild/rpmbuild/OTHER/yast2-services-manager.desktopfiles
[ 11s] ~/rpmbuild/OTHER/desktopfiles ~/rpmbuild/BUILD/yast2-services-manager-4.3.5
[ 11s] ~/rpmbuild/BUILD/yast2-services-manager-4.3.5
[ 11s] ~/rpmbuild/OTHER/appstream ~/rpmbuild/BUILD/yast2-services-manager-4.3.5
[ 11s] ~/rpmbuild/BUILD/yast2-services-manager-4.3.5
[ 11s] calling /usr/lib/rpm/brp-suse.d/brp-72-extract-appdata
[ 12s] Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.tKWkSQ
[ 12s] + umask 022
[ 12s] + cd /home/abuild/rpmbuild/BUILD
[ 12s] + cd yast2-services-manager-4.3.5
[ 12s] + rake test:unit
[ 12s] rspec --color --format doc 'test/services-manager_finish_test.rb' 'test/clients/auto_test.rb' 'test/clients/services_manager_test.rb' 'test/default_target_proposal_test.rb' 'test/widgets/services_table_test.rb' 'test/widgets/show_details_button_test.rb' 'test/widgets/logs_button_test.rb' 'test/widgets/start_stop_button_test.rb' 'test/widgets/start_mode_button_test.rb' 'test/widgets/target_selector_test.rb' 'test/dialogs/services_manager_test.rb' 'test/service_loader_test.rb' 'test/services_manager_service_test.rb' 'test/services_manager_test.rb' 'test/services_manager_target_test.rb' 'test/services_manager_profile_test.rb'
[ 12s]
[ 12s] An error occurred while loading ./test/default_target_proposal_test.rb.
[ 12s] Failure/Error: import_pure(mname)
[ 12s]
[ 12s] NameError:
[ 12s] component cannot import namespace 'Pkg'
[ 12s] # ./src/lib/services-manager/clients/default_target_proposal.rb:7:in `<module:Yast>'
[ 12s] # ./src/lib/services-manager/clients/default_target_proposal.rb:3:in `<top (required)>'
[ 12s] # ./test/default_target_proposal_test.rb:5:in `<top (required)>'
[ 12s]
[ 12s] An error occurred while loading ./test/services_manager_test.rb.
[ 12s] Failure/Error: import_pure(mname)
[ 12s]
[ 12s] NameError:
[ 12s] component cannot import namespace 'Pkg'
[ 12s] # ./test/services_manager_test.rb:30:in `<module:Yast>'
[ 12s] # ./test/services_manager_test.rb:25:in `<top (required)>'
[ 12s]
[ 12s] Finished in 0.00016 seconds (files took 0.31974 seconds to load)
[ 12s] 0 examples, 0 failures, 2 errors occurred outside of examples
[ 12s]
[ 12s] rake aborted!
[ 12s] Command failed with status (1): [rspec --color --format doc 'test/services-...]
[ 12s]
[ 12s] Tasks: TOP => test:unit
[ 12s] (See full trace by running task with --trace)
[ 12s] error: Bad exit status from /var/tmp/rpm-tmp.tKWkSQ (%check)
[ 12s]
[ 12s]
[ 12s] RPM build errors:
[ 12s] Bad exit status from /var/tmp/rpm-tmp.tKWkSQ (%check)
[ 12s]
[ 12s] vm-yast-ci-worker3 failed "build yast2-services-manager.spec" at Thu Aug 27 09:55:03 UTC 2020.
[ 12s]
The buildroot was: /var/tmp/build-root/SUSE_SLE-15-SP3_GA-x86_64
rm -rf Devel:YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.suse.de/' build ...]
Tasks: TOP => osc:sr => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 1485 exited with value 1
Scanning for a pull request...
Found pull request #208
Adding comment ":x: Internal Jenkins [job #11](https://ci.suse.de/job/yast-yast-services-manager-master/11/) failed"
to pull request https://github.com/yast/yast-services-manager/pull/208
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/yast-services-manager/issues/208/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user mvidner(a)suse.cz
1
1