YaST Commits
Threads by month
- ----- 2024 -----
- 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
September 2020
- 3 participants
- 487 discussions
[yast-commit] Build failed in Jenkins: yast-yast-autoinstallation-factory-master #2
by jenkins@suse.de 02 Sep '22
by jenkins@suse.de 02 Sep '22
02 Sep '22
See <https://ci.suse.de/job/yast-yast-autoinstallation-factory-master/2/display/…>
Changes:
------------------------------------------
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-yast-autoinstallation-factory-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/yast-autoinstallation-factory.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/yast-autoinstallation-factory.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/yast-autoinstallation-factory.git +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/yast/yast-autoinstallation-factory.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:915)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1141)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
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:1880)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress --prune -- https://github.com/yast/yast-autoinstallation-factory.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/yast-autoinstallation-factory.git/'
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573)
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:375)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
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:1800)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:1001)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor740.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.$Proxy125.execute(Unknown Source)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:913)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1141)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177)
at hudson.scm.SCM.checkout(SCM.java:505)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
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:1880)
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 fetching remote repo 'origin'
1
3
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
[yast-commit] Build failed in Jenkins: yast-yast.github.io-master #107
by admin@opensuse.org 04 Dec '20
by admin@opensuse.org 04 Dec '20
04 Dec '20
See <https://ci.opensuse.org/job/yast-yast.github.io-master/107/display/redirect…>
Changes:
[ancor] Blog post for sprint 108
------------------------------------------
Started by GitHub push by ancorgs
Started by GitHub push by ancorgs
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-yui (yast-head yast-jenkins) in workspace <https://ci.opensuse.org/job/yast-yast.github.io-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/yast.github.io.git # timeout=10
Fetching upstream changes from https://github.com/yast/yast.github.io.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress -- https://github.com/yast/yast.github.io.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c6bf3334264632c0db25bad94325bf898d077e69 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f c6bf3334264632c0db25bad94325bf898d077e69 # timeout=10
Commit message: "Merge pull request #261 from yast/sprint108"
> git rev-list --no-walk e99de313335c315802ed628369b99e14650e0aab # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[yast-yast.github.io-master] $ /bin/sh -xe /tmp/jenkins13509302768341894405.sh
+ NOKOGIRI_USE_SYSTEM_LIBRARIES=1
+ bundle install --path .vendor/bundle
Fetching gem metadata from https://rubygems.org/.........
Fetching rake 13.0.1
Installing rake 13.0.1
Fetching concurrent-ruby 1.1.6
Installing concurrent-ruby 1.1.6
Fetching i18n 0.9.5
Installing i18n 0.9.5
Fetching minitest 5.14.0
Installing minitest 5.14.0
Fetching thread_safe 0.3.6
Installing thread_safe 0.3.6
Fetching tzinfo 1.2.6
Installing tzinfo 1.2.6
Fetching zeitwerk 2.3.0
Installing zeitwerk 2.3.0
Fetching activesupport 6.0.2.2
Installing activesupport 6.0.2.2
Fetching public_suffix 3.1.1
Installing public_suffix 3.1.1
Fetching addressable 2.7.0
Installing addressable 2.7.0
Using bundler 1.16.1
Fetching coffee-script-source 1.11.1
Installing coffee-script-source 1.11.1
Fetching execjs 2.7.0
Installing execjs 2.7.0
Fetching coffee-script 2.4.1
Installing coffee-script 2.4.1
Fetching colorator 1.1.0
Installing colorator 1.1.0
Fetching ruby-enum 0.8.0
Installing ruby-enum 0.8.0
Fetching commonmarker 0.17.13
Installing commonmarker 0.17.13 with native extensions
Fetching dnsruby 1.61.3
Installing dnsruby 1.61.3
Fetching eventmachine 1.2.7
Installing eventmachine 1.2.7 with native extensions
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Fetching em-websocket 0.5.1
Installing em-websocket 0.5.1
Fetching ffi 1.12.2
Installing ffi 1.12.2 with native extensions
Fetching ethon 0.12.0
Installing ethon 0.12.0
Fetching multipart-post 2.1.1
Installing multipart-post 2.1.1
Fetching faraday 1.0.1
Installing faraday 1.0.1
Fetching forwardable-extended 2.6.0
Installing forwardable-extended 2.6.0
Fetching gemoji 3.0.1
Installing gemoji 3.0.1
Fetching sawyer 0.8.2
Installing sawyer 0.8.2
Fetching octokit 4.18.0
Installing octokit 4.18.0
Fetching typhoeus 1.3.1
Installing typhoeus 1.3.1
Fetching github-pages-health-check 1.16.1
Installing github-pages-health-check 1.16.1
Fetching rb-fsevent 0.10.3
Installing rb-fsevent 0.10.3
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching sass-listen 4.0.0
Installing sass-listen 4.0.0
Fetching sass 3.7.4
Installing sass 3.7.4
Fetching jekyll-sass-converter 1.5.2
Installing jekyll-sass-converter 1.5.2
Fetching listen 3.2.1
Installing listen 3.2.1
Fetching jekyll-watch 2.2.1
Installing jekyll-watch 2.2.1
Fetching kramdown 1.17.0
Installing kramdown 1.17.0
Fetching liquid 4.0.3
Installing liquid 4.0.3
Fetching mercenary 0.3.6
Installing mercenary 0.3.6
Fetching pathutil 0.16.2
Installing pathutil 0.16.2
Fetching rouge 3.13.0
Installing rouge 3.13.0
Fetching safe_yaml 1.0.5
Installing safe_yaml 1.0.5
Fetching jekyll 3.8.5
Installing jekyll 3.8.5
Fetching jekyll-avatar 0.7.0
Installing jekyll-avatar 0.7.0
Fetching jekyll-coffeescript 1.1.1
Installing jekyll-coffeescript 1.1.1
Fetching jekyll-commonmark 1.3.1
Installing jekyll-commonmark 1.3.1
Fetching jekyll-commonmark-ghpages 0.1.6
Installing jekyll-commonmark-ghpages 0.1.6
Fetching jekyll-default-layout 0.1.4
Installing jekyll-default-layout 0.1.4
Fetching jekyll-feed 0.13.0
Installing jekyll-feed 0.13.0
Fetching jekyll-gist 1.5.0
Installing jekyll-gist 1.5.0
Fetching jekyll-github-metadata 2.13.0
Installing jekyll-github-metadata 2.13.0
Fetching mini_portile2 2.4.0
Installing mini_portile2 2.4.0
Fetching nokogiri 1.10.9
Installing nokogiri 1.10.9 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
<https://ci.opensuse.org/job/yast-yast.github.io-master/ws/.vendor/bundle/ru…>
/usr/bin/ruby.ruby2.5 -r ./siteconf20200917-22048-49jhnb.rb extconf.rb
checking if the C compiler accepts ... yes
Building nokogiri using system libraries.
pkg-config could not be used to find libxslt
Please install either `pkg-config` or the pkg-config gem per
gem install pkg-config -v "~> 1.1"
pkg-config could not be used to find libexslt
Please install either `pkg-config` or the pkg-config gem per
gem install pkg-config -v "~> 1.1"
checking for xmlParseDoc() in libxml/parser.h... yes
checking for xsltParseStylesheetDoc() in libxslt/xslt.h... no
checking for xsltParseStylesheetDoc() in -lxslt... no
checking for xsltParseStylesheetDoc() in -llibxslt... no
-----
libxslt is missing. Please locate mkmf.log to investigate how it is failing.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib64
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/$(RUBY_BASE_NAME).ruby2.5
--help
--clean
--use-system-libraries=true
--with-zlib-dir
--without-zlib-dir
--with-zlib-include
--without-zlib-include=${zlib-dir}/include
--with-zlib-lib
--without-zlib-lib=${zlib-dir}/lib64
--with-xml2-dir
--without-xml2-dir
--with-xml2-include
--without-xml2-include=${xml2-dir}/include
--with-xml2-lib
--without-xml2-lib=${xml2-dir}/lib64
--with-libxml-2.0-config
--without-libxml-2.0-config
--with-pkg-config
--without-pkg-config
--with-xslt-dir
--without-xslt-dir
--with-xslt-include
--without-xslt-include=${xslt-dir}/include
--with-xslt-lib
--without-xslt-lib=${xslt-dir}/lib64
--with-libxslt-config
--without-libxslt-config
--with-exslt-dir
--without-exslt-dir
--with-exslt-include
--without-exslt-include=${exslt-dir}/include
--with-exslt-lib
--without-exslt-lib=${exslt-dir}/lib64
--with-libexslt-config
--without-libexslt-config
--with-xsltlib
--without-xsltlib
--with-libxsltlib
--without-libxsltlib
To see why this extension failed to compile, please check the mkmf.log which can
be found here:
<https://ci.opensuse.org/job/yast-yast.github.io-master/ws/.vendor/bundle/ru…>
extconf failed, exit code 1
Gem files will remain installed in
<https://ci.opensuse.org/job/yast-yast.github.io-master/ws/.vendor/bundle/ru…>
for inspection.
Results logged to
<https://ci.opensuse.org/job/yast-yast.github.io-master/ws/.vendor/bundle/ru…>
An error occurred while installing nokogiri (1.10.9), and Bundler cannot
continue.
Make sure that `gem install nokogiri -v '1.10.9'` succeeds before bundling.
In Gemfile:
github-pages was resolved to 204, which depends on
jekyll-mentions was resolved to 1.5.1, which depends on
html-pipeline was resolved to 2.12.3, which depends on
nokogiri
Build step 'Execute shell' marked build as failure
Skipped archiving because build is not successful
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Skipping post build task 0 - job status is worse than unstable : FAILURE
Not sending mail to unregistered user ancor(a)suse.de
1
11
[yast-commit] Build failed in Jenkins: yast-skelcd-control-MicroOS-master #18
by admin@opensuse.org 18 Nov '20
by admin@opensuse.org 18 Nov '20
18 Nov '20
See <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/18/display/r…>
Changes:
[Josef Reidinger] rpm: modernize specfile
------------------------------------------
Started by GitHub push by jreidinger
Started by GitHub push by jreidinger
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-MicroOS-master/ws/>
The recommended git tool is: NONE
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-MicroOS.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/skelcd-control-MicroOS.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/skelcd-control-MicroOS.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7a471216e7f5798af46928470662fba8038762ab (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7a471216e7f5798af46928470662fba8038762ab # timeout=10
Commit message: "Merge pull request #20 from yast/rpm_cleanup"
> git rev-list --no-walk 5f950145a806b3da9e0674642ef0304e9b98a132 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
[Checks API] No suitable checks publisher found.
[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-MicroOS-master] $ /bin/sh -xe /tmp/jenkins14313981805099194909.sh
+ cd <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-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-MicroOS-master/ws/package/s…> ...
* ...Done
osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' skelcd-control-MicroOS
All files have proper license reference.
A YaST:Head
A YaST:Head/skelcd-control-MicroOS
A YaST:Head/skelcd-control-MicroOS/skelcd-control-MicroOS-20200729.tar.bz2
A YaST:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.changes
A YaST:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.spec
At revision abf9a497f004b1ab15dd66fcf731b853.
rm <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/skelcd-control-MicroOS-20200729.tar.bz2
rm <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.changes
rm <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.spec
cp package/skelcd-control-MicroOS-20200729.tar.bz2 <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS
cp package/skelcd-control-MicroOS.changes <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS
cp package/skelcd-control-MicroOS.spec <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS
osc -A 'https://api.opensuse.org/' addremove
osc -A 'https://api.opensuse.org/' cat 'openSUSE:Factory' 'skelcd-control-MicroOS' 'skelcd-control-MicroOS.spec' > /tmp/yast-rake20200923-11328-5it0zh
Checking IDs in *.changes file
rm -rf YaST:Head
Version has not been changed in *.spec file
=> do not check for IDs in *.changes file
cleaning
* Starting osc check...
osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' skelcd-control-MicroOS
* Done. Everything looks good.
A YaST:Head
A YaST:Head/skelcd-control-MicroOS
A YaST:Head/skelcd-control-MicroOS/skelcd-control-MicroOS-20200729.tar.bz2
A YaST:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.changes
A YaST:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.spec
At revision abf9a497f004b1ab15dd66fcf731b853.
rm <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/skelcd-control-MicroOS-20200729.tar.bz2
rm <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.changes
rm <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/skelcd-control-MicroOS.spec
cp package/skelcd-control-MicroOS-20200729.tar.bz2 <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS
cp package/skelcd-control-MicroOS.changes <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS
cp package/skelcd-control-MicroOS.spec <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS
osc -A 'https://api.opensuse.org/' addremove
mkdir -p /var/tmp/YaST:Head/openSUSE_Factory
yes | osc -A 'https://api.opensuse.org/' build --no-verify --release=1 --keep-pkgs=/var/tmp/YaST:Head/openSUSE_Factory openSUSE_Factory
Building package skelcd-control-MicroOS from project YaST:Head
building package...
Building skelcd-control-MicroOS.spec for openSUSE_Factory/x86_64
Run source service: /usr/lib/obs/service/format_spec_file --outdir <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/tmp1gj60bsf.format_spec_file.service
Run source service: /usr/lib/obs/service/source_validator --outdir <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/tmpjtv0616k.source_validator.service
changelog not in sequence:
Wed Sep 23 18:21:25 UTC 2019 - Jan Engelhardt <jengelh(a)inai.de>
* Mon Sep 23 2019 Jan Engelhardt <jengelh(a)inai.de>
- Modernize specfile: avoid mixing old $RPM_* shell vars
and macros.
Wed Feb 12 10:35:11 CEST 2020 - rbrown(a)suse.de
* Wed Feb 12 2020 rbrown(a)suse.de
- Add microos-gnome- and -kde-desktop roles [boo#1163453]
- 20200211
Please fix with your own tools or try /usr/lib/obs/service/source_validators/helpers/fix_changelog
Aborting: service call failed: /usr/lib/obs/service/source_validator --outdir <https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/ws/YaST>:Head/skelcd-control-MicroOS/tmpjtv0616k.source_validator.service
Source service run failed!
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:sr => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 11327 exited with value 1
Scanning for a pull request...
Found pull request #20
Adding comment ":x: Public Jenkins [job #18](https://ci.opensuse.org/job/yast-skelcd-control-MicroOS-master/18/) failed"
to pull request https://github.com/yast/skelcd-control-MicroOS/pull/20
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/skelcd-control-MicroOS/issues/20/comments... OK
Success
Build step 'Execute shell' marked build as failure
1
2
09 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