YaST Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
December 2020
- 3 participants
- 413 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-autoyast-profiles-test #535
by jenkins@suse.de 08 Jun '21
by jenkins@suse.de 08 Jun '21
08 Jun '21
See <https://ci.suse.de/job/yast-autoyast-profiles-test/535/display/redirect>
Changes:
------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-nbg-head1 (yast-head yast-pot libstorage libyui snapper) in workspace <https://ci.suse.de/job/yast-autoyast-profiles-test/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/autoyast-profiles-test.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/autoyast-profiles-test.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/autoyast-profiles-test.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision b45aba646753574032130ebcd392f0fcd161c11a (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b45aba646753574032130ebcd392f0fcd161c11a # timeout=10
Commit message: "Merge pull request #3 from yast/master-bsc-1146403"
> git rev-list --no-walk b45aba646753574032130ebcd392f0fcd161c11a # 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-autoyast-profiles-test] $ /bin/sh -xe /tmp/jenkins10628621923458890404.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'
An error occurred while loading ./test/sle-12-sp2-s390_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-12-sp2-s390_test.rb:5:in `new'
# ./test/sle-12-sp2-s390_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/Head_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/Head_test.rb:5:in `new'
# ./test/Head_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/sle-12-sp1_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-12-sp1_test.rb:5:in `new'
# ./test/sle-12-sp1_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/sle-11-sp4_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-11-sp4_test.rb:5:in `new'
# ./test/sle-11-sp4_test.rb:5:in `<top (required)>'
An error occurred while loading ./test/sle-12_test.rb.
Failure/Error: raise "I'm sorry, you have to be root to run these tests" if Process.uid != 0
RuntimeError:
I'm sorry, you have to be root to run these tests
# ./test/profile_test_helper.rb:26:in `initialize'
# ./test/sle-12_test.rb:5:in `new'
# ./test/sle-12_test.rb:5:in `<top (required)>'
No examples found.
Finished in 0.00028 seconds (files took 0.19254 seconds to load)
0 examples, 0 failures, 5 errors occurred outside of examples
rake aborted!
Command failed with status (1): [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
211
[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-skelcd-control-SLES-master #11
by admin@opensuse.org 20 Jan '21
by admin@opensuse.org 20 Jan '21
20 Jan '21
See <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/11/display/redi…>
Changes:
[yifanj2007] Adapt migration from older SLE using kde (bsc#1176056)
------------------------------------------
Started by GitHub push by wfeldt
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-skelcd-control-SLES-master/ws/>
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/yast/skelcd-control-SLES.git
> git init <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/> # timeout=10
Fetching upstream changes from https://github.com/yast/skelcd-control-SLES.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress -- https://github.com/yast/skelcd-control-SLES.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/yast/skelcd-control-SLES.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d5f939acf7ba88fbc44da71eca288aa1ff6f7335 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f d5f939acf7ba88fbc44da71eca288aa1ff6f7335 # timeout=10
Commit message: "Merge pull request #136 from yifanjiang/master"
> git rev-list --no-walk 9f620a608efb129bd150a5609347d861261189fc # 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-SLES-master] $ /bin/sh -xe /tmp/jenkins3315653756507633787.sh
+ cd <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/>
+ LC_ALL=en_US.UTF-8
+ /usr/local/bin/jenkins_status_comment.rb rake osc:commit
* Starting osc check...
* Done. Everything looks good.
* Starting syntax check...
* Done
* Making tarball <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/package/skel…> ...
* ...Done
osc -A 'https://api.opensuse.org/' --traceback checkout 'YaST:Head' skelcd-control-SLES
All files have proper license reference.
A YaST:Head
A YaST:Head/skelcd-control-SLES
A YaST:Head/skelcd-control-SLES/skelcd-control-SLES-15.3.2.tar.bz2
A YaST:Head/skelcd-control-SLES/skelcd-control-SLES.changes
A YaST:Head/skelcd-control-SLES/skelcd-control-SLES.spec
At revision 12.
rm <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES/skelcd-control-SLES.spec
rm <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES/skelcd-control-SLES-15.3.2.tar.bz2
rm <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES/skelcd-control-SLES.changes
cp package/skelcd-control-SLES.spec <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES
cp package/skelcd-control-SLES-15.3.3.tar.bz2 <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES
cp package/skelcd-control-SLES.changes <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES
osc -A 'https://api.opensuse.org/' addremove
D skelcd-control-SLES-15.3.2.tar.bz2
A skelcd-control-SLES-15.3.3.tar.bz2
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-SLES from project YaST:Head
building package...
Building skelcd-control-SLES.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-SLES-master/ws/YaST>:Head/skelcd-control-SLES/tmpcyznso_t.format_spec_file.service
Run source service: /usr/lib/obs/service/source_validator --outdir <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES/tmpsye_mmf_.source_validator.service
Getting buildconfig from server and store to <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES/.osc/_buildconfig-openSUSE_Factory-x86_64
Getting buildinfo from server and store to <https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/ws/YaST>:Head/skelcd-control-SLES/.osc/_buildinfo-openSUSE_Factory-x86_64.xml
buildinfo is broken... it says:
unresolvable: nothing provides sle15-desktop-migration
rm -rf YaST:Head
rake aborted!
Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:commit => osc:build
(See full trace by running task with --trace)
cleaning
Result: PID 18392 exited with value 1
Scanning for a pull request...
Found pull request #136
Adding comment ":x: Public Jenkins [job #11](https://ci.opensuse.org/job/yast-skelcd-control-SLES-master/11/) failed"
to pull request https://github.com/yast/skelcd-control-SLES/pull/136
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/skelcd-control-SLES/issues/136/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user yifanj2007(a)gmail.com
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
See <https://ci.suse.de/job/yast-yast-registration-master/68/display/redirect?pa…>
Changes:
[schubi] Updating warning popup if the user has skipped the registration. Added
[schubi] added <p>
------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on yast-nbg-head1 (yast-head yast-pot libstorage libyui snapper) in workspace <https://ci.suse.de/job/yast-yast-registration-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/yast-registration.git # timeout=10
Pruning obsolete local branches
Fetching upstream changes from https://github.com/yast/yast-registration.git
> git --version # timeout=10
> git --version # 'git version 2.26.2'
> git fetch --tags --force --progress --prune -- https://github.com/yast/yast-registration.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision a9056e7a1eef2e2e5a324078fda837db6159b658 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a9056e7a1eef2e2e5a324078fda837db6159b658 # timeout=10
Commit message: "Merge pull request #526 from yast/master-bsc-1177504-2"
> git rev-list --no-walk 832dc62a4683be13d17fa2c5550d39239db8b07b # 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=sle_latest
[EnvInject] - Variables injected successfully.
[EnvInject] - Mask passwords that will be passed as build parameters.
[yast-yast-registration-master] $ /bin/sh -xe /tmp/jenkins5345485956699106001.sh
+ cd <https://ci.suse.de/job/yast-yast-registration-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.suse.de/job/yast-yast-registration-master/ws/package/yast2-regis…> ...
* ...Done
osc -A 'https://api.suse.de/' --traceback checkout 'Devel:YaST:Head' yast2-registration
All files have proper license reference.
A Devel:YaST:Head
A Devel:YaST:Head/yast2-registration
A Devel:YaST:Head/yast2-registration/yast2-registration-4.3.16.tar.bz2
A Devel:YaST:Head/yast2-registration/yast2-registration.changes
A Devel:YaST:Head/yast2-registration/yast2-registration.spec
At revision 381.
rm <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/yast2-registration.spec
rm <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/yast2-registration.changes
rm <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/yast2-registration-4.3.16.tar.bz2
cp package/yast2-registration.spec <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration
cp package/yast2-registration.changes <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration
cp package/yast2-registration-4.3.17.tar.bz2 <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration
osc -A 'https://api.suse.de/' addremove
A yast2-registration-4.3.17.tar.bz2
D yast2-registration-4.3.16.tar.bz2
osc -A 'https://api.suse.de/' cat 'SUSE:SLE-15-SP3:GA' 'yast2-registration' 'yast2-registration.spec' > /tmp/yast-rake20201218-32757-1cws1dv
Checking IDs in *.changes file
Version has been changed in *.spec file
osc -A 'https://api.suse.de/' cat 'SUSE:SLE-15-SP3:GA' 'yast2-registration' 'yast2-registration.changes' | diff - 'yast2-registration.changes'
rm -rf Devel:YaST:Head
cleaning
* Starting osc check...
osc -A 'https://api.suse.de/' --traceback checkout 'Devel:YaST:Head' yast2-registration
* Done. Everything looks good.
A Devel:YaST:Head
A Devel:YaST:Head/yast2-registration
A Devel:YaST:Head/yast2-registration/yast2-registration-4.3.16.tar.bz2
A Devel:YaST:Head/yast2-registration/yast2-registration.changes
A Devel:YaST:Head/yast2-registration/yast2-registration.spec
At revision 381.
rm <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/yast2-registration.spec
rm <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/yast2-registration.changes
rm <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/yast2-registration-4.3.16.tar.bz2
cp package/yast2-registration.spec <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration
cp package/yast2-registration.changes <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration
cp package/yast2-registration-4.3.17.tar.bz2 <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration
osc -A 'https://api.suse.de/' addremove
A yast2-registration-4.3.17.tar.bz2
D yast2-registration-4.3.16.tar.bz2
mkdir -p /var/tmp/Devel:YaST:Head/SUSE_SLE-15-SP3_GA
yes | osc -A 'https://api.suse.de/' build --no-verify --release=1 --keep-pkgs=/var/tmp/Devel:YaST:Head/SUSE_SLE-15-SP3_GA SUSE_SLE-15-SP3_GA
Building package yast2-registration from project Devel:YaST:Head
building package...
Building yast2-registration.spec for SUSE_SLE-15-SP3_GA/x86_64
Getting buildconfig from server and store to <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/.osc/_buildconfig-SUSE_SLE-15-SP3_GA-x86_64
Getting buildinfo from server and store to <https://ci.suse.de/job/yast-yast-registration-master/ws/Devel>:YaST:Head/yast2-registration/.osc/_buildinfo-SUSE_SLE-15-SP3_GA-x86_64.xml
buildinfo is broken... it says:
unresolvable: nothing provides libzypp >= 17.25.5 needed by zypper
(got version 17.25.2-1.29)
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 32756 exited with value 1
Scanning for a pull request...
Found pull request #526
Adding comment ":x: Internal Jenkins [job #68](https://ci.suse.de/job/yast-yast-registration-master/68/) failed"
to pull request https://github.com/yast/yast-registration/pull/526
Sending Net::HTTP::Post request to https://api.github.com/repos/yast/yast-registration/issues/526/comments... OK
Success
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user schubi(a)suse.de
1
1
See <https://ci.opensuse.org/job/snapper-master/380/display/redirect?page=changes>
Changes:
[weblate-noreply] Translated using Weblate (Italian)
------------------------------------------
[...truncated 172.26 KB...]
[ 86s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o AppUtil.lo AppUtil.cc
[ 86s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c AppUtil.cc -fPIC -DPIC -o .libs/AppUtil.o
[ 89s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o AppUtil2.lo AppUtil2.cc
[ 89s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c AppUtil2.cc -fPIC -DPIC -o .libs/AppUtil2.o
[ 89s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o FileUtils.lo FileUtils.cc
[ 90s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c FileUtils.cc -fPIC -DPIC -o .libs/FileUtils.o
[ 90s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o XAttributes.lo XAttributes.cc
[ 90s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c XAttributes.cc -fPIC -DPIC -o .libs/XAttributes.o
[ 93s] FileUtils.cc: In member function 'ssize_t snapper::SDir::listxattr(const string&, char*, size_t) const':
[ 93s] FileUtils.cc:494:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 93s] 494 | chdir("/");
[ 93s] | ~~~~~^~~~~
[ 93s] FileUtils.cc: In member function 'ssize_t snapper::SDir::getxattr(const string&, const char*, void*, size_t) const':
[ 93s] FileUtils.cc:530:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 93s] 530 | chdir("/");
[ 93s] | ~~~~~^~~~~
[ 93s] FileUtils.cc: In member function 'bool snapper::SDir::mount(const string&, const string&, long unsigned int, const string&) const':
[ 93s] FileUtils.cc:585:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 93s] 585 | chdir("/");
[ 93s] | ~~~~~^~~~~
[ 93s] FileUtils.cc:589:7: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 93s] 589 | chdir("/");
[ 93s] | ~~~~~^~~~~
[ 93s] FileUtils.cc: In member function 'bool snapper::SDir::umount(const string&) const':
[ 93s] FileUtils.cc:614:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 93s] 614 | chdir("/");
[ 93s] | ~~~~~^~~~~
[ 93s] FileUtils.cc:618:7: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 93s] 618 | chdir("/");
[ 93s] | ~~~~~^~~~~
[ 95s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Log.lo Log.cc
[ 95s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Log.cc -fPIC -DPIC -o .libs/Log.o
[ 96s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Logger.lo Logger.cc
[ 96s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Logger.cc -fPIC -DPIC -o .libs/Logger.o
[ 97s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Compare.lo Compare.cc
[ 97s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Compare.cc -fPIC -DPIC -o .libs/Compare.o
[ 101s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o SystemCmd.lo SystemCmd.cc
[ 102s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c SystemCmd.cc -fPIC -DPIC -o .libs/SystemCmd.o
[ 103s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o AsciiFile.lo AsciiFile.cc
[ 103s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c AsciiFile.cc -fPIC -DPIC -o .libs/AsciiFile.o
[ 105s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Regex.lo Regex.cc
[ 105s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Regex.cc -fPIC -DPIC -o .libs/Regex.o
[ 105s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Acls.lo Acls.cc
[ 105s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Acls.cc -fPIC -DPIC -o .libs/Acls.o
[ 107s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Hooks.lo Hooks.cc
[ 108s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Hooks.cc -fPIC -DPIC -o .libs/Hooks.o
[ 109s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Exception.lo Exception.cc
[ 109s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Exception.cc -fPIC -DPIC -o .libs/Exception.o
[ 110s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Btrfs.lo Btrfs.cc
[ 110s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Btrfs.cc -fPIC -DPIC -o .libs/Btrfs.o
[ 113s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o BtrfsUtils.lo BtrfsUtils.cc
[ 113s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c BtrfsUtils.cc -fPIC -DPIC -o .libs/BtrfsUtils.o
[ 114s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Lvm.lo Lvm.cc
[ 114s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Lvm.cc -fPIC -DPIC -o .libs/Lvm.o
[ 120s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o LvmCache.lo LvmCache.cc
[ 120s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c LvmCache.cc -fPIC -DPIC -o .libs/LvmCache.o
[ 124s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o LvmUtils.lo LvmUtils.cc
[ 124s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c LvmUtils.cc -fPIC -DPIC -o .libs/LvmUtils.o
[ 128s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o MntTable.lo MntTable.cc
[ 128s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR=\"/etc/sysconfig\" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c MntTable.cc -fPIC -DPIC -o .libs/MntTable.o
[ 129s] /bin/sh ../libtool --tag=CXX --mode=link g++ -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -version-info 7:0:2 -flto=auto -o libsnapper.la -rpath /usr/lib64 Snapper.lo Snapshot.lo Comparison.lo Filesystem.lo File.lo XmlFile.lo Enum.lo AppUtil.lo AppUtil2.lo FileUtils.lo XAttributes.lo Log.lo Logger.lo Compare.lo SystemCmd.lo AsciiFile.lo Regex.lo Acls.lo Hooks.lo Exception.lo Btrfs.lo BtrfsUtils.lo Lvm.lo LvmCache.lo LvmUtils.lo MntTable.lo -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs
[ 129s] libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/10/crtbeginS.o .libs/Snapper.o .libs/Snapshot.o .libs/Comparison.o .libs/Filesystem.o .libs/File.o .libs/XmlFile.o .libs/Enum.o .libs/AppUtil.o .libs/AppUtil2.o .libs/FileUtils.o .libs/XAttributes.o .libs/Log.o .libs/Logger.o .libs/Compare.o .libs/SystemCmd.o .libs/AsciiFile.o .libs/Regex.o .libs/Acls.o .libs/Hooks.o .libs/Exception.o .libs/Btrfs.o .libs/BtrfsUtils.o .libs/Lvm.o .libs/LvmCache.o .libs/LvmUtils.o .libs/MntTable.o -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -L/usr/lib64/gcc/x86_64-suse-linux/10 -L/usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/10/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-suse-linux/10/crtendS.o /usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64/crtn.o -O2 -fstack-protector-strong -flto=auto -g -flto=auto -Wl,-soname -Wl,libsnapper.so.5 -o .libs/libsnapper.so.5.2.0
[ 149s] libtool: link: (cd ".libs" && rm -f "libsnapper.so.5" && ln -s "libsnapper.so.5.2.0" "libsnapper.so.5")
[ 149s] libtool: link: (cd ".libs" && rm -f "libsnapper.so" && ln -s "libsnapper.so.5.2.0" "libsnapper.so")
[ 149s] libtool: link: ( cd ".libs" && rm -f "libsnapper.la" && ln -s "../libsnapper.la" "libsnapper.la" )
[ 149s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/snapper'
[ 149s] Making all in examples
[ 149s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples'
[ 149s] Making all in c
[ 149s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c'
[ 149s] gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c99 -Wall -Wextra -Wformat -Wmissing-prototypes -Wno-unused-parameter -c -o snapper_dbus_cli.o snapper_dbus_cli.c
[ 149s] /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c99 -Wall -Wextra -Wformat -Wmissing-prototypes -Wno-unused-parameter -ldbus-1 -flto=auto -o csnap snapper_dbus_cli.o -lbtrfs
[ 149s] libtool: link: gcc -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c99 -Wall -Wextra -Wformat -Wmissing-prototypes -Wno-unused-parameter -flto=auto -o csnap snapper_dbus_cli.o -ldbus-1 -lbtrfs
[ 149s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c'
[ 149s] Making all in c++-lib
[ 149s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c++-lib'
[ 149s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o List.o List.cc
[ 149s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o ListAll.o ListAll.cc
[ 150s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Create.o Create.cc
[ 150s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CmpDirs.o CmpDirs.cc
[ 151s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CreateNumber.o CreateNumber.cc
[ 152s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CreateTimeline.o CreateTimeline.cc
[ 152s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o List List.o ../../snapper/libsnapper.la -lbtrfs
[ 153s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/List List.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 153s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o ListAll ListAll.o ../../snapper/libsnapper.la -lbtrfs
[ 153s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/ListAll ListAll.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 154s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o Create Create.o ../../snapper/libsnapper.la -lbtrfs
[ 154s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/Create Create.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 154s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o CreateNumber CreateNumber.o ../../snapper/libsnapper.la -lbtrfs
[ 154s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/CreateNumber CreateNumber.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 155s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o CreateTimeline CreateTimeline.o ../../snapper/libsnapper.la -lbtrfs
[ 155s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/CreateTimeline CreateTimeline.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 155s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o CmpDirs CmpDirs.o ../../snapper/libsnapper.la -lbtrfs
[ 156s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/CmpDirs CmpDirs.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 157s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c++-lib'
[ 157s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples'
[ 157s] make[3]: Nothing to be done for 'all-am'.
[ 157s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples'
[ 157s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples'
[ 157s] Making all in dbus
[ 157s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/dbus'
[ 157s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o DBusMessage.lo DBusMessage.cc
[ 157s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o DBusConnection.lo DBusConnection.cc
[ 157s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c DBusMessage.cc -fPIC -DPIC -o .libs/DBusMessage.o
[ 157s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c DBusConnection.cc -fPIC -DPIC -o .libs/DBusConnection.o
[ 158s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o DBusMainLoop.lo DBusMainLoop.cc
[ 158s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c DBusMainLoop.cc -fPIC -DPIC -o .libs/DBusMainLoop.o
[ 162s] DBusMainLoop.cc: In member function 'void DBus::MainLoop::run()':
[ 162s] DBusMainLoop.cc:130:8: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 162s] 130 | read(wakeup_pipe[0], &arbitrary, 1);
[ 162s] | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 162s] DBusMainLoop.cc: In static member function 'static void DBus::MainLoop::wakeup_main(void*)':
[ 162s] DBusMainLoop.cc:291:7: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 162s] 291 | write(s->wakeup_pipe[1], &arbitrary, 1);
[ 162s] | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 164s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -lboost_thread -flto=auto -o libdbus.la DBusMessage.lo DBusConnection.lo DBusMainLoop.lo -ldbus-1 -lbtrfs
[ 164s] libtool: link: ar cru .libs/libdbus.a .libs/DBusMessage.o .libs/DBusConnection.o .libs/DBusMainLoop.o
[ 164s] libtool: link: ranlib .libs/libdbus.a
[ 164s] libtool: link: ( cd ".libs" && rm -f "libdbus.la" && ln -s "../libdbus.la" "libdbus.la" )
[ 164s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/dbus'
[ 164s] Making all in server
[ 164s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/server'
[ 164s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o snapperd.o snapperd.cc
[ 164s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Client.o Client.cc
[ 170s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o MetaSnapper.o MetaSnapper.cc
[ 171s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Background.o Background.cc
[ 176s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Types.o Types.cc
[ 177s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -lboost_thread -lpthread -flto=auto -o snapperd snapperd.o Client.o MetaSnapper.o Background.o Types.o ../snapper/libsnapper.la ../dbus/libdbus.la -lrt -lbtrfs
[ 177s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/snapperd snapperd.o Client.o MetaSnapper.o Background.o Types.o -lpthread ../snapper/.libs/libsnapper.so -lxml2 -lacl -lmount ../dbus/.libs/libdbus.a -lboost_system -lboost_thread -ldbus-1 -lrt -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 182s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/server'
[ 182s] Making all in client
[ 182s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client'
[ 182s] Making all in utils
[ 182s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/utils'
[ 182s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Table.lo Table.cc
[ 182s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o text.lo text.cc
[ 182s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Table.cc -fPIC -DPIC -o .libs/Table.o
[ 182s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c text.cc -fPIC -DPIC -o .libs/text.o
[ 183s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o console.lo console.cc
[ 183s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c console.cc -fPIC -DPIC -o .libs/console.o
[ 183s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o equal-date.lo equal-date.cc
[ 183s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c equal-date.cc -fPIC -DPIC -o .libs/equal-date.o
[ 183s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o GetOpts.lo GetOpts.cc
[ 183s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c GetOpts.cc -fPIC -DPIC -o .libs/GetOpts.o
[ 183s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Range.lo Range.cc
[ 184s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Range.cc -fPIC -DPIC -o .libs/Range.o
[ 184s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o HumanString.lo HumanString.cc
[ 184s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c HumanString.cc -fPIC -DPIC -o .libs/HumanString.o
[ 184s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o TableFormatter.lo TableFormatter.cc
[ 185s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c TableFormatter.cc -fPIC -DPIC -o .libs/TableFormatter.o
[ 185s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CsvFormatter.lo CsvFormatter.cc
[ 185s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c CsvFormatter.cc -fPIC -DPIC -o .libs/CsvFormatter.o
[ 187s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o JsonFormatter.lo JsonFormatter.cc
[ 187s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c JsonFormatter.cc -fPIC -DPIC -o .libs/JsonFormatter.o
[ 188s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o libutils.la Table.lo text.lo console.lo equal-date.lo GetOpts.lo Range.lo HumanString.lo TableFormatter.lo CsvFormatter.lo JsonFormatter.lo ../../snapper/libsnapper.la -ltinfo -lbtrfs
[ 188s] libtool: link: ar cru .libs/libutils.a .libs/Table.o .libs/text.o .libs/console.o .libs/equal-date.o .libs/GetOpts.o .libs/Range.o .libs/HumanString.o .libs/TableFormatter.o .libs/CsvFormatter.o .libs/JsonFormatter.o
[ 188s] libtool: link: ranlib .libs/libutils.a
[ 188s] libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" )
[ 188s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/utils'
[ 188s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client'
[ 188s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o snapper.o snapper.cc
[ 188s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-list-configs.o cmd-list-configs.cc
[ 192s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-create-config.o cmd-create-config.cc
[ 193s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-delete-config.o cmd-delete-config.cc
[ 194s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-get-config.o cmd-get-config.cc
[ 194s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-set-config.o cmd-set-config.cc
[ 198s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-list.o cmd-list.cc
[ 198s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-create.o cmd-create.cc
[ 201s] cmd-create.cc: In function 'void snapper::command_create(snapper::GlobalOptions&, snapper::GetOpts&, ProxySnappers*, ProxySnapper*)':
[ 201s] cmd-create.cc:186:9: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 201s] 186 | system(command.c_str());
[ 201s] | ~~~~~~^~~~~~~~~~~~~~~~~
[ 202s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-modify.o cmd-modify.cc
[ 202s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-delete.o cmd-delete.cc
[ 203s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-mount.o cmd-mount.cc
[ 204s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-umount.o cmd-umount.cc
[ 205s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-status.o cmd-status.cc
[ 205s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-diff.o cmd-diff.cc
[ 206s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-xadiff.o cmd-xadiff.cc
[ 209s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-undochange.o cmd-undochange.cc
[ 210s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-rollback.o cmd-rollback.cc
[ 212s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-setup-quota.o cmd-setup-quota.cc
[ 213s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-cleanup.o cmd-cleanup.cc
[ 217s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-debug.o cmd-debug.cc
[ 218s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cleanup.o cleanup.cc
[ 220s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o proxy.o proxy.cc
[ 221s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o proxy-dbus.o proxy-dbus.cc
[ 224s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o proxy-lib.o proxy-lib.cc
[ 225s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o misc.o misc.cc
[ 227s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o MyFiles.o MyFiles.cc
[ 228s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o GlobalOptions.o GlobalOptions.cc
[ 229s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o types.lo types.cc
[ 229s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c types.cc -fPIC -DPIC -o .libs/types.o
[ 231s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o commands.lo commands.cc
[ 232s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c commands.cc -fPIC -DPIC -o .libs/commands.o
[ 234s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o errors.lo errors.cc
[ 235s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR=\"/etc/sysconfig\" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c errors.cc -fPIC -DPIC -o .libs/errors.o
[ 238s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o systemd-helper.o systemd-helper.cc
[ 240s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o installation-helper.o installation-helper.cc
[ 244s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o mksubvolume.o mksubvolume.cc
[ 245s] installation-helper.cc: In function 'void step1(const string&, const string&, const string&, const std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&)':
[ 245s] installation-helper.cc:115:11: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 245s] 115 | system(("/bin/cp " + tmp_mount.getFullname() + "/etc/snapper/configs/root " + ris +
[ 245s] | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 245s] 116 | "/etc/snapper/configs").c_str());
[ 245s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 247s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o libclient.la types.lo commands.lo errors.lo utils/libutils.la ../dbus/libdbus.la -lbtrfs
[ 247s] libtool: link: (cd .libs/libclient.lax/libutils.a && ar x "/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/utils/.libs/libutils.a")
[ 247s] libtool: link: (cd .libs/libclient.lax/libdbus.a && ar x "/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/../dbus/.libs/libdbus.a")
[ 247s] libtool: link: ar cru .libs/libclient.a .libs/types.o .libs/commands.o .libs/errors.o .libs/libclient.lax/libutils.a/CsvFormatter.o .libs/libclient.lax/libutils.a/GetOpts.o .libs/libclient.lax/libutils.a/HumanString.o .libs/libclient.lax/libutils.a/JsonFormatter.o .libs/libclient.lax/libutils.a/Range.o .libs/libclient.lax/libutils.a/Table.o .libs/libclient.lax/libutils.a/TableFormatter.o .libs/libclient.lax/libutils.a/console.o .libs/libclient.lax/libutils.a/equal-date.o .libs/libclient.lax/libutils.a/text.o .libs/libclient.lax/libdbus.a/DBusConnection.o .libs/libclient.lax/libdbus.a/DBusMainLoop.o .libs/libclient.lax/libdbus.a/DBusMessage.o
[ 247s] libtool: link: ranlib .libs/libclient.a
[ 247s] libtool: link: rm -fr .libs/libclient.lax
[ 247s] libtool: link: ( cd ".libs" && rm -f "libclient.la" && ln -s "../libclient.la" "libclient.la" )
[ 247s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o installation-helper installation-helper.o misc.o ../snapper/libsnapper.la utils/libutils.la -lbtrfs
[ 247s] mksubvolume.cc: In member function 'void TmpMountpoint::do_tmp_umount() const':
[ 247s] mksubvolume.cc:143:11: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result]
[ 247s] 143 | system("/usr/bin/udevadm settle --timeout 20");
[ 247s] | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 248s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/installation-helper installation-helper.o misc.o ../snapper/.libs/libsnapper.so utils/.libs/libutils.a /home/abuild/rpmbuild/BUILD/snapper-0.8.15/snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -ltinfo -lbtrfs -Wl,-rpath -Wl,/usr/lib64
[ 248s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: cannot find -ltinfo
[ 248s] collect2: error: ld returned 1 exit status
[ 248s] make[3]: *** [Makefile:709: installation-helper] Error 1
[ 248s] make[3]: *** Waiting for unfinished jobs....
[ 248s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client'
[ 248s] make[2]: *** [Makefile:803: all-recursive] Error 1
[ 248s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client'
[ 248s] make[1]: *** [Makefile:560: all-recursive] Error 1
[ 248s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15'
[ 248s] make: *** [Makefile:463: all] Error 2
[ 248s] error: Bad exit status from /var/tmp/rpm-tmp.fKKSoL (%build)
[ 248s]
[ 248s]
[ 248s] RPM build errors:
[ 248s] line 206: It's not recommended to have unversioned Obsoletes: Obsoletes: libsnapper1 libsnapper2 libsnapper3 libsnapper4
[ 248s] Bad exit status from /var/tmp/rpm-tmp.fKKSoL (%build)
[ 248s]
[ 248s] yast-yui failed "build snapper.spec" at Fri Dec 25 17:38:03 UTC 2020.
[ 248s]
The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64
rm -rf filesystems:snapper
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
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user weblate-noreply(a)opensuse.org
1
3